﻿@charset "UTF-8";

/* ----商品検索/詳細 共通---- */
.block{}
.block-icon{
  display: flex;
  flex-wrap: wrap;
}
.block-icon span{
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  border: 1px #000000 solid;
  padding: 0 11px;
  margin-right: 13px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
span.block-icon--auto-reserve,
span.block-icon--auto-new{
  color: #A49474;
  border: 1px #A49474 solid;
}
span.block-icon--auto-sale{
  color: #ffffff;
  border: 1px #D10E0E solid;
  background-color: #D10E0E;
  padding: 0 23px 0 17px;
}

/* ----商品検索---- */
.block-h1{
  background-color: #000000;
  margin-bottom: 30px;
}
.block-h1 h1 {
  margin: 0;
  padding: 15px 0;
  line-height: 1.2;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.03em;
}

.block-search-list--searching{
  margin: 0 15px 25px 15px;
}
.block-search-list--searching dl {
}
.block-search-list--searching dt {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 16px;
}
.block-search-list--searching dt:after {
  content: ":";
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
}
.block-search-list--searching dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.block-search-list--searching dd span{
  position: relative;
  line-height: 30px;
  display: inline-block;
  background-color: #000000;
  padding: 0 37px 0 20px;
  font-size: 1.4rem;
  color: #ffffff;
  border-radius: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.block-search-list--searching dd span:before,
.block-search-list--searching dd span:after{
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  right: 12px;
  top: 50%;
  margin-top: 0px;
}
.block-search-list--searching dd span:before{
  transform: rotate(45deg);
}
.block-search-list--searching dd span:after{
  transform: rotate(-45deg);
}

.block-search-list--filter-btn{
  margin: 0 15px 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #707070 solid;
  height: 45px;
  background-image: url(../../img/usr/ico_filter.png);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 20px center;
}
.block-search-list--filter-menu-clear-btn{
  background-color: #e0e3e6 !important;
  color: #000000 !important;
}
.block-search-list--filter-menu-clear-btn:before,
.block-search-list--filter-menu-clear-btn:after{
  background-color: #000000 !important;
}
.block-search-list--filter-menu-clear-btn {
}
.block-search-list--filter-btn span{
  font-size: 1.3rem;
}

.block-search-list--filter-menu{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 10000;
}
.block-search-list--filter-menu-title{
  height: 75px;
}
.block-search-list--filter-menu-title h2{
  background: none;
  padding: 20px;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}
.block-search-list--filter-menu--close{
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
}
.block-search-list--filter-menu--close:before,
.block-search-list--filter-menu--close:after{
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
  right: 18px;
  top: 50%;
  margin-top: -1px;
}
.block-search-list--filter-menu--close:before{
  transform: rotate(45deg);
}
.block-search-list--filter-menu--close:after{
  transform: rotate(-45deg);
}

.block-search-list--filter-menu-content{
  position: relative;
  height: calc(100% - 140px);
  height: -moz-calc(100% - 140px);
  height: -webkit-calc(100% - 140px);
  overflow: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;

}
.block-search-list--filter-menu-content form{
  position: relative;
  z-index: 1;
}
.block-search-list--filter-menu-content.active{
  overflow: hidden;
}
.block-search-list--filter-menu-content .block-search-box--form{
  position: relative;
  padding: 0;
  margin: 0 27px 30px 27px;
  height: 45px;
}
.block-search-list--filter-menu-content .block-search-box--form input[type="text"]{
  border: 1px #707070 solid;
  height: 45px;
  line-height: 43px;
  font-size: 1.3rem;
  padding: 0 41px 0 10px;
  letter-spacing: 0.04em;
  width: 100%;
  position: static;
}
.block-search-list--filter-menu-content .block-search-box--form input[type="text"]::placeholder {
  color: #949494;
}
.block-search-list--filter-menu-content .block-search-box--form input[type="text"]:-ms-input-placeholder {
  color: #949494;
}
.block-search-list--filter-menu-content .block-search-box--form input[type="text"]::-ms-input-placeholder {
  color: #949494;
}
.block-search-list--filter-menu-content .block-search-box--form button{
  background: none;
  position: absolute;
  top: 0;
  left: auto;
  right: 5px;
  width: 40px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-image: url(../../img/usr/ico_search_black.png);
  background-repeat: no-repeat;
  background-position: 11px center;
  background-size: 23px auto;
  padding: 0;
}
.block-search-list--filter-menu-list{
  padding: 0 27px;
  width: 100%;
}
.block-search-list--filter-menu-list dl{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px #E0E0E0 solid;
  padding: 18px 27px 17px 0;
}
.block-search-list--filter-menu-list dl:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.block-search-list--filter-menu-list dl:last-of-type{
  border-bottom: 1px #E0E0E0 solid;
  margin-bottom: 15px;
}
.block-search-list--filter-menu-list dt{
  font-size: 1.4rem;
  flex: 1;
}
.block-search-list--filter-menu-list dd{
  font-size: 1.1rem;
  color: #808080;
  max-width: 8em;
}
.block-search-list--filter-menu-btn{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10051;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  align-items: flex-end;
  padding: 0 10px 10px 10px;
  -webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
  box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
}
.block-search-list--filter-menu-btn--clear,
.block-search-list--filter-menu-btn--submit{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  text-align: center;
}
.block-search-list--filter-menu-btn--clear{
  width: calc(35% - 5px);
  width: -moz-calc(35% - 5px);
  width: -webkit-calc(35% - 5px);
  background-color: #CCCCCC;
}
.block-search-list--filter-menu-btn--submit{
  width: calc(100% - 5px);
  width: -moz-calc(100% - 5px);
  width: -webkit-calc(100% - 5px);
  background-color: #000000;
  background-image: url(../../img/usr/ico_filter_white.png);
  background-size: 23px auto;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.block-search-list--filter-menu-btn--clear span,
.block-search-list--filter-menu-btn--submit span{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
}
.block-search-list--filter-menu-btn--submit span{
  margin-left: 21px;
}

.block-search-list--filter-menu-sublist{
  position: fixed;
  top: 75px;
  left: 100%;
  background-color: #ffffff;
  width: 100%;
  height: calc(100% - 135px);
  height: -moz-calc(100% - 135px);
  height: -webkit-calc(100% - 135px);
  z-index: 10051;
}

.block-search-list--filter-menu-sublist-title{
  position: relative;
  border-top: 1px #E0E0E0 solid;
  border-bottom: 1px #E0E0E0 solid;
  width: 100%;
  height: 46px;
  padding: 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-search-list--filter-menu-sublist-title h3{
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}
.block-search-list--filter-menu-sublist--close{
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 44px;
  border-right: 1px #E0E0E0 solid;
  background-color: #F9F9F9;
}
.block-search-list--filter-menu-sublist--close:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 9px;
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
  transform: rotate(135deg);
  margin-top: -5px;
}

.block-search-list--filter-menu-sublist-checkbox{
  padding-top: 6px;
  height: calc(100% - 46px);
  height: -moz-calc(100% - 46px);
  height: -webkit-calc(100% - 46px);
  overflow: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.block-search-list--filter-menu-sublist-checkbox div{
  margin: 0 22px 0 28px;
  padding: 6px 0 7px 0;
  border-bottom: 1px #E0E0E0 solid;
}
.block-search-list--filter-menu-sublist-checkbox div:last-of-type{
  margin-bottom: 30px;
}
.block-search-list--filter-menu-sublist-checkbox input{
  display: none;
}
.block-search-list--filter-menu-sublist-checkbox input + label{
  display: block;
  padding: 10px 0 10px 30px;
  position:relative;
  line-height: 21px;
  margin-right: 20px;
  font-size: 1.3rem;
}
.block-search-list--filter-menu-sublist-checkbox input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  border: 1px solid #707070;
  background-color: #ffffff;
  transition: all .4s ease;
}
.block-search-list--filter-menu-sublist-checkbox input:checked + label::before{
  background-color: #000000;
}
.block-search-list--filter-menu-sublist-checkbox input + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 11px;
  height: 7px;
  margin-top: -7px;
  border-left: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
  transform: rotate(-45deg);
  transition: all .4s ease;
  opacity: 0;
}
.block-search-list--filter-menu-sublist-checkbox input:checked + label::after{
  opacity: 1;
}


.block-goods-list-d-favorite{
  position: absolute !important;
  top: -30px;
  right: 10px;
  /*opacity: 0;*/
  /*z-index: -1;*/
  transition: all .4s ease;
}
.block-goods-list-d-favorite a{
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../../img/usr/ico_favorite.png);
  background-repeat: no-repeat;
  background-position: 15px 5px;
  background-size: 20px auto;
  transition: all .4s ease;
}
.block-goods-list-d-favorite a:hover{
  opacity: 0.7;
}
.block-goods-list-d--items>li:hover .block-goods-list-d-favorite{
  z-index: 3;
  opacity: 1;
}
.block-goods-list-d-favorite a.block-goods-list-d-favorite-registed--btn{
  background-image: url(../../img/usr/ico_favorite_registed.png);
}

.block-goods-list-d--comparison-table{
  position: relative;
  margin-top: 26px;
}
.block-goods-list-d--comparison-table.block-goods-list-d-favorite a.block-goods-list-d-favorite--btn{
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../../img/usr/ico_favorite.png);
  background-repeat: no-repeat;
  background-position: 15px 5px;
  background-size: 20px auto;
  transition: all .4s ease;
}
.block-goods-list-d--comparison-table.block-goods-list-d-favorite a.block-goods-list-d-favorite--btn span{
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.block-goods-list-d--comparison-table.block-goods-list-d-favorite a.block-goods-list-d-favorite--btn:hover{
  opacity: 0.7;
}
.block-goods-list-d--items>li:hover .block-goods-list-d--comparison-table.block-goods-list-d-favorite a.block-goods-list-d-favorite--btn{
  z-index: 3;
  opacity: 1;
}
.block-goods-list-d--comparison-table.comparison a.block-goods-list-d-favorite--btn{
  background-image: url(../../img/usr/ico_favorite_registed.png);
}
.block-goods-list-d--comparison-table a{
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  font-size: 1.2rem;
  width: auto;
  text-align: center;
  padding: 10px 0;
  line-height: 1.2;
  /*opacity: 0;*/
  transition: all .4s ease;
}
.block-goods-list-d--items>li:hover .block-goods-list-d--comparison-table a{
  opacity: 1;
}
.block-goods-list-d--items>li:hover .block-goods-list-d--comparison-table a:hover{
  opacity: 0.7;
}
.block-goods-list-d--comparison-table a>span{
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.block-goods-list-d--comparison-table a>span:before{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.block-goods-list-d--comparison-table a>span span:before,
.block-goods-list-d--comparison-table a>span span:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 9px;
  height: 1px;
  background-color: #ffffff;
}
.block-goods-list-d--comparison-table a>span span:before{
}
.block-goods-list-d--comparison-table a>span span:after{
  transform: rotate(90deg);
}
.block-goods-list-d--comparison-table.comparison a>span span:after{
  transform: rotate(0deg);
}

.block-goods-list-d--comparison-table_ballon{
  position: absolute;
  width: auto;
  min-width: 150px;
  right: -5px;
  padding: 8px 15px;
  bottom: 50px;
  background-color: #ffffff;
  border: 2px solid #A49474;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  z-index: 10;
  display: none;
}
.block-goods-list-d--comparison-table_ballon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 15px;
  bottom: -9px;
  border-right: 9px solid transparent;
  border-top: 9px solid #A49474;
  border-left: 9px solid transparent;
}
.block-goods-list-d--comparison-table_ballon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 15px;
  bottom: -6px;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffffff;
  border-left: 9px solid transparent;
}


