img {
  max-width: 100%;width: 100%;
}
.u-lineHeight_150 {
  line-height: 1.5;
}
.u-font_helvetica {
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.textLink {
  display: inline-block;
  line-height: 160%;
  position: relative;
}
.textLink:after {
  background: var(--color-gray-800);
  bottom: 3px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hero__inner {
  position: relative;
}
.banner {
  height: 140px;
  opacity: 0;
  width: 140px;
}
.banner__img {
  position: relative;
  z-index: 1;
}
.banner__default {
  bottom: -70px;
  left: 0;
  opacity: 1;
  position: absolute;
}
.banner__fixed {
  bottom: 12px;
  left: 12px;
  opacity: 0;
  position: fixed;
  transition: opacity 0.5s ease-out;
  width: 140px;
  z-index: 101;
}
.banner__fixed.--show {
  opacity: 1;
}
.ua-mp .banner__fixed {
  bottom: 102px;
}
.banner__close {
  background: url(../img/close.png) no-repeat 50% / contain;
  display: block;
  font-size: 0;
  height: 23px;
  position: absolute;
  right: 6px;
  top: 5px;
  width: 23px;
  z-index: 2;
}
.banner__close:hover {
  cursor: pointer;
}
.lead__annotation .line {
  display: block;
  padding-left: 10px;
  position: relative;
  width: 100%;
}
.lead__annotation .line:before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}
.anchor__title {
  font-size: 26px;
}
.category__head--text {
  padding-bottom: 28px;
  padding-top: 12px;
}
.category__head--title {
  font-size: 32px;
  line-height: 1.1;
}
.item__size {
  color: var(--color-gray-600);
}
.item__list.--center .sf-simpleBff_products {
  justify-content: center;
}
.u-helvetica {
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.causeIntro__img {
  height: auto;
  width: 100%;
}
.causeIntro__textBox {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 617px;
  width: 100%;
}
.causeIntro__title {
  width: 100%;
}
.causeIntro__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 220%;
  width: 100%;
}
.causeIntro__annotation {
  font-size: 14px;
  margin-top: 12px;
  width: 100%;
}
.causePoint {
  padding-left: var(--space-h-xs);
  padding-right: var(--space-h-xs);
}
.causePoint__title {
  font-size: 36px;
  margin-bottom: 36px;
}
.causePoint__img {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}
.causePoint__img--no {
  color: #fff;
  font-size: clamp(30px, 2.9688vw, 38px);
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  right: 19%;
  top: 21%;
}
.causePoint__heading {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.causePoint__text {
  font-size: 16px;
  line-height: 1.5;
}

.sf-simpleBff_productsItemHeading {
    min-height: 60px;
}


@media screen and (min-width: 1000px) {
  .sf-simpleBff[data-desktop-column='4']
    .sf-simpleBff_productsItem:nth-child(n + 5) {
    margin-top: 40px;
  }
  [data-desktop-aspect-ratio='3:2']:before {
    padding-top: 66.66667%;
  }
  [data-desktop-aspect-ratio='169:60']:before {
    padding-top: 35.50296%;
  }
  .banner {
    height: 180px;
    width: 180px;
  }
  .banner__default {
    bottom: -156px;
    left: 20px;
  }
  .banner__fixed {
    bottom: 30px;
    left: 50px;
    width: 180px;
  }
  .banner__close {
    height: 30px;
    right: 8px;
    top: 7px;
    width: 30px;
  }
  .lead__block {
    display: inline-block;
  }
  .lead__annotation .line {
    display: inline-block;
    padding: 0;
    width: auto;
  }
  .lead__annotation .line:before {
    display: inline-block;
    left: inherit;
    position: relative;
    top: inherit;
  }
  .anchor__title {
    font-size: 32px;
  }
  .category__head {
    height: 39.68vw;
    max-height: 508px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .category__head--img {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  .category__head--img,
  .category__head--img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .category__head--img img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
  .category__head--text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 1224px;
    padding: 0 80px;
  }
  .category__head--title {
    font-size: clamp(40px, 4.375vw, 56px);
  }
  .category__head--desc {
    margin-top: clamp(18.78px, 2.5vw, 32px);
    max-width: 342px;
    max-width: 100%;
    min-width: 315px;
    /* width: 40%; */ width: 100%;
  }
  .item__list.--center_desktop .sf-simpleBff_products {
    justify-content: center;
  }
  .causeIntro {
    border-top: 4px solid var(--color-gray-100);
  }
  .causeIntro__wrap {
    display: grid;
    gap: 12px 24px;
    grid-template-columns: 392px 1fr;
    grid-template-rows: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1016px;
  }
  .causeIntro__imgBox {
    align-self: center;
    grid-area: 1/1/3/2;
  }
  .causeIntro__textBox {
    grid-area: 2/2/3/3;
  }
  .causeIntro__title {
    grid-area: 1/2/2/3;
  }
  .causePoint__wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1016px;
  }
  .causePoint__item {
    width: calc(33.33333% - 50.66667px);
  }
  .causePoint__slide .swiper-wrapper {
    gap: 76px;
  }
}
@media screen and (max-width: 999px) {
  .sf-simpleBff[data-mobile-column='2']
    .sf-simpleBff_productsItem:nth-child(n + 3) {
    margin-top: 15px;
  }
  [data-mobile-aspect-ratio='327:196']:before {
    padding-top: 59.93884%;
  }
  .category__head {
    background: #ededef;
  }
  .foot-cover .category__head {
    background: #eff4f7;
  }
  .cause {
    border-top: 4px solid var(--color-gray-100);
  }
  .causeIntro__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  .causeIntro__imgBox {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
  }
  .causeIntro__text {
    font-size: 14px;
    line-height: 200%;
  }
  .causeIntro__annotation {
    font-size: 12px;
  }
  .causePoint__title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .causePoint__wrap {
    position: relative;
  }
  .causePoint__item {
    padding: 0 32px;
    width: 100%;
  }
  .causePoint__img {
    margin-bottom: 12px;
  }
  .causePoint__img--no {
    font-size: 35.884px;
    right: 16.5627%;
    top: 23.2975%;
  }
  .causePoint__heading {
    margin-bottom: 12px;
  }
  .causePoint__inner {
    width: 100%;
  }
  .causePoint__thumb--wrapper {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 328px;
  }
  .causePoint__thumb--next,
  .causePoint__thumb--prev {
    background: url(../img/arrow.svg) no-repeat 50% / contain;
    height: 20px;
    margin-top: 0;
    position: relative;
    width: 20px;
  }
  .causePoint__thumb--next:after,
  .causePoint__thumb--prev:after {
    display: none;
  }
  .causePoint__thumb--prev {
    left: 0;
    transform: rotate(180deg);
  }
  .causePoint__thumb--next {
    right: 0;
  }
  .causePoint__thumb .swiper-slide-thumb-active {
    position: relative;
  }
  .causePoint__thumb .swiper-slide-thumb-active .point__thumb--img:after {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 60px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .causePoint__thumb--img {
    height: 60px;
    margin: 0 auto;
    position: relative;
    width: 60px;
  }
  .causePoint__thumb--no {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    left: 50%;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .causePoint__thumb--text {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 4px;
    text-align: center;
  }
}
