@charset "UTF-8";


/*----------------  --------------------*/

.kontama-index{
	background:linear-gradient(to right,rgba(11,11,22,1),rgba(18,15,30,1) 15%,rgba(18,15,30,1) 85%,rgba(11,11,22,1));
}

.mv_area{
	background-image: url("../img/mv-bk.webp");
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	line-height: 0;
}

.mv_img{
	text-align: center;
	padding:60px 0;
}

.mv_img img{
	max-width:380px;
	padding:0 30px;
}


/*----------------  --------------------*/

.mv-bar_area{
	background-image: url("../img/wood.webp");
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	padding: 10px 0;
}
.mv-bar_text{
	text-align: center;
	font-size: 18px;
	font-weight:600;
	letter-spacing: 0.15em;
	text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}
.mv-bar_text span{
	font-size: 160%;
	padding: 0 2px;
}


/*----------------  --------------------*/

.message_btn{
	max-width: 600px;
	margin:0 auto;
}

.message_btn a{
	background-image: url("../img/form-title.webp");
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	position: relative;
	padding:15px 0;
	border-radius: 0 0 10px 10px;
	filter: drop-shadow(2px 2px 3px rgba(15,0,0,.5));
	transition: .2s;
}

.message_btn a svg{
	fill:#fff;
	width:28px;
	margin-right: 10px;
	transition: .2s;
}

.message_btn a span{
	font-size: 25px;
	font-weight:900;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.6);
	transition: .2s;
}

.message_btn a::after{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    bottom: 25px;
    right: 45px;
    transform: rotate(45deg);
    transition: 0.2s;
}

@media screen and (min-width:768px) {
	.message_btn a:hover{
		filter: drop-shadow(2px 2px 3px rgba(15,0,0,0));
		opacity: 1;
	}
	.message_btn a:hover span{
		text-shadow: 1px 1px 2px rgba(0,0,0,0);
	}
	.message_btn a:hover::after{
		right: 20px;
	}
	
}


/*----------------  --------------------*/


.top_button_box{
	margin:70px auto 0;
	padding:0 20px;
	max-width: 600px;
}

.top_button_box h2{
	margin-bottom: 3px;
	padding:5px 0;
	text-align: center;
	font-size: 18px;
	font-weight:900;
	letter-spacing: 0.05em;
	background-color:#171a2d;
	color:#eee;
	text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

.top_button_box a{
	display: block;
	text-align: center;
	background-color: #F5F0E6;
	border: 2px #171a2d solid;
	margin: 10px 0;
	padding: 4px;
	color: #171a2d;
	font-weight: 900;
	border-radius: 7px;
	filter: drop-shadow(1px 1px 3px rgba(15, 0, 0, .5));
}

.top_button_box a::after{
	position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-top: #171a2d 2px solid;
    border-right: #171a2d 2px solid;
    top: 37%;
    right: 20px;
    transform: rotate(45deg);
    transition: 0.2s;
}

@media screen and (min-width:768px) {
	.top_button_box a:hover{
		background-color:#171a2d;
		color:#eee;
		opacity: 1;
		filter: drop-shadow(0 0 0 rgba(15,0,0,0));
	}
	.top_button_box a:hover::after{
		border-color:#eee;
	}
}

/*----------------  --------------------*/
.start_box{
	margin:70px auto 0;
	padding:0 20px;
	max-width:440px;
	text-align: center;
	color:#171a2d;
    font-size: 18px;
	font-weight:900;
	letter-spacing: 0.05em;
}

.start_box h2{
	margin-bottom: 3px;
	text-align: center;
	font-size: 28px;
	font-weight:900;
	letter-spacing: 0.05em;
	background-color:#171a2d;
	color:#eee;
	text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

.start_box_list{
	
}
.start_box_list *{
	color:#171a2d;
}

.start_box_list > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:5px 20px;
	border-bottom: solid 1px #171a2d;
}

.start_box_list > .start_box_list-top{
	padding:11px 20px 6px;
}
#saturdayDate{
	font-size:90%;
	margin: auto 0;
}
#team_name{
	font-size:110%;
	padding: 0 5px;
}
#team_name a{
	text-decoration: underline;
}

.start_box_list > div span:nth-child(1){
	display: block;
	margin: auto 0;
	width:80px;
	font-size: 85%;
	text-align: left;
}

.start_box_list > div span:nth-child(2){
	width:80px;
}
.start_box_list > div span:nth-child(3){
	width:100px;
	text-align: left;
}


/*----------------  --------------------*/

#introduction{
	background-image: url("../img/introduction.webp");
	background-repeat: repeat-y;
	background-position:center top;
	background-size: 100%;
}

.introduction_area{
	position: relative;
	background-image: url("../img/imdex_bk2.webp");
	background-size: 100%;
}

