@charset "UTF-8";
/*------------------------------------------------
	BTOS > LP > スペシャルエディションタイヤ
------------------------------------------------*/
/*------------------------------------------------
	スクロールアニメーション用
------------------------------------------------*/
#maincontent .scrolling-wrapper {
	position: relative;
	z-index: 0;
	height: 300vh;
}

#maincontent .scrolling-wrapper--0 {
	height: 0vh;
}

#maincontent .scrolling-wrapper--25 {
	height: 25vh;
}

#maincontent .scrolling-wrapper--50 {
	height: 50vh;
}

#maincontent .scrolling-wrapper--75 {
	height: 75vh;
}

#maincontent .scrolling-wrapper--100 {
	height: 100vh;
}

#maincontent .scrolling-wrapper--125 {
	height: 125vh;
}

#maincontent .scrolling-wrapper--150 {
	height: 150vh;
}

#maincontent .scrolling-wrapper--175 {
	height: 175vh;
}

#maincontent .scrolling-wrapper--200 {
	height: 200vh;
}

#maincontent .scrolling-wrapper--225 {
	height: 225vh;
}

#maincontent .scrolling-wrapper--250 {
	height: 250vh;
}

#maincontent .scrolling-wrapper--275 {
	height: 275vh;
}

#maincontent .scrolling-wrapper--300 {
	height: 300vh;
}

#maincontent .scrolling-wrapper--325 {
	height: 325vh;
}

#maincontent .scrolling-wrapper--350 {
	height: 350vh;
}

#maincontent .scrolling-wrapper--375 {
	height: 375vh;
}

#maincontent .scrolling-wrapper--400 {
	height: 400vh;
}

#maincontent .scrolling-wrapper--425 {
	height: 425vh;
}

#maincontent .scrolling-wrapper--450 {
	height: 450vh;
}

#maincontent .scrolling-wrapper--475 {
	height: 475vh;
}

#maincontent .scrolling-wrapper--500 {
	height: 500vh;
}

#maincontent .scrolling-block {
	position: relative;
}

#maincontent .scrolling-image {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#maincontent .scrolling-float {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

#maincontent .scrolling-background {
	position: -webkit-sticky;
	position: sticky;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

#maincontent .scrolling-background--view {
	z-index: auto;
	pointer-events: auto;
}

#maincontent .scrolling-background[data-scroll-type="clip"] {
	overflow: hidden;
}

#maincontent .scrolling-background .scrolling-image {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	-o-object-fit: cover;
	   object-fit: cover;
}

#maincontent .scrolling-background video.scrolling-image {
	aspect-ratio: 16/9;
}

#maincontent .scrolling-background picture:has(.scrolling-image) {
	display: block;
	width: 100%;
	height: 100%;
}

.debug .gsap-marker-start, .debug .gsap-marker-end {
	z-index: 2000 !important;
}

/*------------------------------------------------
	BTOS > LP > スペシャルエディションタイヤ
------------------------------------------------*/
#maincontent :is(h1, h2, h3, h4, h5, h6, .h),
#custom :is(.h-font, .modal-title) {
	font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans CJK", YuGothicWin, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}

#custom .js-site-header {
	position: absolute;
}

@media (max-width: 1024px) {
	#custom .js-site-header {
		background: #000;
	}
}

#footercontent {
	position: relative;
}

/* メインコンテンツ内のコンテンツ部分 */
#maincontent .site-wrapper {
	margin-top: 100vh;
	padding-top: 0;
	background: rgba(0, 0, 0, 0.9);
	background: #000;
	color: #fff;
}

.debug-5 #maincontent .site-wrapper {
	background: rgba(0, 0, 0, 0.9);
}

:is(.debug-6, .debug-7, .debug-8, .debug-9) #maincontent .site-wrapper {
	margin-top: 108px;
}

#maincontent button, #maincontent dl dt {
	color: inherit;
}

#maincontent h2 {
	font-size: 2rem;
	line-height: 1.5;
}

#maincontent .grid {
	display: flex;
}

@media only screen and (max-width: 768px) {
	#maincontent .grid {
		display: block;
	}
}

#maincontent .m-fullheight {
	display: flex;
	align-items: center;
	min-height: 100vh;
}

#maincontent .en {
	font-family: "Helvetica Neue", Arial, "Helvetica Neue", Helvetica, Verdana, Roboto, sans-serif;
}

@media (min-width: 769px) {
	#maincontent .container > .m-note {
		display: table;
		margin: 40px auto 0;
		text-align: left;
	}
}

/*------------------------------------------------
	BTOS > LP > Special ed > ヘッダー
------------------------------------------------*/
:root {
	--window-height: 700;
}

#maincontent .p-sped-header {
	overflow: visible;
	position: fixed;
	z-index: -1;
	top: 108px;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-items: stretch;
	min-height: 450px;
	min-height: max(450px, calc(100vh - 108px));
	min-height: max(450px, calc(100svh - 108px));
	padding: 0;
	text-align: center;
	color: #fff;
}

:is(.debug-6, .debug-7, .debug-8, .debug-9) #maincontent .p-sped-header {
	position: relative;
}

@media (min-width: 1025px) and (max-height: 700px) {
	.debug #maincontent .p-sped-header {
		min-height: 592px;
		transform: scale(calc(var(--window-height) / 700));
		transform-origin: center top;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header {
		min-height: 0;
	}
}

@media (max-width: 1024px) and (max-height: 800px) {
	#maincontent .p-sped-header {
		padding-top: calc((100vh  - 600px) / (800 - 600) * 139);
		padding-top: calc((100svh - 600px) / (800 - 600) * 139);
	}
}

@media (max-width: 1024px) and (max-height: 600px) {
	#maincontent .p-sped-header {
		padding-top: 0;
	}
}

@media (max-width: 1024px) and (max-height: 480px) {
	.debug #maincontent .p-sped-header {
		min-height: 480px;
		transform: scale(calc(var(--window-height) / 480));
		transform-origin: center top;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header {
		margin-bottom: 0;
		padding: 90px 0 90px;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header {
		top: 0;
		padding: 0;
	}
}

#maincontent .p-sped-header::after {
	content: none;
	display: none;
}

#maincontent .p-sped-header-title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin-bottom: 0;
	padding-bottom: 5px;
	font-size: 3.25rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-align: center;
	text-shadow: 0 0 2px #000, 0 0 9px #000;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header-title {
		top: 48.2352941176%;
	}
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-header-title {
		font-size: 2.5rem;
		line-height: 1.45;
		font-size: min(2.5rem, 10.6667vw);
	}
}

