/*! Copyright (c) 2025 Hayato Nakagawa */
.-fadeIn,
.-fadeIn-up,
.-fadeIn-down,
.-fadeIn-left,
.-fadeIn-right {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}
@media screen and (min-width: 769px) {
  .-fadeIn,
  .-fadeIn-up,
  .-fadeIn-down,
  .-fadeIn-left,
  .-fadeIn-right {
    transition-duration: 1s, 1s;
  }
}
: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.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn,
  .-fadeIn-up,
  .-fadeIn-down,
  .-fadeIn-left,
  .-fadeIn-right).-inview, .-inview :where(.-fadeIn,
  .-fadeIn-up,
  .-fadeIn-down,
  .-fadeIn-left,
  .-fadeIn-right) {
    transition-duration: 1s, 1s;
  }
}

@media screen and (max-width: 768px) {
  .-fadeIn-SP,
  .-fadeIn-upSP,
  .-fadeIn-downSP,
  .-fadeIn-leftSP,
  .-fadeIn-rightSP {
    opacity: 0;
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
}
@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 2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn-TB,
  .-fadeIn-upTB,
  .-fadeIn-downTB,
  .-fadeIn-leftTB,
  .-fadeIn-rightTB {
    opacity: 0;
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn-TB,
  .-fadeIn-upTB,
  .-fadeIn-downTB,
  .-fadeIn-leftTB,
  .-fadeIn-rightTB).-inview, .-inview :where(.-fadeIn-TB,
  .-fadeIn-upTB,
  .-fadeIn-downTB,
  .-fadeIn-leftTB,
  .-fadeIn-rightTB) {
    opacity: 1;
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
}

.-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 3s ease-out, transform 3s ease-out;
}
:where(.-fadeIn-zoom).-inview, .-inview :where(.-fadeIn-zoom) {
  opacity: 1;
  transform: scale(1);
}

.-delay__01s {
  transition-delay: 0.1s !important;
}

.-delay__02s {
  transition-delay: 0.2s !important;
}

.-delay__03s {
  transition-delay: 0.3s !important;
}

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

.-delay__05s {
  transition-delay: 0.5s !important;
}

.-delay__07s {
  transition-delay: 0.7s !important;
}

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

.-delay__15s {
  transition-delay: 1.5s !important;
}

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

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

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

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

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

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

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

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

.MainVisual.js-inview .MainVisual__image {
  animation: zoom 0.8s ease-in-out forwards;
}

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

.-weight-regular {
  font-weight: var(--fontWeight__regular);
}

.-weight-bold {
  font-weight: var(--fontWeight__bold);
}

#main #primary > .content-asset .c-contentsFooterWrap {
  background-color: #fff;
  padding-bottom: 2em;
}
#main #primary > .content-asset .c-contentsFooter {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #main #primary > .content-asset .c-contentsFooter {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
  }
}
#main #primary > .content-asset .c-contentsFooter__list {
  align-items: center;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em 0;
  padding-top: 37px !important;
}
#main #primary > .content-asset .c-contentsFooter__item {
  flex-shrink: 0;
  font-family: "Brandon Grotesque", Verdana, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
  letter-spacing: 0.16em;
  line-height: 1.3333333333;
  padding-bottom: 23px;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
#main #primary > .content-asset .c-contentsFooter__item a {
  text-decoration: none;
}
#main #primary > .content-asset .c-contentsFooter__item a:hover {
  color: #c4c1ba;
}
#main #primary > .content-asset .c-contentsFooter__item._bold a {
  font-weight: bold;
}

:root {
  --clientWidth: var(--jsClientWidth, 100vw);
  --clientHeight: var(--jsClientHeight, 100vh);
  --headerHeight: var(--jsHeaderHeight, 0px);
  --color__primary: #ffeeea;
  --color__primary-rgb: 255, 238, 234;
  --color__secondary: #fff;
  --color__secondary-rgb: 255, 255, 255;
  --color__tertiary: #ffb5a4;
  --color__tertiary-rgb: 255, 181, 164;
  --color__accent: #ffb5a4;
  --color__accent-rgb: 255, 181, 164;
  --color__text: #333;
  --color__text-rgb: 0, 0, 0;
  --color__text-gray: #c8c8c8;
  --color__text-gray-rgb: 200, 200, 200;
  --color__allitems-hover: #222;
  --color__allitems-hover-rgb: 34, 34, 34;
  --color__border-gray: #b3b3b3;
  --color__border-gray-rgb: 179, 179, 179;
  --fontFamily__sansSerif-ja: "Noto Sans JP";
  --fontFamily__sansSerif-en: "Inder";
  --fontFamily__sansSerif-en2: "Inter";
  --fontFamily__sansSerif-other: "Lato";
  --fontWeight__thin: 100;
  --fontWeight__exLight: 200;
  --fontWeight__light: 300;
  --fontWeight__regular: 400;
  --fontWeight__medium: 500;
  --fontWeight__semiBold: 600;
  --fontWeight__bold: 700;
  --fontWeight__black: 900;
}

#header {
  border-block-end: 1px solid var(--color__border-gray);
}
@media screen and (max-width: 768px) {
  body:not(.hidden_header) #header {
    border-block-end: none;
  }
}

:is(svg) {
  overflow: visible;
}

.Main {
  background-color: var(--color__secondary);
  color: var(--color__text);
  font-family: var(--fontFamily__sansSerif-ja), sans-serif;
  position: relative;
  z-index: 1;
}

.MainVisual {
  position: relative;
}
@media screen and (min-width: 769px) {
  .MainVisual {
    border-block-end: 1px solid var(--color__border-gray);
    margin-block-end: min(15.3846153846vw, 200px);
  }
}

