.ing-name{
    font-weight:700;
    color:#444;
}

.dots{
    flex:1;
    border-bottom:1px dashed #ddd;
}

.ing-qty{
    font-weight:600;
    color:#666;
}

.dk-recipe{
  max-width:1080px;
  margin:0 auto;
  padding:48px 24px;
}

.dk-hero{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:32px;
  align-items:stretch;
  margin-bottom:32px;
}

.dk-hero-media img,
.dk-hero-media video{
  width:100%;
  height:430px;
  object-fit:cover;
  border-radius:28px;
  display:block;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.dk-hero-content{
  background:#fff;
  border-radius:28px;
  padding:28px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.dk-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:16px;
  padding:5px 10px;
  font-size:12px;
}

.dk-badge{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:#fff7f3;
  color:#4a3a32;
  font-size:13px;
  font-weight:700;
  border:1px solid #f1dfd5;
}

.dk-title{
  margin:0 0 14px;
  font-size:clamp(26px,3vw,36px);
  line-height:1.25;
  color:#3d332f;
}

.dk-excerpt{
  margin:0 0 18px;
  color:#6b5d55;
  font-size:16px;
  line-height:1.75;
}

.dk-feature-card{
  padding:18px;
  margin-top:18px;
  border-radius:22px;
  background:#fff7f3;
}

.dk-feature-card h2{
  margin:0 0 12px;
  font-size:18px;
}

.dk-feature-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:6px;
}

.dk-premium-btn,
.dk-pet-btn{
  display:inline-block;
  margin-top:18px;
  padding:14px 24px;
  border-radius:999px;
  background:#4a3a32 !important;
  color:#fff !important;
  text-decoration:none;
  font-weight:800;
}

@media(max-width:900px){
  .dk-hero{
    grid-template-columns:1fr;
  }

  .dk-hero-media img,
  .dk-hero-media video{
    height:300px;
  }
}

.dk-ingredients{
    margin-top:60px;
}

.dk-ingredients h2{
    font-size:34px;
    margin-bottom:24px;
    color:#3b332d;
}

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

.dk-ingredient-list{
    list-style:none;
    margin:0;
    padding:0;
}

.dk-ingredient-list li{

    display:flex;
    align-items:center;

    gap:15px;

    padding:14px 0;

    border-bottom:1px solid #eee;

}

.dk-ingredient-list li:last-child{
    border:none;
}

.dk-step-tip{

    margin-top:12px;

    padding:12px 16px;

    background:#FFF8E8;

    border-radius:14px;

    color:#7A5A00;

}

.dk-step-notice{

    margin-top:12px;

    padding:12px 16px;

    background:#FDECEC;

    border-radius:14px;

    color:#B42318;

}

.dk-step-tip{
    margin-top:12px;
    padding:12px 16px;
    background:#FFF8E8;
    border-radius:14px;
    color:#7A5A00;
    font-size:15px;
    line-height:1.7;
}

.dk-step-notice{
    display:inline-flex;
    align-items:center;
    gap:6px;

    margin-top:10px;
    padding:6px 10px;

    background:#FFF1F1;
    border:1px solid #F3CACA;
    border-radius:999px;

    color:#B42318;
    font-size:13px;
    font-weight:600;
    line-height:1.4;
}

.dk-step-notice{
    display:inline-block;
    margin-top:10px;
    padding:6px 10px;
    border-radius:999px;
    background:#F7F7F7;
    color:#666;
    font-size:13px;
    font-weight:600;
}

.dk-steps h2{
  font-size:34px;
  margin-bottom:24px;
  color:#3b332d;
}

.dk-step-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:18px;
}

