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

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #B50003;
  --color-orange: #D16F4C;
  --color-paper-light: #EAEAEA;
  --color-paper-dark: #D9D9D9;
  --color-grey: #B7C0C1;
  --base: var(--color-black);
  --accent: var(--color-yellow);
  --link: var(--color-red);
  --bg: #B7C0C1;
  --paper: rgba(237, 237, 237, 0.9);
  --border: 1.5px solid var(--color-black);
}

html {
  scroll-padding: 0;
}

body {
  color: var(--base);
  font-family: "Yu Gothic Pr6N B", sans-serif;
  background-color: var(--bg);
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

header pre,
footer pre {
  white-space: pre-wrap;
}

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

.cover {
  position: relative;
}
.cover-header {
  display: flex;
  flex-direction: column;
  gap: 3.2rem 0;
  width: min(100%, 125rem);
  margin-inline: auto;
  padding: 3rem 4.8vw 1.6rem 8.8vw;
}
.cover .logo {
  width: min(29.3333333333vw, 11rem);
  height: auto;
}
.cover h1 img,
.cover h2 img {
  width: 100%;
  height: auto;
}
.cover h1 {
  align-self: flex-end;
  width: min(84.5333333333vw, 31.7rem);
}
.cover h2 {
  position: absolute;
  top: min(36vw, 13.5rem);
  right: 4.2666666667vw;
  width: min(11.2vw, 4.2rem);
}
.cover h2::before {
  content: "";
  display: block;
  padding-top: 13.3333333333vw;
}
.cover-content {
  background-image: linear-gradient(transparent 8vw, var(--color-paper-light) 8vw);
}
.cover-content .cover-photo {
  width: 81.0666666667%;
}
.cover-content .cover-photo picture {
  aspect-ratio: 304/202;
  overflow: hidden;
  background-color: var(--color-paper-dark);
}
@media (min-width: 48rem) {
  .cover-header {
    position: relative;
    gap: 0;
    width: min(82.671957672%, 125rem);
    padding: 6.9rem 0 2.7rem;
  }
  .cover .logo {
    width: 15.2%;
  }
  .cover h1 {
    width: 54%;
    margin: 2.75rem 10.96% 1.7rem 0;
  }
  .cover h2 {
    position: relative;
    top: unset;
    right: unset;
    align-self: flex-end;
    width: 53.92%;
  }
  .cover h2::before {
    display: none;
  }
  .cover-content {
    display: grid;
    grid-template-columns: 53.7698412698% auto;
    padding-bottom: 8.1rem;
    background: var(--bg);
  }
  .cover-content .cover-photo {
    width: 100%;
    background-image: linear-gradient(to right, transparent 78.2287822878%, var(--color-paper-light) 78.2287822878%);
  }
  .cover-content .cover-photo picture {
    aspect-ratio: 813/498;
  }
  .cover .yodogawa {
    background-image: linear-gradient(var(--bg) 6.7rem, var(--color-paper-light) 6.7rem);
  }
}

.cover h1,
.cover h2 {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.cover h1 {
  transition-delay: 0.5s;
}
.cover h2 {
  transition-delay: 1s;
}
.cover .cover-photo img {
  opacity: 0;
  transform-origin: center;
  transform: scale(1.1);
  transition: all 2.5s ease;
}
.cover.in-view h1,
.cover.in-view h2 {
  opacity: 1;
}
.cover.in-view .cover-photo img {
  opacity: 1;
  transform: scale(1);
}

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

.yodogawa {
  padding: 3.2rem 19.2vw 3.2rem 9.0666666667vw;
  font-size: 1.5rem;
  line-height: 160%;
}
.yodogawa p a {
  color: var(--color-orange);
}
.yodogawa p + p {
  margin-top: 2em;
}
.yodogawa br {
  display: none;
}
@media (min-width: 48rem) {
  .yodogawa {
    padding: 14.2rem 0 7.2rem 7.6923076923%;
  }
  .yodogawa br {
    display: block;
  }
}

.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 {
  width: 100%;
  padding-block: min(12.5333333333vw, 13.2rem) min(17.2vw, 9.8rem);
  padding-left: 2.8rem;
  background-color: var(--color-grey);
}
.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 #000;
}
@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;
}
@media (min-width: 48rem) {
  .related-contents .swiper-button-next {
    display: none;
  }
}

