﻿/* article-detail */
.article-detail {
  border-bottom: 2px solid gray;
}

.ss-article-box {
  margin-bottom: 20px;
}
.ss-article-box .ss-boxtype-list li {
  padding: 10px;
}

.ss-article-box .boxtype-3-list {
  display: flex;
}
.ss-article-box .boxtype-3-list > li {
  width: 50%;
}
.ss-article-box .boxtype-4-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ss-article-box .boxtype-4-list > li {
  width: 50%;
}


.ss-article-box .content-area-title h2 {
  line-height: 1.1;
  margin: 0;
}

.ss-article-box .content-area-image {
  width: 100%;
}
.ss-article-box .content-area-image img {
  max-width: 500px;
  max-height: 500px;
}
.ss-article-mobile .ss-article-box .content-area-image img {
  max-width: 100%;
}


.ss-article-box .content-area-description .ss-font-size-x-small {
  font-size: 60%;
}
.ss-article-box .content-area-description .ss-font-size-small {
  font-size: 80%;
}
.ss-article-box .content-area-description .ss-font-size-large {
  font-size: 120%;
}
.ss-article-box .content-area-description .ss-font-size-x-large {
  font-size: 140%;
}

.ss-article-box .content-area-product .ss-content-product-img img {
  max-width: 500px;
  max-height: 500px;
}
.ss-article-mobile .ss-article-box .content-area-product .ss-content-product-img img {
  max-width: 100%;
}
.ss-article-box .content-area-product .ss-content-product-info .ss-product-price {
  font-weight: 600;
}

.ss-article-box .content-area-coordinate {
  width: 100%;
}
.ss-article-box .content-area-coordinate .ss-content-coordinate-img {
  margin-bottom: 15px;
}
.ss-article-box .content-area-coordinate .ss-content-coordinate-img img {
  max-width: 500px;
  max-height: 500px;
}
.ss-article-mobile .ss-article-box .content-area-coordinate .ss-content-coordinate-img img {
  max-width: 100%;
}
.ss-article-box .content-area-coordinate .ss-content-user-info-list {
  display: flex;
}
.ss-article-box .content-area-coordinate .ss-content-user-image {
  width: 80px;
  margin-right: 15px;
}
.ss-article-box .content-area-coordinate .ss-content-user-image img {
  width: 100%;
  border-radius: 50%;
}
.ss-article-box .content-area-coordinate .ss-content-user-meta {
  font-size: 13px;
}
.ss-article-box .content-area-coordinate .ss-content-user-meta .ss-content-user-name {
  color: gray;
  font-size: 12px;
}
.ss-article-box .content-area-coordinate .ss-content-coordinate-info .ss-content-user-info-list li {
  padding: 0;
  margin-bottom: 3px;
}

