@charset "UTF-8";

/******************/
/* RESET CSS */
.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.poppins {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
}
:root {
	--color-black:#292929;
	--color-white:#fafafa;
	--color-dark-white:#F5F5F6;
	--color-orange:#f17924;
	--color-yellow:#FFBC01;
	--color-pink:#FF0566;
	--color-gray:#B0B0B0;

	--gradient: linear-gradient(270deg, #FF01A7 0%, #FF3800 70%, #FF6E00 100%);
	--font-extralight: 200;
	--font-light: 300;
	--font-regular: 400;
	--font-medium: 500;
	--font-main: "Noto Sans JP", serif;
	--font-sub: "Poppins", sans-serif;
}

/* 全体設定 */
*,*::before,*::after{
	box-sizing:border-box
}
*{
	border:0;
	margin:0;
	outline:0;
	padding:0;
	font:inherit;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:none;
	vertical-align:baseline
}
article,aside,footer,header,main,nav,article,section{
	display:block
}
img,picture,audio,canvas,video,svg{
	display:block;
	max-width:100%;
	height:auto;
	width:100%
}
br,hr{
	display:block
}
ol,ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:none
}
input,select{
	vertical-align:middle
}
body{
	line-height:1;
	line-break:strict;
	overflow-wrap:break-word;
	overflow-wrap:anywhere;
	word-break:normal;
	font-feature-settings:"palt";
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
}
a{
	-webkit-tap-highlight-color:transparent
}
button{
	all:unset;
	display:inline-block;
	cursor:pointer;
	background:none;
	border:none;
	padding:0;
	margin:0;
	text-decoration:none;
	appearance:none;
	-webkit-appearance:none;
}


/******************/
/******************/
/* html format ****/


html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
@media screen and (max-width: 1400px) {
	html {
		font-size: 50%;
	}
}
@media screen and (max-width: 1100px) {
	html {
		font-size: 45%;
	}
}
@media screen and (max-width: 760px) {
	html {
		font-size: 62.5%;
	}
}
@media screen and (max-width: 425px) {
	html {
		font-size: 62.5%;
	}
}
@media screen and (max-width: 389px) {
	html {
		font-size: 60%;
	}
}
@media screen and (max-width: 374px) {
	html {
		font-size: 53%;
	}
}

body {
	background-color:#fafafa;
	color:var(--color-black);
	font-family: var(--font-main);
	font-weight: var(--font-light);
	font-size:16px;
	font-size:1.6rem;
	line-height:1;
	position:relative;
	text-align:left;
	text-size-adjust:100%;
	font-feature-settings:"palt";
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	-webkit-tap-highlight-color:transparent;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 760px) {
	body {
		font-size:15px;
		font-size:1.5rem;
	}
}


