@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

* {
  margin: 0;
  padding: 0;
}

.lp {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
  font-style: normal;
  color: #4a3f28;
  background-color: #fffbfb;
}
.lp img {
  width: 100%;
}
.lp ul, .lp ol {
  list-style: none;
}
.lp a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

.u-mincho-med {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

.lp-bg--pink {
  background-color: #eddcdc;
}

.lp-bg--brown {
  background-color: #f2e7db;
}

.lp-pink {
  color: #d16373;
}

.lp-brown {
  color: #95732c;
}

.lp-gold {
  color: #a57f56;
}

.lp-note {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  line-height: 1.8;
}

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

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes scroll-indicator-position {
  0% {
    right: -12px;
  }
  70% {
    right: -132px;
  }
  to {
    right: -132px;
  }
}
@keyframes styling-slide {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.lp__content {
  overflow: hidden;
}

.lp__frame {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(150deg, #eddcdc, #f2e7db);
  background-size: auto 100vh;
  background-attachment: fixed;
}

.lp__main {
  position: relative;
  width: 400px;
  flex: none;
  order: 1;
  z-index: 1;
  background-color: #fffbfb;
}
.lp__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.8);
  box-sizing: content-box;
}
.lp__main .lp__content {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.lp__aside {
  position: sticky;
  top: 0;
  flex: 1 1;
  height: 100vh;
}

.lp__aside--left {
  display: flex;
  justify-content: center;
  order: 0;
}

.lp__aside--right {
  right: 0;
  order: 2;
  background-image: none;
  background-size: auto 100vh;
  background-position: 100%;
}

.lp__aside-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.lp-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.lp-sect-en {
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.7px;
}

.lp-sect-sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
}

.lp-sect-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.1px;
}

.lp-sect-underline {
  text-decoration: underline dotted #4a3f28;
  text-decoration-thickness: 16%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

.lp-tabpanel {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.lp-tabpanel.is-show {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.lp-section-border::before {
  content: "";
  display: block;
  width: 80%;
  margin: 0 auto 40px;
  border-top: 1px dotted #4a3f28;
}

.lp-goldbar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  background: #a57f56;
}
.lp-goldbar::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 48px;
  border-radius: 100%;
  background: hsla(0, 0%, 100%, 0.1);
  z-index: 0;
  pointer-events: none;
}
.lp-goldbar > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7px;
}
.lp-goldbar > span::before, .lp-goldbar > span::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 1px;
  background: #fff;
}
.lp-goldbar > span::before {
  transform: translateY(7px) rotate(70deg);
  transform-origin: right;
}
.lp-goldbar > span::after {
  transform: translateY(7px) rotate(-70deg);
  transform-origin: left;
}

.lp-brandmark {
  position: absolute;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 3.2px;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
}
.lp-brandmark--top {
  top: 8px;
  left: 20px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.3));
  background-clip: text;
  -webkit-background-clip: text;
}
.lp-brandmark--bottom {
  right: 40px;
  bottom: 8px;
  text-align: right;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.6));
  background-clip: text;
  -webkit-background-clip: text;
}

.lp-sidenav {
  position: absolute;
  top: 26%;
  z-index: 1;
  width: fit-content;
  max-height: 100dvh;
  overflow-y: hidden;
}
.lp-sidenav__list {
  padding: calc(20px + 1rem) 16px;
}
.lp-sidenav__list > ul {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-sidenav__list > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.05em;
}
.lp-sidenav__list > ul > li > a {
  position: relative;
  color: #4a3f28;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
}
.lp-sidenav__list > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #4a3f28;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s;
}
.lp-sidenav__list > ul > li > a:hover::after {
  transform: scale(1);
  transform-origin: left top;
}
.lp-sidenav__sub {
  display: block;
  color: #4a3f28;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.6px;
}
.lp-sidenav__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 12px;
}
.lp-sidenav__cta > div {
  width: 100%;
}
.lp-sidenav__cta .lp-cta {
  padding: 0;
}
.lp-sidenav__cta .lp-cta__button {
  height: 50px;
}
.lp-sidenav__cta .lp-cta__button-left {
  display: none;
}
.lp-sidenav__cta .lp-cta__button-right {
  padding-left: 16px;
}