/* ----商品詳細画面---- */
.block-goods-detail {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.pane-goods-left-side{
  margin-top: 15px;
  margin-bottom: 20px;
}
.pane-goods-left-side:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 280px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 10px;
  background-image: url(../../img/usr/img_slider_loading.gif);
  background-repeat: no-repeat;
}

.block-goods-slider-wrap{
  position: relative;
  opacity: 0;
  background-color: #ffffff;
}

.block-goods-slider-wrap.multiple{
  transition: all .2s ease;
}
.block-goods-slider-wrap.visible{
  opacity: 1;
}

.js-goods-detail-goods-slider{
}
.js-goods-detail-goods-slider ul{
  width: 100vw;
  height: 100vw;
  overflow: hidden;
}
.js-goods-detail-goods-slider li span,
.js-goods-detail-goods-slider li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
  margin: 0 auto;
}
.js-goods-detail-goods-slider li span img,
.js-goods-detail-goods-slider li a img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.js-goods-detail-goods-slider .slick-arrow{
  display: none !important;
}

@media screen and (min-width:480px) { 
  .js-goods-detail-goods-slider ul{
    width: 480px;
    height: 480px;
    margin: 0 auto;
  }
  .js-goods-detail-goods-slider li span,
  .js-goods-detail-goods-slider li a{
    width: 480px;
    height: 480px;
  }
}


.block-goods-slider-comment{
  margin: 18px 1em 18px 1em;
  text-align: center;
  line-height: 1.3;
  min-height: 1.3em;
}
.block-goods-slider-comment span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-goods-detail--color-variation-goods-thumbnail-form{
  margin: 29px 0 20px 0;
}
.single .block-goods-detail--color-variation-goods-thumbnail-form{
  display: none;
}
.block-goods-detail--color-variation-goods-thumbnail-form ul{
  width: 100%;
  overflow: hidden;
}
.block-goods-detail--color-variation-goods-thumbnail-form li{
  transition: all .4s ease;
}
.block-goods-detail--color-variation-goods-thumbnail-form li:hover{
  cursor: pointer;
  opacity: 0.8;
}
.block-goods-detail--color-variation-goods-thumbnail-form li span,
.block-goods-detail--color-variation-goods-thumbnail-form li #qrcodeS{
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}
.block-goods-detail--color-variation-goods-thumbnail-form li.slick-current span:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-goods-detail--color-variation-goods-thumbnail-form li span img,
.block-goods-detail--color-variation-goods-thumbnail-form li #qrcodeS canvas{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.block-goods-detail--color-variation-goods-thumbnail-form .slick-arrow{
  display: none !important;
}

.block-goods-img-notice{
  margin: 15px 20px 0 20px;
}
.block-goods-img-notice p{
  font-size: 1.2rem;
  color: #585858;
  text-align: center;
  line-height: 1.5;
}

