@charset "UTF-8";
/* google font */
@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=Bodoni+Moda:wght@500&display=swap');
/*font-family: 'Bodoni Moda', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
/*font-family: 'Noto Serif JP', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
/*font-family: 'Oswald', sans-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: #000000;
    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.05em;
	line-height: 2.2em;
	color: #FFFFFF;
	font-family: 'Noto sans JP', sans-serif;
	font-weight: 500;
}

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

.red_cap {
	color: #c00202;
}
/*
#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: #C4C4C4;
	z-index: 999;
	padding:  0;
	margin: 0 auto ;
	border-bottom: #363636 1px solid;
	filter: drop-shadow(0 0 5px #000000);
	font-family: 'Noto sans JP', sans-serif;
	
}

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

#nav_container_pc ul#nav_contents {
	height: 90px;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	margin: 0;
	list-style-type: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
	color: #000000;
}


#nav_container_logo {
	position: absolute;
	left: 0%;
	top: 0;
	height: 100%;
	width: 270px;
}

#nav_container_logo img {
	height: 100%;
}

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

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

#widgets_ticket {
	width: 100%;
	padding: 0 0 100px 0;
}

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

/*--------------------------
Top PC
--------------------------*/
#top_container_pc {
	padding-top: 80px;
	background: #000000;
	position: relative;
    min-width: 1200px;
}


#top_img{
    /*background:url("../img/top_main_teaser.jpg") no-repeat top center;
	background-size: cover;*/
   
    width:100%;
    height:100%;
    min-width: 1200px;
    min-height: 767px;
}

#top_img img {
	width: 100%;
}

/*--------------------------
sns
--------------------------*/
.sns {
	position: absolute;
	top: 20px;
	right: 35px;
}

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

.bnr_pc_00 {
	position: absolute;
	bottom: 22%;
	right: 10%;
	width: 5%;
}

.bnr_pc_00 img {
	width: 100%;
}

.bnr_pc {
	position: absolute;
	bottom: 33%;
	right: 10%;
	width: 30%;
}

.bnr_pc img {
	width: 100%;
}

.bnr_pc_bd_dvd {
	position: absolute;
	top: 10%;
	right: 13%;
	width: 5%;
}

.bnr_pc_bd_dvd img {
	width: 250%;
}



/*--------------------------
Trailer
--------------------------*/
#trailer_pc {
    background: url("../img/trailer_bg.jpg") no-repeat;
    background-position:center center;
    background-size:cover;
}

#trailer_pc p {
    text-align: center;
}

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

#trailer_yt {
    margin: 0;  
}

#trailer_pc ul {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 20px 20px 70px 20px;
	list-style-type: none;
	color: #FFFFFF;
}
#trailer_pc ul li {
	margin: 0 0;
    /*border: #be8655 1px solid;*/
    padding: 10px 0;
    font-size: 1.5rem;
}

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


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

#intro_container_pc {
/*	background: #EEFCFF;*/
	padding-top: 100px;;
	width: 100%;
	position: relative;
	background: url("../img/intro_bg.jpg") no-repeat;
	background-size: cover;
	/*border-bottom: #000000 solid 15px;*/
	
}

#intro_ttl_pc {
	margin-bottom: 40px;
}

#intro_header_pc {
	width: 100%;
	margin-bottom: 40px;
}

#intro_header_pc img {
	
	width: 100%;
}

#intro_container_inner{
	width: 40%;
	margin: 0 auto 0 auto;
	padding:0 40% 150px 0;
}


.intro_photo {
	width: 100%;
}

.intro_photo img {
	width: 100%;
}
/*--------------------------
Story
--------------------------*/

#story_container_pc {
/*	background: #EEFCFF;*/
	padding-top: 100px;;
	width: 100%;
	position: relative;
	background: url("../img/story_bg.jpg") no-repeat;
	background-position: center bottom;
	background-size: cover;
	border-bottom: #000000 solid 15px;
}


#story_ttl_pc {
	margin-bottom: 40px;
}

#story_header_pc {
	width: 60%;
	margin-bottom: 40px;
}

#story_header_pc img {
	
	width: 100%;
}


#story_container_inner{
	width: 80%;
	margin: 0 auto 0 auto;
	padding:0 0 40vh 0;
}



/*--------------------------
Cast
--------------------------*/
#cast_staff {
	width: 100%;
	padding-top: 100px;
	background: url("../img/cast_bg.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

#cast_container_pc {
	width: 100%;
	padding-top: 100px;

}

#cast_container_inner {
	width: 80%;
	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 0 auto;
	padding-bottom: 100px;
	
}

#cast_container_inner ul li {
	width: 25%;
	margin:0 0 20px 0;
}

#cast_container_inner ul li:nth-of-type(1) {
	width: 100%;
}

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


/*--------------------------
Staff
--------------------------*/

#staff_container_pc {
	width: 100%;
	padding-top: 20px;

}

#staff_container_pc {
	width: 80%;
	margin: 0 auto;
}

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

#staff_container_inner ul li {
	width: 25%;
	margin:0 0 20px 0;
}

#staff_container_inner ul li:nth-of-type(1) {
	width: 100%;
}

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


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

#footer {
	width: 100%;
	height: 600px;
	background: url("../img/footer_bg.jpg") no-repeat;
	background-size: cover;
	background-position: right top;
	position: relative;
}

#footer_credits {
	margin: 0 auto;
	width: 800px;
	position:absolute;
	bottom:10%;
	left:50%;
	transform:translateX(-50%);
}

#footer_credits img {
	width: 100%;
}


