﻿@charset "UTF-8";

/* ----商品詳細画面---- */
img {
  font-size: 10px;
}

.goodsimg_sp {
    padding-bottom: 10px;
    background: #fff;
    width: 100%;
}

#goodsdetail_img_sp .slick-prev {
  left: 5px;
  z-index: 30;
  width: 10px;
  height: 18px;
  background: url(../../img/sys/prev.png) no-repeat;
  background-size: 10px 18px;
}

#goodsdetail_img_sp .slick-next {
  right: 5px;
  z-index: 30;
  width: 10px;
  height: 18px;
  background: url(../../img/sys/next.png) no-repeat;
  background-size: 10px 18px;
}

#goodsdetail_img_sp .slick-prev:before,
#goodsdetail_img_sp .slick-next:before {
  display: none !important;
}

.goodsimg_ {
    position: relative;
}

body {
  position: relative;
}

.block-news_ticker_text {
  position: relative;
  background: #fff2bb;
  padding: 10px 30px 10px 15px;
  font-size: 10px;
}

.block-news_ticker_text b {
  position: absolute;
  width: 25px;
  top: 46%;
  right: 5px;
  text-align: center;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 100;
  cursor: pointer;
}

.goodsproductdetail_ .pager_frame_ {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
}

.goodsproductdetail_ .pager_frame_inner {
  padding: 0 10px;
}

#js_pager_frame::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}
#js_pager_frame::-webkit-scrollbar-track{
  background: #f5f5f5;
  border: none;
  border-radius: 10px;
}
#js_pager_frame::-webkit-scrollbar-thumb{
  background: #ddd;
  border-radius: 10px;
  box-shadow: none;
}

#bx-pager-sp {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  padding-bottom: 10px;
}

#bx-pager-sp li {
  margin-left: 10px;
  text-align: center;
}

#bx-pager-sp li:first-child {
  margin-left: 0;
}

#bx-pager-sp li a {
  display: block;
  word-wrap: break-word;
  width: 60px;
  font-size: 10px;
}

#bx-pager-sp li img {
  display: block;
  width: 60px;
  border: 1px solid transparent;
}

#bx-pager-sp li.active img {
  border: 1px solid #b0231b;
}

.block-goods-details-area {
  padding: 0 15px;
}


.block-topic-path-inner {
  margin-top: 56px;
}

.page-goods .block-topic-path,
.block-topic-path {
  background: #b3b3b3;
  color: #fff;
}

.block-goods-detail {
  margin: 10px;
  display: -webkit-flex;
  display: flex;
}

.block-goods-detail-footer {
  margin: 10px;
}

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.block-goods-name {
  margin-bottom: 10px;
}

.block-goods-name .category-area a {
  font-size: 12px;
    margin: 15px 0 0 0;
  text-decoration: underline;
    display: block;
}

.block-goods-name h2 {
  padding-top: 5px;
  font-size: 10px;
}

.block-icon {
  margin-bottom: 10px;
}

.block-src-l {
  text-align: center;
  margin-bottom: 10px;
}

.block-src-c {
  margin-bottom: 10px;
}

.block-goods-gallery {
  margin: -10px -10px 0 -10px;
}