#maincontent .p-sped-header-title em > span {
	display: block;
}

#maincontent .p-sped-header-title em > span:last-child {
	color: #000;
	text-indent: 1em;
	text-shadow: 0 0 2px #fff, 0 0 9px #fff;
}

#maincontent .p-sped-header-title .en {
	position: relative;
	bottom: -0.05em;
	margin: 0 6px;
	font-size: 3.75rem;
	line-height: 1.3;
	font-family: inherit;
}

.debug-3 #maincontent .p-sped-header-title .en {
	font-family: "Helvetica Neue", Arial, "Helvetica Neue", Helvetica, Verdana, Roboto, sans-serif;
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-header-title .en {
		margin: 0 8px;
		font-size: 2.75rem;
		line-height: 1.319;
		font-size: min(2.75rem, 11.7334vw);
	}
}

#maincontent .p-sped-header-nav {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-shadow: 0 0 2px #000, 0 0 9px #000;
}

#maincontent .p-sped-header-nav h2 {
	margin: 0 auto;
	font-size: 1.563rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header-nav h2 {
		max-width: 360px;
	}
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-header-nav h2 {
		max-width: 260px;
	}
}

#maincontent .p-sped-header-nav img {
	vertical-align: top;
}

#maincontent .p-sped-header-nav .property {
	font-weight: 500;
	letter-spacing: 0.04em;
}

#maincontent .p-sped-header-nav .logo {
	display: block;
	margin: 16px auto;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header-nav .logo {
		margin: 12px auto;
	}
}

#maincontent .p-sped-header-nav .text {
	display: block;
	margin: 0 auto;
	line-height: 1;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header-nav .text {
		max-width: 260px;
	}
}

#maincontent .p-sped-header-nav .btn {
	text-shadow: none;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header-nav .btn {
		border: 1px solid #fff;
	}
}

#maincontent .p-sped-header-nav-item {
	flex: 1 0 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header-nav-item {
		padding: 124px 0 60px;
	}
}

@media (max-width: 1024px) and (max-height: 679px) {
	#maincontent .p-sped-header-nav-item {
		justify-content: flex-end;
		padding: 64px 0 60px;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header-nav-item .m-btnArea {
		margin-top: 36px;
		margin-bottom: -15px;
	}
}

@media (min-width: 1025px) {
	#maincontent .p-sped-header-nav-item--regno {
		padding: 0 0 75px;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header-nav-item--regno {
		flex-basis: 48.2352941176%;
	}
}

#maincontent .p-sped-header-nav-item--regno .m-btnArea {
	display: none;
}

@media (min-width: 1025px) {
	#maincontent .p-sped-header-nav-item--dueler {
		padding: 75px 0 25px;
		color: #000;
		text-shadow: 0 0 2px #fff, 0 0 9px #fff;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header-nav-item--dueler {
		flex-basis: 51.7647058824%;
		padding-bottom: 15px;
	}
}

@media (max-width: 1024px) and (max-height: 679px) {
	#maincontent .p-sped-header-nav-item--dueler {
		padding-bottom: 35px;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-header-nav-item--dueler .logo {
		margin-bottom: 5px;
	}
}

/*------------------------------------------------
	BTOS > LP > Special ed > 背景動画
------------------------------------------------*/
#maincontent .p-sped-background {
	position: fixed;
	z-index: -2;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: space-between;
	gap: 0 488px;
	gap: 0 max(488px, 36%);
	gap: 0 max(488px, 22.5%);
}

@media (max-width: 1024px) {
	#maincontent .p-sped-background {
		flex-direction: column;
		gap: 0 !important;
	}
}

:is(.debug-6, .debug-7, .debug-8, .debug-9) #maincontent .p-sped-background {
	position: absolute;
}

#maincontent .p-sped-background::after {
	content: none;
	display: none;
}

#maincontent .p-sped-background-image {
	display: block;
	flex: 1 0;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-background-image {
		flex-basis: auto;
		padding-top: 61px;
	}
	#maincontent .p-sped-background-image--regno {
		height: 48.2352941176%;
	}
	#maincontent .p-sped-background-image--dueler {
		height: 51.7647058824%;
	}
}

@media (min-width: 260vh) {
	#maincontent .p-sped-background-image .m-background-image {
		-o-object-fit: contain;
		   object-fit: contain;
	}
}

@media (min-width: 1025px) {
	#maincontent .p-sped-background-image--regno .m-background-image {
		-o-object-position: right center;
		   object-position: right center;
	}
	#maincontent .p-sped-background-image--dueler .m-background-image {
		-o-object-position: left center;
		   object-position: left center;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-background-image .m-background-image {
		-o-object-position: center top;
		   object-position: center top;
	}
}

#maincontent .p-sped-background::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -4;
	top: calc(50% + (108px/2));
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	color: #000;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-background::after {
		top: 48.2352941176%;
	}
}

/*------------------------------------------------
	BTOS > LP > Special ed > LUXBLACK
------------------------------------------------*/
#maincontent .p-sped-luxblack {
	position: relative;
	padding: 120px 0;
	font-size: 1.25rem;
	line-height: 1.9;
	background: #000 none no-repeat fixed center top;
	background-size: cover;
	background-attachment: fixed;
	background-image: url("../../../images/asset/lp/special-ed/regno-dueler//luxblack/bg-luxblack-2.jpg");
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-luxblack {
		background-image: url("../../../images/asset/lp/special-ed/regno-dueler//luxblack/bg-luxblack-2-sp.jpg");
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-luxblack {
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-luxblack {
		font-size: 1rem;
		line-height: 1.875;
	}
}

.debug-5 #maincontent .p-sped-luxblack {
	background: none;
}

