/* =========================================================
   glass-cleaned.css
   La Couleur ガラス保存専用 CSS 整理版
   ※重複していた .glass-box / .glass-order-grid / .glass-gallery 等を統合
========================================================= */

/* =========================================================
   BASE
========================================================= */
:root{
  --lc-main:#b85c5c;
  --lc-main-dark:#925861;
  --lc-text:#5f5755;
  --lc-sub:#8b746b;
  --lc-bg:#fffaf7;
  --lc-bg-soft:#fdf4ef;
  --lc-border:#efdfe2;
  --lc-border-pink:rgba(255,220,225,.75);
  --lc-white:rgba(255,255,255,.96);
  --lc-shadow:0 18px 50px rgba(120,90,70,.08);
  --lc-shadow-hover:0 24px 60px rgba(120,90,70,.14);
  --lc-radius:38px;
}

html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

*{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  color:var(--lc-text);
  line-height:2;
  letter-spacing:.03em;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  background:linear-gradient(to bottom,#fffefd 0%,#fffaf7 38%,#fdf4ef 100%);
}

img{
  max-width:100%;
  height:auto;
  vertical-align:bottom;
}

form{
  width:100%;
  text-align:center;
}

form input[type="image"]{
  display:block;
  width:min(100%,420px);
  height:auto;
  margin:30px auto;
}

.red{
  color:var(--lc-main);
}

section{
  margin-bottom:100px;
}

/* =========================================================
   PAGE / WRAP
========================================================= */
.glass-page{
  max-width:1240px;
  margin:0 auto;
  padding:42px 22px 120px;
}

.page-wrap{
  max-width:980px;
  width:88%;
  margin:0 auto;
}

.glass-center{
  max-width:720px;
  margin:auto;
  text-align:center;
}

/* =========================================================
   HERO
========================================================= */
.glass-hero{
  position:relative;
  overflow:hidden;
  margin-bottom:80px;
  padding:130px 46px;
  border-radius:42px;
  text-align:center;
  background:linear-gradient(rgba(255,255,255,.42),rgba(255,255,255,.60)),url("1/glass-main.jpg") center center / cover no-repeat;
  box-shadow:0 24px 70px rgba(0,0,0,.08);
}

.glass-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top,rgba(255,255,255,.65),transparent 62%);
}

.glass-hero-inner{
  position:relative;
  z-index:2;
}

.glass-sub,
.guide-sub{
  margin-bottom:22px;
  font-size:14px;
  letter-spacing:.35em;
  color:#ba8b90;
}

.glass-hero h1{
  margin:0 0 30px;
  font-size:62px;
  line-height:1.45;
  color:#744b52;
  font-weight:500;
  letter-spacing:.08em;
}

.glass-lead{
  max-width:760px;
  margin:0 auto;
  font-size:20px;
  color:#6d6260;
}

/* =========================================================
   COMMON BOX / TITLE / COPY
========================================================= */
.glass-box{
  position:relative;
  z-index:1;
  max-width:920px;
  width:92%;
  margin:70px auto;
  padding:55px 42px;
  overflow:hidden;
  border:1px solid var(--lc-border-pink);
  border-radius:var(--lc-radius);
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,244,240,.90));
  box-shadow:var(--lc-shadow);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.glass-box h2{
  position:relative;
  margin:0 0 46px;
  text-align:center;
  font-size:36px;
  font-weight:500;
  color:var(--lc-main-dark);
  letter-spacing:.08em;
}