.block-goods-gallery ul {
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-goods-gallery li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-goods-comment {
  margin-bottom: 10px;
  padding: 0 15px;
  font-weight: bold;
}

.block-goods-price {
  text-align: right;
  margin-bottom: 10px;
}

.block-goods-price--point,
.block-goods-price--price {
  font-size: 22px;
  font-weight: bold;
  font-weight: 700;
  /*font-family: 'Calibri','Leelawadee UI',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

.block-goods-comparisone {
  display: flex;
  justify-content: space-between;
}

.block-comparisone {
  width: 49%;
}

.block-variation-favorite {
  width: 49%;
}

.block-variation-favorite a {
  display: block;
  width: 100%;
  background: #5e5e5e;
  position: relative;
  color: #fff;
}
.block-variation-favorite a img {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 26px;
  filter: brightness(5);
}
.block-variation-favorite a span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  padding-left: 30px
}

.block-variation-comparisone--btn {
  position: relative;
  display: block;
  font-size: 10px;
  width: 100%;
  height: 54px;
  border-radius: 4px;
  background: #40c4a8;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px;
}

.block-variation-comparisone--btn.on {
  background: #fff;
  color: #40c4a8;
  border: 2px solid #40c4a8;
}

#category_goods_list .block-variation-comparisone--btn {
  display: block;
  position: relative;
  font-size: 10px;
  width: 140px;
  padding: 14px 0;
  height: auto;
  border-radius: 20px;
  background: #40c4a8;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  margin: 10px auto 0 auto;
}

.block-pickup-list-p--items.col9 .block-variation-comparisone--btn {
  max-width: 100%;
}
#category_goods_list .block-variation-comparisone--btn.on {
    background: #fff;
    border: 1px solid #40c4a8;
    color: #40c4a8;
}

#category_goods_list .block-variation-comparisone--btn span {
  padding-left: 0;
}

#category_goods_list .block-variation-comparisone--btn.on b {
  display: none;
}

#category_goods_list li .block-pickup-list-p--image {
  position: relative;
}

/*！！↓　今だけコメントアウトしています。消さないでください　！！*/

/*.block-event-page #category_goods_list li:first-child .block-pickup-list-p--image:after,
.block-event-page #category_goods_list li:nth-child(2) .block-pickup-list-p--image:after,
.block-event-page #category_goods_list li:nth-child(3) .block-pickup-list-p--image:after,
.block-event-page #category_goods_list li:nth-child(4) .block-pickup-list-p--image:after,
.block-event-page #category_goods_list li:nth-child(5) .block-pickup-list-p--image:after,
.block-event-page #category_goods_list li:nth-child(6) .block-pickup-list-p--image:after,
.block-event-page #category_goods_list li:nth-child(7) .block-pickup-list-p--image:after,
.block-event-page #category_goods_list li:nth-child(8) .block-pickup-list-p--image:after,
.block-event-page #category_goods_list li:nth-child(9) .block-pickup-list-p--image:after,
.block-event-page #category_goods_list li:nth-child(10) .block-pickup-list-p--image:after {
  position: absolute;
  top: -17px;
  right: 5px;
  width: 31px;
  height: 50px;
  content: '';
}

.block-event-page #category_goods_list li:first-child .block-pickup-list-p--image:after {
  background: url(../../img/usr/common/ranking_num01.png) no-repeat;
  -webkit-background-size: 31px 50px;
  background-size: 31px 50px;
}

.block-event-page #category_goods_list li:nth-child(2) .block-pickup-list-p--image:after {
  background: url(../../img/usr/common/ranking_num02.png) no-repeat;
  -webkit-background-size: 31px 50px;
  background-size: 31px 50px;
}

.block-event-page #category_goods_list li:nth-child(3) .block-pickup-list-p--image:after {
  background: url(../../img/usr/common/ranking_num03.png) no-repeat;
  -webkit-background-size: 31px 50px;
  background-size: 31px 50px;
}

.block-event-page #category_goods_list li:nth-child(4) .block-pickup-list-p--image:after {
  background: url(../../img/usr/common/ranking_num04.png) no-repeat;
  -webkit-background-size: 31px 50px;
  background-size: 31px 50px;
}

.block-event-page #category_goods_list li:nth-child(5) .block-pickup-list-p--image:after {
  background: url(../../img/usr/common/ranking_num05.png) no-repeat;
  -webkit-background-size: 31px 50px;
  background-size: 31px 50px;
}

.block-event-page #category_goods_list li:nth-child(6) .block-pickup-list-p--image:after {
  background: url(../../img/usr/common/ranking_num06.png) no-repeat;
  -webkit-background-size: 31px 50px;
  background-size: 31px 50px;
}

.block-event-page #category_goods_list li:nth-child(7) .block-pickup-list-p--image:after {
  background: url(../../img/usr/common/ranking_num07.png) no-repeat;
  -webkit-background-size: 31px 50px;
  background-size: 31px 50px;
}

.block-event-page #category_goods_list li:nth-child(8) .block-pickup-list-p--image:after {
  background: url(../../img/usr/common/ranking_num08.png) no-repeat;
  -webkit-background-size: 31px 50px;
  background-size: 31px 50px;
}

.block-event-page #category_goods_list li:nth-child(9) .block-pickup-list-p--image:after {
  background: url(../../img/usr/common/ranking_num09.png) no-repeat;
  -webkit-background-size: 31px 50px;
  background-size: 31px 50px;
}

.block-event-page #category_goods_list li:nth-child(10) .block-pickup-list-p--image:after {
  background: url(../../img/usr/common/ranking_num10.png) no-repeat;
  -webkit-background-size: 31px 50px;
  background-size: 31px 50px;
}*/

/*！！↑　今だけコメントアウトしています。消さないでください　！！*/


.block-variation-comparisone--btn.on img {
  display: none;
}

.block-variation-comparisone--btn b {
  display: none;
}
.block-variation-comparisone--btn.on b {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 20px;
}
.block-variation-comparisone--btn img {
  position: absolute;
  top: 49%;
  left: 10%;
  transform: translateY(-50%);
  width: 26px;
  height: auto;
}

.block-variation-comparisone--btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 14px;
  padding-left: 30px;
}

.block-variation-favorite--btn {
  display: block;
  font-size: 10px;
  width: 100%;
  height: 54px;
  border-radius: 4px;
  color: #666;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
}

.block-variation-size_color {
  display: flex;
  align-items: center;
  width: 100%;
  height: 54px;
  margin-top: 10px;
  border-radius: 4px;
  background: #ff5959;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.block-variation-size_color span {
  display: inline-block;
  margin: 0 auto;
        padding: 10px 40px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(/img/usr/common/icon_cart_item.png);
}

.block-goods--smartpay-osm > div:nth-child(1) {
  margin-top: 10px;
}

.block-goods-point {
  padding: 10px 0 30px 0;
  font-size: 10px;
}

.block-goods-point ul {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-point ul li {
  position: relative;
  font-size: 10px;
  padding-left: 10px;
}

.block-goods-point ul li:first-child {
  padding-left: 0;
}

.block-goods-point ul li:first-child:after {
  display: none;
}

.block-goods-point ul li:after {
  position: absolute;
  top: 0;
  left: 5px;
  width: 10px;
  height: 10px;
  content: '/';
}

.block-goods-hashtagarea {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px 10px 15px;
}

.block-goods-hashtagarea a {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 8px 8px 0;
  background: #eee;
  font-size: 11px;
  border-radius: 3px;
}

.block-goods-sns-area {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  display: none;
}

.block-goods-sns-area a {
  display: inline-block;
  margin: -1px 2px 0;
  max-height: 20px;
  height: 20px;
}

.block-goods-sns-area iframe,
.block-goods-sns-area .fb_iframe_widget,
.block-goods-sns-area a img {
  height: 20px;
  width: auto;
}

.block-goods-sns-area .twitter-widget-0 {
  margin-top: 1px;
}

.block-goods-sns-area .fb_iframe_widget {
  margin: -1px 2px 0 0;
}

.block-custom-order--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-add-cart--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-favorite--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-arrival-notice--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-variation {
  margin-top: 10px;
}

.block-variation-arrival-notice--select {
  margin-bottom: 10px;
}

.block-variation-arrival-notice--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-no-stock--message {
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  width: 100%;
  height: 54px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  margin: 5px auto 10px auto;
  border-radius: 5px;
}

.color_size_panel_wrapper .block-no-stock--message {
  width: 200px;
  padding: 6px 0;
  height: auto;
}

.block-goods-store-stock--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-sns {
  margin-bottom: 10px;
  text-align: center;
}

.block-contact-about-goods-btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-link {
  margin-bottom: 10px;
}

.block-goods-comment1 h3,
.block-goods-comment2 h3,
.block-goods-comment3 h3,
.block-goods-comment4 h3,
.block-goods-comment5 h3 {
  padding: 0;
}

.block-goods-comment1-inner {
  position: relative;
  height: 170px;
  overflow: hidden;
}

.block-goods-comment1 {
  background: #fff;
  padding: 0px 15px 20px 15px;
}

.block-goods-comment1.open {
  height: auto;
}

.block-goods-comment1 h3 {
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
}

.block-goods-comment1 dd {
  font-size:  13px;
}

.block-goods-instagram {
  position: relative;
  padding: 30px 0 20px;
}
.block-goods-instagram-more {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  width: 140px;
  padding: 8px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #aaa;
  text-align: center;
  text-decoration: none;
  color: #444;
  font-weight: 600;
  font-size: 10px;
  cursor: pointer;
}

.block-goods-comment-more-sp:after,
.block-goods-instagram-more:after {
  position: absolute;
  top: 9px;
  left: 18px;
  z-index: 35;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  content: '';
}

.block-goods-comment-more-sp {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  width: 140px;
  padding: 8px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #aaa;
  text-align: center;
  text-decoration: none;
  color: #444;
  font-weight: 600;
  font-size: 10px;
  cursor: pointer;
}

.block-goods-comment-bg-sp {
  width: 100%;
  height: 110px;
  /*background-image: linear-gradient(0deg, #fff2bb 50%, rgba(255,255,255,0));*/
  background-image: linear-gradient(0deg, #fff 50%, rgba(255,255,255,0));
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.block-goods-instagram-area {
  padding: 30px 15px 30px 15px;
  z-index: 0;
}

.block-goods-instagram-area dl {
  padding: 10px 5px;
  border-bottom: 1px solid #aaa;
}

#js_guide_accordionwrapper {
  background: #fff2bb;
  padding: 25px 15px;
}

.forcms_block.count_accordion:first-child .js_guide_accordionwrapper {
  padding-top: 25px;
}

.forcms_block.count_accordion:last-child .js_guide_accordionwrapper {
  padding-bottom: 25px;
}

.js_guide_accordion {
  border-bottom: 1px solid #000;
}

.block-goods-instagram-area dl:first-child {
  border-top: 1px solid #aaa;
}

.js_guide_accordion:first-of-type {
  border-top: 1px solid #000;
}

.js_guide_accordion dt,
.block-goods-instagram-area dl dt {
  position: relative;
}

.js_guide_accordion dt span,
.block-goods-instagram-area dl dt span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 2px;
  background: #aaa;
  cursor: pointer;
}

.js_guide_accordion dt span:after,
.block-goods-instagram-area dl dt span:after {
  position: absolute;
  top: 0%;
  right: 0px;
  z-index: 100;
  transform: rotate(90deg);
  display: block;
  width: 14px;
  height: 2px;
  background: #aaa;
  content: '';
  transition: .2s;
}

.js_guide_accordion dt.open span:after,
.block-goods-instagram-area dl dt.open span:after {
  position: absolute;
  top: 0%;
  right: 0px;
  transform: rotate(0deg);
  display: block;
  width: 14px;
  height: 2px;
  background: #aaa;
  content: '';
}

.js_guide_accordion dt {
  padding: 10px 5px;
  font-weight: 700;
  font-size: 16px;
}

.js_guide_accordion dd {
  display: block;
  position: relative;
  /*padding: 10px 35px 10px 18px;*/
  /*padding-right: 0;*/
  border-top: 1px dashed #ddd;
  cursor: pointer;
}

.js_guide_accordion dd a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 35px 10px 18px;
}

.js_guide_accordion dd a:hover {
  text-decoration: none;
}

.js_guide_accordion dd:hover {
  opacity: .7;
}

.js_guide_accordion dd:after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  /*background: #000;*/
  background: url(../../img/usr/common/mark_footer_arrow.png) no-repeat;
  -webkit-background-size: 8px 12px;
  background-size: 8px 12px;
  content: '';
}

.js_guide_accordion dt {
  padding-right: 35px;
  cursor: pointer;
}

.block-goods-instagram h2,
.block-goods-user-review h2,
.block-accessory-list h2,
.block-topics-list h2,
.block-browsing-history h2,
.h2_common {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  font-family: 'qs_font';
	padding-bottom: 10px;
}

.h1_common {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-family: 'qs_font';
}

.h1_common span {
    display: block;
    line-height: 130%;
    margin: 0px auto 0 auto;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}

.block-goods-instagram h3,
.block-goods-user-review h3,
.block-accessory-list h3,
.block-topics-list h3,
.block-browsing-history h3 {
  font-size: 10px;
  border: none;
  font-weight: 300;
  text-align: center;
  padding: 0px 0 20px 0;
  margin: 0;
}

.h3_common {
  font-size: 10px;
  border: none;
  font-weight: 300;
  text-align: center;
  padding: 0px 0 20px;
  margin: 0;
}

#guide_top .h3_common {
  padding-top: 13px;
}

