﻿@charset "UTF-8";

.optimaized-h1 {
	display: none;
}

.pane-contents .pane-column-one .pane-left-menu {
  display: none;
}

/*.pane-contents .pane-column-one .block-goods-detail-j--items li {
  width: 20%;
}*/

/* メニュー内 トラベル > 形から探す > 容量・機能から探す 非表示 */
#header .gnav .js-dynamic-genre[data-genre="travel"] li:last-child {
	display: none;
}
.sp-element {
  display: none !important;
}

/* ----トピック---- */
.block-top-topic {
  padding: 72px 0 80px;
}
.block-top-topic--header span {
  display: block;
  font-size: 13px;
  line-height: 110%;
  letter-spacing: 0;
}
h2.block-top-topic--header {
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  border-top: none;
  padding: 0;
  font-weight: bold;
}
.block-top-topic--header.after-border:after {
  content: none;
}
.block-top-topic--body {
  width: 888px;
  margin: 0 auto;
}
.block-top-topic--items {
  border-top: 1px solid #DEDEDE;
}
.block-top-topic--items li {
  padding: 0;
  border-bottom: 1px solid #DEDEDE;
}
.block-top-topic--items li a {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 0;
  text-decoration: none;
  overflow: hidden;
}
.block-top-topic--items dl {
  display: flex;
  gap: 40px;
}
.block-top-topic--items dt {
  margin-right: 0;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  letter-spacing: 0.16em;
  color: #8E8E8E;
  width: 97px;
}
.block-top-topic--items dd {
  font-size: 14px;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block-top-topic--items img{
	float: left;
	width: 80px;
  margin-right: 20px;
  vertical-align: middle;
	display: none;
}
.block-top-topic--next-page {
  text-align: center;
  margin-top: 20px;
  display: none;
}
.block-top-topic--next-page a {
  display: inline-block;
  max-width: 500px;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 2em;
  color: inherit;
  text-decoration: none;
}
.block-top-topic--next-page a:before {
  border-top: 1px #444 solid;
  border-bottom: 1px #444 solid;
}
.block-top-topic--next-page a:after {
  border-left: 1px #444 solid;
  border-right: 1px #444 solid;
}
.block-top-topic--next-page a:before, .block-top-topic--next-page a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-topic-page--article-icon {
  vertical-align: middle;
}
.block-topic-page--article figure {
  font-size: 0;
}
.block-topic-page--article figure img {
  padding-bottom: 10px;
}
.block-topic-details--items dl, .block-topic-details--items dt, .block-topic-details--items dd {
  display: inline;
}
.block-topic-details--items dt {
  margin-right: 10px;
}
.block-topic-details--items img {
  vertical-align: middle;
}
.block-topic-details--icon {
  display: none;
}
.block-topic-details--header {
  display: none;
}
.block-topic-details--items li {
  border-bottom: #ddd 1px solid;
}
.block-topic-details--items li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}

/* ----最近見た商品---- */
.block-recent-item {
  width: 1180px;
  margin: 0 auto;
  border-top: 1px #dcdcdc solid;
  padding-top: 60px;
  padding-bottom: 60px;
}
.block-recent-item--header {
  font-size: 22px;
  text-align: center;
  border-top: none;
  padding: 0 0 35px;
}
.block-recent-item--items {
  overflow: hidden;
}
.block-recent-item--items a {
  text-decoration: none;
}
.block-recent-item--keep-history {
  text-align: right;
  margin-top: 30px;
}
.block-recent-item--keep-history a {
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.block-recent-item--keep-history a:before, .block-recent-item--keep-history a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  top: 10px;
  left: 5px;
  background: #444;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-recent-item--keep-history a:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.block-recent-item--keep-history a:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.block-recent-item--keep-history a:hover:before, .block-recent-item--keep-history a:hover:after {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.block-recent-item--empty-message {
  text-align: center;
}

/* ----最近チェックした商品(ブランド)---- */
.block-brand-recent-item {
  width: 900px;
}
.block-brand-recent-item--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}
.block-brand-recent-item--items {
  width: 900px;
}
.block-brand-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}
.block-brand-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}

/* ----最近チェックした商品(カート)---- */
.block-cart-recent-item {
  width: 1180px;
  margin-bottom: 50px;
}
.block-cart-recent-item--header {
  text-align: center;
  line-height: 140%;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 22px;
  border-top: unset;
}
.block-cart-recent-item--header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  background-color: #444;
}
.block-cart-recent-item--items {
  width: 1180px;
}
.block-cart-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}
.block-cart-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}

/* ----検索サジェスト---- */
.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 370px;
  background-color: #fff;
  border: 1px solid #000;
}
.block-search-suggest--keyword {
  padding: 2px;
}
.block-search-suggest--keyword-entry {
  display: block;
  text-decoration: none;
}
.block-search-suggest--goods {
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
}
.block-search-suggest--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
}
.block-search-suggest--goods-img img {
  width: 60px;
  height: 60px;
}
.block-search-suggest--goods-name, .block-search-suggest--goods-comment, .block-search-suggest--goods-price-items {
  width: 100%;
}
.block-search-suggest--keyword:hover, .block-search-suggest--goods:hover {
  background-color: #dedede;
  cursor: pointer;
}

/* ----パンくず---- */
.block-topic-path {
  padding: 12px 0;
}
.block-topic-path--list li {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.block-topic-path--list li:after {
  content: "";
  display:block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px #444 solid;
  border-right: 1px #444 solid;
  top: 50%;
  right: 10px;
  transform: rotate(45deg);
  margin-top: -3px;
}
.block-topic-path--list li:last-child:after {
  display: none;
}
.block-topic-path--list a {
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-topic-path--list a:hover {
  opacity: 0.7;
}
/* ----左メニューブロック共通---- */
.pane-left-menu h2 {
  font-size: 16px;
  padding: 12px 0 15px 5px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px #eee solid;
  border-top: none;
}
.pane-left-menu h2 span {
  font-size: 12px;
  font-weight: normal;
}
.pane-left-menu h3 {
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: #eee 1px solid;
  margin-bottom: 5px;
  cursor: pointer;
}

/* ----左メニュー / カテゴリから探す、ジャンルから探す---- */
#block_of_categorytree, #block_of_genretree {
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  margin-bottom: 30px;
  padding-left: 10px;
}

/* ----キーワード検索ブロック---- */
#block_of_searchbox {
  margin-bottom: 30px;
}
.block-search-box--search-detail a {
  display: inline-block;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.block-search-box--search-detail a:hover {
  text-decoration: underline;
}
.block-search-box--search-detail a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px #888 solid;
  border-right: 1px #888 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.block-search-box--form {
  border: 1px #b0b0b0 solid;
  display: flex;
  position: relative;
  background-color: inherit;
}
.block-search-box--form:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 26px;
  right: 40px;
  top: 50%;
  margin-top: -13px;
  background: #b0b0b0;
}
input.block-search-box--keyword:hover, input.block-search-box--keyword {
  border: none;
  background-color: transparent;
  flex-grow: 1;
}
button.block-search-box--search-submit {
  border: none;
  background-color: transparent;
  width: 40px;
  padding: 0;
}
.block-search-box--search-detail {
  text-align: right;
  margin: 5px 0;
}

/* ----Ajaxカートブロック---- */
#block_of_jscart {
  margin-bottom: 30px;
  position: relative;
  border-top: 1px #9e9e9e solid;
  border-left: 1px #9e9e9e solid;
  padding-left: 10px;
}
.block-jscart--body {
  position: relative;
  padding-top: 15px;
}
/*#block_of_jscart:before,
#block_of_jscart:after,
.block-jscart--body:before,
.block-jscart--body:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
}
#block_of_jscart:before,
#block_of_jscart:after {
  border-top: 1px #888 solid;top: 0;
}
.block-jscart--body:before,
.block-jscart--body:after {
  border-bottom: 1px #888 solid;
  bottom: 0;
}
#block_of_jscart:before,
.block-jscart--body:before {
  border-left: 1px #888 solid;
  left: 0;
}
#block_of_jscart:after,
.block-jscart--body:after {
  border-right: 1px #888 solid;
  right: 0;
}*/
.block-jscart--title {
  display: none;
}
.block-jscart--items {
  border-bottom: #eee 1px solid;
  padding-bottom: 12px;
  padding-left: 5px;
  margin-bottom: 5px;
}
.block-jscart--items dd {
  text-align: right;
}
.block-jscart--name {
  margin-bottom: 5px;
}
.block-jscart--price {
  margin-top: 5px;
}
.block-jscart--delete {
  text-align: right;
  margin-bottom: 5px;
  display: none;
}
.block-jscart--cart-to-order {
  text-align: center;
  margin-top: 15px;
}
.block-jscart--cart-to-order a {
  width: 100%;
  color: #ffffff;
  background: #888;
  letter-spacing: 0.1em;
}
.block-jscart--total {
  text-align: right;
  margin-top: 10px;
}
.block-jscart--total dt, .block-jscart--total dd {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
}
.block-jscart--total dd {
  font-size: 17px;
}
.block-jscart--empty {
  text-align: center;
  padding: 0 5px 10px 5px;
}