.lp-scroll {
  position: absolute;
  left: 16px;
  bottom: 180px;
  rotate: 90deg;
  transition: all 0.3s ease;
}
.lp-scroll__text {
  color: #fff;
}
.lp-scroll::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: -132px;
  width: 120px;
  height: 1px;
  background: #fff;
}
.lp-scroll::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  animation: scroll-indicator-position 1.5s ease infinite;
}

.lp-cta {
  padding: 40px 8%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.lp-cta > a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.lp-cta__label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 2px 12px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: center;
  white-space: nowrap;
  color: #d16373;
  background-color: #fff;
  border: 1px solid #d16373;
  border-radius: 10px;
}
.lp-cta__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  height: 60px;
  background: #fff;
  border: 1px solid #d16373;
  border-radius: 6px;
  box-shadow: 0 4px 4px 0 rgba(80, 69, 56, 0.25);
}
.lp-cta__button-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: fit-content;
  padding: 8px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #d16373;
}
.lp-cta__button-right {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.44px;
  color: #d16373;
}

.lp-hero {
  position: relative;
  width: 100%;
}
.lp-hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4) 83.17%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.lp-hero__slider {
  width: 100%;
  height: 100%;
}
.lp-hero__slide {
  position: relative;
}
.lp-hero__slide img {
  display: block;
}
.lp-hero__badge {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 100px;
  height: 100px;
  z-index: 2;
}
.lp-hero__title {
  position: absolute;
  bottom: 86px;
  left: 50%;
  transform: translateX(-50%);
  width: 288px;
  height: 76px;
  z-index: 2;
}
.lp-hero__sub {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 30px;
  z-index: 2;
}
.lp-hero__title, .lp-hero__sub {
  opacity: 0;
}
.lp-hero__title.is-active, .lp-hero__sub.is-active {
  animation: fadeUpAnime 1s forwards;
}
.lp-hero__title.is-active {
  animation-delay: 0.2s;
}
.lp-hero__sub.is-active {
  animation-delay: 0.8s;
}

.lp-studio__title {
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7px;
  color: #fff;
  background: linear-gradient(0deg, #c28d8b, #c28d8b), linear-gradient(180deg, #943a47, #87333f);
}
.lp-studio__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 20px;
}
.lp-studio__events {
  display: flex;
  gap: 4px;
}
.lp-studio__event {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.lp-studio__event-img {
  width: 89px;
  height: 102px;
  border-radius: 0 8px;
}
.lp-studio__event-label {
  width: 100%;
  padding: 4px 0;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  line-height: 1;
  color: #95732c;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.lp-studio__lead {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
}
.lp-studio__lead .lp-note {
  margin-top: 8px;
}
.lp-studio__bonus {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 90%;
  margin-top: 16px;
  padding: 12px 4px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.lp-studio__bonus::before, .lp-studio__bonus::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 42%;
  background: none no-repeat;
  background-size: cover;
}
.lp-studio__bonus::before {
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
.lp-studio__bonus::after {
  bottom: 0;
  left: 0;
  clip-path: polygon(0 100%, 100% 100%, 0 0, 0 100%);
}
.lp-studio__bonus-upper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7px;
}
.lp-studio__bonus-upper::before, .lp-studio__bonus-upper::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 1px;
  background: #4a3f28;
}
.lp-studio__bonus-upper::before {
  transform: translateY(12px) rotate(70deg);
  transform-origin: right;
}
.lp-studio__bonus-upper::after {
  transform: translateY(12px) rotate(-70deg);
  transform-origin: left;
}
.lp-studio__bonus-main {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #95732c;
}
.lp-studio__bonus-main::before, .lp-studio__bonus-main::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: none no-repeat;
  background-size: contain;
}
.lp-studio__bonus-main::before {
  transform: scaleX(-1);
}
.lp-studio__bonus-bottom {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-size: 16px;
  text-decoration: underline dotted #c28d8b;
  text-decoration-thickness: 14%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
.lp-studio__bonus-bottom span {
  color: #c28d8b;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}

.lp-worry {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px 16px 0;
  height: fit-content;
  align-self: stretch;
  background-color: #a1c1c9;
}
.lp-worry .lp-heading {
  position: relative;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
.lp-worry .lp-heading::after {
  content: "";
  width: 100%;
  height: 12px;
  margin-top: 5px;
  background-image: none;
  background-size: 100% 100%;
}
.lp-worry__sub {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.7px;
}
.lp-worry__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 38px;
  padding: 0 20px;
  color: #306875;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  white-space: nowrap;
  background: none no-repeat 50%/cover;
}
.lp-worry__title::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -12px;
  width: 20px;
  height: 15px;
  background: none no-repeat;
  background-size: contain;
}
.lp-worry__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 32px 8px;
  width: 100%;
  padding: 28px 0 0;
  font-size: 12px;
}
.lp-worry__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 12px 16px;
  border-radius: 4px;
  background: #fff;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
}
.lp-worry__item::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  background-color: #789da5;
  border: 4px solid #fff;
  border-radius: 50%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50%;
}
.lp-worry__item > p {
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
  white-space: nowrap;
  border-bottom: 1px dashed #d1e0e7;
}
.lp-worry__accent {
  color: #306875;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
.lp-worry__bridge {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 28px;
}
.lp-worry__bridge-text {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
}
.lp-worry__bridge-text::before, .lp-worry__bridge-text::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 1px;
  background: #fff;
}
.lp-worry__bridge-text::before {
  transform: translateY(7px) rotate(70deg);
  transform-origin: right;
}
.lp-worry__bridge-text::after {
  transform: translateY(7px) rotate(-70deg);
  transform-origin: left;
}

