body {
	color: #292929;
	font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", 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-faq {
	padding-top: 3.6875rem;
}

.feature {
	margin-top: 1.65625rem;
}

.top-fv-bottom {
	margin-top: 0.6875rem;
}

.top-info {
	padding-top: 3.1875rem;
}

.top-please {
	margin-top: 2.40625rem;
	padding-bottom: 2.375rem;
	text-align: center;
}

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

.top-voice {
	margin-top: 2.34375rem;
}

.breadcrumb {
	background-color: #DEE6E0;
	color: #6D6D6D;
	position: relative;
	z-index: 5;
}

.breadcrumb__nav {
	padding-left: 0.9375rem;
}

.breadcrumb__list {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0.84375rem 0rem;
	font-size: 0.875rem;
}

.breadcrumb__item {
	align-items: center;
	display: flex;
}

.breadcrumb__link {
	-webkit-text-decoration: none;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
}

.breadcrumb__separator {
	font-size: 0.75rem;
	margin: 0 0.5rem;
}

.care {
	background-color: #DEE6E0;
	padding: 2.375rem 0;
}

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

.care__subtitle {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 1.875rem;
	text-align: center;
}

.care__list {
	display: flex;
	flex-direction: column;
	gap: 1.15625rem;
	margin-top: 0.9375rem;
}

.care__item {
	background-color: #fff;
	margin-top: 0.9375rem;
	padding: 1.6875rem 0.9375rem 1.25rem;
	position: relative;
	width: 100%;
}

.care__item--after {
	padding: 3.125rem 0.9375rem 1.25rem;
}

.care__tab {
	background-color: #015024;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.5rem 1.40625rem 0.40625rem;
	position: absolute;
	text-transform: capitalize;
	top: 0;
	transform: translate(-50%, -50%);
}

.care__photo {
	margin-left: auto;
	margin-right: auto;
	width: 74.605%;
}

.care__photo img {
	-o-object-fit: cover;
	aspect-ratio: 235/235;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.care__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.84375rem;
	text-align: center;
}

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

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

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

.sub-faq__accordion {
	margin-top: 2.375rem;
}

.sub-faq__toggle + .sub-faq__toggle {
	margin-top: 1.25rem;
}

.sub-faq-toggle {
	background-color: #fff;
	border: solid 0.0625rem #154C25;
}

.sub-faq-toggle__title {
	align-items: center;
	background: rgba(21, 76, 37, 0.6);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 0.34375rem 0.375rem 0.34375rem 0.3125rem;
	position: relative;
	z-index: 1;
}

.sub-faq-toggle__title-box {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 300;
	gap: 0 0.3125rem;
	letter-spacing: 0.025em;
	line-height: 1.75;
	padding-right: 2.5rem;
	position: relative;
	width: 100%;
}

.sub-faq-toggle__en {
	background-color: #015024;
	border-radius: 50%;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.5rem 0.53125rem;
}

.sub-faq-toggle__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-bottom: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.6s ease, opacity 0.6s ease, margin-bottom 0.6s ease;
	visibility: hidden;
}

.open .sub-faq-toggle__text {
	margin: 1.15625rem 0;
	max-height: 62.5rem;
	opacity: 1;
	padding: 0rem 1.09375rem;
	visibility: visible;
}

.sub-faq-toggle__title-box::before {
	background-color: #fff;
	border: 0.125rem solid #707070;
	border-radius: 50%;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
	z-index: 1;
}

.sub-faq-toggle__title-box::after {
	border-bottom: 0.1875rem solid #707070;
	border-right: 0.1875rem solid #707070;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 1.1rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 0.5rem;
	z-index: 2;
}

.sub-faq-toggle__title-box.active::after {
	transform: translateY(-50%) rotate(-135deg);
}

.feature-pc__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3rem;
}

.feature-pc__item {
	background-color: #fff;
	margin: 0;
	max-width: calc(33.3333% - 2rem);
	padding: 1.2rem 1.1875rem 1.875rem;
	width: 100%;
}

.feature-pc__number {
	border-bottom: solid 1px #CAC2C2;
	color: #015024;
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.1041666667;
	padding-bottom: 1rem;
	width: 6.25rem;
}

.feature-pc__img {
	-o-object-fit: cover;
	aspect-ratio: 332/220;
	height: auto;
	margin-top: 1.5rem;
	object-fit: cover;
	width: 100%;
}

.feature-pc__sentence {
	margin-top: 1.4rem;
	padding: 0 0.96875rem;
}

