<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ----商品詳細画面---- */
.page-goods .pane-contents{
  padding-top: 10px;
}

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.block-src-l figure {
  text-align: center;
}

.block-goods-affix-list {
  margin-bottom: 10px;
}

.block-goods-affix-list dt {
  padding: 5px 0;
}

.block-goods-affix-list dd {
  padding: 5px 0 0 15px;
}

.block-goods-affix-list--link:before {
  font-family: FontAwesome;
  content: "\f15c";
  margin-right: 5px;
}

.block-add-cart--btn {
  border: none;
  background-color: #1dc4d2;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 115%;
  font-weight: normal;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-add-cart--btn:hover{
  background-color: #35bdd2;
}
.block-add-cart--btn span{
  display: inline-block;
  line-height: 60px;
  padding-left: 42px;
  background-image: url(../../img/usr/ico_cart.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.block-custom-order--btn {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 18px;
  width: 280px;
}

.block-goods-store-stock--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-contact-about-goods--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-goods-favorite--btn {
  border: none;
  background-color: #49AABE;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  font-size: 107%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-favorite--btn:hover{
  background-color: #409eb1;
}
/* .block-goods-favorite--btn span{
  display: inline-block;
  line-height: 60px;
  padding-left: 39px;
  background-image: url(../../img/usr/ico_favorite.png);
  background-position: left center;
  background-repeat: no-repeat;
} */

.block-variation-add-cart {
  margin-right: 5px;
}

.block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  width: 165px;
  height: 54px;
}

.block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  width: 54px;
  height: 54px;
}

.block-no-stock--message {
  text-align: center;
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 200px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-variation-no-stock,
.block-goods-variation-arrival-notice {
  margin-right: 5px;
}

.block-variation-no-stock--message,
.block-goods-variation-arrival-notice--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 165px;
  height: 54px;
}

.block-variation-no-stock--message {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.js-goods-detail-goods-slider{
  width: 320px;
  height: 320px;
}

.block-goods-gallery ul {
  font-size: 0;
  margin-top: 60px;
}

.block-goods-gallery li {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px #DDDDDD solid;
}
.block-goods-gallery li:nth-child(5n){
  margin-right: 0;
}

.block-goods-gallery li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}
.block-goods-gallery li figure img{
  max-width: 100%;
  max-height: 100%;
}

.block-goods-detail--color-variation-goods-thumbnail-form{
  margin-top: 10px;
}

.block-goods-price {
  margin: 10px 0;
}

.block-goods-price--on-sales-comment {
  color: #c30;
}

.block-accessory-list {
  width: 100%;
  margin-top: 50px;
}
.block-accessory-list h2{
  font-size: 172%;
  margin: 0;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: bold;
}
.block-accessory-list .block-thumbnail-h li {
  width: 150px;
  margin-left: 7px;
  padding: 0;
}
.block-accessory-list .block-thumbnail-h--goods-image figure {
  width: 150px;
  height: 150px;
}
.block-accessory-list .block-thumbnail-h--goods-description{
  padding: 0 10px;
}
.block-accessory-list .block-thumbnail-h li .block-icon span:last-of-type {
  margin-right: 0;
}
.block-accessory-list .block-thumbnail-h li .block-icon span,
.block-accessory-list .block-thumbnail-h li .block-icon img {
  height: 17px;
}


.pane-goods-right-side .block-check-list-a--item-body {
  width: auto;
}

.block-goods-footer-cart {
  text-align: center;
}

.block-goods-comment1{
  margin-bottom: 40px;
}
.block-goods-comment1 div{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.block-goods-comment1 div&gt;span{
  display: inline-block;
  background-color: #49AABE;
  padding: 9px 10px;
  line-height: 120%;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 93%;
  font-weight: normal;
}
.block-goods-comment1 div&gt;p{
  padding-left: 0.8em;
  font-weight: bold;
  color: #E81F18;
}
.block-goods-comment1 div&gt;p span{
  color: #49AABE;
  padding-right: 0.3em;
}
.block-goods-comment1 ul li{
  font-size: 86%;
  padding: 1px 0;
}

.pane-goods-left-side--goods-wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.pane-goods-left-side--goods-image{
  width: 320px;
}
.pane-goods-left-side--goods-detail{
  width: 430px;
}

.block-goods-comment{
  margin: 10px 0;
  font-size: 93%;
}

.block-goods-typelink{
  margin: 10px 0;
  font-size: 93%;
}
.block-goods-typelink .block-goods-link{
  margin-top: 5px;
}
.block-goods-typelink .block-goods-link a{
  color: #006BC4;
}

.block-goods-name h1{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 143%;
  font-weight: bold;
  line-height: 140%;
  padding: 0;
  background: none;
}
.detail_goods_name2 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
}
.block-goods-price--default-price {
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
}
.block-goods-price--price{
  display: inline-block;
  padding-left: 0.3em;
  font-size: 129%;
  font-weight: bold;
  line-height: 120%;
  color: #E81F18;
  margin-bottom: 15px;
}

.block-goods-comment2{
  margin-top: 65px;
}

.block-goods-comment3{
  margin-top: 25px;
}

.block-goods-comment4{
}
.block-goods-comment4--img{
  margin-bottom: 60px;
}
.block-goods-comment4--img img{
  display: block;
}
.block-goods-comment4 ul{
  display: flex;
  flex-wrap: wrap;
}
.block-goods-comment4 ul li{
  width: 250px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.block-goods-comment4 ul li:nth-child(3n){
  margin-right: 0;
}
.block-goods-comment4 ul li a,
.block-goods-comment4 ul li a img{
  display: block;
}

.block-goods-user-review{
  margin-top: 40px;
}

.block-goods-comment5 {
  border: 3px #DDDDDD solid;
  padding: 20px 20px 15px 20px;
  margin-bottom: 15px;
}
.block-goods-comment5 h3{
  font-size: 135%;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.block-goods-comment5 h3 span{
  color: #FF9900;
}
.block-goods-comment5--price{
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.block-goods-comment5--price&gt;span{
  display: block;
  width: 8.5em;
  text-align: center;
  background-color: #2B2B2B;
  color: #ffffff;
  font-size: 86%;
  padding: 6px 0;
}
.block-goods-comment5--price&gt;p{
  padding-left: 0.7em;
  line-height: 150%;
}
.block-goods-comment5--price&gt;p .block-goods-comment5--price-font1{
  color: #E81F18;
  font-size: 129%;
  font-weight: bold;
}
.block-goods-comment5--price&gt;p .block-goods-comment5--price-font2{
  color: #E81F18;
  font-size: 215%;
  font-weight: bold;
}
.block-goods-comment5--link{
  border-top: 1px #DDDDDD solid;
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
}
.block-goods-comment5--link a{
  position: relative;
  display: inline-block;
  color: #006BC4;
  text-decoration: none;
  font-size: 93%;
  padding-left: 15px;
}
.block-goods-comment5--link a:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #006BC4;

}
.block-goods-comment5--link a span{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-comment5--link a:hover span{
  opacity: 0.7;
}

.block-goods-bnr li{
  margin-bottom: 10px;
}
.block-goods-bnr li a,
.block-goods-bnr li a img{
  display: block;
}

.block-goods-fixedlink{
  position: fixed;
  width: 100%;
  top: -72px;
  left: 0;
  z-index: 101;
  background-color: #ffffff;
  height: 72px;
  border-bottom: 1px #f3f3f3 solid;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-fixedlink.active{
  top: 0;
  opacity: 1;
}
.block-goods-fixedlink .container{
  display: flex;
  align-items: center;
  height: 71px;
}
.block-goods-fixedlink--logo{
  width: 160px;
  margin-right: 60px;
}
.block-goods-fixedlink--item{
  width: 740px;
  padding-right: 20px;
}
.block-goods-fixedlink--btn{
  width: 240px;
}
.block-goods-fixedlink--btn a{
  display: block;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background-color: #1dc4d2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-fixedlink--btn a:hover{
  background-color: #1dc4d2;
}
.block-goods-fixedlink--btn a span{
  display: inline-block;
  font-size: 107%;
  line-height: 48px;
  padding-left: 38px;
  background-image: url(../../img/usr/ico_cart.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  -moz-background-size: 28px auto;
  -webkit-background-size: 28px auto;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 49.5%;
}

.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-last{
  margin-left: 1%;
}

button.block-add-cart-rental--info-zip-btn.btn {
  border: none;background-color: #444444;color: #FFF;margin-left: 10px;
}

.block-add-cart-rental--info-area input {
  background-color: #DDD;cursor: default;
}

.block-add-cart-rental--info-area input:hover {
  border: 1px solid #ccc;
}

dl.block-add-cart-rental--info dd {
  margin-bottom: 10px;
}

.block-add-cart-rental--info-zip-message,
.block-add-cart-rental--info-rental_start_dt-message,
.block-add-cart-rental--info-rental_end_dt-message{
  color:#FF0000;
  font-weight: bold;
}

.block-variation--item-proteger {
  display: flex;
  flex-direction: row;

  &gt; label {
      display: block;
      width: 340px;
  }
  &gt; input[type^=submit] {
      margin-left: auto;
      display: block;
      flex: 1;
  }
}

/* 注文明細拡張 */

.block-goods-sales-detail-append--item .form-label {
  padding: 10px;
  margin-right: 10px;
}

.block-goods-sales-detail-append--item input[type="text"],
.block-goods-sales-detail-append--item textarea {
  width: 100%;
}

.block-goods-sales-detail-append--item .constraint .required {
  margin: -38px 20px 16px 0;
  display: block;
  text-align: right;
}

/* バリエーション入荷案内申し込み */
.block-variation-back-order {
  margin-top: 10px;
}

.block-variation-arrival-notice {
}

.block-variation-arrival-notice--btn {
  margin-top: 10px;
  border: none;
  background-color: #46C8A5;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 115%;
  font-weight: normal;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-variation-arrival-notice--btn span{
  display: inline-block;
  line-height: 60px;
  padding-left: 42px;
  background-image: url(../../img/usr/ico_backorder.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.block-variation-arrival-notice--btn:hover {
  background-color: #37b190;
}

/* バリエーション切り替えボタン */
/*
.block-variation--item-list {
  font-size: 0;
}
.block-variation--item {
  display: inline-block;
}

.block-variation--item-description {
  display: none;
}

.block-variation--item dt {
  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;
}
*/
.pane-goods-right-side form .block-variation{
  width: 100%;
}
.pane-goods-right-side form .block-variation--item{
  margin-bottom: 10px;
  width: 100%;
}
.pane-goods-right-side form .block-variation--item ul{
  margin-bottom: 5px;
}
.pane-goods-right-side form .block-variation--item li{
  position: relative;
  padding-right: 3em;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #808080 dashed;
  font-size: 93%;
}
.pane-goods-right-side form .block-variation--item li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pane-goods-right-side form .block-variation--item li a{
  position: absolute;
  width: 3em;
  top: 0;
  right: 0;
  text-align: right;
  text-decoration: none;
  color: #006BC4;
  cursor: pointer;
}
.pane-goods-right-side form .block-variation--item li a:hover span{
  opacity: 0.7;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.pane-goods-right-side form .block-variation--item li div{
  display: flex;
  justify-content: space-between;
}
.pane-goods-right-side form .block-variation--item li div&gt;p{
  font-weight: bold;
}
.pane-goods-right-side form .block-variation--item li div&gt;p span{
  font-weight: normal;
  color: #E81F18;
}
.pane-goods-right-side form .block-variation--item li div&gt;span{
  color: #E81F18;
}
.pane-goods-right-side form .block-variation--item&gt;div,
.pane-goods-right-side form .block-variation-arrival-notice--form&gt;div{
  position: relative;
}
.pane-goods-right-side form .block-variation--item&gt;div:before,
.pane-goods-right-side form .block-variation-arrival-notice--form&gt;div:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  z-index: 1;
}
.pane-goods-right-side form .block-variation--item&gt;div:after,
.pane-goods-right-side form .block-variation-arrival-notice--form&gt;div:after{
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url(../../img/usr/ico_select_arrow.png);
  top: 50%;
  margin-top: -5px;
  right: 10px;
  display: block;
  z-index: 2;
}
.pane-goods-right-side form .block-variation--item&gt;div select,
.pane-goods-right-side form .block-variation-arrival-notice--form&gt;div select{
  position: relative;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px #E6E6E6 solid;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 28px 0 10px;
  z-index: 3;
}
.pane-goods-right-side form .block-variation--item&gt;div select::-ms-expand,
.pane-goods-right-side form .block-variation-arrival-notice--form&gt;div select::-ms-expand{
    display: none;
}

.block-color--item dt {
  width: 54;
  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 {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-size-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-size-with-cart--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 50px;
  padding: 2px;
}

/* カラー別カートボタン */
.block-color-with-cart--item {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-color-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-with-cart--item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-with-cart--item-term img {
  max-width: 40px;
  max-height: 40px;
}

/* カラーサイズ別カートボタン */
.block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-color-size-with-cart--size-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-color-size-with-cart--size-item-term {
  display: inline-block;
  vertical-align: top;
  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: 96px;
  height: 50px;
  padding: 2px;
}

.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-goods-user-review h2 {
  margin: 0 0 15px 0;
  line-height: 35px;
  font-size: 172%;
  font-weight: bold;
  padding-left: 55px;
  background-image: url(../../img/usr/ico_userreview.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.block-goods-user-review--score dt {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.block-goods-user-review--score dd {
  display: inline-block;
  vertical-align: top;
  height: 21px;
}

.block-goods-user-review--score{
  display: inline-block;
}
.block-goods-user-review--score img{
  height: 14px;
}
.block-goods-user-review--score ul,
.block-goods-user-review--score ul li{
  display: inline-block;
  line-height: 120%;
}
.block-goods-user-review--score ul li{
  color: #FF9900;
  padding: 0 0.1em;
}
.block-goods-user-review--score ul.score4 li:nth-child(5),
.block-goods-user-review--score ul.score3 li:nth-child(5),
.block-goods-user-review--score ul.score3 li:nth-child(4),
.block-goods-user-review--score ul.score2 li:nth-child(5),
.block-goods-user-review--score ul.score2 li:nth-child(4),
.block-goods-user-review--score ul.score2 li:nth-child(3),
.block-goods-user-review--score ul.score1 li:nth-child(5),
.block-goods-user-review--score ul.score1 li:nth-child(4),
.block-goods-user-review--score ul.score1 li:nth-child(3),
.block-goods-user-review--score ul.score1 li:nth-child(2){
  color: #DDDDDD;
}
.block-goods-user-review--score&gt;span{
  padding-left: 0.3em;
}

.block-goods-user-review{
  background-color: #F7F7F7;
  padding: 0 0 30px 0;
  margin-top: 42px;
}
.block-goods-user-review--title{
  background-color: #ffffff;
  padding-bottom: 10px;
}
.block-goods-user-review--count{
  display: inline-block;
  padding-right: 1.5em;
}
.block-goods-user-review--count dt {
  display: inline-block;
}
.block-goods-user-review--count dd {
  display: inline-block;
}

.block-goods-user-review--need-login-message a {
  text-decoration: underline;
}

.block-goods-user-review--write-review-link {
  text-decoration: underline;
}

.block-goods-user-review--description {
  padding: 0 30px;
  text-align: center;
}

.block-goods-user-review--list{
  padding: 27px 30px 10px 30px;
}
.block-goods-user-review--item {
  border-bottom: 1px #DDDDDD solid;
  margin-bottom: 21px;
  padding-bottom: 20px;
}

.block-goods-user-review--item-title {
  font-weight: bold;
  font-size: 128%;
  line-height: 140%;
  margin-bottom: 8px;
}
.block-goods-user-review--item-frame{
  margin-top: 15px;
}

.block-goods-user-review--item-score dt {
  margin: 0 0 5px 0;
  height: 14px;
}

.block-goods-user-review--item-score dt img {
  height: 14px;
}

.block-goods-user-review--item-size dt,
.block-goods-user-review--item-color dt,
.block-goods-user-review--item-name dt,
.block-goods-user-review--item-size dd,
.block-goods-user-review--item-color dd,
.block-goods-user-review--item-name dd,
.block-goods-user-review--item-moderate-underestimate dt,
.block-goods-user-review--item-moderate-underestimate dd,
.block-goods-user-review--item-moderate-overestimate dt,
.block-goods-user-review--item-moderate-overestimate dd {
  display: inline-block;
}

.block-goods-user-review--item-moderate-link,
.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}

.block-goods-user-review--pagenav {
  background: #f0f0f0 none repeat scroll 0 0;
  clear: both;
  margin: 0 0 10px;
  padding: 5px;
}

.block-goods-user-review--pager-now {
  color: #c00;
}

.block-goods-user-review--item-comment {
  line-height: 160%;
}

.block-goods-user-review--login a{
  color: #006BC4;
}
.block-goods-user-review--write-review-btn {
  display: block;
  width: 320px;
  height: 60px;
  line-height: 60px;
  background-color: #49AABE;
  color: #ffffff;
  padding: 0;
  margin: 25px auto 0 auto;
  border: none;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-user-review--write-review-btn:hover{
  background-color: #3995a9;
}

.block-goods-user-review--pager{
  text-align: center;
  margin: 0 0 30px 0;
}
.block-goods-user-review--pager li{
  padding: 0 7px;
}

.block-goods-price--regular-repeat-initial-price-name {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

.block-goods-price--regular-repeat-price-name {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

.block-goods-price--items {
  display: table;
}

.block-goods-price--item {
  display: table-cell;
  padding-right: 20px;
}

.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-user-review--score .form-label,
.block-user-review--score .constraint {
  vertical-align: top;
  padding-top: 8px;
}

.block-user-review--review-body .form-label,
.block-user-review--review-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}

.block-user-review--score .form-control,
.block-user-review--review-body .form-control {
  padding-top: 10px;
}

.block-user-review--evaluation-score img {
  height: 21px;
}

.block-user-review--evaluator-name dt,
.block-user-review--evaluator-name dd {
  display: inline-block;
}

.block-user-review--review-comment {
  margin: 10px 0;
}
.block-user-review--footer h3 {
  padding: 40px 0 10px;
}

/* ----トップページイベント表示---- */
.block-top-event--header {
}
.block-top-event--header-ranking{
  margin: 0 0 15px 0;
  padding-left: 50px;
  background-image: url(../../img/usr/ico_crown.png);
  background-repeat: no-repeat;
  background-position: left center;
}


/* ----店舗在庫画面---- */

.block-store-stock--goods-detail dt {
  float: left;
  font-weight: bold;
  width: 100px;
  padding: 3px;
}

.block-store-stock--goods-detail dd {
  margin-left: 120px;
  padding: 3px;
}

.block-store-stock--message {
  color: #a94442;
  margin: 10px 0;
}

.block-store-stock--list li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* ----アイコン---- */
.block-icon {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.block-icon span {
  display: block;
  height: 22px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.block-icon img {
  height: 22px;
}

/* ----商品一覧画面----*/

.block-event-page--header,
.block-category-list--header{
  margin: 20px 0 15px 0;
  font-size: 171%;
  font-weight: bold;
}

.block-goods-list--navi{
  background-color: #F7F7F7;
  overflow: hidden;
  padding: 9px 11px;
}
.block-goods-list--navi .block-goods-list--sort-order-items{
  float: left;
  background-color: none;
  padding: 0;
  margin: 0 !important;
}
.block-goods-list--navi .block-goods-list--display-style-items{
  float: right;
  background-color: none;
  padding: 0;
  margin: 0 !important;
}


/* 表示方法・並べ替え・ページャ */
.block-goods-list--display-style-items {
  background-color: #F7F7F7;
  padding: 9px 11px;
}

.block-goods-list--display-style-items .active {
  background-color: #EEEEEE;
  color: #808080;
  line-height: 30px;
  height: 32px;
  border: 1px #EEEEEE solid;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 0 1.3em;
}

.block-goods-list--display-style-items dt {
  display: inline-block;
  padding-right: 3px;
  font-size: 86%;
}

.block-goods-list--display-style-items dd {
  display: inline-block;
  margin-right: 1px;
  font-size: 93%;
}
.block-goods-list--display-style-items dd a{
  display: block;
  line-height: 30px;
  height: 32px;
  border: 1px #EEEEEE solid;
  background-color: #ffffff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 0 1.3em;
  text-decoration: none;
  color: #006BC4;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-list--display-style-items dd a:hover{
  border: 1px #a7a7a7 solid;
}

.block-goods-list--sort-order-items {
  background-color: #F7F7F7;
  padding: 9px 11px;
  margin: 0;
}
.block-goods-list--sort-order-items + .block-goods-list--display-style-items {
  margin-top: -9px;
}

.block-goods-list--sort-order-items .active {
  background-color: #EEEEEE;
  color: #808080;
  line-height: 30px;
  height: 32px;
  border: 1px #EEEEEE solid;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 0 1.3em;
}

.block-goods-list--sort-order-items dt {
  display: inline-block;
  padding-right: 3px;
  font-size: 86%;
}

.block-goods-list--sort-order-items dd {
  display: inline-block;
  margin-right: 1px;
  font-size: 93%;
}
.block-goods-list--sort-order-items dd a{
  display: block;
  line-height: 30px;
  height: 32px;
  border: 1px #EEEEEE solid;
  background-color: #ffffff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 0 1.3em;
  text-decoration: none;
  color: #006BC4;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-list--sort-order-items dd a:hover{
  border: 1px #a7a7a7 solid;
}

/* ----商品一覧画面：一覧：block-goods-list-l---- */

.block-goods-list-l--table {
  width: 100%;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border-collapse: collapse;
}

.block-goods-list-l--table td,
.block-goods-list-l--table th {
  padding: 10px;
}

.block-goods-list-l--table th {
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border: 1px solid #444;
}

.block-goods-list-l--add-cart {
  text-align: center;
}

.block-goods-list-l--stock {
  text-align: center;
}

.block-goods-list-l--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-goods-list-l--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

.block-goods-list-l--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin-bottom: 5px;
}

.block-goods-list-l .price {
  font-weight: bold;
}

.block-goods-list-l .price,
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  font-size: 12px;
}

.block-goods-list-l--scomment {
  font-size: 12px;
  color: #cc3302;
}

/* ----商品一覧画面：一括購入：block-goods-list-l---- */

.block-bulk-purchase-b--table {
  width: 100%;
}

.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  border-collapse: collapse;
}

.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  padding: 10px;
}

.block-bulk-purchase-b--table th {
  font-weight: bold;
  white-space: nowrap;
}

.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  border: 1px solid #444;
}

.block-bulk-purchase-b--stock {
  text-align: center;
}

.block-bulk-purchase-b--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-bulk-purchase-b--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.block-bulk-purchase-b--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

.block-bulk-purchase-b .price {
  font-weight: bold;
}

.block-bulk-purchase-b .price,
.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  text-align: right;
}

.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  font-size: 12px;
}

.block-bulk-purchase-b--scomment {
  font-size: 12px;
  color: #cc3302;
}

/* ----商品一覧画面：詳細一覧：block-goods-list-d---- */

.block-goods-list-d li {
  margin-bottom: 20px;
}

.block-goods-list-d--image {
  width: 200px;
}

.block-goods-list-d--item-body {
  display: flex;
  width: 900px;
}

.block-goods-list-d--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-goods-list-d--item-description {
  width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-goods-list-d--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-goods-list-d--item-details {
  display: flex;
  margin-top: 10px;
}

.block-goods-list-d--item-details-left {
  flex-basis: 360px;
}

.block-goods-list-d--add-cart {
  flex-basis: 300px;
  text-align: center;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.block-goods-list-d--price-infos {
  width: 330px;
  text-align: right;
}

.block-goods-list-d--price-title {
  display: inline-block;
}

.block-goods-list-d--price {
  display: inline-block;
}

.block-goods-list-d--stock-items {
  width: 330px;
  text-align: right;
}

.block-goods-list-d--stock-title {
  display: inline-block;
}

.block-goods-list-d--stock {
  display: inline-block;
}

.block-goods-list-d .price {
  font-weight: bold;
}

.block-goods-list-d .price,
.block-goods-list-d .net-price,
.block-goods-list-d .default-price,
.block-goods-list-d .exchange-price,
.block-goods-list-d .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-list-d--scomment {
  color: #cc3302;
}

.block-goods-list-d--goods-comment {
  margin-top: 10px;
}

/* ----商品一覧画面：チェックリスト：block-check-list-a---- */

.block-check-list-a li {
  width: 100%;
  margin: 0 0 20px 20px;
}

.block-check-list-a--price-infos,
.block-check-list-a--stock-items,
.block-check-list-a--select-item {
  text-align: right;
  margin: 5px 0;
}

.block-check-list-a--select-item .radio {
  margin-right: 0;
}

.block-check-list-a--image {
  width: 142px;
}

.block-check-list-a--items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.block-check-list-a--item-body {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.block-check-list-a--items li:last-child .block-check-list-a--item-body {
  border-bottom: none;
}

.block-check-list-a--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-check-list-a--item-description {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.block-check-list-a--goods-name {
  margin-bottom: 10px;
}
.block-check-list-a--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-check-list-a--price-title {
  display: inline-block;
}

.block-check-list-a--price {
  display: inline-block;
}

.block-check-list-a--stock-title {
  display: inline-block;
}

.block-check-list-a--stock {
  display: inline-block;
}

.block-check-list-a .price {
  font-weight: bold;
}

.block-check-list-a .price,
.block-check-list-a .net-price,
.block-check-list-a .default-price,
.block-check-list-a .exchange-price,
.block-check-list-a .block-exchange-price--rate-dt {
  text-align: left;
}

.block-check-list-a--scomment {
  color: #cc3302;
}

.block-check-list-a--goods-comment {
  margin-top: 10px;
}

.block-check-list-a--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-check-list-a--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

.block-order-complete .block-check-list-a .block-check-list-a--comment,
.page-bookmark .block-check-list-a .block-check-list-a--comment {
  padding: 0 0 5px;
}

.block-order-complete .block-check-list-a .block-check-list-a--stock-items
.page-bookmark .block-check-list-a .block-check-list-a--stock-items {
  padding: 5px 0;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */

.block-pickup-list-p li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.block-pickup-list-p--item-body {
  display: flex;
  width: 450px;
}

.block-pickup-list-p--image {
  width: 142px;
}

.block-pickup-list-p--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-pickup-list-p--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-pickup-list-p--comment {
  padding: 10px 0;
}

.block-pickup-list-p--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
}

.block-pickup-list-p--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}

.block-pickup-list-p .price {
  font-weight: bold;
}

.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt {
  text-align: right;
}

.block-pickup-list-p--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */

.block-pickup-list-w li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.block-pickup-list-w--item-body {
  display: flex;
  width: 450px;
}

.block-pickup-list-w--image {
  width: 142px;
}

.block-pickup-list-w--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-pickup-list-w--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-pickup-list-w--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-pickup-list-w--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  border-bottom-width: 2px;
  width: 160px;
}

.block-pickup-list-w--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}

.block-pickup-list-w .price {
  font-weight: bold;
}

.block-pickup-list-w .price,
.block-pickup-list-w .net-price,
.block-pickup-list-w .default-price,
.block-pickup-list-w .exchange-price,
.block-pickup-list-w .block-exchange-price--rate-dt {
  text-align: right;
}

.block-pickup-list-w--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

.block-thumbnail-t{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
  width: 780px;
}

.block-thumbnail-t li {
  width: 152px;
  margin-left: 5px;
  margin-bottom: 20px;
}
.block-thumbnail-t li:nth-child(5n+1){
  margin-left: 0;
}

.block-thumbnail-t--icon{
  width: 130px;
  height: 24px;
  margin: 0 auto;
  line-height: 22px;
  font-size: 86%;
  border: 1px #E6E6E6 solid;
  background-color: #f2f2f2;
  text-align: center;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.block-thumbnail-t--icon.color1{
  border: 1px #49AABE solid;
  background-color: #EBFCFF;
  color: #49AABE;
}
.block-thumbnail-t--icon.color2{
  border: 1px #816FC8 solid;
  background-color: #F7F5FF;
  color: #816FC8;
}

.block-thumbnail-t--goods-image figure {
  width: 152px;
  height: 152px;
}
.block-thumbnail-t--goods-image figure img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-thumbnail-t--goods-image a:hover figure img {
  opacity: 0.8;
}

.block-thumbnail-t--goods-type{
  color: #808080;
  line-height: 130%;
  font-size: 86%;
  margin-bottom: 7px;
}

.block-thumbnail-t--goods-name a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.block-thumbnail-t--goods-name a:hover{
  opacity: 0.8;
}

.block-thumbnail-t--goods-description {
  padding-right: 1em;
  margin-top: 10px;
}

.block-thumbnail-t--goods .price {
  font-weight: bold;
}

.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price,
.block-thumbnail-t--goods .default-price,
.block-thumbnail-t--goods .exchange-price,
.block-thumbnail-t--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-thumbnail-t--price-items .block-thumbnail-t--price {
    margin-top: 5px;
    text-align: left;
    color: #E81F18;
    font-size: 115%;
}

.block-thumbnail-t--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */

.block-ranking-r{
  min-height: 200px;
}
.block-ranking-r ul.block-ranking-r--items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
  width: 780px;
}

.block-ranking-r li {
  width: 152px;
  margin-left: 5px;
  margin-bottom: 20px;
}
.block-ranking-r li:nth-child(5n+1){
  margin-left: 0;
}
.block-ranking-r dl{
  position: relative;
}
.block-ranking-r dl:after{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #2B2B2B;
  color: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.block-ranking-r dl.block-ranking-r--goods-rank-1:after{content: "1";background-color: #BFA56B;}
.block-ranking-r dl.block-ranking-r--goods-rank-2:after{content: "2";background-color: #A59E9E;}
.block-ranking-r dl.block-ranking-r--goods-rank-3:after{content: "3";background-color: #DB9176;}
.block-ranking-r dl.block-ranking-r--goods-rank-4:after{content: "4";}
.block-ranking-r dl.block-ranking-r--goods-rank-5:after{content: "5";}
.block-ranking-r dl.block-ranking-r--goods-rank-6:after{content: "6";}
.block-ranking-r dl.block-ranking-r--goods-rank-7:after{content: "7";}
.block-ranking-r dl.block-ranking-r--goods-rank-8:after{content: "8";}
.block-ranking-r dl.block-ranking-r--goods-rank-9:after{content: "9";}
.block-ranking-r dl.block-ranking-r--goods-rank-10:after{content: "10";}
.block-ranking-r dl.block-ranking-r--goods-rank-11:after{content: "11";}
.block-ranking-r dl.block-ranking-r--goods-rank-12:after{content: "12";}
.block-ranking-r dl.block-ranking-r--goods-rank-13:after{content: "13";}
.block-ranking-r dl.block-ranking-r--goods-rank-14:after{content: "14";}
.block-ranking-r dl.block-ranking-r--goods-rank-15:after{content: "15";}
.block-ranking-r dl.block-ranking-r--goods-rank-16:after{content: "16";}
.block-ranking-r dl.block-ranking-r--goods-rank-17:after{content: "17";}
.block-ranking-r dl.block-ranking-r--goods-rank-18:after{content: "18";}
.block-ranking-r dl.block-ranking-r--goods-rank-19:after{content: "19";}
.block-ranking-r dl.block-ranking-r--goods-rank-20:after{content: "20";}

/*
.block-ranking-r li:nth-child(5n+1) {
  margin-left: 0;
}
*/

.block-ranking-r--goods-image figure {
  width: 152px;
  height: 152px;
}
.block-ranking-r--goods-image figure img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-ranking-r--goods-image a:hover figure img {
  opacity: 0.8;
}

.block-ranking-r--goods-type{
  color: #808080;
  line-height: 130%;
  font-size: 86%;
  margin-bottom: 7px;
}

.block-ranking-r--goods-name a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  color: #2D5A8B;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.block-ranking-r--goods-name a:hover{
  opacity: 0.8;
}
.block-ranking-r--goods-description {
  padding-right: 1em;
  margin-top: 10px;
}

.block-ranking-r--goods .price {
  font-weight: bold;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-ranking-r--price-items .block-ranking-r--price {
    margin-top: 5px;
    text-align: left;
    color: #E81F18;
    font-size: 115%;
}

.block-ranking-r--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h {
  margin: 10px 0;
}

.block-thumbnail-h {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-genre main .block-thumbnail-h,
.page-category main .block-thumbnail-h,
.page-event main .block-thumbnail-h,
.page-search main .block-thumbnail-h{
  margin-bottom: 50px;
  width: 840px;
}

.block-thumbnail-h li {
  width: 205px;
  margin-left: 6px;
  padding: 0 15px;
}
.block-thumbnail-h li:nth-child(6n+1) {
  margin-left: 0;
}

.page-genre .block-thumbnail-h li:nth-child(6n+1),
.page-category .block-thumbnail-h li:nth-child(6n+1),
.page-event .block-thumbnail-h li:nth-child(6n+1),
.page-search .block-thumbnail-h li:nth-child(6n+1){
  margin-left: 6px;
}
.page-genre .block-thumbnail-h li:nth-child(4n+1),
.page-category .block-thumbnail-h li:nth-child(4n+1),
.page-event .block-thumbnail-h li:nth-child(4n+1),
.page-search .block-thumbnail-h li:nth-child(4n+1){
  margin-left: 0;
}

.block-thumbnail-h--goods-image figure {
  width: 175px;
  height: 175px;
}
.block-thumbnail-h--goods-image figure img{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-thumbnail-h--goods-image a:hover figure img{
  opacity: 0.8;
}

.block-thumbnail-h--goods-description {
  margin-top: 10px;
}
.block-thumbnail-h--goods-description .block-icon{
  margin-bottom: 10px;
}

.block-thumbnail-h--goods-type{
  color: #808080;
  line-height: 130%;
  font-size: 86%;
  margin-bottom: 7px;
}
.page-genre .pane-main .block-thumbnail-h--goods-name a,
.page-category .pane-main .block-thumbnail-h--goods-name a,
.page-event .pane-main .block-thumbnail-h--goods-name a,
.page-search .pane-main .block-thumbnail-h--goods-name a{
  color: #2D5A8B;
}
.block-thumbnail-h--goods-name a{
  display: block;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  color: #2D5A8B;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.block-thumbnail-h--goods-name a:hover{
  opacity: 0.8;
}

.block-thumbnail-h--goods .price {
  font-weight: bold;
}

.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
}

.block-thumbnail-h--price-items{
  margin-top: 7px;
}
.block-thumbnail-h--price-items .block-thumbnail-h--default-price{
}
.block-thumbnail-h--price-items .block-thumbnail-h--price{
  text-align: left;
  color: #E81F18;
  font-size: 115%;
}

.block-thumbnail-h--stock{
  margin-top: 7px;
}

.block-thumbnail-h--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：リスト：block-list-s---- */

.block-list-s li:first-child {
  border-top: 1px solid #444;
}

.block-list-s li {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}

.block-list-s div {
  display: inline;
}

.block-list-s--goods-name,
.block-list-s--price-items div {
  padding-right: 1em;
}

.block-list-s--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-list-s .price {
  font-weight: bold;
}

.block-list-s--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：買い物かご：block-cart-i---- */

.block-cart-i li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-cart-i--goods {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-cart-i--goods:first-of-type {
  margin-left: 0;
}

.block-cart-i--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-cart-i--goods a {
  text-decoration: underline;
}

.block-cart-i--goods-description {
  margin-top: 20px;
}

.block-cart-i--goods .price {
  font-weight: bold;
}

.block-cart-i--goods .price,
.block-cart-i--goods .net-price,
.block-cart-i--goods .default-price,
.block-cart-i--goods .exchange-price,
.block-cart-i--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-cart-i--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */

.block-goods-detail-j li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-goods-detail-j--goods {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-goods-detail-j--goods:first-of-type {
  margin-left: 0;
}

.block-goods-detail-j--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-goods-detail-j--goods a {
  text-decoration: underline;
}

.block-goods-detail-j--goods-description {
  margin-top: 20px;
}

.block-goods-detail-j--goods .price {
  font-weight: bold;
}

.block-goods-detail-j--goods .price,
.block-goods-detail-j--goods .net-price,
.block-goods-detail-j--goods .default-price,
.block-goods-detail-j--goods .exchange-price,
.block-goods-detail-j--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-detail-j--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：商品名：block-goods-name-n---- */

.block-goods-name-n li:first-child {
  border-top: 1px solid #444;
}

.block-goods-name-n li {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}

.block-goods-name-n dt {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 1em;
}
.block-goods-name-n dd {
  display: inline-block;
  vertical-align: top;
}

.block-goods-name-n a {
  color: #000;
  text-decoration: underline;
}

/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */

.block-goods-list-x--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 33px;
}

.block-goods-list-x--item-body {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-goods-list-x--item-body:first-of-type {
  margin-left: 0;
}

.block-goods-list-x--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

/* ----商品一覧画面：カート画面：block-goods-list-c---- */

.block-goods-list-c--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-goods-list-c--item-body {
  flex-basis: 180px;
  margin-left: 24px;
}

.block-goods-list-c--item-body:first-of-type {
  margin-left: 0;
}

.block-goods-list-c--image figure {
  background: #f5f5f5;
  width: 180px;
  height: 180px;
}

/* ----商品一覧画面：6列：block-thumbnail-6---- */
.block-accessory-list .block-thumbnail-6 li {
  width: 150px;
  margin-left: 7px;
  padding: 0;
}
.block-accessory-list .block-thumbnail-6--goods-image figure {
  width: 150px;
  height: 150px;
}
.block-accessory-list .block-thumbnail-6--goods-description{
  padding: 0 10px;
}
.block-accessory-list .block-thumbnail-6 li .block-icon span:last-of-type {
  margin-right: 0;
}
.block-accessory-list .block-thumbnail-6 li .block-icon span,
.block-accessory-list .block-thumbnail-6 li .block-icon img {
  height: 17px;
}
.block-thumbnail-6 {
  margin: 10px 0;
}

.block-thumbnail-6 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-genre main .block-thumbnail-6,
.page-category main .block-thumbnail-6,
.page-event main .block-thumbnail-6,
.page-search main .block-thumbnail-6{
  margin-bottom: 50px;
  width: 840px;
}

.block-thumbnail-6 li {
  width: 205px;
  margin-left: 6px;
  padding: 0 15px;
}
.block-thumbnail-6 li:nth-child(6n+1) {
  margin-left: 0;
}

.page-genre .block-thumbnail-6 li:nth-child(4n+1),
.page-category .block-thumbnail-6 li:nth-child(4n+1),
.page-event .block-thumbnail-6 li:nth-child(4n+1),
.page-search .block-thumbnail-6 li:nth-child(4n+1){
  margin-left: 0;
}

.block-thumbnail-6--goods-image figure {
  width: 175px;
  height: 175px;
}
.block-thumbnail-6--goods-image figure img{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-thumbnail-6--goods-image a:hover figure img{
  opacity: 0.8;
}

.block-thumbnail-6--goods-description {
  margin-top: 10px;
}
.block-thumbnail-6--goods-description .block-icon{
  margin-bottom: 10px;
}

.block-thumbnail-6--goods-type{
  color: #808080;
  line-height: 130%;
  font-size: 86%;
  margin-bottom: 7px;
}
.page-genre .pane-main .block-thumbnail-6--goods-name a,
.page-category .pane-main .block-thumbnail-6--goods-name a,
.page-event .pane-main .block-thumbnail-6--goods-name a,
.page-search .pane-main .block-thumbnail-6--goods-name a{
  color: #2D5A8B;
}
.block-thumbnail-6--goods-name a{
  display: block;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  color: #2D5A8B;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.block-thumbnail-6--goods-name a:hover{
  opacity: 0.8;
}

.block-thumbnail-6--goods .price {
  font-weight: bold;
}

.block-thumbnail-6--goods .price,
.block-thumbnail-6--goods .net-price,
.block-thumbnail-6--goods .default-price,
.block-thumbnail-6--goods .exchange-price,
.block-thumbnail-6--goods .block-exchange-price--rate-dt {
}

.block-thumbnail-6--price-items{
  margin-top: 7px;
}
.block-thumbnail-6--price-items .block-thumbnail-6--default-price{
}
.block-thumbnail-6--price-items .block-thumbnail-6--price{
  text-align: left;
  color: #E81F18;
  font-size: 115%;
}

.block-thumbnail-6--stock{
  margin-top: 7px;
}

.block-thumbnail-6--scomment {
  color: #cc3302;
}

/* ----カテゴリー画面：ピックアップ：block-category-style-p---- */

.block-category-style-p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.block-category-style-p--item {
  flex-basis: 440px;
  overflow: hidden;
}

.block-category-style-p--item:nth-child(2n) {
  margin: 0 0 0 20px;
}

.block-category-style-p--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
  clear: both;
}

.block-category-style-p--item-image {
  width: 143px;
  float: left;
}

.block-category-style-p--item-comment {
  width: 275px;
  float: right;
}

/* ----カテゴリー画面：詳細：block-category-style-d---- */

/* ----カテゴリー画面：孫カテゴリ：block-category-style-g---- */

.block-category-style-g {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.block-category-style-g--item:nth-child(2n) {
  margin: 0 0 0 20px;
}

.block-category-style-g--item {
  flex-basis: 440px;
  overflow: hidden;
}

.block-category-style-g--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
}

.block-category-style-g--item-image {
  width: 143px;
  float: left;
}

.block-category-style-g--item-comment {
  width: 275px;
  float: right;
}

.block-category-style-g--item ul {
  clear: both;
  margin: 10px 10px 0 10px;
  padding: 0;
}

.block-category-style-g--item ul li {
  margin: 0 0 0 2em;
  padding: 0;
  list-style: square;
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */

.block-category-style-l--item-name {
  display: inline;
}

.block-category-style-l--splitter {
  margin: 0 5px;
}

/* ----カテゴリー画面：サムネイル：block-category-style-t---- */

.block-category-style-t {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.block-category-style-t--item {
  flex-basis: 210px;
  overflow: hidden;
  margin: 0 0 0 20px;
}

.block-category-style-t--item:nth-child(4n+1) {
  margin: 0;
}

/* ----カテゴリーツリー---- */
.block-category-tree--level-1 {
  margin-bottom: 40px;
  border: #E6E6E6 1px solid;
  border-top: none;
}
.block-category-tree--item__open,
.block-category-tree--item {
  position: relative;
  border-top: #E6E6E6 1px solid;
}
.block-category-tree--item__open a,
.block-category-tree--item a,
.block-category-tree--item &gt; span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  text-decoration: none;
  padding: 5px 40px 5px 20px;
}
.block-category-tree--item__open a,
.block-category-tree--item a{
  color: #006BC4;
}
.block-category-tree--level-2 &gt; li {text-indent: 10px; background-color: #F7F7F7;}
.block-category-tree--level-3 &gt; li {text-indent: 20px; background-color: #F7F7F7;}
.block-category-tree--level-4 &gt; li {text-indent: 30px; background-color: #F7F7F7;}
.block-category-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----ジャンルツリー---- */
.block-genre-tree--level-1 {
  margin-bottom: 40px;
  border: #E6E6E6 1px solid;
  border-top: none;
}
.block-genre-tree--item__open,
.block-genre-tree--item {
  position: relative;
  border-top: #E6E6E6 1px solid;
}
.block-genre-tree--item__open a,
.block-genre-tree--item a,
.block-genre-tree--item &gt; span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  text-decoration: none;
  padding: 5px 40px 5px 20px;
}
.block-genre-tree--item__open a,
.block-genre-tree--item a{
  color: #006BC4;
}
.block-genre-tree--level-2 &gt; li {text-indent: 10px; background-color: #F7F7F7;}
.block-genre-tree--level-3 &gt; li {text-indent: 20px; background-color: #F7F7F7;}
.block-genre-tree--level-4 &gt; li {text-indent: 30px; background-color: #F7F7F7;}
.block-genre-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----カテゴリツリー・ジャンルツリー共通---- */
.block-category-tree--item__open a,
.block-category-tree--item a,
.block-genre-tree--item__open a,
.block-genre-tree--item a {
}
.block-category-tree--items a.js-st__close,
.block-category-tree--items a.js-st__open,
.block-genre-tree--items a.js-st__close ,
.block-genre-tree--items a.js-st__open {
  background: none!important;
}
.block-category-tree--items a + .block--tree--toggle ,
.block-genre-tree--items a + .block--tree--toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  display: block;
  width: 30px;
  cursor: pointer;
}
.block-category-tree--items a + .block--tree--toggle:before ,
.block-genre-tree--items a + .block--tree--toggle:before{
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -5px;
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  border-top: 1px #006BC4 solid;
  border-left: 1px #006BC4 solid;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  transform: rotate(225deg);
}
.block-category-tree--level-1&gt;li&gt;a + .block--tree--toggle:before ,
.block-genre-tree--level-1&gt;li&gt;a + .block--tree--toggle:before{
  border-top: 2px #006BC4 solid;
  border-left: 2px #006BC4 solid;
}
.block-category-tree--items a.js-st__open + .block--tree--toggle:before ,
.block-genre-tree--items a.js-st__open + .block--tree--toggle:before {
  margin-top: -2px;
  transform: rotate(45deg);
}
.block-category-tree--item__open a span,.block-category-tree--item a span,
.block-genre-tree--item__open a span,.block-genre-tree--item a span {
  display: inline-block;
}



/* ----絞り込み検索---- */

.block-filter--treeitem {
  border-top: #eee 1px solid;
}

.block-filter--tree-1 &gt; li:first-child {
  border-top: none;
}

.block-filter--tree-2 &gt; li {
  padding-left: 10px;
}

.block-filter--tree-3 &gt; li {
  padding-left: 20px;
}

.block-filter--tree-4 &gt; li {
  padding-left: 30px;
}

.block-filter--treeitem-container {
  width: 100%;
}

.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  padding-right: 9px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--treeitem-dir i {
  transform: rotate(90deg);
}

.block-filter--treeitem-dir__close i {
  transform: rotate(0);
}

.block-filter--treeitem-name {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--treeitem-selected {
  color: #c00;
}

.block-filter--image {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 5px;
}

.block-filter--image-check {
  position: relative;
  display: block;
}

.block-filter--image-check i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
}

.block-filter--image-check:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--treelist-inner-accordion,
.block-filter--close .block-filter--select-inner-accordion,
.block-filter--close .block-filter--imagelist-inner-accordion {
  display: none;
}

/* ----クイックビュー---- */

.block-quickview {
  display: none;
  position: absolute;
  z-index: 10000;
  overflow: visible;
  width: auto;
  max-width: 324px;
  height: auto;
  padding: 10px;
  border: 1px solid;
  background-color: #fff;
}

.block-quickview-line {
  overflow: hidden;
  width: 100%;
}

.block-quickview-item {
  display: inline-block;
  width: 142px;
}
</pre></body></html>