@charset "UTF-8";
/* イベント（ＰＣ） ファーストビュー用 */
.isSp {
  display: none;
}

.isPc {
  display: block;
}

/* 共通のヘッダスタイル */
.section_hdg {
  text-align: center;
  color: #31546d;
  font-weight: 400;
}
.section_hdg_main {
  font-family: "Roboto Condensed", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 36px;
}
.section_hdg_sub {
  font-size: 14px;
}

/*sys/base_form.css のコピー ここから*/

/*----ボタン----*/
/*ここまで sys/base_form.css のコピー*/
/*usr/layout.css のコピー ここから*/
.pane-globalnav {
  position: relative;
  background-color: #444;
  color: #fff;
}

/*ここまで usr/layout.css のコピー*/
/*usr/block.css のコピー ここから*/
/*----ヘッダー----*/

.block-header-logo {
  width: 240px;
}

.block-headernav {
  width: 440px;
}

.block-headernav--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-headernav--item-list li {
  position: relative;
  display: inline-block;
  font-size: 11px;
  text-align: center;
}
.block-headernav--item-list li a {
  display: block;
}

/*----ヘッダー検索----*/
.block-global-search {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-global-search--keyword {
  width: 280px;
}

input.block-global-search--keyword:hover {
  background-color: transparent;
}

button.block-global-search--submit {
  border: none;
  background-color: transparent;
  width: 33px;
}

.block-global-search--searchdetail {
  margin-left: 15px;
}

.block-global-search--search-detail-link {
  color: #6fb4c3;
  text-decoration: underline;
}

/*----グローバルナビ----*/
.block-globalnav--item-list {
  display: table;
  width: 100%;
}
.block-globalnav--item-list div {
  margin-right: 10px;
}
.block-globalnav--item-list > div {
  display: table-cell;
  width: 20%;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}
.block-globalnav--item-list > div > a {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 0;
  text-decoration: none;
}
.block-globalnav--item-list > div > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 38px;
  border-left: 1px solid #666;
  top: 10px;
  left: 0;
}
.block-globalnav--item-list > div:last-child > a:before {
  border-right: 1px solid #666;
}

.block-globalnav-menu {
  position: absolute;
  background-color: #191919;
  opacity: 0.98;
  width: 100%;
  top: 58px;
  left: 0;
  padding: 30px 0 20px;
  text-align: left;
  z-index: 10;
}

/*ここまで usr/block.css のコピー*/
/*usr/user.css のコピー ここから*/
/*fade image in after load*/
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

/*ここまで usr/user.css のコピー*/
/*_firstview_listpage_body*/
/*sys/base_form.css のコピー ここから*/
/*----入力フォーム共通----*/
input,
button,
select,
textarea {
  color: var(--cl-bk);
  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"] {
  height: 56px;
  padding: 0 16px;
  border: 1px solid var(--cl-gr-3);
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1.6rem;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="number"]:hover {
  border: 1px solid var(--cl-gr-3);
}

select,
textarea {
  border: 1px solid var(--cl-gr-3);
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
}

select {
  height: 56px;
  padding: 0 32px 0 16px;
  background-image: url(../../img/usr/common/arw_select.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
}

select:hover {
  border: 1px solid var(--cl-gr-3);
  opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="checkbox"]:has(+ label),
label input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label,
label:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 24px;
  padding-left: 36px;
  font-size: 1.6rem;
  cursor: pointer;
}

input[type="checkbox"] + label::before,
label:has(input[type="checkbox"])::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../../img/usr/common/icon_cb_off.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.12s;
}

input[type="checkbox"]:checked + label::before,
label:has(input[type="checkbox"]:checked)::before {
  background-image: url(../../img/usr/common/icon_cb_on.png);
}

/*----ボタン----*/
/*ここまで sys/base_form.css のコピー*/
/*sys/base_misc.css のコピー ここから*/
/*----画像センタリング配置----*/
.img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.img-center img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/*----テキストカラー----*/
.price {
  color: #c30;
}

/*----テキストカラー----*/
.pager-current {
  color: #c00;
}

/*ここまで sys/base_misc.css のコピー*/
/*sys/layout.css のコピー ここから*/
.wrapper {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.pane-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}

.pane-globalnav {
  width: 100%;
}

.pane-contents {
  min-height: 600px;
}
.pane-contents .container {
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 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;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  /*IE11*/
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  width: 220px;
  margin: 30px 40px 0 0;
}

.pane-main {
  display: block;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  width: 1000px;
}

/*ここまで sys/layout.css のコピー*/
/*sys/block_common.css と共通 ここから*/

