/*---------Common---------------*/

*{
	box-sizing: border-box;
	position: relative;
}



.aplha{
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha( opacity=0 );
	opacity: 0.0;
}

.onalpha {
	opacity: 1.0;
	transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	opacity: 0.8;
	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: #fed700;
	text-align: center;
	color: #000;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-----Header Menu-------*/

#nav_box{
	width: 100%;
	min-width: 1000px !important;
	height:33px;
	position: fixed;
	top:0;
	z-index:300;
	background-color: #98af23;
	background-repeat: no-repeat;
	background-position: top center;
}

#nav_set_box{
	padding:0;
	width:1000px;
	height:33px;
	margin:0px auto 0 auto;
	box-sizing: border-box;
	z-index:300;
    display: flex;
    justify-content: center;
}

.menu_btn{
	height:33px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10pt;
	font-weight: 600;
	color:#ffffff;
	background-color: rgba(0,0,0,0.00);
	border: 0;
	cursor: default;
	overflow:hidden;
	position: relative;
	padding-left: 14px;
	padding-right: 14px;
	float: left;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}

.menu_btn:hover{
	cursor: pointer;
	background-color: rgba(152, 175, 35, 0.7);
	color:rgba(255, 255, 255, 0.70);
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}

.menu_btn2{
	height:33px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14pt;
	font-weight: 600;
	color:rgba(255, 255, 255, 0.30);
	background-color: rgba(0,0,0,0.00);
	border: 0;
	cursor: default;
	overflow:hidden;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

.btn_sepa{
	width: 1px;
	height:33px;
	border-right: 1px #ffffff solid;
	float: left;
	box-sizing: border-box;
}

/*-----Top Page-------*/
main{
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
}


#top_box{
	width: 100%;
	min-width: 1000px !important;
	/* height: 1090px; */
	margin-top: 33px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	/* background-image: url(../images/top_pt.jpg); */
	background-repeat: no-repeat;
	background-position: center 0%;
	overflow: hidden;
	background-color: #fed700;
}

#top_set_box{
	width: 100%;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	/* height: 1055px; */
	background-repeat: no-repeat;
}

.top_bg_2026{
	width: 100%;
	height: auto;
	margin: 0;
}

.top_logo_2026,
.top_txt_2026{
	width: 100%;
	height: auto;
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	z-index: 10;
}


.top_koukai{
	position: absolute;
	margin-top: 763px;
	margin-left: 16px;
}

.top_koukai3{
	position: absolute;
	margin-top: 770px;
	margin-left: 154px;
}



.yokoku{
	width: 234px;
	height: 132px;
	position: absolute;
	margin-top: 17px;
	right: 26px;
	background-color: #000000;
}

#player_btn{
	position: absolute;
	top:0;
	left:0;
	width: 234px;
	height: 132px;
	z-index: 20;
	color:rgba(255,255,255,0.20);
	font-size: 60pt;
	transition: all 0.4s;
	text-align: center;
	padding-top: 4px;
	cursor: default;
}

#player_btn:hover{
	color:rgba(255,255,255,0.80);
	cursor: pointer;
}


#player{
	width: 234px;
	height: 132px;
	z-index: 19;
}



.bnr_mb242_64{
	position: absolute;
	margin-top: 675px;
	margin-left: 10px;
	z-index: 30;
}

.bnr_onlineshop242_64{
	position: absolute;
	margin-top: 675px;
	margin-left: 267px;
	z-index: 30;
}

.bnr{
	margin: 10px 5px;
}



/*-----ftr-------*/

#ftr_box{
	width: 100%;
	min-width: 1000px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}




#ftr_naka{
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}




#ftr_bnr{
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
	}


#ftr_bnr img{	margin: 0px 5px 5px 0px;}



/*------- SNS ----------------*/

#top_tw{
	position: absolute;
	z-index: 500;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 240px;
	margin-bottom: 0px;
	height: 25px;
	width: 500px;
	display: flex;
	justify-content: center;

}


.fb {
	margin: -1px 1px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
} 

.tw {
	margin: 2px 0px 0px 10px;
	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-------*/



.sub_box{
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 12pt;
	line-height: 1.4em;
	color: #691f2e;
	font-weight: 500;
}

h3{
	width: 100%;
	text-align: center;
	color:#de0010;
	font-family: "Leckerli One", cursive;
	font-size: 30pt;
	font-weight: normal;
	margin-top: 45px;
	margin-bottom: 45px;
	line-height: 1.4em;;
}

.h3_jp{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18pt;
	font-weight: 700;
}

.sub_head{
	width: 100%;
	min-width: 1000px !important;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 10;
}

.sub_head_inbox{
	width: 1000px;
	margin:0 auto;
	position: relative;
	z-index: 10;
}

.txt_box{
	font-size: 12pt;
	line-height: 1.8em;
}



#slide_photo_box{
	position: relative;
	width: 100%;
	height: 345px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	z-index: 30;
	max-width: 2200px !important;
	min-width: 1000px !important;
	box-sizing: border-box;
	padding-top: 0;
}




