﻿@charset "UTF-8";

/* ----商品詳細画面---- */

.block-goods-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  margin: 0 0 60px;
  min-height: 506px;
  z-index: 2;
}

.block-goods-top:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #FFF;
  z-index: -1;
}

@media only screen and (min-width: 1201px) {
  .block-goods-top:after {
    width: 100vw;
    right: calc((100vw - 100%) / 2 * -1);
  }
}

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.pane-goods-left-side {
  position: relative;
  width: 240px;
  margin: 0 40px 0 0;
  z-index: 2;
}

.swiper-slider-main {
  width: 240px;
  line-height: 0;
  overflow-x: hidden;
  margin: 0 0 8px;
}

.pane-goods-right-side {
  width: 920px;
}

.pane-goods-right-side form {
  display: flex;
}

.block-goods-info {
  width: 532px;
  margin: 0 38px 0 0;
}

.pane-goods-right-side .block-icon {
  margin: 0 0 12px;
}

.block-goods-pre-sale-date {
  display: flex;
  color: #888;
  font-size: 11px;
  margin: 0 0 6px;
}

.block-goods-pre-sale-date dt {
  padding: 0 4px 0 0;
}

.block-goods-name {
  margin: 0 0 16px;
}

.block-goods-name .block-goods-name--text {
  font-size: 30px;
  padding: 0;
}

.block-goods-author {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 28px;
}

.block-goods-author li:not(:last-child) {
  margin: 0 12px 0 0;
}

.block-goods-author li a:hover {
  text-decoration: none;
}

.block-goods-author li a span {
  color: #009B9B;
}

.block-goods-author li a:hover span {
  text-decoration: underline;
}

.block-goods-review {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 32px;
}

.block-goods-sns {
  display: flex;
}

.block-goods-sns--twitter {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../img/usr/common/icon_x02.png) no-repeat center;
}

.block-goods-sns--twitter iframe {
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
}

.block-goods-sns--facebook {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin: 0 0 0 4px;
  background: url(../../img/usr/common/icon_fb02.png) no-repeat center;
}

.block-goods-sns--facebook .fb-share-button {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.block-goods-comment {
  margin: 0 0 8px;
}

.block-goods-comment1 {
  margin: 0 0 12px;
}

.block-goods-comment1 h2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.block-goods-summary {
  opacity: 0;
  transition: .3s ease;
}

.block-goods-summary.truncate {
  position: relative;
  height: 145px;
  overflow: hidden;
}

.block-goods-summary.truncate:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, transparent, #FFF);
}

.block-goods-summary--read-more {
  display: none;
  position: relative;
  width: 100px;
  font-size: 12px;
  margin: 8px auto 0;
  text-align: center;
  cursor: pointer;
}

.block-goods-summary--read-more:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
}

.block-goods-cart {
  width: 350px;
}

.block-goods-cart-select {
  display: flex;
  margin: 0 0 12px;
}

.block-goods-cart-select--item {
  width: 175px;
  background: #F0F0F0;
  padding: 16px 24px;
  cursor: pointer;
}

.block-goods-cart-select--item.active {
  border: 2px solid #9200ED;
  background: #FFF;
  pointer-events: none;
}

.block-goods-cart-select--item:not(.active):hover {
  opacity: .8;
  text-decoration: none;
}

.block-goods-cart-select--item > * {
  width: 100%;
}

.block-goods-cart-select--item-title {
  font-weight: bold;
  margin: 0 0 4px;
}

.block-goods-price {
  display: flex;
  flex-direction: column;
  margin: 0 0 5px;
}

.block-goods-price > * {
  width: 100%;
}

.block-goods-price--price {
  font-size: 17px;
  font-weight: bold;
  order: 2;
}

.block-goods-price--price span {
  font-size: 11px;
  padding: 0 0 0 2px;
}

.block-goods-price--price.sale-price {
  color: #ED006D;
}

.block-goods-price--default-price {
  margin: -4px 0 4px;
  order: 3;
}

.block-goods-price--member-price-text {
  color: #ED006D;
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 2px;
  order: 1;
}

.block-goods-price--member-price + .block-goods-price--member-price-text {
  order: 4;
}

.block-goods-price--member-price {
  color: #ED006D;
  font-size: 14px;
  font-weight: bold;
  order: 5;
}

.block-goods-price--member-price span {
  font-size: 10px;
  padding: 0 0 0 2px;
}

.btn.block-add-cart--btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  background: #9200ED;
  transition: .3s ease;
}

.block-add-cart--btn:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 20px;
  margin: 0 16px 0 0;
  background: url(../../img/usr/common/icon_cart.png) no-repeat center;
}

.block-add-cart--btn:hover {
  opacity: .8;
}

.pane-goods-right-side .block-goods-btn-area {
  display: flex;
  justify-content: space-between;
  margin: 4px 0 0;
}

.block-goods-trial {
  width: 172px;
  margin: 0 4px 0 0;
}

.pane-goods-right-side .block-goods-favorite {
  flex: 1;
  position: static;
  height: auto;
}

.block-goods-trial--btn,
.pane-goods-right-side .block-goods-favorite--btn,
.pane-goods-right-side .block-goods-favorite-registed--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  padding: 9px 0 7px;
  border: 1px solid #000;
}

