@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#fff;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#000;
	height:100%;
	font-feature-settings: "palt";
}

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;}



/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
	background: url("images/top/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}
#loader {
    height: 200px;
    left: 50%;
    margin-left: -175px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 350px;
}

#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	height: 100%;
	margin:0 auto;
	font-size: 15px;
	line-height: 180%;
    box-sizing: border-box;
}

#contents_wrapper img{
	width:100%;
	height: auto;
	margin-left:auto;margin-right:auto;display:table;
}


.btn-trigger_fix{
	width:70px;
	height:70px;
	position: fixed;
	top:2%;
	left: 1.5%;
	z-index: 100;
	background:#e62e8b;
	border:2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 90;
}
  
.showNavi .btn-trigger_fix{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}


.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 15px;
  margin-top:18px;
}
.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: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

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


nav.globalMenuSp {
  position: fixed;
  z-index : 20;
  top  : 0;
  left :50%;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  background-color:#e62e8b;
  box-sizing: border-box;
  padding:5% 27% 5% 5%;
  width: 50%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -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;
}



nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;

}

.menu{
    width: 100%;
    margin-bottom: 3%;
    box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

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

.menu a:hover .hoverimg{
  	left: 0%;
	text-decoration: transparent;
	opacity: 1;
}



#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
    overflow: hidden;
	background: url("images/top/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
}


#top_left{
    width:53%;
    float: left;
	position: relative;
	box-sizing: border-box;
}

#top_main{
    width:100%;
	opacity:0;
	-webkit-transition: 1.0s;
	transition: 1.0s;
}
  
.showNavi #top_main{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
}

#top_logo{
    width:60%;
	position: absolute;
	left:20%;
	top:4%;
    opacity:0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 89;
}
  
.showNavi #top_logo{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}


#top_catch1{
	width:6%;
	position: absolute;
	top:12%;
	right:5%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 90;
}
  
.showNavi #top_catch1{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
  transform: translateY(0);
}

#top_catch2{
	width:13%;
	position: absolute;
	left:8%;
	top:30%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 90;
}
  
.showNavi #top_catch2{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
  transform: translateX(0);
}

#top_right{
    width:47%;
    float: right;
    padding:60px 5.5%;
	box-sizing: border-box;
}

#top_prize{
    width:100%;
    margin:0 auto;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	margin-bottom: 30px;
}
  
.showNavi #top_prize{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
  transform: translateX(0);
}

#top_biling{
    width:100%;
    margin:0 auto;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(-100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	margin-bottom: 20px;
}
  
.showNavi #top_biling{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
  transform: translateX(0);
}

#top_day{
    width:100%;
    margin:0 auto;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	margin-bottom: 20px;
}
  
.showNavi #top_day{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
  transform: translateX(0);
}

#top_theater{
    width:100%;
    margin:0 auto;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	margin-bottom: 10px;
}
  
.showNavi #top_theater{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  transform: translateX(0);
}

#top_theater a{
	width:100%;
	padding:1.5% 35%;
	box-sizing: border-box;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #000;
}

#top_theater a:hover{
	width:100%;
	display: block;
	text-decoration: none;
	background-color:#e52e8a;
	transition:0.5s all;
}

#top_dvd{
    width:100%;
    margin:0 auto;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	margin-bottom: 10px;
}
  
.showNavi #top_dvd{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  transform: translateX(0);
}

#top_dvd a{
	width:100%;
	padding:1.5% 35%;
	box-sizing: border-box;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #000;
}

#top_dvd a:hover{
	width:100%;
	display: block;
	text-decoration: none;
	background-color:#e52e8a;
	transition:0.5s all;
}

#top_trailer{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
    opacity:0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	border:3px solid #e62e8b;
	margin-bottom: 30px;
}
  
.showNavi #top_trailer{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	box-sizing: border-box;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top_media{
    width:70%;
    margin:0 auto;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi #top_media{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  transform: translateX(0);
}

#top_media a{
	width:100%;
	padding:1.8% 42%;
	box-sizing: border-box;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #9325a3;
}

#top_media a:hover{
	width:100%;
	display: block;
	text-decoration: none;
	background-color:#e52e8a;
	transition:0.5s all;
}


#content{
    position: relative;
}

