@charset "UTF-8";
@media (max-width: 767px) {
  .spr2026-only-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .spr2026-only-sp {
    display: none !important;
  }
}

/* stylelint-disable-next-line selector-class-pattern */
.wrapper_ > .container_ {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .wrapper_ > .container_ {
    margin-top: 50px;
  }
}

/* ページ外枠 */
.spr2026-living-matcha {
  position: relative;
}

.spr2026-inline-block {
  display: inline-block;
}

.spr2026-living-matcha-noise {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.spr2026-living-matcha-noise::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGRlZnM+PGZpbHRlciBpZD0ibm9pc2UiPjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIxLjEiIG51bU9jdGF2ZXM9IjIiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIHJlc3VsdD0idHVyYnVsZW5jZSIvPjxmZUNvbG9yTWF0cml4IGluPSJ0dXJidWxlbmNlIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjIxMSAwIDAgMCAwIDAuMjExIDAgMCAwIDAgMC4yMTEgMCAwIDAgMSAwIi8+PC9maWx0ZXI+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNub2lzZSkiLz48L3N2Zz4=");
  background-repeat: repeat;
  background-position: top left;
  opacity: 0.15;
}

/* stylelint-disable-next-line selector-class-pattern */
@media (max-width: 767px) {
  .wrapper_ header {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.spr2026-living-matcha-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border: none;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-header {
    height: 50px !important;
  }
}

.spr2026-living-matcha-header__inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
}

.spr2026-living-matcha-header__brand {
  line-height: 0;
}
.spr2026-living-matcha-header__brand h1 {
  margin: 0;
  height: unset;
}
.spr2026-living-matcha-header__brand img {
  width: 196px;
  height: 22px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-header__brand img {
    width: 111px;
    height: 12px;
  }
}

[data-displayin] {
  --displayin-distance: 100px;
  --displayin-duration: 1.5s;
  --displayin-easing: ease;
  --displayin-delay: 0s;
  opacity: 0;
  transform: translate3d(0, var(--displayin-distance), 0);
  transition: opacity var(--displayin-duration) var(--displayin-easing) var(--displayin-delay), transform var(--displayin-duration) var(--displayin-easing) var(--displayin-delay);
  will-change: opacity, transform;
}

/* 付与されるのは --in + (--top / --center / --bottom のいずれか1つ) */
[data-displayin].spr2026-js-displayin--in,
[data-displayin].spr2026-js-displayin--top,
[data-displayin].spr2026-js-displayin--center,
[data-displayin].spr2026-js-displayin--bottom {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

/* 方向を明示したい要素向け（必要時のみ利用） */
[data-displayin=top] {
  transform: translate3d(0, calc(var(--displayin-distance) * -1), 0);
}

[data-displayin=center] {
  transform: translate3d(0, 0, 0) scale(0.98);
}

[data-displayin=bottom] {
  transform: translate3d(0, var(--displayin-distance), 0);
}

/* stylelint-disable selector-class-pattern */
.spr2026-living-matcha-hero {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: calc(100vh - 80px);
  height: calc(100svh - 80px);
  min-height: 680px;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-hero {
    justify-content: flex-start;
    height: auto;
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
    min-height: 410px;
  }
}

.spr2026-living-matcha-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #080a15;
}
.spr2026-living-matcha-hero__bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(201deg, rgba(255, 255, 255, 0) -6.55%, rgba(26, 33, 46, 0.34) 72.86%);
}

.spr2026-living-matcha-hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spr2026-living-matcha-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 735px;
  margin: auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-hero__inner {
    max-width: calc(100% - 52px);
  }
}

.spr2026-living-matcha-hero__header {
  position: relative;
}

.spr2026-living-matcha-hero__title {
  margin: 0;
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 94.666px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.761%;
  text-align: center;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-hero__title {
    font-size: 41.554px;
    line-height: 146.667%;
  }
}

.spr2026-living-matcha-hero__catch {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 12px 0 30px;
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 20.128px;
  font-style: normal;
  font-weight: 400;
  line-height: 158.982%;
  text-align: center;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-hero__catch {
    gap: 33px;
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 171%;
  }
}

.spr2026-living-matcha-hero__catch-textarea {
  display: flex;
  flex-direction: column;
}

.spr2026-living-matcha-hero__catch-text-large {
  margin-bottom: 6px;
  font-size: 23.003px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-hero__catch-text-large {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 178%;
  }
}

.spr2026-living-matcha-hero__logo {
  margin: 30px 0 46px;
  text-align: center;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-hero__logo {
    margin: 26px 0 67px;
  }
}

.spr2026-living-matcha-hero__logo-img {
  width: 162px;
  height: auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-hero__logo-img {
    width: 108px;
  }
}

.spr2026-living-matcha-hero__link {
  text-align: center;
}

