
a:-webkit-any-link { 
	text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #222222;  
}
body.fixed {
    position: fixed;
    left: 0;
    right: 0;
}

main h1 {
  margin: 50px auto 20px;
  padding: 0;
  width: 1200px;
  font-size: 34px;
  font-weight: bold;
  color: #2C2C2C;
}
.staff-contents-content-title {
  margin: 0 auto 20px;
  width: max-content;
}
.staff-contents-block-left-menu-frame {
  display: none;
}
#ss-staff-list,
#ss-article-list {
  background: #F7F9FA;
}
.staff-contents {
  padding: 70px 0 80px;
}
.staff-contents h2 {
  font-size: 28px;
  width: max-content;
  margin: 0 auto 30px;
  font-weight: 600;
}
.staff-contents h3 {
  font-size: 22px;
  color: #2C2C2C;
  position: relative;
  padding: 25px 0 0 0;
}
.staff-contents h3::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 20px;
  background: #6D889D;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#ss-coordinate-list.staff-contents .card-list-frame {
  gap: 40px 24px;
  margin-bottom: 60px;
}
#ss-staff-list .staff-list  {
  gap: 40px 24px;
}
#ss-staff-list .staff-list .staff-item {
  width: 220.8px;
  margin: 0;
  flex-basis: 220.8px;
}
#ss-staff-list .staff-list .staff-item:not(:nth-child(4n)) {
  margin-right: 0;
}
.staff-list p{
  margin: 0;
  padding: 0;
}
#ss-article-list.staff-contents .card-list-frame {
 gap: 40px 24px;
 margin: 0 auto 60px;
}
.article-list .card-list-frame,
.staff-review-list .card-list-frame,
.staff-list,
.coordinate-list .card-list-frame {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
.staff-contents-search {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #DDE0E2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  
  
}
.staff-contents-block-coordinate-top-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  gap: 10px;
}
.staff-contents-block-coordinate-top-area p {
  color: #222222;
  font-size: 15px;
}
.staff-contents-sort-btn {
  width: 190px;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  margin: 0 0 30px;
  padding: 0 0 0 65px;
  color: #FFF;
  background: #003D6D url(../img/filter.png) 9px center no-repeat;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  cursor: pointer;
}
.staff-contents-sort-btn:hover {
  opacity: 0.8;
}
.article-list--header,
.staff-review-list--header,
.staff-list--header,
.coordinate-list--header {
  width: 426px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 2px;
  border-radius: 20px;  
  background: #EBEEF0;
}
.article-list--header li,
.staff-review-list--header li,
.staff-list--header li,
.coordinate-list--header li {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.article-list--header li:hover,
.staff-review-list--header li:hover,
.staff-list--header li:hover,
.coordinate-list--header li:hover {
  opacity: 0.8;
}
.article-list--header li p,
.staff-review-list--header li p,
.staff-list--header li p,
.coordinate-list--header li p{
  margin: 0;
  padding: 0;
  background: #EBEEF0;
  border-radius: 20px;
  width: 210px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 15px;

}
.article-list--header li.selected p,
.staff-review-list--header li.selected p,
.staff-list--header li.selected p,
.coordinate-list--header li.selected p{
  background: #6D889D;
  color: #FFF;
  font-weight: bold;
}

#ss-coordinate-list {
  border-top: 2px solid #6D889D;
  padding-top: 80px;
}
.staff-contents-block-left-menu-frame {
  display: none;
}
.staff-contents-block-left-menu-frame.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #FFF;
  overflow: auto;
  padding: 96px 0;
}
.staff-contents-block-left-menu-frame.fixed > div{
  width: 732px;
  margin: 0 auto;
  padding-bottom: 200px;
}
.staff-contents-main .staff-contents .staff-contents-block-left-menu-frame .selected-tag-label,
.staff-contents-main .staff-contents .staff-contents-block-left-menu-frame .label {
  font-size: 15px;
  margin: 0 0 15px;
  font-weight: 500;
  color: #222222;
}
.staff-contents-menubox .menubox-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  margin: 0 15px;
  padding: 0;
}
.staff-contents-menubox {
  margin: 0 0 40px;
}
.staff-contents-menubox .menubox-list li {
  flex-basis: 168px;
  height: 52px;
  background: #EBEEF0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}
.staff-contents-menubox .menubox-list li:nth-child(n+11){
  display: none;
}
.staff-contents-menubox .menubox-list-area-accordion{
  margin: 0;
  padding: 0;
}
.staff-contents-menubox .menubox-list-area-accordion li {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.staff-contents-menubox .menubox-list-area-accordion li:hover {
  opacity: 0.8;
}
.staff-contents-menubox .menubox-list-area-accordion li .menubox-list {
  display: block;
  margin: 0;
  padding: 0;
}
.staff-contents-menubox .menubox-list-area-accordion li .menubox-list li {
  background: none;
  padding: 0;
  height: unset;
  display: block;
}
/*
.staff-contents-menubox .menubox-list li input {
  display: none;
}*/
.staff-contents-menubox .menubox-list li span {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px 4px;
  box-sizing: border-box;
}
.staff-contents-block-left-menu-frame.fixed > div.staff-contents-block-left-menu-fix-button-frame {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #E4EDF7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 15px;
  padding: 20px 0;
}
.staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox label input{
  display: none;
}
.staff-contents-main .staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox label {
  position: relative;
  display: block;
  height: 100%;
}
.staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox label input:checked + span {
  background: #FFF;
  color: #6D889D;
  font-weight: bold;
}
.staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox label input:checked + span::before {
  display: inline-block;
  background: transparent;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  border: 2px solid #6D889D;
  border-radius: 10px;
}
.staff-contents-block-left-menu-frame.fixed > div.staff-contents-block-left-menu-filter-title p{
  margin: 0;
  padding: 0;
}
.staff-contents-block-left-menu-frame.fixed > div.staff-contents-block-left-menu-filter-title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #6D889D;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  z-index: 9999;
  box-sizing: border-box;
}
.staff-contents-block-left-menu-frame.fixed > div.staff-contents-block-left-menu-filter-title p.staff-contents-block-left-menu-filter-close {
  background: url(../img/closebtn.png) right center no-repeat;
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  margin: auto 0;
  font-size: 14px;
  font-weight: 500;
  padding: 0 24px 0 0;
  line-height: 1;
  max-height: max-content;
  cursor: pointer;
}
.staff-contents-block-left-menu-frame.fixed > div.staff-contents-block-left-menu-filter-title p.staff-contents-block-left-menu-filter-close:hover{
  opacity: 0.8;
}
#ss-coordinate-list-slider,
#ss-staffreview-list-slider,
#ss-article-list-slider {
  background-color: #F7F9FA;
  padding-bottom: 0;
}
#ss-staffreview-list-slider,
#ss-article-list-slider {
  padding-top: 30px;
}
#ss-article-list-slider  {
  padding-bottom: 80px;
}
#ss-coordinate-list-slider .coordinate-list-swiper {
  margin-top: 20px;
}
#ss-coordinate-list-slider .swiper-wrapper {
  height: unset;
}
#ss-article-list-slider .sort-list-container,
#ss-article-list-slider .sort-list-container,
#ss-staffreview-list-slider .sort-list-container {
  margin: 20px auto;
  max-width: 1200px;
}
#ss-staffreview-list-slider .staff-contents-container,
#ss-coordinate-list-slider .staff-contents-container {
  max-width: 1200px;
  margin: 0 auto;
  /*overflow: unset;*/
}
#ss-coordinate-list-slider .swiper-container {
  overflow: unset;
}/*
#ss-coordinate-list-slider .swiper-outer {
  overflow: hidden;
}*/
#ss-coordinate-list-slider .gender-switch {
  margin-bottom: 30px;
}
/*スライダー*/
#ss-article-list-slider .card-list-frame {
  display: block;
}
#ss-article-list-slider .swiper-slide,
#ss-staffreview-list-slider .swiper-slide {
  margin-bottom: 0;
}
#ss-article-list-slider .swiper-slide,
#ss-staffreview-list-slider .swiper-slide,
#ss-coordinate-list-slider .swiper-slide {
  width: 180px;
  flex-basis: 180px;
  margin-right: 24px;
  border: none;
  padding: 0;
}
#ss-article-list-slider .swiper-slide figure,
#ss-staffreview-list-slider .swiper-slide figure,
#ss-coordinate-list-slider .swiper-slide figure {
  margin: 0 0 5px;
  padding: 0;
}
#ss-article-list-slider .swiper-slide figure img,
#ss-staffreview-list-slider .swiper-slide figure img {
  max-width: 100%;
}
#ss-article-list-slider .article-item--description--staff-icon,
#ss-staffreview-list-slider .staff-review-item--staff .staff-review-item--staff--staff-icon,
#ss-coordinate-list-slider .coordinate-item--description .coordinate-item--description--staff-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}
#ss-article-list-slider .article-item--description--staff-icon a,
#ss-staffreview-list-slider .staff-review-item--staff .staff-review-item--staff--staff-icon a{
  display: block;
  width: 44px;
  height: 44px;
  line-height: 1;  
}
#ss-article-list-slider .article-item--description--staff-icon img,
#ss-staffreview-list-slider .staff-review-item--staff .staff-review-item--staff--staff-icon img {
  width: 44px;
  height: 44px;
  vertical-align: center;
  vertical-align: top;
}
#ss-article-list-slider .article-item--description--staff-icon img,
#ss-staffreview-list-slider .staff-review-item--staff .staff-review-item--staff--staff-icon img,
#ss-coordinate-list-slider .coordinate-item--description .coordinate-item--description--staff-icon img {
  max-width: 100%;
  border-radius: 50%;
  vertical-align: top;
}
#ss-article-list-slider .article-item--info,
#ss-staffreview-list-slider .staff-review-item--staff .staff-review-item--info--shopname--wrap {
  width: calc(100% - 51px)
}
#ss-staffreview-list-slider.staff-contents .staff-review-item .staff-review-item--product {
  flex-direction: column;
}
#ss-article-list-slider .article-list .article-item--articletitle a{
  font-size: 14px;
  font-weight: normal;
  color: #222222;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;  
  line-height: 1.5;
}
#ss-staffreview-list-slider.staff-contents .staff-review-list .staff-review-item--product--name {
  font-size: 14px;
  font-weight: normal;
  color: #222222;
  line-height: 1.5;
}
#ss-staffreview-list-slider.staff-contents .staff-review-list .staff-review-item--info--shopname {
  font-size: 13px;
  color: #2C2C2C;
  line-height: 1.2;
  margin-bottom: 5px;
}
#ss-staffreview-list-slider.staff-contents .staff-review-list .staff-review-item--info--staffname {
  line-height: 1.2;
}
#ss-staffreview-list-slider.staff-contents  .staff-review-list .staff-review-item--staff {
  gap: 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 0;
}
#ss-staffreview-list-slider.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img {
  min-width: unset;
  min-height: unset;
  margin: 0 0 5px;
  width: 100%;
  height: 135px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#ss-staffreview-list-slider.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img a{
  width: unset;
  height: unset;
  max-width: 100%;
}
#ss-staffreview-list-slider.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img a img {
  width: unset;
  height: unset;
  max-width: 100%;
  max-height: 135px;
  display: inline;
}
#ss-coordinate-list-slider .coordinate-item--description {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  align-items: center;
  gap: 7px;
}
/*スライダー*/
.swiper-button-prev:before,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:after {
  display: none
}
.swiper-button-prev {
  width: 16px;
  height: 30px;
  background: url(/cms/img/sunglasses/prev.png) center center no-repeat;
  background-size: 13px auto;
  left: -46px;
}
.swiper-button-next {
  width: 16px;
  height: 30px;
  background: url(/cms/img/sunglasses/next.png) center center no-repeat;
  background-size: 13px auto;
  right: -46px;
}
.swiper-container {
  overflow: unset;
}
.swiper-outer {
  overflow: hidden;
}
/* スクロールバー全体の枠 */
#ss-article-list-slider .coordinate-list-swiper .swiper-scrollbar,
#ss-staffreview-list-slider .coordinate-list-swiper .swiper-scrollbar {
  background: #DDE0E2;
}
#ss-article-list-slider .coordinate-list-swiper .swiper-scrollbar .swiper-scrollbar-drag ,
#ss-staffreview-list-slider .coordinate-list-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #898B8C;
}
.coordinate-list-swiper .swiper-scrollbar {
  position: relative;
  height: 2px;
  background: #eee;
  margin-top: 20px;
  margin-bottom: 40px;
  bottom: 0 !important; /* 位置の調整 */
  border-radius: 2px;
}

