html {
  scroll-behavior: smooth;
}

ul,
li {
  list-style-type: none;
}

.lp-en {
  position: relative;
}
.lp-en img {
  display: block;
  width: 100%;
}

.lp-en-header-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .lp-en-header-wrap {
    z-index: 10;
  }
}

.lp-en-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 430px) {
  .lp-en-header {
    z-index: 10;
    top: 26px;
  }
}

.lp-en-header__inner {
  position: fixed;
  gap: 430px;
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 430px) {
  .lp-en-header__inner {
    display: flex;
    justify-content: space-between;
    gap: 0;
    position: relative;
    padding-inline: 30px 15px;
    z-index: 200;
  }
}

.lp-en-header__side {
  width: calc(50% - 215px);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: -2px 0px 26px 0px rgba(67, 50, 11, 0.1254901961) inset;
  padding-top: min(12.5vh, 100px);
  padding-left: 5.1244509517vw;
}
@media screen and (max-width: 1200px) {
  .lp-en-header__side {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .lp-en-header__side {
    padding: 0;
  }
}
@media screen and (max-width: 430px) {
  .lp-en-header__side {
    display: none;
  }
}

.lp-en-header__side-headline {
  font-family: "broadacre-regular-0", sans-serif;
  font-weight: normal;
  font-size: 27px;
  letter-spacing: -0.01em;
  line-height: 45px;
  text-align: left;
  color: #ac7862;
}
@media screen and (max-width: 1060px) {
  .lp-en-header__side-headline {
    display: none;
  }
}

.lp-en-header__side-list {
  display: flex;
  flex-direction: column;
  width: 270px;
  margin-top: 30px;
}
@media screen and (max-width: 1060px) {
  .lp-en-header__side-list {
    display: none;
  }
}

.lp-en-header__side-item {
  font-family: "reross-quadratic", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  color: #ac7862;
}
.lp-en-header__side-item + .lp-en-header__side-item {
  border-top: 1px solid #ac7862;
  padding-top: 20px;
  margin-top: 20px;
}
.lp-en-header__side-item .num {
  font-size: 35px;
}
.lp-en-header__side-item a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .lp-en-header__side-item a:hover {
    opacity: 0.7;
  }
}

.lp-en-header__side-btn {
  width: 270px;
  margin-top: 60px;
}
@media screen and (max-width: 1060px) {
  .lp-en-header__side-btn {
    display: none;
  }
}

.lp-en-header__btn {
  display: none;
}
@media screen and (max-width: 430px) {
  .lp-en-header__btn {
    display: block;
    width: 44px;
    height: 25px;
    border: none;
    position: relative;
  }
  .lp-en-header__btn[aria-expanded=true] .lp-en-header__btn-line:nth-child(1) {
    width: 48px;
    rotate: 28deg;
    transform-origin: top left;
  }
  .lp-en-header__btn[aria-expanded=true] .lp-en-header__btn-line:nth-child(2) {
    opacity: 0;
  }
  .lp-en-header__btn[aria-expanded=true] .lp-en-header__btn-line:nth-child(3) {
    width: 48px;
    rotate: -28deg;
    transform-origin: bottom left;
  }
}

