

.spr2026-ureshino {
  --ureshino-header-h: 80px;
  --color-gray: #949691;
  --color-blue: #002841;
  --color-cream: #f5f3ef;
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  color: var(--color-blue);
  background: var(--color-gray);
  overflow-x: clip;
}
@media (max-width: 767px) {
  .spr2026-ureshino {
    --ureshino-header-h: 70px;
  }
}

.spr2026-ureshino .hina-mincho {
  font-family: "Hina Mincho", "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.spr2026-pop {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}
.spr2026-pop.is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .spr2026-pop {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.spr2026-ureshino-hero {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  margin-top: var(--ureshino-header-h, 80px);
  background: #010101;
  overflow: hidden;
}

.spr2026-ureshino-hero__bg {
  position: static;
  display: block;
  width: 100%;
  height: 900px;
  background: none;
  overflow: hidden;
}

.spr2026-ureshino-hero__media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  will-change: opacity, transform;
  transform-origin: center center;
}
.spr2026-ureshino-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spr2026-ureshino-hero__bg::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background: #000;
  opacity: 0.7;
}

.spr2026-ureshino-hero__media--1 {
  z-index: 1;
  animation: ureshino-hero-img1 20s ease-in-out 1.5s infinite backwards;
}
.spr2026-ureshino-hero__media--2 {
  z-index: 1;
  opacity: 0;
  animation: ureshino-hero-img2 20s ease-in-out 1.5s infinite backwards;
}
.spr2026-ureshino-hero__bg::after {
  animation: ureshino-hero-overlay 20s ease-in-out 1.5s infinite backwards;
}

