@font-face {
  font-family: "Holland";
  src: url("/Holland.b6275410.woff") format("woff");
}
.button-wrap {
  margin-top: 90px;
  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) {
  .button-wrap {
    margin-top: 57.6923076923px;
  }
}

.button {
  font-size: 1.6rem;
  max-width: 300px;
  width: 100%;
  height: 70px;
  color: #fff;
  background-color: #000;
  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;
}
@media screen and (max-width: 767px) {
  .button {
    max-width: 192.3076923077px;
    height: 44.8717948718px;
    font-size: 10.2564102564px;
  }
}
.button::after {
  content: "";
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  width: 10px;
  height: 10px;
  background: url("../img/icons/btn-icon.svg") no-repeat center;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 6.4102564103px;
    height: 6.4102564103px;
    border-radius: 50%;
  }
}
.button:hover::after {
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.footer__logo-container {
  background-color: rgba(244, 244, 244, 0.9568627451);
  padding: 25px 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;
}
.footer__wrapper {
  padding: 25px 0;
  background-color: #000;
}
.footer__wrapper--copyright {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.footer__wrapper:not(:last-child) {
  border: 1px solid #323232;
}
.footer__ig {
  font-size: 1.6rem;
  font-weight: 700;
  color: #626262;
  gap: 5px;
  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 {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 300px;
    padding: 40px;
    background-color: #000;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.header__logo {
  background-color: #fff;
  padding: 0 35px;
}
.header__block {
  width: 100%;
  height: 100%;
  padding: 55px 35px 40px;
  background-color: #000;
  position: relative;
}
.header__slogan {
  width: 258px;
  height: 376px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .header__slogan {
    left: 37.5%;
  }
}
@media screen and (max-width: 767px) {
  .header__slogan {
    width: 249px;
    height: 363px;
    top: 110px;
  }
}
.header__logo-container {
  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__logo-sp {
  max-width: 123px;
  width: 100%;
}

.lp-upper__section-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38.4615384615px;
  }
}
.lp-upper__section-wrapper--1280 {
  height: 100vh;
}
.lp-upper__section-wrapper--960 {
  height: 960px;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-wrapper--960 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    height: 432.6923076923px;
  }
}
.lp-upper__section-wrapper--mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-wrapper--mb100 {
    margin-bottom: 227.5641025641px;
  }
}
.lp-upper__section-wrapper--mt80 {
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-wrapper--mt80 {
    margin-top: 57.6923076923px;
  }
}
.lp-upper__bg-gray {
  position: absolute;
  left: 50%;
  top: 57px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 88.89%;
  max-width: 1600px;
  height: 800px;
  background-color: #ebebeb;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp-upper__bg-gray {
    top: 16.0256410256px;
    height: 100%;
  }
}
.lp-upper__section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__section-container--end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.lp-upper__section-container.right {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-container.right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__section-container .blockz {
    padding-left: 80px;
    margin-top: 155px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__section-container .blockz {
    padding-left: 19.2307692308px;
  }
}
.lp-upper__section-block {
  width: 50%;
  padding-left: 100px;
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-block {
    width: 100%;
    padding: 0 25.641025641px;
    font-size: 12.8205128205px;
    line-height: 1.8em;
    z-index: 5;
  }
}
.lp-upper__section-block .heavy {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .lp-upper__section-block .heavy {
    font-size: 16.6666666667px;
  }
}
.lp-upper__block-title {
  font-size: 10rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .lp-upper__block-title {
    font-size: 30.7692307692px;
  }
}
.lp-upper__block-title--small {
  font-size: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-upper__block-title--small {
    font-size: 19.2307692308px;
  }
}
.lp-upper__block-title .blue {
  color: #589a9e;
}
.lp-upper__img-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 85.94%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__img-container {
    width: 82%;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__img-container {
    width: 100%;
  }
}
.lp-upper__block-img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 976px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__block-img {
    height: 720px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__block-img {
    position: unset;
    -webkit-transform: none;
            transform: none;
    display: block;
    width: 100%;
    height: 389.1025641026px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lp-upper__block-img--2 {
  height: 100%;
  left: unset;
  right: 0;
  top: 190px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__block-img--2 {
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__block-img--2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 66.67%;
  }
}
.lp-upper__img-title {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 27.5%;
  bottom: 92px;
  font-size: 2.2rem;
  line-height: 1.6363636364em;
  letter-spacing: 0.45em;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__img-title {
    left: 31.5%;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__img-title {
    display: block;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    top: unset;
    bottom: 15.3846153846px;
    font-size: 11.5384615385px;
    line-height: 1.3333333333em;
    text-align: center;
  }
}
.lp-upper__img-title .medium {
  font-size: 2.6rem;
  line-height: 1.6153846154em;
}
@media screen and (max-width: 767px) {
  .lp-upper__img-title .medium {
    font-size: 11.5384615385px;
    line-height: 1.6666666667em;
  }
}
.lp-upper__img-title .heavy {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .lp-upper__img-title .heavy {
    font-size: 14.1025641026px;
    line-height: 1.3636363636em;
  }
}
.lp-upper__logo {
  position: absolute;
  left: 1.5%;
  top: 55px;
  width: 10.42%;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__logo {
    width: 13.9%;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__logo {
    width: 130.7692307692px;
    height: 67.9487179487px;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    top: unset;
    bottom: 67.3076923077px;
  }
}
.lp-upper__slogan-wrapper {
  position: absolute;
  min-width: 1440px;
  width: 100%;
  height: calc(100vh + 330px);
}
@media screen and (max-width: 767px) {
  .lp-upper__slogan-wrapper {
    min-width: unset;
    height: calc(100% + 229px);
    top: -229px;
    text-align: center;
  }
}
.lp-upper__slogan {
  position: sticky;
  position: -webkit-sticky;
  display: block;
  top: 4%;
  left: 2%;
  width: 32.1%;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__slogan {
    top: 6%;
    width: 36.8%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__slogan {
    width: 125px;
    height: auto;
    left: 0;
    top: 0;
    margin: 10px auto 0;
  }
}
.lp-upper__banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 121.25px 0 130px;
}
@media screen and (max-width: 767px) {
  .lp-upper__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 43.5897435897px;
  }
}
.lp-upper__banner-product {
  position: absolute;
  left: 50%;
  bottom: -78px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 215px;
  height: 524px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-upper__banner-product {
    width: 101.2820512821px;
    height: 244.2307692308px;
    bottom: unset;
    top: 135px;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 3%;
  }
}
.lp-upper__banner-block {
  width: 50%;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .lp-upper__banner-block {
    width: 100%;
  }
}
.lp-upper__banner-block--info {
  padding: 85px 0 34px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .lp-upper__banner-block--info {
    padding: 16.0256410256px 0;
  }
}
.lp-upper__banner-info {
  font-size: 1.8rem;
  line-height: 1.8888888889em;
  color: #fff;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  padding: 0 100px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__banner-info {
    padding: 0 95px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__banner-info {
    padding: 0 121.7948717949px 0 19.2307692308px;
    font-size: 11.5384615385px;
    line-height: 1.6666666667em;
  }
}
.lp-upper__banner-info--plain {
  width: 641px;
  padding: 0;
  color: initial;
}
@media screen and (max-width: 767px) {
  .lp-upper__banner-info--plain {
    width: 41%;
    font-size: 10.2564102564px;
    line-height: 1.875em;
  }
}
.lp-upper__banner-slogan {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667em;
  color: #fff;
  padding: 0 60px 0 100px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__banner-slogan {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__banner-slogan {
    font-size: 15.3846153846px;
    line-height: 1.5833333333em;
    padding: 0 53.8461538462px 0 19.2307692308px;
  }
}
.lp-upper__banner-title {
  font-size: 2.8rem;
  line-height: 1.2142857143em;
  color: #589a9e;
  margin: 127px 0 29px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__banner-title {
    margin-top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__banner-title {
    margin: 41.6666666667px 0 16.0256410256px;
    font-size: 12.8205128205px;
    line-height: 0.7em;
  }
}
.lp-upper__banner-title--plain {
  color: initial;
  margin: 67px 0 28px;
}
@media screen and (max-width: 767px) {
  .lp-upper__banner-title--plain {
    margin: 38.4615384615px 0 0;
    font-size: 11.5384615385px;
    line-height: 1.6666666667em;
  }
}
.lp-upper__banner-subinfo {
  margin-top: 64px;
  border-top: 1px solid #fff;
  padding: 13px 100px 0;
  font-size: 1.4rem;
  line-height: 2em;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__banner-subinfo {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__banner-subinfo {
    padding-left: 19.2307692308px;
    margin-top: 19.2307692308px;
    padding-top: 19.2307692308px;
    font-size: 11.5384615385px;
    line-height: getem(18, 30);
  }
}
.lp-upper__card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
  margin-top: 100px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .lp-upper__card-container {
    gap: 38.4615384615px;
    margin-top: 0;
  }
}
.lp-upper__card {
  position: relative;
  padding: 29px 0 26px;
  background-color: #000;
  font-size: 1.6rem;
  line-height: 2.125em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-upper__card {
    padding: 6.4102564103px 0;
    font-size: 11.5384615385px;
    line-height: 1.6666666667em;
  }
}
.lp-upper__card:nth-child(1) {
  width: 55%;
  padding-left: 12.5%;
  padding-right: 87px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__card:nth-child(1) {
    width: 62.5%;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__card:nth-child(1) {
    width: 85.5%;
    padding-left: 11.5%;
    padding-right: 9.6153846154px;
  }
}
.lp-upper__card:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -56.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 113px;
  height: 274px;
  background: url("../img/lp-upper/img4.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lp-upper__card:nth-child(1)::after {
    width: 42.9487179487px;
    height: 101.2820512821px;
    right: -34px;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: 0;
  }
}
.lp-upper__card:nth-child(1) .lp-upper__card-title::before {
  top: -53px;
  left: -78px;
  background: url("../img/1.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .lp-upper__card:nth-child(1) .lp-upper__card-title::before {
    top: -20px;
    left: -45px;
  }
}
.lp-upper__card:nth-child(2) {
  width: 860px;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 59px;
  padding-right: 280px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__card:nth-child(2) {
    width: 59.73%;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__card:nth-child(2) {
    width: 76.93%;
    padding-left: 22.4358974359px;
    padding-right: 32.0512820513px;
  }
  .lp-upper__card:nth-child(2) > p {
    padding-right: 112.1794871795px;
  }
}
.lp-upper__card:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -40px;
  top: calc(50% - 15px);
  -webkit-transform: translateY(calc(-50% - 10px));
          transform: translateY(calc(-50% - 10px));
  width: 293px;
  height: 199px;
  background: url("../img/lp-upper/img6.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lp-upper__card:nth-child(2)::after {
    width: 157.6923076923px;
    height: 76.9230769231px;
    top: 50%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
    right: -14.7435897436px;
  }
}
.lp-upper__card:nth-child(2) .lp-upper__card-title::before {
  top: -53px;
  left: -100px;
  background: url("../img/2.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .lp-upper__card:nth-child(2) .lp-upper__card-title::before {
    top: -20px;
    left: -55px;
  }
}
.lp-upper__card:nth-child(3) {
  width: 50%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-left: 130px;
  padding-right: 11%;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp-upper__card:nth-child(3) {
    width: 66.67%;
  }
}
@media screen and (max-width: 767px) {
  .lp-upper__card:nth-child(3) {
    width: 78.63%;
    padding-left: 32.0512820513px;
    padding-right: 14.7435897436px;
  }
}
.lp-upper__card:nth-child(3) .lp-upper__card-title::before {
  top: -53px;
  left: -115px;
  background: url("../img/3.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .lp-upper__card:nth-child(3) .lp-upper__card-title::before {
    top: -20px;
    left: -60px;
  }
}
.lp-upper__card-title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3846153846em;
  color: #589a9e;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .lp-upper__card-title {
    font-size: 12.1794871795px;
    margin-bottom: 3.2051282051px;
    z-index: 1;
  }
}
.lp-upper__card-title::before {
  content: "";
  position: absolute;
  width: 89px;
  height: 91px;
}
@media screen and (max-width: 767px) {
  .lp-upper__card-title::before {
    width: 55px;
    height: 55px;
  }
}

.lp__gallery {
  margin-top: 160px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__gallery {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
.lp__gallery-bg {
  width: 75%;
  height: 756px;
  background-color: #589a9e;
  position: absolute;
  top: 70px;
}
@media screen and (max-width: 1520px) {
  .lp__gallery-bg {
    height: 700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp__gallery-bg {
    width: 100%;
    height: 758px;
  }
}
@media screen and (max-width: 767px) {
  .lp__gallery-bg {
    width: 100%;
    height: 538.4615384615px;
    top: 35px;
  }
}
.lp__gallery-container {
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) {
  .lp__gallery-container {
    padding: 0 3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp__gallery-container {
    padding: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .lp__gallery-container {
    padding: 0 35px;
  }
}
.lp__gallery-title {
  font-size: 10rem;
  letter-spacing: 0.15em;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .lp__gallery-title {
    margin-left: 19.2307692308px;
    font-size: 5rem;
  }
}
.lp__gallery-wrapper {
  max-width: 1520px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) {
  .lp__gallery-wrapper {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .lp__gallery-wrapper {
    padding: 0 35px;
  }
}
.lp__gallery-images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp__gallery-images {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lp__gallery-images {
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(5, auto);
    margin-top: 32.0512820513px;
    gap: 6px;
  }
}
@media screen and (max-width: 530px) {
  .lp__gallery-images {
    grid-template-columns: repeat(3, 32%);
    grid-template-rows: repeat(5, auto);
  }
}
.lp__gallery-img {
  max-width: 250px;
  max-height: 250px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .lp__gallery-img {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.lp__gallery-img img {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.lp__gallery-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lp__gallery-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  overflow: hidden;
  display: none;
}
.lp__gallery-popup::-webkit-scrollbar {
  width: 10px;
}
.lp__gallery-popup::-webkit-scrollbar-track {
  background-color: #323232;
}
.lp__gallery-popup::-webkit-scrollbar-thumb {
  background: #626262;
}
.lp__gallery-popup img {
  max-height: 620px;
  width: 100%;
  border: 0px solid #fff;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lp__gallery-popup img {
    width: 82%;
    -o-object-position: unset;
       object-position: unset;
    /*height: 260px; */
  }
}
.lp__gallery-close {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 4rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__gallery-close {
    top: 30px;
    font-size: 25.641025641px;
  }
}
.lp__gallery-close--vid {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  .lp__gallery-close--vid {
    top: -50px;
  }
}
.lp__gallery-close-icon {
  width: 44px;
  height: 44px;
  background: url("../img/icons/close-icon.svg") no-repeat center;
}
@media screen and (max-width: 767px) {
  .lp__gallery-close-icon {
    width: 33px;
    height: 33px;
  }
}
.lp__gallery-popup-container {
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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) {
  .lp__gallery-popup-container {
    gap: 32.0512820513px;
  }
}
@media screen and (max-width: 767px) {
  .lp__gallery-video {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.lp__gallery-video-img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.lp__gallery-video-img img {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.lp__gallery-video-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.lp__modal-video-inner {
  position: relative;
  display: inline-block;
  width: 432px; /*width: 820px;  */
  height: 768px; /* height: 461.25px; */
  max-width: calc(100% - 50px);
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .lp__modal-video-inner {
    height: 130vw; /*height: 53vw;*/
    width: 80%;
    margin-left: 0;
    padding: 0 3%;
  }
}
.lp__modal-video-inner iframe {
  width: 100%;
  height: 100%;
}
.lp__salon {
  margin: 200px 0 100px;
}
@media screen and (max-width: 767px) {
  .lp__salon {
    margin: 64.1025641026px 0 89.7435897436px;
  }
}
.lp__salon--salon-list {
  margin: 310px 0 100px;
}
.lp__salon-container {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .lp__salon-container {
    padding: 0 23px;
  }
}
.lp__salon-title {
  font-size: 3.5rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__salon-title {
    font-size: 22.4358974359px;
  }
}
.lp__salon-list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .lp__salon-list {
    margin-top: 30px;
  }
}
.lp__salon-item {
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  background-color: rgba(244, 244, 244, 0.9568627451);
  border: 1px solid #d0d0d0;
  padding: 25px 28px;
  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;
}
@media screen and (max-width: 767px) {
  .lp__salon-item {
    padding: 16.0256410256px 17.9487179487px;
    -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: 10.2564102564px;
  }
}
.lp__salon-item:not(:last-child) {
  margin-bottom: 10px;
}
.lp__salon-name {
  font-size: 1.6rem;
  max-width: 172px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp__salon-name {
    max-width: 100%;
  }
}
.lp__salon-address {
  font-size: 1.4rem;
  font-weight: 400;
  max-width: 477px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp__salon-address {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp__salon-address .margin-top {
    display: block;
    margin-top: 10.2564102564px;
  }
}
.lp__salon-num {
  font-size: 1.4rem;
  font-weight: 400;
  max-width: 130px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp__salon-num {
    max-width: 100%;
  }
}

.lp-upper__img-wrapper {
  background: url("../img/lp-upper/img5.jpg") no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 960px;
  position: absolute;
  right: 0;
  z-index: -1;
}

* {
  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: "source-han-sans-cjk-ja", sans-serif;
  color: #000;
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
}
@media screen and (max-width: 1440px) {
  html {
    min-width: 1440px;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #589a9e;
}

.primary-bg {
  background: #589a9e;
}

.overflow {
  overflow: hidden;
}

.relative-1 {
  position: relative;
  z-index: 1;
}

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

.obj-top {
  -o-object-position: top;
     object-position: top;
}

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

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

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

.tablet {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .tablet {
    display: block;
  }
}

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

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

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.55;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.55;
  }
}
.animate-banner {
  display: block;
  -webkit-animation: zoom-in-zoom-out 5s linear;
          animation: zoom-in-zoom-out 5s linear;
  opacity: 0.55;
}

.data-aos-bg {
  -webkit-transform: translateZ(0) scale(1) translateX(-50%) !important;
          transform: translateZ(0) scale(1) translateX(-50%) !important;
}

.data-aos-product {
  -webkit-transform: translateZ(0) scale(1) translateX(-50%) !important;
          transform: translateZ(0) scale(1) translateX(-50%) !important;
}

.lp__gallery-splide.splide {
  width: 100% !important;
}
.lp__gallery-splide.splide .splide__slide {
  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;
  height: 100vh;
}
.lp__gallery-splide.splide .splide__slide picture {
  text-align: center;
}
.lp__gallery-splide.splide .splide__arrow {
  background: transparent !important;
}
.lp__gallery-splide.splide .splide__arrow--prev {
  left: 10% !important;
  width: auto !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .lp__gallery-splide.splide .splide__arrow--prev {
    left: 5px !important;
  }
}
.lp__gallery-splide.splide .splide__arrow--next {
  right: 10% !important;
  width: auto !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .lp__gallery-splide.splide .splide__arrow--next {
    right: 5px !important;
  }
}
.lp__gallery-splide.splide .splide__arrow svg {
  fill: #fff;
  height: 80px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .lp__gallery-splide.splide .splide__arrow svg {
    height: 30px;
    width: 30px;
  }
}
.lp__gallery-splide.splide .splide__item {
  position: absolute;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=/main.css.map */