.block-goods-trial--btn:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 15px;
  margin: 0 8px 2px 0;
  background: url(../../img/usr/common/icon_book.png) no-repeat center / 16px;
  transition: .3s ease;
}

.block-goods-trial--btn:hover:before {
  background: url(../../img/usr/common/icon_book_on.png) no-repeat center / 16px;
}

.pane-goods-right-side .block-goods-favorite--btn:before,
.pane-goods-right-side .block-goods-favorite-registed--btn:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 16px;
  margin: 0 8px 2px 0;
  background: url(../../img/usr/common/icon_bookmark.png) no-repeat center / 18px;
  transition: .3s ease;
}

.pane-goods-right-side .block-goods-favorite--btn:hover:before {
  background: url(../../img/usr/common/goods_bookmark_hover_btn.png) no-repeat center / 100%;
}

.pane-goods-right-side .block-goods-favorite-registed--btn:before {
  margin-right: 4px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png) no-repeat center / 100%;
}

.block-goods-trial--btn:hover {
  text-decoration: none;
}

.block-goods-read--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9200ED;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
}

.block-goods-read--btn:before {
  content: '';
  display :inline-block;
  width: 20px;
  height: 18px;
  margin: 0 12px 0 0;
  background: url(../../img/usr/common/icon_book_w.png) no-repeat center;
}

.block-goods-read--btn:hover {
  opacity: .8;
  text-decoration: none;
}

.block-contact-about-goods {
  display: none;
  text-align: right;
  margin: 6px 0 0;
}

.btn.block-contact-about-goods--btn {
  color: #009B9B;
  font-size: 12px;
  border: 0;
  padding: 0;
  margin: 0;
  width: auto;
  background: none;
}

.btn.block-contact-about-goods--btn:hover {
  text-decoration: underline;
}

.block-goods-book-detail {
  display: flex;
  justify-content: space-between;
  margin: 120px 0 80px;
}

.block-goods-book-detail > .block-goods-spec,
.block-goods-author-data {
  width: 560px;
  background: #FFF;
  border: 1px solid #BCBCBC;
}

.block-goods-spec--title,
.block-goods-author-data--title {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0;
  background: #F0F0F0;
}

.block-goods-spec--contents {
  padding: 8px 32px 24px;
}

.block-goods-spec .goods-detail-description {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F0F0F0;
  padding: 11px 0 9px;
}

.block-goods-spec .goods-detail-description dt {
  position: relative;
  width: 100px;
  text-align: center;
  padding: 0 14px 0 0;
}

.block-goods-spec .block-goods-spec--author dt,
.block-goods-spec .block-goods-spec--translator dt,
.block-goods-spec .block-goods-spec--kinds dt,
.block-goods-spec .block-goods-spec--type dt {
  letter-spacing: 8px;
  padding-left: 4px;
}

.block-goods-spec .block-goods-spec--editor dt,
.block-goods-spec .block-goods-spec--release-dt dt,
.block-goods-spec .block-goods-spec--original-name dt,
.block-goods-spec .block-goods-spec--isbn dt {
  letter-spacing: 4px;
  padding-left: 2px;
}

.block-goods-spec .goods-detail-description dt:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 7px;
  letter-spacing: 0;
}

.block-goods-spec .goods-detail-description dd {
  width: 385px;
  font-weight: bold;
}

.block-goods-spec .goods-detail-description dd a {
  display: inline-block;
  color: #009B9B;
}

.block-goods-spec .goods-detail-description dd a:not(:last-child):after {
  content: ',';
  display: inline-block;
  padding: 0 6px 0 4px;
}

.block-goods-author-data--contents {
  padding: 20px 32px 24px;
}

.block-goods-author-data--contents li:not(:last-child) {
  margin: 0 0 20px;
}

.block-goods-author-data--name {
  font-size: 16px;
  padding: 0;
  margin: 0 0 4px;
}

.block-goods-author-data--text {
  font-size: 13px;
}

.block-goods-others {
  margin: 100px 0 0;
}

.block-goods-series--title,
.block-goods-others--title {
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0 0 16px;
}

.block-goods-series--title span,
.block-goods-others--title span {
  display: inline-block;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 28px;
  background: url(../../img/usr/common/img_brackets_t.png) no-repeat left top, url(../../img/usr/common/img_brackets_b.png) no-repeat right bottom;
}

.block-goods-series--item-title,
.block-goods-others--author {
  text-align: center;
  margin: 0 0 28px;
  padding: 0;
}

.block-goods-series--item-title a,
.block-goods-others--author a {
  color: #009B9B;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 2px;
}

.block-goods-dealing-store {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}

.block-goods-dealing-store--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 17, 25, .75);
}

.block-goods-dealing-store--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 620px;
  transform: translate(-50%, -50%);
  background: #F5F5F5;
  border-radius: 2px;
  overflow: hidden;
}

.block-goods-dealing-store--title {
  color: #FFF;
  font-weight: bold;
  background: #111;
  padding: 10px 20px 9px;
}

.block-goods-dealing-store--close {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.block-goods-dealing-store--close:before,
.block-goods-dealing-store--close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}

.block-goods-dealing-store--close:after {
  transform: rotate(-45deg);
}

.block-goods-dealing-store--lists {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 28px 12px;
}

.block-goods-dealing-store--lists li {
  width: 172px;
  margin: 0 6px 12px;
}

