@charset "UTF-8";
/* google font */
@import url('https://fonts.googleapis.com/css2?family=Red Hat Display: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');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700;900&display=swap');
/* font-family: 'Red Hat Display', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
/*font-family: 'Nanum Pen Script', cursive;*/

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: #FFFFFF;
    background-position: center top;
    background-repeat: repeat;
    background-size: 250px 250px;
    min-width: 1200px;
}

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

#contents {
	}

p {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 2.2em;
	color: #333333;
	font-weight: 400;
}

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


.ttl_pc {
	padding: 105px 0 40px 0;
	margin: 0 auto;
	width: 600px;
	/*font-family: 'Red Hat Display' , san-serif;
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	color: #43679e;*/
}

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

h2 {
	font-size: 3rem;
	letter-spacing: 0.15em;
	font-weight: 500;
	line-height: 2.2em;
	color: #0037ee;
}

span br {
		display: none;
	}
/*
#wrapper {
    animation-name: fadein;
    animation-duration: 2s;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}*/

/*--------------------------
NAVIGATION
--------------------------*/
#nav_container_pc {
	width: 100%;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 999;
	padding:  0;
	margin: 0 auto ;
	filter: drop-shadow(0 0 5px #999999);
}

#nav_container_sns ul {
	position: absolute;
	right: 4%;
	top: 22px;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	margin: 0;
	list-style-type: none;
}

#nav_container_pc ul#nav_contents {
	height: 80px;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	margin: 0;
	list-style-type: none;
	font-family: Red Hat Display , san-serif;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	color: #80522c;
}

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

#nav_container_pc ul#nav_contents {
	width: 800px;
	height: 80px;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	list-style-type: none;
	font-family: Red Hat Display , san-serif;
	font-weight: 500;
	font-size: 1.0rem;
	letter-spacing: 0.2em;
	color: #80522c;
	line-height: 1.5em;
}
}

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

#nav_container_pc ul#nav_contents {
	width: 550px;
	height: 80px;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	list-style-type: none;
	font-family: Red Hat Display , san-serif;
	font-weight: 500;
	font-size: 0.9rem;
	letter-spacing: 0.2em;
	color: #80522c;
	line-height: 1.5em;
}
}

#nav_container_logo {
	position: absolute;
	left: 4%;
	top: 27px;
}


@media screen and (max-width:990px){
#nav_container_logo img{
	width: 80%;
}
}
	
#nav_container_pc ul li {
	margin: 0 15px;
}

#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:#80522c;
	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;
	}



/*--------------------------
Top PC
--------------------------*/

#top_container_pc {
	padding-top: 70px;
}

#top_container_pc img {
	
}

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

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

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

#top_keyvisual_pc_inner img {
	width: 100%;
}

#top_keyvisual_pc_inner_bottom {
	background: #D63134;
	margin: 0;
	padding: 0;
}

#top_keyvisual_pc_billing{
	position: absolute;
	bottom: 5%;
	right: 4%;
	width: 50%;
}

#top_keyvisual_pc_billing img {
	width: 100%;
}

#top_pc_bottom {
	padding: 30px 0 70px 0;
    width:100%;
    height:100%;
	min-width: 1024px;
	max-width: 3045px;
}

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

#top_keyvisual_pc #bnr_001{
	position: absolute;
	top: 5%;
	left: 4%;
	width: 10%;
}

#top_pc_mid {}


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

#top_trailer_pc {
    position: absolute;
	top: 6%;
	right: 5%;
    width: 50%;
    height: 38%;/* プレーヤーの高さ + タイトルの高さ + マージン */
}

#top_ytplayer{
	width: 50%;/*プレーヤーの幅*/
	height: 50%;/*プレーヤーの高さ*/
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 0;
    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: -28%;/*プレイヤーを上げてYTタイトルを隠す*/
    z-index: 5;
}

#player_bg{
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("http://img.youtube.com/vi/h43x8qzHdHQ/maxresdefault.jpg") no-repeat;
    background-size: cover;
}
/*--------------------------
Top - Banner
--------------------------*/
#banner ul {
	width: 820px;
	display: flex;
	flex-direction: row;/*子要素を縦並び or 横並び*/
	flex-wrap: wrap;
	align-items: flex-start;/*垂直方向の揃え*/
	justify-content:space-between;/*水平方向の揃え*/
	list-style-type: none;
	margin: 40px auto;
}

#banner ul li{
	width: 400px;
	margin: 0 0 0 0;
}

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

/*--------------------------
Top - News
--------------------------*/

#top_news_bg {
	background: #EEFCFF;
}

#blog_container_top {
	width: 860px;
	margin: 0 auto;
	padding: 60px 50px 100px 50px;
}

#top_news_bg h1 {
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	font-weight: 900;
	line-height: 2.2em;
	color: #005081;
	font-family: 'Red Hat Display';
	text-align: left;
	padding: 100px 0 20px 5%;
}

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

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

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

