.container{
	background: url(img/bg.jpg) center center;
	background-attachment: fixed;
	background-size: cover;
}
.detail-sec:nth-child(odd) {
    background: #f1f1f1c9;
}
.detail-sec:nth-child(even) {
    background: #ffffffcc;
}
.page-title-block{
	display: none;
}
.main-area{
	background: #ffffffcc !important;
	padding-bottom: 50px;
}
.main-area .base-wrapper{
	padding: 0;
    max-width: 1000px;
}
.h-emphasis{
	font-size: 40px;
	margin-top: 50px;
	text-shadow:0 0 10px #FFF;
	color: #ff6328;
}
.lineup-title__02{
	margin-bottom: 5px;
	font-size: 24px;
}
.lineup-description{
	line-height: 1.6;
}
.text-unit__item{
	line-height: 1.8;
}
.title-block {
    margin-bottom: 20px;
    pointer-events: none;
}
.detail-sec-title {
    background: #f7f7f7;
    border-left: 4px solid #ff6328;
    padding-left: 10px;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 12px;
}
.detail-sec:nth-child(odd) .detail-sec-title {
    background: #fff;
}
.block--w700px100p .btn a{
	border-radius: 15px;
}
.block--w700px100p .btn a span{
	font-size: 150%;
	padding: 10px 0;
	font-weight: bold;
}
.detail-sec:last-child {
    margin-bottom: 0;
}
.common-btmarea {
    padding-top: 50px;
	background: #fff;
}
.btn a{
	padding: 15px 25px;
	font-weight: 500;
}
.select-logo{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	margin-bottom: 50px;
	font-weight: 500;
}
.select-logo img{
	width: 300px;
	display: inline-block;
	margin-right: 10px;
}
.block--w828px100p{
	width: 828px;
	margin: 0 auto 30px;
}
.mt-m{
	margin-top: 30px;
}
.movieWrap{
  aspect-ratio: 16 / 9;
}
.movieWrap iframe {
	width: 100%;
	height: 100%;
  }
@media screen and (max-width: 666px){
	.container{
		background: none;
	}
	.mb-l {
	    margin-bottom: 30px;
	}
	.main-area{
		padding-bottom: 25px;
	}
	.h-emphasis{
	    font-size: 7vw;
		margin-top: 20px;
	}
	.block--w828px100p{
		width: 100%;
		margin: 0 auto 30px;
	}
	.detail-sec-title {
	    font-size: 18px;
	}
	.mb-m {
	    margin-bottom: 20px;
	}
	.lineup-title {
	    margin-bottom: 5px;
	    font-size: 20px;
	}
	.select-logo{
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
	.select-logo img{
		display: block;
		margin: 0 auto 5px;
		width: 70vw;
	}
	.block--w700px100p .btn a {
	    border-radius: 15px;
	    font-size: 3.6vw;
	}
	.bg{
		background: url(img/bg_sp.jpg) center center;
		width: 100%;
		height: 100%;
		background-size: cover;
		position: fixed;
		z-index: -1;
	}
	.mt-m{
		margin-top: 20px;
	}
}

