@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button,
pre {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  a:hover {
    filter: brightness(1.12);
  }
}

button {
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  button:hover {
    filter: brightness(1.12);
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.scroll_rock {
  overflow: hidden;
}

a[target=_blank]:not([data-platform])::after {
  margin: 0 3px 0 1px;
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}

.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

:root {
  --color-green: #44B0AB;
  --color-green-light: #93CDCA;
  --color-orange: #D16F4C;
  --color-orange-light: #F74F31;
  --color-gray: #F5F5F5;
  --color-dark: #262626;
  --color-white: white;
  --icon-arrow: url('data:image/svg+xml,<svg viewBox="0 0 25 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 11.6777H0V9.67773H21V11.6777ZM24.291 10.001L22.8291 11.3545L14.4688 1.35547L15.9316 0L24.291 10.001Z" fill="currentColor"/></svg>');
  --icon-cart: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.16895 19.8359C8.27604 19.836 9.17383 20.7336 9.17383 21.8408C9.17382 22.948 8.27604 23.8456 7.16895 23.8457C6.06178 23.8457 5.16407 22.9481 5.16406 21.8408C5.16406 20.7336 6.06177 19.8359 7.16895 19.8359ZM17.1846 19.8359C18.2917 19.836 19.1895 20.7336 19.1895 21.8408C19.1894 22.948 18.2917 23.8456 17.1846 23.8457C16.0774 23.8457 15.1797 22.9481 15.1797 21.8408C15.1797 20.7336 16.0774 19.8359 17.1846 19.8359ZM5.61621 0C6.30656 0 6.86709 0.559627 6.86719 1.25V15.3594H18.2148L20.7793 5.68066H11.5615C10.8713 5.68056 10.3117 5.1209 10.3115 4.43066C10.3115 3.74027 10.8712 3.17979 11.5615 3.17969H22.4033C22.7913 3.17969 23.1569 3.36053 23.3936 3.66797C23.6301 3.9754 23.7106 4.37499 23.6113 4.75L20.3857 16.9297C20.2405 17.4777 19.7446 17.8592 19.1777 17.8594H5.61621C4.92604 17.8591 4.36624 17.2996 4.36621 16.6094V2.5H1.25C0.559636 2.49995 0 1.94043 0 1.25C9.94023e-05 0.559657 0.559697 4.88313e-05 1.25 0H5.61621Z" fill="currentColor"/></svg>') ;
}

#header pre,
#footer pre {
  white-space: pre-line;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: drop-shadow(0 4px 13px rgba(0, 0, 0, 0.18));
}
.header.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 48rem) {
  .header {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  }
}

.main {
  padding-bottom: 6.4rem;
  background-color: var(--color-gray);
}
@media (min-width: 48rem) {
  .main {
    padding-bottom: 13.7rem;
  }
}

.cover {
  padding-block: 3rem 3.2rem;
  color: var(--color-green);
  background-color: var(--color-gray);
}
.cover .logo,
.cover h1 {
  margin-left: min(8.5333333333%, 3.2rem);
}
.cover .logo {
  width: min(29.3333333333%, 11rem);
  height: auto;
}
.cover h1 {
  width: min(72.5333333333%, 27.2rem);
  margin-top: 2.5rem;
}
.cover h1 img {
  width: 100%;
  height: auto;
}
@media (min-width: 48rem) {
  .cover {
    display: grid;
    grid-template-areas: "logoh1 yodogawa" "walks walks";
    grid-template-columns: 53.1084656085% 46.8915343915%;
    padding-block: 5.8rem 9.1rem;
  }
  .cover-header {
    grid-area: logoh1;
  }
  .cover .logo {
    width: min(35.1183063512%, 15.5rem);
    margin: 0 0 0 16.6666666667%;
  }
  .cover h1 {
    width: min(68.3686176837%, 30rem);
    margin: 12.4rem 0 0 16.6666666667%;
  }
  .cover .yodogawa {
    grid-area: yodogawa;
    width: 100%;
    margin-top: 6.4rem;
  }
  .cover .walks {
    grid-area: walks;
  }
}
@media (min-width: 75rem) {
  .cover .logo {
    width: 23.4122042341%;
    margin: 0 0 0 16.6666666667%;
  }
  .cover h1 {
    width: 45.5790784558%;
    margin: 12.4rem 0 0 38.4806973848%;
  }
}

