* {
  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;
}

@font-face {
  font-family: "AP-OTF-A1GothicStd";
  src: url("./fonts/AP-OTF-A1GothicStd-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AP-OTF-A1GothicStd";
  src: url("./fonts/AP-OTF-A1GothicStd-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AP-OTF-A1GothicStd";
  src: url("./fonts/AP-OTF-A1GothicStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Grandam";
  src: url("./fonts/grandam.ttf") format("opentype");
  font-weight: 400;
}
html {
  font-family: "AP-OTF-A1GothicStd", sans-serif;
  color: #000;
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
}
@media screen and (max-width: 980px) {
  html {
    min-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

.bar-lp {
  width: 100%;
  z-index: 10;
  bottom: 10px;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .bar-lp {
    bottom: 0;
    padding: 5px 0 10px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.bar-lp__content {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 780px;
  padding-left: 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 43px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  font: 700 1.6rem "Gothic A1", sans-serif;
  -webkit-box-shadow: 0px 17.2px 29.7px 0px rgba(0, 34, 19, 0.08);
          box-shadow: 0px 17.2px 29.7px 0px rgba(0, 34, 19, 0.08);
}
@media screen and (max-width: 767px) {
  .bar-lp__content {
    height: 44px;
    padding-left: 0;
    max-width: 315px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: transparent;
  }
}
.bar-lp__label {
  padding-right: 22px;
  border-right: 1px solid #c18e5a;
}
@media screen and (max-width: 767px) {
  .bar-lp__label {
    display: none;
  }
}
.bar-lp__link-tel {
  gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 55px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .bar-lp__link-tel {
    display: none;
  }
}
.bar-lp__link-tel::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url("./img/icons/phone.svg") no-repeat center;
}
@media screen and (max-width: 767px) {
  .bar-lp__link-tel::before {
    content: none;
  }
}
.bar-lp__link-tel::after {
  width: 0;
  bottom: 0;
  content: "";
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  border-bottom: 1px solid #000;
}
.bar-lp__link-tel:hover::after {
  width: 100%;
}
.bar-lp__inquiry {
  gap: 7px;
  height: 100%;
  width: 230px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  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;
  display: flex !important;
  border: 1px solid #c18e5a;
}
@media screen and (max-width: 1200px) {
  .bar-lp__inquiry {
    height: 70px !important;
    margin: 0 0 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .bar-lp__inquiry {
    margin: 0 !important;
    height: 100% !important;
    max-width: 100% !important;
  }
}
.bar-lp__inquiry::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-mask-image: url("./img/icons/mail.svg");
          mask-image: url("./img/icons/mail.svg");
}
@media screen and (max-width: 767px) {
  .bar-lp__inq-quote {
    top: -30px !important;
  }
}

.footer-lp {
  background-color: #333;
  padding: 45px 80px 135px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer-lp {
    padding: 45px 50px 135px;
  }
}
@media screen and (max-width: 767px) {
  .footer-lp {
    height: 100%;
    padding: 37px 20px 90px;
  }
}
.footer-lp__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-lp__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-lp__title {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-top: 20px;
}
.footer-lp__contact {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  line-height: 22px;
  margin-top: 6px;
}
.footer-lp__links {
  display: grid;
  gap: 12px 20px;
  grid-template-areas: "a d g" "b e h" "c f i";
}
@media screen and (max-width: 767px) {
  .footer-lp__links {
    grid-template-areas: "a b" "c d" "e f" "g x" "h x";
  }
}
.footer-lp__link-item {
  height: 52px;
  width: 180px;
  border-bottom: 1px solid 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .footer-lp__link-item {
    width: 100%;
  }
}
.footer-lp__link-item:nth-child(1) {
  grid-area: a;
}
.footer-lp__link-item:nth-child(2) {
  grid-area: b;
}
.footer-lp__link-item:nth-child(3) {
  grid-area: c;
}
.footer-lp__link-item:nth-child(4) {
  grid-area: d;
}
.footer-lp__link-item:nth-child(5) {
  grid-area: e;
}
.footer-lp__link-item:nth-child(6) {
  grid-area: f;
}
.footer-lp__link-item:nth-child(7) {
  grid-area: g;
}
.footer-lp__link-item:nth-child(8) {
  grid-area: h;
  border: none;
}
.footer-lp__link-item:nth-child(8)::after {
  display: none;
}
.footer-lp__link-item::after {
  content: "";
  display: block;
  height: 20px;
  aspect-ratio: 1;
  background: url("./img/icons/arrow-right.svg") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  right: 0;
}
.footer-lp__link-item:hover {
  cursor: pointer;
}
.footer-lp__link-item:hover::after {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 10px;
}
.footer-lp__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .footer-lp__right {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-lp__right {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-lp__social-item {
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
  height: 44px;
  aspect-ratio: 1;
  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;
}

.header-lp {
  top: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #fff;
}
.header-lp__content {
  gap: 10px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 39px 6% 29px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .header-lp__content {
    padding: 39px 4% 29px;
  }
}
@media screen and (max-width: 1200px) {
  .header-lp__content {
    height: 50px;
    padding: 10px 20px;
    border-bottom: 0.5px solid #919191;
  }
}
.header-lp__content--menubar {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-lp__content--menubar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-lp__logo {
  width: 180px;
  display: block;
  height: 33.358px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 1200px) {
  .header-lp__logo {
    width: 120px;
    height: 22.24px;
  }
}
.header-lp__logo--menubar {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-lp__logo--menubar {
    display: block;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 1200px) {
  .header-lp__link {
    top: 0;
    right: 0;
    width: 335px;
    position: absolute;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #333333;
  }
}
@media screen and (max-width: 1200px) {
  .header-lp__link.toggle {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header-lp__link-wrap {
  gap: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .header-lp__link-wrap {
    gap: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .header-lp__link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 37.5px 75px;
  }
}
.header-lp__link-list {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1300px) {
  .header-lp__link-list {
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header-lp__link-list {
    gap: 24px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-lp__link-item {
  font-size: 1.5rem;
  position: relative;
  color: #222;
}
@media screen and (max-width: 1200px) {
  .header-lp__link-item {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  }
}
@media screen and (max-width: 1200px) {
  .header-lp__link-item::after {
    top: 50%;
    right: 0;
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("./img/icons/circle-arrow.svg") no-repeat center/contain;
  }
}
.header-lp__link-item:hover::before {
  top: -8px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #c18e5a;
}
@media screen and (max-width: 1200px) {
  .header-lp__link-item:hover::before {
    content: none;
  }
}
.header-lp__link-contact {
  gap: 4px;
  height: 52px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 4px;
  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;
  padding: 16px 24px 11px;
  border: 1px solid #2c2c2b;
}
@media screen and (max-width: 1200px) {
  .header-lp__link-contact {
    display: none;
  }
}
.header-lp__link-contact--sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-lp__link-contact--sp {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 9px;
    border-radius: 2px;
  }
}
.header-lp__link-contact:hover {
  color: #fff;
  background-color: #000;
}
.header-lp__link-contact:hover .header-lp__link-contact-mid::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header-lp__link-contact-sm {
  font: 500 1.1rem "Gothic A1", sans-serif;
}
.header-lp__link-contact-mid {
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 700 1.5rem "Gothic A1", sans-serif;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .header-lp__link-contact-mid {
    font-size: 1.3rem;
  }
}
.header-lp__link-contact-mid::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./img/icons/phone.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .header-lp__link-contact-mid::before {
    width: 16px;
    height: 16px;
  }
}
.header-lp__link-card {
  height: 52px;
  padding: 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 4px;
  color: #fff;
  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;
  border: 1px solid #c18e5a;
  background-color: #c18e5a;
  font: 600 1.5rem "Gothic A1", sans-serif;
}
@media screen and (max-width: 1200px) {
  .header-lp__link-card {
    display: none;
  }
}
.header-lp__link-card:hover {
  color: #c18e5a;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .header-lp__menu-sp {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .header-lp__menubar {
    height: 8px;
    width: 40px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-lp__menubar.toggle .header-lp__menubar-line {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  background-color: #fff;
}
.header-lp__menubar.toggle .header-lp__menubar-line--2 {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 1200px) {
  .header-lp__menubar-line {
    top: 0;
    left: 0;
    width: 40px;
    height: 1px;
    position: absolute;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    background-color: #000;
  }
}
.header-lp__menubar-line--2 {
  bottom: 0;
  top: unset;
}
.header-lp__link-inquiry {
  display: none;
  position: relative;
  color: #fff;
  border-radius: 35px;
  background-color: #c18e5a;
  font: 700 1.6rem "Gothic A1", sans-serif;
}
@media screen and (max-width: 1200px) {
  .header-lp__link-inquiry {
    width: 100%;
    height: 52px;
    max-width: 258px;
    margin: 45px auto 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;
  }
}
.header-lp__link-inquiry:hover .header-lp__inq-quote {
  top: -35px;
}
.header-lp__inq-quote {
  top: -45px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 9px 10px;
  font-size: 1.2rem;
  position: absolute;
  color: #000;
  text-align: center;
  border-radius: 3px;
  line-height: 15.5px;
  background-color: #fff;
  border: 1px solid #c18e5a;
}
.header-lp__inq-quote::before {
  width: 0;
  height: 0;
  left: 50%;
  content: "";
  bottom: -3px;
  line-height: 0;
  display: block;
  margin-top: 0.25em;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5em 0.31em 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-color: #fff;
}
.header-lp__insta {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-lp__insta {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    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;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 1200px) {
  .header-lp__insta img {
    width: 23.42px;
    height: 23.42px;
  }
}

.lower {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
.lower__sauna {
  padding: 0 5.35%;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .lower__sauna {
    padding: 0 5.34%;
  }
}
.lower__sauna-container {
  background-color: #fff;
  border-radius: 55px;
  padding: 111px 77px 172px;
  max-width: 1324px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lower__sauna-container {
    padding: 42px 5.974% 70px;
  }
}
.lower__title {
  font-size: 3.6rem;
  text-align: center;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .lower__title {
    font-size: 22px;
  }
}
.lower__title-annot {
  display: block;
  position: relative;
  padding-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower__title-annot::after {
  content: "";
  height: 42px;
  width: 322px;
  background: url("./img/icons/annotation.svg") no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 25px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .lower__title-annot::after {
    width: 194px;
    bottom: 12px;
  }
}
.lower__title-annot > span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lower__title-annot > span {
    font-size: 14px;
  }
}
.lower__sauna-content {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .lower__sauna-content {
    margin-top: 40px;
  }
}
.lower__sauna-row:not(:last-child) {
  margin-bottom: 80px;
}
.lower__sauna-title {
  font-size: 2.4rem;
  line-height: 120%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lower__sauna-title {
    font-size: 20px;
  }
}
.lower__sauna-title > span {
  display: block;
  font-size: 1.4rem;
  color: #7d6049;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lower__sauna-title > span {
    font-size: 12px;
  }
}
.lower__sauna-title > span .big {
  font-size: 3rem;
  position: relative;
  top: 5px;
}
.lower__sauna-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .lower__sauna-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower__sauna-item {
  width: 100%;
  max-width: 356px;
}
.lower__sauna-item:hover {
  cursor: pointer;
}
.lower__sauna-item:hover .lower__sauna-image img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  scale: 1.1;
}
.lower__sauna-item:hover .lower__sauna-item-title {
  opacity: 0.8;
}
.lower__sauna-image {
  max-height: 280px;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lower__sauna-image img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .lower__sauna-image {
    height: 280px;
  }
}
.lower__sauna-item-title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "AP-OTF-A1GothicStd", sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .lower__sauna-item-title {
    font-size: 14px;
  }
}
.lower__section {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .lower__section {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .lower__section {
    padding: 0 20px;
  }
}
.lower__section-heading {
  padding-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .lower__section-heading {
    padding-bottom: 14px;
  }
}
.lower__section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lower__section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}
.lower__section-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .lower__section-number {
    font-size: 12px;
  }
}
.lower__section-number::before {
  content: "";
  height: 5px;
  width: 45px;
  background-color: #c18e5a;
  border-radius: 10px;
  display: block;
}
.lower__section-title {
  font-size: 3.6rem;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .lower__section-title {
    font-size: 24px;
  }
}
.lower__flow {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .lower__flow {
    margin-top: 80px;
  }
}
.lower__shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  height: 115px;
  padding: 0 57px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .lower__shipping {
    padding: 0 20px;
    height: 69px;
  }
}
.lower__shipping-img {
  height: 75px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #DB5858;
  position: relative;
  z-index: 1;
  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) {
  .lower__shipping-img {
    height: 45.19px;
  }
}
.lower__shipping-img::before {
  content: "";
  height: 75px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -3px;
  right: -3px;
  background-color: #DB5858;
  opacity: 0.3;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lower__shipping-img::before {
    height: 45.19px;
  }
}
@media screen and (max-width: 767px) {
  .lower__shipping-img > img {
    width: 25.541px;
    height: 20.432px;
  }
}
.lower__shipping-note {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .lower__shipping-note {
    font-size: 9.64px;
    bottom: -10px;
  }
}
.lower__shipping-title {
  font-size: 2.95rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .lower__shipping-title {
    font-size: 17.774px;
  }
}
.lower__shipping-title--big {
  font-size: 3.95rem;
  color: #DB5858;
}
@media screen and (max-width: 767px) {
  .lower__shipping-title--big {
    font-size: 23.799px;
  }
}
.lower__shipping-title--big > span.dot {
  display: inline-block;
  position: relative;
}
.lower__shipping-title--big > span.dot::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #DB5858;
}
@media screen and (max-width: 767px) {
  .lower__shipping-title--big > span.dot::before {
    height: 3.012px;
  }
}
.lower__flow-content {
  margin-top: 90px;
  counter-reset: flowStep;
}
@media screen and (max-width: 767px) {
  .lower__flow-content {
    margin-top: 33px;
  }
}
.lower__flow-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: flowStep;
}
@media screen and (max-width: 767px) {
  .lower__flow-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "text";
    padding: 0 20px;
  }
}
.lower__flow-row:not(:last-child) {
  margin-bottom: 44px;
}
.lower__flow-title {
  width: 200px;
  border-right: 1px solid #c18e5a;
  margin-right: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-area: title;
}
@media screen and (max-width: 1170px) {
  .lower__flow-title {
    width: 140px;
    margin-right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .lower__flow-title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c18e5a;
    margin: 0 0 12px 0;
    padding-bottom: 12px;
  }
}
.lower__flow-title::before {
  content: "STEP " counter(flowStep, decimal-leading-zero);
  display: block;
  color: #7d6049;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 213%;
}
@media screen and (max-width: 767px) {
  .lower__flow-title::before {
    font-size: 12px;
  }
}
.lower__flow-step {
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 1170px) {
  .lower__flow-step {
    font-size: 1.8rem;
  }
}
.lower__flow-mid {
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .lower__flow-mid {
    min-height: 0;
  }
}
.lower__flow-mid > p {
  font-size: 1.6rem;
  line-height: 200%;
  grid-area: text;
}
@media screen and (max-width: 767px) {
  .lower__flow-mid > p {
    font-size: 14px;
  }
}
.lower__flow-btn {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .lower__flow-btn {
    margin-top: 20px;
  }
}
.lower__flow-picture {
  height: 200px;
  width: 400px;
  overflow: hidden;
  margin-left: auto;
  border-radius: 12px;
  grid-area: image;
}
@media screen and (max-width: 1170px) {
  .lower__flow-picture {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .lower__flow-picture {
    height: auto;
    width: 100%;
    max-height: 200px;
    margin-bottom: 12px;
    border-radius: 8px;
  }
}
.lower__section-container {
  border-radius: 200px 0 0 200px;
  background: #F5F2EB;
  padding: 148px 135px 167px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .lower__section-container {
    padding: 148px 40px 167px;
  }
}
@media screen and (max-width: 767px) {
  .lower__section-container {
    border-radius: 100px 0 0 100px;
    padding: 100px 0;
  }
}
.lower__faq {
  margin: 80px 0 95px;
}
.lower__faq-content {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .lower__faq-content {
    margin-top: 15px;
  }
}
.lower__faq-item:not(:last-child) {
  margin-bottom: 40px;
}
.lower__faq-item.active .lower__faq-row--answer {
  max-height: 250px;
}
@media screen and (max-width: 767px) {
  .lower__faq-item.active .lower__faq-row--answer {
    max-height: 500px;
  }
}
.lower__faq-item.active .lower__faq-icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.lower__faq-row {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.lower__faq-row::before {
  height: 71px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 3.54rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 200%;
  border: 1px solid #c18e5a;
  margin-right: 28px;
  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) {
  .lower__faq-row::before {
    height: 30px;
    font-size: 1.5rem;
    margin-right: 12px;
  }
}
.lower__faq-row--question {
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .lower__faq-row--question {
    padding: 20px 10px;
  }
}
.lower__faq-row--question .lower__faq-text {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
@media screen and (max-width: 767px) {
  .lower__faq-row--question .lower__faq-text {
    max-width: 185px;
  }
}
.lower__faq-row--question::before {
  content: "Q";
  background-color: #c18e5a;
  color: #fff;
}
.lower__faq-row--question:hover {
  cursor: pointer;
}
.lower__faq-row--answer {
  max-height: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
}
.lower__faq-row--answer::before {
  content: "A";
  margin-left: 20px;
  color: #c18e5a;
}
@media screen and (max-width: 767px) {
  .lower__faq-row--answer::before {
    margin-left: 10px;
  }
}
.lower__faq-container {
  padding: 20px 9px 40px 0;
}
.lower__faq-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .lower__faq-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.lower__faq-icon {
  height: 67px;
  aspect-ratio: 1;
  margin-left: auto;
  position: relative;
  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;
}
.lower__faq-icon::before, .lower__faq-icon::after {
  content: "";
  display: block;
  height: 5px;
  border-radius: 10px;
  width: 50px;
  background-color: #c18e5a;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .lower__faq-icon::before, .lower__faq-icon::after {
    width: 26px;
    height: 2px;
  }
}
.lower__faq-icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lower__faq-section {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .lower__faq-section {
    padding: 0 20px !important;
  }
}
.lower__section-note {
  font-size: 1.6rem;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .lower__section-note {
    font-size: 14px;
    line-height: 32px;
  }
}
.lower__result-section {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .lower__result-section {
    padding: 0 20px !important;
  }
}
.lower__result-item {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lower__result-item {
    margin: 0 auto;
  }
}
.lower__result-picture {
  height: 600px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lower__result-picture {
    height: 360px;
  }
}
.lower__result-zoom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 45px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  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) {
  .lower__result-zoom {
    height: 26px;
  }
}
.lower__result-zoom:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .lower__result-zoom > img {
    height: 15px;
    aspect-ratio: 1;
  }
}
.lower__faq-img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lower__faq-img--modal {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 560px;
  -webkit-animation: zoom 0.4s ease;
          animation: zoom 0.4s ease;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.lower__result {
  margin-top: 15px;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.lower__result-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .lower__result-content {
    grid-template-columns: 1fr;
    margin-top: 26.5px;
  }
}
.lower__result-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower__result-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower__result-head {
  margin-top: 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lower__result-head {
    font-size: 14px;
  }
}
.lower__result-tag {
  background-color: #c18e5a;
  padding: 6px 10px;
  color: #fff;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  line-height: 125%;
  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;
}
.lower__result-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  margin: 12px 0 8px;
}
@media screen and (max-width: 767px) {
  .lower__result-title {
    font-size: 16px;
  }
}
.lower__contact {
  max-width: 900px;
  margin: 0 auto;
  padding: 170px 0 140px;
  scroll-margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .lower__contact {
    margin: 0 auto;
    padding: 237px 0 100px;
    scroll-margin-top: -100px !important;
  }
}
.lower__contact-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.lower__contact-head::before, .lower__contact-head::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lower__contact-head::before {
  background: url("./img/icons/arrow-down.svg") no-repeat;
  background-size: contain;
  width: 13.5px;
  height: 146.5px;
  top: -200px;
}
@media screen and (max-width: 767px) {
  .lower__contact-head::before {
    width: 13.5px;
    height: 146.5px;
  }
}
.lower__contact-head::after {
  height: 0.5px;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: -10px;
}
.lower__contact-title {
  font-size: 3.6rem;
  line-height: 32px;
  letter-spacing: 3.24px;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .lower__contact-title {
    font-size: 24px;
    letter-spacing: 2.16px;
    margin-bottom: 19px;
  }
}
.lower__contact-subtitle {
  font-size: 1.6rem;
  line-height: 200%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lower__contact-subtitle {
    font-size: 14px;
    max-width: 335px;
    text-align: left;
    margin: 0 auto;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
}
.lower__contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 70px;
  scroll-margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .lower__contact-content {
    padding: 0 20px;
    width: 100%;
    margin: 28px auto;
  }
}
.lower__contact-row {
  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;
}
@media screen and (max-width: 767px) {
  .lower__contact-row {
    -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: start;
    gap: 12px;
  }
}
.lower__contact-row--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.lower__contact-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .lower__contact-label {
    gap: 24px;
  }
}
.lower__contact-label-text {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lower__contact-label-text {
    font-size: 16px;
  }
}
.lower__contact-label-required {
  width: 62px;
  height: 30px;
  background-color: #EB5757;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 4px;
  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) {
  .lower__contact-label-required {
    font-size: 12px;
    height: 20px;
    width: 40px;
  }
}
.lower__contact-input {
  max-width: 620px;
  width: 100%;
  font-size: 1.5rem;
}
.lower__contact-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  font-size: 1.6rem;
  height: 64px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .lower__contact-field {
    font-size: 14px;
    height: 50px;
  }
}
.lower__contact-field::-webkit-input-placeholder {
  color: #d9d9d9;
}
.lower__contact-field::-moz-placeholder {
  color: #d9d9d9;
}
.lower__contact-field:-ms-input-placeholder {
  color: #d9d9d9;
}
.lower__contact-field::-ms-input-placeholder {
  color: #d9d9d9;
}
.lower__contact-field::placeholder {
  color: #d9d9d9;
}
.lower__contact-field:focus {
  outline-color: #c18e5a;
}
.lower__contact-field--textarea {
  height: 100%;
  max-height: 245px;
}
@media screen and (max-width: 767px) {
  .lower__contact-field--textarea {
    height: 245px;
  }
}
.lower__contact-checkbox {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lower__contact-checkbox {
    font-size: 14px;
  }
}
.lower__contact-container {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lower__contact-link {
  text-decoration: underline;
  margin-left: 14px;
}
.lower__contact-note {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .lower__contact-note {
    text-align: left;
    margin: 10px auto 0;
  }
}
.lower__contact-submit {
  margin: 0 auto;
  max-width: 328px;
  width: 100%;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower__contact-btn {
  width: 100%;
  height: 80px;
  background-color: #c18e5a;
  border: none;
  border-radius: 4px;
  padding: 11px 24px;
  color: #fff;
  font-family: "Gothic A1", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  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) {
  .lower__contact-btn {
    height: 60px;
    font-size: 16px;
  }
}
.lower__contact-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.lower__contact-btn--back {
  background-color: #bdbdbd;
}
.lower__harvia {
  gap: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .lower__harvia {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower__harvia img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .lower__harvia img {
    width: 100%;
  }
}
.lower__harvia p {
  width: 55%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lower__harvia p {
    width: 100%;
    font-size: 1.4rem;
  }
}
.lower__contact-complete {
  font-size: 1.8rem;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .lower__contact-complete {
    margin-top: 50px;
  }
}

.lp-upper {
  background-color: #f5f5f5;
}
.lp-upper__mv {
  position: relative;
  margin: 120px 80px 0;
  padding-bottom: 165px;
}
@media screen and (max-width: 1200px) {
  .lp-upper__mv {
    margin-top: 50px;
  }
}
@media screen and (max-width: 980px) {
  .lp-upper__mv {
    padding: 20px;
    margin: 50px 0 33px;
  }
}
.lp-upper__mv-content {
  height: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-content {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 30px;
  }
}
.lp-upper__mv-title {
  margin-bottom: 64px;
  font: 600 5.4rem "dnp-shuei-mgothic-std", sans-serif;
  line-height: 90.25px;
}
@media screen and (max-width: 1300px) {
  .lp-upper__mv-title {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .lp-upper__mv-title {
    font-size: 3.4rem;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-title {
    font-size: 3.2rem;
    margin-bottom: 20px;
    line-height: 44.737px;
  }
}
.lp-upper__mv-title .quote {
  position: relative;
}
.lp-upper__mv-title .quote::before, .lp-upper__mv-title .quote::after {
  content: "";
  position: absolute;
}
.lp-upper__mv-title .quote::before {
  top: 0;
  left: 0;
  width: 10.37px;
  height: 16.19px;
  background: url("./img/icons/open-quote.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-title .quote::before {
    width: 6.206px;
    height: 9.691px;
  }
}
.lp-upper__mv-title .quote::after {
  right: 0;
  bottom: 0;
  width: 10.84px;
  height: 14.15px;
  background: url("./img/icons/comma.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-title .quote::after {
    width: 6.488px;
    height: 8.468px;
  }
}
.lp-upper__mv-title .f72 {
  font-size: 7.2rem;
}
@media screen and (max-width: 1200px) {
  .lp-upper__mv-title .f72 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-title .f72 {
    font-size: 4.3rem;
    line-height: 54.023px;
  }
}
.lp-upper__mv-subtitle {
  padding-left: 15px;
  font: 600 3.2rem "dnp-shuei-mgothic-std", sans-serif;
  line-height: 64px;
}
@media screen and (max-width: 1200px) {
  .lp-upper__mv-subtitle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-subtitle {
    font-size: 2rem;
    padding-left: 10px;
    line-height: normal;
  }
}
.lp-upper__mv-subtitle .din {
  font: 600 6.3rem "din-2014", sans-serif;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .lp-upper__mv-subtitle .din {
    font-size: 5.3rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-subtitle .din {
    font-size: 3.9rem;
  }
}
.lp-upper__mv-subtitle .din::before {
  top: 5px;
  left: -13px;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("./img/icons/text-ray.svg") no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .lp-upper__mv-subtitle .din::before {
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-subtitle .din::before {
    top: 3px;
    left: -5px;
    width: 10px;
    height: 10px;
  }
}
.lp-upper__mv-subtitle .f26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-subtitle .f26 {
    font-size: 1.6rem;
  }
}
.lp-upper__mv-subtitle .underline {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.lp-upper__mv-wrap {
  width: 50%;
  padding: 117px 58px 0 6%;
  background-color: #f5f2eb;
}
@media screen and (max-width: 1400px) {
  .lp-upper__mv-wrap {
    padding: 100px 30px 0 5%;
  }
}
@media screen and (max-width: 1300px) {
  .lp-upper__mv-wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .lp-upper__mv-wrap {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-wrap {
    width: 100%;
    padding: 28px 23px 14px;
  }
}
.lp-upper__mv-wrap--img {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .lp-upper__mv-wrap--img {
    height: 300px;
  }
}
.lp-upper__splide, .lp-upper__mv-img-item, .lp-upper__mv-img-list {
  width: 100%;
  height: 100%;
}
.lp-upper__section-link {
  left: 0;
  top: 865px;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-link {
    top: unset;
    left: unset;
    position: relative;
    margin-bottom: -40px;
  }
}
.lp-upper__section-link::before {
  left: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: calc(50% - 640px);
  border-radius: 0 50px 50px 0;
  background-color: #fff;
  -webkit-box-shadow: 20px 13px 28px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 20px 13px 28px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1400px) {
  .lp-upper__section-link::before {
    right: 80px;
  }
}
@media screen and (max-width: 980px) {
  .lp-upper__section-link::before {
    right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__section-link::before {
    right: 20px;
  }
}
.lp-upper__section-link-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  padding: 64px 120px 86px 55px;
}
@media screen and (max-width: 1200px) {
  .lp-upper__section-link-content {
    padding-right: 90px;
  }
}
@media screen and (max-width: 980px) {
  .lp-upper__section-link-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__section-link-content {
    padding: 42px 20px;
    margin-right: 20px;
  }
}
.lp-upper__section-link-title {
  padding: 7px 0 7px 19px;
  border-left: 1px solid #000;
  font: 600 3.6rem "AP-OTF-A1GothicStd", sans-serif;
  line-height: 43.2px;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-link-title {
    font-size: 2.4rem;
    line-height: 28.8px;
  }
}
.lp-upper__section-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-link-list {
    gap: 20px;
    margin-top: 40px;
  }
}
.lp-upper__section-link-item {
  width: 320px;
  height: 106px;
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-link-item {
    width: 100%;
    height: 66px;
  }
}
.lp-upper__section-link-label {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4f4f4f;
  font: 600 1.4rem "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-link-label {
    font-size: 1.2rem;
  }
}
.lp-upper__section-link-label::before {
  width: 45px;
  content: "";
  height: 5px;
  display: block;
  border-radius: 10px;
  background-color: #c18e5a;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-link-label::before {
    width: 25px;
  }
}
.lp-upper__section-link-text {
  display: block;
  position: relative;
  font: 500 2.4rem "AP-OTF-A1GothicStd", sans-serif;
  line-height: 28.8px;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-link-text {
    font-size: 1.6rem;
    line-height: 19.2px;
  }
}
.lp-upper__section-link-text::after {
  top: 5px;
  right: 14px;
  content: "";
  width: 23.24px;
  height: 13.13px;
  position: absolute;
  background: url("./img/icons/caret-down.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-link-text::after {
    width: 14.53px;
    height: 8.21px;
  }
}
.lp-upper__tips {
  padding-top: 429px;
  background-color: #f5f2eb;
}
@media screen and (max-width: 1300px) {
  .lp-upper__tips {
    padding-top: 529px;
  }
}
@media screen and (max-width: 1200px) {
  .lp-upper__tips {
    padding-top: 629px;
  }
}
@media screen and (max-width: 980px) {
  .lp-upper__tips {
    padding-top: 729px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__tips {
    padding: 80px 30px 0;
  }
}
.lp-upper__tips-title {
  text-align: center;
  text-underline-offset: 14px;
  font: 700 3.6rem "Zen Maru Gothic", sans-serif;
  -webkit-text-decoration: underline #4f4f4f solid 0.5px;
          text-decoration: underline #4f4f4f solid 0.5px;
}
@media screen and (max-width: 767px) {
  .lp-upper__tips-title {
    font-size: 1.9rem;
    text-underline-offset: 7px;
  }
}
.lp-upper__tips-content {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 56px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lp-upper__tips-content {
    height: 265px;
    max-width: 315px;
    margin-top: 33px;
    position: relative;
  }
}
.lp-upper__tips-circle {
  gap: 30px;
  width: 300px;
  height: 300px;
  margin-top: auto;
  text-align: center;
  border-radius: 50%;
  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: #fff;
}
@media screen and (max-width: 767px) {
  .lp-upper__tips-circle {
    gap: 10px;
    width: 143.1px;
    height: 143.1px;
    position: absolute;
  }
}
.lp-upper__tips-circle::before {
  width: 28px;
  content: "";
  height: 37.7px;
  background: url("./img/icons/swirl.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lp-upper__tips-circle::before {
    width: 13.36px;
    height: 17.98px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__tips-circle:first-child {
    left: 0;
    bottom: 0;
  }
}
.lp-upper__tips-circle:nth-child(2) {
  margin: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-upper__tips-circle:nth-child(2) {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__tips-circle:last-child {
    right: 0;
    bottom: 0;
  }
}
.lp-upper__tips-text {
  font: 400 2rem "AP-OTF-A1GothicStd", sans-serif;
  line-height: 33.9px;
}
@media screen and (max-width: 767px) {
  .lp-upper__tips-text {
    font-size: 1.2rem;
    line-height: 20.34px;
  }
}
.lp-upper__tips-text .bold {
  color: #c18e5a;
  font-weight: 600;
}
.lp-upper__tips-img {
  z-index: 1;
  width: 176px;
  height: 274px;
}
@media screen and (max-width: 767px) {
  .lp-upper__tips-img {
    width: 103.46px;
    height: 161.07px;
  }
}
.lp-upper__tips-img--2 {
  height: 241px;
  width: 149.8px;
  z-index: unset;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .lp-upper__tips-img--2 {
    width: 88.06px;
    height: 141.67px;
    margin-left: -15px;
  }
}
.lp-upper__tips-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -135px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp-upper__tips-img-wrap {
    z-index: 1;
    margin-top: -30px;
    position: relative;
  }
}
.lp-upper__checklist-content {
  overflow: hidden;
  position: relative;
  padding: 75px 7% 262px;
  background-color: #5F5752;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-content {
    padding: 29px 30px 150px;
  }
}
.lp-upper__checklist-content::before, .lp-upper__checklist-content::after {
  content: "";
  position: absolute;
}
.lp-upper__checklist-content::before {
  left: 50%;
  top: -300px;
  width: 1750px;
  height: 600px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2c2c2b;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-content::before {
    top: -171px;
    width: 600px;
    height: 342px;
  }
}
.lp-upper__checklist-content::after {
  left: 0;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border-top: 250px solid transparent;
  border-left: 1920px solid transparent;
  border-bottom: 250px solid #f5f5f5;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-content::after {
    border-left: 980px solid transparent;
  }
}
.lp-upper__checklist-header {
  z-index: 1;
  text-align: center;
  position: relative;
  color: #fff;
  font: 600 2.4rem "AP-OTF-A1GothicStd", sans-serif;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-header {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
.lp-upper__checklist-title {
  display: block;
}
.lp-upper__checklist-title:last-child {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-title:last-child {
    margin-top: -10px;
  }
}
.lp-upper__checklist-title .f40 {
  font-size: 4rem;
  line-height: 80px;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-title .f40 {
    font-size: 2.4rem;
    line-height: 48px;
  }
}
.lp-upper__checklist-title .quote {
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-title .quote {
    margin-right: 10px;
  }
}
.lp-upper__checklist-title .quote::before, .lp-upper__checklist-title .quote::after {
  content: "";
  width: 20px;
  height: 11.55px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-title .quote::before, .lp-upper__checklist-title .quote::after {
    width: 11.82px;
    height: 6.83px;
  }
}
.lp-upper__checklist-title .quote::before {
  top: 5px;
  left: -15px;
  background: url("./img/icons/double-quote-1.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-title .quote::before {
    top: 2px;
    left: -10px;
  }
}
.lp-upper__checklist-title .quote::after {
  bottom: 5px;
  right: -15px;
  background: url("./img/icons/double-quote-2.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-title .quote::after {
    bottom: 2px;
    right: -10px;
  }
}
.lp-upper__checklist-list {
  margin-top: 136px !important;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-list {
    margin-top: 60px !important;
  }
}
.lp-upper__checklist-item {
  gap: 7%;
  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) {
  .lp-upper__checklist-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-upper__checklist-item:nth-child(2) {
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lp-upper__checklist-item:nth-child(2) .lp-upper__checklist-text {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-item:nth-child(2) .lp-upper__checklist-text {
    width: 100%;
  }
}
.lp-upper__checklist-item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.lp-upper__checklist-text {
  width: 43%;
  z-index: 1;
  position: relative;
  padding-left: 50px;
  color: #fff;
  font: 500 3.6rem "AP-OTF-A1GothicStd", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-text {
    width: 100%;
    font-size: 2rem;
    padding-left: 25px;
  }
}
.lp-upper__checklist-text::before {
  left: 0;
  top: -20px;
  content: "";
  z-index: -1;
  width: 89.14px;
  height: 86.15px;
  position: absolute;
  background: url("./img/icons/check.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-text::before {
    top: -15px;
    width: 50px;
    height: 50px;
  }
}
.lp-upper__checklist-img {
  width: 50%;
  height: 299px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .lp-upper__checklist-img {
    width: 100%;
    height: 200px;
  }
}
.lp-upper__section-content {
  margin: 0 auto;
  max-width: 1170px;
}
.lp-upper__section-title {
  font: 600 3.6rem "AP-OTF-A1GothicStd", sans-serif;
  line-height: 43.2px;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-title {
    font-size: 2.4rem;
    line-height: 28.8px;
  }
}
.lp-upper__feature {
  padding: 140px 7%;
}
@media screen and (max-width: 767px) {
  .lp-upper__feature {
    padding: 60px 20px 30px;
  }
}
.lp-upper__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 95px;
  gap: 112px 7.692%;
  counter-reset: feature;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp-upper__feature-list {
    gap: 50px;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-upper__feature-item {
  width: 46.154%;
  position: relative;
  border-radius: 12px;
  padding: 26px 26px 40px;
  counter-increment: feature;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-upper__feature-item {
    width: 100%;
    padding: 26px 10px 28px;
  }
}
.lp-upper__feature-img {
  width: 100%;
  height: 300px;
  display: block;
}
@media screen and (max-width: 767px) {
  .lp-upper__feature-img {
    height: 200px;
  }
}
.lp-upper__feature-label {
  display: block;
  margin: 20px 0;
  text-align: center;
  color: #7d6049;
  font: 500 2.4rem "AP-OTF-A1GothicStd", sans-serif;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .lp-upper__feature-label {
    font-size: 2rem;
    line-height: 40px;
    margin: 16px 0 8px;
  }
}
.lp-upper__feature-text {
  text-align: justify;
  font: 400 2rem "AP-OTF-A1GothicStd", sans-serif;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .lp-upper__feature-text {
    font-size: 1.4rem;
    line-height: 19.6px;
  }
}
.lp-upper__feature-num {
  top: -63px;
  left: -63px;
  width: 126px;
  height: 126px;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  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: #c3a795;
  font: 600 2rem "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-upper__feature-num {
    top: -17px;
    left: -10px;
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
  }
}
.lp-upper__feature-num::before {
  font-size: 4rem;
  line-height: 1em;
  content: "0" counter(feature);
}
@media screen and (max-width: 767px) {
  .lp-upper__feature-num::before {
    font-size: 2.4rem;
  }
}
.lp-upper__customer {
  overflow: hidden;
  margin-bottom: 70px;
  padding: 148px 7% 105px;
  border-radius: 50px 0 0 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-upper__customer {
    border: 30px 0 0 30px;
    padding: 60px 20px 80px;
  }
}
.lp-upper__customer-splide {
  margin-top: 50px;
}
.lp-upper__customer-list {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .lp-upper__customer-list {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-upper__customer-track {
  overflow: visible !important;
}
.lp-upper__customer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 54px 33px 30px;
  width: 440px !important;
  background-color: #f5f2eb;
}
@media screen and (max-width: 767px) {
  .lp-upper__customer-item {
    padding: 30px 20px;
    width: 100% !important;
  }
}
.lp-upper__customer-label {
  color: #7d6049;
  font: 600 2.4rem "AP-OTF-A1GothicStd", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-upper__customer-label {
    font-size: 2rem;
  }
}
.lp-upper__customer-text {
  margin: 20px 0;
  font: 400 1.6rem "AP-OTF-A1GothicStd", sans-serif;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .lp-upper__customer-text {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
.lp-upper__customer-info {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-upper__customer-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .lp-upper__customer-img {
    width: 80px;
    height: 80px;
  }
}
.lp-upper__customer-name {
  font: 500 1.6rem "AP-OTF-A1GothicStd", sans-serif;
  line-height: 19.2px;
}
@media screen and (max-width: 767px) {
  .lp-upper__customer-name {
    font-size: 1.4rem;
    line-height: 16.8px;
  }
}
.lp-upper__difference {
  padding: 148px 70px 189px;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference {
    padding: 100px 20px 60px;
  }
}
.lp-upper__difference-images {
  gap: 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 0 53px;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-images {
    gap: 4%;
    margin: 40px 0 17px;
  }
}
.lp-upper__difference-images-wrap {
  width: 44.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-images-wrap {
    width: 48%;
  }
}
.lp-upper__difference-img {
  width: 100%;
  height: 230px;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-img {
    height: 92.44px;
    margin-top: 8px;
    border-radius: 5px;
  }
}
.lp-upper__difference-icon {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-icon {
    width: 40px;
    height: 40px;
  }
}
.lp-upper__difference-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-upper__difference-item:not(:last-child) {
  margin-bottom: 55px;
  border-bottom: 1px solid #4f4f4f;
}
.lp-upper__difference-wrap {
  gap: 10px;
  width: 42.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-wrap {
    gap: 6px;
    width: 38%;
    padding-bottom: 15px;
  }
}
.lp-upper__difference-type {
  width: 15%;
  text-align: center;
  font: 500 3.2rem "AP-OTF-A1GothicStd", sans-serif;
  line-height: 38.4px;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-type {
    width: 24%;
    font-size: 1.6rem;
    line-height: 19.2px;
  }
}
.lp-upper__difference-text {
  text-align: center;
  font: 500 2.4rem "AP-OTF-A1GothicStd", sans-serif;
  line-height: 28.8px;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-text {
    font-size: 1.2rem;
    line-height: 14.4px;
  }
}
.lp-upper__difference-text .f16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-text .f16 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-text--type {
    font-size: 1.5rem;
    line-height: 18px;
  }
}
.lp-upper__difference-point {
  left: 50%;
  bottom: -70px;
  padding: 15px;
  width: 342.55px;
  text-align: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0.6px solid #fff;
  background-color: #f9eed7;
  font: 600 1.6rem "Gothic A1", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-point {
    width: 160px;
    bottom: -35px;
    padding: 5px 0;
    font-size: 1rem;
  }
}
.lp-upper__difference-point::before {
  top: -13px;
  left: 13px;
  content: "Point!";
  position: absolute;
  font: 400 2.5rem "Grandam", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-point::before {
    left: 0;
    top: -7px;
    font-size: 13.21px;
  }
}
.lp-upper__difference-point::after {
  width: 0;
  height: 0;
  left: 50%;
  top: -10px;
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0.61em 0.9em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-color: transparent;
  border-bottom-color: #f9eed7;
  border: 0 0.61em 0.9em solid transparent;
}
@media screen and (max-width: 767px) {
  .lp-upper__difference-point::after {
    top: -7px;
  }
}

section {
  scroll-margin: 130px;
}
@media screen and (max-width: 1200px) {
  section {
    scroll-margin: 60px;
  }
}

.lp {
  background-color: #f5f5f5;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 125px;
  font-family: "AP-OTF-A1GothicStd", sans-serif;
}
@media screen and (max-width: 767px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 5.4%;
    padding: 0 5.4%;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner__text {
  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;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner__text {
    width: 100%;
    padding-top: 32px;
  }
}
.banner__title {
  font-size: 3.2rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .banner__title {
    font-size: 20px;
    text-align: center;
  }
}
.banner__title-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner__title-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.banner__title-container::before {
  content: "";
  position: absolute;
  top: -41px;
  left: -83px;
  height: 68px;
  aspect-ratio: 1;
  background: url("./img/icons/quote.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .banner__title-container::before {
    height: 40px;
    left: -56px;
    top: -32px;
  }
}
.banner__sub {
  font-size: 1.6rem;
  margin: 5px 0 37px;
}
@media screen and (max-width: 767px) {
  .banner__sub {
    font-size: 14px;
    margin: 26px 0 10px;
    text-align: center;
  }
}
.banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .banner__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.banner__btn {
  padding: 11px 24px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .banner__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 294px;
    margin: 0 auto;
    width: 100%;
  }
}
.banner__btn:hover {
  cursor: pointer;
}
.banner__btn:hover:hover::before {
  scale: 1.3;
}
.banner__btn::before {
  content: "";
  height: 20px;
  aspect-ratio: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner__btn > span {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 700;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Gothic A1", sans-serif;
}
.banner__btn--phone {
  background-color: #fff;
}
.banner__btn--phone::before {
  background: url("./img/icons/phone-black.svg") no-repeat center/contain;
}
.banner__btn--mail {
  background-color: #000;
  color: #fff;
}
.banner__btn--mail::before {
  background: url("./img/icons/mail.svg") no-repeat center/contain;
}
.banner__btn--mail > span {
  font-weight: 600;
  line-height: 125%;
}
.banner__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.banner__img > img {
  width: 200px;
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #c18e5a;
}

.primary-bg {
  background: #c18e5a;
}

.overflow {
  overflow: hidden;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.lp .splide__arrow {
  display: none;
}
.lp .lp-upper__mv .splide__pagination {
  right: 0;
  top: 50%;
  gap: 20px;
  left: unset;
  bottom: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp .lp-upper__mv .splide__pagination__page {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}
.lp .lp-upper__mv .splide__pagination__page.is-active {
  background-color: #c18e5a;
}
.lp .lp-upper__customer .splide__pagination {
  bottom: -43px;
}
@media screen and (max-width: 767px) {
  .lp .lp-upper__customer .splide__pagination {
    display: none !important;
  }
}
.lp .lp-upper__customer .splide__pagination li {
  width: 50%;
  height: 4px;
}
.lp .lp-upper__customer .splide__pagination__page {
  margin: 0;
  width: 100%;
  border-radius: unset;
}
.lp .lp-upper__customer .splide__pagination__page.is-active {
  -webkit-transform: unset;
          transform: unset;
  background-color: #c18e5a;
}

.mw_wp_form_confirm .mwform-checkbox-field,
.mw_wp_form_confirm .lower__contact-note,
.mw_wp_form_confirm .lower__contact-subtitle-hide-confirm {
  display: none;
}
.mw_wp_form .lower__contact-subtitle-hide {
  display: none;
}
.mw_wp_form_confirm .lower__contact-subtitle-hide {
  display: block !important;
}
.mw_wp_form {
  scroll-margin-top: 300px;
}
.mw_wp_form form {
  scroll-margin-top: 300px;
}

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