@media screen and (max-width: 767px) {
	html {
		height: 100%;
	}

	body {
		height: 100%;
	}

	/*---------Common---------------*/
	* {
		box-sizing: border-box;
		position: relative;
	}

	.aplha {
		-ms-filter: "alpha( opacity=0 )";
		filter: alpha(opacity=0);
		opacity: 0.0;
	}

	.clearfix::after {
		content: "";
		display: block;
		clear: both;
	}

	a:focus,
	*:focus {
		outline: none;
	}


	.sp {
		display: inline-block;
	}

	.sp_b {
		display: block;
	}

	.vsp {
		display: none;
	}

	.pc,
	.pc_b {
		display: none;
	}

	.in_box {
		margin: 0;
		width: 100%;
	}

	.pad_lr {
		padding-left: 13px;
		padding-right: 13px;
	}


	/*-----Loading-------*/
	#loading {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		z-index: 999;
		background: #fff;
		text-align: center;
		color: #fff;
		display: none;
	}

	#loading_logo {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#loading_logo img {
		width: 90%;
		height: auto;
	}

	/*-----HEADER-------*/
	#header_sp {
		width: 100%;
		height: 4.6rem;
		position: fixed;
		top: 0;
		z-index: 300;
		color: #000;
		background-image: -webkit-linear-gradient(90deg, rgb(195, 39, 42) 25%, rgb(153, 0, 3) 100%);
	}

	#header_sp_sns {
		/*		text-align: center;*/
		width: calc(100% - 4.6rem);
		padding-left: 0.8rem;
	}

	#header_sp_sns a {
		color: #fff;
		font-size: 17pt;
		margin: 0 0.9rem;
		line-height: 4.4rem;
	}

	.icon_blog {
		vertical-align: -12%;
	}

	/*-----TOP-------*/
	#main {
		overflow: hidden;

		min-width: inherit;
	}


	#top_sp_box {
		width: 100%;
		padding-top: 0;
		margin-top: 4.6rem;
	}

	#top_sp_set_box {
		width: 100%;
	}


	.top_cc1_sp {
		width: 14.05%;
		height: auto;
		position: absolute;
		margin-top: 46.7%;
		margin-left: 2.0%;
		z-index: 20;
	}

	.top_cc2_sp {
		width: 84.9%;
		height: auto;
		position: absolute;
		margin-top: 2.5%;
		margin-left: 1.0%;
		z-index: 20;
	}

	#top_logo_sp_box {
		width: 100%;
		position: absolute;
		margin-top: 0px;
		margin-left: 0px;
		z-index: 20;
	}

	#snow_box_sp {
		width: 100%;
		height: 100%;
		position: absolute;
		margin-top: 0px;
		margin-left: 0px;
		display: block;
		z-index: 30;
	}

	.top_logo_sp {
		width: 100%;
		height: auto;
		position: absolute;
		margin-top: 0px;
		margin-left: 0px;
		z-index: 20;
	}

	.top_txt_sp {
		width: 100%;
		height: auto;
		position: absolute;
		margin-top: 0px;
		margin-left: 0px;
		z-index: 20;
	}


	.top_koukai_sp {
		width: 95%;
		height: auto;
		display: block;
		margin: 10px auto;
	}

	.top_sp_bg {
		width: 100%;
		height: auto;
		margin-top: 0px;
		margin-left: 0px;
		display: block;
		z-index: 10;
	}

	#top_sita {
		background-color: #facd01;
		padding: 20px 0 0px;
		text-align: center;
	}

	#top_sita img {
		width: 90%;
		height: auto;
		margin-bottom: 10px;
		;
	}

	.bnr_cp_link {
		width: 28.2%;
		position: absolute;
		margin-top: 115.5%;
		margin-left: 46%;
		z-index: 20;
	}

	.bnr_cp {
		width: 100%;
		height: auto;
		z-index: 20;
	}

	.stline {
		height: 13px;
	}


	#topsita_bnr {
		padding: 10px 0px 10px;
		background-color: #015cb9;
	}

	#sns_btnbox {
		text-align: center;
	}

	#sns_btnbox img {
		width: 20%;
		height: auto;
		margin: 0 5px;
	}

	#topsita_bnr .bnr_area img {
		width: 90%;
		height: auto;
		margin: 0 auto 10px;
		display: block;
	}

	#trailer_sp_box {
		width: 100%;
		text-align: center;
		margin: 0px;
		background-color: #facd01;
		padding-top: 1px;
		padding-bottom: 20px;
	}

	#trailer_sp_box h3 {
		color: #15a8de;
	}

	#trailer_sp_box iframe {
		width: 90%;
		height: calc(100vw * 0.9 * 9 /16);
		margin: 0 auto;
	}



	/*-----NEWS-------*/
	#news_box {
		width: 100%;
		min-width: inherit;
		padding-top: 1px;
		padding-bottom: 50px;
		background-color: #facd01;
	}

	#news_box h3 {
		color: #15a8de;
	}


	#news_btnbox {
		padding: 0 10px;
		width: 100%;
		margin: 0 auto 20px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	a.news {
		display: block;
		width: 100%;
		max-width: 326px;
		color: #15a8de;
		font-size: 17pt;
		font-weight: 700;
		text-align: center;
		line-height: 1.1em;
		margin: 0 auto 40px;
	}

	.news_date {
		font-size: 17pt;
		font-weight: 700;
	}

	.news_img_box {
		/*	width: 326px;*/
		width: 100%;
		/*	height: 226px;*/
		padding: 10px;
		background-color: #fff;
		transition: 0.7s;
		margin-bottom: 15px;
		display: flex;
		align-items: flex-start;
		align-items: center;
	}

	a.news:hover .news_img_box {
		opacity: 0.7;
	}



	.news_img_box img {
		width: 100%;
		height: auto;
		display: block;

	}

	.news_img_box img.tate {
		width: 70%;
		margin: 0 auto;
	}

	#news_allbox {
		/*	height: 108px;*/
		text-align: center;
		margin: 0 auto;
	}

	a.news_allbtn {
		display: block;
		width: 200px;
		height: 46.35px;
		transition: 0.4s;
		margin: 0 auto;
		background-image: url(../images/top_btn_miru_off.png);
		background-size: 100% auto;
	}

	a.news_allbtn:hover {
		background-image: url(../images/top_btn_miru_on.png);
	}

	.kiri_snowman {
		width: 25%;
		height: auto;
		position: absolute;
		margin-top: -11.8%;
		right: 5%;
	}


	.sns_news_box {
		width: 100%;
		background-color: #FFFFFF;
		padding: 20px 15px;
		margin-bottom: 50px;
	}

	.news_txtbox {
		margin-top: 0px;
		margin-bottom: 0px;
		overflow-y: auto;
		color: #062f6f;
	}

	.news_kei {
		height: 8px;
		border-top: 8px #e3221d dotted;
		margin: 10px 0 10px
	}

	a.news_row {
		font-size: 14pt;
		font-weight: 700;
		padding: 5px 0
	}

	a.news_row:link,
	a.news_row:visited,
	a.news_row:active {
		color: #062f6f;
	}

	a.news_row:hover {
		color: #062f6f;
		text-decoration: underline
	}



	.news_date {
		font-weight: 700;
	}

	.news_title {
		font-weight: 400;
		/*	padding-left: 15px;*/
	}

	#news_btm {
		display: flex;
		justify-content: space-between;

	}

	#news_allbox {
		text-align: center;
		/*	padding-left: 24px;*/
		width: calc(100% - 100px);
	}

	a.news_allbtn {
		display: block;
		width: 200px;
		height: 46.35px;
		transition: 0.4s;
		margin: 27px auto 0;
		background-image: url(../images/top_btn_miru_off.png);
		background-size: 100% auto;
	}

	a.news_allbtn:hover {
		background-image: url(../images/top_btn_miru_on.png);
	}

	.top_kiri1_box {
		flex: 1;
		height: 30vw;
		margin: 0;
	}

	.top_kiri1 {
		position: absolute;
		width: 90px;
		height: auto;
		bottom: 0%;
		right: 10px;
	}

	#mvtk_box2 img{
		margin: 0 5px 10px;
		width: 90%;
		height: auto;
