@charset "UTF-8";

/*購入ボタン*/
.re_cate .nbuy-btn {
  max-width: 100%;
  margin: 30px auto 0;
  position: relative;
}

.re_cate .nbuy-btn a {
  background: #c40201;
  display: block;
  padding: 20px;
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff !important;
  box-shadow: 0 5px 0 0 #800100;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
  text-decoration: none;
}

.nbuy-btn span {
  background: url(../img/i-w-cart.svg) no-repeat left center / 24px 24px, url(../img/re-red-arrow.svg) no-repeat right center / 32px 32px;
  padding: 5px 42px 5px 34px;
}

/*誕生秘話ボタン*/
.b_story-btn {
  max-width: 800px;
  margin: 0px auto 30px;
  position: relative;
  text-align: center;
}

.re_cate .b_story-btn a {
  background: #1757a2;
  display: block;
  padding: 20px 10px;
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff !important;
  box-shadow: 0 5px 0 0 #103765;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
  text-decoration: none;
}

.b_story-btn a span {
  background: url(../img/i-story.svg) no-repeat left center / 53px 48px, url(../img/re-blue-arrow.svg) no-repeat right center / 32px 32px;
  padding: 12px 42px 12px 63px;
}

.re_cate .b_story-btn.-c-pink a {
  background: #de5d5b;
  box-shadow: 0 5px 0 0 #ac4948;
}

.b_story-btn.-c-pink a span {
  background: url(../img/i-story.svg) no-repeat left center / 53px 48px, url(../img/re-pink-arrow.svg) no-repeat right center / 32px 32px;
  padding: 12px 42px 12px 63px;
}

.pecial-scp__txt .b_story-btn {
  margin-top: 20px;
}

/*グリーンボタン*/
.re_cate .act-yellow-btns {
  max-width: 800px;
  position: relative;
  text-align: center;
}

.re_cate .yellow-btns {
  background: url(../img/re-yellow-arrow.svg) no-repeat 95% 50% / 32px 32px #f4b300;
  display: block;
  padding: 20px 42px 20px 5%;
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff !important;
  box-shadow: 0 5px 0 0 #896709;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
  text-decoration: none;
}

.re_cate .-green {
  background: url(../img/re-green-arrow.svg) no-repeat 95% 50% / 32px 32px #86b83e;
  display: block;
  padding: 20px 42px 20px 5%;
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff !important;
  box-shadow: 0 5px 0 0 #527125;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
  text-decoration: none;
}

/*見出し h2*/
.re_cate .category-section h2 {
  position: relative;
  margin: 30px;
  font-size: 2.6rem !important;
  text-align: center;
  padding: 10px 0 !important;
  background: repeating-linear-gradient(-45deg, #f4b300, #f4b300 10px, #f7b700 10px, #f7b700 17px) !important;
  color: #fff !important;
}

.re_cate .category-section h2:before,
.re_cate .category-section h2:after {
  position: absolute;
  z-index: -1;
  bottom: -10px;
  display: block;
  content: "";
  border: 1em solid #f4b300;
}

.re_cate .category-section h2:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.re_cate .category-section h2:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.re_cate .category-section h2 span {
  position: relative;
  display: block;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 2rem;
  color: #fff;
}

.re_cate .category-section h2 span:before,
.re_cate .category-section h2 span:after {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-style: solid;
  border-color: #8d6c0e transparent transparent transparent;
}

.re_cate .category-section h2 span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

.re_cate .category-section h2 span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}

/*見出し h3*/
.re_cate .category-section h3 {
  background: url(../img/d-line.svg) repeat-x left bottom / 100% 8px, url(../img/index-label.svg) no-repeat left top / 18px 29px;
  padding: 5px 0 20px 40px;
  border-bottom: none !important;
  width: 100%;
}

.re_cate .category-section h3::after {
  display: none !important;
}

/*お客様の声*/
.voice-btn {
  max-width: 800px;
  margin: 0px auto 30px;
  position: relative;
  text-align: center;
}

