html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Serif JP', sans-serif;
  background-image: url('https://d2w53g1q050m78.cloudfront.net/alabshop/uploads/images/tostina/トスティナ_LP_背景-09.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  display: block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* =========================
   FV（ファーストビュー）
========================= */
.fv {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
}

.fv-content {
  position: relative;
  top: 0px; 
}

/* --- ロゴ --- */
.fv-logo {
  width: 450px;
  margin: 0 auto 20px;
  display: block;
}

/* --- キャッチコピー --- */
.fv-catch {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 60px;
  color: #222;
  letter-spacing: 0.05em;
}

/* --- ボタンエリア --- */
.fv-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 500px;
  margin-top: -200px;
}

.fv-buttons img {
  width: 300px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.fv-buttons a:hover img {
  transform: scale(1.05);
}

/* --- デコレーション画像 --- */
.fv-decoration {
  margin-top: -50px;
  text-align: center;
}

.fv-decoration img {
  width: 70%;
  max-width: 1000px;
  height: auto;
  display: inline-block;
  animation: fadeInUp 1.2s ease-out forwards;
}

/* アニメーション定義 */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   SP（スマホ）
========================= */
@media screen and (max-width: 768px) {

  body {
    background-image: url('https://d2w53g1q050m78.cloudfront.net/alabshop/uploads/images/tostina/トスティナ_LP_背景-10.png');
    background-position: top center;
  }

  .fv-content {
    top: 60px; /* ← SP用の縦位置 */
  }

  .fv-logo {
    width: 300px;
    margin: 0 auto 16px;
  }

  .fv-catch {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  .fv-buttons {
    flex-direction: center;
    gap: 16px;
    margin-top: 20px;
  }

  .fv-buttons img {
    width: 160px;
  }

  .fv-decoration {
    margin-top: 20px;
  }

  .fv-decoration img {
    width: 100%;
    max-width: 600px;
  }
}

/* =========================
   微調整用（任意で追加OK）
========================= */
/* ロゴをもう少し上げたい場合はこれを調整 */
@media screen and (min-width: 769px) {
  .fv-content {
    top: 10px; /* ← 上げたい場合はこの数値を小さくする */
  }
}
/* =========================
   LINE UP セクション
========================= */
.lineup {
  text-align: center;
  padding: 160px 20px;
}

.lineup-logo {
  text-align: center;
  margin-bottom: 120px;
  margin-top: 120px;
}

.lineup-logo img {
  display: inline-block;
  width: 300px; /* ← ロゴサイズここで調整 */
  max-width: 90%;
  height: auto;
}

.lineup-items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 260px;
  flex-wrap: wrap;
}

.lineup-item {
  position: relative;
  overflow: visible;
}

.lineup-visual img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  max-width: 500px;
  height: auto;
  display: block;
  animation: floatY 2s ease-in-out infinite alternate;
}

/* アニメーション定義 */
@keyframes floatY {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -15px);
  }
}

/* =========================
   SP
========================= */
@media screen and (max-width: 768px) {
    
  .lineup {
    padding-top: 10px;
　　padding-right: 20px;
　　padding-bottom: 0px;
　　padding-left: 20px;
  } 

  .lineup-logo {
    margin-bottom: 60px;
  }

  .lineup-logo img {
    width: 160px;
  }

  .lineup-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  position: relative;
}

.lineup-item {
  position: relative;
  width: 200px;
}

.lineup-item.mist {
  transform: rotate(-6deg) translateY(0);
  animation: floatLeft 3s ease-in-out infinite alternate;
}

.lineup-item.milk {
  transform: rotate(5deg) translateY(0);
  animation: floatRight 3.5s ease-in-out infinite alternate;
}

.lineup-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- アニメーション --- */
@keyframes floatLeft {
  0%   { transform: rotate(-6deg) translateY(0); }
  100% { transform: rotate(-8deg) translateY(-12px); }
}