/* スクロールバーの動く部分（ドラッグできる部分） */
.coordinate-list-swiper .swiper-scrollbar-drag {
  background: #000; /* バーの色 */
  height: 2px;
  border-radius: 2px;
}

/* 矢印ボタンの位置調整（スクロールバーと被る場合） */
.coordinate-list-swiper .swiper-button-prev,
.coordinate-list-swiper .swiper-button-next {
  top: 45%; /* 少し上にずらす */
}
#ss-coordinate-list-slider.swiper-scrollbar {
  background: #DDE0E2;
  border-radius: 2px;
  margin: 0 0 40px;
}
#ss-coordinate-list-slider .swiper-scrollbar-drag {
  background: #898B8C;
  border-radius: 2px;
}
#ss-article-list-slider .see-more-btn-block a.see-more-btn,
#ss-staffreview-list-slider .see-more-btn-block a.see-more-btn,
#ss-coordinate-list-slider .see-more-btn-block a.see-more-btn{
  background: #003D6D;
  width: 265px;
  height: 46px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 32px;
  color: #FFF;
  padding: 0;
  font-weight: 500;
}
.sort-list {
  border-bottom: 1px solid #DDE0E2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.sort-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  color: #2C2C2C;
  padding: 0 20px 8px;
  cursor: pointer;
}
.sort-list li:hover {
  opacity: 0.8;
}
.sort-list li.active {
  color: #6D889D;
  font-weight: bold;
  position: relative;
}
.sort-list li.active::after {
  display: inline-block;
  content: '';
  height: 4px;
  background: #6D889D;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#ss-staffreview-list .card-list-frame{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 60px;
}
#ss-staffreview-list .staff-review-item {
  width: 282px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #EBEEF0;
}
#ss-staffreview-list-slider .staff-review-item--product {
  flex-direction: column;
}
#ss-staffreview-list.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img {
  max-width: 280px;
  max-height: 210px;
  margin: 0 auto 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.staff-review-item--info--staffname {
  color: #2C2C2C;
  font-size: 13px;
  font-weight: bold;
}
#ss-staffreview-list.staff-contents .staff-review-item--staff {
  margin-bottom: 15px;
}
#ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--title{
  margin-bottom: 13px;
}
#ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--title{
  min-height: 58px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  box-sizing: border-box;
}
#ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--title,
#ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--info--shopname {
  font-size: 13px;
}
#ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--info--shopname {
  color: #2C2C2C;
}
#ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--staff {
  gap: 7px;
}
#ss-staffreview-list.staff-contents .staff-review-item .staff-review-item--product {
  display: block;
}
#ss-staffreview-list.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img a,
#ss-staffreview-list.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img img {
  display: inline-block;
}
#ss-staffreview-list.staff-contents .staff-review-item .staff-review-see-review-btn-block a {
  width: 100%;
  background: #003D6D;
  border: none;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}
