@charset "utf-8";

html {
	overflow-x: clip;
}

.fv-corner {
	position: absolute;
}

.edf5-page::before {
	background-image: url(../img/edf5/bg-main.webp);
}

.site-footer {
	margin-top: 0;
	aspect-ratio: 1920 / 191;
	background-color: #04070c;
}

.site-footer-frame {
	left: 50%;
	width: calc(100vw - var(--viewport-scrollbar, 0px));
	max-width: none;
	margin-left: calc((100vw - var(--viewport-scrollbar, 0px)) / -2);
	margin-right: 0;
}

.site-footer__switch {
	left: 30.29%;
	top: 18.06%;
	width: 3.3%;
	height: auto;
}

.site-footer__d3p {
	left: 35.78%;
	top: 18.06%;
	width: 7.29%;
	height: 29.84%;
}

.site-footer__portal {
	left: 45.16%;
	top: 18.06%;
	width: 9.79%;
	height: 29.84%;
}

.site-footer__follow {
	left: 56.61%;
	top: 22.51%;
	width: 5%;
	height: auto;
}

.site-footer__x {
	left: 61.93%;
	top: 26.18%;
	width: 2.4%;
	height: 22%;
}

.site-footer__instagram {
	left: 64.79%;
	top: 26.18%;
	width: 2.4%;
	height: 22%;
}

.site-footer__youtube {
	left: 67.81%;
	top: 26.18%;
	width: 2.6%;
	height: 22%;
}

.site-footer__trademark {
	left: 45.521%;
	top: 73.3%;
	font-size: .5208cqw;
	line-height: 1.25;
	color: #555;
}

.site-footer__copyright {
	left: 45.365%;
	top: 83.8%;
	font-size: .5208cqw;
	line-height: 1.25;
	color: #555;
}

