@charset "UTF-8";

/*
 * 大枠
 * スライダー
 * モーダル
 * STAFF REVIEW
 * COORDINATE
 * 関連商品
 * 関連記事
 * 基本情報
 * sku
 * カートに入りました
 * 取り扱い店舗を探す
 * アイテム説明
 * アイテムサイズ
 * 詳細情報
 * レコメンド
*/


/* ///////////////////////////////////////////////////////////////////
大枠
/////////////////////////////////////////////////////////////////// */

.breadcrumbs,
.l-container {
  width: 1100px !important;
}

.main {
  margin: 40px 0 0;
}

.left {
  width: 550px;
  float: left;
  margin: 0 0 110px;
}
.right {
  width: 500px;
  float: right;
  margin: 0 0 190px;
}



/* ///////////////////////////////////////////////////////////////////
スライダー
/////////////////////////////////////////////////////////////////// */
.slider {
  margin: 0 0 95px;
}


.slider * {
  outline: none;
}

.slider img {
  /*width: 550px;*/
  /*height: 734px;*/
  width: 431px;
  height: 575px;
  background: url(../../s/shared/img/common/icon_load.gif) no-repeat center;
  background-size: 15px;
  cursor: -webkit-grab;
}

.photo-comment {
  display: block;
  margin: 10px 0 0;
}

.slider-inr {
  /*width: 550px;*/
  /*height: 734px;*/
  width: 431px;
  /*height: 575px;*/
  position: relative;
  /*margin: 0 0 20px;*/
  margin: 0 auto 20px;
}

/*スライダーが動いてから表示*/
#slider ul {
  display: none;
}
#slider ul.slick-initialized {
  display: block;
}
img[data-lazy] {
  display: none !important;
}


/*左右アロー*/
.slider .slick-arrow {
  position: absolute;
  /*top: 330px;*/
  top: 250px;
  z-index: 2;
}
.slider .slick-arrow:hover {
  opacity: .6;
}
.slider .slick-prev,
.slider .slick-next {
  width: 60px;
  height: 0;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  padding: 60px 0 0;
}
.slider .slick-prev {
  background-image: url(../img/item/arrow-left-black.png);
  left: -60px;
}
.slider .slick-next {
  background-image: url(../img/item/arrow-right-black.png);
  right: -60px;
}


/*スライダー下*/
.slider-bottom {
  margin: 20px 0 30px;
}
.open-modal-button {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/item/ico-zoom.png) no-repeat left center;
  cursor: pointer;
  margin: 0 15px 0 0;
  display: none;
}
.open-modal-button:hover {
  opacity: .6;
}

/*お気に入り*/
.slider-fav {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  font: 500 13px 'Poppins', sans-serif !important;
  text-align: center;
  /*color: #c8c8c8;*/
  color: #4a4a4a;
  background-image: url(../img/item/ico-heart.png);
  background-position: center 13px;
  background-repeat: no-repeat;
  background-color: #fff;
  /*border: 1px solid #c8c8c8;*/
  border: 1px solid #c0c4cd;
  border-radius: 50%;
  padding: 31px 0 0;
  position: absolute;
  /*bottom: -30px;*/
  top: 545px;
  right: 20px;
  z-index: 50;
}
.slider-fav.on {
  background-image: url(../img/item/ico-heart-on_-.png);
}

/*カウンター*/
.slider-counter {
  box-sizing: border-box;
  font: 400 12px 'Poppins', sans-serif !important;
  color: #030000;
  letter-spacing: .1em;
  display: inline-block;
  vertical-align: middle;
}
.slider-counter-text {
  margin: 0 10px 0 0;
}


/*サムネイル*/
.slider-thumbs-group + .slider-thumbs-group {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0 0;
  margin: 15px 0 0;
}

.slider-thumbs img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.slider-thumbs ul {
  letter-spacing: -.4em;
}
.slider-thumbs li {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: center;
  margin: 0 5px 5px 0;
  cursor: pointer;
  position: relative;
}
.slider-thumbs li:hover {
  opacity: .6;
}
.slider-thumbs-image {
  display: block;
  position: relative;
}
.slider-thumbs li.active .slider-thumbs-image::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: inset 0 0 0 2px rgba(215, 72, 48, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.slider-thumbs-text {
  font: 500 11px 'Poppins', sans-serif !important;
  display: block;
  margin: 10px 0 0;
}


/* ///////////////////////////////////////////////////////////////////
モーダル
/////////////////////////////////////////////////////////////////// */
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: .1s;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
}

