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

body{
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
img{
	vertical-align: bottom;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	display:inline-block;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.PC{
	display:block;
}
img.pc{
	display:inline-block;
}
.sp,img.sp{
	display:none;
}
.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
.effect-fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 1s;
}
.effect-fade.stop.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
.effect-fade.stop{
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1s;
}
.pc_nav{
	display:block;
}
.hum_menu{
	display:none;
}
.head{
	position: fixed;
	top:0;
	width:100%;
	z-index: 102;
	height: 0;
}
/*　上に上がる動き　*/
#head {
  display: none;
}

#head.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#head.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.head_menu{
	width:100%;
	text-align: center;
}
.head_menu ul{
	padding:30px 0;
	background:rgba(255,255,255,0.8);
}
.head_menu ul li{
	display: inline-block;
	padding: 0 16px;
}
.head_menu ul li:nth-child(2) img {
  max-width:130px;
  width:100%;
}
.head_menu .pc_nav ul li>img{
	height:11px;
}
.head_menu .pc_nav ul li>button img{
	height:11.5px;
}
.head_menu ul li:not(:last-child){
	border-right:1px solid #000;
}
.head_menu ul li img,
.head_menu ul li svg{
	vertical-align: middle;
	position: relative;
}
.head_menu ul li a,
.head_menu ul li button{
  	position: relative;
}
.head_menu ul li:not(:last-child) a::after,
.head_menu ul li button::after{
    /*アンダーラインのスタイル*/
    position: absolute;
    content: "";
    display: block;
    width: 70%;
    height: 3px;
    background-color: #B50005;
    bottom: -15px;
    left: 15%;
    /*横方向0で非表示にする*/
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    /*中央を基点にアニメーション*/
    -webkit-transform-origin: center top;
    transform-origin: center top;
    /*アニメーションの速度設定*/
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.head_menu ul li:not(:last-child) a:hover::after,
.head_menu ul li button:hover::after{
  /*横方向等倍まで拡大*/
  transform: scale(1, 1);
}
.head_menu ul li:hover svg path{
	fill: #B50005;
	transition: 0.3s;
}
@media screen and (max-width:1199px){
	button{
	  background-color: transparent;
	  border: none;
	  cursor: pointer;
	  outline: none;
	  padding: 0;
	  appearance: none;
	  width:100%
	}
	.pc_nav{
		display:none;
	}
	.hum_menu{
		display:block;
		height:0;
	}
	.hum_menu.open{
	}
	.toggle{
		display: block;
		position: fixed;
		top:30px;
		width: 45px;
		height: 40px;
		cursor: pointer;
		z-index: 3;
		right:25px;
	}
	.toggle span{
		display: block;
		position: absolute;
		width: 40px;
		border-bottom: solid 3px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out; 
		transition: .35s ease-in-out;
	}
	.top .toggle span{
		border-bottom: solid 3px #333;
	}
	.top .toggle.active span{
		border-bottom: solid 3px #fff;
	}
	.toggle span:nth-child(1) {
		top:3px;
	}
	.toggle span:nth-child(2) {
		top: 12px;
	}
	.toggle span:nth-child(3) {
		top: 22px;
	}
	.toggle.active span:nth-child(1) {
		top: 16px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-30deg);
	}

	.toggle.active span:nth-child(2),
	.toggle.active span:nth-child(3) {
		top: 16px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(30deg);
	}
	.drawer{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.inner{
		text-align:left;
		background-color:#000;
		transition:.5s ease;
		width:100%;
		height: 100vh;
		padding:8vw 10vw;
		margin: 0 auto ;
		right:0;
		transform: translateX(100%);
		box-sizing: border-box;
	 }
	.inner ul li a,
	.inner ul li button{
		color:#fff;
		font-weight: bold;
		font-size:18px;
		padding:15px 0;
		text-align: center;
		display:block;
	}
	.inner .twitter img{
		width:40px;
	}
	.inner .twitter{
		position: absolute;
		bottom:10vh;
		left:50%;
		margin-left:-20px;
	}
	.head_logo{
		text-align: center;
		margin: 0 0 3vw;
	}
	.head_logo h1 img{
		width:50vw;
		max-width:420px;
		margin:0 0 15px;
	}
	.head_logo span{
		display:block;
	}
	.head_logo span img{
		width:140px;
	}
	.inner.open{
		transform: translateX(0%);
	}
}
@media screen and (min-width:769px) and (max-width:1199px){
	.inner ul{
		width: 80%;
    	margin: 0 0 0 20%;
	}
	.inner ul li{
		width: 50%;
		float: left;
		height: 6vw;
	}
	.inner ul li a, .inner ul li button{
		text-align: left;
	}
}
@media screen and (max-width:768px){
	.head_logo{
		margin:0 0 6vw;
	}
  .sp{
		display:block;
	}
	img.sp{
		display:inline-block;
	}
	.pc,img.pc{
		display:none;
	}
}
@media screen and (max-width:600px){
	.menu{
		width: 40%;
		max-width:400px;
		position: fixed;
		background:#fff;
		z-index:600;
		height: 0vh;
		right:0;
	}
	.head_logo span img {
		width: 21vw;
	}
	.toggle {
		display: block;
		position: fixed;
		top: 4vw;
		width: 7vw;
		height: 7vw;
		cursor: pointer;
		z-index: 3;
		right: 8vw;
	}
	.inner ul li a, .inner ul li button {
    	font-size: 3.6vw;
		padding: 2vw;
	}
	.inner .twitter {
		position: absolute;
		bottom: 15vh;
		left: 50%;
		margin-left: -4vw;
	}
	.inner .twitter img{
		width:8vw;
	}
}
.modal_youtube{
	max-width:1080px;
	width:100%;
	margin: 0 auto;
	height:607px;
}
#modal-content-11{
	display:block;
}
main#main-content {
	position: relative;
}
.main_img{
	text-align: center;
	position: relative;
	/*margin-top: 90px;*/
	/*padding: 90px 0 20vh;*/
  /*padding: 90px 0 13%;*/
  padding:90px 0 20%;
}
.main_img::after{
	content:"";
	background: -moz-linear-gradient(top, rgba(0,0,0,0),rgba(0,0,0,1)80%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)80%);
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)80%);
	height: 20vh;
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
}
div#KV_wrap {
    max-width: 940px;
    margin: 0 auto;
	position: relative;
}
.main_img img{
	max-width:940px;
	width:100%;
}
/*.main_img ul{
	max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    bottom: 1%;
    //left: 50%;//
    left: 0%;
    right: 0%;
    //margin-left: -540px;//
    z-index: 2;
}*/
/*.main_img ul li{
  width:341px;
	//width:260px;//
	//float:left;//
  margin: auto;
}
.main_img ul li:hover{
	cursor: pointer;
	opacity: 0.5;
	transition:0.5s;
}
.main_img ul li:not(:last-child){
	margin-right:13px;
}
.main_img ul li img{
	width:100%;
}*/
.twitter_container{
	background:#fff;
}
.hide.main_twitter{
	transition: 0.5s;
	transform: translateY(306px);
	overflow: hidden;
}
.main_twitter{
	width:240px;
	position: fixed;
	bottom:0px;
	right:0px;
	transition: 0.5s;
	transform: translateY(0);
	/*z-index: 5;*/
  z-index: 101;
}
.main_twitter .title{
	padding:10px;
	background-color:#0798F2;
	position: relative;
}
.main_twitter .title>span{
	display: inline-block;
    color: #fff;
    width: 100%;
    text-align: left;
}
.btn-trigger {
  position: absolute;
  right: 12px;
  top: 7px;
  width: 20px;
  height: 22px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 4px;
}
.btn-trigger span:nth-of-type(2) {
  bottom: 4px;
}
.btn-trigger span:nth-of-type(1) {
  -webkit-animation: btn07-bar01 .75s forwards;
  animation: btn07-bar01 .75s forwards;
}

