.scene-style-lp{
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color:#222;
}

/* 内側（固定幅コンテンツ想定） */
.scene-style-lp .scene-style-lp__inner{
  width:100%;
  margin:0 auto;
  padding:0rem 1rem 4.5rem;
  box-sizing: border-box; 	
}

/* Intro */
.scene-style-lp .scene-style-lp__intro{
  text-align:center;
  margin-bottom:3rem;
}
.scene-style-lp .scene-style-lp__intro h1{
  font-size:2.1rem;
  font-weight:500;
  line-height:1.55;
  margin:0 0 1rem;
}
.scene-style-lp .scene-style-lp__intro p{
  font-size:1rem;
  line-height:1.9;
  color:#555;
  margin:0;
}

/* =========================
   Scene Style Banner
   ========================= */
.scene-style-lp .scene-style-header{
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

.scene-style-lp .scene-style-header .scene-style-header__inner{
  max-width: 950px; /* メインコンテンツ幅に合わせる */
  margin: 0 auto 3rem;
}

/* バナー画像 */
.scene-style-lp .scene-style-header .scene-style-header__banner img{
  width: 100%;
  height: auto;
  display: block;
}

/* テキストエリア */
.scene-style-lp .scene-style-header .scene-style-header__text{
  padding: 1.8rem 1.5rem 0;
}

.scene-style-lp .scene-style-header .scene-style-header__text p{
  font-size: 1rem;
  line-height: 1.9;
  color: #444;
  margin: 0;
}



/* Scene block */
.scene-style-lp .scene-style-lp__scene{
  border-radius:0.5rem;
  overflow:hidden;
  margin-bottom:3.2rem;
}

/* Backgrounds */
.scene-style-lp .scene-style-lp__scene--work{ background:#eef3f6; }
.scene-style-lp .scene-style-lp__scene--ceremony{ background:#f3f3f3; }
.scene-style-lp .scene-style-lp__scene--off{ background:#f7f5f1; }

/* Text */
.scene-style-lp .scene-style-lp__content{
  padding:1.8rem 2rem 1.2rem;
}

/*
.scene-style-lp .scene-style-lp__label{
  font-size:0.9rem;
  letter-spacing:0.12em;
  color:#666;
  display:block;
  margin-bottom:0.7rem;
	font-weight: bold;
}
*/

/* =====================================
   WORK / CEREMONY / OFF ラベル強調
   ===================================== */
.scene-style-lp .scene-style-lp__label{
  display: inline-block;
  padding: 0.35em 0.8em;
  font-size: 1.0rem;
  letter-spacing: 0.12em;
  color: #fff;                 /* 白抜き */
  border-radius: 0.25rem;
  margin-bottom: 0.6rem;
  line-height: 1.2;
}

/* シーン別カラー */
.scene-style-lp .scene-style-lp__scene--work .scene-style-lp__label{
  background-color: #5f7d95;   /* 落ち着いたブルー */
}

.scene-style-lp .scene-style-lp__scene--ceremony .scene-style-lp__label{
  background-color: #8a8a8a;   /* 上品なグレー */
}

.scene-style-lp .scene-style-lp__scene--off .scene-style-lp__label{
  background-color: #9c8f74;   /* 生成り寄りベージュ */
}



.scene-style-lp .scene-style-lp__content h2{
  font-size:1.45rem;
  font-weight:500;
  line-height:1.6;
  margin:0 0 0.7rem;
}
.scene-style-lp .scene-style-lp__content p{
  font-size:1rem;
  line-height:1.9;
  margin:0;
  color:#444;
}
.scene-style-lp .scene-style-lp__content p + p{
  margin-top: 0.6rem; 
}

/* Main image (950x1155, no crop) */
.scene-style-lp .scene-style-lp__hero{
  padding:0 2rem 1.6rem;
}
.scene-style-lp .scene-style-lp__hero img{
  width:100%;
  height:auto;
  max-height:78vh;
  object-fit:contain;
  display:block;
}

/* Products */
.scene-style-lp .scene-style-lp__products{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:1.1rem;
  padding:0 2rem 2.2rem;
}

.scene-style-lp .scene-style-lp__product{
  display:grid;
  grid-template-rows:auto auto auto;
  justify-items:center;
  gap:0.55rem;
  background:rgba(255,255,255,0.78);
  border-radius:0.4rem;
  padding:0.85rem 0.75rem 0.95rem;
}

/* Product image (950x1155 ratio, no crop) */
.scene-style-lp .scene-style-lp__product-media{
  width:100%;
  max-width:9.2rem;
  aspect-ratio:950 / 1155;
  background:#fff;
  border-radius:0.25rem;
  overflow:hidden;
  text-decoration:none;
}
.scene-style-lp .scene-style-lp__product-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.scene-style-lp .scene-style-lp__product-name{
  font-size:0.92rem;
  margin:0;
  text-align:center;
}
.scene-style-lp .scene-style-lp__product-price{
  font-size:0.88rem;
  margin:0;
  color:#555;
  text-align:center;
}

.scene-style-lp .scene-style-lp__btn{
  display:inline-block;
  font-size:0.86rem;
  padding:0.65rem 1.2rem;
  background:#1a1a1a;
  color:#fff;
  text-decoration:none;
  letter-spacing:0.08em;
  border-radius:0.15rem;
}


/* 商品名と価格の行間を少し広げる */
.scene-style-lp .scene-style-lp__product-name{
  line-height: 1.3;   /* 既存より少しゆったり */
}

.scene-style-lp .scene-style-lp__product-price{
  line-height: 1.3;   /* 商品名との間が詰まらないように */
  margin-top: 0.25rem;
}

/* （税込）の文字だけ小さく */
.scene-style-lp .scene-style-lp__product-price .scene-style-lp__tax{
  font-size: 0.8em;   /* 価格より一段小さく */
}

.br_none {display: none;}



/* Responsive */
@media (max-width:768px){
/* 内側（固定幅コンテンツ想定） */
.scene-style-lp .scene-style-lp__inner{
  width:100%;
  margin:0 auto;
  padding:0rem 0.1rem 4.5rem;
  box-sizing: border-box; 	
}	
	
  .scene-style-lp .scene-style-lp__products{
    grid-template-columns:1fr;
  }
  .scene-style-lp .scene-style-lp__hero{
    padding:0 1.2rem 1.4rem;
  }
  .scene-style-lp .scene-style-lp__content{
    padding:1.6rem 1.2rem 1rem;
  }
	
.br_none {display: block;}
	
}

@media (max-width: 768px){


  /* =========================
     Introタイトルを小さく
     ========================= */
  .scene-style-lp .scene-style-lp__intro h1{
    font-size: 1.7rem;
    line-height: 1.5;
  }
	
/* =========================
   Scene Style Banner
   ========================= */
  .scene-style-lp .scene-style-header .scene-style-header__inner{
    margin-bottom: 2.4rem;
  }

  .scene-style-lp .scene-style-header .scene-style-header__text{
    padding: 1.4rem 1.2rem 0;
  }

  .scene-style-lp .scene-style-header .scene-style-header__text p{
    font-size: 0.95rem;
    line-height: 1.85;
  }

  /* =========================
     各シーン見出しを小さく
     ========================= */
  .scene-style-lp .scene-style-lp__content h2{
    font-size: 1.25rem;
    line-height: 1.55;
  }

  .scene-style-lp .scene-style-lp__content p{
    font-size: 0.95rem;
    line-height: 1.8;
  }

  /* =========================
     商品カードを2列に
     ========================= */
  .scene-style-lp .scene-style-lp__products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  /* 商品カード内の余白を少しコンパクトに */
  .scene-style-lp .scene-style-lp__product{
    padding: 0.75rem 0.6rem 0.85rem;
  }

  /* 商品名・価格もわずかに縮小 */
  .scene-style-lp .scene-style-lp__product-name{
    font-size: 0.88rem;
  }

  .scene-style-lp .scene-style-lp__product-price{
    font-size: 0.84rem;
  }

  .scene-style-lp .scene-style-lp__btn{
    font-size: 0.82rem;
    padding: 0.6rem 1rem;
  }
	

  /* メイン画像と同じ左右余白にそろえる */
  .scene-style-lp .scene-style-lp__products{
    padding-left: 1.2rem;   /* ← .scene-style-lp__hero と同じ値 */
    padding-right: 1.2rem;  /* ← ここがポイント */
    box-sizing: border-box;
  }
	
	
}


