@charset "utf-8";

/* ------------------------------
  Base
------------------------------ */
*{ margin:0; padding:0; }

body{
  font-family:"Zen Kaku Gothic New", sans-serif;
  font-weight:400;
  font-style:normal;
  overflow-x:hidden;
}

.sp_br{ display:none; }
.pc_br{ display:block; }

/* ------------------------------
  Fade
------------------------------ */
.fade{
  opacity:0;
  transition:all .8s ease;
}
.fade.show{
  opacity:1;
  transform:translate(0,0);
}
.fade-up{ transform:translateY(30px); }
.fade-down{ transform:translateY(-30px); }
.fade-left{ transform:translateX(30px); }
.fade-right{ transform:translateX(-30px); }

/* ------------------------------
  Layout
------------------------------ */
.wrapper{
  width:1250px;
  margin:0 auto;
  background:#fff;
}

.kv img{ width:100%; }

h3{
  font-size:25px;
  font-family:"cambria", sans-serif;
  font-weight:400;
  text-align:center;
  margin-bottom:30px;
}

.main-area{
  background:#f2f0eb;
  padding:30px 0;
}
.main-area .wrapper{ padding:60px 0; }

.detail-cont{
  width:80%;
  margin:0 auto;
  position:relative;
}

/* ------------------------------
  Title Areas
------------------------------ */
.pink{
  background:url(../images/charming/pink-back.jpg) no-repeat center/cover;
  width:85%;
  display:flex;
  justify-content:flex-end;
  padding:60px;
  z-index:10;
}
.green{
  background:url(../images/charming/green-back.jpg) no-repeat center/cover;
  width:100%;
  margin-left:calc(50% - 50vw);
  display:flex;
  justify-content:center;
  padding:60px 0;
}
.beige{
  background:url(../images/charming/beige-back.jpg) no-repeat center/cover;
  width:85%;
  margin:60px auto 0;
  display:flex;
  justify-content:flex-end;
  padding:60px;
}
.blue{
  background:url(../images/charming/blue-back.jpg) no-repeat center/cover;
  width:100%;
  margin-left:auto;
  margin-right:calc(50% - 50vw);
  display:flex;
  justify-content:flex-start;
  align-items:center;
  padding:60px 0;
  margin-top:60px;
}

/* ------------------------------
  Text Summary
------------------------------ */
.pink .text-summary{ width:44%; position:relative; }
.green .text-summary{ width:80%; position:relative; }
.beige .text-summary{ width:42%; position:relative; }
.blue  .text-summary{ width:43%; position:relative; }

.text-summary h1{
  width:80%;
  margin:0 auto;
  font-size:86px;
  font-family:"azote", serif;
  font-weight:400;
}

