/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: "Zen Old Mincho", sans-serif, monospace;
	font-size: 16px;
}

html , body {
	min-height: 100%;
	height: auto;
	height: 100%;
	word-break: break-all;
}

img{vertical-align: top;}

.a_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 2;
}

.pc{ display: inherit!important; }
.sp{ display: none!important; }
@media screen and (max-width: 799px){
.pc{ display: none!important; }
.sp{ display: inherit!important; }
}

/* loading_setting
================================================== */
#loader {
	width: 100%;
	height: 100vh;
	display: table;
	position: fixed;
	_position: absolute;
	z-index: 9999;
}

.loader_box{
	width: 25%;
	margin: auto;
	height: 100vh;
	display: table;
}

.loader_table_cell{
	display: table-cell;
	vertical-align: middle;
}

#fade {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	width:100%;
	height:100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9998;
}

.fade_normal{
	background-image: linear-gradient(0deg, rgba(45, 159, 230, 1), rgba(79, 195, 222, 1))!important;
	background-size: cover;
}

.sp_anime_top_title_load{
	font-size: 1.8vw;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	position: relative;
	padding-top: 4px;
	z-index: 2;
}
@media screen and (max-width: 1299px){
	.loader_box{
		width: 80%;
		margin: auto;
		height: 100vh;
		display: table;
	}
}

/* FONTS_setting
================================================== */
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/* BUBBLE_setting
================================================== */
#bubble-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
	z-index: 2;
	pointer-events: none;
}

.bubble {
    position: absolute;
    bottom: -150px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    opacity: 0.8;
    box-shadow: 0 5px 12px rgba(52, 147, 241, 0.35);
    animation: floatUpAndSway infinite linear;
	
}

@keyframes floatUpAndSway {
    0% {
        transform: translate(0, 0);
        opacity: 0.8;
    }
    10% {
        transform: translate(10px, -10vh);
        opacity: 0.8;
    }
    20% {
        transform: translate(0px, -20vh);
        opacity: 0.7;
    }
    30% {
        transform: translate(-10px, -30vh);
        opacity: 0.7;
    }
    40% {
        transform: translate(0px, -40vh);
        opacity: 0.6;
    }
    50% {
        transform: translate(10px, -50vh);
        opacity: 0.6;
    }
    60% {
        transform: translate(0px, -60vh);
        opacity: 0.4;
    }
    70% {
        transform: translate(-10px, -70vh);
        opacity: 0.3;
    }
    80% {
        transform: translate(0px, -80vh);
        opacity: 0.2;
    }
    90% {
        transform: translate(10px, -90vh);
        opacity: 0.1;
    }
    100% {
        transform: translate(0, -100vh);
        opacity: 0; /* 完全に透明に */
    }
}

/* CONTENTS_setting
================================================== */

.first_view_wrapper{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	min-height: 700px;
	margin-bottom: -18%;
}

.first_view_box{
	width: 36%;
	position: absolute;
	top: 10%;
	right: 1.5%;
}

.sp_anime_top_title{
	font-size: 2.6vw;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	color: #499dea;
	position: relative;
	z-index: 2;
}

.sp_anime_icon{
	margin-top: -4px;
	position: relative;
	z-index: 1;
	width: 80%;
	margin: -4px auto 0;
}

.sp_anime_fv_box{
	margin-top: 7%;
}

.sp_anime_fv_text_style1{
	text-align: center;
	color: #57616b;
	font-size: 1vw;
}

.sp_anime_fv_text_style2{
	text-align: center;
	color: #499dea;
	line-height: 1em;
	font-size: 2.1vw;
	letter-spacing: 0.04em;
	font-family: "Zen Old Mincho", serif;
}

.sp_anime_fv_text_style2 span{
	font-size: 1em;
	font-family: "Zen Old Mincho", serif;
	border-bottom: dotted 6px #7fe0fa;
}

.sp_anime_fv_text_style3{
	text-align: center;
	font-size: 1.1vw;
	margin-top: 25px;
	color: #ebad49;
	font-weight: bold;
}



