﻿@charset "UTF-8";

/* ----トピック---- */

.block-top-topic {
  margin-top: 100px;
}

.block-top-topic--header {
  padding: 0 0 20px;
  border-top: none;
  border-bottom: 2px solid #E8E9EA;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}

.block-top-topic--header span {
  display: block;
  font-size: 11px;
}

.block-top-topic--body {
  margin-bottom: 0;
}

.block-top-topic--items li {
  padding: 22px 16px 22px;
  border-bottom: 1px dashed #CDD0D1;
}

.block-top-topic--items dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8
}

.block-top-topic--items dt,
.block-top-topic--items dd {
  display: block;
}

.block-top-topic--items dt {
  width: 96px;
  margin-right: 0;
  font-weight: 700;
}

.block-top-topic--items dd {
  width: 612px;
}

.block-top-topic--items .block-top-topic--image {
  display: inline;
  position: relative;
  top: -5px;
  margin-left: 4px;
}

.block-top-topic--items .block-top-topic--icon {
  display: inline;
  position: relative;
  top: -5px;
  height: 15px;
  margin-left: 4px;
}

.block-top-topic--next-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
  text-align: left;
}

.block-top-topic--next-page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 120px;
  height: 30px;
  color: #202021;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .08em;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.block-top-topic--next-page a:hover {
  text-decoration: none;
  opacity: .7;
}

.block-top-topic--next-page a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #202021;
}

.block-top-topic--next-page a::after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 14px;
  height: 11px;
  background: url(../../img/usr/common_pc/arw_black.png) center no-repeat;
  background-size: contain;
}

.block-top-topic--items img {
  vertical-align: middle;
}

.block-topic-page--article-icon {
  vertical-align: middle;
  height: 15px;
}

.block-topic-page--article figure {
  font-size: 0;
}

.block-topic-page--article figure img {
  padding-bottom: 10px;
}

.block-topic-details--items dl,
.block-topic-details--items dt,
.block-topic-details--items dd {
  display: inline;
}

.block-topic-details--items dt {
  margin-right: 10px;
}

.block-topic-details--items img {
  vertical-align: middle;
  height: 15px;
  display: inline;
}

.block-topic-details--items li {
  border-bottom: #ddd 1px solid;
  padding: 10px 0;
}

/* ----最近見た商品---- */

.block-recent-item {
  position: relative;
  width: 740px;
  margin-top: 100px;
}

.page-goods .block-recent-item {
  width: 1020px;
}

.block-recent-item--header {
  padding: 0 0 20px;
  border-top: none;
  border-bottom: 2px solid #E8E9EA;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}

.page-goods .block-recent-item--body {
  padding: 0 40px;
}

.block-recent-item--items {
  width: 900px;
}

.page-goods .block-recent-item--items {
  width: 980px;
}

.block-recent-item--keep-history {
  position: absolute;
  top: 8px;
  right: 0;
  margin-top: 0;
  text-align: right;
}

.block-recent-item--keep-history a {
  display: block;
  position: relative;
  color: #202021;
  text-decoration: none;
  font-size: 1.3rem;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.block-recent-item--keep-history a:hover {
  opacity: .7;
}

.block-recent-item--keep-history a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: url(../../img/usr/common_pc/icon_cross.png) center no-repeat;
  background-size: contain;
}

/* ----最近チェックした商品(ブランド)---- */

.block-brand-recent-item {
  width: 720px;
}

.block-brand-recent-item--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}

.block-brand-recent-item--items {
  width: 720px;
}

.block-brand-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}

.block-brand-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}

/* ----最近チェックした商品(カート)---- */

.block-cart-recent-item {
  position: none;
  width: 1020px;
  margin-top: 100px;
}

.block-cart-recent-item--header {
  padding: 0 0 20px;
  border-top: none;
  border-bottom: 2px solid #E8E9EA;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}

.block-cart-recent-item--body {
  padding: 0 40px;
}

.block-cart-recent-item--items {
  width: 980px;
}

.block-cart-recent-item--keep-history {
  position: absolute;
  top: 8px;
  right: 0;
  margin-top: 0;
  text-align: right;
}

.block-cart-recent-item--keep-history a {
  display: block;
  position: relative;
  color: #202021;
  text-decoration: none;
  font-size: 1.3rem;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.block-cart-recent-item--keep-history a:hover {
  opacity: .7;
}

.block-cart-recent-item--keep-history a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: url(../../img/usr/common_pc/icon_cross.png) center no-repeat;
  background-size: contain;
}

/* ----検索サジェスト---- */

.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 370px;
  background-color: #fff;
  border: 1px solid #000;
}