.lp-fair {
  position: relative;
  padding-top: 100px;
}
.lp-fair::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 70px;
  background: #a1c1c9;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 0;
}
.lp-fair__head {
  margin: 0 16px;
}
.lp-fair__title-sub {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 4px;
  color: #4a3f28;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 0.8;
}
.lp-fair__title-sub img {
  width: auto;
  height: 20px;
}
.lp-fair__title-sub-small {
  font-size: 10px;
  letter-spacing: 0.5px;
}
.lp-fair__title {
  margin-top: 16px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #95732c;
}
.lp-fair__slider {
  margin-top: 28px;
  padding-bottom: 40px;
}
.lp-fair__slider-frame {
  width: 100%;
  overflow: hidden;
}
.lp-fair__track {
  display: flex;
  min-width: 1164px;
  width: 100%;
  animation: styling-slide 20s linear infinite;
}
.lp-fair__slide {
  width: 100%;
}
.lp-fair__slide img {
  width: 132px;
  height: auto;
  object-fit: cover;
}

.lp-point {
  position: relative;
  padding: 40px 0 24px;
  border-top: 1px solid #c28d8b;
}
.lp-point__title {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 74%;
  min-width: 300px;
  margin-inline: auto;
  padding: 8px 16px;
  border-radius: 100px;
  background: #c28d8b;
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
}
.lp-point__title::before, .lp-point__title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: none no-repeat;
  background-size: contain;
}
.lp-point__list {
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  counter-reset: item-counter;
}
.lp-point__list > li + li {
  margin-top: -45px;
}
.lp-point__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 20px 70px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 -8px 8px 0 rgba(45, 32, 5, 0.08);
  counter-increment: item-counter;
}
.lp-point__item:last-child {
  padding-bottom: 20px;
}
.lp-point__item-img {
  position: relative;
}
.lp-point__item-img::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 5%;
  width: 55px;
  height: 72px;
  z-index: 3;
  background: none no-repeat;
  background-size: cover;
}
.lp-point__item-img::after {
  content: counter(item-counter, decimal-leading-zero);
  position: absolute;
  top: 23px;
  left: 9%;
  z-index: 3;
  width: fit-content;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #95732c;
}
.lp-point__item-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
}
.lp-point__item-text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.7px;
  text-align:left;
}
.lp-point__item-text .lp-pink {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.lp-point__item-note {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  line-height: 1;
}

.lp-event {
  padding: 40px 0 0;
}
.lp-event > .lp-heading {
  margin: 0 16px;
}
.lp-event__title-text {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
}
.lp-event__content {
  margin: 20px 16px 0;
  padding-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.lp-event > .lp-event__content > .lp-goldbar {
  margin-bottom: 12px;
}
.lp-event__list {
  margin: 0 16px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.lp-event__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #e4e4e4;
  z-index: 0;
}
.lp-event__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-event__group-title {
  position: relative;
  padding: 0;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.5px;
  background-color: #f2e7db;
  border-radius: 4px;
}
.lp-event__group-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 5px;
  height: 4px;
  background-color: #4a3f28;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.lp-event__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  line-height: 1.2;
  cursor: pointer;
}
.lp-event__item * {
  pointer-events: none;
}
.lp-event__item-text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 100%;
}
.lp-event__item-img {
  order: -1;
  position: relative;
}
.lp-event__item-img > img {
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.lp-event__more {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 3px 2px 3px 8px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #a57f56;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 100px;
}
.lp-event__more::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: none no-repeat;
  background-size: cover;
}