.spr2026-living-matcha-hero__link-btn {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 341px;
  padding: 0 20.5px 18px 0;
  overflow: hidden;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #fff;
  text-align: left;
  letter-spacing: 0.42px;
  text-decoration: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='6' viewBox='0 0 13 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 2.55429L8.0323e-08 5.10858L0 1.13052e-07L12.5 2.55429Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 0.55em right 4px;
  background-size: 12.5px 5.11px;
}
.spr2026-living-matcha-hero__link-btn::before {
  position: absolute;
  top: 0.55em;
  right: 4px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 2px solid transparent;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 12px solid #fff;
}
.spr2026-living-matcha-hero__link-btn::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 1px;
  content: "";
  background-image: linear-gradient(to right, #fff 0% 50%, #d7d7d7 50% 100%);
  transition: right 0.3s ease;
}
.spr2026-living-matcha-hero__link-btn:hover {
  color: #fff !important;
}
@media (hover: hover) {
  .spr2026-living-matcha-hero__link-btn:hover::after {
    right: -100%;
  }
}
@media (max-width: 767px) {
  .spr2026-living-matcha-hero__link-btn {
    max-width: 100%;
    padding: 0 18px 16px 0;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.42px;
    background-position: top 0.5em right 0;
    background-size: 16.667px 5.899px;
  }
  .spr2026-living-matcha-hero__link-btn::before {
    top: 0.5em;
    right: 0;
    border-top-width: 2.95px;
    border-bottom-width: 2.95px;
    border-left-width: 16.667px;
  }
  .spr2026-living-matcha-hero__link-btn::after {
    width: 100%;
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  }
}

