body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
}

a {
  color: #000;
}

main,
section,
h1,
h2,
h3,
h4,
h5,
figure,
nav {
  display: block;
  margin: 0;
  padding: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

header {
  border-bottom: 1px solid #ddd;
}

header #header-nav {
  background: #000;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}

header #header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 11px;
}

header nav a {
  display: inline-block;
  position: relative;
  padding: 5px 22px 3px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header nav a:hover {
  text-decoration: none;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}

header .header-li-br {
  background-color: #b28850;
}

header .header-li-br a:hover {
  background-color: #cca56f;
}

header .header-li-gr {
  background-color: #82b613;
}

header .header-li-gr a:hover {
  background-color: #95c62a;
}

header .header-li-bk a:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .header-li-bk a:hover:before {
  left: 10px;
}

header #header-main {
  padding: 20px 0;
  background-color: #fff;
}

header #header-main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header #header-main #header-logo {
  width: 300px;
}

header #header-main #header-logo a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header #header-main #header-logo a:hover {
  opacity: 0.8;
}

header #header-main #header-search {
  position: relative;
  z-index: 10;
  width: 600px;
}

header #header-main #header-search form {
  display: block;
}

header #header-main #header-search .block-global-search--keyword {
  width: 100%;
  padding: 10px 175px 10px 20px;
  border: 1px solid #ddd;
  border-radius: 7px;
  font-size: 12px;
  color: #000;
}

header #header-main #header-search .block-global-search--keyword::-webkit-input-placeholder {
  color: #bbb;
}

header #header-main #header-search .block-global-search--keyword::-moz-placeholder {
  color: #bbb;
}

header #header-main #header-search .block-global-search--keyword:-ms-input-placeholder {
  color: #bbb;
}

header #header-main #header-search .block-global-search--keyword::-ms-input-placeholder {
  color: #bbb;
}

header #header-main #header-search .block-global-search--keyword::placeholder {
  color: #bbb;
}

header #header-main #header-search .block-global-search--keyword::-ms-input-placeholder {
  color: #bbb;
}

header #header-main #header-search .block-global-search--keyword::-ms-input-placeholder {
  color: #bbb;
}

header #header-main #header-search .block-global-search--keyword:focus {
  outline: none;
}

header #header-main #header-search .block-global-search--submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 60px;
  border-radius: 0 7px 7px 0;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  background-image: url("../../img/usr/common/icon_header_search.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header #header-main #header-search .block-global-search--submit:focus {
  outline: none;
}

header #header-main #header-search .block-global-search--submit:active,
header #header-main #header-search .block-global-search--submit.btn.active {
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.05);
}

header #header-main #header-search .block-global-search--submit:hover {
  opacity: 0.8;
}

header #header-main #header-search .header-search-category {
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  width: 100px;
}

header #header-main #header-search .header-search-category:before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  border-left: 1px solid #ddd;
  content: '';
}

header #header-main #header-search .header-search-category #header-category-select {
  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;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header #header-main #header-search .header-search-category #header-category-select:hover {
  opacity: 0.8;
}

header #header-main #header-search .header-search-category #header-category-select span {
  display: inline-block;
  position: relative;
}

header #header-main #header-search .header-search-category #header-category-select span:after {
  position: absolute;
  top: calc(50% - 4px);
  right: -15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

header #header-main #header-search #header-category-select-list {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: calc(50% - 80px);
  width: 160px;
  padding: 10px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

header #header-main #header-search li {
  padding: 8px 0;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header #header-main #header-search li:hover {
  background-color: #f7f7f7;
}

header #header-main #header-search li+li {
  border-top: 1px solid #ddd;
}

header #header-main #header-link {
  width: 300px;
}

header #header-main #header-link ul {
  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;
}

header #header-main #header-link li {
  width: 70px;
}

header #header-main #header-link a {
  display: block;
  height: 100%;
  padding-top: 25px;
  font-size: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header #header-main #header-link a:hover {
  text-decoration: none;
  opacity: 0.8;
}

header .block-headernav--cart-count {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #b28850;
  color: #fff;
  text-align: center;
}

.block-top-topic--header {
  padding: 0;
}

.pane-left-menu {
  width: 200px;
  margin: 30px 0 0 0;
  padding: 0 20px 30px 0;
}

.pane-left-menu #block_of_jscart {
  display: none;
}

.pane-left-menu #block_of_categorytree .block-category-tree--header {
  display: none;
}

.pane-left-menu .block-category-tree--level-1>li {
  position: relative;
}

.pane-left-menu .block-category-tree--level-1>li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pane-left-menu .block-category-tree--level-1>li a:hover {
  text-decoration: none;
  background-color: #f8f3ed;
}

.pane-left-menu .block-category-tree--level-1>li span {
  display: block;
}

.pane-left-menu .block-category-tree--level-1>li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  pointer-events: none;
}

.pane-left-menu #block_of_genretree .block-genre-tree--item__open a,
.pane-left-menu #block_of_genretree .block-genre-tree--item a,
.pane-left-menu #block_of_genretree .block-genre-tree--item>span {
  height: auto;
}

.pane-left-menu #block_of_genretree .block-genre-tree--item__open>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0;
  font-weight: 600;
  color: #000;
}

