/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

/* 発送予定日ボックスのスタイル */
.silk-shipping-wrapper {
        background: #fff;
        border: 2px solid #D32F2F;
        border-radius: 8px;
        padding: 25px 20px;
        margin: 20px auto 40px; /* 上下20/40px、左右中央寄せ */
        text-align: center;
        
        /* --- 幅の固定設定 --- */
        width: 500px;           /* PC等では500pxで固定 */
        max-width: 95%;         /* 画面幅が500px以下の時は、画面の95%幅に自動縮小 */
        /* ------------------ */
        
        box-sizing: border-box;
        font-family: sans-serif;
    }
    .silk-shipping-title {
        font-size: 18px;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    .silk-shipping-date {
        font-weight: bold;
        font-size: 24px;
        color: #D32F2F;
        line-height: 1.2;
    }

    /* スマホ向け調整（より小さな画面への最適化） */
    @media screen and (max-width: 480px) {
        .silk-shipping-wrapper { padding: 20px 10px; }
        .silk-shipping-title { font-size: 15px; }
        .silk-shipping-date { font-size: 18px; }
    }

<script>
(function() {
    // 祝日リスト（必要に応じて更新してください）
    const holidays = [
        '2026-01-01','2026-01-12','2026-02-11','2026-02-23','2026-03-20','2026-04-29','2026-05-04','2026-05-05',
        '2026-05-06','2026-07-20','2026-08-11','2026-09-21','2026-09-22','2026-09-23','2026-10-12','2026-11-23',
    ];
    // 休業日リスト
    const closures = [
        '2026-01-01','2026-01-02','2026-01-03','2026-01-04','2026-03-17','2026-08-10','2026-08-12','2026-08-13',
    ];

    function isBusinessDay(date){
        const day = date.getDay();
        const ymd = date.getFullYear()+'-'+('0'+(date.getMonth()+1)).slice(-2)+'-'+('0'+date.getDate()).slice(-2);
        if(day===0||day===6) return false;
        return ![...holidays, ...closures].includes(ymd);
    }

    function addBusinessDays(startDate, days){
        let count = 0;
        let date = new Date(startDate);
        while(count < days){
            date.setDate(date.getDate() + 1);
            if(isBusinessDay(date)) count++;
        }
        return date;
    }

    function formatDate(date){
        const weeks = ['日','月','火','水','木','金','土'];
        return date.getFullYear() + '年' + (date.getMonth() + 1) + '月' + date.getDate() + '日(' + weeks[date.getDay()] + ')';
    }

    function init(){
        const today = new Date();
        const shippingDate = addBusinessDays(today, 3);
        const target = document.getElementById('shipping-date-display');
        if(target) target.textContent = '発送予定日：' + formatDate(shippingDate);
    }

    if(document.readyState === 'loading'){
        document.addEventListener('DOMContentLoaded', init);
    } else {
        init();
    }
})();
</script>
/* 発送予定日ボックスのスタイルここまで */

/* TOP */
<style type="text/css">
/* =============================================
   全体設定
   ============================================= */
.lp-wrapper * { box-sizing: border-box; }
.lp-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  overflow: hidden;
}
.lp-wrapper img { max-width: 100%; height: auto; display: block; }

/* ===== セクション共通 ===== */
.lp-section { padding: 60px 15px; text-align: center; }
.lp-container { max-width: 1140px; margin: 0 auto; }

/* ===== 追加テキストスタイル ===== */
.main-catch-title {
  background: #f8f8f8;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.sub-catch-text {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
}

/* ===== メインCTAデザイン ===== */
.lp-main-cta {
  display: inline-block;
  background: linear-gradient(to bottom, #ffeb00 0%, #ffc400 100%);
  color: #ff0000 !important;
  font-weight: 900;
  padding: 18px 60px;
  border-radius: 12px;
  text-decoration: none;
  margin: 25px auto 10px;
  font-size: 24px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  box-shadow: 0 6px 0 #d9a000;
  transition: .1s;
  line-height: 1.3; /* 2行時に高さを抑える */
}
.lp-main-cta span.small-txt {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.lp-main-cta:hover {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #d9a000;
}

/* ===== 商品用サブCTA ===== */
.lp-sub-cta {
  display: block;
  background: #666;
  color: #fff !important;
  font-weight: bold;
  padding: 12px 5px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: auto;
  font-size: 14px;
  text-align: center;
  transition: opacity .2s;
  border: none;
  white-space: nowrap; 
}
.lp-sub-cta:hover { opacity: 0.8; }

/* ===== カテゴリーリンクボタン (コンパクト版) ===== */
.lp-category-title {
  font-size: 22px;
  font-weight: bold;
  margin: 50px 0 20px;
  text-align: left;
  border-left: 5px solid #ff0000;
  padding-left: 15px;
}
.lp-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PC版は4列でコンパクトに */
  gap: 10px;
  margin-bottom: 30px;
}
.lp-cat-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdfdfd;
  border: 1px solid #ccc;
  color: #0066cc !important;
  text-decoration: none;
  padding: 12px 5px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.2s;
}
.lp-cat-btn:hover {
  background: #f0f7ff;
  border-color: #0066cc;
  text-decoration: none;
}

/* =============================================
   HERO (PC/SP画像出し分け)
   ============================================= */
.top-hero { position: relative; width: 100%; }
.top-hero-img { width: 100%; display: block; }

.sp-only { display: none !important; }

