﻿

/* イベント（ＰＣ） ファーストビュー用 */

/* 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;
}

/* ここまで sys/base_form.css のコピー */


/* sys/base_misc.css のコピー ここから */

.price {
  color: #c30;
}

/* ----ページャー---- */

.pager {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 5px;
  text-align: right;
}

.pager>* {
  display: inline-block;
  vertical-align: top;
}

.pager-scope {
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
}

.block-goods-list--pager-bottom .pager-total {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 47px;
}

.pagination li a {
  display: flex;
}

.pagination>* {
  list-style-type: none;
  float: left;
  margin-left: -1px;
  padding: 2px 7px;
  background-color: #fff;
}

.pagination>.disabled {
  color: #777;
}

.pager-current {
  position: relative;
}

.pager-current::after {
  position: absolute;
  bottom: 1px;
  left: 9px;
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  background-color: #231F20;
}

/* ----画像センタリング配置---- */

/* ----テキストカラー----*/

.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: 1280px;
  margin: 0 auto;
}

.pane-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}

.pane-globalnav {
  width: 100%;
}

.pane-contents {
  min-height: 600px;
  padding-bottom: 50px;
}

.pane-contents .container {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  /* IE11 */
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
}

.pane-left-menu {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  width: 200px;
  margin: 42px 50px 0 0;
}

.page-top .pane-left-menu {
  display: none;
}

.pane-main {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  width: 100%;
  margin-top: 58px;
}

.pane-right-menu {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  margin: 30px 0;
  width: 100%;
}

/* ここまで sys/layout.css のコピー */


/* sys/block_common.css のコピー ここから */

/* ----左メニューブロック共通---- */

.pane-left-menu .pane-block--title {
  font-size: 20px;
  font-family: 'Marcellus', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック';
  margin-bottom: 10px;
}

.pane-block--title {
  margin: 20px 0;
  font-size: 26px;
  font-weight: normal;
}

/* ここまで sys/block_common.css のコピー */


/* sys/block_goods.css のコピー ここから */

/* ----商品一覧画面----*/

/* 表示方法・並べ替え・ページャ */
.block-goods-list--control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-goods-list--status-style {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.block-goods-list--display-style-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95px;
  height: 23px;
}

.block-goods-list--display-style-items li {
  width: 49px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
}

.block-goods-list--display-style-items li:last-of-type {
  width: 36px;
}

.block-goods-list--display-style-items li:first-of-type {
  background: url(../image/btn_stylet.png) no-repeat;
}

.block-goods-list--display-style-items li:last-of-type {
  background: url(../image/btn_stylep.png) no-repeat;
}

.block-goods-list--display-style-items li.active:first-of-type {
  background: url(../image/btn_on_stylet.png) no-repeat;
}

.block-goods-list--display-style-items li.active:last-of-type {
  background: url(../image/btn_on_stylep.png) no-repeat;
}

.block-goods-list--display-style-items a {
  display: block;
  overflow: hidden;
  text-indent: -999px;
}


.block-goods-list--display-style-items dt {
  display: inline-block;
  font-weight: bold;
}

.block-goods-list--display-style-items dd {
  display: inline-block;
  margin-right: 5px;
}

.block-goods-list--sort-order-items {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 36px;
  font-size: 12px;
}

.block-goods-list--sort-order-items .active {
  color: #c00;
}

dl.block-goods-list--sort-order-items {
  padding-bottom: 11px;
  border-bottom: 1px solid #333;
}

.block-goods-list--sort-order-items dt {
  display: inline-block;
}

.block-goods-list--sort-order-items dd {
  display: inline-block;
  margin-right: 5px;
}

.block-goods-list--sort-order-items dd select {
  border: none;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

.block-thumbnail-t li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.block-thumbnail-t--goods {
  width: 300px;
  margin-left: 27px;
  margin-bottom: 20px;
}

.block-thumbnail-t--goods:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-thumbnail-t--goods-image figure {
  width: 300px;
  height: 350px;
}

.block-thumbnail-t--goods a {
  color: #000;
}

.block-thumbnail-t--goods-description {
  margin-top: 25px;
  font-family: 'Century Gothic', 'CenturyGothic', 'AppleGothic', 'sans-serif';
}

.block-thumbnail-t--goods-brand {
  margin-bottom: 7px;
}

.block-thumbnail-t--goods-name {
  margin-bottom: 11px;
}

.block-thumbnail-t--scomment {
  color: #C12C2C;
  margin-bottom: 10px;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */

.block-ranking-r li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-ranking-r--goods {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-ranking-r--goods:first-of-type {
  margin-left: 0;
}

.block-ranking-r--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-ranking-r--goods a {
  text-decoration: underline;
}

.block-ranking-r--goods-description {
  margin-top: 20px;
}

.block-ranking-r--goods .price {
  font-weight: bold;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-ranking-r--scomment {
  color: #cc3302;
}

/* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.block-thumbnail-h li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 300px;
  margin-right: 26px;
}

.block-thumbnail-h li:nth-of-type(4n) {
  margin-right: 0;
}

.block-thumbnail-h--goods {
  width: 300px;
}

.block-thumbnail-h--goods-image figure {
  width: 300px;
  height: 350px;
}

.block-thumbnail-h--goods a {
  color: #000;
}

.block-thumbnail-h--goods-description {
  margin-top: 25px;
  font-family: 'Century Gothic', 'CenturyGothic', 'AppleGothic', 'sans-serif';
}

.block-thumbnail-h--goods-brand {
  margin-bottom: 7px;
}

.block-thumbnail-h--goods-name {
  margin-bottom: 11px;
}

.block-thumbnail-h--scomment {
  color: #C12C2C;
  margin-bottom: 10px;
}

/* ----カテゴリーツリー---- */
.block-category-tree--level-1>li {
  margin-bottom: 20px;
  border-top: none;
  border-bottom: #E3E3E3 1px solid;
}

.block-category-tree--level-1>li:last-of-type {
  margin-bottom: 0;
}

.block-category-tree--item__open,
.block-category-tree--item {
  border-top: #E3E3E3 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: 40px;
}

.block-category-tree--level-2>li {
  text-indent: 10px;
}

.block-category-tree--level-3>li {
  text-indent: 20px;
}

.block-category-tree--level-4>li {
  text-indent: 30px;
}

.block-category-tree--image {
  width: 40px;
  height: 40px;
  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/layout.css のコピー ここから */

.wrapper {
  background: #fff;
}

/* ここまで usr/layout.css のコピー */