/* ヘッダーエリア */
#hdrLogo a {
  pointer-events: none;
}
@media (max-width: 991px) {
  #hdrLogo {
    position: static;
    width: 150px;
  }
}
@media (min-width: 992px) {
  #hdr{
    height: 80px;
  }
  .hdr--typeH .hdrMiddle{
    padding-bottom: 10px;
  }
}

/* メインバナー */
@media (min-width: 992px) {
  .fs-l-main{
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .cateImageSec:not(:empty) {
    margin-bottom: 0;
  }
}

/* パンくずリスト */
.fs-c-breadcrumb__listItem:first-child {
  display: none;
}
.fs-c-breadcrumb__listItem a {
  color: #666;
}
.fs-c-breadcrumb__listItem a:hover {
  color: #000;
}
.fs-c-breadcrumb__listItem:first-child + .fs-c-breadcrumb__listItem::before {
  content:none;
}

/* キャッチコピー */
.fs-c-productListItem__productName .fs-c-productName__copy,
.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy{
  background: var(--color-red);
  color: #ffffff;
  border-radius: 100px;
  display: inline-block;
}
.fs-c-productListItem__productName .fs-c-productName__copy{
  padding: 2px 12px;
  margin-bottom: 3px;
}
.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy{
  padding: 3px 16px 4px;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 10px;
}
.fs-c-productNameHeading .fs-c-productNameHeading__name{
  display: block;
}

/* 商品一覧 */
.fs-c-productList__list span.fs-c-productName__name{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.fs-c-productPrice--selling .fs-c-productPrice__main__price{
  font-size: 110%;
  font-weight: bold;
}
.fs-c-productPrice--selling .fs-c-productPrice__addon,
.fs-c-productPrice--selling .fs-c-productPrice__addon__label{
  display: none;
}

/* 商品一覧と商品詳細の闇市リボン 221202非表示*/
/* .fs-c-productListItem__imageContainer .fs-c-productListItem__image,
.slick-list .fs-c-productPlainImage {
  position: relative;
}
.fs-c-productListItem__imageContainer .fs-c-productListItem__image::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(https://doshishamarche.itembox.design/item/SS/secret-ribbon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  left: 0;
  top: 0;
  z-index: 10;
}
.slick-list .fs-c-productPlainImage::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url(https://doshishamarche.itembox.design/item/SS/secret-ribbon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  left: 0;
  top: 0;
  z-index: 10;
} */

/* 商品詳細 */
.fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock--lowInStock {
    color: #dd1c1c;
}
.fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock--outOfStock {
    color: #a0a0a0;
}

/* フッターエリア */
@media (min-width: 992px) {
  .fNav__list {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .fNav__list .snsNav.pcOnly li a img {
width: 27px;
height: auto;
  }
}

/* 職域　ピックアップ商品（手動） */
.pickupSec .peroff {
    position: relative;
}
.pickupSec .peroff .itemPrice-off {
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: 99;
    background-color: #dd1c1c;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
}
.pickupSec .peroff .itemPrice-off p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 14px;
    margin: 2px 0 0 2px;
}
.pickupSec .peroff .itemPrice-off span {
    font-size: 22px;
}
.pickupSec .itemList .itemPrice-regular {
    margin-top: 10px;
    text-decoration: line-through;
}

/* ファミリーセール　ピックアップ商品 */
.pickupSec{
  margin-top: 50px;
}
@media (max-width: 991px) {
  .pickupSec{
    margin-top: 25px;
  }
}
.pickupSec h2{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pickupSec .itemList .itemName, .pickupSec2 .itemList .itemName{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pickupSec .itemList .itemPrice{
  font-size: 25px;
  font-weight: bold;
  color: #e83656;
  margin-top: 10px;
}

.pickupSec2{
  margin-bottom: 60px;
}
.pickupSec2 .box{
  margin-top: 40px;
}
@media (max-width: 991px) {
  .pickupSec2{
    margin-bottom: 40px;
  }
  .pickupSec2 .box{
    margin-top: 20px;
  }
}

.pickupSec2 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding: 0 px;
  text-align: center;
}
.pickupSec2 h2 span {
  position: relative;
  padding: 0 15px;
  background: #fff;
}
.pickupSec2 h2::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #cbcbcb;
}
.pickupSec2 .itemList .itemPrice{
  font-size: 20px;
  font-weight: bold;
  color: #ae841a;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .itemList-sp--snap{
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .itemList-sp--snap::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .itemList-sp--snap .itemList__unit{
    flex: none;
    max-width: 40%;
    scroll-snap-align: center;
    height: 100%;
    width: 100%;
  }
}

/* モーダル　並行輸入 */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
}
.modal-wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 35px 0 0;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

@media (max-width: 767px) {
  .modal-wrapper .modal-window {
    width: 90%;
    max-width: 767px;
  }
  .modal-wrapper .modal-window .modal-content {
    max-height: 70vh;
  }
  .modal-wrapper .modal-close {
    font-size: 25px;
  }
}

/* 商品詳細ページのボタン */
.btn_wrap a{
  display: block;
  width: 70%;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  font-size: 17px;
  background: #b58e21;
  border: solid 2px #fff;
  outline: 3px solid #b58e21;
}
@media (max-width: 767px) {
  .btn_wrap a{
    width: 100%;
    font-size: 4vw;
  }
}