@charset "UTF-8";

/*========================================
 staff start
========================================*/
#staff-start-content{
  max-width:1440px;
  max-width: 92vw;
  margin:90px auto 0;
}
.staff-start-inner{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
#staff-start-content .c-headline__h2{
  text-align:center;
}
#staff-start-content .c-headline__h2 + p{
  text-align: center;
  margin-top: 1em;
  font-weight: 400;
}
.staff-reviews-tab-list{
  position: absolute;
  top: 0;
  left: 15px;
  display: flex;
  transform: translateY(calc(-100% + 2px));
}
.staff-reviews-tab-list>li{
  border-bottom:1px solid #ececec;
  transform: translateY(-2px);
  z-index: -1;
}
.staff-reviews-tab-list>li:nth-of-type(n+2){
  margin-left:-1px;
}
.staff-reviews-tab-list>li.active{
  border-bottom:none;
  transform:unset;
  z-index:0;
}
.staff-reviews-tab-list>li>label{
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-radius: 4px 4px 0 0;
  padding: 5px 19px;
  display: block;
  font-size: 15px;
  letter-spacing: .05em;
  background: #ddd;
}
.staff-reviews-tab-list>li.active>label{
  background:#fff;
}
.staff-reviews-container{
  overflow:hidden;
  padding-bottom:3.5px;
}
.staff-reviews-list-wrapper, .staff-reviews-products-list-wrapper{
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  margin-top: 50px;
}
.staff-reviews-list,
.staff-reviews-list.swiper-wrapper{
  display:none;
}
input[name="staff-reviews-tab"]:checked+.swiper-staff-reviews .staff-reviews-list,
input[name="staff-reviews-tab"]:checked+.swiper-staff-reviews .staff-reviews-list.swiper-wrapper{
  display:flex;
}
.new-arrival.swiper-staffstart-button-prev.swiper-staff-reviews-navigation,
.new-arrival.swiper-staffstart-button-next.swiper-staff-reviews-navigation,
.popularity.swiper-staffstart-button-prev.swiper-staff-reviews-navigation,
.popularity.swiper-staffstart-button-next.swiper-staff-reviews-navigation{
  display:none;
}
input[name="staff-reviews-tab"]#staff-reviews-tab-new:checked~.new-arrival.swiper-staffstart-button-prev.swiper-staff-reviews-navigation,
input[name="staff-reviews-tab"]#staff-reviews-tab-new:checked~.new-arrival.swiper-staffstart-button-next.swiper-staff-reviews-navigation{
  display:flex;
}
input[name="staff-reviews-tab"]#staff-reviews-tab-popular:checked~.popularity.swiper-staffstart-button-prev.swiper-staff-reviews-navigation,
input[name="staff-reviews-tab"]#staff-reviews-tab-popular:checked~.popularity.swiper-staffstart-button-next.swiper-staff-reviews-navigation{
  display:flex;
}
.staff-reviews-list>li{
  box-shadow:3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  border:1px solid #ececec;
  padding:10px;
  width:240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.staff-reviews-list>li:nth-of-type(n+2){
/*  margin-left:20px;*/
}
.staff-review-img-wrapper{
  overflow:hidden;
  height:auto;
  aspect-ratio: 3/4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.staff-review-image{
  width:100%;;
}
.staff-review-comment{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(2.35em + 10px);
  margin-top: 10px;
/*  padding: 5px 8px;*/
/*  text-decoration: underline;*/
  line-height: 1.3;
  background-size: auto auto;
/*  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(163 239 255 / 53%) 2px, rgba(247, 247, 247, 1) 4px );*/
  font-size: 13px;
  letter-spacing: .05em;
  font-weight:bold;
}
.staff-review-itemname {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  color: #666;
  font-size:13px;
}
#staff-start-content .bottom-area{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.staff-review-reviewer{
  display:flex;
  margin-top:10px;
  padding:10px 5px 5px;
  border-top:1px dashed #ececec;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(247, 247, 247, 1) 2px, rgba(247, 247, 247, 1) 4px );
}
#staff-start-content .staff-review-reviewer{
  padding:0;
  border-top:none;
  background:none;
}
.staff-review-reviewer-image{
  width: 30%;
  border-radius: 50%;
  align-self: flex-start;
}
.staff-review-reviewer-info-list{
  margin-left:10px;
  width: calc(70% - 10px);
}
.staff-review-reviewer-info-list>li:nth-of-type(n+2){
  margin-top:5px;
}
.staff-review-reviewer-name-romaji {
  font-size: 15px;
  font-weight:bold;
  overflow-wrap:anywhere;
}
.staff-review-reviewer-name-kana {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}
.staff-review-reviewer-shop{
  display: inline-block;
  font-size: 11px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
[class^="staff-review-reviewer-title"],[class^="reviewers-ranking-reviewer-title"],[class^="reviewer-title"]{
  text-align:center;
  font-size:9px;
  padding:2px 0;
  letter-spacing:.05em;
  background:rgba(255,255,255,0.6);
}
[class^="staff-review-reviewer-title"]:nth-of-type(n+2),[class^="reviewers-ranking-reviewer-title"]:nth-of-type(n+2),[class^="reviewer-title"]:nth-of-type(n+2){
  margin-top:3px;
}
.staff-review-reviewer-title-01,.reviewers-ranking-reviewer-title-01,.reviewer-title-01{
  border:1px solid #24c1f3;
  color:#24c1f3;
}
.staff-review-reviewer-title-02,.reviewers-ranking-reviewer-title-02,.reviewer-title-02{
  border:1px solid #3c54ff;
  color:#3c54ff;
  letter-spacing:0;
}
.staff-review-reviewer-title-03,.reviewers-ranking-reviewer-title-03,.reviewer-title-03{
  border:1px solid #ac60ff;
  color:#ac60ff;
}
input[name="staff-reviews-tab"]{
  display:none;
}

@media screen and (max-width:767px){
  .staff-review-link-button{
    font-size:14px;
    width:100%;
    height:40px;
  }
  .staff-start-inner{
    padding:0px;
    overflow:hidden;
  }
  .staff-reviews-list-wrapper, .staff-reviews-products-list-wrapper{
    padding:4vw;
    margin-top:10vw;
  }
  .reviewer-staff-content{
    padding:3vw;
  }
}

#reviewer-ranking{
  margin-top:90px;
  display:none;
}
#staff-start-content.for-reviewer-list-page #reviewer-ranking{
  display:block;
}

