@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: #D95300;
  --bg: #B7C0C1;
  --paper: rgba(237, 237, 237, 0.9);
  --border: 1.5px solid var(--color-black);
}
@media (min-width: 48rem) {
  :root {
    --border: 2px 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: 1px solid var(--color-black);
}

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

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 91.4rem);
  padding-block: 3.2rem 6.2rem;
  background-color: var(--paper);
}
@media (min-width: 48rem) {
  .content {
    padding-block: 7rem 8rem;
  }
}

.yodogawa {
  display: grid;
  gap: 4rem 0;
  padding-block: 4rem;
  width: min(85.3333333333vw, 74.4rem);
}
.yodogawa a {
  width: fit-content;
  color: #8E2726;
}
.yodogawa-para {
  font-size: 1.5rem;
  line-height: 173.333%;
}
.yodogawa-para + .yodogawa-para {
  margin-top: 3.4rem;
}
.yodogawa-credit {
  display: block;
  margin-block-start: 2.4615384615em;
  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-link {
  margin-top: 2.2rem;
}
.yodogawa-link a {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 142.857%;
  letter-spacing: 0.06em;
  display: flex;
  gap: 0 0.3571428571em;
  align-items: center;
}
.yodogawa-link a: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');
}
@media (min-width: 48rem) {
  .yodogawa {
    padding-block: 4.7rem 8rem;
    grid-template-columns: auto 34.9462365591%;
    gap: 7.2rem 0;
  }
  .yodogawa-para {
    white-space: pre-line;
  }
}

.yodogawa-comment {
  color: #016C55;
}
.yodogawa-comment h2 {
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  font-family: "Yu Gothic Pr6N B";
  font-size: 1.8rem;
  line-height: 122.222%;
  border-bottom: 1px solid currentColor;
}
@media (min-width: 48rem) {
  .yodogawa-comment {
    grid-column: 1/3;
  }
  .yodogawa-comment p {
    white-space: pre-line;
  }
}

.yodogawa-profile {
  display: flex;
  gap: 0.9rem 5%;
  height: fit-content;
}
.yodogawa-profile picture {
  width: 48.4375%;
  aspect-ratio: 1;
  border: var(--border);
}
.yodogawa-profile button {
  align-self: end;
  color: #8E2726;
  font-size: 1.5rem;
  line-height: 173.333%;
  letter-spacing: -0.01em;
  text-align: left;
  transform: translateY(0.4em);
}
.yodogawa-profile button span {
  display: flex;
  gap: 0 0.6666666667em;
  align-items: center;
}
.yodogawa-profile button span: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');
}
@media (min-width: 48rem) {
  .yodogawa-profile {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    flex-direction: column;
    padding-bottom: 5rem;
  }
  .yodogawa-profile picture {
    width: 100%;
  }
  .yodogawa-profile button {
    align-self: flex-start;
    justify-self: end;
    transform: translateY(0);
  }
  .yodogawa-profile button span {
    display: inline-flex;
  }
}

.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(85.3333333333vw, 64rem);
}
.toc h2 {
  margin-bottom: 0.8rem;
  font-family: "Yu Gothic Pr6N B";
  font-size: 2rem;
  line-height: 165%;
}
.toc ul {
  display: grid;
  gap: 1.6rem 0;
  padding-block: 3.4rem;
  border-block: 1px solid var(--color-black);
}
.toc-chapter {
  display: flex;
  gap: 0 1.6rem;
}
.toc-chapter.is-locked {
  pointer-events: none;
  opacity: 0.2;
}
.toc-chapter-number {
  flex: none;
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 108.333%;
  letter-spacing: -0.01em;
}
.toc-chapter a {
  color: currentColor;
  font-size: 1.8rem;
  line-height: 111.111%;
}
@media (min-width: 48rem) {
  .toc h2 {
    padding-left: min(8.75%, 7.8rem);
  }
  .toc ul {
    gap: 1.8rem 0;
    padding-left: min(12.1875%, 7.8rem);
  }
}

.chapter-title {
  display: flex;
  gap: 0 1.6rem;
  margin-block: 4rem 0;
}
.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;
    margin-block: 6.4rem 2.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="550"] {
  width: min(100%, 56rem);
}