.pane-left-menu #block_of_genretree .block-genre-tree--header {
  display: none;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item {
  margin-top: 30px;
  padding-bottom: 10px;
  border-top: 3px solid #000;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 25px 0;
  font-weight: 600;
  color: #000;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a span {
  display: block;
  height: auto;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li {
  position: relative;
  border-top: none;
  border-bottom: 1px solid #f0f0f0;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li span {
  display: block;
  padding: 8px 0;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li:before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  border-top: 3px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #000;
  content: '';
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li a:hover {
  color: #b28850;
}

.block-top-body--body {
  position: relative;
  margin-top: 30px;
  width: 1000px;
  height: auto;
}

.block-top-body--body #top-slider .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: #fff;
  border: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-body--body #top-slider .slick-arrow:focus {
  outline: none;
}

.block-top-body--body #top-slider .slick-arrow:hover {
  background: #f7f7f7;
}

.block-top-body--body #top-slider .slick-arrow:after {
  position: absolute;
  top: 18px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
}

.block-top-body--body #top-slider .slick-arrow.slick-prev {
  right: 50px;
}

.block-top-body--body #top-slider .slick-arrow.slick-prev:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.block-top-body--body #top-slider .slick-arrow.slick-next {
  right: 0;
}

.block-top-body--body #top-slider .slick-arrow.slick-next:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-top-body--body #top-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

.block-top-body--body #slider-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  right: 100px;
  bottom: 0;
  width: 70px;
  height: 50px;
  padding-left: 10px;
  background: #fff;
}

.block-top-body--body #slider-page-wrap span {
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 600;
  font-size: 13px;
}

.block-top-event--header {
  padding: 0;
}

.block-top-topic--header,
.top-feature-title h2,
.block-top-event--header,
.top-showroom-title {
  display: inline-block;
  border-top: none;
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

.block-top-topic--header span,
.top-feature-title h2 span,
.block-top-event--header span,
.top-showroom-title span {
  display: none;
}

.top-showroom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

#block_of_topic {
  padding: 40px 20px 20px 20px;
}

#block_of_topic .block-top-topic--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#block_of_topic .block-top-topic--items li {
  width: calc((100% - 30px) / 2);
  border-bottom: none;
}

#block_of_topic .block-top-topic--items li:nth-child(2n) {
  margin-left: 30px;
}

#block_of_topic .block-top-topic--items li dt {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #999;
}

#block_of_topic .block-top-topic--items li a {
  display: block;
  text-decoration: none;
}

#block_of_topic .block-top-topic--items li a:hover dd {
  text-decoration: underline;
  color: #b28850;
}

.block-top-topic--next-page {
  position: relative;
  top: -5px;
  margin: 0 0 0 35px;
  display: inline-block;
}

.block-top-topic--next-page a {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 10px;
  background-color: #f8f3ed;
  text-decoration: none;
  font-size: 10px;
  color: #000;
}

.block-top-topic--body {
  margin-bottom: 0;
}

.block-top-free2--body {
  margin: 0;
}

#block_of_top_free2 {
  position: relative;
  border-top: none;
}

#block_of_top_free2:before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #ddd;
  content: '';
}

#block_of_top_free2 .block-top-free2--header {
  display: inline-block;
  border-top: none;
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

#notice-top {
  padding: 10px 0;
  background-color: #f8f3ed;
  text-align: center;
  font-weight: 600;
}

.icon_support {
  background-image: url("../../img/usr/common/icon_support.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center top;
}

.icon_favorite {
  background-image: url("../../img/usr/common/icon_favorite.png");
  background-repeat: no-repeat;
  background-size: 20px 18px;
  background-position: center top;
}

.icon_cart {
  position: relative;
  background-image: url("../../img/usr/common/icon_cart.png");
  background-repeat: no-repeat;
  background-size: 23px 20px;
  background-position: center top;
}

.block-top-free2--body {
  padding: 40px 20px 20px 20px;
}

.block-top-free2--body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}

.block-top-free2--body li {
  width: 220px;
  margin-bottom: 30px;
}

.block-top-free2--body li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-free2--body li a:hover {
  color: #b28850;
  opacity: 0.8;
}

.block-top-free2--body li a:hover .feature-item-title {
  color: #b28850;
}

.block-top-free2--body li figure {
  width: 100%;
  height: 220px;
}

.block-top-free2--body li:nth-child(4n+2),
.block-top-free2--body li:nth-child(4n+3),
.block-top-free2--body li:nth-child(4n+4) {
  margin-left: calc((100% - (220px * 4)) / 3);
}

.block-top-free2--body li p {
  padding: 20px 0 15px;
  font-weight: 600;
  font-size: 13px;
}

.block-top-free2--body li span {
  display: block;
}

.block-top-free2--body li .feature-item-title {
  font-weight: 600;
  font-size: 12px;
  color: #808080;
}

.block-top-free2--body li .feature-item-price {
  font-weight: 600;
  font-size: 12px;
}

.block-top-free2--body li .feature-item-price em {
  font-weight: 700;
  font-size: 16px;
}

.block-top-event--goods .block-thumbnail-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 0;
}