@media screen and (max-width: 767px) {
	.site-footer {
		aspect-ratio: 750 / 398;
	}

	.site-footer__switch {
		left: 7%;
		top: 21.5%;
		width: 12.5%;
	}

	.site-footer__d3p {
		left: 26.8%;
		top: 21.86%;
		width: 25.07%;
		height: 19.35%;
	}

	.site-footer__portal {
		left: 57.2%;
		top: 21.86%;
		width: 33.6%;
		height: 19.35%;
	}

	.site-footer__follow {
		left: 25.5%;
		top: 50.2%;
		width: 15%;
	}

	.site-footer__x {
		left: 44.53%;
		top: 52.76%;
		width: 6.13%;
		height: 10.3%;
	}

	.site-footer__instagram {
		left: 55.87%;
		top: 52.76%;
		width: 6.13%;
		height: 10.3%;
	}

	.site-footer__youtube {
		left: 67.2%;
		top: 52.76%;
		width: 6.13%;
		height: 10.3%;
	}

	.site-footer__trademark,
	.site-footer__copyright {
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 2.6667cqw;
		line-height: 1.4;
		color: #555;
	}

	.site-footer__trademark {
		top: 76.131%;
	}

	.site-footer__copyright {
		top: 86.181%;
	}
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.framed-section {
	--frame-max: 1920px;
	position: relative;
	left: 50%;
	width: calc(100vw - var(--viewport-scrollbar, 0px));
	margin: 0 0 0 calc((100vw - var(--viewport-scrollbar, 0px)) / -2);
	padding: 28px 0;
	overflow: clip;
	box-sizing: border-box;
}

.framed-section::before,
.framed-section::after {
	content: "";
	position: absolute;
	left: 50%;
	z-index: 2;
	width: min(100%, var(--frame-max));
	height: 28px;
	transform: translateX(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 28px;
	pointer-events: none;
}

.framed-section::before {
	top: 0;
}

.framed-section::after {
	bottom: 0;
}

.framed-section__body {
	position: relative;
	z-index: 1;
	width: 100%;
	background: rgba(5,135,235,.30);
}

.framed-section__side {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	background-position: center top, center bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: auto 28px, auto 28px;
	pointer-events: none;
}

.framed-section__side--left {
	left: 0;
}

.framed-section__side--right {
	right: 0;
}

.site-banners::before {
	background-image: url(../img/edf5/sec-bnr-top.png);
}

.site-banners::after {
	background-image: url(../img/edf5/sec-bnr-bottom.png);
}

.site-banners .framed-section__side--left {
	background-image:
		url(../img/edf5/sec-bnr-left-top.png),
		url(../img/edf5/sec-bnr-left-bottom.png);
}

.site-banners .framed-section__side--right {
	background-image:
		url(../img/edf5/sec-bnr-right-top.png),
		url(../img/edf5/sec-bnr-right-bottom.png);
}

.site-banners__inner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 32px 20px;
	box-sizing: border-box;
}

.site-banners__grid {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.site-banners__item {
	display: block;
	height: 103px;
	line-height: 0;
}

.site-banners__item img {
	display: block;
	width: auto;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.site-banners__item--purchase {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	transform: none;
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
}

.site-banners__item--purchase img {
	opacity: 1;
	filter: none;
}

.site-banners__item--purchase:hover,
.site-banners__item--purchase:focus-visible {
	filter: drop-shadow(0 0 12px rgba(5,135,235,.6));
}

.site-banners__item--purchase:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.purchase-cta {
	scroll-margin-top: 0;
}

.purchase-cta::before {
	background-image: url(../img/edf5/sec-buynow-top.png);
}

.purchase-cta::after {
	background-image: url(../img/edf5/sec-buynow-bottom.png);
}

.purchase-cta .framed-section__side--left {
	background-image:
		url(../img/edf5/sec-buynow-left-top.png),
		url(../img/edf5/sec-buynow-left-bottom.png);
}

.purchase-cta .framed-section__side--right {
	background-image:
		url(../img/edf5/sec-buynow-right-top.png),
		url(../img/edf5/sec-buynow-right-bottom.png);
}

.purchase-cta__inner {
	max-width: 1215px;
	margin: 0 auto;
	padding: 44px 20px;
	box-sizing: border-box;
}

.purchase-cta__layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 45px;
	align-items: center;
}

.purchase-cta__badge {
	position: relative;
	width: 260px;
	aspect-ratio: 1 / 1;
}

.purchase-cta__frame {
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	aspect-ratio: 1 / 1;
}

.purchase-cta__badge-text {
	inset: 0;
	width: 100%;
	height: 100%;
}

.purchase-cta__badge-text .ja {
	font-size: 28px;
}

.purchase-cta__badge-text .en2 {
	font-size: 13px;
}

.purchase-cta__sp-heading {
	display: none;
	width: 100%;
	height: auto;
}

.purchase-cta__groups {
	display: flex;
	flex-direction: column;
	gap: 38px;
	min-width: 0;
}

.purchase-cta__group {
	min-width: 0;
}

.purchase-cta__title {
	position: relative;
	margin: 0 0 16px;
	padding-left: 52px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: .02em;
	white-space: nowrap;
}

.purchase-cta__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: .68em;
	width: 40px;
	height: 1px;
	background: var(--blue);
}

.purchase-cta__title small {
	font-size: .72em;
	font-weight: 500;
	letter-spacing: 0;
}

.purchase-cta__buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.purchase-cta .purchase-cta__button {
	position: relative;
	left: auto;
	top: auto;
	flex: 0 0 260px;
	width: 260px;
	height: 60px;
	min-height: 60px;
	transform: none;
	padding: 0 16px;
	font-size: 18px;
	line-height: 1.1;
	text-align: center;
}

.purchase-cta .purchase-cta__button > span {
	display: block;
	width: 100%;
	text-align: center;
}

.purchase-cta .purchase-cta__button::after {
	width: 14px;
	height: 16px;
}

@media screen and (min-width: 1921px) {
	.framed-section__side {
		display: block;
		width: calc((100% - 1920px) / 2);
	}

}

@media screen and (min-width: 1200px) {
	.pc-about-tx1 {
		font-size: 18px;
	}

	.pc-system-tx2,
	.pc-system-tx4,
	.pc-system-tx6,
	.pc-system-tx8,
	.pc-buy-tx1,
	.pc-buy-tx4,
	.pc-buy-tx9 {
		font-size: 18px;
	}

	.pc-system-tx1,
	.pc-system-tx3,
	.pc-system-tx5,
	.pc-system-tx7 {
		font-size: 40px;
	}

	.pc-system-tx9,
	.pc-product-tx15,
	.pc-product-tx22,
	.pc-buy-tx3,
	.pc-buy-tx13,
	.pc-buy-tx14 {
		font-size: 12px;
	}

	.pc-product-tx1,
	.pc-product-tx3,
	.pc-product-tx5,
	.pc-product-tx7,
	.pc-product-tx9,
	.pc-product-tx11,
	.pc-product-tx13,
	.pc-product-tx16,
	.pc-product-tx18,
	.pc-product-tx20 {
		font-size: 15px;
	}

	.pc-product-tx2,
	.pc-product-tx4,
	.pc-product-tx6,
	.pc-product-tx8,
	.pc-product-tx10,
	.pc-product-tx12,
	.pc-product-tx14,
	.pc-product-tx17,
	.pc-product-tx19,
	.pc-product-tx21 {
		font-size: 16px;
	}

	.pc-buy-tx2,
	.pc-buy-tx5,
	.pc-buy-tx6,
	.pc-buy-tx7,
	.pc-buy-tx8,
	.pc-buy-tx10,
	.pc-buy-tx11,
	.pc-buy-tx12 {
		font-size: 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.edf5-page::before {
		background-image: url(../img/edf5/bg-main.webp);
		background-size: 1920px auto;
	}

	.site-banners__inner {
		padding-block: 28px;
	}

	.site-banners__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(14px, 2vw, 24px);
	}

	.site-banners__item {
		width: 100%;
		height: auto;
		aspect-ratio: 360 / 103;
	}

	.site-banners__item img {
		width: 100%;
		height: 100%;
	}

	.purchase-cta__inner {
		max-width: 920px;
		padding: 32px 24px 40px;
	}

	.purchase-cta__layout {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.purchase-cta__badge {
		width: 220px;
	}

	.purchase-cta__badge-text .ja {
		font-size: 24px;
	}

	.purchase-cta__badge-text .en2 {
		font-size: 11px;
	}

	.purchase-cta__groups {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
		width: 100%;
	}

	.purchase-cta__buttons {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.purchase-cta .purchase-cta__button {
		width: min(100%, 260px);
		flex-basis: 60px;
	}
}

@media screen and (max-width: 767px) {
	.edf5-page::before {
		background-image: url(../img/edf5/bg-main-sp.webp);
	}

	.framed-section {
		--frame-max: 750px;
	}

	.site-banners::before {
		background-image: url(../img/edf5/sec-bnr-sp-top.png);
	}

	.site-banners::after {
		background-image: url(../img/edf5/sec-bnr-sp-bottom.png);
	}

	.site-banners .framed-section__side--left {
		background-image:
			url(../img/edf5/sec-bnr-left-sp-top.png),
			url(../img/edf5/sec-bnr-left-sp-bottom.png);
	}

	.site-banners .framed-section__side--right {
		background-image:
			url(../img/edf5/sec-bnr-right-sp-top.png),
			url(../img/edf5/sec-bnr-right-sp-bottom.png);
	}

	.site-banners__inner {
		max-width: 750px;
		padding: clamp(20px, 5.33vw, 40px) 1.33vw;
	}

	.site-banners__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(5px, 1.33vw, 10px);
	}

	.site-banners__item {
		width: 100%;
		height: auto;
		aspect-ratio: 360 / 103;
	}

	.site-banners__item:nth-child(3) {
		grid-column: 1 / -1;
		justify-self: center;
		width: calc((100% - clamp(5px, 1.33vw, 10px)) / 2);
	}

	.site-banners__item img {
		width: 100%;
		height: 100%;
	}

	.purchase-cta::before {
		background-image: url(../img/edf5/sec-buynow-sp-top.png);
	}

	.purchase-cta::after {
		background-image: url(../img/edf5/sec-buynow-sp-bottom.png);
	}

	.purchase-cta .framed-section__side--left {
		background-image:
			url(../img/edf5/sec-buynow-left-sp-top.png),
			url(../img/edf5/sec-buynow-left-sp-bottom.png);
	}

	.purchase-cta .framed-section__side--right {
		background-image:
			url(../img/edf5/sec-buynow-right-sp-top.png),
			url(../img/edf5/sec-buynow-right-sp-bottom.png);
	}

	.purchase-cta__inner {
		max-width: 750px;
		padding: clamp(15px, 4vw, 30px) clamp(15px, 4vw, 30px) clamp(24px, 6.4vw, 48px);
	}

	.purchase-cta__layout {
		display: block;
	}

	.purchase-cta__badge {
		width: 100%;
		aspect-ratio: auto;
	}

	.purchase-cta__frame,
	.purchase-cta__badge-text {
		display: none;
	}

	.purchase-cta__sp-heading {
		display: block;
	}

	.purchase-cta__groups {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(15px, 4vw, 30px);
		margin-top: clamp(24px, 6.4vw, 48px);
	}

	.purchase-cta__title {
		min-height: 2.5em;
		margin-bottom: clamp(10px, 2.67vw, 20px);
		padding-left: 0;
		font-size: clamp(18px, 3.2vw, 24px);
		line-height: 1.2;
		white-space: normal;
	}

	.purchase-cta__title::before {
		content: none;
	}

	.purchase-cta__title small {
		display: block;
		font-size: 11px;
		font-feature-settings: "palt" 1;
		white-space: nowrap;
	}

	.purchase-cta__buttons {
		flex-direction: column;
		align-items: stretch;
		gap: clamp(14px, 4vw, 30px);
	}

	.purchase-cta .purchase-cta__button {
		flex: 0 0 auto;
		width: 100%;
		height: auto;
		min-height: 0;
		aspect-ratio: 330 / 80;
		padding: 0 clamp(8px, 2.4vw, 18px);
		font-size: clamp(13px, 3.33vw, 25px);
	}

	.purchase-cta .purchase-cta__button::after {
		right: -5px;
		width: clamp(7px, 1.87vw, 14px);
		height: clamp(8px, 2.13vw, 16px);
	}
}

@media screen and (min-width: 751px) and (max-width: 767px) {
	.framed-section__side {
		display: block;
		width: calc((100% - 750px) / 2);
	}
}

.unified-content {
	width: 100%;
}

.content-section {
	position: relative;
	width: 100%;
	padding: clamp(72px, 6.25vw, 120px) 0;
	overflow: clip;
	box-sizing: border-box;
	container-type: inline-size;
	color: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

.content-section *,
.content-section *::before,
.content-section *::after {
	box-sizing: border-box;
}

.content-section__inner {
	width: min(1200px, calc(100% - 60px));
	margin-inline: auto;
}

.section-display-heading {
	position: relative;
	height: clamp(84px, 6.25vw, 120px);
	margin-bottom: clamp(42px, 3.65vw, 70px);
	line-height: 1;
}

.section-display-heading__ja {
	display: block;
	margin-left: .78em;
	color: rgba(255,255,255,.08);
	font-size: clamp(76px, 6.25vw, 120px);
	font-style: italic;
	font-weight: 700;
	letter-spacing: -.04em;
	white-space: nowrap;
}

.section-display-heading__en {
	position: absolute;
	left: 0;
	bottom: .06em;
	color: var(--blue);
	font-family: var(--font-en);
	font-size: clamp(38px, 2.917vw, 56px);
	font-weight: 700;
	letter-spacing: .04em;
}

.content-about {
	background-color: rgba(0,0,0,.8);
}

.content-about__catch-picture {
	display: none;
}

.content-about__catch {
	display: block;
	width: 100%;
	height: auto;
}

.content-about__text {
	max-width: 1200px;
	margin: 0 0 clamp(48px, 4.17vw, 80px);
	font-size: clamp(16px, .94vw, 18px);
	line-height: 2;
}

.content-about__text-line {
	display: inline;
}

.u-slider {
	position: relative;
	left: 50%;
	width: calc(100vw - var(--viewport-scrollbar, 0px));
	margin: 0;
	transform: translateX(-50%);
}

.u-slider__viewport {
	display: flex;
	gap: 1.2cqw;
	width: 100%;
	margin: 0;
	padding: 0 18.75%;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: none;
	scrollbar-width: none;
	cursor: grab;
	user-select: none;
}

.u-slider__viewport::-webkit-scrollbar {
	display: none;
}

.u-slider.is-grab .u-slider__viewport {
	cursor: grabbing;
	scroll-behavior: auto;
}

.u-slider__slide {
	position: relative;
	flex: 0 0 30.2cqw;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 1px solid var(--blue);
	background: #080d14;
	scroll-snap-align: start;
}

.u-slider__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-user-drag: none;
}

.u-slider__slide--placeholder img {
	object-fit: contain;
}

.u-slider__button {
	position: absolute;
	top: 50%;
	z-index: 6;
	width: clamp(26px, 1.7vw, 32px);
	aspect-ratio: 32 / 35;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: drop-shadow(0 0 10px rgba(0,0,0,.8)) drop-shadow(0 0 20px rgba(0,0,0,.8));
	cursor: pointer;
	transform: translateY(-50%);
	transition: .2s;
}

.u-slider__button--prev {
	left: max(8px, calc(18.75% - 20px));
	background-image: url(../img/edf5/arrow-left.png);
}

.u-slider__button--next {
	right: max(8px, calc(19.65% - 20px));
	background-image: url(../img/edf5/arrow-right.png);
}

.u-slider__button--prev:hover {
	transform: translate(-5px, -50%);
}

.u-slider__button--next:hover {
	transform: translate(5px, -50%);
}

.u-slider__bar {
	position: relative;
	width: min(320px, calc(100% - 30px));
	height: 3px;
	margin: clamp(24px, 2.08vw, 40px) auto 0;
	background: #fff;
	cursor: pointer;
}

.u-slider__thumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: var(--blue);
	transition: left .15s;
}

.about-slider .u-slider__viewport {
	padding-right: 4cqw;
}

.movie-slider .u-slider__viewport {
	padding-right: 51.05cqw;
}

.content-movie {
	background: rgba(0,0,0,.4) url(../img/edf5/bg-section-stripe.png) repeat;
}

.content-system {
	padding-bottom: clamp(240px, 32vw, 520px);
	background: linear-gradient(to bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,1) 80%);
}