.glass-box h2::after{
  content:"";
  display:block;
  width:96px;
  height:2px;
  margin:22px auto 0;
  background:linear-gradient(to right,transparent,#d9a8b0,transparent);
}

.glass-copy{
  margin:40px 0;
  text-align:center;
  font-size:30px;
  line-height:1.8;
  letter-spacing:.08em;
  color:#7d5b50;
  font-weight:bold;
}

.glass-info{
  max-width:700px;
  margin:40px auto 0;
  line-height:2;
}

/* =========================================================
   PHOTO / GALLERY
========================================================= */
.glass-photo{
  overflow:hidden;
  text-align:center;
  margin:50px auto;
  border-radius:34px;
}

.glass-photo img{
  display:block;
  width:min(100%,780px);
  height:auto;
  margin:auto;
  border-radius:34px;
  box-shadow:0 18px 45px rgba(0,0,0,.10);
  transition:transform .5s ease,box-shadow .5s ease;
}

.glass-photo img:hover,
.glass-card img:hover{
  transform:scale(1.015);
  box-shadow:var(--lc-shadow-hover);
}

.glass-gallery{
  max-width:760px;
  margin:40px auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.glass-gallery img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border-radius:30px;
  box-shadow:0 12px 34px rgba(0,0,0,.08);
}

/* ギャラリー内にカードを使う場合 */
.glass-gallery .glass-card{
  padding:18px 14px;
  border-radius:24px;
}

.glass-gallery .glass-card img{
  max-width:190px;
  margin:auto;
  border-radius:18px;
}

.glass-gallery .glass-card h3{
  margin-top:14px;
  font-size:22px;
  font-weight:500;
  color:#7d5b50;
}

/* =========================================================
   GRID / CARD
========================================================= */
.glass-grid{
  max-width:980px;
  margin:40px auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:32px;
}

.glass-card{
  overflow:hidden;
  padding:30px 26px 38px;
  text-align:center;
  border:1px solid #f0dde0;
  border-radius:34px;
  background:linear-gradient(to bottom,rgba(255,255,255,.98),rgba(255,251,249,.96));
  box-shadow:0 12px 34px rgba(0,0,0,.05);
  transition:.4s;
  animation:fadeUp .8s ease both;
}

.glass-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 48px rgba(0,0,0,.08);
}

.glass-card img{
  width:100%;
  margin-bottom:26px;
  border-radius:24px;
  transition:transform .5s ease,box-shadow .5s ease;
}

.glass-card h3{
  margin:0 0 18px;
  font-size:30px;
  line-height:1.7;
  font-weight:500;
  color:#8d5961;
}