#blog_container_top_news .news p {
	font-size: 1.2rem;
	font-weight: 400;
	font-family: 'Red Hat Display';
	letter-spacing: 0.15em;
	line-height: 1em;
	padding-bottom: 15px;
	color: #005083;
}

#blog_container_top_news .news h2 {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	color: #005083;
}

#blog_container_top_news a:link, #blog_container_top_news a:visited{
	color:#005083;
	text-decoration:none;
}

/*--------------------------
Intro
--------------------------*/

#intro_container_pc {
	/*background: #EEFCFF;*/
	padding-top: 0;
	width: 100%;
	position: relative;
}

#intro_container_pc img {
	width: 100%;
}

#intro_container_txt_pc {
	position: absolute;
	top: 7%;
	right: 48%;
	z-index: 100;
}

#intro_container_txt_pc img {
	width: 120%;
}

#intro_container_bg {
	z-index: 1;
}

.ttl_hl_pc {
	padding: 0 0 40px 0;
	margin: 0 auto;
	width: 850px;
	/*font-family: 'Red Hat Display' , san-serif;
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	color: #43679e;*/
}

#intro_container_inner{
	width: 850px;
	margin: 0 auto 0 auto;
}

/*--------------------------
Story
--------------------------*/
#story_container_pc {
	width: 100%;
}

.story_container_photo {
	margin-top: 100px;
}

.story_container_photo img {
	width: 100%;
}

#story_container_inner{
	width: 850px;
	margin: 0 auto 0 auto;
}

#story_container_bg {
	margin-top: 130px;
	width: 100%;
}

#story_container_bg img {
	width: 100%;
}


/*--------------------------
Cast & Staff
--------------------------*/

#cast_container_pc {
	width: 100%;
}

#cast_container_inner {
	width: 1200px;
	margin: 0 auto;
}

#cast_container_inner ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:flex-start;
	list-style-type: none;
	margin: 40px auto;
	
}

#cast_container_inner ul li {
	width: 282px;
	margin:0 9px 60px 9px;
}

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

#cast_container_inner ul li:nth-of-type(1) {
	background: url("../img/cast_photo_on_001.jpg") no-repeat;
	background-size: contain;
}

#cast_container_inner ul li:nth-of-type(2) {
	background: url("../img/cast_photo_on_002.jpg") no-repeat;
	background-size: contain;
}

#cast_container_inner ul li:nth-of-type(3) {
	background: url("../img/cast_photo_on_003.jpg") no-repeat;
	background-size: contain;
}

#cast_container_inner ul li:nth-of-type(4) {
	background: url("../img/cast_photo_on_004.jpg") no-repeat;
	background-size: contain;
}

#cast_container_inner ul li:nth-of-type(5) {
	background: url("../img/cast_photo_on_005.jpg") no-repeat;
	background-size: contain;
}

#cast_container_inner ul li:nth-of-type(6) {
	background: url("../img/cast_photo_on_006.jpg") no-repeat;
	background-size: contain;
}

#cast_container_inner ul li:nth-of-type(7) {
	background: url("../img/cast_photo_on_007.jpg") no-repeat;
	background-size: contain;
}

#cast_container_inner ul li:nth-of-type(8) {
	background: url("../img/cast_photo_on_008.jpg") no-repeat;
	background-size: contain;
}

#cast_container_inner ul li:nth-of-type(9) {
	background: url("../img/cast_photo_on_009.jpg") no-repeat;
	background-size: contain;
}

#cast_container_inner ul li:nth-of-type(10) {
	background: url("../img/cast_photo_on_010.jpg") no-repeat;
	background-size: contain;
}


#staff_container {
	width: 1186px;
	margin: 0 auto;
}

#staff_container img {
	width: 100%;
	margin: 50px 0 50px 0;
}

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

#staff_container_bg {
	margin-top: 130px;
	width: 100%;
}

#staff_container_bg img {
	width: 100%;
}

#profile_container {
	width: 950px;
	margin: 0 auto;
	background: #eee9e4;
}

#profile_container_inner {
	width: 850px;
	margin: 50px;
	padding: 50px 0;
}

#profile_container_inner #marcel_prof img:nth-of-type(1) {
	width: 100%;
}

#profile_container_inner #marcel_prof img:nth-of-type(2) {
	margin: 30px 0;
}

#marcel_prof span {
	font-size: 1.2rem;
}

#marcel_prof p {
	margin: 0 0 30px 0;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	line-height: 2.2em;
	color: #333333;
	font-weight: 400;
}

#profile_container_inner #klaus_prof img:nth-of-type(1) {
	margin: 60px 0 30px 0;
}

#klaus_prof span {
	font-size: 1.2rem;
}

#klaus_prof p {
	margin: 0 0 30px 0;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	line-height: 2.2em;
	color: #333333;
	font-weight: 400;
}

/*--------------------------
Footer
--------------------------*/

#footer {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0 ;
}

#footer img {
	width: 100%;
}

