@charset "UTF-8";
/*------------------------------------------------
	BTOS > LP > スペシャルエディションタイヤ
------------------------------------------------*/
/*------------------------------------------------
	スクロール用
------------------------------------------------*/
html {
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

/*------------------------------------------------
	BTOS > Base
------------------------------------------------*/
#maincontent {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: normal;
}

@media only screen and (max-width: 768px) {
	#maincontent {
		font-size: 0.938rem;
		line-height: 1.6;
	}
}

#maincontent .container {
	overflow: visible;
}

@media (min-width: 1025px) {
	#maincontent .container {
		max-width: 1110px;
	}
}

#maincontent ::before, #maincontent ::after {
	pointer-events: none;
}

#maincontent a, #maincontent button {
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	-webkit-transition-property: opacity, color, background-color, border-color, outline-color, -webkit-transform;
	transition-property: opacity, color, background-color, border-color, outline-color, -webkit-transform;
	transition-property: opacity, color, background-color, border-color, outline-color, transform;
	transition-property: opacity, color, background-color, border-color, outline-color, transform, -webkit-transform;
}

#maincontent a:hover img, #maincontent button:hover img {
	opacity: 1;
}

@media (max-width: 1199px) {
	#maincontent img, #maincontent video {
		max-width: 100%;
		height: auto;
	}
}

#maincontent em, #maincontent strong, #maincontent b {
	font-weight: bold;
	font-style: normal;
}

#maincontent small {
	font-weight: inherit;
}

#maincontent sup, #maincontent sub {
	font-size: 0.6em;
}

#maincontent sup.online, #maincontent sub.online {
	display: inline-block;
	width: 0;
	white-space: nowrap;
}

#maincontent i, #maincontent dfn {
	font-style: normal;
}

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

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

#maincontent .note {
	display: block;
	margin-top: 0.3em;
}

#maincontent caption {
	color: inherit;
}

@media only screen and (max-width: 543px) {
	#maincontent .aos-animate[data-aos-delay] {
		-webkit-transition-delay: 0s;
		        transition-delay: 0s;
	}
}

/* [SP] 文字サイズ指定 */
@media only screen and (max-width: 768px) {
	#custom .m-sp-textXXL {
		font-size: 1.75rem !important;
	}
	#custom .m-sp-textXL {
		font-size: 1.625rem !important;
	}
	#custom .m-sp-textLL {
		font-size: 1.375rem !important;
	}
	#custom .m-sp-textL {
		font-size: 1.125rem !important;
	}
	#custom .m-sp-textM {
		font-size: 1rem !important;
	}
	#custom .m-sp-textS {
		font-size: .875rem !important;
	}
	#custom .m-sp-textSS {
		font-size: .75rem !important;
	}
	#custom .m-sp-textSSS {
		font-size: .625rem !important;
	}
}

/*------------------------------------------------
	BTOS > 見出し
------------------------------------------------*/
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {
	line-height: 1.6;
}

#maincontent h2 {
	font-size: 1.563rem;
	margin-bottom: 1.6em;
	text-align: center;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	#maincontent h2 {
		font-size: 1.313rem;
	}
}

#maincontent h2 em, #maincontent h2 strong {
	color: #f00;
}

#maincontent h2 i {
	display: inline-block;
	margin: 0 0.3em;
	font-family: Arial, "Helvetica Neue", Helvetica, Verdana, Roboto, sans-serif;
	font-size: 3rem;
	line-height: 1;
	font-style: normal;
	font-weight: bold;
	color: #f00;
	vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
	#maincontent h2 i {
		font-size: 2.375rem;
	}
}

#maincontent h3 {
	font-size: 1.125rem;
	margin-bottom: 1em;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	#maincontent h3 {
		font-size: 1rem;
	}
}

#maincontent h4, #maincontent h5, #maincontent h6 {
	font-size: 1rem;
	font-weight: bold;
}

/* AOS アニメーション中の操作を無効 */
.aos-init:where(:not([data-aos=""])) {
	pointer-events: none;
}

.aos-animate:where(:not([data-aos=""])) {
	pointer-events: auto;
}

