@charset "utf-8";

/* ==================================
common.css
================================== */

@import "//fonts.googleapis.com/css?family=Libre+Baskerville";

#contents .common .brand-name a {
  display:block;
  min-width:1000px;
  margin-bottom:30px;
  padding:15px 0;
  background:#000;
  text-align:center;
}
#contents .common .brand-name a img{
  width: auto;
  position: relative;
  left: -350px;
}
#contents .common .brand-name a:hover {
  opacity:.8;
}
#contents .common.detail .brand-name a {
  margin-bottom:20px;
}
#contents .common .ttl-area {
  margin:30px 0;
}
#contents .common .ttl-area .ttl-large {
  margin-bottom:15px;
  padding:10px 0;
  font-size:20px;
  font-weight:normal;
  border-bottom:1px solid #d6d6d6;
}
#contents .common .ttl-area .ttl-large + img {
  margin-top:15px;
}

#contents .common .ttl-area .ttl-large-bs {
  margin-bottom:15px;
  padding:10px 0;
  font-size:20px;
  font-weight:normal;
/*  text-align:center;*/
}
#contents .common .ttl-area .ttl-large-bs + img {
  margin-top:15px;
}

#contents .common .ttl-area .item-nav li {
  float:left;
  font-size:13px;
}
#contents .common .ttl-area .item-nav li:after {
  content:"｜";
  margin:0 1em;
  display:inline-block;
}
#contents .common .ttl-area .item-nav li:last-child:after {
  display:none;
}

#contents .common .pager span,
#contents .common .pager a {
  border-radius:0;
}

/*#contents .baskerville { font-family: 'Libre Baskerville', serif; font-size:42px; font-weight:normal; line-height:1; }*/
#contents .baskerville { font-family: 'Libre Baskerville', serif; font-size:42px; font-weight:normal; line-height:1; color: #000; margin-right: 15px;}

/* ==================================
contents column
================================== */
.hermes-wrap {
  width:1000px;
  margin:0 auto 30px;
  padding-left:40px;
  padding-right:40px;
}
.common .main {
  float:right;
  width:789px;
}
.common .side {
  float:left;
  width:180px;
}

/* ==================================
main-view
================================== */
.main .main-view {
  margin-bottom:30px;
}
.main .main-view .ttl-page {
/*
  float:left;
  display:table;
  width:234px;
  height:280px;
*/
  background:#000;
  text-align:center;
  color:#fff;
}
.main .main-view .ttl-page .ttl-wrap {
	display:table-cell;
	width:100%;
	padding:15px;
	vertical-align:middle;
	word-wrap:break-word;
  text-align: left;
}
.main .main-view .ttl-page .ttl-wrap span:first-child {
  display:block;
  margin:0 auto 0;
  font-family:"Century Gothic Regular","Century Gothic";
  font-size:24px;
  font-weight:normal;
}
.main .main-view .ttl-page .ttl-wrap .txt_ja {
  margin-top:15px;
  display:block;
  font-size:12px;
  font-weight:normal;  
}
.main .main-view .ttl-page .ttl-wrap span:first-child {
/*  margin-top:94px;*/
  font-size: 16px;
  text-align: center;
}
.main .main-view .ttl-page.height-short,
.main .main-view .ttl-page.height-short2 {
  height:195px;
}
.main .main-view .ttl-page.height-short img:first-child {
  margin-top:70px;
}
.main .main-view .ttl-page.height-short2 img:first-child {
  margin-top:52px;
}
.main .main-view .ttl-page + img {
  float:right;
}


#contents .common .brand-category-nav {
  margin:0 0 20px;
  border-bottom:1px solid #e5e5e5;
  text-align:center;
}
#contents .common .brand-category-nav:after { content:""; clear:both; display:table; height:0; }

#contents .common .brand-category-nav > li {
  position:relative;
  display:inline-block;
/*  float:left;
  width:25%;*/
  z-index:1;
  vertical-align: top;
}
#contents .common .brand-category-nav > li:last-child {
/*	float:right;*/
}

