@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	font-family:"Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color:#fff;
	height:100%;
	box-sizing: border-box;
  	background: url("images/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
  	background-position: right top;
	background-color: #0e0f1a;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect1 {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50px, 0);
	   -moz-transform: translate3d(0, 50px, 0);
	    -ms-transform: translate3d(0, 50px, 0);
	     -o-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -50px, 0);
	   -moz-transform: translate3d(0, -50px, 0);
	    -ms-transform: translate3d(0, -50px, 0);
	     -o-transform: translate3d(0, -50px, 0);
	        transform: translate3d(0, -50px, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
}


.scrollShowEffect1.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.mb100{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 100px;
}

.pcbr {
	display:inline;
}

.loading{
  width: 100vw;
  height: 100vh;
  background-color: #020a2b;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 300px;
}

#header_wrapper{
	width:100%;
	overflow: hidden;
	line-height: 100%;
    position: fixed;
    left:0;
    top:-50px;
	z-index: 48;
	background-color:#90aaca;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #000;
    transform: translateY(-20px);
    transition: .5s; /* アニメーションタイミング */
}

#header_wrapper img{
	width:100%;
	height: auto;
}

#header_wrapper.is-show {
  top: 20px;
}

#header_wrapper2{
	width:100%;
	overflow: hidden;
	line-height: 100%;
    position: fixed;
    left:0;
    top:20px;
	z-index: 48;
	background-color:#90aaca;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #000;
    transform: translateY(-20px);
    transition: .5s; /* アニメーションタイミング */
}

#header_wrapper2 img{
	width:100%;
	height: auto;
}

#header_wrapper2.is-show {
  top:20px;
}

.headermenu_wrapper{
	width: 100%;
	margin:0 auto;
    box-sizing: border-box;
    overflow: hidden;
	padding:0 0% 0 8%;
}


.headermenu{
	width:10%;
	float: left;
    box-sizing: border-box;
    overflow: hidden;
	margin-left: -1%;
	position: relative;
}

.headermenu:nth-child(1){
	margin-left: 0;
}

.headermenu a{
  display: block;
  position: relative;
  outline: none;
}
  
.headermenu .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.headermenu a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}


#top_wrapper{
    width:100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
    filter: drop-shadow(3px 3px 5px #000);
}

#top_wrapper img{
	width:100%;
	height: auto;
}

.spmain{
    display: none;
}

.topmain{
	width:100%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}

.logo{
	width:29%;
	position: absolute;
	left:12.11%;
	top:6.46635%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.catch_tate{
	width:3.5%;
	position: absolute;
	left:47%;
	top:4%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
    transform: translateY(-50px);
}
  
.showNavi .catch_tate{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
  transform: translateY(0);
}

.top_right{
	width:47.330264%;
	position: absolute;
	right:0;
	top:0;
	box-sizing: border-box;
	padding:8% 3%;
}

.catch{
	width:100%;
	margin-bottom: 2%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .catch{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.day{
	width:100%;
	margin-bottom:3%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:2.4s;
  transition-delay:2.4s;
}

.topmenu_wrapper{
	width:100%;
	text-align: center;
	margin-bottom:3%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
	overflow: hidden;
	padding-left:3%;
	box-sizing: border-box;
}
  
.showNavi .topmenu_wrapper{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
}

.topmenu{
	width:32%;
	display: inline-block;
	margin: 0.1% -1% 0.1% -1%;
	position: relative;
	overflow: hidden;
}

.topmenu:nth-child(1){
	margin-left: 0;
}

.topmenu a{
  display: block;
  position: relative;
  outline: none;
}
  
.topmenu .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.topmenu a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}

.sns{
	width:31%;
	margin:0 auto 5%;
	position: relative;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .sns{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
}

.sns a{
  display: block;
  position: relative;
  outline: none;
}
  
.sns .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.sns a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}


.topcredit{
	width:70%;
	margin:0 auto 3%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
	overflow: hidden;
}
  
.showNavi .topcredit{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

.topbnr_wrapper{
	width:90%;
	margin:0 auto 3%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
	overflow: hidden;
}
  
.showNavi .topbnr_wrapper{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
}

.topbnr{
	width:49%;
	float: left;
	margin-right: 2%;
}

.topbnr:nth-child(2){
	margin-right: 0;
}

.topics_wrapper{
	width:47.330264%;
	position: absolute;
	right:0;
	bottom:0;
	box-sizing: border-box;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
	overflow: hidden;
    transform: translateY(30px);
}
  
.showNavi .topics_wrapper{
  opacity:1;
  -webkit-transition-delay:3.2s;
  transition-delay:3.2s;
  transform: translateY(0);
}

.topicsimg{
	width:20%;
	margin-left: 80%;
	box-sizing: border-box;
	line-height: 100%;
}

.topicsimg img{
	line-height: 100%;
	vertical-align: bottom;
}

.topicstext{
	width:100%;
	font-size: 12px;
	line-height: 22px;
	padding:8px 20px;
	box-sizing: border-box;
	background-color: #1e0f69;
	color: #5dc3e3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topicsday{
	font-size: 12px;
	font-weight: 700;
	color:#fff;
	padding-right: 10px;
	border-right: 1px solid #5dc3e3;
	margin-right: 10px;
}

.topicstext a{
	color: #5dc3e3;
	text-decoration: none;
}

.topicstext a:hover{
	color: #fff;
	text-decoration: none;
    transition: all 1.5s;
}


#movie_wrapper{
	width:100%;
	padding-top:5%;
}

#movie_wrapper img{
	width:100%;
	height: auto;
}

#movie_inner{
	width:100%;
	box-sizing: border-box;
	padding:5% 10% 10% 10%;
	overflow: hidden;
}
  