@supports ((-webkit-clip-path: inset(0)) or (clip-path: inset(0))) {
	#maincontent .p-sped-luxblack {
		background: none;
		-webkit-clip-path: inset(0);
		        clip-path: inset(0);
	}
	#maincontent .p-sped-luxblack::before {
		content: "";
		display: block;
		position: fixed;
		z-index: -2;
		max-height: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		background: none no-repeat center top / cover;
		background-image: url("../../../images/asset/lp/special-ed/regno-dueler//luxblack/bg-luxblack-2.jpg");
	}
	.debug-5 #maincontent .p-sped-luxblack::before {
		content: none;
		display: none;
		background: none;
	}
	:is(.debug-1, .debug-3, .debug-6, .debug-8) #maincontent .p-sped-luxblack::before {
		background-image: url("../../../images/asset/lp/special-ed/regno-dueler//luxblack/bg-luxblack.jpg");
	}
	@media only screen and (max-width: 768px) {
		:is(.debug-1, .debug-3, .debug-6, .debug-8) #maincontent .p-sped-luxblack::before {
			background-image: url("../../../images/asset/lp/special-ed/regno-dueler//luxblack/bg-luxblack-sp.jpg");
		}
	}
	:is(.debug-2, .debug-4, .debug-7, .debug-9) #maincontent .p-sped-luxblack::before {
		background-image: url("../../../images/asset/lp/special-ed/regno-dueler//luxblack/bg-luxblack-2.jpg");
	}
	@media only screen and (max-width: 768px) {
		:is(.debug-2, .debug-4, .debug-7, .debug-9) #maincontent .p-sped-luxblack::before {
			background-image: url("../../../images/asset/lp/special-ed/regno-dueler//luxblack/bg-luxblack-2-sp.jpg");
		}
	}
	:is(.debug-1, .debug-2, .debug-6, .debug-7) #maincontent .p-sped-luxblack::before {
		position: absolute;
	}
}

#maincontent .p-sped-luxblack .grid {
	align-items: center;
}

@media (max-width: 1199px) {
	#maincontent .p-sped-luxblack .grid {
		padding: 0 40px;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-luxblack .grid {
		display: block;
		padding: 0 25px;
	}
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-luxblack .grid {
		padding: 0 15px;
	}
}

#maincontent .p-sped-luxblack h2 {
	width: 27.25rem;
	max-width: 40%;
	margin: 0;
	margin-right: 25px;
	font-size: 3rem;
	line-height: 1.4;
	text-align: left;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-luxblack h2 {
		width: auto;
		max-width: none;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-luxblack h2 {
		margin: 0 0 1em;
		text-align: center;
		font-size: 2.5rem;
	}
	#maincontent .p-sped-luxblack h2 .ja {
		display: block;
		text-align: center;
		text-indent: 0.5em;
	}
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-luxblack h2 {
		font-size: 2rem;
	}
}

#maincontent .p-sped-luxblack h2 em {
	color: #fff;
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-luxblack h2 em {
		font-size: 1.875rem;
	}
}

#maincontent .p-sped-luxblack p + p {
	margin-top: 1em;
}

#maincontent .p-sped-luxblack .box {
	flex: 1 0;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-luxblack .box {
		max-width: 32em;
		margin: 1em auto 0;
	}
}

/*------------------------------------------------
	BTOS > LP > Special ed > 特徴
------------------------------------------------*/
#maincontent .p-sped-features {
	position: relative;
	padding: 0;
	background: #000;
	color: #fff;
}

#maincontent .p-sped-features-section {
	border-top: 1px solid transparent;
}

#maincontent .p-sped-features-section h2 {
	margin-bottom: 0;
	padding: 100px 0 42px;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-features-section h2 img {
		max-width: 200px;
	}
}

#maincontent .p-sped-features-section--dueler h2 {
	background: #E8E8E8;
}

.debug #maincontent .p-sped-features-section--dueler h2 {
	background: linear-gradient(to bottom, #FFF 100px, #E8E8E8);
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-features-section--dueler h2 img {
		max-width: 260px;
	}
}

#maincontent .p-sped-features-section .btn-transparent {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

#maincontent .p-sped-features-section--even {
	background: #fff;
	color: #000;
}

#maincontent .p-sped-features-section--even .btn-transparent {
	background-color: rgba(0, 0, 0, 0.77);
	color: #fff;
}

#maincontent .p-sped-feature {
	position: relative;
	padding: 160px 0 128px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-feature {
		padding: 100px 0 52px;
	}
}

#maincontent .p-sped-feature h3 {
	margin-bottom: 1em;
	font-size: 2.5rem;
	line-height: 1.6;
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-feature h3 {
		font-size: 2rem;
		line-height: 1.438;
		font-size: min(2rem, 8.5334vw);
	}
}

#maincontent .p-sped-feature-header p:not(.m-btnArea) {
	font-size: 1.25rem;
	line-height: 1.8;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-feature-header p:not(.m-btnArea) {
		max-width: 29.5em;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-feature-header p:not(.m-btnArea) {
		font-size: 1rem;
		line-height: 1.625;
		text-align: left;
	}
}

#maincontent .p-sped-feature-image {
	margin-top: 78px;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-feature-image {
		margin-top: 42px;
	}
}

#maincontent .p-sped-feature-image--clip {
	margin-top: 0;
}

#maincontent .p-sped-feature--img {
	position: relative;
}

#maincontent .p-sped-feature--design {
	position: relative;
	z-index: 0;
	padding: 180px 0 0;
}

#maincontent .p-sped-feature--design--regno::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	max-height: 100%;
	height: 400px;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.48) 90%, rgba(0, 0, 0, 0) 100%);
}

@supports ((-webkit-clip-path: inset(0)) or (clip-path: inset(0))) {
	#maincontent .p-sped-feature--design {
		-webkit-clip-path: inset(0);
		        clip-path: inset(0);
	}
	#maincontent .p-sped-feature--design::after {
		content: "";
		display: block;
		position: fixed;
		z-index: -2;
		max-height: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		background: none no-repeat center top / cover;
		background-size: auto 100vh;
	}
	@media only screen and (max-width: 768px) {
		#maincontent .p-sped-feature--design {
			padding-top: 100px;
		}
	}
	@media (min-width: 769px) {
		#maincontent .p-sped-feature--design--regno::after {
			background-image: url("../../../images/asset/lp/special-ed/regno-dueler/features/bg-regno-design.jpg");
			background-repeat: repeat;
		}
	}
	@media only screen and (max-width: 768px) {
		#maincontent .p-sped-feature--design--regno::after {
			background-image: url("../../../images/asset/lp/special-ed/regno-dueler/features/bg-regno-design-sp.jpg");
			background-position: left top;
		}
	}
	@media only screen and (max-width: 768px) and (max-height: 680px) {
		#maincontent .p-sped-feature--design--regno::after {
			background-size: auto 680px;
		}
	}
	@media (min-width: 769px) {
		#maincontent .p-sped-feature--design--dueler::after {
			background-image: url("../../../images/asset/lp/special-ed/regno-dueler/features/bg-dueler-design.jpg");
			background-position: center 74px;
			background-size: 100% 100vh;
		}
	}
	@media only screen and (max-width: 768px) {
		#maincontent .p-sped-feature--design--dueler::after {
			background-image: url("../../../images/asset/lp/special-ed/regno-dueler/features/bg-dueler-design-sp.jpg");
			background-position: left 60px;
		}
	}
	@media only screen and (max-width: 768px) and (max-height: 840px) {
		#maincontent .p-sped-feature--design--dueler::after {
			background-size: auto 840px;
		}
	}
}