.system-features {
	display: grid;
	/* gap: clamp(90px, 7.3vw, 140px); */
	gap: clamp(80px, 6.8vw, 140px);
}

.system-feature {
	display: grid;
	gap: clamp(34px, 2.6vw, 50px);
}

.system-feature__copy {
	max-width: 1080px;
}

.system-feature__copy h3 {
	margin: 0 0 24px;
	color: #fff;
	font-size: clamp(26px, 1.67vw, 32px);
	line-height: 1.35;
	font-weight: 700;
}

.system-feature__copy p {
	margin: 0;
	font-size: clamp(15px, .84vw, 16px);
	line-height: 1.9;
}

.system-feature__note {
	margin-top: 18px !important;
	color: #aaa;
	font-size: 12px !important;
}

.system-gallery {
	left: auto;
	width: 100%;
	transform: none;
}

.system-gallery .u-slider__viewport {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 1.56vw, 30px);
	padding: 0;
	overflow: visible;
}

.system-gallery .u-slider__slide {
	width: 100%;
	min-width: 0;
}

.system-gallery .u-slider__bar {
	display: none;
}

.system-catch {
	position: absolute;
	bottom: 18cqw;
	left: 50%;
	transform: translateX(-50%);
	min-width: 240px;
}

.content-product {
	background:
		url(../img/edf5/bg-section-stripe.png) repeat,
		linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,.8) 100%);
}