.lp-benefit {
  padding: 40px 0;
}
.lp-benefit > .lp-heading {
  margin: 0 16px;
}
.lp-benefit__content {
  margin: 8px 16px 0;
  padding-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.lp-benefit__content > .lp-goldbar {
  margin-bottom: 0;
}
.lp-benefit__list {
  margin: 0 16px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-benefit__item {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.lp-benefit__item-title {
  text-align: center;
  color: #4a3f28;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  line-height: 2;
  border-radius: 4px;
}
.lp-benefit__num {
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  width: 76px;
  height: 76px;
  background: none no-repeat 50%;
  background-size: cover;
}
.lp-benefit__num > span {
  display: inline-block;
  padding-top: 12px;
  font-size: 24px;
  line-height: 1;
  color: #a57f56;
}
.lp-benefit__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 12px 76px;
  background: #fff;
}
.lp-benefit__data-text {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
.lp-benefit__data-text .is-value {
  font-size: 14px;
  color: #d16373;
}
.lp-benefit__data-img {
  flex: none;
  width: 112px;
  height: 76px;
}
.lp-benefit__data-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.lp-voice {
  padding: 40px 0;
}
.lp-voice > .lp-heading {
  margin: 0 16px;
}
.lp-voice .lp-sect-en {
  color: #fff;
}
.lp-voice__list {
  position: relative;
  margin-top: 20px;
  padding-bottom: 28px;
  overflow: hidden;
}
.lp-voice__track {
  display: flex;
  gap: 1px;
  padding: 0 28px;
}
.lp-voice__item {
  flex: 0 0 auto;
  width: 333px;
  min-height: 200px;
  margin: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.lp-voice__item-title {
  position: relative;
  width: 100%;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 2.4px;
  background: #f7f3ee;
  border-radius: 8px;
}
.lp-voice__item-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f7f3ee;
}
.lp-voice__item-comment {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.6px;
  text-align:left;
  white-space: pre-wrap;
}
.lp-voice__item-info {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  color: #41677f;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.lp-voice__pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.lp-voice__pagination span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.lp-voice__pagination span.is-active {
  background: #012230;
}

.lp-gallery {
  padding: 40px 0;
}
.lp-gallery > .lp-heading {
  margin: 0 16px;
}
.lp-gallery__title-text {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
}
.lp-gallery__wrap {
  margin-top: 20px;
}
.lp-gallery__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
  padding: 0 16px;
}
.lp-gallery__tab {
  flex: 0 1 auto;
  min-width: 80px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: center;
  word-break: break-word;
  white-space: normal;
  color: #4a3f28;
  background: #fff;
  border: 1px solid #eddcdc;
  border-radius: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.lp-gallery__tab.is-active {
  background: #c28d8b;
  color: #fff;
}
.lp-gallery__panels {
  margin-top: 20px;
  padding: 0 16px;
}
.lp-gallery__panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.lp-gallery__panel.is-show {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.lp-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.lp-gallery__item a {
  display: block;
}
.lp-gallery__item img {
  display: block;
  border-radius: 4px;
}

.lp-flow {
  padding-bottom: 40px;
}
.lp-flow > .lp-heading {
  margin: 0 16px;
}
.lp-flow__list {
  position: relative;
  z-index: 1;
  margin: 20px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.lp-flow__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #eddcdc;
  z-index: 0;
}
.lp-flow__item {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: #fff;
  border: 2px solid #eddcdc;
  border-radius: 4px;
}
.lp-flow__item-head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
}
.lp-flow__item-head img {
  flex: none;
  width: 127px;
  height: auto;
  border-radius: 4px;
}
.lp-flow__item-label {
  color: #4a3f28;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.72px;
}
.lp-flow__item-no {
  display: block;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.lp-flow__item-desc {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-align:left;
}
.lp-flow__item-desc .lp-pink {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.lp-flow__item-desc .lp-cta {
  padding: 0;
  margin: 12px 6px;
}
.lp-flow__item-desc .lp-cta__button-right {
  font-weight: 600;
}

.lp-faq {
  padding-bottom: 40px;
}
.lp-faq > .lp-heading {
  margin: 0 16px;
}
.lp-faq__list {
  margin: 40px 16px 0;
}
.lp-faq__item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d9dee2;
}
.lp-faq__q-btn {
  position: relative;
  display: flex;
  width: 100%;
  padding-right: 40px;
  color: #06192f;
  text-align: left;
}
.lp-faq__q-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 4px;
  background: none;
  background-size: cover;
  transition: all 0.3s ease;
}
.lp-faq__q-btn.is-active::after {
  rotate: 180deg;
}
.lp-faq__q {
  display: flex;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2.4px;
}
.lp-faq__q::before {
  content: "Q";
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #d16373;
}
.lp-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.5s ease;
}
.lp-faq__a.is-active {
  grid-template-rows: 1fr;
}
.lp-faq__a-inner {
  overflow: hidden;
}
.lp-faq__a-box {
  display: flex;
  margin-top: 12px;
  padding: 16px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2.4px;
  background-color: #fff;
}

.lp-about {
  padding: 0 0 40px;
  background: none no-repeat top/contain;
}
.lp-about__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px 0 52px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
}
.lp-about__head img {
  width: 220px;
  height: auto;
}
.lp-about__head-title {
  font-size: 18px;
}
.lp-about__inner {
  margin: 0 16px;
}
.lp-about__card {
  margin-top: -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 20px;
  background: #fff;
  border: 1px solid #a57f56;
  border-radius: 8px;
  box-shadow: 0 -8px 8px 0 rgba(45, 32, 5, 0.08);
}
.lp-about__stats img + img {
  margin-top: 8px;
}
.lp-about__map-img {
  position: relative;
}
.lp-about__map-img .lp-about__map-text {
  position: absolute;
  top: 4rem;
  left: 0;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.12px;
  text-decoration: underline dotted #c28d8b;
  text-decoration-thickness: 15%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
.lp-about__brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 4px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
}
.lp-about__brand {
  display: flex;
  gap: 4px;
  width: calc(50% - 2px);
  padding-left: 4px;
  white-space: nowrap;
  border-left: 4px solid transparent;
}
.lp-about__brand > span:nth-child(2) {
  color: rgba(0, 0, 0, 0.6);
}
.lp-about__brand--sola {
  border-left-color: #89a2d5;
}
.lp-about__brand--aqua {
  border-left-color: #67cdbf;
}
.lp-about__brand--tvb {
  border-left-color: #ffbd00;
}
.lp-about__brand--eight {
  border-left-color: #e7d3a5;
}
.lp-about__brand--an {
  border-left-color: #ffc6ca;
}
.lp-about__brand--suns {
  border-left-color: #aee3fb;
}
.lp-about__desc {
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.96px;
  text-align:left;
}
.lp-about__desc .lp-pink {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

.lp-reserve {
  padding: 40px 0;
}
.lp-reserve > .lp-heading {
  margin: 0 16px;
}
.lp-reserve__block {
  padding-top: 32px;
}
.lp-reserve__area-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  letter-spacing: 1px;
}
.lp-reserve__area a {
  display: block;
  padding: 8px 12px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  border: 1px solid #e4e4e7;
}
.lp-reserve__area.is-active a {
  background: #666;
  color: #fff;
}
.lp-reserve__store-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  letter-spacing: 1px;
  background: #f0f0f0;
}
.lp-reserve__store a {
  display: block;
  padding: 8px 20px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 4px;
}
.lp-reserve__store.is-active a {
  background: #666;
  color: #fff;
}
.lp-reserve__access-link {
  position: relative;
  padding-top: 8px;
  text-align: center;
}
.lp-reserve__access-link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 200%;
  height: 70px;
  background: #f0f0f0;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 0;
}
.lp-reserve__access-link > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #95732c;
  cursor: pointer;
}
.lp-reserve__access-link > span::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 5px;
  height: 8px;
  background: none no-repeat;
  background-size: contain;
}
.lp-reserve__cv-head {
  padding-top: 40px;
  text-align: center;
}
.lp-reserve__cv-text {
  margin-top: 10px;
  text-align: center;
  color: #4a3f28;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
  text-decoration: underline dotted #4a3f28;
  text-decoration-thickness: 16%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
.lp-reserve__cv-note {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  line-height: 1.5;
}
.lp-reserve__cv {
  margin-top: 12px;
  padding: 0 16px;
}
.lp-reserve__cv-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.lp-reserve__cv-list {
  width: 100%;
}
.lp-reserve__cv-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}
.lp-reserve__cv-day {
  flex: 1 1;
}
.lp-reserve__cv-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px;
  color: #fff;
  background: #be0000;
  border-radius: 4px;
  line-height: 1.2;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  cursor: pointer;
}
.lp-reserve__cv-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 0 0 8px 8px;
  background: hsla(0, 0%, 100%, 0.12);
  pointer-events: none;
  z-index: 1;
}
.lp-reserve__cv-btn > * {
  position: relative;
  z-index: 2;
}
.lp-reserve__cv-dow {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #e5e5e5;
}
.lp-reserve__cv-dow--sat {
  color: #9bdbff;
}
.lp-reserve__cv-dow--sun, .lp-reserve__cv-dow--holiday {
  color: #ffa0a0;
}

