@charset "UTF-8";

/*____________________________________________________________________________

SITE TITLE: FASHION WALKER - コラム
TITLE: PC共通セッティング
____________________________________________________________________________*/

/* =========================================================
記事詳細 ヘッダー
========================================================= */
.l-container {
  max-width: 990px;
  position: relative;
  margin: 30px auto 0;
}
.l-container img {
  max-width: inherit;
  height: auto;
}
.article-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.article-header-text {
  padding-left: 20px;
}
.article-header-date {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}
.article-header-title {
  color: #444;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
}

/* =========================================================
記事詳細 コンテンツの各要素
========================================================= */
.article-contents h2 {
  color: #444;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  border-bottom: 2px solid #444;
  padding-bottom: 12px;
}
.article-contents h3 {
  color: #444;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  border-left: 4px solid #444;
  padding-left: 10px;
}
.article-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.article-image {
  display: block;
  max-width: 640px;
  height: auto;
  margin: 0 auto 15px;
}

/* =========================================================
記事詳細 目次
========================================================= */
.table-of-contents {
  background: #f4f4f4;
  margin-bottom: 50px;
  padding: 25px;
}
.table-of-contents h5 {
  font-size: 20px;
  line-height: 1.4;
}
.table-of-contents ul li {
  font-size: 16px;
  line-height: 1.4;
}

/* =========================================================
記事詳細 商品一覧
========================================================= */
.catalog_hbs_contents .lc-flexBox {
  max-width: 880px;
  margin: auto;
}
.catalog_hbs_contents a:hover {
  opacity: 0.8;
}
.catalog_hbs_contents a:hover .lc-item__body p {
  color: unset;
}
.rank_img {
  position: relative;
  width: 180px;
  height: 235px;
  overflow: hidden;
}
.rank_img:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: .02;
}
.catalog_hbs_contents img {
  position: relative;
  top: 50%;
  max-width: initial;
  width: 130%;
  height: auto;
  margin-left: -15%;
  transform: translateY(-50%);
}
.catalog_hbs_contents .-square img {
  width: 110%;
  margin-left: -5%;
}
.old_price {
  text-decoration: line-through;
}



.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.search-result__list {
  width: 310px;
  margin: 0 0 40px !important;
  padding: 0 20px 0 0;
}
.search-result__item--photo {
  width: 100%;
  height: auto;
}

.search-result__list p,
.item_campaign.TIMESALE {
  line-height: 1.6;
}

.item-button-wrap {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0;
}

.item-button-wrap .item-detail-link {
  width: 255px;
  height: 35px;
  display: table;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background: #01c3cf;
  float: left;
  position: relative;
}

.item-button-wrap .item-detail-link::after {
  font-family: 'lcicon';
  position: absolute;
  right: 15px;
  content: "\e91c";
  color: #fff;
}

.item-button-wrap .m-btn-icon {
  width: 35px;
  height: 35px;
  display: block;
  background: url(/res/p/img/common/2019-01/item_favorite_off.png) no-repeat 0;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  float: right;
}
.item-button-wrap .m-btn-icon:hover {
  opacity: .8;
}

/* =========================================================
記事詳細 コーディネート一覧
========================================================= */
.coordinate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.coordinate {
  width: 310px;
  margin: 0 0 40px !important;
}
.coordinate-image {
  width: 100%;
  margin: 0 0 15px;
}
.coordinate-image a {
  display: block;
}
.coordinate-image a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.coordinate .coordinate-detail-link {
  /* 一時、非表示に */
  display: none;
  width: 100%;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background: #01c3cf;
  position: relative;
}

.coordinate .coordinate-detail-link::after {
  content: '';
  width: 9px;
  height: 15px;
  background: url(/s/columns/img/arrow-right-white.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* =========================================================
記事詳細 青のボタン
========================================================= */
.catalog_list_more_btn {
  background-color: #01c3cf;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  margin-top: 8px;
  border-radius: 3px;
}
.catalog_list_more_btn:hover {
  color: #fff;
  text-decoration: none;
}
.blue-big-button {
  margin: 60px auto 80px;
}
.blue-big-button a {
  background-color: #fff;
  color: #01c3cf;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  height: 50px;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 auto;
  border: 1px solid #01c3cf;
  border-radius: 6px;
}