.product-panel {
	display: grid;
	grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
	gap: clamp(45px, 4.17vw, 80px);
	align-items: start;
}

.product-panel__visual img {
	display: block;
	width: 100%;
	height: auto;
}

.product-details {
	display: grid;
	gap: 0;
	margin: 0;
}

.product-detail {
	display: grid;
	grid-template-columns: minmax(120px, 30%) minmax(0, 1fr);
	gap: 20px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(5,135,235,.35);
	font-size: clamp(14px, .84vw, 16px);
	line-height: 1.6;
}

.product-detail dt {
	color: var(--blue);
	font-weight: 700;
}

.product-detail dd {
	min-width: 0;
	margin: 0;
}

.product-detail dd span {
	display: block;
}

.product-detail dd small {
	display: block;
	margin-top: 8px;
	color: #aaa;
	font-size: 12px;
}

.product-notes,
.buy-benefits__notes,
.benefit-notes {
	display: grid;
	gap: 4px;
	color: #aaa;
	font-size: 12px;
	line-height: 1.6;
}

.product-notes {
	margin: 42px 0 0;
}

.product-notes span,
.buy-benefits__notes span,
.benefit-notes span {
	display: block;
}

.buy-benefits {
	padding-bottom: clamp(60px, 4.17vw, 80px);
	background-color: rgba(0,0,0,.8);
}

.benefit-block {
	position: relative;
	margin-bottom: clamp(70px, 5.2vw, 100px);
	padding: clamp(40px, 3.13vw, 60px);
	background: url(../img/edf5/bg-section-stripe.png) repeat;
}

.benefit-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: clamp(34px, 2.6vw, 50px);
}

.benefit-tag {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 7px 20px;
	color: #000;
	font-size: clamp(20px, 1.67vw, 32px);
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.benefit-tag--blue {
	background: var(--blue);
}

.benefit-tag--red {
	background: #a21238;
}

.benefit-layout,
.benefit-card {
	display: grid;
	grid-template-columns: minmax(320px, 500px) minmax(0, 1fr);
	gap: clamp(40px, 3.13vw, 60px);
	align-items: center;
}

.benefit-main-image,
.benefit-card__image {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid var(--blue);
	background: #000;
}

.benefit-card--amazon .benefit-card__image {
	border: 1px solid var(--blue);
	background: #000;
	cursor: zoom-in;
}

.benefit-main-image--transparent {
	border: 0;
	background: transparent;
}

.benefit-kicker,
.benefit-card__kicker {
	margin: 0 0 10px;
	color: #aaa;
	font-size: clamp(15px, .94vw, 18px);
	line-height: 1.5;
}

.benefit-copy h3,
.benefit-card__copy h3 {
	margin: 0 0 18px;
	color: var(--blue);
	font-size: clamp(26px, 1.67vw, 32px);
	line-height: 1.35;
}

.benefit-card__title {
	margin: 0 0 28px;
	font-size: clamp(20px, 1.25vw, 24px);
	font-weight: 700;
	line-height: 1.5;
}

.benefit-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 28px;
}

.benefit-actions .benefit-button {
	position: relative;
	left: auto;
	top: auto;
	flex: 0 0 260px;
	width: 260px;
	height: 60px;
	padding: 0 16px;
	font-size: 18px;
	transform: none;
}

.benefit-actions .benefit-button::after {
	right: -5px;
	width: 14px;
	height: 16px;
}

.benefit-block--stores {
	margin-bottom: clamp(38px, 3.13vw, 60px);
}

.benefit-store-grid {
	display: grid;
	gap: clamp(45px, 3.65vw, 70px);
}

.benefit-card {
	padding-bottom: clamp(45px, 3.13vw, 60px);
	border-bottom: 1px solid rgba(5,135,235,.45);
}

