@charset "utf-8";
.contentsBody section {
	max-width: 1120px;
	margin: 0 auto;
}

.contentsBody section p:not(:last-chiled) {
	margin: 0 0 1em 0;
	text-align: justify;
}

.contentsBody section > div {
	display: flex;
	justify-content: center;
}

.contentsBody section > div:last-of-type {
	margin: 30px 0 0 0;
}

.contentsBody section > div:first-of-type .txt {
	width: 44%;
	padding: 0 0 0 1em;
}

.contentsBody section > div:first-of-type .txt h2 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
	padding:10px 0;
}

.contentsBody section > div:first-of-type .txt p {
	margin: 20px 0 40px 0;
}
.contentsBody section > div:first-of-type .txt .c_logo {
	margin: 5px auto;width:250px;
}
.contentsBody section > div:first-of-type .txt .c_logo img {
	height:250px;
}
.contentsBody section > div .img {
	padding: 10rem 1% 1rem;
}
.contentsBody section > div:first-of-type .img {
	margin: 0 0 0 0;
}

.contentsBody section > div:last-of-type .txt {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
}

.contentsBody section > div:last-of-type .txt p {
	line-height: 3;
}

@media screen and (max-width: 768px) {
	.contentsBody section {
		max-width: none;
		width: 100%;
	}
	
	.contentsBody section > div {
		display: block;
	}
	
	.contentsBody section > div:last-of-type {
		margin: 0 0 0 0;
	}
	
	.contentsBody section > div:first-of-type .txt {
		width: 100%;
		padding: 0;
	}
	
	.contentsBody section > div:first-of-type .txt h2 {
		font-size: 1.6rem;
		margin: 10px 5px 0px;
		padding-bottom: 0px;
	}
	
	.contentsBody section > div:first-of-type .txt p {
		width: 95%;
		margin: 30px auto 10px;
		text-align: center;
	}
	
	.contentsBody section > div:first-of-type .img {
		margin: 30px 0 0 0;
	}
	
	.contentsBody section > div:last-of-type .txt {
		width: 100%;
		margin: 30px 0 0 0;
		text-align: center;
		display: block;
	}
	.contentsBody section > div .img {
		padding: 0;height:calc(94vw * 467 / 475);
	}
}