@keyframes btn07-bar01 {
  0% {
	-webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
	-webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
	-webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

.btn-trigger span:nth-of-type(2) {
  -webkit-animation: btn07-bar03 .75s forwards;
  animation: btn07-bar03 .75s forwards;
}
@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.btn-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 .75s forwards;
  animation: active-btn07-bar01 .75s forwards;
  top:0;
}

@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
.btn-trigger.active span:nth-of-type(2) {
  -webkit-animation: active-btn07-bar03 .75s forwards;
  animation: active-btn07-bar03 .75s forwards;
  bottom:0;
}
@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}
.modal-content.theater{
	width: 100%;
	box-sizing: border-box;
	margin: 0 ;
	position: fixed ;
	display: none ;
	z-index: 103;
}
.modal-content.theater img{
	width:100%;
}
#modal-close15 .batsu{
	position: fixed;
	top:20px;
	right:20px;
}
@media screen and (min-width:769px) and (max-width:1450px){
  .main_img{
    padding: 90px 0 23%;
    /*padding: 90px 0 17%;*/
  }
  @media screen and (max-width:1199px){
    .main_img{
      padding: 90px 0 25%;
    }
    @media screen and (max-width:950px){
      .main_img{
        padding: 90px 0 29%;
      }
    }
  }
}
@media screen and (min-width:769px) and (max-width:1199px){
	/*.main_img ul{
		width:80%;
		margin: 0 auto;
		//left: 10%;//
	}
	.main_img ul li{
		//width: 23%;//
    width: 30%;
	}
	.main_img ul li:not(:last-child) {
		margin-right: 2.6%;
	}*/
}

