@charset "utf-8";

*, *::before, *::after{
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

:root{
  --bg: #F4F4F0;
  --border: #B0ADAA;
  --box: #E8E5E1;
  --dark: #3A3733;
  --mid: #7A7672;
  --light: #C8C4BF;
  --green: #4A7C59;
  --green2: #7BAE94;
  --green-bg: #EDF5F0;
  --care: #C0392B;
  --care-bg: #FEF0EE;
  --care-border: #E8A9A4;
  --note-bg: #FDF8E6;
  --note-border: #D4B63A;
}

/* --------------------------------
blend page
-------------------------------- */

.blendPage{
  margin: 0px auto 0px;
  padding: 0px 0px 140px 0px;
  max-width: 600px;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.titBox{
  margin: 0px auto 0px auto;
  padding: 24px 0px 0px 0px;
  max-width: 560px;
  width: 92%;
  text-align: center;
}

.titBox .sub{
  margin: 0px 0px 6px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 13px;
  line-height: 1.6;
  color: #777777;
}

.titBox .tit{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #191919;
}

.blendPage > .pic{
  margin: 20px auto 0px auto;
  padding: 0px 0px 0px 0px;
  max-width: 560px;
  width: 92%;
}

.blendPage > .pic img{
  width: 100%;
  display: block;
  border-radius: 20px;
}

/* タブ */
.blendTabBox{
  margin: 0px auto 0px;
  padding: 16px 0px 0px 0px;
  max-width: 600px;
  width: 100%;
  background-color: #ffffff;
  position: sticky;
  top: 0px;
  z-index: 50;
}

.blendTabBox .inner{
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  max-width: 560px;
  width: 92%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
}

.blendTabBox .item{
  margin: 0px 0px 0px 0px;
  padding: 14px 10px 14px 10px;
  width: 50%;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #0f6022;
  background-color: #eef5f0;
  border: solid 1px #cfe0d2;
  border-radius: 12px 12px 0px 0px;
  transition: 0.3s;
}

.blendTabBox .item.active{
  color: #ffffff;
  background-color: #0f6022;
  border: solid 1px #0f6022;
}

/* メインビジュアル */
.blendMvBox{
  margin: 0px auto 0px;
  padding: 32px 0px 0px 0px;
  max-width: 600px;
  width: 100%;
}

.blendMvBox .tit{
  margin: 0px auto 14px auto;
  padding: 0px 0px 0px 0px;
  max-width: 540px;
  width: 90%;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #191919;
}

.blendMvBox .txt{
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  max-width: 540px;
  width: 96%;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: #4b4b4b;
}

/* --------------------------------
finder lead button
-------------------------------- */

.finderLeadBtnBox{
  margin: 20px auto 20px auto;
  padding: 16px 16px 16px 16px;
  max-width: 560px;
  width: 92%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #E8E5E1;
  border-radius: 10px;
}

.finderLeadBtnBox .txt{
  margin: 0px 0px 10px 0px;
  font-size: 13px;
  line-height: 1.6;
  color: #7A7672;
}

.finderLeadBtnBox .btn{
  display: inline-block;
  padding: 12px 18px 12px 18px;
  border-radius: 999px;
  background: #4A7C59;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
}

/* --------------------------------
finder
-------------------------------- */

.finderBox{
  margin: 0px auto 0px auto;
  padding: 26px 30px 26px 30px;
  max-width: 560px;
  width: 92%;
  border: 2px dashed var(--border);
  border-radius: 14px;
  background: #ffffff;
  position: relative;
}

.lp-tag{
  position: absolute;
  top: -11px;
  left: 20px;
  background: var(--box);
  border: 1px solid var(--border);
  padding: 2px 12px 2px 12px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--mid);
}

/* ヘッドコピー */
.head{
  text-align: center;
  margin-bottom: 22px;
}

.head-eye{
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--green);
  font-weight: 700;
  margin-bottom: 6px;
}