.hero-footer-text {
  background: #fff;
  padding: 40px 15px 50px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.hero-description { 
  font-size: 24px; 
  font-weight: 900; 
  margin-bottom: 25px; 
  color: #000000; 
}

.hero-sub-icon {
  margin: 0 auto 30px;
  width: auto;
  max-width: 300px;
  height: auto;
  display: block;
}

/* ===== 吹き出し ===== */
.lp-fukidashi {
  background: #ff0000;
  color: #fff;
  padding: 22px 10px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 12px;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1140px;
  position: relative;
  left: -1px;
}
.lp-fukidashi span { color: #ffeb00; }
.lp-fukidashi:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 18px 18px 0 18px;
  border-style: solid;
  border-color: #ff0000 transparent transparent transparent;
}

/* ===== グリッド・枠線 ===== */
.lp-grid { display: grid; gap: 25px; }
.lp-reasons { grid-template-columns: repeat(4, 1fr); }
.lp-steps-grid { grid-template-columns: repeat(4, 1fr); margin: 0 auto; }
.lp-products { grid-template-columns: repeat(4, 1fr); }

.lp-box {
  background: #fff;
  padding: 20px 15px;
  border-radius: 8px;
  border: 3px solid #ddd; 
  font-size: 20px;
  font-weight: bold;
}

.lp-step-box-none {
  background: transparent;
  padding: 10px;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

.lp-step-img {
  height: 200px; /* PC版：ステップ画像を大きく */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.lp-step-img img { max-height: 100%; object-fit: contain; }

.lp-product-card {
  position: relative;
  background: #fff;
  padding: 20px 15px;
  border-radius: 8px;
  border: 3px solid #ddd; 
  text-align: left;
  display: flex;
  flex-direction: column;
}

/* ★売れ筋アイコン（PC版拡大） */
.lp-uresuji-icon {
  position: absolute;
  top: -20px;
  left: -40px;
  width: 90px; 
  height: auto;
  z-index: 10;
}

.lp-brand-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 55px;
  z-index: 1;
}
.lp-product-title { font-size: 16px; font-weight: bold; margin: 8px 0; min-height: 48px; color: #000; }
.lp-product-price { font-size: 24px; color: #ff0000; font-weight: 900; margin-bottom: 10px; font-family: sans-serif; }
.lp-product-price span { font-size: 14px; font-weight: normal; }
.lp-product-feature { font-size: 13px; color: #444; margin-bottom: 20px; line-height: 1.6; min-height: 65px; }

/* 最安値セクション */
.lp-guarantee { background: #fff8f0; }
.lp-guarantee-desc {
  font-size: 20px; /* PC版：テキスト拡大 */
  line-height: 1.6;
  margin-bottom: 20px;
}
.lp-strong-text { font-size: 28px; font-weight: 900; color: #e60000; margin-top: 10px; }
.lp-price-mark { width: 340px; margin: 25px auto 10px; }
.lp-price-img-main { max-width: 500px; margin: 0px auto 0; width: 90%; }

/* =============================================
   スマートフォン用レスポンス
   ============================================= */
@media(max-width:768px){
  .pc-only { display: none !important; }
  .sp-only { display: block !important; }

  .lp-section { padding: 30px 5px; }
  .lp-container { width: 100%; }

  .main-catch-title { font-size: 14px; padding: 10px; }
  .sub-catch-text { font-size: 13px; padding: 20px 15px; text-align: left; }

  .hero-footer-text { padding: 30px 10px; }
  .hero-description { font-size: 18px; margin-bottom: 15px; line-height: 1.4; }
  
  .hero-sub-icon { 
    width: 100% !important; 
    max-width: none !important; 
    margin-bottom: 20px;
  }

  .lp-box, .lp-product-card { border-width: 2px; }

  /* カテゴリーボタン（スマホ・よりコンパクトに） */
  .lp-category-title { font-size: 18px; margin: 30px 10px 15px; }
  .lp-category-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 0 5px; }
  .lp-cat-btn { padding: 10px 2px; font-size: 12px; letter-spacing: -0.5px; }

  /* ★売れ筋アイコン（スマホ版拡大） */
  .lp-uresuji-icon {
    top: -15px;
    left: -15px;
    width: 70px; 
  }

  .lp-guarantee-desc { font-size: 15px; padding: 0 10px; }
  .lp-strong-text { font-size: 20px; line-height: 1.4; }
  .lp-price-mark { width: 50%; max-width: 180px; margin: 10px auto; }
  .lp-fukidashi { font-size: 18px; padding: 12px 5px; }

  /* ★問屋街が選ばれる理由：スマホ版を1列(4つ並び)に修正 */
  .lp-reasons { 
    grid-template-columns: repeat(4, 1fr); 
    gap: 5px; 
  }
  .lp-box { 
    padding: 10px 2px; 
    font-size: 10px; /* 横並びにするため文字を少し小さく */
    letter-spacing: -0.5px;
  }
  .lp-box .lp-step-img { height: 60px; margin-bottom: 5px; }

  /* 注文4ステップ：スマホ版画像サイズ拡大 */
  .lp-steps-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .lp-step-box-none { padding: 5px 0; font-size: 11px; }
  .lp-step-box-none .lp-step-img { height: 80px; margin-bottom: 5px; }
  .lp-step-box-none h3 { font-size: 12px; margin: 3px 0; }

  .lp-products { grid-template-columns: repeat(2, 1fr); gap: 10px 6px; }
  .lp-product-title { font-size: 11px; min-height: 32px; }
  .lp-product-price { font-size: 16px; }
  .lp-product-feature { font-size: 10px; min-height: 60px; }
  .lp-brand-logo { width: 45px; top: 8px; right: 8px; }
  .lp-sub-cta { font-size: 10px; padding: 8px 1px; }
  .lp-price-img-main { width: 100%; margin: 20px 0; }
  
  .lp-main-cta { font-size: 18px; padding: 15px 10px; width: 95%; display: block; }
  .lp-main-cta span.small-txt { font-size: 12px; }
}
</style>

/* TOP */