@charset "UTF-8";
/* google font */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');/*font-family: 'Noto Sans JP', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;600&display=swap');/*font-family: 'Noto Serif JP', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Balthazar&display=swap');/*font-family: 'Balthazar', serif;*/

html, body{height: 100%;width: 100%;font-size: 62.5%;background-color: #FFFFFF;}/*font size 62.5%=10px 1.0rem=10px*/

/****************************************
Smart phone BASE 767
*****************************************/
.sp_view{display: none;}

/*--------------------------
COMMON
--------------------------*/

#wrapper {
	background: #fff237;
    background-position: center top;
    background-repeat: repeat;
    background-size: 250px 250px;
    min-width: 1100px;
}

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

#contents {
	}

p {
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	line-height: 2.2em;
	color: #333333;
	font-weight: 400;
	text-align:justify;
}

#nav_container_pc, #intro_container_pc, .loop_photos, #story_container_pc, #cast_container_pc, #footer_container_pc, #footer_photos_pc {
    /*min-width: 1024px;*/
    margin: 0 auto;
	color: #f00;
}



.bar_bk img {
	min-width: 100%;
}

.ttl_pc_credits {
	width: 100%;
	text-align: center;
	padding: 40px 0 40px 0;
	margin: 0 auto;
	font-family: Raleway , san-serif;
	font-weight: 100;
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	color: #43679e;
}

.ttl_pc_credits img {
	width: 550px;
}

.underline_nv {
	border-top: #43679e solid 1px;
	padding-top: 13px;
}

h1 {
	font-size: 2.0rem;
	letter-spacing: 0.15em;
	font-weight: 600;
	line-height: 1.7em;
	color: #05b2c6;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

h2 {
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	font-weight: bold;
	line-height: 2.0em;
	color: #000000;
	text-align: left;
	margin-bottom: 2%;
}

.ttl_pc {
	width: 100%;
	text-align: center;
	padding: 20px 0 0px 0;
	margin: 0 auto;
	font-family: Raleway , san-serif;
	font-weight: 100;
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	color: #43679e;
}

.ttl_pc img {
	width: 100%;
}

.contents {
	max-width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
	padding: 30px 0 170px 0;
}

.contents_header {
	width: 60%;
	margin: 70px auto 40px auto;
}

.contents_header img{
	width: 100%;
}

.contents_photo {
	width: 100%;
	margin: 0 auto 40px auto;
}

.contents_photo img {
	width: 100%;
}

.contents_text {
	width: 52%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	letter-spacing: 0.0em;
	line-height: 2.3em;
	color: #4D4D4D;
	margin: 0 auto 5% auto;
		
}


/*--------------------------
NAVIGATION
--------------------------*/
#nav_container_pc {
	width: 100%;
	font-family: 'Balthazar', serif;
	background: url("../img/bg_pattern.jpg_") repeat;
	background-size: 200px 200px;
	letter-spacing: 0.2rem;
	position: fixed;
	background-color: #fff237;
	z-index: 999;
	padding:  0;
	margin: 0 auto ;
	box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
}

#nav_container_pc ul {
	height: 60px;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	margin: 0;
	list-style-type: none;
	font-family: 'Balthazar', serif;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	color: #4D4A40;
}


#nav_container_pc ul li {
	margin: 0 10px;
}

#nav_container_pc ul li.nav_news {
	margin: 0  ;
}

#nav_container_pc ul li.nav_news:nth-child(2) {
	margin-left: 7px  ;
}

#nav_container_pc ul li a:link, #nav_container_pc ul li a:visited{
	color:#05b2c6;
	text-decoration:none;
}
#nav_container_pc ul li a,
#nav_container_pc ul li a::before,
#nav_container_pc ul li a::after{
	transition: all .3s;
	}

#nav_container_logo {
	height: 40%;
	position: absolute;
	left: 3%;
	top: 28%;
}

#nav_container_logo img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1200px){

#nav_container_logo {
	height: 27%;
	position: absolute;
	left: 0%;
	top: 40%;
}
	
}

