@charset "UTF-8";
.pagename_area {
  padding: 12% 0 5%;
  position: relative;
}
.pagename_area.animal {
  background: url("../images/review/bg_pagename_animal.png") no-repeat right top;
  background-size: 70% auto;
}
.pagename_area.nioeair {
  background: url("../images/review/bg_pagename_nioeair.png") no-repeat right top;
  background-size: 70% auto;
}
.pagename_area.painrelief {
  background: url("../images/review/bg_pagename_painrelief.png") no-repeat right top;
  background-size: 70% auto;
}
.pagename_area.koricare {
  background: url("../images/review/bg_pagename_koricare.png") no-repeat right top;
  background-size: 70% auto;
}
.pagename_area .line {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 100%;
  transform: scale(-1, 1);
}
.pagename_area .line svg {
  width: 100%;
  height: auto;
}
.pagename_area .line svg g path {
  fill: none;
  stroke: #004ba0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000px;
  animation: 1s forwards linear 2.5s line-animation3000;
}
.pagename_area h1 {
  padding: 0 16%;
  text-align: left;
}
.pagename_area h1 .jp {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 2%;
}
@media only screen and (max-width:650px) {
  .pagename_area h1 .jp {
    font-size: 12px;
  }
}
.pagename_area h1 .en {
  display: inline-block;
  background-size: 400px auto;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.22em;
  color: #004ba0;
}
@media only screen and (max-width:650px) {
  .pagename_area h1 .en {
    font-size: 24px;
    background-size: 300px auto;
  }
}

/* ☆　*/
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #FFF;
  font-size: 1em;
  line-height: 1;
}

