/* /jp/mn/100390/assets/css/style.css
   つけないぬか漬！？ 商品ページ
   影響範囲は .mn100390 のみに限定
*/

.mn100390{
  color:#1f1f1f;
  line-height:1.9;
  letter-spacing:.02em;
  background:#fff;
}

.mn100390 .l-container{
  max-width:980px;
  margin:0 auto;
  padding:0 16px;
}

/* reveal */
.mn100390 [data-reveal]{
  opacity:0;
  transform:translateY(12px);
  transition:opacity .6s ease, transform .6s ease;
}
.mn100390 [data-reveal].is-inview{
  opacity:1;
  transform:translateY(0);
}

/* common */
.mn100390 img{
  max-width:100%;
}

.mn100390 .sectionLabel{
  display:inline-block;
  margin:0 0 8px;
  font-size:12px;
  line-height:1;
  letter-spacing:.18em;
  color:#d71920;
  font-weight:700;
}
.mn100390 .sectionLabel--light{
  color:#ffd21a;
}

.mn100390 .btn{
  display:inline-block;
  text-decoration:none;
  border-radius:999px;
  padding:10px 16px;
  border:1px solid rgba(0,0,0,.15);
  background:#fff;
  color:#222;
  font-size:14px;
  transition:background .22s ease, color .22s ease, border-color .22s ease, transform .15s ease, box-shadow .22s ease;
}
.mn100390 .btn.primary{
  background:#d71920;
  border-color:#d71920;
  color:#fff;
}
.mn100390 .btn:hover{
  background:#111;
  border-color:#111;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(0,0,0,.18);
}

.mn100390 .tag{
  display:inline-block;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(215,25,32,.10);
  border:1px solid rgba(215,25,32,.18);
  color:#8b1014;
}

/* hero */
.mn100390 .hero{
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.55) 0 0, rgba(255,255,255,0) 120px),
    linear-gradient(135deg, #ffd21a 0%, #ffc400 55%, #ffb300 100%);
  padding:34px 0 28px;
  border-bottom:1px solid rgba(0,0,0,.12);
  overflow:hidden;
}

.mn100390 .hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.95fr);
  gap:28px;
  align-items:center;
}

.mn100390 .kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 10px;
  font-weight:700;
  color:#111;
}
.mn100390 .kicker .dot{
  width:12px;
  height:12px;
  border-radius:999px;
  background:#d71920;
  display:inline-block;
  box-shadow:0 0 0 5px rgba(215,25,32,.12);
}

.mn100390 .hero__title{
  margin:0 0 12px;
  font-size:44px;
  line-height:1.08;
  letter-spacing:.01em;
  font-weight:900;
  color:#111;
  text-shadow:0 3px 0 rgba(255,255,255,.55);
}
.mn100390 .hero__title small{
  display:block;
  margin-top:10px;
  font-size:16px;
  line-height:1.55;
  font-weight:700;
  color:#4a2b00;
  text-shadow:none;
}

.mn100390 .hero__lead{
  margin:0 0 14px;
  font-size:16px;
  font-weight:600;
  color:#2a2100;
}

.mn100390 .hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:16px 0 14px;
}

.mn100390 .hero__bullets{
  margin:14px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:7px;
}
.mn100390 .hero__bullets li{
  position:relative;
  padding-left:24px;
  font-weight:700;
  color:#211900;
}
.mn100390 .hero__bullets li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:10px;
  height:10px;
  border-radius:999px;
  background:#d71920;
}

.mn100390 .hero__note{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0 0;
}

/* hero visual */
.mn100390 .hero__visual{
  position:relative;
  min-height:430px;
}

.mn100390 .hero__photo{
  position:absolute;
  left:0;
  top:24px;
  width:82%;
  height:320px;
  margin:0;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 26px 55px rgba(0,0,0,.20);
  transform:rotate(-1deg);
  border:4px solid rgba(255,255,255,.75);
}
.mn100390 .hero__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.mn100390 .hero__pack{
  position:absolute;
  right:0;
  bottom:4px;
  width:210px;
  margin:0;
  background:#fff;
  box-shadow:0 22px 48px rgba(0,0,0,.24);
  transform:rotate(2deg);
  border:4px solid #fff;
}
.mn100390 .hero__pack img{
  width:100%;
  height:auto;
  display:block;
}

.mn100390 .zeroBadge{
  position:absolute;
  left:20px;
  bottom:24px;
  width:132px;
  height:132px;
  border-radius:999px;
  background:#d71920;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 38px rgba(120,0,0,.28);
  border:5px solid rgba(255,255,255,.9);
}
.mn100390 .zeroBadge__main{
  font-size:34px;
  line-height:1;
  font-weight:900;
}
.mn100390 .zeroBadge__sub{
  font-size:15px;
  font-weight:700;
}

