@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:700');
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* --------------------------------------------------- */
/* reset */
/* --------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
}
body {
	color: #000;
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.8em;
	background-color: #000;
	text-align: left;
}
ol, ul {
	list-style: none;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	height: auto;
	width /***/: auto; /* for ie8 */
	width: 100%;
}
a {
	text-decoration: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	color: #E60012;
}
a:hover {
	color: #ff6666;
}
a:focus {
	outline: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, select {
	font-family: inherit;
	vertical-align: middle;
}
input[type="submit"] {
	cursor: pointer;
}
em, strong {
	font-weight: bold;
}
/* ローディング */
.loadingWrap {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
}
/* --------------------------------------------------- */
/* clearfix */
/* --------------------------------------------------- */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/* --------------------------------------------------- */
/* contents */
/* --------------------------------------------------- */
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	margin: 0 auto;
	background: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2;
}
.side-open .wrapper, .side-open .overlay {
	-webkit-transform: translate3d(-400px, 0, 0);
	transform: translate3d(-400px, 0, 0);
}
.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 3;
}
.side-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
	visibility: visible;
	color: rgba(255,255,255,.8);
}
.side-open {
	overflow: hidden;
}
/* --------------------------------------------------- btn */
.btn__box {
	position: relative;
	text-align: center;
	z-index: 1;
	display: inline-block;
	width: 214px;
	margin-left: -3px;
}
.btn__box a {
	display: block;
	width: 198px;
	height: 38px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #101010;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 2px solid #101010;
}
.btn__box a:hover {
	color: #fff !important;
	background: #101010;
}
.btn__box--svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 214px;
	height: 54px;
	margin: auto;
	z-index: -1;
}
.btn__box--svg rect {
	fill: transparent;
	stroke: #101010;
	stroke-width: 2px;
	stroke-dasharray: 242px;
	stroke-dashoffset: 256px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.btn__box a:hover + .btn__box--svg rect {
	stroke-width: 2px;
	stroke-dasharray: 600px;
	stroke-dashoffset: 0;
}
/* story / series */
.story .btn__box a, 
#series .btn__box a {
	color: #fff;
	border-color: #fff;
}
.story .btn__box a:hover, 
#series .btn__box a:hover {
	background: #fff;
	color: #000 !important;
}
.story .btn__box--svg rect, 
#series .btn__box--svg rect {
	stroke: #fff;
}
/* staff */
.staff .btn__box {
	width: 196px;
}
.staff .btn__box a {
	width: 180px;
	height: 34px;
	line-height: 35px;
	font-size: 14px;
}
.staff .btn__box--svg {
	width: 196px;
	height: 50px;
}
.staff .btn__box--svg rect {
	stroke-dasharray: 219px;
    stroke-dashoffset: 230px;
    stroke-width: 2px;
}
/* --------------------------------------------------- side menu */
.side-menu {
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 400px;
	height: 100%;
	padding-top: 100px;
	text-align: left;
	font-size: 13px;
	background: #e60012;
	z-index: 1;
}
.side-menu__ul {
	width: 100%;
	height: 100%;
	display: block;
	overflow: auto;
}
.side-menu__ul--child {
	display: none;
}
.active .side-menu__ul--child {
	display: block;
}
.side-menu__ul--child li a {
	display: block;
	padding: 8px 0 8px 32px;
	font-size: 12px;
	color: #ccc;
}
.side-menu__ul > li > a, .side-menu__ul > li h2 {
	display: block;
	padding: 28px 0 28px 40px;
	color: #fff;
	font-size: 32px;
	font-weight: bolder;
	font-family: 'Libre Baskerville', serif;
}
.side-menu__ul h2 {
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.side-menu__ul > li > h2:after {
	content: ' +';
	color: #000;
	font-size: 20px;
}
.side-menu__ul > li.active h2:after {
	content: ' -';
}
.side-menu__ul > li > h2:hover, .side-menu__ul > li a:hover {
	background: #000;
	color: #fff;
}
/* --------------------------------------------------- ellipsis btn */
.side-menu-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
	z-index: 4;
}
.ellipsis-v {
	position: relative;
	display: block;
	cursor: pointer;
	width: 42px;
	height: 42px;
}
.ellipsis-v .point {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 48px;
	height: 3px;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 8px 0 #161616;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ellipsis-v .point.top {
	top: 0;
}
.ellipsis-v .point.mid {
	top: 0;
	bottom: 0;
}
.ellipsis-v .point.bot {
	bottom: 0;
}
.side-menu-btn:hover .top {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
.side-menu-btn:hover .bot {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}
.side-open .side-menu-btn:hover .top, .side-open .top {
	width: 56px;
	height: 3px;
	background: #fff;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: none;
}
.side-open .mid {
	opacity: 0;
}
.side-open .side-menu-btn:hover .bot, .side-open .bot {
	width: 56px;
	height: 3px;
	background: #fff;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: none;
}
.side-open .side-menu-btn:hover .bot, .side-open .side-menu-btn:hover .top {
	background: #ccc;
}
/* --------------------------------------------------- contents */
html, body {
	height: 100%;
}
#mainvisual {
	background-image: url(../img/common/photo01.jpg);
	position: relative;
	z-index: -2;
}
#youtube-movie {
	bottom: 0;
	height: auto;
	min-height: 600px;
	position: fixed;
	top: 0;
	z-index: -1;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
