/* =========================================================
   Base / Utilities
========================================================= */

/* SPのみ表示（デフォルトは非表示） */
.sp-only{
  display: none;
}

/* SPバナー（デフォルトは非表示） */
.side-early-sp{
  display: none;
}


/* =========================================================
   Layout / Top
========================================================= */
.fv{
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
}

.top-slider{
  width: 100%;
}

.large-banner{
  width: 33.5%;
  margin-left: 1.5%;
}

.fv-banner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.new-item{
  margin-top: 40px;
}


/* =========================================================
   Product info box
========================================================= */
.product-info-box__row{
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 5px;
}

.product-info-box__title,
.product-info-box__body{
  margin-bottom: 0;
}


/* =========================================================
   Slider (bxSlider) / Full width
========================================================= */
.slider,
.slider .bx-wrapper{
  width: 100% !important;
  max-width: 100% !important;
}

.slider img,
.slider .bx-wrapper img{
  width: 100%;
  height: auto;
  display: block;
}

/* arrows */
.slider .bx-wrapper .bx-controls-direction a{
  width: 30px;
  height: 64px;
  background-size: 60px 64px;
  background-position: 50%;
  background-repeat: no-repeat;
  top: calc(50% - 16px);
}

/* arrow images */
.slider .bx-wrapper .bx-prev{
  background-image: url(https://img07.shop-pro.jp/PA01114/152/etc_base64/MmM3MTc1YjE0ODNkNmY3Yzg1ZTIzZDliMTBhYTliMzQ.png?cmsp_timestamp=20240408111733);
}
.slider .bx-wrapper .bx-next{
  background-image: url(https://img07.shop-pro.jp/PA01114/152/etc_base64/OTNmNDk4NjAzMDRiMmEwNjM3MmYzNjc3OWMzYjBkMWI.png?cmsp_timestamp=20240408111733);
}

/* arrow hover */
.slider .bx-wrapper .bx-prev,
.slider .bx-wrapper .bx-next{
  opacity: .5;
}
.slider .bx-wrapper .bx-prev:hover,
.slider .bx-wrapper .bx-next:hover{
  opacity: 1;
}


/* =========================================================
   Banner / Hover effects
========================================================= */
.large-banner a img,
.banner-item a img{
  display: block;
  transition: opacity .2s ease;
}

.large-banner a:hover img,
.large-banner a:focus-visible img,
.banner-item a:hover img,
.banner-item a:focus-visible img{
  opacity: .75;
}

/* motion preference */
@media (prefers-reduced-motion: reduce){
  .large-banner a img,
  .banner-item a img{
    transition: none;
  }
}


/* =========================================================
   Banner caption spacing
========================================================= */
.banner-item a p{
  margin: 0 0 10px;
}

.banner-item a span{
  margin: 0 5px 10px;
}


/* =========================================================
   Section heading
========================================================= */
.section-heading h2{
  margin: 0;
  font-size: 16px !important;
  font-weight: 700;
}


/* =========================================================
   Home / New items
========================================================= */
.new-item .item_price{
  font-weight: 500 !important;
}


/* =========================================================
   Seller list (PC)
========================================================= */
@media (min-width: 769px){
  .seller ul.unstyled.seller_lists{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .seller ul.unstyled.seller_lists > li,
  .seller ul.unstyled.seller_lists > li.tile{
    width: auto !important;
    float: none !important;
  }
}


/* =========================================================
   Mobile & Tablet (<=768px)
========================================================= */
@media (max-width: 768px){

  /* header account */
  .header-acount{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .acount-left{ width: 65%; }

  .acount-left p{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
  }

  .acount-left p a{
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
  }

  .acount-left p.shinki{
    margin-bottom: 5px;
    font-size: 12px;
  }

  .shinki a{
    padding-left: 20px;
    color: #2b9bcb;
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/01yajirusi01.jpg) no-repeat left center;
    background-size: contain;
    font-size: 12px;
    font-weight: 600;
  }

  .acount-right{
    width: 35%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .login-btn{
    width: 105px;
    max-width: 100%;
  }

  /* fv banner */
  .fv-banner{
    grid-template-columns: repeat(2, 1fr);
  }

  /* news */
  .top-news{
    width: 95%;
    margin: 0 auto 10px;
  }

  .top-news__sttl{
    font-size: 16px;
    margin: 5px 0 15px;
  }

  .top-news__wrap-info a{
    font-weight: bold;
    text-decoration: underline;
    color: #000;
  }

  /* tel / mail */
  .teljikan,
  .mailadd{
    text-align: center;
    letter-spacing: .2px;
    color: #222;
  }

  .teljikan{
    margin: 10px 0;
    font-size: 14.5px;
  }

  .mailadd{
    margin: 1em 0 .5em;
    font-size: 14px;
  }

  .mailadd a{
    text-decoration: underline;
  }

  /* calendar */
  .clendar{
    text-align: center;
    margin: 10px 0;
  }

  .clendar .tbl_calendar{
    margin-inline: auto;
    max-width: 70%;
  }

  /* slider arrows (SP) */
  .slider .bx-wrapper .bx-controls-direction a{
    width: 20px;
    height: 44px;
    background-size: 40px 44px;
    top: calc(50% - 8px);
  }

  /* calendar tile */
  .hidden-tablet.hidden-desktop .clendar.tile{
    min-height: 250px;
    padding: 0 60px;
  }
}


/* =========================================================
   Mobile only (<=767px)
========================================================= */
@media (max-width: 767px){

  /* 新着商品：15件目以降を畳む */
  ul.unstyled.new-item_lists:not(.is-expanded) > li:nth-child(n+15){
    display: none !important;
  }

  /* news list layout */
  .top-news__wrap-info ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .top-news__wrap-info li{
    display: grid;
    grid-template-columns: minmax(6em, 8.5em) 1fr;
    column-gap: 8px;
    align-items: start;
    line-height: 1.6;
    padding-right: 30px;
  }

  .top-news__wrap-info li > a{
    grid-column: 2;
    display: inline-block;
  }

  .top-news__wrap-info li br + br{
    display: none;
  }

  .top-news__wrap-info li,
  .top-news__wrap-info li a{
    font-weight: normal !important;
  }

  /* SP only elements */
  .sp-only{
    display: block !important;
  }

  /* scroll text */
  .scroll-text-wrapper{
    width: 100%;
    overflow: hidden;
    background: #000;
    padding: 8px 0;
  }

  .scroll-text{
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    animation: marquee 12s linear infinite;
  }

  @keyframes marquee{
    0%{ transform: translateX(100%); }
    100%{ transform: translateX(-100%); }
  }

/* SP banner */
.side-early-sp{
  display: block;
  margin: 10px 0;
  padding: 0 10px;   /* ← 左右に10px */
}

.side-early-sp img{
  width: 100%;
  height: auto;
  display: block;
}
}