@media screen and (max-width:768px){
	.main_img {
		text-align: center;
		padding: 10vw 0 20vw;
	}
	.modal_youtube{
		height: 70vw;
	}
	/*.main_img ul {
		max-width: 70%;
		left:15%;
		margin: 0;
	}
	.main_img ul li{
		width: 48%;
	}
	.main_img ul li:not(:last-child) {
		margin:0 0 2vw;
	}
	.main_img ul li:nth-child(2n+1) {
		//margin-right: 4%;//
	}*/
  .main_img::after{
  	height: 15vh;
    display: none;
  }
  div#KV_wrap {
    /*padding-bottom: 100px;*/
    padding-bottom: 10px;
  }
  .main_img img{
		width: 95%;
		margin-bottom: 25px;
  }
}

@media screen and (max-width:600px){
	.head_logo h1 img {
		margin: 0 0 2vw;
	}
	.main_img {
		text-align: center;
		padding: 10vw 0 0;
		background:#fff
	}
	/*.main_img>img{
		margin:0 0 15vw;
	}
	.main_img ul{
		position: static;
		max-width: 100%;
		margin: 0 auto;
		background:url("../img/sp_main_bg.svg") top/ 100% no-repeat; 
		padding:0 0 10vw;
	}
	.main_img ul li {
		width: 90%;
	}
	.main_img ul li:not(:last-child) {
		margin-right: 0;
	}*/
}
.top_000{
	background:#000;
}
#msg-top {
  max-width:1080px;
	width:80%;
	margin: 0 auto;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 2;
}
#msg-top .msg-title {
  max-width:217px;
	width:100%;
  margin: auto auto 15px;
}
#msg-top .msg-title img {
  margin-bottom:0;
}
#msg-top a {
  cursor: inherit;
}
#msg-top .sliderArea {
  width: 90%;
  margin: auto;
}
#msg-top .prev-arrow {
  position: absolute;
  left: -27px;
  top: 34%;
  z-index: 10;
  width: 27px !important;
  cursor: pointer;
}
#msg-top .next-arrow {
  position: absolute;
  right: -27px;
  top: 34%;
  z-index: 10;
  width: 27px !important;
  cursor: pointer;
}
.main_img #msg-top ul {
  overflow: inherit;
}
.main_img #msg-top ul li:hover{
	cursor: inherit;
	opacity: 1;
}
#trailer-movie{
	max-width:1280px;
	width:90%;
	margin: 0 auto;
}
#trailer-movie h2{
	padding:120px 0 0;
	margin: 0 0 48px;
	background: url("../img/line2.png") top 30px center/ 100% no-repeat;
	text-align: center;
}
#trailer-movie h2 img {
	max-width: 340px;
	width: 100%;
}
#trailer-movie .sliderArea {
  width: 90%;
  margin: auto;
}
.top_001{
	background:#000;
}
#news{
	max-width:1280px;
	width:90%;
	margin: 0 auto;
}
#news h2{
	padding:120px 0 0;
	margin: 0 0 48px;
	background: url("../img/line2.png") top 30px center/ 100% no-repeat;
	text-align: center;
}
#news ul{
	width:800px;
	margin: 0 auto 10px;
	height:140px;
	overflow-y: scroll;
}
#news li{
	overflow: hidden;
	font-size: 14px;
}
#news li:not(:last-child){
	margin: 0 0 16px;
}
#news li a{
	color:#fff;
	width:100%;
}
#news li a:hover p{
	text-decoration: underline;
}
#news time{
	float:left;
	display: block;
	padding-right:16px;
	margin-right: 10px;
	line-height: 1.5;
	width:62px;
}
#news span{
	padding:0 10px;
	border-radius: 5px;
	color:#fff;
	text-align: center;
	float:left;
	display: block;
	font-size:10px;
	width:65px;
    line-height: 2;
}
#news span.media{
	background-color:#007668;
}
#news span.theater{
	background-color:#B50005;
}
#news span.news{
	background-color:#1777be;
}
#news p{
	float: left;
	padding-left:2%;
    line-height: 1.5;
	width: 69%;
}
@media screen and (max-width:1199px){
	#news ul {
		width: 100%
	}
  #msg-top {
    
  }
}
@media screen and (max-width:768px){
  #msg-top {
    position: relative;
  }
  #msg-top .prev-arrow {
    left: -27px;
    top: 50%;
  }
  #msg-top .next-arrow {
    right: -27px;
    top: 50%;
  }
  .main_img #msg-top ul{
		position: static;
		max-width: 100%;
		margin: 0 auto;
		background:none; 
		padding:0 0 10vw;
	}
}
@media screen and (max-width:600px){
  #trailer-movie{
		width:100%;
		padding: 0 0 10vw;
	}
	#trailer-movie h2 {
		padding: 15vw 10% 0;
		box-sizing: border-box;
		background: url(../img/line2.png) top center/ 100% no-repeat;
		margin: 0 0 8vw;
	}
	#trailer-movie h2 img{
		height: 18vw
	}
  #trailer-movie .sliderArea {
    width: 85%;
    margin: auto;
  }
	#news{
		width:100%;
		padding: 0 0 10vw;
	}
	#news h2 {
		padding: 15vw 10% 0;
		box-sizing: border-box;
		background: url(../img/line2.png) top center/ 100% no-repeat;
		margin: 0 0 8vw;
	}
	#news h2 img{
		height: 12vw
	}
	#news ul {
		width: 85%;
		height: 54vw;
		margin: 0 auto 8vw;
	}
	#news li{
		font-size:3.4vw;
	}
	#news time,
	#news span{
		display:inline-block;
		float:none;
		margin: 0 0 2vw;
		padding-right: 6vw;
	}
	#news p {
		float: none;
		padding-left: 0;
		line-height: 1.5;
		width: 100%;
		display: block;
	}
	.more_btn {
		width: 10vw;
	}
}
.more_btn{
	width:44px;
	margin: 0 auto;
	display:block;
	cursor: pointer;
}
.more_btn img{
	width: 100%;
}
.more_btn:hover{
	opacity: 0.5;
	transition: 0.5s;
}
.top_002{
	background:#000
}
#outrage{
	max-width:1280px;
	width:90%;
	margin: 0 auto;
  position: relative;
}
#outrage h2{
	padding:130px 0 0;
	margin: 0 0 48px;
	background: url("../img/line3.png") top 30px center/ 100% no-repeat;
	text-align: center;
}
#outrage p{
	font-size:14px;
	line-height:2.5;
	color:#fff;
	max-width:1080px;
	width:63%;
	margin: 0 auto 0 0;
	padding-left: 5.4vw;
	
}
#outrage .outrage-pic {
  position: absolute;
  width:100%;
  max-width: 320px;
  right: 0;
  bottom: 0;
}
#outrage .outrage-pic img {
  width: 100%;
}