/* band */
.mn100390 .band{
  padding:46px 0;
}
.mn100390 .band--yellow{
  background:#fff6c7;
}
.mn100390 .band--white{
  background:#fff;
}
.mn100390 .band--paper{
  background:#faf7ef;
  border-top:1px solid rgba(0,0,0,.06);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.mn100390 .band--black{
  background:#19140f;
  color:#fff7e8;
}
.mn100390 .band--dark{
  background:#241710;
  color:#fff7e8;
}
.mn100390 .band--end{
  background:#ffd21a;
  border-top:1px solid rgba(0,0,0,.10);
}

.mn100390 .band__head h2,
.mn100390 .intro h2,
.mn100390 .howto h2,
.mn100390 .package h2,
.mn100390 .future h2,
.mn100390 .productInfo h2{
  margin:0 0 12px;
  font-size:25px;
  line-height:1.45;
}

.mn100390 .band__head .sub{
  margin:0 0 20px;
  color:rgba(0,0,0,.68);
}
.mn100390 .band__head--light .sub{
  color:rgba(255,247,232,.78);
}

/* intro */
.mn100390 .intro{
  max-width:840px;
}
.mn100390 .intro p{
  margin:0;
  font-size:16px;
  font-weight:600;
}

/* cards */
.mn100390 .cards--three{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.mn100390 .card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:18px;
  box-shadow:0 16px 34px rgba(0,0,0,.07);
}
.mn100390 .card__num{
  margin:0 0 8px;
  color:#d71920;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
}
.mn100390 .card h3{
  margin:0 0 8px;
  font-size:18px;
}
.mn100390 .card p{
  margin:0 0 8px;
}
.mn100390 .card .mini{
  margin:0;
  color:rgba(0,0,0,.56);
  font-size:13px;
}

/* howto */
.mn100390 .howto{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.9fr);
  gap:22px;
  align-items:start;
}
.mn100390 .howto__lead{
  margin:0 0 16px;
  color:rgba(0,0,0,.70);
}
.mn100390 .steps{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.mn100390 .steps li{
  display:flex;
  gap:14px;
  padding:15px;
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 12px 28px rgba(0,0,0,.06);
}
.mn100390 .steps .num{
  width:38px;
  height:38px;
  flex:0 0 auto;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#d71920;
  color:#fff;
  font-weight:900;
}
.mn100390 .steps h3{
  margin:0 0 4px;
  font-size:16px;
}
.mn100390 .steps p{
  margin:0;
}
.mn100390 .tips{
  margin-top:16px;
  padding:16px;
  border-radius:16px;
  background:#fff;
  border:1px dashed rgba(0,0,0,.25);
}
.mn100390 .tips h3{
  margin:0 0 8px;
  font-size:16px;
}
.mn100390 .tips ul{
  margin:0;
  padding-left:18px;
}

.mn100390 .howto__visual figure{
  margin:0;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  box-shadow:0 18px 42px rgba(0,0,0,.10);
}
.mn100390 .howto__visual img{
  display:block;
  width:100%;
  height:auto;
}
.mn100390 .howto__visual figcaption{
  padding:10px 12px;
  font-size:13px;
  background:#fff;
  color:rgba(0,0,0,.62);
}

/* package */
.mn100390 .package{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.75fr);
  gap:26px;
  align-items:center;
}
.mn100390 .package__copy p{
  color:rgba(255,247,232,.84);
}
.mn100390 .package__list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.mn100390 .package__list li{
  position:relative;
  padding-left:24px;
  font-weight:700;
}
.mn100390 .package__list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:10px;
  height:10px;
  border-radius:999px;
  background:#ffd21a;
}
.mn100390 .package__image{
  margin:0;
  background:#fff;
  padding:10px;
  box-shadow:0 22px 50px rgba(0,0,0,.35);
}
.mn100390 .package__image img{
  display:block;
  width:100%;
  height:auto;
}

/* scene */
.mn100390 .sceneGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.mn100390 .sceneCard{
  padding:18px;
  border-radius:18px;
  background:#fff6c7;
  border:1px solid rgba(0,0,0,.08);
}
.mn100390 .sceneCard h3{
  margin:0 0 8px;
  font-size:17px;
}
.mn100390 .sceneCard p{
  margin:0;
}