.block-goods-dealing-store--lists li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.block-goods-dealing-store--lists li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  width: 100%;
  height: 60px;
  padding: 12px 30px 12px 16px;
}

.block-goods-dealing-store--lists li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(-45deg);
}

.block-goods-dealing-store--lists li a:hover {
  opacity: .8;
}

.block-goods-dealing-store--caution {
  color: #888;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 40px 36px;
}

.block-goods-ebook-store {
  padding: 40px 43px;
  margin: 60px 0 0;
  background: #F5F5F5;
}

.block-goods-ebook-store--title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}

.block-goods-ebook-store--lists {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-ebook-store--lists li {
  width: 172px;
  margin: 0 6px 12px;
}

.block-goods-ebook-store--lists li:nth-last-child(-n+6) {
  margin-bottom: 0;
}

.block-goods-ebook-store--lists li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  padding: 12px 30px 12px 16px;
}

.block-goods-ebook-store--lists li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(-45deg);
}

.block-goods-ebook-store--lists li a:hover {
  opacity: .8;
}

.block-src-l {
  z-index: 3 !important;
}

.block-src-l figure {
  text-align: center;
}

.block-goods-affix-list {
  margin-bottom: 10px;
}

.block-goods-affix-list dt {
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}

.block-goods-affix-list dd {
  padding: 5px 0 0 15px;
}

.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-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-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  width: 54px;
  height: 54px;
  color: #f9f;
}

.bookmarkmodal-option {
  margin: 5px;
}

.bookmarkmodal-option .btn {
  width: 310px;
}

.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-outside-sales-period--message {
  text-align: center;
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-variation-no-stock,
.block-variation-outside-sales-period,
.block-goods-variation-arrival-notice {
  margin-right: 5px;
}

.block-variation-no-stock--message,
.block-variation-outside-sales-period--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,
.block-variation-outside-sales-period--message {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-goods-gallery-src {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-gallery {
  overflow-x: auto;
  -ms-overflow-style: none;
}

.block-goods-gallery::-webkit-scrollbar {
  display:none;
}

.block-goods-gallery ul {
  display: inline-block !important;
  white-space: nowrap;
  font-size: 0;
}

.block-goods-gallery li {
  display: inline-block;
  width: 50px;
  margin: 0 6px 0 0;
}

.block-goods-gallery li figure {
  width: 50px;
  height: 60px;
}

.pane-goods-right-side .block-icon--auto-new,
.pane-goods-right-side .block-icon--auto-reservation,
.pane-goods-right-side .block-icon--auto-presale,
.pane-goods-right-side .block-icon--auto-on-sales,
.pane-goods-right-side .block-icon--auto-e-sales {
  position: absolute;
  top: 40px;
  left: -58px;
  z-index: 1;
}

.block-goods-price--on-sales-comment {
  color: #c30;
}

.block-accessory-list {
  width: 100%;
}

.pane-goods-right-side .block-check-list-a--item-body {
  width: auto;
}

.block-goods-footer-cart {
  text-align: center;
}

/* 同一バリエーション画像表示 */
.block-goods-detail .block-goods-detail--color-variation-goods-image .swiper-slider-main img {
  max-height: 342px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .swiper-slider-main figure {
  text-align: center;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item {
  z-index: 3 !important;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.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;
  display: none;
}

.block-goods-gallery--color-variation-src {
  vertical-align: top;
}

/* 注文明細拡張 */

.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--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

/* バリエーション */
.block-variation--name {
  color: #FFF;
  font-size: 16px;
  border-bottom: 1px solid #FFF;
  padding: 0 0 4px;
  margin: 0 0 16px;
}

.block-color--item-list {
  display: flex;
}

.block-color--item {
  position: relative;
  width: 68px;
  height: 68px;
  margin: 0 12px 0 0;
}

.block-color--item.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #F00;
}

.block-color--item figure {
  width: 100%;
  height: 68px;
}

.block-color--item-description {
  display: none;
}

.block-variation--selected-item {
  display: flex;
  font-size: 13px;
  margin: 8px 0 0;
}

.block-variation--selected-item dt {
  color: #ABABAB;
}

.block-variation--selected-item dd {
  color: #FFF;
  font-weight: bold;
}

.block-color-size-with-cart {
  margin: 32px 0 0;
}

/* 商品詳細(イベント一覧) */
#goodsdetail_eventlist .swiper-eventlist-content {
  margin: 0 35px;
  overflow: hidden;
  user-select: none;
}

#goodsdetail_eventlist {
  position: relative;
  z-index: 0 !important;
}

#goodsdetail_eventlist .swiper-eventlist-prev {
  position: absolute;
  top: 85px;
  width: 35px;
  height: calc(100% - 85px);
  margin: 0;
  background: none;
  font-size: 0;
}

#goodsdetail_eventlist .swiper-eventlist-prev::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  content: "";
}

#goodsdetail_eventlist .swiper-eventlist-next {
  position: absolute;
  top: 85px;
  right: 0;
  width: 35px;
  height: calc(100% - 85px);
  margin: 0;
  background: none;
  font-size: 0;
}

#goodsdetail_eventlist .swiper-eventlist-next::before {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  content: "";
}

#goodsdetail_eventlist .swiper-button-disabled {
  display: none;
}

