h1,
h2,
h3 {
  line-height: 150%;
}

button:focus-visible {
  outline: auto;
}

.pagelink-btn {
  display: inline-block;
  font-weight: 700;
  line-height: 150%;
  padding-right: 20px;
  position: relative;
}

.pagelink-btn:after {
  background: url(../img/ico_arrow_down.svg) 100%/100% auto no-repeat;
  content: '';
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.sf-simpleBff_productsItemBadge {
  display: none;
}

.headline h1 {
  margin-top: 4px;
}

.headline p {
  line-height: 150%;
}

.newcolor .lead {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  padding-top: 2px;
  width: -moz-fit-content;
  width: fit-content;
}

.newcolor ul {
  display: grid;
}

.feature h3 span {
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 200%;
  font-weight: 400;
  margin-right: 8px;
}

.feature .sf-slider .js-sf-slider-thumb .swiper-wrapper {
  justify-content: center;
  transform: translateZ(0) !important;
}

.feature .sf-slider .js-sf-slider-thumb .sf-slider_thumbs > :last-of-type {
  margin-right: 0 !important;
}

.lineup .lineup-contents:nth-of-type(2n) {
  background: var(--color-gray-100);
}

.lineup .lineup-contents:nth-of-type(2n) .lineup-detail {
  flex-direction: row-reverse;
}

.lineup .lineup-contents:nth-of-type(2n) button.modal-open {
  background: var(--color-white);
}

.lineup .lineup-imagebox h3,
.lineup .lineup-imagebox p {
  display: none;
}

.lineup .lineup-disc button.modal-open {
  align-items: center;
  background: var(--color-gray-100);
  border: 1px solid var(--color-gray-200);
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  padding-right: 12px;
}

.lineup .lineup-disc button.modal-open .imgBox {
  flex-shrink: 0;
  height: 80px;
  width: 80px;
}

.lineup .lineup-disc button.modal-open p {
  align-items: center;
  display: block;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding-left: 12px;
  position: relative;
  width: 100%;
}

.lineup .lineup-disc button.modal-open p:after {
  background: url(../img/ico_popup.svg) 0 0/100% auto no-repeat;
  content: '';
  display: block;
  height: 20px;
  transform: translateY(-1px);
  width: 20px;
}

.lineup .lineup-item .sf-simpleBff_productsItem {
  margin: 0 !important;
}

:root {
  --modal-height: 100vh;
}

.modal {
  height: 100vh;
  height: var(--modal-height);
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}

.modal.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.modal .modal-back {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal .modal-wrap {
  background: #fff;
  border-radius: 4px;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.modal .modal-wrap.underfour .js-sf-slider-thumb .swiper-wrapper,
.modal .modal-wrap.underthree .js-sf-slider-thumb .swiper-wrapper,
.modal .modal-wrap.undertwo .js-sf-slider-thumb .swiper-wrapper {
  justify-content: center;
  transform: translateZ(0) !important;
}

.modal
  .modal-wrap.underfour
  .js-sf-slider-thumb
  .sf-slider_thumbs
  > :last-of-type,
.modal
  .modal-wrap.underthree
  .js-sf-slider-thumb
  .sf-slider_thumbs
  > :last-of-type,
.modal
  .modal-wrap.undertwo
  .js-sf-slider-thumb
  .sf-slider_thumbs
  > :last-of-type {
  margin-right: 0 !important;
}

.modal .modal-wrap .modal-cross button {
  display: block;
  margin-left: auto;
}

.modal .modal-wrap .modal-cross button img {
  display: block;
}

.modal .modal-contents {
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

.modal .modal-contents-inner {
  margin-left: auto;
  margin-right: auto;
}

.modal .modal-contents .js-sf-slider-thumb .sf-slider_thumbs > :last-of-type {
  margin-right: 0 !important;
}

.modal .modal-contents p > a {
  text-decoration: underline;
}

.ua-mp .modal .modal-contents {
  padding-bottom: 50px;
}

.more a {
  margin-left: auto;
  margin-right: auto;
  max-width: 526px;
}

@media screen and (min-width: 751px) {
  .sf-stickyAnchor .sf-stickyAnchor_itemLink {
    padding-bottom: 0;
  }

  .sf-stickyAnchor .sf-stickyAnchor_itemHeading {
    transform: translateY(4px);
  }

  .sf-slider .sf-slider_controllerBox {
    margin-top: 15px;
  }

  .sf-slider .swiper-button-prev {
    transform: scaleX(-1) translateX(-4px);
  }

  .sf-slider .swiper-button-next {
    transform: translateX(-4px);
  }

  .sf-simpleBff_productsItemColorChips {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .sf-simpleBff_productsItemBody {
    margin-top: 7px;
  }

  .newcolor ul {
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    padding: 0 clamp(20px, -97.128px + 15.596vw, 71px);
  }

  .feature h2 + p {
    font-size: 16px;
  }

  .feature .sf-slider_thumbsSlider {
    display: none;
  }

  .feature .swiper-wrapper {
    display: flex;
    gap: 20px;
  }

  .feature .swiper-slide {
    width: calc(33.33333% - 13.33333px);
  }

  .lineup .lineup-detail {
    gap: 20px;
  }

  .lineup .lineup-disc h3 {
    font-size: 32px;
  }

  .lineup .lineup-disc h3 + p {
    font-size: 18px;
  }

  .lineup .lineup-disc button.modal-open {
    width: 346px;
  }

  .lineup .lineup-disc button.modal-open p {
    min-width: 240px;
  }

  .lineup .lineup-item .sf-simpleBff_products {
    gap: 112px 20px;
    justify-content: center;
  }

  .lineup .lineup-item .sf-simpleBff_productsItem {
    width: calc(25% - 15px);
  }

  .modal .modal-wrap {
    max-width: 1112px;
    padding: 24px 20px;
  }

  .modal .modal-wrap.underthree {
    max-width: 764px;
  }

  .modal .modal-wrap.underthree .swiper-slide {
    max-width: 328px;
    width: calc(50% - 10px);
  }

  .modal .modal-wrap.undertwo {
    max-width: 416px;
  }

  .modal .modal-wrap.undertwo .swiper-slide {
    max-width: 328px;
    width: 100%;
  }

  .modal .modal-wrap .modal-cross {
    margin-bottom: 24px;
    margin-top: 7px;
  }

  .modal .modal-contents {
    max-height: calc(100vh - 195px);
    max-height: calc(var(--modal-height) - 195px);
    padding: 0 24px;
  }

  .modal .modal-contents .modal-close2 {
    margin: 64px auto 8px;
    max-width: 344px;
  }

  .modal .modal-contents .sf-slider_thumbsSlider {
    display: none;
  }

  .modal .modal-contents .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    justify-content: flex-start;
  }

  .modal .modal-contents .swiper-slide {
    max-width: 328px;
    width: calc(33.33333% - 13.33333px);
  }

  .more {
    margin-top: 7px;
  }
}

@media screen and (max-width: 750px) {
  .sf-u-imgAdjustBox[data-mobile-aspect-ratio='191:148']:before {
    padding-top: 77.48691%;
  }

  .newcolor ul {
    -moz-column-gap: 6px;
    column-gap: 6px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, auto);
  }

  .newcolor ul .imgBox:first-of-type {
    grid-area: 1/1/2/4;
    margin-left: auto;
  }

  .newcolor ul .imgBox:nth-of-type(2) {
    grid-area: 1/4/2/7;
    justify-items: end;
  }

  .newcolor ul .imgBox:nth-of-type(3) {
    grid-area: 2/1/3/3;
  }

  .newcolor ul .imgBox:nth-of-type(4) {
    grid-area: 2/3/3/5;
  }

  .newcolor ul .imgBox:nth-of-type(5) {
    grid-area: 2/5/3/7;
  }

  .newcolor ul .imgBox:nth-of-type(-n + 2) {
    width: 63.333%;
  }

  .feature h3 {
    text-align: center;
  }

  .feature .sf-slider .swiper-button-prev {
    transform: scaleX(-1) translate(8px, 3px);
  }

  .feature .sf-slider .swiper-button-next {
    transform: translate(8px, 3px);
  }

  .lineup-imagebox .sf-slider_controllerBox {
    margin-top: 17px;
  }

  .lineup-imagebox .swiper-button-prev {
    transform: scaleX(-1) translateX(-3px);
  }

  .lineup-imagebox .swiper-button-next {
    transform: translateX(-3px);
  }

  .lineup .lineup-disc h3 {
    font-size: 26px;
  }

  .lineup .lineup-disc h3 + p {
    font-size: 16px;
  }

  .lineup .lineup-disc button.modal-open {
    width: 100%;
  }

  .lineup .lineup-item .sf-simpleBff_products {
    gap: 20px 19px;
  }

  .lineup .lineup-item .sf-simpleBff_productsItem {
    width: calc(50% - 9.5px);
  }

  .modal .modal-wrap {
    padding: 24px 10px 24px 20px;
    width: calc(100% - 32px);
  }

  .modal .modal-wrap .modal-cross {
    margin-bottom: 20px;
    margin-top: 4px;
  }

  .modal .modal-contents {
    max-height: calc(100vh - 188px);
    max-height: calc(var(--modal-height) - 188px);
    padding-right: 10px;
  }

  .modal .modal-contents .modal-close2 {
    font-size: 18px;
    margin-top: 40px;
    padding: 15px 0;
  }

  .modal .modal-contents .swiper-button-prev {
    transform: scaleX(-1) translate(7px, 2px);
  }

  .modal .modal-contents .swiper-button-next {
    transform: translate(7px, 2px);
  }

  .modal .modal-contents .sf-slider_thumbsSlider > .swiper {
    margin: 0 28px;
  }

  .more {
    margin-top: 32px;
  }
}
