@charset "utf-8";

/* -------------------------------------------------------------------------------- */
/*	Document setup
/* -------------------------------------------------------------------------------- */

body{
	width: 100%;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','qMmpS ProN W3','CI', Meiryo,'lr SVbN',sans-serif;
	line-height: 1.8;
	font-weight: 500;
	color: #000000;
	margin:0;
}
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h3{
	font-family: 'Noto Serif SC', serif;
	font-weight: 500;
	font-size: 1.8em;
	letter-spacing: 2px;
	color: #0068b7;
	padding:10px 0 0px;
	text-align: center;
	display: inline-block;
	position: relative;
	line-height: 1.4;
}
h3:before,h3:after{ 
	position: relative;
	content: url("../img/icon01.png");
	display: inline-block;
	top : 5px;
}
h3:before{
	padding-right: 0.5em;
}
h3:after{
	padding-left: 0.5em;
}

h4{
	font-family: 'Noto Serif SC', serif;
	position: relative;
	padding: 0;
	font-weight: 500;
	font-size: 1.6em;
	letter-spacing: 2px;
	color: #000;
}

/* fadein@------------------------ */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/* -------------------------------------------------------------------------------- */
/*	header
/* -------------------------------------------------------------------------------- */

header {
	width: 100%;
	padding: 0;
	height: auto;
	position: relative;
	margin:0;
}

.main_img img{
	width: 100%;
	height: auto;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE*/
	max-height: 800px;
}
.main_in{
	width:40%;
	max-width: 726px;
	position: absolute;
	top: 7%;
	left: 10%;
	text-align: center;
}
.main_ttl img{
	width: 100%;
	height: auto;
}
.sub_ttl{
	width:80%;
	height: auto;
	margin: 0 auto;
}
.sub_ttl img{
	width:100%;
	height: auto;
	margin: 0 auto;
}
.movie{
	position:static;
}
.movie{
	margin: 20px 0 0;
	position: relative;
}
.movie {
	transition: 1.0s ;
		}

.movie:hover {
	opacity: 0.7 ;
}

.movie_size img{
	width: 80%;
	max-width: 500px;
	height: auto;
	box-shadow : 4px 4px 10px rgba(0,0,0, 0.2);
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; 
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.icon_arrow img{
	position: absolute;
	top: 32%;
	left: 40%;
	width:20%;
	height:auto;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
	z-index: 100;
}

@media screen and (max-width: 1240px) {
	.disp_pc{
		display:none;
	}
	.disp_sp{
		text-align: center;
	}
	.main_in{
		width:50%;
		position: absolute;
		top: 20%;
		left: 5%;
	}
	.movie_size img{
		width: 80%;
		max-width: 700px;
		height: auto;
		box-shadow : 4px 4px 10px rgba(0,0,0, 0.2);
	}
	.icon_arrow img{
		position: absolute;
		top: 38%;
		left: 44%;
		width:12%;
		height:auto;
		opacity: 1.0;
		filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
		z-index: 100;
	}
}

@media screen and (min-width: 1241px) {
	.disp_sp{
		display:none;
	}
}

@media screen and (max-width: 600px) {
	.sub_ttl{
		width:100%;
		height: auto;
		margin: 0 auto;
	}
	.movie{
		margin: 20px 0;
	}
	.movie_size img{
		width: 100%;
		height: auto;
		box-shadow: 4px 4px 6px #999;
	}
	.icon_arrow img{
	position: absolute;
	top: 34%;
	left: 40%;
	width:20%;
	height:auto;
	opacity: 0.9;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
	z-index: 100;
	}

}
.inview {
	opacity: 0;
	-webkit-transition: 1.5s ease-out opacity;
	transition: 1.5s ease-out opacity;
}

/* -------------------------------------------------------------------------------- */
/*	main
/* -------------------------------------------------------------------------------- */

main{
	display: block; /* IE */
	margin: 0 auto;
	width: 100%;
	padding: 50px 0px 20px;
	background: url("../img/img_back.jpg") 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
	margin-top: -15px;
}

@media screen and (min-width: 1515px) {
	main{
		display: block; /* IE */
		margin: 0 auto;
		width: 100%;
		padding: 50px 0px 20px;
		background: url("../img/img_back_01.jpg") 0% 0%;
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: -15px;
	}
}

/* -------------------------------------------------------------------------------- */
/*	#story
/* -------------------------------------------------------------------------------- */

@media screen and (min-width: 1240px) {
	#story{
		max-width: 1000px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1240px) {
	#story{
		width:90%;
		margin: 0 auto;
	}
}
.story_in{
	margin-top: 40px;
}
.photo_cent{
	margin: 0px auto;
	text-align: center;
	max-width: 600px;
}
.photo_cent img{
	margin: 50px auto;
	text-align: center;
	width: 100%;
	height: auto;
	max-width: 600px;
}