a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	-webkit-tap-highlight-color: transparent rgba(0, 0, 0, 0);
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	line-height: 1.4;
}
b {
	font-weight: bold;
}
button {
	line-height: 1;
}
i {
	font-style: normal;
	font-family: var(--font-sub);
	font-weight: var(--font-extralight);
}
u {
	text-decoration: underline;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
	font-size: 1.4em;
}
mark {
	background: transparent;
}
q:before,
q:after {
	content: '"';
}
s {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
rt {
	font-size: 0.5em;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
details {
	margin: 0 0 40px 0;
}
hr {
	margin: 0;
	border: 0;
	border-top: 1px solid #000000;
	height: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 0;
	width: 100%;
	margin: 0;
	border-top: 1px solid #000000;
}
table th,
table td {
	padding: 1.5em 1em;
	vertical-align: top;
	border-bottom: 1px solid #000000;
}
table caption {
	text-align: left;
}
::-moz-selection {
	background-color: var(--color-orange);
	color: var(--color-white);
}
::selection {
	background-color: var(--color-orange);
	color: var(--color-white);
}


/******************/
/* shortcodes *****/
small.small {
	font-size: 0.8em;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 760px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}


/* 共通スタイル */
br[data-break] {
	display: none;
}
.image-wrapper{
	height: fit-content;
	width: 100%;
	display: block;
	line-height: 1;
}
.image-wrapper img {
	width: 100%;
	height: auto;
	line-height: 0;
	user-select: none;
}

.button {
	padding: 0;
	margin: 0;
	border: none;
}

.arrow-button {
	display: block;
}
.arrow-button span,
.arrow-button a {
	width: fit-content;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 2rem;
	font-size: 2rem;
	font-weight: var(--font-medium);
	padding: 1em 0 1em 4em;
}
.arrow-button span::before,
.arrow-button a::before {
	width: 3em;
	height: 3em;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/button-circle-orange.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: 0.3s;
}
.arrow-button span:hover::before,
.arrow-button a:hover::before {
	transform: translateY(-50%) rotate(120deg) scale(1.1);
}
.arrow-button span::after,
.arrow-button a::after {
	width: 3em;
	height: 3em;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/button-arrow-orange.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (max-width: 760px) {
	.arrow-button span,
	.arrow-button a {
		font-size: 1.6rem;
	}
}

.section-title {
	margin-bottom: 11rem;
	text-align: center;
}
.section-title i {
	font-size: 9.4rem;
	background-image: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: block;
	line-height: 1;
	width: fit-content;
	margin: 0 auto;
}
.section-title .japanese-text {
	font-size: 2rem;
	font-weight: var(--font-medium);
	display: block;
	margin-top: 1.5rem;
}
@media screen and (max-width: 760px) {
	.section-title {
		margin-bottom: 7rem;
	}
	.section-title i {
		font-size: 4.8rem;
	}
	.section-title .japanese-text {
		font-size: 1.4rem;
		margin-top: 1rem;
	}
}

.site-main {
	padding: 0;
	margin: 0;
	line-height: 1.5;
	text-align: left;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	position: relative;
}
.section {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.inner {
	max-width: 1400px;
	clear: both;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding: 0 100px;
}
@media screen and (max-width: 1200px) {
	.inner {
		padding: 0 40px;
	}
}
@media screen and (max-width: 760px) {
	.inner {
		padding: 0 5%;
		max-width: 425px;
	}
}

/* アニメーション */
[data-anim="is-card"] {
	opacity: 0;
}
[data-anim="is-card"].is-card {
	animation: anim-card 1s ease-out 0s 1 normal forwards;
}
[data-anim="is-card"].is-card:nth-of-type(2) {
	animation: anim-card 1s ease-out 0.4s 1 normal forwards;
}
[data-anim="is-card"].is-card:nth-of-type(3) {
	animation: anim-card 1s ease-out 0.8s 1 normal forwards;
}
@keyframes anim-card {
	0% { opacity: 0; transform: translateY(20rem) scale(0.9); }
	100% { opacity: 1; transform: translateY(0) scale(1); }
}
@media screen and (max-width: 760px) {
	[data-anim="is-card"].is-card {
		animation: anim-card 1s ease-out 0s 1 normal forwards;
	}
	[data-anim="is-card"].is-card:nth-of-type(2) {
		animation: anim-card 1s ease-out 0s 1 normal forwards;
	}
	[data-anim="is-card"].is-card:nth-of-type(3) {
		animation: anim-card 1s ease-out 0s 1 normal forwards;
	}
}

[data-anim="is-shrink"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.5s ease-in;
}
.sil [data-anim="is-shrink"]::before {
	background-color: var(--color-yellow);
}
.vtx [data-anim="is-shrink"]::before {
	background-color: var(--color-pink);
}
[data-anim="is-shrink"].is-shrink::before {
	width: 0;
}

[data-anim="is-beat"]::before {
	animation: anim-beat 2s ease-in-out 0s infinite normal forwards;
}
@keyframes anim-beat {
	0% { transform: translateY(-50%) scale(1); }
	50% { transform: translateY(-50%) scale(0.9); }
	100% { transform: translateY(-50%) scale(1); }
}


/* 固有スタイル */
.site-main::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	aspect-ratio: 5536 / 2160;
	height: 100dvh;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/hero-background.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.5;
	animation: hero-background-anim 50s linear infinite normal none;
}

@keyframes hero-background-anim {
	0% { transform: translateX(0); }
	50% { transform: translateX(calc(-100% + 100vw)); }
	100% { transform: translateX(0); }
}




.site-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: absolute;
	top: 20px;
	z-index: 99;
	padding: 0 20px;
	width: 100%;
}
.site-header .header-logo {
	width: 25rem;
	aspect-ratio: 250 / 55;
}
.site-header .site-description {
	height: 0px;
	opacity: 0;
	pointer-events: none;
}
.site-header .site-navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 4rem;
}
.site-header .site-navi .button a {
	display: block;
	padding: 0.75rem 2.5rem 0.85rem 2.5rem;
	border-radius: 999px;
	position: relative;
	background-image: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 1.8rem;
	transition: 0.5s;
}
.site-header .site-navi .button a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 999px;
	display: block;
	width: calc(100% + 0.5rem);
	height: calc(100% + 0.5rem);
	background-image: var(--gradient);
	z-index: -2;
	transition: 0.7s;
	box-shadow: 0px 4px 10px rgba(255, 106, 0, 0.15);
}
.site-header .site-navi .button a:hover::before {
	transform: translate(-50%, -50%) scale(1.1);
	background-image: linear-gradient(0deg, #FF01A7 0%, #FF3800 70%, #FF6E00 100%);
}
.site-header .site-navi .button a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 999px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
	z-index: -1;
	transition: 0.3s;
}
.site-header .site-navi .button a:hover::after {
	transform: translate(-50%, -50%) scale(1.1);
}
.site-header .site-navi .button i {
	font-weight: var(--font-regular);
}
.site-header .menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 2rem;
}
.site-header .menu li a {
	display: block;
	height: 1em;
	width: 6em;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.5s;
	cursor: pointer;
	white-space: nowrap;
}

.site-header .menu li a:hover {
	transform: rotateX(-90deg);
}
.site-header .menu li a i,
.site-header .menu li a .slide {
	position: absolute;
	width: 100%;
	height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	backface-visibility: hidden;
}
.site-header .menu li a i {
	transform: rotateX(0deg) translateZ(0.6em);
}
.site-header .menu li a .slide {
	transform: rotateX(90deg) translateZ(0.6em);
}

@media screen and (max-width: 760px) {
	.site-header {
		padding: 2rem;
		top: 0;
	}
	.site-header .menu {
		display: none;
	}
	.site-header .header-logo {
		width: 18rem;
	}
	.site-header .site-navi .button a {
		padding: 0.55rem 2rem 0.65rem 2rem;
	}
}

.section-hero {
	padding: 0 0 14rem 0;
}
.section-hero .title {
	font-size: 8.56rem;
	margin: 0 0 2rem 0;
	padding: 20rem 0 0 0;
}
.section-hero .title .marker {
	display: inline-block;
	overflow: hidden;
	position: relative;
	background-image: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	width: fit-content;
}
.section-hero .title .marker.single::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: var(--gradient);
}
.section-hero .title .marker.double .single::before {
	animation: hero-title-anim 0.5s ease-in 0.5s 1 normal forwards;
}
.section-hero .title .marker.single::before {
	animation: hero-title-anim 0.5s ease-in 0.7s 1 normal forwards;
}
@keyframes hero-title-anim {
	0% { left: 0; }
	100% { left: 100%; }
}

.section-hero .title .marker.double .single {
	display: contents;
}

