@charset "UTF-8";
/* stylelint-disable selector-class-pattern */
@media (max-width: 767px) {
  .spr2026-only-pc {
    display: none !important;
  }
}

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

.wrapper_ > .container_ {
  margin-top: 121px;
}

@media (max-width: 767px) {
  .mainframe_ .forcms_block > * {
    overflow: hidden;
  }
  #bestitem {
    margin-bottom: 60px;
  }
  #newarrival .swiper,
  #bestitem .swiper {
    padding: 0 20px;
  }
  .mainframe_ .forcms_block > *.goodsdetail_itemhistory_main, .mainframe_ .forcms_block > *.block-top-event {
    overflow: hidden;
  }
  .wrapper_ > .container_ {
    margin-top: 94px;
  }
}

@media (max-width: 767px) {
  .footer-language.hidden-fb {
    display: block !important;
  }
}

.spr2026-teashopitoen-keyvisual {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  min-height: 660px;
  padding: 140px 0 90px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-keyvisual {
    padding: 105px 0 82px;
  }
}

.spr2026-teashopitoen-keyvisual__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background-color: #000;
}

.spr2026-teashopitoen-keyvisual__bg-item {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  backface-visibility: hidden;
  animation-name: spr2026-teashopitoen-kv-bg-anime;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-delay: -5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  will-change: opacity;
}
.spr2026-teashopitoen-keyvisual__bg-item picture {
  display: block;
  width: 100%;
  height: 100%;
}
.spr2026-teashopitoen-keyvisual__bg-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transform-origin: center;
  backface-visibility: hidden;
  animation-name: spr2026-teashopitoen-kv-bg-img-scale;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-delay: -5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  will-change: transform;
}

.spr2026-teashopitoen-keyvisual__bg-item:nth-of-type(2) {
  animation-delay: 0s;
}
.spr2026-teashopitoen-keyvisual__bg-item:nth-of-type(2) img {
  animation-delay: 0s;
}

.spr2026-teashopitoen-keyvisual__bg-item:nth-of-type(3) {
  animation-delay: 5s;
}
.spr2026-teashopitoen-keyvisual__bg-item:nth-of-type(3) img {
  animation-delay: 5s;
}

@keyframes spr2026-teashopitoen-kv-bg-anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spr2026-teashopitoen-kv-bg-img-scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.18);
  }
}
.spr2026-teashopitoen-keyvisual__bg-item-text {
  position: absolute;
  right: 30px;
  bottom: 80px;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #fff;
  letter-spacing: 0.36px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-keyvisual__bg-item-text {
    right: 10px;
    bottom: 82px;
    font-size: 8px;
    letter-spacing: 0.24px;
  }
}

.spr2026-teashopitoen-keyvisual__inner,
.spr2026-teashopitoen-keyvisual__footer {
  position: relative;
  z-index: 1;
}

.spr2026-teashopitoen-keyvisual__inner {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  color: #fff;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-keyvisual__inner {
    width: calc(100% - 60px);
  }
}

.spr2026-teashopitoen-keyvisual__header {
  display: flex;
  flex-direction: row-reverse;
  gap: 18px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.21em;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-keyvisual__header {
    gap: 6px;
    font-size: 20px;
    letter-spacing: 0.175em;
  }
}

.spr2026-teashopitoen-keyvisual__header-line {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.spr2026-teashopitoen-keyvisual__body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-keyvisual__body {
    gap: 17px;
    margin-top: 70px;
  }
}

.spr2026-teashopitoen-keyvisual__body-logo {
  width: 63px;
  height: auto;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-keyvisual__body-logo {
    width: 40px;
  }
}
.spr2026-teashopitoen-keyvisual__body-logo img {
  width: 100%;
  height: auto;
}

.spr2026-teashopitoen-keyvisual__body-title {
  font-family: "Jacques Francois", serif;
  font-size: 31.774px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  letter-spacing: 3.813px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-keyvisual__body-title {
    font-size: 20.839px;
    letter-spacing: 2.501px;
  }
}

.spr2026-teashopitoen-keyvisual__body-description {
  font-family: "Jacques Francois", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.941%;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-keyvisual__body-description {
    font-size: 12.503px;
    line-height: 125%;
    letter-spacing: 0.375px;
  }
}

.spr2026-teashopitoen-keyvisual__body-logo-itoen {
  width: 46px;
  height: auto;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-keyvisual__body-logo-itoen {
    width: 30px;
    margin-top: 10px;
  }
}
.spr2026-teashopitoen-keyvisual__body-logo-itoen img {
  width: 100%;
  height: auto;
}

.spr2026-teashopitoen-keyvisual__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 77px;
  padding-bottom: 13px;
  font-family: "Jacques Francois", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 193.75%;
  color: #fff;
  text-align: center;
  letter-spacing: 1.6px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-keyvisual__footer {
    gap: 5px;
    height: 62px;
    padding-bottom: 20px;
    font-size: 10.462px;
    letter-spacing: 1.046px;
  }
}

.spr2026-teashopitoen-keyvisual__footer-text-arrow {
  display: block;
  width: 32px;
  height: auto;
  line-height: 0;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-keyvisual__footer-text-arrow {
    width: 21px;
  }
}
.spr2026-teashopitoen-keyvisual__footer-text-arrow img {
  width: 100%;
  height: auto;
}

.block-top-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 14px;
  justify-content: center;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 121.429%;
  color: #000;
  text-align: center;
  letter-spacing: 0.84px;
}
@media (max-width: 767px) {
  .block-top-title {
    gap: 17px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.72px;
  }
}

.block-top-title span {
  margin: 0;
  font-family: "Jacques Francois", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  color: #000;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .block-top-title span {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.36px;
  }
}

header {
  border: none;
}