.lp-en-header__btn-line {
  width: 44px;
  height: 1px;
  background-color: #ac7862;
  position: absolute;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lp-en-header__btn-line:nth-child(1) {
  top: 0;
  left: 0;
}
.lp-en-header__btn-line:nth-child(2) {
  top: 50%;
  left: 0;
}
.lp-en-header__btn-line:nth-child(3) {
  width: 22px;
  top: 100%;
  left: 0;
}

.lp-en-header__right {
  position: relative;
  height: 100%;
  width: calc(50% - 215px);
  display: flex;
  justify-content: flex-end;
  padding: 54px 64px 0;
  box-shadow: 2px 0px 26px 0px rgba(67, 50, 11, 0.1254901961) inset;
}
@media screen and (max-width: 1060px) {
  .lp-en-header__right {
    padding: 0;
  }
}
@media screen and (max-width: 430px) {
  .lp-en-header__right {
    width: 112px;
  }
}

.lp-en-header__logo {
  display: block;
  width: 213px;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .lp-en-header__logo {
    width: 112px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1060px) {
  .lp-en-header__logo {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .lp-en-header__logo {
    display: block;
  }
}

.lp-en-header__drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: #FFF;
  z-index: 100;
  pointer-events: none;
  transform: translateX(100%);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding-top: 120px;
  padding-inline: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 430px) {
  .lp-en-header__drawer {
    display: block;
  }
}

.lp-en-header__drawer.is-open {
  pointer-events: auto;
  transform: translateX(0);
}

@media screen and (min-width: 431px) {
  .lp-en-header__drawer {
    display: none !important;
  }
}
.lp-en-header__drawer-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  overflow-y: auto;
}

.lp-en-header__drawer-list {
  width: 310px;
}

.lp-en-header__drawer-item a {
  display: block;
  font-family: "reross-quadratic", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  color: #ac7862;
  text-decoration: none;
}
.lp-en-header__drawer-item + .lp-en-header__drawer-item a {
  border-top: 1px solid #ac7862;
  padding-top: 12px;
  margin-top: 24px;
}
.lp-en-header__drawer-item + .lp-en-header__drawer-item a .num {
  font-size: 35px;
}

.lp-en-mv-about {
  background: linear-gradient(#f5f3ec 0%, #e7dcd3 75.37%, #d9c7bc 100%);
}

.lp-en__content-inner {
  width: min(100%, 430px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lp-en-mv__container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 66px;
}
@media screen and (max-width: 430px) {
  .lp-en-mv__container {
    padding-top: 80px;
  }
}

.lp-en-mv__image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-en-mv__text {
  position: absolute;
  bottom: 0px;
  left: 30px;
}
.lp-en-mv__text span {
  display: inline;
  font-family: "broadacre-regular-0", sans-serif;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 48px;
  color: #000000;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 7px;
}

.lp-en-about {
  padding-top: 86px;
  padding-bottom: 114px;
}

.lp-en-about__headline {
  font-family: "reross-quadratic", sans-serif;
  font-weight: normal;
  font-size: 47px;
  line-height: 50px;
  text-align: center;
  color: #ac7862;
}

.lp-en-about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: -0.05em;
  line-height: 34px;
  text-align: left;
  color: #0a0a0a;
  margin-top: 30px;
  padding-inline: 40px;
}

.lp-en-about__image1 {
  margin-top: 50px;
  padding-left: 40px;
}

.lp-en-about__image1 img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-en-about__image2 {
  margin-top: 20px;
  padding-right: 40px;
}
.lp-en-about__image2 img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-en-reason__header-wrap {
  background-color: #ac7862;
}

.lp-en-reason__header {
  padding: 30px 30px 60px;
}

.lp-en-reason__headline {
  font-family: "reross-quadratic", sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #e6dab3;
}
.lp-en-reason__headline .num {
  font-size: 60px;
}
.lp-en-reason__headline .middle {
  font-size: 33px;
}
.lp-en-reason__headline .big {
  font-size: 36px;
}

.lp-en-reason__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 26px;
  padding-left: 8px;
}

.lp-en-reason__item {
  display: flex;
  gap: 20px;
}
.lp-en-reason__item:nth-child(1) .lp-en-reason__item-number {
  margin-left: 6px;
}

.lp-en-reason__item-number {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  color: #fff;
}
.lp-en-reason__item-number .colon {
  font-size: 36px;
}

.lp-en-reason__item-text {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  flex: 1;
  margin-top: 12px;
}

.lp-en-reason__contents-wrap {
  background-color: #fcedbb;
  padding-top: 32px;
}

.lp-en-reason__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 60px;
  overflow: hidden;
}

.lp-en-reason__image {
  padding-inline: 15px;
}
.lp-en-reason__image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-en-reason__content-number {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 100px;
  letter-spacing: -0.03em;
  line-height: 1;
  text-align: center;
  color: #ac7862;
  margin-top: -28px;
}

.lp-en-reason__content-headline {
  font-family: "broadacre-regular-0", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #0a0a0a;
  padding-inline: 15px;
}

.lp-en-reason__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #0a0a0a;
  padding-inline: 30px;
  margin-top: 22px;
}

.lp-en-reason__content-wrap {
  display: flex;
  position: relative;
  padding-top: 58px;
}

.lp-en-reason__content-image {
  width: 223px;
  position: relative;
  z-index: 1;
}

.lp-en-reason__content-detail {
  width: 335.702px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
  color: #fff;
  background: url("../img/lp_en/lp-en-reason_content-detail.svg") no-repeat center center/contain;
  position: absolute;
  top: -41px;
  right: -44px;
  padding: 90px 94px 90px 106px;
}

.lp-en-reason__content-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 26px;
  text-align: left;
  color: #0a0a0a;
  margin-top: 16px;
  padding-inline: 30px;
}

.lp-en-reason__content-btn {
  width: 320px;
  margin: 60px auto 0;
}

.lp-en-button {
  display: block;
  width: 100%;
  font-family: "broadacre-regular-0", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 9999px;
  padding: 28px;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease-out;
  position: relative;
  overflow: hidden;
}
@media (any-hover: hover) {
  .lp-en-button:hover {
    color: #fff;
  }
  .lp-en-button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.lp-en-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #595757;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.3s ease-out;
  transition-property: transform;
}
.lp-en-button.--small {
  font-size: 24px;
  line-height: 1;
  padding: 16px;
}

