@charset "UTF-8";
/* CSS Document */

*{
	box-sizing: border-box;
}

section a{
	color:#eee;
	text-decoration: underline;
	transition: .2s;
}
@media only screen and (min-width: 768px) {
	section a:hover{
		color:#666;
	}
}


body{
	position:relative;
	background-color: #111;
	color:#fff;
	background-image: url("../img/bk.webp");
	background-size:  cover;
	background-attachment: fixed;
	background-position: 50% 0%;
}


.date_out{display:none;}


.mv{
	background-image: url("../img/mv_bk.webp");
	background-size:  25%;
	background-color: rgba(0,0,0,.5);
}
.mv h1{
	margin: auto;
	max-width: 1100px;
	line-height: 0;
}

.mv_title{
	border-top: 6px solid;
	border-bottom: 6px solid;
	border-image: linear-gradient(to right, #987529, #ffcd5a, #eaea33, #ffcd5a,#987529) 1;
	padding:20px;
	font-family: "Noto Serif JP", serif;
	font-weight:900;
	font-size: 40px;
	letter-spacing: 0.15em;
}

/*----------------------------*/
.banner_area{
	max-width:980px;
	margin: auto;
	padding:20px 25px 0;
}
.banner_area h2{
	text-align: center;
	padding: 20px 0 10px; 
	font-family: "Noto Serif JP", serif;
	font-weight:900;
	font-size: 26px;
	letter-spacing: 0.2em;
}

.banner_box{padding:10px 0;}
.banner_box a{
	display: block;
	margin:0 0 20px;
	line-height:0;
	transition: .2s;
}
.banner_box a.date_out{display:none;}

@media only screen and (min-width: 768px) {
	.banner_box a:hover{
		opacity: .6;
	}	
}

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

.button_area{
	max-width: 980px;
	margin: auto;
	padding:0 25px;
}

.button_area a{
	position: relative;
	display: block;
	margin:0 auto;
	max-width:360px;
	font-size:24px;
	color:#fff;
	border:1px solid #fff;
	font-weight:600;
	padding:6px 60px 6px 40px;
	text-decoration:none;
	transition:.2s;
}
.button_area a::after{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: #fff 2px solid;
	border-right: #fff 2px solid;
	top:40%;
	right: 25px;
	transform: rotate(45deg) translateY(-50%);
	transition: .2s;
}

@media only screen and (min-width: 768px) {
	.button_area a:hover{
		border-color:rgba(0,0,0,0);
	}
}

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

.first_area{
	padding: 60px 25px;
}
.first_area h2{
	margin: auto;
	max-width: 500px
}

.first_text{
	padding:30px 0;
}

.first_text p{
	font-size: 20px;
	letter-spacing: .1em;
	padding:15px;
}

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

.match-title{
	padding:0 25px;
}

.match-title h2{
	margin: auto;
	padding:0 25px 20px;
	max-width: 800px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 0.05em;
}

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

.progress_line{
	margin: auto;
	max-width:700px;
}
.progress_line div {
  --progress: 0%;
}
.progress_line div{
	position:relative;
	height:20px;
	background-color:rgba(255,255,255,.2);
	border:rgba(255,255,255,.25) 1px solid;
	border-radius:2em;
	overflow: hidden;
	filter: drop-shadow(1px 1px 4px rgba(0,0,0,.8));
	
}
.progress_line div::after{
	content:"";
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:var(--progress);
	background:linear-gradient(to top,#87651B,#9b8d18,#AE9C01);
	border-radius: 2em;
	filter: drop-shadow(1px 1px 4px rgba(0,0,0,.45));
}

.progress_text{
	display:flex;flex-wrap:wrap;
	gap:10px;
	justify-content: center;
	font-family: "Noto Serif JP", serif;
	font-size:40px;
	font-weight:800;
	padding-bottom:15px;
}
.progress_text div{
	
}
.progress_text div:nth-child(1){
	margin: auto 0 .25em;
	display:flex;flex-wrap:wrap;
	font-size:.4em;
	background-color:#fff;
	color:#262626;
	padding:.25em .8em;
}
.progress_text div:nth-child(1) span{
	display:block;
	margin: auto;
	line-height:1em;
}
.progress_text div:nth-child(2){
	font-size:1.55em;
	font-weight:600;
	line-height:.9em;
}
.progress_text div:nth-child(3){
	font-size:.5em;
	margin:auto 0 0;
}
.progress_text div:nth-child(4){
	margin:auto 0 0;
	font-size:.7em;
	line-height:1.2em;
}


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

.match-text{
	padding: 20px 0 30px;
}

.match_detail_box{
	margin: auto;
	max-width:800px;
	padding:30px 0;
	font-family: "Noto Serif JP", serif;
}
.match_detail_item{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	padding-bottom:15px;
}
.match_detail_title{
	display: flex;
	flex-wrap: wrap;
	width:160px;
	color:#191919;
	font-size:21px;
	font-weight:600;
	background-color:#fff;
	padding:10px 0;
}
.match_detail_title > div{
	margin: auto;
	font-weight:700;
	letter-spacing:0.2em;
}
.match_detail_main{
	margin: auto 0;
	width:calc(100% - 180px);
}

/*-------------*/
.match_date{display:flex;flex-wrap:wrap;gap:0 20px;}
.match_date_crt{
	display:flex;flex-wrap:wrap;
	font-size:32px;
	font-weight:600;
}
.match_date_crt span:nth-child(4){
	margin-top: auto;
	margin-left:-.3em;
	font-size:85%;
}
.match_date_nxt{
	margin: auto 0;
	display:flex;flex-wrap:wrap;
	font-size:18px;
}
.match_date_nxt > div:nth-child(1){
	border:#fff 1px solid;
	font-size:85%;
	padding:2px 8px;
	margin-right: 10px;
}
.match_date_nxt > div span:nth-child(4){
	margin-top: auto;
	margin-left:-.3em;
	font-size:85%;
}
.match_date_time{
	text-align:left;
}
/*-------------*/
.match_detail_title.title > div{letter-spacing:0;}
.match_detail_title.title > div span:nth-child(3){font-size:80%;}

.match_title{
	display:flex;flex-wrap:wrap;
	gap:20px;
	font-size:28px;
	font-weight:600;
}
.match_title_link{
	text-align:left;
}

/*-------------*/
.match_detail_main.fee{
	text-align:left;
	font-size:24px;
	font-weight:600;
}
/*-------------*/
.match_detail_main.place div{text-align:left;font-weight:600;}
.match_detail_main.place div:nth-child(1){font-size:26px;}
.match_detail_main.place div:nth-child(2){font-size:16px;}
.match_detail_main.place div:nth-child(3){font-size:14px;}
.match_detail_main.place div:nth-child(4){font-size:14px;}

/*-------------*/
.match-text p{
	font-size: 20px;
	letter-spacing: .1em;
	padding-bottom: 15px;
}

.link_catchtext{
	font-family: "Noto Serif JP", serif;
	font-weight:600;
	font-size:20px;
	letter-spacing:0.05em;
}

.match-text p.link_box{
	padding-bottom:0;
}

.match-text p.link_box a{
	position: relative;
	display: block;
	margin:5px auto 0;
	max-width:300px;
	background-color:#d8c539;
	color:#111;
	font-size: 26px;
	border:2px solid #d8c539;
	font-weight:600;
	padding:4px 30px 4px 20px;
	text-decoration:none;
	transition:.2s;
}
.match-text p.link_box a::after{
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	border-bottom: #111 2px solid;
	border-right: #111 2px solid;
	top:45%;
	right: 10px;
	transform: rotate(-45deg) translateY(-50%);
	transition: .2s;
}

@media only screen and (min-width: 768px) {
	.match-text p.link_box a:hover{
		color:#d8c539;
		background-color:rgba(0,0,0,0);
	}
	.match-text p.link_box a:hover::after{
		border-color:#d8c539;
	}
}

.flow_box {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
    max-width: 600px;
    vertical-align: middle;
	padding:30px 25px 20px;
}
p.flow{
	display: flex;
	width: 100%;
	font-size:14px;
}
p.flow span {
	text-align: left;
    vertical-align: middle;
    margin: auto 4px;
	font-size: 14px;
}
p.flow .num{
    background-color: #fff;
    color: #111;
    font-size: 16px;
    padding: 6px 10px;
}

.match_map{
	margin: auto;
	max-width: 900px;
	padding:0 20px 60px;
}
.match_map iframe{
	opacity: .95;
	width: 100%;
	height:450px;
}


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

.cast_box{
	padding:50px 25px;
}

.cast_intro{
	display: flex;
	flex-wrap: wrap;
	gap:30px;
	margin:0 auto;
	max-width:1200px;
}
.cast_intro_img{width:calc(40% - 30px);}
.cast_intro_text{width:60%;margin: auto 0;}
.cast_intro_title{
	text-align:left;
	font-family: "Noto Serif JP", serif;
	padding-bottom:6px;
	border-bottom: 1px solid #fff;
}
.cast_intro_title h2{
	font-size:44px;
	font-weight:800;
	line-height:1.1em;
}

.cast_intro_links{
	display:flex;
	flex-wrap: wrap;
	gap:10px;
	padding:10px 0 20px;
}
.cast_intro_links a{
	text-decoration:none;
	display: block;
	line-height:0;
	width:40px;
	transition: 0.2s;
}
.cast_intro_links a img{
	transition: 0.2s;
}
.cast_intro_links a.profile{
	position:relative;
	margin: auto 0;
	width:fit-content;
	font-family: "Noto Serif JP", serif;
	font-size:20px;
	font-weight:600;
	line-height:1em;
	border:#fff 2px solid;
	padding:3px 23px 6px 8px;
}
.cast_intro_links a.profile:after {
    position: absolute;
    content: "";
    width:7px;
    height:7px;
    border-bottom: #fff 2px solid;
    border-right: #fff 2px solid;
    top:50%;
    right:5px;
    transform: rotate(-45deg) translateY(-50%);
    transition: 0.2s;
}
@media only screen and (min-width:768px) {
	.cast_intro_links a:hover img{
		opacity:.5;
	}
	.cast_intro_links a.profile:hover{
		background-color:#fff;
		color:#191919;
	}
	.cast_intro_links a.profile:hover:after{
		border-color: #191919;
	}
}


.cast_intro_lists ul{
	padding-bottom:15px;
}
.cast_intro_lists ul li{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 5px;
}
.cast_intro_lists ul li div{text-align:left;}

.cast_intro_lists ul.timeline{font-size:20px;}
.cast_intro_lists ul.timeline li > div:nth-child(1){width:175px;}
.cast_intro_lists ul.timeline li > div:nth-child(2){width:calc(100% - 175px);}

.cast_intro_lists ul.appear li > div:nth-child(1){width:100px;}
.cast_intro_lists ul.appear li > div:nth-child(2){width:calc(100% - 100px);}

.cast_text{
	margin:0 auto;
	max-width:800px;
	padding:40px 0 30px;
}
.cast_text p{
	text-align:left;
	padding-bottom:15px;
}


.topick_box{
	margin: auto;
	max-width:1000px;
	padding-bottom:25px;
}
.topick_box h3{
	font-family: "Noto Serif JP", serif;
	font-size:24px;
	font-weight:800;
	line-height:1.1em;
	padding-bottom:10px;
}
.topick_wrap{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	margin:auto;
	padding:0 0 10px;
}
.topick_wrap a{
	display: block;
	line-height: 0;
	width:calc(100% / 6);
	padding:2px;
	transition: .2s;
}
.topick_wrap a.is-hidden {display: none;}

.moreBtn{
	cursor:pointer;
	width:fit-content;
	margin:0 auto;
	padding:2px 15px;
	color:#fff;
	font-size:18px;
	font-weight:600;
	border:2px solid #fff;
	font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	border-radius:2px;
	transition:.2s;
}
@media only screen and (min-width:768px) {
	.topick_wrap a:hover{
		opacity:.5;
	}
	.moreBtn:hover{
		padding:2px 25px;
	}
}


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

.produce_box{
	padding:50px 25px;
}
.produce_box h2{
	font-family: "Noto Serif JP", serif;
	font-size:44px;
	font-weight:800;
	letter-spacing:.05em;
	line-height:1.1em;
	padding:0 25px;
}
.produce_main{
	margin:0 auto;
	max-width:800px;
}

.produce_title{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
	padding:10px 0 15px;
}
.produce_title_img{width:140px;line-height:0;}
.produce_title_img img{border-radius:50%;}
.produce_title_text{
	margin:auto 0;
	width:fit-content;
	font-family: "Noto Serif JP", serif;
	text-align:left;
}
.produce_h3front{
	font-size:18px;
	font-weight:700;
	line-height:1.1em;
}
.produce_title_text h3{
	font-size:40px;
	font-weight:800;
	line-height:1.1em;
}
.produce_h3sub{
	font-size:18px;
	font-weight:700;
	line-height:1.1em;
}

.produce_slider{
	display: flex;
    align-items: center;
    overflow: hidden;
    padding-bottom: 35px;
}
.produce_slider_imgline{
	display: flex;
    width: min-content;
    animation: 70s linear infinite sliderAnimation;
}

.produce_slider_imgline div{
    width: 200px;
    position: relative;
	line-height:0;
}

@keyframes sliderAnimation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


.produce_text p{
	text-align:left;
	padding:0 0 20px;
}

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

.match_list_area{
	padding:0 25px 40px;
}
.match_list_area .open_title{
    position: relative;
    display: block;
    margin: 0 auto 20px;
    max-width:500px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    padding: 6px 40px 6px 30px;
    text-decoration: none;
    transition: .2s;
}
.match_list_area .open_title::after{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: #fff 2px solid;
	border-right: #fff 2px solid;
	top: 40%;
	right: 25px;
	transform: rotate(45deg) translateY(-50%);
	transition: .2s;
}
.match_list_area .open_title.open::after{
	top: 51%;transform: rotate(45deg) translateY(-50%) scale(-1,-1);
}

.match_list_box.open_box{display:none;}

.match_list_box ul{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	max-width: 1000px;
	padding-bottom: 40px;
}

.match_list_box ul li{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 0;
	width: calc(100% / 3);
}

.match_list_box ul li div:nth-child(1){
	display: flex;
	flex-wrap: wrap;
	width:75px;
	height:auto;
	aspect-ratio:1 / 1;
	letter-spacing: -0.07em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background-image: url("../img/num_bk.webp");
	background-size:contain;
	background-repeat: no-repeat;
}
.match_list_box ul li div:nth-child(1) span{
	display: block;
	margin: auto;
	font-family: "Potta One", system-ui, serif;
	color: #111;
	font-size: 14px;
}

.match_list_box ul li div:nth-child(2){
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
	text-align: left;
	width: 150px;
}
.match_list_box ul li div:nth-child(2) span:nth-child(1){
	display: block;
	width: 100%;
	margin-top: auto;
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
}
.match_list_box ul li div:nth-child(2) span:nth-child(2){
	display: block;
	width: 100%;
	margin-bottom: auto;
	font-family: "Noto Serif JP", serif;
	font-weight:900;
	font-size: 20px;
}
.match_list_box ul li.single div:nth-child(1) span{font-size:18px;}

@media only screen and (min-width:768px) {
	.match_list_box ul li.single{width:100%;}
	.match_list_box ul li.single div:nth-child(1){width:100px;}
	.match_list_box ul li.single div:nth-child(1) span{font-size:26px;}
	.match_list_box ul li.single div:nth-child(2){width:180px;}
	.match_list_box ul li.single div:nth-child(2) span:nth-child(1){font-size: 20px;font-weight:600;}
	.match_list_box ul li.single div:nth-child(2) span:nth-child(2){font-size:28px;}
}

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

.director_wrap{
	text-align:left;
	margin:auto;
	max-width:900px;
	padding:30px 50px;
}

.director_title{
	display:flex;
	flex-wrap: wrap;
	gap:20px;
	font-family: "Noto Serif JP", serif;
}
.director_img{width:100px;margin:auto 0;}
.director_name{width:calc(100% - 120px);}
.director_name h2{
	line-height: 1em;
    font-size: 20px;
    font-weight: 800;
}
.director_name h2 span{
	font-size:70%;
}
.director_name h3{
	line-height: 1em;
    font-size: 36px;
    padding-bottom: 5px;
}
.director_namesub{
	font-size:15px;
}

.director_text{padding-top:15px;}
.director_text p{
	padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.55em;
    letter-spacing: 0.04em;
}
.director_text a{
}

.director_flyer{
	display:flex;
	flex-wrap: wrap;
	margin:auto;
	max-width:1100px;
	padding:30px 50px;
}
.director_flyer div{
	line-height:0;
	width:calc(100% / 6);
}
.director_flyer div a{
	transition: .2s;
}
@media only screen and (min-width:768px) {
	.director_flyer div a:hover{
		opacity:.6;
	}
}

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

.faq_box{
	margin:0 auto;
	max-width:900px;
	padding:20px 25px 50px;
}
.faq_box h2{
	font-family: "Noto Serif JP", serif;
	font-size:28px;
	font-weight:700;
	letter-spacing:0.05em;
	line-height:1.1em;
	padding:0 0 20px;
}

.faq_item{
	text-align:left;
	padding:0 0 20px;
}
.faq_item h3{
	font-family: "Noto Serif JP", serif;
	font-size:20px;
	padding:0 0 5px;
}
.faq_item h3::before{content:"Q. "}
.faq_item div{
	position:relative;
	padding-left:25px;
	font-size:14px;
}
.faq_item div::before{
	content:"A.";
	position: absolute;
	top:0;
	left:4px;
}


#page_top{
	bottom: 20px;
	left: auto;
	right: 45px;
	transform:none;
}
#page_top a {
	background-color: rgba(255,255,255,.3);
	width: 60px;
	padding: 10px 0 12px;
}





