@charset "UTF-8";
/* SP ではこのブロックが row-reverse の 1 行になっており、見出し 220px /
   情報 110px / 画像 20px が 350px に詰め込まれていた。画像は object-fit: cover
   なので、1152x841 の絵が 20x643 の細い帯に切り取られて何も読めない。

   下の order: 1 / 2 / 4 は縦積み前提の指定で、行のままだと意味を成さない。
   SP は縦に積む。 */
.ec-productRole__point__block {
  flex-direction: column;
}
.ec-productRole__point__block figure {
  order: 2;
  width: 100%;
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 3/2;
}
@media only screen and (min-width: 768px) {
  .ec-productRole__point__block:nth-child(odd) figure {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }
  .ec-productRole__point__block:nth-child(odd) .ec-productRole__point__info {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }
  .ec-productRole__point__block:nth-child(even) .ec-productRole__point__info {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }
  .ec-productRole__point__block:nth-child(2) .ec-productRole__point__info {
    align-self: center;
  }
  .ec-productRole__point__block:nth-child(even) figure {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }
  .ec-productRole__point__block:nth-child(2) figure img {
    transform: scale(1.28);
    transform-origin: center;
  }
}
.ec-productRole__point__block:first-child .ec-productRole__point__info h3,
.ec-productRole__point__block:nth-child(2) .ec-productRole__point__info h3,
.ec-productRole__point__block:nth-child(3) .ec-productRole__point__info h3 {
  margin-top: 0;
  margin-bottom: 24px;
  color: #995a31;
  font-size: 21px;
  line-height: 1.6;
}
.ec-productRole__point__block:first-child .ec-productRole__point__info p,
.ec-productRole__point__block:nth-child(2) .ec-productRole__point__info p,
.ec-productRole__point__block:nth-child(3) .ec-productRole__point__info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
}
@media (max-width: 767.98px) {
  .ec-productRole__point__block:first-child .ec-productRole__point__info h3,
  .ec-productRole__point__block:nth-child(2) .ec-productRole__point__info h3,
  .ec-productRole__point__block:nth-child(3) .ec-productRole__point__info h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .ec-productRole__point__block:first-child .ec-productRole__point__info p,
  .ec-productRole__point__block:nth-child(2) .ec-productRole__point__info p,
  .ec-productRole__point__block:nth-child(3) .ec-productRole__point__info p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-productRole__others .ec-productRole .product-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}
