@charset "utf-8";
/*--****************************************

@SP - style.css
Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

*****************************************--*/

/*-------------------------------

#main

-------------------------------*/
#main {
	width: 100%;
	min-height: 100vh;
	color: #fff;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.txt-container p {
	padding: .5em 0;
	line-height: 2;
	font-size: 15px;
}

/*------------------------------

top

------------------------------*/
#top {
	width: 100%;
	position: relative;
	/*	height: 100%;
*/
	z-index: 2;
}

#logo {
	position: absolute;
	width: 85%;
	margin: 0 auto;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.top-lead {
	position: absolute;
	width: 17%;
	margin: 0 auto;
	top: 36%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

#sns-btn {
	width: 28%;
	margin: 0 auto;
	padding-top: 20px;
}

#billing {
	width: 300px;
	margin: 0 auto;
	padding: 5% 0 3%;
}

.btn {
	margin: 50px 0;
	text-align: center;
}

.twitter-btn {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 auto;
	display: block;
	width: 85%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 auto;
}

.twitter-btn:hover {
	color: #ccc;
}

.btn-container a {
	display: block;
	width: 85%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 auto 10px;
}

.top-news-btn:hover {
	color: #ccc;
}

.btn-container {
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

#maeuri-container {
  padding: 30px 5%;
	position: relative;
  z-index: 2;
}

#maeuri-container li {
  padding: 0 5px;
  width: 50%;
}

#maeuri-container li a {
  display: block;
  transition: all .4s ease;
}

#maeuri-container li a:hover {
  opacity: .7;
}

@keyframes main-flash {
	0% {
		opacity: 1;
	}

	100% {
		opacity: .9;
	}
}

.flash {
	animation: flash .03s infinite;
}

@keyframes flash {
	0% {
		opacity: 1;
	}

	100% {
		opacity: .8;
	}
}

.skew {
	animation-name: skew;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-iteration-count: 6;
}

@keyframes skew {
	0% {
		transform: none;
	}

	33% {
		transform: none;
	}

	33.3% {
		transform: skewX(2deg);
	}

	33.6% {
		transform: skewX(-2deg);
	}

	33.9% {
		transform: none;
	}

	66% {
		transform: none;
	}

	66.3% {
		transform: skewX(2deg);
	}

	66.6% {
		transform: skewX(-2deg);
	}

	66.9% {
		transform: none;
	}

	77% {
		transform: none;
	}

	77.3% {
		transform: skewX(2deg);
	}

	77.6% {
		transform: skewX(-2deg);
	}

	77.9% {
		transform: none;
	}
}

.top-blur {
	animation-name: blur;
	animation-duration: 4s;
	animation-iteration-count: 1;
}

@keyframes blur {
	0% {
		filter: blur(10px);
	}

	100% {
		filter: blur(0);
	}
}

/*-------------------------------

video

-------------------------------*/
#video {
  position: relative;
  z-index: 2;
}

#bgmovie {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.bgmovie-container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: url("../img/common/dotted.gif") repeat;
  background-size: 5px 5px;
  opacity: .3;
}


/*-------------------------------

#intro

-------------------------------*/

#intro {
	position: relative;
	background: url(../img/intro/bg2.jpg) no-repeat top center;
	background-size: cover;
	z-index: 2;
}

#intro-main-photo {
	background: url(../img/intro/bg.jpg) no-repeat top center;
	background-size: cover;
	height: 40vh;
	position: relative;
}

#intro::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/intro/paper_top.png) no-repeat top center;
	background-size: 100%;
	z-index: 2;
}

#intro-main-photo::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/intro/paper_bottom.png) no-repeat bottom center;
	background-size: 100%;
	z-index: 2;
}

#intro .ttl {
	padding: 30px 0;
	width: 70%;
	margin: 0 auto;
}

#intro-inner {
	padding: 50px 0;
}

.intro-txt-container.fadein {
	width: 90%;
	margin: 0 auto;
	color: #000;
}

.intro-img-wrap {
	margin: 0 0 8px 0;
}

.intro-lead {
	font-family: yu-mincho-pr6, YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif!important;
	font-size: 1.5em!important;
	font-weight: bold;
	line-height: 1.6!important;
	text-align: center;
}


/*-------------------------------

#story

-------------------------------*/

#story {
	height: 100%;
	position: relative;
	z-index: 2;
}

#story-inner {
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

#story .ttl {
	padding: 30px 0;
	width: 27%;
	margin: 0 auto;
}

.story-txt {
	width: 90%;
	margin: 0 auto;
	color: #000;
	font-size: 15px;
}

.photos {
	overflow: hidden;
}

.story-photo-0,
.story-photo-1 {
	padding: 2%;
}

.story-photo-0 {
}

.blur {
	opacity: 0;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.img-blur {
	-webkit-animation-name: imageBlur;
	animation-name: imageBlur;
	opacity: 1;
	transition: .8s;
}

@-webkit-keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}

	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}

@keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}

	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}

#top-banner {
    width: 85%;
    margin: 10vw auto 0;
    position: relative;
    z-index: 2;
}