@media screen and (max-width:1500px){
  #outrage p {
  	padding-left: 4vw;
	padding: 0 25px ;
  }
	
@media screen and (max-width:1200px){
  #outrage p {
  	width: 100%;
	padding: 0 ;
  	margin: 0 auto 0 auto;
  }
  #outrage .outrage-pic {
  		position: relative;
  		width: 80%;
  		max-width: 363px;
  		right: 0;
  		bottom: 0;
  		left: 0;
  		margin: auto;
    }
  @media screen and (max-width:600px){
  	#outrage{
  		width:100%;
  		padding: 0 0 10vw;
  	}
  	#outrage h2 {
  		padding: 15vw 10% 0;
  		box-sizing: border-box;
  		background: url(../img/line3.png) top center/ 100% no-repeat;
  		margin: 0 0 8vw;
  	}
  	#outrage h2 img{
  		height:8vw;
  	}
  	#outrage p {
  		font-size: 3.6vw;
      width: auto;
		padding: 0 20px;
  	}
    #outrage .outrage-pic {
  		position: relative;
  		width: 80%;
  		max-width: 363px;
  		right: 0;
  		bottom: 0;
  		left: 0;
  		margin: auto;
    }
  }
}
}
#about{
	max-width:1280px;
	width:90%;
	margin: 0 auto;
	color:#fff;
}
#about h2{
	padding:170px 0 0;
	margin: 0 0 50px;
	background: url("../img/line1.png") top 40px center/ 100% no-repeat;
	text-align: center;
}
#about h3{
	font-size:26px;
	font-weight:bold;
	line-height: 1.6;
	max-width:1080px;
	width:100%;
	margin: 0 auto 40px;
}
#about p{
	font-size:14px;
	line-height:2.5;
	max-width:1080px;
	width:100%;
	margin: 0 auto 100px;
}
@media screen and (max-width:1199px){
	#about h3 {
    	font-size: 2.2vw;
		line-height: 1.8;
	}
}
@media screen and (max-width:600px){
	#about{
		width:100%;
	}
	#about h2 {
		padding: 15vw 10% 0;
		box-sizing: border-box;
		background: url(../img/line3.png) top center/ 100% no-repeat;
		margin: 0 0 6vw;
	}
	#about h2 img{
		height:12vw;
	}
	#about h3 {
    width: auto;
		font-size: 4.5vw;
		margin: 0 auto 8vw;
    padding:0 20px;
	}
	#about p {
    width: auto;
    font-size: 3.6vw;
		line-height: 2.2;
		margin: 0 auto 15vw;
    padding:0 20px;
	}
}
.top_003{
	padding:100vh 0 0;
	background:url("../img/main_bg.png") top / cover no-repeat;
	background-attachment: fixed;
}
.top_003_main{
	width:100%;
	background: url("../img/top_003_main.png") center /cover no-repeat;
	height:632px;
}
.top_003>div:nth-child(2){
	background:#fff;
	padding:0;
}
@media screen and (max-width:1199px){
	.top_003 {
		padding: 50vh 0 0;
	}
}
@media screen and (max-width:768px){
	.top_003 {
		background:url("../img/main_bg.png") top / auto 100vh no-repeat
	}
}
@media screen and (max-width:600px){
	.top_003_main{
		height:70vw;
	}
}

