/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

ol, ul, li{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
	
}

ol, ul {
  list-style: none;
}



/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #fff;
	text-align: center;
	color: #fff;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-----Header Menu-------*/

#nav_box {
	width: 100%;
	min-width: 1300px;
	height: 61px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(../images/menu_bg.jpg);
}

#nav_set_box {
	padding: 0;
	width: 1300px;
	height: 61px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: flex;
	justify-content: center;
}

.menu_btn {
	height: 61px;
	font-family: "M PLUS 2", sans-serif;
	font-size: 15pt;
	font-weight: 900;
	color: #FFFFFF;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.3);
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: rgba(0, 0, 0, 0);
	transition: transform 0.3s;
}

.menu_btn:hover {
	cursor: pointer;
	color: #fff100;
	text-shadow: 6px 6px 2px rgba(0,0,0,0.3);
	animation: tilt 0.5s ease-in-out forwards;	
	transition: transform 0.3s;
}

@keyframes tilt {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(-8deg);
  }
  66% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}

.btn_sns {
	width: 40px;
	font-size: 16pt;
	padding-left: 0;
	padding-right: 0;
}

.share_box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	font-size: 0;
	line-height: 0;
	margin: 10px auto 0 auto;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
	width: 1050px;
}

.share_box.is-active {
	opacity: 1;
	pointer-events: auto;
}


/*-----Main-------*/
#main{
	width: 100%;
	min-width: 1300px;
	overflow:hidden;
	z-index: 1;
}


#top_box {
	width: 100%;
	min-width: 1300px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#top_set_box {
	width: 100%;
	min-width: 1300px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


.top_logo {
	width: 100%;
	min-width: 1300px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 10;
}

#video_box{
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#video_box::before {
	z-index: 2;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bgpatternb.png) center top/3px 3px;
}

#video_box video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
}



.top_bnrbox{
	width: 30%;
	height: 100px;
	position: absolute;
	bottom: 1%;
	right: 1%;
	z-index: 20;
/*	border: 1px #000 solid;*/
}

.top_bnrbox img{
	width: 100%;
	height: auto;
	margin-top: 1%;
}

.top_bnr_poster_box{
	width: 16.33%;
	height: auto;
	position: absolute;
	bottom: 1%;
	margin-left: 1%;
	z-index: 20
}

.top_bnr_poster{
	width: 100%;
	height: auto;
}

.top_bnr_poster:hover {
	cursor: pointer;
	animation: boing 0.6s ease-out;
}



.top_bnr_nurie_box{
	width: 13.63%;
	height: auto;
	position: absolute;
	bottom: 29%;
	margin-left: 1%;
	z-index: 20
}

.top_bnr_nurie{
	width: 100%;
	height: auto;
}

.top_bnr_nurie:hover {
	cursor: pointer;
	animation: boing 0.6s ease-out;
}





@keyframes boing {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2, 0.8);
  }
  50% {
    transform: scale(0.9, 1.1);
  }
  70% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}


/*-----mvtk-------*/
#mvtk_box{
	background-color: #13aefe;
	padding: 30px 0;
}

#mvtk_box #mvtk-widgets-container {
    margin: 0px auto 0px;
}


/*-----Banner　Box-------*/
#bnr_box{
	background-color: #13aefe;
	text-align: center;
	padding-bottom: 20px;
}

#bnr_box img{
	margin: 0 5px 10px;
}


/*------- SUB PAGE ----------------*/
.sub_box {
	width: 100%;
	min-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1300px;
	font-size: 10pt;
	font-weight: normal;
}

h3{
	display: block;
	font-size: 34pt;
	font-weight: 900;
	text-align: center;
	color: #13aefe;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.3);
}

h3 img{
	vertical-align:middle
}



.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box{
	font-size: 11pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.w100pct{
	width: 100%;
	min-width: 1300px;
	height: auto;
	margin: 0;
	display: block;
	z-index: 10;
}

.w100pcthd{
	width: 100%;
	min-width: 1300px;
	height: auto;
	margin: 0;
	display: block;
	z-index: 10;
	visibility: hidden;
	vertical-align:bottom;
}

#sub_container{
	width: 100%;
	background-color: #0f63b0;
	background-image: url(../images/sub_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	padding-bottom: 313px;
}

@media screen and (min-width: 1800px) {
	#sub_container{
		background-size: 100% auto;
	}
}



/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 350px;
	background: repeat-x url("../images/scrl_1.jpg") left top/auto 100%;
	-webkit-animation: loop-pc infinite 40s linear;
	animation: loop-pc infinite 40s linear;
	z-index: 20;
	text-align: center;
}

@-webkit-keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3580px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3580px 0;
	}
}

.kiri_2{
	position: absolute;
	margin-top: -88px;
	margin-left: -440px;
}

#slide_photo_pc2{
	width: 100%;
	height: 600px;
	background: repeat-x url("../images/scrl2.jpg") left top/auto 100%;
	-webkit-animation: loop-pc2 infinite 40s linear;
	animation: loop-pc2 infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc2 {
	0% {
		background-position: -3800px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -3800px 0;
	}
	100% {
		background-position: 0 0;
	}
}


/*----------MOVIE------------*/

#movie_box{
	padding-top:70px;
	padding-bottom: 130px;
	background-color: #d5f8fe;
	
