@charset "utf-8";
/*====================
mv
====================*/
#voice .subpage-header .subpage-header__bg {
  background-image: url(../../img/voice/sub-image.jpg);
}
#voice .subpage-header .sabpage-header__title .subpage-header__text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);

  color: var(--color-white);
}
#voice .subpage-header .sabpage-header__title .subpage-header__text h3 {
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0.4rem;
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
}
#voice .subpage-header .sabpage-header__title .subpage-header__text h2 {
  white-space: nowrap;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.8rem;
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
  margin-top: 1rem;
}

@media screen and (max-width: 960px) {
  #voice .subpage-header .sabpage-header__title {
    top: 90px;
    left: 5vw;
  }
  #voice .subpage-header .sabpage-header__title .subpage-header__text {
    font-size: 28px;
  }
  #voice .subpage-header .sabpage-header__title .subpage-header__text h3 {
    font-size: 43px;
  }
  #voice .subpage-header .sabpage-header__title .subpage-header__text h2 {
    font-size: 18px;
  }
  /*===========max-width:960px============*/
}
@media screen and (max-width: 600px) {
  #voice .subpage-header::before {
    top: -300px;
  }
  #voice .subpage-header .sabpage-header__title {
  }
  #voice .subpage-header .sabpage-header__title .subpage-header__text h3 {
    font-size: 24px;
  }
  #voice .subpage-header .sabpage-header__title .subpage-header__text h2 {
    font-size: 16px;
    margin-top: 0.5rem;
  }
  /*===========max-width:600px============*/
}

body {
  background-position: top center;
}

/*================
REVIEWS
================*/
#voi-rev {
  position: relative;
  margin-top: 80px;
}
#voice .voi__description-text {
  font-weight: 600;
}
#voi-rev .voi-exp__head {
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 2em;
  margin-bottom: 50px;
}
#voi-rev .btn-gradation {
  width: 180px;
  height: 50px;
  margin-top: 25px;
  background: #ecf0ee;
}
@media screen and (max-width: 768px) {
  #voi-rev {
    margin-top: 40px;
  }
  #voi-rev .btn-gradation {
    width: 150px;
    height: 35px;
    margin-top: 20px;
  }
  .btn-gradation .btn-gradation__text {
    font-size: 12px;
  }
}

/*================
REVIEWS tab
================*/
#rev .tab-con-r {
  margin-top: 70px;
  padding-bottom: 100px;
}
/* タブのデザイン */
#rev .tab-list {
  display: flex;
  gap: 5px;
}
#rev .tab-label {
  flex: 1;
  padding: 15px;
  background: #ecf0ee;
  color: #6a6d75;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border: none;
  position: relative;
}
#rev .special {
  padding-bottom: 35px;
}
#rev .tab-label.special span {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 10px;
  background: #d2d2d2;
  padding: 5px;
  line-height: 12px;
}
/* タブが選択されたときのスタイル */
#rev .tab-label.active {
  background: #ecc1ad;
  color: #fff;
}
#rev .tab-label.active span {
  background: #b4b4b4;
}
/* 初期状態のコンテンツは非表示 */
#rev .rev-con-t {
  display: none;
  margin-top: 30px;
}
/* 選択されたコンテンツを表示 */
#rev .rev-con-t.active {
  display: block;
}
/* 総合評価 */
#rev .rev__obverse {
  margin-top: 30px;
  margin-bottom: 30px;
}
#rev .glsr-summary-wrap {
  text-align: center;
}
#rev .glsr-summary {
  margin: auto;
  text-align: left;
  background: #fff;
  padding: 20px;
}
/* 個別レビュー */
#rev .glsr-reviews,
#rev .glsr-reviews-wrap {
  grid-gap: 15px;
  gap: 15px;
}
#rev .glsr-review {
  background: #fff;
  padding: 20px;
}
#rev .glsr-review-content {
  font-size: 14px;
}
#rev .glsr-review-response {
  font-size: 13px;
}
#rev .nav-links {
  text-align: center; /* 中央寄せ */
  margin: 20px auto 40px;
}
#rev .nav-links a {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  border: 1px solid #bbbbbb;
  text-decoration: none;
  color: #999999;
  border-radius: 5px;
  transition: background 0.5s;
}
#rev .nav-links a:hover {
  opacity: 0.5;
}
#rev .nav-links .current {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  background: #999;
  color: #fff;
  border-radius: 5px;
  transition: background 0.5s;
}
#rev .rev__look {
  margin-top: 30px;
  text-align: center;
}
#rev .btn-gradation {
  display: inline-block;
  height: auto;
  padding: 15px;
  margin: 0 10px;
}
#rev-write {
  margin-bottom: 150px;
}
#rev-write .wp-block-button {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #rev .tab-con-r {
    margin-top: 50px;
    padding-bottom: 80px;
  }
  #rev .tab-label {
    padding: 10px;
    font-size: 14px;
    height: 60px;
  }
  #rev .special {
    padding-bottom: 35px;
  }
  #rev .tab-label.special span {
    font-size: 9px;
    padding: 3px;
    line-height: 10px;
  }
  #rev .glsr-summary {
    margin: auto;
    text-align: left;
    background: #fff;
    padding: 20px;
  }
  #rev .inner-sub {
    padding: 0;
  }
  #rev .glsr-review {
    font-size: 90%;
  }
  #rev .rev__look {
    margin-top: 30px;
    text-align: center;
  }
  #rev .btn-gradation {
    padding: 10px;
    margin: 5px 10px;
  }
  #rev-write {
    margin-bottom: 100px;
    font-size: 80%;
    margin-top: 50px;
  }
  #rev-write .wp-block-button {
    text-align: center;
    margin-top: 20px;
  }
}