/*ここまでsys/block_common.css と共通*/
/*sys/block_goods.css のコピー ここから*/
/*----アイコン----*/
/*----商品一覧画面----*/
/*表示方法・並べ替え・ページャ*/
.block-goods-list--display-style-items {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.block-goods-list--display-style-items .active {
  color: #c00;
}
.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-cart-i--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-cart-i--goods-image {
  width: 224px;
}

.block-cart-i--goods {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  margin-left: 33px;
}
.block-cart-i--goods:first-of-type {
  margin-left: 0;
}

.block-cart-i--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-cart-i--goods a {
  text-decoration: underline;
}

.block-cart-i--goods-description {
  margin-top: 20px;
}

.block-cart-i--goods .price {
  font-weight: bold;
  text-align: right;
}
.block-cart-i--goods .net-price,
.block-cart-i--goods .default-price,
.block-cart-i--goods .exchange-price,
.block-cart-i--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-cart-i--scomment {
  color: #cc3302;
}

/* sort/count */
.block-category-list--goods {
  margin-top: 34px;
  margin-top: 40px;
}

.pager_top_count {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.pager_top_count_total {
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.pager_top_count_total_num {
  font-size: 20px;
  font-weight: 700;
}
.pager_top_count_total_num strong {
  position: relative;
  bottom: -1px;
  font-size: 29px;
  font-weight: 500;
  font-family: "Roboto", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
}

.pager_top_count_current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 15px;
  letter-spacing: 0.05em;
}

.pager_top_count_current_num {
  font-size: 14px;
}
.pager_top_count_current_num strong {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  margin-right: 2px;
}

.block-goods-list--sort-order-items {
  position: relative;
  float: right;
  padding-top: 12px;
  z-index: 1;
}
.page-search .block-goods-list--sort-order-items {
  padding-top: 12px;
}

.itemsort_items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.3;
}
.itemsort_items div {
  color: #111111;
  font-weight: 700;
}
.itemsort_items div:not(:first-child) {
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px solid #999999;
}
.itemsort_items a {
  color: #999999;
  font-weight: 400;
}

/*----カテゴリーツリー----*/
.pane-left-menu .pane-block--title {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 3px solid #31546d;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.pane-left-menu .pane-block--title a {
  display: block;
  color: #31546d;
}
.pane-left-menu .pane-block--title a:hover,
.pane-left-menu .pane-block--title a:focus {
  opacity: 1;
  text-decoration: none;
}
.pane-left-menu .pane-block--title span {
  display: block;
}
.pane-left-menu .pane-block--title span:first-child {
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.pane-left-menu .pane-block--title span:first-child:hover {
  opacity: 0.7;
}
.pane-left-menu .pane-block--title span:first-child strong {
  font-family: "Roboto Condensed", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  font-weight: 400;
  letter-spacing: 0.02em;
  display: block;
  font-size: 29px;
}
.pane-left-menu .pane-block--title span.js_treeaccordion_btn {
  cursor: default;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.pane-left-menu .pane-block--title span.js_treeaccordion_btn:hover {
  opacity: 0.7;
}

.pane-left-menu .pane-block--subtitle {
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: #eee 1px solid;
  margin-bottom: 5px;
  cursor: pointer;
}

.pane-block--subtitle {
  margin: 10px 0;
  font-size: 21px;
  font-weight: normal;
}

.block-category-tree--item__open,
.block-genre-tree--item__open,
.block-category-tree--item,
.block-genre-tree--item {
  font-family: "Roboto", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  letter-spacing: 0.02em;
  font-weight: 400;
  position: relative;
  color: #31546d;
  font-size: 18px;
  margin-bottom: 12px;
}
.block-category-tree--item__open a,
.block-genre-tree--item__open a,
.block-category-tree--item a,
.block-genre-tree--item a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 30px;
  padding-left: 5px;
  color: #111111;
  line-height: 1.4;
}
.block-category-tree--item__open a span:not(.js_treeaccordion_btn):nth-child(2),
.block-genre-tree--item__open a span:not(.js_treeaccordion_btn):nth-child(2),
.block-category-tree--item a span:not(.js_treeaccordion_btn):nth-child(2),
.block-genre-tree--item a span:not(.js_treeaccordion_btn):nth-child(2) {
  display: block;
  font-size: 12px;
  color: #747474;
}
.block-category-tree--item__open a .js_treeaccordion_btn,
.block-genre-tree--item__open a .js_treeaccordion_btn,
.block-category-tree--item a .js_treeaccordion_btn,
.block-genre-tree--item a .js_treeaccordion_btn {
  cursor: default;
}
.block-category-tree--item__open a:hover,
.block-category-tree--item__open a:focus,
.block-genre-tree--item__open a:hover,
.block-genre-tree--item__open a:focus,
.block-category-tree--item a:hover,
.block-category-tree--item a:focus,
.block-genre-tree--item a:hover,
.block-genre-tree--item a:focus {
  text-decoration: none;
}
.block-category-tree--item__open.isTreeParent > a:hover,
.block-category-tree--item__open.isTreeParent > a:focus,
.block-genre-tree--item__open.isTreeParent > a:hover,
.block-genre-tree--item__open.isTreeParent > a:focus,
.block-category-tree--item.isTreeParent > a:hover,
.block-category-tree--item.isTreeParent > a:focus,
.block-genre-tree--item.isTreeParent > a:hover,
.block-genre-tree--item.isTreeParent > a:focus {
  opacity: 1;
  text-decoration: none;
}
.block-category-tree--item__open.isTreeParent > a span,
.block-genre-tree--item__open.isTreeParent > a span,
.block-category-tree--item.isTreeParent > a span,
.block-genre-tree--item.isTreeParent > a span {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.block-category-tree--item__open.isTreeParent > a span:not(.js_treeaccordion_btn),
.block-genre-tree--item__open.isTreeParent > a span:not(.js_treeaccordion_btn),
.block-category-tree--item.isTreeParent > a span:not(.js_treeaccordion_btn),
.block-genre-tree--item.isTreeParent > a span:not(.js_treeaccordion_btn) {
  width: 100%;
}
.block-category-tree--item__open.isTreeParent > a span:hover .js_treeaccordion_btn,
.block-genre-tree--item__open.isTreeParent > a span:hover .js_treeaccordion_btn,
.block-category-tree--item.isTreeParent > a span:hover .js_treeaccordion_btn,
.block-genre-tree--item.isTreeParent > a span:hover .js_treeaccordion_btn {
  opacity: 0.7;
}
.block-category-tree--item__open.isTreeParent > a:hover span:not(.js_treeaccordion_btn),
.block-genre-tree--item__open.isTreeParent > a:hover span:not(.js_treeaccordion_btn),
.block-category-tree--item.isTreeParent > a:hover span:not(.js_treeaccordion_btn),
.block-genre-tree--item.isTreeParent > a:hover span:not(.js_treeaccordion_btn) {
  opacity: 0.7;
}

.block-category-tree--item-label,
.block-genre-tree--item-label {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
}
.block-category-tree--item-label::after,
.block-genre-tree--item-label::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #31546d;
  border-top: 1px solid #31546d;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-225deg);
  transform: translateY(-50%) rotate(-225deg);
}
.block-category-tree--item-label.isOpen::after,
.block-genre-tree--item-label.isOpen::after {
  -webkit-transform: translateY(2px) translateY(-50%) rotate(-45deg);
  transform: translateY(2px) translateY(-50%) rotate(-45deg);
}

.block-category-tree--level-1 > li {
  font-family: "Roboto Condensed", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 22px;
  margin-bottom: 0;
  border-bottom: #31546d 1px solid;
}
.block-category-tree--level-1 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #31546d;
  padding: 5px 30px 5px 0;
  min-height: 60px;
}
.block-category-tree--level-1 > li > .block-category-tree--item-label {
  height: 60px;
}

.block-genre-tree--level1 {
  margin-top: 10px;
}
.block-genre-tree--level1 > li {
  font-family: "Roboto Condensed", 'メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.block-genre-tree--level1 > li > a {
  padding: 5px 5px 5px 0;
}

.block-genre-tree--level1,
.block-category-tree--level-2,
.block-genre-tree--level2,
.block-category-tree--level-3,
.block-genre-tree--level3,
.block-category-tree--level-4,
.block-genre-tree--level4 {
  display: none;
}
.block-genre-tree--level1 > li,
.block-category-tree--level-2 > li,
.block-genre-tree--level2 > li,
.block-category-tree--level-3 > li,
.block-genre-tree--level3 > li,
.block-category-tree--level-4 > li,
.block-genre-tree--level4 > li {
  border-top: none;
}

.block-category-tree--level-2,
.block-genre-tree--level2 {
  margin-left: 5px;
  padding-left: 5px;
}
.block-category-tree--level-2 a,
.block-genre-tree--level2 a {
  padding-left: 0;
  margin-bottom: 8px;
}

.block-category-tree--level-3,
.block-genre-tree--level3,
.block-category-tree--level-4,
.block-genre-tree--level4 {
  padding-left: 5px;
  border-top: 1px solid #e5e5e5;
}
.block-category-tree--level-3 li,
.block-genre-tree--level3 li,
.block-category-tree--level-4 li,
.block-genre-tree--level4 li {
  margin-bottom: 0;
  margin-top: 10px;
}

/*----バナー----*/
.block-left-menu-bottom {
  margin-top: 50px;
}

.block-left-menu-bottom--bnr {
  margin-top: 22px;
}

/*----絞り込み検索----*/
.block-filter--treeitem {
  border-top: #e5e5e5 1px solid;
}

.block-filter--tree-1 > li:first-child {
  border-top: none;
}

.block-filter--tree-2 > li {
  padding-left: 10px;
}

.block-filter--tree-3 > li {
  padding-left: 20px;
}

.block-filter--tree-4 > li {
  padding-left: 30px;
}

.block-filter--treeitem-container {
  width: 100%;
  display: table;
}

.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  width: 15px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}
.block-filter--treeitem-dir > div {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.block-filter--treeitem-dir__close > div {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.block-filter--treeitem-name {
  display: table-cell;
  padding-left: 5px;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--treeitem-selected {
  color: #c00;
}

.block-filter--image {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 5px;
}

.block-filter--image-check {
  position: relative;
  display: block;
}
.block-filter--image-check i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
}
.block-filter--image-check:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--treelist-inner-accordion,
.block-filter--close .block-filter--select-inner-accordion,
.block-filter--close .block-filter--imagelist-inner-accordion {
  display: none;
}

.block-filter--option-items img {
  vertical-align: middle;
}

.page-event .pane-contents .container,
.page-event .pane-main {
  display: block;
  width: 100%;
}
