
body{
  margin:0;
  font-family:
  "Yu Gothic",
  "Hiragino Kaku Gothic ProN",
  Meiryo,
  sans-serif;

  color:#5b5552;

  background:
  linear-gradient(to bottom,#fffdfc 0%,#fff8f5 100%);

  line-height:1.9;
}


/* =========================
   全体
========================= */

.oshi108-page{
  max-width:1180px;
  margin:0 auto;
  padding:30px 20px 90px;
}


/* =========================
   HERO
========================= */

.oshi108-hero{
  position:relative;

  padding:90px 40px;

  border-radius:34px;

  text-align:center;

  overflow:hidden;

  background:
  linear-gradient(rgba(255,255,255,.58),rgba(255,255,255,.58)),
  url("1/oshibana5.jpg") center center / cover no-repeat;

  box-shadow:
  0 16px 45px rgba(0,0,0,.08);

  margin-bottom:60px;
}






.oshi108-hero::after{
  content:"";

  position:absolute;
  inset:0;

  background:
  linear-gradient(to top,
  rgba(255,255,255,.55),
  rgba(255,255,255,.1));
}





.oshi108-hero::after{
  content:"";

  position:absolute;
  inset:0;

  background:
  linear-gradient(to top,
  rgba(255,255,255,.55),
  rgba(255,255,255,.1));
}






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

.oshi108-sub{
  color:#b57b83;

  font-size:14px;

  letter-spacing:.18em;

  margin-bottom:18px;
}

.oshi108-hero h1{
  font-size:44px;

  line-height:1.5;

  color:#6d474c;

  margin-bottom:26px;

  font-weight:600;

  letter-spacing:.04em;
}

.oshi108-lead{
  max-width:760px;

  margin:0 auto;

  font-size:18px;

  color:#6c615f;
}






/* ==========================
   クレアージュ押し花 HERO
========================== */



.oshi3d-page{
  max-width:1180px;
  margin:0 auto;
  padding:30px 20px 90px;
}



.oshi3d-hero{
  position:relative;

  padding:90px 40px;

  border-radius:34px;

  text-align:center;

  overflow:hidden;

  background:
  linear-gradient(rgba(255,255,255,.58),rgba(255,255,255,.58)),
  url("../../../img/3d-oshibana/11.jpg") center center / cover no-repeat;

  box-shadow:
  0 16px 45px rgba(0,0,0,.08);

  margin-bottom:60px;
}






.oshi3d-hero::after{
  content:"";

  position:absolute;
  inset:0;

  background:
  linear-gradient(to top,
  rgba(255,255,255,.55),
  rgba(255,255,255,.1));
}





.oshi3d-hero::after{
  content:"";

  position:absolute;
  inset:0;

  background:
  linear-gradient(to top,
  rgba(255,255,255,.55),
  rgba(255,255,255,.1));
}






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

.oshi108-sub{
  color:#b57b83;

  font-size:14px;

  letter-spacing:.18em;

  margin-bottom:18px;
}

.oshi3d-hero h1{
  font-size:44px;

  line-height:1.5;

  color:#6d474c;

  margin-bottom:26px;

  font-weight:600;

  letter-spacing:.04em;
}

.oshi3d-lead{
  max-width:760px;

  margin:0 auto;

  font-size:18px;

  color:#6c615f;
}

















/* =========================
   共通BOX
========================= */

.box108{
  background:
  rgba(255,255,255,.88);

  border:
  1px solid #efd9dc;

  border-radius:30px;

  padding:44px;

  margin-bottom:42px;

  box-shadow:
  0 10px 34px rgba(0,0,0,.05);
}

.box108 h2{
  text-align:center;

  font-size:32px;

  color:#8c545c;

  margin:0 0 30px;

  font-weight:600;
}

.box108 h2::after{
  content:"";

  width:70px;
  height:2px;

  background:#ddb5bb;

  display:block;

  margin:18px auto 0;
}


/* =========================
   画像
========================= */

.photo108{
  border-radius:28px;

  overflow:hidden;

  box-shadow:
  0 12px 34px rgba(0,0,0,.08);

  margin-bottom:40px;
}

.photo108 img{
  display:block;
  width:100%;
}


/* =========================
   ギャラリー
========================= */

.gallery108{
  display:flex;

  gap:28px;

  justify-content:center;

  flex-wrap:wrap;

  margin-bottom:40px;
}

.gallery108 img{
  width:100%;
  max-width:442px;

  border-radius:24px;

  box-shadow:
  0 10px 28px rgba(0,0,0,.08);
}


/* =========================
   小画像
========================= */

.thumb108{
  display:flex;

  gap:18px;

  justify-content:center;

  flex-wrap:wrap;

  margin-bottom:20px;
}

.thumb108 img{
  border-radius:16px;

  box-shadow:
  0 8px 20px rgba(0,0,0,.06);
}


/* =========================
   サイズ
========================= */

.size108{
  text-align:center;

  font-size:24px;

  color:#7b4b51;

  font-weight:bold;

  margin-bottom:50px;
}


/* =========================
   テキスト
========================= */

.center108{
  text-align:center;
}

.copy108{
  text-align:center;

  font-size:28px;

  line-height:1.8;

  color:#99525d;

  font-weight:bold;

  letter-spacing:.08em;

  margin:55px auto;
}

.note-red{
  color:#cc3333;

  font-weight:bold;
}


/* =========================
   PRICE
========================= */

.price108{
  text-align:center;

  font-size:44px;

  color:#d64555;

  font-weight:bold;

  line-height:1.5;

  margin:30px 0 10px;
}

.tax108{
  text-align:center;
}


/* =========================
   select
========================= */

select{
  padding:12px 14px;

  border:
  1px solid #e2c8cb;

  border-radius:10px;

  background:#fff;

  font-size:15px;
}


/* =========================
   special
========================= */

.special-grid{
  display:grid;

  grid-template-columns:
  repeat(3,1fr);

  gap:24px;

  margin-top:35px;
}

.special-card{
  background:#fff;

  border:
  1px solid #ecd8db;

  border-radius:26px;

  padding:30px 24px;

  text-align:center;

  box-shadow:
  0 10px 28px rgba(0,0,0,.05);
}

.special-card h3{
  font-size:25px;

  color:#8d545c;

  margin-bottom:18px;
}


/* =========================
   option
========================= */

.option108{
  text-align:center;
}

.option108 img{
  border-radius:22px;

  box-shadow:
  0 8px 24px rgba(0,0,0,.08);

  margin-bottom:22px;
}


/* =========================
   関連
========================= */

.related108{
  text-align:center;
}

.related-images{
  display:flex;

  gap:24px;

  justify-content:center;

  flex-wrap:wrap;

  margin-bottom:25px;
}

.related-images img{
  border-radius:22px;

  box-shadow:
  0 8px 24px rgba(0,0,0,.08);
}

.related-title{
  font-size:28px;

  color:#8d545c;

  font-weight:bold;
}



.special-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:20px;
  width:100%;
  box-sizing:border-box;
}