.block-goods-instagram .instagram {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-goods-instagram .instagram li {
  width: 32.5%;
  margin-bottom: 5px;
}

.block-goods-instagram .instagram li img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.block-goods-instagram-bg {
  position: absolute;
  width: 100%;
  height: 120px;
  color: #fff;
  background-image: linear-gradient(0deg, #fff 40%, rgba(255,255,255,.9) 70%, rgba(255,255,255,.5) 90%, rgba(255,255,255,0));
  bottom: 0;
  left: 0;
  z-index: 30;
}

.block-goods-instagram-area dd {
  padding-top: 10px;
  font-size: 12px;
}

.block-goods-user-review {
  margin-top: -10px;
  padding-bottom: 30px;
  z-index: 50;
  overflow: hidden;
}

.userreview_choice_area_sp {
  display: flex;
}

.userreview_choice_area_sp div {
  position: relative;
  display: block;
  cursor: pointer;
  width: 50%;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  padding: 15px 30px 15px;
  margin-bottom: 20px;
  background: #fff;
  font-family: 'qs_font';
  font-weight: 700;
}

.userreview_choice_area_sp div:after {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 10;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: url(../../img/usr/common/mark_review_arrow.png) no-repeat;
  -webkit-background-size: 12px 8px;
  background-size: 12px 8px;
  content: '';
}

.userreview_choice_area_sp div:first-of-type.on {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.userreview_choice_area_sp div:not(:first-of-type).on {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.userreview_choice_area_sp div span {
  font-weight: 700;
  font-size: 16px;
}

#userreview_frame li .review-inner {
  width: 95%;
  margin: 0 auto;
  border: 2px solid #ddd;
  padding: 15px;
  background: #fff;
}

#userreview_frame .block-goods-user-review--item-comment {
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 1.4;
}

#goods_userreview_frame .bx-viewport {
  width: 130% !important;
  margin: 0 auto;
  left: -10%;
  overflow: visible !important; /*//両サイドが表示される*/
  /*//z-index: 1; //スマホやタブレットでスワイプできないときに指定*/
}

.block-goods-user-review--item-score dt img {
  position: relative;
  top: -2px;
  height: 14px;
}

#userreview_frame .block-goods-user-review--item-summary time {
  display: block;
  width: 100%;
  border-top: 1px dashed #888;
  margin-top: 7px;
  padding-top: 8px;
}


.moderate_button {
  background:url('/img/usr/common/moderate_booby.png') left top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100px
  ;border:0px solid;
  cursor:pointer;
  background-color: powderblue;
  margin-top: 10px;
}
.moderate_comment , .block-goods-user-review--item-moderate-info1 {
  font-size:12px;
}
.block-goods-user-review--item-score {
  display: flex;
}

#customer_review_inner {

}

#staff_review_inner {
  display: none;
}

.block-goods-comment2 h3,
.block-goods-comment3 h3,
.block-goods-comment4 h3,
.block-goods-comment5 h3 {
  font-size: 13px;
  text-align: left;
  font-weight: 400;
}

.block-rules-comment {
  margin-bottom: 10px;
}

.block-variation-no-stock--message {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-exchange-price {
  font-size: 12px;
}

.block-goods-set {
  margin-bottom: 10px;
}

.block-goods-set--header {
  margin: 0 -10px 10px -10px;
}

.block-goods-set--item-list {
  margin-bottom: -1px;
}

.block-goods-set--item-name-link {
  text-decoration: underline;
}

.block-goods-sales-detail-append--item select {
  max-width: 300px;
}

/* バリエーション切り替えボタン */

.block-variation--name {
  margin: 10px -10px;
}

.block-variation--item-list {
  font-size: 0;
}

.block-variation--item {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.block-variation--selected-item {
  margin-bottom: 10px;
}

.block-variation--item-description {
  display: none;
}

.block-variation--item-term {
  display: block;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  cursor: pointer;
}

.block-variation--item.color-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #eee;
}

.block-variation--item.size-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #eee;
}

.block-variation--item.active dt {
  border: 2px solid #3fbf0d;
}

.block-color--item-term {
  min-width: 54px;
  min-height: 54px;
}

.block-color--item-term img {
  max-width: 40px;
  max-height: 40px;
}

.block-color--item-term figure {
  width: 50px;
  height: 50px;
}

.block-size--item dt {
  width: 54px;
  min-height: 54px;
}

.block-size--item-term {
  min-width: 54px;
  min-height: 54px;
}

.block-size--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
}

/* サイズ別カートボタン */
.block-size-with-cart--item {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  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: 50px;
  height: 50px;
  padding: 2px;
  font-size: 14px;
}

.block-size-with-cart .block-variation-no-stock--message,
.block-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
}

.block-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-size-with-cart .block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* カラー別カートボタン */
.block-color-with-cart--item {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  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-with-cart .block-variation-no-stock--message,
.block-color-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
}