@media only screen and (max-width: 1100px) {
	
	.match_detail_title{width:130px;font-size:20px;}
	.match_detail_main {width: calc(100% - 150px);}
	
	.cast_box {padding:50px 25px 30px;}
	.cast_intro{justify-content:center;max-width:800px;gap: 5px}
	.cast_intro_img{width:100%;max-width:500px;margin: auto;order:2;line-height:0;}
	.cast_intro_text{width:100%;display:contents;}
	.cast_intro_title{width:100%;order:1;border:none;text-align:center;}
	.cast_intro_links{width:100%;order:3;justify-content:center;}
	.cast_intro_lists{width:100%;order:4;}
	
	.topick_box{max-width:800px;}
	
	.director_name h2 span{display:block;}
	
	.faq_box{max-width:800px;}
}


@media only screen and (max-width: 767px) {
	
	.mv{background-size:50%;}
	.mv h1{padding-top: 15px;}
	.mv_title {font-size: 34px;}
	
	.topick_wrap a {width: calc(100% / 4);}
	.cast_box {padding:0 25px 30px;}
	
	.match_list_box ul li{width:50%;}
	
	
}

@media only screen and (max-width: 580px) {
	
	body{background:none;}
	body::after{
		content:"";
		position:fixed;
		display: block;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		background-color:#111;
		z-index: -20;
	}
	
	.button_area a{width:100%;font-size: 20px;}
	
	.first_area {padding:50px 25px;}
	.first_text {padding:5px 0;}
	.first_text p{padding: 13px;}
	
	.match_detail_item {gap: 5px;padding-bottom: 25px;}
	.match_detail_title{
		width:100%;
		border:1px solid #fff;
		color:#fff;
		background-color:rgba(255,255,255,0);
		padding: 5px 0;
	}
	.match_detail_main{width:100%;}
	.match_title > div{width:100%;}
	.match_title {gap: 5px;font-size:24px;text-align:left;}
	.match_title_link{text-align:center;padding-top:5px;font-size:18px;}
	.match_detail_main.fee{font-size:22px;}
	
	.flow_box{padding: 30px 0 5px;}
	.match_map{padding: 0 0 40px;}
	
	.match-title h2{font-size: 8vw;}
	
	.match_list_area .open_title {font-size: 18px;}
	
	.cast_intro_lists ul.timeline {font-size: 16px;}
	.cast_intro_lists ul.timeline li > div:nth-child(1){width:auto;padding-right:10px;}
	.cast_intro_lists ul.appear li > div:nth-child(1){width:100%;}
	.cast_intro_lists ul.appear li > div:nth-child(1)::before{content:"■ ";}
	.cast_intro_lists ul.appear li > div:nth-child(2){width:100%;}
	.cast_text{padding:20px 0 25px;}
	.topick_box h3{letter-spacing:.1em;}
	.cast_box {padding: 0 25px;}
	
	.produce_box {padding: 30px 25px;}
	.produce_box h2{padding:0;font-size: 30px;line-height: 1.2em;}
	.produce_title_text h3 {font-size: 34px;}
	.produce_h3sub {font-size: 15px;}
	
	.director_box{padding:6vw 0 0;}
	.director_wrap{padding:0 25px 30px;}
	.director_title{gap:5px 10px;}
	.director_name{display:contents;}
	.director_img{width:60px;order:2;}
	.director_namemain{order:3;width:calc(100% - 70px);}
	.director_name h2{order:1;}
	.director_flyer{padding:0 25px 30px;}
	.director_flyer div{width:calc(100% / 4);}
	
	.topick_wrap a {width: calc(100% / 3);}
	
	
}