/*	display: none;*/
}

.yokoku_slidebox{
	width: 1172px;
	height: 315px;
/*	border: 1px #000 solid;*/
	margin: 0 auto
}

.yokoku{
	width: 559px;
	height: 315px;
/*	background-color: #000;*/
	margin: 0 11px;
}

.yokoku iframe {
	width: 559px;
	height: 315px;
	margin: 0 auto;
}



/*----------INTRODUCTION------------*/

#intro_box{
	padding:100px 0px;
}

#intro_inbox{
	border: 10px rgb(20, 174, 255) solid;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.71);
	padding: 40px 90px;
}

#intro_box h3{
	color: #0793de;
	margin: 0 0 27px;
}

.kiri_3{
	float: left;
	margin-top: -100px;
	margin-right: 30px;
	margin-left: -144px;
}

.kiri_4{
	position: absolute;
	margin-top: 350px;
	margin-left: 970px;
	z-index: 10;
}

.kiri_4_sp{
	display: none;
}

#intro_inbox .txt_box{
	font-size: 23pt;
	font-weight: 800;
	line-height: 2.6em;
	color: #15abff;
}

.intro_lead{
	color: #de0000;
/*	margin-left: -30px;*/
}


/*----------STORY------------*/

#story_box{
	padding:100px 0px;
}

#story_inbox{
	border: 10px #1cb4a8 solid;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.71);
	padding: 40px 90px;
}

#story_box h3{
	color: #1cb4a8;
	margin: 0 0 27px;
}

#story_inbox .txt_box{
	font-size: 23pt;
	font-weight: 800;
	line-height: 2.6em;
	color: #15abff;
}

.kiri_5{
	position: absolute;
	margin-top: -76px;
	margin-left: 0px;
}


.kiri_6{
	position: absolute;
	margin-top: -20px;
	margin-left: 710px;
}

.kiri_7{
	position: absolute;
	margin-top: -131px;
	margin-left: 650px;
}


/*----------CHARACTER------------*/

#chara_box{
	padding:100px 0px;
}

#chara_inbox{
	border: 10px #c8a5d5 solid;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.71);
	padding: 40px 40px;
}

#chara_box h3{
	color: #ac4db5;
	margin: 0 0 27px;
}

.kiri_10{
	position: absolute;
	margin-top: -73px;
	margin-left: 0px;
}

.chara{
	width: 100%;
	height: 340px;
	margin-bottom: 50px;
}

.charaU{
	width: 82%;
	width: 100%;
	height: 340px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	opacity: 0.0;
	transition: opacity 0.5s ease;
/*	border: 1px #000 solid;*/
}

.chara1{
/*	opacity: 1.0;*/
}

.chara3{
	width: 100%;
}


.charaU.show {
	opacity: 1;
}

.chara_img{
	width: 500px;
/*	text-align: center;*/
	text-align: right;
/*	border: 1px #000 solid;*/
}



.chara3 .chara_img{
	width: 670px;
	text-align: center;
}

.chara3 img.chara_pt{
	width: 290px;
	height: auto;
	margin: 20px 5px 0;
}


.charaU.bounce {
	animation: bounceIn 0.6s;
}

@keyframes char_bounce {
	0% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}





.chara_txt{
	flex: 1;
	color: #15abff;
	font-size: 23pt;
	font-weight: 800;
	line-height: 1.8em;
	display: flex;
	align-items: center;
	padding-left: 50px;
}

.chara3 .chara_txt{
	padding-left: 0;
}


.chara_name{
	font-size: 34pt;
	margin-bottom: 30px;
}

.chara_name small{
	font-size: 60%;
}



.chara_btn{
	width: 100%;
	height: 93px;
	text-align: center;
}

.chara_btn img{
	width: 93px;
	height: auto;
	margin: 0 8px;
	transition: 0.4s;
}

.chara_btn img:hover{
	cursor: pointer;
	animation: chara_anime 0.5s ease-out forwards;
	opacity: 0.8;
}

@keyframes chara_anime {
  0% {
	transform: rotate(0deg);
  }
	
  25% {
	transform: rotate(-15deg);
  }
	
  50% {
    transform: rotate(15deg);
  }
  75% {
	transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/*----------CAST------------*/

#cast_box{
	padding:200px 0px 0px;
}

#cast_inbox{
	border: 10px #ffd200 solid;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.71);
	padding: 40px 90px;
}

#cast_box h3{
	color: #ff7200;
	margin: 0 0 27px;
}

#cast_inbox .txt_box{
	font-size: 23pt;
	font-weight: 800;
	line-height: 2.6em;
	color: #15abff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.casts{
	width: 280px;
	text-align: center;
}

.kiri_8{
	position: absolute;
	margin-top: -144px;
	margin-left: -52px;
}

.kiri_9{
	position: absolute;
	margin-top: -68px;
	margin-left: 1030px;
}

/*----------Footer------------*/
footer{
	width: 100%;
	min-width: 1300px;
	background-color: #13aefe;
	text-align: center;
	color:#fff;
	padding: 30px 0 100px;
	line-height: 2.0em;
}


footer a:link,
footer a:visited,
footer a:active,
footer a:hover{
	font-size: 8pt;
	color: #ffffff;
	text-decoration: underline;
}