#maincontent .p-sped-feature--design .scrolling-background[data-scroll-type="clip"] {
	margin-top: -25px;
	-webkit-clip-path: inset(160px 25vw);
	        clip-path: inset(160px 25vw);
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-feature--design .scrolling-background[data-scroll-type="clip"] {
		margin-top: 0;
		-webkit-clip-path: inset(60px 17vw 30vh);
		        clip-path: inset(60px 17vw 30vh);
	}
	#maincontent .p-sped-feature--design .scrolling-background[data-scroll-type="clip"] .scrolling-image {
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center bottom;
		   object-position: center bottom;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-feature-image.container {
		padding: 0;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-feature-img {
		margin-top: 40px;
	}
	#maincontent .p-sped-feature-img img {
		max-width: 80%;
		height: auto;
	}
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-feature-img img {
		max-width: calc(100% - 30px);
		width: 345px;
	}
}

@media (min-width: 1025px) {
	#maincontent .p-sped-feature-img--3 {
		left: -100px;
	}
}

@media (max-width: 1024px) {
	#maincontent .p-sped-feature-img--3 {
		text-align: left;
	}
}

#maincontent .p-sped-feature-img .scrolling-image {
	--scroll-y: -300;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-feature-img .scrolling-image {
		--scroll-y: -150;
	}
}

#maincontent .p-sped-feature .scrolling-image[data-scroll-to*="opacity"] {
	opacity: 0;
}

/*------------------------------------------------
	BTOS > LP > Special ed > 特徴 360度
------------------------------------------------*/
#maincontent .p-sped-feature--360 {
	height: 500vh;
	padding: 0;
}

#maincontent .p-sped-feature--360--dueler {
	background: #E8E8E8;
}

#maincontent .p-sped-feature--360 video.scrolling-image {
	-o-object-position: center top;
	   object-position: center top;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-feature--360 video.scrolling-image {
		flex-grow: 1;
		margin-top: auto;
		max-height: 100%;
		max-height: calc(100% - 50px);
		height: 181.3334vw;
	}
	@supports (aspect-ratio: 375/680) {
		#maincontent .p-sped-feature--360 video.scrolling-image {
			aspect-ratio: 375 / 680;
			height: auto;
			-o-object-position: center 50%;
			   object-position: center 50%;
		}
		@media only screen and (max-width: 543px) {
			#maincontent .p-sped-feature--360 video.scrolling-image {
				-o-object-position: center 75%;
				   object-position: center 75%;
			}
		}
	}
}

.debug-3 #maincontent .p-sped-feature--360 {
	height: 300vh;
}

.debug-4 #maincontent .p-sped-feature--360 {
	height: 400vh;
}

.debug-5 #maincontent .p-sped-feature--360 {
	height: 500vh;
}

.debug-6 #maincontent .p-sped-feature--360 {
	height: 600vh;
}

.debug-7 #maincontent .p-sped-feature--360 {
	height: 700vh;
}

.debug-8 #maincontent .p-sped-feature--360 {
	height: 800vh;
}

.debug-9 #maincontent .p-sped-feature--360 {
	height: 900vh;
}

.debug-10 #maincontent .p-sped-feature--360 {
	height: 1000vh;
}

#maincontent .p-sped-feature-float {
	z-index: 100;
	padding: 44px 30px 48px;
	visibility: hidden;
	font-size: 1.25rem;
	line-height: 1.8;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-feature-float {
		position: absolute;
		min-height: 400px;
		top: 0;
		left: 0;
		right: 0;
		transform: none;
		padding: 100px 0 0;
		padding: 100px 0 60px;
		text-align: center;
		background: linear-gradient(to bottom, #000 40%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
	}
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-feature-float {
		font-size: 1rem;
		line-height: 1.625;
		font-size: min(1rem, 4.2667vw);
	}
}

#maincontent .p-sped-feature-float--dueler {
	background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-feature-float--dueler {
		background: linear-gradient(to bottom, #fff 40%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	}
}

#maincontent .p-sped-feature-float.js-scroll-initialized {
	visibility: visible;
}

#maincontent .p-sped-feature-float .container {
	max-width: 45em;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-feature-float .container {
		max-width: none;
		padding: 0 15px;
	}
}

#maincontent .p-sped-feature-float h4 {
	margin-bottom: 0.9em;
	font-size: 2.5rem;
	line-height: 1.6;
}

@media only screen and (max-width: 543px) {
	#maincontent .p-sped-feature-float h4 {
		font-size: 1.875rem;
		line-height: 1.434;
		font-size: min(1.875rem, 8vw);
	}
	#maincontent .p-sped-feature-float h4 .nowrap {
		white-space: normal;
	}
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-feature-float p {
		max-width: 32.5em;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 769px) {
	#maincontent .p-sped-feature-float--2, #maincontent .p-sped-feature-float--3 {
		left: 0;
		right: auto;
		padding: 26px 100px 30px;
		padding: 26px min(100px, 7.8125vw) 30px;
		text-align: left;
	}
	#maincontent .p-sped-feature-float--2 .container, #maincontent .p-sped-feature-float--3 .container {
		max-width: 27em;
	}
	#maincontent .p-sped-feature-float--3--dueler .container {
		max-width: 19.75em;
	}
	#maincontent .p-sped-feature-float--3--dueler h4 {
		margin-right: -10px;
	}
	#maincontent .p-sped-feature-float--3--regno {
		left: auto;
		right: 0;
	}
	#maincontent .p-sped-feature-float--3--regno .container {
		max-width: 32.25em;
	}
}

/*------------------------------------------------
	BTOS > LP > Special ed > 特徴 > 目次
------------------------------------------------*/
#maincontent .p-sped-features-toc {
	position: -webkit-sticky;
	position: sticky;
	z-index: 5;
	top: 12px;
	display: flex;
	justify-content: center;
	transition: top 0.2s ease-out;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-features-toc {
		display: block;
		top: 0;
	}
}

#maincontent .p-sped-features-toc div.container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 40px;
	width: auto;
	min-width: 528px;
	padding: 9px 63px;
	border-radius: 5px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-features-toc div.container {
		gap: 0 20px;
		min-width: 0;
		min-height: 50px;
		padding: 7px 14px;
		border-radius: 0;
	}
}

#maincontent .p-sped-features-toc div.container a {
	color: #000;
	border-color: #000;
}

#maincontent .p-sped-features-toc:where([data-scrolled-on="#features-dueler"]) div.container {
	background: #000;
	color: #fff;
}

