﻿@charset "UTF-8";

/* ----トピック---- */

.block-top-topic,
.block-category-list--topic {
  width: 1200px;
  margin: 0 auto;
}
.block-top-topic--headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-top-topic--header {
  font-size: 44px;
  line-height: 1.2;
  padding: 19px 0 0;
}

.block-top-topic--header span {
  display: block;
  font-size: 11px;
}

.block-top-topic--body,
.block-topic-details--items {
  margin: 60px 0 182px;
}

.block-top-topic--items,
.block-topic-details--items {
  border-top: 1px solid #707070;
  font-size: 15px;
}

.block-top-topic--items li,
.block-topic-details--items li {
  border-bottom: 1px dotted #ddd;
  padding: 32px 30px 27px;
}

.block-top-topic--items a,
.block-topic-details--items a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-top-topic--items a:after,
.block-topic-details--items a:after {
  content: url("../../img/usr/common/slick_right.png");
  width: 33px;
}

.block-top-topic--items dl,
.block-top-topic--items dt,
.block-top-topic--items dd {
  display: inline;
}

dd.block-top-topic--comment {
  display: block;
  margin-top: 5px;
}

.block-top-topic--items dt {
  margin-right: 10px;
}

.block-top-topic--next-page {
  text-align: right;
  margin-top: 20px;
}

.block-top-topic--next-page a {
  color: #000000;
  border-bottom: 2px solid #444444;
  font-size: 18px;
  text-decoration: none;
}

.block-top-topic--items img {
  vertical-align: middle;
}

.block-topic-page--article-icon {
  vertical-align: middle;
}

.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;
}

/* ----最近見た商品---- */

.block-recent-item {
  width: 1200px;
  margin: 0 auto;
}

.block-recent-item--header {
  font-size: 44px;
  padding: 19px 0 30px;
}
h2.block-recent-item--header:after {
    content: "最近チェックしたアイテム";
    font-size: 65%;
    margin-left: 30px;
}

/* .block-recent-item--items {
  width: 900px;
} */

.block-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}

.block-recent-item--keep-history a {
  /* color: #6fb4c3; */
  text-decoration: underline;
  font-size: 14px;
}

/* ----最近チェックした商品(ブランド)---- */

.block-brand-recent-item {
  width: 900px;
}

.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: 900px;
}

.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 {
  width: 1200px;
}

.block-cart-recent-item--header {
    font-size: 38px;
    border-top: #444 1px solid;
    padding: 19px 0 30px;
    margin-top: 35px;
}

.block-cart-recent-item--header:after {
    content: "最近チェックしたアイテム";
    font-size: 65%;
    margin-left: 30px;
}
.block-thumbnail-c--price.price.js-enhanced-ecommerce-goods-price {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.block-cart-recent-item--items {
  width: 1200px;
}

.block-cart-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}

.block-cart-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}

/* ----検索サジェスト---- */

.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: 12px 0;
}

.page-category .block-topic-path,
.page-genre .block-topic-path,
.page-event .block-topic-path {
  margin-bottom: 30px;
}

.block-topic-path--list li {
  display: inline-block;
  padding-right: 5px;
}

/* .block-topic-path--list a {
  text-decoration: underline;
} */

/* ----左メニューブロック共通---- */

.pane-left-menu {
  background-color: #f9f9f9;
}

.pane-left-menu .block-search-box,
.pane-left-menu .block-free-1,
.pane-left-menu .block-filter {
  width: 1200px;
  margin: 0 auto;
}

.pane-left-menu .block-search-box {
  width: 590px;
  margin-left: calc((100vw - 1200px) / 2);
  margin-top: 52px;
  float: left;
  padding-bottom: 80px;
}

.pane-left-menu .block-free-1 {
  width: 590px;
  margin-right: calc((100vw - 1200px) / 2);
  margin-top: 52px;
  float: right;
}

.pane-left-menu .block-filter {
  clear: both;
  padding: 0 0 52px;
}