.block-eventlist {
  display: flex;
  padding: 0 0 10px 0;
}

.block-eventlist-item {
  padding: 0 10px 0 0;
  width: 228px;
}

.block-eventlist-item--image figure {
  background: #f5f5f5;
  width: 100%;
  height: 170px;
}

.block-eventlist-item--title {
  color: #000;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-eventlist-item--title a {
  text-decoration: none;
}

/* 商品詳細(ブログ一覧) */

#goodsdetail_bloglist div[class^="swiper-bloglist-content_"] {
  margin: 0 35px;
  overflow: hidden;
  user-select: none;
}

#goodsdetail_bloglist > div[id^="goodsdetail_bloglist_"] {
  position: relative;
  z-index: 0 !important;
}

div[class^="swiper-bloglist-prev_"] {
  position: absolute;
  top: 85px;
  width: 35px;
  height: calc(100% - 85px);
  margin: 0;
  background: none;
  font-size: 0;
}

div[class^="swiper-bloglist-prev_"]::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  content: "";
}

div[class^="swiper-bloglist-next_"] {
  position: absolute;
  top: 85px;
  right: 0;
  width: 35px;
  height: calc(100% - 85px);
  margin: 0;
  background: none;
  font-size: 0;
}

div[class^="swiper-bloglist-next_"]::before {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  content: "";
}

div[id^="swiper-bloglist-navigation_"] .swiper-button-disabled {
  display: none;
}

.block-bloglist {
  display: flex;
  padding: 0 0 10px 0;
}

.block-bloglist-item {
  padding: 0 10px 0 0;
  width: 228px;
}

.block-bloglist-item--image figure {
  background: #f5f5f5;
  width: 100%;
  height: 170px;
}

.block-bloglist-item--date {
  margin: 5px 0 5px 0;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.block-bloglist-item--newicon {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  color: rgb(255, 255, 255);
  background: #e5002d;
  font-size: 12px;
  font-weight: bold;
}

.block-bloglist-item--title {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-bloglist-item--title a {
  text-decoration: none;
}

.block-bloglist-item--taglist {
  margin: 10px 0 0 0;
}

.block-bloglist-item--taglist div {
  display: inline-block;
}

.block-bloglist-item--taglist-item {
  display: inline-block;
  padding: 2px;
  margin-bottom: 5px;
  border-radius: 10px;
  background: #e9e9e9;
  word-break: break-all;
}

.block-bloglist-item--taglist-item a {
  text-decoration: none;
}

/* 商品詳細ユーザーレビュー */

.block-goods-user-review {
  position: relative;
  padding: 80px 0 100px;
  z-index: 1;
}

.block-goods-user-review:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #F5F5F5;
  z-index: -1;
}

@media only screen and (min-width: 1201px) {
  .block-goods-user-review:after {
    width: 100vw;
    right: calc((100vw - 100%) / 2 * -1);
  }
}

.block-goods-user-review--title {
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0 0 40px;
}

.block-goods-user-review--title span {
  display: inline-block;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 28px;
  background: url(../../img/usr/common/img_brackets_t.png) no-repeat left top, url(../../img/usr/common/img_brackets_b.png) no-repeat right bottom;
}

/* ----ユーザーレビュー画面---- */

.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 {
  width: 11.8%;
}

.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 {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}

/* ----店舗在庫画面---- */

.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 {
  margin: 10px 0;
}

.block-store-stock--div-name {
  font-weight: bold;
}

.block-store-stock--list li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* ----アイコン---- */
.block-icon img {
  width: 32px;
}

/* ----商品一覧画面----*/

/* 表示方法・並べ替え・ページャ */
.block-goods-list--display-style-items {
  display: none;
}

.block-goods-list--display-style-items .active {
  color: #c00;
}

.block-goods-list--display-style-items dt {
  display: inline-block;
  font-weight: bold;
}

.block-goods-list--display-style-items dd {
  display: inline-block;
  margin-right: 5px;
}

.block-goods-list--sort-area {
  display: flex;
  justify-content: flex-end;
  padding: 40px 0 20px;
}

.block-goods-list--sort-order-items {
  position: relative;
}

.block-goods-list--sort-order-items dt,
.block-filter-btn {
  width: 170px;
  border-radius: 2px;
  padding: 5px 36px 4px 12px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.block-goods-list--sort-order-items dt {
  background: #111 url(../../img/usr/common/icon_sort.png) no-repeat right 12px center;
}

.block-filter-btn {
  margin: 0 0 0 12px;
  background: #111 url(../../img/usr/common/icon_narrow_down.png) no-repeat right 12px center;
}

.block-goods-list--sort-order-items dd {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  padding: 10px 0;
  filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.08));
  z-index: 12;
}

.block-goods-list--sort-order-items dd:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 7px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #DEDEDE transparent;
}

.block-goods-list--sort-order-items dd:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 4px;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #FFF transparent;
}

.block-goods-list--sort-order-items-list a,
.block-goods-list--sort-order-items-list li.active {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  padding: 7px 20px;
}

.block-goods-list--sort-order-items-list li.active {
  color: #204B9F;
  font-weight: bold;
}

.block-goods-list--image-relative {
  position: relative;
}

/* ----商品一覧画面：一覧：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--item {
  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-goods-list-d--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-goods-list-d--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----商品一覧画面：チェックリスト：block-check-list-a---- */