.modal-slider {
  position: relative;
  margin: 60px auto 0;
}

.modal-slider * {
  outline: none;
}

.modal-slider img {
  width: auto;
  vertical-align: top;
  cursor: -webkit-grab;
}

/*左右アロー*/
.modal-slider .slick-arrow {
  position: absolute;
  z-index: 2;
}
.modal-slider .slick-arrow:hover {
  opacity: .6;
}
.modal-slider .slick-prev,
.modal-slider .slick-next {
  width: 70px;
  height: 0;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  padding: 70px 0 0;
}
.modal-slider .slick-prev {
  background-image: url(../img/item/arrow-left-white.png);
  left: -70px;
}
.modal-slider .slick-next {
  background-image: url(../img/item/arrow-right-white.png);
  right: -70px;
}

/*カウンター*/
.modal-slider-counter {
  font: 400 12px 'Poppins', sans-serif !important;
  letter-spacing: .1em;
  color: #fff;
  position: absolute;
  top: 0;
  left: -115px;
  z-index: 2;
}

/*閉じる*/
.modal-slider-close {
  width: 21px;
  height: 21px;
  background: url(../img/item/ico-close-white.png) no-repeat;
  position: absolute;
  top: 0;
  right: -41px;
  cursor: pointer;
}
.modal-slider-close:hover {
  opacity: .6;
}



/* ///////////////////////////////////////////////////////////////////
STAFF REVIEW
/////////////////////////////////////////////////////////////////// */
.review {
  margin: 0 0 80px;
}
.review h2 {
  font: 400 20px 'Poppins', sans-serif !important;
  letter-spacing: .1em;
  margin: 0 0 30px;
}

.reviewers {
  overflow: hidden;
  -webkit-transition: .4s;
          transition: .4s;
}

.reviewer {
  width: 100%;
  display: table;
  margin: 0 0 20px;
}
.reviewer-image {
  width: 80px;
  display: table-cell;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.reviewer-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.reviewer-text {
  display: table-cell;
}
.reviewer-info {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.reviewer-comment {
  line-height: 1.6;
  background: #fbfbfb;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 8px 10px;
}

.review .view-more {
  margin: 0;
}
.review .view-more a {
  background: url(../img/item/arrow-down-review-more.png) no-repeat center bottom 7px;
  border: none;
}



/* ///////////////////////////////////////////////////////////////////
COORDINATE
/////////////////////////////////////////////////////////////////// */
.related-coordinate {
  margin: 0 0 80px;
}
.related-coordinate h2 {
  font: 400 18px 'Poppins', sans-serif !important;
  letter-spacing: .1em;
  margin: 0 0 15px;
}
.related-coordinate ul {
  letter-spacing: -.4em;
  overflow: hidden;
  -webkit-transition: .4s;
          transition: .4s;
}
.related-coordinate ul li {
  width: 176px;
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 10px 0;
}
.related-coordinate ul li:nth-child(3n) {
  margin: 0 0 10px;
}
.related-coordinate ul li a {
  display: block;
  text-decoration: none;
}
.related-coordinate ul li a img {
  width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0 0 8px;
}
.related-coordinate .coordinate-info {
  letter-spacing: normal;
}
.related-coordinate .coordinate-info .coordinate-info-brand {
  display: none;
}
.related-coordinate ul li a:hover .coordinate-info {
  opacity: .6;
}


/* ///////////////////////////////////////////////////////////////////
関連商品
/////////////////////////////////////////////////////////////////// */
.related-item {
  margin: 0 0 80px;
}
.related-item h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}
.related-item ul {
  letter-spacing: -.4em;
  overflow: hidden;
  -webkit-transition: .4s;
          transition: .4s;
}
.related-item ul li {
  width: 130px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 10px 20px 0;
}
.related-item ul li:nth-child(4n) {
  margin: 0 0 20px;
}
.related-item ul li a {
  display: block;
  text-decoration: none;
}
.related-item ul li a:hover {
  opacity: .6;
}
.related-item-image {
  margin: 0 0 8px;
}
.related-item-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.related-item-brand {
  font: 400 11px 'Poppins', sans-serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 4px;
}
.related-item-name {
  font-size: 11px;
  word-break: break-all;
  margin: 0 0 4px;
}
.related-item-price {
  font: 400 11px 'Poppins', sans-serif !important;
}
.related-item-price.discount {
  color: #be0d23;
}

.related-item .view-more {
  margin: 10px 0 0;
}



/* ///////////////////////////////////////////////////////////////////
関連記事
/////////////////////////////////////////////////////////////////// */
.related-article {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0 0;
  margin: 0 0 80px;
  display: none;
}
.related-article-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}
.related-article-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related-article-item {
  flex-basis: 50%;
  margin: 0 0 35px;
}
.related-article-item a {
  display: table;
  text-decoration: none;
}
.related-article-item a:hover {
  opacity: .6;
}
.related-article-item-image {
  display: table-cell;
  width: 75px;
}
.related-article-item-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.related-article-item-title {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px 0 12px;
}
.related-article-item-title p {
  font-size: 14px;
  line-height: 1.8;
}