.section-hero .subtitle {
	font-size: 3rem;
	margin-bottom: 8rem;
	display: block;
}
.section-hero .description {
	font-weight: var(--font-medium);
	color: #565656;
	line-height: 1.8;
	max-width: 50%;
	margin-bottom: 3rem;
}
.section-hero .buttons {
	display: flex;
	align-items: center;
	column-gap: 1.5rem;
}
.section-hero .buttons .button {
	width: fit-content;
}

.section-hero .buttons .button a {
	height: 83px;
	aspect-ratio: 226 / 83;
	display: block;
	transition: 0.3s;
}
.section-hero .buttons .button a:hover {
	transform: scale(0.95);
}
.section-hero .buttons .button .image-wrapper {
	height: 83px;
	aspect-ratio: 262 / 83;
	cursor: default;
}
.section-hero .thumbnail {
	position: absolute;
	top: 20rem;
	right: 6rem;
	width: 38vw;
	aspect-ratio: 710 / 989;
	max-width: 540px;
	user-select: none;
	filter: drop-shadow(20px 20px 10px rgba(0, 0, 0, 0.15));
	animation: hero-floating-anim 5s ease-in-out infinite normal none;
}
@keyframes hero-floating-anim {
	0% { top: 20rem; }
	50% { top: 22.5rem; }
	100% { top: 20rem; }
}
@media screen and (max-width: 1200px) {
	.section-hero .buttons .button a {
		height: 68px;
	}
	.section-hero .buttons .button .image-wrapper {
		height: 68px;
	}
}
@media screen and (max-width: 1000px) {
	.section-hero .title {
		font-size: 7rem;
		padding: 16rem 0 0 0;
	}
	.section-hero {
		padding: 0 0 9rem 0;
	}
	.section-hero .title .marker.double {
		display: contents;
	}
	.section-hero .title .marker.double .single {
		display: inline-block;
	}
	.section-hero .title .marker.single::before {
		animation: hero-title-anim 0.5s ease-in 0.5s 1 normal forwards;
	}
}
@media screen and (max-width: 760px) {
	.section-hero {
		padding: 0 0 6rem 0;
	}
	.section-hero .title {
		padding: 8rem 0 0 0;
		font-size: 3.2rem;
	}
	.section-hero .subtitle {
		font-size: 1.4rem;
		margin-bottom: 24rem;

	}
	.section-hero .thumbnail {
		width: 23rem;
		right: 0;
		top: 15rem;
	}
	@keyframes hero-floating-anim {
		0% { top: 15rem; }
		50% { top: 16rem; }
		100% { top: 15rem; }
	}
	.section-hero .buttons {
		justify-content: center;
	}
	.section-hero .buttons .button {
		width: 65%;
	}
	.section-hero .buttons .button a {
		width: auto;
		height: auto;
	}
	.section-hero .buttons .button:has(.image-wrapper) {
		display: none;
	}
	.section-hero .description {
		font-size: 1.4rem;
		max-width: none;
		margin-bottom: 2em;
	}
}

.section-feature {
	padding: 14rem 0;
	overflow: hidden;
}
.section-feature h2.title {
	font-size: 6.4rem;
	font-weight: var(--font-main);
	text-align: center;
	background-image: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: var(--font-medium);
	width: fit-content;
	margin: 0 auto;
}
.section-feature .title-description {
	font-size: 2rem;
	font-weight: var(--font-medium);
	line-height: 1.8;
	margin: 4rem 0 12rem 0;
	text-align: center;
}
.section-feature .feature-card-swiper {
	width: 100%;
	padding: 0 100px;
	max-width: 1400px;
	margin: 0 auto;
}
.section-feature .swiper-wrapper {
	width: fit-content;
}
.section-feature .card {
	border-radius: 3.5rem;
	background-image: linear-gradient(0deg, rgba(251, 253, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	padding: 4rem;
	display: flex;
	align-items: center;
	width: fit-content;
	column-gap: 5rem;
	position: relative;
}
.section-feature .card::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
	transform: translateY(-50%);
	display: block;
	width: 2rem;
	aspect-ratio: 11 / 25;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/arrow-right-gray.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.section-feature .card:last-child::after {
	display: none;
}
.section-feature .card.yellow {
	border: 1rem solid var(--color-yellow);
	color: var(--color-yellow);
}
.section-feature .card.pink {
	border: 1rem solid var(--color-pink);
	color: var(--color-pink);
}
.section-feature .card.orange {
	border: 1rem solid var(--color-orange);
	color: var(--color-orange);
}
.section-feature .card .number {
	position: absolute;
	top: 2rem;
	left: 2.5rem;
	display: block;
	font-size: 4rem;
	line-height: 1;
}
.section-feature .card.yellow .number {
	color: var(--color-yellow);
}
.section-feature .card.pink .number {
	color: var(--color-pink);
}
.section-feature .card.orange .number {
	color: var(--color-orange);
}
.section-feature .card .number i {
	font-weight: var(--font-regular);
}
.section-feature .card .thumbnail {
	width: 16rem;
	z-index: 2;
	overflow: hidden;
	border-radius: 1rem;
	filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.15));
}
.section-feature .card .title {
	font-size: 8rem;
	margin-bottom: 3rem;
	padding-left: 12rem;
	position: relative;
	width: fit-content;
	white-space: nowrap;
}
.section-feature .card.orange .title {
	font-size: 6rem;
}
.section-feature .card .title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	height: 11rem;
	aspect-ratio: 115 / 120;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.section-feature .card.sil .title::before {
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/icon-sil.webp");
}
.section-feature .card.vtx .title::before {
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/icon-vtx.webp");
}
.section-feature .card.prev .title::before {
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/icon-prev.svg");
}
.section-feature .card.addon .title::before {
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/icon-addon.svg");
}
.section-feature .card .title i {
	font-weight: var(--font-regular);
}
.section-feature .card .description {
	font-weight: var(--font-medium);
	font-size: 2.6rem;
	width: fit-content;
	white-space: nowrap;
}