/* =========================================================
   PRICE / LABEL / BUTTON
========================================================= */
.glass-price-box{
  max-width:820px;
  margin:50px auto;
  padding:40px 20px;
  overflow:hidden;
  text-align:center;
  border:2px solid #ffd9df;
  border-radius:36px;
  background:linear-gradient(135deg,#fff8ef 0%,#fff1f4 100%);
  box-shadow:0 18px 44px rgba(215,90,110,.12);
  animation:fadeUp .8s ease both;
}

.glass-old-price{
  margin:8px 0 10px;
  font-size:34px;
  color:#999;
  text-decoration:line-through;
}

.glass-arrow{
  margin:0;
  font-size:42px;
  line-height:1;
  color:#ff7c92;
}

.glass-special{
  margin:10px 0;
  text-align:center;
  font-size:clamp(34px,5vw,58px);
  line-height:1.4;
  font-weight:bold;
  letter-spacing:.03em;
  word-break:keep-all;
  overflow-wrap:break-word;
  background:linear-gradient(135deg,#ff2f57,#ff7a5c);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 6px 18px rgba(255,80,110,.18);
}

.glass-tax{
  margin-top:12px;
  text-align:center;
  font-size:22px;
  color:#8d6b72;
}

.glass-price{
  margin:10px 0 0;
  font-size:30px;
  line-height:1.4;
  font-weight:bold;
  color:#c0392b;
}

.glass-note{
  display:inline-block;
  margin:8px 0 12px;
  padding:8px 20px;
  border-radius:999px;
  background:#fff1f3;
  color:#d14458;
  font-size:16px;
  font-weight:bold;
}

.glass-campaign{
  display:inline-block;
  margin:10px 0 4px;
  padding:6px 18px;
  font-size:18px;
  color:#fff;
  background:var(--lc-main);
  border-radius:999px;
}

.glass-btn,
.glass-btn-soft{
  display:inline-block;
  border-radius:999px;
  text-decoration:none;
  transition:.35s;
}

.glass-btn{
  padding:18px 40px;
  background:linear-gradient(135deg,#dc7d8a,#ba5a6b);
  color:#fff;
  font-size:17px;
  font-weight:bold;
  letter-spacing:.08em;
  box-shadow:0 10px 24px rgba(185,90,105,.24);
}

.glass-btn:hover,
.glass-btn-soft:hover{
  transform:translateY(-3px);
  opacity:.92;
}

.glass-btn-soft{
  padding:14px 30px;
  border:1px solid #d9abb1;
  background:#fff;
  color:#9f616b;
}

.glass-btn-soft:hover{
  background:#fff5f6;
}

/* =========================================================
   CONTACT
========================================================= */
.glass-contact{
  text-align:center;
}

.glass-contact a{
  color:#ba6470;
  font-weight:bold;
}

.glass-contact-box{
  margin-top:90px;
  padding:60px 40px;
  text-align:center;
  border:1px solid #efdfdf;
  border-radius:40px;
  background:linear-gradient(145deg,#fff,#fff7f3);
}

.glass-contact-box h3{
  margin-bottom:20px;
  font-size:40px;
  color:#8d5961;
}

.glass-contact-info{
  margin-top:30px;
}

.glass-contact-info p{
  line-height:2.1;
}

/* =========================================================
   UPGRADE BOX
========================================================= */
.glass-upgrade-lite{
  max-width:760px;
  margin:40px auto 0;
  padding:28px 24px;
  text-align:center;
  border:1px solid #ffdbe3;
  border-radius:24px;
  background:#fff8fa;
}

.upgrade-lite-title{
  margin-bottom:18px;
  font-size:24px;
  font-weight:bold;
  color:#b84b67;
}

.upgrade-lite-text{
  font-size:20px;
  line-height:2;
  color:#555;
}

.upgrade-lite-note{
  margin-top:18px;
  font-size:15px;
  color:#888;
}

/* =========================================================
   ROUGE NOIRE BANNER
========================================================= */
.rouge-banner{
  max-width:1180px;
  margin:120px auto;
  padding:0 20px;
}

.rouge-link{
  display:block;
  text-decoration:none;
}

.rouge-inner{
  position:relative;
  overflow:hidden;
  padding:80px 50px;
  text-align:center;
  border:1px solid #efe5e2;
  border-radius:42px;
  background:linear-gradient(145deg,#fffdfc 0%,#f7f3f1 100%);
  box-shadow:0 18px 50px rgba(0,0,0,.08);
}

.rouge-inner::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at top right,rgba(170,20,50,.05),transparent 42%);
}

.rouge-catch{
  max-width:100%;
  height:auto;
  margin-bottom:50px;
}

.rouge-photo{
  margin-bottom:40px;
}

.rouge-photo img{
  display:block;
  width:min(100%,760px);
  height:auto;
  margin:auto;
  border-radius:34px;
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}

.rouge-logo{
  margin-top:10px;
}

.rouge-logo img{
  max-width:100%;
  height:auto;
}

.rouge-copy{
  margin:40px auto;
  font-size:24px;
  line-height:2.1;
  color:#5c4b4b;
  letter-spacing:.06em;
}

.rouge-button{
  margin-top:45px;
}

.rouge-button span{
  display:inline-block;
  padding:20px 54px;
  border-radius:999px;
  background:linear-gradient(135deg,#b91d46 0%,#d94b6a 100%);
  color:#fff;
  font-size:26px;
  font-weight:bold;
  letter-spacing:.08em;
  box-shadow:0 10px 24px rgba(180,40,70,.18);
  transition:.3s;
}

.rouge-link:hover .rouge-button span{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(180,40,70,.28);
}

.rouge-arrow{
  margin-top:40px;
  opacity:.8;
}

.rouge-arrow img{
  width:72px;
  height:auto;
}

/* =========================================================
   GUIDE / WARNING / STEP / SYSTEM
========================================================= */
.glass-guide{
  max-width:1180px;
  margin:0 auto;
  padding:40px 20px 120px;
}

.glass-guide-hero{
  margin-bottom:70px;
  padding:110px 40px;
  text-align:center;
  border-radius:44px;
  background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,248,244,.94));
  box-shadow:0 20px 60px rgba(0,0,0,.06);
}

.glass-guide-hero h2{
  margin-bottom:34px;
  font-size:58px;
  line-height:1.5;
  color:#7c5258;
  font-weight:500;
  letter-spacing:.08em;
}

.guide-copy{
  font-size:22px;
  line-height:2.1;
  color:#746664;
}

.glass-warning{
  margin:54px auto;
  padding:48px 42px;
  border:1px solid #efdee0;
  border-radius:34px;
  background:rgba(255,255,255,.94);
  box-shadow:0 14px 36px rgba(0,0,0,.04);
  animation:fadeUp .8s ease both;
}

.glass-warning.soft{
  max-width:860px;
  width:92%;
  margin:60px auto;
  padding:42px 38px;
  border:1px solid rgba(235,210,210,.8);
  background:linear-gradient(180deg,rgba(255,252,252,.96),rgba(250,245,244,.92));
  box-shadow:0 16px 42px rgba(120,90,70,.07);
}

.glass-warning.danger{
  border:1px solid #f3d3d8;
  background:linear-gradient(145deg,#fff9fa,#fff1f3);
}

.glass-warning h3,
.glass-system-box h3{
  position:relative;
  display:block;
  margin:0 0 34px;
  text-align:center;
  font-size:34px;
  font-weight:500;
  color:var(--lc-main-dark);
  letter-spacing:.06em;
}

.glass-warning.soft h3{
  margin-bottom:28px;
  font-size:32px;
  color:var(--lc-main);
  letter-spacing:.08em;
}

.glass-warning h3::after,
.glass-system-box h3::after{
  content:"";
  display:block;
  width:70%;
  height:2px;
  margin:14px auto 0;
  background:linear-gradient(90deg,transparent,#d8a4ad,transparent);
}

.glass-warning p{
  font-size:19px;
  line-height:2.1;
  color:#645c5a;
}

.glass-warning ul{
  max-width:680px;
  margin:28px auto 0;
  padding-left:1.2em;
  line-height:2.2;
}

.glass-warning li{
  margin-bottom:10px;
  color:#6f625b;
  font-size:18px;
  line-height:2;
}

.glass-step-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:42px;
}

.step-card{
  padding:34px 20px;
  text-align:center;
  border:1px solid #ecdadd;
  border-radius:28px;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.04);
}

.step-no{
  margin-bottom:14px;
  font-size:14px;
  letter-spacing:.2em;
  color:#c88993;
}

.step-card p{
  margin:0;
  font-size:22px;
  color:#7b5a5f;
}

.glass-system-box{
  margin:70px auto;
  padding:58px 42px;
  border:1px solid #f0dfdf;
  border-radius:40px;
  background:linear-gradient(145deg,#fffefd,#fff6f2);
  box-shadow:0 18px 44px rgba(0,0,0,.05);
  animation:fadeUp .8s ease both;
}

.glass-system-note{
  margin-top:38px;
  text-align:center;
}

.glass-system-note p{
  line-height:2;
}

.glass-top-link{
  margin-top:90px;
  text-align:center;
}

.glass-top-link h3{
  margin-bottom:18px;
  font-size:34px;
  color:#8c5d63;
}

.glass-top-link a{
  color:#c15f70;
  font-size:18px;
  text-decoration:none;
}

/* =========================================================
   POINT LIST
========================================================= */
.glass-point-list{
  display:grid;
  gap:18px;
  margin-top:40px;
}

.glass-point{
  padding:24px 28px;
  border:1px solid var(--lc-border);
  border-radius:22px;
  background:#fff;
}

.glass-point h3{
  margin:0 0 10px;
  font-size:24px;
  color:#9b5963;
}

.glass-point p{
  margin:0;
  line-height:2;
}

/* =========================================================
   DIVIDER
========================================================= */
.product-divider{
  margin:110px auto 34px;
  padding:34px 20px;
  text-align:center;
  border-top:1px solid #e8d6d8;
  border-bottom:1px solid #e8d6d8;
  background:linear-gradient(90deg,transparent,#fff7f5,transparent);
}

.product-divider p{
  margin:0 0 10px;
  font-size:13px;
  letter-spacing:.32em;
  color:#b98a90;
}

.product-divider h2{
  margin:0;
  font-size:34px;
  font-weight:500;
  color:#8f5961;
  letter-spacing:.08em;
}

.item-divider{
  margin:90px auto 35px;
  padding:22px 16px;
  text-align:center;
  color:#fff;
  background:#7f5660;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}

.item-divider p{
  margin:0 0 8px;
  font-size:13px;
  letter-spacing:.18em;
  color:#f7dfe4;
}

.item-divider h2{
  margin:0;
  font-size:34px;
  line-height:1.4;
  color:#fff;
  font-weight:600;
}

.item-divider span{
  display:block;
  margin-top:8px;
  font-size:16px;
  color:#ffeef1;
}

/* =========================================================
   ROSE TYPE GUIDE
========================================================= */
.rose-type-guide{
  max-width:920px;
  width:92%;
  margin:70px auto;
  padding:50px 40px;
  text-align:center;
  border:1px solid rgba(255,220,225,.7);
  border-radius:36px;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,244,240,.88));
  box-shadow:0 18px 45px rgba(120,90,70,.08);
}

.rose-type-guide *{
  box-sizing:border-box;
}

.rose-type-guide h2{
  margin-bottom:18px;
  font-size:42px;
  color:#8b5961;
  font-weight:500;
}

.rose-guide-copy{
  margin-bottom:46px;
  font-size:22px;
  line-height:2;
  color:#726664;
}

.rose-type-grid{
  max-width:720px;
  margin:40px auto 0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
}

.rose-type-card{
  padding:36px 24px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.rose-type-card img{
  max-width:220px;
  width:100%;
  height:auto;
  margin-bottom:22px;
}

.rose-type-card h3{
  margin-bottom:14px;
  font-size:30px;
}

.rose-type-card.ok h3{
  color:#b65a68;
}

.rose-type-card.ng h3{
  color:#888;
}

.rose-type-card p{
  line-height:2;
  color:#666;
}

/* =========================================================
   ORDER CART 9輪・11輪・12輪
========================================================= */
.glass-order-grid{
  width:100%;
  max-width:1040px;
  margin:55px auto;
  display:grid;
  grid-template-columns:repeat(3,300px);
  gap:28px;
  justify-content:center;
}

.glass-order-card{
  position:relative;
  overflow:hidden;
  width:300px;
  min-width:0;
  padding:34px 20px;
  text-align:center;
  border:1px solid rgba(255,220,225,.85);
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,246,243,.92));
  box-shadow:0 18px 42px rgba(120,90,70,.10);
  backdrop-filter:blur(8px);
  transition:.35s;
}

.glass-order-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:80px;
  pointer-events:none;
  border-radius:30px 30px 0 0;
  background:linear-gradient(to bottom,rgba(255,255,255,.7),transparent);
}

.glass-order-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 60px rgba(120,90,70,.16);
}