.block-check-list-a {
  position: relative;
}

.block-check-list-a .swiper-container {
  overflow: hidden;
}

.block-check-list-a .block-check-list-a--item {
  width: 155px;
  margin: 0 11px 0 0;
  padding: 4px 4px 0;
}

.block-check-list-a .block-check-list-a--item:last-child {
  margin: 0;
}

.block-check-list-a--image {
  width: 140px;
  margin: 0 auto 10px;
}

.block-check-list-a--image figure {
  width: 140px;
  height: 140px;
}

.block-check-list-a .block-icon {
  margin: 0 0 4px;
}

.block-check-list-a span[class^="block-icon--auto-"] {
  position: absolute;
  top: 0;
  left: 0;
}

.block-check-list-a .block-icon span[class^="block-icon--auto-"] + span[class^="block-icon--auto-"] {
  top: 52px!important;
}

.block-check-list-a--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  overflow: hidden;
}

.block-check-list-a--price-infos {
  display: flex;
  flex-direction: column;
}

.block-check-list-a--default-price {
  order: 2;
}

.block-check-list-a--price {
  font-weight: bold;
  margin: 4px 0 0;
  order: 1;
}

.block-check-list-a--default-price + .block-check-list-a--price {
  color: #ED006D;
}

.block-check-list-a--price span {
  font-size: 10px;
}

.block-check-list-a .swiper-button-prev,
.block-check-list-a .swiper-button-next {
  display: none;
  width: 52px;
  height: 52px;
  top: calc(50% - 26px);
}

.block-check-list-a .swiper-button-prev {
  left: -74px;
  background: url(../../img/usr/common/prev02.png);
}

.block-check-list-a .swiper-button-next {
  right: -74px;
  background: url(../../img/usr/common/next02.png);
}

.block-check-list-a .swiper-button-prev:after,
.block-check-list-a .swiper-button-next:after {
  display: none;
}

.block-check-list-a--add-cart {
  display: flex;
  justify-content: flex-end;
  margin: 28px 0 0;
}

.block-check-list-a--add-cart-text {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  background: #F5F5F5;
  padding: 12px 20px;
}

.block-check-list-a--add-cart-text-total-qty {
  font-weight: bold;
  margin: 0 12px 0 0;
}

.block-check-list-a--add-cart-text-total-price {
  color: #ED006D;
  font-size: 20px;
  font-weight: bold;
  margin: 0 8px 0 0;
}

.block-check-list-a--add-cart-text-total-price span {
  font-size: 12px;
  margin: 0 0 0 2px;
}

.block-check-list-a--add-cart-text-default-price {
  font-size: 12px;
}

.block-check-list-a--add-cart-text-message {
  font-size: 12px;
  line-height: 1.3;
  transform: translateY(2px);
  margin: 0 0 0 20px;
}

.block-check-list-a--add-cart-text-message span {
  color: #9200ED;
  font-size: 12px;
  font-weight: bold;
}

.block-list-add-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  font-weight: bold;
  letter-spacing: .5px;
  transition: .3s ease;
}

.block-list-add-cart-btn:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 20px;
  margin: 0 12px 0 0;
  background: url(../../img/usr/common/icon_cart.png) no-repeat center;
}

.block-list-add-cart-btn:hover {
  opacity: .8;
}

.block-check-list-a--add-cart .block-thumbnail-t--price {
  margin: 0;
  line-height: 1;
  order: 0;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */



/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */

.block-pickup-list-w--item {
  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: 200px;
  height: 200px;
}

.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--items {
  display: flex;
  flex-wrap: wrap;
}

.block-thumbnail-t--goods {
  position: relative;
  border: 1px solid #BCBCBC;
  background: #FFF;
  width: 300px;
  padding: 30px 20px 25px;
}

.block-thumbnail-t--goods:not(:nth-child(4n+1)) {
  border-left: 0;
}

.block-thumbnail-t--goods:not(:nth-child(-n+4)) {
  border-top: 0;
}

.block-thumbnail-t--goods-image {
  margin: 0 0 8px;
}

.block-thumbnail-t--goods-image figure {
  width: 260px;
  height: 260px;
  padding: 12px;
}

.block-thumbnail-t .block-icon--auto-new,
.block-thumbnail-t .block-icon--auto-e-sales,
.block-thumbnail-t .block-icon--auto-on-sales,
.block-thumbnail-t .block-icon--auto-reservation,
.block-thumbnail-t .block-icon--auto-presale
 {
  position: absolute;
  top: 16px;
  left: 22px;
  margin: 0;
}

#book-ebook + .pane-contents .block-accessory-list .block-thumbnail-t .block-icon span[class^="block-icon--auto-"] + span[class^="block-icon--auto-"] {
  top: 69px!important;
}

.block-thumbnail-t--goods-name {
  margin: 0 0 5px;
}

.block-thumbnail-t--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.43;
  font-weight: bold;
  overflow: hidden;
}

.block-thumbnail-t--price-items {
  display: flex;
  flex-direction: column;
}

.block-thumbnail-t--price {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 5px;
  order: 1;
}

.block-thumbnail-t--price span {
  font-size: 11px;
  margin: 0 0 0 2px;
}

.block-thumbnail-t--price.sale-price {
  color: #ED006D;
}

