@charset "utf-8";

html, body {
  width:100%;
  height:auto;
  min-height:100%;
  background:#000;
  /*font-family: YakuHanJP, "Hiragino Sans", Meiryo, sans-serif;*/
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,sans-serif;
}

.en {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	color: #7d7e7c;
}

a,
a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

img {
	display: block;
	width: 100%;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

@media only screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}


.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1.0);
	overflow: hidden;
	z-index: 100000;
}
.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

/* progress bar */
.loading span {
	position: fixed;
	top: 50%;
	left: 0;
	display: block;
	width: 0;
	height: 1px;
	background:rgba(255,255,255,1.0);
	background-size: cover;
	transform: translateY(-50%);
	transition: all 0.2s linear 0s;
}

#wrapper {
	opacity: 1;
	overflow: hidden;
	background: #000;
}

.wrapper {
  width:100%;
  min-height:100%;
}


.mainvisual {
	position: relative;
	background: #000;
	width: 100%;
	height: 80vw;
	overflow: hidden;
	background: #000;
	z-index: 3;
}
.mainvisual .mv1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000 url(../img/teaser/mv1.jpg) center top no-repeat;
	background-size: contain;
}
.mainvisual .mv2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000 url(../img/teaser/mv2.jpg) center top no-repeat;
	background-size: contain;
}



#noise {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
  width: 110%;
  height: 110%;
	opacity: 0.12;
	z-index: 8;
}

.mainvisual .over {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
  width: 100%;
  height: 100%;
	background: #000;
	z-index: 9;
}



header {
	width: 22%;
	position: absolute;
	top: 12%;
	right: 50%;
	transform: translate(50%,0);
	z-index: 10;
}
header h1 {
	margin-top: 0;
	margin-bottom: 0;
}
header h1 img {
	max-width: 100%;
	height: auto;
}

.mainvisual .tx {
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 90%;
	text-align: center;
	z-index: 11;
}

.mainvisual h2 {
	width: 34%;
	margin: 0 auto 3%;
	opacity: 0;
	filter: blur(20px);
}

.mainvisual h3 {
	display: inline-block;
	width: 16%;
	margin: 0 1% 3%;
	opacity: 0;
	filter: blur(20px);
}

.mainvisual .btnWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}

.mainvisual .btn {
	display: block;
	width: 12%;
	margin: 0 1%;
	padding: 0;
	box-sizing: border-box;
	opacity: 0;
	filter: blur(20px);
}

.mainvisual .btnL {
	width: 21%;
}

.mainvisual .btn a {
	display: block;
	width: 100%;
	margin: 0 1%;
	padding: 15px 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
}

.mainvisual .btn a.btn_secret {
	background: #fff;
	border: 1px solid #000;
}

.mainvisual .btn a.btn_secret img {
	width: 88%;
	margin: 0 auto;
}

.mainvisual .btn a:hover {
	background: rgba(255,255,255,.25);
	border: 1px solid rgba(255,255,255,.5);
}

.mainvisual .btn a.btn_secret:hover {
	background: rgba(255,0,0,1);
	border: 1px solid rgba(255,0,0,.5);
}
.mainvisual .btn p {
	width: 80%;
	margin: 0 auto 8px;
}

.spotify_player {
	position: relative;
	width: 90%;
	max-width: 360px;
	height: 82px;
	margin: 10% auto 0;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.2);
	opacity: 0;
	z-index: 3;
}

.btn_comment {
	position: absolute;
	top: 56%;
	right: 3%;
	width: 14%;
	opacity: 0;
	z-index: 15;
}

.btn_comment:hover {
	animation: spin 1.5s linear infinite;
}

@keyframes spin {
	0% {transform: rotate(0deg);}
	25% {transform: rotate(30deg);}
	50% {transform: rotate(0deg);}
	75% {transform: rotate(-30deg);}
	100% {transform: rotate(0deg);}
}

.btn_dvd {
	position: absolute;
	top: 58%;
	left: 3%;
	width: 22%;
	opacity: 0;
	z-index: 15;
}

.btn_digital {
	position: absolute;
	top: 46%;
	left: 3%;
	width: 22%;
	opacity: 0;
	z-index: 15;
}