.header-main a,
.header-categorylist li .header-categorylist-title,
.header-right ul li a,
.header-search-btn {
  color: #1f1f1f;
}
@media (hover: hover) {
  .header-main a:hover,
  .header-categorylist li .header-categorylist-title:hover,
  .header-right ul li a:hover,
  .header-search-btn:hover {
    color: #1f1f1f;
  }
}
@media (hover: hover) {
  .header-main a,
  .header-categorylist li .header-categorylist-title,
  .header-right ul li a,
  .header-search-btn {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .header-main a:hover,
  .header-categorylist li .header-categorylist-title:hover,
  .header-right ul li a:hover,
  .header-search-btn:hover {
    opacity: 0.7;
  }
}

.header-main h1 {
  flex-shrink: 0;
  margin: auto 0 auto 40px;
}
.header-main h1 a {
  display: block;
}
@media (hover: hover) {
  .header-main h1 a {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .header-main h1 a:hover {
    opacity: 0.7;
  }
}
.header-main h1 img {
  width: 160px;
  height: auto;
}
@media (max-width: 767px) {
  .header-main h1 img {
    width: 96px;
  }
}

.header-categorylist > li {
  padding: 0;
}

.header-categorylist li a.header-categorylist-title::before,
.header-categorylist li span.header-categorylist-title::before {
  display: none;
}

.header-language > p {
  padding-left: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #5c5c5c;
  letter-spacing: 0.48px;
  background-image: url("../images/icons/icon-language.png");
  background-size: 24px 24px;
}

.header-foot {
  padding: 10px 20px;
  background: #121f27;
}
@media (max-width: 767px) {
  .header-foot {
    padding: 5px 20px;
  }
}
.header-foot p {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .header-foot p {
    font-size: 12px;
    letter-spacing: 0.36px;
  }
}

@media (min-width: 768px) {
  .header-nav.spr2026-teashopitoen-header-nav .header-menus-inner {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__list {
    padding: 40px 0;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__list-item {
    box-sizing: border-box;
    width: 1200px;
    max-width: 100%;
    padding: 0 25px;
    margin: 0 auto;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__title {
    position: relative;
    padding-left: 21.75px;
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32.784px; /* 182.134% */
    color: #000;
    letter-spacing: 0.54px;
    leading-trim: both;
    text-edge: cap;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__title::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10.607px;
    height: 10.607px;
    content: "";
    background-color: #000;
    transform: translate(20%, -50%) rotate(45deg);
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__link-item {
    position: relative;
    width: 530px;
    max-width: calc((100% - 50px) / 2);
    padding: 0;
    margin: 0;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__link-item::before {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #888 50%, rgba(255, 255, 255, 0) 100%);
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__item-inner {
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    align-items: center;
    height: 55px;
    padding: 8px 15px 8px 0;
    text-decoration: none;
    background-image: url("../images/header/icon-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 11px 6.5px;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__item-inner {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__item-inner:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__link-icon {
    width: 45px;
    height: auto;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__link-text {
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.656px; /* 172.85% */
    color: #000;
    letter-spacing: 0.48px;
  }
  .header-nav.spr2026-teashopitoen-header-nav .header-menus-inner .block-btn {
    margin-top: 70px;
  }
  .header-nav.spr2026-teashopitoen-header-nav .header-menus-inner .block-btn a {
    min-width: 350px;
  }
}
@media (max-width: 767px) {
  .header-nav.spr2026-teashopitoen-header-nav {
    box-sizing: border-box;
    padding: 40px 0;
    background: #fff;
  }
  .header-nav.spr2026-teashopitoen-header-nav .header-categorylist > li:last-child {
    display: none;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px !important;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__title {
    position: relative;
    padding-left: 18px;
    margin-bottom: 15px;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.656px;
    color: #000;
    letter-spacing: 0.48px;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__title::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 9px;
    content: "";
    background-color: #000;
    transform: translate(20%, -50%) rotate(45deg);
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__link-item {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__link-item::before {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #888 50%, rgba(255, 255, 255, 0) 100%);
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__link-item:last-child::before {
    display: block;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__item-inner {
    position: relative;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    padding: 8px 15px 8px 0;
    text-decoration: none;
    background-image: url("../images/header/icon-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 11px 6.5px;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__link-icon {
    flex-shrink: 0;
    width: 35px;
    height: auto;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__link-icon img {
    width: 100%;
    height: auto;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__link-text {
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: #000;
    letter-spacing: 0.42px;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__horizontal-list {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__horizontal-item {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__horizontal-item-inner,
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__horizontal-item-text {
    font-family: "Shippori Mincho", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #1f1f1f;
    letter-spacing: 0.36px;
    text-decoration: none;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__button-item {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__button-item-inner {
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 49px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__button-item-icon {
    flex-shrink: 0;
    width: 25px;
    height: auto;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__button-item-icon img {
    width: 100%;
    height: auto;
  }
  .header-nav.spr2026-teashopitoen-header-nav .spr2026-teashopitoen-header-nav__button-item-text {
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: #000;
    letter-spacing: 1.68px;
  }
  .header-nav.spr2026-teashopitoen-header-nav .header-right-menu-closebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 36px;
    padding: 0 45px;
    font-family: "Shippori Mincho", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: #000;
    letter-spacing: 0.36px;
    background: #efefef;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS45OTkwMiAyLjAwMjkzTDEzLjYzMzEgMTMuNjM3IiBzdHJva2U9ImJsYWNrIi8+PHBhdGggZD0iTTEzLjYzMTggMi4wMDI5M0wxLjk5NzcyIDEzLjYzNyIgc3Ryb2tlPSJibGFjayIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px 15px;
    border: none;
    border-radius: 8px;
  }
}

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

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

.spr2026-teashopitoen-info__brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border: none;
}

.spr2026-teashopitoen-info__brand-logo {
  width: 392px;
  height: 82px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-info__brand-logo {
    width: 274px;
    height: 58px;
  }
}

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

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

.spr2026-teashopitoen-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: 10px;
}
@media (hover: hover) {
  .spr2026-teashopitoen-info__tel {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .spr2026-teashopitoen-info__tel:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .spr2026-teashopitoen-info__tel {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-info__tel {
    gap: 10px;
    min-height: 86px;
    padding: 12px 16px;
  }
}

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

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

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

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

.spr2026-teashopitoen-info__tel-hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-info__tel-hours {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
}

.spr2026-teashopitoen-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: 10px;
}
@media (hover: hover) {
  .spr2026-teashopitoen-info__contact-form {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .spr2026-teashopitoen-info__contact-form:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-info__contact-form {
    gap: 6px;
    min-height: 48px;
    padding: 10px 16px;
  }
}

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

.spr2026-teashopitoen-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-teashopitoen-info__contact-form-text {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
}

.spr2026-teashopitoen-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-teashopitoen-info__notice {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}

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

.spr2026-teashopitoen-info__instagram {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 280px;
  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: 10px;
}
@media (hover: hover) {
  .spr2026-teashopitoen-info__instagram {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .spr2026-teashopitoen-info__instagram:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-info__instagram {
    width: 100%;
    min-height: 64px;
    padding: 16px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.spr2026-teashopitoen-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: 10px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-info__payments {
    gap: 0 19px;
    width: 100%;
    min-height: 64px;
    padding: 16px;
  }
  .spr2026-teashopitoen-info__payments span.spr2026-only-sp {
    width: 100vw;
    height: 19px;
  }
}

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

.spr2026-teashopitoen-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-teashopitoen-info__link {
    transition: opacity 0.3s;
  }
  .spr2026-teashopitoen-info__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-info__link {
    gap: 5px;
    font-size: 12px;
    line-height: 2.3333;
    letter-spacing: 1.44px;
  }
}

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

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

.spr2026-teashopitoen-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-teashopitoen-info__stores {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    width: calc(100% - 40px);
  }
}

.spr2026-teashopitoen-info__store-card {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .spr2026-teashopitoen-info__store-card {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .spr2026-teashopitoen-info__store-card:hover {
    opacity: 0.7;
  }
}

.spr2026-teashopitoen-info__store-card-img {
  display: block;
  width: 100%;
  height: auto;
}

.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;
}

/* stylelint-disable selector-class-pattern */
.block-top-topic {
  padding: 70px 0;
  background-color: #fff;
}
.block-top-topic .block-top-title {
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.72px;
}
.block-top-topic .block-top-title span {
  font-size: 12px;
  letter-spacing: 0.36px;
}

.block-top-topic--body {
  box-sizing: border-box;
  width: 1200px;
  max-width: 100%;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .block-top-topic--body {
    padding: 0;
  }
}

.block-topic--items {
  margin-bottom: 0;
}

.block-topic--items li > * {
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .block-topic--items li > * {
    padding: 15px 25px;
    text-align: left;
  }
}
.block-topic--items li:first-child > * {
  border-top: 1px solid #e5e5e5;
}

@media (hover: hover) {
  .block-topic--items li a {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .block-topic--items li a:hover {
    opacity: 0.7;
  }
}
.block-topic--items li a {
  padding: 25px 0;
  background: none;
}
@media (max-width: 767px) {
  .block-topic--items li a {
    padding: 15px 25px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .block-topic--items li dl {
    gap: 10px;
    justify-content: flex-start;
  }
}

.block-topic--items li dl dt {
  width: 300px;
  padding: 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  color: #000;
  text-align: center;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .block-topic--items li dl dt {
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.36px;
  }
}

.block-topic--items li dl dd {
  width: calc(100% - 300px);
  margin: auto 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #5c5c5c;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .block-topic--items li dl dd {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 171.429%;
    letter-spacing: 0.42px;
  }
}

.block-top-product-campaign {
  padding: 80px 0;
  background-color: #f0ece7;
}

.block-top-product-campaign-main {
  box-sizing: border-box;
  width: 1200px;
  max-width: 100%;
  padding: 0 20px;
  margin-top: 0;
}

.block-top-product-campaign-main ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  align-items: flex-start;
  justify-content: space-between;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .block-top-product-campaign-main ul {
    flex-wrap: wrap;
    gap: 30px 17px;
  }
}

.block-top-product-campaign-main ul li {
  width: 250px;
}
@media (max-width: 767px) {
  .block-top-product-campaign-main ul li {
    width: calc((100% - 17px) / 2);
  }
}

.block-top-product-campaign-main ul li a {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: flex-start;
  text-decoration: none;
}
@media (hover: hover) {
  .block-top-product-campaign-main ul li a {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .block-top-product-campaign-main ul li a:hover {
    opacity: 0.7;
  }
}

.block-top-product-campaign-main-item-title {
  width: 100%;
  margin: -0.4em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #000;
  text-align: center;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .block-top-product-campaign-main-item-title {
    font-size: 14px;
    line-height: 171.429%;
    text-align: left;
    letter-spacing: 0.42px;
  }
}

/* stylelint-disable selector-class-pattern */
.block-top-event {
  padding: 0;
  margin: 60px 0 80px;
}
@media (max-width: 767px) {
  .block-top-event {
    padding: 0 20px;
    margin: 0;
  }
}

.block-top-event--goods {
  width: 1130px;
  min-width: unset;
  max-width: unset;
  margin: 35px auto 0;
}
@media (hover: hover) {
  .block-top-event--goods a:hover {
    opacity: 1;
  }
  .block-top-event--goods a:hover img {
    opacity: 1;
  }
}

.block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 214px;
  height: auto;
  padding: 14px 14px 20px;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 7.15px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide {
    gap: 14px;
    width: 150px;
    padding: 10px 10px 14px;
    margin-right: 10px;
    border-radius: 5px;
  }
  .spr2026-teashopitoen-concept__body div.block-thumbnail-t--goods-image,
  .spr2026-teashopitoen-concept__body div.block-thumbnail-t--goods-description {
    max-width: 128px;
  }
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide .revico-star-block--title,
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide .revico-star-block--total {
    font-size: 10px;
  }
}
.block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:last-child {
  margin-right: 0;
}
.block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide .block-pickup-list-p--goods-name *, .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide .block-pickup-list-p--goods-name::before, .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide .block-pickup-list-p--goods-name::after,
.block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide .js-enhanced-ecommerce-goods-name *,
.block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide .js-enhanced-ecommerce-goods-name::before,
.block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide .js-enhanced-ecommerce-goods-name::after,
.block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide .block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price *,
.block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide .block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price::before,
.block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide .block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price::after {
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover {
    background: #ececec;
    border: 1px solid #004067;
    opacity: 1;
  }
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .block-pickup-list-p--goods-name *, .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .block-pickup-list-p--goods-name::before, .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .block-pickup-list-p--goods-name::after,
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .js-enhanced-ecommerce-goods-name *,
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .js-enhanced-ecommerce-goods-name::before,
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .js-enhanced-ecommerce-goods-name::after,
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price *,
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price::before,
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price::after {
    color: #004067;
  }
  .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price *, .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price::before, .block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:hover .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price::after {
    color: #dd143f;
  }
}

.block-top-event--goods .swiper-wrapper {
  padding: 1px 0;
}

.block-pickup-list-p--image {
  position: static;
  margin-bottom: 0;
}
.block-pickup-list-p--image a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.block-pickup-list-p--image figure {
  width: auto;
  height: auto;
  margin: 0;
}

.block-pickup-list-p--item-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 767px) {
  .block-pickup-list-p--item-description {
    gap: 14px;
  }
}
.block-pickup-list-p--item-description > * {
  gap: 14px;
  width: 100%;
}

.block-pickup-list-p--goods-name {
  height: 3em;
  margin-bottom: 0;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #000;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .block-pickup-list-p--goods-name {
    font-size: 12px;
    letter-spacing: 0.36px;
  }
}

.js-enhanced-ecommerce-item .block-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  height: unset;
  line-height: 0;
}
.js-enhanced-ecommerce-item .block-icon img {
  height: 22px;
}
@media (max-width: 767px) {
  .js-enhanced-ecommerce-item .block-icon {
    gap: 6px;
    height: unset;
  }
  .js-enhanced-ecommerce-item .block-icon img {
    height: 15px;
  }
}

.block-icon--src1 {
  display: block;
  line-height: 0;
}
.block-icon img {
  height: 22px;
}
@media (max-width: 767px) {
  .block-icon img {
    height: 15px;
  }
  .page-goods div.block-icon span img {
    max-height: unset;
  }
  .page-goods div.block-icon img {
    height: 22px;
  }
  .page-search div.block-icon span img {
    max-height: 22px;
    
  }
  .page-search .block-icon img {
    height: 22px;
  }
  .block-thumbnail-t--items div.block-icon {
    gap: 0 7px;
  }
  .block-genre-page .block-thumbnail-t--item .block-icon img, .block-category-list--goods .block-thumbnail-t--item .block-icon img {
    height: 19px;
    max-height: unset;
  }
  
}


.block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price {
  display: flex;
  gap: 0;
  align-items: baseline;
}

.block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /*min-height: 64px;*/
}
@media (max-width: 767px) {
  .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
    gap: 8px;
    /*min-height: 48px;*/
  }
}
.block-pickup-list-p--item-description .block-pickup-list-p--price-infos > * {
  width: 100%;
  margin: 0;
}

.block-pickup-list-p--item-description .block-pickup-list-p--price-infos span:nth-of-type(1) {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #000;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .block-pickup-list-p--item-description .block-pickup-list-p--price-infos span:nth-of-type(1) {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

.block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price::before {
  display: none;
}
/*
.block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price::after {
  position: static;
  order: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #000;
  letter-spacing: 0.6px;
  content: "円(税込)";
}
@media (max-width: 767px) {
  .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price::after {
    font-size: 9px;
    letter-spacing: 0.45px;
  }
}
*/
.block-pickup-list-p--scomment {
  order: 99;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #818181;
  letter-spacing: 0.36px;
}
@media (max-width: 767px) {
  .block-pickup-list-p--scomment {
    font-size: 10px;
    letter-spacing: 0.3px;
  }
}

.block-pickup-list-p--price-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-pickup-list-p--price-items > * {
  width: 100%;
  margin: 0;
}

.forcms_block .block-pickup-list-p--price-items .default-price-main {
  margin: 0;
}

.forcms_block .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #dd143f;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .forcms_block .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
    font-size: 14px;
    letter-spacing: 0.36px;
  }
}
.forcms_block .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price::after {
  color: #dd143f;
}

.forcms_block .block-pickup-list-p--price-items .default-price-main {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #000;
  letter-spacing: 0.36px;
  text-decoration-line: line-through;
}
.forcms_block .block-pickup-list-p--price-items .default-price-main::after {
  display: none;
}
@media (max-width: 767px) {
  .forcms_block .block-pickup-list-p--price-items .default-price-main {
    width: 100%;
    padding: 0;
    font-size: 10px;
    letter-spacing: 0.3px;
  }
  .forcms_block .block-pickup-list-p--price-items .default-price-main::before {
    font-size: 10px;
    letter-spacing: 0.3px;
    white-space: nowrap;
  }
  .forcms_block .block-pickup-list-p--price-items .default-price-main::after {
    display: none;
  }
}

.forcms_block .block-pickup-list-p--price-infos .default-price {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #000;
  letter-spacing: 0.36px;
  text-decoration-line: line-through;
}
@media (max-width: 767px) {
  .forcms_block .block-pickup-list-p--price-infos .default-price {
    padding: 0;
    font-size: 10px;
    letter-spacing: 0.3px;
    white-space: nowrap;
  }
}
.forcms_block .block-pickup-list-p--price-infos .default-price::before {
  display: none;
}
.forcms_block .block-pickup-list-p--price-infos .default-price::after {
  position: static;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #000;
  letter-spacing: 0.36px;
  text-decoration-line: line-through;
  content: "円（税込）";
}
@media (max-width: 767px) {
  .forcms_block .block-pickup-list-p--price-infos .default-price::after {
    font-size: 10px;
    letter-spacing: 0.3px;
  }
}

.forcms_block .block-pickup-list-p--price-items .default-price-main::before {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #000;
  letter-spacing: 0.36px;
  text-decoration-line: line-through;
}
@media (max-width: 767px) {
  .forcms_block .block-pickup-list-p--price-items .default-price-main::before {
    font-size: 10px;
    letter-spacing: 0.3px;
  }
}

/* stylelint-disable selector-class-pattern */
@media (max-width: 767px) {
  .block-top-event .spr2026-teashopitoen-delay-swiper .swiper-wrapper {
    margin: 0;
  }
  .spr2026-teashopitoen-delay-swiper {
    display: flex;
    width: calc(100% + 40px);
    padding-bottom: 25px;
    margin-right: -20px;
    margin-bottom: -20px;
    margin-left: -20px;
    overflow: scroll;
  }
  .spr2026-teashopitoen-delay-swiper .swiper-container, .spr2026-teashopitoen-delay-swiper.swiper-container {
    overflow: unset;
  }
  .spr2026-teashopitoen-delay-swiper .swiper {
    overflow: visible !important;
    padding: 0 0;
  }
  .spr2026-teashopitoen-delay-swiper .swiper-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0;
  }
  .spr2026-teashopitoen-delay-swiper .block-top-event--goods {
    margin-right: auto;
    margin-left: auto;
    width: unset;
  }
}
/* stylelint-disable selector-class-pattern */
.block-top-event--new-arrival {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .block-top-event--new-arrival {
    padding: 0 20px;
  }
  .block-top-event--new-arrival .block-top-title {
    margin-bottom: 30px !important;
  }
}

/* stylelint-disable selector-class-pattern */
.block-top-pickup {
  padding: 0;
  margin: 80px 0 60px;
}
@media (max-width: 767px) {
  .block-top-pickup {
    margin: 70px 0;
  }
}

.block-top-pickup-main {
  gap: 40px;
  width: 614px;
  min-width: unset;
  max-width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .block-top-pickup-main {
    width: 100%;
    padding: 0 20px;
  }
}

.block-top-pickup-main picture {
  flex-shrink: 0;
  width: 224px;
}
@media (max-width: 767px) {
  .block-top-pickup-main picture {
    width: 250px;
  }
}

.block-top-pickup-detail {
  flex-shrink: 0;
  width: calc(100% - 224px - 40px);
}
@media (max-width: 767px) {
  .block-top-pickup-detail {
    width: 290px;
  }
}

.block-top-pickup-detail h3 {
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #000;
  letter-spacing: 0.54px;
}
@media (max-width: 767px) {
  .block-top-pickup-detail h3 {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

.block-goods-price--price-main .block-goods-price--price.price {
  display: flex;
  gap: 0;
  align-items: baseline;
  margin: 0 0 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #000;
  letter-spacing: 0.6px;
}
.block-goods-price--price-main .block-goods-price--price.price .current,
.block-goods-price--price-main .block-goods-price--price.price .tax {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .block-goods-price--price-main .block-goods-price--price.price .current,
  .block-goods-price--price-main .block-goods-price--price.price .tax {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
.block-goods-price--price-main .block-goods-price--price.price .current {
  margin-left: 3px;
}

.block-top-pickup-comment {
  margin: -0.5em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  color: #000;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .block-top-pickup-comment {
    margin: -0.41665em 0;
    font-size: 12px;
    line-height: 1.8333;
    letter-spacing: 0.36px;
  }
}

.block-top-pickup-detail .block-btn {
  margin: 30px 0 0;
}

.block-btn a {
  position: relative;
  display: flex;
  width: 100%;
  height: 54px;
  padding: 18px 47px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  color: #fff;
  letter-spacing: 0.48px;
  background-color: #000;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12.5px auto;
  border: none;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .block-btn a {
    height: 51px;
    font-size: 14px;
    letter-spacing: 0.36px;
  }
}
.block-btn a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 2;
  width: 12.5px;
  height: 5.5px;
  content: "";
  background-image: url("../images/icons/icon-button-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.block-btn a:hover {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  color: #fff;
  background: #000;
  background-image: none;
  border: none;
}
@media (max-width: 767px) {
  .block-btn a:hover {
    height: 51px;
    font-size: 14px;
    letter-spacing: 0.36px;
  }
}
@media (hover: hover) {
  .block-btn a {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .block-btn a:hover {
    opacity: 0.7;
  }
}

.block-top-product {
  padding: 80px 20px 60px;
  margin: 0;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .block-top-product {
    padding: 70px 20px 40px;
  }
}
.block-top-product a:hover {
  color: #000;
}
.block-top-product a:hover img {
  opacity: 1;
}

.block-top-product .block-top-title {
  padding-top: 0;
}

.block-top-search-product-main {
  display: flex;
  gap: 0;
  width: 100%;
  min-width: unset;
  max-width: 1200px;
  padding: 0;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .block-top-search-product-main {
    flex-direction: column;
    gap: 40px 0;
  }
}

.block-top-search-product-main h3 {
  position: relative;
  padding-left: 22.56px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
  letter-spacing: 0.6px;
}
.block-top-search-product-main h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  background-color: #000;
  transform: translateY(-50%) rotate(45deg);
}

.block-top-search-product-main-item {
  margin: 0;
}

.block-top-search-product-main-item:nth-child(1) {
  width: 770px;
}
@media (max-width: 767px) {
  .block-top-search-product-main-item:nth-child(1) {
    width: 100%;
  }
}

.block-top-search-product-item {
  width: 110px;
  color: #000;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 767px) {
  .block-top-search-product-item {
    width: 93px;
  }
  .block-top-search-product-item p {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    text-align: center;
    letter-spacing: 0.36px;
  }
}

.block-top-search-product-item > *,
.block-top-search-product-item > a {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.36px;
}

@media (hover: hover) {
  .block-top-search-product-item > a {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .block-top-search-product-item > a:hover {
    opacity: 0.7;
  }
}

.block-top-search-product-item picture {
  width: 100%;
  height: auto;
}
.block-top-search-product-item picture img {
  width: calc(100% - 10px);
}
@media (max-width: 767px) {
  .block-top-search-product-item picture img {
    width: 100%;
  }
}

.block-top-search-product-main-item:nth-child(2) {
  margin-left: 80px;
}
@media (max-width: 767px) {
  .block-top-search-product-main-item:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .block-top-search-product-list {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
    margin: 0;
  }
}

/* stylelint-disable selector-class-pattern */
.block-top-product--keyword {
  padding: 0 20px 60px;
  margin: 0;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .block-top-product--keyword {
    padding: 0 20px 70px;
  }
}

.block-top-keyword {
  width: 100%;
  min-width: unset;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  border: none;
}

.block-top-keyword h3 {
  position: relative;
  width: 100%;
  padding-left: 22.56px;
  margin-bottom: 25px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #000;
  text-align: left;
  letter-spacing: 0.6px;
}
.block-top-keyword h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  background-color: #000;
  transform: translateY(-50%) rotate(45deg);
}

.block-top-keyword-main {
  width: 100%;
  min-width: unset;
  max-width: unset;
}
@media (max-width: 767px) {
  .block-top-keyword-main {
    width: 100%;
    padding: 0;
  }
}

.block-top-keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  text-align: left;
}

.block-top-keyword-list a {
  display: inline-flex;
  padding: 4px 15px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  color: #000;
  text-align: center;
  letter-spacing: 1.12px;
  border: 1px solid #000;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .block-top-keyword-list a {
    padding: 0 10px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.36px;
  }
}
@media (hover: hover) {
  .block-top-keyword-list a {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .block-top-keyword-list a:hover {
    opacity: 0.7;
  }
}
.block-top-keyword-list a:hover {
  border-color: #000;
}

.block-global-search {
  margin: 40px 0 0;
}

.block-global-search form {
  display: block;
  width: 340px;
  margin: 0;
}

input.block-global-search--keyword {
  padding: 0 70px 0 21px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
  background: #fff;
  border: none;
  border-radius: 0;
}
input.block-global-search--keyword::placeholder {
  color: #9e9e9e;
}

.block-global-search form .block-global-search--submit {
  right: 0;
  width: 70px;
  height: 100%;
  padding: 0;
  background-image: url("../images/icons/icon-search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
  border: none;
}
@media (hover: hover) {
  .block-global-search form .block-global-search--submit {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .block-global-search form .block-global-search--submit:hover {
    opacity: 0.7;
  }
}

/* stylelint-disable selector-id-pattern */
/* stylelint-disable selector-class-pattern */
.block-top-body-main {
  padding: 0;
  padding-bottom: 48px;
  margin: 60px 0 80px;
}
@media (max-width: 767px) {
  .block-top-body-main {
    margin: 70px 0;
  }
}

.block-top-body-main #block_of_top_body.block-top-body--body {
  width: 580px;
  max-width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .block-top-body-main #block_of_top_body.block-top-body--body {
    width: 100%;
    padding-bottom: 38px;
    margin-top: 30px;
  }
}

.block-top-body-main #block_of_top_body.block-top-body--body .swiper-wrapper .swiper-slide,
.block-top-body-main #block_of_top_body.block-top-body--body .splide__list .splide__slide {
  margin-right: 15px;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .block-top-body-main #block_of_top_body.block-top-body--body .swiper-wrapper .swiper-slide,
  .block-top-body-main #block_of_top_body.block-top-body--body .splide__list .splide__slide {
    margin-right: 0 !important;
  }
}

.block-top-body-main #block_of_top_body.block-top-body--body .splide__track {
  overflow: visible;
}

.block-top-body-main #block_of_top_body.block-top-body--body .swiper-wrapper .swiper-slide img,
.block-top-body-main #block_of_top_body.block-top-body--body .splide__list .splide__slide img {
  width: 580px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .block-top-body-main #block_of_top_body.block-top-body--body .swiper-wrapper .swiper-slide img,
  .block-top-body-main #block_of_top_body.block-top-body--body .splide__list .splide__slide img {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
}

.block-top-body-main #block_of_top_body.block-top-body--body .splide__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-top-body-main #block_of_top_body.block-top-body--body .swiper-pagination-bullet:only-child {
  display: block !important;
}

.block-top-body-main #block_of_top_body.block-top-body--body .swiper-buttons .swiper-pagination-bullets .splide__pagination__page.is-active button {
  background: #444;
}

.block-top-body-main #block_of_top_body.block-top-body--body .swiper-button {
  display: none;
}

.block-top-body-main #block_of_top_body.block-top-body--body .swiper-pagination {
  width: 100%;
}

.block-top-body-main #block_of_top_body.block-top-body--body .swiper-pagination-bullets {
  bottom: -16px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: max-content;
  height: 8px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block-top-body-main #block_of_top_body.block-top-body--body .swiper-pagination-bullets {
    bottom: 0;
  }
}

.block-top-body-main #block_of_top_body.block-top-body--body .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #dedede;
  opacity: 1;
  transform: scale(1);
}
.block-top-body-main #block_of_top_body.block-top-body--body .swiper-pagination-bullets .swiper-pagination-bullet.is-active {
  background: #444;
}

/* stylelint-disable selector-id-pattern */
/* stylelint-disable selector-class-pattern */
.block-top-history {
  padding: 0;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .block-top-history {
    margin: 0 0 70px;
  }
}

.goodsdetail_itemhistory_main {
  padding: 80px 0 0;
  margin: 0 auto 60px;
  border-top: none;
  width: 1130px;
}
@media (max-width: 767px) {
  .goodsdetail_itemhistory_main {
    padding: 70px 20px 0;
    margin-bottom: 70px;
    width: unset;
  }
}

.goodsdetail_itemhistory_main #goodsdetail_itemhistory {
  width: 100%;
  min-width: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  #goodsdetail_itemhistory .spr2026-teashopitoen-delay-swiper .block-history-h {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  #goodsdetail_itemhistory .spr2026-teashopitoen-delay-swiper .swiper .swiper-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.spr2026-teashopitoen-about {
  position: relative;
  box-sizing: border-box;
  min-height: 570px;
  padding: 60px 20px 55px;
  overflow: hidden;
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzY2IiBoZWlnaHQ9IjU3MCIgdmlld0JveD0iMCAwIDEzNjYgNTcwIiBmaWxsPSJub25lIj4gPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfbl8xNzg5XzM2NDY4KSI+IDxwYXRoIGQ9Ik0wIDBIMTM2NlY1NzBIMFYwWiIgZmlsbD0iIzA2MTcyMiIvPiA8L2c+IDxkZWZzPiA8ZmlsdGVyIGlkPSJmaWx0ZXIwX25fMTc4OV8zNjQ2OCIgeD0iMCIgeT0iMCIgd2lkdGg9IjEzNjYiIGhlaWdodD0iNTcwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+IDxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+IDxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+IDxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjUgMC41IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSI3MjQ1Ii8+IDxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+IDxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPiA8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+IDwvZmVDb21wb25lbnRUcmFuc2Zlcj4gPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJzaGFwZSIgaW49ImNvbG9yZWROb2lzZTEiIHJlc3VsdD0ibm9pc2UxQ2xpcHBlZCIvPiA8ZmVGbG9vZCBmbG9vZC1jb2xvcj0icmdiYSg1NCwgNTQsIDU0LCAwLjI1KSIgcmVzdWx0PSJjb2xvcjFGbG9vZCIvPiA8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9Im5vaXNlMUNsaXBwZWQiIGluPSJjb2xvcjFGbG9vZCIgcmVzdWx0PSJjb2xvcjEiLz4gPGZlTWVyZ2UgcmVzdWx0PSJlZmZlY3QxX25vaXNlXzE3ODlfMzY0NjgiPiA8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+IDxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+IDwvZmVNZXJnZT4gPC9maWx0ZXI+IDwvZGVmcz48L3N2Zz4=");
  background-repeat: repeat;
  background-position: top left;
  isolation: isolate;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about {
    min-height: 520px;
    padding: 60px 16px;
  }
}

.spr2026-teashopitoen-about__deco {
  position: absolute;
  top: 44px;
  left: calc(50% + 115px);
  z-index: 1;
  width: 240px;
  height: 240px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about__deco {
    top: 17px;
    left: calc(50% - 20px);
  }
}

.spr2026-teashopitoen-about__deco-kanji img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spr2026-teashopitoen-about__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 65px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about__inner {
    gap: 65px;
  }
}

.spr2026-teashopitoen-about__header {
  display: flex;
  flex-flow: row-reverse nowrap;
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about__header {
    gap: 63px;
  }
}

.spr2026-teashopitoen-about__header-title {
  display: flex;
  flex-direction: row-reverse;
  gap: 22px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about__header-title {
    gap: 26px;
  }
}

.spr2026-teashopitoen-about__header-description {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about__header-description {
    gap: 25px;
  }
}

.spr2026-teashopitoen-about__header-title-line {
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  text-align: start;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about__header-title-line {
    font-size: 20px;
    line-height: 19px;
    letter-spacing: 0.12em;
  }
}

.spr2026-teashopitoen-about__header-description p {
  flex-shrink: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-align: start;
  letter-spacing: 0.17em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about__header-description p {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.48px;
  }
}

.spr2026-teashopitoen-about__body {
  display: flex;
  justify-content: center;
  width: 100%;
}

.spr2026-teashopitoen-about__body-link {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 440px;
  padding: 0 0 21px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #fff !important;
  letter-spacing: 0.48px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
@media (hover: hover) {
  .spr2026-teashopitoen-about__body-link {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .spr2026-teashopitoen-about__body-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about__body-link {
    width: 300px;
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

.spr2026-teashopitoen-about__body-link-inner {
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about__body-link-inner {
    text-align: left;
  }
}

.spr2026-teashopitoen-about__body-link-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  width: 12.5px;
  height: 5.5px;
  content: "";
  background-image: url("../images/icons/icon-button-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about__body-link-icon {
    right: 10px;
  }
}

.spr2026-teashopitoen-about-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about-modal {
    width: 100vw;
    height: 100vh;
  }
}

.spr2026-teashopitoen-about-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.spr2026-teashopitoen-about-modal__viewport {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.spr2026-teashopitoen-about-modal__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.75);
}

.spr2026-teashopitoen-about-modal__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 600px;
  max-width: 100%;
  height: 400px;
  overflow: hidden;
  background: #000;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about-modal__panel {
    width: calc(100vw - 40px);
    height: 530px;
    max-height: calc(100vh - 40px);
  }
}

.spr2026-teashopitoen-about-modal__swiper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

.spr2026-teashopitoen-about-modal__swiper .swiper-wrapper {
  flex: 1 1 auto;
}

.spr2026-teashopitoen-about-modal__swiper .swiper-slide {
  position: relative;
  height: auto;
  min-height: 100%;
}

.spr2026-teashopitoen-about-modal__slide {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
  padding: 0 0 20px;
}

.spr2026-teashopitoen-about-modal__slide-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.spr2026-teashopitoen-about-modal__slide-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spr2026-teashopitoen-about-modal__slide-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 24px 0;
  color: #fff;
  text-align: center;
}

.spr2026-teashopitoen-about-modal__slide-title {
  margin: 0 0 25px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about-modal__slide-title {
    margin: 0 0 32px;
  }
}

.spr2026-teashopitoen-about-modal__slide-text {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 0.48px;
}

.spr2026-teashopitoen-about-modal__slide-text p {
  margin: 0;
}

.spr2026-teashopitoen-about-modal__viewport .spr2026-teashopitoen-about-modal__pagination.swiper-pagination {
  position: absolute;
  bottom: 48px;
  left: 0;
  z-index: 2;
  display: flex !important;
  flex-shrink: 0;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: auto;
  width: 100%;
  min-height: 8px;
  padding: 4px 0 8px;
  margin: 0 auto;
  line-height: 0;
}

.spr2026-teashopitoen-about-modal__pagination .swiper-pagination-bullet {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.spr2026-teashopitoen-about-modal__pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.spr2026-teashopitoen-about-modal__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 999px;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .spr2026-teashopitoen-about-modal__nav {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .spr2026-teashopitoen-about-modal__nav:hover {
    opacity: 0.7;
  }
}
.spr2026-teashopitoen-about-modal__nav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 20px;
  content: "";
  background-image: url("../images/icons/icon-modal-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%) scale(-1);
}
.spr2026-teashopitoen-about-modal__nav.swiper-button-disabled {
  cursor: default;
  opacity: 0;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-about-modal__nav {
    display: none;
  }
}

.spr2026-teashopitoen-about-modal__nav--prev {
  left: 7px;
}

.spr2026-teashopitoen-about-modal__nav--next {
  right: 7px;
}
.spr2026-teashopitoen-about-modal__nav--next::before {
  transform: translate(-50%, -50%);
}

.spr2026-teashopitoen-about-modal__close {
  display: flex;
  flex-shrink: 0;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.42px;
  cursor: pointer;
  background: #000;
  border: 0;
}
@media (hover: hover) {
  .spr2026-teashopitoen-about-modal__close {
    /* stylelint-disable-next-line no-invalid-position-declaration */
    transition: opacity 0.3s;
  }
  .spr2026-teashopitoen-about-modal__close:hover {
    opacity: 0.7;
  }
}

.spr2026-teashopitoen-about-modal__close-label {
  display: block;
}

.spr2026-teashopitoen-about-modal__close-icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.spr2026-teashopitoen-about-modal__close-icon::before,
.spr2026-teashopitoen-about-modal__close-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  content: "";
  background: currentcolor;
  transform-origin: center;
}

.spr2026-teashopitoen-about-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.spr2026-teashopitoen-about-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.spr2026-teashopitoen-concept {
  position: relative;
}
.spr2026-teashopitoen-concept::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f0ece7;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGRlZnM+PGZpbHRlciBpZD0ibm9pc2UiPjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIxLjEiIG51bU9jdGF2ZXM9IjIiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIHJlc3VsdD0idHVyYnVsZW5jZSIvPjxmZUNvbG9yTWF0cml4IGluPSJ0dXJidWxlbmNlIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjIxMSAwIDAgMCAwIDAuMjExIDAgMCAwIDAgMC4yMTEgMCAwIDAgMSAwIi8+PC9maWx0ZXI+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNub2lzZSkiLz48L3N2Zz4=");
  background-repeat: repeat;
  background-position: top left;
  opacity: 0.31;
}

.spr2026-teashopitoen-concept__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  height: 350px;
  color: #fff;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-concept__header {
    gap: 0;
    height: 211px;
  }
}