.section-feature .feature-card-swiper .buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 18rem;
	margin: 8rem auto 0 auto;
}
.section-feature .feature-card-swiper .buttons button {
	position: relative;
	font-size: 2rem;
	font-weight: var(--font-medium);
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	transition: 0.3s;
}
.section-feature .feature-card-swiper .buttons button:hover {
	transform: scale(1.1);
}
.section-feature .feature-card-swiper .buttons button::before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/button-arrow-orange.svg");
}
.section-feature .feature-card-swiper .buttons button.swiper-button-prev::before {
	transform: rotate(180deg);
}
.section-feature .feature-card-swiper .buttons button::after {
	display: none;
}





@media screen and (max-width: 1200px) {
	.section-feature .feature-card-swiper {
		padding: 0 40px;
	}
}
@media screen and (max-width: 1000px) {
	.section-feature .card .icon {
		width: 24rem;
	}
}
@media screen and (max-width: 760px) {
	.section-feature {
		padding: 6rem 0;
	}
	.section-feature h2.title {
		font-size: 2.8rem;
	}
	.section-feature .title-description {
		font-size: 1.4rem;
		margin: 2rem 0 4rem 0;
	}
	.section-feature .feature-card-swiper {
		padding: 0 5%;
		max-width: 425px;
	}
	.section-feature .swiper-wrapper {
		display: block;
		width: 100%;
		transform: none !important;
	}
	.section-feature .card {
		width: 100%;
		padding: 2rem;
		column-gap: 0;
		border-width: 0.5rem !important;
		justify-content: space-between;
	}
	.section-feature .feature-card-swiper .buttons {
		display: none;
	}
	.section-feature .card .thumbnail {
		width: 9rem;
	}
	.section-feature .card::after {
		top: calc(100% + 0.7rem);
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
	.section-feature .card + .card {
		margin-top: 5rem;
	}
	.section-feature .card .number {
		display: none;
	}
	.section-feature .card .title {
		font-size: 3.6rem;
		margin-bottom: 1.5rem;
		padding-left: 5rem;
	}
	.section-feature .card.orange .title {
		font-size: 3rem;
	}
	.section-feature .card .title::before {
		height: 5rem;
	}
	.section-feature .card.orange .title::before {
		height: 4.5rem;
	}
	.section-feature .card .description {
		font-size: 1.9rem;
	}
}

.section-core {
	padding: 14rem 0;
	background-color: var(--color-white);
	overflow: hidden;
}
.section-core .box {
	border-radius: 3rem;
	position: relative;
	z-index: 1;
	padding: 10rem 10rem 700px 10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section-core .box.sil {
	background-color: var(--color-yellow);
}
.section-core .box.vtx {
	background-color: var(--color-pink);
}
.section-core .box::before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: calc(100% - 1rem - 1rem);
	height: calc(100% - 1rem - 14rem);
	background-color: var(--color-white);
	border-radius: 2rem;
	z-index: -1;
}
.section-core .box + .box {
	margin-top: 8rem;
}
.section-core .box .label {
	width: 50%;
}
.section-core .box .label .title {
	position: relative;
	font-size: 12rem;
	line-height: 1;
	padding-left: 15.5rem;
}
.section-core .box.sil .label .title {
	filter: drop-shadow(15px 15px 10px rgb(255, 226, 145));
}
.section-core .box.vtx .label .title {
	filter: drop-shadow(15px 15px 10px #ffc1d9);
}
.section-core .box.sil .label .title {
	color: var(--color-yellow);
}
.section-core .box.vtx .label .title {
	color: var(--color-pink);
}
.section-core .box .label .title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 14rem;
	aspect-ratio: 155 / 187;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/icon-sil.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.section-core .box.sil .label .title::before {
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/icon-sil.webp");
}
.section-core .box.vtx .label .title::before {
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/icon-vtx.webp");
}
.section-core .box .label .title i {
	font-weight: var(--font-regular);
}
.section-core .box .label .spell {
	font-weight: var(--font-regular);
	color: var(--color-gray);
	line-height: 1;
	display: block;
	font-size: 2.6rem;
	margin-top: 1rem;
}
.section-core .box .label .spell i {
	font-weight: var(--font-regular);
}
.section-core .box .outline {
	width: 50%;
}
.section-core .box .outline .title {
	font-size: 4rem;
	font-weight: var(--font-medium);
}
.section-core .box.sil .outline .title {
	color: var(--color-yellow);
}
.section-core .box.vtx .outline .title {
	color: var(--color-pink);
}
.section-core .box .outline .caption {
	font-size: 2.6rem;
	font-weight: var(--font-medium);
	padding: 0.2rem 0 0.2rem 2rem;
	margin: 5rem 0 2rem 0;
	position: relative;
	width: fit-content;
}
.section-core .box.sil .outline .caption {
	border-left: 3px solid var(--color-yellow);
}
.section-core .box.vtx .outline .caption {
	border-left: 3px solid var(--color-pink);
}
.section-core .box .infinite-slider {
	overflow: hidden;
	display: flex;
	position: absolute;
	bottom: 11.8rem;
	left: 0;
	width: 100%;
	height: fit-content;
}
.section-core .box .infinite-slider i {
	display: block;
	flex-shrink: 0;
	line-height: 1;
	white-space: nowrap;
	font-size: 13.2rem;
	font-weight: var(--font-regular);
	padding-right: 2em;
}
.section-core .box.sil .infinite-slider i {
	color: var(--color-yellow);
}
.section-core .box.vtx .infinite-slider i {
	color: var(--color-pink);
}
.section-core .box .infinite-slider i:nth-child(odd) {
	animation: MoveAnim1 30s -15s infinite linear;
}
.section-core .box .infinite-slider i:nth-child(even) {
	animation: MoveAnim2 30s infinite linear;
}
@keyframes MoveAnim1 {
	0% {transform: translateX(100%);}
	100% {transform: translateX(-100%);}
}
@keyframes MoveAnim2 {
	0% {transform: translateX(0);}
	100% {transform: translateX(-200%);}
}
.section-core .box .core-card-swiper {
	position: absolute;
	bottom: 7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 700px;
	z-index: 2;
	user-select: none;
}
.section-core .box .core-card-swiper .swiper-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 700 / 575;
	cursor: grab;
	perspective: 1000px;
}
.section-core .box .core-card-swiper .card-button-next {
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	width: 25%;
	height: 15%;
	margin: 0;
	transform: none;
	z-index: 99;
	cursor: pointer;
}
.section-core .box .core-card-swiper .swiper-slide {
	filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	transform-origin: left bottom;
}
.section-core .box .core-card-swiper .swiper-slide:nth-child(2) {
	transform: translateX(-2%) rotate(-2deg) scale(0.96);
}
.section-core .box .core-card-swiper .swiper-slide:nth-child(3) {
	transform: translateX(-4%) rotate(-4deg) scale(0.92);
}
.section-core .box .core-card-swiper .swiper-slide:nth-child(4) {
	transform: translateX(-6%) rotate(-6deg) scale(0.88);
}
.section-core .box .core-card-swiper .swiper-slide:nth-child(5) {
	transform: translateX(-8%) rotate(-8deg) scale(0.84);
}


@media screen and (max-width: 1000px) {
	.section-core {
		padding: 9rem 0;
	}
	.section-core .box {
		display: block;
		padding: 13.5rem 13.5rem 530px 13.5rem;
	}
	.section-core .box .label {
		width: 100%;
		margin-bottom: 8rem;
	}
	.section-core .box .outline {
		width: 100%;
	}
	.section-core .box .core-card-swiper {
		width: 500px;
	}
}
@media screen and (max-width: 760px) {
	.section-core {
		padding: 6rem 0;
	}
	.section-core .inner {
		padding: 0;
	}
	.section-core .box {
		padding: 8rem 3rem 46rem 3rem;
	}
	.section-core .box::before {
		top: 0.5rem;
		width: calc(100% - 0.5rem - 0.5rem);
		height: calc(100% - 0.5rem - 8rem);
		border-radius: 2.5rem;
	}
	.section-core .box .label .title {
		font-size: 6.6rem;
		padding-left: 8.5rem;
		width: fit-content;
		margin: 0 auto;
	}
	.section-core .box .label {
		margin-bottom: 7rem;
	}
	.section-core .box .label .title::before {
		width: 8.5rem;
	}
	.section-core .box .label .spell {
		text-align: center;
		font-size: 2rem;
	}
	.section-core .box .outline .title {
		font-size: 2.4rem;
	}
	.section-core .box .core-card-swiper {
		width: 80%;
	}
	.section-core .box .outline .caption {
		font-size: 1.8rem;
		margin: 4rem 0 1.5rem 0;
		padding: 0.2rem 0 0.2rem 1.5rem;
	}
	.section-core .box .infinite-slider i {
		font-size: 8rem;
	}
	.section-core .box .infinite-slider {
		bottom: 6.8rem;
	}
	.section-core .box .core-card-swiper {
		bottom: 18rem;
	}

}


.section-creator {
	padding: 14rem 0 35rem 0;
	background-color: var(--color-dark-white);
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.section-creator::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 100%;
	min-width: 2550px;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/creator-background-02.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 150 / 13;
	z-index: 1;
}
.section-creator h2.title {
	font-size: 6.4rem;
	font-weight: var(--font-main);
	text-align: center;
	background-image: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: var(--font-medium);
	width: fit-content;
	margin: 0 auto;
}
.section-creator .title-description {
	font-size: 2rem;
	font-weight: var(--font-medium);
	line-height: 1.8;
	margin: 4rem 0 8rem 0;
	text-align: center;
}
.section-creator .creator-modal-button {
	margin: 10rem auto 0 auto;
	position: relative;
	z-index: 1;
	background-color: var(--color-white);
	box-shadow: 0px 4px 10px rgba(255, 106, 0, 0.15);
	border-radius: 999px;
	padding: 1.3rem 3rem 1.3rem 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 1rem;
	font-weight: var(--font-medium);
	font-size: 2rem;
}
.section-creator .creator-modal-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 999px;
	display: block;
	width: calc(100% + 0.5rem);
	height: calc(100% + 0.5rem);
	background-image: var(--gradient);
	z-index: -2;
	transition: 0.3s;
	box-shadow: 0px 4px 10px rgba(255, 106, 0, 0.15);
}
.section-creator .creator-modal-button:hover::before {
	width: calc(100% + 1rem);
	height: calc(100% + 1rem);
}
.section-creator .creator-modal-button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 999px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
	z-index: -1;
	transition: 0.7s;
	box-shadow: 0px 4px 10px rgba(255, 106, 0, 0.15);
}
.section-creator .creator-modal-button .member {
	padding: 0.9rem 2rem 1.1rem 2.2rem;
	border-radius: 999px;
	background-image: var(--gradient);
	color: var(--color-white);
	font-size: 2.6rem;
	display: block;
	width: fit-content;
	line-height: 1;
}
.section-creator .extension {
	margin-top: 14rem;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	z-index: 2;
}
.section-creator .extension .title {
	margin-bottom: 4rem;
}
.section-creator .extension .title i {
	font-size: 6.4rem;
	color: var(--color-orange);
	display: block;
	line-height: 1;
	text-align: center;
}
.section-creator .extension .title .japanese-text {
	font-size: 2rem;
	font-weight: var(--font-medium);
	display: block;
	margin-top: 1.2rem;
	color: var(--color-black);
	text-align: center;
}
.section-creator .extension .card {
	width: 48%;
	border: 3px solid var(--color-orange);
	border-radius: 2rem;
	padding: 6rem 2rem;
	background-color: var(--color-white);
	background: rgba(250, 250, 250, 0.5);
	backdrop-filter: blur(5px);
}
.section-creator .extension .description {
	font-size: 2rem;
	font-weight: var(--font-medium);
	margin-top: 3rem;
	text-align: center;
	line-height: 1.8;
}

