@charset "utf-8";
@media screen and (min-width: 0px) and (max-width: 800px) {
	html{
		background:#fff;
	}
	#container,#move_area{
		min-width:0;
	}
	#wrap{
		position:relative;
		z-index:9;
		margin-top:0;
		background: #000;
	}
	.sp_play{
		transition:0.3s;
		opacity: 1 !important;
	}
	.sp_stop{
		transition:0.3s !important;
		opacity: 0 !important;
	}
	
	/*---------------------
	main img
	-----------------------*/
	.visual{
		position:relative;
		width:100%;
		height:auto;
		left:0;
		top:0;
		transform: translateX(0)!important;
		background:#000;
	}
	.sp_copy{
		opacity: 0;
	}
	#op_sp{
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	/*---------------------
	page_top
	-----------------------*/
	.page_top{
		position: fixed;
		width: 8%;
		height: 10px;
		right: 15px;
		bottom: 15px;
		cursor: pointer;
		z-index: 10;
		/*transition: 0.3s ease-in-out;*/
		padding-bottom: 12%;
	
	}
	.page_top:hover{
		opacity:0.8;
	}


	/*---------------
	コミコンバナー・ニュース
	-----------------*/
	/*バナー*/
	.sp_bnr_comic{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f78429+0,cdce47+51,f113dd+88 */
		background: rgb(247,132,41); /* Old browsers */
		background: -moz-linear-gradient(-45deg,  rgba(247,132,41,1) 0%, rgba(205,206,71,1) 51%, rgba(241,19,221,1) 88%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  rgba(247,132,41,1) 0%,rgba(205,206,71,1) 51%,rgba(241,19,221,1) 88%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  rgba(247,132,41,1) 0%,rgba(205,206,71,1) 51%,rgba(241,19,221,1) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78429', endColorstr='#f113dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		width: 80%;
		color: #000;
		text-align: center;
		padding:1%;
		font-weight: bold;
		font-size: 13px;
		margin: 9% 9% 0;
		border-radius: 5px;
	}
	.sp_bnr_comic_inner{
		background: rgba(255,255,255,0.6);
		padding: 8% 0 7%;
		border-radius: 5px;
	}
	.sp_bnr_comic b{
		color: #ff00e7;
		font-size: 18px;
		line-height: 18px;
	}
	.sp_bnr_comic_inner span{
		font-size: 14px;
	}
	/*ニュース*/
	.comic_news{
		position: fixed;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		height: 100%;
	}
	.comic_news_close{
		top: 20px;
		right: 20px;
		z-index: 1;
		width: 6%;
	}
	.comic_title{
		font-size: 14px;
		text-align: left;
	}
	.comic_title span{
		display: inherit;
	}
	.comic_day{
		margin: 15px 0;
	}
	.comic_pic{
		width: 100%;
	}
	.txt{
		width: 94%;
		padding: 12% 4% 10%;
		margin: 3%;
		font-size: 12px;
		overflow: auto;
	}
	/*---------------
	DC_SNS
	-----------------*/
	#wrapinner{
		background: #da0581;
		padding-bottom: 2.65%;
	}
	.sp_dc_sns{
		position: relative;
		margin-top: 0;
		padding-bottom: 3%;
	}
	.sp_dc_sns:after{
		content: "";
		display: block;
		clear: both;
	}
	.sp_dc_ig{
		float: left;
		width: 50%;
		background: url("../img/sp/dc_ig_over.jpg") no-repeat;
		background-size: 100% auto;
	}
	.sp_dc_ig img:hover{
		opacity: 0;
	}
	.sp_dc_tw{
		float: right;
		width: 50%;
		background: url("../img/sp/dc_tw_over.jpg") no-repeat;
		background-size: 100% auto;
	}
	.sp_dc_tw img:hover{
		opacity: 0;
	}
	.dcico_wrap_top {
		width: 29%;
		margin: 0 auto 0;
	}

	/*---------------
	hash
	-----------------*/
	.hash_sp{
		/*position: absolute;*/
		z-index: 10;
	}
	/*---------------
	劇場
	-----------------*/
	.tickets_ico_sp{
		margin: 7.8% 0 0;
		background: url("../img/sp/tickets_ico_over.jpg") no-repeat;
		background-size: 100% auto;
	}
	.tickets_ico_sp img:hover{
		opacity: 0;
	}
	/*---------------
	解剖ページバナー
	-----------------*/
	.sp_bnr_harleyquinn{
		margin-top: 2.65%;
	}
	
	/*---------------
	レビュー
	-----------------*/
	.sp_review{
		position: relative;
	}
	.review_name{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: #46249f;
        margin: 27% 5% 0;
        overflow: hidden;
        overflow-wrap: break-word;
        height: 26px;
    }
    .sp_review_area{
		position: absolute;
		bottom: 0;
		width: 90%;
		height: 47%;
		background: #fff;
		margin: 9.3% 5%;
	}
	.review_txt_sp{
		position: absolute;
		width: 86%;
		height: inherit;
		top: inherit;
		left: 7%;
		margin-top: 7%;
		font-size: 10px;
		line-height: 17px;
	}
	.sp_review_more{
		width: 47.5%;
		margin: 0 auto;
		position: absolute;
		right: 0;
		bottom: 8%;
		left: 0;
	}
    .text_comment_pc{
        display: none;
    }
	/*---------------
	trailer
	-----------------*/
	#closeBtn {
		right: 0px;
		top: -60px;
	}
	#closeBtn img{
		width: 30px;
	}
	
	#youtube_wrap{
		border:none;
		margin-top:-25%;
		margin-top:0%;
		padding-top: 8%;
		/*background: url("../img/sp/bg.jpg") no-repeat bottom center;
		background-size: 100% auto;*/
		background: #000;
	}
	#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: 760px;
		left:0;
		transform:translateX(0px);
		margin: 0 auto;
		display: inline-table;
	}
	.yt_list{
		position:relative;
		width: 80%;/*動画1つ*/
		width:240px;/*動画1つ以上。init.jsも合わせて確認。*/
		/*margin:10px;　変更*/
		float:left;
		cursor:pointer;
		overflow:hidden;
		transform: translateX(0)!important;
		margin: 0px 10px 10px;
		margin: 0px 0px 10px 10px;
		
	}
	.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: 2% auto 0;
	}

	#yt_more{
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		width: 47%;
		margin-bottom: 5%;
	}
	
	.yt_fade{
		background:rgba(0,0,0,0.5) url(../img/yt_play0.png) no-repeat center center;
		background-size: 90px auto;
		margin-top: 0%;
		background-position: center;
		width: 98.5%;
	}
	
	
	.yt_fade:hover{
		background:rgba(0,0,0,0.2) url(../img/yt_play0.png) no-repeat center center;
		background-size: 90px auto;
		margin-top: 0%;
		background-position: center;
	}
	
	#videoPlayer {
		position: absolute;
		width: 90%;
		height: auto;
		padding: 0;
		padding-top: 0px;
		left: 0;
		margin-left: 5%;
		z-index: 999;
	}
	#videoPlayer{
	  position:absolute;
	  width: 90%;
	  padding-top: 50.6%;
	}
	#videoPlayer iframe{
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}
	
	.yt_list_img {
		width: calc(100% - 4px);
	}
	.bg_border{
		width: auto;
	}
	
	.bg_border_wrap {
		overflow: hidden;
		height: 165px;
	}
	/*---------------
	bnr
	-----------------*/
	#bnr_wrap{
		position:relative;
		width:100%;
		background:#1B0B20;
		/*padding:20px 0;　変更*/
		padding: 0;
		padding-bottom: 10%;/*moreボタンきたら*/
		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;
		padding-bottom: 5%;
	}
	.bnr_column{
		display: -webkit-flex;
		display: flex;
		width:94%;
		margin:0 auto;
		display:none;
		/*padding-bottom: 5%;*/
		padding-top: 5%;
		/*justify-content: center;*//*バナー1つのとき*/
	}
	/*#bnr_more{
		position:relative;
		width:50%;
		height:0;
		padding-top:10%;
		left:50%;
		transform:translateX(-50%);
		background:url(../img/more.jpg) no-repeat center top;
		background-size:100% auto;
		margin-top:10px;
		cursor:pointer;
		padding-bottom: 7%;
	}*/
	.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;
	}
	.bnr_category{
		margin:0 6px;
	}
	.bnr_category{
		width:21%;
		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;
		vertical-align:top;
		display:block;
		margin:0;
		padding:0;
	}
	.bnr_category img:hover{
		opacity:1;
	}

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


	/*---------------
	news
	-----------------*/
	#news_wrap{
		position:relative;
		width:100%;
		/*background:url(../img/repeat.png) repeat left top;*/
		/*padding-top:74px;*/
		/*padding-top:0px!important;変更*/
		padding:8% 0 10%;
	}
	#news_title{
		position:relative;
		top:0;
		left:50%;
		transform:translateX(-50%) !important;
		margin-left:0;
		width:90%;
		height:0;
		background:url(../img/sp/news.png) no-repeat center top;
		background-size:100% auto;
		padding-top: 8%;
	}
	.news_article{
		position:relative;
		display:flex;
		width:90%;
		margin:15px auto;
		padding-bottom:15px;
		border-bottom:solid 1px #ffbe02;
		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;
	}
	#credit{
		position:relative;
		left:50%;
		width:842px;
		padding-top:70px;
		transform:translateX(-50%);
	}
	#sp_credit{
		/*
		padding-top:10%;
		padding-top:3%;*/
		background:#000;
		margin-top: -12%;
	}


	/*-----------------------
	ムビチケ　メイジャー
	------------------------*/
	#tickets{
		position:relative;
		width:302px;/*2枚*/
		/*width:146px;*//*1枚*/
		margin:30px auto 0;
	}
	#ma{
		position:relative;
		width:146px;
		height:auto;
	}
	#mv{
		position:absolute;
		right:0;
		top:0;
		width:146px;
		height:auto;
	}
	#sns_text {
		margin: 20px auto -12px;
	}
	/*-----------------------
	footer
	------------------------*/
	#footer_wrap {
		height: 280px!important;
		/*height: 340px!important*/
	}
	
	fotter {
		height: 280px!important;
		/*height: 340px!important;*/
	}
			
	/*トップ動画ストップ処理上書き*/
	/*.sp_copy{
		opacity: 1;
	}*/
	
}