:root {
  --text: #64351c;
  --brand: #edad88;
  --bg-cream: #f9eede;
  --accent2: #edad88;
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --display: "Ultra", serif;
}

/* ===== FV ===== */
.fv {
  position: relative;
  z-index: 2;
}
.fv__bg {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  height: 100%;
  padding: 0;
}
.fv__plate {
  position: absolute;
  right: 10%;
  bottom: -10%;
  height: auto;
}
.fv__band {
  margin: 0 auto;
  font-size: 32px;
  font-family: var(--serif);
  background: var(--accent2);
  color: #fff;
  text-align: left;
  letter-spacing: 0.08em;
  padding: 28px 10px;
}
.fv__band_text {
  margin-left: 10vw;
}

/* ===== Features ===== */
.features {
  background: #f4f6e9;
  padding: 130px 100px;
  position: relative;
  z-index: 5;
}
.features_shine {
  position: absolute;
  left: 0;
  top: -50%;
}
.features_white {
  position: absolute;
  top: -25%;
  width: 100%;
  left: 0;
  max-height: 500px;
}
.features_logo {
  position: absolute;
  right: 3%;
  top: 6%;
}
.features__inner {
  width: min(1200px, 80vw);
  margin-inline: auto;
}
.features__title {
  color: var(--text);
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(28px, 3.6vw, 48px);
  text-align: center;
  letter-spacing: 0.06em;
  margin: 140px 0 125px;
}

.features__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .features__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.feat {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 45px 22px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  color: var(--text);
  max-width: 520px;
  margin: 0 auto;
}

.feat__badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  border-radius: 999px;
  background: #c4d670;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.15;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}
.feat__badge small {
  display: block;
  font-size: 20px;
  margin-bottom: -30px;
}
.feat__badge strong {
  display: block;
  font-size: 46px;
  margin-top: 2px;
}

.feat__heading {
  margin: 40px 0;
  color: #bb511f;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--serif);
  font-size: 28px;
  text-align: center;
}
.feat__span {
  font-size: 16px;
}

.feat__text {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: var(--text);
  margin-top: 30px;
}
.feat__heading .note {
  font-size: 0.5em;
  vertical-align: super;
}

/* 傷病ランキング */
.injury-sec {
  color: var(--text, #333);
  padding: 0px 0px 48px;
}
.injury-sec__bar {
  background: linear-gradient(90deg, #e7a982 0%, #f7c0a0 45%, #f7cdb4 100%);
  padding: 12px 18px;
  margin: 0 auto 24px;
}
.injury-sec__bar-text {
  margin: 0;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 32px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  font-family: serif;
}
.injury-sec__bar-text .lead {
  opacity: 0.9;
  font-weight: 700;
}
.text_accent {
  color: var(--text);
}

.injury-sec__bar-text .num {
  font-size: 1.45em;
  line-height: 1;
  margin: 0 0.1em;
  font-weight: 600;
}
.injury-sec__bar-text .kw {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  font-size: 40px;
}

.injury-sec__inner {
  max-width: 1200px;
  margin: 50px auto;
  align-items: start;
  padding: 0 16px;
}
.injury-sec__body p {
  margin: 0;
  line-height: 2;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: justify;
  width: 75%;
}
.injury-sec__body {
  display: flex;
  gap: 50px;
}

.injury-sec__photo {
  margin: 0;
  overflow: hidden;
  width: 50%;
}
.injury-sec__photo img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-width: 430px;
}

.injury-sec__chart {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.chart_text {
  color: #000;
  font-size: 12px;
  padding-left: 5px;
  padding-top: 5px;
}
.chart_item2 {
  margin-bottom: 24px;
}
.chart_item3 {
  margin-bottom: 24px;
}
.injury-sec__chart img {
  width: 100%;
  height: auto;
  display: block;
}
.injury-sec__note {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  text-align: right;
}

/* セクション背景 */
.prem-report {
  background: #fff;
  padding: 28px 16px 40px;
}
.prem-ribbon {
  position: relative;
  margin-bottom: 16px;
  background: #f4f6e9;
  border-radius: 10px;
  padding: 25px 40px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}
.prem-report_wrapper {
  background: #d8e1b7;
  padding: 35px;
  margin: 0 auto;
  max-width: 1100px;
  border-radius: 10px;
}
.prem-ribbon__lead {
  display: inline-block;
  position: absolute;
  background: #7eba8f;
  color: #fff;
  padding: 15px 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 24px;
  margin-top: -9%;
  margin-left: -5%;
}
.prem-ribbon__title {
  margin: 10px 0 0;
  color: var(--text);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-size: 32px;
  font-family: serif;
}

.prem-ribbon__title .em {
  display: inline-block;
  position: relative;
  font-weight: 900;
  letter-spacing: 0.06em;
  background-clip: text;
  font-size: 36px;
  color: #e2853a;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.prem-ribbon__title .em::after {
  content: "";
  display: block;
  height: 3px;
  margin: 5px auto 0;
  width: 100%;
  font-size: 40px;
  background: repeating-linear-gradient(
    90deg,
    #efc874 0 8px,
    /* ドットの幅 */ transparent 5px 15px /* 間隔（8→18で10px隙間） */
  );
  border-radius: 5px; /* 端を少し丸く */
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.05));
}