.introduction_area img[src*="mic"]{
	position: absolute;
	width:120px;
	top:16%;
	left:70px;
	transform: translateY(-50%);
}
.introduction_area img[src*="camera"]{
	position: absolute;
	width:240px;
	top:16%;
	right:30px;
	transform: translateY(-50%);
}


.movie_box{
	margin: 0 auto 50px;
	max-width: 700px;
}

.movie_box.news a{
	display: flex;
	flex-wrap: wrap;
}

.movie_box.news span{
	width:100%;
	display: block;
	font-family: sans-serif;
    text-align: center;
    font-size: 20px;
	font-weight:600;
	color:#fff;
	background-color:#973824;
	padding:4px 0;
}

.introduction_box .movie_box h2{
	margin-bottom: 0;
	font-size: 32px;
	padding:4px 0;
}

.introduction_box .movie_box.archive h2{
	margin-bottom: 10px
}

.introduction_box .movie_box.archive h3 a{
	display: block;
	font-size: 23px;
	font-weight:900;
	text-align: center;
	padding:3px 10px;
	margin:10px auto 3px;
	border:2px #111 solid;
	border-radius: 7px;
	letter-spacing: 0.05em;
    color: #eee;
    background-color: #171a2d;
	filter: drop-shadow(1px 1px 3px rgba(15, 0, 0, .5));
}
@media screen and (min-width:768px) {
	.introduction_box .movie_box.archive h3 a:hover{
		color: #171a2d;
		background-color: #F5F0E6;
		opacity: 1;
		filter: drop-shadow(0 0 0 rgba(15,0,0,0));
	}
}


.short_movie_box{
	margin-bottom:60px;
}
.introduction_box .short_movie_box h2{
	margin-bottom: 5px;
	max-width: 800px;
}

.short_movie_list{
	margin: auto;
	overflow-x: scroll;
	white-space: nowrap;
	max-width: 800px;
}
.short_movie_list::-webkit-scrollbar{
	height:6px;
}
.short_movie_list::-webkit-scrollbar-thumb{
	border-radius: 3px;
    background: #b22222;
}
.short_movie_list::-webkit-scrollbar-track {
    margin: 0 2px;
    background:rgba(0,0,0,.2);
    border-radius: 6px;
}

.youtube_short iframe{
	width:230px;
	height:auto;
	aspect-ratio:9 / 16;
}


.archive_btn{
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	justify-content: center;
	padding:5px 0;
}
.archive_btn a{
	display: block;
	width:calc((100% - 10px)/ 2);
	text-align: center;
	background-color: #F5F0E6;
	border:2px #171a2d solid;
	padding:4px;
	color:#171a2d;
	font-weight:900;
	border-radius: 7px;
	filter: drop-shadow(1px 1px 3px rgba(15, 0, 0, .5));
}
@media screen and (min-width:768px) {
	.archive_btn a:hover{
		background-color:#171a2d;
		color:#eee;
		opacity: 1;
		filter: drop-shadow(0 0 0 rgba(15,0,0,0));
	}
}


.corner_intro{
	margin: 0 auto 100px;
}
.corner_intro *{
	color:#171a2d;
	font-weight:600;
	font-size: 15px;
}
.introduction_box .corner_intro h2{
	margin-bottom: 15px;
	max-width: 900px;
}

.team_corner *{
	font-family:"sans-serif";
}
.team_corner{
	margin: 0 auto 10px;
    max-width: 900px;
}
.corner_attention{
	text-align: center;
	font-size:18px;
	margin-bottom: 10px;
}

.corner_intro_wrap{
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}

.corner_intro_wrap.double .pop_title{
	width:calc(50% - 5px);
}

.corner_intro_wrap .pop_title{
	width:calc((100% - 20px) / 3);
}

.corner_intro_wrap .pop_title img{
	transition: .2s;
	border-radius: 5px;
	filter: drop-shadow(1px 1px 3px rgba(15,0,0,.5));
}
@media screen and (min-width:768px) {
	.corner_intro_wrap .pop_title img:hover{
		opacity: .7;
	}
}




.map_box{
	margin:0 auto 100px;
	max-width:700px;
}
.map_box p{
	font-family: sans-serif;
	font-weight: 600;
	padding-bottom: 10px;
}

.introduction_box{
	padding:70px 20px 100px;
	margin: auto;
	max-width: 1100px;
}

.introduction_box *{
	color:#333;
}

.introduction_box h2{
	margin: auto;
	max-width: 700px;
	text-align: center;
	font-size: 36px;
	font-weight:900;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	background-color:#171a2d;
	color:#eee;
	text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}
.map_box h2{
	margin-bottom: 20px;
}