@keyframes floatRight {
  0%   { transform: rotate(5deg) translateY(0); }
  100% { transform: rotate(7deg) translateY(-15px); }
}
}
    
.point {
  padding: 160px 20px;
}

.point-logo img {
  display: block;
  margin: 0 auto 100px;
  width: 240px;
  height: auto;
}

/* リスト全体（縦方向に並べる） */
.point-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* ← 左揃え */
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; /* ← ページ中央配置 */
}

/* 各ポイント行（横並び） */
.point-item {
  display: flex;
  flex-direction: column; /* 全体を縦並びに */
  align-items: flex-start;
  gap: 8px; /* アイコン＋タイトルと本文の間隔 */
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px 150px;
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: left;
}

/* アイコン＋タイトルだけ横並び */
.point-header {
  display: flex;
  align-items: center;
  gap: 16px; /* アイコンとタイトルの間隔 */
  margin-bottom: 12px;
}

.point-icon {
  width: 1000px;   /* ← ここで調整！ */
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0px;
}

.product-logo {
  text-align: center;
  margin-bottom: 120px;
  margin-top: 120px;
}

.product-logo img {
  display: inline-block;
  width: 1000px; /* ← ロゴサイズここで調整 */
  max-width: 100%;
  height: auto;
}



/* テキスト */
.point-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
}

.point-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* 画面に入ったらアニメーションON */
.point-item.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- スマホ用 ---------- */
@media screen and (max-width: 768px) {
    
  .point {
  padding: 0px 20px;
}

  .point-logo img {
   display: block;
   width: 150px;
   margin top 2px;
   margin bottom 10px
   height: auto;
  }

    
  /* リスト全体（縦方向に並べる） */
  .point-list {
   display: flex;
   flex-direction: column;
   align-items: flex-start; /* ← 左揃え */
   justify-content: flex-start;
   gap: 1px;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto; /* ← ページ中央配置 */
 }
    
  .point-item {
   display: flex; 
   flex-direction: column; /* 全体を縦並びに */ 
   align-items: center; 
   gap: 0px;
   background: #fff; 
   border-radius: 16px; 
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); 
   padding: 15px 30px; 
   max-width: 600px; 
   margin: 0 auto 40px; 
   text-align: left; 
  }
    
  .point-icon {
  display: block;
  width: 1200px;
  max-width: 105%;
  height: auto;
  margin: 5px 0 0 0 ;       /* ← 中央寄せ */
  position: relative;
  left: 0;
  transform: none;
}

 .point-text {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #333;
}
}

.movie {
  text-align: center;
  padding: 140px 20px;
}

.movie-logo img {
  display: inline-block;
  width: 260px;
  max-width: 90%;
  height: auto;
  margin-bottom: 80px;
}

/* 動画を16:9比率でレスポンシブ化 */
.movie-frame {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 60px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.movie-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* ← 16:9比率 */
}

.movie-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 768px) {
  .movie {
    padding: 60px 5px;
  }

  .movie-logo img {
    width: 180px;
    margin-bottom: 40px;
  }

  .movie-frame {
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 40px;
  }
}
/* =========================
   共通（PCベース）
========================= */
.product-detail {
  position: relative;
  padding: 0px 50px 100px;  /* ← 余白をややコンパクトに */
  text-align: center;
  transform: scale(0.95); /* ← 全体を90％に縮小 */
  transform-origin: top center; /* ← 上を基準に縮小 */
}

/* 横並び構成 */
.product-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px; /* ← 間隔少し詰める */
  flex-wrap: nowrap;
}

/* 左右の要素 */
.product-visual,
.product-info {
  flex: 1;
  min-width: 0;
}

.product-visual {
  flex: 1;
  text-align: center;
}

.product-visual img {
  width: 100%;
  max-width: 460px; /* ← 全体に合わせてやや縮小 */
  height: auto;
  display: block;
  margin: 60px auto 40px auto; /* ← 上下の距離を詰めた */
}

