﻿@charset "UTF-8";

/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* ----所持クーポン一覧画面---- */

div.coupon-usable-storelist .coupon-list--store-modall {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
div.coupon-usable-storelist .background{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
div.coupon-usable-storelist .coupon-list--store-items {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

div.coupon-usable-storelist dl.coupon-list--store-items dt.coupon-list--store-text {
    padding: 0 0 2% 0;
    font-weight: bold;
    font-size: 20px;
}

div.coupon-usable-storelist dd.coupon-list--shop_name {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

div.coupon-list--store-modall dl.coupon-list--store-items {
	overflow: scroll;
	height: 65%;
}

/* ----商品詳細画面paidy表示---- */
div._paidy-promotional-messaging>div>div{
	padding: 0px !important;
	margin: 0px !important;
}

div._paidy-promotional-messaging{
	padding: 0px !important;
	margin: 0px !important;
}

span.clubstore{
color: #ff6347;
display: block;
line-height: 14px;
background-color: #ffffff;
font-size: 1.0rem;
padding: 0 3px;
margin : 0 3px;
}

.clubstore{
color: #ff6347;
line-height: 14px;
background-color: #ffffff;
font-size: 1.5rem;
padding: 0 3px;
margin : 0 3px;
}

span.clubstore_stock{
color: #ff6347;
line-height: 14px;
font-size: 1.0rem;
padding: 0 3px;
margin : 0 3px;
}


/* ----商品一覧バリエーション表示変更---- */
.block-variation-color-thumnail{
  width: 100% !important;
  display: flex;
  align-items: center;
}
.block-variation-color-thumnail li{
  width: calc((100% - 30px) / 4 );
}
.block-variation-color-thumnail li:not(:first-child){
  margin-left: 10px;
}
.count-more{
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.0rem;
  border: 1px #333 solid;
  background-color: #ffffff;
}
.block-thumbnail-t--color-btn.primaryfont{
  display: none;
}


/* ----商品詳細 カートモーダル---- */
.add-cart-modal.is-open,
.add-restock-modal.is-open{
  height: 100%;
  display: block;
  background: #00000099;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
  z-index: 32768;
}
.add-cart-modal-content,
.add-restock-modal-content{
  width: 800px;
  min-height: 1;
  max-height: 80vh;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  left: calc(50vw - 500px);
  top: 10vh;
  border-radius: 6px;
  z-index: 100;
  display: none;
}
.add-cart-modal.is-open .add-cart-modal-content,
.add-restock-modal.is-open .add-restock-modal-content{
  min-height: 500px;
  display: block;
}
.add-cart-content-inner,
.add-restock-content-inner{
  padding: 60px 140px;
  max-height: 80vh;
  overflow-y: auto;
}
.add-cart-content-inner::-webkit-scrollbar,
.add-restock-content-inner::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.add-cart-content-inner::-webkit-scrollbar-thumb,
.add-restock-content-inner::-webkit-scrollbar-thumb {
  background: #313131;
  border-radius: 0px;
}
.add-cart-content-inner::-webkit-scrollbar-track-piece:start,
.add-restock-content-inner::-webkit-scrollbar-track-piece:start {
  background: #CECECE;
}
.add-cart-content-inner::-webkit-scrollbar-track-piece:end,
.add-restock-content-inner::-webkit-scrollbar-track-piece:end {
  background: #CECECE;
}
.add-cart-modal-close,
.add-restock-modal-close{
  position: absolute;
  top: -35px;
  right: -10px;
  display: block;
  margin-right: auto;
  width: 20px;
  cursor: pointer;
}
.add-cart-modal-close:after,
.add-cart-modal-close:before,
.add-restock-modal-close:after,
.add-restock-modal-close:before{
  content: '';
  width: 2px;
  height: 25px;
  display: block;
  background-color: #fff;
  position: absolute;
}
.add-cart-modal-close:after,
.add-restock-modal-close:after{
  transform: rotate(45deg);
}
.add-cart-modal-close:before,
.add-restock-modal-close:before{
  transform: rotate(-45deg);
}
.add-cart-modal-title,
.add-restock-modal-title{
  text-align: center;
  font-size: 20px;
}
.add-cart-modal-title span{
  padding-left: 40px;
  position: relative;
  display: inline-block;
}
.add-restock-modal-title span{
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.add-cart-modal-title span:after{
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(/img/usr/goods/icon_cart.png);
  background-size: 100% 100%;
  position: absolute;
  top: -8px;
  left: 0;
}
.add-restock-modal-title span:after{
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(/img/usr/goods/ico_restock.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.restock-modal-lead{
  font-size: 15px;
  text-align: center;
}
.add-cart-modal-text{
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.add-cart-modal-number{
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}
.add-restock-lists{
  margin-top: 20px;
}
.add-restock-item{
  margin-top: 0.5em;
  padding-left: 1em;
  position: relative;
}
.add-restock-item::before{
  content: "\30FB";
  position: absolute;
  left: 0;
}
.add-cart-modal-btn-wrap,
.add-restock-modal-btn-wrap{
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.modal-btn-content{
  flex-grow: 1;
}
.modal-btn-content .notes{
  margin-top: 4px;
  color: #737373;
  font-size: 11px;
  text-align: center;
  display: block;
}
.cart-modal-btn,
.restock-modal-btn{
  width: 100%;
  max-width: 255px;
  padding: 15px 10px 16px;
  display: block;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background-color: #007AB8;
  border: 1px solid #007AB8;
  border-radius: 30px;
}
.restock-modal-btn{
  background-color: #00B886;
  border: 1px solid #00B886;
}
.cart-modal-btn:not(:first-child),
.restock-modal-btn:not(:first-child){
  margin-left: 10px;
  background-color: #fff;
  color: #007AB8;
  border: 1px solid #007AB8;
}
.add-restock-modal-caution{
  color:#FF0000;
  text-align: center;
}
.cart-modal-recommend{
  margin-top: 55px;
}
.cart-modal-recommend .block-reco-item--header{
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.cart-modal-recommend .block-thumbnail-t--items.slick-slider{
  padding-left: 20px;
  position: relative;
}
.cart-modal-recommend .block-thumbnail-t--items.slick-slider .slick-arrow{
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  margin-top: -20px;
  transition: all .4s ease;
  z-index: 2;
}
.cart-modal-recommend .block-thumbnail-t--items.slick-slider .slick-arrow:after{
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 1px #595757 solid;
  border-bottom: 1px #595757 solid;
}
.cart-modal-recommend .block-thumbnail-t--items.slick-slider .slick-prev{
  left: 0;
}
.cart-modal-recommend .block-thumbnail-t--items.slick-slider .slick-prev:after{
  top: 10px;
  left: 12px;
  transform: rotate(135deg);
}
.cart-modal-recommend .block-thumbnail-t--items.slick-slider .slick-next{
  right: 0;
}
.cart-modal-recommend .block-thumbnail-t--items.slick-slider .slick-next:after{
  top: 10px;
  left: 10px;
  transform: rotate(-45deg);
}
.cart-modal-recommend .block-thumbnail-t--items.slick-slider .slick-prev.slick-disabled,
.cart-modal-recommend .block-thumbnail-t--items.slick-slider .slick-next.slick-disabled{
  display: none !important;
}
.cart-modal-recommend .block-thumbnail-t--items .slick-track{
  display: flex;
}
.cart-modal-recommend .block-thumbnail-t--items > li{
  width: calc(100% / 3);
}
.cart-modal-recommend .block-thumbnail-t--items .slick-slide{
  width: calc(100% / 3 - 20px);
  margin-right: 20px;
}
.cart-modal-recommend .block-thumbnail-t--items li .block-thumbnail-t--goods-image{
  height: auto;
}
.cart-modal-recommend .block-thumbnail-t--items li .block-thumbnail-t--goods-name {
  overflow: hidden;display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ----お知らせページ---- */
.page-topicdetaillist .block-topic-details--header + .topic-header-btn{
  display: none;
}


