/*---------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 !important;
	height: 37px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background: rgb(231, 235, 146);
	background: -moz-linear-gradient(90deg,rgba(102, 105, 30, 1) 0%, rgba(231, 235, 146, 1) 30%, rgba(231, 235, 146, 1) 70%, rgba(102, 105, 30, 1) 100%);
	background: -webkit-linear-gradient(90deg,rgba(102, 105, 30, 1) 0%, rgba(231, 235, 146, 1) 30%, rgba(231, 235, 146, 1) 70%, rgba(102, 105, 30, 1) 100%);
	background: linear-gradient(90deg,rgba(102, 105, 30, 1) 0%, rgba(231, 235, 146, 1) 30%, rgba(231, 235, 146, 1) 70%, rgba(102, 105, 30, 1) 100%);
	
	background: #fffb40;
}

#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-size: 12pt;
	font-weight: 700;
	color: #000000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;

	background: rgba(0, 0, 0, 0);
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #000000;
	color: #9CA02D;
}


.menu_btn2 {
	height: 30px;
	font-family: 'Crimson Text', serif;
	font-size: 12pt;
	font-weight: 200;
	color: #9480A0;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	background-color: #4F3460;
}

.btn_fb,
.btn_tw,
.btn_ist {
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}


/*-----Menu Box-------*/
.menu_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
}

.btn_menu {
	width: 50px;
	height: 50px;
	font-family: 'Crimson Text', serif;
	font-size: 15pt;
	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: 37px;
	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 !important;
	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_pt{
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	z-index: 15;
	width: 100%;
	min-width: 1000px;
	height: auto;
}

.top_pt2,
.top_pt3,
.top_pt4,
.top_pt5,
.top_pt6,
.top_pt7,
.top_pt8{
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha( opacity=0 );
	opacity: 0.0;
}

.top_tbox{
	width: 100%;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

.top_logoset {
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

.top_logoEN {
	width: 27.55%;
	height: auto;
	position: absolute;
	margin-top: 28.8%;
	margin-left: 63.0%;
	z-index: 20;
}

.top_koukai {
	width: 40.05%;
	height: auto;
	position: absolute;
	margin-top: 41.9%;
	margin-left: 56.8%;
	z-index: 20;
}

.top_cc1 {
	width: 8.05%;
	height: auto;
	position: absolute;
	margin-top: 21.0%;
	margin-left: 1.4%;
	z-index: 20;
}



.top_cc2 {
	width: 52.8%;
	height: auto;
	position: absolute;
	margin-top: 1.1%;
	margin-left: 1.4%;
	z-index: 20;
}

.top_bnrbox{
	width: 19.83%;
	position: absolute;
	margin-top: 48.1%;
	margin-left: 1.5%;
	z-index: 20;
}

.top_bnrbox img{
	width: 100%;
	height: auto;
	margin-bottom: 1%;
}


.bnr_unext_link{
	width: 17.83%;
	position: absolute;
	margin-top: 50.1%;
	margin-left: 1.5%;
	z-index: 20;
}

.bnr_unext{
	width:100%;
	height:auto;
	z-index: 20;
}

.bnr_rikibrand_link{
	width: 17.83%;
	position: absolute;
	margin-top: 55.6%;
	margin-left: 1.5%;
	z-index: 20;
}

.bnr_rikibrand{
	width:100%;
	height:auto;
	z-index: 20;
}

.bnr_dvd_link{
	width: 22.22%;
	position: absolute;
	margin-top: 50.5%;
	margin-left: 76.5%;
	z-index: 40;
}

.bnr_dvd{
	width:100%;
	height:auto;
	z-index: 40;
}

.bnr_dvd3_link{
	width: 22.22%;
	position: absolute;
	margin-top: 52.7%;
	margin-left: 76.5%;
	z-index: 40;
}

.bnr_dvd3{
	width:100%;
	height:auto;
	z-index: 40;
}

/*-----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;
}


#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: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: -6px 5px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}




/*------- Sub Page ----------------*/

#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px;
	background: -moz-linear-gradient(0deg,rgba(102, 105, 30, 1) 0%, rgba(231, 235, 146, 1) 10%, rgba(231, 235, 146, 1) 90%, rgba(102, 105, 30, 1) 100%);
	background: -webkit-linear-gradient(0deg,rgba(102, 105, 30, 1) 0%, rgba(231, 235, 146, 1) 10%, rgba(231, 235, 146, 1) 90%, rgba(102, 105, 30, 1) 100%);
	background: linear-gradient(0deg,rgba(102, 105, 30, 1) 0%, rgba(231, 235, 146, 1) 10%, rgba(231, 235, 146, 1) 90%, rgba(102, 105, 30, 1) 100%);
	
	background: #fffb40;
	
}


.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;
	font-size: 11pt;
	line-height: 1.4em;
}

h3{
	display: block;
	font-family: 'Crimson Pro', serif;
	font-size: 31pt;
	font-weight: 700;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 30px;
	line-height: 1em;
}

.h3_en{
	font-size: 12pt;
	letter-spacing: 0.5em;
}

.h3_line{
	width: calc(100% - 20px);
	height: 1px;
	border-top: 1px rgba(0, 0, 0, 0.4) solid;
	border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
	margin: 0 auto 50px;
}


.txt_box{
	font-size: 12pt;
	line-height: 1.9em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.pad_lr{
	padding-left: 13px;
	padding-right: 13px;
}

.w100pct{
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin: 0;
	display: block;
	z-index: 10;
}

.yokobo{
	letter-spacing: -0.2em;
    /*	<span class="yokobo">――</span>*/
}


/*----------INTRODUCTION------------*/

#intro_box{
	padding-top: 1px;
	padding-bottom: 100px;
}

.intro_lead{
	font-size: 23pt;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}


/*----------STORY------------*/

#story_box{
	padding-top: 1px;
	padding-bottom: 100px;
}

