@charset "utf-8";

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

/*--------------------------
COMMON
--------------------------*/
#wrapper {
	min-width: initial;	
}
	
#wrapper img{
	max-width: 100%;
}

	
h2 {
  /* スマホで2.0rem 〜 PCで3.2rem */
	font-family: "LINE Seed JP", sans-serif;
	font-size: clamp(2.0rem, 3vw + 1rem, 3.2rem);
	font-weight: 700;
}




	
.ttl_pc , .ttl_pc_wt {
	width: 80%;
	text-align: center;
	padding: 30px 0 10px 0;
	margin: 0 auto;
font-family: "LINE Seed JP", sans-serif;
	font-weight: 900;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
}
.ttl_pc  {
	color:  var(--color-bsse);
}

.ttl_pc_wt {
	color:  var(--color-bg);
}

.ttl_pc_credits {
	width: 80%;
	text-align: center;
	padding: 10% 0 5% 0;
	margin: 0 auto;
	font-family: "LINE Seed JP", sans-serif;
	font-weight: 100;
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	color: #43679e;
}

.ttl_pc_credits img {
	width: 100%;
}

.contents {
	max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
	padding: 0% 0 0% 0;
}

.contents_header {
	width: 90%;
	margin: 0 auto;
}

.contents_header img{
	width: 100%;
}

.contents_header img{
	width: 100%;
}
	
.contents_photo {
	width: 90%;
	margin: 10% auto;
}

.contents_photo img {
	width: 100%;
}

.contents_text {

}

/*--------------------------
NAVIGATION
--------------------------*/
/* グルーバルメニュー */
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    /*right: 0;*/
    left: 0;
    height: 100%;
    overflow: auto;
    /*background: #DBBA45;*/
	background: url("../img/footer_bg.jpg") no-repeat;
	background-size: cover;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

nav.globalMenuSp ul {
    /*background: #DBBA45;*/
    margin: 0 auto;
    padding: 70px 0 0 0 ; 
    width: 100%;
	text-align: center;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
	
	nav.globalMenuSp ul li span {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
		line-height: 0rem;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0px 0 0 0;
    width: 100%;
    
}

nav.globalMenuSp ul li a {
    display: block;
    color: #FFFFFF;
    padding: 0 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0);
}
	
	
nav.globalMenuSp ul li:nth-child(2) {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;

}
	
nav.globalMenuSp ul li a div.nav_news:nth-child(1) {
	margin-right: 10px;
}
	

nav.globalMenuSp ul li span {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 0rem;
}

.overflowHidden {
    overflow: hidden;
}


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

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 40px;
    
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 0;
}

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

.navToggle span:nth-child(2) {
    top: 9px;
	border-bottom: solid 3px #D9D9D9;
}

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

.navToggle span:nth-child(4) {
    top: 33px;
}


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

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

	
	#top_sp {
	width: 100%;
	padding-top: 0;
	background: url("../img/footer_bg.jpg") no-repeat;
	background-size: cover;
	}
	
	#top_sp img {
		width: 100%;
	}
	
.nav_sns_01 {
	height: 50%;
	position: relative;
	right: 7.2%;
	top: 25%;
}

.nav_sns_01 img {
	width: 100%;
	height: 100%;
}
	
/*--------------------------
BANNER
--------------------------*/
	#banner_sp {
		width: 90%;
		margin: 0 auto;
		padding: 2% 0 6% 0 ;
		text-align: center;
	}
	
	#banner_sp ul{
		list-style: none;
	}
	
	#banner_sp ul li{
		margin: 10px 0;
	}
	
	#banner_sp img {
		width: 100%;
	}
/*--------------------------
COMMENT
--------------------------*/



	

	
	
	
/*--------------------------
Trailer
--------------------------*/
#trailer_pc {
	padding: 30px 0 50px 0;
}
	


#trailer_pc p {
    text-align: center;
}

.trailer_container {
    width: 100%;
    margin: 0 auto;
}
	
.trailer_container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.trailer_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#trailer_yt {
    margin: 0;  
}

#trailer_pc ul {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 5% 0 0 0;
	list-style-type: none;
	color: #FFFFFF;
	width: 80%;
}
#trailer_pc ul li {
	margin: 5px;
    /*border: #be8655 1px solid;*/
    padding: 0 0;
    font-size: 1.5rem;
}

#trailer_pc ul li{
	width: 100%;
}

#trailer_pc ul li a img{
	width: 100%;
}

#trailer_pc ul li a {
    color: #be8655;
    font-weight: 500;
}



	
/*--------------------------
INTRODUCTION
--------------------------*/
#intro {
	width: 100%;
	padding: 30px 0 50px 0;
}

#intro_photo {
	width: 100%;
}

#intro_photo img {
	width: 100%;
}


/*--------------------------
STORY
--------------------------*/
#story {
	width: 100%;
	padding: 30px 0 50px 0;
}

#story_photo {
	width: 100%;
}

#story_photo img {
	width: 100%;
}
	