.nav_sns_01 {
	height: 60%;
	position: absolute;
	right: 6.2%;
	top: 18%;
}

.nav_sns_01 img {
	width: 100%;
	height: 100%;
}

.nav_sns_02 {
	height: 60%;
	position: absolute;
	right: 4%;
	top: 18%;
}

.nav_sns_02 img {
	width: 100%;
	height: 100%;
}



/*--------------------------
MAIN
--------------------------*/
#top_pc_keyvisual{
	padding-top: 60px;
	
}
	
#top_pc_keyvisual img {
	display: block;/*画像下の1pxの隙間を消す*/
	margin: 0 auto;
	width: 100%;
}

#top_pc_keyvisual_inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	/*max-width: 1800px;*/
}

#top_bottom_pc {
    width:100%;
    height:100%;
	min-width: 1024px;
	/*max-width: 3045px;*/
	position: relative;
	margin: 0 auto;
}

#top_bottom_pc img {
	display: block;/*画像下の1pxの隙間を消す*/
	margin: 0 auto;
	width: 100%;
}

#top_bnr_pc_03 img, #top_bnr_pc_04 img, #top_bnr_pc_05 img, #top_bnr_pc_06 img {
	width: 90%;
}

#top_bnr_pc img {
	width: 100%;
}

#top_bnr_pc {
    position: absolute;
	top:1%;
	left: 2%;
    width: 15%;
}


#top_bnr_pc_03 {
	position: absolute;
	top:77%;
	left: 67.5%;
	width: 10%;
}

#top_bnr_pc_03 img {
	width: 100%;
}

#top_bnr_pc_04 {
	position: absolute;
	top:77%;
	left: 74%;
	width: 10%;
}

#top_bnr_pc_04 img {
	width: 100%;
}


#top_bnr_sp img {
	width: 100%;
}

#top_bnr_sp {
    position: absolute;
	top:41%;
	left: 4%;
    width: 25%;
}

#top_bnr_pc_05 {
	position: absolute;
	top:77%;
	left: 85%;
	width: 10%;
}

#top_bnr_pc_05 img {
	width: 100%;
}



#top_bnr_pc_01 {
    position: absolute;
	top: 3%;
	left: 2%;
    width:3%;
}

#top_bnr_pc_01 img {
	width: 100%;
}

#top_bnr_pc_02 {
    position: absolute;
	top: 3%;
	left: 5.5%;
    width: 3%;
}

#top_bnr_pc_02 img {
	width: 100%;
}




#top_bnr_pc_06 {
    position: absolute;
	top: 87.8%;
	right: 7.4%;
    width: 25%;
}

#top_bnr_pc_06 img {
	width: 100%;
}


.btn_container {
	position: absolute;
    display: flex;
    justify-content: center;
	top: 75%;
	left: 51.8%;
	width: 42%;
}

.btn {
    width:23%;
	margin: 0 10px;
}

.btn img {
    width: 100%;
}

/*--------------------------
BANNER SNS
--------------------------*/
.sns_container {
    display: flex;
    justify-content: center;
}

.sns {
    width: 40px;
    height: 40px;
    margin: 30px 10px 50px 10px;
}

.sns img {
    width: 100%;
}


/*--------------------------
BANNER
--------------------------*/
.bnr_container {
    display: flex;
    justify-content: center;
	margin-top: 3%;
}

.bnr {
    width:200px;
	margin: 0 10px;
}

.bnr img {
    width: 100%;
}

.bnr_eiteki {
    width:100px;
	margin: 0 10px;
}

.bnr_eiteki img {
    width: 100%;
}


/*--------------------------
COMMENT
--------------------------*/

.comment_bnr {
	width: 450px;
	margin: 0 auto;
}

.comment_bnr img {
	width: 100%;
}

#comment_ttl h1 {
	font-size: 2.2rem;
	color: #000000;
	margin: 30px 30px 50px 30px;
}

.comment_bnr_container {
	color: #000000;
	margin: 30px 30px 40px 30px;
}

.comment_bnr_container img {
	width: 100%;
}