.movie-trailer__player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
	border:1px solid #5dc3e3;
}
.movie-trailer__player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie-trailer__nav{
	width:100%;
	text-align: center;
}

.moviebtn{
	width:50%;
	float: left;
	box-sizing: border-box;
	padding:1%;
	text-align: center;
	font-size: 14px;
    line-height: 14px;
	font-weight: 500;
	color: #5dc3e3;
	background-color:#001866;
	border:1px solid #5dc3e3;
}

.moviebtn:nth-child(3) {
  margin-right:0;
}

.mactive{
	background-color:#5dc3e3;
	color: #001866;
}

.moviebtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#5dc3e3;
	color: #001866;
}

.pt {
    width:90%;
	margin:0 auto;
	filter: drop-shadow(3px 3px 5px #000);
}

.pt2 {
    width:90%;
	margin:0 auto 50px;
	filter: drop-shadow(3px 3px 5px #000);
}

#footer_wrapper{
	width:100%;
	padding:5% 0;
	box-sizing: border-box;
}

#footer_wrapper img{
	width:100%;
	height: auto;
}

.footerlogo{
	width:20%;
	margin:0 auto 30px;
}

.footertexts{
	width:100%;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #ccc;
}

#ticket_wrapper{
	width:100%;
	box-sizing: border-box;
	padding-top:7%;
}

#ticket_wrapper img{
	width:100%;
	height: auto;
}

#ticket_inner{
	width:100%;
	padding:5% 7% 5% 7%;
	box-sizing: border-box;
}