.special-card{
  min-width:0;
  box-sizing:border-box;
  overflow-wrap:break-word;
}

.special-card form{
  margin:0;
}

.special-card input[type="image"]{
  max-width:100%;
  height:auto;
}















/* =========================
   スマホ
========================= */

@media (max-width:768px){

  .oshi108-page{
    padding:20px 14px 70px;
  }

  .oshi108-hero{
    padding:65px 24px;

    border-radius:26px;
  }

  .oshi108-hero h1{
    font-size:31px;
  }

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

  .box108{
    padding:30px 22px;

    border-radius:24px;
  }

  .box108 h2{
    font-size:24px;
  }

  .copy108{
    font-size:22px;
  }

  .price108{
    font-size:36px;
  }

  .special-grid{
    grid-template-columns:1fr;
  }

  .special-card{
    padding:26px 18px;
  }

  .related-title{
    font-size:22px;
  }

}


.flow108{
  text-align:center;
  font-size:18px;
}

.flow108 p{
  margin-bottom:14px;
}

.contact108{
  text-align:center;
}

.contact108 a{
  font-weight:bold;
}


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





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


.cart-two{
  display:flex;
  gap:24px;
  align-items:flex-start;
}

.cart-box{
  width:50%;
  margin:0;
  padding:20px;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #eee;
  border-radius:12px;
}


.cart-box{
  border:2px solid #ddd;
}


.cart-box select{
  width:100%;
  margin-bottom:12px;
}

@media(max-width:768px){
  .cart-two{
    display:block;
  }

  .cart-box{
    width:100%;
    margin-bottom:20px;
  }
}

@media(max-width:768px){

  .cart-two{
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .cart-box{
    width:100%;
    max-width:500px;
  }

}

.cart-box{
  margin-bottom:30px;
}







/* 3Dクレアージュ専用 */
.box108 .creage-grid{
    display:block;
}
.box108 .creage-card{
    width:650px;
    max-width:90%;
    margin:0 auto 40px;
    padding:25px;
    background:#fff;
    border:1px solid #efd9dc;
    border-radius:30px;
    text-align:center;
    box-sizing:border-box;
}

.box108 .creage-card img{
    width:100%;
    max-width:520px;
    height:auto;
    display:block;
    margin:0 auto 20px;
    border-radius:20px;
}



.box108 .note-red{
    margin-bottom:25px;
}