.section-creator .creator-card-swiper {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	zoom: 1;
	position: relative;
	z-index: 1;
}
.section-creator .creator-card-swiper::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/creator-background-01.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: 0;
	width: 100%;
	min-width: 2550px;
	aspect-ratio: 1275 / 215;
}
.section-creator .creator-card-swiper::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 200vw;
	background: linear-gradient(180deg, #FFF2E7 0%, #FFF3FB 100%);
	z-index: -1;
}
.section-creator .creator-card-swiper .swiper-slide {
	transition: 0.3s;
	width: 320px;
	padding: 1.5rem;
	border-radius: 1rem;
	background-color: var(--color-white);
	filter: drop-shadow(4px 4px 30px rgba(255, 128, 0, 0.15));
}
.section-creator .creator-card-swiper .swiper-slide .video-wrapper {
	overflow: hidden;
	border-radius: 0.7rem;
	position: relative;
	cursor: pointer;
	aspect-ratio: 9 / 16;
}
.section-creator .creator-card-swiper .swiper-slide .video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-creator .creator-card-swiper .angle-01 {
	transform: rotate(-30deg) translateY(240px) translateX(-140px);
}
.section-creator .creator-card-swiper .angle-02 {
	transform: rotate(-20deg) translateY(110px) translateX(-60px);
}
.section-creator .creator-card-swiper .angle-03 {
	transform: rotate(-10deg) translateY(30px) translateX(-20px);
}
.section-creator .creator-card-swiper .angle-04 {
	transform: rotate(0deg) translateY(0px);
}
.section-creator .creator-card-swiper .angle-05 {
	transform: rotate(10deg) translateY(30px) translateX(20px);
}
.section-creator .creator-card-swiper .angle-06 {
	transform: rotate(20deg) translateY(110px) translateX(60px);
}
.section-creator .creator-card-swiper .angle-07 {
	transform: rotate(30deg) translateY(240px) translateX(140px);
}