@media only screen and (max-width: 520px) {
	.header {padding-bottom: 5px;}
	
	.mv{background-size:100%;}
	.mv_title {padding:10px;font-size: 32px;line-height: 1.2em;}
	
	.first_text p{font-size: 17px;}
	.match-text p{font-size: 17px;}
	
	.match_map iframe{height:250px;}
	
	.match_list_box ul{padding:0 0 20px;}
	.match_list_box ul li div:nth-child(1) {width: 45px;}
	.match_list_box ul li div:nth-child(1) span {font-size:12px;}
	.match_list_box ul li div:nth-child(2) {width: calc(100% - 45px);}
	.match_list_box ul li div:nth-child(2) span:nth-child(2) {font-size: 17px;}
	.match_list_box ul li.single div:nth-child(1) span {font-size: 15px;}
	
	
	#page_top{
	    bottom: 42px;
		left:auto;
    	right: 27px;
	}
	#page_top a {
		width: 30px;
		padding: 5px 0 6px;
	}
	
}

@media only screen and (max-width: 374px) {
	.match_list_area {padding:0 15px 6vw;}
	.match_list_box ul{padding:0;}
	.match_list_box ul li div:nth-child(1) span {font-size: 10px;}
	.match_list_box ul li div:nth-child(2) span:nth-child(1) {font-size: 12px;}
	.match_list_box ul li div:nth-child(2) span:nth-child(2) {font-size: 13px;}
	
}

