@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Marcellus&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

html{
	scroll-behavior: smooth;
	}

div,p,li,header,footer{
	box-sizing: border-box;
	}
img{
	border : 0px;
	vertical-align: bottom;
	max-width: 100%;
	}

/* リンク */
a:link { color: #353535; text-decoration : none;} 
a:visited { color: #353535; text-decoration : none;} 
a:hover { color: #353535; text-decoration : none;} 
a:active { color: #353535; text-decoration : none;} 
a:focus{ outline:none;}

.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}

p{
	margin : 0;
	}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


.red{
	color: #ff1552;
	}
.f12{
	font-size: 12px;
	}

sup{
	vertical-align: baseline;
	position:relative;
	top:-2px
	}

form{
	margin : 0;
	}
input,select,button{
	margin : 0 0 10px 0;
	}
table{
	line-height : 1.8em;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	}
.nowrap{
	white-space : nowrap;
	}
ul,ol,li,dl,dt,dd,td,tr{
	margin : 0;
	padding : 0;
	list-style: none;
	}







body{
	font-family: 'Noto Sans JP', sans-serif , "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;*/
    font-style: normal;
    font-weight: 500;
	font-size: 14px;
	line-height: 2;
	color: #000;
	margin: 0 auto;
	padding: 0;
	}



#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	font-family: "Marcellus", serif;
	font-size: 20px;
}

/* くるくるスピナー */
.loader {
  border: 6px solid #ccc;
  border-top: 6px solid #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* フェードイン効果 */
#content {
  opacity: 0;
  transition: opacity 1s ease;
}






header{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
	position: fixed;
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.9);
	border-bottom: solid 1px #eee;
	z-index: 9999;
	}
header h1{
	margin: 0;
	padding: 0;
	line-height: 1;
	}
header ul{
	display: flex;
	gap: 35px;
	font-weight: 700;
	margin-right: 2%;
	}
header ul.sns{
	display: flex;
	gap: 15px;
	font-weight: 700;
	margin-right: 2%;
	}
header ul li a{
	transition: 0.2s;
	font-size: 16px;
	}
header ul li a:hover{
	color: #eb6877;
	transition: 0.2s;
	}
header ul.sns li{
	width: 30px;
	}
header ul.sns li img{
	width: 100%;
	}





#kv{
	padding: 50px 0 0 0;
	}
#kv img{
	max-width: 100%;;
	}





h2{
	font-family: "Marcellus", serif;
	font-weight: 100;
	font-size: 48px;
	text-align: center;
	line-height: 1.2;
	margin: 0;
	padding; 0;
	}
h2 span:first-child{
	border-bottom: solid 4px #fff100;
	}
h2 span:last-child{
	font-family: 'Noto Sans JP', sans-serif , "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000;
	display: block;
	font-weight: 400;
	margin: 10px 0 0 0;
	}





#information{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	padding: 35px 0;
	}
#information .btn a{
	color: #000;
	text-align: center;
	display: block;
	padding: 16px 70px;
	background: #fff100;
	font-size: 20px;
	line-height: 1.2;
	}
#information .btn a span{
	display: block;
	font-size: 12px;
	}
#information ul{
	display: flex;
	justify-content: center;
	gap: 15px;
	}



#bg{
	background: url('../img/bg.jpg') no-repeat center center;
	background-size: 150%;
	}

#trailer{
	background: url('../img/trailer_bg.jpg') no-repeat;
	padding: 100px 0 150px;
	text-align: center;
	}
#trailer h2{
	margin: 0 0 50px 0;
	}
#trailer ul{
	margin: 50px 0 0 0;
	display: flex;
	gap: 50px;
	justify-content: center;
	}
#trailer ul li a{
	border: solid 1px #000;
	border-radius: 20px;
	text-align: center;
	padding: 3px 0;
	width: 250px;
	background: #fff;
	display: block;
	}
#trailer ul li a.active {
	background: #000;
	color: #fff;
	}



#main_image{
	padding: 150px;
	box-sizing: border-box;
	}




/*
#story{
	background: url('../img/story_bg.jpg') no-repeat bottom;
	text-align: center;
	line-height: 3;
	position: relative;
	overflow: hidden;
	padding: 2300px 0 1000px 0;
	margin: 100px 0 0 0;
	
	}
#story li img{
	}


#story .img01{
	top: 1%;
	left: 5%;
	width: 40%;
	position: absolute;
	}
#story .img02{
	top: 10%;
	right: 5%;
	width: 48%;
	position: absolute;
	}
#story .img03{
	top: 16%;
	left: 6%;
	width: 36%;
	position: absolute;
	}
#story .img04{
	top: 27%;
	right: 7%;
	width: 40%;
	position: absolute;
	}
#story .img05{
	top: 30%;
	left: 8%;
	width: 40%;
	position: absolute;
	}
#story .img06{
	top: 45%;
	right: 5%;
	width: 55%;
	position: absolute;
	}
#story .img07{
	top: 500%;
	left: 5%;
	width: 60%;
	position: absolute;
	}
#story .img08{
	top: 500%;
	right: 5%;
	width: 60%;
	position: absolute;
	}
#story .img09{
	top: 500%;
	left: 5%;
	width: 60%;
	position: absolute;
	}
#story .img10{
	top: 500%;
	right: 5%;
	width: 60%;
	position: absolute;
	}
*/