@keyframes spr2026-living-matcha-hero-fade-blur-in {
  from {
    opacity: 0;
    filter: blur(14px);
    transform: scale(1);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes spr2026-living-matcha-hero-fade-up-in {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(1.02);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes spr2026-living-matcha-hero-fade-up-in-no-scale {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes spr2026-living-matcha-hero-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready {
  opacity: 1 !important;
}
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready .spr2026-living-matcha-hero__bg-img {
  opacity: 0;
  filter: blur(14px);
  transform: scale(1);
  will-change: opacity, transform, filter;
}
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready .spr2026-living-matcha-hero__title,
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready .spr2026-living-matcha-hero__catch,
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready .spr2026-living-matcha-hero__logo,
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready .spr2026-living-matcha-hero__link {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  will-change: opacity, transform, filter;
}
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready .spr2026-living-matcha-hero__title,
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready .spr2026-living-matcha-hero__catch,
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready .spr2026-living-matcha-hero__logo,
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready .spr2026-living-matcha-hero__link {
  backface-visibility: hidden;
}

.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready.spr2026-living-matcha-hero--animated .spr2026-living-matcha-hero__bg-img {
  animation: spr2026-living-matcha-hero-fade-blur-in 0.8s ease-out 0s forwards;
}
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready.spr2026-living-matcha-hero--animated .spr2026-living-matcha-hero__title {
  animation: spr2026-living-matcha-hero-fade-up-in-no-scale 1.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.8s forwards;
}
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready.spr2026-living-matcha-hero--animated .spr2026-living-matcha-hero__catch {
  animation: spr2026-living-matcha-hero-fade-up-in-no-scale 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) 1.25s forwards;
}
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready.spr2026-living-matcha-hero--animated .spr2026-living-matcha-hero__logo {
  animation: spr2026-living-matcha-hero-fade-up-in-no-scale 1.35s cubic-bezier(0.2, 0.8, 0.2, 1) 1.7s forwards;
}
.spr2026-living-matcha-hero.spr2026-living-matcha-hero--ready.spr2026-living-matcha-hero--animated .spr2026-living-matcha-hero__link {
  animation: spr2026-living-matcha-hero-fade-up-in-no-scale 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 2.15s forwards;
}

.spr2026-living-matcha-concept-video {
  position: relative;
  width: 100%;
  padding: 74px 0 240px;
  background-color: #080a15;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-concept-video {
    padding: 76px 0 0;
    background-color: #00111c;
  }
}

.spr2026-living-matcha-concept-video__inner {
  width: 1128px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-concept-video__inner {
    width: 100%;
  }
}

.spr2026-living-matcha-concept-video__header {
  display: flex;
  gap: 7.9787%;
  color: #fff;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-concept-video__header {
    flex-direction: column;
    gap: 40px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.spr2026-living-matcha-concept-video__title {
  flex-shrink: 0;
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.375%;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-concept-video__title {
    font-size: 34px;
    line-height: 45.526px;
  }
}

.spr2026-living-matcha-concept-video__description {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-concept-video__description {
    font-weight: 500;
    line-height: 34px;
  }
}

.spr2026-living-matcha-concept-video__video {
  width: 866px;
  height: 490px;
  margin: 68px auto 0;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-concept-video__video {
    width: 100%;
    height: auto;
    margin: 58px 0 0;
  }
}

.spr2026-living-matcha-concept-video__video-iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 76/43;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-concept-video__video-iframe {
    display: block;
    aspect-ratio: 2844/1608;
  }
}

.spr2026-living-matcha-matcha-summary {
  position: relative;
  width: 100%;
  padding: 0 0 124px;
  color: #fff;
  background-color: #080a15;
  background-image: url("../images/matchasummary/bg.jpg");
  background-repeat: no-repeat;
  background-position: top 240px center;
  background-size: 1920px auto;
}
@media (width >= 1920px) {
  .spr2026-living-matcha-matcha-summary {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary {
    padding: 72px 0 52px;
    background-color: #00111c;
    background-image: url("../images/matchasummary/sp/bg.jpg");
    background-position: top 450px center;
    background-size: 767px auto;
  }
}

.spr2026-living-matcha-matcha-summary__inner {
  width: 1128px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary__inner {
    width: 100%;
  }
}

.spr2026-living-matcha-matcha-summary__item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary__item {
    flex-direction: column;
    gap: 40px;
  }
}
.spr2026-living-matcha-matcha-summary__item + .spr2026-living-matcha-matcha-summary__item {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary__item + .spr2026-living-matcha-matcha-summary__item {
    margin-top: 72px;
  }
}

.spr2026-living-matcha-matcha-summary__item-header {
  width: 405px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary__item-header {
    width: 100%;
  }
}

.spr2026-living-matcha-matcha-summary__item-subtitle {
  margin-top: -0.44445em;
  font-family: "Noto Serif JP", serif;
  font-size: 20.371px;
  font-style: normal;
  font-weight: 400;
  line-height: 188.889%;
  letter-spacing: 0.611px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary__item-subtitle {
    padding: 0 20px;
    margin: -0.44445em 0 calc(-0.44445em + 16px);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.54px;
  }
}

.spr2026-living-matcha-matcha-summary__item-title {
  margin-bottom: calc(40px - 0.0469em);
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.375%;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary__item-title {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 45.526px;
  }
}

.spr2026-living-matcha-matcha-summary__item-description {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary__item-description {
    max-width: calc(100% - 40px);
    margin: 40px auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.48px;
  }
}

.spr2026-living-matcha-matcha-summary__item-content {
  width: 573px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary__item-content {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary__item-image {
    width: 100vw;
    max-width: 100%;
  }
}

.spr2026-living-matcha-matcha-summary__item-image-img {
  width: 100%;
  height: auto;
}

.spr2026-living-matcha-matcha-summary__item-content-title {
  margin-top: calc(36px - 0.2727em);
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.545%;
  letter-spacing: 0.66px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary__item-content-title {
    max-width: calc(100% - 40px);
    margin: calc(48px - 0.2727em) auto calc(32px - 0.2727em);
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.6px;
  }
}

.spr2026-living-matcha-matcha-summary__item-content-description {
  margin-top: calc(32px - 0.5625em);
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary__item-content-description {
    max-width: calc(100% - 40px);
    margin: -0.5625em auto 0;
    font-size: 16px;
    font-weight: 500;
  }
}

.spr2026-living-matcha-matcha-summary__item--tabs {
  display: block;
  width: 100%;
}

.spr2026-living-matcha-matcha-summary-tabs {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs {
    gap: 16px;
    max-width: calc(100% - 39px);
    margin: 0 auto;
  }
}

.spr2026-living-matcha-matcha-summary-tabs__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 39px;
  width: 100%;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs__nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
  }
}

.spr2026-living-matcha-matcha-summary-tabs__tab {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 0;
  padding-bottom: 18px;
  margin: 0;
  font: inherit;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: none;
  opacity: 0.35;
  transition: opacity 0.2s ease-out;
}
@media (hover: hover) {
  .spr2026-living-matcha-matcha-summary-tabs__tab:hover:not(.is-active) {
    opacity: 0.55;
  }
}
.spr2026-living-matcha-matcha-summary-tabs__tab.is-active {
  opacity: 1;
}
.spr2026-living-matcha-matcha-summary-tabs__tab:focus-visible {
  outline: 2px solid #c7b96a;
  outline-offset: 4px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs__tab {
    padding-bottom: 10px;
  }
}

.spr2026-living-matcha-matcha-summary-tabs__tab-row {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs__tab-row {
    gap: 8px;
    align-items: center;
  }
}

.spr2026-living-matcha-matcha-summary-tabs__tab-label {
  flex: 1;
  min-width: 0;
  margin: auto 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs__tab-label {
    width: 70px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.36px;
  }
}

.spr2026-living-matcha-matcha-summary-tabs__tab-chevron {
  flex-shrink: 0;
  width: 7.676px;
  height: 7.676px;
  margin-bottom: 2px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  opacity: 0.9;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs__tab-chevron {
    width: 5.43px;
    height: 5.43px;
    margin-bottom: 0;
  }
}

.spr2026-living-matcha-matcha-summary-tabs__tab-line {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 350px;
  height: 1.5px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.22);
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs__tab-line {
    max-width: 100%;
  }
}
.spr2026-living-matcha-matcha-summary-tabs__tab-line::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease-out;
}
.spr2026-living-matcha-matcha-summary-tabs__tab.is-active .spr2026-living-matcha-matcha-summary-tabs__tab-line::after {
  transform: scaleX(1);
}

