

body{
  margin:0;
  padding:0;
  background:url("osibana/08/cloth07a.gif");
  color:#333;
  font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

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

.page-wrap{
  max-width:1100px;
  margin:0 auto;
  padding:20px 15px 40px;
}

.counter-space{
  text-align:center;
  margin:0;
  padding:0;
}

/* hero */

.hero-box{
  background:linear-gradient(135deg,#f7b0b0,#de7f7f);
  color:#fff;
  text-align:center;
  border-radius:16px;
  padding:36px 20px;
  margin:20px auto 30px;
}

.hero-box h1{
  margin:0;
  font-size:42px;
  line-height:1.5;
  color:#fff;
}

/* fade */

.fade-box{
  position:relative;
  width:100%;
  max-width:1100px;
  aspect-ratio:16 / 9;
  margin:40px auto;
  overflow:hidden;
  border-radius:24px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.fade-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  animation:fade3 15s infinite;
  transform:scale(1.03);
}

.fade-img:nth-child(1){
  animation-delay:0s;
}

.fade-img:nth-child(2){
  animation-delay:5s;
}

.fade-img:nth-child(3){
  animation-delay:10s;
}

@keyframes fade3{
  0%{
    opacity:0;
    transform:scale(1.06);
  }

  8%{
    opacity:1;
    transform:scale(1.03);
  }

  30%{
    opacity:1;
    transform:scale(1);
  }

  38%{
    opacity:0;
    transform:scale(1.02);
  }

  100%{
    opacity:0;
  }
}

/* box */

.lead-box,
.section-box,
.product-card,
.info-card,
.feature-card{
  background:#fffdfb;
  border:1px solid #f0dfdf;
  border-radius:16px;
  padding:28px 22px;
  margin:28px auto;
  box-shadow:0 6px 18px rgba(0,0,0,0.05);
  text-align:center;
}

.lead-copy{
  font-size:30px;
  color:#444;
  margin:18px 0 0;
}

.section-title{
  font-size:28px;
  line-height:1.5;
  color:#b26b3d;
  text-align:center;
  margin:50px 0 20px;
}

.section-title.orange{
  color:#ff6600;
}

.section-text{
  font-size:18px;
  line-height:1.9;
  color:#7d7d00;
  text-align:center;
  margin:0 0 20px;
}

.sub-title{
  text-align:center;
  font-size:22px;
  color:#d44;
  margin:30px 0 15px;
}

.memory-copy{
  margin:28px 0 0;
  font-size:29px;
  line-height:1.9;
  color:#8b7c00;
}

/* color text */

.accent-red{
  color:#e44141;
}

.red-copy{
  color:#f00;
  font-size:34px;
  margin:20px 0;
}

.green-copy{
  color:#090;
  font-size:34px;
  margin:20px 0 0;
}

.blue{
  color:#0000cc;
}

/* contact */

.contact-box{
  background:#f7fff3;
  border:2px solid #cde7c4;
  border-radius:16px;
  text-align:center;
  padding:28px 15px;
  margin:0 auto 28px;
}

.contact-text{
  margin:18px auto 22px;
  font-size:24px;
  line-height:1.8;
  color:#148100;
  font-weight:bold;
}

/* visual */

.large-visual-box,
.center-block,
.divider-block{
  text-align:center;
}

.image-row-2,
.product-images,
.multi-images,
.three-images,
.before-after{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:12px;
  flex-wrap:wrap;
  margin:18px 0 20px;
}

.main-visual{
  max-width:100%;
  height:auto;
}

/* method */

.method-box{
  background:#fff8f8;
  border:2px solid #eadfdf;
  border-radius:16px;
  padding:18px;
  margin:20px auto 30px;
  max-width:700px;
  text-align:center;
}

.method-item{
  background:#fff8f8;
  border-radius:14px;
  padding:20px 15px;
  margin:20px 0;
}

.method-item h3{
  font-size:28px;
  color:#a64a4a;
  margin:0 0 10px;
}

.method-item p{
  font-size:23px;
  line-height:1.9;
  margin:0;
  color:#555;
}

/* rose note */

.rose-note{
  margin-top:28px;
  padding-top:10px;
}

.rose-note-main{
  font-size:24px;
  line-height:1.9;
  color:#663300;
  margin:0 0 18px;
}

.rose-note-sub{
  font-size:22px;
  line-height:1.9;
  color:#663300;
  margin:0;
}

/* before after */

.before-after{
  align-items:center;
}

.arrow{
  font-size:28px;
  color:#ff6600;
  font-weight:bold;
}

.case-text{
  font-size:22px;
  line-height:1.9;
  color:#555;
  margin-bottom:20px;
}

.divider{
  margin:20px auto;
  width:70%;
  border-top:2px solid #eee;
}

.rose-list{
  text-align:left;
  max-width:700px;
  margin:20px auto;
  font-size:22px;
  line-height:1.8;
}

/* product */

.product-section{
  max-width:980px;
  margin:0 auto;
  padding:20px 10px 40px;
}

.product-card{
  max-width:900px;
  margin:40px auto;
}

.product-link{
  display:block;
  text-decoration:none;
  color:#333;
}

.product-card img{
  display:block;
  margin:0 auto 10px;
}

.product-title{
  font-size:26px;
  line-height:1.5;
  color:#663300;
  margin:15px 0;
}

.product-title.green{
  color:#090;
}

.product-title.white{
  color:#fff;
}

.product-copy{
  font-size:18px;
  line-height:1.8;
  color:#444;
  margin:10px 0;
}

.strong-copy{
  color:#ff6600;
  font-weight:bold;
}

.red-title{
  color:#ff5353;
}

.product-guide{
  font-size:26px;
  color:#f00;
  font-weight:bold;
  margin:10px 0;
}

.price-old{
  font-size:28px;
  color:#663300;
  margin:8px 0 0;
}

.price-arrow{
  font-size:32px;
  color:#ff3300;
  margin:0;
}

.price-text{
  font-size:22px;
  color:#f00;
  font-weight:bold;
  margin:10px 0;
}

.product-sublogo{
  margin-top:6px;
}

.product-btn{
  margin-top:8px;
}

.flower-mark{
  margin-top:10px;
}

.product-box{
  display:inline-block;
  padding:20px;
  margin:10px auto 20px;
  background:url("Dry/a/pp_kl1_01.jpg");
  max-width:100%;
}

.bg-flower{
  background:#fffdf9 url("bg/cloth04.gif");
  padding:20px;
}

.bg-cloth{
  background:#fffdf9 url("bg/cloth03.gif");
}

.rose-box{
  background:url("glass/1/6877217a.jpg");
}

.white-card{
  background:#fff;
}

/* info */

.info-card{
  max-width:900px;
  margin:40px auto;
}

.info-bg{
  background:url("bg/image54.jpg");
}

.info-text{
  font-size:20px;
  line-height:1.9;
  color:#5a4a3a;
  margin-top:20px;
}

.section-logo{
  margin-bottom:12px;
}

.mini-logo{
  display:inline-block;
  vertical-align:middle;
  margin:0 4px 10px;
}

.divider-block{
  margin:30px auto;
}

.cloth-bg{
  background:url("bg/cloth03.gif");
}

.yellow-bg{
  background:#ffffe1;
}

.feature-card{
  max-width:980px;
  margin:40px auto;
}

.logo-row{
  margin:10px 0 20px;
}

.large-copy{
  font-size:24px;
  font-weight:bold;
}

/* design */

.design-list{
  max-width:900px;
  margin:0 auto 20px;
}

.design-item{
  background:#fff8f8;
  border-radius:14px;
  padding:18px 14px;
  margin:16px 0;
}

.design-item h4{
  font-size:22px;
  margin:0 0 10px;
  color:#a64a4a;
}

.design-item p{
  margin:0;
  font-size:18px;
  line-height:1.8;
}

.link-box,
.cta-box{
  background:#fff3cd;
  border:1px solid #ffeeba;
  border-radius:14px;
  padding:18px;
  margin:20px auto;
  text-align:center;
}

.link-box p{
  margin:0 0 18px;
  font-size:18px;
  line-height:1.8;
}

.link-box p:last-child{
  margin-bottom:0;
}

/* final */

.final-section{
  max-width:1000px;
  margin:60px auto;
  padding:20px 20px 150px;
}

.center-block{
  margin-bottom:40px;
}

.main-top-link{
  font-size:28px;
  font-weight:bold;
  color:#090;
  text-decoration:none;
}

.list-box{
  max-width:600px;
  margin:0 auto 20px;
  font-size:18px;
  line-height:1.8;
}

.footer-box{
  background:#fffaf0;
  padding:30px;
  margin-top:60px;
  text-align:center;
  border-radius:12px;
}

.notice{
  color:#cc0000;
  font-weight:bold;
}

.brand{
  font-size:22px;
  font-weight:bold;
  margin:20px 0;
}

.footer-link{
  margin-top:20px;
}

/* button */

.jump-btn{
  display:block;
  max-width:320px;
  margin:25px auto;
  padding:16px 10px;
  background:linear-gradient(135deg,#ff6b6b,#ff3b3b);
  color:#fff;
  text-align:center;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
  border-radius:12px;
  box-shadow:0 6px 15px rgba(0,0,0,0.15);
  transition:0.2s;
}

.jump-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

/* rose meaning */

.rose-meaning{
  max-width:800px;
  margin:40px auto;
  padding:25px;
  background:#fff8fb;
  border-radius:16px;
  border:1px solid #f3d7e2;
}

.rose-meaning h2{
  text-align:center;
  color:#ff4aa5;
  font-size:26px;
  margin-bottom:20px;
}

.rose-meaning ul{
  list-style:none;
  padding:0;
}

.rose-meaning li{
  font-size:18px;
  padding:8px 0;
  border-bottom:1px dashed #eee;
}

.rose-meaning b{
  color:#ff3300;
}


.btn{
  display:inline-block;
  padding:16px 30px;
  background:#e74c3c;
  color:#fff;
  font-size:17px;
  font-weight:bold;
  line-height:1.5;
  border-radius:8px;
  text-decoration:none;
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
  transition:0.2s;
}

.btn:hover{
  background:#c0392b;
  color:#fff;
  text-decoration:none;
  transform:translateY(-2px);
}

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

.mt40{
  margin-top:40px;
}




.today-box{
  max-width:600px;
  margin:40px auto;
  padding:25px;
  background:#fff7f7;
  border:2px solid #f4b6b6;
  border-radius:12px;
  text-align:center;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.today-date{
  display:inline-block;
  padding:10px 20px;
  background:#f4b6b6;
  color:#0a0000;
  font-size:24px;
  font-weight:bold;
  border-radius:30px;
}

.today-message{
  margin-top:15px;
  font-size:25px;
  color:#555;
  line-height:1.6;
}

.today-message strong{
  color:#d96b6b;
  font-size:18px;
}

.img-small,
.contact-img{
  display:block;
  width:100%;
  max-width:800px;
  height:auto;
  margin:0 auto;
}

.more-link-box{
  margin:60px 0;
  text-align:center;
}

.more-link-btn{
  display:inline-block;
  width:92%;
  max-width:600px;
  padding:22px;
  background:linear-gradient(135deg,#ff8aaa,#ff6f93);
  color:#fff;
  text-align:center;
  font-size:24px;
  font-weight:bold;
  border-radius:16px;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(0,0,0,0.12);
}

.more-link-btn:hover{
  color:#fff;
  text-decoration:none;
  transform:translateY(-2px);
}

.rose-meaning-lead{
  text-align:center;
  font-size:18px;
  line-height:1.8;
  color:#6b4b4b;
}

.rose-meaning-list{
  max-width:680px;
  margin:20px auto 0;
  text-align:left;
}

.rose-meaning-list p{
  font-size:18px;
  line-height:1.7;
  padding:8px 0;
  margin:0;
  border-bottom:1px dashed #efd7df;
}

.mini-before-after{
  max-width:520px;
  margin:24px auto;
  padding:18px;
  background:#fffaf7;
  border:1px solid #eaded8;
  border-radius:16px;
}

.mini-save-text{
  color:#ff0000;
  font-size:22px;
  font-weight:bold;
  line-height:1.5;
}

.dozen-section{
  background:#fff8fb;
  border-color:#f3d7e2;
}

.dozen-point{
  display:inline-block;
  margin:24px auto 10px;
  padding:16px 28px;
  background:#ffffee;
  color:#ff0080;
  font-size:24px;
  font-weight:bold;
  border-radius:999px;
  border:1px solid #f2d6a0;
}

.rose-note-box{
  background:#fffafa;
}

.rose-note strong{
  font-weight:bold;
}
.product-list-head{
  max-width:900px;
  margin:70px auto 35px;
  padding:34px 22px;
  text-align:center;
  background:linear-gradient(135deg,#fff8f8,#fffdf9);
  border:1px solid #f1dada;
  border-radius:24px;
  box-shadow:0 10px 28px rgba(0,0,0,0.06);
}

.product-list-label{
  margin:0 0 8px;
  color:#d48b8b;
  font-size:15px;
  letter-spacing:0.12em;
  font-family:Georgia,"Times New Roman",serif;
}

.product-list-head h2{
  margin:0 0 16px;
  color:#a64a4a;
  font-size:34px;
  line-height:1.4;
}

.product-list-head p{
  margin:0;
  color:#6b5555;
  font-size:18px;
  line-height:1.9;
}

.feature-product{
  background:linear-gradient(135deg,#fffafa,#fff6ed);
  border:2px solid #f2d3c4;
}

.product-card{
  position:relative;
  overflow:hidden;
}

.product-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:8px;
  background:linear-gradient(90deg,#f6b6b6,#f5d6a8,#f8c8d8);
}

.product-card img{
  border-radius:10px;
}

.product-card .product-sublogo,
.product-card .product-btn,
.product-card .flower-mark{
  border-radius:0;
}

.product-badge{
  display:block;
  margin:0 auto 18px;
  border-radius:0 !important;
}

.product-guide{
  display:inline-block;
  margin:18px auto 12px;
  padding:12px 22px;
  background:#fff0f0;
  color:#e44141;
  border:1px solid #f2c9c9;
  border-radius:999px;
  font-size:20px;
  font-weight:bold;
}

.product-btn{
  display:block;
  margin:16px auto 0;
}

.product-sublogo{
  display:block;
  max-width:100%;
  height:auto;
  margin:12px auto;
}

.price-old{
  color:#8c6a4f;
  text-decoration:line-through;
}

.price-text{
  display:inline-block;
  padding:10px 24px;
  background:#fff1f1;
  border:1px solid #f4c2c2;
  border-radius:999px;
}


.series-head{
  max-width:900px;
  margin:70px auto 35px;
  padding:34px 22px;
  text-align:center;
  background:linear-gradient(135deg,#f9fffb,#fffdf6);
  border:1px solid #dcebd8;
  border-radius:24px;
  box-shadow:0 10px 28px rgba(0,0,0,0.06);
}

.series-label{
  margin:0 0 8px;
  color:#7fb27b;
  font-size:15px;
  letter-spacing:0.12em;
  font-family:Georgia,"Times New Roman",serif;
}

.series-head h2{
  margin:0 0 16px;
  color:#3f8b4a;
  font-size:32px;
  line-height:1.4;
}

.series-head p{
  margin:0;
  color:#556b55;
  font-size:18px;
  line-height:1.9;
}

.glass-product{
  background:linear-gradient(135deg,#fffffb,#f7fff6);
  border-color:#d9ead6;
}

.glass-product:before{
  background:linear-gradient(90deg,#c7e8c1,#f6e5aa,#dff4dc);
}

.glass-series-head{
  background:linear-gradient(135deg,#f7fff9,#fffdf2);
}

.bottle-display{
  background:linear-gradient(135deg,#efe4d4,#d8b98f);
  border-radius:22px;
  padding:24px 14px;
  box-shadow:inset 0 0 30px rgba(255,255,255,0.25);
}

.rouge-card{
  background:linear-gradient(135deg,#fff,#fff7f7);
  border:1px solid #ead1d1;
}

.rouge-card:before{
  background:linear-gradient(90deg,#111,#7d0000,#d8b27a);
}

.bouquet-info{
  border-radius:24px;
  overflow:hidden;
}

.bouquet-info .notice{
  color:#cc0000;
  font-size:16px;
}

.large-frame-head{
  background:linear-gradient(135deg,#fffaf2,#fff7fb);
  border-color:#ead8c8;
}

.large-frame-head .series-label{
  color:#b08a4a;
}

.large-frame-head h2{
  color:#9a6237;
}


.miyabi-feature{
  background:
    linear-gradient(135deg,rgba(255,255,255,0.92),rgba(255,250,244,0.92)),
    url("bg/cloth03.gif");
  border:1px solid #ead8c8;
}

.spread-feature{
  background:linear-gradient(135deg,#fffde8,#fff8d8);
  border:1px solid #eadf9d;
}

.cta-soft-box{
  max-width:780px;
  margin:60px auto;
  padding:34px 20px;
  text-align:center;
  background:linear-gradient(135deg,#fff7f7,#fffdf8);
  border:1px solid #f1d6d6;
  border-radius:24px;
  box-shadow:0 10px 28px rgba(0,0,0,0.06);
}

.cta-small{
  margin:0 0 10px;
  font-size:24px;
  font-weight:bold;
  color:#cc0033;
  line-height:1.4;
}

.cta-main{
  margin:0 0 28px;
  font-size:22px;
  font-weight:bold;
}

.cta-main a{
  color:#cc0033;
  text-decoration:underline;
}

.cta-gallery{
  margin:0;
}

.method-modern{
  max-width:1000px;
  background:linear-gradient(135deg,#fffafa,#fffdf7);
  border:1px solid #f0dfdf;
}

.method-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:28px 0;
}

.method-grid .method-item{
  margin:0;
  background:#fff;
  border:1px solid #f0dddd;
  box-shadow:0 6px 16px rgba(0,0,0,0.04);
}

.story-box{
  max-width:980px;
  background:linear-gradient(135deg,#fffdfb,#fff8f8);
}

.works-section{
  max-width:1050px;
  margin:70px auto;
  padding:38px 20px;
  text-align:center;
  background:linear-gradient(135deg,#fff8fb,#fffdf8);
  border:1px solid #f0d8df;
  border-radius:28px;
  box-shadow:0 14px 36px rgba(0,0,0,0.07);
}

.works-label{
  margin:0 0 8px;
  color:#d48b8b;
  font-size:15px;
  letter-spacing:0.12em;
  font-family:Georgia,"Times New Roman",serif;
}

.works-section h2{
  margin:0 0 18px;
  color:#a64a4a;
  font-size:32px;
  line-height:1.45;
}

.works-lead{
  margin:0 auto 34px;
  color:#6b5555;
  font-size:18px;
  line-height:1.9;
}

.work-card{
  max-width:920px;
  margin:32px auto;
  padding:28px 18px;
  background:#fff;
  border:1px solid #f0dfdf;
  border-radius:22px;
  box-shadow:0 8px 22px rgba(0,0,0,0.05);
}

.work-card h3{
  margin:0 0 20px;
  color:#b26b3d;
  font-size:24px;
  line-height:1.5;
}

.work-card p{
  margin:20px 0 0;
  color:#555;
  font-size:17px;
  line-height:1.9;
}

.work-images{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:12px;
  flex-wrap:wrap;
}

.work-images img{
  border-radius:14px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

.red-rose-case-box{
  background:linear-gradient(135deg,#fff8f8,#fffdfb);
}

.case-block{
  max-width:900px;
  margin:34px auto;
  padding:24px 16px;
  background:#fff;
  border:1px solid #f0dfdf;
  border-radius:22px;
  box-shadow:0 8px 22px rgba(0,0,0,0.05);
}

.design-guide-box{
  background:linear-gradient(135deg,#fffdf8,#fff8fb);
}

.care-box{
  max-width:820px;
  margin:28px auto;
  padding:28px 18px;
  background:#fffdf8;
  border:1px solid #eadfcd;
  border-radius:22px;
}

.care-list{
  text-align:left;
  background:#fff;
  padding:24px 24px 24px 46px;
  border-radius:16px;
  border:1px solid #f0dfdf;
}

.care-list li{
  margin:8px 0;
}

.method-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  max-width:900px;
  margin:30px auto;
}

.mini-method{
  margin:0;
  background:#fffdfb;
}

.final-section{
  background:linear-gradient(135deg,#fffdfb,#fff8f8);
  border-radius:28px;
}


/* 背景を今風に刷新 */

body{
  background:#fdf9f5;
}

.lead-box,
.section-box,
.product-card,
.info-card,
.feature-card{
  background:linear-gradient(135deg,#fffafa,#fffdf8);
}

.bg-flower,
.bg-cloth,
.cloth-bg,
.yellow-bg,
.product-bg{
  background:linear-gradient(135deg,#fffafa,#fffdf8) !important;
}

.glass-product{
  background:linear-gradient(135deg,#fbfffb,#fffdf6) !important;
}

.dozen-section,
.story-box,
.design-guide-box,
.red-rose-case-box{
  background:linear-gradient(135deg,#fff8fb,#fffdf8) !important;
}

.miyabi-feature,
.spread-feature{
  background:linear-gradient(135deg,#fffdf8,#fff8f2) !important;
}

.product-box{
  background:linear-gradient(135deg,#f7eadb,#e3c7a4) !important;
}

.rose-box{
  background:linear-gradient(135deg,#fff4f4,#f8e6e6) !important;
}


.product-card,
.section-box,
.feature-card,
.info-card{
  border:1px solid rgba(190,140,120,0.22);
  box-shadow:0 14px 34px rgba(120,70,60,0.08);
}

.product-card > a > img,
.product-images img,
.before-after img{
  box-shadow:0 10px 28px rgba(0,0,0,0.10);
}

.section-title,
.product-title{
  letter-spacing:0.04em;
}

.section-title{
  color:#9a5f45;
}

.product-title{
  color:#5f3b2e;
}

.seal-copy{
  margin:22px auto;
  text-align:center;
}

.seal-copy span{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  color:#9a6a45;
  letter-spacing:0.08em;
  margin-bottom:8px;
}

.seal-copy strong{
  display:inline-block;
  padding:10px 22px;
  font-size:30px;
  color:#8b1e1e;
  background:#fff;
  border-radius:12px;
  box-shadow:0 8px 22px rgba(0,0,0,0.08);
}

































/* smartphone */

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

  body{
    font-size:14px;
  }

  p,
  li{
    font-size:14px;
    line-height:1.7;
  }

  h2{
    font-size:18px;
  }

  h3{
    font-size:16px;
  }

  .page-wrap,
  .product-section,
  .final-section{
    padding-left:10px;
    padding-right:10px;
  }

  .hero-box{
    padding:24px 12px;
    margin:12px auto 18px;
  }

  .hero-box h1{
    font-size:23px;
    line-height:1.45;
  }

  .fade-box{
    border-radius:16px;
    margin:20px auto;
  }

  .lead-box,
  .section-box,
  .product-card,
  .feature-card,
  .info-card,
  .method-box{
    padding:16px 10px;
    margin:16px auto;
    border-radius:12px;
  }

  .section-title{
    font-size:17px;
    line-height:1.45;
    margin:28px 0 14px;
  }

  .sub-title{
    font-size:18px;
    margin:20px 0 10px;
  }

  .section-text,
  .contact-text,
  .case-text,
  .list-box,
  .rose-list,
  .design-item p,
  .link-box p,
  .info-text,
  .product-copy{
    font-size:14px;
    line-height:1.8;
  }

  .lead-copy,
  .memory-copy,
  .red-copy,
  .green-copy{
    font-size:16px;
    line-height:1.6;
  }

  .today-box{
    padding:16px 10px;
    margin-top:16px;
  }

  .today-date{
    font-size:18px;
    padding:8px 16px;
    margin-bottom:10px;
  }

  .today-text{
    font-size:18px;
    line-height:1.5;
  }

  .product-title{
    font-size:16px;
    line-height:1.45;
    margin:10px 0 8px;
  }

  .product-guide{
    font-size:17px;
    margin:8px 0;
  }

  .price-old{
    font-size:18px;
  }

  .price-arrow{
    font-size:18px;
    line-height:1;
  }

  .price-text{
    font-size:16px;
    line-height:1.3;
    margin:6px 0 10px;
  }

  .product-images,
  .image-row-2,
  .multi-images,
  .three-images,
  .before-after{
    gap:8px;
    margin:12px 0;
  }

  .divider-block{
    margin:18px auto;
  }

  .flower-mark{
    margin-top:4px;
  }

  .cta-box,
  .link-box{
    padding:14px 10px;
    margin-top:14px;
  }

  .footer-box{
    padding:20px 12px;
    margin-top:28px;
  }

  .brand{
    font-size:18px;
  }

  .jump-btn{
    font-size:18px;
    padding:14px 8px;
  }



.section{
  text-align:center;
  margin:30px auto;
}

.img-small,
.contact-img{
  display:block;
  max-width:100%;
  height:auto;
  margin:0 auto;
}

.orange{
  color:#ff6600;
}

.two-images{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.product-bg{
  background:#fffdf9;
}

.product-badge{
  display:block;
  margin:0 auto 15px;
}


.contact-img,
.img-small{
  width:100%;
  max-width:800px;
  height:auto;
  display:block;
  margin:0 auto;
}



.today-box{
  padding:16px 10px;
  margin:20px auto;
}

.today-date{
  font-size:18px;
  padding:8px 16px;
}

.today-message{
  font-size:18px;
  line-height:1.5;
}

.today-message strong{
  font-size:15px;
}


.more-link-box{
  margin:30px 0;
}

.more-link-btn{
  font-size:18px;
  padding:16px 8px;
}

.rose-meaning-lead,
.rose-meaning-list p{
  font-size:14px;
  line-height:1.7;
}

.mini-save-text{
  font-size:16px;
}

.dozen-point{
  font-size:16px;
  padding:12px 16px;
  border-radius:12px;
}

.product-list-head{
  margin:36px auto 22px;
  padding:22px 12px;
  border-radius:18px;
}

.product-list-label{
  font-size:12px;
}

.product-list-head h2{
  font-size:24px;
}

.product-list-head p{
  font-size:14px;
  line-height:1.8;
}

.product-guide{
  font-size:15px;
  padding:10px 14px;
  border-radius:12px;
}

.price-text{
  padding:8px 14px;
  border-radius:12px;
}


.series-head{
  margin:36px auto 22px;
  padding:22px 12px;
  border-radius:18px;
}

.series-label{
  font-size:12px;
}

.series-head h2{
  font-size:22px;
}

.series-head p{
  font-size:14px;
  line-height:1.8;
}


.bottle-display{
  padding:16px 8px;
  border-radius:16px;
}

.bouquet-info .notice{
  font-size:13px;
}

.large-frame-head h2{
  font-size:22px;
}

.bottle-display{
  padding:16px 8px;
  border-radius:16px;
}

.bouquet-info .notice{
  font-size:13px;
}

.large-frame-head h2{
  font-size:22px;
}

.cta-soft-box{
  margin:34px auto;
  padding:22px 12px;
  border-radius:18px;
}

.cta-small{
  font-size:18px;
}

.cta-main{
  font-size:16px;
  margin-bottom:20px;
}

.method-grid{
  display:block;
}

.method-grid .method-item{
  margin:14px 0;
}

.works-section{
  margin:38px auto;
  padding:24px 10px;
  border-radius:20px;
}

.works-label{
  font-size:12px;
}

.works-section h2{
  font-size:22px;
}

.works-lead{
  font-size:14px;
  line-height:1.8;
}

.work-card{
  padding:20px 10px;
  border-radius:18px;
}

.work-card h3{
  font-size:17px;
}

.work-card p{
  font-size:14px;
  line-height:1.8;
}

.work-images img{
  border-radius:10px;
}

.case-block{
  margin:22px auto;
  padding:18px 10px;
  border-radius:18px;
}

.care-box{
  padding:20px 10px;
  border-radius:18px;
}

.care-list{
  padding:18px 18px 18px 34px;
}

.method-mini-grid{
  display:block;
}

.mini-method{
  margin:16px auto;
}

.final-section{
  border-radius:20px;
}
}

.rose-design-note{
  max-width:900px;
  margin:40px auto;
  padding:30px 24px;
  background:#fffaf8;
  border:1px solid #ead8d8;
  border-radius:24px;
  text-align:center;
}

.rose-design-note h2{
  color:#7b001c;
  font-size:28px;
  margin-bottom:18px;
}

.rose-design-note p{
  font-size:17px;
  line-height:1.9;
}

.rose-design-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin:30px 0;
}

.rose-design-card{
  background:#fff;
  border:1px solid #ead0d5;
  border-radius:18px;
  padding:24px 20px;
}

.rose-design-card h3{
  color:#8b0022;
  font-size:22px;
  margin-bottom:10px;
}

.rose-number{
  color:#7b001c;
  font-size:30px !important;
  font-weight:bold;
  margin:10px 0 16px;
}

.rose-design-caution{
  font-size:14px !important;
  color:#666;
}

@media screen and (max-width:700px){
  .rose-design-grid{
    grid-template-columns:1fr;
  }

  .rose-design-note h2{
    font-size:23px;
  }
}




/* 花束デザイン説明 */

.bouquet-design{
    max-width:900px;
    margin:60px auto;
    padding:40px 30px;
    background:#fffdfb;
    border:1px solid #efe7df;
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
    text-align:center;
}

.bouquet-design h2{
    margin:0 0 25px;
    font-size:34px;
    line-height:1.5;
    font-weight:600;
    color:#6b4d3a;
}

.bouquet-design p{
    margin:0;
    font-size:17px;
    line-height:2.1;
    color:#666;
}

.bouquet-design strong{
    color:#9d6a52;
    font-weight:600;
}