.section-creator .creator-card-swiper .info {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 4rem 1.5rem 1.5rem 1.5rem;
	pointer-events: none;
	width: 100%;
}
.section-creator .creator-card-swiper .info .name {
	font-size: 2.6rem;
	font-weight: var(--font-medium);
	color: var(--color-white);
	margin-bottom: 1rem;
	display: block;
}
.section-creator .creator-card-swiper .info .tags {
	display: flex;
	align-items: center;
	column-gap: 0.5rem;
}
.section-creator .creator-card-swiper .info .tags li {
	border-radius: 999px;
	border: 2px solid var(--color-black);
	color: var(--color-black);
	font-size: 1.4rem;
	font-weight: var(--font-medium);
	padding: 0.2em 0.5em;
	white-space: nowrap;
}
.section-creator .creator-card-swiper .info .tags li.tag-vtx {
	border-color: var(--color-pink);
	color: var(--color-pink);
}
.section-creator .creator-card-swiper .info .tags li.tag-addon {
	border-color: var(--color-orange);
	color: var(--color-orange);
}
.section-creator .creator-card-swiper .info .tags li.tag-prev {
	border-color: var(--color-orange);
	color: var(--color-orange);
}
.section-creator .creator-card-swiper .video-wrapper {
	position: relative;
}
.section-creator .creator-card-swiper .video-wrapper .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25%;
	aspect-ratio: 1 / 1;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/icon-play.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.section-creator .creator-card-swiper .buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 18rem;
	margin: 8rem auto 0 auto;
}
.section-creator .creator-card-swiper .buttons button {
	position: relative;
	font-size: 2rem;
	font-weight: var(--font-medium);
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	transition: 0.3s;
}
.section-creator .creator-card-swiper .buttons button:hover {
	transform: scale(1.1);
}
.section-creator .creator-card-swiper .buttons button::before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/button-arrow-orange.svg");
}
.section-creator .creator-card-swiper .buttons button.swiper-button-prev::before {
	transform: rotate(180deg);
}
.section-creator .creator-card-swiper .buttons button::after {
	display: none;
}

.section-creator .creator-modal {
	transition: 0.5s;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100dvh;
	width: 100%;
	z-index: 99;
	padding: 0 100px;
}
.section-creator .creator-modal.is-active {
	opacity: 1;
	pointer-events: all;
}
.section-creator .creator-modal-background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	z-index: 1;
}
.section-creator .creator-modal .inner {
	margin: 8rem auto;
	padding: 12rem 6rem;
	background-color: var(--color-white);
	border-radius: 3rem;
	max-width: 1100px;
	z-index: 2;
}
.section-creator .creator-modal .note {
	text-align: right;
	display: block;
	margin: 0 0 0 auto;
	color: var(--color-gray);
}
.section-creator .creator-modal .creator {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 6rem;
	margin-top: 3rem;
}
.section-creator .creator-modal .creator li{
	width: 20%;
}
.section-creator .creator-modal .creator li .thumbnail {
	width: 13rem;
	aspect-ratio: 1 / 1;
	border-radius: 5.2rem;
	margin: 0 auto;
	overflow: hidden;
	max-width: 320px;

}
.section-creator .creator-modal .creator li .name {
	padding: 0.6rem 2rem;
	border-radius: 999px;
	background-color: var(--color-orange);
	color: var(--color-white);
	font-size: 1.4rem;
	font-weight: var(--font-medium);
	margin: 2rem auto 0 auto;
	display: block;
	width: fit-content;
}
.section-creator .creator-modal .creator-modal-close {
	width: 7.2rem;
	aspect-ratio: 1 / 1;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/icon-close.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 6rem auto 0 auto;
	display: block;
}