/* DKSELCT 3要素説明 */
.contentsBody .category {display: block;}
.contentsBody .category .head {position: relative;padding: 10px 20px 1px 20px;font-size: 20px;font-weight: bold;}
.contentsBody .category .env {border-bottom: dotted 4px #AFCB52;}
.contentsBody .category .dp {border-bottom: dotted 4px #EACC2E;}
.contentsBody .category .life {border-bottom: dotted 4px #72B5DF;}
.contentsBody .category .head::before {content: "";position: absolute;top: 1.1em;left: 0;display: block;width: 12px;height: 4px;}
.contentsBody .category .env::before {background: #AFCB52;}
.contentsBody .category .dp::before {background: #EACC2E;}
.contentsBody .category .life::before {background: #72B5DF;}
.contentsBody .category .text {display: flex;padding: 10px 10px 1px 10%;font-size: 17px;}
.contentsBody .category .text div {padding: 10px 20px 40px 20px;}

/* 動画サムネイル表示 */
.contentsBody .category .movie-head {text-align:center;margin-top:30px;}
.contentsBody .category .line {background: linear-gradient(transparent 60%, linen 10%);margin:0px 20px;}
.category-movie-wrap dl {display: flex;flex-direction: column;background: #fff;padding: 1rem 1rem 1rem;margin-bottom: 2rem;}
/*
.category-movie-wrap dl:nth-of-type(1) dt:before{content:"１";color:#AFCB52;}
.category-movie-wrap dl:nth-of-type(2) dt:before{content:"２";color:#72B5DF;}
.category-movie-wrap dl:nth-of-type(3) dt:before{content:"３";color:#EACC2E;}
.category-movie-wrap dl:nth-of-type(4) dt:before{content:"４";color:#AFCB52;}
*/
.category-movie-wrap dl:nth-of-type(1) dt{letter-spacing: 2px;}
.category-movie-wrap dl:nth-of-type(2) dt{letter-spacing: 8px;}
.category-movie-wrap dl:nth-of-type(3) dt{letter-spacing: 8px;}
.category-movie-wrap dl:nth-of-type(4) dt{letter-spacing: 8px;}
.category-movie-wrap dl dt {font-size: 130%;font-weight: bold;margin-bottom: 1rem;height: 3rem;line-height: 1.3;display: flex;align-items: center;text-align: left;}
.category-movie-wrap dl dt:before {font-size: 160%;font-weight: bold;margin-right: 0.5rem;}
.category-movie-wrap dl .categry-movie {font-size: 120%;color:white;font-weight: bold;text-align:center;margin-bottom:10px;padding:2px 0 2px;}
.category-movie-wrap dl:nth-of-type(1) .categry-movie {background-color:#AFCB52;letter-spacing: 20px;}
.category-movie-wrap dl:nth-of-type(1) .categry-movie::after{margin-right:-20px;content:"";}
.category-movie-wrap dl:nth-of-type(2) .categry-movie {background-color:#72B5DF;}
.category-movie-wrap dl:nth-of-type(3) .categry-movie {background-color:#EACC2E;letter-spacing: 20px;}
.category-movie-wrap dl:nth-of-type(3) .categry-movie::after{margin-right:-20px;content:"";}
.category-movie-wrap dl:nth-of-type(4) .categry-movie {background-color:#AFCB52;letter-spacing: 20px;}
.category-movie-wrap dl:nth-of-type(4) .categry-movie::after{margin-right:-20px;content:"";}
.category-movie-wrap .movie-img {box-shadow: 3px 1px 4px 0 rgb(0 0 23 / 25%);overflow:hidden;margin:2px}
.category-movie-wrap .movie-img img:hover{transform: scale(1.06);transition: transform 0.4s;}
/*.category-movie-wrap .btn{ width:80%; height:36px; line-height:25px;margin: 15px auto 8px;}*/
.category-movie-wrap .btn{height:50px; line-height:40px;margin: 40px auto 10px;}
.category-movie-wrap .btn_movie {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #0D0B03;
    text-align: center;
    border: 4px solid #0A0902;
    color: #E6E6E6;
    font-size: 13px;
    font-weight: bold;
    padding: 2px;
    border-radius: 34px;
    box-shadow: 0px 0px 0px 1px #ffffff inset;
    transition: all 0.5s ease;
}
.category-movie-wrap .btn_movie:hover{
	background:#FFF7F7;
	color:#121212;
	margin-left:0px;
	margin-top:0px;
	border:4px solid #6E6E6E;
	box-shadow:none;
}
@media (max-width:767px) {
	.category-movie-wrap dl dt {font-size: 140%;}
	.category-movie-wrap dl dt:before {font-size: 160%;}
	.category-movie-wrap{padding: 1rem 0 0;}
	.category-movie-wrap dl{display: block;margin: 0 auto 2rem auto;}
	.category-movie-wrap dl dt{height: auto;}
}

/* 動画再生 youtube api full_screen */
.full_screen {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 50;background: #000;background: rgba(0, 0, 0, 0.9);transform: translateX(-100%);opacity: 0;transition: transform 0s 0.4s, opacity 0.4s 0s;}
.is_play .full_screen {transform: translateX(0%);opacity: 1;transition: transform 0s 0s, opacity 0.4s 0s;}
.full_screen iframe {width: 100%;height: 100%;border: none;}
.full_screen .close_btn {display: block;position: absolute;cursor: pointer;z-index: 100;top: 0;right: 0;z-index: 100;}
.movie_close {height: auto;display: block;background: transparent;}

/* 動画再生PC YouTube */
@media print, screen and (min-width:768px){
	.full_screen { background: #000;}
	.iframe_player_api_wrap {position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;padding: 0.7rem 0;}
	.iframe_player_api_cover {position: relative;width: 100%;height: 100%; }
	.movie_close { width: 3.5rem; padding: 0.7rem;}
}

/* 動画再生SP YouTube*/
@media screen and (max-width:767px){
	.iframe_player_api_wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .iframe_player_api_cover {
        position: relative;
        width: 100%;
        padding-top: 55.6%;
    }
    .full_screen iframe {
        position: absolute;
        top: 0;
        left: 0;
    }
    .movie_close {
        width: 1.6rem;
        padding: 1.6rem;
        box-sizing: content-box;
    }
}