.block-color-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-color-with-cart .block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* カラーサイズ別カートボタン */
.block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-line {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.block-color-size-with-cart--size-line {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.block-color-size-with-cart--size-item-term {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--size-item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
  font-size: 14px;
}

.block-color-size-with-cart--color-item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-size-with-cart--color-item-term img {
  max-width: 40px;
  max-height: 40px;
}

.block-color-size-with-cart .block-variation-no-stock--message,
.block-color-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 123px;
  font-size: 12px;
}

.block-color-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-color-size-with-cart .block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

.bx-viewport img {
  display: block;
  margin: 0 auto;
}

/* ----関連商品---- */

.block-accessory-list,
.block-browsing-history {
  background: #fff;
  padding-top: 5px;
}

.block-accessory-list {
  padding-top: 25px;
}

.block-accessory-list ul,
.block-browsing-history ul {
  display: flex;
  flex-wrap: wrap;
}
.block-accessory-list ul {
  padding-bottom: 20px;
}

.block-accessory-list ul li,
.block-browsing-history ul li {
  width: 33.3333333%;
  padding-bottom: 20px;
}

.block-accessory-list ul li a,
.block-accessory-list ul li a img,
.block-browsing-history ul li a,
.block-browsing-history ul li a img {
  width: 100%;
  height: auto;
}

.block-accessory-list ul li a:hover,
.block-browsing-history ul li a:hover {
  text-decoration: none;
  opacity: .7;
}

.block-accessory-list ul li span,
.block-browsing-history ul li span {
  display: block;
  padding: 10px 10px 5px 10px;
  font-size: 12px;
  line-height: 1.3;
}

.block-accessory-list ul li span.block-goods-name--text-sub {
  padding-bottom: 5px;
}

.block-accessory-list ul li span.block-goods-price--price,
.block-browsing-history ul li span.block-goods-price--price {
  padding-top: 0;
  font-weight: 400;
  font-size: 14px;
}

.block-browsing-history  {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* ----関連トピックス---- */
.block-topics-list {
  background: #ebebeb;
  padding-bottom: 45px;
}

.block-topics-list ul {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.block-topics-list ul li {
  width: calc((100% - 15px) / 2);
}

.block-topics-list ul li a,
.block-topics-list ul li img {
  width: 100%;
  height: auto;
}

.block-topics-list ul li a:hover {
  text-decoration: none;
  opacity: .7;
}

.block-topics-list h3 {
  padding-bottom: 15px;
}

.block-topics--iconarea {
  display: block;
}
.block-topics-list .block-topics--icon {
  display: inline-block;
  padding: 2px 18px;
  background: #e9851d;
  border-radius: 30px;
  margin: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'qs_font';
  text-align: center;
}

.block-topics-list .block-topics--time {
  display: block;
  font-size: 12px;
  padding: 0px 0 0 30px;
  font-weight: 300;
  background: url(../../img/usr/common/icon_blog_clock.png) no-repeat left 0 top 0px;
}

.block-topics--text {
  display: block;
  font-size: 14px;
  padding-top: 8px;
}

.block-topics-list .block-topics--period {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

.block-topics-list .block-topics--period b {
  display: block;
  font-weight: 300;
}


/* ----ユーザーレビュー画面---- */

.block-goods-user-review h2 {
  margin: 10px 0 0 0;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 30px;
}

.block-goods-user-review--info {
  padding: 10px;
  background: #eee;
}

.block-goods-user-review--count-summary {
  margin-bottom: 5px;
  padding: 6px;
  background: #fff;
  border: 1px solid #eee;
}

.block-goods-user-review--score dt {
  display: inline;
  font-weight: bold;
}

.block-goods-user-review--score dd {
  display: inline;
}

.block-goods-user-review--score dd img {
  height: 17px;
  position: relative;
  top: -3px;
}

.block-goods-user-review--count dt {
  display: inline;
  font-weight: bold;
}

.block-goods-user-review--count dd {
  display: inline;
}

.block-goods-user-review--write-review {
  text-align: right;
}

.block-goods-user-review--write-review a {
  text-decoration: underline;
  background-size: 14px 14px;
  padding: 0 0 0 20px;
}

.block-goods-user-review--item-title {
  padding: 0;
  margin-bottom: 10px;
}

.block-goods-user-review--item-summary dt {
  display: inline;
}

.block-goods-user-review--item-summary dd {
  display: inline;
}

.block-goods-user-review--item-score dd img {
  height: 17px;
  position: relative;
  top: 2px;
}

.block-goods-user-review--item-moderate-vote {
  border-top: #eee 1px dotted;
  padding: 10px 0;
}

.block-goods-user-review--item-moderate-link {
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}

.block-goods-user-review--pagenav {
  margin: 0 0 10px 0;
  clear: both;
  background: #f0f0f0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.block-goods-user-review--pager-now {
  margin: 2px 5px;
  color: #c00;
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-user-review--ref {
  margin: 2px 5px;
  color: #003780;
  text-decoration: underline;
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-user-review--readmore a {
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-underestimate {
  padding-left: 10px;
}

.block-goods-user-review--item-moderate-underestimate dt {
  display: inline;
}

.block-goods-user-review--item-moderate-underestimate dd {
  display: inline;
}

.block-goods-user-review--item-moderate-overestimate {
  padding-left: 10px;
}

.block-goods-user-review--item-moderate-overestimate dt {
  display: inline;
}

.block-goods-user-review--item-moderate-overestimate dd {
  display: inline;
}

.block-goods-user-review .dropdown {
  z-index: 1;
}

.block-goods-user-review--form {
  margin: 10px 10px 0;
}

.block-goods-user-review--write-review-btn {
  width: 100%;
  padding: 10px 0;
}

.block-goods-user-review--form + form .block-goods-detail-footer {
  margin-top: -10px;
}

.block-user-review {
  margin: 10px;
}

.block-user-review--header {
  margin: -10px -10px 0;
}

.block-user-review--review-body textarea {
  width: 100%;
}

.block-user-review--review-contribution-conditions h3 {
  padding: 10px 0;
}

.block-user-review--item-header {
  margin: 0 0px 10px;
}

.block-user-review--message a {
  text-decoration: underline;
}

.block-user-review--evaluator-name dt {
  display: inline;
}

.block-user-review--evaluator-name dd {
  display: inline;
}

.block-user-review--evaluation {
  margin-right: 10px;
  margin-left: 10px;
}

.block-user-review--evaluation-score dt {
  display: inline;
}

.block-user-review--evaluation-score dd img {
  height: 17px;
  position: relative;
  top: -3px;
}

.block-user-review--evaluation-score dd {
  display: inline;
}

.block-user-review--review-item {
  margin: 10px -10px 10px;
}

.block-user-review--review-header {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
}

.block-user-review--review-item:first-child {
  border-top: 1px solid #eee;
}

.block-user-review--evaluation-message {
  margin: 10px 10px 0;
}

.block-user-review--review-comment {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-user-review--review-item .action-buttons {
  margin-right: 10px;
  margin-left: 10px;
}

.block-user-review-completed {
  margin: 10px;
}

.block-user-review-completed--header {
  margin: -10px -10px 0;
}

.block-user-review-completed--message-header {
  margin: 0 0px 10px;
}

/* ----イベント画面---- */

.block-event-page--goods {
  margin: 0 0 10px 0;
}

.block-event-page--comment {
  margin: 0 10px 10px 10px;
}

.event_title{}
.event_title p{ padding:10px 0;  }

/* ----店舗在庫画面---- */

.block-store-stock {
  margin: 10px;
}

.block-store-stock-goods-img-l {
  margin-bottom: 10px;
}

.block-store-stock-name--header {
  background: transparent;
  margin: -10px -10px 0;
}

.block-store-stock--goods-detail {
  margin-bottom: 10px;
}

.block-store-stock-goods {
  margin-bottom: 10px;
}

.block-store-stock--header {
  margin: 10px -10px 10px;
}

.block-store-stock--message {
  border: solid 1px #a94442;
  color: #a94442;
  padding: 10px;
  margin-bottom: 10px;
}

.block-store-stock--div-name {
  font-weight: bold;
}

.block-store-stock--list {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.block-store-stock--list dd {
  padding: 5px 5px 5px 12px;
}

.block-store-stock--item {
  padding-right: 12px;
}

.block-store-stock--item a {
  text-decoration: underline;
}

/* ----アイコン---- */

.block-icon {
  font-size: 0;
  margin-left: -3px;
  padding-top: 20px;
}


#category_goods_list .block-icon {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  margin: 0;
  padding-top: 8px;
}

#category_goods_list .block-icon img {
  margin-bottom: 0;
}

#category_goods_list .block-icon span {
  display: inline-block;
  width: 50%;
  min-height: 16px;
  margin: 0;
}

.block-icon span {
  display: inline-block;
  width: calc((100% - 12px) / 4 );
  margin-left: 3px;
}

.block-icon span:first-child {

}

.block-icon img {
  vertical-align: top;
  margin-bottom: 5px;
  width: 100%;
}

/* ----商品一覧画面----*/

/* 表示方法 */
.block-style--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-style--element {
  display: none;
}

.block-style--close i:before {
  content: "\f067";
}

.block-sort--select {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  height: 43px;
}

/* 並び替え */
.block-sort--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-sort--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-sort--element {
  display: none;
}

.block-sort--close i:before {
  content: "\f067";
}

.block-goods-list--display-style-items-selectbox {
  padding-left: 10px;
}

.block-style--select {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  height: 43px;
}

/* ページャ */
.block-goods-list-naviframe {
  margin-bottom: 10px;
  text-align: center;
}

/* 自動読み込み */
.block-goods-list-auto-load {
  text-align: center;
  margin: 10px 0;
}

.block-goods-list-auto-load--loading {
  font-size: 60px;
}

.block-goods-list-auto-load--continue span {
  text-decoration: underline;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */


/*col共通*/
.color {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*align-items: flex-start;*/
  /*height: auto;*/
}

.block-pickup-list-p--items li {
  transition: .3s;
}


.block-pickup-list-p--items li a {
  /*display: flex;*/
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: left;
}

.block-pickup-list-p--items li a:hover {
  opacity: .7;
}

.block-pickup-list-p--items li .color img {
  display: inline-block;
}

.block-pickup-list-p--items li figure,
.block-pickup-list-p--items li figure img {
  width: 100%;
  height: auto;
}
.block-pickup-list-p--price-infos {
  padding: 5px 0;
}

.block-goods-name-inner .block-pickup-list-p--goods-name .block-pickup-list-p--items li a {
  text-align: left;
}

.block-pickup-list-p {
  padding: 10px 0 0;
}

.block-pickup-list-p--goods-image {
  width: 145px;
  vertical-align: top;
}

/*col2*/
.block-pickup-list-p--items.col2 {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.block-pickup-list-p--items.col2 li {
  width: 100%;
  margin-bottom: 40px;
}

.block-pickup-list-p--items.col2 li .color {
  height: auto !important;
}

.block-pickup-list-p--items.col2 li .color img {
  width: 3%;
  height: auto;
  /*margin-left: calc(16% / 13);*/
  margin-bottom: 5px;
}

.block-pickup-list-p--items.col2 .block-variation-comparisone--btn {
  width: 80% !important;
}

.block-pickup-list-p--items.col2 li .color img:first-child,
.block-pickup-list-p--items.col2 li .color img:nth-child(14n+1) {
  margin-left: 0;
}

/*col4*/
.block-pickup-list-p--items.col4 {
  display: flex;
  flex-wrap: wrap;
}

.block-pickup-list-p--items.col4 li {
  width: 50%;
}

.block-pickup-list-p--items.col4 li .color img {
  width: 6%;
  /*margin-left: calc(20% / 9);*/
  /*margin-bottom: 3px;*/
}

.block-pickup-list-p--items.col4 li .color img:first-child,
.block-pickup-list-p--items.col4 li .color img:nth-child(10n+1) {
  margin-left: 0;
}

/*col9*/
.block-pickup-list-p--items.col9 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.block-pickup-list-p--items.col9 li {
  width: calc(100% / 3);
}

.block-pickup-list-p--items.col9 li .color img {
  width: 7%;
  /*margin-left: calc(20% / 7);*/
  /*margin-bottom: 3px;*/
}

.block-pickup-list-p--items.col9 li .color img:first-child,
.block-pickup-list-p--items.col9 li .color img:nth-child(8n+1) {
  margin-left: 0;
}

.block-pickup-list-p--items.col9 .block-icon span {
  width: 50% !important;
}


.block-pickup-list-p--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
  padding: 5px;
}

.block-pickup-list-p--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}

.block-pickup-list-p--comment {
  font-size: 12px;
}

.block-pickup-list-p--price {
  font-size: 12px;
  font-weight: 300;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

.block-thumbnail-t--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-thumbnail-t--items li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-thumbnail-t--items li a {
  text-decoration: none;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-thumbnail-t--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 140px;
  min-height: 140px;
  padding: 5px;
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
}

.block-thumbnail-t--goods-name {
  font-weight: bold;
}

.block-thumbnail-t--comment {
  font-size: 12px;
}

.block-thumbnail-t--price {
  font-size: 18px;
  font-weight: bold;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */

.block-ranking-r--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-ranking-r--items li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-ranking-r--items li a {
  text-decoration: none;
}

.block-ranking-r--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-ranking-r--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 140px;
  min-height: 140px;
}

.block-ranking-r--goods-description {
  word-wrap: break-word;
}

.block-ranking-r--goods-name {
  font-weight: bold;
}

.block-ranking-r--comment {
  font-size: 12px;
}

.block-ranking-r--price {
  font-size: 18px;
  font-weight: bold;
}

/* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}

.block-ranking-r--rank {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h--items {
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-thumbnail-h--items li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-thumbnail-h--items li a {
  text-decoration: none;
}

.block-thumbnail-h--goods-image {
  width: 100%;
}

.block-thumbnail-h--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

/* ----商品一覧画面：買い物かご：block-cart-i---- */

.block-cart-i--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-cart-i--items li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-cart-i--items li a {
  text-decoration: none;
}

.block-cart-i--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-cart-i--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

.block-cart-i--goods-description {
  word-wrap: break-word;
  font-size: 12px;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */

.block-goods-detail-j--items {
  border-top: 1px solid #eee;
}

.block-goods-detail-j--items li {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.block-goods-detail-j--items li a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}

.block-goods-detail-j--goods-image {
  width: 145px;
  display: table-cell;
  vertical-align: top;
}

.block-goods-detail-j--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
}

.block-goods-detail-j--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}

.block-goods-detail-j--goods-name {
  font-weight: bold;
}

.block-goods-detail-j--comment {
  font-size: 12px;
}

.block-goods-detail-j--price {
  font-size: 18px;
  font-weight: bold;
}

.block-goods-detail-j--cart-btn {
  margin-top: 10px;
}

.block-goods-detail-j--cart-btn .block-list-add-cart-btn {
  padding: 10px;
}

.block-goods-detail-j--custom-order {
  margin-top: 10px;
}

.block-goods-detail-j--custom-order .block-list-custom-order-btn {
  padding: 10px;
}

/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */

.block-goods-list-x--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-goods-list-x--items li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-goods-list-x--items li a {
  text-decoration: none;
}

.block-goods-list-x--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-goods-list-x--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

/* ----商品一覧画面：カート画面：block-goods-list-c---- */

.block-goods-list-c--items {
  /*border-top: 1px solid #eee;*/
  font-size: 0;
  /*padding: 10px 10px 0 0;*/
}

.block-goods-list-c--items li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  /*padding-left: 10px;*/
  /*padding-bottom: 10px;*/
}

.block-goods-list-c--items li a {
  text-decoration: none;
}

.block-goods-list-c--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-goods-list-c--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

/* ----カテゴリー画面---- */

.block-category-list--goods {
  margin: 0;
}

.block-category-list--promotion-freespace {
  margin: 0 10px 10px 10px;
}

.block-category-list--comment {
  margin: 0 10px 10px 10px;
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */

.block-category-style-l--items {
  border-top: 1px solid #eee;
}

.block-category-style-l--item {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  min-height: 43px;
  position: relative;
}

.block-category-style-l--item-container {
  display: table;
  width: 100%;
}

.block-category-style-l--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-category-style-l--item a {
  padding: 0 25px 0 0;
  text-decoration: none;
}

.block-category-style-l--item a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}

.block-category-style-l--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-l--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-l--image figure {
  width: 43px;
  height: 43px;
}

/* ----カテゴリーツリー---- */

.block-category-tree {
  border-bottom: 1px solid #eee;
}

.block-category-tree--header {
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
}

.block-category-style-g--items-0,
.block-category-style-g--items-1,
.block-category-style-g--items-2,
.block-category-style-g--items-3 {
  border-top: 1px solid #eee;
}

.block-category-style-g--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}

.block-category-style-g--item-container {
  display: table;
  width: 100%;
}

.block-category-style-g--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.block-category-style-g--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-category-style-g--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-g--image figure {
  width: 43px;
  height: 43px;
}

.block-category-style-g--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}

.block-category-style-g--comment {
  display: none;
}

.block-category-style-g--items-1 > li {
  padding-left: 10px;
}

.block-category-style-g--items-2 > li {
  padding-left: 20px;
}

.block-category-style-g--items-3 > li {
  padding-left: 30px;
}

.block-category-style-g--items-2 {
  margin-left: -10px;
}

.block-category-style-g--items-3 {
  margin-left: -20px;
}

/* ----ジャンル画面---- */

.block-genre-page--goods {
  margin: 0 0 10px 0;
}

.block-genre-page--comment {
  margin: 0 10px 10px 10px;
}

/* ----ジャンルツリー---- */

.block-genre-tree {
  border-bottom: 1px solid #eee;
}

.block-genre-tree--header {
  border-bottom: 1px solid #eee;
}

.block-genre-style--items-0,
.block-genre-style--items-1,
.block-genre-style--items-2,
.block-genre-style--items-3 {
  border-top: 1px solid #eee;
}

.block-genre-style--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}

.block-genre-style--item:last-child {
  border-bottom: none;
}

.block-genre-style--item-container {
  display: table;
  width: 100%;
}

.block-genre-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.block-genre-style--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-genre-style--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-genre-style--image figure {
  width: 43px;
  height: 43px;
}

.block-genre-style--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}

.block-genre-style--comment {
  display: none;
}

.block-genre-style--items-1 > li {
  padding-left: 10px;
}

.block-genre-style--items-2 > li {
  padding-left: 20px;
}

.block-genre-style--items-3 > li {
  padding-left: 30px;
}

.block-genre-style--items-2 {
  margin-left: -10px;
}

.block-genre-style--items-3 {
  margin-left: -20px;
}

/* ----絞り込み検索---- */

.block-filter--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-filter--list-item-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-filter--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--select-label {
  display: table-cell;
  height: 43px;
  padding-left: 10px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--list-item {
  display: none;
  border-bottom: #eee 1px solid;
}

.block-filter--filter-options {
  border-top: #eee 1px solid;
}

.block-filter--element {
  display: table;
  table-layout: fixed;
  border-bottom: #eee 1px solid;
  width: 100%;
}

.block-filter--element:last-child {
  border-bottom: none;
}

.block-filter--option-items {
  display: table-cell;
  height: 43px;
  padding-left: 20px;
  vertical-align: middle;
  width: 100%;
}

.block-filter--select {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  height: 43px;
}

.block-filter--close i:before {
  content: "\f067";
}

.block-filter--treelist-layer {
  border-top: #eee 1px solid;
}

.block-filter--treeitem {
  border-top: #eee 1px solid;
}

.block-filter--treeitem:first-child {
  border-top: none;
}

a.block-filter--treeitem-name {
  text-decoration: underline;
}

.block-filter--tree-2,
.block-filter--tree-3,
.block-filter--tree-4 {
  border-top: #eee 1px solid;
}

.block-filter--tree-2 > li {
  padding-left: 20px;
}

.block-filter--tree-3 > li {
  padding-left: 30px;
}

.block-filter--tree-4 > li {
  padding-left: 40px;
}

.block-filter--tree-2 {
  margin-left: -10px;
}

.block-filter--tree-3 {
  margin-left: -20px;
}

.block-filter--tree-4 {
  margin-left: -30px;
}

.block-filter--treeitem-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--treeitem-name {
  display: table-cell;
  height: 43px;
  padding-left: 20px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--treeitem-selected {
  color: #c00;
}

/* ----詳細検索---- */

.block-search-goods--condition-items {
  margin: 10px;
}

.block-search-goods--to-dt {
  margin-top: 5px;
}

.block-search-goods .action-buttons {
  margin: 10px 0; 
}

aside.footer_aside .footer_aside_inner {
  position: relative;
  display: flex;
  min-height: 62px;
  padding: 20px 20px;
  border-top: 1px solid #aaa;
}
/*
aside.footer_aside .footer_aside_inner:first-child {
  border-top: none;
}
*/
aside.footer_aside .footer_aside_inner span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-width: 85px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'qs_font';
}
aside.footer_aside .footer_sns_area,
aside.footer_aside .footer_app_area,
aside.footer_aside .footer_point_area {
  display: flex;
  align-items: center;
  padding-left: 90px;
}

aside.footer_aside .footer_sns_area a:hover,
aside.footer_aside .footer_app_area a:hover,
aside.footer_aside .footer_point_area a:hover {
  opacity: .7;
}

aside.footer_aside .footer_sns_area a {
  width: 34px;
  height: auto;
  margin-right: 10px;
}

aside.footer_aside .footer_app_area a {
  height: 34px;
  width: auto;
  margin-right: 8px;
}

aside.footer_aside .footer_point_area a {
  width: 34px;
  height: auto;
  margin-right: 15px;
}

#footer_nav .footer_nav_inner {
  background: #8c8c8c;
  color: #fff;
  text-align: center;
  padding: 20px 0 30px;
}

#footer_nav .footer_nav_inner h2 {
  display: inline-block;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-family: 'qs_font';
  border-bottom: 2px solid #fff;
}

