@charset "utf-8";
/* CSS Document */

body {
	background-color: #C1B8B0;
	font-family: "YuMincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.fade-in {
	filter: blur(6px);
	opacity: 0;
	transform: translateY(40px) scale(0.98);
	transition: opacity 1.2s ease-out, transform 1.2s ease-out, filter 1.2s ease-out;
}

.fade-in.is-visible {
	filter: blur(0);
	opacity: 1;
	transform: translateY(0) scale(1);
}

.faq {
	background-color: #E7E2D8;
	padding-bottom: 2.5rem;
	padding-top: 2.0875rem;
}

.faq__inner {
	padding: 0 1.39375rem;
}

.faq__list {
	margin-top: 1.25rem;
}

.faq__item {
	background-color: #fff;
	padding: 0.8125rem 0.875rem;
}

.faq__item + .faq__item {
	margin-top: 1.3125rem;
}

.faq__question {
	border-bottom: solid 0.5px #CECECE;
	display: flex;
	gap: 0.5625rem;
	padding-bottom: 0.625rem;
}

.faq__answer {
	display: flex;
	gap: 0.5625rem;
	margin-top: 0.625rem;
}

.faq__question-en,
.faq__answer-en {
	height: 1.425rem;
	width: 1.425rem;
}

.faq__question-jp {
	color: #464F55;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.5;
	padding-top: 0.1875rem;
}

.faq__answer-jp {
	color: #6E6359;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.7692307692;
	padding-top: 0.1875rem;
}

.features-button__text {
	align-items: center;
	background-color: #AA9A8C;
	border-radius: 3rem;
	box-shadow: 0 0.235625rem 0.235625rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 0.98125rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.2292993631;
	overflow: hidden;
	padding: 0.625rem 0rem;
	perspective: 50rem;
	position: relative;
	transition: background-color 0.4s ease;
	width: 100%;
	will-change: transform, opacity;
}

.features-button__text:hover {
	background-color: #9f8d7d;
	cursor: pointer;
}

.features-button__text:hover::before {
	left: 0;
}

.features-button__text:hover::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0) scale(1.1);
}

.features-button__text span {
	display: inline-block;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.6s ease;
	z-index: 1;
}

.features-button__text::before {
	background: rgba(255, 255, 255, 0.08);
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: left 0.5s ease;
	width: 100%;
	z-index: 0;
}

.features-button__text::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/arrow-brown.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.875rem;
	opacity: 0;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%) translateX(0.625rem);
	transition: transform 0.4s ease, opacity 0.4s ease;
	width: 1.875rem;
	z-index: 1;
}

.features-button__text--black {
	background-color: #464F55;
}

.features-button__text--black:hover {
	background-color: #3a4247;
}

.features-button__text--black::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/arrow-black.svg");
}