#maincontent .p-sped-features-toc:where([data-scrolled-on="#features-dueler"]) div.container a {
	color: #fff;
	border-color: #fff;
}

#maincontent .p-sped-features-toc a.btn {
	width: auto;
	border-width: 1px;
	font-size: 0.875rem;
	font-weight: bold;
	background: none;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-features-toc a.btn {
		min-width: 96px;
		padding: 6px 12px;
	}
}

#maincontent .p-sped-features-toc .grid {
	display: flex;
	align-items: center;
	gap: 0 16px;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-features-toc .grid {
		gap: 0 8px;
	}
}

#maincontent .p-sped-features-toc .grid li a {
	position: relative;
	display: inline-block;
	min-width: 5em;
	padding: 0 1px 8px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	line-height: 1.25;
	text-align: center;
	transition: border-color 0.2s ease-in-out;
}

#maincontent .p-sped-features-toc .grid li a.is-active {
	font-weight: bold;
	border-bottom-color: black;
}

#maincontent .p-sped-features-toc:where([data-scrolled-on="#features-dueler"]) .grid li a.is-active {
	border-bottom-color: white;
}

#maincontent .p-sped-features-toc .logo--white {
	display: none;
}

#maincontent .p-sped-features-toc:where([data-scrolled-on="#features-dueler"]) .logo--white {
	display: inline-block;
}

#maincontent .p-sped-features-toc:where([data-scrolled-on="#features-dueler"]) .logo--color {
	display: none;
}

#maincontent {
	animation: fade-in 1.2s forwards ease-out;
}

.m-background {
	animation: blur 1.2s forwards ease-in-out;
}

@keyframes blur {
	from {
		-webkit-filter: blur(4px);
		        filter: blur(4px);
	}
	to {
		-webkit-filter: blur(0);
		        filter: blur(0);
	}
}

/*------------------------------------------------
	BTOS > LP > Special ed > 特徴 > modal
------------------------------------------------*/
#custom .p-sped-feature-modal {
	display: none;
	flex-grow: 1;
	width: 100%;
	padding: 0;
	background: none;
	color: #000;
}

#custom .p-sped-feature-modal p {
	font-size: 1rem;
	letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal p {
		font-size: 0.938rem;
		letter-spacing: 0;
		text-align: left;
	}
}

#custom .p-sped-feature-modal-header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	height: 400px;
	margin: 0 0 100px;
	padding: 64px 40px;
	background: #000 no-repeat center center;
	background-size: cover;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal-header {
		align-items: flex-start;
		height: 200px;
		margin-bottom: 48px;
		padding: 40px 20px;
		text-align: left;
	}
}

#custom .p-sped-feature-modal-header--regno {
	background-image: url("../../../images/asset/lp/special-ed/regno-dueler/modal/bg-feature-regno-edition.jpg");
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal-header--regno {
		background-image: url("../../../images/asset/lp/special-ed/regno-dueler/modal/bg-feature-regno-edition-sp.jpg");
	}
}

#custom .p-sped-feature-modal-header--dueler {
	background-image: url("../../../images/asset/lp/special-ed/regno-dueler/modal/bg-feature-dueler-edition.jpg");
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal-header--dueler {
		background-image: url("../../../images/asset/lp/special-ed/regno-dueler/modal/bg-feature-dueler-edition-sp.jpg");
	}
}

#custom .p-sped-feature-modal .modal-title {
	font-weight: 500;
	letter-spacing: 0.1em;
}

#custom .p-sped-feature-modal .modal-title-hdg1 {
	font-size: 2.875rem;
}

@media (max-width: 1024px) {
	#custom .p-sped-feature-modal .modal-title-hdg1 {
		font-size: 2.25rem;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal .modal-title-hdg1 {
		font-size: 1.25rem;
	}
}

#custom .p-sped-feature-modal .modal-title-hdg1 > span {
	display: block;
	margin-top: 24px;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal .modal-title-hdg1 > span {
		margin-top: 10px;
	}
}

#custom .p-sped-feature-modal .modal-title-hdg3 {
	margin-bottom: 24px;
	font-size: 2.063rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal .modal-title-hdg3 {
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal .modal-title-brand img {
		width: auto;
		height: 1em;
	}
}

#custom .p-sped-feature-modal .modal-content {
	max-height: none;
	padding: 0 0 64px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal .modal-content {
		padding-bottom: 48px;
	}
}

#custom .p-sped-feature-modal .modal-body,
#custom .p-sped-feature-modal .modal-footer {
	padding: 0 40px;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal .modal-body,
	#custom .p-sped-feature-modal .modal-footer {
		padding: 0 20px;
	}
}

#custom .p-sped-feature-modal .grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 64px 40px;
	margin: 64px 0;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal .grid {
		display: block;
		margin: 48px 0;
	}
}

#custom .p-sped-feature-modal .grid.wrap-rev {
	flex-wrap: wrap-reverse;
}

#custom .p-sped-feature-modal .grid.wrap-rev > figure:first-child {
	order: 3;
}

#custom .p-sped-feature-modal .grid > figure {
	flex-basis: calc(50% - 20px);
}

#custom .p-sped-feature-modal-image {
	position: relative;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal-image {
		margin-top: 24px;
	}
}

#custom .p-sped-feature-modal-image figcaption {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-feature-modal-image figcaption {
		margin-bottom: 12px;
	}
}

#custom .p-sped-feature-modal-image img {
	width: 100%;
	height: auto;
}

#custom .p-sped-feature-modal .m-btnArea {
	max-width: 325px;
}

#custom .p-sped-feature-modal .m-btnArea .btn {
	max-width: 325px;
	margin: 0;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-inline {
	padding: 0;
}

.fancybox__slide.has-inline > .fancybox__content > .f-button.is-close-btn {
	position: absolute;
	z-index: 2;
	top: 40px;
	right: 40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.fancybox__slide.has-inline > .fancybox__content > .f-button.is-close-btn {
		top: 16px;
		right: 16px;
		width: 48px;
		height: 48px;
	}
}

.fancybox__slide.has-inline > .fancybox__content > .f-button.is-close-btn:is(:hover, :focus) {
	opacity: 0.75;
}

.fancybox__slide.has-inline > .fancybox__content > .f-button.is-close-btn svg {
	width: 16px;
	height: 16px;
	stroke: #000;
}

/*------------------------------------------------
	BTOS > LP > Special ed > ギャラリー
------------------------------------------------*/
#maincontent .p-sped-gallery {
	padding: 120px 0 80px;
	background: #000;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-gallery {
		padding: 100px 0 72px;
	}
}