.head-main{
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 6px;
}

.head-main em{
  color: var(--green);
  font-style: normal;
  border-bottom: 2px solid var(--green2);
}

.head-sub{
  font-size: 12px;
  color: var(--mid);
}

/* ステッパー */
.stepper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.st-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 1;
}

.st-circle{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--border);
  background: var(--box);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--mid);
  transition: all .3s;
}

.st-item.active .st-circle{
  border-color: var(--green);
  background: var(--green);
  color: #ffffff;
  box-shadow: 0px 0px 0px 4px rgba(74,124,89,.15);
}

.st-item.done .st-circle{
  border-color: var(--green2);
  background: var(--green2);
  color: #ffffff;
}

.st-label{
  font-size: 10px;
  color: var(--mid);
  white-space: nowrap;
}

.st-item.active .st-label{
  color: var(--green);
  font-weight: 700;
}

.st-conn{
  flex: 1;
  height: 2px;
  background: var(--box);
  margin: 0px 3px 14px 3px;
  min-width: 16px;
  max-width: 50px;
  transition: background .3s;
}

.st-conn.done{
  background: var(--green2);
}

/* 汎用カード */
.step-card{
  display: none;
  animation: fs .3s ease;
}

.step-card.active{
  display: block;
}

@keyframes fs{
  from{
    opacity: 0;
    transform: translateY(8px);
  }
  to{
    opacity: 1;
    transform: translateY(0px);
  }
}

.q-title{
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}

.q-sub{
  font-size: 12px;
  color: var(--mid);
  text-align: center;
  margin-bottom: 18px;
}

/* 選択ボタン共通 */
.choice-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.c-btn{
  border: 2px solid var(--border);
  border-radius: 10px;
  padding: 12px 6px 12px 6px;
  background: var(--box);
  cursor: pointer;
  text-align: center;
  transition: all .2s;
  position: relative;
  user-select: none;
}

.c-btn:hover{
  border-color: var(--green2);
  background: var(--green-bg);
}

.c-btn.sel{
  border-color: var(--green);
  background: var(--green-bg);
  box-shadow: 0px 0px 0px 2px rgba(74,124,89,.18);
}

.c-btn.sel::after{
  content: '✓';
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 11px;
  color: var(--green);
  font-weight: 700;
}

.c-icon{
  font-size: 22px;
  margin-bottom: 5px;
}

.c-main{
  font-size: 12px;
  font-weight: 700;
}

.c-sub{
  font-size: 10px;
  color: var(--mid);
  margin-top: 2px;
}

/* 体重 */
.w-row{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 10px 0px 16px 0px;
}

.w-disp{
  font-size: 28px;
  font-weight: 700;
  color: var(--green);
  min-width: 90px;
  text-align: center;
}

.w-btn{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--border);
  background: var(--box);
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.w-btn:hover{
  border-color: var(--green);
  background: var(--green-bg);
}

.size-tags{
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.s-tag{
  font-size: 11px;
  padding: 3px 10px 3px 10px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--box);
  color: var(--mid);
  cursor: pointer;
  transition: all .2s;
}

.s-tag:hover,
.s-tag.hl{
  border-color: var(--green2);
  background: var(--green-bg);
  color: var(--green);
}

/* 悩み・疾患 */
.concern-section{
  margin-bottom: 14px;
}

.concern-heading{
  font-size: 12px;
  font-weight: 700;
  color: var(--mid);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.concern-heading::before,
.concern-heading::after{
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background: var(--border);
}

.worry-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
  margin-bottom: 8px;
}

.w-btn2{
  border: 2px solid var(--border);
  border-radius: 10px;
  padding: 10px 5px 10px 5px;
  background: var(--box);
  cursor: pointer;
  text-align: center;
  transition: all .2s;
  position: relative;
  user-select: none;
}

.w-btn2:hover{
  border-color: var(--green2);
  background: var(--green-bg);
}