/*--------------------------
CAST
--------------------------*/
#cast {
	width: 100%;
	padding: 15% 0;
}

#cast_photo {
	width: 100%;
}

#cast_photo img {
	width: 100%;
}

.cast_inner {
	width: 90%;
	margin: 0 auto;
}


.cast_inner ul {
	width: 90%;
	display: flex;
	flex-direction: row; /*子要素の並ぶ向き...縦配置column*/
	flex-wrap: wrap; /*子要素の折り返し*/
	justify-content: space-between; /*水平方向の揃え flex-end center space-between space-around*/
	list-style-type: none;
	margin: 0 auto;
}

.cast_inner ul li {
	width: 100%;
	margin:3% 0 0 0 ;
	text-align: center;
}

.cast_inner ul li img {
	width:100%;
	margin-top: 30px;
}

.cast_inner ul li img:nth-child(2) {
	width:85%;
}
	
.cast_inner_02 ul {
	width: 80%;
	display: flex;
	flex-direction: row; /*子要素の並ぶ向き...縦配置column*/
	flex-wrap: wrap; /*子要素の折り返し*/
	justify-content: space-between; /*水平方向の揃え flex-end center space-between space-around*/
	list-style-type: none;
	margin: 0 auto;
}

.cast_inner_02 ul li {
	width: 48%;
	margin:3% 0 0 0 ;
	text-align: center;
}

.cast_inner_02 ul li img {
	width:100%;
	margin-top: 30px;
}

.cast_inner_02 ul li img:nth-child(2) {
	width:45%;
}

/*--------------------------
CAST modal
--------------------------*/
.modal_inner {
	background-size: 200px 200px;
	padding: 5%;
	margin: 0;
}

.modal_inner h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1rem;
	color: #666666;
	padding-bottom: 7%;
	margin: 0;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.modal_inner .modal_ttl {
	width: 100%;
	padding-bottom: 5%;
	margin: 0;
}

.modal_inner .modal_ttl img {
	width: 100%;
	padding-bottom: 0%;
	margin: 0;
}


.modal_container {
	color: #000000;
	margin: 0%;
	padding: 5% 0;
	border-top: dotted 1px #A6A6A6;
	border-bottom: dotted 1px #A6A6A6;
}

.modal_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	line-height: 2.0em;
	margin-bottom: 10px;
	color: #13406e;
	font-weight: 400;
	margin: 0 3%;
}

	
/*--------------------------
STAFF
--------------------------*/
#staff {
	width: 100%;
	/*background: url("../img/bg_pattern_beige.jpg") repeat;*/
	background-size: 200px 200px;
	padding: 80px 0;
}

.staff_inner {
	width: 90%;
	margin: 0 auto;
}


.staff_inner ul {
	width: 90%;
	display: flex;
	flex-direction: row; /*子要素の並ぶ向き...縦配置column*/
	flex-wrap: wrap; /*子要素の折り返し*/
	justify-content: space-between; /*水平方向の揃え flex-end center space-between space-around*/
	list-style-type: none;
	margin: 0 auto;
}

.staff_inner ul li {
	width: 50%;
	margin:0 0 10% 0 ;
	text-align: center;
}



.staff_inner ul li img {
	width:100%;
	margin-top: 30px;
}

.staff_inner ul li img:nth-child(2) {
	width:45%;
}

/*--------------------------
STAFF modal
--------------------------*/
.staff_modal_inner {

	background-size: 200px 200px;
	padding: 5%;
	margin: 0;
}

.staff_modal_inner h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1rem;
	color: #666666;
	padding-bottom: 7%;
	margin: 0;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.staff_modal_inner .modal_ttl {
	width: 100%;
	padding-bottom: 5%;
	margin: 0;
}

.staff_modal_inner .modal_ttl img {
	width: 100%;
	padding-bottom: 0%;
	margin: 0;
}


/*--------------------------
COMMENT
--------------------------*/
#comment_visual {
	width: 100%;
	background: url("../img/comment_bg.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 15% 0;
}

.comment_inner {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 10% 0;
}

.comment_inner img {
	width: 100%;
}
	
/*--------------------------
ttl_pc
--------------------------*/
#theater {
	margin: 0 auto;
	width: 90%;
	padding: 30px 0 50px 0;
}
.theater_inner {
	text-align: center;
	margin: 0 0 70px 0;
}
	
	.theater_inner span {
	font-size: 2.1rem;
}

/*--------------------------
FOOTER
--------------------------*/

#footer_container_pc {
	width: 100%;

}


#footer_credits_pc {
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
    padding-top: 8%;
}
	
	#footer_credits_pc img {
		width: 30%;
	}
	

	
/*--------------------------
COMMENT
--------------------------*/
#comment_pc {
	background: url("../img/footer_bg.jpg") no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 80px 0;
}

#comment_pc_keyvisual_inner {
	width: 80%;
	margin: 50px auto;
}

#comment_pc_keyvisual_inner img {
	width: 100%;
} 

	
}