@charset "utf-8";

.lineup_ttl, .welcomeSet_hdg, .welcomeSet_img {
  text-align: center;
  display: block;
  margin: 2rem auto 0;
}
.welcomeSet_block {
  margin-top: 6rem;
  padding: 0 1.5rem 1rem;
  border: 1px solid #ad8c4d;
}
.welcomeSet_block:not(:first-of-type) {
  margin-top: 10rem;
}
.welcomeSet_block:nth-of-type(odd) {
  background: #fffbe8;
}
.welcomeSet_hdg {
  margin-top: -4rem;
}
.welcomeSet_name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 66px;
  padding: 0 1rem;
  font-size: 2.2rem;
  white-space: pre-wrap;
  word-break: keep-all;
  color: #fff;
  background: #ad8c4d;
  clip-path: polygon(0% 0%, 100% 0, 97% 50%, 100% 100%, 0% 100%);
}
.welcomeSet_name span {
  text-align: center;
  padding-right: 3%;
}
.welcomeSet_product {
  display: block;
  margin-top: -34px;
  border-radius: 30px;
  border: 1px solid #cbcbcb;
}
.welcomeSet_txt, .lineup_txt {
  margin: 2rem 0;
}
.lineup {
  margin-top: 5rem;
}
.acc_btn {
  position: relative;
  width: 100%;
  margin: 3rem auto;
  font-size: 1.9rem;
  line-height: 3;
  font-weight: bold;
  color: #ad8c4d;
  background: #fff;
  border: 2px solid #ad8c4d;
  border-radius: 5rem;
}
.acc_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  width: 18px;
  height: 10px;
  margin: auto;
  background: #ed777a;
  clip-path: polygon(20% 0, 50% 60%, 80% 0, 100% 0, 50% 100%, 0 0);
  transition: 0.2s;
}
.acc_btn::before {
  background: #ad8c4d;
}
.acc_btn.is-active::before {
  transform: scale(-1,-1);
  -webkit-transform: scale(-1,-1);
}
.acc_list {
  display: none;
}
.review {
  margin-top: 1.5rem;
}
.review_hdg {
  margin-bottom: -1px;
  padding-bottom: 0.2rem;
  color: #ad8c4d;
  background: #fff;
  border: 1px solid #ad8c4d;
  border-bottom: none;
  border-radius: 25px 25px 0 0;
}
.review_kuchikomi::before {
  mask: url(/excludes/eclub/img/feature/review/icon_review_hdg.svg) no-repeat center center / contain;
  background: #ab8c4d;
}
.review_box {
  border: 1px solid #ad8c4d;
  background: #fff;
  border-radius: 0 25px 25px 25px;
}
@media screen and (max-width: 780px) {
  .welcomeSet_block {
    margin-top: 10vw;
  }
  .welcomeSet_hdg {
    margin-top: -5.5vw;
  }
  .welcomeSet_name {
    width: 62%;
    height: 50px;
    font-size: 2rem;
    line-height: 1.12;
    clip-path: polygon(0% 0%, 100% 0, 97% 55%, 100% 100%, 0% 100%);
  }
  .welcomeSet_product {
    margin-top: -23px;
    border-radius: 10px;
  }
  .acc_btn {
    line-height: 2.2;
  }
}

/*以下2026追加コード*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
  .zmg {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
  }
  .bg_A {
    background: #e9546b;
  }

  .bg_B {
    background: #4fc52b;
  }

  .bg_C {
    background: #569cd7;
  }

  .bg_D {
    background: #f9792b;
  }

  .bg_white {
    background: #fff;
  }

  .bg_yl {
    background: #fffb8c;
  }

  .bg_beige {
    background: #f5f1df;
  }

  .r-30 {
    border-radius: 30px;
  }

  .mt-1 {
    margin-top: 1rem;
  }

  .mt-2 {
    margin-top: 2rem;
  }

  .mt-3 {
    margin-top: 3rem;
  }

  .p-1 {
    padding: 1rem;
  }

  .subttl {
    width: 100%;
    color: #000000;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
    padding: 1rem;
  }

  .caption {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: normal;
  }

  .lead {
    width: 100%;
    color: #000000;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    padding: 1rem;
    margin-bottom: 10px;
    margin-top: -120px;
  }

  .btn-wrap {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    margin-bottom: 2rem;
  }

  .coupon_block {
    margin: 1.5rem 0;
  }

  .coupon {
    position: relative;
    background: #fff7c3;
    padding: 1.5rem;
  }

  .coupon img {
    text-align: center;
    vertical-align: top;
  }

  .coupon .acc_btn {
    position: relative;
    width: 100%;
    margin: 2rem auto;
    font-size: 1.9rem;
    line-height: 3;
    font-weight: bold;
    color: #fff;
    background: #43b134;
    border: 2px solid #43b134;
    border-radius: 5rem;
  }

  .coupon .acc_btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3rem;
    width: 18px;
    height: 10px;
    margin: auto;
    background: #fff;
    clip-path: polygon(20% 0, 50% 60%, 80% 0, 100% 0, 50% 100%, 0 0);
    transition: 0.2s;
  }
    .anchor-target {
  scroll-margin-top: 120px;
}

  @media screen and (max-width: 783px) {
    .lead {
      font-size: 1.8rem;
      line-height: 2.5rem;
      margin-bottom: 10px;
      margin-top: -80px;
    }

    .subttl {
      font-size: 14px;
      line-height: 2rem;
    }

    .coupon .acc_btn {
      font-size: 13.5px;
    }
    .anchor-target {
    scroll-margin-top: 85px;
  }
  }
  

  /* ▼▼ 背景調整 ▼▼ */
  .welcome_main section#SST0440.section__products-list--bgcolor {
    background-color: unset !important;
  }

  .welcome_block,
  .welcome_mv img {
    position: relative;
    left: 50%;
    display: block;
    width: 100vw;
    max-width: 700px;
    transform: translateX(-50%);
  }

  .welcome_main {
    position: relative;
    margin-bottom: 2rem;
    z-index: 0;
    border-radius: 30px;
/*
    &::after {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      width: 210%;
      height: 100%;
      transform: translateX(-50%);
      z-index: -1;
    }*/
  }

  .welcome_block {
    padding: 1.5rem;
    border-radius: 30px;
  }

  .welcome_block img+img {
    padding-top: 1rem;
  }

  @media screen and (min-width: 781px) {
    .welcome_main section#SST0440.section__products-list--bgcolor {
      width: 99%;
      margin-right: auto;
      margin-left: auto;
    }
    .welcome_block .c-submit-button-search {
    min-width: 92px;}

/*
    .welcome_main::after {
      max-width: 700px;
    }*/
  }

  @media screen and (max-width: 780px) {
    .welcome_main section#SST0440.section__products-list--bgcolor {
      padding-right: 2rem;
      padding-left: 2rem;
    }

    .welcome_main {
      position: relative;
      left: 50%;
      width: 100vw;
      max-width: 780px;
      transform: translateX(-50%);
    }
  }