.w-btn2.sel{
  border-color: var(--green);
  background: var(--green-bg);
  box-shadow: 0px 0px 0px 2px rgba(74,124,89,.15);
}

.w-btn2.sel::after{
  content:'✓';
  position:absolute;
  top:4px;
  right:6px;
  font-size:10px;
  color:var(--green);
  font-weight:700;
}

.w-icon{
  font-size: 18px;
  margin-bottom: 3px;
}

.w-main{
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

/* 疾患ボタン */
.disease-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  margin-bottom: 8px;
}

.d-btn{
  border: 2px solid var(--care-border);
  border-radius: 10px;
  padding: 10px 6px 10px 6px;
  background: var(--care-bg);
  cursor: pointer;
  text-align: center;
  transition: all .2s;
  position: relative;
  user-select: none;
}

.d-btn:hover{
  border-color: var(--care);
}

.d-btn.sel{
  border-color: var(--care);
  box-shadow: 0px 0px 0px 2px rgba(192,57,43,.2);
}

.d-btn.sel::after{
  content:'✓';
  position:absolute;
  top:4px;
  right:6px;
  font-size:10px;
  color:var(--care);
  font-weight:700;
}

.d-icon{
  font-size: 18px;
  margin-bottom: 3px;
}

.d-main{
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  color: #8B3030;
}

/* 疾患選択時のBowlsCareバナー */
.care-banner{
  display: none;
  background: var(--care-bg);
  border: 2px solid var(--care);
  border-radius: 10px;
  padding: 12px 14px 12px 14px;
  margin-bottom: 14px;
  animation: fs .3s ease;
}

.care-banner.show{
  display: flex;
  align-items: center;
  gap: 10px;
}

.care-banner-icon{
  font-size: 28px;
}

.care-banner-text h4{
  font-size: 13px;
  font-weight: 700;
  color: var(--care);
  margin-bottom: 2px;
}

.care-banner-text p{
  font-size: 11px;
  color: #8B3030;
  line-height: 1.4;
}

.warn-limit{
  font-size: 11px;
  color: #c0504d;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  display: none;
}

/* サマリー */
.summary-bar{
  background: var(--box);
  border-radius: 8px;
  padding: 8px 14px 8px 14px;
  margin-bottom: 16px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 12px;
}

.sum-item{
  display: flex;
  align-items: center;
  gap: 5px;
}

.sum-lbl{
  color: var(--mid);
}

.sum-val{
  font-weight: 700;
}

/* ナビボタン */
.nav{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

.btn-n{
  background: var(--green);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 11px 34px 11px 34px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .2s;
}

.btn-n:hover{
  opacity: .85;
}

.btn-n:disabled{
  background: var(--light);
  cursor: not-allowed;
  opacity: 1;
}

.btn-b{
  background: transparent;
  color: var(--mid);
  border: 2px solid var(--border);
  border-radius: 8px;
  padding: 11px 22px 11px 22px;
  font-size: 14px;
  cursor: pointer;
  transition: all .2s;
}

.btn-b:hover{
  border-color: var(--mid);
  color: var(--dark);
}

/* 結果画面 */
#res{
  display: none;
  animation: fs .3s ease;
}

#res.active{
  display: block;
}

.res-head{
  text-align: center;
  margin-bottom: 20px;
}

.res-eye{
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--green);
  font-weight: 700;
  margin-bottom: 5px;
}

.res-title{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
}

.res-sub{
  font-size: 12px;
  color: var(--mid);
}

/* 給餌量ボックス */
.feeding-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.feeding-card{
  border: 2px solid var(--border);
  border-radius: 10px;
  padding: 12px 10px 12px 10px;
  background: var(--green-bg);
  text-align: center;
}

.feeding-card.topping50{
  background: #F0FAF5;
  border-color: var(--green2);
}

.feeding-card.topping25{
  background: #F6FCF9;
  border-color: var(--light);
}

.feeding-label{
  font-size: 10px;
  color: var(--mid);
  margin-bottom: 4px;
  line-height: 1.4;
}