.features-case {
	background-image: url("wp-content/themes/swell_child/asset/imgfeatures-case-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.5rem 0;
}

.features-case__inner {
	padding: 0 1.40625rem;
}

.features-case__img {
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	margin-top: 1.375rem;
}

.features-case__img img {
	-o-object-fit: cover;
	aspect-ratio: 301/181;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.features-case__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.3125rem;
	margin-top: 0.625rem;
}

.features-case__item {
	margin: 0;
	max-width: calc(33.3333% - 0.375rem);
	width: 100%;
}

.features-case__item img {
	-o-object-fit: cover;
	aspect-ratio: 97/61;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.features-case__scroll-hint {
	color: #878787;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.75rem;
	text-align: center;
}

.features-case__buttons {
	margin-top: 1.875rem;
}

.features-case__button + .features-case__button {
	margin-top: 0.625rem;
}

.features-case__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.features-case__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.features-company {
	padding-bottom: 2.5rem;
	padding-top: 1.875rem;
}

.features-company__inner {
	padding: 0 1.40625rem;
}

.features-company__subtitle {
	border-bottom: solid 0.5px #E1E1E1;
	color: #92877C;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.5rem;
	width: 13.875rem;
}

.features-company__name {
	display: flex;
	flex-direction: column;
	margin-top: 0.69375rem;
}

.features-company_en {
	color: #464F55;
	font-family: "Rosarivo", cursive;
	font-size: 1.66875rem;
	font-weight: 300;
	line-height: 1.4232209738;
}

.features-company_en--iekoto {
	font-family: "YuMincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho", serif;
}

.features-company__jp {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.65;
}

.features-company__img {
	margin: 0.69375rem auto 0;
	width: 97.03%;
}

.features-company__img img {
	-o-object-fit: cover;
	aspect-ratio: 294/196;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.features-company__content {
	margin-top: 2.5rem;
}

.features-company__feature {
	border-bottom: solid 0.5px #E1E1E1;
	color: #464F55;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	line-height: 1.65;
	margin-left: auto;
	margin-right: auto;
	width: 13.875rem;
}

.features-company__wrap {
	margin-top: 1.39375rem;
}

.features-company__box {
	border-bottom: solid 0.5px #E1E1E1;
	padding-bottom: 0.69375rem;
}

.features-company__box + .features-company__box {
	margin-top: 1.04375rem;
}

.features-company__explanation {
	color: #878787;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.65;
}

.features-company__text {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3846153846;
	margin-top: 0.69375rem;
}

.features-company__buttons {
	margin-top: 1.875rem;
}

.features-company__button + .features-company__button {
	margin-top: 0.625rem;
}

.features-company__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.5;
	margin-top: 0.29375rem;
}

.features-company__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.features-info__container {
	background-color: #AA9A8C;
	padding: 2.5rem 0;
}

.features-info__inner {
	padding: 0 1.375rem;
}

.features-info__content {
	margin: 1.1875rem auto 0;
	max-width: 15rem;
}

.features-info__map {
	aspect-ratio: 222/140;
	margin-left: auto;
	margin-right: auto;
	width: 92.5%;
}

.features-info__map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.features-info__wrapper {
	margin-top: 1.1875rem;
}

.features-info__dl {
	color: #fff;
	display: flex;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
}

.features-info__dl dt {
	width: 30%;
}

.features-info__dl dd {
	width: 99%;
}

.features-info__dl + .features-info__dl {
	margin-top: 0.69375rem;
}

.features-info__buttons {
	margin-left: 1.375rem;
	margin-right: 1.375rem;
	margin-top: 1.875rem;
	padding-bottom: 1.875rem;
}

.features-info__button + .features-info__button {
	margin-top: 0.625rem;
}

.features-section-subtitle__text {
	border-bottom: solid 0.5px #464F55;
	color: #464F55;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	line-height: 1.65;
	margin-left: auto;
	margin-right: auto;
	width: 13.875rem;
}

.features-section-subtitle__text--white {
	border-bottom: solid 0.5px #fff;
	color: #fff;
}

.features-voice {
	padding: 2.5rem 0;
}

.features-voice__inner {
	padding: 0 1.375rem;
}

.features-voice__list {
	margin-top: 1.875rem;
}

.features-voice__item {
	background-color: #F7F7F7;
	border-radius: 0.1rem;
	display: flex;
	gap: 0.90625rem;
	padding: 1rem 0.625rem;
}

.features-voice__item + .features-voice__item {
	margin-top: 1.25rem;
}

.features-voice__human {
	width: 18.8%;
}

.features-voice__human img {
	-o-object-fit: cover;
	aspect-ratio: 53/60;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.features-voice__sentence {
	width: 75.6%;
}

.features-voice__text {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.6153846154;
	text-align: left;
}

.features-voice__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: 500;
	justify-content: flex-start;
	line-height: 1.23;
	margin-top: 0.625rem;
}

.features-voice__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.features-voice__buttons {
	margin-top: 1.875rem;
}

.features-voice__button + .features-voice__button {
	margin-top: 0.625rem;
}

.features {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	text-align: center;
}

.features__inner {
	padding: 0 1.34375rem;
}

.features__item + .features__item {
	margin-top: 2.5rem;
}

.vertical-line {
	background-color: #616161;
	height: 4.875rem;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	width: 0.0625rem;
}

.vertical-line::before {
	animation: verticalLineFlow 2s linear infinite;
	background: linear-gradient(to bottom, transparent 0%, #ffffff 20%, #b0f3f1 50%, #a1c4fd 80%, transparent 100%);
	content: "";
	height: 200%;
	left: 0;
	position: absolute;
	top: -100%;
	width: 100%;
}

.features__title {
	display: flex;
	flex-direction: column;
}

.features__title-en {
	font-family: "Rosarivo", cursive;
	font-size: 0.83125rem;
	font-weight: 300;
	line-height: 1.4285714286;
	margin-top: 0.7125rem;
	text-transform: capitalize;
}

.features__title-box {
	display: flex;
	flex-direction: column;
	margin-top: 0.6875rem;
	text-align: center;
}

.features__title-jp {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3875rem;
	font-weight: 600;
	gap: 0 0.25rem;
	justify-content: center;
	letter-spacing: -0.05em;
	line-height: 1.4864864865;
}

.features__char {
	display: inline-block;
	opacity: 0;
	transform: translateY(1.25rem);
}

.js-animation-target.is-visible .features__char {
	animation: fadeUpChar 0.6s ease-out forwards;
}

.js-animation-target.is-visible .features__char:nth-of-type(1) {
	animation-delay: 0.05s;
}

.js-animation-target.is-visible .features__char:nth-of-type(2) {
	animation-delay: 0.1s;
}

.js-animation-target.is-visible .features__char:nth-of-type(3) {
	animation-delay: 0.15s;
}

.js-animation-target.is-visible .features__char:nth-of-type(4) {
	animation-delay: 0.2s;
}

.js-animation-target.is-visible .features__char:nth-of-type(5) {
	animation-delay: 0.25s;
}

.js-animation-target.is-visible .features__char:nth-of-type(6) {
	animation-delay: 0.3s;
}

.js-animation-target.is-visible .features__char:nth-of-type(7) {
	animation-delay: 0.35s;
}

.js-animation-target.is-visible .features__char:nth-of-type(8) {
	animation-delay: 0.4s;
}

.js-animation-target.is-visible .features__char:nth-of-type(9) {
	animation-delay: 0.45s;
}

.js-animation-target.is-visible .features__char:nth-of-type(10) {
	animation-delay: 0.5s;
}

.js-animation-target.is-visible .features__char:nth-of-type(11) {
	animation-delay: 0.55s;
}

.js-animation-target.is-visible .features__char:nth-of-type(12) {
	animation-delay: 0.6s;
}

.js-animation-target.is-visible .features__char:nth-of-type(13) {
	animation-delay: 0.65s;
}

.js-animation-target.is-visible .features__char:nth-of-type(14) {
	animation-delay: 0.7s;
}

.js-animation-target.is-visible .features__char:nth-of-type(15) {
	animation-delay: 0.75s;
}

.js-animation-target.is-visible .features__char:nth-of-type(16) {
	animation-delay: 0.8s;
}

.js-animation-target.is-visible .features__char:nth-of-type(17) {
	animation-delay: 0.85s;
}

.js-animation-target.is-visible .features__char:nth-of-type(18) {
	animation-delay: 0.9s;
}

.js-animation-target.is-visible .features__char:nth-of-type(19) {
	animation-delay: 0.95s;
}

.js-animation-target.is-visible .features__char:nth-of-type(20) {
	animation-delay: 1s;
}

.js-animation-target.is-visible .features__char:nth-of-type(21) {
	animation-delay: 1.05s;
}

.js-animation-target.is-visible .features__char:nth-of-type(22) {
	animation-delay: 1.1s;
}

.js-animation-target.is-visible .features__char:nth-of-type(23) {
	animation-delay: 1.15s;
}

.js-animation-target.is-visible .features__char:nth-of-type(24) {
	animation-delay: 1.2s;
}

.js-animation-target.is-visible .features__char:nth-of-type(25) {
	animation-delay: 1.25s;
}

.js-animation-target.is-visible .features__char:nth-of-type(26) {
	animation-delay: 1.3s;
}

.js-animation-target.is-visible .features__char:nth-of-type(27) {
	animation-delay: 1.35s;
}

.js-animation-target.is-visible .features__char:nth-of-type(28) {
	animation-delay: 1.4s;
}

.js-animation-target.is-visible .features__char:nth-of-type(29) {
	animation-delay: 1.45s;
}

.js-animation-target.is-visible .features__char:nth-of-type(30) {
	animation-delay: 1.5s;
}

.js-animation-target.is-visible .features__char:nth-of-type(31) {
	animation-delay: 1.55s;
}

.js-animation-target.is-visible .features__char:nth-of-type(32) {
	animation-delay: 1.6s;
}

.js-animation-target.is-visible .features__char:nth-of-type(33) {
	animation-delay: 1.65s;
}

.js-animation-target.is-visible .features__char:nth-of-type(34) {
	animation-delay: 1.7s;
}

.js-animation-target.is-visible .features__char:nth-of-type(35) {
	animation-delay: 1.75s;
}

.js-animation-target.is-visible .features__char:nth-of-type(36) {
	animation-delay: 1.8s;
}

.js-animation-target.is-visible .features__char:nth-of-type(37) {
	animation-delay: 1.85s;
}

.js-animation-target.is-visible .features__char:nth-of-type(38) {
	animation-delay: 1.9s;
}

.js-animation-target.is-visible .features__char:nth-of-type(39) {
	animation-delay: 1.95s;
}

.js-animation-target.is-visible .features__char:nth-of-type(40) {
	animation-delay: 2s;
}

.js-animation-target.is-visible .features__char:nth-of-type(41) {
	animation-delay: 2.05s;
}

.js-animation-target.is-visible .features__char:nth-of-type(42) {
	animation-delay: 2.1s;
}

.js-animation-target.is-visible .features__char:nth-of-type(43) {
	animation-delay: 2.15s;
}

.js-animation-target.is-visible .features__char:nth-of-type(44) {
	animation-delay: 2.2s;
}

.js-animation-target.is-visible .features__char:nth-of-type(45) {
	animation-delay: 2.25s;
}

.js-animation-target.is-visible .features__char:nth-of-type(46) {
	animation-delay: 2.3s;
}

.js-animation-target.is-visible .features__char:nth-of-type(47) {
	animation-delay: 2.35s;
}

.js-animation-target.is-visible .features__char:nth-of-type(48) {
	animation-delay: 2.4s;
}

.js-animation-target.is-visible .features__char:nth-of-type(49) {
	animation-delay: 2.45s;
}

.js-animation-target.is-visible .features__char:nth-of-type(50) {
	animation-delay: 2.5s;
}

.features__list {
	margin-top: 2.5rem;
}

.features__item {
	background-color: #fff;
	border-radius: 0.06875rem;
	box-shadow: 0 0rem 1.5625rem rgba(0, 0, 0, 0.25);
}

.fv {
	margin: 0rem auto 0;
	max-width: 43.75rem;
	width: 100%;
}

.fv__img img {
	display: block;
	height: auto;
	width: 100%;
}

.fv__box {
	margin-left: 1.4375rem;
	margin-top: -6.25rem;
}

.fv__catch-text {
	color: #434343;
	font-size: 2.9rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2715517241;
	text-shadow: 0px 1px 4px rgba(241, 232, 223, 0.9);
}

.fv__catch-text span {
	font-size: 2.625rem;
}

.fv__subtitle {
	color: #434343;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.fv__line {
	background-color: #AA9A8C;
	height: 2.5625rem;
	margin: 0.5rem auto 0;
	overflow: hidden;
	position: relative;
	width: 0.0625rem;
	z-index: 100;
}

.fv__line::before {
	animation: fvLineFlow 2s linear infinite;
	background: linear-gradient(to bottom, transparent 0%, #ffffff 20%, #b0f3f1 50%, #a1c4fd 80%, transparent 100%);
	content: "";
	height: 200%;
	left: 0;
	position: absolute;
	top: -100%;
	width: 100%;
}

.fv__buttons {
	margin-left: 1.4375rem;
	margin-right: 1.4375rem;
	margin-top: 0.625rem;
	text-align: center;
}

.fv__button-text {
	align-items: center;
	background-color: #444F52;
	border-radius: 3.8125rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.4;
	overflow: hidden;
	padding: 1.1875rem 0;
	perspective: 50rem;
	position: relative;
	transition: background-color 0.4s ease;
	width: 100%;
	will-change: transform, opacity;
}

.fv__button-text span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.fv__button-text::before {
	background: rgba(255, 255, 255, 0.08);
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: left 0.5s ease;
	width: 100%;
	z-index: 0;
}

.fv__button-text::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/arrow-black.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.25rem;
	opacity: 0;
	position: absolute;
	right: 1.5625rem;
	top: 50%;
	transform: translateY(-50%) translateX(0.625rem);
	transition: transform 0.4s ease, opacity 0.4s ease;
	width: 3.25rem;
	z-index: 1;
}

.fv__button-text:hover {
	background-color: #2e3537;
	cursor: pointer;
}

.fv__button-text:hover::before {
	left: 0;
}

.fv__button-text:hover::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0) scale(1.1);
}

.header__hamburger {
	background-color: #444F52;
	border-radius: 0.125rem;
	display: inline-block;
	padding: 1.125rem 0.75rem 1.125rem 0.75rem;
	text-align: right;
	transition: background-color 0.3s ease;
	z-index: 9999;
}

.header__hamburger.is-open {
	background: none;
	background-color: #F2ECE1;
	border-radius: 0.125rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	height: 3.1875rem;
	margin: 0;
	padding-right: 1.25rem;
	position: fixed;
	right: 1.0625rem;
	top: 2.625rem;
	width: 3.1875rem;
	z-index: 9999;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 0.125rem;
	position: relative;
	text-align: right;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.header__hamburger.is-open span {
	background-color: #fff;
	height: 0.125rem;
}

.header__hamburger span:nth-child(1) {
	top: 0;
	width: 1.9375rem;
}

.header__hamburger span:nth-child(2) {
	margin: 0.375rem 0;
	width: 1.9375rem;
}

.header__hamburger span:nth-child(3) {
	top: 0;
	width: 1.9375rem;
}

.header__hamburger.is-open span:nth-child(1) {
	left: 0.21875rem;
	top: 0.5rem;
	transform: rotate(42deg);
	width: 1.21875rem;
}

.header__hamburger.is-open span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%);
	width: 1.21875rem;
}