.beforeFooter {
	position: relative;
	width: 100%;
	/*max-width: 1088px;*/
	margin: 0 auto;
	padding: 50px 11% 0;
	box-sizing: border-box;
	/*opacity: 0;*/
	background: #000;
	z-index: 2;
}

.beforeFooter h4 {
	width: 52%;
	margin: 5% auto 3.5%;
}

.beforeFooter .billing {
	width: 70%;
	margin: 0 auto;
}


@keyframes blurAnimation {
	0% {
		filter: blur(20px);
	}
	100% {
		filter: blur(0);
	}
}
.blurAnimation {
	animation: blurAnimation 1s linear 0s 1 normal forwards running;
}
.blurAnimation2 {
	animation: blurAnimation 2s linear 0s 1 normal forwards running;
}

@keyframes fadeAnimation {
  0% {
  	opacity: 1;
    filter: brightness(1) contrast(1) saturate(1);
  }
	33.3% {
  	opacity: 1;
    filter: brightness(1) contrast(1) saturate(1);
  }
	66.6% {
		opacity: 0;
    filter: brightness(0) contrast(1) saturate(0.5);
  }
  100% {
		opacity: 0;
    filter: brightness(0) contrast(1) saturate(0.5);
  }
}
.fadeAnimation {
  animation: fadeAnimation 6s infinite ease-in-out alternate;
}


.contents {
	position: relative;
	/*opacity: 0;*/
	background: #000;
	z-index: 2;
}

.catchWrap {
	position: relative;
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	background: #000;
	z-index: 2;
}

.catch {

}
.catch img {
	position: relative;
	width: 86%;
	margin: 0 auto;
	z-index: 1;
}

.light {
	position: absolute;
	width: 10000px;
	height: 10000px;
	z-index: 2;
	background: url(../img/contents/spot.png) center center no-repeat;
	background-size: 100%;
	opacity: 0.3;
}

.review {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: #000;
	z-index: 2;
}
.review .ph {
	width: 44%;
}
.review .tx {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: bottom;
	width: 56%;
}
.review .tx .left {
	width: 41%;
	margin: 0 5% 0 0;
}
.review .tx .right {
	width: 41%;
	margin: 0 13% 0 0;
}
.review .tx p {
	margin: 15% auto;
}
.review .tx .left p:nth-of-type(1) {
	width: 60%;
}
.review .tx .left p:nth-of-type(2) {
	width: 56%;
}
.review .tx .left p:nth-of-type(3) {
	width: 96%;
}
.review .tx .left p:nth-of-type(4) {
	width: 80%;
}
.review .tx .right p:nth-of-type(1) {
	width: 80%;
}
.review .tx .right p:nth-of-type(2) {
	width: 92%;
}
.review .tx .right p:nth-of-type(3) {
	width: 58%;
}
.review .tx .right p:nth-of-type(4) {
	width: 54%;
}
.review .tx .right p:nth-of-type(5) {
	width: 57%;
}


.phSet {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 60px 1.25% 120px;
	background: #000;
	z-index: 2;
}
.phSet p {
	width: 24%;
}


.shimmer {
  text-align: center;
  color: rgba(255,255,255,0.1);
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  -webkit-background-size: 55px 100%;
  -moz-background-size: 55px 100%;
  background-size: 55px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*background-color: #222;*/
}
@-moz-keyframes shimmer {
  0% {
    background-position: top left -50%;
  }
  100% {
    background-position: top right -50%;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: top left -50%;
  }
  100% {
    background-position: top right -50%;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top left -50%;
  }
  100% {
    background-position: top right -50%;
  }
}
@keyframes shimmer {
  0% {
    background-position: top left -50%;
  }
  100% {
    background-position: top right -50%;
  }
}



.intro {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #000;
	z-index: 2;
}

.intro .ph {
	width: 44.5%;
	margin: 0 4% 0 7.5%;
}

.intro .ph h2 {
	position: relative;
	width: 40%;
	margin-left: 3%;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	letter-spacing: 0.95em;
	text-align: center;
	z-index: 2;
}