#maincontent .p-sped-gallery-form {
	margin: 80px 0;
	border-bottom: 1px solid #999;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-gallery-form {
		margin: 48px 0 60px;
		overflow-x: auto;
	}
}

#maincontent .p-sped-gallery-form .grid {
	display: flex;
	justify-content: center;
	justify-content: safe center;
}

#maincontent .p-sped-gallery-form li {
	position: relative;
	min-width: 164px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-gallery-form li {
		min-width: 115px;
	}
}

#maincontent .p-sped-gallery-form-label {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 10px 8px;
	border-bottom: 2px solid transparent;
	font-size: 1.313rem;
	line-height: 1.5;
	text-align: center;
	transition: border-color 0.2s ease-out;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-gallery-form-label {
		padding: 7px 8px 6px;
		font-size: 1rem;
	}
}

#maincontent .p-sped-gallery-form-label:hover:not(:focus) {
	border-color: #fff;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-gallery-form-label img {
		max-width: 100%;
		max-height: 1em;
		width: auto;
		height: auto;
	}
}

#maincontent .p-sped-gallery-form input {
	display: none;
	position: absolute;
	z-index: 2;
	left: -6px;
	top: -6px;
}

.debug #maincontent .p-sped-gallery-form input {
	display: inline-block;
}

#maincontent .p-sped-gallery-form input:checked ~ label {
	border-color: #fff !important;
}

/*------------------------------------------------
	BTOS > LP > Special ed > ギャラリー items
------------------------------------------------*/
#maincontent .p-sped-gallery-items {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 42px;
	padding: 0 42px;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-gallery-items {
		gap: 20px;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-gallery-items {
		padding: 0 15px;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(7, 1fr);
	}
}

#maincontent .p-sped-gallery-items[data-length="4"] {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 27.8vw);
}

#maincontent .p-sped-gallery-items[data-length="5"] {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

#maincontent .p-sped-gallery-items[data-length="5"] > [data-index="1"] {
	grid-column: span 2 / span 2;
	grid-row: span 2 / span 2;
	grid-column-start: 2;
	grid-row-start: 1;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-gallery-items[data-length="6"] {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(8, 1fr);
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > [data-index="1"] {
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > [data-index="5"] {
		grid-column: 1 / span 2;
		grid-row: 4 / span 2;
	}
}

#maincontent .p-sped-gallery-items[data-length="7"] {
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(3, 1fr);
}

#maincontent .p-sped-gallery-items[data-length="7"] > [data-index="2"] {
	grid-column: 1 / span 2;
	grid-row: 1 / span 3;
}

#maincontent .p-sped-gallery-items[data-length="7"] > [data-index="5"] {
	grid-column: 4 / span 2;
	grid-row: 2 / span 2;
}

@media (min-width: 769px) {
	#maincontent .p-sped-gallery-items[data-length="8"] {
		grid-auto-flow: column;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > [data-index="1"] {
		grid-column: 1 / span 3;
		grid-row: 1 / span 3;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > [data-index="8"] {
		grid-column: 4 / span 3;
		grid-row: 2 / span 3;
	}
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-gallery-items[data-length="8"] {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(7, 1fr);
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > [data-index="1"] {
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > [data-index="8"] {
		grid-column: 1 / span 2;
		grid-row: 4 / span 2;
	}
}

#maincontent .p-sped-gallery-items[data-length="12"] {
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(3, 1fr);
}

#maincontent .p-sped-gallery-items[data-length="12"] > [data-index="1"] {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
}

#maincontent .p-sped-gallery-items[data-length="12"] > [data-index="9"] {
	grid-column: 4 / span 2;
	grid-row: 2 / span 2;
}

#maincontent .p-sped-gallery-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/*------------------------------------------------
	BTOS > ブランド > Swiper
------------------------------------------------*/
#custom .p-brand .swiper {
	padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
	#custom .p-brand .swiper {
		padding-bottom: 36px;
	}
}

#custom .p-brand .swiper-controls {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#custom .p-brand .swiper-controls:has(.swiper-pagination-lock) {
	display: none;
}

#custom .p-brand .swiper-pagination {
	line-height: 16px;
	bottom: auto;
	top: 24px;
}

@media only screen and (max-width: 768px) {
	#custom .p-brand .swiper-pagination {
		top: 20px;
	}
}

#custom .p-brand .swiper-pagination-bullet {
	margin: 0 8px;
	border: 1px solid transparent;
	background: #CCC;
	opacity: 1;
}

#custom .p-brand .swiper-pagination-bullet-active {
	background-color: #f00;
}

#custom .p-brand--black .swiper-pagination-bullet-active {
	background-color: #000;
}

#custom .p-brand--basic .swiper-pagination-bullet-active {
	background-color: #999999;
}

#custom .p-brand--chronicle .swiper-pagination-bullet-active {
	background-color: #141414;
}

#custom .p-brand--playz .swiper-pagination-bullet-active {
	background-color: #00A1DE;
}

#custom .p-brand--regno .swiper-pagination-bullet-active {
	background-color: #09234E;
}

#custom .p-brand--ecopia .swiper-pagination-bullet-active {
	background-color: #6BB42A;
}

#custom .p-brand--potenza .swiper-pagination-bullet-active {
	background-color: #000000;
}

#custom .p-brand--alenza .swiper-pagination-bullet-active {
	background-color: #462D25;
}

#custom .p-brand--dueler .swiper-pagination-bullet-active {
	background-color: #008F8C;
}

#custom .p-brand--blizzak .swiper-pagination-bullet-active {
	background-color: #E60012;
}

/*------------------------------------------------
	BTOS > トップページ > おすすめコンテンツ
------------------------------------------------*/
#custom .m-top-wrapper .recommend-content h2 {
	margin-bottom: 1.75rem;
}

@media (min-width: 1200px) {
	#custom .m-top-wrapper .recommend-content h2 {
		font-size: 1.875rem;
		margin-bottom: 1.734em;
	}
}

#custom .recommend-content {
	padding-top: 52px;
	padding-bottom: 86px;
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content {
		padding-top: 38px;
		padding-bottom: 80px;
	}
}

#custom .recommend-content .grid {
	display: flex;
	justify-content: space-between;
	justify-content: center;
	gap: 24px;
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content .grid {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 543px) {
	#custom .recommend-content .grid {
		display: block;
	}
}

#custom .recommend-content .grid > li {
	flex-basis: calc(100% / 3 - 16px);
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content .grid > li {
		flex-basis: calc(50% - 12px);
	}
}