.spr2026-living-matcha-matcha-summary-tabs__panels {
  width: 100%;
}

.spr2026-living-matcha-matcha-summary-tabs__panel[hidden] {
  display: none !important;
}

.spr2026-living-matcha-matcha-summary-tabs__panel-inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: flex-start;
  min-height: 357px;
  padding: 30px;
  background-color: #0e202c;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs__panel-inner {
    flex-direction: column;
    gap: 20px;
    min-height: 432.264px;
    padding: 20px;
  }
}

.spr2026-living-matcha-matcha-summary-tabs__panel-media {
  position: relative;
  flex: 0 0 auto;
  flex-shrink: 0;
  width: 532.5px;
  max-width: 100%;
  aspect-ratio: 532.5/299.788;
  overflow: hidden;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs__panel-media {
    width: 100%;
    aspect-ratio: 296/148.767;
    margin: 0 auto;
  }
}

.spr2026-living-matcha-matcha-summary-tabs__panel-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}

.spr2026-living-matcha-matcha-summary-tabs__panel-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  max-width: 463px;
  color: #fff;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs__panel-body {
    gap: 16px;
    align-items: center;
    max-width: none;
  }
}

.spr2026-living-matcha-matcha-summary-tabs__panel-title {
  margin: -0.14285em 0;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "hwid" 1;
  line-height: 128.571%;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs__panel-title {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 2px;
  }
}

.spr2026-living-matcha-matcha-summary-tabs__panel-text {
  margin: 12px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 214.286%;
  letter-spacing: 1.4px;
}
.spr2026-living-matcha-matcha-summary-tabs__panel-text p + p {
  margin-top: 2.1429em;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-matcha-summary-tabs__panel-text {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1.4px;
  }
}

.spr2026-living-matcha-appeal {
  position: relative;
  width: 100%;
  padding: 120px 0;
  color: #fff;
  background-color: #080a15;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal {
    padding: 56px 0 114px;
    background-color: #00111c;
  }
}

.spr2026-living-matcha-appeal__inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__inner {
    gap: 66px;
  }
}