.reviewer-ranking-list-wrapper{
  margin-top:50px;
}
.reviewers-ranking-list>li{
  padding:10px;
  background-size: auto auto;
/*  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(247, 247, 247, 1) 2px, rgba(247, 247, 247, 1) 4px );*/
  text-align:center;
}
.reviewers-ranking-list>li:nth-of-type(n+2){
/*  margin-left:20px;*/
}
.reviewers-ranking-reviewer-image{
  border-radius:50%;
  width: 100%;
  height: auto;
  max-width: 150px;
}
.reviewers-ranking-reviewer-info-list{
  margin-top:10px;
  text-align:center;
}
.reviewers-ranking-reviewer-info-list>li:nth-of-type(n+2){
  margin-top:5px;
}
.reviewers-ranking-reviewer-name-romaji{
  font-size:15px;
  font-weight:bold;
  overflow-wrap:anywhere;
}
.reviewers-ranking-reviewer-name-kana{
  margin-left:5px;
  font-size:13px;
}
.reviewers-ranking-reviewer-shop{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 13px;
/*  background: linear-gradient(0deg, rgb(157 236 255 / 50%) 30%, transparent 30%);*/
}
@media screen and (max-width:767px){
  .reviewers-ranking-list>li:nth-of-type(n+2){
/*    margin-left:3vw;*/
  }
}