/* フェードイン */
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* フェードアウト */
@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* フェードイン→アウト */
@-webkit-keyframes fade-in-out {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@keyframes fade-in-out {
	0%, 100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

/* フェードアウト→イン */
@-webkit-keyframes fade-out-in {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
@keyframes fade-out-in {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/* ズームイン */
@-webkit-keyframes zoom-in {
	0% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes zoom-in {
	0% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

/* ズームアウト */
@-webkit-keyframes zoom-out {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@keyframes zoom-out {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

/* ズームイン→アウト */
@-webkit-keyframes zoom-in-out {
	0%, 100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes zoom-in-out {
	0%, 100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

/* ズームアウト→イン */
@-webkit-keyframes zoom-out-in {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@keyframes zoom-out-in {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

/* 背景がポワンと光るアニメーション */
.anime-bg-shining {
	position: relative;
	overflow: hidden;
}

.anime-bg-shining::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	height: 100%;
	background: -webkit-radial-gradient(#fff7, #fff0);
	background: radial-gradient(#fff7, #fff0);
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	opacity: 0;
	-webkit-animation: bg-shining 5.0s ease-in-out infinite;
	        animation: bg-shining 5.0s ease-in-out infinite;
}

@-webkit-keyframes bg-shining {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	84% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	86% {
		-webkit-transform: scale(6);
		        transform: scale(6);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50);
		        transform: scale(50);
		opacity: 0;
	}
}

@keyframes bg-shining {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	84% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	86% {
		-webkit-transform: scale(6);
		        transform: scale(6);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50);
		        transform: scale(50);
		opacity: 0;
	}
}

/* 背景がキラッと光るアニメーション */
.anime-bg-linear-shining {
	position: relative;
	overflow: hidden;
}

.anime-bg-linear-shining::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	left: 0;
	width: 30%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#fff0), to(#fff7));
	background: -webkit-linear-gradient(left, #fff0, #fff7);
	background: linear-gradient(to right, #fff0, #fff7);
	-webkit-transform: skewX(-80deg);
	    -ms-transform: skewX(-80deg);
	        transform: skewX(-80deg);
	-webkit-animation: bg-linear-shining 5.0s ease-in-out infinite;
	        animation: bg-linear-shining 5.0s ease-in-out infinite;
}

@-webkit-keyframes bg-linear-shining {
	0% {
		left: -50%;
	}
	84% {
		left: -50%;
	}
	100% {
		left: 150%;
	}
}

@keyframes bg-linear-shining {
	0% {
		left: -50%;
	}
	84% {
		left: -50%;
	}
	100% {
		left: 150%;
	}
}

/* hover 時のアニメーション */
@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@-webkit-keyframes rotation-reverse {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}

@keyframes rotation-reverse {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}

@-webkit-keyframes rotation-x {
	0% {
		-webkit-transform: rotateX(0);
		        transform: rotateX(0);
	}
	100% {
		-webkit-transform: rotateX(360deg);
		        transform: rotateX(360deg);
	}
}

@keyframes rotation-x {
	0% {
		-webkit-transform: rotateX(0);
		        transform: rotateX(0);
	}
	100% {
		-webkit-transform: rotateX(360deg);
		        transform: rotateX(360deg);
	}
}

@-webkit-keyframes rotation-y {
	0% {
		-webkit-transform: rotateY(0);
		        transform: rotateY(0);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		        transform: rotateY(360deg);
	}
}

@keyframes rotation-y {
	0% {
		-webkit-transform: rotateY(0);
		        transform: rotateY(0);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		        transform: rotateY(360deg);
	}
}

@-webkit-keyframes shaking {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	10% {
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	20% {
		-webkit-transform: rotate(8deg);
		        transform: rotate(8deg);
	}
	30% {
		-webkit-transform: rotate(-5deg);
		        transform: rotate(-5deg);
	}
	40% {
		-webkit-transform: rotate(4deg);
		        transform: rotate(4deg);
	}
	50% {
		-webkit-transform: rotate(-3deg);
		        transform: rotate(-3deg);
	}
	60% {
		-webkit-transform: rotate(2deg);
		        transform: rotate(2deg);
	}
	70% {
		-webkit-transform: rotate(-2deg);
		        transform: rotate(-2deg);
	}
	80% {
		-webkit-transform: rotate(1deg);
		        transform: rotate(1deg);
	}
	90% {
		-webkit-transform: rotate(-1deg);
		        transform: rotate(-1deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}

@keyframes shaking {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	10% {
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	20% {
		-webkit-transform: rotate(8deg);
		        transform: rotate(8deg);
	}
	30% {
		-webkit-transform: rotate(-5deg);
		        transform: rotate(-5deg);
	}
	40% {
		-webkit-transform: rotate(4deg);
		        transform: rotate(4deg);
	}
	50% {
		-webkit-transform: rotate(-3deg);
		        transform: rotate(-3deg);
	}
	60% {
		-webkit-transform: rotate(2deg);
		        transform: rotate(2deg);
	}
	70% {
		-webkit-transform: rotate(-2deg);
		        transform: rotate(-2deg);
	}
	80% {
		-webkit-transform: rotate(1deg);
		        transform: rotate(1deg);
	}
	90% {
		-webkit-transform: rotate(-1deg);
		        transform: rotate(-1deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}

@-webkit-keyframes bounding {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(-12px);
		        transform: translateY(-12px);
	}
	82% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	94% {
		-webkit-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes bounding {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(-12px);
		        transform: translateY(-12px);
	}
	82% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	94% {
		-webkit-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

/* SVG のフェードイン→アウト */
@-webkit-keyframes svg-fade-in-out {
	0%, 100% {
		stroke-opacity: 0;
		fill-opacity: 0;
	}
	50% {
		stroke-opacity: 1;
		fill-opacity: 1;
	}
}
@keyframes svg-fade-in-out {
	0%, 100% {
		stroke-opacity: 0;
		fill-opacity: 0;
	}
	50% {
		stroke-opacity: 1;
		fill-opacity: 1;
	}
}

/* SVG のフェードアウト→イン */
@-webkit-keyframes svg-fade-out-in {
	0%, 100% {
		stroke-opacity: 1;
		fill-opacity: 1;
	}
	50% {
		stroke-opacity: 0;
		fill-opacity: 0;
	}
}
@keyframes svg-fade-out-in {
	0%, 100% {
		stroke-opacity: 1;
		fill-opacity: 1;
	}
	50% {
		stroke-opacity: 0;
		fill-opacity: 0;
	}
}

/* SVG の点滅 */
@-webkit-keyframes svg-blink {
	0%, 49.9%, 100% {
		stroke-opacity: 1;
		fill-opacity: 1;
	}
	50%, 99.9% {
		stroke-opacity: 0;
		fill-opacity: 0;
	}
}
@keyframes svg-blink {
	0%, 49.9%, 100% {
		stroke-opacity: 1;
		fill-opacity: 1;
	}
	50%, 99.9% {
		stroke-opacity: 0;
		fill-opacity: 0;
	}
}

/* SVG のストローク */
@-webkit-keyframes svg-stroke-100 {
	0% {
		stroke-dashoffset: 100;
		fill-opacity: 0;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
	}
}
@keyframes svg-stroke-100 {
	0% {
		stroke-dashoffset: 100;
		fill-opacity: 0;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
	}
}

@-webkit-keyframes svg-stroke-200 {
	0% {
		stroke-dashoffset: 200;
		fill-opacity: 0;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
	}
}

@keyframes svg-stroke-200 {
	0% {
		stroke-dashoffset: 200;
		fill-opacity: 0;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
	}
}

@-webkit-keyframes svg-stroke-300 {
	0% {
		stroke-dashoffset: 300;
		fill-opacity: 0;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
	}
}

@keyframes svg-stroke-300 {
	0% {
		stroke-dashoffset: 300;
		fill-opacity: 0;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
	}
}

@-webkit-keyframes svg-stroke-500 {
	0% {
		stroke-dashoffset: 500;
		fill-opacity: 0;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
	}
}

@keyframes svg-stroke-500 {
	0% {
		stroke-dashoffset: 500;
		fill-opacity: 0;
	}
	100% {
		stroke-dashoffset: 0;
		fill-opacity: 1;
	}
}

@-webkit-keyframes svg-stroke-1000 {
	0% {
		stroke-width: 1;
		stroke-dashoffset: 1000;
		fill-opacity: 0;
	}
	75% {
		stroke-width: 1;
		stroke-dashoffset: 0;
		fill-opacity: 0;
	}
	100% {
		stroke-width: 0;
		stroke-dashoffset: 0;
		fill-opacity: 1;
	}
}

@keyframes svg-stroke-1000 {
	0% {
		stroke-width: 1;
		stroke-dashoffset: 1000;
		fill-opacity: 0;
	}
	75% {
		stroke-width: 1;
		stroke-dashoffset: 0;
		fill-opacity: 0;
	}
	100% {
		stroke-width: 0;
		stroke-dashoffset: 0;
		fill-opacity: 1;
	}
}

/* [default] SVG animation */
.svg-stroke {
	stroke-dasharray: 300;
	stroke-dashoffset: 0;
	fill-opacity: 0;
}

.svg-stroke:not([stroke-width]) {
	stroke-width: 1;
}

.svg-stroke:not([stroke]) {
	stroke: #333;
}

.svg-stroke-100 .svg-stroke {
	stroke-dasharray: 100;
	-webkit-animation: svg-stroke-100 1.5s linear infinite;
	        animation: svg-stroke-100 1.5s linear infinite;
}

.svg-stroke-200 .svg-stroke {
	stroke-dasharray: 200;
	-webkit-animation: svg-stroke-200 1.5s linear infinite;
	        animation: svg-stroke-200 1.5s linear infinite;
}

.svg-stroke-300 .svg-stroke {
	stroke-dasharray: 300;
	-webkit-animation: svg-stroke-300 1.5s linear infinite;
	        animation: svg-stroke-300 1.5s linear infinite;
}

.svg-stroke-500 .svg-stroke {
	stroke-dasharray: 500;
	-webkit-animation: svg-stroke-500 1.5s linear infinite;
	        animation: svg-stroke-500 1.5s linear infinite;
}

.svg-stroke-1000 .svg-stroke {
	stroke-dasharray: 1000;
	-webkit-animation: svg-stroke-1000 1.5s linear infinite;
	        animation: svg-stroke-1000 1.5s linear infinite;
}

.svg-fade-in-out .svg-color {
	-webkit-animation: svg-fade-in-out 1s ease-in-out infinite;
	        animation: svg-fade-in-out 1s ease-in-out infinite;
}

.svg-fade-out-in .svg-color {
	-webkit-animation: svg-fade-out-in 1s ease-in-out infinite;
	        animation: svg-fade-out-in 1s ease-in-out infinite;
}

.svg-blink .svg-color {
	-webkit-animation: svg-blink 1s ease-in-out infinite;
	        animation: svg-blink 1s ease-in-out infinite;
}

.anime-shaking:hover svg, .anime-shaking:hover .anime, .anime-shaking:hover.anime {
	-webkit-animation: shaking 0.6s ease-in-out;
	        animation: shaking 0.6s ease-in-out;
}

.anime-bounding:hover svg, .anime-bounding:hover .anime, .anime-bounding:hover.anime {
	-webkit-animation: bounding 0.6s ease-in-out;
	        animation: bounding 0.6s ease-in-out;
}

.anime-rotation:hover svg, .anime-rotation:hover .anime, .anime-rotation:hover.anime {
	-webkit-animation: rotation 0.6s ease-in-out;
	        animation: rotation 0.6s ease-in-out;
}

.anime-rotation-reverse:hover svg, .anime-rotation-reverse:hover .anime, .anime-rotation-reverse:hover.anime {
	-webkit-animation: rotation-reverse 0.6s ease-in-out;
	        animation: rotation-reverse 0.6s ease-in-out;
}

.anime-rotation-x:hover svg, .anime-rotation-x:hover .anime, .anime-rotation-x:hover.anime {
	-webkit-animation: rotation-x 0.6s ease-in-out;
	        animation: rotation-x 0.6s ease-in-out;
}

.anime-rotation-y:hover svg, .anime-rotation-y:hover .anime, .anime-rotation-y:hover.anime {
	-webkit-animation: rotation-y 0.6s ease-in-out;
	        animation: rotation-y 0.6s ease-in-out;
}

/* ボタンのアニメーション */
/* 疑似要素で枠線を準備する (req: .btn > u || .btn > u > u) */
.btn {
	position: relative;
	z-index: 1;
}

.btn > u::before, .btn > u::after, .btn > u > u::before, .btn > u > u::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	background-color: #f00;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn:disabled > u::before, .btn:disabled > u::after, .btn:disabled > u > u::before, .btn:disabled > u > u::after {
	content: none;
	display: none;
}

/* hover時、既定の枠線を透過する */
.hover-border-clear.btn:hover, .hover-border-clear .btn:hover {
	border-color: transparent !important;
}

/* 既定の hover時の透過を上書き */
#custom .anime-border-run.btn:hover, #custom .anime-border-run .btn:hover,
#custom .anime-border-run-4.btn:hover,
#custom .anime-border-run-4 .btn:hover,
#custom .anime-border-2-lane.btn:hover,
#custom .anime-border-2-lane .btn:hover,
#custom .anime-border-in.btn:hover,
#custom .anime-border-in .btn:hover,
#custom .anime-border-flashing.btn:hover,
#custom .anime-border-flashing .btn:hover {
	opacity: 1;
}

/* 上下左右で同時に枠線が走る (req: .btn > u > u) */
.anime-border-run-4.btn > u::before, .anime-border-run-4 .btn > u::before {
	top: -2px;
	left: -2px;
	height: 2px;
}

.anime-border-run-4.btn > u::after, .anime-border-run-4 .btn > u::after {
	bottom: -2px;
	right: -2px;
	height: 2px;
}

.anime-border-run-4.btn > u > u::before, .anime-border-run-4 .btn > u > u::before {
	top: -2px;
	right: -2px;
	width: 2px;
}

.anime-border-run-4.btn > u > u::after, .anime-border-run-4 .btn > u > u::after {
	bottom: -2px;
	left: -2px;
	width: 2px;
}

.anime-border-run-4.btn:hover > u::before, .anime-border-run-4 .btn:hover > u::before {
	width: calc(100% + 4px);
}

.anime-border-run-4.btn:hover > u::after, .anime-border-run-4 .btn:hover > u::after {
	width: calc(100% + 4px);
}

.anime-border-run-4.btn:hover > u > u::before, .anime-border-run-4 .btn:hover > u > u::before {
	height: calc(100% + 4px);
}

.anime-border-run-4.btn:hover > u > u::after, .anime-border-run-4 .btn:hover > u > u::after {
	height: calc(100% + 4px);
}

/* 左上から時計回りに枠線が走る (req: .btn > u > u) */
.anime-border-run.btn > u::before, .anime-border-run .btn > u::before {
	top: -2px;
	left: -2px;
	height: 2px;
	-webkit-transition-duration: 0.1s;
	        transition-duration: 0.1s;
	-webkit-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}

.anime-border-run.btn > u::after, .anime-border-run .btn > u::after {
	bottom: -2px;
	right: -2px;
	height: 2px;
	-webkit-transition-duration: 0.1s;
	        transition-duration: 0.1s;
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}

.anime-border-run.btn > u > u::before, .anime-border-run .btn > u > u::before {
	top: -2px;
	right: -2px;
	width: 2px;
	-webkit-transition-duration: 0.1s;
	        transition-duration: 0.1s;
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}

.anime-border-run.btn > u > u::after, .anime-border-run .btn > u > u::after {
	bottom: -2px;
	left: -2px;
	width: 2px;
	-webkit-transition-duration: 0.1s;
	        transition-duration: 0.1s;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}

.anime-border-run.btn:hover > u::before, .anime-border-run .btn:hover > u::before {
	width: calc(100% + 4px);
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}

.anime-border-run.btn:hover > u::after, .anime-border-run .btn:hover > u::after {
	width: calc(100% + 4px);
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}

.anime-border-run.btn:hover > u > u::before, .anime-border-run .btn:hover > u > u::before {
	height: calc(100% + 4px);
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}

.anime-border-run.btn:hover > u > u::after, .anime-border-run .btn:hover > u > u::after {
	height: calc(100% + 4px);
	-webkit-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}

/* 上下と左右でそれぞれ同時に枠線が走る (req: .btn > u > u) */
.anime-border-2-lane.btn > u::before, .anime-border-2-lane .btn > u::before {
	top: -2px;
	left: -2px;
	height: 2px;
}

.anime-border-2-lane.btn > u::after, .anime-border-2-lane .btn > u::after {
	bottom: -2px;
	left: -2px;
	height: 2px;
}

.anime-border-2-lane.btn > u > u::before, .anime-border-2-lane .btn > u > u::before {
	top: -2px;
	right: -2px;
	width: 2px;
}

.anime-border-2-lane.btn > u > u::after, .anime-border-2-lane .btn > u > u::after {
	top: -2px;
	left: -2px;
	width: 2px;
}

.anime-border-2-lane.btn:hover > u::before, .anime-border-2-lane .btn:hover > u::before {
	width: calc(100% + 4px);
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}

.anime-border-2-lane.btn:hover > u::after, .anime-border-2-lane .btn:hover > u::after {
	width: calc(100% + 4px);
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}

.anime-border-2-lane.btn:hover > u > u::before, .anime-border-2-lane .btn:hover > u > u::before {
	height: calc(100% + 4px);
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}

.anime-border-2-lane.btn:hover > u > u::after, .anime-border-2-lane .btn:hover > u > u::after {
	height: calc(100% + 4px);
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}

/* 外側から枠線をつける (req: .btn > u) */
.anime-border-in.btn > u::before, .anime-border-in .btn > u::before {
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 3px solid #f00;
	background: none;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	opacity: 0;
}

.anime-border-in.btn:hover > u::before, .anime-border-in .btn:hover > u::before {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.anime-border-in.btn > u::after, .anime-border-in.btn > u > u::before, .anime-border-in.btn > u > u::after, .anime-border-in .btn > u::after, .anime-border-in .btn > u > u::before, .anime-border-in .btn > u > u::after {
	content: none;
}

/* パッシングのように光を放つ (req: .btn > u > u) */
.anime-border-flashing.btn > u::before, .anime-border-flashing .btn > u::before {
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	outline: 0 solid #f00;
	outline-offset: 2px;
}

.anime-border-flashing.btn:hover > u::before, .anime-border-flashing .btn:hover > u::before {
	outline-width: 2px;
	-webkit-animation: anime-outline-flashing 0.8s ease infinite;
	        animation: anime-outline-flashing 0.8s ease infinite;
}

.anime-border-flashing.btn > u::after, .anime-border-flashing.btn > u > u::before, .anime-border-flashing.btn > u > u::after, .anime-border-flashing .btn > u::after, .anime-border-flashing .btn > u > u::before, .anime-border-flashing .btn > u > u::after {
	content: none;
}

@-webkit-keyframes anime-outline-flashing {
	100% {
		outline-color: transparent;
		outline-offset: 12px;
	}
}

@keyframes anime-outline-flashing {
	100% {
		outline-color: transparent;
		outline-offset: 12px;
	}
}

/* 折りたたみ要素のアニメーション */
details.anime-details-slide-down,
.anime-details-slide-down details {
	overflow: hidden;
}

details.anime-details-slide-down[open] > :not(summary),
.anime-details-slide-down details[open] > :not(summary) {
	-webkit-animation: details-slide-down 0.4s ease-in-out;
	        animation: details-slide-down 0.4s ease-in-out;
}

@-webkit-keyframes details-slide-down {
	from {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
		opacity: 0;
		margin-bottom: -100px;
	}
	to {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
		margin-bottom: 0;
	}
}

@keyframes details-slide-down {
	from {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
		opacity: 0;
		margin-bottom: -100px;
	}
	to {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
		margin-bottom: 0;
	}
}

/* テキストの折り返し設定 */
.wrap,
.wrap2,
.wrap3 {
	word-break: keep-all !important;
}

.wrap .nowrap,
.wrap2 .nowrap,
.wrap3 .nowrap {
	display: inline-block;
}

.wrap wbr + .nowrap, .wrap .wbr + .nowrap, .wrap .nowrap:first-child,
.wrap2 wbr + .nowrap,
.wrap2 .wbr + .nowrap,
.wrap2 .nowrap:first-child,
.wrap3 wbr + .nowrap,
.wrap3 .wbr + .nowrap,
.wrap3 .nowrap:first-child {
	display: inline;
}

.wrap wbr, .wrap .wbr,
.wrap2 wbr,
.wrap2 .wbr,
.wrap3 wbr,
.wrap3 .wbr {
	display: inline-block;
}

a.wrap {
	display: inline-block;
}

.nowrap {
	white-space: nowrap;
}

.unwrap {
	word-break: normal !important;
	white-space: normal !important;
}

@media only screen and (max-width: 768px) {
	.wrap2,
	.unwrap_sp,
	html[lang="en"] .wrap {
		word-break: normal !important;
		white-space: normal !important;
	}
	.wrap2 .nowrap,
	.unwrap_sp .nowrap,
	html[lang="en"] .wrap .nowrap {
		display: inline !important;
		white-space: normal !important;
	}
}

@media only screen and (max-width: 543px) {
	.wrap3,
	.unwrap_mini {
		word-break: normal !important;
		white-space: normal !important;
	}
	.wrap3 .nowrap,
	.unwrap_mini .nowrap {
		display: inline !important;
		white-space: normal !important;
	}
}

@media (max-width: 1199px) {
	.unwrap_tab {
		word-break: normal !important;
		white-space: normal !important;
	}
	.unwrap_tab .nowrap {
		display: inline !important;
		white-space: normal !important;
	}
}

/* 注意・注釈 */
#custom .m-note {
	display: block;
	margin: 0.75rem 0;
	padding-left: 1.3em;
	text-indent: -1.3em;
	text-align: left;
	font-size: 0.875em;
}

#custom .m-note:last-child {
	margin-bottom: 0 !important;
}

#custom .m-note--center {
	display: table;
	margin-left: auto !important;
	margin-right: auto !important;
}

#custom .m-note--left {
	display: table;
	margin-right: auto !important;
}

#custom .m-note--right {
	display: table;
	margin-left: auto !important;
}

#custom .m-note--num {
	padding-left: 1.85em;
	text-indent: -1.85em;
}

#custom .m-note--normal {
	font-size: 100%;
}

#custom .m-note small {
	font-size: 100%;
}

#custom .m-note .small {
	font-size: 0.858em;
}

#custom .m-note small.small {
	display: block;
	line-height: 1.5;
}

#custom .m-note + .m-note {
	margin-top: 1em;
}

#custom .m-note li + li {
	margin-top: 0.3em;
}

#custom .m-note--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 0 3.3em;
}

#custom .m-note--inline li + li {
	margin-top: 0;
}

#custom .image .m-note--on-image {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 16px 8px 2.4em;
}

#custom .image .m-note--left {
	right: auto !important;
}

#custom .image .m-note--right {
	left: auto !important;
}

/* 画像リスト */
#custom .images a {
	display: block;
	overflow: hidden;
	opacity: 1;
}

#custom .images a img {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

#custom .images a[href]:hover img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	opacity: 1;
}