.comment_bnr_txt {
	font-size: 1.6rem;
	line-height: 1.8em;
	margin-bottom: 10px;
}

.comment_bnr_name {
	font-size: 1.6rem;
	line-height: 1.8em;
	font-weight: bold;
}

/*--------------------------
Trailer
--------------------------*/
#trailer_pc {
    background: #fff237;
	background-size: 200px 200px;
	padding: 80px 0;
}

#trailer_pc p {
    text-align: center;
}

.trailer_container {
    width: 1100px;
    margin: 0 auto;
    
}

#trailer_yt {
    margin: 0; 
	box-shadow:
	inset 0 -3em 3em rgba(0, 0, 0, 0.1),
	0 0 0 0px rgb(255, 255, 255),
	0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}

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

#trailer_pc ul li{
	width: 30%;
}

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

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


/*--------------------------
INTRODUCTION
--------------------------*/
#intro {
	width: 100%;
	background-size: 200px auto;
	background-position: right 5% bottom;
	padding: 0 0;
	position: relative;
}

#intro_photo {
	width: 100%;
	overflow: hidden;
}

#intro_photo img {
	width: 100%;
}







.intro_photo_02 {
	max-width: 1575px;
	margin: 0 auto;
}

.intro_photo_02 img {
	width: 100%;
}

#intro_photo_03_out {
	width: 100%;
	background: url("../img/about_photo_03_bg_.png") repeat-x,#DBBA45;
	background-position: top;
	background-size: 1575px auto;
}

.intro_photo_03 {
	max-width: 1575px;
	margin: 0 auto;
	
}

.intro_photo_03 img {
	width: 100%;
}

#intro_container_pc {
	padding: 30px 0 0 0;
}

.intro_headline_pc {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10%;
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;*/
}

#intro_container_pc p {
	margin: 30px 0;
}


#intro_container_pc p.caption {
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	line-height: 2.2em;
	color: #8B8B8B;
	font-weight: 400;
}

#intro_headline_l_pc {
	
	width: calc(800px - 380px);
}

#intro_headline_r_pc {
	width: 380px;
}

#intro_headline_r_pc img {
	width: 100%;
}

#intro_text_pc {
	margin: 30px 0 40px 0;
	width: 800px;
}

#intro_attention {
	width: calc(100%-60px);
	padding: 20px 30px;
	background: #CD2629;
	background: url("../img/intro_border_ptn.png") repeat;
	background-size: 55px 55px;
}

#intro_attention p {
	font-size: 1.2rem;
	color: #0037ee;
}

/*--------------------------
STORY
--------------------------*/
#story {
	width: 100%;
	background: url("../img/story_image.jpg") no-repeat;
	background-size: 100px auto;
	background-position: bottom 2% left 5%;
}

#story_photo {
	width: 100%;
	overflow: hidden;
}

#story_photo img {
	width: 100%;
}






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

#cast_photo {
	width: 100%;
}

#cast_photo img {
	width: 100%;
}

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


.cast_inner ul {
	width: 100%;
	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: 29%;
	margin:0 0 0% 0 ;
	text-align: center;
}

.cast_inner ul li:nth-of-type(1),.cast_inner ul li:nth-of-type(2),.cast_inner ul li:nth-of-type(3) {
	margin:5% 0 10% 0 ;
}

.cast_inner ul li img {
	width:100%;
}



/*--------------------------
CAST modal
--------------------------*/
.modal_inner {
	background: url("../img/bg_pattern_beige.jpg_") repeat;
	background-size: 200px 200px;
	padding: 5%;
	margin: 0;
}

.modal_inner h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	color: #05b2c6;
	padding-bottom: 3%;
	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: 45%;
	padding-bottom: 0%;
	margin: 0;
}


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

.modal_ttl h2{
	text-align: center;
	font-size: 1.5rem;
	color: #05b2c6;
	font-weight: 300;
}

.modal_txt p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 2.0em;
	margin-bottom: 10px;
	color: #05b2c6;
	font-weight: 400;
	margin: 0 3%;
	letter-spacing: 0em;
}