.staff-reviews-list.single-tab{
  display:flex;
}
.staff-start-product-detail-in-page-link{
  display:none;
  background:#fffcd2;
}
.staff-start-product-detail-in-page-link.show{
  display:flex;
}
#staff-start-content.for-detail-page .staff-start-inner{
  display:flex;
  justify-content:center;
}
#staff-start-content.for-detail-page .staff-start-inner #staff-reviews{
  width:100%;
}
@media screen and (max-width:1270px){
  #staff-start-content.for-detail-page .staff-start-inner #staff-reviews{
    width:90%;
  }
}
@media screen and (max-width:767px){
  #staff-start-content.for-detail-page{
    margin-top:45px;
  }
  #staff-start-content.for-detail-page .staff-reviews-list-wrapper{
    margin-top:25px;
  }
  #staff-start-content.for-detail-page .staff-start-inner #staff-reviews{
    width:100%;
  }
}

#staff-start-content.for-review-detail-page .staff-start-inner>dl{
  margin-top:120px;
}
.reviewed-product-item{
  display:block;
  position:relative;
  padding-bottom:40px;
  height:100%;
}
.reviewed-product-item-image{
  width:100%;
  height:auto;
}
.reviewed-product-item-info-itemname{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.reviewed-product-item-info-itemprice{
  color:#e43344;
  font-weight:700;
  margin-top:8px;
  font-size:20px;
  position:absolute;
  bottom:3.5px;
  left:3.5px;
}
.reviewed-product-item-info-itemprice .sub-unit{
  font-size:13px;
  display:inline-block;
  margin-left:.3em;
  font-weight:normal;
}
#staff-start-tags,#staff-start-selected-tags{
  padding: 15px 0;
  /*border: 2px solid #ccc;
  border-radius: 7px;*/
  position: relative;
  margin-top:45px;
}
#staff-start-selected-tags{
  display:none;
}
#staff-start-selected-tags.show{
  display:block;
}
.staff-start-tags-title{
  display: inline-block;
  /*padding: 0 7px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);*/
  font-size: 18px;
}
.staff-start-tags-list{
  flex-wrap:wrap;
}
.staff-start-tags-list>li{
  margin-right:20px;
  margin-top:12px;
}
.staff-start-tags-list>li>a{
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 7px;
  position: relative;
  background:#f3fbff;
  display:block;
  height:100%;
  transition:background .2s;
}
.staff-start-tags-list>li>a:hover{
  background:#e2e9ff;
}
#staff-start-selected-tags .staff-start-tags-list>li>a{
  padding: 10px 35px 10px 15px;
  border: 1px solid #ccc;
  border-radius: 7px;
  position: relative;
  background:#f3fbff;
}
#staff-start-selected-tags .staff-start-tags-list>li>a::after{
  content: '×';
  display: flex;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
  font-size: 9px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background:rgba(0,0,255,0.07);
  transition:background .2s,color .2s;
}
#staff-start-selected-tags .staff-start-tags-list>li>a:hover::after{
  background:rgb(255 89 89 / 40%);
  color:#fff;
}
.staff-review-images-wrapper{
  width:30%;
  overflow:hidden;
}
.staff-review-images-main-image, .staff-review-images-thumbnail-image, .staff-review-images-main-video{
  width:100%;
}
.staff-review-images-thumbnail-list>li.op-video{
  position:relative;
}
.staff-review-images-thumbnail-list>li.op-video::before{
  content: '▲';
  position: absolute;
  display: flex;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 9px;
  transform: rotateZ(90deg);
  top: 5px;
  right: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
  box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
  background-color: rgba(255,255,255,0.2);
  pointer-events:none;
}
.staff-review-review-content{
  width:calc(70% - 40px);
  margin-left:40px;
}
.staff-review-images-thumbnail-list{
  margin-top:10px;
}
.staff-review-images-thumbnail-list>li:nth-of-type(n+2){
/*  margin-left:10px;*/
}