/* ----エラー画面---- */
.block-validation-alert {
  text-align: center;
  margin: 100px auto;
  padding: 30px;
  width: 500px;
  border: 1px solid #808080;
}
.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}
.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}
.block-common-alert {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
.block-common-alert--link {
  display: block;
  margin-top: 10px;
}
.block-common-alert-list {
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #999;
  background-color: #fff;
  width: 800px;
}
.block-common-alert-list--items {
  color: #a94442;
}

/* ----郵便番号サジェスト---- */
.block-ziplist--ziplist-frame {
  z-index: 2000;
}

/* ----サイクル情報編集---- */
.block-regular-cycle--cycle-sub-type {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #b0b0b0;
}
.block-regular-cycle--deliv_date {
  width: 100%;
  margin: 20px 0;
}
.block-regular-cycle--deliv_date--prev-expected-dt {
  border-top: 1px dotted #b0b0b0;
  border-left: 1px dotted #b0b0b0;
  border-right: 1px dotted #b0b0b0;
}
.block-regular-cycle--deliv_date--next-expected-dt {
  border: 1px dotted #b0b0b0;
}
.block-regular-cycle--deliv_date--prev-expected-dt-title, .block-regular-cycle--deliv_date--next-expected-dt-title {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  border-bottom: 1px dotted #b0b0b0;
}
.block-regular-cycle--deliv_date--prev-expected-dt-date, .block-regular-cycle--deliv_date--next-expected-dt-date {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

/* ----商品詳細画面---- */
.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}
.block-src-l {
  width: 600px;
  margin-bottom: 5px;
  overflow: hidden;
}
.block-src-l .slick-slider, .block-src-l .slick-list, .block-src-l .slick-track, .block-src-l .slick-slide {
  z-index: 10;
}
.block-src-l figure {
  text-align: center;
  width: 510px;
  height: 510px;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
.block-src-l figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.block-src-l--comment {
  min-height: 22px;
}
.block-src-c {
  display: none;
  width: 600px;
  margin-bottom: 20px;
  overflow: hidden;
}
.block-src-c figure {
  margin-bottom: 5px;
}
.block-src-c figure img {
  display: block;
  margin: 0 auto;
}
.block-src-c > div {
  text-align: center;
  margin: 5px 0;
}
.block-goods-gallery .slider-nav {
  width: 600px;
}
.block-goods-gallery .slider-nav .slick-track {
  width: 608px !important;
  margin: 0 -4px;
  transform: translate3d(0px, 0px, 0px) !important;
  display: flex;
  flex-wrap: wrap;
}
.block-goods-gallery .slider-nav .slick-track li {
  float: none;
  width: 76px !important;
  margin: 0 !important;
  padding: 76px 0 0 0 !important;
  position: relative;
  height: 0;
}
.block-goods-gallery .slider-nav .slick-track li:nth-child(5n) {
  padding-right: 0 !important;
}
.block-goods-gallery .slider-nav .slick-track li figure {
  position: absolute;
  border: none;
  padding: 0 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-goods-gallery .slider-nav .slick-track li figure:hover {
  cursor: pointer;
}
.block-goods-gallery .slider-nav .slick-track li figure:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  width: -moz-calc(100% - 8px);
  width: -webkit-calc(100% - 8px);
  height: calc(100% - 8px);
  height: -moz-calc(100% - 8px);
  height: -webkit-calc(100% - 8px);
  border: 3px #b0b0b0 solid;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-gallery .slider-nav .slick-track li figure:hover:before {
  opacity: 1;
}
.block-goods-gallery .slider-nav .slick-track li.slick-active figure:before {
  border: 3px #525252 solid;
  opacity: 1;
}
.block-goods-gallery .slider-nav .slick-track li figure image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.slider-for .slick-arrow, .block-goods-gallery .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 20;
  top: 50%;
  margin-top: -20px;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: none;
  padding: 0;
}
.block-src-l .slick-arrow:before, .block-goods-gallery .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.block-src-l .slick-prev:after, .block-src-l .slick-next:after, .block-goods-gallery .slick-prev:after, .block-goods-gallery .slick-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px !important;
  height: 10px !important;
  border-top: 2px #525252 solid;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background: none !important;
}
.block-src-l .slick-next:after, .block-goods-gallery .slick-next:after {
  border-right: 2px #525252 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -5px 0 0 -7px;
}
.block-src-l .slick-prev:after, .block-goods-gallery .slick-prev:after {
  border-left: 2px #525252 solid;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: -5px 0 0 -3px;
}
.block-goods-gallery .slick-arrow:hover {
  cursor: pointer;
}
.block-goods-gallery .slick-arrow.slick-disabled {
  display: none !important;
}
.block-src-l .slick-arrow.slick-prev, .block-goods-gallery .slick-arrow.slick-prev {
  left: 10px;
}
.block-src-l .slick-arrow.slick-next, .block-goods-gallery .slick-arrow.slick-next {
  right: 10px;
}
.block-goods-comment {
  font-size: 15px;
  font-weight: bold;
}
.block-goods-affix-list {
  margin-bottom: 10px;
}
.block-goods-affix-list dt {
  padding: 5px 0;
  border-bottom: 1px dotted #b0b0b0;
}
.block-goods-affix-list dd {
  padding: 5px 0 0 15px;
}
.block-goods-affix-list--link:before {
  font-family: FontAwesome;
  content: "\f15c";
  margin-right: 5px;
}
.block-add-cart, .block-custom-order {
  display: table;
  width: 500px;
  margin: 0 auto;
}
.block-add-login{
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.block-add-login:hover{
	opacity: 0.8;
	color: #fff!important;
	text-indent: 0;
}
.block-add-login,.block-add-cart .block-add-cart--btn, .block-custom-order .block-custom-order--btn {
  display: table-cell;
  vertical-align: top;
  line-height: 36px;
  font-size: 18px;
  width: 430px;
}
.block-add-cart .block-variation-favorite, .block-add-cart .block-goods-favorite, .block-custom-order .block-goods-favorite {
  display: table-cell;
  vertical-align: top;
  width: 64px;
}
.block-variation-favorite .fa-heart:before {
  font-size: 20px;
}
.block-contact-about-goods {
  margin-top: 20px;
  text-align: center;
}
.block-contact-about-goods a {
  background: none;
  padding: 5px 0;
  display: inline-block;
  text-decoration: underline;
}
.block-contact-about-goods a:hover {
  text-decoration: none;
}
.block-goods-store-stock {
  text-align: center;
}
.block-custom-order--btn {}
.block-goods-store-stock--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
  background: unset;
  text-decoration: underline;
}
.block-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}
.block-contact-about-goods--btn {
  padding: 10px 0;
  font-size: 16px;
  width: 280px;
}
.block-variation-add-cart {
  margin-right: 5px;
}
.block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  width: 220px;
  height: 54px;
}
.block-variation-favorite--btn, .block-goods-favorite--btn, .block-goods-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  width: 54px;
  height: 54px;
}
.block-goods-favorite--btn + .block-goods-favorite--btn {
  display: none;
}
.block-no-stock--message {
  text-align: center;
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 440px;
  border: 1px solid #EFCBC8;
  color: #D11000;
  background-color: #EFCBC8;
}
.block-variation-no-stock, .block-goods-variation-arrival-notice {
  margin-right: 5px;
}
.block-variation-no-stock--message, .block-goods-variation-arrival-notice--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 165px;
  height: 54px;
}
.block-variation-no-stock--message {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
.block-variation-no-stock .block-variation-no-stock--message {
  width: 220px;
}
.bx-wrapper {
  width: 600px;
  margin-bottom: 5px;
  overflow: hidden;
}
.block-goods-gallery ul {
  font-size: 0;
}
.block-goods-gallery li {
  display: inline-block;
  width: 100px;
  margin-right: 17px;
  margin-bottom: 10px;
}
.block-goods-gallery li {
  float: none;
  width: 76px !important;
  margin: 0 !important;
  padding: 76px 0 0 0 !important;
  position: relative;
  height: 0;
}
.block-goods-gallery li figure {
  border: 1px #b0b0b0ccc solid;
  padding: 10px;
  width: 100px;
  height: 100px;
}
.block-goods-gallery li figure {
  position: absolute;
  border: none;
  padding: 0 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-goods-price {
  margin: 10px 0;
}
.block-goods-price--price {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.block-goods-price--price::after{
	content: ' (税込)';
	font-size: 15px;
	font-weight: normal;
	padding-left: 0px;
}
@media all and (-ms-high-contrast: none) {
  .default-price::after {
		position: relative;
		top: -2px;
  }
}
.block-goods-price--on-sales-comment {
  color: #D11000;
}
.block-accessory-list {
  width: 100%;
}
.pane-goods-right-side .block-check-list-a--item-body {
  width: auto;
}
.block-goods-footer-cart {
  text-align: center;
  display: none;
}

/* 注文明細拡張 */
.block-goods-sales-detail-append--item .form-label {
  padding: 15px;
  margin-right: 0;
  margin-bottom: 15px;
}
.block-goods-sales-detail-append--item input[type="text"], .block-goods-sales-detail-append--item textarea {
  width: 100%;
}
.block-goods-sales-detail-append--item .constraint .required {
  margin: -38px 20px 16px 0;
  display: block;
  text-align: right;
}
.pane-goods-right-side .block-goods-sales-detail-append--item .constraint .required {
  margin-top: 14px;
}

/* バリエーション入荷案内申し込み */
.block-variation-back-order {
  margin-top: 10px;
}
.block-variation-arrival-notice {
  margin-right: 5px;
}
.block-variation-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

/* バリエーション切り替えボタン */
.block-variation--item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.block-variation--item {
  padding: 0 5px 10px 5px;
}
.block-variation--item-description {
  display: inherit;
}
.block-variation--item dt {
  display: block;
  border: 2px solid #E5E5E5;
  background-color: #eee;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-variation--item:hover dt {
  border: 2px solid #a9a9a9;
}
.block-variation--item.color-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #ffffff;
}
.block-variation--item.size-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #ffffff;
}
.block-variation--item.active dt {
  border: 2px solid #444;
}
.block-variation .block-variation--item-dropdown {
  margin: 20px 0;
}
.pane-goods-right-side .block-variation .block-variation.block-color {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-color--item-list {
  display: flex;
  flex-wrap: wrap;
}
.block-color--item {
  width: 20%;
}
.block-color--item dt {
  position: relative;
  width: 92px;
  height: 92px;
  margin-bottom: 3px;
  background: #ffffff;
}
.block-color--item dt a {
  display: block;
}
.block-color--item dt figure {
  position: absolute;
  width: 88px;
  height: 88px;
  padding: 3px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-color--item dt figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.block-color--item-term img {
  max-width: 40px;
  max-height: 40px;
}
.block-color--item-term figure {
  width: 50px;
  height: 50px;
}
.block-color--item-description span {
  display: block;
  font-size: 13px;
  word-break: break-all;
}
.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .block-goods-detail--color-variation-goods-color-name {
  font-size: 12px !important;
  text-align: center;
}
.block-size--item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.block-size--item-list dl {
  width: 25%;
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.block-size--item-term {
  padding: 5px;
}
.block-size--item-term:hover {}
.block-size--item-term span {
  display: block;
  text-align: center;
  font-size: 13px;
  word-break: break-all;
  height: 19px;
  overflow: hidden;
  width: auto;
}
.block-size--item dt {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  width: auto;
  min-height: auto;
}
.block-size--item:hover dt {
  border-color: #cacaca;
  background-color: #cacaca;
}
.block-size--item.active dt {
  color: #fff;
  background-color: #525252;
}
.block-size--item.active:hover dt {
  border-color: #525252;
}
.block-size--item.size-disable-stock:hover dt {
  border-color: #d0d0d0;
  background-color: #ffffff;
}
.block-size--item.size-disable-stock dt.active {
  border-color: #848484;
}
.block-color--item.color-disable-stock.active dt {
  border: 2px #848484 dashed;
}
.block-color-size-with-cart--item-list {
  margin-bottom: 30px;
}

/* サイズ別カートボタン */
.block-size-with-cart--item {
  padding: 5px 0;
  width: 100%;
  display: flex;
}
.block-size-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-size-with-cart--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 50px;
  padding: 2px;
}

/* カラー別カートボタン */
.block-color-with-cart--item {
  padding: 5px 0;
  width: 100%;
  display: flex;
}
.block-color-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-color-with-cart--item-term figure {
  width: 50px;
  height: 50px;
}
.block-color-with-cart--item-term img {
  max-width: 40px;
  max-height: 40px;
}

/* カラーサイズ別カートボタン */
.block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-color-size-with-cart {
  border-top: 1px #eee solid;
  margin-top: 55px;
}
.block-color-size-with-cart--color-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}
.block-color-size-with-cart--color-line {
  border-bottom: 1px #eee solid;
  position: relative;
}
.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 {
  border: unset;
  text-align: left;
}
.block-color-size-with-cart--item-list .block-color-size-with-cart--color-item-term {
  border: unset;
}
.block-color-size-with-cart--item-list .block-color-size-with-cart--size-item-term span {
  padding-left: 1em;
  text-align: left;
}
.block-color-size-with-cart--size-line {
  border-bottom: 1px #eee solid;
}
.block-color-size-with-cart--size-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}
.block-color-size-with-cart--size-item-term {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  width: 147px;
  height: 54px;
  margin-right: 5px;
}
.block-color-size-with-cart--size-item-term span {
  display: table-cell;
  word-break: break-all;
  vertical-align: middle;
  width: 137px;
  height: 54px;
  padding: 0 5px;
}
.block-color-size-with-cart--color-item-term {
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-color-size-with-cart--color-item-term figure {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-color-size-with-cart--color-item-term img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* 商品詳細ユーザーレビュー */
.block-goods-user-review h2 {
  background-color: #f5f5f5;
  font-size: 22px;
  padding: 10px 15px;
}
.block-goods-user-review--nothing {
  margin: 50px 0;
}
.block-goods-user-review--nothing p {
  font-weight: bold;
  text-align: center;
}
.block-goods-user-review--score dt {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.block-goods-user-review--score dd {
  display: inline-block;
  vertical-align: top;
  height: 21px;
}
.block-goods-user-review--score dd img {
  height: 21px;
}
.block-goods-user-review--count dt {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.block-goods-user-review--count dd {
  display: inline-block;
}
.block-goods-user-review--need-login-message a {
  text-decoration: underline;
}
.block-goods-user-review--write-review-link {
  text-decoration: underline;
}
.block-goods-user-review--description {
  margin: 10px 0;
}
.block-goods-user-review--count-summary {
  margin-bottom: 25px;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
}
.block-goods-user-review--item {
  margin-top: 25px;
  border-bottom: #bfbfbf 1px dotted;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.block-goods-user-review--item .block-goods-user-review--item-moderate-vote {
  text-align: right;
  margin-top: 10px;
  font-size: 0.9em;
}
.block-goods-user-review--item .block-goods-user-review--item-moderate-info2 {
  text-align: right;
  margin-top: 10px;
  font-size: 0.9em;
}
.block-goods-user-review--item-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 3px 0;
}
.block-goods-user-review--item-score dt {
  margin: 0 0 8px 0;
  height: 14px;
}
.block-goods-user-review--item-name {
  margin: 0 0 8px 0;
}
.block-goods-user-review--item-moderate-other {
  padding-top: 10px;
}
.block-goods-user-review--item-moderate-underestimate, .block-goods-user-review--item-moderate-overestimate {
  text-align: right;
}
.block-goods-user-review--item-score dt img {
  height: 14px;
}
.block-goods-user-review--item-size dt, .block-goods-user-review--item-color dt, .block-goods-user-review--item-name dt, .block-goods-user-review--item-size dd, .block-goods-user-review--item-color dd, .block-goods-user-review--item-name dd, .block-goods-user-review--item-moderate-underestimate dt, .block-goods-user-review--item-moderate-underestimate dd, .block-goods-user-review--item-moderate-overestimate dt, .block-goods-user-review--item-moderate-overestimate dd {
  display: inline-block;
}
.block-goods-user-review--item-moderate-link, .block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}
.block-goods-user-review--pagenav {
  background: #f0f0f0 none repeat scroll 0 0;
  clear: both;
  margin: 0 0 10px;
  padding: 5px;
}
.block-goods-user-review--pager-now {
  color: #c00;
}
.block-goods-user-review--item-comment {
  margin: 5px 0;
}
.block-goods-user-review--write-review-btn {
  display: block;
  font-size: 14px;
  margin: 20px auto 0 auto;
  padding: 15px 0;
  width: 320px;
}

/* ----ユーザーレビュー画面---- */
.block-user-review--score .form-label, .block-user-review--score .constraint {
  vertical-align: top;
  padding-top: 8px;
}
.block-user-review--review-body .form-label, .block-user-review--review-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}
.block-user-review--score .form-control, .block-user-review--review-body .form-control {
  padding-top: 10px;
}
.block-user-review--score .form-control textarea, .block-user-review--review-body .form-control textarea {
  max-width: 600px;
  padding: 10px;
}
.block-user-review--evaluation-score img {
  height: 21px;
}
.block-user-review--evaluator-name dt, .block-user-review--evaluator-name dd {
  display: inline-block;
}
.block-user-review--review-comment {
  margin: 30px 0;
  padding: 25px;
  border: 1px #969696 dotted;
}
.block-user-review--footer h3 {
  padding: 40px 0 10px;
}
.block-user-review--evaluation-message {
  text-align: center;
  margin: 50px 0;
}
p.block-user-review--message {
  text-align: center;
  margin: 5em 0 0 0;
}

/* ----トップページイベント表示---- */
.block-top-event {}
.block-top-event--header {
  text-align: center;
  line-height: 140%;
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 30px;
  border-top: inherit;
  padding: inherit;
  font-weight: bold;
}
.block-top-event--header ~ .block-top-event--header {
  margin-top: 100px;
}
.block-top-event--header a {
  text-decoration: none;
  padding-bottom: 35px;
}
#block_of_category {
  margin: 0 auto 100px auto;
}
.block-common-btn {
  text-align: center;
}
.block-top-event .block-common-btn {}
.block-common-btn a {
  display: inline-block;
  max-width: 500px;
  position: relative;
}
.block-common-btn a:before, .block-common-btn a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-common-btn a:before {
  border-top: 1px #444 solid;
  border-bottom: 1px #444 solid;
}
.block-common-btn a:after {
  border-left: 1px #444 solid;
  border-right: 1px #444 solid;
}
.block-common-btn a:hover:before {
  left: 50%;
  width: 0;
}
.block-common-btn a:hover:after {
  top: 50%;
  height: 0;
}
.block-common-btn a span {
  display: inline-block;
  text-align: center;
  padding: 10px 2em;
  letter-spacing: 0.2em;
}
/*.block-common-btn a span:before,
.block-common-btn a span:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #444;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-common-btn a span:hover:before,
.block-common-btn a span:hover:after {
  top: 50%;
  height: 0;
}
.block-common-btn a span:before {
  left: 0;
}
.block-common-btn a span:after {
  right: 0;
}*/
.block-top-event .block-top-event--goods {
  margin: 0 auto 100px auto;
  overflow: hidden;
}
.block-top-event--goods {
  margin-bottom: 120px;
  overflow: hidden;
}

/* ----店舗在庫画面---- */
.block-store-stock--goods-detail dt {
  float: left;
  font-weight: bold;
  width: 100px;
  padding: 3px;
}
.block-store-stock--goods-detail dd {
  margin-left: 120px;
  padding: 3px;
}
.block-store-stock--message {
  color: #a94442;
  margin: 10px 0;
}
.block-store-stock--list li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* ----アイコン---- */
.block-icon {
}
.block-icon span {
  display: inline-flex;
  vertical-align: top;
  height: 20px;
  margin-bottom: 3px;
}
.block-icon span.block-icon--comment3 {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5em;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  border: 1px #000 solid;
  background: #000;
  color: #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 3px;
}

/* ----商品一覧画面----*/ div.variation-name {
  font-size: 0.85em;
}
.block-category-list--comment {
  margin-bottom: 40px;
}
.block-event-page--header + .block-event-page--comment {
  margin-bottom: 30px;
}
.block-event-page--goods {
  margin-top: 30px;
}
.block-event-page--goods .block-check-list-a, .block-event-page--goods .block-bulk-purchase-b, .block-event-page--goods .block-goods-list-c, .block-event-page--goods .block-goods-list-d, .block-event-page--goods .block-thumbnail-h, .block-event-page--goods .block-cart-i, .block-event-page--goods .block-goods-detail-j, .block-event-page--goods .block-goods-list-l, .block-event-page--goods .block-goods-name-n, .block-event-page--goods .block-pickup-list-p, .block-event-page--goods .block-ranking-r, .block-event-page--goods .block-list-s, .block-event-page--goods .block-thumbnail-t, .block-event-page--goods .block-pickup-list-w, .block-event-page--goods .block-goods-list-x {
  margin-top: 60px;
}
.block-category-list--goods .block-check-list-a, .block-category-list--goods .block-bulk-purchase-b, .block-category-list--goods .block-goods-list-c, .block-category-list--goods .block-goods-list-d, .block-category-list--goods .block-thumbnail-h, .block-category-list--goods .block-cart-i, .block-category-list--goods .block-goods-detail-j, .block-category-list--goods .block-goods-list-l, .block-category-list--goods .block-goods-name-n, .block-category-list--goods .block-pickup-list-p, .block-category-list--goods .block-ranking-r, .block-category-list--goods .block-list-s, .block-category-list--goods .block-thumbnail-t, .block-category-list--goods .block-pickup-list-w, .block-category-list--goods .block-goods-list-x {
  margin-top: 60px;
}
.block-event-page--goods .block-check-list-a, .block-category-list--goods .block-check-list-a {
  margin-bottom: 60px;
}

/*絞り込み*/
.block-goods-list--sort-order-items dd.filterbtn{
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 160px;
	margin: 0;
	padding: 12px 0 12px 20px;
	line-height: 1;
	background: #444444 url(../../img/usr/common/shibori_icon_wh.svg) right 14px center no-repeat;
	background-size: auto 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	display: block;
}
.block-goods-list--sort-order-items dd.filterbtn:hover{
	opacity: 0.8;
}
.block-goods-list--sort-order-items dd.filterbtn::after{
	display: none;
}
#goodslist_floatingbtn{
	background: #fff url(../../img/usr/common/goodslist_shape.png) center 21px no-repeat;
	background-size: 22px auto;
	width: 106px;
	height: 106px;
	border: 1px solid #b0b0b0ccc;
	border-radius: 106px;
	position: fixed;
	z-index: 999;
	bottom: 100px;
	right: 20px;
	text-align: center;
	cursor: pointer;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.16);
}
#goodslist_floatingbtn p{
	font-size: 15px;
	color: #444444;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin:  auto;
	width: 100%;
	font-weight: bold;
	line-height: 1.2;
}
#goodslist_floatingbtn:hover{
	opacity: 0.8;
}