/* ///////////////////////////////////////////////////////////////////
基本情報
/////////////////////////////////////////////////////////////////// */
.basic-info {
  margin: 0 0 45px;
}
.basic-info * {
  color: #515050;
}

.item__brandlogo {
  margin: 0 0 10px;
}

.item-brand {
  font-size: 14px;
  margin: 0 0 10px;
}
.item-brand span {
  font: 400 14px 'Poppins', sans-serif !important;
}

.item-name {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 35px;
}

/*価格*/
.basic-info-price-group {
}

.basic-info-price {
  float: left;
  line-height: 1;
}

/*通常価格*/
.basic-info-price-proper {
  font-size: 34px;
}
.basic-info-price-proper span {
  font-size: 12px;
  margin: 0 0 0 4px;
}
.basic-info-point-proper {
  float: left;
  border-bottom: 1px solid #000;
  margin: 12px 0 0 40px;
}

/*セール価格*/
.basic-info-price-line-through {
  font-size: 14px;
  text-decoration: line-through;
  margin: 0 0 10px;
}
.basic-info-price-sale {
  font-size: 34px;
  display: inline-block;
  vertical-align: bottom;
  color: #c60038;
}
.basic-info-price-sale span {
  font-size: 12px;
  color: inherit;
  margin: 0 0 0 4px;
}
.basic-info-price-off {
  font-size: 18px;
  display: inline-block;
  vertical-align: bottom;
  color: #c60038;
  margin: 0 0 2px 5px;
}
.basic-info-price-off span {
  font-size: 14px;
  color: inherit;
}
.basic-info-point-sale {
  float: right;
  border-bottom: 1px solid #000;
  margin: 12px 0 0 40px;
}


/* ///////////////////////////////////////////////////////////////////
sku
/////////////////////////////////////////////////////////////////// */
.sku-list {
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
}

.size-group {
  position: relative;
}
.size-group ul {
  width: 100%;
  display: table;
}
.size-group ul li {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #e6e6e6;
}

/*画像*/
.size-group-image {
  width: 70px;
  visibility: hidden;
  padding: 9px 0 8px;
}
.size-group:first-child .size-group-image {
  visibility: visible;
}

.size-group-image > span {
  width: 34px;
  display: block;
  text-align: center;
  cursor: pointer;
}
.size-group-image > span img {
  width: 34px;
  height: 46px;
}
.size-group-image > span span {
  font: 500 10px/1 'Poppins', sans-serif !important;
  display: block;
  margin: 6px 0 0;
}

/*サイズ*/
.size-group-size {
  width: 65px;
  font: 500 12px 'Poppins', sans-serif !important;
}

/*在庫*/
.size-group-stock {
  font-size: 11px;
  width: 115px;
}

/*価格、数量*/
.size-group-price,
.size-group-amount {
  display: none !important;
}


.size-group-button {
  width: 200px;
}

.cart-button {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  background: #eb735f;
  border: none;
  color: #fff;
  padding: 8px 0;
}
.cart-button:hover {
  opacity: .6;
}



