@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans+Hebrew:wght@100..800&display=swap');

/*---------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;
}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #2cdcd1;
	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: 1000px;
	height: 37px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #2cdcd1;
	border-bottom: 4px #f7ee12 solid;
	box-sizing:content-box
}

#nav_set_box {
	padding: 0;
	width: 1000px;
	height: 37px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: flex;
	justify-content: center;
}

.menu_btn {
	height: 37px;
	font-family: "Playpen Sans Hebrew", cursive;
	font-size: 13pt;
	font-weight: 400;
	color: #f7ee12;
	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: #2cdcd1;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #F7EE12;
	color: #60C2BB;
}


.btn_fb,
.btn_tw,
.btn_yt {
	width: 60px;
	padding-left: 0;
	padding-right: 0;
}

.btn_yt {
	padding-bottom: 1px;
}

.share_box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	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;
}


/*-----Menu Box-------*/
.menu_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
}

.btn_menu {
	width: 50px;
	height: 50px;
	font-family: "Playpen Sans Hebrew", cursive;
	font-size: 17pt;
	font-weight: 700;
	color: #e8d0c6;
	background-color: #000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	/*	padding-left: 15px;*/
	/*	padding-right: 15px;*/
	float: left;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	margin-left: 10px;
}

.btn_menu:hover {
	cursor: pointer;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
}




/*-----Main-------*/
#top_box {
	width: 100%;
	min-width: 1000px !important;
	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: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


.top_bg {
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 10;
}

.top_logo,
.top_txt {
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}



/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	clear: both;
	padding: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	display: none;
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.top_bl {
	display: block;
	margin: 0 auto;
}


#ftr_bnr {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}









/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 10;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: -3px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}






/*------- SUB PAGE ----------------*/
main {
	width: 100%;
	overflow-x: hidden;
	min-width: 1000px;
}

.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box {
	color: #461d0f;
	font-size: 12pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 275px;
	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;
}

@-webkit-keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2369px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2369px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 275px;
	background: repeat-x url("../images/scrl_2.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: -2211px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -2211px 0;
	}
	100% {
		background-position: 0 0;
	}
}










h3 {
	display: block;
	font-family: "Playpen Sans Hebrew", cursive;
	font-size: 28pt;
	font-weight: 400;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}


/*------- TRAILER ----------------*/

#trailer_box {
	width: 100%;
	text-align: center;
	margin: 0px;
	background-color: #f7ee12;
	padding-top: 1px;
	padding-bottom: 100px;
}

#trailer_box h3{
	color: #2cdcd1;
}

#trailer_box iframe {
	width: 100%;
	height: calc(974px * 9 / 16);
	margin: 0 auto;
}


.movie_nav {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
}

.movie_nav_box {
	width: 50%;
	padding: 1px;
}

.movie_nav_box_long {
	width: 100%;
	padding: 1px;
}

.movie_nav_btn {
	display: block;
	min-height: 40px;
	line-height: 40px;
	font-size: 14pt;
	text-align: center;
	text-decoration: none;
	background-color: #2cdcd1;
	/*  font-family: 'Noto Sans JP', serif;*/
}

.movie_nav_btn.selected {
	background-color: #fff;
}

a.movie_nav_btn:link,
a.movie_nav_btn:visited {
	color: #000000;
}

a.movie_nav_btn.selected:link,
a.movie_nav_btn.selected:visited {
	color: #461d0f;
}


/*------- INTRODUCTION ----------------*/
#intro_box {
	padding-top: 0;
	padding-bottom: 100px;
}

.intro_head{
	width: 100%;
	height: auto;
}

.intro_ptset{
	width: calc(100% - 26px);
	max-width: 1446px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}

#intro_box h3{
	color: #f7ee12;
}

.intro_midasi{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.intro_txt{
	text-align: center;
}

#intro_box strong{
	color: #f7ee12;
	background: linear-gradient(transparent 15px, #05b69c 10px);
/*	line-height: 30px;*/
	background-size: 40px 40px;
}

.intro_btm{
	font-size: 17pt;
	text-align: center;
	margin-top: 40px;
}

/*------- STORY ----------------*/
#story_box {
	padding-top: 1px;
	padding-bottom: 100px;
}

