@charset "utf-8";

/* ==================================
common.css
================================== */
#breadcrumbs li > h1 {
  display: inline-block;
  font-weight: normal;
}
#contents .common .brand-name {
  min-width:1000px;
  padding: 40px 0;
  text-align: center;
}
#contents .common .brand-name a {
  display:block;
  min-width:1000px;
  text-align:center;
}
#contents .common .brand-name a:hover {
  opacity:.8;
}
#contents .common.detail .brand-name a {
/*  margin-bottom:20px;*/
}
#contents .common .ttl-area {
  margin: -30px 0 -30px;
}
#contents .common .ttl-area .ttl-large {
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 13px;
  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 column
================================== */
.decorte-wrap {
  width:1000px;
  margin:0 auto 30px;
  padding-left:40px;
  padding-right:40px;
}
.common .main {
  float:right;
  /*width:762px;*/
}
.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 {
  display: flex;
  justify-content: space-between;
  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;
  z-index:1;
}
#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 19px 20px;
  text-align:center;
  font-size:13px;
}
#contents .common .brand-category-nav > li > a#goC300 > span,
#contents .common .brand-category-nav > li > a#goC400 > span {
  line-height: 3em;
}
#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 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;
}



#contents .common .brand_category_nav_area{
  position: relative;
  z-index: 30;
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
}
#contents .common .brand_category_nav{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 1000px;
  margin: auto;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
}
#contents .common .brand_category_nav > li{
  width: 20%;
  padding-bottom: 20px;
}
#contents .common .brand_category_nav > li > a,
#contents .common .brand_category_nav > li > span{
  background-color: #000;
  color: #fff;
}
#contents .common .brand_category_nav li > a,
#contents .common .brand_category_nav li > span{
  position: relative;
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
}
#contents .common .brand_category_nav > li:hover .nav_child_box,
#contents .common .brand_category_nav > li:hover .nav_child_box li:hover .nav_grandchild_box {
  opacity: 1;
  height: auto;
  overflow: visible;
}
#contents .common .brand_category_nav .nav_child_box ul {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
#contents .common .brand_category_nav .nav_child_box ul li{
  width: 20%;
  text-align: center;
}
#contents .common .brand_category_nav .nav_grandchild_box,
#contents .common .brand_category_nav .nav_child_box{
  position: absolute;
  min-width: 225px;
  width: auto;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  height: 0;
  overflow: hidden;
}
#contents .common .brand_category_nav .nav_child_box{
  top: 50px;
  left: 0;
  width: 1000px;
  background-color: #f2f2f2;
}
#contents .common .brand_category_nav .nav_child_box::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  border: 12px solid transparent;
  border-bottom: 13px solid #f2f2f2;
  transition: opacity 300ms;
}
#contents .common .brand_category_nav > li:nth-child(1) .nav_child_box::after {
  left: 80px;
}
#contents .common .brand_category_nav > li:nth-child(2) .nav_child_box::after {
  left: 285px;
}
#contents .common .brand_category_nav > li:nth-child(3) .nav_child_box::after {
  left: 495px;
}
#contents .common .brand_category_nav .nav_child_box .nav_child li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
#contents .common .brand_category_nav .nav_grandchild_box{
  left: 100%;
  top: 0;
  background-color: #F5F5F5;
}



/* ==================================
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;
  margin-bottom: 110px;
}
#contents .common.fc .item-list-wrapper {
  margin: 50px 0 60px;
}
#contents .common .box_section {
  background-color: #fff;
}
#contents .common .box_section .slick-slider li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
#contents .common .box_section .slick-slider li a .item_img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}
#contents .common .box_section .slick-slider li a .item_bland {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#contents .common .box_section .slick-slider li a .item_name {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
}
#contents .common .box_section .slick-slider li a .item_price {
  display: block;
  font-size: 12px;
}

#contents .common .item-list .item li .item_icon,
#contents .common .box_section .item li .item_icon {
  margin:0;
}
#contents .common .item-list .item li .item_icon img,
#contents .common .box_section .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; }

#contents .common .item-list .item li {
  width: 213px;
  margin-left: 180px;
  margin-bottom: 30px;
}
#contents .common .item-list .item li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

/* ==================================
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;
}

/* ==================================
STAFF START
================================== */
#decorte .common #StaffList.box_section {
  padding: 0;
}
#decorte .common #CoordinateList h3,
#decorte .common #StaffList h3 {
  text-align: center;
}
#decorte .common #CoordinateList h3 span,
#decorte .common #StaffList h3 span {
  display: block;
  margin-top: 10px;
}
#decorte .common #CoordinateList .slick-prev,
#decorte .common #StaffList .slick-prev {
  left: -35px;
}
#decorte .common #CoordinateList .slick-next,
#decorte .common #StaffList .slick-next {
  right: -35px;
}