@media (max-width: 1199px) {
	#custom .images a img {
		max-width: 100%;
		height: auto;
	}
}

#custom .img-fit {
	-o-object-fit: cover;
	   object-fit: cover;
}

#custom .img-fit-center {
	-o-object-position: center center !important;
	   object-position: center center !important;
}

#custom .img-fit-top {
	-o-object-position: center top !important;
	   object-position: center top !important;
}

#custom .img-fit-bottom {
	-o-object-position: center bottom !important;
	   object-position: center bottom !important;
}

#custom .img-fit-left {
	-o-object-position: left center !important;
	   object-position: left center !important;
}

#custom .img-fit-right {
	-o-object-position: right center !important;
	   object-position: right center !important;
}

#custom .img-fit-1-3 {
	-o-object-position: 33.3% center !important;
	   object-position: 33.3% center !important;
}

#custom .img-fit-2-3 {
	-o-object-position: 66.7% center !important;
	   object-position: 66.7% center !important;
}

#custom .img-fit-1-4 {
	-o-object-position: 25% center !important;
	   object-position: 25% center !important;
}

#custom .img-fit-3-4 {
	-o-object-position: 75% center !important;
	   object-position: 75% center !important;
}

#custom .img-fit-left-top {
	-o-object-position: left top !important;
	   object-position: left top !important;
}