/*--------------------------
STAFF
--------------------------*/
#staff {
	width: 100%;
	background: url("../img/staff_image.jpg") no-repeat #fff237;
	background-size: 500px auto;
	background-position: bottom right 3%;
	padding-top:  5%;
}

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


.staff_inner ul {
	width: 100%;
	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: 29%;
	margin:3% 0 5% 0 ;
	text-align: center;
}

/*.staff_inner ul li:nth-child(2) {
	width: 45%;
	margin:15% auto 0 auto;
	text-align: center;
}*/

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

.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.2rem;
	color: #666666;
	padding-bottom: 3%;
	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: 45%;
	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: 80px 0;
}

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

.comment_inner img {
	width: 80%;
}


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

.footer_container_pc {
	width: 100%;
	background: url("../img/bg_pattern_beige_.jpg_") repeat;
	background-size: 200px 200px;
}


.footer_credits_pc {
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
    padding:  0;
}

.footer_credits_pc img{
	width: 100%;
}


/*--------------------------
Banner Flex
--------------------------*/

#bnr_flex_container_00 {
	width: 100%;
	margin-bottom: 2%;
}

#bnr_flex_inner_00 {
	width: 900px;
	margin: 0 auto;
}

#bnr_flex_container_00 ul {
	width: 100%;
	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;
}

#bnr_flex_container_00 ul li {
	width: 32.5%;
	margin:5% 0 0 0;
}

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


/*--------------------------
Banner Flex
--------------------------*/

#bnr_flex_container {
	width: 100%;
}

#bnr_flex_inner {
	width: 800px;
	margin: 0 auto;
}

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

#bnr_flex_container ul li {
	width: 48%;
	margin:5% 0 0 0;
}

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

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

#ticket {
	width: 100%;
	margin: 0% auto 0 auto;
	padding: 5% 0 5% 0;
	background: url("../img/bg_pattern_beige.jpg_") repeat;
	background-size: 200px 200px;
}

#mvtk-widgets-container {
	margin: 0 auto;
}














/*--------------------------
Blog - Common
--------------------------*/

#blog_container {
	width: 850px;
	margin: 0 auto;
	padding: 150px 50px 50px 50px;
}

#blog_container h1 {
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	font-weight: 900;
	line-height: 2.2em;
	color: #005081;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	padding-bottom: 70px;
}

#blog_container h1 span {
	border-bottom: solid 4px ;
	padding-bottom: 2px;
}

/*--------------------------
Blog - Movie
--------------------------*/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom:80px;
}

.youtube:first-child{
	margin-top: 20px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/*--------------------------
Blog - News
--------------------------*/

#blog_container_news .news {
	border-bottom: solid #E6EFF4 1px;
	padding: 50px 0;
	
}

#blog_container_news .news:first-child {
	border-bottom: solid #E6EFF4 1px;
	border-top: solid #E6EFF4 1px;
	margin-top:25px;
}

#blog_container_news .news time {
	font-size: 1.4rem;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.15em;
	line-height: 1em;
	color: #005083;
}

#blog_container_news .news h2 {
	font-size: 1.8rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	padding-top: 18px;
	color: #005083;
}

#blog_container_news .news p {
	padding-top: 18px;
}

#blog_container_news .news img {
	margin: 20px 0 10px 0 ;
	height: auto;
}

/*--------------------------
Pagination
--------------------------*/
.pagination ul.page-numbers {
    display: flex;
	flex-flow: row;
	align-items: stretch;
	justify-content:center;
	margin: 0 auto;
	list-style-type: none;
	width: 100%;
	padding: 0 ;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color: #616477;
}

.pagination ul.page-numbers li {
    margin: 80px  15px;
}

.pagination ul.page-numbers li a {
    color: #B2C1D9;
}


.nav-below {
	width: 100%;
	margin: 50px auto;
	padding: 0 0 70px 0;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

.nav-next:last-child {
	padding-left: 40px;
}

.nav-below a {
	color: #787878;
}