.spr2026-living-matcha-appeal__item {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
  width: 1128px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__item {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
}

.spr2026-living-matcha-appeal__item-copy {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  width: 437px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__item-copy {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.spr2026-living-matcha-appeal__item-label {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
  color: #fff;
  letter-spacing: 0.54px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__item-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.54px;
  }
}

.spr2026-living-matcha-appeal__item-subtitle {
  margin: -0.44445em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 188.889%;
  letter-spacing: 0.54px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__item-subtitle {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
  }
}

.spr2026-living-matcha-appeal__item-title {
  display: block;
  margin: 0;
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__item-title {
    font-size: 34px;
    line-height: 45.526px;
  }
}

.spr2026-living-matcha-appeal__item-title span {
  display: block;
}

.spr2026-living-matcha-appeal__item-description {
  margin: calc(60px - 0.5625em) 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__item-description {
    width: 100%;
    margin-top: 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
  }
}

.spr2026-living-matcha-appeal__rituals {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 573px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__rituals {
    gap: 56px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .spr2026-living-matcha-appeal__rituals.spr2026-only-sp {
    width: calc(100% + 40px);
    margin: 0 calc(-50vw + 50%);
    margin-top: 40px;
  }
}

.spr2026-living-matcha-appeal__ritual {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.spr2026-living-matcha-appeal__ritual-image {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.spr2026-living-matcha-appeal__ritual-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__ritual-image {
    width: 100%;
    height: auto;
  }
}

.spr2026-living-matcha-appeal__ritual-image-img {
  display: block;
  width: 100%;
  height: auto;
}

iframe.spr2026-living-matcha-appeal__ritual-image-img {
  aspect-ratio: 16/9;
}

.spr2026-living-matcha-appeal__ritual-label {
  margin: 9px 0 -0.5625em;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__ritual-label {
    font-size: 16px;
    font-weight: 500;
  }
}

.spr2026-living-matcha-appeal__splash {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: hidden;
  opacity: 1 !important;
  transform: none !important;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__splash {
    width: 100%;
    width: calc(100% - 164px);
    margin: 0 auto;
  }
}
.spr2026-living-matcha-appeal__splash::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease-out;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-appeal__splash::before {
    background-color: #929292;
  }
}
.spr2026-living-matcha-appeal__splash.spr2026-js-displayin--in::before {
  transform: scaleX(1);
}

.spr2026-living-matcha-products {
  width: 100%;
  padding: 160px 0 120px;
  color: #000;
  background-color: #fff;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products {
    padding: 100px 0;
  }
}

.spr2026-living-matcha-products__inner {
  display: flex;
  flex-direction: column;
  gap: 140px;
  align-items: flex-start;
  width: 1128px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__inner {
    gap: 120px;
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}

.spr2026-living-matcha-products__starter {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter {
    gap: 22px;
  }
}

.spr2026-living-matcha-products__starter-subtitle {
  margin: -0.44445em 0 calc(-0.44445em + 14px);
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 188.889%;
  color: #00111c;
  letter-spacing: 0.54px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-subtitle {
    margin: -0.44445em 0 calc(-0.44445em + 6px);
  }
}

.spr2026-living-matcha-products__starter-title {
  margin: 0;
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: -3.2px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-title {
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.899%;
    color: #0d1a22;
    letter-spacing: normal;
  }
}

.spr2026-living-matcha-products__starter-main {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  width: 100%;
  max-width: 1009px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-main {
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
  }
}

.spr2026-living-matcha-products__starter-image {
  width: 437px;
  height: auto;
  border-radius: 0;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-image {
    width: 100%;
    height: auto;
  }
}

.spr2026-living-matcha-products__starter-copy {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 46px;
  width: 512px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-copy {
    gap: 48px;
    width: 100%;
  }
}

.spr2026-living-matcha-products__starter-copy-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-copy-inner {
    gap: 12px;
  }
}

.spr2026-living-matcha-products__starter-copy-inner-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.spr2026-living-matcha-products__starter-name {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.333%;
  color: #000;
  letter-spacing: 0.9px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-name {
    margin: -0.16665em 0;
    font-size: 18px;
    line-height: 133.333%;
    letter-spacing: 0.54px;
  }
}

.spr2026-living-matcha-products__starter-description {
  margin: -0.42855em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  color: #000;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-description {
    margin: -0.41665em 0;
    font-size: 12px;
    line-height: 183.333%;
    letter-spacing: 0.36px;
  }
}

.spr2026-living-matcha-products__starter-price-value {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  color: #000;
  letter-spacing: 0.8368px;
  opacity: 0.72;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-price-value {
    font-size: 19.526px;
    line-height: 171.429%;
    letter-spacing: 0.586px;
  }
}

.spr2026-living-matcha-products__starter-price-note {
  display: inline-flex;
  gap: 20px;
  margin-top: 7px;
  margin-left: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #000;
  letter-spacing: 0.8571px;
  opacity: 0.72;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-price-note {
    display: flex;
    margin-left: 0;
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.6px;
  }
}

.spr2026-living-matcha-products__starter-price-note-value {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-price-note-value {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.6px;
  }
}

.spr2026-living-matcha-products__starter-price-note-tax {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 214.286%;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-price-note-tax {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.6px;
  }
}

.spr2026-living-matcha-products__starter-price-note-shipping {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 244.898%;
  letter-spacing: 0.7px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__starter-price-note-shipping {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.6px;
  }
}

.spr2026-living-matcha-products__buy-button {
  position: relative;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  text-decoration: none;
  background-image: linear-gradient(101.971deg, rgb(17, 21, 46) 28.332%, rgb(0, 0, 0) 100.89%);
  border-radius: 3px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__buy-button {
    display: flex;
    margin: 0 auto;
  }
}
.spr2026-living-matcha-products__buy-button::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(101.971deg, rgb(72, 100, 3) 28.332%, rgb(20, 47, 0) 100.89%);
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.spr2026-living-matcha-products__buy-button::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 5px;
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
@media (hover: hover) {
  .spr2026-living-matcha-products__buy-button:hover::before {
    opacity: 1;
  }
}

.spr2026-living-matcha-products__buy-button-text {
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.42px;
}

.spr2026-living-matcha-products__lineup {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__lineup {
    gap: 24px;
  }
}

.spr2026-living-matcha-products__lineup-title {
  margin: 0;
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.375%;
  color: #00111c;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__lineup-title {
    font-size: 34px;
    line-height: 133.899%;
  }
}

.spr2026-living-matcha-products__cards-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__cards-inner {
    gap: 64px;
  }
}

.spr2026-living-matcha-products__cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px 20px;
  align-items: start;
  width: 100%;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
}

.spr2026-living-matcha-products__card-link {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  text-decoration: none;
}
@media (hover: hover) {
  .spr2026-living-matcha-products__card-link {
    transition: opacity 0.3s ease;
  }
  .spr2026-living-matcha-products__card-link:hover {
    opacity: 0.7;
  }
}

.spr2026-living-matcha-products__card-media {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #2e2e2e;
  border-radius: 5px;
}

.spr2026-living-matcha-products__card-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.spr2026-living-matcha-products__card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__card-content {
    gap: 24px;
  }
}

.spr2026-living-matcha-products__card-name {
  margin-top: -0.35715em;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  color: #000;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__card-name {
    margin: -0.35715em 0;
  }
}