.block-top-event--goods .block-thumbnail-t li {
  width: 300px;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--goods-description {
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-event--goods .block-thumbnail-t li .js-enhanced-ecommerce-goods-name {
  display: block;
  padding: 20px 0 15px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-event--goods .block-thumbnail-t li .variation-name {
  font-weight: 600;
  font-size: 12px;
  color: #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos {
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos em {
  font-weight: 700;
  font-size: 16px;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--price {
  text-align: left;
  color: #000;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--net-price {
  display: none;
  text-align: left;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-event--goods .block-thumbnail-t li dl {
  width: 100%;
}

.block-top-event--goods .block-thumbnail-t li figure {
  width: 100%;
  height: 300px;
}

.block-top-event--goods .block-thumbnail-t li:nth-child(3n+2),
.block-top-event--goods .block-thumbnail-t li:nth-child(3n+3) {
  margin-left: calc((100% - (300px * 3)) / 2);
}

.block-top-event--goods .block-thumbnail-t li:hover {
  color: #b28850;
  opacity: 0.8;
}

.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--goods-description {
  color: #b28850;
}

.block-top-event--goods .block-thumbnail-t li:hover .js-enhanced-ecommerce-goods-name {
  color: #b28850;
}

.block-top-event--goods .block-thumbnail-t li:hover .variation-name {
  color: #b28850;
}

.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--price-infos {
  color: #b28850;
}

.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: #b28850;
}

.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--net-price {
  color: #b28850;
}

#block_of_event .eventwrap {
  position: relative;
  border-top: none;
  padding: 40px 20px 20px 20px;
}

#block_of_event .eventwrap:before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #ddd;
  content: '';
}

#block_of_top_free1 {
  position: relative;
  padding-top: 40px;
  border-top: none;
}

#block_of_top_free1:before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #ddd;
  content: '';
}

.block-top-event--goods .block-ranking-r--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}

.block-top-event--goods .block-ranking-r--items li {
  position: relative;
  width: 160px;
  overflow: hidden;
}

.block-top-event--goods .block-ranking-r--items li figure {
  width: 100%;
  height: 160px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-event--goods .block-ranking-r--items .block-ranking-r--goods {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
}

.block-top-event--goods .block-ranking-r--goods-name {
  font-weight: 600;
  font-size: 12px;
  color: #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-event--goods .block-ranking-r--price {
  text-align: left;
  color: #000;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-event--goods .block-ranking-r--net-price {
  display: none;
}

.block-top-event--goods a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-top-event--goods a:hover {
  opacity: 0.8;
}

.block-top-event--goods a:hover * {
  opacity: 0.8;
}

.block-top-event--goods .block-ranking-r--goods-description a:hover {
  color: #b28850;
}

.block-top-event--goods .block-ranking-r--goods-description a:hover * {
  opacity: 0.8;
}

#showroom-slide-wrap {
  width: calc(100% - 40px);
  margin: 30px auto;
  overflow: hidden;
}

#showroom-slide {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

#showroom-slide .slick-list {
  overflow: visible;
}

#showroom-slide .slick-slide {
  margin: 0 15px;
}

#showroom-slide .slick-slide:focus {
  outline: none;
}

#showroom-slide .slick-arrow {
  position: absolute;
  top: 200px;
  z-index: 10;
  width: 78px;
  height: 78px;
  border: none;
  background-color: transparent;
  background-image: url("../../img/usr/common/icon_showroom_arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
  font-size: 0;
  color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#showroom-slide .slick-arrow.slick-prev {
  left: -38px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#showroom-slide .slick-arrow.slick-next {
  right: -38px;
}

#showroom-slide .slick-arrow:hover {
  opacity: 0.8;
}

#showroom-slide .showroom-link {
  margin: 15px 0;
}

#showroom-slide .showroom-link a {
  display: inline-block;
  position: relative;
  font-size: 12px;
}

#showroom-slide .showroom-link a:hover {
  color: #b28850;
}

#showroom-slide .showroom-link a+a {
  margin-left: 20px;
}

#showroom-slide .showroom-link a+a:before {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 5;
  content: '/';
}

#block_of_category {
  position: relative;
  padding: 40px 20px;
  border-top: none;
}

#block_of_category:before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #ddd;
  content: '';
}

#block_of_category a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#block_of_category a:hover {
  opacity: 0.8;
}

#block_of_category .block-category-style-g--item:nth-child(2n) {
  margin: 0;
  margin-bottom: 25px;
}

#block_of_category .block-category-style-g--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  margin-bottom: 25px;
}

#block_of_category .block-category-style-g--item:nth-child(5n+2),
#block_of_category .block-category-style-g--item:nth-child(5n+3),
#block_of_category .block-category-style-g--item:nth-child(5n+4),
#block_of_category .block-category-style-g--item:nth-child(5n+5) {
  margin-left: calc((100% - (160px * 5)) / 4);
}

#block_of_category .block-category-style-g--item h3 {
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}

#block_of_category .block-category-style-g--item ul {
  display: none;
}

#block_of_category .block-category-style-g--item-name {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border: none;
}

#block_of_category .block-category-style-g--item-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 160px;
  float: none;
}

#block_of_category a {
  display: block;
}

.pane-footer {
  padding: 0;
  background: transparent;
}

#footer-top {
  padding: 10px 0;
  background: #e6e6e6;
}

#footer-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer-top-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

#footer-top-sns a {
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer-top-sns a:hover {
  opacity: 0.8;
}

#footer-top-sns img {
  display: block;
}

#footer-top-pagetop {
  position: relative;
  font-weight: 600;
  font-size: 12px;
}

#footer-top-pagetop a {
  display: inline-block;
  position: relative;
}

#footer-top-pagetop a:before {
  position: absolute;
  top: 7px;
  left: -20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  content: '';
}

#footer-nav {
  padding: 30px 0;
  background: #ce313d;
}

#footer-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer-nav a {
  display: inline-block;
}

#footer-nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer-nav nav a {
  margin-right: 20px;
  color: #fff;
  font-size: 12px;
}