.pink  .text-summary h1{ color:#c7978d; }
.green .text-summary h1{ color:#a3af62; }
.beige .text-summary h1{ color:#bfa476; }
.blue  .text-summary h1{ color:#7f97c0; }

.text-summary p{
  width:80%;
  margin:0 auto;
  color:#fff;
  font-family:"Noto Serif JP", serif;
  font-style:normal;
  font-size:25px;
}

.pink  .text-summary .item-num{
  position:absolute; width:auto; top:-6%; left:-31%;
  font-size:75px; color:#231815; font-family:"azote", serif; z-index:1;
}
.green .text-summary .item-num{
  position:absolute; width:auto; top:25%; right:-9%;
  font-size:75px; color:#231815; font-family:"azote", serif; z-index:1;
}
.beige .text-summary .item-num{
  position:absolute; width:auto; top:-9%; left:-46%;
  font-size:75px; color:#231815; font-family:"azote", serif; z-index:1;
}
.blue  .text-summary .item-num{
  position:absolute; width:auto; top:-15%; right:-65%;
  font-size:75px; color:#231815; font-family:"azote", serif; z-index:1;
}

/* ------------------------------
  Detail Area
------------------------------ */
.detail-area{
  width:40%;
  padding:60px;
  margin-top:-22%;
}
.right-side .detail-area{ margin-left:auto; }

.detail-area img{
  width:90%;
  max-width:1000px;
}
.detail-area p{
  font-size:18px;
  line-height:1.6;
  color:#808080;
  margin-top:20px;
}

/* ------------------------------
  Side Image
------------------------------ */
.right-side .sale-img-area{
  width:48%;
  position:absolute;
  top:30%;
  left:0;
}
.sale-img-area{
  width:48%;
  position:absolute;
  top:25%;
  right:0;
}
.right-02 .sale-img-area{ top:20% !important; }

.sale-img-area img{ width:100%; }

/* ------------------------------
  Item List
------------------------------ */
.item-list{
  display:flex;
  justify-content:space-evenly;
}

.item-list .item-list-box{
  width:30%;
  font-size:18px;
  text-align:center;
  position:relative;
}

.item-list .item-list-box img{ width:100%; }

.item-list-area{ margin-bottom:60px;margin-top:60px; }
.item-list-area01{ margin-top:10px; }
.item-list-area02{ margin-top:150px; }
.item-list-area03{ margin-top:250px; }
.item-list-area04{ margin-top:100px; }
.item-list-area03 .item-list{ justify-content:center; }

.p-proper{
  text-decoration:line-through;
  padding:10px 0;
}
.p-sale{
  font-size:20px;
  color:#f31616;
}

/* ------------------------------
  ✅ 商品カード：箱全体クリック（スマホ極小化対策）
  - ここが本命修正
------------------------------ */
.item-list-box .item-card{
  display:block;
  width:100%;
  text-decoration:none;
  color:inherit;
}
.item-list-box .item-card img{
  display:block;
  width:100%;
  height:auto;
}
.item-list-box .item-card:hover{ opacity:.95; }

/* ------------------------------
  ✅ 「商品を見る」ボタン：クラスで限定（item-cardに当てない）
------------------------------ */
.item-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding:14px 22px;
  margin:30px auto 0;
  border-radius:999px;

  background:#000036;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  letter-spacing:.06em;

  width:260px;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  transition:transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.item-cta:hover{
  transform:translateY(-2px);
  opacity:.92;
  box-shadow:0 14px 30px rgba(0,0,0,.16);
}
.item-cta::after{
  content:"";
  width:10px;
  height:10px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
}

/* ------------------------------
  OFFバッジ（data-off）
------------------------------ */
.item-list .item-list-box .off{
  position:absolute;
  top:-15%;
  left:5%;
  width:auto;
  margin:0;
  z-index:2;
}
.item-list .item-list-box .off::before{
  content:attr(data-off) "%OFF";
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:10px 12px;
  border-radius:999px;

  background:#d91616;
  color:#fff;

  font-weight:800;
  font-size:14px;
  letter-spacing:.04em;
  line-height:1;

  box-shadow:0 8px 18px rgba(0,0,0,.18);
}

/* ------------------------------
  CTA：その他の商品はこちら
------------------------------ */
.other-cta{
  background:linear-gradient(180deg, #f2f0eb 0%, #ffffff 100%);
  padding:70px 0 40px;
}
.other-cta__inner{
  width:1250px;
  margin:0 auto;
  text-align:center;
}
.other-cta__lead{
  font-family:"Noto Serif JP", serif;
  color:#6b6b6b;
  letter-spacing:.06em;
  margin-bottom:18px;
}
.other-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:16px 28px;
  border-radius:999px;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(0,0,54,.18);
  color:#000036;
  font-weight:700;
  letter-spacing:.04em;
  position:relative;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.other-cta__btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,0,0,.12);
  background:rgba(255,255,255,.95);
}
.other-cta__btn span{ display:inline-block; }

/* ------------------------------
  Footer
------------------------------ */
.lp-footer{
  background:#000036;
  color:#fff;
  padding:44px 0 26px;
}
.lp-footer__inner{
  width:1250px;
  margin:0 auto;
  text-align:center;
}
.lp-footer__logo{
  width:140px;
  max-width:45vw;
  display:block;
  margin:0 auto 10px;
}
.lp-footer__text{
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.78);
  margin-bottom:18px;
}
.lp-footer__copy{
  display:block;
  font-size:12px;
  color:rgba(255,255,255,.6);
  letter-spacing:.03em;
}

/* ------------------------------
  Wide
------------------------------ */
@media (min-width:1700px){
  .green{ width:115%; }
  .green .text-summary .item-num{ top:-9%; right:-10%; }
  .blue{ width:115%; }
  .blue .text-summary .item-num{ top:-9%; right:-49%; }
}

/* ------------------------------
  Tablet
------------------------------ */
@media only screen and (min-width:479px) and (max-width:840px){
  .wrapper{ width:90%; padding:30px 0; }
  .detail-cont{ width:90%; }

  .detail-area{
    width:40%;
    padding:20px 0;
    margin-top:-35%;
  }

  .pink .text-summary{ width:66%; }
  .pink .text-summary .item-num{ top:0%; left:-15%; }

  .green .text-summary{ width:95%; }
  .green .text-summary .item-num{ top:-20%; right:0%; }

  .beige .text-summary{ width:60%; }
  .beige .text-summary .item-num{ top:-25%; left:-10%; }

  .blue .text-summary{ width:52%; }
  .blue .text-summary .item-num{ top:-15%; right:4%; }

  .item-list-area01,
  .item-list-area02,
  .item-list-area03{ margin-top:100px; }

  .other-cta__inner,
  .lp-footer__inner{ width:90%; }
}

/* ------------------------------
  Mobile
------------------------------ */
@media only screen and (max-width:479px){
  .sp_br{ display:block; }
  .pc_br{ display:none; }

  .wrapper{ width:90%; }
  .detail-cont{ width:90%; }

  .text-summary h1{ font-size:50px; }
  .text-summary p{ width:70%; font-size:16px; }

  .detail-area{
    width:100%;
    padding:60px 0;
  }
  .item-list-box .item-card img{
    width: 100% !important;
  }

  /* ② sale-img-area（右の差し込み画像）は常に100% */
  .sale-img-area img{
    width: 100% !important;
  }

  /* ③ detail-areaの画像指定を「メイン画像だけ50%」に限定する */
  .detail-area > img{
    width: 50%;
  }

  /* ④ sale-img-area内のimgは50%指定の影響を受けないように */
  .detail-area .sale-img-area > img{
    width: 100% !important;
  }
  .detail-area p{
    font-size:16px;
    padding:20px 0;
    margin:10px 0;
  }

  .sale-img-area{ top:9%; }
  .right-side .sale-img-area{ top:7% !important; left:53%; }

  .item-list{ flex-wrap:wrap; }

  /* 通常の item-list-box 幅 */
  .item-list .item-list-box{
    width:32%;
    font-size:16px;
  }

  /* 各エリアは2列想定（48%） */
  .item-list-area01 .item-list-box,
  .item-list-area02 .item-list-box,
  .item-list-area03 .item-list-box,
  .item-list-area04 .item-list-box{
    width:49%;
    margin-bottom:60px;
  }

  /* ✅ item-card は常に親幅100%（これで極小化しない） */
  .item-list-box .item-card{ width:100%; }

  .item-list-area{ margin-top:-50px; }

  .pink{ width:90%; padding:55px 0; flex-direction:column; }
  .pink .text-summary{ width:100%; }
  .pink .text-summary .item-num{ top:-30%; left:80%; font-size:50px; }

  .green{ width:100%; padding:50px 0; }
  .green .text-summary{ width:100%; }
  .green .text-summary .item-num{ top:-20%; right:6%; font-size:50px; }

  .beige{ width:100%; padding:50px 0; margin-top:60px; }
  .beige .text-summary{ width:100%; }
  .beige .text-summary .item-num{ top:-15%; left:80%; font-size:50px; }

  .blue{ width:100%; padding:33px 0; margin-top:60px; flex-direction:column; }
  .blue .text-summary{ width:100%; }
  .blue .text-summary .item-num{ top:-16%; right:11%; font-size:50px; }

  /* CTA / footer */
  .other-cta{ padding:56px 0 26px; }
  .other-cta__inner,
  .lp-footer__inner{ width:90%; }
  .other-cta__btn{
    max-width:360px;
    padding:16px 18px;
  }

  /* 商品を見るボタンもスマホは横いっぱい寄り */
  .item-cta{
    max-width:360px;
  }

  /* OFFバッジ微調整 */
  .item-list .item-list-box .off{ top:-12%; left:0; }
  .item-list .item-list-box .off::before{ font-size:13px; padding:9px 11px; }
}
/* =========================================================
   Spring Title : 花柄感 + 左右華やか（整理済み・1定義）
   ========================================================= */

.sec-title-spring{
  /* layout */
  margin: 28px auto 18px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 10px 14px;
  isolation: isolate;

  /* typography */
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: .10em;
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 1.15;

  /* text gradient */
  background: linear-gradient(90deg, #c86a82 0%, #b089b6 45%, #6d84b6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* 桜モチーフ（CSS内蔵SVG） */
.sec-title-spring{
  --sakura: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg%3E%3Ccircle cx='32' cy='18' r='7' fill='%23F6B6C8'/%3E%3Ccircle cx='44' cy='26' r='7' fill='%23F6B6C8'/%3E%3Ccircle cx='40' cy='42' r='7' fill='%23F6B6C8'/%3E%3Ccircle cx='24' cy='42' r='7' fill='%23F6B6C8'/%3E%3Ccircle cx='20' cy='26' r='7' fill='%23F6B6C8'/%3E%3Ccircle cx='32' cy='31' r='4' fill='%23FFD6A6'/%3E%3C/g%3E%3C/svg%3E");
}

/* 花柄のうっすら帯（背景に“柄”が見えるようにする） */
.sec-title-spring::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -58%);
  width: min(860px, 96vw);
  height: 46px;

  background-image: var(--sakura);
  background-repeat: repeat-x;
  background-size: 40px 40px;
  background-position: center;

  opacity: .26; /* ←花柄感を上げたいなら 0.30〜0.36 */
  filter: saturate(1.05);
  z-index: -1;
  pointer-events: none;
}

/* 左右のライン + 両端の桜アイコン（ここで“華やか”を出す） */
.sec-title-spring::after{
  content:"";
  position:absolute;
  left:50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(760px, 92vw);
  height: 22px;

  background-image:
    var(--sakura),
    var(--sakura),
    linear-gradient(90deg,
      rgba(200,106,130,0) 0%,
      rgba(200,106,130,.55) 18%,
      rgba(176,137,182,.55) 50%,
      rgba(109,132,182,.55) 82%,
      rgba(109,132,182,0) 100%
    );
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 20px 20px, 20px 20px, 100% 1px;
  background-position: 0 2px, 100% 2px, 0 11px;

  opacity: .95;
  pointer-events: none;
}

/* SP最適化：花の密度を維持して“柄感”を落とさない */
@media (max-width: 599px){
  .sec-title-spring{
    gap: 10px;
    padding: 8px 8px 14px;
  }
  .sec-title-spring::before{
    height: 42px;
    background-size: 34px 34px;
    opacity: .30;
  }
  .sec-title-spring::after{
    width: min(520px, 92vw);
    background-size: 18px 18px, 18px 18px, 100% 1px;
  }
}