.walks {
  --bg-w: min(157.6vw, 59.1rem);
  --bg-h: min(35.2vw, 13.2rem);
  --bg-speed: 10s;
  display: grid;
  gap: min(5.8666666667vw, 2.2rem) 0;
  margin-block: 4rem 4.3rem;
}
.walks .walk-1,
.walks .walk-2 {
  height: var(--bg-h);
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
}
.walks .walk-1 {
  background-image: url("../img/cover_t.webp");
  animation: walk-to-right var(--bg-speed) linear infinite;
}
.walks .walk-2 {
  background-image: url("../img/cover_b.webp");
  animation: walk-to-left var(--bg-speed) linear infinite;
}
@media (min-width: 48rem) {
  .walks {
    --bg-w: min(115.873015873vw, 175.2rem);
    --bg-h: min(13.0291005291vw, 19.7rem);
    --bg-speed: 30s;
    margin-block: 7.4rem 0;
  }
  .walks .walk-1 {
    background-image: url("../img/cover_lg.webp");
  }
  .walks .walk-2 {
    display: none;
    animation-play-state: paused;
  }
}

@keyframes walk-to-right {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: var(--bg-w) 0%;
  }
}
@keyframes walk-to-left {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: calc(var(--bg-w) * -1) 0%;
  }
}
.yodogawa {
  width: 85.3333333333%;
  margin-inline: auto;
  font-family: "Yu Gothic Pr6N B", sans-serif;
  font-size: 1.5rem;
  line-height: 180%;
}
.yodogawa br {
  display: none;
}
@media (min-width: 48rem) {
  .yodogawa {
    font-family: "Yu Gothic Pr6N D";
  }
  .yodogawa br {
    display: block;
  }
}