.block-goods-add-cart-wrap{
  height: max-content;
  margin-bottom: 10px;
}
.block-goods-add-cart{
  position: relative;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.block-goods-add-cart.notselling {
    display: none;
}

.block-goods-add-cart.fixed{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
  box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
  z-index: 5;
}

.block-goods-add-cart>.block-goods-add-cart-inner{
  width: calc(100% - 30px);
  height: max-content;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
}
.block-goods-add-cart:not(.notselling)>.block-goods-add-cart-inner{
  background-color: #000000;
}
.block-goods-add-cart.notselling>.block-goods-add-cart-inner{
  background-color: #ccc;
}
.block-goods-add-cart.fixed>.block-goods-add-cart-inner{
  position: relative;
}
.block-goods-add-cart span{
  display: inline-block;
  font-size: 1.8rem;
  line-height: 50px;
}
.block-goods-add-cart:not(.notselling) span{
  padding-left: 35px;
  padding-right: 15px;
  background-image: url(../../img/usr/ico_cart.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.block-goods-distributor{
  margin: 0px 15px 52px 15px;
}
.block-goods-distributor a{
  display: block;
  font-size: 1.8rem;
  width: 100%;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  letter-spacing: 0.01em;
  border-radius: 3px;
}

.block-goods-top--comparison-table{
  margin: 0px 15px 29px 15px;
  height: 61px;
  display: flex;
  justify-content: space-between;
}
.block-goods-top--comparison-table a{
  text-decoration: none;
  font-size: 1.4rem;
}
.block-goods-top--comparison-table--btn{
  flex: 1;
  border: 1px #707070 solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-goods-top--comparison-table--btn>span{
  display: block;
  position: relative;
  padding-left: 24px;
  padding-right: 13px;
}
.block-goods-top--comparison-table--btn>span:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-color: #000000;
  border-radius: 50%;
  z-index: 1;
}
.block-goods-top--comparison-table--btn>span span{
  display: block;
  position: relative;
}
.block-goods-top--comparison-table--btn>span span:before,
.block-goods-top--comparison-table--btn>span span:after{
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  z-index: 2;
}
.block-goods-top--comparison-table--btn>span span:before{
  left: -19px;
  width: 9px;
  height: 1px;
}
.block-goods-top--comparison-table--btn>span span:after{
  left: -15px;
  width: 1px;
  height: 9px;
  margin-top: -4px;
}

.block-goods-top--comparison-table--link{
  position: relative;
  width: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
}
.block-goods-top--comparison-table--link:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 9px;
  height: 9px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(-45deg);
  margin-top: -6px;
}

.block-goods-top--user-nav-wrap-noflex{
  margin: 0 auto 50px auto;
}
.block-goods-top--user-nav-wrap{
  display: flex;
  margin: 0 auto 50px;
}

.block-bookmark-list-title{
  margin: 0 17px 5px 17px;
  font-weight: bold;
}
.block-bookmark-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 17px 10px 17px;
  padding-block: 5px;
  gap: 5px;
}
.block-bookmark-list a{
  width: 64px;
  height: 64px;
  border: 1px solid #C0C0C0;
}

.block-bookmark-link{
  float: left;
  width: 130px;
  margin-left: 17px;
}

.block-goods-top--user-nav{
  position: relative;
}
.block-goods-top--user-nav>ul{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 336px;
  margin: 0 auto;
}
.block-goods-top--user-nav>ul>li{
  width: 112px;
}
.block-goods-top--user-nav>ul>li>a{
  position: relative;
  display: block;
  padding: 40px 0 0 0;
  text-decoration: none;
  border: none;
  background: none;
}
.block-goods-top--user-nav>ul>li>a:before,
.block-goods-top--user-nav>ul>li>a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, 0);
}
.block-goods-top--user-nav>ul>li>a:before{
  border: 1px #707070 solid;
  border-radius: 50%;
  z-index: 2;
}
.block-goods-top--user-nav>ul>li>a:after{
  background-repeat: no-repeat;
  z-index: 3;
}
.block-goods-top--user-nav--comparison a:after{
  background-image: url(../../img/usr/ico_favorite_sp.png);
  background-size: 15px auto;
  background-position: center center;
}
.block-goods-top--user-nav--comparison #anc_link_compare:after{
  background-image: url(../../img/usr/ico_favorite_registerd_sp.png);
  background-size: 15px auto;
  background-position: center center;
}
.block-goods-top--user-nav--share a:after{
  background-image: url(../../img/usr/ico_share_sp.png);
  background-size: 20px auto;
  background-position: center center;
}
.block-goods-top--user-nav--favorite a:after{
  background-image: url(../../img/usr/ico_favorite_sp.png);
  background-position: center center;
  background-size: 20px auto;
}
.block-goods-top--user-nav--favorite-registerd a:after{
  background-image: url(../../img/usr/ico_favorite_registerd_sp.png);
  background-position: center center;
  background-size: 20px auto;
}
.block-goods-top--user-nav>ul>li a span{
  display: block;
  text-align: center;
  line-height: 1.3;
  margin-top: 5px;
  height: 2.6em;
}

.block-goods-top--user-nav--comparison{
  position: relative;
}
.block-goods-top--user-nav--comparison_ballon{
  display: none;
  position: absolute;
  top: 98px;
  left: -50px;
  width: 212px;
  padding: 5px 10px;
  line-height: 1.2;
  background-color: #ffffff;
  border: 2px solid #A49474;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  z-index: 10;
}
.block-goods-top--user-nav--comparison_ballon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -12px;
  margin-left: -12px;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #A49474;
  border-left: 12px solid transparent;
}
.block-goods-top--user-nav--comparison_ballon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -9px;
  margin-left: -12px;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-left: 12px solid transparent;
}
.block-goods-top--user-nav--comparison_removed_ballon{
  display: none;
  position: absolute;
  top: 98px;
  left: -50px;
  width: 230px;
  padding: 5px 10px;
  line-height: 1.2;
  background-color: #ffffff;
  border: 2px solid #A49474;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  z-index: 10;
}
.block-goods-top--user-nav--comparison_removed_ballon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -12px;
  margin-left: -12px;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #A49474;
  border-left: 12px solid transparent;
}
.block-goods-top--user-nav--comparison_removed_ballon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -9px;
  margin-left: -12px;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-left: 12px solid transparent;
}

.block-goods-top--user-nav--share-link-wrap{
  display: none;
}
.block-goods-top--user-nav--share-link{
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 15px;
  /*width: calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);*/
  width: 220px;
  height: 75px;
  background-color: #000000;
  display: flex;
  justify-content: flex-end;
}
.block-goods-top--user-nav--share-link ul{
  display: flex;
  flex: 1;
}
.block-goods-top--user-nav--share-link li{
/*
  width: calc((100vw - 30px)*0.26);
  width: -moz-calc((100vw - 30px)*0.26);
  width: -webkit-calc((100vw - 30px)*0.26);
*/
  width: calc(100% / 3);
  max-width: 88px;
}
.block-goods-top--user-nav--share-link li a{
  display: block;
  width: 65%;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 0 0 0;
  background-position: center center;
}
.block-goods-top--user-nav--twitter a{
  background-image: url(../../img/usr/ico_twitter_sp.png);
  width: 60% !important;
}
.block-goods-top--user-nav--facebook a{
  background-image: url(../../img/usr/ico_facebook_sp.png);
}
.block-goods-top--user-nav--line a{
  background-image: url(../../img/usr/ico_line_sp.png);
}


