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

body {
	color: #000;
	font-family: "hiragino-kaku-gothic-pron", sans-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 */

article > * + * {
	margin-top: 1em;
}

/* 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;
}

.top-catalog {
	margin-top: 2.5625rem;
}

.top-contact {
	margin-top: 2.5rem;
}

.top-faq {
	margin-top: 1.25rem;
}

.top-link {
	margin-top: 1.25rem;
}

.top-selection {
	margin-top: 2.5rem;
}

.accordion {
	text-align: left;
}

.accordion__item {
	border-radius: 0.625rem;
	box-shadow: 0px 0px 34px 0px rgba(214, 214, 214, 0.5);
	padding-bottom: 0.875rem;
}

.accordion__item + .accordion__item {
	margin-top: 1.25rem;
}

.accordion__header {
	align-items: center;
	background-color: white;
	border-bottom: solid 1px #DE537D;
	border-radius: 0.1875rem;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding: 0.875rem 0rem 0.3125rem;
	width: 90%;
}

.accordion__textBox {
	align-items: flex-start;
	display: flex;
	gap: 0 0.625rem;
}

.accordion__head {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: #DE537D;
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.125em;
	line-height: 1;
}

.accordion__question {
	color: #DE537D;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.45;
	max-width: 90%;
	text-align: left;
}

.accordion__question--white {
	white-space: nowrap;
}

.accordion__answer {
	color: black;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.125em;
	line-height: 1.5714285714;
	margin-left: auto;
	margin-right: auto;
	max-width: 97%;
	text-align: left;
}

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

.accordion__content {
	display: block;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	transition: max-height 0.9s ease, opacity 0.9s ease, padding 0.7s ease;
}

.accordion__item.active .accordion__content {
	max-height: 500px;
	opacity: 1;
	padding: 0.84375rem 1.25rem;
}

.accordion__item.active .accordion__content {
	display: block;
}

.accordion__icon,
.accordion__icon span {
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.4s;
}

.accordion__icon {
	align-items: center;
	background-color: white;
	display: flex;
	height: 0.6875rem;
	justify-content: center;
	max-width: 0.6875rem;
	position: relative;
	transition: background-color 0.4s, border-color 0.4s;
	width: 100%;
}

.accordion__icon span {
	background-color: #DE537D;
	height: 0.125rem;
	position: absolute;
	transition: background-color 0.4s, opacity 0.4s;
	width: 100%;
}

.accordion__icon span:nth-of-type(1) {
	transform: rotate(0deg);
}

.accordion__icon span:nth-of-type(2) {
	transform: rotate(90deg);
}

.accordion__item.active .accordion__icon span {
	background-color: #DE537D;
}

.accordion__item.active .accordion__icon span:nth-of-type(1) {
	opacity: 1;
}

.accordion__item.active .accordion__icon span:nth-of-type(2) {
	opacity: 0;
}

.accordion__buttons {
	margin-top: 1.25rem;
}

.accordion__button {
	background-color: #DE537D;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	padding: 0.9375rem 0;
	text-align: center;
	width: 17.5rem;
}

.case__swiper {
	position: relative;
}

.case__content img {
	-o-object-fit: cover;
	aspect-ratio: 1440/981;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.case-pc__sentence {
	margin: 1.25rem auto 0;
	max-width: 76.625rem;
	padding: 0 1.5625rem;
}

.case-pc__name {
	color: #B38A32;
	font-size: 2.0625rem;
	font-weight: 600;
	letter-spacing: 0.125em;
	line-height: 1.5;
}

.case-pc__text {
	color: #B38A32;
	font-size: 1.0625rem;
	font-weight: 300;
	letter-spacing: 0.125em;
	line-height: 1.5;
}

.case-pc__buttons {
	background-image: url("/wp-content/themes/swell_child/asset/img/case-button-bg.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 1.5rem;
	padding: 2.5rem 0 3.5625rem;
	text-align: center;
}

.case-pc__button {
	background: #fff;
	border: solid 1px #B38A32;
	border-radius: 2.5rem;
	color: #B38A32;
	font-family: "A-OTF A1 Mincho Std", serif;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
	padding: 0.75rem 0 0.625rem;
	position: relative;
	transition: 0.4s;
	width: 23.1875rem;
	z-index: 1;
}

.case-pc__button::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%; /* ボタンの高さに合わせる */
	left: -100%; /* 初期状態ではボタンの外に配置 */
	position: absolute;
	top: 0;
	transform: skewX(-45deg); /* 光を斜めにする */
	transform-origin: left; /* 斜めの基準点を左に固定 */
	transition: left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); /* スムーズなアニメーション */
	width: 100%; /* ボタンの幅に合わせる */
}

/* マウスオーバー時に光が左から右へ移動 */

.case-pc__button:hover::before {
	left: 100%; /* 光を右側へ移動 */
}

/* 前へ次への矢印カスタマイズ */

.swiper-button-prev,
.swiper-button-next {
	height: 5.3125rem;
	top: 79.5%;
	top: var(--swiper-navigation-top-offset, 79.5%);
	width: 5.3125rem;
}

.swiper-button-prev {
	left: auto; /* 左側の設定を無効化 */
	right: 11%;
	right: var(--swiper-navigation-sides-offset, 11%); /* 右側の位置を設定 */
}

.swiper-button-next {
	right: 40px;
	right: var(--swiper-navigation-sides-offset, 40px); /* 右側の位置を設定 */
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.5;
}

/* 前へ次への矢印カスタマイズ */

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.3125rem;
	margin: auto;
	width: 5.3125rem;
}

/* 前への矢印カスタマイズ */

.swiper-button-prev::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/swiper-left.webp);
}

/* 次への矢印カスタマイズ */

.swiper-button-next::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/swiper-right.webp);
}

/* 画像サイズ調整 */

.swiper-slide img {
	height: auto;
	width: 100%;
}

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

.case-sp__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.case-sp__item {
	display: flex;
	flex-direction: column;
	max-width: calc(50% - 0rem);
	position: relative;
	width: 100%;
}

.case-sp__item + .case-sp__item {
	margin-left: 0rem;
}

/* 枚数が増えたときのための処理 */

.case-sp__item:nth-child(2n+1) {
	margin-left: 0;
}