#footer-nav nav a+a {
  margin: 0 20px;
}

#footer-nav nav+nav {
  margin-left: 25px;
  padding-left: 40px;
  border-left: 1px solid #fff;
}

#footer-nav #footer-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer-nav #footer-nav-ectop a {
  color: #999;
  font-size: 10px;
}

.pane-footer>.container {
  width: 100%;
}

#footernav {
  display: none;
}

#copyright {
  display: none;
}

.pane-topic-path {
  background-color: #fff;
}

.block-filter--tree-2>li {
  padding-left: 20px;
}

#review_form .btn-secondary {
  margin-left: auto;
}

#userreview_frame.block-goods-user-review--list {
  border-top: 1px solid #ddd;
}

.block-goods-user-review--item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.block-goods-list--display-style-items {
  border-top: 1px solid #ddd;
}

.block-goods-list--display-style-items dt {
  border-bottom: 1px solid #ddd;
}

.block-goods-list--display-style-items,
.block-goods-list--sort-order-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.block-goods-list--display-style-items dt,
.block-goods-list--sort-order-items dt {
  display: block;
  padding: 10px 10px 10px 15px;
  border-right: 1px solid #ddd;
  background-color: #f5f5f5;
}

.block-goods-list--display-style-items dd,
.block-goods-list--sort-order-items dd {
  display: block;
}

.block-goods-list--display-style-items dd.active,
.block-goods-list--sort-order-items dd.active {
  display: block;
  padding: 10px;
  font-weight: 600;
  color: #b28850;
}

.block-goods-list--display-style-items dd a,
.block-goods-list--sort-order-items dd a {
  display: block;
  padding: 10px;
}

.pager {
  margin-top: 15px;
}

.pager .pager-count span {
  font-weight: 600;
}

.page-category .pane-main h1,
.page-category .pane-main .h1 {
  margin: 17px 0 9px;
}

.page-category .pane-main .block-thumbnail-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
}

.page-category .pane-main .block-thumbnail-t li {
  width: 220px;
}

.page-category .pane-main .block-thumbnail-t li:nth-child(4n+2),
.page-category .pane-main .block-thumbnail-t li:nth-child(4n+3),
.page-category .pane-main .block-thumbnail-t li:nth-child(4n+4) {
  margin-left: calc((100% - (220px * 4)) / 3);
}

.page-category .pane-main .block-thumbnail-t li dl {
  width: 100%;
}

.page-category .pane-main .block-thumbnail-t li figure {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.page-category .pane-main .block-thumbnail-t li figure img {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-category .pane-main .js-enhanced-ecommerce-image:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
}

.page-category .pane-main .block-thumbnail-t--goods-description {
  margin-top: 0;
}

.page-category .pane-main .block-thumbnail-t--goods-name {
  display: block;
  padding: 20px 0 15px;
  font-weight: 600;
  font-size: 13px;
}

.page-category .pane-main .block-thumbnail-t--goods-name a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-category .pane-main .block-thumbnail-t--goods-name a:hover {
  color: #b28850;
}

.page-category .pane-main .variation-name {
  font-weight: 600;
  font-size: 12px;
  color: #808080;
}

.page-category .pane-main .block-thumbnail-t--price {
  text-align: left;
  color: #000;
  font-size: 16px;
}

.page-category .pane-main .block-thumbnail-t--net-price {
  display: none;
}

.page-category .pane-right-menu {
  display: none;
}

.block-switcher {
  display: none;
}

.optimaized-h1 {
  display: none;
}

#footer_pagetop {
  display: none !important;
}

.block-goods-detail .pane-goods-header {
  display: none;
}

.btn-primary {
  border: none;
  background-color: #b28850;
}

.block-goods-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}