.feeding-val{
  font-size: 20px;
  font-weight: 700;
  color: var(--green);
}

.feeding-unit{
  font-size: 12px;
  color: var(--mid);
  font-weight: normal;
}

.feeding-note{
  font-size: 10px;
  color: var(--mid);
  margin-top: 4px;
}

.feeding-kcal{
  font-size: 12px;
  font-weight: 600;
  color: var(--dark);
  margin-top: 2px;
}

.feeding-kcal-note{
  font-size: 9px;
  color: var(--mid);
  font-weight: normal;
  margin-left: 2px;
}

/* BowlsCareバナー（結果） */
.care-result{
  background: var(--care-bg);
  border: 2px solid var(--care);
  border-radius: 12px;
  padding: 16px 20px 16px 20px;
  margin-bottom: 16px;
}

.care-result h3{
  font-size: 15px;
  font-weight: 700;
  color: var(--care);
  margin-bottom: 6px;
}

.care-result p{
  font-size: 12px;
  color: #8B3030;
  line-height: 1.6;
  margin-bottom: 10px;
}

.btn-care{
  background: var(--care);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 11px 32px 11px 32px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .2s;
}

.btn-care:hover{
  opacity: .85;
}

/* 結果カード */
.res-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.res-grid .rc.r1{
  grid-column: 1 / -1;
  display: flex;
  align-items: stretch;
}

.res-grid .rc.r1 .rc-img{
  width: 140px;
  min-width: 140px;
  height: auto;
  flex-shrink: 0;
  border-radius: 0px;
}

.res-grid .rc.r1 .rc-body{
  flex: 1;
}

.rc{
  border: 2px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}

.rc.r1{
  border-color: var(--green);
}

.rc.r2{
  border-color: var(--green2);
}

.rc-badge{
  position: absolute;
  top: 9px;
  left: 9px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px 3px 10px;
  border-radius: 12px;
}

.r1 .rc-badge{
  background: var(--green);
  color: #ffffff;
}

.r2 .rc-badge{
  background: var(--green2);
  color: #ffffff;
}

.r3 .rc-badge{
  background: #A67C52;
  color: #ffffff;
}

.r4 .rc-badge,
.r5 .rc-badge{
  background: var(--light);
  color: var(--dark);
}

.rc-img{
  height: 90px;
  background: var(--box);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.rc-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.res-grid .rc.r1 .rc-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


.r1 .rc-img{
  background: var(--green-bg);
  font-size: 42px;
}

.r2 .rc-img{
  background: #F0FAF5;
}

.rc-body{
  padding: 10px 12px 12px 12px;
}

.rc-name{
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}

.r1 .rc-name{
  font-size: 15px;
}

.score-wrap{
  margin-bottom: 6px;
}

.score-lbl{
  font-size: 10px;
  color: var(--mid);
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
}

.score-bar{
  height: 5px;
  background: var(--box);
  border-radius: 3px;
  overflow: hidden;
}

.score-fill{
  height: 100%;
  background: var(--green2);
  border-radius: 3px;
  transition: width .6s ease;
}

.r1 .score-fill{
  background: var(--green);
  height: 7px;
}

.r2 .score-fill{
  background: var(--green2);
}

.r3 .score-fill{
  background: #A67C52;
}

.r4 .score-fill,
.r5 .score-fill{
  background: var(--light);
}

.rc-reason{
  font-size: 11px;
  color: var(--dark);
  line-height: 1.5;
  border-top: 1px solid var(--box);
  padding-top: 7px;
  margin-top: 7px;
}

.r4 .rc-reason,
.r5 .rc-reason{
  color: var(--mid);
}

.rc-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 7px;
}

.rc-tag{
  font-size: 10px;
  padding: 2px 7px 2px 7px;
  border-radius: 10px;
  background: var(--box);
  color: var(--mid);
  border: 1px solid var(--border);
}