#filterbtnFixed{
	display: none;
	background: #444444 url(../../img/usr/common/shibori_icon_wh.svg) center 21px no-repeat;
	background-size: 35px auto;
	width: 106px;
	height: 106px;
	border-radius: 106px;
	position: fixed;
	z-index: 999;
	bottom: 140px;
	right: 20px;
	text-align: center;
	cursor: pointer;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.16);
}
#filterbtnFixed p{
	font-size: 15px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin:  auto;
	width: 100%;
	font-weight: bold;
	line-height: 1;
}
#filterbtnFixed:hover{
	opacity: 0.8;
}
#div_filter2 .block-filter-option-items:nth-child(6n+0){
	margin-right: 0;
}
#div_filter2 .block-filter-option-items:nth-child(6n+1){
	clear: both;
}
#div_filter2 .block-filter-option-items{
	width: 123px;
	height: 43px;
	border: 1px solid #EEEEEE;
	display: block;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
}
#div_filter2 .block-filter-option-items label{
	display: block;
	padding: 0;
	margin: 0;
}
#div_filter2 .block-filter-option-items img{
	max-width: 123px;
	max-height: 41px;
	width: 123px;
	height: 41px;
	vertical-align: bottom;
}
#div_filter2 div.block-filter-option-items input + label::before{
	border: none;
}
#div_filter2 div.block-filter-option-items input:checked + label::before{
	width: 110px;
	height: 33px;
	border: none;
	background: rgba(0,0,0,0.16);
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin: 5px auto 0;
	padding: 0;
}
#div_filter2 div.block-filter-option-items input + label::after{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	width: 16px;
	height: 10px;
}
#div_filter2 div.block-filter-option-items input[type="checked"] + label::after{
	opacity: 1;
}
/*絞り込み*/



/* 表示方法・並べ替え・ページャ */
.block-goods-list--display-style-items .active, .block-goods-list--sort-order-items .active {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.block-goods-list--display-style-items {
  padding: 0 0 10px 0;
  margin: 15px 0 35px;
  display: flex;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  word-break: keep-all;
  width: 900px;
  overflow: auto;
  max-width: 1540px;
}
.block-goods-list--display-style-items .active {}
.block-goods-list--display-style-items dt {
  display: inline-block;
  font-weight: normal;
}
.block-goods-list--display-style-items dd, .block-goods-list--sort-order-items dd {
  display: inline-block;
  margin: 0 4px;
  padding: 0 8px;
}
.block-goods-list--display-style-items dd a, .block-goods-list--sort-order-items dd a {
  text-decoration: none;
}
.block-goods-list--sort-order-items dd.active{
  font-size: 15px;
  font-weight: bold;
  color: #444!important;
  background: none;
}
.block-goods-list--display-style-items dd a:hover, .block-goods-list--sort-order-items dd a:hover {
  text-decoration: underline;
}
.block-goods-list--sort-order-items {
  padding: 0 0 0 0;
  margin: 15px 0;
  position: relative;
}
.block-goods-list--sort-order-items dt {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  margin-right: 25px;
  padding-right: 25px;
  background: url(../../img/usr/common/sort_icon.svg) right center no-repeat;
  background-size: 15px auto;
  line-height: 1;
}
.block-goods-list--sort-order-items dd {
  display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 15px 0 0;
	position: relative;
}
.block-goods-list--sort-order-items dd a{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
	color: #ccc;
}
.block-goods-list--sort-order-items dd.active a{
	color: #444444;
}
.block-goods-list--sort-order-items dd::after{
	content: '/';
	position: absolute;
	right: 1px;
	font-size: 15px;
	top: 1px;
	color: #888;
}
.block-goods-list--sort-order-items dd::after:nth-child(4){
	display: none;
}
.block-goods-list--display-style-items > p, .block-goods-list--sort-order-items > p {
  line-height: 40px;
  font-size: 0.85em;
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
}
.block-goods-list--display-style-items > select, .block-goods-list--sort-order-items > select {
  border: none;
  width: 15em;
  border-bottom: 1px #969696 solid;
}
.block-goods-list--style-sort-clear {
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}

#filterBg{
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: none;
  z-index: 999;
  cursor: pointer;
}
.block-goods-list--filter {
  clear: both;
  display: none;
  width: 860px;
  height: 90%;
  margin: 0 auto;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
}
#block_of_itemhistory .block-goods-list--filter {
  display: none !important;
}
.block-goods-list--filter > h3 {
  text-align: center;
  padding: 15px 50px;
  margin: 0;
  position: relative;
}
.block-goods-list--filter > h3:hover {
  cursor: pointer;
}
.block-goods-list--filter > h3:before, .block-goods-list--filter > h3:after {
  content: "";
  display: block;
  position: absolute;
  background: #444;
  top: 50%;
}
.block-goods-list--filter > h3:before {
  width: 14px;
  height: 2px;
  margin-top: -1px;
  right: 25px;
}
.block-goods-list--filter > h3:after {
  width: 2px;
  height: 14px;
  margin-top: -7px;
  right: 31px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-list--filter.active > h3:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.block-goods-list--filter > h3 span {
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-list--filter > h3:hover span {
  opacity: 0.7;
}
#block_of_filter h2{
	margin: 0;
	padding: 45px 0 15px;
	display: block;
	line-height: 1;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	
}
#block_of_filter h3 {
  padding: 0 0 0 30px;
  margin: 0 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #444;
  background: url(../../img/usr/common/filter_title_down.svg) left center no-repeat;
  cursor: pointer;
}
#block_of_filter h3.active{
  background: url(../../img/usr/common/filter_title_up.svg) left center no-repeat;
}
#block_of_filter h3:hover {
	opacity: 0.8;
}
.block-filter--imagelist-inner-accordion,
.block-filter--list-inner-accordion{
	margin: 20px 0 0 0;
}
#block_of_filter h3 span{
	display: block;
	font-size: 12px;
	color: #b0b0b0;
	margin-top: 10px;
	font-weight: normal;
}
#block_of_filter .block-filter--treelist-inner h3 {
 vertical-align: top;
 padding-top: 10px!important;
}
#block_of_filter form > div > div {
  padding: 20px 35px;
  border-bottom: 1px solid #F5F5F5;
  overflow: hidden;
}
#block_of_filter form > div > div p {
  display: table-cell;
  vertical-align: top;
  width: 7em;
  font-weight: bold;
}
#block_of_filter form > div > div > div {
  display: block;
}
#block_of_filter form .block-filter-option-items {
  display: inline-block;
}
#block-filter--form-footer{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}
#block-filter--form-footer input{
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	width: 198px;
	height: 43px;
	font-size: 14px;
	cursor: pointer;
}
#block-filter--form-footer input:hover{
	opacity: 0.8;
}
#block-filter--form-footer input[type="button"]{
	border: 1px solid #e5e5e5;
	color: #444;
	outline: none;
}

#block-filter--form-footer input[type="submit"]{
	background: #D11000;
	border: 1px solid #D11000;
	color: #fff;
	margin-left: 20px;
	outline: none;
}



/* 商品0件時メッセージ */
.block-goods-notfound-message {
  background: #f1f1f1;
  padding: 50px;
  margin: 50px 0;
  text-align: center;
}
.block-recent-item .block-goods-notfound-message {
  display: none;
}
.block-top-event .block-goods-notfound-message {
  margin-top: 0;
}
.block-goods-notfound-message h2 {
  margin-top: 0;
  font-weight: bold;
}
.block-goods-notfound-message p {
  margin-bottom: 30px;
}
.block-top-event .block-goods-notfound-message p {
  margin-bottom: 0;
}
.block-goods-notfound-message a {
  min-width: 120px;
}
.block-top-event .block-goods-notfound-message a {
  display: none;
}

/* ----商品一覧画面：一覧：block-goods-list-l---- */
.block-goods-list-l--table {
  width: 100%;
}
.block-goods-list-l--table, .block-goods-list-l--table td, .block-goods-list-l--table th {
  border-collapse: collapse;
}
.block-goods-list-l--table td, .block-goods-list-l--table th {
  padding: 10px;
}
.block-goods-list-l--table th {
  font-weight: bold;
  white-space: nowrap;
}
.block-goods-list-l--table, .block-goods-list-l--table td, .block-goods-list-l--table th {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #b0b0b0ccc;
}
.block-goods-list-l--add-cart {
  text-align: center;
}
.block-goods-list-l--stock {
  text-align: center;
}
.block-goods-list-l--goods-name a {
  color: #000;
}
.block-goods-list-l--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}
.block-goods-list-l--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin-bottom: 5px;
}
.block-goods-list-l .price {
  font-weight: bold;
}
.net-price {
  display: none;
}
.block-goods-list-l .price, .block-goods-list-l .net-price, .block-goods-list-l .default-price, .block-goods-list-l .exchange-price, .block-goods-list-l .block-exchange-price--rate-dt {
  text-align: right;
}
.block-goods-list-l .net-price, .block-goods-list-l .default-price, .block-goods-list-l .exchange-price, .block-goods-list-l .block-exchange-price--rate-dt {
  font-size: 12px;
}
.block-goods-list-l--scomment {
  font-size: 12px;
  color: #cc3302;
}

/* ----商品一覧画面：一括購入：block-goods-list-l---- */
.block-bulk-purchase-b--table {
  width: 900px;
  margin: 0 auto 40px auto;
}
.block-bulk-purchase-b--table, .block-bulk-purchase-b--table td, .block-bulk-purchase-b--table th {
  border-collapse: collapse;
}
.block-bulk-purchase-b--table td, .block-bulk-purchase-b--table th {
  padding: 10px;
}
.block-bulk-purchase-b--table th {
  font-weight: bold;
  white-space: nowrap;
}
.block-bulk-purchase-b--table td, .block-bulk-purchase-b--table th {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #b0b0b0ccc;
}
.block-bulk-purchase-b--stock {
  text-align: center;
}
.block-bulk-purchase-b--goods-name a {
  color: #000;
}
.block-bulk-purchase-b--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}
.block-bulk-purchase-b--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}
.block-bulk-purchase-b .price {
  font-weight: bold;
}
.block-bulk-purchase-b .price, .block-bulk-purchase-b .net-price, .block-bulk-purchase-b .default-price, .block-bulk-purchase-b .exchange-price, .block-bulk-purchase-b .block-exchange-price--rate-dt {
  text-align: right;
}
.block-bulk-purchase-b .net-price, .block-bulk-purchase-b .default-price, .block-bulk-purchase-b .exchange-price, .block-bulk-purchase-b .block-exchange-price--rate-dt {
  font-size: 12px;
}
.block-bulk-purchase-b--scomment {
  font-size: 12px;
  color: #cc3302;
}

/* ----商品一覧画面：詳細一覧：block-goods-list-d---- */
.block-goods-list-d li {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  position: relative;
}
.block-goods-list-d .block-icon--auto-reservation,
.block-goods-list-d .block-icon--auto-new,
.block-goods-list-d .block-icon--auto-on-sales {
  position: absolute;
  top: 0;
  left: 10px;
}
.block-goods-list-d .block-icon--auto-reservation + .block-icon--auto-new {
  left: 90px;
}
.block-goods-list-d--image {
  width: 200px;
}
.block-goods-list-d--item-body {
  display: flex;
  width: 900px;
  margin: 0 auto;
}
.block-goods-list-d--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
  position: relative;
}
.block-goods-list-d--image figure .block-goods-detail-3d{
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1;
}
.block-goods-list-d--image figure .block-goods-detail-3d img{
	vertical-align: bottom;
}
.block-goods-list-d--item-description {
  padding-left: 40px;
  width: 880px;
}
.block-goods-list-d--goods-name a {
  color: #000;
  font-size: 16px;
}
.block-goods-list-d--item-details {
  display: flex;
  margin-top: 10px;
}
.block-goods-list-d--item-details-left {
  text-align: right;
  width: 100%;
  padding-right: 20px;
}
.block-goods-list-d--add-cart {
  flex-basis: 300px;
  text-align: right;
}
.block-goods-list-d--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
}
.block-goods-list-d--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.block-goods-list-d--price-infos {
  text-align: left;
}
.block-goods-list-d--price-title {
  display: inline-block;
}
.block-goods-list-d--price {
  display: inline-block;
}
.block-goods-list-d--stock-items {
  text-align: left;
}
.block-goods-list-d--stock-title {
  display: inline-block;
}
.block-goods-list-d--stock {
  display: inline-block;
}
.block-goods-list-d .price {
  font-weight: bold;
}
.block-goods-list-d .price, .block-goods-list-d .net-price, .block-goods-list-d .default-price, .block-goods-list-d .exchange-price, .block-goods-list-d .block-exchange-price--rate-dt {}
.block-goods-list-d--scomment {
  color: #cc3302;
}
.block-goods-list-d--comment {
  margin-top: 10px;
}
.block-goods-list-d--goods-comment {
  margin-top: 20px;
}