/* 枚数が増えたときのための処理 */

.case-sp__item:nth-child(n+3) {
	margin-top: 0.5rem;
}

.case-sp__img img {
	-o-object-fit: cover;
	aspect-ratio: 195/110;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.case-sp__text {
	font-size: 0.5rem;
	font-weight: 300;
	letter-spacing: 0.125em;
	margin-top: 0.25rem;
	text-align: center;
}

.case {
	margin-top: -1.875rem;
}

.case__box {
	align-items: center;
	display: flex;
	gap: 0 0.9375rem;
	justify-content: center;
}

.case__border {
	border-bottom: 1px solid #B38A32;
	width: 6.875rem;
}

.case__en {
	color: #B38A32;
	font-family: "Petit Formal Script", serif;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.5;
	text-transform: capitalize;
}

.case__title-en {
	margin-top: -0.875rem;
}

.case__title-en img {
	height: 4.4375rem;
	margin-left: auto;
	margin-right: auto;
	width: 19.1875rem;
}

.case__container {
	margin-top: 1.25rem;
}

.catalog__title-en {
	align-items: center; /* 左揃えにする */
	color: #DE537D;
	display: flex;
	flex-direction: column;
	font-family: "Petit Formal Script", serif;
	font-size: 1.25rem;
	font-weight: 300;
	justify-content: center;
	line-height: 1.3;
	text-align: center;
}

.catalog__title-img {
	height: 4rem;
	margin-left: auto;
	margin-right: auto;
	width: 20.875rem;
}

.catalog__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.8125rem;
}

.catalog__list {
	margin-top: 1.25rem;
}

.catalog__item {
	background-color: #EDEDED;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.catalog__item + .catalog__item {
	margin-top: 1.25rem;
}

.catalog__item a {
	display: block; /* 必要に応じて追加 */
	transition: transform 0.3s ease; /* スムーズなアニメーション */
}

.catalog__item a:hover {
	transform: translateY(-5px); /* 5px 上に移動 */
}

.catalog__head {
	align-items: center;
	background-color: #DE537D;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 300;
	justify-content: flex-start;
	letter-spacing: 0.125em;
	line-height: 1.5;
	min-height: 5.4375rem;
	padding: 1.25rem 1.875rem 1.1875rem 1.8125rem;
}

.catalog__wrapper {
	background-color: #EDEDED;
	color: #000;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 1.25rem 1.875rem 1.25rem 1.8125rem;
}

.catalog__sentence {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.catalog__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.125em;
	line-height: 1.7142857143;
}

.catalog__dl {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-top: 1.25rem;
}

.catalog__box dt {
	color: #DE537D;
	font-family: "A-OTF A1 Mincho Std", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	line-height: 1.5;
}

.catalog__box dd {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.14em;
	line-height: 1.7142857143;
}

.catalog__box + .catalog__box {
	margin-top: 1.25rem;
}

.catalog__buttons {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.catalog__button {
	background: #DE537D;
	border-radius: 7.5rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.125em;
	line-height: 1.5;
	overflow: hidden;
	padding: 0.75rem 0;
	position: relative;
	transition: 0.4s;
	width: 18.125rem;
	z-index: 1;
	text-align: center;
}

.catalog__button::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%;
	left: -100%; /* 初期状態ではボタンの外に配置 */
	position: absolute;
	top: 0;
	transform: skewX(-45deg); /* 光を斜めにする */
	transition: left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); /* スムーズなアニメーション */
	width: 100%;
}

/* マウスオーバー時に光が左から右へ移動 */

.catalog__button:hover::before {
	left: 100%; /* 光を右側へ移動 */
}

.hidden {
	display: none;
}

.second-check {
	margin-top: 0.5rem;
	text-align: center;
}

.check__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.check__container {
	background-color: #F8F8F8;
	border: solid 1px #E0E0E0;
	border-radius: 0.625rem;
	padding: 1.25rem 1.78125rem 2.5rem;
}

.check__gold {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}

.check__white {
	margin-top: 2.5rem;
	width: 100%;
}

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

.check__comment {
	color: #B38A32;
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 1.5;
	padding-bottom: 0.1875rem;
	text-align: center;
}

.check__gold-button {
	background: #B38A32;
	border-radius: 2.75rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
	height: 3.125rem;
	letter-spacing: 0.05em;
	overflow: hidden;
	padding-right: 1.125rem;
	position: relative;
	transition: 0.4s;
	width: 13.8125rem;
	z-index: 1;
}

.check__gold-button span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/paper.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 1.75rem;
	top: 51%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.check__gold-button::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%; /* ボタンの高さに合わせる */
	left: -100%; /* 初期状態ではボタンの外に配置 */
	position: absolute;
	top: 0;
	transform: skewX(-45deg); /* 光を斜めにする */
	transform-origin: left; /* 斜めの基準点を左に固定 */
	transition: left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); /* スムーズなアニメーション */
	width: 100%; /* ボタンの幅に合わせる */
}

/* マウスオーバー時に光が左から右へ移動 */

.check__gold-button:hover::before {
	left: 100%; /* 光を右側へ移動 */
}

.check__white-box + .check__white-box {
	margin-top: 1.25rem;
}

.check__white-button {
	background: #fff;
	border: solid 1px #B38A32;
	border-radius: 4.375rem;
	color: #B38A32;
	font-size: 1rem;
	font-weight: 300;
	height: 3.125rem;
	line-height: 1.4;
	overflow: hidden;
	position: relative;
	transition: 0.4s;
	width: 17.6875rem;
	z-index: 1;
}

.check__white-button span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/mail-gold.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 1.875rem;
	top: 51%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.check__white-button::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%; /* ボタンの高さに合わせる */
	left: -100%; /* 初期状態ではボタンの外に配置 */
	position: absolute;
	top: 0;
	transform: skewX(-45deg); /* 光を斜めにする */
	transform-origin: left; /* 斜めの基準点を左に固定 */
	transition: left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); /* スムーズなアニメーション */
	width: 100%; /* ボタンの幅に合わせる */
}

/* マウスオーバー時に光が左から右へ移動 */

.check__white-button:hover::before {
	left: 100%; /* 光を右側へ移動 */
}