h4{
	text-align: center;
	font-size: 26pt;
	margin-top: 70px;
}

.kakuwa{
	margin-top: 80px;
}

.kakuwa_title{
	font-size: 16pt;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	color: #a20000;
}

.kakuwa_title .num{
	font-size: 160%;
}

.kakuwa_title small{
	color: #000;
}

.kakuwa_body{
	display: flex;
	align-items: flex-start;
}

.story_pt{
	margin-right: 20px;
}

/*----------CHARACTER------------*/

#cast_box{
	padding-top: 1px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #000;
}
#credit_box h3{
	color: #fff;
}

#cast_box .h3_line{
	border-top: 1px rgba(231, 235, 146, 0.6) solid;
}

#cast_inbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 43px;
}

.casts{
	width: 414px;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.9em;
}

.casts img{
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.cast_name{
	font-size: 19pt;
	font-weight: 700;
	color:#9ca02d;
	margin-bottom: 23px;
}



/*----------COMMENT------------*/

#cmt_box{
	padding-top: 1px;
	padding-bottom: 300px;
}

.cmt_pt{
	float: left;
	margin-right: 30px;
}

.spa{
	height: 60px;
}


/*----------CREDIT------------*/

#credit_box{
	padding-top: 1px;
/*	padding-bottom: 100px;*/
	background-color: #000;
	color: #fff;
	overflow: hidden;
}

#credit_box h3{
	color: #fff;
}

#credit_box .h3_line{
	border-top: 1px rgba(231, 235, 146, 0.6) solid;
}

.credit_txt{
	font-family: 'Noto Serif JP', serif;
	font-size: 10pt;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
	padding: 50px
}

.haisin_txt{
	color:rgb(231, 235, 146);
	text-align: center;
	font-size: 27pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-top: 80px;
}

.totop_box{
	margin-top: 70px;
}

.btn_back{
	width: 150px;
	height: 150px;
	text-align: center;
	background: -moz-linear-gradient(0deg,rgba(102, 105, 30, 1) 0%, rgba(231, 235, 146, 1) 30%, rgba(231, 235, 146, 1) 70%, rgba(102, 105, 30, 1) 100%);
	background: -webkit-linear-gradient(0deg,rgba(102, 105, 30, 1) 0%, rgba(231, 235, 146, 1) 30%, rgba(231, 235, 146, 1) 70%, rgba(102, 105, 30, 1) 100%);
	background: linear-gradient(0deg,rgba(102, 105, 30, 1) 0%, rgba(231, 235, 146, 1) 30%, rgba(231, 235, 146, 1) 70%, rgba(102, 105, 30, 1) 100%);
	color: #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-family: 'Cormorant Garamond', serif;
	font-size: 16pt;
	padding-top: 34px;
	margin: 0 auto;
	cursor: default;
	transition: 0.7s;
}