.benefit-card:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.benefit-card--geo {
	margin-inline: calc(clamp(40px, 3.13vw, 60px) * -1);
	padding: clamp(40px, 3.13vw, 60px);
	border-bottom: 0;
	background: rgba(5,135,235,.1);
}

.benefit-card__image-note {
	margin: 24px 0 0;
	color: #aaa;
	font-size: 12px;
	line-height: 1.6;
}

.buy-benefits__notes {
	margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.content-section {
		padding-block: 80px;
	}

	.content-system {
		padding-bottom: 560px;
	}

	.content-section__inner {
		width: min(100% - 48px, 1000px);
	}

	.content-about__catch-picture {
		display: block;
		width: min(1007px, 100%);
		margin: 0 0 28px;
	}

	.content-about__text-line {
		display: block;
	}

	.content-about__text {
		position: relative;
		left: 50%;
		width: min(1000px, calc(100vw - 48px));
		max-width: none;
		transform: translateX(-50%);
	}

	.content-product {
		padding-top: min(80px, 4.167cqw);
		padding-bottom: min(36px, 1.875cqw);
	}

	.content-product .content-section__inner {
		width: min(1200px, calc(100% - 60px));
	}

	.product-panel,
	.benefit-layout,
	.benefit-card {
		grid-template-columns: minmax(260px, 40%) minmax(0, 1fr);
		gap: 36px;
	}

	.product-block {
		padding-bottom: min(64px, 3.3333cqw);
	}

	.product-panel {
		--product-pad: min(60px, 3.125cqw);
		display: grid;
		grid-template-columns: minmax(0, 1fr) min(420px, 21.875cqw);
		gap: var(--product-pad);
		align-items: start;
		padding: var(--product-pad) var(--product-pad) 0;
	}

	.product-panel__visual {
		grid-column: 2;
		grid-row: 1;
		width: auto;
		margin: 0;
		transform: translateY(calc(var(--product-pad) * -2));
	}

	.product-details {
		grid-column: 1;
		grid-row: 1;
	}

	.product-detail {
		grid-template-columns: min(160px, 9.375cqw) minmax(0, 1fr);
		gap: min(20px, 1.0417cqw);
		min-height: min(52px, 2.7344cqw);
		padding: min(12px, .625cqw) 0;
		border-bottom: 0;
		font-size: 16px;
		line-height: 1.5;
	}

	.product-detail dt {
		font-size: 15px;
	}

	.product-detail dd small {
		font-size: 12px;
	}

	.product-notes {
		width: min(720px, 37.5cqw);
		margin: min(30px, 1.5625cqw) 0 0 min(240px, 12.5cqw);
		font-size: 12px;
		line-height: 1.7;
	}

	.benefit-block {
		padding: 36px;
	}

	.benefit-actions .benefit-button {
		flex-basis: min(260px, 100%);
		width: min(260px, 100%);
	}

	.benefit-block--early .benefit-title--featured,
	.benefit-block--limited .benefit-title--featured {
		color: #fff;
		font-family: var(--font-jp);
		font-size: 24px;
		font-weight: 700;
	}

	.benefit-card__copy > h3 {
		font-family: var(--font-jp);
		font-weight: 700;
	}

	.benefit-card--d3p {
		border-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.content-section {
		padding: clamp(54px, 9.33vw, 70px) 0;
	}

	.content-section__inner {
		width: calc(100% - 30px);
	}

	.section-display-heading {
		height: 62px;
		margin-bottom: 34px;
	}

	.content-about__catch-picture {
		display: block;
		width: 100%;
		margin: 0 0 28px;
	}

	.section-display-heading__ja {
		font-size: 60px;
	}

	.section-display-heading__en {
		font-size: 28px;
	}

	.content-about__catch {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 28px;
	}

	.content-about__text {
		margin-bottom: 38px;
		font-size: 14px;
		line-height: 1.8;
	}

	.u-slider__viewport {
		gap: 18px;
		padding-inline: 15px;
		scroll-padding-left: 15px;
		scroll-snap-type: x mandatory;
	}

	.about-slider .u-slider__viewport {
		gap: 4.9cqw;
		padding-inline: 11.2cqw;
		scroll-padding-inline: 11.2cqw;
	}

	.about-slider .u-slider__slide {
		flex-basis: 77.6cqw;
	}

	.movie-slider .u-slider__viewport {
		padding-left: 15px;
		padding-right: 18.5cqw;
	}

	.movie-slider .u-slider__slide,
	.system-gallery .u-slider__slide {
		flex-basis: 290px;
		width: 290px;
		height: 163px;
		aspect-ratio: auto;
	}

	.u-slider__button {
		width: 26px;
	}

	.u-slider__button--prev {
		left: 6px;
	}

	.u-slider__button--next {
		right: 6px;
	}

	.u-slider__bar {
		margin-top: 20px;
	}

	.content-system {
		padding-bottom: clamp(100px, 26.67vw, 200px);
		background: linear-gradient(to bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,1) 80%);
	}

	.system-features {
		/* gap: 78px; */
		gap: 50px;
	}

	.system-feature {
		gap: 30px;
	}

	.system-feature__copy h3 {
		margin-bottom: 18px;
		font-size: 22px;
	}

	.system-feature__copy p {
		font-size: 14px;
		line-height: 1.8;
	}

	.system-gallery {
		left: 50%;
		width: calc(100vw - var(--viewport-scrollbar, 0px));
		transform: translateX(-50%);
	}

	.system-gallery .u-slider__viewport {
		display: flex;
		gap: 18px;
		padding: 0 18.5% 0 15px;
		overflow-x: auto;
	}

	.system-gallery .u-slider__bar {
		display: block;
	}

	.system-catch {
		bottom: 34cqw;
	}

	.content-product {
		padding-top: 29px;
		padding-bottom: 57px;
	}

	.content-product .section-display-heading {
		height: 60px;
		margin-bottom: 27.5px;
	}

	.product-panel {
		display: block;
	}

	.product-panel__visual {
		width: 56.27cqw;
		margin: 0 auto 23px;
	}

	.product-details {
		row-gap: 15.5px;
	}

	.product-detail {
		grid-template-columns: 31.884% minmax(0, 1fr);
		gap: 0;
		padding: 0;
		border-bottom: 0;
		font-size: 3.2cqw;
		line-height: 1.75;
	}

	.product-detail:nth-child(6),
	.product-detail:nth-child(7) {
		margin-bottom: 8px;
	}

	.product-detail:nth-child(6) dd {
		line-height: 1.6;
	}

	.product-detail dd small {
		margin-top: 1px;
		font-size: 2.6667cqw;
		line-height: 1.7;
	}

	.product-notes {
		gap: 0;
		margin-top: 26px;
		font-size: 2.6667cqw;
		line-height: 1.7;
	}

	.product-notes,
	.buy-benefits__notes,
	.benefit-notes {
		font-size: 10px;
	}

	.benefit-block {
		left: 50%;
		width: calc(100vw - var(--viewport-scrollbar, 0px));
		margin-left: calc((100vw - var(--viewport-scrollbar, 0px)) / -2);
		padding: 30px 15px;
	}

	.benefit-tags {
		margin-bottom: 26px;
	}

	.benefit-tag {
		min-height: 32px;
		padding: 6px 12px;
		font-size: clamp(16px, 4.6vw, 21px);
	}

	.benefit-layout,
	.benefit-card {
		display: block;
	}

	.benefit-main-image,
	.benefit-card__image {
		width: min(100%, 500px);
		margin: 0 auto 28px;
	}

	.benefit-copy,
	.benefit-card__copy {
		width: min(100%, 500px);
		margin-inline: auto;
	}

	.benefit-copy h3,
	.benefit-card__copy h3 {
		font-size: 22px;
	}

	.benefit-copy .benefit-title--featured {
		color: #fff;
		font-size: 4.2667cqw;
		font-weight: 700;
		line-height: 1.7;
	}

	.benefit-card__title {
		font-size: 18px;
	}

	.benefit-block--stores .benefit-card__title {
		font-size: 16px;
	}

	.benefit-actions {
		display: grid;
		justify-items: center;
		gap: 18px;
	}

	.benefit-actions .benefit-button {
		width: min(330px, 100%);
		height: auto;
		aspect-ratio: 330 / 80;
		flex-basis: auto;
		font-size: clamp(14px, 4vw, 20px);
	}

	.benefit-store-grid {
		gap: 46px;
	}

	.benefit-card {
		padding-bottom: 46px;
	}

	.benefit-card--geo {
		margin-inline: -15px;
		padding: 30px 15px;
	}
}