.ss-article-box .content-area-link a {
  display: inline-block;
  text-decoration: underline;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ss-article-box .content-area-link a:hover .ss-content-link-ogp-box {
  opacity: .6;
}
.ss-article-box .content-area-link .ss-content-link-ogp-box {
  max-width: 500px;
  max-height: 500px;
  border: 1px solid gray;
  padding: 10px;
}
.ss-article-mobile .ss-article-box .content-area-link .ss-content-link-ogp-box {
  max-width: 100%;
  border: 1px solid gray;
  padding: 10px;
}
.ss-article-box .content-area-link .ss-content-link-ogp-box .ss-ogp-img-box {
  max-height: 500px;
  margin-bottom: 10px;
}
.ss-article-box .content-area-link .ss-content-link-ogp-box .ss-ogp-text-box .ss-link-title {
  margin-bottom: 10px;
  font-weight: 600;
}
.ss-article-box .content-area-link .ss-content-link-ogp-box .ss-ogp-text-box .ss-link-description {
  margin-bottom: 8px;
}
.ss-article-box .boxtype-1-list .content-area-link .ss-content-link-movie iframe,
.ss-article-box .boxtype-2-list .content-area-link .ss-content-link-movie iframe {
  max-width: 100%;
  max-height: 100%;
}
.ss-article-box .boxtype-3-list .content-area-link .ss-content-link-movie,
.ss-article-box .boxtype-4-list .content-area-link .ss-content-link-movie,
.ss-article-mobile .ss-article-box .boxtype-1-list .content-area-link .ss-content-link-movie,
.ss-article-mobile .ss-article-box .boxtype-2-list .content-area-link .ss-content-link-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
.ss-article-box .boxtype-3-list .content-area-link .ss-content-link-movie iframe,
.ss-article-box .boxtype-4-list .content-area-link .ss-content-link-movie iframe,
.ss-article-mobile .ss-article-box .boxtype-1-list .content-area-link .ss-content-link-movie iframe,
.ss-article-mobile .ss-article-box .boxtype-2-list .content-area-link .ss-content-link-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article-detail-keyword .keyword-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.article-detail-keyword .keyword-tag-item {
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #959595;
  border-radius: 3px;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
}
/* article-info */
.article-info {
  margin-bottom: 50px;
}
.article-info .article-info--date {
  margin-bottom: 10px;
}
.article-info .article-info--title {
  line-height: 1;
  margin: 0;
}

.article-info-staff {
  display: flex;
  margin-bottom: 30px;
}

.article-info-staff-mobile {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.article-info-staff--img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  flex: 0 0 80px;
}

.article-info-staff--img img {
  width: 100%;
}

.article-info-staff--description {
  margin-left: 15px;
}

.article-info-staff--shop {
  font-size: 14px;
}
.article-info-staff--label {
  font-size: 14px;
}

.article-info-staff--name {
  /* color: gray; */
  /* font-size: 13px; */
  margin-top: 5px;
}
/* article-list */
.article-list .card-list-frame {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
}

.article-list .article-item {
  margin-left: 0;
  margin-right: 25px;
  flex-basis: 180px;
  text-align: center;
  margin-bottom: 40px;
}

.article-list .article-item-mobile {
  margin-left: 0;
  margin-right: 25px;
  width: calc(50% - 25px / 2);
  text-align: center;
  margin-bottom: 40px;
}

.article-list .article-item:nth-of-type(4n) {
  margin-right: 0;
}

.article-list .article-item-mobile:nth-of-type(2n) {
  margin-right: 0;
}

.article-list .article-item .article-item--main-img figure {
  margin: 0;
}

.article-list .article-item .article-item--main-img figure,
.article-list .article-item .article-item--main-img img {
  width: 180px;
}

.article-list .article-item-mobile .article-item--main-img figure {
  margin: 0;
}

.article-list .article-item-mobile .article-item--main-img figure,
.article-list .article-item-mobile .article-item--main-img img {
  width: 100%;
}

.article-list .article-item--articletitle {
  margin-top: 5px;
  /* font-size: 16px; */
  /* max-width: 180px; */
  /* height: 38px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article-list .article-item-mobile .article-item--articletitle {
  max-width: 100%;
}

.article-list .article-item--description {
  margin-top: 10px;
  display: flex;
  text-align: left;
  align-items: center;
}
.article-list .article-item-mobile .article-item--description {
  justify-content: center;
}

.article-list .article-item--description--staff-icon {
  max-width: 100%;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  flex: 0 0 50px;
}

.article-list .article-item--description--staff-icon img {
  max-width: 100%;
}

.article-list .article-item--info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.article-list .article-item--info--shopname,
.article-list .article-item--info--blandname {
  font-size: 13px;
}
.article-list .article-item--info--staffname {
  color: gray;
  font-size: 12px;
}
.article-list .article-item--info--releasedate {
  font-size: 13px;
  text-align: right;
  margin-top: 5px;
}

.article-list .see-more-btn-block {
  text-align: center;
  margin: 30px auto 30px auto;
}

.article-list .see-more-btn {
  border-radius: 50px;
  padding: 24px 150px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}
.article-list .see-more-btn-mobile {
  border-radius: 50px;
  padding: 24px 70px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.article-list .see-more-btn:hover {
  text-decoration: none;
  color: #999;
}
/* article-list__detail */
.article-list__detail .card-list-frame {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
}

.article-list__detail .article-item {
  margin-left: 0;
  margin-right: 25px;
  flex-basis: 180px;
  text-align: center;
  margin-bottom: 40px;
}

.article-list__detail .article-item-mobile {
  margin-left: 0;
  margin-right: 25px;
  width: calc(50% - 25px / 2);
  text-align: center;
  margin-bottom: 40px;
}

.article-list__detail .article-item:nth-of-type(4n) {
  margin-right: 0;
}

.article-list__detail .article-item-mobile:nth-of-type(2n) {
  margin-right: 0;
}

.article-list__detail .article-item .article-item--main-img figure {
  margin: 0;
}

.article-list__detail .article-item .article-item--main-img figure,
.article-list__detail .article-item .article-item--main-img img {
  width: 180px;
}

.article-list__detail .article-item-mobile .article-item--main-img figure {
  margin: 0;
}

.article-list__detail .article-item-mobile .article-item--main-img figure,
.article-list__detail .article-item-mobile .article-item--main-img img {
  width: 100%;
}

.article-list__detail .article-item--articletitle {
  margin-top: 5px;
  /* font-size: 16px; */
  max-width: 180px;
  height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article-list__detail .article-item-mobile .article-item--articletitle {
  max-width: 100%;
}

.article-list__detail .article-item--description {
  margin-top: 10px;
  display: flex;
  text-align: left;
  align-items: center;
}
.article-list__detail .article-item-mobile .article-item--description {
  justify-content: center;
}

.article-list__detail .article-item--description--staff-icon {
  max-width: 100%;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  flex: 0 0 50px;
}

.article-list__detail .article-item--description--staff-icon img {
  max-width: 100%;
}

.article-list__detail .article-item--info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.article-list__detail .article-item--info--shopname,
.article-list__detail .article-item--info--blandname {
  font-size: 13px;
}
.article-list__detail .article-item--info--staffname {
  color: gray;
  font-size: 12px;
}
.article-list__detail .article-item--info--releasedate {
  font-size: 13px;
  text-align: right;
  margin-top: 5px;
}

.article-list__detail .see-more-btn-block {
  text-align: center;
  margin: 30px auto 30px auto;
}

.article-list__detail .see-more-btn {
  border-radius: 50px;
  padding: 24px 150px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}
.article-list__detail .see-more-btn-mobile {
  border-radius: 50px;
  padding: 24px 70px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.article-list__detail .see-more-btn:hover {
  text-decoration: none;
  color: #999;
}
/* applicable-count */
.applicable-count-item-number-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border: 5px solid #f2f3f5;
  padding: 20px 15px 15px;
}

.applicable-count-item-number-box dt,
.applicable-count-item-number-box dd {
  font-weight: bold;
}

.applicable-count-item-number-box span {
  margin: 0 3px 0 0;
  font-size: 30px;
}

.applicable-count-item-number-box-mobile {
  font-size: 10px;
}

.applicable-count-item-number-box-mobile .count {
  /* font-weight: bold; */
  font-size: 14px;
}
/* brand-select */
.brand-select .brand-select-list {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
}

/*
.brand-select .brand-select-list .brand-select-item {
  cursor: pointer;
  width: calc(20% - 8px);
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #959595;
  border-radius: 3px; 
  font-size: 12px;
  display: block;
  padding: 5px 10px;
}
*/
.brand-select .brand-select-list .brand-select-item {
  cursor: pointer;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #959595;
  border-radius: 3px;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
}

.brand-select .brand-select-list .brand-select-item.brand-select-item__selected {
  background-color: #dfdfdf;
}

/*
.brand-select .brand-select-list .brand-select-item:not(:nth-child(5n)){
  margin-right: 10px;
}
*/

.brand-select .brand-select-frame-sp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-select .brand-select-frame-sp .brand-search-btn {
  display: block;
  /* font-family: Noto Sans Japanese, sans-serif; */
  font-size: 12px;
  margin: 0.5em 0;
  width: 150px;
  height: 40px;
  background-color: #d7443f;
  border: 1px solid #d7443f;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  line-height: 40px;
  text-align: center;
}
.brand-select .brand-select-frame-sp .brand-select-pulldown {
  display: block;
  width: 150px;
  height: 40px;
  padding: 5px 10px;
  margin-right: 15px;
  background-color: #fff;
  border: 1px solid #959595;
  border-radius: 3px;
  font-size: 12px;
}
/* bread-crumb */
.block-bread-crumb-frame {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.bread-crumb-list {
  display: flex;
}
.bread-crumb-item a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.bread-crumb-item a {
  white-space: nowrap;
  text-decoration: none;
  font-size: 11px;
  margin: 0 0.5em 0 0.9em;
}

.bread-crumb-item:not(:first-child) span::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px #000 solid;
    border-right: 1px #000 solid;
    transform: rotate(45deg);
    transform-origin: center;
    margin-right: 15px;
}
/* popular-keyword-tags */
.popular-keyword {
  display: flex;
}

.popular-keyword-mobile {
  display: flex;
  flex-direction: column;
}

.popular-keyword-label-block {
  width: 200px;
  display: flex;
  align-items: start;
}
.popular-keyword-label-block img {
  width: 18px;
  height: 29px;
}

.popular-keyword-label-block-mobile {
  width: 170px;
  margin-bottom: 10px;
  display: flex;
  align-items: start;
}

.popular-keyword-label-block-mobile img {
  width: 11px;
  height: 17.7px;
}

.popular-keyword-label {
  margin-left: 10px;
  font-size: 15px;
}

.popular-keyword-tags-block {
  float: left;
}

.popular-keyword-tags-block p {
  margin-top: 7px;
}

.popular-keyword-tags-block ul {
  margin-top: -3px;
}

.popular-keyword-tags-block li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #959595;
  border-radius: 3px;
  font-size: 12px;
  display: block;
  cursor: pointer;
}

.popular-keyword-tags-block li:hover {
  color: inherit;
  text-decoration: inherit;
  opacity: 0.6;
}

.popular-keyword-tags-block li span {
  padding: 5px 10px;
  display: block;
}
/* sort-select */
.sort-selectbox {
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  -ms-appearance: none;
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px 0 10px;
  border: 1px solid #999;
  position: relative;
  zoom: 1;
  cursor: pointer;
  /* font-family: Noto Sans Japanese, sans-serif; */
}

.sort-selectbox-mobile {
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  -ms-appearance: none;
  position: unset;
  line-height: 17px;
  padding-bottom: 3px;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: 11.52px;
  box-sizing: content-box;
  padding: 0 20px 0 30px;
  text-align: center;
  min-width: 80px;
  font-weight: 400;
  color: #757575;
  /* font-family: Noto Sans Japanese, sans-serif; */
}

.sort-selectbox-mobile:focus {
  outline: none;
  border: none;
}
/* age */
.search-condition-age .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-age .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-age .menubox-item {
  padding: 0.4em 0;
}

.search-condition-age .menubox-item label {
  margin: 0 0 3px 5px;
  cursor: pointer;
}

.search-condition-age .menubox-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f3f4f5;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  position: relative;
  vertical-align: -6px;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 3px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.search-condition-age .menubox-item input[type="radio"]:checked {
  background-color: #242429;
}

.search-condition-age .menubox-item input[type="radio"]:checked:after {
  -webkit-backface-visibility: hidden;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: calc(3px - 50%);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-image: url(../img/check_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.search-condition-age .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-age .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-age .label-mobile__open::before {
  transform: rotate(180deg);
}
.search-condition-age .label-mobile__open::after {
  transform: rotate(0deg);
}

.search-condition-age .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-age .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-age .slide-enter-to,
.search-condition-age .slide-leave {
  max-height: 500px;
  overflow: hidden;
}

.search-condition-age .slide-enter,
.search-condition-age .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* brand-single */
.search-condition-brand-single .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-brand-single .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-brand-single .menubox-item {
  padding: 0.4em 0;
}

.search-condition-brand-single .menubox-item label {
  margin: 0 0 3px 5px;
  cursor: pointer;
}

.search-condition-brand-single .menubox-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f3f4f5;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  position: relative;
  vertical-align: -6px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}

.search-condition-brand-single .menubox-item input[type="radio"]:checked {
  background-color: #242429;
}

.search-condition-brand-single .menubox-item input[type="radio"]:checked:after {
  -webkit-backface-visibility: hidden;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: calc(3px - 50%);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-image: url(../img/check_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.search-condition-brand-single .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-brand-single .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-brand-single .label-mobile--open::before {
  transform: rotate(180deg);
}
.search-condition-brand-single .label-mobile--open::after {
  transform: rotate(0deg);
}

.search-condition-brand-single .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-brand-single .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-brand-single .slide-enter-to,
.search-condition-brand-single .slide-leave {
  max-height: 500px;
  overflow: hidden;
}

.search-condition-brand-single .slide-enter,
.search-condition-brand-single .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* brand */
.search-condition-brand .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-brand .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-brand .menubox-item {
  padding: 0.4em 0;
}

.search-condition-brand .menubox-item label {
  margin: 0 0 3px 5px;
  cursor: pointer;
}

.search-condition-brand .menubox-item input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f3f4f5;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  position: relative;
  vertical-align: -6px;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}

.search-condition-brand .menubox-item input[type="checkbox"]:checked {
  background-color: #242429;
}

.search-condition-brand .menubox-item input[type="checkbox"]:checked::after {
  -webkit-backface-visibility: hidden;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: calc(3px - 50%);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-image: url(../img/check_white.png);
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.search-condition-brand .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-brand .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-brand .label-mobile--open::before {
  transform: rotate(180deg);
}
.search-condition-brand .label-mobile--open::after {
  transform: rotate(0deg);
}

.search-condition-brand .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-brand .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-brand .slide-enter-to,
.search-condition-brand .slide-leave {
  max-height: 500px;
  overflow: hidden;
}

.search-condition-brand .slide-enter,
.search-condition-brand .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* category */
.search-condition-category .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-category .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-category .second-layer {
  margin: 6px 0 0;
  background-color: #f2f3f5;
}

.search-condition-category .menubox-item,
.search-condition-category .menubox-item-mobile {
  padding: 0.4em 0;
}

.search-condition-category .menubox-item label {
  margin: 0 0 3px 5px;
  cursor: pointer;
}

.search-condition-category .menubox-item input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f3f4f5;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  position: relative;
  vertical-align: -6px;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  
}
.search-condition-category .second-layer .menubox-item input[type="checkbox"] {
  background: #fff;
}

.search-condition-category .second-layer .menubox-item label {
  color: #000;
}

.search-condition-category .menubox-item input[type="checkbox"]:checked {
  background-color: #242429;
}

.search-condition-category .menubox-item input[type="checkbox"]:checked::after {
  -webkit-backface-visibility: hidden;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: calc(3px - 50%);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-image: url(../img/check_white.png);
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.search-condition-category .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-category .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-category .label-mobile--open::before {
  transform: rotate(180deg);
}
.search-condition-category .label-mobile--open::after {
  transform: rotate(0deg);
}

.search-condition-category .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-category .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-category .slide-enter-to,
.search-condition-category .slide-leave {
  max-height: 500px;
  overflow: hidden;
}

.search-condition-category .slide-enter,
.search-condition-category .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* eyelid */
.search-condition-eyelid .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-eyelid .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-eyelid .menubox-item {
  padding: 0.4em 0;
}

.search-condition-eyelid .menubox-item label {
  margin: 0 0 3px 5px;
  cursor: pointer;
}

.search-condition-eyelid .menubox-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f3f4f5;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  position: relative;
  vertical-align: -6px;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 3px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.search-condition-eyelid .menubox-item input[type="radio"]:checked {
  background-color: #242429;
}

.search-condition-eyelid .menubox-item input[type="radio"]:checked:after {
  -webkit-backface-visibility: hidden;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: calc(3px - 50%);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-image: url(../img/check_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.search-condition-eyelid .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-eyelid .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-eyelid .label-mobile--open::before {
  transform: rotate(180deg);
}
.search-condition-eyelid .label-mobile--open::after {
  transform: rotate(0deg);
}

.search-condition-eyelid .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-eyelid .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-eyelid .slide-enter-to,
.search-condition-eyelid .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.search-condition-eyelid .slide-enter,
.search-condition-eyelid .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* gender */
.search-condition-gender .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-gender .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-gender .menubox-item {
  padding: 0.4em 0;
}

.search-condition-gender .menubox-item label {
  margin: 0 0 3px 5px;
  cursor: pointer;
}

.search-condition-gender .menubox-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f3f4f5;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  position: relative;
  vertical-align: -6px;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 3px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.search-condition-gender .menubox-item input[type="radio"]:checked {
  background-color: #242429;
}

.search-condition-gender .menubox-item input[type="radio"]:checked:after {
  -webkit-backface-visibility: hidden;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: calc(3px - 50%);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-image: url(../img/check_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.search-condition-gender .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-gender .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-gender .label-mobile--open::before {
  transform: rotate(180deg);
}
.search-condition-gender .label-mobile--open::after {
  transform: rotate(0deg);
}

.search-condition-gender .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-gender .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-gender .slide-enter-to,
.search-condition-gender .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.search-condition-gender .slide-enter,
.search-condition-gender .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* face_type */
.search-condition-face_type .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-face_type .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-face_type .menubox-item {
  padding: 0.4em 0;
}

.search-condition-face_type .menubox-item label {
  margin: 0 0 3px 5px;
  cursor: pointer;
}

.search-condition-face_type .menubox-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f3f4f5;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  position: relative;
  vertical-align: -6px;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 3px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.search-condition-face_type .menubox-item input[type="radio"]:checked {
  background-color: #242429;
}

.search-condition-face_type .menubox-item input[type="radio"]:checked:after {
  -webkit-backface-visibility: hidden;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: calc(3px - 50%);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-image: url(../img/check_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.search-condition-face_type .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-face_type .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-face_type .label-mobile--open::before {
  transform: rotate(180deg);
}
.search-condition-face_type .label-mobile--open::after {
  transform: rotate(0deg);
}

.search-condition-face_type .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-face_type .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-face_type .slide-enter-to,
.search-condition-face_type .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.search-condition-face_type .slide-enter,
.search-condition-face_type .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* genre */
.search-condition-genre .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-genre .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-genre .menubox-item {
  padding: 0.4em 0;
}

.search-condition-genre .menubox-item label {
  margin: 0 0 3px 5px;
  cursor: pointer;
}

.search-condition-genre .menubox-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f3f4f5;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  position: relative;
  vertical-align: -6px;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 3px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.search-condition-genre .menubox-item input[type="radio"]:checked {
  background-color: #242429;
}

.search-condition-genre .menubox-item input[type="radio"]:checked:after {
  -webkit-backface-visibility: hidden;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: calc(3px - 50%);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-image: url(../img/check_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.search-condition-genre .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-genre .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-genre .label-mobile--open::before {
  transform: rotate(180deg);
}
.search-condition-genre .label-mobile--open::after {
  transform: rotate(0deg);
}

.search-condition-genre .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-genre .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-genre .slide-enter-to,
.search-condition-genre .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.search-condition-genre .slide-enter,
.search-condition-genre .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* release-date */
.search-condition-release-date .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-release-date input {
  border: none;
  outline: none;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 24px;
}

.search-condition-release-date .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}
.search-condition-release-date input,
.search-condition-release-date input:focus {
  border: none;
  /* font-family: Noto Sans Japanese, sans-serif; */
}

.search-condition-release-date .select-month {
  border-radius: 5px;
  height: 28px;
  padding-left: 0.3em;
  border: 1px solid #999;
  padding-right: 10px;
  padding-left: 10px;
}

.search-condition-release-date .select-month-mobile {
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  padding-left: 0.3em;
  border: 1px solid #999;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  margin-top: 5px;
}

.search-condition-release-date .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-release-date .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-release-date .label-mobile--open::before {
  transform: rotate(180deg);
}
.search-condition-release-date .label-mobile--open::after {
  transform: rotate(0deg);
}

.search-condition-release-date .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-release-date .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-release-date .slide-enter-to,
.search-condition-release-date .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.search-condition-release-date .slide-enter,
.search-condition-release-date .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* selected-tag */
.selected-tag.selected-tag-mobile {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.selected-tag-label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.selected-tag-label-mobile {
  font-size: 14px;
  min-width: 100px;
  padding-bottom: 0;
  line-height: 50px;
  font-weight: 200;
}

.selected-tag-tag {
  float: left;
  border: 1px solid #959595;
  border-radius: 3px;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
}

.selected-tag .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.selected-tag .close-btn {
  cursor: pointer;
}
/* shop */
.search-condition-shop .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-shop .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-shop select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  /* font-family: Noto Sans Japanese, sans-serif; */
}

.search-condition-shop .select-area {
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px 0 10px;
  border: 1px solid #999;
  position: relative;
  zoom: 1;
  cursor: pointer;
  margin-top: 5px;
}

.search-condition-shop .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-shop .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-shop .label-mobile__open::before {
  transform: rotate(180deg);
}
.search-condition-shop .label-mobile__open::after {
  transform: rotate(0deg);
}

.search-condition-shop .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-shop .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-shop .slide-enter-to,
.search-condition-shop .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.search-condition-shop .slide-enter,
.search-condition-shop .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* skin-color */
.search-condition-skin-color .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-skin-color .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-skin-color .menubox-item {
  padding: 0.4em 0;
}

.search-condition-skin-color .menubox-item label {
  margin: 0 0 3px 5px;
  cursor: pointer;
}

.search-condition-skin-color .menubox-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f3f4f5;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  position: relative;
  vertical-align: -6px;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 3px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.search-condition-skin-color .menubox-item input[type="radio"]:checked {
  background-color: #242429;
}

.search-condition-skin-color .menubox-item input[type="radio"]:checked:after {
  -webkit-backface-visibility: hidden;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: calc(3px - 50%);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-image: url(../img/check_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.search-condition-skin-color .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-skin-color .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-skin-color .label-mobile--open::before {
  transform: rotate(180deg);
}
.search-condition-skin-color .label-mobile--open::after {
  transform: rotate(0deg);
}

.search-condition-skin-color .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-skin-color .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-skin-color .slide-enter-to,
.search-condition-skin-color .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.search-condition-skin-color .slide-enter,
.search-condition-skin-color .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* skin-type */
.search-condition-skin-type .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-skin-type .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-skin-type .menubox-item {
  padding: 0.4em 0;
}

.search-condition-skin-type .menubox-item label {
  margin: 0 0 3px 5px;
  cursor: pointer;
}

.search-condition-skin-type .menubox-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f3f4f5;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  position: relative;
  vertical-align: -6px;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 3px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.search-condition-skin-type .menubox-item input[type="radio"]:checked {
  background-color: #242429;
}

.search-condition-skin-type .menubox-item input[type="radio"]:checked:after {
  -webkit-backface-visibility: hidden;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: calc(3px - 50%);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-image: url(../img/check_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.search-condition-skin-type .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-skin-type .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-skin-type .label-mobile--open::before {
  transform: rotate(180deg);
}
.search-condition-skin-type .label-mobile--open::after {
  transform: rotate(0deg);
}

.search-condition-skin-type .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-skin-type .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-skin-type .slide-enter-to,
.search-condition-skin-type .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.search-condition-skin-type .slide-enter,
.search-condition-skin-type .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* staff */
.search-condition-staff .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-staff .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-staff select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  /* font-family: Noto Sans Japanese, sans-serif; */
}

.search-condition-staff .select-area {
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px 0 10px;
  border: 1px solid #999;
  position: relative;
  zoom: 1;
  cursor: pointer;
  margin-top: 5px;
}

.search-condition-staff .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-staff .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-staff .label-mobile__open::before {
  transform: rotate(180deg);
}
.search-condition-staff .label-mobile__open::after {
  transform: rotate(0deg);
}

.search-condition-staff .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-staff .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-staff .slide-enter-to,
.search-condition-staff .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.search-condition-staff .slide-enter,
.search-condition-staff .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* stature */
.search-condition-stature .label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.6em;
}

.search-condition-stature .label-mobile {
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 0.6em;
  position: relative;
  border-bottom: 1px solid #eee;
}

.search-condition-stature .menubox-item {
  padding: 0.4em 0;
}

.search-condition-stature .menubox-item label {
  margin: 0 0 3px 5px;
  cursor: pointer;
}

.search-condition-stature .menubox-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #f3f4f5;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  position: relative;
  vertical-align: -6px;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 3px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.search-condition-stature .menubox-item input[type="radio"]:checked {
  background-color: #242429;
}

.search-condition-stature .menubox-item input[type="radio"]:checked:after {
  -webkit-backface-visibility: hidden;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: calc(3px - 50%);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-image: url(../img/check_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.search-condition-stature .label-mobile::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
}
.search-condition-stature .label-mobile::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 16px;
  height: 1px;
  right: 10px;
  top: 50%;
  margin: -1px -8px;
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(270deg);
}
.search-condition-stature .label-mobile__open::before {
  transform: rotate(180deg);
}
.search-condition-stature .label-mobile__open::after {
  transform: rotate(0deg);
}

.search-condition-stature .slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.search-condition-stature .slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-condition-stature .slide-enter-to,
.search-condition-stature .slide-leave {
  max-height: 500px;
  overflow: hidden;
}

.search-condition-stature .slide-enter,
.search-condition-stature .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
/* coordinate-detail-info */
.coordinate-detail-date {
  margin-bottom: 15px;
}

.coordinate-detail-comment {
  margin-bottom: 10px;
}

.coordinate-detail-comment p {
  white-space: pre-wrap;
}

.coordinate-detail-link {
  margin-bottom: 30px;
}

.coordinate-detail-link a {
  position: relative;
  padding-left: 15px;
  border-bottom: 1px #6b95c4 solid;
  color: #6b95c4;
  font-size: 13px;
}

.coordinate-detail-link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px #6b95c4 solid;
  border-top: 1px #6b95c4 solid;
  transform: rotate(45deg);
  left: 0;
  top: 10px;
  margin-top: -3px;
  color: #6b95c4;
}

.coordinate-detail-keyword {
  margin-bottom: 10px;
}

.coordinate-detail-keyword .keyword-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.coordinate-detail-keyword .keyword-tag-item {
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #959595;
  border-radius: 3px;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
}
/* coordinate-viewer */
.coordinate-detail-img-frame {
  width: 500px;
  margin-right: 30px;
}

.coordinate-detail-img-frame-mobile {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.coordinate-detail-img-main {
  width: 100%;
  margin-bottom: 20px;
}

.coordinate-detail-img-main img {
  width: 100%;
}

.coordinate-detail-img-list {
  display: flex;
  flex-wrap: wrap;
}

.coordinate-detail-img-item {
  width: calc(100% / 10 - 36px / 10);
  margin-bottom: 5px;
  cursor: pointer;
}

.coordinate-detail-img-item-mobile {
  width: calc(100% / 6 - 30px / 6);
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}

.coordinate-detail-img-item:not(:nth-child(5n)) {
  margin-right: 10px;
}

.coordinate-detail-img-item-mobile:not(:nth-child(6n)) {
  margin-right: 6px;
}

.coordinate-detail-img-item img,
.coordinate-detail-img-item-mobile img {
  width: 100%;
  height: auto;
}
/* coordinate-wear-items */
.coordinate-detail-wear-items {
  padding-top: 20px;
  border-top: 1px #e0e0e0 solid;
}

.coordinate-detail-wear-items--title {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 25px;
}

.coordinate-detail-wear-list {
  display: flex;
  flex-wrap: wrap;
}

.coordinate-detail-wear-item {
  width: calc(100% / 3 - 58px / 3);
  margin-bottom: 30px;
}

.coordinate-detail-wear-item-mobile {
  width: calc(100% / 2 - 25px / 2);
  margin-bottom: 30px;
}

.coordinate-detail-wear-item:not(:nth-child(3n)) {
  margin-right: 29px;
}

.coordinate-detail-wear-item-mobile:not(:nth-child(2n)) {
  margin-right: 25px;
}

.coordinate-detail-wear-item img {
  width: 100%;
  margin-bottom: 8px;
}

.coordinate-detail-wear-item-mobile img {
  width: 100%;
  margin-bottom: 8px;
}

.coordinate-detail-wear-item--price .selling-price {
  font-size: 13.44px;
  font-weight: 700;
}
/* staff-coordinate-list */
.staff-coordinate-list-frame {
  padding: 0 10px;
  margin-bottom: 30px;
}

.staff-coordinate-list-frame-mobile {
  padding: 0 10px;
  margin-bottom: 30px;
}

.staff-coordinate-list-title {
  font-size: 26px;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}

.staff-coordinate-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
}

.staff-coordinate-list .coordinate-item {
  width: calc(20% - 125px / 5);
  margin-bottom: 40px;
}

.staff-coordinate-list .coordinate-item-mobile {
  width: calc(50% - 25px / 2);
  margin-bottom: 15px;
}

.staff-coordinate-list .coordinate-item:not(:nth-of-type(5n)) {
  margin-right: 25px;
}

.staff-coordinate-list .coordinate-item-mobile:not(:nth-of-type(2n)) {
  margin-right: 25px;
}

.staff-coordinate-list .coordinate-item--main-img {
  width: 100%;
}

.staff-coordinate-list .coordinate-item--main-img img {
  width: 100%;
}
.staff-coordinate-list .coordinate-item--main-img figure {
  margin: 0;
}

.staff-coordinate-list .coordinate-item--description {
  margin-top: 10px;
  display: flex;
  text-align: left;
  /* align-items: center; */
}

.staff-coordinate-list .coordinate-item--description--staff-icon {
  max-width: 100%;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  flex: 0 0 50px;
}

.staff-coordinate-list .coordinate-item--description--staff-icon img {
  width: 100%;
}

.staff-coordinate-list .coordinate-item--info {
  margin-left: 10px;
}

.staff-coordinate-list .coordinate-item--info--blandname {
  font-size: 13.44px;
}

.staff-coordinate-list .coordinate-item--info--staffname {
  font-size: 13.44px;
  font-weight: 600;
}

.staff-coordinate-list .coordinate-item--info--stature {
  color: gray;
  font-size: 12px;
}

.staff-coordinate-list .coordinate-button-frame {
  display: flex;
  justify-content: center;
}

.staff-coordinate-list .coordinate-button-seemore {
  border-radius: 50px;
  padding: 24px 150px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.staff-coordinate-list .coordinate-button-seemore-mobile {
  border-radius: 50px;
  padding: 24px 70px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}
/* staff-coordinate-list-cosme */
.staff-coordinate-list .coordinate-item-cosme {
  margin-left: 0;
  margin-right: 50px;
  flex-basis: calc(50% - 50px / 2);
  text-align: center;
  margin-bottom: 40px;
}

.staff-coordinate-list .coordinate-item-cosme-mobile {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  width: calc(100% - 30px);
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.staff-coordinate-list .coordinate-item-cosme:nth-of-type(2n) {
  margin-right: 0;
}

.staff-coordinate-list .coordinate-item-cosme.coordinate-item__small:nth-of-type(2n) {
  margin-right: 0;
}

.staff-coordinate-list .coordinate-item-cosme--frame {
  margin-top: 10px;
  display: flex;
  text-align: left;
}

.staff-coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--frame {
  display: flex;
  text-align: left;
  flex-direction: column;
}

.staff-coordinate-list .coordinate-item-cosme--frame-description {
  margin-top: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.staff-coordinate-list .coordinate-item-cosme--frame-img {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.staff-coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--frame-img {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.staff-coordinate-list .coordinate-item-cosme .coordinate-item-cosme--main-img figure {
  margin: 0;
}

.staff-coordinate-list .coordinate-item-cosme .coordinate-item-cosme--main-img figure,
.staff-coordinate-list .coordinate-item-cosme .coordinate-item-cosme--main-img img {
  width: 140px;
}

.staff-coordinate-list .coordinate-item-cosme.coordinate-item__small .coordinate-item-cosme--main-img figure,
.staff-coordinate-list .coordinate-item-cosme.coordinate-item__small .coordinate-item-cosme--main-img img {
  width: 140px;
}

.staff-coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--main-img figure {
  margin: 0;
}

.staff-coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--main-img figure,
.staff-coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--main-img img {
  width: 140px;
}

.staff-coordinate-list .coordinate-item-cosme--imginfo {
  margin-left: 10px;
}

.staff-coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--imginfo {
  display: flex;
  flex-direction: column;
}

.staff-coordinate-list .coordinate-item-cosme--imginfo--labelname,
.staff-coordinate-list .coordinate-item-cosme--imginfo--goodsname {
  margin-bottom: 12px;
}

.staff-coordinate-list .coordinate-item-cosme--description {
  margin-top: 10px;
  display: flex;
  text-align: left;
}

.staff-coordinate-list .coordinate-item-cosme--description--staff-icon {
  max-width: 100%;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  flex: 0 0 50px;
}

.staff-coordinate-list .coordinate-item-cosme--description--staff-icon img {
  max-width: 100%;
}

.staff-coordinate-list .coordinate-item-cosme--info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.staff-coordinate-list .coordinate-item-cosme--info--staffname {
  font-size: 13.44px;
  font-weight: 600;
  margin: 5px 0;
}
.staff-coordinate-list .coordinate-item-cosme--info--skin-type,
.staff-coordinate-list .coordinate-item-cosme--info--skin-color,
.staff-coordinate-list .coordinate-item-cosme--info--eyelid {
  color: gray;
  font-size: 12px;
}

.staff-coordinate-list .coordinate-item-cosme--tags {
  margin-top: 10px;
}

.staff-coordinate-list .coordinate-item-cosme--tags .keyword-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.staff-coordinate-list .coordinate-item-cosme--tags .keyword-tag-item {
  background-color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #959595;
  border-radius: 2px;
  font-size: 11px;
  display: block;
  padding: 2px 5px;
}

.staff-coordinate-list .coordinate-item-cosme--description-comment {
  margin-top: 10px;
  text-align: left;
}

.staff-coordinate-list .coordinate-item-cosme--description-comment--date {
  color: gray;
}

.staff-coordinate-list .coordinate-item-cosme--description-comment--comment {
  max-width: 245px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.staff-coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--description-comment--comment {
  max-width: calc(100% - 20px);
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* staff-simple-info-view */
.coordinate-detail-staff-info-view {
  display: flex;
  margin-bottom: 30px;
}

.coordinate-detail-staff-info-view-mobile {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.coordinate-detail-staff-info-view--img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  flex: 0 0 80px;
}

.coordinate-detail-staff-info-view--img img {
  width: 100%;
}

.coordinate-detail-staff-info-view--description {
  margin-left: 15px;
}

.coordinate-detail-staff-info-view--shop {
  font-size: 14px;
}

.coordinate-detail-staff-info-view--name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 5px;
}

.coordinate-detail-staff-info-view--height {
  font-size: 15px;
}
/* coordinate-list */
.coordinate-list .card-list-frame {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
}

.coordinate-list .coordinate-item {
  margin-left: 0;
  margin-right: 25px;
  flex-basis: 180px;
  text-align: center;
  margin-bottom: 40px;
}

.coordinate-list .coordinate-item-mobile {
  margin-left: 0;
  margin-right: 25px;
  width: calc(50% - 25px / 2);
  text-align: center;
  margin-bottom: 40px;
}

.coordinate-list .coordinate-item:nth-of-type(4n) {
  margin-right: 0;
}

.coordinate-list .coordinate-item-mobile:nth-of-type(2n) {
  margin-right: 0;
}

.coordinate-list .coordinate-item.coordinate-item__small {
  flex-basis: 140px;
}

.coordinate-list .coordinate-item.coordinate-item__small:nth-of-type(4n) {
  margin-right: 25px;
}

.coordinate-list .coordinate-item.coordinate-item__small:nth-of-type(5n) {
  margin-right: 0;
}

.coordinate-list .coordinate-item .coordinate-item--main-img figure {
  margin: 0;
}

.coordinate-list .coordinate-item .coordinate-item--main-img figure,
.coordinate-list .coordinate-item .coordinate-item--main-img img {
  width: 180px;
}

.coordinate-list .coordinate-item.coordinate-item__small .coordinate-item--main-img figure,
.coordinate-list .coordinate-item.coordinate-item__small .coordinate-item--main-img img {
  width: 140px;
}

.coordinate-list .coordinate-item-mobile .coordinate-item--main-img figure {
  margin: 0;
}

.coordinate-list .coordinate-item-mobile .coordinate-item--main-img figure,
.coordinate-list .coordinate-item-mobile .coordinate-item--main-img img {
  width: 100%;
}

.coordinate-list .coordinate-item--description {
  margin-top: 10px;
  display: flex;
  text-align: left;
  align-items: center;
}

.coordinate-list .coordinate-item--description--staff-icon {
  max-width: 100%;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  flex: 0 0 50px;
}

.coordinate-list .coordinate-item--description--staff-icon img {
  max-width: 100%;
}

.coordinate-list .coordinate-item--info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.coordinate-list .coordinate-item--info--blandname {
  font-size: 13.44px;
}
.coordinate-list .coordinate-item--info--staffname {
  font-size: 13.44px;
  font-weight: 600;
}
.coordinate-list .coordinate-item--info--stature {
  color: gray;
  font-size: 12px;
}

.coordinate-list .coordinate-item--description-comment {
  text-align: left;
}

.coordinate-list .coordinate-item--description-comment--date {
  color: gray;
}

.coordinate-list .coordinate-item--description-comment--comment {
  max-width: 200px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.coordinate-list .see-more-btn-block {
  text-align: center;
  margin: 10px auto 30px auto;
}

.coordinate-list .see-more-btn {
  border-radius: 50px;
  padding: 24px 150px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.coordinate-list .see-more-btn-mobile {
  border-radius: 50px;
  padding: 24px 70px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.coordinate-list .see-more-btn:hover {
  text-decoration: none;
  color: #999;
}
/* coordinate-list-cosme */
.coordinate-list .coordinate-item-cosme {
  margin-left: 0;
  margin-right: 25px;
  flex-basis: 385px;
  text-align: center;
  margin-bottom: 40px;
}

.coordinate-list .coordinate-item-cosme-mobile {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  width: calc(100% - 30px);
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.coordinate-list .coordinate-item-cosme:nth-of-type(2n) {
  margin-right: 0;
}

.coordinate-list .coordinate-item-cosme.coordinate-item__small {
  flex-basis: calc(50% - 50px / 2);
  margin-right: 50px;
}

.coordinate-list .coordinate-item-cosme.coordinate-item__small:nth-of-type(2n) {
  margin-right: 0;
}

.coordinate-list .coordinate-item-cosme--frame {
  margin-top: 10px;
  display: flex;
  text-align: left;
}

.coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--frame {
  display: flex;
  text-align: left;
  flex-direction: column;
}

.coordinate-list .coordinate-item-cosme--frame-description {
  margin-top: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.coordinate-list .coordinate-item-cosme--frame-img {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--frame-img {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.coordinate-list .coordinate-item-cosme .coordinate-item-cosme--main-img figure {
  margin: 0;
}

.coordinate-list .coordinate-item-cosme .coordinate-item-cosme--main-img figure,
.coordinate-list .coordinate-item-cosme .coordinate-item-cosme--main-img img {
  width: 140px;
}

.coordinate-list .coordinate-item-cosme.coordinate-item__small .coordinate-item-cosme--main-img figure,
.coordinate-list .coordinate-item-cosme.coordinate-item__small .coordinate-item-cosme--main-img img {
  width: 140px;
}

.coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--main-img figure {
  margin: 0;
}

.coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--main-img figure,
.coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--main-img img {
  width: 140px;
}

.coordinate-list .coordinate-item-cosme--imginfo {
  margin-left: 10px;
}

.coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--imginfo {
  display: flex;
  flex-direction: column;
}

.coordinate-list .coordinate-item-cosme--imginfo--labelname,
.coordinate-list .coordinate-item-cosme--imginfo--goodsname {
  margin-bottom: 12px;
}

.coordinate-list .coordinate-item-cosme--description {
  margin-top: 10px;
  display: flex;
  text-align: left;
}

.coordinate-list .coordinate-item-cosme--description--staff-icon {
  max-width: 100%;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  flex: 0 0 50px;
}

.coordinate-list .coordinate-item-cosme--description--staff-icon img {
  max-width: 100%;
}

.coordinate-list .coordinate-item-cosme--info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.coordinate-list .coordinate-item-cosme--info--staffname {
  font-size: 13.44px;
  font-weight: 600;
  margin: 5px 0;
}
.coordinate-list .coordinate-item-cosme--info--skin-type,
.coordinate-list .coordinate-item-cosme--info--skin-color,
.coordinate-list .coordinate-item-cosme--info--eyelid {
  color: gray;
  font-size: 12px;
}

.coordinate-list .coordinate-item-cosme--tags {
  margin-top: 10px;
}

.coordinate-list .coordinate-item-cosme--tags .keyword-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.coordinate-list .coordinate-item-cosme--tags .keyword-tag-item {
  background-color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #959595;
  border-radius: 2px;
  font-size: 11px;
  display: block;
  padding: 2px 5px;
}

.coordinate-list .coordinate-item-cosme--description-comment {
  margin-top: 10px;
  text-align: left;
}

.coordinate-list .coordinate-item-cosme--description-comment--date {
  color: gray;
}

.coordinate-list .coordinate-item-cosme--description-comment--comment {
  max-width: 245px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.coordinate-list .coordinate-item-cosme-mobile .coordinate-item-cosme--description-comment--comment {
  max-width: calc(100% - 20px);
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* shop-detail-coordinatelist */
.shop-detail-coordinatelist .card-list-frame {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 0.5s;
}

.shop-detail-coordinatelist .coordinate-item {
  margin-left: 0;
  margin-right: 50px;
  width: calc(25% - 75px / 4);
  flex-basis: 180px;
  text-align: center;
  margin-bottom: 40px;
}

.shop-detail-coordinatelist .coordinate-item-mobile {
  margin-left: 0;
  margin-right: 10px;
  width: calc(50% - 25px / 2);
  text-align: center;
  margin-bottom: 40px;
}

.shop-detail-coordinatelist .coordinate-item:nth-of-type(4n) {
  margin-right: 0;
}

.shop-detail-coordinatelist .coordinate-item-mobile:nth-of-type(2n) {
  margin-right: 0;
}

.shop-detail-coordinatelist .coordinate-item.coordinate-item__small {
  flex-basis: 140px;
}

.shop-detail-coordinatelist .coordinate-item.coordinate-item__small:nth-of-type(4n) {
  margin-right: 25px;
}

.shop-detail-coordinatelist .coordinate-item.coordinate-item__small:nth-of-type(5n) {
  margin-right: 0;
}

.shop-detail-coordinatelist .coordinate-item .coordinate-item--main-img figure {
  margin: 0;
}

.shop-detail-coordinatelist .coordinate-item .coordinate-item--main-img figure,
.shop-detail-coordinatelist .coordinate-item .coordinate-item--main-img img {
  width: 180px;
}

.shop-detail-coordinatelist .coordinate-item.coordinate-item__small .coordinate-item--main-img figure,
.shop-detail-coordinatelist .coordinate-item.coordinate-item__small .coordinate-item--main-img img {
  width: 140px;
}

.shop-detail-coordinatelist .coordinate-item-mobile .coordinate-item--main-img figure {
  margin: 0;
}

.shop-detail-coordinatelist .coordinate-item-mobile .coordinate-item--main-img figure,
.shop-detail-coordinatelist .coordinate-item-mobile .coordinate-item--main-img img {
  width: 100%;
}

.shop-detail-coordinatelist .coordinate-item--description {
  margin-top: 10px;
  display: flex;
  text-align: left;
  align-items: center;
}

.shop-detail-coordinatelist .coordinate-item--description--staff-icon {
  max-width: 100%;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  flex: 0 0 50px;
}

.shop-detail-coordinatelist .coordinate-item--description--staff-icon img {
  max-width: 100%;
}

.shop-detail-coordinatelist .coordinate-item--info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.shop-detail-coordinatelist .coordinate-item--info--blandname {
  font-size: 13.44px;
}
.shop-detail-coordinatelist .coordinate-item--info--staffname {
  font-size: 13.44px;
  font-weight: 600;
}
.shop-detail-coordinatelist .coordinate-item--info--stature {
  color: gray;
  font-size: 12px;
}

.shop-detail-coordinatelist .coordinate-item--description-comment {
  text-align: left;
}

.shop-detail-coordinatelist .coordinate-item--description-comment--date {
  color: gray;
}

.shop-detail-coordinatelist .coordinate-item--description-comment--comment {
  max-width: 200px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.shop-detail-coordinatelist .see-more-btn-block {
  text-align: center;
  margin: 30px auto 30px auto;
}

.shop-detail-coordinatelist .see-more-btn {
  border-radius: 50px;
  padding: 24px 150px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: auto;
}

.shop-detail-coordinatelist .see-more-btn-mobile {
  border-radius: 50px;
  padding: 24px 70px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.shop-detail-coordinatelist .see-more-btn:hover {
  text-decoration: none;
  color: #999;
}
/* shop-detail-coordinatelist-cosme */
.shop-detail-coordinatelist .coordinate-item-cosme {
  margin-left: 0;
  margin-right: 50px;
  flex-basis: calc(50% - 50px / 2);
  text-align: center;
  margin-bottom: 40px;
}

.shop-detail-coordinatelist .coordinate-item-cosme-mobile {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  width: calc(100% - 30px);
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.shop-detail-coordinatelist .coordinate-item-cosme:nth-of-type(2n) {
  margin-right: 0;
}

.shop-detail-coordinatelist .coordinate-item-cosme.coordinate-item__small {
  flex-basis: 385px;
}

.shop-detail-coordinatelist .coordinate-item-cosme.coordinate-item__small:nth-of-type(2n) {
  margin-right: 0;
}

.shop-detail-coordinatelist .coordinate-item-cosme--frame {
  margin-top: 10px;
  display: flex;
  text-align: left;
}

.shop-detail-coordinatelist .coordinate-item-cosme-mobile .coordinate-item-cosme--frame {
  display: flex;
  text-align: left;
  flex-direction: column;
}

.shop-detail-coordinatelist .coordinate-item-cosme--frame-description {
  margin-top: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.shop-detail-coordinatelist .coordinate-item-cosme--frame-img {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.shop-detail-coordinatelist .coordinate-item-cosme-mobile .coordinate-item-cosme--frame-img {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.shop-detail-coordinatelist .coordinate-item-cosme .coordinate-item-cosme--main-img figure {
  margin: 0;
}

.shop-detail-coordinatelist .coordinate-item-cosme .coordinate-item-cosme--main-img figure,
.shop-detail-coordinatelist .coordinate-item-cosme .coordinate-item-cosme--main-img img {
  width: 140px;
}

.shop-detail-coordinatelist .coordinate-item-cosme.coordinate-item__small .coordinate-item-cosme--main-img figure,
.shop-detail-coordinatelist .coordinate-item-cosme.coordinate-item__small .coordinate-item-cosme--main-img img {
  width: 140px;
}

.shop-detail-coordinatelist .coordinate-item-cosme-mobile .coordinate-item-cosme--main-img figure {
  margin: 0;
}

.shop-detail-coordinatelist .coordinate-item-cosme-mobile .coordinate-item-cosme--main-img figure,
.shop-detail-coordinatelist .coordinate-item-cosme-mobile .coordinate-item-cosme--main-img img {
  width: 140px;
}

.shop-detail-coordinatelist .coordinate-item-cosme--imginfo {
  margin-left: 10px;
}

.shop-detail-coordinatelist .coordinate-item-cosme-mobile .coordinate-item-cosme--imginfo {
  display: flex;
  flex-direction: column;
}

.shop-detail-coordinatelist .coordinate-item-cosme--imginfo--labelname,
.shop-detail-coordinatelist .coordinate-item-cosme--imginfo--goodsname {
  margin-bottom: 12px;
}

.shop-detail-coordinatelist .coordinate-item-cosme--description {
  margin-top: 10px;
  display: flex;
  text-align: left;
}

.shop-detail-coordinatelist .coordinate-item-cosme--description--staff-icon {
  max-width: 100%;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  flex: 0 0 50px;
}

.shop-detail-coordinatelist .coordinate-item-cosme--description--staff-icon img {
  max-width: 100%;
}

.shop-detail-coordinatelist .coordinate-item-cosme--info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.shop-detail-coordinatelist .coordinate-item-cosme--info--staffname {
  font-size: 13.44px;
  font-weight: 600;
  margin: 5px 0;
}
.shop-detail-coordinatelist .coordinate-item-cosme--info--skin-type,
.shop-detail-coordinatelist .coordinate-item-cosme--info--skin-color,
.shop-detail-coordinatelist .coordinate-item-cosme--info--eyelid {
  color: gray;
  font-size: 12px;
}

.shop-detail-coordinatelist .coordinate-item-cosme--tags {
  margin-top: 10px;
}

.shop-detail-coordinatelist .coordinate-item-cosme--tags .keyword-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.shop-detail-coordinatelist .coordinate-item-cosme--tags .keyword-tag-item {
  background-color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #959595;
  border-radius: 2px;
  font-size: 11px;
  display: block;
  padding: 2px 5px;
}

.shop-detail-coordinatelist .coordinate-item-cosme--description-comment {
  margin-top: 10px;
  text-align: left;
}

.shop-detail-coordinatelist .coordinate-item-cosme--description-comment--date {
  color: gray;
}

.shop-detail-coordinatelist .coordinate-item-cosme--description-comment--comment {
  max-width: 245px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.shop-detail-coordinatelist .coordinate-item-cosme-mobile .coordinate-item-cosme--description-comment--comment {
  max-width: calc(100% - 20px);
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* shop-detail-info */
.shop-detail-info-frame {
  width: 800px;
  margin: 0 auto 30px;
}

.shop-detail-info-frame-mobile {
  width: 100%;
  margin: 0 auto 30px;
}

.shop-detail-info--container-mobile {
  padding: 0 20px;
}


.shop-detail-info--top-area {
  display: flex;
  margin-bottom: 25px;
}

.shop-detail-info--top-area-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.shop-detail-info--shop-img {
  width: 300px;
  height: 300px;
  margin-right: 50px;
}

.shop-detail-info--shop-img-mobile {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.shop-detail-info--shop-img img,
.shop-detail-info--shop-img-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-detail-info--info {
  padding-top: 20px;
  text-align: left;
}

.shop-detail-info--info-mobile {
  padding-top: 20px;
  text-align: left;
  width: 80%;
}

.shop-detail-info--info--shop-name {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
  color: #242429;
}

.shop-detail-info--info--label {
  font-size: 15px;
  margin-bottom: 30px;
  color: #242429;
}

.shop-detail-info--info--zip {
  font-size: 15px;
  color: #242429;
}

.shop-detail-info--info--address {
  font-size: 15px;
  margin-bottom: 10px;
  color: #242429;
}

.shop-detail-info--info--tel {
  font-size: 15px;
  color: #242429;
}

.shop-detail-info--info--business_hour {
  font-size: 15px;
  color: #242429;
}

.shop-detail-info--info--shop_holiday {
  font-size: 15px;
  color: #242429;
}

.shop-detail-info--description {
  font-size: 13px;
  line-height: 1.5;
}

.shop-detail-info--description-mobile {
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
}
/* shop-detail-stafflist */
.shop-detail-stafflist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 0.5s;
}

.shop-detail-stafflist .staff-item {
  width: calc(20% - 100px / 5);
  margin-bottom: 40px;
}

.shop-detail-stafflist .staff-item-mobile {
  width: calc(50% - 25px / 2);
  margin-bottom: 40px;
}

.shop-detail-stafflist .staff-item:not(:nth-child(5n)) {
  margin-right: 10px;
}

.shop-detail-stafflist .staff-item-mobile:not(:nth-child(2n)) {
  margin-right: 25px;
}

.shop-detail-stafflist .staff-item--inner {
  display: flex;
  text-align: left;
  align-items: center;
  flex-direction: column;
}

.shop-detail-stafflist .staff-item--staff-icon {
  max-width: 100%;
  width: 140px;
  height: 140px;
  margin-bottom: 15px;
  border-radius: 70px;
  overflow: hidden;
  flex: 0 0 140px;
  flex-basis: auto;
}

.shop-detail-stafflist .staff-item--staff-icon img {
  width: 100%;
}

.shop-detail-stafflist .staff-item--info {
  text-align: center;
}

.shop-detail-stafflist .staff-item--info--bland {
  font-size: 13.44px;
}

.shop-detail-stafflist .staff-item--info--shop {
  font-size: 13.44px;
}

.shop-detail-stafflist .staff-item--info--stature {
  color: gray;
  font-size: 12px;
}

.shop-detail-stafflist .staff-item--info--staffname {
  font-size: 13.44px;
  font-weight: 600;
}

.shop-detail-stafflist-block-see-more-btn {
  text-align: center;
  margin: 30px auto 30px auto;
}

.shop-detail-stafflist-see-more-btn {
  border-radius: 50px;
  padding: 24px 150px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.shop-detail-stafflist-see-more-btn-mobile {
  border-radius: 50px;
  padding: 24px 70px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.shop-detail-stafflist-see-more-btn:hover,
.shop-detail-stafflist-see-more-btn-mobile:hover {
  text-decoration: none;
  color: #999;
}
/* shop-list */
.shop-list .card-list-frame {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.shop-list .card-list-frame .shop-item {
  position: relative;
  display: flex;
  border: 1px solid #959595;
  width: calc(50% - 5px);
  padding: 20px;
  margin-bottom: 10px;
}
.shop-list .card-list-frame .shop-item-mobile {
  position: relative;
  display: flex;
  border: 1px solid #959595;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
}
.shop-list .card-list-frame .shop-item--img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
}
.shop-list .card-list-frame .shop-item--img figure {
  margin: 0;
}

.shop-list .card-list-frame .shop-item--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-list .card-list-frame .shop-item:not(:nth-child(2n)) {
  margin-right: 10px;
}

.shop-list .card-list-frame .shop-item--info {
  width: 63%;
  text-align: left;
}

.shop-list .card-list-frame .shop-item--info--name {
  font-size: 14px;
  font-weight: 600;
}

.shop-list .card-list-frame .shop-item--info--label {
  font-size: 13px;
  margin-bottom: 20px;
}

.shop-list .card-list-frame .shop-item--info--postal-code {
  font-size: 13px;
}

.shop-list .card-list-frame .shop-item--info--address {
  font-size: 13px;
  margin-bottom: 10px;
}

.shop-list .card-list-frame .shop-item--info--phone {
  font-size: 13px;
}

.shop-list .card-list-frame .shop-item--info--hours {
  font-size: 13px;
}

.shop-list .card-list-frame .shop-item--arrow {
  position: absolute;
  top: 48%;
  right: 13px;
  border-top: solid 2px #959595;
  border-right: solid 2px #959595;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
}

.shop-list .see-more-btn-block {
  text-align: center;
  margin: 30px auto 30px auto;
}

.shop-list .see-more-btn {
  border-radius: 50px;
  padding: 24px 150px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.shop-list .see-more-btn-mobile {
  border-radius: 50px;
  padding: 24px 70px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.shop-list .see-more-btn:hover {
  text-decoration: none;
  color: #999;
}
/* staff-simple-info */
.coordinate-detail-staff-info {
  display: flex;
  margin-bottom: 30px;
}

.coordinate-detail-staff-info-sub {
  display: flex;
}

.coordinate-detail-staff-info-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}

.coordinate-detail-staff-info--img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  flex: 0 0 80px;
}

.coordinate-detail-staff-info--img-mobile {
  width: 160px;
  height: fit-content;
  border-radius: 80px;
  overflow: hidden;
  margin: 10px auto;
}

.coordinate-detail-staff-info--img img,
.coordinate-detail-staff-info--img-mobile img {
  width: 100%;
  vertical-align: middle;
}

.coordinate-detail-staff-info--description {
  margin-left: 15px;
  padding-right: 50px;
  min-width: fit-content;
}

.coordinate-detail-staff-info--description-mobile {
  margin-left: 15px;
  /* min-width: fit-content; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coordinate-detail-staff-info--name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  /* margin-bottom: 5px; */
}

.coordinate-detail-staff-info--shop {
  /* color: gray; */
  font-size: 15px;
}
.coordinate-detail-staff-info--height {
  color: gray;
  font-size: 14px;
  line-height: 2;
}
.coordinate-detail-staff-info--age {
  color: gray;
  font-size: 14px;
  line-height: 2;
}
.coordinate-detail-staff-info--skin-type {
  color: gray;
  font-size: 14px;
  line-height: 2;
}
.coordinate-detail-staff-info--skin-color {
  color: gray;
  font-size: 14px;
  line-height: 2;
}
.coordinate-detail-staff-info--eyelid {
  color: gray;
  font-size: 14px;
  line-height: 2;
}
.coordinate-detail-staff-info--name-mobile {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.coordinate-detail-staff-info--shop-mobile {
  /* color: gray; */
  font-size: 12px;
}
.coordinate-detail-staff-info--height-mobile {
  color: gray;
  font-size: 12px;
}
.coordinate-detail-staff-info--age-mobile {
  color: gray;
  font-size: 12px;
}
.coordinate-detail-staff-info--skin-type-mobile {
  color: gray;
  font-size: 12px;
}
.coordinate-detail-staff-info--skin-color-mobile {
  color: gray;
  font-size: 12px;
}
.coordinate-detail-staff-info--eyelid-mobile {
  color: gray;
  font-size: 12px;
}
.coordinate-detail-staff-info--profile {
  word-break: break-all;
  white-space: pre-line;
  line-height: 1.5;
}
/* staff-list */
.staff-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
}

.staff-list .staff-item {
  width: calc(25% - 75px / 4);
  margin-bottom: 40px;
}

.staff-list .staff-item-mobile {
  width: calc(50% - 25px / 2);
  margin-bottom: 40px;
}

.staff-list .staff-item:not(:nth-child(4n)) {
  margin-right: 25px;
}

.staff-list .staff-item-mobile:not(:nth-child(2n)) {
  margin-right: 25px;
}

.staff-list .staff-item--inner {
  display: flex;
  text-align: left;
  align-items: center;
  flex-direction: column;
}

.staff-list .staff-item--staff-icon {
  max-width: 100%;
  width: 140px;
  height: 140px;
  margin-bottom: 15px;
  border-radius: 70px;
  overflow: hidden;
  flex: 0 0 140px;
  flex-basis: auto;
}

.staff-list .staff-item--staff-icon img {
  width: 100%;
}

.staff-list .staff-item--info {
  text-align: center;
}

.staff-list .staff-item--info--bland {
  font-size: 13.44px;
}

.staff-list .staff-item--info--shop {
  font-size: 13.44px;
}

.staff-list .staff-item--info--stature {
  color: gray;
  font-size: 12px;
}

.staff-list .staff-item--info--staffname {
  font-size: 13.44px;
  font-weight: 600;
}

.staff-list-block-see-more-btn {
  text-align: center;
  margin: 30px auto 30px auto;
}

.staff-list-see-more-btn {
    width: 264px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    display: block;
    background: #004263 url(../../..//img/usr/btn_arrow_w.png) 92% center no-repeat;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    /* border-radius: 60px; */
    letter-spacing: 0.2em;
    transition: 0.5s;
}

.staff-list-see-more-btn-mobile {
  border-radius: 50px;
  padding: 24px 70px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.staff-list-see-more-btn:hover,
.staff-list-see-more-btn-mobile:hover {
  text-decoration: none;
  color: #999;
}
/* assessment */
.assessment .assessment-title {
  padding-right: 15px;
  font-weight: 600;
}
.assessment .assessment-score {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
}
.assessment .assessment-score div:first-child,
.assessment .assessment-score div:last-child {
  width: 20%;
  font-size: 11px;
}
.assessment .assessment-score-box {
  flex-grow: 1;
  flex-shrink: 1;
  height: 13px;
  margin-right: 5px;
  border: solid 1px #959595;
}
.assessment .assessment-score-box.assessment-score-box__active {
  background-color: #c5c3c3;
}


.assessment.assessment--wide {
  display: flex;
}
.assessment.assessment--wide .assessment-title {
  width: 30%;
}
/* staff-review-info */
.staff-review-detail-staff-info {
  width: 494px;
  margin-bottom: 30px;
}

.staff-review-detail-staff-info-mobile {
  width: 100%;
  margin-left: 0;
}

.staff-review-detail-date {
  margin-bottom: 15px;
}

.staff-review-detail-staff-info--img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  flex: 0 0 80px;
}

.staff-review-detail-staff-info--img img {
  width: 100%;
}

.staff-review-detail-staff-info--info {
  display: flex;
  margin-bottom: 30px;
}

.staff-review-detail-staff-info--description {
  margin-left: 15px;
}

.staff-review-detail-staff-info--shop {
  font-size: 14px;
  margin-bottom: 3px;
}

.staff-review-detail-staff-info--label {
  font-size: 14px;
  margin-bottom: 3px;
}

.staff-review-detail-staff-info--name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}

.staff-review-detail-staff-info--height {
  font-size: 15px;
}

.staff-review-detail-staff-info--title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.staff-review-detail-keyword .keyword-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.staff-review-detail-keyword .keyword-tag-item {
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #959595;
  /* border-radius: 3px; */
  font-size: 12px;
  display: block;
  /* padding: 5px 10px; */
  line-height: 32px;
  padding: 0 15px;
  border-radius: 30px;
}


.staff-review-detail-staff-info--comment {
  margin-bottom: 30px;
}
/* staff-review-sub-products */
.staff-review-detail-sub-products {
  padding-top: 20px;
}

.staff-review-detail-sub-products-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all .5s;
}

.staff-review-detail-sub-product {
  width: calc(25% - 75px/3);
  padding: 12px;
  margin-bottom: 40px;
  border: solid 1px #959595;
}

.staff-review-detail-sub-product-mobile {
  width: calc(50% - 10px/2);
  padding: 12px;
  margin-bottom: 15px;
  border: solid 1px #959595;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.staff-review-detail-sub-product:not(:nth-of-type(4n)) {
  margin-right: 25px;
}

.staff-review-detail-sub-product-mobile:not(:nth-child(2n)) {
  margin-right: 10px;
}

.staff-review-detail-sub-product img {
  width: 100%;
  margin: 0 auto 15px;
}
.staff-review-detail-sub-product-mobile a {
  width: 100%;
}
.staff-review-detail-sub-product-mobile img {
  width: 100%;
  margin: 0 auto 15px;
}

.staff-review-detail-sub-products--despcription {
  margin-bottom: 15px;
}

.staff-review-detail-sub-products--label {
  font-size: 14px;
  margin-bottom: 3px;
}

.staff-review-detail-sub-products--name {
  font-size: 14px;
  margin-bottom: 3px;
}


.staff-review-detail-sub-products--price .selling-price {
  font-size: 14px;
  font-weight: 700;
}

.staff-review-detail-sub-products-item--see-btn {
  display: flex;
  justify-content: center;
  color: #fff;
}

.staff-review-detail-sub-products-item--see-btn a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  border: solid 1px #c54f00;
  background-color: #f60;
}
/* staff-review-viewer */
.staff-review-detail-img-frame {
  width: 500px;
  margin-right: 30px;
}

.staff-review-detail-img-frame-mobile {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.staff-review-detail-img-main {
  width: 100%;
  margin-bottom: 20px;
}

.staff-review-detail-img-main img {
  width: 100%;
}

.staff-review-detail-img-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.staff-review-detail-img-item {
  width: calc(100% / 5 - 40px / 5);
  margin-bottom: 5px;
  cursor: pointer;
}

.staff-review-detail-img-item-mobile {
  width: calc(100% / 6 - 30px / 6);
  margin-bottom: 5px;
  cursor: pointer;
}

.staff-review-detail-img-item:not(:nth-child(5n)) {
  margin-right: 10px;
}

.staff-review-detail-img-item-mobile:not(:nth-child(6n)) {
  margin-right: 6px;
}

.staff-review-detail-img-item img,
.staff-review-detail-img-item-mobile img {
  width: 100%;
  height: auto;
}

.staff-review-detail-img-description--label {
  margin-bottom: 5px;
}

.staff-review-detail-img-description--name {
  margin-bottom: 5px;
}

.staff-review-detail-img-description--price {
  margin-bottom: 10px;
}
.staff-review-detail-img-description--price .selling-price {
  font-weight: 700;
}

.staff-review-detail-img-description--see-btn {
  display: flex;
  justify-content: center;
}

.staff-review-detail-img-description--see-btn a {
  display: inline-block;
  padding: 8px 100px;
  color: #fff;
  border: solid 1px #c54f00;
  background-color: #f60;
}

.staff-review-detail-img-description--see-btn a:hover {
  opacity: .6;
  text-decoration: none;
}
/* staff-review-list */
.staff-review-list .card-list-frame {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
}

.staff-review-list .staff-review-item {
  width: calc(50% - 25px/2);
  padding: 15px;
  margin-bottom: 40px;
  border: 1px solid #959595;
}

.staff-review-list .staff-review-item-mobile {
  width: 100%;
  padding: 15px;
  margin-bottom: 40px;
  border: 1px solid #959595;
}

.staff-review-list .staff-review-item:not(:nth-child(2n)) {
  margin-right: 25px;
}

.staff-review-list .staff-review-item-mobile:not(:nth-child(2n)) {
  margin-right: 0;
}

.staff-review-list .staff-review-item--staff {
  /* margin-bottom: 15px; */
  display: flex;
  text-align: left;
  align-items: center;
}

.staff-review-list .staff-review-item--staff--staff-icon {
  max-width: 100%;
  width: 65px;
  height: 65px;
  /* margin-right: 20px; */
  border-radius: 50%;
  overflow: hidden;
}

.staff-review-list .staff-review-item--staff--staff-icon img {
  width: 100%;
}

.staff-review-list .staff-review-item--info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.staff-review-list .staff-review-item--info--shopname {
  font-size: 13.44px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.staff-review-list .staff-review-item--info--blandname {
  font-size: 13.44px;
}
.staff-review-list .staff-review-item--info--staffname {
  font-size: 13.44px;
  font-weight: 600;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.staff-review-list .staff-review-item--info--stature {
  color: gray;
  font-size: 12px;
}

.staff-review-list .staff-review-item--title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.staff-review-list .staff-review-item--tag--list {
  display: flex;
  flex-wrap: wrap;
}

.staff-review-list .staff-review-item--tag--item {
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #959595;
  border-radius: 3px;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
}

.staff-review-list .staff-review-item--comment {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.staff-review-list .staff-review-item--published {
  font-size: 12px;
  margin-bottom: 15px;
}

.staff-review-list .staff-review-item--assessment > div {
  margin-bottom: 10px;
}

.staff-review-list .staff-review-item--product {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.staff-review-list .staff-review-item--product--img {
  /* width: 30%; */
  margin-right: 10px;
}
.staff-review-list .staff-review-item--product--img img {
  width: 100%;
}
.staff-review-list .staff-review-item--product--info {
  /* width: calc(70% - 10px); */
}
.staff-review-list .staff-review-item--product--label {
  margin-bottom: 5px;
}
.staff-review-list .staff-review-item--product--name {
  margin-bottom: 5px;
  font-weight: bold;
}
.staff-review-list .staff-review-item--product--price {
  margin-bottom: 5px;
  /* font-weight: 600; */
}

.staff-review-list .staff-review-see-review-btn-block {
  display: flex;
  justify-content: center;
}
.staff-review-list .staff-review-see-review-btn-block a {
  display: inline-block;
  font-size: 12px;
  padding: 10px 85px;
  justify-content: center;
  color: #000;
  background-color: rgb(206, 206, 206);
  flex-wrap: wrap;
}

.staff-review-list .see-more-btn-block {
  text-align: center;
  margin: 15px auto 30px auto;
}
.staff-review-list .see-more-btn {
  border-radius: 50px;
  padding: 24px 150px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.staff-review-list .see-more-btn-mobile {
  border-radius: 50px;
  padding: 24px 70px;
  border: 1px solid #87e1e4;
  font-size: 15px;
  text-decoration: none;
  color: #494949;
  text-align: center;
  background: url(../img/arrow-right-dark.png) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: calc(100% - 20px);
  margin: 0 40px;
}

.staff-review-list .see-more-btn:hover {
  text-decoration: none;
  color: #999;
}


/*==============================
202411_StaffStart改修
==============================*/
/* leftmenu */
.staff-contents .staff-contents-block-left-menu-frame{
  margin-right: 56px;
}
.staff-contents .staff-contents-block-left-menu-frame .applicable-count-item-number-box{
  background: #f9f9f9;
  border: 1px solid #f5f5f5;
  padding: 25px 20px 20px;
  font-size: 14px;
  margin-bottom: 20px;
}
.staff-contents .staff-contents-block-left-menu-frame .applicable-count-item-number-box dd span{
  font-size: 28px;
}

.staff-contents .staff-contents-block-left-menu-frame .selected-tag-label,
.staff-contents .staff-contents-block-left-menu-frame .label{
  border-bottom:  1px solid #e5e5e5;
  padding-bottom: 7px;
  margin-bottom: 5px;
}
.staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox label{
  margin: 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox label input{
  margin-top: 7px;
}
 .staff-contents .staff-contents-block-left-menu-frame input[type="radio"] {
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.staff-contents .staff-contents-block-left-menu-frame input[type="checkbox"]{
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

}

.staff-contents .staff-contents-block-left-menu-frame input[type="radio"]:checked,
.staff-contents .staff-contents-block-left-menu-frame input[type="checkbox"]:checked{
  background-color: #004263;
}
.staff-contents .staff-contents-block-left-menu-frame input[type="radio"]:checked:before,
.staff-contents .staff-contents-block-left-menu-frame input[type="checkbox"]:checked:before{
  position: absolute;
  width: 5px;
  height: 9px;
  background: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.staff-contents .staff-contents-block-left-menu-frame input[type="radio"]:checked:after,
.staff-contents .staff-contents-block-left-menu-frame input[type="checkbox"]:checked:after{
  display: none;
}

.staff-contents .staff-contents-block-left-menu-frame span{
  font-size: 14px;
}

.staff-contents .staff-contents-block-left-menu-frame .left-menu-fix-button-search{
  background: #004263;
  border: none;
  height: 46px;
  border-radius: 30px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
.staff-contents .staff-contents-block-left-menu-frame .left-menu-fix-button-reset{
  background: none;
  border: none;
  height: 1em;
  text-decoration: underline;
  text-align: right;
}

/* 店舗 */
.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-area-accordion div,
.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-area-accordion label span{
  display: block;
  padding: 7px 0;
}
.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-pref-name{
  margin-left: 10px;
}

.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list{
  margin-left: 20px;
}

.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-area-name,
.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-pref-name{
  position: relative;
}
.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-area-name::before,
.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-pref-name::before{
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #444;
  right: 0;
  top: 50%;
}
.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-area-name::after,
.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-pref-name::after{
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #444;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-area-name.is-open::after,
.staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-pref-name.is-open::after{
  display: none;
}

/* mainframe */
.staff-contents .staff-contents-mainframe,
.staff-contents .staff-contents-mainframe > div{
  width: 795px;
}
.staff-contents .staff-contents-mainframe .pane-block--title{
  font-size: 28px;
  margin-bottom: 65px;
  font-weight: bold;
  text-align: center;
}
.staff-contents h1.staff-contents-content-title{
  font-size: 40px;
  margin-bottom: 28px;
}
.staff-contents .staff-contents-block-coordinate-top-area > div:first-child{
  width: auto;
}
.staff-contents .staff-contents-block-coordinate-top-area > div:first-child .sort-selectbox{
  width: 154px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  position: relative;
}
.staff-contents .staff-contents-block-coordinate-top-area > div:first-child .sort-selectbox{
  width: auto;
  min-width: 154px;
  height: auto;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  position: relative;
  padding: 9px 30px 9px 10px;
}
/* .staff-contents .staff-contents-block-coordinate-top-area > div:first-child .sort-selectbox:focus{
  background-color: #f0f0f0;
  border: none;
  border-radius: 0;
} */

/* キーワードタグ */
.staff-contents .staff-contents-keyword{
  margin-left: 48px;
  width: 100%;
}
.staff-contents .popular-keyword{
  flex-direction: column;
}
.staff-contents .popular-keyword .popular-keyword-label-block{
  font-size: 12px;
  margin-bottom: 13px;
}
.staff-contents .popular-keyword .popular-keyword-tags-block{
  max-width: 594px;
}
.staff-contents .popular-keyword-tags-block ul li,
.staff-contents .staff-contents-container .coordinate-detail-keyword ul lI{
  padding: 0 16px;
  border-radius: 30px;
  line-height: 32px;
}
.staff-contents .popular-keyword-tags-block ul li span{
  padding: 0;
}

/* コンテンツリスト */
.staff-contents .card-list-frame{
  gap: 5px;
  width: 100%;
}
.staff-contents .coordinate-item,
.staff-contents .article-item{
  margin: 0;
  flex-basis: 180px;
}

.staff-contents figure,
.staff-contents img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.staff-contents a{
  width: 100%;
  height: 100%;
}

.staff-contents .coordinate-item--info .coordinate-item--info--shopname,
.staff-contents .coordinate-item--info .coordinate-item--info--staffname{
  font-size: 14px;
  /* margin-bottom: 9px; */
}
.staff-contents .coordinate-list .card-list-frame .coordinate-item--info--face_type{
  font-size: 12px;
}

.staff-contents .see-more-btn{
  width: 284px;
  padding: 19px 0;
  background-color: #004263;
  color: #fff;
  position: relative;
  border: none;
  letter-spacing: 0.2em;
}
.staff-contents .see-more-btn::before{
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  border-top: 1px solid #fff;
  right: 20px;
  top: 43%;
  rotate: 45deg;
}
.staff-contents .see-more-btn::after{
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 1px;
  border-top: 1px solid #fff;
  right: 20px;
  top: 50%;
}

/* まとめ記事 */
.staff-contents .article-item{
  text-align: left;
}
.staff-contents .article-item figure,
.staff-contents .article-item figure img{
  width: 180px;
  height: 120px;
  object-fit: contain;
  overflow: hidden;
}
.staff-contents .article-item .article-item--info--releasedate{
  text-align: left;
  margin: 11px 0;
}

/* スタッフレビュー */
.staff-contents .staff-review-item{
  width: 765px;
  margin: 0;
  padding: 15px;
  position: relative;
}
.staff-contents .staff-review-item--published{
  position: absolute;
  top: 20px;
  right: 20px;
}
.staff-contents .staff-review-item .staff-review-item--product{
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
}

.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img{
  min-width: 160px;
  min-height: 160px;
}

.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img a,
.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img a img{
  display: block;
  width: 160px;
  height: 160px;
}

.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--title{
  font-size: 14px;
}
.staff-contents .staff-review-item .staff-review-item--tag--list li{
  line-height: 32px;
  padding: 0 15px;
  border-radius: 30px;
  font-size: 12px;
}
.staff-contents .staff-review-item .staff-review-see-review-btn-block a{
  width: 200px;
  line-height: 46px;
  display: block;
  padding: 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 30px;
  font-size: 16px;
}
.staff-contents .staff-review-item-mobile .staff-review-see-review-btn-block a{
  width: 200px;
  line-height: 46px;
  display: block;
  padding: 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 30px;
  font-size: 16px;
}
.staff-contents.top .staff-review-item-mobile .staff-review-item--product{
  display: flex;
  align-items: flex-start;
}
.staff-contents.top .staff-review-item-mobile .staff-review-item-right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.staff-contents.top .staff-review-item-mobile .staff-review-item-right .staff-review-item--title{
  font-size: 14px;
}
.staff-contents.top .staff-review-item-mobile .staff-review-item--staff{
  width: 100%;
}

/* レビュースコア部分 */

.staff-contents .staff-review-item--assessment_cs{
  width: 100%;
  height: auto;
  padding: 20px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.staff-review-item--assessment_cs span:nth-of-type(odd){
  width: calc((100% - 20px) / 2);
  float: none;
  margin-top:0;
}
.staff-review-item--assessment_cs span:nth-of-type(even){
  width: calc((100% - 20px) / 2);
  float: none;
  margin-top:0;
}

.staff-contents .staff-review-item .assessment-title{
  font-size: 16px;
  margin-bottom: 10px;
}
.staff-contents .assessment-score{
  display: block;
}
.staff-contents .assessment-score .assessment-label{
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.staff-contents .assessment-score .assessment-label div{
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  width: auto;
}
.staff-contents .assessment-score .assessment-rank{
  width: 100% !important;
  height: 2px;
  background-color: #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staff-contents .assessment-score .assessment-rank .assessment-score-box{
  width: 6px;
  max-width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0;
  background-color: #e5e5e5;
  border: none;
}
.staff-contents .assessment-score .assessment-rank .assessment-score-box.assessment-score-box__active{
  width: 10px;
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0;
  background-color: #d24b1c;
}



/* 詳細画面 */
.staff-contents .staff-contents-container{
  width: 1080px;
}
.staff-contents .staff-contents-container .coordinate-detail-img-frame .coordinate-detail-img-main{
  width: 500px;
  height: 666px;
  margin-bottom: 15px;
}
.staff-contents .staff-contents-container .coordinate-detail-img-frame .coordinate-detail-img-main img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.staff-contents .staff-contents-container .coordinate-detail-img-frame .coordinate-detail-img-list li{
  width: 92px;
  height: 122px;
}
.staff-contents .staff-contents-container .coordinate-detail-staff-info-view--description{
  /* margin-left: 0; */
}
.staff-contents .staff-contents-container .coordinate-detail-staff-info-view--description p{
  font-size: 20px;
  margin-bottom: 16px;
}
.staff-contents .staff-contents-container .coordinate-detail-staff-info-view--description p.coordinate-detail-staff-info-view--shop{
  font-size: 14px;
  margin-bottom: 0;
}
.staff-contents .staff-contents-container .coordinate-detail-date{
  margin-bottom: 20px;
}
.staff-contents .staff-contents-container .coordinate-detail-comment p{
  font-size: 14px;
  line-height: 1.8;
}
.staff-contents .staff-contents-container .coordinate-detail-link{
  text-align: right;
}
.staff-contents .staff-contents-container .coordinate-detail-link a{
  padding: 0 15px 0 0;
}
.staff-contents .staff-contents-container .coordinate-detail-link a::after{
  left: auto;
  right: 0;
}
.staff-contents .staff-contents-container .coordinate-detail-wear-items{
border: none;
}
.staff-contents .staff-coordinate-list-frame .staff-coordinate-list-title h2{
  font-size: 20px;
  margin-bottom: 40px;
}
.staff-contents .staff-coordinate-list-frame .staff-coordinate-list{
  gap: 30px;
  justify-content: left;
}
.staff-contents .staff-coordinate-list-frame .staff-coordinate-list .coordinate-item{
  margin-right: 0;
  width: 240px;
  flex-basis: 242px;
}
.staff-contents .staff-coordinate-list-frame .staff-coordinate-list .coordinate-item .coordinate-item--info--shopname,
.staff-contents .staff-coordinate-list-frame .staff-coordinate-list .coordinate-item .coordinate-item--info a{
  font-size: 14px;
  /* margin-bottom: 5px; */
}
.staff-contents .staff-coordinate-list-frame .staff-coordinate-list .coordinate-item--info--face_type{
  font-size: 12px;
  margin-top: 5px;
}

/* スタッフ詳細 */
.staff-contents .staff-contents-block-staff-info{
  width: 1080px;
  margin: 0;
}
.staff-contents .staff-contents-block-sub-list{
  width: 1080px;
  height: auto;
  padding: 0;
}
.staff-contents .staff-contents-content-title--center{
  font-size: 20px;
  margin-bottom: 40px;
}
.staff-contents .coordinate-item{
  margin-bottom: 30px;
}
.staff-contents .coordinate-item .coordinate-item--main-img figure{
  width: 100%;
}
.staff-contents .coordinate-item .coordinate-item--main-img figure img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* スタッフレビュー詳細 */

.staff-contents .staff-contents-content{
  /* margin-bottom: 100px; */
  justify-content: space-between;
}
.staff-contents .staff-review-detail-img-description--name{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.staff-contents .staff-review-detail-img-description--price{
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}

.staff-contents .staff-review-detail-img-description--price .selling-price{
  font-size: 20px;
  font-weight: 500;
}
.staff-contents .staff-review-detail-img-description--see-btn a,
.staff-contents .staff-review-detail-sub-products-item--see-btn a{
  width: 284px;
  line-height: 50px;
  padding: 0;
  border-radius: 30px;
  text-align: center;
  background-color: #004263;
  color: #fff;
  position: relative;
  border: none;
}
.staff-contents .staff-review-detail-sub-products-item--see-btn a{
  width: 180px;
}
.staff-contents .staff-review-detail-img-description--see-btn a::before,
.staff-contents .staff-review-detail-sub-products-item--see-btn a::before{
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 1px;
  border-top: 1px solid #fff;
  right: 25px;
  top: 43%;
  rotate: 45deg;
}
.staff-contents .staff-review-detail-img-description--see-btn a::after,
.staff-contents .staff-review-detail-sub-products-item--see-btn a::after{
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  border-top: 1px solid #fff;
  right: 25px;
  top: 50%;
}

.staff-contents .staff-review-detail-staff-info--description{
  margin-left: 20px;
}
.staff-contents .staff-review-detail-staff-info--description p{
  font-size: 20px;
  margin-bottom: 14px;
}
.staff-contents .staff-review-detail-staff-info--description p[class*="face_type"],
.staff-contents .staff-review-detail-staff-info--description p[class*="pupillary_distance"]{
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: normal;
}
.staff-contents .staff-review-detail-date{
  text-align: right;
}
.staff-contents .staff-review-detail-staff-info--title{
 font-size: 16px;
 margin-bottom: 13px;
}


.staff-contents .staff-contents-assessment-frame.staff-review-item{
  width: 100%;
  border: 1px solid#e5e5e5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.staff-contents .assessment.assessment--wide{
  display: block;
  /* margin-bottom: 30px; */
}
.staff-contents .assessment.assessment--wide:last-of-type{
  /* margin-bottom: 0; */
}

/* レビュー詳細-合わせて買いたい */
.staff-contents .staff-contents-block-sub-list{
  height: auto;
}
.staff-contents .staff-contents-block-sub-list h1{
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 20px;
}
.staff-contents .staff-review-detail-sub-products-list{
  /* justify-content: space-between; */
}
.staff-contents .staff-review-detail-sub-products{
  padding: 0;
  height: auto;
}
.staff-contents .staff-review-detail-sub-products li{
  border: none;
  /* padding: 0; */
  margin-bottom: 0;
  height: auto;
}
.staff-contents .staff-review-detail-sub-products--despcription{
 font-size: 16px;
 margin-top: 30px;
}

/* レビュー詳細-他のレビュー */
.staff-contents .staff-review-list .card-list-frame{
  display: block;
 }
.staff-contents .staff-review-list .card-list-frame .staff-review-item{
  width: 100%;
  border-color: #a5a5a5;
  margin: 0 0 10px 0;
 }
.staff-contents .staff-review-list .card-list-frame .staff-review-item .staff-review-detail-staff-info--description p{
  font-size: 14px !important;
  margin-bottom: 8px;
  font-weight: normal;
 }
.staff-contents .staff-review-list .card-list-frame .staff-review-item .staff-review-detail-staff-info--description p.staff-review-detail-staff-info--face_type,
.staff-contents .staff-review-list .card-list-frame .staff-review-item .staff-review-detail-staff-info--description p.staff-review-detail-staff-info--pupillary_distance{
  font-size: 12px;
}

/* TOP */
.block-top-event{
  margin-bottom: 60px;
}

.staff-contents.top .staff-contents-mainframe,
.staff-contents.top .staff-contents-mainframe > div{
  width: 100%;
}
.staff-contents.top .staff-contents-mainframe .pane-block--title{
font-size: 28px;
margin-bottom: 65px;
font-weight: bold;
text-align: center;
}
.staff-contents.top .staff-contents-mainframe .card-list-frame{
  justify-content: space-between;
}
.staff-contents.top .staff-contents-mainframe .card-list-frame.artile-list{
  justify-content: flex-start;
}
.staff-contents.top .staff-contents-mainframe .card-list-frame.artile-list .article-item{
  margin-right: 2%;
}
.staff-contents.top .staff-contents-mainframe .card-list-frame.artile-list .article-item:nth-child(4n){
  margin-right: 0%;
}
.staff-contents.top .staff-contents-mainframe .coordinate-item{
  flex-basis: 205px;
}
.staff-contents.top .staff-contents-mainframe .article-item{
  flex-basis: 250px;
}
.staff-contents.top .staff-contents-mainframe .article-item div,
.staff-contents.top .staff-contents-mainframe .article-item figure,
.staff-contents.top .staff-contents-mainframe .article-item figure img{
  width: 100%;
  height: auto;
}
.staff-contents.top .staff-contents-mainframe .article-item figure img{
  margin-bottom: 20px;
}
.staff-contents.top .card-list-frame{
  display: flex;
  justify-content: space-between;
}
.staff-contents.top .staff-review-list .card-list-frame .staff-review-item{
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
}
.staff-contents.top .staff-review-item .staff-review-item--product{
  justify-content: left;
}
.staff-contents.top .staff-review-item .staff-review-item--product .staff-review-item-right{
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.staff-contents.top .staff-review-item .staff-review-item--product .staff-review-item-right .staff-review-item--title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  max-height: 2.8em;
  margin-bottom: 10px;
}
.staff-contents.top .staff-review-item .staff-review-item--product--name{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  max-height: 2.8em;
}
.staff-contents.top .staff-review-item .staff-review-item--tag--list{
  overflow: hidden;
  max-height: 70px;
}
.staff-contents.top .staff-review-item .staff-review-item--staff{
  margin-top: auto;
  flex-shrink: 0;
}

/*==============================
SP
==============================*/

@media screen and (max-width:767px) {

  .staff-contents .staff-contents-content{
    margin-bottom: 40px;
  }
  
  .staff-contents .staff-contents-container{
    width: 100%;
    padding: 0;
  }
  .staff-contents .staff-contents-container .block-bread-crumb-frame{
    width: 100%;
  }
  .staff-contents .staff-contents-container .staff-contents-mainframe{
    width: 100%;
    padding: 0 20px;
  }
  .staff-contents .staff-contents-container .staff-contents-mainframe .staff-contents-block-coordinate-top-area,
  .staff-contents .staff-contents-container .staff-contents-mainframe .staff-contents-search-conditions,
  .staff-contents .staff-contents-container .staff-contents-mainframe > div{
    width: 100%;
    padding: 0;
  }

  /* 絞り込み */
  .staff-contents .staff-contents-block-left-menu-frame{
    background-color: #f0f0f0;
    padding: 0;
  }
  .staff-contents .staff-contents-block-left-menu-frame section{
    padding: 0 15px;
  }
  .staff-contents .staff-contents-block-left-menu-frame section:first-of-type{
    margin-top: 70px;
  }
  .staff-contents .staff-contents-block-left-menu-frame section:last-of-type{
    padding-bottom: 80px;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-block-left-menu-fix-button-frame{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-modal-head{
    background-color: #f0f0f0;
    padding: 0;
    width: 100%;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-modal-head h1{
    background-color: #f0f0f0;
    width: 100%;
    line-height: 64px;
    padding: 0;
    margin: 0;
    font-size: 17px;
    border-bottom: 1px solid #fff;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-modal-head .staff-contents-modal-head--button-close{
    left: auto;
    top: 20px;
    right: 26px;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-modal-head .staff-contents-modal-head--button-close::before,
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-modal-head .staff-contents-modal-head--button-close::after{
    background-color: #2b2e38;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox{
    margin: 0;
    line-height: 50px;
    border-bottom: 1px solid #fff;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox .label-mobile::before{
    transform: rotate(48deg);
    width: 10px;
    right: 20px;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox .label-mobile::after{
    transform: rotate(-48deg);
    width: 10px;
    right: 13px;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox .menubox-list.flex{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox .menubox-list.flex li{
    width: 30%;
    height: auto;
    line-height: 1.8;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox .menubox-list li label{
    display: flex;
    justify-content: left;
    align-items: flex-start;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox .menubox-list li label input{
    margin-top: 4px;
  }


  .staff-contents .staff-contents-block-left-menu-frame input[type="radio"]{
    min-width: 16px;
  }

  .staff-contents .staff-contents-block-left-menu-frame .menubox-list-area-accordion li div,
  .staff-contents .staff-contents-block-left-menu-frame .menubox-list-area-accordion label span{
    line-height: 1.5;
  }
  .staff-contents .staff-contents-block-left-menu-frame .menubox-list-area-accordion label input{
    margin-top: 0.8em !important;
  }
  .staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-area-accordion .menubox-list-pref-name,
   .staff-contents .staff-contents-block-left-menu-frame .search-condition-shop .menubox-list-area-accordion label{
    margin-left: 10px;
  }

/* mainframe */
.staff-contents h1.staff-contents-content-title{
  margin: 0 0 25px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}


  .staff-contents .card-list-frame{
    gap: 15px;
    justify-content: space-between;
  }
  .staff-contents .card-list-frame > div{
    margin-right: 0;
    width: calc((100% - 15px) / 2);
    margin-bottom: 10px;
  }



  /* キーワードタグ */
  .staff-contents .staff-contents-keyword{
    padding: 0;
    margin: 0 0 13px;
    width: calc(100% - 40px);
  }
  .staff-contents .staff-contents-keyword .popular-keyword-label{
    margin: 0;
    font-size: 12px;
  }

  .staff-contents .popular-keyword-tags-block{
    max-width: 100%;
  }
  .staff-contents .popular-keyword-tags-block ul li{
    padding: 0 12px;
    border-radius: 30px;
    line-height: 25px;
    font-size: 11px;
  }

  /* 絞り込み、ソートボタン */
  .staff-contents .staff-contents-search-conditions .staff-contents-search-conditions--inner{
    border: none;
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 33px;
  }

  .staff-contents .staff-contents-search-conditions--inner .staff-contents-search-conditions--narrow-down{
    height: 39px;
    border-bottom: 1px solid #CCC;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .staff-contents .staff-contents-search-conditions--inner .staff-contents-search-conditions--narrow-down::before,
  .staff-contents .staff-contents-search-conditions--inner .staff-contents-search-conditions--narrow-down::after{
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #3b4043;
  }
  .staff-contents .staff-contents-search-conditions .staff-contents-search-conditions--narrow-down{
    width: 55%;
    padding-left: 10px;
  }
  .staff-contents .staff-contents-search-conditions .staff-contents-search-conditions--narrow-down::before{
    right: 10px;
    top: 50%;
  }
  .staff-contents .staff-contents-search-conditions .staff-contents-search-conditions--narrow-down::after{
    right: 10px;
    top: 50%;
    transform: rotate(90deg);
  }
  .staff-contents .staff-contents-search-conditions .staff-contents-search-conditions--select-sort{
    /* width: auto; */
    margin-left: 10px;
    border-left: none;
    padding: 0;
    /* border: 1px solid #ccc; */
  }

  .staff-contents .staff-contents-search-conditions .staff-contents-search-conditions--select-sort select{
    width: 100%;
    padding: 0 0 0 10px;
    text-align: left;
    height: 39px;
    border-bottom: 1px solid #CCC;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  /* 件数 */
  .staff-contents .applicable-count-item-number-box-mobile{
    margin-bottom: 26px;
  }



  /* moreボタン */
  .staff-contents .staff-review-detail-img-description--see-btn a,
  .staff-contents .see-more-btn-mobile,
  .staff-contents .staff-list-see-more-btn-mobile{
    width: 100%;
    line-height: 50px;
    padding: 0;
    background-color: #004263;
    color: #fff;
    position: relative;
    border: none;
    margin: 0;
  }
  .staff-contents .see-more-btn-mobile::before,
  .staff-contents .staff-list-see-more-btn-mobile::before{
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    border-top: 1px solid #fff;
    right: 20px;
    top: 43%;
    rotate: 45deg;
  }
  .staff-contents .see-more-btn-mobile::after,
  .staff-contents .staff-list-see-more-btn-mobile::after{
    position: absolute;
    display: block;
    content: "";
    width: 24px;
    height: 1px;
    border-top: 1px solid #fff;
    right: 20px;
    top: 50%;
  }


  /* まとめ記事 */
  .staff-contents .article-item--info--releasedate{
    text-align: left;
    margin: 10px 0;
    font-size: 12px;
  }
  .staff-contents .article-item--articletitle{
    text-align: left;
    margin: 10px 0;
    height: auto;
  }
  .staff-contents .article-item--articletitle a{
    font-size: 14px;
  }
  .staff-contents .card-list-frame .article-item--description{
    justify-content: left;
    font-size: 12px;
  }
  .staff-contents .article-item--description .article-item--info--shopname{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 7px;
  }

  /* スタッフリスト */
  .staff-contents .staff-item--info--staffname,
  .staff-contents .staff-item--info--shop{
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 7px;
  }
  .staff-contents .staff-item--info--face_type{
    font-size: 12px;
  }

  /* レビューリスト */
  .staff-contents .staff-review-item.-mobile{
    width: 100%;
  }
  .staff-contents .staff-review-item-mobile_topcontents{
    margin-bottom: 20px;
  }
  .staff-contents .staff-review-item-mobile_topcontents{
    display: flex;
  }
  .staff-contents .staff-review-item--product--img{
    min-width: 50%;
  }
  
  .staff-contents .staff-review-item--staff{
    width: 50%;
    position: relative;
  }
  .staff-contents .staff-review-item--published{
    top: 0;
    right: 0;
  }
  .staff-contents .staff-review-item--staff--staff-icon{
    width: 50%;
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 14px;
  }
  .staff-contents .staff-review-item--info--shopname,
  .staff-contents .staff-review-item--info--staffname{
    font-size: 14px;
  }
  .staff-contents .staff-review-item--info--face_type,
  .staff-contents .staff-review-item--info--pupillary_distance{
    font-size: 12px;
  }

.staff-contents .keyword-tag-list,
.staff-contents .staff-review-item--tag--list{
  margin-bottom: 20px;
}
.staff-contents .keyword-tag-item,
.staff-contents .staff-review-item--tag--item{
  line-height: 25px;
  padding: 0 13px;
  border-radius: 30px;
  border-color: #c3c2c2;
}
.staff-contents .staff-review-item--comment{
  margin-bottom: 20px;
}
.staff-contents .staff-review-item--product{
  display: block;
}
.staff-contents .staff-review-item--product .staff-review-item--product--info{
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}
.staff-contents .staff-review-item--product .staff-review-item--product--label{
  font-weight: bold;
}
.staff-contents .staff-review-item--product .staff-review-item--product--price{
  font-weight: normal;
}
.staff-contents .staff-review-item--assessment,
.staff-contents .staff-contents-assessment-frame,
.staff-contents .assessment-score{
  display: block;
}
.staff-contents .staff-review-item.-mobile .assessment{
  width: 100%;
  margin-bottom: 36px;
}
.staff-contents .staff-review-item.-mobile .assessment:last-of-type{
  margin-bottom: 0;
}
.staff-contents .assessment-score div.assessment-label{
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: bold;
  margin: 11px 0 6px;
}
.staff-contents .staff-review-item .assessment-title{
  font-size: 14px;
}
.staff-contents .assessment-score .assessment-label div{
  font-size: 10px;
}

.staff-contents .assessment-score div.assessment-rank{
  width: 100%;
  display: flex;
  justify-content: space-between;

  font-size: 10px;
  font-weight: bold;
  margin: 11px 0 6px;
}

/* レビュー詳細 */
.staff-contents .staff-review-detail-img-frame-mobile{
  margin-bottom: 30px;
}
.staff-contents .staff-review-detail-img-description--price{
  font-size: 20px;
}
.staff-contents .staff-review-detail-staff-info--info{
  position: relative;
}
.staff-contents .staff-review-detail-staff-info--info .staff-review-detail-date{
  position: absolute;
  top: 0;
  right: 0;
}

.staff-contents .staff-review-detail-staff-info--description p{
  font-size: 14px;
  margin-bottom: 7px;
}

.staff-contents .staff-contents-block-sub-list{
  width: calc(100% - 20px);
}

/* コーディネート詳細 */
.staff-contents .staff-contents-coordinate-detail-frame{
  padding: 0;
}
.staff-contents .staff-contents-coordinate-detail-frame .coordinate-detail-img-frame-mobile{
  margin-bottom: 40px;
}
.staff-contents .coordinate-detail-img-list{
  padding: 0 20px;
}
.staff-contents .coordinate-detail-img-list .coordinate-detail-img-item-mobile{
  width: calc(100% / 5 - 30px / 5);

}
.staff-contents .staff-contents-coordinate-detail-frame section.staff-contents-coordinate-detail-description-frame{
  padding: 0 20px;
}
.staff-contents .staff-contents-coordinate-detail-description-frame .coordinate-detail-staff-info-view-mobile{
  margin-bottom: 0;
}
.staff-contents .staff-contents-coordinate-detail-description-frame .coordinate-detail-staff-info-view-mobile{
  justify-content: left;
}
.staff-contents .staff-contents-container .coordinate-detail-staff-info-view--description p.coordinate-detail-staff-info-view--shop,
.staff-contents .staff-contents-container .coordinate-detail-staff-info-view--description p.coordinate-detail-staff-info-view--name{
  font-size: 16px;
  margin-bottom: 5px;
}
.staff-contents .staff-contents-container .coordinate-detail-staff-info-view--description p.coordinate-detail-staff-info-view--face_type,
.staff-contents .staff-contents-container .coordinate-detail-staff-info-view--description p.coordinate-detail-staff-info--pupillary_distance-mobile,
.staff-contents .staff-contents-container .coordinate-detail-staff-info-view--description p.coordinate-detail-staff-info--qualification-mobile{
  font-size: 12px;
  margin-bottom: 5px;
}
.staff-contents .staff-contents-container .coordinate-detail-date p{
  font-size: 12px;
  margin: 15px 0px;
}
.staff-contents .staff-contents-container .coordinate-detail-date{
  margin-bottom: 0;
}
.staff-contents .staff-contents-container .coordinate-detail-comment p{
  font-size: 12px;
}

/* スタッフ詳細 */
.staff-contents .staff-contents-block-staff-info{
  width: 100%;
  padding: 0 20px;
}
.staff-contents .staff-contents-block-staff-info .coordinate-detail-staff-info--img-mobile{
  width: 80px;
  margin: 0 20px 0 0;
}
.staff-contents .staff-contents-block-staff-info .coordinate-detail-staff-info--description-mobile{
  margin: 0;
}
.staff-contents .staff-contents-block-staff-info .coordinate-detail-staff-info--description-mobile .coordinate-detail-staff-info--name-mobile,
.staff-contents .staff-contents-block-staff-info .coordinate-detail-staff-info--description-mobile .coordinate-detail-staff-info--shop-mobile{
  font-size: 14px;
  margin-bottom: 4px;
}
.staff-contents .staff-contents-block-staff-info .coordinate-detail-staff-info--description-mobile .coordinate-detail-staff-info--face_type-mobile,
.staff-contents .staff-contents-block-staff-info .coordinate-detail-staff-info--description-mobile .coordinate-detail-staff-info--pupillary_distance-mobile{
  font-size: 12px;
  margin-bottom: 4px;
}
.staff-contents .staff-contents-block-sub-list h1{
  font-size: 16px;
  padding: 0;
}
.staff-contents .staff-contents-block-sub-list .coordinate-list .coordinate-item-mobile .coordinate-item--main-img{
  margin-bottom: 12px;
}

/* まとめ記事詳細 */

.staff-contents .article-info .article-info--date{
  margin-bottom: 13px;
}
.staff-contents .article-info{
  margin-bottom: 40px;
}
.staff-contents .article-info h1{
  padding: 0;
}
.staff-contents .article-info .article-detail{
  border-style: dotted;
}
.staff-contents .article-info .article-detail ul li{
  padding: 0;
}
.staff-contents .article-info-staff .article-info-staff--img{
  width: 50px;
  max-width: 50px;
  height: 50px;
}

.staff-contents .staff-contents-content-title--center{
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

/* top: ; */
.staff-contents.top .staff-contents-mainframe h2.pane-block--title{
  text-align: center;
  font-size: 20px;
  margin-bottom: 39px;
}
.staff-contents.top .staff-review-list .card-list-frame .staff-review-item{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.staff-contents.top .staff-review-list .card-list-frame .staff-review-item .staff-review-item-right{
  height: auto;
}
.staff-contents.top .staff-review-list .card-list-frame .staff-review-item--product--img,
.staff-contents.top .staff-review-list .card-list-frame .staff-review-item--product--img a,
.staff-contents.top .staff-review-list .card-list-frame .staff-review-item--product--img img{
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
}
.staff-contents.top .staff-review-item .staff-review-item--staff{
  width: 100%;
}
.staff-contents.top .staff-review-item-mobile .staff-review-item-right .staff-review-item--title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  max-height: 4.2em;
}
.staff-contents.top .staff-review-item-mobile .staff-review-item--product--name{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  max-height: 2.8em;
}
.staff-contents.top .staff-review-item-mobile .staff-review-item--tag--list{
  overflow: hidden;
  max-height: 60px;
}
.staff-contents.top .staff-review-item-mobile .staff-review-item--staff{
  margin-top: auto;
  flex-shrink: 0;
}

}/* max-width:767px */

/* スタッフリスト（トップページ） */
.staff-item--men,.staff-item--women{
 display:none;
}
.staff-item--men.selected{
 display:block;
}
.staff-item--women.selected{
 display:block;
}

.staff-contents.top .staff-list{
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 40px;
}
.staff-contents.top .staff-list .staff-item--staff-icon {
width: 100%;
height: auto;
}
.staff-contents.top .staff-list > div{
  flex: 1;
  /* margin-right: 10px; */
}
.staff-contents.top .staff-list > ul{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #a5a5a5;
  position: relative;
}
.staff-contents.top .staff-list > ul li{
  width: 120px;
  line-height:30px;
  text-align: center;
  color: #a5a5a5;
  position: absolute;
  bottom: -1px;
  padding-bottom: 12px;
  font-weight: bold;
}
.staff-contents.top .staff-list > ul li p{
  font-size: 15px;
  font-weight: bold;
}

.staff-contents.top .staff-list > ul li.selected{
  color: #444;
  border-bottom: 2px solid #444;
}
.staff-contents.top .staff-list > ul li.staff-list--header-men{
  left: calc(50% - 120px);
}
.staff-contents.top .staff-list > ul li.staff-list--header-women{
  right: calc(50% - 120px);
}

@media screen and (max-width:767px) {
  .staff-contents.top .staff-list{
    gap: 18px;
  }
  .staff-contents.top .staff-list > div{
    min-width: calc((100% - 36px) / 3);
  }
  .staff-contents.top .staff-list > ul li{
    width: 50%;
  }
  .staff-contents.top .staff-list > ul li.staff-list--header-men{
    left: 0;
  }
  .staff-contents.top .staff-list > ul li.staff-list--header-women{
    right: 0;
  }
}/* max-width:767px */