@media screen and (max-width: 1200px) {
	.section-creator::after {
		min-width: auto;
	}
}
@media screen and (max-width: 900px) {
	.section-creator .creator-modal .creator {
		justify-content: space-between;
	}
}
@media screen and (max-width: 760px) {
	.section-creator {
		padding: 6rem 0 10rem 0;
	}
	.section-creator h2.title {
		font-size: 2.8rem;
	}
	.section-creator .creator-modal .creator li {
		width: 47%;
	}
	.section-creator .title-description {
		font-size: 1.4rem;
		margin: 2rem 0 4rem 0;
	}
	.section-creator .creator-card-swiper .buttons {
		width: 14rem;
		margin: 6rem auto 0 auto;
	}
	.section-creator .creator-card-swiper .buttons button {
		width: 4rem;
		height: 4rem;
	}
	.section-creator .creator-card-swiper .swiper-slide {
		padding: 0.8rem;
	}

	.section-creator .creator-card-swiper {
		/* zoom: 0.3; */
	}
	.section-creator .creator-card-swiper .angle-01 {
		transform: rotate(-30deg) translateY(140px) translateX(-110px);
	}
	.section-creator .creator-card-swiper .angle-02 {
		transform: rotate(-20deg) translateY(65px) translateX(-55px);
	}
	.section-creator .creator-card-swiper .angle-03 {
		transform: rotate(-10deg) translateY(16px) translateX(-20px);
	}
	.section-creator .creator-card-swiper .angle-04 {
		transform: rotate(0deg) translateY(0px);
	}
	.section-creator .creator-card-swiper .angle-05 {
		transform: rotate(10deg) translateY(16px) translateX(20px);
	}
	.section-creator .creator-card-swiper .angle-06 {
		transform: rotate(20deg) translateY(65px) translateX(55px);
	}
	.section-creator .creator-card-swiper .angle-07 {
		transform: rotate(30deg) translateY(140px) translateX(110px);
	}
	.section-creator .creator-card-swiper .info {
		padding: 3rem 1rem 1rem 1rem;
	}
	.section-creator .creator-card-swiper .info .name {
		font-size: 1.6rem;
		margin-bottom: 0.5rem;

	}
	.section-creator .creator-card-swiper .info .tags li {
		font-size: 1rem;
		padding: 0em 0.5em;
		column-gap: 0.3rem;
		border-width: 1px;
	}

	.section-creator .extension {
		margin-top: 6rem;
		display: block;
	}
	.section-creator .extension .card {
		width: 100%;
		padding: 4rem 2rem;
	}
	.section-creator .extension .card + .card {
		margin-top: 3rem;
	}
	.section-creator .extension .title {
		margin-bottom: 3rem;
	}
	.section-creator .extension .title i {
		font-size: 4rem;
	}
	.section-creator .extension .title .japanese-text {
		font-size: 1.4rem;
		margin-top: 1rem;
	}
	.section-creator .extension .description {
		font-size: 1.5rem;
		margin-top: 2rem;
	}
	.section-creator .creator-modal {
		padding: 0 5%;
	}
	.section-creator .creator-modal .inner {
		padding: 6rem 3rem;
		margin: 4rem auto;
	}
	.section-creator .creator-modal .note {
		font-size: 1.2rem;
	}
	.section-creator .creator-modal-button {
		margin: 7rem auto 0 auto;
		padding: 1rem 1.8rem 1rem 1rem;
		column-gap: 1rem;
		font-weight: var(--font-medium);
		font-size: 1.6rem;
	}
	.section-creator .creator-modal-button .member {
		font-size: 2rem;
	}
}

.section-faq {
	padding-bottom: 14rem;
	margin-top: 0;
	background-color: var(--color-white);
}
.section-faq .inner.min {
	max-width: 1100px;
	margin: 0 auto;
}
.section-faq dl {
	background-color: var(--color-white);
	border-radius: 1rem;
	padding: 3rem;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: 0.3s;
}
.section-faq dl:hover {
	background-color: var(--color-dark-white);
}
.section-faq dl + dl {
	margin-top: 2rem;
}
.section-faq dl dt {
	font-size: 2rem;
	font-weight: var(--font-medium);
	position: relative;
	padding: 0 3rem;
}
.section-faq dl dt::before {
	content: "Q";
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	font-family: var(--font-sub);
	color: var(--color-orange);
	font-weight: var(--font-regular);
	font-size: 2.2rem;
}
.section-faq dl dt::after {
	content: "";
	position: absolute;
	top: 30%;
	right: 0;
	display: block;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/arrow-top-gray.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 22px;
	aspect-ratio: 22 / 11;
	transition: 0.3s;
	transform: rotate(180deg);
}
.section-faq dl.accordion-active dt::after {
	transform: rotate(0deg);
}
.section-faq dl dd {
	margin-top: 2.5rem;
	padding: 2.5rem 0 0 0;
	border-top: 1px dotted var(--color-gray);
}
@media screen and (max-width: 760px) {
	.section-faq {
		padding-top: 4rem;
		padding-bottom: 6rem;
	}
	.section-faq dl {
		padding: 1.5rem;
	}
	.section-faq dl + dl {
		margin-top: 1.5rem;
	}
	.section-faq dl dt {
		font-size: 1.6rem;
	}
	.section-faq dl dt::before {
		top: -0.4rem;
	}
	.section-faq dl dd {
		font-size: 1.4rem;
		margin-top: 1.5rem;
		padding: 1.5rem 0 0 0;
	}
}