/*#contents .common .brand-category-nav > li:nth-child(-n+4) {
  z-index:5;
}*/
#contents .common .brand-category-nav > li > a {
  display:block;
  background:#fff;
  cursor:pointer;
}
#contents .common .brand-category-nav > li > a:hover,
#contents .common .brand-category-nav > .active > a,
#contents .common .brand-category-nav > .sfHover > a {
	color:#424242;
	opacity:1;
	text-decoration:underline;
}
#contents .common .brand-category-nav > li > .nolink {
	text-decoration:none!important;
	cursor:default;
}
#contents .common .brand-category-nav > li > a > span {
  position:relative;
  display:block;
  padding:0 20px 20px;
  text-align:center;
  font-size:13px;
}
#contents .common .brand-category-nav > li:nth-child(3) > a > span,
#contents .common .brand-category-nav > li:nth-child(6) > a > span {
  padding-bottom: 40px;
}
#contents .common .brand-category-nav > .navparent > a > span:after {
  content:"";
  display:block;
  position:absolute;
  bottom:10px;
  left:0;
  right:0;
  width:0;
  height:0;
  margin:auto;
  border-style:solid;
  border-width:4px 3.5px 0 3.5px;
  border-color:#000 transparent transparent transparent;
}

#contents .common .brand-category-nav > li > a:hover span:after,
#contents .common .brand-category-nav > .active > a span:after,
#contents .common .brand-category-nav > .sfHover > a span:after {
}
#contents .common .brand-category-nav li ul {
  display:none;
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  width:260px;
  padding:20px 0;
  border:1px solid #e5e5e5;
  border-top:none;
  background:#fff;
  z-index:10;
}
#contents .common .brand-category-nav li:last-child ul {
}

#contents .common .brand-category-nav li ul a {
  display:block;
  padding:2px 20px;
  /*border:1px solid #d6d6d6;
  border-top:none;*/
  text-align:left;
  font-size:12px;
  word-wrap:break-word;
}
#contents .common .brand-category-nav li ul a:hover {
	color:#424242;
  opacity:1;
  text-decoration:underline;
}


/* ==================================
side
================================== */
.common .side dl {
  padding:20px 0;
  border-top:3px solid #000;
  border-bottom:3px solid #000;
}
.common .side dl dt {
  padding-bottom:5px;
  font-size:18px;
}
.common .side li {
  position:relative;
  font-size:12px;
}
.common .side dd > ul > li:before {
  content:"";
  display:inline-block;
  position:absolute;
  top:8px;
  left:0;
  width:0;
  height:0;
  border-style:solid;
  border-width:4px 0 4px 5px;
  border-color:transparent transparent transparent #000;
}
.common .side li a {
  display:inline-block;
  padding:2px 0 2px 15px;
   word-wrap:break-word;
}
.common .side li .nolink {
	cursor:default;
}

.common .side li li li a {
  padding-left:30px;
}
.common .side dd > ul > li.open:before {
  top:10px;
  left:-2px;
  border-width:5px 4px 0 4px;
  border-color:#000 transparent transparent transparent;
}
.common .side ul ul {
  display:none;
  padding-bottom:13px;
}
.common .side .open > ul {
	display:block;
}
/*.common .side dd > ul > .open > ul > li:hover > a,*/
#contents .common .side a:hover,
#contents .common .side a.current {
  text-decoration:underline;
	color:#424242;
	opacity:1;
}


/* ==================================
item-list
================================== */
#contents .common .item-list-wrapper {
  margin-top:90px;
}
#contents .common .item-list + .item-list {
  margin-top:40px;
}
#contents .common .item-list h1,
#contents .common .item-list h3 {
  margin-bottom:50px;
  font-size:20px;
  font-weight:normal;
}
#contents .common .item-list h1 span,
#contents .common .item-list h3 span,
#contents .common .box_section h3 span {
  margin-left:15px;
  font-size:15px;
  vertical-align:bottom;
}
#contents  .common .item-list h1 .baskerville,
#contents  .common .item-list h3 .baskerville,
#contents  .common .box_section h3 .baskerville {
	color:#000;
}
#contents  .common .item-list h1 .baskerville + span,
#contents  .common .item-list h3 .baskerville + span,
#contents  .common .box_section h3 .baskerville + span {
	vertical-align:middle;
  font-family: 'NotoSansJP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 900;
}
#contents .common .item-list .item li {
  width:234px;
  margin-left:30px;
  margin-bottom:50px;
}
#contents .common .item-list .item li:nth-child(3n+1) {
  clear:both;
  margin-left:0;
}
#contents .common .item-list .item li span {
  display:block;
  margin-top:4px;
  font-size:12px;
  word-break:break-all;
}
#contents .common .item-list .item li img {
  border:none;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
