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

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

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

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