.spr2026-teashopitoen-concept__header-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.spr2026-teashopitoen-concept__header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.spr2026-teashopitoen-concept--savor .spr2026-teashopitoen-concept__header-bg img {
  object-position: bottom center;
}

.spr2026-teashopitoen-concept__header-title {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
  text-align: center;
  letter-spacing: 0.23em;
  text-wrap: nowrap;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-concept__header-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 137.5%;
    letter-spacing: 0.35em;
  }
}

.spr2026-teashopitoen-concept__header-title-en {
  margin-top: -12px;
  font-family: "Jacques Francois", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.54px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-concept__header-title-en {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.42px;
  }
}

.spr2026-teashopitoen-concept__body {
  padding: 50px 20px 80px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-concept__body {
    padding: 35px 20px 70px;
  }
}

.spr2026-teashopitoen-concept__body-description {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 212.5%;
  color: #000;
  text-align: center;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .spr2026-teashopitoen-concept__body-description {
    font-size: 16px;
    line-height: 212.5%;
    text-align: left;
    letter-spacing: 0.48px;
  }
  .spr2026-teashopitoen-concept__body-description p + p {
    margin-top: 2.125em;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 50px;
  }
}

.spr2026-teashopitoen-sp-menu {
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, #293e4a 0%, #121f27 100%);
}