.r1 .rc-tag{
  background: var(--green-bg);
  border-color: var(--green2);
  color: var(--green);
}

.r2 .rc-tag{
  background: #F0FAF5;
  border-color: var(--green2);
  color: var(--green2);
}

.rc-ing{
  font-size: 10px;
  color: var(--mid);
  line-height: 1.55;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px dashed var(--border);
}

.rc-ing-lbl{
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  color: var(--green);
  background: var(--green-bg);
  border: 1px solid var(--green2);
  border-radius: 4px;
  padding: 1px 5px 1px 5px;
  margin-right: 5px;
  vertical-align: middle;
}

/* サプリ・トッピング推薦 */
.supp-section{
  margin-bottom: 20px;
}

.supp-title{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--mid);
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--border);
}

.supp-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.supp-card{
  background: #ffffff;
  border: 2px solid var(--green2);
  border-radius: 12px;
  padding: 12px 14px 12px 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.supp-card.dental{
  border-color: var(--note-border);
  background: var(--note-bg);
}

.supp-icon{
  font-size: 24px;
  flex-shrink: 0;
}

.supp-name{
  font-size: 12px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 2px;
}

.supp-sub{
  font-size: 10px;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 4px;
}

.supp-ing{
  font-size: 10px;
  color: var(--mid);
  line-height: 1.5;
}

.supp-ing-lbl{
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  color: var(--mid);
  background: var(--box);
  border-radius: 3px;
  padding: 0px 4px 0px 4px;
  margin-right: 4px;
}

.w-none{
  grid-column: span 2;
  border-style: dashed;
}

/* ローテーション提案 */
.rotation-tip{
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--green-bg);
  border: 2px solid var(--green2);
  border-radius: 12px;
  padding: 14px 18px 14px 18px;
  margin: 16px 0px 16px 0px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--dark);
}

.rotation-tip strong{
  color: var(--green);
}

.rotation-icon{
  font-size: 22px;
  flex-shrink: 0;
}

/* CTA */
.res-cta{
  text-align: center;
}

.btn-retry{
  display: block;
  background: transparent;
  color: var(--mid);
  border: none;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  margin: 0px auto 0px auto;
}

/* 購入UI */
.buyBox{
  margin: 12px 0px 0px 0px;
  padding: 12px 0px 0px 0px;
  border-top: 1px solid #d8d4cf;
}