.lp-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.lp-modal-backdrop.is-active {
  opacity: 1;
  visibility: visible;
}

.lp-modal {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 103;
  width: 448px;
  max-width: 92%;
  height: fit-content;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  transform: translate(-50%, 100%);
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s;
}
.lp-modal.is-active {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  visibility: visible;
}
.lp-modal__inner {
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 8px;
}
.lp-modal__close {
  position: relative;
  flex: none;
  height: 40px;
  isolation: isolate;
}
.lp-modal__close::before, .lp-modal__close::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  right: -12px;
  width: 32px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.lp-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lp-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lp-modal__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-modal__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4px 0;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 3px;
  background: hsla(0, 0%, 100%, 0.9);
}
.lp-modal__body {
  padding: 20px;
}
.lp-modal__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-modal__item--2col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
}
.lp-modal__item:nth-child(n+2) {
  position: relative;
}
.lp-modal__item:nth-child(n+2)::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  width: 280px;
  height: 3px;
  margin: 0 auto;
  transform: translateY(-50%);
  background: radial-gradient(circle farthest-side, #a57f56, #a57f56 30%, transparent 0, transparent);
  background-size: 9px;
}
.lp-modal__item-img {
  position: relative;
  flex: none;
  width: 160px;
  height: fit-content;
}
.lp-modal__item-img > img {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.lp-modal__text {
  font-size: 12px;
}
.lp-modal__text .accent {
  color: #d16373;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

.lp .lp-hero__slide > img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.lp .lp-studio__event-img {
  object-fit: cover;
}
.lp .lp-fair__slide img {
  height: 132px;
  object-fit: cover;
}
.lp .lp-point__item-img > img {
  aspect-ratio: 328/192;
  object-fit: cover;
}
.lp .lp-event__item-img > img {
  aspect-ratio: 162/109;
  object-fit: cover;
}
.lp .lp-gallery__item img {
  aspect-ratio: 182/122;
  object-fit: cover;
}
.lp .lp-flow__item-head img {
  aspect-ratio: 127/86;
  object-fit: cover;
}
.lp .lp-benefit__data-img img {
  object-fit: cover;
}
.lp .lp-modal__header > img {
  aspect-ratio: 400/272;
  object-fit: cover;
}
.lp .lp-modal__item-img > img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
