@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;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

button {
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.5;
  }
}

[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-yellow: #E9FF7B;
  --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);
}

body {
  color: var(--base);
  font-family: "Yu Gothic Pr6N D";
  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;
}

.main a {
  color: var(--link);
}

.header {
  border-bottom: var(--border);
}

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

.section-talk {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(90.6666666667vw, 91.4rem);
  margin-inline: auto;
  background-color: var(--paper);
}

.section-favorite {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main:not(:has(.banner)) .section-favorite {
  padding-bottom: 10rem;
}

.favorites {
  width: min(100%, 56rem);
  border: var(--border);
  background-color: var(--paper);
}
.favorites-heading {
  position: relative;
}
.favorites-heading h3 {
  position: absolute;
  top: -0.7058823529em;
  left: 0;
  width: fit-content;
  padding: 0 0.7058823529em 0 1.8823529412em;
  font-size: 1.7rem;
  line-height: 1.4117647059em;
  letter-spacing: 0.02em;
  background-color: var(--accent);
}
.favorites-heading h3.hard-left {
  left: -1.5px;
}
.favorites-photo {
  border-bottom: var(--border);
}
@media (min-width: 48rem) {
  .favorites-heading h3 {
    left: -6.1rem;
  }
  .favorites-heading h3.hard-left {
    left: -6.1rem;
  }
}

.favorite-cover {
  display: grid;
  gap: 0.6rem 0;
  width: min(91.4666666667vw, 56.5rem);
  padding-block: 2.1rem 3.5rem;
}
.favorite-cover img {
  width: min(100%, 56.5rem);
  height: auto;
}
.favorite-cover p {
  justify-self: center;
  width: min(88.8vw, 49.8rem);
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
@media (min-width: 48rem) {
  .favorite-cover {
    gap: 2rem 0;
    padding-block: 6.8rem 9.3rem;
  }
  .favorite-cover p {
    font-size: 1.6rem;
    line-height: 162.5%;
    letter-spacing: 0.02em;
  }
}

.favorites-list {
  display: grid;
  gap: 4rem 0;
  padding: 2.2rem min(8vw, 3rem) 5.7rem min(9.3333333333vw, 3.5rem);
}
@media (min-width: 48rem) {
  .favorites-list {
    gap: 6.1rem 0;
    padding: 4.6rem 4.6rem 8.7rem;
  }
}

.favorite-item .item-heading {
  display: grid;
  grid-template-columns: 3rem auto;
  margin-bottom: 1.6rem;
}
.favorite-item .item-number {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: transparent;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base);
}
.favorite-item .item-name {
  color: var(--base);
  font-family: "Yu Gothic Pr6N B";
  font-size: 1.5rem;
  line-height: 133.333%;
  letter-spacing: 0.02em;
}
.favorite-item p {
  font-size: 1.4rem;
  line-height: 157.143%;
  letter-spacing: 0.02em;
}
@media (min-width: 48rem) {
  .favorite-item .item-heading {
    grid-template-columns: 4.5rem auto;
  }
}

.favorites-comment {
  padding: 2.6rem min(8vw, 3rem) 3.5rem min(9.3333333333vw, 3.5rem);
  border-top: var(--border);
}
.favorites-comment p {
  white-space: pre-line;
}
@media (min-width: 48rem) {
  .favorites-comment {
    padding: 3.8rem 4.6rem 6.8rem;
  }
}

.cover {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(90.6666666667vw, 90.9rem);
  aspect-ratio: 340/493;
  margin-inline: auto;
  padding: 15.4666666667vw 0 0 0;
}
.cover img {
  width: 100%;
  height: auto;
}
.cover-photo {
  width: 100%;
  aspect-ratio: 340/260;
}
.cover-photo img {
  border: var(--border);
}
.cover-label {
  position: absolute;
  top: 3.6511156187%;
  left: -2.0588235294%;
  width: fit-content;
  padding: 0.7142857143em 0.7857142857em 0.7142857143em 1.2142857143em;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.7333333333vw;
  letter-spacing: 0.02em;
  line-height: leading(18, 14);
  border: var(--border);
  background-color: #D16F4C;
}
.cover-label .lg-only {
  display: none;
}
.cover h1 {
  margin-block: 3.7333333333vw 6.6666666667vw;
}
.cover-lead {
  width: 44.4117647059%;
}
.cover-hobonichi {
  margin: auto 0 0 auto;
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(2.6666666667vw, 1rem);
  letter-spacing: 0.05em;
  line-height: 330%;
}
@media (min-width: 48rem) {
  .cover {
    padding-block: 4.1rem 2.2rem;
    aspect-ratio: 909/653;
  }
  .cover-photo {
    order: 2;
    aspect-ratio: 909/490;
  }
  .cover-label {
    order: 3;
    top: unset;
    left: unset;
    right: -3.300330033%;
    bottom: 3.4rem;
    padding: 0.8888888889em 1em;
    font-size: 1.8rem;
    line-height: 116.667%;
  }
  .cover-label .lg-only {
    display: block;
  }
  .cover h1 {
    order: 1;
    align-self: flex-end;
    width: min(62.1562156216%, 56.5rem);
    margin-block: 0 0.6rem;
  }
  .cover-lead {
    position: absolute;
    top: 37.212863706%;
    left: -4.400440044%;
    order: 4;
    width: 1.9801980198%;
  }
  .cover-hobonichi {
    order: 5;
    margin-left: 0;
    font-size: 1.3rem;
    line-height: 253.846%;
  }
}
@media (min-width: 75rem) {
  .cover-label {
    right: -13.7513751375%;
  }
}

.yodogawa {
  padding-block: 3.1rem 4.8rem;
  width: min(77.3333333333vw, 29rem);
}
.yodogawa-para {
  font-family: "Yu Mincho Pr6N D";
  font-size: 1.5rem;
  line-height: 186.667%;
}
.yodogawa-credit {
  display: block;
  margin-block: 2.0769230769em 2.3076923077em;
  font-size: 1.3rem;
  line-height: 200%;
  letter-spacing: -0.01em;
}
.yodogawa-credit span {
  display: inline-flex;
  align-items: center;
}
.yodogawa-credit span:after {
  content: "";
  display: block;
  height: 1.2307692308em;
  width: 0.5px;
  margin-inline: 0.6em 0.5em;
  background-color: currentColor;
}
.yodogawa-profile {
  display: grid;
  gap: 0.6em 0;
}
.yodogawa-profile button {
  display: flex;
  gap: 0 0.3333333333em;
  align-items: center;
  color: var(--link);
  font-size: 1.5rem;
  line-height: 173.333%;
}
.yodogawa-profile button:after {
  content: "";
  display: block;
  width: 1.4em;
  height: 0.6em;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 21 9" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0908 7.87402L19.5283 8.36914L18.9648 8.86426L12.0352 0.990234L13.1621 0L20.0908 7.87402ZM17.0078 8.80469H0V7.30469H17.0078V8.80469Z"/%3E%3C/svg%3E');
}
.yodogawa-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(74.6666666667vw, 28rem);
  aspect-ratio: 280/81;
  margin-top: 4rem;
  padding-top: 2rem;
  border: 1.5px solid #028B6D;
}
.yodogawa-banner img {
  width: 74.6428571429%;
  height: auto;
}
.yodogawa-banner p {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  color: #028B6D;
  letter-spacing: 0.05em;
  line-height: 253.846%;
  text-align: center;
}
@media (min-width: 48rem) {
  .yodogawa {
    width: fit-content;
    padding-block: 8.4rem 4.5rem;
  }
  .yodogawa-para {
    white-space: pre-line;
    line-height: 173.333%;
  }
  .yodogawa-credit {
    margin-block: 1.1538461538em 2.9230769231em;
  }
}