/* ===== 右：カード部分 ===== */
.product-info {
  flex: 1;
  display: flex;
  flex-direction: column; /* ← カードを縦に並べる */
  justify-content: flex-start;
  align-items: center;
  gap: 40px; /* ← カード間の距離 */
  position: relative;
}

/* 各カード（共通デザイン） */
.product-text-card {
  background: #fff;
  border: 3px solid #cd5177;
  border-radius: 24px;
  padding: 36px 36px;
  width: 100%;
  max-width: 640px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
  box-sizing: border-box;
}

/* バッジ */
.product-header img.product-icon {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 100px;
  height: auto;
}

/* カード内テキスト */
.product-text-card p {
  font-size: 1.3rem; /* ← 若干小さくして調和 */
  line-height: 2.1;
  color: #333;
  text-align: center;
  margin: 0;
  letter-spacing: 0.06em;
}

.product-text-card strong {
  font-weight: 700;
  font-size: 1.6em;
  color: #c25a7c;
　letter-spacing: 0.06em;
}

 .product-nano {
    padding: 60px 12px;
  }

  .product-nano img {
    width: 180px;
    margin-bottom: 40px;
  }

/* =========================
   SP版（スマホ）
========================= */
@media screen and (max-width: 768px) {
  .product-detail {
    padding: 20px 20px 40px;
    transform: none;
  }

  /* ミストとカードを縦並びに */
  .product-card {
    flex-direction: column;
    align-items: center; /* ← 中央揃えを明示 */
    width: 100%;         /* ← 横幅を固定 */
    gap: 30px;
  }

  .product-logo {
    top: 0px;
    margin-bottom: 40px;
  }

  .product-visual img {
    max-width: 260px;
    margin: 20px auto 0;
  }

  /* ← ここが重要！ */
  .product-info {
    width: 100%;           /* ← 親幅いっぱいに固定 */
    display: flex;
    flex-direction: column;
    align-items: center;   /* ← 中央に固定 */
    gap: 16px;
  }

  .product-text-card {
    width: 90%;           /* ← テキスト量に関係なく一定幅 */
    max-width: none;
    margin: 0 auto;
    padding: 30px 20px;
    border-width: 2px;
    box-sizing: border-box;
  }

  .product-header img.product-icon {
    top: -20px;
    right: -10px;
    width: 60px;
  }

  .product-text-card p {
    font-size: 0.85rem;
    line-height: 1.7;
    letter-spacing: 0.06em; /* ← 文字間少し広げる */
  }

  .product-text-card strong {
    font-weight: 700;
    font-size: 1.4em;
    color: #c25a7c;
    letter-spacing: 0.08em; /* ← 少し広めで高級感 */
  }

  .product-nano {
    padding: 30px 6px;
  }

  .product-nano img {
    width: 100px;
    margin-bottom: 40px;
  }
}

.heart {
  position: fixed;
  top: -10px;
  left: 0;
  pointer-events: none;
  z-index: 0; /* ← 最背面へ！ */
  color: #f5b6c6;
  font-size: 18px;
  opacity: 0.7;
  animation: fall 12s linear infinite;
  filter: blur(0.5px) drop-shadow(0 1px 2px rgba(0,0,0,0.05));
}

@keyframes fall {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) translateX(40px) rotate(720deg);
    opacity: 0;
  }
}

.cart-btn {
  display: inline-block;
  background-color: #c24b6e; /* ピンク色 */
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 18px 80px;
  border-radius: 50px; /* 丸み */
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

/* hover時のふわっとアニメ */
.cart-btn:hover {
  background-color: #d7658a;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* ========= スマホ用 ========= */
@media screen and (max-width: 768px) {
  .cart-btn {
    font-size: 1rem;        /* 少し小さめの文字 */
    padding: 14px 48px;     /* 幅も控えめに */
    border-radius: 40px;    /* 丸みを少し抑える */
    letter-spacing: 0.08em; /* 文字間ちょい詰め */
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  }

  .cart-btn:hover {
    transform: none; /* SPでは浮かないように */
  }
}