@keyframes ureshino-hero-img1 {
  0% { opacity: 1; transform: scale(1); }
  42% { opacity: 1; transform: scale(1.05); }
  50% { opacity: 0; transform: scale(1.06); }
  51% { opacity: 0; transform: scale(1); }
  88% { opacity: 0; transform: scale(1); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes ureshino-hero-img2 {
  0% { opacity: 0; transform: scale(1.06); }
  1% { opacity: 0; transform: scale(1); }
  42% { opacity: 0; transform: scale(1); }
  50% { opacity: 1; transform: scale(1); }
  88% { opacity: 1; transform: scale(1.06); }
  100% { opacity: 0; transform: scale(1.06); }
}

@keyframes ureshino-hero-overlay {
  0% { background: #000; opacity: 0.7; }
  8% { background: #000; opacity: 0.7; }
  23% { background: #000; opacity: 0; }
  42% { background: #000; opacity: 0; }
  50% { background: #000; opacity: 0; }
  77% { background: #000; opacity: 0; }
  88% { background: #000; opacity: 0.55; }
  100% { background: #000; opacity: 0.7; }
}

.spr2026-ureshino-hero__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 0;
  margin: 0;
  opacity: 1;
}

.spr2026-ureshino-hero__content-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.spr2026-ureshino-hero__content-frame::before {
  content: none;
}
.spr2026-ureshino-hero__content-frame::after {
  bottom: 0;
  height: 38%;
  background: linear-gradient(0deg, rgba(9, 9, 10, 0.55) 0%, rgba(9, 9, 10, 0) 100%);
}

.spr2026-ureshino-hero__content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  opacity: 1;
}

.spr2026-ureshino-hero__content-scroll {
  position: absolute;
  bottom: 45px;
  left: 50%;
  padding-top: 0;
  margin: 0;
  transform: translateX(-50%);
}
.spr2026-ureshino-hero__content-scroll::after {
  content: none;
}
.spr2026-ureshino-hero__content-scroll-img {
  display: block;
  width: 54px;
  height: auto;
  overflow: visible;
}
@media (max-width: 767px) {
  .spr2026-ureshino-hero__content-scroll {
    bottom: 34px;
  }
  .spr2026-ureshino-hero__content-scroll-img {
    width: 44px;
  }
}

@media (max-width: 767px) {
  .spr2026-ureshino-hero {
    height: auto;
    min-height: 0;
    background: #000;
  }
  .spr2026-ureshino-hero__bg {
    height: auto;
    aspect-ratio: 375 / 500;
  }
  .spr2026-ureshino-hero__content {
    top: 0;
    height: auto;
    min-height: 0;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spr2026-ureshino-hero__media--1,
  .spr2026-ureshino-hero__media--2,
  .spr2026-ureshino-hero__bg::after {
    animation: none;
  }
  .spr2026-ureshino-hero__media--2 {
    opacity: 0;
  }
  .spr2026-ureshino-hero__bg::after {
    opacity: 0;
  }
}

.footer-language.hidden-fb {
  display: none !important;
}

.spr2026-ureshino-header,
.spr2026-ureshino-header * {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.header-language,
.header-categorylist a,
.header-right ul li > div,
.header-right ul li a {
  color: #fff;
}
.header-right ul {
  margin-right: 0;
}
.header-language p {
  background: url("/cms/luxe-mariage/kinko-cho/assets/images/header/language.png") left center no-repeat;
}
.header-categorylist li:last-child a::before {
  display: none;
}

.header-categorylist li a.header-categorylist-title::before,
.header-categorylist li span.header-categorylist-title::before {
  background: #fff;
}
.header-categorylist li .header-categorylist-title {
  position: relative;
  color: #fff;
}
.header-categorylist li .header-categorylist-title:hover {
  color: #bcb37e;
}
.header-categorylist li .header-categorylist-title:hover::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  background: #bcb37e;
}
@media (max-width: 767px) {
  .header-categorylist li .header-categorylist-title,
  .header-categorylist li .header-categorylist-title:hover {
    color: #fff;
  }
  .header-categorylist li .header-categorylist-title:hover::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-right-menu-closebtn {
    color: #161616;
    border: none;
  }
  .forcms_block .header-right-menu {
    margin-top: 0;
  }
  .header-right-menu ul li.header-right-menu-toggle {
    background: url("/cms/luxe-mariage/kinko-cho/assets/images/header/sp/menu.png") no-repeat center center;
    background-size: 20px auto;
  }
  .header-right-menu ul li.header-right-menu-toggle.active {
    background: url("/cms/luxe-mariage/kinko-cho/assets/images/header/sp/closebtn.png") no-repeat center center;
    background-size: 18px;
  }
  .header-nav {
    top: 80px;
    background: linear-gradient(90deg, #06090a 0%, #161616 100%);
    border: none;
  }
  .header-categorylist {
    background: linear-gradient(90deg, #06090a 0%, #161616 100%);
    border: none;
  }
  .header-categorylist > li:last-child,
  .header-categorylist > li,
  .header-categorylist li .header-categorylist-title {
    color: #fff;
    background: linear-gradient(90deg, #06090a 0%, #161616 100%);
    border: none;
  }
  .header-categorylist li .header-categorylist-title {
    display: inline-block;
  }
  .header-categorylist > li > a.header-categorylist-title {
    background-image: url("/cms/luxe-mariage/kinko-cho/assets/images/header/sp/icon-arrow.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 11px 6.5px;
  }
}

.spr2026-ureshino-set {
  position: relative;
  padding: 150px 20px 130px;
  background: var(--color-gray);
  overflow-x: clip;
}

.spr2026-ureshino-set__inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.spr2026-ureshino-set__frame {
  position: relative;
  box-sizing: border-box;
  padding: 96px 40px 160px;
  border: 1px solid rgba(0, 40, 65, 0.5);
}
.spr2026-ureshino-set__frame::before {
  position: absolute;
  inset: 5px;
  z-index: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(0, 40, 65, 0.5);
}

@media (max-width: 767px) {
  .spr2026-ureshino-set__frame::before {
    inset: 3px;
  }
}

.spr2026-ureshino-set__title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  padding: 0 30px;
  margin: 0;
  font-family: "Hina Mincho", "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 400;
  color: var(--color-blue);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--color-gray);
  transform: translate(-50%, -50%);
}

.spr2026-ureshino-set__item {
  position: relative;
  text-align: center;
}
.spr2026-ureshino-set__item + .spr2026-ureshino-set__item {
  margin-top: 136px;
}

.spr2026-ureshino-set__visual {
  position: absolute;
  z-index: 2;
}
.spr2026-ureshino-set__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.spr2026-ureshino-set__visual--bottle {
  top: 192px;
  left: 128px;
  width: 126px;
}
.spr2026-ureshino-set__visual--chips {
  top: 320px;
  right: -115px;
  width: 420px;
}

.spr2026-ureshino-set__copy {
  position: relative;
  z-index: 1;
}

.spr2026-ureshino-set__badge {
  width: 130px;
  margin: 0 auto 28px;
}

.spr2026-ureshino-set__item--reverse .spr2026-ureshino-set__badge {
  margin-bottom: 54px;
}
.spr2026-ureshino-set__badge img {
  display: block;
  width: 100%;
  height: auto;
}

.spr2026-ureshino-set__brand {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}

.spr2026-ureshino-set__brand--place {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 40px;
  align-items: end;
}
.spr2026-ureshino-set__brand-logo {
  width: auto;
  height: 50px;
}

.spr2026-ureshino-set__item--reverse .spr2026-ureshino-set__brand-logo {
  width: 230px;
  height: auto;
}
.spr2026-ureshino-set__brand--place .spr2026-ureshino-set__brand-logo {
  grid-column: 1;
  justify-self: end;
}
.spr2026-ureshino-set__brand-x {
  width: 42px;
  height: 62px;
}

.spr2026-ureshino-set__brand:not(.spr2026-ureshino-set__brand--place) .spr2026-ureshino-set__brand-x {
  width: 36px;
  height: 36px;
}
.spr2026-ureshino-set__item--reverse
  .spr2026-ureshino-set__brand:not(.spr2026-ureshino-set__brand--place) {
  gap: 28px;
  margin-bottom: 48px;
}
.spr2026-ureshino-set__brand--place .spr2026-ureshino-set__brand-x {
  grid-column: 2;
  align-self: center;
  padding-top: 20px;
}
.spr2026-ureshino-set__brand-place {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Hina Mincho", serif;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  margin-bottom: -1px;
}
.spr2026-ureshino-set__brand-place small {
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.spr2026-ureshino-set__brand--place .spr2026-ureshino-set__brand-place {
  justify-self: start;
  letter-spacing: 0.22em;
}

.spr2026-ureshino-set__product-name {
  margin: 0 0 20px;
  font-family: "Hina Mincho", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.1em;
  text-indent: 0.06em;
}

.spr2026-ureshino-set__item--reverse .spr2026-ureshino-set__product-name {
  letter-spacing: 0;
}
.spr2026-ureshino-set__product-name small {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.spr2026-ureshino-set__text {
  margin: 0;
  font-size: 20px;
  line-height: 2.6;
  color: #fff;
}

.spr2026-ureshino-shopping-cta {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 900;
  display: block;
  width: 168px;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.spr2026-ureshino-shopping-cta img {
  display: block;
  width: 100%;
  height: auto;
}
.spr2026-ureshino-shopping-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (hover: hover) {
  .spr2026-ureshino-shopping-cta {
    transition: opacity 0.4s ease, visibility 0s linear 0.4s, filter 0.3s ease;
  }
  .spr2026-ureshino-shopping-cta:hover {
    filter: brightness(1.06);
  }
}
@media (max-width: 767px) {
  .spr2026-ureshino-shopping-cta {
    right: 10px;
    bottom: 12px;
    width: min(112px, 28vw);
  }
}

.spr2026-ureshino-detail {
  background: var(--color-gray);
  
  overflow-x: clip;
}

.spr2026-ureshino-detail__hero-track {
  position: relative;
}
.spr2026-ureshino-detail__hero-track.is-pinning .spr2026-ureshino-detail__hero {
  position: sticky;
  top: var(--ureshino-header-h, 80px);
}
.spr2026-ureshino-detail__hero {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.spr2026-ureshino-detail__hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.spr2026-ureshino-detail__hero-bg > picture {
  position: absolute;
  inset: 0;
}
.spr2026-ureshino-detail__hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 2.8s ease;
  will-change: opacity, transform;
  transform: scale(1.02);
}
.spr2026-ureshino-detail__hero-bg img.is-active {
  opacity: 1;
}

.spr2026-ureshino-detail__hero--tea .spr2026-ureshino-detail__hero-bg img,
.spr2026-ureshino-detail__hero--chips .spr2026-ureshino-detail__hero-bg img {
  animation: ureshino-detail-hero-zoom 20s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}
@keyframes ureshino-detail-hero-zoom {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.06);
  }
}
@media (prefers-reduced-motion: reduce) {
  .spr2026-ureshino-detail__hero--tea .spr2026-ureshino-detail__hero-bg img,
  .spr2026-ureshino-detail__hero--chips .spr2026-ureshino-detail__hero-bg img {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spr2026-ureshino-detail__hero-track.is-pinning .spr2026-ureshino-detail__hero {
    position: relative;
    top: 0;
  }
  .spr2026-ureshino-detail__hero-bg img {
    transition: none;
  }
}

.spr2026-ureshino-detail__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px 20px;
}

.spr2026-ureshino-detail__hero-badge {
  width: 130px;
  height: auto;
  margin-bottom: 30px;
}
.spr2026-ureshino-detail__hero-inner .spr2026-ureshino-set__brand-place,
.spr2026-ureshino-detail__hero-inner .spr2026-ureshino-set__brand-place small {
  text-shadow: 0 1px 10px rgb(0 0 0 / 35%);
}

.spr2026-ureshino-detail__hero--chips .spr2026-ureshino-detail__hero-badge {
  margin-bottom: 10px;
}
.spr2026-ureshino-detail__hero--chips .spr2026-ureshino-set__brand {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 40px;
  align-items: center;
  margin-bottom: 0;
}
.spr2026-ureshino-detail__hero--chips .spr2026-ureshino-set__brand-logo {
  height: auto;
}
.spr2026-ureshino-detail__hero--chips .spr2026-ureshino-set__brand-logo:first-child {
  width: 200px;
  justify-self: end;
}
.spr2026-ureshino-detail__hero--chips .spr2026-ureshino-set__brand-logo:last-child {
  width: 245px;
  justify-self: start;
}
.spr2026-ureshino-detail__hero--chips .spr2026-ureshino-set__brand-x {
  width: 48px;
  height: 48px;
  justify-self: center;
}

.spr2026-ureshino-detail__hero-logos {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}

.spr2026-ureshino-detail__hero-logos img {
  max-height: 40px;
}

.spr2026-ureshino-detail__hero-title {
  max-width: 720px;
  margin: 0;
  font-family: "Hina Mincho", serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 8px rgb(0 0 0 / 40%);
}

.spr2026-ureshino-detail__body {
  max-width: 1200px;
  padding: 0 24px 90px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .spr2026-ureshino-detail__body {
    padding: 0 20px 48px;
  }
}

.spr2026-ureshino-detail__intro {
  position: relative;
  min-height: 430px;
  padding: 100px 0 70px;
  box-sizing: border-box;
  text-align: center;
}

.spr2026-ureshino-detail__bottle {
  position: absolute;
  top: -208px;
  left: 30px;
  z-index: 2;
  width: 168px;
  height: auto;
  filter: drop-shadow(0 14px 30px rgb(0 0 0 / 30%));
}

.spr2026-ureshino-detail__japanmap {
  position: absolute;
  top: -330px;
  right: -90px;
  z-index: 2;
  width: 410px;
  height: auto;
}

.spr2026-ureshino-detail__lead {
  margin: 0;
  font-family: "Hina Mincho", serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

.spr2026-ureshino-detail__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 130px;
}

.spr2026-ureshino-detail__row--reverse .spr2026-ureshino-detail__media {
  order: 2;
}

.spr2026-ureshino-detail__row--reverse .spr2026-ureshino-detail__text {
  order: 1;
}

.spr2026-ureshino-detail__media img {
  display: block;
  width: 100%;
  height: auto;
}

.spr2026-ureshino-detail__slideshow {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1000 / 630;
}
.spr2026-ureshino-detail__slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 2.8s ease;
  will-change: opacity, transform;
  animation: ureshino-slide-zoom 16s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}
.spr2026-ureshino-detail__slideshow img.is-active {
  opacity: 1;
}

.spr2026-ureshino-detail__slideshow img:only-child {
  opacity: 1;
  animation: ureshino-kenburns 16s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

@keyframes ureshino-slide-zoom {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1.09);
  }
}

@keyframes ureshino-kenburns {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .spr2026-ureshino-detail__slideshow img {
    transition: none;
    transform: none;
    animation: none;
  }
  .spr2026-ureshino-detail__slideshow img.is-active,
  .spr2026-ureshino-detail__slideshow img:only-child {
    transform: none;
    animation: none;
  }
}

.spr2026-ureshino-detail__intro--chips {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 0;
  padding: 100px 0 120px;
}
.spr2026-ureshino-detail__bottle--chips {
  position: relative;
  top: 85px;
  left: auto;
  right: -80px;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: min(100%, 500px);
  justify-self: end;
  filter: none;
}
.spr2026-ureshino-detail__lead--chips {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  text-align: center;
}

.spr2026-ureshino-detail__subhead {
  margin: 0 0 20px;
  font-family: "Hina Mincho", serif;
  font-size: 28px;
  line-height: 1.7;
  color: #fff;
}

.spr2026-ureshino-detail__text p {
  margin: 0 0 1em;
  font-family: "Hina Mincho", serif;
  font-size: 20px;
  line-height: 2;
  color: #fff;
}

#ureshino-detail-chips .spr2026-ureshino-detail__body {
  padding-bottom: 0;
}

#ureshino-detail-chips .spr2026-ureshino-detail__body > .spr2026-ureshino-detail__row:last-child {
  margin-bottom: 0;
}

#ureshino-detail-chips .spr2026-ureshino-detail__body::after {
  content: "";
  display: block;
  width: 100%;
  margin: 80px auto 0;
  border-top: 1px dashed rgb(255 255 255 / 55%);
}

.spr2026-ureshino-grower {
  padding: 0 0 100px;
  background: var(--color-gray);
}

.spr2026-ureshino-grower__inner {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}

.spr2026-ureshino-grower__eyebrow {
  width: 430px;
  max-width: 100%;
  margin: 0 auto 56px;
  padding: 0 12px 22px;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-indent: 0.08em;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  border-bottom: 1px dashed rgb(255 255 255 / 55%);
}

.spr2026-ureshino-grower--brand {
  padding-top: 80px;
}
.spr2026-ureshino-grower--brand .spr2026-ureshino-grower__eyebrow {
  width: 500px;
}

.spr2026-ureshino-grower__body {
  display: grid;
  grid-template-columns: 505px 1fr;
  gap: 48px;
  align-items: start;
}
.spr2026-ureshino-grower__profile img {
  display: block;
  width: 505px;
  max-width: none;
  height: auto;
  object-position: left top;
}

.spr2026-ureshino-grower__profile {
  margin: 0;
}

.spr2026-ureshino-grower__profile picture {
  display: block;
}

.spr2026-ureshino-grower__main {
  text-align: left;
}

.spr2026-ureshino-grower__title {
  margin: 0 0 22px;
  font-family: "Hina Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.spr2026-ureshino-grower--brand .spr2026-ureshino-grower__title {
  font-size: 24px;
  white-space: nowrap;
}

.spr2026-ureshino-grower__name {
  margin: 0 0 12px;
  font-family: "Hina Mincho", serif;
  font-size: 15px;
  line-height: 1.9;
  color: #fff;
  text-align: left;
}

.spr2026-ureshino-grower__name-main {
  display: inline-block;
  margin-top: 2px;
  font-size: 22px;
}
.spr2026-ureshino-grower__name-honorific {
  font-size: 15px;
}

.spr2026-ureshino-grower__text {
  margin: 0;
  font-family: "Hina Mincho", serif;
  font-size: 20px;
  line-height: 2.2;
  color: #fff;
  text-align: left;
}

.spr2026-ureshino-mariage {
  position: relative;
  min-height: 2150px;
  padding: 0 20px;
  overflow: hidden;
}

.spr2026-ureshino-mariage__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.spr2026-ureshino-mariage__bg-tea,
.spr2026-ureshino-mariage__bg-chips {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.spr2026-ureshino-mariage__bg-tea {
  top: 0;
  height: 2150px;
}
.spr2026-ureshino-mariage__bg-tea::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 132%;
  content: "";
  background: url("../img/message/bg01.jpg") left center / cover no-repeat;
  animation: ureshino-mariage-pan 64s ease-in-out infinite alternate;
  will-change: transform;
}

.spr2026-ureshino-mariage__bg-chips {
  display: none;
  top: 2150px;
  height: 990px;
}
.spr2026-ureshino-mariage__bg-chips::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../img/message/bg02.jpg") center / cover no-repeat;
  transform: scale(1);
  transform-origin: center;
  animation: ureshino-mariage-zoom 16s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes ureshino-mariage-pan {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-12%);
  }
}

@keyframes ureshino-mariage-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  .spr2026-ureshino-mariage__bg-tea::before,
  .spr2026-ureshino-mariage__bg-chips::before {
    animation: none;
  }
}

.spr2026-ureshino-mariage__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 110px 0 0;
  text-align: center;
}

.spr2026-ureshino-mariage__setitem {
  display: block;
  width: 430px;
  height: auto;
  margin: 0 auto 40px;
}

.spr2026-ureshino-mariage__title {
  margin: 0 0 28px;
  font-family: "Hina Mincho", serif;
  font-size: clamp(30px, 3.3vw, 44px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}

.spr2026-ureshino-mariage__subtitle {
  margin: 70px 0 22px;
  font-family: "Hina Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}

.spr2026-ureshino-mariage__text {
  margin: 0 0 60px;
  font-size: 20px;
  line-height: 2.3;
  color: #fff;
}

.spr2026-ureshino-mariage__text--final {
  margin-top: 40px;
}

.spr2026-ureshino-developers {
  padding: 192px 20px 168px;
  background: #94968f;
}

.spr2026-ureshino-developers__title {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 85px;
  padding: 0 12px 22px;
  font-family: "Hina Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.22em;
  color: #fff;
  text-align: center;
  border-bottom: 1px dashed rgb(255 255 255 / 55%);
}

.spr2026-ureshino-developers__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 880px;
  margin: 0 auto;
}

.spr2026-ureshino-developers__item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 56px;
  align-items: start;
}

.spr2026-ureshino-developers__profile {
  text-align: center;
}

.spr2026-ureshino-developers__photo img {
  display: block;
  width: 190px;
  margin: 0 auto;
}

.spr2026-ureshino-developers__role {
  margin: 14px 0 4px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
}

.spr2026-ureshino-developers__name {
  margin: 0;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: #fff;
}

.spr2026-ureshino-developers__content {
  padding-top: 4px;
}

.spr2026-ureshino-developers__headline {
  margin: 0 0 20px;
  font-family: "Hina Mincho", serif;
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
}

.spr2026-ureshino-developers__text {
  margin: 0;
  font-size: 20px;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.08em;
}

.spr2026-ureshino-scene {
  padding: 160px 20px;
  background: var(--color-cream);
}

.spr2026-ureshino-scene__head {
  max-width: 960px;
  margin: 0 auto 130px;
  text-align: center;
}

.spr2026-ureshino-scene__logos {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.spr2026-ureshino-scene__logos img {
  max-height: 72px;
}

.spr2026-ureshino-scene__title {
  margin: 0;
  font-family: "Hina Mincho", serif;
  font-size: 42px;
  line-height: 1.8;
  color: var(--color-blue);
}

.spr2026-ureshino-scene__row {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 20px;
  align-items: start;
  max-width: 1010px;
  min-height: 540px;
  padding: 60px 0;
  margin: 0 auto;
}

.spr2026-ureshino-scene__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  margin: 0 0 30px;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}

.spr2026-ureshino-scene__subtitle {
  margin: 0 0 16px;
  font-family: "Hina Mincho", serif;
  font-size: 24px;
  line-height: 1.7;
  color: var(--color-blue);
}

.spr2026-ureshino-scene__text {
  margin: 0;
  font-size: 16px;
  line-height: 2.4;
  color: var(--color-blue);
}

.spr2026-ureshino-scene__media {
  width: 500px;
}
.spr2026-ureshino-scene__media img {
  display: block;
  width: 100%;
  height: auto;
}

.spr2026-ureshino-details {
  background-image: none !important;
  background: #94968f;
}

.spr2026-ureshino-details__bg-scrim {
  display: none;
}

.spr2026-ureshino-details__commerce {
  margin-top: 0;
  background: transparent;
}

.spr2026-ureshino-details__commerce-inner {
  padding-top: 0;
}

.spr2026-ureshino-details__topline {
  width: 100%;
  max-width: 1126px;
  margin: 0 auto 64px;
  border-top: 1px dashed rgb(255 255 255 / 70%);
}

.spr2026-ureshino-details .spr2026-ureshino-ui-eyebrow--light {
  min-height: 34px;
  padding: 10px 70px;
  font-size: 21px;
  color: #fff;
  letter-spacing: 0.4em;
  border-color: #fff;
  border-radius: 0;
}

.spr2026-ureshino-details__products-title,
.spr2026-ureshino-details__products-subtitle,
.spr2026-ureshino-details__products-text {
  color: #fff;
}

.spr2026-ureshino-details__products-lead {
  align-items: center;
  text-align: center;
}

.spr2026-ureshino-details__products-subtitle,
.spr2026-ureshino-details__products-text {
  text-align: center;
}

.spr2026-ureshino-details__card {
  box-sizing: border-box;
  width: 930px;
  margin: 8px auto 0;
  padding: 0 0 94px;
  background: #f8f5f0;
}

.spr2026-ureshino-details__accordions {
  padding: 0 70px;  
  max-width: 100%;
}

.spr2026-ureshino-details__accordion {
  max-width: 387px;
  background: transparent;
}

@media (min-width: 768px) {
  .spr2026-ureshino-details__accordion-head {
    min-height: 128px;
    padding-bottom: 38px;
  }

  .spr2026-ureshino-details__accordion-icon,
  .spr2026-ureshino-details__accordion-icon--sp-trigger,
  .spr2026-ureshino-details__accordion--figma-closed:not(.is-open) .spr2026-ureshino-details__accordion-icon--sp-trigger {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 50%;
    width: 18px;
    height: 9px;
    transform: translateX(-50%) rotate(180deg);
  }

  .spr2026-ureshino-details__accordion.is-open .spr2026-ureshino-details__accordion-icon--sp-trigger,
  .spr2026-ureshino-details__accordion--figma-closed.is-open .spr2026-ureshino-details__accordion-icon--sp-trigger {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
  }
}

.spr2026-ureshino-details__product-hero {
  max-width: none;
  margin: 0 0 40px;
}

.spr2026-ureshino-details__product-hero img {
  width: 100%;
  max-width: none;
}

.spr2026-ureshino-details__set {
  max-width: 100%;
  padding: 0 70px;
}

.spr2026-ureshino-details__set-bar {
  background: transparent;
  border: 1px solid var(--color-blue);
}

.spr2026-ureshino-details__set-title,
.spr2026-ureshino-details__set-list,
.spr2026-ureshino-details__set-price-value,
.spr2026-ureshino-details__set-price-tax,
.spr2026-ureshino-details__set-price-note {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.spr2026-ureshino-details__set-body {
  background: transparent;
  padding: 24px 0 0;
}

.spr2026-ureshino-details__set-row {
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.spr2026-ureshino-details__set-list {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: start;
  max-width: 100%;
  list-style: none;
}

.spr2026-ureshino-details__set-list li {
  padding-left: 1.2em;
}

.spr2026-ureshino-details__set-price {
  flex-direction: column;
  gap: 2px;
  align-items: center;
  padding: 0;
  text-align: center;
}

.spr2026-ureshino-details__set-price-tax {
  margin-left: 6px;
  font-size: 14px;
}

.spr2026-ureshino-details__set-price-note {
  text-align: center;
}

.spr2026-ureshino-temperature {
  padding: 0 20px 96px;
  background: #94968f;
}

.spr2026-ureshino-temperature__inner {
  position: relative;
  box-sizing: border-box;
  width: 930px;
  max-width: 100%;
  height: 400px;
  padding: 16px;
  margin: 0 auto;
  background: #f8f5f0;
}

.spr2026-ureshino-temperature__inner::before {
  position: absolute;
  inset: 16px;
  pointer-events: none;
  content: "";
  background-image: url("../img/products/flame.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.spr2026-ureshino-temperature__title {
  position: relative;
  margin: 0;
  padding: 19px 0 19px;
  font-family: "Hina Mincho", serif;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.12em;
  color: var(--color-blue);
}

.spr2026-ureshino-temperature__row {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 48px;
  align-items: center;
  height: calc(100% - 73px);
  padding: 0 56px;
}

.spr2026-ureshino-temperature__row img {
  display: block;
  width: 100%;
}

.spr2026-ureshino-temperature__text {
  margin: 0;
  font-size: 15px;
  line-height: 2.5;
  color: var(--color-blue);
}

.spr2026-ureshino-temperature__lead {
  font-size: 23px;
  line-height: 3;
}

.spr2026-ureshino-hero__brand {
  margin: 0;
  text-align: center;
}
.spr2026-ureshino-hero__brand-img {
  display: inline-block;
  width: 600px;
  
  height: auto;
}
@media (max-width: 767px) {
  .spr2026-ureshino-hero__brand-img {
    width: min(330px, 92vw);
    max-width: 100%;
  }
}

.spr2026-ureshino-hero__edition {
  margin: 30px 0 0;
  font-family: "Hina Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #efefef;
  text-align: center;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}

.spr2026-ureshino-hero__product {
  margin: 9px 0 0;
  font-family: "Hina Mincho", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  color: #efefef;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

.spr2026-ureshino-hero__cross {
  margin: 5px 0;
  line-height: 1;
  text-align: center;
}
.spr2026-ureshino-hero__cross + .spr2026-ureshino-hero__product {
  margin-top: 0;
}
.spr2026-ureshino-hero__cross-img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .spr2026-ureshino-hero__cross-img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .spr2026-ureshino-hero__edition {
    margin-top: 12px;
    font-size: 14px;
  }
  .spr2026-ureshino-hero__product {
    margin-top: 6px;
    font-size: 22px;
    letter-spacing: 0;
    text-indent: 0;
  }
  .spr2026-ureshino-hero__cross {
    margin: 14px 0 0;
  }
  .spr2026-ureshino-hero__cross + .spr2026-ureshino-hero__product {
    margin-top: 6px;
  }
}

.spr2026-ureshino-about {
  position: relative;
  margin-top: 0;
  background: #0d1b25;
  overflow: hidden;
}

.spr2026-ureshino-about::before {
  content: none;
}

@media (min-width: 768px) {
  .spr2026-ureshino-about {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 950px;
    padding: 75px 20px 0;
  }
}
@media (max-width: 767px) {
  .spr2026-ureshino-about {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 665px;
    padding: 0;
    margin-top: 0;
  }
  .spr2026-ureshino-about__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.spr2026-ureshino-about__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.spr2026-ureshino-about__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 116%;
  height: 100%;
  background-image: url("../img/hero/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateX(0);
  will-change: transform;
}

.spr2026-ureshino-about.is-pan-active .spr2026-ureshino-about__bg-img {
  animation: ureshino-about-pan 36s ease-in-out infinite alternate;
}

@keyframes ureshino-about-pan {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-13.8%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .spr2026-ureshino-about__bg-img {
    animation: none !important;
  }
}

.spr2026-ureshino-about__inner {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.spr2026-ureshino-about__text {
  font-size: 20px;
  line-height: 2.2;
}
.spr2026-ureshino-about__text.hina-mincho {
  font-size: 44px;
  line-height: 1.8;
  letter-spacing: 0;
}

.spr2026-ureshino-about__text.hina-mincho + .spr2026-ureshino-about__text {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .spr2026-ureshino-about__text {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .spr2026-ureshino-about__text.hina-mincho {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }
  .spr2026-ureshino-about__text.hina-mincho + .spr2026-ureshino-about__text {
    margin-top: 1.2em;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  
  .spr2026-ureshino-detail__hero {
    height: auto;
    aspect-ratio: 750 / 700;
  }
  .spr2026-ureshino-detail__hero-inner {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    height: auto;
    min-height: 0;
    justify-content: flex-end;
    padding: 28px 16px 20px;
  }

  .spr2026-ureshino-detail__hero-badge {
    width: 95px;
    margin-bottom: 22px;
  }

  .spr2026-ureshino-detail__hero--tea .spr2026-ureshino-set__brand--place {
    column-gap: 16px;
    margin-bottom: 0;
    align-items: center;
  }
  .spr2026-ureshino-detail__hero--tea .spr2026-ureshino-set__brand-logo {
    width: 136px;
    height: auto;
  }
  .spr2026-ureshino-detail__hero--tea .spr2026-ureshino-set__brand--place .spr2026-ureshino-set__brand-x {
    width: 26px;
    height: 26px;
    padding-top: 0;
    align-self: center;
  }
  .spr2026-ureshino-detail__hero--tea .spr2026-ureshino-set__brand-place {
    font-size: 28px;
    padding-bottom: 0;
  }
  .spr2026-ureshino-detail__hero--tea .spr2026-ureshino-set__brand-place small {
    margin-bottom: 2px;
    font-size: 15px;
  }

  .spr2026-ureshino-detail__hero--chips .spr2026-ureshino-set__brand {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 16px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .spr2026-ureshino-detail__hero--chips .spr2026-ureshino-set__brand-logo:first-of-type {
    grid-column: 1;
    width: 108px;
    max-width: 100%;
    justify-self: end;
  }
  .spr2026-ureshino-detail__hero--chips .spr2026-ureshino-set__brand-logo:last-of-type {
    grid-column: 3;
    width: 120px;
    max-width: 100%;
    justify-self: start;
  }
  .spr2026-ureshino-detail__hero--chips .spr2026-ureshino-set__brand-logo {
    height: auto;
  }
  .spr2026-ureshino-detail__hero--chips .spr2026-ureshino-set__brand-x {
    grid-column: 2;
    width: 22px;
    height: 22px;
    justify-self: center;
  }

  .spr2026-ureshino-detail__row,
  .spr2026-ureshino-grower__body,
  .spr2026-ureshino-scene__row,
  .spr2026-ureshino-temperature__row,
  .spr2026-ureshino-developers__item {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 36px;
  }

  .spr2026-ureshino-developers {
    padding: 90px 32px 100px;
  }
  .spr2026-ureshino-developers__title {
    margin: 0 auto 30px;
    padding: 0 12px 12px;
    font-size: 16px;
    letter-spacing: 0.18em;
  }
  .spr2026-ureshino-developers__list {
    gap: 80px;
  }
  .spr2026-ureshino-developers__item {
    gap: 18px;
    margin-bottom: 0;
  }
  .spr2026-ureshino-developers__photo img {
    width: 100px;
  }
  .spr2026-ureshino-developers__role {
    margin: 8px 0 2px;
    font-size: 12px;
    line-height: 1.5;
  }
  .spr2026-ureshino-developers__name {
    font-size: 20px;
    line-height: 1.55;
  }
  .spr2026-ureshino-developers__content {
    padding-top: 0;
  }
  .spr2026-ureshino-developers__headline {
    margin: 0 -20px 20px 0;
    font-size: 20px;
    line-height: 1.8;
  }
  .spr2026-ureshino-developers__text {
    font-size: 16px;
    line-height: 2;
  }

  .spr2026-ureshino-scene {
    padding: 66px 20px 70px;
  }
  .spr2026-ureshino-scene__head {
    margin-bottom: 40px;
  }
  .spr2026-ureshino-scene__logos {
    gap: 10px;
    margin-bottom: 24px;
  }
  .spr2026-ureshino-scene__logos img {
    max-height: 44px;
  }
  .spr2026-ureshino-scene__title {
    font-size: clamp(22px, 7vw, 28px);
    line-height: 1.75;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .spr2026-ureshino-scene__row {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 0 0 64px;
    margin-bottom: 0;
  }
  .spr2026-ureshino-scene__description {
    margin: 0;
    text-align: left;
  }
  .spr2026-ureshino-scene__media {
    order: -1;
    width: 100%;
    margin-bottom: 35px;
  }
  .spr2026-ureshino-scene__label {
    width: 90px;
    height: 90px;
    margin: 0 0 34px;
    font-size: 12px;
  }
  .spr2026-ureshino-scene__subtitle {
    margin-bottom: 22px;
    font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.8;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .spr2026-ureshino-scene__text {
    font-size: 16px;
    line-height: 2;
    max-width: none;
    overflow-wrap: anywhere;
    margin-right: -20px;
  }

  .spr2026-ureshino-details__commerce-inner {
    padding-top: 35px;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
  .spr2026-ureshino-details__topline {
    margin-bottom: 55px;
  }
  .spr2026-ureshino-details .spr2026-ureshino-ui-eyebrow--light {
    min-height: 22px;
    padding: 3px 32px;
    font-size: 15px;
    letter-spacing: 0.35em;
  }
  .spr2026-ureshino-details__products-head {
    gap: 35px;
    margin-bottom: 35px;
  }
  .spr2026-ureshino-details__products-title {
    font-size: clamp(20px, 6.4vw, 25px);
    line-height: 1.7;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .spr2026-ureshino-details__products-lead {
    gap: 20px;
    margin-bottom: 35px;
  }
  .spr2026-ureshino-details__products-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
  }
  .spr2026-ureshino-details__products-text {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
  }
  .spr2026-ureshino-details__card {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
  .spr2026-ureshino-details__product-hero {
    margin: 0;
  }
  .spr2026-ureshino-details__accordions {
    padding: 35px 20px 35px;
    margin: 0;
    max-width: 100%;
    background-color: #f8f5f0;
  }
  .spr2026-ureshino-details__accordion {
    max-width: 100%;
  }
  .spr2026-ureshino-details__accordion + .spr2026-ureshino-details__accordion {
    margin-top: 0;
  }
  .spr2026-ureshino-details__accordion-label {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .spr2026-ureshino-details__accordion-product {
    gap: 4px;
    font-size: 16px;
    line-height: 1.45;
  }
  .spr2026-ureshino-details__accordion-product-line {
    font-size: 16px;
    line-height: 1.45;
  }
  .spr2026-ureshino-details__accordion-product-line--name {
    font-size: 22px;
    line-height: 1.4;
  }
  .spr2026-ureshino-details__accordion-product--chips {
    font-size: 16px;
    line-height: 1.45;
  }
  .spr2026-ureshino-details__set {
    max-width: 100%;
    background-color: #f8f5f0;
    padding: 0 20px 40px;
  }
  .spr2026-ureshino-details__set-title {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  .spr2026-ureshino-details__set-list {
    font-size: 12px;
    line-height: 1.9;
  }
  .spr2026-ureshino-details__set-price-value {
    font-size: 28px;
  }
  .spr2026-ureshino-details__set-price-tax {
    font-size: 14px;
  }

  .spr2026-ureshino-temperature__inner {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .spr2026-ureshino-temperature__inner::before {
    inset: 14px;
    background-image: url("../img/products/sp/flame.png");
  }
  .spr2026-ureshino-temperature__title {
    padding: 11px 8px 16px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  
  .spr2026-ureshino-temperature__row {
    display: block;
    position: relative;
    height: auto;
    padding: 16px 22px 0;
    margin-left: 0;
  }
  .spr2026-ureshino-temperature__row img {
    position: absolute;
    top: -38px;
    right: 9px;
    width: 37px;
    margin: 0;
  }
  .spr2026-ureshino-temperature__text {
    text-align: left;
    font-size: 12px;
    line-height: 1.95;
  }
  .spr2026-ureshino-temperature__lead {
    display: block;
    padding-right: 44px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.8;
  }
  .spr2026-ureshino-temperature__lead + br {
    display: none;
  }

  .spr2026-ureshino-mariage {
    min-height: calc(100vw * 2195 / 1000 * 1.5 + 800px);
    padding-bottom: 0;
  }
  .spr2026-ureshino-mariage__bg-tea {
    height: calc(100vw * 2195 / 1000 * 1.5);
  }
  .spr2026-ureshino-mariage__bg-tea::before {
    width: 150%;
    background-image: url("../img/message/sp/bg01.jpg");
  }
  .spr2026-ureshino-mariage__bg-chips {
    display: block;
    top: calc(100vw * 2195 / 1000 * 1.5);
    height: 800px;
  }
  .spr2026-ureshino-mariage__bg-chips::before {
    background-image: url("../img/message/sp/bg02.jpg");
    background-position: center top;
  }
  .spr2026-ureshino-mariage__inner {
    padding-top: 80px;
  }
  .spr2026-ureshino-mariage__phase--tea {
    box-sizing: border-box;
    min-height: calc(100vw * 2195 / 1000 * 1.5 - 80px);
    padding-bottom: 60px;
  }
  .spr2026-ureshino-mariage__phase--chips {
    box-sizing: border-box;
    min-height: 800px;
    padding-top: 45px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .spr2026-ureshino-mariage__setitem {
    width: 285px;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .spr2026-ureshino-mariage__title {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
  .spr2026-ureshino-mariage__subtitle {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 19px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .spr2026-ureshino-mariage__text {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 30px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .spr2026-ureshino-grower {
    padding: 0 20px 120px;
  }
  .spr2026-ureshino-grower__inner {
    padding: 0;
  }
  #ureshino-detail-chips .spr2026-ureshino-detail__body::after {
    margin-top: 0;
    border-top: none;
  }
  .spr2026-ureshino-grower--brand {
    padding-top: 48px;
    padding-bottom: 120px;
  }
  .spr2026-ureshino-grower__eyebrow {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 26px;
    padding: 0 16px 14px;
    font-size: 16px;
    letter-spacing: 0.08em;
    white-space: normal;
  }
  .spr2026-ureshino-grower--brand .spr2026-ureshino-grower__eyebrow {
    font-size: 16px;
  }
  .spr2026-ureshino-grower__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .spr2026-ureshino-grower__profile {
    margin: 0;
    max-width: none;
  }
  .spr2026-ureshino-grower__profile img {
    width: 100%;
    margin: 0;
  }
  .spr2026-ureshino-grower__main {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .spr2026-ureshino-grower__name {
    order: 1;
    margin: 0 0 45px;
    font-size: 12px;
    line-height: 1.8;
  }
  .spr2026-ureshino-grower__name-main {
    margin-top: 4px;
    font-size: 20px;
  }
  .spr2026-ureshino-grower__name-honorific {
    font-size: 14px;
  }
  .spr2026-ureshino-grower__title {
    order: 2;
    margin: 0 0 28px;
    font-size: 22px;
    line-height: 1.7;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .spr2026-ureshino-grower--brand .spr2026-ureshino-grower__title {
    font-size: 22px;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .spr2026-ureshino-grower__text {
    order: 3;
    font-size: 16px;
    line-height: 2;
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-break: strict;
    margin-right: -20px;
  }

  .spr2026-ureshino-detail__row--reverse .spr2026-ureshino-detail__media,
  .spr2026-ureshino-detail__row--reverse .spr2026-ureshino-detail__text {
    order: unset;
  }

  .spr2026-ureshino-detail__intro:not(.spr2026-ureshino-detail__intro--chips) {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 12px;
    row-gap: 24px;
    align-items: end;
    justify-content: stretch;
    min-height: 0;
    padding: 48px 0 34px;
    text-align: center;
  }
  .spr2026-ureshino-detail__intro:not(.spr2026-ureshino-detail__intro--chips) .spr2026-ureshino-detail__lead {
    grid-column: 1 / -1;
    grid-row: 1;
    align-self: start;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: clamp(20px, 6.5vw, 26px);
    line-height: 1.75;
    overflow-wrap: anywhere;
  }
  .spr2026-ureshino-detail__intro:not(.spr2026-ureshino-detail__intro--chips) .spr2026-ureshino-detail__bottle {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .spr2026-ureshino-detail__intro:not(.spr2026-ureshino-detail__intro--chips) .spr2026-ureshino-detail__japanmap {
    grid-column: 2;
    grid-row: 2;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  
  .spr2026-ureshino-detail__intro--chips {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 48px 0 56px;
  }
  .spr2026-ureshino-detail__bottle--chips {
    order: 2;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    width: min(360px, 100%);
    max-width: 100%;
    justify-self: auto;
    grid-column: auto;
    grid-row: auto;
  }
  .spr2026-ureshino-detail__lead--chips {
    order: 1;
    margin-right: 0;
    margin-bottom: 0;
    font-size: clamp(20px, 6.5vw, 26px);
    grid-column: auto;
    grid-row: auto;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .spr2026-ureshino-detail__subhead {
    font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.8;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .spr2026-ureshino-detail__text {
    margin-left: 0;
    margin-right: -20px;
    max-width: none;
    min-width: 0;
  }
  #ureshino-detail-chips .spr2026-ureshino-detail__text {
    text-align: left;
    margin-left: 0;
    margin-right: -20px;
  }
  #ureshino-detail-chips .spr2026-ureshino-detail__subhead {
    text-align: left;
  }
  #ureshino-detail-tea .spr2026-ureshino-detail__media,
  #ureshino-detail-chips .spr2026-ureshino-detail__media {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  #ureshino-detail-tea .spr2026-ureshino-detail__media img,
  #ureshino-detail-chips .spr2026-ureshino-detail__media img {
    max-width: 100%;
    height: auto;
  }

  .spr2026-ureshino-detail__text p {
    font-size: 16px;
    line-height: 2;
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-break: strict;
  }
  #ureshino-detail-tea .spr2026-ureshino-detail__row .spr2026-ureshino-detail__text p,
  #ureshino-detail-chips .spr2026-ureshino-detail__row .spr2026-ureshino-detail__text p {
    margin-top: 24px;
  }
  #ureshino-detail-tea .spr2026-ureshino-detail__row,
  #ureshino-detail-chips .spr2026-ureshino-detail__row {
    margin-bottom: 80px;
  }
  #ureshino-detail-tea .spr2026-ureshino-detail__row:last-child,
  #ureshino-detail-chips .spr2026-ureshino-detail__row:last-child {
    margin-bottom: 120px;
  }

  .spr2026-ureshino-set {
    padding: 90px 12px 80px;
  }
  .spr2026-ureshino-set__title {
    padding: 0 12px;
    font-size: clamp(16px, 5.2vw, 21px);
    max-width: calc(100% - 24px);
    white-space: normal;
  }
  .spr2026-ureshino-set__frame {
    padding: 48px 20px 44px;
  }
  .spr2026-ureshino-set__item + .spr2026-ureshino-set__item {
    margin-top: 48px;
  }
  
  .spr2026-ureshino-set__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .spr2026-ureshino-set__copy {
    display: contents;
  }
  .spr2026-ureshino-set__badge {
    order: 1;
  }
  .spr2026-ureshino-set__brand {
    order: 2;
  }
  .spr2026-ureshino-set__visual {
    order: 3;
    position: static;
    margin: 12px auto 20px;
    transform: none;
  }
  .spr2026-ureshino-set__product-name {
    order: 4;
  }
  .spr2026-ureshino-set__text {
    order: 5;
  }
  .spr2026-ureshino-set__item--reverse .spr2026-ureshino-set__badge {
    margin-bottom: 18px;
  }
  
  .spr2026-ureshino-set__item--reverse .spr2026-ureshino-set__visual {
    order: 2;
  }
  .spr2026-ureshino-set__item--reverse .spr2026-ureshino-set__brand {
    order: 3;
  }
  .spr2026-ureshino-set__item--reverse .spr2026-ureshino-set__product-name {
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 24px;
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .spr2026-ureshino-set__visual--bottle {
    width: 70px;
  }
  .spr2026-ureshino-set__visual--chips {
    width: min(230px, 100%);
    max-width: 100%;
  }
  .spr2026-ureshino-set__badge {
    width: 95px;
    margin-bottom: 18px;
  }
  .spr2026-ureshino-set__brand {
    gap: 14px;
    margin-bottom: 0;
  }
  .spr2026-ureshino-set__brand--place {
    column-gap: 16px;
  }
  .spr2026-ureshino-set__brand-logo {
    height: auto;
  }
  .spr2026-ureshino-set__brand--place .spr2026-ureshino-set__brand-logo-1,
  .spr2026-ureshino-set__brand--place .spr2026-ureshino-set__brand-logo {
    width: 136px;
  }
  
  .spr2026-ureshino-set__item--reverse
    .spr2026-ureshino-set__brand:not(.spr2026-ureshino-set__brand--place) {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 16px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .spr2026-ureshino-set__item--reverse .spr2026-ureshino-set__brand-logo:first-of-type {
    grid-column: 1;
    width: 108px;
    max-width: 100%;
    justify-self: end;
  }
  .spr2026-ureshino-set__item--reverse .spr2026-ureshino-set__brand-logo:last-of-type {
    grid-column: 3;
    width: 120px;
    max-width: 100%;
    justify-self: start;
  }
  .spr2026-ureshino-set__brand-x {
    width: 28px;
    height: 28px;
  }
  .spr2026-ureshino-set__item--reverse
    .spr2026-ureshino-set__brand:not(.spr2026-ureshino-set__brand--place)
    .spr2026-ureshino-set__brand-x {
    grid-column: 2;
    width: 22px;
    height: 22px;
    justify-self: center;
  }
  .spr2026-ureshino-set__brand--place {
    align-items: center;
  }
  .spr2026-ureshino-set__brand--place .spr2026-ureshino-set__brand-x {
    width: 26px;
    height: 26px;
    padding-top: 0;
    align-self: center;
  }
  .spr2026-ureshino-set__brand-place {
    font-size: 28px;
    padding-bottom: 0;
  }
  .spr2026-ureshino-set__brand-place small {
    margin-bottom: 2px;
    font-size: 15px;
  }
  .spr2026-ureshino-set__product-name {
    font-size: 27px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 10px;
    margin-bottom: 24px;
  }
  .spr2026-ureshino-set__product-name small {
    font-size: 15px;
  }
  .spr2026-ureshino-set__text {
    font-size: 16px;
    line-height: 2;
  }
  .spr2026-ureshino-mariage--intro {
    background-image: url("../img/message/sp/bg01.jpg");
  }

  .spr2026-ureshino-mariage-cta-link {
    width: 100%;
    max-width: min(353px, 100%);
  }
  .spr2026-ureshino img {
    max-width: 100%;
  }
}

.spr2026-ureshino-faq{
    padding:120px 20px;
    background:#f7f5ef;
}

.spr2026-ureshino-faq__inner{
    max-width:900px;
    margin:0 auto;
}

.spr2026-ureshino-faq__head{
    position:relative;
    text-align:center;
    margin-bottom:70px;
}

.spr2026-ureshino-faq__head::before,
.spr2026-ureshino-faq__head::after{
    content:none;
}

.spr2026-ureshino-faq .spr2026-ureshino-ui-eyebrow{
    margin:0 0 25px;
    font-size:14px;
    letter-spacing:.22em;
    line-height:1;
    font-weight:400;
    color:#222;
    background:#f7f5ef;
    position:relative;
    z-index:2;
    display:inline-block;

    border:1px solid #222;
    border-radius:30px;
    padding:6px 20px;
}

.spr2026-ureshino-faq__title{
    margin:0;
    font-family:"ヒラギノ明朝 ProN","Hiragino Mincho ProN",serif;
    font-size:40px;
    font-weight:400;
    letter-spacing:.12em;
    line-height:1.6;
    color:#222;
}

.spr2026-ureshino-faq__list{
    border-top:1px solid rgba(0,0,0,.18);
}

.spr2026-ureshino-faq__item{
    border-bottom:1px solid rgba(0,0,0,.18);
}

.spr2026-ureshino-faq__question{
    width:100%;
    display:flex;
    align-items:center;
    padding:32px 20px;
    background:none;
    border:none;
    cursor:pointer;
    text-align:left;
    font-family:inherit;
    color:#222;
}

.spr2026-ureshino-faq__question:hover{ opacity:.75; }

.spr2026-ureshino-faq__q{
    display:block;
    width:42px;
    flex-shrink:0;
    font-family:"Hiragino Mincho ProN",serif;
    font-size:28px;
    line-height:1;
}

.spr2026-ureshino-faq__question-text{
    flex:1;
    padding-right:30px;
    font-size:17px;
    letter-spacing:.05em;
    line-height:1.8;
}

.spr2026-ureshino-faq__icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    font-size:30px;
    font-weight:200;
    line-height:1;
    transition:.3s ease;
}

.spr2026-ureshino-faq__answer{
    height:0;
    overflow:hidden;
    padding:0;
    transition:
        height .35s ease,
        padding .35s ease;
}

.spr2026-ureshino-faq__answer p{
    margin:0;
    padding:20px 70px 35px 80px;
    font-size:15px;
    line-height:2;
    letter-spacing:.04em;
    color:#444;
}

.spr2026-ureshino-faq__item.is-open .spr2026-ureshino-faq__icon{
    transform:rotate(45deg);
}

@media(min-width:768px){
    .spr2026-ureshino-faq__question{
        min-height:90px;
    }
}

@media(max-width:767px){

    .spr2026-ureshino-faq{
        padding:70px 20px;
    }

    .spr2026-ureshino-faq__head{
        margin-bottom:45px;
    }

    .spr2026-ureshino-faq .spr2026-ureshino-ui-eyebrow{
        font-size:12px;
        margin-bottom:18px;
        padding:0 14px;

        border:1px solid #222;
        border-radius:30px;
        padding:6px 14px;
    }

    .spr2026-ureshino-faq__title{
        font-size:28px;
        letter-spacing:.08em;
    }

    .spr2026-ureshino-faq__question{
        padding:22px 0;
    }

    .spr2026-ureshino-faq__q{
        width:32px;
        font-size:22px;
    }

    .spr2026-ureshino-faq__question-text{
        padding-right:15px;
        font-size:14px;
        line-height:1.7;
    }

    .spr2026-ureshino-faq__icon{
        width:24px;
        height:24px;
        font-size:24px;
    }

    .spr2026-ureshino-faq__answer{
        padding:0;
    }

    .spr2026-ureshino-faq__answer p{
        padding:18px 10px 30px 32px;
        font-size:14px;
        line-height:1.9;
    }
}

.spr2026-ureshino-history__panels {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.spr2026-ureshino-history__badge--release {
  display: inline-flex;
  align-self: flex-start;
  gap: 0;
  height: auto;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #06090a;
  white-space: nowrap;
  background: #eaeaea;
}
@media (max-width: 767px) {
  .spr2026-ureshino-history__badge--release {
    padding: 4px 8px;
    font-size: 12px;
  }
}

.spr2026-ureshino-history__foot {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .spr2026-ureshino-history__foot {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
}

.spr2026-ureshino-history__status--hidden {
  visibility: hidden;
}
@media (max-width: 767px) {
  .spr2026-ureshino-history__status--hidden {
    display: none;
  }
}

.spr2026-ureshino-history__archive-btn {
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 12px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.02em;
  text-decoration: none;
  background: #06090a;
  border: 1px solid #06090a;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .spr2026-ureshino-history__archive-btn {
    width: 100%;
    min-width: 0;
  }
}
@media (hover: hover) {
  .spr2026-ureshino-history__archive-btn:hover {
    opacity: 0.85;
  }
}
@media (max-width: 767px) {
  .spr2026-ureshino .spr2026-ureshino-history__card{
    padding: 28px 16px;
  }
}