.content-section {
	isolation: isolate;
	overflow: visible;
	background: none;
}

.content-section::before {
	content: "";
	position: absolute;
	inset-block: 0;
	left: 50%;
	z-index: -2;
	width: calc(100vw - var(--viewport-scrollbar, 0px));
	transform: translateX(-50%);
	pointer-events: none;
}

.content-section__inner,
.content-section > .u-slider {
	position: relative;
	z-index: 1;
}

.content-about::before {
	background: rgba(0,0,0,.8);
}

.content-movie::before {
	background: rgba(0,0,0,.4) url(../img/edf5/bg-section-stripe.png) repeat;
}

.content-system::before {
	background:
		url(../img/edf5/sec-system-bg-logo.webp) right max(117px, calc((100vw - 1920px) / 2 + 117px)) top 60px / 33.33% auto no-repeat,
		url(../img/edf5/sec-system-bottom.webp) center bottom / 100% auto no-repeat,
		linear-gradient(to bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,1) 80%);
}

.content-product::before {
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,.8) 100%);
}

.buy-benefits::before {
	background: rgba(0,0,0,.8);
}

.section-display-heading__ja {
	position: absolute;
	top: 0;
	margin-left: 0;
	font-style: italic;
}

.content-about .section-display-heading__ja {
	left: 114px;
}

.content-movie .section-display-heading__ja {
	left: 107px;
}

.content-about .section-display-heading__ja,
.content-movie .section-display-heading__ja {
	letter-spacing: normal;
}

.content-system .section-display-heading__ja {
	left: 152px;
	letter-spacing: -.18em;
}

.content-product .section-display-heading__ja {
	left: 170px;
	letter-spacing: -.04em;
}

.buy-benefits .section-display-heading__ja {
	left: 50px;
	letter-spacing: -.04em;
}

.system-feature__sp-break {
	display: none;
}

.product-block {
	position: relative;
}

.product-block::before {
	content: "";
	position: absolute;
	inset: max(0px, calc(min(60px, 3.125cqw) - 40px)) 0 0;
	z-index: -1;
	background: url(../img/edf5/bg-section-stripe.png) repeat;
	pointer-events: none;
}

.product-notes span,
.buy-benefits__notes span,
.benefit-notes span,
.benefit-card__image-note {
	padding-left: 1em;
	text-indent: -1em;
}

.product-notes .note-continuation {
	padding-left: 1em;
	text-indent: 0;
}

.site-footer-frame {
	margin-top: clamp(54px, 4.17vw, 80px);
}

.site-footer__d3p,
.site-footer__portal {
	transition: opacity .4s ease;
}

.site-footer__d3p img,
.site-footer__portal img {
	transition: filter .4s ease;
}

.site-footer__d3p:hover,
.site-footer__portal:hover {
	opacity: 1;
}

.site-footer__d3p:hover img,
.site-footer__portal:hover img {
	filter: drop-shadow(0 0 18px rgba(5,135,235,.9));
}

.movie-trigger .mplay {
	transition: transform .35s ease, filter .35s ease;
}

.u-slider__slide:hover .mplay,
.movie-trigger:hover .mplay,
.movie-trigger .mplay:hover,
.movie-trigger:focus-visible .mplay {
	transform: translate(-50%,-50%) scale(1.0476190476);
	filter: drop-shadow(0 0 8px rgba(5,135,235,1)) drop-shadow(0 0 20px rgba(5,135,235,.9)) drop-shadow(0 0 40px rgba(5,135,235,.75));
}

