@charset "utf-8";

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


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

#wrapper img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width:auto;
}

.ttl_sp {
text-align: center;
margin: 10% 0;
}

a.anchor{
    display: block;
    padding-top: 0;
    margin-top: 0;
}
/*--------------------------
MAIN
--------------------------*/

	#main_sp {
		padding-top: 4%;
		background-color: #000;
	}
	
/*--------------------------
NAVIGATION
--------------------------*/
ul.navigation{
	width:auto; 
}

#nav_sp {
    text-align: center;
    padding: 5% 0 0 0;
}

#nav_sp ul {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 10px ;
	list-style-type: none;
    margin: 0 auto;
}

#nav_sp ul li {
    width: 100%;
    height: 100%;
    background: url("../img/nav_bar_sp.png") no-repeat;
    background-size: contain;
    background-position: center center;
    text-align: center;
    margin: 1px 0;
    vertical-align: top;
}

#nav_sp ul li img {
   padding-top: 0px;
}

#nav_sp ul li a:link, #nav_sp ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

ul.navigation{
	-webkit-flex-direction: column; /* Safari */
	flex-direction:column;
	}
ul.navigation li{text-align:center;}

/*--------------------------
BNR
--------------------------*/

#bnr_pc  {
	width: 100%;
	}
	
/*--------------------------
TRAILER
--------------------------*/
#trailer_sp{margin-top:-1px;}
.trailer_sp{width:calc(100% - 20px); margin:0 10px; padding-bottom:10%;}
.trailer_sp ul{margin:10px auto 50px 1%;}
.trailer_sp ul li{width:48%; margin:0 2% 2% 0; float: left;}
.trailer_sp ul li:nth-child(2n){margin:0 0 2% 2%; }

/*---動画再生ボタンの背景色を変える----------------------------------------------------------------*/
.trailer_sp ul li p{
    font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	background-color: #5083A0;
	padding:5px; text-align: center; 
	border-radius: 6px; color:#fff; 
	font-size: 2em;
	/*font-size: 2.6em;*/
}

/*--------------------------
INTRODUCTION
--------------------------*/
#intorduction_sp {
    width: 100%;
	margin: 0;
	padding: 0;
}

.introduction_container_sp {
	text-align: center;
	padding: 10% 6% 0 6%;
}
/*--------------------------
STORY
--------------------------*/
#story_sp {
    width: 100%;
    margin: -1px 0 0 0 ;
    padding: 0;
	display: flex;
	flex-flow: column;
}
    
/*--------------------------
CAST
--------------------------*/
#cast_pc{margin-top:-1px;}
#cast_pc ul{
	padding:0; list-style-type:none;
	width:88%; margin:0 6% 0 6%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cast_pc ul li:nth-child(4n){margin:0 2% 2% 0;}
#cast_pc ul li{width:32%; margin:0 2% 2% 0;}
#cast_pc ul li img{width:100%;}
#cast_pc ul li:nth-child(3n){margin:0 0 2% 0;}

    
.profile p{font-family: 'Noto Sans JP', sans-serif; font-weight:500; margin:0;}
.profile p:first-child{
	font-size:3.0rem;
	font-weight: 900;
}
.profile p:nth-child(2){
	font-size:1.5rem;
    margin-bottom: 10px;
}
    
/*.profile p{font-family: 'Noto Sans JP', sans-serif; margin:10px 40px;}
.profile p:first-child{
	font-size:40px;
	font-weight: bold;
}
.profile p:nth-child(2){
	font-size:16px;
}*/

.chart01{width:100%; margin:0 auto;}
.chart01 img{width:100%;}

#staff_pc{margin-top:-1px;}
.staff{width:64%; margin:0 auto;}
.staff img{width:100%;}
.staff div{padding-bottom:48px;}



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

#footer_sp {
	text-align: center;
	margin-top:-1px;
	background-color: #000;
}

#footer_sp img {
		width: 80%;
	}

    
/*--------------------------
SHABEKURI
--------------------------*/
#shabekuri_wrapper img{
	max-width: 100%;
}

#shabekuri_wrapper{
    background:url("../img/shabekuri_bg.jpg") no-repeat;
    background-position:center center;
    background-size: cover;
    min-width: initial;
}

#shabekuri_sp {
	position: relative;
    padding: 10% 4%;
    margin: 0 auto;
}
/*
*/


/*--------------------------
SHABEKURI BANNER
--------------------------*/

#shabekuri_bnr_sp{
	width:60%;
    margin: 8% auto;
}
    
ul.flex_phots_3_center {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0;
	padding: 20px;
	list-style-type: none;
}

.flex_phots_3_center img {
	width: 100%;
}

.flex_phots_3_center li {
	width: 50%;
	padding: 5px 5px 10px 5px;
}
.flex_phots_3_center li figcaption {
	margin-top: 5px;
	text-align: center;
	font-size: 1.1rem;
}

/*--------------------------
BNR
--------------------------*/
    
#bnr_pc ul{
	list-style: none;
	display: flex;
	flex-flow : wrap row;
	justify-content: center;
	/*margin-top:-1px;*/
    padding-bottom: 15%;
    min-width: 100%;
}

#bnr_pc ul li{
	width: 43%;
    margin: 1%;
    padding: 0;
}
#bnr_pc ul li img {
	width: 100%;
    padding: 0;
	}
	
}