.sku__attribute__arrivalbutton {
  position: relative;
}
.sku__attribute__arrivalbutton--popup {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  display: none;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.sku__attribute__arrivalbutton span,
.sku__attribute__arrivalbutton--popup a {
  width: 100%;
  font-size: 14px;
  /*font-weight: bold;*/
  display: block;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  background: #c8c8c8;
  border: none;
  color: #fff;
  padding: 8px 0;
  cursor: pointer;
}
.sku__attribute__arrivalbutton--popup a:hover {
  background: #dbdbdb;
}

.sku__attribute__arrivalbutton--popup input {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
}

.size-group-favourite {
  box-sizing: border-box;
  width: 50px;
  padding: 0 0 0 14px;
}
.size-group-favourite a {
  width: 36px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
}
.size-group-favourite a:hover {
  opacity: .6;
}
.size-group-favourite a.OFF {
  background-image: url(../img/item/ico-favourite-off.png);
}
.size-group-favourite a.ON {
  background-image: url(../img/item/ico-favourite-on.png);
}



/* ///////////////////////////////////////////////////////////////////
カートに入りました
/////////////////////////////////////////////////////////////////// */
.cart-popup {
  box-sizing: border-box;
  width: 400px;
  padding: 20px 30px 25px;
  box-shadow: 0px 0px 16px -2px rgba(140, 140, 140, .4);
  border: 1px solid #e6e6e6;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 10;
  display: none;
}

.cart-popup-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #eb735f;
  margin: 0 0 20px;
}

.cart-popup-close {
  position: absolute;
  top: 60px;
  right: 30px;
}
.cart-popup-close a {
  width: 19px;
  height: 0;
  background: url(../img/item/ico-cart-popup-close.png) no-repeat;
  overflow: hidden;
  display: block;
  padding: 19px 0 0;
  cursor: pointer;
}
.cart-popup-close a:hover {
  opacity: .6;
}

.cart-popup-item {
  width: 100%;
  display: table;
  margin: 0 0 15px;
}
.cart-popup-item-image {
  width: 80px;
  display: table-cell;
}
.cart-popup-item-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 1px solid #e6e6e6;
}

.cart-popup-item-inr {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 12px;
}

.cart-popup-item_title {
  font-size: 11px;
}
.cart-popup-item-detail {
  font-size: 13px;
  margin: 0 0 5px;
}

.cart-popup-submit {
  width: 200px;
  margin: 0 auto;
}
.cart-popup-submit a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  background: #eb735f;
  color: #fff;
  padding: 13px 0;
}
.cart-popup-submit a:hover {
  opacity: .6;
}




/* ///////////////////////////////////////////////////////////////////
取り扱い店舗を探す
/////////////////////////////////////////////////////////////////// */
.shop-stock {
  margin: 40px 0;
}

.shop-stock-button {
  margin: 0 0 40px;
}

.shop-stock ul li {
  font-size: 11px;
  line-height: 1.7;
  color: #db1f00;
}
.shop-stock ul li:last-child {
  color: #000;
}

.shop-stock-button a {
  font-size: 14px;
  letter-spacing: .1em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #646464 url(../img/item/ico-pin.png) no-repeat 20px center;
  border-radius: 50px;
  padding: 8px 20px 8px 40px;
}
.shop-stock-button a:hover {
  opacity: .6;
}


/*アイテム説明上のバナー*/
.banner-above-item-description {
  margin: 0 0 40px;
}



/* ///////////////////////////////////////////////////////////////////
アイテム説明
/////////////////////////////////////////////////////////////////// */

.item-description {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0 25px;
}
.item-description h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}
.item-description-contents {
  font-size: 13px;
  line-height: 1.8;
}



/* ///////////////////////////////////////////////////////////////////
アイテムサイズ
/////////////////////////////////////////////////////////////////// */

.item-size {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0 25px;
}
.item-size h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}

.measuretable {
  width: 100%;
  margin: 0 0 20px;
}
.measuretable table {
  width: 100%;
}

.measuretable__table td {
  /*font-size: 14px;*/
  text-align: center;
  border: 1px solid #b8b8b8;
  padding: 16px 0;
}
.measuretable__table .measuretable__table--color {
  background: #f4f4f4;
  padding: 10px 0;
}

.item-size-link {
  overflow: hidden;
  margin: 0 0 20px;
}
.item-size-link-inr a {
  color: #999;
  display: inline-block;
  margin: 0 0 5px;
}

.measuretable__about {
  margin: 10px 0 0;
}


/* ///////////////////////////////////////////////////////////////////
詳細情報
/////////////////////////////////////////////////////////////////// */

.detail-info {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0 0;
  margin: 0 0 30px;
}
.detail-info h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}

