@charset "UTF-8";

/* イベント（ＰＣ） ファーストビュー用 */

/* sys/base_form.css のコピー ここから */

/* ----入力フォーム共通---- */

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* ----ボタン---- */

.btn-primary {
  color: #fff;
  border: solid 1px #c54f00;
  background-color: #f60;
}

/* ここまで sys/base_form.css のコピー */


/* sys/base_misc.css のコピー ここから */

/* ----テキストカラー----*/

.price {
  color: #c30;
}

/* ----ページャー---- */

.pager {
  margin-bottom: 20px;
  margin-top: 5px;
  text-align: right;
}

.pager > * {
  display: inline-block;
  vertical-align: top;
}

.pager-total {
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
}

.pagination {
  display: inline-block;
}

.pagination > * {
  list-style-type: none;
  float: left;
  margin-left: -1px;
  padding: 2px 7px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

.pager-current {
  color: #c00;
}

/* ----画像センタリング配置---- */

.img-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-center img {
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* ここまで sys/base_misc.css のコピー */


/* sys/layout.css のコピー ここから */
.wrapper {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.pane-header .container {
  display: flex;
  align-items: center;
  height: 90px;
}

.pane-globalnav {
  width: 100%;
}

/* ここまで sys/layout.css のコピー */


/* sys/block_goods.css のコピー ここから */

/* ----商品一覧画面----*/

/* 表示方法・並べ替え・ページャ */

.block-goods-list--items-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  font-size: 13px;
  border-bottom: 1px solid var(--line-color);
}

.block-goods-list--display-style-items,
.block-goods-list--sort-order-items {
  display: none;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items,
.block-goods-list--items-wrap .block-goods-list--sort-order-items {
  display: flex;
  align-items: center;
  margin: 0;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 3px 3px 0 0;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active a {
  background: #F2F2F2;
  font-weight: bold;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a::before {
  content: '';
  display: inline-block;
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.detail-style a::before {
  height: 14px;
  background-image: url('../../img/usr/common/ico_display_detail.png');
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.thumbnail-style a::before {
  height: 20px;
  background-image: url('../../img/usr/common/ico_display_thumbnail.png');
}

.block-goods-list--items-wrap .block-goods-list--pager-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.block-goods-list--sort-order-items dt {
  margin-right: 20px;
  font-weight: 400;
}

.block-goods-list--sort-order-items dd .select-wrap {
  position: relative;
}

.block-goods-list--sort-order-items dd .select-wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../img/usr/common/ico_arrow14x8_gray.png');
}

.block-goods-list--sort-order-items dd select {
  width: 182px;
  height: 39px;
  padding: 10px;
  font-weight: 500;
  appearance: none;
  border: 1px solid var(--line-color);
  border-radius: 3px;
}


/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */

.block-pickup-list-p li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.block-pickup-list-p--item-body {
  display: flex;
  width: 450px;
}

.block-pickup-list-p--image {
  width: 142px;
}

.block-pickup-list-p--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-pickup-list-p--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-pickup-list-p--comment {
  padding: 10px 0;
}

.block-pickup-list-p--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
}

.block-pickup-list-p .price {
  font-weight: bold;
}

.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt {
  text-align: right;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h {
  margin: 10px 0;
}

.block-thumbnail-h {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-thumbnail-h li {
  width: 142px;
  margin-left: 9px;
}

.block-thumbnail-h li:nth-child(6n+1) {
  margin-left: 0;
}

.block-thumbnail-h--goods-image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-thumbnail-h--goods-description {
  margin-top: 20px;
}

.block-thumbnail-h--goods .price {
  font-weight: bold;
}

.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
  text-align: right;
}

/* ----カテゴリーツリー---- */

.block-category-tree--item__open,
.block-category-tree--item {
  border-top: #eee 1px solid;
}

.block-category-tree--item__open a,
.block-category-tree--item a,
.block-category-tree--item > span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
}

.block-category-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----ジャンルツリー---- */

.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: #eee 1px solid;
}

.block-genre-tree--item__open a,
.block-genre-tree--item a,
.block-genre-tree--item > span {
  display: flex;
  align-items: center;
  height: 43px;
}

.block-genre-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}
/* ここまで sys/block_goods.css のコピー */

/* usr/block.css のコピー ここから */

.block-genre-page .container {
  padding-top: 1.2rem;
}

.block-genre-page--header {
  margin-bottom: 2rem;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
}

.block-genre-page--comment {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.block-genre-section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--line-color)
}

.block-genre-section .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.block-genre-page-feature {
  margin-top: 30px;
}

.block-genre-page-feature ul {
  display: flex;
  flex-wrap: wrap;
}

.block-genre-page-feature ul::after {
  content: '';
  display: block;
  width: 279px;
  height: 0;
}

.block-genre-page-feature li {
  width: 279px;
}

.block-genre-page-feature li:nth-of-type(n+4) {
  margin-top: 20px;
}

.block-genre-category-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-genre-category-list ul::before,
.block-genre-category-list ul::after {
  content: '';
  display: block;
  width: 210px;
  height: 0;
}

.block-genre-category-list ul::before {
  order: 1;
}

.block-genre-category-list ul li {
  width: 210px;
}

.block-genre-category-list ul li:nth-of-type(n+5) {
  margin-top: 18px;
}

.block-genre-category-list ul li a {
  display: block;
  height: 100%;
  padding: 20px;
  border: 1px solid var(--line-color);
}

.block-genre-category-list ul li .head {
  display: flex;
  align-items: center;
}

.block-genre-category-list ul li .head figure {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
}

.block-genre-category-list ul li .head figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-genre-category-list ul li .head .name {
  font-weight: 500;
  color: var(--link-color);
}

.block-genre-category-list ul li .comment {
  margin-top: 17px;
  font-size: 13px;
  line-height: 1.6;
  color: inherit;
}

.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

/* ここまで usr/block.css のコピー */