.glass-order-card h3{
  margin:0 0 18px;
  font-size:34px;
  line-height:1.25;
  font-weight:500;
  letter-spacing:.06em;
  color:var(--lc-main);
}

.glass-order-card h3 span{
  display:block;
  margin-top:5px;
  font-size:20px;
  font-weight:400;
  color:#9b7a6f;
}

.glass-cart-note{
  margin:0 0 10px;
  font-size:16px;
  font-weight:bold;
  color:var(--lc-main);
}

.glass-cart-sub{
  margin:0 0 20px;
  font-size:14px;
  line-height:1.8;
  color:#777;
}

.glass-qty{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:20px;
  font-size:15px;
  color:#7b6b62;
}

.glass-qty select{
  margin-left:8px;
  padding:5px 10px;
  border:1px solid #e5d5d5;
  border-radius:10px;
  background:#fff;
}

.glass-cart-button input{
  max-width:180px;
  transition:.3s;
}

.glass-cart-button input:hover{
  transform:translateY(-2px);
  opacity:.88;
}

/* =========================================================
   LINEUP
========================================================= */
.glass-lineup{
  max-width:980px;
  width:92%;
  margin:50px auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

.glass-lineup-card{
  display:block;
  padding:30px 24px;
  text-align:center;
  text-decoration:none;
  color:#6b554d;
  border:1px solid rgba(255,255,255,.9);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(248,244,238,.9));
  box-shadow:0 14px 36px rgba(120,90,70,.13);
  transition:.35s;
}