.spr2026-teashopitoen-sp-menu__list {
  display: flex;
}

.spr2026-teashopitoen-sp-menu__item {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.spr2026-teashopitoen-sp-menu__item:last-child {
  border-right: none;
}

.spr2026-teashopitoen-sp-menu__link {
  display: flex;
  width: 100%;
  height: 50px;
  color: #fff;
  text-decoration: none;
}
.spr2026-teashopitoen-sp-menu__link:hover {
  color: #fff !important;
}

.spr2026-teashopitoen-sp-menu__link-text {
  margin: auto;
  font-family: "Shippori Mincho", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.33px;
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.block-thumbnail-t--goods-image figure, .block-pickup-list-p--image figure, .block-pickup-list-p--item figure,
.block-thumbnail-t--goods figure {
  width: unset;
  height: unset;
}
.block-thumbnail-t--goods-image figure {
  height: unset;
}
.forcms_block .block-pickup-list-p--price-items .default-price-main,
.forcms_block .block-thumbnail-t--price-items .default-price-main,
.forcms_block .block-ranking-r--price-items .default-price-main {
    color: #333;
    position: relative;
    font-size: 1.6rem;
    margin-top: 5px;
    width: max-content;
    display: block;
    flex-direction: row;
}
.forcms_block .block-pickup-list-p--price-items .default-price-main::after,
.forcms_block .block-thumbnail-t--price-items .default-price-main::after,
.forcms_block .block-ranking-r--price-items .default-price-main::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    line-height: 1;
}
.forcms_block .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price,
.forcms_block .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price,
.forcms_block .block-ranking-r--price-items .default-price-main + .price {
    color: #D54B60;
    margin: 4px 0 0 0;
    font-size: 2.4rem;
    position: relative;
    font-weight: normal;
}
.block-thumbnail-t--goods .default-price-main + .price,
.block-thumbnail-t--goods .default-price-main + .price span.yen_,
.block-thumbnail-t--goods .default-price-main + .price span.tax_,
.default-price-main + .normal-price-main .price span, .price.isonsales span {
    color: #D54B60;
}
.block-thumbnail-t--goods-description .default-price {
  color: #333;
  font-weight: normal;
  position: relative;
  font-size: 1.6rem;
  margin-top: 5px;
  width: max-content;
}
.block-top-event .js-enhanced-ecommerce-item .block-thumbnail-t--scomment,
.block-top-event .js-enhanced-ecommerce-item .block-pickup-list-p--comment,
.block-top-event .js-enhanced-ecommerce-item .block-ranking-r--scomment {
    display: block;
    order: 3;
    margin-top: 5px;
    color: #D54B60;
    font-size: 12px;    
}
.block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  display: flex;
  flex-direction: column;
}