body {
	background-color: #febc49;
	color: #2b2b2b;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

a[href^="tel:"] {
	pointer-events: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

*,
*::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: optimizeSpeed;
}

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

.contact {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.contact__inner {
	background-color: #186ac8;
	border-radius: 1.25rem;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 85rem;
	padding: 5rem 5rem 2rem;
	width: 100%;
}

.contact__read {
	color: #fff;
	padding-left: 1.125rem;
	position: relative;
}

.contact__read::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 18%;
	width: 0.625rem;
}

.contact__img {
	aspect-ratio: 430/194;
	height: auto;
	margin-top: 5rem;
	max-width: 26.875rem;
	width: 100%;
}

.contact__img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.contact__title.section-title {
	color: #fff;
	display: block;
}

.contact__tel {
	margin-top: 3.125rem;
}

.contact__tel {
	background-color: #186ac8;
	background-color: #2b2b2b;
	border-radius: 6.25rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	max-width: 39.125rem;
	padding: 1.375rem 3.75rem;
	width: 100%;
}

.contact__tel-label {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1;
}

.contact__tel-number {
	font-family: "Inter", sans-serif;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1;
}

.fv {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.fv__inner {
	background-color: #fff;
	border-radius: 0 0 3.125rem 3.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: max(85rem, min(86vw, 100%));
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv__textbox {
	padding-bottom: max(5rem, min(12vw, 16.25rem));
	padding-left: max(3.75rem, min(8vw, 12.5rem));
	padding-right: 0;
	padding-top: max(7.5rem, min(18vw, 25rem));
}

.fv__textbox-logo {
	aspect-ratio: 561/94;
	height: auto;
	max-width: 35.0625rem;
	width: 100%;
}

.fv__textbox-logo img {
	display: block;
	height: auto;
	width: 100%;
}

.fv__textbox-title {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 2.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1rem;
}

.fv__textbox-subtitle {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2;
	margin-top: 3.75rem;
}

/* ========== 男の子：右からぴょこ ========== */

.boy {
	animation: boyPeek 700ms ease-out 200ms forwards;
	bottom: 0;
	opacity: 0;
	position: absolute;
	right: -1.25rem;
	transform: translateX(105%);
	width: max(35vw, min(43vw, 38.625rem));
	will-change: transform, opacity;
}

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

/* 右からぴょこっ → 止まる */

/* ========== 犬：下からぴょこ ========== */

.dogs {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	left: min(34%, 34vw);
	position: absolute;
}

.dog {
	transform: translateY(140%);
	will-change: transform, opacity;
}

/* 1匹目 */

.dog--1 {
	animation: dogAppear 0.7s ease-out 0.9s forwards;
	width: min(12.5rem, 8vw);
}

/* 2匹目（少し遅らせる） */

.dog--2 {
	animation: dogAppear 0.7s ease-out 1.1s forwards;
	margin-left: -2.5rem;
	width: min(24rem, 16vw);
}

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

/* 登場アニメーション */

/* 犬テキスト：ふわっと表示 */

.dogs__caption { /* 犬と同時くらい */
	animation: captionFade 1500ms cubic-bezier(0.16, 1, 0.3, 1) 1500ms forwards;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 1rem;
	margin-left: -2.5rem; /* 初期状態 */
	opacity: 0;
	transform: translateY(6px);
	white-space: nowrap;
	will-change: transform, opacity;
}

/* ふわっとフェード */

/* アクセシビリティ */

.instagram {
	margin-top: 7.5rem;
}

.instagram__inner {
	padding-bottom: 12.5rem;
}

.instagram__read {
	margin-top: 1.25rem;
}

.instagram__contents {
	margin-top: 1.5rem;
}

.instagram__btn {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}

.instagram__link {
	align-items: center;
	background-color: #2b2b2b;
	border-radius: 3.125rem;
	color: #fff;
	display: flex;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	max-width: 25rem;
	padding: 1rem 2.5rem;
	position: relative;
	transition: transform 0.3s ease;
	width: 100%;
}

.instagram__link:hover {
	opacity: 1;
	transform: scale(1.1);
}

.instagram__link::after {
	background-image: url("../images/btn_arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 2.5rem;
	width: 0.625rem;
}

.mascot-dog {
	margin-bottom: 6.25rem;
}

.mascot-dog__flex {
	display: flex;
	gap: 1.5rem;
}

.mascot-dog__right {
	aspect-ratio: 138/92;
	height: auto;
	max-width: 8.625rem;
	transition: transform 0.3s ease;
	width: 100%;
}

.mascot-dog__right:hover {
	opacity: 1;
	transform: scale(1.1);
}

.mascot-dog__right img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mascot-dog__read {
	margin-top: 2.75rem;
}

.mascot-dog__lits {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.mascot-dog__list {
	align-items: start;
	display: grid;
	grid-template-columns: auto 1fr; /* 左：本文ブロック / 右：画像 */
}

.mascot-dog__body {
	align-items: stretch; /* ← ラベルをテキストと同じ高さに */
	display: flex;
	min-height: 0;
}

.mascot-dog__label {
	background-color: #186ac8;
	border-radius: 1.25rem;
	color: #fff;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 1.5rem 0.625rem;
	writing-mode: vertical-rl;
}

.mascot-dog__text {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 1.25rem;
	margin-left: 0.75rem;
	max-width: 16.5rem;
	padding: 0.625rem 0.75rem;
	width: 100%;
}

.mascot-dog__list:nth-child(1) .mascot-dog__img {
	aspect-ratio: 271/370;
	height: auto;
	margin-left: -4.625rem;
	margin-top: 1.0625rem;
	position: relative;
	width: 16.9375rem;
	z-index: 1;
}

.mascot-dog__list:nth-child(2) .mascot-dog__img {
	aspect-ratio: 196/293;
	height: auto;
	margin-left: -1.75rem;
	margin-top: 3rem;
	position: relative;
	width: 12.25rem;
	z-index: 1;
}

.mascot-dog__img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pride__read {
	margin-top: 2.125rem;
}

.pride__read-text {
	margin-top: 1rem;
}

.pride__lists {
	grid-gap: 0.8125rem;
	display: grid;
	gap: 0.8125rem;
	grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
	margin-top: 2.5rem;
}

.pride__list {
	background-color: #186ac8;
	border-radius: 0.625rem;
	padding: 1.5rem 1.25rem 1rem 1.25rem;
}

.pride__list-title {
	background-color: #fff;
	border-radius: 0.3125rem;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	padding: 1.25rem 0.625rem;
}

.pride__list-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 1.125rem;
}

.pride__flex {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.pride__left {
	aspect-ratio: 364/240;
	height: auto;
	max-width: 22.75rem;
	width: 100%;
}

.pride__left img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pride__right-text {
	margin-top: 2.125rem;
}

.service {
	margin-top: 13.75rem;
}

.service__read {
	margin-top: 2.75rem;
}

.service__lists {
	margin-top: 5rem;
}

.service__lists {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.service__list {
	align-items: center;
	border: 0.125rem solid #febc49;
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: column;
	height: 11.5rem;
	justify-content: center;
	padding: 1rem;
	width: 11.5rem;
}

.service__list-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service__list-img,
.service__list-text {
	margin-top: auto;
}

.service__list-text {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.service__contents {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
	padding: 1rem;
}

.service__content-title {
	background-color: #186ac8;
	border-radius: 0.625rem;
	color: #fff;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 1rem;
	width: 25.5rem;
}

.service__content-textbox {
	margin-top: 1.5rem;
}

.service__content-text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
	padding-left: 1.125rem;
	position: relative;
}

.service__content-text::before {
	background-color: #febc49;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.service__content-text:not(:first-child) {
	margin-top: 0.75rem;
}

.service__content-supplement {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 0.75rem;
	padding-left: 1.25rem;
}

.service__content-supplement span {
	display: block;
}

/*
右から左へ
----------------------------*/

/*左から右へ
----------------------------*/

/*
  IE11対策
  ----------------------------*/

_:-ms-lang(x)::-ms-backdrop,
.slide {
	display: -ms-grid;
	overflow: hidden;
}

/*----------------------------*/

.slide__wrap {
	display: flex;
	overflow: hidden;
}

.slide__wrap + .slide__wrap {
	margin-top: 0.875rem;
}

.slide__list {
	display: flex;
}

.slide__list--left {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.slide__list--right {
	animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.service-slide {
	margin-top: 5rem;
}

.service-slide .slide__item {
	aspect-ratio: 200/200;
	height: auto;
	width: 12.5rem;
}

.slide__item + .slide__item {
	margin-left: 0.875rem;
}

.slide__list + .slide__list {
	margin-left: 0.875rem;
}

.slide__item img {
	-o-object-fit: cover;
	border: 0.1px solid #d9d9d9;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.support {
	margin-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.support__inner.inner {
	max-width: 56.875rem;
}

.support__top-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 42.875rem;
}

.support__title {
	margin-top: 2.125rem;
}

.support_comment {
	aspect-ratio: 676/366;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 42.25rem;
	width: 100%;
}

.support_comment img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.support__under-text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 32.5625rem;
}

.voice {
	margin-bottom: 10rem;
	overflow: hidden;
}

.voice__inner {
	position: relative;
}

.voice__read {
	margin-top: 2.125rem;
}

.voice__swiper {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2.5rem;
	min-height: 34.375rem;
}

.voice__card.is-offset {
	margin-top: 2.5rem;
}

.voice__illust {
	height: 6.25rem;
	margin-left: auto;
	margin-right: auto;
}

.voice__illust img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.voice__box {
	background-color: #fff;
	border: 0.125rem solid #e6c85c;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: -1.25rem;
	min-height: 21rem;
	padding: 2.25rem 1.875rem 1.875rem;
}

.voice__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.voice__meta {
	margin-top: auto;
	text-align: center;
}

.voice__btn {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 54vw;
	z-index: 20;
}

.voice__btn-item {
	align-items: center;
	background-color: #2b2b2b;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 3.75rem;
	justify-content: center;
	pointer-events: auto; /* ボタンだけクリック可能 */
	position: relative;
	transform-origin: center center;
	transition: transform 0.3s ease;
	width: 3.75rem;
}

.button-prev {
	transform: translateX(20%);
}

.button-next {
	transform: translateX(100%);
}

.voice__btn-item img {
	height: 1.5625rem;
	width: 1.5625rem;
}

.voice__btn-item.button-prev img {
	margin-right: 0.3125rem;
	transform: rotate(180deg);
}

.voice__btn-item.button-next img {
	margin-left: 0.3125rem;
}

.button-prev:hover {
	transform: translateX(5%) scale(1.1);
}

.button-next:hover {
	transform: translateX(100%) scale(1.1);
}

.assistant-boy {
	align-items: center;
	bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	pointer-events: none;
	position: fixed;
	right: 2%;
	transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s 0.4s;
	z-index: 801;
}

.assistant-boy.is-hidden {
	opacity: 0;
	transform: translateY(0.375rem);
	visibility: hidden;
}

.assistant-boy.is-show {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.assistant-boy__speech-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	transition: transform 0.4s ease, opacity 0.4s ease;
	z-index: -1;
}

.assistant-boy__speech-wrapper.is-slide-out {
	opacity: 0;
	transform: translateY(100%);
}

.assistant-boy__serif {
	left: 23%;
	position: absolute;
	top: 15%;
}

.assistant-boy__speech {
	display: block;
	height: auto;
	width: 11.9375rem;
}

.assistant-boy.is-welcome .assistant-boy__speech {
	aspect-ratio: 1/1;
	display: block;
	height: auto;
	width: 6.25rem;
}

.assistant-boy__img {
	display: block;
	height: auto;
	width: 9.375rem;
	z-index: 1;
}

.section-title {
	--wave-color: #febc49;
	background-image: repeating-linear-gradient(to right, #febc49 0, #febc49 5px, transparent 5px, transparent 10px);
	background-image: repeating-linear-gradient(to right, var(--wave-color) 0, var(--wave-color) 5px, transparent 5px, transparent 10px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 0.1875rem;
	display: inline-block;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 0.5rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	position: relative;
}

.section-title--white {
	--wave-color: #fff;
}

.section-entitle {
	--square-color: #febc49;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	padding-left: 1.75rem;
	position: relative;
	text-transform: capitalize;
}

.section-entitle::before {
	background-color: var(--square-color);
	content: "";
	display: block;
	height: 0.625rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.section-entitle--white {
	--square-color: #fff;
}

.common-text-big {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.common-text-medium {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2;
}

.common-text-small {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2;
}

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

.section-top-wrap {
	background-color: #fff;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.section-under-wrap {
	background-color: #fff;
	padding: 6.25rem 0 12.5rem;
	position: relative;
	z-index: 3;
}

.footer {
	background-color: #fff;
	margin-top: -0.625rem;
	position: relative;
	z-index: 2;
}

.footer__inner {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	position: relative;
	width: 100%;
}

.footer__img-wrapper {
	margin-left: 2%;
	position: absolute;
	top: 8.125rem;
	z-index: 2;
}

.footer__img-wrapper img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer__shop {
	aspect-ratio: 497/236;
	height: auto;
	max-width: min(31.0625rem, 37vw);
	width: 100%;
}

/*アニメーション*/

.footer__click {
	animation: float 2s ease-in-out infinite;
	aspect-ratio: 199/142;
	display: block;
	height: auto;
	max-width: min(12.4375rem, 14vw);
	position: absolute;
	right: -36%;
	top: -12%;
	transition: transform 0.3s ease;
	width: 100%;
}

.footer__click:hover {
	animation: float-hover 2s ease-in-out infinite;
}

.footer__click img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 100%;
}

.footer__click:hover img {
	transform: scale(1.1);
}

.footer__contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 69.375rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	position: relative;
	z-index: 2;
}

.footer__content {
	margin-left: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__logo {
	aspect-ratio: 360/80;
	height: auto;
	max-width: 22.5rem;
	width: 100%;
}

.footer__logo img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

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

.footer__list--column {
	align-items: baseline;
	flex-direction: column;
}

.footer__tel-fax + .footer__tel-fax {
	margin-top: 0.5rem;
}

.footer__list:first-child {
	margin-top: 1.75rem;
}

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

.footer__post,
.footer__time {
	margin-top: 0.25rem;
}

.footer__en-text {
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
}

.footer__text {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
}

.footer__address {
	margin-left: 0.25rem;
}

.footer__map {
	background-color: #2b2b2b;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	margin-left: 1.25rem;
	padding: 0.0625rem 0.3125rem;
	transition: transform 0.3s ease;
}

.footer__map:hover {
	transform: scale(1.1);
}

.footer__time,
.footer__week,
.footer__mail-address {
	margin-left: 1.125rem;
}

.footer__mail-address {
	margin-top: 0.25rem;
}

.footer__bg {
	align-items: center;
	background-color: #febc49;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -0.625rem;
	padding-bottom: 3.75rem;
}

.footer__sns {
	display: flex;
	gap: 1.5rem;
}

.footer__sns-link {
	aspect-ratio: 1/1;
	height: auto;
	max-width: 1.5rem;
	width: 100%;
}

.footer__sns-link img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.footer__sns-link:hover img {
	transform: scale(1.1);
}

.footer__copylight {
	color: #fff;
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 1rem;
	text-align: center;
}

/* フッター後のパララックスセクション */

.footer-parallax {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.footer-parallax__inner {
	position: fixed !important;
}

.footer-parallax__inner {
	height: 100vh;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 0;
}

.footer-parallax__bg {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 10;
}

.footer-parallax__bg img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.sp-fixed-bar {
	background-color: #186ac8;
	bottom: 0;
	height: 3.125rem;
	left: 0;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	position: fixed;
	width: 100%;
	z-index: 800;
}

.sp-fixed-bar__btn {
	border-right: 0.125rem solid #fff;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
	padding-left: 1.0625rem;
	padding-right: 1.0625rem;
	text-align: center;
	width: 50%;
}

.footer-boy {
	align-items: center;
	bottom: -6.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	right: 2%;
	z-index: 3;
}

.footer-boy__speech-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: -1;
}

.footer-boy__serif {
	left: 20%;
	position: absolute;
	top: 1.25rem;
}

.footer-boy__speech {
	aspect-ratio: 1/1;
	display: block;
	height: auto;
	max-width: 6.25rem;
}

.footer-boy__img {
	display: block;
	height: auto;
	max-width: min(9.375rem, 11vw);
	position: relative;
	z-index: 1;
}

.header {
	height: 7.0625rem;
	left: 0;
	padding-left: 2.5rem;
	padding-left: max(2.5rem, min(2.5vw, 6.25rem));
	padding-right: 2.5rem;
	padding-right: max(2.5rem, min(2.5vw, 6.25rem));
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.header__inner {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3.125rem;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: max(85rem, min(86vw, 100%));
	padding: 1.25rem 2.5rem;
	transition: background-color 0.3s ease;
	width: 100%;
}

/* スマホでロゴ表示時に背景色を表示 */

/* =========================
  ロゴ：最初は非表示 → スクロールで表示
========================= */

.header__logo {
	height: inherit;
	max-width: 14rem; /* 追加：初期は隠す */
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	width: 100%;
}

/* 追加：スクロール後に表示状態 */

.header__logo.is-show {
	opacity: 1;
	pointer-events: auto;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.header__right {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.header__tel {
	background-color: #186ac8;
	border-radius: 3.125rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.9375rem 2rem;
	z-index: 999;
}

.header__right.is-open .header__tel {
	opacity: 1;
	transform: translateY(0);
}

.header__tel-label {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
}

.header__tel-number {
	font-family: "Inter", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1;
}

.header__hamburger {
	background-color: #186ac8;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 4.5625rem;
	position: relative;
	transition: transform 0.3s;
	width: 4.5625rem;
	z-index: 999;
}

.header__hamburger:hover {
	transform: scale(1.1);
}

.header__hamburger span {
	background-color: #fff;
	border-radius: 0.3125rem;
	display: block;
	height: 0.1875rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 2.5rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.5rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.5rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0.1875rem;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.1875rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: #fff9e6;
	border-radius: 3.125rem 0 0 3.125rem;
	max-width: 35.625rem;
	overflow-y: scroll;
	padding: 12.125rem 5rem 5rem;
	position: absolute;
	right: -120%;
	scrollbar-width: none;
	top: 0;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.header__drawer.is-open {
	right: 0;
}

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

.header__drawer-item a {
	color: #2b2b2b;
	display: block;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 1.125rem 0;
}

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

@media (prefers-reduced-motion: reduce) {

.boy,
.dog--1,
.dog--2 {
	animation: none;
	opacity: 1;
	transform: none;
}

}

@media screen and (max-width: 1110px) {

.voice__box {
	min-height: 24.125rem;
}

.voice__btn {
	width: 33vw;
}

.button-prev {
	transform: translateX(-54%);
}

.button-next {
	transform: translateX(63%);
}

.button-prev:hover {
	transform: translateX(-54%) scale(1.1);
}

.button-next:hover {
	transform: translateX(63%) scale(1.1);
}

.footer-boy {
	right: 0;
}

}

@media screen and (max-width: 1024px) {

.voice__swiper {
	min-height: 40.5rem;
}

.voice__btn {
	bottom: 0;
	gap: 5rem;
	justify-content: center;
	top: auto;
	top: initial;
	width: 100%;
}

}

@media (max-width: 1000px) {

html {
	font-size: 1.6vw;
}

}

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

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: auto;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

.contact {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact__inner {
	align-items: center;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 33.75rem;
	padding: 2.5rem 1.25rem 1.5rem;
}

.contact__img {
	margin-top: 2.5rem;
	max-width: 18.75rem;
}

.contact__tel {
	margin-top: 1.875rem;
}

.contact__tel {
	border-radius: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75rem;
	padding: 1rem 1.875rem;
}

.contact__tel-label {
	font-size: 0.875rem;
}

.contact__tel-number {
	font-size: 1.75rem;
}

.fv {
	margin-left: 0;
	margin-right: 0;
}

.fv__inner {
	border-radius: 0 0 0 3.125rem;
	margin-left: auto;
	margin-right: 0;
	margin-right: initial;
	max-width: 90%;
}

.fv__textbox {
	padding: 6.25rem 0 1rem 1.875rem;
}

.fv__textbox-logo {
	max-width: 16.3125rem;
}

.fv__textbox-subtitle {
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 2rem;
}

.boy {
	margin-left: auto;
	margin-right: -1.25rem;
	position: static;
	width: 14.75rem;
	width: max(44vw, min(63vw, 14.75rem));
}

.dogs {
	left: 10%;
}

.dog--1 {
	width: 3.25rem;
	width: max(12vw, min(16vw, 6.25rem));
}

.dog--2 {
	margin-left: -1.875rem;
	width: 6.125rem;
	width: max(22vw, min(26vw, 9.375rem));
}

.dogs__caption {
	display: none;
}

.instagram {
	margin-top: 5rem;
}

.instagram__inner {
	padding-bottom: 7.5rem;
}

.instagram__btn {
	margin-top: 2.5rem;
}

.instagram__link {
	max-width: 18.75rem;
	padding: 0.75rem 1.25rem;
}

.instagram__link::after {
	right: 1.25rem;
}

.mascot-dog__right {
	max-width: 6.25rem;
}

.mascot-dog__read {
	margin-top: 1.5rem;
}

.mascot-dog__lits {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.mascot-dog__list {
	grid-template-columns: 1fr; /* 1カラムに変更 */
	justify-items: center; /* 中央寄せ */
}

.mascot-dog__label {
	font-size: 1rem;
	padding: 1.25rem 0.5rem;
}

.mascot-dog__text {
	max-width: 100%;
}

.mascot-dog__list:nth-child(1) .mascot-dog__img {
	margin-left: 0;
	margin-top: 1.25rem;
}

.mascot-dog__list:nth-child(2) .mascot-dog__img {
	margin-left: 0;
	margin-top: 1.25rem;
}

.pride__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 15rem;
	width: 100%;
}

.pride__list-title {
	padding: 1rem 0.375rem;
}

.pride__list-text {
	margin-top: 0.75rem;
}

.pride__flex {
	align-items: center;
	flex-direction: column-reverse;
	margin-top: 2.5rem;
}

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

.pride__right-text {
	margin-top: 1.25rem;
}

.service {
	margin-top: 6.25rem;
}

.service__read {
	margin-top: 1.5rem;
}

.service__lists {
	margin-top: 2.5rem;
}

.service__lists {
	justify-content: center;
}

.service__list {
	height: 9.375rem;
	padding: 0.625rem;
	width: 9.375rem;
}

.service__list-text {
	font-size: 0.875rem;
}

.service__contents {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
	padding: 0;
}

.service__content-title {
	font-size: 1.25rem;
	padding: 0.75rem;
	width: 100%;
}

.service__content-textbox {
	margin-top: 1rem;
}

.service__content-text:not(:first-child) {
	margin-top: 0.5rem;
}

.service__content-supplement {
	margin-top: 0.5rem;
}

.slide__list--left {
	animation: infinity-scroll-left 70s infinite linear 0.5s both;
}

.slide__list--right {
	animation: infinity-scroll-right 70s infinite linear 0.5s both;
}

.service-slide {
	margin-top: 2.5rem;
}

.service-slide .slide__item {
	width: 6.25rem;
}

.slide__item + .slide__item {
	margin-left: 0.625rem;
}

.slide__list + .slide__list {
	margin-left: 0.625rem;
}

.support {
	margin-bottom: 3.75rem;
	padding-top: 5rem;
}

.support__inner.inner {
	max-width: 100%;
}

.support__top-text {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.support__title {
	margin-top: 0;
}

.support_comment {
	margin-top: 1.875rem;
	max-width: 100%;
}

.support__under-text {
	margin-top: 1.5rem;
	max-width: 100%;
}

.voice {
	margin-bottom: 5rem;
}

.voice__swiper {
	min-height: 34.5rem;
	overflow: visible;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.voice__card.is-offset {
	margin-top: 0rem;
}

.voice__box {
	height: 22rem;
	min-height: 100%;
	padding: 1.5rem 1rem 1.5rem;
}

.button-prev {
	transform: translateX(10%);
}

.button-next {
	transform: translateX(-10%);
}

.button-prev:hover {
	transform: translateX(10%) scale(1.1);
}

.button-next:hover {
	transform: translateX(-10%) scale(1.1);
}

.assistant-boy {
	bottom: 1.5rem;
	flex-direction: row;
}

.assistant-boy__speech-wrapper.is-slide-out {
	transform: translateX(100%);
}

.assistant-boy__serif {
	left: 20%;
	top: -0.9375rem;
}

.assistant-boy__serif.comment {
	font-size: 0.625rem;
}

.assistant-boy__speech {
	margin-top: -1.625rem;
	width: 8.125rem;
}

.assistant-boy.is-welcome .assistant-boy__speech {
	height: auto;
	margin-top: -1.625rem;
	width: 4.75rem;
}

.assistant-boy__img {
	margin-left: -0.5rem;
	width: 4.0625rem;
}

.section-title {
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	display: inline;
	font-size: 1.75rem;
	padding-bottom: 0.25rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

.section-entitle {
	margin-bottom: 0.25rem;
}

.common-text-big {
	font-size: 1.25rem;
}

.common-text-medium {
	font-size: 1rem;
}

.section-top-wrap {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.section-under-wrap {
	padding: 3.75rem 0 3.75rem;
}

.footer__img-wrapper {
	left: 20%;
	margin-top: 2.5rem;
	top: auto;
	transform: translateX(-20%);
}

.footer__shop {
	max-width: 16.25rem;
}

.footer__click {
	max-width: 6.25rem;
	right: -30%;
	top: -16%;
}

.footer__contents {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.footer__content {
	margin-left: auto;
	margin-right: auto;
}

.footer__logo {
	max-width: 18.75rem;
}

.footer__en-text {
	font-size: 1rem;
}

.footer__text {
	font-size: 1rem;
}

.footer__map {
	margin-left: 0.5rem;
}

.footer__time,
.footer__week,
.footer__mail-address {
	margin-left: 0.5rem;
}

.footer__wave {
	margin-top: 5rem;
}

.footer__bg {
	padding-top: 2.5rem;
}

.footer-parallax__bg img {
	-o-object-fit: bottom;
	object-fit: bottom;
}

.header {
	height: 5rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.header__inner {
	background-color: transparent;
	margin-top: 0.375rem;
	max-width: 90%;
	padding: 0.625rem 0.625rem;
}

.header__inner.is-show {
	background-color: rgba(255, 255, 255, 0.8);
}

.header__logo {
	max-width: 10rem;
}

.header__hamburger {
	height: 3.5rem;
	width: 3.5rem;
}

.header__hamburger span {
	width: 1.875rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.3125rem;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.3125rem;
}

.header__drawer {
	max-width: 20rem;
	padding: 7.5rem 2.5rem 2.5rem;
}

.header__drawer-item a {
	font-size: 1.125rem;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes boyPeek {

0% {
	opacity: 0;
	transform: translateX(105%);
}

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

}

@keyframes dogAppear {

0% {
	transform: translateY(140%);
}

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

}

@keyframes captionFade {

0% {
	opacity: 0;
	transform: translateY(8px);
}

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

}

@keyframes infinity-scroll-left {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}

}

@keyframes infinity-scroll-right {

from {
	transform: translateX(-100%);
}

to {
	transform: translateX(0);
}

}

@keyframes float {

0% {
	transform: translateY(0) rotate(0deg);
}

25% {
	transform: translateY(-5px) rotate(2deg);
}

50% {
	transform: translateY(0) rotate(0deg);
}

75% {
	transform: translateY(-3px) rotate(-2deg);
}

100% {
	transform: translateY(0) rotate(0deg);
}

}

@keyframes float-hover {

0% {
	transform: translateY(0) rotate(0deg) scale(1.1);
}

25% {
	transform: translateY(-5px) rotate(2deg) scale(1.1);
}

50% {
	transform: translateY(0) rotate(0deg) scale(1.1);
}

75% {
	transform: translateY(-3px) rotate(-2deg) scale(1.1);
}

100% {
	transform: translateY(0) rotate(0deg) scale(1.1);
}

}


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