.block-thumbnail-t--default-price {
  order: 2;
  margin: -5px 0 5px;
}

.block-thumbnail-t--default-price +  .block-thumbnail-t--price {
  color: #ED006D;
}

.block-thumbnail-t--member-price-text {
  color: #ED006D;
  font-size: 10px;
  font-weight: bold;
  margin-top: auto;
  order: 3;
}

.block-thumbnail-t--member-price-text:first-child {
  margin-top: 0;
  order: 0;
}

.block-thumbnail-t--member-price {
  color: #ED006D;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 7px;
  order: 4;
}

.block-thumbnail-t--member-price span {
  font-size: 10px;
  margin: 0 0 0 2px;
}

.block-thumbnail-t--author,
.block-thumbnail-t--release-date {
  color: #888;
  font-size: 12px;
  line-height: 1.4;
}

.block-thumbnail-t .block-icon {
  margin: 0 0 8px;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */

.block-ranking-r {
  overflow-x: auto;
  font-size: 0;
  -ms-overflow-style: none;
}

.block-ranking-r::-webkit-scrollbar{
  display:none;
}

.block-ranking-r--items {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #BCBCBC;
}

.block-ranking-r--items-flex{
  display: flex;
}

.block-ranking-r--goods {
  position: relative;
  display: inline-block;
  white-space: normal;
  width: 266px;
  background: #FFF;
  border-right: 1px solid #BCBCBC;
  font-size: 14px;
  vertical-align: top;
}

.block-ranking-r--goods:last-child {
  border: 0;
}

.block-ranking-r--rank {
  font-weight: bold;
  text-align: center;
  background: #F5F5F5;
  border-bottom: 1px solid #BCBCBC;
  padding: 2px 0 1px;
}

.block-ranking-r--goods-image {
  padding: 16px 20px 8px;
}

.block-ranking-r--goods-image figure {
  width: 225px;
  height: 225px;
  padding: 16px;
}

.block-ranking-r span[class^="block-icon--auto-"] {
  position: absolute;
  top: 44px;
  left: 20px;
}

.block-ranking-r--goods-description {
  padding: 0 20px 46px;
}

.block-ranking-r--goods-name {
  margin: 8px 0 12px;
}

.block-ranking-r--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  overflow: hidden;
}

.block-ranking-r--price-items {
  display: flex;
  flex-direction: column;
}

.block-ranking-r--price-items > * {
  width: 100%;
}

.block-ranking-r--price {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 5px;
  order: 2;
}

.block-ranking-r--price.sale-price {
  color: #ED006D;
}

.block-ranking-r--price span {
  font-size: 11px;
  margin: 0 0 0 2px;
}

.block-ranking-r--default-price {
  order: 3;
  margin: -5px 0 8px;
}

.block-ranking-r--member-price-text {
  color: #ED006D;
  font-size: 10px;
  font-weight: bold;
  margin: auto 0 0;
  order: 1;
}

.block-ranking-r--member-price + .block-ranking-r--member-price-text {
  order: 4;
}

.block-ranking-r--member-price {
  color: #ED006D;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 7px;
  order: 5;
}

.block-ranking-r--member-price span {
  font-size: 11px;
}

.block-ranking-r--author,
.block-ranking-r--release-date {
  color: #888;
  font-size: 12px;
  line-height: 1.4;
}

.block-ranking-r .block-goods-favorite {
  bottom: 13px;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h {
  display: flex;
}

.block-thumbnail-h--item {
  width: 155px;
  margin: 0 19px 0 0;
}

.block-thumbnail-h--item:last-child {
  margin: 0;
}

.block-thumbnail-h--goods {
  position: relative;
}

.block-thumbnail-h--goods-image {
  margin: 0 0 12px;
}

.block-thumbnail-h--goods-image figure {
  position: static;
  width: 140px;
  height: 140px;
}

.block-thumbnail-h--goods-image figure img {
  width: auto;
}

.block-thumbnail-h--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  overflow: hidden;
}

.block-thumbnail-h--price {
  font-weight: bold;
}

.block-thumbnail-h--price span {
  font-size: 10px;
  margin: 0 0 0 2px;
}

.block-thumbnail-h .block-goods-favorite {
  right: 0;
  bottom: -2px;
}

/* ----商品一覧画面：リスト：block-list-s---- */

.block-list-s--item:first-child {
  border-top: 1px solid #444;
}

.block-list-s--item {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}

.block-list-s--item div {
  display: inline-block;
}