.block-goods-top--user-nav--share-link-close{
  position: relative;
  width: 70px;
}

.block-goods-top--user-nav--share-link-close:before,
.block-goods-top--user-nav--share-link-close:after{
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 1px;
  border-radius: 2px;
  background-color: #ffffff;
  top: 53%;
  right: 24px;
  margin-top: -3px;
  z-index: 2;
}
.block-goods-top--user-nav--share-link-close:before{
  transform: rotate(45deg);
}
.block-goods-top--user-nav--share-link-close:after{
  transform: rotate(-45deg);
}

.block-goods-fixed-nav-wrap{
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  border-top: 1px #E0E0E0 solid;
  background-color: #ffffff;
  z-index: 8;
}
.block-goods-fixed-nav{
  display: flex;
  width: 100%;
  align-items: flex-end;
  padding: 0 15px 0 10px;
-webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
}
.block-goods-fixed-nav--price{
  flex: 1;
  padding-bottom: 18px;
}
.block-goods-fixed-nav--price.sale:before{
  content: "SALE";
  display: inline-block;
  background-color: #D10E0E;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.2;
  min-width: 50px;
  text-align: center;
  padding: 1px 0.5em;
  margin-bottom: 5px;
}
.block-goods-fixed-nav--price p{
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
}
.block-goods-fixed-nav--price.sale p{
  color: #D10E0E;
}
.block-goods-fixed-nav--price p span{
  font-size: 1.1rem;
  padding-left: 0.4em;
}
.block-goods-fixed-nav-cart{
  width: 195px;
}
.block-goods-fixed-nav-cart--btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  background-color: #000000;
  border: 1px #707070 solid;
  margin-bottom: 18px;
}
.block-goods-fixed-nav-cart--btn span{
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  background-image: url(../../img/usr/sp/ico_cart.png);
  background-repeat: no-repeat;
  background-position: 2px center;
  padding-left: 35px;
  line-height: 20px;
}

.block-goods-detail .block-icon{
  margin: 0 auto;
}

.block-goods-top{
  margin: 25px auto 15px;
}
.block-goods-top--brand{
  margin-bottom: 20px;
}
.block-goods-top--brand img{
  max-height: 17px;
}
.block-goods-top .block-goods-top--brand.c10 {
  background: url(../../img/usr/brand/one.png) no-repeat 0 0;
  text-indent: 99999px;
}
.block-goods-top .block-goods-top--brand.c20 {
  background: url(../../img/usr/brand/the-citizen.png) no-repeat 0 0;
  text-indent: 99999px;
}
.block-goods-top .block-goods-top--brand.c30 {
  background: url(../../img/usr/brand/satellitewave-gps.png) no-repeat 0 0;
  text-indent: 99999px;
}
.block-goods-top .block-goods-top--brand.c40 {
  background: url(../../img/usr/brand/exceed.png) no-repeat 0 0;
  text-indent: 99999px;
}
.block-goods-top .block-goods-top--brand.c50 {
  background: url(../../img/usr/brand/attesa.png) no-repeat 0 0;
  text-indent: 99999px;
}
.block-goods-top .block-goods-top--brand.c60 {
  background: url(../../img/usr/brand/promaster.png) no-repeat 0 0;
  text-indent: 99999px;
}
.block-goods-top .block-goods-top--brand.c70 {
  background: url(../../img/usr/brand/citizen_l.png) no-repeat 0 0;
  text-indent: 99999px;
}
.block-goods-top .block-goods-top--brand.c80 {
  background: url(../../img/usr/brand/xc.png) no-repeat 0 0;
  text-indent: 99999px;
}
.block-goods-top .block-goods-top--brand.c90 {
  background: url(../../img/usr/brand/kii.png) no-repeat 0 0;
  text-indent: 99999px;
}
.block-goods-top .block-goods-top--brand.ca0 {
  background: url(../../img/usr/brand/collection.png) no-repeat 0 0;
  text-indent: 99999px;
}
.block-goods-top .block-goods-top--brand.cb0 {
  background: url(../../img/usr/brand/bluetooth.png) no-repeat 0 0;
  text-indent: 99999px;
}

.block-goods-top--series-model{
  text-align: center;
}
.block-goods-top--series-model p{
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 3px;
}

.block-goods-name{
  margin: 0px 17px 5px 17px;
  text-align: center;
}
.block-goods-name h1{
  margin: 0;
  padding: 0;
  font-size: 2.6rem;
  line-height: 1.3;
}

.block-goods-price {
  margin: 0px 17px 25px 17px;
  text-align: center;
}
.block-goods-price#dvBarcord{
  margin: 15px auto 30px auto;
}
.block-goods-info + .block-goods-price {
  margin-bottom: 15px;
}
.block-goods-price--price {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.block-goods-price--price.sale:before{
  content: "SALE";
  display: inline-block;
  background-color: #D10E0E;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.2;
  min-width: 50px;
  text-align: center;
  padding: 1px 0.5em;
  margin-bottom: 5px;
  margin-right: 1em;
}
.block-goods-price--price.sale{
  color: #D10E0E;
}
.block-goods-price--price span{
  font-size: 1.6rem;
  padding-left: 0.5em;
}

.block-goods-price--on-sales-comment {
  color: #c30;
}

.block-goods-info{
  margin: 0 17px 22px 17px;
}
.block-goods-name + .block-goods-info{
  margin-bottom: 10px;
  text-align: center;
}

.block-goods-comment{
  margin: 0 17px 20px 17px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.block-goods-comment1{
  margin: 0 17px;
}
.block-goods-comment1 p{
  line-height: 1.7;
}
.block-goods-comment1-viremore{
  display: block;
}
.block-goods-comment1.viewmore{
  height: 320px;
  overflow: hidden;
  position: relative;
}
.block-goods-comment1.viewmore .block-goods-comment1-viremore{
  display: flex;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 130px;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 70%);
}
.block-goods-comment1.viewmore .block-goods-comment1-viremore span{
  display: block;
  text-align: center;
  width: 100%;
  padding-bottom: 7px;
  text-decoration: underline;
}

.block-goods-anchor--spec{
  display: flex;
  justify-content: center;
  margin-top: 55px;
  margin-bottom: 45px;
}
.block-goods-anchor--spec a{
  font-weight: bold;
}

.block-goods-link{
  margin: 15px 0 40px 0;
  padding: 30px 0 28px 0;
  background-color: #efefef;
}
.block-goods-link ul{
  padding: 0 30px;
}
.block-goods-link li{
  margin-bottom: 23px;
}
.block-goods-link li:last-child{
  margin-bottom: 0;
}
.block-goods-link li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px #707070 solid;
  background-color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
}
.block-goods-link li a span{
  width: 100%;
  max-width: 200px;
  display: block;
  position: relative;
  line-height: 20px;
  padding-left: 25px;
  padding-right: 20px;
  text-align: center;
}
.block-goods-link li a span:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
}
/*
.block-goods-link--item-page span:after{
  left: -4px;
  background-image: url(../../img/usr/ico_watch.png);
}
.block-goods-link--manual span:after{
  left: -4px;
  background-image: url(../../img/usr/ico_pdf_black.png);
}
*/
.block-goods-link--guide span:after{
  left: -4px;
  background-image: url(../../img/usr/ico_pdf_white.png);
}