/*input要素は非表示*/
input {
  display: none;
}
/*タブエリアの設定*/
.tab_area {
  display: flex;
  flex-wrap: wrap;
}
/*タブボタン部分*/
label {
  width:50%;
  display: block;
  float: left;
  cursor: pointer;
  order: -1;
  box-sizing: border-box;
  filter: drop-shadow(3px 3px 5px #000);
  padding-bottom: 1%;
}
/*コンテンツ部分*/
.content {
  display: none;
  width: 100%;
  padding: 0;
  background-image: linear-gradient(#000 1px, transparent 1px), linear-gradient(90deg, #000 1px, transparent 1px);
  background-size: 9px 9px;
  background-color: #020a2b;
  border:1px solid #90aaca;
  box-sizing: border-box;
}
.inner {
  opacity: 0;
  box-sizing: border-box;
  padding:0% 0;
}

/*タブを選択したとき*/
input:checked + .btn_tab {
  box-sizing: border-box;
  filter: drop-shadow(3px 3px 5px #000);
}
input:checked + .btn_tab + .content {
  display: block;
}
/*コンテンツをフェイドインするアニメーション*/
input:checked + .btn_tab + .content .inner {
  animation: fadeIn 1.5s forwards;
}

label img{
	position:relative;
	top:0;
    transition: 0.4s ease;
}

label:hover img {
	top:-10px;
    transition: 0.4s ease;
}

@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

.ticketbox{
	width:100%;
	box-sizing: border-box;
	padding:5% 5% 0 5%;
}


.ticketbox:last-child {
  padding-bottom:5%;
}

.mvtkbox{
	width:100%;
	margin-bottom: 5%;
}

.ticketmidashi1 {
	width:100%;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 1.5% 0;
	color: #5dc3e3;
    text-decoration: none;
	text-align: center;
	box-sizing: border-box;
    filter: drop-shadow(3px 3px 5px #000);
	font-style: italic;
}

.ticketmidashi1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-15deg);
	border-top:1px solid #5dc3e3;
	border-bottom:1px solid #5dc3e3;
}

.ticketmidashi2{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.ticketmidashi3{
	width:100%;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	color:#000;
	background-color: rgba(216,208,0,1.00);
	box-sizing: border-box;
	padding:12px 10px;
	margin-bottom: 30px;
}


.ticketmidashi4{
	position: relative;
	overflow: hidden;
	padding: 1.5rem 2rem 1.5rem 130px;
	border-bottom: 1px solid #5dc3e3;
    font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: #5dc3e3;
}
	
.ticketmidashi4:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #5dc3e3;
}
	
.ticketmidashi4 span {
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 20px;
  padding-left: 16px;
  color: #020a2b;
}


.ticketmidashi5{
	width:100%;
	overflow: hidden;
	padding:0.3% 3%;
    font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	background-color: #5dc3e3;
	color: #000;
}

.tickettexts1{
	font-size: 12px;
}

.hanbaimidashi{
	width:100%;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #5dc3e3;
}

.btn1 a{
	width:100%;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 1.5% 0;
	color: #020a2b;
    text-decoration: none;
	text-align: center;
	box-sizing: border-box;
    filter: drop-shadow(3px 3px 5px #000);
	font-style: italic;
	top:0;
    transition: 0.4s ease;
	margin-bottom: 30px;
}

.btn1 a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-15deg);
	background-color: #5dc3e3;
}

.btn1 a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-15deg);
	background-color: #fff;
    transition: 0.4s ease;
}


.btntext {
  position: relative;
  display: block;
}

.btntext a:hover{
	color: #fff;
}

.price_wrapper{
	width:100%;
	margin-bottom: 30px;
}

.yen{
	font-size: 24px;
	font-weight: 700;
}

.price{
	font-size: 40px;
	font-weight: 700;
	line-height: 40px
}

.price2{
	font-size: 32px;
	font-weight: 700;
}


.pricetext{
	font-size: 26px;
	font-weight: 700;
}


.pricetext2{
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	background-color: rgba(242,248,0,1.00);
	color: rgba(24,21,73,1.00);
	box-sizing: border-box;
	padding:0.7% 3%;;
	margin-bottom: 5px;
}

dl.tl_wrap {
	width:100%;
	line-height:22px;
	margin-bottom:10px;
	font-size:12px;
	overflow: hidden;
}

dl.tl_wrap dt {
	margin: 0;
	width: 2%;
	float: left;
}
	
dl.tl_wrap dd {
	float: left ;
	width: 98%;
}

.hanbaibox_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.hanbaibox{
	width:49.5%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	border:1px solid #5dc3e3;
}

.hanbaibox:nth-child(2n) {
  margin-right:0;
}

.hanbaibox_inner{
	width:100%;
	box-sizing: border-box;
	padding:5%;
}

.textcenter{
	text-align: center;
}

#news_wrapper{
	width:100%;
    height: auto;
    overflow: hidden;
	/*
  	background: url("images/newsbg.jpg") 100% 0 no-repeat fixed;
	*/
  	background-size:cover;
  	background-position: right top;
    color: #fff;
	padding-top:4%;
}

#news_wrapper img{
	width:100%;
    height: auto;
}

#news_inner{
    width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:5% 7%;
}

#news_inner2{
    width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:5% 20%;
}

