/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

/* OverlayScrollbars custom styling (like returntonature.jp) */
.os-scrollbar {
  --os-handle-bg: var(--wp--preset--color--primary, #333333);
  --os-handle-bg-hover: var(--wp--preset--color--primary, #333333);
  --os-handle-bg-active: var(--wp--preset--color--primary, #333333);
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--wp--preset--color--primary, #333333);
  background-color: var(--wp--preset--color--bg-primary, #f5f4f1);
}
body.is-nav-open {
  overflow: hidden;
  touch-action: none;
}
body.is-form-submitting {
  overflow: hidden;
  touch-action: none;
}

html.is-nav-open {
  overflow: hidden;
  touch-action: none;
}

html.is-form-submitting {
  overflow: hidden;
  touch-action: none;
}

strong,
b {
  font-weight: 700 !important;
}

body.resize-active *:not(.swiper-wrapper):not(.swiper-slide) {
  transition: none !important;
  animation: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px var(--wp--preset--color--white, #ffffff) inset !important;
  -webkit-text-fill-color: var(--wp--preset--color--primary, #333333) !important;
  caret-color: var(--wp--preset--color--primary, #333333) !important;
  font-family: inherit !important;
  font-size: inherit !important;
  transition: background-color 999999s ease-in-out 0s;
}

.error-message {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--error, #e41212);
}

.hidden {
  display: none !important;
}

.input-radio {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .input-radio {
    gap: 1.6rem;
  }
}
.input-radio input[type=radio] {
  display: none;
}
.input-radio input[type=radio] + label {
  position: relative;
  padding-left: 2.6rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .input-radio input[type=radio] + label {
    padding-left: 3.2rem;
  }
}
.input-radio input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid rgba(51, 51, 51, 0.4);
  border-radius: 50%;
  background: var(--wp--preset--color--white, #ffffff);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .input-radio input[type=radio] + label::before {
    top: 1.25rem;
  }
}
.input-radio input[type=radio] + label::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--wp--preset--color--gold, #d9a126);
  transition: transform 0.2s ease;
}
@media (max-width: 768px) {
  .input-radio input[type=radio] + label::after {
    top: 1.25rem;
  }
}
.input-radio input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
.input-input {
  width: 100%;
  height: 4rem;
  background: var(--wp--preset--color--white, #ffffff);
  border-radius: 0.4rem;
  border: none;
  outline: none;
  padding: 0.6rem 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--wp--preset--color--primary, #333333);
}
.input-input:focus {
  outline: 1px solid var(--wp--preset--color--primary, #333333);
}
.input-input::placeholder {
  opacity: 0.4;
}
.input-textarea {
  width: 100%;
  height: 24rem;
  min-height: 12rem;
  max-height: 30rem;
  background: var(--wp--preset--color--white, #ffffff);
  border-radius: 0.4rem;
  border: none;
  outline: none;
  padding: 1.2rem 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--wp--preset--color--primary, #333333);
  resize: vertical;
}
.input-textarea:focus {
  outline: 1px solid var(--wp--preset--color--primary, #333333);
}
.input-textarea::placeholder {
  opacity: 0.4;
}

.empty-data__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
}

@media (max-width: 768px) {
  .pc,
  .is-pc,
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp,
  .is-sp,
  .sp-only {
    display: none !important;
  }
}

.container-774 {
  width: 100%;
  max-width: 85.4rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-88 {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-sm {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-xsl {
  width: 100%;
  max-width: 137.6rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container1 {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container2 {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-lg {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-lg2 {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-lg3 {
  width: 100%;
  max-width: 116rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-xsm {
  width: 100%;
  max-width: 91.6rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-xs {
  width: 100%;
  max-width: 88rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-2lg {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-xl {
  width: 100%;
  max-width: 131.2rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.container-full {
  width: 100%;
  max-width: 100%;
}

.container-md {
  width: 100%;
  max-width: 71.6rem;
  margin: 0 auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

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

.bg-dark {
  background-color: var(--wp--preset--color--bg-dark, #eae8e5);
}

.align-items-start {
  align-items: start !important;
}

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

@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed !important;
    top: 0 !important;
  }
}

@keyframes headerFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
body.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}
.header__logo, .header__nav-wrap {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease, visibility 0.4s ease;
  will-change: transform, opacity;
}
@media (min-width: 769px) {
  .header.header--hidden {
    pointer-events: none;
  }
  .header.header--hidden .header__logo,
  .header.header--hidden .header__nav-wrap {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header.header--hidden .header__hamburger {
    pointer-events: auto;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 3.2rem 0rem;
  animation: headerFadeDown 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}
body.home .header__inner, body:has(.p-top-kv) .header__inner {
  animation: headerFadeDown 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s both;
}
body.resize-active .header__inner {
  animation: none !important;
}
@media (max-width: 843px) {
  .header__inner {
    padding: 2rem 2rem 0rem;
  }
}
@media (max-width: 768px) {
  .header__inner {
    padding: 2.4rem 2rem 0;
  }
}
.header__logo {
  width: 12.6rem;
  height: 6.3rem;
}
@media (max-width: 768px) {
  .header__logo {
    width: 10.4rem;
    height: 5.2rem;
  }
}
.header__logo img,
.header__logo svg,
.header__logo a {
  width: 100%;
  height: auto;
  display: block;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.header__nav-wrap {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media (max-width: 991px) {
  .header__nav-wrap {
    gap: 1.5rem;
  }
}
.header__buttons {
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .header__buttons {
    display: none;
  }
}
.header__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 19.6rem;
  height: 5rem;
}
@media (max-width: 991px) {
  .header__btn {
    width: 17.6rem;
  }
}
@media (max-width: 843px) {
  .header__btn {
    width: 16.6rem;
  }
}
.header__btn > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header__btn > svg .header__btn-bg-outer {
  fill: var(--wp--preset--color--white, #ffffff);
  transition: all 0.3s ease-in-out;
}
.header__btn > svg .header__btn-bg-inner {
  stroke: var(--wp--preset--color--primary, #333333);
  transition: all 0.3s ease-in-out;
}
.header__btn-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
.header__btn-content svg path {
  fill: var(--wp--preset--color--primary, #333333);
  transition: all 0.3s ease-in-out;
}
.header__btn-text {
  margin-right: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 220%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  transition: all 0.3s ease-in-out;
}
:lang(en-US) .header__btn-text {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 843px) {
  .header__btn-text {
    font-size: 1.2rem;
  }
}
.header__btn:hover .header__btn-bg-outer {
  fill: var(--wp--preset--color--white, #ffffff);
}
.header__btn:hover .header__btn-bg-inner {
  stroke: var(--wp--preset--color--primary, #333333);
}
.header__btn:hover .header__btn-content svg path {
  fill: var(--wp--preset--color--gold, #d9a126);
}
.header__btn:hover .header__btn-text {
  color: var(--wp--preset--color--primary, #333333);
}
.header__lang {
  position: relative;
  display: flex;
  align-items: center;
}
.header__lang-link, .header__lang-current {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header__lang-link:hover, .header__lang-current:hover {
  opacity: 0.7;
}
.header__lang-text {
  height: 3.5rem;
  padding-left: 0.4rem;
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 1.6rem;
  line-height: 220%;
  color: var(--wp--preset--color--primary, #333333);
}
.header__hamburger {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.8rem;
  width: 3.6rem;
  height: 3rem;
  cursor: pointer;
  z-index: 101;
}
@media (max-width: 768px) {
  .header__hamburger {
    width: 3.2rem;
  }
}
.header__hamburger span {
  display: block;
  border-top: 1px solid var(--wp--preset--color--primary, #333333);
  transition: all 0.3s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.header__hamburger span:nth-child(1) {
  width: 3.6rem;
}
@media (max-width: 768px) {
  .header__hamburger span:nth-child(1) {
    width: 3.2rem;
  }
}
.header__hamburger span:nth-child(2) {
  width: 2.4rem;
}
@media (max-width: 768px) {
  .header__hamburger span:nth-child(2) {
    width: 2rem;
  }
}
.header__hamburger.is-active span:nth-child(1) {
  width: 3rem;
  transform: translateY(0.5rem) rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  width: 3rem;
  transform: translateY(-0.5rem) rotate(-45deg);
}

body.is-nav-open .header {
  z-index: 1000;
  pointer-events: none;
}
body.is-nav-open .header__logo, body.is-nav-open .header__buttons, body.is-nav-open .header__lang, body.is-nav-open .header__hamburger {
  pointer-events: auto;
}
body.is-nav-open .header__lang-text {
  color: var(--wp--preset--color--white, #ffffff);
}
body.is-nav-open .header__lang svg path {
  fill: var(--wp--preset--color--white, #ffffff);
}
body.is-nav-open .header__hamburger span {
  border-color: var(--wp--preset--color--white, #ffffff);
}
@media (max-width: 768px) {
  body.is-nav-open .header__logo img,
  body.is-nav-open .header__logo svg {
    filter: brightness(0) invert(1);
  }
}

.footer__inner {
  padding: 8rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 900px) {
  .footer__inner {
    padding: 10rem 4rem 6rem;
    gap: 4rem;
  }
}
.footer__logo {
  width: 100%;
  height: 100%;
}
.footer__logo .wp-block-site-logo {
  width: 14.6rem;
}
@media (max-width: 900px) {
  .footer__logo .wp-block-site-logo {
    width: 12.281rem;
  }
}
.footer__logo .wp-block-site-logo img,
.footer__logo .wp-block-site-logo svg,
.footer__logo .wp-block-site-logo a {
  width: auto;
  height: 7.252rem;
  display: block;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .footer__top {
    flex-direction: column;
    gap: 4rem;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (max-width: 900px) {
  .footer__left {
    width: 100%;
    gap: 3.2rem;
  }
}
.footer__sns {
  display: flex;
  gap: 2.4rem;
}
.footer__sns-link {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 220%;
  letter-spacing: 0.08rem;
  color: var(--wp--preset--color--primary, #333333);
  text-decoration: none;
  transition: all 0.3s ease;
}
:lang(en-US) .footer__sns-link {
  font-family: "Ysabeau Infant", sans-serif;
}
.footer__sns-link:hover {
  color: #ce9928;
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .footer__right {
    flex-direction: row;
    gap: 1.8rem;
  }
}
.footer__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4.4rem;
}
@media (max-width: 900px) {
  .footer__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.footer__nav-link {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 220%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
:lang(en-US) .footer__nav-link {
  font-family: "Ysabeau Infant", sans-serif;
}
.footer__nav-link:hover {
  color: #ce9928;
}
.footer__pagetop {
  width: auto;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .footer__pagetop {
    align-self: flex-end;
  }
}
.footer__pagetop a {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 160%;
  color: var(--wp--preset--color--primary, #333333);
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}
.footer__pagetop a svg path {
  transition: fill 0.3s ease;
}
.footer__pagetop a:hover {
  color: #ce9928;
}
.footer__pagetop a:hover svg path {
  fill: #ce9928;
}
.footer__bottom {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  padding-top: 1.6rem;
}
@media (max-width: 900px) {
  .footer__bottom {
    padding-top: 4rem;
  }
}
.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 900px) {
  .footer__bottom-inner {
    flex-direction: column-reverse;
    align-items: start;
  }
}
.footer__copyright {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 220%;
  color: var(--wp--preset--color--primary, #333333);
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 900px) {
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0.2rem;
  }
}
.footer__link {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 220%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease-in-out;
}
:lang(en-US) .footer__link {
  font-family: "Ysabeau Infant", sans-serif;
}
.footer__link:hover {
  color: #ce9928;
}
.footer__link:hover .footer__link-external path,
.footer__link:hover .footer__link-external polyline,
.footer__link:hover .footer__link-external line {
  stroke: #ce9928;
}
.footer__link-external {
  width: 1.6rem;
  height: 1.6rem;
}
.footer__link-external path,
.footer__link-external polyline,
.footer__link-external line {
  stroke: var(--wp--preset--color--primary, #333333);
  transition: stroke 0.3s ease;
}

@media (max-width: 768px) {
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    background-color: var(--wp--preset--color--gold, #d9a126);
    z-index: 998;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }
  body.is-nav-open::before {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.8s ease, visibility 0.5s ease, transform 0.5s ease;
  }
}
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
body.admin-bar .main-nav {
  top: 32px;
  height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .main-nav {
    top: 46px;
    height: calc(100% - 46px);
  }
}
.main-nav.is-open {
  visibility: visible;
  opacity: 1;
}
.main-nav__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.main-nav__bg-svg {
  position: absolute;
  transform-origin: center center;
  opacity: 0;
  filter: blur(24px);
  transition: opacity 0.42s ease-out, filter 0.5s ease-out, transform 0.5s ease-out;
  will-change: opacity, filter, transform;
}
@media (min-width: 769px) {
  .main-nav__bg-svg {
    right: -23vw;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0) scale(0.96) rotate(0deg);
  }
}
@media (max-width: 768px) {
  .main-nav__bg-svg {
    top: -63rem;
    left: 50%;
    width: 133rem;
    height: 120rem;
    transform: translate3d(-50%, 0, 0) scale(0.96) rotate(-90deg);
  }
}
.main-nav.is-open .main-nav__bg-svg {
  opacity: 1;
  filter: blur(0);
}
@media (min-width: 769px) {
  .main-nav.is-open .main-nav__bg-svg {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}
@media (max-width: 768px) {
  .main-nav.is-open .main-nav__bg-svg {
    transform: translate3d(-50%, 0, 0) scale(1) rotate(-90deg);
  }
}
.main-nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 10;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 768px) {
  .main-nav__inner {
    align-items: center;
    padding: 13.6rem 4rem 0;
    justify-content: flex-start;
  }
}
.main-nav__menu-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  margin-right: 16.2rem;
  margin-top: -5.5rem;
  width: auto;
  height: auto;
  gap: 7.2rem;
}
@media (max-width: 991px) {
  .main-nav__menu-grid {
    margin-right: 10.2rem;
  }
}
@media (max-width: 768px) {
  .main-nav__menu-grid {
    margin: 0;
    gap: 3.7rem;
  }
}
.main-nav__menu-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 769px) {
  .main-nav__menu-col {
    gap: 4rem;
  }
  .main-nav__menu-col:nth-child(1) {
    width: 19rem;
  }
  .main-nav__menu-col:nth-child(2) {
    width: 14.2rem;
    gap: 3.3rem;
  }
}
@media (max-width: 768px) {
  .main-nav__menu-col {
    gap: 3.6rem;
  }
  .main-nav__menu-col:nth-child(1) {
    width: 15.6rem;
  }
  .main-nav__menu-col:nth-child(2) {
    width: 11.7rem;
  }
}
.main-nav__menu-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  width: fit-content;
  opacity: 0;
  transform: translate3d(0, 1.8rem, 0);
  transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1), transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
@media (min-width: 769px) {
  .main-nav__menu-link:hover {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .main-nav__menu-link {
    gap: 0.2rem;
  }
}
.main-nav.is-open .main-nav__menu-link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: var(--nav-item-delay, 0s);
}
.main-nav__menu-link-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--white, #ffffff);
  letter-spacing: 0.08em;
  text-align: left;
}
:lang(en-US) .main-nav__menu-link-ja {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 2.8rem;
}
@media (min-width: 769px) {
  .main-nav__menu-link-ja {
    font-size: 2rem;
    line-height: 2.9rem;
    height: 2.9rem;
  }
}
@media (max-width: 768px) {
  .main-nav__menu-link-ja {
    font-size: 1.8rem;
    line-height: 2.6rem;
    height: 2.6rem;
  }
}
.main-nav__menu-link-en {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--white, #ffffff);
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.1rem;
  height: 2.1rem;
}
.main-nav__cta-buttons {
  display: none;
}
@media (max-width: 768px) {
  .main-nav__cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    margin-top: 3.6rem;
    width: 100%;
  }
}
.main-nav__cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 31rem;
  height: 5rem;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  transform: translate3d(0, 1.8rem, 0);
  transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1), transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
.main-nav.is-open .main-nav__cta-btn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: var(--nav-item-delay, 0s);
}
.main-nav__cta-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.main-nav__cta-btn-bg--inner {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.main-nav__cta-btn-bg-outer {
  fill: var(--wp--preset--color--white, #ffffff);
  stroke: var(--wp--preset--color--primary, #333333);
  stroke-width: 0.2rem;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.main-nav__cta-btn-bg-inner {
  stroke: var(--wp--preset--color--primary, #333333);
  stroke-width: 0.1rem;
  transition: stroke 0.3s ease;
}
.main-nav__cta-btn-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
.main-nav__cta-btn-icon {
  margin-bottom: 0.3rem;
  width: 2rem;
  height: 1.6rem;
}
.main-nav__cta-btn-icon path {
  fill: var(--wp--preset--color--primary, #333333);
  transition: fill 0.3s ease;
}
.main-nav__cta-btn-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 220%;
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  transition: color 0.3s ease;
}
.main-nav__cta-btn:hover .main-nav__cta-btn-icon path {
  fill: var(--wp--preset--color--gold, #d9a126);
}
.main-nav__footer-info {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 4rem;
  right: 4rem;
  width: auto;
  opacity: 0;
  transform: translate3d(0, 1.8rem, 0);
  transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1), transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
.main-nav.is-open .main-nav__footer-info {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: var(--nav-item-delay, 0s);
}
@media (max-width: 768px) {
  .main-nav__footer-info {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 2.4rem;
  }
}
.main-nav__store-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-decoration: none;
}
.main-nav__store-link span {
  position: relative;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 220%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--white, #ffffff);
}
:lang(en-US) .main-nav__store-link span {
  font-family: "Ysabeau Infant", sans-serif;
}
.main-nav__store-link span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--white, #ffffff);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.3, 1);
}
.main-nav__store-link:hover span::after {
  transform: scaleX(1);
}
.main-nav__external-icon {
  width: 2.2rem;
  height: 2.2rem;
}
.main-nav__external-icon path,
.main-nav__external-icon line,
.main-nav__external-icon polyline {
  stroke: var(--wp--preset--color--white, #ffffff);
}

.c-btn {
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  padding: 0.4rem;
  background: var(--wp--preset--color--white, #ffffff);
  box-shadow: inset 0 0 0 2px var(--wp--preset--color--primary, #333333);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.c-btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.6rem 3.2rem 0.6rem 3.4rem;
  gap: 1.2rem;
  background: var(--wp--preset--color--white, #ffffff);
  box-shadow: inset 0 0 0 1px var(--wp--preset--color--primary, #333333);
  border: none;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
}
.c-btn__icon svg {
  display: block;
}
.c-btn__icon svg path {
  fill: var(--wp--preset--color--primary, #333333);
  transition: fill 0.3s ease-in-out;
}
.c-btn__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 220%;
  letter-spacing: 0.076em;
  color: var(--wp--preset--color--primary, #333333);
  transition: all 0.3s ease-in-out;
  text-align: center;
}
:lang(en-US) .c-btn__text {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (hover: hover) {
  .c-btn:hover {
    background: var(--wp--preset--color--white, #ffffff);
    box-shadow: inset 0 0 0 2px var(--wp--preset--color--primary, #333333);
  }
  .c-btn:hover .c-btn__inner {
    background: var(--wp--preset--color--white, #ffffff);
    box-shadow: inset 0 0 0 1px var(--wp--preset--color--primary, #333333);
  }
  .c-btn:hover .c-btn__text {
    color: var(--wp--preset--color--primary, #333333);
  }
  .c-btn:hover .c-btn__icon svg path {
    fill: var(--wp--preset--color--gold, #d9a126);
  }
}
.c-btn:active {
  background: var(--wp--preset--color--white, #ffffff);
  box-shadow: inset 0 0 0 2px var(--wp--preset--color--primary, #333333);
}
.c-btn:active .c-btn__inner {
  background: var(--wp--preset--color--white, #ffffff);
  box-shadow: inset 0 0 0 1px var(--wp--preset--color--primary, #333333);
}
.c-btn:active .c-btn__text {
  color: var(--wp--preset--color--primary, #333333);
}
.c-btn:active .c-btn__icon svg path {
  fill: var(--wp--preset--color--gold, #d9a126);
}
.c-btn--no-icon .c-btn__icon {
  display: none;
}
.c-btn.is-loading, .c-btn--loading {
  pointer-events: none;
  opacity: 0.8;
  cursor: wait;
}
.c-btn.is-loading .c-btn__icon, .c-btn--loading .c-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: c-btn-spin 0.8s linear infinite;
  transform-origin: center;
}

@keyframes c-btn-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-btn-pattern {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 19.6rem;
  height: 5rem;
  background: #FFFFFF;
  border: 0.2rem solid #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  text-decoration: none;
}
.c-btn-pattern::after {
  content: "";
  position: absolute;
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.9rem);
  left: 0.4rem;
  top: 0.45rem;
  border: 0.1rem solid #333333;
  pointer-events: none;
}
.c-btn-pattern__icon {
  position: absolute;
  width: 2rem;
  height: 1.6rem;
  left: 2.4rem;
  top: 1.65rem;
  background-image: url("../img/common/ic-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-btn-pattern__text {
  margin-left: 2.4rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--wp--preset--color--primary, #333333);
  border-radius: 3rem;
  padding: 0.15rem 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  white-space: nowrap;
  width: fit-content;
}
:lang(en-US) .tag {
  font-family: "Ysabeau Infant", sans-serif;
}

.c-title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  z-index: 1;
}
.c-title-group__main {
  text-align: center;
  color: var(--wp--preset--color--primary, #333333);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 7rem;
}
@media (max-width: 768px) {
  .c-title-group__main {
    font-size: 4.8rem;
    line-height: 6.4rem;
  }
}
.c-title-group__main--en {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 5.2rem;
}
.c-title-group__main--jp {
  font-weight: 500;
  font-size: 3.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-title-group__sub {
  text-align: center;
  color: var(--wp--preset--color--primary, #333333);
  display: block;
  white-space: nowrap;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .c-title-group__sub {
    font-size: 1.4rem;
  }
}
.c-title-group__sub--en {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1rem;
  letter-spacing: 0;
}
.c-title-group__sub--jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
}

.c-vertical-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: var(--wp--preset--color--primary, #333333);
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.7rem;
}
@media (max-width: 768px) {
  .c-vertical-title {
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
  }
}
.c-vertical-title--lg {
  font-size: 1.9rem;
  letter-spacing: 0.95rem;
}
@media (max-width: 768px) {
  .c-vertical-title--lg {
    font-size: 1.6rem;
    letter-spacing: 0.72rem;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  height: 4rem;
}
.c-pagination__pages {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
@media (max-width: 768px) {
  .c-pagination__pages {
    gap: 1rem;
  }
}
.c-pagination__page-item {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: var(--wp--preset--color--gold, #d9a126);
  transition: all 0.3s ease;
  border-radius: 50%;
  background: var(--wp--preset--color--white, #ffffff);
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1rem;
  letter-spacing: 0.04em;
}
.c-pagination__page-item:hover, .c-pagination__page-item.active {
  color: var(--wp--preset--color--white, #ffffff);
  background: var(--wp--preset--color--gold, #d9a126);
}
.c-pagination__page-item.active {
  cursor: default;
}
.c-pagination__page-item--dots {
  cursor: default;
  background: transparent;
  letter-spacing: 0;
  line-height: 1;
  transform: translateY(-0.35rem);
}
.c-pagination__page-item--dots:hover {
  color: var(--wp--preset--color--gold, #d9a126);
  background: transparent;
}
.c-pagination__next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 4rem;
}
.c-pagination__next svg {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition: all 0.4s ease;
}
.c-pagination__next svg path {
  transition: fill 0.4s ease, stroke 0.4s ease;
}
.c-pagination__next:hover svg path:first-child {
  fill: var(--wp--preset--color--white, #ffffff);
}
.c-pagination__next:hover svg path:last-child {
  stroke: var(--wp--preset--color--gold, #d9a126);
}
.c-pagination__prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 4rem;
}
.c-pagination__prev svg {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition: all 0.4s ease;
}
.c-pagination__prev svg path {
  transition: fill 0.4s ease, stroke 0.4s ease;
}
.c-pagination__prev:hover svg path:first-child {
  fill: var(--wp--preset--color--white, #ffffff);
}
.c-pagination__prev:hover svg path:last-child {
  stroke: var(--wp--preset--color--gold, #d9a126);
}

.product-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: calc((100% - 8rem) / 3);
}
@media (hover: hover) {
  .product-item:hover .product-item-image img {
    transform: scale(1.04);
  }
  .product-item:hover .product-item-arrow svg path:first-child {
    fill: var(--wp--preset--color--white, #ffffff);
  }
  .product-item:hover .product-item-arrow svg path:last-child {
    stroke: var(--wp--preset--color--gold, #d9a126);
  }
}
@media (max-width: 1232px) {
  .product-item {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 768px) {
  .product-item {
    width: 100%;
  }
}
.product-item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 386/260;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-item-image {
    aspect-ratio: 310/209;
  }
}
.product-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-item-arrow {
  position: absolute;
  right: 1.7rem;
  bottom: 1.6rem;
  width: 5.2rem;
  height: 3.8rem;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .product-item-arrow {
    right: 1.2rem;
    bottom: 1.2rem;
  }
}
.product-item-arrow svg {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition: all 0.4s ease;
}
.product-item-arrow svg path {
  transition: fill 0.4s ease, stroke 0.4s ease;
}
.product-item-info {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .product-item-info {
    gap: 1rem;
  }
}
.product-item-info.v2 {
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .product-item-info.v2 {
    gap: 1rem;
  }
}
.product-item-tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.product-item-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 1.5rem;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--wp--preset--color--primary, #333333);
  border-radius: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0.08em;
}
:lang(en-US) .product-item-tags span {
  font-family: "Ysabeau Infant", sans-serif;
}
.product-item-name {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.product-item-name.v2 {
  gap: 1.2rem;
}
.product-item-title {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.product-item-title.v2 {
  gap: 1.4rem;
}
html[lang^=en] .product-item-title.v2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}
.product-item-title.v2 .product-item-title-sub {
  padding-bottom: 0;
  letter-spacing: 0.08em;
}
:lang(en-US) .product-item-title.v2 .product-item-title-sub {
  font-family: "Karla", sans-serif;
}
.product-item-title-main {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 140%;
  letter-spacing: 0.08em;
}
.product-item-title-main--detail, .product-item-title-main.v2, .product-item-title.v2 .product-item-title-main {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
:lang(en-US) .product-item-title-main--detail, :lang(en-US) .product-item-title-main.v2, :lang(en-US) .product-item-title.v2 .product-item-title-main {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 768px) {
  .product-item-title-main {
    font-size: 2rem;
  }
}
.product-item-title-sub {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
  padding-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .product-item-title-sub {
    line-height: 160%;
  }
}
.product-item-memo {
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.08em;
}
.product-item-memo.v2, .product-item-memo--detail {
  font-size: 1.5rem;
  line-height: 180%;
}
:lang(en-US) .product-item-memo.v2, :lang(en-US) .product-item-memo--detail {
  font-family: "Karla", sans-serif;
}
@media (max-width: 768px) {
  .product-item-memo.v2, .product-item-memo--detail {
    line-height: 165%;
    letter-spacing: 0;
  }
}
.product-item-price-row {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 768px) {
  .product-item-price-row {
    justify-content: flex-start;
    margin-top: -0.2rem;
  }
}
.product-item-price {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 2rem;
  line-height: 140%;
}
@media (max-width: 768px) {
  .product-item-price {
    font-size: 2rem;
  }
}
.product-item-tax {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  padding-bottom: 0.4rem;
}
:lang(en-US) .product-item-tax {
  font-family: "Karla", sans-serif;
}
html[lang^=en] .product-item-tax {
  padding-left: 0.4rem;
}
@media (max-width: 768px) {
  .product-item-tax {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    padding-bottom: 0.4rem;
  }
}

.page-heading {
  padding-top: 14.7rem;
}
@media (max-width: 768px) {
  .page-heading {
    padding-top: 11.6rem;
  }
}
.page-heading .container {
  position: relative;
}
@media (min-width: 1441px) {
  .page-heading .container {
    max-width: 144rem;
  }
}
.page-heading__breadcrumb {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-heading__breadcrumb {
    position: initial;
  }
}
.page-heading__breadcrumb-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 220%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  transition: color 0.3s ease;
}
:lang(en-US) .page-heading__breadcrumb-item {
  font-family: "Ysabeau Infant", sans-serif;
}
.page-heading__breadcrumb-item:hover {
  color: var(--wp--preset--color--gold, #d9a126);
}
.page-heading__breadcrumb-item.current {
  color: var(--wp--preset--color--primary, #333333);
}
.page-heading__inner {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  gap: 8rem;
}
@media (max-width: 768px) {
  .page-heading__inner {
    flex-direction: column;
    gap: 6.4rem;
    padding: 7.2rem 0 8rem;
  }
}
.page-heading__title {
  flex: 0 0 40rem;
  width: 40rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .page-heading__title {
    flex: initial;
    width: 100%;
  }
}
.page-heading__title[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0) !important;
}
.page-heading__title[data-aos=fade-up].aos-animate {
  transform: none !important;
}
.page-heading__title-main {
  margin: 0;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  font-size: 5.2rem;
  color: var(--wp--preset--color--primary, #333333);
  line-height: 7rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .page-heading__title-main {
    font-size: 4.2rem;
    line-height: 5.6rem;
  }
}
@media (max-width: 768px) {
  .page-heading__title-main {
    font-size: 4.8rem;
    line-height: 6.4rem;
  }
}
.page-heading__subtitle {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--wp--preset--color--primary, #333333);
  line-height: 180%;
  letter-spacing: 0.08em;
}
:lang(en-US) .page-heading__subtitle {
  font-family: "Ysabeau Infant", sans-serif;
}
.page-heading__image {
  width: auto;
  max-height: 38rem;
  aspect-ratio: 564/380;
}
@media (max-width: 768px) {
  .page-heading__image {
    width: 100%;
    max-width: 26rem;
    margin: 0 auto;
  }
}
.page-heading__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.b-static {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 214%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  padding: 12rem 0;
}
:lang(en-US) .b-static {
  font-family: "Karla", sans-serif;
}
@media (max-width: 768px) {
  .b-static {
    padding: 0;
    line-height: 200%;
  }
}
.b-static__inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (max-width: 768px) {
  .b-static__inner {
    gap: 4rem;
  }
}
.b-static__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.b-static__content-item {
  display: flex;
  flex-direction: column;
}
.b-static__list-item {
  display: flex;
  align-items: flex-start;
}
.b-static__list-item--end {
  display: inline;
}
.b-static__list-bullet {
  flex-shrink: 0;
}
.b-static__list-text {
  flex: 1;
}
.b-static h4 {
  padding-bottom: 0.8rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 220%;
  margin: 0;
}
@media (max-width: 768px) {
  .b-static h4 {
    padding-bottom: 0.4rem;
    font-size: 1.6rem;
    line-height: 200%;
  }
}
.b-static__date {
  text-align: right;
}

.contact-form {
  padding: 12rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
}
:lang(en-US) .contact-form {
  font-family: "Karla", sans-serif;
}
@media (max-width: 768px) {
  .contact-form {
    line-height: 164%;
    padding: 0;
  }
}
@media (max-width: 374px) {
  .contact-form .container-88 {
    padding: 0 2rem;
  }
}
.contact-form__main {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 768px) {
  .contact-form__main {
    gap: 6rem;
  }
}
.contact-form__note {
  display: flex;
  flex-direction: column;
  line-height: 214%;
}
@media (max-width: 768px) {
  .contact-form__note {
    line-height: 200%;
  }
}
.contact-form__note-b {
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 768px) {
  .contact-form__form {
    gap: 3.6rem;
  }
}
.contact-form__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .contact-form__group {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .contact-form__group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-form__label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-width: 15.1rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.contact-form__control-wrapper {
  width: 100%;
  max-width: 62.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .contact-form__control-wrapper {
    width: 100%;
  }
}
.contact-form__control--radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .contact-form__control--radio {
    gap: 1rem;
  }
}
.contact-form__value {
  width: 100%;
  max-width: 30rem;
}
html[lang^=en] .contact-form__value {
  max-width: 36rem;
}
.contact-form__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .contact-form__buttons {
    gap: 2rem;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .contact-form__buttons .c-btn {
    width: 100%;
    max-width: 31rem;
  }
}
.contact-form__buttons .c-btn:disabled, .contact-form__buttons .c-btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}
.contact-form__confirm {
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-form__confirm {
    gap: 4rem;
  }
}
.contact-form__confirm-list {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
  max-width: 58.9rem;
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .contact-form__confirm-list {
    gap: 3.6rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .contact-form__confirm-list .contact-form__group {
    gap: 1rem;
  }
}
.contact-form__thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 768px) {
  .contact-form__thanks {
    gap: 6.4rem;
  }
}

.p-top-kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-top-kv__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/common/top-bg.jpg");
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.p-top-kv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(234, 232, 229, 0.2);
  z-index: 0;
}
.p-top-kv__mv-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20.7rem 6.4rem 0 6rem;
}
@media (max-width: 768px) {
  .p-top-kv__mv-inner {
    padding: 21.3rem 1.2rem 0 1.2rem;
  }
}
.p-top-kv__mv-text {
  max-width: 13.949rem;
  position: absolute;
  top: 14.3rem;
  left: 12.4rem;
  z-index: 3;
  opacity: 0;
  transform: translateY(4rem);
  filter: blur(0.8rem);
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), filter 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-top-kv__mv-text.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (max-width: 768px) {
  .p-top-kv__mv-text {
    max-width: 11rem;
    top: 15.4rem;
    left: 3.9rem;
  }
}
.p-top-kv__mv-text img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-top-kv__mv-content {
  position: relative;
  width: 100%;
  height: calc(100vh - 20.7rem);
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-top-kv__mv-content.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p-top-kv__mv-content {
    height: auto;
    aspect-ratio: 366/487;
  }
}
.p-top-kv__mv-video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-kv__mv-video-wrapper {
    border-radius: 2rem;
  }
}
.p-top-kv__mv-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}
.p-top-kv__mv-play-btn {
  position: absolute;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 5;
  width: 9.5rem;
  height: 9.5rem;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.25s ease;
}
.p-top-kv__mv-play-btn:hover {
  transform: scale(1.08);
}
.p-top-kv__mv-play-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-top-kv__mv-play-btn {
    width: 8.7rem;
    height: 8.7rem;
  }
}
.p-top-kv__mv-overlay {
  position: absolute;
  inset: 0;
  background: rgba(213, 211, 201, 0.2);
  z-index: 4;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.p-top-kv__mv-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  border-radius: 4rem;
  overflow: hidden;
  transition: opacity 1.6s cubic-bezier(0.22, 1, 0.36, 1), transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 768px) {
  .p-top-kv__mv-item {
    border-radius: 2rem;
  }
}
.p-top-kv__mv-item.is-active {
  opacity: 1;
  z-index: 2;
}
.p-top-kv__mv-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 45%;
}
.p-top-kv__mv-scrollbar-container {
  position: absolute;
  width: 2.6rem;
  height: 17.3rem;
  right: 2rem;
  top: 49.1%;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.p-top-kv__mv-scrollbar-container.is-active {
  opacity: 1;
}
@media (max-width: 768px) {
  .p-top-kv__mv-scrollbar-container {
    display: none;
  }
}
.p-top-kv__mv-scrollbar-text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 1rem 1rem 11rem;
  color: var(--wp--preset--color--primary, #333333);
  font-size: 1.6rem;
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}
.p-top-kv__mv-scroll-icon {
  position: absolute;
  left: 50%;
  width: 0.8rem;
  height: auto;
  transform: translateX(-45%);
  animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}
.p-top-kv__mv-scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.5rem;
}
.p-top-kv__mv-scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.1rem;
  height: 12rem;
  background: var(--wp--preset--color--primary, #333333);
}
@keyframes circlemove {
  0% {
    bottom: 9.5rem;
  }
  100% {
    bottom: 0rem;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-top-kv__concept {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14rem 0 28rem;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(rgba(234, 232, 229, 0.2) 54%, rgba(227, 197, 135, 0.25) 64%, rgba(220, 163, 43, 0.4) 77%, rgba(220, 163, 43, 0.7) 89%, #d9a126 100%);
}
@media (max-width: 768px) {
  .p-top-kv__concept {
    align-items: flex-start;
    padding: 10rem 0 18rem;
  }
}
.p-top-kv__concept-inner {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .p-top-kv__concept-inner {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .p-top-kv__concept-inner {
    padding: 0 4rem;
    width: 100%;
    gap: 6rem;
  }
}
.p-top-kv__concept-logo {
  width: 100%;
  height: 8.4rem;
  opacity: 0;
  transform: scale(1.2);
  filter: blur(1.4rem);
  transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1), filter 2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-top-kv__concept-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-top-kv__concept-logo {
    height: 6.8rem;
  }
}
.p-top-kv__concept-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 8.2rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-top-kv__concept-content {
    flex-direction: column-reverse;
    gap: 5.2rem;
  }
}
.p-top-kv__concept-col {
  height: 22.9rem;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(0.5s + var(--reverse-index, 0) * 0.35s);
}
.p-top-kv__concept-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top left;
}
@media (max-width: 768px) {
  .p-top-kv__concept-col img {
    display: block;
    width: var(--col-w-sp, 100%);
    height: var(--col-h-sp, auto);
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .p-top-kv__concept-col {
    width: 100%;
    height: auto;
  }
}
.p-top-kv__concept-content-en {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 2.65rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-top-kv__concept-content-en {
    align-items: flex-start;
    gap: 3.2rem;
  }
}
.p-top-kv__concept-col-en {
  font-family: "Ysabeau Infant", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 991px) {
  .p-top-kv__concept-col-en {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .p-top-kv__concept-col-en {
    text-align: left;
    font-size: 1.6rem;
    line-height: 214%;
  }
}
.p-top-kv__concept-col-en[data-aos=fade-up] {
  transform: translate3d(0, 1rem, 0) !important;
}
.p-top-kv__concept-col-en[data-aos=fade-up].aos-animate {
  transform: translate3d(0, 0, 0) !important;
}
.p-top-kv__concept-pattern {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: var(--concept-pattern-pc);
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: center bottom;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-top-kv__concept-pattern {
    background-image: var(--concept-pattern-sp);
    background-size: 100% auto;
  }
}
.p-top-kv__concept.is-active .p-top-kv__concept-logo {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
.p-top-kv__concept.is-active .p-top-kv__concept-col {
  opacity: 1;
  transform: translateY(0);
}

.horizontal-slide {
  overflow: hidden;
  padding: 12rem 0 0;
}
@media (max-width: 768px) {
  .horizontal-slide {
    padding: 6rem 0 0;
  }
}
.horizontal-slide__inner {
  display: flex;
  gap: 1rem;
  width: 100%;
  height: auto;
  will-change: transform;
}
@media (max-width: 768px) {
  .horizontal-slide__inner {
    gap: 0.8rem;
  }
}
.horizontal-slide__item {
  display: flex;
  flex-shrink: 0;
  /* Vertical Alignment */
  /* Style 1: 510x510 */
  /* Style 2: 350/540 */
  /* Style 3: 350x330 */
  /* Style 4: 594x595 */
}
.horizontal-slide__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.horizontal-slide__item--top {
  align-items: flex-start;
}
.horizontal-slide__item--bottom {
  align-items: flex-end;
}
.horizontal-slide__item--style_1 {
  width: 35.41667%;
  height: auto;
}
@media (max-width: 768px) {
  .horizontal-slide__item--style_1 {
    width: 57.4359%;
  }
}
.horizontal-slide__item--style_1 .horizontal-slide__sub {
  aspect-ratio: 1/1;
}
.horizontal-slide__item--style_2 {
  width: 24.30556%;
  height: auto;
}
@media (max-width: 768px) {
  .horizontal-slide__item--style_2 {
    width: 39.4872%;
  }
}
.horizontal-slide__item--style_2 .horizontal-slide__sub {
  aspect-ratio: 350/540;
}
@media (max-width: 768px) {
  .horizontal-slide__item--style_2 .horizontal-slide__sub {
    aspect-ratio: 154/240;
  }
}
.horizontal-slide__item--style_3 {
  width: 24.30556%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  .horizontal-slide__item--style_3 {
    width: 40%;
    gap: 0.8rem;
  }
}
.horizontal-slide__item--style_3 .horizontal-slide__sub {
  aspect-ratio: 350/330;
}
@media (max-width: 768px) {
  .horizontal-slide__item--style_3 .horizontal-slide__sub {
    aspect-ratio: 156/149;
  }
}
.horizontal-slide__item--style_4 {
  width: 41.25%;
  height: auto;
}
@media (max-width: 768px) {
  .horizontal-slide__item--style_4 {
    width: 65.641%;
  }
}
.horizontal-slide__item--style_4 .horizontal-slide__sub {
  aspect-ratio: 594/595;
}
@media (max-width: 768px) {
  .horizontal-slide__item--style_4 .horizontal-slide__sub {
    aspect-ratio: 1/1;
  }
}
.horizontal-slide__item__sub {
  width: 100%;
}
.horizontal-slide__item__sub:first-child {
  height: auto;
}
.horizontal-slide__item__sub:last-child {
  height: auto;
}
.horizontal-slide__item__sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-scroll {
  padding-top: 16.4rem;
  padding-bottom: 18rem;
}
@media (max-width: 768px) {
  .image-scroll {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .image-scroll .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.image-scroll__inner {
  padding-left: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 11.8rem;
  margin-bottom: 12rem;
}
@media (min-width: 1440px) {
  html[lang^=en-US] .image-scroll__inner {
    padding-right: 2rem;
  }
}
@media (max-width: 1439px) {
  .image-scroll__inner {
    padding: 0 2rem;
    gap: 10rem;
  }
}
@media (max-width: 1150px) {
  .image-scroll__inner {
    gap: 8rem;
  }
}
@media (max-width: 991px) {
  .image-scroll__inner {
    gap: 6rem;
  }
}
@media (max-width: 843px) {
  .image-scroll__inner {
    gap: 4rem;
  }
}
@media (max-width: 774px) {
  .image-scroll__inner {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .image-scroll__inner {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6rem;
    margin-bottom: 6rem;
  }
}
.image-scroll__lead {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  align-self: flex-start;
  padding-top: 17.2rem;
}
@media (max-width: 768px) {
  .image-scroll__lead {
    position: relative;
    top: auto;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    align-self: auto;
    padding-top: 0;
  }
}
.image-scroll__lead .c-vertical-title--lg {
  letter-spacing: 0.6rem;
}
@media (max-width: 768px) {
  .image-scroll__lead .c-vertical-title--lg {
    letter-spacing: 0.8rem;
  }
}
.image-scroll__lead-icon {
  margin-bottom: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .image-scroll__lead-icon {
    margin-bottom: 0;
  }
}
.image-scroll__lead-icon svg {
  display: block;
  width: 1.4rem;
  height: 1.9rem;
}
.image-scroll__list {
  flex: 1;
  padding-top: 21rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .image-scroll__list {
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8.8rem;
  }
}
.image-scroll__item {
  display: flex;
  gap: 8.8rem;
  align-items: center;
  opacity: 0;
  transform: translateY(8rem);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.image-scroll__item.is-active {
  opacity: 1;
  transform: none;
}
.image-scroll__item:nth-child(even) {
  flex-direction: row-reverse;
}
.image-scroll__item--style1 {
  margin-bottom: 14rem;
}
@media (max-width: 1150px) {
  .image-scroll__item--style1 {
    margin-bottom: 10rem;
  }
}
@media (max-width: 991px) {
  .image-scroll__item--style1 {
    margin-bottom: 8rem;
  }
}
.image-scroll__item--style2 {
  margin-bottom: 7rem;
}
@media (max-width: 991px) {
  .image-scroll__item--style2 {
    margin-bottom: 5rem;
  }
}
.image-scroll__item--style3 {
  align-items: flex-end;
}
@media (min-width: 769px) {
  html[lang^=en-US] .image-scroll__item--style3 {
    position: relative;
    margin-top: 13rem;
  }
}
@media (max-width: 1439px) {
  .image-scroll__item {
    gap: 7rem;
  }
}
@media (max-width: 1232px) {
  .image-scroll__item {
    gap: 5rem;
  }
}
@media (max-width: 1150px) {
  .image-scroll__item {
    gap: 4rem;
  }
}
@media (max-width: 991px) {
  .image-scroll__item {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .image-scroll__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    width: 100%;
    padding: 0;
  }
  .image-scroll__item:nth-child(even) {
    flex-direction: column;
  }
  .image-scroll__item--style1 {
    align-items: flex-start;
    margin-bottom: 0;
  }
  .image-scroll__item--style2 {
    align-items: flex-end;
    margin-bottom: 0;
  }
  .image-scroll__item--style3 {
    padding: 0 2rem;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.image-scroll__text-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  gap: 2rem;
}
@media (max-width: 768px) {
  .image-scroll__text-group {
    width: 100%;
    gap: 1.6rem;
  }
}
.image-scroll__text-group-wrapper {
  padding-right: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
html[lang^=en-US] .image-scroll__text-group-wrapper {
  padding-right: 0rem;
}
@media (max-width: 1439px) {
  .image-scroll__text-group-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.image-scroll__sub-image-wrapper {
  justify-content: flex-end;
  display: flex;
}
.image-scroll__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .image-scroll__image {
    overflow: hidden;
    background: var(--wp--preset--color--white, #ffffff);
  }
  .image-scroll__image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.image-scroll__sub-image {
  margin: 5.8rem 2.8rem 0 0;
  width: 100%;
}
.image-scroll__sub-image--2 {
  width: 66.8%;
}
@media (min-width: 769px) {
  html[lang^=en-US] .image-scroll__sub-image--2 {
    width: 92.8%;
  }
}
.image-scroll__sub-image img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .image-scroll__sub-image {
    width: 77.4193%;
    margin: 4rem 0 0 0;
    position: relative;
    bottom: 0.4rem;
  }
}
.image-scroll__content {
  width: auto;
}
@media (min-width: 769px) {
  html[lang^=en-US] .image-scroll__content--style2 {
    position: relative;
    top: 7rem;
  }
}
.image-scroll__content--style3 {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .image-scroll__content {
    flex: none;
    width: 100%;
  }
  .image-scroll__content--style1 {
    padding: 0 4rem;
  }
  .image-scroll__content--style2 {
    padding: 0 4rem;
  }
  .image-scroll__content--style3 {
    padding: 0 2rem;
    margin-bottom: 0;
  }
}
.image-scroll__title {
  margin: 0rem;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
:lang(en-US) .image-scroll__title {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 1150px) {
  .image-scroll__title {
    font-size: 2rem;
  }
}
@media (max-width: 843px) {
  .image-scroll__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .image-scroll__title {
    position: relative;
    bottom: 0.4rem;
    font-size: 1.8rem;
    line-height: 1.7777777778;
    letter-spacing: 0.08em;
  }
}
.image-scroll__desc {
  position: relative;
  bottom: 0.2rem;
  line-height: 2.2;
  font-size: 1.6rem;
  letter-spacing: 8%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
:lang(en-US) .image-scroll__desc {
  font-family: "Karla", sans-serif;
}
@media (max-width: 1150px) {
  .image-scroll__desc {
    font-size: 1.3rem;
  }
}
@media (max-width: 843px) {
  .image-scroll__desc {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .image-scroll__desc {
    font-size: 1.5rem;
    line-height: 2.1333333333;
    letter-spacing: 0.08em;
  }
  .image-scroll__desc br {
    display: none;
  }
}
.image-scroll__btn {
  padding-left: 2rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
html[lang^=en] .image-scroll__btn {
  padding-left: 0;
}
@media (max-width: 1439px) {
  .image-scroll__btn {
    padding-left: 0;
  }
}
.image-scroll article {
  position: relative;
}
.image-scroll .image-scroll__image {
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(6rem);
  transition: 0.9s;
  margin: 0;
}
.image-scroll .image-scroll__image--1 {
  width: 60.2032%;
}
@media (min-width: 1440px) {
  html[lang^=en-US] .image-scroll .image-scroll__image--1 {
    width: 61.3358%;
  }
}
.image-scroll .image-scroll__image--2 {
  margin-right: 6rem;
  width: 39.3352%;
}
@media (min-width: 1440px) {
  html[lang^=en-US] .image-scroll .image-scroll__image--2 {
    width: 40.0753%;
  }
}
.image-scroll .image-scroll__image--3 {
  width: 39.3352%;
}
@media (min-width: 1440px) {
  html[lang^=en-US] .image-scroll .image-scroll__image--3 {
    width: 40.0753%;
  }
}
@media (max-width: 1439px) {
  .image-scroll .image-scroll__image--1 {
    width: 55%;
  }
  .image-scroll .image-scroll__image--2 {
    margin-right: 0;
    width: 50%;
  }
  .image-scroll .image-scroll__image--3 {
    width: 53%;
  }
}
@media (max-width: 1232px) {
  .image-scroll .image-scroll__image--1 {
    width: 52%;
  }
  .image-scroll .image-scroll__image--2 {
    width: 48%;
  }
  .image-scroll .image-scroll__image--3 {
    width: 50%;
  }
}
@media (max-width: 1150px) {
  .image-scroll .image-scroll__image--1 {
    width: 50%;
  }
  .image-scroll .image-scroll__image--2 {
    width: 46%;
  }
  .image-scroll .image-scroll__image--3 {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .image-scroll .image-scroll__image--1 {
    width: 48%;
  }
  .image-scroll .image-scroll__image--2 {
    width: 44%;
  }
  .image-scroll .image-scroll__image--3 {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .image-scroll .image-scroll__image--1 {
    width: 89.744%;
    height: auto;
  }
  .image-scroll .image-scroll__image--2 {
    width: 71.795%;
    height: auto;
    margin-right: 0;
  }
  .image-scroll .image-scroll__image--3 {
    width: 80%;
    height: auto;
  }
}
.image-scroll .image-scroll__content {
  opacity: 0;
  transform: translateY(6rem);
  transition: 0.9s 0.15s;
}
.image-scroll .image-scroll__item.is-active .image-scroll__image {
  opacity: 1;
  transform: none;
}
.image-scroll .image-scroll__item.is-active .image-scroll__content {
  opacity: 1;
  transform: translateY(0.3rem);
}

.b-lineup {
  position: relative;
  width: 100%;
  background-color: var(--wp--preset--color--bg-dark, #eae8e5);
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 768px) {
  .b-lineup {
    height: auto;
    background-size: auto;
    background-repeat: repeat;
  }
}
.b-lineup-wrap {
  padding-top: 14rem;
  padding-bottom: 22rem;
}
@media (max-width: 768px) {
  .b-lineup-wrap {
    padding-top: 5.6rem;
    padding-bottom: 10rem;
  }
}
.b-lineup__bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 0;
}
.b-lineup__bg-pattern img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.b-lineup__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  overflow: hidden;
  max-width: 124rem;
}
@media (max-width: 768px) {
  .b-lineup__inner {
    height: auto;
    max-height: none;
    gap: 6rem;
  }
}
.b-lineup__title-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 7.4rem 0 0;
  flex-shrink: 0;
}
@media (max-width: 1439px) {
  .b-lineup__title-area {
    padding: 0 4.4rem 0 0;
  }
}
@media (max-width: 768px) {
  .b-lineup__title-area {
    width: 100%;
    padding: 0 2rem;
  }
}
.b-lineup__ttl-pc {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  width: auto;
  height: auto;
}
.b-lineup__title {
  font-family: "Ysabeau Infant", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 1.6;
  text-align: left;
  color: var(--wp--preset--color--primary, #333333);
  white-space: nowrap;
  margin: 0;
}
@media (max-width: 768px) {
  .b-lineup__title {
    font-size: 5.2rem;
    text-align: center;
  }
}
.b-lineup__separator {
  display: none;
}
.b-lineup__separator-dot {
  display: none;
}
.b-lineup__card-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .b-lineup__card-wrapper {
    width: 100%;
  }
}
.b-lineup__card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 3.2rem 4.8rem 0 2rem;
  gap: 8rem;
  width: 100%;
}
@media (max-width: 1439px) {
  .b-lineup__card {
    padding: 3.2rem 2rem 0;
  }
}
@media (max-width: 991px) {
  .b-lineup__card {
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  .b-lineup__card {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 4rem;
    width: 100%;
    height: auto;
  }
}
.b-lineup__fv {
  flex: 1;
  min-width: 0;
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  .b-lineup__fv {
    width: 100%;
  }
}
.b-lineup__items {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .b-lineup__items {
    width: 100%;
    height: auto;
  }
}
.b-lineup__item {
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3.6rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.6rem);
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}
.b-lineup__item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.b-lineup__item.is-exit {
  opacity: 0;
  transform: translateY(-1.6rem);
}
.b-lineup__item.is-resetting {
  transition: none;
}
@media (max-width: 768px) {
  .b-lineup__item {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    pointer-events: auto !important;
    transform: none !important;
    margin-bottom: 6rem;
    width: 100%;
  }
  .b-lineup__item:last-child {
    margin-bottom: 0;
  }
}
.b-lineup__media {
  position: relative;
  width: 54.3%;
  flex-shrink: 0;
  aspect-ratio: 558/364;
}
@media (max-width: 768px) {
  .b-lineup__media {
    aspect-ratio: 350/228;
    width: 100%;
    height: auto;
  }
}
.b-lineup__image-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.b-lineup__image-container picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .b-lineup__image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 350/228;
  }
}
.b-lineup__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.b-lineup__tag {
  position: absolute;
  width: 8.4rem;
  height: 5.7rem;
  left: 1.6rem;
  top: 1.6rem;
  z-index: 3;
  pointer-events: none;
}
.b-lineup__tag img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .b-lineup__tag {
    left: 1.2rem;
    top: 1.2rem;
    width: 6.7rem;
    height: 4.6rem;
  }
}
.b-lineup__details {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 4.6rem;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .b-lineup__details {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .b-lineup__details {
    padding: 0 2rem;
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
}
.b-lineup__item-header {
  height: 5rem;
  display: flex;
  align-items: flex-end;
  gap: 1.1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .b-lineup__item-header {
    height: 3.9rem;
  }
}
.b-lineup__item-title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
  color: var(--wp--preset--color--primary, #333333);
}
@media (max-width: 991px) {
  .b-lineup__item-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .b-lineup__item-title {
    font-size: 2.8rem;
  }
}
.b-lineup__item-subtitle {
  letter-spacing: -0.02rem;
  font-family: "Ysabeau Infant", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  color: var(--wp--preset--color--primary, #333333);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .b-lineup__item-subtitle {
    font-size: 1.8rem;
  }
}
.b-lineup__price-area {
  letter-spacing: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0.4rem 0 0 0;
  gap: 0.4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .b-lineup__price-area {
    margin-bottom: 1rem;
    padding: 0;
    justify-content: flex-start;
  }
}
.b-lineup__price {
  font-family: "Ysabeau Infant", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 2.2;
  color: var(--wp--preset--color--primary, #333333);
}
@media (max-width: 991px) {
  .b-lineup__price {
    font-size: 2.6rem;
    line-height: 2;
  }
}
.b-lineup__tax {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.2;
  color: var(--wp--preset--color--primary, #333333);
  margin-bottom: 1.2rem;
}
:lang(en-US) .b-lineup__tax {
  font-family: "Karla", sans-serif;
}
@media (max-width: 768px) {
  .b-lineup__tax {
    margin-bottom: 1rem;
  }
}
.b-lineup__pack {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2;
  color: var(--wp--preset--color--primary, #333333);
  margin-left: 1.8rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1rem;
}
:lang(en-US) .b-lineup__pack {
  font-family: "Karla", sans-serif;
}
@media (max-width: 991px) {
  .b-lineup__pack {
    margin-left: 1.4rem;
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 768px) {
  .b-lineup__pack {
    margin-left: 1.6rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.7rem;
  }
}
.b-lineup__desc {
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  max-width: 43.4rem;
  margin: 0;
}
:lang(en-US) .b-lineup__desc {
  font-family: "Karla", sans-serif;
}
@media (max-width: 768px) {
  .b-lineup__desc {
    line-height: 1.8333333333;
    letter-spacing: 0.12em;
  }
}
.b-lineup__link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 1.05rem;
  gap: 0.2rem;
  width: auto;
  height: 3.5rem;
}
@media (max-width: 768px) {
  .b-lineup__link-wrapper {
    width: 100%;
    align-items: flex-end;
  }
}
.b-lineup__link {
  position: relative;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  text-decoration: none;
  transition: color 0.3s ease;
}
:lang(en-US) .b-lineup__link {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 768px) {
  .b-lineup__link {
    letter-spacing: 0.04em;
  }
}
.b-lineup__link::after {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: 0;
  width: calc(100% + 2rem);
  height: 0.1rem;
  background: var(--wp--preset--color--primary, #333333);
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  .b-lineup__link::after {
    width: calc(100% + 2.3rem);
    left: -1.3rem;
    bottom: -0.2rem;
  }
}
.b-lineup__link:hover {
  color: #ce9928;
}
.b-lineup__link:hover::after {
  background: #ce9928;
}
.b-lineup__indicators {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 6.4rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .b-lineup__indicators {
    display: none;
  }
}
.b-lineup__indicators-title {
  position: relative;
  top: 0.2rem;
  text-align: center;
}
.b-lineup__indicators-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
}
.b-lineup__indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid rgba(51, 51, 51, 0.2);
  border-radius: 10rem;
  background: var(--wp--preset--color--white, #ffffff);
  transform: scale(1);
  transition: border-color 0.2s ease-out, border-width 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
.b-lineup__indicator.is-active {
  border: 0.3rem solid #ce9928;
  transform: scale(1.3);
  transition: border-color 0.35s ease-out, border-width 0.35s ease-out, transform 0.35s ease-out, box-shadow 0.35s ease-out;
}
.b-lineup__indicator-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--white, #ffffff);
}
.b-lineup__indicator-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease-out;
}
.b-lineup__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 6rem;
  flex-shrink: 0;
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .b-lineup__bottom {
    gap: 5.8rem;
    margin-top: 4rem;
  }
}
.b-lineup__summary {
  width: 100%;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
}
:lang(en-US) .b-lineup__summary {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 768px) {
  .b-lineup__summary {
    line-height: 214%;
    letter-spacing: 0.08em;
  }
}
.b-lineup__btn-wrapper {
  display: flex;
  justify-content: center;
}
.b-lineup__btn {
  width: 24.297rem;
}
.b-lineup__floating-image {
  position: absolute;
  width: 13.2rem;
  height: 14.8rem;
  right: 0;
  bottom: -1.2rem;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .b-lineup__floating-image {
    width: 11rem;
    bottom: -10rem;
    height: auto;
  }
}
@media (max-width: 768px) {
  .b-lineup__floating-image {
    display: none;
  }
}
.b-lineup__floating-image img {
  display: block;
  width: 100%;
  height: auto;
}

.parallax__inner {
  position: relative;
  width: 100%;
  height: 50.8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .parallax__inner {
    height: 39rem;
  }
}
.parallax img {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
}

.shop-info {
  background: var(--wp--preset--color--bg-primary, #f5f4f1);
}
.shop-info__inner {
  display: flex;
  flex-direction: column;
  gap: 12.4rem;
  padding: 14rem 0;
  max-width: 124rem;
}
@media (max-width: 1439px) {
  .shop-info__inner {
    gap: 10rem;
    padding: 14rem 2rem;
  }
}
@media (max-width: 1232px) {
  .shop-info__inner {
    padding: 12rem 4rem;
    gap: 9rem;
  }
}
@media (max-width: 1150px) {
  .shop-info__inner {
    padding: 10rem 2rem;
    gap: 8rem;
  }
}
@media (max-width: 991px) {
  .shop-info__inner {
    padding: 5.6rem 0 6rem;
    gap: 5.6rem;
  }
}
.shop-info__heading {
  padding: 0 1.6rem 0 0;
  gap: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .shop-info__heading {
    padding: 0 2rem;
    gap: 1rem;
  }
}
.shop-info__title {
  margin: 0;
  font-family: "Ysabeau Infant", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 1.6;
  color: var(--wp--preset--color--primary, #333333);
}
@media (max-width: 991px) {
  .shop-info__title {
    font-size: 5.2rem;
    line-height: 1.6;
  }
}
.shop-info__subtitle {
  margin-inline: auto;
}
@media (max-width: 991px) {
  .shop-info__subtitle {
    height: auto;
    font-size: 1.5rem;
    letter-spacing: 0.8rem;
  }
}
.shop-info__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8rem;
  overflow: hidden;
}
@media (max-width: 1232px) {
  .shop-info__content {
    gap: 6rem;
  }
}
@media (max-width: 1080px) {
  .shop-info__content {
    gap: 4rem;
  }
}
@media (max-width: 991px) {
  .shop-info__content {
    flex-direction: column;
    align-items: center;
    gap: 4.8rem;
    width: 100%;
    padding: 0;
  }
}
.shop-info__name {
  gap: 0.4rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .shop-info__name {
    padding: 0 2rem;
    gap: 0.2rem;
  }
}
@media (max-width: 374px) {
  .shop-info__name {
    padding: 0;
  }
}
.shop-info__info {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
  flex: 1;
  min-width: 0;
  width: auto;
}
@media (max-width: 1232px) {
  .shop-info__info {
    gap: 3.5rem;
  }
}
@media (max-width: 991px) {
  .shop-info__info {
    width: 100%;
    gap: 4rem;
  }
}
.shop-info__name-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 2rem;
}
:lang(en-US) .shop-info__name-en {
  font-family: "Karla", sans-serif;
}
@media (max-width: 991px) {
  .shop-info__name-en {
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1.8rem;
  }
}
.shop-info__subname {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
}
@media (max-width: 991px) {
  .shop-info__subname {
    font-size: 1.6rem;
    line-height: 160%;
  }
}
.shop-info__name-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0;
}
@media (max-width: 991px) {
  .shop-info__name-jp {
    letter-spacing: 0;
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
.shop-info__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0 0 1.6rem 0;
}
@media (max-width: 991px) {
  .shop-info__list {
    padding: 0 2rem;
    gap: 1.2rem;
    margin: 0 0 0.8rem 0;
  }
}
@media (max-width: 374px) {
  .shop-info__list {
    padding: 0;
  }
}
.shop-info__row {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.8rem;
}
.shop-info__row dt {
  width: 7.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
:lang(en-US) .shop-info__row dt {
  font-family: "Karla", sans-serif;
}
@media (max-width: 991px) {
  .shop-info__row dt {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0rem;
  }
}
.shop-info__row dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0;
}
:lang(en-US) .shop-info__row dd {
  font-family: "Karla", sans-serif;
}
.shop-info__row dd br {
  display: none;
}
@media (max-width: 991px) {
  .shop-info__row dd {
    font-size: 1.5rem;
    line-height: 1.64;
    letter-spacing: 0rem;
  }
  .shop-info__row dd br {
    display: block;
  }
}
@media (max-width: 991px) {
  .shop-info__row {
    grid-template-columns: 7.5rem 1fr;
    gap: 0.8rem;
  }
}
.shop-info__buttons {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1439px) {
  .shop-info__buttons .c-btn {
    min-height: 5.5rem;
  }
}
@media (max-width: 991px) {
  .shop-info__buttons .c-btn {
    max-width: 33rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .shop-info__buttons .c-btn {
    max-width: 31rem;
  }
}
@media (max-width: 768px) {
  .shop-info__buttons .c-btn__inner {
    padding: 0.6rem 0;
  }
}
@media (max-width: 389px) {
  .shop-info__buttons .c-btn__inner {
    padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  }
}
@media (max-width: 1439px) {
  .shop-info__buttons .c-btn__text {
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  .shop-info__buttons .c-btn__text {
    line-height: 220%;
  }
}
@media (max-width: 991px) {
  .shop-info__buttons {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 389px) {
  .shop-info__buttons {
    padding: 0;
  }
}
.shop-info__btn--google {
  width: 26.5rem;
}
@media (max-width: 991px) {
  .shop-info__btn--google {
    width: 31rem;
    height: 5.5rem;
  }
}
.shop-info__btn--site {
  width: 28.8rem;
}
@media (max-width: 991px) {
  .shop-info__btn--site {
    width: 31rem;
    height: 5.5rem;
  }
}
@media (max-width: 991px) {
  .shop-info__btn--icon {
    width: 1.997rem;
    height: 1.568rem;
  }
}
@media (max-width: 991px) {
  .shop-info__btn--text {
    font-size: 1.6rem;
    width: auto;
  }
}
.shop-info__map {
  margin-top: 4rem;
  width: 42.66%;
}
@media (max-width: 1439px) {
  .shop-info__map {
    flex-shrink: 1;
  }
}
@media (max-width: 1232px) {
  .shop-info__map {
    width: 44%;
  }
}
@media (max-width: 1080px) {
  .shop-info__map {
    width: 42%;
    margin-top: 2rem;
  }
}
.shop-info__map--sp {
  display: none;
}
.shop-info__map--pc {
  display: block;
}
.shop-info__map--pc img {
  width: 100%;
  display: block;
  border-radius: 23.75rem;
}
@media (max-width: 991px) {
  .shop-info__map {
    width: 100%;
    margin-top: 0;
    flex-shrink: 0;
  }
  .shop-info__map--sp {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
  }
  .shop-info__map--sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 23.75rem;
  }
  .shop-info__map--pc {
    display: none;
  }
}

.b-news {
  background: var(--wp--preset--color--bg-dark, #eae8e5);
}
.b-news__inner {
  display: flex;
  gap: 8rem;
  align-items: center;
  padding: 14rem 0 11.6rem;
}
@media (max-width: 1439px) {
  .b-news__inner {
    padding: 14rem 4rem 11.6rem;
  }
}
@media (max-width: 1232px) {
  .b-news__inner {
    padding: 14rem 4rem 11.6rem;
  }
}
@media (max-width: 991px) {
  .b-news__inner {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .b-news__inner {
    flex-direction: column;
    align-items: center;
    padding: 8rem 2.1rem;
    gap: 3.6rem;
  }
}
.b-news__btn {
  margin-bottom: 3.2rem;
}
@media (max-width: 1232px) {
  .b-news__btn {
    min-width: auto;
  }
}
@media (max-width: 991px) {
  .b-news__btn--text {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .b-news__btn {
    margin-bottom: 0;
    width: 22.597rem;
  }
  .b-news__btn .c-btn__inner {
    width: 100%;
  }
  .b-news__btn.sp-only {
    margin-top: 0.4rem;
    margin-bottom: 2.4rem;
  }
}
.b-news__left {
  width: 25.166667%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .b-news__left {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .b-news__left {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 3.6rem;
  }
}
.b-news__decor {
  width: 100%;
  height: auto;
}
.b-news__decor img {
  display: block;
  width: 100%;
}
.b-news__decor:nth-child(4) {
  padding-top: 3.2rem;
}
@media (max-width: 768px) {
  .b-news__decor:nth-child(5) {
    padding-top: 2.4rem;
  }
}
.b-news__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .b-news__heading {
    gap: 1rem;
    align-items: center;
  }
}
.b-news__title {
  margin: 0;
  text-align: center;
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 7.2rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--wp--preset--color--primary, #333333);
}
@media (max-width: 991px) {
  .b-news__title {
    font-size: 6.2rem;
  }
}
@media (max-width: 768px) {
  .b-news__title {
    font-size: 5.2rem;
    line-height: 1.6;
  }
}
.b-news__right {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .b-news__right {
    padding: 0 1.9rem;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .b-news__right {
    padding: 0;
  }
}
.b-news__item {
  display: flex;
  align-items: center;
  gap: 4.2rem;
  padding: 5.55rem 0;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.1);
  text-decoration: none;
  color: var(--wp--preset--color--primary, #333333);
  transition: 0.3s;
  width: 100%;
}
.b-news__item:first-child {
  border-top: 0.1rem solid rgba(51, 51, 51, 0.1);
}
.b-news__item:hover {
  color: #ce9928;
}
@media (max-width: 768px) {
  .b-news__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 2.8rem 0;
  }
}
.b-news__date {
  flex-shrink: 0;
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 991px) {
  .b-news__date {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .b-news__date {
    width: auto;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.b-news__text {
  flex: 1;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
:lang(en-US) .b-news__text {
  font-family: "Karla", sans-serif;
}
@media (max-width: 991px) {
  .b-news__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .b-news__text {
    font-size: 1.5rem;
    line-height: 1.64;
    letter-spacing: 0.08em;
  }
}

.cta {
  position: relative;
  overflow: hidden;
  background: var(--wp--preset--color--bg-dark, #eae8e5);
  padding: 0;
}
.cta.is-active .cta__icon,
.cta.is-active .cta__text,
.cta.is-active .cta__btn {
  opacity: 1;
  transform: translateY(0);
}
.cta__bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.cta__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.cta__decor {
  width: auto;
  height: 100%;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.cta__decor img {
  display: block;
}
.cta__decor--left {
  left: 0;
}
.cta__decor--right {
  right: 0;
}
@media (max-width: 768px) {
  .cta__decor {
    display: none;
  }
}
.cta__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .cta__content {
    padding: 0 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 389px) {
  .cta__content .c-btn__inner {
    padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  }
}
@media (max-width: 374px) {
  .cta__content {
    padding: 0 2rem;
  }
}
.cta__icon, .cta__text, .cta__btn {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cta__icon {
  margin-bottom: 6rem;
  transition-delay: 0s;
}
@media (max-width: 1150px) {
  .cta__icon {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .cta__icon {
    margin-bottom: 6rem;
  }
}
.cta__icon img {
  width: 5.6rem;
  display: block;
}
@media (max-width: 1150px) {
  .cta__icon img {
    width: 5rem;
  }
}
@media (max-width: 768px) {
  .cta__icon img {
    width: 4.6rem;
  }
}
.cta__text {
  transition-delay: 0.25s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  color: var(--wp--preset--color--white, #ffffff);
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 0 0 3.8rem 0;
}
:lang(en-US) .cta__text {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 1150px) {
  .cta__text {
    font-size: 1.4rem;
    margin: 0 0 3rem 0;
  }
}
@media (max-width: 991px) {
  .cta__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .cta__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    margin: 0 0 4rem 0;
  }
}
.cta__btn {
  transition-delay: 0.25s;
}

.news-list {
  padding: 12rem 4rem;
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news-list {
    padding: 0 4rem;
  }
}
@media (max-width: 374px) {
  .news-list {
    padding: 0 2rem;
  }
}
.news-list__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 8rem;
}
@media (max-width: 768px) {
  .news-list__inner {
    gap: 4rem;
  }
}
.news-list__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-list__item {
  display: flex;
  align-items: center;
  padding: 5.6rem 0;
  gap: 4.2rem;
  width: 100%;
  position: relative;
  color: var(--wp--preset--color--primary, #333333);
  transition: all 0.3s ease;
}
.news-list__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(51, 51, 51, 0.1);
}
.news-list__item:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(51, 51, 51, 0.1);
}
@media (max-width: 768px) {
  .news-list__item {
    flex-direction: column;
    align-items: start;
    gap: 1.2rem;
    padding: 2.8rem 0;
  }
}
.news-list__item-date {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .news-list__item-date {
    text-align: left;
    width: auto;
    line-height: 1.625;
  }
}
.news-list__item-text {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.08em;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s ease;
}
:lang(en-US) .news-list__item-text {
  font-family: "Karla", sans-serif;
}
@media (max-width: 768px) {
  .news-list__item-text {
    line-height: 167%;
  }
}
.news-list__item-text:hover, a:hover .news-list__item-text {
  color: var(--wp--preset--color--gold, #d9a126);
}

.news-detail {
  width: 100%;
  padding-top: 14.7rem;
  min-height: calc(100vh - 37.8rem);
  color: var(--wp--preset--color--primary, #333333);
}
@media (max-width: 768px) {
  .news-detail {
    padding-top: 11.6rem;
    min-height: calc(100vh - 72.4rem);
  }
}
.news-detail .container-lg {
  padding: 0 4rem;
}
@media (max-width: 374px) {
  .news-detail .container-lg {
    padding: 0 2rem;
  }
}
.news-detail .page-heading__breadcrumb {
  position: relative;
}
@media (max-width: 768px) {
  .news-detail .page-heading__breadcrumb li {
    white-space: nowrap;
  }
  .news-detail .page-heading__breadcrumb li:last-child {
    min-width: 0;
  }
  .news-detail .page-heading__breadcrumb .current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news-detail__inner {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0 12rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 991px) {
  .news-detail__inner {
    padding: 5rem 0 10rem;
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  .news-detail__inner {
    padding: 7.2rem 0 0;
    gap: 4rem;
  }
}
.news-detail__head {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 991px) {
  .news-detail__head {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .news-detail__head {
    gap: 2.4rem;
  }
}
.news-detail__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}
@media (max-width: 768px) {
  .news-detail__header {
    gap: 0.8rem;
  }
}
.news-detail__date {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .news-detail__date {
    height: 2.6rem;
  }
}
.news-detail__title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin: 0;
}
:lang(en-US) .news-detail__title {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 991px) {
  .news-detail__title {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  .news-detail__title {
    font-size: 2rem;
  }
}
.news-detail__image-wrap {
  width: calc(100% - (100% - 77.4rem) / 2);
  height: 44rem;
  background-color: #d5d3c9;
}
@media (max-width: 991px) {
  .news-detail__image-wrap {
    width: calc(100% - 4rem);
    height: 38rem;
  }
}
@media (max-width: 768px) {
  .news-detail__image-wrap {
    height: auto;
    aspect-ratio: 350/220;
  }
}
.news-detail__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-detail .container-774 {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 991px) {
  .news-detail .container-774 {
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  .news-detail .container-774 {
    gap: 4rem;
  }
}
@media (max-width: 374px) {
  .news-detail .container-774 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.news-detail__content {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.14;
  letter-spacing: 0.08em;
}
:lang(en-US) .news-detail__content {
  font-family: "Karla", sans-serif;
}
.news-detail__content p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .news-detail__content {
    line-height: 1.8;
  }
}
.news-detail__footer {
  display: flex;
  justify-content: center;
  width: 100%;
}
.news-detail__btn {
  min-width: 0;
}
.news-detail__btn .c-btn__inner {
  padding: 0.6rem 3.2rem 0.6rem 3.4rem;
}
@media (max-width: 574px) {
  .news-detail__btn.c-btn {
    width: auto;
  }
  .news-detail__btn .c-btn__inner {
    width: auto;
  }
}

@media (max-width: 374px) {
  .product-list-block .container2 {
    padding: 0 2rem;
  }
}

.product-list {
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media (max-width: 768px) {
  .product-list {
    padding-top: 4rem;
    padding-bottom: 8rem;
    gap: 8rem;
  }
}
.product-list__category-title {
  margin: 0 0 6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 0.08em;
}
:lang(en-US) .product-list__category-title {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 768px) {
  .product-list__category-title {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-bottom: 5.6rem;
  }
}
.product-list__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 768px) {
  .product-list__grid {
    flex-direction: column;
    align-items: center;
    gap: 3.6rem;
  }
}
.product-list__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: calc((100% - 8rem) / 3);
}
.product-list__item:hover .product-list__item-image img {
  transform: scale(1.04);
}
.product-list__item:hover .product-list__item-arrow svg path:first-child {
  fill: var(--wp--preset--color--white, #ffffff);
}
.product-list__item:hover .product-list__item-arrow svg path:last-child {
  stroke: var(--wp--preset--color--gold, #d9a126);
}
@media (max-width: 1232px) {
  .product-list__item {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 768px) {
  .product-list__item {
    width: 100%;
  }
}
.product-list__item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 386/260;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-list__item-image {
    aspect-ratio: 310/209;
  }
}
.product-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-list__item-arrow {
  position: absolute;
  right: 1.7rem;
  bottom: 1.6rem;
  width: 5.2rem;
  height: 3.8rem;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .product-list__item-arrow {
    right: 1.2rem;
    bottom: 1.2rem;
  }
}
.product-list__item-arrow svg {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition: all 0.4s ease;
}
.product-list__item-arrow svg path {
  transition: fill 0.4s ease, stroke 0.4s ease;
}
.product-list__item-info {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .product-list__item-info {
    gap: 0.8rem;
  }
}
.product-list__item-tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.product-list__item-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 1.6rem;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--wp--preset--color--primary, #333333);
  border-radius: 3rem;
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0.08em;
}
.product-list__item-name {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.product-list__item-title {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .product-list__item-title {
    gap: 1rem;
  }
}
.product-list__item-title-main {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 140%;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .product-list__item-title-main {
    font-size: 2rem;
  }
}
.product-list__item-title-sub {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
  padding-bottom: 0.2rem;
}
.product-list__item-memo {
  font-size: 1.2rem;
  line-height: 160%;
  letter-spacing: 0.08em;
}
.product-list__item-price-row {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 768px) {
  .product-list__item-price-row {
    justify-content: flex-start;
    margin-top: -0.2rem;
  }
}
.product-list__item-price {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 2rem;
  line-height: 140%;
}
@media (max-width: 768px) {
  .product-list__item-price {
    font-size: 2rem;
  }
}
.product-list__item-tax {
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .product-list__item-tax {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    padding-bottom: 0.4rem;
  }
}

.product-detail {
  padding: 18rem 0 12rem;
  color: var(--wp--preset--color--primary, #333333);
}
@media (max-width: 768px) {
  .product-detail {
    padding: 4rem 0 8rem;
  }
}
.product-detail .container2 {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 374px) {
  .product-detail .container2 {
    padding: 0 2rem;
  }
}
.product-detail__main {
  display: flex;
  gap: 6rem;
}
@media (max-width: 991px) {
  .product-detail__main {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .product-detail__main {
    flex-direction: column;
    gap: 2rem;
  }
}
.product-detail__image {
  position: relative;
  width: 53.2258064516%;
  max-height: 46rem;
  aspect-ratio: 660/460;
  background: #d5d3c9;
}
@media (max-width: 768px) {
  .product-detail__image {
    width: 100%;
    aspect-ratio: 310/215;
  }
}
@media (max-width: 445px) {
  .product-detail__image {
    aspect-ratio: unset;
    height: 21.5rem;
  }
}
.product-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-detail__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .product-detail__content {
    gap: 1.2rem;
    padding-top: 0;
  }
}
.product-detail__info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .product-detail__info {
    gap: 2rem;
  }
}
.product-detail__name {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
}
.product-detail__name h1 {
  margin: 0;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 140%;
}
@media (max-width: 768px) {
  .product-detail__name h1 {
    font-size: 2.8rem;
  }
}
.product-detail__subtitle {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 1.6rem;
  line-height: 140%;
  padding-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .product-detail__subtitle {
    font-size: 1.8rem;
    padding-bottom: 0rem;
  }
}
.product-detail__meta {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .product-detail__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
.product-detail__meta .ingredient {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0.08em;
}
:lang(en-US) .product-detail__meta .ingredient {
  font-family: "Karla", sans-serif;
}
@media (max-width: 768px) {
  .product-detail__meta .ingredient {
    font-size: 1.4rem;
    line-height: 220%;
    letter-spacing: 0.12em;
  }
}
.product-detail__description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 220%;
  letter-spacing: 0.08em;
}
:lang(en-US) .product-detail__description {
  font-family: "Karla", sans-serif;
}
@media (max-width: 768px) {
  .product-detail__description {
    line-height: 214%;
  }
}
.product-detail__price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .product-detail__price {
    align-items: center;
  }
}
.product-detail__price-number {
  font-family: "Ysabeau Infant", sans-serif;
  font-size: 3.2rem;
  line-height: 140%;
}
@media (max-width: 768px) {
  .product-detail__price-number {
    font-size: 2.6rem;
    line-height: 200%;
  }
}
.product-detail__tax {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  padding-bottom: 0.3rem;
}
:lang(en-US) .product-detail__tax {
  font-family: "Karla", sans-serif;
}
html[lang^=en] .product-detail__tax {
  padding-left: 0.8rem;
}
@media (max-width: 768px) {
  .product-detail__tax {
    font-size: 1.2rem;
    line-height: 220%;
    letter-spacing: 0.1em;
    padding-bottom: 0.4rem;
    margin-right: -0.8rem;
    padding-top: 0.8rem;
  }
  html[lang^=en] .product-detail__tax {
    padding-left: 0.4rem;
  }
}
.product-detail__actions {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .product-detail__actions {
    margin-top: 2.8rem;
    justify-content: center;
  }
  .product-detail__actions .v2 {
    width: auto;
  }
}
@media (max-width: 768px) {
  .product-detail .v2 .product-list__category-title {
    margin-bottom: 4rem;
  }
}

.package-note {
  width: 100%;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .package-note {
    padding-bottom: 0;
  }
}
@media (max-width: 374px) {
  .package-note .container2 {
    padding: 0 2rem;
  }
}
.package-note__outer {
  width: 100%;
  outline: 2px solid var(--wp--preset--color--primary, #333333);
  border-radius: 1.2rem;
  padding: 0.6rem;
  background-color: var(--wp--preset--color--white, #ffffff);
  overflow: hidden;
}
.package-note__inner {
  display: flex;
  padding: 2.4rem;
  gap: 4rem;
  width: 100%;
  outline: 1px solid var(--wp--preset--color--primary, #333333);
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .package-note__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: auto;
    gap: 2rem;
    padding: 1.6rem;
  }
}
.package-note__image {
  flex-shrink: 0;
  width: 32.7118644068%;
  height: 26.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .package-note__image {
    width: 100%;
    height: 17.098rem;
  }
}
.package-note__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.package-note__image:hover img {
  transform: scale(1.1);
}
.package-note__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .package-note__content {
    gap: 1rem;
  }
}
.package-note__title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.package-note__title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 0.08em;
}
:lang(en-US) .package-note__title span {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 768px) {
  .package-note__title span {
    font-size: 1.8rem;
  }
}
.package-note__title svg {
  flex-shrink: 0;
  width: 2rem;
  height: 1.6rem;
}
.package-note__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 220%;
  letter-spacing: 0.08em;
}
:lang(en-US) .package-note__text {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 768px) {
  .package-note__text {
    line-height: 180%;
  }
}

.story-nav {
  padding-top: 12rem;
  padding-bottom: 18rem;
}
@media (max-width: 768px) {
  .story-nav {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
.story-nav .c-btn__inner {
  padding: 0.6rem 0;
}
@media (max-width: 1150px) {
  .story-nav .c-btn__inner {
    padding: 0.5rem 2.4rem 0.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .story-nav .c-btn__inner {
    padding: 0.6rem 1rem 0.6rem 1rem;
  }
}
@media (max-width: 768px) {
  .story-nav .c-btn__inner {
    padding: 0.35rem 3.2rem 0.35rem 3.4rem;
  }
}
.story-nav .c-btn__text {
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .story-nav .c-btn__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .story-nav .c-btn__text {
    font-size: 1.4rem;
  }
}
.story-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 23.4rem);
  grid-auto-rows: 1fr;
  justify-content: center;
  gap: 2.2rem;
}
@media (min-width: 1151px) {
  :lang(en-US) .story-nav__list {
    grid-template-columns: repeat(4, 24.3rem);
  }
}
@media (max-width: 1150px) {
  .story-nav__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .story-nav__list {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .story-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 1.2rem;
  }
}
@media (max-width: 574px) {
  .story-nav__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.story-nav__list .c-btn {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .story-nav__list .c-btn:hover {
    background: var(--wp--preset--color--primary, #333333);
    box-shadow: inset 0 0 0 2px var(--wp--preset--color--primary, #333333);
  }
  .story-nav__list .c-btn:hover .c-btn__inner {
    background: var(--wp--preset--color--primary, #333333);
    box-shadow: inset 0 0 0 1px var(--wp--preset--color--white, #ffffff);
  }
  .story-nav__list .c-btn:hover .c-btn__text {
    color: var(--wp--preset--color--white, #ffffff);
  }
  .story-nav__list .c-btn:hover .c-btn__icon svg path {
    fill: var(--wp--preset--color--white, #ffffff);
  }
}

.story-introduction {
  display: flex;
  flex-direction: column;
  gap: 18rem;
}
@media (max-width: 768px) {
  .story-introduction {
    gap: 0;
  }
}
.story-introduction__section {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 768px) {
  .story-introduction__section:nth-child(odd) .story-introduction__content-wrapper {
    flex-direction: column;
    gap: 10rem;
  }
}
.story-introduction__section:nth-child(even) .story-introduction__content-wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .story-introduction__section:nth-child(even) .story-introduction__content-wrapper {
    flex-direction: column;
  }
}
.story-introduction__bg {
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .story-introduction__bg {
    top: 31.2rem;
  }
}
.story-introduction__bg picture,
.story-introduction__bg img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.story-introduction__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .story-introduction__inner {
    gap: 3.6rem;
  }
}
.story-introduction__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30rem 0 28rem;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 1439px) {
  .story-introduction__header {
    padding: 0 20rem;
  }
}
@media (max-width: 1232px) {
  .story-introduction__header {
    padding: 0 12rem;
  }
}
@media (max-width: 991px) {
  .story-introduction__header {
    padding: 0 5rem;
  }
}
@media (max-width: 768px) {
  .story-introduction__header {
    padding: 0 4rem;
    gap: 3.6rem;
  }
}
.story-introduction__title-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .story-introduction__title-wrap {
    gap: 1.6rem;
  }
}
.story-introduction__title-icon {
  flex: none;
  width: 2.8rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-introduction__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  margin: 0;
}
:lang(en-US) .story-introduction__title {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 1232px) {
  .story-introduction__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  .story-introduction__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .story-introduction__title {
    font-size: 2rem;
  }
}
.story-introduction__intro {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.story-introduction__intro-text {
  width: 100%;
  max-width: 40rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
}
:lang(en-US) .story-introduction__intro-text {
  font-family: "Karla", sans-serif;
}
@media (max-width: 1232px) {
  .story-introduction__intro-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .story-introduction__intro-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .story-introduction__intro-text {
    font-size: 1.5rem;
    line-height: 2.14;
  }
}
.story-introduction__content-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
@media (max-width: 1150px) {
  .story-introduction__content-wrapper {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .story-introduction__content-wrapper {
    margin-bottom: 8rem;
    flex-direction: column;
    gap: 10rem;
  }
}
.story-introduction__img-col {
  width: 48.611%;
  aspect-ratio: 1/1;
  height: auto;
  flex-shrink: 0;
  background: var(--wp--preset--color--white, #ffffff);
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .story-introduction__img-col {
    position: sticky;
    top: 1rem;
    height: calc(100vh - 2rem);
  }
}
@media (max-width: 768px) {
  .story-introduction__img-col {
    width: 89.7436%;
    height: auto;
  }
}
.story-introduction__image {
  width: 100%;
  scale: 1;
  object-fit: cover;
  will-change: transform;
  height: 100%;
  opacity: 1;
}
.story-introduction__text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  flex: 1;
  position: relative;
}
@media (max-width: 768px) {
  .story-introduction__text-col {
    width: 100%;
  }
}
.story-introduction__items-stack {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .story-introduction__items-stack {
    gap: 4rem;
  }
}
.story-introduction__item {
  max-width: 42rem;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: calc(var(--pt) * 1rem / 10.9) 0 calc(var(--pb) * 1rem / 24);
  --pt: 180;
  --pb: 180;
  z-index: 1;
  gap: 6.8rem;
}
.story-introduction__section:nth-child(odd) .story-introduction__item {
  align-items: flex-end;
}
@media (max-width: 1150px) {
  .story-introduction__section:nth-child(odd) .story-introduction__item {
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .story-introduction__section:nth-child(odd) .story-introduction__item {
    padding: 0 2rem 0 6rem;
  }
}
@media (max-width: 1150px) {
  .story-introduction__section:nth-child(even) .story-introduction__item {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .story-introduction__section:nth-child(even) .story-introduction__item {
    padding: 0 2rem 0 6rem;
  }
}
@media (max-width: 768px) {
  .story-introduction__item {
    max-width: 100%;
    margin: 0;
    gap: 3.2rem;
  }
}
.story-introduction__item-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3.6rem;
}
@media (max-width: 768px) {
  .story-introduction__item-body {
    gap: 2rem;
  }
}
.story-introduction__item-name {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .story-introduction__item-name {
    gap: 0.4rem;
  }
}
.story-introduction__item-num {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: var(--wp--preset--color--primary, #333333);
}
.story-introduction__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  margin: 0;
}
:lang(en-US) .story-introduction__item-title {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 768px) {
  .story-introduction__item-title {
    font-size: 2rem;
  }
}
.story-introduction__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
}
:lang(en-US) .story-introduction__item-text {
  font-family: "Karla", sans-serif;
}
@media (max-width: 768px) {
  .story-introduction__item-text {
    line-height: 2.135;
  }
  .story-introduction__item-text br {
    display: none;
  }
}
.story-introduction__item-media {
  overflow: hidden;
  position: relative;
  width: 57.1429%;
  height: auto;
  aspect-ratio: 240/158;
}
@media (max-width: 768px) {
  .story-introduction__item-media {
    align-self: flex-end;
    width: 64.52%;
    aspect-ratio: 200/132;
    display: flex;
    justify-content: flex-end;
    height: auto;
  }
}
.story-introduction__item-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-origin {
  position: relative;
  display: flex;
  padding: 8rem 0 10.4rem;
  min-height: 75.6rem;
  background: linear-gradient(180deg, #2979ac 0%, #1b6493 47.75%, #145d8b 100%);
  overflow: hidden;
}
@media (max-width: 1000px) {
  .story-origin {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  .story-origin {
    padding-bottom: 8rem;
  }
}
.story-origin .bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/common/bg.png");
  background-repeat: repeat;
  mix-blend-mode: multiply;
  z-index: 1;
}
.story-origin__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3.6rem;
  z-index: 2;
}
@media (max-width: 1000px) {
  .story-origin__text {
    padding: 8rem 4rem 0;
    gap: 2.4rem;
  }
}
.story-origin__icon {
  width: 4rem;
  height: 5.8rem;
}
@media (max-width: 1000px) {
  .story-origin__icon {
    width: 3.8rem;
    height: 5.5rem;
  }
}
.story-origin__icon img {
  width: 100%;
  height: 100%;
}
.story-origin__content {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
  max-width: 52rem;
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .story-origin__content {
    width: 48%;
  }
}
@media (max-width: 1000px) {
  .story-origin__content {
    gap: 3.6rem;
    max-width: 100%;
  }
}
.story-origin__content-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--white, #ffffff);
  margin: 0;
}
:lang(en-US) .story-origin__content-title {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 1000px) {
  .story-origin__content-title {
    font-size: 2rem;
  }
}
.story-origin__content-desc {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 220%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--white, #ffffff);
}
:lang(en-US) .story-origin__content-desc {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 1000px) {
  .story-origin__content-desc {
    line-height: 214%;
  }
}
@media (max-width: 1000px) {
  .story-origin__visual {
    position: relative;
  }
}
.story-origin__visual-bg {
  position: absolute;
  right: 0;
  top: 8rem;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .story-origin__visual-bg {
    right: -12rem;
  }
}
@media (max-width: 1000px) {
  .story-origin__visual-bg {
    top: 0;
    position: relative;
  }
}
.story-origin__visual-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-origin__grid {
  position: absolute;
  top: 8rem;
  right: 12.2rem;
  width: 60rem;
  height: auto;
  padding-top: 10.6rem;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  justify-items: center;
  row-gap: 9.7rem;
  pointer-events: none;
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .story-origin__grid {
    right: 0;
  }
}
@media (max-width: 1000px) {
  .story-origin__grid {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: 68rem;
    padding-top: 0;
    row-gap: 11rem;
  }
}
@media (max-width: 950px) {
  .story-origin__grid {
    width: 62rem;
    row-gap: 10rem;
  }
}
@media (max-width: 900px) {
  .story-origin__grid {
    width: 60rem;
    row-gap: 9rem;
  }
}
@media (max-width: 850px) {
  .story-origin__grid {
    width: 55rem;
    row-gap: 8rem;
  }
}
@media (max-width: 800px) {
  .story-origin__grid {
    width: 52rem;
  }
}
@media (max-width: 768px) {
  .story-origin__grid {
    top: 0;
    left: auto;
    right: 1.5rem;
    transform: none;
    width: 100%;
    padding-top: 17.9rem;
    row-gap: 16.6rem;
    column-gap: 3.45rem;
    grid-template-columns: repeat(2, 50%);
  }
}
@media (max-width: 750px) {
  .story-origin__grid {
    padding-top: 16.4rem;
  }
}
@media (max-width: 720px) {
  .story-origin__grid {
    row-gap: 15.5rem;
  }
}
@media (max-width: 700px) {
  .story-origin__grid {
    padding-top: 16.9rem;
    row-gap: 13.6rem;
  }
}
@media (max-width: 650px) {
  .story-origin__grid {
    padding-top: 13.9rem;
  }
}
@media (max-width: 630px) {
  .story-origin__grid {
    row-gap: 12.5rem;
  }
}
@media (max-width: 600px) {
  .story-origin__grid {
    padding-top: 12.5rem;
    row-gap: 11.6rem;
  }
}
@media (max-width: 550px) {
  .story-origin__grid {
    padding-top: 12rem;
    row-gap: 9.6rem;
  }
}
@media (max-width: 530px) {
  .story-origin__grid {
    row-gap: 9.1rem;
  }
}
@media (max-width: 500px) {
  .story-origin__grid {
    padding-top: 10.5rem;
    row-gap: 8rem;
  }
}
@media (max-width: 450px) {
  .story-origin__grid {
    padding-top: 10rem;
    row-gap: 6.45rem;
  }
}
@media (max-width: 390px) {
  .story-origin__grid {
    right: 1.1rem;
    column-gap: 2.45rem;
    padding-top: 7rem;
  }
  :lang(en-US) .story-origin__grid {
    row-gap: 4.3rem;
  }
}
.story-origin__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--anim-delay, 0s);
}
.story-origin__item.is-active {
  opacity: 1;
  transform: translateY(0);
}
.story-origin__item:nth-child(3) {
  grid-column: 1/-1;
}
.story-origin__cell-year {
  font-family: "Ysabeau Infant", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--wp--preset--color--white, #ffffff);
}
@media (max-width: 1000px) {
  .story-origin__cell-year {
    font-size: 1.4rem;
  }
}
.story-origin__cell-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--white, #ffffff);
}
:lang(en-US) .story-origin__cell-text {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 1000px) {
  .story-origin__cell-text {
    font-size: 1.3rem;
  }
}

.story-future {
  padding: 18rem 0 12rem;
}
@media (max-width: 768px) {
  .story-future {
    padding: 8rem 0 0 0;
  }
}
.story-future__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  gap: 10rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 1232px) {
  .story-future__inner {
    gap: 8rem;
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .story-future__inner {
    gap: 6rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .story-future__inner {
    flex-direction: column;
    align-items: flex-end;
    gap: 3.6rem;
    width: 100%;
    height: auto;
  }
}
.story-future__content {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (max-width: 1232px) {
  .story-future__content {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .story-future__content {
    gap: 3.6rem;
  }
}
.story-future__title-row {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .story-future__title-row {
    gap: 1.6rem;
  }
}
.story-future__title-icon {
  width: 2.8rem;
  height: 2.3rem;
}
.story-future__title-icon svg {
  width: 100%;
  height: 100%;
}
.story-future__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
  margin: 0;
}
:lang(en-US) .story-future__title {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 991px) {
  .story-future__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .story-future__title {
    font-size: 2rem;
  }
}
.story-future__representative-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.8rem;
}
@media (max-width: 768px) {
  .story-future__representative-wrapper {
    gap: 3.6rem;
    align-self: stretch;
  }
}
.story-future__intro {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 220%;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
}
:lang(en-US) .story-future__intro {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 1232px) {
  .story-future__intro {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .story-future__intro {
    font-size: 1.5rem;
    line-height: 213.5%;
  }
}
.story-future__representative {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .story-future__representative {
    gap: 1.2rem;
  }
}
.story-future__representative-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  text-align: right;
  letter-spacing: 0.08em;
  color: var(--wp--preset--color--primary, #333333);
}
:lang(en-US) .story-future__representative-text {
  font-family: "Ysabeau Infant", sans-serif;
}
@media (max-width: 768px) {
  .story-future__representative-text {
    width: auto;
  }
}
.story-future__representative-signature {
  max-width: 14.5rem;
  height: 3.5rem;
  object-fit: contain;
}
@media (max-width: 768px) {
  .story-future__representative-signature {
    max-width: 13.4rem;
  }
}
.story-future__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 43.448%;
  aspect-ratio: 504/626;
  background: var(--wp--preset--color--bg-dark, #eae8e5);
  flex: none;
}
@media (max-width: 768px) {
  .story-future__image-wrapper {
    width: 100%;
  }
}
.story-future__image-wrapper picture,
.story-future__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error-404 {
  padding: 5rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .error-404 {
    padding: 6rem 0;
  }
}
.error-404__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 768px) {
  .error-404__row {
    flex-direction: column;
    gap: 4rem;
  }
}
.error-404__img {
  width: 100%;
  max-width: 50rem;
}
@media (max-width: 768px) {
  .error-404__img {
    max-width: 30rem;
  }
}
.error-404__img img,
.error-404__img svg {
  width: 100%;
  height: auto;
}
.error-404__img #spaceman {
  animation: float 6s ease-in-out infinite;
}
.error-404__img #starsBig g {
  animation: twinkle 4s ease-in-out infinite;
}
.error-404__img #starsBig g:nth-child(2) {
  animation-delay: 1s;
}
.error-404__img #starsBig g:nth-child(3) {
  animation-delay: 2s;
}
.error-404__img #starsBig g:nth-child(4) {
  animation-delay: 3s;
}
.error-404__content {
  max-width: 50rem;
}
@media (max-width: 768px) {
  .error-404__content {
    text-align: center;
    padding: 0 3.2rem;
  }
}
.error-404__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12rem;
  font-weight: 800;
  line-height: 1;
  color: #0e0620;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .error-404__title {
    font-size: 8rem;
    margin-bottom: 1rem;
  }
}
.error-404__subtitle {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0e0620;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .error-404__subtitle {
    font-size: 2.4rem;
  }
}
.error-404__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .error-404__txt {
    font-size: 1.6rem;
  }
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

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