.cover h1,
.cover .yodogawa {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.cover h1 {
  transition-delay: 0.25s;
}
.cover .walks {
  filter: blur(10px);
  opacity: 0;
  transition: opacity 1.5s ease, filter 2s 0.25s ease-out;
}
.cover .yodogawa {
  transition-delay: 1s;
}
.cover.in-view h1,
.cover.in-view .yodogawa {
  opacity: 1;
}
.cover.in-view .walks {
  filter: blur(0);
  opacity: 1;
}

[data-anim=fade] {
  opacity: 0;
  transition: opacity 1s ease-out;
}
[data-anim=fade].in-view {
  opacity: 1;
}

[data-anim=list] li {
  opacity: 0;
  transition: opacity 1s ease-out;
}
[data-anim=list] li:nth-of-type(1) {
  transition-delay: 0.25s;
}
[data-anim=list] li:nth-of-type(2) {
  transition-delay: 0.5s;
}
[data-anim=list] li:nth-of-type(3) {
  transition-delay: 0.75s;
}
[data-anim=list] li:nth-of-type(4) {
  transition-delay: 1s;
}
[data-anim=list] li:nth-of-type(5) {
  transition-delay: 1.25s;
}
[data-anim=list].in-view li {
  opacity: 1;
}

[data-anim=toc] li {
  opacity: 0;
  transition: opacity 1s ease-out;
}
[data-anim=toc] li:nth-of-type(1) {
  transition-delay: 0.25s;
}
[data-anim=toc] li:nth-of-type(2) {
  transition-delay: 0.5s;
}
[data-anim=toc] li:nth-of-type(3) {
  transition-delay: 0.75s;
}
[data-anim=toc] li:nth-of-type(4) {
  transition-delay: 1s;
}
[data-anim=toc].in-view li {
  opacity: 1;
}

.toc {
  padding-block: 4.8rem;
  background-color: var(--color-green-light);
}
.toc ul {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 29rem), 1fr));
  gap: 3.1rem;
  width: min(max(77.3333333333%, 29rem), 106.1rem);
  margin-inline: auto;
}
.toc li {
  width: 100%;
}
.toc a {
  position: relative;
  display: grid;
  grid-template-columns: 5.1rem auto;
  align-items: center;
  padding: 1.7rem 0 2.5rem 1.2rem;
  color: var(--color-dark);
  font-family: "Yu Gothic Pr6N B", sans-serif;
  border: 1.5px solid #231815;
}
.toc a::after {
  content: "";
  position: absolute;
  right: 2.2rem;
  bottom: 1.6rem;
  display: block;
  background-color: currentColor;
  width: 2.5rem;
  height: 1.2rem;
  mask-image: var(--icon-arrow);
  mask-size: cover;
  mask-repeat: no-repeat;
}
.toc a:active, .toc a:hover, .toc a:focus {
  color: var(--color-white);
  border-color: currentColor;
}
.toc svg {
  grid-row: span 2;
  height: 2.5rem;
}
.toc .subheading {
  font-size: 1.4rem;
}
.toc .heading {
  grid-column: 2;
  font-size: 2rem;
  line-height: 155%;
}
.toc li:nth-of-type(1) svg {
  width: 3.45rem;
}
.toc li:nth-of-type(2) svg {
  width: 3.9rem;
}
.toc li:nth-of-type(3) svg {
  width: 3.95rem;
}
.toc li:nth-of-type(4) svg {
  width: 4rem;
}
@media (min-width: 48rem) {
  .toc {
    padding-block: 6.7rem 7rem;
  }
  .toc ul {
    grid-template-columns: repeat(auto-fit, minmax(24.2rem, 1fr));
  }
  .toc a {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding: 1.9rem 1.2rem 2.2rem;
    border-width: 2px;
  }
  .toc a::after {
    right: 1.5rem;
    bottom: 1.8rem;
  }
  .toc svg {
    grid-row: 1;
    height: 3.4rem;
  }
  .toc li:nth-of-type(1) svg {
    width: 4.7rem;
  }
  .toc li:nth-of-type(2) svg {
    width: 5.4rem;
  }
  .toc li:nth-of-type(3) svg {
    width: 5.4rem;
  }
  .toc li:nth-of-type(4) svg {
    width: 5.45rem;
  }
  .toc .heading {
    grid-column: 1;
    line-height: 145%;
  }
  .toc .subheading {
    margin-top: 0.25em;
  }
}

.cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem 0;
  padding-block: 3.4rem 3.7rem;
}
@media (min-width: 48rem) {
  .cards {
    gap: 14.4rem 0;
    padding-block: 5.9rem 16.5rem;
  }
}

.card {
  width: min(89.8666666667%, 89.6rem);
  color: var(--color-dark);
}
.card-header {
  padding-left: 1.6rem;
  color: var(--color-green);
  font-family: "Yu Gothic Pr6N B", sans-serif;
}
.card-header svg {
  height: 4.6rem;
}
.card-header svg.num-01 {
  width: 6.3rem;
}
.card-header svg.num-02 {
  width: 7.2rem;
}
.card-header svg.num-03 {
  width: 7.2rem;
}
.card-header svg.num-04 {
  width: 7.5rem;
}
.card-header .subheading {
  font-size: 1.8rem;
  line-height: 172.222%;
}
.card-header .heading {
  font-size: 2.4rem;
  line-height: 129.167%;
}
.card ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, min(42.6666666667vw, 16rem)));
  gap: 3.2rem 1.2rem;
  margin-block: 3.2rem;
  font-size: 1.5rem;
  line-height: 160%;
}
.card ul small {
  display: inline;
  font-size: 0.8em;
}
.card ul img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.card-content {
  display: flex;
  flex-direction: column;
  gap: 4.8rem 0;
}
.card-description {
  font-size: 1.5rem;
  line-height: 160%;
}
.card-description br {
  display: none;
}
.card-action {
  width: 26.4rem;
  height: fit-content;
  padding: 1.2rem 0 1.5rem 2.4rem;
  color: var(--color-orange);
  font-size: 1.5rem;
  border: 1.5px solid currentColor;
}
.card-action:active, .card-action:focus, .card-action:hover {
  color: var(--color-orange-light);
}
.card .cart {
  width: 2.4rem;
  aspect-ratio: 1;
  mask-image: var(--icon-cart);
  vertical-align: -15%;
  margin-inline: 0.15em;
}
.card .arrow {
  width: 2.4rem;
  aspect-ratio: 24/12;
  margin-left: 2.3ch;
  mask-image: var(--icon-arrow);
}
.card .cart,
.card .arrow {
  display: inline-block;
  mask-size: cover;
  mask-repeat: no-repeat;
  background-color: currentColor;
}
@media (min-width: 48rem) {
  .card ul {
    grid-template-columns: repeat(auto-fit, 21.5rem);
    gap: 0 2.4rem;
    margin-block: 2.4rem 4.8rem;
  }
  .card-content {
    flex-direction: row;
    justify-content: space-between;
  }
  .card-description br {
    display: block;
  }
  .card-action {
    align-self: end;
  }
}