.info-code {
  margin: 0 0 20px;
}
.info-code-code {
  font-size: 14px;
  font-weight: bold;
  background: url(../img/item/ico-tag.png) no-repeat left 2px;
  padding: 0 0 0 30px;
  margin: 0 0 4px;
}

.detail-info-inr {
  background: #f4f4f4;
  padding: 20px;
}

.info-group {
  width: 100%;
  display: table;
}
.info-group + .info-group {
  margin: 20px 0 0;
}
.info-group h4 {
  width: 95px;
  font-size: 13px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.info-group h4::after {
  content: '：';
  position: absolute;
  top: 0;
  right: 0;
}

.info-group-contents {
  font-size: 13px;
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 10px;
}

.info-category .info-group-contents span {
  margin: 0 4px;
}

.info-group a {
  text-decoration: underline;
}
.info-group a:hover {
  text-decoration: none;
}


/*social-link*/
.social-link {
}
.social-link h3 {
  font: 400 14px 'Poppins', sans-serif !important;
  letter-spacing: .1em;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 0;
}
.social-link ul {
  display: table-cell;
}
.social-link ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.social-link ul li a {
  width: 39px;
  height: 0;
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 39px 0 0;
}

.social-link-twitter a {
  background-image: url(../img/item/ico-twitter.png);
}
.social-link-fb a {
  background-image: url(../img/item/ico-fb.png);
}
.social-link-mail a {
  background-image: url(../img/item/ico-mail.png);
}

.social-link ul li a:hover {
  opacity: .6;
}





/* ///////////////////////////////////////////////////////////////////
レコメンド
/////////////////////////////////////////////////////////////////// */
/*
 * この商品を見た人はコチラの商品もチェックしています
 * 最近チェックした商品
 * 最近チェックしたコーディネート
 */
.list-bottom {
  width: 1100px;
  overflow: hidden;
  margin: 0 0 70px;
}
.list-bottom-title {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.list-bottom-title h2 {
  font-size: 16px;
  font-weight: bold;
}
.list-bottom-title a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  background: #636363;
  border-radius: 50px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.list-bottom-title a::before {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  background: url(../img/coord/ico-close.png) no-repeat;
  margin: 2px 5px 0 0;
}
.list-bottom-title a:hover {
  opacity: .6;
}


/*この商品を見た人はコチラの商品もチェックしています*/
.list-bottom .dv_recommend {
  width: 1140px;
  letter-spacing: -.4em;
  overflow: hidden;
  -webkit-transition: .4s;
          transition: .4s;
}
.list-bottom .dv_rc_items {
  width: 127px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 12px 15px 0;
}

.list-bottom .dv_rc_items a {
  display: block;
  text-decoration: none;
}
.list-bottom .dv_rc_items a:hover {
  opacity: .6;
}
.list-bottom .dv_rc_items a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.list-bottom .dv_rc_img {
  margin: 0 0 8px;
}

.list-bottom .dv_rc_description {
  font: 400 11px 'Poppins', sans-serif;
  word-break: break-all;
  margin: 0 0 4px;
}
.list-bottom .dv_rc_name {
  font-size: 11px;
  word-break: break-all;
  margin: 0 0 4px;
}
.list-bottom .dv_rc_price {
  font: 400 11px 'Poppins', sans-serif;
}

#recommender_pc311 + .view-more {
  margin: 15px 0 0;
}

/*最近チェックした商品,最近チェックしたコーディネート*/
.list-bottom ul {
  letter-spacing: -.4em;
  overflow: hidden;
  -webkit-transition: .4s;
          transition: .4s;
}
.list-bottom ul li {
  width: 127px;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 15px 0;
}
.list-bottom ul li:nth-child(8n) {
  margin: 0 0 20px;
}
.list-bottom ul li a {
  display: block;
}
.list-bottom ul li a:hover {
  opacity: .6;
}
.list-bottom ul li a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}



.view-more {
  text-align: center;
  margin: 30px 0 0;
}
.view-more a {
  box-sizing: border-box;
  width: 230px;
  display: inline-block;
  background: #fff;
  border: 1px solid #030000;
  font: 400 12px 'Poppins', sans-serif;
  color: #030000;
  letter-spacing: .25em;
  padding: 15px 0;
}
.view-more a:hover {
  text-decoration: none;
  opacity: .6;
}
.view-more.hide {
  display: none;
}


/*SEOテキスト*/
.page-description {
  margin: 190px 0 0;
}