@media only screen and (max-width: 543px) {
	#custom .recommend-content .grid > li {
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 543px) {
	#custom .recommend-content .grid > li + li {
		margin-top: 12px;
	}
}

#custom .recommend-content .image {
	position: relative;
	padding: 0;
	background: #000;
	color: #fff;
	aspect-ratio: 1 / 1;
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content .image {
		aspect-ratio: 345 / 180;
	}
}

#custom .recommend-content .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

#custom .recommend-content .image figcaption {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 28px 21px;
	font-size: 1.25rem;
}

@media (max-width: 1024px) {
	#custom .recommend-content .image figcaption {
		padding: 0 20px 16px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content .image figcaption {
		font-size: 0.875rem;
	}
}

#custom .recommend-content .image::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, #0000 26.5%, #000f 96%);
	opacity: 0.8;
}

#custom .recommend-content .navi {
	margin-top: 2.5rem;
}

@media only screen and (max-width: 768px) {
	#custom .recommend-content .navi {
		margin-top: 1.875rem;
	}
}

/*------------------------------------------------
	BTOS > ブランド > ピックアップ
------------------------------------------------*/
#custom .p-brand-pickup {
	padding: 120px 0 160px;
	background: #F5F5F5;
}

@media (max-width: 1024px) {
	#custom .p-brand-pickup {
		padding: 80px 0 120px;
	}
}

@media only screen and (max-width: 543px) {
	#custom .p-brand-pickup .container {
		padding: 0 7px;
	}
}

#custom .p-brand-pickup h2 {
	margin-bottom: 64px;
}

@media (max-width: 1024px) {
	#custom .p-brand-pickup h2 {
		margin-bottom: 40px;
	}
}

#custom .p-brand-pickup .grid {
	justify-content: flex-start;
}

#custom .p-brand-pickup .swiper:not(.swiper-initialized) .grid {
	justify-content: center;
}

#custom .p-brand-pickup .images a {
	overflow: visible;
}

#custom .p-brand-pickup .image {
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	#custom .p-brand-pickup .image {
		aspect-ratio: 345 / 188;
	}
}

#custom .p-brand-pickup .image picture {
	overflow: hidden;
	display: block;
	height: 100%;
}

#custom .p-brand-pickup .image .m-note {
	position: relative;
	margin-top: 0;
	bottom: -6px;
	font-size: 0.75rem;
	line-height: 1.5;
	font-weight: normal;
}

@media (min-width: 769px) {
	#custom .p-brand-pickup .image .m-note {
		overflow: hidden;
		position: relative;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: absolute;
		top: 100%;
		bottom: auto;
		left: 1px;
		right: 1px;
		margin-top: 8px;
		text-align: left;
		font-size: 0.875rem;
		color: #333;
	}
}

#custom .p-brand-pickup .image::before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 28%, black 94%);
}

@media only screen and (max-width: 768px) and (min-width: 544px) {
	#custom .p-brand-pickup .swiper:not(.swiper-initialized) .image {
		aspect-ratio: 1 / 1;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-brand-pickup .to-video::after {
		margin-top: -46px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 544px) {
	#custom .p-brand-pickup .swiper:not(.swiper-initialized) .to-video::after {
		margin-top: -32px;
	}
}

@media only screen and (max-width: 543px) {
	#custom .p-brand-pickup .swiper {
		padding: 0 8px;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-brand-pickup .swiper-initialized {
		max-width: 100%;
		width: 66.3603vw;
		height: auto;
		padding: 0;
	}
	#custom .p-brand-pickup .swiper-initialized[data-swiper-sp-rows="1"] {
		height: 37.5vw;
	}
	#custom .p-brand-pickup .swiper-initialized[data-swiper-sp-rows="2"] {
		height: 74.2648vw;
	}
	#custom .p-brand-pickup .swiper-initialized[data-swiper-sp-rows="3"] {
		height: 111.0295vw;
	}
	#custom .p-brand-pickup .swiper-initialized[data-swiper-sp-rows="6"] {
		height: auto;
	}
}

@media only screen and (max-width: 543px) {
	#custom .p-brand-pickup .swiper-initialized {
		max-width: 100%;
		width: 361px;
		height: auto;
		padding: 0;
	}
	#custom .p-brand-pickup .swiper-initialized[data-swiper-sp-rows="1"] {
		height: 204px;
	}
	#custom .p-brand-pickup .swiper-initialized[data-swiper-sp-rows="2"] {
		height: 404px;
	}
	#custom .p-brand-pickup .swiper-initialized[data-swiper-sp-rows="3"] {
		height: 604px;
	}
	#custom .p-brand-pickup .swiper-initialized[data-swiper-sp-rows="6"] {
		height: auto;
	}
}

#custom .p-brand-pickup .swiper-initialized .swiper-wrapper {
	display: flex;
	justify-content: flex-start;
	gap: 0;
}

#custom .p-brand-pickup .swiper-initialized .swiper-slide {
	margin-right: 24px;
}

#custom .p-brand-pickup .swiper-initialized li {
	background: none;
}

@media only screen and (max-width: 768px) {
	#custom .p-brand-pickup .swiper-initialized li {
		flex-basis: auto;
		width: auto;
		height: 34.5589vw;
		margin: 0 0 2.2059vw;
		padding: 0 1.4706vw;
	}
}

@media only screen and (max-width: 543px) {
	#custom .p-brand-pickup .swiper-initialized li {
		height: 188px;
		margin-bottom: 12px;
		padding: 0 8px;
	}
}

#custom .p-brand-pickup .swiper-initialized li > a {
	display: block;
	background: none;
}

@media only screen and (max-width: 768px) {
	#custom .p-brand-pickup .swiper-initialized li > a {
		height: 100%;
	}
}

#custom .p-brand-pickup .swiper-initialized li img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

@supports (aspect-ratio: 1/1) {
	#custom .p-brand-pickup .swiper-initialized li img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-brand-pickup .swiper-initialized li img {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

#custom .p-brand-pickup .swiper-initialized.has-grid .grid {
	justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
	#custom .p-brand-pickup .swiper-initialized.has-grid .grid {
		display: block;
		margin-right: 0;
	}
}

#custom .p-brand-pickup .swiper-initialized.has-grid li {
	height: auto;
}

#custom .p-brand-pickup .swiper-pagination {
	top: 4px;
	margin-top: 0;
}

@media only screen and (max-width: 768px) {
	#custom .p-brand-pickup .swiper-pagination {
		margin-top: 8px;
	}
}

#custom .p-brand-pickup .swiper .swiper-pagination {
	top: 42px;
	margin-top: 0;
}