.block-goods-feature{
  position: relative;
  margin: 0 20px 6px 20px;
}
.block-goods-feature h2{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: center;
  background: none;
}
.block-goods-feature-block{
  margin-bottom: 29px;
}
.block-goods-feature-block h3{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 10px;
  margin: 0 0 7px 0;
}
.block-goods-feature-block p{
  padding: 0 10px;
  line-height: 1.95;
}

.block-goods-comment2{
  padding-top: 29px;
  padding-bottom: 29px;
  background-color: #efefef;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.block-goods-comment2 div{
  display: flex;
}
.block-goods-comment2 a{
  display: block;
  padding: 0px 10px 0 15px;
}
.block-goods-comment2 a:last-of-type{
  padding-right: 15px;
}
.block-goods-comment2 a img{
  max-width: none;
}

.pane-goods-footer--spec-wrap{
  position: relative;
  padding: 30px 0 0 0;
  margin: 0 15px 55px 15px;
}
.pane-goods-footer--spec-wrap h2{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  padding: 20px 0 30px 0;
  text-align: center;
  background: none;
}
.goods-detail-description{
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px #C0C0C0 solid;
}
.goods-detail-description dt{
  position: relative;
  width: 150px;
  font-weight: normal;
  padding: 0 24px 0 0;
  line-height: 1.65;
}
dt.goods-detail-description--has-modal{
  padding-right: 35px;
}
dt.goods-detail-description--has-modal span{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 23px;
  background-image: url(../../img/usr/ico_help.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.goods-detail-description dd{
  flex: 1;
  padding: 0 0 0 15px;
  line-height: 1.65;
}
.pane-goods-footer--spec-wrap>ul{
  margin-top: 22px;
  margin-left: -3px;
  margin-right: -3px;
}
.pane-goods-footer--spec-wrap>ul.mt-0{
  margin-top: 0;
}
.pane-goods-footer--spec-wrap>ul.mt-10{
  margin-top: 10;
}
.pane-goods-footer--spec-wrap>ul.mt-20{
  margin-top: 20;
}
.pane-goods-footer--spec-wrap>ul.mt-30{
  margin-top: 30;
}
.pane-goods-footer--spec-wrap>ul.mt-40{
  margin-top: 40;
}

.pane-goods-footer--spec-wrap>ul li{
  font-size: 1.2rem;
  color: #585858;
  line-height: 1.4;
  margin-bottom: 6px;
}

.pane-goods-footer--spec-viremore{
  display: none;
}
.pane-goods-footer--spec.viewmore{
  height: 380px;
  overflow: hidden;
  position: relative;
}
.pane-goods-footer--spec.viewmore .pane-goods-footer--spec-viremore{
  display: flex;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 130px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(220,220,220,0) 0%, rgba(255,255,255,1) 70%);
}
.pane-goods-footer--spec.viewmore .pane-goods-footer--spec-viremore span{
  display: block;
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding-bottom: 7px;
  text-decoration: underline;
}

.block-goods-form-modal{
  display: none;
  position: fixed;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 360px;
  height: calc(100% - 82px);
  padding: 20px 8px 70px 20px;
  background-color: #ffffff;
  z-index: 101;
}
.block-goods-form-modal form{
  display: block;
}
.block-goods-form-modal-content{
  overflow: scroll;
  height: 100%;
  padding-right: 12px;
}
.block-goods-form-modal--title{
  text-align: center;
}
.block-goods-form-modal-content div + .block-goods-form-modal--title{
  border-top: 1px #C0C0C0 solid;
}
.block-goods-form-modal--title h3{
  margin: 20px 0 13px 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.block-goods-form-modal--title-narrow h3{
  margin: 20px 0 13px 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.block-goods-form-modal-content div + .block-goods-form-modal--title h3{
/*  margin-top: 37px;*/
  margin-top: 22px;
}
.block-goods-form-modal--title a{
  font-size: 1.2rem;
  line-height: 1.3;
  padding-bottom: 3px;
  text-decoration: none;
}
.block-goods-form-modal--title a span{
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.block-goods-form-modal--title a span:after{
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}
.block-goods-form-modal--caption{
  font-size: 1.2rem;
  text-align: left;
}
.block-goods-form-modal--radio-circle-wrap{
  margin-top: 22px;
  /*margin-bottom: 40px;*/
  margin-bottom: 22px;
}
.block-goods-form-modal--radio-square-wrap{
/*  margin-top: 28px;*/
  margin-top: 28px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.block-goods-form-modal--select-wrap{
  margin-top: 38px;
  margin-bottom: 30px;
}
.block-goods-form-modal--input-wrap{
  margin-top: 30px;
  margin-bottom: 30px;
}
.block-goods-form-modal--radio-circle{
  width: 100%;
}
.block-goods-form-modal--radio-circle input{
  display: none;
}
.block-goods-form-modal--radio-circle input + label{
  display: block;
  padding-left: 28px;
  position:relative;
  line-height: 21px;
  margin-right: 20px;
  margin-bottom: 18px;
  font-size: 1.4rem;
}
.block-goods-form-modal--radio-circle input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #AAAAAA;
  border-radius: 50%;
  transition: all .4s ease;
}
.block-goods-form-modal--radio-circle input + label:hover::before{
  border: 1px solid #000000;
}
.block-goods-form-modal--radio-circle input:checked + label:hover::before{
  border: 1px solid #AAAAAA !important;
}
.block-goods-form-modal--radio-circle input:checked + label{
}
.block-goods-form-modal--radio-circle input + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 13px;
  height: 13px;
  background: #000000;
  border-radius: 50%;
  transition: all .4s ease;
  opacity: 0;
}
.block-goods-form-modal--radio-circle input:checked + label::after{
  opacity: 1;
}

.block-goods-form-modal--radio-square{
  width: 50%;
}
.block-goods-form-modal--radio-square:nth-of-type(odd){padding-right: 5px;}
.block-goods-form-modal--radio-square:nth-of-type(even){padding-left: 5px;}
.block-goods-form-modal--radio-square input{
  display: none;
}
.block-goods-form-modal--radio-square input + label{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px #707070 solid;
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  transition: all .4s ease;
  padding: 0 0.5em;
  transition: all .4s ease;
}
.block-goods-form-modal--radio-square input:checked + label{
  border: 1px #000000 solid;
  background-color: #000000;
  color: #ffffff;
}
/*
.block-goods-form-modal--radio-square input + label::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all .4s ease;
  opacity: 0;
}
*/
.block-goods-form-modal--radio-square input:checked + label::after{
  opacity: 1;
}

.block-goods-form-modal--radio-select{
  position: relative;
  margin-top: -7px;
  width: 100%;
  height: 50px;
}
.block-goods-form-modal--radio-select:before,
.block-goods-form-modal--radio-select:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
.block-goods-form-modal--radio-select:before{
  display: none;
}
.block-goods-form-modal--radio-select:after{
  transform: rotate(45deg);
  margin-top: -10px;
}
.block-goods-form-modal--radio-select select{
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #AAAAAA;
  background: none;
  padding: 0 20px;
}
.block-goods-form-modal--radio-select select:hover{
  border: 1px solid #666;
}
.block-goods-form-modal--radio-select select::-ms-expand {
  display: none;
}

.block-goods-form-modal--radio-input{
  width: 100%;
  margin-top: -5px;
  margin-bottom: 15px;
}
.block-goods-form-modal--radio-input input[type="text"]{
  border: 1px solid #AAAAAA;
  width: 100%;
  line-height: 38px;
  padding: 0 20px;
}
.block-goods-form-modal--radio-input input[type="text"]:hover{
  border: 1px solid #666;
}
.block-goods-form-modal--radio-input input[type="text"]::placeholder {
  color: #DCDCDC;
}
.block-goods-form-modal--radio-input input[type="text"]:-ms-input-placeholder {
  color: #DCDCDC;
}
.block-goods-form-modal--radio-input input[type="text"]::-ms-input-placeholder {
  color: #DCDCDC;
}
.block-goods-form-modal--radio-input div{
  display: flex;
  padding-left: 10px;
}
.block-goods-form-modal--radio-input div:before{
  width: 22px;
  content: '\f040';
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 17px;
  font-weight: 900;
  padding-top: 4px;
}
.block-goods-form-modal--radio-input p{
  flex: 1;
  font-size: 1.1rem;
  margin: 10px 0 0 0;
}
.block-goods-form-modal--radio-input p span{
  padding: 0 0.3em;
}

.block-goods-form-modal--giftoption{
  display: none;
}
.block-goods-form-modal--giftoption.display{
  display: block;
}
.block-goods-form-modal--giftoption .block-goods-form-modal--title:first-of-type{
  padding-top: 15px;
  border-top: 1px #C0C0C0 solid;
}
.block-goods-form-modal-nav{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  align-items: flex-end;
  -webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
  box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
  display: block;
  height: 90px;
  padding: 0 15px 0 15px;
  background-color: #fff;
}
.block-goods-form-modal--price{
  flex: 1;
  padding-bottom: 9px;
  padding-right: 0;
  padding-top: 9px;
}
.block-goods-form-modal--price.sale{
  padding-bottom: 10px;
}
.block-goods-form-modal--price.sale:before{
  content: "SALE";
  display: inline-block;
  background-color: #D10E0E;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.2;
  min-width: 50px;
  text-align: center;
  padding: 1px 0.5em;
  margin-bottom: 3px;
}
.block-goods-form-modal--price p{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
}
.block-goods-form-modal--price.sale p{
  color: #D10E0E;
}
.block-goods-form-modal--price p span{
  font-size: 1.1rem;
  padding-left: 0.4em;
}
.block-goods-form-modal-nav .block-add-cart{
  width: 100%;
}
.block-goods-form-modal-nav .block-add-cart--btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #000000;
  border: 1px #707070 solid;
  margin-bottom: 8px;
}
.block-goods-form-modal-nav .block-add-cart--btn span{
  width: 100%;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  background-image: url(../../img/usr/sp/ico_cart.png);
  background-repeat: no-repeat;
  background-position: 84px center;
  padding-left: 45px;
  padding-right: 0;
  line-height: 20px;
}


.pane-goods-footer--ecology-info{
  margin: 15px 15px 30px 15px;
  display: flex;
}
.pane-goods-footer--ecology-info-img,
.pane-goods-footer--ecology-info-img img{
  display: block;
  width: 57px;
}
.pane-goods-footer--ecology-info-text{
  flex: 1;
  padding-left: 18px;
}
.pane-goods-footer--ecology-info-text h2{
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.3;
  background: none;
  padding: 0;
  margin: 0 0 8px 0;
}
.pane-goods-footer--ecology-info-text p{
  line-height: 1.6;
  font-size: 1.4rem;
}


.block-goods-form-modal-bg,
.block-goods-help-modal-bg{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.84);
  z-index: 100;
}
.block-goods-help-modal{
  display: none;
  position: fixed;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 360px;
  height: calc(100% - 82px);
  padding: 20px 12px 20px 20px;
  background-color: #ffffff;
  z-index: 101;
}
.block-goods-help-modal--content{
  overflow: scroll;
  height: 100%;
  padding-right: 8px;
}
.block-goods-help-modal--content>h3{
  margin: 20px 0 20px 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.block-goods-help-modal--text{
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.block-goods-help-modal--img{
  margin-top: 10px;
}
.block-goods-help-modal--img img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.block-goods-form-modal--close,
.block-goods-help-modal--close{
  position: absolute;
  width: 50px;
  height: 50px;
  top: -66px;
  right: -1px;
}
.block-goods-form-modal--close span,
.block-goods-help-modal--close span{
  position: absolute;
  top: 16px;
  right: 14px;
  width: 18px;
  height: 18px;
  z-index: 1;
}
.block-goods-form-modal--close span:before,
.block-goods-form-modal--close span:after,
.block-goods-help-modal--close span:before,
.block-goods-help-modal--close span:after{
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 1px;
  border-radius: 2px;
  background-color: #ffffff;
  top: 15px;
  right: -2px;
  margin-top: -7px;
  z-index: 2;
}
.block-goods-form-modal--close span:before,
.block-goods-help-modal--close span:before{
  transform: rotate(45deg);
}
.block-goods-form-modal--close span:after,
.block-goods-help-modal--close span:after{
  transform: rotate(-45deg);
}

.block-goods-pair-model{
  padding: 27px 0 17px 0;
}
.block-goods-pair-model h2{
  margin: 0;
  background: none;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}
.block-goods-pair-model a{
  display: block;
  padding: 14px 0 0 0;
  text-decoration: none;
}
.block-goods-pair-model a figure{
  position: relative;
  display: block;
  width: calc(100vw / 2.4);
  width: -moz-calc(100vw / 2.4);
  width: -webkit-calc(100vw / 2.4);
  height: calc(100vw / 2.4);
  height: -moz-calc(100vw / 2.4);
  height: -webkit-calc(100vw / 2.4);
  margin: 0 auto 15px auto;
}
.block-goods-pair-model a figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.block-goods-pair-model a div{
  text-align: center;
}
.block-goods-pair-model a div p{
  line-height: 1.2;
  margin-top: 10px;
}
.block-goods-pair-model--goods-name{
  font-size: 1.4rem;
}
.block-goods-pair-model--goods-price{
  font-size: 1.4rem;
}
.block-goods-pair-model--goods-price span{
  font-size: 1.0rem;
  padding-left: 0.5em;
}

.block-goods-model-variation{
  padding: 28px 0 8px 0;
}
.block-goods-model-variation h2{
  margin: 0;
  background: none;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}
.block-goods-model-variation-list{
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
  padding-bottom: 20px;
}
.block-goods-model-variation-list div{
  display: flex;
}
.block-goods-model-variation div:nth-of-type(3n + 2){
  margin: 0 10px;
}
.block-goods-model-variation a{
  display: block;
  padding: 0 10px;
  flex-shrink: 0;
  width: calc(100% / 2.4);
  width: -moz-calc(100% / 2.4);
  width: -webkit-calc(100% / 2.4);
  text-decoration: none;
}
.block-goods-model-variation a figure{
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 15px;
}
.block-goods-model-variation a figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.block-goods-model-variation div p{
  text-align: center;
  line-height: 1.3;
}
.block-goods-model-variation--goods-name{
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  color: #292C2D;
}
.block-goods-model-variation--goods-price{
  font-size: 1.2rem;
  font-weight: 400;
  color: #A6ACB1;
}
.block-goods-model-variation--goods-price span{
  font-size: 0.9rem;
  padding-left: 0.3em;
  display: block;
}

.block-goods-fts{
  margin-bottom: 38px;
}
.block-goods-fts a{
  text-decoration: none;
  font-size: 1.2rem;
}

.block-goods-fts--back {
  display: flex;
  justify-content: right;
  margin: 0 17px 10px 17px;
}
.block-goods-fts--back a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  padding-inline: 1em;
  padding-block: 0.5em;
  color: #333;
  background-color: #e5e5e5;
}

.block-goods-fts--barcode{
  display: flex;
  justify-content: center;
  margin-top: 21px;
}
.block-goods-fts--barcode a{
}
.block-goods-fts--barcode a span{
  position: relative;
  display: block;
  line-height: 25px;
  padding-right: 26px;
}
.block-goods-fts--barcode a span:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.block-goods-fts--barcode + .block-goods-help-modal{
  height: auto;
  max-height: calc(100% - 82px);
  bottom: auto;
  top: 80px;
}

.block-goods-fts-price{
  border-top: 1px #C0C0C0 solid;
  margin: 0 17px 40px 17px;
  padding-top: 10px;
  font-size: 1.2rem;
}
.block-goods-fts-price dl{
  display: flex;
  margin: 5px 0;
}
.block-goods-fts-price dt{
  width: 8em;
  line-height: 1.8;
}
.block-goods-fts-price dd{
  flex: 1;
  text-align: right;
  line-height: 1.8;
}
.block-goods-fts-price dd span{
  font-size: 1.0rem;
  padding-left: 0.3em;
}

/*
.block-goods-fts-list{
  margin: 0 15px 40px 15px;
}
.block-goods-name + .block-goods-fts-list{
  margin-top: -13px;
}
.block-goods-fts-list dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.block-goods-fts-list dt{
  width: 117px;
  font-weight: normal;
  padding: 10px 15px 10px 15px;
  line-height: 1.3;
  background-color: #F9F9F9;
}
.block-goods-fts-list dd{
  flex: 1;
  padding: 7px 0 7px 15px;
  line-height: 1.3;
}
.block-goods-fts-list dl.block-goods-fts-list--fullwidth{
  margin-top: 22px;
}
.block-goods-fts-list dl.block-goods-fts-list--fullwidth dt{
  width: 100%;
}
.block-goods-fts-list dl.block-goods-fts-list--fullwidth dd{
  padding-top: 13px;
  padding-left: 0;
}
.block-goods-fts-list dl.block-goods-fts-list--fullwidth dd li{
  display: flex;
  margin-bottom: 12px;
}
.block-goods-fts-list dl.block-goods-fts-list--fullwidth dd li:last-child{
  margin-bottom: 0;
}
.block-goods-fts-list dl.block-goods-fts-list--fullwidth dd li>span{
  width: 8.5em;
  text-align: right;
}
.block-goods-fts-list dl.block-goods-fts-list--fullwidth dd li>p{
  flex: 1;
  padding-left: 41px;
}
*/
.block-goods-fts-list{
  margin: 0 17px 53px 17px;
  border-bottom: 1px #C0C0C0 solid;
}
.block-goods-fts-list dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px #C0C0C0 solid;
  padding: 10px 0;
}
.block-goods-fts-list dt{
  width: 8.5em;
  font-weight: normal;
  padding: 0 15px 0 0;
  line-height: 1.3;
}
.block-goods-fts-list dd{
  flex: 1;
  padding: 0 0 0 19px;
  line-height: 1.3;
}

/* 同一バリエーション画像表示 */

.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-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;
}

