@charset "UTF-8";
/*----------------------------------------------------
	setting
----------------------------------------------------*/
/*----------------------------------------------------
	layout
----------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/* frame
----------------------------------------------------*/
.container {
  width: 1000px;
}

.pane-contents > .container {
  position: relative;
  display: block;
  width: 100%;
}

.wrapper {
  width: 100%;
  min-width: 1264px;
  background: #fff;
}

/* header
----------------------------------------------------*/
.pane-header.pane-order-header,
.pane-header.pane-cardupdate-header {
  display: block;
}
.pane-header.pane-order-header .container,
.pane-header.pane-cardupdate-header .container {
  display: block;
  padding-bottom: 0;
}
.pane-header.pane-order-header .block-header-logo,
.pane-header.pane-cardupdate-header .block-header-logo {
  margin: 20px auto;
}
.pane-header.pane-order-header .block-header-logo--img,
.pane-header.pane-cardupdate-header .block-header-logo--img {
  height: auto;
}

.pane-header > .container {
  height: auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  padding-bottom: 17px;
}
.pane-header > .container .block-header-logo {
  grid-column: 1;
  grid-row: 1;
}
.pane-header > .container .block-global-search {
  grid-column: 1;
  grid-row: 2;
}
.pane-header > .container .block-headernav {
  grid-column: 2;
  grid-row: 1;
}
.pane-header > .container .block-header-receive {
  grid-column: 2;
  grid-row: 2;
}
.pane-header > .container .block-global-search-inner .block-header-search--close button {
  display: block;
  width: 44px;
  height: 100%;
  background: url(../../img/share/icon_arrow.svg) center no-repeat;
  background-size: 20px auto;
  border: 0;
  font-size: 0;
  transform: rotate(90deg);
}
.pane-header > .container .block-global-search-inner {
  display: none;
  width: 500px;
  background: #F4F5F2;
  position: absolute;
  z-index: 1000;
}
.pane-header > .container .block-header-search--link {
  width: 100%;
  padding: 10px;
  text-align: right;
}
.pane-header > .container .block-header-search--link a {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 0px #ccc;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #333;
}
.pane-header > .container .block-header-search--link a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("../../img/share/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.pane-header > .container .block-header-search-tags {
  display: flex;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pane-header > .container .block-header-search-tags dl {
  display: flex;
  align-items: center;
}
.pane-header > .container .block-header-search-tags dl dt {
  flex-shrink: 0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.pane-header > .container .block-header-search-tags dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.pane-header > .container .block-header-search-tags dl dd ul li {
  margin-left: 8px;
}
.pane-header > .container .block-header-search-tags dl dd ul li a {
  display: inline-block;
  padding: 1px 8px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.block-header-info {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.block-header-info-frame {
  padding-top: calc(8px - (((14px * 1.4) - 14px) / 2));
  padding-bottom: calc(8px - (((14px * 1.4) - 14px) / 2));
  background: #102C3D;
}
.block-header-info-frame .container {
  height: auto;
}

.block-header-logo {
  width: 336px;
  margin: 18px 0 24px;
  line-height: 0;
}

.block-headernav {
  display: flex;
  justify-content: flex-end;
}
.block-headernav--name {
  display: flex;
  align-items: center;
  padding-right: 24px;
  border-right: 1px solid #ccc;
}
.block-order-headernav--name {
  display: flex;
  align-items: center;
}

ul.block-headernav--item-list {
  display: flex;
  align-items: center;
}
ul.block-headernav--item-list > li {
  margin: 0 10px;
}
ul.block-headernav--item-list > li:last-of-type {
  margin-right: 0;
}
ul.block-headernav--item-list > li a {
  position: relative;
  font-size: 8px;
  font-size: 0.5rem;
}
ul.block-headernav--item-list > li a:before {
  position: static;
  display: block;
  content: "";
  margin: 0 auto;
}
ul.block-headernav--item-list > li.block-headernav--item-boookmark a:before {
  width: 24px;
  height: 21px;
  background: url(../../img/share/icon_bookmark.svg) center center/auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-login a:before {
  width: 24px;
  height: 24px;
  background: url(../../img/share/icon_login.svg) center center/auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-mypage a:before {
  width: 24px;
  height: 24px;
  background: url(../../img/share/icon_mypage.svg) center center/auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-history a:before {
  width: 24px;
  height: 24px;
  background: url(../../img/share/icon_history.svg) center center/auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-signin a:before {
  width: 24px;
  height: 24px;
  background: url(../../img/share/icon_signin.svg) center center/auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-support a:before {
  width: 24px;
  height: 24px;
  background: url(../../img/share/icon_support.svg) center center/auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-cart a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 72px;
  height: 40px;
  padding: 11px 8px;
  background: #102C3D;
  border-radius: 4px;
  color: #fff;
  font-size: 0;
}
ul.block-headernav--item-list > li.block-headernav--item-cart a:before {
  width: 20px;
  height: 18px;
  margin: 0;
  background: url(../../img/share/icon_cart.svg) center center/auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-cart a .block-headernav--cart-count {
  margin-left: 8px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.block-header-rank-point-receive {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.block-header-rank-point {
  display:flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 15px;
}
.block-header-rank {
  display:flex;
  flex-direction: row;
  align-items:center;
  white-space: nowrap;
}
.block-header-rank img.rank-img {
  min-width: 30px;
}
.block-header-rank--name {
  margin-left: 10px;
}
.block-header-upd-point-btn img.update-img {
  margin-left: 15px;
  width: 20px;
  cursor: pointer;
}
.block-header-point {
  display: none;
  width: 230px;
}
.updating {
  transform: translate(2px, 2px);
  color: #ddd!important;
  font-weight: normal;
}
.block-header-point--total-title {
  min-width: 90px;
}
.block-header-point--limit-title {
  margin-left: 8px;
  font-size:80%;
  color:#666;
}
.block-header-point--total-value {
  min-width: 90px;
  color:#DA002B;
  font-weight:bold;
}
.block-header-point--limit-value {
  margin-left: 8px;
  color:#DA002B;
  font-weight:bold;
}
.block-header-point .point-unit {
  font-weight:normal;
}
.block-header-point .point-unit::before {
  white-space: pre-wrap;
  content: "  ";
}
.block-header-receive {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.block-header-receive-onlogin {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}
.block-header-receive--title {
  margin-right: 12px;
  color: #808080;
}
.block-header-receive--title-onlogin {
  margin-right: 8px;
  color: #808080;
}
.block-header-receive--data {
  font-size: 16px;
  font-size: 1rem;
}
.block-header-receive--data a {
  display: inline-flex;
  align-items: center;
}
.block-header-receive--data a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(../../img/share/icon_pen.svg) no-repeat;
  background-size: contain;
}
.block-header-receive .action-tooltip--trigger {
  margin-left: 8px;
}
.block-header-receive .action-tooltip--text {
  transform: translateY(83%);
  z-index: 1000;
}

.block-global-search {
  display: flex;
  align-items: center;
  width: 500px;
}
.block-global-search form {
  display: flex;
  align-items: center;
  width: 500px;
}
.block-global-search form .block-global-search--submit {
  order: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: #102C3D url(../../img/share/icon_search.svg) center center/auto auto no-repeat;
}
.block-global-search form .block-global-search--keyword {
  order: 1;
  width: calc(100% - 40px);
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  outline: none;
  font-size: 12px;
}
.block-global-search form .block-global-search--keyword::placeholder {
  color: #999;
}
.block-global-search .block-global-search--searchdetail a {
  display: block;
  margin-left: 30px;
  padding: 7px 18px;
  border: 1px solid #111;
  border-radius: 16px;
  font-size: 11px;
  outline: 0;
}

.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 10px;
  width: 500px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.101);
}

.pane-globalnav {
  position: relative;
  background-color: #f5f5f5;
  color: #000;
}

ul.block-globalnav--item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
ul.block-globalnav--item-list > li > a {
  position: relative;
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #000;
}
ul.block-globalnav--item-list > li > a:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background: #ccc;
}
ul.block-globalnav--item-list > li > a[target="_blank"] {
  display: inline-flex;
  align-items: center;
}
ul.block-globalnav--item-list > li > a[target="_blank"]:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 9px;
  background: url(../../img/share/icon_blank.svg) no-repeat;
}
ul.block-globalnav--item-list > li:first-child > a:before, ul.block-globalnav--item-list > li:first-child + li > a:before {
  display: none;
}
ul.block-globalnav--item-list > li.js-animation-megamenu-hover {
  margin-right: auto;
}
ul.block-globalnav--item-list > li.js-animation-megamenu-hover > a {
  position: relative;
  padding-right: 52px;
}
ul.block-globalnav--item-list > li.js-animation-megamenu-hover > a:after {
  position: absolute;
  top: calc(50% - 6px);
  right: 36px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../../img/share/icon_arrow.svg) center no-repeat;
  background-size: contain;
}
ul.block-globalnav--item-list > li.js-animation-megamenu-hover:hover > a:after {
  top: calc(50% - 2px);
  transform: rotate(180deg);
}
ul.block-globalnav--item-list > li .block-globalnav-menu {
  position: absolute;
  top: 44px;
  left: 0;
  display: none;
  width: 100%;
  background: #F4F5F2;
  z-index: 999;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-frame {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-frame-inner {
  width: 28%;
  height: 470px;
  overflow: auto;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item:nth-of-type(1) > .dynamic-category {
  display: block;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item > .dynamic-category {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  height: 100%;
  padding: 20px 36px;
  border-left: 1px solid #ddd;
  overflow: auto;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item:hover .block-globalnav-menu--item-link {
  background: #E5EBEF;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 12px;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-link:after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(-90deg);
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../../img/share/icon_arrow.svg) center no-repeat;
  background-size: contain;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-label {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-label .block-globalnav-menu--item-image {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-label .block-globalnav-menu--item-text {
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-category--body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-category--body li {
  width: calc(100% / 3);
  margin-bottom: 12px;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-category--row img {
  display: none;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-genre--row {
  padding: 8px 0;
  font-size: 13px;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-genre--row img {
  display: none;
}

/* footer
----------------------------------------------------*/
.pane-footer {
  padding: 24px 0;
  background: #fff;
  border-top: 2px solid #78BD2F;
}
.pane-footer .container {
  position: relative;
  display: grid;
  grid-template-columns: 107px auto auto;
  grid-template-rows: auto auto;
}

.block-footer--logo {
  grid-column: 1;
  grid-row: 2;
  width: 91px;
  margin-right: 16px;
}

.block-footernav {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: center;
}
.block-footernav .block-footernav--item-list li {
  float: left;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  margin-bottom: 7px;
  border-right: 1px solid #ddd;
  font-size: 12px;
  font-size: 0.75rem;
}
.block-footernav .block-footernav--item-list li:nth-of-type(5), .block-footernav .block-footernav--item-list li:nth-of-type(9) {
  clear: left;
}

.block-switcher {
  grid-column: 1 / 4;
  grid-row: 1;
  display: flex;
  width: 124px;
  margin: 0 auto 20px;
  padding: 3px;
  border-radius: 2px;
  background: rgba(34, 34, 34, 0.2);
}
.block-switcher .block-switcher-container {
  width: 58px;
  margin-right: 2px;
}
.block-switcher .block-switcher-container + .block-switcher-container {
  margin-right: 0;
}
.block-switcher .block-switcher-container .block-switcher--current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  background: #fff;
}
.block-switcher .block-switcher-container .block-switcher--current:before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 3px;
  background: url(../../img/usr/common/ico_pc.png) center center/auto auto no-repeat;
  content: "";
}
.block-switcher .block-switcher-container .block-switcher--switch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  opacity: 0.3;
}
.block-switcher .block-switcher-container .block-switcher--switch:before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 3px;
  background: url(../../img/usr/common/ico_sp.png) center center/auto auto no-repeat;
  content: "";
}
.block-switcher .block-switcher-container .block-icon-image-small {
  display: none;
}

.block-copyright {
  grid-column: 3;
  grid-row: 2;
  margin-top: auto;
  padding-bottom: 16px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  display: none;
}
.block-page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #444;
}
.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.pane-topic-path {
  background-color: #fff;
}

.pane-order-contents {
  border: 1px solid #eee;
}

.pane-landingpage-contents {
  background: #eee;
  border: 1px solid #eee;
}

.page-top.top-layout1 .pane-contents .container,
.page-top.top-layout2 .pane-contents .container {
  width: 1200px;
  margin: 0 auto;
}

.page-top.top-layout3 .pane-contents .container,
.page-top.top-layout4 .pane-contents .container,
.page-top.top-layout5 .pane-contents .container {
  width: 100%;
}

/* main
----------------------------------------------------*/
.pane-main {
  width: 1000px;
  margin: 0 auto;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.pane-left-menu + .pane-main {
  width: 760px;
  margin-top: 40px;
}

/* left
----------------------------------------------------*/
.pane-left-menu {
  width: 200px;
  margin: 33px 40px 0 0;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
}
.pane-left-menu .pane-block--title {
  margin: 0 0 12px;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
}
.pane-left-menu .pane-block--subtitle {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  font-weight: normal;
}
.pane-left-menu .js-filter-box .js-filter-box-inner-label {
  position: relative;
}
.pane-left-menu .js-filter-box .js-filter-box-inner-label:after {
  position: absolute;
  top: 20px;
  right: 2px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  border-bottom: 0;
  transform: rotate(-45deg);
  transition: all 0.3s;
  content: "";
}
.pane-left-menu .js-filter-box.block-filter--close .js-filter-box-inner-label:after {
  top: 15px;
  transform: rotate(135deg);
}
.pane-left-menu .js-filter-box .pane-block--subtitle + div {
  padding: 7px 0;
}
.pane-left-menu .block-filter-option-items {
  padding: 5px 0;
}
.pane-left-menu .block-filter-option-items input[type="checkbox"] {
  vertical-align: top;
}

.block-category-tree {
  margin-bottom: 24px;
}
/*
.block-category-tree--items {
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
*/
.block-category-tree--items > li:not(.block-category-tree--item) > a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8px 10px;
  font-weight: bold;
}
.block-category-tree--items > li:not(.block-category-tree--item) > a:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  content: "";
  display: block;
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("../../img/share/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-category-tree--items li a:hover {
  background: #F4F5F2;
  text-decoration: none;
}
/*
.block-category-tree--items:not(.block-category-tree--level-1) {
  display: none;
}
*/
.block-category-tree--items:not(.block-category-tree--level-1) > li a + .block-category-tree--item-opener:before {
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../../img/share/btn_close_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(45deg);
  transition: all 0.3s;
  content: "";
}
.block-category-tree--items:not(.block-category-tree--level-1) > li a + .block-category-tree--item-opener.is-open:before {
  width: 10px;
  height: 2px;
  margin: 0;
  background: #78BD2F;
  transform: rotate(0deg);
}
.block-category-tree--items > li {
  position: relative;
}
.block-category-tree--items > li > a + .block-category-tree--item-opener {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.block-category-tree--items > li > a + .block-category-tree--item-opener:before {
  position: absolute;
  top: calc(50% - 5px);
  right: 14px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../../img/share/btn_close_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: contain;
  transform: rotate(45deg);
  content: "";
}
.block-category-tree--items > li > a + .block-category-tree--item-opener.is-open:before {
  top: calc(50% - 1px);
  width: 10px;
  height: 2px;
  margin: 0;
  background: #78BD2F;
  transform: rotate(0deg);
}
.block-category-tree--item {
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
}
.block-category-tree--item > a, .block-category-tree--item > span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8px 10px;
}
.block-category-tree--item.is-open > a {
  background: #F4F5F2;
}
.block-category-tree--item ul {
  display: none;
  border-bottom: 0;
}
.block-category-tree--level-1 > .block-category-tree--item, .block-category-tree--level-2 > .block-category-tree--item, .block-category-tree--level-2 > .block-guide-tree--item, .block-category-tree--level-3 > .block-category-tree--item, .block-category-tree--level-3 > .block-guide-tree--item, .block-category-tree--level-4 > .block-category-tree--item, .block-category-tree--level-4 > .block-guide-tree--item {
  text-indent: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.block-category-tree--level-2 > .block-category-tree--item.active, .block-category-tree--level-2 > .block-guide-tree--item.active, .block-category-tree--level-3 > .block-category-tree--item.active, .block-category-tree--level-3 > .block-guide-tree--item.active, .block-category-tree--level-4 > .block-category-tree--item.active, .block-category-tree--level-4 > .block-guide-tree--item.active {
  font-weight: bold;
  background: #F4F5F2;
}
.block-category-tree--level-2 > .block-category-tree--item.active a, .block-category-tree--level-2 > .block-guide-tree--item.active a, .block-category-tree--level-3 > .block-category-tree--item.active a, .block-category-tree--level-3 > .block-guide-tree--item.active a, .block-category-tree--level-4 > .block-category-tree--item.active a, .block-category-tree--level-4 > .block-guide-tree--item.active a {
  font-weight: bold;
}
.block-category-tree--level-2 > .block-category-tree--item a, .block-category-tree--level-2 > .block-guide-tree--item a, .block-category-tree--level-3 > .block-category-tree--item a, .block-category-tree--level-3 > .block-guide-tree--item a, .block-category-tree--level-4 > .block-category-tree--item a, .block-category-tree--level-4 > .block-guide-tree--item a {
  position: relative;
  display: block;
  padding: 5px 10px;
  padding-right: 30px;
  font-weight: normal;
}
.block-category-tree--level-2 > .block-category-tree--item a:after, .block-category-tree--level-2 > .block-guide-tree--item a:after, .block-category-tree--level-3 > .block-category-tree--item a:after, .block-category-tree--level-3 > .block-guide-tree--item a:after, .block-category-tree--level-4 > .block-category-tree--item a:after, .block-category-tree--level-4 > .block-guide-tree--item a:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  content: "";
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("../../img/share/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
.block-category-tree--image {
  display: none;
}
/*
.page-category .block-category-tree--items:not(.block-category-tree--level-2) > li:not(.is-open) {
  display: none;
}
*/
.block-left-menu-keyword {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.block-left-menu-keyword--form {
  display: flex;
}
.block-left-menu-keyword--input {
  width: calc(100% - 32px);
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 12px;
}
.block-left-menu-keyword--input::placeholder {
  color: #999;
}
.block-left-menu-keyword--submit {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: #102C3D url(../../img/share/icon_search.svg) center center/auto auto no-repeat;
  background-size: 16px;
}

.block-left-menu-review--items,
.block-left-menu-maker--items {
  padding-left: 8px;
}
.block-left-menu-review--items li,
.block-left-menu-maker--items li {
  margin-bottom: 8px;
}
.block-left-menu-review--items li .block-form-parts--checkbox input[type="checkbox"] + label,
.block-left-menu-maker--items li .block-form-parts--checkbox input[type="checkbox"] + label {
  font-size: 12px;
  font-size: 0.75rem;
}
.block-left-menu-review--items li .block-form-parts--checkbox input[type="checkbox"] + label:before,
.block-left-menu-maker--items li .block-form-parts--checkbox input[type="checkbox"] + label:before {
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
}
.block-left-menu-review--items li .block-form-parts--checkbox input[type="checkbox"]:checked + label:after,
.block-left-menu-maker--items li .block-form-parts--checkbox input[type="checkbox"]:checked + label:after {
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
}

.block-left-menu-review {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.block-left-menu-review--items li img {
  width: 68px;
  margin-right: 4px;
}

.block-left-menu-price {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.block-left-menu-price--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.block-left-menu-price--reset {
  padding: 4px 8px;
  border: 1px solid #ccc;
  background: #F4F5F2;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333;
}
.block-left-menu-price .text-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.block-left-menu-price .text-wrap .min-box,
.block-left-menu-price .text-wrap .max-box {
  width: 64px;
  height: 30px;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
}
.block-left-menu-price .text-wrap span {
  padding: 0 4px;
  font-size: 12px;
  font-size: 0.75rem;
}
.block-left-menu-price .slider-wrap {
  height: 25px;
}
.block-left-menu-price .slider-wrap .range-slider {
  height: 4px;
  background: #DDD;
  box-shadow: none;
}
.block-left-menu-price .noUi-connect {
  background: #72BE42;
}
.block-left-menu-price .noUi-horizontal .noUi-handle {
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background: #72BE42;
  border: 0;
  box-shadow: none;
  right: -9px;
  border: 2px solid #FFF;
  cursor: pointer;
}
.block-left-menu-price .noUi-handle::before,
.block-left-menu-price .noUi-handle::after {
  display: none;
}

.block-left-menu-maker {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.block-left-menu-maker--items {
  overflow: hidden;
}
.block-left-menu-maker--more {
  position: relative;
  text-align: center;
}
.block-left-menu-maker--more span {
  display: inline-block;
  padding: 4px 8px;
  background: #F4F5F2;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
.block-left-menu-maker--more:before {
  position: absolute;
  top: -40px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.block-left-menu-maker--more.is-open:before {
  display: none;
}

/* right
----------------------------------------------------*/
.pane-right-menu {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  margin-top: 80px;
}

.block-member-info,
.block-member-info-confirmation,
.block-member-registration-completed,
.block-shipping-address,
.block-credit-card-confirmation,
.block-inquiry,
.block-inquiry-history,
.block-mail-address,
.block-member-password,
.block-reset-password,
.block-user-review,
.block-mail-news {
  width: 900px;
  margin: 0 auto;
}

.page-top .pane-contents .container .pane-main {
  min-width: 0;
  width: 100%;
}

.page-top .pane-contents .container .pane-left-menu + .pane-main {
  width: 920px;
}

.pane-contents {
  padding-bottom: 0;
}

.page-top .pane-right-menu {
  width: 100%;
  margin: 0;
}

/* 商品詳細 */
.block-goods-detail {
  grid-template-columns: 1fr 460px;
  -ms-grid-columns: 1fr 460px;
}

.pane-goods-left-side {
  width: 500px;
  margin: 0 40px 0 0;
}

.pane-goods-right-side {
  width: 460px;
}

/*# sourceMappingURL=layout.css.map */
