@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Staatliches&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: #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: 1000px;
	height: 37px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #D81059;
	background-image: url(../images/bg_pink.jpg);
}

#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: "Staatliches", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;

	color: #000000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
/*	transition: 0.7s;*/
	background-color: rgba(216, 16, 89, 0.00);
}

.menu_btn:hover {
	cursor: pointer;
	color: #D81059;
}


.menu_btn2 {
	height: 30px;
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;

	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: 50px;
	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: "Staatliches", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15pt;

	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;
}

.bnr_cmt_link{
	width: 10.5%;
	position: absolute;
	margin-top: 1.5%;
	margin-left: 1.5%;
	z-index: 20;
}

.bnr_cmt{
	width:100%;
	height:auto;
	z-index: 20;
}



/*-----mvtk-------*/

#mvtk_box {
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

#mvtk_box img {
	margin: 0 5px 0px;
}


#mvtk_box #mvtk-widgets-container {
	margin: 30px auto 10px;
}



/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	min-width: 1000px;
	clear: both;
	padding: 30px 0px 20px 0px;
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #D81059;
	background-image: url(../images/bg_pink.jpg);
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.top_bl {
	width: 400px;
	height: auto;
	display: block;
	margin: 0 auto 30px;;
}


#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: -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: hidden;
}

.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: 11pt;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}


h3 {
	display: block;
	font-family: "Staatliches", sans-serif;
	font-size: 39pt;
	font-weight: 400;
	/*	letter-spacing: 0.2em;*/
	text-align: center;
	margin-bottom: 30px;
}

.w100pct{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	z-index: 10;
}

.yokobo{
	letter-spacing: -0.1em;
    /*	<span class="yokobo">――</span>*/
}

/*----------INTRODUCTION------------*/

#intro_box{
	padding-top: 1px;
	padding-bottom: 100px;
	background-color: #71151a;
	background-image: url(../images/intro_bg_new.jpg);
	background-position: center top;
	background-repeat: no-repeat;
/*	height: 1200px;*/
}

@media screen and (min-width: 1800px) {
	#intro_box{
		background-size: 100% auto;
	}
}

.review_txt{
	position: absolute;
	margin-top: 1%;
	margin-left: 1%;
	width: 41%;
	max-width: 800px;
	height: auto;
}

.intro_txt{
	width: 100%;
/*	position: absolute;*/
	margin-top: 720px;
	margin-left: 0%;
	z-index: 10;
	text-align: center;
}

.intro_txt .txt_box{
/*	text-align: center;*/
	line-height: 2em;
	font-size: 14pt;
}

.intro_midasi{
	display: block;
	margin: 0 auto 30px;
}

.intro_midasi2{
	margin: 50px 0;
	font-size: 27pt;
	line-height: 1.6em;
	text-align: center;
}


/*----------STORY------------*/
#story_box{
	padding-top: 1px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #d81059
}

#story_box .txt_box{
	text-align: center;
	line-height: 2em;
	font-size: 14pt;
}

.story_lead{
	margin-top: 30px;
	font-size: 25pt;
}




/*----------CHAPTER------------*/
#chapter_box{
	padding-top: 1px;
	padding-bottom: 100px;
	background-color: #000
}

#chapter_box h3{
	color: #d81059;
	color: transparent; 
	-webkit-background-clip: text;
	background-image: url(../images/bg_pink.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: repeat;
}

.chapter_set{
	width: 100%;
	max-width: 1800px;
	height: auto;
}


/*----------PRODUCTION NOTE------------*/
#prono_box{
	padding-top: 0;
	padding-bottom: 100px;
	color: #d81059;
}

.prono_head{
	width: 100%;
	height: auto;
}

.keikoku{
	display: block;
	margin: 100px auto 80px;
}

#prono_box h3{
	color: #d81059;
	color: transparent; 
	-webkit-background-clip: text;
	background-image: url(../images/bg_pink.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: repeat;
}


#prono_box .txt_box{
	font-weight: 700;
	line-height: 2em;
	font-size: 14pt;
}

.kikaku{
	text-align: center;
	font-size: 17pt;
	margin-bottom: 30px;
}
/*----------COMMENT------------*/
#cmt_box{
	padding-top: 0;
	padding-bottom: 100px;
	color: #fff;
}

.cmt_bg{
	width: 100%;
	height: auto;
	z-index: 10;
}

#cmt_box .in_box{
	margin-top: -460px;
	z-index: 20;
}

#cmt_box h3{
	color: #d81059;
	color: transparent; 
	-webkit-background-clip: text;
	background-image: url(../images/bg_pink.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: repeat;
}

#cmt_inbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cmt_txt{
	width: 450px;
	margin-bottom: 60px;
	font-size: 11pt;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.cmt_name{
	color: #d81059;
	font-size: 16pt;
	font-weight: 700;
	margin-bottom: 15px;
}

.cmt_name small{
	font-size: 60%;
	padding-left: 5px;
}

.cmt_illust{
	display: block;
	margin: 10px auto 0
}

.cmt_tatebox{
	width: 450px;
	margin-bottom: 60px;
}

.ryaku{
	text-align: right;
}