.section-download {
	padding: 14rem 0;
	background-color: var(--color-dark-white);
}
.section-download .thumbnail {
	max-width: 1280px;
	margin: 0 auto;
}
.section-download .buttons {
	display: flex;
	align-items: center;
	column-gap: 1.5rem;
	width: fit-content;
	margin: 7rem auto 0 auto;
}
.section-download .buttons .button {
	width: fit-content;
}
.section-download .buttons .button a {
	height: 83px;
	aspect-ratio: 226 / 83;
	display: block;
	transition: 0.3s;
}
.section-download .buttons .button a:hover {
	transform: scale(0.95);
}
.section-download .buttons .button .image-wrapper {
	height: 83px;
	aspect-ratio: 262 / 83;
	cursor: default;
}

@media screen and (max-width: 1200px) {
	.section-download .buttons .button a {
		height: 68px;
	}
	.section-download .buttons .button .image-wrapper {
		height: 68px;
	}
}

@media screen and (max-width: 760px) {
	.section-download {
		padding: 6rem 0;
		overflow: hidden;
	}
	.section-download .thumbnail {
		transform: scale(1.3);
	}
	.section-download .buttons .button {
		width: 65%;
		margin: 0 auto;
	}
	.section-download .buttons .button a {
		width: 100%;
		height: auto;
	}
	.section-download .buttons .button:has(.image-wrapper) {
		display: none;
	}
}

.site-footer {
	background-color: #1B1B1B;
	padding: 8rem 0;
	position: relative;
	color: var(--color-white);
}
.site-footer::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-image: var(--gradient);
}
.site-footer .content {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.site-footer .content .footer-content-wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.site-footer .info dl {
	line-height: 1.4;
}
.site-footer .info dl dt {
	font-size: 2.8rem;
	font-weight: var(--font-medium);
	margin-bottom: 1rem;
}
.site-footer .info dl dd {
	font-size: 1.6rem;
	font-weight: var(--font-medium);
	margin-bottom: 3rem;
}
.site-footer .info dl dd.tel {
	font-size: 2.4rem;
	position: relative;
	padding-left: 3rem;
}
.site-footer .info dl dd.tel::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 2rem;
	height: 2.5rem;
	background-image: url("https://fde-ec-prod-01-c5dtcgfdfcahg2h7.z01.azurefd.net/public/lp/jp/img/icon-phone.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.site-footer .recruitment {
	max-width: 410px;
}
.site-footer .recruitment dl dt {
	font-size: 2.6rem;
	margin-bottom: 2rem;
	font-weight: var(--font-medium);
}
.site-footer .recruitment dl dd {
	font-size: 1.6rem;
	font-weight: var(--font-medium);
	line-height: 1.5;
}
.site-footer .recruitment .arrow-button {
	margin-top: 2rem;
	font-weight: var(--font-medium);
}
.site-footer .sns {
	margin-top: 10rem;
}
.site-footer .sns dl dt {
	font-size: 1.4rem;
	font-weight: var(--font-medium);
	margin-bottom: 2rem;
}
.site-footer .sns dl dd {
	display: flex;
	align-items: center;
	column-gap: 2rem;
}
.site-footer .sns dl dd .icon {
	width: auto;
	height: 32px;
}
.site-footer .sns dl dd .icon a {
	transition: 0.3s;
	display: block;
}
.site-footer .sns dl dd .icon a:hover {
	transform: scale(0.95);
}
.site-footer .utility {
	margin: auto 0 0 0;
}
.site-footer .utility .language {
	background-color: #353535;
	border-radius: 999px;
	padding: 1rem;
	display: flex;
	align-items: center;
	width: fit-content;
	column-gap: 0.5rem;
}
.site-footer .utility .language .button {
	border-radius: 999px;
	font-size: 1.4rem;
	display: block;
	padding: 0.75rem 1.4rem 0.85rem 1.4rem;
	cursor: pointer;
	transition: 0.3s;
}
.site-footer .utility .language .button:hover {
	background-color: #2f2f2f;
}
.site-footer .utility .language .button.is-active {
	background-color: #1B1B1B;
}
.site-footer .utility .language .button i {
	font-weight: var(--font-regular);
}
.site-footer .copy {
	margin-top: 3rem;
	font-size: 1.4rem;
	font-weight: var(--font-regular);
	display: block;
}
@media screen and (max-width: 760px) {
	.site-footer {
		padding: 5rem 0;
	}
	.site-footer .content {
		display: flex;
		flex-direction: column;
	}
	.site-footer .content .footer-content-wrapper {
		display: contents;
	}
	.site-footer .info {
		order: 2;
		margin-top: 5rem;
	}
	.site-footer .info dl dt {
		font-size: 1.8rem;
	}
	.site-footer .info dl dd {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
	.site-footer .info dl dd.tel {
		font-size: 2rem;
		padding-left: 2rem;
	}
	.site-footer .info dl dd.tel::before {
		width: 1.4rem;
		height: 1.8rem;
	}
	.site-footer .utility {
		order: 4;
		margin-top: 5rem;
	}
	.site-footer .utility .language {
		padding: 0.5rem;
	}
	.site-footer .utility .language .button {
		font-size: 1.2rem;
		padding: 0.45rem 1.3rem 0.55rem 1.3rem;
	}
	.site-footer .recruitment {
		order: 1;
	}
	.site-footer .recruitment dl dt {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	.site-footer .recruitment dl dd {
		font-size: 1.4rem;
	}
	.site-footer .recruitment .arrow-button {
		margin-top: 1.5rem;
	}
	.site-footer .sns {
		order: 3;
		margin-top: 1rem;
	}
}

/* end ************/
/******************/
/******************/


/* カスタムスタイル */
/* data 属性配下の画像のみ */
[data-protect-contextmenu] img, video{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}