.prem-ribbon__logo {
  position: absolute;
  right: 20%;
  top: -18%;
  width: 240px;
  height: auto;
}
.prem-ribbon__badge {
  position: absolute;
  right: 20%;
  top: -58%;
  width: 265px;
  height: auto;
}
.prem-ribbon__bottle {
  position: absolute;
  right: 26px;
  top: -25px;
  width: 165px;
  height: auto;
  transform: translateY(-14px); /* 必要なら調整 */
}

/* 本文カード */
.prem-card {
  position: relative;
  display: flex;

  background: #f7f6ed;
  border-radius: 12px;
  padding: 24px 20px;
}

/* 左のラベル：位置と配色だけ整える */
.prem-side {
  position: absolute;
  top: 0px; /* カード内での縦位置 */
  left: 0px; /* カード左端からの余白 */
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 32px 18px;
  background: #87b993;
  color: #fff; /* テキストは白 */
  border-top-left-radius: 10px; /* 左上だけ丸める */
  border-bottom-left-radius: 10px; /* 左下だけ丸める */
  border-top-right-radius: 0; /* 右は四角 */
  border-bottom-right-radius: 0;
  min-height: 48px;
  z-index: 2;
  font-size: 30px;
  max-height: 102px;
  /* 見出しより手前に */
}
.prem-side::after {
  content: "";
  position: absolute;
  top: 0;
  right: -28%;
  width: 0;
  height: 0;
  border-top: 51px solid transparent;
  border-bottom: 51px solid transparent;
  border-left: 50px solid #87b993;
}
.prem-side__text {
  color: #fff;
}

.prem-card__head {
  padding-left: 210px;
  display: block;
}

.prem-side__icon {
  width: 35px;
  height: 100%;
}
.prem-card__head {
  padding-left: 130px;
  display: flex;
}
.prem-card__title {
  margin: auto 0 auto 6vw;
  color: #73a080;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-size: 24px;
  white-space: nowrap;
}
.prem-card__title:hover {
  opacity: 0.7;
}
.u {
  text-decoration: underline;
  text-decoration-color: #73a080;
  text-decoration-thickness: 2px;
  font-weight: 600;
}
.prem-card__sub {
  margin: auto 0 auto 20px;
  color: #231815;
  font-size: 12px;
  line-height: 1.1;
}
.prem-card1 {
  margin-bottom: 10px;
}

/* 2カラム */
.prem-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}
.prem-col__lead {
  margin: 0 0 10px;
  color: #c16c3c;
  font-weight: 700;
}
.prem-col__lead .em {
  color: #e0803b;
}

/* セクション全体 */
.owner-voice {
  background: #f7f6ed;
  border: 1px solid #d9e0cf;
  border-radius: 12px;
  padding: 50px 20px 20px;
  position: relative;
}

/* 見出し行 */
.owner-voice__lead {
  margin: 0 0 12px;
  padding: 6px 10px 20px 170px;
  border-radius: 8px;
  color: var(--text);
  font-weight: 600;
  font-size: 20px;
  font-family: serif;
  border-bottom: 10px solid #e5eacd;
}
.owner-voice__lead .em {
  color: #ed9068;
  font-weight: 700;
  font-size: 24px;
}

