﻿@charset "utf-8";
/* CSS Document */


h2.block-filter--title{
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.staff-contents-container {
  width: 100%;
  margin: 0 auto 30px;
}
.staff-contents-container a:hover,
.staff-contents-container a:focus {
  text-decoration: none;
}
.staff-contents-mainframe {
  width: 100%;
  padding: 0 0;
}
.staff-contents {
  color: #242429;
  background-color: #FFF;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 140%;
  text-align: left;
  min-width: 100%;
}
.staff-contents-content-title {
  margin: 0 0 20px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.contents-main {
  margin: 0;
}
.contents-item img {
  vertical-align: bottom;
}


/*パンくず*/
.block-bread-crumb-frame {
  margin: 0 0 10px 0;
  overflow: hidden;
}
.bread-crumb-list {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.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 {
  position: relative;
}
.bread-crumb-item:not(:first-child) span::before {
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  content: '>';
}
/*パンくず*/




/*おすすめタグ*/
div.staff-contents-keyword {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden;
}
div.popular-keyword {
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
}
div.popular-keyword-label-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
span.popular-keyword-label {
  display: block;
  width: 20%;
  margin: 0 0 0px;
  padding: 0 0 0px;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}
.popular-keyword-tags-block {
  width: 80%;
  overflow: scroll;
  float: left;
}
.popular-keyword-tags-block ul {
  margin: 0;
  width: 200%;
}
.popular-keyword-tags-block li {
  margin: 0 10px 10px 35px;
  padding: 6px 7px;
  border-radius: 20px;
  line-height: 1;
  border: 1px solid #d9d9d9;
  float: left;
  position: relative;
  font-size: 11px;
  color: #000000;
}
.popular-keyword-tags-block li div:before {
  content: '#';
}
.popular-keyword-tags-block li:before {
  content: '1';
  position: absolute;
  top: 0px;
  left: -35px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  color: #1e1e1f;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  background: #e4e5ea;
}
.popular-keyword-tags-block li:nth-child(1)::before {
  content: '1';
  background: #b99b3a;
  color: #fff;
}
.popular-keyword-tags-block li:nth-child(2)::before {
  content: '2';
  background: #838588;
  color: #fff;
}
.popular-keyword-tags-block li:nth-child(3)::before {
  content: '3';
  background: #956f50;
  color: #fff;
}
.popular-keyword-tags-block li:nth-child(4)::before {
  content: '4';
}
.popular-keyword-tags-block li:nth-child(5)::before {
  content: '5';
}
.popular-keyword-tags-block li:nth-child(6)::before {
  content: '6';
}
.popular-keyword-tags-block li:nth-child(7)::before {
  content: '7';
}
.popular-keyword-tags-block li:nth-child(8)::before {
  content: '8';
}
.popular-keyword-tags-block li:nth-child(9)::before {
  content: '9';
}
.popular-keyword-tags-block li:nth-child(10)::before {
  content: '10';
}
.popular-keyword-tags-block li a:hover {
  text-decoration: none;
}
.popular-keyword-tags-block li span {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1;
}
/*おすすめタグ*/


/*おすすめハッシュタグ*/
#staff-contents-content-ranking-title {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin: 0 5% 20px;
  font-size: 16px;
}
.block-bread-crumb-frame {
  margin: 20px auto;
}
/*おすすめハッシュタグ*/


/*ナビ*/
div.staff-contents-nav {
  overflow: hidden;
  position: relative;
}
div.staff-contents-nav ul.staff-contents-nav-tab {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 15px;
  margin: 0 0 20px;
  line-height: 1;
}
div.staff-contents-nav ul.staff-contents-nav-tab::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f5f5f5;
}
ul.staff-contents-nav-tab li:hover,
ul.staff-contents-nav-tab li.active {
  background: #fff;
}
ul.staff-contents-nav-tab li {
  float: left;
  width: 50%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  background: #f5f5f5;
  font-weight: bold;
}
ul.staff-contents-nav-tab li.active span,
ul.staff-contents-nav-tab li a,
ul.staff-contents-nav-tab2 li.active span,
ul.staff-contents-nav-tab2 li span {
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  display: block;
  text-align: center;
  color: #000000;
}
.staff-contents-nav-sort {
  text-align: center;
  margin-bottom: 20px;
}
.staff-contents-nav-sort ul li{
    position: relative;
    display: inline-block;
  font-size: 13px;
}
.staff-contents-nav-sort ul li:first-child {
  margin-right: 3px;
  padding-right: 15px;
}
.staff-contents-nav-sort ul li span{
  color: #888;
}
.staff-contents-nav-sort ul li:first-child::before {
    content: '|';
    position: absolute;
    top: -1px;
    right: 0;
    color: #d9d9d9;
}
.staff-contents-nav-sort a{
  color: #888;
}
.staff-contents-nav-sort .active a,
.staff-contents-nav-sort .active span {
  font-weight: bold;
  color: #444;
}
.staff-contents-nav-sort-btn {
  display: block;
  border-radius: 30px;
  background: #231f20 url(../../../../img/usr/ico_sort_modal.svg) 40px center no-repeat;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 12px 0 10px;
  font-weight: bold;
  margin: 20px 20% 0;
  font-size: 13px;
}
.staff-contents-nav-sort-btn-fixed {
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border-radius: 60px;
  position: fixed;
  /*bottom: 75px;*/
  right: 10px;
  /*z-index: 1990;*/
  z-index: 998;
  bottom: 260px !important;
}
.staff-contents-nav-sort-btn-fixed span{
    width: 60px;
    height: 60px;
    padding: 36px 0 0 0;
    border-radius: 60px;
    font-size: 8px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    background: #231F20 url(../../../../img/usr/ico_sort_modal.svg) center 14px no-repeat;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
    display: block;
    line-height: 1;
}
/*ナビ*/


/*絞り込みモーダル*/
.staff-contents-content {
  display: flex;
  flex-direction: column;
}
.staff-contents-block-left-menu-frame {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
	height: 100%;
  animation-duration: 0.6s;
  overflow: scroll;
  margin: 0 0 0 0;
	padding-bottom: 75px;
  z-index: 99999999;
  display: none;
}
.staff-contents-block-left-menu-frame div.search-condition-gender{
  position: relative;
  width: 100%;
  font-size: 0;
}
.staff-contents-block-left-menu-frame div.search-condition-gender + p{
  display: none;
}
.staff-contents-block-left-menu-frame div.search-condition-gender .label{
  width: 43.5%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.staff-contents-block-left-menu-frame div.search-condition-gender ul.menubox-list{
  width: 56%;
  border-radius: 3px;
  overflow: hidden; 
  margin: 0;
  padding: 0;
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  display: inline-block!important;
}

.staff-contents-block-left-menu-frame div.search-condition-gender .menubox-list li{
  margin: 0;
  padding: 0;
  border: none;
}
.staff-contents-block-left-menu-frame div.search-condition-gender .menubox-list li input{
  display: none;
}
.staff-contents-block-left-menu-frame div.search-condition-gender .menubox-list li span{
  margin: 0;
  padding: 0;
  width: 50%;
  height: 38px;
  float: left;
  line-height: 38px;
  text-align: center;
  display: block;
  background: #F0F0F0;
  color: #999999;
  font-size: 14px;
}
.staff-contents-block-left-menu-frame div.search-condition-gender .menubox-list li input:checked+span{
  background: #231F20;
  color: #ffffff; 
}

.staff-contents-block-left-menu-frame div.search-condition-gender .menubox-list li label span{
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
}
.staff-contents-block-left-menu-fix-button-frame {
  display: flex;
  justify-content: center;
  padding: 15px;
  /*bottom: 0px;*/
	/*left: 0*/;
  background: #fff;
  /*position: fixed;*/
	/*position: absolute;*/
  width: 100%;
  z-index: 9999;
  border-top: 1px solid #E7E8E8;
}
.staff-contents-block-left-menu-fix-button-frame button {
  padding: 0;
  line-height: 44px;
  height: 44px;
}
.staff-contents-block-left-menu-fix-button-frame .left-menu-fix-button-search{
  width: 73.913%;
}
/*選択ボタン*/
.left-menu-fix-button-search {
  background: #231f20;
  border: 1px solid #595555;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  width: 67%;
  order: 2;
}
/*選択解除ボタン*/
.left-menu-fix-button-clear,
.left-menu-fix-button-reset {
  background: #fff;
  border-radius: 3px;
  color: #000;
  border: 1px solid #595555;
  font-size: 13px;
  width: 23.1884%;
  margin-right: 3%;
  order: 1;
  text-decoration: none;
}
.staff-contents-block-left-menu-list-closebtn {
  width: 70px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  border-radius: 45px;
  position: fixed;
  top: 0;
  right: 0;
}
.staff-contents-block-left-frame-closebtn{
  width: 70px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  border-radius: 45px;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}
.staff-contents-block-left-menu-list-closebtn span,
.staff-contents-block-left-frame-closebtn span{
  width: 20px;
  height: 1px;
  margin: 0;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 25px;
  background: transparent !important;
}
.staff-contents-block-left-frame-closebtn span::before,
.staff-contents-block-left-frame-closebtn span::after{
  content: '';
  width: 20px;
  height: 1px;
  margin: 0;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  background: #231F20;
  transition: 0.3s;
}
.staff-contents-block-left-frame-closebtn span::before {
  transform: rotate(135deg);
}
.staff-contents-block-left-frame-closebtn span::after {
  transform: rotate(45deg);
}
.staff-contents-block-left-menu-list-prevbtn {
  width: 70px;
  height: 50px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9999;
}
.staff-contents-block-left-menu-list-prevbtn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: none;
  border-top: 1px solid #231F20;
  border-right: 1px solid #231F20;
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 20px;
  display: block;
  position: absolute;
}
.staff-contents-block-left-menu-list-prevbtn::after {
  content: '';
  width: 10px;
  height: 10px;
  border: none;
  border-top: 1px solid #231F20;
  border-right: 1px solid #231F20;
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 20px;
  display: block;
  position: absolute;
}
.staff-contents-menubox {
  text-align: left;
  font-weight: 700;
  border-bottom: 1px solid #E7E8E8;
  padding: 8px 15px;
  margin: 0;
  line-height: 1;
  position: relative;
  min-height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;  
}
.staff-contents-menubox div {
  width: 63%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.staff-contents-menubox div + p {
  text-align: right;
  line-height: 1;
  padding: 0 30px 0 0;
  width: 100%;
  font-size: 14px;
}
.staff-contents-menubox div.gendarwrap + p {
  max-width: 100%;
}
.staff-contents-menubox div.gendarwrap + p::after {
  display: none;
}
.staff-contents-menubox div +  p::after {
    content: '';
    width: 8px;
    height: 8px;
    border: none;
    border-top: 1px solid #231F20;
    border-right: 1px solid #231F20;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 17px;
    display: block;
    position: absolute;
    transition: 0.3s;
}
.staff-contents-menubox p + p{
  display: none;
}
ul.menubox-list {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 90%;
  margin: 10% 0 0 0;
  background: #fff;
  z-index: 9999;
  overflow-y: scroll;
  padding-bottom: 150px;
}
ul.menubox-list li.menubox-item {
  border-bottom: 1px solid #E7E8E8;
  padding: 15px 14px 10px 10px;
  margin: 0;
  line-height: 1;
  position: relative;
}
ul.menubox-list li.menubox-item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #231F20;
  padding: 0 0 0 10px;
}
ul.menubox-list li.menubox-item:hover span {
  text-decoration: none;
}
/*件数*/
.applicable-count-item-number-box {
  display: none;
}
/*ラジオボタン*/
ul.menubox-list li.menubox-item label {
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
  display: block;
}
/*カテゴリーアイテム*/
.staff-contents-menubox p.gendartitle {
  width: auto;
  border-bottom: 1px solid #f1f2f2;
  padding: 15px 12% 15px 10px;
  margin: 0;
  line-height: 1;
  position: relative;
  text-align: left;
}
.staff-contents-menubox div.gendarwrap {
  width: auto;
  margin-left: 10px;
  display: none;
}
.op_plus {
  display: inline-block;
  position: absolute;
  right: 14px;
  width: 2px;
  height: 10px;
  margin: 0 0;
  top: 17px;
}
.op_plus:before,
.op_plus:after {
  display: block;
  content: '';
  background-color: #333;
  border-radius: 10px;
  position: absolute;
  width: 10px;
  height: 1px;
  top: 0;
  right: -4px;
  margin: auto 0;
}
.op_plus:after {
  display: block;
  content: '';
  background-color: #333;
  border-radius: 10px;
  position: absolute;
  margin: auto 0;
  width: 7px;
  height: 1px;
  background: #231F20;
  top: 9px;
  right: 6px;
}
.op_plus:before {
  width: 7px;
  height: 1px;
  background: #231F20;
  top: 9px;
  right: 6px;
  transform: rotate(90deg);
}
.active .op_plus:before {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #F0F0F0;
  top: 3px;
  right: 2px;
}
.search-condition-category li.first-layer-title {
  position: relative;
}
li.first-layer-title::before,
li.first-layer-title::after {
  content: '';
  display: block;
  transition: 0.3s;
  position: absolute;
}
.search-condition-category li::before {
  width: 7px;
  height: 1px;
  background: #231F20;
  top: 9px;
  right: 6px;
  transform: rotate(90deg);
}
.search-condition-category li.first-layer-title::after {
  width: 7px;
  height: 1px;
  background: #231F20;
  top: 9px;
  right: 6px;
}
.search-condition-category li.first-layer-title.active1::before {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #F0F0F0;
  top: 3px;
  right: 3px;
}
.search-condition-category li.second-layer-title:last-child {
  border: none;
}
/*ショップ*/
.staff-contents-menubox div.search-condition-shop {
  width: 100%;
  display: flex;
  align-items: center;
}
.search-condition-shop .select-area {
  width: 100%;
  border-radius: 5px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  padding: 0 10px 0 10px;
  border: 1px solid #999;
  appearance: none;
  background: #f5f5f5;
  position: relative;
  zoom: 1;
  cursor: pointer;
  margin-top: 5px;
}
.search-condition-shop .select-area option {
  text-align: left;
}
.sort-selectbox {
  display: none;
}
.sort-selectbox-mobile {
  display: none;
}
/*絞り込みモーダル*/


/*もっと見るボタン*/
.staff-coordinate-button-seemore,
.see-more-btn-block .see-more-btn-mobile,
.see-more-btn-block .see-more-btn,
.coordinate-list .see-more-btn,
.article-list .see-more-btn,
.staff-list-see-more-btn,
.contents-goods-main .btn {
  width: 240px;
  height: 54px;
  border-radius: 3px;
  margin: 0 auto;
  border: #231F20 1px solid;
  line-height: 52px;
  font-size: 13px;
  font-weight: 700;
  color: #231F20;
  text-decoration: none;
  display: block;
  padding: 0;
  transition: 0.5s;
  cursor: pointer;
  background: #fff;
  text-align: center;
}
.staff-coordinate-button-seemore:hover,
.see-more-btn-block .see-more-btn-mobile:hover,
.see-more-btn-block .see-more-btn:hover,
.coordinate-list .see-more-btn:hover,
.article-list .see-more-btn:hover,
.staff-list-see-more-btn:hover,
.contents-goods-main .btn:hover {
  border-radius: 50px;
  background: #231F20;
  color: #fff;
  text-decoration: none;
}
/*もっと見るボタン*/


/*--お気に入りボタン・バルーン--*/
.balloontip {
  position: absolute;
  text-align: center;
  /* right: 0; */
  top: -60px;
  font-size: 12px;
  display: none;
  /* z-index: 9; */
  z-index: 1046;
  transform: translateY(-30px);
}
/* .balloontip, .balloontip span {
  min-width: 230px;
} */
.balloontip div {
  left: auto !important;
  right: 14px !important;
}
.bookmark {
  cursor: pointer;
}
.bookmark img {
  cursor: pointer;
}
span.bookmark {
  width: 100%;
}
span.bookmark span.bookmarkbtn {
  position: absolute;
  /* bottom: 0px; */
  right: 0px;
  cursor: pointer;
  z-index: 99;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f5f5f5 url(/img/usr/goodsdetail/icon-bookmark.svg) center center no-repeat;
}
span.bookmark.add span.bookmarkbtn,
span.bookmark.add {
  background: #f5f5f5 url(/img/usr/goodsdetail/icon-bookmark-on.svg) center center no-repeat;
}
span.bookmark span.bookmarkbtn {
    /* position: absolute; */
    /* bottom: 0px; */
    /* right: 0px; */
    cursor: pointer;
    z-index: 99;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f5f5f5 url(/img/usr/goodsdetail/icon-bookmark.svg) center center no-repeat;
}
#ss-staff-detail.add #staffDetailBookmarkballon1 {
  display: block;
}
#ss-staff-detail #staffDetailBookmark {
  background: none;
}
#ss-staff-detail.add .coordinate-detail-staff-info span.bookmark span.bookmarkbtn {
   background: #f5f5f5 url(/img/usr/goodsdetail/icon-bookmark-on.svg) center center no-repeat; 
}
#staffDetailBookmarkballon1,
#ss-staff-detail.add #staffDetailBookmarkballon2 {
  display: none;
}
/*--お気に入りボタン・バルーン--*/