#custom .img-fit-left-bottom {
	-o-object-position: left bottom !important;
	   object-position: left bottom !important;
}

#custom .img-fit-right-top {
	-o-object-position: right top !important;
	   object-position: right top !important;
}

#custom .img-fit-right-bottom {
	-o-object-position: right bottom !important;
	   object-position: right bottom !important;
}

@media only screen and (max-width: 768px) {
	#custom .img-fit-sp {
		-o-object-fit: cover;
		   object-fit: cover;
	}
	#custom .img-fit-sp-center {
		-o-object-position: center center !important;
		   object-position: center center !important;
	}
	#custom .img-fit-sp-top {
		-o-object-position: center top !important;
		   object-position: center top !important;
	}
	#custom .img-fit-sp-bottom {
		-o-object-position: center bottom !important;
		   object-position: center bottom !important;
	}
	#custom .img-fit-sp-left {
		-o-object-position: left center !important;
		   object-position: left center !important;
	}
	#custom .img-fit-sp-right {
		-o-object-position: right center !important;
		   object-position: right center !important;
	}
	#custom .img-fit-sp-1-3 {
		-o-object-position: 33.3% center !important;
		   object-position: 33.3% center !important;
	}
	#custom .img-fit-sp-2-3 {
		-o-object-position: 66.7% center !important;
		   object-position: 66.7% center !important;
	}
	#custom .img-fit-sp-1-4 {
		-o-object-position: 25% center !important;
		   object-position: 25% center !important;
	}
	#custom .img-fit-sp-3-4 {
		-o-object-position: 75% center !important;
		   object-position: 75% center !important;
	}
	#custom .img-fit-sp-left-top {
		-o-object-position: left top !important;
		   object-position: left top !important;
	}
	#custom .img-fit-sp-left-bottom {
		-o-object-position: left bottom !important;
		   object-position: left bottom !important;
	}
	#custom .img-fit-sp-right-top {
		-o-object-position: right top !important;
		   object-position: right top !important;
	}
	#custom .img-fit-sp-right-bottom {
		-o-object-position: right bottom !important;
		   object-position: right bottom !important;
	}
}

