@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  color: #161617;
  scroll-behavior: smooth;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-block: 22.5px;
  background-color: #f4f4f4;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    background-color: transparent;
    padding-block: 13px 9px;
  }
}
.header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(53, 92, 114, 0.3);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header.active {
    background-color: #f4f4f4;
  }
}
.header.active .header__logo {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .header.active .header__nav {
    -webkit-transform: initial;
            transform: initial;
  }
}
@media screen and (max-width: 767px) {
  .header.fixed {
    background-color: #f4f4f4;
  }
}
.header.fixed .header__logo {
  opacity: 1;
}
.header.modal-open::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .header.modal-open::after {
    display: none;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1640px;
  width: 93.42%;
  padding-inline: 7% 4%;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .header__content {
    -webkit-padding-end: 6%;
            padding-inline-end: 6%;
  }
}
@media screen and (max-width: 1280px) {
  .header__content {
    padding-inline: 4% 10%;
  }
}
@media screen and (max-width: 767px) {
  .header__content {
    position: static;
    width: 100%;
    padding-inline: 4.67%;
  }
}
.header__logo {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 80px;
    opacity: 0;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .header__nav {
    position: absolute;
    inset: 100% 0 auto;
    display: block;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    padding: 10.2% 9.6% 4.05%;
    font-size: 2rem;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header__nav a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .header__nav a {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__nav a:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.header__nav a:hover {
  color: #a32c30;
}
.header__cpy {
  position: absolute;
  inset: auto 0 4.05%;
  margin: auto;
  text-align: center;
  font-weight: 400;
}
.header__hamburger {
  display: none;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
    width: 20px;
    height: 17.5px;
    cursor: pointer;
  }
}
.header__hamburger.active span:first-of-type {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.header__hamburger.active span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
.header__hamburger.active span:last-of-type {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
.header__hamburger-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.header__hamburger-icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #161617;
  -webkit-transition: opacity 0.3s, width 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, width 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, width 0.3s;
  transition: transform 0.3s, opacity 0.3s, width 0.3s, -webkit-transform 0.3s;
}
.header__hamburger-icon span:first-of-type {
  top: 0;
}
.header__hamburger-icon span:nth-of-type(2) {
  margin-block: 5px;
}
.header__hamburger-icon span:last-of-type {
  bottom: 0;
}
.header__shop-button {
  opacity: 0;
  position: absolute;
  inset: 0 0 0 auto;
  width: 96px;
  border: none;
  background-color: #161617;
  -webkit-transition: 500ms;
  transition: 500ms;
  pointer-events: none;
}
.header__shop-button.visible {
  opacity: 1;
  pointer-events: initial;
}

.container {
  max-width: calc(1100px + 8%);
  margin: auto;
  padding-inline: 4%;
}

.heading {
  position: relative;
  /* stylelint-disable */
  /* stylelint-enable */
}
.heading--centered {
  text-align: center;
}
.heading--centered .heading__text::before {
  margin-inline: auto;
}
.heading--white * {
  color: #fff !important;
}
.heading--white .heading__text::before {
  background-color: #fff;
}
.heading__text {
  position: relative;
  color: #a32c30;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .heading__text {
    text-align: center;
    font-size: 1.4rem;
  }
}
.heading__text::before {
  content: "";
  display: block;
  width: 18px;
  height: 6px;
  background-color: #a32c30;
  border-radius: 50%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .heading__text::before {
    margin-inline: auto;
  }
}
.heading__ja-text {
  color: #161617;
  display: block;
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .heading__ja-text {
    font-size: 2rem;
  }
}

.button {
  position: relative;
  border-radius: 40px;
  background-color: #161617;
  width: 260px;
  padding: 28px 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: none;
}
@media screen and (max-width: 767px) {
  .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
    max-width: 375px;
    width: 100%;
    padding-block: 13px;
    font-size: 1.4rem;
  }
}
.button[disabled] {
  pointer-events: none !important;
  opacity: 0.7 !important;
}
.button--secondary {
  background-color: rgba(22, 22, 23, 0.7) !important;
}
.button--white {
  background-color: #fff;
  color: #161617;
}
.button--white::after {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.button--return {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.button--return::after {
  -webkit-transform: scale(-1) !important;
          transform: scale(-1) !important;
  right: unset !important;
  left: 40px !important;
}
@media screen and (max-width: 767px) {
  .button--return::after {
    left: auto !important;
    margin-left: -31px;
  }
}
.button--return:hover::after {
  -webkit-transform: scale(-1) translateX(5px) !important;
          transform: scale(-1) translateX(5px) !important;
}
.button::after {
  content: "";
  position: absolute;
  inset: 0 40px 0 auto;
  margin-block: auto;
  display: block;
  width: 7px;
  height: 10px;
  background-image: url("../public/img/button-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .button::after {
    position: relative;
    inset: initial;
  }
}
.button:hover {
  opacity: 0.5;
}
.button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.button input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: inherit;
}
.button:has(input:disabled) {
  opacity: 0.7;
  cursor: not-allowed;
}
.button:not(:has(input:disabled)) {
  opacity: 1;
  cursor: pointer;
}
.button:not(:has(input:disabled)) input {
  cursor: pointer;
}
.button:disabled {
  opacity: 0.7 !important;
  cursor: not-allowed !important;
}

.footer {
  background-color: #53535e;
  padding-block: 128px 60px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 23px;
  }
}
.footer__container {
  max-width: calc(1087px + 8%);
  padding-inline: 4%;
  margin: auto;
}
.footer__company {
  width: 100%;
  margin-top: 67px;
  margin-block: 67px 70px;
  border-collapse: collapse;
  text-align: start;
}
.footer__company th,
.footer__company td {
  text-align: start;
  border-block: 1px solid #f0f0f0;
  padding-block: 20px;
}
@media screen and (max-width: 767px) {
  .footer__company th,
  .footer__company td {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__company th {
    width: 150px;
  }
}
.footer__cpy {
  text-align: center;
}

.floating-cta {
  opacity: 0;
  position: absolute;
  left: 2.08%;
  bottom: 20px;
  margin: auto;
  width: 160px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 1001;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(1.5) translateX(15%) translateY(-40px);
          transform: scale(1.5) translateX(15%) translateY(-40px);
}
@media screen and (max-width: 767px) {
  .floating-cta {
    opacity: 1;
    position: fixed;
    top: auto;
    right: initial;
    left: 0;
    bottom: 70px;
    width: 100%;
    -webkit-transform: initial;
            transform: initial;
  }
}
.floating-cta.visible {
  opacity: 1;
  position: fixed;
}
.floating-cta.hide {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .floating-cta__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.floating-cta__online-shop-wrapper {
  background-color: #161617;
  padding-block: 16px;
}
@media screen and (max-width: 767px) {
  .floating-cta__online-shop-wrapper {
    display: none !important;
    position: relative;
    right: 2.27%;
    border-radius: 32px;
    width: 80px;
    height: 63px;
    padding-block: initial;
  }
}
.floating-cta__header {
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .floating-cta__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.floating-cta__header-wrapper {
  cursor: pointer;
}
.floating-cta__header-wrapper h2 {
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .floating-cta__header-wrapper h2 {
    font-size: 0.72rem;
  }
}
.floating-cta__header-wrapper.close {
  opacity: 0;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #161617;
  -webkit-transition: 0.2;
  transition: 0.2;
}
.floating-cta__header-wrapper.close h2 {
  margin-top: 5px;
}
.floating-cta__header-wrapper.close.active {
  opacity: 1;
}
.floating-cta__cart-icon {
  width: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .floating-cta__cart-icon {
    width: 22px;
  }
}
.floating-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 80%;
  height: 32px;
  margin-inline: auto;
  padding-inline: 5%;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.floating-cta__link .external-icon {
  margin-left: auto;
  width: 12px;
  height: 12px;
}
.floating-cta__link:not(:last-of-type) {
  margin-bottom: 8px;
}
.floating-cta__campaign-wrapper {
  position: relative;
  -o-border-image: linear-gradient(to right, #aa8c75 25%, #fce7ae 50%, #aa8c75 75%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #aa8c75), color-stop(50%, #fce7ae), color-stop(75%, #aa8c75));
     border-image: linear-gradient(to right, #aa8c75 25%, #fce7ae 50%, #aa8c75 75%);
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #8b352d), color-stop(50%, #d12c2c), color-stop(90%, #8b352d));
  background-image: linear-gradient(to right, #8b352d 10%, #d12c2c 50%, #8b352d 90%);
  color: #fff;
  z-index: 998;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media screen and (max-width: 767px) {
  .floating-cta__campaign-wrapper {
    opacity: 0;
    position: relative;
    left: 2.27%;
    width: 112px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.floating-cta__campaign-wrapper.visible {
  opacity: 1;
}
.floating-cta__campaign-wrapper.removed {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.floating-cta__campaign-content {
  display: block;
  position: relative;
  padding: 3px 3.75% 6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .floating-cta__campaign-content {
    padding: 6px 3.75%;
  }
}
.floating-cta__campaign-content::before {
  content: "";
  position: absolute;
  inset: 6px 0 0;
  margin: auto;
  background-image: url("../public/img/top/frame.svg");
  background-size: 91.88% 100%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.floating-cta__campaign-content .text {
  position: relative;
  margin-top: 8px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .floating-cta__campaign-content .text {
    margin-top: 4px;
    font-size: 0.72rem;
  }
}
.floating-cta__campaign-content .text::before,
.floating-cta__campaign-content .text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../public/img/campaign-decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .floating-cta__campaign-content .text::before,
  .floating-cta__campaign-content .text::after {
    width: 8px;
    height: 8px;
  }
}
.floating-cta__campaign-content .text::before {
  left: 5px;
}
@media screen and (max-width: 767px) {
  .floating-cta__campaign-content .text::before {
    left: 2px;
  }
}
.floating-cta__campaign-content .text::after {
  right: 6px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .floating-cta__campaign-content .text::after {
    right: 2px;
  }
}
.floating-cta__campaign-content .lg {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .floating-cta__campaign-content .lg {
    font-size: 1.3rem;
  }
}
.floating-cta__campaign-content h2 {
  margin-block: 0 4px;
  font-size: 1.8rem;
  line-height: 1.1666666667em;
  letter-spacing: 0.05em;
  text-shadow: 0 0 4px #820c14;
}
@media screen and (max-width: 767px) {
  .floating-cta__campaign-content h2 {
    font-size: 1.4rem;
  }
}
.floating-cta__campaign-header {
  position: relative;
  top: 9px;
  width: 130px;
  margin: 5px auto;
  font-weight: 700;
  background-color: #ffa115;
  color: #d12c2c;
}
@media screen and (max-width: 767px) {
  .floating-cta__campaign-header {
    top: 4px;
    width: 88px;
  }
}
.floating-cta__capsuled-text {
  max-width: 126px;
  width: 85.71%;
  margin: 0 auto 8px;
  -o-border-image: linear-gradient(to bottom, #aa8c75 25%, #fce7ae 50%, #aa8c75 75%);
     border-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #aa8c75), color-stop(50%, #fce7ae), color-stop(75%, #aa8c75));
     border-image: linear-gradient(to bottom, #aa8c75 25%, #fce7ae 50%, #aa8c75 75%);
  border-image-slice: 1;
  border-width: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #aa8c75), color-stop(50%, #fce7ae), color-stop(75%, #aa8c75));
  background-image: linear-gradient(to right, #aa8c75 25%, #fce7ae 50%, #aa8c75 75%);
  border-radius: 10px;
  line-height: 1em;
  padding-block: 3px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.floating-cta__capsuled-text .sm {
  font-size: 0.7rem;
}
.floating-cta__capsuled-text .md {
  font-size: 1.4rem;
}
.floating-cta__campaign-link {
  position: relative;
  display: block;
  padding: 6px 14px;
  background-color: #aa8c75;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .floating-cta__campaign-link {
    margin-top: 6px;
    padding: 4.8px 11px;
    font-size: 0.8rem;
  }
}
.floating-cta__campaign-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 4px;
  height: 4px;
  border: 1.5px solid #fff;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .floating-cta__campaign-link::after {
    right: 11px;
  }
}
.floating-cta__close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(22, 22, 23, 0.6);
  cursor: pointer;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.floating-cta__close-button svg {
  width: 7px;
  height: 7px;
}
.floating-cta__close-button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 110%;
  height: 110%;
}

.fos-modal {
  position: fixed;
  inset: 0;
  padding: 25px 10.67% 0;
  opacity: 0;
  background-color: rgba(53, 92, 114, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  isolation: isolate;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  z-index: 998;
}
.fos-modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  z-index: 1;
}
.fos-modal__label {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fos-modal__icon {
  width: 25px;
  margin-right: 10px;
}
.fos-modal__main {
  margin: auto 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.fos-modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
  margin-top: 25px;
  margin-inline: auto;
  gap: 15px;
}
.fos-modal .button {
  width: 100%;
}
.fos-modal__text-content {
  max-width: 227.5px;
  margin: auto;
  color: #fff;
  font-weight: 700;
}
.fos-modal__text-content span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.1em;
}
.fos-modal__text-content .fs-24 {
  margin-left: auto;
  margin-bottom: -10px;
  font-size: 1.4rem;
  letter-spacing: 0.55em;
}
.fos-modal__text-content .fs-16 {
  font-size: 0.9rem;
  margin-top: -20px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .fos-modal__text-content .fs-16 {
    font-size: 0.72rem;
  }
}
.fos-modal__text-graphic {
  width: 100%;
}
.fos-modal__text-graphic svg {
  width: 100%;
}
.fos-modal.active {
  pointer-events: all;
  opacity: 1;
}

.floating-links {
  opacity: 0;
  position: absolute;
  bottom: 95px;
  right: 0;
  z-index: 1000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .floating-links {
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 33px;
    padding-inline: 2.27%;
    gap: 2.17%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1000;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(28.37%, #fff));
    background: linear-gradient(180deg, transparent, #fff 28.37%);
  }
}
.floating-links.visible {
  opacity: 1;
  position: fixed;
}
.floating-links .click_amazon {
  background-color: #ffa115;
  display: grid;
  place-items: center;
  width: 239px;
  height: 67px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1019607843);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .floating-links .click_amazon {
    width: 32.61%;
    height: 50px;
    font-size: 1.3rem;
    border-radius: 0;
    letter-spacing: 0.055em;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 374px) {
  .floating-links .click_amazon {
    font-size: 1.1rem;
  }
}
.floating-links .click_amazon .light {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .floating-links .click_amazon .light {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 374px) {
  .floating-links .click_amazon .light {
    font-size: 0.7rem;
  }
}
.floating-links .click_amazon:hover .floating-links__content {
  background: transparent;
  color: #fff;
}
.floating-links .click_rakuten {
  background-color: #bf0000;
  display: grid;
  place-items: center;
  width: 239px;
  height: 67px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1019607843);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .floating-links .click_rakuten {
    width: 32.61%;
    height: 50px;
    font-size: 1.3rem;
    border-radius: 0;
    letter-spacing: 0.055em;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 374px) {
  .floating-links .click_rakuten {
    font-size: 1.1rem;
  }
}
.floating-links .click_rakuten .light {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .floating-links .click_rakuten .light {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 374px) {
  .floating-links .click_rakuten .light {
    font-size: 0.7rem;
  }
}
.floating-links .click_rakuten:hover .floating-links__content {
  background: transparent;
  color: #fff;
}
.floating-links .click_qoo10 {
  background-image: -webkit-gradient(linear, left top, right top, from(#fc4238), to(#a434f9));
  background-image: linear-gradient(90deg, #fc4238 0%, #a434f9 100%);
  display: grid;
  place-items: center;
  width: 239px;
  height: 67px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1019607843);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .floating-links .click_qoo10 {
    width: 32.61%;
    height: 50px;
    font-size: 1.3rem;
    border-radius: 0;
    letter-spacing: 0.055em;
  }
}
@media screen and (max-width: 374px) {
  .floating-links .click_qoo10 {
    font-size: 1.1rem;
  }
}
.floating-links .click_qoo10 .light {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .floating-links .click_qoo10 .light {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 374px) {
  .floating-links .click_qoo10 .light {
    font-size: 0.7rem;
  }
}
.floating-links .click_qoo10:hover .floating-links__content {
  background: transparent;
  color: #fff;
}
.floating-links__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  border-radius: 19px 0 0 19px;
  padding: 0 36px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .floating-links__content {
    padding: 0;
    border-radius: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top {
  position: relative;
}
.top .container {
  max-width: calc(1087px + 8%);
  padding-inline: 4%;
  margin: auto;
}
.top .mv {
  position: relative;
  overflow: hidden;
  max-height: 930px;
}
@media screen and (max-width: 767px) {
  .top .mv {
    max-height: unset;
    height: 666px;
  }
}
.top .mv__bg {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top .mv__bg {
    position: absolute;
    width: 100%;
  }
}
.top .mv__bg img {
  display: block;
}
@media screen and (max-width: 767px) {
  .top .mv__bg img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-filter: blur(20px);
            filter: blur(20px);
    height: 100%;
  }
}
.top .mv__container {
  position: absolute;
  inset: 14.09% 0 5.16%;
  max-width: 1636px;
  width: 85.36%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top .mv__container {
    position: relative;
    inset: 3.9% 0 22.67%;
    width: 80.53%;
    height: 73.42%;
    padding-block: 3.76% 22.56%;
    margin: auto;
  }
}
.top .mv__content {
  position: relative;
}
.top .mv__text-content {
  position: absolute;
  inset: -13.71% 0 auto;
  margin: auto;
  width: 453px;
  padding-inline: 35px;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .top .mv__text-content {
    width: 362px;
  }
}
@media screen and (max-width: 1080px) {
  .top .mv__text-content {
    width: 272px;
  }
}
@media screen and (max-width: 767px) {
  .top .mv__text-content {
    inset: -28px 0 auto;
    max-width: 223px;
    width: 100%;
    height: 100%;
    padding-inline: 0;
  }
}
.top .mv__text-content span {
  display: block;
}
.top .mv__text-content .fs-24 {
  text-align: end;
  font-size: 2.4rem;
  letter-spacing: 0.72em;
}
@media screen and (max-width: 1600px) {
  .top .mv__text-content .fs-24 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1280px) {
  .top .mv__text-content .fs-24 {
    font-size: 1.4rem;
  }
}
.top .mv__text-content .fs-16 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1600px) {
  .top .mv__text-content .fs-16 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1280px) {
  .top .mv__text-content .fs-16 {
    font-size: 1rem;
  }
}
.top .mv__text-graphic {
  margin-block: -14px -37px;
}
@media screen and (max-width: 1600px) {
  .top .mv__text-graphic {
    margin-block: -11px -30px;
  }
}
@media screen and (max-width: 1080px) {
  .top .mv__text-graphic {
    max-width: 230px;
    margin-block: -8px -10px;
    margin-inline: auto;
  }
}
.top .mv__main-image-wrapper {
  position: relative;
  border-radius: 331px;
  overflow: hidden;
  max-height: 700px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top .mv__main-image-wrapper {
    aspect-ratio: 600/975;
    height: 73.42%;
    max-height: 489px;
    margin: auto;
  }
}
.top .mv__sub-wrapper {
  width: 100%;
  height: 100%;
}
.top .mv__image {
  height: 100%;
}
.top .mv__image img {
  width: 100%;
  height: 100%;
  -o-object-position: center 40px;
     object-position: center 40px;
  display: block;
  -webkit-transform: translate3d(0, -7px, 0) scale(1.15);
          transform: translate3d(0, -7px, 0) scale(1.15);
}
@media screen and (max-width: 767px) {
  .top .mv__image .simpleParallax {
    width: 100%;
    height: 100%;
  }
}
.top .mv__border-path {
  position: absolute;
  inset: 0;
  width: 97.56%;
  max-height: 660px;
  height: 94.29%;
  margin: auto;
}
.top .mv__leading {
  position: absolute;
  inset: 0 10.73% 0 auto;
  margin: auto;
  width: 490px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media screen and (max-width: 1600px) {
  .top .mv__leading {
    width: 392px;
    right: 6.58%;
  }
}
@media screen and (max-width: 1280px) {
  .top .mv__leading {
    width: 314px;
  }
}
@media screen and (max-width: 767px) {
  .top .mv__leading {
    inset: auto 0 -15.54%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 102%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-transform: initial;
            transform: initial;
  }
}
.top .mv__leading p {
  margin-bottom: 35px;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3514583333em;
  text-shadow: 0 0 15px #355c72;
}
@media screen and (max-width: 1600px) {
  .top .mv__leading p {
    margin-bottom: 28px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .top .mv__leading p {
    margin-bottom: 22px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top .mv__leading p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
}
.top .mv__leading p span {
  font-size: 6.4rem;
}
@media screen and (max-width: 1600px) {
  .top .mv__leading p span {
    font-size: 5.1rem;
  }
}
@media screen and (max-width: 1280px) {
  .top .mv__leading p span {
    font-size: 4rem;
  }
}
.top .mv__product-image {
  max-width: 490px;
}
@media screen and (max-width: 1600px) {
  .top .mv__product-image {
    max-width: 392px;
  }
}
@media screen and (max-width: 1280px) {
  .top .mv__product-image {
    max-width: 324px;
  }
}
@media screen and (max-width: 767px) {
  .top .mv__product-image {
    max-width: 224px;
    width: 74.17%;
    margin: auto;
  }
}
.top .mv__product-name {
  position: absolute;
  inset: auto auto 1.97% 20.31%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0 0 6px rgba(51, 77, 94, 0.75);
}
@media screen and (max-width: 767px) {
  .top .mv__product-name {
    bottom: 25.36%;
    left: 4.64%;
    font-size: 1rem;
  }
}
.top .mv__footer {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  .top .mv__footer {
    width: 80%;
    margin: 45px auto 85px;
  }
}
.top .mv__product-details {
  gap: 20px;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-shadow: 0 0 15px #355c72;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .top .mv__product-details {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .top .mv__product-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #355c72;
    padding: 25px 2%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 9px rgba(53, 92, 114, 0.3);
            box-shadow: 0 0 9px rgba(53, 92, 114, 0.3);
    color: #355c72;
    text-shadow: none;
    white-space: nowrap;
  }
}
.top .mv__product-details .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.top .mv__product-details small {
  font-size: 1.8rem;
}
.top .mv__product-detail-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .top .mv__product-detail-group {
    width: 45%;
  }
}
.top .mv__grid-layer {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1.8fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: row dense;
}
.top .mv__grid-item {
  border: 3px solid #a32c30;
  border-collapse: collapse;
}
.top .mv__grid-item[data-grid-item="0"], .top .mv__grid-item[data-grid-item="1"], .top .mv__grid-item[data-grid-item="2"] {
  border-top: none;
}
.top .mv__grid-item[data-grid-item="0"], .top .mv__grid-item[data-grid-item="3"], .top .mv__grid-item[data-grid-item="6"] {
  border-left: none;
}
.top .mv__grid-item[data-grid-item="2"], .top .mv__grid-item[data-grid-item="5"], .top .mv__grid-item[data-grid-item="8"] {
  border-right: none;
}
.top .mv__grid-item[data-grid-item="6"], .top .mv__grid-item[data-grid-item="7"], .top .mv__grid-item[data-grid-item="8"] {
  border-bottom: none;
}
.top .concept {
  position: relative;
  padding-block: 245px 128px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .top .concept {
    padding-block: 196px 102px;
  }
}
@media screen and (max-width: 767px) {
  .top .concept {
    padding-block: 0 136px;
  }
}
.top .concept__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .concept__row--button-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 150px;
}
@media screen and (max-width: 1600px) {
  .top .concept__row--button-row {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .top .concept__row--button-row {
    max-width: 302px;
    margin: 50px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top .concept__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.36%;
          flex: 0 0 35.36%;
}
@media screen and (max-width: 1080px) {
  .top .concept__column {
    -ms-flex-preferred-size: 42.47%;
        flex-basis: 42.47%;
    min-width: 337px;
  }
}
@media screen and (max-width: 767px) {
  .top .concept__column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.top .concept__column:first-of-type {
  padding-top: 12px;
}
.top .concept__leading {
  margin-block: 30px 25px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.9166666667em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top .concept__leading {
    text-align: center;
    max-width: 250px;
    margin: 33px auto;
    font-size: 2rem;
    line-height: 2.3em;
  }
}
.top .concept__encircled-text {
  display: inline-block;
  width: 120px;
  margin-right: 5px;
  text-align: center;
  border-radius: 50%;
  background-color: #a32c30;
  color: #fff;
}
.top .concept__encircled-text p {
  position: relative;
  bottom: 1px;
}
.top .concept__encircled-text--reversed {
  background-color: #fff;
  border: 1px solid #a32c30;
  color: #a32c30;
}
.top .concept__encircled-text-row:first-of-type {
  margin-block: 12px 14px;
}
.top .concept__encircled-text-row:last-of-type {
  margin-bottom: 9px;
}
.top .concept__content {
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top .concept__content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}
.top .concept__section-image-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .concept__section-image-wrapper {
    margin-bottom: 50px;
  }
}
.top .concept__section-image-wrapper::before {
  content: "";
  position: absolute;
  inset: auto -50px -77px auto;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 64px;
  background-image: url("../public/img/top/section-1.png");
  background-repeat: no-repeat;
  background-position: -30px;
  background-size: 178%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .top .concept__section-image-wrapper::before {
    bottom: -39px;
  }
}
.top .concept__section-image {
  position: relative;
  border-radius: 0 64px;
  max-height: 508px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .top .concept__section-image {
    max-height: 406px;
  }
}
@media screen and (max-width: 767px) {
  .top .concept__section-image {
    max-height: 270px;
  }
}
.top .features {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  /* stylelint-disable */
  /* stylelint-enable */
}
.top .features__wave {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}
.top .features__wave svg {
  position: relative;
  display: block;
  width: calc(130% + 1.3px);
  height: 49px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .top .features__wave svg {
    height: 14px;
  }
}
.top .features__wave--bottom {
  position: absolute;
  bottom: 0;
}
.top .features__wave--bottom svg {
  width: calc(135% + 1.3px);
  -webkit-transform: scaleY(-1) scaleX(1);
          transform: scaleY(-1) scaleX(1);
  fill: #fff;
}
.top .features__content {
  width: 100%;
  padding-block: 78px 215px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#e9eff0), color-stop(50%, #cfe0e8), to(#e9eff0));
  background-image: linear-gradient(to right, #e9eff0 0%, #cfe0e8 50%, #e9eff0 100%);
  background-size: 130%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .top .features__content {
    padding-block: 47px 129px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__content {
    padding-block: 77px 100px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="1"] .features__image-counter {
    top: -20.08%;
    left: 10.86%;
  }
}
.top .features__item[data-feature="1"] .features__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9.45%;
  max-width: calc(1640px + 8%);
  padding-inline: 4%;
  margin: 217px auto 375px;
}
@media screen and (max-width: 1600px) {
  .top .features__item[data-feature="1"] .features__row {
    max-width: calc(1312px + 8%);
    margin: 174px auto 300px;
    gap: 7.56%;
  }
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="1"] .features__row {
    margin: 130px auto 225px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="1"] .features__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 90px;
    margin: 162.5px auto 160px;
  }
}
.top .features__item[data-feature="1"] .features__image-wrapper {
  max-width: 900px;
  width: 64.76%;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="1"] .features__image-wrapper {
    width: 100%;
  }
}
.top .features__item[data-feature="1"] .features__title {
  left: 3.68%;
  bottom: -4.41%;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="1"] .features__title {
    left: auto;
    right: 14.48%;
  }
}
.top .features__item[data-feature="1"] .features__title span:nth-of-type(2) {
  right: -10%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="1"] .features__title span:nth-of-type(2) {
    right: 56px;
  }
}
.top .features__item[data-feature="1"] .features__text--sm {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="1"] .features__text--sm {
    text-align: end;
  }
}
.top .features__item[data-feature="1"] .features__content-image {
  margin-block: 60px 24px;
  max-width: 395px;
}
@media screen and (max-width: 1600px) {
  .top .features__item[data-feature="1"] .features__content-image {
    margin-block: 40px 19px;
    max-width: 316px;
  }
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="1"] .features__content-image {
    margin-block: 36px 14px;
    max-width: 253px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="1"] .features__content-image {
    width: 73.93%;
    margin: 16px auto 28px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="1"] .features__column {
    margin-inline: auto;
    max-width: 303px;
  }
}
.top .features__item[data-feature="2"] {
  padding-bottom: 410px;
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="2"] {
    padding-bottom: 328px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] {
    padding-bottom: 182px;
  }
}
.top .features__item[data-feature="2"] .features__row {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] .features__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top .features__item[data-feature="2"] .features__column {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: calc(1640px + 8%);
  padding-inline: 4%;
}
@media screen and (max-width: 1600px) {
  .top .features__item[data-feature="2"] .features__column {
    top: 80px;
    max-width: calc(1312px + 8%);
  }
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="2"] .features__column {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] .features__column {
    position: relative;
    top: 0;
  }
}
.top .features__item[data-feature="2"] .features__image-wrapper {
  max-width: 766px;
  width: 39.9%;
  margin-left: auto;
}
@media screen and (min-width: 1601px) {
  .top .features__item[data-feature="2"] .features__image-wrapper {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] .features__image-wrapper {
    width: 98%;
  }
}
.top .features__item[data-feature="2"] .features__image {
  border-radius: 0 0 0 64px;
}
.top .features__item[data-feature="2"] .features__image-counter {
  top: -38.88%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] .features__image-counter {
    top: -23.92%;
    right: 9.54%;
  }
}
.top .features__item[data-feature="2"] .features__title {
  top: -4.32%;
  left: -17.69%;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] .features__title {
    top: 88.67%;
    left: 7.48%;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] .features__title span:last-of-type {
    right: 0;
    left: 22.5px;
  }
}
.top .features__item[data-feature="2"] .offset {
  position: relative;
  top: 100px;
}
@media screen and (max-width: 1600px) {
  .top .features__item[data-feature="2"] .offset {
    top: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="2"] .offset {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] .offset {
    top: 0;
  }
}
.top .features__item[data-feature="2"] .features__sub-row {
  gap: 1.04%;
}
@media screen and (max-width: 1600px) {
  .top .features__item[data-feature="2"] .features__sub-row {
    max-width: 1312px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] .features__sub-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    max-width: 302px;
    margin-top: 95px;
  }
}
.top .features__item[data-feature="2"] .features__sub-item {
  max-width: 396px;
  width: 24.15%;
  min-width: 316px;
}
@media screen and (max-width: 1600px) {
  .top .features__item[data-feature="2"] .features__sub-item {
    max-width: unset;
    width: 26%;
    min-width: unset;
  }
}
@media screen and (max-width: 1280px) {
  .top .features__item[data-feature="2"] .features__sub-item {
    width: 28%;
  }
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="2"] .features__sub-item {
    max-width: 238px;
    width: 24.15%;
    min-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] .features__sub-item {
    min-width: unset;
    width: 74.5%;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] .features__sub-item:nth-of-type(1) {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="2"] .features__sub-item:nth-of-type(1) .features__sub-item-text {
    text-align: end;
  }
}
.top .features__item[data-feature="2"] .features__text {
  margin-bottom: 14px;
}
.top .features__item[data-feature="3"] {
  padding-bottom: 356px;
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="3"] {
    padding-bottom: 214px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="3"] {
    padding-bottom: 132.5px;
  }
}
.top .features__item[data-feature="3"] .features__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 11.9%;
  max-width: calc(1370px + 8%);
  padding-inline: 4%;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .top .features__item[data-feature="3"] .features__row {
    max-width: calc(1096px + 8%);
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="3"] .features__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top .features__item[data-feature="3"] .features__image-wrapper {
  aspect-ratio: 674/674;
  max-height: 674px;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="3"] .features__image-wrapper {
    aspect-ratio: 359/359;
    max-height: 359px;
  }
}
.top .features__item[data-feature="3"] .features__image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="3"] .features__image-row {
    max-width: 404px;
  }
}
.top .features__item[data-feature="3"] .features__column {
  width: 38.98%;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="3"] .features__image-counter {
    top: -13.93%;
    left: 8.08%;
  }
}
.top .features__item[data-feature="3"] .features__title {
  bottom: -3.58%;
  right: 7.43%;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="3"] .features__title {
    bottom: -12.81%;
    right: 7.24%;
  }
}
.top .features__item[data-feature="3"] .features__title span:first-of-type {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="3"] .features__title span:first-of-type {
    right: 0;
  }
}
.top .features__item[data-feature="3"] .features__title span:last-of-type {
  right: 0;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="3"] .features__title span:last-of-type {
    right: 40px;
  }
}
.top .features__item[data-feature="3"] .features__column {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="3"] .features__column {
    margin-top: 92.5px;
    width: 100%;
  }
}
.top .features__item[data-feature="3"] .features__sub-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="3"] .features__sub-row {
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="3"] .features__sub-row {
    max-width: 303px;
    width: 100%;
    gap: 50px;
  }
}
.top .features__item[data-feature="3"] .features__sub-item {
  width: 73.97%;
  min-width: 316px;
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="3"] .features__sub-item {
    min-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="3"] .features__sub-item {
    min-width: unset;
    width: 74.26%;
  }
}
.top .features__item[data-feature="3"] .features__sub-item:last-of-type {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="3"] .features__sub-item:last-of-type {
    text-align: end;
  }
}
.top .features__item[data-feature="3"] .features__text--sm {
  margin-bottom: 10px;
}
.top .features__item[data-feature="4"] {
  position: relative;
  max-width: 1087px;
  margin: auto;
  background-image: url("../public/img/top/ft-4.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 64px;
  -webkit-box-shadow: 0 0 48px rgba(53, 92, 114, 0.2);
          box-shadow: 0 0 48px rgba(53, 92, 114, 0.2);
}
.top .features__item[data-feature="4"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(228, 243, 247, 0.8);
  border-radius: 0 64px;
}
.top .features__item[data-feature="4"] .features__image-counter {
  inset: -28.57% 0 auto 0;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="4"] .features__image-counter {
    top: -3%;
  }
}
.top .features__item[data-feature="4"] .features__title {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="4"] .features__title {
    margin-bottom: 24px;
  }
}
.top .features__item[data-feature="4"] .features__title span {
  inset: unset;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.top .features__item[data-feature="4"] .features__title span:first-of-type {
  padding-inline: 72px;
  margin-bottom: 8px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1080px) {
  .top .features__item[data-feature="4"] .features__title span:first-of-type {
    padding-inline: 43px;
    font-size: 1.4rem;
  }
}
.top .features__item[data-feature="4"] .features__text--fs-16 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top .features__item[data-feature="4"] .features__text--fs-16 {
    width: 100%;
  }
}
.top .features__item-wrapper {
  max-width: calc(1087px + 8%);
  padding-inline: 4%;
  margin: auto;
}
.top .features__image-wrapper {
  position: relative;
  height: 100%;
}
.top .features__image, .top .features__content-image {
  border-radius: 0 64px;
  overflow: hidden;
}
.top .features__content-image-wrapper {
  position: relative;
}
.top .features__product-preview {
  position: absolute;
  bottom: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1080px) {
  .top .features__product-preview {
    bottom: -27px;
  }
}
.top .features__product-preview-image {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border: 2px solid #cfdde5;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .top .features__product-preview-image {
    max-width: 67px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__product-preview-image {
    border-width: 3px;
  }
}
.top .features__product-preview-image img {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #3d5e77;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .top .features__product-preview-image .simpleParallax {
    border: 3px solid #3d5e77;
    border-radius: 50%;
  }
}
.top .features__product-preview-text {
  position: relative;
  left: -20px;
}
@media screen and (max-width: 1080px) {
  .top .features__product-preview-text {
    bottom: -3px;
    left: -12px;
  }
}
.top .features__product-preview-text::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -10px;
  display: block;
  width: 5px;
  height: 33px;
  background-color: #cfdde5;
  border-radius: 2px;
  -webkit-transform: rotate(132deg);
          transform: rotate(132deg);
}
@media screen and (max-width: 1080px) {
  .top .features__product-preview-text::before {
    left: -6px;
    height: 20px;
  }
}
.top .features__product-preview-text span {
  position: relative;
  bottom: 5px;
  border-bottom: 2px solid #3d5e77;
  padding-bottom: 5px;
  padding-left: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3d5e77;
  letter-spacing: 0.1em;
  line-height: 2.5em;
}
@media screen and (max-width: 1080px) {
  .top .features__product-preview-text span {
    font-size: 1rem;
    padding-left: 15px;
  }
}
.top .features__product-preview-text span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -10px;
  display: block;
  width: 2px;
  height: 25px;
  background-color: #3d5e77;
  -webkit-transform: rotate(132deg);
          transform: rotate(132deg);
}
@media screen and (max-width: 1080px) {
  .top .features__product-preview-text span::before {
    left: -6px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__product-preview-text span::before {
    left: -5px;
    bottom: -4px;
    height: 15px;
  }
}
.top .features__image-counter {
  position: absolute;
  top: -13.24%;
  color: #fff;
  opacity: 0.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 35rem;
  letter-spacing: 0.05em;
  line-height: 0.75em;
}
@media screen and (max-width: 1600px) {
  .top .features__image-counter {
    font-size: 28rem;
  }
}
@media screen and (max-width: 1280px) {
  .top .features__image-counter {
    font-size: 21rem;
  }
}
@media screen and (max-width: 767px) {
  .top .features__image-counter {
    font-size: 10rem;
  }
}
.top .features__title {
  position: absolute;
}
.top .features__title span {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  padding-inline: 45px;
  color: #3d5e77;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 1600px) {
  .top .features__title span {
    padding-inline: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .top .features__title span {
    padding-inline: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1080px) {
  .top .features__title span {
    padding-inline: 2.9px;
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .top .features__title span {
    padding: 3px 22px;
    font-size: 2rem;
  }
}
.top .features__title span:last-of-type {
  margin-top: 8px;
  right: 40px;
}
@media screen and (max-width: 1080px) {
  .top .features__title span:last-of-type {
    right: 24px;
  }
}
.top .features__image {
  -webkit-box-shadow: 0 0 48px rgba(53, 92, 114, 0.2);
          box-shadow: 0 0 48px rgba(53, 92, 114, 0.2);
}
.top .features__text {
  color: #3d5e77;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1600px) {
  .top .features__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .top .features__text {
    font-size: 1.4rem;
  }
}
.top .features__text--sm {
  font-size: 1.8rem;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 1600px) {
  .top .features__text--sm {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .top .features__text--sm {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .top .features__text--sm {
    font-size: 1.4rem;
  }
}
.top .features__text--fs-16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1600px) {
  .top .features__text--fs-16 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1080px) {
  .top .features__text--fs-16 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top .features__text--fs-16 {
    font-size: 1.4rem;
    line-height: 2em;
  }
}
.top .features__text--align-end {
  text-align: end;
}
@media screen and (max-width: 767px) {
  .top .features__text--align-end {
    text-align: start;
  }
}
.top .features__text--align-center {
  text-align: center;
}
.top .features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .features__sub-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .features__content-container {
  position: relative;
  padding: 80px 0 85px;
  border-radius: 0 64px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .top .features__content-container {
    padding: 48px 0 51px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__content-container {
    padding: 112px 7.8% 62px;
  }
}
.top .features__content-row, .top .features__content-icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .features__content-row {
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .top .features__content-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .top .features__content-row p {
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.top .features__content-icon-row {
  gap: 5px;
  margin-block: 11px;
}
@media screen and (max-width: 767px) {
  .top .features__content-icon-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top .features__content-icon {
  max-width: 96px;
}
@media screen and (max-width: 1080px) {
  .top .features__content-icon {
    max-width: 58px;
  }
}
@media screen and (max-width: 767px) {
  .top .features__content-icon {
    width: 33.33%;
    max-width: 70px;
  }
}
.top .features__content-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top .features__content-column {
    width: 100%;
  }
}
.top .features__content-title {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #3d5e77;
}
@media screen and (max-width: 1080px) {
  .top .features__content-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top .features__content-title {
    font-size: 2rem;
  }
}
.top .features__content-title::before, .top .features__content-title::after {
  content: "";
  position: absolute;
  inset: 0 auto 0;
  margin: auto;
  display: block;
  width: 30.21%;
  height: 2px;
  background-color: #161617;
}
.top .features__content-title::after {
  right: 0;
}
.top .cta {
  position: relative;
  padding: 128px 4%;
}
@media screen and (max-width: 1080px) {
  .top .cta {
    padding: 77px 4%;
  }
}
@media screen and (max-width: 767px) {
  .top .cta {
    padding: 78px 4% 128px;
  }
}
.top .cta.pathed-section {
  padding-top: 238px;
}
@media screen and (max-width: 108px) {
  .top .cta.pathed-section {
    padding-top: 142px;
  }
}
@media screen and (max-width: 767px) {
  .top .cta.pathed-section {
    padding-top: 111px;
  }
}
.top .cta__bg {
  position: absolute;
  inset: 0 0 auto;
  height: 554px;
  background-color: #161617;
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  isolation: isolate;
  z-index: 0;
}
@media screen and (max-width: 1080px) {
  .top .cta__bg {
    height: 332px;
  }
}
@media screen and (max-width: 767px) {
  .top .cta__bg {
    height: 111px;
  }
}
.top .cta__bg::before {
  content: "";
  position: absolute;
  top: 3px;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  background-color: #fff;
  z-index: -1;
}
.top .cta__container {
  position: relative;
  max-width: 1087px;
  margin: auto;
  background-image: url("../public/img/top/cta-bg.jpg");
  background-position: center 35%;
  border-radius: 0 64px;
  padding-block: 56px;
}
@media screen and (max-width: 767px) {
  .top .cta__container {
    padding-inline: 7.69%;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
}
.top .cta__content-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top .cta__content-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top .cta__product-image {
  max-width: 259px;
}
.top .cta__text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top .cta__text {
    font-size: 2rem;
    text-align: center;
  }
}
.top .cta__button-row {
  position: absolute;
  inset: auto 0 -20.44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .top .cta__button-row {
    position: relative;
    inset: 0;
    margin-top: 62.5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top .lineup {
  padding-bottom: 130px;
}
@media screen and (max-width: 1600px) {
  .top .lineup {
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup {
    padding-bottom: 87.5px;
  }
}
.top .lineup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.91%;
  max-width: calc(1640px + 8%);
  padding-inline: 4%;
  margin: 50px auto 0;
}
@media screen and (max-width: 1600px) {
  .top .lineup__row {
    max-width: calc(1312px + 8%);
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80.53%;
    padding-inline: 0;
    margin-top: 68px;
  }
}
.top .lineup__item {
  display: block;
  aspect-ratio: 1/1;
  max-width: 536px;
  width: 32.68%;
  border-bottom: 2px solid #161617;
}
@media screen and (max-width: 1080px) {
  .top .lineup__item {
    width: 322px;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup__item {
    max-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup__item:not(:last-of-type) {
    margin-bottom: 25px !important;
  }
}
.top .lineup__item:nth-of-type(2) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top .lineup__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.top .lineup__item:nth-of-type(3) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .top .lineup__item:nth-of-type(3) {
    margin-top: 0;
  }
}
.top .lineup__item .simpleParallax {
  -webkit-transition: 1000ms ease;
  transition: 1000ms ease;
}
.top .lineup__item:hover .lineup__image .simpleParallax {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.top .lineup__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .lineup__image-blur {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}
.top .lineup__image-blur img {
  width: 110%;
  height: 110%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.top .lineup__image-blur::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  z-index: 1;
}
.top .lineup__image-blur--the-black::before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#191919), color-stop(#666d70), to(#191919));
  background-image: linear-gradient(to bottom left, #191919, #666d70, #191919);
}
.top .lineup__image-blur--big-brown::before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#140903), color-stop(#a16545), to(#140903));
  background-image: linear-gradient(to bottom left, #140903, #a16545, #140903);
}
.top .lineup__image-blur--american-gray::before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#42311e), color-stop(#8ba8b3), to(#42311e));
  background-image: linear-gradient(to bottom left, #42311e, #8ba8b3, #42311e);
}
.top .lineup__image-main {
  position: relative;
  width: 81.34%;
  margin: auto;
}
.top .lineup__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.top .lineup__overlay {
  position: absolute;
  inset: 0;
}
.top .lineup__product-overview {
  position: absolute;
  top: -6.98%;
  left: -6.88%;
  max-width: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top .lineup__product-name {
  position: absolute;
  left: -4.82%;
  bottom: -5.73%;
  color: #fff;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
}
.top .lineup__product-name h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 4.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  .top .lineup__product-name h3 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .top .lineup__product-name h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup__product-name h3 {
    font-size: 2rem;
  }
}
.top .lineup__product-name span {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  .top .lineup__product-name span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1080px) {
  .top .lineup__product-name span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup__product-name span {
    font-size: 1rem;
  }
}
.top .lineup__product-measurement {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  isolation: isolate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) {
  .top .lineup__product-measurement {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .top .lineup__product-measurement {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup__product-measurement {
    height: 56px;
    border-width: 2px;
    font-size: 56px;
  }
}
.top .lineup__product-measurement::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  opacity: 0.7;
  z-index: -1;
}
.top .lineup__product-measurement--the-black::before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#191919), color-stop(#666d70), to(#191919));
  background-image: linear-gradient(to bottom left, #191919, #666d70, #191919);
}
.top .lineup__product-measurement--big-brown::before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#140903), color-stop(#a16545), to(#140903));
  background-image: linear-gradient(to bottom left, #140903, #a16545, #140903);
}
.top .lineup__product-measurement--american-gray::before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#42311e), color-stop(#8ba8b3), to(#42311e));
  background-image: linear-gradient(to bottom left, #42311e, #8ba8b3, #42311e);
}
.top .lineup__label {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  .top .lineup__label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  .top .lineup__label {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup__label {
    font-size: 0.7rem;
  }
}
.top .lineup__item-measurement {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 5px;
}
@media screen and (max-width: 1440px) {
  .top .lineup__item-measurement {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1080px) {
  .top .lineup__item-measurement {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup__item-measurement {
    font-size: 1.3rem;
  }
}
.top .lineup__item-measurement small {
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .top .lineup__item-measurement small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1080px) {
  .top .lineup__item-measurement small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup__item-measurement small {
    font-size: 0.9rem;
  }
}
.top .lineup__product-image {
  max-width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -15px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .top .lineup__product-image {
    max-width: 96px;
  }
}
@media screen and (max-width: 1080px) {
  .top .lineup__product-image {
    max-width: 72px;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup__product-image {
    max-width: 67px;
  }
}
.top .lineup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 10px;
  padding-inline: 5.63%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .top .lineup__link {
    padding-block: 6px;
    font-size: 1rem;
  }
}
.top .lineup__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #161617;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top .product-info {
  position: relative;
  padding-top: 170px;
  margin-bottom: -140px;
}
@media screen and (max-width: 1600px) {
  .top .product-info {
    padding-top: 136px;
    margin-bottom: -112px;
  }
}
@media screen and (max-width: 1080px) {
  .top .product-info {
    padding-top: 102px;
    margin-bottom: -84px;
  }
}
.top .product-info.the-black .product-info__content {
  background-color: #e6e7e8;
}
.top .product-info.big-brown .product-info__content {
  background-color: #f2eeeb;
}
.top .product-info.american-gray .product-info__content {
  background-color: #e8eeef;
}
.top .product-info__pre-bg {
  position: absolute;
  inset: 0 0 auto;
  height: 554px;
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .top .product-info__pre-bg {
    height: 443px;
  }
}
@media screen and (max-width: 1080px) {
  .top .product-info__pre-bg {
    height: 332px;
  }
}
.top .product-info__bg {
  position: absolute;
  inset: 0 0 auto;
  height: 554px;
  background-color: #161617;
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  isolation: isolate;
  z-index: 0;
}
@media screen and (max-width: 1600px) {
  .top .product-info__bg {
    height: 443px;
  }
}
@media screen and (max-width: 1080px) {
  .top .product-info__bg {
    height: 332px;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__bg {
    height: 102px;
  }
}
.top .product-info__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 99%;
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .product-info__bg::before {
    height: 95.5%;
  }
}
.top .product-info__bg.the-black::before {
  background-image: url("../public/img/top/the-black-banner.jpg");
}
.top .product-info__bg.big-brown::before {
  background-image: url("../public/img/top/big-brown-banner.jpg");
}
.top .product-info__bg.american-gray::before {
  background-image: url("../public/img/top/american-gray-banner.jpg");
}
.top .product-info__visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.91%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(1640px + 8%);
  padding-inline: 4%;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .top .product-info__visual {
    max-width: calc(1312px + 8%);
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__visual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 0;
  }
}
.top .product-info__model-wrapper {
  position: relative;
  width: 49.51%;
  aspect-ratio: 812/760;
  isolation: isolate;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1600px) {
  .top .product-info__model-wrapper {
    aspect-ratio: 650/608;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__model-wrapper {
    width: 100%;
  }
}
.top .product-info__model-wrapper:nth-of-type(3) {
  top: 64px;
}
@media screen and (max-width: 1600px) {
  .top .product-info__model-wrapper:nth-of-type(3) {
    top: 51px;
  }
}
@media screen and (max-width: 1080px) {
  .top .product-info__model-wrapper:nth-of-type(3) {
    top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__model-wrapper:nth-of-type(3) {
    top: 0;
  }
}
.top .product-info__model-blur {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  isolation: isolate;
  z-index: -1;
}
.top .product-info__model-blur img {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  display: block;
  scale: 1.3;
}
.top .product-info__model-blur::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  z-index: 1;
}
.top .product-info__model-blur--the-black::before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#191919), color-stop(#666d70), to(#191919));
  background-image: linear-gradient(to bottom left, #191919, #666d70, #191919);
}
.top .product-info__model-blur--big-brown::before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#140903), color-stop(#a16545), to(#140903));
  background-image: linear-gradient(to bottom left, #140903, #a16545, #140903);
}
.top .product-info__model-blur--american-gray::before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#42311e), color-stop(#8ba8b3), to(#42311e));
  background-image: linear-gradient(to bottom left, #42311e, #8ba8b3, #42311e);
}
.top .product-info__model-main {
  overflow: hidden;
  width: 87.68%;
  height: 86.64%;
}
.top .product-info__title {
  position: absolute;
  inset: auto 0 0;
  margin: auto;
  max-width: 536px;
  width: 32.68%;
  padding: 58px 0;
}
@media screen and (max-width: 1600px) {
  .top .product-info__title {
    width: 429px;
  }
}
@media screen and (max-width: 1080px) {
  .top .product-info__title {
    padding: 35px 0;
    max-width: 322px;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__title {
    position: relative;
    max-width: unset;
    width: 71.29%;
    padding-top: 0;
    padding-bottom: 20px;
    background-color: transparent;
  }
}
.top .product-info__catch-wrapper {
  position: absolute;
  inset: -12.58% 0 auto;
  margin: auto;
  width: 216px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #161617;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .top .product-info__catch-wrapper {
    width: 130px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__catch-wrapper {
    position: relative;
    inset: initial;
    width: 100%;
    height: unset;
    margin-bottom: 15px;
    padding-block: 20px;
    border-width: 2px;
  }
}
.top .product-info__catch-wrapper p {
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5384615385em;
}
@media screen and (max-width: 1080px) {
  .top .product-info__catch-wrapper p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__catch-wrapper p {
    font-size: 1rem;
  }
}
.top .product-info__image {
  position: absolute;
  inset: auto 0 -24.87%;
  max-width: 120px;
  width: 22.39%;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .top .product-info__image {
    max-width: 72px;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__image {
    position: relative;
    inset: initial;
    width: 52.81%;
    margin-top: 15px;
  }
}
.top .product-info__name-wrapper {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  isolation: isolate;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
}
.top .product-info__name {
  font-family: "Montserrat", sans-serif;
  font-size: 6.4rem;
  font-weight: 600;
  text-align: center;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#334d5e), color-stop(#666d70), to(#191919));
  background-image: linear-gradient(to bottom left, #334d5e, #666d70, #191919);
  -webkit-background-clip: text;
          background-clip: text;
}
@media screen and (max-width: 1080px) {
  .top .product-info__name {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__name {
    font-size: 4rem;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}
.top .product-info__name.big-brown {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#140903), color-stop(#a16545), to(#140903));
  background-image: linear-gradient(to bottom left, #140903, #a16545, #140903);
}
.top .product-info__name.american-gray {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#42311e), color-stop(#8ba8b3), to(#42311e));
  background-image: linear-gradient(to bottom left, #42311e, #8ba8b3, #42311e);
}
.top .product-info__name--shadow {
  position: absolute;
  inset: 10px 20px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.top .product-info__ja-name {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .top .product-info__ja-name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__ja-name {
    font-size: 1.4rem;
  }
}
.top .product-info__content {
  padding-top: 378px;
  padding-inline: 4%;
  margin-top: -378px;
}
@media screen and (max-width: 1080px) {
  .top .product-info__content {
    padding-top: 227px;
    margin-top: -227px;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__content {
    margin-top: 0;
    padding-top: 0;
    padding-inline: 0;
  }
}
.top .product-info__container {
  max-width: 1087px;
  margin: auto;
  padding-top: 50px;
  border-inline: 2px solid #161617;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top .product-info__container {
    width: 80.8%;
    margin-top: -38px;
    padding-top: 0;
  }
}
.top .product-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-inline: 12.33%;
}
@media screen and (max-width: 980px) {
  .top .product-info__header {
    padding-inline: 7.4%;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__header {
    padding-inline: 8.94%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top .product-info__title-column {
  -ms-flex-preferred-size: 32.96%;
      flex-basis: 32.96%;
}
@media screen and (max-width: 767px) {
  .top .product-info__title-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}
.top .product-info__title-column p {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .top .product-info__title-column p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 980px) {
  .top .product-info__title-column p {
    font-size: 2rem;
  }
}
.top .product-info__about-text {
  display: block;
  margin-bottom: 32px;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top .product-info__about-text {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.top .product-info__gradient-bg-text {
  position: relative;
  background-color: #191919;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .product-info__gradient-bg-text {
    margin-top: 8px;
    margin-inline: auto;
  }
}
.top .product-info__gradient-bg-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#191919), color-stop(#666d70), to(#191919));
  background-image: linear-gradient(to bottom left, #191919, #666d70, #191919);
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top .product-info__gradient-bg-text::before {
    margin: auto;
    background-image: linear-gradient(45deg, #191919, #666d70, #191919);
  }
}
.top .product-info__gradient-bg-text span {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .top .product-info__gradient-bg-text span {
    font-size: 2rem;
  }
}
.top .product-info__gradient-bg-text.big-brown {
  background-color: #140903;
}
.top .product-info__gradient-bg-text.big-brown::before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#140903), color-stop(#a16545), to(#140903));
  background-image: linear-gradient(to bottom left, #140903, #a16545, #140903);
}
@media screen and (max-width: 767px) {
  .top .product-info__gradient-bg-text.big-brown::before {
    background-image: linear-gradient(45deg, #140903, #a16545, #140903);
  }
}
.top .product-info__gradient-bg-text.american-gray {
  background-color: #42311e;
}
.top .product-info__gradient-bg-text.american-gray::before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#42311e), color-stop(#8ba8b3), to(#42311e));
  background-image: linear-gradient(to bottom left, #42311e, #8ba8b3, #42311e);
}
@media screen and (max-width: 767px) {
  .top .product-info__gradient-bg-text.american-gray::before {
    background-image: linear-gradient(45deg, #42311e, #8ba8b3, #42311e);
  }
}
.top .product-info__content-column {
  position: relative;
  top: 27px;
  -ms-flex-preferred-size: 49.01%;
      flex-basis: 49.01%;
}
@media screen and (max-width: 767px) {
  .top .product-info__content-column {
    top: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 22.5px;
  }
}
.top .product-info__text {
  font-size: 1.6rem;
  line-height: 1.3125em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .top .product-info__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__text {
    font-size: 1.4rem;
    line-height: 2em;
  }
}
.top .product-info__text--fs-13 {
  font-size: 1.3rem;
}
.top .product-info__text--centered {
  text-align: center;
}
.top .product-info__specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.97%;
  margin-block: 91px 27px;
  padding-inline: 12.33%;
}
@media screen and (max-width: 1080px) {
  .top .product-info__specs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__specs {
    max-width: 254px;
    padding-inline: 0;
    margin-block: 43px 40px;
    margin-inline: auto;
  }
}
.top .product-info__lens-diagram-wrapper {
  position: relative;
  -ms-flex-preferred-size: 66.01%;
      flex-basis: 66.01%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  padding: 23px 14px;
}
@media screen and (max-width: 1080px) {
  .top .product-info__lens-diagram-wrapper {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 538px;
    height: 254px;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__lens-diagram-wrapper {
    width: 100%;
    height: auto;
    padding: 12px 7px;
  }
}
.top .product-info__lens-diagram-wrapper .sp {
  width: 100%;
  height: 100%;
}
.top .product-info__lens-diagram-wrapper::before, .top .product-info__lens-diagram-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px; /* Corner length */
  height: 20px; /* Corner length */
  border: 2px solid black;
}
.top .product-info__lens-diagram-wrapper::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.top .product-info__lens-diagram-wrapper::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.top .product-info__borders {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.top .product-info__borders .box {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 2px solid #161617;
}
@media screen and (max-width: 767px) {
  .top .product-info__borders .box {
    width: 16px;
    height: 16px;
  }
}
.top .product-info__borders .box:first-of-type, .top .product-info__borders .box:nth-of-type(2) {
  top: 0;
}
.top .product-info__borders .box:nth-of-type(3), .top .product-info__borders .box:nth-of-type(4) {
  bottom: 0;
}
.top .product-info__borders .box:nth-of-type(2), .top .product-info__borders .box:nth-of-type(4) {
  right: 0;
}
.top .product-info__borders .box:first-of-type, .top .product-info__borders .box:nth-of-type(3) {
  left: 0;
}
.top .product-info__borders .box:first-of-type {
  border-bottom: none;
  border-right: none;
}
.top .product-info__borders .box:nth-of-type(2) {
  border-bottom: none;
  border-left: none;
}
.top .product-info__borders .box:nth-of-type(3) {
  border-top: none;
  border-right: none;
}
.top .product-info__borders .box:nth-of-type(4) {
  border-top: none;
  border-left: none;
}
.top .product-info__lens-diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 347px;
  height: 100%;
}
.top .product-info__diagram-graphic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 172px;
}
@media screen and (max-width: 767px) {
  .top .product-info__diagram-graphic {
    width: 82px;
  }
}
.top .product-info__lens-zoomed-in {
  position: relative;
  bottom: 8px;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.5384615385em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
.top .product-info__lens-image {
  border: 1px solid #161617;
  border-radius: 12px;
  overflow: hidden;
}
.top .product-info__diagram-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  isolation: isolate;
}
.top .product-info__diagram-column::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  border-block: 2px dotted #161617;
}
.top .product-info__diagram-column:first-of-type {
  bottom: 5px;
  height: 75%;
}
.top .product-info__diagram-column:first-of-type::before {
  width: 225px;
}
.top .product-info__diagram-column:nth-of-type(2) {
  bottom: 5px;
  height: 70%;
}
.top .product-info__diagram-column:nth-of-type(2)::before {
  width: 140px;
}
.top .product-info__diagram-content {
  background-color: #f7f7f7;
  padding-block: 10px;
}
.top .product-info__diagram-content::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #161617;
  z-index: -1;
}
.top .product-info__diagram-content span {
  display: block;
  text-align: center;
}
.top .product-info__diagram-content .sm {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top .product-info__diagram-content .md {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.top .product-info__diagram-content .en {
  font-family: "Montserrat", sans-serif;
}
.top .product-info__lens-complete-specs {
  position: relative;
  -ms-flex-preferred-size: 32.02%;
      flex-basis: 32.02%;
  background-color: #f7f7f7;
  padding: 25px 23px;
}
@media screen and (max-width: 1080px) {
  .top .product-info__lens-complete-specs {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 538px;
    height: 254px;
  }
}
.top .product-info__lens-complete-specs span {
  font-size: 2.4rem;
}
.top .product-info__lens-complete-specs .title {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.top .product-info__lens-complete-specs .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.top .product-info__lens-complete-specs .sm {
  font-size: 1.6rem;
}
.top .product-info__lens-complete-specs .bold {
  font-weight: 700;
}
.top .product-info__spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 1080px) {
  .top .product-info__spec-item {
    max-width: 213px;
    margin: auto;
  }
}
.top .product-info__spec-item span:first-of-type {
  -ms-flex-preferred-size: 87px;
      flex-basis: 87px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top .product-info__spec-item span:first-of-type::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../public/img/top/spec-icon.svg");
  margin-right: 8px;
}
.top .product-info__spec-item span:not(:last-of-type) {
  margin-bottom: 17px;
}
.top .product-info__information .product-info__wrapper {
  padding-bottom: 0 !important;
}
.top .product-info__wrapper {
  padding-inline: 12.33%;
}
@media screen and (max-width: 767px) {
  .top .product-info__wrapper {
    padding-inline: 8.94%;
  }
}
.top .product-info__wrapper:last-of-type {
  padding-bottom: 125px;
}
.top .product-info__wear-header {
  margin-block: 80px 50px;
  border-block: 2px solid #161617;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top .product-info__wear-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top .product-info__wear-header-column {
  width: 25%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-left: 2px solid #161617;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .product-info__wear-header-column p {
  font-size: 1.3rem;
  line-height: 1.5384615385em;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .product-info__wear-header-column p {
    font-size: 1rem;
  }
}
.top .product-info__wear-header-column h4 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top .product-info__wear-header-column h4 {
    padding-block: 7px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__wear-header-column:first-of-type {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__wear-header-column:not(:last-of-type) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__wear-header-column:last-of-type {
    width: 100%;
    border-top: 2px solid #161617;
    border-left: none;
  }
}
.top .product-info__wear-product-name {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #161617;
  border-radius: 50%;
  width: 100%;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top .product-info__wear-product-name {
    height: 50px;
  }
}
.top .product-info__wear-product-name h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .top .product-info__wear-product-name h3 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__wear-product-name h3 {
    font-size: 1.4rem;
  }
}
.top .product-info__wear-product-name span {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top .product-info__wear-product-name span {
    font-size: 1rem;
  }
}
.top .product-info__case-heading {
  margin-bottom: 17px;
  border-bottom: 4px solid #161617;
}
@media screen and (max-width: 767px) {
  .top .product-info__case-heading {
    border-bottom-width: 2px;
    margin-bottom: 8px;
  }
}
.top .product-info__case-heading h5 {
  padding: 4.5px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #161617;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3125em;
}
@media screen and (max-width: 767px) {
  .top .product-info__case-heading h5 {
    font-size: 1.3rem;
  }
}
.top .product-info__wear-case:not(:last-of-type) {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .top .product-info__wear-case:not(:last-of-type) {
    margin-bottom: 13.5px;
  }
}
.top .product-info__case-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.97%;
}
@media screen and (max-width: 1280px) {
  .top .product-info__case-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__case-row {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top .product-info__case-item {
  max-width: 191px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .top .product-info__case-item {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .top .product-info__case-item {
    max-width: unset;
    width: 100%;
  }
}
.top .product-info__wear-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.02%;
}
@media screen and (max-width: 767px) {
  .top .product-info__wear-row {
    gap: 10px;
  }
}
.top .product-info__case-image {
  border-radius: 13px;
  overflow: hidden;
}
.top .product-info__case-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top .lf {
  padding-bottom: 125px;
}
@media screen and (max-width: 980px) {
  .top .lf {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top .lf {
    padding-block: 128px 98px;
    background-color: #f7f7f7;
  }
}
@media screen and (max-width: 767px) {
  .top .lf .container {
    padding-inline: 9.6%;
  }
}
.top .lf__heading-ja-text {
  margin-block: 40px 50px;
}
@media screen and (max-width: 980px) {
  .top .lf__heading-ja-text {
    margin-block: 32px 40px;
  }
}
@media screen and (max-width: 767px) {
  .top .lf__heading-ja-text {
    margin-block: 20px 100px;
  }
}
.top .lf__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.47%;
  margin-bottom: 64px;
}
@media screen and (max-width: 980px) {
  .top .lf__cards {
    margin-block: 51px;
  }
}
@media screen and (max-width: 767px) {
  .top .lf__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 7px;
    margin-bottom: 48px;
  }
}
.top .lf__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 260px;
  width: 28.92%;
  padding-block: 50px 30px;
  border-block: 2px solid #161617;
  background-color: #ebeff2;
}
@media screen and (max-width: 767px) {
  .top .lf__card {
    max-width: unset;
    width: 48.26%;
    padding-block: 34px 17px;
  }
}
.top .lf__card-icon {
  height: 67px;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top .lf__card-icon {
    margin-bottom: 20px;
  }
}
.top .lf__card-icon svg {
  width: 100%;
  height: 100%;
}
.top .lf__card-icon[data-name=uv] {
  max-width: 72px;
  width: 27.69%;
}
@media screen and (max-width: 767px) {
  .top .lf__card-icon[data-name=uv] {
    width: 49.32%;
  }
}
.top .lf__card-icon[data-name=mpc] {
  max-width: 59px;
  width: 22.69%;
}
@media screen and (max-width: 767px) {
  .top .lf__card-icon[data-name=mpc] {
    width: 39.73%;
  }
}
.top .lf__card-icon[data-name=edge] {
  max-width: 64px;
  width: 24.62%;
}
@media screen and (max-width: 767px) {
  .top .lf__card-icon[data-name=edge] {
    width: 43.84%;
  }
}
.top .lf__card-icon[data-name=wrap] {
  max-width: 54px;
  width: 20.77%;
}
@media screen and (max-width: 767px) {
  .top .lf__card-icon[data-name=wrap] {
    width: 30.14%;
  }
}
.top .lf__card-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .top .lf__card-text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .top .lf__card-text {
    font-size: 1rem;
  }
}
.top .lf__card-text.offset {
  margin-top: 10px;
}
.top .lf__card-text span {
  font-size: 2.4rem;
  line-height: 1.2916666667em;
}
@media screen and (max-width: 980px) {
  .top .lf__card-text span {
    font-size: 1.4rem;
  }
}
.top .lf__card-text .violet {
  color: #7958bf;
}
.top .lf__card-text .light-blue {
  color: #328bb2;
}
.top .lf__card-text .green {
  color: #388e61;
}
.top .lf__card-text .brown {
  color: #ba4a13;
}
@media screen and (max-width: 980px) {
  .top .lf__card-text .brown {
    display: inline-block;
  }
}
.top .lf__card-footer {
  margin-top: 15px;
}
.top .lf__card-footer p {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .top .lf__card-footer p {
    font-size: 1rem;
  }
}
.top .lf__card-footer p span {
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .top .lf__card-footer p span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .top .lf__card-footer p span {
    font-size: 1.4rem;
  }
}
.top .lf__card-boxed-text {
  padding-block: 1px 3px;
  background-color: #161617;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .top .lf__card-boxed-text {
    font-size: 1rem;
  }
}
.top .lf__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.47%;
}
@media screen and (max-width: 767px) {
  .top .lf__table-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.top .lf__table {
  width: 49.13%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .top .lf__table {
    width: 100%;
  }
}
.top .lf__table th,
.top .lf__table td {
  border-block: 1px solid rgba(22, 22, 23, 0.5);
  padding: 16px 15px 14px;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
}
.top .lf__table th {
  text-align: start;
  background-color: #ebeff2;
}
@media screen and (max-width: 767px) {
  .top .lf__table th {
    width: 111px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top .lf__table td {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top .lf__table:nth-of-type(2) th:first-of-type, .top .lf__table:nth-of-type(2) td:first-of-type {
    border-top: none;
  }
}
.top .lf__remarks {
  margin-top: 64px;
  padding-block: 22px;
  border-block: 1px solid rgba(22, 22, 23, 0.5);
}
@media screen and (max-width: 980px) {
  .top .lf__remarks {
    margin-top: 51px;
    padding-block: 18px;
  }
}
.top .lf__remarks-heading {
  margin-bottom: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.25em;
}
@media screen and (max-width: 980px) {
  .top .lf__remarks-heading {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}
.top .lf__remarks-list {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1.3rem;
  line-height: 1.5384615385em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top .lf__remarks-list {
    list-style-position: outside;
    padding-left: 20px;
  }
}
.top .guide {
  position: relative;
  background-color: #e9eff0;
  padding-block: 120px 128px;
}
@media screen and (max-width: 980px) {
  .top .guide {
    padding-block: 96px 102px;
  }
}
@media screen and (max-width: 767px) {
  .top .guide {
    padding-block: 127px;
  }
}
.top .guide__steps {
  position: relative;
  margin-top: 55px;
  isolation: isolate;
}
@media screen and (max-width: 980px) {
  .top .guide__steps {
    margin-top: 44px;
  }
}
.top .guide__step {
  padding-block: 20px;
  padding-left: 4.6%;
  border-block: 1px solid #161617;
  background-color: #f7f7f7;
}
@media screen and (max-width: 980px) {
  .top .guide__step {
    padding-block: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top .guide__step {
    padding-block: 24px;
    padding-inline: 7.5%;
  }
}
.top .guide__step:not(:last-of-type) {
  margin-bottom: 10px;
}
.top .guide__step--remark {
  padding-block: unset;
  margin-top: 20px;
  background-color: #709da0;
  color: #fff;
}
.top .guide__step-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.98%;
}
@media screen and (max-width: 767px) {
  .top .guide__step-layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top .guide__step-content {
  -ms-flex-preferred-size: 65.69%;
      flex-basis: 65.69%;
}
@media screen and (max-width: 767px) {
  .top .guide__step-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.top .guide__step-content--centered {
  text-align: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.top .guide__step-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .top .guide__step-heading {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top .guide__step-heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
}
.top .guide__step-heading--remark {
  background-color: #161617;
  max-width: 377px;
  height: 75px;
  margin: 0 auto 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .top .guide__step-heading--remark {
    max-width: 302px;
    height: 60px;
  }
}
.top .guide__step-heading--remark svg {
  width: 33px;
}
.top .guide__step-heading--remark p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .top .guide__step-heading--remark p {
    font-size: 1.4rem;
  }
}
.top .guide__step-label {
  width: 120px;
  height: 40px;
  border-radius: 50%;
  background-color: #a32c30;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .top .guide__step-label {
    width: 96px;
    height: 32;
  }
}
@media screen and (max-width: 767px) {
  .top .guide__step-label {
    margin: 0 auto;
    font-size: 1rem;
  }
}
.top .guide__step-label .count {
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .top .guide__step-label .count {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .top .guide__step-label .count {
    font-size: 1.4rem;
  }
}
.top .guide__step-title {
  font-size: 2.4rem;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .top .guide__step-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top .guide__step-title {
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
}
.top .guide__step-text-content {
  font-size: 1.3rem;
  line-height: 1.7692307692em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .top .guide__step-text-content {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top .guide__step-text-content {
    font-size: 1.4rem;
  }
}
.top .guide__step-note-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 22px;
  border-top: 1px solid #161617;
  padding-top: 17px;
}
@media screen and (max-width: 980px) {
  .top .guide__step-note-wrapper {
    margin-top: 13px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top .guide__step-note-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top .guide__step-note-label {
  width: 64px;
  height: 24px;
  background-color: #161617;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.1538461538em;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .top .guide__step-note-label {
    font-size: 1rem;
    width: 51px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .top .guide__step-note-label {
    position: relative;
    top: 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-inline: 4px;
  }
}
.top .guide__step-illustration {
  margin-left: auto;
  border: 2px solid #161617;
  max-height: 216px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .guide__step-illustration {
    max-height: unset;
    margin-inline: auto;
    margin-block: 23px;
  }
}
.top .guide__step-illustration img {
  width: 100%;
  height: 100%;
}
.top .guide__step-illustration--remark {
  margin-block: 17px;
}
.top .guide__step-leading-text {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.25em;
}
@media screen and (max-width: 980px) {
  .top .guide__step-leading-text {
    font-size: 1.9rem;
  }
}
.top .model {
  padding-block: 125px 183px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .top .model {
    padding-block: 75px 110px;
  }
}
@media screen and (max-width: 767px) {
  .top .model {
    padding-block: 128px;
  }
}
.top .model__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 980px) {
  .top .model__row {
    margin-block: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top .model__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
  }
}
.top .model__card {
  max-width: 395px;
  width: 36.34%;
}
@media screen and (max-width: 767px) {
  .top .model__card {
    width: 100%;
    margin: auto;
  }
}
.top .model__card:first-of-type .model__image img {
  -o-object-position: 20px -50px;
     object-position: 20px -50px;
}
.top .model__card:last-of-type .model__image img {
  -o-object-position: -30px 0;
     object-position: -30px 0;
}
.top .model__image-wrapper {
  position: relative;
}
.top .model__image-blur {
  position: absolute;
  top: 24px;
  left: 28px;
  aspect-ratio: 395/395;
  width: 100%;
  height: 100%;
  border-radius: 0 64px;
  overflow: hidden;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top .model__image-blur {
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
  }
}
.top .model__image {
  aspect-ratio: 395/395;
  position: relative;
  border-radius: 0 64px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .model__info {
    padding-inline: 30px;
  }
}
.top .model__name-wrapper {
  margin-block: 38px 17px;
}
@media screen and (max-width: 767px) {
  .top .model__name-wrapper {
    margin-block: 59px 25px;
  }
}
.top .model__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 25px;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top .model__name {
    margin-bottom: 5px;
    font-size: 2rem;
  }
}
.top .model__name a {
  width: 24px;
  height: 24px;
}
.top .model__en-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.top .model__card-content {
  font-size: 1.3rem;
  line-height: 1.5384615385em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top .model__card-content {
    font-size: 1.2rem;
  }
}

.contact {
  scroll-margin-top: 100px;
}
.contact__container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1103px !important;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .contact__container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .contact__container {
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .contact__container {
    padding-block: 0 128px;
  }
}
.contact__wrap {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .contact__wrap {
    margin-top: 63px;
  }
}
@media screen and (max-width: 767px) {
  .contact__desc {
    margin-bottom: 43px;
  }
}
.contact__desc-txt {
  font-size: 1.6rem;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #161617;
}
@media screen and (max-width: 767px) {
  .contact__desc-txt {
    font-size: 14px;
    line-height: 2em;
  }
}
.contact__steps-con {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .contact__steps-con {
    width: 100%;
    max-width: 269px;
    margin: 0 auto;
  }
}
.contact__steps-progress {
  position: relative;
  left: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 278px;
  background-color: #f0f0f0;
  border-radius: 5px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .contact__steps-progress {
    width: 85%;
  }
}
.contact__steps-progress::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24.39%;
  height: 2px;
  border-radius: 10px 0 0 10px;
  z-index: 1;
  background-color: #161617;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}
.contact__steps-progress[data-progress="2"]::before {
  width: 48.78%;
}
.contact__steps-progress[data-progress="3"]::before {
  width: 100%;
  border-radius: 5px;
}
.contact__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  gap: 31%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 345px;
}
.contact__steps-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}
.contact__steps-wrap .contact__steps-num,
.contact__steps-wrap .contact__steps-txt {
  opacity: 0.4;
}
.contact__steps-wrap::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 10px;
  border-radius: 50px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background-color: #f0f0f0;
}
.contact__steps-wrap.active .contact__steps-num,
.contact__steps-wrap.active .contact__steps-txt {
  opacity: 0.9;
}
.contact__steps-wrap.active::before {
  background-color: #161617;
}
.contact__steps-num {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #161617;
  line-height: 1.2230769231em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact__steps-num {
    font-size: 1rem;
  }
}
.contact__steps-txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #161617;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact__steps-txt {
    font-size: 1.4rem;
  }
}
.contact__form {
  margin-top: 51px;
  padding-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .contact__form {
    padding-bottom: 60px;
  }
}
.contact__form[data-state=input] .confirm {
  display: none;
}
.contact__form[data-state=input] .success {
  display: none;
}
.contact__form[data-state=input] .js-value-storage {
  display: none;
  visibility: hidden;
}
.contact__form[data-state=confirm] .input {
  display: none;
}
.contact__form[data-state=confirm] .success {
  display: none;
}
.contact__form[data-state=confirm] .js-value-storage {
  display: inline-block;
  visibility: visible;
}
.contact__form[data-state=confirm] .codedropz-upload-handler {
  display: none;
}
.contact__form[data-state=confirm] .remove-file {
  display: none;
}
.contact__form[data-state=confirm] .values {
  font-size: 1.6rem;
}
.contact__form[data-state=confirm] .values span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact__form[data-state=success] .input {
  display: none;
}
.contact__form[data-state=success] .confirm {
  display: none;
}
.contact__form[data-state=success] .success {
  display: block;
}
.contact__form[data-state=success] .contact__form-main {
  display: none;
}
.contact__form-main {
  padding-bottom: 43px;
  border-bottom: 1px solid #f0f0f0;
}
.contact__row {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
.contact__row:first-child {
  margin-top: 0;
}
.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .contact__item {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__item.required .contact__item-title::after {
  content: "必須";
  color: #a32c30;
}
.contact__item:first-child {
  margin-top: 0;
}
.contact__item span {
  font-size: 1.6rem;
  width: 100%;
  line-height: 1.24375em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact__item span {
    font-size: 13px;
  }
}
.contact__item--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact__item-title {
  width: 100%;
  max-width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 100px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .contact__item-title {
    margin-top: 14px;
    max-width: initial;
    gap: 20px;
    font-size: 14px;
  }
}
.contact__item-title::after {
  content: "任意";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.3rem;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #b5b5bf;
}
.contact__item-title p {
  width: 100%;
}
.contact__item-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  width: 66%;
  margin-left: 143px;
}
@media screen and (max-width: 980px) {
  .contact__item-field {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
  }
}
.contact__txt-box {
  display: block;
  width: 100%;
  height: 64px;
  border-radius: 5px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contact__txt-box {
    height: 54px;
  }
}
.contact__txt-box::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #b5b5bf;
}
.contact__txt-box::-moz-placeholder {
  font-size: 1.6rem;
  color: #b5b5bf;
}
.contact__txt-box:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #b5b5bf;
}
.contact__txt-box::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #b5b5bf;
}
.contact__txt-box::placeholder {
  font-size: 1.6rem;
  color: #b5b5bf;
}
@media screen and (max-width: 767px) {
  .contact__txt-box::-webkit-input-placeholder {
    font-size: 14px;
  }
  .contact__txt-box::-moz-placeholder {
    font-size: 14px;
  }
  .contact__txt-box:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact__txt-box::-ms-input-placeholder {
    font-size: 14px;
  }
  .contact__txt-box::placeholder {
    font-size: 14px;
  }
}
.contact__txt-area {
  display: block;
  width: 100%;
  height: 192px;
  padding: 16px;
  border-radius: 5px;
  border: none;
  resize: none;
  background-color: #f0f0f0;
  font-size: 1.6rem;
}
.contact__txt-area::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #b5b5bf;
}
.contact__txt-area::-moz-placeholder {
  font-size: 1.6rem;
  color: #b5b5bf;
}
.contact__txt-area:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #b5b5bf;
}
.contact__txt-area::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #b5b5bf;
}
.contact__txt-area::placeholder {
  font-size: 1.6rem;
  color: #b5b5bf;
}
.contact__form-agreement {
  margin-top: 42px;
  border: 1px solid #f0f0f0;
  width: 100%;
  max-width: 792px;
  margin-inline: auto;
  padding: 18px 2px 13px 13px;
  background-color: #fff;
  border-radius: 10px;
  height: 192px;
}
@media screen and (max-width: 767px) {
  .contact__form-agreement {
    padding-left: 12px;
  }
}
.contact__form-notice-wrap {
  overflow-y: auto;
  height: 100%;
  list-style-position: inside;
}
.contact__form-notice-wrap::-webkit-scrollbar {
  width: 9px;
}
.contact__form-notice-wrap::-webkit-scrollbar-thumb {
  width: 100%;
  height: 20px;
  border-radius: 5px;
  background-color: #f0f0f0;
}
.contact__form-notice-head {
  font-size: 1.3rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5384615385em;
  letter-spacing: 0.1em;
}
.contact__form-notice-txt {
  font-size: 1.3rem;
  line-height: 1.5384615385em;
  letter-spacing: 0.1em;
}
.contact__checkbox-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7%;
}
.contact__checkbox-notice {
  font-size: 1.3rem;
  font-weight: 700;
  color: #a32c30;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.contact__form-agreement-list {
  padding-right: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.contact__form-agreement-item {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5384615385em;
  letter-spacing: 0.1em;
}
.contact__form-agreement-txt {
  font-size: 1.3rem;
  font-weight: 400 !important;
  line-height: 1.5384615385em;
  letter-spacing: 0.1em;
}
.contact [type=checkbox]:checked,
.contact [type=checkbox]:not(:checked) {
  display: none;
}
.contact .wpcf7-form-control-wrap:has([type=checkbox]:checked) + span,
.contact .wpcf7-form-control-wrap:has([type=checkbox]:not(:checked)) + span {
  position: relative;
  padding-left: 36px;
  display: inline-block;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7-form-control-wrap:has([type=checkbox]:checked) + span,
  .contact .wpcf7-form-control-wrap:has([type=checkbox]:not(:checked)) + span {
    font-size: 13px;
  }
}
.contact .wpcf7-form-control-wrap:has([type=checkbox]:checked) + span::before,
.contact .wpcf7-form-control-wrap:has([type=checkbox]:not(:checked)) + span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7-form-control-wrap:has([type=checkbox]:checked) + span::before,
  .contact .wpcf7-form-control-wrap:has([type=checkbox]:not(:checked)) + span::before {
    top: 2px;
  }
}
.contact .wpcf7-form-control-wrap:has([type=checkbox]:checked) + span::after,
.contact .wpcf7-form-control-wrap:has([type=checkbox]:not(:checked)) + span::after {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 8px;
  width: 4px;
  border-bottom: 3px solid #b3b3b3;
  border-right: 3px solid #b3b3b3;
  position: absolute;
  top: 6px;
  left: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact .wpcf7-form-control-wrap:has([type=checkbox]:not(:checked)) + span::after {
  opacity: 0;
}
.contact .wpcf7-form-control-wrap:has([type=checkbox]:checked) + span::after {
  opacity: 1;
}
.contact__btn-wrap {
  position: relative;
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    left: 0;
  }
}
.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 398px;
  height: 80px;
  background-color: #161617;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact__btn {
    width: 100%;
    height: 48px;
    font-size: 14px;
  }
}
.contact__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 93px;
  width: 6px;
  height: 10px;
  background-image: url("../public/img/contact/caret-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .contact__btn::after {
    position: relative;
    top: 0;
    right: auto;
    bottom: 0;
  }
}
.contact__btn:hover {
  opacity: 0.5;
}
.contact__btn:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.contact__btn input {
  font-family: inherit;
  font-weight: inherit;
}
.contact__input .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.contact [data-id=two-items-selected] .wpcf7-form-control-wrap:last-child .wpcf7-not-valid-tip {
  opacity: 0 !important;
}

.application {
  padding-bottom: 128px;
  color: #161617;
}
@media screen and (max-width: 767px) {
  .application {
    padding-top: 50px;
  }
}
.application__container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1103px !important;
}
@media screen and (max-width: 767px) {
  .application__container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .application__container {
    padding: 0 4%;
  }
}
.application__heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.application__heading-shape {
  width: 18px;
  height: 6px;
  border-radius: 50%;
  background-color: #a32c30;
  margin-bottom: 15px;
}
.application__heading-txt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .application__heading-txt {
    font-size: 20px;
  }
}
.application__banner-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 70px 0;
  height: 552px;
}
@media screen and (max-width: 767px) {
  .application__banner-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    margin: 0;
  }
}
.application__banner-bg {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .application__banner-bg {
    position: relative;
    min-height: 119px;
  }
}
@media screen and (max-width: 1600px) {
  .application__banner-bg img {
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (max-width: 1280px) {
  .application__banner-bg img {
    -o-object-position: 25%;
       object-position: 25%;
  }
}
@media screen and (max-width: 767px) {
  .application__banner-bg img {
    -o-object-position: center;
       object-position: center;
  }
}
.application__campaign-wrapper {
  position: relative;
  left: 5.3%;
  width: 533px;
  -o-border-image: linear-gradient(to right, #aa8c75 25%, #fce7ae 50%, #aa8c75 75%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #aa8c75), color-stop(50%, #fce7ae), color-stop(75%, #aa8c75));
     border-image: linear-gradient(to right, #aa8c75 25%, #fce7ae 50%, #aa8c75 75%);
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #8b352d), color-stop(50%, #d12c2c), color-stop(90%, #8b352d));
  background-image: linear-gradient(to right, #8b352d 10%, #d12c2c 50%, #8b352d 90%);
  padding-block: 20px;
  color: #fff;
  z-index: 998;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media screen and (max-width: 1280px) {
  .application__campaign-wrapper {
    width: 426px;
    padding-block: 16px;
  }
}
@media screen and (max-width: 767px) {
  .application__campaign-wrapper {
    position: relative;
    left: initial;
    max-width: 300px;
    width: 80%;
    margin: 16px auto 0;
    border-width: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.application__campaign-wrapper.visible {
  opacity: 1;
}
.application__campaign-wrapper.removed {
  opacity: 0;
}
.application__campaign-content {
  position: relative;
  padding: 50px 3.75%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .application__campaign-content {
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .application__campaign-content {
    padding: 18.5px 3.75%;
  }
}
.application__campaign-content::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("../public/img/top/frame.svg");
  background-size: 91.88% 100%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.application__campaign-content .text {
  position: relative;
  font-weight: 700;
  font-size: 3.1rem;
}
@media screen and (max-width: 1280px) {
  .application__campaign-content .text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .application__campaign-content .text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.6rem;
    margin: 0 auto 4px;
  }
}
.application__campaign-content .text::before,
.application__campaign-content .text::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 27px;
  height: 28px;
  background-image: url("../public/img/campaign-decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .application__campaign-content .text::before,
  .application__campaign-content .text::after {
    top: 5px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .application__campaign-content .text::before,
  .application__campaign-content .text::after {
    width: 17px;
    height: 17px;
    top: 1px;
  }
}
.application__campaign-content .text::before {
  left: 44px;
}
@media screen and (max-width: 1280px) {
  .application__campaign-content .text::before {
    left: 33px;
  }
}
@media screen and (max-width: 767px) {
  .application__campaign-content .text::before {
    left: -19px;
  }
}
.application__campaign-content .text::after {
  right: 44px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 1280px) {
  .application__campaign-content .text::after {
    right: 33px;
  }
}
@media screen and (max-width: 767px) {
  .application__campaign-content .text::after {
    right: -19px;
  }
}
.application__campaign-content .lg {
  font-size: 5.3rem;
  line-height: 0.5471698113em;
}
@media screen and (max-width: 1280px) {
  .application__campaign-content .lg {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .application__campaign-content .lg {
    font-size: 3rem;
  }
}
.application__campaign-content h2 {
  margin-block: 0 4px;
  font-size: 6rem;
  line-height: 1.1666666667em;
  letter-spacing: 0.05em;
  text-shadow: 0 0 4px #820c14;
}
@media screen and (max-width: 1280px) {
  .application__campaign-content h2 {
    margin-bottom: 3px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .application__campaign-content h2 {
    font-size: 3.4rem;
  }
}
.application__campaign-header {
  position: relative;
  bottom: 20px;
  width: 260px;
  margin: auto;
  font-size: 2rem;
  font-weight: 700;
  background-color: #ffa115;
  color: #d12c2c;
}
@media screen and (max-width: 767px) {
  .application__campaign-header {
    margin-bottom: 10px;
    bottom: 5px;
    width: 170px;
    font-size: 1.6rem;
  }
}
.application__guarantee {
  margin-top: 89px;
}
@media screen and (max-width: 767px) {
  .application__guarantee {
    margin-top: 64px;
  }
}
.application__guarantee-wrap {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  .application__guarantee-wrap {
    padding: 0 4%;
  }
}
.application__guarantee-desc {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .application__guarantee-desc {
    margin-top: 26px;
  }
}
.application__guarantee-txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .application__guarantee-txt {
    font-size: 14px;
    line-height: 2em;
  }
}
.application__notice {
  font-size: 1.3rem;
  color: #a32c30;
  letter-spacing: 0.1em;
  line-height: 2.3076923077em;
}
@media screen and (max-width: 767px) {
  .application__notice {
    font-size: 1.2rem;
    line-height: 1.6666666667em;
  }
}
.application__procedure {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15%;
}
@media screen and (max-width: 845px) {
  .application__procedure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .application__procedure {
    max-width: 280px;
    margin: 50px auto 0;
    padding: 0;
  }
}
.application__procedure-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 259px;
  margin: 0 auto;
}
@media screen and (max-width: 845px) {
  .application__procedure-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    gap: 20px;
  }
}
.application__procedure-block:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 124%;
  width: 29px;
  height: 59px;
  background-image: url("../public/img/application/icon-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 845px) {
  .application__procedure-block:not(:last-child)::before {
    top: 11rem;
    left: 45%;
    height: 40px;
    -webkit-transform: rotate(89deg);
            transform: rotate(89deg);
  }
}
@media screen and (max-width: 767px) {
  .application__procedure-block:not(:last-child)::before {
    top: 90%;
    right: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 40px;
  }
}
.application__procedure-img-wrap {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #f0f0f0;
}
@media screen and (max-width: 845px) {
  .application__procedure-img-wrap {
    margin-bottom: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .application__procedure-img-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }
}
.application__procedure-img {
  width: 100%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .application__procedure-img {
    width: 62.5%;
  }
}
.application__procedure-img--email {
  width: 104px;
  height: 67px;
}
@media screen and (max-width: 767px) {
  .application__procedure-img--email {
    width: 62.5%;
  }
}
.application__procedure-txt {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5384615385em;
}
@media screen and (max-width: 767px) {
  .application__procedure-txt {
    font-size: 1.2rem;
    line-height: 1.6666666667em;
  }
}
.application__accordion {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .application__accordion {
    margin-top: 40px;
  }
}
.application__accordion-item {
  position: relative;
}
.application__accordion-item:not(:last-child) {
  margin-bottom: 48px;
}
.application__accordion-item.active .application__accordion-header::before {
  opacity: 0;
}
.application__accordion-item.active .application__accordion-header::after {
  background-color: #fff;
}
.application__accordion-item.active .application__accordion-content {
  display: block;
  padding: 24px 42px;
}
@media screen and (max-width: 767px) {
  .application__accordion-item.active .application__accordion-content {
    padding: 15px 0 0 15px;
  }
}
.application__accordion-header {
  background-color: #161617;
  cursor: pointer;
  padding: 30px 47px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6666666667em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .application__accordion-header {
    font-size: 20px;
    padding: 7.5px 20px;
  }
}
.application__accordion-header::before, .application__accordion-header::after {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.application__accordion-header::before {
  width: 1px;
  height: 16px;
  right: 56px;
  padding: 1px;
}
@media screen and (max-width: 767px) {
  .application__accordion-header::before {
    right: 20px;
  }
}
.application__accordion-header::after {
  height: 1px;
  width: 16px;
  right: 49px;
  padding: 1px;
}
@media screen and (max-width: 767px) {
  .application__accordion-header::after {
    right: 13px;
  }
}
.application__accordion-content {
  display: none;
  overflow: hidden;
}
.application__accordion-desc-item {
  position: relative;
  margin-bottom: 20px;
}
.application__accordion-desc-item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -13px;
  width: 8px;
  height: 8px;
  background-color: #161617;
  border-radius: 50%;
}
.application__accordion-desc-txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .application__accordion-desc-txt {
    font-size: 14px;
    line-height: 2em;
  }
}
.application__other {
  margin-top: 41px;
  padding: 15px 0;
  border-top: 1px solid #161617;
  border-bottom: 1px solid #161617;
}
@media screen and (max-width: 767px) {
  .application__other {
    padding: 15px 0;
  }
}
.application__other-desc {
  display: block;
  margin-bottom: 14px;
  font-size: 1.6rem;
  font-weight: 700;
}
.application__other-item {
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.875em;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .application__other-item {
    font-size: 1.2rem;
    line-height: 1.6666666667em;
  }
}
.application__other-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -4px;
}
.application__checkbox-wrap {
  gap: 13%;
}
@media screen and (max-width: 980px) {
  .application__checkbox-wrap {
    gap: 7%;
  }
}
.application__frm {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .application__frm {
    padding-top: 60px;
  }
}
.application__frm .application__heading-shape {
  margin: 0 auto 15px;
}
.application__frm .application__heading-txt {
  text-align: center;
  margin: auto;
}
.application__frm-desc {
  margin: 40px 0;
}
.application__customer-block {
  margin-top: 48px;
  padding: 16px 24px;
  background-color: #ebeff2;
  border-bottom: 1px solid #b5b5bf;
}
.application__customer-block--purchase-details {
  margin-top: 0;
}
.application__customer-block-txt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25em;
}
@media screen and (max-width: 767px) {
  .application__customer-block-txt {
    font-size: 13px;
  }
}
.application__date-input {
  position: relative;
  background-color: #f0f0f0;
  border: none;
  border-radius: 10px;
  width: 260px;
  height: 64px;
  padding: 22px 16px;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .application__date-input {
    font-size: 13px;
  }
}
.application__fields {
  padding: 24px 0 44px;
}
.application__fields--border-btm {
  border-bottom: 1px solid #f0f0f0;
  padding: 0;
}
.application__fields-rdo-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .application__fields-rdo-wrap {
    max-width: 140px;
  }
}
.application__fields-rdo-wrap--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .application__fields-rdo-wrap--col {
    max-width: 200px;
  }
}
.application__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
}
.application__radio .wpcf7-list-item {
  margin-left: 0;
}
.application__radio--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.application__radio--row .wpcf7-list-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.application__radio--row .wpcf7-list-item:not(:first-of-type) {
  margin-left: 45px !important;
}
.application__radio label > [type=radio]:checked,
.application__radio label > [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.application__radio label > [type=radio]:checked + span,
.application__radio label > [type=radio]:not(:checked) + span {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .application__radio label > [type=radio]:checked + span,
  .application__radio label > [type=radio]:not(:checked) + span {
    padding-left: 30px;
  }
}
.application__radio label > [type=radio]:checked + span::before,
.application__radio label > [type=radio]:not(:checked) + span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #f0f0f0;
}
@media screen and (max-width: 980px) {
  .application__radio label > [type=radio]:checked + span::before,
  .application__radio label > [type=radio]:not(:checked) + span::before {
    left: 0;
  }
}
.application__radio label > [type=radio]:checked + span::after,
.application__radio label > [type=radio]:not(:checked) + span::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #161617;
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 980px) {
  .application__radio label > [type=radio]:checked + span::after,
  .application__radio label > [type=radio]:not(:checked) + span::after {
    left: 4px;
  }
}
.application__radio label > [type=radio]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.application__radio label > [type=radio]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.application__cmb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .application__cmb-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
}
.application__cmb-wrap .wpcf7-form-control-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .application__cmb-wrap .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.application__cmb-wrap .wpcf7-form-control-wrap select {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .application__cmb-wrap .wpcf7-form-control-wrap select {
    width: 100%;
  }
}
.application__cmb-wrap--col {
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.application__form-cmb {
  height: 64px;
  border-radius: 10px;
  padding: 19px 15px;
  font-size: 1.6rem;
  color: #161617;
  width: 50%;
  border: none;
  background: #f0f0f0 url("../public/img/application/caret-down.svg") no-repeat;
  background-size: 12px;
  background-position: right 16px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 980px) {
  .application__form-cmb {
    width: 100%;
  }
}
.application__cmb-txt {
  display: block;
  font-size: 1.6rem;
  max-width: 36px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .application__cmb-txt {
    font-size: 13px;
  }
}
.application__contact-file-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .application__contact-file-row {
    gap: 20px;
  }
}
.application__contact-input {
  display: none;
  border-color: gray;
}
@media screen and (max-width: 767px) {
  .application__contact-input {
    height: 50px;
    padding: 10px;
  }
}
.application__contact-input-label {
  cursor: pointer;
  min-width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 4px;
  font-size: 1.6rem;
  padding-left: 10px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .application__contact-input-label {
    font-size: 13px;
    min-width: 140px;
  }
}
.application__contact-input-label-status {
  margin-left: 20px;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  word-wrap: break-word;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .application__contact-input-label-status {
    margin: 5px 0 0;
  }
}
.application__contact-file-item {
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5384615385em;
  padding-left: 8px;
}
.application__contact-file-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -4px;
}
.application__cmb-prod {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .application__cmb-prod {
    width: 100%;
    padding-left: 20px;
  }
}
.application__cmb-prod-group {
  gap: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .application__cmb-prod-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.application__customer-form {
  padding-bottom: 0;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mx {
  display: none;
}
@media screen and (max-width: 845px) {
  .mx {
    display: block;
  }
}

.fixed {
  position: fixed;
}

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

.main-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.anchor {
  position: absolute;
  top: -100px;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0) !important;
          transform: translate3d(0, 20px, 0) !important;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  -webkit-transform: none !important;
          transform: none !important;
}

[data-aos=custom-zoom-in] .mv__image,
[data-aos=custom-zoom-in] .mv__bg img,
[data-aos=custom-zoom-in] .product-info__model-main, [data-aos=custom-zoom-in].lineup__image-main .lineup__image {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}
[data-aos=custom-zoom-in].aos-animate .mv__image,
[data-aos=custom-zoom-in].aos-animate .mv__bg img,
[data-aos=custom-zoom-in].aos-animate .product-info__model-main, [data-aos=custom-zoom-in].aos-animate.lineup__image-main .lineup__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lineup__image[data-aos=zoom-out],
.main-image-wrapper[data-aos=zoom-out] {
  opacity: 1 !important;
  -webkit-transform: scale(1.15) !important;
          transform: scale(1.15) !important;
}
.lineup__image[data-aos=zoom-out].aos-animate,
.main-image-wrapper[data-aos=zoom-out].aos-animate {
  -webkit-transform: initial !important;
          transform: initial !important;
}

[data-aos=gradient-fade-in]::before {
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background-size: 200%;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}
[data-aos=gradient-fade-in].aos-animate::before {
  opacity: 1;
  background-size: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-info__title[data-aos=content-zoom-in] {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 2s ease !important;
  transition: 2s ease !important;
}
.product-info__title[data-aos=content-zoom-in].aos-animate {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-aos=concept-sequence] .heading,
[data-aos=concept-sequence] .concept__section-image-wrapper,
[data-aos=concept-sequence] .concept__leading,
[data-aos=concept-sequence] .concept__content,
[data-aos=concept-sequence] .concept__row--button-row {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
[data-aos=concept-sequence].aos-animate .heading,
[data-aos=concept-sequence].aos-animate .concept__section-image-wrapper,
[data-aos=concept-sequence].aos-animate .concept__leading,
[data-aos=concept-sequence].aos-animate .concept__content,
[data-aos=concept-sequence].aos-animate .concept__row--button-row {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}
[data-aos=concept-sequence].aos-animate .concept__section-image-wrapper {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
[data-aos=concept-sequence].aos-animate .concept__leading {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
[data-aos=concept-sequence].aos-animate .concept__content {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
[data-aos=concept-sequence].aos-animate .concept__row--button-row {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.features__item .features__image,
.features__item .features__image-counter,
.features__item .features__title,
.features__item .features__text,
.features__item .features__content-image,
.features__item .features__content-image-wrapper,
.features__item .features__product-preview,
.features__item .features__content-container,
.features__item .features__content-column {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

[data-aos=feature-sequence].aos-animate .features__image,
[data-aos=feature-sequence].aos-animate .features__image-counter,
[data-aos=feature-sequence].aos-animate .features__title,
[data-aos=feature-sequence].aos-animate .features__text,
[data-aos=feature-sequence].aos-animate .features__text--sm,
[data-aos=feature-sequence].aos-animate .features__content-image,
[data-aos=feature-sequence].aos-animate .features__content-image-wrapper,
[data-aos=feature-sequence].aos-animate .features__product-preview,
[data-aos=feature-sequence].aos-animate .features__content-container,
[data-aos=feature-sequence].aos-animate .features__content-column {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}
[data-aos=feature-sequence].aos-animate .features__image-counter {
  -webkit-transform: initial;
          transform: initial;
  opacity: 0.3;
}
[data-aos=feature-sequence].aos-animate .features__text {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
[data-aos=feature-sequence].aos-animate .features__text--sm {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

[data-feature="2"][data-aos=feature-sequence].aos-animate .features__image,
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__image-counter,
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__title,
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__text,
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__text--sm,
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__content-image,
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__content-image-wrapper,
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__product-preview,
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__content-container,
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__content-column {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__image-counter {
  -webkit-transform: initial;
          transform: initial;
  opacity: 0.3;
}
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__sub-item:first-of-type .features__text {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
[data-feature="2"][data-aos=feature-sequence].aos-animate .features__sub-item:last-of-type .features__text {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

[data-feature="3"][data-aos=feature-sequence].aos-animate .features__image,
[data-feature="3"][data-aos=feature-sequence].aos-animate .features__title,
[data-feature="3"][data-aos=feature-sequence].aos-animate .features__text,
[data-feature="3"][data-aos=feature-sequence].aos-animate .features__text--sm,
[data-feature="3"][data-aos=feature-sequence].aos-animate .features__content-image,
[data-feature="3"][data-aos=feature-sequence].aos-animate .features__content-image-wrapper,
[data-feature="3"][data-aos=feature-sequence].aos-animate .features__content-container,
[data-feature="3"][data-aos=feature-sequence].aos-animate .features__content-column {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}
[data-feature="3"][data-aos=feature-sequence].aos-animate .features__image-counter {
  -webkit-transform: initial;
          transform: initial;
  opacity: 0.3;
}
[data-feature="3"][data-aos=feature-sequence].aos-animate .features__sub-item:first-of-type .features__text--sm {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
[data-feature="3"][data-aos=feature-sequence].aos-animate .features__sub-item:last-of-type .features__text--sm {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

[data-feature="4"][data-aos=feature-sequence-custom] {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__image,
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__title,
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__text,
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__text--sm,
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__content-image,
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__content-image-wrapper,
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__content-container,
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__content-column {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__image-counter {
  -webkit-transform: initial;
          transform: initial;
  opacity: 0.3;
}
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__image-counter,
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__title {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__text--fs-16 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__content-column:first-of-type {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
[data-feature="4"][data-aos=feature-sequence-custom].aos-animate .features__content-column:last-of-type {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.cta__container,
.cta__content-row,
.cta__button-row {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

[data-aos=cta-sequence].aos-animate .cta__container,
[data-aos=cta-sequence].aos-animate .cta__content-row,
[data-aos=cta-sequence].aos-animate .cta__button-row {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}
[data-aos=cta-sequence].aos-animate .cta__content-row {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
[data-aos=cta-sequence].aos-animate .cta__button-row {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.hide-on-animate {
  position: absolute;
  inset: 0;
}

.product-info__title-column,
.product-info__content-column,
.product-info__specs,
.product-info__specs ~ .product-info__wrapper {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

[data-aos=product-info-sequence].aos-animate .product-info__title-column,
[data-aos=product-info-sequence].aos-animate .product-info__content-column,
[data-aos=product-info-sequence].aos-animate .product-info__specs,
[data-aos=product-info-sequence].aos-animate .product-info__specs ~ .product-info__wrapper {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}
[data-aos=product-info-sequence].aos-animate .product-info__content-column {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
[data-aos=product-info-sequence].aos-animate .product-info__specs,
[data-aos=product-info-sequence].aos-animate .product-info__wrapper {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.model__image-wrapper,
.model__card-heading,
.model__card-content {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

[data-aos=model-sequence].aos-animate .model__image-wrapper,
[data-aos=model-sequence].aos-animate .model__card-heading,
[data-aos=model-sequence].aos-animate .model__card-content {
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}
[data-aos=model-sequence].aos-animate .model__card-heading {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
[data-aos=model-sequence].aos-animate .model__card-content {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.wpcf7 .wpcf7-response-output {
  display: none !important;
}

.js-form-state[data-state=confirm] .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form-control-wrap input + label,
.wpcf7-form-control-wrap input + span:not(.wpcf7-list-item-label) {
  color: #dc3232;
}

.js-form-state[data-state=confirm] #furigana-error,
.js-form-state[data-state=confirm] .has-error-msg {
  display: none;
}

.wpcf7-list-item {
  margin-left: 0;
}

.codedropz-upload-handler {
  position: relative;
  border: none !important;
  max-width: 260px;
  height: 64px;
  background-color: #f0f0f0;
}
.codedropz-upload-handler h3,
.codedropz-upload-handler h3 + span {
  display: none;
  visibility: hidden;
}
.codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.codedropz-upload-handler .codedropz-btn-wrap {
  position: absolute;
  inset: 0;
  text-align: start;
}
.codedropz-upload-handler .codedropz-btn-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-inline: 16px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .dnd-upload-status .dnd-upload-details .name span {
    width: 60% !important;
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .dnd-upload-status .dnd-upload-details .name {
    padding-right: 0 !important;
  }
}