.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--items {
  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-cart-i--goods-image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-cart-i--goods-image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */

.block-goods-detail-j--item {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-detail-j--goods {
  position: relative;
  width: 300px;
  background: #FFF;
  border: 1px solid #BCBCBC;
  padding: 16px 20px 64px;
}

.block-goods-detail-j--goods:not(:nth-child(4n+1)) {
  border-left: 0;
}

.block-goods-detail-j--goods:not(:nth-child(-n+4)) {
  border-top: 0;
}

.block-goods-detail-j--goods-image {
  margin: 0 0 8px;
}

.block-goods-detail-j--goods-image figure {
  width: 260px;
  height: 260px;
  padding: 12px;
}

.block-goods-detail-j span[class^="block-icon--auto-"] {
  position: absolute;
  top: 16px;
  left: 20px;
}

.block-goods-detail-j--goods-name {
  margin: 8px 0 0;
}

.block-goods-detail-j--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  overflow: hidden;
}

.block-goods-detail-j--price-infos {
  margin: 12px 0 0;
}

.block-goods-detail-j--price-items {
  display: flex;
  flex-direction: column;
}

.block-goods-detail-j--price-items > * {
  width: 100%;
}

.block-goods-detail-j--default-price {
  margin: -5px 0 0;
  padding: 0 0 8px;
  order: 3;
}

.block-goods-detail-j--price {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 5px;
  order: 2;
}

.block-goods-detail-j--price.sale-price {
  color: #ED006D;
}

.block-goods-detail-j--price span {
  font-size: 11px;
  margin: 0 0 0 2px;
}

.block-goods-detail-j--member-price-text {
  color: #ED006D;
  font-size: 10px;
  font-weight: bold;
  margin-top: auto;
  order: 1;
}

.block-goods-detail-j--member-price + .block-goods-detail-j--member-price-text {
  order: 3;
}

.block-goods-detail-j--member-price {
  color: #ED006D;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 7px;
  order: 4;
}

.block-goods-detail-j--member-price span {
  font-size: 10px;
  margin: 0 0 0 2px;
}

.block-goods-detail-j--author,
.block-goods-detail-j--release-date,
.variation-name {
  color: #888;
  font-size: 12px;
  line-height: 1.4;
}

.block-goods-detail-j--trial-btn {
  position: absolute;
  left: 20px;
  bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-weight: bold;
  padding: 4px 0 2px;
  width: 220px;
}

.block-goods-detail-j--trial-btn:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: -2px 8px 0 0;
  background: url(../../img/usr/common/icon_book.png) no-repeat center / 16px;
}

.block-goods-detail-j--trial-btn:hover {
  text-decoration: none;
  opacity: .8;
}

.block-goods-favorite {
  position: absolute;
  right: 20px;
  bottom: 23px;
  width: 32px;
  height: 32px;
}

.block-goods-list--favorite--btn {
  width: 100%;
  height: 100%;
  background: url(../../img/usr/common/goods_bookmark_btn.png) no-repeat center / 18px;
  cursor: pointer;
  transition: .3s ease;
}

.block-goods-list--favorite--btn:hover {
  background: url(../../img/usr/common/goods_bookmark_hover_btn.png) no-repeat center / 18px;
}

.block-goods-list--favorite-registed--btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png) no-repeat center / 18px;
}

/* ----商品一覧画面：商品名：block-goods-name-n---- */

.block-goods-name-n--item:first-child {
  border-top: 1px solid #444;
}

.block-goods-name-n--item {
  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;
}

.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-x--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-goods-list-x--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----商品一覧画面：カート画面：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;
  padding: 0 0 34px;
}

.block-goods-list-c--image figure {
  background: #f5f5f5;
  width: 180px;
  height: 180px;
}

.block-goods-list-c--image .block-goods-favorite {
  right: 0;
  bottom: -34px;
}

.block-goods-list-c--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-goods-list-c--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----カテゴリー画面：ピックアップ：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--item__open,
.block-category-tree--item {
  border-top: #eee 1px solid;
}

.block-category-tree--item__open a,
.block-category-tree--item a,
.block-category-tree--item > span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
}

.block-category-tree--level-2 > li {
  text-indent: 10px;
}

.block-category-tree--level-3 > li {
  text-indent: 20px;
}

.block-category-tree--level-4 > li {
  text-indent: 30px;
}

.block-category-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----ジャンルツリー---- */

.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: #eee 1px solid;
}

.block-genre-tree--item__open a,
.block-genre-tree--item a,
.block-genre-tree--item > span {
  display: flex;
  align-items: center;
  height: 43px;
}

.block-genre-tree--level2 > li {
  text-indent: 10px;
}

.block-genre-tree--level3 > li {
  text-indent: 20px;
}

.block-genre-tree--level4 > li {
  text-indent: 30px;
}

.block-genre-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----絞り込み検索---- */

.block-filter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 13;
}

.block-filter--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 17, 25, .75);
}

.block-filter--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F5F5F5;
  width: 620px;
  border-radius: 2px;
  overflow: hidden;
}

.block-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  background: #111;
}

.block-filter-header--title {
  color: #FFF;
  font-weight: bold;
  padding: 0 20px;
}

.block-filter-header--close {
  position: relative;
  width: 50px;
  height: 45px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.block-filter-header--close:before,
.block-filter-header--close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #FFF;
  transform: rotate(-45deg);
}

.block-filter-header--close:after {
  transform: rotate(45deg);
}

#frmFilterList {
  padding: 28px 40px 40px;
}

.block-filter--list:not(:last-child) {
  margin: 0 0 24px;
}

.block-filter--list-inner-label {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 6px;
  margin: 0 0 14px;
  border-bottom: 1px solid #DEDEDE;
}

.block-filter-option-items:not(:last-child) {
  margin: 0 0 2px;
}

.block-genre-page > .block-filter-btn {
  display: none;
}

/* ----クイックビュー---- */

.block-quickview {
  display: none;
  position: absolute;
  z-index: 10000;
  overflow: visible;
  width: auto;
  max-width: 324px;
  height: auto;
  padding: 10px;
  border: 1px solid;
  background-color: #fff;
}

