@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reset margins, padding, and border */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.--fz-32 {
  font-size: 32px;
}
@media (max-width: 1400px) {
  .--fz-32 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .--fz-32 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .--fz-32 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .--fz-32 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .--fz-32 {
    font-size: 22px;
  }
}

.c-br--sm {
  display: none;
}
@media (max-width: 576px) {
  .c-br--sm {
    display: block;
  }
}
@media (max-width: 576px) {
  .c-br--sp::after {
    content: "\a"; /* 改行コード */
    white-space: pre;
  }
}
@media (max-width: 1400px) {
  .c-br--xxl::after {
    content: "\a"; /* 改行コード */
    white-space: pre;
  }
}
@media (max-width: 1200px) {
  .c-br--xl::after {
    content: "\a"; /* 改行コード */
    white-space: pre;
  }
}
@media (max-width: 992px) {
  .c-br--lg::after {
    content: "\a"; /* 改行コード */
    white-space: pre;
  }
}
@media (max-width: 768px) {
  .c-br--md::after {
    content: "\a"; /* 改行コード */
    white-space: pre;
  }
}
body.modal-open {
  overflow: hidden;
}

.bg--primary {
  background-color: #fffaf2;
}

.bg--secondary {
  background-color: #fff4e5;
}

.mt-sm {
  margin-top: 0.5rem;
}

.mt-md {
  margin-top: 1rem;
}

.mt-lg {
  margin-top: 2rem;
}

.mt-xl {
  margin-top: 4rem;
}

.mb-sm {
  margin-bottom: 0.5rem;
}

.mb-md {
  margin-bottom: 1rem;
}

.mb-lg {
  margin-bottom: 2rem;
}

.mb-xl {
  margin-bottom: 4rem;
}

.pt-sm {
  padding-top: 0.5rem;
}

.pt-md {
  padding-top: 1rem;
}

.pt-lg {
  padding-top: 2rem;
}

.pt-xl {
  padding-top: 4rem;
}

.pb-sm {
  padding-bottom: 0.5rem;
}

.pb-md {
  padding-bottom: 1rem;
}

.pb-lg {
  padding-bottom: 2rem;
}

.pb-xl {
  padding-bottom: 4rem;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #2c5e5a;
  line-height: 1.6;
  min-height: 100vh;
  font-weight: 400;
  font-synthesis-weight: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

strong {
  font-weight: 600;
}

p {
  font-size: 1.1rem;
  line-height: 1.4;
}

a {
  color: #e37d65;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(219.1538461538, 88.5714285714, 57.8461538462);
}

.c-btn {
  display: inline-block;
  margin: 0;
  background-color: rgba(235, 189, 227, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  text-align: start;
  font-weight: 600;
  font-size: 20px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15), -3px -3px 10px rgba(255, 255, 255, 0.5333333333);
  transition: background 300ms ease;
}
.c-btn--primary {
  background-color: #ffefa7;
}
.c-btn--primary:hover {
  background-color: rgb(255, 248.2727272727, 218) !important;
}
@media (max-width: 992px) {
  .c-btn {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-btn {
    font-size: 16px;
  }
}
.c-btn:hover {
  background-color: rgba(238.5581395349, 200.7418604651, 231.9813953488, 0.2);
}
.c-btn button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
}
.c-btn > a,
.c-btn button {
  position: relative;
  display: block;
  padding: 16px 72px 16px 32px;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  font-size: 1.1em;
  color: #2c5e5a;
}
@media (max-width: 992px) {
  .c-btn > a,
  .c-btn button {
    padding: 14px 60px 14px 24px;
  }
}
.c-btn > a:hover,
.c-btn button:hover {
  color: rgb(60.2608695652, 128.7391304348, 123.2608695652);
}
.c-btn > a:hover > span,
.c-btn button:hover > span {
  background-color: #e37d65;
}
.c-btn > a:hover > span::after,
.c-btn button:hover > span::after {
  background-color: white;
  animation: btn_hov 1s infinite forwards;
}
@keyframes btn_hov {
  0% {
    translate: -35% -50%;
    scale: 1;
  }
  100% {
    translate: 35% -50%;
    scale: 1.2;
  }
}
.c-btn > a > span,
.c-btn button > span {
  position: absolute;
  content: "";
  right: 8px;
  height: calc(100% - 16px);
  width: auto;
  aspect-ratio: 1;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  translate: 0 -50%;
  overflow: hidden;
  box-shadow: inset 2px 2px 4px rgba(77, 77, 77, 0.2666666667);
  transition: background 300ms ease;
}
.c-btn > a > span::after,
.c-btn button > span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  top: 50%;
  translate: 0 -50%;
  background-color: #2c5e5a;
  clip-path: polygon(40% 0%, 50% 0%, 65% 50%, 50% 100%, 40% 100%, 55% 50%);
}