.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;
}

.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 {
  text-align: center;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport {
  margin-bottom: 10px;
}

.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-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-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-accessory-list {
  padding: 30px 0 30px 0;
  border-top: 1px #000000 solid;
}
.block-accessory-list + .block-accessory-list{
  border-top: none;
  padding-top: 12px;
}
.block-accessory-list#related-model + .block-accessory-list{
  border-top: 1px #C0C0C0 solid;
  padding-top: 30px;
}
.block-accessory-list#related-model{
  border-top: none;
}
.block-accessory-list h2{
  padding: 0;
  margin: 0 0 20px 0;
  background: none;
  font-size: 1.8rem;
  text-align: center;
}


/* ----ユーザーレビュー画面---- */

.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-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 {
}
.block-sort--select div{
  position: relative;
  z-index: 1;
}
.block-sort--select p {
  position: relative;
  width: auto;
  font-size: 1.3rem;
  line-height: 27px;
  text-align: center;
  padding: 0 27px 0 12px;
}
.block-sort--select p:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 8px;
  height: 8px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(45deg);
  margin-top: -6px;
}
.block-sort--select select{
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  appearance: none;
  border: none;
  padding: 0;
  background: none;
  height: 27px;
  line-height: 27px;
  font-size: 1.4rem;
}
.block-sort--select select::-ms-expand {
  display: none;
}
.block-sort--select select option{
  font-size: 1.4rem;
}