.intro .ph h2 span.s {
	display: block;
	width: 100%;
	margin: 0 auto 2em;
	font-size: 2vw;
	line-height: 1em;
	text-align: center;
	color: rgba(255,255,255,.4);
}
.intro .ph h2 span.m {
	display: block;
	margin: 0 auto 1.5em;
	font-size: 3vw;
	line-height: 1em;
	text-align: center;
	color: rgba(255,255,255,.55);
}
.intro .ph h2 span.l {
	display: block;
	margin: 0 auto;
	font-size: 3.7vw;
	line-height: 1em;
	text-align: center;
	color: rgba(255,255,255,.7);
}

.intro .ph > img {
	margin-top: -22%;
}

.intro .tx {
	width: 36.5%;
	margin-right: 7.5%;
}

.intro .tx h3 {
	margin-top: 24%;
}

.intro .tx h3 img {
	margin: 0 0 6%;
}

.intro .tx .box {
	margin: 12% 0 0;
	padding-right: 20px;
	box-sizing: border-box;
	height: 35vw;
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
	overflow: auto;
}

.intro .tx .box a {
	color: #29abe2;
	text-decoration: underline;
}

.waveWrap {
	position: relative;
	overflow: hidden;
}

.wave {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	opacity: 0.8;
	background: #000;
  -webkit-mask: url("../img/contents/mask_wave.png");
          mask: url("../img/contents/mask_wave.png");
  -webkit-mask-size: 1500% 100%;
          mask-size: 1500% 100%;
	-webkit-mask-repeat: no-repeat;
					mask-repeat: no-repeat;
	z-index: 11 !important;
}

.story {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 120px 0 0;
	background: #000;
	z-index: 2;
}

.story .tx {
	width: 36.5%;
	margin-left: 7.5%;
}

.story .tx h3 {
	margin-top: 12%;
}

.story .tx h3 img {
	margin: 0 0 6%;
}

.story .tx .box {
	margin: 12% 0 0;
	padding-right: 20px;
	box-sizing: border-box;
	height: 33vw;
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
	overflow: auto;
}

.intro .tx .box span,
.story .tx .box span {
	color: #c7000b;
}

.story .ph {
	width: 44.5%;
	margin: 0 7.5% 0 4%;
}

.story .ph h2 {
	position: relative;
	width: 49%;
	margin-left: 51%;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	letter-spacing: 0.95em;
	text-align: center;
	z-index: 2;
}

.story .ph h2 span.m {
	display: block;
	margin: 0 auto 1.6em;
	font-size: 3vw;
	line-height: 1em;
	text-align: center;
	color: rgba(255,255,255,.55);
}
.story .ph h2 span.l {
	display: block;
	margin: 0 auto;
	font-size: 3.7vw;
	line-height: 1em;
	text-align: center;
	color: rgba(255,255,255,.7);
}

.story .ph > img {
	margin-top: -12%;
}


.cast {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 120px 0;
	background: #000;
	z-index: 2;
}

.cast h2 {
	width: 16%;
	margin: 0 0 0 7.5%;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	letter-spacing: 0.95em;
	text-align: center;
	z-index: 2;
}

.cast h2 span.s {
	display: block;
	width: 100%;
	margin: 0 auto 2em;
	font-size: 2vw;
	line-height: 1em;
	text-align: center;
	color: rgba(255,255,255,.4);
}
.cast h2 span.m {
	display: block;
	margin: 0 auto 1.5em;
	font-size: 3vw;
	line-height: 1em;
	text-align: center;
	color: rgba(255,255,255,.55);
}
.cast h2 span.l {
	display: block;
	margin: 0 auto;
	font-size: 3.7vw;
	line-height: 1em;
	text-align: center;
	color: rgba(255,255,255,.7);
}


.cast .cast1 {
	width: 65%;
	margin: 0 7.5% 0 4%;
	padding-top: 7%;
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
}
.cast .cast1 h3 {
	margin: 0 0 5%;
	font-size: 25px;
}

.cast .cast1 h3 span {
	display: inline-block;
}

.cast .cast1 h3 .en {
	font-size: 22px;
}

.cast .wrap {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #fff;
	width: 85%;
	margin: 60px auto 0;
}