.check__white-button--icon {
	height: 4.25rem;
	padding-right: 1.125rem;
	width: 17.6875rem;
}

.check__white-button--icon span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/star.webp);
	height: 1.5rem;
	right: 1.875rem;
	transform: translateY(-50%);
	width: 1.5rem;
}

.contact {
	position: relative;
	text-align: center;
}

.contact::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/contact-human.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0rem;
	content: "";
	height: 12.5rem;
	position: absolute;
	right: calc(50% - min(50%, 4.5rem));
	width: 8.75rem;
	z-index: 1;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.contact__container {
	background-color: #DE537D;
	border-radius: 0.9375rem;
	color: #fff;
}

.contact__contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 67.9375rem;
	padding: 1.25rem 0.875rem 13.125rem;
}

.contact__subtitle {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.07em;
	line-height: 1.5;
}

.contact__title {
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.contact__dl {
	margin-left: 0.1875rem;
	margin-top: 0.625rem;
	text-align: left;
}

.contact__box {
	align-items: flex-start;
	display: flex;
}

.contact__box dt {
	margin-top: -0.125rem;
}

.contact__box dd {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1.5¥6;
}

.contact__buttons {
	margin-top: 1.1875rem;
}

.contact__buttons-box + .contact__buttons-box {
	margin-top: 1.25rem;
}

.contact__button {
	background-color: #fff;
	border-radius: 3.914375rem;
	color: #DE537D;
	font-size: 1.13625rem;
	font-weight: 300;
	letter-spacing: 0.094375em;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1.375rem;
	padding-right: 2.5rem;
	padding-top: 1.3125rem;
	position: relative;
	transition: 0.4s;
	width: 19.5rem;
	z-index: 1;
}

.contact__button span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/tel-pink.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 1.875rem;
	top: 51%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.contact__button--mail span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/mail-pink.webp);
}

.contact__button:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.contact__map {
	margin-top: 2.5rem;
}

.contact__map iframe {
	height: 10.125rem;
	width: 92%;
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.faq__title-en {
	align-items: center; /* 左揃えにする */
	color: #DE537D;
	display: flex;
	flex-direction: column;
	font-family: "Petit Formal Script", serif;
	font-size: 1.25rem;
	font-weight: 300;
	justify-content: center;
	line-height: 1.3;
	text-align: center;
}

.faq__title-img {
	height: 1.875rem;
	margin: 0.375rem auto 0;
	width: 12.125rem;
}

.fag__accordion {
	margin-top: 2.5rem;
}

/* スライド全体を画像にフィットさせる */

.fv-sp-slide {
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden; /* 画像のはみ出し防止 */
}

.example__content img {
	-o-object-fit: cover;
	aspect-ratio: 362/202;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.js-example-swiper {
	height: 100%;
	z-index: 1; /* `.fv-sp` より低い値 */
}

.fv-sp {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	max-width: 24.375rem;
	padding: 0 0.875rem;
	position: relative;
	z-index: 100;
}

.fv-sp__content {
	margin-top: 1.25rem;
}

.fv-sp__head img {
	height: 13.25rem;
	width: 22.625rem;
}

.fv-sp__swiper-second {
	margin-top: 1.0625rem;
}

.fv {
	margin-top: 2.5rem;
	overflow: hidden;
}

.fv-pc__list {
	display: flex;
	flex-wrap: wrap;
}

.fv-pc__list--margin {
	margin-top: 1.3125rem;
}

.fv-pc__item {
	max-width: calc(25% - 0rem);
	width: 100%;
}

.fv-pc__item img {
	-o-object-fit: cover;
	aspect-ratio: 362/202;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv-pc__title {
	margin-top: -3.25rem;
}

.fv-pc__title img {
	height: 17rem;
	margin-left: auto;
	margin-right: auto;
	width: 60.1875rem;
}

.fv-pc__subtitle {
	background-color: #FBFBFB;
	color: #B38A32;
	font-family: "A-OTF A1 Mincho Std", serif;
	font-size: 1.75rem;
	line-height: 2;
	margin: -0.9375rem auto 0;
	padding: 0.175rem 0 0.2225rem;
	text-align: center;
	width: 63.1875rem;
}

.fv-pc {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-pc__content-bg.webp");
	background-position: center 75%;
	background-repeat: no-repeat;
	background-size: 122% 70%;
}

.header__hamburger {
	background-color: #B38A32;
	border-radius: 0.125rem;
	padding: 0;
	padding: 0.5rem 0.375rem;
	z-index: 9999;
}

.header__hamburger span {
	background: white;
	display: block;
	height: 0.0625rem;
	position: relative;
	transition: ease 0.3s;
	width: 1.125rem;
}

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

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

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

/*is-OPEN時の動き*/

.header__hamburger.is-open span:nth-child(1) {
	top: 6px;
	transform: rotate(34deg);
}

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

.header__hamburger.is-open span:nth-child(3) {
	top: -5.5px;
	transform: rotate(-35deg);
}

body.fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}

.no-scroll {
	overflow: hidden;
}

.header-nav__list {
	background-color: #000;
	border-radius: 0 0 0 1.25rem;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	padding: 0.75rem 8.125rem;
}

.header-nav__textBox {
	text-align: center;
}

.header-nav__text-jp {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}

.header-nav__text-en {
	color: #F5EC10;
	font-size: 1rem;
	font-weight: 500;
}

.header-nav__link {
	display: flex;
	gap: 0.625rem;
}

.header-nav__icon {
	height: 1.3125rem;
	margin-top: 0.3125rem;
	width: 1.3125rem;
}

.header-nav__link:hover .header-nav__icon {
	transform: translateX(5px); /* 画像を右に10px移動 */
	transition: transform 0.3s ease; /* スムーズな移動 */
}

.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: 3.75rem; /* スクロール時のヘッダー高さ */
	transition: height 0.3s ease; /* スムーズな高さ変更 */
}

.headerNav__inner {
	align-items: center;
	background-color: rgba(255, 249, 235, 0.8);
	display: flex;
	height: inherit;
	justify-content: center;
	transition: background-color 0.3s ease; /* 背景色が滑らかに変わる */
}

.header {
	background-color: #fff;
	left: 0;
	padding: 0.3125rem 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.5625rem 0 0.75rem;
	position: relative;
	z-index: 9999;
}

.header__sp-flex {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-right: 0.9375rem;
}

.header__sp-flex-logo {
	height: 3.25rem;
	width: 6.8125rem;
}

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

.link__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
	padding: 0 1.75rem;
}

