<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container{
	
}
.detail-sec:nth-child(odd) {
    background: #f1f1f1c9;
}
.detail-sec:nth-child(even) {
    background: #ffffffcc;
}
.page-title-block{
	display: none;
}
.main-area{
	background: #ffffffcc !important;
}
.main-area .base-wrapper{
	padding: 0;
    max-width: 1500px;
}
.detail-share-group {
	top: 70px;
}
.flex{
	display: flex;
	gap: 10px;
	span{
		font-weight: bold;
		width: 9em;
	}
}
.h-emphasis{
	font-size: 40px;
	margin-top: 50px;
	text-shadow:0 0 10px #FFF;
	color: #ff6328;
	font-weight: 900 !important;
}
.h-emphasis span{
	display: block;
	position: relative;
	font-size: 80%;
	margin: 0 auto 5px;
	width: fit-content;
}
.h-emphasis span::before,.h-emphasis span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 2.3rem;
    background: #ff6328;
  }
  .h-emphasis span::before {
    transform: rotate(-30deg);
    left: -15px;
  }
  .h-emphasis span::after {
    transform: rotate(30deg);
    right: -15px;
  }
.lineup-title{
	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;
}
.movieWrap{
  aspect-ratio: 16 / 9;
}
.movieWrap iframe {
	width: 100%;
	height: 100%;
  }

.flow{
	background: #f1f1f1c9;
	padding: clamp(10px,3vw,30px);
	padding-bottom: clamp(10px,1vw,10px);
	position: relative;
}
.flow .num{
	position: absolute;
	top: -10px;
	left: -10px;
	background: #000;
	padding: 5px;
	border-radius: 100%;
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 70px;
	height: 70px;
	line-height: 1.1;
}

.note {
    font-size: 10px;
    margin-top: 5px;
}
.grid--21 .grid__col:nth-last-child(-n+2){
	margin-bottom: 20px;
}
@media screen and (max-width: 666px){
	.container{
		background: none;
	}
	.mb-l {
	    margin-bottom: 30px;
	}
	.main-area{
		padding-bottom: 0;
	}
	.h-emphasis{
	    font-size: 5vw;
		margin-top: 20px;
		span{
			font-size: 4vw;
		}
	}
	.h-emphasis span::before,.h-emphasis span::after {
		width: 1.5px;
		height: 5vw;
	}
	.text-l {
		font-size: 4.5vw;
	}
	.flow .num{
		top: -12px;
		left: -12px;
		padding: 5px;
		font-size: 5vw;
		width: 13vw;
		height: 13vw;
		line-height: 1.1;
	}
	.flex{
		flex-direction: column;
		gap: 0;
		margin-bottom: 5px;
		span{
			font-weight: bold;
			width: 9em;
		}
	}
	.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;
	}
	
	.copy-group {
        padding-bottom: 40px;
        margin-bottom: 0;
    }
	.common-footer {
		display: flex;
		background: #fff;
        padding-bottom: 28vw;
		margin-bottom: 0;
    }
}</pre></body></html>