.introduction_box h2 span{
	color:#eee;
	letter-spacing: -0.2em;
}

.introduction-main_box{
	margin-bottom: 70px;
}

.introduction-main_box p{
	font-family: sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 25px;
}

.introduction-main_box p span.yellow{
	background: linear-gradient(to bottom,rgba(255,255,255,0)40%,rgba(255,200,0,.6) 40%);
}

.introduction-main_img{
	margin: auto;
	max-width: 400px;
}

.introduction-main_img img{
	opacity:.85;
}

.introduction-main_btn-area h3{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: .8em;
}
.introduction-main_btn-area h3 span{
	display: block;
	font-weight:600;
	font-size: 50%;
}
.introduction-main_btn-area h3 img{
	max-width:500px;
}

.introduction-main_btn-area{
	margin: auto;
	max-width: 1100px;
}

.introduction-main_btn-coop{
	margin: auto;
	max-width:220px;
	margin-bottom: 40px;
	line-height: .8em;
}
.introduction-main_btn-coop h4{
	text-align: center;
	font-weight:600;
}
.introduction-main_btn-coop span{
	display: block;
	text-align: center;
	font-family: sans-serif;
}


.introduction-main_btn-box{
	display: flex;
	flex-wrap: wrap;
	gap:30px 35px;
	justify-content: center;
}
.introduction-main_btn-box > div{
	width:calc(50% - 20px);
}
.introduction-main_btn-box a{
	position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.05em;
	color:#eee;
	background-color:#171a2d;
	font-weight: 900;
	padding:7px 0;
	border:#171a2d 3px solid;
	border-radius: 4px;
	filter: drop-shadow(1px 1px 3px rgba(15,0,0,.5));
}
.introduction-main_btn-box a::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: #eee 2px solid;
    border-right: #eee 2px solid;
    bottom: 18px;
    right: 15px;
    transform: rotate(45deg);
    transition: 0.2s;
}
@media screen and (min-width:768px) {
	.introduction-main_btn-box a:hover{
		opacity: 1;
		background-color:rgba(255,255,255,0);
		color:#171a2d;
		filter: drop-shadow(1px 1px 3px rgba(15,0,0,.0));
	}
	.introduction-main_btn-box a:hover::after{
		border-color:#171a2d;
	}
}

/*----------------  --------------------*/

.personality_area{
	background-image: url("../img/personality_bk.webp");
	background-size: 70px;
}

.personality_box{
	padding:150px 20px;
}

.personality_box h2{
	margin: auto;
	max-width: 720px;
	padding-bottom: 80px;
	line-height: 0;
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.6));
}
.personality_box h2 img{
	border-radius: 16px;
}

.personality-text_wrap{
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding:40px 0;
	max-width:1100px;
}

.personality-text_box{
	width:calc(100% - 260px);
	padding-left: 40px;
}
.personality-text_box h3{
	font-weight: 600;
    font-size: 34px;
	line-height: 0.9em;
	padding:15px 0 0;
	margin-bottom: 8px;
    letter-spacing: 0.05em;
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.6));
}

.personality-text_title{
	display: flex;
	flex-wrap: wrap;
}
.personality-text_title div{
	margin: auto 0;
}
.personality-text_title div:nth-child(1) a{
	color:#eee;
	border-bottom: 1px #bbb solid;	
}
@media screen and (min-width:768px) {
	.personality-text_title div:nth-child(1) a:hover{
		border-bottom: 1px rgba(0,0,0,0) solid;	
	}
}

.personality-text_title div:nth-child(2){
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
}
.personality-text_title div:nth-child(2) a{
	display: block;
	width: 40px;
	margin-right: 15px;
}


.personality-text_main{
	padding: 15px 0;
}
.personality-text_main p{
	padding-bottom: 15px;
	color:#dedede;
	letter-spacing: 0.03em;
}
.personality-text_main p ruby{
	letter-spacing: -0.05em;
}

.personality-img_box{
	
}

.personality-img_box h3{
	text-align: center;
	font-weight: 900;
    font-size: 22px;
	padding:10px 0 4px;
    letter-spacing: 0.5em;
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.6));
}
.personality-img_box h3 span{
	margin-right:-0.5em;
	color: #d6a53c;
}

.personality-img{
	position: relative;
	max-width: 260px;
	line-height: 0;
}
.personality-img img{
	position: relative;
	z-index: 3;
	border-radius: 50%;
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.6));
}
.personality-img-in::after{
	content: "";
	position: absolute;
	display: block;
	z-index: 5;
	top:50%;
	left:50%;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	height:auto;
	aspect-ratio:1 / 1;
	border:3px rgba(250,212,121,.5) solid;
	width: 103%;
}