.spr2026-living-matcha-products__card-price {
  margin-top: -0.1em;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.091%;
  color: #000;
  text-align: right;
  letter-spacing: 0.66px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__card-price {
    font-size: 14px;
    line-height: 171.429%;
    letter-spacing: 0.42px;
  }
}

.spr2026-living-matcha-products__card-price-tax {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__card-price-tax {
    font-size: 14px;
    line-height: 171.429%;
    letter-spacing: 0.42px;
  }
}

.spr2026-living-matcha-products__card-price-tax-tax {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.36px;
}

.spr2026-living-matcha-products__more {
  display: flex;
  justify-content: center;
  width: 100%;
}

.spr2026-living-matcha-products__more-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  padding: 0 32px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  background-image: linear-gradient(101.971deg, rgb(17, 21, 46) 28.332%, rgb(0, 0, 0) 100.89%);
  border: none;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-products__more-btn {
    display: flex;
    margin: 0 auto;
  }
}
.spr2026-living-matcha-products__more-btn::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(101.971deg, rgb(72, 100, 3) 28.332%, rgb(20, 47, 0) 100.89%);
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.spr2026-living-matcha-products__more-btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.625 0H6.375V12H5.625V0Z' fill='white'/%3E%3Cpath d='M12 5.625V6.375L0 6.375L3.27836e-08 5.625L12 5.625Z' fill='white'/%3E%3C/svg%3E");
  transform: translateY(-50%);
}
@media (hover: hover) {
  .spr2026-living-matcha-products__more-btn:hover::before {
    opacity: 1;
  }
}

.spr2026-living-matcha-products__more-btn-text {
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0.42px;
}

.spr2026-living-matcha-aboutuse {
  width: 100%;
  padding: 86px 0 100px;
  color: #fff;
  background-color: #080a15;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-aboutuse {
    padding: 68px 0 100px;
  }
}

.spr2026-living-matcha-aboutuse__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 1126px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-aboutuse__inner {
    gap: 66px;
    width: calc(100% - 40px);
  }
}

.spr2026-living-matcha-aboutuse__title {
  margin: 0;
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-aboutuse__title {
    margin-bottom: -0.1695em;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.899%;
  }
}

.spr2026-living-matcha-aboutuse__columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-aboutuse__columns {
    flex-direction: column;
    gap: 64px;
  }
}

.spr2026-living-matcha-aboutuse__item {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
  width: 312px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-aboutuse__item {
    gap: 24px;
    width: 100%;
  }
}

.spr2026-living-matcha-aboutuse__item-title {
  position: relative;
  padding-left: 43px;
  margin: -0.16665em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
  color: #fff;
  letter-spacing: 0.9px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-aboutuse__item-title {
    padding-left: 34px;
    font-size: 18px;
    font-weight: 400;
    line-height: 144.444%;
    letter-spacing: 0.54px;
  }
}
.spr2026-living-matcha-aboutuse__item-title::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 24px;
  height: 1px;
  content: "";
  background-color: #929292;
}

.spr2026-living-matcha-aboutuse__item-title span {
  display: block;
}

.spr2026-living-matcha-aboutuse__item-text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-aboutuse__item-text {
    margin: -0.35715em 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%;
    letter-spacing: 0.42px;
  }
}

.spr2026-living-matcha-info {
  width: 100%;
  color: #1f1f1f;
  background: #f5f5f5;
}

.spr2026-living-matcha-info__row01 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__row01 {
    gap: 50px;
    width: calc(100% - 40px);
    padding: 50px 0;
  }
}

.spr2026-living-matcha-info__brand {
  display: flex;
  align-items: center;
}

.spr2026-living-matcha-info__brand-logo {
  width: 251px;
  height: 28px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__brand-logo {
    width: 179px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .spr2026-living-matcha-info__contact-sp-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
  }
}

.spr2026-living-matcha-info__contact-row {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__contact-row {
    flex-direction: column;
    gap: 20px;
  }
}

.spr2026-living-matcha-info__tel {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 105px;
  padding: 15px;
  color: #fff !important;
  text-decoration: none;
  background: #000;
  border-radius: 8px;
}
@media (hover: hover) {
  .spr2026-living-matcha-info__tel {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.2s;
  }
  .spr2026-living-matcha-info__tel:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .spr2026-living-matcha-info__tel {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__tel {
    gap: 10px;
    min-height: 86px;
    padding: 12px 16px;
  }
}

.spr2026-living-matcha-info__tel-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__tel-title {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.spr2026-living-matcha-info__tel-number-row {
  display: inline-flex;
  gap: 4.65px;
  align-items: center;
}

.spr2026-living-matcha-info__tel-icon {
  width: 27.9px;
  height: 27.9px;
}

.spr2026-living-matcha-info__tel-number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.7px;
}

.spr2026-living-matcha-info__tel-hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__tel-hours {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    text-align: center;
    letter-spacing: 1.2px;
  }
}