#custom .image {
	position: relative;
}

#custom video {
	-webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
	        filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}

#custom .to-video {
	position: relative;
}

#custom .to-video::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	vertical-align: middle;
	background: url("../../../images/asset/common/ico/ico-play-white.svg") no-repeat center;
	background-size: contain;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;
	z-index: 2;
	left: 50%;
	border-radius: 50%;
	background-color: #f00;
	background-size: 26px;
}

#custom .to-video--small::after {
	width: 36px;
	height: 36px;
	margin-top: -18px;
	margin-left: -18px;
	background-size: 14px;
}

@media (min-width: 1025px) {
	#custom .to-video--large::after {
		width: 120px;
		height: 120px;
		margin-top: -60px;
		margin-left: -60px;
		background-size: 48px;
	}
}

@media (min-width: 544px) {
	#custom .to-video--large::after {
		width: 90px;
		height: 90px;
		margin-top: -45px;
		margin-left: -45px;
		background-size: 36px;
	}
}

#custom .to-video--controls {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
}

#custom .to-video--controls.is-playing {
	opacity: 0;
	z-index: -1;
}

#custom .image-inline {
	position: relative;
	display: inline-block;
	height: 1em;
	vertical-align: baseline;
	overflow: visible;
}

#custom .image-inline img {
	float: left;
	position: relative;
	-webkit-transform: translateY(calc(-50% + 0.5em));
	    -ms-transform: translateY(calc(-50% + 0.5em));
	        transform: translateY(calc(-50% + 0.5em));
}

