@charset "utf-8";
@media screen and (min-width: 0px) and (max-width: 800px) {

/*--------------------------------------*/


	#container,#move_area{
		min-width:0;
	}
	#wrap{
		position:relative;
		z-index:9;
		margin-top:0;
		background: none;
	}
	/*---------------------
	main img
	-----------------------*/
	.sp_bg{
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		transform: translateX(0)!important;
		background: url(../img/sp/bg.jpg) no-repeat;
		background-size: 100% auto;
		background-position: top 60px center;
		padding-bottom: 181%;
	}
	/*---------------
	#wrap
	-----------------*/
	.sp_digital_btn {
		position: absolute;
		width: 100%;
		top: 0;
		margin-top: 158%;
	}
	.sp_guide_btn{
		position: absolute;
		width: 100%;
		top: 0;
		margin-top: 175%;
	}
	.sp_sns{
		position: relative;
		margin-top: 8%;
		padding-bottom: 7%;
	}
	.sp_sns:after{
		content: "";
		display: block;
		clear: both;
	}
	.ico_wrap{
		width: 41%;/*アイコン3つ*/
		width: 10%;/*アイコン1つ*/
        display: flex;
        justify-content: space-between;
		margin: 0 auto;
	}
	.ico_wrap div{
		margin-right: 21%;
	}
	.ico_wrap div:last-child{
		margin-right: 0;
	}
	.sp_ig{
		float: right;
		width: 30%;
	}
	.sp_tw,.sp_fb{
		float: left;
		width: 30%;
		width: 100%;/*アイコン1つ*/
	}
	.sp_hash{
		padding-bottom: 9.3%;
	}

	/*---------------------
	page_top
	-----------------------*/
	.page_top{
		position: fixed;
		width: 12%;
		height: 0px;
		right: 15px;
		bottom: 15px;
		cursor: pointer;
		z-index: 99;
		/*transition: 0.3s ease-in-out;*/
		padding-bottom: 12%;

	}
	.page_top:hover{
		opacity:0.8;
	}


	/*---------------
	trailer
	-----------------*/
	#closeBtn {
		right: 0px;
		top: -40px;
	}
	#closeBtn img{
		width: 30px;
	}

	#youtube_wrap{
		border:none;
		margin-top:0%;
		padding-top: 0%;
		background: #000;
		margin-bottom:0;
		padding-bottom: 0;
	}
	#youtube_area{
		position:relative;
		width:100%;
		height:auto;
		/*padding-top: 30px;*/
		overflow:auto;
		-webkit-overflow-scrolling: touch;
	}
	#yt_load_area{
		position:relative;
		top:0;
		left:0;
		transform:translateX(0);
		width:auto;
		overflow:inherit;
		display:block;
		height:auto;
	}

	#yt_load {
		position: relative;
		width: 800px;
		left:0;
		top: 0;
		transform:translateX(0px);
		margin: 0 auto;
		display: inline-table;
	}
	.yt_list{
		position:relative;
		width: 80%;/*動画1つ*/
		width:240px;/*動画1つ以上*/
		float:left;
		cursor:pointer;
		transform: translateX(0)!important;
		margin: 0px 10px 10px;
		margin: 0px 0px 10px 20px;
	}
	.yt_list_img {
		/*border: solid 1px #2e7450;
		box-sizing: border-box;*/
		width: 98.8%;
	}
	.yt_title {
		position: relative;
		width: 240px;
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 26px;
		margin: 1% auto 0;
	}

	#yt_more{
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		width: 100%;
		margin-bottom: 8%;
		padding-top: 4%;
		height: inherit;
	}

	.yt_fade{
		background:rgba(0,0,0,0.5) url(../img/yt_play0.png) no-repeat center center;
        background-color: rgba(0,0,0,0.4);
		background-size: 80px auto ,100% auto;
		margin-top: 0%;
		background-position: center;
		padding-bottom: 56.25%;
		top: 0;
	}


	.yt_fade:hover{
		background:rgba(0,0,0,0.2) url(../img/yt_play0.png) no-repeat center center;
        background-color: rgba(0,0,0,0.2);
		background-size: 80px auto,100% auto;
		margin-top: 0%;
		background-position: center;
	}

	#videoPlayer {
		position: absolute;
		width: 90%!important;
		height: auto!important;
		padding: 0!important;
		padding-top: 0px!important;
		left: 0!important;
		margin-left: 5%!important;
		z-index: 999!important;
	}
	#videoPlayer{
	  position:absolute!important;
	  width: 90%!important;
	  padding-top: 50.6%!important;
	}
	#videoPlayer iframe{
	  position: absolute!important;
	  top: 0!important;
	  right: 0!important;
	  width: 100% !important;
	  height: 100% !important;
	}
	#closeBtn2{
		right: 0!important;
	}
	.yt_list_img {
		width: calc(100% - 0px);
	}
	.bg_border{
		width: 99%;
		transform: translate(10px, 7px);
	}

	.bg_border_wrap {
		overflow: hidden;
		height: 165px;
	}
	.bg_border_wrap img{
		transform: translate(0px,0px);
	}
	.yt_fade{
		transform: translate(0px,0px);
	}

	/* .bg_border:before{} */

	.bg_border:after{
		height:  99.9%
	}
	/*---------------
	bnr
	-----------------*/
	#bnr_wrap{
		position:relative;
		width:100%;
		background-color: #000;
		background-size: 100% auto;
		/*padding:20px 0;　変更*/
		padding: 0;
		min-height: 0;
	}
	#bnr_wrap a{
		color:#FFF;
	}
	#bnr_wrap a:hover{
		text-decoration:underline;
	}
	.works_bnr{
		width: 46.6%;
		margin: 10px 10px 0;
	}
	#bnr_load {
		position:relative;
		width:100%;
		padding-top: 0;
	}
	.bnr_column{
		display: -webkit-flex;
		display: flex;
		width:94%;
		margin:0 auto;
		display:none;
		padding-bottom: 5%;
		padding-top: 8%;

	    justify-content: center;
	}
	/*
	#bnr_more{
		position:relative;
		width:46.7%;
		height:0;
		padding-top:10%;
		left:50%;
		transform:translateX(-50%);
		background:url(../img/sp/sp_bnr_more.jpg) no-repeat center top;
		background-size:100% auto;
		margin-top:10px;
		cursor:pointer;
		padding-bottom: 7.8%;
	}
	*/
	#bnr_more{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 10%;
		background: url(../img/sp/sp_bnr_more.jpg) no-repeat center top;
		background-size: 100% auto;
		margin-top: 20px;
		cursor: pointer;
		left: 0;
		transform: inherit;
		padding-bottom: 0;
	}
	.bnr_text{
		font-size:12px;
		line-height:18px;
		margin: 10px 0;
	}
	#no1_sp{
		margin-bottom:15px;
	}
	#fill{
		position:relative;
		left: 10%;
		top: 0;
		width:80%;
		margin:5% 0;
	}

	#bnr_sort{
		position:relative;
		width:100%;
		display:flex;
		justify-content: center;
		margin-bottom:0;
		padding-bottom: 5%;
	}
	.bnr_category{
		margin:0 4px;
	}
	.bnr_category{
		width:21.85%;
		height:auto;
		cursor:pointer;
	}
	.bnr_category:nth-child(1){
		background:url(../img/category/sp/cate1.gif) no-repeat left top;
		background-size:100% auto;
	}
	.bnr_category:nth-child(2){
		background:url(../img/category/sp/cate2.gif) no-repeat left top;
		background-size:100% auto;
	}
	.bnr_category:nth-child(3){
		background:url(../img/category/sp/cate3.gif) no-repeat left top;
		background-size:100% auto;
	}
	.bnr_category:nth-child(4){
		background:url(../img/category/sp/cate4.gif) no-repeat left top;
		background-size:100% auto;
	}
	.bnr_category img{
		opacity:0;
		transition:0s;
		display:block;
		/* vertical-align: top; */
		margin:0;
		padding:0;
	}
	.bnr_category img:hover{
		opacity:1;
	}

	.category_target img{
		opacity:1;
	}
	.category_target img:hover{
		opacity:1;
	}


	/*---------------
	news
	-----------------*/
	#news_load {
		margin-top: 0px;
	}
	#news_area{
		padding: 0;
	}
	#news_wrap{
		position:relative;
		width:100%;
		background: #000;
		padding: 10% 0 7.8%;
	}
	#news_title{
		position: relative;
		left: 50%;
		transform: translateX(-50%) !important;
		margin-left: 0;
		width: 100%;
		height: 0;
		padding-top: 10%;
		background: url(../img/sp/sp_news.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	.news_article{
		position:relative;
		display:flex;
		width:90%;
		margin:15px auto;
		padding-bottom:15px;
		border-bottom:solid 1px #000;/*２記事になったらコメ外す*/
		align-items: center;
	}
	.news_thumb{
		position:relative;
		width:23%;
		height:auto;
		overflow:hidden;
	}
	.news_thumb img{
		position:absolute;
		left:50%;
		transform:translateX(-50%);
		top:0;
	}
	.news_title{
		width:68%;
		margin-left:15px;
		color:#FFF;
		font-size:12px;
		line-height:22px;
		font-weight: normal;
		text-align: justify;
	}
	#credit{
		position:relative;
		left:50%;
		width:842px;
		padding-top:70px;
		transform:translateX(-50%);
	}
	#news_more{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 10%;
		background: url(../img/sp/sp_news_more.jpg) no-repeat center top;
		background-size: 100% auto;
		margin-top: 20px;
		cursor: pointer;
		left: 0;
		transform: inherit;
	}
	#sp_credit{
		/*
		padding-top:10%;
		padding-top:3%;*/
		background:#000;
		margin-top: -12%;
	}

	/*---------------
	about
	-----------------*/
	#about_wrap{
		position: relative;
		background: none;
		height: inherit;
	}
	.about_bt{
		position: relative;
		top: inherit;
		left: inherit;
		margin-left: inherit;
		margin-bottom: 12.5%;
	}

	/*-----------------------
	ムビチケ　メイジャー
	------------------------*/
	#tickets{
		position:relative;
		width: 300px;/*2枚*/
		/*width:146px;*//*1枚*/
		margin:30px auto 0;/*ムビチケのみ*/
		margin:0 auto;/*タイアップあり*/
	}
	#ma{
		position:relative;
		width:146px;
		height:auto;
	}
	#mv{
		position:absolute;
		right:0;
		top:0;
		width:146px;
		height:auto;
	}
	#sns_text {
		margin: 20px auto 0px;
	}


	/*-----------------------
	footer
	------------------------*/
	#footer_wrap {
		position: relative;
		z-index: 5;
		padding: 20px 0;
	}
	.share {
		padding-top: 3%;
		margin: 0 auto;
	}


	/*-------------------------
	タイアップフッターバナー
	--------------------------*/
	#tieup {
		position: relative;
		background-color: #fff;
		text-align: center;
	}
	.tieup_wrap {
		position: relative;
		padding-top: 30px;
	}
	.tieup_wrap img {
		border: 1px solid #ccc;
		height: 7vw;
	}
	.tieup_wrap a{
		display: inline-block;
		padding-right: 5px;
		margin-bottom: 8px;
	}

	@media screen and (min-width: 0px) and (max-width: 620px) {
		.tieup_wrap img {
			height: 13vw;
		}
	}

	@media screen and (min-width: 0px) and (max-width: 320px) {
		.tieup_wrap img {
			height: 18vw;
		}
  }
}