.story_txt{
	width:90%;
	max-width:1080px;
	margin: 0 auto;
}
.top_003 h2{
	padding:80px 0 0;
	margin: 0 0 40px;
	text-align: center;
}
.top_003 p{
	font-size:14px;
	line-height:2.5;
}
@media screen and (max-width:600px){
	.top_003 h2 {
		padding: 15vw 0 0;
		margin: 0 0 8vw;
	}
	.top_003 h2 img{
		height:12vw;
	}
	.top_003 p {
		font-size: 3.6vw;
	}
}
.top_004>div{
	max-width:1280px;
	margin: 0 auto;
}
#cast{
	padding:100px 0 0;
}
#cast h2{
	text-align: center;
	margin: 0 0 40px;
}
.slick-slide img{
	width:100%;
}
.prev-arrow{
	position: absolute;
	left:0;
	top:220px;
	z-index: 10;
}
.next-arrow{
	position: absolute;
	right:0;
	top:220px;
	z-index: 10;
}
#trailer-movie .prev-arrow{
	top:100px;
}
#trailer-movie .next-arrow{
	top:100px;
}
.modal-content.act{
	width:867px;
	display:none;
	box-sizing: border-box;
	margin: 0 ;
	background: #fff ;
	position: fixed ;
	z-index: 102;
	background-color:#fff;
	height:581px;
}
.act_wrap{
	margin: 0 auto;
	z-index: 102;
	overflow: hidden;
}
.act_left{
	padding:40px 30px;
	width:589px;
	box-sizing: border-box;
	float:left;
}
.act_name h3{
	font-size:25px;
	margin: 0 0 14px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.act_name span{
	font-size:12px;
	font-weight: bold;
	display: inline-block;
    margin-left: 30px;
}
.act_name p{
	font-size:16px;
	font-weight: bold;
	margin:0 0 30px;
}
.act_img{
	width:278px;
	float:right;
}
.act_txt{
	height:383px;
	overflow-y: scroll;
	padding:0 30px 0 0;
}
.act_txt h4{
	margin: 0 0 25px;
}
.act_txt p{
	font-size:12px;
	margin: 0 0 25px;
	line-height: 1.6
}
.act_txt p.question{
	font-size:14px;
	font-weight:bold;
	margin: 0 0 14px;
}
.act_profile{
	padding:20px 0 0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
 
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.message{
	position: absolute;
	bottom:20px;
	left:280px;
}
#modal-overlay {
	z-index: 100;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
.batsu{
    position: absolute;
    top: -70px;
}
.button-link:hover {
	cursor: pointer ;
}
@media screen and (max-width:1199px){
	.prev-arrow{
		top: 50%;
    	margin-top: -3vw;
	}
	.next-arrow {
		top: 50%;
    	margin-top: -3vw;
	}
}

@media screen and (min-width:769px) and (max-width:899px){
	.modal-content.act {
		width: 80%;
		height: 90vw;
	}
	.modal-content img.pc{
		display: none;
	}
	.modal-content img.sp{
		display: inline-block;
	}
	.act_img {
		width: 30%;
		float: none;
		margin: 5vw 0 0 35%;
	}
	.act_txt{
		height:30vw;
	}
	.act_left {
		padding: 5vw 6vw 2vw;
		width:100%;
		box-sizing: border-box;
	}
	.act_name h3 {
		font-size: 3.5vw;
		margin: 0 0 2vw
	}
	.act_name p {
		font-size: 2.5vw;
		margin: 0 0 4vw;
	}
	.batsu {
		top: 5vw;
		left: 5vw;
	}
	.modal-content.theater .batsu img, .batsu img {
		width: 5vw;
	}
	.message {
		left: 50%;
		margin-left: -18px;
	}
}
@media screen and (max-width:768px){
	#cast{
		padding: 20vw 0 0;
		background:#fff;
	}
	#cast h2{
		margin: 0 0 5vw;
	}
	.prev-arrow{
		top: 50%;
    	margin-top: -8vw;
	}
	.next-arrow {
		top: 50%;
		margin-top: -8vw;
	}
	.modal-content.act {
		width: 80%;
		height: 120vw;
	}
	.act_left {
		padding: 6vw;
		width:100%;
		box-sizing: border-box;
	}
	.act_name h3 {
		font-size: 4vw;
		margin: 0 0 2.5vw
	}
	.act_name p {
		font-size: 2.5vw;
		margin: 0 0 5vw;
	}
	.act_name span {
		font-size: 1.8vw;
		margin-left: 3vw;
	}
	.act_txt h4 {
		margin: 0 0 3vw;
	}
	.act_txt {
		height: 40vw;
		overflow-y: scroll;
		padding: 0;
	}
	.act_img {
		width: 50vw;
		float: none;
		margin: 0 0 5vw 25vw;
	}
	.act_img {
		width: 40%;
		float: none;
		margin: 8vw 0 0 30%;
	}
	.message {
		position: absolute;
		bottom: 2vw;
		left: 50%;
		margin-left:-4vw;
	}
	.message img{
		widht:8vw;
	}
	.batsu {
		position: absolute;
		top: 5vw;
		left: 5vw;
	}
}