.header__hamburger.is-open span:nth-child(3) {
	left: 0.21875rem;
	top: -0.5rem;
	transform: rotate(-42deg);
	width: 1.21875rem;
}

body.is-fixed {
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.headerNav {
	background-color: transparent;
	opacity: 0;
	position: fixed;
	top: 0;
	transform: translateY(-20px);
	transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

.headerNav.visible {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.headerNav.scrolled {
	height: 4.125rem;
	transition: height 0.3s ease;
}

.headerNav__inner {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 3.75rem;
	transition: background-color 0.3s ease;
}

.header {
	background-color: #F2ECE1;
	position: sticky;
	top: 0;
	transition: background-color 0.3s ease;
	width: 100%;
	z-index: 999;
}

.header.is-fixed-shadow {
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
}

.header__container {
	align-items: center;
	background-color: #F2ECE1;
	display: flex;
	height: inherit;
	height: 3.375rem;
	justify-content: flex-end;
	padding-left: 0.625rem;
	position: relative;
	transition: background-color 0.3s ease;
}

.header__inner.is-scrolled {
	background-color: #fff;
}

.header__logo {
	height: 2.5rem;
	position: relative;
	width: 15.9375rem;
	z-index: 8000;
}

.hint {
	margin-top: 1rem;
	position: relative;
	z-index: 100;
}

.hint__inner {
	padding: 0 1.39375rem;
}

.hint__block {
	align-items: center;
	display: flex;
	font-family: "Rosarivo", cursive;
	gap: 0.625rem;
	justify-content: space-between;
}

.hint__block-label {
	font-size: 0.69375rem;
	font-weight: 300;
	line-height: 1.3513513514;
	white-space: nowrap;
}

.hint__block-line {
	background-color: #434343;
	flex-grow: 1;
	height: 1px;
	left: 0.5rem;
	position: relative;
}

.hint__block-number {
	font-size: 1.3875rem;
	font-weight: 300;
	line-height: 1.3963963964;
	white-space: nowrap;
}

.hint__list {
	margin-top: 1.06875rem;
}

.hint__item + .hint__item {
	margin-top: 1.4375rem;
}

.hint__subtitle {
	color: #444F52;
	font-size: 1.1125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5168539326;
	margin-top: 1.4rem;
}

.hint__sentence {
	margin-top: 1rem;
}

.hint__text {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
}

.hint__img {
	margin-top: 1rem;
}

.hint__img img {
	-o-object-fit: cover;
	aspect-ratio: 345/182;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.hint__buttons {
	margin-top: 2.5rem;
	text-align: center;
}

.hint__button-text {
	align-items: center;
	background-color: #444F52;
	border-radius: 5.0625rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.85625rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: -0.05em;
	line-height: 1.4006734007;
	overflow: hidden;
	padding: 1.8125rem 0;
	perspective: 50rem;
	position: relative;
	transition: background-color 0.4s ease;
	width: 32rem;
	will-change: transform, opacity;
}

.hint__button-text span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.hint__button-text::before {
	background: rgba(255, 255, 255, 0.08);
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: left 0.5s ease;
	width: 100%;
	z-index: 0;
}

.hint__button-text::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/arrow-black.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.25rem;
	opacity: 0;
	position: absolute;
	right: 1.5625rem;
	top: 50%;
	transform: translateY(-50%) translateX(0.625rem);
	transition: transform 0.4s ease, opacity 0.4s ease;
	width: 3.25rem;
	z-index: 1;
}

.hint__button-text:hover {
	background-color: #2e3537;
	cursor: pointer;
}

.hint__button-text:hover::before {
	left: 0;
}

.hint__button-text:hover::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0) scale(1.1);
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.lineup {
	background-color: #E7E2D8;
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-top: 2.0875rem;
	text-align: center;
}

.lineup__inner {
	padding: 0 1.39375rem;
}

.lineup__title {
	text-align: left;
}

.lineup__card {
	background-color: #fff;
	padding: 1.875rem 0;
}

.lineup__logo {
	height: 2.1125rem;
	margin-left: auto;
	margin-right: auto;
	width: 11.5rem;
}

.lineup__logo--sumitomo {
	height: 2.0625rem;
	margin-left: auto;
	margin-right: auto;
	width: 6.6875rem;
}

.line__img {
	margin-top: 0.90625rem;
	overflow: hidden;
}

.line__img img {
	-o-object-fit: cover;
	aspect-ratio: 319/181;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
	width: 100%;
}

.line__img:hover img {
	transform: scale(1.05);
}

.lineup__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.375rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.5;
	margin-top: 0.90625rem;
}

.lineup__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.lineup__name {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 0.875rem;
	min-height: 4.125rem;
}

.lineup__name-top {
	font-size: 1.5625rem;
	font-weight: 600;
	line-height: 1.65;
}

.lineup__name-top--sumitomo {
	font-size: 1.8125rem;
}

.lineup__name-bottom {
	font-size: 1.06875rem;
	font-weight: 600;
	line-height: 1.65;
}

.lineup__feature {
	border-bottom: solid 1px #E1E1E1;
	color: #92877C;
	font-size: 0.925rem;
	font-weight: 600;
	line-height: 1.4864864865;
	margin: 0.90625rem auto 0;
	padding-bottom: 0.625rem;
	width: 15.125rem;
}

.lineup__text {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0.90625rem;
}

.lineup__buttons {
	margin-top: 0.90625rem;
}

.lineup__button + .lineup__button {
	margin-top: 0.375rem;
}

.lineup__button-text {
	align-items: center;
	background-color: #AA9A8C;
	border-radius: 2.5rem;
	box-shadow: 0 0.235625rem 0.235625rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 0.83125rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.2330827068;
	overflow: hidden;
	padding: 0.53125rem 0rem;
	perspective: 50rem;
	position: relative;
	transition: background-color 0.4s ease;
	width: 75%;
	will-change: transform, opacity;
}

.lineup__button-text:hover {
	background-color: #9f8d7d;
	cursor: pointer;
}

.lineup__button-text:hover::before {
	left: 0;
}

.lineup__button-text:hover::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0) scale(1.1);
}