.news_logo{
	width:20%;
	margin:0 auto;
	margin-bottom: 60px;
	margin-top: 60px;
}

.newslist_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.news_list{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
    background-image: linear-gradient(#000 1px, transparent 1px), linear-gradient(90deg, #000 1px, transparent 1px);
    background-size: 9px 9px;
    background-color: #020a2b;
	box-sizing: border-box;
	border: 1px solid #5dc3e3;
}

.news_list:nth-child(2n) {
  margin-right:0;
}

.news_list a{
	display: block;
	padding:7%;
	color: #5dc3e3;
	text-decoration: none;
    transition: all 1.5s;
}

.news_list:hover{
	background-color: rgba(50,150,255,0.3);
    transition: all 1.5s;
}


.news_list_day{
	width:100%;
	font-size: 15px;
	line-height: 15px;
	color:#fff;
    font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.news_list_title{
	width:100%;
	color: #5dc3e3;
	font-size: 20px;
	font-weight: 800;
	line-height: 27px;
    font-feature-settings: "palt";
}

.news_day{
	width:100%;
	font-size: 15px;
	line-height: 15px;
	color:#fff;
    font-weight: 500;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.news_title{
	width:100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #5dc3e3;
	box-sizing: border-box;
}

.news_img{
	width:60%;
	margin-bottom: 30px;
}

.top_mvtk{
    width:100%;
	margin-bottom: 20px;
}

#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}

#loop{
	width:100%;
	overflow: hidden;
    box-shadow: 0px 0px 10px 5px #000;
}

#loop img{
	width:100%;
	height: auto;
}

.loop_wrapper{
  display: flex;
  align-items: center;
  height: 250px;
　overflow: hidden;	
}

.loop_content {
  width:427px;
  height:250px;
}

.loop_wrap {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(-100%);
  }
}


#synopsis_wrapper{
	width:100%;
	background-color: #030000;
	padding-top:4%;
}

#synopsis_wrapper img{
	width:100%;
	height: auto;
}

#synopsis_inner{
	width:100%;
	box-sizing: border-box;
	padding:3% 20% 0% 20%;
	overflow: hidden;
	z-index: 10;
}

.synopsis_text1{
	width:100%;
	font-size: 25px;
	font-weight: 600;
	line-height: 37px;
	margin-bottom: 30px;
}

.synopsis_text2{
	width:100%;
	font-size: 20px;
	font-weight: 600;
	line-height: 33px;
	text-align: center;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.synopsis_main{
	width:100%;
	z-index: 0;
}
  
#largeformat_wrapper{
	width:100%;
}

#largeformat_wrapper img{
	width:100%;
	height: auto;
}

#largeformat_inner{
	width:100%;
	box-sizing: border-box;
	padding:3% 7% 7% 7%;
	overflow: hidden;
	z-index: 10;
}

.lfbox_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
	margin-bottom: 20px;
}

.lfbox{
	width:33%;
	float: left;
	margin-right: 0.5%;
	border:1px solid #5dc3e3;
	box-sizing: border-box;
	padding:3%;
}

.lfbox:nth-child(3){
	margin-right: 0;
}


.lfmidashi1 {
	width:100%;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
	color: #5dc3e3;
    text-decoration: none;
	text-align: center;
	box-sizing: border-box;
    filter: drop-shadow(3px 3px 5px #000);
	font-style: italic;
}

.lfmidashi1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-15deg);
	border-bottom:1px solid #5dc3e3;
}

.lfmidashi2{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.lfmidashis{
	width:100%;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	color: #fff;
	border:1px solid #5dc3e3;
	box-sizing: border-box;
	padding:2% 1%;
	text-align: center;
	margin-bottom: 10px;
}


#novelty_wrapper{
	width:100%;
}

#novelty_wrapper img{
	width:100%;
	height: auto;
}

#novelty_inner{
	width:100%;
	box-sizing: border-box;
	padding:3% 12% 7% 12%;
	overflow: hidden;
	z-index: 10;
}