/* CoordinateList */
#decorte .common #CoordinateList {}
#decorte .common #CoordinateList.box_section {
  margin-bottom: 150px;
  padding-top: 110px;
  padding-bottom: 0;
  border-top: 1px solid #e6e6e6;
}
#decorte .common #CoordinateList .list-thumb {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  border: none;
}
#decorte .common #CoordinateList .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
#decorte .common #CoordinateList .list-thumb .slick-slide {
  opacity: 1;
  width: calc(100% / 5);
  padding: 0 15px;
}
#decorte .common #CoordinateList .list-thumb .slick-slide a {
  display: block;
  padding: 0;
}
#decorte .common #CoordinateList .list-thumb .review-staff {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#decorte .common #CoordinateList .thum-img,
#decorte .common #CoordinateList .list-thumb .review-staff .review-staff-img img {
  border: solid 1px #e6e6e6;
  background: #fff;
  text-align: center;
}
#decorte .common #CoordinateList .list-thumb .review-staff .review-staff-img {
  width: 25%;
}
#decorte .common #CoordinateList .list-thumb .review-staff .review-staff-img img {
  width: 100%;
  height: auto;
}
#decorte .common #CoordinateList .list-thumb .review-staff .review-staff-txt {
  width: 75%;
  padding-left: 10px;
  overflow: hidden;
}
#decorte .common #CoordinateList .list-thumb .review-staff .review-staff-txt .thum-brand,
#decorte .common #CoordinateList .list-thumb .review-staff .review-staff-txt .thum-staff,
#decorte .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;
}
#decorte .common #CoordinateList .list-thumb .thum-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
}
#decorte .common #CoordinateList .list-thumb .thum-img img {
  max-width: 100%;
  max-height: 100%;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #decorte .common #CoordinateList .list-thumb .thum-img img {
    height: 225px;
  } /* IE11 */
}
#decorte .common #CoordinateList .thum-txt + .thum-brand,
#decorte .common #CoordinateList .thum-txt + .thum-charge,
#decorte .common #CoordinateList .thum-brand + .thum-charge {
  margin-top: 4px;
}
#decorte .common #CoordinateList .thum-brand,
#decorte .common #CoordinateList .thum-charge {
  color: #999;
  font-size: 12px;
}
#decorte .common #CoordinateList .thum-date {
  text-align: left;
  margin-top: 4px;
  color: #999;
  font-size: 12px;
}
#decorte .common #CoordinateList .thum-txt {
  text-align: left;
  margin-top: 4px;
  font-size: 12px;
}
#decorte .common #CoordinateList .thum-txt.js-limitTxt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#decorte .common #CoordinateList .slick-prev,
#decorte .common #CoordinateList .slick-next {
  top: 120px;
}

/* StaffList */
#decorte .common #StaffList.box_section {
  margin-bottom: 110px;
}
#decorte .common #StaffList .rec-ranking .thum-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
}
#decorte .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 */
}

#decorte .common #StaffList .rec-ranking .ranking-staffType .type-spec {
  background: #eee;
}
#decorte .common #StaffList .rec-ranking .m-selectList {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px 0;
  border: none
}
#decorte .common #StaffList .slick-dotted.slick-slider {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#decorte .common #StaffList .rec-ranking .m-selectList .slick-slide {
  position: relative;
  padding: 0 15px;
}
#decorte .common #StaffList .rec-ranking .m-selectList .slick-slide::before {
  display: none;
}
#decorte .common #StaffList .rec-ranking .m-selectList .slick-slide a {
  display: block;
  padding: 0;
}
#decorte .common #StaffList .rec-ranking .thum-brand {
  height: 19px;
}
#decorte .common #StaffList .rec-ranking .thum-txt {
  margin-top: 4px;
  font-size: 12px;
  text-align: left;
}
#decorte .common #StaffList .thum-txt + .thum-brand,
#decorte .common #StaffList .thum-txt + .thum-charge,
#decorte .common #StaffList .thum-brand + .thum-charge {
  margin-top: 4px;
}
#decorte .common #StaffList .thum-brand,
#decorte .common #StaffList .thum-charge {
  color: #999;
  font-size: 12px;
  text-align: left;
}
#decorte .common #StaffList .rec-ranking .m-selectList .m-staffType-02 {
  margin-top: 40px;
  font-size: 12px;
}
#decorte .common #StaffList .m-staffType-02 li {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #424242;
}
#decorte .common #StaffList .m-staffType-02 .type-ttl {
  width: 36%;
  text-align: left;
}
#decorte .common #StaffList .m-staffType-01 .type-spec,
#decorte .common #StaffList .m-staffType-02 .type-spec {
  padding: 2px 8px;
  background: #eee;
  text-align: left;
}
#decorte .common #StaffList .m-btn-01 {
  border-radius: 3px;
  background: #000;
  color: #fff;
  text-align: center;
}
#decorte .common #StaffList .m-btn-nextpage {
  width: 300px;
  margin: 0 auto;
  font-size: 14px;
}
#decorte .common #StaffList .m-btn-nextpage a {
  display: block;
  position: relative;
  padding: 14px 0 ;
  color: #fff;
}
#decorte .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: "";
}
#decorte .common #StaffList .slick-prev,
#decorte .common #StaffList .slick-next {
  top: 45px;
}
#decorte .common #StaffList .slick-dots {
  bottom: 0;
}

/* ==================================
clearfix
================================== */
#contents .common .ttl-area .item-nav:after,
#contents .decorte-wrap:after,
#contents .common .main-view:after {
  content:"";
  clear:both;
  display:block;
}


/* ==================================
goods
================================== */
#decorte.goods #recommend{
  background-color: #eee;
}
#decorte.goods #recently {
    background-color: #fff;
}

