@media screen and (max-width: 768px) {


	/* PC Setting */
	.pcHide{
		display: block !important;
	}
	.spHide{
		display: none !important;
	}
	.pc_br{
		display: none !important;
	}
	.sp_br{
		display: block !important;
	}

	.btnBack{
		width: 100%;
		margin: 52px auto 32px auto;
	}
	.btnBack a{
		height: 50px;
		line-height: 50px;
		border-radius: 8px;
	}

	.btnBack a span{
		padding-left: 32px;
		background: url(../img/arr_back.png) no-repeat center left;
		background-size: 24px 24px;
	}

	/* header */
	#header{
		display: block;
		padding: 0;
		margin: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9000;
	}

	#header.on{
		display: block;
		padding: 0;
		margin: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9001;
	}

	h1 a{
		width: 56px;
		padding-top: 86px;
		background: url(../img/h1_fixed.png) no-repeat center center;
		background-size: 50px auto;
		background-color: #ffffff;
	}
	#header h1,
	#header.on h1{
		margin: 0 0 0 0;
	}

	#header #menuBtn{
		display: none;
	}

	/* navi */
	#navi{
		display: none;
	}

	#navi:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}


	#header.on #navi{
		margin: 26px 0 0 0;
	}

	#navi ul{
		display: block;
	}


	#navi li{
		display: inline-block;
		margin: 0 15px 0 0;
	}

	#navi li a{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.0;
	}

	#navi li.navi_fb,
	#navi li.navi_yt,
	#navi li.navi_in{
		margin: 0 5px 0 0;
	}

	#navi li.navi_fb a{
		width: 21px;
		height: 15px;
		display: block;
		background: url(../img/ico_fb.png) no-repeat center center;
		text-indent: -9999px;
	}

	#navi li.navi_yt a{
		width: 21px;
		height: 15px;
		display: block;
		background: url(../img/ico_youtube.png) no-repeat center center;
		text-indent: -9999px;
	}

	#navi li.navi_in a{
		width: 21px;
		height: 15px;
		display: block;
		background: url(../img/ico_instagram.png) no-repeat center center;
		text-indent: -9999px;
	}

	#navi li.navi_tw a{
		width: 21px;
		height: 15px;
		display: block;
		background: url(../img/ico_twitter.png) no-repeat center center;
		text-indent: -9999px;
	}


	.btn_page{
		margin: 24px 0 32px 0;
	}
	.btn_page a{
		width: auto;
		height: 60px;
		display: block;
		line-height: 60px;
		border: 2px solid #ffffff;
		font-size: 1.5rem;
		border-radius: 8px;
	}
	.btn_page a span {
	    padding-right: 32px;
	    background: url(../img/arr_go.png) no-repeat center right;
	    background-size: 24px 24px;
	}

	.btn_pageImg{
		width: auto;
		margin: 24px 15px 32px 15px;
	}
	.btn_pageImg img{
		width: 100%;
		height: auto;
	}

	/* movie */
	#main{

	}
	.layer{
		background: none;
	}
	#main h2{
		width: auto;
		height: 0;
		display: none;
		margin: 0 15px 0 15px;
		padding: 109% 0 0 0;
		background: url(../img/h2_main_sp.png) no-repeat center center;
		background-size: cover;
	}
	.mainNews{
		height: 50px;
	}
	.mainNews .wrapper{
		height: 50px;
		margin: 0;
		padding: 0 0 0 0;
		overflow: hidden;
	}
	.mainNews h3{
		width: 50px;
		line-height: 50px;
		font-size: 1.2rem;
	}
	.mainNews ul{
		width: calc(100% - 50px);
		height: 50px;
	}
	.mainNews ul li{
		padding: 0 10px 0 10px;
		line-height: 1.2;
	}
	.mainNews ul li dt{
		width: auto;
		display: block;
		margin: 8px 0 0 0;
		float: none;
		font-size: 1.0rem;
	}
	.mainNews ul li dd{
		padding: 5px 0 0 0;
		font-size: 1.0rem;
		line-height: 15px;
	}
	.mainNews ul li dd a{
		padding: 0 0 0 10px;
		background: url(../img/ico_arrow.png) no-repeat center left;
		background-size: 4px auto;
	}
	.mainNews ul li dd a:hover{
		text-decoration: underline;
	}
	.btnScroll{
		width: 92px;
		height: 60px;
		display: block;
		position: absolute;
		bottom: 64px;
		left: calc(50% - 46px);
		z-index: 10;
	}
	.btnScroll a{
		width: 92px;
		height: 0;
		display: block;
		padding-top: 60px;
		background: url(../img/btn_scroll.png) no-repeat top center;
		background-size: auto 60px;
		overflow: hidden;
	}
	.btnScroll a:hover,
	.btnScroll a:focus{
		background: url(../img/btn_scroll.png) no-repeat top center;
		background-size: auto 60px;
	}
	.btnScroll a:visited,
	.btnScroll a:active
	{
		background: url(../img/btn_scroll.png) no-repeat top center;
		background-size: auto 60px;
	}

	/* background */
	#contents .pos01.inner{
		width: 100%;
		height: 10%;
		display: block;
		margin: -10% 0 0 0;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/bg_contents.png) repeat center center;
		background-color: #e60012;
		-webkit-transform: skewY(-30deg) skewX(0) translateX(0);
		transform: skewY(-30deg) skewX(0) translateX(0);
	}
	#contents .pos01.inner.rugm{
		width: 100%;
		height: 30%;
		display: block;
		margin: -10% 0 0 0;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/bg_contents.png) repeat center center;
		background-color: #e60012;
		-webkit-transform: skewY(-30deg) skewX(0) translateX(0);
		transform: skewY(-30deg) skewX(0) translateX(0);
	}
	#contents .pos01.inner.monom{
		width: 100%;
		height: 22%;
		display: block;
		margin: -10% 0 0 0;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/bg_contents.png) repeat center center;
		background-color: #e60012;
		-webkit-transform: skewY(-30deg) skewX(0) translateX(0);
		transform: skewY(-30deg) skewX(0) translateX(0);
	}
	#contents .pos01.inner.tryg{
		width: 100%;
		height: 30%;
		display: block;
		margin: -10% 0 0 0;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/bg_contents.png) repeat center center;
		background-color: #e60012;
		-webkit-transform: skewY(-30deg) skewX(0) translateX(0);
		transform: skewY(-30deg) skewX(0) translateX(0);
	}
	#contents .pos02.inner{
		width: 100%;
		height: 15%;
		display: block;
		margin: 0 0 0 0;
		content: "";
		position: absolute;
		top: 1200px;
		left: 0;
		background: url(../img/bg_contents.png) repeat center center;
		background-color: #0599d9;
		-webkit-transform: skewY(30deg) skewX(0) translateX(0);
		transform: skewY(30deg) skewX(0) translateX(0);
	}
	#contents .pos03.inner{
		width: 100%;
		height: 15%;
		display: block;
		margin: 0 0 0 0;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/bg_contents.png) repeat center center;
		background-color: #e60012;
		-webkit-transform: skewY(-30deg) skewX(0) translateX(0);
		transform: skewY(-30deg) skewX(0) translateX(0);
	}

	/* fukushima */
	#fukushima{
		width: 100%;
	}
	#fukushima .wrapper{
		margin: 0;
		padding: 72px 0 0 0;
		background: url(../img/bg_Fukushima.png) no-repeat right 20px;
		background-size: auto 180px;
	}
	#fukushima h2{
		margin: 0 20px 0 20px;
	}
	#fukushima h2 span{
		font-size: 3rem;
	}
	#fukushima .txtBox{
		margin: 20px 20px 0 20px;
		text-align: left;
	}
	.narikiriList{
		width: auto;
		margin: 32px 20px 0 20px;
	}
	.narikiriList .List1{
	}
	.narikiriList .List1 li{
		width: 33.3%;
		float: left;
	}
	.narikiriList .List2{
	}
	.narikiriList .List2 li{
		margin: 20px 0 0 0;
	}
	.narikiriList dd{
		font-size: 1.0rem;
	}
	.narikiriList dd span{
		display: block;
		font-size: 0.9rem;
	}

	.osusumeTitBlock{
		display: block;
		margin: 32px 0 0 0;
		text-align: center;
	}
	.osusumeTitBlock h3{
		height: 0;
		display: block;
		padding-top: 54%;
		background: url(../img/try/h3_narikiri_sp.png) no-repeat top center;
		background-size: cover;
		text-align: center;
		overflow: hidden;
	}

	.narikiriBlock{
		margin: 32px 0 0 0;
		font-size: 1.5rem;
	}
	.narikiriBlock dt{
		width: 250px;
		display: block;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.narikiriBlock dt img{
		width: 240px;
	}
	.narikiriBlock dd{
		width: auto;
		display: block;
		padding: 10px;
		border-radius: 8px;
	}
	#leitch.narikiriBlock{
		margin-top: 24px;
	}
	#himeno.narikiriBlock dd{
		width: auto;
		padding-left: 10px;
	}
	.narikiriBlock.imgL dt{
		float: none;
	}
	.narikiriBlock.imgR dt{
		float: none;
	}
	.narikiriBlock.imgL dd{
		float: none;
	}
	.narikiriBlock.imgR dd{
		float: none;
	}
	.pName{
		display: inline-block;
		font-size: 2.0rem;
	}
	.hashList{
		margin: 12px 0 0 0;
		font-size:1.2rem;
	}

	.ragujo01{
		display: block;
		position: absolute;
		bottom: auto;
		top: 96px;
		right: 0;
	}
	.ragujo01 img{
		width: auto;
		height: 200px;
	}

	.ragujo02{
		display: block;
		position: absolute;
		bottom: auto;
		top: 96px;
		left: -10px;
	}
	.ragujo02 img{
		width: auto;
		height: 200px;
	}

	.ragujo03{
		display: block;
		position: absolute;
		bottom: auto;
		top: 96px;
		right: -25px;
	}
	.ragujo03 img{
		width: auto;
		height: 200px;
	}

	.ragujo04{
		display: block;
		position: absolute;
		bottom: auto;
		top: 96px;
		right: -14px;
	}
	.ragujo04 img{
		width: auto;
		height: 200px;
	}

	.ragujo05{
		display: block;
		position: absolute;
		bottom: auto;
		top: 96px;
		right: -25px;
	}
	.ragujo05 img{
		width: auto;
		height: 200px;
	}

	.ragujo06{
		display: block;
		position: absolute;
		bottom: auto;
		top: 116px;
		right: -24px;
	}
	.ragujo06 img{
		width: auto;
		height: 180px;
	}

	.ragujo07{
		display: block;
		position: absolute;
		bottom: auto;
		top: 116px;
		right: auto;
		left: -10px;
	}
	.ragujo07 img{
		width: auto;
		height: 180px;
	}

	.ragujo08{
		display: block;
		position: absolute;
		bottom: auto;
		top: 116px;
		left: auto;
		right: -24px;
	}
	.ragujo08 img{
		width: auto;
		height: 180px;
	}

	.ragujo09{
		display: block;
		position: absolute;
		bottom: auto;
		top: 116px;
		right: auto;
		left: -10px;
	}
	.ragujo09 img{
		width: auto;
		height: 180px;
	}

	.ragujo10{
		display: block;
		position: absolute;
		bottom: auto;
		top: 116px;
		left: auto;
		right: -24px;
	}
	.ragujo10 img{
		width: auto;
		height: 180px;
	}

	.ragujo11{
		display: block;
		position: absolute;
		bottom: auto;
		top: 116px;
		right: auto;
		left: -10px;
	}
	.ragujo11 img{
		width: auto;
		height: 180px;
	}

	/* paradel */
	#paradel{

	}
	#paradel .wrapper{
		margin: 40px 0 0 0;
		padding: 40px 0 0 0;
		background: url(../img/bg_Paradel_sp.png) no-repeat right top;
		background-size: auto 200px;
	}
	#paradel h2{
		padding-bottom: 32px;
		text-align: center;
		font-size: 3rem;
	}
	#paradel h2 span{
		display: block;
		font-size: 2.2rem;
	}
	#paradel .txtBox{
		color: #ffffff;
	}
	#paradel h3{
		margin-bottom: 10px;
		font-size: 2.0rem;
	}
	#paradel .txtBox{
		margin: 0 20px 0 20px;
	}
	#paradel .contentsBoxTitL{
		margin: 20px 20px 0 20px;
	}
	#paradel .contentsBoxTitL .boxExp{
		width: auto;
		display: block;
		float: none;
	}
	#paradel .contentsBoxTitL .txtBox{
		margin: 0 0 0 0;
	}
	#paradel .contentsBoxTitL .boxMain{
		width: auto;
		display: block;
		float: none;
		margin: 20px 0 0 0;
	}
	#paradel .profile{
		display: block;
		margin: 20px 0 20px 0;
	}
	#paradel .profileBox{
		display: block;
		padding: 10px;
	}
	#paradel .profile dl {
	}
	#paradel .profile dt{
		width: 70px;
		display: block;
		float: left;
	}
	#paradel .profile dt img{
		width: 70px;
		height: 70px;
	}
	#paradel .profile dd{
		padding: 20px 0 0 90px;
		float: none;
		font-size: 1.5rem;
	}
	#paradel .profile dd span{
		font-size: 1.0rem;
	}
	#paradel .profile p{
		display: block;
		margin: 10px 0 0 0;
		font-size: 1.0rem;
	}
	#paradel .profile:after{
		content: "";
		width: 100%;
		display: block;
		background: url(../img/bg_exp.png) repeat bottom right;
		background-size: auto 100px;
		top: 5px;
		left: 5px;
	}
	/* try */
	#try{
		width: 100%;
	}
	#try .wrapper{
		margin: 20px 0 0 0;
		padding: 30px 15px 0 15px;
		background: url(../img/bg_Try_sp.png) no-repeat right 20px;
		background-size: auto 200px;
	}
	#try .txtBox{
		padding: 0 15px 0 15px;
		text-align: left;
	}

	#try .contentsBoxTitR{
		margin: 20px 20px 0 20px;
	}
	#try .contentsBoxTitR .boxExp{
		width: auto;
		display: block;
		float: none;
	}
	#try .contentsBoxTitR h2,
	#try .contentsBoxTitR .txtBox
	{
		padding-left: 0;
	}
	#try .contentsBoxTitR .boxMain{
		width: auto;
		float: none;
		margin: 25px 0 0 0;
	}

	#try .tryMov{
		width: auto;
		border: 3px solid #ffffff;
	}
	#try .tryMovExp{
		width: auto;
		margin-bottom: 24px;
		padding: 6px 5px 6px 5px;
	}
	#try .tryMovExp h5{
		font-size: 1.8rem;
		color: #b3000c;
	}
	#tryMov .txtBox2 span.sp_br{
		display: inline !important;
	}
	.tryList{
		width: auto;
	}
	.tryList li{
		width: 48%;
		display: block;
		float: left;
		margin: 4% 0 0 4%;
	}
	.tryList li.long{
		width: 100%;
		display: block;
		float: none;
		margin: 4% 0 0 0;
	}
	.tryListR li.long{
		width: auto;
		display: block;
		float: none;
		margin: 10px 0 0 0;
	}
	.tryList li:nth-child(3){
		margin: 4% 0 0 4%;
	}
	.tryList li:nth-child(2){
		margin: 4% 0 0 0;
	}

	.tryList_sample li{
		width: 48%;
		display: block;
		float: left;
		margin: 4% 0 0 4%;
	}
	.tryList_sample li:nth-child(2n){
		margin: 4% 0 0 4%;
	}
	.tryList_sample li:nth-child(2n+1){
		margin: 4% 0 0 0;
	}

	.hashSearch{
		display: block;
		margin: 20px 0 0 0;
		z-index: 8001;
		position: relative;
	}
	.hashSearch dl {
		padding: 10px;
	}
	.hashSearch dt{
		width: auto;
		display: block;
		float: none;
		font-size: 1.4rem;
	}
	.hashSearch dd{
		width: 90px;
		height: 90px;
		display: block;
		margin: 10px auto 0 auto;
		float: none;
	}
	.hashSearch dd a{
		width: 90px;
		height: 90px;
		padding: 25px 0 25px 0;
		background: url(../img/ico_arrow.png) no-repeat 80px center;
		background-size: 7px auto;
		background-color: #ffffff;
		border-radius: 45px;
		font-size: 1.4rem;
		line-height: 20px;
	}
	.hashSearch:after{
		content: "";
		width: 100%;
		display: block;
		background: url(../img/bg_exp.png) repeat bottom right;
		background-size: auto 100px;
		top: 5px;
		left: 5px;
	}


	#tryMov .boxMain{
		margin: 24px 0 32px 0;
		padding: 10px 10px 4px 10px;
		border-radius: 6px;
	}

	#tryMov .tryMovExp{
		margin-bottom: 16px;
		padding: 10px 8px 10px 8px;
	}
	#tryMov .tryMovExp h5{
		font-size: 2.0rem;
		font-weight: 700;
		color: #b3000c;
	}
	#tryMov .boxMainL{
		display: block;
		margin-bottom: 32px;
	}
	#tryMov .boxMainL .tryMov{
		width: 100%;
		display: block;
		float: none;
	}
	#tryMov .boxMainL .tryMovExp{
		width: 100%;
		display: block;
		float: none;
		background-color: #ffffff;
		padding: 10px;
	}

	#tryMov .boxMainR{
		display: block;
		margin-bottom: 32px;
	}
	#tryMov .boxMainR .tryMov{
		width: 100%;
		display: block;
		float: none;
	}
	#tryMov .boxMainR .tryMovExp{
		width: 100%;
		display: block;
		float: none;
		background-color: #ffffff;
		padding: 10px;
	}

	/* add 2019.06 */
	.trySlider{
		margin: 32px 0 54px 0;
	}
	.trySlider ul.randomShow{
	}
	.trySlider ul.randomShow li.show1{
		width: 290px !important;
		margin: 0 5px 0 5px;
		float: left;
		border: 5px solid #ffffff;
	}
	.trySlider ul.randomShow li.show1 dl{
		width: 100%;
		height: auto;
	}
	.trySlider ul.randomShow li.show1 dt{
		width: 100%;
		float: none;
	}
	.trySlider ul.randomShow li.show1 dd{
		padding: 8px 5px 0 5px;
	}
	.trySlider ul.randomShow li.show1 dd h6{
		margin: 0 0 4px 0;
		padding: 0 0 4px 0;
		border-bottom: 3px solid #e60012;
		font-size: 2.2rem;
	}
	.trySlider ul.randomShow li.show1 dd h6 span{
		display: inline-block;
		margin: 0 0 0 7px;
		font-size: 1.6rem;
		font-weight: bold;
		font-style: normal;
	}
	.trySlider ul.randomShow li.show1 dd h7{
		margin: 0 0 12px 0;
		font-size: 1.6rem;
	}
	.trySlider ul.randomShow li.show1 dd h7 span{
		display: inline-block;
		font-size: 1.4rem;
	}
	.trySlider ul.randomShow li.show1 dd h7:before{
		content: "住みます芸人";
		margin-right: 5px;
		font-size: 0.9rem;
	}
	.trySlider ul.randomShow li.show1 dd p{
		font-size: 1.2rem;
	}
	.trySlider ul.randomShow li.show1 dd p span{
		font-size: 1.6rem;
	}

	.tryAll{
		width: 102%;
		display: block;
		margin: 0 0 54px -2%;
	}
	.tryAll ul.randomNum{
	}
	.tryAll ul.randomNum li{
		width: 49%;
		margin: 10px 0.5% 10px 0.5%;
		background-color: #e60012;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	}
	.tryAll ul.randomNum li dl{
		width: 100%;
		height: auto;
	}
	.tryAll ul.randomNum li dt{
	}
	.tryAll ul.randomNum li dt.prefSlider{
	}
	.tryAll ul.randomNum li dt ul.prefSlider{
		width: 100%;
		height: auto;
		border: 1.55px solid #ffffff;
		box-sizing: border-box;
		overflow: hidden;
	}
	.tryAll ul.randomNum li dt ul.prefSlider li{

	}

	.tryAll ul.randomNum li dt ul.prefSlider.slick-slider{
		margin-bottom: 0 !important;
	}
	.tryAll ul.randomNum li dt ul.prefSlider .slick-dots{
		width: auto;
		display: inline-block !important;
		bottom: -8px !important;
		position: absolute;
		right: 0;
	}
	.tryAll ul.randomNum li dt ul.prefSlider .slick-dots li{
		width: auto;
		display: inline-block;
		float: none;
	}
	.tryAll ul.randomNum li dt img{
		width: 100%;
		height: auto;
		border: 2px solid #ffffff;
		box-sizing: border-box;
	}
	.tryAll ul.randomNum li dt ul.prefSlider img{
		width: 100%;
		height: auto;
		border: none;
	}
	.tryAll ul.randomNum li dd{
		display: block;
		position: absolute;
		bottom: 4px;
		left: 4px;
	}
	.tryAll ul.randomNum li dd h6{
		font-size: 1.6rem;
	}
	.tryAll ul.randomNum li dd h6 span{
		margin: 0 0 0 6px;
		font-size: 1.1rem;
	}

	.tryAll ul.randomNum li.on{
		width: 99%;
		margin: 10px 0.5% 10px 0.5%;
	}
	.tryAll ul.randomNum li.on dl{
		height: auto;
	}
	.tryAll ul.randomNum li.on dt,
	.tryAll ul.randomNum li.on dt.prefSlider{
		width: 49%;
	}
	.tryAll ul.randomNum li.on dt ul.prefSlider{
		height: auto;
	}

	.tryAll ul.randomNum li.on dt ul.prefSlider .slick-dots{
		bottom: -6px !important;
	}
	.tryAll ul.randomNum li.on dt ul.prefSlider .slick-dots li{
		width: auto;
		display: inline-block;
		float: none;
	}

	.tryAll ul.randomNum li.on dd{
		padding: 0 8px 0 50%;
	}
	.tryAll ul.randomNum li.on dd h6{
		margin: 8px 0 5px 0;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #e60012;
		font-size: 2.0rem;
	}
	.tryAll ul.randomNum li.on dd h7{
		margin: 0 0 12px 0;
	}
	.tryAll ul.randomNum li.on dd h7 span{
		display: block;
	}
	.tryAll ul.randomNum li.on dd h7:before{
		margin-right: 0;
		font-size: 0.9rem;
	}
	.tryAll ul.randomNum li.on dd p{
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.tryAll ul.randomNum li.on dd p span{
		margin-top: 2px;
		font-size: 1.6rem;
	}

	/* rugarmeshi */
	#rugarmeshi{
		width: 100%;
	}
	#rugarmeshi .wrapper{
		padding: 72px 0 20px 0;
		background: url(../img/bg_food_sp.png) no-repeat right 24px;
		background-size: auto 200px;
	}
	#rugarmeshi h2{
  	margin: 0 20px 0 20px;
		padding-bottom: 32px;
	}
	#rugarmeshi h2 span{
		font-size: 3rem;
	}
	#rugarmeshi .txtBox{
		margin: 20px 0 0 0;
	  text-align: left;
		color: #ffffff;
	}

	#rugarmeshi h3{
		display: block;
		margin-bottom: 12px;
		padding-bottom: 12px;
		font-size: 2.5rem;
		font-weight: bold;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	#movList h2{
		display: block;
		margin: 54px auto 0 auto;
		font-size: 2.5rem;
		text-align: left !important;
	}

	#movList h3{
		display: block;
		margin-bottom: 12px;
		padding-bottom: 12px;
		font-size: 2.4rem;
		font-weight: bold;
		color: #030000;
		border-bottom: 1px solid #030000;
	}
	#rugarmeshi .contentsBoxTitL,
	#monomane .contentsBoxTitL,
	#movList .contentsBoxTitL{
		margin: 45px 0 0 0;
	}
	#rugarmeshi .contentsBoxTitL .boxExp,
	#monomane .contentsBoxTitL .boxExp,
	#movList .contentsBoxTitL .boxExp{
		width: auto;
		display: block;
		float: none;
	}
	#rugarmeshi .contentsBoxTitL .txtBox,
	#monomane .contentsBoxTitL .txtBox,
	#movList .contentsBoxTitL .txtBox{
		margin: 12px 0 0 0;
		text-align: left;
	}
	#movList .contentsBoxTitL .txtBox{
		color: #030000;
	}
	#rugarmeshi .contentsBoxTitL .boxMain,
	#monomane .contentsBoxTitL .boxMain,
	#movList .contentsBoxTitL .boxMain{
		width: auto;
		display: block;
		float: none;
		background-color: #030000;
		border-radius: 5px;
	}

	#rugarmeshi .contentsBoxTitR,
	#monomane .contentsBoxTitR,
	#movList .contentsBoxTitR{
		margin: 32px 0 0 0;
	}
	#rugarmeshi .contentsBoxTitR .boxExp,
	#monomane .contentsBoxTitR .boxExp,
	#movList .contentsBoxTitR .boxExp{
		width: auto;
		display: block;
		float: none;
	}
	#rugarmeshi .contentsBoxTitR .txtBox,
	#monomane .contentsBoxTitR .txtBox,
	#movList .contentsBoxTitR .txtBox{
		margin: 12px 0 0 0;
		text-align: left;
	}
	#movList .contentsBoxTitR .txtBox{
		color: #030000;
	}
	#rugarmeshi .contentsBoxTitR .boxMain,
	#monomane .contentsBoxTitR .boxMain,
	#movList .contentsBoxTitR .boxMain{
		width: auto;
		display: block;
		float: none;
		background-color: #030000;
		border-radius: 5px;
		box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.2);
	}

	.mov_sample{
		display: block;
		margin: 12px 0 0 0;
		border: 5px solid #ffffff;
	}
	.mov_sample img{
		width: 100%;
		height: auto;
	}

	/* monomane */
	#monomane{

	}
	#monomane .wrapper{
		padding: 92px 0 20px 0;
		background: url(../img/bg_Monomane.png) no-repeat center 40px;
		background-size: contain;
	}
	#monomane h2{
		margin: 0 20px 0 20px;
	  padding-bottom: 32px;
	}
	#rugarmeshi h2 span{
	  font-size: 3rem;
	}
	#monomane .txtBox{
		margin: 20px 0 0 0;
	  text-align: left;
	  color: #ffffff;
	}

	#monomane h3{
		display: block;
	  margin-bottom: 12px;
	  padding-bottom: 12px;
	  font-size: 2.5rem;
	  font-weight: bold;
	  color: #ffffff;
	  border-bottom: 1px solid #ffffff;
	}

	h4.secTit{
		display: block;
		margin: 54px 0 0 0;
		font-size: 2.8rem;
		font-weight: bold;
		text-align: center;
	}
	h4.secTit span{
		display: inline-block;
		margin: 0 0 0 16px;
		font-size: 2.2rem;
		font-weight: bold;
	}

	.monomaneMember{
		display: block;
		margin: 32px 0 0 0;
	}
	.monomaneMember ul{
		display: block;
	}
	.monomaneMember ul li{
		width: 49%;
		margin: 0 0 16px 2%;
		padding: 5px;
		box-sizing: border-box;
	}
	.monomaneMember ul li:nth-child(3n){
		margin: 0 0 16px 2%;
		clear: none;
	}
	.monomaneMember ul li:nth-child(3n+1){
		margin: 0 0 16px 2%;
		clear: none;
	}
	.monomaneMember ul li:nth-child(2n){
		margin: 0 0 16px 2%;
		clear: right;
	}
	.monomaneMember ul li:nth-child(2n+1){
		margin: 0 0 16px 0;
		clear: left;
	}
	.monomaneMember ul dd{
		display: block;
		margin: 8px 0 0 0;
	}
	.monomaneMember ul dd h5{
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.monomaneMember ul dd h6{
		font-size: 1.2rem;
	}

	/* plan */
	#plan{
		margin: 42px 0 0 0;
	}
	#plan .wrapper{
		margin: 0;
	}
	#plan h2{
		height: auto;
	}
	#plan .nakagawaya h2{
		line-height: 1.2;
	}
	#plan .nakagawaya h2 span{
		display: inline-block;
		margin-right: 6px;
		line-height: 1.2;
	}
	#plan .monomane h2{
		line-height: 1.2;
	}
	#plan .rugmeshi h2{
		line-height: 1.2;
	}
	.planList li{
		width: 100%;
		float: none;
		padding: 32px 20px 32px 20px;
		box-sizing: border-box;
	}
	.planList li dl{
		display: block;
		margin: 20px 0 0 0;
	}
	.planList li dd{
		margin: 16px 0 0 0;
	}
	.planList li:nth-child(1),
	.planList li:nth-child(3){
		background: url(../img/bg_contents.png) repeat top center;
		background-size: 800px auto;
		background-color: #0599d9;
	}
	.planList li:nth-child(2){
		background: url(../img/bg_contents.png) repeat center center;
		background-size: 800px auto;
	}

	/* sns */
	#sns{
		padding: 42px 0 42px 0;
	}
	.snsList{
		display: inline-block;
		margin: 0 auto 0 auto;
		padding-top: 30px;
		background: url(../img/tit_sns.png) no-repeat top center;
		background-size: auto 20px;
	}
	.snsList li{
		height: 40px;
		float: left;
		margin: 10px 0 0 20px;
	}
	.snsList li:first-child{
		margin: 0 0 0 0;
	}
	.snsList li:nth-child(2){
		margin: 10px 0 0 0;
	}
	.snsList li.tit{
		display: none;
	}
	.snsList li.insta a{
		width: 40px;
		padding-top: 40px;
		background: url(../img/ico_instagram.png) no-repeat center left;
		background-size: auto 40px;
	}
	.snsList li.tw a{
		width: 40px;
		padding-top: 40px;
		background: url(../img/ico_twitter.png) no-repeat center left;
		background-size: auto 40px;
	}
	.snsList li.fb a{
		width: 40px;
		padding-top: 40px;
		background: url(../img/ico_facebook.png) no-repeat center left;
		background-size: auto 40px;
	}
	.snsList li.yt a{
		width: 57px;
		height: 0;
		display: block;
		padding-top: 40px;
		background: url(../img/ico_youtube.png) no-repeat center left;
		background-size: auto 40px;
	}
	.snsList li.tik a{
		width: 40px;
		height: 0;
		display: block;
		padding-top: 40px;
		background: url(../img/ico_tiktok.png) no-repeat center left;
		background-size: auto 40px;
	}

	/* banner */
	#banner{
		padding: 20px 0 20px 0;
	}
	.bannerList{
		display: block;
	}
	.bannerList li{
		width: 100%;
		display: block;
		float: none;
		margin: 10px 0 0 0;
		overflow: hidden;
	}


	/* nakagawaya */
	#nakagawaya{

	}
	#nakagawaya .wrapper{
		margin: 40px 0 0 0;
		padding: 50px 0 0 0;
		background: url(../img/bg_nakagawaya.png) no-repeat center 32px;
		background-size: auto 50px;
	}
	#nakagawaya h2{
		padding-bottom: 32px;
		text-align: center;
		font-size: 3rem;
	}
	#nakagawaya h2 span{
		display: block;
		font-size: 2.2rem;
	}
	#nakagawaya h3{
		margin-bottom: 10px;
		font-size: 2.0rem;
	}
	#nakagawaya .txtBox{
		color: #ffffff;
		text-align: left;
			margin: 0 20px 0 20px;
	}


		#nakagawaya .contentsBoxTitL{
			margin: 20px 20px 0 20px;
			padding: 5px;
			border-radius: 3px;
		}
		#nakagawaya .contentsBoxTitL .boxExp{
			width: auto;
			display: block;
			float: none;
		}
		#nakagawaya .contentsBoxTitL .txtBox{
			margin: 16px 0 0 0;
		}
		#nakagawaya .contentsBoxTitL .boxMain{
			width: auto;
			display: block;
			float: none;
		}
		#nakagawaya .contentsBoxTitR{
			margin: 20px 20px 0 20px;
			padding: 5px;
			border-radius: 3px;
		}
		#nakagawaya .contentsBoxTitR .boxExp{
			width: auto;
			display: block;
			float: none;
		}
		#nakagawaya .contentsBoxTitR .txtBox{
			margin: 16px 0 0 0;
		}
		#nakagawaya .contentsBoxTitR .boxMain{
			width: auto;
			display: block;
			float: none;
		}


}