#story {
  background: url('../img/story_bg.jpg') no-repeat bottom;
  padding: 300px 0 1000px 0;
  text-align: center;
  overflow: hidden;
}

#story h2{
	margin: 0px 0 30px 0;
	}
#story ul{
	display: flex;
	flex-wrap: wrap;
	}
#story ul li{
	width: 35%;
	}
#story ul li:nth-child(1){
	width: 45%;
	}
#story ul li:nth-child(2){
	width: 35%;
	}
#story ul li:nth-child(3){
	width: 32%;
	}
#story ul li:nth-child(4){
	width: 40%;
	}
#story ul li:nth-child(5){
	width: 35%;
	}
#story ul li:nth-child(6){
	width: 45%;
	}

.story-image {
  margin: 100px auto;
  max-width: 100%;
  width: 100%;
}

.story-image img {
  width: 100%;
  height: auto;
  display: block;
}

.img-left img {
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  margin-top: -300px;
}

.img-right img {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
}



.fade-up {
  opacity: 0;
  transform: translateY(140px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}
.fade-left {
  opacity: 0;
  transform: translateX(140px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}
.fade-right {
  opacity: 0;
  transform: translateX(-140px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
.fade-left.show {
  opacity: 1;
  transform: translateX(0);
}
.fade-right.show {
  opacity: 1;
  transform: translateX(0);
}



/* フェードが始まったら */
.fade-left.show,
.fade-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* 左右交互で表示タイミングに差をつける */
.story-image:nth-child(odd).fade-left,
.story-image:nth-child(odd).fade-right {
  transition-delay: 0.2s;
}
.story-image:nth-child(even).fade-left,
.story-image:nth-child(even).fade-right {
  transition-delay: 0.4s;
}



#story ul li:nth-child(3).fade-right {
  opacity: 0;
  transform: translateX(50%); /* 中央寄り（右側）からスタート */
}
#story ul li:nth-child(3).fade-right.show {
  opacity: 1;
  transform: translateX(0); /* 左端の通常位置に着地 */
}

#story ul li:nth-child(4).fade-left {
  opacity: 0;
  transform: translateX(-50%);
}
#story ul li:nth-child(4).fade-left.show {
  opacity: 1;
  transform: translateX(0);
}

#story ul li:nth-child(6).fade-left {
  opacity: 0;
  transform: translateX(-50%);
}
#story ul li:nth-child(6).fade-left.show {
  opacity: 1;
  transform: translateX(0);
}












.floating-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px;
  pointer-events: none;
  z-index: -1;
}

.floating-container img {
  position: absolute;
  opacity: 0;
  animation-name: floatImage;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform, opacity;
}

@keyframes floatImage {
  0% {
    transform: translateX(var(--startX)); /* 0% */
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(var(--endX)); /* +/-160vw */
    opacity: 0;
  }
}









#cast{
	background: url('../img/cast_bg.jpg') no-repeat;
	padding: 150px 0 200px;
	color: #888;
	}
#cast h2{
	margin: 0 0 100px 0;
	}
#cast .cast_list{
	width: 1200px;
	margin: 0 auto 150px;
	display: flex;
	justify-content: space-between;
	}
#cast .cast_list:last-child{
	margin: 0 auto 0;
	}
#cast .cast_list .image{
	width: 280px;
	}
#cast .cast_list .data{
	width: 840px;
	}
#cast .cast_list .data .name{
	font-size: 24px;
	line-height: 1;
	margin: 0 0 15px 0;
	color: #000;
	}
#cast .cast_list .data .comment{
	margin: 30px 0 0 0;
	}
#cast .cast_list .data .comment .title{
	font-family: "Marcellus", serif;
	font-weight: 100;
	font-size: 24px;
	margin: 0 0 10px 0;
	position: relative;
	color: #000;
	}
#cast .cast_list .data .comment .title::after {
	position: absolute;
	content: "";
	top: 50%;
	width: 710px;
	height: 1px;
	background-color: black;
	}
#cast .cast_list .data .comment p{
	margin: 0 0 20px 0;
	}
#cast .cast_list .data .comment p:last-child{
	margin: 0;
	}






footer{
	background: url('../img/foot_bg.jpg') no-repeat center;
	background-attachment: fixed;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 50px 0 20px 0;
	}
footer p{
	margin: 0 0 30px 0;
	}
footer p span{
	font-size: 12px;
	}