.noveltybox{
	width:100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.noveltyimg{
	width:50%;
	float: left;
}

.noveltytext{
	width:48%;
	float: right;
}

.noveltybtnmidashi1{
	width:100%;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
    position: relative;
    padding: 2%;
	color: #5dc3e3;
    text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	font-style: italic;
    transition: 0.4s ease;
	margin-bottom: 30px;
}

.noveltybtnmidashi1::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    transform: skewX(-15deg);
	border-top:2px solid #5dc3e3;
	border-bottom:2px solid #5dc3e3;
}

.modalOpen{
	width:100%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
    letter-spacing: 1px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal_wrapper{
	width:100%;
	height: 100vh;
	display: table;
}

.modal_inner{
	display: table-cell;
	vertical-align: middle;
}

.modal-box {
    background-image: linear-gradient(#000 1px, transparent 1px), linear-gradient(90deg, #000 1px, transparent 1px);
    background-size: 9px 9px;
    background-color: #020a2b;
    border:5px solid #90aaca;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
    animation-name: fadeInScale;
    animation-duration: 0.3s;
	position: relative;
	padding:7%;
    box-shadow: 0px 0px 10px -5px #000;
}

.modalClose{
	  width:70px;
      position: absolute;
      top: 10px;
      right:10px;
	  overflow: hidden;
	  cursor: pointer;
}

/* アニメーション*/
    .modal.modal-box .modalClose {
        animation: fadeInScale 0.2s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

.btn2{
	width:100%;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
    position: relative;
    display: block;
	color: #020a2b;
    text-decoration: none;
	text-align: center;
	box-sizing: border-box;
    filter: drop-shadow(3px 3px 5px #000);
	font-style: italic;
	top:0;
    transition: 0.4s ease;
	margin-bottom: 30px;
    padding: 2% 0;
}

.btn2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-15deg);
	background-color: #5dc3e3;
}

.btn2:hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-15deg);
	background-color: #fff;
    transition: 0.4s ease;
    padding: 2% 0;
}

.btn3{
	width:100%;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
    position: relative;
    display: block;
	color: #020a2b;
    text-decoration: none;
	text-align: center;
	box-sizing: border-box;
    filter: drop-shadow(3px 3px 5px #000);
	font-style: italic;
	top:0;
    transition: 0.4s ease;
	margin-bottom: 30px;
    padding: 2% 0;
}

.btn3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-15deg);
	background-color: #ccc;
}


.noveltybtnmidashi2{
	width:100%;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #5dc3e3;
}

.novelty_midashis{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.novelty_midashis2{
	width:100%;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	color: #ccc;
	margin-bottom: 30px;
}


#merchandise_wrapper{
	width:100%;
}

#merchandise_wrapper img{
	width:100%;
	height: auto;
}

#merchandise_inner{
	width:100%;
	box-sizing: border-box;
	padding:3% 10% 7% 10%;
	overflow: hidden;
	z-index: 10;
}

.mdbox_wrapper{
	width:100%;
	overflow:hidden;
	margin-bottom:1%;
}

.mdbox2{
	width:49.5%;
	float: left;
	margin-right: 1%;
}

.mdbox2:nth-child(2){
	margin-right:0;
}

.mdbox4{
	width:24.25%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
}

.mdbox4:nth-child(4n){
	margin-right:0;
}

.mdbox3{
	width:32.666666%;
	float: left;
	margin-right: 1%;
}

.mdbox3:nth-child(3){
	margin-right:0;
}

.mdtextbox_wrapper{
	width:100%;
	margin:0 auto 80px;
	height: auto;
	overflow: hidden; /* heightを戻す */
	display:flex;justify-content:space-between;
	box-sizing: border-box;
}

