@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&family=Roboto+Mono:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");

body.research-editorial-active {
  background: #fff;
}

body.research-editorial-active main {
  background: #fff;
  padding-top: clamp(1.1rem, 2.4vw, 2rem) !important;
}

body.research-editorial-active header {
  display: none !important;
}

body.research-editorial-active footer,
body.research-editorial-active footer > div {
  background: #f4f1ec !important;
  background-image: none !important;
  border-top: 1px solid rgba(62, 50, 43, 0.1) !important;
  color: #493c36 !important;
}

body.research-editorial-active footer > div[class*="bg-gradient"],
body.research-editorial-active footer [class*="from-rose"] {
  background: #f4f1ec !important;
  background-image: none !important;
}

body.research-editorial-active footer .h-px {
  background: rgba(62, 50, 43, 0.12) !important;
  background-image: none !important;
}

body.research-editorial-active footer [class*="border-primary"] {
  border-color: rgba(62, 50, 43, 0.14) !important;
}

body.research-editorial-active main .research-gallery-shell:has(.research-editorial-prototype) > :not(.research-editorial-prototype),
body.research-editorial-active div[class*="bottom-4"][class*="left-1/2"][class*="z-40"] {
  display: none !important;
}

body.research-filter-open {
  overflow: hidden;
}