.annotation {
  display: inline-block;
  font-size: 1rem;
  transform: translateY(-0.5em);
}

.annotation-note {
  display: block;
  font-size: 1.2rem;
  line-height: 200%;
}
@media (min-width: 48rem) {
  .annotation-note {
    margin-top: 1.5em;
  }
}

.event {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(86.9333333333%, 81rem);
  margin-inline: auto;
  padding-block: 2.7rem 3.5rem;
  font-family: "Yu Gothic Pr6N B", sans-serif;
  background-color: var(--color-green-light);
  border: 3px solid var(--color-dark);
}
.event h2 {
  align-self: start;
  padding-left: 2.4rem;
  font-size: 2.2rem;
  line-height: 140.909%;
  letter-spacing: 0.04em;
}
.event-poster {
  margin-block: 2.5rem 2.4rem;
}
.event-poster img {
  width: 100%;
  height: auto;
}
.event-logo {
  width: min(41.5625%, 16.7rem);
  height: auto;
}
.event .date-location {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  width: min(81.875%, 35rem);
  margin-block: 2.4rem 3rem;
}
.event .date-location .date img {
  display: block;
  width: 100%;
  height: auto;
}
.event .date-location p {
  font-size: 2rem;
  line-height: 197.5%;
}
.event .para {
  width: min(85.625%, 38rem);
  font-size: 1.5rem;
  line-height: 186.6666666667%;
}
.event .para br {
  display: none;
}
.event a {
  color: var(--color-orange-light);
}
@media (min-width: 75rem) {
  .event {
    padding-block: 4.3rem 4.7rem;
  }
  .event h2 {
    padding-left: 0;
    font-size: 3.6rem;
    line-height: 1;
    align-self: center;
  }
  .event h2 br {
    display: none;
  }
  .event-poster {
    margin-block: 4.3rem 4.6rem;
  }
  .event .date-location {
    align-items: center;
    gap: 1.7rem 0;
    margin-block: 2.4rem 6.6rem;
  }
  .event .date-location p {
    font-size: 2.2rem;
    line-height: 179.545%;
  }
  .event .para {
    font-size: 1.8rem;
    line-height: 155.556%;
  }
  .event .para p + p {
    margin-block: 1.5em;
  }
}

.aside {
  --aside-bg: #B7C0C1;
  padding-block: 5.3rem 3.2rem;
  background-color: var(--aside-bg);
}
.aside .related-contents-section {
  margin-bottom: 6.9rem;
}
.aside .related-product-section {
  padding-block: 0;
}
@media (min-width: 48rem) {
  .aside {
    padding-block: 9.6rem 12.3rem;
  }
  .aside .related-contents-section {
    margin-bottom: 6rem;
  }
}
@media (min-width: 75rem) {
  .aside .related-contents-section:not(:has(li:nth-child(4))) .swiper-button-next {
    display: none;
  }
}