.reservation_box{
	width: 10%;
	position: fixed;
	right: 1%;
	bottom: 4%;
	z-index: 10;
	cursor: pointer;
	min-width: 150px;
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease;
	pointer-events: auto;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

.reservation_box:hover{
	opacity: 0.8;
}


.change_bt{
	width: 4%;
	position: absolute;
	top: 2%;
	left:1%;
	z-index: 3;
	cursor: pointer;
}

.change_bt:hover{
	opacity: 0.8;
}

.first_view_img{
	width: 100%;
	height: 120vh;
	background-position: left top;
	background-image: url("../image/sp_anime_mainimg_1.png");
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 1s ease;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 1;
	display: block;
}

.first_view_img_bg{
	width: 100%;
	height: 120vh;
	background-position: left top;
	background-image: url("../image/main_img_1_pc.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.sp_first_view_img{
	display: none;
}

/* contents_1_setting
================================================== */
.contents_1_wrapper{
	
	position: relative;
	z-index: 3;
}

.contents_1_top{width: 100%}
.contents_1_center_box{
	background-color: #3493f1;
	position: relative;
	min-height: 550px;
}
.contents_1_bottom{width: 100%;}

.contents_1_title{
	font-size: 2.5vw;
	color: white;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-style: italic;
	padding-top:3%;
}

.contents_1_textbox{
	width: 45%;
	margin: auto;
	text-align: center;
	border-top: 10px dotted #f9fca1;
	border-bottom: 10px dotted #f9fca1;
	color: #f9fca1;
	margin-top: 3%;
	padding: 1.5% 0 1.8%;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8vw;
	letter-spacing: 0.04em;
}

.story_movie_box{
	width: 420px;
	position: absolute;
	left: 2%;
	bottom: 0;
	z-index: 0;
	outline: 2px solid rgb(52, 147, 241);
}

.story_movie_box video{
	position: absolute;
}

.story_movie_box2{
	width: 360px;
	position: absolute;
	top: 2%;
	right: 2%;
	z-index: 0;
	outline: 2px solid rgb(52, 147, 241);
}

.story_movie_box2 video{
	position: absolute;
}

.white_ring1{
	width: 70px;
	top: 0;
	right: 22%;
	position: absolute;
	z-index: 2;
}

.white_ring2{
	width: 100px;
	bottom: 10%;
	right: 2%;
	position: absolute;
	z-index: 2;
}

.white_ring3{
	width: 120px;
	top: 0;
	left: 2%;
	position: absolute;
	z-index: 2;
}

.white_ring4{
	width: 60px;
	bottom: 0;
	left: 25%;
	position: absolute;
	z-index: 2;
}

.white_butterfly{
	width: 4%;
	top: 4%;
	left: 25%;
	position: absolute;
}

#bg-video{
 left: 0;
 bottom: 0;
 width: 100%;
 height: auto;
 z-index: -100;
 background: url('poster.jpg') no-repeat;
 background-size: cover;
}

#bg-video2{
 left: 0;
 bottom: 0;
 width: 100%;
 height: auto;
 z-index: -100;
 background: url('poster.jpg') no-repeat;
 background-size: cover;
}

.contents_1_btbox{
	width: 30%;
	margin: 60px auto 0;
	display: flex;
}

.contents_1_bt1{
	width: 50%;
	height: auto;
	box-sizing: border-box;
	margin: 0 20px;
	padding: 15px;
	background-color: white;
	border: solid 4px white;
	border-radius: 40px;
	text-align: center;
	position: relative;
	font-size: 1.1vw;
	font-family: "Zen Old Mincho", serif;
	color: #3493f1;
	font-weight: bold;
}

.contents_1_bt1:after{
	content: "";
	border: solid 2px #3493f1;
	border-radius: 40px;
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}


/* contents_2_setting
================================================== */

.contents_2_box_bd1{
	width: 50%;
	margin: 0 auto 100px;
	display: flex;
}

.contents_2_box_bd2{
	width: 50%;
	margin: 0 auto 100px;
	display: flex;
}