.yodogawa dialog {
  width: min(93.3333333333vw, 50rem);
  max-width: unset;
  padding: min(12vw, 9.3rem) min(10.6666666667vw, 8rem) min(22.6666666667vw, 9.2rem);
  line-height: 180%;
}
.yodogawa dialog h3 {
  margin-bottom: 1.4444444444em;
  font-size: 1.8rem;
  font-family: "Yu Mincho Pr6N D";
  line-height: 144.444%;
  letter-spacing: -0.01em;
}
.yodogawa dialog p {
  font-size: 1.3rem;
  line-height: 200%;
  white-space: pre-line;
}
.yodogawa dialog ul {
  margin-top: 1em;
  font-size: 1.3rem;
}
.yodogawa .dialog-close {
  position: absolute;
  right: min(7.2vw, 2.7rem);
  bottom: min(6.6666666667vw, 2.5rem);
  display: block;
  width: min(10.6666666667vw, 4rem);
  height: min(10.6666666667vw, 4rem);
  border: var(--border);
  border-radius: 50%;
  background: url('data:image/svg+xml,%3Csvg viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.9932 1.53027L9.79199 8.73145L16.9922 15.9316L15.9316 16.9922L8.73145 9.79199L1.53125 16.9922L0.470703 15.9316L7.66992 8.73047L0.469727 1.53027L1.53027 0.469727L8.73047 7.66992L15.9316 0.469727L16.9932 1.53027Z" /%3E%3C/svg%3E') center/min(4.5333333333vw, 1.7rem) no-repeat;
}
@media (min-width: 48rem) {
  .yodogawa .dialog-close {
    right: 2.9rem;
    bottom: 3.2rem;
  }
}