.block-goods-gallery ul li {
  width: 92px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.block-goods-gallery ul li:nth-child(7n) {
  margin-right: 0;
}

.block-goods-gallery ul li a {
  display: block;
}

.block-goods-gallery ul li figure {
  width: 92px;
  height: 92px;
  background: #f5f5f5;
}

.block-goods-detail {
  -ms-grid-columns: 1fr 420px;
  grid-template-columns: 1fr 420px;
}

.pane-goods-left-side {
  margin: 0 40px 0 0;
}

.page-goods .pane-main h1,
.page-goods .pane-main .h1 {
  margin: 5px 0;
  font-size: 22px;
}

.page-goods .block-goods-price {
  text-align: right;
}

.page-goods .block-goods-price--price {
  font-size: 20px;
  color: #000;
}

.page-goods .pane-goods-left-side {
  padding-top: 20px;
}

.page-goods .pane-goods-right-side {
  position: sticky;
  top: 0;
  height: 100%;
  padding-top: 20px;
}

.page-goods .pane-goods-right-side form {
  display: block;
  height: 100%;
}

.page-goods .block-goods-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-goods .block-goods-detail .pane-goods-header {
  width: 100%;
}

.page-goods .block-goods-detail .pane-goods-center {
  width: 100%;
  margin-top: 50px;
}

.page-goods .block-goods-detail .pane-goods-center .block-goods-user-review--info {
  padding: 20px 10px;
}

.page-goods .block-goods-detail .pane-goods-center h2 {
  font-size: 16px;
}

.page-goods .block-goods-gallery {
  margin-bottom: 50px;
}

.page-goods .block-goods-comment1,
.page-goods .block-goods-comment2,
.page-goods .block-goods-comment3,
.page-goods .block-goods-comment4,
.page-goods .block-goods-comment5 {
  margin-bottom: 20px;
  border-radius: 2px;
}

.page-goods .block-goods-comment1 dt,
.page-goods .block-goods-comment2 dt,
.page-goods .block-goods-comment3 dt,
.page-goods .block-goods-comment4 dt,
.page-goods .block-goods-comment5 dt {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
}

.page-goods .block-goods-comment1 dt h3,
.page-goods .block-goods-comment2 dt h3,
.page-goods .block-goods-comment3 dt h3,
.page-goods .block-goods-comment4 dt h3,
.page-goods .block-goods-comment5 dt h3 {
  font-size: 16px;
}

.page-goods .block-goods-comment1 dd,
.page-goods .block-goods-comment2 dd,
.page-goods .block-goods-comment3 dd,
.page-goods .block-goods-comment4 dd,
.page-goods .block-goods-comment5 dd {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.page-goods .btn-primary {
  margin-top: 30px;
  border-radius: 2px;
}

.page-goods .block-add-cart--btn {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-goods .block-add-cart--btn:hover {
  opacity: 0.8;
}

.page-goods .block-contact-about-goods--btn,
.page-goods .block-goods-favorite--btn,
.page-goods .btn {
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-goods .block-contact-about-goods--btn:hover,
.page-goods .block-goods-favorite--btn:hover,
.page-goods .btn:hover {
  opacity: 0.8;
}

#block_of_filter {
  margin-top: 30px;
  padding: 20px 10px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

#block_of_filter h2 {
  margin-bottom: 10px;
  font-size: 14px;
  border: none;
}

#block_of_filter .block-filter--header {
  display: block;
  height: auto;
  padding: 5px 0;
  font-weight: 600;
  color: #000;
}

#block_of_filter #frmFilterList h3 {
  position: relative;
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#block_of_filter #frmFilterList h3:before,
#block_of_filter #frmFilterList h3:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 15px;
  height: 1px;
  background: #999;
  content: '';
}

#block_of_filter #frmFilterList h3:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#block_of_filter #frmFilterList h3:hover {
  color: #b28850;
}

#block_of_filter #frmFilterList h3:hover:before,
#block_of_filter #frmFilterList h3:hover:after {
  background: #b28850;
}

#block_of_filter #frmFilterList h3.inactive:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#block_of_filter .block-filter--imagelist-inner-accordion,
#block_of_filter .block-filter--list-inner-accordion,
#block_of_filter .block-filter--treelist-inner-accordion {
  display: block;
  margin-bottom: 20px;
  padding: 10px 0 0 10px;
  font-size: 12px;
}

#block_of_filter .block-filter-option-items {
  padding: 5px 0;
}

#block_of_filter .block-filter--treeitem-dir i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#block_of_filter .block-filter--treeitem-dir__close i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#block_of_filter .block-filter--treeitem-name {
  width: 100%;
  height: auto;
  padding: 5px 0;
  font-size: 12px;
}

#block_of_filter .block-filter--treeitem-selected {
  color: #b28850;
}

.block-pickup-list-p--items,
.block-pickup-list-w--items,
.block-goods-list-d--items,
.block-cart-i--items,
.block-goods-detail-j--items,
.block-thumbnail-t {
  width: 900px;
  margin: 0 auto;
}

.block-thumbnail-h {
  width: 100%;
}

.block-list-s--items,
.block-ranking-r--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 900px;
  margin: 30px auto;
}

.block-thumbnail-h li {
  margin-left: 20px;
}

.block-goods-list-d--item-body {
  width: 100%;
}

.block-goods-list-d--item-body .block-goods-list-d--item-description {
  width: calc(100% - 200px);
}

.block-goods-list-d--item-body .block-goods-list-d--add-cart {
  margin-left: auto;
}

.block-pickup-list-p--item-body {
  margin-bottom: 40px;
}

.block-pickup-list-p--item-body .block-pickup-list-p--item-description {
  width: 100%;
}

.block-pickup-list-p--item-body li {
  margin-bottom: 40px;
}

.block-category-list--goods .block-ranking-r--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}

.block-category-list--goods .block-ranking-r--items li {
  width: 190px;
}

.block-category-list--goods .block-ranking-r--items li:nth-child(5n+2),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+3),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+4),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+5) {
  margin-left: 12px;
}

.block-category-list--goods .block-ranking-r--items li figure {
  width: 190px;
  height: 190px;
}

.block-check-list-a--form .block-check-list-a--items {
  margin-top: 30px;
}