#contents .common .item-list .item .item_img {
  margin:0;
  padding:0;
}
#contents .common .item-list .item li .item_status {
  width:100%;
  margin:0;
  text-align:left;
	font-size: 0;
}
#contents .common .item-list .item li .item_status img {
  display:inline;
  width:auto;
	height: 18px;
  margin:2px 2px 0 0;
  border:none;
}
#contents .common .item-list .item li .item_bland {
  margin-top:15px;
}
#contents .common .item-list .item li .item_price {
  margin-bottom:10px;
  font-size:14px;
}
#contents .common .item-list .item li .item_icon {
  margin:0;
}
#contents .common .item-list .item li .item_icon img {
  display:inline;
  margin:0 10px 10px 0;
  border:none;
  vertical-align:middle;
  max-height:20px;
}

#contents .common .slick-slider .slick-prev,
#contents .common .slick-slider .slick-next { top:60px; }


/* ==================================
slider_4
================================== */
.list_item .slider_4 li {
	padding:0;
}
.list_item .slider_4 li a {
  display:block;
  position:relative;
  text-decoration:none;
}
.list_item .slider_4 li span {
  display:block;
  margin-top:4px;
  font-size:12px;
/*  text-align:center;*/
  word-break:break-all;
}
.list_item .slider_4 li img {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.list_item .slider_4 li .item_img {
	position:relative;
	margin:0;
	padding:0;
}
.list_item .slider_4 li .item_status {
	position:absolute;
	top:1px;
	left:1px;
	width:100%;
	margin:0;
	text-align:left;
}
.list_item .slider_4 li .item_status img {
	display:inline;
	width:auto;
	margin:0 2px 2px 0;
	border:none;
}

.list_item .slider_4 li .item_bland {
  margin-top:15px;
}
.list_item .slider_4 li .item_price {
  margin-bottom:10px;
  font-size:14px;
}
.list_item .slider_4 li .item_icon {
	margin:0;
}

.list_item .slider_4 li .item_icon img {
  display:inline;
  margin:0 10px 10px 0;
  border:none;
  vertical-align:middle;
  max-height:20px;
}
.list_item .slider_4 li .bt_bag {
  margin-top:20px;
  display:block;
}
#contents .common .list_item .slider_4 li .bt_bag a {
  display:block;
  padding:10px 5px;
  background:#000;
  color:#fff;
  text-align:center;
}
#contents .common .list_item .slider_4 li .bt_bag a:hover {
  background:#555;
}

/* アイコン表示 */
.list_item .slider_4 li.icon_bestcosme a:after {
  content:"";
  display:block;
  position:absolute;
  top:-25px;
  left:-10px;
  width:50px;
  height:50px;
  background:url(../../../d_images/icon/icon_bestcosme_s.svg) no-repeat;
  z-index:2;
}
.list_item .slider_4 li.icon_bestbuy a:after {
  content:"";
  display:block;
  position:absolute;
  top:-25px;
  left:-10px;
  width:50px;
  height:50px;
  background:url(../../../d_images/icon/icon_bestbuy_s.svg) no-repeat;
  z-index:2;
}
.list_item .slider_4 li.icon_recommend a:after {
  content:"";
  display:block;
  position:absolute;
  top:-25px;
  left:-10px;
  width:50px;
  height:50px;
  background:url(../../../d_images/icon/icon_staffrec_s.svg) no-repeat;
  z-index:2;
}