#staff-start-content.for-review-detail-page{
  margin-top:45px;
  margin-bottom:45px;
}
#staff-start-content.for-review-detail-page .staff-review-review-content .staff-review-staff-info{
  background-size: auto auto;
/*  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(247, 247, 247, 1) 2px, rgba(247, 247, 247, 1) 4px );*/
  padding:4px;
}
#staff-start-content.for-review-detail-page .staff-review-review-content .staff-review-reviewer-name-romaji{
  font-size:22px;
}
#staff-start-content.for-review-detail-page .staff-review-review-content .staff-review-reviewer-image{
  max-width:120px;
}
#staff-start-content.for-review-detail-page .staff-review-review-content .staff-review-reviewer-name-kana{
  font-size:15px;
}
#staff-start-content.for-review-detail-page .staff-review-review-content .staff-review-reviewer-shop{
  font-size:13px;
}
#staff-start-content.for-review-detail-page .staff-review-review-content [class^="staff-review-reviewer-title-"]{
  font-size:12px;
  width:320px;
  padding:4px 0;
}
#staff-start-content.for-review-detail-page .staff-review-review-content [class^="staff-review-reviewer-title-"]:nth-of-type(n+2){
  margin-top:5px;
  margin-left:0;
}
.staff-review-review-text{
  margin-top:20px;
}
.staff-review-review-text .date{
  /*font-family:monospace;*/
}
.staff-review-review-text .review-text{
  margin-top:20px;
  line-height:1.4;
}
.staff-review-reviewer-titlelist{
  flex-direction:column;
}
@media screen and (max-width:767px){
  #staff-start-tags{
    padding:10px 0 0 10px;
  }
  #staff-start-selected-tags{
    padding:15px 0 15px 10px;
  }
  .staff-start-tags-wrapper{
    /*overflow-x:scroll;*/
    scroll-behavior: smooth;
  }
  .staff-start-tags-list{
    /*width:420vw;*/
  }
  #staff-start-selected-tags .staff-start-tags-list{
    /*width:150vw;*/
  }
  .staff-start-tags-list>li{
    margin-right:15px;
    margin-top:5px;
  }
  #staff-start-content.for-review-detail-page{
    margin-top:4vw;
    margin-bottom:4vw;
  }
  .staff-review-content{
    flex-direction:column;
  }
  .staff-review-images-wrapper{
    width:100%;
  }
  .staff-review-review-content{
    width:100%;
    margin-left:0;
    margin-top:4vw;
  }
  #staff-start-content.for-review-detail-page .staff-review-review-content .staff-review-reviewer-name-romaji{
    font-size:5vw;
  }
  #staff-start-content.for-review-detail-page .staff-review-review-content .staff-review-reviewer-name-kana{
    font-size:3.5vw;
  }
  #staff-start-content.for-review-detail-page .staff-review-review-content .staff-review-reviewer-shop{
    font-size:3vw;
  }
  #staff-start-content.for-review-detail-page .staff-review-review-content [class^="staff-review-reviewer-title-"]{
    font-size:3vw
  }
  .staff-review-reviewer-titlelist{
    display:block;
  }
  #staff-start-content.for-review-detail-page .staff-review-review-content [class^="staff-review-reviewer-title-"]{
    width:100%;
    padding:2px 0;
  }
  #staff-start-content.for-review-detail-page .staff-review-review-content [class^="staff-review-reviewer-title-"]:nth-of-type(n+2){
    margin-top:2px;
    margin-left:0;
  }
  #staff-start-content.for-review-detail-page .staff-start-inner>dl{
    margin-top:25vw;
  }
  .staff-review-review-text{
    padding:0 7px;
  }
  .staff-review-review-text .review-text{
    font-size:4vw;
  }
  .staff-review-images-thumbnail-list>li.op-video::before{
    width: 5vw;
    height: 5vw;
    font-size: 2.4vw;
  }
}