.mdtextbox{
	width:49%;
	height: auto;
    display:flex;
    flex-direction:column;
	box-sizing: border-box;
	margin-right: 2%;
	border:1px solid #5dc3e3;
	padding:7%;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.mdtextbox:nth-child(2) {
  margin-right:0;
}

.mdtext1{
	width:100%;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
	color: #5dc3e3;
}

.mdtext2{
	width:100%;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
}

.mdtext3{
	width:100%;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	margin-top:20px;
	text-align: left;
}

.mdtexts{
	font-size: 12px;
}

.textleft{
	text-align: left;
}

dl.tl_wrap2 {
	width:100%;
	line-height:22px;
	margin-bottom:10px;
	font-size:12px;
	overflow: hidden;
}

dl.tl_wrap2 dt {
	margin: 0;
	width: 5%;
	float: left;
}
	
dl.tl_wrap2 dd {
	float: left ;
	width: 95%;
}





@media screen and (max-width:1024px){
	
body{
  	background:none;
}

.Section-Image-SPBG {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-SPBG{
  background-image: url("images/bgsp.jpg");
}
	
.scrollShowEffect1 {
	opacity:1;
}

.scrollShowEffect2 {
	opacity:1;
}

.scrollShowEffect3 {
	opacity:1;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}
	
	
.loading img{
  	width:300px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
		
#header_wrapper{
	display: none;
}
	
#header_wrapper2{
	display: none;
}
	
.menu_wrapper{
	display: none;
}
	
.btn-trigger_fix{
	width:100%;
	position: fixed;
	top:0;
	right: 0;
    z-index: 65;
    background-color: #020a2b;
    filter: drop-shadow(3px 3px 5px #000);
	border-bottom: 1px solid #5dc3e3;
    padding-top:2%;
    padding-bottom:2%;
    text-align: center;
}


.btn-trigger_wrapper{
	width:120px;
	overflow: hidden;
	margin:0 auto;
}
  
.btn-trigger {
	float: left;
  position: relative;
  width: 120px;
  height: 25px;
  cursor: pointer;
}
	
.btn-triggertext {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	padding-top:3.5%;
	text-align: right;
	color: #5dc3e3;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 40%;
  height: 2px;
  background-color: #5dc3e3;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 11.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-315deg);
  transform: translateY(11px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : -10;
  top  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-top:-100%;
  opacity: 0;
  background-image: linear-gradient(#000 1px, transparent 1px), linear-gradient(90deg, #000 1px, transparent 1px);
  background-size: 9px 9px;
  background-color: #020a2b;
  box-sizing: border-box;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
	display: table;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-top:0;
  z-index : 50;
}

.globalMenuSp img{
	width:100%;
	height: auto;
}
	
.menusp_wrapper{
	width:100%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	padding:0 18%;
}

.menusp{
    width:100%;
	margin-bottom: 3%;
}

.menusp:nth-child(2n) {
  margin-right:0;
}

.menusp a{
	color: #000;
	text-decoration: none;
}
  
#top_wrapper{
    width:100%;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
	margin-top:48px;
}

.spmain{
    display: inherit;
}

.topmain{
    display: none;
}

.logo{
    display: none;
}

.catch_tate{
    display: none;
}

.top_right{
	width:100%;
	position: inherit;
	right:0;
	top:0;
	box-sizing: border-box;
	padding:0;
}

.catch{
    display: none;
}

.day{
    display: none;
}

.topmenu_wrapper{
    display: none;
}

.topcredit{
    display: none;
}
	

.topbnr_wrapper{
	width:100%;
	margin:0 auto 0;
	opacity: 1;
	overflow: hidden;
	box-sizing: border-box;
	padding:2%;
}
  
.topbnr{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom:2%;
}
	
.topbnr:last-child{
	margin-bottom:0;
}

#movie_wrapper{
	width:100%;
	padding-top:5%;
}

#movie_wrapper img{
	width:100%;
	height: auto;
}

#movie_inner{
	width:100%;
	box-sizing: border-box;
	padding:5% 10% 15% 10%;
	overflow: hidden;
}
  
.movie-trailer__player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
	border:1px solid #5dc3e3;
}
.movie-trailer__player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie-trailer__nav{
	width:100%;
	text-align: center;
}

.moviebtn{
	width:100%;
	float: none;
	box-sizing: border-box;
	padding:3%;
	text-align: center;
	font-size: 12px;
    line-height: 12px;
	font-weight: 500;
	color: #5dc3e3;
	background-color:#001866;
	border-bottom:1px solid #5dc3e3;
	margin-right: 0.5%;
}

.moviebtn:nth-child(3) {
  margin-right:0;
}

.mactive{
	background-color:#5dc3e3;
	color: #001866;
}

.moviebtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#5dc3e3;
	color: #001866;
}

.footerlogo{
	width:50%;
	margin:0 auto 10px;
}

#ticket_inner{
	width:100%;
	padding:7% 3% 15% 3%;
	box-sizing: border-box;
}

