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

body {
	background-color: #141414;
	font-family: "Sansita Swashed", "Noto Sans JP", 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;
	overflow-x: hidden;
	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 */

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

a:hover {
	cursor: pointer;
	opacity: 0.9;
}

.about-us__inner {
	max-width: 35rem;
}

.about-us__body {
	margin-top: 1.5rem;
	position: relative;
}

.about-us__images-box {
	height: 100%;
	width: 100%;
}

.about-us__images {
	aspect-ratio: 345/212;
	position: relative;
	width: 100%;
}

.about-us__image01 {
	aspect-ratio: 128/194;
	left: 0;
	position: absolute;
	top: 0;
	width: 37.101449%;
	z-index: 2;
}

.about-us__image01 img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

.about-us__image02 {
	aspect-ratio: 281/186;
	bottom: 0;
	position: absolute;
	right: 0;
	width: 81.449275%;
	z-index: 1;
}

.about-us__image02 img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

.about-us__container {
	margin-top: 2.5625rem;
	position: relative;
	z-index: 3;
}

.about-us__heading {
	color: #ab7421;
	font-size: 2.5rem;
	line-height: 1;
}

.about-us__text-box {
	margin-top: 1.125rem;
}

.about-us__text {
	color: #f0e6d6;
}

.about-us__button {
	margin-top: 2.3125rem;
	text-align: center;
}

.campaign__swiper {
	margin-top: 1.5rem;
	position: relative;
}

.campaign__swiper .swiper {
	box-sizing: content-box;
	padding-right: calc((100vw - 100%) / 2);
	width: 100%;
}

.campaign__swiper .swiper-wrapper {
	padding-bottom: 0.9375rem;
}

.campaign__swiper .swiper-slide {
	height: auto;
	width: 17.5rem;
}

.campaign__swiper-prev,
.campaign__swiper-next {
	bottom: auto;
	display: none;
	height: 5rem;
	left: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	right: auto;
	top: -1.5625rem;
	transform: translateY(-100%);
	width: 5rem;
}

.campaign__swiper-prev {
	right: 10rem;
}

.campaign__swiper-next {
	right: 0;
}

.campaign__swiper-prev::after,
.campaign__swiper-next::after {
	content: none;
}

.campaign__button {
	margin-top: 1.5625rem;
	text-align: center;
}

.contact__inner {
	max-width: 35rem;
}

.contact__body {
	background-color: #2a2a2a;
}

.contact__access {
	padding-bottom: 0;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 0;
}

.contact__logo {
	border-bottom: 0.0625rem solid #ab7421;
	padding-bottom: 0.375rem;
}

.contact__logo img {
	margin: 0 auto;
	width: 12.5rem;
}

.contact__flex {
	margin-top: 0.9375rem;
}

.contact__store-info {
	color: #f0e6d6;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	text-align: center;
}

.contact__store-info li:not(:first-of-type) {
	margin-top: 0.25rem;
}

.contact__map {
	height: 10rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
}

.contact__map iframe {
	filter: grayscale(1);
	height: inherit;
	width: 100%;
}

.contact__guide {
	padding-bottom: 0;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 3rem;
}

.contact__text {
	color: #ab7421;
	font-size: 0.875rem;
	line-height: 1.2857142857;
	margin-top: 0.375rem;
	text-align: center;
}

.contact__button {
	margin-top: 2.375rem;
	text-align: center;
}

.footer {
	margin-top: 6.25rem;
	padding-bottom: 3.5rem;
	padding-top: 3rem;
	position: relative;
}

.footer.footer--contact-thank {
	margin-top: 9rem;
}

.footer.footer--404 {
	margin-top: 0;
	margin-top: initial;
}

.footer__inner {
	max-width: 35rem;
}

.footer__logo {
	width: 7.5rem;
}

.footer__sns-icons {
	margin-top: 1rem;
}

.footer__sns-icon:not(:first-of-type) {
	margin-left: 0.75rem;
}

.footer__nav {
	margin-top: 1.375rem;
}

.footer__copy {
	color: #fff;
	display: block;
	font-size: 0.75rem;
	margin-top: 2.5rem;
	text-align: center;
}

.footer__scroll-top-button {
	cursor: pointer;
	height: 5rem;
	position: absolute;
	right: 0.9375rem;
	top: -1.0625rem;
	transform: scale(0.6) translateY(-100%);
	transform-origin: right top;
	width: 5rem;
}

.gallery__inner {
	max-width: 35rem;
}

.gallery__items {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-auto-flow: row dense;
	grid-template-columns: 1fr;
	margin-top: 2.25rem;
	width: 100%;
}

.gallery__item {
	cursor: pointer;
}

.gallery__photo {
	aspect-ratio: 580/369;
}

.gallery__photo img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

.gallery__item:nth-child(6n+1) .gallery__photo,
.gallery__item:nth-child(6n+6) .gallery__photo {
	aspect-ratio: 492/746;
}

.header {
	background-color: rgba(20, 20, 20, 0.68);
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3000;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.header__logo {
	font-weight: 400;
	height: inherit;
	line-height: 1;
	width: 9.375rem;
	z-index: 5000;
}

.header__logo--drawer {
	height: 5rem;
}

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

.header__pc-nav {
	height: inherit;
	margin-left: 1.25rem;
}

.header__hamburger {
	position: fixed;
	right: 0.9375rem;
	top: 1.75rem;
	z-index: 7000;
}

.header__drawer {
	background-color: #141414;
	display: none;
	height: 100dvh;
	left: 0;
	overflow-y: auto;
	padding-top: 5rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 4000;
}

.header__drawer-mask {
	background-color: #141414;
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
}

.header__drawer-inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
}

.header__logo--drawer {
	position: fixed;
	top: 0;
}

.header__sp-nav {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-top: 0.9375rem;
	width: 100%;
}

.information {
	background-color: #2a2a2a;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.information__inner {
	max-width: 35rem;
}

.information__body {
	margin-top: 1.4375rem;
}

.information__image-container {
	width: 100%;
}

.information__image {
	position: relative;
	width: 100%;
}

.information__image::before {
	content: "";
	display: block;
	padding-top: 65.8%;
}

.information__image img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.information__sub-title {
	border-bottom: 0.125rem solid #ab7421;
	color: #f0e6d6;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1.6875rem;
}

.information__text {
	color: #f0e6d6;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 0.375rem;
}

.information__button {
	margin-top: 2.4375rem;
	text-align: center;
}

.loading {
	bottom: 0;
	height: 100dvh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}

.loading__body {
	height: inherit;
	position: relative;
	width: 100%;
}

.loading__heading {
	color: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

.loading__text-large {
	text-wrap: nowrap;
	font-family: "Share Tech Mono", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.525em;
	line-height: 1.2;
	text-align: center;
	text-indent: 0.525em;
	text-transform: uppercase;
}

.loading__text-large span {
	display: inline-block;
	text-indent: 0;
}

.loading__text-small {
	font-size: 1.25rem;
	line-height: 1.7;
	text-align: center;
}

.loading__flex {
	display: none;
	height: inherit;
	justify-content: space-between;
	width: 100%;
}

.loading__left,
.loading__right {
	height: inherit;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.loading__image {
	display: block;
	height: inherit;
	position: absolute;
	width: 200%;
}

.loading__image img {
	-o-object-fit: cover;
	height: inherit;
	object-fit: cover;
}

.loading__left .loading__image {
	left: 0;
	top: 0;
}

.loading__right .loading__image {
	right: 0;
	top: 0;
}

.loading__text-large span,
.loading__text-small {
	opacity: 0;
}

.loading__text-large span:first-child {
	position: relative;
}

.loading__mask {
	background-color: #000;
	border: 0 solid #fff;
	border-radius: 100%;
	height: 10px;
	left: 25%;
	outline: 3500px solid #000;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}

.main-view {
	height: 100dvh;
	width: 100%;
}

.main-view__inner {
	height: inherit;
	width: 100%;
}

.main-view__body {
	height: inherit;
	position: relative;
	width: 100%;
}

.main-view__heading {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

.main-view__text-large {
	color: #fff;
	font-family: "Share Tech Mono", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.525em;
	line-height: 1.2;
	text-align: center;
	text-indent: 0.525em;
	text-transform: uppercase;
}

.main-view__text-small {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.7;
	text-align: center;
}

.main-view__swiper,
.main-view__swiper .swiper {
	height: inherit;
}

.main-view__image,
.main-view__image img {
	height: inherit;
	width: 100%;
}

.main-view__image img {
	-o-object-fit: cover;
	object-fit: cover;
}

.page-404 {
	background-image: url(../images/ornaments/earth.svg);
	background-position: top -100% center;
	background-repeat: no-repeat;
	background-size: 21.5625rem;
	padding-bottom: 2.5rem;
	padding-top: 3.125rem;
	position: relative;
	text-align: center;
}

.page-404__title {
	color: #fff;
	font-family: "Share Tech Mono", sans-serif;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0.5em;
	line-height: 1;
	margin-top: 1rem;
	text-indent: 0.5em;
}

.page-404__text {
	color: #fff;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.page-404__button {
	margin-top: 2.375rem;
}

.page-about-us__inner {
	max-width: 35rem;
}

.page-about-us__heading {
	aspect-ratio: 345/228;
	background-image: url(../images/common/about-us02.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
	padding: 1.5rem;
}

.page-about-us__text {
	color: #f0e6d6;
	margin-top: 2.625rem;
}

.page-blog__inner {
	max-width: 35rem;
}

.page-blog__pagination,
.page-blog__pagination-single {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}

.page-blog__pagination-single {
	margin-top: 2.25rem;
}

.page-blog__left-side {
	color: #f0e6d6;
	width: 100%;
}

.page-blog__cards {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
	width: 100%;
}

.page-blog__right-side {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	width: 18.375rem;
}

.page-blog__article {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

.page-blog__date {
	color: #f0e6d6;
	font-size: 0.875rem;
}

.page-blog__title {
	border-bottom: 1px solid #ab7421;
	color: #f0e6d6;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 0.25rem;
}

.page-blog__image {
	aspect-ratio: 345/231;
	margin-top: 1.375rem;
}

.page-blog__image img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

.page-blog_content * {
	max-width: 100%;
}

.page-blog_content h2 {
	font-size: 1rem;
	font-weight: 500;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-top: 0.5rem;
}

.page-blog_content h3 {
	color: #000;
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 2.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.8125rem;
}

.page-blog_content p {
	margin-top: 1.6875rem;
}

.page-blog_content ul,
.page-blog_content ol {
	margin-top: 1.5rem;
}

.page-blog_content ul li,
.page-blog_content ol li {
	background-image: url("../images/common/list-style-beige.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 1.5625rem 1.5625rem;
	padding-left: 1.875rem;
}

.page-blog_content ul li:not(:first-of-type),
.page-blog_content ol li:not(:first-of-type) {
	margin-top: 0.25rem;
}

.page-blog_content a {
	-webkit-text-decoration: underline;
	color: #0072bc;
	text-decoration: underline;
}

.page-campaign__inner {
	max-width: 35rem;
}

.page-campaign__categories {
	align-items: center;
	display: flex;
	justify-content: center;
}

.page-campaign__cards {
	margin-top: 2.5rem;
	padding-left: 2.0625rem;
	padding-right: 2.0625rem;
}

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

.page-contact__inner.inner {
	max-width: 35rem;
}

.page-faq__inner.inner {
	max-width: 35rem;
}

.page-faq__item:not(:first-child) {
	margin-top: 2.5rem;
}

.page-faq__question {
	background-color: #ab7421;
	color: #fff;
	cursor: pointer;
	padding-bottom: 0.8125rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.125rem;
	position: relative;
}

.page-faq__question::before,
.page-faq__question::after {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform-origin: center;
	width: 1.75rem;
}

.page-faq__question::before {
	transform: rotateZ(90deg) scale(1);
	transition: transform 0.2s;
}

.page-faq__question.is-open::before {
	transform: rotateZ(90deg) scale(0);
}

.page-faq__answer {
	background-color: #fff;
	border: 1px solid #ab7421;
	color: #6d4508;
	line-height: 1.45;
	padding-bottom: 1.3125rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
}

.page-gallery {
	margin-top: 2.125rem;
}

.page-information__inner {
	max-width: 35rem;
}

.page-information__containers {
	margin-top: 1rem;
}

.page-information__container {
	background-color: #fff;
	border: 1px solid #ab7421;
	display: none;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.25rem;
}

.page-information__container.is-active {
	display: block;
}

.page-information__title {
	border-bottom: 1px solid #ab7421;
	color: #6d4508;
	font-size: 1.5rem;
	font-weight: 700;
}

.page-information__text {
	font-size: 1rem;
	margin-top: 0.5625rem;
}

.page-information__photo {
	aspect-ratio: 297/189;
	margin-top: 0.3125rem;
	width: 100%;
}

.page-information__photo img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

.page-price__inner.inner {
	max-width: 35rem;
}

.page-price__body {
	margin-top: 2.5rem;
}

.page-price__container {
	background-color: #ab7421;
	border: 1px solid #ab7421;
	display: flex;
	flex-direction: column;
}

.page-price__container:not(:first-child) {
	margin-top: 2.5rem;
}

.page-price__product-title {
	display: flex;
	flex-direction: row-reverse;
	gap: 0.5rem;
	justify-content: center;
	padding: 0.5rem;
}

.page-price__category {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.4375rem;
}

.page-price__icon {
	height: 1.5rem;
	width: 1.5rem;
}

.page-price__icon img {
	filter: brightness(0) invert(100%);
}

.page-price__product-table {
	grid-gap: 0.0625rem;
	display: grid;
	flex-grow: 1;
	gap: 0.0625rem;
	grid-template-columns: 16fr 7fr;
}

.page-price__product-name,
.page-price__product-price {
	align-items: center;
	background-color: #fff;
	color: #6d4508;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	min-height: 3.75rem;
	padding-bottom: 0.375rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.375rem;
}

.page-price__product-name {
	justify-content: center;
	text-align: center;
}

.page-price__product-price {
	justify-content: flex-end;
}

.page-privacy-policy__inner.inner {
	max-width: 35rem;
}

.page-privacy-policy__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
}

.page-privacy-policy__body {
	color: #fff;
	line-height: 2;
	margin-top: 2.5rem;
}

.page-privacy-policy__body > p:not(:first-child),
.page-privacy-policy__body > ul:first-of-type,
.page-privacy-policy__body > ol:first-of-type {
	margin-top: 2em;
}

.page-privacy-policy__body li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 1.4em;
}

.page-site-map__inner {
	max-width: 35rem;
}

.page-terms-of-service__inner.inner {
	max-width: 35rem;
}

.page-terms-of-service__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
}

.page-terms-of-service__body {
	color: #fff;
	line-height: 2;
	margin-top: 2.5rem;
}

.page-terms-of-service__body > p:nth-of-type(n + 3),
.page-terms-of-service__body > ul,
.page-terms-of-service__body > ol {
	margin-top: 2em;
}

.page-terms-of-service__body li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 1.4em;
}

.page-thanks__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	width: 100%;
}

.page-thanks__body {
	color: #f0e6d6;
	text-align: center;
}

.page-thanks__text {
	line-height: 1.45;
	margin-top: 2.25rem;
}

.page-top {
	margin-top: 3.5rem;
}

.page-top.page-top--long {
	margin-top: 7.8125rem;
}

.page-voice__inner {
	max-width: 35rem;
}

.page-voice__categories {
	align-items: center;
	display: flex;
	justify-content: center;
}

.page-voice__cards {
	margin-top: 2.5rem;
}

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

.price {
	background-color: #2a2a2a;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.price__inner {
	max-width: 35rem;
}

.price__image-sp {
	position: relative;
	width: 100%;
}

.price__image-sp::before {
	content: "";
	display: block;
	padding-top: 65.8%;
}

.price__image-sp img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.price__body {
	margin-top: 1.4375rem;
}

.price__lists {
	margin-top: 2.6875rem;
}

.price__list:not(:first-child) {
	padding-top: 2.75rem;
}

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

.sidebar__article:not(:first-child) {
	margin-top: 5rem;
}

.sidebar__title {
	align-items: center;
	border-left: 0.5rem #ab7421 solid;
	display: flex;
	justify-content: flex-start;
	padding-left: 1.25rem;
}

.sidebar__title-icon {
	height: 2.5rem;
	width: 2.5rem;
}

.sidebar__title-icon img {
	filter: brightness(0) invert(1);
}

.sidebar__title-text {
	color: #f0e6d6;
	font-size: 1.5rem;
	font-weight: 400;
	padding-bottom: 0.125rem;
	padding-left: 0.8125rem;
	padding-top: 0.75rem;
}

.sidebar__popular-article-cards {
	margin-top: 1.5rem;
}

.sidebar__popular-article-card:not(:first-child) {
	margin-top: 1.5rem;
}

.sidebar__review-cards {
	margin-top: 1.5rem;
}

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

.sidebar__campaign-cards {
	margin-top: 1.5rem;
}

.sidebar__campaign-card:not(:first-child) {
	margin-top: 2.5rem;
}

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

.sidebar__archive-lists {
	color: #f0e6d6;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

.sidebar__archive-list {
	margin-top: 0.1875rem;
}

.sidebar__archive-year {
	cursor: pointer;
}

.sidebar__archive-year,
.sidebar__archive-month {
	padding-left: 2rem;
	position: relative;
}

.sidebar__archive-months {
	display: none;
	padding-left: 1.5rem;
}

.sidebar__archive-month {
	margin-top: 0.1875rem;
}

.sidebar__archive-year::before,
.sidebar__archive-month::before {
	background-image: url("../images/common/list-polygon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 24%;
	transition: transform 0.3s;
	width: 1.5rem;
}

.sidebar__archive-year.is-active::before {
	transform: rotate(90deg);
}

.sub-view {
	height: 28.75rem;
	width: 100%;
}

.sub-view__inner {
	height: inherit;
	width: 100%;
}

.sub-view__body {
	height: inherit;
	position: relative;
	width: 100%;
}

.sub-view__heading {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1000;
}

.sub-view__text {
	color: #fff;
	font-family: "Share Tech Mono", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.sub-view__text::first-letter {
	text-transform: uppercase;
}

.sub-view__text .sub-view__text--uppercase {
	text-transform: uppercase;
}

.sub-view__text.sub-view__text--capitalize {
	text-transform: capitalize;
}

.sub-view__text.sub-view__text--capitalize span {
	text-transform: lowercase;
}

.sub-view__image,
.sub-view__image img {
	height: inherit;
	width: 100%;
}

.sub-view__image img {
	-o-object-fit: cover;
	object-fit: cover;
}

.top-about-us {
	margin-top: 5rem;
}

.top-blog {
	padding-top: 5rem;
}

.top-blog__inner {
	max-width: 35rem;
}

.top-blog__cards {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

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

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

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

.top-contact.top-contact--page {
	margin-top: 6.625rem;
}

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

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

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

.voice__inner {
	max-width: 35rem;
}

.voice__cards {
	margin-top: 2.4375rem;
}

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

.arrow {
	background-color: #fff;
	height: 0.125rem;
	position: relative;
	width: 2.5rem;
}

.arrow::after {
	background-color: inherit;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(40deg);
	transform-origin: center right;
	width: 0.625rem;
}

.arrow.arrow--mirror::after {
	transform: rotate(-40deg);
}

.arrow.arrow--green {
	background-color: #ab7421;
}

.button-slide {
	align-items: center;
	border: 0.125rem solid #ab7421;
	border-radius: 50%;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.button-slide__arrow-right,
.button-slide__arrow-left {
	margin-top: 0.25rem;
}

.button-slide__arrow-left {
	transform: rotate(180deg);
}

.button-slide__arrow-up {
	margin-left: 0.1875rem;
	transform: rotate(-90deg);
}

.button-submit {
	background-color: #ab7421;
	border: 0.0625rem solid #ab7421;
	display: inline-block;
	margin-bottom: 0.3125rem;
	margin-right: 0.3125rem;
	min-width: 12.625rem;
	position: relative;
	z-index: 1;
}

.button-submit::before {
	bottom: -0.25rem;
	content: "";
	height: 100%;
	outline: 0.0625rem solid #ab7421;
	position: absolute;
	right: -0.25rem;
	width: 100%;
	z-index: -1;
}

.button-submit::after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: cubic-bezier(0.45, 0, 0.55, 1) 0.2s;
	width: 100%;
	z-index: -1;
}

.button-submit__treatment {
	height: 100%;
	position: relative;
	width: 100%;
}

.button-submit__treatment::before {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 3.5rem;
	top: 50%;
	transition: background-color 0.3s;
	width: 2.5rem;
}

.button-submit__treatment::after {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 3.5rem;
	top: 50%;
	transform: rotate(40deg);
	transform-origin: center right;
	transition: background-color 0.3s;
	width: 0.625rem;
}

.button-submit__input {
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	height: 100%;
	line-height: 1.5714285714;
	padding: 0.9375rem 3.5rem;
	text-align: left;
	transition: color 0.3s;
	width: 100%;
	z-index: 2;
}

input.button-submit__input {
	text-transform: capitalize;
}

a.button-submit__input::first-letter {
	text-transform: capitalize;
}

.button {
	align-items: center;
	background-color: #ab7421;
	border: 0.0625rem solid #ab7421;
	color: #fff;
	display: inline-flex;
	display: inline flex;
	font-size: 0.875rem;
	gap: 0.5rem;
	justify-content: space-between;
	line-height: 1.5714285714;
	margin-bottom: 0.3125rem;
	margin-right: 0.3125rem;
	min-width: 12.625rem;
	padding: 0.9375rem 2.4375rem;
	position: relative;
	transition: color 0.3s;
	z-index: 2;
}

.button p {
	z-index: 2;
}

.button p:first-letter {
	text-transform: capitalize;
}

.button::before {
	bottom: -0.25rem;
	content: "";
	height: 100%;
	outline: 0.0625rem solid #ab7421;
	position: absolute;
	right: -0.25rem;
	width: 100%;
	z-index: 1;
}

.button::after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: cubic-bezier(0.45, 0, 0.55, 1) 0.2s;
	width: 100%;
	z-index: 1;
}

.button__arrow {
	flex-shrink: 0;
	margin-top: 0.125rem;
	transition: background-color 0.3s;
	z-index: 2;
}

.button.button--white {
	background-color: #fff;
	border: 0.0625rem solid #fff;
	color: #ab7421;
}

.button.button--white:before {
	outline: 0.0625rem solid #fff;
}

.button.button--white::after {
	background-color: #ab7421;
}

.button.button--white .button__arrow {
	background-color: #ab7421;
}

.card-article {
	background: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	max-width: 18.375rem;
	width: 100%;
}

.card-article__link {
	display: flex;
	gap: 1rem;
	padding: 1rem;
	transition: opacity 0.3s;
	width: 100%;
}

.card-article__image {
	aspect-ratio: 121/90;
	max-width: 7.5625rem;
	width: 100%;
}

.card-article__image img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

.card-article__date {
	color: #6d4508;
	font-size: 0.75rem;
}

.card-article__title {
	color: #6d4508;
	font-size: 1rem;
	font-weight: 500;
}

.card-blog {
	background: #fff;
	box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 100%;
	width: 100%;
}

.card-blog__link {
	display: block;
	height: 100%;
	padding: 1rem 1rem 1.3125rem;
	transition: opacity 0.3s;
	width: 100%;
}

.card-blog__image {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.card-blog__image::before {
	content: "";
	display: block;
	padding-top: 66.8%;
}

.card-blog__image img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.card-blog__body {
	margin-top: 1.25rem;
}

.card-blog__date {
	color: #6d4508;
	font-size: 0.75rem;
}

.card-blog__title {
	border-bottom: 0.125rem solid #ab7421;
	color: #6d4508;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.0625rem;
}

.card-blog__content {
	margin-top: 1.125rem;
}

.card-blog__text {
	color: #6d4508;
	font-size: 1rem;
}

.card-campaign {
	background: #fff;
	box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 100%;
	padding-bottom: 1.25rem;
	width: 100%;
}

.card-campaign__link {
	display: block;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: opacity 0.3s;
	width: 100%;
}

.card-campaign__image {
	position: relative;
	width: 100%;
}

.card-campaign__image::before {
	content: "";
	display: block;
	padding-top: 67%;
}

.card-campaign__image img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.card-campaign__meta {
	margin-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.card-campaign__title {
	border-bottom: 0.125rem solid #ab7421;
	color: #6d4508;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.4375rem;
	padding-bottom: 0.25rem;
}

.card-campaign__content {
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
}

.card-campaign__text {
	color: #6d4508;
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.5625rem;
}

.card-campaign__prices {
	margin-top: 0.375rem;
}

.card-campaign__price-before,
.card-campaign__price-after {
	font-family: "Share Tech Mono", sans-serif;
	font-weight: 700;
	line-height: 1;
}

.card-campaign__price-before {
	color: #6d4508;
	font-size: 1.25rem;
	position: relative;
}

.card-campaign__price-before::before {
	background-color: #c94800;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.card-campaign__price-after {
	color: #ab7421;
	font-size: 2rem;
	line-height: 1;
	margin-left: 0.875rem;
}

.card-campaign__main-text {
	text-align: left;
}

.card-campaign.card-campaign--large .card-campaign__body {
	display: block;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.card-campaign.card-campaign--large .card-campaign__main-text {
	color: #6d4508;
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.card-campaign.card-campaign--large .card-campaign__contact {
	margin-top: auto;
}

.card-campaign.card-campaign--large .card-campaign__term {
	color: #ab7421;
	font-family: "Share Tech Mono", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2857142857;
	margin-top: 0.5rem;
	text-align: center;
}

.card-campaign.card-campaign--large .card-campaign__contact-text {
	color: #ab7421;
	font-size: 0.875rem;
	line-height: 1.2857142857;
	margin-top: 0.375rem;
	text-align: center;
}

.card-campaign.card-campaign--large .card-campaign__button {
	margin-top: 1rem;
	text-align: center;
}

.card-campaign.card-campaign--sidebar .card-campaign__body {
	display: block;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.card-campaign.card-campaign--sidebar .card-campaign__image::before {
	content: "";
	display: block;
	padding-top: 63.9%;
}

.card-campaign.card-campaign--sidebar .card-campaign__meta {
	margin-top: 1.125rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.card-campaign.card-campaign--sidebar .card-campaign__title {
	margin-top: 0;
	margin-top: initial;
	text-align: center;
}

.card-campaign.card-campaign--sidebar .card-campaign__text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.card-campaign.card-campaign--sidebar .card-campaign__price-before {
	font-size: 1.25rem;
}

.card-campaign.card-campaign--sidebar .card-campaign__price-after {
	font-size: 2rem;
	margin-left: 0.875rem;
}

.card-review__image {
	aspect-ratio: 294/218;
	max-width: 18.375rem;
	width: 100%;
}

.card-review__image img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

.card-review__tag {
	color: #f0e6d6;
	font-size: 0.75rem;
	margin-top: 1.125rem;
}

.card-review__title {
	color: #f0e6d6;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 0.5rem;
}

.card-voice {
	background: #fff;
	box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 100%;
	padding-bottom: 1.3125rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.125rem;
	transition: opacity 0.3s;
	width: 100%;
}

.card-voice__flex {
	align-items: end;
	display: flex;
	gap: 0.8125rem;
	justify-content: space-between;
}

.card-voice__heading {
	width: 100%;
}

.card-voice__information {
	color: #6d4508;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	line-height: 1;
}

.card-voice__category {
	margin-top: 0.1875rem;
}

.card-voice__title {
	border-bottom: 0.0625rem solid #ab7421;
	color: #6d4508;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	margin-top: 0.4375rem;
	padding-bottom: 0.125rem;
}

.card-voice__image {
	flex-shrink: 0;
	max-width: 49%;
	position: relative;
	width: 9.4375rem;
}

.card-voice__image::before {
	content: "";
	display: block;
	padding-top: 77.8%;
}

.card-voice__image img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.card-voice__content {
	margin-top: 1.0625rem;
}

.card-voice__text {
	color: #000;
}

.cards01 {
	grid-gap: 2.5rem 2.5rem;
	display: grid;
	gap: 2.5rem 2.5rem;
	grid-template-columns: repeat(1, 1fr);
	justify-items: center;
}

.cards01__card {
	max-width: 20.8125rem;
	width: 100%;
}

.cards02 {
	grid-gap: 2.5rem 2.5rem;
	display: grid;
	gap: 2.5rem 2.5rem;
	grid-template-columns: repeat(1, 1fr);
	justify-items: center;
}

.cards02__card {
	width: 100%;
}

.categories-with-whale__items {
	display: flex;
	gap: 1.1875rem;
	justify-content: space-between;
}

.categories-with-whale__item {
	align-items: center;
	background-color: #2a2a2a;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
	color: #ab7421;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	gap: 0.5rem;
	justify-content: center;
	min-width: 6.375rem;
	padding-bottom: 0.5625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5625rem;
	text-align: center;
	transition: background-color 0.1s, opacity 0.3s, color 0.1s;
}

.categories-with-whale__item:hover {
	background-color: #ab7421;
	color: #fff;
	opacity: 0.9;
}

.categories-with-whale__item.is-active {
	background-color: #ab7421;
	color: #fff;
}

.categories-with-whale__icon {
	aspect-ratio: 1/1;
	height: 4rem;
	width: 4rem;
}

.categories-with-whale__icon img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

.categories-with-whale__item.is-active .categories-with-whale__icon img,
.categories-with-whale__item:hover .categories-with-whale__icon img {
	filter: brightness(0) invert(100%);
}

.categories__items {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 0.125rem;
	justify-content: space-between;
	max-width: 25rem;
	width: 100%;
}

.categories__item {
	background-color: #fff;
	border: 1px solid #ab7421;
	color: #ab7421;
	min-width: 10.125rem;
	transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}

.categories__item:hover {
	background-color: #ab7421;
	color: #fff;
	opacity: 0.95;
}

.categories__item.is-active {
	background-color: #ab7421;
	color: #fff;
}

.categories__link {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	justify-content: center;
	padding-bottom: 0.375rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.375rem;
}

.category-diving {
	border: 0.0625rem solid #ab7421;
	color: #ab7421;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	margin-left: auto;
	padding-bottom: 0.375rem;
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
	padding-top: 0.625rem;
}

.custom-pagination {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.custom-pagination .screen-reader-text {
	display: none;
}

.custom-pagination .prev + .page-numbers:has(+ .dots) {
	display: none;
}

.custom-pagination .page-numbers.dots {
	display: none;
}

.custom-pagination .page-numbers.dots + .page-numbers:has(+ .next) {
	display: none;
}

.custom-pagination .page-numbers {
	align-items: center;
	border: 1px solid #ab7421;
	color: #ab7421;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 2.375rem;
	justify-content: center;
	line-height: 1;
	transition: opacity 0.3s, background-color 0.3s, color 0.3s;
	width: 2.375rem;
}

.custom-pagination .page-numbers.prev {
	background-color: transparent;
	background-color: initial;
	margin-right: 1.75rem;
	position: relative;
}

.custom-pagination .page-numbers.next {
	background-color: transparent;
	background-color: initial;
	margin-left: 1.75rem;
	position: relative;
}

.custom-pagination .page-numbers.prev span,
.custom-pagination .page-numbers.next span {
	border-right: 1px solid #ab7421;
	border-top: 1px solid #ab7421;
	height: 30%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center;
	transition: border-color 0.3s;
	width: 30%;
}

.custom-pagination .page-numbers.prev span {
	transform: translate(-25%, -50%) rotate(-135deg);
}

.custom-pagination .page-numbers.next span {
	transform: translate(-75%, -50%) rotate(45deg);
}

.custom-pagination .page-numbers.current,
.custom-pagination .page-numbers:hover {
	background-color: #ab7421;
	color: #fff;
	opacity: 0.95;
}

.custom-pagination .page-numbers.current span,
.custom-pagination .page-numbers:hover span {
	border-color: #fff;
}

.diving-products {
	width: 100%;
}

.diving-products__category {
	border-bottom: 0.125rem solid #ab7421;
	color: #f0e6d6;
	font-size: 1rem;
	font-weight: 700;
	width: 100%;
}

.diving-products__list {
	display: flex;
	flex-wrap: wrap;
	font-family: "Noto Sans JP", sans-serif;
	gap: 0.6875rem 0;
	justify-content: space-between;
	margin-top: 0.5625rem;
	width: 100%;
}

.diving-products__name {
	color: #f0e6d6;
	font-size: 0.875rem;
	text-align: left;
	width: 80%;
}

.diving-products__price {
	color: #f0e6d6;
	font-size: 0.875rem;
	text-align: right;
	width: 20%;
}

.hamburger {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 1.5rem;
	justify-content: space-between;
	width: 2rem;
}

.hamburger__border {
	background-color: #fff;
	border-radius: 0.0625rem;
	display: inline-block;
	height: 0.0625rem;
	transition: transform 0.3s, opacity 0.1s;
	width: 100%;
}

.is-active .hamburger__border:nth-child(1) {
	transform: scaleX(1.414) translateY(0.75rem) rotate(45deg);
}

.is-active .hamburger__border:nth-child(2) {
	opacity: 0;
}

.is-active .hamburger__border:nth-child(3) {
	transform: scaleX(1.414) translateY(-0.75rem) rotate(-45deg);
}

.icon {
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
}

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

.js-colorbox {
	position: relative;
}

.js-colorbox .is-color {
	background-color: #ab7421;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.js-colorbox img {
	display: block;
	width: 100%;
}

.modal {
	display: none;
	height: 0;
}

.modal__photo {
	cursor: pointer;
}

.navigation {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 1rem 0;
	max-height: 41.6875rem;
	width: 100%;
}

.navigation__items {
	width: 50%;
}

.navigation__item {
	background-image: url("../images/common/list-style-white.svg");
	background-position: top 0.5625rem left;
	background-repeat: no-repeat;
	background-size: 1.5625rem 1.5625rem;
	padding-left: 1.875rem;
}

.navigation__item:not(:first-of-type) {
	margin-top: 1rem;
}

.navigation__item::marker {
	line-height: 0;
}

.navigation__item > a,
.navigation__sub-item > a {
	color: #fff;
	display: block;
	line-height: 1.125;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	transition: opacity 0.3s;
}

.navigation__item > a {
	font-weight: 700;
}

.navigation__sub-item > a {
	font-weight: 400;
}

.navigation.navigation--black .navigation__item > a,
.navigation.navigation--black .navigation__sub-item > a {
	color: #fff;
}

.pagination__body {
	display: flex;
	gap: 0.75rem;
}

.pagination__prev,
.pagination__next {
	align-items: center;
	border: 1px solid #ab7421;
	color: #ab7421;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 2.375rem;
	justify-content: center;
	line-height: 1;
	position: relative;
	transition: opacity 0.3s, background-color 0.3s, color 0.3s;
	width: 2.375rem;
}

.pagination__prev:hover,
.pagination__next:hover {
	background-color: #ab7421;
	color: #fff;
	opacity: 0.95;
}

.pagination__prev {
	margin-right: 2.1875rem;
}

.pagination__next {
	margin-left: 2.1875rem;
}

.pagination__prev span,
.pagination__next span {
	border-right: 1px solid #ab7421;
	border-top: 1px solid #ab7421;
	height: 30%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center;
	transition: opacity 0.3s, border-color 0.3s;
	width: 30%;
}

.pagination__prev:hover span,
.pagination__next:hover span {
	border-color: #fff;
	opacity: 0.95;
}

.pagination__prev span {
	transform: translate(-25%, -50%) rotate(-135deg);
}

.pagination__next span {
	transform: translate(-75%, -50%) rotate(45deg);
}

.pc-nav__items {
	display: flex;
	height: inherit;
}

.pc-nav__item {
	height: inherit;
}

.pc-nav__link {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	padding-left: clamp(0.9375rem, 2.5vw - 27px + 1.25rem, 1.25rem);
	padding-right: clamp(0.9375rem, 2.5vw - 27px + 1.25rem, 1.25rem);
}

.pc-nav__main-text {
	font-size: 1.125rem;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.pc-nav__main-text::first-letter {
	text-transform: uppercase;
}

.pc-nav__main-text--large {
	text-transform: uppercase;
}

.pc-nav__sub-text {
	font-size: 0.625rem;
	margin-top: 0.25rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.pc-nav__sub-text::after {
	background-color: #fff;
	bottom: -10%;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 100%;
}

.pc-nav__link:hover .pc-nav__sub-text::after {
	transform: scale(1, 1);
}

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

.section-title__en {
	color: #6d4508;
	font-size: 2rem;
	line-height: 1.25;
}

.section-title__en::first-letter {
	color: #ab7421;
	text-transform: uppercase;
}

.section-title__ja {
	color: #ab7421;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 0.375rem;
}

.section-title.section-title--large .section-title__en {
	font-size: 5rem;
	line-height: 0.8;
}

.section-title.section-title--large .section-title__ja {
	margin-top: 0;
}

.treatment {
	position: relative;
}

.treatment::before,
.treatment::after {
	filter: opacity(0.05) invert(1);
	z-index: 10;
}

.treatment.contact::after {
	background-image: url(../images/ornaments/Pisces.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.125rem;
	position: absolute;
	right: calc(50% - min(46%, 33.75rem));
	top: -1.625rem;
	width: 6.8125rem;
}

.treatment.page-top::after {
	background-image: url(../images/ornaments/Star.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.4375rem;
	left: calc(50% - min(46%, 38.75rem));
	position: absolute;
	top: -1.5rem;
	width: 7.5rem;
	z-index: -1000;
}

.treatment.page-top.page-top--long::after {
	top: -5.8125rem;
}

.breadcrumb {
	margin-top: 0.625rem;
}

.breadcrumb span {
	display: inline-block;
}

.breadcrumb__container {
	align-items: baseline;
	color: #6d4508;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	gap: 0.4375rem;
	line-height: 1;
}

.breadcrumb.breadcrumb--404 {
	margin-top: 0;
	margin-top: initial;
	padding-top: 5.5rem;
}

.breadcrumb.breadcrumb--404 .breadcrumb__container {
	color: #fff;
}

.breadcrumb.breadcrumb--404 .breadcrumb__separator {
	border-color: #fff;
}

.breadcrumb span[property=name] {
	display: block;
	max-width: 20em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb__separator {
	border-right: 1px solid #6d4508;
	border-top: 1px solid #6d4508;
	display: inline-block;
	height: 0.375rem;
	transform: translateY(0.125rem) rotate(45deg);
	transform-origin: right top;
	width: 0.375rem;
}

.form {
	font-family: "Noto Sans JP", sans-serif;
}

.form__item {
	border-bottom: 1px dashed #ab7421;
	padding-bottom: 1.375rem;
	padding-top: 1.5rem;
}

.form__item:first-child {
	padding-top: 0;
	padding-top: initial;
}

.form__item dt {
	color: #fff;
	font-weight: 700;
}

.form__item dd {
	margin-top: 0.9375rem;
}

.form__required {
	background-color: #ab7421;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.4em;
	margin-left: 0.25rem;
	padding-bottom: 0.0625rem;
	padding-left: 1rem;
	padding-right: 0.75rem;
	padding-top: 0.125rem;
}

.form__checkbox #f-checkbox {
	display: flex;
	flex-direction: column;
	gap: 0.0625rem;
}

.form__item.form__item--acceptance {
	align-items: center;
	border: none;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
	padding: 0;
	padding: initial;
	padding-left: 2rem;
	padding-right: 2rem;
}

.form__item.form__item--acceptance [type=checkbox] + span {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	padding-left: 1.5rem;
}

.form__item.form__item--acceptance [type=checkbox] + span::before {
	top: 0.25rem;
	transform: scale(1.5);
}

.form__item.form__item--acceptance [type=checkbox] + span::after {
	top: 0.25rem;
	transform: scale(1.5) translateY(50%) rotate(-45deg);
}

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

/* === デフォルト色の指定 === */

/* === サイズ等の指定 === */

/* === ボタン系の指定 === */

/* === ラジオボタンの指定 === */

/* === チェックボックスの指定 === */

/* === テキストエリアの指定 === */

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #ab7421;
	border-radius: 0;
	border-radius: 0rem;
	font-family: inherit; /*↓カスタム */
	font-size: 1rem;
	padding: 0.5rem 1rem;
	width: 100%; /*↓↓↓↓不要ならコメントアウト or 削除 */ /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #ab7421;
}

[type=tel] {
	width: 100%;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	padding: 0 0 0 1.375rem;
	position: relative;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #ffffff;
	border: 1px solid #ab7421;
	content: "";
	display: block;
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 2px solid #ab7421;
	border-left: 2px solid #ab7421;
	content: "";
	display: block;
	height: 0.35rem;
	left: 0;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 50%; /*チェックマークじゃない場合は以下を変更する*/
	transform: translateY(-50%) rotate(-45deg);
	width: 0.6125rem;
}

select {
	background-color: #fff; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/ /*↓デフォルトではないアイコンを使う場合は入力する*/
	background-image: url(../images/common/list-polygon-open.png);
	background-position: right 9px center;
	background-repeat: no-repeat;
	background-size: 12px;
	border: none;
	border: 1px solid #ab7421; /*↓リセットCSS */
	border-radius: 0;
	border-radius: 0rem;
	color: inherit;
	cursor: pointer;
	font-family: inherit; /*↓カスタム */
	font-size: 1rem;
	padding: 0.5rem 1rem;
	width: 100%;
}

select:focus {
	border: 1px solid #ab7421;
}

[type=date] { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	position: relative; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

[type=date]:focus {
	border: 1px solid #ab7421;
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: 12.5rem;
	max-width: 37.5rem;
	width: 100%;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #2a2a2a;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
	color: #2a2a2a;
}

.form__error {
	align-items: center;
	color: #ab7421;
	display: none;
	flex-direction: column;
	font-size: 0.875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2.3125rem;
	width: 100%;
}

.form__error.is-active {
	display: flex;
}

.form .wpcf7-not-valid:not(span) {
	background: rgba(201, 72, 0, 0.2);
	border: 1px solid #ab7421;
	color: #fff;
}

.form .wpcf7-not-valid:not(span)::-moz-placeholder {
	color: #fff;
}

.form .wpcf7-not-valid:not(span)::placeholder {
	color: #fff;
}

.form .wpcf7-not-valid:not(span) option {
	color: #000;
	color: initial;
}

.form span.wpcf7-not-valid span::before {
	background: rgba(201, 72, 0, 0.2);
	border: 1px solid #ab7421;
}

.form span.wpcf7-not-valid span::before::-moz-placeholder {
	color: #fff;
}

.form span.wpcf7-not-valid span::before::placeholder {
	color: #fff;
}

.wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.wp-pagenavi .previouspostslink {
	margin-right: 1.75rem;
	position: relative;
}

.wp-pagenavi .nextpostslink {
	margin-left: 1.75rem;
	position: relative;
}

.wp-pagenavi .previouspostslink span,
.wp-pagenavi .nextpostslink span {
	border-right: 1px solid #ab7421;
	border-top: 1px solid #ab7421;
	height: 30%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center;
	transition: border-color 0.3s;
	width: 30%;
}

.wp-pagenavi .previouspostslink span {
	transform: translate(-25%, -50%) rotate(-135deg);
}

.wp-pagenavi .nextpostslink span {
	transform: translate(-75%, -50%) rotate(45deg);
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ab7421;
	color: #ab7421;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 2.375rem;
	justify-content: center;
	line-height: 1;
	transition: opacity 0.3s, background-color 0.3s, color 0.3s;
	width: 2.375rem;
}

.wp-pagenavi .page:hover {
	background-color: #ab7421;
	color: #fff;
	cursor: pointer;
	opacity: 0.95;
}

.wp-pagenavi .current {
	background-color: #ab7421;
	color: #fff;
	cursor: pointer;
	opacity: 0.95;
}

.wpcf7-spinner,
.wpcf7-response-output {
	display: none !important;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 1.4814814815vw;
}

.about-us__body {
	aspect-ratio: 1080/661;
	margin-top: 2.25rem;
	padding-top: 18.518519%;
}

.about-us__images-box {
	left: 0;
	position: absolute;
	top: 0;
}

.about-us__images {
	aspect-ratio: unset;
	height: 100%;
}

.about-us__container {
	display: flex;
	gap: 2.5rem;
	margin-top: 0;
	padding-left: 18.518519%;
	width: 100%;
}

.about-us__heading {
	color: #fff;
	font-size: 5rem;
	line-height: 1.25;
}

.about-us__text-box {
	flex-shrink: 0;
	margin-top: 0.1875rem;
	max-width: 25rem;
	width: 45.454545%;
}

.about-us__text {
	color: #fff;
}

.campaign__swiper {
	margin-top: 2.25rem;
}

.campaign__swiper .swiper-slide {
	width: auto;
}

.campaign__swiper-prev,
.campaign__swiper-next {
	display: flex;
}

.campaign__button {
	margin-top: 4rem;
}

.contact__body {
	box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	display: flex;
	padding: 5rem 0;
}

.contact__access {
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	width: 50%;
}

.contact__logo {
	padding-bottom: 0.375rem;
}

.contact__logo img {
	width: 16.875rem;
}

.contact__flex {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.contact__store-info {
	text-align: left;
}

.contact__map {
	flex-shrink: 0;
	height: 9.25rem;
	margin: 0;
	width: 62%;
}

.contact__guide {
	border-left: 0.0625rem solid #ab7421;
	margin: 0 2rem;
	padding-top: 1.625rem;
	width: calc(50% - 4rem);
}

.contact__text {
	margin-top: 0.375rem;
}

.footer {
	margin-top: 10rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.footer.footer--contact-thank {
	margin-top: 7.5rem;
}

.footer.footer--404 {
	margin-top: 0;
	margin-top: initial;
}

.footer__logo-container {
	align-items: end;
	display: flex;
	gap: 2.5rem;
}

.footer__logo {
	width: 12.5rem;
}

.footer__sns-icons {
	margin-bottom: -0.125rem;
	margin-top: 0;
}

.footer__nav {
	margin-top: 0.875rem;
}

.footer__copy {
	font-size: 0.875rem;
	margin-top: 4.5625rem;
}

.footer__scroll-top-button {
	right: 1.25rem;
	top: -1.3125rem;
	transform: scale(1) translateY(-100%);
}

.gallery__inner {
	max-width: none;
}

.gallery__items {
	grid-template-columns: 45.556% 7.407% auto;
	margin-top: 4.75rem;
}

.gallery__item:nth-child(6n+1) {
	grid-column: 1/span 1;
	grid-row: span 2;
}

.gallery__item:nth-child(6n+2) {
	grid-column: span 2/-1;
}

.gallery__item:nth-child(6n+3) {
	grid-column: span 2/-1;
}

.gallery__item:nth-child(6n+4) {
	grid-column: 1/span 2;
}

.gallery__item:nth-child(6n+5) {
	grid-column: 1/span 2;
}

.gallery__item:nth-child(6n+6) {
	grid-column: span 1/-1;
	grid-row: span 2;
}

.header {
	height: 5.625rem;
}

.header__inner {
	padding-left: 2.5rem;
	padding-right: 1.375rem;
}

.header__logo {
	width: 10.625rem;
}

.header__sp-nav {
	max-width: none;
}

.information {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.information__body {
	display: flex;
	margin-top: 2.1875rem;
}

.information__image-container {
	flex-shrink: 0;
	width: 50%;
}

.information__text-box {
	display: block;
	margin-left: 3rem;
	padding-top: 3.75rem;
}

.information__sub-title {
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 0.1875rem;
	padding-bottom: 0.25rem;
}

.loading__heading {
	top: 55.6%;
}

.loading__text-large {
	font-size: 5rem;
}

.loading__text-small {
	margin-top: 0.0625rem;
}

.main-view__heading {
	top: 55.6%;
}

.main-view__text-large {
	font-size: 5rem;
}

.main-view__text-small {
	margin-top: 0.0625rem;
}

.page-404 {
	background-position: top -1.25rem left calc(50% + 21.8125rem - 33.75rem);
	background-size: 43.625rem;
	padding-bottom: 9.1875rem;
	padding-top: 7.75rem;
}

.page-404__title {
	font-size: 10rem;
}

.page-404__text {
	margin-top: 2.6875rem;
}

.page-404__button {
	margin-top: 4.875rem;
}

.page-about-us__inner {
	max-width: none;
}

.page-about-us__body {
	align-items: baseline;
	aspect-ratio: 1080/661;
	background-image: url(../images/common/about-us01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	gap: 2.5rem;
	padding-left: 18.518519%;
	padding-top: 18.518519%;
}

.page-about-us__heading {
	aspect-ratio: auto;
	background: none;
	font-size: 5rem;
	line-height: 1.25;
	padding: 0;
}

.page-about-us__text {
	color: #fff;
	flex-shrink: 0;
	margin-top: 0;
	max-width: 25rem;
	width: 45.454545%;
}

.page-blog__body {
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
}

.page-blog__pagination-single {
	margin-top: 4.875rem;
}

.page-blog__left-side {
	width: 65.37%;
}

.page-blog__cards {
	padding: 0;
}

.page-blog__right-side {
	flex-shrink: 0;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 0;
	margin-top: initial;
}

.page-blog__article {
	max-width: none;
}

.page-blog__title {
	font-size: 2rem;
}

.page-blog__image {
	margin-top: 2.1875rem;
}

.page-blog_content h2 {
	font-size: 1.375rem;
	padding-left: 0.875rem;
}

.page-blog_content h3 {
	margin-top: 4.5rem;
}

.page-blog_content p {
	margin-top: 2.5rem;
}

.page-blog_content ul,
.page-blog_content ol {
	margin-top: 2.5rem;
}

.page-campaign__cards {
	padding-left: 0;
	padding-right: 0;
}

.page-contact__inner.inner {
	max-width: 46.875rem;
}

.page-faq__inner.inner {
	max-width: 46.875rem;
}

.page-faq__question {
	font-size: 1.25rem;
	padding-bottom: 1.3125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.8125rem;
}

.page-faq__question::before,
.page-faq__question::after {
	right: 2.5rem;
	width: 2rem;
}

.page-faq__answer {
	margin-top: 1rem;
	padding-bottom: 2.25rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.5625rem;
}

.page-gallery {
	margin-top: 7.5rem;
}

.page-information__containers {
	margin-top: 1.5rem;
}

.page-information__container {
	padding-bottom: 1.375rem;
	padding-top: 1.4375rem;
}

.page-information__container.is-active {
	display: flex;
	flex-direction: row;
	gap: 3rem;
}

.page-information__text-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 47.6744%;
}

.page-information__title {
	font-weight: 500;
}

.page-information__photo {
	aspect-ratio: 492/313;
	margin-top: 0rem;
}

.page-price__inner.inner {
	max-width: 46.875rem;
}

.page-price__container {
	flex-direction: row;
}

.page-price__container:not(:first-child) {
	margin-top: 5rem;
}

.page-price__product-title {
	align-items: center;
	flex-direction: column;
	width: 28.571%;
}

.page-price__category {
	margin-top: 0;
	margin-top: initial;
}

.page-price__icon {
	height: 4rem;
	width: 4rem;
}

.page-price__product-table {
	grid-template-columns: 17fr 8fr;
	width: 71.429%;
}

.page-price__product-name {
	justify-content: flex-start;
}

.page-privacy-policy__inner.inner {
	max-width: 53.125rem;
}

.page-privacy-policy__title {
	font-size: 2rem;
}

.page-terms-of-service__inner.inner {
	max-width: 53.125rem;
}

.page-terms-of-service__title {
	font-size: 2rem;
}

.page-thanks__body {
	max-width: 43.75rem;
}

.page-top {
	margin-top: 9.625rem;
}

.page-top.page-top--long {
	margin-top: 9.625rem;
}

.page-voice__pagination {
	margin-top: 4.5rem;
}

.price {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.price__body {
	align-items: flex-start;
	display: flex;
	gap: 8.8%;
	justify-content: space-between;
	margin-top: 2.1875rem;
}

.price__lists {
	margin-top: 0.1875rem;
	padding-bottom: 2rem;
}

.price__image-pc {
	flex-shrink: 0;
	margin-right: 0.1875rem;
	max-width: 45.6%;
	position: relative;
	width: 100%;
}

.price__image-pc::before {
	content: "";
	display: block;
	padding-top: 151.6%;
}

.price__image-pc img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.price__button {
	margin-top: 5rem;
}

.sub-view {
	height: 34.25rem;
}

.sub-view__heading {
	top: 59%;
}

.sub-view__text {
	font-size: 5rem;
}

.top-about-us {
	margin-top: 8.75rem;
}

.top-blog {
	padding-top: 6.25rem;
	position: relative;
}

.top-blog::before {
	background-image: url(../images/common/blog-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	filter: blur(5px) brightness(1.2);
	height: 31.25rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1000;
}

.top-blog__cards {
	margin-top: 4.75rem;
	padding: 0;
}

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

.top-campaign {
	margin-top: 7.5rem;
}

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

.top-contact.top-contact--page {
	margin-top: 8.75rem;
}

.top-information {
	margin-top: 8.75rem;
}

.top-price {
	margin-top: 8.75rem;
}

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

.voice__cards {
	margin-top: 1.5625rem;
}

.voice__button {
	margin-top: 5rem;
}

.button-submit:hover::after {
	transform: scale(1, 1);
}

.button-submit:hover .button-submit__treatment::before,
.button-submit:hover .button-submit__treatment::after {
	background-color: #ab7421;
}

.button-submit:hover .button-submit__input {
	color: #ab7421;
}

.button:hover {
	color: #ab7421;
}

.button:hover .button__arrow {
	background-color: #ab7421;
}

.button:hover::after {
	transform: scale(1, 1);
}

.button.button--white:hover {
	color: #fff;
}

.button.button--white:hover .button__arrow {
	background-color: #fff;
}

.card-article__link:hover {
	opacity: 0.8;
}

.card-blog:hover .card-blog__image img {
	transform: scale(1.35);
}

.card-blog__link:hover {
	opacity: 0.8;
}

.card-blog__image img {
	transition: transform 0.5s;
}

.card-campaign {
	padding-bottom: 2.3125rem;
}

.card-campaign__link:hover {
	opacity: 0.8;
}

.card-campaign__meta {
	margin-top: 1.5rem;
}

.card-campaign__text {
	font-size: 1rem;
	margin-top: 1rem;
}

.card-campaign__prices {
	margin-top: 0.25rem;
	text-align: center;
}

.card-campaign__price-before {
	font-size: 1.5rem;
}

.card-campaign__price-after {
	font-size: 2.5rem;
	margin-left: 1.375rem;
}

.card-campaign.card-campaign--large .card-campaign__meta {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.card-campaign.card-campaign--large .card-campaign__title {
	font-size: 1.5rem;
	padding-bottom: 0;
	padding-bottom: initial;
}

.card-campaign.card-campaign--large .card-campaign__text {
	margin-top: 1.375rem;
}

.card-campaign.card-campaign--large .card-campaign__content {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.card-campaign.card-campaign--large .card-campaign__main-text {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.card-campaign.card-campaign--large .card-campaign__term {
	margin-top: 1.6875rem;
}

.card-campaign.card-campaign--large .card-campaign__contact-text {
	margin-top: 0.5rem;
}

.card-campaign.card-campaign--sidebar {
	padding-bottom: 1.25rem;
}

.card-voice {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.5rem;
}

.card-voice__flex {
	gap: 1rem;
}

.card-voice__meta {
	align-items: end;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.card-voice__information {
	line-height: 1.5;
}

.card-voice__title {
	font-size: 1.5rem;
	line-height: 1.4583333333;
	margin-top: 0.6875rem;
	padding-bottom: 0;
}

.card-voice__image {
	width: 11.25rem;
}

.card-voice__content {
	margin-top: 2.6875rem;
}

.cards01 {
	gap: 5rem 2.5rem;
}

.cards01.cards01--c2 {
	grid-template-columns: repeat(2, 1fr);
}

.cards01.cards01--c3 {
	grid-template-columns: repeat(3, 1fr);
}

.cards02 {
	gap: 5rem 2.5rem;
}

.cards02.cards02--c2 {
	grid-template-columns: repeat(2, 1fr);
}

.categories-with-whale__items {
	flex-wrap: wrap;
}

.categories-with-whale__item {
	font-size: 1.5rem;
	min-width: 18.75rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.categories__items {
	gap: 1rem 2rem;
	justify-content: flex-start;
	max-width: none;
}

.category-diving {
	padding-bottom: 0.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.75rem;
}

.diving-products__list {
	gap: 0.4375rem 0;
	margin-top: 0.5rem;
}

.diving-products__name {
	font-size: 1rem;
}

.diving-products__price {
	font-size: 1rem;
}

.icon {
	height: 2rem;
	width: 2rem;
}

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

.modal {
	background: rgba(32, 32, 32, 0.8);
	height: 100dvh;
	left: 0;
	padding: 1.25rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 8000;
}

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

.modal__photo {
	height: 100%;
	max-width: 57.5rem;
	width: 100%;
}

.modal__photo img {
	-o-object-fit: contain;
	-o-object-position: 50% 50%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
	width: 100%;
}

.navigation {
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0 7.5rem;
	max-height: none;
}

.navigation__items {
	width: auto;
	width: initial;
}

.navigation__item > a:hover,
.navigation__sub-item > a:hover {
	opacity: 0.8;
}

.pagination__next {
	margin-right: 2rem;
}

.section-title__en {
	font-size: 2.5rem;
	line-height: 1;
}

.section-title__ja {
	margin-top: 0.625rem;
}

.section-title.section-title--white-pc .section-title__en,
.section-title.section-title--white-pc .section-title__ja {
	color: #fff;
}

.section-title.section-title--white-pc .section-title__en::first-letter {
	color: #2a2a2a;
}

.treatment.campaign::after {
	background-image: url(../images/ornaments/Aquarius.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 11.3125rem;
	left: calc(50% - min(48%, 45rem));
	position: absolute;
	width: 12.125rem;
}

.treatment.about-us::after {
	background-image: url(../images/ornaments/Aries.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 11.3125rem;
	position: absolute;
	right: calc(50% - min(48%, 40rem));
	transform: translateY(50%);
	width: 12.125rem;
}

.treatment.blog::after {
	background-image: url(../images/ornaments/Capricornus.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 10rem;
	content: "";
	height: 12.5625rem;
	left: calc(50% - min(48%, 55rem));
	position: absolute;
	width: 27.3125rem;
}

.treatment.voice::before {
	background-image: url(../images/ornaments/Gemini.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8.625rem;
	left: calc(50% - min(48%, 38.75rem));
	position: absolute;
	top: -7.5rem;
	width: 18.8125rem;
}

.treatment.voice::after {
	background-image: url(../images/ornaments/Leo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -4rem;
	content: "";
	height: 10.125rem;
	position: absolute;
	right: calc(50% - min(48%, 33.75rem));
	width: 8.75rem;
}

.treatment.price::after {
	background-image: url(../images/ornaments/Libra.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 3.75rem;
	content: "";
	height: 12.5rem;
	left: calc(50% - min(48%, 38.75rem));
	position: absolute;
	width: 27.3125rem;
}

.treatment.contact::after {
	height: 8.625rem;
	right: calc(50% - min(48%, 41.875rem));
	top: -2.5rem;
	width: 18.8125rem;
}

.treatment.page-top::after {
	height: 8.625rem;
	top: -4.375rem;
	width: 18.8125rem;
}

.treatment.page-top.page-top--long::after {
	top: -4.375rem;
}

.treatment.gallery::after {
	background-image: url(../images/ornaments/Scorpius.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8.625rem;
	position: absolute;
	right: calc(50% - min(48%, 40rem));
	top: -5rem;
	width: 18.8125rem;
}

.breadcrumb.breadcrumb--404 {
	padding-top: 6.125rem;
}

.form__item {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 2.3125rem;
	padding-top: 2.5rem;
}

.form__item dt {
	width: 31.4%;
}

.form__item dd {
	margin-top: 0;
	margin-top: initial;
	width: 68.6%;
}

.form__item.form__item--acceptance {
	margin-top: 5rem;
}

.form__item.form__item--acceptance [type=checkbox] + span {
	padding-left: 2rem;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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