/*トップページ用*/
.contents-goods-main{
      width: 100%;
    margin: 0 auto;
}
#contents-goods-bloglist a.btn{
  position: static;
  left: 0;
}
.contents-goods-main .contents-goods-inner {
    margin-bottom: 60px;
}
.contents-goods-main h2{
      text-align: left;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    border: none;
    background: none;
    line-height: 1;
    margin: 0 15px 4px;
}
.page-womens_top .contents-goods-main h2,
.page-mens_top .contents-goods-main h2,
.page-top .contents-goods-main h2,
.gender-top .contents-goods-main h2,
.page-brandtop .contents-goods-main h2{
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.75;
    font-family: 'Oswald', sans-serif;
}
.contents-goods-main .contents-goods-inner h2 + p {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 11px;
}
.contents-goods-main .coordinate-item--main-img + .coordinate-item--info--stature{
      display: none;
}
.staff-contents-content-title--center{
    text-align: left;
    font-size: 15px;
    margin: 0 10px 10px;
    font-weight: bold;
}
.staff-contents-content-title span{
  padding-left: 10px;
}
/*トップページ用*/



/*商品一覧用*/


.block-search-goods .contents-goods-main {
    width: 100%;
    margin: 60px auto 0;
}

/*商品一覧用*/




.search-condition-category li.first-layer-title .toggle {
  position: absolute;
  width: 40px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.shop-detail-info--info--service dl dt{
  display: none;
}


.page-top .coordinate-item--info,
.page-womens_top .coordinate-item--info,
.page-mens_top .coordinate-item--info,
.page-brandtop .coordinate-item--info,
.page-search .coordinate-item--info{
  position: relative;
}
.page-top .coordinate-item--info .coordinate-item--info--blandspec,
.page-womens_top .coordinate-item--info .coordinate-item--info--blandspec,
.page-mens_top .coordinate-item--info .coordinate-item--info--blandspec,
.page-brandtop .coordinate-item--info .coordinate-item--info--blandspec,
.page-search .coordinate-item--info .coordinate-item--info--blandspec{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    display: block;
}
.page-top .coordinate-item--info .coordinate-item--info--label,
.page-womens_top .coordinate-item--info .coordinate-item--info--label,
.page-mens_top .coordinate-item--info .coordinate-item--info--label,
.page-brandtop .coordinate-item--info .coordinate-item--info--label,
.page-search .coordinate-item--info .coordinate-item--info--label{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.page-top .coordinate-item--info .coordinate-item--info--stature,
.page-womens_top .coordinate-item--info .coordinate-item--info--stature,
.page-mens_top .coordinate-item--info .coordinate-item--info--stature,
.page-brandtop .coordinate-item--info .coordinate-item--info--stature,
.page-search .coordinate-item--info .coordinate-item--info--stature{
    margin: 0 0 0 0;
    display: block;
    color: #000;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
}
.page-contentspages .staff-coordinate-item__info__staffname{
  display: none;
}

.page-top .article-item--info.list .article-item--info--staffname,
.page-womens_top .article-item--info.list .article-item--info--staffname,
.page-mens_top .article-item--info.list .article-item--info--staffname,
.page-brandtop .article-item--info.list .article-item--info--staffname,
.page-search .article-item--info.list .article-item--info--staffname{
  display: none;
}

.page-top .article-item--articletitle.detail,
.page-womens_top .article-item--articletitle.detail,
.page-mens_top .article-item--articletitle.detail,
.page-brandtop .article-item--articletitle.detail,
.page-search .article-item--articletitle.detail{
  display: block;
  font-weight: bold;
}
.page-goods .article-list .article-item--articletitle.list{
  display: block;
}
.page-goods .article-list .article-item--articletitle.detail{
  display: none;
}
body.page-goods .coordinate-list .coordinate-item .coordinate-item--info--label,
body.page-goods .coordinate-list .coordinate-item .coordinate-item--info--shop + .coordinate-item--info--stature,
.page-goods .article-item--info.list{
  display: none!important;
}
.article-item--main-detail .article-item--articletitle.list a{
    margin: 2px auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;
}
.article-item--articletitle.detail{
  display: none;
}

.page-contentspages #ss-staff-detail .coordinate-item--info .coordinate-item--info--staffname{
  display: none;
}