.related-content {
  display: block;
}
.related-content img {
  border: var(--border);
}
.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 {
  width: 100%;
  padding-block: 0 min(14.9333333333vw, 9.6rem);
  padding-left: 2.8rem;
  background-color: var(--color-grey);
}
.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: leading(16, 12);
}
.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: 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);
  }
}
.content-body {
  --content-space: 3.2rem;
  --content-pad: 0 4.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: var(--content-pad);
  font-family: "Ishii Chu Gothic M";
  background-color: var(--color-paper-dark);
}
.content-body .heading,
.content-body .para {
  width: min(85.3333333333%, 45rem);
}
.content-body .heading {
  margin-top: 1.9rem;
}
.content-body .heading h2 {
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.content-body .para {
  padding-block: 3.2rem;
}
.content-body .para p {
  font-size: 1.5rem;
  line-height: 160%;
}
.content-body .para p span:not([class]) {
  display: block;
}
.content-body .para p + p {
  margin-top: 2em;
}
.content-body .para br:not(.s-also) {
  display: none;
}
.content-body .picture img {
  width: 100%;
  height: auto;
}
.content-body a {
  color: var(--color-orange);
}
@media (min-width: 56rem) {
  .content-body {
    --content-space: 4rem;
    --content-pad: 13.3rem 9.6rem;
  }
  .content-body .heading {
    margin-block: 0 5.6rem;
  }
  .content-body .heading h2 {
    font-size: 3rem;
  }
  .content-body .para {
    padding-block: 0;
  }
  .content-body .para br:not(.s-also) {
    display: block;
  }
}
@media (min-width: 75rem) {
  .content-body {
    padding-left: min(5.0264550265%, 7.6rem);
  }
}

[class^=block] {
  display: grid;
}
[class^=block] .heading,
[class^=block] .para {
  margin-inline: auto;
}
@media (min-width: 56rem) {
  [class^=block] {
    width: min(90%, 127.6rem);
  }
  [class^=block] .heading,
  [class^=block] .para {
    margin-inline: unset;
  }
  [class^=block] .picture {
    width: 100%;
    height: fit-content;
  }
}

.block-1 {
  background-image: linear-gradient(var(--bg) 12vw, transparent 12vw);
}
.block-1 picture {
  grid-row: 1;
  justify-self: end;
  width: 92.2666666667%;
}
@media (min-width: 56rem) {
  .block-1 {
    grid-template-columns: auto 50%;
    background-image: none;
  }
  .block-1 .heading {
    grid-column: span 2;
  }
  .block-1 picture {
    grid-row: 2;
    grid-column: 2;
  }
}
@media (min-width: 75rem) {
  .block-1 {
    grid-template-columns: auto 62.9310344828%;
  }
}

.block-2 .at-top {
  justify-self: start;
  width: 92.2666666667%;
}
.block-2 .at-bottom picture {
  justify-self: end;
  width: 78.4%;
}
@media (min-width: 56rem) {
  .block-2 {
    width: min(90%, 125.9rem);
    grid-template-columns: 57.823669579% auto;
    padding-block: 15.9rem 8.1rem;
  }
  .block-2 .at-top {
    width: 100%;
    padding-bottom: 17.4450549451%;
  }
  .block-2 .at-bottom {
    display: grid;
    grid-template-rows: auto max-content;
    transform: translateX(-10.3578154426%);
  }
  .block-2 .at-bottom .para {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .block-2 .at-bottom .picture {
    width: 100%;
  }
}

.block-3 picture {
  justify-self: center;
  width: 92.2666666667%;
}
@media (min-width: 56rem) {
  .block-3 {
    grid-template-columns: auto 50%;
  }
  .block-3 picture {
    width: 100%;
  }
}
@media (min-width: 75rem) {
  .block-3 {
    grid-template-columns: auto 64.1065830721%;
  }
}

.curator-note {
  --cn-pad: 4rem 4.4rem;
  --cn-gap: 2.4rem;
  --cn-h2-w: 11.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: var(--cn-pad);
  background-color: #7FB9B6;
}
.curator-note .wrap {
  width: min(88vw, 40rem);
}
.curator-note h2 {
  width: var(--cn-h2-w);
  margin-bottom: var(--cn-gap);
}
.curator-note h2 img {
  width: 100%;
  height: auto;
}
.curator-note p {
  font-family: "Yu Gothic Pr6N D";
  font-size: 1.5rem;
  line-height: 146.667%;
}
.curator-note p + p {
  margin-top: 2em;
}
.curator-note p span {
  display: block;
}
.curator-note p br {
  display: none;
}
@media (min-width: 48rem) {
  .curator-note {
    --cn-pad: 8.4rem 9.6rem;
    --cn-gap: 2.6rem;
    --cn-h2-w: 15.6rem;
  }
  .curator-note p br {
    display: block;
  }
}

.pickup {
  --pickup-pad: 7.1rem 3.1rem;
  --pickup-items-pad: 3.8rem 3.9rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: var(--pickup-pad);
}
.pickup-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(96.2666666667%, 125.2rem);
  padding-block: var(--pickup-items-pad);
  background-color: var(--color-paper-light);
  border: 2px solid #940F12;
}
.pickup h2 {
  position: absolute;
  top: 4rem;
  width: 16rem;
}
.pickup h2 img {
  width: 100%;
  height: auto;
}
.pickup h3 {
  margin-bottom: 2.9rem;
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: 0.07em;
}
.pickup ul {
  container: pickups/inline-size;
  width: min(91.4127423823%, 109.1rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 1.6rem;
}
@media (min-width: 40rem) {
  .pickup ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 50rem) {
  .pickup ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 64rem) {
  .pickup {
    --pickup-pad: 16rem 10.4rem;
    --pickup-items-pad: 8.3rem 11.2rem;
  }
  .pickup h2 {
    top: 9.65rem;
    width: 26.1rem;
  }
  .pickup h3 {
    margin-bottom: 7.2rem;
    font-size: 2.8rem;
  }
  .pickup h3 br {
    display: none;
  }
  .pickup ul {
    gap: 5.6rem 1.6rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 75rem) {
  .pickup ul {
    padding-left: 2rem;
  }
}

@media (hover: hover) {
  .pickup-item a:hover {
    color: var(--color-red);
  }
}
.pickup-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.pickup-item h4 {
  margin-block: 1rem 1.3rem;
  font-size: 1.5rem;
  line-height: 133.333%;
}
.pickup-item p {
  font-family: "Yu Gothic Pr6N D";
  font-size: 1.4rem;
  line-height: 142.857%;
}
.pickup-item p br {
  display: none;
}
@media (min-width: 64rem) {
  .pickup-item a {
    display: grid;
    grid-template-columns: 19.7rem auto;
    align-items: end;
    gap: 0 2.4rem;
  }
  .pickup-item h4 {
    margin-block: 0 1.6rem;
    line-height: 126.667%;
  }
  .pickup-item h4 .s-only {
    display: none;
  }
  .pickup-item p {
    line-height: 135.714%;
  }
  .pickup-item p br {
    display: block;
  }
}

.banner picture {
  width: min(86.1333333333%, 60rem);
  margin-inline: auto;
}
.banner picture img {
  width: 100%;
  height: auto;
}

.cover {
  padding-bottom: 4.7rem;
}