/* -------------------------------------------------------------------------------- */
/*	 accordion
/* -------------------------------------------------------------------------------- */


.accordion {
	max-height: 100%;
	width:88%;
	margin: 0 auto;
}
.accordion :first-child{
	margin-right: 1%;
}
.accordion :last-child{
	margin-left: 1%;
}
.accordion_cont{
	border:#1e378f solid 2px;
	border-radius: 10px;
	width: 49%;
	padding: 0 10px;
	text-align: center;
	color: #0068b7;
	font-family: 'Noto Serif SC', serif;
	font-size: 1.0em;
	font-weight: 500;
	float:left;
}

@media screen and (max-width: 960px) {
	.accordion {
		max-height: 100%;
		width:100%;
		margin: 0 auto;
	}
	.accordion_cont{
			clear: both;
			width: 100%;
		}
	.accordion :first-child{
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.accordion :last-child{
		margin-left: 0%;
	}
}
.button {
    width: 100%;
    cursor: pointer;
    position: relative;
	border:none;
	padding: 0 10px;
	margin: 10px;
	text-align: center;
	color: #0068b7;
	font-family: 'Noto Serif SC', serif;
	font-weight: 500;
	font-size: 1.4em;
	background:none;
}
@media screen and (min-width:960px) and ( max-width:1400px) {
	.button {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 480px) {
	.button {
		font-size: 1.0em;
	}
}
.button:after {
    content: "\f067";
 	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
	top: 0px;
	right: 13px;
}
.button.active:after {
    content: "\f068";
}
.button:hover::after {
	color:#fdd000;
}
.nest{
	margin: 0 0 20px;
	padding: 0 10px;
	list-style: none;
	text-align: left;
	color: #333333;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','qMmpS ProN W3','CI', Meiryo,'lr SVbN',sans-serif;
}
.text_l_line{
	padding: 0 0.8em;
	color: #0068b7;
	background: transparent;
	border-left: solid 2px #0068b7;
	margin: 30px 0 10px;
	font-weight: 600;
}
.text_marker {
	background: linear-gradient(transparent 60%, #0068b7 60%);
	display:inline;
	color: #0068b7;
}
hr {
	margin: 20px auto;
	border-top: 1px solid #8c8b8b;
}
.text_link a{
	text-decoration:none;
	background: linear-gradient(transparent 60%, #fdd000 60%);
	display:inline;
	color: #0068b7;
}

@media screen and (max-width: 768px) {
	.photo_cent img{
		width:100%;
	}
	.ac_whopper div{
		width: 90%;
}
}


/* -------------------------------------------------------------------------------- */
/*	#cast
/* -------------------------------------------------------------------------------- */


#cast{
	padding: 0px;
	clear: both;
	width:100%;
}
#cast_wrap{
	padding: 70px 0 0;
	clear: both;
}
@media screen and (max-width: 768px) {
	#cast_wrap{
	padding: 50px 0 0;
	clear: both;
	}
}
.cast_ttl{
	text-align:center;
}

@media screen and (min-width: 1240px) {
	#cast{
		max-width: 1000px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1240px) {
	#cast{
		width:90%;
		margin: 0 auto;
	}
}