body.research-filter-open .research-editorial-grid,
body.research-filter-open .research-editorial-prototype::before {
  opacity: 0.24;
  transform: translate3d(0, 0.3rem, 0) scale(0.996);
  transition: opacity 360ms cubic-bezier(0.16, 1, 0.3, 1), transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.research-filter-open .research-editorial-brandmark {
  opacity: 0.24;
  transition: opacity 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.research-editorial-prototype {
  position: relative;
  max-width: min(1680px, 100%);
  margin: clamp(1.5rem, 4vw, 3rem) auto 6rem;
  padding-left: clamp(2.7rem, 4.4vw, 4.75rem);
}

.research-editorial-prototype::before {
  content: "SKINCARE 01-09";
  position: fixed;
  left: clamp(0.6rem, 1.5vw, 1.2rem);
  top: clamp(6.75rem, 13vh, 9.5rem);
  z-index: 12;
  height: clamp(8.5rem, 16vw, 12rem);
  padding-top: 2.6rem;
  border-top: 4px solid #181818;
  border-bottom: 1px solid rgba(24, 24, 24, 0.22);
  color: #202020;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Avenir Next", "Helvetica Neue", sans-serif;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.research-editorial-brandmark {
  position: fixed;
  left: clamp(1.55rem, 3vw, 2.45rem);
  top: clamp(18rem, 52vh, 30rem);
  z-index: 4;
  display: inline-block;
  color: hsl(var(--primary));
  font-family: "Belleza", sans-serif;
  font-size: clamp(1.65rem, 2.9vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.85;
  text-decoration: none;
  transform: rotate(90deg);
  transform-origin: left top;
  white-space: nowrap;
}

.research-editorial-brandmark:hover {
  color: hsl(var(--primary));
  opacity: 0.72;
}

.research-editorial-prototype-note {
  display: none;
}

.research-filter-launch {
  position: fixed;
  top: clamp(1rem, 2vw, 1.75rem);
  right: clamp(1rem, 2vw, 1.75rem);
  z-index: 30;
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 0.75rem;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 1rem 0 1.15rem;
  border: 1px solid rgba(129, 54, 40, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1.25rem 2.5rem rgba(54, 42, 35, 0.09);
  color: #2b2522;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.research-filter-launch:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1.45rem 3rem rgba(54, 42, 35, 0.13);
}

.research-filter-launch-kicker {
  color: hsl(var(--primary));
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.research-filter-launch-label {
  font-family: "Shippori Mincho", serif;
  font-size: 0.92rem;
  letter-spacing: 0;
}

.research-gallery-switch {
  position: fixed;
  top: calc(clamp(1rem, 2vw, 1.75rem) + 3.35rem);
  right: clamp(1rem, 2vw, 1.75rem);
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  min-height: 2.35rem;
  padding: 0.26rem;
  border: 1px solid rgba(129, 54, 40, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1rem 2.15rem rgba(54, 42, 35, 0.08);
  backdrop-filter: blur(18px);
}

.research-gallery-switch-kicker {
  padding: 0 0.55rem 0 0.7rem;
  color: hsl(var(--primary));
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}

.research-gallery-switch-option {
  display: inline-grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(43, 37, 34, 0.62);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.research-gallery-switch-option:hover {
  transform: translateY(-1px);
  color: #2b2522;
}

.research-gallery-switch-option.is-active {
  background: #2b2522;
  color: #fff;
}

.research-filter-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: stretch;
  overflow: hidden;
  background: rgba(244, 241, 236, 0.5);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  backdrop-filter: blur(4px) saturate(1.02);
  transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 300ms;
  will-change: opacity;
}

.research-filter-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

.research-filter-panel {
  position: relative;
  width: 100%;
  min-height: 100svh;
  padding: clamp(4.75rem, 8vw, 7rem) clamp(1.6rem, 7vw, 7rem) clamp(2rem, 4vw, 3.25rem);
  overflow-y: auto;
  color: #26211f;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.34), rgba(244, 241, 236, 0.16)),
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.24), transparent 34%);
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0) scale(0.992);
  transform-origin: center top;
  backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 430ms cubic-bezier(0.16, 1, 0.3, 1), transform 430ms cubic-bezier(0.16, 1, 0.3, 1);
}

.research-filter-overlay.is-open .research-filter-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.research-filter-close {
  position: fixed;
  top: clamp(1rem, 2.4vw, 2rem);
  right: clamp(1rem, 2.4vw, 2rem);
  z-index: 2;
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 1rem 0 1.15rem;
  border: 1px solid rgba(38, 33, 31, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: #26211f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.research-filter-close i {
  position: relative;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
}

.research-filter-close i::before,
.research-filter-close i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1px;
  background: #26211f;
}

.research-filter-close i::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.research-filter-close i::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.research-filter-heading {
  display: grid;
  gap: 0.8rem;
  margin-bottom: clamp(2.25rem, 5vw, 4.75rem);
}

.research-filter-heading p {
  color: hsl(var(--primary));
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.research-filter-heading h2 {
  color: #26211f;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.4rem, 6vw, 5.75rem);
  font-weight: 400;
  line-height: 0.98;
}

.research-filter-content {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.12fr);
  gap: clamp(2.25rem, 5vw, 5rem) clamp(2rem, 7vw, 8rem);
  max-width: 1040px;
}

.research-filter-group {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.research-filter-group h3 {
  color: #3b312d;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 500;
}

.research-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.research-filter-tag {
  min-height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid rgba(71, 57, 50, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: #534640;
  font-family: "Shippori Mincho", serif;
  font-size: 0.92rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.research-filter-tag:hover,
.research-filter-tag.is-selected {
  transform: translateY(-1px);
  border-color: rgba(129, 54, 40, 0.42);
  background: rgba(129, 54, 40, 0.93);
  color: #fff;
}

.research-filter-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: clamp(2.5rem, 5vw, 4.75rem);
}

.research-filter-clear,
.research-filter-apply {
  min-height: 3.1rem;
  padding: 0 1.35rem;
  border-radius: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.research-filter-clear {
  border: 1px solid rgba(38, 33, 31, 0.22);
  color: #3b312d;
  background: rgba(255, 255, 255, 0.32);
}

.research-filter-apply {
  border: 1px solid #26211f;
  color: #fff;
  background: #26211f;
}

.research-editorial-summary {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.65rem;
  margin: 0 clamp(0.9rem, 2.4vw, 1.6rem) 0.4rem 0;
  color: #322b27;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
}

.research-editorial-summary span {
  color: rgba(50, 43, 39, 0.52);
  font-size: 0.72rem;
  font-weight: 700;
}

.research-editorial-summary strong {
  color: hsl(var(--primary));
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  font-weight: 900;
  line-height: 1;
}

.research-editorial-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  column-gap: clamp(1.7rem, 3.2vw, 4rem) !important;
  row-gap: clamp(4.4rem, 6.4vw, 7.8rem) !important;
  align-items: start !important;
  margin-top: 0 !important;
  margin-bottom: 5rem !important;
  padding: clamp(1.2rem, 3.3vw, 2.5rem) clamp(0.9rem, 2.4vw, 1.6rem) 4rem !important;
  transform-origin: center top;
  will-change: opacity, transform;
  transition: opacity 360ms cubic-bezier(0.16, 1, 0.3, 1), transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.research-editorial-card {
  position: relative !important;
  min-height: clamp(19.5rem, 23.5vw, 24rem) !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}

.research-editorial-card:hover {
  box-shadow: none !important;
}

.research-editorial-card > .absolute,
.research-editorial-card > .research-editorial-original-info {
  display: none !important;
}

.research-editorial-imagebox {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: clamp(13.6rem, 18vw, 17.6rem) !important;
  padding: 0 !important;
  aspect-ratio: auto !important;
  background: transparent !important;
}

button.research-editorial-imagebox {
  border: 0 !important;
  cursor: pointer;
}

.research-editorial-card img {
  width: min(82%, 16rem) !important;
  height: min(82%, 16rem) !important;
  object-fit: contain !important;
  mix-blend-mode: multiply;
  filter: drop-shadow(1.1rem 1.4rem 1.2rem rgba(42, 54, 62, 0.18));
}

.research-mhlw-mark {
  position: absolute;
  left: 9.5%;
  top: 0.2rem;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 1px solid rgba(79, 169, 217, 0.32);
  border-radius: 999px;
  background: rgba(238, 250, 255, 0.84);
  box-shadow: 0 0.45rem 1.1rem rgba(67, 145, 186, 0.1);
  color: #196f99;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.01rem;
  font-weight: 900;
  line-height: 1;
  cursor: help;
  backdrop-filter: blur(10px);
}

.research-mhlw-mark-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #79d8ff, #36a7df);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.research-mhlw-mark-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.research-mhlw-tooltip {
  position: absolute;
  left: -0.2rem;
  top: calc(100% + 0.45rem);
  width: min(15.5rem, 72vw);
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(79, 169, 217, 0.18);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1rem 2rem rgba(41, 74, 92, 0.14);
  color: #284858;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.3rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.research-mhlw-mark:hover .research-mhlw-tooltip,
.research-mhlw-mark:focus .research-mhlw-tooltip,
.research-mhlw-mark:focus-visible .research-mhlw-tooltip,
.research-mhlw-mark:focus-within .research-mhlw-tooltip,
.research-mhlw-mark:active .research-mhlw-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.research-editorial-label {
  position: absolute;
  left: 49%;
  bottom: calc(clamp(-1.35rem, -1.2vw, -0.75rem) - 1.45rem);
  z-index: 2;
  display: grid;
  width: min(12.2rem, calc(100% - 0.75rem));
  grid-template-columns: minmax(4.05rem, 4.45rem) 1px minmax(0, 1fr);
  gap: 0.4rem;
  align-items: start;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 1;
  transform: translateX(-28%) rotate(-27deg);
  transform-origin: left top;
  pointer-events: none;
}

.research-editorial-favorite {
  position: absolute;
  right: 8%;
  top: 0.35rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 0.75rem 1.6rem rgba(54, 42, 35, 0.08);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.research-editorial-number {
  font-family: "Butler", "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(1.85rem, 2.35vw, 2.45rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.9;
  font-variant-numeric: lining-nums;
}

.research-editorial-pricecap {
  display: grid;
  justify-items: end;
  gap: 0.16rem;
  min-width: 0;
  color: #171313;
  text-align: right;
}

.research-editorial-pricecap-price,
.research-editorial-pricecap-size,
.research-editorial-pricecap-unit {
  display: block;
  overflow-wrap: normal;
  white-space: nowrap;
}

.research-editorial-pricecap-price {
  font-size: clamp(1.04rem, 1.2vw, 1.28rem);
  line-height: 0.88;
}

.research-editorial-pricecap-size {
  color: #6a5a52;
  font-size: clamp(0.66rem, 0.78vw, 0.82rem);
  letter-spacing: -0.015em;
  line-height: 0.92;
}

.research-editorial-pricecap-unit {
  color: #7d6b62;
  font-size: clamp(0.48rem, 0.56vw, 0.58rem);
  letter-spacing: 0;
  line-height: 0.95;
}

.research-editorial-rule {
  width: 1px;
  height: 3.1rem;
  background: #181818;
  opacity: 0.38;
  transform: translateY(-0.15rem);
}

.research-editorial-copy {
  display: block;
  min-width: 0;
  overflow: visible;
}

.research-editorial-brand {
  display: block;
  margin-bottom: 0.18rem;
  max-width: 100%;
  font-size: clamp(0.62rem, 0.72vw, 0.74rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.02;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
}

.research-editorial-name {
  display: block;
  width: min(7.2rem, 100%);
  max-width: 100%;
  margin-bottom: 0.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: clamp(0.54rem, 0.65vw, 0.66rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  text-align: left;
  color: #565656;
  cursor: pointer;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
  pointer-events: auto;
}

.research-editorial-meta {
  display: block;
  font-size: clamp(0.58rem, 0.7vw, 0.7rem);
  font-weight: 700;
  color: hsl(var(--primary));
}

.research-editorial-unit,
.research-editorial-score {
  display: block;
  margin-top: 0.18rem;
  color: #6e625d;
  font-size: clamp(0.5rem, 0.62vw, 0.62rem);
  font-weight: 600;
  letter-spacing: 0.035em;
}

.research-editorial-score {
  color: hsl(var(--primary));
  letter-spacing: 0.1em;
}

.research-editorial-status,
.research-editorial-loadmore,
.research-editorial-complete {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 9rem;
  color: #5e534d;
  font-family: "Shippori Mincho", serif;
  font-size: 0.95rem;
}

.research-editorial-loadmore,
.research-editorial-complete {
  min-height: auto;
  margin-bottom: 2.5rem;
  color: rgba(62, 50, 43, 0.58);
  font-size: 0.82rem;
}

.research-editorial-favorite-list {
  margin: 0 0 5rem clamp(3.25rem, 6vw, 4.75rem);
}

.research-editorial-favorite-list h2 {
  margin-bottom: 1.25rem;
  color: hsl(var(--primary));
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.research-editorial-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.research-editorial-mini-grid button {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  border: 0;
  background: transparent;
  color: #493c36;
  font-size: 0.72rem;
  cursor: pointer;
}

.research-editorial-mini-grid img {
  width: 5rem !important;
  height: 5rem !important;
  object-fit: contain;
}

.research-editorial-card:nth-child(3n+1) .research-editorial-imagebox {
  transform: translateY(-0.6rem);
}

.research-editorial-card:nth-child(3n+2) .research-editorial-imagebox {
  transform: translateY(0.15rem);
}

.research-editorial-card:nth-child(3n) .research-editorial-imagebox {
  transform: translateY(-0.25rem);
}

.research-editorial-card:nth-child(6n+2) .research-editorial-label,
.research-editorial-card:nth-child(6n+5) .research-editorial-label {
  bottom: calc(clamp(-1.35rem, -1.2vw, -0.75rem) - 1.45rem);
}

.research-editorial-card:nth-child(4n-1) .research-editorial-label {
  left: 49%;
  width: min(12.2rem, calc(100% - 0.75rem));
  grid-template-columns: minmax(4.05rem, 4.45rem) 1px minmax(0, 1fr);
  transform: translateX(-28%) rotate(-27deg);
}

.research-editorial-card:nth-child(4n) .research-editorial-label {
  left: 49%;
  width: min(12.2rem, calc(100% - 0.75rem));
  grid-template-columns: minmax(4.05rem, 4.45rem) 1px minmax(0, 1fr);
  transform: translateX(-28%) rotate(-27deg);
}

@media (max-width: 1120px) {
  .research-editorial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: clamp(2.25rem, 5vw, 4.75rem) !important;
  }

  .research-editorial-label {
    left: 48%;
    width: min(11.8rem, calc(100% - 0.7rem));
    grid-template-columns: minmax(3.85rem, 4.3rem) 1px minmax(0, 1fr);
    transform: translateX(-28%) rotate(-25deg);
  }

  .research-editorial-card:nth-child(3n) .research-editorial-label {
    left: 48%;
    width: min(11.8rem, calc(100% - 0.7rem));
    grid-template-columns: minmax(3.85rem, 4.3rem) 1px minmax(0, 1fr);
    transform: translateX(-28%) rotate(-25deg);
  }
}

@media (max-width: 900px) {
  .research-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: clamp(2.5rem, 8vw, 5rem) !important;
  }

  .research-editorial-label {
    left: 48%;
    width: min(11.4rem, calc(100% - 0.65rem));
    grid-template-columns: minmax(3.75rem, 4.15rem) 1px minmax(0, 1fr);
    transform: translateX(-28%) rotate(-24deg);
  }

  .research-editorial-card:nth-child(2n) .research-editorial-label {
    left: 48%;
    width: min(11.4rem, calc(100% - 0.65rem));
    grid-template-columns: minmax(3.75rem, 4.15rem) 1px minmax(0, 1fr);
    transform: translateX(-28%) rotate(-24deg);
  }
}

@media (max-width: 720px) {
  .research-editorial-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .research-filter-launch {
    top: 0.8rem;
    right: 0.8rem;
    min-height: 2.45rem;
    padding-inline: 0.85rem;
  }

  .research-filter-launch-kicker {
    display: none;
  }

  .research-filter-panel {
    padding: 5rem 1.25rem 2rem;
  }

  .research-filter-content {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .research-filter-actions {
    position: sticky;
    bottom: 0;
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    padding-top: 1rem;
    background: linear-gradient(to top, rgba(244, 241, 236, 0.96), rgba(244, 241, 236, 0));
  }
}

@media (max-width: 720px) {
  body.research-editorial-active main {
    padding-top: 0 !important;
  }

  .research-editorial-prototype {
    margin: 0 auto 3rem;
    padding: 4.85rem 0 0;
  }

  .research-editorial-prototype::before {
    display: none;
  }

  .research-editorial-brandmark {
    position: fixed;
    left: 1rem;
    top: 1.05rem;
    z-index: 31;
    font-size: 1.65rem;
    transform: none;
  }

  .research-filter-launch {
    top: 0.95rem;
    right: 0.9rem;
    min-height: 2.5rem;
    padding-inline: 0.95rem;
    background: rgba(255, 255, 255, 0.84);
  }

  .research-editorial-summary {
    justify-content: flex-start;
    margin: 0 1rem 1.25rem;
  }

  .research-editorial-grid {
    grid-template-columns: 1fr !important;
    row-gap: 0 !important;
    padding: 0 0.95rem 2.5rem !important;
  }

  .research-editorial-card {
    display: grid !important;
    grid-template-columns: minmax(7.35rem, 36vw) minmax(0, 1fr);
    column-gap: clamp(0.65rem, 3vw, 1rem);
    align-items: center;
    min-height: 11.9rem !important;
    padding: 0.85rem 0 1.2rem;
    border-bottom: 1px solid rgba(62, 50, 43, 0.1) !important;
  }

  .research-editorial-card:nth-child(3n+1) .research-editorial-imagebox,
  .research-editorial-card:nth-child(3n+2) .research-editorial-imagebox,
  .research-editorial-card:nth-child(3n) .research-editorial-imagebox {
    transform: none;
  }

  .research-editorial-imagebox {
    width: 100% !important;
    height: 8.9rem !important;
  }

  .research-editorial-card img {
    width: min(86%, 7.9rem) !important;
    height: min(86%, 7.9rem) !important;
    filter: drop-shadow(0.7rem 0.9rem 0.85rem rgba(42, 54, 62, 0.16));
  }

  .research-mhlw-mark {
    left: 0.15rem;
    top: 2.55rem;
    width: 1.45rem;
    height: 1.45rem;
  }

  .research-mhlw-mark-icon {
    width: 1rem;
    height: 1rem;
  }

  .research-mhlw-tooltip {
    width: min(14rem, 76vw);
    font-size: 0.68rem;
  }

  .research-editorial-favorite {
    right: auto;
    left: 0.1rem;
    top: 0.5rem;
    width: 1.9rem;
    height: 1.9rem;
  }

  .research-editorial-label {
    position: static;
    align-self: center;
    justify-self: start;
    grid-template-columns: minmax(3.9rem, 4.8rem) 1px minmax(0, 1fr);
    gap: 0.36rem;
    width: min(17.75rem, 100%);
    transform: rotate(-7deg);
    transform-origin: left center;
  }

  .research-editorial-card .research-editorial-label,
  .research-editorial-card:nth-child(2n) .research-editorial-label,
  .research-editorial-card:nth-child(3n) .research-editorial-label,
  .research-editorial-card:nth-child(4n) .research-editorial-label,
  .research-editorial-card:nth-child(4n-1) .research-editorial-label,
  .research-editorial-card:nth-child(6n+2) .research-editorial-label,
  .research-editorial-card:nth-child(6n+5) .research-editorial-label {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    width: min(17.75rem, 100%) !important;
    grid-template-columns: minmax(3.9rem, 4.8rem) 1px minmax(0, 1fr) !important;
    transform: rotate(-7deg) !important;
  }

  .research-editorial-card:nth-child(2n) .research-editorial-label {
    width: min(17.75rem, 100%) !important;
    grid-template-columns: minmax(3.9rem, 4.8rem) 1px minmax(0, 1fr) !important;
    transform: rotate(-7deg) !important;
  }

  .research-editorial-number {
    letter-spacing: -0.03em;
  }

  .research-editorial-pricecap {
    gap: 0.22rem;
  }

  .research-editorial-pricecap-price {
    font-size: 1.08rem;
    line-height: 0.96;
  }

  .research-editorial-pricecap-size {
    font-size: 0.68rem;
    line-height: 0.98;
  }

  .research-editorial-pricecap-unit {
    font-size: 0.54rem;
    line-height: 1;
  }

  .research-editorial-rule {
    height: 3.25rem;
  }

  .research-editorial-brand {
    margin-bottom: 0.32rem;
    font-size: 0.72rem;
  }

  .research-editorial-name {
    width: min(10.2rem, 100%);
    max-width: 100%;
    margin-bottom: 0.28rem;
    font-size: 0.68rem;
    line-height: 1.24;
  }

  .research-editorial-meta {
    font-size: 0.66rem;
  }

  .research-editorial-score {
    font-size: 0.58rem;
  }

  .research-editorial-complete {
    margin: 0 1rem 2.5rem;
  }

  .research-editorial-favorite-list {
    margin: 0 1rem 4rem;
  }

  .research-editorial-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .research-editorial-grid {
    grid-template-columns: 1fr !important;
    row-gap: 0 !important;
    padding-inline: 0.7rem !important;
  }

  .research-editorial-card {
    grid-template-columns: minmax(6.1rem, 32vw) minmax(0, 1fr);
    column-gap: 0.45rem;
    min-height: 11.2rem !important;
  }

  .research-editorial-imagebox {
    height: 8.1rem !important;
  }

  .research-editorial-card img {
    width: min(84%, 7rem) !important;
    height: min(84%, 7rem) !important;
  }

  .research-editorial-label {
    width: min(13.4rem, 100%);
    grid-template-columns: minmax(3.35rem, 4rem) 1px minmax(0, 1fr);
    gap: 0.28rem;
    transform: rotate(-7deg);
  }

  .research-editorial-card .research-editorial-label,
  .research-editorial-card:nth-child(2n) .research-editorial-label,
  .research-editorial-card:nth-child(3n) .research-editorial-label,
  .research-editorial-card:nth-child(4n) .research-editorial-label,
  .research-editorial-card:nth-child(4n-1) .research-editorial-label,
  .research-editorial-card:nth-child(6n+2) .research-editorial-label,
  .research-editorial-card:nth-child(6n+5) .research-editorial-label {
    width: min(13.4rem, 100%) !important;
    grid-template-columns: minmax(3.35rem, 4rem) 1px minmax(0, 1fr) !important;
    transform: rotate(-7deg) !important;
  }

  .research-editorial-card:nth-child(2n) .research-editorial-label {
    width: min(13.4rem, 100%) !important;
    transform: rotate(-7deg) !important;
  }

  .research-editorial-pricecap {
    gap: 0.18rem;
  }

  .research-editorial-pricecap-price {
    font-size: 0.94rem;
  }

  .research-editorial-pricecap-size {
    font-size: 0.6rem;
  }

  .research-editorial-pricecap-unit {
    font-size: 0.48rem;
  }

  .research-editorial-brand {
    font-size: 0.64rem;
  }

  .research-editorial-name {
    width: min(8.4rem, 100%);
    font-size: 0.62rem;
    line-height: 1.22;
  }
}

.research-gallery-variant-b,
.research-gallery-variant-c,
.research-gallery-variant-d {
  max-width: min(1740px, 100%);
}

.research-gallery-variant-a .research-editorial-label {
  grid-template-columns: minmax(5.35rem, 5.9rem) 1px minmax(0, 1fr);
  gap: clamp(0.92rem, 1vw, 1.15rem);
  width: min(15rem, calc(100% - 0.25rem));
}

.research-gallery-variant-a .research-editorial-pricecap {
  gap: 0.38rem;
  padding-right: 0.16rem;
}

.research-gallery-variant-a .research-editorial-rule {
  margin-inline: 0.18rem 0.08rem;
}

.research-gallery-variant-b {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.research-gallery-variant-c {
  background: #dedede;
  font-family: "Roboto Mono", "Courier New", monospace;
}

.research-gallery-variant-d {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: clamp(4.15rem, 5vw, 5rem) 0 0;
  border: 0;
  background: #f8f3e8;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

body.research-editorial-active.research-gallery-c,
body.research-editorial-active.research-gallery-c main,
body.research-editorial-active.research-gallery-c .min-h-screen.bg-white,
body.research-editorial-active.research-gallery-c .research-gallery-shell,
body.research-editorial-active.research-gallery-c footer,
body.research-editorial-active.research-gallery-c footer > div {
  background: #dedede !important;
  background-image: none !important;
}

body.research-editorial-active.research-gallery-d,
body.research-editorial-active.research-gallery-d main,
body.research-editorial-active.research-gallery-d .min-h-screen.bg-white,
body.research-editorial-active.research-gallery-d .research-gallery-shell {
  background: #f8f3e8 !important;
  background-image: none !important;
}

body.research-editorial-active.research-gallery-d main {
  max-width: none !important;
  padding: 0 !important;
}

body.research-editorial-active.research-gallery-d .research-gallery-shell {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.research-gallery-variant-d::before {
  content: none;
  display: none;
}

.research-gallery-variant-d::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(3.25rem, 4.1vw, 3.8rem);
  height: 1px;
  background: rgba(40, 38, 32, 0.5);
}

.research-gallery-variant-d .research-editorial-brandmark {
  position: absolute;
  left: 50%;
  top: clamp(1.2rem, 1.7vw, 1.55rem);
  z-index: 5;
  color: #25231f;
  font-family: "Cormorant Garamond", "Butler", "Playfair Display", serif;
  font-size: clamp(1.35rem, 2.1vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  transform: translateX(-50%);
}

.research-gallery-variant-d .research-editorial-brandmark::after {
  content: ".";
}

.research-gallery-variant-d .research-editorial-summary {
  position: absolute;
  left: clamp(1rem, 2vw, 1.6rem);
  right: auto;
  top: clamp(1.25rem, 1.8vw, 1.65rem);
  margin: 0;
  z-index: 5;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.research-gallery-variant-d .research-editorial-summary span {
  color: rgba(40, 38, 32, 0.54);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.research-gallery-variant-d .research-editorial-summary strong {
  color: #25231f;
  font-size: clamp(0.72rem, 0.9vw, 0.88rem);
  font-weight: 700;
}

.research-gallery-variant-b .research-editorial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: clamp(20rem, 29vw, 28rem);
  gap: clamp(0.55rem, 1.2vw, 0.95rem) !important;
  align-items: stretch !important;
  padding: clamp(0.7rem, 1.8vw, 1.2rem) 0 clamp(2.6rem, 4vw, 4.2rem) !important;
  background: #fff;
}

.research-gallery-variant-c .research-editorial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: clamp(21rem, 31vw, 29rem);
  column-gap: clamp(4.75rem, 8vw, 9rem) !important;
  row-gap: clamp(2.25rem, 4.6vw, 4.75rem) !important;
  align-items: stretch !important;
  padding: clamp(2rem, 3.6vw, 3.5rem) clamp(1.6rem, 4vw, 4rem) clamp(3.25rem, 5vw, 5rem) !important;
  background: #dedede;
}

.research-gallery-variant-d .research-editorial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: clamp(24rem, 31vw, 30rem);
  gap: 0 !important;
  align-items: stretch !important;
  padding: 0 !important;
  border-top: 0;
  border-left: 0;
  background: #f8f3e8;
}

.research-gallery-variant-b .research-editorial-card,
.research-gallery-variant-c .research-editorial-card,
.research-gallery-variant-d .research-editorial-card {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  overflow: hidden !important;
  box-sizing: border-box;
}

.research-gallery-variant-b .research-editorial-card {
  min-height: 0 !important;
  padding: clamp(0.95rem, 1.7vw, 1.55rem) !important;
  border-radius: 0.35rem !important;
  background: #f2f2f2 !important;
  contain-intrinsic-size: 25rem;
}

.research-gallery-variant-c .research-editorial-card {
  min-height: 0 !important;
  padding: clamp(1.1rem, 2vw, 1.8rem) !important;
  background: transparent !important;
  contain-intrinsic-size: 27rem;
}

.research-gallery-variant-d .research-editorial-card {
  min-height: 0 !important;
  padding: clamp(1.35rem, 2.4vw, 2.35rem) clamp(1.25rem, 2.4vw, 2.15rem) clamp(1.3rem, 2vw, 1.85rem) !important;
  border-right: 1px solid rgba(40, 38, 32, 0.5) !important;
  border-bottom: 1px solid rgba(40, 38, 32, 0.5) !important;
  background: #f8f3e8 !important;
  contain-intrinsic-size: 29rem;
}

.research-gallery-variant-b .research-editorial-card:nth-child(3n+1) .research-editorial-imagebox,
.research-gallery-variant-b .research-editorial-card:nth-child(3n+2) .research-editorial-imagebox,
.research-gallery-variant-b .research-editorial-card:nth-child(3n) .research-editorial-imagebox,
.research-gallery-variant-c .research-editorial-card:nth-child(3n+1) .research-editorial-imagebox,
.research-gallery-variant-c .research-editorial-card:nth-child(3n+2) .research-editorial-imagebox,
.research-gallery-variant-c .research-editorial-card:nth-child(3n) .research-editorial-imagebox,
.research-gallery-variant-d .research-editorial-card:nth-child(3n+1) .research-editorial-imagebox,
.research-gallery-variant-d .research-editorial-card:nth-child(3n+2) .research-editorial-imagebox,
.research-gallery-variant-d .research-editorial-card:nth-child(3n) .research-editorial-imagebox {
  transform: none;
}

.research-gallery-variant-b .research-editorial-imagebox {
  min-height: 0 !important;
  height: clamp(12.8rem, 19.5vw, 19rem) !important;
  overflow: visible !important;
}

.research-gallery-variant-c .research-editorial-imagebox {
  min-height: clamp(14rem, 22vw, 21rem) !important;
  height: auto !important;
  overflow: hidden !important;
}

.research-gallery-variant-d .research-editorial-imagebox {
  min-height: clamp(15rem, 21vw, 20rem) !important;
  height: auto !important;
  overflow: hidden !important;
}

.research-gallery-variant-b .research-editorial-card img {
  width: min(82%, 20rem) !important;
  height: min(76%, 18rem) !important;
  max-width: min(82%, 20rem) !important;
  max-height: 100% !important;
  object-fit: contain !important;
  filter: drop-shadow(0.7rem 1rem 1rem rgba(42, 54, 62, 0.12));
}

.research-gallery-variant-c .research-editorial-card img {
  width: min(66%, 18rem) !important;
  height: min(74%, 24rem) !important;
  max-width: 100% !important;
  max-height: 100% !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0.7rem 1.1rem 1rem rgba(38, 38, 38, 0.16)) saturate(1.08) contrast(1.04);
}

.research-gallery-variant-d .research-editorial-card img {
  width: min(58%, 17rem) !important;
  height: min(78%, 22rem) !important;
  max-width: 100% !important;
  max-height: 100% !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0.45rem 0.8rem 0.9rem rgba(40, 36, 30, 0.16)) saturate(1.04) contrast(1.03);
}

.research-gallery-variant-b .research-editorial-card .research-editorial-label,
.research-gallery-variant-c .research-editorial-card .research-editorial-label,
.research-gallery-variant-d .research-editorial-card .research-editorial-label {
  position: static !important;
  left: auto !important;
  bottom: auto !important;
  display: grid !important;
  grid-template-columns: minmax(4.05rem, 4.45rem) 1px minmax(0, 1fr) !important;
  width: min(16.5rem, 100%) !important;
  min-width: 0;
  max-height: none;
  margin: 0 auto;
  overflow: visible;
  transform: none !important;
  pointer-events: auto;
}

.research-gallery-variant-b .research-editorial-card .research-editorial-label {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 0.18rem 0.95rem;
  align-items: end;
  width: 100% !important;
  margin-top: 0.42rem;
}

.research-gallery-variant-c .research-editorial-card .research-editorial-label {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.34rem;
  width: min(15rem, 72%) !important;
  margin: 0 auto;
  grid-template-columns: none !important;
}

.research-gallery-variant-d .research-editorial-card .research-editorial-label {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 100% !important;
  margin: 0;
  padding-top: 0.8rem;
  border-top: 0;
  grid-template-columns: none !important;
  text-align: center;
}

.research-gallery-variant-b .research-editorial-rule,
.research-gallery-variant-c .research-editorial-rule,
.research-gallery-variant-d .research-editorial-rule {
  display: block;
  height: 3.1rem;
}

.research-gallery-variant-b .research-editorial-rule {
  display: none;
}

.research-gallery-variant-c .research-editorial-rule {
  display: none;
}

.research-gallery-variant-d .research-editorial-rule {
  display: none;
}

.research-gallery-variant-b .research-editorial-pricecap {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: end;
  gap: 0.16rem;
  text-align: right;
  color: #8f3d24;
}

.research-gallery-variant-b .research-editorial-pricecap-price {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.02rem, 1.35vw, 1.32rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  color: #8f3d24;
}

.research-gallery-variant-b .research-editorial-pricecap-size,
.research-gallery-variant-b .research-editorial-pricecap-unit {
  display: block;
  color: #6b5f58;
  font-size: clamp(0.54rem, 0.64vw, 0.66rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.06;
}

.research-gallery-variant-b .research-editorial-copy {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: block;
  min-width: 0;
}

.research-gallery-variant-c .research-editorial-copy {
  order: 1;
  display: block;
  width: 100%;
  min-width: 0;
}

.research-gallery-variant-c .research-editorial-pricecap {
  order: 2;
  justify-items: start;
  gap: 0.14rem;
  text-align: left;
}

.research-gallery-variant-d .research-editorial-copy {
  order: 1;
  width: 100%;
  text-align: center;
}

.research-gallery-variant-d .research-editorial-pricecap {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-items: start;
  gap: clamp(0.62rem, 0.85vw, 0.9rem);
  text-align: center;
  justify-content: center;
  width: 100%;
}

.research-gallery-variant-b .research-editorial-brand,
.research-gallery-variant-b .research-editorial-name,
.research-gallery-variant-c .research-editorial-brand,
.research-gallery-variant-c .research-editorial-name,
.research-gallery-variant-d .research-editorial-brand,
.research-gallery-variant-d .research-editorial-name {
  width: auto;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
}

.research-gallery-variant-b .research-editorial-brand {
  margin-bottom: 0.2rem;
  color: rgba(42, 42, 42, 0.42);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.5rem, 0.58vw, 0.6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.research-gallery-variant-b .research-editorial-name {
  color: #151515;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.62rem, 0.76vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.22;
  text-transform: none;
}

.research-gallery-variant-c .research-editorial-brand {
  margin-bottom: 0.3rem;
  color: #333;
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: clamp(0.56rem, 0.62vw, 0.66rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.2;
  opacity: 0.76;
  text-transform: uppercase;
}

.research-gallery-variant-c .research-editorial-name {
  color: #333;
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: clamp(0.52rem, 0.58vw, 0.62rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.42;
  text-transform: uppercase;
}

.research-gallery-variant-c .research-editorial-pricecap-price {
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: clamp(0.84rem, 1vw, 1rem);
  letter-spacing: 0;
}

.research-gallery-variant-c .research-editorial-pricecap-size,
.research-gallery-variant-c .research-editorial-pricecap-unit {
  font-family: "Roboto Mono", "Courier New", monospace;
  letter-spacing: 0.03em;
}

.research-gallery-variant-d .research-editorial-brand {
  margin-bottom: 0.4rem;
  color: rgba(40, 38, 32, 0.54);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.48rem, 0.58vw, 0.62rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.research-gallery-variant-d .research-editorial-name {
  color: #25231f;
  font-family: "Cormorant Garamond", "Zen Kaku Gothic New", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(0.86rem, 0.98vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.24;
  text-transform: uppercase;
  text-align: center;
}

.research-gallery-variant-d .research-editorial-pricecap-price {
  font-family: "Cormorant Garamond", "Butler", "Playfair Display", serif;
  font-size: clamp(1rem, 1.15vw, 1.24rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.12;
  color: #25231f;
}

.research-gallery-variant-d .research-editorial-pricecap-size,
.research-gallery-variant-d .research-editorial-pricecap-unit {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.18;
  color: rgba(40, 38, 32, 0.68);
}

.research-gallery-variant-b .research-editorial-favorite {
  left: auto !important;
  right: clamp(0.85rem, 1.4vw, 1.1rem) !important;
  top: clamp(0.85rem, 1.4vw, 1.1rem) !important;
  background: rgba(255, 255, 255, 0.78);
}

.research-gallery-variant-c .research-editorial-favorite {
  left: auto !important;
  right: clamp(0.85rem, 1.4vw, 1.1rem) !important;
  top: clamp(0.85rem, 1.4vw, 1.1rem) !important;
}

.research-gallery-variant-c .research-editorial-favorite svg {
  color: currentColor;
}

.research-gallery-variant-d .research-editorial-favorite {
  left: auto !important;
  right: clamp(0.95rem, 1.5vw, 1.35rem) !important;
  top: clamp(0.95rem, 1.5vw, 1.35rem) !important;
}

.research-gallery-variant-a .research-editorial-favorite,
.research-gallery-variant-b .research-editorial-favorite,
.research-gallery-variant-c .research-editorial-favorite,
.research-gallery-variant-d .research-editorial-favorite {
  width: 2.05rem;
  height: 2.05rem;
  border: 1px solid rgba(82, 64, 52, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: #745f52;
  box-shadow: 0 0.85rem 1.7rem rgba(50, 38, 30, 0.1);
  backdrop-filter: blur(14px);
}

.research-gallery-variant-a .research-editorial-favorite:hover,
.research-gallery-variant-b .research-editorial-favorite:hover,
.research-gallery-variant-c .research-editorial-favorite:hover,
.research-gallery-variant-d .research-editorial-favorite:hover {
  background: rgba(255, 255, 255, 0.94);
  color: #5d493d;
  transform: translateY(-1px);
}

.research-gallery-variant-a .research-editorial-favorite svg,
.research-gallery-variant-b .research-editorial-favorite svg,
.research-gallery-variant-c .research-editorial-favorite svg,
.research-gallery-variant-d .research-editorial-favorite svg {
  color: currentColor;
  stroke-width: 1.85;
}

.research-gallery-variant-b .research-mhlw-mark,
.research-gallery-variant-c .research-mhlw-mark,
.research-gallery-variant-d .research-mhlw-mark {
  left: auto !important;
  right: clamp(3.15rem, 4.1vw, 3.55rem) !important;
  top: clamp(0.9rem, 1.45vw, 1.12rem) !important;
}

.research-gallery-variant-a .research-mhlw-mark,
.research-gallery-variant-b .research-mhlw-mark,
.research-gallery-variant-c .research-mhlw-mark,
.research-gallery-variant-d .research-mhlw-mark {
  width: 1.72rem;
  height: 1.72rem;
  border: 1px solid rgba(65, 150, 184, 0.2);
  background: rgba(238, 250, 255, 0.86);
  box-shadow: 0 0.75rem 1.45rem rgba(40, 54, 62, 0.09);
  backdrop-filter: blur(12px);
}

.research-gallery-variant-a .research-mhlw-mark-icon,
.research-gallery-variant-b .research-mhlw-mark-icon,
.research-gallery-variant-c .research-mhlw-mark-icon,
.research-gallery-variant-d .research-mhlw-mark-icon {
  width: 1.05rem;
  height: 1.05rem;
  background: linear-gradient(145deg, #a9def4, #4eb3d8 58%, #2d94c2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
}

.research-gallery-variant-d .research-mhlw-mark {
  right: clamp(3.25rem, 4.2vw, 3.8rem) !important;
  top: clamp(1rem, 1.55vw, 1.42rem) !important;
}

@media (max-width: 1120px) {
  .research-gallery-variant-b .research-editorial-grid,
  .research-gallery-variant-c .research-editorial-grid,
  .research-gallery-variant-d .research-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .research-editorial-prototype {
    padding-top: 7.25rem;
  }

  .research-gallery-switch {
    top: 4.12rem;
    right: 0.9rem;
    min-height: 2.25rem;
  }

  .research-gallery-switch-kicker {
    padding-inline: 0.48rem 0.22rem;
    font-size: 0.5rem;
  }

  .research-gallery-switch-option {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.62rem;
  }

  .research-gallery-variant-b .research-editorial-grid,
  .research-gallery-variant-c .research-editorial-grid,
  .research-gallery-variant-d .research-editorial-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto;
    row-gap: 0.85rem !important;
    padding: 0 0.95rem 2.5rem !important;
    border: 0;
    background: #fff;
  }

  .research-gallery-variant-c .research-editorial-grid {
    background: #dedede;
  }

  .research-gallery-variant-b .research-editorial-card,
  .research-gallery-variant-c .research-editorial-card,
  .research-gallery-variant-d .research-editorial-card {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    height: auto;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .research-gallery-variant-b .research-editorial-card {
    height: 15.35rem;
    min-height: 15.35rem !important;
    padding: 0.9rem !important;
    background: #f2f2f2 !important;
    border-bottom: 1px solid rgba(62, 50, 43, 0.1) !important;
  }

  .research-gallery-variant-c .research-editorial-card {
    height: 19.5rem;
    min-height: 19.5rem !important;
    padding: 1.1rem 1rem 1.35rem !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(62, 50, 43, 0.1) !important;
  }

  .research-gallery-variant-d .research-editorial-card {
    height: 21rem;
    min-height: 21rem !important;
    padding: 1.15rem 1rem 1.35rem !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(40, 38, 32, 0.5) !important;
    background: #f8f3e8 !important;
  }

  .research-gallery-variant-b .research-editorial-imagebox,
  .research-gallery-variant-c .research-editorial-imagebox,
  .research-gallery-variant-d .research-editorial-imagebox {
    width: 100% !important;
    min-height: 0 !important;
    height: 10.85rem !important;
  }

  .research-gallery-variant-c .research-editorial-imagebox {
    height: 13.35rem !important;
  }

  .research-gallery-variant-d .research-editorial-imagebox {
    height: 13rem !important;
  }

  .research-gallery-variant-b .research-editorial-card img,
  .research-gallery-variant-c .research-editorial-card img,
  .research-gallery-variant-d .research-editorial-card img {
    width: min(80%, 12rem) !important;
    height: min(80%, 12rem) !important;
  }

  .research-gallery-variant-c .research-editorial-card img {
    width: min(72%, 11.2rem) !important;
    height: min(76%, 12rem) !important;
  }

  .research-gallery-variant-d .research-editorial-card img {
    width: min(82%, 13rem) !important;
    height: min(82%, 13rem) !important;
  }

  .research-gallery-variant-b .research-editorial-card .research-editorial-label,
  .research-gallery-variant-c .research-editorial-card .research-editorial-label,
  .research-gallery-variant-d .research-editorial-card .research-editorial-label {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    grid-template-columns: minmax(3.9rem, 4.8rem) 1px minmax(0, 1fr) !important;
    gap: 0.36rem;
    width: 100% !important;
    margin: 0.8rem 0 0;
    padding-top: 0;
    border-top: 0;
    transform: none !important;
  }

  .research-gallery-variant-b .research-editorial-card .research-editorial-label {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.16rem 0.78rem;
    align-items: end;
    margin-top: 0.42rem;
  }

  .research-gallery-variant-c .research-editorial-card .research-editorial-label {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.32rem;
    width: min(14.5rem, 82%) !important;
    margin: 0.85rem auto 0;
    grid-template-columns: none !important;
  }

  .research-gallery-variant-d .research-editorial-card .research-editorial-label {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding-top: 0.6rem;
    border-top: 0;
    grid-template-columns: none !important;
    text-align: center;
  }

  .research-gallery-variant-b .research-editorial-favorite,
  .research-gallery-variant-c .research-editorial-favorite,
  .research-gallery-variant-d .research-editorial-favorite {
    left: auto !important;
    right: 0.85rem !important;
    top: 0.85rem !important;
  }

  .research-gallery-variant-b .research-mhlw-mark,
  .research-gallery-variant-c .research-mhlw-mark,
  .research-gallery-variant-d .research-mhlw-mark {
    left: auto !important;
    right: 3rem !important;
    top: 0.9rem !important;
  }
}

@media (max-width: 480px) {
  .research-editorial-prototype {
    padding-top: 7.2rem;
  }

  .research-gallery-switch {
    left: auto;
    right: 0.7rem;
    max-width: calc(100vw - 1.4rem);
  }

  .research-gallery-variant-b .research-editorial-imagebox,
  .research-gallery-variant-c .research-editorial-imagebox,
  .research-gallery-variant-d .research-editorial-imagebox {
    height: 10.2rem !important;
  }

  .research-gallery-variant-b .research-editorial-card {
    height: 14.85rem;
    min-height: 14.85rem !important;
  }

  .research-gallery-variant-c .research-editorial-imagebox {
    height: 12.2rem !important;
  }

  .research-gallery-variant-d .research-editorial-imagebox {
    height: 12.35rem !important;
  }

  .research-gallery-variant-b .research-editorial-card img,
  .research-gallery-variant-c .research-editorial-card img,
  .research-gallery-variant-d .research-editorial-card img {
    width: min(82%, 10.8rem) !important;
    height: min(82%, 10.8rem) !important;
  }

  .research-gallery-variant-b .research-editorial-card .research-editorial-label,
  .research-gallery-variant-c .research-editorial-card .research-editorial-label,
  .research-gallery-variant-d .research-editorial-card .research-editorial-label {
    grid-template-columns: minmax(3.35rem, 4rem) 1px minmax(0, 1fr) !important;
    gap: 0.28rem;
  }

  .research-gallery-variant-b .research-editorial-card .research-editorial-label {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .research-gallery-variant-c .research-editorial-card .research-editorial-label {
    width: min(13.6rem, 84%) !important;
    grid-template-columns: none !important;
  }

  .research-gallery-variant-d .research-editorial-card .research-editorial-label {
    grid-template-columns: none !important;
  }
}

@media (max-width: 720px) {
  .research-gallery-variant-a .research-editorial-label {
    grid-template-columns: minmax(4.55rem, 5.3rem) 1px minmax(0, 1fr) !important;
    gap: 0.72rem !important;
  }

  .research-gallery-variant-d {
    max-width: 100%;
    margin: 0;
    padding-top: 4.1rem;
  }

  .research-gallery-variant-d .research-editorial-grid {
    background: #f8f3e8 !important;
    row-gap: 0 !important;
    padding: 0 !important;
    border-top: 0;
    border-left: 0;
  }

  .research-gallery-variant-d::before {
    display: none;
  }

  .research-gallery-variant-d::after {
    top: 3.15rem;
  }

  .research-gallery-variant-d .research-editorial-brandmark {
    position: absolute;
    left: 50%;
    top: 1.15rem;
    font-size: 1.45rem;
    transform: translateX(-50%);
  }

  .research-gallery-variant-d .research-editorial-summary {
    top: 3.45rem;
    left: 0.85rem;
    right: auto;
  }

  .research-gallery-variant-d .research-editorial-favorite {
    top: 2.75rem !important;
  }

  .research-gallery-variant-d .research-mhlw-mark {
    top: 2.8rem !important;
  }

  .research-gallery-variant-b .research-editorial-card img {
    width: min(84%, 12rem) !important;
    height: min(78%, 10rem) !important;
    max-width: min(84%, 12rem) !important;
  }
}

@media (max-width: 480px) {
  .research-gallery-variant-a .research-editorial-label {
    grid-template-columns: minmax(3.95rem, 4.55rem) 1px minmax(0, 1fr) !important;
    gap: 0.54rem !important;
  }

  .research-gallery-variant-d {
    max-width: 100%;
    margin: 0;
  }

  .research-gallery-variant-d .research-editorial-summary {
    display: none;
  }

  .research-gallery-variant-b .research-editorial-card img {
    width: min(84%, 10.8rem) !important;
    height: min(78%, 9.2rem) !important;
    max-width: min(84%, 10.8rem) !important;
  }
}

/* 2026-05-25: C/D gallery refinements and readable MHLW good mark tooltip */
.research-mhlw-mark {
  overflow: visible;
}

.research-mhlw-mark-icon svg {
  width: 0.74rem;
  height: 0.74rem;
  transform: translateY(-0.03rem);
}

.research-mhlw-tooltip {
  left: 0;
  top: calc(100% + 0.55rem);
  z-index: 120;
  width: max-content;
  max-width: min(18rem, calc(100vw - 1.5rem));
  overflow: visible;
  white-space: normal;
  line-break: strict;
  overflow-wrap: anywhere;
  transform: translateY(-0.22rem);
}

.research-gallery-variant-b .research-mhlw-tooltip,
.research-gallery-variant-c .research-mhlw-tooltip,
.research-gallery-variant-d .research-mhlw-tooltip {
  right: 0;
  left: auto;
}

.research-mhlw-mark:hover .research-mhlw-tooltip,
.research-mhlw-mark:focus .research-mhlw-tooltip,
.research-mhlw-mark:focus-visible .research-mhlw-tooltip,
.research-mhlw-mark:focus-within .research-mhlw-tooltip,
.research-mhlw-mark:active .research-mhlw-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.research-gallery-variant-b .research-editorial-card,
.research-gallery-variant-c .research-editorial-card,
.research-gallery-variant-d .research-editorial-card {
  overflow: visible !important;
}

body.research-editorial-active.research-gallery-c,
body.research-editorial-active.research-gallery-c #root,
body.research-editorial-active.research-gallery-c main,
.research-gallery-variant-c,
.research-gallery-variant-c .research-editorial-grid {
  background: #fff !important;
}

.research-gallery-variant-c {
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, sans-serif !important;
}

.research-gallery-variant-c .research-editorial-grid {
  column-gap: clamp(3.75rem, 7vw, 8rem) !important;
  row-gap: clamp(2.25rem, 4.5vw, 4.5rem) !important;
}

.research-gallery-variant-c .research-editorial-card {
  background: #fff !important;
}

.research-gallery-variant-c .research-editorial-card .research-editorial-label {
  display: grid !important;
  grid-template-columns: minmax(5rem, 5.9rem) 1px minmax(0, 1fr) !important;
  grid-template-rows: auto auto;
  gap: 0.42rem clamp(0.72rem, 1vw, 1rem);
  align-items: start;
  width: min(19rem, 84%) !important;
  margin: 0.2rem auto 0;
}

.research-gallery-variant-c .research-editorial-pricecap {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  justify-items: end;
  gap: 0.26rem;
  text-align: right;
}

.research-gallery-variant-c .research-editorial-rule {
  display: block !important;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 1px;
  height: 100%;
  min-height: 4.4rem;
  align-self: stretch;
  background: rgba(35, 31, 29, 0.24);
}

.research-gallery-variant-c .research-editorial-copy {
  display: contents !important;
}

.research-gallery-variant-c .research-editorial-brand {
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
  margin: 0.18rem 0 0;
  max-width: 5.9rem;
  color: #2c2926;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.58rem, 0.66vw, 0.7rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.18;
  text-align: right;
  text-transform: none;
}

.research-gallery-variant-c .research-editorial-name {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  width: 100%;
  color: #201d1b;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.68rem, 0.82vw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.34;
  text-align: left;
  text-transform: none;
  text-wrap: balance;
}

.research-gallery-variant-c .research-editorial-pricecap-price {
  color: #8a3425;
  font-family: "Butler", "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(1.28rem, 1.55vw, 1.72rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.96;
}

.research-gallery-variant-c .research-editorial-pricecap-size {
  color: #2b2724;
  font-family: "Butler", "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(0.8rem, 0.9vw, 0.98rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}

.research-gallery-variant-c .research-editorial-pricecap-unit {
  color: #7b665d;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.5rem, 0.58vw, 0.62rem);
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.15;
}

.research-gallery-variant-d .research-editorial-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.research-gallery-variant-d .research-editorial-name {
  width: min(24rem, 100%);
  margin-inline: auto;
  color: #25231f;
  font-family: "Shippori Mincho", "しっぽり明朝", serif;
  font-size: clamp(0.9rem, 1vw, 1.12rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.32;
  text-align: center;
  text-transform: none;
  text-wrap: balance;
}

@media (max-width: 720px) {
  .research-mhlw-tooltip {
    max-width: min(16.5rem, calc(100vw - 1.2rem));
    padding: 0.68rem 0.74rem;
    font-size: 0.72rem;
  }

  .research-gallery-variant-c .research-editorial-card .research-editorial-label {
    display: grid !important;
    grid-template-columns: minmax(4.85rem, 5.45rem) 1px minmax(0, 1fr) !important;
    grid-template-rows: auto auto;
    gap: 0.38rem 0.72rem !important;
    align-items: start;
    width: min(18.5rem, 88%) !important;
    margin: 0.72rem auto 0;
  }

  .research-gallery-variant-c .research-editorial-pricecap {
    grid-column: 1;
    grid-row: 1;
    justify-items: end;
    text-align: right;
  }

  .research-gallery-variant-c .research-editorial-rule {
    display: block !important;
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 4.2rem;
  }

  .research-gallery-variant-c .research-editorial-copy {
    display: contents !important;
  }

  .research-gallery-variant-c .research-editorial-brand {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
    max-width: 5.45rem;
    text-align: right;
  }

  .research-gallery-variant-c .research-editorial-name {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .research-gallery-variant-c .research-editorial-card .research-editorial-label {
    grid-template-columns: minmax(4.55rem, 5.05rem) 1px minmax(0, 1fr) !important;
    gap: 0.34rem 0.58rem !important;
    width: min(17rem, 90%) !important;
    margin-top: 0.7rem;
  }

  .research-gallery-variant-c .research-editorial-brand {
    max-width: 5.05rem;
    font-size: 0.56rem;
  }

  .research-gallery-variant-c .research-editorial-name {
    font-size: 0.66rem;
    line-height: 1.3;
  }
}

/* 2026-05-25: A gallery numeric spacing */
.research-gallery-variant-a .research-editorial-label {
  grid-template-columns: minmax(5.38rem, 5.92rem) 1px minmax(0, 1fr) !important;
}

.research-gallery-variant-a .research-editorial-pricecap {
  gap: 0.34rem;
}

.research-gallery-variant-a .research-editorial-pricecap-price {
  letter-spacing: 0.006em;
}

.research-gallery-variant-a .research-editorial-pricecap-size {
  letter-spacing: 0.008em;
}

.research-gallery-variant-a .research-editorial-pricecap-unit {
  letter-spacing: 0.004em;
}

@media (max-width: 720px) {
  .research-gallery-variant-a .research-editorial-label {
    grid-template-columns: minmax(4.58rem, 5.26rem) 1px minmax(0, 1fr) !important;
  }

  .research-gallery-variant-a .research-editorial-pricecap {
    gap: 0.28rem;
  }

  .research-gallery-variant-a .research-editorial-pricecap-price {
    letter-spacing: 0.004em;
  }

  .research-gallery-variant-a .research-editorial-pricecap-size {
    letter-spacing: 0.006em;
  }

  .research-gallery-variant-a .research-editorial-pricecap-unit {
    letter-spacing: 0.003em;
  }
}

@media (max-width: 480px) {
  .research-gallery-variant-a .research-editorial-label {
    grid-template-columns: minmax(4.02rem, 4.58rem) 1px minmax(0, 1fr) !important;
  }
}

/* 2026-05-25: use only reviewed transparent product cutouts and rebuild the product shadow in CSS */
img[data-research-cutout="true"] {
  background: transparent !important;
  filter: drop-shadow(0.72rem 1.08rem 1.05rem rgba(42, 34, 28, 0.18)) saturate(1.04) contrast(1.02) !important;
}

.research-gallery-variant-a .research-editorial-card img[data-research-cutout="true"] {
  filter: drop-shadow(0.62rem 0.92rem 0.9rem rgba(42, 34, 28, 0.16)) saturate(1.04) contrast(1.02) !important;
}

.research-gallery-variant-b .research-editorial-card img[data-research-cutout="true"] {
  filter: drop-shadow(0.7rem 1rem 1rem rgba(34, 34, 34, 0.16)) saturate(1.04) contrast(1.02) !important;
}

.research-gallery-variant-c .research-editorial-card img[data-research-cutout="true"] {
  filter: drop-shadow(0.72rem 1.08rem 1rem rgba(38, 38, 38, 0.17)) saturate(1.07) contrast(1.03) !important;
}

.research-gallery-variant-d .research-editorial-card img[data-research-cutout="true"] {
  filter: drop-shadow(0.56rem 0.92rem 0.9rem rgba(48, 40, 32, 0.16)) saturate(1.04) contrast(1.02) !important;
}

@media (max-width: 720px) {
  img[data-research-cutout="true"] {
    filter: drop-shadow(0.42rem 0.68rem 0.68rem rgba(42, 34, 28, 0.16)) saturate(1.04) contrast(1.02) !important;
  }
}

/* 2026-05-26: C gallery keeps the wine-style data layout without the stray gray separator */
.research-gallery-variant-c .research-editorial-card {
  border: 0 !important;
  box-shadow: none !important;
}

.research-gallery-variant-c .research-editorial-card .research-editorial-label {
  grid-template-columns: minmax(5.35rem, 6.15rem) minmax(0, 1fr) !important;
  column-gap: clamp(0.92rem, 1.35vw, 1.28rem) !important;
}

.research-gallery-variant-c .research-editorial-rule {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
}

.research-gallery-variant-c .research-editorial-pricecap {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.research-gallery-variant-c .research-editorial-brand {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

.research-gallery-variant-c .research-editorial-name {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
}

@media (max-width: 720px) {
  .research-gallery-variant-c .research-editorial-card {
    border: 0 !important;
  }

  .research-gallery-variant-c .research-editorial-card .research-editorial-label {
    grid-template-columns: minmax(4.85rem, 5.45rem) minmax(0, 1fr) !important;
    column-gap: 0.86rem !important;
  }
}

@media (max-width: 480px) {
  .research-gallery-variant-c .research-editorial-card .research-editorial-label {
    grid-template-columns: minmax(4.55rem, 5.05rem) minmax(0, 1fr) !important;
    column-gap: 0.74rem !important;
  }
}