.block-search-suggest--keyword {
  padding: 2px;
}

.block-search-suggest--keyword-entry {
  display: block;
  text-decoration: none;
}

.block-search-suggest--goods {
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
}

.block-search-suggest--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
}

.block-search-suggest--goods-img img {
  width: 60px;
  height: 60px;
}

.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
  width: 100%;
}

.block-search-suggest--keyword:hover,
.block-search-suggest--goods:hover {
  background-color: #dedede;
  cursor: pointer;
}

/* ----パンくず---- */

.block-topic-path {
  padding: 14px 0 0;
  font-size: 1.1rem;
}

.block-topic-path--list li {
  display: inline-block;
  /* padding-right: 8px; */
  padding-right: 0;
}

.block-topic-path--list a {
  text-decoration: underline;
  display: inline-block;
  padding: 7px 10px 7px 0px;
  line-height: 1;
}

.block-topic-path--list li:last-child a {
  text-decoration: none;
}

.block-topic-path--list li:not(:first-child) a {
  /* margin-left: 8px; */
  padding-left: 10px;
  margin-left: 0;
}

.block-topic-path--list a:hover {
  text-decoration: none;
}

/* ----左メニューブロック共通---- */

.pane-left-menu h2 {
  position: relative;
  margin: 40px 0 20px;
  padding: 26px 0 0;
  border-top: 2px solid #202021;
  border-bottom: none;
  font-size: 1.8rem;
  font-weight: 700;
}

.pane-left-menu h2 .icon-switch {
  display: block;
  position: absolute;
  top: 22px;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.pane-left-menu h2 .icon-switch::before,
.pane-left-menu h2 .icon-switch::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #202021;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.pane-left-menu h2 .icon-switch::before {
  width: 12px;
  height: 2px;
}

.pane-left-menu h2 .icon-switch::after {
  width: 2px;
  height: 12px;
}

.pane-left-menu h2 .icon-switch.is-active::after {
  opacity: 0;
}

.pane-left-menu h3 {
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: #eee 1px solid;
  margin-bottom: 5px;
  cursor: pointer;
}

/* ----キーワード検索ブロック---- */

.block-search-box--search-detail a {
  color: #6fb4c3;
  text-decoration: underline;
}

.block-search-box--form {
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input.block-search-box--keyword:hover,
input.block-search-box--keyword {
  border: none;
  background-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

button.block-search-box--search-submit {
  border: none;
  background-color: transparent;
  width: 33px;
}

.block-search-box--search-detail {
  margin: 5px 0;
}

/* ----Ajaxカートブロック---- */

.block-jscart--items {
  border-bottom: #eee 1px solid;
  margin-bottom: 5px;
}

.block-jscart--items dd {
  text-align: right;
}

.block-jscart--delete {
  text-align: right;
  margin-bottom: 5px;
}

.block-jscart--cart-to-order {
  text-align: center;
  margin-top: 15px;
}

/* ----エラー画面---- */

.block-validation-alert {
  text-align: center;
  margin: 100px auto;
  padding: 30px;
  width: 500px;
  border: 1px solid #808080;
}

.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}

.block-common-alert {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-common-alert--link {
  display: block;
  margin-top: 10px;
}

.block-common-alert-list {
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #999;
  background-color: #fff;
  width: 800px;
}

.block-common-alert-list--items {
  color: #a94442;
}

/* ----郵便番号サジェスト---- */

.block-ziplist--ziplist-frame {
  z-index: 2000;
}

/* ----サイクル情報編集---- */

.block-regular-cycle--cycle-sub-type {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}

.block-regular-cycle--deliv_date {
  width: 100%;
  margin: 20px 0;
}

.block-regular-cycle--deliv_date--prev-expected-dt {
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--next-expected-dt {
  border: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  border-bottom: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-date,
.block-regular-cycle--deliv_date--next-expected-dt-date {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}