.c-product-cta {
  position: absolute;
  cursor: pointer;
  bottom: 0;
}
.c-product-cta:hover {
  translate: 0 -4px;
}
.c-product-cta:hover .c-product-cta__wrap {
  box-shadow: 4px 12px 2px #2e9522;
}
.c-product-cta:active {
  translate: 0 4px;
}
.c-product-cta:active .c-product-cta__wrap {
  box-shadow: 4px 4px 2px #2e9522;
}
.c-product-cta__wrap {
  border-radius: 12px;
  background-color: #62d14a;
  position: relative;
  border: 1px solid #2e9522;
  box-shadow: 4px 8px 2px #2e9522;
}
.c-product-cta__wrap > span {
  color: white;
  display: block;
  text-align: center;
  padding: 0 74px;
  text-align: center;
  white-space: nowrap;
}
.c-product-cta__wrap > span:nth-of-type(1) {
  padding-top: 6px;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .c-product-cta__wrap > span:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-product-cta__wrap > span:nth-of-type(1) {
    font-size: 18px;
  }
}
.c-product-cta__wrap > span:nth-of-type(2) {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 6px;
}
@media (max-width: 1400px) {
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .c-product-cta__wrap > span:nth-of-type(1) {
    font-size: 16px;
  }
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 16px;
  }
}
.c-product-cta__click {
  position: absolute;
  width: 64px;
  right: 0;
  top: 62%;
  translate: 10% -50%;
}
@media (max-width: 576px) {
  .c-product-cta__click {
    scale: 0.85;
  }
}
.c-product-cta__star {
  position: absolute;
  z-index: 0;
  top: 0;
}
@media (max-width: 576px) {
  .c-product-cta__star {
    scale: 0.7;
  }
}
.c-product-cta__star--inner1 {
  z-index: 1;
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
}
.c-product-cta__star--inner1::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: 15deg;
}
.c-product-cta__star--inner1::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: --15deg;
}
.c-product-cta__star--inner2 {
  z-index: 2;
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: 45deg;
}
.c-product-cta__star--inner2::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: 15deg;
}
.c-product-cta__star--inner2::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: --15deg;
}
.c-product-cta__star--inner3 {
  z-index: 3;
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: 30deg;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-product-cta__star--inner3::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: 45deg;
}
.c-product-cta__star-content {
  position: absolute;
  color: #333;
  width: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 10;
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  rotate: 275deg;
}
@media (max-width: 1200px) {
  .c-product-cta__star-content {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-product-cta__star-content {
    font-size: 18px;
  }
}

.c-image__full {
  position: relative;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: zoom-in;
  transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
}
.c-image__full::before {
  position: absolute;
  z-index: 1000;
  content: "";
  width: 64px;
  height: 64px;
  border: 2px solid rgba(41, 41, 41, 0.1333333333);
  border-radius: 50%;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5333333333);
  background-image: url("../img/SVG/zoom.svg");
  background-size: 32px;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-image__full.c-image__full--active {
  position: fixed;
  padding: 48px;
  inset: 0;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8666666667);
  display: grid;
  place-items: center;
  cursor: zoom-out;
  width: 100% !important;
}
.c-image__full.c-image__full--active::before {
  background: none;
  border: none;
}
.c-image__full.c-image__full--active > img {
  width: auto;
  height: auto;
  max-width: calc(100dvw - 96px); /* 48px × 2 の分だけ引く */
  max-height: calc(100dvh - 96px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

.c-image__full > .c-image__full--text {
  background-color: white;
  color: #292929;
  margin: 0 auto;
  padding: 8px 12px;
}

.c-section-title__sub {
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  color: #dcedfb;
  margin: 0 0 -8px;
}
.c-section-title__sub--smaller {
  font-size: 32px;
  margin-bottom: 8px;
}
@media (max-width: 1400px) {
  .c-section-title__sub {
    font-size: 56px;
  }
  .c-section-title__sub--smaller {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .c-section-title__sub {
    font-size: 48px;
  }
  .c-section-title__sub--smaller {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .c-section-title__sub {
    font-size: 40px;
  }
  .c-section-title__sub--smaller {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .c-section-title__sub {
    font-size: 36px;
  }
  .c-section-title__sub--smaller {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .c-section-title__sub {
    font-size: 32px;
  }
  .c-section-title__sub--smaller {
    font-size: 22px;
  }
}
.c-section-title__main {
  position: relative;
  display: inline-block;
  margin-bottom: 64px;
  font-size: 70px;
  font-weight: 700;
}
.c-section-title__main--smaller {
  font-size: 40px;
}
.c-section-title__main--smallest {
  font-size: 32px;
}
@media (max-width: 1400px) {
  .c-section-title__main {
    font-size: 64px;
  }
  .c-section-title__main--smaller {
    font-size: 36px;
  }
  .c-section-title__main--smallest {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .c-section-title__main {
    font-size: 52px;
  }
  .c-section-title__main--smaller {
    font-size: 36px;
  }
  .c-section-title__main--smallest {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .c-section-title__main {
    font-size: 40px;
  }
  .c-section-title__main--smaller {
    font-size: 32px;
  }
  .c-section-title__main--smallest {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .c-section-title__main {
    font-size: 32px;
  }
  .c-section-title__main--smaller {
    font-size: 26px;
  }
  .c-section-title__main--smallest {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .c-section-title__main {
    font-size: 24px;
  }
  .c-section-title__main--smaller {
    font-size: 20px;
  }
  .c-section-title__main--smallest {
    font-size: 18px;
  }
}
.c-section-title__main span {
  color: #1297f5;
}
.c-section-title__main::before {
  content: "";
  position: absolute;
  height: 6px;
  left: 0px;
  width: 60px;
  bottom: -30px;
  translate: 0 -50%;
  background-color: rgba(235, 189, 227, 0.2);
  border-radius: 999px;
}
.c-section-title__main--center {
  text-align: center;
}
.c-section-title__main--center::before {
  left: 50%;
  translate: -50% -50%;
}
.c-section-title__main--center::after {
  left: 50%;
  translate: 36px -50%;
}

.c-appear {
  opacity: 0;
  transition: all 600ms ease;
}
.c-appear:hover {
  opacity: 1;
}

.c-space-line {
  display: block;
  margin: 32px auto;
  height: 6px;
  width: 60px;
  background-color: rgba(235, 189, 227, 0.2);
  border-radius: 999px;
}

.c-card {
  background: linear-gradient(135deg, #f4f5f7 0%, #fff 35%);
  border-radius: 16px;
  box-shadow: 5px 5px 10px rgba(200, 201, 204, 0.2), -5px -5px 20px #ffffff;
  text-align: center;
  padding: 48px;
  background-size: 150% 150%;
  transition: all 200ms ease;
  transition: background-position 200ms ease;
}
@media (max-width: 1400px) {
  .c-card {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .c-card {
    padding: 36px;
  }
}
@media (max-width: 992px) {
  .c-card {
    padding: 28px;
  }
}
@media (max-width: 768px) {
  .c-card {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .c-card {
    padding: 16px;
  }
}
.c-card--inv {
  box-shadow: inset 5px 5px 10px rgba(200, 201, 204, 0.2), inset -5px -5px 20px #ffffff;
}

.c-record {
  position: relative;
  padding: 24px 0;
  overflow: hidden;
}
.c-record h2 {
  text-align: center;
  margin-bottom: 16px;
}
.c-record__slide-wrap .swiper-wrapper {
  transition-timing-function: linear !important;
}
.c-record__item {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.c-record__item img {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100px;
}
@media (max-width: 576px) {
  .c-record__item img {
    height: 65px;
  }
}

.l-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 96px 0;
}
@media (max-width: 1400px) {
  .l-inner {
    margin-inline: clamp(16px, 5vw, 40px);
  }
}
@media (max-width: 1200px) {
  .l-inner {
    padding-block: 60px;
  }
}
@media (max-width: 992px) {
  .l-inner {
    padding-block: 48px;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding-block: 32px;
  }
}
@media (max-width: 576px) {
  .l-inner {
    padding-block: 24px;
  }
}

/* header */
.l-header {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
}
.l-header--hideup {
  top: -120px;
}
.l-header__wrap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  max-width: 1400px;
}
.l-header__logo-area {
  height: 48px;
  padding: 2px 0;
  position: relative;
  z-index: 100;
  filter: drop-shadow(0 0 6px #ebbde3) drop-shadow(0 0 10px rgba(235, 189, 227, 0.5)) drop-shadow(0 0 18px #ebbde3);
}
@media (max-width: 992px) {
  .l-header__logo-area {
    height: 40px;
  }
}
.l-header__logo-area:hover .l-header__logo {
  animation: logo-bump 0.5s ease forwards;
}
.l-header__logo-area:hover .l-header__logo-text {
  animation: logo-text-bump 0.5s ease forwards;
}
@keyframes logo-bump {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
    fill: #e37d65;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logo-text-bump {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
    fill: #e37d65;
  }
  100% {
    transform: scale(1);
  }
}
.l-header__nav {
  position: relative;
}
.l-header__nav-wrap {
  background-color: #fff;
  border-radius: 999px;
  padding: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  outline: 3px solid rgba(235, 189, 227, 0.2);
  box-shadow: 1px 1px 2px #bebebe, -1px -1px 2px #ffffff;
}
@media (max-width: 992px) {
  .l-header__nav-wrap {
    padding: 4px;
  }
}
@media (max-width: 768px) {
  .l-header__nav-wrap {
    display: none;
  }
}
.l-header__nav-wrap ul {
  display: flex;
  gap: 8px;
}
@media (max-width: 992px) {
  .l-header__nav-wrap ul {
    gap: 2px;
  }
}
.l-header__nav-link {
  cursor: pointer;
  color: #2c5e5a;
  display: block; /* ←インライン→ブロックに */
  padding: 8px 24px;
}
@media (max-width: 1200px) {
  .l-header__nav-link {
    padding: 8px 20px;
  }
}
@media (max-width: 992px) {
  .l-header__nav-link {
    padding: 8px 10px;
    font-size: 17px;
  }
}
.l-header__nav-link:hover {
  color: white;
}
.l-header__nav-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  font: inherit;
  color: inherit;
}
.l-header__nav-item {
  border-radius: 999px;
  transition: all 200ms ease;
}
.l-header__nav-item:hover {
  background-color: #e37d65;
}
.l-header__nav-item:hover .l-header__nav-link {
  color: white;
}
.l-header__nav-item:hover .l-header__nav-svg-wrap {
  background-color: #e37d65;
}
.l-header__nav-item:hover .l-header__nav-svg-contact {
  background-color: #309dd0;
  background-color: #e37d65;
  fill: white;
}
.l-header__nav-item--current {
  background-color: rgba(201, 233, 255, 0.4666666667);
  background-color: rgba(235, 189, 227, 0.2);
}
.l-header__nav-item--current a {
  color: #e37d65;
}
.l-header__nav-item--list {
  position: relative;
}
.l-header__nav-item--list .l-header__nav-link {
  cursor: default;
}
.l-header__nav-item--list:hover::after {
  background-color: #e37d65;
  translate: -50% 50%;
  scale: 1.2;
}
.l-header__nav-item--list:hover .l-header__nav-submenu {
  opacity: 1;
  scale: 1;
}
.l-header__nav-item--list::after {
  position: absolute;
  transition: all 200ms ease;
  content: "";
  background-color: transparent;
  width: 8px;
  height: 8px;
  rotate: 45deg;
  left: 50%;
  bottom: 0;
  translate: -50% 30%;
  border-right: 2px solid #e37d65;
  border-bottom: 2px solid #e37d65;
}
.l-header__nav-item--list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
  background: transparent;
}
.l-header__nav-item-icon {
  background-color: #ffefa7;
  margin-left: 8px;
}
.l-header__nav-item-icon a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 32px;
  color: #292929;
}
.l-header__nav-submenu {
  position: absolute;
  transition: all 200ms ease;
  opacity: 0;
  left: 50%;
  translate: -50%;
  scale: 1 0;
  transform-origin: 0 0;
  display: flex;
  flex-direction: column;
  gap: 0px !important;
  border-radius: 16px;
  margin-top: 8px;
  background-color: rgb(219.1538461538, 88.5714285714, 57.8461538462);
  overflow: hidden;
}
.l-header__nav-submenu > li {
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid white;
  padding: 8px 16px;
}
.l-header__nav-submenu > li:hover {
  background-color: rgb(191.2307692308, 64.5714285714, 34.7692307692);
}
.l-header__nav-submenu > li:last-child {
  border-bottom: none;
}
.l-header__nav-submenu > li > a {
  color: white;
  display: block;
  padding: 8px 16px;
}
.l-header__nav-svg-wrap {
  position: relative;
  display: flex;
  margin-right: 8px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 200ms ease;
}
@media (max-width: 992px) {
  .l-header__nav-svg-wrap {
    margin-right: -3px;
    margin-left: 12px;
  }
}
.l-header__nav-svg-contact {
  transition: all 200ms ease;
  position: absolute;
  width: 64px;
  border-radius: 50%;
  border: 6px solid #ffefa7;
  background-color: #fff;
  padding: 8px;
  box-shadow: inset 2px 2px 4px rgba(77, 77, 77, 0.2666666667);
}
@media (max-width: 992px) {
  .l-header__nav-svg-contact {
    border: 4px solid #ffefa7;
    width: 56px;
  }
}
.l-header__sp {
  display: none;
}
@media (max-width: 768px) {
  .l-header__sp {
    display: block;
  }
}
.l-header__sp-buttons {
  display: flex;
  gap: 8px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.l-header__sp-contact {
  width: 56px;
  height: 56px;
  background-color: #ffefa7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.l-header__sp-contact > a {
  display: flex;
}
.l-header__sp-contact:hover .l-header__sp-contact-icon {
  background-color: #e37d65;
  fill: white;
}
.l-header__sp-contact-icon {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: 6px solid #ffefa7;
  border-radius: 50%;
  box-shadow: inset 2px 2px 4px rgba(77, 77, 77, 0.2666666667);
}
.l-header__sp-menubar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(235, 189, 227, 0.2);
  position: relative;
}
.l-header__sp-menubar > span {
  transition: all 0.5s ease;
}
.l-header__sp-menubar > span:nth-child(1) {
  display: block;
  position: absolute;
  content: "";
  background-color: #2c5e5a;
  height: 2px;
  width: 40%;
  left: 50%;
  top: 40%;
  translate: -50% -50%;
}
.l-header__sp-menubar > span:nth-child(2) {
  display: block;
  position: absolute;
  content: "";
  background-color: #2c5e5a;
  height: 2px;
  width: 40%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.l-header__sp-menubar > span:nth-child(3) {
  display: block;
  position: absolute;
  content: "";
  background-color: #2c5e5a;
  height: 2px;
  width: 40%;
  left: 50%;
  top: 60%;
  translate: -50% -50%;
}
.l-header__sp-menubar--active > span:nth-child(1) {
  top: 50%;
  translate: -50% -50%;
  rotate: 405deg;
}
.l-header__sp-menubar--active > span:nth-child(2) {
  opacity: 0;
}
.l-header__sp-menubar--active > span:nth-child(3) {
  top: 50%;
  rotate: -405deg;
}
.l-header__navsp {
  position: fixed;
  z-index: 50;
  width: 100%;
  left: 0;
  top: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8666666667);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: all 400ms ease;
  translate: 0 -100%;
  opacity: 0;
}
.l-header__navsp--active {
  translate: 0 0%;
  opacity: 1;
}
.l-header__navsp-container {
  height: 100%;
  overflow-y: auto;
}
.l-header__navsp ul {
  margin-top: 88px;
}
.l-header__navsp ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border-top: 1px solid rgba(235, 189, 227, 0.2);
  font-size: 24px;
  font-weight: 500;
}
.l-header__navsp ul li:not(:has(a)) {
  opacity: 0.6;
}

.text--accent {
  font-size: 1.4em;
  font-weight: 600;
  color: #1297f5;
}

.l-footer {
  position: relative;
  background-color: #013384;
  padding-block: 96px;
  overflow: hidden;
}
.l-footer a {
  color: white;
}
.l-footer a:hover {
  color: rgb(66.9352226721, 172.4736842105, 247.0647773279);
}
@media (max-width: 768px) {
  .l-footer {
    padding-block: 24px;
  }
}
.l-footer::after {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left 全部0 */
  background: url("../img/footer-bg.webp") bottom/100% auto no-repeat;
  opacity: 0.05; /* 画像だけ薄くする */
  pointer-events: none; /* クリック透過 */
}
.l-footer__wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 768px) {
  .l-footer__wrap {
    flex-direction: column;
  }
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 0;
}
.l-footer__info::before {
  position: absolute;
  content: "";
  background-color: rgb(0.6165413534, 31.4436090226, 81.3834586466);
  left: calc(-50vw + 50%);
  right: 0;
  top: -96px;
  bottom: -96px;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-footer__info::before {
    bottom: 0;
    top: -96px;
    left: -96px;
    right: -96px;
  }
}
@media (max-width: 1200px) {
  .l-footer__info {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .l-footer__info {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .l-footer__info > * {
    font-size: 16px !important;
  }
}
.l-footer__cmp {
  display: contents;
}
.l-footer__space {
  width: 48px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .l-footer__space {
    display: none;
  }
}
.l-footer__space::before {
  position: absolute;
  content: "";
  background-color: rgb(0.6165413534, 31.4436090226, 81.3834586466);
  left: 0;
  right: 0%;
  top: -96px;
  bottom: -96px;
  z-index: -1;
}
.l-footer__address {
  font-size: 20px;
  color: white;
}
@media (max-width: 1400px) {
  .l-footer__address {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .l-footer__address {
    font-size: 18px;
  }
}
.l-footer__copy {
  font-size: 14px;
  color: white;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .l-footer__copy {
    margin-top: 36px;
  }
}
.l-footer__policy {
  font-size: 12px;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-footer__policy path {
  fill: white;
  transition: all 0.3s ease;
}
.l-footer__policy > a {
  display: contents;
}
.l-footer__policy > a:hover path {
  fill: #e37d65;
}
.l-footer__openicon {
  width: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .l-footer__item--pc {
    display: none;
  }
}
.l-footer__item--md {
  display: none;
}
@media (max-width: 768px) {
  .l-footer__item--md {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-footer__nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-footer__nav-area {
  flex: 1;
}
.l-footer__nav-wrap {
  display: flex;
  font-size: 20px;
  color: white;
  gap: 24px;
}
@media (max-width: 1400px) {
  .l-footer__nav-wrap {
    font-size: 18px;
    gap: 18px;
  }
}
@media (max-width: 1200px) {
  .l-footer__nav-wrap {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .l-footer__nav-wrap {
    margin-top: 24px;
  }
}
.l-footer__nav-wrap ul {
  padding-left: 8px;
}
.l-footer__nav-child {
  padding: 4px 8px 4px 16px;
  border-left: 4px solid #007acc;
}
.l-footer__logo-area {
  height: 60px;
}
@media (max-width: 1400px) {
  .l-footer__logo-area {
    height: 56px;
  }
}
@media (max-width: 1200px) {
  .l-footer__logo-area {
    height: 48px;
  }
}
@media (max-width: 768px) {
  .l-footer__logo-area {
    margin: 0 auto;
  }
}
.l-footer__logo {
  fill: #fff;
}
.l-footer__logo-text {
  fill: #fff;
}

.c-record {
  background-color: #f3e9e5;
}

.p-hero {
  /* スクロールで変える値のデフォルト */
  --circleScale: 1; /* 背景の円テクスチャの拡大率 */
  --circleBrightness: 0.3; /* 背景の明るさ */
  --fadeScale: 1; /* 白いグラデ円の拡大率 */
  --fadeOpacity: 1; /* 白いグラデ円の不透明度 */
  --circleWhiteScale: 1;
  position: relative;
  min-height: 100vh;
  height: 150vh;
}
.p-hero__pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: clip;
  z-index: 0;
}
.p-hero__bg {
  position: relative;
  height: 100vh;
  background-color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.p-hero__bg--img {
  position: absolute;
  inset: 0;
}
.p-hero__bg--img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/wc/basebg.webp") center/cover no-repeat;
  opacity: 0.53;
  z-index: 0;
}
.p-hero__bg--circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: color-dodge;
  pointer-events: none;
  z-index: 10;
  filter: brightness(var(--circleBrightness));
  scale: var(--circleScale);
}
.p-hero__bg--ring--n1 {
  position: absolute;
  bottom: -182px;
  left: 50%;
  width: 980px;
  min-width: 980px;
  mix-blend-mode: screen;
  translate: -57% 0;
  pointer-events: none;
}
.p-hero__bg--circle-soft {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(40vw, 73vh);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  mix-blend-mode: soft-light;
  transform: translate(-50%, -50%);
  pointer-events: none;
  isolation: isolate; /* ← ブレンドを切る */
  z-index: 10;
  scale: var(--circleWhiteScale);
  transform-origin: 0% 0%;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .p-hero__bg--circle-soft {
    opacity: 0.6;
  }
}
.p-hero__bg--circle-soft-fade {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(40vw, 73vh);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(white 0%, rgba(255, 255, 255, 0) 1000%);
  isolation: isolate; /* ← ブレンドを切る */
  transform: translate(-50%, -50%);
  pointer-events: none;
  isolation: isolate; /* ← ブレンドを切る */
  z-index: 10;
  scale: var(--circleWhiteScale);
  transform-origin: 0% 0%;
  opacity: var(--fadeOpacity);
}
.p-hero__text {
  position: absolute;
  z-index: 50;
  isolation: isolate;
  text-align: center;
  color: #2c5e5a;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  white-space: nowrap;
}
.p-hero__text h1,
.p-hero__text h2 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 96px;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  white-space: nowrap;
}
.p-hero__text h1::after,
.p-hero__text h2::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 2px;
  left: 50%;
  bottom: 0;
  translate: -50% 8px;
  background: linear-gradient(90deg, rgba(44, 94, 90, 0.1333333333) 0%, #2c5e5a 50%, rgba(44, 94, 90, 0.1333333333) 100%);
}
.p-hero__text p {
  margin-top: 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
}
.p-hero__text--bg {
  text-shadow: 2px 2px 4px #2c5e5a;
  color: transparent;
}
@media (max-width: 1400px) {
  .p-hero__text h1,
  .p-hero__text h2 {
    font-size: 88px;
  }
  .p-hero__text p {
    font-size: 72px;
  }
}
@media (max-width: 1200px) {
  .p-hero__text h1,
  .p-hero__text h2 {
    font-size: 80px;
  }
  .p-hero__text p {
    font-size: 64px;
  }
}
@media (max-width: 992px) {
  .p-hero__text h1,
  .p-hero__text h2 {
    font-size: 64px;
  }
  .p-hero__text p {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .p-hero__text h1,
  .p-hero__text h2 {
    font-size: 56px;
  }
  .p-hero__text p {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .p-hero__text h1,
  .p-hero__text h2 {
    font-size: 48px;
  }
  .p-hero__text p {
    font-size: 32px;
  }
}
.p-hero__wrap {
  position: relative;
  z-index: 40;
  width: 100%;
  display: flex;
  align-items: center;
}
.p-hero__head {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.p-hero__head-title {
  order: 2;
  font-family: "Cinzel Decorative", serif;
  color: #0c1803;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  margin-bottom: 36px;
}
.p-hero__head-subtitle {
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  order: 1;
  line-height: 1;
  margin-bottom: 12px;
  color: #dfefdd;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e37d65;
  padding: 6px 12px 10px;
  outline-offset: 2px;
  position: relative;
}
.p-hero__head-subtitle::before {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: inherit;
  top: -4px;
  left: 0;
  content: "";
}
.p-hero__head-subtitle::after {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: inherit;
  bottom: -4px;
  left: 0;
  content: "";
}
.p-hero__head-lead {
  order: 3;
  font-size: 32px;
  font-weight: 600;
}
.p-hero__head-lead span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.p-hero__head-lead span:first-child {
  margin-bottom: 8px;
}
.p-hero__head-lead span:last-child {
  margin-bottom: 32px;
}
.p-hero__head-cta {
  order: 4;
}
.p-hero__media {
  position: relative;
  flex: 1;
}
.p-hero__media img {
  position: relative;
  padding-left: 128px;
  margin-left: 64px;
  margin-top: -156px;
}

.p-cards {
  position: relative;
  top: 0;
  z-index: 10;
  margin-top: -30vh;
  background-color: rgba(235, 189, 227, 0.2);
}
.p-cards .l-inner {
  padding-block: 0;
  padding-bottom: 0;
}
.p-cards__products {
  position: sticky;
  top: 90px;
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  z-index: 1;
}
.p-cards__products > li {
  flex: 1;
}
.p-cards__card {
  text-align: center;
  position: relative;
  background-image: url("../img/wc/card-bg.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-color 0.3s;
  cursor: pointer;
  transition: opacity 300ms ease;
}
.p-cards__card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  border: 8px solid rgba(255, 255, 255, 0.4);
  outline-offset: -10px;
  outline: 2px solid rgba(255, 255, 255, 0.8);
}
.p-cards__card--shadow {
  position: absolute;
  inset: 0;
  z-index: -1;
  translate: 8px 8px;
  background-color: rgba(1, 89, 79, 0.088);
}
.p-cards__card > a {
  display: block;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
  position: relative;
  color: rgb(140.5652173913, 201.4347826087, 196.5652173913);
  z-index: 10;
  font-size: 32px;
  font-weight: 600;
  padding: 16px 48px;
}
@media (max-width: 1400px) {
  .p-cards__card > a {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .p-cards__card > a {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .p-cards__card > a {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .p-cards__card > a {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .p-cards__card > a {
    font-size: 22px;
  }
}
.p-cards__card:hover::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.p-cards__card:hover .p-cards__card--shadow {
  background-color: rgba(1, 89, 78, 0.4);
}
.p-cards__card:hover > a {
  color: #2c5e5a;
}
.p-cards__card--active::before {
  background-color: rgba(255, 255, 255, 0);
}
.p-cards__card--active .p-cards__card--shadow {
  background-color: rgba(1, 89, 78, 0.4);
}
.p-cards__card--active > a {
  color: #2c5e5a;
}
@media (max-width: 1400px) {
  .p-cards__card > a {
    padding: 14px 36px;
  }
}
@media (max-width: 1200px) {
  .p-cards__card > a {
    padding: 14px 0px;
  }
}
@media (max-width: 992px) {
  .p-cards__products {
    gap: 12px;
  }
  .p-cards__card > a {
    font-size: 24px;
    padding: 14px 0px;
  }
}
@media (max-width: 768px) {
  .p-cards__products {
    gap: 12px;
  }
  .p-cards__card > a {
    padding: 8px 0px;
  }
}
@media (max-width: 576px) {
  .p-cards__products {
    gap: 12px;
  }
  .p-cards__card > a {
    font-size: 16px;
    padding: 8px 0px;
  }
}

@keyframes filter-light {
  0% {
    filter: brightness(1);
  }
  20% {
    filter: brightness(1.15);
  }
  80% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1);
  }
}
article:not(.sticky) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

article h2 {
  text-align: center;
}

.horizontal_scroll {
  --sticky-top-position: 100px;
  --sticky-page-width: 100px;
  --sticky-page-contain: 90%;
  --sticky-container-height: 100vh;
  height: calc(var(--sticky-container-height) + var(--sticky-top-position) + 1250px);
  min-height: 100vh;
  box-sizing: border-box;
}

.horizontal_scroll .sticky {
  position: sticky;
  top: calc(var(--sticky-top-position) + 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - var(--sticky-top-position) - 80px);
}

.horizontal_scroll .scroller {
  display: flex;
  overflow: auto;
}

.horizontal_scroll .scroller.nobar {
  overflow: hidden;
}

.horizontal_scroll .scroller > * {
  --page-ar: calc(2337 / 1650); /* アスペクト比 1.416... */
  --vh-avail: calc(100vh - var(--sticky-top-position) - 80px);
  --width-by-height: calc(var(--page-ar) * var(--vh-avail));
  --contain-width: min(100vw, var(--width-by-height));
  flex-basis: calc(var(--contain-width) - 5%);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  left: calc(50% - var(--sticky-page-width) / 2);
}

.horizontal_scroll .scroller > *:not(:first-child) {
  margin: 6px;
}

.horizontal_scroll .scroller > *:last-child {
  margin: 0px;
}

.horizontal_scroll .scroller {
  margin: 0px;
}

.horizontal_scroll .scroller .spacer {
  width: calc(50% - var(--sticky-page-width) / 2);
  flex-basis: auto;
}

.horizontal_scroll .page figcaption {
  display: none;
}

.horizontal_scroll .page {
  background-color: rgba(255, 255, 240, 0.5176470588);
}
.horizontal_scroll .page img {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1333333333);
}
.horizontal_scroll .page:nth-child(1) {
  translate: 1px 0px;
}
.horizontal_scroll .page:nth-child(2) {
  translate: 2px 0px;
}
.horizontal_scroll .page:nth-child(3) {
  translate: 3px 0px;
}
.horizontal_scroll .page:nth-child(4) {
  translate: 4px 0px;
}
.horizontal_scroll .page:nth-child(5) {
  translate: 5px 0px;
}
.horizontal_scroll .page:nth-child(6) {
  translate: 6px 0px;
}
.horizontal_scroll .page:nth-child(7) {
  translate: 7px 0px;
}
.horizontal_scroll .page:nth-child(8) {
  translate: 8px 0px;
}
.horizontal_scroll .page:nth-child(9) {
  translate: 9px 0px;
}
.horizontal_scroll .page:nth-child(10) {
  translate: 10px 0px;
}
.horizontal_scroll .page:nth-child(11) {
  translate: 11px 0px;
}
.horizontal_scroll .page:nth-child(12) {
  translate: 12px 0px;
}
.horizontal_scroll .page:nth-child(13) {
  translate: 13px 0px;
}
.horizontal_scroll .page:nth-child(14) {
  translate: 14px 0px;
}
.horizontal_scroll .page:nth-child(15) {
  translate: 15px 0px;
}
.horizontal_scroll .page:nth-child(16) {
  translate: 16px 0px;
}
.horizontal_scroll .page:nth-child(17) {
  translate: 17px 0px;
}
.horizontal_scroll .page:nth-child(18) {
  translate: 18px 0px;
}
.horizontal_scroll .page:nth-child(19) {
  translate: 19px 0px;
}
.horizontal_scroll .page:nth-child(20) {
  translate: 20px 0px;
}

.p-book__area {
  position: sticky;
  top: 250px;
  height: 1000px;
  margin-bottom: 512px;
}

.bb-custom-wrapper {
  width: 100%;
  margin-bottom: 96px;
}

.bb-bookblock {
  width: min(1000px, 100vh - 200px);
  height: calc(min(1000px, 100vh - 200px) * 0.7);
  margin-bottom: 36px;
}

.bb-item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bb-item img {
  pointer-events: none;
}

.p-book__control-btn {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  border: 2px solid #555;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 400;
  transition: background-color 300ms ease;
  margin-right: 8px;
}
.p-book__control-btn > span {
  transition: scale 300ms ease;
}
.p-book__control-btn:hover {
  background-color: rgba(255, 255, 255, 0.2666666667);
}
.p-book__control-btn:hover > span {
  scale: 1.2;
}
.p-book__control-btn:nth-of-type(2) {
  margin-right: 16px;
}
.p-book__control-btn:last-of-type {
  margin-right: 0;
}
.p-book__control-btn--first {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  translate: -60% -50%;
  border-left: 3px solid #555;
  border-bottom: 3px solid #555;
  rotate: 45deg;
}
.p-book__control-btn--first::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  translate: -20% -80%;
  border-left: 3px solid #555;
  border-bottom: 3px solid #555;
}
.p-book__control-btn--prev {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  translate: -30% -50%;
  border-left: 3px solid #555;
  border-bottom: 3px solid #555;
  rotate: 45deg;
}
.p-book__control-btn--next {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  translate: -70% -50%;
  border-left: 3px solid #555;
  border-bottom: 3px solid #555;
  rotate: -135deg;
}
.p-book__control-btn--last {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  translate: -40% -50%;
  border-left: 3px solid #555;
  border-bottom: 3px solid #555;
  rotate: -135deg;
}
.p-book__control-btn--last::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  translate: -20% -80%;
  border-left: 3px solid #555;
  border-bottom: 3px solid #555;
}

.p-contact {
  background-color: #e7eef7;
  background-color: #f7f5f0;
}
.p-contact__wrap {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .p-contact__wrap {
    flex-direction: column;
  }
}
.p-contact__title {
  font-weight: 600;
  padding-right: 24px;
}
.p-contact__title > span {
  display: block;
  margin-bottom: 8px;
  white-space: nowrap;
}
.p-contact__title > span:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .p-contact__title > span {
    display: inline;
  }
  .p-contact__title > span:nth-of-type(1) {
    display: block;
    margin: 0 auto 8px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 576px) {
  .p-contact__title > span {
    display: block;
    text-align: center;
  }
}
.p-contact__textwrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1200px) {
  .p-contact__textwrap {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .p-contact__textwrap {
    width: 100%;
  }
}
.p-contact__textwrap > p {
  padding-inline: 16px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 992px) {
  .p-contact__textwrap > p {
    font-size: 16px;
  }
}
.p-contact__textwrap > p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #333;
}
@media (max-width: 1200px) {
  .p-contact__textwrap > p {
    margin-top: 16px;
    text-align: center;
    padding-inline: 64px;
  }
}
@media (max-width: 992px) {
  .p-contact__textwrap > p {
    padding-inline: 64px;
    padding: 0;
    width: 100%;
  }
}
.p-contact__intouch {
  display: flex;
  gap: 32px;
  padding: 0 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .p-contact__intouch {
    flex-direction: column;
  }
}
.p-contact__telarea > p {
  font-size: 32px;
  font-weight: 600;
}
.p-contact__telarea > p svg {
  width: 32px;
}
.p-contact__telnum {
  display: flex;
  padding: 0 4px;
  align-items: center;
  gap: 8px;
}
.p-contact__telnum svg {
  width: 32px;
}
.p-contact__telnum-number {
  font-size: 32px;
  font-weight: 600;
  white-space: nowrap;
}
.p-contact__time {
  display: flex;
  border: 1px solid #333;
  align-items: center;
  position: relative;
}
.p-contact__time > span {
  display: block;
}
.p-contact__time > span:nth-of-type(1) {
  padding: 8px;
  border-right: 1px solid #333;
}
.p-contact__time > span:nth-of-type(2) {
  padding: 8px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.p-contact__form {
  position: relative;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .p-contact__form {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .p-contact__form {
    width: 100%;
  }
}
.p-contact__form--inner {
  position: relative;
  width: 100%;
  height: 100%;
  translate: 0 -4px;
}
.p-contact__form--cta {
  height: 100%;
  bottom: 0;
  cursor: pointer;
}
.p-contact__form--cta:hover {
  translate: 0 -4px;
}
.p-contact__form--cta:hover .c-product-cta__wrap {
  box-shadow: 4px 12px 2px #2e9522;
}
.p-contact__form--cta:active {
  translate: 0 4px;
}
.p-contact__form--cta:active .c-product-cta__wrap {
  box-shadow: 4px 4px 2px #2e9522;
}
.p-contact__form--cta--wrap > span {
  color: white;
  display: block;
  text-align: center;
  padding: 0 96px;
}
.p-contact__form--cta--wrap > span:nth-of-type(1) {
  padding-top: 6px;
}
.p-contact__form--cta--wrap > span:nth-of-type(2) {
  font-weight: 600;
  padding-bottom: 6px;
}
@media (max-width: 1400px) {
  .p-contact__form--cta--wrap > span {
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-contact__form--cta--wrap .c-product-cta__star {
    scale: 0.8;
  }
  .p-contact__form--cta--wrap .c-product-cta__click {
    scale: 0.8;
    right: 0;
    top: 0;
    translate: 10% 0;
  }
}
@media (max-width: 576px) {
  .p-contact__form--cta--wrap > span {
    font-size: 16px !important;
  }
  .p-contact__form--cta .c-product-cta__star {
    scale: 0.65;
  }
}/*# sourceMappingURL=product-wc.css.map */