.p_top_sdg__block__txt {
  font-size: 1rem;
}

.p_top_sdg__txt, .p_top_intro__txt {
  font-size: 1.0625rem;
}

.p_top_sdg__block__ttl {
  font-size: 1.125rem;
}

.p_top_sdg__btn .c_btn01__link, .p_top_news__btn .c_btn01__link {
  font-size: 1.25rem;
}

.p_top_product__item__ttl {
  font-size: 1.25rem;
}

.p_top_mv {
  aspect-ratio: 1958/1101;
}
.p_top_mv__video {
  background-color: #000;
  height: 100%;
}
.p_top_mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_mv__slider {
  height: 100%;
}
.p_top_mv__slider .swiper {
  height: 100%;
}
.p_top_mv__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_mv__slider .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.p_top_mv__slider .swiper-horizontal > .swiper-pagination-bullets,
.p_top_mv__slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.p_top_mv__slider .swiper-pagination-custom,
.p_top_mv__slider .swiper-pagination-fraction {
  top: auto;
  bottom: 20px;
}
.p_top_mv__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p_top_mv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.34);
  width: 14px;
  height: 14px;
  opacity: 1 !important;
  margin: 0 10px;
}
.p_top_mv__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.p_top_intro {
  background-color: #000;
  padding: 60px 0 0;
}
.p_top_intro__ttl {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
}
.p_top_intro__img01 {
  max-width: 629px;
  width: 100%;
  margin: 20px auto 0;
}
.p_top_intro__txt {
  color: #fff;
  font-weight: 400;
  margin-top: 25px;
}
.p_top_intro__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
}
.p_top_intro__imgs .img.i03 {
  grid-column: span 2;
  grid-row: span 2;
}
.p_top_intro__imgs .img img {
  display: block;
  width: 100%;
}

.p_top_news {
  padding: 60px 0;
}
.p_top_news .c_news {
  margin-top: 40px;
}
.p_top_news__btn {
  margin-top: 35px;
}

.p_top_product {
  position: relative;
  padding: 60px 0;
}
.p_top_product::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/top/bg_product_01.webp) no-repeat center/cover;
  transform: scaleY(-1);
  z-index: -1;
}
.p_top_product::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #453230;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
  opacity: 0.25;
}
.p_top_product .container {
  position: relative;
  z-index: 1;
}
.p_top_product__list {
  display: grid;
  grid-gap: 50px 0;
  margin: 0 auto;
  width: 100%;
  margin-top: 40px;
}
.p_top_product__item__img {
  text-align: center;
  overflow: hidden;
}
.p_top_product__item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
  aspect-ratio: 515/350;
}
.p_top_product__item__infor {
  padding-top: 10px;
}
.p_top_product__item__ttl {
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
.p_top_product__item__btn {
  margin-top: 15px;
}
.p_top_product__btn {
  margin-top: 50px;
}

.p_top_sdg {
  position: relative;
  padding: 60px 0;
}
.p_top_sdg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg_sdg_01.webp) no-repeat center/cover;
  pointer-events: none;
  opacity: 1;
}
.p_top_sdg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
  background-color: #2a5808;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.p_top_sdg .container {
  position: relative;
  z-index: 1;
}
.p_top_sdg__txt {
  color: #fff;
  margin-top: 42px;
}
.p_top_sdg .c_ttl02 {
  color: #fff;
  margin-top: 40px;
  font-weight: 400;
}
.p_top_sdg__blocks {
  margin-top: 30px;
  display: grid;
  grid-gap: 30px 0;
}
.p_top_sdg__block {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px 0;
}
.p_top_sdg__block__img {
  flex-shrink: 0;
  width: 100px;
  margin: 0 auto;
}
.p_top_sdg__block__ttl {
  color: #fff;
  font-weight: 700;
}
.p_top_sdg__block__txt {
  color: #fff;
  margin-top: 4px;
}
.p_top_sdg__btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_top_sdg__block__txt {
    font-size: 1.125rem;
  }
  .p_top_sdg__txt, .p_top_intro__txt {
    font-size: 1.25rem;
  }
  .p_top_sdg__block__ttl {
    font-size: 1.4375rem;
  }
  .p_top_sdg__btn .c_btn01__link, .p_top_news__btn .c_btn01__link {
    font-size: 1.5625rem;
  }
  .p_top_product__item__ttl {
    font-size: 1.625rem;
  }
  .p_top_mv {
    aspect-ratio: unset;
    height: 100vh;
    height: 100lvh;
  }
  .p_top_mv__slider .swiper-horizontal > .swiper-pagination-bullets,
  .p_top_mv__slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p_top_mv__slider .swiper-pagination-custom,
  .p_top_mv__slider .swiper-pagination-fraction {
    bottom: 34px;
  }
  .p_top_mv__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p_top_mv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 7.5px;
  }
  .p_top_intro {
    padding: 99px 0 0;
  }
  .p_top_intro__ttl {
    font-size: 1.7777777778vw;
  }
  .p_top_intro__img01 {
    max-width: 34.9444444444vw;
    width: 34.9444444444vw;
    margin-top: 24px;
  }
  .p_top_intro__txt {
    line-height: 1.9;
    margin-top: 50px;
  }
  .p_top_intro__imgs {
    grid-template-columns: 24.6666666667% 24.6111111111% 1fr 1fr;
    margin-top: 104px;
  }
  .p_top_news {
    padding: 110px 0 155px;
  }
  .p_top_news .c_news {
    margin-top: 50px;
  }
  .p_top_news__btn {
    margin-top: 67px;
  }
  .p_top_news__btn .c_btn01__link {
    padding: 3px 26px 4px;
  }
  .p_top_product {
    padding: 88px 0 108px;
  }
  .p_top_product__list {
    max-width: 1148px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 108px clamp(2.5rem, 7.3643410853vw + -1.0348837209rem, 7.25rem);
    margin-top: 70px;
  }
  .p_top_product__item__infor {
    padding-top: 20px;
  }
  .p_top_product__item__ttl {
    line-height: 1.4230769231;
  }
  .p_top_product__item__btn {
    margin-top: 19px;
  }
  .p_top_product__btn {
    margin-top: 100px;
  }
  .p_top_sdg {
    padding: 100px 0 78px;
  }
  .p_top_sdg__txt {
    margin-top: 86px;
    line-height: 1.9;
  }
  .p_top_sdg .c_ttl02 {
    margin-top: 96px;
  }
  .p_top_sdg__blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 52px clamp(2.5rem, 5.8139534884vw + -0.2906976744rem, 6.25rem);
    margin-top: 40px;
  }
  .p_top_sdg__block {
    flex-direction: row;
    gap: 20px 21px;
  }
  .p_top_sdg__block__img {
    width: clamp(6.25rem, 3.6821705426vw + 4.4825581395rem, 8.625rem);
  }
  .p_top_sdg__block__txt {
    line-height: 1.8333333333;
    margin-top: 2px;
  }
  .p_top_sdg__block__txt01 {
    margin-top: clamp(-0.125rem, -2vw + 2.125rem, 0.125rem);
    line-height: 1.4444444444;
  }
  .p_top_sdg__block__infor {
    width: calc(100% - clamp(6.25rem, 3.6821705426vw + 4.4825581395rem, 8.625rem));
    padding-top: 2px;
  }
  .p_top_sdg__btn {
    margin-top: 118px;
  }
  .p_top_sdg__btn .c_btn01__link {
    padding: 3px 26px 4px;
  }
}
/*# sourceMappingURL=maps/top.css.map */
