.box-wrapper {
  width: 100%;
  background: #fff;
  color: #423426;
  font-family: "adobe-caslon-pro", "Adobe Caslon Pro", "Times New Roman", Times, "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 1;
}
.box-wrapper * {
  font-family: "adobe-caslon-pro", "Adobe Caslon Pro", "Times New Roman", Times, "Hiragino Mincho ProN", "Yu Mincho", serif;
  box-sizing: border-box;
}
.box-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
.box-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-wrapper p {
  margin: 0;
}
.box-wrapper a {
  color: inherit;
  text-decoration: none;
}
.box-wrapper button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
}
.box-wrapper .lb-hero {
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-hero {
    height: 56vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-hero {
    height: 140vw;
  }
}
.box-wrapper .lb-hero__rows {
  position: absolute;
  inset: 0;
}
.box-wrapper .lb-hero__row {
  display: flex;
  width: max-content;
  will-change: transform;
}
.box-wrapper .lb-hero__row--1 {
  animation: lb-marquee-left 70s linear infinite;
  top: 0;
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-hero__row--1 {
    top: 0;
  }
}
.box-wrapper .lb-hero__row--2 {
  animation: lb-marquee-right 70s linear infinite;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-hero__row--2 {
    top: 26.16vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-hero__row--2 {
    top: 84.87vw;
  }
}
.box-wrapper .lb-hero__track {
  display: flex;
}
.box-wrapper .lb-hero__item {
  flex: 0 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-hero__item {
    width: 18.79vw;
    aspect-ratio: 270.6/405.7;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-hero__item {
    width: 45.85vw;
    aspect-ratio: 210/328;
  }
}
.box-wrapper .lb-hero__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-hero__row--2 .lb-hero__item {
    aspect-ratio: 210/315;
  }
}
.box-wrapper .lb-hero__copy {
  position: absolute;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transform: translateY(-100%);
  pointer-events: none;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-hero__copy {
    top: 30vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-hero__copy {
    top: 79.9vw;
  }
}
.box-wrapper .lb-hero__title {
  margin: 0;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-hero__title {
    font-size: 3.7vw;
    line-height: 1;
    white-space: nowrap;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-hero__title {
    font-size: 5.6vw;
    line-height: 1.3;
  }
}
.box-wrapper .lb-hero__sub {
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-hero__sub {
    margin-top: 1.6vw;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-hero__sub {
    margin-top: 3vw;
    font-size: 4vw;
  }
}
@keyframes lb-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes lb-marquee-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.box-wrapper .lb-looks {
  display: grid;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-looks {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-looks {
    grid-template-columns: repeat(2, 1fr);
  }
}
.box-wrapper .lb-look {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/3;
  cursor: pointer;
}
.box-wrapper .lb-look__inner {
  position: absolute;
  inset: 0;
}
.box-wrapper .lb-look__preload img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.box-wrapper picture {
  display: contents;
}
.box-wrapper .lb-look__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-wrapper .lb-look__head,
.box-wrapper .lb-look__foot {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-look__head,
  .box-wrapper .lb-look__foot {
    left: 1.04vw;
    right: 1.04vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look__head,
  .box-wrapper .lb-look__foot {
    left: 2.05vw;
    right: 2.05vw;
  }
}
.box-wrapper .lb-look__head {
  align-items: center;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-look__head {
    top: 1.04vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look__head {
    top: 2.05vw;
  }
}
.box-wrapper .lb-look__foot {
  align-items: flex-start;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-look__foot {
    bottom: 1.04vw;
    gap: 1.04vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look__foot {
    bottom: 2.05vw;
    gap: 2.05vw;
    align-items: flex-end;
  }
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-look__season {
    font-size: 1.11vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look__season {
    font-size: 10px;
    line-height: 1.5;
    white-space: nowrap;
  }
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-look__num {
    font-size: 2.22vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look__num {
    font-size: 4.6vw;
  }
}
.box-wrapper .lb-look__credit {
  flex: 1 1 auto;
  min-width: 0;
}
.box-wrapper .lb-look__credit li {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-look__credit li {
    gap: 0.56vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look__credit li {
    gap: 1.03vw;
  }
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-look__name {
    font-size: 0.97vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look__name {
    font-size: 8px;
    line-height: 1.3;
    white-space: nowrap;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-look__price {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look__price {
    font-size: 8px;
  }
}
.box-wrapper .lb-look__plus {
  flex: 0 0 auto;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cline y1='14' x2='29' y2='14' stroke='%23ffffff' stroke-width='2'/%3E%3Cline x1='15' x2='15' y2='29' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-look__plus {
    width: 2.01vw;
    height: 2.01vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look__plus {
    width: 3.6vw;
    height: 3.6vw;
  }
}
.box-wrapper .lb-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #423426;
  background: #fff;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-footer {
    aspect-ratio: 2/3;
    padding: 6.94vw 0 1.39vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-footer {
    grid-column: 1/-1;
    padding: 60px 20px 32px;
  }
}
.box-wrapper .lb-footer__credit {
  border-bottom: 1px solid rgba(66, 52, 38, 0.4);
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-footer__credit {
    padding-bottom: 4.17vw;
    font-size: 1.39vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-footer__credit {
    width: 100%;
    max-width: 320px;
    padding-bottom: 32px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.box-wrapper .lb-footer__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-footer__main {
    margin-top: 4.17vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-footer__main {
    margin-top: 40px;
    gap: 40px;
  }
}
.box-wrapper .lb-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-footer__brand {
    gap: 3.13vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-footer__brand {
    gap: 32px;
  }
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-footer__logo {
    width: 7.08vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-footer__logo {
    width: 90px;
  }
}
.box-wrapper .lb-footer__links {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-footer__links {
    gap: 3.61vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-footer__links {
    gap: 40px;
  }
}
.box-wrapper .lb-footer__link-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-footer__link-col {
    gap: 1.39vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-footer__link-col {
    gap: 16px;
  }
}
.box-wrapper .lb-footer__link-col a {
  text-decoration: underline;
  text-underline-position: from-font;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-footer__link-col a {
    font-size: 1.11vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-footer__link-col a {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-footer__copy {
    font-size: 0.83vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-footer__copy {
    font-size: 11px;
    line-height: 1.8;
  }
}
.box-wrapper .lb-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  overscroll-behavior: contain;
}
.box-wrapper .lb-modal.is-open {
  display: block;
}
.box-wrapper .lb-modal__bg {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
}
.box-wrapper .lb-look[data-look="01"] .lb-modal__bg {
  background-color: #59504b;
  background-image: url("../img/look-bg-01.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="01"] .lb-modal__bg {
    background-image: url("../img/look-bg-01-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="02"] .lb-modal__bg {
  background-color: #804a32;
  background-image: url("../img/look-bg-02.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="02"] .lb-modal__bg {
    background-image: url("../img/look-bg-02-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="03"] .lb-modal__bg {
  background-color: #564f56;
  background-image: url("../img/look-bg-03.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="03"] .lb-modal__bg {
    background-image: url("../img/look-bg-03-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="04"] .lb-modal__bg {
  background-color: #565155;
  background-image: url("../img/look-bg-04.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="04"] .lb-modal__bg {
    background-image: url("../img/look-bg-04-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="05"] .lb-modal__bg {
  background-color: #866857;
  background-image: url("../img/look-bg-05.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="05"] .lb-modal__bg {
    background-image: url("../img/look-bg-05-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="06"] .lb-modal__bg {
  background-color: #9f8d82;
  background-image: url("../img/look-bg-06.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="06"] .lb-modal__bg {
    background-image: url("../img/look-bg-06-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="07"] .lb-modal__bg {
  background-color: #585051;
  background-image: url("../img/look-bg-07.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="07"] .lb-modal__bg {
    background-image: url("../img/look-bg-07-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="08"] .lb-modal__bg {
  background-color: #281f1e;
  background-image: url("../img/look-bg-08.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="08"] .lb-modal__bg {
    background-image: url("../img/look-bg-08-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="09"] .lb-modal__bg {
  background-color: #4d3a1b;
  background-image: url("../img/look-bg-09.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="09"] .lb-modal__bg {
    background-image: url("../img/look-bg-09-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="10"] .lb-modal__bg {
  background-color: #6c5243;
  background-image: url("../img/look-bg-10.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="10"] .lb-modal__bg {
    background-image: url("../img/look-bg-10-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="11"] .lb-modal__bg {
  background-color: #382d26;
  background-image: url("../img/look-bg-11.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="11"] .lb-modal__bg {
    background-image: url("../img/look-bg-11-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="12"] .lb-modal__bg {
  background-color: #624f43;
  background-image: url("../img/look-bg-12.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="12"] .lb-modal__bg {
    background-image: url("../img/look-bg-12-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="13"] .lb-modal__bg {
  background-color: #917d6b;
  background-image: url("../img/look-bg-13.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="13"] .lb-modal__bg {
    background-image: url("../img/look-bg-13-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="14"] .lb-modal__bg {
  background-color: #3e2419;
  background-image: url("../img/look-bg-14.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="14"] .lb-modal__bg {
    background-image: url("../img/look-bg-14-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="15"] .lb-modal__bg {
  background-color: #967c5f;
  background-image: url("../img/look-bg-15.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="15"] .lb-modal__bg {
    background-image: url("../img/look-bg-15-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="16"] .lb-modal__bg {
  background-color: #6b5d55;
  background-image: url("../img/look-bg-16.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="16"] .lb-modal__bg {
    background-image: url("../img/look-bg-16-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="17"] .lb-modal__bg {
  background-color: #907867;
  background-image: url("../img/look-bg-17.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="17"] .lb-modal__bg {
    background-image: url("../img/look-bg-17-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="18"] .lb-modal__bg {
  background-color: #7a6658;
  background-image: url("../img/look-bg-18.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="18"] .lb-modal__bg {
    background-image: url("../img/look-bg-18-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="19"] .lb-modal__bg {
  background-color: #685b57;
  background-image: url("../img/look-bg-19.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="19"] .lb-modal__bg {
    background-image: url("../img/look-bg-19-sp.jpg");
  }
}
.box-wrapper .lb-look[data-look="20"] .lb-modal__bg {
  background-color: #221c1a;
  background-image: url("../img/look-bg-20.jpg");
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-look[data-look="20"] .lb-modal__bg {
    background-image: url("../img/look-bg-20-sp.jpg");
  }
}
.box-wrapper .lb-modal__veil {
  position: absolute;
  inset: 0;
  background: rgba(57, 46, 34, 0.7);
}
.box-wrapper .lb-modal__scroll {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.box-wrapper .lb-modal__inner {
  display: flex;
  min-height: 100%;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-modal__inner {
    gap: 4.86vw;
    padding: 8.13vw 4vw 8.13vw 7.57vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-modal__inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 56px 20px 48px;
  }
}
.box-wrapper .lb-modal__photo {
  flex: 0 0 auto;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-modal__photo {
    width: 27.92vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-modal__photo {
    width: 90%;
    max-width: 375px;
  }
}
.box-wrapper .lb-modal__slider {
  position: relative;
  overflow: hidden;
  border: 4px solid #fff;
}
.box-wrapper .lb-modal__slides {
  display: flex;
  transition: transform 0.45s ease;
}
.box-wrapper .lb-modal__slides li {
  flex: 0 0 100%;
  aspect-ratio: 402/604;
}
.box-wrapper .lb-modal__slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-wrapper .lb-modal__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-modal__body {
    width: 90%;
  }
}
.box-wrapper .lb-modal__title {
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-modal__title {
    font-size: 2.22vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-modal__title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.box-wrapper .lb-modal__spec {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-modal__spec {
    gap: 1.39vw;
    margin-top: 2.78vw;
    font-size: 1.39vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-modal__spec {
    gap: 10px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.box-wrapper .lb-modal__buy {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  color: #423426;
  background: #fff;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-modal__buy {
    margin-top: 2.78vw;
    padding: 1.11vw 6.94vw;
    font-size: 1.81vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-modal__buy {
    margin-top: 24px;
    padding: 12px 48px;
    font-size: 18px;
  }
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-modal__coordinate {
    width: 52.08vw;
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-modal__coordinate {
    width: 100%;
    margin-top: 36px;
  }
}
.box-wrapper .lb-modal__coordinate-head {
  border-bottom: 1px solid #fff;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-modal__coordinate-head {
    padding: 0.69vw;
    font-size: 1.81vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-modal__coordinate-head {
    padding: 8px 4px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.box-wrapper .lb-modal__items {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-modal__items {
    gap: 0.69vw;
    margin-top: 1.18vw;
    padding-left: 0.69vw;
    font-size: 1.39vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-modal__items {
    gap: 10px;
    margin-top: 14px;
    padding-left: 4px;
    font-size: 13px;
  }
}
.box-wrapper .lb-modal__items li {
  display: flex;
  align-items: baseline;
  line-height: 1.4;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-modal__items li {
    gap: 0.69vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-modal__items li {
    gap: 10px;
  }
}
.box-wrapper .lb-modal__item-buy {
  flex: 0 0 auto;
  text-decoration: underline;
  text-underline-position: from-font;
}
.box-wrapper .lb-modal__close {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 750px) {
  .box-wrapper .lb-modal__close {
    top: 2.5vw;
    right: 2.5vw;
    width: 2.8vw;
    height: 2.8vw;
  }
}
@media screen and (max-width: 749.98px) {
  .box-wrapper .lb-modal__close {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
}
.box-wrapper .lb-modal__close::before, .box-wrapper .lb-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.box-wrapper .lb-modal__close::before {
  transform: rotate(45deg);
}
.box-wrapper .lb-modal__close::after {
  transform: rotate(-45deg);
}
@media (prefers-reduced-motion: reduce) {
  .box-wrapper .lb-hero__row {
    animation: none;
  }
}