.conversation {
  display: grid;
  gap: 3.5rem 0;
  width: min(85.3333333333vw, 55rem);
  padding-block: 3.2rem;
}
.conversation.is-last {
  padding-block-end: 0;
}
.conversation .talk {
  display: grid;
  font-size: 1.5rem;
  line-height: 160%;
}
.conversation .speaker {
  font-family: "Yu Gothic Pr6N B";
  letter-spacing: 0.1em;
  transform: translateX(-0.6rem);
}
.conversation .speak {
  letter-spacing: 0.06em;
}
.conversation .speak small {
  font-size: 80%;
}
@media (min-width: 48rem) {
  .conversation .talk {
    grid-template-columns: 9.6363636364% auto;
    gap: 0 7.8181818182%;
    line-height: 173.333%;
  }
  .conversation .speaker {
    transform: translateX(0);
    text-align: right;
  }
  .conversation .speak {
    letter-spacing: 0.1em;
    white-space: pre-line;
  }
  .conversation .speak small {
    font-size: 80%;
  }
}

.conversation-nav {
  padding-block: 3.4rem 0;
  line-height: 200%;
  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: 5rem;
}
.conversation-nav-current span {
  display: block;
  font-size: 1.3rem;
}
.conversation-nav-current time {
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 173.333%;
  letter-spacing: -0.01em;
}
.conversation-nav a {
  display: flex;
  align-items: center;
  gap: 0 0.4615384615em;
  color: var(--base);
  font-family: "Yu Gothic Pr6N B";
  font-size: 1.3rem;
}
.conversation-nav a:before, .conversation-nav a:after {
  width: 1.6153846154em;
  height: 0.6923076923em;
  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: 6.4rem 0;
  }
}

.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);
  white-space: nowrap;
}
.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;
}

.cover {
  position: relative;
  display: grid;
  padding: 3.2rem 7.2vw 0 7.4666666667vw;
}
.cover img {
  width: 100%;
  height: auto;
}
.cover h1 {
  width: min(53.8666666667vw, 28.7rem);
  margin-bottom: min(18.9333333333vw, 7.1rem);
}
.cover-photo {
  position: relative;
}
.cover-photo picture {
  width: 100%;
  aspect-ratio: 320/221;
  border: var(--border);
  overflow: hidden;
}
.cover-photo .cover-label {
  position: absolute;
  left: -3.75%;
  bottom: -6.7873303167%;
  padding: 0.2777777778em 0.3888888889em 0.2222222222em 0.3888888889em;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  background-color: #D16F4C;
  border: var(--border);
}
.cover-lead {
  justify-self: end;
  margin-top: 2.2rem;
  font-size: 1.5rem;
  line-height: 167%;
  letter-spacing: 0.05em;
  font-feature-settings: "halt" on;
}
.cover-lead img {
  display: inline-block;
  width: min(18.9333333333vw, 8.4rem);
  height: auto;
  margin-right: 0.6rem;
  vertical-align: baseline;
}
.cover-hobonichi {
  grid-row: 2;
  display: block;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 253.846%;
  letter-spacing: 0.05em;
}
@media (min-width: 48rem) {
  .cover {
    grid-template-columns: max-content auto;
    grid-template-rows: auto 4.535637149% auto;
    gap: 0 min(2.7777777778vw, 4.2rem);
    padding: 7rem 0 0 0;
    transform: translateX(min(2.3148148148vw, 3.5rem));
  }
  .cover-photo {
    grid-column: 1;
    grid-row: 1/3;
    width: min(53.1746031746vw, 67rem);
  }
  .cover-photo picture {
    aspect-ratio: 670/463;
  }
  .cover-photo .cover-label {
    bottom: unset;
    top: -5.3995680346%;
    left: -3.1343283582%;
    padding: 0.4090909091em 0.5454545455em 0.3636363636em 0.5909090909em;
    font-size: min(1.746031746vw, 2.2rem);
    letter-spacing: 0.05em;
  }
  .cover h1, .cover-lead {
    height: fit-content;
  }
  .cover h1 {
    align-self: end;
    grid-column: 2;
    width: min(22.7777777778vw, 28.7rem);
    margin-bottom: min(2.3148148148vw, 3.5rem);
  }
  .cover-lead {
    justify-self: start;
    margin-top: 0;
    font-size: min(1.3492063492vw, 1.7rem);
    line-height: 194.118%;
    letter-spacing: 0.05em;
  }
  .cover-lead img {
    width: min(6.6666666667vw, 8.4rem);
  }
  .cover-lead br {
    display: none;
  }
  .cover-hobonichi {
    grid-column: 1/3;
    grid-row: 3;
  }
}

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