/*---------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: #000;
	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: #624617;
}

#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: 'Noto Serif JP', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;
	font-weight: 200;
	color: #c3a67a;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #624617;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #000;
	color: #fff;
}


.btn_fb,
.btn_tw,
.btn_ist {
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}


#trailer_box {
	width: 100%;
	min-width: 1000px;
	text-align: center;
	/*	background-color: #000;*/
	padding: 1px 13px 50px;
	margin: 0 auto 0;
	z-index: 20;
	background-color: #624617;
}


#trailer_box h3 {
	font-family: "Poltawski Nowy", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	margin-top: 0px;
	font-size: 18pt;
	letter-spacing: 0.6em;
	margin-top: 50px;
	margin-bottom: 20px;
}

#trailer_box iframe {
	width: 974px;
	height: calc(974px * 9 / 16);
	margin: 0 auto;
}


.movie_nav {
	width: 974px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	font-weight: 700;
}

.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;*/
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	background-color: #0f396e;
}

.movie_nav_btn.selected {
	background-color: #e2d8c1;
}

a.movie_nav_btn:link,
a.movie_nav_btn:visited {
	color: #e2d8c1;
}

a.movie_nav_btn.selected:link,
a.movie_nav_btn.selected:visited {
	color: #0f396e;
}













/*-----Main-------*/
#main {
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
}





#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;
	z-index: 10;
}

#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;
}

/*-----mvtk-------*/
#mvtk_box {
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}



#mvtk_box #mvtk-widgets-container {
	margin: 10px auto 30px;
}

#mvtk_box img.bnr_mvtk {
	width: auto;
	height: 80px;
	margin: 0 5px 0px;
}


/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin-top: 20px 0 10px;
	padding: 0px 0px 20px 0px;
}


#ftr_naka {
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.bl_box {
	width: 100%;
	text-align: center;
	font-size: 8pt;
	line-height: 1.6em;
	margin-top: 70px;
	margin-bottom: 70px;
}

.copy {
	font-size: 11pt;
	margin-top: 15px;
}




#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: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: -1px 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 ----------------*/
.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 {
	font-size: 12pt;
	line-height: 2.3em;
	text-align: justify;
	text-justify: inter-ideograph;
}

h3 {
	display: block;
	font-family: "Poltawski Nowy", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18pt;
	letter-spacing: 0.6em;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;

}


/*----------PHOTO SCROLL------------*/

#slide_photo_pc1 {
	width: 100%;
	height: 320px;
	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: -2900px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -2900px 0;
	}
}

#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;
	}
}



/*------- INTRODUCTION ----------------*/
#intro_box {
	max-width: 1800px;
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 100px;
	background-image: url(../images/intro_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
}

#intro_box h3 {
	text-align: left;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	;
}

.intro_midasi1_pc {
	width: 83%;
	height: auto;
}

.intro_txt {
	margin-left: 2%;
}


#intro_box .in_box {
	z-index: 10;
	margin-top: 7%;
}

.intro_midasi2_sp {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.intro_list {
	color: #0f396e;
	background-color: #e2d8c1;
	outline: 1px solid #3a3e3f;
	outline-offset: -13px;
	padding: 40px 0;
	margin-top: 40px;
	text-align: center
}

.intro_listttl {
	font-size: 16pt;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.6em;
}

.hoka{
	width: 350px;
	margin: 0 auto;
	text-align: right;
}

.intro_cmtbox {
	color: #000;
	background-color: #af8949;
	padding: 30px 30px;
	margin-top: 40px;
}

.intro_cmt {
	text-align: center;
	font-size: 120%;
	margin-bottom: 10px;
}

.intro_cmtname {
	text-align: right;
}

.intro_bg2 {
	width: 100%;
	height: auto;
	margin-top: 0%;
	z-index: 1;
}



/*------- STORY ----------------*/
#story_box {
	padding-bottom: 200px;
}


.story_head {
	width: 100%;
	height: auto;
	z-index: 1;
	display: block;
	margin: 0;
}

#story_box .in_box {
	z-index: 20;
}


.opi_box {
	display: flex;
	justify-content: space-around;
	font-size: 20pt;
	line-height: 2em;
	font-family: "Shippori Mincho", serif;
	margin-top: 100px;
}


.opi {
	width: 33%;
}

.opi_en {
	color: #b4a98f;
	font-family: "Poltawski Nowy", serif;
	font-size: 80%;
}



.story_lead {
	color: #b4a98f;
	text-align: center;
	font-size: 20pt;
	font-weight: 700;
	line-height: 1em;
	font-family: "Shippori Mincho", serif;
	margin-top: 100px;
}


.story_lead small {
	font-size: 50%;

}


/*------- FOOTER ----------------*/

footer {
	width: 100%;
	min-width: 1000px;
	padding: 50px 0 100px;
	text-align: center;
	color: #fff;
	font-size: 9pt;
	line-height: 1.4me;
	background-color: #3b2808;
	text-align: center;

}

.ftr_bl {
	width: 800px;
	height: auto;
}