.cast .wrap a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	padding: 3% 5%;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #fff;
}
/*.cast .wrap a::before,
.cast .wrap a::after {
	background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}*/
.cast .wrap a:nth-of-type(even) {
	border-left: 1px solid #fff;
}
.cast .wrap a .ph {
	width: 40%;
}
.cast .wrap a .tx {
	width: 56%;
	font-size: 17px;
	letter-spacing: 0.03em;
}

.cast .wrap a:hover .ph img {
	transform: scale(1.05);
}
.cast .wrap a:hover .tx {
	color: #aaa;
}

.picture {
	width: 100%;
	height: 25vw;
	background: url(../img/contents/picture.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.picture::before {
	content: "";
	position: fixed;
  top: 0;
  left: 0;
	display: block;
	width: 100%;
  height: 100vh;
	background: url(../img/contents/picture.jpg) center center no-repeat;
	background-size: auto 100%;
	/*background-attachment: fixed;*/
  z-index: 0;
	display:none;
}
.picture img {
	display: none;
}

.staff {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 120px 7.5% 0;
	background: #000;
	z-index: 2;
}

.staff h2 {
	width: 30%;
	margin: 0 0 0 2%;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	letter-spacing: 0.95em;
	text-align: center;
}

.staff h2 span.s {
	display: block;
	width: 100%;
	margin: 0 auto 1.9em;
	font-size: 2vw;
	letter-spacing: 0.3em;
	line-height: 1em;
	text-align: center;
	color: rgba(255,255,255,.4);
}
.staff h2 span.l {
	display: block;
	margin: 0 auto;
	font-size: 3.75vw;
	line-height: 1em;
	text-align: center;
	color: rgba(255,255,255,.7);
}

.staff .wrap {
	margin-top: -0.5%;
	background: url(../img/contents/staff_ph.jpg) left top no-repeat;
	background-size: 100% auto;
}

.staff .wrap .ph {
	width: 46%;
	padding: 4%;
	box-sizing: border-box;
	background: url(../img/contents/staff_ph_b.jpg) right 100% top no-repeat;
	background-size: 240% auto;
}

.staff a {
	display: block;
	margin: 5% 0 0;
	padding: 0.5em;
	font-size: 1.5vw;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}
.staff a:nth-of-type(1) {
	margin: 0;
}

.staff a .jp {
	font-size: 1.25vw;
}

.staff a .jp span {
	font-size: 80%;
}

.dog {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

#noise2 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
  width: 110%;
  height: 110%;
	opacity: 0.12;
	z-index: 8;
}

/* modal */
.modalWrap {
	display: none;
}

#colorbox {
	background: none;
}

#cboxCurrent {
	display: none !important;
}

.cast_modal #cboxContent {
	background: none;
	border: 1px solid #fff;
}
.staff_modal #cboxContent {
 background: #999999;
}

.modal {
	position: relative;
	display: block;
	z-index: 100000 !important;
}

.modal.wordmodal {
	margin: 0;
	padding: 3% 3%;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	color: #ddd;
	font-size: 14px;
	border: 1px solid #444;
}

.modal.castmodal {
	width: calc(100% - 2px);
	margin: 0;
	padding: 6% 5%;
	box-sizing: border-box;
	/*border: 1px solid #fff;*/
}
.modal.castmodal .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: none;
}
.modal.castmodal .wrap .ph {
	width: 33%;
}
.modal.castmodal .wrap .tx {
	width: 62%;
	font-size: 24px;
	color: #fff;
}
.modal.castmodal .wrap .tx div {
	margin: 1em 0 0;
	padding: 1em 0 0;
	font-size: 14px;
	border-top: 1px solid #fff;
}

.modal.staffmodal {
	display: flex;
	align-items: center;
	min-height: 40vh;
	margin: 0;
	padding: 6% 5%;
	box-sizing: border-box;
	background: #999999;
}
.modal.staffmodal .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: none;
}
.modal.staffmodal .wrap .ph {
	width: 33%;
}
.modal.staffmodal .wrap .tx {
	width: 62%;
	font-size: 24px;
	color: #fff;
}
.modal.staffmodal .wrap .tx .en {
	color: #000;
}
.modal.staffmodal .wrap .tx div {
	margin: 1em 0 0;
	padding: 1em 0 0;
	font-size: 14px;
	color: #000000;
	border-top: 1px solid #fff;
}