.star5_rating:before,
.star5_rating:after {
  content: "★★★★★";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #004ba0;
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #004ba0;
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

.star5_rating[data-rate="4.9"]:after {
  width: 98%;
}

.star5_rating[data-rate="4.8"]:after {
  width: 96%;
}

.star5_rating[data-rate="4.7"]:after {
  width: 94%;
}

.star5_rating[data-rate="4.6"]:after {
  width: 92%;
}

.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

.star5_rating[data-rate="4.4"]:after {
  width: 88%;
}

.star5_rating[data-rate="4.3"]:after {
  width: 86%;
}

.star5_rating[data-rate="4.2"]:after {
  width: 84%;
}

.star5_rating[data-rate="4.1"]:after {
  width: 82%;
}

.star5_rating[data-rate="4"]:after {
  width: 80%;
}

.star5_rating[data-rate="3.9"]:after {
  width: 78%;
}

.star5_rating[data-rate="3.8"]:after {
  width: 76%;
}

.star5_rating[data-rate="3.7"]:after {
  width: 74%;
}

.star5_rating[data-rate="3.6"]:after {
  width: 72%;
}

.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

.star5_rating[data-rate="3.4"]:after {
  width: 68%;
}

.star5_rating[data-rate="3.3"]:after {
  width: 66%;
}

.star5_rating[data-rate="3.2"]:after {
  width: 64%;
}

.star5_rating[data-rate="3.1"]:after {
  width: 62%;
}

.star5_rating[data-rate="3"]:after {
  width: 60%;
}

.star5_rating[data-rate="2.9"]:after {
  width: 58%;
}

.star5_rating[data-rate="2.8"]:after {
  width: 56%;
}

.star5_rating[data-rate="2.7"]:after {
  width: 54%;
}

.star5_rating[data-rate="2.6"]:after {
  width: 52%;
}

.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

.star5_rating[data-rate="2.4"]:after {
  width: 48%;
}

.star5_rating[data-rate="2.3"]:after {
  width: 46%;
}

.star5_rating[data-rate="2.2"]:after {
  width: 44%;
}

.star5_rating[data-rate="2.1"]:after {
  width: 42%;
}

.star5_rating[data-rate="2"]:after {
  width: 40%;
}

.star5_rating[data-rate="1.9"]:after {
  width: 38%;
}

.star5_rating[data-rate="1.8"]:after {
  width: 36%;
}

.star5_rating[data-rate="1.7"]:after {
  width: 34%;
}

.star5_rating[data-rate="1.6"]:after {
  width: 32%;
}

.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

.star5_rating[data-rate="1.4"]:after {
  width: 28%;
}

.star5_rating[data-rate="1.3"]:after {
  width: 26%;
}

.star5_rating[data-rate="1.2"]:after {
  width: 24%;
}

.star5_rating[data-rate="1.1"]:after {
  width: 22%;
}

.star5_rating[data-rate="1"]:after {
  width: 20%;
}

.star5_rating[data-rate="0.9"]:after {
  width: 18%;
}

.star5_rating[data-rate="0.8"]:after {
  width: 16%;
}

.star5_rating[data-rate="0.7"]:after {
  width: 14%;
}

.star5_rating[data-rate="0.6"]:after {
  width: 12%;
}

.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

.star5_rating[data-rate="0.4"]:after {
  width: 8%;
}

.star5_rating[data-rate="0.3"]:after {
  width: 6%;
}

.star5_rating[data-rate="0.2"]:after {
  width: 4%;
}

.star5_rating[data-rate="0.1"]:after {
  width: 2%;
}

.star5_rating[data-rate="0"]:after {
  width: 0%;
}

/* ☆　*/
.sec_main_item .main_item_inner {
  padding-top: 6%;
  text-align: center;
}
@media only screen and (max-width:650px) {
  .sec_main_item .main_item_inner {
    padding-top: 20%;
  }
}
.sec_main_item .main_item_inner .txt h2.ttl2 .jp {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  padding: 0 20px 0;
}
@media only screen and (max-width:650px) {
  .sec_main_item .main_item_inner .txt h2.ttl2 .jp {
    font-size: 12px;
  }
}
.sec_main_item .main_item_inner .txt h2.ttl2 .en {
  display: inline-block;
  padding: 0 50px 40px 50px;
  background: url("../images/common/bg_title.svg") no-repeat center bottom;
  background-size: 100% auto;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.22em;
  color: #004ba0;
}
@media only screen and (max-width:650px) {
  .sec_main_item .main_item_inner .txt h2.ttl2 .en {
    padding: 0 16px 20px;
    font-size: 24px;
    background-size: 300px auto;
  }
}
.sec_main_item .main_item_inner .itemimg {
  margin: 40px 0 20px 0;
}
.sec_main_item .main_item_inner .itemimg img {
  width: 740px;
  max-width: 80%;
}
.sec_main_item .main_item_inner .result {
  width: 740px;
  max-width: 80%;
  margin: 0 auto;
  text-align: left;
}
.sec_main_item .main_item_inner .result .star5_rating {
  font-size: 2em;
}
.sec_main_item .main_item_inner .result .number_rating {
  color: #004ba0;
  font-size: 30px;
  line-height: 1;
}
.sec_main_item .main_item_inner .result .number_txt {
  font-size: 15px;
  line-height: 1;
}

.sec_voice .widepage_center {
  padding-top: 6%;
}
@media only screen and (max-width:650px) {
  .sec_voice .widepage_center {
    padding-top: 20%;
  }
}
.sec_voice .voice_inner {
  display: grid;
  height: 100%;
}
@media only screen and (min-width:651px) {
  .sec_voice .voice_inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media only screen and (min-width:1488px) {
  .sec_voice .voice_inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
  }
}
@media only screen and (max-width:650px) {
  .sec_voice .voice_inner {
    display: block;
  }
}
.sec_voice .voice_inner .box {
  transition: all 0.5s ease;
}
.sec_voice .voice_inner .box:hover {
  transition: all 0.5s ease;
}
@media only screen and (min-width:651px) {
  .sec_voice .voice_inner .box:hover {
    transform: scale(1.1);
  }
}
@media only screen and (max-width:650px) {
  .sec_voice .voice_inner .box {
    margin-top: 20px;
  }
}
.sec_voice .voice_inner .box .a {
  transition: all 0.5s ease;
  position: relative;
  display: block;
  width: 100%;
  /*height: 100%;*/
  padding: 25px 25px 0px 25px;
  display: flex;
  color: #0e0e0e;
}
.sec_voice .voice_inner .box .a:after, .sec_voice .voice_inner .box .a:before {
  content: "";
  top: 0;
  right: 0;
  transition: all 0.3s;
  position: absolute;
  width: 35px;
  height: 35px;
}
.sec_voice .voice_inner .box .a:after {
  border-top: solid 1px #004ba0;
  border-right: solid 1px #004ba0;
}
.sec_voice .voice_inner .box .a:before {
  border-bottom: solid 1px #004ba0;
  border-left: solid 1px #004ba0;
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
}
.sec_voice .voice_inner .box .a:hover {
  text-decoration: none;
}
.sec_voice .voice_inner .box .a:hover:after, .sec_voice .voice_inner .box .a:hover:before {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
.sec_voice .voice_inner .box .a .a_inner {
  /*width: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px;*/
}
.sec_voice .voice_inner .box .a .a_inner .name {
  line-height: 1;
  font-size: 15px;
}
.sec_voice .voice_inner .box .a .a_inner .name span {
  display: inline-block;
  background-color: #004ba0;
  color: #fff;
  border-radius: 90px;
  font-size: 12px;
  padding: 0.5em 1em;
  margin: 0 0.5em;
}
.sec_voice .voice_inner .box .a .a_inner .date {
  font-size: 12px;
}
.sec_voice .voice_inner .box .a .a_inner .star5_rating {
  font-size: 1.2em;
}
.sec_voice .voice_inner .box .a .a_inner .text {
  line-height: 1.8;
  font-size: 11px;
}
.sec_voice .voice_inner .box .a .a_inner .more {
  text-align: right;
  font-size: 11px;
}
.sec_voice .voice_inner .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: 2;
  text-decoration: none;
  color: #fff;
  pointer-events: none;
}
.sec_voice .voice_inner .box a:hover {
  /*span {
      display: block;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-color: rgba($color: #000000, $alpha: 0.5);
      transition: all 0.3s;
  }*/
}
.sec_voice .voice_inner .box a span {
  display: none;
  transition: all 0.3s;
}

.accordion {
  padding-bottom: 50px;
  position: relative;
}

/* ボタン */
.accordion-btn {
  bottom: 20px;
  cursor: pointer;
  display: inline-block;
  right: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s;
  width: fit-content;
  z-index: 3;
}
.accordion-btn.noshow {
  display: none;
}

/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "続きを読む・・・";
}

/* ボタンhover時のスタイル */
.accordion-text {
  overflow: hidden;
  /* テキストを隠す */
  position: relative;
}

/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  line-height: 1.8;
  font-size: 11px;
  height: 158.4px;
}
/* 閉じるボタンの位置 */
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "閉じる";
}

/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}

/*# sourceMappingURL=review.css.map */