.personality-img::before,
.personality-img::after{
	content: "";
	position: absolute;
	display: block;
	z-index: 5;
	top:50%;
	left:50%;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	height:auto;
	aspect-ratio:1 / 1;
}

.personality-img::before{
	border:3px rgba(0,0,0,.4) solid;
	width: 91%;
}
.personality-img::after{
	border:8px rgba(0,0,0,.6) solid;
	width: 96%;
}



/*-----------------*/

.personality-text_wrap.rtl{
	flex-direction: row-reverse;
}
.rtl .personality-text_box{
	padding-left: 0;
	padding-right: 40px;
}
.rtl .personality-text_title{
	flex-direction: row-reverse;
	text-align: right;
}
.rtl .personality-text_title div:nth-child(2){
	padding-left: 0;
	padding-right: 10px;
}

.rtl .personality-text_main p{
	text-align: right;
}



/*----------------  --------------------*/


.pop_title{
	transition: .2s;
}
@media screen and (min-width:768px) {
	.pop_title:hover{
		opacity: .7;
	}
}
.pop_box-inner{
	max-width: 1100px;
	border-radius: 10px;
	padding:35px 3vw 0;
}
.pop_box-inner *{
	color:#222;
	font-family: "sans-serif";
}
.pop_close{
	width:40px;
	height:auto;
	font-size:20px;
	background-color: rgba(0,0,0,.8);
}
.pop_close span{
	
}

.pop_box-main{
	
}
.pop_box-index{
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding:20px 0;
}
.pop_box-prg{
	text-align: center;
}
.pop_box-line{
	border:1px solid #333;
	margin-bottom: 20px;
	padding:5px 10px;
	font-size: 13px;
}
.pop_box-line span{
	display: block;
	text-align: center;
	padding:5px;
	font-size: 16px;
}
.pop_box-line span.phone{
	display: none;
}

.pop_box-inner .message_btn{
	margin: 25px auto 0;
}
.pop_box-inner .message_btn a {
	border-radius: 10px 10px 0 0;
	filter: drop-shadow(0 0 0 rgba(15,0,0,0)) brightness(1.8);
}




/*----------------  --------------------*/

.segment_area-line{
	background-image: url("../img/wood.webp");
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	padding: 15px 0;
}


.segment_area{
	background-image: url("../img/introduction.webp");
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	padding:80px 20px;
}

.segment_box h2{
	margin:0 auto 20px;
	text-align: center;
	font-size: 36px;
	font-weight:900;
	letter-spacing: 0.1em;
	color:#222;
}

.segment-list{
	max-width: 1200px;
	margin: auto;
	display:flex;
	flex-wrap: wrap;
	gap:30px;
}

.segment-list .segment-title{
	display: block;
	width:calc((100% - 30px) / 2);
	background-image: url("../img/introduction.webp");
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	border-radius:10px;
	line-height: 0;
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.6));
}
/*.segment-list .segment-title.pre{
	pointer-events: none;
}*/
.segment-list .segment-title img{
	border-radius: 10px 10px 0 0;
}

.segment-list_text{
	line-height: 1.5em;
	padding: 10px 20px 10px;
}

.segment-list h3{
	text-align: center;
	color:#222;
	font-weight:600;
	font-family:"sans-serif";
}
.segment-list h3 *{
	color:#222;
}


/*----------------  --------------------*/

#creator{
	background-image: url("../img/imdex_bk2.webp");
	background-size: 25%;
}

.creator_area{
	background-color: rgba(0,0,0,.5);
	padding:100px 20px 30px;
}

.creator_box h2{
	margin: auto;
	max-width: 600px;
	padding-bottom: 80px;
	line-height: 0;
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.6));
}

.creator-intro_wrap{
	margin: auto;
	max-width:1200px;
}
.creator-intro_wrap *{
	box-sizing: border-box;
}

.creator-intro_bk{
	position: relative;
}

#djungarian::after,
#chiba-mizoochi::after,
#yellow-dancer::after,
#kingjaku::after{
	content: "";
	position: absolute;
	display: block;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	transform: translateX(-50%) translateY(-50%);
	filter: blur(3px);
	z-index: 1;
}

#djungarian::after{
	background: url("../img/djungarian.webp");
	background-size: cover;
	background-position: center;
}
#chiba-mizoochi::after{
	background: url("../img/cheba-mizoochi.webp");
	background-size: cover;
	background-position: center;
}
#yellow-dancer::after{
	background: url("../img/yellow-dancer.webp");
	background-size: cover;
	background-position: center top;
}
#kingjaku::after{
	background: url("../img/kingjaku.webp");
	background-size: cover;
	background-position: center top;
}

.creator-intro_inner{
	position: relative;
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.6));
	background-color: rgba(0,0,0,.7);
	z-index: 4;
	padding:60px 50px;
	margin:0 auto 120px;
}