/*タブボタン部分*/
label {
  width:50%;
  display: block;
  float: left;
  cursor: pointer;
  order: -1;
  box-sizing: border-box;
  filter: drop-shadow(3px 3px 5px #000);
  padding-bottom: 4%;
}

.ticketbox{
	width:100%;
	box-sizing: border-box;
	padding:8% 8% 0 8%;
}

.ticketbox:last-child {
  padding-bottom:8%;
}

.mvtkbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 50px;
}
	
	
.mvtkbox:nth-child(2) {
  margin-bottom:0;
}


.ticketmidashi1 {
	width:100%;
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 5% 0;
	color: #5dc3e3;
    text-decoration: none;
	text-align: center;
	box-sizing: border-box;
    filter: drop-shadow(3px 3px 5px #000);
	font-style: italic;
}

.ticketmidashi1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-15deg);
	border-top:1px solid #5dc3e3;
	border-bottom:1px solid #5dc3e3;
}


.ticketmidashi2{
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
}

.ticketmidashi3{
	width:100%;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	color:#000;
	background-color: rgba(216,208,0,1.00);
	box-sizing: border-box;
	padding:12px 10px;
	margin-bottom: 30px;
}


.ticketmidashi4{
	position: relative;
	overflow: hidden;
	padding: 1rem 2rem 1rem 80px;
	border-bottom: 1px solid #5dc3e3;
    font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #5dc3e3;
}
	
.ticketmidashi4:before {
  position: absolute;
  top: -150%;
  left: -60px;
  width: 120px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #5dc3e3;
}
	
.ticketmidashi4 span {
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 15px;
  padding-left: 12px;
  color: #020a2b;
}

.tickettexts1{
	font-size: 12px;
}

.hanbaimidashi{
	width:100%;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #5dc3e3;
}

.btn1 a{
	width:100%;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 3% 0;
	color: #020a2b;
    text-decoration: none;
	text-align: center;
	box-sizing: border-box;
    filter: drop-shadow(3px 3px 5px #000);
	font-style: italic;
	top:0;
    transition: 0.4s ease;
	margin-bottom: 30px;
}

.btn1 a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-15deg);
	background-color: #5dc3e3;
}

.btn1 a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewX(-15deg);
	background-color: #fff;
    transition: 0.4s ease;
}


.btntext {
  position: relative;
  display: block;
}

.btntext a:hover{
	color: #fff;
}

.price_wrapper{
	width:100%;
	margin-bottom: 30px;
}

.yen{
	font-size: 20px;
	font-weight: 700;
}

.price{
	font-size: 30px;
	font-weight: 700;
}

.price2{
	font-size: 25px;
	font-weight: 700;
}


.pricetext{
	font-size: 16px;
	font-weight: 700;
}

dl.tl_wrap {
	width:100%;
	line-height:18px;
	margin-bottom:10px;
	font-size:12px;
	overflow: hidden;
}

dl.tl_wrap dt {
	margin: 0;
	width: 5%;
	float: left;
}
	
dl.tl_wrap dd {
	float: left ;
	width: 95%;
}

.hanbaibox{
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom:30px;
	border:1px solid #5dc3e3;
}

.hanbaibox_inner{
	width:100%;
	box-sizing: border-box;
	padding:7%;
}


.textcenter{
	text-align: center;
}

#news_wrapper{
	width:100%;
    height: auto;
    overflow: hidden;
  	background:none;
    color: #fff;
	margin-top:50px;
}

#news_inner{
    width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:7% 10%;
}

#news_inner2{
    width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:7% 10%;
}

.news_logo{
	width:50%;
	margin:0 auto;
	margin-bottom: 20px;
	margin-top: 40px;
}