.glass-lineup-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 50px rgba(120,90,70,.18);
}

.glass-lineup-logo{
  max-width:280px;
  width:70%;
  height:auto;
  margin-bottom:18px;
}

.glass-lineup-photo{
  display:block;
  width:100%;
  max-width:430px;
  height:360px;
  margin:0 auto 18px;
  object-fit:contain;
  border-radius:22px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.glass-lineup-card h3{
  margin:12px 0 10px;
  font-size:clamp(28px,3vw,38px);
  font-weight:500;
  letter-spacing:.06em;
  color:#7a5a4d;
}

/* =========================================================
   DOZEN ROSE
========================================================= */
.dozen-section{
  max-width:1080px;
  width:92%;
  margin:80px auto;
  padding:60px 56px;
  border:1px solid rgba(255,220,225,.75);
  border-radius:40px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,244,240,.90));
  box-shadow:0 20px 55px rgba(120,90,70,.09);
}

.dozen-section img{
  max-width:100%;
  height:auto;
}

.dozen-head{
  text-align:center;
}

.dozen-head img{
  display:block;
  margin:0 auto 24px;
}

.dozen-main-photo{
  max-width:560px;
  margin:40px auto;
}

.dozen-main-photo img{
  display:block;
  width:100%;
  border-radius:26px;
  box-shadow:0 12px 32px rgba(0,0,0,.09);
}

