﻿@charset "utf-8";
/* CSS Document */


/*コーディネート一覧*/
.staff-contents-coordinate-title-frame {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.staff-contents-block-coordinate-top-area {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.coordinate-list .card-list-frame {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  transition: all 0.5s;
  border-top: none;
}
.coordinate-list .coordinate-item {
  width: 50%;
  margin-left: 0;
  text-align: center;
  margin-bottom: 34px;
}
.coordinate-list .coordinate-item .coordinate-item--main-img {
  position: relative;
}
.coordinate-list .coordinate-item .coordinate-item--main-img figure {
  margin: 0;
}
.coordinate-list .coordinate-item--description {
  margin: 10px;
  display: flex;
  text-align: left;
  align-items: center;
}
.coordinate-list .coordinate-item--description--staff-icon {
  width: 30px;
  max-width: 100%;
  height: 30px;
  flex: 0 0 30px;
  text-align: center;
  overflow: hidden;
}
.coordinate-item--description--staff-icon a {
  display: block;
  position: relative;
}
.coordinate-item--description--staff-icon img {
  max-width: 100%;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.coordinate-item--info {
  position: relative;
  width: 75%;
  margin: 0 0 0 5%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: #000;
  clear: both;
  font-size: 12px;
  line-height: 1.3;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ss-staff-detail .coordinate-list .coordinate-item--info {
  margin: 0;
  width: 100%;
}
.coordinate-item--info a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.coordinate-item--info a, .coordinate-item--info a:hover {
  text-decoration: none;
}
.coordinate-item--info .coordinate-item--info--blandspec {
  width: 100%;
  display: block;
}
.coordinate-item--info .coordinate-item--info--staffname {
  display: block;
  font-weight: bold;
}
.coordinate-item--info--shop{
 text-align: left;
 width: 100%;
}
.coordinate-item--info .coordinate-item--info--stature {
  margin: 0 0 0 0;
  display: block;
  color: #000;
  text-align: left;
}
.coordinate-item--favorite {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
}
.page-goods .coordinate-item--favorite {
  display: none;
}
.coordinate-item--favorite .coordinate-item--favorite-btn {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f5f5f5 url("../../../../img/usr/goodsdetail/icon-bookmark.svg") no-repeat center / 10px;
}
.coordinate-item--favorite .coordinate-item--favorite-btn.regist {
  background-image: url("../../../../img/usr/goodsdetail/icon-bookmark-on.svg");
}
.coordinate-item--favorite .coordinate-item--favorite-btn .bookmarkbtn {
  background: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.coordinate-item--favorite .coordinate-item--favorite-btn .balloontip {
  top: -55px;
  right: -23px;
  min-width: 190px;
  padding: 10px 5px;
  margin: 0;
  transform: none;
}
.coordinate-item:nth-child(even) .coordinate-item--favorite .coordinate-item--favorite-btn .balloontip {
  right: -5px;
}
.coordinate-item--favorite .coordinate-item--favorite-btn .balloontip div {
  right: 30px !important;
}
.coordinate-item:nth-child(even) .coordinate-item--favorite .coordinate-item--favorite-btn .balloontip div {
  right: 5px !important;
}
.coordinate-item--info .coordinate-item--info--release {
  width: 100%;
  display: none;
}
.coordinate-item--info .coordinate-item--info--shop a {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block; 
}
#ss-coordinate-list .menubox-item.second-layer-title.gendar1wrap,
#ss-coordinate-list .menubox-item.second-layer-title.gendar2wrap{
  margin-left: 10px;
  margin-right: 10px;
}
#ss-coordinate-list .menubox-item.second-layer-title.gendar1wrap label,
#ss-coordinate-list .menubox-item.second-layer-title.gendar2wrap label{
  padding: 10px 0;
}
#ss-coordinate-list .menubox-item.second-layer-title.gendar1wrap ul.second-layer,
#ss-coordinate-list .menubox-item.second-layer-title.gendar2wrap ul.second-layer{
  margin: 0;
  padding: 0;
}
.staff-contents-block-left-menu-frame .search-condition-category .second-layer-title.gendar1wrap .second-layer,
.staff-contents-block-left-menu-frame .search-condition-category .second-layer-title.gendar2wrap .second-layer{
margin: 0;
}

/*コーディネート一覧*/


/*スタッフ一覧*/
.staff-contents-content-title {
  display: block;
}
.staffranking-block {
  display: block;
}
.staff-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
  margin-bottom: 30px;
  padding: 0 5%;
}
.staff-list .staff-item {
  width: 45%;
  margin-bottom: 30px;
  position: relative;
}
.staff-list .staff-item:nth-child(odd) {
  margin-right: 5%;
}
.staffranking-block .staff-list .staff-item:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -15px;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 50px;
  color: #000000;
  font-size: 18px;
  background: #e4e5ea;
  font-weight: bold;
  z-index: 99;
}
.staffranking-block .staff-list .staff-item:nth-child(1)::before {
  content: '1';
  color: #fff;
  background: #b99b3a;
}
.staffranking-block .staff-list .staff-item:nth-child(2)::before {
  content: '2';
  color: #fff;
  background: #838588;
}
.staffranking-block .staff-list .staff-item:nth-child(3)::before {
  content: '3';
  color: #fff;
  background: #956f50;
}
.staffranking-block .staff-list .staff-item:nth-child(4)::before {
  content: '4';
}
.staffranking-block .staff-list .staff-item:nth-child(5)::before {
  content: '5';
}
.staffranking-block .staff-list .staff-item:nth-child(6)::before {
  content: '6';
}
.staffranking-block .staff-list .staff-item:nth-child(7)::before {
  content: '7';
}
.staffranking-block .staff-list .staff-item:nth-child(8)::before {
  content: '8';
}
.staff-list .staff-item--inner {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.staff-list .staff-item .staff-item--staff-icon {
  position: relative;
}
.staff-list .staff-item .staff-item--staff-icon a {
  position: relative;
  display: block;
}
.staff-list .staff-item--staff-icon img {
  width: 100%;
  border-radius: 50%;
}
.staff-list .staff-item--info {
  width: 90%;
  margin: 10px auto 0;
  text-align: center;
}
.staff-list .staff-item--info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}
.staff-list .staff-item--info p.staff-item--infospec {
  display: flex;
  justify-content: center;
}
.staff-item--info .staff-item--infospec .staff-item--info--staffname {
  font-weight: bold;
}
.staff-list .staff-item--info--stature {
  margin-left: 5px;
}
.staff-list .staff-item--info p.staff-item--info--shop {
  color: #999;
}
.staff-item--favorite {
  position: absolute;
  right: 6%;
  bottom: 0;
  width: 30px;
  height: 30px;
}
.staff-item--favorite .staff-item--favorite-btn {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f5f5f5 url("../../../../img/usr/goodsdetail/icon-bookmark.svg") no-repeat center / 10px;
}
.staff-item--favorite .staff-item--favorite-btn.regist {
  background-image: url("../../../../img/usr/goodsdetail/icon-bookmark-on.svg");
}
.staff-item--favorite .staff-item--favorite-btn .bookmarkbtn {
  background: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.staff-item--favorite .staff-item--favorite-btn .balloontip {
  top: -55px;
  right: -12.7vw;
  min-width: 190px;
  padding: 10px 5px;
}
.staff-item:nth-child(even) .staff-item--favorite .staff-item--favorite-btn .balloontip {
  right: -8vw;
}
.staff-item--favorite .staff-item--favorite-btn .balloontip div {
  right: 29% !important;
}
.staff-item:nth-child(even) .staff-item--favorite .staff-item--favorite-btn .balloontip div {
  right: 16% !important;
}
/*スタッフ一覧*/



/*ブログ一覧*/
#ss-article-list .staff-contents-content-title{
  margin: 0;
}
.article-list {
    margin: 0 3%;
}
.card-list-frame {
    display: flex;
    flex-direction: column;
    margin-bottom: 8%;
    border-top: none;
}
.coordinate-item.is-hidden,
.article-item.is-hidden{
  border: none;
}
.article-item,
.article-item-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 6px;
    margin-bottom: 7px;
    border-bottom: 1px solid #eeeeee;
}

.article-item-mobile .article-item--main-img {
	aspect-ratio: 1 / 1;
}

.article-item--main-img {
    width: 150px;
    overflow: hidden;
}
.article-item--main-img figure{
  
margin: 0;
}
.article-item--main-img img {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    vertical-align: bottom;
}
.article-item--main-detail {
    width: 52%;
    margin: 0 0 0 5%;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
}
.article-item--main-detail div{
  width: 100%;
  margin: 0;
}
#ss-article-list .article-item--main-detail a{

  
display: -webkit-box;
  
-webkit-line-clamp: 2;
  
-webkit-box-orient: vertical;
  
overflow: hidden;
    /*IE対策*/
  
line-height: 1.5em;
  
max-height: 4.5em;
}
.article-item--info--staffname a,
.article-item--info--staffname a:hover {
    text-decoration: none;
}
.article-item--main-detail .article-item--info--staffname{
  font-weight: bold;
}
.article-item--main-detail .article-item--info--shopname a{
  color: #999;
}
.article-item--info--staffname a{
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/*ブログ一覧*/
