@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
.dir-2026seasonseat{
	position: relative;
}
.dir-2026seasonseat main{
	background-color: #edeae2;
	padding-top: 60px;
}
.dir-2026seasonseat main hr{
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #c7c7c7;
	border-left: none;
	padding-top: 10px;	
	margin: 0 0 10px;
}
.dir-2026seasonseat main hr.spacer{
	margin-bottom: 0;
	padding: 10px 0;
	border: none;
}
.dir-2026seasonseat main hr.spacer-2x{
	margin-bottom: 0;
	padding: 20px 0;
	border: none;
}
.dir-2026seasonseat main hr.hr-2x{
	margin-bottom: 0;
	padding-top: 20px;
	margin: 0 0 20px;
}
.dir-2026seasonseat main .scroll-point{
	display: block;
	margin-top: -60px;
	padding-top: 60px;
	outline: none;
	overflow: hidden;
}
.dir-2026seasonseat main .seasonseat-button{
	margin-top: 30px;
}
.dir-2026seasonseat main .seasonseat-button a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	max-width: 600px;
	padding: 15px 25px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.8;
	transition: 0.3s ease-in-out;
	background: #000000;
	border-radius: 9999px;
	border-bottom: 2px solid #999;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	font-size: 1.8rem;
}
.dir-2026seasonseat main .seasonseat-button a:after{
	content: '';
	width: 13px;
	height: 13px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 40px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
.dir-2026seasonseat main .seasonseat-button a:hover {
	color: #fff;
	background: #999;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}
.dir-2026seasonseat main .en{
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.dir-2026seasonseat main .comingsoon{
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #FFFFFF;
	padding: 4em 1em;
	text-align: center;
}
.dir-2026seasonseat main .comingsoon span{
	font-weight: bold;
	color: #000000;
	font-size: 2.3rem;
}
.floatingbanner {
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 2;
}
.floatingbanner .entry-button a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 280px;
	height: 80px;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: .2s;
	background-color: #a52029;
}
.floatingbanner .entry-button a::after {
		position: absolute;
		right: 10px;
		transform: translateY(-50%);
		transform-origin: left;
		width: 2em;
		height: .5em;
		background-color: #FFFFFF;
		clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
		content: '';
		transition: transform .3s;
}

.floatingbanner .entry-button a:hover::after {
    transform: translateY(-50%) scaleX(1.2);
}
.dir-2026seasonseat main .sec-box{
	padding-top: 70px;
	padding-bottom: 70px;
}
.dir-2026seasonseat main .sec-box .seasonseat-ttl{
	color: #a52029;
	font-weight: bold;
	font-size: 4.3rem;
	margin-top: 0;
	margin-bottom: 30px;
}
.dir-2026seasonseat main .sec-box .seasonseat-ttl .new{
	display: inline-block;
	margin-right: 15px;
	justify-content: center;
	background-color: #FFFFFF;
	color: #a52029;
	text-align: center;
	font-size: 2.7rem;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.dir-2026seasonseat main .sec-box .seasonseat-subttl{
	color: #000000;
	border-bottom: 1px solid #a52029;
	padding-bottom: 20px;
	font-size: 2.7rem;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
}
.dir-2026seasonseat main .top-box .top-text{
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}
.dir-2026seasonseat main .outline-box .round-list{
	display: flex;
	justify-content: space-between;
}
.dir-2026seasonseat main .outline-box .round-list div{
	position: relative;
	width: 500px;
}
.dir-2026seasonseat main .outline-box .round-list div:nth-of-type(1):after{
	content: "";
	position: absolute;
	top: 50%;
	right: -42px;
	display: block;
	width: 32px;
	height: 100px;
	background: #000;
	transform: translateY(-50%);
	clip-path: polygon(32px 50%,0 0,0 100px);
}
.dir-2026seasonseat main .buy-box .buy-kikan_box{
	display: flex;
}
.dir-2026seasonseat main .buy-box .buy-kikan_box p{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 700;
	background-color: #a52029;
}
.dir-2026seasonseat main .buy-box .buy-kikan_box p{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 700;
	background-color: #a52029;
	margin: 0;
}
.dir-2026seasonseat main .buy-box .buy-kikan_box .buy-kikan_desc{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
	width: 860px;
	height: 100%;
	background-color: #fff;
}
.dir-2026seasonseat main .buy-box .buy-kikan_desc dl{
	display: flex;
	align-items: center;
	margin: 0;
}
.dir-2026seasonseat main .buy-box .buy-kikan_desc dl + dl{
	margin-top: 15px;
}
.dir-2026seasonseat main .buy-box .buy-kikan_desc dl dt{
	display: block;
	padding: .4em .5em;
	width: 6em;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #a52029;
}
.dir-2026seasonseat main .buy-box .buy-kikan_desc dl dd{
	color: #a52029;
	font-size: 2.0rem;
	line-height: 1;
	font-weight: bold;
}
.dir-2026seasonseat main .buy-box .buy-step_box{
	position: relative;
	margin-top: 50px;
	overflow: hidden;
}
.dir-2026seasonseat main .buy-box .buy-step_box:after{
	display: block;
	position: absolute;
	top: 0;
	left: 45px;
	content: "";
	width: 5px;
	height: 600px;
	background-color: #d58192;
}
.dir-2026seasonseat main .buy-box .step-list{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.dir-2026seasonseat main .buy-box .step-list + .step-list{
	margin-top: 35px;
}
.dir-2026seasonseat main .buy-box .step-list .step-number{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	width: 96px;
	height: 96px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	background-color: #a52029;
}
.dir-2026seasonseat main .buy-box .step-list .step-number strong{
	display: block;
	width: 100%;
	font-size: 3rem;
}
.dir-2026seasonseat main .buy-box .step-list .step-desc{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 16px 40px;
	width: 1088px;
	min-height: 96px;
	height: 100%;
	background-color: #fff;
}
.dir-2026seasonseat main .buy-box .step-list .step-desc p{
	margin: 0;
	font-weight: bold;
}
.dir-2026seasonseat main .buy-box .step-list .step-desc span{
	font-size: 1.3rem;
}
.dir-2026seasonseat main .discount-box .discount-inner{
	display: flex;
	justify-content: space-between;
}
.dir-2026seasonseat main .discount-box .discount-inner .discount-box{
	width: 520px;
	padding: 2em;
	background-color: #ffffff;
}
.dir-2026seasonseat main .precautions-box{
	background-color: #ffffff;
	border-top: 1px solid #a52029;
}
.dir-2026seasonseat main .faq-box div.accordion {
	display: block;
	border: none;
	cursor: pointer;
	font-size: 1.5rem;
	transition: 0.5s ease-in;
	position: relative;
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	border-radius: 5px;
	background: #FFF;
	margin-bottom: 15px;
	font-weight: 600;
}
.dir-2026seasonseat main .faq-box .accordion:before {
	content: "Q";
	position: absolute;
	left: 15px;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 21px;
	background: #313131;
	color: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}
.dir-2026seasonseat main .faq-box .accordion.active {
	margin-bottom: 0;
}
.dir-2026seasonseat main .faq-box div.panel{
max-height:0;
overflow:hidden;
transition: 0.3s ease-out;
}
.dir-2026seasonseat main .faq-box .panel p {
	padding: 10px 20px;
	background: #fafafa;
	margin: 0 0 15px;
	position:relative;
	padding-left: 60px;
	font-size: 1.5rem;
}
.dir-2026seasonseat main .faq-box .panel p:before {
	content: "A";
	position: absolute;
	left: 15px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 21px;
	background: #a52029;
	color: #fff;
	top: 10px;
border-radius: 50%;
	top: 5px;
}
.dir-2026seasonseat main .faq-box .acco{
position:relative;
}

.dir-2026seasonseat main .faq-box div.accordion:hover{
background-color: #ddd;
}
.dir-2026seasonseat main .faq-box div.accordion:after {
	content: '\02795';
	font-size: 1rem;
	color: #777;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-46%);
}
.dir-2026seasonseat main .faq-box div.accordion.active:after {
	content: "\2796";
}

@media only screen and (max-width: 768px){
	.floatingbanner {
	position: fixed;
	right: 0;
	bottom: 5px;
	width: 100%;
}

.floatingbanner .entry-button a{
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 1.5rem;
}
	.dir-2026seasonseat main .sec-box .seasonseat-ttl{
	font-size: 2.3rem;
}
.dir-2026seasonseat main .sec-box .seasonseat-subttl{
	font-size: 1.6rem;
}
	.dir-2026seasonseat main .sec-box .seasonseat-ttl .new{
		font-size: 1.8rem;
		margin-right: 5px;
		margin-top: -2px;
	}
	.dir-2026seasonseat main .seasonseat-button a {
	max-width: 300px;
		width: 100%;
		font-size: 1.5rem;
}
.dir-2026seasonseat main .seasonseat-button a:after{
	content: '';
	width: 8px;
	height: 8px;
	right: 20px;
}
	.dir-2026seasonseat main .sec-box{
	padding-top: 40px;
	padding-bottom: 40px;
}
	.dir-2026seasonseat main .contact-box{
		padding-bottom: 100px;
	}
	.dir-2026seasonseat main .youtube-area{
	width: 100%;
	aspect-ratio: 16 / 9;
}
	.dir-2026seasonseat main .youtube-area iframe{
 	width: 100%;
  height: 100%;
}
.dir-2026seasonseat main .outline-box .round-list{
	display: block;

}
.dir-2026seasonseat main .outline-box .round-list div{
	position: relative;
	width: auto;
}
.dir-2026seasonseat main .outline-box .round-list div:nth-of-type(1):after{
	content: "";
	position: static;
	margin: 2.0512820513vw auto;
	width: 25.641025641vw;
	height: 8.2051282051vw;
	transform: translateY(0);
	clip-path: polygon(50% 8.2051282051vw,0 0,25.641025641vw 0);
}
	.dir-2026seasonseat main .changes-box .changes-list ul li + li{
		margin-top: 30px;
	}
	.dir-2026seasonseat main .buy-box .buy-kikan_box{
		display: block;
		height: auto;
	}
	.dir-2026seasonseat main .buy-box .buy-kikan_box p{
		display: block;
		padding: .5em 0;
		width: auto;
		height: auto;
		font-size: 1.7rem;
		text-align: center;
	}
	.dir-2026seasonseat main .buy-box .buy-kikan_box .buy-kikan_desc{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding: 10px 15px;
		width: auto;
		height: auto;
	}
	.dir-2026seasonseat main .buy-box .buy-kikan_desc dl{
		align-items: center;
	}
	.dir-2026seasonseat main .buy-box .buy-kikan_desc dl dt{
		display: block;
		font-size: 1.4rem;
	}
	.dir-2026seasonseat main .buy-box .buy-kikan_desc dl dd{
		font-size: 1.7rem;
		margin-left: 10px;
		font-weight: bold;
	}
	.dir-2026seasonseat main .buy-box .step-list{
		display: block;
	}
	.dir-2026seasonseat main .buy-box .step-list .step-number{
		width: 100%;
		height: 45px;
	}
	.dir-2026seasonseat main .buy-box .step-list .step-number strong{
		display: inline;
		font-size: 2.0rem;
		margin-left: 5px;
	}
	.dir-2026seasonseat main .buy-box .step-list .step-desc{
		width: 100%;
	}
	.dir-2026seasonseat main .buy-box .buy-step_box:after{
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		content: "";
		width: 5px;
		height: 600px;
	}
	.dir-2026seasonseat main .discount-box .discount-inner{
		display: block;
	}
	.dir-2026seasonseat main .discount-box .discount-inner .discount-box{
		width: 100%;
	}
	.dir-2026seasonseat main .discount-box .discount-inner .discount-box + .discount-box{
		margin-top: 25px;
	}
.dir-2026seasonseat main .faq-box .accordion:before {
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 16px;
}
.dir-2026seasonseat main .faq-box .panel p {
	padding: 10px 20px;
	background: #fafafa;
	margin: 0 0 15px;
	position:relative;
	padding-left: 60px;
	font-size: 1.3rem;
}
.dir-2026seasonseat main .faq-box .panel p:before {
	content: "A";
	position: absolute;
	left: 15px;
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	background: #a52029;
	color: #fff;
	top: 10px;
border-radius: 50%;
}
	.dir-2026seasonseat main .faq-box div.accordion,.dir-2026seasonseat main .faq-box .panel p{
	font-size: 1.3rem;
}
}
@media only screen and (min-width: 769px){
	.dir-2026seasonseat main .changes-box .changes-list ul{
		display: flex;
		justify-content: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.dir-2026seasonseat main .changes-box .changes-list ul li{
		width: 500px;
		margin-top: 30px;
	}
}


/*---------- 
ヘッダー 
----------*/
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background: #000000;
	z-index: 10;
}
.header_inner {
	position: relative;
}
.logo{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}
.logo a{
		display: block;
	}
.nav_list li a{
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}


@media only screen and (max-width: 768px) {
	.header_inner{
		position: relative;
		height: 60px;
	}
	.logo{
		top: 5px;
		left: 50%;
		transform: translateX(-50%);
	}
	.logo a img{
		height: 50px;
	}
	.title{
		font-size: 1.6rem;
	}
	.nav {
		position: fixed;
		right: -320px; 
		top: 0;
		width: 300px; 
		height: 100vh;
		padding-top: 60px;
		background: #000000;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto; 
	}
	.hamburger {
		position: absolute;
		right: 15px;
		top: 8px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 300;
	}
	.nav_list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.nav_item {
		text-align: center;
		padding: 0 14px;
	}
	.nav_item a {
		display: block;
		padding: 8px 0;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 2.2rem;
	}
	.nav_item a:hover {
		background-color: #eee;
		color: #000000;
	}
	.hamburger_border {
		position: absolute;
		left: 11px;
		width: 18px;
		height: 2px;
		background-color: #FFFFFF;
		transition: all .6s;
		z-index: 100
	}
	.hamburger_border_top {
		top: 14px;
	}
	.hamburger_border_center {
		top: 20px;
	}
	.hamburger_border_bottom {
		top: 26px;
	}
	.black_bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #000000;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	/* 表示された時用のCSS */
	.nav-open .nav {
		right: 0;
	}
	.nav-open .black_bg {
		opacity: .8;
		visibility: visible;
	}
	.nav-open .hamburger_border{
		background-color: #FFFFFF;
	}
	.nav-open .hamburger_border_top {
		transform: rotate(45deg);
		top: 20px;
	}
	.nav-open .hamburger_border_center {
		width: 0;
		left: 50%;
	}
	.nav-open .hamburger_border_bottom {
		transform: rotate(-45deg);
		top: 20px;
	}
	.corporate_link{
		background-color: #f2003d;
		position: absolute;
		left: 0;
		height: 60px;
	}
	.corporate_link a{
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		font-size: 1.1rem;
		font-weight: bold;
		padding: 5px;
	}
}/* sp */

@media only screen and (min-width: 769px) {
	header{
		display: flex;
	align-items: center;
	}
	.header_inner{
		padding-left: 100px;
		padding-right: 100px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.logo a img{
		height: 60px;
	}
	.corporate_link{
		position: absolute;
		right: 0;
		width: 110px;
		background-color: #f2003d;
		height: 60px;
	}
	.corporate_link a{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
		text-decoration: none;
		color: #FFFFFF;
	}
	.nav{
		height: 60px;
		line-height: 60px;
	}
	.nav_list{
		text-align: right;
	}
	.nav_list li{
		display: inline-block;
		text-align: right;
		padding-left: 20px;
	}
	.nav_list li a{
		color: #FFFFFF;
		font-weight: 600;
		font-size: 1.5rem;
		position: relative;
		display: block;
	}
	.nav_list li a:before{
		display: block;
		bottom: -20px;
		left: 50%;
		position: absolute;
		color: #f2003d;
		font-size: .8rem;
		text-align: center;
		transform: translateX(-50%);
		content: "▼";
	}
}/* pc */