@charset "UTF-8";
/* google font */
@import url('https://fonts.googleapis.com/css?family=Radley&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');

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

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

/*--------------------------
COMMON
--------------------------*/
body{background: #000000;}

.mask_black{
	background: #000000;
	position: absolute;
	width:100%;
	height: 1500vh;
	z-index: 1000;
}

.mask_delete{
	display: none;
}

.img100{
	width:100%;
}
.bg_ed{background-color: #ededed}

#wrapper {
background: #000000;
}

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

#contents {
	padding-top: 80px;
	}
p {
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color: #0d2736;
}

/*背景色変更等はmodal_onload.css-95行以下--*/
.trailer-btn li p {
    font-weight: bold;
}

#nav_pc, #main_pc, #trailer_pc, #introduction_pc, #story_pc, #cast_staff_pc, #footer_pc, .cast_photo_bg, #shabekuri_wrapper, #bnr_pc ul {
    min-width: 1100px;
    margin: 0 auto;
	
}

.ttl_pc {
	height: 40px;
    margin: 40px 0;
    text-align: center;
}

.flex {
	-js-display: flex;
	/*flexibility.js*/
	display: -webkit-flex;
	display: flex;
}
.display_none{display: none;}

a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
/*--------------------------
NAVIGATION
--------------------------*/
ul.navigation{
	width:1024px; 
}
.drawer-nav li.drawer-menu-item {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	margin:0 13px;
	line-height: 50px;
	letter-spacing:0.2em;
	color:#fff;
}
.drawer-nav li.drawer-menu-item:first-child{margin:0 15px 0;}



/*--------------------------
MAIN
--------------------------*/
#main_pc {
	position: relative;
    min-width: 1100px;
	margin-top: 50px;
}

/*#main_pc_keyvisual{
    background: 
				url(../img/top_frame_c_bg.png) no-repeat,
				url(../img/top_frame_b_bg.png) no-repeat,
                url(../img/top_frame_a_bg.png) repeat-x;
    background-position:center right,
						center left,
                        center center;
    background-size:80px 760px,
                    80px 760px,
					150px 760px;
    width:100%;
    height:100%;
	min-width: 1100px;
	position: relative;
	
}*/

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

#main_pc_keyvisual_inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

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

#main_pc .sns ul{
	list-style: none;
	display: flex;
	flex-flow : nowrap row;
	justify-content: center;
	position: absolute;
	top: 30px;
	right:80px;
}
#main_pc .sns ul li{
	width: 52px;
	height: 52px;
	padding: 10px
}

/*--------------------------
BNR
--------------------------*/
#bnr_pc {
	width: 1100px;
	margin: 0 auto;
}

#bnr_pc  ul{
	list-style: none;
	display: flex;
	flex-flow : wrap row;
	justify-content: center;
    padding: 50px 0;
}
#bnr_pc ul li{
	width: 200px;
	/*height: 70px;*/
	padding: 10px;
}

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

/*--------------------------
TRAILER
--------------------------*/

#top_trailer_pc {
    position: absolute;
	top: 70px;
	right: 80px;
    width: 260px;
    height: 188px;/*プレーヤーの高さ + タイトルの高さ + マージン*/
    text-align: center;
}

#top_ytplayer{
	width: 260px;/*プレーヤーサイズ*/
	height: 148px;/*プレーヤーサイズ*/
    border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 25;/*タイトルの高さ*/
	right: 0;
    margin-top: 15px;
    border: #686868 solid 1px;

}

#player-overlay{
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:url("../img/top_yt_player.png") no-repeat;
    background-size:cover;
}

#player{
	margin-top: -100px;/*プレイヤーを上げてYTタイトルを隠す*/
    z-index: 5;
}

#player_bg{
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../img/top_yt_player_bg.jpg") no-repeat;
    background-size: cover;
}

/*--------------------------
INTRODUCTION
--------------------------*/

.introduction_container {
	text-align: center;
	padding: 60px 0 0 0;
}
.introduction_container p{padding-bottom:60px;}
/*--------------------------
CAST-CHART-Staff
--------------------------*/
.ttl_cast{width:200px; margin: 0 auto; padding-bottom:40px;}
.ttl_staff{width:207px; margin: 0 auto; padding-bottom:40px;}
#cast_pc ul{
	padding:0; list-style-type:none;
	width:979px; margin:0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cast_pc ul li{width:220px; margin:0 33px 33px 0;}
#cast_pc ul li img{width:220px;}
#cast_pc ul li:nth-child(4n){margin:0 0 33px 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;
}

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

.staff{width:450px; margin:0 auto;}
.staff img{width:450px;}
.staff div{padding-bottom:60px;}


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

#footer_pc {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding: 20px 0;
}


/*--------------------------
SHABEKURI
--------------------------*/
#shabekuri_wrapper{
    background:url("../img/shabekuri_bg.jpg") no-repeat;
    background-position:center center;
    background-size: cover;
}
#shabekuri_pc {
	position: relative;
    width: 1000px;
    padding: 50px 0 0 0;
    margin: 0 auto;
}



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

#shabekuri_pc_keyvisual_inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url("../img/shabekuri_main_pc.png");
	background-size: cover;
}


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

#shabekuri_pc #shabekuri_bnr_pc{
	position: absolute;
	top: 440px;
	left: 15px;
	width: 245px;
    z-index: 9999;
}

h1.shabekuri_map_ttl {
	text-align: center;
	border-bottom: #000000 solid 1px;
	padding-bottom: 30px;
	margin-bottom: 5px;
}

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: 33%;
	padding: 5px 5px 10px 5px;
}
.flex_phots_3_center li figcaption {
	margin-top: 5px;
	text-align: center;
	font-size: 1.1rem;
}