.footer_keyword_wrapper .h2_common {
  font-size: 24px;
}

#footer_nav .footer_nav_inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: 
}

#footer_nav .footer_nav_inner ul li {
  width: 50%;
  margin-top: 20px;
}

#footer_nav .footer_nav_inner ul li a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
}

#footer_nav .footer_nav_inner ul li a:hover {
  opacity: .7;
}

#footer_confirm_status {
  display: block;
  width: 100%;
  min-height: 94px;
  background: url(../../img/usr/common/bg_confirm_status.jpg);
  z-index: 0;
  transition: .3s;
}
#footer_confirm_status span.confirm_status_bg {
  display: block;
  min-height: 94px;
  background: url(../../img/usr/common/img_confirm_status.png) no-repeat left 5% bottom 0px;
  -webkit-background-size: 96px 90px;
  background-size: 96px 90px;
  z-index: 1;
}
#footer_confirm_status span.confirm_status_bg span {
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  padding-top: 25px;
  padding-left: 40%; 
}

#footer_confirm_status span.confirm_status_bg b {
  position: relative;
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
}

#footer_confirm_status span.confirm_status_bg b:after {
  position: absolute;
  top: 9px;
  left: -18px;
  width: 14px;
  height: 14px;
  background: url(../../img/usr/common/mark_confirm_statussp.png);
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  z-index: 2;
  content: '';
}