.reviewer-staff-content{
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(247, 247, 247, 1) 2px, rgba(247, 247, 247, 1) 4px );
  padding:20px;
}
.reviewer-staff-info{
  width:40%;
  flex-wrap:wrap;
  align-content:flex-start;
}
.reviewer-staff-profile{
  width:calc(60% - 30px);
  margin-left:30px;
}
.reviewer-staff-sns{
  width:100%;
  display:flex;
  margin-top:15px;
  justify-content:flex-end;
}
.reviewer-staff-sns>li:nth-of-type(n+2){
  margin-left:5px;
}
.reviewer-staff-sns .reviewer-staff-sns-links{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:15px;
  position:relative;
  background:rgba(255,255,255,.6);
}
.reviewer-staff-sns .reviewer-staff-sns-logo{
  display:block;
  width:29px;
  min-width:29px;
  height:auto;
}

.reviewer-staff-info-list{
  margin-left:20px;
  width:calc(70% - 20px);
}
.reviewer-staff-info-list>li:nth-of-type(n+2){
  margin-top:6px;
}
.reviewer-staff-info-list>li.reviewer-staff-titlelist{
  margin-top:15px;
}
#staff-start-content.for-reviewer-detail-page{
  margin:45px auto;
}
.reviewer-staff-name-romaji{
  font-size:30px;
  font-weight:bold;
}
.reviewer-staff-name-kana{
  font-size: 18px;
  margin-left: 10px;
}
.reviewer-staff-shop{
  font-size:15px;
}
#staff-start-content.for-reviewer-detail-page [class^="staff-review-reviewer-title"]{
  font-size:14px;
  padding:2px 0;
}
.reviewer-staff-profile-text{
  padding: 0.7em;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  position:relative;
  line-height:1.35;
}
.reviewer-staff-profile-text::before{
  content:'';
  border-width:10px 10px 10px 0;
  border-color:transparent #fff transparent transparent;
  position:absolute;
  display:block;
  top:50%;
  left:0px;
  transform:translate(-100%,-50%);
  z-index:1;
}
#staff-other-reviews{
  margin-top:90px;
}
.staff-reviews-list.wrap-list{
  display:flex;
  flex-wrap:wrap;
}
.staff-reviews-list.wrap-list>li{
  width:calc(100% / 4 - 20px * 3 / 4);
  height:auto;
}
.staff-reviews-list.wrap-list>li:nth-of-type(n+2){
  margin-left:20px;
}
.staff-reviews-list.wrap-list>li:nth-of-type(4n+1){
  margin-left:0;
}
.staff-reviews-list.wrap-list>li:nth-of-type(n+5){
  margin-top:20px;
}

@media screen and (max-width:767px){
  .reviewer-staff-content{
    flex-direction:column;
  }
  .reviewer-staff-info{
    width:100%;
  }
  .reviewer-staff-profile{
    width:100%;
    margin-left:0;
    margin-top:20px;
  }
  .reviewer-staff-profile-text::before{
    border-color:transparent transparent #fff transparent;
    top:0;
    left:13%;
    transform:translateY(-100%);
    border-width:0 2vw 2vw 2vw;
  }
  .reviewer-staff-name-romaji{
    font-size:5vw;
  }
  .reviewer-staff-name-kana{
    font-size: 3vw;
    margin-left: 1vw;
  }
  .reviewer-staff-shop{
    font-size:2.8vw;
  }
  #staff-start-content.for-reviewer-detail-page [class^="staff-review-reviewer-title"]{
    font-size:2vw;
    padding:.5vw 0;
  }
  .reviewer-staff-profile-text{
    font-size:4vw;
  }
  .staff-reviews-list.wrap-list>li{
    width:calc(100% / 2 - 3vw * 1 / 2);
  }
  .staff-reviews-list.wrap-list>li:nth-of-type(n+2){
    margin-left:3vw;
  }
  .staff-reviews-list.wrap-list>li:nth-of-type(4n+1){
    margin-left:3vw;
  }
  .staff-reviews-list.wrap-list>li:nth-of-type(n+5){
    margin-top:3vw
  }
  .staff-reviews-list.wrap-list>li:nth-of-type(2n+1){
    margin-left:0;
  }
  .staff-reviews-list.wrap-list>li:nth-of-type(n+3){
    margin-top:3vw
  }
  .reviewer-staff-content{
    padding:2vw;
  }
}