@media screen and (max-width:600px){
	.modal-content.act{
		height:142vw;
	}
	.act_img {
		width: 50%;
		margin: 8vw 0 0 25%;
	}
	.act_left {
		padding: 7vw;
	}
	.act_txt {
		height: 50vw;
	}
	.act_name h3 {
    	font-size: 5vw;
	}
	.act_name span {
		font-size: 2.6vw;
		margin-left: 4vw;
	}
	.modal-content.theater .batsu img,
	.batsu img{
		width:7vw;
	}
}
.relation_map{
	width:90%;
	max-width: 1080px;
	margin: 0 auto 60px;
	padding:100px 0 0;
}
.relation_map img{
	width: 100%;
}
.location_map{
	width:90%;
	max-width: 1080px;
	margin: 0 auto 120px;
	padding:120px 0 0;
}
.location_map img{
	width:100%;
}
.top_005{
	padding:100vh 0 0;
	background:url("../img/main_bg.png") top / cover no-repeat;
	background-attachment: fixed;
}
@media screen and (max-width:1199px){
	.top_005{
		padding:50vh 0 0;
	}
}
@media screen and (max-width:768px){
	.top_005 {
		background:url("../img/main_bg.png") center top/ auto 100vh no-repeat
	}
}
@media screen and (max-width:600px){
	.relation_map{
		padding:12vw 5vw 12vw;
		margin: 0 auto;
		background:#fff;
	}
	.location_map{
		padding:10vw 5vw 10vw;
		margin: 0 auto;
		background:#fff;
	}
}
#message{
	padding:100px 0;
	background:#fff;	
}
#message h2{
	text-align: center;
	margin: 0 0 50px;
}
#message ul{
	max-width:1080px;
	width:90%;
	margin: 0 auto;
}
#message ul li{
	overflow: hidden;
	margin: 0 0 80px;
}
#message ul li img{
	float:left;
	width:306px;
	padding:10px 20px 20px 0;
}
#message ul li p{
	font-size:12px;
	line-height:2.4;
}
#message ul li p.name{
	font-size:16px;
	text-align: right;
	padding:20px 0 0;
	line-height:1.6;
}
#message ul li.msg2 p.name{
	padding:80px 0 0;
}
#message ul li.msg3 img{
	width:519px;
}
#message ul li.msg3 p.name{
	padding:27px 0 0;
}

@media screen and (min-width:1001px){
  #message ul li p {
    font-size: 12px;
    line-height: 2.4;
    display: flow-root;
  }
}