.swiper-wrapper {
  height: fit-content;
  padding: 0;
}
.swiper .swiper-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  margin-top: 1.5rem;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  position: relative;
  width: 3.2rem;
  height: 2rem;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,%3Csvg width="21" height="10" viewBox="0 0 21 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.0076 8.5592H0" stroke="black" stroke-width="1.5"/%3E%3Cpath d="M19.5277 8.87402L12.5986 1" stroke="black" stroke-width="1.5"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper .swiper-button-next {
  --swiper-navigation-sides-offset: 2.8rem;
}
.swiper .swiper-button-prev {
  --swiper-navigation-sides-offset: calc(3.2rem * 0.32);
}
.swiper .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.swiper .swiper-button-disabled {
  opacity: 0;
}
@media (min-width: 67rem) {
  .swiper .swiper-button-next {
    --swiper-navigation-sides-offset: calc(3.2rem * 0.32);
  }
}

.related-contents-section {
  --color-black: black;
  width: 100%;
  padding-left: 2.8rem;
  background-color: var(--color-rcs-bg, #B7C0C1);
}
.related-contents-section h3 {
  margin-bottom: 3rem;
  padding-bottom: 0.4rem;
  font-size: 2.4rem;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.03em;
  border-bottom: 1.5px solid var(--color-black);
}
@media (min-width: 67rem) {
  .related-contents-section {
    padding-inline: calc((100% - 102rem) / 2);
  }
}

.related-contents {
  margin-inline: auto;
}
.related-contents a {
  color: var(--color-black);
  transition: filter 0.1s ease;
}
@media (hover: hover) {
  .related-contents a:hover {
    opacity: 1;
    filter: brightness(1.12);
  }
}
.related-contents .swiper-wrapper {
  height: auto;
}

.related-content {
  display: block;
}
.related-content img {
  border: var(--border, 1.5px solid var(--color-black));
}
.related-content h4 {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 142.857%;
}
@media (min-width: 600px) {
  .related-content h4 {
    margin-top: 1.6rem;
  }
}

.related-product-section {
  --color-black: black;
  --color-white: white;
  width: 100%;
  padding-block: var(--rps-padding-block, 0 min(14.9333333333vw, 9.6rem));
  padding-left: 2.8rem;
  background-color: var(--color-rps-bg, #B7C0C1);
}
.related-product-section h3 {
  margin-bottom: 3rem;
  padding-bottom: 0.4rem;
  font-size: 2.4rem;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.03em;
  border-bottom: 1.5px solid #000;
}
@media (min-width: 67rem) {
  .related-product-section {
    padding-inline: calc((100% - 102rem) / 2);
  }
}

.related-product {
  margin-inline: auto;
}
.related-product a {
  color: var(--color-black);
  transition: filter 0.1s ease;
}
@media (hover: hover) {
  .related-product a:hover {
    opacity: 1;
    filter: brightness(1.12);
  }
}
.related-product .swiper .brand,
.related-product .swiper .name,
.related-product .swiper .price small {
  font-family: "Yu Gothic Pr6N B", sans-serif;
  letter-spacing: 0.02em;
}
.related-product .swiper .brand {
  font-size: 1rem;
  line-height: 160%;
}
.related-product .swiper .name {
  font-size: 1.2rem;
  line-height: 133.3333333333%;
}
.related-product .swiper .price {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.03em;
}
.related-product .swiper .price:last-child {
  margin-top: 0.8rem;
}
@media (min-width: 67rem) {
  .related-product .swiper .price {
    font-size: 1.2rem;
  }
}
.related-product figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 0.8rem;
  border: var(--border, 1px solid var(--color-black));
}
.related-product figure figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8.5333333333vw;
  background-color: rgba(0, 0, 0, 0.4);
}
.related-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-product .price-wrap {
  margin-top: 0.8rem;
}
.related-product .price-wrap small {
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .related-product figure figcaption {
    font-size: min(3vw, 2rem);
  }
}

@keyframes arrow-tap-next {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  68% {
    transform: translateX(32%);
  }
  76% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(24%);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-tap-prev {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  68% {
    transform: translateX(-32%);
  }
  76% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(-24%);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}