﻿@charset "UTF-8";

/* ----商品詳細画面---- */

.page-goods .block-topic-path {
  margin-top: 0;
}

.block-goods-detail {
    display: -webkit-flex;
    display: flex;
    width: calc(345 / 375 * 100vw);
    margin: 0 auto;
}

.block-goods-detail-footer {
  margin: 10px;
}

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.block-goods-name {
  margin-bottom: 10px;
}

.block-goods-name h2 {
  margin: -10px;
}

h1.block-goods-name--text{
    margin: 0 0 15px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

@media screen and (max-width:374px){
    h1.block-goods-name--text{
        margin: 14.16vw 0 4vw;
        font-size: 5.33333vw;/*20px*/
    }
}

.block-src-l {
  text-align: center;
  margin-bottom: 10px;
}

.block-src-c {
  margin-bottom: 10px;
}

.block-goods-gallery {
    margin-right: calc(0px - 15 / 375 * 100vw);
    margin-left: calc(0px - 15 / 375 * 100vw);
}

.block-goods-gallery ul {
    font-size: 0;
}

.block-goods-gallery li {
    width: calc(95 / 375 * 100vw) !important;
    height: calc(95 / 375 * 100vw) !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 7px;
}

.block-goods-comment {
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width:374px){
    .block-goods-comment {
        font-size: 3.73333vw;/*14px*/ 
        line-height: 5.33333vw;/*20px*/
    }
}

.block-goods-price {
    text-align: right;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 19px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.block-goods-price--price {
    font-size: 25px;
    font-weight: bold;
}

.block-goods-price--price span{
    font-size: 14px;
}

.block-goods-price--default-price{
    font-size: 20px;
    font-weight: bold;
    margin-right: 13px;
}

.block-goods-price--default-price span{
    font-size: 14px;
}

.block-goods-price--default-price + .block-goods-price--price{
    color: #FF3030;
}

@media screen and (max-width:374px){
    .block-goods-price--price {
        font-size: 6.666666vw;/*25px*/
        font-weight: bold;
        margin-top: 8vw;/*30px*/
    }
    
    .block-goods-price--default-price{
        font-size: 5.33333vw;/*20px*/
    }

    .block-goods-price--price span,
    .block-goods-price--default-price span{
        font-size: 3.73333vw;/*14px*/
    }
}

.block-custom-order--btn {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
}

.block-add-cart--btn {
    width: calc(321 / 375 * 100vw);
    max-width: 321px;
    height: calc(64 / 375 * 100vw);
    max-height: 64px;
    border-radius: 80px;
    color: #fff;
    background: #E8340C;
    border: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:374px){
    .block-add-cart--btn {
        font-size: 4.26666vw;/*16px*/
    }
}

.block-add-cart--btn:before {
    content: "";
    width: 26.5px;
    height: 24.5px;
    background: url(../../img/usr/sb/common/icon_cart_w.png) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    margin-right: 13.4px;
}

.page-goods .block-add-cart--btn{
    margin: 44px auto 18px;
}

@media screen and (max-width:374px){
    .page-goods .block-add-cart--btn{
        /*margin: 44px auto 18px;*/
        margin: 11.733333vw auto 4.8vw;
    }
}

.block-goods-favorite{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #CBCBCB;
}

.block-goods-favorite--btn,
.block-goods-favorite-registed--btn{
    width: calc(321 / 375 * 100vw);
    max-width: 321px;
    height: calc(64 / 375 * 100vw);
    max-height: 64px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #5C5C5C;
    font-size: 16px;
    background: none;
}

@media screen and (max-width:374px){
    .block-goods-favorite--btn,
    .block-goods-favorite-registed--btn{
        font-size: 4.26666vw;/*16px*/ 
    }
}

.block-goods-favorite--btn:before,
.block-goods-favorite-registed--btn:before {
    content: "";
    width: 26.5px;
    height: 23.5px;
    margin-right: 11.8px;
}

.block-goods-favorite--btn:before {
    background: url(../../img/usr/common/icon_bookmark_red_off.png) no-repeat;
    background-size: 100% auto;
}

.block-goods-favorite-registed--btn:before {
    background: url(../../img/usr/common/icon_bookmark_red_on.png) no-repeat;
    background-size: 100% auto;
}

/* .block-goods-favorite-registed--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  color: #fff;
  background-color: #808080;
} */

.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,
.block-outside-sales-period--message{
  width: calc(321 / 375 * 100vw);
  max-width: 321px;
  height: calc(64 / 375 * 100vw);
  max-height: 64px;
  border-radius: 80px;
  color: #fff;
  background: #848484;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-arrival-notice--btn{
  width: calc(321 / 375 * 100vw);
  max-width: 321px;
  height: calc(64 / 375 * 100vw);
  max-height: 64px;
  border-radius: 80px;
  color: #fff;
  background: #E8340C;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-goods .block-no-stock--message,
.page-goods .block-outside-sales-period--message,
.page-goods .block-arrival-notice--btn{
  margin: 44px auto 18px;
}

.block-goods-store-stock--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-sns {
  margin-bottom: 10px;
  text-align: center;
}

.block-src-8,
.block-src-9{
    width: calc(345 / 375 * 100vw);
    max-width: 345px;
    margin: 0 auto 13px;
}

@media screen and (max-width:374px){
   .block-src-8,
    .block-src-9{
        margin-bottom: 3.46666vw;/*13px*/ 
    } 
}

.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,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
  margin-bottom: 10px;
}

.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3{
    width: calc(345 / 375 * 100vw);
    max-width: 345px;
    margin: 0 auto 33px;
}

.block-goods-comment3{
    margin: 0 auto 53.1px;
}

.block-goods-comment1 dt,
.block-goods-comment2 dt,
.block-goods-comment3 dt{
    font-size: 19px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-goods-comment1 dd,
.block-goods-comment2 dd,
.block-goods-comment3 dd{
    font-size: 15px;
    line-height: 30px;
}

@media screen and (max-width:374px){
    .block-goods-comment1 dl,
    .block-goods-comment2 dl,
    .block-goods-comment3 dl{
        margin-bottom: 8.8vw;/*33px*/
    }
    .block-goods-comment1 dt,
    .block-goods-comment2 dt,
    .block-goods-comment3 dt{
        font-size: 5.066666vw;/*19px*/
        line-height: 8vw;/*30px*/
        margin-bottom: 5.33333vw;/*20px*/
    }
    .block-goods-comment1 dd,
    .block-goods-comment2 dd,
    .block-goods-comment3 dd{
        font-size: 4vw;/*15px*/ 
        line-height:  8vw;/*30px*/
    }
}
.block-goods-comment3 iframe{
    width: calc(345 / 375 * 100vw);
    height: calc(194 / 375 * 100vw);
    border-radius: 10px;
    overflow: hidden;
}

.block-rules-comment {
  margin-bottom: 10px;
}

.block-variation-no-stock--message,
.block-variation-outside-sales-period--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-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-wrapper {
  position: relative;
  max-width: 100% !important;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-viewport li {
  margin-left: 3px;
  padding-left: 0;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-viewport li:nth-child(4n+1) {
  margin-left: 4px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-viewport li:nth-child(1) {
  margin-left: calc(15 / 375 * 100vw);
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-prev {
  left: -5px;
  background: url(../../img/usr/btn_slider_prev.png) no-repeat center;
  position: absolute;
  top: 40%;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
    display: none;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-next {
  background: url(../../img/usr/btn_slider_next.png) 0 0 no-repeat;
  position: absolute;
  top: 40%;
  right: -5px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
    display: none;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction a.disabled {
  opacity: 0.3;
  cursor: default;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .block-goods-detail--color-variation-goods-color-name {
  font-size: 14px !important;
  text-align: center;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport .block-goods-detail-line-item figure {
    width: calc(345 / 375 * 100vw);
    min-height: calc(345 / 375 * 100vw);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-form .bx-viewport ul li img {
  width: 100%;
}

.block-goods-gallery--color-variation-src {
  vertical-align: top;
}

.block-goods-gallery--color-variation-src a{
    position: relative;
    display: block;
}

.block-goods-gallery--color-variation-src a.active:before{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../img/usr/sb/common/slide_active.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.page-goods .block-goods-detail-line-item{
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.block-goods-gallery--color-variation-src figure{
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    width: calc(95 / 375 * 100vw);
    height: calc(95 / 375 * 100vw);
}

.block-goods-detail--color-variation-goods-thumbnail-form{
    margin: 10px 0 20px;
}

@media screen and (max-width:374px){
    .block-goods-detail--color-variation-goods-thumbnail-form{
        margin: 2.66666vw 0 5.33333vw;
    }
}

.block-goods-detail--color-variation-goods-thumbnail-images .bx-viewport{
    /* padding: 0 calc(15 / 375 * 100vw); */
    padding: 0;
}

/* バリエーション切り替えボタン */

.block-variation + .block-variation{
    margin-top: 15px;
}

.block-variation > .block-variation {
    background: #F8F8E8;
    width: calc(345 / 375 * 100vw);
    padding: 19px 20px 18.5px;
}

@media screen and (max-width:374px){
  .block-variation > .block-variation{
    padding: 5.066666vw 5.33333vw 4.933333vw;
  }
}

.block-variation--name,
h2.block-variation--name{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 17.4px;
    padding: 0;
    border: none;
}

.block-variation--name:before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333333;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

@media screen and (max-width:374px){
    .block-variation--name{
        font-size: 3.73333vw;/*14px*/ 
        margin: 0 0 4.64vw;
        padding: 0;
    }

    .block-variation--name:before{
        width: 3.2vw;/*12px*/ 
        height: 3.2vw;/*12px*/ 
    }
}


.block-variation--item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-variation--item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;/*12px*/ 
    line-height: 5.6vw;/*21px*/
    background: #fff;
    width: calc(150 / 375 * 100vw);
    margin: 0;
}

.block-variation--item:nth-child(n+3){
    margin-top: 5.33333vw;/*20px*/
}

.block-variation--item-description {
  display: none;
}

.block-variation--item dt {
    /*padding: 14px 25px 13px;*/
    padding: 3.73333vw 6.666666vw 3.46666vw;
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-variation--item-list.block-color--item-list {
    justify-content: flex-start;
}

.block-variation--item.block-color--item{
    width: auto; 
    margin: 0 14px 0 0;
}
@media screen and (max-width:374px){
    .block-variation--item.block-color--item{
        margin: 0 3.73333vw 0 0;
    }
}

.block-variation--item.block-color--item dt{
    padding: 0;
}


.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;*/
    border: 4px solid #E8340C;
}

.block-variation--item.block-color--item dt,
.block-variation--item.block-color--item.size-disable-stock dt,
.block-variation--item.block-color--item.active dt{
    border: none;
}

.block-variation--item.block-color--item.active dt{
    position: relative;
}

.block-variation--item.block-color--item.active dt:before{
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../../img/usr/common/check.png) no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.block-variation--item.block-color--item.active dt img{
    border: 4px solid #E8340C;
}


.block-color--item-term {
    min-width: 40px;
    min-height: 40px;
}

.block-color--item-term img {
    max-width: 40px;
    max-height: 40px;
}

.block-color--item-term figure {
    width: 40px;
    height: 40px;
}

.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-variation-outside-sales-period--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-variation-favorite-registed--btn {
  color: #f9f;
}

.block-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-size-with-cart .block-variation-favorite--btn,
.block-size-with-cart .block-variation-favorite-registed--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-variation-outside-sales-period--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,
.block-color-with-cart .block-variation-favorite-registed--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-variation-outside-sales-period--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,
.block-color-size-with-cart .block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

.block-goods-price--regular-repeat-initial-price-name {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

.block-goods-price--regular-repeat-price-name {
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

.block-goods-price--regular-repeat-price {
  font-weight: bold;
  color: #333;
}

.block-goods-price--regular-repeat-net {
  color: #555;
}

.block-goods-price--regular-repeat-default-price {
  text-decoration: line-through;
  color: #333;
  font-weight: bold;
}

.block-goods-size,
.block-goods-spec{
    display: block;
}

.block-goods-size dt,
.block-goods-spec dt{
    min-width: 112px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 7px;
    background: #F8F8E8;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 0 1em;
    font-size: 14px;
}

.block-goods-size dd,
.block-goods-spec dd{
    font-size: 14px;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 16px;
    display: block;
}

/* ----関連商品---- */

.block-accessory-list {
  margin-top: 10px;
}

/* ----ユーザーレビュー画面---- */

.block-goods-user-review {
  margin-bottom: 10px;
}

.block-goods-user-review h2 {
  margin: 10px 0;
  padding-right: 10px;
  padding-left: 10px;
}

.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 {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.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: -3px;
}

.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 -10px 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 -10px 10px;
}

/* ----イベント画面---- */

.block-event-page--goods {
  margin: 0 0 10px 0;
}

.block-event-page--comment {
  margin: 0 10px 10px 10px;
}

/* ----店舗在庫画面---- */

.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-bottom: 10px;
  min-height: 24px;
}

.block-icon span {
  margin-right: 3px;
  display: inline-block;
}

.block-icon img {
  width: auto;
  height: 13px;
  vertical-align: top;
}

.block-event-page--goods .block-icon > span:nth-child(n+3){
  margin-top: 4px;
}

.page-goods .block-icon{
    margin: 18px 0 7px;
}
.page-goods .block-icon span{
    margin-top: 3px;
}

.page-goods .block-icon img {
  height: 24px;
}

/* ----商品一覧画面----*/

/* 表示方法 */
.block-style--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-style--expand-icon {
  display: table-cell;
  height: 30px;
  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 {
}

.block-sort--expand-icon {
  display: table-cell;
  height: 30px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-sort--element {
}

.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 {
    width: calc(315 / 375 * 100vw);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
}

.pager-total + .pagination + .pagination{
  width: calc(220 / 374 * 100vw);
  display: flex;
  justify-content: space-between;
}

.pager-total + .pagination + .pagination.center{
  justify-content: center;
}

.pager-total + .pagination + .pagination.center li.pager-current + li,
.pager-total + .pagination + .pagination.center li:last-child{
  margin-left: 2em;
}

.pager-total.js-wide-l + .pagination + .pagination,
.pager-total.js-wide-r + .pagination + .pagination{
  width: calc(250 / 374 * 100vw);
}

.pagination > li{
  border: none;
  padding: 0;
  color: #484545;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width:374px){
    .pagination > li{
        font-size: 3.46666vw;/*13px*/ 
    }
}

.pagination > li.colon:after,
.pagination > li.pager-current.colon:after{
  content: "・";
  color: #A7A7A7;
  font-size: 13px;
  padding: 0;
  padding-left: calc(12 / 375 * 100vw);
}

.pager-total.js-wide-l + .pagination + .pagination > li.colon:after,
.pager-total.js-wide-l + .pagination + .pagination > li.pager-current.colon:after,
.pager-total.js-wide-r + .pagination + .pagination > li.colon:after,
.pager-total.js-wide-r + .pagination + .pagination > li.pager-current.colon:after{
  padding-left: calc(24 / 375 * 100vw);
}

.pager-total.js-wide-l + .pagination,
.pager-total.js-wide-r + .pagination + .pagination + .pagination{
  display: none;
}

.pagination > li.pager-current span{
    color: #A7A7A7;
}
.pagination > li.pager-select-view:last-child{
    padding-right: 0;
}
.block-goods-list-naviframe--top,
.pagination .pager-first,
.pagination .pager-last,
.pagination .pager-prev.hidden,
.pagination .pager-next.hidden{
    display: none;
}
.pagination .pager-prev,
.pagination .pager-next{
    width: 27px;
    height: 27px;
    display: inline-block;
    padding: 0;
    border: none;
}

.pagination .pager-prev a,
.pagination .pager-next a{
    text-indent: 999px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.pagination .pager-prev{
    background: url(../../img/usr/sb/common/pager_prev.png) no-repeat;
    background-size: 100% auto;
}
.pagination .pager-next{
    background: url(../../img/usr/sb/common/pager_next.png) no-repeat;
    background-size: 100% auto;
}
.pager-total{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.pager-count{
    font-size: 14px;
}
.pager-count span{
    font-size: 18px;
    padding: 0 0.25em;
}

.block-goods-list--pager-bottom.block-goods-list--pager.pager{
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}

/* 自動読み込み */
.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---- */

.block-pickup-list-p--items {
  border-top: 1px solid #eee;
}

.block-pickup-list-p--items li {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.block-pickup-list-p--items li a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}

.block-pickup-list-p--goods-image {
  width: 145px;
  display: table-cell;
  vertical-align: top;
}

.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--goods-name {
  font-weight: bold;
}

.block-pickup-list-p--comment {
  font-size: 12px;
}

.block-pickup-list-p--price {
  font-size: 18px;
  font-weight: bold;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

.block-thumbnail-t--items {
    width: calc(345 / 375 * 100vw);
    max-width: 345px;
    margin: 25px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-thumbnail-t--items li {
    width:calc(165 / 375 * 100vw);
    max-width: 165px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-bottom: 30px;
}

.block-event-page--goods .block-thumbnail-t--items li{
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 16.5px;
    margin-bottom: 18.5px;
}

.block-thumbnail-t--items li a {
  text-decoration: none;
}

.block-thumbnail-t--items .block-icon img {
    height: calc(21 / 375 * 100vw);
    max-height: 21px;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  margin-bottom: 10px;
}

.block-thumbnail-t--goods-image figure {
  width: 100%;
}

.block-thumbnail-t--goods-image figure img{
  border-radius: 10px;
  max-height: calc(165 / 375 * 100vw);
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
}

.block-thumbnail-t--goods-name {
    font-size: 12px; 
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width:374px){
    .block-thumbnail-t--goods-name {
        font-size: 3.2vw;/*12px*/ 
        line-height: 5.86666vw;/*22px*/
    }
}

.block-thumbnail-t--comment {
  font-size: 12px;
}

.block-thumbnail-t--price {
    font-size: 13px; 
    line-height: 36px;
    text-align: right;
    margin-top: 16px;
}

.block-thumbnail-t--price span{
    font-size: 11px;
}

@media screen and (max-width:374px){
    .block-thumbnail-t--price {
        font-size: 3.46666vw;/*13px*/ 
        line-height: 9.6vw;/*36px*/
    }

    .block-thumbnail-t--price span{
        font-size: 2.933333vw;/*11px*/ 
    }
}
/* ----商品一覧画面：ランキング：block-ranking-r---- */

.block-ranking-r--items {
    width: calc(345 / 375 * 100vw);
    margin: 0 auto;
    font-size: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block-ranking-r--items li {
    width: calc(165 / 375 * 100vw);
    max-width: 165px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-bottom: 31.8px;
}

.block-ranking-r--items li:nth-last-child(1) ,
.block-ranking-r--items li:nth-last-child(2) {
    margin-bottom: 0;
}

.block-ranking-r--items li a {
    text-decoration: none;
}

.block-ranking-r--goods-image {
    width: 100%;
    margin-bottom:10px;
}

.block-ranking-r--goods-image figure {
    background: #f5f5f5;
    width: calc(165 / 375 * 100vw);
    height: calc(165 / 375 * 100vw);
}

.block-ranking-r--goods-image figure img{
    border-radius: 10px;
    overflow: hidden;
}

.block-ranking-r--goods-description {
  word-wrap: break-word;
}

.block-ranking-r--goods-name {
    font-size: 12px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

@media screen and (max-width:374px){
   .block-ranking-r--goods-name {
        font-size: 3.2vw;/*12px*/ 
        line-height: 5.86666vw;/*22px*/
        margin-bottom: 4vw;/*15px*/ 
    } 
}

.block-ranking-r--comment {
  font-size: 12px;
}

.block-ranking-r--price {
    font-size: 14px;
    text-align: right;
}

.block-ranking-r--price span{
    font-size: 11px;
}

/* ランキングアイコン */
.block-thumbnail-r--price-items{
  height: 40px;
}

a > .block-ranking-r--goods-image {
    position: relative;
    padding-top: 47px;
}

.block-ranking-r--rank {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: url(../../img/usr/sb/common/rank_etc.png) no-repeat;
    background-size: 100% auto;
}

.block-ranking-r--goods-rank-1 .block-ranking-r--rank {
    background: url(../../img/usr/sb/common/rank1.png) no-repeat;
    background-size: 100% auto;
}

.block-ranking-r--goods-rank-2 .block-ranking-r--rank {
    background: url(../../img/usr/sb/common/rank2.png) no-repeat;
    background-size: 100% auto;
}

.block-ranking-r--goods-rank-3 .block-ranking-r--rank {
    background: url(../../img/usr/sb/common/rank3.png) no-repeat;
    background-size: 100% auto;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */
.block-thumbnail-h--price-items{
  height: 40px;
}

h2.block-recent-item--header{
    background: none;
    text-align: center;
    font-weight: bold !important;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 27.5px;
    padding: 0;
    border: none;
}

@media screen and (max-width:374px){
    h2.block-recent-item--header{
        font-size: 5.33333vw;/*20px*/
        line-height: 9.6vw;/*36px*/ 
        margin-bottom: 6.8vw;/*27.5px*/
    }
}
.block-thumbnail-h--items {
    padding: 0;
    margin-bottom: 50px;
}

@media screen and (max-width:374px){
    .block-thumbnail-h--items {
        padding: 0;
        margin-bottom: 13.33333vw;/*50px*/
    }
}

.block-thumbnail-h--items li {
    /*width: calc(165 / 375 * 100vw);*/
    width: calc(174 / 375 * 100vw);
    max-width: 174px;
    display: inline-block;
    vertical-align: top;
    padding-left: 9px;
}

.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: calc(165 / 375 * 100vw);
    max-width: 165px;
    height: calc(165 / 375 * 100vw);
    max-height: 165px;
    border-radius: 10px;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    overflow: hidden;
}
.block-thumbnail-h--goods-name,
.block-goods-list-d--goods-name{
    font-size: 12px; 
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 9.5px 0 16px;
}
.block-thumbnail-h--price{
    font-size: 13px; 
    text-align: right;
}
.block-thumbnail-h--price span{
    font-size: 11px; 
}

@media screen and (max-width:374px){
    .block-thumbnail-h--goods-name{
        font-size: 3.2vw;/*12px*/ 
        line-height: 5.86666vw;/*22px*/
        margin: 2.53333vw 0 4.26666vw;
    }
    .block-thumbnail-h--price{
        font-size: 3.46666vw;/*13px*/
    }
    .block-thumbnail-h--price span{
        font-size: 2.933333vw;/*11px*/ 
    }
}


/* ----商品一覧画面：買い物かご：block-cart-i---- */
.block-thumbnail-i--price-items{
  height: 40px;
}

.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-thumbnail-j--price-items{
  height: 40px;
}

.block-goods-detail-j--items {
    width: calc(350 / 375 * 100vw);
    max-width: 350px;
    margin: 0 auto;
}

.block-goods-detail-j--items li {
    border-bottom: 1px solid #D6D6D6;
    padding: 20px 0 14.6px;
}

.block-goods-detail-j--items li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
    width: 100%;
}

.block-goods-detail-j--items .block-icon {
    width: 100%;
    margin-bottom: 4.8px;
    display: block;
}

.block-goods-detail-j--items .block-icon img{
    height: 21px;
}

.block-goods-detail-j--goods-image {
    width: calc(165 / 375 * 100vw);
    max-width: 165px;
    height: calc(165 / 375 * 100vw);
    max-height: 165px;
    vertical-align: top;
}

.block-goods-detail-j--goods-image figure {
    width: calc(165 / 375 * 100vw);
    max-width: 165px;
    height: calc(165 / 375 * 100vw);
    max-height: 165px;
}

.block-goods-detail-j--goods-image figure img{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #CBCBCB;
}

.block-goods-detail-j--goods-description {
    width: calc(168 / 375 * 100vw);
    max-width: 168px;
    vertical-align: top;
    word-wrap: break-word;
    font-size: 14px;
}

.block-goods-detail-j--goods-name {
    font-size: 12px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:374px){
   .block-goods-detail-j--goods-name {
        font-size: 3.2vw;/*12px*/ 
        line-height: 5.86666vw;/*22px*/
    } 
}

.block-goods-detail-j--comment {
  font-size: 12px;
}

.block-goods-detail-j--price {
    margin-top: 15px;
    font-size: 14px;
    text-align: right;
}
.block-goods-detail-j--price span {
    font-size: 11px;
}

@media screen and (max-width:374px){
   .block-goods-detail-j--price {
        margin-top: 4vw;/*15px*/ 
        font-size: 3.73333vw;/*14px*/ 
    }
    .block-goods-detail-j--price span {
        font-size: 2.933333vw;/*11px*/ 
    }
}

.block-goods-detail-j--cart-btn {
    display: none;
}

.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-thumbnail-x--price-items{
  height: 40px;
}

.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-thumbnail-c--price-items{
  height: 40px;
}

.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 0 10px 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;
}

.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: 0 10px 10px 10px;
}
