@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;
  }
}