#topBtn {
    /*-----必須-----*/
    position: fixed;
    bottom: 20px;
    right: 20px;
     
    /*-----装飾-----*/
    width: 87px;
    height: 130px;
    text-align: center;
    color: #fff;
}




.pcview{
	width:100%;
}

.spview{
	display: none;
}


.scrollShowEffect {
	-webkit-transition: all 1.8s;
	   -moz-transition: all 1.8s;
	    -ms-transition: all 1.8s;
	     -o-transition: all 1.8s;
	        transition: all 1.8s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect1 {
	-webkit-transition: all 1.8s;
	   -moz-transition: all 1.8s;
	    -ms-transition: all 1.8s;
	     -o-transition: all 1.8s;
	        transition: all 1.8s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.8s;
	   -moz-transition: all 1.8s;
	    -ms-transition: all 1.8s;
	     -o-transition: all 1.8s;
	        transition: all 1.8s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 1.8s;
	   -moz-transition: all 1.8s;
	    -ms-transition: all 1.8s;
	     -o-transition: all 1.8s;
	        transition: all 1.8s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect4 {
	-webkit-transition: all 1.8s;
	   -moz-transition: all 1.8s;
	    -ms-transition: all 1.8s;
	     -o-transition: all 1.8s;
	        transition: all 1.8s;
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect5 {
	-webkit-transition: all 1.8s;
	   -moz-transition: all 1.8s;
	    -ms-transition: all 1.8s;
	     -o-transition: all 1.8s;
	        transition: all 1.8s;
	-webkit-transition-delay: 1.2s;
	   -moz-transition-delay: 1.2s;
	    -ms-transition-delay: 1.2s;
	     -o-transition-delay: 1.2s;
	        transition-delay: 1.2s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}


.blurimage{
  filter: blur(50px);
  animation: blur-anim2 4s linear forwards;
}

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

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

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

.scrollShowEffect.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);
}

.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);
}

.scrollShowEffect4.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);
}

.scrollShowEffect5.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);
}

.blurimage.showItem{
  filter: blur(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;
}

.pagetitle{
	width:100%;
	margin-bottom: 50px;
}

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

.pagetitle3{
	width:300px;
	margin-bottom: 20px;
}

.pagetitle4{
	width:60%;
	margin:0 auto;
	margin-bottom: 70px;
}

.pagetitle5{
	width:300px;
	margin:0 auto;
	margin-bottom: 30px;
}

#news_wrapper_wrapper{
	width:100%;
	background: url("images/news/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	background-position: center top;
}

#news_wrapper{
	width:100%;
	background-image: url("images/news/bg.jpg") ;
	background-repeat: no-repeat;	
    background-size: 120%;
	background-position: center top;
	overflow: hidden; /* heightを戻す */
}

#news_inner{
	width:100%;
	padding:10% 15%;
	box-sizing: border-box;
}


#tumblr{
	width:100%;	
	font-size: 13px;
	box-sizing: border-box;
	text-align: center;
}

#tumblr li{
	width:100%;
	margin-bottom: 15px;
	list-style: none;
	font-weight: bold;
}

#tumblr a{
	color: #fff;
	text-decoration: none;
}

#tumblr a:hover{
	color: #e62e8b;
	text-decoration: none;
}

#twitter{
	width:40%;
	margin:0 auto;
	margin-bottom:70px;
}

.news_date{
	color: #e62e8b;
	font-size: 12px;
	font-weight: bold;
	box-sizing: border-box;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e62e8b;
}

.news_more {
	width:20%;
	margin:0 auto;
	position: relative;
	display: block;
	color: #48568c;
	box-sizing: border-box;
	padding:1% 7%;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	overflow: hidden;
	margin-top:30px;
}

/* ボーダー */
.border {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  background-color: #e62e8b;
  overflow: hidden;
  transition: 1s;
}  
/* 上ボーダー */
.border.top {
  width: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
/* 右ボーダー */
.border.right {
  height: 100%;
  top: 0;
  right: 0;
  transform: translate3d(0, -100%, 0);
}
/* 下ボーダー */
.border.bottom {
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate3d(100%, 0, 0);
}
/* 左ボーダー */
.border.left {
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}

/* マウスオーバー */
.news_more:hover .border {
  transform: translate3d(0, 0, 0);
}

#loop01{
	width:100%;
	overflow: hidden;
}