.buyBox .price{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

.buyBox .price .main{
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #4A7C59;
}

.buyBox .price .type{
  margin: 0px 6px 0px 0px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #4A7C59;
}

.buyBox .price .sub{
  display: block;
  margin: 4px 0px 0px 0px;
  font-size: 11px;
  line-height: 1.5;
  color: #7A7672;
}

.buyBox .cart-control{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.buyBox .size-add-wrap{
  display: flex;
}

.buyBox .cart-btn{
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 12px 12px 12px 12px;
  background: #4A7C59;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .2s;
}

.buyBox .cart-btn:hover{
  opacity: .85;
}

.buyBox .qty-control-inline{
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.buyBox .qty-btn{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #B0ADAA;
  background: #E8E5E1;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.buyBox .qty-number{
  min-width: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.buyBox .item-subtotal{
  font-size: 12px;
  font-weight: 700;
  color: #4A7C59;
  text-align: center;
}

/* 選択中ボックス */
.resultCartBox{
  margin: 18px 0px 18px 0px;
  padding: 16px 18px 16px 18px;
  border: 2px solid #B0ADAA;
  border-radius: 12px;
  background: #ffffff;
}

.resultCartTit{
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.resultSelectedList{
  margin: 0px 0px 12px 0px;
  font-size: 12px;
  line-height: 1.8;
  color: #3A3733;
}

.resultSelectedList ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.resultTotalPrice{
  margin: 0px 0px 12px 0px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #4A7C59;
}

.resultAddCartBtn{
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 13px 16px 13px 16px;
  background: #4A7C59;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.resultAddCartBtn:disabled{
  background: #C8C4BF;
  cursor: default;
}

/* hover */
@media (min-width: 768px){
  .blendTabBox .item:hover,
  .finderLeadBtnBox .btn:hover{
    opacity: 0.85;
  }
}

/* SP */
@media (max-width: 767px){

  .blendPage{
    padding: 0px 0px 110px 0px!important;
  }

  .titBox{
    width: 90%;
    padding: 20px 0px 0px 0px;
  }

  .titBox .sub{
    font-size: 12px;
  }

  .titBox .tit{
    font-size: 24px;
  }

  .blendPage > .pic{
    width: 90%;
    margin: 16px auto 0px auto;
  }

  .blendTabBox{
    padding: 12px 0px 0px 0px;
  }

  .blendTabBox .inner{
    width: 94%;
    gap: 6px;
  }

  .blendTabBox .item{
    padding: 12px 8px 12px 8px;
    font-size: 14px;
    border-radius: 10px 10px 0px 0px;
  }

  .blendMvBox{
    padding: 24px 0px 0px 0px;
  }

  .blendMvBox .tit{
    width: 90%;
    font-size: 25px;
  }

  .blendMvBox .txt{
    width: 90%;
    font-size: 14px;
    line-height: 1.9;
  }

  .finderLeadBtnBox{
    margin: 16px auto 16px auto;
    padding: 14px 12px 14px 12px;
    width: 90%;
  }

  .finderLeadBtnBox .txt{
    font-size: 12px;
  }

  .finderLeadBtnBox .btn{
    width: 100%;
    padding: 12px 12px 12px 12px;
    font-size: 13px;
  }

  .finder{
    width: 100%;
    padding: 20px 0px 20px 0px;
    border-radius: 12px;
  }

  .head-main{
    font-size: 18px;
  }

  .head-sub{
    font-size: 11px;
    line-height: 1.6;
  }

  .choice-grid{
    grid-template-columns: repeat(2,1fr);
  }

  .worry-grid{
    grid-template-columns: repeat(2,1fr);
  }

  .disease-grid{
    grid-template-columns: repeat(2,1fr);
  }

  .w-none{
    grid-column: span 1;
  }

  .summary-bar{
    gap: 8px;
    padding: 8px 10px 8px 10px;
  }

  .sum-item{
    width: 100%;
  }

  .feeding-box{
    grid-template-columns: repeat(2, 1fr);
  }

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

  .res-grid .rc.r1{
    display: block;
  }

  .res-grid .rc.r1 .rc-img{
    width: 100%;
    min-width: 100%;
    height: 90px;
  }

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

  .rotation-tip{
    padding: 12px 14px 12px 14px;
    font-size: 12px;
  }

  .buyBox .price .main{
    font-size: 17px;
  }

  .buyBox .price .sub{
    font-size: 10px;
  }

  .buyBox .cart-btn{
    font-size: 12px;
    padding: 12px 10px 12px 10px;
  }

  .resultCartBox{
    padding: 14px 12px 14px 12px;
  }

  .resultTotalPrice{
    font-size: 18px;
  }

  .resultAddCartBtn{
    font-size: 13px;
    padding: 12px 12px 12px 12px;
  }

}

@media (max-width: 580px){

  .stepper{
    gap: 0px;
  }

  .st-circle{
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .st-label{
    font-size: 9px;
  }

  .st-conn{
    min-width: 10px;
    margin: 0px 2px 12px 2px;
  }

  .feeding-box{
    grid-template-columns: 1fr;
  }

}


.resultPriceBox{
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.resultTotalPrice{
  margin: 0px 0px 4px 0px;
  font-size: 20px;
  font-weight: 700;
  color: #4A7C59;
}

.resultRegularPrice{
  margin: 0px 0px 6px 0px;
  font-size: 13px;
  font-weight: 700;
  color: #3A3733;
}

.resultSubscriptionNote{
  margin: 0px 0px 0px 0px;
  font-size: 11px;
  line-height: 1.6;
  color: #7A7672;
}


@media (max-width: 767px){

  .resultTotalPrice{
    font-size: 18px;
  }

  .resultRegularPrice{
    font-size: 12px;
  }

  .resultSubscriptionNote{
    font-size: 10px;
  }

}


.resultSinglePrice{
  margin: 8px 0px 0px 0px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #3A3733;
}

.resultBtnBox{
  margin: 14px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.resultSubCartBtn{
  width: 100%;
  border: solid 2px #4A7C59;
  border-radius: 8px;
  padding: 13px 16px 13px 16px;
  background: #ffffff;
  color: #4A7C59;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.purchasePopup{
  position: fixed;
  inset: 0px;
  z-index: 9999;
}

.purchasePopupBg{
  position: absolute;
  inset: 0px;
  background: rgba(0,0,0,0.45);
}

.purchasePopupBox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 520px;
  max-height: 85vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 18px 18px 18px;
}

.purchasePopupClose{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #E8E5E1;
  color: #3A3733;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.popupTit{
  margin: 0px 0px 14px 0px;
  padding: 0px 20px 0px 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #191919;
}

.popupList{
  margin: 0px 0px 14px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

.popupList li{
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 8px 0px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 1.7;
  color: #3A3733;
}

.popupItemLabel{
  display: inline-block;
  margin: 0px 6px 0px 0px;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  background: #4A7C59;
  border-radius: 999px;
  padding: 2px 8px 2px 8px;
}

.popupItemLabel.single{
  background: #B0ADAA;
}

.popupItemNote{
  display: block;
  margin: 4px 0px 0px 0px;
  font-size: 12px;
  line-height: 1.6;
  color: #7A7672;
}

.popupPriceBox{
  margin: 0px 0px 14px 0px;
  padding: 14px 12px 14px 12px;
  background: #F7F8F7;
  border-radius: 12px;
  text-align: center;
}

.popupMainPrice{
  margin: 0px 0px 4px 0px;
  font-size: 22px;
  font-weight: 700;
  color: #4A7C59;
}

.popupSubPrice{
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: 700;
  color: #3A3733;
}

.popupNote{
  margin: 10px 0px 0px 0px;
  font-size: 12px;
  line-height: 1.7;
  color: #7A7672;
}

.popupActionBtn{
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 14px 16px 14px 16px;
  background: #4A7C59;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.popupActionBtn.single{
  background: #3A3733;
}

@media (max-width: 767px){

  .purchasePopupBox{
    width: 94%;
    padding: 20px 14px 14px 14px;
  }

  .popupTit{
    font-size: 18px;
  }

  .popupMainPrice{
    font-size: 20px;
  }

  .popupList li{
    font-size: 13px;
  }

  .popupItemNote{
    font-size: 11px;
  }

}




/* =================================
finder base（.finder / .finderBox統一）
================================= */

.finderBox{
  margin: 0px auto 0px auto;
  padding: 26px 10px 26px 10px;
  max-width: 560px;
  width: 96%;
  border: 2px dashed var(--border);
  border-radius: 14px;
  background: #ffffff;
  position: relative;
}

/* =================================
選んだ内容の目安
================================= */

.selectedDaysBox{
  margin: 18px 0px 18px 0px;
  padding: 16px 18px 16px 18px;
  border: 2px solid #B0ADAA;
  border-radius: 12px;
  background: #F7F8F7;
}

.selectedDaysTit{
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #3A3733;
}

.selectedDaysGrid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.selectedDaysGrid .item{
  margin: 0px 0px 0px 0px;
  padding: 12px 8px 12px 8px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
}

.selectedDaysGrid .label{
  margin: 0px 0px 4px 0px;
  font-size: 11px;
  line-height: 1.4;
  color: #7A7672;
}

.selectedDaysGrid .val{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #4A7C59;
}

/* =================================
既存調整（微修正）
================================= */

/* 給餌量ボックスと視覚揃え */
.feeding-box{
  margin: 0px 0px 18px 0px;
}

/* 選択中ボックスとの余白整理 */
.resultCartBox{
  margin: 18px 0px 18px 0px;
}

/* =================================
SP
================================= */

@media (max-width: 767px){

  .selectedDaysBox{
    margin: 16px 0px 16px 0px;
    padding: 14px 12px 14px 12px;
  }

  .selectedDaysTit{
    font-size: 13px;
  }

  .selectedDaysGrid{
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .selectedDaysGrid .item{
    padding: 10px 6px 10px 6px;
  }

  .selectedDaysGrid .label{
    font-size: 10px;
  }

  .selectedDaysGrid .val{
    font-size: 16px;
  }

}

@media (max-width: 580px){

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

}


.blendSetBannerBox{
  margin: 18px 0px 18px 0px;
  padding: 16px 16px 18px 16px;
  border: 2px solid #B0ADAA;
  border-radius: 12px;
  background: #F7F8F7;
  text-align: center;
}

.blendSetBannerBox .sub{
  margin: 0px 0px 10px 0px;
  font-size: 12px;
  font-weight: 700;
  color: #7A7672;
}

.blendSetBannerBox .pic{
  margin: 0px 0px 14px 0px;
}

.blendSetBannerBox .pic img{
  width: 100%;
  display: block;
  border-radius: 10px;
}

.blendSetBannerBox .ttl{
  margin: 0px 0px 6px 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #3A3733;
}

.blendSetBannerBox .txt{
  margin: 0px 0px 10px 0px;
  font-size: 13px;
  line-height: 1.7;
  color: #7A7672;
}

.blendSetBannerBox .price{
  margin: 0px 0px 12px 0px;
  font-size: 20px;
  font-weight: 700;
  color: #4A7C59;
}

.blendSetBannerBox .price span{
  margin-left: 4px;
  font-size: 11px;
  font-weight: 400;
  color: #7A7672;
}

.blendSetBannerBox .btn a{
  display: inline-block;
  padding: 12px 20px 12px 20px;
  border-radius: 999px;
  background: #4A7C59;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 767px){

  .blendSetBannerBox{
    padding: 14px 12px 16px 12px;
  }

  .blendSetBannerBox .ttl{
    font-size: 15px;
  }

  .blendSetBannerBox .txt{
    font-size: 12px;
  }

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

  .blendSetBannerBox .btn a{
    width: 100%;
    padding: 12px 12px 12px 12px;
  }

}




/* BF専用微調整 */
.supp-section.bf-like{
  margin: 18px 0px 18px 0px;
}

/* アイコンを画像対応 */
.supp-card.bf .supp-icon{
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.supp-card.bf .supp-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* 説明文追加 */
.supp-desc{
  margin: 0px 0px 8px 0px;
  font-size: 12px;
  line-height: 1.7;
  color: #3A3733;
}

/* 注意書き */
.supp-note{
  margin: 6px 0px 10px 0px;
  font-size: 10px;
  line-height: 1.6;
  color: #A0A0A0;
}

/* ボタン */
.supp-btn a{
  display: inline-block;
  padding: 10px 14px 10px 14px;
  border-radius: 999px;
  background: #D4B63A;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 767px){

  .supp-desc{
    font-size: 11px;
  }

  .supp-btn a{
    width: 100%;
    text-align: center;
  }

}

/* アコーディオン */
.acc-toggle{
  margin: 8px 0px 8px 0px;
  padding: 6px 10px 6px 10px;
  border: none;
  background: none;
  font-size: 12px;
  font-weight: 700;
  color: #4A7C59;
  cursor: pointer;
}

.acc-body{
  display: none;
}

.supp-card.acc.open .acc-body{
  display: block;
}

/* 開いたとき */
.supp-card.acc.open .acc-toggle{
  color: #A67C00;
}