.modal.staffmodal > .tx {
	width: 80%;
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
}
.modal.staffmodal > .tx .en {
	color: #000;
}
.modal.staffmodal > .tx div {
	margin: 1em 0 0;
	padding: 1em 0 0;
	font-size: 14px;
	color: #000000;
	border-top: 1px solid #fff;
}


@media only screen and (max-width:1366px) {

}

@media only screen and (max-width:1366px) {
	.btn_comment {
		top: 54%;
	}

	.btn_dvd {
		top: 56%;
	}

	.btn_digital {
		top: 44%;
	}
}

@media only screen and (max-width:1000px) {
	
	header {
		width: 36%;
		position: absolute;
		top: 5%;
		right: 50%;
		transform: translate(50%,0);
		z-index: 10;
	}
	
	.mainvisual {
		height: 205vh;
		min-height: 150vw;
	}
	
	.mainvisual .mv1,
	.mainvisual .mv2 {
		top: 0%;
		left: -15%;
		width: 130%;
		height: 130%;
	}
	
	.mainvisual .tx {
		right: 20%;
		width: 60%;
	}
	.mainvisual h2 {
		width: 80%;
	}

	.mainvisual h3 {
		width: 30%;
	}

	.mainvisual .btn {
		width: 30%;
		margin-top: 15px;
	}
	
	.mainvisual .btnL {
		width: 52%;
		margin: 15px 24% 0;
	}
	
	.btn_comment {
		position: absolute;
		top: 45%;
		right: 2.5%;
		width: 22%;
	}
	
	.btn_dvd {
		position: absolute;
		top: 46%;
		left: 2.5%;
		width: 32%;
	}
	
	.btn_digital {
		position: absolute;
		top: 46%;
		left: 38%;
		width: 32%;
	}
}

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

}

@media only screen and (max-width:640px) {

	header {
		top: 5%;
		width: 48%;
	}
		
	.mainvisual .mv1,
	.mainvisual .mv2 {
		top: 0%;
		left: -25%;
		width: 150%;
		height: 150%;
	}
	
	.mainvisual {
		height: 205vw;	
	}
	
	.mainvisual .tx {
		right: 7%;
		bottom: 1%;
		width: 86%;
	}

	.mainvisual h3 {
		width: 26%;
	}
	
	.mainvisual .btn a {
		padding: 10px 15px;
	}
	
	.btn_comment:hover {
		animation: none;
	}

	
	.beforeFooter {
		width: 100%;
		padding: 30px 7% 0;
	}

	.beforeFooter h4 {
		width: 76%;
	}

	.beforeFooter .billing {
		width: 100%;
	}
	
	
	
	
	.review .ph {
		width: 80%;
		margin: 0 auto;
	}
	.review .tx {
		width: 100%;
	}
	
	.review .tx .left {
		width: 43%;
		margin: 0 1% 0 6%;
	}
	.review .tx .right {
		width: 43%;
		margin: 0 6% 0 1%;
	}
	
	.story {
		padding: 60px 0 0;
	}
	
	.intro .ph,
	.story .ph {
		width: 80%;
		margin: 0 auto;
		order: 1;
	}
	
	.intro .ph > img {
    margin-top: -12.5%;
	}

	.story .ph > img {
		margin-top: -7%;
	}

	.intro .tx,
	.story .tx {
		width: 90%;
		margin: 20px 0 0;
		order: 2;
	}

	.intro .tx .box,
	.story .tx .box {
		height: auto;
		padding: 0;
	}
	
	.cast {
		padding: 60px 0;
	}

	.cast h2 {
		width: 80%;
		margin: 0 auto;
	}
	.cast .cast1 {
		width: 90%;
		margin: 0 auto;
		padding-top: 20px;
		color: #fff;
		font-size: 15px;
		line-height: 1.8;
	}
	
	.cast .wrap a {
		width: 100%;
		padding: 20px 0;
	}
	.cast .wrap a:nth-of-type(even) {
		border-left: none;
	}
	.cast .wrap a:last-of-type {
		display: none;
	}
	
	.picture {
		height: auto;
		background: none;
	}
	.picture img {
		display: block;
	}
	.staff {
		padding: 60px 0 0;
	}
	
	.staff h2 {
		width: 80%;
		margin: 0 auto 5px;
	}
	
	.staff .wrap {
		width: 100%;
		margin-top: 0;
		background: url(../img/contents/staff_ph.jpg) right 60% top no-repeat;
		background-size: 143% auto;
	}

	.staff .wrap .ph {
		width: 70%;
		padding: 4%;
		box-sizing: border-box;
		background: url(../img/contents/staff_ph_b.jpg) right 86% top no-repeat;
		background-size: 220% auto;
	}
	
	.staff a {
		font-size: 3vw;
	}

	.staff a .jp {
		font-size: 70%;
	}

	.cast h2 span.s,
	.staff h2 span.s {
		font-size: 3vw;
	}
	.cast h2 span.m {
		font-size: 4.5vw;
	}
	.cast h2 span.l,
	.staff h2 span.l {
		font-size: 5.6vw;
	}


	.modal.castmodal .wrap .ph,
	.modal.staffmodal .wrap .ph {
		width: 80%;
		margin: 60px auto 20px;
	}
	.modal.castmodal .wrap .tx,
	.modal.staffmodal .wrap .tx {
		width: 100%;
		font-size: 18px;
		color: #fff;
	}
	
	.modal.staffmodal .tx {
		width: 100%;
		margin-top: 60px;
		font-size: 18px;
		color: #fff;
	}

}