/*		display: block;*/
	}

	/*-----DOUGA-------*/
	#douga_box {
		padding-top: 1px;
		padding-bottom: 50px;
		background-color: #0394cd;
	}

	#douga_box h3 {
		color: #facd01;
	}

	#douga_btnbox {
		padding: 0 13px;
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
	}



	#douga_box iframe {
		width: 90%;
		height: calc(100vw * 0.6);
		margin: 0 auto 0px;
	}


	#douga_box h3 {
		display: block;
	}



	.movie_nav {
		width: 90%;
		display: -webkit-flex;
		/*	display: none;*/
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 7px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
		padding: 0;
	}

	.movie_nav_box {
		width: 50%;
		padding: 1px;
	}

	.movie_nav_box_long {
		width: 100%;
		padding: 1px;
	}

	.movie_nav_btn {
		display: block;
		padding: 7px 0;
		/*	min-height: 40px;*/
		/*	line-height: 40px;*/
		/*	letter-spacing: 3px;*/
		text-align: center;
		text-decoration: none;
		background: #ff9600;
		font-family: 'M PLUS 2', sans-serif;
	}

	.movie_nav_btn.selected {
		background-color: #c70d00;
	}

	a.movie_nav_btn:link,
	a.movie_nav_btn:visited {
		color: #fff;

	}

	a.movie_nav_btn.selected:link,
	a.movie_nav_btn.selected:visited {
		color: #fff;
	}

	h3 {
		display: block;
		font-family: 'M PLUS 2', sans-serif;
		font-weight: 700;
		font-size: 18pt;
		text-align: center;
	}


	/*-----mvtk-------*/

	#mvtk_box {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 30px;
		background-color: #facd01
	}

	#mvtk_box img {
		margin: 0 5px 10px;
		width: 90%;
		height: auto;
	}


	#mvtk_box #mvtk-widgets-container {
		margin: 0px auto 0px;
	}

	/*-----FOOTER-------*/
	#footer {
		width: 100%;
		min-width: inherit;
		padding: 30px 0;
		text-align: center;
	}

	.pre_bl {
		width: 90%;
		height: auto;
	}












	#bnr_sp_box {
		width: 100%;
		text-align: center;
	}

	#bnr_sp_box img {
		display: block;
		margin: 0 auto 10px auto;
	}








	#ftr_sp_box {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
		background-color: #025dba;
		display: none;
	}


	.pre_bl_sp {
		width: 95%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	#ftr_sp_bnr {
		width: 100%;
		text-align: center;
		padding-top: 15px;
	}

	#ftr_sp_bnr img {
		width: 90%;
		margin: 0 auto 8px auto;
	}

	#top_sp_tw {
		display: inline-block;
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
		clear: both;
		height: 100px;
		/*		width: 233px;*/
		/*		width: 157px;*/
	}

	.sns {
		margin-top: 0px;
		margin-right: 7px;
		margin-bottom: 0;
		float: left;
		margin-left: 0;
	}


	.fb {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0;
		float: left;
		margin-left: 0;
	}


	.tw {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 5px;
		margin-bottom: 0;
		float: left;

	}


	.line {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 5px;
		margin-bottom: 0;
		float: left;

	}

	.eigacom {
		margin-left: 0px;
		text-align: left;
		float: left;
		margin-top: 0px;

		/*		width: 36px;*/
	}


	/*-----Sub Page-------*/
	#main {
		width: 100%;
		min-width:inherit;
		overflow-x: hidden;
		font-family: 'M PLUS 2', sans-serif;
		font-weight: 800;
	}

	.sub_box {
		width: 100%;
		min-width: inherit;
		margin: 0 auto;
		background-position: center top;
		background-repeat: no-repeat;
		overflow-x: hidden;
	}

	h3 {
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		background-repeat: no-repeat;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#news_box h3,
	#trailer_sp_box h3 {
		text-indent: 0;
		display: block;
		font-family: 'M PLUS 2', sans-serif;
		font-weight: 900;
		font-size: 29pt;
		text-align: center;
		line-height: 1em;
	}

	#trailer_sp_box h3 {
		color: #15a8de;
	}


	.h3_box {
		text-align: center;
	}

	.sub_head {
		width: 100%;
		margin: 0;
		background-repeat: no-repeat;
		background-position: center top;
		z-index: 10;
	}

	.sub_head_inbox {
		width: 1000px;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}

	.in_box {
		margin: 0;
		width: 100%;
	}

	.txt_box {
		font-size: 11pt;
		line-height: 1.5em;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.pad_lr {
		padding-left: 13px;
		padding-right: 13px;
	}

	.w100pct {
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
		z-index: 10;
	}

	.yokobo {
		letter-spacing: -0.1em;
		/*	<span class="yokobo">――</span>*/
	}



	/*----------PHOTO SCROLL------------*/

	#slide_photo_pc1 {
		width: 100%;
		height: 180px;
		background: repeat-x url("../images/scrl_pt_sp.jpg") left top/auto 100%;
		-webkit-animation: loop-sp infinite 40s linear;
		animation: loop-sp infinite 40s linear;
		z-index: 20;
	}

	@-webkit-keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1856px 0;
		}
	}

	@keyframes loop-sp {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: -1856px 0;
		}
	}

	#slide_photo_pc2 {
		width: 100%;
		height: 200px;
		background: repeat-x url("../images/scrl2_sp.jpg") left top/auto 100%;
		-webkit-animation: loop-sp2 infinite 40s linear;
		animation: loop-sp2 infinite 40s linear;
		z-index: 20;
	}

	@-webkit-keyframes loop-sp2 {
		0% {
			background-position: -1267px 0;
		}

		100% {
			background-position: 0 0;
		}
	}

	@keyframes loop-sp2 {
		0% {
			background-position: -1267px 0;
		}

		100% {
			background-position: 0 0;
		}
	}




	/*----- Twitter & Baner -------*/
	#sub_tw_box {
		/*	background-image: url(../images/bg_tw.gif);*/
		background-color: #0d56a7;

		background-position: center top;
		background-repeat: repeat;
		background-size: 100% auto;
		padding-top: 40px;
		padding-bottom: 40px;

	}

	.sns_tw_box {
		width: 90%;
		height: 586px;
		background-color: #fff;
		margin: 0 auto;
	}

	.tw_inbox {
		width: 100%;
		height: 500px;
		overflow: hidden;
	}
	
	#sub_tw_box .in_box{
		display: block;
	}

	.pre_tw_btn_miru {
		display: block;
		margin: 15px 8px 0 auto;
	}

	.baner_box {
		width: 100%;
		margin-top: 15px;
	}

	.baner_box img {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto 10px;
	}









































}


@media screen and (max-width: 330px) {
	.vsp {
		display: inline-block;
	}

}