#youtube-movie-content {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
#youtube-movie-content iframe {
	height: 100%;
	left: -10%;
	position: absolute;
	top: -20px;
	width: 120%;
}
.centerBox, .leftBox, .rightBox {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 500px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	text-align: left;
}
.centerBox {
	left: 0;
	right: 0;
	width: 80%;
}
.leftBox {
	left: 10%;
	width: 38%;
	height: 460px;
}
.rightBox {
	right: 7%;
	width: 36%;
}
.effect .ttl {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	line-height: 1em;
	color: #E60012;
	margin-bottom: 20px;
	/*アニメーション*/
	font-size: 50px;
	transition: .8s;
	transition-delay: 0;
}
.effect .ttl.sub {
	margin-top: 50px;
	/*アニメーション*/
	font-size: 44px;
}
#series .effect .ttl, #gallery .effect .ttl {
	text-align: center;
	margin-top: 0;
	padding-top: 100px;
}
.effect div {
	margin: auto;
	/*アニメーション*/
	transition: .8s;
	transition-delay: .8s;
}
.cover {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 760px;
}
.cover .subttl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 18px;
	white-space: nowrap;
}
.cover .subttl span {
	font-size: 26px;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif;
}
.cover p {
	margin-bottom: 18px;
}
/*
.cover.intro p,
.cover.intro .subttl {
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
}*/
.topBox {
	height: 94%;
	min-height: 640px;
	max-height: 800px;
	background: rgba(0, 0, 0, 0) url(../img/common/mask.png) no-repeat scroll bottom center;
	background-size: 100% 96px;
}
.topBox, 
.contents {
	max-width: 1800px;
	margin: 0 auto;
}
.intro {
	height: 100%;
	background: rgba(255, 255, 255, 1) url(../img/common/intro.jpg) no-repeat scroll top left;
	background-size: 58% auto;
	max-width: 1800px;
	margin: 0 auto;
}
.story {
	height: 100%;
	background: rgba(0, 0, 0, 1) url(../img/common/story.jpg) no-repeat scroll top right;
	background-size: auto 100%;
	color: #fff;
}
.staffBox {
	height: 100%;
	background: rgba(255, 255, 255, 1);
	min-height: 1220px;
}
.movBox {
	height: 70%;
	min-height: 600px;
	background: rgba(0, 0, 0, 0);
}
.photo01 {
	height: 70%;
	min-height: 600px;
	background: #fff url(../img/common/photo01.jpg?02) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.photo01 .catch {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 100px;
}
.photo02 {
	height: 70%;
	min-height: 600px;
	background: #fff url(../img/common/photo02.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#series {
	height: 70%;
	min-height: 600px;
	background: #fff url(../img/common/photo02_2.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.photo03 {
	height: 70%;
	min-height: 600px;
	background: #fff url(../img/common/photo03.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.photo04 {
	height: 70%;
	min-height: 600px;
	background: #fff url(../img/common/photo04.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#cast {
	background: #000 url(../img/cast/bg.jpg) no-repeat right bottom scroll;
	background-size: 100% auto;
}
#gallery {
	background-color: #000;
}
.topBox .logo {
	width: 300px;
	position: absolute;
	top: 16px;
	left: 16px;
}
.footer {
	background: rgba(0, 0, 0, 1);
	width: 100%;
	padding: 30px 0 10px;
	text-align: center;
	position: relative;
}
.footer .billing {
	max-width: 460px;
	margin-bottom: 15px;
}
.footer .copy {
	font-size: 11px;
	color: #fff;
	letter-spacing: 0.1em;
}
#page-top {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -40px;
    width: 100px;
}
#page-top:hover img {
	margin-top: -5px;
	transition: .2s;
	transition-delay: 0;
}
.img-block {
	overflow: hidden;
}
.img-block img {
	width: 104%;
	/*拡大されるスピード*/
	transition: 0.5s;
	margin-top: -2%;
}
.cast a:hover img {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  /*拡大される比率*/
}
.cast {
	display: flex;
    flex-wrap: wrap;
	font-size: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.staff {
	background-color: #fff;
}
.staff .img-block.R {
    height: 340px;
    margin: 60px 10% 0 0;
}
.staff .img-block.L {
    height: 670px;
    margin: 60px 0 0 10%;
}
.cast .name {
	font-weight: bolder;
	color: #fff;
	text-align: center;
	line-height: 0.8em;
	/*アニメーション*/
	font-size: 32px;
	transition: .8s;
	transition-delay: 0;
	position: relative;
	display: inline-block;
}
.cast .name span {
	color: #E60012;
}
.cast .name .en {
	font-size: 0.4em;
	display: block;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0;
}
.cast .name .bt_comment {
    position: absolute;
    right: -110px;
    top: -8px;
    width: 90px;
}
.cast .sub-cast .name .bt_comment {
    position: absolute;
    right: 10px;
    top: -96px;
    width: 80px;
}
.cast .yaku {
	font-size: 26px;
	font-weight: bolder;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif;
	color: #fff;
	margin: 18px 0 16px;
}
.cast li {
	font-size: 14px;
	line-height: 1.7em;
}
.cast li a, .cast li a:hover {
	color: #fff;
}
.staff li a, .staff li a:hover {
	color: #101010;
}
.cast p {
	/*アニメーション*/
	transition: .8s;
	transition-delay: .8s;
}
.main-cast {
	width: 100%;
	height: 460px;
	position: relative;
}
.cast .main-cast .name {
	font-size: 66px;
	text-align: left;
}
.cast .main-cast .yaku {
	font-size: 40px;
	margin-bottom: 25px;
}
.sub-cast {
	width: 33%;
	height: 668px;
	position: relative;
	display: inline-block;
}
.sub-cast.ct {
	width: 34%;
}
#staff .sub-cast {
	width: 50%;
	height: 400px;
}
.sub-cast .img-block {
	height: 430px;
	overflow: hidden;
}
#staff .sub-cast.h800 {
	height: 750px;
}
.cast .sub-cast .name {
	font-size: 40px;
	display: block;
}
.cast .sub-cast .yaku {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.staff .sub-cast .name {
	font-size: 40px;
	text-align: left;
	margin: 40px 0 12px;
}
.cast25 {
	width: 25%;
	height: 400px;
	position: relative;
	display: inline-block;
}
.cast25 .img-block img {
	width: 110%;
	margin-left: -5%;
	min-width: 380px;
}
.cast20 {
	width: 20%;
	height: 380px;
	position: relative;
	display: inline-block;
}
.cast20 .img-block img {
	width: 130%;
	margin-left: -15%;
	min-width: 360px;
}
.cast .cast25 .yaku,
.cast .cast20 .yaku {
    font-size: 18px;
    margin: 0 0 6px;
	text-align: center;
}
.cast .sub-cast .txtBoxR02 .name .en {
	font-size: 0.5em;
}
.staff .sub-cast .en, 
.cast .cast25 .name .en,
.cast .cast20 .name .en {
	font-size: 0.5em;
	margin-top: 5px;
}
.main-cast .txtBoxL, 
.main-cast .txtBoxR, 
.sub-cast .txtBoxL, 
.sub-cast .txtBoxR, 
.sub-cast .txtBoxR02, 
.cast25 .txtBox, 
.cast20 .txtBox {
	position: absolute;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center; /* 縦方向中央揃え */
}
.main-cast .txtBoxL, 
.sub-cast .txtBoxL {
	height: 100%;
	width: 40%;
	left: 10%;
}
.staff .sub-cast .txtBoxL {
	height: 100%;
	width: 80%;
	left: 10%;
}
.main-cast .txtBoxR, 
.sub-cast .txtBoxR {
	height: 100%;
	width: 40%;
	right: 10%;
}
.sub-cast .txtBoxR02 {
	height: 100%;
	width: 40%;
	right: 15%;
}
.cast .sub-cast .txtBoxR02 .name {
	font-size: 42px;
	white-space: nowrap;
	letter-spacing: -0.05em;
}
.sub-cast .txtBox {
	margin: 0 auto;
	width: 90%;
	bottom: 20px;
	left: 0;
	right: 0;
	position: absolute;
}
.cast25 .txtBox, 
.cast20 .txtBox {
	height: 34%;
	padding-bottom: 12px;
	width: 100%;
	-webkit-justify-content: center; /* Safari */
	justify-content: center; /* 横方向中央揃え */
}
.cast .black {
	color: #000;
}
.info {
	display: flex;
    flex-wrap: wrap;
    font-size: 0;
	box-sizing: border-box;
	padding: 30px 2% 40px;
}
.info li {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	padding: 0 3%;
	font-size: 15px;
	color: #fff;
}
.info li .poster {
	margin: 0 30px 30px 0;
	width: 45%;
	float: left;
}
.info li a {
	font-weight: bold;
}
.info li .title {
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 14px;
	margin-left: -12px;
}
.info li .title span {
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
	margin-left: 13px;
}
.info li .title span .cre {
    font-size: 11px;
}
#series .btn__box {
	display: block;
	margin: 0 auto 120px;
}
.gallery {
	display: flex;
    flex-wrap: wrap;
    font-size: 0;
	box-sizing: border-box;
	padding: 30px 2% 50px;
}
/*
.gallery li {
	box-sizing: border-box;
	display: inline-block;
	width: 25%;
	padding: 0 1%;
	font-size: 15px;
	color: #fff;
}*/
.gallery li {
	box-sizing: border-box;
	display: inline-block;
	width: 33.333%;
	padding: 0 2% 50px;
	font-size: 15px;
	color: #fff;
}
@keyframes page-top-animation {
0% {
padding-top: 0px;
}
100% {
padding-top: 3px;
}
}
@media only screen and (min-width: 1023px) {
.section1, .section3, .section5 {
	background-attachment: fixed;
}
}