#contents .common .bx-wrapper .bx-controls-direction a {
  top:55px;
}

/* ==================================
clearfix
================================== */
#contents .common .ttl-area .item-nav:after,
#contents .hermes-wrap:after,
#contents .common .main-view:after {
  content:"";
  clear:both;
  display:block;
}


/* ==================================
about_hermes
================================== */
#contents .common .main.about .main-view .ttl-page{
  margin: auto auto 20px;
}
#contents .common .main.about .main-view .main_text{
  padding: 0 20px;
  text-align: justify;
  text-align-last: left;
  font-size: 16px;
  line-height: 1.5;
}


/* ==================================
HERMESその他
================================== */
#hermes #contents .brand_title_text {
  margin-top: 30px;
  margin-bottom: -50px;
  color: #000;
  white-space: nowrap;
}
#hermes #contents .brand_title_text .small {
/*  margin-left:15px;*/
  font-size:15px;
  font-weight: bold;
  vertical-align:bottom;
}
#hermes #contents .brand_img {
  margin-bottom: 110px;
}
#hermes #contents .item_shop_name {
  font-size: 12px;
  font-weight: normal;
}


/* ==================================
トップ商品
================================== */
#hermes .common #new-arrival div.inner,
#hermes .common #box-bestsellers div.inner,
#hermes .common #CoordinateList div.inner,
#hermes .common #StaffList div.inner {
  width: 740px;
  margin: auto;
  position: relative;
  left: -4px;
}
#hermes .common #new-arrival div.inner h2,
#hermes .common #new-arrival div.inner h3,
#hermes .common #box-bestsellers div.inner h2,
#hermes .common #box-bestsellers div.inner h3,
#hermes .common #CoordinateList div.inner h2,
#hermes .common #CoordinateList div.inner h3,
#hermes .common #StaffList div.inner h2,
#hermes .common #StaffList div.inner h3 {
  margin-left: -34px;
  color: #000;
}
#hermes .common #new-arrival div.inner h3,
#hermes .common #box-bestsellers div.inner h3,
#hermes .common #CoordinateList div.inner h3,
#hermes .common #StaffList div.inner h3 {
  margin-bottom: 20px;
}
#hermes .common #box-bestsellers,
#hermes .common #CoordinateList,
#hermes .common #StaffList {
  background-color: transparent;
}

/* ==================================
STAFF START
================================== */
/* CoordinateList */
#hermes .common #CoordinateList .list-thumb {
  padding: 20px 0;
  margin-bottom: 0;
  border: none;
}
#hermes .common #CoordinateList .inner .slick-slider {
  margin: 0 -15px;
}
#hermes .common #CoordinateList .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
#hermes .common #CoordinateList .list-thumb .slick-slide {
  opacity: 1;
  width: calc(100% / 5);
  padding: 0 15px;
}
#hermes .common #CoordinateList .list-thumb .slick-slide a {
  display: block;
  padding: 0;
}
#hermes .common #CoordinateList .list-thumb .review-staff {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#hermes .common #CoordinateList .thum-img,
#hermes .common #CoordinateList .list-thumb .review-staff .review-staff-img img {
  border: solid 1px #e6e6e6;
  background: #fff;
  text-align: center;
}
#hermes .common #CoordinateList .list-thumb .review-staff .review-staff-img {
  width: 25%;
}
#hermes .common #CoordinateList .list-thumb .review-staff .review-staff-img img {
  width: 100%;
  height: auto;
}
#hermes .common #CoordinateList .list-thumb .review-staff .review-staff-txt {
  width: 75%;
  padding-left: 10px;
  overflow: hidden;
}
#hermes .common #CoordinateList .list-thumb .review-staff .review-staff-txt .thum-brand,
#hermes .common #CoordinateList .list-thumb .review-staff .review-staff-txt .thum-staff,
#hermes .common #CoordinateList .list-thumb .review-staff .review-staff-txt .thum-shop {
  overflow: hidden;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#hermes .common #CoordinateList .list-thumb .thum-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 227px;
  box-sizing: border-box;
}
#hermes .common #CoordinateList .list-thumb .thum-img img {
  max-width: 100%;
  max-height: 100%;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #hermes .common #CoordinateList .list-thumb .thum-img img {
    height: 225px;
  } /* IE11 */
}
#hermes .common #CoordinateList .thum-txt + .thum-brand,
#hermes .common #CoordinateList .thum-txt + .thum-charge,
#hermes .common #CoordinateList .thum-brand + .thum-charge {
  margin-top: 4px;
}
#hermes .common #CoordinateList .thum-brand,
#hermes .common #CoordinateList .thum-charge {
  color: #999;
  font-size: 12px;
}
#hermes .common #CoordinateList .thum-date {
  text-align: left;
  margin-top: 4px;
  color: #999;
  font-size: 12px;
}
#hermes .common #CoordinateList .thum-txt {
  text-align: left;
  margin-top: 4px;
  font-size: 12px;
}
#hermes .common #CoordinateList .thum-txt.js-limitTxt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#hermes .common #CoordinateList .slick-prev,
#hermes .common #CoordinateList .slick-next {
  top: 130px;
}

