@charset "utf-8";


@media screen and (min-width:525px) and ( max-width:770px) {
	/*　Tablet 対策 */
	.tbl_hidden{display: none;}
	.tbl_block{display: block;}
}

/****************************************
Smart phone BASE 770
*****************************************/
@media screen and (max-width:770px){
body{min-width:100%;}
.sp_view{display: block;}
.pc_view{display: none;}

/*--------------------------
共通
--------------------------*/
#wrapper img{
	max-width: 100%;
}
	
#contents {
	padding-top: 80px;
	}

#container {
	width:890px;
	margin:0 auto;
	padding:0 30px 70px 30px ;
	}

#wrapper {
	min-width: 100%;
	background: #FFFFFF;
}

p {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 1.56rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #3f3532;
}

h1 {
	font-family: 'Zen Old Mincho', serif;
	font-weight:400;
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #0000000;
	margin-bottom: 20px;
}

.ttl_r_pc {
	/*position: absolute;
	top: 0%;
	right: 0%;
	z-index: 100;*/
	width: 90%;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: right;
}

.ttl_l_pc {
	/*position: absolute;
	top: 0%;
	left: 0%;
	z-index: 100;*/
	width: 90%;
	margin: 0 auto;
	padding: 5% 0 0 0;
	text-align: left;
	box-sizing: border-box;
}

.ttl_r_pc img,.ttl_l_pc img  {
	width: 60%;
}

img {
vertical-align: bottom; /* または vertical-align: top; */
}

.photo {
	width: 100%;
}
.photo img {
	width: 100%;
}

/*--------------------------
SNS
--------------------------*/


/*--------------------------
TOP 1200px
--------------------------*/
#top_pc {
	position: relative;
    min-width: 100%;
	padding-bottom: 0px;
	/*background: url("../img/top_main_teaser.jpg") no-repeat;
	background-size: contain;
	background-position: top center;*/
}

#top_img_sp{
    /*background:url("../img/top_main_teaser.jpg") no-repeat top center;
	background-size: cover;*/
   
    width:100%;
    height:100%;
	padding-top: 40px;
}

#top_img img {
	width: 100%;
}




#top_bottom img {
	width: 100%;
}

#top_keyvisual_pc_billing{
	position: absolute;
	bottom: 0%;
	right: 0%;
	left: 0%;
	width: 800px;
	margin: 0 auto;
}

#top_keyvisual_pc_billing img {
	width: 100%;
}
/*--------------------------
SNS
--------------------------*/
.sns {
	position: absolute;
	top: 20px;
	right: 35px;
}

/*--------------------------
Banner
--------------------------*/
	#banner {
			background: #E6C8CD;
	}
	
#banner ul {
	width: 90%;
	display: flex;
	flex-direction: row;/*子要素を縦並び or 横並び*/
	flex-wrap: wrap;
	align-items: flex-start;/*垂直方向の揃え*/
	justify-content:space-between;/*水平方向の揃え*/
	list-style-type: none;
	margin: 0% auto 0% auto;
	padding: 5% 0;
}

#banner ul li{
	width: 100%;
	margin: 0 0 0% 0;
}

#banner ul li.mini{
	width: 230px;
	margin: 0 10px 0 10px;
}

#banner ul li img {
	width: 100%;
}

/*--------------------------
ムビチケ
--------------------------*/

#widgets_ticket {
	width: 100%;
	padding: 0 0 100px 0;
	
	
}

#mvtk-widgets-container {
	background: #000000;
	text-align: center;
	margin: 0 auto;
	padding: 7% 0 7% 0;
}

/*--------------------------
NEWS
--------------------------*/

/*--------------------------
Trailer
--------------------------*/

#trailer_container_sp {
	width: 100%;
	position: relative;
	background: #F4E9DB;
	padding: 0 0 10% 0;
}

#trailer_contents {
	width: 100%;
	margin: 0 auto;
}

#trailer_contents img {
	width: 100%;
}

#trailer_sp {
	width: 85%;
	margin: 0 auto;
}