@media screen and (max-width: 768px) {
  .MainVisual__inner {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__inner {
    display: grid;
    grid-template-areas: "body photo";
    grid-template-columns: min(43.6153846154vw, 567px) min(49.5384615385vw, 644px);
    height: min(53.8461538462vw, 700px);
    margin-inline: auto;
    overflow: hidden;
    width: min(100vw, 1300px);
  }
}

.MainVisual__photo {
  display: block;
}
@media screen and (max-width: 768px) {
  .MainVisual__photo {
    color: var(--color__secondary);
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__photo {
    aspect-ratio: 644/700;
    grid-area: photo;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .MainVisual__photo::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 19.7%, rgba(26, 26, 26, 0.17) 59.05%, rgba(0, 0, 0, 0.34) 100%);
    background-blend-mode: multiply;
    content: "";
    display: block;
    height: 98.6666666667vw;
    inset: auto 0 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

.MainVisual__image {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .MainVisual__image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__image {
    max-height: none;
    max-width: none;
  }
}

.MainVisual__logo {
  color: currentColor;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .MainVisual__logo {
    inset: 83.4666666667vw 0 auto;
    position: absolute;
    width: 77.6vw;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__logo {
    color: #595757;
    margin-block-start: min(5.6923076923vw, 74px);
    width: min(28.9230769231vw, 376px);
  }
}

@media screen and (max-width: 768px) {
  .MainVisual__body {
    padding-block: 10.1333333333vw 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__body {
    display: flex;
    flex-direction: column;
    grid-area: body;
    position: relative;
  }
}

.MainVisual__lead {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .MainVisual__lead {
    width: 88.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__lead {
    margin-block-start: min(2.3076923077vw, 30px);
    width: min(32.2307692308vw, 419px);
  }
}

.MainVisual__parentheses {
  margin-inline: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .MainVisual__parentheses {
    margin-block-start: 6.4vw;
    padding-block: 3.2vw 0;
    width: 83.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__parentheses {
    margin-block-start: min(1.6923076923vw, 22px);
    padding-block: min(1.1538461538vw, 15px) 0;
    width: min(29.1538461538vw, 379px);
  }
}
.MainVisual__parentheses::before, .MainVisual__parentheses::after {
  background: no-repeat left top/contain;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .MainVisual__parentheses::before, .MainVisual__parentheses::after {
    height: 6.4vw;
    width: 20.8vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__parentheses::before, .MainVisual__parentheses::after {
    height: min(2vw, 26px);
    width: min(6.6153846154vw, 86px);
  }
}
.MainVisual__parentheses::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCA4NSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzkwMDM5IDI1LjkxMzNWMS4yNzM0NEg4NC4zOTAyIiBzdHJva2U9IiNCM0IzQjMiLz4KPC9zdmc+Cg==");
  inset: 0 auto auto 0;
}
.MainVisual__parentheses::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCA4NSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTg0LjIxMDkgMC41OTMwNjhMODQuMjEwOSAyNS4yMzI5TDAuNjEwODA5IDI1LjIzMjkiIHN0cm9rZT0iI0IzQjNCMyIvPgo8L3N2Zz4K");
  inset: auto 0 0 auto;
}

.MainVisual__text {
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 768px) {
  .MainVisual__text {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__text {
    font-size: min(1vw, 13px);
    line-height: 1.6666666667;
  }
}

.MainVisual__by {
  font-family: var(--fontFamily__sansSerif-en), sans-serif;
  font-weight: var(--fontWeight__regular);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .MainVisual__by {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    margin-block-start: 0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__by {
    font-size: min(0.9230769231vw, 12px);
    font-weight: var(--fontWeight__light);
    line-height: 1.75;
    margin-block-start: min(0.3076923077vw, 4px);
  }
}

.MainVisual__scroll {
  font-family: var(--fontFamily__sansSerif-en), sans-serif;
  font-weight: var(--fontWeight__regular);
  inset: auto 0 0;
  letter-spacing: 0.03em;
  margin-inline: auto;
  position: absolute;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .MainVisual__scroll {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__scroll {
    font-size: min(0.8461538462vw, 11px);
  }
}
.MainVisual__scroll i {
  font-style: normal;
}
.MainVisual__scroll::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
  content: "";
  display: block;
  margin: 2px auto 0;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .MainVisual__scroll::after {
    background-color: var(--color__secondary);
    height: 28px;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__scroll::after {
    background-color: #909090;
    height: 43px;
  }
}

.Main__inner {
  background-color: var(--color__secondary);
  position: relative;
}

.Brand {
  pointer-events: none;
}

.Brand__logo {
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s, inset 0.3s;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .Brand__logo {
    inset: 5vw auto auto 0;
    width: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Brand__logo {
    align-items: center;
    display: flex;
    inset: var(--headerHeight) auto 0 min(1.5384615385vw, 20px);
    width: min(1.7692307692vw, 23px);
  }
}
.Brand__logo.is-visible {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .Brand__logo.is-overlapping path[fill="#333333"] {
    fill: var(--color__primary);
  }
}
.Brand__logo svg {
  display: block;
}
.Brand__logo path[fill] {
  transition: fill 0.3s linear;
}

@media screen and (max-width: 768px) {
  .Brand__text {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .Brand__text {
    align-items: center;
    display: flex;
    inset: var(--headerHeight) min(1.5384615385vw, 20px) 0 auto;
    position: fixed;
    width: min(1.1538461538vw, 15px);
    z-index: 10;
  }
}

.Item {
  position: sticky;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .Item {
    padding-block-end: min(7.6923076923vw, 100px);
  }
}

.Item__inner {
  background-color: #f7f4f2;
}
@media screen and (max-width: 768px) {
  .Item__inner {
    padding-block: 10.6666666667vw 13.3333333333vw;
    padding-inline: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Item__inner {
    align-items: center;
    display: grid;
    gap: min(2.3076923077vw, 30px) min(5.7307692308vw, 74.5px);
    grid-template-areas: "photo head" "photo body";
    grid-template-columns: min(38.6923076923vw, 503px) min(30.7692307692vw, 400px);
    justify-content: center;
    padding-block: min(1.7692307692vw, 23px);
  }
}

@media screen and (min-width: 769px) {
  .Item__head {
    align-self: end;
    grid-area: head;
  }
}

.Item__copy {
  display: block;
  margin-inline: auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .Item__copy {
    height: 4.8vw;
    margin-block-end: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Item__copy {
    height: min(1.5792307692vw, 20.53px);
    margin-block-end: min(0.5023076923vw, 6.53px);
  }
}

.Item__lead {
  font-weight: var(--fontWeight__medium);
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .Item__lead {
    font-size: 2.9333333333vw;
    line-height: 1.2727272727;
  }
}
@media screen and (min-width: 769px) {
  .Item__lead {
    font-size: min(1vw, 13px);
    line-height: 1.2923076923;
  }
}
.Item__lead::after {
  background: no-repeat left top/contain;
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  .Item__lead::after {
    background-image: url("data:image/data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQ1IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMjQ1IDEyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC45NjE0MjYgMy45MDgySDEyMS4yNjkiIHN0cm9rZT0iI0ZGQjVBNCIvPgo8cGF0aCBkPSJNMTI2LjQ3NyAzLjkwODJIMjQ0LjAzOSIgc3Ryb2tlPSIjRkZCNUE0Ii8+CjxwYXRoIGQ9Ik0xMjguNTYgMC40MzY1MjNMMTIwLjU3NCAxMS4yMDA0IiBzdHJva2U9IiNGRkI1QTQiLz4KPC9zdmc+Cg==");
    height: 2.8693333333vw;
    width: 64.8213333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Item__lead::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg3IiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMjg3IDE1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4xMjc2OSA1LjAyNzM0TDE0MC4xODkgNS4wMjczNiIgc3Ryb2tlPSIjRkZCNUE0Ii8+CjxwYXRoIGQ9Ik0xNDYuNDM5IDUuMDI3MzRIMjg2Ljg3MyIgc3Ryb2tlPSIjRkZCNUE0Ii8+CjxwYXRoIGQ9Ik0xNDguOTM5IDAuODYwMzUyTDEzOS4zNTYgMTMuNzc3MSIgc3Ryb2tlPSIjRkZCNUE0Ii8+Cjwvc3ZnPgo=");
    height: min(1.1538461538vw, 15px);
    width: min(22.0569230769vw, 286.74px);
  }
}

.Item__title {
  font-family: var(--fontFamily__sansSerif-en2), sans-serif;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .Item__title {
    font-size: 6.2666666667vw;
    line-height: 1.2392857143;
  }
}
@media screen and (min-width: 769px) {
  .Item__title {
    font-size: min(2.3846153846vw, 31px);
    line-height: 1.2636363636;
  }
}
.Item__title span {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}
.Item__title span:nth-child(1) {
  transition-delay: 0.05s;
}
.Item__title span:nth-child(2) {
  transition-delay: 0.1s;
}
.Item__title span:nth-child(3) {
  transition-delay: 0.15s;
}
.Item__title span:nth-child(4) {
  transition-delay: 0.2s;
}
.Item__title span:nth-child(5) {
  transition-delay: 0.25s;
}
.Item__title span:nth-child(6) {
  transition-delay: 0.3s;
}
.Item__title span:nth-child(7) {
  transition-delay: 0.35s;
}
.Item__title span:nth-child(8) {
  transition-delay: 0.4s;
}
.Item__title span:nth-child(9) {
  transition-delay: 0.45s;
}
.Item__title span:nth-child(10) {
  transition-delay: 0.5s;
}
.Item__title span:nth-child(11) {
  transition-delay: 0.55s;
}
.Item__title span:nth-child(12) {
  transition-delay: 0.6s;
}
.Item__title span:nth-child(13) {
  transition-delay: 0.65s;
}
.Item__title span:nth-child(14) {
  transition-delay: 0.7s;
}
.Item__title span:nth-child(15) {
  transition-delay: 0.75s;
}
.Item__title span:nth-child(16) {
  transition-delay: 0.8s;
}
.Item__title span:nth-child(17) {
  transition-delay: 0.85s;
}
.Item__title span:nth-child(18) {
  transition-delay: 0.9s;
}
.Item__title span:nth-child(19) {
  transition-delay: 0.95s;
}
.Item__title span:nth-child(20) {
  transition-delay: 1s;
}
.Item__title span:nth-child(21) {
  transition-delay: 1.05s;
}
.Item__title span:nth-child(22) {
  transition-delay: 1.1s;
}
.Item__title span:nth-child(23) {
  transition-delay: 1.15s;
}
.Item__title span:nth-child(24) {
  transition-delay: 1.2s;
}
.Item__title span:nth-child(25) {
  transition-delay: 1.25s;
}
.Item__title span:nth-child(26) {
  transition-delay: 1.3s;
}
.Item__title span:nth-child(27) {
  transition-delay: 1.35s;
}
.Item__title span:nth-child(28) {
  transition-delay: 1.4s;
}
.Item__title span:nth-child(29) {
  transition-delay: 1.45s;
}
.Item__title span:nth-child(30) {
  transition-delay: 1.5s;
}
.Item__title span:nth-child(31) {
  transition-delay: 1.55s;
}
.Item__title span:nth-child(32) {
  transition-delay: 1.6s;
}
.Item__title span:nth-child(33) {
  transition-delay: 1.65s;
}
.Item__title span:nth-child(34) {
  transition-delay: 1.7s;
}
.Item__title span:nth-child(35) {
  transition-delay: 1.75s;
}
.Item__title span:nth-child(36) {
  transition-delay: 1.8s;
}
.Item__title span:nth-child(37) {
  transition-delay: 1.85s;
}
.Item__title span:nth-child(38) {
  transition-delay: 1.9s;
}
.Item__title span:nth-child(39) {
  transition-delay: 1.95s;
}
.Item__title span:nth-child(40) {
  transition-delay: 2s;
}
.Item__title span:nth-child(41) {
  transition-delay: 2.05s;
}
.Item__title span:nth-child(42) {
  transition-delay: 2.1s;
}
.Item__title span:nth-child(43) {
  transition-delay: 2.15s;
}
.Item__title span:nth-child(44) {
  transition-delay: 2.2s;
}
.Item__title span:nth-child(45) {
  transition-delay: 2.25s;
}
.Item__title span:nth-child(46) {
  transition-delay: 2.3s;
}
.Item__title span:nth-child(47) {
  transition-delay: 2.35s;
}
.Item__title span:nth-child(48) {
  transition-delay: 2.4s;
}
.Item__title span:nth-child(49) {
  transition-delay: 2.45s;
}
.Item__title span:nth-child(50) {
  transition-delay: 2.5s;
}
.Item__title span:nth-child(51) {
  transition-delay: 2.55s;
}
.Item__title span:nth-child(52) {
  transition-delay: 2.6s;
}
.Item__title span:nth-child(53) {
  transition-delay: 2.65s;
}
.Item__title span:nth-child(54) {
  transition-delay: 2.7s;
}
.Item__title span:nth-child(55) {
  transition-delay: 2.75s;
}
.Item__title span:nth-child(56) {
  transition-delay: 2.8s;
}
.Item__title span:nth-child(57) {
  transition-delay: 2.85s;
}
.Item__title span:nth-child(58) {
  transition-delay: 2.9s;
}
.Item__title span:nth-child(59) {
  transition-delay: 2.95s;
}
.Item__title span:nth-child(60) {
  transition-delay: 3s;
}
.Item__title span:nth-child(61) {
  transition-delay: 3.05s;
}
.Item__title span:nth-child(62) {
  transition-delay: 3.1s;
}
.Item__title span:nth-child(63) {
  transition-delay: 3.15s;
}
.Item__title span:nth-child(64) {
  transition-delay: 3.2s;
}
.Item__title span:nth-child(65) {
  transition-delay: 3.25s;
}
.Item__title span:nth-child(66) {
  transition-delay: 3.3s;
}
.Item__title span:nth-child(67) {
  transition-delay: 3.35s;
}
.Item__title span:nth-child(68) {
  transition-delay: 3.4s;
}
.Item__title span:nth-child(69) {
  transition-delay: 3.45s;
}
.Item__title span:nth-child(70) {
  transition-delay: 3.5s;
}
.Item__title span:nth-child(71) {
  transition-delay: 3.55s;
}
.Item__title span:nth-child(72) {
  transition-delay: 3.6s;
}
.Item__title span:nth-child(73) {
  transition-delay: 3.65s;
}
.Item__title span:nth-child(74) {
  transition-delay: 3.7s;
}
.Item__title span:nth-child(75) {
  transition-delay: 3.75s;
}
.Item__title span:nth-child(76) {
  transition-delay: 3.8s;
}
.Item__title span:nth-child(77) {
  transition-delay: 3.85s;
}
.Item__title span:nth-child(78) {
  transition-delay: 3.9s;
}
.Item__title span:nth-child(79) {
  transition-delay: 3.95s;
}
.Item__title span:nth-child(80) {
  transition-delay: 4s;
}
.Item__title span:nth-child(81) {
  transition-delay: 4.05s;
}
.Item__title span:nth-child(82) {
  transition-delay: 4.1s;
}
.Item__title span:nth-child(83) {
  transition-delay: 4.15s;
}
.Item__title span:nth-child(84) {
  transition-delay: 4.2s;
}
.Item__title span:nth-child(85) {
  transition-delay: 4.25s;
}
.Item__title span:nth-child(86) {
  transition-delay: 4.3s;
}
.Item__title span:nth-child(87) {
  transition-delay: 4.35s;
}
.Item__title span:nth-child(88) {
  transition-delay: 4.4s;
}
.Item__title span:nth-child(89) {
  transition-delay: 4.45s;
}
.Item__title span:nth-child(90) {
  transition-delay: 4.5s;
}
.Item__title span:nth-child(91) {
  transition-delay: 4.55s;
}
.Item__title span:nth-child(92) {
  transition-delay: 4.6s;
}
.Item__title span:nth-child(93) {
  transition-delay: 4.65s;
}
.Item__title span:nth-child(94) {
  transition-delay: 4.7s;
}
.Item__title span:nth-child(95) {
  transition-delay: 4.75s;
}
.Item__title span:nth-child(96) {
  transition-delay: 4.8s;
}
.Item__title span:nth-child(97) {
  transition-delay: 4.85s;
}
.Item__title span:nth-child(98) {
  transition-delay: 4.9s;
}
.Item__title span:nth-child(99) {
  transition-delay: 4.95s;
}
.Item__title span:nth-child(100) {
  transition-delay: 5s;
}
.Item__title span:nth-child(101) {
  transition-delay: 5.05s;
}
.Item__title span:nth-child(102) {
  transition-delay: 5.1s;
}
.Item__title span:nth-child(103) {
  transition-delay: 5.15s;
}
.Item__title span:nth-child(104) {
  transition-delay: 5.2s;
}
.Item__title span:nth-child(105) {
  transition-delay: 5.25s;
}
.Item__title span:nth-child(106) {
  transition-delay: 5.3s;
}
.Item__title span:nth-child(107) {
  transition-delay: 5.35s;
}
.Item__title span:nth-child(108) {
  transition-delay: 5.4s;
}
.Item__title span:nth-child(109) {
  transition-delay: 5.45s;
}
.Item__title span:nth-child(110) {
  transition-delay: 5.5s;
}
.Item__title span:nth-child(111) {
  transition-delay: 5.55s;
}
.Item__title span:nth-child(112) {
  transition-delay: 5.6s;
}
.Item__title span:nth-child(113) {
  transition-delay: 5.65s;
}
.Item__title span:nth-child(114) {
  transition-delay: 5.7s;
}
.Item__title span:nth-child(115) {
  transition-delay: 5.75s;
}
.Item__title span:nth-child(116) {
  transition-delay: 5.8s;
}
.Item__title span:nth-child(117) {
  transition-delay: 5.85s;
}
.Item__title span:nth-child(118) {
  transition-delay: 5.9s;
}
.Item__title span:nth-child(119) {
  transition-delay: 5.95s;
}
.Item__title span:nth-child(120) {
  transition-delay: 6s;
}
.Item__title span:nth-child(121) {
  transition-delay: 6.05s;
}
.Item__title span:nth-child(122) {
  transition-delay: 6.1s;
}
.Item__title span:nth-child(123) {
  transition-delay: 6.15s;
}
.Item__title span:nth-child(124) {
  transition-delay: 6.2s;
}
.Item__title span:nth-child(125) {
  transition-delay: 6.25s;
}
.Item__title span:nth-child(126) {
  transition-delay: 6.3s;
}
.Item__title span:nth-child(127) {
  transition-delay: 6.35s;
}
.Item__title span:nth-child(128) {
  transition-delay: 6.4s;
}
.Item__title span:nth-child(129) {
  transition-delay: 6.45s;
}
.Item__title span:nth-child(130) {
  transition-delay: 6.5s;
}
.Item__title span:nth-child(131) {
  transition-delay: 6.55s;
}
.Item__title span:nth-child(132) {
  transition-delay: 6.6s;
}
.Item__title span:nth-child(133) {
  transition-delay: 6.65s;
}
.Item__title span:nth-child(134) {
  transition-delay: 6.7s;
}
.Item__title span:nth-child(135) {
  transition-delay: 6.75s;
}
.Item__title span:nth-child(136) {
  transition-delay: 6.8s;
}
.Item__title span:nth-child(137) {
  transition-delay: 6.85s;
}
.Item__title span:nth-child(138) {
  transition-delay: 6.9s;
}
.Item__title span:nth-child(139) {
  transition-delay: 6.95s;
}
.Item__title span:nth-child(140) {
  transition-delay: 7s;
}
.Item__title span:nth-child(141) {
  transition-delay: 7.05s;
}
.Item__title span:nth-child(142) {
  transition-delay: 7.1s;
}
.Item__title span:nth-child(143) {
  transition-delay: 7.15s;
}
.Item__title span:nth-child(144) {
  transition-delay: 7.2s;
}
.Item__title span:nth-child(145) {
  transition-delay: 7.25s;
}
.Item__title span:nth-child(146) {
  transition-delay: 7.3s;
}
.Item__title span:nth-child(147) {
  transition-delay: 7.35s;
}
.Item__title span:nth-child(148) {
  transition-delay: 7.4s;
}
.Item__title span:nth-child(149) {
  transition-delay: 7.45s;
}
.Item__title span:nth-child(150) {
  transition-delay: 7.5s;
}
.Item__title span:nth-child(151) {
  transition-delay: 7.55s;
}
.Item__title span:nth-child(152) {
  transition-delay: 7.6s;
}
.Item__title span:nth-child(153) {
  transition-delay: 7.65s;
}
.Item__title span:nth-child(154) {
  transition-delay: 7.7s;
}
.Item__title span:nth-child(155) {
  transition-delay: 7.75s;
}
.Item__title span:nth-child(156) {
  transition-delay: 7.8s;
}
.Item__title span:nth-child(157) {
  transition-delay: 7.85s;
}
.Item__title span:nth-child(158) {
  transition-delay: 7.9s;
}
.Item__title span:nth-child(159) {
  transition-delay: 7.95s;
}
.Item__title span:nth-child(160) {
  transition-delay: 8s;
}
.Item__title span:nth-child(161) {
  transition-delay: 8.05s;
}
.Item__title span:nth-child(162) {
  transition-delay: 8.1s;
}
.Item__title span:nth-child(163) {
  transition-delay: 8.15s;
}
.Item__title span:nth-child(164) {
  transition-delay: 8.2s;
}
.Item__title span:nth-child(165) {
  transition-delay: 8.25s;
}
.Item__title span:nth-child(166) {
  transition-delay: 8.3s;
}
.Item__title span:nth-child(167) {
  transition-delay: 8.35s;
}
.Item__title span:nth-child(168) {
  transition-delay: 8.4s;
}
.Item__title span:nth-child(169) {
  transition-delay: 8.45s;
}
.Item__title span:nth-child(170) {
  transition-delay: 8.5s;
}
.Item__title span:nth-child(171) {
  transition-delay: 8.55s;
}
.Item__title span:nth-child(172) {
  transition-delay: 8.6s;
}
.Item__title span:nth-child(173) {
  transition-delay: 8.65s;
}
.Item__title span:nth-child(174) {
  transition-delay: 8.7s;
}
.Item__title span:nth-child(175) {
  transition-delay: 8.75s;
}
.Item__title span:nth-child(176) {
  transition-delay: 8.8s;
}
.Item__title span:nth-child(177) {
  transition-delay: 8.85s;
}
.Item__title span:nth-child(178) {
  transition-delay: 8.9s;
}
.Item__title span:nth-child(179) {
  transition-delay: 8.95s;
}
.Item__title span:nth-child(180) {
  transition-delay: 9s;
}
.Item__title span:nth-child(181) {
  transition-delay: 9.05s;
}
.Item__title span:nth-child(182) {
  transition-delay: 9.1s;
}
.Item__title span:nth-child(183) {
  transition-delay: 9.15s;
}
.Item__title span:nth-child(184) {
  transition-delay: 9.2s;
}
.Item__title span:nth-child(185) {
  transition-delay: 9.25s;
}
.Item__title span:nth-child(186) {
  transition-delay: 9.3s;
}
.Item__title span:nth-child(187) {
  transition-delay: 9.35s;
}
.Item__title span:nth-child(188) {
  transition-delay: 9.4s;
}
.Item__title span:nth-child(189) {
  transition-delay: 9.45s;
}
.Item__title span:nth-child(190) {
  transition-delay: 9.5s;
}
.Item__title span:nth-child(191) {
  transition-delay: 9.55s;
}
.Item__title span:nth-child(192) {
  transition-delay: 9.6s;
}
.Item__title span:nth-child(193) {
  transition-delay: 9.65s;
}
.Item__title span:nth-child(194) {
  transition-delay: 9.7s;
}
.Item__title span:nth-child(195) {
  transition-delay: 9.75s;
}
.Item__title span:nth-child(196) {
  transition-delay: 9.8s;
}
.Item__title span:nth-child(197) {
  transition-delay: 9.85s;
}
.Item__title span:nth-child(198) {
  transition-delay: 9.9s;
}
.Item__title span:nth-child(199) {
  transition-delay: 9.95s;
}
.Item__title span:nth-child(200) {
  transition-delay: 10s;
}
.Item__title.-inview span {
  opacity: 1;
  transform: translateX(0);
}

.Item__subTitle {
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Item__subTitle {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Item__subTitle {
    font-size: min(0.9230769231vw, 12px);
  }
}
.Item__subTitle span {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.Item__subTitle span:nth-child(1) {
  transition-delay: 0.35s;
}
.Item__subTitle span:nth-child(2) {
  transition-delay: 0.4s;
}
.Item__subTitle span:nth-child(3) {
  transition-delay: 0.45s;
}
.Item__subTitle span:nth-child(4) {
  transition-delay: 0.5s;
}
.Item__subTitle span:nth-child(5) {
  transition-delay: 0.55s;
}
.Item__subTitle span:nth-child(6) {
  transition-delay: 0.6s;
}
.Item__subTitle span:nth-child(7) {
  transition-delay: 0.65s;
}
.Item__subTitle span:nth-child(8) {
  transition-delay: 0.7s;
}
.Item__subTitle span:nth-child(9) {
  transition-delay: 0.75s;
}
.Item__subTitle span:nth-child(10) {
  transition-delay: 0.8s;
}
.Item__subTitle span:nth-child(11) {
  transition-delay: 0.85s;
}
.Item__subTitle span:nth-child(12) {
  transition-delay: 0.9s;
}
.Item__subTitle span:nth-child(13) {
  transition-delay: 0.95s;
}
.Item__subTitle span:nth-child(14) {
  transition-delay: 1s;
}
.Item__subTitle span:nth-child(15) {
  transition-delay: 1.05s;
}
.Item__subTitle span:nth-child(16) {
  transition-delay: 1.1s;
}
.Item__subTitle span:nth-child(17) {
  transition-delay: 1.15s;
}
.Item__subTitle span:nth-child(18) {
  transition-delay: 1.2s;
}
.Item__subTitle span:nth-child(19) {
  transition-delay: 1.25s;
}
.Item__subTitle span:nth-child(20) {
  transition-delay: 1.3s;
}
.Item__subTitle span:nth-child(21) {
  transition-delay: 1.35s;
}
.Item__subTitle span:nth-child(22) {
  transition-delay: 1.4s;
}
.Item__subTitle span:nth-child(23) {
  transition-delay: 1.45s;
}
.Item__subTitle span:nth-child(24) {
  transition-delay: 1.5s;
}
.Item__subTitle span:nth-child(25) {
  transition-delay: 1.55s;
}
.Item__subTitle span:nth-child(26) {
  transition-delay: 1.6s;
}
.Item__subTitle span:nth-child(27) {
  transition-delay: 1.65s;
}
.Item__subTitle span:nth-child(28) {
  transition-delay: 1.7s;
}
.Item__subTitle span:nth-child(29) {
  transition-delay: 1.75s;
}
.Item__subTitle span:nth-child(30) {
  transition-delay: 1.8s;
}
.Item__subTitle span:nth-child(31) {
  transition-delay: 1.85s;
}
.Item__subTitle span:nth-child(32) {
  transition-delay: 1.9s;
}
.Item__subTitle span:nth-child(33) {
  transition-delay: 1.95s;
}
.Item__subTitle span:nth-child(34) {
  transition-delay: 2s;
}
.Item__subTitle span:nth-child(35) {
  transition-delay: 2.05s;
}
.Item__subTitle span:nth-child(36) {
  transition-delay: 2.1s;
}
.Item__subTitle span:nth-child(37) {
  transition-delay: 2.15s;
}
.Item__subTitle span:nth-child(38) {
  transition-delay: 2.2s;
}
.Item__subTitle span:nth-child(39) {
  transition-delay: 2.25s;
}
.Item__subTitle span:nth-child(40) {
  transition-delay: 2.3s;
}
.Item__subTitle span:nth-child(41) {
  transition-delay: 2.35s;
}
.Item__subTitle span:nth-child(42) {
  transition-delay: 2.4s;
}
.Item__subTitle span:nth-child(43) {
  transition-delay: 2.45s;
}
.Item__subTitle span:nth-child(44) {
  transition-delay: 2.5s;
}
.Item__subTitle span:nth-child(45) {
  transition-delay: 2.55s;
}
.Item__subTitle span:nth-child(46) {
  transition-delay: 2.6s;
}
.Item__subTitle span:nth-child(47) {
  transition-delay: 2.65s;
}
.Item__subTitle span:nth-child(48) {
  transition-delay: 2.7s;
}
.Item__subTitle span:nth-child(49) {
  transition-delay: 2.75s;
}
.Item__subTitle span:nth-child(50) {
  transition-delay: 2.8s;
}
.Item__subTitle span:nth-child(51) {
  transition-delay: 2.85s;
}
.Item__subTitle span:nth-child(52) {
  transition-delay: 2.9s;
}
.Item__subTitle span:nth-child(53) {
  transition-delay: 2.95s;
}
.Item__subTitle span:nth-child(54) {
  transition-delay: 3s;
}
.Item__subTitle span:nth-child(55) {
  transition-delay: 3.05s;
}
.Item__subTitle span:nth-child(56) {
  transition-delay: 3.1s;
}
.Item__subTitle span:nth-child(57) {
  transition-delay: 3.15s;
}
.Item__subTitle span:nth-child(58) {
  transition-delay: 3.2s;
}
.Item__subTitle span:nth-child(59) {
  transition-delay: 3.25s;
}
.Item__subTitle span:nth-child(60) {
  transition-delay: 3.3s;
}
.Item__subTitle span:nth-child(61) {
  transition-delay: 3.35s;
}
.Item__subTitle span:nth-child(62) {
  transition-delay: 3.4s;
}
.Item__subTitle span:nth-child(63) {
  transition-delay: 3.45s;
}
.Item__subTitle span:nth-child(64) {
  transition-delay: 3.5s;
}
.Item__subTitle span:nth-child(65) {
  transition-delay: 3.55s;
}
.Item__subTitle span:nth-child(66) {
  transition-delay: 3.6s;
}
.Item__subTitle span:nth-child(67) {
  transition-delay: 3.65s;
}
.Item__subTitle span:nth-child(68) {
  transition-delay: 3.7s;
}
.Item__subTitle span:nth-child(69) {
  transition-delay: 3.75s;
}
.Item__subTitle span:nth-child(70) {
  transition-delay: 3.8s;
}
.Item__subTitle span:nth-child(71) {
  transition-delay: 3.85s;
}
.Item__subTitle span:nth-child(72) {
  transition-delay: 3.9s;
}
.Item__subTitle span:nth-child(73) {
  transition-delay: 3.95s;
}
.Item__subTitle span:nth-child(74) {
  transition-delay: 4s;
}
.Item__subTitle span:nth-child(75) {
  transition-delay: 4.05s;
}
.Item__subTitle span:nth-child(76) {
  transition-delay: 4.1s;
}
.Item__subTitle span:nth-child(77) {
  transition-delay: 4.15s;
}
.Item__subTitle span:nth-child(78) {
  transition-delay: 4.2s;
}
.Item__subTitle span:nth-child(79) {
  transition-delay: 4.25s;
}
.Item__subTitle span:nth-child(80) {
  transition-delay: 4.3s;
}
.Item__subTitle span:nth-child(81) {
  transition-delay: 4.35s;
}
.Item__subTitle span:nth-child(82) {
  transition-delay: 4.4s;
}
.Item__subTitle span:nth-child(83) {
  transition-delay: 4.45s;
}
.Item__subTitle span:nth-child(84) {
  transition-delay: 4.5s;
}
.Item__subTitle span:nth-child(85) {
  transition-delay: 4.55s;
}
.Item__subTitle span:nth-child(86) {
  transition-delay: 4.6s;
}
.Item__subTitle span:nth-child(87) {
  transition-delay: 4.65s;
}
.Item__subTitle span:nth-child(88) {
  transition-delay: 4.7s;
}
.Item__subTitle span:nth-child(89) {
  transition-delay: 4.75s;
}
.Item__subTitle span:nth-child(90) {
  transition-delay: 4.8s;
}
.Item__subTitle span:nth-child(91) {
  transition-delay: 4.85s;
}
.Item__subTitle span:nth-child(92) {
  transition-delay: 4.9s;
}
.Item__subTitle span:nth-child(93) {
  transition-delay: 4.95s;
}
.Item__subTitle span:nth-child(94) {
  transition-delay: 5s;
}
.Item__subTitle span:nth-child(95) {
  transition-delay: 5.05s;
}
.Item__subTitle span:nth-child(96) {
  transition-delay: 5.1s;
}
.Item__subTitle span:nth-child(97) {
  transition-delay: 5.15s;
}
.Item__subTitle span:nth-child(98) {
  transition-delay: 5.2s;
}
.Item__subTitle span:nth-child(99) {
  transition-delay: 5.25s;
}
.Item__subTitle span:nth-child(100) {
  transition-delay: 5.3s;
}
.Item__subTitle span:nth-child(101) {
  transition-delay: 5.35s;
}
.Item__subTitle span:nth-child(102) {
  transition-delay: 5.4s;
}
.Item__subTitle span:nth-child(103) {
  transition-delay: 5.45s;
}
.Item__subTitle span:nth-child(104) {
  transition-delay: 5.5s;
}
.Item__subTitle span:nth-child(105) {
  transition-delay: 5.55s;
}
.Item__subTitle span:nth-child(106) {
  transition-delay: 5.6s;
}
.Item__subTitle span:nth-child(107) {
  transition-delay: 5.65s;
}
.Item__subTitle span:nth-child(108) {
  transition-delay: 5.7s;
}
.Item__subTitle span:nth-child(109) {
  transition-delay: 5.75s;
}
.Item__subTitle span:nth-child(110) {
  transition-delay: 5.8s;
}
.Item__subTitle span:nth-child(111) {
  transition-delay: 5.85s;
}
.Item__subTitle span:nth-child(112) {
  transition-delay: 5.9s;
}
.Item__subTitle span:nth-child(113) {
  transition-delay: 5.95s;
}
.Item__subTitle span:nth-child(114) {
  transition-delay: 6s;
}
.Item__subTitle span:nth-child(115) {
  transition-delay: 6.05s;
}
.Item__subTitle span:nth-child(116) {
  transition-delay: 6.1s;
}
.Item__subTitle span:nth-child(117) {
  transition-delay: 6.15s;
}
.Item__subTitle span:nth-child(118) {
  transition-delay: 6.2s;
}
.Item__subTitle span:nth-child(119) {
  transition-delay: 6.25s;
}
.Item__subTitle span:nth-child(120) {
  transition-delay: 6.3s;
}
.Item__subTitle span:nth-child(121) {
  transition-delay: 6.35s;
}
.Item__subTitle span:nth-child(122) {
  transition-delay: 6.4s;
}
.Item__subTitle span:nth-child(123) {
  transition-delay: 6.45s;
}
.Item__subTitle span:nth-child(124) {
  transition-delay: 6.5s;
}
.Item__subTitle span:nth-child(125) {
  transition-delay: 6.55s;
}
.Item__subTitle span:nth-child(126) {
  transition-delay: 6.6s;
}
.Item__subTitle span:nth-child(127) {
  transition-delay: 6.65s;
}
.Item__subTitle span:nth-child(128) {
  transition-delay: 6.7s;
}
.Item__subTitle span:nth-child(129) {
  transition-delay: 6.75s;
}
.Item__subTitle span:nth-child(130) {
  transition-delay: 6.8s;
}
.Item__subTitle span:nth-child(131) {
  transition-delay: 6.85s;
}
.Item__subTitle span:nth-child(132) {
  transition-delay: 6.9s;
}
.Item__subTitle span:nth-child(133) {
  transition-delay: 6.95s;
}
.Item__subTitle span:nth-child(134) {
  transition-delay: 7s;
}
.Item__subTitle span:nth-child(135) {
  transition-delay: 7.05s;
}
.Item__subTitle span:nth-child(136) {
  transition-delay: 7.1s;
}
.Item__subTitle span:nth-child(137) {
  transition-delay: 7.15s;
}
.Item__subTitle span:nth-child(138) {
  transition-delay: 7.2s;
}
.Item__subTitle span:nth-child(139) {
  transition-delay: 7.25s;
}
.Item__subTitle span:nth-child(140) {
  transition-delay: 7.3s;
}
.Item__subTitle span:nth-child(141) {
  transition-delay: 7.35s;
}
.Item__subTitle span:nth-child(142) {
  transition-delay: 7.4s;
}
.Item__subTitle span:nth-child(143) {
  transition-delay: 7.45s;
}
.Item__subTitle span:nth-child(144) {
  transition-delay: 7.5s;
}
.Item__subTitle span:nth-child(145) {
  transition-delay: 7.55s;
}
.Item__subTitle span:nth-child(146) {
  transition-delay: 7.6s;
}
.Item__subTitle span:nth-child(147) {
  transition-delay: 7.65s;
}
.Item__subTitle span:nth-child(148) {
  transition-delay: 7.7s;
}
.Item__subTitle span:nth-child(149) {
  transition-delay: 7.75s;
}
.Item__subTitle span:nth-child(150) {
  transition-delay: 7.8s;
}
.Item__subTitle span:nth-child(151) {
  transition-delay: 7.85s;
}
.Item__subTitle span:nth-child(152) {
  transition-delay: 7.9s;
}
.Item__subTitle span:nth-child(153) {
  transition-delay: 7.95s;
}
.Item__subTitle span:nth-child(154) {
  transition-delay: 8s;
}
.Item__subTitle span:nth-child(155) {
  transition-delay: 8.05s;
}
.Item__subTitle span:nth-child(156) {
  transition-delay: 8.1s;
}
.Item__subTitle span:nth-child(157) {
  transition-delay: 8.15s;
}
.Item__subTitle span:nth-child(158) {
  transition-delay: 8.2s;
}
.Item__subTitle span:nth-child(159) {
  transition-delay: 8.25s;
}
.Item__subTitle span:nth-child(160) {
  transition-delay: 8.3s;
}
.Item__subTitle span:nth-child(161) {
  transition-delay: 8.35s;
}
.Item__subTitle span:nth-child(162) {
  transition-delay: 8.4s;
}
.Item__subTitle span:nth-child(163) {
  transition-delay: 8.45s;
}
.Item__subTitle span:nth-child(164) {
  transition-delay: 8.5s;
}
.Item__subTitle span:nth-child(165) {
  transition-delay: 8.55s;
}
.Item__subTitle span:nth-child(166) {
  transition-delay: 8.6s;
}
.Item__subTitle span:nth-child(167) {
  transition-delay: 8.65s;
}
.Item__subTitle span:nth-child(168) {
  transition-delay: 8.7s;
}
.Item__subTitle span:nth-child(169) {
  transition-delay: 8.75s;
}
.Item__subTitle span:nth-child(170) {
  transition-delay: 8.8s;
}
.Item__subTitle span:nth-child(171) {
  transition-delay: 8.85s;
}
.Item__subTitle span:nth-child(172) {
  transition-delay: 8.9s;
}
.Item__subTitle span:nth-child(173) {
  transition-delay: 8.95s;
}
.Item__subTitle span:nth-child(174) {
  transition-delay: 9s;
}
.Item__subTitle span:nth-child(175) {
  transition-delay: 9.05s;
}
.Item__subTitle span:nth-child(176) {
  transition-delay: 9.1s;
}
.Item__subTitle span:nth-child(177) {
  transition-delay: 9.15s;
}
.Item__subTitle span:nth-child(178) {
  transition-delay: 9.2s;
}
.Item__subTitle span:nth-child(179) {
  transition-delay: 9.25s;
}
.Item__subTitle span:nth-child(180) {
  transition-delay: 9.3s;
}
.Item__subTitle span:nth-child(181) {
  transition-delay: 9.35s;
}
.Item__subTitle span:nth-child(182) {
  transition-delay: 9.4s;
}
.Item__subTitle span:nth-child(183) {
  transition-delay: 9.45s;
}
.Item__subTitle span:nth-child(184) {
  transition-delay: 9.5s;
}
.Item__subTitle span:nth-child(185) {
  transition-delay: 9.55s;
}
.Item__subTitle span:nth-child(186) {
  transition-delay: 9.6s;
}
.Item__subTitle span:nth-child(187) {
  transition-delay: 9.65s;
}
.Item__subTitle span:nth-child(188) {
  transition-delay: 9.7s;
}
.Item__subTitle span:nth-child(189) {
  transition-delay: 9.75s;
}
.Item__subTitle span:nth-child(190) {
  transition-delay: 9.8s;
}
.Item__subTitle span:nth-child(191) {
  transition-delay: 9.85s;
}
.Item__subTitle span:nth-child(192) {
  transition-delay: 9.9s;
}
.Item__subTitle span:nth-child(193) {
  transition-delay: 9.95s;
}
.Item__subTitle span:nth-child(194) {
  transition-delay: 10s;
}
.Item__subTitle span:nth-child(195) {
  transition-delay: 10.05s;
}
.Item__subTitle span:nth-child(196) {
  transition-delay: 10.1s;
}
.Item__subTitle span:nth-child(197) {
  transition-delay: 10.15s;
}
.Item__subTitle span:nth-child(198) {
  transition-delay: 10.2s;
}
.Item__subTitle span:nth-child(199) {
  transition-delay: 10.25s;
}
.Item__subTitle span:nth-child(200) {
  transition-delay: 10.3s;
}
.Item__subTitle.-inview span {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .Item__photo {
    margin-block: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Item__photo {
    grid-area: photo;
  }
}

.Item__image {
  display: block;
}

@media screen and (min-width: 769px) {
  .Item__body {
    align-self: start;
    grid-area: body;
  }
}

.Item__parentheses {
  margin-inline: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Item__parentheses {
    margin-block: 5.3333333333vw;
    padding-block: 3.2vw 2.6666666667vw;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 769px) {
  .Item__parentheses {
    margin-block-end: min(2.0769230769vw, 27px);
    padding-block: min(0.8461538462vw, 11px) min(1.1538461538vw, 15px);
    width: min(29.2307692308vw, 380px);
  }
}
.Item__parentheses::before, .Item__parentheses::after {
  background: no-repeat left top/contain;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .Item__parentheses::before, .Item__parentheses::after {
    height: 6.4vw;
    width: 20.8vw;
  }
}
@media screen and (min-width: 769px) {
  .Item__parentheses::before, .Item__parentheses::after {
    height: min(2vw, 26px);
    width: min(6.6153846154vw, 86px);
  }
}
.Item__parentheses::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCA4NSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzkwMDM5IDI1LjkxMzNWMS4yNzM0NEg4NC4zOTAyIiBzdHJva2U9IiNCM0IzQjMiLz4KPC9zdmc+Cg==");
  inset: 0 auto auto 0;
}
.Item__parentheses::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCA4NSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTg0LjIxMDkgMC41OTMwNjhMODQuMjEwOSAyNS4yMzI5TDAuNjEwODA5IDI1LjIzMjkiIHN0cm9rZT0iI0IzQjNCMyIvPgo8L3N2Zz4K");
  inset: auto 0 0 auto;
}

.Item__text {
  font-feature-settings: "palt";
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .Item__text {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Item__text {
    font-size: min(1vw, 13px);
  }
}

.Item__button {
  background-color: var(--color__accent);
  color: var(--color__secondary);
  display: block;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Item__button {
    border-radius: 0.8vw;
    font-size: 2.6666666667vw;
    padding-block: 0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Item__button {
    border-radius: min(0.2769230769vw, 3.6px);
    font-size: min(0.9230769231vw, 12px);
    padding-block: min(0.4461538462vw, 5.8px);
  }
}

@media screen and (max-width: 768px) {
  .Lead {
    padding-block: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Lead {
    padding-block: min(13.3076923077vw, 173px);
  }
}

.Lead__image {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .Lead__image {
    width: 68.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Lead__image {
    width: min(51.2307692308vw, 666px);
  }
}

.Style {
  background-color: var(--color__secondary);
  position: relative;
}
@media screen and (max-width: 768px) {
  .Style {
    overflow: hidden;
  }
}

.Style__photo {
  position: relative;
}

.Style__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .Style__link::after {
    background-color: rgba(var(--color__secondary-rgb), 0);
    content: "";
    display: block;
    inset: 0;
    position: absolute;
    transition: background-color 0.3s ease;
  }
}
@media (hover: hover) and (pointer: fine) {
  .Style__link:hover::after {
    background-color: rgba(var(--color__secondary-rgb), 0.3);
  }
}

.Style__image {
  display: block;
}

.Style__title {
  display: block;
  pointer-events: none;
  position: absolute;
  width: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .Style__title {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Style__title {
    height: min(8.3846153846vw, 109px);
  }
}

.Style__lead {
  clip-path: inset(0 0 100% 0);
  display: block;
  pointer-events: none;
  position: absolute;
  transition: clip-path 1s ease 1s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .Style__lead {
    width: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Style__lead {
    width: min(3.2vw, 41.6px);
  }
}
.-inview .Style__lead {
  clip-path: inset(0);
}

.StyleCredit {
  display: grid;
  font-family: var(--fontFamily__sansSerif-en2), sans-serif;
  font-weight: var(--fontWeight__regular);
  position: relative;
}
@media screen and (max-width: 768px) {
  .StyleCredit {
    margin-block-start: 1.6vw;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.StyleCredit__list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .StyleCredit__list {
    opacity: 1;
    transition: opacity 0.3s ease !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .StyleCredit__list:hover, a:hover .StyleCredit__list {
    opacity: 0.4 !important;
  }
}
@media screen and (max-width: 768px) {
  .StyleCredit__list {
    gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .StyleCredit__list {
    gap: 0 min(0.7692307692vw, 10px);
  }
}

.StyleCredit__item {
  align-items: center;
  display: flex;
  font-family: var(--fontFamily__sansSerif-en2), sans-serif;
  gap: 0.5em;
  line-height: 1.3;
  text-decoration: none;
}

.StyleCredit__name {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .StyleCredit__name {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .StyleCredit__name {
    font-size: 0.9230769231vw;
  }
}
.StyleCredit__name::after {
  content: "/";
  margin-inline: 0.25em;
}

@media screen and (max-width: 768px) {
  .StyleCredit__price {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .StyleCredit__price {
    font-size: 0.9230769231vw;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style01) {
    background: linear-gradient(90deg, rgb(var(--color__primary-rgb), 100%) 41.6vw, var(--color__secondary) 41.6vw, var(--color__secondary) 100%);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style01) .Style__title {
    inset: 5.3333333333vw auto auto 11.2vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style01) .Style__title {
    inset: 0 min(40.3076923077vw, 524px) auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style01) .Style__title path[fill=white] {
    fill: var(--color__text);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style01) .Style__lead {
    inset: auto 11.7333333333vw 17.6vw auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style01) .Style__lead {
    inset: min(10.8461538462vw, 141px) auto auto min(4.1538461538vw, 54px);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style01) .Style__row {
    padding-block: 8vw 17.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style01) .Style__row {
    margin-inline: auto;
    padding-block-start: min(3.0769230769vw, 40px);
    position: relative;
    width: min(50vw, 650px);
  }
}
@media screen and (min-width: 769px) {
  :where(.Style01) .Style__row::before {
    background-color: rgb(var(--color__primary-rgb), 100%);
    content: "";
    display: block;
    height: min(43.5384615385vw, 566px);
    inset: 0 auto auto 0;
    pointer-events: none;
    position: absolute;
    width: min(33.6923076923vw, 438px);
  }
}
:where(.Style01) .Style__column01 {
  position: relative;
}
@media screen and (min-width: 769px) {
  :where(.Style01) .Style__column01 {
    margin-inline-start: auto;
    width: min(33.8461538462vw, 440px);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style01) .StyleCredit__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-inline: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style01) .StyleCredit__list {
    display: flex;
    flex-direction: column;
    inset: auto auto 0 0;
    justify-content: center;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  :where(.Style02) {
    margin-block-start: 42.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style02) {
    margin-block-start: min(15.3846153846vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style02) .Style__title {
    inset: auto 5.3333333333vw 6.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style02) .Style__title {
    inset: auto min(1.5384615385vw, 20px) 0 auto;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style02) .Style__lead {
    inset: auto 11.2vw 18.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style02) .Style__lead {
    inset: min(14.9230769231vw, 194px) min(5vw, 65px) auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style02) .Style__row {
    display: grid;
    grid-template-areas: "column02 column01" "credit credit";
    grid-template-columns: repeat(2, min(33.8461538462vw, 440px));
    justify-content: space-between;
    margin-inline: auto;
    width: min(73.0769230769vw, 950px);
  }
}
:where(.Style02) .Style__column01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  :where(.Style02) .Style__column01 {
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style02) .Style__column01 {
    grid-area: column01;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style02) .Style__column02 {
    margin-block-start: -7.2vw;
    margin-inline-start: auto;
    mix-blend-mode: multiply;
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style02) .Style__column02 {
    grid-area: column02;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style02) .StyleCredit {
    grid-area: credit;
    margin-block-start: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style02) .StyleCredit__list {
    display: flex;
    flex-flow: row wrap;
    padding-inline: 12vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style02) .StyleCredit__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  :where(.Style03) {
    margin-block-start: 45.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style03) {
    margin-block-start: min(13.8461538462vw, 180px);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style03) .Style__title {
    inset: 5.3333333333vw 5.3333333333vw auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style03) .Style__title {
    inset: min(1.5384615385vw, 20px) min(1.5384615385vw, 20px) auto auto;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style03) .Style__lead {
    inset: 41.6vw 7.4666666667vw auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style03) .Style__lead {
    inset: min(20.7692307692vw, 270px) min(3.0769230769vw, 40px) auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style03) .Style__row {
    display: grid;
    gap: min(1.5384615385vw, 20px) min(5.3846153846vw, 70px);
    grid-template-columns: repeat(2, min(33.8461538462vw, 440px));
    justify-content: center;
  }
}
:where(.Style03) .Style__column01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  :where(.Style03) .Style__column02 {
    margin-block-start: 9.0666666667vw;
    margin-inline: auto;
    width: 85.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style03) .StyleCredit {
    margin-inline: 7.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style03) .StyleCredit {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style03) .StyleCredit__list {
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style03) .StyleCredit__list {
    display: flex;
    gap: min(0.6153846154vw, 8px);
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  :where(.Style04) {
    background: linear-gradient(90deg, var(--color__secondary) 72.8vw, rgb(var(--color__primary-rgb), 100%) 72.8vw, rgb(var(--color__primary-rgb), 100%) 100%);
    margin-block-start: 45.3333333333vw;
    padding-block: 6.4vw 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style04) {
    margin-block-start: min(15.3846153846vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style04) .Style__title {
    inset: 5.3333333333vw 5.3333333333vw auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style04) .Style__title {
    inset: min(10.7692307692vw, 140px) auto auto min(40.6153846154vw, 528px);
  }
}
@media screen and (min-width: 769px) {
  :where(.Style04) .Style__title path[fill=white] {
    fill: var(--color__text);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style04) .Style__lead {
    inset: 33.6vw 6.6666666667vw auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style04) .Style__lead {
    inset: min(18.6153846154vw, 242px) auto auto min(42.5384615385vw, 553px);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style04) .Style__lead path[fill="#333333"] {
    fill: var(--color__secondary);
  }
}
@media screen and (min-width: 769px) {
  :where(.Style04) .Style__row {
    display: grid;
    grid-template-areas: "column01 credit";
    grid-template-columns: min(33.8461538462vw, 440px) 1fr;
    margin-inline: auto;
    padding-block-end: min(3.0769230769vw, 40px);
    position: relative;
    width: min(50vw, 650px);
  }
}
@media screen and (min-width: 769px) {
  :where(.Style04) .Style__row::before {
    background-color: rgb(var(--color__primary-rgb), 100%);
    content: "";
    display: block;
    inset: min(7.6923076923vw, 100px) 0 0 min(16.3076923077vw, 212px);
    pointer-events: none;
    position: absolute;
  }
}
:where(.Style04) .Style__column01 {
  position: relative;
}
@media screen and (min-width: 769px) {
  :where(.Style04) .Style__column01 {
    grid-area: column01;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style04) .StyleCredit {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style04) .StyleCredit {
    align-self: end;
    grid-area: credit;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style04) .StyleCredit__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-inline: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style04) .StyleCredit__list {
    display: flex;
    flex-direction: column;
    margin-inline-start: min(3.0769230769vw, 40px);
  }
}

@media screen and (max-width: 768px) {
  :where(.Style05) {
    margin-block-start: 45.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style05) {
    margin-block-start: min(13.8461538462vw, 180px);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style05) .Style__title {
    inset: auto 4vw 6.1333333333vw auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style05) .Style__title {
    inset: min(2.3076923077vw, 30px) auto auto min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style05) .Style__lead {
    inset: 41.8666666667vw auto auto 13.6vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style05) .Style__lead {
    inset: min(13.0769230769vw, 170px) min(4.3846153846vw, 57px) auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style05) .Style__row {
    display: grid;
    gap: min(1.5384615385vw, 20px) min(5.3846153846vw, 70px);
    grid-template-areas: "column02 column01" "credit credit";
    grid-template-columns: repeat(2, min(33.8461538462vw, 440px));
    justify-content: center;
  }
}
:where(.Style05) .Style__column01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  :where(.Style05) .Style__column01 {
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style05) .Style__column01 {
    grid-area: column01;
  }
}
:where(.Style05) .Style__column02 {
  position: relative;
}
@media screen and (max-width: 768px) {
  :where(.Style05) .Style__column02 {
    margin-block-start: -7.4666666667vw;
    margin-inline-start: auto;
    mix-blend-mode: multiply;
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style05) .Style__column02 {
    grid-area: column02;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style05) .StyleCredit {
    padding-inline-start: 12vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style05) .StyleCredit {
    grid-area: credit;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style05) .StyleCredit__list {
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style05) .StyleCredit__list {
    display: flex;
    gap: min(0.6153846154vw, 8px);
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  :where(.Style06) {
    background: linear-gradient(90deg, rgb(var(--color__primary-rgb), 100%) 50.6666666667vw, var(--color__secondary) 50.6666666667vw, var(--color__secondary) 100%);
    margin-block-start: 45.3333333333vw;
    padding-block: 6.9333333333vw 16.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style06) {
    margin-block-start: min(15.3846153846vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style06) .Style__title {
    inset: 5.3333333333vw 3.7333333333vw auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style06) .Style__title {
    inset: min(11.8461538462vw, 154px) min(41.1538461538vw, 535px) auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style06) .Style__title path[fill=white] {
    fill: var(--color__text);
  }
}
@media screen and (min-width: 769px) {
  :where(.Style06) .Style__title path[fill="#F7D6A3"] {
    fill: #dcbb8b;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style06) .Style__lead {
    inset: 30.4vw 4.8vw auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style06) .Style__lead {
    inset: min(20.1538461538vw, 262px) min(42.6923076923vw, 555px) auto auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style06) .Style__lead path {
    fill: var(--color__text);
  }
}
@media screen and (min-width: 769px) {
  :where(.Style06) .Style__row {
    margin-inline: auto;
    padding-block-end: min(2.3846153846vw, 31px);
    position: relative;
    width: min(50vw, 650px);
  }
}
@media screen and (min-width: 769px) {
  :where(.Style06) .Style__row::before {
    background-color: rgb(var(--color__primary-rgb), 100%);
    content: "";
    display: block;
    inset: min(9.5384615385vw, 124px) min(16.3076923077vw, 212px) 0 0;
    pointer-events: none;
    position: absolute;
  }
}
:where(.Style06) .Style__column01 {
  position: relative;
}
@media screen and (min-width: 769px) {
  :where(.Style06) .Style__column01 {
    margin-inline-start: auto;
    width: min(33.8461538462vw, 440px);
  }
}
@media screen and (max-width: 768px) {
  :where(.Style06) .StyleCredit {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style06) .StyleCredit {
    inset: auto auto min(2.3076923077vw, 30px) min(2.3076923077vw, 30px);
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  :where(.Style06) .StyleCredit__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  :where(.Style06) .StyleCredit__list {
    display: flex;
    flex-direction: column;
    margin-inline-start: auto;
  }
}

@media screen and (max-width: 768px) {
  .Profile {
    margin-block-start: min(45.3333333333vw, 170px);
    padding-inline: 7.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Profile {
    border-block-end: 1px solid var(--color__border-gray);
    display: grid;
    gap: 0 min(2.3076923077vw, 30px);
    grid-template-areas: "title title" "image body";
    justify-content: center;
    margin-block-start: min(15.3846153846vw, 200px);
    margin-inline: auto;
    padding-block-end: min(3.0769230769vw, 40px);
    width: min(61.5384615385vw, 800px);
  }
}
.Profile::after {
  background-color: var(--color__border-gray);
  content: "";
  display: block;
  height: 1px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .Profile::after {
    margin-block-start: 6.6666666667vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .Profile::after {
    display: none;
  }
}

.Profile__title {
  border-block-end: 1px solid var(--color__border-gray);
  color: var(--color__tertiary);
  font-family: var(--fontFamily__sansSerif-en), sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .Profile__title {
    font-size: 2.9333333333vw;
    margin-block-end: 10.6666666667vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .Profile__title {
    font-size: min(1vw, 13px);
    grid-area: title;
    margin-block-end: min(3.0769230769vw, 40px);
    width: min(61.5384615385vw, 800px);
  }
}

.Profile__image {
  display: block;
}
@media screen and (max-width: 768px) {
  .Profile__image {
    margin-inline: auto;
    width: 32.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Profile__image {
    grid-area: image;
    place-self: end;
    width: min(11.6923076923vw, 152px);
  }
}

.Profile__body {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .Profile__body {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .Profile__body {
    grid-area: body;
  }
}

.Profile__job {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .Profile__job {
    font-size: 2.6666666667vw;
    margin-block-start: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .Profile__job {
    font-size: min(0.9230769231vw, 12px);
  }
}

.Profile__name {
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .Profile__name {
    font-size: 4.2666666667vw;
    margin-block-start: 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Profile__name {
    font-size: min(1.4615384615vw, 19px);
    margin-block-start: min(0.3076923077vw, 4px);
  }
}

.Profile__text {
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .Profile__text {
    font-size: 2.9333333333vw;
    margin-block-start: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Profile__text {
    font-size: min(1vw, 13px);
    margin-block-start: min(0.7692307692vw, 10px);
  }
}

.Profile__instagram {
  font-family: var(--fontFamily__sansSerif-en), sans-serif;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .Profile__instagram {
    font-size: 3.2vw;
    margin-block-start: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Profile__instagram {
    font-size: min(1.0769230769vw, 14px);
    margin-block-start: min(0.3846153846vw, 5px);
  }
}

.Profile__link {
  align-items: center;
  color: inherit;
  display: flex;
}
@media (hover: hover) and (pointer: fine) {
  .Profile__link {
    opacity: 1;
    transition: opacity 0.3s ease !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .Profile__link:hover, a:hover .Profile__link {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 768px) {
  .Profile__link {
    gap: 1.8666666667vw;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .Profile__link {
    gap: min(0.5384615385vw, 7px);
  }
}
.Profile__link::after {
  background-color: var(--color__tertiary);
  content: "";
  display: block;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjQ0OCIgaGVpZ2h0PSI4Ljg5NiIgdmlld0JveD0iMCAwIDQuNDQ4IDguODk2Ij48cGF0aCBkPSJNMTQ2Ny42MTgsMTAzNjMuMTUybC00LjQ0OCw0LjQ0OHYtOC45WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0NjMuMTcgLTEwMzU4LjcwNCkiIGZpbGw9IiM1OTU3NTciLz48L3N2Zz4=") no-repeat left top/contain;
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjQ0OCIgaGVpZ2h0PSI4Ljg5NiIgdmlld0JveD0iMCAwIDQuNDQ4IDguODk2Ij48cGF0aCBkPSJNMTQ2Ny42MTgsMTAzNjMuMTUybC00LjQ0OCw0LjQ0OHYtOC45WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0NjMuMTcgLTEwMzU4LjcwNCkiIGZpbGw9IiM1OTU3NTciLz48L3N2Zz4=") no-repeat left top/contain;
}
@media screen and (max-width: 768px) {
  .Profile__link::after {
    height: 2.3733333333vw;
    width: 1.1866666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Profile__link::after {
    height: min(0.6846153846vw, 8.9px);
    width: min(0.3423076923vw, 4.45px);
  }
}

@media screen and (max-width: 768px) {
  .Buttons {
    margin-block-start: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Buttons {
    margin-block-start: min(3.4615384615vw, 45px);
  }
}
.Buttons .Buttons__list {
  display: grid;
  justify-content: center;
  margin-inline: 0;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .Buttons .Buttons__list {
    gap: 10.6666666667vw;
    grid-template-columns: 85.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Buttons .Buttons__list {
    gap: min(3.0769230769vw, 40px);
    grid-template-columns: min(38.4615384615vw, 500px);
  }
}
.Buttons .Buttons__item {
  display: grid;
}
@media screen and (max-width: 768px) {
  .Buttons .Buttons__item {
    gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Buttons .Buttons__item {
    gap: min(0.3846153846vw, 5px);
  }
}
.Buttons .Buttons__link {
  background-color: var(--color__tertiary);
  color: var(--color__secondary);
  display: block;
  font-family: var(--fontFamily__sansSerif-en), sans-serif;
  font-weight: var(--fontWeight__bold);
  letter-spacing: 0.04em;
  line-height: 1;
  padding-block: 0.7em 0.6em;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .Buttons .Buttons__link {
    opacity: 1;
    transition: opacity 0.3s ease !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .Buttons .Buttons__link:hover, a:hover .Buttons .Buttons__link {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 768px) {
  .Buttons .Buttons__link {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Buttons .Buttons__link {
    font-size: min(1.2307692308vw, 16px);
  }
}
.Buttons .Buttons__text {
  display: block;
  font-weight: 350;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .Buttons .Buttons__text {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Buttons .Buttons__text {
    font-size: min(1vw, 13px);
  }
}

.Credit {
  font-family: var(--fontFamily__sansSerif-other), sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Credit {
    font-size: 2.6666666667vw;
    margin-block-start: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .Credit {
    font-size: min(0.9230769231vw, 12px);
    margin-block-start: min(2.3076923077vw, 30px);
  }
}

.Credit__title::after {
  background-color: var(--color__border-gray);
  content: "";
  display: block;
  height: 1px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .Credit__title::after {
    margin-block: 2.6666666667vw;
    width: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .Credit__title::after {
    margin-block: min(0.7692307692vw, 10px);
    width: min(1.3076923077vw, 17px);
  }
}

.Credit__text {
  line-height: 1.5;
}
.Footer {
  background-color: var(--color__secondary);
  position: relative;
}
@media screen and (max-width: 768px) {
  .Footer {
    display: grid;
    padding-block: 24vw 18.6666666667vw;
    padding-inline: 7.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .Footer {
    padding-block: 6.9230769231vw;
  }
}

.Footer__logo {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .Footer__logo {
    width: 56vw;
  }
}
@media screen and (min-width: 769px) {
  .Footer__logo {
    width: min(24.6153846154vw, 320px);
  }
}

.BackTop {
  color: inherit;
  display: block;
  font-family: var(--fontFamily__sansSerif-other), sans-serif;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-inline: auto;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .BackTop {
    opacity: 1;
    transition: opacity 0.3s ease !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .BackTop:hover, a:hover .BackTop {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 768px) {
  .BackTop {
    font-size: 2.6666666667vw;
    margin-block-start: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .BackTop {
    font-size: min(0.9230769231vw, 12px);
    margin-block-start: min(4.6153846154vw, 60px);
  }
}
.BackTop::before {
  background-color: var(--color__border-gray);
  content: "";
  display: block;
  margin-inline: auto;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjM5MjYgOC43NjEwM0w3LjU5OTE0IDEuNTE0NjVMMC44MDU2NjQgOC43NjEwMyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMC45MDU3OTciIHZlY3Rvci1lZmZlY3Q9Im5vbi1zY2FsaW5nLXN0cm9rZSIvPgo8L3N2Zz4K") no-repeat left top/contain;
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjM5MjYgOC43NjEwM0w3LjU5OTE0IDEuNTE0NjVMMC44MDU2NjQgOC43NjEwMyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMC45MDU3OTciIHZlY3Rvci1lZmZlY3Q9Im5vbi1zY2FsaW5nLXN0cm9rZSIvPgo8L3N2Zz4K") no-repeat left top/contain;
}
@media screen and (max-width: 768px) {
  .BackTop::before {
    height: 2.6666666667vw;
    margin-block-end: 0.5333333333vw;
    width: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .BackTop::before {
    height: min(0.8461538462vw, 11px);
    margin-block-end: min(0.1538461538vw, 2px);
    width: min(1.4615384615vw, 19px);
  }
}