@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho";
  font-weight: 600;
  src: url("../fonts/ShipporiMincho-SemiBold.woff2") format("woff2"), url("../fonts/ShipporiMincho-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho";
  font-weight: 500;
  src: url("../fonts/ShipporiMincho_medium.woff2") format("woff2"), url("../fonts/ShipporiMincho_medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho";
  font-weight: 400;
  src: url("../fonts/ShipporiMincho-Regular.woff2") format("woff2"), url("../fonts/ShipporiMincho-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 400;
  src: url("../fonts/ZenKakuGothicAntique-Regular.woff2") format("woff2"), url("../fonts/ZenKakuGothicAntique-Regular.woff") format("woff");
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3050570962vw;
  }
}
@media (min-width: 1226px) {
  html {
    font-size: 100%;
  }
}

body {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

@media screen and (min-width: 768px) {
  a,
  button {
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

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

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

button {
  background-color: initial;
  border: none;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.grecaptcha-badge { visibility: hidden; }

.cta {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cta .inner {
  position: relative;
}

.cta-bg {
  background: url(../images/cta/cta-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% + 100px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.cta__top {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cta__top {
    flex-direction: row;
    gap: clamp(2rem, -2.571rem + 9.52vw, 6rem);
  }
}

.cta__top.cta__top--center {
  justify-content: center;
}

.cta__lead-text {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__lead-text {
    font-size: 2.5rem;
  }
}

.cta__left {
  flex: 1;
}

.cta__right {
  max-width: 456px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta__right {
    width: 40%;
  }
}

.cta__text {
  margin-top: 2.5rem;
}

.cta__list-title {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  gap: 11.5px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .cta__list-title {
    font-size: 1.5rem;
  }
}
.cta__list-title .squre {
  background-color: #E8D9C5;
  display: block;
  height: 20px;
  transform: rotate(45deg);
  width: 20px;
}

.cta__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.5rem;
  padding-left: 1em;
}

.cta__list-item {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  gap: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.cta__list-item img {
  width: 1.25em;
}

.cta__bottom {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 5rem;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta__bottom {
    padding: 3rem 5rem;
  }
}

.cta__bottom-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .cta__bottom-heading {
    flex-direction: row;
  }
}

.cta__bottom-left {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.cta__bottom-left .accent {
  align-items: center;
  background-color: #B8966E;
  color: #ffffff;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 0.625rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cta__bottom-left .accent {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 0 0.625rem;
  }
}
.cta__bottom-left p {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .cta__bottom-left p {
    font-size: 2rem;
  }
}

.cta__bottom-right {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .cta__bottom-right {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.cta__bottom-right .price {
  color: #B8966E;
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.cta__bottom-right .price .en {
  font-size: 1.5rem;
}
.cta__bottom-right .price .tax {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
.cta__bottom-right .duration-time {
  border: 1px solid #2C1810;
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 10px 18px;
}

.cta__button {
  align-items: center;
  background-color: #1FD3DC;
  border-radius: 999px;
  display: flex;
  height: 56px;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 264px;
}
.cta__button .button-slide {
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  width: 48px;
  z-index: 3;
}
.cta__button .button-slide .arrow {
  height: 24px;
  width: 24px;
}
.cta__button .button-text__wrap {
  overflow: hidden;
}
.cta__button .button-text {
  color: #2C1810;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-left: 1.5rem;
  text-transform: uppercase;
  transition: transform 0.8s ease;
}
.cta__button .button-text.button-text--clone {
  bottom: 50%;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translate(-120%, 50%);
  transition: left 0.6s cubic-bezier(0.77, 0, 0.18, 1), transform 0.6s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.3s ease;
  width: fit-content;
}

.cta__button:hover {
  opacity: 1;
}
.cta__button:hover .button-slide {
  left: calc(100% - 52px);
}
.cta__button:hover .button-text {
  transform: translateX(150%);
}
.cta__button:hover .button-text.button-text--clone {
  left: 15%;
  opacity: 1;
  transform: translate(0%, 50%);
}

.contact__fv {
  padding: 7rem 0;
}
.contact__fv .page-fv__left {
  padding-top: 0;
}

.contact__body {
  background-color: #FAF7F2;
  padding: 5rem 0;
}

.contact__text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact__text {
    text-align: center;
  }
}
.contact__text:nth-child(2) {
  margin-top: 1rem;
}

.contact__form {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 5rem;
  }
}
.contact__form .form-label {
  color: #2C1810;
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact__form .form-label {
    text-align: center;
    width: 142px;
  }
}
.contact__form label {
  border-bottom: 1px solid #E8D9C5;
  display: flex;
  flex-direction: column;
  padding: 0.625rem 0;
  width: 100%;
}
.contact__form label:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .contact__form label {
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    padding: 0.5rem 2.625rem 0.5rem 1rem;
  }
}
.contact__form .wpcf7-form-control-wrap {
  flex: 1;
}
.contact__form input,
.contact__form textarea {
  background-color: #ffffff;
  border: none;
  max-width: 920px;
  padding: 10px;
  width: 100%;
}
.contact__form textarea {
  resize: none;
}

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

.contact-privacy02 {
  display: block;
  margin-top: 1.5rem;
}

.wpcf7-acceptance {
  align-items: center;
  display: flex;
  justify-content: center;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 40px 0 0;
  margin-inline: auto;
}
.wpcf7-acceptance .wpcf7-list-item input {
  width: 1.5em;
}

.submit-button {
  height: 41px;
  margin-inline: auto;
  position: relative;
  width: 168px;
}
.submit-button::after {
  background-image: url(../images/icons/arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0.5em;
  top: 50%;
  width: 1.5rem;
}

.contact__form .wpcf7-submit {
  border-bottom: 1px solid #2C1810;
  border-top: 1px solid #2C1810;
  color: #2C1810;
  cursor: pointer;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.contact__form .wpcf7 .wpcf7-submit:disabled {
  color: #a19f9f;
}

.contact__form .wpcf7-submit,
.contact__form .wpcf7 .wpcf7-submit:disabled {
  background-color: transparent;
  display: block;
  margin-top: 32px;
  position: relative;
  text-align: left;
  width: 168px;
}
@media screen and (min-width: 768px) {
  .contact__form .wpcf7-submit,
  .contact__form .wpcf7 .wpcf7-submit:disabled {
    margin-top: 2.5rem;
  }
}

.detail {
  background-color: #FAF7F2;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .detail {
    padding-top: 10rem;
  }
}

.detail__body {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .detail__body {
    flex-direction: row;
    gap: 3rem;
  }
}

.detail__content {
  background-color: #ffffff;
  padding: 2.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail__content {
    padding: 3.5rem 2.5rem;
    width: 74.5%;
  }
}

@media screen and (min-width: 768px) {
  .detail__sidebar {
    max-width: 216px;
    width: 25.5%;
  }
}

.sidebar__inner {
  padding: 0 1.5rem;
}

.detail__title {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .detail__title {
    font-size: 2rem;
  }
}

.detail__meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail__meta {
    margin-bottom: 3.5rem;
  }
}

.detail__category {
  border: 1px solid #B8966E;
  color: #B8966E;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.25rem 0.5rem;
}

.detail__date {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.detail__img {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  max-height: 427.5px;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .detail__img {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
  }
}
.detail__img img {
  aspect-ratio: 16/9;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sidebar .category-list {
  flex-direction: column;
}

.detail__links {
  align-items: center;
  display: flex;
  gap: 1.6875rem;
  justify-content: space-between;
  margin-top: 2.5rem;
  max-width: 840px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .detail__links {
    margin-top: 3.5rem;
    padding-bottom: 10rem;
  }
}
.detail__links a {
  color: #B8966E;
  font-family: "Cormorant Garamond", serif, "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .detail__links a {
    font-size: 1.5rem;
  }
}
.detail__links .arrow {
  color: #B8966E;
  height: 12px;
  padding-left: 0.5rem;
  width: 24px;
}
.detail__links .arrow.prev {
  transform: scale(-1, 1);
}
.detail__links .to-news-list {
  color: #B8966E;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .detail__links .to-news-list {
    font-size: 1.5rem;
  }
}

.detail__content h2 {
  border-top: 1px solid #E4C6A4;
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail__content h2 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}
.detail__content h3 {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail__content h3 {
    font-size: 1.25rem;
  }
}
.detail__content h4 {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail__content h4 {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}
.detail__content p {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 0.625rem;
}
.detail__content ul {
  list-style: disc;
  padding-left: 1em;
}
.detail__content ul li::marker {
  color: #2C1810;
}
.detail__content ol {
  list-style: decimal;
  padding-left: 1em;
}
.detail__content ol li::marker {
  color: #2C1810;
}
.detail__content a {
  color: #B8966E;
  text-decoration: underline;
}
.detail__content figure {
  max-width: 100%;
}
.detail__content .wp-block-button {
  display: block;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail__content .wp-block-button {
    margin-top: 2.5rem;
  }
}
.detail__content .wp-block-button a {
  background-color: transparent;
  border-radius: 0;
  border-top: 1.5rem;
  border-top: 1px solid #E4C6A4;
  color: #2C1810;
  font-weight: 700;
  padding: 2.5rem 0 0;
  text-align: left;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .detail__content .wp-block-button a {
    padding: 2.5rem 0 0;
  }
}
.detail__content .wp-block-quote {
  border-left: none;
  padding-left: 3em;
  position: relative;
}
.detail__content .wp-block-quote::before {
  background-color: #d9d9d9;
  border-radius: 5px;
  content: "";
  content: "";
  display: block;
  height: 100%;
  left: 1em;
  position: absolute;
  top: 0;
  width: 8px;
}
.detail__content table,
.detail__content tr,
.detail__content th,
.detail__content td {
  border: none;
}
.detail__content table {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .detail__content table {
    margin-top: 1.5rem;
  }
}
.detail__content table thead {
  border-bottom: 2px solid #d9d9d9;
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .detail__content table thead {
    font-size: 1.25rem;
  }
}
.detail__content table tr:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

.footer {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer {
    flex-direction: row;
  }
}

.footer-left {
  background-color: #ffffff;
  padding: 3.5rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-left {
    padding: 5.9375rem 1.5rem 6.9375rem;
    width: 64%;
  }
}

.footer-left__content {
  margin: 0 auto;
  max-width: 342px;
  width: 100%;
}

.footer-logo {
  max-width: 584px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    max-width: 584px;
  }
}
.footer-logo img {
  height: 100px;
  object-fit: contain;
  width: 100%;
}

.follow-us {
  align-items: center;
  color: #B8966E;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 1rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 2.125rem;
}
.follow-us img {
  height: 24px;
  width: 24px;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.footer-nav__link {
  color: #2C1810;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .footer-nav__link {
    font-size: 1.125rem;
  }
}

.footer-nav__right .footer-nav__link:not(:first-child) {
  margin-top: 1.5rem;
}

.footer-lang-select {
  border-top: 1px solid #D9D9D9;
  margin-top: 1.5rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-lang-select {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}
.footer-lang-select .footer-lang-select__item,
.footer-lang-select .slash {
  color: #2C1810;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.footer-lang-select .footer-lang-select__item:not(:last-child) {
  padding-right: 1rem;
}
.footer-lang-select .slash {
  padding-right: 1rem;
}

.footer__right {
  background-color: #FAF7F2;
  padding: 3.5rem 1.5rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__right {
    padding: 7.0625rem 1.5rem 3rem;
    width: 36%;
  }
}

.footer-right__content {
  margin: 0 auto;
  max-width: 372px;
  width: 100%;
}

.footer-heading {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.footer-heading .footer-title {
  font-size: 1.625rem;
  font-weight: 400;
}
.footer-heading .footer-sub-title {
  font-size: 1.25rem;
  font-weight: 400;
}

.footer-address {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 1rem;
}

.footer-info {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 0.25rem;
}

.footer-map {
  margin-top: 1rem;
  width: 100%;
}
.footer-map img {
  aspect-ratio: 37.2/19.8;
  object-fit: cover;
  width: 100%;
}
.footer-map .footer-map-link {
  color: #2C1810;
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-map .footer-map-link {
    margin-top: 1rem;
  }
}
.footer-map .footer-map-link .arrow-icon {
  color: #2C1810;
  height: 0.75rem;
  transition: transform 0.3s ease;
  width: 1.5rem;
}
.footer-map .footer-map-link:hover {
  opacity: 1;
}
.footer-map .footer-map-link:hover .arrow-icon {
  transform: translateX(8px);
}

.copyright {
  border-top: 1px solid #999999;
  color: #999999;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 1rem;
  padding-top: 1rem;
}

.sticky {
  height: 250vh;
  position: relative;
}

.fv__wrap {
  height: 200vh;
  position: sticky;
  top: 0;
}

.fv {
  align-items: center;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.fv_content {
  min-height: 115svh;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv_content {
    min-height: 100svh;
  }
}

.fv_left {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .fv_left {
    aspect-ratio: 1/1;
    max-width: 50%;
  }
}

.fv__left-img {
  --radius: 160px;
  border-radius: 0 0 var(--radius) 0;
  height: 390px;
  overflow: hidden;
  width: 58%;
}
@media screen and (min-width: 768px) {
  .fv__left-img {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
  }
}
.fv__left-img img {
  animation: FadeIn02 4s forwards;
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__left-img img {
    aspect-ratio: 1/1;
    height: 100%;
    object-position: center;
  }
}
.fv__left-img .splide--fv {
  height: 100%;
}
.fv__left-img .splide--fv .splide__track {
  height: inherit;
}
.fv__left-img .splide--fv .splide__track .splide__list {
  height: inherit;
}
.fv__left-img .splide--fv .splide__track .splide__list .splide__slide {
  height: 100%;
}
.fv__left-img .splide--fv .splide__track .splide__list .splide__slide picture {
  height: 100%;
}
.fv__left-img .splide--fv .splide__track .splide__list .splide__slide picture img {
  height: 100%;
}

@keyframes FadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv__left-text {
  display: flex;
  flex-direction: column;
  margin-top: 1.375rem;
  position: absolute;
  right: 3.4375rem;
  top: 22px;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .fv__left-text {
    margin-top: 0;
    right: 13%;
    top: 80px;
  }
}
.fv__left-text span {
  color: #2C1810;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .fv__left-text span {
    color: #ffffff;
    font-size: 2.5rem;
  }
}
.fv__left-text .punct {
  font-family: serif;
}
.fv__left-text .padding-top {
  margin-top: 2em;
}

.fv__right {
  display: contents;
}
@media screen and (min-width: 768px) {
  .fv__right {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }
}
@media screen and (min-width: 1024px) {
  .fv__right {
    right: 13%;
  }
}

.right-img__wrap {
  height: 10.75rem;
  margin-left: auto;
  margin-top: -100px;
  max-width: 8.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .right-img__wrap {
    height: 42vh;
    margin-top: 0;
    max-width: 16.5rem;
  }
}
.right-img__wrap::after {
  animation: FadeIn02 4s forwards;
  animation-delay: 0.5s;
  background-image: url(../images/TOP/fv-accent.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: -0.8rem;
  opacity: 0;
  position: absolute;
  top: 0.8rem;
  width: 8.0625rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .right-img__wrap::after {
    height: 40vh;
    left: -2rem;
    top: 2rem;
    width: 264px;
  }
}

.fv__right-img {
  border-radius: 0 0 0 60px;
  height: 100%;
  margin-left: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__right-img {
    border-radius: 0 0 0 120px;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    max-width: 16.5rem;
  }
}
.fv__right-img img {
  animation: FadeIn02 4s forwards;
  animation-delay: 1s;
  opacity: 0;
  z-index: 1;
}

.fv__right-text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  overflow: hidden;
  padding-left: clamp(1.5rem, -8.56rem + 41.27vw, 11.25rem);
}
@media screen and (min-width: 768px) {
  .fv__right-text {
    font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
    margin-top: 18%;
    padding-left: 0;
    position: relative;
  }
}
.fv__right-text span {
  animation: textTransform 1.2s ease-out forwards;
  animation-delay: 4s;
  display: block;
  opacity: 0;
}
.fv__right-text span:nth-child(2) {
  animation: textTransform 1.2s ease-out forwards;
  animation-delay: 4.3s;
  display: block;
  opacity: 0;
}

@keyframes textTransform {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fv-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .fv-bottom {
    display: contents;
  }
}

.fv__news {
  bottom: 8vh;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 370px;
  max-width: 708px;
  padding-left: 1.5rem;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__news {
    bottom: 0;
    flex-direction: row;
    gap: 1.5rem;
    left: 0;
    margin-bottom: 1.875rem;
    overflow: hidden;
    padding-left: 0;
    transform: translateY(0);
    width: 56%;
  }
}
.fv__news .news__list {
  flex: 1;
  min-width: 0;
}
.fv__news .news__item {
  min-width: 0;
  width: 100%;
}
.fv__news .news-item__link {
  align-items: center;
  display: flex;
  min-width: 0;
}
.fv__news .news-item__body {
  flex: 1;
  min-width: 0;
}
.fv__news .news-item__meta {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.fv__news .news-item__date {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.fv__news .news-item__category {
  background-color: transparent;
  border: 1px solid #B8966E;
  color: #B8966E;
  font-family: "Shippori Mincho", serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 4px 12px;
}
.fv__news .news-item__title {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fv__news .arrow {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 4rem;
}
.fv__news .arrow .arrow-icon {
  color: #B8966E;
  height: 0.75rem;
  width: 1.5rem;
}

.fv__bottom-img {
  border-radius: 120px 0 0 0;
  height: 6rem;
  margin-left: auto;
  overflow: hidden;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .fv__bottom-img {
    bottom: 0;
    height: 13rem;
    height: 28vh;
    max-width: 612px;
    position: absolute;
    right: 0;
    width: 42.5%;
  }
}
.fv__bottom-img img {
  animation: FadeIn02 4s forwards;
  animation-delay: 1.7s;
  height: inherit;
  object-fit: cover;
  opacity: 0;
  width: 100%;
}

.fv-news__heading {
  color: #2C1810;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .fv-news__heading {
    border-right: 1px solid #2C1810;
    font-size: 1.25rem;
    padding-left: 3.3125rem;
    padding-right: 3.3125rem;
  }
}

.splide--fv .splide__pagination {
  display: none !important;
}

.splide--fv .splide__slide img {
  transform: scale(1.2);
  transition: transform 6s ease-out;
}

.splide--fv .splide__slide.is-active img {
  transform: scale(1);
}

.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.header__inner {
  display: flex;
  justify-content: space-between;
}

.header__logo {
  box-sizing: content-box;
  height: 37px;
  padding-left: 1rem;
  padding-top: 0.625rem;
  width: 216px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    height: 56px;
    padding-left: 2rem;
    padding-top: 1.5rem;
    width: 328px;
  }
}
.header__logo a {
  height: 100%;
  width: 100%;
}
.header__logo .logo {
  filter: brightness(1);
  height: 100%;
  width: 100%;
}

.header.is-dark .logo {
  filter: brightness(1.4);
}

.header__navs {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: absolute;
  right: 0.75rem;
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .header__navs {
    right: 1rem;
    top: 2.5rem;
  }
}
.header__navs .nav-item {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.lang-button {
  background-color: transparent;
  border: none;
  color: #2C1810;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
}
.lang-button .nav-item {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.hamburger {
  align-items: flex-end;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hamburger {
    gap: 0.75rem;
  }
}
.hamburger span {
  background-color: #2C1810;
  display: block;
  height: 1px;
  transition: transform 0.6s ease;
}
.hamburger span:nth-child(1),
.hamburger span:nth-child(3) {
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .hamburger span:nth-child(1),
  .hamburger span:nth-child(3) {
    width: 3.75rem;
  }
}
.hamburger span:nth-child(2) {
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .hamburger span:nth-child(2) {
    width: 3.25rem;
  }
}
.hamburger::before {
  bottom: -30px;
  color: #2C1810;
  content: "close";
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  font-weight: 600;
  height: 1em;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1.2;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  width: 5em;
}
@media screen and (min-width: 768px) {
  .hamburger::before {
    font-size: 1rem;
    transform: translateX(-24%);
  }
}

.hamburger.hamburger-toggle {
  position: relative;
  top: 16px;
  z-index: 3;
}
.hamburger.hamburger-toggle span:nth-child(1) {
  position: relative;
  top: 5px;
  transform: rotate(32deg);
}
.hamburger.hamburger-toggle span:nth-child(2) {
  display: none;
}
.hamburger.hamburger-toggle span:nth-child(3) {
  position: relative;
  top: -8px;
  transform: rotate(-32deg);
}
.hamburger.hamburger-toggle::before {
  opacity: 1;
}

.mega-menu {
  align-items: center;
  background-color: #FAF7F2;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mega-menu {
    height: 80vh;
  }
}

.mega-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.mega-menu__inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1156px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mega-menu__inner {
    align-items: center;
    display: flex;
    gap: 7vw;
    justify-content: center;
  }
}

.mega-menu__img {
  aspect-ratio: 1/1;
  max-width: 456px;
}
.mega-menu__img img {
  border-radius: 0 114px 0 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mega-menu__body {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-left: 3rem;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .mega-menu__body {
    column-gap: 3rem;
    display: grid;
    font-size: 1.125rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px auto;
    row-gap: 1.5rem;
  }
}

.body-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .body-right {
    margin-top: 0;
  }
}

.store-info {
  align-items: center;
  display: flex;
  font-size: 1rem;
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .store-info {
    margin-top: 0;
  }
}

.lang-nav {
  position: absolute;
  right: 1rem;
  top: 15%;
}
@media screen and (min-width: 768px) {
  .lang-nav {
    right: 1.5rem;
    top: 21%;
  }
}

.lang-nav__top,
.lang-nav__bottom {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.lang-nav__item {
  color: #E8D9C5;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.lang-nav__item.active {
  color: #2C1810;
}

.loading {
  align-items: center;
  background-color: #2C1810;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.loading img {
  animation: loading 1.5s 0.8s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.loading.loaded {
  animation: loadingFadeout 0.8s ease forwards, slideOut 0.8s 1.5s ease forwards;
}

@keyframes loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loadingFadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.page-fv__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1160px;
  padding-left: 1rem;
  padding-right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-fv__inner {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.inner.page-inner {
  margin-inline: auto;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .inner.page-inner {
    margin-top: 10rem;
  }
}

.page-fv__left {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .page-fv__left {
    padding-top: 7rem;
  }
}

.breadcrumb {
  align-items: center;
  color: #2C1810;
  display: flex;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  gap: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 1rem;
  }
}
.breadcrumb .current-item {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: clamp(4.375rem, -2.762rem + 33.1vw, 13.125rem);
}
@media screen and (min-width: 768px) {
  .breadcrumb .current-item {
    width: 60ch;
  }
}

.page-title {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
.page-title p {
  color: #B8966E;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page-title p {
    font-size: 1.5rem;
  }
}
.page-title h1 {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-title h1 {
    font-size: 3.5rem;
  }
}

.page-fv__right {
  margin-left: auto;
  margin-top: 2rem;
  max-width: 288px;
}
@media screen and (min-width: 768px) {
  .page-fv__right {
    margin-top: 0;
    max-width: 578px;
  }
}

.privacy {
  background-color: #ffffff;
}

.privacy__body {
  margin-top: 5.625rem;
  padding-bottom: 8.5rem;
}
@media screen and (min-width: 768px) {
  .privacy__body {
    margin-top: 7rem;
  }
}

.privacy__heading {
  background-color: #FAF7F2;
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 0.625rem;
  padding: 0.625rem 1.5rem;
}
.privacy__heading:not(:first-of-type) {
  margin-top: 1.5rem;
}

.privacy__text {
  padding: 0 1.5rem;
}
.privacy__text:not(:first-of-type) {
  margin-top: 1.5rem;
}
.privacy__text a {
  color: #0000EE;
  text-decoration: underline;
}

.enactment {
  margin-top: 5rem;
  text-align: right;
}

.news {
  background-color: #FAF7F2;
}

@media screen and (min-width: 768px) {
  .category-footer {
    display: none;
  }
}

.category-title {
  align-items: center;
  border-bottom: 1px solid #E4C6A4;
  color: #2C1810;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 0.5rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 4px 0;
}
@media screen and (min-width: 768px) {
  .category-title {
    border-bottom: none;
    font-size: 1.5rem;
  }
}
.category-title .square {
  background-color: #E8D9C5;
  display: block;
  height: 1rem;
  transform: rotate(45deg);
  width: 1rem;
}

.category-title--footer {
  margin-top: 1.5rem;
}

.category-list__wrap {
  margin-top: 1.75rem;
  max-width: 760px;
  overflow: hidden;
  width: 100%;
}

.category-list {
  display: flex;
  gap: 1.5rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .category-list {
    flex-direction: column;
  }
}

.category-list__item {
  align-items: center;
  color: #2C1810;
  display: flex;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  gap: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  white-space: nowrap;
}
.category-list__item .arrow {
  border-right: 1px solid #2C1810;
  border-top: 1px solid #2C1810;
  display: block;
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
}

.inner.category-list02__wrap {
  margin-inline: auto;
  margin-top: 1.5rem;
}

.category-list.category-list02 {
  flex-direction: column;
}

.news__right {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news__right {
    width: 65%;
  }
}
.news__right .news__list {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__right .news__list {
    margin: 0;
  }
}
.news__right .news-item {
  border-bottom: 1px solid #E4C6A4;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .news__right .news-item {
    padding: 1.5rem 1.5rem 1.8125rem 1.5rem;
  }
}
.news__right .news-item:first-child {
  border-top: 1px solid #E4C6A4;
}
.news__right .news-item__link {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news__right .news-item__link {
    flex-direction: row;
  }
}
.news__right .news-item__img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .news__right .news-item__img {
    height: 126px;
    max-width: 168px;
    min-width: 168px;
  }
}
.news__right .news-item__img img {
  aspect-ratio: 4.2/3.15;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.news__right .news-item__meta {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.news__right .news-item__date {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.news__right .news-item__category {
  background-color: transparent;
  border: 1px solid #B8966E;
  color: #B8966E;
  font-family: "Shippori Mincho", serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 4px 12px;
}
.news__right .news-item__title {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .news__right .news-item__title {
    margin-top: 1.5rem;
    max-width: 480px;
  }
}

.inner.pagnation {
  margin-inline: auto;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .inner.pagnation {
    margin-top: 5rem;
  }
}

.pagnation {
  display: flex;
  justify-content: center;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .pagnation {
    padding-bottom: 10rem;
  }
}
.pagnation .page-numbers {
  border-right: 1px solid #B8966E;
  color: #E8D9C5;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 0 0.5625rem;
}
@media screen and (min-width: 768px) {
  .pagnation .page-numbers {
    padding: 0 1.5rem;
  }
}
.pagnation .page-numbers:last-child {
  border-right: none;
}
.pagnation .page-numbers.prev {
  padding: 0 16px 0 0;
}
@media screen and (min-width: 768px) {
  .pagnation .page-numbers.prev {
    padding: 0 80px 0 0;
  }
}
.pagnation .page-numbers.next {
  padding: 0 0 0 16px;
}
@media screen and (min-width: 768px) {
  .pagnation .page-numbers.next {
    padding: 0 0 0 80px;
  }
}
.pagnation .page-numbers.current {
  color: #B8966E;
}

.pager-prev,
.pager-next {
  align-items: center;
  display: inline-flex;
  gap: 1rem;
}
.pager-prev .arrow,
.pager-next .arrow {
  color: #B8966E;
  height: 12px;
  width: 24px;
}
.pager-prev .text,
.pager-next .text {
  color: #B8966E;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .pager-prev .text,
  .pager-next .text {
    font-size: 1.5rem;
  }
}

.pager-prev .arrow {
  transform: scale(-1, 1);
}

.service-flow {
  overflow: hidden;
}

.splide--service-flow {
  margin-top: 5rem;
}

.splide.splide--service-flow {
  clip-path: inset(0% -50% 0% 0%);
}

.splide--service-flow .splide__track {
  overflow: unset;
}

.service-flow__item {
  max-width: 456px;
}
.service-flow__item img {
  aspect-ratio: 11.4/8.55;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .service-flow__item img {
    aspect-ratio: 6.4/4.8;
  }
}

.service-flow__item-body {
  padding: 2.5rem 1.5rem;
}

.slide-text {
  margin-top: 1.5rem;
}

.splide__arrow {
  display: none;
}

.my-slider-progress {
  background: #ECECEC;
}

.my-slider-progress-bar {
  background: #B8966E;
  height: 10px;
  transition: width 400ms ease;
  width: 0;
}

.service-flow .splide__pagination {
  height: 8px;
  max-width: 1328px;
  padding: 0;
  width: 100%;
}
.service-flow .splide__pagination li {
  display: block;
  height: 8px;
  width: 14.2857142857%;
}
.service-flow .splide__pagination__page {
  background-color: #ECECEC;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 8px;
  margin: 0;
  width: 100%;
}
.service-flow .splide__pagination__page.is-active {
  background-color: inherit;
  background-color: #B8966E;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 8px;
  margin: 0;
  padding: 0;
  transform: scale(1);
  width: 100%;
}

.section {
  background-color: #ffffff;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
}

.section.section--bg {
  background-color: #FAF7F2;
}

.section__flex {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section__flex {
    flex-direction: row;
    gap: clamp(2.5rem, -3.214rem + 11.9vw, 7.5rem);
  }
}

.section__flex.section__flex--reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .section__flex.section__flex--reverse {
    flex-direction: row;
  }
}

.feature01.section {
  padding-top: 0;
}

.feature01__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature01__content {
    margin-left: auto;
    padding-left: 13%;
    width: 50%;
  }
}

.feature01__text {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .feature01 {
    height: 100%;
    margin-top: -400px;
    position: sticky;
    top: 0;
    z-index: -1;
  }
}

.feature__wrapper {
  position: relative;
}
.feature__wrapper .feature {
  background-image: url(../images/TOP/bg01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300vh;
  min-height: 300vh;
  position: relative;
  top: 0;
}

.section.feature02,
.section.feature03 {
  background-color: transparent;
  height: 130vh;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  position: sticky;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section.feature02,
  .section.feature03 {
    height: 100vh;
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}

.feature02 {
  margin-top: 5rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .feature02 {
    margin-top: 0;
  }
}

.feature03 {
  margin-top: -130vh;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .feature03 {
    margin-top: -100vh;
  }
}

.js-text-split .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
}

.feature02 .section__right {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.5rem;
  position: relative;
}
.feature02 .section__right .sub__wrap {
  aspect-ratio: 133/175;
  border-radius: 80px 0 0 0;
  bottom: -108px;
  flex: 1;
  height: 175px;
  max-width: 30%;
  min-width: 130px;
  object-fit: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature02 .section__right .sub__wrap {
    aspect-ratio: 264/345;
    bottom: 0;
    height: 345px;
    left: 0;
    max-width: 73%;
    min-width: 264px;
    object-fit: cover;
    position: absolute;
    transform: translate(-110%, 78%);
  }
}
.feature02 .section__right .feature02__sub-img {
  border-radius: 80px 0 0 0;
  height: calc(100% + 3.125rem);
}

.feature03 .section__left {
  position: relative;
}
.feature03 .section__left .sub__wrap {
  aspect-ratio: 147/163;
  border-radius: 0 0 80px 0;
  height: 163px;
  margin-left: auto;
  margin-top: 0.875rem;
  max-width: 30%;
  min-width: 147px;
  object-fit: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature03 .section__left .sub__wrap {
    aspect-ratio: 237/264;
    bottom: 0;
    height: 264px;
    margin-left: 0;
    margin-top: 0;
    max-width: 49%;
    min-width: 237px;
    position: absolute;
    right: 0;
    transform: translate(22%, 108%);
  }
}
.feature03 .section__left .feature03__sub-img {
  border-radius: 0 0 80px 0;
  height: calc(100% + 3.125rem);
}

.feature02__main-img {
  aspect-ratio: 361/482;
  max-width: 183px;
  min-width: 47%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature02__main-img {
    max-width: 361px;
    min-height: 361px;
  }
}
.feature02__main-img .main {
  border-radius: 96px 0 96px 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.feature02__main-img::before {
  background-image: url("../images/TOP/frame02-sp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0.875em;
  top: 0.875em;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .feature02__main-img::before {
    background-image: url("../images/TOP/frame01.svg");
  }
}

.feature03__main-img {
  aspect-ratio: 299/224;
  max-width: 299px;
  max-width: 299px;
  min-height: 76%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature03__main-img {
    aspect-ratio: 482/361;
    max-width: 482px;
    min-width: 482px;
  }
}
.feature03__main-img .main {
  border-radius: 0 96px 0 96px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.feature03__main-img::before {
  background-image: url("../images/TOP/frame01-sp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 3rem;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .feature03__main-img::before {
    background-image: url("../images/TOP/frame02.svg");
  }
}

.feature02__text,
.feature03__text {
  margin-top: 2.5rem;
}

.faq__inner {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    flex-direction: row;
    gap: clamp(2rem, -4.571rem + 13.69vw, 7.75rem);
  }
}

.faq-content {
  flex: 1;
}

.faq__heading {
  width: 270px;
}

.faq-question {
  border-bottom: 1px solid #B8966E;
  position: relative;
}

.faq-question:first-child {
  border-top: 1px solid #B8966E;
}

.panel-title {
  color: #2C1810;
  cursor: pointer;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0;
  padding: 16px 40px 32px 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .panel-title {
    font-size: 1.5rem;
    padding: 36px 54px 40px 24px;
  }
}
.panel-title span {
  color: #B8966E;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .panel-title span {
    font-size: 2.5rem;
    padding-bottom: 0.625rem;
    padding-right: 2.5rem;
  }
}

.panel-content {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  height: 0;
  letter-spacing: 0.1em;
  line-height: 1.8;
  max-width: 592px;
  opacity: 0;
  overflow: hidden;
  padding: 0 1rem;
  position: relative;
  transition: 0.4s ease;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .panel-content {
    padding: 0 1.5rem;
  }
}

.panel:checked ~ .panel-title {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .panel:checked ~ .panel-title {
    padding-bottom: 1.5rem;
  }
}

.panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding-bottom: 2rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .panel:checked ~ .panel-content {
    padding-bottom: 2.5rem;
  }
}

.plus {
  position: absolute;
  right: 1rem;
  top: 2.5em;
}
@media screen and (min-width: 768px) {
  .plus {
    right: 1.5rem;
    top: 3.5em;
  }
}
.plus span {
  background-color: #B8966E;
  display: block;
  height: 1px;
  width: 24px;
}
.plus span:nth-child(2) {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.panel:checked ~ .plus span:nth-child(2) {
  transform: rotate(180deg);
  visibility: hidden;
}

.panel {
  display: none;
}

.insta-account {
  color: #2C1810;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 1rem;
}

.news__inner {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (min-width: 768px) {
  .news__inner {
    flex-direction: row;
    gap: clamp(2rem, -4.571rem + 13.69vw, 7.75rem);
  }
}

.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

.sp-show {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}

.sm-show {
  display: block;
}
@media screen and (min-width: 600px) {
  .sm-show {
    display: none;
  }
}

.view-more {
  align-items: center;
  border-bottom: 1px solid #2C1810;
  border-top: 1px solid #2C1810;
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding: 10px;
  width: 264px;
}
@media screen and (min-width: 768px) {
  .view-more {
    margin-top: 5rem;
  }
}
.view-more p {
  color: #2C1810;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .view-more p {
    font-size: 1rem;
  }
}
.view-more .arrow {
  color: #B8966E;
  height: 24px;
  transition: transform 0.3s ease;
  width: 24px;
}

.view-more:hover {
  opacity: 1;
}
.view-more:hover .arrow {
  transform: translateX(8px);
}

body.home .cta-button {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
}

.cta-button {
  background-color: #1FD3DC;
  border-radius: 2rem 0 0 0;
  bottom: 10px;
  max-width: 178px;
  opacity: 1;
  position: fixed;
  right: 0;
  transform: none;
  transition: background-color 0.3s ease;
  visibility: visible;
  z-index: 100;
}
.cta-button:hover {
  background-color: #2C1810;
}
.cta-button:hover .en,
.cta-button:hover .ja {
  color: #ffffff;
}
.cta-button:hover .cta-button__frame {
  right: -0.25rem;
  top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .cta-button {
    aspect-ratio: 1/1;
    border-radius: 50%;
    bottom: 3.125rem;
    right: 1.625rem;
  }
}

.cta__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .cta__link {
    padding: 3.0625rem 1.5rem;
  }
}
.cta__link .en {
  color: #2C1810;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cta__link .en {
    font-size: 1.75rem;
  }
}
.cta__link .ja {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 0.6875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cta__link .ja {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.cta-button__frame {
  display: none;
  position: absolute;
  right: 0.25rem;
  top: -0.25rem;
  transition: right 0.3s ease, top 0.3s ease;
  width: 178px;
}
@media screen and (min-width: 768px) {
  .cta-button__frame {
    display: block;
  }
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-heading__en {
  color: #B8966E;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .section-heading__en {
    font-size: 1.5rem;
  }
}

.section-heading__ja {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .section-heading__ja {
    font-size: 2.5rem;
  }
}

.section-heading.section-heading--white .section-heading__en {
  color: #ffffff;
}
.section-heading.section-heading--white .section-heading__ja {
  color: #ffffff;
}

.slide-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.slide-heading__en {
  color: #B8966E;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .slide-heading__en {
    font-size: 1rem;
  }
}
.slide-heading__en .large {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .slide-heading__en .large {
    font-size: 1.5rem;
  }
}

.slide-heading__ja {
  color: #2C1810;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .slide-heading__ja {
    font-size: 2rem;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1176px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.inner.service-flow__inner {
  max-width: 1328px;
  width: 100%;
}

.sidebar__newarticle {
  margin-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .sidebar__newarticle {
    margin-top: 7.125rem;
  }
}
.sidebar__newarticle .category-title {
  border-bottom: none;
}

.sidebar__item {
  border-top: 1px solid #E4C6A4;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.sidebar__item:last-child {
  border-bottom: 1px solid #E4C6A4;
}
.sidebar__item .news-item__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

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

.main-text {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .main-text {
    text-align: center;
  }
}

.text {
  color: #2C1810;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.text.text--white {
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */
