@charset "UTF-8";
/*! Copyright (c) 2026 Hayato Nakagawa */
.MainVisual.js-inview .MainVisualTitle__text {
  clip-path: inset(0 100% 0 0);
  contain: paint;
  transition: clip-path 1s ease-out 0.2s;
}
.MainVisual.js-inview .MainVisualTitle__text01 {
  transition-delay: 0.2s;
}
.MainVisual.js-inview .MainVisualTitle__text02 {
  transition-delay: 0.8s;
  transition-duration: 0.6s;
}
.MainVisual.js-inview .MainVisualTitle__text03 {
  transition-delay: 1s;
}
.MainVisual.js-inview.-inview.-imageloaded .MainVisualTitle__text {
  clip-path: inset(0 0 0 0);
}

.StyleItem::after {
  scale: 0;
  transform-origin: left top;
  transition: scale 2.4s ease 0.2s;
}
.-inview .StyleItem::after {
  scale: 1;
}

.StyleCredit__item {
  opacity: 0;
  transform: translate(0, 10px);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
}
.StyleCredit__item:nth-child(1) {
  transition-delay: 0.44s;
}
.StyleCredit__item:nth-child(2) {
  transition-delay: 0.48s;
}
.StyleCredit__item:nth-child(3) {
  transition-delay: 0.52s;
}
.StyleCredit__item:nth-child(4) {
  transition-delay: 0.56s;
}
.StyleCredit__item:nth-child(5) {
  transition-delay: 0.6s;
}
.StyleCredit__item:nth-child(6) {
  transition-delay: 0.64s;
}
.StyleCredit__item:nth-child(7) {
  transition-delay: 0.68s;
}
.StyleCredit__item:nth-child(8) {
  transition-delay: 0.72s;
}
.StyleCredit__item:nth-child(9) {
  transition-delay: 0.76s;
}
.StyleCredit__item:nth-child(10) {
  transition-delay: 0.8s;
}
.-inview .StyleCredit__item {
  opacity: 1;
  transform: translate(0, 0);
}

.Style__lead {
  transition-delay: 1.2s !important;
}
.js-has-pseudo [csstools-has-1a-2b-38-3d-30-2t-2n-2n-36-33-3b-1m-2w-2p-37-14-1a-2b-38-3d-30-2t-2n-2n-2w-2t-2p-2s-1a-19-2x-32-3a-2x-2t-3b-15-w-1a-2b-38-3d-30-2t-2n-2n-30-2t-2p-2s]:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist) {
  opacity: 1;
}
.Style__row:has(.Style__head.-inview) .Style__lead {
  opacity: 1;
}

.-fadeIn,
.-fadeIn__up,
.-fadeIn__down,
.-fadeIn__left,
.-fadeIn__right {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
}
:where(.-fadeIn,
.-fadeIn__up,
.-fadeIn__down,
.-fadeIn__left,
.-fadeIn__right).-inview, .-inview :where(.-fadeIn,
.-fadeIn__up,
.-fadeIn__down,
.-fadeIn__left,
.-fadeIn__right) {
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
}