/*------------------------------------------------
	背景画像・背景動画用
------------------------------------------------*/
#custom .m-background {
	overflow: hidden;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#custom .m-background::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}

.debug-0 #custom .m-background::after {
	content: none;
}

#custom .m-background .m-background-image,
#custom .m-background .m-background-video {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
}

#custom .m-background .m-background-image.fadein,
#custom .m-background .m-background-video.fadein {
	-webkit-animation: fade-in 0.75s ease-in-out forwards;
	        animation: fade-in 0.75s ease-in-out forwards;
}

/*------------------------------------------------
	BTOS > section
------------------------------------------------*/
/* [section] ナビゲーション / 背景付ナビゲーション */
#custom .m-section--nav {
	padding: 100px 0;
	text-align: center;
	background: #F5F5F5 no-repeat center top;
	background-size: cover;
	color: #333;
}

#custom .m-section--bgnav {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	min-height: 460px;
	padding: 50px 0 55px;
	background: #000 no-repeat center center;
	background-size: cover;
	color: #fff;
	font-size: 0.938rem;
}

@media only screen and (max-width: 768px) {
	#custom .m-section--bgnav {
		min-height: 500px;
		height: 133.3334vh;
		height: auto;
	}
}

#custom .m-section--bgnav a {
	color: #fff;
}

#custom .m-section--bgnav .btn-outline-primary,
#custom .m-section--bgnav .btn-outline-secondary {
	border-color: transparent;
	color: #333;
}

#custom .m-section--nav h2,
#custom .m-section--nav .m-section__heading, #custom .m-section--bgnav h2,
#custom .m-section--bgnav .m-section__heading {
	font-size: 1.563rem;
	margin: 0 auto 0.9em;
}

@media only screen and (max-width: 768px) {
	#custom .m-section--nav h2,
	#custom .m-section--nav .m-section__heading, #custom .m-section--bgnav h2,
	#custom .m-section--bgnav .m-section__heading {
		margin-bottom: 0.5em;
	}
}

#custom .m-section--nav .m-btnArea,
#custom .m-section--nav .m-section__nav, #custom .m-section--bgnav .m-btnArea,
#custom .m-section--bgnav .m-section__nav {
	margin-top: 1.875rem;
}

/* ボタンの種類 */
#maincontent .btn {
	padding: 8.5px 21px 7.5px;
}

#maincontent .btn-outline-primary {
	border-color: #333;
}

#maincontent .btn.icon-arrow-right {
	padding: 8.5px 39px 7.5px 21px;
}

#maincontent .btn.icon-arrow-right::after {
	background-image: url("../../../images/asset/common/ico/ico-arrow.svg");
	width: 9px;
	height: 15px;
	right: 19px;
}

#maincontent .btn.btn-primary {
	border: 2px solid #f00;
	border: 2px solid transparent;
}

#maincontent .btn.btn-primary:where(:hover, :focus) {
	border-color: #fff;
	background-color: #fff;
	color: #333;
	color: #f00;
}

#maincontent .btn.btn-primary:where(:hover, :focus).icon-arrow-right::after {
	background-image: url("../../../images/asset/common/ico/ico-arrow.svg");
}

#maincontent .btn.btn-black {
	background-color: #000;
	color: #fff;
}

#maincontent .btn.btn-gray {
	background-color: #666;
	color: #fff;
}

#maincontent .btn.btn-black:where(:hover, :focus), #maincontent .btn.btn-gray:where(:hover, :focus) {
	background-color: #333;
	border-color: #999;
	opacity: 1;
}

/* ボタンのアイコン */
#maincontent .btn.icon-arrow-right.icon-arrow-white::after {
	background-image: url("../../../images/asset/common/ico/ico-arrow-white.svg");
}

#maincontent .btn.icon-arrow-right.icon-arrow-gray::after {
	background-image: url("../../../images/asset/common/ico/ico-arrow-gray.svg");
}

#maincontent .btn.icon-arrow-right:where(.is-active, :hover, :focus).icon-arrow-gray::after {
	background-image: url("../../../images/asset/common/ico/ico-arrow.svg");
}

#maincontent .btn.icon-modal-open::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	vertical-align: middle;
	background: url("../../../images/asset/common/ico/ico-modal-open.svg") no-repeat center;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	right: 14px;
}

#maincontent .btn.icon-modal-open--white::after {
	background-image: url("../../../images/asset/common/ico/ico-modal-open-white.svg");
}

#maincontent .btn.icon-plus::after {
	background-image: url("../../../images/asset/common/ico/ico-plus.svg");
	width: 16px;
	height: 16px;
	right: 16px;
}

#maincontent .btn.icon-plus--white::after {
	background-image: url("../../../images/asset/common/ico/ico-plus-white.svg");
}