.staff-review-item--product--price span {
  font-weight: normal;
  color: #222222;
  font-size: 11px;
  margin-left: 5px;
}
#ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--staff--staff-icon {
  min-width: 44px;
  min-height: 44px;
  width: 44px;
  height: 44px;
}
#ss-staffreview-list.staff-contents .staff-review-item--assessment_cs {
  flex-direction: column;
  gap: 0;
  display: none;
}
#ss-staffreview-list.staff-contents .staff-review-item--assessment_cs .assessment {
  display: flex;
  flex-direction: row;
}
#ss-staffreview-list.staff-contents .assessment-score .assessment-label div {
  font-size: 11px;
}
#ss-staffreview-list.staff-contents .assessment-score .assessment-rank .assessment-score-box.assessment-score-box__active {
  background: #6D889D;
}
#ss-staffreview-list.staff-contents .assessment-score .assessment-rank,
#ss-staffreview-list.staff-contents .assessment-score .assessment-rank .assessment-score-box {
  background: #DDE0E2;
}
#ss-staffreview-list.staff-contents .staff-review-item--assessment_cs .assessment .assessment-title{

  font-size: 14px;
  font-weight: 500;
  color: #222222;
}
#ss-staffreview-list.staff-contents .staff-review-item--assessment_cs span:nth-of-type(odd) {
  width: unset;
}
#ss-staffreview-list.staff-contents .staff-review-item--assessment_cs span:nth-of-type(even) {
  width: unset;
}
#ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--product--name {
  font-size: 14px;
  font-weight: normal;
}
.staff-review-item--product--price {
  font-size: 18px;
  font-weight: bold;
}
.staff-review-item--title {
  background: #EBEEF0;
  font-size: 13px;
  color: #222222;
  margin-bottom: 13px;
  border-radius: 10px;
  padding: 10px 13px 10px 13px;
  position: relative;
}
.staff-review-item--title::after {
  display: inline-block;
  content: '';
  background: url(../img/fukidashi.png) center center no-repeat;
  position: absolute;
  bottom: -8px;
  left: 15px;
  width: 14px;
  height: 12px;
}