.cast_main {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin: 50px 0;
}
.cast_left{
	width: 50%;
}
.cast_left img{
	width: 100%;
	height:auto;
	box-shadow: 4px 4px 6px #d5d5d5;
}
.cast_right{
	width: 50%;
	padding-left: 30px;
}
.cast_right dt{
	font-family: 'Noto Serif SC', serif;
	font-weight: 500;
	font-size: 1.0em;
	letter-spacing: 1px;
	color: #000;
}
.cast_name{
	font-family: 'Noto Serif SC', serif;
	font-weight: 500;
	font-size: 1.6em;
	letter-spacing: 0;
	color: #000;
}
.cast_text{
	margin-top: 10px;
	padding: 0 0.8em;
	color: #494949;
	background: transparent;
	border-left: solid 2px #494949;
}
.cast_main span{
	font-size: 0.4em;
}

@media screen and (max-width: 768px) {
	.cast_main {
		display: block;
	}
	.cast_left{
		width: 100%;
	}
	.cast_right{
	width: 100%;
	padding: 10px 0 0 20px;
	}
}

/* -------------------------------------------------------------------------------- */
/*	#cast_sub
/* -------------------------------------------------------------------------------- */


@media screen and (min-width: 1240px) {
	#cast_sub{
		max-width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
}
*, *:before, *:after {
	box-sizing: border-box;
}
#cast_sub ul{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
#cast_sub ul > li{
	width: 16.66666%;
	padding: 5px 5px 15px 5px;
}
#cast_sub ul > li > li{
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 768px) {
	#cast_sub ul > li{
		width: 25%;
	}
}
@media screen and (max-width: 480px) {
	#cast_sub ul > li{
		width: 33.33333%;
	}
}
#cast_sub ul li img{
	width:100%;
	height:auto;
}
#cast_sub ul li p{
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','qMmpS ProN W3','CI', Meiryo,'lr SVbN',sans-serif;
	font-size: 0.8em;
	margin-top: -5px;
	line-height: 14px;
}
.cl_red{
	color: #FF0000 !important;
}
.cl_blue{
	color: #0000FF !important;
}
/*----- #credit_box -----*/

#cc_back_wrap{
	background: url(../img/img_back_credit.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
	#cc_back_wrap{
		background:none;
	}
}
#credit{
	padding: 0;
	margin-top: 80px;
	text-align:center;
}
#credit h3{
	margin: 0px 0 20px;
}
@media screen and (max-width: 768px) {
	#credit{
		background: url(../img/img_back_credit.jpg) no-repeat center center;
		background-size: cover;
		padding: 0;
		margin: 0px;
	}
}
.m_space{
	margin-top: 20px;
}
.credit_box{
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
}
.credit_box dl{
	margin: 20px 50px 0;
	padding: 10px;
}
.credit_box a{
	text-decoration: none;
	color: #000000;
}
.credit_box a {
	transition: 1.0s ;
		}
.credit_box a:hover {
	opacity: 0.5 ;
}
.credit_box dl dt{
	text-align:center;
}
.credit_box dl dd{
	text-align: center;
	margin: 0 0 10px 0;
	color: #333333;
}
.logo_dmi img{
	height: 100px;
	width: auto;
}
.logo_acr{
	margin-top: 10px;
}
.logo_acr img{
	height: 90px;
	width: auto;
}

@media screen and (max-width: 768px) {
	#credit h3{
		margin: 50px 0 20px;
	}
	.credit_box dl{
		margin: 20px 0;
	}
	.credit_box dl dd{
		text-align: center;
		margin: 0 0 10px 0;
		color: #333333;
	}
}

/*----- #ou_logo -----*/

.ou_logo img{
	width: 150px;
	height: auto;
	margin-top: 50px;
}