#top-banner a {
    display: block;
    margin: 0 0 3vw;
}

#directors-cut {
    width: 85%;
    margin: 5vw auto 0;
    position: relative;
    z-index: 2;
}

#directors-cut a {
    display: block;
    margin: 0 0 3vw;
}

/*------------------------------

cast

------------------------------*/

#cast {
	position: relative;
	background: #fff;
	min-height: 100vh;
	padding-bottom: 3vw;
	z-index: 2;
	padding: 12vw 0 8vw;
}

#cast .ttl {
	width: 80px;
	margin: 0 auto;
	padding: 5vw 0 0;
}

.jack {
    margin: 45px 0 0 0;
}

.deco0 {
    position: absolute;
    width: 110px;
    left: 0;
    top: 0;
}

.deco1 {
    position: absolute;
    width: 110px;
    right: 0;
    top: 0;
}

#cast-box {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
}

.cast01,
.cast02,
.cast03{
	/* margin: 1vw; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cast-txt {
	margin: 0 auto;
	width: 95%;
}

.cast-img,.cast-txt {
	box-sizing: border-box;
}

.cast-img img {
	width: 100%;
}

.box.justify {
	margin: -100px 10px;
}

.box {
	margin: 10px 10px 60px;
	/* transition: opacity 0.7s; */
	-moz-transition: opacity 0.7s;
	/* -webkit-transition: opacity 0.7s; */
	-o-transition: opacity 0.7s;
	/* transition: transform 0.7s; */
	-moz-transition: transform 0.7s;
	-webkit-transition: transform 0.7s;
	-o-transition: transform 0.7s;
	width: 44%;
}

.box img {
	width: 100%;
	transition: all .4s ease;
}

.box img:hover {
	opacity: .5;
}

.box h1 {
	padding-top: 10px;
}

.profile-btn {
	width: 130px;
	position: absolute;
	bottom: -6px;
}

.profile-btn-justify {
	width: 130px;
	margin-top: -25px;
	position: relative;
	z-index: 10;
}

.scale {
	/* overflow: hidden; */
}

#cast-box .scale img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	vertical-align: bottom;
	transition: all .4s ease;
}

.florence{
}

.scale img:hover {
	opacity: 0.7;
}

.cast-photo {
}

.modal-content .cast-txt {
	color: #000;
}

.cast-name {
	width: 300px!important;
}

.modal-overlay {
	z-index: 150;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 234, 0.96);
}

.modal-open:hover {
	cursor: pointer;
}

.modal-content {
	position: fixed;
	display: none;
	z-index: 300;
	margin: 10px;
	padding: 30px;
	border-radius: 2px;
	background: #ffffff;
	height: auto;
	margin-top: 100px!important;
}

.modal-content img {
	width: 100%;
	/*max-height: 75vh;*/
	vertical-align: bottom;
}

.modal-content h1 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 23px;
	line-height: 1.2;
	font-weight: bold;
}

.modal-content p {
	text-align: justify;
	line-height: 1.8;
	font-size: 15px;
	padding-bottom: 20px;
	letter-spacing: 3px;
	margin: 0 auto;
	    word-break: break-word;
}

.modal-close {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #f8631c;
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
}

.modal-close:hover {
	cursor: pointer;
}

.modal-content h2 {
    width: 300px;
    border-bottom: 1px solid #fff;
    margin: 5vw auto;
}

.modal-content h3 {
	padding: 10px 0 !important;
}

.modal-content h4 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	padding: 8px 0 8px;
}

#modal1,
#modal2,
#modal3,
#modal4,
#modal5,
#modal6,
#modal7,
#modal8 {
	width: 95%!important;
    height: 90vh;
    margin-top: 0px;
    overflow-y: auto;
}

/*-------------------------------

#crew

-------------------------------*/

#crew {
 	background: url(../img/crew/bg.jpg) repeat-y center center;
 	background-size: contain;
	position: relative;
 	z-index: 2;
	padding: 8vw 0 0;
}

/*#crew {
	background: none;
}

#crew::before {
	content: "";
	background: url("../img/crew/bg.jpg") no-repeat center center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}*/


#crew .ttl {
	width: 90px;
	margin: 0 auto;
	padding: 12vw 0 8vw;
}

#crew-inner {
	position: relative;
	z-index: 1;
}

#director {
	width: 95%;
	margin: 0 auto;
	}

.director-name {
	width: 235px;
    margin: 0 auto;
    padding: 8vw 0 3vw;
}

.modal-content h2 span {
	display: block;
	padding: 3vw 0 0 0;
	font-size: 20px!important;
}

#director-txt {
	color: #000;
	word-break: break-word;

}

.director-txt-inner {
	background: rgba(255, 255, 255, 0.8);
	padding: 5vw 3vw;
	margin: 0 0 6vw 0;
	border: 1px solid #000;
}

.director-txt-inner p {
	margin: 2vw 2vw;
	width: 90%;
	margin: 0 auto;
}

.other-crew {
	padding-bottom: 30px;
}