#loop02{
	width:100%;
	overflow: hidden;
}

#loop03{
	width:100%;
	overflow: hidden;
}

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

.loop_content {
  width: 400px;
  height: 160px;
}

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

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

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

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

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

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

#introstory_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

#introstory_inner{
	width:100%;
	padding:10% 10% 0 10%;
	box-sizing: border-box;
    background: #fff;
}

#introstory_left{
	width:62%;
	float: left;
}

#introstory_right{
	width:32%;
	float: right;
}


#character_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

#character_inner{
	width:100%;
	padding:10% 15%;
	box-sizing: border-box;
	color: #fff;
	background-color: rgba(0,10,34,1.00);
}


.swiper-container {
    width: 100%;
}

.swiper-wrap{
	position: relative;
}
    
.slider {
	width:85%;
	margin:0 auto;
}
    
.slider-thumbnail {
	width:60%;
	margin:0 auto;
	margin-bottom: 50px;
	background-color:rgba(142,0,2,1.00);
}
            
.swiper-slide {
	width: 20%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.slidermask{
	width: 100%;
	opacity: 0.6;
	box-sizing: border-box;
}

.swiper-slide-thumb-active {
	 opacity: 1;
	box-sizing: border-box;
	border:4px solid #fff;
}

.slidermask:nth-child(5) {
  margin-right:0;
}

:root {
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
}

.charaslide{
	width:100%;
	box-sizing: border-box;
	overflow: hidden;
}

.charaname{
	width:70%;
	margin-bottom: 20px;
}

.castbox{
	width:100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.castmain{
	width:37%;
	float: left;
	box-sizing: border-box;
}

.casttext{
	width:58%;
	float: right;
}


#caststaff_wrapper{
	width: 100%;
	background-attachment: fixed;
	background-position: top center;
    background-size: cover;
}

#cast_inner{
	width:100%;
	padding:10% 10% 5% 10%;
	box-sizing: border-box;
	color: #fff;
}


#staff_inner{
	width:100%;
	padding:0 10% 10% 10%;
	box-sizing: border-box;
	color: #fff;
}

.wrapperline1{
	width:80%;
	margin:0 auto;
	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;
}

.wrapperline2{
	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;
}



.caststaff_name_wrapper{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	padding:2%;
}

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

.caststaff_name_wrapper2{
	width:40%;
	margin:0 auto;
	margin-bottom: 2%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	padding:2%;
}

.caststaff_name_wrapper3{
	width:32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	padding:2% 0;
}

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

.caststaffname{
	width:70%;
	margin:0 auto;
	margin-bottom: 20px;
}

.caststaffname3{
	width:80%;
	margin:0 auto;
	margin-bottom: 20px;
}


.cscbtn {
	width:30%;
	margin:0 auto;
	position: relative;
	display: block;
	color: #fff;
	box-sizing: border-box;
	padding:1.5% 8%;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

/* ボーダー */
.borderc {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  background-color: #fff;
  overflow: hidden;
  transition: 1s;
}  
/* 上ボーダー */
.borderc.top {
  width: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
/* 右ボーダー */
.borderc.right {
  height: 100%;
  top: 0;
  right: 0;
  transform: translate3d(0, -100%, 0);
}
/* 下ボーダー */
.borderc.bottom {
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate3d(100%, 0, 0);
}
/* 左ボーダー */
.borderc.left {
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}

/* マウスオーバー */
.cscbtn:hover .borderc {
  transform: translate3d(0, 0, 0);
}

.cscbtn a{
	color: #fff;
	text-decoration: none;
}

.cscbtn a:hover{
	color: #fff;
	text-decoration: none;
}

#contents_wrapper img.cast-sntitle-name{
  width: 80%;
}

.removebtn{
  position: fixed;
  top: 2%;
  right: 2%;
  width: 50px;
  cursor: pointer;
}
.cast-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background:rgba(230,46,139,0.95);
  overflow: auto;
}
.cast-pop-box{
  z-index: 10;
  width:50%;
  margin-top: 7%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
  color: #fff;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.caststaff_name{
	width:70%;
	margin-bottom: 30px;
}

