@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

.voice {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 0 5.1282051282vw;
  }
}
.voice .articles-layout {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .voice .articles-layout {
    margin-top: 10.2564102564vw;
  }
}

@media screen and (min-width: 768px) {
  .voice-top .articles-layout {
    margin-top: 30px;
  }
}
.voice-top .articles-layout-main {
  width: 100%;
}
.voice-top .articles-layout-main .voice-articles {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .voice-top .voice-thumbnail-list {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .voice-top .voice-thumbnail-item {
    width: 23.5%;
    min-width: 285px;
    margin: 0 0 20px 0;
  }
  .voice-top .voice-thumbnail-item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.voice-detail {
  padding-top: 0;
}

.shop-select-section {
  width: 100%;
  padding: 40px 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .shop-select-section {
    padding-top: 8vw;
  }
}
.shop-select-section .articles-actions-title {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .shop-select-section .articles-actions-title {
    font-size: 3.5897435897vw;
  }
}
.shop-select-section .articles-actions-content {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .shop-select-section .articles-actions-content {
    padding-left: 3.0769230769vw;
    padding-right: 3.0769230769vw;
  }
}
.shop-select-section .articles-actions-acd {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .shop-select-section .articles-actions-acd {
    font-size: 3.3333333333vw;
  }
}
.shop-select-section .articles-actions-acd:nth-of-type(1) {
  border-top: none;
}
.shop-select-section .articles-actions-acd dt:before, .shop-select-section .articles-actions-acd dt:after {
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .shop-select-section + .articles-layout {
    margin-top: 9.2307692308vw;
  }
}

.area-select-float-box {
  width: 26%;
  max-width: 280px;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area-select-float-box {
    width: 100%;
    max-width: 100%;
  }
}

.area-select-wrap {
  width: 100%;
}

.js-open-switch {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8px;
  color: #a168bd;
  position: relative;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
  cursor: default;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .js-open-switch {
    height: 11.2820512821vw;
    padding-right: 0;
    font-size: 3.5897435897vw;
  }
}
.js-open-switch:before, .js-open-switch:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 0;
  border-top: 2px solid #333;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media screen and (max-width: 767px) {
  .js-open-switch:before, .js-open-switch:after {
    right: 8.4615384615vw;
    width: 2.5641025641vw;
  }
}
.js-open-switch:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-open-switch.js-open {
  background: #f7f1fa;
}
.js-open-switch.js-open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.js-open-switch:hover {
  background: #f7f1fa;
}

.js-open-content {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 36px;
  width: 100%;
  display: none;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-top: none;
  -webkit-box-shadow: 1px 4px 4px 1px rgba(1, 1, 1, 0.1);
          box-shadow: 1px 4px 4px 1px rgba(1, 1, 1, 0.1);
}
@media screen and (max-width: 767px) {
  .js-open-content {
    top: 11.2820512821vw;
  }
}

.voice-thumbnail-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.voice-thumbnail-item {
  width: 23.8%;
  margin: 0 1.6% 20px 0;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.2);
          box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.2);
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-item {
    width: 48%;
    margin: 0 4% 5.1282051282vw 0;
    padding-bottom: 3.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.voice-thumbnail-item:nth-of-type(4n) {
  margin-right: 0;
}
.voice-thumbnail-item a:hover {
  background: none;
}

.voice-thumbnail-item-box {
  width: 100%;
}

.voice-thumbnail-item-image {
  text-align: center;
}
.voice-thumbnail-item-image img {
  max-width: 100%;
}

.voice-thumbnail-item-info {
  padding: 16px 20px 12px;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-item-info {
    padding: 3.0769230769vw 3.8461538462vw 0;
  }
}

.voice-thumbnail-item-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-item-prof {
    font-size: 2.5641025641vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.voice-thumbnail-item-prof span {
  display: block;
  width: 100%;
}
.voice-thumbnail-item-prof .is-shop {
  color: #bba1cb;
}
.voice-thumbnail-item-prof .is-year {
  text-align: right;
}

.voice-thumbnail-item-text {
  padding-top: 1em;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-item-text {
    font-size: 3.3333333333vw;
  }
}

.articles-back-index {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .articles-back-index {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.5897435897vw;
  }
}

.articles-shop-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .articles-shop-title {
    margin-bottom: 7.6923076923vw;
    font-size: 5.1282051282vw;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .voice-articles {
    padding-top: 7.1794871795vw;
  }
}

.voice-thumbnail-more-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.voice-thumbnail-more-btn {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-more-btn {
    max-width: 80%;
    margin: 0 auto;
    padding: 5.1282051282vw 0;
  }
}
.voice-thumbnail-more-btn span {
  display: inline-block;
  position: relative;
  padding: 0.8em 0;
  width: 17em;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
  border-radius: 3px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-more-btn span {
    width: 100%;
  }
}
.voice-thumbnail-more-btn span:hover {
  background: #eeddf7;
}
.voice-thumbnail-more-btn span:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 1.5em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-more-btn span:after {
    right: 1em;
  }
}
.voice-thumbnail-more-btn span.js-open:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 50%;
}

.voice-thumbnail-more-inner {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: none;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .voice-thumbnail-more-inner .voice-thumbnail-list {
    padding-top: 3.0769230769vw;
  }
}

@media screen and (max-width: 767px) {
  .articles-head-back {
    margin-top: 10.2564102564vw;
  }
}

@media screen and (max-width: 767px) {
  .voice-detail {
    padding: 0 2.5641025641vw;
  }
}

.voice-detail-head {
  background: none;
  padding: 0;
}

.voice-detail-head-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.voice-detail-head-info-name,
.voice-detail-head-info-shop {
  margin-left: 0;
  color: #bba1cb;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .voice-detail-head-info-name,
  .voice-detail-head-info-shop {
    font-size: 4.1025641026vw;
  }
}

.voice-detail-head-user {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000;
}
@media screen and (max-width: 767px) {
  .voice-detail-head-user {
    margin-top: 2.5641025641vw;
  }
}

.voice-detail-body {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .voice-detail-body {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-detail-body p {
    font-size: 4.1025641026vw;
    font-weight: 400;
  }
}

.p-voice-detail-image {
  text-align: center;
}
.p-voice-detail-image img {
  max-width: 100%;
}
.p-voice-detail-image + .p-voice-detail-image {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice-detail-image + .p-voice-detail-image {
    margin-top: 5.1282051282vw;
  }
}