.crew-box-inner {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	padding: 200px 0 0 0;
}

#crew .box {
	color: #000;
	text-align: center;
	justify-content: center;
	padding: 8vw 3vw;
	margin: 0 2vw 6vw 2vw;
	border: 1px solid #000;
	width: 95%;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
}

#crew .box::after {
	content: "";
	position: absolute;
	bottom: 6vw;
	right: 10px;
	background: url("../../../assets/img/common/btn_detail.png") no-repeat center center;
	background-size: 8vw;
	width: 8vw;
	height: 8vw;
	/*border: 1px solid #fff;*/
}

.crew-name {
	font-size: 20px;
	letter-spacing: 5px;
	margin-bottom: 2vw!important;
	border-bottom: 1px solid #171717!important;
}

.charge {
	font-size: 14px;
}

.english {
	font-size: 14px;
}

.interview-lead {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.3em!important;
	font-weight: bold;
	color: #efd484;
}

.crew-name1 {
	width: 77%!important;
}

.crew-photo img {
	vertical-align: bottom;
	opacity: 0;
	width: 100%;
	opacity: 0;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#crew .box img {
	width: 90%!important;
}

.modal-staff-txt {
    font-size: 15px;
    padding: 0 0 3vw 0;
    width: 100%!important;
}

.director-img {
    width: 300px;
    margin: 0 auto 3vw;
    text-align: center;
}

#staff-box a {
	text-decoration: none;
}

.staff-name  {
	letter-spacing: 2px;
}

.staff-name span {
    font-size: 12px;
}

/*-------------------------------

.anime-photo

-------------------------------*/

.anime-photo-item {
    display: flex;
    flex-wrap: wrap;
}

.anime-photo-item li {
    width:50%;
}

.anime-photo-item li img {
vertical-align: bottom;
}

/*-------------------------------

#buzzes

-------------------------------*/

#buzzes .ttl {
    padding: 30px 0;
    width: 120px;
    margin: 0 auto;
}

#buzzes {
    padding: 5vw 0 2vw;
}

/*----------------------------------------------

btn

-----------------------------------------------*/
#buzzes-telop-btn-container{
    width: 100%;
	padding: 15px 0 10vw;
    margin: 0 auto;
	text-align:center;
	position: relative;
	z-index: 2;
}

#buzzes-telop-btn-container li{
    box-sizing: border-box;
	display: block;
    margin: 0 auto 10px;
    width: 80%;
}

#buzzes-telop-btn-container li:last-child{
	margin:0 auto;
}

#buzzes-telop-btn-container li a{
	text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
	  letter-spacing: 2px;
    width: 100%;
	color:#fff;
	background-color:#f8631c;
    text-decoration: none;
    padding: 20px 10px;
    font-weight: normal;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4);
	transition: 1.0s ;
}
#buzzes-telop-btn-container li a:hover{
	color:#db1f15;
	background-color:#ffe047;
}


/*-------------------------------

#photo

-------------------------------*/

#photo0 {
	background: url(../img/photo/maypole.gif) no-repeat top center;
	background-size: cover;
	height: 47vh;
	position: relative;
	z-index: 2;
}

/*-------------------------------

#footer

-------------------------------*/
#footer {
}

.footer-photo {
	background: url("../img/photo/footer_photo.jpg")no-repeat top center;
	min-height: 115vh;
    background-size: cover;
}

#cc {
	text-align: center;
	padding: 30px 0;
	color: #000;
	position: relative;
	z-index: 2;
}

/*-------------------------------

#share

-------------------------------*/

#share-ttl {
	width: 70px;
	margin: 0 auto;
}

.shareSection {
	padding: 4% 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 85%;
	margin: 0 auto 30px;
	position: relative;
	z-index: 2;
}

.shareList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px auto 5px;
}

.shareList--2 {
	margin: 0 auto 15px;
}

.shareList li {
	margin-right: 8px;
}

.shareList--2 li:first-child {
	margin-right: 0;
}

.shareList .fb_iframe_widget span {
	vertical-align: top !important;
}

.shareList .filmarks {
	height: 20px;
	vertical-align: top;
}

/*-------------------------------

#movie-container

-------------------------------*/
#movie-container {
	width: 100%;
	z-index: 2;
	position: relative;
	padding: 30px 0 40px;
}

#movie-container .ttl {
	width: 25%;
	margin: 0 auto 20px;
}

#movie-nav {
	width: 90%;
	margin: 0 auto;
}

.movie-nav-box {
	width: 50%;
}

.movie-nav-btn {
	display: block;
	min-height: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	text-align: center;
	text-decoration: none;
	color: #db1f15;
	background: #ffffea;
}

.movie-nav-btn.selected {
	color: #fff;
	background: #f8631c;
}

.screen-container {
	width: 90%;
	background: #000;
	position: relative;
	margin: 0 auto;
}

.screen-container:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.youtube {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

@media screen and (min-width:768px) and ( max-width:1023px) {

#cast  {
    padding: 5vw 0 0!important;	
}