.caststaff_cp{
	width:10%;
	margin-bottom: 20px;
}

.caststaff_comment{
	width:100%;
	font-size: 18px;
	font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 50px;
	line-height: 28px;
	color: #ffce77;
}

.caststaff_site{
	padding:0.5%;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 12px;
	background-color:#66ff99;
	text-align: center;
}

.caststaff_site a{
	color: #152543;
	text-decoration: none;
}

.caststaff_site:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#ff66ff;
}

.staffname{
	width:60%;
	margin:0 auto;
	padding-top:30px;
}

.pcbr {
display:inline;
}


#movie_wrapper{
	width:100%;
	background: url("images/news/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#movie_inner{
	width:100%;
	padding:7% 15%;
	box-sizing: border-box;
	color: #fff;
}


#movie_logo{
	width:3%;
	margin:0 auto;
	margin-bottom:50px;
}

.moviebox{
	width:48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
}

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

.movietitle{
	width:100%;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
	background-color: #e03284;
	padding:0.5%;
	box-sizing: border-box;
	color: #fff;
}


#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	background-color:#f7f7f0;
	padding:100px 0 70px 0;
}

.footer_logo{
	width:20%;
	margin:0 auto;
	margin-bottom: 30px;
}

.footer_copy{
	width:100%;
	text-align: center;
	font-size: 11px;
}

#topbottom_wrapper{
	width:100%;
	background-color: #ddd;
	overflow: hidden;
	text-align: center;
	padding:20px 0;
}


#top_mvtk{
	width:100%;
	height: 180px;
	margin:0 auto;
	overflow: hidden;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
  
.showNavi #top_mvtk{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  transform: translateX(0);
}

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


#goods_wrapper{
	width:100%;
	background:#ffffff;
	overflow: hidden; /* heightを戻す */
}

#goods_inner{
	width:100%;
	padding:7% 7% 0 7%;
	box-sizing: border-box;
	color: #000;
}

#categorymenu_wrapper{
	width:40%;
	margin:0 auto;
	overflow:hidden;
}


.goodsbox{
	width:23%;
	float: left;
	margin-right: 2.66666%;
	margin-bottom: 2.666666%;
	box-sizing: border-box;
	border:1px solid #ccc;
	padding:2%;
}

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

.goodsbox a {
    display: block;
    width: 100%;
    height: 100%;
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}

.goodsbox a:hover{
	opacity: 0.5;
	transition:0.5s all;
	color: rgba(0,0,0,1.00);
}

.goodstextsn{
	width:100%;
	color: rgba(0,0,0,1.00);
}

.goodsimg{
	width:40%;
	float: left;
}

.goodstext{
	width:55%;
	float: right;
}

.goodstitle{
	width:100%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 30px;
}

.goodsprice{
	width:100%;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.gooddetail{
	width:100%;
	font-size: 14px;
}

.goodslink{
	width:100%;
	margin-top:20px;
}

.goodslink a{
	color: rgba(113,254,55,1.00);
	text-decoration: underline;
}

.goodslink a:hover{
	color:rgba(249,137,255,1.00);
	text-decoration: underline;
}

.category_sn01{
	width:100%;
	box-sizing: border-box;
	padding:1.5%;
	background-color: rgba(136,179,133,1.00);
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 12px;
	color: #fff;
}

#special_wrapper{
	width:100%;
	background:#ffffff;
	overflow: hidden; /* heightを戻す */
	padding:7% 0 0% 0;
	margin-bottom: 12%;
}

#special_movie_wrapper{
	width:100%;
	padding:7% 10%;
	box-sizing: border-box;
	color: #fff;
	overflow: hidden; /* heightを戻す */
	background-color: #e52e8a;
}

#special_castphoto_wrapper{
	width:100%;
	padding:7% 10%;
	box-sizing: border-box;
	color: #fff;
	overflow: hidden; /* heightを戻す */
	background-color: #000;
}


.pg_wrapper{
	width:100%;
	overflow: hidden;
}

.pg_sn{
	width:23%;
	float: left;
	margin-right: 2.66666%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

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

.pg_sn a{
  display: block;
  position: relative;
  outline: none;
}
  
.pg_sn .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;
}

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