/* ----商品一覧画面：チェックリスト：block-check-list-a---- */
.block-check-list-a li {
  width: 100%;
  margin: 0 0 25px 0;
}
.block-check-list-a--price-infos, .block-check-list-a--stock-items, .block-check-list-a--select-item {
  text-align: left;
  margin: 5px 0;
}
.block-check-list-a--select-item .radio {
  margin-right: 0;
  width: 100%;
  display: block;
  padding: 10px 10px 10px 45px;
}
.block-check-list-a--select-item .radio:before {
  top: 11px;
  left: 16px;
}
.block-check-list-a--select-item .radio:after {
  top: 11px;
  left: 16px;
}
.block-check-list-a--image {
  width: 142px;
}
.block-check-list-a--items {
  display: flex;
  flex-wrap: wrap;
}
.block-check-list-a--items li {}
.block-check-list-a--item-body {
  display: flex;
  padding-bottom: 5px;
}
.block-check-list-a--items li:last-child .block-check-list-a--item-body {
  border-bottom: none;
}
.block-check-list-a--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}
.block-check-list-a--select-item {
  margin-top: 5px;
  margin-right: 50px;
  background: #f3f3f3;
  width: 100%;
}
.block-check-list-a--item-description {
  width: 100%;
  padding-left: 20px;
  padding-right: 50px;
}
.block-check-list-a--goods-name {
  margin-bottom: 10px;
}
.block-check-list-a--goods-name a {
  color: #000;
}
.block-check-list-a--price-title {
  display: inline-block;
}
.block-check-list-a--price {
  display: inline-block;
}
.block-check-list-a--stock-title {
  display: inline-block;
}
.block-check-list-a--stock {
  display: inline-block;
}
.block-check-list-a .price {
  font-weight: bold;
}
.block-check-list-a .price, .block-check-list-a .net-price, .block-check-list-a .default-price, .block-check-list-a .exchange-price, .block-check-list-a .block-exchange-price--rate-dt {
  text-align: left;
}
.block-check-list-a--scomment {
  color: #cc3302;
}
.block-check-list-a--goods-comment {
  margin-top: 10px;
}
.block-check-list-a--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.block-check-list-a--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}
.block-order-complete .block-check-list-a .block-check-list-a--comment, .page-bookmark .block-check-list-a .block-check-list-a--comment {
  padding: 0 0 5px;
}
.block-order-complete .block-check-list-a .block-check-list-a--stock-items .page-bookmark .block-check-list-a .block-check-list-a--stock-items {
  padding: 5px 0;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */
.block-pickup-list-p li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-pickup-list-p--item-body {
  display: table;
  width: 50%;
  margin: 0 auto 50px auto;
}
.block-pickup-list-p--image {
  display: table-cell;
  vertical-align: top;
  width: 142px;
}
.block-pickup-list-p--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}
.block-pickup-list-p--item-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 50px;
}
.block-pickup-list-p--comment {
  padding: 10px 0;
}
.block-pickup-list-p--goods-name a {
  color: #000;
}
.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 8px 0;
  width: 160px;
}
.block-pickup-list-p--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}
.block-pickup-list-p .price {
  font-weight: bold;
}
.block-pickup-list-p .price, .block-pickup-list-p .net-price, .block-pickup-list-p .default-price, .block-pickup-list-p .exchange-price, .block-pickup-list-p .block-exchange-price--rate-dt {
  text-align: left;
}
.block-pickup-list-p--price {
  margin-top: 5px;
}
.block-pickup-list-p--scomment {
  color: #cc3302;
}
.block-pickup-list-p--add-cart {
  margin-top: 10px;
  text-align: right;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */
.block-pickup-list-w {
  width: 900px;
  margin: 0 auto;
}
.block-pickup-list-w li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.block-pickup-list-w--item-body {
  display: flex;
  width: 450px;
}
.block-pickup-list-w--image {
  width: 142px;
}
.block-pickup-list-w--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}
.block-pickup-list-w--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 20px;
}
.block-pickup-list-w--goods-name a {
  color: #000;
  text-decoration: underline;
}
.block-pickup-list-w--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  border-bottom-width: 2px;
  width: 160px;
}
.block-pickup-list-w--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}
.block-pickup-list-w .price {
  font-weight: bold;
}
.block-pickup-list-w .price, .block-pickup-list-w .net-price, .block-pickup-list-w .default-price, .block-pickup-list-w .exchange-price, .block-pickup-list-w .block-exchange-price--rate-dt {
  text-align: right;
}
.block-pickup-list-w--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */
.block-thumbnail-t {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.block-thumbnail-t li {
  padding: 0 10px;
  margin-bottom: 50px;
  width: 25%;
}
.pane-right-menu .block-thumbnail-t li, .pane-goods-footer .block-thumbnail-t li {
  width: calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: -webkit-calc(100% / 6);
}
.block-thumbnail-t.block-thumbnail-u {
  margin: 0 -8px;
}
.block-thumbnail-t.block-thumbnail-u li {
  width: calc(100% / 5);
  width: -moz-calc(100% / 5);
  width: -webkit-calc(100% / 5);
  padding: 0 8px;
  margin-bottom: 40px;
}
.block-thumbnail-t.block-thumbnail-v {
  margin: 0 -6px;
}
.block-thumbnail-t.block-thumbnail-v li {
  width: calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: -webkit-calc(100% / 6);
  padding: 0 6px;
  margin-bottom: 30px;
}
.block-thumbnail-t li > a {
  display: block;
  text-decoration: none;
}
.block-thumbnail-t--goods-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.block-thumbnail-t--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-thumbnail-t--goods-image figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
a:hover .block-thumbnail-t--goods-image figure img {
  opacity: 0.9;
}
.block-thumbnail-t--goods a {
  color: #000;
  text-decoration: none;
}
.block-thumbnail-t--goods-description {
  margin-top: 12px;
}
.block-thumbnail-t--goods .price, .block-thumbnail-t--goods .net-price {
  font-weight: bold;
}
.block-thumbnail-t--goods .price, .block-thumbnail-t--goods .net-price, .block-thumbnail-t--goods .default-price, .block-thumbnail-t--goods .exchange-price, .block-thumbnail-t--goods .block-exchange-price--rate-dt {}
.block-thumbnail-t--price-infos {
  margin-top: 3px;
}
.block-thumbnail-t--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */
.block-ranking-r {
  overflow: hidden;
}
.block-ranking-r ul {
  margin: 0 -7px 60px -7px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-ranking-r ul li {
  padding: 0 7px;
  margin-bottom: 30px;
  width: 25%;
  position: relative;
}
.block-ranking-r .block-icon--auto-reservation,
.block-ranking-r .block-icon--auto-new,
.block-ranking-r .block-icon--auto-on-sales {
  position: absolute;
  top: 0;
  left: 7px;
}
.block-ranking-r .block-icon--auto-reservation + .block-icon--auto-new {
  left: 87px;
}
.block-ranking-r .block-icon [class^="block-icon--"] {
  width: 31%;
}
.block-ranking-r .block-icon [class^="block-icon--"] img {
  height: 16px;
  width: initial;
}
.block-ranking-r .block-icon img {
  height: 20px;
  width: inherit;
}

/*.block-ranking-r li {}*/
.block-ranking-r li > a {
  flex-basis: 295px;
  margin-left: 33px;
  text-decoration: none;
}
.block-ranking-r li > a:first-of-type {
  margin-left: 0;
}
.block-ranking-r--goods-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.block-ranking-r--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-ranking-r--goods-image figure img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
a:hover .block-ranking-r--goods-image figure img {
  opacity: 0.9;
}
.block-ranking-r--goods a {
  text-decoration: none;
}
.block-ranking-r--goods-description {
  padding-left: 12px;
}
.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;
}
.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;
}
.block-ranking-r--goods-description .block-ranking-r--goods {
  display: table-cell;
}

.block-ranking-r--goods-description .customize_block-goods-bookmark {
  position: absolute;
  top: 175px;
  right: 17px;
}
.block-ranking-r--goods .price, .block-ranking-r--goods .net-price {
  font-weight: bold;
}
.block-ranking-r--goods .price, .block-ranking-r--goods .net-price, .block-ranking-r--goods .default-price, .block-ranking-r--goods .exchange-price, .block-ranking-r--goods .block-exchange-price--rate-dt {
  margin-top: 3px;
}
.block-ranking-r--scomment {
  color: #cc3302;
}

/* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}
.block-ranking-r--goods-image .block-ranking-r--rank {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 7px;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 25px;
  border-radius: 32px;
  text-align: center;
  color: #444;
  background: no-repeat;
}
.block-ranking-r--goods-image .block-ranking-r--rank {
  position: absolute;
  right: 0;
  left: auto;
}
.block-ranking-r--goods-image .block-ranking-r--rank:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -5px;
  width: 1px;
  height: 100%;
  transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  background-color: #444;
}
.block-ranking-r--goods-image figure .block-goods-detail-3d{
	position: absolute;
	bottom: 5px;
	left: 5px;
	line-height: 1;
}
.block-ranking-r--goods-image figure .block-goods-detail-3d img{
	vertical-align: bottom;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */
.block-thumbnail-h {
  margin: 10px 0 40px 0;
}
.block-thumbnail-h {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.block-thumbnail-h li {
  width: calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: -webkit-calc(100% / 6);
  padding: 0 8px;
  margin-left: unset;
  margin-bottom: 30px;
}
.block-thumbnail-h li:nth-child(6n+1) {}
.block-thumbnail-h li > a {
  text-decoration: none;
}
.block-thumbnail-h--goods-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.block-thumbnail-h--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-thumbnail-h--goods-image figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
a:hover .block-thumbnail-h--goods-image figure img {
  opacity: 0.9;
}
.block-thumbnail-h--goods-description {
  margin-top: 12px;
}
.block-thumbnail-h--goods .price, .block-thumbnail-h--goods .net-price {
  font-weight: bold;
}
.block-thumbnail-h--goods .price, .block-thumbnail-h--goods .net-price, .block-thumbnail-h--goods .default-price, .block-thumbnail-h--goods .exchange-price, .block-thumbnail-h--goods .block-exchange-price--rate-dt {
  margin-top: 3px;
}
.block-thumbnail-h--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：リスト：block-list-s---- */
.block-list-s {
  width: 900px;
  margin: 0 auto;
}
.block-list-s li:first-child {
  border-top: 1px solid #b0b0b0;
}
.block-list-s li {
  display: block;
  border-bottom: 1px solid #b0b0b0;
  margin: 0;
  padding: 17px 0;
}
.block-list-s div {
  display: inline;
}
.block-list-s--goods-name, .block-list-s--price-items div {
  padding-right: 1em;
}
.block-list-s--goods-name a {
  color: #000;
}
.block-list-s .price {
  font-weight: bold;
}
.block-list-s--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：買い物かご：block-cart-i---- */
.block-cart-i {
  overflow: hidden;
}
.block-cart-i--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px 60px -10px;
}
.block-cart-i--items li {
  padding: 0 10px;
  margin-bottom: 50px;
  width: 100%;
}
.pane-right-menu .block-cart-i--items li, .pane-goods-footer .block-cart-i--items li {}
.block-cart-i--items li a {
  display: block;
  text-decoration: none;
}
.block-cart-i--goods-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.block-cart-i--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-cart-i--goods-image figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
a:hover .block-cart-i figure img {
  opacity: 0.9;
}
.block-cart-i--goods {
  flex-basis: 200px;
  margin-left: 33px;
}
.block-cart-i--goods:first-of-type {
  margin-left: 0;
}
.block-cart-i--goods a {
  text-decoration: underline;
}
.block-cart-i--goods-description {
  margin-top: 20px;
}
.block-cart-i--goods .price, .block-cart-i--goods .net-price {
  font-weight: bold;
}
.block-cart-i--goods .price, .block-cart-i--goods .net-price, .block-cart-i--goods .default-price, .block-cart-i--goods .exchange-price, .block-cart-i--goods .block-exchange-price--rate-dt {
  text-align: right;
}
.block-cart-i--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */
.block-goods-detail-j {
  overflow: hidden;
}
.block-goods-detail-j--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px 60px -10px;
}
.block-goods-detail-j--items li {
  padding: 0 10px;
  margin-bottom: 50px;
  width: 20%;
}
#cart_itemhistory .block-goods-detail-j--items li {
  padding: 0 7px;
  margin-bottom: 30px;
  width: 16.666%;
}
.block-goods-detail-j--items .block-goods-detail-j--goods {
  position: relative;
}
.block-goods-detail-j--items .customize_block-goods-bookmark {
  position: absolute;
  top: 125px;
  right: 10px;
}
.block-goods-detail-j--items .block-icon--auto-reservation,
.block-goods-detail-j--items .block-icon--auto-new,
.block-goods-detail-j--items .block-icon--auto-on-sales {
  position: absolute;
  top: 0;
  left: 0;
}
.block-goods-detail-j--items .block-icon--auto-reservation + .block-icon--auto-new {
  left: 80px;
}
.pane-right-menu .block-goods-detail-j--items li, .pane-goods-footer .block-goods-detail-j--items li {}
.block-goods-detail-j li a {
  display: block;
  text-decoration: none;
}
.block-goods-detail-j--goods-image figure .block-goods-detail-3d{
	position: absolute;
	bottom: 5px;
	left: 5px;
	line-height: 1;
}
.block-goods-detail-j--goods-image figure .block-goods-detail-3d img{
	vertical-align: bottom;
}
.block-recent-item--body .block-goods-detail-j--items li {
  width: 16.666%;
  position: relative;
}
.block-recent-item--body .block-goods-detail-j--items .customize_block-goods-bookmark {
  top: 135px;
}
.block-goods-detail-j--goods-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.block-goods-detail-j--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-goods-detail-j--goods-image figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
a:hover .block-goods-detail-j--goods-image figure img {
  opacity: 0.9;
}
.block-goods-detail-j--goods .block-icon [class^="block-icon--"] {
  width: 31%;
}
.block-goods-detail-j--goods a {
  text-decoration: underline;
}
.block-goods-detail-j--goods-description {
  margin-top: 20px;
}
.block-goods-detail-j--goods .price, .block-goods-detail-j--goods .net-price {
  font-weight: bold;
}
.block-goods-detail-j--goods .price, .block-goods-detail-j--goods .net-price, .block-goods-detail-j--goods .default-price, .block-goods-detail-j--goods .exchange-price, .block-goods-detail-j--goods .block-exchange-price--rate-dt {
  text-align: right;
}
.block-goods-detail-j--scomment {
  color: #cc3302;
}