@media screen and (max-width:460px){
  .staff-reviews-list.wrap-list>li{
    width:100%;
  }
  .staff-reviews-list.wrap-list>li:nth-of-type(n+2){
    margin-left:0;
  }
  .staff-reviews-list.wrap-list>li:nth-of-type(4n+1){
    margin-left:0;
  }
  .staff-reviews-list.wrap-list>li:nth-of-type(n+5){
    margin-top:3vw
  }
  .staff-reviews-list.wrap-list>li:nth-of-type(2n+1){
    margin-left:0;
  }
  .staff-reviews-list.wrap-list>li:nth-of-type(n+2){
    margin-top:3vw;
  }
  .staff-reviews-list.wrap-list>li .staff-review-img-wrapper{
    aspect-ratio:unset;
  }
}

#staff-start-content.for-review-list-page{
  margin:45px auto;
}
#staff-start-content.for-review-list-page .staff-reviews-list.wrap-list{
  display:none;
}
#staff-start-content.for-review-list-page input[name="staff-reviews-tab"]:checked+.staff-reviews-list.wrap-list{
  display:flex;
}
#staff-start-content.for-review-list-page input[name="staff-reviews-tab"]:checked~.staff-start-paging-container{
  display:flex;
}
#staff-start-content.for-review-list-page .staff-reviews-container{
  overflow:visible;
}
.staff-start-paging-container .paging-list>li:nth-of-type(n+2){
  margin-left:5px;
}
.staff-start-paging-container .paging-list>li>a{
  padding:5px 10px;
  font-size:18px;
  display:block;
}
.staff-start-paging-container{
  align-items:baseline;
  display: none;
  justify-content: flex-end;
  margin-top: 20px;
}
.staff-start-paging-container .paging-list>li>a.op-active-page{
  background:#d4e9ff;
}
.staff-start-paging-container .paging-button{
  height: 40px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left:20px;
  display:none;
}
.staff-start-paging-container .paging-button.show{
  display:flex;
}
.draw-arrow{
  display:block;
}
.draw-arrow::before{
  display:block;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  content: '';
}
.draw-arrow.right{
  transform:translateX(-25%);
}
.draw-arrow.left{
  transform:translateX(25%);
}
.draw-arrow.right::before{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.draw-arrow.left::before{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}
@media screen and (max-width:460px){
  .staff-start-paging-container .paging-list>li>a{
    font-size:3.9vw;
  }
  .staff-start-paging-container .paging-button{
    height:8.8vw;
    width:8.8vw;
  }
  .draw-arrow::before{
    width:2.1vw;
    height:2.1vw;
  }
}

#staff-start-content.for-reviewer-list-page{
  margin:45px auto;
}
#staff-start-content.for-reviewer-list-page .reviewer-image{
  width:100%;
  height:auto;
  border-radius:50%;
  max-width:200px;
}
.reviewers-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
ul.reviewers-list>li{
  width: calc(100% / 4 - (20px * 3) / 4);
  height: auto;
  margin-left: 20px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  padding:15px;
  background-size:auto auto;
/*  background-image:repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(247, 247, 247, 1) 2px, rgba(247, 247, 247, 1) 4px );*/
}
ul.reviewers-list>li:nth-of-type(n+5){
  margin-top:20px;
}
ul.reviewers-list>li:nth-of-type(4n+1){
  margin-left:0px;
}
.reviewer-name-romaji{
  font-size:22px;
  font-weight:bold;
  overflow-wrap:anywhere;
}
.reviewer-name-kana{
  font-size:18px;
}
.reviewer-shop{
  font-size:15px;
}
#staff-start-content.for-reviewer-list-page [class^="staff-review-reviewer-title"]{
  font-size:13px;
}
ul.reviewers-list .reviewer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:100%;
}
.reviewer-list-wrapper{
  margin-top:45px;
}
.reviewer-info-list{
  margin-top:10px;
  width:100%;
}
.reviewer-info-list>li:nth-of-type(n+2){
  margin-top:5px;
}
.staff-start-paging-container.show{
  display:flex;
}
@media screen and (max-width:835px){
  ul.reviewers-list>li{
    width: calc(100% / 3 - (20px * 2) / 3);
  }
  ul.reviewers-list>li:nth-of-type(n+4){
    margin-top:20px;
  }
  ul.reviewers-list>li:nth-of-type(4n+1){
    margin-left:20px;
  }
  ul.reviewers-list>li:nth-of-type(3n+1){
    margin-left:0px;
  }
}
@media screen and (max-width:650px){
  ul.reviewers-list>li{
    width: calc(100% / 2 - 20px / 2);
  }
  ul.reviewers-list>li:nth-of-type(n+3){
    margin-top:20px;
  }
  ul.reviewers-list>li:nth-of-type(4n+1){
    margin-left:20px;
  }
  ul.reviewers-list>li:nth-of-type(3n+1){
    margin-left:20px;
  }
  ul.reviewers-list>li:nth-of-type(2n+1){
    margin-left:0px;
  }
}
@media screen and (max-width:560px){
  .reviewer-name-romaji{
    font-size:3.95vw;
  }
  .reviewer-name-kana{
    font-size:3.2vw;
  }
  .reviewer-shop{
    font-size:2.7vw;
  }
  #staff-start-content.for-reviewer-list-page [class^="staff-review-reviewer-title"]{
    font-size:2.3vw;
  }
  ul.reviewers-list>li{
    padding:4.8vw;
  }
}