.lp-en-button__text {
  position: relative;
}

.lp-en-reason__content-image-2 {
  width: calc(100% + 30px);
  margin-inline: -15px;
  margin-top: 34px;
}

.lp-en-process {
  background-color: #f0eded;
  padding: 0px 0 80px;
}

.lp-en-process__headline {
  font-family: "reross-quadratic", sans-serif;
  font-weight: normal;
  font-size: 47px;
  line-height: 50px;
  text-align: center;
  color: #ac7862;
  margin-top: 40px;
}

.lp-en-process__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 36px;
}

.lp-en-process__item {
  padding-inline: 20px;
}

.lp-en-process__item-number {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 23px;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 100px;
  margin-inline: auto;
  background-color: #938557;
  border-radius: 9999px;
  position: relative;
  z-index: 0;
  padding-top: 6px;
}
.lp-en-process__item-number::before {
  content: "";
  width: 370px;
  height: 2px;
  background-color: #938557;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.lp-en-process__item-headline {
  font-family: "broadacre-regular-0", sans-serif;
  font-weight: normal;
  font-size: 23px;
  text-align: center;
  color: #938557;
  margin-top: 28px;
}

.lp-en-process__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
  text-align: left;
  color: #0a0a0a;
  margin-top: 20px;
  padding-inline: 28px;
}

.lp-en-process__item-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #0a0a0a;
  margin-top: 28px;
  padding-inline: 30px;
}

.lp-en-process__block {
  margin-top: 40px;
}

.lp-en-process__block-tabs {
  display: flex;
  justify-content: center;
}

.lp-en-process__block-tab-input {
  display: none;
}
.lp-en-process__block-tab-input:checked + .lp-en-process__block-tab-label {
  background-color: #fff;
  color: #ac7862;
}

.lp-en-process__block-tab-label {
  display: inline-block;
  font-family: "broadacre-regular-0", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background-color: #cdc7b5;
  border-radius: 40px 40px 0 0;
  padding: 16px 24px;
  cursor: pointer;
}

.lp-en-process__content {
  display: none;
  background-color: #cdc7b5;
  border-radius: 0px 0px 40px 40px;
}

.lp-en-process__content-inner {
  background-color: #fff;
  padding-top: 32px;
  border-radius: 0 40px 40px 40px;
}
.lp-en-process__content-inner.--re {
  border-radius: 40px 0px 40px 40px;
}

.lp-en-process__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 29px;
  text-align: left;
  color: #0a0a0a;
  padding-inline: 24px;
}

.lp-en-process__content-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #0a0a0a;
  margin-top: 16px;
  padding-inline: 24px;
}

.lp-en-process__content-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 19px;
  text-align: left;
  color: #0a0a0a;
  margin-top: 18px;
  padding-inline: 24px;
}
.lp-en-process__content-note + .lp-en-process__content-note {
  margin-top: 12px;
}

.lp-en-process__content-image {
  margin-top: 32px;
}

.lp-en-process__block:has(#tab-0:checked) #content-0,
.lp-en-process__block:has(#tab-1:checked) #content-1,
.lp-en-process__block:has(#tab-2:checked) #content-2,
.lp-en-process__block:has(#tab-3:checked) #content-3 {
  display: block;
}

.lp-en-price {
  background-color: #ddc7aa;
}

.lp-en-price__container {
  padding-inline: 30px;
  padding-bottom: 80px;
}

.lp-en-price__headline {
  font-family: "reross-quadratic", sans-serif;
  font-weight: normal;
  font-size: 47px;
  line-height: 50px;
  text-align: center;
  color: #ac7862;
  margin-top: 44px;
}

.lp-en-price__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #0a0a0a;
  margin-top: 40px;
}

.lp-en-price__wrap {
  display: flex;
  gap: 22px;
  margin-top: 30px;
}

.lp-en-price__left {
  position: relative;
  background-color: #7e7867;
  border-radius: 30px 30px 30px 30px;
  width: 163px;
  padding: 20px 16px;
}
.lp-en-price__left::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #938557;
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
}
.lp-en-price__left::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #938557;
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  rotate: 90deg;
}

.lp-en-price__left-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.lp-en-price__left-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 17px;
  text-align: center;
  color: #fff;
  margin-top: 8px;
}
.lp-en-price__left-text .tax {
  font-size: 12px;
}

.lp-en-price__right {
  position: relative;
  background-color: #7e7867;
  border-radius: 30px 30px 30px 30px;
  width: 185px;
  padding: 20px 10px;
}

.lp-en-price__right-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.lp-en-price__right-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: -0.02em;
  line-height: 18px;
  text-align: center;
  color: #fff;
  margin-top: 8px;
}