.contents_2_box_bd_box{
	margin: 0 2%;
}

.contents_2_box_bd_img{
	border: 2px solid #499dea;
	padding: 6px;
	z-index: 9;
	position: relative;
}

.contents_2_box_bd_text{
	margin: 0 2%;
}

.contents_2_box{
	margin: 2% auto 3%;
}

.contents_2_text{
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-size: 1vw;
	line-height: 1.8vw;
}

.contents_2_title{
	font-size: 1vw;
	line-height: 1.8vw;
	font-family: "Zen Old Mincho", serif;
	
	color: #499dea;
}

.contents_2_title span{
	font-size:2vw;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.02em;
}

.contents_2_text_box_table{
	width: 100%;
	display: table;
	border-spacing: 5px 10px;
	margin-top: 2%;
}

.contents_2_text_box_row{
	display: table-row;
}

.contents_2_text_box_table_cell{
	display: table-cell;
}

.contents_2_text_box_title{
	color: #499dea;
	font-size: 0.8vw
}

.contents_2_text_box_icon{
	font-size: 0.5em;
	color: #7fe0fa;
	padding: 0 14px;
}

.contents_2_text_box_icon span{
	font-size: 0.5vw;
	vertical-align: 25%;
}

.contents_2_text_box_text{
	font-size: 0.8vw;
	line-height: 2em;
	color: #57616b;
}

.cast_loop_image {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding:0;
  position: relative;
  z-index: 1;
}

.cast_loop_image img {
  width: auto;
  height: 200px;
}

.cast_loop_image img:first-child {
  animation: loop 50s -25s linear infinite;
}