.staff-contents .coordinate-item .coordinate-item--main-img figure img {
  vertical-align: bottom;
}
.staff-contents .coordinate-item--info {
  height: max-content;
}
.article-item--info--shopname,
.article-item--info--staffname,
.staff-review-item--info--shopname,
.staff-review-item--info--staffname,
.staff-item--info--staffname,
.staff-item--info--face_type,
.staff-list .staff-item--info--shop,
.staff-list .staff-item--info--staffname,
.staff-contents .coordinate-item--info .coordinate-item--info--shopname,
.staff-contents .coordinate-item--info .coordinate-item--info--staffname{
 -webkit-line-clamp: 1;
 display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
  word-break: break-all;
  line-height: 1.5;
}
.staff-contents .coordinate-item--info .coordinate-item--info--staffname{
  margin-top: 0;
}
.staff-review-item--product--name{
  -webkit-line-clamp: 2;
 display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.staff-contents .coordinate-item, .staff-contents .article-item {
  width: 180px;
}
.coordinate-list .coordinate-item--description {
  width: 100%;
}
.coordinate-list .coordinate-item--info {
  width: calc(100% - 44px);
}
#ss-staff-list .staff-list .staff-item--staff-icon{
  width: 220.8px;
  height: 220.8px;
  aspect-ratio: 1;
}
#ss-staff-list .staff-list .staff-item--staff-icon img{
  border-radius: 50%;
}
#ss-article-list .article-list .article-item--articletitle a {
  font-size: 14px;
  color: #222222;
}
#ss-article-list .article-list .article-item--info--shopname {
  color: #2C2C2C;
  font-size: 13px;
}
#ss-article-list-slider .article-list .article-item--info--staffname {
  line-height: 1.5;
}
#ss-article-list .article-list .article-item--info--staffname {
  color: #222;
  font-size: 13px;
}
#ss-coordinate-list-slider .coordinate-detail-staff-info-view--face_type {
  display: block;
  font-size: 13px;
  color: #898B8C;
  line-height: 1;
  margin: 5px 0 0 0;
}
.search-condition-brand-btn {
  font-size: 13px;
  margin: 20px auto 0 auto;
  padding: 0 22px 0 0 ;
  color: #222222;
  width: max-content;
  background: url(../img/more.png) right center no-repeat;
  cursor: pointer;
}
.search-condition-brand-btn:hover {
  opacity: 0.8;
}

