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;
}

.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: "Calistoga", serif;font-family: "Calistoga", serif;
	font-size: 41pt;
	font-weight: 400;
	margin-bottom: 40px;
	color: #fff061;
	text-align: center;
}

.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: 11pt;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: 700;
}

.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_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: -2457px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2457px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 350px;
	background: repeat-x url("../images/scrl_2.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: -2820px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -2820px 0;
	}
	100% {
		background-position: 0 0;
	}
}






/*----------INTRODUCTION------------*/
#intro_box{
	padding-top:0;
	padding-bottom: 0;
	background-color: #000;
}

.intro_bg{
	width: 100%;
	height: auto;
	display: block;
	z-index: 5;
}

#intro_body{
	position: absolute;
	margin-top: 3%;
	margin-left: 3%;
	z-index: 10;
	color: #fff;
	width: 39.61%;
}

#intro_body h3{
	margin-top: 0;
	text-align: left;
}

.intro_award{
	width: 60%;
	max-height: 1200px;
	min-width: 420px;
	height: auto;
	margin-bottom: 5%;
}

.intro_lead{
	font-size: 27pt;
	font-weight: 700;
	margin-bottom: 40px;
}


/*----------STORY------------*/

#story_box{
	padding-top:0;
	padding-bottom: 0;
	background-color: #000;
}

.story_bg{
	width: 100%;
	height: auto;
	display: block;
	z-index: 5;
}

#story_body{
	position: absolute;
	margin-top: 3%;
	margin-left: 3%;
	z-index: 10;
	color: #843f1a;
	width: 52.61%;
}

#story_body h3{
	margin-top: 0;
	text-align: left;
}

.story_lead{
	font-size: 22pt;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.sirofuti{
	font-weight: 700;
	text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;	
}


/*----------ARMENIA------------*/

#armenia_box{
	padding-top:1px;
	padding-bottom: 580px;
	color: #843f1a;
	background-color: #fff061;
	background-image: url(../images/armenia_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
	#armenia_box{
		background-size: 100% auto;
	}
}


#armenia_box h3{
	color: #843f1a;
	margin: 100px 0 80px;
}

.armenia_map{
	float: left;
	margin: 0 30px 0 0;
}

.armenia_lead{
	font-size: 14pt;
	font-weight: 700;
	margin-bottom: 15px;
}


/*----------AWARD------------*/
#award_box{
	padding-top:1px;
	padding-bottom: 620px;
	background-color: #6bbad9;
	background-image: url(../images/award_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {
	#award_box{
		background-size: 100% auto;
	}
}



#award_box h3{
	margin: 100px 0 80px;
}

.award_list{
	width: 100%;
	max-width: 1592px;
	height: auto;
	margin: 0 auto;
}



/*----------CAST------------*/

#cast_box{
	padding-top:1px;
	padding-bottom: 100px;
	background-color: #e4d7c2;
}

#cast_box h3{
	color: #764b19;
}


.cast_inbox{
	width: 100%;
	max-width: 1136px;
	padding: 0 13px;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.casts{
	text-align: center;
	width: 26.5%;
}

.casts.cast1{
	width:100%;
}

.cast2{
	width: 38.29%;
}


.cast_pt{
	width: 100%;
	height: auto;
	transition: 0.2s;
	transform-origin: 50% 50%;	transition: 0.7s;
}

.staff_pt1{
	transition: 0.2s;
	transform-origin: 50% 50%;	transition: 0.7s;
}

.cast_pt3{
	margin-top: 43%;
}


.prof_btn:hover{
	cursor: pointer;
}

.prof_btn:hover .cast_pt,
.prof_btn:hover .staff_pt1{
	transform: scale(1.1);
}


.cast_name2{
	margin-top: -24%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	z-index: 10;
	width: 97.93%;
	height: auto;
}

.cast_name3{
	margin-top: -21%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	z-index: 10;
	width: 81.06%;
	height: auto;
}


.cast_name4,
.cast_name5,
.cast_name6{
	margin-top: -38%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	z-index: 10
}

.cast_name4{
	width: 86.35%;
	height: auto;
}

.cast_name5{
	width: 96.35%;
	height: auto;
}

.cast_name6{
	width: 103.99%;
	height: auto;
}

.staff_name{
	z-index: 10;
}

.staff_pt1{
	z-index: 5;
}


/*----------Profile Mado------------*/

.prof_mados{
	padding: 60px 38px 60px 25px;
	color: #764b19;
	background: #fff;
	font-size: 12pt;
	line-height: 1.7em;
}



.cast_madotxt{
	width: 100%;
	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;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
	color: #960001;
}

.prof_mados .cast_role{
	font-size: 16pt;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	color: #960001;
}




/*----------STAFF------------*/

#staff_box{
	padding-top:1px;
	padding-bottom: 100px;
}



/*----------FOOTER------------*/
footer{
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #000;
	text-align: center;
}

.ftr_bl{
	width: 100%;
	max-width: 704px;
	height: auto;
	
}