@media screen and (max-width: 768px) {
  .-fadeIn__SP,
  .-fadeIn__upSP,
  .-fadeIn__downSP,
  .-fadeIn__leftSP,
  .-fadeIn__rightSP {
    opacity: 0;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__SP,
  .-fadeIn__upSP,
  .-fadeIn__downSP,
  .-fadeIn__leftSP,
  .-fadeIn__rightSP).-inview, .-inview :where(.-fadeIn__SP,
  .-fadeIn__upSP,
  .-fadeIn__downSP,
  .-fadeIn__leftSP,
  .-fadeIn__rightSP) {
    opacity: 1;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__upTB,
  .-fadeIn__downTB,
  .-fadeIn__leftTB,
  .-fadeIn__rightTB {
    opacity: 0;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__upTB,
  .-fadeIn__downTB,
  .-fadeIn__leftTB,
  .-fadeIn__rightTB).-inview, .-inview :where(.-fadeIn__upTB,
  .-fadeIn__downTB,
  .-fadeIn__leftTB,
  .-fadeIn__rightTB) {
    opacity: 1;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
  }
}

.-fadeIn__up {
  transform: translate(0, 50px);
}
:where(.-fadeIn__up).-inview, .-inview :where(.-fadeIn__up) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn__upSP {
    transform: translate(0, 50px);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__upSP).-inview, .-inview :where(.-fadeIn__upSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__upTB {
    transform: translate(0, 50px);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__upTB).-inview, .-inview :where(.-fadeIn__upTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn__down {
  transform: translate(0, -50px);
}
:where(.-fadeIn__down).-inview, .-inview :where(.-fadeIn__down) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn__downSP {
    transform: translate(0, -50px);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__downSP).-inview, .-inview :where(.-fadeIn__downSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__downTB {
    transform: translate(0, -50px);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__downTB).-inview, .-inview :where(.-fadeIn__downTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn__left {
  transform: translate(-50px, 0);
}
:where(.-fadeIn__left).-inview, .-inview :where(.-fadeIn__left) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn__leftSP {
    transform: translate(-50px, 0);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__leftSP).-inview, .-inview :where(.-fadeIn__leftSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__leftTB {
    transform: translate(-50px, 0);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__leftTB).-inview, .-inview :where(.-fadeIn__leftTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn__right {
  transform: translate(50px, 0);
}
:where(.-fadeIn__right).-inview, .-inview :where(.-fadeIn__right) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn__rightSP {
    transform: translate(50px, 0);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__rightSP).-inview, .-inview :where(.-fadeIn__rightSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__rightTB {
    transform: translate(50px, 0);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__rightTB).-inview, .-inview :where(.-fadeIn__rightTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn__zoom {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 1.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, transform 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
:where(.-fadeIn__zoom).-inview, .-inview :where(.-fadeIn__zoom) {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .-fadeIn__zoomSP {
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 1.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, transform 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn__zoomSP).-inview, .-inview :where(.-fadeIn__zoomSP) {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn__zoomTB {
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 1.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, transform 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn__zoomTB).-inview, .-inview :where(.-fadeIn__zoomTB) {
    opacity: 1;
    transform: scale(1);
  }
}

.-clip__left,
.-clip__right,
.-clip__up,
.-clip__down {
  contain: paint;
  position: relative;
  transition: clip-path 1s ease-out 0.2s;
}

.-clip__left {
  clip-path: inset(0 100% 0 0);
}
.-clip__left.-inview, .-inview .-clip__left {
  clip-path: inset(0 0 0 0);
}

.-clip__right {
  clip-path: inset(0 0 0 100%);
}
.-clip__right.-inview, .-inview .-clip__right {
  clip-path: inset(0 0 0 0);
}

.-clip__up {
  clip-path: inset(100% 0 0 0);
}
.-clip__up.-inview, .-inview .-clip__up {
  clip-path: inset(0 0 0 0);
}

.-clip__down {
  clip-path: inset(0 0 100% 0);
}
.-clip__down.-inview, .-inview .-clip__down {
  clip-path: inset(0 0 0 0);
}

.-delay__lv1 {
  animation-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.-delay__lv2 {
  animation-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.-delay__lv3 {
  animation-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.-delay__lv4 {
  animation-delay: 1s !important;
  transition-delay: 1s !important;
}

.-delay__lv5 {
  animation-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

@media screen and (max-width: 768px) {
  .-delay__lv1SP {
    animation-delay: 0.4s !important;
    transition-delay: 0.4s !important;
  }
}

@media screen and (max-width: 768px) {
  .-delay__lv2SP {
    animation-delay: 0.6s !important;
    transition-delay: 0.6s !important;
  }
}

@media screen and (max-width: 768px) {
  .-delay__lv3SP {
    animation-delay: 0.8s !important;
    transition-delay: 0.8s !important;
  }
}

@media screen and (max-width: 768px) {
  .-delay__lv4SP {
    animation-delay: 1s !important;
    transition-delay: 1s !important;
  }
}

@media screen and (max-width: 768px) {
  .-delay__lv5SP {
    animation-delay: 1.2s !important;
    transition-delay: 1.2s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv1TB {
    animation-delay: 0.4s !important;
    transition-delay: 0.4s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv2TB {
    animation-delay: 0.6s !important;
    transition-delay: 0.6s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv3TB {
    animation-delay: 0.8s !important;
    transition-delay: 0.8s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv4TB {
    animation-delay: 1s !important;
    transition-delay: 1s !important;
  }
}

@media screen and (min-width: 769px) {
  .-delay__lv5TB {
    animation-delay: 1.2s !important;
    transition-delay: 1.2s !important;
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
:where(.Main) {
  /*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
}
:where(.Main) *,
:where(.Main) ::before,
:where(.Main) ::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}
:where(.Main) {
  /**
   * Render the `main` element consistently in IE.
   */
}
:where(.Main) main {
  display: block;
}
:where(.Main) {
  /* Vertical rhythm */
  /* ============================================ */
}
:where(.Main) p,
:where(.Main) table,
:where(.Main) blockquote,
:where(.Main) address,
:where(.Main) pre,
:where(.Main) iframe,
:where(.Main) form,
:where(.Main) figure,
:where(.Main) dl {
  margin: 0;
}
:where(.Main) {
  /* Headings */
  /* ============================================ */
}
:where(.Main) h1,
:where(.Main) h2,
:where(.Main) h3,
:where(.Main) h4,
:where(.Main) h5,
:where(.Main) h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
:where(.Main) h1 {
  font-weight: bold;
}
:where(.Main) {
  /* Image */
  /* ============================================ */
}
:where(.Main) img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
:where(.Main) svg {
  display: block;
  height: auto;
  width: 100%;
}
:where(.Main) {
  /* Lists (enumeration) */
  /* ============================================ */
}
:where(.Main) ul,
:where(.Main) ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
:where(.Main) {
  /* Lists (definition) */
  /* ============================================ */
}
:where(.Main) dt {
  font-weight: normal;
}
:where(.Main) dd {
  margin-left: 0;
}
:where(.Main) {
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
}
:where(.Main) hr {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}
:where(.Main) {
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
}
:where(.Main) pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}
:where(.Main) address {
  font-style: inherit;
}
:where(.Main) {
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
}
:where(.Main) a {
  background-color: transparent;
  color: inherit;
  text-decoration: underline;
}
:where(.Main) {
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
}
:where(.Main) abbr[title] {
  text-decoration: underline; /* 2 */
}
:where(.Main) {
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
}
:where(.Main) b,
:where(.Main) strong {
  font-weight: 600;
}
:where(.Main) {
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
}
:where(.Main) code,
:where(.Main) kbd,
:where(.Main) samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}
:where(.Main) {
  /**
   * Add the correct font size in all browsers.
   */
}
:where(.Main) small {
  font-size: 80%;
  font-weight: normal;
}
:where(.Main) {
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
}
:where(.Main) sub,
:where(.Main) sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:where(.Main) sub {
  bottom: -0.25em;
}
:where(.Main) sup {
  top: -0.5em;
}
:where(.Main) u {
  text-decoration: underline;
}
:where(.Main) {
  /* Embedded content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
}
:where(.Main) img,
:where(.Main) embed,
:where(.Main) object,
:where(.Main) iframe {
  vertical-align: bottom;
}
:where(.Main) {
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable
   */
}
:where(.Main) button,
:where(.Main) input,
:where(.Main) optgroup,
:where(.Main) select,
:where(.Main) textarea {
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}
:where(.Main) {
  /**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
}
:where(.Main) {
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
}
:where(.Main) button,
:where(.Main) input {
  /* 1 */
  overflow: visible;
}
:where(.Main) {
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
}
:where(.Main) button,
:where(.Main) select {
  /* 1 */
  text-transform: none;
}
:where(.Main) {
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
}
:where(.Main) button,
:where(.Main) [type=button],
:where(.Main) [type=reset],
:where(.Main) [type=submit] {
  appearance: none;
  cursor: pointer;
}
:where(.Main) button[disabled],
:where(.Main) [type=button][disabled],
:where(.Main) [type=reset][disabled],
:where(.Main) [type=submit][disabled] {
  cursor: default;
}
:where(.Main) {
  /**
   * Remove the inner border and padding in Firefox.
   */
}
:where(.Main) button::-moz-focus-inner,
:where(.Main) [type=button]::-moz-focus-inner,
:where(.Main) [type=reset]::-moz-focus-inner,
:where(.Main) [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:where(.Main) {
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
:where(.Main) button:-moz-focusring,
:where(.Main) [type=button]:-moz-focusring,
:where(.Main) [type=reset]:-moz-focusring,
:where(.Main) [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:where(.Main) {
  /**
   * Remove arrow in IE10 & IE11
   */
}
:where(.Main) select::-ms-expand {
  display: none;
}
:where(.Main) {
  /**
   * Remove padding
   */
}
:where(.Main) option {
  padding: 0;
}
:where(.Main) {
  /**
   * Reset to invisible
   */
}
:where(.Main) fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}
:where(.Main) {
  /**
   * 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.
   */
}
:where(.Main) legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
:where(.Main) {
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
}
:where(.Main) progress {
  vertical-align: baseline;
}
:where(.Main) {
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
}
:where(.Main) textarea {
  overflow: auto;
}
:where(.Main) {
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
}
:where(.Main) [type=number]::-webkit-inner-spin-button,
:where(.Main) [type=number]::-webkit-outer-spin-button {
  height: auto;
}
:where(.Main) {
  /**
   * 1. Correct the outline style in Safari.
   */
}
:where(.Main) [type=search] {
  outline-offset: -2px; /* 1 */
}
:where(.Main) {
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
:where(.Main) {
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
}
:where(.Main) ::-webkit-file-upload-button {
  font: inherit; /* 2 */
}
:where(.Main) ::-ms-clear {
  visibility: hidden;
}
:where(.Main) {
  /**
   * Clickable labels
   */
}
:where(.Main) label[for] {
  cursor: pointer;
}
:where(.Main) {
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
}
:where(.Main) details {
  display: block;
}
:where(.Main) {
  /*
   * Add the correct display in all browsers.
   */
}
:where(.Main) summary {
  display: list-item;
}
:where(.Main) {
  /*
   * Remove outline for editable content.
   */
}
:where(.Main) [contenteditable] {
  outline: none;
}
:where(.Main) {
  /* Table */
  /* ============================================ */
}
:where(.Main) table {
  border-collapse: collapse;
  border-spacing: 0;
}
:where(.Main) caption {
  text-align: left;
}
:where(.Main) td,
:where(.Main) th {
  padding: 0;
  vertical-align: top;
}
:where(.Main) th {
  font-weight: bold;
  text-align: left;
}
:where(.Main) {
  /* Misc */
  /* ============================================ */
  /**
   * Add the correct display in IE 10+.
   */
}
:where(.Main) template {
  display: none;
}
:where(.Main) {
  /**
   * Add the correct display in IE 10.
   */
}
:where(.Main) [hidden] {
  display: none;
}
:where(.Main) {
  /**
   * remove placeholder color
   */
}
:where(.Main) :focus::placeholder {
  color: transparent;
}

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

@media screen and (min-width: 769px) {
  .-align-centerTB {
    text-align: center;
  }
}

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

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

@media screen and (max-width: 768px) {
  .-hide-SP {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .-hide-TB {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .-hide-PC {
    display: none !important;
  }
}

.-weight-light {
  font-weight: 300;
}

.-weight-regular {
  font-weight: 400;
}

.-weight-bold {
  font-weight: 700;
}

@font-face {
  font-display: swap;
  font-family: Avenir;
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.shopify.com/s/files/1/0597/2567/6609/files/Avenir.ttf") format("truetype");
}
:root {
  --clientWidth: var(--jsClientWidth, 100vw);
  --clientHeight: var(--jsClientHeight, 100vh);
  --temporaryHeight: var(--jsTemporaryHeight, 0px);
  --headerHeight: var(--jsHeaderHeight, 0px);
}

html {
  max-height: 100%;
}

body {
  height: inherit;
  overflow: auto;
}

#main {
  overflow: visible !important;
}

.Main {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.5833333333;
  overflow-wrap: break-word;
  position: relative;
}
.Main :is(svg) {
  overflow: visible;
}
.Main .MainVisual {
  background-color: #edece5;
  position: relative;
  width: 100%;
}
.Main .MainVisual__inner {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Main .MainVisual__inner {
    height: 160vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .MainVisual__inner {
    height: min(54.53125vw, 698px);
    margin-inline: auto;
    width: min(75vw, 960px);
  }
}
.Main .MainVisual__image {
  display: block;
  height: auto;
  margin: 0 !important;
  width: 100%;
}
.Main .MainVisualTitle {
  margin-block: 0;
  margin-inline: auto;
}
.Main .MainVisualTitle__text {
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .Main .MainVisualTitle__text01 {
    inset: 99.0133333333vw auto auto 6.4533333333vw;
    width: 64.5493333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .MainVisualTitle__text01 {
    inset: min(21.3046875vw, 272.7px) auto auto min(4.3046875vw, 55.1px);
    width: min(26.934375vw, 344.76px);
  }
}
@media screen and (max-width: 768px) {
  .Main .MainVisualTitle__text02 {
    inset: 99.6266666667vw auto auto 72.2666666667vw;
    width: 19.3733333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .MainVisualTitle__text02 {
    inset: min(21.5859375vw, 276.3px) auto auto min(31.375vw, 401.6px);
    width: min(8.05546875vw, 103.11px);
  }
}
@media screen and (max-width: 768px) {
  .Main .MainVisualTitle__text03 {
    inset: 115.7333333333vw auto auto 11.68vw;
    width: 78.3066666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .MainVisualTitle__text03 {
    inset: min(28.1640625vw, 360.5px) auto auto min(6.9921875vw, 89.5px);
    width: min(32.57734375vw, 416.99px);
  }
}
.Main .MainVisual__lead {
  color: #fffac4;
  font-family: "Marcellus", sans-serif;
  line-height: 1.28;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Main .MainVisual__lead {
    font-size: 4.8vw;
    inset: 134.9333333333vw 0 auto;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  .Main .MainVisual__lead {
    font-size: min(1.953125vw, 25px);
    inset: min(36.015625vw, 461px) auto auto min(12.203125vw, 156.2px);
    letter-spacing: 0.025em;
  }
}

.Main .Lead {
  background-color: #edece5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Main .Lead {
    padding-block: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Lead {
    padding-block: min(4.6875vw, 60px) min(6.640625vw, 85px);
  }
}
.Main .Lead__title {
  font-family: "Shippori Mincho", serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Main .Lead__title {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Lead__title {
    font-size: min(2.34375vw, 30px);
  }
}
.Main .Lead__text {
  font-family: "Shippori Mincho", serif;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .Main .Lead__text {
    font-size: 3.7333333333vw;
    margin-block-start: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Lead__text {
    font-size: min(1.5625vw, 20px);
    margin-block-start: min(1.40625vw, 18px);
  }
}

.Main .Style .splide--fade .splide__slide {
  mix-blend-mode: plus-lighter;
}
.Main .Style .splide__pagination {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .Main .Style .splide__pagination {
    gap: 2.1333333333vw;
    inset: 4.2666666667vw 4.2666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style .splide__pagination {
    gap: 0.703125vw;
    inset: min(1.40625vw, 18px) min(1.40625vw, 18px) auto;
  }
}
.Main .Style .splide__pagination li {
  display: contents;
}
.Main .Style .splide__pagination .splide__pagination__page {
  background-color: rgba(64, 64, 64, 0.5);
  border-radius: 50%;
  margin: 0;
  opacity: 1;
  padding: 0;
  transform: none;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Main .Style .splide__pagination .splide__pagination__page {
    height: 1.8666666667vw;
    width: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style .splide__pagination .splide__pagination__page {
    height: min(0.703125vw, 9px);
    width: min(0.703125vw, 9px);
  }
}
.Main .Style .splide__pagination .splide__pagination__page.is-active {
  background-color: rgba(255, 255, 255, 0.5);
}
.Main .Style__head {
  display: grid;
  grid-template-areas: "inner";
  place-self: start;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .Main .Style__head {
    grid-area: column;
  }
}
.Main .StyleItem {
  display: grid;
  grid-area: inner;
}
.Main .StyleItem::after {
  background-color: #707070;
  content: "";
  display: block;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .Main .StyleItem::after {
    height: 34.6666666667vw;
    margin-block-start: 2.5333333333vw;
    margin-inline-start: 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .StyleItem::after {
    height: min(12.1875vw, 156px);
    margin-block-start: min(0.890625vw, 11.4px);
    margin-inline-start: min(0.46875vw, 6px);
  }
}
.Main .StyleItem__image {
  display: block;
}
@media screen and (max-width: 768px) {
  .Main .StyleItem__image {
    width: 3.8933333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .StyleItem__image {
    width: min(1.36875vw, 17.52px);
  }
}
.Main .StyleNumber {
  grid-area: inner;
}
@media screen and (max-width: 768px) {
  .Main .StyleNumber {
    margin-inline-start: 7.2vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .StyleNumber {
    margin-inline-start: min(2.703125vw, 34.6px);
  }
}
.Main .StyleNumber__image {
  display: block;
  width: auto;
}
@media screen and (max-width: 768px) {
  .Main .StyleNumber__image {
    height: 17.6vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .StyleNumber__image {
    height: min(5.15625vw, 66px);
  }
}
.Main .StyleTitle {
  display: grid;
  grid-area: inner;
  place-items: start center;
  place-self: start;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .Main .StyleTitle {
    margin-block-start: 22.9333333333vw;
    margin-inline-start: 16.64vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .StyleTitle {
    gap: min(0.78125vw, 10px);
    margin-block-start: min(8.046875vw, 103px);
    margin-inline-start: min(6.6875vw, 85.6px);
  }
}
.Main .StyleTitle__inner {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Main .StyleTitle__inner + .StyleTitle__inner {
    margin-block-start: 1.2266666667vw;
  }
}
.Main .StyleTitle__image {
  display: block;
  width: auto;
}
@media screen and (max-width: 768px) {
  .Main .StyleTitle__image {
    height: 8.3626666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .StyleTitle__image {
    height: min(2.45vw, 31.36px);
  }
}
.Main .Style__lead {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  grid-area: column;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Main .Style__lead {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style__lead {
    font-size: min(1.5625vw, 20px);
  }
}
.Main .Style__row {
  display: grid;
}
@media screen and (min-width: 769px) {
  .Main .Style__row {
    grid-template-areas: "column";
  }
}
@media screen and (min-width: 769px) {
  .Main .Style__column {
    grid-area: column;
  }
}
.Main .Style__photo {
  overflow: hidden;
  position: relative;
}
.Main .Style__link {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .Main .Style__link {
    filter: brightness(100%);
    opacity: 1;
    transition: filter 0.3s ease !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .Main .Style__link:hover, a:hover .Main .Style__link {
    filter: brightness(120%);
  }
}
.Main .Style__image {
  display: block;
  height: auto;
  margin-block: 0 !important;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Main .StyleCredit {
    margin-block-start: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .StyleCredit {
    grid-area: column;
    margin-block-start: 0.78125vw;
    position: relative;
    width: fit-content;
    z-index: 2;
  }
}
.Main .StyleCredit__list {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (max-width: 768px) {
  .Main .StyleCredit__list {
    gap: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .StyleCredit__list {
    gap: min(1.25vw, 16px);
  }
}
.Main .StyleCredit__item {
  list-style: none;
  padding: 0;
}
.Main .StyleCredit__link {
  align-items: center;
  color: #404040 !important;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .Main .StyleCredit__link {
    transition: opacity 0.3s ease !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .Main .StyleCredit__link:hover, a:hover .Main .StyleCredit__link {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .Main .StyleCredit__link {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .StyleCredit__link {
    font-size: min(1.25vw, 16px);
  }
}
.Main .StyleCredit__link-disabled {
  pointer-events: none;
}
.Main .StyleCredit__link-disabled::after {
  display: none;
}
.Main .StyleCredit__name {
  font-weight: 700;
  text-transform: uppercase;
}
.Main .StyleCredit__name::after {
  content: "_";
  font-weight: 500;
}
.Main .StyleCredit__price {
  text-box: trim-both cap alphabetic;
  translate: 0 -1px;
}
.Main .StyleCredit__price::before {
  content: "¥";
}
@media screen and (max-width: 768px) {
  .Main .Style01 .Style__row {
    grid-template-areas: "column01" "column02" "column03";
    padding-block: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style01 .Style__row {
    margin-inline: auto;
    padding-block: min(15.625vw, 200px);
    width: min(79.140625vw, 1013px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style01 .Style__head {
    grid-area: column01;
    margin-block-start: 79.4666666667vw;
    margin-inline-start: 4.48vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style01 .Style__head {
    margin-block-start: min(29.484375vw, 377.4px);
    margin-inline-start: min(0.546875vw, 7px);
    width: min(36.15625vw, 462.8px);
  }
}
@media screen and (min-width: 769px) {
  .Main .Style01 .StyleNumber__image {
    height: min(6.171875vw, 79px);
  }
}
@media screen and (min-width: 769px) {
  .Main .Style01 .StyleTitle {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .Main .Style01 .StyleTitle .StyleTitle__image01 {
    height: 7.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style01 .StyleTitle .StyleTitle__image01 {
    height: min(3.046875vw, 39px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style01 .StyleTitle .StyleTitle__image02 {
    height: 8.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style01 .StyleTitle .StyleTitle__image02 {
    height: min(3.125vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style01 .Style__lead {
    grid-area: column01;
    margin-block-start: 129.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style01 .Style__lead {
    margin-block-start: min(47.03125vw, 602px);
    margin-inline-start: min(4.109375vw, 52.6px);
    width: min(29.0625vw, 372px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style01 .Style__column01 {
    grid-area: column01;
    margin-inline-start: auto;
    width: 78.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style01 .Style__column01 {
    margin-inline-start: min(6.5625vw, 84px);
    width: min(28.828125vw, 369px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style01 .Style__column02 {
    grid-area: column02;
    margin-block-start: 14.4vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style01 .Style__column02 {
    margin-block-start: min(14.6875vw, 188px);
    margin-inline-start: auto;
    width: min(40.625vw, 520px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style01 .Style__column03 {
    grid-area: column03;
    margin-block-start: 13.3333333333vw;
    width: 64vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style01 .Style__column03 {
    margin-block-start: min(62.5vw, 800px);
    margin-inline-start: min(11.953125vw, 153px);
    width: min(23.4375vw, 300px);
  }
}
.Main .Style01 .StyleCredit {
  align-self: end;
  margin-block-end: 0.25em;
}
@media screen and (max-width: 768px) {
  .Main .Style01 .StyleCredit {
    grid-area: column03;
    margin-inline-start: 68.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style01 .StyleCredit {
    margin-inline-start: min(38.515625vw, 493px);
  }
}
.Main .Style02 {
  background-color: #edece5;
}
@media screen and (max-width: 768px) {
  .Main .Style02 .Style__row {
    grid-template-areas: "column01" "column02" "lead" "credit";
    padding-block-end: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style02 .Style__row {
    margin-inline: auto;
    padding-block: min(8.59375vw, 110px) min(7.8125vw, 100px);
    width: min(75.78125vw, 970px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style02 .Style__head {
    grid-area: column01;
    margin-block-start: 13.6vw;
    margin-inline-start: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style02 .Style__head {
    margin-inline-start: min(2.578125vw, 33px);
    width: min(25.3125vw, 324px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style02 .StyleNumber__image {
    translate: -2.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style02 .StyleNumber__image {
    height: min(6.40625vw, 82px);
    translate: -10px 0;
  }
}
@media screen and (max-width: 768px) {
  .Main .Style02 .StyleTitle {
    margin-inline-start: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style02 .StyleTitle {
    margin-block-start: min(8.59375vw, 110px);
    margin-inline-start: min(8.59375vw, 110px);
  }
}
@media screen and (min-width: 769px) {
  .Main .Style02 .StyleTitle .StyleTitle__image01 {
    height: min(2.890625vw, 37px);
  }
}
@media screen and (min-width: 769px) {
  .Main .Style02 .StyleTitle .StyleTitle__image02 {
    height: min(2.890625vw, 37px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style02 .Style__lead {
    grid-area: lead;
    margin-block-start: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style02 .Style__lead {
    margin-block-start: min(55.46875vw, 710px);
    margin-inline-start: auto;
    width: min(29.84375vw, 382px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style02 .Style__column01 {
    grid-area: column01;
    margin-block-start: 42.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style02 .Style__column01 {
    margin-block-start: min(10.3125vw, 132px);
    width: min(40.625vw, 520px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style02 .Style__column02 {
    grid-area: column02;
    margin-block-start: 13.3333333333vw;
    margin-inline: auto;
    width: 84.8vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style02 .Style__column02 {
    margin-block-start: min(11.875vw, 152px);
    margin-inline-start: auto;
    width: min(29.84375vw, 382px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style02 .StyleCredit {
    grid-area: credit;
    margin-block-start: 10.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style02 .StyleCredit {
    margin-block-start: min(67.96875vw, 870px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style03 .Style__row {
    grid-template: "head" "lead" "column01" "column02" "credit"/1fr;
    padding-block-end: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style03 .Style__row {
    grid-template: "head head" "lead lead" "column01 column02" "credit credit"/1fr 1fr;
    margin-inline: auto;
    padding-block-end: min(15.625vw, 200px);
    width: min(70.3125vw, 900px);
  }
}
.Main .Style03 .Style__head {
  grid-area: head;
}
@media screen and (max-width: 768px) {
  .Main .Style03 .Style__head {
    margin-block-start: 34.6666666667vw;
    margin-inline-start: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style03 .Style__head {
    margin-block-start: min(15.078125vw, 193px);
    margin-inline-start: min(18.984375vw, 243px);
    translate: -5px 0;
  }
}
@media screen and (max-width: 768px) {
  .Main .Style03 .StyleNumber__image {
    height: 18.4vw;
    translate: -2.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style03 .StyleNumber__image {
    height: min(6.40625vw, 82px);
    translate: -10px 0;
  }
}
@media screen and (max-width: 768px) {
  .Main .Style03 .StyleTitle {
    margin-inline-start: 15.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style03 .StyleTitle .StyleTitle__image01 {
    height: min(2.890625vw, 37px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style03 .StyleTitle .StyleTitle__image02 {
    height: 11.2vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style03 .StyleTitle .StyleTitle__image02 {
    height: min(3.90625vw, 50px);
  }
}
.Main .Style03 .Style__lead {
  grid-area: lead;
}
@media screen and (max-width: 768px) {
  .Main .Style03 .Style__lead {
    margin-block: 6.4vw 9.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style03 .Style__lead {
    margin-block: min(2.1875vw, 28px) min(2.96875vw, 38px);
    margin-inline: auto;
  }
}
.Main .Style03 .Style__column01 {
  grid-area: column01;
}
.Main .Style03 .Style__column02 {
  grid-area: column02;
}
.Main .Style03 .StyleCredit {
  grid-area: credit;
}
@media screen and (max-width: 768px) {
  .Main .Style03 .StyleCredit {
    margin-block-start: 6.1333333333vw;
    margin-inline-start: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style03 .StyleCredit {
    margin-block-start: min(3.125vw, 40px);
  }
}
.Main .Style04 {
  background-color: #edece5;
}
@media screen and (max-width: 768px) {
  .Main .Style04 .Style__row {
    grid-template: "head" "column01" "column02" "lead" "column03" "credit"/1fr;
    padding-block-end: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style04 .Style__row {
    grid-template: "head head" "column01 column01" "column02 column03"/1fr 1fr;
    margin-inline: auto;
    padding-block-end: min(7.8125vw, 100px);
    width: min(81.25vw, 1040px);
  }
}
.Main .Style04 .Style__head {
  grid-area: head;
}
@media screen and (max-width: 768px) {
  .Main .Style04 .Style__head {
    margin-block-start: 8vw;
    padding-inline-start: 2.9333333333vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style04 .Style__head {
    margin-block-start: min(7.8125vw, 100px);
    margin-inline: auto;
    padding-inline-start: min(0.78125vw, 10px);
    width: min(35.15625vw, 450px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style04 .StyleNumber__image {
    height: 17.7333333333vw;
    translate: -2.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style04 .StyleNumber__image {
    height: min(6.171875vw, 79px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style04 .StyleTitle {
    margin-inline-start: 18.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .Main .Style04 .StyleTitle .StyleTitle__image01 {
    height: 8.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style04 .StyleTitle .StyleTitle__image01 {
    height: min(2.890625vw, 37px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style04 .StyleTitle .StyleTitle__image02 {
    height: 9.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style04 .StyleTitle .StyleTitle__image02 {
    height: min(3.4375vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style04 .Style__lead {
    grid-area: lead;
    margin-block: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style04 .Style__lead {
    grid-area: column02;
    margin-block-start: min(49.21875vw, 630px);
    margin-inline: auto;
    width: min(29.0625vw, 372px);
  }
}
.Main .Style04 .Style__column01 {
  grid-area: column01;
}
@media screen and (max-width: 768px) {
  .Main .Style04 .Style__column01 {
    margin-block-start: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style04 .Style__column01 {
    margin-block-start: min(1.953125vw, 25px);
    margin-inline: auto;
    width: min(40.46875vw, 518px);
  }
}
.Main .Style04 .Style__column02 {
  grid-area: column02;
}
@media screen and (max-width: 768px) {
  .Main .Style04 .Style__column02 {
    margin-block-start: 15.2vw;
    margin-inline: auto;
    width: 74.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style04 .Style__column02 {
    margin-block-start: min(10.9375vw, 140px);
  }
}
@media screen and (min-width: 769px) {
  .Main .Style04 .Style__column02 .Style__photo {
    margin-inline: auto;
    width: min(26.25vw, 336px);
  }
}
.Main .Style04 .Style__column03 {
  grid-area: column03;
}
@media screen and (min-width: 769px) {
  .Main .Style04 .Style__column03 {
    margin-block-start: min(7.03125vw, 90px);
    width: min(40.625vw, 520px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style04 .StyleCredit {
    grid-area: credit;
    margin-block-start: 5.3333333333vw;
    margin-inline-start: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style04 .StyleCredit {
    grid-area: column02;
    margin-block-start: min(60.15625vw, 770px);
    margin-inline-start: min(3.125vw, 40px);
  }
}
.Main .Style05 .Style__row {
  display: grid;
}
@media screen and (max-width: 768px) {
  .Main .Style05 .Style__row {
    grid-template: "column01" "lead" "column02" "credit"/1fr;
    padding-block-end: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style05 .Style__row {
    grid-template: "column01 column02" "lead credit"/1fr min(40.546875vw, 519px);
    justify-content: space-between;
    margin-inline: auto;
    padding-block: min(15.625vw, 200px);
    width: min(80.46875vw, 1030px);
  }
}
.Main .Style05 .Style__head {
  grid-area: column01;
}
@media screen and (max-width: 768px) {
  .Main .Style05 .Style__head {
    margin-block-start: 126.4vw;
    margin-inline-start: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style05 .Style__head {
    justify-self: center;
    margin-block-start: min(36.328125vw, 465px);
    padding-inline-start: min(1.5625vw, 20px);
    width: min(37.5vw, 480px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style05 .StyleNumber__image {
    translate: -2.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style05 .StyleNumber__image {
    height: min(6.40625vw, 82px);
    translate: -10px 0;
  }
}
@media screen and (max-width: 768px) {
  .Main .Style05 .StyleTitle {
    gap: 1.3333333333vw;
    margin-inline-start: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style05 .StyleTitle {
    margin-inline-start: min(8.59375vw, 110px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style05 .StyleTitle .StyleTitle__image01 {
    height: 7.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style05 .StyleTitle .StyleTitle__image01 {
    height: min(2.734375vw, 35px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style05 .StyleTitle .StyleTitle__image02 {
    height: 8.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style05 .StyleTitle .StyleTitle__image02 {
    height: min(2.890625vw, 37px);
  }
}
.Main .Style05 .Style__lead {
  grid-area: lead;
}
@media screen and (max-width: 768px) {
  .Main .Style05 .Style__lead {
    margin-block: 5.3333333333vw 16vw;
  }
}
.Main .Style05 .Style__column01 {
  grid-area: column01;
}
@media screen and (max-width: 768px) {
  .Main .Style05 .Style__column01 {
    margin-block-start: 32vw;
    margin-inline: auto;
    width: 74.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style05 .Style__column01 {
    justify-self: center;
    margin-block-start: min(3.125vw, 40px);
    width: min(26.09375vw, 334px);
  }
}
.Main .Style05 .Style__column02 {
  grid-area: column02;
}
.Main .Style05 .StyleCredit {
  grid-area: credit;
}
@media screen and (max-width: 768px) {
  .Main .Style05 .StyleCredit {
    margin-block-start: 5.3333333333vw;
    margin-inline-start: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style05 .StyleCredit {
    margin-block-start: min(3.125vw, 40px);
  }
}
.Main .Style06 {
  background-color: #edece5;
}
.Main .Style06 .Style__row {
  display: grid;
}
@media screen and (max-width: 768px) {
  .Main .Style06 .Style__row {
    grid-template: "head" "column01" "column02" "lead" "credit"/1fr;
    padding-block-end: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style06 .Style__row {
    grid-template: "head column02" auto "column01 column02" min(42.96875vw, 550px) "column01 lead" auto "credit credit" 1fr/min(40.625vw, 520px) min(31.40625vw, 402px);
    justify-content: space-between;
    margin-inline: auto;
    padding-block-end: min(7.8125vw, 100px);
    width: min(76.796875vw, 983px);
  }
}
.Main .Style06 .Style__head {
  grid-area: head;
}
@media screen and (max-width: 768px) {
  .Main .Style06 .Style__head {
    margin-block-start: 13.6vw;
    margin-inline-start: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style06 .Style__head {
    margin-block-start: min(8.59375vw, 110px);
    padding-inline-start: min(2.96875vw, 38px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style06 .StyleNumber__image {
    height: 18.4vw;
    translate: -2.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style06 .StyleNumber__image {
    height: min(6.71875vw, 86px);
    translate: -10px 0;
  }
}
@media screen and (max-width: 768px) {
  .Main .Style06 .StyleTitle {
    gap: 0;
    margin-inline-start: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style06 .StyleTitle {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .Main .Style06 .StyleTitle .StyleTitle__image01 {
    height: 11.2vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style06 .StyleTitle .StyleTitle__image01 {
    height: min(3.90625vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .Main .Style06 .StyleTitle .StyleTitle__image02 {
    height: 7.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style06 .StyleTitle .StyleTitle__image02 {
    height: min(2.734375vw, 35px);
  }
}
.Main .Style06 .Style__lead {
  grid-area: lead;
}
@media screen and (max-width: 768px) {
  .Main .Style06 .Style__lead {
    margin-block: 10.6666666667vw;
  }
}
.Main .Style06 .Style__column01 {
  grid-area: column01;
}
@media screen and (max-width: 768px) {
  .Main .Style06 .Style__column01 {
    margin-block-start: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style06 .Style__column01 {
    margin-block-start: min(2.734375vw, 35px);
  }
}
.Main .Style06 .Style__column02 {
  grid-area: column02;
}
@media screen and (max-width: 768px) {
  .Main .Style06 .Style__column02 {
    margin-block-start: 16vw;
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style06 .Style__column02 {
    align-self: start;
    margin-block-start: min(21.875vw, 280px);
  }
}
.Main .Style06 .StyleCredit {
  grid-area: credit;
}
@media screen and (max-width: 768px) {
  .Main .Style06 .StyleCredit {
    margin-inline-start: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Main .Style06 .StyleCredit {
    margin-block-start: min(3.125vw, 40px);
  }
}

@media screen and (max-width: 768px) {
  #main .Title {
    margin-block-start: 42.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main .Title {
    margin-block-start: 15.625vw;
  }
}
#main .Title__image {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #main .Title__image {
    height: 9.6vw;
  }
}
@media screen and (min-width: 769px) {
  #main .Title__image {
    height: 1.484375vw;
  }
}
@media screen and (max-width: 768px) {
  #main .Title__image02 {
    height: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main .TitleInview {
    height: 61.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .TitleInview {
    height: 23.4375vw;
  }
}

.Footer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .Footer {
    padding-block: 32vw 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Footer {
    padding-block: min(15.625vw, 200px) min(6.25vw, 80px);
  }
}

#main .Buttons .Buttons__list {
  display: grid;
  justify-content: center;
  margin-inline: 0;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  #main .Buttons .Buttons__list {
    gap: min(24.5333333333vw, 92px);
    grid-template-columns: 70.4vw;
  }
}
@media screen and (min-width: 769px) {
  #main .Buttons .Buttons__list {
    gap: min(7.8125vw, 100px);
    grid-template-columns: min(25vw, 320px);
  }
}
#main .Buttons .Buttons__item {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #main .Buttons .Buttons__item {
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main .Buttons .Buttons__item {
    gap: min(0.78125vw, 10px);
  }
}
#main .Buttons .Buttons__link {
  background: rgba(64, 64, 64, 0.8);
  border: 1px solid #707070;
  color: #fff;
  display: block;
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-block: 1em;
  text-align: center;
  text-box: trim-both cap alphabetic;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #main .Buttons .Buttons__link {
    font-size: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  #main .Buttons .Buttons__link {
    font-size: min(1.5625vw, 20px);
  }
}
@media (hover: hover) and (pointer: fine) {
  #main .Buttons .Buttons__link:hover {
    background: #fff;
    color: #404040;
  }
}
#main .Buttons .Buttons__text {
  font-family: "Shippori Mincho", serif;
  font-feature-settings: normal;
  font-size: min(2.9333333333vw, 11px);
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  text-box: trim-both cap alphabetic;
}

.Credit {
  color: #404040;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Credit {
    margin-block-start: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .Credit {
    margin-block-start: min(7.421875vw, 95px);
  }
}

.Credit__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-block-end: 1em;
}
@media screen and (max-width: 768px) {
  .Credit__title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .Credit__title {
    font-size: min(1.5625vw, 20px);
  }
}

.Credit__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .Credit__text {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .Credit__text {
    font-size: min(1.25vw, 16px);
  }
}

.BackTop {
  display: block;
  font-family: "Marcellus", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  margin-inline: auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .BackTop {
    transition: opacity 0.3s ease !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .BackTop:hover, a:hover .BackTop {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .BackTop {
    font-size: 10px;
    padding-block: 50px 10px;
  }
}
@media screen and (min-width: 769px) {
  .BackTop {
    font-size: 11px;
    padding-block: 50px 0;
  }
}
.BackTop::before {
  border-left: 0.1px solid #333;
  border-top: 0.1px solid #333;
  content: "";
  display: block;
  height: 9px;
  margin: 0 auto;
  position: relative;
  transform: rotate(45deg);
  transform-origin: left center;
  width: 9px;
}