#footer_confirm_status:hover {
  text-decoration: none;
  opacity: .7;
}

#footer_calendar {
  width: 100%;
  min-height: 400px;
  padding: 0;
  margin: 0;
  z-index: -2;
  text-align: center;
  padding: 20px 0;
  background: #f4f4f4;
  overflow-x: hidden;
}

#footer_calendar span.footer_calendar_title {
  display: block;
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 20px;
}

#footer_calendar .footer_calendar_month_area {
  width: 100%;
  position: relative;
}

#footer_calendar span.footer_calendar_month b {
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  font-family: 'qs_font';
  letter-spacing: 1px;
  padding-right: 3px;
}

#footer_calendar .table_inner {
  position: relative;
  display: inline-block;
}

#footer_calendar .calendar_slide_area_wrapper {
  display: flex;
  width: 308px;
  margin: 0 auto;
  overflow-x: hidden;
}
#footer_calendar .calendar_slide_area {
  width: 100%;
  position: relative;
  left: 0%;
  transition: .2s;
}

#footer_calendar a.footer_calendar_prev,
#footer_calendar a.footer_calendar_next {
  position: absolute;
  top: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'qs_font';
  font-size: 14px;
  cursor: pointer;
}

#footer_calendar a.footer_calendar_prev:hover,
#footer_calendar a.footer_calendar_next:hover {
  opacity: .7;
  text-decoration: none;
}

#footer_calendar a.footer_calendar_prev{
  display: none;
  left: 5px; 
  padding-left: 20px;
  background: url(../../img/usr/common/mark_footer_arrowprev.png) no-repeat left 0 top 3px;
}

#footer_calendar a.footer_calendar_next {
  right: 5px;
  padding-right: 20px;
  background: url(../../img/usr/common/mark_footer_arrow.png) no-repeat right 0 top 3px;
}

#footer_calendar table {
  width: 308px;
  text-align: center;
  margin: 5px auto 0 auto;
}

#footer_calendar table tr {
  border-top: 1px solid #aaa;
}

#footer_calendar table th {
  text-align: center;
  padding: 2px 0;
}

#footer_calendar table th span {
  font-size: 12px;
  font-weight: 700;
}

#footer_calendar table td {
  height: 38px;
  text-align: center;
  padding: 0;
  outline-width: 0;
  vertical-align: middle;
}

#footer_nav p {
  width: 345px;
  margin: 0 auto;
  font-size: 10px;
  transform: scale(0.9);
  text-align: left;
  font-weight: 700;
  padding-top: 10px;
}

#footer_nav p span {
  color: #c40030;
  padding: 0 3px 0 1px;
}

#footer_calendar table td span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  padding-top: 3px;
  font-weight: 300;
  font-family: 'qs_font';
}

#footer_calendar table td span.closed {
  position: relative;
  color: #fff;
  background: #c40030;
}

#footer_calendar p.calendar_slide_area_comment {
  text-align: center;
}

#footer_link_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer_link_area li {
  position: relative;
  width: 50%;
  border-top: 1px solid #aaa;
  min-height: 38px;
  padding: 5px 0;
}

#footer_link_area li:nth-child(2n-1) {
  border-right: 1px solid #aaa;
}


#footer_link_area li a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  text-decoration: none;
  padding: 0 10px 0 30px;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  transition: .3s;
}

#footer_link_area li:after {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 6px;
  height: 8px;
  background: #000;
  background: url(../../img/usr/common/mark_footer_arrow.png) no-repeat;
  -webkit-background-size: 6px 8px;
  background-size: 6px 8px;
  content: '';
}

aside .item_category_area {
  text-align: center;
  padding: 20px 5px;
  border-top: 1px solid #aaa;
}

aside .item_category_area ul {
  display: flex;
  flex-wrap: wrap;
}

aside .item_category_area ul li {
  position: relative;
  width: 50%;
  text-align: left;
  padding-left: 30px;
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 12px;
}

aside .item_category_area ul li a {
  border-bottom: 1px dotted #aaa;
}

aside .item_category_area ul li a:hover {
  text-decoration: none;
}

aside .item_category_area ul li img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 14px;
  height: auto;
}

.btn_comparison {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 20px;
  z-index: 50;
  left: 10px;
  width: 60%;
  height: 50px;
  background: #40c4a8;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 5px rgba(000,000,000,.5);
}

.btn_comparison:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-image: linear-gradient(-90deg,#40c4a8 60%, rgba(64,196,168,0.1));
  content: '';
}

.btn_comparison:after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  content: '+';
}

.btn_comparison img.comparison_icon {
  display: inline-block;
  width: 22px;
  height: auto;
  margin: 0 8px 0 10px;
}

.btn_comparison span {
  display: inline-block;
  width: 90px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  margin-right: 8px;
}

.btn_comparison ul.comparison_img {
  display: flex;
}

.btn_comparison ul.comparison_img li {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: #fff;
  margin-right: 4px;
  overflow: hidden;
}

.btn_comparison ul.comparison_img li img {
  width: 100%;
  height: auto;
}

.btn_color_size {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 105;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-image: linear-gradient(-90deg, #d85858, #ff5959);
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 5px rgba(000,000,000,.5);
}

.btn_color_size img {
  display: inline-block;
  padding: 12px 5px 7px 0;
}

.btn_color_size span {
  display: block;
  font-size: 10px;
  line-height: 1.2;
}

#js_btn_pagetop,
#js_btn_pagetop_goodspage,
#js_btn_pagetop_detail,
#js_btn_pagetop_goods {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
  filter: drop-shadow(1px 1px 5px rgba(000,000,000,.2));
  cursor: pointer;
}

#js_btn_pagetop img,
#js_btn_pagetop_goodspage img,
#js_btn_pagetop_detail img,
#js_btn_pagetop_goods img {
  width: 42px;
  height: auto;
}

#js_color_size_panel_bg {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: transparent;
  cursor: pointer;
}

#js_color_size_panel {
  position: fixed;
  right: 0;
  bottom: -50vh;
  left: 0;
  z-index: 110;
  height: 45vh;
  background: #fff;
  box-shadow: 0 0 10px rgba(000,000,000,.5);
  transition: .3s;
}

#js_color_size_panel span.panel_title {
  position: relative;
  display: block;
  padding-top: 4px;
  height: 5vh;
  line-height: 4.3vh;
  text-align: center;
  background: #eee;
  color: #333;
  font-size: 14px;
}

#js_color_size_panel span a#js_color_size_panel_close {
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  width: 40px;
  height: 5vh;
  font-size: 28px;
  font-weight: 100;
  padding-top: 2px;
  cursor: pointer;
}

