.header__section--top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.main__section--top {
  border-top: none;
  padding-top: 0;
  border-bottom: none;
}

.section_ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section_ttl-jp {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.section_ttl-en {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 160%;
}

.section_ttl_ver {
  display: flex;
  gap: 4px;
  flex-direction: unset;
}

.section_ttl_ver .section_ttl-jp {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-top: 5px;
  padding-right: 3px;
  letter-spacing: 10px;
}

.section_ttl_ver .section_ttl-en {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 1px;
}

.section_banner {
  text-align: center;
  position: relative;
}

.section_banner_text {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: start;
  margin-top: -182px;
  text-align: left;
}
.section_banner_text span {
  display: block;
  font-size: 32px;
  line-height: 168%;
  font-weight: 500;
}
.section_banner_text h1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.section_banner:after {
  content: '';
  position: absolute;
  width: 20%;
  height: 100%;
  z-index: -1;
  right: 0;
  top: 0;
  background: #F0F1F3;
}

.section_banner img {
  height: 888px;
  object-fit: cover;
}

.section_charm {
  padding: 150px 0 0;
}

.section_charm_inner {
  display: flex;
  gap: 100px;
}

.section_charm_left {
  width: calc(100% - 620px);
  border-radius: 48px;
  object-fit: cover;
  overflow: hidden;
}

.section_charm_right {
  width: 520px;
  position: relative;
  padding: 140px 0 0 74px;
  background: url(https://img07.shop-pro.jp/PA01438/303/etc_base64/Y2hhcm1fdGV4dA.png?cmsp_timestamp=20251215124813) no-repeat top left;
}

.section_charm_right .section_ttl {
  position: absolute;
  top: 41px;
  left: -5px;
}

.section_charm_text {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.section_about {
  padding: 150px 0 100px;
}

.section_about_inner {
  display: flex;
  gap: 2px;
}
.section_about_left {
  width: 450px;
  padding: 32px 0 0 50px;
  background: url(https://img07.shop-pro.jp/PA01438/303/etc_base64/YWJvdXRfdGV4dA.png?cmsp_timestamp=20251215132442) no-repeat top 11px left;
}
.section_about_text {
  padding-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.section_about_right {
  width: calc(100% - 452px);
}

.section_products {
  padding: 80px 0 13px;
  position: relative;
}
.section_products:before {
  content: '';
  position: absolute;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  right: calc(calc(50% + 327px));
  z-index: 2;
}
.section_products:after {
  content: '';
  position: absolute;
  right: 0;
  left: calc(50% - 90px);
  top: 0;
  height: 100%;
  border-radius: 48px 0 0 48px;
  background: #FAFFF6;
  z-index: 0;
}
.section_products .section_products_inner {
  display: flex;
  gap: 56px;
}
.section_products_left {
  width: 217px;
  position: relative;
  z-index: 3;
}
.section_products_title {
  display: flex;
  gap: 30px;
  margin-bottom: 36px;
}
.section_products_inner .section_ttl {
  position: relative;
  left: -5px;
}
.section_products_text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-top: 20px;
  letter-spacing: 6px;
}
.section_products_link {
  position: relative;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  color: #fff;
  background: #9ABB91;
  width: 217px;
  height: 56px;
  transition: all 0.3s;
}
.section_products_link:hover {
  color: #fff;
  background: #568349;
}
.section_products_link:before {
  content: '';
  position: relative;
  width: 25px;
  height: 25px;
  background: url(https://img07.shop-pro.jp/PA01438/303/etc_base64/YXJyb3dfaWNvbg.png?cmsp_timestamp=20251215141341) no-repeat top left;
}

.section_products_list {
  width: calc(100% - 273px);
  position: relative;
  z-index: 1;
}
.section_products_list .slick-list {
  overflow: unset;
}
.section_products_list .product-list__unit {
  width: 381px;
  padding-right: 32px;
  margin: 0;
}
.section_products_list .product-list__image {
  width: 349px;
  height: 245px;
  border-radius: 24px;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 16px;
}
.section_products_list .product-list__name {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
}
.section_products_list .product-list__expl {
  padding: 0 16px;
}
.section_products_list .product-list__review {
  margin-top: 24px;
  padding: 0 16px;
  text-align: left;
}
.section_products_list .product-list__review-name {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
}
.section_products_list .product-list__review-inner {
  display: flex;
  gap: 10px;
}
.section_products_list .product-list__review-inner img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}
.section_products_list .product-list__review-inner p {
  font-size: 12px;
  width: calc(100% - 45px);
  line-height: 160%;
}
.new-item__nav {
  display: flex;
  justify-content: end;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
  font-weight: 500;
  padding-right: 20px;
}
.new-item__nav-num {
  color: #4B8F38;
}
.section_products .slick-dots {
  display: none !important;
}

.section_news {
  padding: 100px 0 0;
}
.section_news .section_ttl {
  text-align: center;
}
.section_news_list {
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1040px;
  margin: 0 auto;
}

.section_news_list__unit {
  display: flex;
  padding: 0 32px 32px;
  border-bottom: 1px solid #E1E1E1;
  gap: 32px;
  font-weight: 500;
  color: #333;
}

.section_news_list__date {
  color: #4B8F38;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.section_news_list__link {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .header__section--top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }

  .main__section--top {
    border-top: none;
    padding-top: 0;
    border-bottom: none;
  }

  .section_ttl {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .section_ttl-jp {
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
  }

  .section_ttl-en {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 160%;
  }

  .section_ttl_ver {
    display: flex;
    gap: 4px;
    flex-direction: unset;
    text-align: left !important;
  }

  .section_ttl_ver .section_ttl-jp {
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-top: 3px;
    padding-right: 3px;
    letter-spacing: 7px;
  }
  .section_banner_text {
    margin-top: 0;
    text-align: center;
    align-items: center;
    gap: 16px;
    padding: 24px 0 40px;
  }
  .section_banner_text span {
    font-size: 24px;
    line-height: 160%;
  }
  .section_banner_text h1 {
    font-weight: normal;
    font-size: 13px;
    line-height: 160%;
  }
  .section_banner:after {
    background: none;
  }
  .section_banner img {
    width: 390px;
    margin: 0 auto;
    height: auto;
  }
  .section_charm {
    margin-top: 35px;
    padding: 40px 0;
    background: #FFFAF6;
  }
  .section_charm_inner {
    display: unset;
    gap: 0;
  }

  .section_ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .section_charm_img {
    width: 100%;
    border-radius: 48px;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 34px;
  }
  .section_about {
    padding: 40px 0;
  }
  .section_about_inner {
    display: block;
    gap: 0;
  }
  .section_about_text {
    padding-top: 33px;
    display: flex;
    flex-direction: column;
    gap: 21px;
  }
  .section_products {
    padding: 40px 0;
    position: relative;
    background: #FAFFF6;
  }
  .section_products:before {
    display: none;
  }
  .section_products:after {
    display: none;
  }
  .section_products .container {
    padding: 0;
  }
  .section_products .section_products_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .section_products_left {
    width: 100%;
    padding: 0 32px;
    position: relative;
    z-index: 3;
  }
  .section_products_title {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
  }
  .section_products_inner .section_ttl {
    position: relative;
    left: -5px;
    margin-bottom: 0;
  }
  .section_products_text_sp {
    font-size: 13px;
    align-self: center;
  }
  .section_products_link {
    position: relative;
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    color: #fff;
    background: #9ABB91;
    width: 201px;
    height: 56px;
    margin: 0 auto;
    transition: all 0.3s;
    font-size: 14px;
    text-decoration: none;
  }
  .section_products_link:before {
    content: '';
    position: relative;
    width: 25px;
    height: 25px;
    background: url(https://img07.shop-pro.jp/PA01438/303/etc_base64/YXJyb3dfaWNvbg.png?cmsp_timestamp=20251215141341) no-repeat top left;
  }

  .section_products_list {
    width: calc(100% - 32px);
    margin-left: 32px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .section_products_list .slick-list {
    overflow: hidden;
  }
  .section_products_list .product-list__unit {
    width: 277px;
    padding-right: 24px;
    margin: 0;
  }
  .section_products_list .product-list__link .product-list__image {
    width: 100%;
    height: 177px;
    border-radius: 24px;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 14px;
  }
  .section_products_list .product-list__name {
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .section_products_list .product-list__link {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }
  .section_products_list .product-list__expl {
    padding: 0 0 16px;
    font-size: 13px;
  }
  .section_products_list .product-list__review {
    text-align: left;
  }
  .section_products .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 23px;
    padding-right: 32px;
  }
  .section_products .slick-dots li {
    width: 20%;
    height: 4px;
  }
  .section_products .slick-dots li button {
    width: 100%;
    height: 4px;
    background: #fff;
    text-indent: -9999px;
    border: none;
  }
  .section_products .slick-dots li.slick-active button {
    background: #9ABB91;
  }
  .section_news {
    padding: 40px 0 57px;
    background: #FFFAF6;
  }
  .section_news .section_ttl {
    text-align: center;
  }
  .section_news_list {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .section_news_list__unit {
    display: flex;
    flex-direction: column;
    padding: 0 0 32px;
    border-bottom: 1px solid #E1E1E1;
    gap: 24px;
    font-weight: 500;
    color: #333;
  }

  .section_news_list__date {
    color: #4B8F38;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .section_news_list__link {
    font-weight: 500;
    font-size: 14px;
    color: #333;
  }

}