.link__item {
	background-color: #FFF8EF;
}

.link__item {
	position: relative;
	transition: transform 0.3s ease; /* スムーズなアニメーションの設定 */
}

.link__item:hover {
	transform: translateY(-5px); /* マウスオーバー時に5px上に移動 */
}

.link__item + .link__item {
	margin-top: 1.25rem;
}

.link__wrapper {
	align-items: center;
	background-color: #fff;
	background-image: url("/wp-content/themes/swell_child/asset/img/link-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 19.625rem 3.4375rem;
	box-shadow: 0px 0px 34px 0px rgba(214, 214, 214, 0.5);
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 4.6875rem;
	text-align: center;
}

.link__en {
	font-family: "Petit Formal Script", serif;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5;
	text-transform: capitalize;
}

.link__jp {
	font-family: "A-OTF A1 Mincho Std", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.link__jp--font {
	font-size: 1rem;
}

.pc-nav {
	color: #B38A32;
	height: inherit;
}

.pc-nav__list {
	height: inherit;
}

.pc-nav__item {
	height: inherit;
	text-align: center;
}

.pc-nav__item + .pc-nav__item {
	margin-top: 1.875rem;
}

.pc-nav__item a {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	padding: 0 min(3.38vw, 40px);
	position: relative; /* ::afterを使用するためにrelativeを設定 */
	text-decoration: none; /* 既存の下線を削除 */
}

.pc-nav__item a::after {
	background-color: #B38A32; /* 下線の色を設定（変数$goldを使用） */
	bottom: 0; /* 下線を下部に配置 */
	content: ""; /* 空の内容を疑似要素として追加 */
	height: 2px; /* 下線の高さを設定 */
	left: 10%; /* 左端から少し内側に開始 */
	position: absolute;
	transition: width 0.3s ease, left 0.3s ease; /* アニメーションの時間と効果を設定 */
}

.pc-nav__item a:hover::after {
	left: 10%; /* ホバー時も位置を維持 */
	width: 80%; /* 下線の長さを維持 */
}

.pc-nav__item a:hover {
	opacity: 1;
}

.pc-nav__en {
	color: rgba(179, 138, 50, 0.4);
	display: block;
	font-family: "Petit Formal Script", serif;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.125em;
	line-height: 1.417;
}

.pc-nav__jp {
	color: #B38A32;
	display: block;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.125em;
	line-height: 1.534;
}

.point-pc {
	margin-top: 2.125rem;
}

.point-pc__content + .point-pc__content {
	margin-top: 4.5rem;
}

.point-pc__title {
	height: 6.75rem;
	margin-right: auto;
	width: 52.875rem;
}

.point-pc__title--first {
	height: 6.75rem;
	width: 49.5rem;
}

.point-pc__list {
	display: flex;
	flex-wrap: wrap;
	margin: 2.5rem auto 0;
	max-width: 53.5rem;
}

.point-pc__item {
	display: flex;
	flex-direction: column;
	font-family: "A-OTF A1 Mincho Std", serif;
	max-width: calc(50% - 2.5rem);
	position: relative;
	width: 100%;
}

.point-pc__item + .point-pc__item {
	margin-left: 5rem;
	margin-top: 0;
}

.point-pc__img img {
	-o-object-fit: cover;
	aspect-ratio: 388/218;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.point-pc__img--second {
	-o-object-fit: cover;
	aspect-ratio: 388/218;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.point-pc__source {
	align-items: flex-end; /* 下揃えに設定 */
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 0.625rem; /* 必要なら余白を調整 */
}

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

.point-pc__subtitle {
	align-items: center;
	color: #666100;
	display: flex;
	font-size: 1.375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.5454545455;
	margin-top: 0.25rem;
}

.point-pc__sentence {
	margin-top: 0.625rem;
}

.point-pc__text {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 2;
}

.point-pc__text + .point-pc__text {
	margin-top: 2rem;
}

.point-sp {
	font-family: "A-OTF A1 Mincho Std", serif;
	margin-top: 2.5rem;
}

.point-sp__content + .point-sp__content {
	margin-top: 1.25rem;
}

.point-sp__point {
	height: 2.5625rem;
	width: 6.625rem;
}

.point-sp__title {
	height: 3.625rem;
	margin-top: 0.625rem;
	padding-bottom: 0.3125rem;
	width: 17.1875rem;
}

.point-sp__title--second {
	width: 19.25rem;
}

.point-sp__title--third {
	width: 20.625rem;
}

.point-sp__img {
	margin-top: 0.625rem;
}

.point-sp__img img {
	-o-object-fit: cover;
	aspect-ratio: 341/192;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.point-sp__source {
	align-items: flex-end; /* 下揃えに設定 */
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.125em;
	line-height: 2;
	margin-top: 0.625rem; /* 必要なら余白を調整 */
}

.point-sp__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

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

.point-sp__subtitle {
	color: #666100;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	line-height: 1.9;
	margin-top: 0.25rem;
	text-align: center;
}

.point-sp__sentence {
	margin-top: 0.625rem;
}

.point-sp__text {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.08;
}

.point-sp__text + .point-sp__text {
	margin-top: 2rem;
}

.point__head {
	background-image: url("/wp-content/themes/swell_child/asset/img/point-head-bg-sp.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.0625rem 0 1.5625rem;
	position: relative;
}

.point__box {
	align-items: center;
	display: flex;
	gap: 0 1.25rem;
	justify-content: center;
}

.point__en {
	color: #fff;
	font-family: "Petit Formal Script", serif;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.5;
	text-transform: capitalize;
}

.point__border {
	border-bottom: solid 1px #fff;
	width: 6.875rem;
}

.point__title {
	height: 6.9375rem;
	margin-left: auto;
	margin-right: auto;
	width: 19.1875rem;
}

.point__container {
	background-image: url("/wp-content/themes/swell_child/asset/img/point-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 2.875rem;
	padding-top: 1.125rem;
}

.point__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.point__content {
	height: 5.5625rem;
	margin-left: auto;
	margin-right: auto;
	width: 17.0625rem;
}

.scroll-hint-icon {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	box-sizing: border-box;
	height: auto;
	left: calc(50% - 70px);
	opacity: 0;
	padding: 20px 10px 10px 10px;
	position: absolute;
	text-align: center;
	top: calc(50% - 25px);
	transition: opacity 0.3s;
	width: 140px;
}

.selection__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.selection__head {
	text-align: center;
}

.selection__box {
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
	justify-content: center;
}

.selection__border {
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	width: 6.875rem;
}

.selection__en {
	color: #333;
	font-family: "Petit Formal Script", serif;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.5;
	text-transform: capitalize;
}

.selection__title {
	height: 4.625rem;
	margin: 0.5625rem auto 0;
	width: 21.3125rem;
}

.selection__under {
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.5625rem;
	width: 21.0625rem;
}

.selection__content {
	margin-top: 1.25rem;
}

.selection__images {
	align-items: center;
	display: flex;
	gap: 0 2.3125rem;
	justify-content: flex-end;
}

.selection__human {
	width: 34.916%;
}

.selection__comment {
	width: 53%;
}

.selection__all {
	margin: 1.25rem auto auto -1.5625rem;
	width: calc(100% + 3.125rem);
}

.selection__all img {
	margin-left: -0.625rem;
	width: 96%;
}

.sp-nav {
	-webkit-overflow-scrolling: touch;
	align-items: center;
	background-color: #FFF9EB;
	display: flex;
	height: 40vh;
	justify-content: center;
	left: auto;
	overflow-y: auto;
	position: fixed;
	right: 0;
	text-align: center;
	text-align: center;
	top: 0;
	transform: translateX(100%); /* 初期位置: 右側に100%ずらす */
	transition: transform 0.3s ease-in-out;
	width: 60%;
	z-index: 8888;
}

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

.sp-nav__wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}

.strong-table {
	font-family: "A-OTF A1 Mincho Std", serif;
}

.strong-table {
	margin: 2.5rem auto 0;
	margin: 20px auto auto -15px; /* 左を-15px、右を相殺 */
	overflow-x: scroll;
	width: calc(100% + 40px); /* 右25px + 左15pxを加算した幅 */
}

.strong-table__list {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	width: 45.375rem;
}

.strong-table__item {
	background-color: #B38A32;
	height: 10rem;
	padding: 0.875rem 0.625rem;
	width: 22.88%;
}

.strong-table__item--second {
	background-color: #2F2F2F;
}

.strong-table__item--third {
	background-color: #0057BC;
}

.strong-table__img img {
	-o-object-fit: cover;
	aspect-ratio: 144/81;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.strong-table__source {
	align-items: flex-end; /* 下揃えに設定 */
	color: #fff;
	display: flex;
	font-size: 0.4375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.125em;
	line-height: 2;
	margin-top: 0.1875rem; /* 必要なら余白を調整 */
}

.strong-table__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

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

.strong-table__name {
	color: #fff;
	font-size: 0.6625rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.75rem;
}

.strong-table__table {
	height: 45.625rem;
	margin-left: auto;
	margin-right: auto;
	width: 45.375rem;
}

.strong__buttons {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	width: 45.375rem;
}

.strong__button {
	align-items: center;
	background-color: #FFF9EB;
	border-bottom: solid 1px #EBEBEB;
	border-right: solid 1px #EBEBEB;
	border-top: 1px solid #EBEBEB;
	display: flex;
	height: 3.875rem;
	justify-content: center;
	padding: 1rem 1.5rem;
	width: 22.88%;
}

.strong__button--second {
	background-color: #F4F4F4;
}

.strong__button--third {
	background-color: #F3F8FF;
}

.strong__button:first-child {
	border-left: solid 1px #EBEBEB;
}

.strong__featured {
	background-color: #fff;
	border: solid 1px #B38A32;
	border-radius: 1.478125rem;
	color: #B38A32;
	display: inline-block;
	font-size: 0.4375rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	line-height: 2;
	overflow: hidden; /* ボタンのサイズから疑似要素がはみ出ないようにする */
	padding: 0.375rem 0;
	position: relative;
	width: 7.375rem;
}

.strong__featured::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%; /* ボタンの高さに合わせる */
	left: -100%; /* 初期状態ではボタンの外に配置 */
	position: absolute;
	top: 0;
	transform: skewX(-45deg); /* 光を斜めにする */
	transform-origin: left; /* 斜めの基準点を左に固定 */
	transition: left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); /* スムーズなアニメーション */
	width: 100%; /* ボタンの幅に合わせる */
}

/* マウスオーバー時に光が左から右へ移動 */

.strong__featured:hover::before {
	left: 100%; /* 光を右側へ移動 */
}

.strong__featured--second {
	border: solid 1px #2F2F2F;
	color: #2F2F2F;
}

.strong__featured--third {
	border: solid 1px #0057BC;
	color: #0057BC;
}

.strong {
	background-image: url("/wp-content/themes/swell_child/asset/img/strong-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 98.5%;
	padding-bottom: 3.75rem;
	text-align: center;
}

.strong__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.strong__box {
	align-items: center;
	display: flex;
	gap: 0 0.9375rem;
	justify-content: center;
}

.strong__border {
	border-bottom: 1px solid #B38A32;
	width: 6.875rem;
}

.strong__en {
	color: #B38A32;
	font-family: "Petit Formal Script", serif;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.5;
	text-transform: capitalize;
}

.strong__subtitle {
	color: #B38A32;
	font-family: "A-OTF A1 Mincho Std", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	line-height: 2.08;
	margin-top: 0.5rem;
}

.strong__title {
	height: 3.9375rem;
	margin: -0.625rem auto 0;
	width: 19.8125rem;
}

.strong__remarks {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.125em;
	line-height: 1.56;
	margin-top: 1.25rem;
	text-align: left;
}

.strong__container {
	margin-top: 1.5625rem;
}

.strong__sentence {
	margin-top: 1.25rem;
}

.strong__text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: left;
}

.strong__check {
	margin-top: 2.5rem;
}

.case__title {
	color: #B38A32;
	font-family: "A-OTF A1 Mincho Std", serif;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.125em;
	line-height: 2;
	text-align: center;
}

.top {
	height: 1.5625rem;
	position: relative;
	z-index: 9999;
}

.top__title {
	color: #B38A32;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1.561;
	padding-bottom: 0.3125rem;
	padding-left: 0.9375rem;
	padding-top: 0.3125rem;
}

.voice {
	background-image: url("/wp-content/themes/swell_child/asset/img/voice-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 1.25rem;
	padding: 2.5rem 0 1.25rem;
}

.voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.voice__icon {
	height: 1.9375rem;
	margin-left: auto;
	margin-right: auto;
	width: 10.4375rem;
}

.voice__title {
	height: 5.9375rem;
	margin: 0.625rem auto 0;
	width: 19.375rem;
}

.voice__list {
	margin-top: 0.5rem;
}

.voice__item {
	background-color: #fff;
	background-color: #F7F7F7;
	border: solid 2px #DE537D;
	border-radius: 0.625rem;
	display: flex;
	flex: 1; /* 各アイテムの高さを揃える */
	flex-direction: column; /* カード内の要素を縦方向に配置 */
	justify-content: space-between; /* 内容を上下に分散 */
	padding: 2rem 1.8125rem 2.5rem;
}

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

.voice__content {
	
	display: flex;
	flex: 1; /* 各アイテムの高さを揃える */
	flex-direction: column; /* カード内の要素を縦方向に配置 */
	justify-content: space-between; /* 内容を上下に分散 */
	max-height: 520px; /* 最初は500pxだけ表示 */
	overflow: hidden; /* はみ出た部分を隠す */
	transition: max-height 0.3s ease; /* アニメーション効果 */
}

.voice__content.expanded {
	max-height: none; /* 全体を表示 */
}

.voice__img img {
	-o-object-fit: cover;
	aspect-ratio: 283/226;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice__subtitle {
	color: #DE537D;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 1.25rem;
	padding: 0 0.375rem;
}

.voice__tabs {
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
	margin-top: 1.25rem;
}

.voice__tab {
	background-color: #DE537D;
	border-radius: 3.9375rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1.5;
	padding: 0.25rem 0 0.125rem;
	text-align: center;
	width: 5.125rem;
}

.voice__satisfaction {
	margin-top: 1.25rem;
}

.voice__satisfaction {
	height: 1.375rem;
	margin-right: auto;
	width: 16.4375rem;
}

.voice__text {
	flex: 1; /* 残りのスペースを埋める */
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.voice__source {
	align-items: flex-end; /* 下揃えに設定 */
	display: flex;
	font-size: 0.875rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin-top: 1.1875rem; /* 必要なら余白を調整 */
}

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

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

.voice__button {
	background-color: #DE537D;
	border-radius: 3.9375rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.018em;
	line-height: 1.5;
	margin: 1.25rem auto 0;
	padding: 0.625rem 0;
	width: 13.375rem;
	text-align: center;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.top-catalog {
	margin-top: 6.25rem;
}

.top-contact {
	margin-top: 5rem;
}

.top-faq {
	margin-top: 5.0625rem;
}

.top-link {
	margin-top: 1.875rem;
}

.top-selection {
	margin-top: 6.25rem;
}

.accordion__item {
	padding-bottom: 2.5rem;
}

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

.accordion__header {
	padding: 2.5rem 0rem 1.875rem;
}

.accordion__textBox {
	gap: 0 1.25rem;
}

.accordion__head {
	font-size: 2.75rem;
	margin-top: -0.3125rem;
}

.accordion__question {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	max-width: 50rem;
	white-space: nowrap;
}

.accordion__answer {
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-left: 0;
	max-width: 98.5%;
	text-align: left;
}

.accordion__item.active .accordion__content {
	padding: 2.5rem 6.25rem 1.25rem 6.875rem;
}

.accordion__icon {
	height: 2rem;
	max-width: 100%;
	width: 2rem;
}

.accordion__icon span {
	height: 0.25rem;
	width: 100%;
}

.accordion__buttons {
	margin-top: 2.5rem;
}

.accordion__button {
	margin-left: auto;
	margin-right: 0;
}

.case__content img {
	aspect-ratio: 1440/981;
}

.case {
	margin-top: -3.25rem;
}

.case__box {
	gap: 0 4.375rem;
}

.case__border {
	width: 30rem;
}

.case__en {
	font-size: 2.125rem;
}

.case__title-en {
	margin-top: 0.375rem;
}

.case__title-en img {
	height: 7.75rem;
	margin-left: auto;
	margin-right: auto;
	width: 35.1875rem;
}

.catalog__title-en {
	font-size: 2.125rem;
	line-height: 1.265;
}

.catalog__title-img {
	height: 7.75rem;
	margin: -0.75rem auto 0;
	width: 39.875rem;
}

.catalog__inner {
	max-width: 71.875rem;
	padding: 0 1.5625rem;
}

.catalog__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}

.catalog__item {
	max-width: calc(33.3333% - 4.1666666667rem);
	width: 100%;
}

.catalog__item + .catalog__item {
	margin-left: 6.25rem;
	margin-top: 0;
}

.catalog__item:nth-child(3n+1) {
	margin-left: 0;
}

.catalog__item:nth-child(n+4) {
	margin-top: 2.5rem;
}

.catalog__content {
	min-height: 30.5625rem;
}

.catalog__sentence {
	min-height: 9.375rem;
}

.catalog__dl {
	margin-top: 3rem;
}

.catalog__buttons {
	margin-top: 5rem;
	text-align: center;
}

.catalog__button {
	font-size: 1.5rem;
	padding: 1.6875rem 0;
	width: 38.4375rem;
}

.second-check {
	margin-top: 2.5rem;
}

.check__inner {
	max-width: 76.875rem;
}

.check__container {
	align-items: center;
	display: flex;
	gap: 0 9.8125rem;
	justify-content: center;
	padding: 3.0625rem 6.25rem;
}

.check__gold {
	display: block;
	margin: 0;
	width: 33.97%;
}

.check__white {
	margin-top: 0rem;
	width: 50%;
}

.check__comment {
	font-size: 0.875rem;
	letter-spacing: 0.125em;
	padding-bottom: 0.4375rem;
}

.check__gold-button {
	border-radius: 4.375rem;
	font-size: 1.25rem;
	height: 5rem;
	letter-spacing: 0.1em;
	padding-right: 1.625rem;
	width: 100%;
}

.check__gold-button span::after {
	height: 1.75rem;
	right: 3.3125rem;
	width: 1.75rem;
}

.check__white-box + .check__white-box {
	margin-top: 2.5rem;
}

.check__white-button {
	border-radius: 4.375rem;
	font-size: 1.25rem;
	height: 5rem;
	letter-spacing: 0.125em;
	line-height: 1.2;
	width: 100%;
}

.check__white-button span::after {
	height: 1.875rem;
	right: 6.25rem;
	top: 50%;
	width: 1.875rem;
}

.check__white-button--icon {
	height: 5rem;
	padding-right: 1.25rem;
	width: 100%;
}

.check__white-button--icon span::after {
	height: 1.875rem;
	right: 1rem;
	width: 1.875rem;
}

.contact::before {
	height: 26.3125rem;
	right: calc(50% - min(50%, 41.5rem));
	width: 18.3125rem;
}

.contact__inner {
	max-width: 82.0625rem;
}

.contact__container {
	border-radius: 1.25rem;
}

.contact__contents {
	padding: 3.5625rem 0.625rem 4.0625rem;
}

.contact__subtitle {
	font-size: 1.875rem;
}

.contact__title {
	font-size: 2.625rem;
	letter-spacing: 0.05em;
	margin-top: 0.9375rem;
}

.contact__dl {
	margin-left: 6.5rem;
	margin-top: 1.25rem;
}

.contact__box dt {
	font-size: 1.5rem;
	font-weight: 300;
	margin-top: 0rem;
}

.contact__box dd {
	font-size: 1.5rem;
	letter-spacing: 0.09em;
	line-height: 1.45;
}

.contact__buttons {
	align-items: center;
	display: flex;
	gap: 0 1.875rem;
	margin-top: 3.125rem;
}

.contact__buttons-box + .contact__buttons-box {
	margin-top: 0rem;
}

.contact__button {
	border-radius: 3.8125rem;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	padding-bottom: 1.8125rem;
	padding-right: 2rem;
	padding-top: 1.75rem;
	width: 25.8125rem;
}

.contact__button span::after {
	height: 2.0625rem;
	right: 2rem;
	top: 50%;
	width: 2.0625rem;
}

.contact__map {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-left: 6.5rem;
	margin-top: 3.125rem;
}

.contact__map iframe {
	height: 22.625rem;
	width: 40.0625rem;
}

.faq__inner {
	max-width: 66.875rem;
	padding: 0 1.5625rem;
}

.faq__title-en {
	font-size: 2.125rem;
	line-height: 1.265;
}

.faq__title-img {
	height: 3.5625rem;
	margin: 1.25rem auto 0;
	width: 22.8125rem;
}

.fag__accordion {
	margin-top: 4.0625rem;
}

.fv {
	margin-top: 0rem;
}

.header__hamburger {
	display: none;
}

.header {
	position: static;
	position: initial;
}

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

.link__inner {
	max-width: 74.5rem;
	padding: 0 1.5625rem;
}

.link__list {
	display: flex;
	flex-wrap: wrap;
}

.link__item {
	max-width: calc(33.3333% - 2.9166666667rem);
	width: 100%;
}

.link__item + .link__item {
	margin-left: 4.375rem;
	margin-top: 0;
}

.link__item:nth-child(3n+1) {
	margin-left: 0;
}

.link__item:nth-child(n+4) {
	margin-top: 1.25rem;
}

.pc-nav__list {
	display: flex;
}

.pc-nav__item + .pc-nav__item {
	margin-top: 0rem;
}

.point__head {
	background-image: url("/wp-content/themes/swell_child/asset/img/point-head-bg.webp");
	padding: 2.5rem 0 4.0625rem;
}

.point__box {
	gap: 0 3.8125rem;
}

.point__en {
	font-size: 2.125rem;
}

.point__border {
	width: 30rem;
}

.point__title {
	height: 18.75rem;
	margin: -1.5rem auto 0;
	width: 51.125rem;
}

.point__container {
	background-image: url("/wp-content/themes/swell_child/asset/img/point-bg.webp");
	margin-top: -5rem;
	padding-bottom: 3.375rem;
	padding-top: 7.5625rem;
}

.point__inner {
	max-width: 54.75rem;
	padding: 0;
}

.point__content {
	height: 10rem;
	width: 33rem;
}

.selection__inner {
	max-width: 76.875rem;
}

.selection__box {
	gap: 0 1.875rem;
}

.selection__border {
	width: 30rem;
}

.selection__en {
	font-size: 2.125rem;
	line-height: 1.265;
}

.selection__title {
	height: 8.5625rem;
	margin: 0.75rem auto 0;
	width: 38.125rem;
}

.selection__under {
	padding-bottom: 1.8125rem;
	width: 100%;
}

.selection__content {
	margin-top: 2.5rem;
}

.sp-nav {
	display: none;
}

.strong-table {
	margin: 3.75rem auto 0;
	width: 100%;
}

.strong-table__list {
	width: 100%;
}

.strong-table__item {
	height: 17rem;
	padding: 1.4375rem 1.125rem 1.5625rem;
}

.strong-table__img img {
	aspect-ratio: 245/138;
}

.strong-table__source {
	font-size: 0.75rem;
	margin-top: 0.375rem; /* 必要なら余白を調整 */
}

.strong-table__name {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.strong-table__table {
	height: 100%;
	width: 100%;
}

.strong__buttons {
	width: 100%;
}

.strong__button {
	height: 6.625rem;
	padding: 1.6875rem 2.625rem;
}

.strong__featured {
	border-radius: 2.5rem;
	font-size: 0.8125rem;
	padding: 0.6875rem 0 0.5rem;
	width: 12.5rem;
}

.strong {
	background-image: url("/wp-content/themes/swell_child/asset/img/strong-bg.webp");
	background-size: 100% 98%;
	margin-top: -1.875rem;
	padding-bottom: 10.625rem;
}

.strong__inner {
	max-width: 79.9375rem;
}

.strong__box {
	gap: 0 3.125rem;
}

.strong__border {
	width: 30rem;
}

.strong__en {
	font-size: 2.125rem;
}

.strong__subtitle {
	font-size: 2rem;
	line-height: 2;
	margin-top: 1.625rem;
}

.strong__title {
	height: 11.875rem;
	margin: -1.875rem auto 0;
	width: 61.5625rem;
}

.strong__remarks {
	line-height: 1.5;
	margin: 2.5rem auto 0;
	max-width: 60.5625rem;
}

.strong__container {
	margin-top: 2.5rem;
}

.strong__sentence {
	margin-top: 4.25rem;
}

.strong__text {
	font-size: 1rem;
	letter-spacing: 0.125em;
	line-height: 1.5;
	text-align: center;
}

.strong__check {
	margin-top: 4rem;
}

.case__title {
	font-size: 3.875rem;
	letter-spacing: 0.07em;
}

.top {
	height: 2.375rem;
}

.top__title {
	font-size: 1rem;
	letter-spacing: 0.125em;
	line-height: 1.5;
	padding-bottom: 0.4375rem;
	padding-left: 4.375rem;
	padding-top: 0.4375rem;
}

.voice {
	background-image: url("/wp-content/themes/swell_child/asset/img/voice-bg.webp");
	margin-top: 3.1875rem;
	padding: 5rem 0;
}

.voice__inner {
	max-width: 82.4375rem;
}

.voice__title {
	height: 10.875rem;
	margin: 0.25rem auto 0;
	width: 35.625rem;
}

.voice__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.9375rem;
}

.voice__item {
	max-width: calc(33.3333% - 2.75rem);
	padding: 2.5rem 2rem 1.5rem;
	width: 100%;
}

.voice__item + .voice__item {
	margin-left: 4.125rem;
	margin-top: 0;
}

.voice__item:nth-child(3n+1) {
	margin-left: 0;
}

.voice__item:nth-child(n+4) {
	margin-top: 2.5rem;
}

.voice__content {
	max-height: 100%;
}

.voice__img img {
	aspect-ratio: 315/252;
}

.voice__subtitle {
	font-size: 1rem;
	letter-spacing: 0.1em;
	padding: 0 0.4375rem;
}

.voice__tabs {
	margin-top: 2.5rem;
	padding: 0 0.4375rem;
}

.voice__tab {
	border-radius: 4.375rem;
	font-size: 1rem;
	letter-spacing: 0.125em;
	padding: 0.25rem 0 0.1875rem;
	width: 5.75rem;
}

.voice__satisfaction {
	margin-top: 2.5rem;
	padding: 0 0.5625rem;
}

.voice__satisfaction {
	height: 2.1875rem;
	margin-left: auto;
	margin-right: auto;
	width: 19.375rem;
}

.voice__text {
	font-size: 1rem;
	letter-spacing: 0.125em;
	margin-top: 2.5rem;
}

.voice__source {
	font-size: 1rem;
	margin-top: 9.75rem; /* 必要なら余白を調整 */
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media (max-width: 1200px) {

.swiper-button-prev {
	right: 11%;
	right: var(--swiper-navigation-sides-offset, 11%); /* 右側の位置を設定 */
}

.swiper-button-prev::after,
.swiper-button-next::after {
	height: 3.75rem;
	width: 3.75rem;
}

}

@media (max-width: 1100px) {

.swiper-button-prev,
.swiper-button-next {
	height: 3.75rem;
	width: 3.75rem;
}

}

@media (max-width: 768px) {

.contact__title span {
	display: none;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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


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

#internal-link{
  padding: 3rem 0;
  background: rgba(29, 42, 80, 0.10);
}

.internal-link__main-title{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
}

.internal-link__area-items{
  justify-content: space-between;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* justify-content: center; */
  overflow: hidden;
  margin: 2rem 0;
}

.internal-link__area-item-child-title{
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}

.internal-link__area-item-child-inners{
  margin-left: 1rem;
}

.internal-link__area-item-child-inner{
  width: 30%;
  margin: 0.5rem;
  box-sizing: border-box;
}

.internal-link__area-item-child-inner a{
  font-size: 1rem;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500;
}

.internal-link__area-item-child-inner a::before{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .internal-link__area-item-child-inner{
    width: 100%;
  }
  .internal-link__area-item-child-title{
    margin-bottom: 2rem;
  }
  .internal-link__area-items {
    display: block;
  }
}

.accordion__buttons {
    display: flex;
    justify-content: flex-end;
}

.accordion__button {
    margin-left: auto; /* 念のため左の余白を自動調整 */
    margin-right: 0; /* 右側の余白をゼロに設定 */
}

/* Follower Banner CSS */
#follower-banner {
	position: fixed;
	bottom: 10px; /* 画面の下からの距離 */
	right: 10px; /* 画面の右からの距離 */
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	padding: 20px; /* バナーの内側の余白 */
	border-radius: 5px; /* バナーの角を丸くする */
	max-width: 30%; /* 元のサイズより30%大きくする */
  }
  
  #follower-banner a {
	display: block;
  }
  
  #follower-banner img {
    max-width: 100%; /* 元のサイズより30%大きくする */
	height: auto;
  }
  
  #close-banner {
	position: absolute;
	right: 5px; /* ×ボタンの右からの距離 */
	top: 5px; /* ×ボタンの上からの距離 */
	cursor: pointer;
	font-size: 20px;
	color: #000; /* ×ボタンの色 */
  }
  
  .top_banner {
	  margin: 0 auto;
	  text-align : center;
	  padding-top: min(142 / 1728* 100vw, 142px);
	  width: 80%;
  }
  
  @media screen and (max-width: 767px){
	  #follower-banner {
	  position: fixed;
	  bottom: 10px;
	  right: 10px;
	  background: #fff;
	  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  z-index: 1000;
	  padding: 20px;
	  border-radius: 5px;
	  max-width: 100%;
  }
	  
	  #follower-banner img {
	   max-width: 100%;
	  height: auto;
  }
	  
	  .pr {
	  background: var(--color_main);
	  color: #fff;
	  font-weight: 5B9E4D;
	  padding: 0.25rem;
  }

  }



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