.feature-pc__explanation {
	color: #015024;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}

.feature-pc__text {
	border-top: solid 1px #707070;
	font-size: 1.375rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.6875;
	margin-top: 0.625rem;
	padding-top: 2.1875rem;
}

.feature-sp__item {
	background-color: #fff;
	padding: 0.45rem 0.4375rem 0.46875rem 0.3125rem;
}

.feature-sp__item + .feature-sp__item {
	margin-top: 0.725rem;
}

.feature-sp__head {
	align-items: flex-end;
	color: #015024;
	display: flex;
	gap: 0.125rem;
}

.feature-sp__number {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.feature-sp__explanation {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.feature-sp__flex {
	display: flex;
	gap: 0.625rem;
	margin-top: 0.6375rem;
}

.feature-sp__text {
	border-top: solid 1px #CAC2C2;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.5;
	padding-left: 0.5rem;
	padding-top: 0.565625rem;
	width: 79%;
}

.feature-sp__img {
	width: 30%;
}

.feature-sp__img img {
	-o-object-fit: cover;
	aspect-ratio: 78.5/78.5;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.feature {
	background-color: #DEE6E0;
	padding: 1.825rem 0 2.375rem;
}

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

.feature__heading {
	align-items: flex-end;
	display: flex;
}

.feature__title {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.015em;
	line-height: 1;
	overflow: hidden;
}

.feature__char {
	display: inline-block;
	opacity: 0;
	transform: translateX(-1.25rem);
	white-space: pre;
}

.js-animation-target.is-visible .feature__char {
	animation: slideInChar 0.5s ease-out forwards;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature__border {
	border-bottom: solid 1px #292929;
	height: 0.0625rem;
	width: 2.53125rem;
}

.feature__container {
	margin-top: 1.625rem;
}

.first {
	padding-top: 2.34375rem;
	text-align: center;
}

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

.first__top-sentence {
	margin-top: 1.625rem;
}

.first__text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.6666666667;
}

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

.first__img {
	margin-top: 1.09375rem;
}

.first__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/169;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.first__bottom-sentence {
	margin-top: 1.03125rem;
}

.first__buttons {
	margin-top: 3.125rem;
}

.footer {
	background-color: #DEE6E0;
	padding: 0.9375rem 0;
}

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

.footer__logo {
	height: 1.84375rem;
	width: 3.25rem;
}

.footer__nav {
	margin-top: 0.625rem;
}

.footer__list {
	margin-top: 0.625rem;
}

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

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

.footer__text {
	-webkit-text-decoration: none;
	color: #6D6D6D;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__text::after {
	background-color: #6D6D6D;
	bottom: -0.125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.4s ease;
	width: 100%;
}

.footer__text:hover::after {
	transform: translateX(-50%) scaleX(1);
}

.footer__text:hover {
	opacity: 0.8;
}

.footer__copyright {
	margin-top: 1.875rem;
	text-align: center;
}

.footer__copyright-text {
	color: #6D6D6D;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1;
}

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

.fv-bottom__flex {
	align-items: center;
	display: flex;
	gap: 1.96875rem;
}

.fv-bottom__img {
	width: 32.74%;
}

.fv-bottom__img img {
	-o-object-fit: cover;
	aspect-ratio: 127.5/120.5;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv-bottom__content {
	width: 54.17%;
}

.fv-bottom__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.125;
	text-align: center;
}

.fv-bottom__logo {
	height: 4.3125rem;
	margin-left: auto;
	margin-right: auto;
	width: 7.78125rem;
}

.fv-bottom__buttons {
	margin: 3.75rem auto 0;
	text-align: center;
	width: 88.465%;
}

.fv {
	margin-left: auto;
	margin-top: 3.125rem;
	width: 93.07%;
}

.fv img {
	-o-object-fit: cover;
	aspect-ratio: 349/213;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.header__hamburger {
	display: inline-block;
	text-align: right;
	transition: background-color 0.3s ease;
	z-index: 9999;
}

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

.header__hamburger.is-open {
	background: none;
	background-color: #06C755;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	height: 3.1875rem;
	margin: 0;
	padding-left: 0.58rem;
	position: fixed;
	right: 1rem;
	top: 1rem;
	width: 3.1875rem;
	z-index: 9999;
}

.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.3125rem;
	top: 0.5rem;
	transform: rotate(42deg);
	width: 1.375rem;
}

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

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

.header {
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transition: top 0.1s ease;
	z-index: 9999;
}

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

.header__container {
	align-items: center;
	display: flex;
	height: inherit;
	height: 3.125rem;
	justify-content: space-between;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	position: relative;
	transition: background-color 0.3s ease;
}

.header__logo {
	height: 1.84375rem;
	position: relative;
	width: 3.3125rem;
	z-index: 8000;
}

.header__flex {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
}

.header__banner {
	background-color: #06C755;
	border-radius: 0.9375rem;
	cursor: pointer;
	height: 1.875rem;
	overflow: hidden;
	position: relative;
	transition: background-color 0.5s;
}

.header__banner-box {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.5625rem 0.5rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.header__banner-text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: center;
	transition: transform 0.3s ease;
	z-index: 1;
}

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

.info__heading {
	align-items: flex-end;
	display: flex;
}

.info__title {
	color: #015024;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	overflow: hidden;
}

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

.js-animation-target.is-visible .info__char {
	animation: slideInChar 0.5s ease-out forwards;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.info__border {
	border-bottom: solid 1px #292929;
	height: 0.0625rem;
	width: 7.40625rem;
}

.info__sentence {
	margin-top: 1.875rem;
}

.info__text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 2.1428571429;
}

.info__text + .info__text {
	margin-top: 1.875rem;
}

.info__img {
	margin: 1.375rem auto 0;
	width: 88.236%;
}

.info__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/169;
	height: auto;
	object-fit: cover;
	width: 100%;
}

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

.locking {
	padding: 2.4375rem 0 2.375rem;
}

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

.locking__list {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	margin-top: 2.375rem;
}

.locking__item {
	border: solid 1px #CAC2C2;
	width: 100%;
}

.locking__title {
	background-color: #015024;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.825rem 0 0.70625rem;
	text-align: center;
}

.locking__wrapper {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
	padding: 0.78125rem;
}

.locking__img {
	width: 25.45%;
}

.locking__img img {
	-o-object-fit: cover;
	aspect-ratio: 85/85;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.locking__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.5;
	width: 67.665%;
}

.locking__dl {
	border-top: solid 1px #CAC2C2;
	cursor: pointer;
	position: relative;
}

.locking__summary {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	padding: 0.875rem 0.625rem 0.875rem 0.75rem;
}

.locking__summary dt {
	flex-shrink: 0;
}

.locking__summary dt img {
	height: 1.0625rem;
	transition: transform 0.3s ease;
	width: 1.0625rem;
}

.locking__summary dd {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.locking__summary .locking__standard {
	align-items: center;
	background-color: #DEE6E0;
	display: inline-flex;
	font-size: 0.5625rem;
	font-weight: 300;
	height: 0.84375rem;
	justify-content: center;
	left: 8.4375rem;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.03125rem 0.1875rem 0rem;
	white-space: nowrap;
}

.locking__detail {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.6;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding-bottom: 0;
	padding-left: 1.55rem;
	padding-right: 0.625rem;
	padding-top: 0;
	transition: all 0.4s ease;
	width: 100%;
}

.js-locking-toggle.is-open .locking__detail {
	max-height: 1000px;
	opacity: 1;
	padding-bottom: 0.5rem;
}

.js-locking-toggle.is-open .locking__summary dt img {
	transform: rotate(90deg);
}

.locking__detail-box {
	display: flex;
}

.locking__detail-title {
	max-width: 4.4rem;
	width: 100%;
}

.locking__buttons {
	margin-top: 2.59375rem;
	text-align: center;
}

.locking__summary {
	cursor: pointer;
}

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

.pc-nav__list {
	display: flex;
}

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

.pc-nav__ja {
	-webkit-text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease;
}

.pc-nav__ja::after {
	background-color: #fff;
	bottom: -0.125rem;
	content: "";
	height: 0.125rem;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(0.5);
	transform-origin: center;
	transition: opacity 0.3s ease, transform 0.3s ease;
	width: 100%;
}

.pc-nav__ja:hover {
	color: #015024;
	transform: translateY(-0.125rem);
}

.pc-nav__ja:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.pc-nav__banner {
	background-color: #06C755;
	border-radius: 1.40625rem;
	cursor: pointer;
	height: 2.8125rem;
	overflow: hidden;
	position: relative;
	transition: background-color 0.5s;
}

.pc-nav__banner::before {
	background-color: #059540;
	content: "";
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	transform: skewX(-20deg) translateX(0);
	transition: transform 0.6s ease;
	width: 100%;
	z-index: 0;
}

.pc-nav__banner:hover::before {
	transform: skewX(-20deg) translateX(-200%);
}

.pc-nav__banner-box {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.90625rem 1.1875rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.pc-nav__banner-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	transition: transform 0.3s ease;
	z-index: 1;
}

.pc-nav__banner:hover .pc-nav__banner-text {
	transform: scale(1.05);
}

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

.please__content {
	background-color: #DEE6E0;
	padding: 1.875rem 0.71875rem 1.875rem;
}

.please__number {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 21.8125rem;
	text-align: left;
}

.please__number-text {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.please__text {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.please__buttons {
	margin-top: 2.59375rem;
}

.privacy {
	padding: 3.75rem 0 6.25rem;
}

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

.privacy__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.9;
}

.privacy__list {
	margin-top: 3.75rem;
}

.privacy__item + .privacy__item {
	margin-top: 3.75rem;
}

.privacy__heading {
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	display: inline-block;
	margin-bottom: 1.875rem;
	padding-bottom: 0.625rem;
}

.privacy__title {
	border-left: 3px solid #464646;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.9;
	padding-left: 0.625rem;
}

.privacy__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.9;
}

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

.privacy__text--padding{
	padding-left: 1rem;
}

.privacy__text--margin{
	padding-top: 1.5rem;
}

.section-head {
	text-align: center;
}

.section-head__title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	overflow: hidden;
}

/* ★ 親は inline-flex（文字間スペースが生まれない） */

.char-wrapper {
	display: inline-flex;
}

/* ★ 各文字は inline（スペース発生しない） */

.char {
	opacity: 0;
	transform: translateX(-1.25rem);
}

/* ★ 表示されたら順番にアニメーション */

.section-head__title.is-visible .char {
	animation: fadeInSlide 0.6s ease forwards;
}

.section-head__title.is-visible .char:nth-child(1) {
	animation-delay: 0.05s;
}

.section-head__title.is-visible .char:nth-child(2) {
	animation-delay: 0.1s;
}

.section-head__title.is-visible .char:nth-child(3) {
	animation-delay: 0.15s;
}

.section-head__title.is-visible .char:nth-child(4) {
	animation-delay: 0.2s;
}

.section-head__title.is-visible .char:nth-child(5) {
	animation-delay: 0.25s;
}

.section-head__title.is-visible .char:nth-child(6) {
	animation-delay: 0.3s;
}

.section-head__title.is-visible .char:nth-child(7) {
	animation-delay: 0.35s;
}

.section-head__title.is-visible .char:nth-child(8) {
	animation-delay: 0.4s;
}

.section-head__title.is-visible .char:nth-child(9) {
	animation-delay: 0.45s;
}

.section-head__title.is-visible .char:nth-child(10) {
	animation-delay: 0.5s;
}

.section-head__title.is-visible .char:nth-child(11) {
	animation-delay: 0.55s;
}

.section-head__title.is-visible .char:nth-child(12) {
	animation-delay: 0.6s;
}

.section-head__title.is-visible .char:nth-child(13) {
	animation-delay: 0.65s;
}

.section-head__title.is-visible .char:nth-child(14) {
	animation-delay: 0.7s;
}

.section-head__title.is-visible .char:nth-child(15) {
	animation-delay: 0.75s;
}

.section-head__title.is-visible .char:nth-child(16) {
	animation-delay: 0.8s;
}

.section-head__title.is-visible .char:nth-child(17) {
	animation-delay: 0.85s;
}

.section-head__title.is-visible .char:nth-child(18) {
	animation-delay: 0.9s;
}

.section-head__title.is-visible .char:nth-child(19) {
	animation-delay: 0.95s;
}

.section-head__title.is-visible .char:nth-child(20) {
	animation-delay: 1s;
}

.section-head__title.is-visible .char:nth-child(21) {
	animation-delay: 1.05s;
}

.section-head__title.is-visible .char:nth-child(22) {
	animation-delay: 1.1s;
}

.section-head__title.is-visible .char:nth-child(23) {
	animation-delay: 1.15s;
}

.section-head__title.is-visible .char:nth-child(24) {
	animation-delay: 1.2s;
}

.section-head__title.is-visible .char:nth-child(25) {
	animation-delay: 1.25s;
}

.section-head__title.is-visible .char:nth-child(26) {
	animation-delay: 1.3s;
}

.section-head__title.is-visible .char:nth-child(27) {
	animation-delay: 1.35s;
}

.section-head__title.is-visible .char:nth-child(28) {
	animation-delay: 1.4s;
}

.section-head__title.is-visible .char:nth-child(29) {
	animation-delay: 1.45s;
}

.section-head__title.is-visible .char:nth-child(30) {
	animation-delay: 1.5s;
}

.section-head__title.is-visible .char:nth-child(31) {
	animation-delay: 1.55s;
}

.section-head__title.is-visible .char:nth-child(32) {
	animation-delay: 1.6s;
}

.section-head__title.is-visible .char:nth-child(33) {
	animation-delay: 1.65s;
}

.section-head__title.is-visible .char:nth-child(34) {
	animation-delay: 1.7s;
}

.section-head__title.is-visible .char:nth-child(35) {
	animation-delay: 1.75s;
}

.section-head__title.is-visible .char:nth-child(36) {
	animation-delay: 1.8s;
}

.section-head__title.is-visible .char:nth-child(37) {
	animation-delay: 1.85s;
}

.section-head__title.is-visible .char:nth-child(38) {
	animation-delay: 1.9s;
}

.section-head__title.is-visible .char:nth-child(39) {
	animation-delay: 1.95s;
}

.section-head__title.is-visible .char:nth-child(40) {
	animation-delay: 2s;
}

.section-head__title.is-visible .char:nth-child(41) {
	animation-delay: 2.05s;
}

.section-head__title.is-visible .char:nth-child(42) {
	animation-delay: 2.1s;
}

.section-head__title.is-visible .char:nth-child(43) {
	animation-delay: 2.15s;
}

.section-head__title.is-visible .char:nth-child(44) {
	animation-delay: 2.2s;
}

.section-head__title.is-visible .char:nth-child(45) {
	animation-delay: 2.25s;
}

.section-head__title.is-visible .char:nth-child(46) {
	animation-delay: 2.3s;
}

.section-head__title.is-visible .char:nth-child(47) {
	animation-delay: 2.35s;
}

.section-head__title.is-visible .char:nth-child(48) {
	animation-delay: 2.4s;
}

.section-head__title.is-visible .char:nth-child(49) {
	animation-delay: 2.45s;
}

.section-head__title.is-visible .char:nth-child(50) {
	animation-delay: 2.5s;
}

.section-head__border {
	border-bottom: solid 1px #707070;
	display: inline-block;
	height: 0.0625rem;
	margin: 0;
	width: 5.3125rem;
}

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

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

.overlay {
	background-color: rgba(222, 230, 224, 0.8);
	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: #F7F7F7;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: ease 0.3s;
	width: 68.1%;
	z-index: 8888;
}

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

.sp-nav__list {
	height: 100%;
	overflow-y: auto;
	padding: 0rem 0.8125rem 2.5rem 1.375rem;
	width: 100%;
}

.sp-nav__list {
	box-sizing: border-box;
}

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

.sp-nav__item + .sp-nav__item {
	margin-top: 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: 300;
	line-height: 1.375;
}

body.is-fixed {
	overflow: hidden;
	touch-action: none;
}

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

.subtitle {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 1.875rem;
	text-align: center;
}

.store__list {
	background-color: #015024;
	color: #fff;
	margin-top: 0.25rem;
	padding: 1.03125rem 0.625rem;
}

.store__item {
	border-bottom: solid 1px #fff;
	padding-bottom: 0.78125rem;
}

.store__item + .store__item {
	margin-top: 0.9375rem;
}

.store__content {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.store__detail {
	width: 72.96%;
}

.store__shop {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.store__wrapper {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-top: 0.98125rem;
	padding-left: 0.3125rem;
}

.store__dl {
	display: flex;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.store__dl + .store__dl {
	margin-top: 0.3125rem;
}

.store__term {
	padding-right: 0.3125rem;
	position: relative;
	width: 3.8125rem;
}

.store__term::after {
	content: "：";
	position: absolute;
	right: 0;
	top: 0;
}

.store__desc {
	width: 72%;
}

.store__img {
	width: 25.78%;
}

.store__img img {
	-o-object-fit: cover;
	aspect-ratio: 82.5/58.5;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.store__buttons {
	margin-top: 1rem;
	text-align: center;
}

.store__button-text {
	align-items: center;
	background-color: #fff;
	color: #292929;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0.875rem 0rem;
	position: relative;
	transition: color 0.4s ease;
	width: 71%;
	z-index: 0;
}

.sub-fv {
	position: relative;
}

.sub-fv__img img {
	-o-object-fit: cover;
	aspect-ratio: 375/94.5;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-fv__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.025em;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.sub-fv__title--color{
	color: #6d6d6d;
}

.sub-store {
	margin-top: 3.125rem;
}

.sub-store__container {
	padding: 1.76875rem 0 3.125rem;
}

.sub-store__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-store__explanation {
	color: #6D6D6D;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	text-align: center;
}

.sub-store__store {
	margin-top: 0.625rem;
}

.sub-store__store-item + .sub-store__store-item {
	margin-top: 2rem;
}

.sub-store__content {
	color: #6D6D6D;
}

.sub-store__item {
	border: solid 1px #015024;
	padding: 1.25rem 0.9375rem;
}

.sub-store__item + .sub-store__item {
	margin-top: 2rem;
}

.sub-store__img img {
	-o-object-fit: cover;
	aspect-ratio: 315/210;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-store__name {
	border-bottom: solid 1px #015024;
	color: #292929;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-top: 1rem;
	padding-bottom: 0.5625rem;
}

.sub-store__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.9375rem;
}

.sub-store__time {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-top: 0.25rem;
}

.sub-store__buttons {
	margin-top: 1.25rem;
	text-align: center;
}

.sub-store__wrapper {
	margin-top: 1.01875rem;
}

.sub-store__dl {
	display: flex;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
}

.sub-store__dl + .sub-store__dl {
	margin-top: 0.3125rem;
}

.sub-store__term {
	padding-right: 0.3125rem;
	position: relative;
	width: 4.375rem;
}

.sub-store__term::after {
	content: "：";
	position: absolute;
	right: 0;
	top: 0;
}

.sub-store__desc {
	width: 72%;
}

.sub-store__map {
	aspect-ratio: 315/140;
	margin-top: 1.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.sub-store__map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.sub-store__tel {
	-webkit-text-decoration: none;
	background-color: #015024;
	display: block;
	margin-top: 1.96875rem;
	padding: 0.8125rem 0rem 0.5625rem;
	text-align: center;
	text-decoration: none;
}

.sub-store__tel-inner {
	align-items: center;
	display: inline-flex;
	gap: 0.375rem;
	justify-content: center;
}

.sub-store__icon {
	-o-object-fit: contain;
	height: 1.15625rem;
	object-fit: contain;
	width: 1.15625rem;
}

.sub-store__number {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.sub-store__top-buttons {
	margin-top: 3.75rem;
	text-align: center;
}

.sub-store__top-button-text {
	align-items: center;
	background-color: #CAC2C2;
	color: #6D6D6D;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 1.03125rem 0rem 1.09375rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

.sub-store__top-button-text:hover {
	box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.top-button__text {
	align-items: center;
	background-color: #06C755;
	color: #fff;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	overflow: hidden;
	padding: 0.8875rem 0rem 0.89375rem;
	position: relative;
	transition: border-radius 0.25s ease-in-out, box-shadow 0.4s ease-in-out, text-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
	width: 100%;
	will-change: transform, box-shadow;
	z-index: 0;
}

.voice {
	background-color: #DEE6E0;
	padding: 2.5rem 0;
}

.voice__swiper {
	margin-top: 1.25rem;
}

.swiper-slide {
	display: flex;
	height: auto;
}

.voice__card {
	background-color: #fff;
	border: solid 1.5px #015024;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: 1.8rem;
	padding: 1.5rem 0.65625rem 0rem;
	position: relative;
}

.voice__age {
	background-color: #015024;
	border-radius: 0.75rem;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.375rem 0.6875rem 0.40625rem;
	position: absolute;
	top: -3.6%;
	transform: translate(-50%, 0%);
}

.voice__img {
	margin-left: auto;
	margin-right: auto;
	width: 81.31%;
}

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

.voice__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.5625rem;
}

.info__pagination {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 3.5rem;
}

.swiper-pagination-bullet {
	background-color: #6D6D6D;
	border-radius: 50%;
	height: 0.5rem;
	opacity: 0.4;
	transition: opacity 0.3s;
	width: 0.5rem;
}

.swiper-pagination-bullet-active {
	background-color: #015024;
	opacity: 1;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.top-faq {
	padding-top: 10.625rem;
}

.feature {
	margin-top: 7.3125rem;
}

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

.top-info {
	padding-top: 11.5625rem;
}

.top-please {
	margin-top: 8.0625rem;
	padding-bottom: 8.1875rem;
}

.top-store {
	margin-top: 8.125rem;
}

.top-voice {
	margin-top: 8.125rem;
}

.breadcrumb__nav {
	padding-left: 7.5rem;
}

.breadcrumb__list {
	padding: 0.8125rem 0rem;
}

.breadcrumb__link {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.breadcrumb__separator {
	font-size: 0.875rem;
}

.care {
	padding: 8.125rem 0;
}

.care__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.care__subtitle {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 2.5rem;
}

.care__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 6.25rem;
}

.care__item {
	margin: 0;
	max-width: calc(50% - 0.75rem);
	padding: 4.0625rem 4.375rem 6.25rem;
}

.care__item--after {
	padding: 4.0625rem 4.375rem 1.25rem;
}

.care__tab {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	padding: 0.85rem 3.84375rem 0.9625rem;
	top: 0;
	transform: translate(-50%, -50%);
}

.care__photo {
	width: 100%;
}

.care__photo img {
	aspect-ratio: 450/450;
}

.care__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6875;
	margin-top: 1.25rem;
	text-align: left;
}

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

.sub-faq__accordion {
	margin-top: 3.5rem;
}

.sub-faq__toggle + .sub-faq__toggle {
	margin-top: 2rem;
}

.sub-faq-toggle__title {
	padding: 0.5rem 1.75rem 0.4375rem 1.1875rem;
}

.sub-faq-toggle__title-box {
	font-size: 1.375rem;
	gap: 0 0.625rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	padding-right: 3.4375rem;
}

.sub-faq-toggle__en {
	font-size: 1.875rem;
	padding: 0.78125rem 0.875rem;
}

.sub-faq-toggle__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
}

.open .sub-faq-toggle__text {
	margin: 1.5625rem 0;
	padding: 0rem 1.875rem;
}

.sub-faq-toggle__title-box::before {
	border: 0.25rem solid #707070;
	height: 2.375rem;
	right: 0rem;
	width: 2.375rem;
}

.sub-faq-toggle__title-box::after {
	border-bottom: 0.25rem solid #707070;
	border-right: 0.25rem solid #707070;
	height: 0.75rem;
	right: 0.8125rem;
	width: 0.75rem;
}

.sub-faq-toggle__title-box.active::after {
	transform: translateY(-50%) rotate(-135deg);
}

.feature {
	padding: 7.6875rem 0 8rem;
}

.feature__inner {
	max-width: 78.4375rem;
	padding: 0 1.5625rem;
}

.feature__title {
	font-size: 2.25rem;
	letter-spacing: 0.05em;
}

.feature__border {
	width: 5.0625rem;
}

.feature__container {
	margin-top: 3.0375rem;
}

.first {
	padding-top: 8.125rem;
}

.first__inner {
	max-width: 56.25rem;
	padding: 0 1.5625rem;
}

.first__top-sentence {
	margin-top: 3rem;
}

.first__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
}

.first__text + .first__text {
	margin-top: 1.875rem;
}

.first__img {
	margin-top: 4rem;
}

.first__img img {
	aspect-ratio: 425/265.5;
}

.first__bottom-sentence {
	margin-top: 4rem;
}

.first__buttons {
	margin-top: 3.75rem;
}

.footer {
	padding: 2.5rem 0 0.625rem;
}

.footer__inner {
	max-width: 79rem;
	padding: 0 1.5625rem;
}

.footer__flex {
	display: flex;
	flex-direction: column-reverse;
}

.footer__logo {
	height: 3.6875rem;
	margin: 5.0625rem auto 0;
	width: 6.625rem;
}

.footer__list {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	margin-top: 1.25rem;
}

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

.footer__item + .footer__item {
	margin-top: 0;
}

.footer__text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.footer__copyright {
	margin-top: 0.9375rem;
}

.footer__copyright-text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.fv-bottom__inner {
	max-width: 90rem;
}

.fv-bottom__flex {
	gap: 10rem;
}

.fv-bottom__img {
	width: 35.625%;
}

.fv-bottom__img img {
	aspect-ratio: 513/353;
}

.fv-bottom__content {
	width: 43.58%;
}

.fv-bottom__title {
	font-size: 4.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.1230769231;
}

.fv-bottom__logo {
	height: 14.3125rem;
	width: 26.0625rem;
}

.fv-bottom__buttons {
	margin: 8.125rem auto 0;
	width: 100%;
}

.fv {
	margin-top: 5.5625rem;
	width: 81.806%;
}

.fv img {
	aspect-ratio: 1178/522;
}

.header__hamburger {
	display: none;
}

.header__container {
	height: 5.5625rem;
	padding-left: 8rem;
	padding-right: 7.375rem;
}

.header__logo {
	height: 3.6875rem;
	width: 6.625rem;
}

.info__inner {
	max-width: 79.125rem;
	padding: 0 1.5625rem;
}

.info__title {
	font-size: 2.25rem;
	letter-spacing: 0.05em;
}

.info__border {
	width: 9.375rem;
}

.info__sentence {
	margin-top: 3.25rem;
}

.info__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 2.7777777778;
}

.info__img {
	margin: 3.85rem auto 0;
	width: 73.192%;
}

.info__img img {
	aspect-ratio: 890/501;
}

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

.locking {
	padding: 8.125rem 0;
}

.locking__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.locking__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3rem;
	margin-top: 3.625rem;
}

.locking__item {
	align-self: flex-start;
	margin: 0;
	max-width: calc(50% - 1.5rem);
}

.locking__title {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 2.03125rem 0 2.09375rem;
}

.locking__wrapper {
	gap: 0.9375rem;
	padding: 1.375rem 2rem 1.4375rem 0.84375rem;
}

.locking__img {
	width: 10.625rem;
}

.locking__img img {
	aspect-ratio: 170/170;
}

.locking__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.68125;
	width: 21rem;
}

.locking__summary {
	gap: 0.6875rem;
	padding: 1.875rem 0.9375rem;
}

.locking__summary dt img {
	height: 2.125rem;
	width: 2.125rem;
}

.locking__summary dd {
	font-size: 1.5rem;
}

.locking__summary .locking__standard {
	font-size: 1rem;
	height: 1.875rem;
	letter-spacing: 0.05em;
	padding: 0.03125rem 0.1875rem 0rem;
}

.locking__detail {
	font-size: 1.375rem;
	padding-left: 2.8rem;
}

.js-locking-toggle.is-open .locking__detail {
	padding-bottom: 1.25rem;
}

.locking__detail-title {
	max-width: 7rem;
}

.locking__buttons {
	margin-top: 5.5875rem;
}

.locking__summary {
	position: relative;
	transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.locking__summary:hover {
	background-color: rgba(240, 248, 255, 0.45);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.locking__summary:hover dd {
	color: #015024;
}

.locking__summary:hover dt img {
	transform: translateX(4px);
}

.pc-nav__banner::before {
	display: block;
}

.please__inner {
	max-width: 59.375rem;
	padding: 0 1.5625rem;
}

.please__content {
	padding: 5.1875rem 0 5.5rem;
}

.please__number {
	margin-top: 2.875rem;
	max-width: 44.75rem;
}

.please__number-text {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.please__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-top: 2.1875rem;
}

.please__buttons {
	margin-top: 5.5625rem;
}

.privacy__inner {
	max-width: 75.625rem;
}

.section-head__title {
	font-size: 2.25rem;
	letter-spacing: 0.05em;
	line-height: 1.4722222222;
}

.section-head__border {
	margin-top: 1.875rem;
	width: 9.375rem;
}

.overlay {
	display: none;
}

.sp-nav {
	display: none;
}

.store__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.subtitle {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-top: 3.75rem;
}

.store__list {
	margin-top: 5rem;
	padding: 2.0625rem 3.25rem;
}

.store__item {
	padding: 0rem 3.75rem 2rem;
	position: relative;
}

.store__item + .store__item {
	margin-top: 2rem;
}

.store__content {
	align-items: flex-start;
}

.store__detail {
	width: 62.38%;
}

.store__shop {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.store__wrapper {
	margin-top: 1.875rem;
	padding-left: 0rem;
}

.store__dl {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6875;
}

.store__dl + .store__dl {
	margin-top: 0.25rem;
}

.store__term {
	width: 9rem;
}

.store__desc {
	width: 100%;
}

.store__img {
	width: 37.5%;
}

.store__img img {
	aspect-ratio: 366/273;
}

.store__buttons {
	bottom: 18.5%;
	left: 11%;
	margin-top: 0rem;
	position: absolute;
}

.store__button-text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	padding: 1.0625rem 1.75rem;
	width: 27rem;
}

.store__button-text::before {
	background: linear-gradient(to top, #f9dfe5 0%, transparent 100%);
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: height 0.4s ease;
	width: 100%;
	z-index: -1;
}

.store__button-text:hover {
	color: #d2789c;
}

.store__button-text:hover::before {
	height: 100%;
}

.sub-fv__img img {
	aspect-ratio: 1440/361;
}

.sub-fv__title {
	font-size: 2.5rem;
	letter-spacing: 0em;
}

.sub-store {
	margin-top: 5.5625rem;
}

.sub-store__container {
	padding: 5.125rem 0 9rem;
}

.sub-store__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.sub-store__explanation {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
}

.sub-store__store {
	margin-top: 5rem;
}

.sub-store__store-item + .sub-store__store-item {
	margin-top: 2.5rem;
}

.sub-store__item {
	padding: 2.1625rem 1.5rem 2.3125rem;
}

.sub-store__img {
	width: 45.037%;
}

.sub-store__img img {
	aspect-ratio: 486/300;
}

.sub-store__name {
	border: none;
	padding-bottom: 0rem;
}

.sub-store__text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0rem;
}

.sub-store__time {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.75rem;
}

.sub-store__padding {
	padding: 1.65625rem 2rem 0;
}

.sub-store__flex {
	align-items: center;
	display: flex;
}

.sub-store__box {
	border-right: solid 1px #292929;
	width: 50%;
	padding-right: 3rem;
}

.sub-store__buttons {
	margin-top: 1.5625rem;
}

.sub-store__wrapper {
	margin-top: 0rem;
	padding-left: 3rem;
	width: 50%;
}

.sub-store__dl {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.sub-store__dl + .sub-store__dl {
	margin-top: 0.75rem;
}

.sub-store__term {
	width: 6.25rem;
}

.sub-store__desc {
	width: 100%;
}

.sub-store__map {
	aspect-ratio: 486/300;
	margin-top: 0rem;
	width: 45.037%;
}

.sub-store__number {
	color: #6D6D6D;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.625rem;
}

.sub-store__images {
	align-items: center;
	display: flex;
	gap: 7.3125rem;
	justify-content: center;
	margin-top: 2.3125rem;
}

.sub-store__top-buttons {
	margin-top: 10rem;
}

.sub-store__top-button-text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	padding: 1.3375rem 0rem 1.4125rem;
	width: 25rem;
}

.top-button__text {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	padding: 1.5375rem 0 1.5875rem;
	width: 33.125rem;
}

.top-button__text::after {
	border: 0.125rem solid rgba(255, 255, 255, 0.4);
	border-radius: 62.4375rem;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1.2);
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	z-index: 0;
}

.top-button__text:hover::after {
	opacity: 1;
	transform: scale(1);
}

.top-button__text:hover {
	border-radius: 62.4375rem;
	box-shadow: 0 0 1.125rem rgba(255, 255, 255, 0.4);
	text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.7);
	transform: scale(1.015);
}

.top-button__text--store {
	width: 31.25rem;
}

.voice {
	padding: 8rem 0;
}

.voice__swiper {
	margin-top: 3.75rem;
}

.voice__card {
	border: solid 2px #015024;
	padding: 2.875rem 2.875rem 1.25rem;
}

.voice__age {
	border-radius: 1.53125rem;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	padding: 0.9rem 2.1875rem 0.9rem;
	top: -4.5%;
}

.voice__img img {
	aspect-ratio: 200/142;
}

.voice__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.675;
	margin-top: 2.75rem;
}

.info__pagination {
	gap: 0.9375rem;
	margin-top: 5rem;
}

.swiper-pagination-bullet {
	height: 1.125rem;
	width: 1.125rem;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes slideInChar {

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

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

}

@keyframes slideInChar {

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

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

}

@keyframes fadeInSlide {

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

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

}

@keyframes shine {

0% {
	left: -75%;
}

100% {
	left: 125%;
}

}


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