.cast_loop_image img:last-child {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


.contents_3_wrapper{
	padding: 50px 0;
}

.contents_3_title{
	font-size: 2vw;
	text-align: center;
	color: #499dea;
}

.contents_3_title_img{
	width: 22%;
	margin: auto;
}

.contents_3_box_wrapper{
	background-color: #499dea;
	border-radius: 30px;
	width: 60%;
	padding: 2%;
	margin: 40px auto;
	display: flex;
}

.contents_3_box{
	width: 33%;
	box-sizing: border-box;
	padding: 2%;
}

.contents_3_box_img img{
	border-radius: 25px;
}

.contents3_box_text_wrapper{
	display: block;
	width: 94%;
	margin: 3% auto 0;
	letter-spacing: -1em;
}

.contents3_box_text{
	display: inline-block;
	letter-spacing: normal;
	color: white;
	width: 94%;
	vertical-align: top;
	line-height: 1.6vw;
}

.contents3_box_text span{
	font-size: 1.1vw;
	text-decoration: underline;
	text-underline-offset: 6px;
}

.contents3_box_text_img{
	width: 6%;
	margin: 3% 0 0 0;
	display: inline-block;
	vertical-align: top;
}

.contents3_text_style1{
	font-size: 1.4vw;
	text-align: center;
	padding: 50px;
	color: #57616b;
}

.contents_4_wrapper{
	padding: 0 0 60px 0;
}

.sp_anime_link_bt{
	width: 25%;
	margin: auto;
	border: 1px solid #499dea;
}

.footer_link_style3{
	display: table;
	width: 18%;
	max-width: 300px;
	margin: auto;
	padding: 3% 0 0.5%;
}

.footer_share_text_style1{
	color: #42394c;
	display: table-cell;
	padding: 0;
}

.footer_share_icon:hover{opacity: 0.8}

.footer_share_icon{
	display: table-cell;
	width: 20%;
	padding: 0 6%;
}

.copyright_text{
	margin: 2% 0 0 0;
	font-size: 0.8vw;
	text-align: center;
}


/* tablet_setting
================================================== */

@media screen and (max-width: 1599px){
	.story_movie_box{
		width: 320px;
		position: absolute;
		left: 2%;
		bottom: 0;
		z-index: 0;
	}

	.story_movie_box2{
		width: 260px;
		position: absolute;
		top: 2%;
		right: 2%;
		z-index: 0;
	}
	.contents_1_center_box{
		background-color: #3493f1;
		position: relative;
		min-height: 430px;
	}
	.contents_1_btbox{
		width: 40%;
		margin: 60px auto 0;
		display: flex;
	}
	.contents_2_box_bd1{
		width: 70%;
		margin: 0 auto 100px;
		display: flex;
	}
	.contents_2_box_bd2{
		width: 70%;
		margin: 0 auto 100px;
		display: flex;
	}
	.loader_table_cell{
		display: table-cell;
		vertical-align: middle;
	}
	.loader_table_cell img{
		width: 100%;
		padding: 0 10%;
		box-sizing: border-box;
	}

}

@media screen and (max-width: 1099px){
	.sp_anime_top_title_load{
		font-size: 5vw;
		font-family: "Zen Old Mincho", serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
		color: #fff;
		position: relative;
		padding-top: 6px;
		z-index: 2;
	}
	.sp_anime_top_title_load{
		font-size: 5vw;
		font-family: "Zen Old Mincho", serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
		color: #fff;
		position: relative;
		padding-top: 12px;
		padding-bottom: 4px;
		z-index: 2;
	}
	.sp_anime_top_title{
		font-size: 5vw;
		font-family: "Zen Old Mincho", serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
		color: #499dea;
		position: relative;
		z-index: 2;
	}
	.first_view_img{
		display: none;
	}

	.first_view_img_bg{
		display: none;
	}
	.sp_first_view_img{
		width: 100%;
		height: auto;
		background-position: left top;
		background-image: url("../image/main_img_1_sp.jpg");
		background-size: contain;
		background-repeat: no-repeat;
		transition: opacity 1s ease;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 1;
		display: block;
	}
	.first_view_wrapper{
		width: 100%;
		height: auto;
		aspect-ratio: auto;
		min-height: auto;
		margin-bottom: 0;
		position: relative;
	}
	.first_view_box{
		width: 100%;
		position: relative;
		top: 0%;
		right: 0%;
		padding: 0 0 6% 0;
	}
	.sp_anime_logo{
		width: 70%;
		margin: auto;
	}
	.change_bt{
		width: 12%;
		position: relative;
		margin-top: -10%;
		top: auto;
		left:3%;
		z-index: 99;
		cursor: pointer;
	}
	.sp_anime_fv_text_style1{
		text-align: center;
		color: #57616b;
		font-size: 3vw;
		padding-bottom: 2px;
	}

	.sp_anime_fv_text_style2{
		text-align: center;
		color: #499dea;
		line-height: 1em;
		font-size: 6vw;
		letter-spacing: 0.04em;
		font-family: "Zen Old Mincho", serif;
	}

	.sp_anime_fv_text_style2 span{
		font-size: 1em;
		font-family: "Zen Old Mincho", serif;
		border-bottom: dotted 6px #7fe0fa;
	}

	.sp_anime_fv_text_style3{
		text-align: center;
		font-size: 3vw;
		margin-top: 20px;
		color: #ebad49;
		font-weight: bold;
	}
	.story_movie_box{
		width: 34%;
		position: absolute;
		left: auto;
		right: 6%;
		bottom: 0;
		z-index: 0;
		outline: 2px solid rgb(52, 147, 241);
	}
	.contents_1_btbox{
		width: 80%;
		margin: 30px auto 20px;
		display: flex;
	}
	.story_movie_box2{
		width: 42%;
		position: relative;
		top: 2%;
		right: 0%;
		left: 2%;
		z-index: 0;
		outline: 2px solid rgb(52, 147, 241);
	}
	.contents_1_bt1{
		width: 50%;
		height: auto;
		box-sizing: border-box;
		margin: 0 20px;
		padding: 15px;
		background-color: white;
		border: solid 4px white;
		border-radius: 40px;
		text-align: center;
		position: relative;
		font-size: 2.2vw;
		font-family: "Zen Old Mincho", serif;
		color: #3493f1;
		font-weight: bold;
	}
	.contents_1_title{
		font-size: 5vw;
		color: white;
		text-align: center;
		font-family: "Zen Old Mincho", serif;
		font-style: italic;
		padding-top:5%;
	}
	.contents_1_textbox{
		width: 70%;
		margin: auto;
		text-align: center;
		border-top: 6px dotted #f9fca1;
		border-bottom: 6px dotted #f9fca1;
		color: #f9fca1;
		margin-top: 3%;
		padding: 1.5% 0 1.8%;
		font-family: "Zen Old Mincho", serif;
		font-size:3.2vw;
		line-height: 6vw;
		letter-spacing: 0.04em;
	}
	.contents_2_text{
		width: 90%;
		margin: auto;
		text-align: center;
		font-family: "Zen Old Mincho", serif;
		font-size: 1.8vw;
		line-height: 4vw;
	}
	.white_ring1{
		width: 70px;
		top: 4%;
		right: 3%;
		position: absolute;
		z-index: 2;
	}
	.white_ring2{
		width: 60px;
		bottom: 35%;
		right: 2%;
		position: absolute;
		z-index: 2;
	}
	.white_ring3{
		width: 80px;
		top: auto;
		bottom: 24%;
		left: 48%;
		position: absolute;
		z-index: 2;
	}
	.white_butterfly{
		width: 8%;
		top: 2%;
		left: 5%;
		position: absolute;
	}
	.contents_2_box{
		margin: 4% auto 6%;
	}
	.contents_2_box_bd1{
		width: 70%;
		margin: 0 auto 100px;
		display: flex;
		flex-wrap: wrap;
	}
	.contents_2_box_bd2{
		width: 70%;
		margin: 0 auto 100px;
		display: flex;
		flex-wrap: wrap;
		flex-direction:column-reverse
	}
	.contents_2_box_bd_box{
		margin: 0 0%;
	}
	.contents_2_box_bd_text{
		margin: 4% 0% 0;
	}
	.contents_2_title{
		font-size: 2.8vw;
		line-height: 4.5vw;
		font-family: "Zen Old Mincho", serif;
		text-align: center;
		color: #499dea;
	}
	.contents_2_title span{
		font-size:5vw;
		font-family: "Zen Old Mincho", serif;
		letter-spacing: 0.02em;
	}
	.contents_2_text_box_row{
		display: table-row;
	}
	.contents_2_text_box_title{
		color: #499dea;
		font-size: 2vw;
		white-space: nowrap
	}
	.contents_2_text_box_text{
		font-size: 2vw;
		line-height: 2em;
		color: #57616b;
	}
	.contents_2_text_box_table{
		width: 90%;
		display: table;
		border-spacing: 5px 10px;
		margin-top: 2%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contents_3_wrapper{
		padding: 30px 0 40px;
	}
	.contents_3_title{
		font-size: 4.5vw;
		text-align: center;
		color: #499dea;
	}

	.contents_3_title_img{
		width: 50%;
		margin: auto;
	}
	.contents_3_box_wrapper{
		background-color: #499dea;
		border-radius: 30px;
		width: 80%;
		padding: 2%;
		margin: 10px auto;
		display: flex;
		flex-wrap: wrap;

	}
	.contents_3_box{
		width: 50%;
		box-sizing: border-box;
		padding: 2%;
	}
	.contents3_box_text{
		display: inline-block;
		letter-spacing: normal;
		color: white;
		width: 94%;
		vertical-align: top;
		font-size: 2.4vw;
		line-height: 4vw;
	}

	.contents3_box_text span{
		font-size: 2.4vw;
		text-decoration: underline;
		text-underline-offset: 6px;
	}
	
	.contents3_text_style1{
		font-size: 3vw;
		text-align: center;
		padding: 50px;
		color: #57616b;
	}

	.sp_anime_link_bt{
		width: 80%;
		margin: auto;
		border: 1px solid #499dea;
	}
	.footer_link_style3{
		display: table;
		width: 60%;
		max-width: auto;
		margin: auto;
		padding: 10% 0 6%;
	}
	.copyright_text{
		margin: 2% 0 0 0;
		font-size: 2.4vw;
		text-align: center;
	}
}