/* ----商品一覧：ブランド表示：block-goods-brand-c---- */
.block-goods-brand-c { overflow: hidden;}
.block-goods-brand-c--items { margin: 0 0 60px 0; display: flex; flex-direction: row; flex-wrap: wrap;}
.block-goods-brand-c--items li { width: calc((100% - (20px * 4))/5); padding: 0; margin: 0 20px 40px 0; display: block;}
.block-goods-brand-c--items li:nth-child(5n) { margin-right: 0;} 
.block-goods-brand-c--items .block-goods-brand-c--goods { position: relative;}
.block-goods-brand-c--items .customize_block-goods-bookmark { position: absolute; top: 155px; right: 10px;}
.block-goods-brand-c--items .block-icon--auto-reservation,
.block-goods-brand-c--items .block-icon--auto-new,
.block-goods-brand-c--items .block-icon--auto-on-sales { position: absolute; top: 0; left: 0;}
.block-goods-brand-c--items .block-icon--auto-reservation + .block-icon--auto-new { left: 80px;}
.block-goods-brand-c a { display: block; text-decoration: none; color: #000 !important;}
.block-goods-brand-c--goods-image figure .block-goods-detail-3d { position: absolute; bottom: 5px; left: 5px; line-height: 1;}
.block-goods-brand-c--goods-image figure .block-goods-detail-3d img { vertical-align: bottom;}
.block-goods-brand-c--goods-image { width: 100%; height: 0; padding-top: 100%; position: relative;}
.block-goods-brand-c--goods-image figure { width: 100%; height: 100%; padding: 5px; border-radius: 20px; position: absolute; top: 0; left: 0; background: #FAFAF7; display: flex; justify-content: center; align-items: center; overflow: hidden;}
.block-goods-brand-c--goods-image figure img { max-width: 100%; max-height: 100%; width: auto; height: auto; border-radius: 16px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease;}
a:hover .block-goods-brand-c--goods-image figure img { opacity: 0.9;}
.block-goods-brand-c--goods-brand-name { height: 30px; font-size: 14px; text-align: center; display: flex; justify-content: center; align-items: center; color: #000;}
.block-goods-brand-c--goods-name2 { font-size: 14px; text-align: center; color: #000;}
.block-goods-brand-c--goods .block-icon [class^="block-icon--"] { width: 31%;}
.block-goods-brand-c--goods-description { margin-top: 20px;}
.block-goods-brand-c--goods .price,
.block-goods-brand-c--goods .net-price,
.block-goods-brand-c--goods .default-price,
.block-goods-brand-c--goods .exchange-price,
.block-goods-brand-c--goods .block-exchange-price--rate-dt,
.block-goods-brand-c--scomment { text-align: center; display: none;}

[data-brand="B-101"] .block-goods-brand-c--goods-brand-name,
[data-brand="101"] .block-goods-brand-c--goods-brand-name { 
	background: url(/work_style_beauties/img/brand/logo_ace.png) center center no-repeat;
	-webkit-background-size: auto 14px; background-size: auto 14px; font-size: 0;
}
[data-brand="B-074"] .block-goods-brand-c--goods-brand-name,
[data-brand="074"] .block-goods-brand-c--goods-brand-name { 
	background: url(/work_style_beauties/img/brand/logo_jewelna_rose.png) center center no-repeat;
	-webkit-background-size: auto 20px; background-size: auto 20px; font-size: 0;
}
[data-brand="B-114"] .block-goods-brand-c--goods-brand-name,
[data-brand="114"] .block-goods-brand-c--goods-brand-name {
	background: url(/work_style_beauties/img/brand/logo_w_and.png) center center no-repeat;
	-webkit-background-size: auto 26px; background-size: auto 26px; font-size: 0;
}
[data-brand="B-096"] .block-goods-brand-c--goods-brand-name,
[data-brand="096"] .block-goods-brand-c--goods-brand-name {
	background: url(/work_style_beauties/img/brand/logo_hant.png) center center no-repeat;
	-webkit-background-size: auto 20px; background-size: auto 20px; font-size: 0;
}

/* ----商品一覧画面：商品名：block-goods-name-n---- */
.block-goods-name-n {
  width: 900px;
  margin: 0 auto;
}
.block-goods-name-n li:first-child {
  border-top: 1px solid #b0b0b0;
}
.block-goods-name-n li {
  display: block;
  border-bottom: 1px solid #b0b0b0;
  margin: 0;
  padding: 17px 0;
}
.block-goods-name-n dt {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 1em;
}
.block-goods-name-n dd {
  display: inline-block;
  vertical-align: top;
}
.block-goods-name-n a {
  color: #000;
}

/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */
.block-goods-list-x--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-goods-list-x--item-body {
  flex-basis: 200px;
  margin-left: 33px;
}
.block-goods-list-x--item-body:first-of-type {
  margin-left: 0;
}
.block-goods-list-x--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

/* ----商品一覧画面：カート画面：block-goods-list-c---- */
.block-goods-list-c--items {
  overflow: hidden;
}
.block-goods-list-c--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
.block-goods-list-c--items li > div {
  width: calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: -webkit-calc(100% / 6);
  padding: 0 10px;
}
.block-goods-list-c--item-body {}
.block-goods-list-c--item-body:first-of-type {
  margin-left: 0;
}
#cart_itemhistory .block-goods-list-c--item-body {
  flex-basis: unset;
  margin-left: unset;
}
.block-goods-list-c--image figure {
  background: #f5f5f5;
  width: 180px;
  height: 180px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-goods-list-c--image figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-list-c--image a:hover figure img {
  opacity: 0.8;
}

/* ----カテゴリー画面：ピックアップ：block-category-style-p---- */
.block-category-style-p {
  padding-top: 50px;
  border-top: 1px #dcdcdc solid;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 80px 0 50px 0;
}
.block-category-style-p--item {
  flex-basis: 400px;
  overflow: hidden;
  margin: 0 0 0 40px;
}
.block-category-style-p--item:nth-child(3n+1) {
  margin-left: 0;
}
.block-category-style-p--item-name {
  font-size: 16px;
  border-bottom: #b0b0b0 dotted 1px;
  clear: both;
  padding-left: 20px;
  position: relative;
}
.block-category-style-p--item-name:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #b0b0b0;
}
.block-category-style-p--item-name a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.block-category-style-p--item-name a:hover {
  opacity: 0.5;
}
.block-category-style-p--item-image {
  width: 120px;
  float: left;
}
.block-category-style-p--item-image a {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.block-category-style-p--item-image a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.block-category-style-p--item-comment {
  width: 275px;
  float: right;
}

/* ----カテゴリー画面：詳細：block-category-style-d---- */ /* ----カテゴリー画面：孫カテゴリ：block-category-style-g---- */
.block-category-style-g {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.block-category-style-g--item:nth-child(2n) {
  margin: 0 0 0 20px;
}
.block-category-style-g--item {
  flex-basis: 440px;
  overflow: hidden;
}
.block-category-style-g--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
}
.block-category-style-g--item-image {
  width: 143px;
  float: left;
}
.block-category-style-g--item-comment {
  width: 275px;
  float: right;
}
.block-category-style-g--item ul {
  clear: both;
  margin: 10px 10px 0 10px;
  padding: 0;
}
.block-category-style-g--item ul li {
  margin: 0 0 0 2em;
  padding: 0;
  list-style: square;
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */
.block-category-style-l--item-name {
  display: inline;
}
.block-category-style-l--splitter {
  margin: 0 5px;
}

/* ----カテゴリー画面：サムネイル：block-category-style-t---- */
.block-category-style-t {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	justify-content: center;
  margin: 0 0 30px;
}
.page-category .block-category-style-t {
	justify-content: flex-start;
}
.page-category .block-category-style-t:before {
  margin-top: 100px;
  content: 'シリーズから選ぶ';
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
.page-category #kananaproject .block-category-style-t:before {
  content: 'ラインナップ';
}
/*DTASK-63874  ＊から移植*/
.kanana_project table .detail_btn a img {
    width: 380px;
}
.kanana_project table td .text_center img {
    height: 58px;
}


.block-category-style-t--item {
  flex-basis: 20%;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 0 15px 0;
}
.block-category-style-t--item span {
  font-weight: bold;
  word-break: keep-all;
}
.page-category .block-category-style-t--item {
	padding: 0 20px 0 0;
}
.block-category-style-t--item:nth-child(4n+1) {
	margin: 0 0 15px;
}
/*.page-category .block-category-style-t--item:nth-child(5n) {
	padding: 0;
}*/
.block-category-style-t--item a {
  display: block;
  text-decoration: none;
}
.block-category-style-t--item a .brand-title {
	text-align: center;
}
.page-category .block-category-style-t--item a .brand-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px;
}
.page-top .block-category-style-t--item a .brand-comment {
	display: none;
}
.block-category-style-t--item-image {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.block-category-style-t--item-image span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.block-category-style-t--item-image span img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
a:hover .block-category-style-t--item-image span img {
  opacity: 0.9;
}
.block-category-style-t--item-name {
  font-size: 15px;
  text-align: center;
}

.block-category-style-t--item-title {
  margin: 5px 0;
  text-align: center;
}

/* ----カテゴリーツリー---- */
.block-category-tree--item__open, .block-category-tree--item {
  border-top: none;
}
.block-category-tree--item__open a, .block-category-tree--item a, .block-category-tree--item__open > span, .block-category-tree--item > span {
  display: flex;
  width: 100%;
  padding: 5px 20px 5px 5px;
  border-bottom: #eee 1px solid;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  height: auto;
}
.block-category-tree--item__open a > span, .block-category-tree--item a > span {
  display: flex;
  align-items: center;
  min-height: 35px;
}
.block-category-tree--item__open a:after, .block-category-tree--item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px #888 solid;
  border-right: 1px #888 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.block-category-tree--item__open a:before, .block-category-tree--item a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #888;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-category-tree--item__open a:hover:before, .block-category-tree--item a:hover:before {
  width: 100%;
}
.block-category-tree--level-2 > li {
  text-indent: 0;
}
.block-category-tree--level-3 > li {
  text-indent: 30px;
}
.block-category-tree--level-4 > li {
  text-indent: 45px;
}
.block-category-tree--image {
  width: 75px;
  height: auto;
  margin-right: 0px;
  flex-shrink: 0;
}
.block-category-tree--level-2 .block-category-tree--image {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

/* ----ジャンルツリー---- */
/*.block-genre-tree--item:nth-of-type(n+11) {
  display: none;
}*/
.block-genre-tree--item__open, .block-genre-tree--item {
  border-top: none;
}
.block-genre-tree--item__open a, .block-genre-tree--item a, .block-genre-tree--item > span {
  display: flex;
  padding: 3px 20px 3px 5px;
  border-bottom: #eee 1px solid;
  text-decoration: none;
  position: relative;
  font-size: 13px;
}
.block-genre-tree--item__open a > span, .block-genre-tree--item a > span {
  display: flex;
  align-items: center;
  min-height: 35px;
}
.block-genre-tree--item__open a:after, .block-genre-tree--item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px #888 solid;
  border-right: 1px #888 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.block-genre-tree--item__open a:before, .block-genre-tree--item a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #888;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-genre-tree--item__open a:hover:before, .block-genre-tree--item a:hover:before {
  width: 100%;
}
.block-genre-tree--level2 > li {
  text-indent: 10px;
}
.block-genre-tree--level3 > li {
  text-indent: 20px;
}
.block-genre-tree--level4 > li {
  text-indent: 30px;
}
.block-genre-tree--image {
  width: 35px;
  height: 35px;
  min-width: 35px;
  margin-right: 9px;
}

/* ----絞り込み検索---- */
.block-filter--treeitem {}
.block-filter--tree-1 {}
.block-filter--tree-1 > li {
  border-bottom: 1px #b0b0b0 solid;
}
.block-filter--tree-1 > li:first-child {
  border-top: none;
  padding-bottom: 6px;
}
.block-filter--tree-2 {
  padding-bottom: 10px;
}
.block-filter--tree-2 > li {
  padding-right: 10px;
  border: unset;
}
.block-filter--tree-3 > li {
  padding-left: 20px;
}
.block-filter--tree-4 > li {
  padding-left: 30px;
}
.block-filter--treeitem-container {
  width: 100%;
}
.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  padding-right: 9px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

/*カラー*/
div#div_filter3 .block-filter--list-inner{
	padding-bottom: 0;
	border-top: none;
}
div#div_filter3 input{
	display: none;
}
div#div_filter3 label{
	margin: 0;
	padding: 0 0 0 0;
	font-size: 12px;
	color: #444;
	text-align: center;
	display: block;
	line-height: 1.2;
}
div#div_filter3 label img{
	width: 40px;
	height: 40px;
}

div#div_filter3 label::after{
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	border-bottom: 4px #fff solid;
	border-left: 4px #fff solid;
	width: 13px;
	height: 9px;
}
div#div_filter3 label::before{
	width: 30px;
	height: 30px;
	border: none;
	background: rgba(0,0,0,0.16);
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
body div#div_filter3 label p{
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0 0;
}
div#div_filter3 div.block-filter--list-inner-accordion{
	overflow: hidden;
}
div#div_filter3 div.block-filter-option-items{
	width: 50px;
	display: block;
	float: left;
	margin: 0 27px 15px 0;
}
div#div_filter3 div.block-filter-option-items:nth-child(11){
	clear: both;
}
/*カラー*/

/*通常タイプ*/
div.block-filter-option-items{
	margin: 0 30px 0 0;
}
div.block-filter-option-items input[type="checkbox"] + label{
	padding: 0 0 0 30px;
	margin: 0;
	font-size: 14px;
}
div.block-filter-option-items input:checked + label{
	position: relative;
	padding: 0 0 0 30px;
	margin: 0;

}
div.block-filter-option-items input + label::before{
	width: 22px;
	height: 22px;
	top: -2px;
}
#stock input:checked  label::before,
div.block-filter-option-items input:checked + label::before{
	background: #D11000;
	width: 22px;
	height: 22px;
	border: 2px solid #E5E5E5;
}
#stock input[type="checkbox"] label::after,
div.block-filter-option-items input[type="checkbox"] + label::after{
	border-bottom: 4px #fff solid;
	border-left: 4px #fff solid;
	position: absolute;
	top: -2px;
	left: 5px;
	bottom: 0;
	margin: auto 0;
	width: 12px;
	height: 8px;	
}
#stock label::after{
	opacity: 1;
	top: -3px;
}
div.block-filter-option-items input + label::before{
	width: 22px;
	height: 22px;
	border: 2px solid #E5E5E5;
}
div.block-filter-option-items input[type="checkbox"]:checked + label{
	color: #444444;
}
div.block-filter-option-items{
	margin-bottom: 15px;
}
/*通常タイプ*/

/*一覧*/
#frmFilterListfilterchecked{
	background: #F5F5F5;
	border-top: 2px solid #F5F5F5;
	border-bottom: 2px solid #F5F5F5;
	padding: 0px 14px 0px 14px;
	margin-bottom: 15px;
}
#frmFilterListfilterchecked a{
    display: inline-block;
    margin: 4px 10px 4px 0;
    padding: 4px 25px 3px 10px;
    border: 1px solid #000;
    border-radius: 13px;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    background: #fff;
}
#frmFilterListfilterchecked a:before, #frmFilterListfilterchecked a:after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -1px;
}
#frmFilterListfilterchecked a:before {
    transform: rotate(45deg);
}
#frmFilterListfilterchecked a:after {
    transform: rotate(-45deg);
}
/*一覧*/

/*閉じるボタン*/
#filterCloseBtn{
	position: absolute;
	top: 35px;
	right: 30px;
	padding: 25px 0 5px 0;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	cursor: pointer;
	line-height: 1;
	background: url(../../img/usr/common/filter_close.svg) center top no-repeat;
}
#filterCloseBtn:hover{
	opacity: 0.8;
}
/*閉じるボタン*/
.block-goods-list--filter{
	overflow-y: scroll;
}
.block-goods-list--filter .block-filter--treeitem-dir {
  display: block;
  height: auto;
  padding: 10px 0;
}
.block-goods-list--filter .block-filter--treeitem-dir span {
  padding-left: 5px;
}
.block-goods-list--filter .block-filter--tree-2 {
  display: flex;
  flex-wrap: wrap;
}
.block-goods-list--filter .block-filter--tree-2 .block-filter--treeitem-container {
  width: auto;
}
.block-goods-list--filter .block-filter--treeitem-name span {
  display: inline-block;
  background: #eaeaea;
  border-radius: 5px;
  padding: 6px 12px;
  margin-bottom: 5px;
  text-decoration: none;
}
.block-goods-list--filter .block-filter--treeitem-name span.block-filter--treeitem-selected {
  background: #444;
  color: #ffffff;
}

.block-filter--treeitem-dir i {
  transform: rotate(90deg);
}
.block-filter--treeitem-dir__close i {
  transform: rotate(0);
}
.block-filter--treeitem-name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.block-filter--treeitem-dir + .block-filter--treeitem-name {
  display: none;
}
.block-filter--treeitem-selected {}
.block-filter--image {
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 20px;
}
.block-filter--image-check {
  position: relative;
  display: block;
}
.block-filter--image-check i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
}
.block-filter--image-check:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
/*.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--treelist-inner-accordion,
.block-filter--close .block-filter--select-inner-accordion,
.block-filter--close .block-filter--imagelist-inner-accordion {
  display: none;
}*/

/* ----クイックビュー---- */
.block-quickview {
  display: none;
  position: absolute;
  z-index: 10000;
  overflow: visible;
  width: auto;
  max-width: 324px;
  height: auto;
  padding: 10px;
  border: 1px solid;
  background-color: #fff;
}
.block-quickview-line {
  overflow: hidden;
  width: 100%;
}
.block-quickview-item {
  display: inline-block;
  width: 142px;
}

/* ----商品購入規約---- */
.block-goods-agree--item {
  margin: 80px 0;
}

/* ----ジャンルページ/子ジャンル表示---- */
.block-genre-page--goods {
  border-top: 1px #dcdcdc solid;
  padding-top: 60px;
}
.block-genre-style {
 	overflow: hidden;
  margin: 0 0 30px;
}
.block-genre-style--item h3{
	margin: 0;
}
.block-genre-page--goods .block-genre-style--item{
  margin: 0 0 30px 15px;
  text-decoration: none;
  width: 215px;
  float: left;
  transition: opacity .2s; 
}
.block-genre-page--goods .block-genre-style--item:nth-child(4n+1){
	clear: both;
}
.block-genre-page--goods .block-genre-style--item a img {
  position: relative;
  padding: 0 0px;
  margin-bottom: 5px;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}