.creator-intro_innerbk{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	width:100%;
	height:100%;
}

.creator-intro_innerbk::before,
.creator-intro_innerbk::after{
	content: "";
	position: absolute;
	display: block;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
}
.creator-intro_innerbk::before{
	width:calc(100% - 100px);
	height:calc(100% - 80px);
	border: #ddd 2px solid;
}
.creator-intro_innerbk::after{
	width:calc(100% - 80px);
	height:calc(100% - 60px);
	border: #ddd 8px solid;
}



.creator-intro_inner h3{
	text-align: center;
	font-weight: 900;
    font-size: 34px;
	padding:30px 0 20px;
    letter-spacing: 0.02em;
	color:#eee;
	text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

.creator-intro_inner h3 span{
	display: block;
	font-size: 50%;
}

.creator-intro_text{
	padding-bottom: 30px;
}

.creator-intro_text h4{
	text-align: center;
	background-color: #eee;
	color:#222;
	font-weight:600;
	margin:10px auto;
	max-width: 400px;
	font-size: 22px;
    letter-spacing: 0.02em;
	padding: 2px;
}

.creator-intro_text ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:0 0 50px;
}
.creator-intro_text ul li{
	display: block;
	padding:3px 15px;
	font-size: 20px;
}


.creator-intro_text-concept{
	padding:10px 30px 40px;
}
.creator-intro_text-concept p{
	text-align: center;
	padding:10px 0 10px;
	font-size: 20px;
}


.creator-intro_text-segment{
	padding:10px 30px 40px;
}
.text-segment_wrap{
	display:flex;
	flex-wrap: wrap;
	gap:20px;
	padding:10px 0 0;
}
.text-segment_wrap .text-segment_title{
	display: block;
	line-height: 0;
	width:calc((100% - 20px) / 2);
}
/*.text-segment_wrap .text-segment_title.pre{
	pointer-events: none;
}*/
.text-segment_wrap .text-segment_title img{
	border-radius:10px;
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.6));
}

.creator-intro_text-enthusiasm{
	padding:10px 30px 30px;
}

.creator-intro_text-enthusiasm ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:15px 0 0;
}

.creator-intro_text-enthusiasm ul li {
    display: block;
    padding: 3px 15px;
    font-size: 16px;
}

/*----------------  --------------------*/

#djungarian .creator-intro_text-enthusiasm ul li{
	display:flex;
	flex-wrap: wrap;
	width:100%;
	max-width: 840px;
	padding:8px 0 4px;
}

#djungarian .creator-intro_text-enthusiasm ul li .name{
	display:flex;
	width:135px;
}
#djungarian .creator-intro_text-enthusiasm ul li .name span{
	margin: auto;
	font-size: 22px;
	font-weight:600;
}

#djungarian .creator-intro_text-enthusiasm ul li .text{
	width:calc(100% - 135px);
}

#djungarian .creator-intro_text-enthusiasm ul li .text > div{
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

#djungarian .creator-intro_text-enthusiasm ul li .text > div div:nth-child(1){
	display:flex;
	flex-wrap: wrap;
	width:100px;
	background-color: rgba(255,255,255,.2);
	padding:8px 0;
}
#djungarian .creator-intro_text-enthusiasm ul li .text > div div:nth-child(1) span{
	margin: auto;
	font-weight:600;
}

#djungarian .creator-intro_text-enthusiasm ul li .text > div div:nth-child(2){
	display:flex;
	flex-wrap: wrap;
	width:calc(100% - 100px);
	padding-left: 10px;
}
#djungarian .creator-intro_text-enthusiasm ul li .text > div div:nth-child(2) span{
	margin: auto 0;
}


/*----------------  --------------------*/

#chiba-mizoochi .creator-intro_text-enthusiasm ul li{
	text-align: center;
	width:100%;
	max-width: 840px;
	padding:8px 0 4px;
}
#chiba-mizoochi .creator-intro_text-enthusiasm ul li span{
	font-size: 25px;
	font-weight:600;
	padding:4px 7px;
	font-style: italic;
}


/*----------------  --------------------*/

#kingjaku .creator-intro_text-enthusiasm ul li{
	display:flex;
	flex-wrap: wrap;
	width:100%;
	max-width: 860px;
	padding:14px 0;
	border-bottom: #777 1px solid;
}
#kingjaku .creator-intro_text-enthusiasm ul li div:nth-child(1){
	display:flex;
	width:155px;
}
#kingjaku .creator-intro_text-enthusiasm ul li div:nth-child(1) span{
	margin: auto;
	font-size: 22px;
	font-weight:600;
}
#kingjaku .creator-intro_text-enthusiasm ul li div:nth-child(2){
	width:calc(100% - 155px);
}