.page_contents {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.page_contents .anchor_ {
  padding: 20px 0;
}

.page_contents .anchor_ h3 {
  font-weight: 600;
}

.page_contents .anchor_>* {
  margin-bottom: 10px;
}

.page-login .pane-order-contents {
  margin-top: 40px;
}

.page-contact .pane-contents {
  margin-top: 40px;
}

.pane-order-contents {
  border: none;
}

.page-contactthanks .pane-contents {
  margin-top: 40px;
}

.page-contentspages .page_contents_inner>* {
  padding: 20px 0;
}

.page-contentspages .page_contents_inner {
  margin-top: 30px;
}

.block-cart-recent-item--body .block-goods-list-c ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-cart-recent-item--body .block-goods-list-c ul li {
  width: 180px;
}

.block-cart-recent-item--body .block-goods-list-c ul li+li {
  margin-left: 24px;
}

.block-no-stock--message {
  width: 280px;
}

.block-variation--item.active dt {
  border: 2px solid #82b613;
}

.page-goods .pane-goods-right-side .block-variation {
  margin-top: 30px;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: calc((100% - 5px) / 2);
  margin: 0 0 5px 0;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item:nth-child(2n) {
  margin-left: 5px;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item dt {
  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;
  width: 100%;
  height: 100%;
  min-height: unset;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item dt span {
  display: block;
  width: 100%;
  height: auto;
}

.page-goods .block-variation--selected-item {
  margin-top: 10px;
}

.page-goods .block-variation--selected-item {
  margin-top: 10px;
}

.page-goods .block-variation--name.block-color--name,
.page-goods .block-variation--name.block-size--name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}

.block-variation--item {
  margin-bottom: 5px;
}

.block-variation.block-size .block-variation--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-size-with-cart--item,
.block-variation-add-cart {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-size-with-cart--item .btn-primary,
.block-variation-add-cart .btn-primary {
  margin-top: 0;
}

.block-color-size-with-cart--color-line,
.block-color-size-with-cart--size-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-size-with-cart--item .block-size-with-cart--item-term {
  width: 160px;
}

.block-size-with-cart--item .block-size-with-cart--item-term span {
  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;
  width: 100%;
  height: 100%;
}

.block-color-size-with-cart--color-line .block-size-with-cart--item-term,
.block-color-size-with-cart--size-line .block-size-with-cart--item-term,
.block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term,
.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term {
  width: 140px;
}

.block-color-size-with-cart--color-line .block-size-with-cart--item-term span,
.block-color-size-with-cart--size-line .block-size-with-cart--item-term span,
.block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term span,
.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term span {
  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;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.3;
}

.block-color-size-with-cart--color-line .block-variation-favorite--btn,
.block-color-size-with-cart--size-line .block-variation-favorite--btn {
  width: 40px;
}

.block-color-size-with-cart--color-line .block-variation-add-cart--btn,
.block-color-size-with-cart--size-line .block-variation-add-cart--btn {
  width: 150px;
}

.page-contentspages #page-agree {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.page-contentspages #page-agree>p {
  font-weight: 600;
  font-size: 18px;
}

.page-contentspages #page-agree li {
  margin-bottom: 30px;
}

.price {
  color: #000;
}

.block-pickup-list-w--item-body {
  margin-bottom: 30px;
}

.block-check-list-a--form .block-check-list-a--net-price {
  text-align: right;
}

.pager-current {
  color: #b28850;
}

.block-user-review--evaluation-message {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

#confirm_+.block-user-review--message {
  margin-top: 20px;
}

.block-user-review {
  padding-top: 30px;
}

.block-user-review-completed {
  padding-top: 30px;
}

.block-user-review-completed--message-header {
  padding: 10px 0 20px;
  font-size: 18px;
}

.block-quick-order {
  padding-top: 30px;
}

.block-order-gift-select--delivery-dest-header {
  padding-top: 10px;
}

.block-shipping-address-registration--message {
  padding: 10px 0 20px;
}

.block-inquiry-history-detail {
  width: 900px;
  margin: 0 auto;
}

.block-inquiry-history-detail--update-dt {
  font-size: 14px;
}

.block-genre-tree--item__open {
  margin-top: 0;
  padding-bottom: 0;
  border-top: 3px solid #000;
}

.block-ranking-r li:not(:nth-child(5n)) {
  margin-right: 25px;
}

.block-ranking-r--goods {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  margin-left: 33px;
}

.block-ranking-r--goods:first-of-type {
  margin-left: 0;
}

.block-ranking-r--goods-image figure {
  background: transparent;
  width: 160px;
  height: 160px;
}

.block-icon img {
  height: 20px;
  width: inherit;
}

.header-accodion {
  width: 90%;
  color: #333;
}

.header-accodion .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header-accodion .header-menu>li {
  width: 25%;
  /* メニューの数で変える */
  background-color: #eee;
  border: 1px solid #ddd;
  position: relative;
}

.header-accodion .header-menu li a {
  padding: 1em;
  display: block;
}

.header-accodion .header-menu .header-menu-title {
  text-align: center;
}

.header-accodion .header-menu .header-sub-menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 100%;
  left: 0;
}

.header-accodion .header-menu .header-sub-menu li {
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
}

.header-accodion .header-menu .header-sub-menu li:first-child {
  border-top: 1px solid #ccc;
}

.header-accodion .header-menu .header-sub-menu li a {
  background-color: #fff;
  padding: 1em;
  width: 100%;
}

.header-accodion .header-menu li a:hover {
  opacity: 0.6;
}

:root {
  --vw: 1vw;
  --header-height: 0px;
  --header-innerheight: 0px;
  --drawer-top: 0px;
  --hbg-top-offset: 0;
  --hbg-left-offset: 0;
}

header .block-headernav--cart-count {
  display: none;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-style: normal;
}

#notice-top {
  font-size: 14px;
  color: #fff;
  background-color: #02153d;
}

#notice-top .container {
  width: 100%;
}

.block-category-list--event {
  margin-top: 60px;
}

.block-top-event--header {
  margin: 130px auto 40px;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
}

.block-top-event--header:after {
  content: none;
}