#maincontent .btn.icon-help::after {
	background-image: url("../../../images/asset/common/ico/ico-help.svg");
	width: 20px;
	height: 20px;
}

#maincontent .btn.icon-help--white::after {
	background-image: url("../../../images/asset/common/ico/ico-help-white.svg");
}

#maincontent .m-btnArea {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	max-width: 344px;
}

#maincontent .m-btnArea .btn {
	max-width: 344px;
	font-weight: bold;
	font-size: 0.875rem;
}

#maincontent .m-btnArea:has(.anime-border-run), #maincontent .m-btnArea:has(.anime-border-run-4) {
	overflow: hidden;
	border-radius: 3px;
}

/* 左右ループ */
@-webkit-keyframes btn-icon-right {
	0%, 100% {
		right: 20px;
	}
	50% {
		right: 16px;
	}
}
@keyframes btn-icon-right {
	0%, 100% {
		right: 20px;
	}
	50% {
		right: 16px;
	}
}

/* 右＋フェードアウトループ */
@-webkit-keyframes btn-icon-right-fadeout {
	0% {
		right: 20px;
		opacity: 1;
	}
	99.9% {
		right: 10px;
		opacity: 0;
	}
	100% {
		right: 20px;
		opacity: 0;
	}
}
@keyframes btn-icon-right-fadeout {
	0% {
		right: 20px;
		opacity: 1;
	}
	99.9% {
		right: 10px;
		opacity: 0;
	}
	100% {
		right: 20px;
		opacity: 0;
	}
}

/* テキストリンク */
#maincontent .m-textlink::after {
	position: relative;
	top: -1px;
	min-width: 9px;
	min-height: 15px;
	background-image: url("../../../images/asset/common/ico/ico-arrow.svg");
}

#maincontent .icon-arrow-white.m-textlink::after {
	background-image: url("../../../images/asset/common/ico/ico-arrow-white.svg");
}

#maincontent .icon-arrow-gray.m-textlink::after {
	background-image: url("../../../images/asset/common/ico/ico-arrow-gray.svg");
}

#maincontent .m-textlink-normal {
	font-weight: normal;
	text-decoration: underline;
}

#maincontent .m-textlink-normal:hover, #maincontent .m-textlink-normal:focus {
	text-decoration: none;
}

#maincontent .m-textlink.icon-help::after {
	background-image: url("../../../images/asset/common/ico/ico-help.svg");
	width: 20px;
	height: 20px;
}

#maincontent .m-textlink.icon-help--white::after {
	background-image: url("../../../images/asset/common/ico/ico-help-white.svg");
}

/* 追加のアイコンの種類 */
#custom .modal .icon-close-black::after {
	background-image: url("../../../images/asset/common/ico/ico-close-black.svg");
}

/*------------------------------------------------
	スクロールアニメーション用
------------------------------------------------*/
#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%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: 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;
}

#maincontent :is(h1, h2, h3, h4, h5, h6, .h),
#custom :is(.h-font, .modal-title) {
	font-family: "Noto Sans 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