.block-genre-page--goods .block-genre-style--item a span {
	padding-left: 10px;
 	width: 130px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.block-genre-page--goods .block-genre-style--item a:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.block-genre-style--item:nth-child(5n) {
  padding: 0;
}
.block-genre-style--item a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
}

/*---- parts---- */
.mb100 {
  margin-bottom: 100px;
}
.bg_gray_ {
  background-color: #f3f3f3;
}
.txt_center_ {
  text-align: center;
}
.anchor_ {
  margin-top: -70px;
  padding-top: 70px;
}

/*---- page---- */
.page_contents {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 200%;
}
.page_contents_inner {
  margin-bottom: 40px;
}
.page_contents p {
  padding: 0 10px;
  margin-bottom: 20px;
}
.page_contents h1 {
  text-align: center;
  line-height: 140%;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 26px;
  font-weight: normal;
}
.page_contents h1 span {
  display: block;
  font-size: 13px;
  line-height: 110%;
  letter-spacing: 0;
  padding-top: 5px;
}
.page_contents h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  background-color: #444;
}
.page_contents h2 {
  line-height: 140%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 2px solid #444;
}
.page_contents h3 {
  margin: 10px 0;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  padding: 10px;
}
.page_contents h4 {
  font-weight: bold;
  font-size: 16px;
  padding: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #333;
}
.page_contents h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  margin: 10px 0;
  background-color: #f2f2f2;
  padding: 6px 6px 6px 10px;
}
.page_contents .page_box1 {
  text-align: center;
  padding: 20px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.page_contents .page_box1 span {
  font-size: 13px;
}
.page_contents .page_box2 {
  background-color: #f2f2f2;
  padding: 20px;
}
.page_contents .txt_l {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.page_contents .txt_s {
  font-size: 12px;
  color: #808080;
}
.page_contents .page_button1 {
  margin: 0 auto 30px auto;
  width: 360px;
  display: block;
  font-size: 18px;
}
.page_contents a.page_button1 {
  text-decoration: none;
}
.page_contents .page_table {
  width: 100%;
  margin-bottom: 40px;
}

/*----HEADER----*/
#header {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
#header a {
	color: inherit;
  text-decoration: none;
}
#header img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#header .header-banner {
  display: block;
  min-width: 1200px;
  text-align: center;
  transition: all .3s;
}
#header .header-banner:hover {
  opacity: 0.6;
}
#header .header-news {
  background: #FFFFFF;
  border-bottom: 1px solid #B7B7B7;
}
#header .header-news .header-inner {
  max-width: 1370px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
#header .header-news .header-news-list > li:not(:first-child) {
  display: none;
}
#header .header-news a {
	display: block;
  padding: 7px 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #444;
  text-align: center;
  text-decoration: none;
}
#header .header-news a:hover {
  opacity: 0.6;
}
#header .header-news .slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2;
}
#header .header-news .slick-arrow.slick-next {
  right: 0;
}
#header .header-news .slick-arrow.slick-prev {
  left: 0;
  transform: translateY(-50%) scale(-1,1);
}
#header .header-news .slick-arrow.slick-next::before,
#header .header-news .slick-arrow.slick-prev::before {
  content: none;
}
#header .header-news .slick-arrow.slick-next::after,
#header .header-news .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background: transparent;
  border-radius: unset;
  border-right: 1px solid #444;
  border-top: 1px solid #444;
  transform: rotate(45deg) translateY(-50%);
}

#header_top { background: #fff;}
#header_top .header-inner { position: relative; max-width: 1370px; min-width: 1200px; height: 93px; padding: 0 15px; margin: 0 auto; display: flex; justify-content: center; align-items: center; background: #fff;}
#header_top .header-menu { position: absolute; left: 15px;}
#header_top .header-menu #menu-btn { display: flex; flex-direction: column; width: 32px; height: 37px; padding: 0; background: url("/img/usr/common/ico_h_menu.svg") no-repeat center top / 28px; border: none; border-radius: 0; cursor: pointer;}
#header_top .header-menu span { margin: auto 0 0; font-family: "Karla", sans-serif; font-size: 11px; letter-spacing: 0.04em;}
#header_top .header-logo { width: 310px;}
#header_top .header-logo a { display: block;}
#header_top .header-right { position: absolute; right: 15px; display: flex; align-items: center; flex-wrap: nowrap;}
#header_top form { width: 210px; height: 38px; border: #707070 1px solid; border-radius: 10px; position: relative;}
#header_top form .keyword_ { width: 176px; height: 36px; padding: 0 10px 0 16px; margin: 0; border: none; border-radius: 10px; display: flex; align-items: center;}
#header_top form .keyword_::placeholder { font-size: 13px; color: #000000;}
#header_top form input[type="submit"] { width: 44px; height: 36px; padding: 0; margin: 0; border: none; border-radius: 10px; outline: none; font-size: 0; background: #fff url("/img/usr/common/ico_h_search.svg") no-repeat center center / 20px; position: absolute; top: 0; right: 0; cursor: pointer;}
#header_top .header-right ul { display: flex; align-items: center; justify-content: flex-end; flex-wrap: nowrap; gap: 6px; margin: 0 0 0 22px;}
#header_top .header-right ul a  { width: 40px; height: 50px; display: flex; justify-content: center; align-items: center; position: relative;}
#header_top .header-right ul .js-cart-count { width: 16px; height: 16px; font-family: "Karla", sans-serif; font-size: 14px; color: #FC001A; text-align: center; line-height: 17px; position: absolute; top: 8px; right: 10px;}
#header_top .header-right ul li.cart { margin: 0 0 0 5px;}
#header_top .header-right .poplink { right: 0 !important; left: auto !important;}
#header_top .header-right .poplink div.poplink_suggest   { float: right !important;}
#header_top .header-right .poplink div.poplink_search    { float: right !important;}
#header_top .header-right .poplink div.poplink_recommend { float: right !important;}

#header_bottom .gnav { background: #F2F2F2;}
#header_bottom .gnav .separate { width: 1px; height: 15px; background: #000; display: block;}
#header_bottom .gnav .inner  { position: relative; width: 100%; min-width: 1200px; height: 44px; display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; gap: 48px;}
#header_bottom .gnav .inner > ul { display: flex; flex-wrap: nowrap; gap: 48px;}
#header_bottom .gnav .inner > ul > li { height: 44px;}
#header_bottom .gnav .inner > ul > li .gnav-head,
#header_bottom .gnav .inner > ul > li > a { width: 100%; height: 100%; font-size: 15px; text-decoration: none; display: flex; justify-content: center; align-items: center; position: relative; cursor: pointer;}
#header_bottom .gnav .inner > ul > li .gnav-head:after,
#header_bottom .gnav .inner > ul > li > a:after { content: ''; width: 0; height: 4px; position: absolute; left: 50%; bottom: -2px; background: #D11000; transition: all .4s;}
#header_bottom .gnav .inner > ul > li .gnav-head:hover:after,
#header_bottom .gnav .inner > ul > li > a:hover:after,
#header_bottom .gnav .inner > ul > li .gnav-head.open:after { width: 100%; left: 0;}
#header_bottom .gnav .inner > ul > li .gnav-head:hover,
#header_bottom .gnav .inner > ul > li .gnav-head.open { color: #D11000;}
#header_bottom .gnav .menu { width: 100%; position: absolute; top: 45px; left: 0; background: rgba(51, 51, 51, .9); z-index: 10; display: none;}
#header_bottom .gnav .menu .menu-inner { width: 1200px; padding: 50px 80px 50px 50px; margin: 0 auto; display: flex;}
#header_bottom .gnav .menu .menu-col { margin: 0 30px 0 0;}
#header_bottom .gnav .menu div.menu-block > a{
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 5px 9px;
  line-height: 1;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.2px;
  margin: 14px 0 0 0;
}
#header_bottom .gnav .menu .menu-title { color: #fff; font-size: 16px; font-weight: bold; border-bottom: 1px solid #fff; padding: 0 0 5px; margin: 0 0 12px;}
#header_bottom .gnav .menu .menu-title span { color: #fff; display: inline-block; vertical-align: top; letter-spacing: -0.2px;}
#header_bottom .gnav .menu .menu-title a { color: #fff; font-size: 11px; font-weight: bold; border: 1px solid #fff; text-decoration: none; padding: 5px 9px; line-height: 1; border-radius: 30px; display: inline-block; vertical-align: middle; letter-spacing: 0.2px;}
#header_bottom .gnav .menu-block { width: 216px;margin: 0 0 40px;}
#header_bottom .gnav .menu-block:last-child { margin: 0;}
#header_bottom .gnav .menu-block li img { display: none;}
#header_bottom .gnav .menu-block li a { display: inline-block; color: #fff; font-size: 15px; text-decoration: none; padding: 3px 0;}
#header_bottom .gnav .menu-block li a:hover { text-decoration: underline; color: #FFF !important;}
#header_bottom .gnav .menu .bnr-area { width: 230px;}
#header_bottom .gnav .menu .bnr-area a { display: block; margin: 0 0 10px; transition: all .3s;}
#header_bottom .gnav .menu .bnr-area a:last-child { margin: 0;}
#header_bottom .gnav .menu .bnr-area a:hover { opacity: .8;}
#header_bottom .gnav .menu.brand ul { display: flex; flex-wrap: wrap; width: 1053px;}
#header_bottom .gnav .menu.brand li { width: 165px; margin: 0 12px 15px 0; word-break: keep-all;}
#header_bottom .gnav .menu.brand li:nth-child(6n) { margin-right: 0;}
/*#header_bottom .gnav .menu.brand li:last-of-type{ display: none;}*/
#header_bottom .gnav .menu.brand li a { display: block; text-align: center;}
#header_bottom .gnav .menu.brand li a:hover { opacity: .8;}
#header_bottom .gnav .menu.brand li a img { margin: 0 0 8px;}
#header_bottom .gnav .menu.brand li a span { color: #fff;}
@media (max-width: 1280px) and (min-width: 768px) {
  #css {width:98%;margin:0 1%;}
  #header_bottom .gnav .inner > ul > li .gnav-head,
  #header_bottom .gnav .inner > ul > li > a { font-size: 13px;}
}

#header #menu-contents {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}
#header #menu-contents .bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.84);
	opacity: 0;
	transition: all .3s
}
#header #menu-contents.show .bg {
	opacity: .5
}
#header #menu-contents .inner {
	position: absolute;
	top: 0;
	left: -100%;
	width: 700px;
	height: 100%;
	padding: 60px 0 0;
	background: #fff;
	transition: all .3s;
	overflow-x: hidden;
	overflow-y: scroll;
}
#header #menu-contents.show .inner {
	left: 0
}
#header #menu-contents .menu-close {
	position: fixed;
	top: 0;
	left: -100%;
	width: 36px;
	height: 36px;
  margin: 0;
  padding: 0;
	background: #000;
  border: none;
	transition: all .3s;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
  cursor: pointer;
	z-index: 3;
}
#header #menu-contents.show .menu-close {
  left: 650px;
}
#header #menu-contents .menu-close:before,
#header #menu-contents .menu-close:after {
	content: '';
	position: absolute;
	top: 18px;
	width: 25px;
	height: 1px;
	background: #fff
}
#header #menu-contents .menu-close:before {
	left: 6px;
	transform: rotate(45deg)
}
#header #menu-contents .menu-close:after {
	right: 6px;
	transform: rotate(315deg)
}
#header .customer-menu {
	padding: 0 15px;
	margin: 0 0 26px;
}
#header .customer-menu .name {
	position: relative;
	padding: 0 0 18px;
	font-size: 16px;
	letter-spacing: 0.06em;
	border-bottom: 2px solid #231815;
  cursor: pointer;
}
#header .customer-menu .name span {
	font-size: 12px;
}
#header .customer-menu .name::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 6px;
	right: 17px;
	width: 1px;
	height: 12px;
	background: #000;
}
#header .customer-menu .name::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 12px;
	right: 12px;
	width: 12px;
	height: 1px;
	background: #000;
}
#header .customer-menu .name.active::before{
	display: none;
}
#header .customer-menu ul {
	display: none;
}
#header #menu-contents .customer-link {
	padding: 0 0 22px
}
#header #menu-contents .customer-link ul {
	display: flex;
	margin: 0 15px;
	justify-content: center
}
#header #menu-contents .customer-link ul li{
	position: relative;
	width: 20%;
}
#header #menu-contents .customer-link li a {
	display: block;
	padding: 40px 0 0;
	font-size: 13px;
	letter-spacing: 0.06em;
	line-height: 1.333;
	text-align: center;
}
#header #menu-contents .customer-link li a.mypage,
#header #menu-contents .customer-link li a.login {
	background: url(../../img/usr/common/icon_mypage.svg) no-repeat center top / 33px;
}
#header #menu-contents .customer-link li a.beginner {
	background: url(../../img/usr/common/icon_member.svg) no-repeat left 56% top / 34px;
}
#header #menu-contents .customer-link li a.guide {
	background: url(../../img/usr/common/icon_guide.svg) no-repeat center top / 26px;
}
#header #menu-contents .customer-link li a.bookmark {
	background: url(../../img/usr/common/icon_bookmark.svg) no-repeat left 47% top / 34px;
}
#header #menu-contents .customer-link li a.history {
	background: url(../../img/usr/common/icon_history.svg) no-repeat center top / 34px;
}
#header #menu-contents .beginner-message {
	position: absolute;
	top: -35px;
	left: 50%;
	width: 85%;
	text-align: center;
	color: #FC001A;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.3;
	transform: translateX(-50%);
}
#header #menu-contents .beginner-message::before,
#header #menu-contents .beginner-message::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	width: 1px;
	height: 90%;
	background-image : linear-gradient(#FC001A 1px, transparent 1px);
	background-size: 2px 2px;
	background-repeat: repeat-y;
	transform: translateY(-50%) rotate(-20deg);
}
#header #menu-contents .beginner-message::after {
	left: auto;
	right: 8px;
	transform: translateY(-50%)rotate(20deg);
}
#header #menu-contents .beginner-message span {
	display: block;
	font-size: 12px;
}
#header #menu-contents .header-search {
	padding: 10px 15px;
	background: #E3E3E3;
}
#header #menu-contents .header-search form {
	position: relative;
	display: flex;
	width: 100%;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}