.lineup__button-text span {
	display: inline-block;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.6s ease;
	z-index: 1;
}

.lineup__button-text::before {
	background: rgba(255, 255, 255, 0.08);
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: left 0.5s ease;
	width: 100%;
	z-index: 0;
}

.lineup__button-text::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/arrow-brown.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.625rem;
	opacity: 0;
	position: absolute;
	right: 0.78125rem;
	top: 50%;
	transform: translateY(-50%) translateX(0.625rem);
	transition: transform 0.4s ease, opacity 0.4s ease;
	width: 1.625rem;
	z-index: 1;
}

.lineup__button-text--black {
	background-color: #464F55;
}

.lineup__button-text--black:hover {
	background-color: #3a4247;
}

.lineup__button-text--black::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/arrow-black.svg");
}

.list {
	padding-top: 1.875rem;
}

.list__item {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.9375rem;
	overflow: hidden;
	position: relative;
}

.list__item:hover .list__text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: linear-gradient(120deg, #ffffff, #b0f3f1, #a1c4fd);
	color: transparent;
	transform: rotateX(360deg);
}

.list__item:hover .list__border {
	opacity: 1;
	transform: scaleX(1.2);
}

.list__item + .list__item {
	margin-top: 0.5rem;
}

.list__border {
	height: 0.625rem;
	opacity: 0.8;
	transform-origin: left center;
	transition: transform 0.4s ease, opacity 0.4s ease;
	width: 3.375rem;
}