.re_cate .voice-btn p {
  background: #86b83e;
  display: block;
  padding: 20px;
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff !important;
  box-shadow: 0 5px 0 0 #527125;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.re_cate .voice-btn p:hover {
  opacity: 0.6;
}

.voice-btn span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice-btn span::after {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  background: url(../img/tog-open.svg) no-repeat center center / 66px 66px;
  margin: -40px 0 0 20px;
}

.voice-btn.active span::after {
  background: url(../img/tog-close.svg) no-repeat center center / 66px 66px;
}

.re_cate .key_icon {
  cursor: pointer;
}
.re_cate .key_icon span {
  background: url(../img/open-y.svg) no-repeat right center / 20px 20px;
  display: block;
  padding: 0 30px 0 0;
}

.re_cate .key_icon.active span {
  background: url(../img/close-y.svg) no-repeat right center / 20px 20px;
  display: block;
  padding: 0 30px 0 0;
}

.re_cate .key_opencont .cate_qa:last-of-type {
  margin-bottom: 30px;
}

/*応急*/
.mrg40 {
  margin-bottom: 40px !important;
}

.cate-about__box-non {
  max-width: 800px;
  margin: 20px auto 0;
}

/* 商品グループ（小パターンS）-RE */

.re_cate .cate-mv {
  margin: 0 auto 20px;
}

.re_cate .cate_img-continuous,
.re_cate .cate_img-continuous__txt,
.re_cate .cate_img-continuous p:not(:last-of-type),
.re_cate .table_of_sub,
.re_cate h2,
.re_cate h3 {
  margin-bottom: 20px;
}

.re_cate .table_of_contents {
  display: none;
}

/*価格一覧リスト*/

.one-price-list {
  background: #86b83e;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0 5px 0 0 #527125;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
}
.price-list_key {
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}

.price-list_key span {
  background: url(../img/re-green-arrow.svg) no-repeat left center / 24px 24px;
  padding: 4px 0 4px 34px;
  display: block;
}

.price-list_key.active span {
  background: url(../img/re-green-arrow-down.svg) no-repeat left center / 24px 24px;
  padding: 4px 0 4px 34px;
}

.deff-open .price-list_key span {
  background: url(../img/re-green-arrow-down.svg) no-repeat left center / 24px 24px;
  padding: 4px 0 4px 34px;
}

.deff-open .price-list_key.active span {
  background: url(../img/re-green-arrow.svg) no-repeat left center / 24px 24px;
  padding: 4px 0 4px 34px;
}

.price-list_box {
  display: none;
  margin-top: 10px;
}

.deff-open .price-list_box {
  display: block;
}

.price-list_box table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
}

.price-list_box table th,
.price-list_box table td {
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
}

.price-list_box table tr th:not(:last-of-type),
.price-list_box table tr td:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

.price-list_box table tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.price-list_box table th {
  text-align: center;
  width: 33%;
  background: #dce5d0;
}

.price-list_box table td:not(:last-of-type) span {
  font-size: 1.3rem;
}

.price-btn-act {
  max-width: 240px;
  margin: 0 auto 5px;
}

.price-btn {
  background: #c40201;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff !important;
  box-shadow: 0 5px 0 0 #800100;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
  text-decoration: none;
}

.-middle-tit {
  background: #f4e4a7;
  padding: 12px;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
}

.-middle-tit span {
  font-size: 1.6rem;
}

.-middle-tit:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f4e4a7;
}

/*商品展開*/
.price_lists span {
  background: url(../img/list-muinus.svg) no-repeat left center / 16px 16px;
  padding-left: 34px;
}

.price_lists.active span {
  background: url(../img/list-plus.svg) no-repeat left center / 16px 16px;
  padding-left: 34px;
}

.price_lists--box {
  display: block;
}

/*選べるクロス*/
.-look-btn {
  border: 1px solid #707070;
  padding: 10px 10px 10px 36px;
  border-radius: 6px;
  background: url(../img/list-plus.svg) no-repeat 10px 50% / 16px 16px;
  box-shadow: 0 5px 0 0 #333;
  cursor: pointer;
}