.staff-reviews-list>li.op-video{
  position:relative;
}
.staff-reviews-list>li.op-video::before{
  content: '▲';
  position: absolute;
  display: flex;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 12px;
  transform: rotateZ(90deg);
  top: 15px;
  right: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
  box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
  background-color: rgba(255,255,255,0.2);
  pointer-events:none;
}
#staff-start-content.for-review-detail-page #staff-start-tags .staff-start-tags-title{
  display:none;
}
#staff-start-content.for-review-detail-page #staff-start-tags{
  margin-top:15px;
}

.swiper-staffstart-button-next,
.swiper-staffstart-button-prev{
  position:absolute;
  top:50%;
  width:50px;
  height:80px;
  translate:0 -50%;
  cursor:pointer;
  display:flex;
  align-items:center;
}
.swiper-staffstart-button-next{
  left:auto;
  right:-50px;
  justify-content:flex-start;
}
.swiper-staffstart-button-prev{
  left:-50px;
  right:auto;
  justify-content:flex-end;
}
.swiper-staffstart-button-next::before,
.swiper-staffstart-button-prev::before{
  content:'';
  display:block;
  width:30px;
  height:30px;
  border-top:3px solid #484848;
  border-left:3px solid #484848;
}
.swiper-staffstart-button-next:before{
  rotate:135deg;
}
.swiper-staffstart-button-prev::before{
  rotate:-45deg;
}
.swiper-staffstart-button-next.swiper-button-disabled,
.swiper-staffstart-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor: auto;
  pointer-events: none;
}

@media screen and (max-width:767px){
  .swiper-staffstart-button-next,
  .swiper-staffstart-button-prev{
    display:none;
  }
}

/*サムネイルの表示修正*/
.staff-review-images-thumbnail-list-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: auto;
  grid-row-gap: 10px;
}
@media (max-width: 767px) {
  .staff-review-images-thumbnail-list-swiper .swiper-wrapper {
      display: flex; /* 1列に戻す */
  }
}