#story_box h3{
	color: #f7ee12;
}


.story_kiri{
	width: 100%;
	height: 185px;
	text-align: center;
	margin-bottom: 50px;
}

.story_kiri img{
	margin: 0 40px;
	height: auto;
}

.story_midasi{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.story_txt{
	text-align: center;
}


/*------- CAST ----------------*/
#cast_box {
	padding-top: 1px;
	padding-bottom: 100px;
}

#cast_box h3{
	color: #f7ee12;
}

.cast_md1{
	font-size: 21pt;
	font-weight: 700;
	text-align: center;
	display: block;
	color: #ee467a;
	background-color: #f7ee12;
	width: 290px;
	padding: 10px 0px;
	box-shadow: 7px 7px 0px 0px #00b5a9;
	margin: 0 auto 30px;
	transform-origin:50% 50%;
	transform: rotate(4.6deg);
}

.cast_md2{
	font-size: 21pt;
	font-weight: 700;
	text-align: center;
	display: block;
	color: #f7ee12;
	background-color: #5576b9;
	width: 340px;
	padding: 10px 0px;
	box-shadow: 7px 7px 0px 0px #00b5a9;
	margin: 0 auto 30px;
	transform-origin:50% 50%;
	transform: rotate(-6.6deg);
}

.cast_md3{
	font-size: 21pt;
	font-weight: 700;
	text-align: center;
	display: block;
	color: #f7ee12;
	background-color: #e84884;
	width: 340px;
	padding: 10px 0px;
	box-shadow: 7px 7px 0px 0px #00b5a9;
	margin: 0 auto 30px;
	transform-origin:50% 50%;
	transform: rotate(4.6deg);
}



.cast_flex{
	display: flex;
/*	justify-content: center;*/
	justify-content: space-around;
	flex-wrap: wrap;
}

.castL{
	width: 440px;
	text-align: center;
	line-height: 2em;
	margin-bottom: 60px;
}

.castS{
	width: 290px;
	text-align: center;
	line-height: 2em;
	margin-bottom: 60px;
}

.castW{
	width: 145px;
}

#cast_box .txt_box{
	text-align: left;
	margin-top: 20px;
	line-height: 1.6em;
}

.cast_ptL,
.cast_ptS{
	display: block;
	margin: 0 auto 10px;
}

.cast_ptS{
	width: 230px;
	height: auto;
}


.cast_name{
	font-size: 18pt;
	font-weight: 700;
	color:#f7ee12;
	display: inline;
	background: linear-gradient(transparent 21px, #05b69c 10px);
	padding: 0 10px;
}

.castS .cast_name{
	font-size: 15pt;
}


.cast_role{
	font-size: 13pt;
	font-weight: 700;
	color:#f7ee12;
	display: inline;
	background: linear-gradient(transparent 16px, #05b69c 10px);
	padding: 0 2px;
}

.castS .cast_role{
	font-size: 12pt;
}


/*------- STAFF ----------------*/
#staff_box {
	padding-top: 0;
	padding-bottom: 100px;
}

#staff_box h3{
	color: #f7ee12;
}

.staff_head{
	width: 100%;
	height: auto;
}

#staff_box .txt_box{
	font-size: 14pt;
	text-align: center;
}

ul{
    list-style: none;
	padding: 0;
	margin: 0
}

li{
	padding-top: 1em;
	padding-left:3em;
	text-indent:-3em;
}

/*------- FOOTER ----------------*/
footer{
	width: 100%;
	overflow-x: hidden;
	min-width: 1000px;
	text-align: center;
}


.ftr_bg{
	display: block;
	width: 100%;
	height: auto;
}

.credit_box{
	position: absolute;
	bottom: 5px;
	margin-left: 0%;
	width: 100%;
	font-size: 8pt;
	z-index: 10;
	margin-top: -57px;
}