.cast-popup2>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.95);
  overflow: auto;
}

.special_moviebox{
	width:100%;
	margin:0 auto;
	margin-bottom: 100px;
}

#topbnr_wrapper{
	width:18%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}

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

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

.topbnr img:hover{
	transition:0.5s all;
	opacity: 0.5;
}

.pg_detail{
	width:100%;
	font-size: 11px;
	margin-top:30px;
}

.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
}

.accordion-area li{
    margin:0;
}

.accordion-area section {
  border: none;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
	text-align: center;
	padding:2% 30%;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
	margin-bottom: 30px;
}


/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
}

.ac_movie1{
	width:100%;
	background-color: #e52e8a;
    padding: 5% 10%;
	box-sizing: border-box;
	color: #fff;
}

.ac_movie2{
	background-color:#739156;
    padding: 5% 20%;
	box-sizing: border-box;
	color: #fff;
}

.interq{
	font-size: 16px;
	font-weight: 700;
	color: #fff000;
	font-style: italic;
	margin-bottom: 10px;
}

.intera{
	width:100%;
	margin-bottom: 50px;
}

.interphoto{
	width:50%;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}

#top_unext{
	width:100%;
	margin-bottom: 20px;
	overflow: hidden;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi #top_unext{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  transform: translateX(0);
}

#top_unext img{
 transition:1s all;
}

#top_unext img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

@media screen and (max-width:900px){
	
.pcbr {
display:none;
}
	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

#loader {
    height: 144px;
    left: 50%;
    margin-left: -125px;
    margin-top: -72px;
    position: fixed;
    top: 50%;
    width: 250px;
}

.btn-trigger_fix{
	width:70px;
	height:70px;
	position: fixed;
	top:2%;
	left:auto;
	right: 2%;
	z-index: 101;
	background:#e62e8b;
	border:2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
  
nav.globalMenuSp {
  position: fixed;
  z-index : 100;
  top  : 0;
  left :0;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  background-color:#e62e8b;
  box-sizing: border-box;
  padding:10% 40% 5% 7%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -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;
}

#sptrailerarea{
	width:90%;
	margin:0 auto;
	margin-bottom:30px;
	display: inherit;
	margin-top:30px;
}

.pcview{
	display: none;
}

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


#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
    overflow: hidden;
	background-image: url("images/sp/top.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}


#top_left{
    width:100%;
	height: auto;
    float: none;
	position: relative;
	box-sizing: border-box;
}

#top_catch1{
	width:6%;
	position: absolute;
	top:16%;
	right:6%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	z-index: 90;
}
  
.showNavi #top_catch1{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
  transform: translateY(0);
}

#top_right{
    width:100%;
    float: none;
    padding:20px 5% 30px 5%;
	box-sizing: border-box;
}

#top_prize{
    width:100%;
    margin:0 auto;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	margin-bottom: 20px;
}
  
#top_day{
    width:100%;
    margin:0 auto;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	margin-bottom: 20px;
}
	


#news_wrapper_wrapper{
	width:100%;
	background:none;
	background-color: #010413;
}

#news_wrapper{
	width:100%;
	background-image: url("images/sp/news.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden; /* heightを戻す */
}

#news_inner{
	width:100%;
	padding:10% 10%;
	box-sizing: border-box;
}

.news_more{
	width:70%;
	margin:0 auto;
	position: relative;
	display: block;
	color: #48568c;
	box-sizing: border-box;
	padding:2% 25%;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	overflow: hidden;
	margin-top:30px;
	border:1px solid #e62e8b;
}

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

.loop_content {
  width: 200px;
  height: 80px;
}

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


#introstory_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

#introstory_inner{
	width:100%;
	padding:10% 10% 0 10%;
	box-sizing: border-box;
    background: #fff;
}

#introstory_left{
	width:100%;
	float: none;
	margin-bottom: 50px;
}

#introstory_right{
	width:100%;
	float: none;
}


#character_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

#character_inner{
	width:100%;
	padding:10% 10%;
	box-sizing: border-box;
	color: #fff;
	background-color: rgba(0,10,34,1.00);
}
    
.slider {
	width:100%;
	margin:0 auto;
}
    