.spr2026-living-matcha-info__contact-form {
  box-sizing: border-box;
  display: inline-flex;
  flex: 1;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-height: 105px;
  padding: 12px 16px;
  color: #1f1f1f !important;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 8px;
}
@media (hover: hover) {
  .spr2026-living-matcha-info__contact-form {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.2s;
  }
  .spr2026-living-matcha-info__contact-form:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__contact-form {
    gap: 6px;
    min-height: 48px;
    padding: 10px 16px;
  }
}

.spr2026-living-matcha-info__contact-form-icon {
  width: 27px;
  height: 27px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__contact-form-icon {
    width: 24px;
    height: 24px;
  }
}

.spr2026-living-matcha-info__contact-form-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__contact-form-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 233.333%;
    letter-spacing: 1.44px;
  }
}

.spr2026-living-matcha-info__notice {
  margin: 0;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #5c5c5c;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__notice {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0.08em;
  }
}

.spr2026-living-matcha-info__social-payment {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__social-payment {
    flex-direction: column;
    align-items: stretch;
  }
}

.spr2026-living-matcha-info__instagram {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 600px;
  min-height: 74px;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #1f1f1f !important;
  letter-spacing: 0.12em;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
}
.spr2026-living-matcha-info__row01-content .spr2026-living-matcha-info__social-payment{
  display: none;
}
@media (hover: hover) {
  .spr2026-living-matcha-info__instagram {
    width: 600px;
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.2s;
  }
  .spr2026-living-matcha-info__instagram:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__instagram {
    width: 100%;
    min-height: 64px;
    padding: 16px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .spr2026-living-matcha-info__row01-content .spr2026-living-matcha-info__social-payment{
    display: block;
  }  
  .spr2026-living-matcha-info__contact-row .spr2026-living-matcha-info__instagram {
    display: none;
  }
}

.spr2026-living-matcha-info__payments {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__payments {
    gap: 0 19px;
    width: 100%;
    min-height: 64px;
    padding: 16px;
  }
  .spr2026-living-matcha-info__payments span.spr2026-only-sp {
    width: 100vw;
    height: 19px;
  }
}

.spr2026-living-matcha-info__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  align-items: center;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__links {
    gap: 10px 20px;
    align-items: flex-start;
  }
}

.spr2026-living-matcha-info__link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #1f1f1f !important;
  letter-spacing: 0.12em;
  text-decoration: none;
}
@media (hover: hover) {
  .spr2026-living-matcha-info__link {
    transition: opacity 0.2s;
  }
  .spr2026-living-matcha-info__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__link {
    gap: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 166.667%;
    letter-spacing: 1.44px;
  }
}

.spr2026-living-matcha-info__link-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__link-icon {
    width: 18px;
    height: 18px;
  }
}

.spr2026-living-matcha-info__row02 {
  padding: 60px 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__row02 {
    padding: 50px 0;
  }
}

.spr2026-living-matcha-info__stores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spr2026-living-matcha-info__stores {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    width: calc(100% - 40px);
  }
}

.spr2026-living-matcha-info__store-card {
  display: block;
  min-height: 233px;
  overflow: hidden;
  text-decoration: none;
}
@media (hover: hover) {
  .spr2026-living-matcha-info__store-card {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.2s;
  }
  .spr2026-living-matcha-info__store-card:hover {
    opacity: 0.7;
  }
}

.spr2026-living-matcha-info__store-card-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 233px;
  object-fit: cover;
  object-position: center;
}

.footer-logo ul li.theitoen {
  margin-right: 27px;
}
@media (max-width: 767px) {
  .footer-logo ul li.theitoen {
    margin-right: 0;
  }
  .footer-logo ul li.theitoen img {
    width: 124px;
  }
}

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

@media (max-width: 767px) {
  .footer-main {
    border-top: none;
  }
}
.block-top-event--goods {
  width: unset;
  max-width: unset;
  min-width: unset;
}
.block-top-event,
.block-top-event--goods {
  margin-top: 0;
  padding: 0;
}
.block-pickup-p--item {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px 20px;
  align-items: start;
  width: 100%;  
}
.block-thumbnail-t--goods-image figure, .block-pickup-list-p--image figure, .block-pickup-list-p--item figure {
  width: 100%;
  aspect-ratio: 1/1;
}
.block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price, .block-pickup-list-p--item-description .block-pickup-list-p--price-infos, .block-pickup-list-p--item-description .default-price {
  display: block;
  align-items: start;
  text-align: right;
  font-weight: normal;
}
.price span.tax_,
.default-price span.tax_ {
  font-size: 0;
  text-align: right;
  line-height: 1;
  display: block;
}
.price,
.default-price {
  margin-top: -0.1em;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.091%;
  color: #000;
  text-align: right;
  letter-spacing: 0.66px;
}
.price span.tax_::before,
.default-price span.tax_::before {
  content: '(tax included)';
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.36px;  
  width: max-content;
}
.price span.yen_ {
  font-size: 0;
}
.yen_::after {
  content: 'yen';
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  max-height: max-content;
  color: #000;
  letter-spacing: 0.48px;  
  display: block;
}
.block-pickup-list-p--item-body:nth-child(n+11) {
  display: none;
}