#maincontent .m-fullheight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
	-webkit-box-align: stretch;
	    -ms-flex-align: 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;
		-webkit-transform: scale(calc(var(--window-height) / 700));
		    -ms-transform: scale(calc(var(--window-height) / 700));
		        transform: scale(calc(var(--window-height) / 700));
		-webkit-transform-origin: center top;
		    -ms-transform-origin: center top;
		        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;
		-webkit-transform: scale(calc(var(--window-height) / 480));
		    -ms-transform: scale(calc(var(--window-height) / 480));
		        transform: scale(calc(var(--window-height) / 480));
		-webkit-transform-origin: center top;
		    -ms-transform-origin: center top;
		        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;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        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 {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        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 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        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 {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        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 {
		-ms-flex-preferred-size: 48.2352941176%;
		    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 {
		-ms-flex-preferred-size: 51.7647058824%;
		    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 > B-selectとは > 背景動画
------------------------------------------------*/
#maincontent .p-sped-background {
	position: fixed;
	z-index: -2;
	background: #000;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        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 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        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;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0;
	        flex: 1 0;
}

@media (max-width: 1024px) {
	#maincontent .p-sped-background-image {
		-ms-flex-preferred-size: auto;
		    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 {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        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 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0;
	        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: -webkit-linear-gradient(top, #FFF 100px, #E8E8E8);
	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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(90%, rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.48) 90%, rgba(0, 0, 0, 0) 100%);
	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 {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        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;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		padding: 100px 0 0;
		padding: 100px 0 60px;
		text-align: center;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #000), color-stop(80%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
		background: -webkit-linear-gradient(top, #000 40%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
		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: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(80%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
		background: -webkit-linear-gradient(top, #fff 40%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
		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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: top 0.2s ease-out;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        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;
	-webkit-transition: border-color 0.2s ease-in-out;
	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 {
	-webkit-animation: fade-in 1.2s forwards ease-out;
	        animation: fade-in 1.2s forwards ease-out;
}

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

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

@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;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        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 {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        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 {
	-ms-flex-wrap: wrap-reverse;
	    flex-wrap: wrap-reverse;
}

#custom .p-sped-feature-modal .grid.wrap-rev > figure:first-child {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

#custom .p-sped-feature-modal .grid > figure {
	-ms-flex-preferred-size: calc(50% - 20px);
	    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-close-btn {
	padding: 0;
}

.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__content > .f-button.is-close-btn {
		top: 16px;
		right: 16px;
		width: 48px;
		height: 48px;
	}
}

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

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-pack: safe center;
	    -ms-flex-pack: safe 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: 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;
	-webkit-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-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: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 42px 1fr 42px 1fr 42px 1fr 42px 1fr 42px 1fr;
	grid-template-columns: repeat(6, 1fr);
	-ms-grid-rows: 1fr 42px 1fr;
	grid-template-rows: repeat(2, 1fr);
	gap: 42px;
	padding: 0 42px;
}
#maincontent .p-sped-gallery-items > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
#maincontent .p-sped-gallery-items > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
#maincontent .p-sped-gallery-items > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
#maincontent .p-sped-gallery-items > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}
#maincontent .p-sped-gallery-items > *:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 9;
}
#maincontent .p-sped-gallery-items > *:nth-child(6) {
	-ms-grid-row: 1;
	-ms-grid-column: 11;
}
#maincontent .p-sped-gallery-items > *:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
#maincontent .p-sped-gallery-items > *:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
#maincontent .p-sped-gallery-items > *:nth-child(9) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}
#maincontent .p-sped-gallery-items > *:nth-child(10) {
	-ms-grid-row: 3;
	-ms-grid-column: 7;
}
#maincontent .p-sped-gallery-items > *:nth-child(11) {
	-ms-grid-row: 3;
	-ms-grid-column: 9;
}
#maincontent .p-sped-gallery-items > *:nth-child(12) {
	-ms-grid-row: 3;
	-ms-grid-column: 11;
}

@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;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-rows: (1fr)[7];
		grid-template-rows: repeat(7, 1fr);
	}
	#maincontent .p-sped-gallery-items > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(7) {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(8) {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(9) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(10) {
		-ms-grid-row: 5;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(11) {
		-ms-grid-row: 6;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(12) {
		-ms-grid-row: 6;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(13) {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items > *:nth-child(14) {
		-ms-grid-row: 7;
		-ms-grid-column: 2;
	}
}

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

#maincontent .p-sped-gallery-items[data-length="4"] > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#maincontent .p-sped-gallery-items[data-length="4"] > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

#maincontent .p-sped-gallery-items[data-length="4"] > *:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

#maincontent .p-sped-gallery-items[data-length="4"] > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

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

#maincontent .p-sped-gallery-items[data-length="5"] > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#maincontent .p-sped-gallery-items[data-length="5"] > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

#maincontent .p-sped-gallery-items[data-length="5"] > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

#maincontent .p-sped-gallery-items[data-length="5"] > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 4;
}

#maincontent .p-sped-gallery-items[data-length="5"] > *:nth-child(5) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

#maincontent .p-sped-gallery-items[data-length="5"] > *:nth-child(6) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

#maincontent .p-sped-gallery-items[data-length="5"] > *:nth-child(7) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}

#maincontent .p-sped-gallery-items[data-length="5"] > *:nth-child(8) {
	-ms-grid-row: 2;
	-ms-grid-column: 4;
}

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

@media only screen and (max-width: 768px) {
	#maincontent .p-sped-gallery-items[data-length="6"] {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-rows: (1fr)[8];
		grid-template-rows: repeat(8, 1fr);
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(7) {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(8) {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(9) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(10) {
		-ms-grid-row: 5;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(11) {
		-ms-grid-row: 6;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(12) {
		-ms-grid-row: 6;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(13) {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(14) {
		-ms-grid-row: 7;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(15) {
		-ms-grid-row: 8;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > *:nth-child(16) {
		-ms-grid-row: 8;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > [data-index="1"] {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1 / span 2;
	}
	#maincontent .p-sped-gallery-items[data-length="6"] > [data-index="5"] {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
		-ms-grid-row: 4;
		-ms-grid-row-span: 2;
		grid-row: 4 / span 2;
	}
}

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

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 4;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(6) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(7) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(8) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(9) {
	-ms-grid-row: 2;
	-ms-grid-column: 4;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(10) {
	-ms-grid-row: 2;
	-ms-grid-column: 5;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(11) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(12) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(13) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(14) {
	-ms-grid-row: 3;
	-ms-grid-column: 4;
}

#maincontent .p-sped-gallery-items[data-length="7"] > *:nth-child(15) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

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

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

@media (min-width: 769px) {
	#maincontent .p-sped-gallery-items[data-length="8"] {
		grid-auto-flow: column;
		-ms-grid-columns: (1fr)[6];
		grid-template-columns: repeat(6, 1fr);
		-ms-grid-rows: (1fr)[4];
		grid-template-rows: repeat(4, 1fr);
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(2) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(4) {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(5) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(7) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(8) {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(9) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(10) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(11) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(12) {
		-ms-grid-row: 4;
		-ms-grid-column: 3;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(13) {
		-ms-grid-row: 1;
		-ms-grid-column: 4;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(14) {
		-ms-grid-row: 2;
		-ms-grid-column: 4;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(15) {
		-ms-grid-row: 3;
		-ms-grid-column: 4;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(16) {
		-ms-grid-row: 4;
		-ms-grid-column: 4;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(17) {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(18) {
		-ms-grid-row: 2;
		-ms-grid-column: 5;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(19) {
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(20) {
		-ms-grid-row: 4;
		-ms-grid-column: 5;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(21) {
		-ms-grid-row: 1;
		-ms-grid-column: 6;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(22) {
		-ms-grid-row: 2;
		-ms-grid-column: 6;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(23) {
		-ms-grid-row: 3;
		-ms-grid-column: 6;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > *:nth-child(24) {
		-ms-grid-row: 4;
		-ms-grid-column: 6;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > [data-index="1"] {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-column: 1 / span 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		grid-row: 1 / span 3;
	}
	#maincontent .p-sped-gallery-items[data-length="8"] > [data-index="8"] {
		-ms-grid-column: 4;
		-ms-grid-column-span: 3;
		grid-column: 4 / span 3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 3;
		grid-row: 2 / span 3;
	}
}

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

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

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 4;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(6) {
	-ms-grid-row: 1;
	-ms-grid-column: 6;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(7) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(8) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(9) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(10) {
	-ms-grid-row: 2;
	-ms-grid-column: 4;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(11) {
	-ms-grid-row: 2;
	-ms-grid-column: 5;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(12) {
	-ms-grid-row: 2;
	-ms-grid-column: 6;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(13) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(14) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(15) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(16) {
	-ms-grid-row: 3;
	-ms-grid-column: 4;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(17) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

#maincontent .p-sped-gallery-items[data-length="12"] > *:nth-child(18) {
	-ms-grid-row: 3;
	-ms-grid-column: 6;
}

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

#maincontent .p-sped-gallery-items[data-length="12"] > [data-index="9"] {
	-ms-grid-column: 4;
	-ms-grid-column-span: 2;
	grid-column: 4 / span 2;
	-ms-grid-row: 2;
	-ms-grid-row-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 > ブランド > サイズ表
------------------------------------------------*/
#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 .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;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
	        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
	text-align: left;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	-webkit-transition-property: opacity, z-index, visibility;
	transition-property: opacity, z-index, visibility;
	-webkit-transition-delay: 0s;
	        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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        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;
}