/*------------------------------------------------
	BTOS > LP > Special ed > ピックアップ
------------------------------------------------*/
#maincontent .p-sped-pickup {
	padding: 52px 0 40px;
	background: none;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-pickup {
		padding: 28px 0 100px;
	}
}

#maincontent .p-sped-pickup h2 {
	margin-bottom: 4.25rem;
	font-size: 2rem;
}

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-pickup h2 {
		margin-bottom: 3rem;
	}
}

#maincontent .p-sped-pickup .to-video::after {
	background-color: #fff;
	background-image: url("../../../images/asset/common/ico/ico-play-black.svg");
}

#maincontent .p-sped-pickup .swiper-pagination-bullet {
	background-color: #666;
}

#maincontent .p-sped-pickup .swiper-pagination-bullet-active {
	background-color: #fff;
}

/*------------------------------------------------
	BTOS > ブランド > サイズ表
------------------------------------------------*/
#custom .p-sped-sizes {
	padding: 120px 0 160px;
	background: #000;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes {
		padding: 64px 0 80px;
	}
}

#custom .p-sped-sizes h2 {
	margin-bottom: 0;
}

#custom .p-sped-sizes h3 {
	font-size: 1rem;
	margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes h3 {
		font-size: 0.875rem;
		margin-bottom: 24px;
	}
}

#custom .p-sped-sizes-help {
	position: relative;
	margin-bottom: 1.125rem;
	text-align: right;
}

#custom .p-sped-sizes-help--sp {
	margin: 40px 0;
	text-align: center;
}

#custom .p-sped-sizes > .container > .m-note {
	margin-top: 84px;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes > .container > .m-note {
		margin-top: 50px;
	}
}

/*------------------------------------------------
	BTOS > ブランド > サイズ表 > 表
------------------------------------------------*/
#custom .p-sped-sizes-section {
	position: relative;
	margin-top: 80px;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-section {
		margin-top: 40px;
	}
}

#custom .p-sped-sizes-section > h3 {
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.06em;
}

#custom .p-sped-sizes-section > h3 em {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 0.1em;
}

#custom .p-sped-sizes-section + section {
	margin-top: 160px;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-section + section {
		margin-top: 64px;
	}
}

#custom .p-sped-sizes-details > summary {
	display: none;
}

#custom .p-sped-sizes .m-table-wrapper {
	clear: both;
}

#custom .p-sped-sizes .cmp-mark,
#custom .p-sped-sizes .cmp-btn {
	display: inline-block;
	font-size: 0.75rem;
	color: #f00;
	vertical-align: middle;
}

#custom .p-sped-sizes-table {
	clear: both;
	width: 100%;
	background: #000;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-table th {
		line-height: 1.4;
	}
	#custom .p-sped-sizes-table .t-size {
		min-width: 10em;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-table .t-li,
	#custom .p-sped-sizes-table .t-price-4 {
		display: none;
	}
}

@media only screen and (max-width: 374px) {
	#custom .p-sped-sizes-table .t-size {
		min-width: 0;
	}
}

#custom .p-sped-sizes-table thead th {
	padding: 13px;
	border: 1px solid #000;
	border-width: 0 1px;
	background: #333;
	color: #fff;
	font-size: 0.938em;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-table thead th {
		padding: 5px 10px 4px;
	}
}

#custom .p-sped-sizes-table tbody > tr {
	background: rgba(255, 255, 255, 0.05);
}

#custom .p-sped-sizes-table tbody > tr:nth-child(2n) {
	background: rgba(245, 245, 245, 0.08);
}

#custom .p-sped-sizes-table th, #custom .p-sped-sizes-table td {
	position: relative;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-table th, #custom .p-sped-sizes-table td {
		padding: 10px 5px;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-table tbody th i {
		display: inline !important;
		font-style: normal;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-table.has-cmp-price td.t-price-1,
	#custom .p-sped-sizes-table.has-cmp-price td.t-price-4 {
		padding-left: 1.5rem;
	}
}

#custom .p-sped-sizes-table .to-buy {
	display: inline-block;
	width: 44px;
	height: 36px;
	padding: 6px;
	border-radius: 4px;
	border: 1px solid #333;
	background: #333 url(../../../images/asset/common/ico/ico-cart-white.svg) no-repeat center;
	background-size: 28px 28px;
	vertical-align: middle;
}

#custom .p-sped-sizes-table .to-buy.ui-state-disabled {
	opacity: 0.1;
}

#custom .p-sped-sizes-table .not-buy {
	font-size: 100%;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-table .not-buy {
		display: inline-block;
		font-size: 0.934em;
		line-height: 1.5;
	}
}

#custom .p-sped-sizes-table .cmp-mark {
	position: absolute;
	right: 50%;
	margin-right: 2.75rem;
	line-height: 2.1333333333;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-table .cmp-mark {
		right: calc(50% - 0.75rem);
		margin-right: 2.625rem;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-table .cmp-mark {
		margin-right: 2.375rem;
	}
}

#custom .p-sped-sizes-table .cmp-btn {
	position: absolute;
	right: 50%;
	margin-right: 2.75rem;
	padding: 6px;
	line-height: 1;
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-table .cmp-btn {
		right: calc(50% - 0.75rem);
		margin-right: 2.375rem;
		padding: 4px;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-sped-sizes-table .cmp-btn {
		margin-right: 2.125rem;
	}
}

#custom .p-sped-sizes-table .cmp-price {
	position: absolute;
	top: calc(100% - 15px);
	left: calc(50% - 3.5ex - 28px);
	margin: 0;
	padding: 14px 23px;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
	text-align: left;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease-in-out;
	transition-property: opacity, z-index, visibility;
	transition-delay: 0s;
}

@supports (transition-behavior: allow-discrete) {
	#custom .p-sped-sizes-table .cmp-price {
		transition-behavior: allow-discrete;
	}
}

#custom .p-sped-sizes-table .cmp-price > div {
	display: flex;
	justify-content: space-between;
	gap: 0 11px;
}

#custom .p-sped-sizes-table .cmp-price dt, #custom .p-sped-sizes-table .cmp-price dd {
	display: inline-block;
	margin: 0;
}

#custom .p-sped-sizes-table tr:last-child .cmp-price {
	top: auto;
	bottom: calc(100% - 15px);
}

#custom .p-sped-sizes-table .cmp-btn:hover ~ .cmp-price, #custom .p-sped-sizes-table .cmp-btn:focus ~ .cmp-price {
	z-index: 100;
	opacity: 1;
	visibility: visible;
}