#js_color_size_panel span a#js_color_size_panel_close:hover,
#js_color_size_panel span a#js_color_size_panel_close:active {
  text-decoration: none;
}

#js_color_size_panel .color_size_panel_wrapper {
  height: 40vh;
  overflow-y: scroll;
}

#js_color_size_panel dl {
  padding: 15px 15px 5px 15px;
  border-top: 1px solid #ddd;
}

#js_color_size_panel dl:first-of-type {
  border-top: none;
}

#js_color_size_panel dt {
  display: flex;
  align-items: center;
}

#js_color_size_panel dt div {
  width: 60px;
  height: 72px;
  overflow: hidden;
}

#js_color_size_panel dt div img {
  width: 100%;
  height: auto;
}

#js_color_size_panel dt span {
  display: inline-block;
  padding-left: 10px;
}

#js_color_size_panel dd {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 5px 0px;
  border-top: 1px dotted #ddd;
}

#js_color_size_panel dl dd:first-of-type {
  border-top: 1px dotted transparent;
}

#js_color_size_panel dd span.size {
  width: calc(100% - 190px);
  padding-right: 10px;
  word-break: break-all;
  font-size: 12px;
  text-align: left;
}

#js_color_size_panel dd span.stock {
  width: 90px;
  padding-right: 10px;
  font-size: 12px;
  text-align: center;
}

#js_color_size_panel dd button.sp_cart {
  width: 100px;
  border-style: none;
  display: block;
  margin-left: auto;
  background: #ff5959;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 5px 0;
  transition: .3s;
  font-size: 12px;
}

#js_color_size_panel dd button.sp_cart:hover {
  opacity: .7;
}

#js_color_size_panel dd button.sp_cart:active {
  box-shadow: 1px 1px 2px inset rgba(000,000,000,.5);
}

#js_color_size_panel dd button.sp_cart:focus {
  outline: none;
}

#js_color_size_panel dd div:first-child {
  width: 20%;
  background: #777;
}

#js_color_size_panel dd div:nth-child(2) {
  width: 80%;
  background: #ccc;
}

#js_color_size_panel dd div.block-goods-variation-arrival-notice {
  width: 190px;
}
#js_color_size_panel dd div.block-goods-variation-arrival-notice a {
  display: block;
  width: 100%;
  height: 35px;
  position: relative;
  background: #5e5e5e;
  color: #fff;
  padding: 5px 10px;
}
#js_color_size_panel dd div.block-goods-variation-arrival-notice a img {
  position: absolute;
  top: 50%;
  left: 24%;
  transform: translate(-50%, -50%);
  width: 20px;
}
#js_color_size_panel dd div.block-goods-variation-arrival-notice a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  padding-left: 30px;
}

/*商品一覧*/
.block-category-inner,
.block-member-terms--header,
.block-member-info h1,
.block-member-info-confirmation h1,
.block-member-registration-completed h1,h1 {
  padding: 23px 0 20px;
  text-align: center;
}

.block-category-inner.guide_detail {
  padding-bottom: 0;
}

#guide_inputwrapper {
  position: relative;
  padding: 0 15px;
}

#guide_inputwrapper.guide_detail {
  padding-bottom: 25px;
}

#guide_inputwrapper.guide_detail form {
  position: relative;
  overflow-x: hidden;
}

#guide_inputwrapper .guide_inputinner {
  position: relative;
}

#guide_inputwrapper input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  width: 34px;
  border-radius: 0 5px 5px 0;
  height: auto;
  background-color: #aaa;
  background-image: url(../../img/guide/icon_guidetop_search.png);
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  background-position: right 10px top 12px;
  font-size: 0;
  color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

#guide_inputwrapper input[type="submit"]:hover,
#guide_inputwrapper input[type="submit"]:focus {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  width: 34px;
  border-radius: 0 5px 5px 0;
  height: auto;
  background-color: #aaa;
  background-image: url(../../img/guide/icon_guidetop_search.png);
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  background-position: right 10px top 12px;
  font-size: 0;
  color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

#guide_top {
  padding: 25px 0px 25px 0px;
}

#guide_inputwrapper input[type="text"] {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 34px 0 10px;
  height: 40px;
}

#guide_inputwrapper input::placeholder {
  /*text-align: center;*/
  padding-right: 30px;
  font-weight: 100;
  font-size: 12px;
  color: #aaa;
}

#guide_inputwrapper form {
  position: relative;
}

#guide_inputwrapper input::focus::placeholder {
  color: transparent;
}

#guide_inputwrapper input:focus {
  outline: none;
  border: 1px solid #aaa;
  background: #fff;
}

#guide_inputwrapper input:hover {
  border: 1px solid #aaa;
}

.block-goods-name--text.js-enhanced-ecommerce-goods-name {
  text-align: left;
}

.block-category-inner h1 {
  padding: 0 10px;
  font-weight: 700;
  font-family: 'qs_font';
}

#guide_top h1 {
  padding-top: 4px;
}

.block-category-inner h1 p.filter{
      font-size: 12px;
}
.block-category-inner h1 p.filter span:first-child:after {
    content: "/";
    display: inline-block;
    margin: 0 5px;
    font-family: cursive;
}
.block-category-inner h1 p.filter span:last-child:after {
    content: "";
    display: inline-block;
    margin: 0px;
}

.block-category-inner .pager-count {
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 5px;
}

.block-category-inner .pager-count span {
  letter-spacing: 0;
}

.block-category-inner .block-category-list--comment {
  text-align: left;
  font-size: 12px;
  padding-top: 10px;
}

.block-ranking-inner {
  background: #fff2bb;
  text-align: center;
  padding: 20px 0 20px;
  overflow: hidden;
}

.block-top-item-inner {
  text-align: center;
  padding: 20px 0 20px;
  overflow: hidden;
  /*background: #ebebeb;*/
}

.block-ranking-inner h3,
.block-top-item-inner h3 {
  padding-bottom: 18px;
}

.block-ranking-inner .bx-viewport {
  overflow: visible !important;
}

#bxslider_goods_ranking_sp img.ranking_img,
#bxslider_goods_newitem_sp img.ranking_img,
#bxslider_goods_limiteditem_sp img.ranking_img {
  position: absolute;
  top: 0px;
  right: 14px;
  z-index: 5;
  width: 26px;
  height: auto;
  pointer-events: none;
}

#bxslider_goods_ranking_sp figure img,
#bxslider_goods_newitem_sp figure img,
#bxslider_goods_limiteditem_sp figure img {
  width: 100%;
}

#bxslider_goods_ranking_sp {
  position: relative;
}

#bxslider_goods_ranking_sp li,
#bxslider_goods_newitem_sp li,
#bxslider_goods_limiteditem_sp li {
	position: relative;
}

#bxslider_goods_ranking_sp li a {
  position: relative;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
}

#bxslider_goods_ranking_sp li span,
#bxslider_goods_newitem_sp li span,
#bxslider_goods_limiteditem_sp li span {
  display: inline-block;
  padding: 5px 2px 5px 2px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
}

#bxslider_goods_ranking_sp li span:nth-of-type(2),
#bxslider_goods_newitem_sp li span:nth-of-type(2),
#bxslider_goods_limiteditem_sp li span:nth-of-type(2) {
  display: block;
  padding-top: 0;
  font-size: 11px;
  font-weight: 100;
}

.block-goods-list--display-style-items {
  display: flex;
  align-items: center;
  margin: 0 0px 20px 0;
}

.block-goods-list--display-style-items dt {
  padding-right: 5px;
}

.block-goods-list--display-style-items img.ranking_img {
  width: 25px;
  margin: 0 4px;
  cursor: pointer;
}

.block-goods-list--display-style-items dd.active img.ranking_img {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
}

.block-genre-tree {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 15px 0px 15px;
}

.block-genre-tree--items {
  display: none;
}

a.btn_add_conditions {
  display: block;
  width: 105px;
  border: 1px solid #555;
  border-radius: 20px;
  text-align: center;
  padding: 3px 0;
  font-size: 14px;
  margin-bottom: 20px;
  cursor: pointer;
}

a.btn_add_conditions span {
  padding-left: 5px;
  margin-right: -10px;
}

a.btn_add_conditions:hover {
  text-decoration: none;
  opacity: .7;
}

.h1.block-search-goods--header {
  padding: 10px 0 10px 10px;
}

.pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #e6e6e6;
}

.pagination a.pager-side {
  width: 80px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'qs_font';
}

.pagination .pager-side i {
  position: relative;
  top: -1px;
  font-size: 10px;
}

.pagination ul {
  height: 40px;
  display: flex;
  justify-content: center;
}

.pagination ul li {
  width: 28px;
  text-align: center;
  font-family: 'qs_font';
  font-weight: 700;
  line-height: 40px;
}