footer p span.min{
	font-size: 115%;
	}

#copy{
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	}




.scroll-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: none;
	}
.scroll-top:hover{
	bottom: 30px;
	transition: 0.2s;
	}







/********************************************************************************************************************************************************************************/
@media screen and (min-width: 950px) {
/********************************************************************************************************************************************************************************/

a[href^="tel:"] { pointer-events: none; color:#000;}



	.sp{
		display : none;
		}

#sp_menu{
	display : none;
	}








/********************************************************************************************************************************************************************************/
}
@media screen and (max-width: 949px) {
/********************************************************************************************************************************************************************************/


	.pc{
		display : none;
		}

img{
	max-width: 100%;
	}



#sp_menu{
	display : block;
	}






/* メニューボタン */

.menu_btn{
    position: fixed;
    top: 5px;
    right: 5px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: #fff100;
    border-radius: 20px;
	}
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after{
	transition: all .4s;
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background: #000;
    position: absolute;
	}
.menu_btn span:before{
    bottom: 6px;
	}
.menu_btn span:after{
    top: 6px;
	}


#menu_btn_check:checked ~ .menu_btn{
    background: #fff;
	}

#menu_btn_check:checked ~ .menu_btn span{
    background-color: rgba(255, 255, 255, 0);
	}
#menu_btn_check:checked ~ .menu_btn span::before{
    background: #000;
    bottom: 0;
    transform: rotate(495deg);
	}
#menu_btn_check:checked ~ .menu_btn span::after{
    background: #000;
    top: 0;
    transform: rotate(-495deg);
	}

#menu_btn_check{
    display: none;
	}

#menu_btn_check:checked ~ .content{
    left: 0;
	}


#sp_menu .content {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 100%;
    z-index: 2;
    background: #fff100;
    transition: all 0.5s;
    color: #000;
    padding: 0 20px;
	}
#sp_menu .content ul {
    padding: 50px 0 0 0;
	}
#sp_menu .content ul:first-child li {
    border-bottom: solid 1px #000;
    list-style: none;
	}
#sp_menu .content ul:first-child li a{
    display: block;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
	}
#sp_menu .content ul:first-child li a::before{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 20px;
	}









header{
	display: none;
	}


#kv{
	padding: 0;
	}

h2{
	font-size: 32px;
	}




#information{
	gap: 30px;
	padding: 20px 10px;
	}
#information .btn a{
	padding: 12px 0px;
	width: 180px;
	font-size: 18px;
	}
#information ul{
	gap: 10px;
	}
	



	

#trailer{
	padding: 80px 10px 100px;
	}
#trailer h2{
	margin: 0 0 50px 0;
	}
#trailer iframe{
	max-width: 100%;
	height: 300px;
	}
#trailer ul{
	margin: 30px 0 0 0;
	gap: 10px;
	}
#trailer ul li a{
	width: 150px;
	}




#main_image{
	padding: 30px;
	}



/*
#story{
	padding: 1600px 10px 700px 10px;
	}

#story .img01{
	top: 1%;
	left: 5%;
	width: 80%;
	position: absolute;
	}
#story .img02{
	top: 9%;
	right: 5%;
	width: 70%;
	position: absolute;
	}
#story .img03{
	top: 17%;
	left: 5%;
	width: 85%;
	position: absolute;
	}
#story .img04{
	top: 26%;
	right: 5%;
	width: 88%;
	position: absolute;
	}
#story .img05{
	top: 35%;
	left: 5%;
	width: 85%;
	position: absolute;
	}
#story .img06{
	top: 44%;
	right: 5%;
	width: 85%;
	position: absolute;
	}
*/







#story {
  padding: 100px 0 700px 0;
  font-size: 12px;
}

#story h2{
	margin: 50px 0 30px 0;
	}
#story ul li{
	width: 45%;
	}

.story-image {
  margin: 30px auto;
}

.img-left img {
  margin-top: -50px;
}









#cast{
	padding: 100px 40px;
	background-size: cover;
	background-position: top;
	}
#cast h2{
	margin: 0 0 50px 0;
	}
#cast .cast_list{
	width: 100%;
	display: block;
	margin: 0 auto 100px;
	}
#cast .cast_list .image{
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 40px 0;
	margin: 0 0 30px 0;
	}
#cast .cast_list .data{
	width: 100%;
	}
#cast .cast_list .data .name{
	font-size: 18px;
	}
#cast .cast_list .data .comment .title{
	font-size: 20px;
	margin: 0;
	}
#cast .cast_list .data .comment .title::after {
	width: 50%;
	}






footer{
	font-size: 10px;
	padding: 40px 20px 10px;
	background-size: cover;
	}
footer p{
	margin: 0 0 30px 0;
	}





.scroll-top{
	bottom: 10px;
	right: 10px;
	}


















/********************************************************************************************************************************************************************************/
}
/********************************************************************************************************************************************************************************/



