body {
	font-size: 11pt;
	line-height: 1.5em;
}
/*-----Sub Page-------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px !important;
}


.sub_box{
	width: 100%;
	min-width: 1000px !important;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.in_box{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1000px;
	position: relative;
	box-sizing: border-box;
	font-size: 11pt;
	line-height: 1.4em;
}

h3{
	display: block;
	color: #e60045;
	font-family: 'Alex Brush', cursive;
	font-size: 35pt;
	font-weight: 400;
	text-align: center;
}

.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: 2.4em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.pad_lr{
	padding-left: 13px;
	padding-right: 13px;
}

.rot_box{
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
	font-feature-settings : "palt" 1;
}

.w100pct{
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin: 0;
	display: block;
	z-index: 10;
}

.w100pcthd{
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin: 0;
	display: block;
	z-index: 10;
	visibility: hidden;
	vertical-align:bottom;
}

.yokobo{
	letter-spacing: -0.1em;
    /*	<span class="yokobo">――</span>*/
}

.d_flex{
	display: -webkit-flex;
	display: flex;
}


.d_flex_L{
	width: 487px;
	padding-right: 26px;
	border-right: 1px #000 solid;
}

.d_flex_R{
	width: 487px;
	padding-left: 26px;
}


/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 300px;
	background: repeat-x url("../images/scrl.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: -2600px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2600px 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{
	padding-top:1px;
	padding-bottom: 670px;
	background-image: url(../images/intro_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	color:#fff;
}

@media screen and (min-width: 1800px) {
	#intro_box{
		background-size: 100% auto
	}
}

#intro_box h3{
	margin: 70px auto;
}


.intro_lead{
	font-size: 27pt;
	letter-spacing: 0.3em;
	margin-bottom: 60px;
	text-align: center;
}


/*----------STORY------------*/

#story_box{
	padding-top:1px;
	height: 1120px;
	background-image: url(../images/story_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}

@media screen and (min-width: 1800px) {
	#story_box{
		background-size: 100% auto
	}
}

#story_txtbox{
	width: 500px;
	margin: 80px 0 0 13px;
}

@media screen and (min-width: 1600px) {
	#story_txtbox{
		margin-left: 3%;
	}
}

@media screen and (max-width: 1380px) {
	#story_txtbox{
		width: calc(311px + (100% - 1000px) / 2);
		margin: 80px 0 0 13px;
	}
}

#story_box h3{
	margin-top: 0;
}

/*----------STAFF------------*/

#staff_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-color: #e60045;
	color: #fff;
}

#staff_box h3{
	color: #fff;
	margin: 70px auto;
}

#staff_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staffs{
	width: 451px;
	margin-bottom: 80px;
}

.staff_spa{
	width: 225.5px;
}

.staff_hspa{
	height: 34px;
}

.prof_btn{
	border: 1px #fff solid;
	text-align: center;
	width: 340px;
	height: 54px;
	line-height: 54px;
	font-size: 12pt;
	color: #fff;
	margin: 0 auto;
	transition: 0.5s;
	z-index: 1;
}

.prof_btn7{
	line-height: 1.4em;
	padding-left:5em;
	text-indent:-3em;
	text-align: left;
	padding-top: 0.3em;
}

.prof_btn:hover{
	cursor: pointer;
	color: #e60045;
}

.prof_btn::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #fff;
	transition: 0.5s;
	z-index: -1;
}

.prof_btn:hover::before{
	width: 100%;
}



/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-color: #e60045;
	color: #fff;
}

#cast_box h3{
	color: #fff;
	margin: 70px auto;
}


#cast_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.casts{
	width: 451px;
	margin-bottom: 80px;
}

.cast_spa{
	width: 225.5px;
}




/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #fff;
	font-size: 12pt;
	line-height: 1.7em;
}

.cast_flex{
}


.cast_madotxt,
.staff_madotxt{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #e60045;
}


.prof_mados .cast_name,
.prof_mados .staff_name{
	font-size: 20pt;
	margin-bottom: 30px;
	text-align: center;
}

.prof_mados .cast_en,
.prof_mados .staff_en{
	font-size: 20pt;
	font-family: 'Alex Brush', cursive;
	margin-bottom: 30px;
	text-align: center;
}


.cast_cmt{
	background-color: #bcbbbb;
	padding: 10px 20px 20px;
	margin-top: 30px;
}

.cast_cmtt{
	font-family: 'Crimson Pro', serif;
	font-size: 120%;
	margin-bottom: 20px;
}

.kantoku_pt{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}



/*----------PARA------------*/
.para_box{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: scroll;	
	width: 100vw;
	min-width: 1000px;
	background-color: #000;
}

#para_pt1{
	background-image: url(../images/para_1.jpg);
	height: 60vw;
	background-size: 140% auto;
}

#para_pt2{
	background-image: url(../images/para_2.jpg);
	height: 60vw;
	background-size: 140% auto;
}

#para_pt3{
	background-image: url(../images/para_3.jpg);
	height: 60vw;
	background-size: 140% auto;
}

#para_pt4{
	background-image: url(../images/para_4.jpg);
	height: 60vw;
	background-size: 140% auto;
	background-position: 0% top;
}



/*----------FOOTER------------*/
#footer{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
	text-align: center;
}

.totop{
	width: 330px;
	height: 75px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size: 14pt;
	font-weight: 400;
	border: 1px #fff solid;
	margin: 225px auto 0;
	text-align: center;
	line-height: 75px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.and{
	font-size: 16pt;
}


.totop:hover{
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}