@media screen and (max-width:600px){
	#message{
		padding:14vw 0 16vw;
	}
	#message h2 {
		margin:0 0 8vw;
	}
	#message h2 img{
		height:12vw;
	}
	#message ul li {
		margin: 0 0 16vw;
	}
	#message ul li p {
    	font-size: 3.4vw;
		line-height: 2.2;
	}
	#message ul li img {
		float: none;
		width: 56%;
		padding: 0 0 5vw 22%;
	}
	#message ul li p.name,
	#message ul li.msg3 p.name,
	#message ul li.msg2 p.name{
   	 	font-size: 4vw;
		padding: 5vw 0 0;
	}
	#message ul li p.name span{
		font-size: 3.2vw;
    	display: inline-block;
	}
	#message ul li.msg3 img {
		width: 100%;
		padding: 0 0 5vw;
	}
}
.top_006_main{
	width:100%;
	background: url("../img/top_006_main.png") center /cover no-repeat;
	height:645px;
	margin: 0 0 80px;
}
.top_006 h2{
	text-align: center;
	margin: 0 0 30px;
}
.top_006>div:nth-child(3){
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	/* flex-direction: row; */
	/* flex-wrap: nowrap; */
	text-align: center;
}
.top_006>div ul{
	display: block;
	margin: 0 0 35px
}
.top_006 li{
	margin-bottom: 0.75em;
	font-size: 12px;
	line-height: 2;
}
.top_006 li span{
	display: inline-block;
}
@media screen and (max-width:1199px){
	.top_006 li {
		font-size: 11px;
	}
}
@media screen and (max-width:600px){
	.top_006_main {
		width: 100%;
		height: 50vw;
		margin: 0 0 10vw;
	}
	.top_006 h2{
		margin: 0 0 8vw;
	}
	.top_006 h2 img{
		height:12vw;
	}
	.top_006>div:nth-child(3){
		display:block;
		overflow: hidden;
		text-align: center;
		margin:0 auto 15vw;
	}
	.top_006>div ul {
		display: inline-block;
		margin: 0 0 5vw;
		width: 90%;
	}
}
#production{
	text-align: center;
	margin: 0 0 120px;
	cursor: pointer;
}
#production:hover{
	opacity: 0.5;
	transition: 0.3s;
}
#production a{
	margin:0 auto;
  max-width: 300px;
}
#production a img{
  width: 100%;
}
footer p{
	line-height: 4;
	background-color:#000;
	font-size:14px;
	text-align: center;
	color:#fff;
}

@media screen and (max-width:600px){
	#production a img{
		width:60vw;
	}
	footer p {
		font-size:3vw;
	}
}
/*FROM HERE "PRODUCTION NOTE"*/
.production_note{
	padding:180px 0 0;
	background:url("../production/img/production_bg.png") top /cover no-repeat;
	background-attachment: fixed;
}
.production_note h1{
	text-align: center;
	margin:0 auto 60px;
  max-width: 684px;
}
.production_note h1 img {
	width:100%;
}
.production_note>div{
	width:758px;
	margin: 0 auto;
	padding:0 0 120px;
}
.production_note ul li{
	margin:0 0 90px;
	padding:50px 40px 30px;
	box-sizing: border-box;
	background:url("../production/img/note_bg.png") top /100% auto repeat-y;
}
.production_note ul li:last-child{
	margin:0;
}
.production_note time{
	font-size:40px;
	font-weight:bold;
	margin: 0 0 20px;
	display:block;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.swiper-container {
    width: 100%;
	overflow: hidden;
}
.swiper-container{
  	height: 428px;
	margin: 0 0 5px;
}
.swiper-container.thumbnails{
	height: 84px;
	margin:0 0 50px;
}
.swiper-container.thumbnails .swiper-wrapper .swiper-slide {
    width: 20%;
    height: 100%;
    overflow: hidden;
	cursor: pointer;
}
.swiper-slide img{
	width:100%;
}

.production_note h2{
	font-size:24px;
	line-height:1.6;
  /*margin:0 0 45px;*/
	margin:1em 0 25px;
}
.production_note p{
	font-size:14px;
	/*font-weight: 500;*/
  font-weight: 400;
	line-height:1.7;
	margin: 0 0 30px;
}
.production_note .sign{
	font-size:14px;
	font-weight:500;
	text-align: right;
	margin:0;
}
@media screen and (max-width:1199px){
	.production_note{
		padding:130px 0 0;
	}
	.production_note h1 img{
		width:60vw;
	}
	.production_note>div{
		width:80%;
	}
	.production_note ul li {
    	padding: 4vw 4vw 3vw;
	}
	.production_note time {
		font-size: 4vw;
		font-weight: bold;
		margin: 0 0 1.5vw;
	}
	.swiper-container {
		height: 46vw;
	}
	.swiper-container.thumbnails {
		height: 9vw;
		margin: 0 0 5vw;
	}
	.production_note h2 {
		font-size: 2.6vw;
		margin: 0 0 4vw;
	}
	.production_note p {
		font-size: 1.5vw;
		margin: 0 0 3vw;
	}
	.production_note .sign {
		font-size: 2vw;
	}
}
@media screen and (max-width:600px){
	.swiper-container {
		height: 45vw;
		position: relative;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 5vw; /* ボタンの幅 */
		height: 7vw; /* ボタンの高さ */
		background-size: 100%; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
		margin-top: -4vw; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
	}
	/* 次ページボタンのスタイル */
	.swiper-button-next {
		background: url("../production/img/sp_next.png") center / cover no-repeat;
	    right: 2vw;
	}
	/* 前ページボタンのスタイル */
	.swiper-button-prev {
		background: url("../production/img/sp_prev.png") center / cover no-repeat;
		left: 2vw;
	}
	.production_note {
		padding: 20vw 0 0;
		background:none;
	}
	.production_note::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background-repeat:no-repeat;
		background-position:50% 100%;
		background-image:url("../production/img/production_bg.png");
		background-size:cover;
	}
	.production_note h1 img {
		width: 80vw;
	}
	.production_note time {
		font-size: 5vw;
		margin: 0 0 3vw;
	}
	.production_note ul li {
		padding: 5vw 4vw 5vw;
	}
	.production_note h2 {
		font-size: 4vw;
	}
	.production_note p {
		font-size: 3.1vw;
		line-height: 2.2;
		margin: 0 0 3vw;
	}
	.production_note .sign {
		font-size: 4vw;
	}
}