.list__text {
	backface-visibility: hidden;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	perspective: 50rem;
	transform-origin: center;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s ease, background 0.4s ease;
}

.list__text.is-active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: linear-gradient(120deg, #ffffff, #b0f3f1, #a1c4fd);
	font-weight: 600;
	transition: background 0.4s ease, -webkit-text-fill-color 0.4s ease;
}

.lists {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.lists__inner {
	padding: 0 1.39375rem;
}

.lists__list {
	margin-top: 1.3125rem;
}

.lists__item {
	display: flex;
}

.lists__item + .lists__item {
	margin-top: 0.7rem;
}

.lists__sentence {
	background-color: #fff;
	padding: 0.8rem 0.7125rem;
	width: 63.47%;
}

.lists__name {
	border-bottom: solid 0.5px #CECECE;
	color: #464F55;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1.5;
	padding-bottom: 0.4875rem;
	white-space: nowrap;
}

.lists__address,
.lists__number {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.5;
	margin-top: 0.4875rem;
}

.lists__map {
	aspect-ratio: 125/145;
	overflow: hidden;
	position: relative;
	width: 36.53%;
}

.lists__map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.lists__buttons {
	margin-top: 0.4875rem;
}

.lists__bottom-buttons {
	margin-top: 2.25rem;
	text-align: center;
}

.lists__button-text {
	align-items: center;
	background-color: #444F52;
	border-radius: 1.15625rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.5125rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: -0.05em;
	line-height: 1;
	overflow: hidden;
	padding: 0.5625rem 1.425rem 0.5625rem 0.8rem;
	perspective: 50rem;
	position: relative;
	transition: background-color 0.4s ease;
	white-space: nowrap;
	width: 6.1875rem;
	will-change: transform, opacity;
}

.lists__button-text span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.lists__button-text::before {
	background: rgba(255, 255, 255, 0.08);
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: left 0.5s ease;
	width: 100%;
	z-index: 0;
}

.lists__button-text::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/arrow-black.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.75rem;
	opacity: 1;
	position: absolute;
	right: 0.3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
	z-index: 1;
}

/* ----------------------------------------------------
   全体のスクロールを禁止し、右側だけに委譲する
---------------------------------------------------- */

/* html,
body {
  height: 100%;
  overflow: hidden;
} */

/* ----------------------------------------------------
   メイン背景は固定、スクロールは禁止
---------------------------------------------------- */

.main {
	height: 100vh;
	overflow: hidden;
}

/* ----------------------------------------------------
   全体の枠組み
---------------------------------------------------- */

.main__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.main__container {
	height: 100%;
}

/* ----------------------------------------------------
   左側（固定）
---------------------------------------------------- */

.main__left {
	flex-shrink: 0;
	height: 100vh;
	overflow: hidden;
	position: sticky;
	width: 39.38%;
}

.main__left-content {
	margin-top: 2.5rem;
}

/* ----------------------------------------------------
   右側（スクロール）
---------------------------------------------------- */

.main__right {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	background-color: #F2ECE1;
	box-shadow: 0 0 28.52px rgba(0, 0, 0, 0.4);
	height: calc(100vh - 0rem);
	overflow-y: scroll;
	scrollbar-width: none;
	touch-action: pan-y;
}

.main__right::-webkit-scrollbar {
	display: none;
}

/* ----------------------------------------------------
   ボタンなどの装飾
---------------------------------------------------- */

.images {
	background-color: rgba(0, 0, 0, 0.18);
	padding: 1rem 1.875rem 1rem;
}

.images__frame {
	display: block;
	overflow: hidden;
}

.images__frame:hover img {
	filter: grayscale(0%) brightness(1.1) contrast(1.05);
	transform: scale(1.06);
}

.images__frame img {
	-o-object-fit: cover;
	aspect-ratio: 374/143;
	filter: grayscale(100%) brightness(0.95);
	height: auto;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	width: 100%;
}

.images__text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 2;
	margin-top: 0.875rem;
	text-align: center;
}

.main__buttons {
	margin-top: 1.875rem;
}

.main__button-text span {
	font-size: 2.25rem;
	letter-spacing: 0.04em;
	position: relative;
	top: -0.3125rem;
	transition: transform 0.4s ease;
}

.main__button-text:hover .main__button-text span {
	transform: scale(1.05);
}

.main__button-text::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/arrow-black.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.25rem;
	opacity: 0;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%) translateX(-0.5rem);
	transition: transform 0.5s ease, opacity 0.5s ease;
	width: 3.25rem;
}

.fv-catch-animate {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease, transform 1s ease;
}

.fv-catch-animate.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.pc-nav__content {
	align-items: center;
	display: flex;
	gap: 1.375rem;
	position: relative;
	z-index: 1000;
}