/*----------------  --------------------*/
#yellow-dancer .creator-intro_text-enthusiasm ul li{
	display:flex;
	flex-wrap: wrap;
	width:100%;
	max-width: 860px;
	padding:12px 0;
}
#yellow-dancer .creator-intro_text-enthusiasm ul li div:nth-child(1){
	display:flex;
	width:155px;
}
#yellow-dancer .creator-intro_text-enthusiasm ul li div:nth-child(1) span{
	margin: auto;
	font-size: 22px;
	font-weight:600;
}
#yellow-dancer .creator-intro_text-enthusiasm ul li div:nth-child(2){
	width:calc(100% - 155px);
}
#yellow-dancer .creator-intro_text-enthusiasm ul li div:nth-child(2) span{
	padding:4px 7px;
	border-radius: 3px;
}





/*----------------  --------------------*/

#article{}

.article_box{
	padding: 120px 20px;
}

.article-btn-list_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
}
.article-btn-list_wrap div{
	cursor: pointer;
	padding:2px 10px;
	transition: .2s;
}
.article-btn-list_wrap div.active{
	background-color: #eee;
	color:#222;
}

.article-list_wrap{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	margin: auto;
	padding:30px 0;
	max-width:1200px;
}

.article-list_wrap *{
	color:#222;
}

.article-btn-list_inner{
	display: contents;
}

.article-list_wrap > div{
	background-image: url("../img/introduction.webp");
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	width:calc((100% - 60px) / 4);
	display: flex;
}
.article-list_wrap > div.hide{
	display: none;
}

.article-list_wrap > div a{
	position: relative;
	display: block;
	padding:20px;
	z-index: 3;
	margin: 0;
}

.article-list_wrap > div a::after{
	content: "";
	position: absolute;
	display: block;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	width:calc(100% - 16px);
	height:calc(100% - 16px);
	border:5px #222 solid;
}

.article-list_wrap > div .date{
	margin:0 auto 5px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 3px;
	font-size:14px;
	color:#333;
	border-bottom:1px solid #222;
}

.article-list_wrap > div .date span:nth-child(2){
	display:inline-block;
    margin: auto 0 auto 10px;
    padding: 0 10px;
    border: solid 1px rgba(18, 15, 30, .6);
    font-size: 12px;
	color:rgba(18, 15, 30, .8);
    line-height: 1.25em;
    font-weight: 600;
    border-radius: 20px;
}

.article-list_wrap > div p{
	font-weight:600;
}

.article-list_more{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: auto;
	max-width:1200px;
}
.article-list_more a{
	position: relative;
	display: inline-block;
	padding: 2px 25px 2px 8px;
	color:#fff;
	font-weight:600;
	border:#fff solid 1px;
}

.article-list_more a::after{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: #eee 2px solid;
    border-right: #eee 2px solid;
    bottom: 8px;
    right: 10px;
    transform: rotate(45deg);
    transition: 0.2s;
}
@media screen and (min-width:768px) {
	.article-list_more a:hover{
		color:rgba(18,15,30,1);
		background-color: #fff;
		opacity: 1;
	}
	.article-list_more a:hover::after{
		border-color:rgba(18,15,30,1);
	}
}


/*---------------------------------
■ 
----------------------------------*/
@media screen and (max-width:1200px) {
	.introduction_area img[src*="mic"] {
		top:57%;
		width:10%;
		left: 25px;
	}
	.introduction_area img[src*="camera"] {
		top:57%;
		width:18%;
		right:5px;
	}
}


@media screen and (max-width:1100px) {
	.introduction_area img[src*="mic"],
	.introduction_area img[src*="camera"] {
		display: none;
	}
	.article-list_wrap > div{
		width:calc((100% - 40px) / 3);
	}
	
	.article-list_wrap > div:nth-child(5),
	.article-list_wrap > div:nth-child(6){display:none;}

	
}

@media screen and (max-width:1000px) {
	.personality_box{
		padding:130px 30px;
	}
	.personality_box h2{
		padding-bottom: 40px;
		max-width: 600px;
	}
	.personality-img_box {
		width: 100%;
	}
	.personality-text_wrap{
		max-width:none;
	}
	.personality-text_main{
		padding:25px 0;
		margin: auto;
		max-width:700px;
	}
	.personality-text_box{
		width:100%;
		padding-left: 0;
	}
	.rtl .personality-text_box{
		padding-right:0;
	}
	.rtl .personality-text_title{
		flex-direction:row;
	}
	.rtl .personality-text_title div:nth-child(2){
		padding-right:0;
		padding-left: 20px;
	}
	.rtl .personality-text_main p {
    	text-align: left;
	}
	.personality-text_title{
		justify-content: center;
	}
	.personality-img {
		margin: auto;
	}
	
	
	.segment-list{
		gap:40px;
	}
	.segment-list .segment-title{
		margin: auto;
		width:100%;
		max-width: 650px;
	}
	
	
	
	.creator_box h2{
		max-width:540px;
	}
	.creator-intro_text-concept,
	.creator-intro_text-enthusiasm{
		margin: auto;
		max-width: 700px;
	}
	.text-segment_wrap{
		gap:20px;
	}
	.text-segment_wrap .text-segment_title{
		margin: auto;
		width:100%;
		max-width: 550px;
	}
	
	
}