.newslist_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.news_list{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom: 20px;
    background-image: linear-gradient(#000 1px, transparent 1px), linear-gradient(90deg, #000 1px, transparent 1px);
    background-size: 9px 9px;
    background-color: #020a2b;
	box-sizing: border-box;
	border: 1px solid #5dc3e3;
}

.news_list a{
	display: block;
	padding:8%;
	color: #5dc3e3;
	text-decoration: none;
    transition: all 1.5s;
}


.news_day{
	width:100%;
	font-size: 15px;
	line-height: 15px;
	color:#fff;
    font-weight: 500;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.news_title{
	width:100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #5dc3e3;
	box-sizing: border-box;
}

.news_img{
	width:60%;
	margin-bottom: 30px;
}

.top_mvtk{
    width:100%;
	margin-bottom: 20px;
}

#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}
	

.topics_wrapper{
	width:100%;
	position: inherit;
	right:0;
	bottom:0;
	box-sizing: border-box;
	opacity: 1;
	z-index: 5;
	overflow: hidden;
    transform: translateY(0px);
}
	
.topicsimg{
	display: none;
}

.topicstext{
	width:100%;
	font-size: 12px;
	line-height: 22px;
	padding:15px 20px;
	box-sizing: border-box;
	background-color: #1e0f69;
	color: #5dc3e3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
	
#largeformat_inner{
	width:100%;
	box-sizing: border-box;
	padding:7% 5% 7% 5%;
	overflow: hidden;
	z-index: 10;
}
	
.lfbox{
	width:100%;
	float:none;
	margin-right: 0;
	margin-bottom: 20px;
	border:1px solid #5dc3e3;
	box-sizing: border-box;
	padding:5%;
}

.loop_wrapper{
  display: flex;
  align-items: center;
  height: 120px;
　overflow: hidden;	
}

.loop_content {
  width:205px;
  height:120px;
}

#synopsis_wrapper{
	width:100%;
	background-color: #040000;
	padding-top:7%;
}

#synopsis_inner{
	width:100%;
	box-sizing: border-box;
	padding:7% 5% 0% 5%;
	overflow: hidden;
	z-index: 10;
}

.synopsis_text1{
	width:100%;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 30px;
}

.synopsis_text2{
	width:100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 29px;
	text-align: left;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


	
.noveltybtnmidashi2{
	width:100%;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #5dc3e3;
}

.novelty_midashis{
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.novelty_midashis2{
	width:100%;
	font-size: 11px;
	line-height: 11px;
	font-weight: 700;
	color: #ccc;
	margin-bottom: 30px;
}
	

.modal-box {
    background-image: linear-gradient(#000 1px, transparent 1px), linear-gradient(90deg, #000 1px, transparent 1px);
    background-size: 9px 9px;
    background-color: #020a2b;
    border:5px solid #90aaca;
    box-sizing: border-box;
    margin: 15% auto;
    max-width: 1000px;
    width: 90%;
    animation-name: fadeInScale;
    animation-duration: 0.3s;
	position: relative;
	padding:20% 7%;
    box-shadow: 0px 0px 10px -5px #000;
}
	

.noveltyimg{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

.noveltytext{
	width:100%;
	float: none;
}

#novelty_inner{
	width:100%;
	box-sizing: border-box;
	padding:7% 5% 12% 5%;
	overflow: hidden;
	z-index: 10;
}
	
#merchandise_inner{
	width:100%;
	box-sizing: border-box;
	padding:7% 5% 12% 5%;
	overflow: hidden;
	z-index: 10;
}
	

.mdbox2{
	width:100%;
	float: nonr;
	margin-right: 0;
	margin-bottom: 1%;
}
.mdbox4{
	width:49.5%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
}

.mdbox4:nth-child(2n){
	margin-right:0;
}

.mdbox3{
	width:49.5%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
}

.mdbox3:nth-child(2n){
	margin-right:0;
}
	

.mdtextbox_wrapper{
	width:100%;
	margin:0 auto 80px;
	height: auto;
	overflow: hidden; /* heightを戻す */
	display:inherit;
	justify-content:space-between;
	box-sizing: border-box;
}

.mdtextbox{
	width:100%;
	height: auto;
    display:inherit;
    flex-direction:column;
	box-sizing: border-box;
	margin-right: 0;
	margin-bottom: 20px;
	border:1px solid #5dc3e3;
	padding:7%;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
	
	
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 42.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #111;
		  background-color:#001866;
	      color: #5dc3e3;
          width: 33.333333%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #111;
          background-color:#5dc3e3;
          color: #001866;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
	
	.modal-close img{
		width:100%;
		height: auto;
	}
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




            
.remodal-is-opened{
    display:block;
}