.photo_slider1,
.photo_slider2{
	width:8100px;
	height: 345px;
	background-repeat:repeat-x;
	position:absolute;
	margin-top:0;
	margin-left:0;
	z-index:30;
	align-content:flex-start;
}

.column_box{
	display: table;
	width: 100%;
}

.column{
	display: table-cell;
}

/*----------TRAILER------------*/

#trailer_box{
	padding-top:1px;
	padding-bottom: 100px;
	text-align: center;
}

#trailer_box iframe {
	width: 974px;
	height: calc(974px * 9 / 16);
	margin: 0 auto;
}

.movie_nav {
	width: 974px;
	display: flex;
	flex-wrap: wrap;
	align-items:stretch;
	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;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	background-color: #7e7e7e;
	font-size: 12pt;
}

a.movie_nav_btn{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.movie_nav_btn.selected {
	background-color: #fff;
}

a.movie_nav_btn:link,
a.movie_nav_btn:visited {
	color: #fff;
}

a.movie_nav_btn.selected:link,
a.movie_nav_btn.selected:visited {
	color: #c01736;
}


/*----------INTRODUCTION------------*/

#intro_box{
	padding-top: 1px;
	padding-bottom: 100px;
	background-color: #ffffff;
	
}

.intro2026_pt1{
	width: 100%;
	max-width: 956px;
	height: auto;
	margin: 0 auto 40px;
	display: block;
}

.intro2026_pt2{
	float: left;
	margin: 0 20px 20px 0;
}

.intro_kiri_2026{
	position: absolute;
	margin-top: -92px;
	right: 20px;
}

.intro_laed{
	color:#de0010;
	font-size: 23pt;
	font-weight: 600;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}

.intro_2026{
	width: 100%;
	max-width: 988px;
	height: auto;
	margin: 40px auto 0px;
	display: block;
}


/*----------Narration------------*/

#narration_box{
	padding-top: 1px;
	padding-bottom: 100px;
	background-color: #cfdd88;
	
}

.narration_txt1{
	display: flex;
}

.narration_txt1 .txt_box{
	flex: 1;
	padding-left: 30px;
}

.narration_ttl{
	font-size: 17pt;
	font-weight: 700;;
	color: #de0010;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px #de0010 solid;
}

.narration_txt2{
	margin-top: 50px;
}



/*----------Profile------------*/

#prof_box{
	padding-top: 1px;
	padding-bottom: 100px;

}

.prof_laed{
	color:#de0010;
	font-size: 18pt;
	font-weight: 600;
	width: 100%;
	margin-bottom: 45px;
	text-align: center;
}

.prof_txt{
	display: flex;
}

.prof_txt .txt_box{
	flex: 1;
	padding-left: 30px;
	font-size: 110%;;
}

.prof_kiri_2026{
	position: absolute;
	margin-top: 151px;
	margin-left: 180px;
}

.prof2_2026{
	width: 100%;
	max-width: 988px;
	height: auto;
	display: block;
	margin: 22px auto 0 0;
}


/*----------STAFF------------*/

#staff_box{
	padding-top: 1px;
	padding-bottom: 100px;
	background-color: #fed700;
	background-position: center top;
	background-repeat: repeat;
	background-image: url('../images/bg_staff.jpg');
}

.director_2026{
	float: left;
	margin: 0 20px 20px 0;
}

.director_2026_img{
	width: 100%;
	max-width: 988px;
	height: auto;
	margin: 30px auto 0;
}

/*----------Sub Footer------------*/

#sub_footer{
	margin-top:0;
	height: 500px;
	z-index: 10;
	overflow: hidden;
	background-color: #98af23;
	text-align: center;
	padding-bottom: 100px;
}

.sub_logo{
	margin-top: 65px;
}

.btn_back_box{
	margin-top: 30px;
	text-align: center;
}

.btn_back{
	width: 145px;
	height: 145px;
	text-align: center;
	background-color: #0176c3;
	color: #ffffff;
	border-radius: 50%;
	margin: 0px auto 0;
	font-family: 'Leckerli One', cursive;
	font-size: 18pt;
	padding-top: 35px;
	cursor: default;
	transition: 0.7s;
}

.btn_back:hover{
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	cursor: pointer;
}