.-look-btn.active {
  border: 1px solid #707070;
  padding: 10px 10px 10px 36px;
  border-radius: 6px;
  background: url(../img/list-muinus.svg) no-repeat 10px 50%/ 16px 16px;
  box-shadow: 0 0px 0 0 #333;
}

/*価格一覧中見出し*/
.re_cate .special-scp {
  background: #f4e4a7;
  padding: 10px;
  position: relative;
}

.re_cate .special-scp:not(:first-child) {
  margin-top: 30px;
}

.re_cate .special-scp:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f4e4a7;
}

.cpage-addToWish-head {
  width: 5% !important;
}

.cpage-addToWish-buttonContainer {
  margin: 0;
}

.cpage-addToWish-button {
  margin: 0 auto;
}

.cpage-addToWish-button::before {
  color: #ffc0cb;
  font-size: 2.2rem !important;
}

.fs-c-productList .fs-c-button__label {
  display: block !important;
}

/*tablet*/
@media (max-width: 959px) {
}

/*sp*/
@media (max-width: 767px) {
  /* 商品グループ（小パターンS）-RE */
  /* .re_cate .category-section p {
    text-align: left !important;
  } */

  /*見出し h2*/
  .re_cate .category-section h2:after {
    right: -10px;
    border-right-width: 5px;
    border-right-color: transparent;
  }

  .re_cate .category-section h2:before {
    left: -10px;
    border-left-width: 5px;
    border-left-color: transparent;
  }

  .re_cate .category-section h2 span:before {
    left: 10px;
  }

  .re_cate .category-section h2 span:after {
    right: 10px;
  }
}

/*sp-device*/
@media (max-width: 519px) {
  /*見出し h3*/
  .re_cate .category-section h3 {
    background: url(../img/d-line-sp.svg) repeat-x left bottom / 100% 8px, url(../img/index-label.svg) no-repeat left top / 18px 29px;
    padding: 5px 0 20px 40px;
    border-bottom: none !important;
    width: 100%;
    margin-bottom: 15px !important;
  }

  .re_cate .category-section h3::after {
    display: none !important;
  }

  /*見出し h2*/
  .ribbon {
    padding: 6px 0;
  }
  .ribbon h2 {
    font-size: 2.2rem !important;
    padding: 0px 10px !important;
  }
  .ribbon:before {
    border-width: 30px 0px 30px 15px;
  }
  .ribbon:after {
    border-width: 30px 15px 30px 0px;
  }

  /*見出し h4*/
  .re_cate .category-section h4 {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 414px) {
  /*価格一覧リスト*/
  .one-price-list {
    padding: 10px;
  }

  .re_cate .category-section p {
    font-size: 1.7rem;
  }

  .price-list_box table th,
  .price-list_box table td {
    padding: 6px;
    font-size: 1.6rem;
  }

  .price-list_box table th {
    width: auto;
  }

  .price-list_box table th:nth-child(2) {
    width: 80px;
  }

  .price-list_box table th:last-of-type {
    width: 100px;
  }

  .price-list_box table td:not(:last-of-type) span {
    font-size: 1.2rem;
  }

  .price-btn-act {
    max-width: 80px;
    margin: 0 auto 5px;
  }

  .price-btn {
    background: #c40201;
    display: block;
    text-align: center;
    padding: 10px 5px;
    border-radius: 6px;
    font-size: 1.6rem;
  }
}

@media (max-width: 375px) {
  /*グリーンボタン*/
  .re_cate .yellow-btns,
  .re_cate .-green {
    font-size: 2.2rem;
  }

  /*見出し h2*/
  .re_cate .category-section h2 {
    font-size: 2.4rem !important;
  }

  .-middle-tit span {
    font-size: 1.5rem;
  }
}

@media (max-width: 360px) {
  /*誕生秘話ボタン*/
  .re_cate .b_story-btn a {
    font-size: 2rem;
  }

  .b_story-btn a span {
    padding: 16px 42px 16px 63px;
  }
}

@media (max-width: 320px) {
}
