#main_contents .sp{
	display:none;
}

#main_contents{
	color: #231815;
}

/* メインヴィジュアル */
#main_contents #mv{
	width: 100%;
	max-width:1920px;
	margin:0 auto;
}
#main_contents #mv .mv_img{
	width: 100%;
	max-width:1920px;
	margin: 0 auto;
	height: auto;
}
#main_contents #mv .mv_img h1{
	font-size: 0;
}


#main_contents #mv .slides{
	width: 100%;
	max-width:1920px;
}

#main_contents #mv .slides img{
	width: 100%;
	max-width:1920px;
	height: auto;
}

#main_contents #wrap{
	width: 100%;
	max-width:1920px;
	margin:0 auto;
}

#main_contents #wrap .inner{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 100px;
	background-color: #fff;
	position: relative;
}

#main_contents #wrap .inner #read{
	width: 94%;
	max-width:1120px;
	text-align: center;
	padding-bottom: 66px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}

#main_contents #wrap .inner #read p{
	width: 20%;
/* 	max-width: 283px; */
	min-width: 200px;
	height: auto;
}

#main_contents #wrap .inner #read p img{
	width: 100%;
	height: auto;
}


#main_contents #wrap .inner #read p.txt{
	font-size: 24px;
    text-align: center;
	line-height: 2.0em;
	margin-top: 35px;
	width: 60%;
/* 	min-width: 597px; */
}

#main_contents #wrap .inner #summary{
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
    padding-bottom: 96px;
    text-align: left;
    font-size: 17px;
    line-height: 1.3em;
}

#main_contents #wrap .inner #summary span{
    display: block;
    font-weight: bold;
    padding-bottom: 12px;
}

@media(max-width:860px) {
	#main_contents #wrap .inner #read{
		justify-content: center;
		flex-wrap: wrap;
	}	
	
	#main_contents #wrap .inner #read p.left{
		order: 1;
	}	
		
	
	#main_contents #wrap .inner #read p.right{
		order: 2;
	}	
		
	#main_contents #wrap .inner #read p.txt{
		order: 3;
		margin-top: 10px;
		width: 100%;
	}
}


#main_contents #wrap .inner #move{
	width: 94%;
	max-width:958px;
	margin: 0 auto;
}

#main_contents #wrap .inner #move .move{
	width: 100%;
	height: auto;
	aspect-ratio: 516 / 315;
}

#main_contents #wrap .inner #move iframe {
	width: 100%;
	height: 100%;
}

/*safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, #main_contents #wrap .inner #move .move {
	position: relative;
	width: 100%;
	padding-top: 61%;
}

_:lang(x)+_:-webkit-full-screen-document, #main_contents #wrap .inner #move iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}



#main_contents #wrap .inner #move h2{
	font-size: 27px;
	line-height: 1.0em;
	font-weight: bold;
}

#main_contents #wrap .inner #move h2 span{
	font-size: 14px;
	line-height: 1.0em;
	font-weight: normal;
}

#main_contents #wrap .inner #move .copy{
	font-size: 14px;
	text-align: right;
}
/*
#main_contents #wrap .inner #move .move{
	width: 100%;
	margin: 10px 0 0;
	height: auto;
	display: flex;
}
*/

/*
div.eviry-baseplayer, div.eviry-screen{
	width: 100%!important;
	height: auto;
}

.eviry-poster{
	border-radius: 0!important;
	border: none!important;
	margin: 0!important;
	width: 100%!important;
}
*/


#main_contents #wrap .inner #official{
	width: 100%;
	max-width:1920px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	background-image: url(../images/official_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	z-index: 10;
	padding-top: 80px;
}

#main_contents #wrap .inner #official .inn{
	width: 100%;
	max-width:1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

#main_contents #wrap .inner #official .inn img{
	width: 100%;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
}

#main_contents #wrap .inner #official .inn img:nth-child(6){
	display: none;
}

#main_contents #wrap .inner #package{
	width: 100%;
	max-width:1920px;
	margin: 0 auto;
	margin-top: -390px;
	background: #19192d;
	position: relative;
	z-index: 1;
	color: #fff;
}

#main_contents #wrap .inner #package .inn{
	width: 94%;
	max-width:988px;
	margin: 0 auto;
	padding: 60px 0 35px;
}

#main_contents #wrap .inner #package .inn h2{
	text-align: center;
	font-size: 37px;
	line-height: 1.35em;
	font-weight: 900;
	font-weight: bolder;
}


#main_contents #wrap .inner #package .inn .list{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main_contents #wrap .inner #package .inn .list > div{
	width: 28%;
	text-align: center;
	padding: 30px 0 35px;
}

#main_contents #wrap .inner #package .inn .list > div img{
	width: 56%;
	height: auto;
}

#main_contents #wrap .inner #package .inn .list > div h3{
	font-size: 25px;
	line-height: 1.4em;
	font-weight: bold;
	height: auto;
	min-height: 3.4em;
}

#main_contents #wrap .inner #package .inn .list > div p{
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
}


@media(max-width:1201px) {
	#main_contents #wrap .inner #official{
		background-image: none;
	}
	#main_contents #wrap .inner #package{
		margin-top: 0;
	}
	#main_contents #wrap .inner #official .inn img:nth-child(5){
		display: none;
	}
	#main_contents #wrap .inner #official .inn img:nth-child(6){
		display: block;
	}

}