.dozen-sub-photo{
  max-width:760px;
  margin:36px auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.dozen-sub-photo img{
  width:100%;
  border-radius:22px;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}

.dozen-copy{
  margin:54px 0;
  text-align:center;
  font-size:34px;
  line-height:1.8;
  letter-spacing:.08em;
  color:#7d5b50;
}

.dozen-text,
.dozen-meaning,
.dozen-symbol{
  max-width:860px;
  margin:46px auto 0;
  padding:42px 52px;
  border:1px solid rgba(235,210,210,.75);
  border-radius:30px;
  background:rgba(255,255,255,.72);
  box-shadow:0 12px 34px rgba(120,90,70,.07);
}

.dozen-text h2,
.dozen-meaning h2,
.dozen-symbol h2{
  margin:0 0 24px;
  text-align:center;
  font-size:32px;
  font-weight:500;
  line-height:1.5;
  color:#8b5f55;
}

.dozen-text p,
.dozen-meaning p,
.dozen-symbol p{
  font-size:17px;
  line-height:2.15;
  color:#6f625b;
}

.dozen-red{
  text-align:center;
  font-size:22px !important;
  color:var(--lc-main) !important;
  font-weight:bold;
}

.dozen-words{
  text-align:center;
  font-size:18px !important;
  line-height:2.3 !important;
  color:#8b5f55 !important;
}

.dozen-last{
  margin-top:28px;
  text-align:center;
  font-size:26px !important;
  line-height:1.9 !important;
  color:var(--lc-main) !important;
}

/* =========================================================
   SAKURA
========================================================= */
.sakura-wrap{
  position:relative;
  overflow:hidden;
}

#sakura_block{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:30;
  pointer-events:none;
}

#sakura_block .sakura_parts_box{
  position:relative;
  width:100%;
  height:100%;
}

#sakura_block .sakura_parts_box img{
  position:absolute;
  z-index:30;
  opacity:.55;
}

/* =========================================================
   ANIMATION
========================================================= */
@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(30px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width:900px){
  .glass-order-grid{
    grid-template-columns:repeat(3,1fr);
    gap:10px;
  }

  .glass-order-card{
    width:auto;
    padding:22px 8px;
    border-radius:24px;
  }

  .glass-order-card h3{
    font-size:22px;
  }

  .glass-cart-note{
    font-size:13px;
  }

  .glass-cart-sub{
    font-size:12px;
  }

  .glass-cart-button input{
    max-width:100%;
  }

  .dozen-section{
    width:94%;
    padding:34px 18px;
  }

  .dozen-copy{
    font-size:24px;
  }

  .dozen-text,
  .dozen-meaning,
  .dozen-symbol{
    padding:30px 20px;
  }

  .dozen-text h2,
  .dozen-meaning h2,
  .dozen-symbol h2{
    font-size:25px;
  }

  .dozen-sub-photo{
    gap:14px;
  }
}

