﻿.sb_mb20 {
  margin-bottom: 20px !important
}
.staffboard-box {
  width: auto;
  margin: 0 auto;
  padding: 60px 0 70px
}
@media screen and (max-width: 767px) {
  .staffboard-box {
    padding: 25px 0;
    overflow: hidden;
    border-bottom: none
  }
}
.staffboard-box-line {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: -1px auto 0
}
@media screen and (max-width: 767px) {
  .staffboard-box-line {
    max-width: 100%
  }
}
.staffboard-style-logo {
  line-height: 0;
  text-align: center;
  margin-bottom: 28px
}
@media screen and (max-width: 767px) {
  .staffboard-style-logo {
    margin-bottom: 15px
  }
  .staffboard-style-logo img {
    width: 212px;
    height: auto
  }
}
.staffboard-style-text01 {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: -15px
}
@media screen and (max-width: 767px) {
  .staffboard-style-text01 {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: -0.03em;
    margin-bottom: 10px
  }
}
.staffboard-style-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 25px
}
@media screen and (max-width: 767px) {
  .staffboard-style-ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px
  }
  .staffboard-style-ttl .staffboard-style-ttl__eng {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700
  }
  .staffboard-style-ttl .staffboard-style-ttl__jp {
    display: block
  }
  .staffboard-style-ttl .staffboard-style-ttl__jp02 {
    font-size: 20px;
    font-weight: 700;
    display: block
  }
  .staffboard-style-ttl .staffboard-style-ttl__jp03 {
    font-size: 20px;
    font-weight: 700;
    display: block
  }
}
.staffboard-tab-type01 {
  height: 32px;
  display: flex;
  background: #EFEFEF;
  border-radius: 16px;
  margin: 0 20px 20px
}
.staffboard-tab-type01 li {
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer
}
.staffboard-tab-type01 li span {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  text-align: center;
  text-decoration: none !important
}
.staffboard-tab-type01 li.current span {
  background: #000;
  color: #fff
}
@media screen and (min-width: 768px) {
  .staffboard-tab-type01 {
    height: 40px;
    border-radius: 20px;
    margin: 0 0px 20px
  }
  .staffboard-tab-type01 li {
    border-radius: 20px
  }
  .staffboard-tab-type01 li span {
    font-size: 14px
  }
}
@media screen and (max-width: 767px) {
  .staffboard-tab-type02 {
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    padding: 0 20px
  }
  .staffboard-tab-type02 li {
    padding-right: 2px;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer
  }
  .staffboard-tab-type02 li span {
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    padding: 10px 10px 8px;
    color: #D5D7DD;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 3px solid transparent
  }
  .staffboard-tab-type02 li.current span {
    border-bottom: 3px solid #000;
    color: #000000
  }
}
@media screen and (min-width: 768px) {
  .staffboard-tab-type02 {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400
  }
  .staffboard-tab-type02 li {
    width: 250px;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    cursor: pointer
  }
  .staffboard-tab-type02 li span {
    position: relative;
    cursor: pointer;
    display: block;
    height: auto;
    padding: 10px 10px 15px;
    color: #999999;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 4px solid #D0D0D0
  }
  .staffboard-tab-type02 li.current span {
    border-bottom: 4px solid #000;
    color: #000000
  }
}
.staffboard-style-list-error {
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 20px;
  padding: 30px 0
}
@media screen and (max-width: 767px) {
  .staffboard-style-list-error {
    font-size: 14px;
    padding: 25px 0
  }
}
.icon-user-best span.corde-list__user__photo i {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 1px;
  background: #E1A300
}
.icon-user-best span.corde-list__user__photo i img {
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #fff inset
}
.icon-user-best span.corde-list__user__photo::before {
  content: " ";
  display: block;
  width: 15px;
  height: 13px;
  background: url(/static/docs/c/pages/cp-staffboard/images/icon_best_23_20.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0px 1px 1px #fff) drop-shadow(0px -1px 1px #fff);
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 3
}
@media screen and (max-width: 767px) {
  .icon-user-best span.corde-list__user__photo::before {
    width: 12px;
    height: 11px
  }
}
.icon-user-external span.corde-list__user__photo i {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 1px;
  background: linear-gradient(to right, #FFE193 0%, #D35C75 55%, #D35C75 100%)
}
.icon-user-external span.corde-list__user__photo i img {
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #fff inset
}
.icon-playmovie {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 36px;
  height: 36px;
  background: url(/static/docs/c/pages/cp-staffboard/images/icon_movie_play2.svg) 50% 50% no-repeat;
  background-size: 100% 100%
}
.staffboard-view-more-btn {
  text-align: center;
  padding-top: 10px
}
.staffboard-view-more-btn a {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  text-decoration: none !important;
  padding: 15px 5px;
  background: #fff;
  border: 1px solid #333333;
  border-radius: 5px
}
@media screen and (max-width: 767px) {
  .staffboard-view-more-btn a {
    max-width: 305px;
    font-size: 12px;
    padding: 12px 5px
  }
}
#staffboard-video-review-list {
  margin: 0 auto;
  margin-top: 65px;
  padding-bottom: 70px;
  overflow: hidden
}
@media screen and (max-width: 767px) {
  #staffboard-video-review-list {
    border-bottom: none;
    margin-top: 30px;
    padding-bottom: 30px
  }
}
#video-review-list-slide {
  position: relative;
  width: 960px;
  margin: 0 auto
}
@media screen and (max-width: 767px) {
  #video-review-list-slide {
    width: auto
  }
}
.video-review-list-slide__arrow-l {
  position: absolute;
  top: 150px;
  left: -20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(/static/docs/c/pages/cp-staffboard/images/slide_prev_btn_b.png) 50% 50% no-repeat;
  background-size: 100% 100%
}
@media screen and (max-width: 767px) {
  .video-review-list-slide__arrow-l {
    display: none !important
  }
}
.video-review-list-slide__arrow-r {
  position: absolute;
  top: 150px;
  right: -20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(/static/docs/c/pages/cp-staffboard/images/slide_next_btn_b.png) 50% 50% no-repeat;
  background-size: 100% 100%
}
@media screen and (max-width: 767px) {
  .video-review-list-slide__arrow-r {
    display: none !important
  }
}
.video-review-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0
}
.video-review-list li {
  position: relative;
  width: calc(25% - 4px);
  margin: 0 4px 35px 0
}
.video-review-list li a {
  display: block;
  text-decoration: none !important
}
.video-review-list__ph {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 100%;
  height: 335px
}
.video-review-list__ph::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden
}
.video-review-list__ph::after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: url(/static/docs/c/pages/cp-staffboard/images/icon_movie_review.svg) 50% 50% no-repeat;
  background-size: 100% 100%
}
@media screen and (max-width: 767px) {
  .video-review-list__ph::after {
    top: 0px;
    right: 0px;
    width: 34px;
    height: 34px
  }
}
.video-review-list__ph img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center'
}
.video-review-list__ph .video-review-list__user__height {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 5px 10px;
  color: #808080;
  font-size: 10px;
  font-weight: 500;
  line-height: 1
}
@media screen and (max-width: 767px) {
  .video-review-list__ph .video-review-list__user__height {
    bottom: 5px;
    left: 10px;
    padding: 3px 8px
  }
}
.video-review-list__ttl {
  position: absolute;
  bottom: 35px;
  left: 10px;
  z-index: 5;
  width: calc(100% - 20px);
  white-space: normal;
  word-break: break-all;
  line-height: 1.4;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.8em
}
@media screen and (max-width: 767px) {
  .video-review-list__ttl {
    font-size: 12px;
    bottom: 27px
  }
}
.video-review-list__user {
  overflow: hidden;
  padding: 10px 1px 0px
}
@media screen and (max-width: 767px) {
  .video-review-list__user {
    padding: 10px 2px 0px 3px
  }
}
.video-review-list__user span {
  display: block;
  padding-left: 75px;
  line-height: 1.5;
  word-break: break-all;
  white-space: normal
}
@media screen and (max-width: 767px) {
  .video-review-list__user span {
    padding-left: 37px
  }
}
.video-review-list__user .video-review-list__user__photo {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  padding-left: 0px;
  border-radius: 50%;
  overflow: visible
}
@media screen and (max-width: 767px) {
  .video-review-list__user .video-review-list__user__photo {
    width: 30px;
    height: 30px
  }
}
.video-review-list__user .video-review-list__user__photo img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 50%
}
.video-review-list__user .video-review-list__user__name {
  color: #333333;
  font-size: 16px
}
@media screen and (max-width: 767px) {
  .video-review-list__user .video-review-list__user__name {
    font-size: 12px
  }
}
.video-review-list__user .video-review-list__user__brand {
  color: #808080;
  font-size: 12px
}
@media screen and (max-width: 767px) {
  .video-review-list__user .video-review-list__user__brand {
    font-size: 10px
  }
}
.video-review-list__user .video-review-list__user__shop {
  display: none !important
}
.video-review-list-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 10px;
  overflow-y: hidden;
  overflow-x: scroll
}
@media screen and (min-width: 768px) {
  .video-review-list-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none
  }
  .video-review-list-wrap::-webkit-scrollbar {
    display: none
  }
}
.video-review-list-wrap .video-review-list {
  flex-wrap: nowrap;
  white-space: nowrap
}
.video-review-list-wrap .video-review-list li {
  position: relative;
  white-space: nowrap;
  width: auto;
  max-width: 189px;
  min-width: 189px;
  margin: 0 3px 10px 0
}
@media screen and (max-width: 767px) {
  .video-review-list-wrap .video-review-list li {
    max-width: 116px;
    min-width: 116px
  }
}
.video-review-list-wrap .video-review-list__ph {
  height: 335px
}
@media screen and (max-width: 767px) {
  .video-review-list-wrap .video-review-list__ph {
    height: 206px
  }
}
.staff-style-review-ttl {
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 0 10px;
  word-break: break-all
}
@media screen and (max-width: 767px) {
  .staff-style-review-ttl {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
  }
}
.staff-style-review-ttl .staff-style-review-ttl__icon {
  display: inline-block;
  min-height: 30px;
  padding-left: 42px;
  background: url(/static/docs/c/pages/cp-staffboard/images/icon_sound.svg) 0 50% no-repeat;
  background-size: 30px 30px
}
@media screen and (max-width: 767px) {
  .staff-style-review-ttl .staff-style-review-ttl__icon {
    min-height: 20px;
    padding-left: 25px;
    background-size: 20px 20px
  }
}
.staff-style-review-ttl .staff-style-review-ttl__sub {
  display: inline-block;
  font-size: 20px
}
@media screen and (max-width: 767px) {
  .staff-style-review-ttl .staff-style-review-ttl__sub {
    font-size: 14px
  }
}
@media screen and (min-width: 768px) {
  #staffboard-matome-list .staffboard-style-ttl {
    margin-bottom: 40px
  }
}
.matome-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto
}
.matome-list > li {
  position: relative;
  width: calc(33.333% - 6px);
  margin: 0 9px 35px 0
}
.matome-list > li a {
  display: block;
  text-decoration: none !important
}
@media screen and (min-width: 768px) {
  .matome-list > li:nth-child(3n) {
    margin-right: 0
  }
}
@media screen and (max-width: 767px) {
  .matome-list > li {
    width: calc(50% - 2px);
    margin: 0 4px 15px 0
  }
  .matome-list > li:nth-child(2n) {
    margin-right: 0
  }
}
.matome-list__ph {
  position: relative;
  overflow: hidden
}
.matome-list__ph img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center'
}
.matome-list__ph ol {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 278px
}
.matome-list__ph ol li {
  position: relative;
  float: left;
  width: calc(33.333% - 1px);
  height: 138px;
  line-height: 0;
  margin: 1px 1px 0px 0
}
.matome-list__ph ol li:nth-child(3n) {
  margin-right: 0
}
@media screen and (max-width: 767px) {
  .matome-list__ph ol {
    min-height: calc(42vw + 2px)
  }
  .matome-list__ph ol li {
    height: 21vw
  }
}
.matome-list__ph ol.matome-list__ph-type1 li {
  float: none;
  width: 100%;
  height: 278px;
  margin: 0
}
@media screen and (max-width: 767px) {
  .matome-list__ph ol.matome-list__ph-type1 li {
    height: calc(42vw + 2px)
  }
}
.matome-list__ph ol.matome-list__ph-type3 {
  display: block
}
.matome-list__ph ol.matome-list__ph-type3 li.matome-list__ph__big {
  width: calc(66.6666% - 1px);
  height: 278px;
  margin-bottom: 0px
}
@media screen and (max-width: 767px) {
  .matome-list__ph ol.matome-list__ph-type3 li.matome-list__ph__big {
    height: calc(42vw + 2px)
  }
}
.matome-list__ttl {
  position: relative;
  z-index: 2;
  color: #333333;
  background: #F7F7F7;
  height: 70px;
  padding: 10px 35px 0 17px;
  margin-top: -1px;
  margin-right: 1px;
  background: rgba(235, 235, 235, 0.5)
}
@media screen and (max-width: 767px) {
  .matome-list__ttl {
    height: 50px;
    padding: 8px 20px 0 8px
  }
}
.matome-list__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 11px;
  height: 11px;
  margin: auto;
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
  transform: rotate(-135deg)
}
@media screen and (max-width: 767px) {
  .matome-list__ttl::after {
    right: 9px;
    width: 7px;
    height: 7px
  }
}
.matome-list__ttl p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.8em;
  word-break: break-all;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500
}
@media screen and (max-width: 767px) {
  .matome-list__ttl p {
    font-size: 12px
  }
}
.matome-list__user {
  overflow: hidden;
  padding: 10px 1px 10px
}
.matome-list__user span {
  display: block;
  padding-left: 75px;
  line-height: 1.5;
  word-break: break-all;
  white-space: normal
}
@media screen and (max-width: 767px) {
  .matome-list__user {
    padding: 10px 5px 0px 5px
  }
  .matome-list__user span {
    padding-left: 40px
  }
}
.matome-list__user__photo {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  padding-left: 0px !important;
  border-radius: 50%;
  overflow: visible
}
.matome-list__user__photo img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 50%
}
@media screen and (max-width: 767px) {
  .matome-list__user__photo {
    width: 33px;
    height: 33px
  }
}
.icon-user-best .video-review-list__user span.video-review-list__user__photo i, .icon-user-best .matome-list__user span.matome-list__user__photo i {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 1px;
  background: #E1A300
}
.icon-user-best .video-review-list__user span.video-review-list__user__photo i img, .icon-user-best .matome-list__user span.matome-list__user__photo i img {
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #fff inset
}
@media screen and (min-width: 768px) {
  .icon-user-best .video-review-list__user span.video-review-list__user__photo i, .icon-user-best .matome-list__user span.matome-list__user__photo i {
    padding: 2px
  }
  .icon-user-best .video-review-list__user span.video-review-list__user__photo i img, .icon-user-best .matome-list__user span.matome-list__user__photo i img {
    border: 2px solid #fff
  }
}
.icon-user-best .video-review-list__user span.video-review-list__user__photo::before, .icon-user-best .matome-list__user span.matome-list__user__photo::before {
  content: " ";
  display: block;
  width: 12px;
  height: 11px;
  background: url(/static/docs/c/pages/cp-staffboard/images/icon_best_23_20.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0px 1px 1px #fff) drop-shadow(0px -1px 1px #fff);
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 3
}
@media screen and (min-width: 768px) {
  .icon-user-best .video-review-list__user span.video-review-list__user__photo::before, .icon-user-best .matome-list__user span.matome-list__user__photo::before {
    width: 20px;
    height: 17px;
    bottom: 0px;
    right: 0px
  }
}
.icon-user-external .video-review-list__user span.video-review-list__user__photo i, .icon-user-external .matome-list__user span.matome-list__user__photo i {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 1px;
  background: linear-gradient(to right, #FFE193 0%, #D35C75 55%, #D35C75 100%)
}
.icon-user-external .video-review-list__user span.video-review-list__user__photo i img, .icon-user-external .matome-list__user span.matome-list__user__photo i img {
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #fff inset
}
@media screen and (min-width: 768px) {
  .icon-user-external .video-review-list__user span.video-review-list__user__photo i, .icon-user-external .matome-list__user span.matome-list__user__photo i {
    padding: 2px
  }
  .icon-user-external .video-review-list__user span.video-review-list__user__photo i img, .icon-user-external .matome-list__user span.matome-list__user__photo i img {
    border: 2px solid #fff
  }
}
.matome-list__user__name {
  color: #333333;
  font-size: 16px
}
@media screen and (max-width: 767px) {
  .matome-list__user__name {
    font-size: 12px
  }
}
.matome-list__user__brand, .matome-list__user__shop {
  color: #808080;
  font-size: 12px
}
@media screen and (max-width: 767px) {
  .matome-list__user__brand, .matome-list__user__shop {
    font-size: 10px
  }
}
#staffboard-item-detail {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  background: #F9F9F9;
  margin-top: 0px;
  padding: 60px 0 10px
}
#staffboard-item-detail * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#staffboard-item-detail img {
  max-width: 100%;
  height: auto
}
@media screen and (max-width: 767px) {
  #staffboard-item-detail {
    font-family: sans-serif;
    padding: 35px 0 0px;
    width: 100%;
    order: 5
  }
}
@media screen and (min-width: 768px) {
  #staffboard-item-detail {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', 'Lucida Grande', Verdana, sans-serif
  }
  #staffboard-item-detail a {
    transition: 0.3s ease
  }
  #staffboard-item-detail a:hover {
    opacity: 0.7
  }
  #staffboard-item-detail a:hover img {
    opacity: 1
  }
}
@media screen and (min-width: 768px) {
  .staffboard-item-detail__bg {
    background: #F9F9F9;
    height: 100%;
    width: calc(100vw - 18px);
    position: absolute;
    top: 0;
    left: calc(50% - calc(50vw - 9px));
    z-index: 1
  }
}
@media screen and (max-width: 1218px) {
  .staffboard-item-detail__bg {
    min-width: 1200px;
    left: calc(50% - 600px)
  }
}
@media screen and (max-width: 767px) {
  .staffboard-item-detail__bg {
    display: none !important
  }
}
@media screen and (min-width: 768px) {
  .staffboard-item-detail__inner {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 1000px
  }
  .staffboard-item-detail__inner .staffboard-box-line {
    width: 1200px;
    margin-left: -100px;
    margin-right: -100px
  }
}
.staffboard-styling-inbox {
  display: none
}
#checkbox-myheight-area {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0px;
  margin-bottom: 15px;
  font-size: 13px;
  opacity: 0
}
#checkbox-myheight-area strong {
  font-weight: normal;
  padding-right: 10px
}
@media screen and (min-width: 768px) {
  #checkbox-myheight-area {
    font-size: 16px
  }
  #checkbox-myheight-area strong {
    padding-bottom: 1px
  }
}
.checkbox-myheight-wrap {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  cursor: pointer
}
.checkbox-myheight-indicator {
  display: inline-block;
  width: 32px;
  height: 20px;
  background: url(/static/docs/c/images/staff_styling/style_checkbox_off.svg) 0px 50% no-repeat;
  background-size: 32px 20px
}
#checkbox-myheight {
  position: absolute;
  z-index: -1;
  opacity: 0
}
#checkbox-myheight:checked ~ .checkbox-myheight-indicator {
  background: url(/static/docs/c/images/staff_styling/style_checkbox_on.svg) 0px 50% no-repeat;
  background-size: 32px 20px
}
.staffboard-styling-myheight-text {
  text-align: center;
  font-size: 13px;
  padding: 15px 5px
}
#staffboard-portaltop {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  background: #F9F9F9;
  margin-top: 100px;
  margin-bottom: -1px;
  padding: 60px 0 10px
}
#staffboard-portaltop * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#staffboard-portaltop img {
  max-width: 100%;
  height: auto
}
@media screen and (max-width: 767px) {
  #staffboard-portaltop {
    font-family: sans-serif;
    margin-top: 1px;
    padding: 35px 0 0px
  }
}
@media screen and (min-width: 768px) {
  #staffboard-portaltop {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', 'Lucida Grande', Verdana, sans-serif
  }
  #staffboard-portaltop a {
    transition: 0.3s ease
  }
  #staffboard-portaltop a:hover {
    opacity: 0.7
  }
  #staffboard-portaltop a:hover img {
    opacity: 1
  }
}
@media screen and (min-width: 768px) {
  .staffboard-portaltop__inner {
    margin: 0 auto;
    width: 1000px
  }
  .staffboard-portaltop__inner .staffboard-box-line {
    width: 1200px;
    margin-left: -100px;
    margin-right: -100px
  }
}
#staffboard-ranking-box {
  border-bottom: none
}
.staffboard-tab-fnc__content {
  position: relative;
  display: none;
  margin: 0 auto
}
@media screen and (min-width: 768px) {
  #staffboard-ranking-box .staffboard-tab-fnc__content::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 25px;
    height: 100%;
    background: -webkit-linear-gradient(to right, #f7f7f7 10%, rgba(247, 247, 247, 0));
    background: linear-gradient(to right, #f7f7f7 10%, rgba(247, 247, 247, 0))
  }
  #staffboard-ranking-box .staffboard-tab-fnc__content::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 25px;
    height: 100%;
    background: -webkit-linear-gradient(to right, rgba(247, 247, 247, 0), #f7f7f7 90%);
    background: linear-gradient(to right, rgba(247, 247, 247, 0), #f7f7f7 90%)
  }
}
.staffboard-style-list-wrap {
  position: relative;
  min-height: 331px;
  margin: 0 auto
}
.staffboard-style-list-wrap.loading::after {
  content: " ";
  display: block;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
  z-index: 1;
  width: 110px;
  height: 110px;
  background: url(/static/docs/c/images/staff_styling/loading.svg) 50% 50% no-repeat;
  background-size: 100% 100%
}
@media screen and (max-width: 767px) {
  .staffboard-style-list-wrap {
    min-height: 190px
  }
  .staffboard-style-list-wrap.loading::after {
    top: 85px;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    z-index: 1;
    width: 90px;
    height: 90px
  }
}
.staffboard-style-list {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 10px
}
@media screen and (max-width: 767px) {
  .staffboard-style-list {
    margin: 0 -2px 10px
  }
}
.staffboard-style-list li {
  width: calc(20% - 20px);
  margin: 0 10px 20px 10px
}
@media screen and (min-width: 768px) {
  .staffboard-style-list li:nth-child(6) {
    display: none !important
  }
}
@media screen and (max-width: 767px) {
  .staffboard-style-list li {
    background: #fff;
    width: calc(33.333% - 4px);
    margin: 0 2px 6px 2px
  }
}
.staffboard-style-list li img {
  width: 100%
}
.staffboard-style-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding-bottom: 3px
}
.staffboard-style-list li a figure {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
  padding-top: 133.3% !important
}
.staffboard-style-list li a figure img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center'
}
.corde-list__user {
  padding: 12px 0px 5px;
  overflow: hidden
}
@media screen and (max-width: 767px) {
  .corde-list__user {
    padding: 5px 2px 2px 2px
  }
}
.corde-list__user span {
  display: block;
  padding-left: 60px;
  line-height: 1.5;
  word-break: break-all
}
@media screen and (max-width: 767px) {
  .corde-list__user span {
    padding-left: 35px
  }
}
.corde-list__user span.corde-list__user__photo {
  display: block;
  position: relative;
  float: left;
  width: 45px;
  height: 45px;
  padding-left: 0px;
  overflow: visible;
  border-radius: 50%
}
.corde-list__user span.corde-list__user__photo img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 50%
}
@media screen and (max-width: 767px) {
  .corde-list__user span.corde-list__user__photo {
    width: 28px;
    height: 28px
  }
}
.corde-list__user .corde-list__user__name {
  font-size: 13px;
  font-weight: 700;
  color: #333333
}
@media screen and (max-width: 767px) {
  .corde-list__user .corde-list__user__name {
    font-size: 12px;
    letter-spacing: -0.02em
  }
}
.corde-list__user .corde-list__user__brand, .corde-list__user .corde-list__user__shop, .corde-list__user .corde-list__user__size, .corde-list__user .corde-list__user__color {
  font-size: 12px;
  color: #808080
}
@media screen and (max-width: 767px) {
  .corde-list__user .corde-list__user__brand, .corde-list__user .corde-list__user__shop, .corde-list__user .corde-list__user__size, .corde-list__user .corde-list__user__color {
    font-size: 10px;
    color: #808080
  }
}
.corde-list__user__height {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 5px 10px;
  color: #808080;
  font-size: 10px;
  font-weight: 500;
  line-height: 1
}
@media screen and (max-width: 767px) {
  .corde-list__user__height {
    bottom: 7px;
    left: 7px;
    border-radius: 15px;
    padding: 3px 8px
  }
}
.staff-ranking-list-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 15px;
  overflow: hidden
}
@media screen and (max-width: 767px) {
  .staff-ranking-list-wrap {
    overflow: auto;
    padding-bottom: 20px;
    margin-bottom: 0px
  }
}
.staff-ranking-list__arrow-l {
  position: absolute;
  top: 75px;
  left: -20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(/static/docs/c/images/staff_styling/slide_prev_btn_b.png) 50% 50% no-repeat;
  background-size: 100% 100%
}
@media screen and (max-width: 767px) {
  .staff-ranking-list__arrow-l {
    display: none !important
  }
}
.staff-ranking-list__arrow-r {
  position: absolute;
  top: 75px;
  right: -20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(/static/docs/c/images/staff_styling/slide_next_btn_b.png) 50% 50% no-repeat;
  background-size: 100% 100%
}
@media screen and (max-width: 767px) {
  .staff-ranking-list__arrow-r {
    display: none !important
  }
}
.staff-ranking-list__arrow-l:hover, .staff-ranking-list__arrow-r:hover {
  opacity: 0.7
}
.staff-ranking-list {
  position: relative;
  display: flex;
  padding: 20px 0px 0 0px;
  margin: 0 auto 15px;
  white-space: nowrap;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  left: 0
}
@media screen and (max-width: 767px) {
  .staff-ranking-list {
    padding: 10px 0 0 15px;
    margin: 0
  }
}
.staff-ranking-list.left {
  left: -845px
}
@media screen and (max-width: 767px) {
  .staff-ranking-list.left {
    left: 0 !important
  }
}
.staff-ranking-list li {
  position: relative;
  text-align: center;
  min-width: 184px;
  max-width: 184px;
  white-space: nowrap;
  margin: 0 0px 20px 0px;
  padding: 0 12px
}
@media screen and (max-width: 767px) {
  .staff-ranking-list li {
    min-width: 110px;
    max-width: 110px;
    padding: 0 5px;
    margin: 0px
  }
  .staff-ranking-list li:last-child {
    min-width: 125px;
    max-width: 125px;
    padding: 0 20px 0 5px
  }
}
.staff-ranking-list li a {
  position: relative;
  display: block;
  text-align: center;
  color: #333;
  text-decoration: none
}
.staff-ranking-list li a .staff-list__rank-photo-text {
  padding-top: 13px
}
@media screen and (max-width: 767px) {
  .staff-ranking-list li a .staff-list__rank-photo-text {
    padding-top: 8px
  }
}
.staff-ranking-list li a .staff-list__user__name {
  display: block;
  color: #333;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
  white-space: normal;
  word-break: break-all
}
@media screen and (max-width: 767px) {
  .staff-ranking-list li a .staff-list__user__name {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px
  }
}
.staff-ranking-list li a .staff-list__user__brand, .staff-ranking-list li a .staff-list__user__shop {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
  color: #808080;
  white-space: normal;
  word-break: break-all
}
@media screen and (max-width: 767px) {
  .staff-ranking-list li a .staff-list__user__brand, .staff-ranking-list li a .staff-list__user__shop {
    font-size: 10px;
    margin-bottom: 2px
  }
}
.staff-list__rank-photo {
  display: block;
  position: relative;
  line-height: 0
}
.staff-list__rank-photo img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 50%
}
.icon-user-best .staff-list__rank-photo i {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 4px;
  background: #E1A300
}
.icon-user-best .staff-list__rank-photo i img {
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #fff inset
}
@media screen and (max-width: 767px) {
  .icon-user-best .staff-list__rank-photo i {
    padding: 3px
  }
  .icon-user-best .staff-list__rank-photo i img {
    border: 3px solid #fff
  }
}
.icon-user-best .staff-list__rank-photo::before {
  content: " ";
  display: block;
  width: 33px;
  height: 27px;
  background: url(/static/docs/c/pages/cp-staffboard/images/icon_best_23_20.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 3px;
  right: 5px;
  z-index: 3
}
@media screen and (max-width: 767px) {
  .icon-user-best .staff-list__rank-photo::before {
    width: 23px;
    height: 20px
  }
}
.icon-user-external .staff-list__rank-photo i {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 4px;
  background: linear-gradient(to right, #FFE193 0%, #D35C75 55%, #D35C75 100%)
}
.icon-user-external .staff-list__rank-photo i img {
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #fff inset
}
@media screen and (max-width: 767px) {
  .icon-user-external .staff-list__rank-photo i {
    padding: 3px
  }
  .icon-user-external .staff-list__rank-photo i img {
    border: 3px solid #fff
  }
}
.staff-list__rank {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 10;
  color: #fff !important;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
  line-height: 1;
  border-radius: 50%;
  background: #676767
}
@media screen and (max-width: 767px) {
  .staff-list__rank {
    top: 3px;
    left: 5px;
    font-size: 10px;
    font-weight: 700;
    width: 20px;
    height: 20px
  }
}
.staff-ranking-list li:nth-of-type(1) .staff-list__rank {
  background: #e5bc3f
}
.staff-ranking-list li:nth-of-type(2) .staff-list__rank {
  background: #bababa
}
.staff-ranking-list li:nth-of-type(3) .staff-list__rank {
  background: #c58857
}
.staffboard-insta-banner {
  text-align: center;
  padding: 10px 0 40px;
  background: #F9F9F9;
  line-height: 0
}
@media screen and (min-width: 768px) {
  .staffboard-insta-banner img {
    max-width: 500px
  }
}
@media screen and (max-width: 767px) {
  .staffboard-insta-banner {
    padding: 20px 20px 10px;
    background: #EBEBEB
  }
}
#staffboard-brandtop {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  background: #F9F9F9;
  margin-bottom: 60px;
  margin-top: 100px;
  padding: 60px 0 50px
}
#staffboard-brandtop * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#staffboard-brandtop img {
  max-width: 100%;
  height: auto
}
@media screen and (max-width: 767px) {
  #staffboard-brandtop {
    font-family: sans-serif;
    padding: 35px 0 15px;
    margin-top: 30px
  }
}
@media screen and (min-width: 768px) {
  #staffboard-brandtop {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', 'Lucida Grande', Verdana, sans-serif
  }
  #staffboard-brandtop a {
    transition: 0.3s ease
  }
  #staffboard-brandtop a:hover {
    opacity: 0.7
  }
  #staffboard-brandtop a:hover img {
    opacity: 1
  }
}
@media screen and (min-width: 768px) {
  .staffboard-brandtop__inner {
    margin: 0 auto;
    width: 1000px
  }
  .staffboard-brandtop__inner .staffboard-box-line {
    width: 1200px;
    margin-left: -100px;
    margin-right: -100px
  }
}