.see-more-btn, .staff-list-see-more-btn, .staff-contents .see-more-btn {
    background: none;
    padding: 0 22px 0 0;
    font-size: 13px;
    color: #222222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    width: max-content;
    margin: 0 auto;
    cursor: pointer;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/img/more.png) right center no-repeat;
}
#ss-staff-list .staff-list-block-see-more-btn {
  margin-top: 60px;
}
main select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 1px;
  color: #222222;  
}
 .staff-contents-menubox .search-condition-shop .menubox-list li span {
  text-align: left;
}
.search-condition-shop .menubox-list-pref-name,
.search-condition-shop .menubox-list-area-name{
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .staff-contents-search{
    max-width: unset;
  }
  main h1 {
    width: unset;
    font-size: 26px;
    margin: 40px 0 0 0;
    padding: 15px 15px;
  }
  .staff-contents h2 {
    font-size: 22px;
  }
  .staff-contents h3 {
    font-size: 18px;
    padding-top: 20px;
  }
  .staff-contents h3::before {
    height: 15px;
  }
  .staff-contents-main .staff-contents .staff-contents-container .staff-contents-mainframe {
    padding: 0 0;
  }
  .staff-contents-main #ss-coordinate-list.staff-contents .card-list-frame {
    gap: 3px;
    justify-content: center;
    max-width: unset;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .staff-contents-main .staff-contents .card-list-frame > div {
    margin-right: 0;
    width: calc((100% / 3) - 2px);
    margin-bottom: 10px;
    flex-basis: unset;
  }
  .staff-contents-block-left-menu-frame.fixed > div {
    width: 100%;
  }
  .staff-contents-main #ss-staff-list .staff-list {
    gap: 30px 15px;
    max-width: unset;
  }
  .staff-contents-main #ss-staff-list .staff-list .staff-item {
    width: calc((100% / 3) - 10px);
    flex-basis: unset;
    margin-right: 0;

  }
  #ss-article-list.staff-contents .card-list-frame.card-list-frame {
    gap: 0;
  }
  .staff-contents-main .staff-contents .card-list-frame > div.article-item {
    width: calc((100%) / 2);
    flex-basis: unset;
    margin-right: 0;

  }
  #ss-coordinate-list {
    padding: 50px 0;
  }
  #ss-article-list .card-list-frame {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-list--header, .staff-review-list--header, .staff-list--header, .coordinate-list--header{
    width: unset;
    margin: 0 15px;
    box-sizing: border-box;
  }
  .article-list--header li, .staff-review-list--header li, .staff-list--header li, .coordinate-list--header li {
    width: 50%;
    box-sizing: border-box;
  }
  .article-list--header li p, .staff-review-list--header li p, .staff-list--header li p, .coordinate-list--header li p {
    width: 100%;
    height: 32px;
    font-size: 13px;
  }
  .staff-contents-sort-btn {
    margin: 0;
  }
  .staff-contents-main .staff-contents .staff-contents-container .staff-contents-mainframe > div.staff-contents-search {
    width: unset;
    margin: 30px 15px 0;
    padding: 15px 0 25px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .staff-contents-main .staff-contents .staff-contents-container .staff-contents-mainframe > div.staff-contents-block-coordinate-top-area {
    margin-left: auto;
    width: max-content;
  }
  .staff-contents-sort-btn {
    min-width: 162px;
    max-width: 162px;
    height: 36px;
    font-size: 14px;
    padding: 0 0 0 55px;
  }
  .staff-contents-block-coordinate-top-area {
    gap: 6px;
    margin: 0 0 0 auto;
    max-width: max-content;
  }
  .staff-contents-block-coordinate-top-area p {
    font-size: 13px;
    margin: 0;
    padding: 0;
  }
  .staff-contents-block-coordinate-top-area .sort-selectbox{
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
  .staff-contents {
    padding: 40px 0 50px;
  }
  .staff-review-list,
  .staff-list{
    padding: 0 15px;
    width: unset;
  }
  .staff-contents-menubox .menubox-list li {
    width: calc((100% / 2) - 5px);
    flex-basis: unset;
  }
  .staff-contents-main .staff-contents .staff-contents-block-left-menu-frame .selected-tag-label, .staff-contents-main .staff-contents .staff-contents-block-left-menu-frame .label {
    font-size: 14px;
  }
  .staff-contents-block-left-menu-frame.fixed > div.staff-contents-block-left-menu-filter-title {
    height: 42px;
    justify-content: start;
    padding: 0 15px;
  }
  .staff-contents-block-left-menu-frame.fixed > div.staff-contents-block-left-menu-filter-title p {
    font-size: 16px;
  }
  .staff-contents-block-left-menu-frame.fixed > div.staff-contents-block-left-menu-filter-title p.staff-contents-block-left-menu-filter-close {
    font-size: 12px;
    right: 15px;
    padding-right: 12px;
    background-size: 9px;
  }
  .staff-contents .staff-contents-block-left-menu-frame .staff-contents-menubox {
    margin: 0 0 30px;
  }
  #ss-article-list-slider .swiper-container .card-list-frame{
    display: block;
  }
  #ss-article-list-slider .swiper-container,
  #ss-staffreview-list-slider .swiper-container {
    width: unset;
    margin: 0;
    padding: 0 0;
  }
  #ss-article-list-slider .swiper-outer,
  #ss-staffreview-list-slider .swiper-outer {
    padding: 0 15px;
  }
  #ss-article-list-slider .swiper-slide,
  #ss-staffreview-list-slider .swiper-slide {
    width: 145px;
    flex-basis: 145px;
    margin-right: 15px;
  }
  #ss-staffreview-list-slider.staff-contents .staff-review-list a {
    text-decoration: none;
  }
  #ss-staffreview-list-slider.staff-contents .staff-review-item--product .staff-review-item--product--info {
    margin-bottom: 10px;
  }
  #ss-article-list-slider .article-item--main-img figure {
    height: 145px;
    margin-bottom: 5px;
  }
  #ss-article-list-slider .article-item--main-img figure img {
    height: 145px;
  }
  #ss-staffreview-list-slider.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img a img,
  #ss-staffreview-list-slider.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img {
    height: 109px;
  }
  #ss-staffreview-list-slider.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img {
    margin-bottom: 5px;
  }
  #ss-article-list-slider .article-list .article-item--articletitle {
    margin: 0 0 10px;
  }
  #ss-staffreview-list-slider .staff-review-item--staff .staff-review-item--info--shopname--wrap {
    width: calc(100% - 40px);
  }
  #ss-staffreview-list-slider .staff-review-item--staff .staff-review-item--staff--staff-icon img,
  #ss-staffreview-list-slider .staff-review-item--staff .staff-review-item--staff--staff-icon a,
  #ss-staffreview-list-slider .staff-review-item--staff .staff-review-item--staff--staff-icon{
    width: 35px;
    height: 35px;
  }

  
  #ss-staffreview-list-slider .staff-review-item--staff .staff-review-item--info--shopname--wrap {
    width: calc(100% - 40px);
  }
  #ss-article-list-slider .article-item--description .article-item--description--staff-icon {
    flex: 0 0 35px;
  }
  #ss-article-list-slider .article-item--description .article-item--description--staff-icon img,
  #ss-article-list-slider .article-item--description .article-item--description--staff-icon a,
  #ss-article-list-slider .article-item--description .article-item--description--staff-icon{
    width: 35px;
    height: 35px;
  }
  #ss-article-list-slider .article-item--description {
    gap: 5px;
  }
  #ss-article-list-slider .article-item--description .article-item--info {
    width: calc(100% - 40px);
    margin: 0;
  }
  
  #ss-staffreview-list-slider .staff-review-item--staff .staff-review-item--staff--staff-icon{
    margin: 0;
    min-width: 35px;
  }
  #ss-staffreview-list-slider.staff-contents .staff-review-list .staff-review-item--product--name {
    margin: 0;
  }
  #ss-staffreview-list-slider.staff-contents .staff-review-list .staff-review-item--staff {
    width: 100%;
    gap: 5px;
  }
  #ss-staffreview-list-slider.staff-contents .staff-review-list .staff-review-item--info--staffname,
  #ss-staffreview-list-slider.staff-contents .staff-review-list .staff-review-item--info--shopname {
    font-size: 12px;
  }
  #ss-coordinate-list-slider .swiper-outer {
    padding: 0 15px;
  }
  #ss-coordinate-list-slider .staff-contents-container {
    max-width: unset;
  }
  #ss-coordinate-list-slider .swiper-slide {
    width: 145px;
    flex-basis: 145px;
    margin: 0 15px 0 0;
  }
  #ss-coordinate-list-slider .swiper-slide:last-child {
    margin-right: 0;
  }
  .coordinate-list-swiper .swiper-scrollbar {
    margin: 10px 15px 30px;
  }
  .sort-list li {
    font-size: 14px;
    padding: 0 15px 8px;
  }
  #ss-coordinate-list-slider .swiper-button-next,
  #ss-coordinate-list-slider .swiper-button-prev {
    display: none;
  }
  #ss-staffreview-list .card-list-frame {
    gap: 15px;
    margin: 0 0 40px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #ss-staffreview-list .staff-review-item {
    width: calc((100% /2) - 7.5px);
    padding: 10px;
  }
  #ss-staffreview-list.staff-contents .staff-review-item--info--staffname {
    font-size: 12px;
  }
  #ss-staffreview-list.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
  }
  #ss-staffreview-list.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img a, #ss-staffreview-list.staff-contents .staff-review-item .staff-review-item--product .staff-review-item--product--img a img {
    width: unset;
    height: unset;
    max-width: 100%;
    max-height: 100%;
  }
  #ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--product--name {
    font-size: 12px;
  }
  #ss-staffreview-list.staff-contents .staff-review-item--product .staff-review-item--product--price {
    font-size: 16px;
    font-weight: bold;
  }
  #ss-staffreview-list.staff-contents .staff-review-item--product .staff-review-item--product--price span{
    font-weight: normal;
    font-size: 10px;
  }
  #ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--title{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: 42px;
  }
  #ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--title, #ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--info--shopname {
    font-size: 11px;
    padding: 12px 10px 11px;
    border-radius: 5px;
  }
  #ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--staff--staff-icon {
    margin: 0;
  }
  .staff-review-item--info--shopname--wrap {
    width: calc(100% - 51px);
  }
  #ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--staff {
    width: 100%;
  }
  #ss-staffreview-list.staff-contents .staff-review-list a {
    font-size: 12px;
  }
  #ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--info--shopname{
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
  #ss-staffreview-list.staff-contents .staff-review-item .staff-review-see-review-btn-block a {
    height: 36px;
    line-height: 36px;
    border-radius: 32px;
    font-size: 14px;
  }
  #ss-staff-list .staff-contents-search{
    overflow: hidden;
  }
  #ss-staffreview-list.staff-contents .staff-review-item--product .staff-review-item--product--info {
    margin-bottom: 0;
  }
  #ss-staff-list .staff-list .staff-item--staff-icon {
    width: 100%;
    height: 100%;
    flex: unset;
    border-radius: 50%;
    margin-bottom: 10px;
    aspect-ratio: 1;
  }
  #ss-coordinate-list .coordinate-list .coordinate-item--description {
    margin: 10px 3px 0;
  }
  #ss-coordinate-list.staff-contents .coordinate-item--info .coordinate-item--info--shopname,
  #ss-coordinate-list.staff-contents .coordinate-item--info .coordinate-item--info--staffname {
    font-size: 11px;
  }
  #ss-coordinate-list .coordinate-list .coordinate-item--description--staff-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
  }
  #ss-coordinate-list .coordinate-list .coordinate-item--info {
    margin-left: 5px;
  }
  #ss-staff-list.staff-contents .staff-item--info--staffname, #ss-staff-list.staff-contents .staff-item--info--shop {
    font-size: 12px;
    margin-bottom: 0;
  }
  #ss-article-list .article-list .article-item--info--staffname {
    color: #222;
    font-size: 12px;    
  }
  #ss-article-list.staff-contents .article-item--description .article-item--info--shopname {
    font-size: 12px;
    margin: 0;
    color: #2C2C2C;
  }
  .staff-contents .article-item--description .article-item--info--shopname {
    margin-bottom: 0;
  }
  #ss-article-list.staff-contents .card-list-frame.card-list-frame {
    gap: 30px 15px;
  }
  #ss-article-list .article-list .article-item .article-item--main-img figure, 
  #ss-article-list .article-list .article-item .article-item--main-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
  #ss-article-list.staff-contents .article-item--articletitle {
    font-size: 14px;
  }
  #ss-article-list.staff-contents .card-list-frame > div.article-item {
    width: calc((100% / 2) - 7.5px);    
    margin: 0;
  }
  #ss-article-list .article-list .article-item--description--staff-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
  }
  #ss-article-list .article-list .article-item--info {
    margin-left: 5px;
  }
  #ss-coordinate-list-slider .coordinate-detail-staff-info-view--face_type {
    font-size: 12px;
  }
}
#ss-article-list .article-list .article-item--articletitle a {
  display: block;
}
.article-list .article-item--description--staff-icon a,
#ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--staff--staff-icon a,
.coordinate-list .coordinate-item--description--staff-icon a{
  display: block;
}
.article-list .article-item--description--staff-icon {
  width: 44px;
  height: 44px; 
  flex: 0 0 44px;
}
#ss-article-list .article-list .article-item--description--staff-icon,
#ss-article-list .article-list .article-item--description--staff-icon a,
#ss-article-list .article-list .article-item--description--staff-icon a img,
#ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--staff--staff-icon a,
#ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--staff--staff-icon a img,
.coordinate-list .coordinate-item--description--staff-icon a,
.coordinate-list .coordinate-item--description--staff-icon a img {
  width: 44px;
  height: 44px;
  vertical-align: top;
  flex: 0 0 44px;
}
#ss-article-list.staff-contents .card-list-frame {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .staff-contents .staff-review-item .staff-review-item--product {
    flex-direction: column;
  }
  #ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--staff--staff-icon,
  .article-list .article-item--description--staff-icon {
    width: 32px;
    height: 32px; 
    flex: 0 0 32px;
    min-width: 32px;
    min-height: 32px;
  }
  #ss-article-list .article-list .article-item--description--staff-icon,
  #ss-article-list .article-list .article-item--description--staff-icon a,
  #ss-article-list .article-list .article-item--description--staff-icon a img,
  #ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--staff--staff-icon a,
  #ss-staffreview-list.staff-contents .staff-review-list .staff-review-item--staff--staff-icon a img,
  .coordinate-list .coordinate-item--description--staff-icon a,
  .coordinate-list .coordinate-item--description--staff-icon a img {
  width: 32px;
    height: 32px;
    vertical-align: top;
    flex: 0 0 32px;
  }

  .search-condition-shop ul.menubox-list-area-accordion {
    margin: 0 15px;
  }  
 
  
  .search-condition-shop .menubox-list-pref-name,
  .search-condition-shop .menubox-list-area-name{
    font-size: 13px;
  }  
  #ss-staff-list .staff-list-block-see-more-btn {
      margin-top: 40px;
  }  
  .staff-list-block-see-more-btn {
    margin-bottom: 0;
  }
  #ss-staff-list .staff-list-block-see-more-btn {
    margin-bottom: 0;
  }
  
  main .staff-contents .coordinate-item--info .coordinate-item--info--shopname,
  main .staff-contents .coordinate-item--info .coordinate-item--info--staffname {
    font-size: 12px;
  }
  #ss-article-list-slider {
    padding-bottom: 20px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  #ss-staffreview-list-slider .staff-contents-container, #ss-coordinate-list-slider .staff-contents-container {
    max-width: unset;
  }
}