#header #menu-contents .header-search form #keyword {
	width: calc(100% - 35px);
	height: 34px;
	padding: 0 10px;
	border: none;
	line-height: 34px;
}
#header #menu-contents .header-search form #keyword::placeholder {
	font-size: 12px;
	letter-spacing: 0.04em;
	color: #B7B7B7;
}
#header #menu-contents .header-search form input[type="submit"] {
	width: 35px;
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	border: none;
	background: #fff url(../../img/usr/common/ico_h_search.svg) no-repeat center / 18px;
	font-size: 0;
	color: #fff;
	cursor: pointer
}
#link-aboutus {
	padding: 30px 40px;
}
#link-aboutus h2 {
  margin: 0;
	font-family: "Karla", sans-serif;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.08em;
	line-height: 1.18;
  text-decoration: underline;
}
#link-aboutus ul + h2 {
	margin: 50px 0 0;
}
#header .customer-menu li a,
#link-aboutus > ul li a,
#link-aboutus .menu-link a,
#link-aboutus .menu-link .menu-link-title {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 10px 19px;
	font-size: 15px;
	letter-spacing: 0.12em;
	line-height: 1;
	border-bottom: 1px solid #DCDCDC;
  cursor: pointer;
}
#header .customer-menu li a::after,
#link-aboutus > ul li > a::after,
#link-aboutus .menu-link a::after,
#link-aboutus .menu-link-title::after {
	content: '';
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: 45%;
	right: 15px;
	margin-top: 0;
	transform: rotate(45deg);
}
#link-aboutus .link-other {
	margin: 20px 0 0;
	padding: 0 15px;
}
#link-aboutus .link-other li a {
	padding: 12px 0 12px 15px;
	font-size: 13px;
	border: none;
}
#link-aboutus .link-other li a::after {
	right: auto;
	left: 0;
	width: 5px;
	height: 5px;
}
.menu-link-panel{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 700px;
	height: 100vh;
	background: #FFF;
	z-index: 2;
	overflow-y: scroll;
	overflow-x: hidden;
}
.menu-link-panel .menu-link-panel-title {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 19px 15px 18px 40px;
	font-size: 15px;
  cursor: pointer;
}
.menu-link-panel .menu-link-panel-title::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: 44%;
	left: 15px;
	margin-top: 0;
	transform: rotate(-130deg);
}
.menu-link-panel ul.menu-link-tab{
	margin: 0;
	background: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-link-panel ul.menu-link-tab li{
	padding: 18px 15px 17px;
	flex-shrink: 0;
	font-size: 15px;
  cursor: pointer;
}
.menu-link-panel ul.menu-link-tab li.active{
	font-weight: bold;
}
.menu-link-main {
	padding: 0 15px;
}
.menu-link-main .tab-contents > div{
	display: none;
	padding-bottom: 50px;
}
.menu-link-main .tab-contents > div:first-child{
	display: block;
}
.menu-link-main .tab-contents div.ttl{
  position: relative;
  display: block;
  border-bottom: 1px solid #DCDCDC;
  text-decoration: none;
  padding: 20px 10px 19px;
  font-size: 15px;
	line-height: 1;
  cursor: pointer;
}
.menu-link-main .tab-contents div.ttl::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 17px;
	width: 1px;
	height: 12px;
	background: #000;
}
.menu-link-main .tab-contents div.ttl::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 12px;
	width: 12px;
	height: 1px;
	background: #000;
}
.menu-link-main .tab-contents div.ttl.active::before{
	display: none;
}
.menu-link-main .tab-contents > div .js-dynamic-genre {
	display: none;
}
.menu-link-main .tab-contents > div .js-dynamic-genre ul li img{
	display: none;
}
#header #menu-contents .js-dynamic-genre ul li a{
  padding: 20px 10px 19px 28px;
}

.block-category-tree--items li:last-of-type{
	display: none;
}
#header.cart-header .logo {
	width: 1180px;
	padding: 25px 0;
	margin: 0 auto;
}

/*ブランドカテゴリートップ*/
.page-category .block-category-event,
.block-category-list--event {
  margin-top: 80px;
}
.page-category .category-top-links {
  font-size: 16px;
}
.page-category .category-top-mainvisual {
  width: 900px;
  margin-top: 10px;
}
.page-category .category-top-mainvisual .item {
  transition: opacity .2s;
  display: block;
}
.page-category .category-top-mainvisual .item:hover {
  opacity: 0.8;
}
.page-category .category-top-mainvisual .mainvisual-text {
  font-size: 16px;
  margin-top: 15px;
}
.page-category .block-category-event .category-new-post {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -30px;
}
.page-category .block-category-event .category-new-post.-column3 {
  text-align: center;
}
.page-category .block-category-event .category-new-post {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -30px;
  justify-content: flex-start;
}
.page-category .block-category-event .category-new-post .child {
  width: calc(25% - 15px);
  margin: 30px 0 0 15px;
  text-decoration: none;
  align-items: center;
  display: flex;
}
.page-category .block-category-event .category-new-post .image {
  position: relative;
  padding: 5px;
  margin-bottom: 5px;
  width: 80px;
  flex-shrink: 0;
}

.page-category .block-category-event .category-new-post .image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page-category .block-category-event .category-new-post .image:after {
  content: "";
  padding-top: 50%;
  padding-bottom: 50%;
  display: block;
}
.page-category .block-category-event .category-new-post .text {
  padding-left: 10px;
}
.page-category .block-top-event--goods .block-goods-detail-j--items {
  margin-bottom: 0;
}
.page-category .block-category-list--event .bland-category-btn-wrap {
  display: flex;
  justify-content: center;
}
.page-category .block-category-list--event .bland-category-btn {
  display: inline-block;
  max-width: 500px;
  border: 1px solid #444;
}
.page-category .block-category-list--event .block-top-event--goods {
  margin-bottom: 0;
}
.page-category .bland-category-desc .lead {
  margin: 0 auto;
  width: 680px;
}
.page-category .bland-category-desc .button {
  text-align: center;
}
.page-category .bland-category-desc .button .logo {
  max-width: 350px;
  margin: 0 auto;
  display: block;
}
.page-category .bland-category-desc .button .btn {
  display: inline-block;
  max-width: 500px;
  border: 1px solid #444;
}
.page-category .block-category-event .block-dynamic-genre--body {
  display: flex;
  flex-wrap: wrap;
}
.page-category .block-category-event .block-dynamic-genre--row {
  width: 20%;
  padding: 0 7px;
  text-align: center;
  font-weight: bold;
}
.page-category .block-category-event a {
  text-decoration: none;
}
/* イベントページ ランキング */
.event-ranking .link-wrapper {
	background: #f5f5f5;
  padding: 25px;
}
.event-ranking .link-wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.event-ranking .link-wrapper .block {
	display: flex;
	margin: 0 0 5px;
}
.event-ranking .link-wrapper .block:last-child {
	margin: 0;
}
.event-ranking .link-wrapper .block h3 {
	position: relative;
	margin: 0;
	font-size: 15px;
	min-width: 100px;
}
.event-ranking .link-wrapper .block h3:after {
	content: ':';
	position: absolute;
	top: -1px;
	right: 10px;
}
.event-ranking .link-wrapper ul {
	display: flex;
	flex-wrap: wrap;
}
.event-ranking .link-wrapper li {
	margin: 0 12px 0 0;
}
.event-ranking .link-wrapper li:last-child {
	margin: 0;
}
.event-ranking .link-wrapper li a {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

/* 店舗ページ */
.pane-contents:has(#shoplist) .pane-left-menu,
.pane-contents:has(#shoplist) .block-event-page--header {
  display: none;
}
#shoplist .block-shoplist-line {
	overflow: hidden;
	margin: 0 0 63px;
}
#shoplist .block-shoplist-detail {
	float: left;
  width: 650px;
	font-size: 14px;
	margin: 0 20px 0 0;
}
#shoplist .block-shoplist-detail h2 {
	font-size: 26px;
}
#shoplist .block-shoplist-detail .block-shoplist-detaildata {
	display: flex;
	margin: 0 0 20px;
}
#shoplist .block-shoplist-detail .block-shoplist-detaildata:last-child {
	margin: 0;
}
#shoplist .block-shoplist-detail .block-shoplist-detaildata h3 {
	font-size: 14px;
	width: 75px;
	margin: 0;
}
#shoplist .block-shoplist-detail .block-shoplist-detaildata span {
	margin: -2px 10px 0 0;
}
#shoplist .block-shoplist-detail .block-shoplist-gmapbtn {
	display: none;
}
#shoplist .block-shoplist-slide {
	float: right;
  width: 500px;
  text-align: center;
	line-height: 0;
}
#shoplist .block-shoplist-slide .bx-pager-item {
	display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  margin-right: 7px;
}
#shoplist .block-shoplist-slide .bx-pager-item a {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 7px;
  border: 1px solid #707070;
  text-indent: -9999px;
}
#shoplist .block-shoplist-slide .bx-pager-item a.active {
	background: #707070;
}
#shoplist .block-shoplist-gmap {
	padding: 60px 0 0;
	margin: 0 0 40px;
	clear: both;
}
#shoplist .block-shoplist-gmap iframe {
	width: 100%;
	height: 300px;
}
#shoplist .block-shoplist-gmapbtn a {
	background: #EF3F51;
  text-align: center;
  color: #fff;
  width: 300px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
#shoplist .block-shoplist-gmapbtn {
	margin: 0 0 60px;
}
#shoplist .block-shoplist-gmapbtn a:hover {
	color: #fff !important;
	opacity: .8;
}

/* エースブログ */
.block-blog .block-blog-header {
  margin: 40px 0 50px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
}
.block-blog .block-blog-header span {
  display: block;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1.176;
}
.block-blog .block-blog-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 38px;
  margin: 44px auto 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000;
  background: transparent;
  border: 1px solid #434343;
  border-radius:40px;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}