.lp-en-price__example {
  font-family: "broadacre-regular-0", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #0a0a0a;
  margin-top: 50px;
}

.lp-en-price__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 14px;
}

.lp-en-price__item {
  display: flex;
  gap: 20px;
  background-color: #fff;
  border-radius: 0 40px 0 0;
  padding: 20px;
}

.lp-en-price__item-image {
  width: 130px;
}

.lp-en-price__item-content {
  flex: 1;
}

.lp-en-price__item-content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: left;
  color: #000;
}

.lp-en-price__item-content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: left;
  color: #000;
  margin-top: 18px;
}

.lp-en-price__item-content-price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-decoration: underline;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 18px;
  text-align: left;
  color: #938557;
}
.lp-en-price__item-content-price .tax {
  font-size: 11px;
}
.lp-en-price__item-content-price .ls0 {
  letter-spacing: 0;
}

.lp-en-price__item-content-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  color: #000;
  margin-top: 6px;
}

.lp-en-price__btn {
  width: 320px;
  margin-top: 100px;
  margin-inline: auto;
}

.lp-en-bonuses__container {
  padding-bottom: 80px;
}

.lp-en-bonuses__headline {
  font-family: "reross-quadratic", sans-serif;
  font-weight: normal;
  font-size: 47px;
  line-height: 50px;
  text-align: center;
  color: #ac7862;
  margin-top: 60px;
}

.lp-en-bonuses__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  counter-reset: item;
  padding-inline: 25px;
  margin-top: 50px;
}

.lp-en-bonuses__item {
  display: flex;
  gap: 30px;
  min-height: 120px;
  background-color: #f5f3ec;
  border: 1px solid #ac7862;
  border-radius: 0 40px 0 0;
  padding: 22px 28px 22px 28px;
  position: relative;
}
.lp-en-bonuses__item::before {
  content: "0" counter(item);
  counter-increment: item;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 40px;
  letter-spacing: 0.01em;
  line-height: 50px;
  text-align: left;
  color: #ac7862;
  position: absolute;
  top: 0;
  left: 4px;
  transform: translateY(-50%);
}

.lp-en-bonuses__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
}
.lp-en-bonuses__image img {
  width: auto;
  height: auto;
}

.lp-en-bonuses__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #0a0a0a;
  flex: 1;
  align-content: center;
}

.lp-en-locations {
  overflow: hidden;
}

.lp-en-locations__wrap {
  position: relative;
  background: linear-gradient(to bottom, transparent 20px, #e8dfd6 20px, #e8dfd6 calc(100% - 20px), #ac7862 calc(100% - 20px));
}
.lp-en-locations__wrap::before {
  content: "";
  display: block;
  width: 2500px;
  height: 111px;
  background: url("../img/lp_en/lp-en-locations_wave.webp") repeat-x center center/contain;
  background-size: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.lp-en-locations__wrap::after {
  content: "";
  display: block;
  width: 2500px;
  height: 111px;
  background: url("../img/lp_en/lp-en-locations_wave.webp") repeat-x center center/contain;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
}

.lp-en-locations__container {
  background: linear-gradient(to bottom, transparent 20px, #e8dfd6 20px, #e8dfd6 calc(100% - 20px), transparent calc(100% - 20px));
  padding-top: 80px;
  padding-inline: 30px;
  padding-bottom: 86px;
  position: relative;
}

.lp-en-locations__headline {
  font-family: "reross-quadratic", sans-serif;
  font-weight: normal;
  font-size: 47px;
  letter-spacing: -0.03em;
  line-height: 50px;
  text-align: center;
  color: #ac7862;
  position: relative;
}

.locations-swiper {
  margin-top: 40px;
}

.lp-en-locations__image-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 19px;
  text-align: left;
  color: #7e7867;
  margin-top: 20px;
}

.locations-swiper-pagination {
  position: static !important;
  margin-top: 24px;
}
.locations-swiper-pagination .swiper-pagination-bullet {
  background-color: #ac7862;
  border: 1px solid #ac7862;
  opacity: 1;
}
.locations-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.lp-en-footer {
  position: relative;
  background-color: #ac7862;
}

.lp-en-footer__container {
  background-color: #ac7862;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lp-en-footer__btn {
  width: 320px;
  margin-inline: auto;
}

.footer-sns {
  display: flex;
  justify-content: center;
  gap: 84px;
  margin-top: 56px;
}

.footer-sns__item {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-en-footer__sns-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  transition: opacity 0.3s;
}
.lp-en-footer__sns-link img {
  width: auto;
  height: auto;
}
@media (any-hover: hover) {
  .lp-en-footer__sns-link:hover {
    opacity: 0.7;
  }
}

.lp-en-footer__sns-text {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 19px;
  text-align: center;
  color: #fff;
}/*# sourceMappingURL=lp_en.css.map */