.block-filter--form {
  display: flex;
  flex-wrap: wrap;
}
div#div_filter1 {
    order: 40;
}
div#div_filter2 {
    order: 40;
}
div#div_filter3 {
    order: 40;
}
div#div_filter4 {
    order: 40;
}
div#div_filter5 {
    order: 40;
}
div#div_filter6 {
    order: 40;
}
div#div_filter7 {
    order: 40;
}
div#div_filter8 {
    order: 40;
}
div#div_filter9 {
    order: 40;
}
div#div_filter10 {
    order: 40;
}
div#div_filter11 {
    order: 40;
}
div#div_filter12 {
    order: 40;
}
div#div_filter13 {
    order: 10;
}


.pane-left-menu .block-filter .block-filter--header {
  display: none;
}

.pane-left-menu .block-free-1 form {
  display: flex;
  align-items: flex-end;
  margin-left: 50px;
}

.pane-left-menu .block-free-1 form .action-buttons {
  width: auto;
}

.page-top .pane-left-menu {
  display: none;
}

.pane-left-menu h2 {
  font-size: 16px;
  font-weight: bold;
}

.pane-left-menu h3 {
  font-size: 16px;
  padding: 8px 0;
  font-weight: bold;
  margin-bottom: 5px;
  cursor: pointer;
}

.block-close-button {
  text-align: center;
  padding-bottom: 60px;
}

.block-close-button a {
  font-size: 15px;
  padding: 0 5px 5px;
  border-bottom: 2px solid #000000;
  font-weight: bold;
  text-decoration: none;
}

.block-close-button a:hover {
  cursor: pointer;
}

.block-category-list--box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.block-category-list--box .block-category-list--box-detail {
  margin-right: 20px;
  font-size: 14px;
  width: 221px;
  text-align: center;
  border-bottom: 2px solid #000000;
  padding: 7px 40px 7px 0;
  padding-bottom: 0;
}

.block-category-list--box .block-category-list--box-detail:before {
  content: url("../../img/usr/common/detail_i.png");
  margin-right: 35px;
}

.block-category-list--box .block-category-list--box-sort {
  width: 150px;
  text-align: center;
  /* border-bottom: 2px solid #000000; */
  padding: 7px;
}

.block-category-list--box .block-category-list--box-sort:before {
  content: url("../../img/usr/common/sort_i.jpg");
  margin-right: 32px;
}

.block-category-list--box .block-category-list--box-detail:hover,
.block-category-list--box .block-category-list--box-sort:hover {
  cursor: pointer;
}

.block-category-list--box .block-category-list--active {
  background-color: #f9f9f9;
  border-bottom: none;
}

/* ----右メニューブロック共通---- */
/* .pane-right-menu {
  display: none;
} */

/* ----キーワード検索ブロック---- */

.block-search-box--search-detail a {
  color: #6fb4c3;
  text-decoration: underline;
}

.form-group.block-search-goods--price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.block-search-box--filterbox {width: 1200px;margin: 0 auto;}

.block-search-box--word {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.block-search-box--filter {
  display: flex;
  flex-wrap: wrap;
}

h2.block-search-box--header {
  width: 100%;
  padding-bottom: 10px;
}

.block-search-box--form {
  /* margin-top: 13px; */
  display: flex;
  flex-wrap: wrap;
}

.block-search-goods--price .form-label {
  font-size: 16px;
  font-weight: bold;
/*  padding-bottom: 10px;*/
/*  width: 100%;*/
}

.block-search-goods--price .form-control {
  font-size: 11px;
  /* margin-top: 13px; */
  margin-right: 10px;
/*  height: 32px;*/
}

.block-search-goods--price .form-control input {
  height: 32px;
  width: 177px;
}

input.block-search-box--keyword:hover,
input.block-search-box--keyword {
  width: 455px;
  border: none;
  margin-right: 11px;
  border: 1px solid #C4C4C4;
}

button.block-search-box--search-submit {
  border: none;
  background-color: #000000;
  color: #ffffff;
  width: 52px;
  height: 32px;
}

.block-search-box--search-detail {
  margin: 5px 0;
  display: none;
}

/* ----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: 2px solid #cf2c2c;
  color: #cf2c2c;
}

.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;
}

.block-topic-free1 {
  background-image: url("../../img/usr/common/free_space_3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  height: 300px;
  width: 100%;
}

.page-top h1 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
}