/* 並び替え */
.block-goods-list--sort-order-items{
  display: flex;
  align-items: center;
}


.block-sort--header {
}
.block-sort--header h2{
  display: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  font-weight: normal;
  background-image: url(../../img/usr/ico_sort_sp.png);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
.block-sort--header h2:after{
  content: ":";
  display: inline-block;
  padding-left: 0.5em;
}


.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 {
}

.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 {
}

/* 自動読み込み */
.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,
.block-thumbnail-t--items-ajax {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 45px 10px;
}

.block-thumbnail-t li {
  width: 50%;
  margin-bottom: 36px;
  position: relative;
}
.block-thumbnail-t li:nth-child(odd){padding-right: 5px;}
.block-thumbnail-t li:nth-child(even){padding-left: 5px;}


.block-thumbnail-t li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding-top: 20px;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-thumbnail-t--goods-image figure {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
}
.block-thumbnail-t--goods-image figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.block-thumbnail-t--item a {
  -webkit-tap-highlight-color: transparent;
}
.block-thumbnail-t--goods-image .js-switch-image {
    position: relative;
    overflow: hidden;
    touch-action: pan-y;
    padding: 0;
}
.block-thumbnail-t--goods-image .js-switch-image .slider-prev,
.block-thumbnail-t--goods-image .js-switch-image .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(249, 248, 246, 0.8);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.block-thumbnail-t--goods-image .js-switch-image.is-interacting .slider-prev,
.block-thumbnail-t--goods-image .js-switch-image.is-interacting .slider-next {
  opacity: 1;
  pointer-events: auto;
}

.block-thumbnail-t--goods-image .js-switch-image .slider-prev { left: 0px; }
.block-thumbnail-t--goods-image .js-switch-image .slider-next { right: 0px; }

.block-thumbnail-t--goods-image .js-switch-image .slider-prev::before,
.block-thumbnail-t--goods-image .js-switch-image .slider-next::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px black;
  border-right: solid 2px black;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.block-thumbnail-t--goods-image .js-switch-image .slider-prev::before {
  transform: rotate(-135deg);
}
.block-thumbnail-t--goods-image .js-switch-image .slider-next::before {
  transform: rotate(45deg);
}

.block-thumbnail-t--goods-image .slider-track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
}