/*====================================
first-visual　「ヘビメタ」じゃない、「ヘヴィ・メタル」だ。
====================================*/
#first-visual{
  height: 100vh;
  background: #000;
  position: relative;
  z-index: 101;
}
#first-visual::after {
  content: '';
  background:linear-gradient(180deg, rgb(255 255 255 / 0%),rgb(255 255 255 / 0%),rgb(255 255 255 / 0%), rgb(255 255 255 / 100%));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#first-visual img {
  width:100%;
}
#first-visual .fixed-logo{
  position: absolute;
  transition: 0.5s;
  width: 196px;
  height: 70px;
  opacity: 1;
  left: 15px;
  top: 10px;
  z-index: 2;
}
#first-visual .fixed-logo.hide {
  transition: 0.5s;
  opacity: 0;
}
/*#first-visual .first-message {
  position: absolute;
  width: 18.8888vh;
  opacity: 0;
  left: 44vw;
  top: 10vh;
  z-index: 2;
}*/
#first-visual .first-message {
    width: 18.8888vh;
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*文字アニメーション*/
#first-visual .first-message {
  /*animation: zoomIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;*/
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#first-visual .first-overlay {
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100vh;
  background: #000;
  transition: 1s;
  opacity: 0;
  z-index: 2;
}
#first-visual .first-overlay.hide {
  height:100%;
  transition: 1s;
  opacity: 1;
}

/*スクロールダウン全体の場所*/
.scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:1%;
  right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
  z-index: 2;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
  position: absolute;
  left:-20px;
  bottom:10px;
    /*テキストの形状*/
  color: #000;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #000;
    transform: skewX(-31deg);
}

.scrolldown:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
    /*矢印の形状*/
  width:1px;
  height: 50px;
  background:#000;
}


/*====================================
main-content　キービジュアルの動き
====================================*/
.main_img .main_copy {
  position: absolute;
  width: 100%;
  right: 50%;
  left: 50%;
  top: 6.49999%;
  z-index: 101;
   transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
}


#first-message-img {
	opacity: 0 ;
}

.main_img .main-title {
  opacity: 0;
  position: absolute;
  max-width:1204px;
  width:100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 18.399999%;
}
.main_img .main-title img {
  width:100%;
}

@media screen and (min-width:1701px) {
  .main_img .main-title {
    bottom: 22.399999%;
  }
}
@media screen and (min-width:1401px) and (max-width:1700px){
  .main_img .main-title {
    bottom: 20.099999%;
  }
}
@media screen and (max-width:1204px){
  .main_img .main-title {
    width: 90vw;
    bottom: 19.099999%;
  }
}

.main_img .main-title.hide {
  position: absolute;
}
/*文字アニメーション*/
.main_img .main-title.hide {
  animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width:768px){
  .main_img .main-title {
    display: none;
  }
}

/*====================================
TOP　youtube読み込み
====================================*/
#main-mv {
  background-attachment: fixed;/* 動画が再生を始めるまで、cssのほうでも背景を設定します。*/
  background-position: center center;/* 中央揃えになるように、fixed。*/
  background-size: cover;/* 画面サイズに応じてサイズを可変するように設定。*/
  left: 0;
  /* 以下、画面いっぱいにするためのCSS設定 */
  width: 100%;
  /* min-height: 100%; */
  /* min-height: 100vh; */
  /* min-width: 100%; */
  /* min-width: 100vw; */
  /* wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。*/
  position: absolute;
  top: 0;
  z-index: -1;
}
#main-mv video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
	
  /* iPhone safariの枠線を消す */
  filter: drop-shadow(0px 0px rgba(0,0,0,0));

  /* PCのChromeの枠線を消す */
  outline: none;
  border: none;
}

@media screen and (max-width:768px) {
  .main-mv-wrap {
    height: 100%;
  }
  .main-mv-wrap-sp {
    display: block;
    height: 100%;
    width: 100%;
  }
  div#main-mv2 {
    height: 100%;
    width: 100%;
  }
  #main-mv {
    height:100%;
    object-fit: cover;
  }

}