.block-quickview-line {
  overflow: hidden;
  width: 100%;
}

.block-quickview-item {
  display: inline-block;
  width: 142px;
}

.block-quickview--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-quickview--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----カート---- */

.block-cart--goods-list-image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-cart--goods-list-image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}
/* ----商品詳細画面：クーポン表示---- */

.block-goods-coupon {
  margin: 16px 0 4px;
  padding: 16px 0 0;
  border-top: 1px dashed #707070;
}

.block-goods-coupon--title {
  font-size: 16px;
  font-weight: bold;
}

.block-goods-coupon-item {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.block-goods-coupon-item--benefit {
  font-size: 16px;
  color: #f00;
  font-weight: bold;
}

.block-goods-coupon-item--benefit-remarks {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  margin-left: 5px;
}

.block-goods-coupon-item--name {
  font-size: 14px;
  word-break: break-all;
}

.block-goods-coupon-item--term,
.block-goods-coupon-item--condition {
  font-size: 12px;
  color: #777;
}

.block-goods-coupon-item--term dt,
.block-goods-coupon-item--condition dt {
  float: left;
}

.block-goods-coupon-item--term dd,
.block-goods-coupon-item--condition dd {
  margin-left: 60px;
}

/* ----商品詳細画面：キャンペーン表示---- */

.block-goods-promotion {
  margin: 16px 0 0;
  padding: 12px 16px;
  background: #F5F5F5;
}

.block-goods-promotion--title {
  font-weight: bold;
  border-bottom: 1px solid #DEDEDE;
  padding: 0 0 4px;
  margin: 0 0 7px;
}

.block-goods-promotion-item--benefit {
  color: #ED006D;
  font-weight: bold;
}

.block-goods-promotion-item--benefit-remarks {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  margin-left: 5px;
}

.block-goods-promotion-item--term,
.block-goods-promotion-item--condition {
  font-size: 10px;
}

/* ----商品詳細画面：もっと見る---- */

.seemore {
  position: relative;
  box-sizing: border-box;
}

.block-seemore {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.block-seemore::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.seemore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.seemore-label:before {
  content: "もっと見る";
}

.seemore-check {
  display: none;
}

.seemore-check:checked ~ .seemore-label {
  display: none;
}

.seemore-check:checked ~ .block-seemore {
  height: auto;
}

.seemore-check:checked ~ .block-seemore::before {
  display: none;
}

/* ----レフィル商品情報---- */

.block-refill-goods {
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  padding-top: 16px;
  margin: 0 0 12px;
}


.block-refill-goods h3 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.666;
  border-bottom: none;
}

.block-refill-goods-item {
  margin-bottom: 20px;
}

.block-refill-goods-item--body {
  display: flex;
  width: auto;
}

.block-refill-goods-item--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-refill-goods-item--description {
  width: auto;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
}

.block-refill-goods-item--name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}

.block-refill-goods-item--description dl {
  margin-bottom: 0.5em;
}

.block-refill-goods-item--goods-code-infos dt {
  width: auto;
  min-width: 9em;
  display: inline-block;
}

.block-refill-goods-item--goods-code-infos dd {
  margin-left: 0.3em;
  width: auto;
  min-width: 9em;
  display: inline-block;
}

.block-refill-goods-item--price-infos {
  clear: both;
  position: relative;
}

.block-refill-goods-item--price-infos dt {
  width: auto;
  min-width: 9em;
  vertical-align: top;
  float: left;
}

.block-refill-goods-item--price-infos dd {
  padding-left: 9.6em;
  position: relative;
}

.block-refill-goods-item--set-goods-infos dt {
  width: auto;
  min-width: 5em;
  vertical-align: top;
  float: left;
}

.block-refill-goods-item--set-goods-infos dd {
  padding-left: 9.6em;
  position: relative;
}

.block-refill-goods-item--set-goods-infos dd p {
  display: inline-block;
}

.block-refill-goods-item--set-goods-item-name {
  width: auto;
  min-width: 5em;
  text-decoration: underline;
}

.block-refill-goods-item--price {
  display: inline-block;
}

.block-refill-goods-item--net-price {
  display: inline-block;
}

.block-refill-goods-item--qty {
  display: inline-block;
}

.block-refill-price--infos {
  display: flex;
  align-items: flex-end;
}

.block-refill-price--total-price {
  font-weight: bold;
  color: #333;
}

/* ----商品詳細画面：動画表示---- */

.block-goods--video {
  z-index: 3 !important;
}

.block-goods--video-thumbnail {
  color: #444;
  position: relative;
}

.block-goods--video-thumbnail-none {
  background-color: #f5f5f5;
  padding: 50%;
}

.block-goods--video-thumbnail::before {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  background-color: #444;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}

.block-goods--video-thumbnail::after {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 6px 0 6px 10px;
  box-sizing: border-box;
  content: "";
}

.block-goods-detail .swiper-slider-main .hacobune-univideo {
  max-height: 520px;
  overflow: hidden;
}

.block-goods-detail .swiper-slider-main .hacobune-app-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

.block-goods-detail .swiper-slider-main .hacobune-unit-video-outline {
  display: none;
}

.block-goods-detail .swiper-slider-main .hacobune-vjs-poster {
  display: none;
}

.block-goods-detail .swiper-slider-thumbnail .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px) !important;
}