.block-thumbnail-t--goods-image .slider-track img {
  width: 100%;
  flex-shrink: 0;
  position: static;
  transform: none;
  pointer-events: none;
  margin-right: 1px;
}

@media screen and (min-width:480px) { 
  .block-thumbnail-t--goods-image figure {
    padding-top: 225px;
  }
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
}

.block-thumbnail-t--brand-name {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.block-thumbnail-t--goods-name {
  text-align: center;
  font-size: 1.4rem;
}

.block-thumbnail-t--price-infos{
  margin-top: 4px;
}

.block-thumbnail-t--price {
  font-size: 1.2rem;
  color: #808080;
  text-align: center;
}
.block-thumbnail-t--price.sale-price {
  color: #D10E0E !important;
}
.block-thumbnail-t--price span{
  font-size: 1rem;
  padding-left: 0.3em;
  display: block;
}

.block-thumbnail-t li .block-icon{
  margin-top: 13px;
  justify-content: center;
  display: none;
}
.block-thumbnail-t li .block-icon span{
  margin: 0 2px 4px 2px;
  padding: 0 5px;
}

.block-thumbnail-t .block-top-icon{
  position: absolute !important;
  top: 0px;
  left: 0px;
  margin-top: 0 !important;
  height: auto !important;
}

.block-thumbnail-t li .block-icon--auto-reserve,
.block-thumbnail-t li .block-icon--auto-new,
.block-thumbnail-t li .block-icon--auto-sale{
  font-size: 1.0rem !important;
  margin: 0 3px 0 0 !important;
  padding: 0 8px !important;
}

/* ----商品一覧画面：ランキング：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 {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}
.block-goods-detail-j--items {
  display: flex;
}
.block-goods-detail-j--items li {
  display: block;
  padding: 0 10px;
  flex-shrink: 0;
  width: calc(100% / 2.4);
  width: -moz-calc(100% / 2.4);
  width: -webkit-calc(100% / 2.4);
  text-decoration: none;
}
.block-goods-detail-j--items li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding-top: 15px;
}
.block-goods-detail-j--items li .new a:after{
  content: "NEW";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #ffffff;
  border: 1px #A49474 solid;
  color: #A49474;
  text-align: center;
  min-width: 45px;
  line-height: 13px;
  height: 13px;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 10px;
  letter-spacing: 0.05em;
}
.block-goods-detail-j--items li a figure {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 15px;
}
.block-goods-detail-j--items li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.block-goods-detail-j--goods-name{
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-align: center;
  line-height: 1.3;
}
.block-goods-detail-j--price{
  font-size: 1.2rem;
  font-weight: 400;
  color: #A6ACB1;
}
.block-goods-detail-j--price span{
  font-size: 0.9rem;
  padding-left: 0.3em;
  display: block;
}


.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 {
}
.block-goods-detail-j--comment {
}
.block-goods-detail-j--price {
  text-align: center;
}

.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---- */

h2.block-cart-recent-item--header {
    text-align: center;
}

.block-goods-list-c--items {
  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 15px 20px 15px;
  border-top: 1px #E0E0E0 solid;
  border-bottom: 1px #E0E0E0 solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 12px 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;
}

.charged_option_disabled {
	background-color: #DCDCDC;
}
	

/* ----商品説明下キャンペーンエリア---- */

.product_sp_area{
width: 320px;margin: 40px auto;
}

.product_sp_area img{
width: 100%;
vertical-align: bottom;
}

.product_sp_area > div{
margin: 5px 0;
}

.product_sp_area .modal_item{
position: relative;
}

.product_sp_area .modal_item div{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
}
.product_sp_area .modal_item div:before,
.product_sp_area .modal_item div:after{
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
}
.product_sp_area .modal_item div:before{
  width: 60px;
  height: 60px;
  background-color: rgba(255,255,255,0.36);
  transition: all .8s ease;
  z-index: 1;
}
.product_sp_area .modal_item a:hover div:before{
  transform: scale(1.2);
  opacity: 0;
}
.product_sp_area .modal_item div:after{
  margin: 10px 0 0 10px;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  z-index: 2;
}
.product_sp_area .modal_item div span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_sp_area .modal_item div span:after{
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #000000;
}


/* ----スペシャルバナーエリア---- */
.special_banner--01, .special_banner--02, .special_banner--03 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.special_banner--01 img,.special_banner--02 img,.special_banner--03 img{
width:320px;
margin-bottom:10px;
}


/* ----スペシャルバナーエリア---- */
.special_banner--01, .special_banner--02, .special_banner--03 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.special_banner--01 img,.special_banner--02 img,.special_banner--03 img{
width:320px;
margin-bottom:10px;
}

/* ----wena3---- */

.wena_spec{
        display: block !important;
    white-space: initial;
  }

.wena_spec div{
    padding: 10px;
        display: block;
  }

.wena_spec h3 {
font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    padding: 20px 0 30px 0;
    text-align: center;
    background: none;
}

.wena_spec dl {
        font-size: 1.2rem;
}

.wena_spec dt {
    float: left;
    width: 150px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.wena_spec dd {
    margin-left: 150px;
    margin-bottom: 20px;
}

.wena_spec ul {
    line-height: 1.6;
    font-size: 1.2rem;
    padding: 10px;
}

.wena_spec li {
        margin-bottom: 20px;
}
.wena_spec sup {
    font-size: 0.5em;
}



.wena3_lp{
    text-align: center;
}
.wena3_lp p{
    margin-top: 60px;
    font-weight: bold;}

.wena3_lp a{
    width: 320px;
    margin: auto;
    margin-top: 10px;
    display: block;
    border: solid 1px #707070;
    padding: 15px;
    text-decoration: none;
    border-radius: 3px;
    position: relative;
}

.wena3_lp a:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 20px;
    width: 6px;
    height: 6px;
    border-right: 1px #000 solid;
    border-bottom: 1px #000 solid;
    transform: rotate(-45deg);
    margin-top: -4px;
}

.block-goods-add-cart-bandflg{
  position: relative;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.block-goods-add-cart-bandflg.fixed{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
  box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
  z-index: 5;
}

.block-goods-add-cart-bandflg>.block-goods-add-cart-bandflg-inner{
  width: calc(100% - 30px);
  height: max-content;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
}
.block-goods-add-cart-bandflg.fixed>.block-goods-add-cart-bandflg-inner{
  position: relative;
}
.block-goods-add-cart-bandflg span{
  display: inline-block;
  font-size: 1.8rem;
  line-height: 50px;
}
.block-goods-add-cart-wrap .block-add-cart--btn span {
  color: #ffffff;
  background-image: url(../../img/usr/sp/ico_cart.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  padding-right: 15px;
  font-weight: 500;
}

.block-goods-add-cart-wrap .block-add-cart--btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #000000;
  border: 0px #707070 solid;
  border-radius: 3px;
}
.block-goods-favorite-font{
  font-weight:bold;
}
.favorite-none{
  display: none;
}

.caption_sp_area{
    font-size: 0.8em;
    margin: 40px 17px;
}

.ec_campaign{
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06rem;
    color: #292C2D;
    margin: 40px 17px;
}

.ec_campaign img{
    width: 77px;
    height: 77px;
    margin-right: 10px;
}

.sc_campaign {
    margin: 40px auto 0px 17px !important;
}

.sc_campaign p {
    font-weight: 600;
    font-size: 12px;
}