.block-top-event--goods .block-thumbnail-t {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.block-top-event--goods .block-thumbnail-t .variation-name {
  display: none;
}

.block-top-event--goods .block-thumbnail-t li {
  width: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
  margin-bottom: 16px;
}

.block-top-event--goods .block-thumbnail-t li figure {
  height: 100%;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--goods-description {
  margin-top: 20px;
}

.block-top-event--goods .block-thumbnail-t li .js-enhanced-ecommerce-goods-name {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos {
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 3px;
}

.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .price,
.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .net-price,
.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .default-price,
.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .exchange-price,
.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-exchange-price--rate-dt {
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.block-top-event--goods .block-thumbnail-t li>a {
  display: block;
  text-decoration: none;
}

.block-top-event--goods .block-thumbnail-t li:hover {
  opacity: 1;
}

.block-top-event--goods .block-thumbnail-t li:hover .js-enhanced-ecommerce-goods-name,
.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--price-infos,
.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: #000;
}

.block-top-event--goods .block-thumbnail-t--goods-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.block-top-event--goods .block-thumbnail-t--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  width: 100%;
  height: 100%;
  padding: 0;
  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;
}

.block-top-event--goods .block-thumbnail-t--goods-image figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-top .block-thumbnail-t--goods {
  width: 100%;
  margin: 0;
}

.page-top .block-thumbnail-t--goods a {
  color: #000;
  text-decoration: none;
}

.page-top .block-thumbnail-t--goods-description {
  margin-top: 20px;
}

.page-top .block-thumbnail-t--goods .price,
.page-top .block-thumbnail-t--goods .net-price {
  font-weight: normal;
}

.page-top .block-thumbnail-t--goods .price,
.page-top .block-thumbnail-t--goods .net-price,
.page-top .block-thumbnail-t--goods .default-price,
.page-top .block-thumbnail-t--goods .exchange-price,
.page-top .block-thumbnail-t--goods .block-exchange-price--rate-dt {
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.page-top .block-thumbnail-t--price-infos {
  margin-top: 3px;
}

.page-top .block-thumbnail-t--price-items:has(.default-price) .block-thumbnail-t--price {
  color: #e21836;
  font-weight: bold;
}

.page-top .block-thumbnail-t--default-price.default-price {
  font-size: 12px;
  font-weight: 400;
}

.page-top .block-thumbnail-t--scomment {
  color: #cc3302;
}

.page-top .block-ranking-r {
  width: 100%;
  overflow: hidden;
}

.page-top .block-ranking-r ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 19px;
}

.page-top .block-ranking-r ul li {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 25px 19px;
}

.page-top .block-ranking-r li>a {
  margin-left: 0;
  text-decoration: none;
}

.page-top .block-ranking-r li>a:first-of-type {
  margin-left: 0;
}

.page-top .block-ranking-r .variation-name {
  display: none;
}

.page-top .block-ranking-r--goods {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-top .block-ranking-r--goods-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.page-top .block-ranking-r--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  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;
}

.page-top .block-ranking-r--goods-image figure img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-top .block-ranking-r--goods-image .block-ranking-r--rank {
  position: absolute;
  top: 15px;
  left: 0;
  width: auto;
  height: 32px;
  font-size: 40px;
  color: #000;
  font-weight: 500;
  background: none;
}

.page-top .block-ranking-r--goods a {
  text-decoration: none;
}

.page-top .block-ranking-r--goods-description {
  margin-top: 14px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-top .block-ranking-r--goods-description .block-ranking-r--rank {
  display: table-cell;
  width: 2.5em;
  padding-right: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.page-top .block-ranking-r--goods-description .block-ranking-r--rank:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 1px;
  height: 3em;
  background-color: #444;
}

.page-top .block-ranking-r--goods-description .block-ranking-r--goods {
  display: table-cell;
}

.page-top .block-ranking-r--goods-description .block-ranking-r--goods-name {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.page-top .block-ranking-r--goods-description .variation-name {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.page-top .block-ranking-r--goods-description .block-icon {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.page-top .block-ranking-r--goods-description .block-ranking-r--price-infos {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.page-top .block-ranking-r--goods .price,
.page-top .block-ranking-r--goods .net-price {
  font-weight: normal;
}

.page-top .block-ranking-r--price-items:has(.default-price) .block-ranking-r--price {
  color: #e21836;
  font-weight: bold;
}

.page-top .block-ranking-r-t--default-price.default-price {
  font-size: 12px;
  font-weight: 400;
}

.page-top .block-ranking-r--goods .price,
.page-top .block-ranking-r--goods .net-price,
.page-top .block-ranking-r--goods .default-price,
.page-top .block-ranking-r--goods .exchange-price,
.page-top .block-ranking-r--goods .block-exchange-price--rate-dt {
  margin-top: 3px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.page-top .block-ranking-r--scomment {
  color: #cc3302;
}

.page-top .block-thumbnail-h {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}

.page-top .block-thumbnail-h li {
  width: 190px;
  margin: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

.page-top .block-thumbnail-h .variation-name {
  display: none;
}

.page-top .block-thumbnail-h--goods-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.page-top .block-thumbnail-h--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  background: none;
  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;
}

.page-top .block-thumbnail-h--goods-image figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-top .block-thumbnail-h--goods-description {
  margin-top: 12px;
}

.page-top .block-thumbnail-h--goods-description .variation-name {
  display: none;
}

.page-top .block-thumbnail-h--goods .price,
.page-top .block-thumbnail-h--goods .net-price {
  font-weight: normal;
}

.page-top .block-thumbnail-h--goods .price,
.page-top .block-thumbnail-h--goods .net-price,
.page-top .block-thumbnail-h--goods .default-price,
.page-top .block-thumbnail-h--goods .exchange-price,
.page-top .block-thumbnail-h--goods .block-exchange-price--rate-dt {
  margin-top: 3px;
  text-align: left;
  letter-spacing: 0.1em;
}

.page-top .block-thumbnail-h--scomment {
  color: #cc3302;
}

.page-top .goodsList_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 25px;
  margin: 60px 0 20px;
}

.page-top .block-goods-list--sort-order-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  white-space: nowrap;
}

.page-top .block-thumbnail-h--price {
  color: #000;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.page-top .block-thumbnail-h--price-items:has(.default-price) .block-thumbnail-h--price {
  color: #e21836;
  font-weight: bold;
}

.page-top .block-thumbnail-h--default-price.default-price {
  font-size: 12px;
  font-weight: 400;
}

.page-top .block-pickup-list-w {
  width: 100%;
  margin: 0 auto;
}

.page-top .block-pickup-list-w li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.page-top .block-pickup-list-w .price {
  font-weight: normal;
}

.page-top .block-pickup-list-w .block-list-add-cart-btn {
  display: none;
}

.page-top .block-pickup-list-w--item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
}

.page-top .block-pickup-list-w--image {
  width: 142px;
}

.page-top .block-pickup-list-w--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.page-top .block-pickup-list-w--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 0;
}

.page-top .block-pickup-list-w--item-description .variation-name {
  display: none;
}

.page-top .block-pickup-list-w--item-description .block-icon {
  margin-top: 10px;
}

.page-top .block-thumbnail-t--goods-description .block-icon--comment1,
.page-top .block-ranking-r--goods-description .block-icon--comment1,
.page-top .block-thumbnail-h--goods-description .block-icon--comment1,
.page-top .block-pickup-list-w--item-description .block-icon--comment1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  height: 20px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.page-top .block-pickup-list-w--goods-name a {
  color: #000;
  text-decoration: none;
}

.page-top .block-pickup-list-w--add-cart .block-list-add-cart-btn {
  display: none;
  padding: 8px 0;
  border-bottom-width: 2px;
  width: 160px;
}

.page-top .block-pickup-list-w--add-cart .block-list-custom-order-btn {
  display: none;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}

.page-top .block-pickup-list-w .price,
.page-top .block-pickup-list-w .net-price,
.page-top .block-pickup-list-w .default-price,
.page-top .block-pickup-list-w .exchange-price,
.page-top .block-pickup-list-w .block-exchange-price--rate-dt {
  text-align: right;
  letter-spacing: 0.1em;
}

.page-top .block-pickup-list-w--scomment {
  color: #cc3302;
}

.page-top .block-pickup-list-w--price {
  color: #000;
  font-weight: 400;
}

.page-top .block-pickup-list-w--price-items:has(.default-price) .block-pickup-list-w--price {
  color: #e21836;
  font-weight: bold;
}

.page-top .block-pickup-list-w--default-price.default-price {
  font-size: 12px;
  font-weight: 400;
}

.page-top .block-jscart .block-jscart--items {
  display: none;
}

.page-top .pane-right-menu {
  width: 100%;
}

.page-top .block-recent-item,
.page-top #goodsdetail_itemhistory {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0 0;
  background: #f9f9f9;
}

.page-top .block-recent-item:before,
.page-top #goodsdetail_itemhistory:before,
.page-top .block-recent-item:after,
.page-top #goodsdetail_itemhistory:after {
  content: "";
  display: block;
  height: 100%;
  width: calc(100vw - 1200px);
  position: absolute;
  top: 0;
  z-index: 0;
  background: #f9f9f9;
}

.page-top .block-recent-item:before,
.page-top #goodsdetail_itemhistory:before {
  left: calc(1200px - 100vw);
}

.page-top .block-recent-item:after,
.page-top #goodsdetail_itemhistory:after {
  right: calc(1200px - 100vw);
}