.js-enhanced-ecommerce-goods-name {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  color: #000;
  letter-spacing: 0.42px;
}
.block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price,
.block-pickup-list-p--item-description .block-pickup-list-p--price-infos, 
.block-pickup-list-p--item-description .default-price  {
  display: flex;
  flex-direction: column;
}
body .block-pickup-list-p--price-infos {
  display: flex;
  flex-direction: column;
}
body .block-pickup-list-p--price-infos .block-pickup-list-p--scomment {
  order: 10;
}
body .block-pickup-list-p--price-infos .block-pickup-list-p--price-items {
  display: flex;
  flex-direction: column;
}
body .block-pickup-list-p--price-infos .normal-price-main {
  order: 10;
}
body .block-pickup-list-p--price-infos .default-price-main {
  order: 1;
}

.forcms_block .block-pickup-list-p--price-items .default-price-main::before,
.forcms_block .block-ranking-r--price-items .default-price-main::before {
  display: none;
}
body .block-pickup-list-p--price-infos .block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price,
body .block-pickup-list-p--price-infos .block-pickup-list-p--item-description .block-pickup-list-p--price-infos,
body .block-pickup-list-p--price-infos .block-pickup-list-p--item-description .default-price {
  display: flex;
  flex-direction: row;
  align-items: end;
}
body .block-pickup-list-p--price-infos .block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price,
body .block-pickup-list-p--price-infos .block-pickup-list-p--item-description .block-pickup-list-p--price-infos,
body .block-pickup-list-p--price-infos .block-pickup-list-p--item-description .default-price {
  display: flex;
  flex-direction: row;
  line-height: 1;
}
body .block-pickup-list-p--default-price.default-price {
  flex-direction: row;
  display: flex;
  align-items: center;
}
body .block-pickup-list-p--price-infos .price span.yen_,
body .block-pickup-list-p--price-infos .default-price span.yen_ {
  font-size: 0;
  line-height: 1;
  display: block;
}
.forcms_block .block-pickup-list-p--price-items .default-price-main,
.forcms_block .block-ranking-r--price-items .default-price-main {
  padding-right: 0;
}
.block-ranking-r--goods .default-price-main + .price, .block-ranking-r--goods .default-price-main + .price span.yen_, .block-ranking-r--goods .default-price-main + .price span.tax_, .default-price-main + .normal-price-main .price span, .price.isonsales span,
.default-price-main + .normal-price-main .yen_::after {
  color: #D54B60;
}

.block-pickup-list-p--scomment {
  margin-top: 10px;
  color: #D54B60;  
  font-size: 12px;
}


@media (max-width: 767px) {

  .block-pickup-list-p--item:nth-child(n+11) {
    display: none;
  }  
  .js-enhanced-ecommerce-goods-name {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%;
    color: #000;
    letter-spacing: 0.42px;
  }
  .block-pickup-p--item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
  .block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price, .block-pickup-list-p--item-description .block-pickup-list-p--price-infos, .block-pickup-list-p--item-description .default-price {
    width: 100%;
    font-size: 14px;
    line-height: 171.429%;
  }
  .yen_::after {
    font-size: 14px;
    line-height: 1;
    max-height: max-content;
    letter-spacing: 0.42px;
    display: block;
  }
  .price span.tax_::before, .default-price span.tax_::before{
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.36px;    
    width: max-content;

  }
  .block-thumbnail-t--price.price.js-enhanced-ecommerce-goods-price, .block-ranking-r--price.price.js-enhanced-ecommerce-goods-price, .forcms_block .block-pickup-list-p--price-infos .net-price, .forcms_block .block-pickup-list-p--price-infos .default-price, .forcms_block .block-pickup-list-p--price-infos .price, .forcms_block .block-ranking-r--goods .net-price, .forcms_block .block-ranking-r--goods .default-price, .forcms_block .block-ranking-r--goods .price {
    font-size: 1.6rem;
    align-items: end;
    line-height: 1;
  }
  body .block-pickup-list-p--price-infos .block-pickup-list-p--scomment {
    margin-top: 0;
    font-size: 1.2rem;
  }
  body .block-pickup-list-p--price-infos .block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price, body .block-pickup-list-p--price-infos .block-pickup-list-p--item-description .block-pickup-list-p--price-infos, body .block-pickup-list-p--price-infos .block-pickup-list-p--item-description .default-price {
    font-size: 2.0rem;
    margin-top: 5px;
  }
  .forcms_block .block-pickup-list-p--price-items .default-price-main, .forcms_block .block-ranking-r--price-items .default-price-main {
    margin: 0;
  }
  .block-icon img {
    height: 18px;
  }
  .header-main h1 img {
    height: 22px;
  }
}