.dk-step-card{
  background:#fff;
  border-radius:24px;
  padding:26px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.dk-step-number{
  display:inline-block;
  margin-bottom:14px;
  padding:6px 12px;
  border-radius:999px;
  background:#fff7f3;
  color:#d96f4c;
  font-size:13px;
  font-weight:800;
}

.dk-step-text{
  font-size:17px;
  line-height:1.9;
  color:#3d332f;
}

.dk-step-tip{
  margin-top:14px;
  padding:12px 16px;
  background:#FFF8E8;
  border-radius:14px;
  color:#7A5A00;
  font-size:15px;
  line-height:1.7;
}

.dk-step-notice{
  display:inline-block;
  margin-top:12px;
  padding:6px 10px;
  border-radius:999px;
  background:#F7F7F7;
  color:#666;
  font-size:13px;
  font-weight:600;
}

.dk-step-text{
  text-align:left !important;
}

.dk-step-text,
.dk-step-text div{
  margin-left:0 !important;
  padding-left:0 !important;
  text-indent:0 !important;
}

.dk-step-text{
  text-align:left !important;
  font-size:17px;
  line-height:1.9;
  color:#3d332f;
}

.dk-nutrition{
  margin-top:60px;
}

.dk-nutrition h2{
  font-size:34px;
  margin-bottom:24px;
  color:#3b332d;
}

.dk-nutrition-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.dk-nutrition-card{
  background:#fff;
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.dk-nutrition-card .label{
  display:block;
  font-size:13px;
  font-weight:700;
  color:#7a6a60;
  margin-bottom:8px;
}

.dk-nutrition-card strong{
  font-size:30px;
  color:#3d332f;
  line-height:1;
}

.dk-nutrition-card .unit{
  margin-left:4px;
  font-size:14px;
  color:#7a6a60;
}

.dk-nutrition-note{
  margin-top:14px;
  font-size:13px;
  color:#8a7a70;
}

@media(max-width:768px){
  .dk-nutrition-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

.dk-nutrition{
  margin-top:64px;
}

.dk-nutrition-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
  margin-bottom:24px;
}

.dk-nutrition-head h2{
  margin:0;
  font-size:34px;
  color:#3b332d;
}

.dk-nutrition-head p{
  margin:8px 0 0;
  color:#7a6a60;
  font-size:14px;
}

.dk-nutri-toggle{
  display:flex;
  background:#fff;
  border:1px solid #eadfd8;
  border-radius:16px;
  padding:4px;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
}

.dk-nutri-toggle button{
  border:0;
  background:transparent;
  padding:12px 18px;
  border-radius:12px;
  font-weight:800;
  color:#6b5d55;
  cursor:pointer;
}

.dk-nutri-toggle button.is-active{
  background:#e16a55;
  color:#fff;
}

.dk-nutrition-summary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.dk-nutrition-card{
  background:#fff;
  border:1px solid #f0e8e2;
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.dk-nutrition-card .icon{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff3ee;
  margin-bottom:12px;
}

.dk-nutrition-card .label{
  display:block;
  color:#6b5d55;
  font-size:13px;
  font-weight:800;
  margin-bottom:6px;
}

.dk-nutrition-card strong{
  font-size:30px;
  line-height:1;
  color:#2f2824;
}

.dk-nutrition-card .unit{
  margin-left:4px;
  color:#6b5d55;
  font-size:14px;
}

.dk-nutrition-message{
  margin-top:18px;
  padding:14px 18px;
  border-radius:16px;
  background:#fff8e8;
  border:1px solid #f2ddb7;
  color:#5f4a23;
  font-weight:700;
}

.dk-mineral-panel{
  margin-top:28px;
  background:#fff;
  border:1px solid #f0e8e2;
  border-radius:26px;
  padding:26px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.dk-mineral-panel h3{
  margin:0;
  font-size:24px;
  color:#3b332d;
}

.dk-mineral-lead{
  margin:8px 0 22px;
  color:#7a6a60;
}

.dk-mineral-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.dk-mineral-card{
  border:1px solid #f0e8e2;
  border-radius:20px;
  padding:18px;
  background:#fff;
}

.dk-mineral-card h4{
  margin:0 0 14px;
  color:#3b332d;
  font-size:17px;
}

.dk-bars{
  display:grid;
  gap:12px;
}

.dk-bar-row{
  display:grid;
  grid-template-columns:82px 1fr 72px;
  gap:10px;
  align-items:center;
  font-size:13px;
  color:#6b5d55;
}

.dk-bar{
  height:10px;
  background:#e5e5e5;
  border-radius:999px;
  overflow:hidden;
}

.dk-bar i{
  display:block;
  height:100%;
  background:#bdbdbd;
  border-radius:999px;
}

.dk-bar.is-supp i{
  background:#52b879;
}

.dk-bar-row b{
  text-align:right;
  color:#3b332d;
  font-size:13px;
}

.dk-nutrition-note{
  margin:18px 0 0;
  color:#8a7a70;
  font-size:13px;
  line-height:1.7;
}

@media(max-width:768px){
  .dk-nutrition-head{
    flex-direction:column;
  }

  .dk-nutri-toggle{
    width:100%;
  }

  .dk-nutri-toggle button{
    flex:1;
  }

  .dk-nutrition-summary{
    grid-template-columns:1fr;
  }

  .dk-mineral-grid{
    grid-template-columns:1fr;
  }
}

.dk-portion-action{
    margin:0 0 22px;
    padding:20px 24px;

    border-radius:24px;

    background:linear-gradient(180deg,#FFF8F4 0%,#FFF4EE 100%);
    border:1px solid #F4DED2;

    text-align:center;
}

.dk-portion-action p{
    margin:0 0 14px;

    font-size:14px;
    line-height:1.6;

    color:#6B5D55;
}

.dk-portion-action .dk-premium-btn,
.dk-portion-action .dk-pet-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 28px;

    border-radius:999px;

    background:#4A3A32 !important;
    color:#fff !important;

    font-size:15px;
    font-weight:700;

    margin:0;

    transition:.2s;
}

.dk-portion-action .dk-premium-btn:hover,
.dk-portion-action .dk-pet-btn:hover{
    transform:translateY(-2px);
}

.dk-portion-action .dk-premium-btn,
.dk-portion-action .dk-pet-btn{
  margin-top:0;
}

/* hero：画像と右カードを自然に揃える */
.dk-hero{
  grid-template-columns:1.05fr .95fr;
  align-items:stretch;
  gap:28px;
}

/* 画像は固定サイズ。どんな画像でも同じ見た目 */
.dk-hero-media{
  height:420px;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.dk-hero-media img,
.dk-hero-media video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:0;
  box-shadow:none;
}

/* 右側は切らない */
.dk-hero-content{
  min-height:420px;
  height:auto;
  max-height:none;
  overflow:visible;
  padding:22px 28px;
}

/* 右側を少しコンパクトに */
.dk-badges{
  padding:0;
  margin-bottom:12px;
  gap:6px;
}

.dk-badge{
  padding:4px 9px;
  font-size:12px;
}

.dk-title{
  font-size:clamp(24px,2.4vw,32px);
  line-height:1.22;
  margin-bottom:10px;
}

.dk-excerpt{
  font-size:14px;
  line-height:1.65;
  margin-bottom:14px;
}

.dk-actions{
  margin-bottom:12px;
}

.dk-feature-card{
  margin-top:0;
  padding:16px 18px;
  border-radius:20px;
}

.dk-feature-card h2{
  font-size:17px;
  margin-bottom:8px;
}

.dk-feature-card ul{
  gap:5px;
  font-size:14px;
  line-height:1.55;
}

/* スマホ */
@media(max-width:900px){
  .dk-hero{
    grid-template-columns:1fr;
  }

  .dk-hero-media{
    height:300px;
  }

  .dk-hero-content{
    min-height:0;
  }
}

.dk-portion-modal[hidden]{
  display:none;
}

.dk-portion-modal{
  position:fixed;
  inset:0;
  z-index:9999;
}

.dk-portion-modal-bg{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.35);
}

.dk-portion-modal-card{
  position:relative;
  max-width:520px;
  margin:10vh auto;
  background:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.dk-portion-close{
  position:absolute;
  top:14px;
  right:16px;
  border:0;
  background:transparent;
  font-size:28px;
  cursor:pointer;
}

.dk-weight-options{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:20px;
}

.dk-weight-options button{
  padding:12px 8px;
  border-radius:999px;
  border:1px solid #eadfd8;
  background:#fff7f3;
  font-weight:800;
  cursor:pointer;
}

.dk-weight-options button:hover{
  background:#f3d5c6;
}

@media (max-width: 900px){

  .dk-recipe .dk-body{
    display:flex !important;
    flex-direction:column !important;
  }

  .dk-recipe .dk-ingredients{
    order:1 !important;
  }

  .dk-recipe .dk-steps{
    order:2 !important;
  }

  .dk-recipe .dk-nutrition{
    order:3 !important;
  }

}