body:has(.block-blog) .block-blog .hacobune-app-container *,
body:has(.block-blog) .hacobune-dialog-mask * {
  font-family: "Noto Sans JP", sans-serif;
}
body:has(.block-blog) .block-blog .hacobune-narrow-down,
body:has(.block-blog) .block-blog .hacobune-logo {
  display: none;
}
body:has(.block-blog) .block-blog .hacobune-app-container {
  padding: 0;
  background: none;
}
body:has(.block-blog) .block-blog .hacobune-grid-row {
  gap: 45px 15px;
}
body:has(.block-blog) .block-blog .hacobune-grid-col {
  max-width: calc((100% - (15px*4))/5);
}
body:has(.block-blog) .block-blog .hacobune-media-post-list-item {
  padding: 0;
  background: none;
  border: none;
}
body:has(.block-blog) .block-blog .hacobune-media-post-list-item-img-container {
	position: relative;
	padding-top: 100%;
}
body:has(.block-blog) .block-blog .hacobune-media-post-list-item-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
body:has(.block-blog) .block-blog .hacobune-media-post-list-item-title {
  margin-top: 12px;
  padding: 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.46;
  color: #333333;
  min-height: calc(2em*1.46);
}
body:has(.block-blog) .block-blog .hacobune-media-post-list-item-caption {
  margin-top: 12px;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: #888888;
}
body:has(.block-blog) .block-blog .hacobune-containers-base.hacobune-containers-mix {
  display: block;
}
body:has(.block-blog) .block-blog .hacobune-layout-left,
body:has(.block-blog) .block-blog .hacobune-layout-base {
  width: 100% !important;
  margin: 0 !important;
}
body:has(.block-blog) .block-blog .hacobune-snap-search,
body:has(.block-blog) .block-blog .hacobune-totalCount {
  display: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form {
  margin: 0 0 26px;
  padding: 0;
  background: #F8F8F8;
  border: 1px solid #DEDEDE;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-button::before,
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 16px;
  height: 2px;
  margin: auto 0;
  background: #4E4E4E;
  transition: all .3s;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-button::after {
  transform: rotate(90deg);
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-button.active::after {
  transform: rotate(180deg);
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-panel {
  display: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-panel-wrapper {
  padding: 0 30px 30px;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-panel-container {
  max-width: 680px;
  margin: 0 auto;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-panel-container:not(:first-child) {
  margin-top: 30px;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-container {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-container-label {
  width: 100px;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  border: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-container-label::after,
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-container-label::before {
  content: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-container-param {
  flex: 1;
  position: relative;
  height: auto;
  border: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-item {
  margin: 0;
  background: #fff;
  visibility: visible;
  opacity: 1;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-item.checked {
  background: #000;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select {
  gap: 10px 14px;
  padding: 0;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-item {
  width: fit-content;
  line-height: 1.5;
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  z-index: 2;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-label {
  padding: 4px 15px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-reset-button {
  min-height: unset;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: underline;
  color: #A4A4A4;
  background: none;
  border: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-reset-button::after,
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-reset-button::before {
  content: none;
}
body:has(.block-blog) .hacobune-dialog-wrapper {
  width: 1200px;
  max-height: 85%;
  padding: 0 15px;
}
body:has(.block-blog) .hacobune-dialog-content {
  padding: 50px;
  border-radius: 10px;
}
body:has(.block-blog) .hacobune-dialog-close-button-container {
  top: -48px;
  right: 15px;
}
body:has(.block-blog) .hacobune-dialog-close-button-container .hacobune-close-button {
  background: none !important;
  border: none !important;
}
body:has(.block-blog) .hacobune-dialog-close-button-container .hacobune-close-button::before,
body:has(.block-blog) .hacobune-dialog-close-button-container .hacobune-close-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 4px;
  margin: auto;
  background: #fff;
  transform: rotate(-45deg);
}
body:has(.block-blog) .hacobune-dialog-close-button-container .hacobune-close-button::after {
  transform: rotate(45deg);
}
body:has(.block-blog) .hacobune-dialog-close-button-container .hacobune-close-button .hacobune-icon {
  display: none;
}
body:has(.block-blog) .hacobuce-media-post-item-prev-icon,
body:has(.block-blog) .hacobuce-media-post-item-next-icon {
  width: 28px;
  height: 42px;
  background: #464646;
}
body:has(.block-blog) .hacobuce-media-post-item-next-icon {
  transform: scale(-1,1);
}
body:has(.block-blog) .hacobuce-media-post-item-prev-icon::before,
body:has(.block-blog) .hacobuce-media-post-item-next-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 15px;
  height: 15px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}
body:has(.block-blog) .hacobuce-media-post-item-prev-icon .hacobune-icon,
body:has(.block-blog) .hacobuce-media-post-item-next-icon .hacobune-icon  {
  display: none;
}
body:has(.block-blog) .hacobune-dialog-overlay {
  background: none;
}
body:has(.block-blog) .hacobuce-media-post-item-root {
  grid-template-rows: unset;
  height: auto;
  max-height: unset;
}
body:has(.block-blog) .hacobuce-media-post-item-header,
body:has(.block-blog) .hacobuce-media-post-item-footer {
  display: none;
}
body:has(.block-blog) .hacobuce-media-post-item-main {
  width: 100%;
  padding: 0 30px 0 0;
}
body:has(.block-blog) .hacobuce-media-post-item-side {
  width: 100%;
  height: 100%;
  padding: 0 0 0 30px;
}
body:has(.block-blog) .hacobune-slider .hacobune-slider-swiper-container {
  margin: 0;
}
body:has(.block-blog) .hacobune-slider .hacobune-swiper-slide {
  width: 100%;
}
body:has(.block-blog) .hacobune-slider .hacobune-slider-next,
body:has(.block-blog) .hacobune-slider .hacobune-slider-prev {
  display: none;
}
body:has(.block-blog) .hacobune-slider .hacobune-media-post-item-slider-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
body:has(.block-blog) .hacobune-slider .hacobune-media-post-item-slider-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  margin: auto;
  object-fit: contain;
}
body:has(.block-blog) .hacobune-slider .hacobune-carousel-list {
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
	scrollbar-width: none;
}
body:has(.block-blog) .hacobune-slider .hacobune-carousel-list .hacobune-carousel-list-item {
  flex-shrink: 0;
  position: relative;
  width: 74px;
  padding: 74px 0 0 0;
}
body:has(.block-blog) .hacobune-slider .hacobune-carousel-list .hacobune-media-post-carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  opacity: 0.4;
}
body:has(.block-blog) .hacobune-slider .hacobune-carousel-list .hacobune-media-post-carousel-image.hacobune-media-post-carousel-active {
  opacity: 1;
}
body:has(.block-blog) .hacobuce-media-post-staff-profile {
  padding: 0;
  margin: 0;
}
body:has(.block-blog) .hacobuce-media-post-staff-profile .hacobune-media-post-staff-profile-image {
  width: 60px;
  height: 60px;
  margin-right: 14px;
}
body:has(.block-blog) .hacobuce-media-post-staff-profile .hacobuce-media-post-staff-profile-shop-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.416;
}
body:has(.block-blog) .hacobuce-media-post-staff-profile .hacobuce-media-post-staff-profile-staff-attrs {
  margin: 3px 0 0;
  font-size: 10px;
  color: #A4A4A4;
}
body:has(.block-blog) .hacobuce-media-post-item-title {
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #DEDEDE;
  font-size: 15px;
  line-height: 1.666;
}
body:has(.block-blog) .hacobune-readmore {
  height: 300px;
  margin: 14px 0 0;
}
body:has(.block-blog) .hacobune-readmore .hacobune-readmore-wrapper {
  margin: 0;
  max-height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
	scrollbar-width: none;
}
body:has(.block-blog) .hacobune-readmore .hacobune-readmore-link-toggle {
  display: none;
}
body:has(.block-blog) .hacobune-media-post-related-product {
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #DEDEDE;
}
body:has(.block-blog) .hacobune-media-post-related-product .hacobune-media-post-item-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.416;
  text-align: left;
}
body:has(.block-blog) .hacobune-media-post-related-product .hacobune-media-post-item-tile {
  flex-wrap: nowrap;
  gap: 12px;
  margin: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
	scrollbar-width: none;
}
body:has(.block-blog) .hacobune-media-post-related-product .hacobune-media-post-item-tile-product {
  flex-shrink: 0;
  width: 115px;
}
body:has(.block-blog) .hacobune-media-post-related-product .hacobune-media-post-item-text-caption {
  width: 100%;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body:has(.block-blog) .hacobune-media-post-related-product .related-product-item-color,
body:has(.block-blog) .hacobune-media-post-related-product .related-product-item-size {
  display: none;
}
body:has(.block-blog) .hacobune-media-post-related-product .related-product-item-price {
  width: 100%;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0;
}

.block-genre-page--bnr {
    margin: 42px 0 0;
}
.block-genre-page--bnr h3 {
    font-weight: normal;
    font-size: 17px;
    margin: 0;
    padding: 0 1px 6px;
}
.block-genre-page--bnr ul {
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #333;
    padding: 20px 0 40px;
}
.block-genre-page--bnr li {
    width: 355px;
    float: left;
    margin: 0 10px 10px 0;
}
.block-genre-page--bnr li:last-child{
	margin: 0 0 10px 0;
}
body div.block-order-estimate--sales-append table.table.block-order-estimate--sales-append-list th{
	font-size: 15px;
	line-height: 1.5;
	color:#444;
	padding: 43px 10px 35px 15px;
	font-weight: normal;
	border-right: none;
	width: 243px;
	border-bottom: 1px solid #c8c8c8;
}
body div.block-order-estimate--sales-append table.table.block-order-estimate--sales-append-list td{
	border-left: none;
	border-bottom: 1px solid #c8c8c8;
}

/* movie youtube */
.video{
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
	margin-bottom: 20px;
}
.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*人気シリーズ*/
#block-category-event-series{
	display: none;
}

#acetop-yotpo-pictures-gallery{
	display: none;
}

/* 202412　カラー変更*/
.page-top .revico-title{
  color: #444;
  border-color: #E5E5E5;
}
.page-top .revico-moreview-rink {
  color: #007ECC;
}
.pagination a {
  border-color: #E5E5E5;
}

/* ===== 商品一覧レイアウト改修 ===== */
.block-goods-list--pager-bottom .pager-total{
  display: none;
}
.block-filter-option-items-wrap{
  display: flex;
}
.block-filter-option-items-wrap div.block-filter-option-items{
  margin-right: 15px;
}
.block-goods-detail-j .block-goods-detail-j--goods-description {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.block-goods-detail-j .revico-widget a.revico-more-view {
  display: none;
}
.block-goods-detail-j .block-goods-detail-j--goods .price{
  text-align: left;
}
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-infos:has(.block-goods-detail-j--scomment) .price{
  color: #cc3302;
}
.block-goods-detail-j .block-goods-detail-j--goods .default-price {
  font-size: 12px;
  font-weight: normal;
  color: #888;
}
.block-goods-detail-j .block-goods-detail-j--price-items .revico-star-zone {
  position: absolute;
  right: 0;
  top: 2px;
}
.block-goods-detail-j .block-goods-detail-j--price-items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
}
.block-goods-detail-j .revico-star-block--title {
  font-size: 13px;
  margin-left: -16px;
}
.block-goods-detail-j .revico-star-block--total {
  font-size: 13px;
  margin-right: 0;
  margin-top: 0;
}
.block-goods-detail-j .revico-star .starability-result {
  background-size: cover;
  width: 20px;
  height: 18px;
}
.block-goods-detail-j .revico-star-zone-inner{
  height: 20px !important;
  margin-bottom: 2px;
}
.block-goods-detail-j .revico-star .revico-widget {
  font-family:  -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.block-goods-detail-j .revico-star .revico-star-block--rate {
  top: 0;
}
.block-goods-detail-j .revico-star [data-rating="4.5"],.block-goods-detail-j .revico-star [data-rating="4"],.block-goods-detail-j .revico-star [data-rating="3.5"],.block-goods-detail-j .revico-star [data-rating="3"],.block-goods-detail-j .revico-star [data-rating="2.5"],.block-goods-detail-j .revico-star [data-rating="2"],.block-goods-detail-j .revico-star [data-rating="1.5"],.block-goods-detail-j .revico-star [data-rating="1"],.block-goods-detail-j .revico-star [data-rating="0.5"],.block-goods-detail-j .revico-star [data-rating="0"]  {
  background-position: left 0 top 0;
}
.block-goods-detail-j .block-goods-detail-j--price-infos{
  margin-top: 6px;
}
.block-goods-detail-j .block-goods-detail-j--scomment {
  font-size: 12px;
}
/* .block-goods-detail-j div.variation-name {
  display: none;
} */
.block-goods-detail-j .block-icon{
  order: 1;
  margin-top: 5px;
}
.block-goods-detail-j--items .block-icon--auto-new {
  left: inherit;
  right: 0;
}
.block-goods-detail-j--items .block-icon--auto-reservation + .block-icon--auto-new {
  left: inherit;
}
.block-goods-detail-j--goods-color{
  margin-bottom: 8px;
}
.block-goods-detail-j--goods-color-list{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.block-goods-detail-j--goods-color-list li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #a6a6a6;
}
.block-goods-detail-j--goods-color-list li::before{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.block-goods-detail-j--goods-color-list li img{
  display: block;
}
.bookmark-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 999;
  display: none;
}
.bookmark-modal-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: auto;
  background: #FFF;
  width: 650px;
  max-height: 80vh;
  padding: 45px 50px 55px;
}
.bookmark-modal-header{
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.bookmark-modal-container p{
  font-size: 13px;
  text-align: center;
  margin: 0 0 35px;
}
.bookmark-modal-close{
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 11px;
  width: 33px;
  height: 33px;
  padding: 18px 0 0;
  cursor: pointer;
}
.bookmark-modal-close::before,.bookmark-modal-close::after{
  content:"";
  width: 20px;
  height: 2px;
  background: #444;
  position: absolute;
  top: 7px;
  left: 50%;
}
.bookmark-modal-close::before{
  transform: translateX(-50%) rotate(45deg);
}
.bookmark-modal-close::after{
  transform: translateX(-50%) rotate(-45deg);
}
.bookmark-modal-list{
  overflow-y: auto;
  max-height: calc(80vh - 205px);
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bookmark-modal-list::-webkit-scrollbar{
  display: none;
}
.bookmark-modal-list-item{
  display: flex;
  gap: 32px;
  border-top: 1px solid #EEE;
  padding: 20px;
}
.bookmark-modal-list-item:last-child{
  border-bottom: 1px solid #EEE;
}
.bookmark-modal-list-item-img{
  width: 100px;
}
.bookmark-modal-list-item-img figure{
  background: #f5f5f5;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 0 5px;
}
.bookmark-modal-list-item-img div{
  font-size: 12px;
}
.bookmark-modal-list-item-desc{
  display: flex;
  align-items: center;
}
.bookmark-modal-list-item-size{
  font-size: 13px;
  margin-right: 20px;
}
.bookmark-modal-list-item-price{
  margin-right: 30px;
}
.bookmark-modal-list-item-stock{
  font-size: 13px;
  margin-right: 30px;
  flex-shrink: 0;
}
.bookmark-modal-list-item .customize_block-goods-bookmark{
  flex-shrink: 0;
}
.bookmark-modal-list-item .customize_block-goods-favorite--btn{
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 200px;
  height: 50px;
  background: #EEE;
  border-radius: 30px;
  text-decoration: none;
}
.bookmark-modal-list-item .customize_block-goods-favorite-registed--btn{
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 200px;
  height: 50px;
  background: #FFEBEB;
  border-radius: 30px;
  text-decoration: none;
}
.bookmark-modal-list-item .customize_block-goods-favorite-registed--btn img:not(.customize_btn_bookmark_){
  display: none;
}
.bookmark-modal-list-item .customize_block-goods-favorite-registed--btn:not(:has(img.customize_btn_bookmark_))::before{
  content: url(/img/usr/goods_bookmark02_on.svg);
  display: block;
  width: 12px;
  height: 20px;
  margin-right: 10px;
}
.bookmark-modal-list-item .customize_block-goods-favorite-registed--btn:not(:has(img.customize_btn_bookmark_))::after{
  content: "お気に入り登録済";
  display: block;
}
.bookmark-modal-list-item .customize_block-goods-bookmark{
  position: static;
}
.block-goods-detail-j.color-variation .variation-name{
  display: none;
}

.block-filter-option-items-wrap div.block-filter-option-items#color-variation {
  order: 1;
}

/* 202506 トラベルバッグ追記 */

.genre-freespace.rtravel .genre-block-title {
  font-size: 44px;
  margin: 0;
}

.genre-freespace.rtravel .genre-block-subtitle {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 700;
  color: #7E7E7E;
}

.genre-freespace.rtravel #series ul {
  width: 100%;
  gap: 20px;
  margin-top: 40px;
}

.genre-freespace.rtravel #series ul li {
  max-width: 440px;
  width: 100%;
  margin-bottom: initial;
}

.genre-freespace.rtravel #series ul li p {
  font-size: 14px;
  letter-spacing: 0.05em;
  background-color: #E8E8E2;
  padding: 25px 10px 25px 20px;
}

.genre-freespace.rtravel #type {
  background: #FAFAF7;
  margin-top: 80px;
}

.genre-freespace.rtravel #type ul {
  margin: 0;
  margin-top: 40px;
  max-width: 760px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.genre-freespace.rtravel #type ul li {
  margin-bottom: 40px;
}

.genre-freespace.rtravel #type ul li img {
  max-width: 370px;
  width: 100%;
  margin: 0;
}

.genre-freespace.rtravel #type ul li div {
    width: 49%;
}

.genre-freespace.rtravel #type ul li div a {
  border-radius: 10px;
  background: #393C3E;
  padding: 20px 0;
}

.genre-freespace.rtravel a.btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/img/genre/rtravel/202506/arrow.png) top no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
}

.genre-freespace.rtravel .genre-brand-links {
  margin-top: 40px;
  gap: 30px 10px;
}

.genre-freespace.rtravel .genre-brand-links .child {
  margin: 0;
  text-decoration: none;
}

.genre-freespace.rtravel .genre-brand-links .child .text {
  margin-top: 15px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}

.genre-freespace.rtravel .banner {
  margin: 80px 0 60px;
}

.genre-freespace.rtravel #ranking {
  margin-top: 80px;
}

/* 202510 比較機能導入 */
body:has(.block-goods-compare) .pane-footer {
  padding-bottom: 130px;
}
body:has(.block-goods-compare) #goodslist_floatingbtn {
  bottom: 220px;
}
body:has(.block-goods-compare) #footer_pagetop {
  bottom: 150px;
}
.block-goods-detail-j .block-icon {
  margin-bottom: 10px;
}
.block-goods-list-comp-check {
  display: none;
  order: 2;
}
body:has(.rsuitcase-ver2) .block-goods-list-comp-check {
  display: block;
}
.block-goods-list-comp-check input + label {
  font-size: 14px;
  padding-left: 26px;
  margin: 0;
}
.block-goods-list-comp-check input[type="checkbox"]:checked + label {
  color: #444;
}
.block-goods-list-comp-check input + label::before {
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 4px;
}
.block-goods-list-comp-check input[type="checkbox"]:checked + label::before {
  border-color: #444;
  background: #444;
}
.block-goods-list-comp-check input[type="checkbox"]:checked + label::after {
  border-bottom: 2px #FFF solid;
  border-left: 2px #FFF solid;
  top: 7px;
  left: 4px;
  width: 9px;
  height: 5px;
  transform: rotate(-45deg);
}
.block-goods-compare {
  position: fixed;
  left: 0;
  bottom: -130px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  width: 100%;
  height: 130px;
  padding: 16px calc((100% - 1200px) / 2);
  background: rgba(0, 0, 0, .8);
  z-index: 10;
  transition: .3s ease;
}
.block-goods-compare.show:has(.block-goods-compare-item) {
  bottom: 0;
}
.block-goods-compare--toggle-btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 32px;
  background: #2D2D2D;
  border-radius: 0 10px 0 0;
  cursor: pointer;
  transition: .3s ease;
}
.block-goods-compare--toggle-btn:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 17px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: -135deg;
}
.block-goods-compare.show-toggle .block-goods-compare--toggle-btn {
  display: block;
}
.block-goods-compare.show .block-goods-compare--toggle-btn {
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  background: #FFF;
  border-radius: 0 0 10px 0;
}
.block-goods-compare.show .block-goods-compare--toggle-btn:after {
  top: 7px;
  border-color: #333;
  rotate: 45deg;
}
.block-goods-compare-items {
  position: relative;
  max-width: 1022px;
  display: none;
}
.block-goods-compare.show .block-goods-compare-items {
  display: flex;
}
.block-goods-compare-item {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #FFF;
  min-width: 162px;
  max-width: 162px;
  padding: 10px;
  margin: 0 10px 0 0;
}
.block-goods-compare-item:last-child {
  margin: 0;
}
.block-goods-compare-item--img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
}
.block-goods-compare-item--img img {
  max-width: 100%;
  max-height: 100%;
}
.block-goods-compare-item--name {
  font-size: 12px;
  flex: 1;
  display: -webkit-box;             
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.block-goods-compare-item--delete {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #444;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.block-goods-compare-item--delete:before,
.block-goods-compare-item--delete:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  width: 2px;
  height: 9px;
  background: #FFF;
  rotate: 45deg;
}
.block-goods-compare-item--delete:after {
  rotate: -45deg;
}
.block-goods-compare-control {
  display: none;
}
.block-goods-compare.show .block-goods-compare-control {
  display: block;
}
.block-goods-compare-control--btn {
  display: block;
  width: 120px;
  margin: 0 auto 16px;
  background: #FFF;
  border-radius: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 12px 0 11px;
}
.block-goods-compare-control--reset {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.block-goods-compare-control--reset:hover {
  text-decoration: none;
}
.block-goods-compare .slick-arrow {
  position: absolute;
  top: 44px;
  left: -15px;
  width: 12px;
  height: 12px;
  border: 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: 135deg;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  padding: 0;
  cursor: pointer;
}
.block-goods-compare .slick-next {
  left: auto;
  right: -15px;
  rotate: -45deg;
}
.block-goods-compare .slick-arrow:after {
  display: none;
}
.block-goods-compare .slick-disabled {
  display: none !important;
}
.block-goods-detail-j--goods .variation-name {
  color: #888;
}