/* recipe */
.mn100390 .recipeGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.mn100390 .recipeCard__link,
.mn100390 .recipeCard--textOnly{
  display:block;
  min-height:100%;
  color:inherit;
  text-decoration:none;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  box-shadow:0 22px 50px rgba(0,0,0,.28);
  transition:transform .18s ease, box-shadow .18s ease;
}
.mn100390 .recipeCard__link:hover{
  transform:translateY(-3px);
  box-shadow:0 28px 64px rgba(0,0,0,.36);
}
.mn100390 .recipeCard__photo{
  position:relative;
  aspect-ratio:4 / 3;
  overflow:hidden;
}
.mn100390 .recipeCard__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.mn100390 .badge2{
  position:absolute;
  left:10px;
  top:10px;
  background:#d71920;
  color:#fff;
  font-size:12px;
  font-weight:700;
  padding:6px 10px;
  border-radius:999px;
}
.mn100390 .recipeCard__body{
  padding:15px;
}
.mn100390 .recipeCard__body h3{
  margin:0 0 6px;
  font-size:17px;
}
.mn100390 .recipeCard__body .meta{
  margin:0 0 8px;
  font-size:13px;
  color:rgba(255,247,232,.70);
}
.mn100390 .recipeCard__body .desc{
  margin:0 0 10px;
  color:rgba(255,247,232,.90);
}
.mn100390 .recipeCard__body .go{
  margin:0;
  text-decoration:underline;
  text-underline-offset:3px;
  font-size:13px;
}
.mn100390 .miniBtn{
  display:inline-block;
  margin-top:8px;
  padding:8px 12px;
  border-radius:999px;
  background:#ffd21a;
  color:#1b120c;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
}
.mn100390 .note{
  margin:14px 0 0;
  font-size:13px;
}
.mn100390 .note--light{
  color:rgba(255,247,232,.70);
}

/* product */
.mn100390 .productInfo{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:22px;
}
.mn100390 .productInfo__copy p{
  margin:0;
}
.mn100390 .productInfo__table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
}
.mn100390 .productInfo__table th,
.mn100390 .productInfo__table td{
  border:1px solid rgba(0,0,0,.10);
  padding:10px 12px;
  vertical-align:top;
}
.mn100390 .productInfo__table th{
  width:28%;
  background:#fff6c7;
  text-align:left;
  white-space:nowrap;
}

/* future */
.mn100390 .future p{
  margin:0 0 18px;
}
.mn100390 .futureFlow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.mn100390 .futureFlow div{
  padding:16px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 12px 28px rgba(0,0,0,.06);
}
.mn100390 .futureFlow span{
  display:inline-block;
  margin-bottom:8px;
  color:#d71920;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.mn100390 .futureFlow h3{
  margin:0 0 6px;
  font-size:16px;
}
.mn100390 .futureFlow p{
  margin:0;
}

/* end */
.mn100390 .end__copy{
  margin:0;
  font-size:20px;
  line-height:1.7;
  font-weight:700;
}
.mn100390 .end__mini{
  margin:8px 0 0;
  color:rgba(0,0,0,.60);
}

/* anchor */
#howto,
#recipes,
#points,
#product{
  scroll-margin-top:120px;
}

/* responsive */
@media (max-width: 900px){
  .mn100390 .hero__grid,
  .mn100390 .howto,
  .mn100390 .package,
  .mn100390 .productInfo{
    grid-template-columns:1fr;
  }

  .mn100390 .hero__visual{
    min-height:390px;
  }

  .mn100390 .hero__title{
    font-size:36px;
  }

  .mn100390 .cards--three,
  .mn100390 .sceneGrid,
  .mn100390 .recipeGrid,
  .mn100390 .futureFlow{
    grid-template-columns:1fr;
  }

  .mn100390 .hero__photo{
    width:88%;
    height:280px;
  }

  .mn100390 .hero__pack{
    width:170px;
  }

  .mn100390 .zeroBadge{
    width:110px;
    height:110px;
  }

  .mn100390 .zeroBadge__main{
    font-size:28px;
  }
}

@media (max-width: 520px){
  .mn100390 .hero{
    padding-top:26px;
  }

  .mn100390 .hero__title{
    font-size:31px;
  }

  .mn100390 .hero__visual{
    min-height:340px;
  }

  .mn100390 .hero__photo{
    height:240px;
    border-radius:18px;
  }

  .mn100390 .hero__pack{
    width:145px;
  }

  .mn100390 .zeroBadge{
    left:8px;
    width:96px;
    height:96px;
  }

  .mn100390 .zeroBadge__main{
    font-size:24px;
  }

  .mn100390 .band{
    padding:36px 0;
  }
}