.ec-productRole__others .ec-productRole .product-row .product-card a:hover,
.ec-productRole__others .ec-productRole .product-row .product-card a:focus-visible {
  border-color: #c39d4a;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole__others .ec-productRole .product-row .product-card {
    width: 100%;
    margin-bottom: 0;
  }
}
.ec-productRole__others .ec-productRole .product-row .product-card .product-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gd-related-product__eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}
.gd-related-product__eyebrow--pill {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border: 1px solid #111111;
  border-radius: 999px;
  background: #fff;
  color: #111111;
  line-height: 1.4;
}
.gd-related-product__eyebrow--marker {
  display: flex;
  align-items: center;
  gap: 7px;
}
.gd-related-product__eyebrow--marker::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: currentColor;
}
.product-card:nth-child(2) .gd-related-product__eyebrow--marker {
  color: #995a31;
}
.product-card:nth-child(3) .gd-related-product__eyebrow--marker {
  color: #aa1b48;
}
.product-card:nth-child(4) .gd-related-product__eyebrow--marker {
  color: #3385a8;
}
.gd-related-product__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
  padding: 12px 0;
  border-top: 1px solid #ebe6e0;
  border-bottom: 1px solid #ebe6e0;
}
.gd-related-product__price > span {
  color: #68645f;
  font-size: 12px;
  font-weight: 500;
}
.gd-related-product__price strong {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.gd-related-product__price small {
  color: #68645f;
}
.gd-related-product__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 14px;
  color: #995a31;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.2s ease;
}
.gd-related-product__cta > span {
  transition: transform 0.2s ease;
}
.product-card a:hover .gd-related-product__cta,
.product-card a:focus-visible .gd-related-product__cta {
  color: #75401f;
}
.product-card a:hover .gd-related-product__cta > span,
.product-card a:focus-visible .gd-related-product__cta > span {
  transform: translateX(4px);
}
@media (min-width: 1024px) {
  .ec-productRole__point {
    padding: 112px 0;
  }
  .ec-productRole__point__block {
    margin-bottom: 120px;
  }
  .ec-productRole__for {
    padding: 112px 0;
  }
  .ec-productRole__others {
    padding: 104px 0 112px;
  }
}
.ec-productRole .ec-productRole__buyTab li:first-child::after {
  content: "";
  display: block;
  width: 89px;
  height: 28px;
  background: url("../icon/icon_recommend.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -12px;
  right: 22px;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__buyTab li:first-child::after {
    top: -12px;
    right: -5px;
  }
}
.ec-productRole .ec-productRole__textBlock__tabs li a:hover,
.ec-productRole .ec-productRole__textBlock__tabs li a:focus-visible {
  color: #111111;
}
.ec-productRole .ec-productRole__textBlock__tabs li a.is-active::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -1px;
  height: 1px;
  background: #111111;
}
@media only screen and (max-width: 767.98px) {
  .ec-productRole .ec-productRole__textBlock__tabs {
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    overflow-x: auto;
    scrollbar-width: none;
  }
  .ec-productRole .ec-productRole__textBlock__tabs::-webkit-scrollbar {
    display: none;
  }
}
html body .ec-productRole .gd-product-notice {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  margin: 48px 0 0 !important;
  padding: 24px 28px !important;
  border: 1px solid #d2cec8 !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  color: #111111 !important;
}
html body .ec-productRole .gd-product-notice__title {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}
html body .ec-productRole .gd-product-notice__title::before,
html body .ec-productRole .gd-product-notice__title::after {
  content: none !important;
  display: none !important;
}
html body .ec-productRole .gd-product-notice__content {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #68645f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
}
html body .ec-productRole .gd-product-notice__content p {
  display: block !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
}
html body .ec-productRole .gd-product-notice__content p:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767.98px) {
  html body .ec-productRole .gd-product-notice {
    margin-top: 48px !important;
    padding: 18px 16px !important;
    border-radius: 6px !important;
  }
  html body .ec-productRole .gd-product-notice__title {
    margin-bottom: 10px !important;
    font-size: 15px !important;
  }
  html body .ec-productRole .gd-product-notice__content {
    font-size: 12px !important;
    line-height: 1.75 !important;
  }
}
html body .ec-productRole .gd-feeding-guide {
  width: 100% !important;
}
html body .ec-productRole .gd-feeding-guide__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 48px !important;
  align-items: start !important;
  width: 100% !important;
}
html body .ec-productRole .gd-feeding-guide__column {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body .ec-productRole .gd-feeding-guide__titleRow {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 0 16px !important;
}
html body .ec-productRole .gd-feeding-guide__title {
  margin: 0 0 16px !important;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
html body .ec-productRole .gd-feeding-guide__titleRow .gd-feeding-guide__title {
  margin-bottom: 0 !important;
}
html body .ec-productRole .gd-feeding-guide__common {
  color: #77736e !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  white-space: nowrap !important;
}
html body .ec-productRole .gd-feeding-guide__body {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111111 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}
html body .ec-productRole .gd-feeding-guide__body p {
  margin: 0 0 14px !important;
}
html body .ec-productRole .gd-feeding-guide__body p:last-child {
  margin-bottom: 0 !important;
}
html body .ec-productRole .gd-feeding-guide__tableWrap {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow-x: auto !important;
}
html body .ec-productRole table.gd-feeding-guide__table {
  display: table !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #bdb9b3 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 14px !important;
}
html body .ec-productRole .gd-feeding-guide__table thead {
  display: table-header-group !important;
}
html body .ec-productRole .gd-feeding-guide__table tbody {
  display: table-row-group !important;
}
html body .ec-productRole .gd-feeding-guide__table tr {
  display: table-row !important;
}
html body .ec-productRole .gd-feeding-guide__table th,
html body .ec-productRole .gd-feeding-guide__table td {
  display: table-cell !important;
  padding: 11px 14px !important;
  border: 1px solid #bdb9b3 !important;
  vertical-align: middle !important;
  line-height: 1.45 !important;
  box-sizing: border-box !important;
}
html body .ec-productRole .gd-feeding-guide__table thead th {
  background: #f5f4f2 !important;
  color: #111111 !important;
  text-align: center !important;
  font-weight: 700 !important;
}
html body .ec-productRole .gd-feeding-guide__table tbody th {
  width: 44% !important;
  background: #faf9f7 !important;
  color: #111111 !important;
  text-align: left !important;
  font-weight: 600 !important;
}
html body .ec-productRole .gd-feeding-guide__table tbody td {
  width: 56% !important;
  color: #111111 !important;
  text-align: center !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-variant-numeric: tabular-nums !important;
  font-weight: 600 !important;
}
@media only screen and (max-width: 767.98px) {
  html body .ec-productRole .gd-feeding-guide__grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  html body .ec-productRole .gd-feeding-guide__title {
    font-size: 17px !important;
  }
  html body .ec-productRole .gd-feeding-guide__body,
  html body .ec-productRole table.gd-feeding-guide__table {
    font-size: 13px !important;
  }
  html body .ec-productRole .gd-feeding-guide__table th,
  html body .ec-productRole .gd-feeding-guide__table td {
    padding: 10px !important;
  }
}
.gd-desktop-hero__optionHeading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.gd-desktop-hero__optionDiscount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #d64545;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.local-slider {
  position: relative;
  overflow: hidden;
}
.local-slider .slide-item {
  display: none;
}
.local-slider .slide-item.is-active {
  display: block;
}
.local-slider .slide-item img {
  display: block;
  width: 100%;
  height: auto;
}
.item_nav .slideThumb {
  cursor: pointer;
}
.item_nav .slideThumb.is-active {
  border-color: #111111 !important;
}
html body#page_product_detail.product_page,
html body.product_page[id^=page_product_detail],
html body.product_page {
  padding-top: 0 !important;
}
@media (min-width: 992px) {
  .gd-desktop-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(440px, 0.88fr);
    gap: clamp(40px, 4vw, 56px);
    align-items: start;
    width: calc(100% - 40px);
    max-width: 1192px;
    margin: 32px auto 88px;
    padding: 0;
    box-sizing: border-box;
  }
  .gd-desktop-hero__gallery {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .gd-desktop-hero__visual {
    width: 100%;
    aspect-ratio: 1/1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f5f5f5;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .gd-desktop-hero__visual img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .gd-desktop-hero__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
  }
  .gd-desktop-hero__thumb {
    width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid var(--gd-border);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    transition: border-color 0.06s ease;
  }
  .gd-desktop-hero__thumb:hover,
  .gd-desktop-hero__thumb.is-active {
    border-color: #b88b2d;
  }
  .gd-desktop-hero__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .gd-desktop-hero__info {
    min-height: 0;
    padding: 4px 0 0;
    background: transparent;
    border-radius: 0;
    display: flex;
    flex-direction: column;
  }
  .gd-desktop-hero__title {
    margin: 16px 0 12px;
    color: #111111;
    font-size: 28px !important;
    font-weight: 700;
    letter-spacing: 0.018em;
    line-height: 1.35;
  }
  .gd-desktop-hero__lead {
    margin: 0 0 20px;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
  }
  .gd-desktop-hero__priceRow {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-bottom: 16px;
    color: #111111;
  }
  .gd-desktop-hero__priceSymbol {
    font-size: 17px;
    font-weight: 700;
  }
  .gd-desktop-hero__priceValue {
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.002em;
  }
  .gd-desktop-hero__priceTax {
    font-size: 13px;
    font-weight: 700;
  }
  .gd-desktop-hero__utility {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    align-self: flex-start;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--gd-border);
    border-radius: 999px;
    background: transparent;
    color: #5e5954;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
  }
  .gd-desktop-hero__utility svg {
    width: 15px;
    height: 15px;
  }
  .gd-desktop-hero__selector {
    margin-top: 30px;
  }
  .gd-desktop-hero__sectionTitle {
    margin: 0 0 10px;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
  .gd-desktop-hero__sectionNote {
    margin: -5px 0 10px;
    color: #817b74;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .gd-desktop-hero__sectionTitle--quantity {
    margin-top: 20px;
  }
  .gd-desktop-hero__typeWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--gd-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  .gd-desktop-hero__typeButton {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 72px;
    padding: 14px 18px;
    border: 0;
    background: #fff;
    color: #59544f;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
  }
  .gd-desktop-hero__typeButton + .gd-desktop-hero__typeButton {
    border-left: 1px solid var(--gd-border);
  }
  .gd-desktop-hero__typeButton::before {
    content: "";
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid var(--gd-border);
    background: #fff;
  }
  .gd-desktop-hero__typeButton::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    transform: translateY(-50%);
  }
  .gd-desktop-hero__typeButton.is-active {
    color: #111111;
  }
  .gd-desktop-hero__typeButton.is-active::before {
    border-color: #c0932d;
  }
  .gd-desktop-hero__typeButton.is-active::after {
    background: #c0932d;
  }
  .gd-desktop-hero__optionList {
    margin-top: 14px;
    display: grid;
    gap: 10px;
  }
  .gd-desktop-hero__option {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
    min-height: 70px;
    padding: 12px 18px;
    border: 1px solid var(--gd-border);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.06s ease;
  }
  .gd-desktop-hero__option:hover,
  .gd-desktop-hero__option.is-active {
    border-color: #b88b2d;
  }
  .gd-desktop-hero__optionTitle {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
  }
  .gd-desktop-hero__optionMeta {
    margin-top: 3px;
    color: #81786f;
    font-size: 11px;
  }
  .gd-desktop-hero__optionPrice {
    color: #111111;
    font-size: 21px;
    font-weight: 700;
    white-space: nowrap;
  }
  .gd-desktop-hero__optionPrice small {
    font-size: 12px;
  }
  .gd-desktop-hero__cta {
    margin-top: 18px;
    padding-top: 0;
  }
  .gd-desktop-hero__ctaButton {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 999px;
    background: #c39d4a;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.025em;
    box-shadow: none;
  }
  .gd-desktop-hero__ctaButton:hover {
    background: #b88b2d;
  }
  .gd-desktop-hero__ctaNote {
    margin-top: 10px;
    color: #8a8178;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
  }
  .ec-originalGrid2__inner {
    display: block !important;
  }
  .ec-originalGrid2__productCell,
  .ec-originalGrid2__cartCell {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
  }
  .gd-desktop-hero + .ec-originalGrid2__inner > .ec-originalGrid2__productCell > .ec-sliderItemRole {
    display: none !important;
  }
  .ec-productRole__textBlock {
    margin-top: 0 !important;
  }
  .ec-productRole__textBlock > .container {
    width: calc(100% - 40px) !important;
    max-width: 1192px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
  .ec-originalGrid2 > .ec-topicPath {
    width: calc(100% - 40px);
    max-width: 1192px;
    margin-right: auto;
    margin-left: auto;
  }
  .ec-productRole__extension-header {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .gd-desktop-hero {
    display: none !important;
  }
}
.gd-desktop-hero__title,
#product-title,
.ec-productRole__textBlock__title {
  font-size: 28px !important;
  line-height: 1.4 !important;
}
.gd-desktop-hero__priceValue {
  font-size: 36px !important;
}
@media (min-width: 992px) {
  .gd-desktop-hero__typeWrap,
  .gd-desktop-hero__option,
  .gd-desktop-hero__thumb,
  .gd-desktop-hero__utility {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #d2cec8 !important;
    box-shadow: none !important;
  }
  .gd-desktop-hero__option,
  .gd-desktop-hero__thumb {
    transition: border-color 0.06s ease !important;
  }
  .gd-desktop-hero__option:hover,
  .gd-desktop-hero__option.is-active,
  .gd-desktop-hero__thumb:hover,
  .gd-desktop-hero__thumb.is-active {
    border-color: var(--gd-accent) !important;
    box-shadow: none !important;
  }
}
.ec-productRole__buyTab__price,
.ec-productRole__buyTab__price * {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-variant-numeric: tabular-nums !important;
  font-feature-settings: "tnum" 1 !important;
}
.ec-productRole__buyTab__price .tax {
  margin-left: 3px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
html body .price-system-ui,
html body .price-system-ui * {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-variant-numeric: tabular-nums !important;
  font-feature-settings: "tnum" 1 !important;
}
html body .gd-desktop-hero__priceRow.price-system-ui,
html body .ec-price.price-system-ui {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  word-spacing: 0 !important;
  white-space: nowrap !important;
}
html body .gd-desktop-hero__priceRow.price-system-ui .gd-desktop-hero__priceSymbol,
html body .gd-desktop-hero__priceRow.price-system-ui .gd-desktop-hero__priceValue,
html body .ec-price.price-system-ui .ec-price__symbol,
html body .ec-price.price-system-ui .ec-price__amount {
  margin: 0 !important;
  padding: 0 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}
html body .price-system-ui .gd-desktop-hero__priceTax,
html body .price-system-ui .ec-price__tax,
html body .price-system-ui small,
html body .price-system-ui .tax {
  margin-left: 3px !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
html body .gd-desktop-hero__optionPrice.price-system-ui {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  white-space: nowrap !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
html body .gd-desktop-hero__priceRow.price-system-ui .gd-desktop-hero__priceTax,
html body .ec-price.price-system-ui .ec-price__tax {
  margin: 0 0 1px 4px !important;
  padding: 0 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}
html body .gd-desktop-hero__optionPrice.price-system-ui small {
  margin-left: 3px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
html body .gd-desktop-hero__badge,
html body .ec-productRole__tag.tag_5 {
  display: inline-flex !important;
  align-items: center !important;
  align-self: flex-start !important;
  gap: 8px !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #7A9A6B !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.03em !important;
}
html body .gd-desktop-hero__badge::before,
html body .ec-productRole__tag.tag_5::before {
  content: none !important;
  display: none !important;
}
html body .gd-venison-marker {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  flex: 0 0 10px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #7A9A6B !important;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  html body .gd-desktop-hero__title {
    margin-top: 12px !important;
  }
}
.ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section {
  border: 1px solid #d2cec8 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  padding: 24px 28px !important;
  margin-bottom: 20px !important;
}
.ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section h3 {
  margin: 0 0 16px !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #111111 !important;
}
.ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section h3 span {
  font-size: 0.9em !important;
  color: #68645f !important;
}
.ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__materialall {
  font-size: 14px !important;
  line-height: 2 !important;
  color: #111111 !important;
}
.ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap {
  margin-top: 8px !important;
}
.ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div table td:last-child {
  text-align: right !important;
  color: #111111 !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767.98px) {
  .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section {
    padding: 18px 16px !important;
    margin-bottom: 16px !important;
  }
  .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section h3 {
    font-size: 17px !important;
    margin-bottom: 14px !important;
  }
  .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__materialall {
    font-size: 13px !important;
    line-height: 1.9 !important;
  }
  .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div {
    padding: 14px 14px !important;
  }
  .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div table td {
    font-size: 13px !important;
    padding-bottom: 10px !important;
  }
  .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__note {
    font-size: 12px !important;
  }
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section {
  margin: 0 0 28px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section h3 {
  margin: 0 0 12px !important;
  color: #111111 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__section h3 span {
  color: #68645f !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box {
  width: 100% !important;
  padding: 20px 22px !important;
  box-sizing: border-box !important;
  border: 1px solid #d2cec8 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--material .ec-productRole__textBlock__content__materialall {
  margin: 0 !important;
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__wrap {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  -moz-column-gap: 36px !important;
       column-gap: 36px !important;
  margin: 0 !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__wrap > div {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition table {
  width: 100% !important;
  border-collapse: collapse !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition tr:not(:last-child) {
  border-bottom: 1px solid #ebe8e3 !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition td {
  width: 50% !important;
  padding: 10px 0 !important;
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition td:last-child {
  color: #111111 !important;
  text-align: right !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-variant-numeric: tabular-nums !important;
  font-weight: 500 !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__note {
  margin: 14px 0 0 !important;
  padding: 14px 0 0 !important;
  border-top: 1px solid #d2cec8 !important;
  color: #68645f !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 767.98px) {
  html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box {
    padding: 16px !important;
    border-radius: 6px !important;
  }
  html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--material .ec-productRole__textBlock__content__materialall,
  html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition td {
    font-size: 13px !important;
  }
  html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__wrap {
    grid-template-columns: 1fr !important;
    row-gap: 0 !important;
  }
  html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__wrap > div + div {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__wrap > div:not(:last-child) table tr:last-child {
    border-bottom: 1px solid #ebe8e3 !important;
  }
}
@media (min-width: 992px) {
  html body .gd-desktop-hero__option {
    padding-left: 16px !important;
  }
  html body .gd-desktop-hero__option > div:first-child {
    width: 100% !important;
    justify-self: start !important;
    text-align: left !important;
  }
  html body .gd-desktop-hero__optionTitle,
  html body .gd-desktop-hero__optionHeading {
    text-align: left !important;
  }
  html body .gd-desktop-hero__optionHeading {
    justify-content: flex-start !important;
  }
}
html body .gd-desktop-hero__optionDiscount {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 22px !important;
  padding: 3px 8px !important;
  border: 1px solid #d64545 !important;
  border-radius: 999px !important;
  background: #d64545 !important;
  color: #ffffff !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}
html body .ec-productRole__buyTab__price .off {
  color: #d64545 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 800 !important;
}
/* トライアルの購入エリアをカードで囲む。
   姉妹サイト（fresh_meal_contents の商品8）の見え方に寄せる。
   ベージュのカードの中に、お届け内容だけ白カードで入れ子にする構成。
   通常商品のヒーロー右カラムは素地のままなので、トライアルだけに当てる */
html body .gd-desktop-hero--trial .gd-desktop-hero__info > .ec-productRole__profile {
  background: #f6f2e8;
  border-radius: 24px;
  /* 参照（姉妹サイト）は 48px 40px。商品名がこちらの方が長いので
     左右だけ 32px に詰めて 1 行に収める */
  padding: 48px 32px;
}
/* トライアルは商品名が長く（「GOODISH トライアルセット 4個入」）、
   28px だと 1 行に 442px 必要で 402px の枠に収まらず「4 / 個入」で割れる。
   トライアルだけ字を詰めて 1 行に収める。
   keep-all は保険で、名前が伸びて折り返す場合も「4個入」のような
   まとまりの途中で切れないようにする */
/* バッジ（h=23px）と取り消し価格（h=22px）が align-items:flex-start で
   上端揃えになり、バッジ側の親に padding があるぶん 10px ずれて見えていた。
   文字どうしの高さを合わせたいので中央揃えにする。
   打ち消し先は _design.scss の .ec-productRole .ec-productRole__trial__off
   （同じ詳細度で後勝ちしている） */
html body .gd-desktop-hero--trial .ec-productRole__trial__off {
  align-items: center;
}
/* バッジ側は親に margin-top:10px、バッジ自身に margin-bottom:4px が付いており、
   align-items:center を打ち消して 3px 下にずれる。余白を落として
   取り消し価格と中心を揃える */
html body .gd-desktop-hero--trial .ec-productRole__trial__off .ec-productRole__buyTab__price,
html body .gd-desktop-hero--trial .ec-productRole__trial__off .off {
  margin: 0;
}
html body .gd-desktop-hero--trial #product-title {
  /* 既存の .gd-desktop-hero__title 側が !important なので同じ強さで上書きする。
     「GOODISH テイスティングセット 4個入」は 28px だと 1 行に 498px 必要で、
     カード内側に収まらず「4 / 個入」で割れる。カードの左右余白を
     40px→32px に詰めて内側 418px を確保し、23px（必要 410px）で 1 行にする。
     keep-all は保険で、名前が伸びて折り返す場合も「4個入」のような
     まとまりの途中で切れないようにする */
  font-size: 23px !important;
  word-break: keep-all;
}
/* 上の赤文字は購入タブ（白地）向け。トライアルの「初回限定79%OFF」は
   同じ .ec-productRole__buyTab__price .off を使い回しているが背景が
   オレンジ(#db5331)のため、赤文字だとコントラスト比 1.05:1 で読めない。
   トライアル配下だけ白に戻す */
html body .ec-productRole__trial__off .ec-productRole__buyTab__price .off {
  color: #fff !important;
}
html body.product_page nav.gd-product-switch {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 14px 0 22px !important;
  padding: 0 !important;
}
html body.product_page a.gd-product-switch__button,
html body.product_page a.gd-product-switch__button:link,
html body.product_page a.gd-product-switch__button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 9px 12px !important;
  box-sizing: border-box !important;
  border: 1px solid #d2cec8 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111111 !important;
  box-shadow: none !important;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: border-color 0.08s ease, background-color 0.08s ease, color 0.08s ease !important;
}
@media (min-width: 768px) {
  html body.product_page nav.gd-product-switch {
    grid-template-columns: repeat(4, 92px) !important;
    grid-auto-rows: 88px !important;
    justify-content: start !important;
    align-items: start !important;
    width: 100% !important;
    margin: 14px auto 22px !important;
  }
  html body.product_page a.gd-product-switch__button,
  html body.product_page a.gd-product-switch__button:link,
  html body.product_page a.gd-product-switch__button:visited {
    height: 88px !important;
    max-height: 88px !important;
    min-height: 0 !important;
    padding: 6px !important;
    align-self: start !important;
  }
  html body.product_page a.gd-product-switch__button .gd-product-switch__image {
    display: block !important;
    width: auto !important;
    max-width: 84% !important;
    height: auto !important;
    max-height: 72px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
html body.product_page .gd-product-switch__button:hover,
html body.product_page .gd-product-switch__button:focus-visible {
  border-color: #7A9A6B !important;
  background: #f4f7f2 !important;
  color: #5f7f51 !important;
  text-decoration: none !important;
}
html body.product_page a.gd-product-switch__button.is-active,
html body.product_page a.gd-product-switch__button[aria-current=page] {
  border-width: 2px !important;
  border-color: #7A9A6B !important;
  background: #fff !important;
  color: #7A9A6B !important;
  pointer-events: none !important;
}
@media (max-width: 767.98px) {
  html body.product_page .gd-product-switch {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 12px 0 18px !important;
  }
  html body.product_page .gd-product-switch__button,
  html body.product_page .gd-product-switch__button:link,
  html body.product_page .gd-product-switch__button:visited {
    min-height: 40px !important;
    padding: 8px 10px !important;
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  html body .gd-standard-price,
  html body .gd-standard-price > span {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    font-variant-numeric: tabular-nums !important;
    letter-spacing: 0 !important;
  }
  html body .gd-standard-price {
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 0 !important;
    white-space: nowrap !important;
  }
}
html body .gd-desktop-hero__typeButton {
  min-height: 68px !important;
  padding: 12px 18px !important;
  gap: 12px !important;
  align-items: center !important;
}
html body .gd-desktop-hero__typeButton::before,
html body .gd-desktop-hero__typeButton::after {
  content: none !important;
  display: none !important;
}
html body .gd-desktop-hero__radio {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1.5px solid #d2cec8 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
  line-height: 0 !important;
  vertical-align: middle !important;
}
html body .gd-desktop-hero__radio > span {
  position: static !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  transform: none !important;
  box-sizing: border-box !important;
}
html body .gd-desktop-hero__typeButton.is-active .gd-desktop-hero__radio {
  border-color: #c0932d !important;
}
html body .gd-desktop-hero__typeButton.is-active .gd-desktop-hero__radio > span {
  background: #c0932d !important;
}
html body .gd-desktop-hero__typeContent {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}
html body .gd-desktop-hero__typeLabel {
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
}
html body .gd-desktop-hero__typeBadge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 24px !important;
  padding: 3px 9px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #df4545 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}
html body .gd-desktop-hero__typeDescription,
html body .gd-desktop-hero__typeText {
  display: none !important;
}
html body .gd-deal-price,
html body .gd-deal-price__sale,
html body .gd-deal-price__sale > span:not(.gd-deal-price__discount):not(.gd-deal-price__regular):not(.gd-shipping-included__free):not(.gd-shipping-included__label):not(.gd-deal-price__meta) {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
html body .gd-deal-price {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: center !important;
  gap: 3px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-variant-numeric: tabular-nums !important;
}
html body .gd-deal-price__sale {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  gap: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}
html body .gd-deal-price__sale > span:not(.gd-deal-price__discount):not(.gd-deal-price__regular):not(.gd-shipping-included__free):not(.gd-shipping-included__label):not(.gd-deal-price__meta) {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}
html body .gd-deal-price__discount {
  display: inline-block !important;
  margin: 0 7px 0 0 !important;
  padding: 0 !important;
  color: #df4545 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}
html body .gd-deal-price__separator,
html body .gd-price-separator {
  display: inline-block !important;
  margin: 0 4px !important;
  padding: 0 !important;
  color: currentColor !important;
  font: inherit !important;
}
html body .gd-deal-price__regular {
  position: relative !important;
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  gap: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #8a8782 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  font-variant-numeric: tabular-nums !important;
}
html body .gd-deal-price__regular > span {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #8a8782 !important;
  font: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}
html body .gd-deal-price__regular::after {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  height: 1px !important;
  background: #8a8782 !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}
html body .gd-option-priceBlock {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 2px !important;
}
html body .gd-shipping-included__label,
html body .gd-shipping-included__free {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
html body .gd-shipping-included__label {
  color: #8a8782 !important;
}
html body .gd-shipping-included__free {
  color: #b88b2d !important;
  font-weight: 700 !important;
}
html body .gd-deal-price__sale > span.gd-shipping-included__label,
html body .gd-deal-price__sale > span.gd-shipping-included__free,
html body .gd-standard-price > span.gd-shipping-included__label,
html body .gd-standard-price > span.gd-shipping-included__free,
html body .gd-deal-price__meta > .gd-shipping-included__label,
html body .gd-deal-price__meta > .gd-shipping-included__free {
  margin-left: 12px !important;
}
html body .gd-deal-price__sale > span.gd-deal-price__meta,
html body.product_page .gd-desktop-hero .gd-deal-price__sale > span.gd-deal-price__meta,
html body.product_page .gd-mobile-purchase .gd-deal-price__sale > span.gd-deal-price__meta {
  color: #8a8782 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
@media (max-width: 991.98px) {
  html body .gd-option-priceBlock {
    min-width: 0 !important;
  }
  html body .gd-option-priceBlock > .gd-deal-price {
    width: 100% !important;
  }
  html body .gd-deal-price__sale {
    width: 100% !important;
    flex-wrap: wrap !important;
  }
  html body .gd-deal-price__meta {
    flex-basis: 100% !important;
    text-align: right !important;
  }
}
html body .gd-desktop-hero__ctaBox {
  display: block !important;
  width: 100% !important;
  margin: 18px 0 0 !important;
  padding: 18px !important;
  border: 1px solid #d2cec8 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
html body .gd-desktop-hero__subscriptionInfo {
  display: block !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
}
html body .gd-desktop-hero__oneTimeInfo {
  display: block !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
}
html body .gd-desktop-hero__ctaBox[data-current-mode=regular] .gd-desktop-hero__subscriptionInfo,
html body .gd-desktop-hero__ctaBox[data-current-mode=subscription] .gd-desktop-hero__oneTimeInfo {
  display: none !important;
}
html body .gd-desktop-hero__subscriptionTitle {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
html body .gd-desktop-hero__subscriptionPoints {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
html body .gd-desktop-hero__subscriptionPoints li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 22px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
html body .gd-desktop-hero__subscriptionPoints li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 21px !important;
  color: #b88b2d !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}
html body .gd-desktop-hero__cta {
  margin: 0 !important;
  padding: 0 !important;
}
html body .gd-desktop-hero__ctaButton {
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  border: 1px solid #c39d4a !important;
  border-radius: 999px !important;
  background: #c39d4a !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
html body .gd-desktop-hero__ctaButton:hover,
html body .gd-desktop-hero__ctaButton:focus-visible {
  border-color: #b88b2d !important;
  background: #b88b2d !important;
}
html body .gd-deal-price__sale > span.gd-deal-price__discount {
  display: inline-block !important;
  margin: 0 7px 0 0 !important;
  padding: 0 !important;
  color: #df4545 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
html body .gd-deal-price__sale > em.gd-deal-price__off-label {
  display: inline-block !important;
  margin: 0 7px 0 0 !important;
  padding: 0 !important;
  color: #df4545 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
html body.product_page .gd-desktop-hero__typeWrap {
  border: 0 !important;
}
html body.product_page .gd-desktop-hero__typeButton {
  border: 1px solid #d2cec8 !important;
  box-shadow: none !important;
}
html body.product_page .gd-desktop-hero__typeButton + .gd-desktop-hero__typeButton {
  margin-left: -1px !important;
}
html body.product_page .gd-desktop-hero__typeButton:first-child {
  border-radius: 12px 0 0 12px !important;
}
html body.product_page .gd-desktop-hero__typeButton:last-child {
  border-radius: 0 12px 12px 0 !important;
}
html body.product_page .gd-desktop-hero__typeButton.is-active {
  z-index: 1 !important;
  border-color: #b88b2d !important;
  background: #fbf6ea !important;
  box-shadow: none !important;
}
html body.product_page .gd-desktop-hero__option.is-active {
  border: 1px solid #b88b2d !important;
  background: #fbf6ea !important;
  box-shadow: none !important;
}
@media (max-width: 991.98px) {
  html body.product_page {
    overflow-x: hidden;
    padding-bottom: 0 !important;
    color: #111111;
  }
  html body.product_page .ec-originalGrid2,
  html body.product_page .ec-originalGrid2__inner,
  html body.product_page .ec-originalGrid2__productCell {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  html body.product_page .ec-sliderItemRole {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
  }
  html body.product_page .normal-layout.container {
    width: 100%;
    max-width: 680px !important;
    margin: 0 auto;
    padding: 0 !important;
  }
  html body.product_page .normal-layout .item_visual-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #f7f5f1;
  }
  html body.product_page .normal-layout .item_visual,
  html body.product_page .normal-layout .item_visual .slide-item {
    width: 100%;
    height: 100%;
    margin: 0 !important;
  }
  html body.product_page .normal-layout .item_visual .slide-item {
    align-items: center;
    justify-content: center;
  }
  html body.product_page .normal-layout .item_visual .slide-item.is-active {
    display: flex;
  }
  html body.product_page .normal-layout .item_visual .slide-item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  html body.product_page .normal-layout .item_nav {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
    overflow-x: auto;
    scrollbar-width: none;
    box-sizing: border-box;
  }
  html body.product_page .normal-layout .item_nav::-webkit-scrollbar {
    display: none;
  }
  html body.product_page .normal-layout .slideThumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    margin: 0;
    border: 1px solid #d2cec8;
    border-radius: 8px;
    background: #fff;
    opacity: 1;
  }
  html body.product_page .normal-layout .slideThumb.is-active {
    border: 2px solid #7a9a6b !important;
  }
  html body.product_page .slide-counter {
    right: 14px;
    bottom: 14px;
    left: auto;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #68645f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.06em;
    transform: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  html body.product_page .ec-productRole__textBlock {
    width: 100%;
    max-width: 720px;
    margin: 0 auto !important;
    padding: 0 20px;
    box-sizing: border-box;
  }
  html body.product_page .ec-productRole__textBlock > .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  html body.product_page .ec-productRole__tags.mt-5 {
    margin: 24px 0 10px !important;
  }
  html body.product_page .ec-productRole__tag {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #5f7f51;
    font-size: 14px;
    line-height: 1.4;
  }
  html body.product_page .ec-productRole__textBlock__title {
    margin: 0 0 10px !important;
    color: #111111;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.4 !important;
    letter-spacing: 0.01em;
  }
  html body.product_page .ec-productRole__description {
    margin: 0 0 18px !important;
    color: #55514d !important;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1.75 !important;
  }
  html body.product_page .gd-mobile-switchSection {
    margin: 0;
    padding: 22px 0 24px;
  }
  html body.product_page nav.gd-product-switch {
    grid-template-columns: repeat(4, minmax(0, 88px)) !important;
    grid-auto-rows: auto !important;
    justify-content: start !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
  }
  html body.product_page a.gd-product-switch__button,
  html body.product_page a.gd-product-switch__button:link,
  html body.product_page a.gd-product-switch__button:visited {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 88px !important;
    height: 94px !important;
    min-height: 94px !important;
    padding: 6px 4px 7px !important;
    border-radius: 10px !important;
    color: #111111 !important;
    text-decoration: none !important;
  }
  html body.product_page a.gd-product-switch__button .gd-product-switch__image {
    display: block !important;
    width: auto !important;
    max-width: 88% !important;
    height: auto !important;
    max-height: 62px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  html body.product_page .gd-product-switch__label {
    display: block;
    margin-top: 3px;
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }
  html body.product_page .ec-productRole__textBlock__tabs {
    margin-bottom: 30px;
    scroll-snap-type: x proximity;
  }
  html body.product_page .ec-productRole__textBlock__tabs li {
    scroll-snap-align: start;
  }
  html body.product_page .ec-productRole__textBlock__tabs li a {
    min-height: 58px;
    padding: 14px 12px;
    font-size: 13px;
  }
  html body.product_page .ec-productRole__textBlock__content.feature p {
    margin-bottom: 48px;
    color: #111111;
    font-size: 15px;
    line-height: 1.85;
  }
  html body.product_page .gd-mobile-purchase {
    width: 100%;
    margin: 0 0 44px;
    padding-top: 22px;
    border-top: 8px solid #f6f4f1;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__selector {
    margin: 0;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__sectionTitle {
    margin: 0 0 9px;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__sectionNote {
    margin: -4px 0 12px;
    color: #817b74;
    font-size: 13px;
    line-height: 1.55;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__sectionTitle--quantity {
    margin-top: 24px;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__typeWrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__typeButton {
    position: relative;
    display: flex;
    width: 100%;
    background: #fff;
    color: #111111;
    text-align: left;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__typeButton:first-child {
    padding-right: 10px !important;
    padding-left: 14px !important;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__typeButton:last-child {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__typeContent {
    flex-wrap: wrap !important;
    gap: 6px !important;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__typeBadge {
    min-height: 22px;
    padding: 3px 7px;
    font-size: 11px;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__optionList {
    display: grid;
    gap: 10px;
    margin-top: 12px;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__optionList[hidden] {
    display: none !important;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__option {
    display: grid;
    grid-template-columns: minmax(86px, 1fr) auto;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 76px;
    padding: 12px 14px;
    border: 1px solid #d2cec8;
    border-radius: 12px;
    background: #fff;
    color: #111111;
    text-align: left;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__optionTitle {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
  }
  html body.product_page .gd-mobile-purchase .gd-standard-price,
  html body.product_page .gd-mobile-purchase .gd-standard-price > span,
  html body.product_page .gd-mobile-purchase .gd-deal-price__sale,
  html body.product_page .gd-mobile-purchase .gd-deal-price__sale > span {
    font-size: 15px !important;
    font-weight: 700 !important;
  }
  html body.product_page .gd-mobile-purchase .gd-deal-price__regular,
  html body.product_page .gd-mobile-purchase .gd-deal-price__regular > span {
    font-size: 11px !important;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__ctaBox {
    margin-top: 14px !important;
    padding: 16px !important;
  }
  html body.product_page .gd-mobile-selectionSummary {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
    padding: 14px 0;
    border-top: 1px solid #e7e2dc;
    border-bottom: 1px solid #e7e2dc;
  }
  html body.product_page .gd-mobile-selectionSummary__label {
    display: block;
    margin-bottom: 3px;
    color: #817b74;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
  }
  html body.product_page .gd-mobile-selectionSummary strong {
    display: block;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }
  html body.product_page .gd-mobile-selectionSummary__price {
    flex: 0 0 auto;
    color: #111111;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }
  html body.product_page .gd-mobile-selectionSummary__price small {
    font-size: 11px;
    font-weight: 600;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__ctaButton {
    min-height: 58px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
  }
  html body.product_page #purchaseBottomSheet {
    position: fixed;
    z-index: 10020;
    inset: 0;
    display: none;
  }
  html body.product_page #purchaseBottomSheet.is-open,
  html body.product_page #purchaseBottomSheet.is-active,
  html body.product_page #purchaseBottomSheet.active,
  html body.product_page #purchaseBottomSheet.show {
    display: block;
  }
  html body.product_page .ec-productRole__bottomSheet__overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.45);
  }
  html body.product_page .ec-productRole__bottomSheet__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* 88dvh だと画面下に 80px ほど隙間が残り、後ろの固定バーが
       半透明のオーバーレイ越しに見えてしまう。画面いっぱいまで使う */
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 -18px 50px rgba(17, 17, 17, 0.18);
  }
  html body.product_page .ec-productRole__bottomSheet__handle {
    flex: 0 0 auto;
    width: 40px;
    height: 4px;
    margin: 9px auto 3px;
    border-radius: 999px;
    background: #d2cec8;
  }
  html body.product_page .ec-productRole__bottomSheet__header {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 14px;
    border-bottom: 1px solid #ebe6e0;
  }
  html body.product_page .ec-productRole__bottomSheet__title {
    margin: 0;
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }
  html body.product_page .ec-productRole__bottomSheet__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: -8px -10px -8px 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111111;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
  }
  html body.product_page .ec-productRole__bottomSheet__fixed-area {
    flex: 0 0 auto;
    padding: 18px 20px 16px;
  }
  html body.product_page .gd-mobile-purchase-label {
    margin: 0 0 10px;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  html body.product_page .gd-mobile-purchase-label--quantity {
    margin-bottom: 10px;
  }
  html body.product_page .purchase-segment {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #d2cec8;
    border-radius: 12px;
  }
  html body.product_page .segment-btn {
    min-height: 54px;
    margin: 0;
    padding: 0 14px;
    border: 0;
    background: #fff;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
  }
  html body.product_page .segment-btn + .segment-btn {
    border-left: 1px solid #d2cec8;
  }
  html body.product_page .segment-btn.active {
    background: #fbf6ea;
    color: #111111;
    box-shadow: inset 0 0 0 1px #b88b2d;
  }
  html body.product_page .ec-productRole__bottomSheet__scroll-area {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 4px 20px 24px;
  }
  html body.product_page .pack-options {
    display: grid;
    gap: 10px;
  }
  html body.product_page .pack-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 76px;
    /* ラジオ（.pack-card::before）は left: 18px / 幅 24px で右端が 42px。
       左余白 14px では「10パック」やバッジの上に重なる */
    padding: 12px 14px 12px 52px;
    border: 1px solid #d2cec8;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
  }
  html body.product_page .pack-card.active {
    border-color: #b88b2d;
    background: #fbf6ea;
  }
  html body.product_page .pack-card-header,
  html body.product_page .price-info {
    min-width: 0;
  }
  html body.product_page .pack-label {
    display: block;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
  }
  html body.product_page .pack-custom {
    margin-top: 3px;
    color: #68645f;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
  }
  html body.product_page .price-info,
  html body.product_page .price-extended,
  html body.product_page .pack-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
  }
  html body.product_page .price-info {
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }
  html body.product_page .price-extended {
    gap: 7px;
  }
  html body.product_page .pack-discount {
    /* 赤地のバッジに赤い文字が乗っていて読めなかった。
       背景は fixed-footer-improved.scss 側で #c33c1a */
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }
  html body.product_page .price-extended .default {
    color: #8a8782;
    font-size: 11px;
    font-weight: 500;
    text-decoration: line-through;
  }
  html body.product_page .pack-price {
    color: #111111;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-variant-numeric: tabular-nums;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
  }
  html body.product_page .pack-tax {
    margin-left: 3px;
    font-size: 10px;
  }
  html body.product_page .subscription-info {
    margin-top: 18px;
    padding: 18px 0 0;
    border-top: 1px solid #ebe6e0;
    border-radius: 0;
    background: transparent;
  }
  html body.product_page .subscription-points {
    margin: 0 0 16px;
    padding: 0;
  }
  html body.product_page .subscription-points li {
    margin: 8px 0;
    padding-left: 24px;
    color: #111111;
    font-size: 13px;
    line-height: 1.55;
  }
  html body.product_page .subscription-detail {
    margin: 0;
    padding: 14px;
    border-radius: 10px;
    background: #f7f5f1;
  }
  html body.product_page .subscription-detail-title {
    margin-bottom: 6px;
    /* 緑地（#5a9e6f）に黒文字でコントラストが足りていなかった */
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  html body.product_page .subscription-detail-text,
  html body.product_page .subscription-detail-text dd {
    margin: 0;
    color: #55514d;
    font-size: 12px;
    line-height: 1.7;
  }
  html body.product_page .ec-productRole__bottomSheet__footer {
    flex: 0 0 auto;
    /* fixed-footer-improved.scss が position: absolute; bottom: 0 を当てている。
       シートを 100dvh にした結果、絶対配置のままだとスクロール末尾の
       カードがフッターに隠れる（高さ 568px 端末で 38px 欠ける）。
       flex カラムの一員に戻して領域を奪い合わないようにする */
    position: static;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #ebe6e0;
    background: #fff;
  }
  html body.product_page .footer-btn-add {
    width: 100%;
    min-height: 56px;
    border: 1px solid #9f7620;
    border-radius: 999px;
    background: #b88b2d;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
  }
  html body.product_page .ec-productRole__point {
    padding: 72px 0;
  }
  html body.product_page .ec-productRole__point__block {
    margin-bottom: 88px;
  }
  html body.product_page .ec-productRole__point__block figure {
    margin-bottom: 28px;
  }
  html body.product_page .ec-productRole__point__info h3 {
    margin-bottom: 18px;
    font-size: 19px;
    line-height: 1.55;
  }
  html body.product_page .ec-productRole__point__info p {
    font-size: 15px;
    line-height: 1.85;
  }
  html body.product_page .ec-productRole__for {
    padding: 72px 0;
  }
  html body.product_page .ec-productRole__others {
    padding: 72px 0 88px;
    border-top-color: #d2cec8;
  }
  html body.product_page .ec-productRole__others .ec-productRole h2,
  html body.product_page .ec-productRole__others .ec-productRole .h2 {
    margin-bottom: 34px;
  }
  html body.product_page .ec-productRole__others .product-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  html body.product_page .ec-productRole__others .product-card {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_page .ec-productRole {
    padding-right: 24px;
    padding-left: 24px;
  }
  html body.product_page .ec-originalGrid2 > .ec-topicPath {
    width: 100%;
    max-width: 680px;
    margin: 18px auto 0;
    padding: 0;
  }
  html body.product_page .ec-topicPath ol {
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin: 0;
    padding: 0;
  }
  html body.product_page .ec-topicPath ol li {
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  html body.product_page .normal-layout.container {
    width: 100%;
    max-width: 680px !important;
    margin-top: 22px;
    border-radius: 14px;
  }
  html body.product_page .normal-layout .item_visual-wrapper {
    border-radius: 14px;
  }
  html body.product_page .normal-layout .item_nav {
    gap: 12px;
    padding-top: 16px;
  }
  html body.product_page .normal-layout .slideThumb {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 10px;
  }
  html body.product_page .ec-productRole__textBlock {
    width: 100%;
    max-width: 680px;
    padding-right: 0;
    padding-left: 0;
  }
  html body.product_page .ec-productRole__tags.mt-5 {
    margin-top: 32px !important;
  }
  html body.product_page .ec-productRole__textBlock__title {
    margin-bottom: 12px !important;
    font-size: 26px !important;
  }
  html body.product_page .ec-productRole__description {
    margin-bottom: 22px !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
  }
  html body.product_page .gd-mobile-switchSection {
    padding: 26px 0 30px;
  }
  html body.product_page nav.gd-product-switch {
    grid-template-columns: repeat(4, 96px) !important;
    gap: 10px !important;
  }
  html body.product_page a.gd-product-switch__button,
  html body.product_page a.gd-product-switch__button:link,
  html body.product_page a.gd-product-switch__button:visited {
    width: 96px !important;
    height: 102px !important;
    min-height: 102px !important;
  }
  html body.product_page .gd-product-switch__label {
    font-size: 12px;
  }
  html body.product_page .gd-mobile-purchase {
    margin-bottom: 52px;
    padding-top: 28px;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__sectionTitle {
    margin-bottom: 10px;
    font-size: 17px;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__sectionNote {
    margin-bottom: 14px;
    font-size: 13px;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__sectionTitle--quantity {
    margin-top: 28px;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__typeButton {
    min-height: 72px !important;
    padding: 14px 20px !important;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__typeLabel {
    font-size: 16px !important;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__option {
    min-height: 80px;
    padding: 14px 18px;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__optionTitle,
  html body.product_page .gd-mobile-purchase .gd-standard-price,
  html body.product_page .gd-mobile-purchase .gd-standard-price > span,
  html body.product_page .gd-mobile-purchase .gd-deal-price__sale,
  html body.product_page .gd-mobile-purchase .gd-deal-price__sale > span {
    font-size: 16px !important;
  }
  html body.product_page .gd-mobile-purchase .gd-desktop-hero__ctaBox {
    margin-top: 18px !important;
    padding: 20px !important;
  }
  html body.product_page .gd-mobile-selectionSummary strong {
    font-size: 15px;
  }
  html body.product_page .gd-mobile-selectionSummary__price {
    font-size: 22px;
  }
  html body.product_page .ec-productRole__textBlock__tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 36px;
    overflow: visible;
  }
  html body.product_page .ec-productRole__textBlock__tabs li a {
    min-height: 64px;
    padding: 16px 10px;
    font-size: 15px;
  }
  html body.product_page .ec-productRole__textBlock__content.feature p {
    margin-bottom: 56px;
    font-size: 15px;
    line-height: 1.9;
  }
  html body.product_page .ec-productRole__point,
  html body.product_page .ec-productRole__for {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  html body.product_page .ec-productRole__point__block {
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
    -moz-column-gap: 28px;
         column-gap: 28px;
    row-gap: 0;
    align-items: start;
    margin-bottom: 76px;
  }
  html body.product_page .ec-productRole__point__block:nth-child(odd) figure {
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
  }
  html body.product_page .ec-productRole__point__block:nth-child(odd) .ec-productRole__point__info {
    grid-column: 2;
    grid-row: 2;
    justify-self: stretch;
  }
  html body.product_page .ec-productRole__point__block:nth-child(even) .ec-productRole__point__info {
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
    align-self: start;
  }
  html body.product_page .ec-productRole__point__block:nth-child(even) figure {
    grid-column: 2;
    grid-row: 2;
    justify-self: stretch;
  }
  html body.product_page .ec-productRole__point__block figure,
  html body.product_page .ec-productRole__point__info {
    width: 100%;
    max-width: none;
  }
  html body.product_page .ec-productRole__point__block figure {
    margin: 0;
  }
  html body.product_page .ec-productRole__point__block .br-pc {
    display: none;
  }
  html body.product_page .ec-productRole__point__block:first-child .ec-productRole__point__info h3,
  html body.product_page .ec-productRole__point__block:nth-child(2) .ec-productRole__point__info h3,
  html body.product_page .ec-productRole__point__block:nth-child(3) .ec-productRole__point__info h3 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.55;
  }
  html body.product_page .ec-productRole__others .product-row {
    gap: 20px;
  }
  html body.product_page .ec-productRole__others {
    padding-top: 64px;
    padding-bottom: 76px;
  }
}
@media (max-width: 767.98px) {
  html body.product_page .ec-productRole__textBlock {
    padding-right: 0;
    padding-left: 0;
  }
  html body.product_page .normal-layout.container,
  html body.product_page .normal-layout .item_visual-wrapper {
    border-radius: 0;
  }
  html body.product_page .normal-layout.container {
    margin-top: 16px;
  }
  html body.product_page .ec-productRole__textBlock__title {
    font-size: 22px !important;
  }
  html body.product_page nav.gd-product-switch {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
    gap: 8px !important;
  }
  html body.product_page a.gd-product-switch__button,
  html body.product_page a.gd-product-switch__button:link,
  html body.product_page a.gd-product-switch__button:visited {
    width: 100% !important;
    height: 90px !important;
    min-height: 90px !important;
    aspect-ratio: auto;
  }
  html body.product_page a.gd-product-switch__button .gd-product-switch__image {
    max-height: 58px !important;
  }
  html body.product_page .ec-productRole__textBlock__tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }
  html body.product_page .ec-productRole__textBlock__tabs li a {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 13px;
    letter-spacing: 0;
  }
  html body.product_page .ec-productRole__point,
  html body.product_page .ec-productRole__for {
    padding: 64px 0;
  }
  html body.product_page .ec-productRole__point__block {
    margin-bottom: 80px;
  }
  html body.product_page .ec-productRole__others {
    padding: 64px 0 80px;
  }
  html body.product_page .ec-productRole__others .ec-productRole {
    padding-right: 16px;
    padding-left: 16px;
  }
  html body.product_page .ec-productRole__others .product-row {
    gap: 12px;
  }
  html body.product_page .ec-productRole__others .product-content {
    padding: 14px !important;
  }
  html body.product_page .ec-productRole__others .product-content h3,
  html body.product_page .ec-productRole__others .product-content .h3 {
    margin-bottom: 10px;
    font-size: 15px !important;
  }
  html body.product_page .ec-productRole__others .description-text {
    display: none;
  }
  html body.product_page .gd-related-product__eyebrow {
    min-height: 30px;
    margin-bottom: 7px;
    font-size: 10px;
  }
  html body.product_page .gd-related-product__price {
    padding: 10px 0;
  }
  html body.product_page .gd-related-product__price strong {
    font-size: 15px;
  }
  html body.product_page .gd-related-product__cta {
    padding-top: 12px;
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  html body.product_page .ec-productRole__textBlock {
    padding-right: 0;
    padding-left: 0;
  }
  html body.product_page .shopping-sticky-detail-mode {
    grid-template-columns: minmax(0, 0.82fr) minmax(156px, 1.18fr);
  }
  html body.product_page .shopping-sticky-submit-btn,
  html body.product_page .shopping-sticky-option-btn {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
  html body.product_page .ec-productRole__bottomSheet__fixed-area,
  html body.product_page .ec-productRole__bottomSheet__scroll-area,
  html body.product_page .ec-productRole__bottomSheet__footer {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.ec-headingTitle {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: normal;
  color: #111111;
}
.ec-sliderItemRole {
  border-bottom: 1px solid #f6f2e8;
  margin: 0 auto 120px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #111111;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1272px;
  padding: 0;
  margin-bottom: 24px;
}
.ec-sliderItemRole html {
  box-sizing: border-box;
}
.ec-sliderItemRole *,
.ec-sliderItemRole *::before,
.ec-sliderItemRole *::after {
  box-sizing: inherit;
}
.ec-sliderItemRole .item_visual .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ec-sliderItemRole .item_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.ec-sliderItemRole .slideThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_page .ec-layoutRole .ec-layoutRole__contents {
  max-width: 1232px;
  padding-top: 25px;
}
.ec-productRole {
  margin: 0 auto 120px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #111111;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1272px;
  margin-bottom: 40px;
}
.ec-productRole html {
  box-sizing: border-box;
}
.ec-productRole *,
.ec-productRole *::before,
.ec-productRole *::after {
  box-sizing: inherit;
}
.ec-productRole__modal {
  border-radius: 48px;
  border: 1px solid #111111;
  background: #fff;
  display: flex;
  padding: 10px 15px;
  color: #111111;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.ec-productRole__point {
  border: 0;
  background: #fdfbf8;
  padding: 80px 0;
}
.ec-productRole__point__block {
  display: flex;
  flex-direction: column;
  margin-bottom: 88px;
}
@media only screen and (min-width: 768px) {
  .ec-productRole__point__block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 64px;
         column-gap: 64px;
    row-gap: 0;
    margin-bottom: 128px;
    align-items: flex-start;
  }
}
.ec-productRole__point__block figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.ec-productRole__point__info {
  order: 3;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ec-productRole__point__block figure {
    width: 100%;
    max-width: 520px;
    aspect-ratio: 3/2;
    margin: 0;
  }
  .ec-productRole__point__info {
    width: 100%;
    max-width: 520px;
    margin-bottom: 0;
    padding-top: 0;
  }
}
.ec-productRole__point__info__no {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #c39d4a;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.ec-productRole__point__info__no span {
  margin-right: 0;
  background: #c39d4a;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  border-radius: 16px;
}
.ec-productRole__point__info__flex {
  margin-top: 30px;
  display: flex;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.ec-productRole__for {
  border-top: 0;
  padding: 80px 0;
  overflow-x: hidden;
}
.ec-productRole__for .ec-productRole {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
}
.ec-productRole__others {
  border-top: 1px solid #d2cec8;
  padding: 80px 0;
}
.ec-productRole__others .ec-productRole h2, .ec-productRole__others .ec-productRole .h2 {
  margin-bottom: 48px;
}
.ec-productRole__others .ec-productRole .product-row .product-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ded8d0;
  border-radius: 16px;
  background: #fff;
  color: #111111;
  text-decoration: none;
  transition: border-color 0.2s ease;
}
.ec-productRole__others .ec-productRole .product-row .product-card .product-image-container {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 1/1;
  background: #f7f5f1;
}
.ec-productRole__others .ec-productRole .product-row .product-card .product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}
.ec-productRole__others .ec-productRole .product-row .product-card .product-content h3, .ec-productRole__others .ec-productRole .product-row .product-card .product-content .h3 {
  margin: 0 0 12px;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.ec-productRole__others .ec-productRole .product-row .product-card .description-text {
  margin: 0 0 20px;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.ec-productRole .ec-productRole__buyTab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
  padding: 18px 10px;
  font-size: 14px;
  font-weight: 500;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: relative;
}
.ec-productRole .ec-productRole__buyTab__label__custom {
  border: 1px solid #000;
  color: #111111;
  font-size: 9px;
  border-radius: 24px;
  padding: 4px 8px;
  letter-spacing: 0;
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.ec-productRole .ec-productRole__buyTab__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: 10px;
}
.ec-productRole .ec-productRole__buyTab__price .off {
  background: #db5331;
  color: #fff;
  font-size: 11px;
  font-family: serif;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 16px;
  margin-bottom: 4px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.ec-productRole .ec-productRole__buyTab__point li::before {
  content: "";
  display: block;
  background: url("../icon/icon_point.svg") no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.ec-productRole .ec-productRole__buyTab__explain dt {
  border-radius: 32px;
  background: #378a69;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 8px 12px;
  margin-bottom: 16px;
}
.ec-productRole .ec-productRole__textBlock__title .extension-toggle-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../icon/icon_ac.svg") no-repeat 0 0;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
.ec-productRole .ec-productRole__textBlock__title__select h2, .ec-productRole .ec-productRole__textBlock__title__select .h2 {
  cursor: pointer;
  background: url("../icon/icon_ac.svg") no-repeat 100% 50%;
  background-size: 32px 32px;
  padding: 2px 35px 2px 0;
}
.ec-productRole .ec-productRole__textBlock__title__select h2.is-active, .ec-productRole .ec-productRole__textBlock__title__select .is-active.h2 {
  background-image: url("../icon/icon_ac_ov.svg");
}
.ec-productRole .ec-productRole__textBlock__tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d2cec8;
  border-radius: 0;
  overflow: visible;
}
.ec-productRole .ec-productRole__textBlock__tabs li {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.ec-productRole .ec-productRole__textBlock__tabs li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  height: 100%;
  margin: 0;
  padding: 16px 12px;
  box-sizing: border-box;
  color: #8b8985;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.12s ease;
}
.ec-productRole .ec-productRole__textBlock__tabs li a.is-active {
  color: #111111;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__textBlock__tabs li a {
    min-height: 64px;
    padding: 18px 16px;
    font-size: 16px;
  }
}
.ec-productRole .ec-productRole__textBlock__content.feature p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.ec-productRole .ec-productRole__textBlock__content.feature dl dt {
  border-radius: 32px;
  background: #7A9A6B;
  padding: 8px 12px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  margin-bottom: 16px;
  color: #fff;
}
.ec-productRole .ec-productRole__textBlock__content.material .slick-dots li.slick-active button::before {
  background-color: #7A9A6B;
}
.ec-productRole .ec-productRole__textBlock__content.material dl dt {
  border-radius: 32px;
  background: #7A9A6B;
  padding: 8px 12px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  margin: 0 auto 16px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.ec-productRole .ec-productRole__trial__off {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 5px;
  align-items: flex-start;
}
.ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div {
  border: 1px solid #d2cec8 !important;
  border-radius: 8px !important;
  padding: 18px 20px !important;
  margin-bottom: 16px !important;
  border-top: 1px solid #d2cec8 !important;
  background: #ffffff !important;
}
.ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div table td {
  font-size: 14px !important;
  line-height: 1.9 !important;
  color: #111111 !important;
  padding-bottom: 12px !important;
}
.ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__note {
  margin-top: 6px !important;
  padding-top: 16px !important;
  border-top: 1px solid #e3dfd9 !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  color: #68645f !important;
}
/* === INITIAL-ONLY TASTING BOX TEXT LINK ===
   Final copy: single-line text link, visually separate from purchase cards. */
html body.product_page .gd-tasting-promo {
  width: 100%;
  margin: 0;
}
html body.product_page .gd-tasting-text,
html body.product_page .gd-tasting-text:link,
html body.product_page .gd-tasting-text:visited {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 7px 2px 9px;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #d9d3cd;
  background: transparent;
  color: #111111;
  box-shadow: none;
  text-decoration: none !important;
}
html body.product_page .gd-tasting-text__single {
  color: #111111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
html body.product_page .gd-tasting-text__off {
  color: #df4545;
  font: inherit;
  font-weight: 700;
  white-space: nowrap;
}
html body.product_page .gd-tasting-text__arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  color: #b37e18;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
  transform: translateY(-1px);
}
html body.product_page .gd-tasting-text:hover .gd-tasting-text__single,
html body.product_page .gd-tasting-text:focus-visible .gd-tasting-text__single {
  text-decoration: underline;
  text-underline-offset: 2px;
}
html body.product_page .gd-tasting-text:focus-visible {
  outline: 3px solid rgba(197, 145, 40, 0.2);
  outline-offset: 3px;
}
/* Spacing before the purchase decision UI. */
html body.product_page .gd-desktop-hero__info > .gd-tasting-promo + .gd-desktop-hero__selector {
  margin-top: 19px;
}
@media (max-width: 991.98px) {
  html body.product_page .gd-mobile-purchase > .gd-tasting-promo {
    margin-bottom: 19px;
  }
  html body.product_page .gd-mobile-purchase > .gd-tasting-promo + .gd-desktop-hero__selector {
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  html body.product_page .gd-tasting-text,
  html body.product_page .gd-tasting-text:link,
  html body.product_page .gd-tasting-text:visited {
    min-height: 40px;
    padding: 6px 2px 8px;
  }
  html body.product_page .gd-tasting-text__single {
    font-size: 13px;
    line-height: 1.5;
  }
  html body.product_page .gd-tasting-text__arrow {
    width: 16px;
    font-size: 20px;
  }
}
@media (max-width: 359.98px) {
  html body.product_page .gd-tasting-text__single {
    font-size: 12px;
  }
}
/* === GOODISH TABLET / SMARTPHONE PRODUCT UX END === */
/* =========================================================
   GOODISH use guide: daily amount / switching / preparation
   Added 2026-08-20
   ========================================================= */
.gd-use-guide {
  --gd-use-gold: #b8872d;
  --gd-use-gold-dark: #a87720;
  --gd-use-brown: #9e5b31;
  --gd-use-coral: #df6557;
  --gd-use-border: #d2cec8;
  --gd-use-soft: #f6efe7;
  width: 100%;
  background: #fff;
  color: #111111;
}
/* Feeding amount + switching are one informational group. */
.gd-use-guide__info {
  padding: 84px 0 88px;
  background: #faf6f1;
}
/* Preparation is intentionally separated on white for a clearer rhythm. */
.gd-use-guide__prepArea {
  padding: 72px 0 96px;
  background: #fff;
}
.gd-use-guide__inner {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.gd-use-guide__section + .gd-use-guide__section {
  margin-top: 72px;
}
.gd-use-guide__heading {
  display: block;
  margin: 0 0 14px;
  line-height: 0;
}
.gd-use-guide__titleSvg {
  display: block;
  width: auto;
  max-width: 100%;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.gd-use-guide__lead {
  margin: 0 0 20px;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}
.gd-use-guide__lead--wide {
  max-width: 1080px;
  margin-bottom: 24px;
}
.gd-use-guide__tableScroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c9b8a5 transparent;
}
.gd-use-guide__tableScroll:focus-visible {
  outline: 2px solid rgba(184, 135, 45, 0.35);
  outline-offset: 4px;
}
.gd-use-guide__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  color: #111111;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}
.gd-use-guide__table th,
.gd-use-guide__table td {
  height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--gd-use-border);
  vertical-align: middle;
}
.gd-use-guide__table--amount {
  min-width: 760px;
}
.gd-use-guide__table--amount th {
  width: 112px;
  background: #f2ece6;
  color: #111111;
  font-weight: 500;
}
.gd-use-guide__table--amount td {
  background: rgba(255, 255, 255, 0.84);
  font-weight: 500;
}
.gd-use-guide__note {
  margin: 9px 0 0;
  color: #77716b;
  font-size: 12px;
  line-height: 1.7;
}
.gd-use-guide__exampleLabel {
  margin: 0 0 12px;
  color: #675f58;
  font-size: 14px;
  line-height: 1.6;
}
.gd-use-guide__table--switch {
  min-width: 820px;
}
.gd-use-guide__table--switch th:not(.gd-use-guide__ratioLabel) {
  background: #fff;
  font-weight: 500;
}
.gd-use-guide__ratioLabel {
  width: 220px;
  background: #f1e8df;
  font-weight: 500;
  white-space: nowrap;
}
.gd-use-guide__ratioLabel span {
  color: var(--gd-use-coral);
  font-weight: 700;
}
.gd-use-guide__ratioRow td {
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
}
.gd-use-guide__ratioRow td b {
  color: var(--gd-use-coral);
  font-weight: 700;
}
.gd-use-guide__ratioRow td span {
  display: inline-block;
  margin: 0 3px;
  color: #77706a;
  font-weight: 500;
}
.gd-use-guide__section--prep {
  margin-bottom: 0;
}
.gd-prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 20px;
}
.gd-prep-step {
  min-width: 0;
  padding: 0 38px;
  text-align: center;
}
.gd-prep-step + .gd-prep-step {
  border-left: 1px solid #e7ddd2;
}
.gd-prep-step__top {
  position: relative;
  min-height: 112px;
  margin-bottom: 8px;
}
.gd-prep-step__number {
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 1;
  color: var(--gd-use-gold);
  font-size: 43px;
  font-weight: 500;
  line-height: 1;
}
.gd-prep-step__visual {
  width: 180px;
  height: 116px;
  margin: 0 auto;
  color: var(--gd-use-brown);
}
.gd-prep-step__visual .gd-prep-step__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gd-prep-step__text {
  min-height: 58px;
  margin: 0;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}
.gd-prep-tip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  margin-top: 15px;
  padding: 10px 18px;
  border: 1px solid #d8b882;
  border-radius: 999px;
  background: #fff;
  color: #ad6b34;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  overflow: visible;
  text-align: left;
}
.gd-prep-tip__icon {
  display: block;
  flex: 0 0 26px;
  width: 26px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  overflow: visible;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gd-use-guide__info {
    padding: 64px 0 68px;
  }
  .gd-use-guide__prepArea {
    padding: 58px 0 76px;
  }
  .gd-use-guide__inner {
    max-width: 760px;
    padding: 0 24px;
  }
  .gd-use-guide__section + .gd-use-guide__section {
    margin-top: 58px;
  }
  .gd-use-guide__titleSvg {
    height: 39px;
  }
  .gd-use-guide__lead {
    font-size: 14px;
  }
  .gd-prep-grid {
    gap: 0;
  }
  .gd-prep-step {
    padding: 0 20px;
  }
  .gd-prep-step__visual {
    width: 150px;
    height: 100px;
  }
  .gd-prep-step__text {
    font-size: 13px;
  }
  .gd-prep-tip {
    padding: 9px 12px;
    border-radius: 20px;
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .gd-use-guide__info {
    padding: 58px 0 58px;
  }
  .gd-use-guide__prepArea {
    padding: 50px 0 66px;
  }
  .gd-use-guide__inner {
    padding: 0 20px;
  }
  .gd-use-guide__section + .gd-use-guide__section {
    margin-top: 54px;
  }
  .gd-use-guide__heading {
    margin-bottom: 12px;
  }
  .gd-use-guide__titleSvg {
    height: 34px;
  }
  .gd-use-guide__lead {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.85;
  }
  .gd-use-guide__table {
    font-size: 14px;
  }
  .gd-use-guide__table th,
  .gd-use-guide__table td {
    height: 44px;
    padding: 8px 10px;
  }
  .gd-use-guide__table--amount {
    min-width: 660px;
  }
  .gd-use-guide__table--amount th {
    width: 88px;
  }
  .gd-use-guide__table--switch {
    min-width: 720px;
  }
  .gd-use-guide__ratioLabel {
    width: 178px;
  }
  .gd-use-guide__ratioRow td {
    font-size: 15px;
  }
  .gd-use-guide__note,
  .gd-use-guide__exampleLabel {
    font-size: 11px;
  }
  .gd-prep-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 12px;
  }
  .gd-prep-step {
    position: relative;
    padding: 0;
  }
  .gd-prep-step + .gd-prep-step {
    border-left: 0;
  }
  .gd-prep-step__top {
    min-height: 100px;
    margin-bottom: 3px;
  }
  .gd-prep-step__number {
    top: 31px;
    left: 6px;
    font-size: 28px;
  }
  .gd-prep-step__visual {
    width: 158px;
    height: 102px;
  }
  .gd-prep-step__text {
    min-height: 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
  .gd-prep-step__text .br-pc,
  .gd-prep-step .br-pc {
    display: none;
  }
  .gd-prep-tip {
    max-width: 360px;
    min-height: 0;
    margin: 13px auto 0;
    padding: 10px 14px;
    border-radius: 18px;
    font-size: 12px;
  }
}
html body.product_page .gd-use-guide,
html body.product_page .ec-productRole__others {
  overflow-x: clip;
}
html body.product_page .gd-use-guide__lead,
html body.product_page .gd-prep-step__text,
html body.product_page .gd-prep-tip,
html body.product_page .ec-productRole__others .product-content {
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body.product_page .gd-use-guide__inner {
    max-width: 960px;
    padding-right: 32px;
    padding-left: 32px;
  }
  html body.product_page .gd-use-guide__info {
    padding-top: 72px;
    padding-bottom: 76px;
  }
  html body.product_page .gd-use-guide__prepArea {
    padding-top: 64px;
    padding-bottom: 82px;
  }
  html body.product_page .gd-prep-step {
    padding-right: 24px;
    padding-left: 24px;
  }
  html body.product_page .gd-prep-step__visual {
    width: 164px;
    height: 108px;
  }
  html body.product_page .gd-prep-step__text {
    font-size: 14px;
    line-height: 1.8;
  }
  html body.product_page .gd-prep-tip {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_page .gd-use-guide__inner {
    width: 100%;
    max-width: 820px;
    padding-right: 32px;
    padding-left: 32px;
  }
  html body.product_page .gd-use-guide__titleSvg {
    max-width: min(100%, 520px);
    height: 38px;
  }
  html body.product_page .gd-use-guide__lead {
    font-size: 15px;
    line-height: 1.85;
  }
  html body.product_page .gd-use-guide__tableScroll {
    overscroll-behavior-inline: contain;
    touch-action: pan-x;
  }
  html body.product_page .gd-prep-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  html body.product_page .gd-prep-step {
    padding-right: 14px;
    padding-left: 14px;
  }
  html body.product_page .gd-prep-step__number {
    left: 2px;
    font-size: 27px;
  }
  html body.product_page .gd-prep-step__visual {
    width: 142px;
    height: 96px;
  }
  html body.product_page .gd-prep-step__text {
    min-height: 72px;
    font-size: 13px;
    line-height: 1.75;
  }
  html body.product_page .gd-prep-tip {
    align-items: flex-start;
    min-height: 72px;
    padding: 10px 11px;
    border-radius: 18px;
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
  }
  html body.product_page .gd-prep-tip__icon {
    margin-top: 1px;
  }
}
@media (max-width: 767.98px) {
  html body.product_page .gd-use-guide__info {
    padding-top: 48px;
    padding-bottom: 52px;
  }
  html body.product_page .gd-use-guide__prepArea {
    padding-top: 46px;
    padding-bottom: 58px;
  }
  html body.product_page .gd-use-guide__inner {
    width: 100%;
    max-width: none;
    padding-right: max(18px, env(safe-area-inset-right));
    padding-left: max(18px, env(safe-area-inset-left));
  }
  html body.product_page .gd-use-guide__section + .gd-use-guide__section {
    margin-top: 48px;
  }
  html body.product_page .gd-use-guide__titleSvg {
    width: auto;
    max-width: min(100%, 360px);
    height: 32px;
  }
  html body.product_page .gd-use-guide__lead {
    font-size: 14px;
    line-height: 1.8;
  }
  /* The tables intentionally scroll horizontally on phones to preserve legibility. */
  html body.product_page .gd-use-guide__tableScroll {
    width: calc(100% + 18px);
    margin-right: -18px;
    padding-right: 18px;
    overscroll-behavior-inline: contain;
    touch-action: pan-x;
    scrollbar-width: none;
  }
  html body.product_page .gd-use-guide__tableScroll::-webkit-scrollbar {
    display: none;
  }
  html body.product_page .gd-use-guide__table {
    font-size: 13px;
  }
  html body.product_page .gd-use-guide__table th,
  html body.product_page .gd-use-guide__table td {
    height: 42px;
    padding: 8px 9px;
  }
  html body.product_page .gd-use-guide__table--amount {
    min-width: 620px;
  }
  html body.product_page .gd-use-guide__table--switch {
    min-width: 680px;
  }
  html body.product_page .gd-use-guide__ratioLabel {
    width: 164px;
  }
  html body.product_page .gd-prep-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }
  html body.product_page .gd-prep-step {
    padding: 0;
  }
  html body.product_page .gd-prep-step + .gd-prep-step {
    border-left: 0;
  }
  html body.product_page .gd-prep-step__top {
    min-height: 102px;
  }
  html body.product_page .gd-prep-step__number {
    left: 0;
  }
  html body.product_page .gd-prep-step__text {
    width: min(100%, 420px);
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
  html body.product_page .gd-prep-tip {
    width: min(100%, 390px);
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 11px 14px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 1.55;
    text-align: left;
  }
}
@media (max-width: 479.98px) {
  html body.product_page .gd-use-guide__inner,
  html body.product_page .ec-productRole__others .ec-productRole {
    padding-right: max(16px, env(safe-area-inset-right));
    padding-left: max(16px, env(safe-area-inset-left));
  }
  html body.product_page .gd-use-guide__titleSvg {
    max-width: 100%;
    height: 29px;
  }
  html body.product_page .gd-use-guide__lead {
    font-size: 13px;
  }
  html body.product_page .gd-use-guide__tableScroll {
    width: calc(100% + 16px);
    margin-right: -16px;
    padding-right: 16px;
  }
  html body.product_page .gd-prep-step__visual {
    width: 148px;
    height: 98px;
  }
  html body.product_page .gd-prep-step__number {
    top: 29px;
    font-size: 26px;
  }
  html body.product_page .gd-prep-step__text {
    font-size: 13px;
  }
}
@media (max-width: 359.98px) {
  html body.product_page .gd-use-guide__inner,
  html body.product_page .ec-productRole__others .ec-productRole {
    padding-right: 14px;
    padding-left: 14px;
  }
  html body.product_page .gd-use-guide__titleSvg {
    height: 27px;
  }
  html body.product_page .gd-prep-tip {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 11px;
  }
}
/* =========================================================
   GOODISH serving guide / meal arrangement section
   Professional compact layout: same outer container, calmer reading measure.
   ========================================================= */
html body.product_page .gd-serving-guide {
  padding: 70px 0 82px;
  background: #faf6f1;
}
/* Keep the shared outer width, but cap the actual reading measure.
   This makes the section feel consistent with the 3-column preparation area. */
html body.product_page .gd-serving-guide__group {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
html body.product_page .gd-serving-guide__group + .gd-serving-guide__group {
  margin-top: 52px;
}
html body.product_page .gd-serving-guide__heading {
  display: grid;
  grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr);
  align-items: center;
  gap: 22px;
  width: min(100%, 760px);
  margin: 0 auto 22px;
  color: #111111;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-align: center;
}
html body.product_page .gd-serving-guide__headingLine {
  display: block;
  height: 1px;
  background: #7c746d;
  opacity: 0.62;
}
html body.product_page .gd-serving-guide__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
html body.product_page .gd-serving-card {
  min-width: 0;
  padding: 20px 22px 22px;
  border: 1px solid #ead6bf;
  border-radius: 14px;
  background: #fff;
}
/* Do not use a full-width gold bar. A compact label is easier to scan. */
html body.product_page .gd-serving-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  max-width: 100%;
  min-height: 44px;
  margin: 0 auto 14px;
  padding: 8px 26px 9px;
  border-radius: 999px;
  background: #c59128;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.035em;
  text-align: center;
}
html body.product_page .gd-serving-card p {
  max-width: 34em;
  margin: 0 auto;
  color: #4a433d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
html body.product_page .gd-serving-warning {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: min(100%, 860px);
  margin: 16px auto 0;
  padding: 11px 18px;
  border: 1px solid #ead6bf;
  border-radius: 12px;
  background: #fff;
}
html body.product_page .gd-serving-warning__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 34px;
  flex: 0 0 36px;
}
html body.product_page .gd-serving-warning__iconImage {
  display: block;
  width: 36px;
  height: 34px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html body.product_page .gd-serving-warning p {
  margin: 0;
  color: #b35e36;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_page .gd-serving-guide {
    padding: 60px 0 68px;
  }
  html body.product_page .gd-serving-guide__group,
  html body.product_page .gd-food-rotation {
    max-width: 100%;
  }
  html body.product_page .gd-serving-guide__heading {
    width: min(100%, 660px);
    gap: 18px;
    font-size: 23px;
  }
  html body.product_page .gd-serving-guide__cards {
    gap: 16px;
  }
  html body.product_page .gd-serving-card {
    padding: 18px 18px 20px;
  }
  html body.product_page .gd-serving-card__title {
    min-width: 200px;
    min-height: 40px;
    padding: 7px 20px 8px;
    font-size: 17px;
  }
  html body.product_page .gd-serving-card p {
    font-size: 13px;
    line-height: 1.85;
  }
  html body.product_page .gd-serving-warning {
    width: min(100%, 760px);
  }
}
@media (max-width: 767.98px) {
  html body.product_page .gd-serving-guide {
    padding: 48px 0 54px;
  }
  html body.product_page .gd-serving-guide__group + .gd-serving-guide__group {
    margin-top: 42px;
  }
  html body.product_page .gd-serving-guide__heading {
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    gap: 10px;
    width: 100%;
    margin-bottom: 18px;
    font-size: 19px;
    letter-spacing: 0.035em;
  }
  html body.product_page .gd-serving-guide__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  html body.product_page .gd-serving-card {
    padding: 15px 15px 17px;
    border-radius: 13px;
  }
  html body.product_page .gd-serving-card__title {
    min-width: 0;
    min-height: 38px;
    margin-bottom: 10px;
    padding: 7px 18px 8px;
    font-size: 16px;
  }
  html body.product_page .gd-serving-card p {
    font-size: 13px;
    line-height: 1.8;
  }
  html body.product_page .gd-serving-warning {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 12px;
    padding: 11px 12px;
  }
  html body.product_page .gd-serving-warning__icon {
    width: 30px;
    height: 28px;
    flex-basis: 30px;
  }
  html body.product_page .gd-serving-warning__iconImage {
    width: 30px;
    height: 28px;
  }
  html body.product_page .gd-serving-warning p {
    font-size: 11px;
    line-height: 1.65;
  }
}
@media (max-width: 399.98px) {
  html body.product_page .gd-serving-guide__heading {
    gap: 8px;
    font-size: 17px;
  }
}
/* --- serving guide redesign: split headings + 4 square cards --- */
html body.product_page .gd-serving-guide {
  background: #faf6f1;
}
html body.product_page .gd-serving-guide__inner {
  padding-top: 56px;
  padding-bottom: 56px;
}
html body.product_page .gd-serving-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  max-width: 1144px;
  margin: 0 auto;
}
html body.product_page .gd-serving-board__heading {
  margin-bottom: 4px;
}
html body.product_page .gd-serving-board__heading--daily {
  grid-column: 1/3;
}
html body.product_page .gd-serving-board__heading--plus {
  grid-column: 3/5;
}
html body.product_page .gd-serving-board__heading h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding-left: 20px;
  color: #111111;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
html body.product_page .gd-serving-board__heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d1a24a 0%, #c78f1b 100%);
  transform: translateY(-50%);
}
html body.product_page .gd-serving-card--square {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 0;
  padding: 24px 20px 22px;
  border: 1px solid #ead6bf;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
html body.product_page .gd-serving-card--square .gd-serving-card__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 999px;
  background: #cb9728;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
html body.product_page .gd-serving-card--square p {
  margin: 0;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.95;
}
html body.product_page .gd-serving-warning {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 0;
  padding: 14px 16px;
  border: 1px solid #ead6bf;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}
html body.product_page .gd-serving-warning--daily {
  grid-column: 1/3;
}
html body.product_page .gd-serving-warning--plus {
  grid-column: 3/5;
}
html body.product_page .gd-serving-warning__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
}
html body.product_page .gd-serving-warning__iconImage {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
html body.product_page .gd-serving-warning p {
  margin: 0;
  color: #b35e36;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 1199px) {
  html body.product_page .gd-serving-board {
    gap: 18px;
  }
  html body.product_page .gd-serving-board__heading h2 {
    font-size: 30px;
  }
  html body.product_page .gd-serving-card--square {
    min-height: 0;
    padding: 22px 18px 20px;
  }
  html body.product_page .gd-serving-card--square .gd-serving-card__title {
    min-height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  html body.product_page .gd-serving-guide__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  html body.product_page .gd-serving-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
  }
  html body.product_page .gd-serving-board__heading,
  html body.product_page .gd-serving-warning {
    grid-column: 1/-1;
  }
  html body.product_page .gd-serving-card--square {
    min-height: 0;
  }
  html body.product_page .gd-serving-board__heading h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  html body.product_page .gd-serving-guide__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html body.product_page .gd-serving-board {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  html body.product_page .gd-serving-card--square,
  html body.product_page .gd-serving-warning,
  html body.product_page .gd-serving-board__heading {
    grid-column: 1/-1;
  }
  html body.product_page .gd-serving-board__heading {
    margin-top: 6px;
  }
  html body.product_page .gd-serving-board__heading h2 {
    padding-left: 14px;
    font-size: 23px;
    line-height: 1.35;
  }
  html body.product_page .gd-serving-board__heading h2::before {
    width: 6px;
    height: 26px;
  }
  html body.product_page .gd-serving-card--square {
    min-height: auto;
    padding: 18px 16px;
    border-radius: 16px;
  }
  html body.product_page .gd-serving-card--square .gd-serving-card__title {
    min-height: 44px;
    margin-bottom: 14px;
    font-size: 15px;
  }
  html body.product_page .gd-serving-card--square p {
    font-size: 13px;
    line-height: 1.85;
  }
  html body.product_page .gd-serving-warning {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 13px;
    border-radius: 14px;
  }
  html body.product_page .gd-serving-warning__icon,
  html body.product_page .gd-serving-warning__iconImage {
    width: 32px;
    height: 32px;
  }
  html body.product_page .gd-serving-warning p {
    font-size: 12px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  html body.product_page .ec-originalGrid2 > .ec-topicPath,
  html body.product_page .gd-desktop-hero,
  html body.product_page .ec-productRole__textBlock > .container,
  html body.product_page .gd-use-guide__inner,
  html body.product_page .gd-serving-guide__inner,
  html body.product_page .ec-productRole__others .ec-productRole {
    width: calc(100% - 40px) !important;
    max-width: 1152px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
  }
  html body.product_page .gd-serving-board,
  html body.product_page .gd-food-rotation,
  html body.product_page .ec-productRole__others .product-row {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* =========================================================
   SERVING GUIDE TITLE RESTORE + PC SINGLE-LINE CARD TITLES
   Restore the original centered Mincho heading with horizontal
   rules. Keep all four card labels on one line on desktop.
   ========================================================= */
html body.product_page .gd-serving-board__heading {
  display: grid !important;
  grid-template-columns: minmax(32px, 1fr) auto minmax(32px, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
  margin-bottom: 4px !important;
}
html body.product_page .gd-serving-board__heading::before,
html body.product_page .gd-serving-board__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #7c746d;
  opacity: 0.62;
}
html body.product_page .gd-serving-board__heading h2 {
  position: static !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #111111 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.07em !important;
  text-align: center !important;
  white-space: nowrap !important;
}
html body.product_page .gd-serving-board__heading h2::before,
html body.product_page .gd-serving-board__heading h2::after {
  content: none !important;
  display: none !important;
}
@media (min-width: 1200px) {
  html body.product_page .gd-serving-card--square .gd-serving-card__title {
    min-height: 50px !important;
    padding: 10px 8px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body.product_page .gd-serving-board__heading {
    gap: 14px !important;
  }
  html body.product_page .gd-serving-board__heading h2 {
    font-size: 24px !important;
    letter-spacing: 0.05em !important;
  }
  html body.product_page .gd-serving-card--square .gd-serving-card__title {
    min-height: 48px !important;
    padding: 9px 6px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .gd-serving-board__heading {
    grid-template-columns: minmax(28px, 1fr) auto minmax(28px, 1fr) !important;
    gap: 14px !important;
  }
  html body.product_page .gd-serving-board__heading h2 {
    font-size: 23px !important;
    letter-spacing: 0.05em !important;
    white-space: normal !important;
  }
}
@media (max-width: 767.98px) {
  html body.product_page .gd-serving-board__heading {
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr) !important;
    gap: 10px !important;
  }
  html body.product_page .gd-serving-board__heading h2 {
    font-size: 19px !important;
    line-height: 1.45 !important;
  }
  /* Keep semantic reading order correct once the PC 4-column grid stacks. */
  html body.product_page .gd-serving-board__heading--daily {
    order: 1;
  }
  html body.product_page .gd-serving-card--daily {
    order: 2;
  }
  html body.product_page .gd-serving-warning--daily {
    order: 3;
  }
  html body.product_page .gd-serving-board__heading--plus {
    order: 4;
    margin-top: 28px !important;
  }
  html body.product_page .gd-serving-card--plus {
    order: 5;
  }
  html body.product_page .gd-serving-warning--plus {
    order: 6;
  }
}
/* =========================================================
   SERVING NOTES — PLAIN TEXT
   Match the product-detail notice copy; no icon / box decoration.
   ========================================================= */
html body.product_page .gd-serving-warning {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body.product_page .gd-serving-warning__icon,
html body.product_page .gd-serving-warning__iconImage {
  display: none !important;
}
html body.product_page .gd-serving-warning p {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #68645f !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
@media (max-width: 767.98px) {
  html body.product_page .gd-serving-warning {
    margin-top: 2px !important;
  }
  html body.product_page .gd-serving-warning p {
    font-size: 12px !important;
    line-height: 1.75 !important;
  }
}
@media (min-width: 992px) {
  /* Slightly soften the four feeding cards so the gold labels lead. */
  html body.product_page .gd-serving-card--square {
    padding: 20px 18px 18px !important;
  }
  html body.product_page .gd-serving-card--square p {
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
  }
}
/* =========================================================
   FINAL SECTION CLEANUP
   - Feeding/use cards remain on #faf6f1
   - Food rotation becomes its own white section
   - Product lineup HTML has been removed
   ========================================================= */
html body.product_page .gd-serving-guide {
  background: #faf6f1 !important;
}
@media (min-width: 992px) {
  html body.product_page .gd-use-guide__prepArea {
    padding-bottom: 40px !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-guide {
    margin-top: 64px !important;
    padding: 0 !important;
    background: transparent !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-board {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_page .gd-use-guide__prepArea {
    padding-bottom: 36px !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-guide {
    margin-top: 56px !important;
    padding: 0 !important;
    background: transparent !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-board {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}
@media (max-width: 767.98px) {
  html body.product_page .gd-use-guide__prepArea {
    padding-bottom: 28px !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-guide {
    margin-top: 44px !important;
    padding: 0 !important;
    background: transparent !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-board {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}
/* =========================================================
   SERVING CARDS: integrated card headers / 2026-08-21
   Turn the gold pills into true card headers for faster scanning.
   ========================================================= */
html body.product_page .gd-use-guide__prepArea .gd-serving-card--square {
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid #d2cec8 !important;
  border-radius: 8px !important;
  background: #fff !important;
}
html body.product_page .gd-use-guide__prepArea .gd-serving-card--square .gd-serving-card__title {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 13px 12px !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #d2cec8 !important;
  background: #faf6f1 !important;
  color: #86652f !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-shadow: inset 0 2px 0 rgba(198, 150, 51, 0.5) !important;
}
html body.product_page .gd-use-guide__prepArea .gd-serving-card--square > p {
  margin: 0 !important;
  padding: 19px 20px 21px !important;
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.85 !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body.product_page .gd-use-guide__prepArea .gd-serving-card--square .gd-serving-card__title {
    min-height: 50px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 13.5px !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-card--square > p {
    padding: 18px 17px 20px !important;
    font-size: 13.5px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_page .gd-use-guide__prepArea .gd-serving-card--square {
    border-radius: 16px !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-card--square .gd-serving-card__title {
    min-height: 48px !important;
    padding: 12px 10px !important;
    font-size: 14px !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-card--square > p {
    padding: 17px 18px 19px !important;
    font-size: 13.5px !important;
  }
}
@media (max-width: 767.98px) {
  html body.product_page .gd-use-guide__prepArea .gd-serving-card--square {
    border-radius: 15px !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-card--square .gd-serving-card__title {
    min-height: 46px !important;
    padding: 11px 10px !important;
    font-size: 14px !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-card--square > p {
    padding: 16px 16px 18px !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
  }
}
@media (max-width: 359.98px) {
  html body.product_page .gd-use-guide__prepArea .gd-serving-card--square .gd-serving-card__title {
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }
}
/* =========================================================
   SERVING GROUP TITLES — smaller visual hierarchy / 2026-08-21
   ========================================================= */
html body.product_page .gd-serving-board__heading h2 {
  font-size: 24px !important;
  letter-spacing: 0.055em !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body.product_page .gd-serving-board__heading h2 {
    font-size: 21px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_page .gd-serving-board__heading h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 767.98px) {
  html body.product_page .gd-serving-board__heading h2 {
    font-size: 18px !important;
    letter-spacing: 0.04em !important;
  }
}
/* =========================================================
   SERVING CARDS: simple neutral headers / 2026-08-21
   Match the feeding table header tone: quiet, neutral, no gold fill.
   ========================================================= */
html body.product_page .gd-use-guide__prepArea .gd-serving-card--square {
  border-color: #d2cec8 !important;
}
html body.product_page .gd-use-guide__prepArea .gd-serving-card--square .gd-serving-card__title {
  background: #f2ece6 !important;
  color: #111111 !important;
  border-bottom: 1px solid #d2cec8 !important;
  box-shadow: none !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
@media (min-width: 992px) {
  /* The preceding practical guide is white; keep only a modest closing space
       before the background changes to the rotation concept. */
  html body.product_page .gd-use-guide__prepArea {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_page .gd-use-guide__prepArea {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767.98px) {
  html body.product_page .gd-use-guide__prepArea {
    padding-bottom: 26px !important;
  }
}
@media (min-width: 1200px) {
  html body.product_page .gd-use-guide__info {
    padding-top: 104px !important;
    padding-bottom: 112px !important;
  }
  html body.product_page .gd-use-guide__section--switch {
    margin-top: 112px !important;
  }
  html body.product_page .gd-use-guide__prepArea {
    padding-top: 96px !important;
    padding-bottom: 72px !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-guide {
    margin-top: 104px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body.product_page .gd-use-guide__info {
    padding-top: 88px !important;
    padding-bottom: 96px !important;
  }
  html body.product_page .gd-use-guide__section--switch {
    margin-top: 96px !important;
  }
  html body.product_page .gd-use-guide__prepArea {
    padding-top: 82px !important;
    padding-bottom: 60px !important;
  }
  html body.product_page .gd-use-guide__prepArea .gd-serving-guide {
    margin-top: 88px !important;
  }
}
/* SP: ヒーローのリード文（PCと同じ 15px / 500 に揃える） */
@media (max-width: 991.98px) {
  .gd-desktop-hero__lead {
    margin: 0 0 20px;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.ec-productRole .ec-productRole__buyTab.gd-desktop-hero__typeWrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  overflow: hidden;
}
.gd-desktop-hero__option,
.gd-desktop-hero__option:hover,
.gd-desktop-hero__option:has(input[type=radio]),
.gd-desktop-hero__option:has(input[type=radio]:checked),
.gd-desktop-hero__option:has(input[type=radio]):hover,
.gd-desktop-hero__option:has(input[type=radio]:checked):hover {
  padding-left: 18px;
  background-image: none !important;
}
.gd-desktop-hero__option {
  position: relative;
  cursor: pointer;
}
.gd-desktop-hero__option > input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.gd-desktop-hero__info .ec-productRole__profile {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.gd-desktop-hero__info .ec-productRole__priceInline--cart,
.gd-desktop-hero__info .ec-productRole__mealLink {
  display: none;
}
html body .gd-desktop-hero__ctaButton::before,
html body .gd-desktop-hero__ctaButton::after {
  content: none !important;
  display: none !important;
  margin: 0 !important;
  width: 0 !important;
}
html body .product-extension-content[data-extension-id=static] .ec-productRole__textBlock__tabs {
  display: flex;
}
html body .product-extension-content[data-extension-id=static] .ec-productRole__textBlock__tabs li {
  flex: 1 1 0;
  min-width: 0;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__wrap--single {
  grid-template-columns: minmax(0, 1fr) !important;
}
html body .ec-productRole .ec-productRole__textBlock__content.ingredients .gd-material-nutrition__box--nutrition .ec-productRole__textBlock__content__wrap--single table {
  max-width: 520px;
}
html:not(.js-tabs-ready) .product-extension-content .ec-productRole__textBlock__content {
  display: block !important;
}
@media print {
  .product-extension-content .ec-productRole__textBlock__content {
    display: block !important;
  }
}
html body .ec-productRole__profile:has(.gd-tasting-promo) .gd-desktop-hero__sectionTitle:not(.gd-desktop-hero__sectionTitle--quantity) {
  margin-top: 19px;
}
.gd-desktop-hero__option > input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.gd-desktop-hero__option:focus-within,
.gd-desktop-hero__option:has(input[type=radio]:focus) {
  outline: none !important;
  border-color: inherit;
}
.gd-desktop-hero__option:has(input[type=radio]:focus-visible) {
  border-color: #b88b2d !important;
  outline: 2px solid rgba(184, 139, 45, 0.35) !important;
  outline-offset: 2px;
}
.gd-desktop-hero__option > input[type=radio]:focus,
.gd-desktop-hero__option > input[type=radio]:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .gd-desktop-hero__option:not(.is-active):hover {
    border-color: var(--gd-border) !important;
  }
}
.ec-productRole__title .ec-headingTitle.gd-desktop-hero__title {
  font-weight: 700;
  letter-spacing: 0.018em;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  html body.product_page .gd-use-guide__tableScroll {
    scrollbar-width: thin;
    scrollbar-color: #c9b8a5 #efe8df;
  }
  html body.product_page .gd-use-guide__tableScroll::-webkit-scrollbar {
    display: block;
    -webkit-appearance: none;
    height: 6px;
  }
  html body.product_page .gd-use-guide__tableScroll::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #efe8df;
  }
  html body.product_page .gd-use-guide__tableScroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #c9b8a5;
  }
}
@media (max-width: 767.98px) {
  html body.product_page .gd-use-guide__table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid var(--gd-use-border);
  }
  html body.product_page .gd-use-guide__tableScroll {
    border-left: 1px solid var(--gd-use-border);
  }
  html body.product_page .gd-use-guide__table th,
  html body.product_page .gd-use-guide__table td {
    border-width: 0 1px 1px 0;
  }
  html body.product_page .gd-use-guide__table--amount th[scope=row],
  html body.product_page .gd-use-guide__table--switch .gd-use-guide__ratioLabel {
    position: sticky;
    left: -1px;
    z-index: 1;
  }
  html body.product_page .gd-use-guide__table--amount th[scope=row] {
    background: #f2ece6;
  }
  html body.product_page .gd-use-guide__ratioLabel {
    background: #f1e8df;
  }
  html body.product_page .gd-use-guide__tableScroll {
    scroll-snap-type: inline mandatory;
    scroll-padding-inline-start: var(--gd-sticky-w, 0px);
  }
  html body.product_page .gd-use-guide__table td {
    scroll-snap-align: start;
  }
}
.ec-productRole__others .product-card .gd-related-product__eyebrow--marker.gd-related-product__eyebrow--chicken {
  color: #995a31;
}
.ec-productRole__others .product-card .gd-related-product__eyebrow--marker.gd-related-product__eyebrow--horse {
  color: #aa1b48;
}
.ec-productRole__others .product-card .gd-related-product__eyebrow--marker.gd-related-product__eyebrow--fish {
  color: #3385a8;
}
.ec-productRole__others .product-card .gd-related-product__eyebrow--marker.gd-related-product__eyebrow--venison {
  color: #7a9a6b;
}
html body.product_page .normal-layout .slideThumb.is-active {
  border-color: var(--gd-accent) !important;
}
html body.product_page .normal-layout .item_visual-wrapper {
  background: #f5f5f5 !important;
}
html body.product_page a.gd-product-switch__button--chicken.is-active,
html body.product_page a.gd-product-switch__button--chicken[aria-current=page] {
  border-color: #995a31 !important;
}
html body.product_page a.gd-product-switch__button--horse.is-active,
html body.product_page a.gd-product-switch__button--horse[aria-current=page] {
  border-color: #aa1b48 !important;
}
html body.product_page a.gd-product-switch__button--venison.is-active,
html body.product_page a.gd-product-switch__button--venison[aria-current=page] {
  border-color: #7a9a6b !important;
}
html body.product_page a.gd-product-switch__button--fish.is-active,
html body.product_page a.gd-product-switch__button--fish[aria-current=page] {
  border-color: #3385a8 !important;
}
html body.product_page .ec-productRole__profile > .gd-product-card__label {
  font-size: 14px;
  margin-bottom: 0;
}
html body.product_page .ec-productRole__profile .ec-productRole__title {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  html body.product_page .ec-productRole__profile .ec-productRole__title {
    margin-top: 10px;
  }
}
html body.product_page .ec-productRole__profile .ec-productRole__title .ec-headingTitle {
  margin-top: 0;
}
@media (max-width: 1100px) {
  html body.product_page .laptop-3col-layout {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .gd-desktop-hero {
    display: block !important;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  html body.product_page .gd-desktop-hero__gallery {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .ec-originalGrid2 {
    display: flex;
    flex-direction: column;
  }
  html body.product_page .ec-originalGrid2 > .ec-topicPath {
    order: 1;
  }
  html body.product_page .ec-originalGrid2 > .ec-originalGrid2__inner {
    order: 2;
    display: flex;
    flex-direction: column;
  }
  html body.product_page .ec-originalGrid2 > .gd-desktop-hero {
    order: 3;
  }
  html body.product_page .ec-originalGrid2 > .ec-originalGrid2__inner {
    display: contents;
  }
  html body.product_page .ec-originalGrid2__productCell {
    display: contents;
  }
  html body.product_page .normal-layout.container {
    order: 2;
  }
  html body.product_page .ec-productRole__textBlock {
    order: 4;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .gd-desktop-hero {
    width: 100%;
    margin: 0 0 44px;
    padding-top: 22px;
    border-top: 0;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__selector {
    margin: 0;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__sectionTitle {
    margin: 0 0 9px;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__sectionNote {
    margin: -4px 0 28px;
    color: #817b74;
    font-size: 13px;
    line-height: 1.55;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__sectionTitle--quantity {
    margin-top: 24px;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__typeWrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__typeButton {
    position: relative;
    display: flex;
    width: 100%;
    background: #fff;
    color: #111111;
    text-align: left;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__typeButton:first-child {
    padding-right: 10px !important;
    padding-left: 14px !important;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__typeButton:last-child {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__typeContent {
    flex-wrap: wrap !important;
    gap: 6px !important;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__typeBadge {
    min-height: 22px;
    padding: 3px 7px;
    font-size: 11px;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__optionList {
    display: grid;
    gap: 10px;
    margin-top: 12px;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__optionList[hidden] {
    display: none !important;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__option {
    display: grid;
    grid-template-columns: minmax(86px, 1fr) auto;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 76px;
    padding: 12px 14px;
    border: 1px solid #d2cec8;
    border-radius: 12px;
    background: #fff;
    color: #111111;
    text-align: left;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__optionTitle {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
  }
  html body.product_page .gd-desktop-hero .gd-standard-price,
  html body.product_page .gd-desktop-hero .gd-standard-price > span,
  html body.product_page .gd-desktop-hero .gd-deal-price__sale,
  html body.product_page .gd-desktop-hero .gd-deal-price__sale > span {
    font-size: 15px !important;
    font-weight: 700 !important;
  }
  html body.product_page .gd-desktop-hero .gd-deal-price__regular,
  html body.product_page .gd-desktop-hero .gd-deal-price__regular > span {
    font-size: 13px !important;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__ctaBox {
    margin-top: 14px !important;
    padding: 16px !important;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__ctaButton {
    min-height: 58px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_page .gd-desktop-hero {
    margin-bottom: 52px;
    padding-top: 28px;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__sectionTitle {
    margin-bottom: 10px;
    font-size: 17px;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__sectionNote {
    margin-bottom: 14px;
    font-size: 13px;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__sectionTitle--quantity {
    margin-top: 28px;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__typeButton {
    min-height: 72px !important;
    padding: 14px 20px !important;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__typeLabel {
    font-size: 16px !important;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__option {
    min-height: 80px;
    padding: 14px 18px;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__optionTitle,
  html body.product_page .gd-desktop-hero .gd-standard-price,
  html body.product_page .gd-desktop-hero .gd-standard-price > span,
  html body.product_page .gd-desktop-hero .gd-deal-price__sale,
  html body.product_page .gd-desktop-hero .gd-deal-price__sale > span {
    font-size: 16px !important;
  }
  html body.product_page .gd-desktop-hero .gd-desktop-hero__ctaBox {
    margin-top: 18px !important;
    padding: 20px !important;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .gd-desktop-hero__typeWrap {
    overflow: visible !important;
    margin-top: 22px;
  }
  html body.product_page .gd-desktop-hero__typeButton {
    position: relative;
    overflow: visible !important;
  }
  html body.product_page .gd-desktop-hero__typeContent {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
  }
  html body.product_page .gd-desktop-hero__typeLabel {
    font-size: 15px;
    font-weight: 700;
  }
  html body.product_page .gd-desktop-hero__typeBadge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 3px 12px;
    border-radius: 999px;
    font-size: 10px;
    line-height: 1.4;
    white-space: nowrap;
    z-index: 1;
  }
  html body.product_page .gd-desktop-hero__sectionTitle {
    font-size: 17px;
  }
  html body.product_page .gd-desktop-hero__sectionNote {
    font-size: 13px;
  }
  html body.product_page .gd-desktop-hero__optionTitle {
    font-size: 15px;
    font-weight: 700;
  }
  html body.product_page .gd-standard-price,
  html body.product_page .gd-standard-price > span,
  html body.product_page .gd-deal-price__sale,
  html body.product_page .gd-deal-price__sale > span {
    font-size: 15px;
  }
  html body.product_page .gd-deal-price__regular,
  html body.product_page .gd-deal-price__regular > span {
    font-size: 12px;
  }
  html body.product_page .gd-deal-price__off-label {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .ec-productRole__textBlock__content.feature p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .ec-productRole__description,
  html body.product_page .ec-productRole__point__info p,
  html body.product_page .ec-productRole__textBlock__content.feature p,
  html body.product_page .gd-use-guide__lead {
    font-size: 14px !important;
  }
}
html body .ec-productRole .gd-product-notice {
  margin-top: 0 !important;
}
html body.product_page:not(.tasting_page) .ec-productRole .gd-feeding-guide__grid {
  margin-bottom: 28px !important;
}
@media (max-width: 767px) {
  html body.product_page .ec-productRole__textBlock__content {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .gd-desktop-hero__ctaButton {
    width: 100%;
    min-height: 56px;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 999px;
  }
  html body.product_page .gd-desktop-hero__cta {
    margin-top: 20px;
  }
  html body.product_page .gd-desktop-hero__typeButton {
    min-height: 56px;
    padding: 14px 12px;
  }
  html body.product_page .gd-desktop-hero__typeWrap {
    gap: 0;
  }
  html body.product_page .gd-desktop-hero__option {
    min-height: 56px;
    padding: 14px 16px;
  }
  html body.product_page .gd-desktop-hero__optionList {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  html body.product_page .gd-desktop-hero__ctaBox {
    padding: 18px 16px 20px;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .gd-use-guide__heading {
    text-align: center;
  }
  html body.product_page .gd-use-guide__titleSvg {
    display: inline-block;
    height: 40px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .gd-use-guide__inner,
  html body.product_page .ec-productRole__others .ec-productRole {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .gd-prep-grid {
    row-gap: 24px;
  }
  html body.product_page .gd-prep-step__top {
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  html body.product_page .gd-prep-step__number {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #9f7620;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  html body.product_page .gd-prep-step__visual {
    max-width: 220px;
    margin: 0 auto;
  }
  html body.product_page .gd-prep-step__text {
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
  }
  html body.product_page .gd-prep-tip {
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .gd-use-guide__section--prep .gd-prep-grid {
    margin-top: 32px;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .gd-prep-step {
    position: relative;
  }
  html body.product_page .gd-prep-step:not(:last-child)::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin: 22px auto 0;
    border-right: 2px solid #d2cec8;
    border-bottom: 2px solid #d2cec8;
    transform: rotate(45deg);
  }
}
html body.product_page .gd-desktop-hero__option {
  position: relative;
}
html body.product_page .gd-desktop-hero__option .gd-deal-price__off-label {
  position: absolute !important;
  top: -1px;
  right: -1px;
  margin: 0 !important;
  padding: 3px 10px !important;
  border-radius: 0 12px 0 12px !important;
  background: #df4545 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
html body.product_page .gd-desktop-hero__option {
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  align-items: start !important;
}
html body.product_page .gd-desktop-hero__option .gd-tasting-selector__price,
html body.product_page .gd-desktop-hero__option .gd-option-priceBlock {
  align-items: flex-start !important;
  width: 100%;
}
html body.product_page .gd-desktop-hero__option .gd-deal-price__sale {
  white-space: nowrap;
}
html body.product_page .gd-desktop-hero__option .gd-deal-price__regular {
  margin-right: 6px;
  font-size: 13px;
}
html body.product_page .gd-desktop-hero__optionHead {
  display: flex;
  align-items: center;
  gap: 10px;
}
html body.product_page .gd-desktop-hero__option .gd-deal-price__regular {
  margin-right: 8px !important;
}
html body.product_page .gd-desktop-hero__option.is-active .gd-desktop-hero__radio {
  border-color: #c0932d !important;
}
html body.product_page .gd-desktop-hero__option.is-active .gd-desktop-hero__radio > span {
  background: #c0932d !important;
}
html body.product_page .gd-desktop-hero__option {
  padding: 0 !important;
  gap: 0 !important;
}
html body.product_page .gd-desktop-hero__optionHead {
  padding: 12px 16px 10px !important;
  border-bottom: 1px solid #ece6e0;
}
html body.product_page .gd-desktop-hero__option.is-active .gd-desktop-hero__optionHead {
  border-bottom-color: #e3d9c3;
}
html body.product_page .gd-desktop-hero__option .gd-tasting-selector__price,
html body.product_page .gd-desktop-hero__option .gd-option-priceBlock {
  align-items: flex-end !important;
  padding: 10px 16px 12px !important;
}
html body.product_page .gd-desktop-hero__option .gd-deal-price {
  justify-content: flex-end !important;
  width: 100%;
}
@media (min-width: 992px) {
  html body.product_page .gd-desktop-hero__option {
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    padding: 25px 18px !important;
    gap: 18px !important;
  }
  html body.product_page .gd-desktop-hero__optionHead {
    padding: 0 !important;
    border-bottom: 0 !important;
  }
  html body.product_page .gd-desktop-hero__option .gd-tasting-selector__price,
  html body.product_page .gd-desktop-hero__option .gd-option-priceBlock {
    padding: 0 !important;
  }
}
html body.product_page .gd-desktop-hero__option .gd-desktop-hero__optionTitle {
  font-size: 16px !important;
}
@media (max-width: 991.98px) {
  html body.product_page .gd-desktop-hero__option .gd-deal-price__meta {
    flex-basis: auto !important;
  }
}
@media (max-width: 991.98px) {
  html body.product_page .gd-desktop-hero__option .gd-deal-price__sale {
    font-size: 16px !important;
  }
  html body.product_page .gd-desktop-hero__option .gd-deal-price__sale > span.gd-deal-price__meta {
    font-size: 12px !important;
  }
  html body.product_page .gd-desktop-hero__option .gd-shipping-included__free,
  html body.product_page .gd-desktop-hero__option .gd-shipping-included__label {
    font-size: 12px !important;
  }
  html body.product_page .gd-desktop-hero__option .gd-deal-price__regular,
  html body.product_page .gd-desktop-hero__option .gd-deal-price__regular > span {
    font-size: 13px !important;
  }
}
/* ==============================================
   FOUC対策（hidden属性で制御）
   ============================================== */
/* hidden属性があれば確実に非表示 */
.item_visual[hidden] {
  display: none !important;
}
/* プレースホルダーは常に表示可能 */
.item_visual-placeholder {
  display: block;
}
/* ==============================================
   モーダルとスピナーのz-index制御
   ============================================== */
/* モーダルが開いている時はスピナーを非表示 */
body.modal-open .bg-load-overlay,
body.modal-open .loading-spinner {
  display: none !important;
}
/* モーダル表示中はボタンのスピナーも非表示、ラベルを表示 */
body.modal-open button.loading .btn-label,
body.modal-open .btn.loading .btn-label {
  display: inline !important;
}
body.modal-open button.loading .spinner-border,
body.modal-open .btn.loading .spinner-border {
  display: none !important;
}
/* ボタンスピナー：loading時はラベル非表示、スピナー表示 */
button.loading .btn-label,
.btn.loading .btn-label {
  display: none !important;
}
button.loading .spinner-border,
.btn.loading .spinner-border {
  display: inline-block !important;
}
/* レイアウト切り替え制御 */
.laptop-3col-layout {
  display: none !important;
}
.normal-layout {
  display: block !important;
}
/* 3カラムレイアウト用スタイル - 横長のラップトップ画面のみ */
@media screen and (min-width: 1200px) and (max-height: 900px) {
  .laptop-3col-layout {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    max-width: 1400px;
    margin: 0 auto;
    gap: 10px;
  }
  .ec-productRole__textBlock {
    margin-top: 80px;
  }
  /* Bootstrapのrowクラスが効かない場合の対策 */
  .laptop-3col-layout.row {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .laptop-3col-layout > .col-lg-2 .slideThumb {
    margin-bottom: 0px;
  }
  /* サムネイル列の幅固定 */
  .laptop-3col-layout > .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* メイン画像列の幅 */
  .laptop-3col-layout > .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .normal-layout {
    display: none !important;
  }
  /* サムネイル列（左） */
  .laptop-3col-layout .item_nav {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
  .laptop-3col-layout .item_nav .slideThumb {
    width: 100% !important;
    cursor: pointer !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
  }
  .laptop-3col-layout .item_nav .slideThumb.is-active {
    border-color: #111111 !important;
  }
  .laptop-3col-layout .item_nav .slideThumb:hover {
    border-color: #999 !important;
  }
  /* メイン画像のサイズ調整 */
  .laptop-3col-layout .item_visual {
    margin-bottom: 0 !important;
    max-width: 650px;
  }
}
/* Slickスライダー関連 */
.slick-slider {
  margin-bottom: 30px;
}
/* プレースホルダー画像のスタイル */
.item_visual-placeholder img {
  width: 100%;
  height: auto;
  display: block;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: 0.25;
  background-color: black;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: black;
}
.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}
/* ProductExtension関連のスタイル */
.ec-productRole__extension-header {
  position: relative;
  margin-bottom: 0;
}
/* ドロップダウンスタイル（通常商品用） */
.extension-toggle-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.8em;
  transition: transform 0.2s ease;
}
.ec-productRole__extension-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
  margin-top: 5px;
}
.extension-option {
  padding: 12px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}
.extension-option:last-child {
  border-bottom: none;
}
.extension-option:hover {
  background-color: #f8f9fa;
}
.extension-option.is-active {
  background-color: #f0f0f0;
  font-weight: bold;
}
/* アコーディオンスタイル（トライアル商品用） */
.ec-productRole__extension-header {
  margin-top: 24px;
  margin-bottom: 48px;
}
.extension-accordion {
  border-bottom: 1px solid #e0e0e0;
}
.extension-accordion:first-child {
  border-top: 1px solid #e0e0e0;
}
.extension-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.extension-accordion__title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0;
}
@media (min-width: 768px) {
  .extension-accordion__title {
    font-size: 17px;
  }
}
.extension-accordion__icon {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.extension-accordion__icon::before,
.extension-accordion__icon::after {
  content: "";
  position: absolute;
  background: #333;
}
/* 横線（常に表示） */
.extension-accordion__icon::before {
  width: 12px;
  height: 1.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 縦線（閉じている時のみ表示） */
.extension-accordion__icon::after {
  width: 1.5px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 開いている時は縦線を非表示 */
.extension-accordion.is-open .extension-accordion__icon::after {
  display: none;
}
.extension-accordion__content {
  display: none;
  padding: 16px 8px 24px 8px;
}
.extension-accordion__content .ec-productRole__textBlock__content {
  margin-bottom: 0;
}
.extension-accordion__content .front_page__intro2__note {
  border-top: none;
  border-bottom: none;
  padding-top: 16px;
}
.product-extension-content {
  padding: 0;
}
.alert-warning {
  padding: 15px;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 4px;
  color: #856404;
}
.alert-info {
  padding: 15px;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  border-radius: 4px;
  color: #0c5460;
}
.alert-warning i,
.alert-info i {
  margin-right: 10px;
}
/* スライドカウンター：PCでは非表示 */
.slide-counter {
  display: none;
}
/* SP用：商品画像スライダーをフルワイド */
@media (width < 992px) {
  /* 横スクロール防止 */
  body.product_page {
    overflow-x: hidden !important;
  }
  .product_page .ec-layoutRole {
    overflow-x: hidden !important;
  }
  /* ヘッダーと写真の余白を削除 */
  .product_page .ec-layoutRole .ec-layoutRole__contents {
    padding-top: 0 !important;
  }
  .ec-sliderItemRole {
    margin-left: clamp(-24px, -5vw, -16px);
    margin-right: clamp(-24px, -5vw, -16px);
    width: calc(100% + clamp(32px, 10vw, 48px));
    margin-bottom: 0 !important;
  }
  .normal-layout.container {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .normal-layout .item_visual {
    margin: 0 !important;
  }
  /* slickの余白も削除 */
  .normal-layout .slick-slider {
    margin-bottom: 0 !important;
  }
  .normal-layout .item_visual .slide-item img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .normal-layout .item_nav {
    display: none;
  }
  /* 画像下〜商品情報の余白を詰める */
  .ec-productRole .ec-productRole__tags {
    margin: 0 0 clamp(6px, 1.5vw, 10px);
  }
  .ec-productRole__textBlock {
    margin-top: clamp(-32px, -5vw, -20px);
  }
  /* 商品名を大きく太く */
  .ec-productRole__textBlock__title {
    font-size: clamp(20px, 5vw, 24px) !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: clamp(4px, 1vw, 8px) !important;
  }
  /* 説明文を控えめに */
  .ec-productRole__textBlock .ec-productRole__description {
    font-size: clamp(13px, 3.2vw, 15px) !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin-bottom: clamp(4px, 1vw, 8px) !important;
  }
  /* 価格を大きく・左寄せに */
  .ec-productRole__textBlock .ec-price {
    justify-content: flex-start !important;
  }
  .d-lg-none .ec-price {
    justify-content: flex-start !important;
  }
  .ec-productRole__textBlock .ec-price__symbol {
    font-size: clamp(20px, 5vw, 26px) !important;
    font-weight: 500 !important;
  }
  .ec-productRole__textBlock .ec-price__amount {
    font-size: clamp(28px, 7vw, 36px) !important;
    font-weight: 500 !important;
  }
  .ec-productRole__textBlock .ec-price__tax {
    font-size: clamp(12px, 3vw, 14px) !important;
    margin-left: 4px;
  }
  /* モーダルリンクの上余白を詰める */
  .ec-productRole__textBlock .mt-4 {
    margin-top: 0.75rem !important;
  }
  /* 内容量周りの余白調整 */
  .ec-productRole__textBlock .net {
    margin-top: 0.5rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* 注釈を控えめに */
  .ec-productRole__textBlock .net span {
    font-size: 11px !important;
    color: #999 !important;
    display: block;
    margin-top: 4px;
  }
  /* トライアル価格を2段組・左寄せに */
  .ec-productRole__trial {
    text-align: left !important;
    margin-top: 16px !important;
  }
  .ec-productRole__trial__off {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px;
    margin-bottom: 2px;
    margin-top: 0 !important;
  }
  .ec-productRole__trial__off .off {
    background: #e74c3c;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
  }
  .ec-productRole__trial__off__price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
  }
  .ec-productRole__trial__price {
    justify-content: flex-start !important;
    margin-top: 0 !important;
  }
  /* トライアル説明文（発売記念企画など）*/
  .ec-productRole__trial .ec-productRole__description {
    margin-top: 16px !important;
    margin-bottom: 12px !important;
  }
  /* チェックリストの行間を詰める */
  .ec-productRole__trial .ec-productRole__description ul,
  .ec-productRole__trial .ec-productRole__description ol {
    margin: 8px 0 !important;
    padding-left: 0 !important;
  }
  .ec-productRole__trial .ec-productRole__description li {
    margin-bottom: 4px !important;
    line-height: 1.5 !important;
  }
  /* お届け内容ボックス */
  .ec-productRole__trial__cont {
    background: #fafafa !important;
    border-radius: 12px !important;
    padding: 16px !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .ec-productRole__trial__cont p {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    text-align: center;
  }
  .ec-productRole__trial__cont figure {
    margin: 0 !important;
  }
  .ec-productRole__trial__cont figure img {
    width: 100% !important;
    height: auto !important;
  }
  /* 固定フッターのスクロール追従改善（GPU加速） */
  .ec-shoppingRole__stickyFooter {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
  }
  /* トライアル固定フッターをコンパクトに */
  .ec-shoppingRole__stickyFooter.-trial .shopping-sticky-inner {
    padding: 20px 20px 6px 20px !important;
  }
  .ec-shoppingRole__stickyFooter.-trial .shopping-sticky-button-area {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }
  .ec-shoppingRole__stickyFooter.-trial .shopping-sticky-submit-btn {
    padding: 16px 24px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
  }
  /* slickのドットを非表示 */
  .normal-layout .slick-dots {
    display: none !important;
  }
  /* スライダーラッパー */
  .item_visual-wrapper {
    position: relative;
  }
  .slide-counter {
    display: block;
    position: absolute;
    bottom: clamp(10px, 2.5vw, 16px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.85);
    color: #111111;
    font-size: clamp(11px, 2.8vw, 13px);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    padding: clamp(4px, 1vw, 6px) clamp(10px, 2.5vw, 16px);
    border-radius: 20px;
    letter-spacing: 0.1em;
    z-index: 10;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .slide-counter .current {
    font-weight: 700;
    color: #111111;
  }
}
/* タブレット用微調整 */
@media (768px <= width < 992px) {
  .ec-sliderItemRole {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
  .slide-counter {
    font-size: 14px;
    padding: 6px 18px;
    bottom: 20px;
  }
}
/* 小さい端末用（高さ667px以下：iPhone SE 2nd等） */
@media (max-width: 991px) and (max-height: 667px) {
  .ec-productRole__bottomSheet__header {
    padding: 12px 16px;
  }
  .ec-productRole__bottomSheet__title {
    font-size: 16px;
  }
  .ec-productRole__bottomSheet__fixed-area {
    padding: 16px 16px 0;
  }
  .ec-productRole__bottomSheet__scroll-area {
    padding: 16px 16px 32px;
  }
}
/* 超小型端末（高さ568px以下：iPhone SE 1st等） */
@media (max-width: 991px) and (max-height: 568px) {
  .ec-productRole__bottomSheet__handle {
    padding: 8px 0;
  }
  .ec-productRole__bottomSheet__header {
    padding: 10px 14px;
  }
  .ec-productRole__bottomSheet__fixed-area {
    padding: 12px 14px 0;
  }
  .ec-productRole__bottomSheet__scroll-area {
    padding: 12px 14px 24px;
  }
  .pack-card {
    /* 左だけは詰めない。ラジオ（.pack-card::before）が left: 18px / 幅 24px を
       占めるため、12px にすると「10パック」やバッジの上に重なる */
    padding: 12px 12px 12px 52px !important;
  }
}
/* チェックマークエリアのバランス調整 */
@media (max-width: 991px) {
  .subscription-info {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    margin-top: 20px;
  }
  .subscription-points {
    padding-left: 12px;
    margin-bottom: 20px;
  }
  /* チェックマークのサイズ・色調整 */
  .subscription-points li {
    padding-left: 28px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }
  .subscription-points li::before {
    width: 18px;
    height: 18px;
    background-color: #5a9e6f;
  }
  /* 「定期購入とは？」ボタン */
  .subscription-detail {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 16px;
    margin-left: 0;
  }
  .subscription-detail-title {
    /* 白文字を乗せるため濃くする。#5a9e6f では
       コントラスト比 3.2 で WCAG AA（4.5）に届かない */
    background: #3f7a52;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
  }
  /* 説明文のフォントサイズ・行間 */
  .subscription-detail-text {
    font-size: 13px;
    line-height: 1.7;
    color: #555;
  }
  .subscription-detail-text dd {
    margin: 0;
  }
  .subscription-detail-text ul {
    padding-left: 16px;
    margin: 0;
  }
  .subscription-detail-text li {
    margin: 4px 0;
  }
}
/* Lineup heading is intentionally text (not an SVG). */
html body.product_page .ec-productRole__others .ec-productRole .gd-related-title {
  display: block;
  margin: 0 0 48px;
  color: #403c38;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  html body.product_page .ec-productRole__others .ec-productRole .gd-related-title {
    margin-bottom: 34px;
    font-size: 26px;
  }
}
/* =========================================================
   TASTING BOX PRODUCT DETAIL / 2026-08-21
   Direct-to-purchase variant: no flavor switch, no subscription/onetime,
   no quantity selection. Keep the standard GOODISH product-detail tone.
   ========================================================= */
html body.product_page.tasting_page .gd-product-switch,
html body.product_page.tasting_page .gd-tasting-promo,
html body.product_page.tasting_page .ec-originalGrid2__cartCell,
html body.product_page.tasting_page #purchaseBottomSheet {
  display: none !important;
}
html body.product_page.tasting_page .gd-desktop-hero__gallery--tasting .gd-desktop-hero__visual {
  background: #f5f5f5 !important;
}
html body.product_page.tasting_page .gd-desktop-hero__gallery--tasting .gd-desktop-hero__visual img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
html body.product_page.tasting_page .gd-tasting-detail__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 4px 12px;
  border: 1px solid #403c38;
  border-radius: 999px;
  background: #fff;
  color: #403c38;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
html body.product_page.tasting_page .gd-tasting-mobile-tag {
  border: 1px solid #403c38 !important;
  background: #fff !important;
  color: #403c38 !important;
}
@media (min-width: 992px) {
  html body.product_page.tasting_page .gd-desktop-hero--tasting {
    grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr) !important;
    align-items: start !important;
  }
  html body.product_page.tasting_page .gd-desktop-hero__gallery--tasting {
    padding-top: 2px;
  }
  html body.product_page.tasting_page .gd-desktop-hero__visual--tasting {
    aspect-ratio: 1/1 !important;
  }
  html body.product_page.tasting_page .gd-desktop-hero__info--tasting {
    padding-top: 10px !important;
  }
}
@media (max-width: 991.98px) {
  html body.product_page.tasting_page .gd-mobile-purchase--tasting {
    margin-top: 24px !important;
  }
}
/* The tasting purchase area intentionally inherits the standard selector styles. */
html body.product_page.tasting_page .gd-tasting-selector {
  margin-top: 26px;
}
html body.product_page.tasting_page .gd-tasting-selector__optionList {
  margin-top: 0;
}
html body.product_page.tasting_page .gd-tasting-selector__option {
  cursor: default;
}
html body.product_page.tasting_page .gd-tasting-selector__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  min-width: -moz-max-content;
  min-width: max-content;
}
html body.product_page.tasting_page .gd-tasting-selector__shipping {
  color: #995a31;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
html body.product_page.tasting_page .gd-tasting-selector__ctaBox {
  margin-top: 18px !important;
}
html body.product_page.tasting_page .gd-tasting-directInfo {
  display: block;
  margin: 0 0 16px;
  padding: 0;
}
html body.product_page.tasting_page .gd-tasting-direct-button,
html body.product_page.tasting_page .gd-tasting-direct-button:link,
html body.product_page.tasting_page .gd-tasting-direct-button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-family: inherit;
}
@media (max-width: 991.98px) {
  html body.product_page.tasting_page .gd-mobile-purchase--tasting {
    margin-top: 0 !important;
  }
  html body.product_page.tasting_page .gd-mobile-purchase--tasting .gd-tasting-selector__price {
    gap: 4px;
  }
  html body.product_page.tasting_page .gd-mobile-purchase--tasting .gd-tasting-selector__shipping {
    font-size: 11px;
  }
}
@media (max-width: 479.98px) {
  html body.product_page.tasting_page .gd-tasting-selector__option {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }
}
/* =========================================================
   TASTING DETAIL v3 / 2026-08-21
   - Remove flavor-name navigation/tabs
   - Keep all product-detail content visible in a vertical stack
   - Reuse the standard GOODISH discount-price system
   ========================================================= */
html body.product_page.tasting_page .gd-tasting-selector {
  margin-top: 26px !important;
}
html body.product_page.tasting_page .gd-tasting-selector__option {
  min-height: 78px !important;
}
html body.product_page.tasting_page .gd-tasting-selector__price {
  gap: 6px !important;
}
html body.product_page.tasting_page .gd-tasting-selector__price .gd-deal-price {
  margin: 0 !important;
}
html body.product_page.tasting_page .product-extension-content[data-extension-id=static] {
  display: block !important;
  margin-top: 48px !important;
}
@media (max-width: 991.98px) {
  html body.product_page.tasting_page .gd-mobile-purchase--tasting {
    margin-top: 28px !important;
  }
  html body.product_page.tasting_page .product-extension-content[data-extension-id=static] {
    margin-top: 36px !important;
  }
}
/* =========================================================
   TASTING DETAIL v5 / 2026-08-21
   Price stack matches the regular product option card exactly:
   sale -> struck-through regular price -> shipping.
   ========================================================= */
html body.product_page.tasting_page .gd-tasting-selector__price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: center !important;
  gap: 2px !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-variant-numeric: tabular-nums !important;
}
html body.product_page.tasting_page .gd-tasting-selector__price .gd-deal-price {
  gap: 2px !important;
}
html body.product_page.tasting_page .gd-tasting-selector__shipping {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #b88b2d !important;
  background: transparent !important;
  border: 0 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-align: right !important;
}
@media (max-width: 991.98px) {
  html body.product_page.tasting_page .gd-mobile-purchase--tasting .gd-tasting-selector__price {
    gap: 2px !important;
  }
  html body.product_page.tasting_page .gd-mobile-purchase--tasting .gd-tasting-selector__shipping {
    font-size: 13px !important;
    font-weight: 500 !important;
  }
}
/* =========================================================
   TASTING DETAIL v6 / 2026-08-21
   Correct tasting-set economics:
   regular total 2,184 yen incl. ordinary shipping / sale 1,240 yen.
   ========================================================= */
html body.product_page.tasting_page .gd-tasting-selector__price .gd-deal-price__sale,
html body.product_page.tasting_page .gd-tasting-selector__price .gd-deal-price__regular {
  white-space: nowrap !important;
}
/* =========================================================
   TASTING GALLERY RESTORE / 2026-08-21
   Keep the normal product-detail photo treatment and 5-slide gallery.
   The supplied PNG is transparent, so the photo AREA supplies the same
   neutral gray background used by the regular product photography.
   ========================================================= */
html body.product_page.tasting_page .gd-desktop-hero__gallery--tasting .gd-desktop-hero__visual > img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
html body.product_page.tasting_page .gd-desktop-hero__gallery--tasting .gd-desktop-hero__thumb:first-child img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media (max-width: 991.98px) {
  html body.product_page.tasting_page .ec-sliderItemRole--tasting .slide-item:first-child img {
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  html body.product_page.tasting_page .ec-sliderItemRole--tasting .item_nav .slideThumb:first-child img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
/* =========================================================
   TASTING DETAIL v10 / 2026-08-21
   No per-pack unit price. Show the regular total inline as a
   muted strike-through, in the same price system as normal detail UI.
   ========================================================= */
html body.product_page.tasting_page .gd-tasting-selector__regularInline {
  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #8a8782 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  font-variant-numeric: tabular-nums !important;
  white-space: nowrap !important;
}
html body.product_page.tasting_page .gd-tasting-selector__regularInline::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  height: 1px !important;
  background: #8a8782 !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}
@media (max-width: 991.98px) {
  html body.product_page.tasting_page .gd-tasting-selector__regularInline {
    font-size: 11px !important;
  }
}
/* =========================================================
   TASTING DETAIL v12 / 2026-08-21
   Keep the regular product tabs. Flavor-specific content is shown as
   a simple vertical reading list; feeding instructions remain common.
   ========================================================= */
html body.product_page.tasting_page .product-extension-content[data-extension-id=static] {
  margin-top: 48px !important;
}
html body.product_page.tasting_page .product-extension-content[data-extension-id=static] .ec-productRole__textBlock__tabs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 0 40px !important;
}
html body.product_page.tasting_page .gd-tasting-tab-panel {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
html body.product_page.tasting_page .gd-tasting-tab-panel[style*="display:none"],
html body.product_page.tasting_page .gd-tasting-tab-panel[style*="display: none"] {
  display: none !important;
}
html body.product_page.tasting_page .gd-tasting-flavor-list {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body.product_page.tasting_page .gd-tasting-flavor-detail {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 24px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e4dfd9 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111111 !important;
}
html body.product_page.tasting_page .gd-tasting-flavor-detail:first-child {
  padding-top: 0 !important;
}
html body.product_page.tasting_page .gd-tasting-flavor-detail:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
html body.product_page.tasting_page .gd-tasting-flavor-detail__title {
  display: block !important;
  margin: 0 0 10px !important;
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}
html body.product_page.tasting_page .gd-tasting-flavor-detail p {
  margin: 0 !important;
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
}
html body.product_page.tasting_page .gd-tasting-flavor-detail__subhead {
  margin: 16px 0 6px !important;
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}
html body.product_page.tasting_page .gd-tasting-flavor-detail__title + .gd-tasting-flavor-detail__subhead {
  margin-top: 0 !important;
}
html body.product_page.tasting_page .gd-tasting-flavor-detail__note {
  margin-top: 8px !important;
  font-size: 12px !important;
}
html body.product_page.tasting_page .gd-tasting-flavor-list--compact .gd-tasting-flavor-detail {
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) !important;
  align-items: baseline !important;
  gap: 24px !important;
  padding: 15px 0 !important;
}
html body.product_page.tasting_page .gd-tasting-flavor-list--compact .gd-tasting-flavor-detail__title,
html body.product_page.tasting_page .gd-tasting-flavor-list--compact .gd-tasting-flavor-detail p {
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  html body.product_page.tasting_page .product-extension-content[data-extension-id=static] {
    margin-top: 36px !important;
  }
  html body.product_page.tasting_page .product-extension-content[data-extension-id=static] .ec-productRole__textBlock__tabs {
    margin-bottom: 30px !important;
  }
  html body.product_page.tasting_page .gd-tasting-flavor-detail {
    padding: 20px 0 !important;
  }
}
@media (max-width: 560px) {
  html body.product_page.tasting_page .product-extension-content[data-extension-id=static] .ec-productRole__textBlock__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  html body.product_page.tasting_page .gd-tasting-flavor-list--compact .gd-tasting-flavor-detail {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 14px !important;
  }
}
/* =========================================================
   TASTING DETAIL v13 / 2026-08-21
   Restore the regular product-detail feeding tab and responsive
   tab behavior. Tablet/mobile follow the normal product page rules.
   ========================================================= */
/* Use the same tab spacing and four-column behavior as regular detail. */
html body.product_page.tasting_page .product-extension-content[data-extension-id=static] {
  margin-top: 0 !important;
}
html body.product_page.tasting_page .product-extension-content[data-extension-id=static] .ec-productRole__textBlock__tabs {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 0 36px !important;
  overflow: visible !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body.product_page.tasting_page .product-extension-content[data-extension-id=static] {
    margin-top: 0 !important;
  }
  html body.product_page.tasting_page .product-extension-content[data-extension-id=static] .ec-productRole__textBlock__tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin-bottom: 36px !important;
    overflow: visible !important;
  }
  html body.product_page.tasting_page .product-extension-content[data-extension-id=static] .ec-productRole__textBlock__tabs li a {
    min-height: 64px !important;
    padding: 16px 10px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 767.98px) {
  html body.product_page.tasting_page .product-extension-content[data-extension-id=static] {
    margin-top: 0 !important;
  }
  html body.product_page.tasting_page .product-extension-content[data-extension-id=static] .ec-productRole__textBlock__tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin-bottom: 30px !important;
    overflow: visible !important;
  }
  html body.product_page.tasting_page .product-extension-content[data-extension-id=static] .ec-productRole__textBlock__tabs li a {
    min-height: 58px !important;
    padding: 14px 4px !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }
  /* The regular feeding guide becomes one column on phones. */
  html body.product_page.tasting_page #tab-feeding-static .gd-feeding-guide__grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  html body.product_page.tasting_page #tab-feeding-static .gd-feeding-guide__title {
    font-size: 17px !important;
  }
  html body.product_page.tasting_page #tab-feeding-static .gd-feeding-guide__body,
  html body.product_page.tasting_page #tab-feeding-static table.gd-feeding-guide__table {
    font-size: 13px !important;
  }
  html body.product_page.tasting_page #tab-feeding-static .gd-feeding-guide__table th,
  html body.product_page.tasting_page #tab-feeding-static .gd-feeding-guide__table td {
    padding: 10px !important;
  }
}
/* =========================================================
   ご注意ブロックの上余白
   _overrides.scss が全商品共通で margin-top: 0 にしているが、
   テイスティングBOXは直前が原材料タブの本文（代謝エネルギーの行）で
   終わるため、0 だと文字と枠線が接して見える。このページだけ戻す。
   ========================================================= */
html body.product_page.tasting_page .ec-productRole .gd-product-notice {
  margin-top: 32px !important;
}
@media (max-width: 767.98px) {
  html body.product_page.tasting_page .ec-productRole .gd-product-notice {
    margin-top: 24px !important;
  }
}
html body.product_page.tasting_page .gd-tasting-mobile-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 992px) {
  html body.product_page.tasting_page .gd-desktop-hero--tasting {
    grid-template-columns: minmax(0, 1.12fr) minmax(440px, 0.88fr) !important;
  }
}
@media (min-width: 992px) {
  html body.product_page.tasting_page .gd-desktop-hero__gallery--tasting {
    padding-top: 0 !important;
  }
  html body.product_page.tasting_page .gd-desktop-hero--tasting .gd-desktop-hero__info {
    padding-top: 4px !important;
  }
}
@media (max-width: 991.98px) {
  html body.product_page.tasting_page .gd-desktop-hero .gd-desktop-hero__option,
  html body.product_page.tasting_page .gd-mobile-purchase .gd-desktop-hero__option {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
  html body.product_page.tasting_page .gd-tasting-selector__price {
    align-items: flex-end !important;
  }
  html body.product_page.tasting_page .gd-desktop-hero__optionTitle {
    white-space: nowrap;
  }
}