@media (max-width:768px){
  section{
    margin-bottom:80px;
  }

  .glass-page{
    padding:18px 14px 90px;
  }

  .glass-hero{
    padding:84px 24px;
    border-radius:28px;
  }

  .glass-hero h1{
    font-size:38px;
  }

  .glass-lead{
    font-size:16px;
  }

  .glass-box{
    width:94%;
    margin:48px auto;
    padding:36px 22px;
    border-radius:26px;
  }

  .glass-box h2{
    font-size:27px;
  }

  .glass-copy{
    font-size:22px;
  }

  .glass-photo img{
    width:100%;
    border-radius:24px;
  }

  .glass-grid,
  .glass-lineup,
  .rose-type-grid,
  .glass-step-grid{
    grid-template-columns:1fr;
  }

  .glass-card{
    padding:24px 18px 30px;
  }

  .glass-gallery{
    grid-template-columns:repeat(3,1fr);
    gap:10px;
  }

  .glass-special{
    font-size:clamp(28px,7vw,42px);
    line-height:1.5;
  }

  .glass-old-price{
    font-size:26px;
  }

  .glass-price{
    font-size:40px;
  }

  .glass-guide-hero{
    padding:70px 20px;
  }

  .glass-guide-hero h2{
    font-size:38px;
  }

  .guide-copy{
    font-size:18px;
  }

  .glass-warning,
  .glass-warning.soft{
    padding:34px 22px;
  }

  .glass-warning h3,
  .glass-warning.soft h3{
    font-size:28px;
  }

  .glass-warning li{
    font-size:16px;
  }

  .glass-system-box{
    padding:40px 22px;
  }

  .glass-contact-box{
    padding:42px 22px;
  }

  .glass-point{
    padding:20px 18px;
  }

  .glass-point h3{
    font-size:20px;
  }

  .product-divider{
    margin:70px auto 24px;
    padding:26px 14px;
  }

  .product-divider h2{
    font-size:26px;
  }

  .item-divider{
    margin:65px auto 24px;
    padding:18px 10px;
  }

  .item-divider h2{
    font-size:24px;
  }

  .rose-type-guide{
    padding:42px 18px;
  }

  .rose-type-guide h2{
    font-size:30px;
  }

  .rose-guide-copy{
    font-size:18px;
  }

  .glass-lineup-photo{
    height:auto;
    max-height:360px;
  }

  .rouge-inner{
    padding:55px 22px;
  }

  .rouge-copy{
    font-size:18px;
    line-height:1.9;
  }

  .rouge-button span{
    padding:18px 36px;
    font-size:22px;
  }
}


.glass-lineup-card,
.glass-lineup-card:hover{
  text-decoration:none;
}

.glass-lineup-card *{
  text-decoration:none !important;
}


.glass-hero{
  padding:40px 20px;
}


.rose-type-guide{
  margin-top:20px;
}
.rose-type-guide{
  padding-top:0;
}


.glass-page{
  padding-bottom:20px;
}

.glass-box{
  margin-bottom:0;
}

.rose-type-guide{
  margin-top:0;
  padding-top:20px;
}



.glass-red{
  font-size:25px;
  color:#c40000;
  font-weight:bold;
  text-align:center;

  margin:15px 0;

  letter-spacing:.03em;
}



/* 詳しく見るボタン */
.glass-btn{
  display:inline-block;
  margin-top:18px;
  padding:16px 42px;
  background:linear-gradient(180deg,#d53b67,#c52d5c);
  color:#fff;
  font-size:24px;
  font-weight:bold;
  line-height:1;
  border-radius:999px;
  box-shadow:0 10px 25px rgba(197,45,92,.25);
  transition:.3s;
}

.glass-lineup-card:hover .glass-btn{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(197,45,92,.35);
}