ul {
	list-style: none;
}

#player_contents {
position: relative;
width: 100%;
padding-top: 56.25%;
	margin: 0 auto;
	z-index: 0;
}

#player_contents iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.trailer_btn {
display: flex;
flex-wrap: wrap;
width: 100%;
/*border: 10px solid #000000;*/
box-sizing: border-box;
/*border-top: 1px solid #5c928a;
border-left: 1px solid #5c928a;*/
margin: 0 auto;
}
.trailer_btn li {
height: 40px;
color: #FFFFFF;
letter-spacing: 0em;
border: 0px solid #FFFFFF;
text-align: center;
line-height: 40px;
box-sizing: border-box;
	margin: 8px 0 0 0; 
	font-size: 1.0rem;
	font-family: 'Zen Old Mincho', serif;
}
.trailer_btn li.width33 {
width: calc(100% / 3);
}
.trailer_btn li.width50 {
width: 100%;
}
.trailer_btn li.width100 {
width: 100%;
}
.trailer_btn li:hover {
cursor: pointer;
}
.trailer_btn li.select {
color: #8A8A8A;
border: 1px solid #8A8A8A;
box-sizing: border-box;
}

/*--------------------------
INTRODUCTION
--------------------------*/
#intro_contents {
	width:85%;
	margin: 0 auto;
	padding-bottom: 5%;
}

#intro_contents h1{
	color: #ed8599;
}
/*--------------------------
STORY
--------------------------*/
#story_container {
	background:#f2e7d9 url("../img/story_bg.jpg") no-repeat;
	background-size: 100% auto;
	background-position: center top;
}

#story_contents {
	width: 85%;
	margin: 0 auto;
	padding-bottom: 5%;
}

#story_contents h1{
	color: #00517c;
}
	
#story_contents h1 br{
	display: none;
}
/*--------------------------
CAST STAFF
--------------------------*/
#cast_staff_container {
	
}

#cast_staff_container #cast_staff_contents p {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5em;
	color: #3f3532;
}

#cast_staff_contents {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 0;
}

#main_cast {
	display: flex;
	flex-wrap: wrap;
}

.main_cast_item {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 5% 5% 10% 5%;
	margin-bottom: 5%;
}

.main_cast_item::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;/*線の上下位置*/
  display: inline-block;
  width: 90%;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #E3C8A5;/*線の色*/
  border-radius: 0;/*線の丸み*/
}

.main_cast_item:first-of-type {
	border-right: 0px solid #E3C8A5;
}

.main_cast_item img {
	width: 100%;
	margin-bottom: 0%;
}

#cast {
	display: flex;
	flex-wrap: wrap;
}

.cast_item {
	box-sizing: border-box;
	position: relative;
	width: 50%;
	padding: 5% 5% 10% 5%;
	border-right: 1px solid #E3C8A5;
	margin-bottom: 2%
}

.cast_item::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1%;/*線の上下位置*/
  display: inline-block;
  width: 80%;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #E3C8A5;/*線の色*/
  border-radius: 0;/*線の丸み*/
}

	

.cast_item:nth-of-type(2n) {
	border-right: 0px solid #E3C8A5;
}

.cast_item img {
	width: 100%;
	margin-bottom: 5%;
}

#staff {
	display: flex;
	flex-wrap: wrap;
}

.staff_item {
	box-sizing: border-box;
	position: relative;
	width: 50%;
	padding: 5% 5% 5% 5%;
	border-right: 1px solid #E3C8A5;
	margin-bottom: 3%;
	text-align: center;
}

.staff_item:nth-of-type(1)::before,
.staff_item:nth-of-type(2)::before,
.staff_item:nth-of-type(3)::before,
	.staff_item:nth-of-type(4)::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1%;/*線の上下位置*/
  display: inline-block;
  width: 90%;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #E3C8A5;/*線の色*/
  border-radius: 0;/*線の丸み*/
}


.staff_item:nth-of-type(2n) {
	border-right: 0px solid #E3C8A5;
}