.pagination ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.pagination a:hover {
  text-decoration: none;
  opacity: .7;
}

.pagination ul li.pager-current {
  color: #a30000;
  text-decoration: underline;
}

.block-pickup-list-p--item-description {
  padding: 10px 10px 30px 10px;
  font-size: 12px;
}

.block-pickup-list-p--items.col2 .block-pickup-list-p--item-description {
  padding: 10px 0px 10px 0px;
}

#block_comparison_page_sp_inner {
  padding: 10px 15px 30px 15px;
}
#block_comparison_page_sp {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

#block_comparison_page_sp table {
  border: 1px solid #bbb;
  width: 100%;
}

#block_comparison_page_sp table th,
#block_comparison_page_sp table td {
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  font-size: 12px;
  text-align: left;
}

#block_comparison_page_sp table td .color {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
}

#block_comparison_page_sp table td .color img {
  display: inline-block;
  width: 18px;
  height: 18px;
  max-width: none;
  max-height: none;
  margin: 2px 4px 2px 0;
}

#block_comparison_page_sp table th {
  background: #ddd;
  padding: 0 10px;
}

#block_comparison_page_sp table td {
  padding: 10px;
}

#js_table_hidden_sp {
  display: none;
  padding: 30px 15px;
}

#block_comparison_page_table td img {
  display: block;
  max-height: 200px;
  margin: 10px auto;
}

#block_comparison_page_sp table span.price {
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: 12px;
}
#block_comparison_page_sp table td button.comparison_release {
  display: block;
  background: #ddd;
  color: #555;
  font-size: 10px;
  font-weight: 700;
  outline: none;
  border-style: none;
  border-radius: 3px;
  padding: 8px 20px;
  cursor: pointer;
  transition: .1s;
  margin-left: auto;
}

#block_comparison_page_sp table td button.comparison_release:hover {
  opacity: .7;
}

#block_comparison_page_sp table td button.comparison_release:active {
  box-shadow: 1px 1px 1px rgba(000,000,000,.5) inset;
}

#block_comparison_page_table table {
  width: 100% !important;
  border-right: none !important;
  border-left: none !important;
  text-align: center !important;
}
#block_comparison_page_table table th ,
#block_comparison_page_table table td {
  border-right: none !important;
  border-left: none !important;
  padding: 5px 10px !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center !important;
}
#block_comparison_page_table table th  {
  background: #f2f2f2f2 !important;
  text-align: center !important;
  font-size: 10px !important;
}
#block_comparison_page_table table tr.section th {
  font-size: 10px !important;
  padding: 5px 0px !important;
  background: #f2f2f2f2 !important;
  text-align: center !important;
}

#block_comparison_page_sp .btn_comparison_goods {
  display: block;
  width: 130px;
  border-radius: 20px;
  border: 1px solid #aaa;
  padding: 2px 0;
  text-align: center;
  margin: 10px auto 0 auto;
}

.btn_comparison:hover {
  text-decoration: none;
}

#add_to_cart_sp {
  position: fixed;
  top: -70px;
  right: 0;
  left: 0;
  z-index: 200;
  height: 70px;
  line-height: 70px;
  background: rgba(000,000,000,.8);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  transition: .5s;
}

.block-top-item-inner.limited {
  background: #fff2bb;
}

.block-goods-comment3 table {
  width: 100%;
  background-color: #fff;
}

.block-goods-comment3 table {
  width: 100%;
  background-color: #fff;
}

.block-goods-comment3 table th {
  background-color: #efefef;
}

.block-goods-comment3 table th.size {
  background: #fff;
}

tr.section th.size {
  background-color: #efefef;
}

.block-goods-comment3 table th,
.block-goods-comment3 table td {
  padding: 10px 0;
  border: 1px solid #e1e1e1;
  text-align: center;
}

.size_detail {
  padding: 10px 0;
}

.block-cart .block-cart--body {
  padding-bottom: 50px;
}

#messNothing {
  padding: 10px;
}

.table.block-purchase-history--table .block-purchase-history--method td {
  background: #fff2bb;
}

#block_of_filter {
  display: none;
}

.block-category-style-t {
  padding: 15px;
}

.block-category-style-t .block-category-style-t--item  {
  display: inline-block;
  padding: 0px;
  border: 1px solid #aaa;
  border-radius: 30px;
  text-align: center;
  margin: 0 2px 10px 2px;
}

.block-category-style-t .block-category-style-t--item h3 {
  padding: 0;
  font-size: 12px;
}

.block-category-style-t .block-category-style-t--item h3 a {
  display: block;
  padding: 6px 8px;
}

.block-category-style-t .block-category-style-t--item h3 a:hover,
.block-category-style-t .block-category-style-t--item h3 a:focus {
  text-decoration: none;
  opacity: .7;
}

/*  カテゴリーリスト：サムネイル形式　スマホ時横スクロール  */
.block-category-list--sub.scroll-wrap .block-category-style-t.xs-scroll{
position: relative;
overflow-x: auto;
white-space: nowrap;
padding: 0 0 15px;
margin: 30px 27px;
}
.block-category-list--sub.scroll-wrap{
	position: relative;
}
.block-category-list--sub.scroll-wrap::before{
	content: "";
	display: inline-block;
	background: url(https://www.chums.jp/cms/img/sys/scroll-left.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 1em;
	height: 2.2em;
	position: absolute;
	left: 5px;
	top: 0;
}
.block-category-list--sub.scroll-wrap::after{
	content: "";
	display: inline-block;
	background: url(https://www.chums.jp/cms/img/sys/scroll-right.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 1em;
	height: 2.2em;
	position: absolute;
	right: 5px;
	top: 0;
}
.block-category-list--sub .block-category-style-t.xs-scroll .block-category-style-t--item h3{
	padding: 0 20px;
	min-width: 120px;
}


/* slide機能追加 */
.scroll-wrap-slide{
	margin: 50px 0;
}
.scroll-wrap-slide .flickity-prev-next-button.next{
	top: 38%;
	width: 22px;
	height: 33px;
	border-radius: 50%;
	transform: translateY(-50%);
	background: #b51a30;
	border-radius: 0;
}
.scroll-wrap-slide .flickity-prev-next-button.next svg{
	color: #fff;	
}

.scroll-wrap-slide .block-category-style-t{
	padding: 0 15px;
}
.scroll-wrap-slide .block-category-style-t .block-category-style-t--item{
	margin-bottom: 0;
}


.block-category-style-t--item{
	border: 1px solid #ccc;
}


/* ---- カテゴリープルダウン表示 ----*/
.category-pulldown{
	padding: 0 15px;
	max-width: 300px;
	margin: 0 auto;
}


/* ---- カテゴリースワイプ移動 ----*/

.block-category-style-swipe{
	max-width: 700px;
	padding: 0 15px;
	margin: 30px auto 60px;
}
.block-category-style-swipe .block-category-style-t--item{
	margin: 0 5px !important;
	flex-basis: 214px;
	text-align: center;
	border: none;
}
.block-category-style-swipe .flickity-slider .block-category-style-t--item:first-of-type{
	margin-left: 50px!important;
}
.block-category-style-swipe .flickity-slider .block-category-style-t--item:last-of-type{
	margin-right: 50px!important;
}
.block-category-style-swipe .block-category-style-t--item .block-category-style-t--item-name{
	padding: 10px 15px 8px;
	border: 1px solid #ccc;
	border-radius: 25px;
	box-sizing: border-box;
	width: 100%;
	min-width: 80px;
	font-size: 11px;
	display: inline-block;
}

.block-category-style-swipe .flickity-prev-next-button{
	width: 14px!important;
	height: 38px!important;
	top: 50%!important;
	background: #c20f2f!important;
	border-radius: 0!important;
}
.block-category-style-swipe .flickity-prev-next-button svg path{
	fill: #fff;
}
.flickity-prev-next-button.previous{
	left: 0!important;
}
.flickity-prev-next-button.next{
	right: 0!important;
}
.flickity-page-dots{
	display: none!important;
}




.block-pickup-list-p--items .sold_out .img-center {
  position: relative;
  overflow: hidden;
}

.block-pickup-list-p--items .sold_out .img-center:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-10deg);
  width: 150%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(000,000,000,.5);
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: 'qs_font';
  font-size: 16px;
  content: 'SOLD OUT';
}

.goodsproductdetail_ #goodsdetail_img_top .slick-slide li,
.goodsproductdetail_ #goodsdetail_img_top .slick-slide a {
  pointer-events: none;
}


.tent_manual{ background-color: #c3002f; padding: 8px; margin-bottom: 10px; }
.tent_manual a{ color: #FFF !important;  }