@media screen and (max-width:800px) {
	
}

@media screen and (max-width:767px) {
	
	.message_btn a span:nth-child(3),
	.message_btn a span:nth-child(4){
		display: none;
	}
	
	.introduction_box{
		padding:80px 20px;
	}
	.introduction_box h2{
		font-size:32px;
		padding:3px 0;
	}
	.introduction-main_box{
		margin-bottom: 45px;
	}
	.introduction-main_btn-coop{
		margin-bottom: 20px;
	}
	.introduction-main_btn-box{
		margin: auto;
		max-width:500px;
		gap:20px;
	}
	.introduction-main_btn-box > div{
		width:100%;
	}
	
	
	.personality_box{
		padding: 80px 30px;
	}
	.personality-text_title div{
		width:100%;
		text-align: center;
	}
	.personality-text_title div:nth-child(2),
	.rtl .personality-text_title div:nth-child(2){
		justify-content: center;
		padding-top:10px;
		padding-left:15px;
	}
	
	
	.creator-intro_inner{
		margin:0 auto 80px;
	}
	.creator-intro_text{
		padding-bottom:10px;
	}
	
	.creator-intro_text ul{
		padding:0 0 30px;
	}
	.creator-intro_text ul li{
		width:30%;
		text-align: center;
		font-size:18px;
		letter-spacing: -0.02em;
		padding:3px 10px;
	}
	
	.creator-intro_text-enthusiasm ul li {
    	font-size: 16px;
		text-align: left;
	}
	
/*---------------*/
	
	#djungarian .creator-intro_text-enthusiasm ul li{
		padding-bottom: 15px;
	}
	#djungarian .creator-intro_text-enthusiasm ul li .name{
		width:100%;
		padding-bottom: 10px;
	}
	#djungarian .creator-intro_text-enthusiasm ul li .text{
		width:100%;
	}
	
/*---------------*/
	#chiba-mizoochi .creator-intro_text-enthusiasm ul li{
		padding-bottom:15px;
	}
	#chiba-mizoochi .creator-intro_text-enthusiasm ul li span{
		display: block;
	}
	
/*---------------*/
	#kingjaku .creator-intro_text-enthusiasm ul li{
		
	}
	#kingjaku .creator-intro_text-enthusiasm ul li div:nth-child(1){
		width:100%;
		padding-bottom: 5px;
	}
	#kingjaku .creator-intro_text-enthusiasm ul li div:nth-child(2){
		width: 100%;
		font-size:16px;
	}
	
/*---------------*/
	#yellow-dancer .creator-intro_text-enthusiasm ul li div:nth-child(1){
		width:100%;
		padding-bottom: 10px;
	}
	#yellow-dancer .creator-intro_text-enthusiasm ul li div:nth-child(2){
		width:100%;
		text-align: justify;
		line-height: 1.6em;
	}
	
	
	.article_box{
		padding: 70px 20px 30px;
	}
	.article-list_wrap > div{
		width:calc((100% - 20px) / 2);
	}
	
}