@media only screen and (max-width:480px) {
	.mainvisual {
		height: 225vw;	
	}
	
	.cast .cast1 h3 {
		font-size: 5vw;
	}

	.cast .cast1 h3 .en {
		font-size: 90%;
	}
	.cast .wrap a .ph {
		width: 80%;
		margin: 0 auto;
	}
	.cast .wrap a .tx {
		width: 80%;
		margin: 0 auto;
		font-size: 4vw;
	}
}

@media only screen and (max-width:400px) {

	.mainvisual {
		height: 245vw;	
	}

}










/*-----------------------------------------
** streaming
-----------------------------------------*/

#streaming {
	width: 90%;
	max-width: 1366px;
	margin: 0 auto 0;
	padding:120px 0 50px;
	color: #fff;
}
#streaming p.center{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

ul.streaming-logo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	letter-spacing: -.4em;
	text-align: center;
	font-size: 12px;
}
ul.streaming-logo li{
    margin: 0.6% 0;
    padding: 0;
    width: 11.5%;
	display:block;
	list-style:none;
	letter-spacing: normal;
}
ul.streaming-logo li a{
	margin:0;
	padding: 5px 0;
	width:100%;
	display:block;
	border:#ddd 1px solid;
	text-align:center;
	background:#fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: 0.25s;
}
ul.streaming-logo li a:hover{
	transform: scale(1.1);
}
ul.streaming-logo img {
	display: block;
	width: 100%;
}
#streaming p{
	letter-spacing: normal;
	font-size: 12px;
}
#streaming p.left{
	text-align: left;
}
#streaming p.right{
	text-align: right;
}

@media only screen and (max-width:1420px) {
	ul.streaming-logo li{
		width: 15.5%;
		margin: 0.8% 0;
	}
	ul.streaming-logo::before{
		content:"";
		display: block;
		width:15.5%;
		order:1;
	}
	ul.streaming-logo::after{
		content:"";
		display: block;
		width:15.5%;
	}
}

@media only screen and (max-width:1000px) {
	ul.streaming-logo li{
		width: 23.5%;
		margin: 1% 0;
	}
	ul.streaming-logo::before{
		content:"";
		display: block;
		width:23.5%;
		order:1;
	}
	ul.streaming-logo::after{
		content:"";
		display: block;
		width:23.5%;
	}
}

@media only screen and (max-width:600px) {
	ul.streaming-logo li{
		width: 48%;
		margin: 2% 0;
	}
	ul.streaming-logo::before{
		content:"";
		display: block;
		width:48%;
		order:1;
	}
	ul.streaming-logo::after{
		content:"";
		display: block;
		width:48%;
	}
}
