@charset "UTF-8";
/* =====================
	SDGs
 ======================= */
.p-sdgs_mv {
  margin: 15px 0 60px;
}
.p-sdgs_mvHeading img {
  width: 100%;
}
.p-sdgs_mvH2 {
  margin: 60px 0 20px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-sdgs_mvH3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 40px 0 20px;
}
.p-sdgs_mvTxt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1.8em;
}
.p-sdgs_mvTxt:last-child {
  margin-bottom: 0;
}

.p-sdgs_nav {
  margin: 60px 0;
}
.p-sdgs_navHeading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--c_blue);
  margin-bottom: 20px;
}

.p-sdgs_product {
  margin: 60px 0;
}
.p-sdgs_product:last-child {
  margin-bottom: 0;
}
.p-sdgs_productHeading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  background: var(--c_blue);
  color: var(--c_wht);
  padding: 20px 0 16px;
  margin-bottom: 20px;
}
.p-sdgs_productLead {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 20px 0;
}
.p-sdgs_productSliderWrapper {
  margin: 20px -20px;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
}
.p-sdgs_productSliderWrapper::-webkit-scrollbar {
  display: none;
}
.p-sdgs_productSlider .flywheel-recommend__frame {
  width: fit-content;
  min-width: 100%;
}
.p-sdgs_productSlider .flywheel-recommend__frame .fr3-productListStatic {
  background: #F7F8FB;
  border-radius: 30px;
  padding: 28px 20px 30px;
  width: fit-content;
  min-width: 100%;
}
.p-sdgs_productSlider .flywheel-recommend__frame .fr3-productListStatic::after {
  display: none;
}
.p-sdgs_productSlider .flywheel-recommend__frame .fr3-item__productPrice {
  line-height: 1;
}

/* スマホのみ
  ------------------------ */
/* PC
  ------------------------ */
@media (min-width: 1200px) {
  .p-sdgs_mv {
    margin: 52px 0 120px;
  }
  .p-sdgs_mvH2 {
    margin: 120px 0 40px;
    font-size: 4rem;
  }
  .p-sdgs_mvH3 {
    font-size: 2.2rem;
    margin: 40px 0;
  }
  .p-sdgs_mvTxt {
    text-align: center;
  }
  .p-sdgs_nav {
    margin: 120px 0 88px;
  }
  .p-sdgs_navHeading {
    font-size: 4rem;
    margin-bottom: 40px;
  }
  .p-sdgs_product {
    margin: 88px 0;
  }
  .p-sdgs_productHeading {
    font-size: 4rem;
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .p-sdgs_productLead {
    text-align: center;
    margin: 40px 0;
  }
  .p-sdgs_productSlider {
    margin: 40px 0;
    padding: 60px 56px 36px;
    position: relative;
    background: #F7F8FB;
    border-radius: 30px;
  }
  .p-sdgs_productSliderArrowBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    appearance: none;
    display: block;
    cursor: pointer;
    z-index: 10;
    border: 0;
    background: url(../images/sdgs/slider_arrow.png) no-repeat center/contain;
  }
  .p-sdgs_productSliderArrowBtn--prev {
    left: 32px;
    transform: translateY(-50%) scale(-1, 1);
  }
  .p-sdgs_productSliderArrowBtn--next {
    right: 32px;
  }
  .p-sdgs_productSliderArrowBtn.is-disabled {
    opacity: 0.1;
    pointer-events: none;
  }
  .p-sdgs_productSlider .flywheel-recommend__frame {
    margin: 0 auto;
    min-width: 0;
  }
  .p-sdgs_productSlider .flywheel-recommend__frame .fr3-productListStatic {
    background: none;
    padding: 0;
    gap: 40px;
  }
}