@media screen and (max-width:520px) {
	
	.mv_img img{
		max-width:240px;
	}
	
	.message_btn a span {
		font-size: 22px;
	}
	.message_btn a::after{
		right:20px;
	}
	
	.top_button_box{
		margin: 45px auto 0;
	}
	.top_button_box a {
		margin: 7px 0 0;
	}
	
	.start_box {
		margin: 45px auto 0;
	}
	.start_box h2{
		padding:5px;
		font-size: 24px;
	}
	.start_box_list > div span:nth-child(1){width:70px;}
	.start_box_list > div span:nth-child(2){width:60px;}
	.start_box_list > div span:nth-child(3){width:80px;}
	
	.introduction_box{
		padding:10vw 5vw 12vw;
	}
	.introduction_box h2{
		font-size: 7.4vw;
		margin-bottom:6vw;
	}
	
	.introduction-main_img{
		width:80%;
	}
	
	.introduction_box .movie_box h2{
		font-size: 6vw;
	}
	.introduction_box .short_movie_box h2{
		font-size: 5.7vw;
	}
	.youtube_short iframe{
		width:180px;
	}
	.introduction_box .movie_box.archive h2{
		font-size: 6vw;
	}
	
	.introduction_box .movie_box.archive h3{
		font-size: 5.5vw;
	}
	.archive_btn a{
		width: 100%;
	}
	
	.corner_intro{
		margin-bottom:12vw;
	}
	.corner_attention{
		font-size:4.3vw;
	}
	
	.map_box{
		margin: 0 auto 12vw;
	}
	
	.map_box p,
	.introduction-main_box p{
		font-size:4.3vw;
	}
	.introduction-main_box{
		margin-bottom:8vw;
	}
	
	
	.article-btn-list_wrap .article-btn-list_inner{
		display: flex;
		cursor:default;
		justify-content: center;
		width:100%;
	}
	
	
	
	.personality_box{
		padding:10vw 5vw 12vw;
	}
	.personality_box h2{
		padding-bottom:4vw;
	}
	.personality-text_wrap{
		padding:7vw 0 2vw;
	}
	.personality-img{
		width:220px;
	}
	.personality-text_main{
		padding:25px 2vw;
	}
	
	
	.pop_box-index{
		font-size: 4vw;
	}
	.pop_box-prg{
		font-size: 3.8vw;
	}
	.corner_intro_wrap .pop_title{
		width:calc((100% - 10px) / 2);
	}
	.pop_box-line span.phone{
		display: block;
	}
	
	
	.segment_area{
		padding:10vw 5vw 12vw;
	}
	.segment_box h2{
		font-size: 8.5vw;
		margin-bottom: 5vw;
	}
	.segment-list{
		gap:6vw;
	}
	
	
	#djungarian::after,
	#chiba-mizoochi::after,
	#yellow-dancer::after,
	#kingjaku::after{
		content: none;
	}
	.creator_area{
		padding:15vw 0 0;
	}
	.creator-intro_box{
		padding:0 2vw;
	}
	.creator_box h2{
		padding:0 5vw 10vw;
	}
	.creator-intro_inner{
		padding:5vw;
	}
	.creator-intro_innerbk::before{
		width:100%;
		height:100%;
	}
	.creator-intro_innerbk::after{
		width:90%;
		height:calc(100% - 10vw);
	}
	.creator-intro_inner h3{
		padding:9vw 0;
		font-size: 8vw;
		letter-spacing: 0;
		line-height: 1.2em;
	}
	.creator-intro_text ul{
		padding:0 0 8vw;
	}
	.creator-intro_text ul li{
		width:100%;
	}
	
	.creator-intro_text-concept,
	.creator-intro_text-segment,
	.creator-intro_text-enthusiasm{
		padding:3vw 4vw;
	}
	
	.creator-intro_text-concept h4,
	.creator-intro_text-segment h4,
	.creator-intro_text-enthusiasm h4{
		margin:0 0 3.5vw;
	}
	
	.creator-intro_text-concept p,
	.creator-intro_text-enthusiasm p{
		padding-bottom: 6vw;
		font-size: 5.2vw;
	}
	
	#djungarian .creator-intro_text-enthusiasm ul li .text > div{
		margin-bottom:10px;
	}
	
	#djungarian .creator-intro_text-enthusiasm ul li .text > div div:nth-child(1){
		width: 100%;
		padding: 4px 0;
		font-size: 14px;
		letter-spacing: 0.1em;
		margin-bottom: 5px;
	}
	
	#djungarian .creator-intro_text-enthusiasm ul li .text > div div:nth-child(2){
		padding-left:0;
		width: 100%;
	}
	
	#chiba-mizoochi .creator-intro_text-enthusiasm ul li span{
		font-size: 22px;
	}
	
	#yellow-dancer .creator-intro_inner{
		margin:0 auto 6vw;
	}
	
	.article_box{
		padding: 60px 20px 10px;
	}
	
	.article-list_wrap {
		gap:10px;
	}
	.article-list_wrap > div{
		width: calc((100% - 10px) / 2);
	}
	.article-list_wrap > div a {
		padding:12px;
	}
	.article-list_wrap > div a::after {
		width: calc(100% - 13px);
		height: calc(100% - 13px);
		border: 4px #222 solid;
	}
	.article-list_wrap > div .date{
		justify-content: center;
		margin: 0 auto;
		border-bottom: none;
	}
	.article-list_wrap > div .date span{
		width:100%;
		text-align: center;
	}
	.article-list_wrap > div .date span:nth-child(2){
		margin: auto 0;
		max-width:100px;
	}
	.article-list_wrap > div p {
		display: none;
	}
	
}



@media screen and (max-width:374px) {
	
	.pop_box-inner .message_btn a::after {
		content: none;
	}
}
