:root{
    --teal:#33B0A0; --teal-d:#1F8E80;
    --coral:#E8503A; --coral-d:#C93C28;
    --cream:#FBF7F0; --ink:#3A3A3A; --line:#E7E0D3;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{font-family:"Noto Sans JP",sans-serif;color:var(--ink);background:var(--cream);line-height:1.85;font-size:16px;-webkit-font-smoothing:antialiased}
  .wrap{max-width:560px;margin:0 auto;background:var(--cream);overflow:hidden}
  .maru{font-family:"Zen Maru Gothic",sans-serif}
  .teal{color:var(--teal)} .coral{color:var(--coral)}
  section{padding:44px 22px;position:relative;overflow:hidden}
  /* 浮遊バブル装飾(FVと同じ水の世界観・テキストの背面) */
  section::before{content:"";position:absolute;top:-18px;right:-24px;width:150px;height:150px;pointer-events:none;z-index:0;opacity:.5;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3E%3Ccircle cx='40' cy='55' r='20' fill='none' stroke='%2333B0A0' stroke-width='3' opacity='.5'/%3E%3Ccircle cx='95' cy='40' r='12' fill='none' stroke='%2333B0A0' stroke-width='2.5' opacity='.45'/%3E%3Ccircle cx='112' cy='80' r='16' fill='none' stroke='%2333B0A0' stroke-width='3' opacity='.4'/%3E%3Ccircle cx='68' cy='95' r='8' fill='none' stroke='%2333B0A0' stroke-width='2' opacity='.4'/%3E%3C/svg%3E") no-repeat}
  section>*{position:relative;z-index:1}
  h2.sec{font-family:"Zen Maru Gothic";font-weight:900;font-size:23px;text-align:center;margin-bottom:8px;color:var(--teal-d);line-height:1.4}
  h2.sec::before{content:"";display:block;width:30px;height:30px;margin:0 auto 8px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8 8 5 11 5 15a7 7 0 0 0 14 0c0-4-3-7-7-13z' fill='%2333B0A0'/%3E%3Cellipse cx='9.5' cy='15' rx='1.6' ry='2.4' fill='%23fff' opacity='.55'/%3E%3C/svg%3E") center/contain no-repeat}
  h2.sec .en{display:block;font-family:"Noto Sans JP";font-weight:700;font-size:12px;letter-spacing:.15em;color:var(--coral);margin-bottom:4px}
  .lead{text-align:center;color:#6b6b6b;font-size:14px;margin-bottom:26px}
  .todo{background:#fff3cd;border:1px solid #e0c86a;color:#7a5c00;font-size:12px;padding:1px 6px;border-radius:4px}

  /* FV（テキスト版：FV画像が用意できたら header を差し替え） */
  .fv{background:linear-gradient(160deg,#eaf7f4 0%,var(--cream) 70%);padding:40px 24px 26px;text-align:center}
  .fv .season{display:inline-block;background:var(--teal);color:#fff;font-family:"Zen Maru Gothic";font-weight:700;font-size:13px;padding:4px 16px;border-radius:50px;margin-bottom:16px}
  .fv h1{font-family:"Zen Maru Gothic";font-weight:900;font-size:27px;line-height:1.5;color:var(--teal-d);margin-bottom:14px}
  .fv h1 .accent{color:var(--coral)}
  .fv .sub{font-size:15px;color:#555;margin-bottom:8px}
  .fv .name{font-family:"Zen Maru Gothic";font-weight:900;font-size:19px;color:var(--ink);margin:16px 0 12px}
  .fv .offer{position:relative;background:#fff;border:2px solid var(--coral);border-radius:16px;padding:16px 16px 14px;max-width:360px;margin:24px auto 16px}
  .fv .offer .badge{position:absolute;top:-20px;right:4px;width:66px;height:66px;border-radius:50%;background:var(--coral);color:#fff;font-family:"Zen Maru Gothic";font-weight:900;font-size:23px;line-height:.9;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(0,0,0,.18);transform:rotate(8deg)}
  .fv .offer .badge span{font-size:13px;letter-spacing:.05em}
  .fv .offer .ol{font-family:"Zen Maru Gothic";font-weight:700;font-size:14px;color:var(--teal-d);margin-bottom:4px}
  .fv .offer .was{color:#999;text-decoration:line-through;font-size:15px}
  .fv .offer .now{font-family:"Zen Maru Gothic";font-weight:900;font-size:30px;color:var(--coral);margin-left:6px;line-height:1.2}
  .fv .offer .save{font-size:13px;color:var(--coral-d);font-weight:700;margin-top:4px}
  .fv .offer .mon{font-size:12px;color:#777;margin-top:8px;border-top:1px dashed var(--line);padding-top:8px}
  .fv .free{font-size:13px;color:var(--teal-d);font-weight:700;margin-bottom:20px}

  /* FV（画像版） */
  .fv-img{background:var(--cream)}
  .fv-img>img{display:block;width:100%;height:auto}
  .fv-cta{padding:18px 22px 26px;text-align:center}

  /* 信頼バー */
  .trust{background:var(--teal-d);padding:16px 12px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
  .trust .ti{color:#fff;text-align:center;font-size:11px;line-height:1.35}
  .trust .ti b{display:block;font-family:"Zen Maru Gothic";font-weight:900;font-size:14px;margin-bottom:3px;color:#fff}

  /* CTA */
  .cta{display:block;max-width:420px;margin:0 auto;background:var(--coral);color:#fff;text-decoration:none;text-align:center;font-family:"Zen Maru Gothic";font-weight:900;font-size:20px;padding:17px;border-radius:50px;box-shadow:0 5px 0 var(--coral-d);transition:transform .1s}
  .cta:active{transform:translateY(3px);box-shadow:0 2px 0 var(--coral-d)}
  .cta small{display:block;font-weight:500;font-size:12px;font-family:"Noto Sans JP";opacity:.95;margin-top:2px}
  .cta-mid{background:#fff;text-align:center}
  .cta-fixed{position:fixed;left:0;right:0;bottom:0;z-index:50;background:rgba(251,247,240,.95);padding:10px 14px;border-top:1px solid var(--line);backdrop-filter:blur(4px)}

  /* 悩み */
  .worry{background:#fff}
  .worry ul{list-style:none;max-width:440px;margin:0 auto}
  .worry li{background:var(--cream);border-radius:16px;padding:14px 18px 14px 46px;margin-bottom:12px;position:relative;font-weight:500}
  .worry li::before{content:"✓";position:absolute;left:16px;top:14px;color:var(--coral);font-weight:900}

  /* なぜ夏こそ乾燥 */
  .reason{background:var(--cream)}
  .reason .box{max-width:460px;margin:0 auto}
  .reason .r{background:#fff;border-radius:14px;padding:14px 16px 14px 52px;margin-bottom:10px;position:relative;font-weight:500}
  .reason .r .ri{position:absolute;left:15px;top:13px;width:22px;height:22px;background-position:center;background-repeat:no-repeat;background-size:contain}
  /* 共通ティールSVGアイコン(絵文字置換) */
  .ic-drop{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8 8 5 11 5 15a7 7 0 0 0 14 0c0-4-3-7-7-13z' fill='%2333B0A0'/%3E%3C/svg%3E")}
  .ic-sun{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2333B0A0' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M2 12h2M20 12h2M5 5l1.4 1.4M17.6 17.6L19 19M19 5l-1.4 1.4M6.4 17.6L5 19'/%3E%3C/svg%3E")}
  .ic-air{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2333B0A0' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 2v20M2 12h20M4.5 4.5l15 15M19.5 4.5l-15 15'/%3E%3C/svg%3E")}
  .ic-cal{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2333B0A0' stroke-width='2' stroke-linecap='round'%3E%3Crect x='3' y='4.5' width='18' height='17' rx='2'/%3E%3Cpath d='M3 9.5h18M8 2.5v4M16 2.5v4'/%3E%3C/svg%3E")}
  .ic-coin{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2333B0A0' stroke-width='2'%3E%3Cellipse cx='12' cy='6' rx='8' ry='3'/%3E%3Cpath d='M4 6v6c0 1.6 3.6 3 8 3s8-1.4 8-3V6'/%3E%3Cpath d='M4 12v6c0 1.6 3.6 3 8 3s8-1.4 8-3v-6'/%3E%3C/svg%3E")}
  .reason .r b{color:var(--teal-d)}
  .reason .bridge{background:#eaf7f4;border:1.5px dashed var(--teal);border-radius:14px;padding:15px 16px;margin-top:14px;font-weight:700;color:var(--teal-d);line-height:1.75}

  /* めざせる肌 */
  .goal{background:#fff}
  .goal .ba{max-width:440px;margin:0 auto}
  .goal .st{border-radius:14px;padding:14px 16px 14px 92px;position:relative;font-weight:500;line-height:1.6}
  .goal .st .lbl{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:66px;text-align:center;font-family:"Zen Maru Gothic";font-weight:900;font-size:12px;padding:5px 0;border-radius:8px}
  .goal .before{background:var(--cream);color:#777}
  .goal .before .lbl{background:#e7e0d3;color:#8a8375}
  .goal .after{background:#eaf7f4;color:var(--ink);border:1.5px solid var(--teal)}
  .goal .after .lbl{background:var(--teal);color:#fff}
  .goal .arw{text-align:center;color:var(--coral);font-weight:900;font-size:20px;margin:6px 0}

  /* こんな方に */
  .target ul{list-style:none;max-width:460px;margin:0 auto;display:grid;gap:10px}
  .target li{background:#fff;border:2px solid var(--teal);border-radius:14px;padding:12px 16px 12px 44px;position:relative;font-weight:500}
  .target li::before{content:"◎";position:absolute;left:15px;top:12px;color:var(--teal);font-weight:900}

  /* 特徴 */
  .aquaband{max-width:460px;margin:2px auto 18px;height:128px;border-radius:18px;border:1px solid #d5ece8;display:flex;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 128'%3E%3Cg fill='%23ffffff' opacity='.6'%3E%3Cpath transform='translate(46 22) scale(1.6)' d='M12 2C8 8 5 11 5 15a7 7 0 0 0 14 0c0-4-3-7-7-13z'/%3E%3Cpath transform='translate(392 18) scale(2)' d='M12 2C8 8 5 11 5 15a7 7 0 0 0 14 0c0-4-3-7-7-13z'/%3E%3Cpath transform='translate(300 72) scale(1.2)' d='M12 2C8 8 5 11 5 15a7 7 0 0 0 14 0c0-4-3-7-7-13z'/%3E%3C/g%3E%3Cg fill='none' stroke='%2333B0A0' stroke-width='2' opacity='.4'%3E%3Ccircle cx='120' cy='96' r='11'/%3E%3Ccircle cx='250' cy='30' r='9'/%3E%3Ccircle cx='430' cy='96' r='7'/%3E%3Ccircle cx='80' cy='60' r='6'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat,linear-gradient(135deg,#cfeeea 0%,#eaf7f4 55%,#f5fbfa 100%)}
  .aquaband .btxt{font-family:"Zen Maru Gothic";font-weight:900;color:var(--teal-d);font-size:17px;text-align:center;line-height:1.55;text-shadow:0 1px 3px rgba(255,255,255,.7)}
  .about p{max-width:460px;margin:0 auto 14px}
  .mecha{background:#fff;border-radius:18px;padding:18px 18px 6px;max-width:460px;margin:14px auto 0;border:1px dashed var(--teal)}
  .mecha .row{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}
  .mecha .ic{flex:none;width:40px;height:40px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-family:"Zen Maru Gothic";font-weight:900;font-size:18px}
  .mecha b{color:var(--teal-d)}
  .note{max-width:460px;margin:14px auto 0;font-size:12.5px;color:#888}

  /* なぜ3回 */
  .why3{background:#fff}
  .why3 .grid{max-width:460px;margin:0 auto;display:grid;gap:12px}
  .why3 .item{background:var(--cream);border-radius:14px;padding:14px 16px 14px 50px;position:relative;font-weight:500}
  .why3 .item b{color:var(--teal-d)}
  .why3 .item .em{position:absolute;left:14px;top:14px;width:24px;height:24px;background-position:center;background-repeat:no-repeat;background-size:contain}

  /* 安全性 */
  .safety{background:var(--cream)}
  .safety .card{background:#fff;border-radius:16px;padding:16px 18px;max-width:460px;margin:0 auto 12px;position:relative;padding-left:52px;font-weight:500}
  .safety .card::before{content:"";position:absolute;left:15px;top:14px;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l8 3v6c0 5-3.4 8.6-8 11-4.6-2.4-8-6-8-11V5z' fill='%2333B0A0'/%3E%3Cpath d='M10.6 14.2l-2.3-2.3-1.3 1.3 3.6 3.6 6-6-1.3-1.3z' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat}
  .safety .card b{color:var(--teal-d)}

  /* ダウンタイム経過 */
  .dt-progress{background:#fff}
  .dtimg{max-width:400px;margin:0 auto;border-radius:14px;overflow:hidden;border:1px solid var(--line);box-shadow:0 3px 10px rgba(0,0,0,.06)}
  .dtimg>img{display:block;width:100%;height:auto}
  .dt-progress .caption{max-width:400px;margin:10px auto 0;font-size:12.5px;color:#7a7a7a;line-height:1.7}

  /* 流れ */
  .flow{background:#fff}
  .flow ol{list-style:none;max-width:460px;margin:0 auto;counter-reset:s}
  .flow li{position:relative;padding:12px 12px 12px 54px;margin-bottom:10px;background:var(--cream);border-radius:14px;font-weight:500}
  .flow li::before{counter-increment:s;content:counter(s);position:absolute;left:12px;top:50%;transform:translateY(-50%);width:30px;height:30px;background:var(--teal);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"Zen Maru Gothic";font-weight:900}

  /* 料金 */
  .price-sec{background:var(--cream)}
  .price-sec table{width:100%;max-width:460px;margin:0 auto;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
  .price-sec td{padding:13px 15px;border-bottom:1px solid var(--line);font-size:15px}
  .price-sec tr td:last-child{text-align:right;font-family:"Zen Maru Gothic";font-weight:700;color:var(--coral)}
  .price-sec tr:last-child td{border-bottom:none}
  .pay{max-width:460px;margin:16px auto 0;background:#fff;border-radius:14px;padding:14px 16px;font-size:14px}
  /* 1回あたり比較 */
  .persave{max-width:460px;margin:18px auto 0;background:#eaf7f4;border:1.5px solid var(--teal);border-radius:16px;padding:16px}
  .persave .ph{font-family:"Zen Maru Gothic";font-weight:900;color:var(--teal-d);text-align:center;font-size:15px;margin-bottom:12px;line-height:1.5}
  .persave .prow{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:10px;padding:11px 14px;font-size:14px}
  .persave .prow .pl{color:#666;font-weight:500}
  .persave .prow .pv{font-family:"Zen Maru Gothic";font-weight:900}
  .persave .pv.old{color:#999;text-decoration:line-through}
  .persave .prow.hi{border:2px solid var(--coral);margin-top:2px}
  .persave .pv.new{color:var(--coral);font-size:18px}
  .persave .parrow{text-align:center;color:var(--coral);font-weight:900;font-size:18px;margin:5px 0}
  .persave .psave{text-align:center;font-weight:700;color:var(--teal-d);font-size:13.5px;margin-top:12px;line-height:1.6}

  /* FAQ */
  .faq{background:#fff}
  .faq details{background:var(--cream);border-radius:14px;margin-bottom:10px;padding:2px 16px;max-width:480px;margin-left:auto;margin-right:auto}
  .faq summary{font-weight:700;padding:14px 0;cursor:pointer;list-style:none;position:relative;padding-right:24px}
  .faq summary::after{content:"＋";position:absolute;right:0;color:var(--teal);font-weight:900}
  .faq details[open] summary::after{content:"－"}
  .faq p{padding:0 0 14px;color:#555;font-size:14px}

  /* アクセス */
  .access{background:var(--cream)}
  .access .box{max-width:480px;margin:0 auto}
  .access iframe{width:100%;height:220px;border:0;border-radius:14px;margin-bottom:14px}
  .access dl{display:grid;grid-template-columns:auto 1fr;gap:8px 14px;font-size:14px}
  .access dt{font-weight:700;color:var(--teal-d);white-space:nowrap}

  /* 必須記載 */
  .legal{background:#f1ede4;color:#5a5a5a;font-size:12.5px;line-height:1.9}
  .legal h3{font-size:14px;color:var(--ink);margin:16px 0 6px;font-weight:700}
  .legal ul{padding-left:1.1em;margin:4px 0}
  .legal li{margin-bottom:4px}
  .foot{background:var(--teal-d);color:#fff;text-align:center;padding:26px 20px 110px;font-size:13px}
  .foot .brand{font-family:"Zen Maru Gothic";font-weight:900;font-size:18px;margin-bottom:6px}