#main_contents #wrap .inner #menu{
	width: 94%;
	max-width: 1120px;
	margin: 0 auto;
}

#main_contents #wrap .inner #menu .inn{
	width: 100%;
	text-align: center;
	padding: 56px 0 26px;
}

#main_contents #wrap .inner #menu .inn img{
	width: 194px;
}

#main_contents #wrap .inner #menu .inn h2{
	font-size: 37px;
	line-height: 1.4em;
	font-weight: 900;
	font-weight: bolder;
	margin: 36px auto;
}

#main_contents #wrap .inner #menu .inn p{
	font-size: 19px;
	line-height: 1.9em;
}


#main_contents #wrap .inner #menu .list{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#main_contents #wrap .inner #menu .list > div{
	width: 25%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#main_contents #wrap .inner #menu .list > div:nth-child(1){
	background: url(../images/list_back_01.png);
}

#main_contents #wrap .inner #menu .list > div:nth-child(2){
	background: url(../images/list_back_02.png);
}

#main_contents #wrap .inner #menu .list > div:nth-child(3){
	background: url(../images/list_back_03.png);
}

#main_contents #wrap .inner #menu .list > div:nth-child(4){
	background: url(../images/list_back_04.png);
}

#main_contents #wrap .inner #menu .list > div h4{
	width: 100%;
	text-align: center;
	margin: 10px auto 0;
}

#main_contents #wrap .inner #menu .list > div h4 img{
	width: 150px;
	height: auto;
}

#main_contents #wrap .inner #menu .list > div .txt{
	font-size: 15px;
	line-height: 1.4em;
	width: 90%;
	padding-bottom: 40px;
	margin: 0 auto;
}

#main_contents #wrap .inner #menu .list > div .price{
	font-size: 25px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5px;
}

#main_contents #wrap .inner #menu #tab{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}

#main_contents #wrap .inner #menu #tab .tabs-nav{
	border: none;
	display: flex;
	align-items: flex-end;
}

#main_contents #wrap .inner #menu #tab .tabs-nav li{
	border: none;
	font-size: 0;
	padding: 0!important;
	margin: 0!important;
	width: 25%;
	height: 52px;
	background-position: center top;
	background-repeat: no-repeat;
}

#main_contents #wrap .inner #menu #tab .tabs-nav li:nth-child(1){
	background-image: url(../images/tab_01_off.png);
}

#main_contents #wrap .inner #menu #tab .tabs-nav li:nth-child(2){
	background-image: url(../images/tab_02_off.png);
}

#main_contents #wrap .inner #menu #tab .tabs-nav li:nth-child(3){
	background-image: url(../images/tab_03_off.png);
}

#main_contents #wrap .inner #menu #tab .tabs-nav li:nth-child(4){
	background-image: url(../images/tab_04_off.png);
}

#main_contents #wrap .inner #menu #tab .tabs-nav li.selected{
	height: 92px;
}

#main_contents #wrap .inner #menu #tab .tabs-nav li.selected:nth-child(1){
	background-image: url(../images/tab_01_on.png);
}

#main_contents #wrap .inner #menu #tab .tabs-nav li.selected:nth-child(2){
	background-image: url(../images/tab_02_on.png);
}

#main_contents #wrap .inner #menu #tab .tabs-nav li.selected:nth-child(3){
	background-image: url(../images/tab_03_on.png);
}

#main_contents #wrap .inner #menu #tab .tabs-nav li.selected:nth-child(4){
	background-image: url(../images/tab_04_on.png);
}

#main_contents #wrap .inner #menu #tab .tabs-panel{
	text-align: center;
	padding-top: 56px;
	height: auto;
	min-height: 740px;
	background: #fff;
}

#main_contents #wrap .inner #menu #tab .tabs-panel > img{
	width: 94%;
	max-width: 650px;
	height: auto;
	margin: 0 auto;
}

#main_contents #wrap .inner #menu #tab .tabs-panel p{
	text-align: left;
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}

#main_contents #wrap .inner #menu #tab .tabs-panel .ttl img{
	width: 150px;
	height: auto;
	padding: 16px 0 10px;
}

#main_contents #wrap .inner #menu #tab .tabs-panel .txt{
	font-size: 17px;
	line-height: 1.7em;
}

#main_contents #wrap .inner #detail{
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#main_contents #wrap .inner #detail > div{
	width: 48%;
	max-width: 425px;
}

#main_contents #wrap .inner #detail > div img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#main_contents #wrap .inner #detail > div p{
	font-size: 16px;
	line-height: 1.4em;	
	min-height: 5.0em;
}

#main_contents #wrap .inner #detail > div p span{
	font-size: 13px;
}

#main_contents #wrap .inner #detail > div a{
	font-size: 16px;
	line-height: 2.6em;
	text-align: center;
	width: 6.0em;
	color: #fff;
	background: #c81528;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}

#main_contents #wrap .inner #detail > div a:hover{
	background: #2d3cff;
}

#main_contents #wrap .inner .logo{
	text-align: center;	
	margin: 30px 0;
}

/*__page-top_________ */
#page-top {
  position: fixed;
  right: 5%;
  bottom: 28px;
  z-index: 1000;
}
#page-top a {
  display: block;
  padding: 10px;
  background: #2d3cff;
  border: 1px solid #fff;
}

footer{
	margin-top: 0!important;
}