@media screen and (min-width: 1200px) {
	.site-footer__x {
		left: 63.13%;
	}

	.site-footer__instagram {
		left: 66.35%;
	}

	.site-footer__youtube {
		left: 69.85%;
	}

	.site-banners__item {
		transition: .25s;
	}

	.content-section__inner {
		width: min(1200px, 62.5cqw);
	}

	.content-section {
		padding-top: min(80px, 4.167cqw);
		padding-bottom: min(120px, 6.25cqw);
	}

	.section-display-heading {
		height: 120px;
		margin-bottom: 50px;
	}

	.section-display-heading__ja {
		font-size: 120px;
	}

	.section-display-heading__en {
		font-size: 56px;
	}

	.content-about .section-display-heading__ja {
		left: 114px;
	}

	.content-movie .section-display-heading__ja {
		left: 107px;
	}

	.content-system .section-display-heading__ja {
		left: 152px;
	}

	.content-product .section-display-heading__ja {
		left: 170px;
	}

	.buy-benefits .section-display-heading__ja {
		left: 50px;
	}

	.content-movie .section-display-heading {
		margin-bottom: 42px;
	}

	.content-system .section-display-heading,
	.content-product .section-display-heading,
	.buy-benefits .section-display-heading {
		margin-bottom: 30px;
	}

	.buy-benefits {
		padding-top: min(42px, 2.1875cqw);
	}

	.content-about__catch-picture {
		display: block;
		width: min(1007px, 100%);
		margin: 0 0 min(28px, 1.4583cqw);
	}

	.content-about__text-line {
		display: block;
	}

	.content-about__text {
		position: relative;
		left: 0;
		width: min(1200px, calc(100vw - ((100vw - min(1200px, 62.5cqw)) / 2) - 30px));
		max-width: none;
		transform: none;
	}

	.u-slider__viewport {
		gap: min(23px, 1.2cqw);
		padding-left: calc((100% - min(100%, 1920px)) / 2 + min(360px, 18.75cqw));
	}

	.u-slider__slide {
		flex-basis: min(580px, 30.2cqw);
	}

	.about-slider .u-slider__viewport {
		padding-right: calc((100% - min(100%, 1920px)) / 2 + min(77px, 4cqw));
	}

	.movie-slider .u-slider__viewport {
		padding-right: calc((100% - min(100%, 1920px)) / 2 + min(980px, 51.05cqw));
	}

	.u-slider__button--prev {
		left: calc((100% - min(100%, 1920px)) / 2 + min(360px, 18.75cqw) - 20px);
	}

	.u-slider__button--next {
		right: calc((100% - min(100%, 1920px)) / 2 + min(377px, 19.65cqw) - 20px);
	}

	.content-system {
		padding-bottom: calc(min(600px, 31.25cqw) + 120px);
	}

	.system-features {
		/* gap: min(140px, 7.3cqw); */
		gap: min(140px, 4.3cqw);
	}

	.system-feature {
		grid-template-columns: minmax(0, 1fr);
		gap: min(50px, 2.6042cqw);
	}

	.system-feature__copy {
		max-width: 100%;
	}

	.system-feature__copy h3 {
		margin-bottom: 24px;
		color: #fff;
		font-size: 40px;
		font-weight: 700;
		line-height: 1.3;
	}

	.system-feature__copy p {
		font-size: 18px;
		line-height: 1.8;
	}

	.system-gallery .u-slider__viewport {
		gap: min(30px, 1.5625cqw);
	}

	.content-product {
		padding-top: min(80px, 4.167cqw);
		padding-bottom: min(36px, 1.875cqw);
	}

	.product-block {
		padding-bottom: min(64px, 3.3333cqw);
	}

	.product-panel {
		--product-pad: min(60px, 3.125cqw);
		display: grid;
		grid-template-columns: minmax(0, 1fr) min(420px, 21.875cqw);
		gap: var(--product-pad);
		align-items: start;
		padding: var(--product-pad) var(--product-pad) 0;
	}

	.product-panel__visual {
		grid-column: 2;
		grid-row: 1;
		transform: translateY(calc(var(--product-pad) * -2));
	}

	.product-details {
		grid-column: 1;
		grid-row: 1;
	}

	.product-detail {
		grid-template-columns: min(160px, 9.375cqw) minmax(0, 1fr);
		gap: min(20px, 1.0417cqw);
		min-height: min(52px, 2.7344cqw);
		padding: min(12px, .625cqw) 0;
		border-bottom: 0;
		font-size: 16px;
		line-height: 1.5;
	}

	.product-detail dt {
		font-size: 15px;
	}

	.product-detail dd small {
		font-size: 12px;
	}

	.product-notes {
		width: min(720px, 37.5cqw);
		margin: min(30px, 1.5625cqw) 0 0 min(240px, 12.5cqw);
		font-size: 12px;
		line-height: 1.7;
	}

	.product-detail:nth-child(7) dd small {
		width: max-content;
		max-width: none;
		white-space: nowrap;
	}

	.product-notes span {
		white-space: nowrap;
	}

	.benefit-block {
		--benefit-pad: min(60px, 3.125cqw);
		margin-bottom: min(60px, 3.125cqw);
		padding: 0 var(--benefit-pad) var(--benefit-pad);
	}

	.benefit-tags {
		gap: 0;
		margin: 0 calc(var(--benefit-pad) * -1) min(58px, 3.02cqw);
	}

	.benefit-tag {
		min-height: min(62px, 3.2083cqw);
		padding: min(8px, .4167cqw) min(20px, 1.0417cqw);
		font-size: 32px;
	}

	.benefit-layout,
	.benefit-card {
		grid-template-columns: 46.27% minmax(0, 1fr);
		gap: min(40px, 2.0833cqw);
	}

	.benefit-copy .benefit-title--featured {
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.45;
	}

	.benefit-copy h3,
	.benefit-card__title {
		color: #fff;
		font-size: 24px;
		font-weight: 700;
	}

	.benefit-card__copy > h3 {
		color: var(--blue);
		font-size: 32px;
		font-weight: 700;
	}

	.benefit-actions {
		flex-wrap: nowrap;
		gap: min(18px, .9375cqw);
	}

	.benefit-actions .benefit-button {
		flex: 0 0 min(260px, 13.5417cqw);
		width: min(260px, 13.5417cqw);
		height: min(60px, 3.125cqw);
		font-family: var(--font-jp);
		font-size: 18px;
		font-weight: 700;
	}

	@media screen and (max-width: 1355px) {
		.buy-benefits .benefit-actions {
			flex-direction: column;
			align-items: flex-start;
		}

		.buy-benefits .benefit-actions .benefit-button {
			flex: 0 0 auto;
			width: 260px;
			max-width: 100%;
			height: 60px;
		}
	}

	.benefit-card {
		padding-bottom: min(60px, 3.125cqw);
	}

	.benefit-block--limited {
		padding-bottom: min(41px, 2.1354cqw);
	}

	.benefit-store-grid {
		gap: 0;
	}

	.benefit-card--d3p {
		padding-bottom: min(60px, 3.125cqw);
		border-bottom: 0;
	}

	.benefit-card--geo {
		margin-inline: calc(var(--benefit-pad) * -1);
		padding: 0 var(--benefit-pad) min(79px, 4.1146cqw);
	}

	.benefit-card--geo,
	.benefit-card--amazon {
		align-items: center;
		padding-top: min(60px, 3.125cqw);
		padding-bottom: min(60px, 3.125cqw);
	}

	.benefit-card--amazon:last-child {
		padding-bottom: min(30px, 1.5625cqw);
	}

	.buy-benefits__notes {
		width: max-content;
		max-width: 100%;
		margin-inline: auto;
		text-align: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.purchase-cta__group {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.purchase-cta__title,
	.purchase-cta__buttons {
		width: min(100%, 320px);
	}

	.purchase-cta__title small {
		display: block;
		white-space: nowrap;
	}

	.purchase-cta__buttons {
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.content-about::before {
		background: rgba(0,0,0,.8);
	}

	.content-system::before {
		background:
			url(../img/edf5/sec-system-bottom-sp.webp) center bottom / 100% auto no-repeat,
			linear-gradient(to bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,1) 80%);
	}

	.section-display-heading {
		height: 60px;
	}

	.section-display-heading__ja {
		font-size: 60px;
	}

	.section-display-heading__en {
		font-size: 28px;
	}

	.content-about .section-display-heading__ja {
		left: 48px;
	}

	.content-movie .section-display-heading__ja {
		left: 40px;
	}

	.content-system .section-display-heading__ja {
		left: 66px;
		letter-spacing: -.18em;
	}

	.content-product .section-display-heading__ja {
		left: 77px;
		letter-spacing: -.04em;
	}

	.buy-benefits .section-display-heading__ja {
		left: 15px;
		letter-spacing: -.04em;
	}

	.system-feature__sp-break {
		display: block;
	}

	.system-feature__copy h3 {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.292;
	}

	.system-feature {
		grid-template-columns: minmax(0, 1fr);
		min-width: 0;
	}

	.system-feature__copy {
		min-width: 0;
	}

	.content-system {
		padding-bottom: 280px;
	}

	.movie-slider .u-slider__bar,
	.system-gallery .u-slider__bar {
		width: 159.5px;
		max-width: 55%;
	}

	.product-block::before {
		inset: 49px calc(50% - 50vw) 0;
	}

	.product-block {
		padding-bottom: 40px;
	}

	.product-panel {
		padding: 0;
	}

	.product-panel__visual {
		width: 56.27cqw;
	}

	.product-notes {
		padding-bottom: 0;
	}

	.buy-benefits {
		padding-top: 9px;
	}

	.buy-benefits .section-display-heading {
		margin-bottom: 28px;
	}

	.benefit-block {
		left: auto;
		width: 100%;
		margin-left: 0;
		margin-bottom: 42px;
		padding: 0 15px 30px;
	}

	.benefit-tags {
		gap: 0;
		margin: 0 -15px 26px;
	}

	.benefit-block--early .benefit-tags {
		flex-direction: column;
		align-items: flex-start;
	}

	.benefit-main-image,
	.benefit-card__image {
		width: min(250px, 100%);
	}

	.benefit-copy,
	.benefit-card__copy {
		width: 100%;
	}

	.benefit-card__copy > h3 {
		color: var(--blue);
		font-size: 16px;
		font-weight: 700;
	}

	.benefit-card__image-note {
		font-size: 10px;
	}

	.benefit-actions {
		gap: 18px;
	}

	.benefit-actions .benefit-button {
		flex: 0 0 auto;
		width: min(330px, calc(50vw - clamp(30px, 7.9vw, 53.5px)));
		height: auto;
		min-height: 0;
		aspect-ratio: 330 / 80;
		padding: 0 clamp(8px, 2.4vw, 18px);
		font-size: clamp(13px, 3.33vw, 25px);
		line-height: 1.1;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.benefit-actions .benefit-button::after {
		right: -5px;
		width: clamp(7px, 1.87vw, 14px);
		height: clamp(8px, 2.13vw, 16px);
	}

	.benefit-card--geo {
		margin-inline: -15px;
		padding: 30px 15px;
	}

	.benefit-card--d3p {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.movie-trigger .mplay {
		width: 67px;
		height: 67px;
	}

	.buy-benefits__notes {
		width: 100%;
		text-align: left;
	}

	.gnav__list li,
	.gnav__list a {
		display: block;
		width: 100%;
	}

	.gnav__list a {
		padding-block: 4px;
	}

	.site-footer-frame {
		margin-top: 54px;
	}
}
