:root{
  /* =========================
     THEME COLOR
  ========================= */

  /* 基本色 */
  --theme-text: #f6efff;


  /* メインカラー */
  --theme-primary: #ffb347;
  --theme-secondary: #ff7b00;
  --theme-accent: #ffd07a;

  /* 背景 */
  --theme-bg-start: #24150f;
  --theme-bg-end: #1b100c;
  --theme-surface: #3f2d52;

  /* テクスチャ */
  --theme-dot-large: rgba(255,255,255,0.03);
  --theme-dot-small: rgba(19, 10, 10, 0.02);

  /* カード */
  --theme-card-bg: rgba(255,255,255,0.05);
  --theme-card-border: rgba(255,255,255,0.08);

  /* CTA */
  --theme-cta-bg: #ffffff;
  --theme-cta-text: #5b3a6f;

  /* シャドウ */
  --theme-shadow-main: rgba(0,0,0,0.35);
  --theme-shadow-sub: rgba(0,0,0,0.30);
}

.lp,
.lp *{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.lp{
 font-family:"Yu Mincho",serif;
   color:var(--theme-text);

background:
  url("../images/noise-brn.jpg") repeat,
  linear-gradient(
    180deg,
    var(--theme-bg-start) 0%,
    var(--theme-bg-end) 100%
  );

  background-attachment:fixed;
  overflow-x:hidden;
}

.lp img{
  width:100%;
  display:block;
}

.lp a{
  text-decoration:none;
}

.pagetop{
  z-index:9999;
}

.br-sp{
  display:none;
}

.br-pc{
  display:block;
}

/* =========================
   背景装飾
========================= */

.lp-bg-deco{
  position:absolute;
  z-index:9998;
  opacity:1;
  pointer-events:none;
}

.lp-bg1{
  top:4%;
  left:10%;
  width:360px;
}

.lp-bg2{
  top:4%;
  right:13%;
  width:400px;
}

/* =========================
   HERO
========================= */

.lp-hero{
  width:100%;
  height:75vh;
  min-height:540px;

  position:relative;
  overflow:hidden;
}

.lp-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* =========================
   CONTENT AREA
========================= */

.lp-content-wrap{
  position:relative;
  z-index:2;

  display:flex;
  justify-content:center;

  padding:0 16px 80px;

  margin-top:-40px;
}

.lp-content{
  width:100%;
  max-width:750px;

  background:
  url("../images/noise-pp.jpg") repeat,
  var(--theme-surface);

  border-radius:24px;

  padding:50px 28px 50px;

  box-shadow:
    0 0 30px var(--theme-shadow-main),
    0 0 90px var(--theme-shadow-sub);
}


/* =========================
   CONCEPT
========================= */
.lp-concept-bg {
  --concept-ratio: 1142 / 2368;
  --safe-top: 31%;
  --safe-right: 10%;
  --safe-bottom: 35%;
  --safe-left: 10%;

  position: relative;
  width: 100%;
  max-width: 590px;
  aspect-ratio: var(--concept-ratio);
  margin-inline: auto;

  background-image: url("../images/concept_pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lp-concept-bg__content {
  position: absolute;
  top: var(--safe-top);
  right: var(--safe-right);
  bottom: var(--safe-bottom);
  left: var(--safe-left);

  display: grid;
  place-items: center;
  text-align: center;
}

.lp-concept-bg__title {
  font-size: clamp(20px, 4.5vw, 32px);
  /*color:#bb921d;*/
  color:#886503;
  line-height: 1;
  font-weight: 700;
}

.lp-concept-bg__subtitle {
  color:#3f2d52;
  line-height:2;
  margin: 0;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 1000;
  margin-top: 1rem;
}

.lp-copy{
  display: inline-block;
  position: relative;
  top: 0.3rem;
  vertical-align: top;
  font-size:18px;
}

@media screen and (min-width:501px) and (max-width:768px){
  .lp-concept-bg{
    --safe-right: 5%;
    --safe-left: 5%;
  }
  .br-sp{
    display:none;
  }
}



@media screen and (max-width:560px){
  .lp-concept-bg{
    --concept-ratio: 1142 / 2784;
    --safe-top: 20%;
    --safe-right: 10%;
    --safe-bottom: 20%;
    --safe-left: 10%;

    background-image:url("../images/concept_sp.webp");
  }

  .lp-concept-bg__content{
    align-content:center;
    row-gap:clamp(6px, 1.8vw, 10px);
  }

  .lp-concept-bg__title{
    font-size:clamp(18px, 5.2vw, 23px);
    line-height:1.14;
  }

  .lp-concept-bg__subtitle{
    font-size:clamp(12px, 3.35vw, 18px);
    line-height:1.8;
    font-weight:1000;
    margin-top: 0;
  }

  .lp-concept-bg .lp-copy{
    margin-top:-6px;
    font-size:clamp(12px, 3.8vw, 17px);
  }
}






/* =========================
   period
========================= */
.lp-period{
  width:100%;
  margin:30px auto 46px;
  text-align:center;
  letter-spacing:0.06em;
  color:var(--theme-text);
}



.lp-period dl{
  width:100%;
  margin: 0 auto;
  /* 上下の余白は画像の高さに合わせて調整してください */
  padding: 80px 18px 80px; 
  
  /* 背景画像の設定 */
  background-image: url(../images/waku.png),url(../images/waku.png);
  background-position: top center, bottom center; /* 上中央と下中央に配置 */
  background-repeat: no-repeat, no-repeat;
  background-size: 200px auto, 200px auto; 
}




.lp-period dt{
  display:inline-block;
  margin-bottom:8px;
  padding:4px 14px;
  font-size:14px;
  line-height:1.4;
}

.lp-period dd{
  margin:0;
  font-size:13px;
  line-height:1.9;
}

.lp-period dd:first-of-type{
  margin-bottom:24px;
}

.lp-period dd:first-of-type::first-line{
  font-size:28px;
  line-height:1.45;
}

.lp-period time{
  display:inline-block;
  font-size:22px;
  line-height:1.5;
}


/* =========================
   sweets
========================= */

.lp-sweets{
  padding-bottom: 40px;
  color:#f8af42;
}


.lp-sweets-image{
  width:100%;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:18px;
  margin-bottom:20px;
}

.lp-sweets-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.sweets-name{
  font-size:36px;
  font-weight:800;
  margin-top: 36px;
  margin-bottom:5px;
  text-align: center;
  line-height:0.9;
}

.sweets-copy{
  display:block;
  width:100%;
  font-size: clamp(24px, 5vw, 30px);
  font-weight: bold;
  line-height:1.5;
  text-align: center;
  margin: 30px 0;
}

.lp-item-card .sweets-text{
  text-align:center;
  font-size: clamp(16px, 2.5vw, 18px);
  line-height:1.8;
  margin-bottom: 3rem;
}

/* 吹き出し */
.lp-sweets .fukidashi{
   width:30%;
   margin: 0 auto;
   transform: translateX(20px);
}


/* フレーバー説明 */
.lp-feature-list{
   display:grid;
   grid-template-columns:repeat(2, 1fr);
   gap:0;
   margin-top:32px;
   text-align: center;
}

.lp-feature-item{
   display:flex;
   flex-direction:column;
}

.lp-feature-image{
   overflow:hidden;
   margin-bottom:12px;
}

.lp-feature-image img{
   width:90%;
   object-fit:contain;
   display:block;
   margin: 0 auto;
}

.lp-feature-title{
   font-size:18px;
   letter-spacing:0;
}

.lp-feature-text{
   font-size:14px;
   line-height:1.8;
}





/* =========================
   ITEM
========================= */

.lp-item-list{
  display:flex;
  flex-direction:column;
  gap:40px;
  text-align: center;
}

.lp-item-card{
  background:var(--theme-card-bg);

  border:1px solid var(--theme-card-border);

  border-radius:22px;

  padding:24px;

  backdrop-filter:blur(4px);
}

.lp-item-image{
  width:100%;
  aspect-ratio:1/1;

  overflow:hidden;

  border-radius:18px;

  margin-bottom:20px;
}

.lp-item-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.lp-item-product img{
  width: 90%;
  height: auto;
  display: block;
  margin: 50px auto 10px; /*上下に余白*/
}

.lp-item-package img{
  width: 51%;
  height: auto;
  display: block;
  margin: 10px auto;
}


.lp-item-card h3{
  font-size:24px;
  margin-bottom:12px;
  letter-spacing:0;

  color:var(--theme-primary);
  font-weight: bold;
}

.lp-item-card p{
  line-height:1.8;
  color:var(--theme-text);

  margin-bottom:14px;
}

.lp-price{
  font-size:24px;
  font-weight:bold;

  color:var(--theme-primary);

  margin-bottom:18px;
}

.lp-mini{
  font-size:16px;
}

/* =========================
   BUTTON
========================= */

.lp-btn{
  width:100%;
  height:56px;

  display:flex;
  justify-content:center;
  align-items:center;

  border-radius:999px;

  background:
    linear-gradient(
      90deg,
      var(--theme-secondary),
      var(--theme-primary)
    );

  color:var(--theme-text);
  font-weight:bold;
  letter-spacing:0.05em;

  transition:0.3s;
}

.lp-btn:hover{
  transform:translateY(-2px);
  opacity:0.92;
}

/* =========================
   CTA
========================= */

.lp-cta-area{
  margin-top:3%;

  display:flex;
  flex-direction:column;
  gap:18px;
}

.lp-cta-area .lp-btn{
  background:var(--theme-cta-bg);
  color:var(--theme-cta-text);
}

.lp-picture img{
  width:70%;
  max-width:300px;
  margin:0 auto;
}


/* =========================
   SP
========================= */

@media screen and (max-width:500px){

  .lp-hero{
    height:62vh;
    min-height:480px;
  }

  .lp-content{
    padding:40px 20px 20px;
  }

   .lp-feature-list{
     grid-template-columns:1fr;
     gap:32px;
   }





/* 吹き出し */
.lp-sweets .fukidashi{
   width:55%;
   margin: 0 auto;
}

  .lp-item-card h3{
    font-size:22px;
  }

  .lp-price{
    font-size:22px;
  }

  .lp-item-product img{
    width:100%;
    height:100%;
    object-fit:contain;
  }


.lp-item-package img{
  width: 60%;
  height: auto;
  display: block;
  margin: 10px auto;
}


  .lp-bg-deco{
  display: none;
  }


  .lp-item-card .sweets-text{
  text-align:left;
}

 .br-sp{
    display:block;
  }

  .br-pc{
    display:none;
  }

  
}