/* 2カラム */
.owner-voice__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}
.owner-voice__col p {
  margin: 0 0 12px;
  line-height: 1.55;
  color: var(--text);
  font-size: 20px;
  text-align: justify;
}

/* 上の小さめポートレート */
.ov-photo {
  margin: 0px 0 12px;
  width: 140px; /* 必要に応じて調整 */
  border-radius: 10px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
  shape-outside: circle(50%);
}
.ov-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.ov-photo--small {
  float: left;
  margin: -100px 24px 10px 0;
}
.ov-card {
  margin: 10px 0 0;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px;
}
.ov-card img {
  height: auto;
  display: block;
  width: 100%;
}
.ov-card figcaption {
  font-size: 14px;
  line-height: 1.7;
  color: #4f4a3d;
}
.ov-card_sp {
  display: none;
}
.more-btn {
  display: none;
}
/* シェアセクション */
.share_no1 {
  background: #f4f6e9;
  padding: 90px 0;
  position: relative;
}
.share_logo {
  position: absolute;
  right: 3%;
  top: -3%;
  width: 350px;
  height: auto;
  z-index: 1;
}
.share_title {
  color: var(--text);
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(28px, 3.6vw, 48px);
  text-align: center;
  letter-spacing: 0.06em;
  margin: 40px 0 70px;
  position: relative;
  z-index: 2;
}
.share-1 {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.share-2 {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.share_label {
  background: linear-gradient(90deg, #70ac7c 20%, #9cc19a 79%);
  font-size: 32px;
  padding: 25px 0 30px;
  color: #fff;
  font-family: serif;
  line-height: 1.5;
}
.share_label p {
  text-align: center;
}
.share_label span {
  font-size: 24px;
}

/* レイアウト */
.nutri {
  display: block;
  gap: 24px 32px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 67px;
}
.nutri__col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  gap: 10px;
}
.nutri__col p {
  margin: 35px 0 14px;
  line-height: 1.6;
  color: var(--text);
  font-size: 18px;
}

.nutri__hd {
  margin: 0 0 10px;
  color: #225832;
  font-weight: 500;
  font-size: clamp(18px, 2.6vw, 24px);
  line-height: 1.4;
  font-family: serif;
}
.nutri__hd-sub {
  margin-top: 64px;
}

.nutri__img {
  margin: 8px 0;
  margin: 0 auto;
}
.nutri__img img {
  max-width: 346px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.nutri__img2 {
  max-width: 521px;
}
.nutri__col2 {
  gap: 0;
}
.nutri_label {
  background: #beb570;
  font-size: 36px;
  padding: 25px 0 30px;
  color: #fff;
  margin-top: 80px;
  font-family: serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.nutri_text_content {
  max-width: 550px;
}
.nutri_label-inner {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.nutri_label p {
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
.nutri_animal {
  padding-left: 20px;
  max-width: 70px;
}
/* Expert Voice */
.expert {
  color: var(--text);
  margin-bottom: 150px;
  background: #fff9e6;
}
.expert__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: start;
  border-radius: 14px;
  padding: 62px 0 24px;
}
.expert__card {
  background: #fff;
  border-radius: 16px;
  padding: 18px 22px 22px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.expert__label {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 6px;
}
.expert__name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px;
}
.expert__photo {
  margin: 0;
  overflow: hidden;
}
.expert__photo img {
  display: block;
  height: auto;
  max-width: 278px;
}
.expert__content {
  line-height: 1.6;
  font-size: 24px;
}
.expert__content p:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 820px) {
  .expert__inner {
    grid-template-columns: 1fr;
  }
  .expert__card {
    order: 1;
  }
  .expert__content {
    order: 2;
  }
}

/* ===== 成分表・使用方法 ===== */
.spec {
  padding: 0 0 200px;
  color: var(--text);
  position: relative;
  z-index: 3;
}
.logo_component {
  position: absolute;
  top: -30%;
  right: 0;
  z-index: 2;
}
.logo_use {
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 2;
}
.spec__inner {
  width: min(720px, 92vw);
  margin-inline: auto;
}
.spec__title {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  font-family: var(--serif);
  margin: 0 0 74px;
}
.spec__lead {
  font-weight: 600;
  color: var(--text);
  font-family: var(--serif);
  margin: 0 0 17px;
  font-size: 28px;
}
.spec__lead--mt {
  margin-top: 28px;
}
.apec_sub {
  font-size: 20px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--text);
  background: #fff;
  font-size: 20px;
}
.table th,
.table td {
  border: 1px solid var(--text);
  padding: 5px;
  vertical-align: top;
  line-height: 1.8;
}

.table--spec th {
  background: #ecf4d9;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.12em;
  vertical-align: middle;
}

.table--dose thead th {
  background: #ecf4d9;
  text-align: center;
  padding: 12px 10px;
  font-weight: 500;
}
.table--dose tbody td {
  text-align: center;
}

.table--spec {
  table-layout: auto;
}

.table--spec th {
  background: #ecf4d9;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.12em;
  font-weight: 500;
}

/* ==== 商品詳細 ==== */
.tripanel {
  padding: 32px 0 64px;
}
.tripanel__inner {
  width: min(1200px, 92vw);
  margin-inline: auto;
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.tripanel__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.tripanel__text {
  color: var(--text, #64351c);
  line-height: 1.5;
  margin-left: 20px;
}
.tripanel__text h3 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
}
.tripanel__text .price {
  margin: 10px 0 20px;
  font-size: 18px;
  font-weight: 600;
}
.tripanel__text .price strong {
  font-weight: 800;
}
.tripanel__text .note {
  font-size: 14px;
  opacity: 0.9;
}
.tripanel__item_logo {
  max-width: 484px;
  width: 484px;
}
.tripanel__item_product {
  max-width: 190px;
  width: 190px;
}
.tripanel_content {
  display: flex;
}
.share_text_sp_1 {
  display: none;
}
.share_text_sp_2 {
  display: none;
}

/* CTAセクション */
.cta-store {
  background: #edad88;
  padding: 80px 0;
  color: #fff;
}

.cta-store__inner {
  width: min(1200px, 92vw);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: start;
  position: relative;
}
.cta-store-row {
  gap: 60px;
  margin-top: 32px;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 640px;
  width: 640px;
}

.cta-store__copy {
  flex: 1;
  text-align: left;
  max-width: 680px;
  white-space: nowrap;
  margin-left: 100px;
}

.cta-store__lead {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.cta-store__sub {
  margin: 30px 0;
  opacity: 0.95;
  font-size: 32px;
}

.cta-store__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  padding: 20px;
  background: #fff;
  color: #64351c;
  border-radius: 999px;
  font-weight: 600;
  font-size: 32px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta-store__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.14);
}

.cta-store__photo {
  flex: 0 0 auto;
  position: absolute;
  right: 10%;
  top: 10%;
}
.cta-store__photo img {
  width: 256px;
  height: 256px;
}

/* アニメーション */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1s ease, transform 0.6s cubic-bezier(0.2, 0.65, 0.2, 1);
  will-change: transform, opacity;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.reveal[data-ani="up"] {
  transform: translateY(35px);
}
.reveal[data-ani="left"] {
  transform: translateX(-45px);
}
.reveal[data-ani="right"] {
  transform: translateX(45px);
}
.reveal[data-ani="scale"] {
  transform: scale(0.98);
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
}
.reveal[data-ani="left"] {
  transform: translateX(-35px);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
[data-stagger] > .reveal {
  transition-delay: calc(var(--i, 0) * 300ms);
}

/* SP: 縦並び */
@media (max-width: 780px) {
  .cta-store__inner {
    flex-direction: column-reverse;
    text-align: center;
  }
  .cta-store__photo {
    margin-top: 8px;
  }
  .cta-store__btn {
    min-width: 260px;
  }
}

/* レスポンシブ */
@media (max-width: 980px) {
  .tripanel__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "logo bottle"
      "text text";
  }
  .tripanel__item:nth-child(1) {
    grid-area: logo;
  }
  .tripanel__item:nth-child(2) {
    grid-area: bottle;
  }
  .tripanel__item:nth-child(3) {
    grid-area: text;
  }
}
@media (max-width: 640px) {
  .tripanel__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 560px) {
  .table--spec th {
    width: 6.5em;
  }
  .table th,
  .table td {
    padding: 12px;
  }
}
@media (max-width: 1150px) {
  .fv__plate {
    height: 30%;
    right: 4%;
  }
  .features_white {
    top: -15%;
  }
  .fv__band_text {
    margin-left: 3vw;
    font-size: 24px;
  }
  .features {
    padding: 130px 50px;
  }
  .feat {
    padding: 22px;
  }
  .feat__heading {
    font-size: 22px;
  }
  .features__grid {
    gap: 24px;
  }
  .features_logo {
    max-width: 400px;
    top: 5%;
  }
  .features_shine {
    max-width: 300px;
  }
  .features__title {
    margin: 110px 0 clamp(28px, 6vw, 91px);
  }
  .injury-sec__body p {
    width: 65%;
    font-size: 20px;
  }
  .prem-ribbon__lead {
    font-size: 20px;
  }
  .prem-ribbon__title .em {
    font-size: 24px;
  }
  .prem-ribbon__title {
    font-size: 22px;
  }
  .prem-ribbon__logo {
    width: 200px;
    right: 15%;
  }
  .prem-ribbon__bottle {
    width: 120px;
    right: 23px;
    top: -0px;
  }
  .prem-ribbon__badge {
    width: 220px;
    right: 12%;
  }
  .prem-card__title {
    font-size: 20px;
    margin: auto 0 auto 10vw;
  }
  .prem-card__head {
    display: block;
    text-align: center;
  }
  .prem-card__sub {
    text-align: left;
    padding-left: 80px;
    padding-top: 5px;
  }
  .ov-card_sp {
    display: flex;
    justify-content: center;
  }
  .owner-voice__grid {
    grid-template-columns: 1fr;
  }
  .ov-card {
    display: none;
  }
  .nat_logo {
    max-width: 400px;
    top: -8%;
  }
  .faq_logo {
    max-width: 400px;
  }
  .logo_component {
    max-width: 350px;
    top: -30%;
  }
  .logo_use {
    max-width: 350px;
    bottom: -10%;
  }
  .spec {
    padding: 0 0 100px;
  }
  .natural_img {
    width: 100%;
  }
  .cta-store {
    padding: 60px 0;
  }
  .cta-store-row {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 28px;
    margin-top: 10px;
    justify-content: center;
  }
  .cta-store__inner {
    text-align: center;
  }
  .cta-store__lead {
    font-size: 24px;
  }
  .cta-store__sub {
    font-size: 20px;
    margin: 0 0 24px;
  }
  .cta-store__photo {
    margin-top: 8px;
    position: relative;
    right: 0;
  }

  .cta-store__btn {
    font-size: 16px;
    padding: 10px;
    min-width: 260px;
  }
  .cta-store__photo img {
    max-width: 150px;
    max-height: 150px;
  }
  .cta-store__copy {
    margin: 0;
  }
  .cta-store__inner {
    justify-content: center;
  }
}
/* SP: 縦並び */
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .fv__plate {
    display: none;
  }
  .fv__band {
    display: none;
  }
  .features_white {
    top: -6%;
  }
  .feat {
    padding: 45px 16px;
  }
  .features {
    padding: 50px 20px;
  }
  .features__inner {
    width: 80vw;
  }
  .features_shine {
    display: none;
  }
  .features_logo {
    right: 0;
    top: 0% !important;
    width: 200px;
  }
  .features__title {
    font-size: clamp(34px, 3.6vw, 48px);
    margin: 50px 0 clamp(65px, 4vw, 91px) !important;
  }
  .feat__text {
    font-size: 14px;
    max-width: 300px;
    align-items: center;
    text-align: center;
    margin: 24px auto 0;
  }
  .feat__heading {
    margin: 30px 0 10px;
    font-size: 16px;
  }
  .feat__badge strong {
    font-size: 36px;
  }
  .features__grid {
    gap: clamp(80px, 2.6vw, 13px) !important;
  }
  .injury-sec {
    background: #f4f6e9;
    padding: 0px 0px 24px;
  }
  .injury-sec__bar {
    padding: 60px 24px;
  }

  .injury-sec__bar-text .lead {
    font-size: 24px;
  }
  .injury-sec__bar-text .num {
    font-size: 42px;
    font-weight: 700;
  }
  .injury-sec__body p {
    font-size: 14px;
    width: 100%;
  }
  .injury-sec__chart {
    display: block;
  }
  .chart_item {
    margin-bottom: 20px;
  }
  .text_accent {
    font-size: 24px;
  }
  .injury-sec__bar-text .kw {
    font-weight: 500;
    font-size: 32px;
  }
  .injury-sec__photo {
    order: -1;
    width: 100%;
  }
  .injury-sec__body {
    flex-direction: column-reverse;
    width: 100%;
    gap: 20px;
  }
  .injury-sec__bar {
    margin-bottom: 0;
  }
  .injury-sec__inner {
    margin: 20px auto;
  }
  .prem-report {
    margin-top: 48px;
  }
  .prem-report_wrapper {
    padding: 20px 10px;
  }
  .prem-ribbon__lead {
    margin-top: -13%;
    font-size: 14px;
    padding: 10px 20px;
  }
  .prem-ribbon__title {
    font-size: 18px;
  }
  .prem-ribbon__title .em {
    font-size: 18px;
  }
  .prem-ribbon {
    padding: 5px 13px 10px;
  }
  .prem-ribbon__logo {
    right: 0%;
    width: 85px;
  }

  .prem-ribbon__bottle {
    right: 10%;
    top: 30%;
    width: 70px;
  }
  .prem-ribbon__badge {
    right: 5%;
    top: -40%;
    width: 120px;
  }
  .prem-ribbon__title .em::after {
    height: 3px;
    margin: 3px auto 0;
    background: repeating-linear-gradient(
      90deg,
      #efc874 0 3px,
      transparent 3px 5px
    );
  }
  .prem-side {
    padding: 13px;
    font-size: 20px;
  }
  .prem-side__icon {
    width: 25px;
  }
  .prem-side::after {
    right: -21%;
    border-top: 27.5px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 27.5px solid #87b993;
  }
  .prem-card__head {
    padding-left: 0;
    font-size: 14px;
    display: flex;
  }
  .more-btn {
    display: inline;
  }
  .prem-card1 {
    justify-content: center;
  }
  .prem-card__title {
    margin: 15% 0 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .prem-card__sub {
    position: absolute;
    right: 5%;
    font-size: 10px;
    padding: 0;
  }
  .owner-voice {
    padding: 20px;
  }
  .owner-voice__lead {
    padding: 0 0 5px 50px;
    font-size: 14px;
    border-bottom: 4px solid #e5eacd;
    white-space: nowrap;
  }
  .ov-photo img {
    position: absolute;
    width: 70px;
    top: -0.5%;
    left: -1%;
  }
  .owner-voice__col p {
    font-size: 14px;
  }
  .owner-voice__lead .em {
    font-size: 14px;
    line-height: 1.4;
  }
  .ov-card {
    display: none;
  }
  .ov-card_sp {
    display: block;
    margin: 0;
    align-items: center;
  }
  .ov-card_sp img {
    width: 100%;
    margin: 12px auto;
  }
  .owner-voice__grid {
    gap: 0;
  }
  .owner-voice__col p {
    margin: 0;
  }
  /* 続きを見るボタン */
  .more-target {
    display: none;
  }
  .owner-voice__col2 {
    display: none;
  }
  .more-btn {
    background: none;
    border: none;
    color: #73a080;
    font-weight: bold;
    cursor: pointer;
    margin-top: 8px;
    text-decoration: underline;
  }
  .more-btn:hover {
    opacity: 0.75;
  }
  .owner-voice__col.is-open .more-target {
    display: inline;
  }
  .owner-voice__col2.is-open {
    display: inline;
  }

  .owner-voice__col.is-open .more-btn {
    display: none;
  }
  /* シェアセクション */
  .share_no1 {
    padding: 40px 10px;
  }
  .share_title {
    margin: 40px 0;
  }
  .share_logo {
    width: 200px;
  }
  .share_wrapper img {
    width: 100%;
  }
  .share_text_sp_1 {
    display: block;
    margin: 10px 0;
    line-height: 1.5;
    color: #225832;
    font-family: serif;
    font-weight: 500;
  }
  .share_text_sp_2 {
    display: block;
    margin: 10px 0 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .share_label p {
    font-size: 18px;
  }
  .share_label span {
    font-size: 16px;
  }
  /* 不足しがちな栄養素 */
  .nutri {
    margin-top: 35px;
    padding: 0 16px;
  }
  .nutri__col {
    flex-direction: column;
  }
  .nutri__col2 {
    flex-direction: column-reverse;
  }
  .nutri__hd {
    text-align: center;
    font-weight: 500;
  }
  .nutri__col p {
    font-size: 14px;
    margin: 14px 0;
  }
  .nutri__hd-sub {
    margin-top: 32px;
  }
  .nutri__img2 {
    width: 85%;
    margin: 0 auto;
  }
  .nutri__img img {
    width: 95%;
    margin: 0 auto;
  }
  .nutri_label {
    position: relative;
    padding: 20px 0;
  }
  .expert__inner {
    padding: 32px 16px;
  }
  .nutri_label p {
    font-size: 16px;
  }
  .nutri_animal {
    margin-left: -30px;
    margin-top: -50px;
    width: 50px;
    transform: rotate(25deg);
  }
  /* 学会発表製品 */
  .expert {
    margin: 0;
  }
  .expert__inner {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .expert__content {
    font-size: 14px;
  }
  .text_content {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: auto 0;
  }
  .expert__label {
    font-size: 16px;
    white-space: nowrap;
  }
  .expert__name {
    font-size: 22px;
  }
  .expert__card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px;
    margin: 0 auto;
  }
  .expert__photo img {
    max-width: 120px;
    margin: auto;
    width: 100%;
  }
  .spec__title {
    margin-top: 74px;
  }

  .spec__title {
    font-size: 32px;
    margin-bottom: 34px;
  }
  .spec__lead {
    font-size: 18px;
  }
  .table {
    font-size: 12px;
  }
  .table--spec .col-th {
    width: 5.5em;
  }
  .spec {
    padding: 0 0 80px;
  }
  .table--dose tbody td {
    padding: 5px;
    font-size: 10px;
    white-space: nowrap;
  }
  .table--dose thead th {
    font-size: 10px;
    padding: 5px;
  }

  .logo_component {
    width: 220px;
    top: -28% !important;
  }
  .apec_sub {
    font-size: 13px;
  }
  .spec__lead {
    font-size: 15px;
    white-space: nowrap;
  }

  .logo_use {
    width: 220px;
    bottom: -5% !important;
  }
  .natural__title {
    margin: 0 0 30px;
  }
  .nat_logo {
    width: 200px;
    top: -2% !important;
  }
  .natural__lead {
    font-size: 14px;
    margin: 0;
  }
  .natural_img {
    width: 100%;
    margin: 16px auto;
  }
  .nat-row__label {
    font-size: 16px;
    max-width: 200px;
    margin: auto !important;
    grid-area: label;
    padding: 14px;
    font-weight: 500;
  }
  .nat-row__heading {
    font-size: 16px;
    margin: 15px 0 0;
    grid-area: heading;
    text-align: center;
  }
  .nat-row__text {
    text-align: center;
  }
  .nat-row {
    gap: 0;
    grid-template-areas:
      "label"
      "heading"
      "media"
      "body";
  }
  .nat-row__body {
    grid-area: body;
    font-size: 14px;
    max-width: 335px;
    margin: 10px auto;
  }
  .nat-row__media {
    grid-area: media;
    margin: 10px auto;
  }
  .tripanel {
    padding: 0 0 60px;
  }
  .tripanel__item_product {
    max-width: 100px;
  }
  .tripanel__item_logo {
    max-width: 190px;
  }
  .tripanel__media {
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .tripanel__items {
    margin-bottom: 10px;
  }
  .tripanel__text {
    margin-left: 0;
  }
  .tripanel__text h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .tripanel__text .price {
    font-size: 16px;
    margin: 10px 0;
  }
  .tripanel__text .note {
    margin-bottom: 10px;
  }
  .tripanel__inner {
    gap: 18px;
    flex-direction: column;
    gap: 0;
  }

  .tripanel_content {
    display: flex;
  }

  .table--spec th {
    width: 6.5em;
  }
  .table th,
  .table td {
    padding: 12px;
  }
  .cta-store-row {
    gap: 10px;
  }
  .cta-store__sub {
    font-size: 20px;
    margin: 0 0 16px;
  }
  .cta-store__photo img {
    max-width: 100px;
    max-height: 100px;
  }
  .cta-store__lead {
    font-size: 20px;
  }
  .cta-store__sub {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