.page-top .block-recent-item--keep-history {
  padding-bottom: 60px;
}

.page-top .block-goods-list--display-style-items>select,
.page-top .block-goods-list--sort-order-items>select {
  width: auto;
  height: auto;
  padding: 8px 10px;
  font-size: 14px;
  border-bottom: none;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  position: relative;
  background-image: url("/img/usr/common/icons/arrow_delta.png");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 10px center;
}

.page-top .block-goods-list--display-style-items>select::-ms-expand,
.page-top .block-goods-list--sort-order-items>select::-ms-expand {
  display: none;
}

.page-top .sort_title {
  font-size: 16px;
  font-weight: 600;
}

#block_of_top_free1 {
  padding: 0;
}

#block_of_top_free1:before {
  content: none;
}

.chatbot-header { 
  padding-top: 20px !important;
}

.chatbot-container {
  bottom:10px !important;
}

.hide-chatbot {
  top: -10px !important;
  right: -10px !important;
  width: 20px !important;
  height: 20px !important;
}

.block-cookie-consent {
  left: 20px;
  width: 45%;
}

.block-cookie-consent--text a {
  color: #fff;
  text-decoration: underline;
}

.block-cookie-consent--text a:hover {
  color: #c71749 !important;
}

.header_dropdown_col .togglemenu_list_item_image {
  width: 32px;
  height: 32px;
}

[name="frmSearch"] {
  border: 2px solid #333;
  border-radius: 10px;
  padding: 5px;
}

.block-global-search--keyword {
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

.block-global-search--submit {
    border-right: 1px solid #ccc!important;
}