/* StaffList */
#hermes .common #StaffList .rec-ranking .m-selectList {
  display: block;
  margin-bottom: 20px;
  padding: 20px 0;
  border: none
}
#hermes .common #StaffList .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 40px;
}
#hermes .common #StaffList .rec-ranking .m-selectList .slick-slide {
  position: relative;
  padding: 0 15px;
}
#hermes .common #StaffList .rec-ranking .m-selectList .slick-slide::before {
  display: none;
}
#hermes .common #StaffList .rec-ranking .m-selectList .slick-slide a {
  display: block;
  padding: 0;
}
#hermes .common #StaffList .rec-ranking .thum-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 227px;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
}
#hermes .common #StaffList .rec-ranking .thum-img img {
  max-width: 100%;
  max-height: 100%;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #StaffList .rec-ranking .thum-img img {
    height: 188px;
  } /* IE11 */
}

#hermes .common #StaffList .rec-ranking .ranking-staffType .type-spec {
  background: #eee;
}
#hermes .common #StaffList .rec-ranking .thum-brand {
  height: 19px;
}
#hermes .common #StaffList .rec-ranking .thum-txt {
  margin-top: 4px;
  font-size: 12px;
  text-align: left;
}
#hermes .common #StaffList .thum-txt + .thum-brand,
#hermes .common #StaffList .thum-txt + .thum-charge,
#hermes .common #StaffList .thum-brand + .thum-charge {
  margin-top: 4px;
}
#hermes .common #StaffList .thum-brand,
#hermes .common #StaffList .thum-charge {
  color: #999;
  font-size: 12px;
  text-align: left;
}
#hermes .common #StaffList .rec-ranking .m-selectList .m-staffType-02 {
  margin-top: 40px;
  font-size: 12px;
}
#hermes .common #StaffList .m-staffType-02 li {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #424242;
}
#hermes .common #StaffList .m-staffType-02 .type-ttl {
  width: 36%;
  text-align: left;
}
#hermes .common #StaffList .m-staffType-01 .type-spec,
#hermes .common #StaffList .m-staffType-02 .type-spec {
  padding: 2px 8px;
  background: #eee;
  text-align: left;
}
#hermes .common #StaffList .m-btn-01 {
  border-radius: 3px;
  background: #000;
  color: #fff;
  text-align: center;
}
#hermes .common #StaffList .m-btn-nextpage {
  width: 300px;
  margin: 0 auto;
  font-size: 14px;
}
#hermes .common #StaffList .m-btn-nextpage a {
  display: block;
  position: relative;
  padding: 14px 0 ;
  color: #fff;
}
#hermes .common #StaffList .m-btn-nextpage a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background: url(/ec/shop/hankyu-beauty/images/recommend/bt_list_arrow.svg) no-repeat;
  background-size: 7px 13px;
  content: "";
}
#hermes .common #StaffList .slick-dots {
  bottom: 0;
}

#hermes .common .box_section{
  padding-top: 0;
}