.toc {
  width: min(100%, 64rem);
  padding-block: 2.7rem 2.4rem;
  border-block: 1px solid var(--color-black);
}
.toc .wrap {
  padding-left: min(9.0666666667vw, 3.4rem);
}
.toc h2 {
  margin-bottom: 0.9444444444em;
  font-family: "Yu Gothic Pr6N B";
  font-size: 1.8rem;
  line-height: 144.444%;
  letter-spacing: -0.01em;
}
.toc ul {
  display: grid;
  gap: 0.25rem 0;
}
.toc-chapter {
  display: flex;
  gap: 0 0.5rem;
}
.toc-chapter.is-locked {
  pointer-events: none;
  opacity: 0.2;
}
.toc-chapter-number {
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 118.182%;
  letter-spacing: -0.01em;
}
.toc-chapter a {
  padding-top: 2.1rem;
}
.toc-chapter-date {
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--base);
  font-size: 1.2rem;
  line-height: 216.667%;
  letter-spacing: -0.01em;
}
@media (min-width: 48rem) {
  .toc {
    padding-block: 5.7rem 8.3rem;
  }
  .toc .wrap {
    display: flex;
    gap: 0 min(6.6071428571%, 3.7rem);
    width: min(100%, 56rem);
    margin-inline: auto;
    padding-left: min(11.0714285714%, 6.2rem);
  }
  .toc h2 {
    writing-mode: vertical-lr;
    letter-spacing: 0.2em;
  }
  .toc ul {
    gap: 1.8rem 0;
  }
  .toc-chapter-date {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
}

.chapter-title {
  display: grid;
  gap: 0.4rem 1rem;
  padding-top: 3.3rem;
}
.chapter-title-number {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
}
.chapter-title-text {
  font-family: "Yu Mincho Pr6N D";
  font-size: 2rem;
  line-height: 165%;
  letter-spacing: 0.06em;
}
@media (min-width: 48rem) {
  .chapter-title {
    grid-auto-flow: column;
    align-items: baseline;
    padding-top: 8rem;
  }
  .chapter-title-number {
    font-size: 3rem;
  }
  .chapter-title-text {
    font-size: 2.4rem;
  }
}

.conversations {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.conversations .picture img {
  width: 100%;
  height: auto;
  margin-inline: auto;
}
.conversations .picture img[width="560"] {
  width: min(100%, 56rem);
}

.conversation {
  display: grid;
  gap: 3.5rem 0;
  width: min(80vw, 56rem);
  padding-block: 2.6rem 3.5rem;
}
.conversation .talk {
  display: grid;
  font-size: 1.5rem;
  line-height: 173.333%;
  letter-spacing: -0.01em;
}
.conversation .speaker {
  font-family: "Yu Gothic Pr6N B";
}
.conversation .speak {
  font-family: "Yu Mincho Pr6N D";
}
@media (min-width: 48rem) {
  .conversation {
    padding: 5.5rem 4rem 3.2rem min(11.0714285714%, 6.2rem);
  }
  .conversation .talk {
    grid-template-columns: 5.4rem auto;
  }
  .conversation .speak {
    white-space: pre-line;
  }
}

.conversation-nav {
  padding-block: 2.2rem 3rem;
  font-size: 1.2rem;
  line-height: 216.667%;
  letter-spacing: -0.01em;
  text-align: center;
}
.conversation-nav ul {
  width: min(75.7333333333vw, 28.4rem);
  display: grid;
  grid-template-columns: repeat(3, max-content);
  align-items: end;
  justify-content: space-between;
}
.conversation-nav-current {
  padding-bottom: 5.3333333333em;
}
.conversation-nav-current span {
  display: block;
  font-family: "Yu Mincho Pr6N D";
}
.conversation-nav-current time {
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.conversation-nav a {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  color: var(--base);
  font-family: "Yu Gothic Pr6N B";
}
.conversation-nav a:before, .conversation-nav a:after {
  width: 1.75em;
  height: 0.75em;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 21 9" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0908 7.87402L19.5283 8.36914L18.9648 8.86426L12.0352 0.990234L13.1621 0L20.0908 7.87402ZM17.0078 8.80469H0V7.30469H17.0078V8.80469Z"/%3E%3C/svg%3E');
  mask-repeat: no-repeat;
}
.conversation-nav a.is-hidden {
  visibility: hidden;
  pointer-events: none;
}
.conversation-nav-prev a:before {
  content: "";
  transform: scaleX(-1);
}
.conversation-nav-next a:after {
  content: "";
}
@media (min-width: 48rem) {
  .conversation-nav {
    padding-block: 5.1rem 9.3rem;
    font-size: 1.4rem;
  }
  .conversation-nav time {
    font-size: 1.5rem;
    line-height: 26px;
    letter-spacing: 0.01em;
  }
  .conversation-nav-current {
    padding-bottom: 0;
  }
}

.banner {
  padding-block: 4.6rem 2.7rem;
}
.banner-block {
  width: min(92vw, 80rem);
  aspect-ratio: 345/250;
  margin-inline: auto;
}
.banner-poster {
  position: relative;
}
.banner h2 {
  position: absolute;
  top: min(7.7333333333vw, 2.9rem);
  left: min(6.9333333333vw, 2.6rem);
  bottom: min(2.1333333333vw, 0.8rem);
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.banner h2 img {
  width: min(72.8vw, 43rem);
  height: auto;
  margin-inline: auto;
}
.banner h2 span {
  display: block;
  font-size: 4.8vw;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.banner h2 span:first-of-type {
  margin-top: auto;
}
.banner h2 span:nth-of-type(2) {
  line-height: 183.333%;
}
.banner picture {
  border: var(--border);
}
.banner p {
  margin-top: 1.4666666667em;
  padding-inline: 1em;
  font-size: 1.5rem;
  line-height: 133.333%;
  letter-spacing: 0.02em;
}
.banner p .lg-only {
  display: none;
}
@media (min-width: 48rem) {
  .banner {
    padding-block: 14.8rem 11.5rem;
  }
  .banner-block {
    position: relative;
    aspect-ratio: 800/580;
    align-items: center;
  }
  .banner h2 {
    top: 11.0344827586%;
    left: 0;
    right: 0;
    bottom: 3rem;
    text-align: center;
  }
  .banner h2 span {
    font-size: 3rem;
    line-height: 103.333%;
    letter-spacing: 0.02em;
  }
  .banner p {
    font-size: 1.8rem;
    line-height: 161.111%;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .banner p .lg-only {
    display: block;
  }
}

.to-favorite {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: min(12.8vw, 12rem);
}
.to-favorite a {
  position: relative;
  display: grid;
  grid-template-columns: min(60vw, 28.7rem) max-content;
  grid-template-rows: auto max-content;
  gap: min(1.7066666667vw, 0.9rem) min(1.3866666667vw, 0.7rem);
  width: min(88vw, 42.1rem);
  padding: min(3.4666666667vw, 1.7rem) 0 min(2.1333333333vw, 1.7rem) min(6.1333333333vw, 3rem);
  color: var(--base);
  background-color: var(--color-yellow);
  border-radius: min(3.7333333333vw, 1.7rem);
}
.to-favorite a span {
  grid-row-start: 2;
  display: block;
  font-size: min(3.7333333333vw, 1.7rem);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
  transform: translateY(1px);
}
.to-favorite a .link-fav-exl {
  grid-column-start: 2;
  grid-row: 1/3;
  width: min(4.8vw, 2.3rem);
  height: auto;
}
.to-favorite a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(5.76vw, 2.756rem);
  width: min(6.1333333333vw, 2.75rem);
  height: min(6.4vw, 2.86rem);
  transform: translateY(-50%);
  background-color: currentColor;
  mask-image: url('data:image/svg+xml,%3Csvg width="23" height="24" viewBox="0 0 23 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11.1279 11.6416L11.4238 11.9736L11.1279 12.3057L1.37402 23.2803L1 22.9473L0.625977 22.6152L10.085 11.9736L0.625977 1.33203L1.37402 0.667969L11.1279 11.6416ZM22.1016 11.6416L22.3975 11.9736L22.1016 12.3057L12.3477 23.2803L11.9736 22.9473L11.5996 22.6152L21.0586 11.9736L11.5996 1.33203L12.3477 0.667969L22.1016 11.6416Z" /%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-size: contain;
}

.related-product-section {
  width: 100%;
  padding-block: 0 min(14.9333333333vw, 9.6rem);
  padding-left: 2.8rem;
}
.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-wrapper {
  padding: 0;
}
.related-product .swiper .brand,
.related-product .swiper .name,
.related-product .swiper .price small {
  font-family: "Yu Gothic Pr6N B";
  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;
}
.related-product .swiper-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  margin-top: 1.5rem;
}
.related-product .swiper-button-next,
.related-product .swiper-button-prev {
  position: relative;
  width: 3.2rem;
  height: 2rem;
}
.related-product .swiper-button-next::after,
.related-product .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;
}
.related-product .swiper-button-next {
  --swiper-navigation-sides-offset: 2.8rem;
  animation: arrow-tap-next 2s reverse infinite;
}
.related-product .swiper-button-prev {
  --swiper-navigation-sides-offset: calc(3.2rem * 0.32);
  animation: arrow-tap-prev 2s reverse infinite;
}
.related-product .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.related-product .swiper-button-disabled {
  opacity: 0;
}
@media (min-width: 37.5rem) {
  .related-product figure figcaption {
    font-size: min(3vw, 2rem);
  }
}
@media (min-width: 67rem) {
  .related-product .swiper-button-next {
    --swiper-navigation-sides-offset: calc(3.2rem * 0.32);
  }
}

@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);
  }
}
.toc li:nth-of-type(1) img {
  width: min(27.4666666667vw, 13.6rem);
}
.toc li:nth-of-type(2) img {
  width: min(52.8vw, 26rem);
}
.toc li:nth-of-type(3) img {
  width: min(69.0666666667vw, 34rem);
}

.chapter-title-01 img {
  width: min(27.4666666667vw, 13.6rem);
}
.chapter-title-02 img {
  width: min(52.8vw, 26rem);
}
.chapter-title-03 img {
  width: min(69.0666666667vw, 34rem);
}