.staff_item:nth-of-type(3) {
	border-right: 1px solid #E3C8A5;
}

.staff_item img {
	width: 100%;
	margin-bottom: 5%;
}
	
	

#cast_staff_container .readmore {
	padding: 5%;
	background: #FFFFFF;
	margin-top:5%; 
}
	
.cast_staff_btn {
	overflow: hidden;
	width: 80%;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0;
	cursor:pointer;
    /*border-radius: 5px;*/
	}

.cast_staff_btn {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	/*background: #E3C8A5;*/
	color: #E3C8A5;
	line-height: 28px;
	text-decoration:none;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 700;
	border: solid 1px #E3C8A5;
	box-sizing: border-box;
}
.cast_staff_btn:hover {
	background: #A3927B; 
}

.cast_staff_arrow:before {  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 45%;
	right: 18px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #E3C8A5;
}
.cast_staff_arrow:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 40%;
	right: 18px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #FFFFFF;
}
.cast_staff_arrow:hover:after {
	background: #A3927B;
}

.cast_staff_btn,
.cast_staff_btn::before,
.cast_staff_btn::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}
/*--------------------------
FOOTER
--------------------------*/
#footer_container {
	width: 100%;
}

#footer_container img {
	width: 100%;
}
/*--------------------------
NAVIGATION
--------------------------*/
/* ハンバーガー */
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    left: 20px;
    top: 15px;
    width: 40px;
    height: 40px;
	padding: 5px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}

.navToggle span:nth-child(1) {
    top: 0px;
	left: 0;
	border-bottom: solid 3px #EB8093;
}

.navToggle span:nth-child(2) {
    top: 8px;
	left: 0;
	border-bottom: solid 3px #EB8093;
}

/*.navToggle span:nth-child(3) {
    top: 18px;
	border-bottom: solid 3px #EB8093;
}*/

.navToggle .menu:nth-child(3) {
    top: 0px;
	left: 1px;
	text-align: center;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-weight: 700;
	font-size:1.2rem;
	letter-spacing: 0.1em;
	color: #EB8093;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	border-bottom: solid 2px #FFFFFF;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2){
    top: 25px;
	left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	border-bottom: solid 2px #FFFFFF;
}

.navToggle.active .menu:nth-child(3){
    color: #FFFFFF;
}
	
/*--------------------------
COMMENT
--------------------------*/

/*#comment_pc {
    margin: 50px auto;
    width: 830px;
}

#comment_pc img {
    width: 100%;
}
*/





/*#comment_bnr {
	position: absolute;
	top:30px;
	left: 30px;
}

#comment_bnr img {
	width: 150px;
}*/

#comment_inner {
	background-image: none;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 5% 5%;
}
	
#comment_inner::before {
    position:fixed;
    top:0;
    left:0;
    z-index:0;
    width:100vw;
    height:100vh;
    background:url("../img/comment_bg.jpg") no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
	background-position: center;
    content:"";
}

#comment_inner p{
	
}

#comment_inner #comment_ttl {
	text-align: center;
	padding-bottom: 10%;
}

#comment_inner p {
	color: #FFFFFF;
	font-family: 'Zen Old Mincho', serif;
	font-size: 1.3rem;
	letter-spacing: 0rem;
}

#comment_ttl h1 {
	font-size:1.8rem;
	color: #002754;
	margin: 30px 0 50px 0;
}

.comment_bnr_container {
	color: #FFFFFF;
	margin: 20% 2% ;
	padding-bottom: 10%;
	border-bottom: dotted 1px #A6A6A6;
}

.comment_bnr_container:last-child {
	border-bottom: dotted 0px #A6A6A6;
}

.comment_bnr_txt {
	font-size: 1.3rem;
	line-height: 1.8em;
	margin-bottom: 5%;
}

#comment_inner .comment_bnr_name p {
	font-size:1.6rem;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color: yellow;
}
	
	#comment_inner .comment_bnr_name p span.text14 {
		font-size: 1.0rem;
	}


}