@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: 100%;
	text-align: center;
	
	
	/*font-family: 'Red Hat Display' , san-serif;
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: 0.25em;
	color: #43679e;*/
}

.ttl_pc img:nth-of-type(1) {
	margin-bottom: 20px;
}

.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);
}
}*/

/*--------------------------
Gallery
--------------------------*/

#gallery_container_pc {
	width: 100%;
}

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

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

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

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

#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%;
}

