@charset "UTF-8";
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: pink;
}

::selection {
  background-color: pink;
}

html {
  font-size: 62.5%;
  overflow-x: auto;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.main {
  overflow-x: hidden;
  background: #fff;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

textarea {
  resize: none;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00183c;
}

@font-face {
  font-family: "Poppins";
  src: url("../css/fonts/Poppins/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../css/fonts/Poppins/Poppins-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.container {
  width: 100%;
  max-width: 117rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.p-recommend {
  background: #f8efe0;
  padding-bottom: 10px;
}
.p-recommend__title-wrapper {
  background: #6f8260;
}
.p-recommend__title {
  display: table;
  margin: 0 auto;
  color: var(--BG_beige, #fffcf7);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: 0.8px;
  position: relative;
}
.p-recommend__title::before {
  position: absolute;
  content: "";
  left: -31px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 21px;
  background-image: url(../img/common/title-before-white.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-recommend__title::after {
  position: absolute;
  content: "";
  right: -31px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 21px;
  background-image: url(../img/common/title-after-white.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-recommend__img {
  width: 100%;
}
.p-recommend__text {
  margin: 16px auto;
  width: 92%;
}
.p-recommend__text p {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
.p-recommend__text p + p {
  margin-top: 24px;
}
.p-recommend__thoughts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--brown, #795020);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
  padding: 16px 0;
  margin-top: -7px;
}
.p-recommend__thoughts_highlight {
  padding: 2px 10px;
  background: #bfa06d;
  color: var(--white, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
  margin-right: 14px;
}
.p-recommend__img-lists .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.p-recommend__img-lists .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  background: none;
  font-size: 0; /* 数字を消す */
  cursor: pointer;
}
.p-recommend__img-lists .slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bea885;
  opacity: 1;
}
.p-recommend__img-lists .slick-dots li.slick-active button:before {
  background-color: #795020;
}
.p-recommend__price-wrapper {
  padding: 32px 0 48px;
  margin: -5px auto 0;
  width: 100%;
  background: #f8efe0;
}
.p-recommend__price-wrapper button {
  display: block;
  width: 92%;
  margin: 8px auto 0;
}

.p-top__eyecatch {
  width: 100%;
}
.p-top__eyecatch img {
  width: 100%;
  height: auto;
}
.p-trouble {
  position: relative;
  padding: 16px 0 1px;
  background: #e4e4e3;
}
.p-trouble__absolute-right {
  position: absolute;
  top: -11.5px;
  right: 28px;
  width: 44px;
  height: 52px;
}
.p-trouble__absolute-right--tear {
  top: -27.5px;
  right: 0px;
}

.p-trouble__title {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  letter-spacing: 0.88px;
}

.p-trouble__title--tear {
  margin-top: 5px;
  margin-bottom: 26px;
}
.p-trouble__title strong {
  font-size: 34px;
}

.p-trouble__problems {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 16px auto;
}

.p-trouble__problem-item-cause,
.p-trouble__problem-image-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.p-trouble__problem-item-cause {
  margin-bottom: 8px;
}

.p-trouble__problem-image-warning {
  width: 163px;
}

.p-trouble__problem-image-text-content-tear {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.72px;
}
.p-trouble__problem-image-text-content-red {
  color: var(--red, #b62727);
  text-align: center;

  /* Ja_16px */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
.p-trouble__problem-image-text-content-red strong {
  font-size: 20px;
  letter-spacing: 0.8px;
}

@media (max-width: 390px) {
  .p-trouble__problem-image-text-content-tear {
    font-size: 16px;
  }
  .p-trouble__problem-image-text-content-red {
    font-size: 14px;
  }
  .p-trouble__problem-image-text-content-red strong {
    font-size: 18px;
  }
}

.p-trouble__problem-item {
  text-align: center;
}

.p-trouble__problem-image {
  width: 140px;
  overflow: hidden;
}

.p-trouble__problem-image img {
  width: 100%;
  display: block;
}

@media (max-width: 375px) {
  .p-trouble__problem-image {
    width: 120px;
  }
}

.p-trouble__problem-text {
  display: flex;
  padding: 4px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px 8px 0px 0px;
  background: var(--red, #b62727);

  color: var(--BG_beige, #fffcf7);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
}

.p-trouble__problem-text-small {
  font-size: 14px;
}

.p-trouble__problem-image-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px 12px;
  border-radius: 0 0 8px 8px;
  background: #fcfcfc;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}
.p-trouble__problem-image-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 220px;
}
@media (max-width: 390px) {
  .p-trouble__problem-image-text {
    width: auto;
    flex: 1;
  }
}
.p-trouble__problem-image-text-title {
  display: flex;
  flex-direction: column;
}
.p-trouble__problem-image-text-title-main {
  display: inline-block;
  margin-right: auto;
  padding: 0px 4px;
  background: #fffeb1;
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}
.p-trouble__problem-image-text-title-sub {
  display: inline-block;
  margin-left: auto;
  color: var(--black, #333);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  letter-spacing: 0.72px;
}

.p-trouble__problem-image-text-content {
  text-align: left;
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.56px;
}

.p-trouble__problem-image-text-content span {
  color: var(--red, #b62727);
  font-weight: 700;
}

@media (max-width: 430px) {
  .p-trouble__problem-text-small {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .p-trouble__problem-image-text-title-main {
    font-size: 18px;
  }
  .p-trouble__problem-image-text-title-sub {
    font-size: 18px;
  }
  .p-trouble__problem-image-text-content {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .p-trouble__problem-text-small {
    font-size: 10px;
  }
  .p-trouble__problem-image-text-title-main {
    font-size: 16px;
  }
  .p-trouble__problem-image-text-title-sub {
    font-size: 16px;
  }
  .p-trouble__problem-image-text-content {
    font-size: 12px;
  }
}

.p-trouble__message {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding-inline: 20px;
  padding-bottom: 12px;
}

.p-trouble__message-main {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 24px */
  letter-spacing: 0.64px;
  margin-bottom: 8px;
}

.p-trouble__message-highlight-brown {
  color: var(--BG_beige, #fffcf7);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  border-radius: 8px;
  background: var(--beige, #bea885);
  padding: 4px;
}

.p-trouble__message-emphasis {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 350px) {
  .p-trouble__title {
    font-size: 18px;
  }
  .p-trouble__message-main {
    font-size: 14px;
  }
  .p-trouble__message-emphasis {
    font-size: 20px;
  }
}

.p-trouble__message-conclusion {
  padding: 16px 0 24px 0;
  background: var(--BG_beige, #fffcf7);
}
.p-trouble__message-conclusion-text {
  text-align: center;
  margin-bottom: 10px;
}

.p-trouble__message-highlight {
  color: var(--red, #b62727);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  letter-spacing: 0.88px;
}

.p-trouble__message-normal {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.p-trouble__message-final {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}

.p-trouble__message-final-emphasis {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}

.p-trouble__triangle {
  margin-top: -10px;
  z-index: 1;
  position: relative;
  background: #f6f6f6;
}

.p-trouble__triangle img {
  display: block;
  margin-top: -15px;
}
/* header */
.pc-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pc-bg/pc-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1260px) {
  .pc-bg {
    display: none;
  }
}
.pc-bg__left {
  width: 360px;
  position: absolute;
  top: 150px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-630px);
}
.pc-bg__front {
  /* 一時的に非表示 2025/07/09 */
  display: none !important;
  all: unset;
  width: 100%;
}
.pc-bg__front a {
  width: 100%;
}
.pc-bg__front a img {
  width: 100%;
}
.pc-bg__ingredients {
  /* 一時的に非表示 2025/07/09 */
  display: none !important;
  all: unset;
  width: 100%;
  margin-top: 16px;
}
.pc-bg__ingredients a {
  width: 100%;
}
.pc-bg__ingredients a img {
  width: 100%;
}
.pc-bg__allergy {
  /* 一時的に非表示 2025/07/09 */
  display: none !important;
  all: unset;
  width: 100%;
  margin-top: 16px;
}
.pc-bg__allergy a {
  width: 100%;
}
.pc-bg__allergy a img {
  width: 100%;
}
.pc-bg__logo {
  width: 227px;
  margin: 50px auto 0;
}
.pc-bg__right {
  /* 一時的に非表示 2025/07/09 */
  display: none !important;
  width: 350px;
  position: absolute;
  top: 112px;
  right: 50%;
  transform: translateX(630px);
}
.pc-bg__worry-title {
  display: table;
  margin: 0 auto;
  text-align: center;
  color: var(--green, #6f8260);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  position: relative;
}
.pc-bg__worry-title::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/pc-bg/title-before.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.pc-bg__worry-title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/pc-bg/title-after.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.pc-bg__btn-container {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.pc-bg__right-btn {
  all: unset;
  width: 50%;
}
.pc-bg__size-title,
.pc-bg__age-title {
  display: table;
  margin: 40px auto 0;
  text-align: center;
  color: var(--green, #6f8260);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  position: relative;
}
.pc-bg__size-title::before,
.pc-bg__age-title::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/pc-bg/title-before.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.pc-bg__size-title::after,
.pc-bg__age-title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/pc-bg/title-after.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-footer-menu {
  /* 一時的に非表示 2025/07/09 */
  display: none !important;
  padding-top: 48px;
  background: #f6f6f6;
}
.p-footer-menu__head {
  padding-left: 40px;
  background: #bea885;
  width: 92%;
  margin: 0 auto;
  color: var(--white, #fff);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  line-height: 56px;
  position: relative;
}
.p-footer-menu__head::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/footer/footprints.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* footer */
.p-footer-menu__lists {
  width: 92%;
  margin: 0 auto;
}
.p-footer-menu__list + .p-footer-menu__list {
  border-top: 0.2px solid #bea885;
}
.p-footer-menu__list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
}
.p-footer-menu__list-img {
  width: 64px;
}
.p-footer-menu__list-img img {
  width: 100%;
  height: auto;
}
.p-footer-menu__list-text {
  color: var(--gray, #777);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  text-decoration: none;
}

.l-footer {
  background: #918879;
}
.l-footer__menu-lists {
  display: flex;
  gap: 45px 0;
  /* justify-content: center; */
  flex-wrap: wrap;
  padding: 32px 0;
}
.l-footer__menu-list {
  width: 50%;
}
.l-footer__menu-list a {
  display: block;
  color: var(--white, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
  text-decoration: none;
}
.l-footer__copyright {
  background: #736c60;
  padding: 12px 0;
  text-align: center;
}
.l-footer__copyright small {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
  letter-spacing: 0.4px;
}
/* header */
.l-header {
  padding: 12px 4.2%;
  background: #fffcf7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.l-header__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.l-header__left-img {
  width: 144px;
}
.l-header__left-img img {
  width: 100%;
  height: auto;
}
.l-header__left-name {
  color: var(--green, #6f8260);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
}
.l-header__open {
  /* 一時的に非表示 2025/07/09 */
  display: none !important;
  width: 42px;
}
/* ハンバーガーメニュー */
.p-hamburger {
  position: absolute;
  max-height: 100vh;
  top: 0;
  right: 0;
  width: 290px;
  height: 100vh;
  z-index: 9999;
  /* 初期状態では画面外に隠しておく */
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.p-hamburger__bg {
  background: rgba(188, 188, 188, 0.4);
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 5;
}
.p-hamburger__container {
  background: #fff;
  width: 290px;
  margin-left: auto;
  position: relative;
  z-index: 20;
}
.p-hamburger__content {
  position: relative;
  max-height: 100vh;
  overflow-y: scroll;
}
.p-hamburger__close {
  display: none;
  position: absolute;
  width: 36px;
  top: 10px;
  left: -50px;
  z-index: 20;
}
.p-hamburger__head {
  color: var(--white, #fff);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.64px;
  background: #bea885;
  padding-left: 40px;
  position: relative;
}
.p-hamburger__head::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  background-image: url(../img/header/footprint.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-hamburger__list:nth-child(odd) {
  background: #fffdf3;
}
.p-hamburger__list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 14px;
  text-decoration: none;
}
.p-hamburger__list-img {
  width: 48px;
}
.p-hamburger__list-text {
  color: var(--gray, #777);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}

.p-hamburger.is-active {
  /* クラスが付与されたらメニューを画面内にスライドイン */
  transform: translateX(0);
}

.p-hamburger.is-active .p-hamburger__close {
  display: block;
}

.p-hamburger__bg.is-active {
  opacity: 1;
  pointer-events: auto;
}

.main--no-scroll {
  overflow: hidden;
  height: 100vh;
}

.main {
  width: 100vw;
  max-width: 450px;
  margin: 0 auto;
}

.p-dog-food__lists {
  margin: 0 auto;
}
.p-dog-food__list {
  position: relative;
  padding-bottom: 64px;
}
.p-dog-food__ranking {
  display: block;
  width: 80px;
  position: relative;
  z-index: 2;
}
.p-dog-food__ranking-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 23px;
  padding-inline: 10px;
}
.p-dog-food__ranking-title-text1 {
  position: relative;
  padding: 4px 16px;
  border-radius: 8px;
  background: var(--beige, #bea885);

  color: var(--BG_beige, #fffcf7);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
.p-dog-food__ranking-title-text1 img {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.p-dog-food__ranking-title-text2 {
  position: relative;
  padding: 4px 55px 4px 16px;
  border-radius: 4px;
  border: 2px solid #bea885;

  color: #b62727;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 39px */
  letter-spacing: 1.04px;
}
@media (max-width: 390px) {
  .p-dog-food__ranking-title-text2 {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .p-dog-food__ranking-title-text2 {
    font-size: 22px;
  }
}
.p-dog-food__ranking-title-text2 img {
  position: absolute;
  top: -10px;
  right: -8px;
  width: 65px;
}

.p-dog-food__ranking-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 13px;
  padding-inline: 10px;
}
.p-dog-food__ranking img {
  width: 100%;
  display: block;
}

.p-dog-food__name {
  color: #795020;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: 1.12px;
}
.p-dog-food__images {
  margin-top: 16px;
}
.p-dog-food__images .slick-dots {
  margin: 8px 0 0 0;
  display: flex !important;
  justify-content: center;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.p-dog-food__images .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  background: none;
  font-size: 0; /* 数字を消す */
  cursor: pointer;
}
.p-dog-food__images .slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bea885;
  opacity: 1;
}
.p-dog-food__images .slick-dots li.slick-active button:before {
  background-color: #795020;
}
.p-dog-food__tags {
  margin: 25px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 15px;
}
.p-dog-food__tag {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.72px;
  display: inline-block;
  padding: 0.3em 1.3em;
  background: #b62727;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
  border-radius: 4px 1px 1px 4px;
}
.p-dog-food__price-wrapper1,
.p-dog-food__price-wrapper2 {
  margin: 32px auto 0;
  padding-bottom: 65px;
  position: relative;
}

.p-dog-food__price-section {
  position: relative;
  margin-bottom: 16px;
  padding-top: 10px;
}

.p-dog-food__price-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
  position: relative;
}

.p-dog-food__price-tag {
  color: var(--gray, #777);
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 17px */
  position: relative;
  display: inline-block;
}

.p-dog-food__price-tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #777;
}

.p-dog-food__price-value {
  font-family: "Poppins";
  font-size: 20px;
}

.p-dog-food__price-unit,
.p-dog-food__price-tax {
  font-size: 12px;
}

.p-dog-food__discount-tag {
  display: flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: var(--red, #b62727);
  color: var(--white, #fff);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%) translateX(120px);
}

.p-dog-food__first-price-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
  position: relative;
}

.p-dog-food__price-decoration-left,
.p-dog-food__price-decoration-right {
  width: 20px;
  display: block;
}

.p-dog-food__price-decoration-left {
  left: 60px;
}

.p-dog-food__price-decoration-right {
  right: 60px;
}

.p-dog-food__first-price-text {
  color: var(--white, #fff);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
  line-height: 24px;
  background: #b62727;
  padding: 0 8px;
  position: relative;
  margin-right: 10px;
}

.p-dog-food__first-price {
  color: var(--red, #b62727);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
}

.p-dog-food__first-price-label,
.p-dog-food__first-price-unit,
.p-dog-food__first-price-tax {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}

@media (max-width: 350px) {
  .p-dog-food__first-price-text {
    font-size: 12px;
  }
  .p-dog-food__first-price {
    font-size: 20px;
  }
}

.p-dog-food__cta-button {
  width: 370px;
  background: var(--btn_grad, linear-gradient(90deg, #e66824 0%, #f14c23 100%));
  border-radius: 4px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 4px;
  position: relative;
  transform-origin: center bottom;
  margin: 0 auto;
  will-change: transform;
}

.p-dog-food__cta-image {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 0;
}

@media (max-width: 450px) {
  .p-dog-food__cta-button {
    width: 320px;
  }
}

@media (max-width: 350px) {
  .p-dog-food__cta-button {
    width: 280px;
  }
}

@keyframes bounce-poyoyon {
  0%,
  100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1.5);
  }
  25% {
    transform: translateY(-18px);
  }
  35% {
    transform: translateY(0);
    animation-timing-function: ease-in-out;
  }
  45% {
    transform: translateY(-8px);
  }
  55% {
    transform: translateY(0);
  }
  /* 55%~100%は静止状態を保つ */
}

.p-dog-food__cta-button:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.p-dog-food__cta-button:not(:hover) {
  will-change: auto;
}

.p-dog-food__cta-button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 100%;
  position: relative;
}

.p-dog-food__cta-border {
  border: 0.4px solid var(--white, #fff);
  border-radius: 4px;
  width: 100%;
  padding: 25px 16px;
  position: relative;
}

.p-dog-food__cta-image {
  position: absolute;
  left: 5px;
  bottom: 10px;
  z-index: 2;
  width: 90px;
  height: auto;
}

.tmp_p-dog-food__cta-image {
  position: absolute;
  left: -16.5px;
  bottom: -25px;
  z-index: 2;
  width: 110px;
  height: auto;
}

.p-dog-food__cta-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 450px) {
  .p-dog-food__cta-image {
    left: -10px;
    bottom: 0;
  }
  .p-dog-food__cta-image img {
    width: 83px;
  }
  .tmp_p-dog-food__cta-image {
    left: -35px;
    bottom: -25px;
    width: 100px;
  }
}

@media (max-width: 350px) {
  .p-dog-food__cta-image img {
    width: 70px;
  }
  .p-dog-food__cta-image {
    left: -15px;
    bottom: 5px;
  }
  .tmp_p-dog-food__cta-image {
    left: -25px;
    width: 90px;
  }
}

.p-dog-food__cta-text {
  color: var(--white, #fff);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.72px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  gap: 5px;
}

.p-dogfood-recommend__cta-image {
  width: 95px;
}
.p-dogfood-recommend__cta-image--tear-stains {
  width: 55px !important;
}
@media (max-width: 450px) {
  .p-dog-food__cta-text-dogfood-recommend,
  .p-dog-food__cta-text-recommend,
  .p-dog-food__cta-text-pickup {
    font-size: 14px !important;
  }
}
@media (max-width: 350px) {
  .p-dog-food__cta-text {
    font-size: 12px !important;
  }
}

.p-dog-food__cta-arrow {
  width: 20px;
  margin-left: 8px;
  vertical-align: middle;
}
.p-dog-food__cta-arrow--tear-stains {
  width: 30px;
}

.p-dog-food__purchase-count {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.84px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-dog-food__purchase-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  animation: blink 1.5s infinite;
}

.p-dog-food__purchase-icon img {
  width: 25px;
  height: auto;
  vertical-align: middle;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-dog-food__btn {
  all: unset;
  width: 100%;
  margin-top: 8px;
  padding: 4px;
  border-radius: 4px;
  background: var(--btn_grad, linear-gradient(90deg, #e66824 0%, #f14c23 100%));
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.p-dog-food__btn a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.p-dog-food__btn-container {
  border: 0.4px solid var(--white, #fff);
  border-radius: 4px;
  width: 100%;
}
.p-dog-food__btn-text {
  display: table;
  width: 170px;
  margin: 0 auto;
  color: var(--white, #fff);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0.72px;
  text-align: center;
  padding-right: 36px;
  white-space: nowrap;
  position: relative;
}
.p-dog-food__btn-text::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/btn-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-dog-food__material {
  padding-top: 16px;
  padding-bottom: 32px;
}
.p-dog-food__material-title {
  color: var(--gray, #777);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
}
.p-dog-food__material-lists {
  width: 92%;
  margin: 8px auto 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.p-dog-food__material-list {
  padding-top: 3px;
  padding-bottom: 8px;
  width: 18%;
  background: #f6f6f6;
}
.p-dog-food__material-img {
  width: 100%;
}
.p-dog-food__material-percent {
  margin-top: -6px;
  color: var(--beige, #bea885);
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.64px;
}
.p-dog-food__feature {
  width: 100%;
  padding: 0 16px 32px;
}
.p-dog-food__feature-title {
  padding: 4px 0;
  gap: 16px;
  color: var(--brown, #795020);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}

.p-dog-food__feature-list {
  padding-left: 31px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  position: relative;
}
.p-dog-food__feature-list::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 8px;
  width: 17px;
  height: 16px;
  background-image: url(../img/ranking/check.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-dog-food__feature-list:nth-child(n + 2) {
  border-top: 1px dotted #e2cca7;
}
.p-dog-food__info {
  padding-bottom: 32px;
}
.p-dog-food__info-wrapper {
  width: 92%;
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
  border: 1px solid var(--beige, #bea885);
  background: #fff;
  overflow: hidden;
}
.p-dog-food__info-head {
  background: #bea885;
  color: var(--light_gray, #f6f6f6);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.64px;
  padding: 8px 0;
}
.p-dog-food__info-content-wrapper {
  padding: 16px 24px;
}
.p-dog-food__info-content {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px dashed #e2cca7;
}
.p-dog-food__info-content:last-child {
  border-bottom: none;
}
.p-dog-food__info-item {
  color: var(--black, #333);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
  width: 150px;
  flex-shrink: 0;
}
.p-dog-food__info-value {
  color: var(--black, #333);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
}
.p-dog-food__intro-img img {
  display: block;
  margin: 0 auto;
  width: 92%;
  height: auto;
}
.p-dog-food__text {
  padding-top: 16px;
}
.p-dog-food__text p {
  width: 92%;
  margin: 0 auto;
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
.p-dog-food__doctor {
  padding: 16px 0;
}
.p-dog-food__doctor-wrapper {
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.p-dog-food__doctor-left {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}
.p-dog-food__doctor-work {
  color: var(--gray, #777);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-align: center;
}
.p-dog-food__doctor-name {
  color: var(--gray, #777);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.72px;
  text-align: center;
}
.p-dog-food__doctor-img {
  width: 86px;
}
.p-dog-food__review-title {
  display: table;
  margin: 16px auto 0;
  width: 190px;
  color: var(--gray, #777);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
  position: relative;
}
.p-dog-food__review-title::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 15px;
  height: 21px;
  background-image: url(../img/ranking/review-title-before.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-dog-food__review-title::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 15px;
  height: 21px;
  background-image: url(../img/ranking/review-title-after.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-dog-food__review-lists {
  margin: 16px auto 0;
}
.p-dog-food__review-lists .slick-list {
  overflow: visible !important;
  padding: 10px 0 !important;
}
.p-dog-food__review-lists .slick-track {
  display: flex !important;
  gap: 15px !important;
}
.p-dog-food__review-lists .slick-slide {
  height: auto !important;
}
.p-dog-food__review-lists .slick-slide > div {
  height: 100% !important;
}
.p-dog-food__review-lists .slick-dots {
  display: flex !important;
  margin: 20px auto 0;
  justify-content: center;
  gap: 10px;
  padding: 0;
  list-style: none;
  bottom: -30px !important;
}
.p-dog-food__review-lists .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  background: none;
  font-size: 0; /* 数字を消す */
  cursor: pointer;
}
.p-dog-food__review-lists .slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bea885;
  opacity: 1;
}
.p-dog-food__review-lists .slick-dots li.slick-active button:before {
  background-color: #795020;
}

.p-dog-food__review-wrapper {
  width: 100% !important;
  margin: 0 !important;
}
.p-dog-food__review-star-wrapper {
  margin-top: 15px;
  position: relative;
  width: 80px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}
.p-dog-food__review-star-gray {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  color: #bbbbbb;
}
.p-dog-food__review-star {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  color: #ffb800;
}
.p-dog-food__review-main {
  margin: 5px auto 0;
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
.p-dog-food__review-text {
  margin: 8px auto 0;
  max-height: 200px; /* 高さを固定 */
  overflow-y: auto; /* 縦スクロールを有効化 */
  padding-right: 8px; /* スクロールバー分の余白 */
}
.p-dog-food__review-text p {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
.p-dog-food__price-wrapper2 {
  padding: 32px 0;
  margin: 0 auto;
}

.p-dog-food__list:nth-child(even) {
  background: #f6f6f6;
}
.p-dog-food__list:nth-child(even) .p-dog-food__material-list {
  background: #fff;
}
.p-dog-food__list:nth-child(even) .p-dog-food__ranking::before {
  background-image: url(../img/ranking/ranking-bg-even.webp);
}

.p-table {
  padding: 16px 0 48px;
  background: #ededed;
  position: relative;
}
.p-table__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.p-table__title-img {
  width: 30px;
}
.p-table__subtitle {
  margin-bottom: 14px;
  color: var(--brown, #795020);
  text-align: center;

  /* Ja_16px */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-table__subtitle-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-table__subtitle-img-wrapper img {
  margin-right: -55px;
  width: 72px;
  z-index: 10;
}
.p-table__subtitle2 {
  background: #fffdf3;
  color: var(--brown, #795020);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
  width: auto;
  padding: 0 24px 0 72px;
}

@media (max-width: 380px) {
  .p-table__subtitle2 {
    padding: 0 24px 0 55px;
  }
}

.p-table__title {
  color: var(--brown, #795020);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: 1.12px;
}
@media (max-width: 350px) {
  .p-table__title {
    font-size: 24px;
  }
}

.p-table__table-wrapper {
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
.p-table__table-gif {
  width: 250px;
  height: auto;
}
.p-table__table-gif-text {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 100px;
  height: auto;

  /* SVG最適化 */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* ブラウザ別対応 */
  -ms-interpolation-mode: nearest-neighbor;

  /* スムージング無効化 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-table__table-container {
  overflow-x: auto;
  position: relative;
  max-width: 100%;
  margin-top: 16px;
  -webkit-overflow-scrolling: touch;
}
.p-table__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
}

.p-table__table th,
.p-table__table td {
  border: none;
}

.p-pickup-evaluation .p-table__table th:first-child,
.p-pickup-evaluation .p-table__table td:first-child {
  position: sticky !important;
  left: 0 !important;
  z-index: 10 !important;
}

/* 1列目（rowspan="4"の列） */
.p-table__sticky-col1 {
  position: sticky !important;
  left: 0 !important;
  z-index: 12 !important;
  color: #fff !important;
  width: 28px !important; /* colgroupで設定した幅と一致 */
}

/* 2列目（行ラベル列） */
.p-table__sticky-col2 {
  position: sticky !important;
  left: 28px !important; /* 1列目の幅分ずらす */
  z-index: 11 !important;
  background: #6f8260 !important;
  color: #fff !important;
  width: 40px !important; /* colgroupで設定した幅と一致 */
}

/* 最終列のみ右側のborderを追加 */
.p-table__table th:last-child,
.p-table__table td:last-child {
  border-right: 2px solid #ededed;
}

.p-table__table thead th:first-child {
  background: #6f8260 !important;
  z-index: 11 !important;
}

/* ::after疑似要素は不要になるので削除 */

.p-table__table thead th {
  background: #6f8260;
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  letter-spacing: 0.56px;
  font-weight: 700;
}
.p-table__table thead th span {
  font-size: 12px;
  font-weight: 400;
}
.p-table__table tbody td {
  background: #fff;
  padding: 12px 10.5px 14px;
  vertical-align: top;
}

.p-table__table tbody tr:nth-child(1) td {
  background: #fffdf3;
}
.p-table__img {
  width: 96px;
  margin: 0 auto;
}
.p-table__name {
  margin-top: 6px;
}
.p-table__name p {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.56px;
}
.p-table__price-title {
  display: inline-block;
  border: 0.5px solid var(--gray, #777);
  color: var(--gray, #777);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
  padding: 0 4px;
}
.p-table__price {
  display: table;
  color: var(--gray, #777);
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  margin: 4px auto 0;
}
.p-table__price span {
  padding-left: 2px;
  color: var(--gray, #777);
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.44px;
}
.p-table__price::before {
  position: absolute;
  content: "";
  width: calc(100% + 6px);
  height: 1px;
  background: #b62727;
  left: -3px;
  top: 45%;
}
.p-table__price::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  border-color: #b62727 transparent transparent transparent;
}
.p-table__first-price-title {
  margin-top: 22px;
  display: inline-block;
  color: var(--red, #b62727);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
  letter-spacing: 0.44px;
  white-space: nowrap;
}
.p-table__first-price {
  margin-top: 4px;
  color: var(--red, #b62727);
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 26px */
}
.p-table__first-price span {
  padding-left: 2px;
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
}
.p-table__btn {
  width: 76px;
  margin-top: 12px;
  display: inline-block;
  border-radius: 4px;
  background: var(--btn_grad, linear-gradient(90deg, #e66824 0%, #f14c23 100%));
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.32);
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
  padding-right: 13.5px;
  text-decoration: none;
  padding: 4px 13.5px 4px 0;
  position: relative;
}
.p-table__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 6px;
  height: 11px;
  background-image: url(../img/table/table-arrow.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-table ul li {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.56px;
  position: relative;
  padding-left: 14px;
}
.p-table ul li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  top: 10px;
  left: 6px;
  border-radius: 50%;
  background: #333;
}
.p-table__size {
  color: var(--black, #333);
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
.p-table__size span {
  font-size: 12px;
}

.p-table__table tr:nth-child(1) td:nth-child(1) {
  position: relative;
}

.p-table__table tr:nth-child(2) td:nth-child(1) {
  position: relative;
}

.p-table__table tr:nth-child(3) td:nth-child(1) {
  position: relative;
}

.p-table__table tr:nth-child(4) td:nth-child(1) {
  position: relative;
}

.p-table__table tr:nth-child(5) td:nth-child(1) {
  position: relative;
}
/* 1位アイコンのスタイル */
.p-table__rank-icon {
  text-align: center;
  margin: 0 auto;
}
.p-table__rank-icon img {
  width: 35px;
}

/* 1位の詳細を見るボタン */
.p-table__btn-detail {
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;

  background: linear-gradient(121deg, #f14c23 21.66%, #ffa06d 43.87%, #f14c23 58.62%);
  background-size: 200% 100%;
  /* bounce-poyoyonアニメーションを追加 */
  animation: bounce-poyoyon 3s ease-in-out infinite;

  transition: all 0.3s ease;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;

  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.32);
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
  text-decoration: none;
  margin-top: 12px;
  position: relative;
  text-align: left;
}

@media (max-width: 390px) {
  .p-table__btn-detail {
    font-size: 16px;
  }
}

.p-table__btn-detail svg {
  width: 10px;
  height: auto;
  margin-left: 5px;
  vertical-align: middle;
}

/* キャンペーン列のスタイル */
.p-table__campaign-discount {
  background: #b62727;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.2px;
  padding: 4px 8px;
  display: inline-block;
  text-align: center;
  margin-bottom: 8px;
}
.p-table__campaign-condition {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
  margin-bottom: 8px;
}
.p-table__campaign-image {
  width: 92px;
  margin: 0 auto;
  display: block;
}

/* 粒の大きさのスタイル */
.p-table__grain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  height: 98px;
}
.p-table__grain-size {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 0.8px;
  white-space: pre-line;
}
.p-table__grain-size span {
  font-size: 14px;
  margin-left: 2px;
}

/* 評価表示のラッパー */
.p-table__rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  height: 100%;
  justify-content: center;
}

/* 評価アイコン */
.p-table__digest-img {
  width: 35px;
  margin: 0 auto;
}

/* 共通テキストスタイル */

.p-table__grain-text {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
}
.p-table__text-common,
.p-table__digest {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.56px;
}

/* 100gあたりの料金 */
.p-table__price-per-100g {
  color: var(--black, #333);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.p-table__price-per-100g span {
  padding-left: 2px;
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}

.p-table__price-per-100g-sub {
  margin-top: 4px;
  color: var(--gray, #777);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}

.p-disease {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.p-disease__header {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.p-disease__icon {
  width: 95px;
  margin-bottom: 10px;
}
.p-disease__icon img {
  width: 100%;
  height: auto;
}
.p-disease__title {
  color: var(--brown, #795020);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-align: center;
}
.p-disease__title span {
  font-family: Poppins;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 1.44px;
}
.p-disease__chart-container {
  width: 100%;
  margin: 0 auto 30px;
}
.p-disease__chart {
  position: relative;
  display: flex;
  padding: 0 20px;
}
.p-disease__chart-y-axis {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}
.p-disease__chart-y-label {
  color: #666;
  font-size: 14px;
  line-height: 1;
}
.p-disease__chart-bars {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  height: 250px;
  margin-top: 20px;
}
.p-disease__chart-bar {
  position: relative;
  width: 60px;
  border-radius: 2px 2px 0 0;
  margin: 0 10px;
}
.p-disease__chart-bar--skin {
  height: 230px;
  background-color: #e8632d;
}
.p-disease__chart-bar--ear {
  height: 140px;
  background-color: #d8d8d8;
}
.p-disease__chart-bar--digest {
  height: 130px;
  background-color: #d8d8d8;
}
.p-disease__chart-rank {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  text-align: center;
}
.p-disease__chart-rank-num {
  background-color: #3b88e8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
  border-radius: 5px 5px 0 0;
}
.p-disease__chart-rank-num span {
  font-size: 24px;
}
.p-disease__chart-rank-text {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
  border: 1px solid #3b88e8;
}
.p-disease__chart-x-axis {
  position: absolute;
  bottom: 10px;
  left: 40px;
  right: 20px;
  display: flex;
  justify-content: space-around;
}
.p-disease__chart-x-label {
  color: #333;
  font-size: 14px;
  text-align: center;
  width: 80px;
}
.p-disease__info {
  padding: 30px 0;
}
.p-disease__info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.p-disease__info-item {
  width: 70%;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  color: var(--BG_beige, #fffcf7);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: 1.12px;
  background-color: #666;
  position: relative;
}
.p-disease__info-spikes {
  position: absolute;
  width: 30px;
  height: auto;
}
.p-disease__info-item:nth-child(1) .p-disease__info-spikes {
  top: -30px;
  right: -40px;
  width: 70px;
}
.p-disease__info-item:nth-child(2) .p-disease__info-spikes {
  top: 0px;
  left: -40px;
  width: 70px;
}
.p-disease__stats {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}
.p-disease__stats-text {
  text-align: center;
}

/* 実　犬 のスタイル */
.p-disease__stats-text-main {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.4px;
}

/* は　の　が のスタイル */
.p-disease__stats-text-sub {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.8px;
}

/* 4 1 のスタイル */
.p-disease__stats-highlight-number {
  color: var(--brown, #795020);
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 4.8px;
}

/* 匹 のスタイル */
.p-disease__stats-highlight-unit {
  color: var(--brown, #795020);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

/* に のスタイル */
.p-disease__stats-highlight-preposition {
  color: var(--brown, #795020);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.8px;
}
.p-disease__stats-highlight {
  color: #795020;
  font-size: 32px;
  font-weight: 700;
}
.p-disease__stats-dogs {
  margin-bottom: 15px;
}
.p-disease__stats-dogs img {
  width: 240px;
  margin: 0 auto;
}
.p-disease__stats-dog {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.p-disease__stats-dog--active {
  opacity: 1;
}
.p-disease__stats-dog img {
  width: 100%;
  height: auto;
}
.p-disease__stats-conclusion {
  text-align: center;
  line-height: 150%;
}

.p-disease__stats-conclusion-main {
  color: var(--brown, #795020);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.12px;
}

.p-disease__stats-conclusion-sub {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.96px;
}
.p-disease__warning {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.72px;
}

.p-disease__warning-text {
  color: var(--black, #333);
}

.p-disease__warning-risk {
  color: var(--red, #b62727);
}
.p-disease__dogs {
  position: relative;
  width: 100%;
}
.p-disease__dogs img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.p-disease__dog-left,
.p-disease__dog-right {
  position: relative;
  width: 45%;
}
.p-disease__dog-left img,
.p-disease__dog-right img {
  width: 100%;
  height: auto;
}
.p-disease__dog-bubble {
  position: absolute;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 15px;
  font-size: 14px;
  color: #666;
  line-height: 1.3;
}
.p-disease__dog-bubble--left {
  top: -40px;
  left: 0;
}
.p-disease__dog-bubble--left:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent;
}
.p-disease__dog-bubble--right {
  top: -30px;
  right: 0;
}
.p-disease__dog-bubble--right:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 20px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent;
}
.p-disease__solution {
  width: 100%;
  margin-top: 32px;
  text-align: center;
}
.p-disease__solution-text {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}
.p-disease__solution-features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  position: relative;
}
.p-disease__solution-feature {
  width: 100%;
  padding: 15px;

  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
.p-disease__solution-check {
  width: 20px;
  height: 20px;
  margin: 0 auto 10px;
  position: relative;
}
.p-disease__solution-check img {
  width: 100%;
  height: auto;
  display: block;
}
.p-disease__solution-feature-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brown, #795020);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.72px;
  height: 42px;
}
.p-disease__solution-plus {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  height: 31px;
  border-radius: 999px;
  background: var(--brown, #795020);
  color: var(--BG_beige, #fffcf7);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.p-disease__solution-summary {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}
.p-disease__solution-important {
  font-size: 28px;
  font-weight: 700;
  color: #b62727;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-disease__solution-important-text {
  color: var(--red, #b62727);
  text-align: center;
  font-family: "Noto Sans JP";
  line-height: 150%;
}

.p-disease__solution-important-text--large {
  color: var(--red, #b62727);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 47.743px */
  letter-spacing: 1.273px;
}

.p-disease__solution-important-text--medium {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.091px;
}

.p-disease__solution-important-underline {
  width: 100%;
  display: flex;
  justify-content: center;
}

.p-disease__solution-important-underline img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

.p-disease__solution-ending {
  font-size: 16px;
  color: #333;
  margin-bottom: 24px;
}
.p-disease__recommendation {
  width: 100%;
  padding: 16px 24px 39px;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  position: relative;
}
@media (max-width: 350px) {
  .p-disease__recommendation {
    padding: 16px 16px 55px;
  }
}
.p-disease__recommendation-circle.left {
  left: 0;
}
.p-disease__recommendation-circle.right {
  left: calc(140px - 8px); /* 右円を左から132pxの位置に配置 → 8px重なる */
}
.p-disease__recommendation-circle-text {
  color: var(--brown, #795020);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.72px;
}
.p-disease__recommendation-condition {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  margin-bottom: 8px;
}
@media (max-width: 350px) {
  .p-disease__recommendation-condition {
    font-size: 14px;
  }
}
.p-disease__recommendation-badge {
  margin: 0 auto 17.5px;
  padding: 8px 10px;
  background-color: #6f8260;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  position: relative;
}
.p-disease__recommendation-badge img {
  position: absolute;
  top: 21.5px;
  left: -5px;
  width: 130px;
}

@media (max-width: 430px) {
  .p-disease__recommendation-badge img {
    width: 110px;
  }
}
@media (max-width: 400px) {
  .p-disease__recommendation-badge img {
    width: 100px;
  }
}
/* 390px以下の画面幅 */
@media (max-width: 390px) {
  .p-disease__recommendation-badge img {
    width: 85px;
    left: -8px;
  }
}

/* 375px以下の画面幅 */
@media (max-width: 375px) {
  .p-disease__recommendation-badge img {
    width: 83px;
    left: -20px;
  }
}

/* 360px以下の画面幅 */
@media (max-width: 360px) {
  .p-disease__recommendation-badge img {
    width: 80px;
    left: -22px;
  }
}

@media (max-width: 350px) {
  .p-disease__recommendation-badge img {
    width: 58px;
    top: 45px;
    left: -15px;
  }
}
.p-disease__recommendation-badge-right-container {
  display: flex;
  align-items: flex-end;
  padding-left: 40px;
}
.p-disease__recommendation-badge-left {
  color: var(--BG_beige, #fffcf7);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.56px;
  text-align: left;
}
.p-disease__recommendation-badge-right {
  position: relative;
  color: var(--BG_beige, #fffcf7);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 0.96px;
  display: flex;
  justify-content: center;
}

.p-disease__recommendation-badge-right .char {
  position: relative;
  display: inline-block;
}

.p-disease__recommendation-badge-right .char::before {
  content: "●";
  position: absolute;
  top: -3.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5px;
  color: var(--BG_beige, #fffcf7);
}
.p-disease__recommendation-badge-right-text {
  color: var(--BG_beige, #fffcf7);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.p-disease__recommendation-product {
  text-align: right;
  padding-right: 30px;
}

.p-disease__recommendation-product-name {
  color: var(--green, #6f8260);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: 1.28px;
  display: inline-block;
}
.p-disease__recommendation-product-text {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
}
.p-disease__recommendation-vet {
  display: flex;
  align-items: center;
}
.p-disease__recommendation-vet-title {
  font-size: 12px;
  color: #666;
}
.p-disease__recommendation-vet-name {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin-right: 10px;
}
.p-disease__recommendation-vet-image {
  width: 80px;
}
.p-disease__recommendation-vet-image img {
  width: 100%;
  height: auto;
}

.p-disease__ranking-section {
  background: #efefee;
  padding: 50px 0;
}

.p-disease__section-info {
  background: linear-gradient(180deg, #efefef 0%, #d2c2af 79.81%, #ebc08c 100%);
  padding: 20px 0;
}

.p-disease__solution-section {
  background: #fff6e8;
  padding: 70px 20px 100px;
}

.p-disease__conclusion-wrapper {
  position: relative;
  width: 100%;
  height: 70px;
  margin-top: -20px;
  margin-bottom: 30px;
}

.p-disease__conclusion-triangle {
  position: relative;
  width: 100%;
  height: 70px;
}

.p-disease__conclusion-triangle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-disease__conclusion-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--BG_beige, #fffcf7);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.96px;
  z-index: 1;
  white-space: nowrap;
}

.p-disease__recommendation-product-text {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
}
.p-disease__recommendation-vet {
  position: absolute;
  bottom: 0px;
  right: -20px;
  width: 85px;
  z-index: 2;
}
.p-disease__recommendation-vet img {
  width: 100%;
  height: auto;
}

.p-disease__info.p-disease__section-info {
  background: linear-gradient(180deg, #efefef 0%, #d2c2af 79.81%, #ebc08c 100%);
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

.p-disease__info.p-disease__section-info::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -1px;
  width: calc(100% + 2px);
  height: 70px;
  background: #ebc08c;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateY(-1px);
  z-index: 1;
}

.p-disease__triangle-text {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--BG_beige, #fffcf7);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.96px;
  z-index: 2;
}
.p-premium-overview {
  padding: 0 20px 16px;
  width: 100%;
  background: #f8efe0;
}
@media (max-width: 350px) {
  .p-premium-overview {
    padding: 32px 16px 16px;
  }
}
.p-premium-overview__title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.p-premium-overview__title-commercial {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid #777;
  border-radius: 4px;
  color: #777;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.04px;
}
.p-premium-overview__title-premium {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #de7921;
  color: #de7921;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.04px;
}
.p-premium-overview__title-and {
  color: var(--brown, #795020);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
}
.p-premium-overview__title {
  color: var(--gray, #666);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  margin-bottom: 4px;
}
.p-premium-overview__quality-cost--tear-stains {
  padding-top: 24px;
}
.p-premium-overview__subtitle {
  color: var(--brown, #795020);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.12px;
  margin-bottom: 32px;
}
@media (max-width: 375px) {
  .p-premium-overview__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .p-premium-overview__title-premium {
    font-size: 22px;
  }
  .p-premium-overview__subtitle {
    font-size: 20px;
  }
}
.p-premium-overview__comparison {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
  margin: 0 auto;
}
.p-premium-overview__commercial,
.p-premium-overview__premium {
  position: relative;
  border-radius: 4px 4px 0px 0px;
}
.p-premium-overview__commercial {
  background: #f5f5f5;
}
.p-premium-overview__premium {
  background: #fff6e8;
  flex: 1;
}
.p-premium-overview__comparison-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white, #fff);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.72px;

  padding: 14px 10px;
  background: var(--gray, #777);
}

.p-premium-overview__commercial .p-premium-overview__comparison-title {
  border-radius: 4px 4px 0px 0px;
}

.p-premium-overview__img {
  width: 100%;
  text-align: center;
  padding: 8px;
  position: relative;
}

.p-premium-overview__img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-premium-overview__commercial .p-premium-overview__img {
  position: relative;
}

.p-premium-overview__commercial .p-premium-overview__img::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: rgba(78, 78, 78, 0.36);
  pointer-events: none;
}

.p-premium-overview__list {
  padding-left: 0;
}
.p-premium-overview__list-item {
  position: relative;
  margin-bottom: 1px;
  padding: 12px 8px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-premium-overview__commercial .p-premium-overview__list-item {
  background: #ececec;
}
.p-premium-overview__premium .p-premium-overview__list-item {
  background: #ffe8d1;
}
.p-premium-overview__list-item:last-child {
  margin-bottom: 0;
}
.p-premium-overview__shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  flex-shrink: 0;
}
.p-premium-overview__shape img {
  width: 100%;
  height: auto;
  display: block;
}
.p-premium-overview__list-text {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.52px;
  z-index: 1;
}
.p-premium-overview__list-text:before {
  display: none;
}
.p-premium-overview__chart-container {
  width: 100%;
  margin: 0 auto;
}
.p-premium-overview__chart-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-premium-overview__commercial {
  width: 165px;
}

.p-premium-overview__about {
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
}
.p-premium-overview__about-title {
  display: flex;
  justify-content: center;
  color: var(--brown, #795020);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}

@media (max-width: 375px) {
  .p-premium-overview__about-title {
    font-size: 22px;
  }
}
.p-premium-overview__about-content {
  position: relative;
}
.p-premium-overview__about-text {
  color: var(--brown, #795020);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.64px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #bea885;
}
.p-premium-overview__quality-point {
  margin-bottom: 32px;
}

.p-premium-overview__point-title {
  display: flex;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #de7921;
  color: var(--BG_beige, #fffcf7);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.64px;
  margin-bottom: 17px;
  width: fit-content;
}

.p-premium-overview__point-list li {
  color: #de7921;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.72px;
  position: relative;
  padding-left: 24px;
  list-style-type: none;
}

.p-premium-overview__point-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #de7921;
}

.p-premium-overview__point-list li:last-child {
  margin-bottom: 0;
}

.p-premium-overview__highlight {
  color: var(--BG_beige, #fffcf7);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.64px;
  background: #de7921;
  padding: 0 3px;
  margin: 0 2px;
  display: inline-block;
}

.p-premium-overview__about-list {
  padding-left: 0;
  margin-bottom: 16px;
}
.p-premium-overview__about-list li {
  color: #de7921;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
  list-style-type: disc;
  margin-left: 20px;
}

.p-premium-overview__about-conclusion {
  color: var(--black, #333);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  margin-bottom: 16px;
}
.p-premium-overview__vet {
  position: absolute;
  bottom: 4px;
  right: -4px;
  width: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-premium-overview__vet img {
  max-width: 100%;
  height: auto;
}

.p-premium-overview__vet-info {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.p-premium-overview__vet-title {
  color: var(--gray, #777);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
  letter-spacing: 0.4px;
}

.p-premium-overview__vet-name {
  color: var(--gray, #777);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
}

.p-premium-overview__premium .p-premium-overview__comparison-title {
  background: #de7921;
  color: var(--white, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}

.p-premium-overview__premium {
  background: #fff6e8;
  flex: 1;
  border: 4px solid #de7921;
}

.p-premium-overview__premium .p-premium-overview__list-text {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.52px;
}

.p-premium-overview__premium .p-premium-overview__list-text strong {
  color: #ce3a00;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.6px;
}
.p-recommend__banner {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

.p-recommend__banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-recommend__banner-vet {
  width: 100%;
  margin: 0 auto;
}

.p-recommend__banner-approved {
  width: 90%;
}

.p-recommend__banner-approved {
  margin-bottom: 0;
}

.p-dog-food__recommend {
  text-align: center;
  margin: 24px auto;
  width: 100%;
}

.p-dog-food__recommend span:first-child {
  color: var(--brown, #795020);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.96px;
}

.p-dog-food__recommend span:last-child {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.12px;
}

.p-dog-food__ingredient-text,
.p-dog-food__safety-text {
  width: 100%;
}

.p-dog-food__ingredient-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.p-dog-food__safety-text {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}

.p-dog-food__ingredient-text.is-expanded,
.p-dog-food__safety-text.is-expanded {
  -webkit-line-clamp: unset;
  display: block;
}

.p-dog-food__ingredient-btn {
  display: block;
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  align-self: center;
  cursor: pointer;
}

.p-dog-food__info-content:last-child .p-dog-food__info-value {
  display: flex;
  padding: 4px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.p-dog-food__info-content-ingredient,
.p-dog-food__info-content-safety {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  border-bottom: 1px dashed #e2cca7;
}

.p-dog-food__info-content-ingredient .p-dog-food__info-value,
.p-dog-food__info-content-safety .p-dog-food__info-value {
  display: flex;
  padding: 4px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-top: 8px;
}

/* 既存のp-dog-food__info-content:last-childスタイルを調整 */
.p-dog-food__info-content:last-child {
  border-bottom: none;
}

.p-dog-food__info-content-ingredient:last-child {
  border-bottom: none;
}

.p-dog-food__rating-section {
  width: 92%;
  margin: 30px auto;
  border-radius: 4px;
  border: 1px solid var(--beige, #bea885);
  overflow: hidden;
}

.p-dog-food__rating-header {
  background: #bea885;
  color: var(--white, #fff);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.64px;
}

.p-dog-food__rating-content {
  padding: 16px 24px;
  background: #fff;
}

.p-dog-food__overall-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.p-dog-food__rating-title {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-dog-food__rating-value {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-dog-food__rating-stars {
  display: flex;
}

.p-dog-food__rating-star {
  color: #ffa41c;
  font-size: 20px;
  margin: 0 2px;
}

.p-dog-food__rating-star--half {
  position: relative;
  color: #ffa41c;
}

.p-dog-food__rating-star--empty {
  color: #e5e5e5;
}

.p-dog-food__detail-row {
  border-bottom: 1px solid #e5e5e5;
}

.p-dog-food__detail-row:last-child {
  border-bottom: none;
}

.p-dog-food__detail-icon {
  width: 100px;
  padding: 16px 8px;
  vertical-align: top;
  border-right: 1px solid #e5e5e5;
}

.p-dog-food__detail-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-dog-food__detail-circle-pink {
  color: #b66d6e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-dog-food__detail-circle-text-pink {
  color: #b66d6e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-dog-food__detail-bg-pink {
  background: #fff9f9;
}

.p-dog-food__detail-circle-orange {
  color: #d66603;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-dog-food__detail-circle-text-orange {
  color: #d66603;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-dog-food__detail-bg-orange {
  background: #fffaf1;
}

.p-dog-food__detail-circle-blue {
  color: #075f81;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-dog-food__detail-circle-text-blue {
  color: #075f81;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-dog-food__detail-bg-blue {
  background: #fbfbfb;
}

.p-dog-food__detail-text {
  padding: 16px;
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.56px;
}

.p-dog-food__rating-icon {
  width: 28px;
  display: block;
  margin: 0 auto 5px;
}

/* recommend.php用のスタイル */
.p-recommend__price-wrapper .p-dog-food__cta-button {
  animation: bounce-poyoyon 3s ease-in-out infinite;
  transform-origin: center bottom;
}

.p-recommend__price-wrapper .p-dog-food__cta-button:hover {
  animation-play-state: paused;
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.p-table__country {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 8px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.48px;
}
.p-table__country .fi {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transform: perspective(100px) rotateX(2deg);
  width: 20px;
  display: inline-block;
}

@keyframes shine-effect {
  0% {
    left: 0%;
  }
  100% {
    left: 350%;
  }
}

.p-table__btn-detail:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(241, 76, 35, 0.6);
}

.p-table__btn-detail svg {
  position: relative;
  z-index: 2;
}

.p-premium-overview__health-conditions {
  margin: 22px 0;
  border-radius: 8px;
}

.p-premium-overview__health-title {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  margin-bottom: 14px;
}

.p-premium-overview__conditions-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 12px;
  margin-bottom: 14px;
}

.p-premium-overview__condition-item {
  background: #fff;
  border-radius: 8px;
  height: 42px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  flex: 0 0 calc(50% - 6px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 350px) {
  .p-premium-overview__condition-item {
    height: 70px;
  }
}

.p-premium-overview__condition-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  padding: 0 10px;
}

.p-premium-overview__text-human-grade {
  color: var(--brown, #795020);
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
  display: block;
}
@media (max-width: 350px) {
  .p-premium-overview__text-human-grade {
    font-size: 12px;
  }
}

.p-premium-overview__text-tearstain,
.p-premium-overview__text-patella {
  color: var(--brown, #795020);
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.68px;
}

.p-premium-overview__text-consideration {
  color: var(--brown, #795020);
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
}

.p-premium-overview__text-itchy {
  color: var(--brown, #795020);
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
}

.p-premium-overview__text-and {
  color: var(--brown, #795020);
  font-size: 10px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4px;
}

.p-premium-overview__text-consideration-small {
  color: var(--brown, #795020);
  font-size: 11px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.44px;
  display: block;
}

.p-premium-overview__conditions-important {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin: 0;
}
.p-dog-food__point-title {
  display: flex;
  padding: 4px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: var(--beige, #bea885);
  color: var(--BG_beige, #fffcf7);
  text-align: center;
  /* Ja_20px */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
  margin-top: 30px;
}
.p-dog-food__point-lists {
  width: 92%;
}
.p-dog-food__point-list {
  padding-left: 31px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  position: relative;
}
.p-dog-food__point-list::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 8px;
  width: 17px;
  height: 16px;
  background-image: url(../img/ranking/check.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-dog-food__point-list:nth-child(n + 2) {
  border-top: 1px dotted #e2cca7;
}

.p-dog-food__point,
.p-dog-food__feature {
  width: 100%;
  padding: 0 16px 32px !important;
}

.p-dog-food__point {
  margin-top: 30px;
}

.p-dog-food__point-title {
  display: flex;
  padding: 4px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: var(--beige, #bea885);
  color: var(--BG_beige, #fffcf7);
  text-align: center;
  /* Ja_20px */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
}
.p-dog-food__point-list,
.p-dog-food__feature-list {
  padding-left: 31px;
  padding-bottom: 12px;
  padding-top: 12px;
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  position: relative;
}
.p-dog-food__point-list:nth-child(n + 2),
.p-dog-food__feature-list:nth-child(n + 2) {
  margin-top: 4px;
}

.p-dog-food__special-image {
  width: 100%;
  margin: 39px 0;
  text-align: center;
}

.p-dog-food__special-image img {
  max-width: 100%;
  height: auto;
}

/* ranking.phpの1位のCTAボタンのみにアニメーションを適用 */
.p-dog-food__list:first-child .p-dog-food__cta-button {
  animation: bounce-poyoyon 3s ease-in-out infinite;
}

/* レビューテキストのスクロールバーカスタマイズ */
.p-dog-food__review-text::-webkit-scrollbar {
  width: 6px;
}

.p-dog-food__review-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.p-dog-food__review-text::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.p-dog-food__review-text::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.p-dog-food__price-wrapper2 {
  padding: 32px 0;
  margin: 0 auto;
}

/* レビューリストのスタイル（JavaScriptで動的適用していたものをCSSに移行） */
.p-dog-food__review-list {
  display: flex !important;
  width: 307px !important;
  padding: 25px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25) !important;
}

.p-dog-food__review-lists {
  padding: 0 30px !important;
}

.p-dog-food__review-lists .slick-dots {
  bottom: -25px !important;
}

/* 転置テーブルの左端列（評価項目）に既存のヘッダースタイルを適用 */
.p-table__table--transposed .p-table__row-label {
  background: #6f8260;
  border-radius: 4px 0 0 4px;
  text-align: center;
  color: var(--white, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
  vertical-align: middle;
  padding: 1px;
}

.vertical-cell {
  display: grid !important;
  place-items: center;
  direction: rtl;
  padding: 8px 0;
}

/* 転置テーブルの1位商品列（2列目）のスタイル */
#compare_table .p-table__table--transposed .no1_section {
  background: #fffdf3 !important;
  box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
}

#compare_table .p-table__table td:not(.p-table__sticky-col1) {
  border-bottom: 1px solid #ededed;
  border-left: 2px solid #ededed; /* 縦線を追加 */
}
/* 1位商品列の1行目（順位画像行）- 上、左、右のボーダー */
#compare_table .p-table__table--transposed tr:first-child td:nth-child(3) {
  border-top: 4px solid #d4ac00;
  border-left: 4px solid #d4ac00;
  border-right: 4px solid #d4ac00;
  border-radius: 4px 4px 0 0;
}

/* 1位商品列の中間行 - 左、右のボーダーのみ */
#compare_table .p-table__table--transposed tr:not(:first-child):not(:last-child) .no1_section {
  border-left: 4px solid #d4ac00;
  border-right: 4px solid #d4ac00;
}

/* 1位商品列の最終行 - 左、右、下のボーダー */
#compare_table .p-table__table--transposed tr:last-child td:nth-child(3) {
  border-left: 4px solid #d4ac00;
  border-right: 4px solid #d4ac00;
  border-bottom: 4px solid #d4ac00;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.p-pickup-evaluation .p-table__table--transposed td:nth-child(2) {
  background: #fffdf3 !important;
  box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
}

.p-pickup-evaluation .p-table__table th:not(:first-child),
.p-pickup-evaluation .p-table__table td:not(:first-child) {
  border-bottom: 1px solid #ededed;
  border-left: 2px solid #ededed; /* 縦線を追加 */
}
/* 1位商品列の1行目（順位画像行）- 上、左、右のボーダー */
.p-pickup-evaluation .p-table__table--transposed tr:first-child td:nth-child(2) {
  border-top: 4px solid #d4ac00;
  border-left: 4px solid #d4ac00;
  border-right: 4px solid #d4ac00;
  border-radius: 4px 4px 0 0;
}

/* 1位商品列の中間行 - 左、右のボーダーのみ */
.p-pickup-evaluation .p-table__table--transposed tr:not(:first-child):not(:last-child) td:nth-child(2) {
  border-left: 4px solid #d4ac00;
  border-right: 4px solid #d4ac00;
}

/* 1位商品列の最終行 - 左、右、下のボーダー */
.p-pickup-evaluation .p-table__table--transposed tr:last-child td:nth-child(2) {
  border-left: 4px solid #d4ac00;
  border-right: 4px solid #d4ac00;
  border-bottom: 4px solid #d4ac00;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

/* 転置テーブルの商品セル */
.p-table__table--transposed .p-table__cell-product {
  background: #fff;
  padding: 8px 4px;
  vertical-align: top;
}

.p-table__target_dog_breed {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-table__target_dog_breed p {
  text-align: center;
}

/* 順位画像行のスタイル */
.p-table__table--transposed .p-table__rank-row .p-table__header-fixed {
  z-index: 11 !important;
  background: #ededed !important;
  box-shadow: 0 -2px 0 #ededed;
}

.p-table__table--transposed .p-table__rank-row .p-table__header-rank {
  background: #fff;
  padding: 4px 0px;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

/* 転置テーブルの商品画像 */
.p-table__table--transposed .p-table__img {
  text-align: center;
  margin-bottom: 8px;
}

.p-table__table--transposed .p-table__name {
  text-align: center;
}

.p-table__table--transposed .p-table__name p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

/* 転置テーブルの評価項目スタイル */
.p-table__table--transposed .p-table__rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.p-table__table--transposed .p-table__digest-img {
  text-align: center;
}

.p-table__table--transposed .p-table__text-common,
.p-table__table--transposed .p-table__digest {
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
}

/* 1位商品列の粒の大きさテキストを赤色に */
.p-table__table--transposed td:nth-child(3) .p-table__grain-size {
  color: var(--red, #b62727);
}

/* 転置テーブルの4行目（キャンペーン行）の中央配置 */
.p-table__table--transposed tr:nth-child(4) td {
  text-align: center;
}

/* 転置テーブルの3行目（値段行）の中央配置 */
.p-table__table--transposed tr:nth-child(3) td {
  text-align: center;
}

/* 転置テーブルの価格表示を固定サイズに */
.p-table__table--transposed .p-table__price {
  margin: 4px auto 0;
  font-size: 16px;
}

.p-table__table--transposed .p-table__price::after {
  left: 50%;
  transform: translateX(-50%);
}

.p-table__table--transposed .p-table__first-price {
  font-size: 26px;
}

/* 1位商品の価格横並びレイアウト */
.p-table__table--transposed .p-table__price-horizontal {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.p-table__table--transposed .p-table__price-section {
  flex: 1;
  text-align: center;
}

.p-table__table--transposed .p-table__price-section .p-table__price-title {
  font-size: 12px;
  line-height: 1.2;
}

.p-table__table--transposed .p-table__price-section .p-table__first-price-title {
  font-size: 10px;
  line-height: 1.2;
}

.p-table__price-section {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}

.p-table__price-section-wrapper {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}

.p-table__product-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 175px;
}

.p-table__btn-wrapper {
  text-align: center;
  width: 100%;
  height: 60px;
}

/* ドッグフード推奨セクション */
.p-dogfood-recommend {
  background-color: #fff;
}

.p-dogfood-recommend__container {
  padding: 23px 16px;
}

.p-dogfood-recommend__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.p-dogfood-recommend__intro {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  margin-bottom: 24px;
}

.p-dogfood-recommend__intro strong {
  font-weight: 700;
}

.p-dogfood-recommend__description {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  margin-bottom: 0px !important;
}

.p-dogfood-recommend__article-intro {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  margin-bottom: 16px;
}

.p-dogfood-recommend__article-intro span {
  color: var(--red, #b62727);
  font-weight: 700;
}

.p-dogfood-recommend_btn_text {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}

.p-dogfood-recommend_btn_text_span {
  display: flex;
  width: fit-content;
  padding: 0px 8px;
  background: var(--red, #b62727);

  color: var(--white, #fff);

  /* Ja_14px */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
}

.p-dogfood-recommend_btn_text strong {
  font-family: "Poppins";
  font-size: 24px;
}

@media screen and (max-width: 350px) {
  .p-pickup-recommendation__cta-section {
    padding: 0 16px !important;
  }
  .p-dogfood-recommend_btn_text {
    font-size: 14px !important;
  }
}

.p-dogfood-recommend__article-intro strong {
  font-weight: 700;
}

.p-dogfood-recommend__vet-badge {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

.p-dogfood-recommend__vet-badge::before,
.p-dogfood-recommend__vet-badge::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 2px;
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
  transform: translateY(-50%);
}

.p-dogfood-recommend__vet-badge::before {
  left: calc(50% - 120px);
  transform: translateY(-50%) rotate(-20deg);
}

.p-dogfood-recommend__vet-badge::after {
  right: calc(50% - 120px);
  transform: translateY(-50%) rotate(20deg);
}

.p-dogfood-recommend__vet-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ff4444;
  background-color: #fff;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.p-dogfood-recommend__cta {
  text-align: center;
  margin-top: 32px;
}

.recommend-cta-button {
  animation: bounce-poyoyon 3s ease-in-out infinite;
}

.p-dogfood-recommend__button-placeholder {
  display: inline-block;
  background: linear-gradient(135deg, #ff7b54, #ff6b35);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.p-dogfood-recommend__button-placeholder::after {
  content: "▶";
  margin-left: 8px;
  font-size: 14px;
}

.p-dogfood-recommend__button-placeholder:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.p-dogfood-recommend__list {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 7px;
  justify-content: center;
  margin: 12px;
}

.p-dogfood-recommend__list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-dogfood-recommend__list li span {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}

.p-trouble__triangle {
  margin-top: -10px;
  z-index: 1;
  position: relative;
  background: #f6f6f6;
}

.p-trouble__triangle img {
  display: block;
  margin-top: -15px;
}

.p-pickup {
  padding: 48px 0;
  background: #fff;
}

.p-pickup__title {
  color: var(--red, #b62727);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: 0.96px;
  margin-bottom: 32px;
}

.p-pickup__title span,
.p-pickup-grain__title span {
  font-size: 17px;
}

.p-pickup__images {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.p-pickup__image {
  flex: 1;
  text-align: center;
}

.p-pickup__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-pickup__message {
  text-align: center;
}

.p-pickup__message-text {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  margin: 0;
}

.p-pickup__message-highlight {
  color: var(--red, #b62727);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
}

.p-pickup__message-normal {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.p-pickup-content .p-pickup__title {
  color: var(--red, #b62727);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: 0.96px;
  margin-bottom: 24px;
}

.p-pickup-content .p-pickup__images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.p-pickup-content .p-pickup__image {
  flex: 1;
  text-align: center;
}

.p-pickup-content .p-pickup__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-pickup-content .p-pickup__message {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.p-pickup-content .p-pickup__message-text {
  margin: 0;
}

.p-pickup-content .p-pickup__message-highlight {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
}

.p-pickup-content .p-pickup__message-normal {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.p-pickup-recommendation {
  padding: 24px 0;
  background: #fff;
  margin-bottom: 32px;
}

.p-pickup-recommendation__content {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 16px 17px;
  padding: 12px 16px 110px;
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.p-pickup-recommendation__text {
  flex: 1;
}

.p-pickup-recommendation__intro {
  text-align: center;
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-bottom: 16px;
}

.p-pickup-recommendation__highlight {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}

.p-pickup-recommendation__red {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}

.p-pickup-recommendation__red-small {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.84px;
}

@media (max-width: 360px) {
  .p-pickup-recommendation__red {
    font-size: 22px;
  }
  .p-pickup-recommendation__red-small {
    font-size: 19px;
  }
}

.p-pickup-recommendation__message {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-top: 14px;
}

.p-pickup-recommendation__message_bold {
  font-size: 20px;
}

.p-pickup-recommendation__doctor {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.p-pickup-recommendation__doctor img {
  width: 120px;
  height: auto;
}

@media (max-width: 360px) {
  .p-pickup-recommendation__content {
    padding: 12px 16px 70px;
  }
  .p-pickup-recommendation__doctor img {
    width: 83.6px;
  }
}

@media (max-width: 350px) {
  .p-pickup-recommendation__content {
    padding: 12px 16px 90px;
  }
  .p-pickup-recommendation__doctor img {
    width: 83.6px;
  }
}
.p-pickup-recommendation__cta-section {
  text-align: center;
  padding: 0 24px;
}

.p-pickup-recommendation__cta-title {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  margin-bottom: 16px;
  position: relative;
}

.p-pickup-recommendation__cta-title::before,
.p-pickup-recommendation__cta-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: var(--red, #b62727);
  transform: translateY(-50%);
}

.p-pickup-recommendation__cta-title::before {
  left: -60px;
}

.p-pickup-recommendation__cta-title::after {
  right: -60px;
}

.p-pickup-recommendation__cta .p-dog-food__cta-button {
  animation: bounce-poyoyon 3s ease-in-out infinite;
}

.p-pickup-grain-content {
  text-align: center;
}

.p-pickup-grain__title {
  color: var(--red, #b62727);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}

@media (max-width: 360px) {
  .p-pickup-content .p-pickup__title,
  .p-pickup-grain__title {
    font-size: 22px;
  }
}

.p-pickup-grain__image {
  margin: 16px 0;
}

.p-pickup-grain__image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.p-pickup-grain__description {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.p-pickup-grain__features {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.p-pickup-grain__feature-box {
  padding: 4px 10px;
  border-radius: 5px;
  background: #ff6503;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 80px;
}

.p-pickup-grain__feature-text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.p-pickup-grain__feature-sub {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.44px;
}

.p-pickup-grain__conclusion {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.p-pickup-grain__balance {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}

@media (max-width: 360px) {
  .p-pickup-grain__conclusion {
    font-size: 15px;
  }
  .p-pickup-grain__balance {
    font-size: 18px;
  }
}

.p-pickup-ideal-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.p-pickup-ideal__label-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-pickup-ideal__description {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.56px;
  margin: 0;
}

.p-pickup-ideal__title-normal {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}

.p-pickup-ideal__title-highlight {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.88px;
}

@media (max-width: 360px) {
  .p-pickup-ideal__title-highlight {
    font-size: 20px;
  }
  .p-pickup-ideal__title-normal {
    font-size: 14px;
  }
}

.p-pickup-ideal__item {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

.p-pickup-ideal__label {
  display: inline-block;
  border-radius: 4px;
  background: var(--beige, #bea885);
  width: 53px;
  padding: 2px 8px;
  color: var(--BG_beige, #fffcf7);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
  text-align: center;
  white-space: nowrap;
}

.p-pickup-ideal__value {
  color: var(--brown, #795020);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}

.p-pickup-ideal__description {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin: 0;
}

.p-pickup-comparison__intro {
  text-align: center;
  margin: 0 16px 24px;
}

.p-pickup-comparison__intro-text {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.p-pickup-comparison__highlight-box {
  display: flex;
  flex-direction: column;
  padding: 12px 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid var(--brown, #795020);
  border-bottom: 1px solid var(--brown, #795020);
  margin: 8px 0;
}
.p-pickup-comparison__highlight {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.12px;
}

.p-pickup-comparison__highlight-text {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.12px;
}

.p-pickup-comparison__image {
  text-align: center;
  margin: 16px 0;
}

.p-pickup-comparison__image img {
  max-width: 100%;
  height: auto;
}

.p-pickup-comparison__result {
  display: flex;
  justify-content: space-between;
  padding-inline: 20px;
  margin-bottom: 22px;
}

@media (max-width: 390px) {
  .p-pickup-comparison__intro-text {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .p-pickup-comparison__highlight-box {
    padding: 12px 0;
  }
  .p-pickup-comparison__result {
    padding-inline: 10px;
  }
}
@media (max-width: 339px) {
  .p-pickup-comparison__intro-text {
    font-size: 12px;
  }
  .p-pickup-comparison__highlight {
    font-size: 24px;
  }

  .p-pickup-comparison__highlight-text {
    font-size: 24px;
  }
}

.p-pickup-comparison__result-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.p-pickup-comparison__result-text {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}

@media (max-width: 450px) {
  .p-pickup-comparison__result-text {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .p-pickup-comparison__result-text {
    font-size: 14px;
  }
}

.p-pickup-comparison__arrow-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.p-trouble__tear-arrow-wrapper {
  margin-bottom: 16px;
}

.p-pickup-comparison__result-image-wrapper {
  width: 138px;
  height: 123px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 360px) {
  .p-pickup-comparison__result-image-wrapper {
    width: 120px;
    height: 100px;
  }
}
.p-pickup-comparison__result-image-wrapper img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-pickup-comparison__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.p-pickup-comparison__arrow img {
  max-width: 100%;
  height: auto;
}

.p-pickup-evaluation {
  position: relative;
  margin-top: 8px;
  margin-left: 8px;
}

.p-pickup-evaluation__rating {
  width: 110px;
  text-align: center;
}

.p-pickup-evaluation__rating img {
  width: 100%;
  height: auto;
}

.p-pickup-evaluation__result {
  text-align: center;
}

.p-pickup-evaluation__result-text {
  color: var(--black, #333);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin: 0;
}

.p-pickup-evaluation__winner {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.p-pickup-evaluation__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-pickup-evaluation__feature-box {
  display: flex;
  padding: 4px 8px;
  gap: 8px;
}

.p-pickup-evaluation__feature-title {
  color: var(--BG_beige, #fffcf7);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 4px;
  margin: 0;
  background: #bfa06d;
  padding: 8px;
  writing-mode: vertical-rl;
  min-height: 60px;
}

.p-pickup-evaluation__feature-text {
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin: 0;
}

.p-pickup-evaluation__highlight {
  color: var(--BG_beige, #fffcf7);
  font-weight: 700;
}

/* 王冠のスタイル */
.p-table__cell-product--first {
  position: relative;
}

.p-table__crown {
  position: absolute;
  top: -25px;
  left: 2px;
  z-index: 20;
  width: 82px;
  height: auto;
}

.p-table__crown img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* スコア表示のスタイル */
.p-table__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--black, #333);
}

/* p-pickup-table__btn-detail専用の光るアニメーション */
.p-pickup-table__btn-detail {
  /* 元のbounce-poyoyonアニメーションを無効化 */
  animation: none !important;

  /* 光るアニメーションを追加 */
  position: relative;
  overflow: hidden;
}

.p-pickup-table__btn-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  animation: shine-sweep 2.5s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

.p-pickup-table__btn-detail svg {
  position: relative;
  z-index: 2;
}

@keyframes shine-sweep {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/* スコア表示のスタイル - 詳細版 */
/* 総合評価のスコア（2行目） */
.p-pickup-evaluation tr:nth-child(2) .p-table__score span {
  color: var(--red, #b62727);
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: 1.12px;
}

/* 総合評価の「点」文字（2行目） */
.p-pickup-evaluation tr:nth-child(2) .p-table__score {
  color: var(--red, #b62727);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
}

/* 大きさ・硬さ・薄さのスコア（3-5行目） */
.p-pickup-evaluation tr:nth-child(3) .p-table__score span,
.p-pickup-evaluation tr:nth-child(4) .p-table__score span,
.p-pickup-evaluation tr:nth-child(5) .p-table__score span {
  color: #333;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
}

/* 大きさ・硬さ・薄さの「点」文字（3-5行目） */
.p-pickup-evaluation tr:nth-child(3) .p-table__score,
.p-pickup-evaluation tr:nth-child(4) .p-table__score,
.p-pickup-evaluation tr:nth-child(5) .p-table__score {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
}

.p-pickup-evaluation__text {
  font-size: 9px !important;
  font-weight: 400 !important;
}

.p-pickup-evaluation .p-table__table--transposed td:nth-child(2) {
  box-shadow: none !important;
}

#compare_table .p-table__cell-fixed span {
  writing-mode: vertical-rl;
  white-space: pre;
  display: block;
}
/* テーブルコンテナの調整 */
.p-table__table-container {
  position: relative;
}

.p-table__left-label {
  position: absolute;
  left: 0;
  top: 1094px;
  z-index: 30;
  width: 35px;
  height: 403px;
}

.p-table__left-label2 {
  position: absolute;
  left: 0;
  top: 1695.5px;
  z-index: 30;
  width: 35px;
}

.p-table__row-label-text {
  font-size: 17px;

  align-self: flex-start; /* 上寄せ */
}

.p-table__row-label-text2 {
  font-size: 12px;
  margin-right: -5px;
  align-self: flex-end; /* 下寄せ */
}

@media (max-width: 350px) {
  .p-table__left-label {
    top: 872px;
  }

  .p-table__left-label2 {
    top: 1470.5px;
  }
}

.p-trouble__message-final-emphasis {
  color: var(--black, #333);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}

/* チワワ専用のスタイル追加 */
.p-trouble__message-highlight {
  color: var(--red, #b62727);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
}

.p-trouble__message-sub {
  color: var(--black, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}

.p-trouble__triangle {
  margin-top: -10px;
  z-index: 1;
  position: relative;
  background: #f6f6f6;
}

.tmp_p-dog-food__cta-clown {
  position: absolute;
}

.tmp_p-dog-food__cta-clown-chiwawa,
.tmp_p-dog-food__cta-clown-age-small {
  top: -37px;
  left: -5px;
  width: 85px;
}

.tmp_p-dog-food__cta-clown-pomeranian,
.tmp_p-dog-food__cta-clown-toypoodle {
  top: -43px;
  left: -25px;
  width: 90px;
}
.tmp_p-dog-food__cta-clown-tear-stains {
  top: -49px;
  left: -23px;
  width: 120px;
}

.tmp_p-dog-food__pickup-cta-clown-chiwawa,
.tmp_p-dog-food__pickup-cta-clown-toypoodle,
.tmp_p-dog-food__pickup-cta-clown-pomeranian,
.tmp_p-dog-food__pickup-cta-clown-age-small {
  top: -39px;
  left: -5px;
  width: 90px;
}

.p-dogfood-recommend__cta-image {
  /* 基本サイズ */
  width: 100px;
  height: auto;
}

.p-dogfood-recommend__cta-image--chiwawa {
  width: 95px;
}

.p-dogfood-recommend__cta-image--pomeranian {
  width: 62px;
  height: 63px;
}

.p-dogfood-recommend__cta-image--toypoodle {
  width: 49px;
  height: 71px;
}

/* ctaボタンのドッグフード画像 */
@media (max-width: 430px) {
  .tmp_p-dog-food__pickup-cta-image {
    right: -10px !important;
    width: 78px !important;
  }
  .tmp_p-dog-food__recommend-cta-image {
    top: -2px !important;
    right: -16px !important;
    width: 80px !important;
  }
}

.p-table__sticky-col1 {
  background: #ededed !important;
}

.p-table__category-header {
  border-radius: 2px 0px 0px 2px;
  background: #f67c03 !important;
  padding: 0 !important;
  vertical-align: middle !important;
}

.p-table__category-title {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.72px;
}

.p-table__sticky-col2-ingredient {
  border-radius: 0px 0px 0px 0px !important;
  border-left: 1px solid #f67c03 !important;
}