.slider-thumbnail {
	width:100%;
	margin:0 auto;
	margin-bottom: 40px;
	background-color:rgba(142,0,2,1.00);
}
            
.swiper-slide {
	width: 20%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.charaname{
	width:70%;
	margin-bottom: 20px;
}

.castbox{
	width:100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.castmain{
	width:100%;
	float: none;
	margin-bottom: 20px;
	box-sizing: border-box;
}

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


#caststaff_wrapper{
	width: 100%;
	background:none;
	background-color: #e62e8b;
}

#cast_inner{
	width:100%;
	padding:10% 10% 15% 10%;
	box-sizing: border-box;
	color: #fff;
}


#staff_inner{
	width:100%;
	padding:0 10% 10% 10%;
	box-sizing: border-box;
	color: #fff;
}

.wrapperline1{
	width:100%;
	margin:0 auto;
	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;
}

.caststaff_name_wrapper{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom: 5%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.0);
	padding:2%;
}

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

.caststaff_name_wrapper2{
	width:100%;
	margin:0 auto;
	margin-bottom: 5%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.0);
	padding:2%;
}

.caststaff_name_wrapper3{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 5%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.0);
	padding:2% 0;
}

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

.caststaffname{
	width:100%;
	margin:0 auto;
	margin-bottom: 20px;
}

.caststaffname3{
	width:100%;
	margin:0 auto;
	margin-bottom: 20px;
}


.cscbtn {
	width:60%;
	margin:0 auto;
	position: relative;
	display: block;
	box-sizing: border-box;
	padding:2% 23%;
	overflow: hidden;
	border:1px solid #fff;
}

/* ボーダー */
.borderc {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  background-color: #fff;
  overflow: hidden;
  transition: 1s;
}  

.cast-pop-box{
  z-index: 10;
  width:80%;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
  color: #fff;
  text-align: left;
}

.caststaff_name{
	width:100%;
	margin:0 auto;
	margin-bottom: 30px;
}

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


.staffname{
	width:100%;
	margin:0 auto;
	padding-top:30px;
}
	

#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	background-color:#f7f7f0;
	padding:50px 0 70px 0;
}
	
#twitter{
	width:80%;
	margin:0 auto;
	margin-bottom: 30px;
}

.footer_logo{
	width:40%;
	margin:0 auto;
	margin-bottom: 30px;
}

.footer_copy{
	width:100%;
	text-align: center;
	font-size: 11px;
}

#movie_wrapper{
	width:100%;
	background-image: url("images/sp/news.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden; /* heightを戻す */
}

#movie_inner{
	width:100%;
	padding:7% 10%;
	box-sizing: border-box;
	color: #fff;
}


#movie_logo{
	width:12%;
	margin:0 auto;
	margin-bottom:50px;
}


.moviebox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 4%;
}

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

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

.pagetitle3{
	width:100%;
	margin-bottom: 30px;
}
	
#top_theater a{
	width:100%;
	padding:2% 30%;
	box-sizing: border-box;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #000;
}
	

#top_media{
    width:80%;
    margin:0 auto;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateX(100px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
	

#top_mvtk{
	width:100%;
	height: 350px;
	margin:0 auto;
	overflow: hidden;
	opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
	

.goodsbox{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border:1px solid #ccc;
	padding:3%;
}

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


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

.goodstext{
	width:100%;
	float:none;
}
	
.pg_wrapper{
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
}
	
.pg_sn{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}
	
.pg_sn:nth-child(2n) {
  margin-right:0;
}
	
.special_moviebox{
	width:100%;
	margin:0 auto;
	margin-bottom: 20px;
}
	
#special_inner{
	width:100%;
	padding:7% 7% 10% 7%;
	box-sizing: border-box;
	color: #000;
	overflow: hidden; /* heightを戻す */
}
	
#topbnr_wrapper{
	width:80%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.topbnr{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom: 10px;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
	text-align: center;
	padding:2% 10%;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
}
	
.ac_movie2{
	background-color:#739156;
    padding: 5% 10%;
	box-sizing: border-box;
	color: #fff;
}

.interq{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	color: #fff000;
	font-style: italic;
	margin-bottom: 10px;
}

.intera{
	width:100%;
	margin-bottom: 50px;
}

.interphoto{
	width:100%;
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
}
	
}