body {
	font-size: 11pt;
	line-height: 1.5em;
}
/*-----Sub Page-------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px;
}


.sub_box{
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-color: #000;
}

.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;
	font-family: "Italianno", cursive;
	font-size: 48pt;
	font-weight: 400;
	text-align: center;
	color: #167cb7;
}

.sub_head{
	width: 100%;
	min-width: 1000px;
	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.1em;
	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: 274px;
	background: repeat-x url("../images/scrl_1.jpg") left top/auto 100%;
	animation: loop-pc infinite 40s linear;
	z-index: 20;
}


@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2360px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 274px;
	background: repeat-x url("../images/scrl_2.jpg") left top/auto 100%;
	animation: loop-pc2 infinite 40s linear;
	z-index: 20;
}

@keyframes loop-pc2 {
	0% {
		background-position: -2360px 0;
	}
	100% {
		background-position: 0 0;
	}
}






/*----------INTRODUCTION------------*/

#intro_box{
	padding-top:50px;
	padding-bottom: 600px;
	background-color: #b7ebe6;
	background-image: url(../images/intro_bg.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	
}

@media screen and (min-width: 1800px) {
	#intro_box{
		background-size: 100% auto;
		padding-bottom: 33.33vw;
	}
}

.intro_lead{
	font-size: 28pt;
	margin-bottom: 80px;
	text-align: center
}


/*----------STORY------------*/

#story_box{
	padding-top:50px;
	padding-bottom: 100px;
	background-image: url(../images/story_bg.jpg);
	background-position: center top;
}

.story_lead{
	font-size: 23pt;
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.6em;
}






/*----------STAFF------------*/

#staff_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-image: url(../images/staff_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}

@media screen and (min-width: 1800px) {
	#staff_box{
		background-size: 100% auto;
	}
}

#staff_box h3{
	color: #ead14c;
	margin-top: 410px;
	margin-bottom: 70px;
}

.prof_staff{
	width: 633px;
	height: 160px;
/*	line-height: 160px;*/
	font-size: 21pt;
	text-align: center;
	color: #ead14c;
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px #ead14c solid;
	margin: 0 auto 80px;
	transition: 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prof_staff:hover{
	cursor: pointer;
	background-color: rgba(88, 83, 55, 0.8);
}


.pt_box{
	display: flex;
}

.pt_box img{
	display: block;
	margin: 0;
	width: 50%;
	height: auto;
}

/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-image: url(../images/cast_bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-size: auto;
}

@media screen and (min-width: 1800px) {
	#cast_box{
		background-size: 100% auto;
	}
}

#cast_box h3{
	color: #484848;
	margin-top: 140px;
	margin-bottom: 70px;
}

.cast_inbox{
	width: 100%;
	max-width: 1214px;
	margin: 0 auto;
	display: flex;
/*	justify-content: space-between;*/
	justify-content: space-around;
	justify-content: center;
	flex-wrap: wrap;
/*	border: 1px #000 solid;*/
}

.prof_btn {
	width: 354px;
	margin: 0 20px 70px;
	text-align: center;
}

.cast_spa{
	width: 177px;
}

.cast_spa2{
	display: none;
}

.cast_pbox {
	width: 354px;
	overflow: hidden;
	margin: 0 auto;
}

.cast_pbox::after {
	content: url(../images/btn_open.svg);
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 36px;
	height: 36px;
	background-image: url(../images/btn_open.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 10;
}


.cast_pt {
	width: 100%;
	height: auto;
	display: block;
	transition: 0.4s;
	transform-origin: 50% 50%;
}

.prof_btn:hover{
	cursor: pointer;
}

.prof_btn:hover .cast_pt {
/*	filter: contrast(120%);*/
	transform: scale(1.1);
}

.cast_name{
	font-size: 21pt;
	margin-top: 15px;
	margin-bottom: 14px;
}

.cast_role{
	font-size: 15pt;
}


/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #000;
	background: #ffd302;
	font-size: 12pt;
	line-height: 1.7em;
}

.cast_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}

.cast_ptS{
	margin-right: 20px;
}

.cast_madotxt{
	flex: 1;
	text-align: justify;
	text-justify: inter-ideograph;
}

.staff_madotxt{
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.prof_mados .cast_name{
	font-size: 20pt;
	margin-bottom: 7px;
}

.prof_mados .cast_role{
	font-size: 15pt;
	margin-bottom: 15px;
}


.staff_wak{
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px 20px 20px;
	margin-top: 30px;
}

.staff_mid{
	text-align: center;
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 20px;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.ind1{
	font-size: 80%;	
}


ul.ind3 li{
	padding-left:3em;
	text-indent:-3em;
}

ul.ind1 li{
	padding-left:1em;
	text-indent:-1em;
}



/*----------FOOTER------------*/
footer{
	padding: 100px 13px;
	background-color: #ffd302;
	text-align: center;
	font-size: 10pt;
	line-height: 1.6em;
}