.pc-nav__list {
	display: flex;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	padding: 0 min(2.45vw, 1.875rem);
}

.pc-nav__ja {
	-webkit-text-decoration: none;
	color: #0066CC;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.pc-nav__ja::after {
	background-color: #434343;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.pc-nav__item:hover .pc-nav__ja::after {
	width: 100%;
}

.recommend-swiper {
	margin-top: 1.25rem;
}

.recommend-swiper__inner {
	padding-right: 0;
	position: relative;
	transition: padding 0.3s ease;
}

.recommend-swiper__button-prev,
.recommend-swiper__button-next {
	border-radius: 50%;
	bottom: 50%;
	cursor: pointer;
	height: 1.875rem;
	position: absolute;
	transform: translateY(-50%);
	width: 1.875rem;
	z-index: 10;
}

.recommend-swiper__button-prev {
	left: -0.875rem;
}

.recommend-swiper__button-next {
	right: -0.875rem;
}

.recommend-swiper__button-prev::after,
.recommend-swiper__button-next::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.recommend-swiper__button-prev::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/arrow-black-left.svg");
}

.recommend-swiper__button-next::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/arrow-black.svg");
}

.recommend-swiper__pagination {
	display: none;
}

.section-title {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.section-title__box {
	display: flex;
	flex-direction: column;
	margin-top: 0.6875rem;
}

.section-title__jp {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3875rem;
	font-weight: 600;
	gap: 0 0.25rem;
	letter-spacing: -0.05em;
	line-height: 1.4410480349;
}

.section-title__char {
	display: inline-block;
	opacity: 0;
	transform: translateY(1.25rem);
}

.js-animation-target.is-visible .section-title__char {
	animation: fadeUpChar 0.6s ease-out forwards;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(1) {
	animation-delay: 0.05s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(2) {
	animation-delay: 0.1s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(3) {
	animation-delay: 0.15s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(4) {
	animation-delay: 0.2s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(5) {
	animation-delay: 0.25s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(6) {
	animation-delay: 0.3s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(7) {
	animation-delay: 0.35s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(8) {
	animation-delay: 0.4s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(9) {
	animation-delay: 0.45s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(10) {
	animation-delay: 0.5s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(11) {
	animation-delay: 0.55s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(12) {
	animation-delay: 0.6s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(13) {
	animation-delay: 0.65s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(14) {
	animation-delay: 0.7s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(15) {
	animation-delay: 0.75s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(16) {
	animation-delay: 0.8s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(17) {
	animation-delay: 0.85s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(18) {
	animation-delay: 0.9s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(19) {
	animation-delay: 0.95s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(20) {
	animation-delay: 1s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(21) {
	animation-delay: 1.05s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(22) {
	animation-delay: 1.1s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(23) {
	animation-delay: 1.15s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(24) {
	animation-delay: 1.2s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(25) {
	animation-delay: 1.25s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(26) {
	animation-delay: 1.3s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(27) {
	animation-delay: 1.35s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(28) {
	animation-delay: 1.4s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(29) {
	animation-delay: 1.45s;
}

.js-animation-target.is-visible .section-title__char:nth-of-type(30) {
	animation-delay: 1.5s;
}

.section-title__en {
	font-family: "Rosarivo", cursive;
	font-size: 0.83125rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.4285714286;
	text-transform: capitalize;
}

.header__sp-nav {
	padding-top: 6.25rem;
}

.header__sp-nav.is-scrolled {
	padding-top: 5rem;
}

.overlay {
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 8887;
}

.overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.sp-nav {
	background-color: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0rem;
	transform: translateX(100%);
	transition: ease 0.3s;
	width: 68.1%;
	z-index: 8888;
}

.sp-nav.is-open {
	transform: translateX(0);
}

.sp-nav__list {
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	padding: 1.25rem 1.375rem 2.5rem;
	width: 100%;
}

.sp-nav__item + .sp-nav__item {
	margin-top: 1.25rem;
}

.sp-nav__item {
	border-bottom: solid 1px #e7e7e7;
	padding-bottom: 1.25rem;
}

.sp-nav__link {
	align-items: center;
	display: flex;
}

.sp-nav__dot {
	color: #fff;
	font-size: 1.75rem;
}

.sp-nav__ja {
	color: #343434;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375;
}

.top {
	background-color: #485053;
	color: #fff;
	padding: 0.1875rem 0rem 0.1875rem 1.5625rem;
}

.top__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.header__hamburger,
.sp-nav,
.overlay {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.faq {
	padding-bottom: 4.5rem;
	padding-top: 3.75rem;
}

.faq__inner {
	padding: 0 2.5rem;
}

.faq__list {
	margin-top: 2.25rem;
}

.faq__item {
	padding: 1.4375rem 1.5625rem;
}

.faq__item + .faq__item {
	margin-top: 2.3625rem;
}

.faq__question {
	border-bottom: solid 1px #CECECE;
	gap: 1.0625rem;
	padding-bottom: 1.125rem;
}

.faq__answer {
	gap: 1.0625rem;
	margin-top: 1.125rem;
}

.faq__question-en,
.faq__answer-en {
	height: 2.5625rem;
	width: 2.5625rem;
}

.faq__question-jp {
	font-size: 1.575rem;
	line-height: 1.5079365079;
	padding-top: 0.5625rem;
}

.faq__answer-jp {
	font-size: 1.4625rem;
	line-height: 1.7692307692;
	padding-top: 0.5625rem;
}

.features-button__text {
	border-radius: 4.1875rem;
	font-size: 1.03125rem;
	line-height: 1.1575757576;
	padding: 0.9625rem 0rem 0.9125rem;
	width: 16.625rem;
}

.features-button__text:hover span {
	transform: rotateX(360deg) translateX(-1.25rem);
}

.features-button__text::after {
	height: 2rem;
	right: 0.83125rem;
	width: 2rem;
}

.features-case {
	background-image: url("wp-content/themes/swell_child/asset/imgfeatures-case-bg.webp");
	padding: 3.75rem 0 3.125rem;
}

.features-case__inner {
	padding: 0 2.5rem;
}

.features-case__img {
	margin-top: 2.5rem;
}

.features-case__img img {
	aspect-ratio: 542/325;
}

.features-case__list {
	gap: 0.5625rem;
	margin-top: 1.25rem;
}

.features-case__item img {
	aspect-ratio: 174/110;
}

.features-case__buttons {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.features-case__button + .features-case__button {
	margin-top: 0rem;
}

.features-case__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.features-company {
	padding-bottom: 3.125rem;
	padding-top: 2.5625rem;
}

.features-company__inner {
	padding: 0 2.5rem;
}

.features-company__subtitle {
	font-size: 1.5rem;
	line-height: 1.5;
	width: 25rem;
}

.features-company__name {
	margin-top: 1.25rem;
}

.features-company_en {
	font-size: 3rem;
	line-height: 1.3958333333;
}

.features-company__jp {
	font-size: 1.75rem;
}

.features-company__img {
	margin: 1.3125rem auto 0;
	width: 97.795%;
}

.features-company__img img {
	aspect-ratio: 294/196;
}

.features-company__content {
	margin-top: 1.875rem;
}

.features-company__feature {
	border-bottom: solid 1px #E1E1E1;
	font-size: 1.75rem;
	padding-bottom: 0.3125rem;
}

.features-company__wrap {
	margin-top: 2.5rem;
}

.features-company__box {
	border-bottom: solid 1px #E1E1E1;
	padding-bottom: 1.25rem;
}

.features-company__box + .features-company__box {
	margin-top: 1.875rem;
}

.features-company__explanation {
	font-size: 1.5rem;
}

.features-company__text {
	font-size: 1.25rem;
	letter-spacing: -0.03em;
	line-height: 1.45;
	margin-top: 1.25rem;
}

.features-company__buttons {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.features-company__button + .features-company__button {
	margin-top: 0rem;
}

.features-company__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.features-info__container {
	padding: 3.75rem 0 2.5rem;
}

.features-info__inner {
	padding: 0 2.5rem;
}

.features-info__content {
	margin: 1.875rem auto 0;
	max-width: 25rem;
}

.features-info__map {
	aspect-ratio: 400/252;
	width: 100%;
}

.features-info__wrapper {
	margin: 1.875rem auto 0;
	max-width: 20.5rem;
}

.features-info__dl {
	font-size: 1rem;
	line-height: 1.5;
}

.features-info__dl dt {
	width: 30%;
}

.features-info__dl dd {
	width: 90%;
}

.features-info__dl + .features-info__dl {
	margin-top: 1.25rem;
}

.features-info__buttons {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	justify-content: center;
	margin-left: 0rem;
	margin-right: 0;
	margin-top: 1.25rem;
}

.features-info__button + .features-info__button {
	margin-top: 0rem;
}

.features-section-subtitle__text {
	border-bottom: solid 1px #464F55;
	font-size: 1.75rem;
	letter-spacing: 0.3em;
	padding-bottom: 0.3125rem;
	width: 25rem;
}

.features-section-subtitle__text--white {
	border-bottom: solid 1px #fff;
}

.features-voice {
	padding: 3.75rem 0 2.5rem;
}

.features-voice__inner {
	padding: 0 2.5rem;
}

.features-voice__item {
	align-items: center;
	gap: 1.08125rem;
	padding: 1.25rem 1.25rem 0 1.4375rem;
}

.features-voice__human {
	width: 19.2%;
}

.features-voice__human img {
	aspect-ratio: 96/108;
}

.features-voice__sentence {
	width: 77%;
}

.features-voice__text {
	font-size: 0.75rem;
	line-height: 1.6666666667;
}

.features-voice__source {
	justify-content: flex-end;
	line-height: 2.2;
}

.features-voice__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.features-voice__buttons {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.features-voice__button + .features-voice__button {
	margin-top: 0rem;
}

.features {
	padding-top: 0rem;
}

.features__inner {
	padding: 0 2.5rem;
}

.vertical-line {
	height: 8.75rem;
}

.features__title-en {
	font-size: 1.5rem;
	line-height: 1.4166666667;
	margin-top: 1.5rem;
}

.features__title-box {
	margin-top: 1.25rem;
}

.features__title-jp {
	font-size: 2.5rem;
	line-height: 1.5;
}

.features__list {
	margin-top: 3.125rem;
}

.features__item {
	border-radius: 0.125rem;
}

.fv {
	max-width: 62.5rem;
}

.fv__box {
	margin-left: 2.5rem;
	margin-top: -14.625rem;
}

.fv__catch-text {
	font-size: 4.3125rem;
	line-height: 1.2753623188;
}

.fv__catch-text span {
	font-size: 3.9rem;
}

.fv__subtitle {
	font-size: 1.8125rem;
	line-height: 1.8333333333;
}

.fv__line {
	height: 4.625rem;
	margin: 3.25rem auto 0;
}

.fv__buttons {
	margin-top: 1.25rem;
}

.fv__button-text {
	border-radius: 5.6875rem;
	font-size: 1.875rem;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5625rem 0 2rem;
	width: 32rem;
}

.fv__button-text::after {
	top: 47%;
}

.fv__button-text span {
	transform-style: preserve-3d;
	transition: transform 0.6s ease;
}

.fv__button-text:hover span {
	transform: rotateX(360deg) translateX(-1.875rem);
}

.header__hamburger {
	display: none;
}

.header__container {
	height: 3.9375rem;
	justify-content: center;
	padding-left: 0rem;
	padding-right: 0;
}

.header__inner.is-scrolled {
	background-color: transparent;
}

.header__logo {
	height: 1.5rem;
	width: 15rem;
}

.hint {
	margin-top: 1.875rem;
}

.hint__inner {
	padding: 0 2.5rem;
}

.hint__block {
	gap: 1.25rem;
}

.hint__block-label {
	font-size: 1.25rem;
	line-height: 1.4;
}

.hint__block-number {
	font-size: 2.5rem;
	line-height: 1.4;
}

.hint__list {
	margin-top: 1.875rem;
}

.hint__item + .hint__item {
	margin-top: 2.5rem;
}

.hint__subtitle {
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.hint__sentence {
	margin-top: 1.875rem;
	max-width: 34.75rem;
}

.hint__text {
	font-size: 1.25rem;
	line-height: 1.8;
}

.hint__img {
	margin-top: 1.875rem;
}

.hint__img img {
	aspect-ratio: 620/327;
}

.hint__button-text span {
	transform-style: preserve-3d;
	transition: transform 0.6s ease;
}

.hint__button-text:hover span {
	transform: rotateX(360deg) translateX(-1.25rem);
}

.inner {
	max-width: 1270px;
	padding-left: 25px;
	padding-right: 25px;
}

.lineup {
	padding-bottom: 3.4375rem;
	padding-top: 3.75rem;
}

.lineup__inner {
	padding: 0 2.5rem;
}

.lineup__card {
	padding: 2rem 0;
}

.lineup__logo {
	height: 3.5rem;
	width: 19rem;
}

.lineup__logo--sumitomo {
	height: 4.1875rem;
	width: 13.5rem;
}

.line__img {
	margin-top: 1.5rem;
}

.line__img img {
	aspect-ratio: 528/300;
}

.lineup__source {
	font-size: 0.625rem;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.lineup__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.lineup__name {
	margin-top: 1.5rem;
	min-height: 6.8125rem;
}

.lineup__name-top {
	font-size: 2.575rem;
}

.lineup__name-top--sumitomo {
	font-size: 3rem;
}

.lineup__name-bottom {
	font-size: 1.76875rem;
}

.lineup__feature {
	font-size: 1.525rem;
	line-height: 1.5163934426;
	margin: 1.5rem auto 0;
	padding-bottom: 1rem;
	width: 25rem;
}

.lineup__text {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.lineup__buttons {
	margin-top: 1.5rem;
}

.lineup__button + .lineup__button {
	margin-top: 0.625rem;
}

.lineup__button-text {
	border-radius: 4.1875rem;
	font-size: 1.375rem;
	line-height: 1.2272727273;
	padding: 0.875rem 0rem 0.875rem;
	width: 80%;
}

.lineup__button-text:hover span {
	transform: rotateX(360deg) translateX(-1.25rem);
}

.lineup__button-text::after {
	height: 2.6875rem;
	right: 1.25rem;
	width: 2.6875rem;
}

.lists {
	padding-top: 4.55rem;
}

.lists__inner {
	padding: 0 2.5rem;
}

.lists__list {
	margin-top: 2.3625rem;
}

.lists__item + .lists__item {
	margin-top: 2.3625rem;
}

.lists__sentence {
	padding: 1.4375rem 1.2875rem;
}

.lists__name {
	border-bottom: solid 1px #CECECE;
	font-size: 1.125rem;
	line-height: 1.48;
	padding-bottom: 0.875rem;
}

.lists__address,
.lists__number {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.lists__map {
	aspect-ratio: 225/261;
}

.lists__buttons {
	margin-top: 0.875rem;
}

.lists__button-text {
	border-radius: 2.10625rem;
	font-size: 0.9375rem;
	padding: 0.96875rem 0rem;
	width: 11.1875rem;
}

.lists__button-text::after {
	height: 1.35rem;
	right: 0.55rem;
	width: 1.35rem;
}

.lists__button-text::after {
	opacity: 0;
	transform: translateY(-50%) translateX(0.625rem);
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.lists__button-text:hover {
	background-color: #2e3537;
	cursor: pointer;
}

.lists__button-text:hover::before {
	left: 0;
}

.lists__button-text:hover::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0) scale(1.1);
}

.lists__button-text span {
	transform-style: preserve-3d;
	transition: transform 0.6s ease;
}

.lists__button-text:hover span {
	transform: rotateX(360deg) translateX(-0.375rem);
}

.main {
	padding-bottom: 2.9375rem;
}

.main__inner {
	max-width: 85.625rem;
	padding: 0 1.5625rem;
}

.main__container {
	display: flex;
	gap: 5.5rem;
	max-width: 81.25rem;
}

.main__right {
	width: 53.84%;
}

.main__button-text {
	align-items: center;
	background-color: #444F52;
	border-radius: 5.6875rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 1.625rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: -0.03em;
	line-height: 1.4;
	overflow: hidden;
	padding: 0.875rem 2.125rem;
	perspective: 50rem;
	position: relative;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), background 0.6s ease;
	width: 100%;
	will-change: transform;
}

.main__button-text:hover {
	background: linear-gradient(135deg, #444F52, #2F3739);
	box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.35);
	transform: translateY(-0.375rem) rotateX(4deg);
}

.main__button-text:hover::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0.625rem);
}

.fv-images {
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.fv-img {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1);
	transition: opacity 1.2s ease, transform 12s ease;
	width: 100%;
	will-change: opacity, transform;
}

.fv-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv-img.is-active {
	opacity: 1;
	transform: scale(1.1);
}

.recommend-swiper {
	margin-top: 1.875rem;
}

.recommend-swiper__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 33rem;
}

.recommend-swiper__button-prev,
.recommend-swiper__button-next {
	bottom: 40.5%;
	height: 3.1875rem;
	width: 3.1875rem;
}

.recommend-swiper__button-prev {
	left: -1.5rem;
}

.recommend-swiper__button-next {
	right: -1.5rem;
}

.section-title__box {
	margin-top: 1.25rem;
}

.section-title__jp {
	font-size: 2.5rem;
	line-height: 1.5;
}

.section-title__en {
	font-size: 1.5rem;
	line-height: 1.4166666667;
}

.overlay {
	display: none;
}

.sp-nav {
	display: none;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1360px) {

.lists__name {
	border-bottom: solid 1px #CECECE;
	font-size: 1.35rem;
	line-height: 1.4814814815;
	padding-bottom: 0.875rem;
}

.lists__address,
.lists__number {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.main__button-text {
	font-size: 1.85625rem;
	line-height: 1.4006734007;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes verticalLineFlow {

0% {
	top: -100%;
}

100% {
	top: 100%;
}

}

@keyframes fadeUpChar {

0% {
	opacity: 0;
	transform: translateY(1.25rem);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fvLineFlow {

0% {
	top: -100%;
}

100% {
	top: 100%;
}

}

@keyframes fadeUpChar {

0% {
	opacity: 0;
	transform: translateY(1.25rem);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}



  

/*# sourceMappingURL=style.css.map */



