*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	list-style: none;
}
html{
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}
body{
	font-size: 1.6rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.75;
	line-break: strict;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
amp-img{
	width: 100%;
	height: auto;
}



header h1{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 2400 / 1344;
	background: url(../images/header-bg.jpg) no-repeat center;
	background-size: 100%;
}
header h1 amp-img{
	width: 672px;
}
header section{
	padding: 100px 5%;
}
header section > *{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
header section h2{
	width: 672px;
	margin: 0 auto 60px;
}
header .about{
	background: #f2f4f6;
}
header .about figure{
	margin-bottom: 60px;
}



.fv{
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	position: relative;
	background: #000;
}
.fv figure{
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}
.fv figure img{
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	object-fit: cover;
	position: absolute;
	bottom: 0;
	opacity: 0;
	animation: slide 26s infinite;
}
@supports (-webkit-touch-callout: none){
.fv,.fv figure,.fv figure img{
	height: -webkit-fill-available;
	min-height: -webkit-fill-available;
}}
.fv figure img:nth-of-type(1){
	animation-delay: 1s;
}
.fv figure img:nth-of-type(2){
	animation-delay: 6s;
}
.fv figure img:nth-of-type(3){
	animation-delay: 11s;
}
.fv figure img:nth-of-type(4){
	animation-delay: 16s;
}
.fv figure img:nth-of-type(5){
	animation-delay: 21s;
}
@keyframes slide{
	0%{opacity: 0;}
	15%{opacity: 1;}
	25%{opacity: 1;}
	30%{opacity: 0;}
	100%{opacity: 0;}
}



main{
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
}



.audio-btn{
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
	background: url(../images/musicbtn.svg) no-repeat;
}
.audio-btn.current{
	background: url(../images/musicbtn-stop.svg) no-repeat;
}
.audio-btn:hover{
	cursor: pointer;
}



/* PC */
@media screen and (min-width: 768px) {



.fv h1{
	position: absolute;
	z-index: 10;
	width: 486px;
	height: 88px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.name{
	display: flex;
	justify-content: space-between;
	width: 250px;
	position: absolute;
	color: #fff;
	bottom: 23%;
	left: 50%;
	margin-left: -125px;
	z-index: 10;
}
.copy{
	position: absolute;
	color: #fff;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	text-align: center;
}
.copy span:first-child{
	display: block;
	font-weight: bold;
}
.copy span:last-child{
	display: block;
	font-size: 1.1rem;
}



.intro{
	background: url(../images/intro.jpg) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 770px;
	position: relative;
}
.intro figure{
	width: 70px;
	height: 390px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.line{
	width: 1166px;
	height: 11050px;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: -1;
}
.line svg{
	fill: none;
	stroke: #a6dde4;
	stroke-width: 0.5px;
	stroke-miterlimit: 10;
	stroke-dasharray: 8796px;
}



.movies{
	position: relative;
}
.movies .ep{
	width: 970px;
	margin: auto;
	padding-top: 280px;
	display: flex;
	justify-content: space-between;
	aline-items: center;
}
.movies .ep3,
.movies .ep5{
	padding-bottom: 50px;
}
.movies .ep1 figure,
.movies .ep3 figure,
.movies .ep5 figure{
	order: -1;
}
.movies .ep h2{
	width: 75px;
	position: relative;
	top: -200px;
}
.movies .ep1 h2,
.movies .ep3 h2,
.movies .ep5 h2{
	margin-right: 45px;
}
.movies .ep2 h2,
.movies .ep4 h2,{
	margin-left: 90px;
}
.movies .ep figure amp-img{
	width: 656px;
	height: 369px;
}

.movie:hover{
	cursor: pointer;
}
.modal-video-body{
	max-width: 1200px !important;
}
figcaption{
	margin: 40px 0 0 40px;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
figcaption span{
	display: block;
	font-weight: bold;
}



.ep-detail{
	background: #f2f4f6;
}
.ep-detail input{
	display: none;
}
.ep-detail label{
	display: block;
	padding: 10px 5%;
	font-size: 240%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	background: #dddee0 url(../images/plus.svg) no-repeat center right 20px;
	background-size: 36px;
}
.ep-detail input:checked + label{
	background-image: url(../images/minus.svg);
}
.ep-detail h3{
	font-weight: normal;
}
.ep-detail label + div{
	width: 970px;
	margin: auto;
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
}
.ep-detail input:checked + label + div{
	height: auto;
	overflow: visible;
	padding-top: 60px;
	padding-bottom: 60px;
}

.ep-detail .detail1,
.ep-detail .detail2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.ep-detail .detail1 > *{
	width: 48%;
}
.ep-detail .detail2 > *{
	width: 32%;
}
.ep-detail .detail1 h4{
	font-size: 150%;
	margin-bottom: 20px;
}
.ep-detail .detail1 h4 span{
	font-size: 75%;
	display: block;
	font-weight: normal;
}
.ep-detail iframe{
	aspect-ratio: 5 / 2;
	max-width: 1000px;
	width: 100%;
	height: auto;
}



aside{
	background: #f3f5f7;
}
.cast-main{
	padding-top: 90px;
	padding-bottom: 120px;
	background: #fff;
}
.cast-main h2{
	width: 89px;
	height: 24px;
	margin: 0 auto 90px;
}
.cast-main > div{
	width: 670px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 135px;
}
.cast-main > div:last-child{
	margin-bottom: 0;
}
.cast1 figure,
.cast2 figure{
	width: 232px;
	height: 263px;
	margin-right: 58px;
	position: relative;
}
.cast1 figure::after,
.cast2 figure::after{
	content: "";
	display: block;
	width: 259px;
	height: 64px;
	position: absolute;
	left: -82px;
}
.cast1 figure::after{
	top: -38px;
	background: url(../images/cast-SotoharaNene.svg) no-repeat;
}
.cast2 figure::after{
	top: -35px;
	background: url(../images/cast-TanakaKanau.svg) no-repeat;
}
.cast-main div div{
	width: 380px;
}
.cast-main h3{
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.cast-main p{
	font-size: 1.4rem;
	line-height: 1.5;
}



.cast-sub{
	background: #fff;
	padding: 95px 20px 110px;
}
.cast-sub input,
.cast-sub label{
	display: none;
}
.cast-sub h2{
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
	color: #333;
}
.cast-sub h2 span{
	display: inline-block;
	border-bottom: solid 2px #ccc;
	padding: 0 10px 5px;
}
.cast-sub .inner{
	width: 680px;
	margin: 0 auto 140px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cast-sub .inner:last-child{
	margin-bottom: 0;
}
.cast-sub .center{
	justify-content: center;
}
.cast-sub div{
	width: 142px;
	text-align: center;
}
.cast-sub h3{
	margin-top: 20px;
}
.cast-sub p{
	font-size: 1.2rem;
	line-height: 1.2;
	font-feature-settings: "palt";
}



.ep0{
	background: #f2f5f7;
	padding: 50px 3% 60px;
}
.ep0 h2{
	text-align: center;
	margin-bottom: 40px;
}
.ep0 h2 span{
	display: block;
	font-size: 1.2rem;
}
.ep0 div{
	display: flex;
	justify-content: center;
	margin: auto;
}
.ep0 a{
	display: block;
	width: 65px;
}
.ep0 a:first-child{
	margin-right: 100px;
}



.music{
	padding: 115px 0;
}
.music .inner{
	width: 654px;
	margin: auto;
	text-align: center;
}
.music h2{
	width: 109px;
	height: 24px;
	margin: 0 auto 50px;
}
.music .inner p:first-child{
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: left;
	margin-bottom: 50px;
}
.music h3,
.music p:last-child{
	font-size: 1.8rem;
	font-weight: bold;
}
.music h3{
	margin-bottom: 15px;
	position: relative;
	color: #265a80;
	line-height: 1;
}
.music h3::before,
.music h3::after{
	display: inline-block;
	width: 2px;
	height: 1em;
	background: #265a80;
	content: "";
	vertical-align: bottom;
	margin: 0 8px;
}
.music h3::before{
	transform: rotate(-15deg);
}
.music h3::after{
	transform: rotate(15deg);
}
.music audio + p{
	font-size: 1.4rem;
	margin-top: 10px;
}
.music p:last-child{
	margin-top: 45px;
}
.music p:last-child span{
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}



.produced{
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	padding: 195px 0 310px;
}
.cmgalleylink{
	padding: 0 0 110px;
	width: 100%;
	max-width: 350px;
	margin: auto;
}



footer{
	background: #008175;
	text-align: center;
	padding: 40px 0 50px;
}
footer p{
	color: #fff;
	margin-bottom: 20px;
}
footer ul{
	display: flex;
	justify-content: space-between;
	width: 500px;
	margin: auto;
}
footer li{
	width: 65px;
}



.sp{display:none;}

}/* PC-end */











/* SP */
@media only screen and (max-width: 767px){



header h1{
	aspect-ratio: 1200 / 1344;
	background-size: cover;
}
header h1 amp-img{
	width: 80%;
	max-width: 300px;
}
header section{
	padding: 50px 5%;
}
header section h2{
	width: 90%;
	max-width: 300px;
	margin: 0 auto 30px;
}
header .about figure{
	margin-bottom: 30px;
}

.fv h1{
	position: absolute;
	z-index: 10;
	width: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.copy{
	position: absolute;
	color: #fff;
	bottom: 2%;
	left: 20px;
	z-index: 10;
}
.copy span:first-child{
	display: block;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.copy span:last-child{
	display: block;
	font-size: 1rem;
}



.intro{
	background: url(../images/intro.jpg) no-repeat center bottom;
	background-size: cover;
	width: 100vw;
	height: 100vh;
	position: relative;
}
.intro figure{
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.line{
	display: none;
}



.movies{
	margin: auto;
}
.movies .ep{
	margin-bottom: 40px;
}
.movies .ep h2{
	height: 100vh;
	text-align: center;
	position: relative;
}
.movies .ep h2 amp-img{
	width: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.movie:hover{
	cursor: pointer;
}
figcaption{
	margin: 25px 3% 0 25px;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
figcaption span{
	display: block;
	font-weight: bold;
}
.modal-video{
	background-color: rgba(0,0,0,0.8) !important;
}
.modal-video-body{
	padding: 0 !important;
}



.ep-detail{
	background: #f2f4f6;
}
.ep-detail input{
	display: none;
}
.ep-detail label{
	display: block;
	padding: 10px 3%;
	font-size: 120%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	background: #dddee0 url(../images/plus.svg) no-repeat center right 20px;
	background-size: 18px;
}
.ep-detail input:checked + label{
	background-image: url(../images/minus.svg);
}
.ep-detail h3{
	font-weight: normal;
}
.ep-detail label + div{
	width: 94%;
	margin: auto;
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
}
.ep-detail input:checked + label + div{
	height: auto;
	overflow: visible;
	padding-top: 40px;
	padding-bottom: 40px;
}
.ep-detail .detail1{
	margin-bottom: 30px;
}
.ep-detail .detail1 figure{
	margin-bottom: 20px;
}
.ep-detail .detail2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.ep-detail .detail2 > *{
	width: 32%;
}
.ep-detail .detail1 h4{
	font-size: 120%;
	margin-bottom: 20px;
}
.ep-detail .detail1 h4 span{
	font-size: 75%;
	display: block;
	font-weight: normal;
}
.ep-detail iframe{
	display: block;
	aspect-ratio: 16 / 9;
	max-width: 1000px;
	width: 100%;
	height: auto;
}



aside{
	background: #f3f5f7;
}
.cast-main{
	background: #fff;
}
.cast-main h2{
	padding: 15px;
	background: #d7e8ec;
	margin-bottom: 50px;
}
.cast-main h2 amp-img{
	height: 20px;
}
.cast-main > div{
	padding: 0 4% 50px;
	text-align: center;
}
.cast-main div > figure{
	width: 160px;
	margin: auto;
}
.cast-main h3{
	margin: 10px auto -5px;
	font-weight: normal;
	line-height: 1.4;
	font-size: 1.3rem;
}
.cast-main h3 span{
	display: block;
	font-size: 1.6rem;
}
.cast-main h3.sp + figure{
	transform: rotate(9deg);
}
.cast-main p{
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	margin-top: 20px;
}



.cast-sub{
	border-bottom: solid 1px #ccc;
	background: #fff;
}
.cast-sub h2,
.cast-sub input{
	display: none;
}
.cast-sub label{
	display: block;
	text-align: center;
	border-top: solid 1px #ccc;
	font-weight: normal;
	padding: 12px;
	background: url(../images/plus.svg) no-repeat center right 20px;
	background-size: 18px;
}
.cast-sub label:hover{
	cursor: pointer;
}
.cast-sub .inner{
	height: 0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cast-sub .inner{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.cast-sub input:checked + label{
	background-image: url(../images/minus.svg);
	border-bottom: solid 1px #ccc;
}
.cast-sub input:checked + label + .inner{
	height: auto;
	padding-top: 50px;
	padding-bottom: 10px;
}
.cast-sub div{
	width: 48%;
	text-align: center;
	margin-bottom: 45px;
}
.cast-sub .cl3 div:first-of-type{
	width: 100%;
}
.cast-sub .center{
	justify-content: center;
}
.cast-sub amp-img{
	width: 115px;
	margin: auto;
}
.cast-sub h3{
	margin-top: 10px;
}
.cast-sub p{
	font-size: 1.3rem;
	line-height: 1.2;
	font-feature-settings: "palt";
}



.ep0{
	background: #f2f5f7;
	padding: 50px 3% 60px;
}
.ep0 h2{
	text-align: center;
	margin-bottom: 30px;
}
.ep0 h2 span{
	display: block;
	font-size: 1.2rem;
}
.ep0 div{
	display: flex;
	justify-content: center;
	margin: auto;
}
.ep0 a{
	display: block;
	width: 65px;
}
.ep0 a:first-child{
	margin-right: 100px;
}



.music .inner{
	text-align: center;
	padding: 30px 4% 40px;
}
.music h2{
	padding: 15px;
	background: #d7e8ec;
}
.music h2 amp-img{
	height: 20px;
}
.music .inner p:first-child{
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: left;
	margin-bottom: 50px;
}
.music h3,
.music p:last-child{
	font-weight: bold;
}
.music h3{
	margin-bottom: 15px;
	position: relative;
	color: #265a80;
	line-height: 1;
}
.music h3::before,
.music h3::after{
	display: inline-block;
	width: 2px;
	height: 1em;
	background: #265a80;
	content: "";
	vertical-align: bottom;
	margin: 0 8px;
}
.music h3::before{
	transform: rotate(-15deg);
}
.music h3::after{
	transform: rotate(15deg);
}
.music audio + p{
	font-size: 1.4rem;
	margin-top: 10px;
}
.music p:last-child{
	margin-top: 20px;
}
.music p:last-child span{
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}



.produced{
	text-align: center;
	font-weight: bold;
	padding: 270px 0 170px;
}
.cmgalleylink{
	padding: 0 0 110px;
	width: 100%;
	max-width: 80%;
	margin: auto;
}



footer{
	background: #008175;
	text-align: center;
	padding: 20px 0 30px;
}
footer p{
	color: #fff;
	margin-bottom: 15px;
}
footer ul{
	display: flex;
	justify-content: center;
}
footer li{
	width: 40px;
	margin-right: 25px;
}
footer li:last-child{
	margin-right: 0;
}



.pc{display:none !important;}

}/* SP-end */