@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);
  --h1-w: 56.5rem;
  --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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 2.4rem 0;
}
.main a {
  color: var(--link);
}
@media (min-width: 48rem) {
  .main {
    padding-block: 8.6rem 12rem;
  }
}

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

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

.favorites {
  width: min(100%, 56rem);
  border: var(--border);
  background-color: var(--paper);
}
.favorites p {
  font-size: 1.4rem;
  line-height: 157.143%;
  letter-spacing: 0.02em;
}
.favorites-heading {
  position: relative;
}
.favorites-heading h3 {
  position: absolute;
  top: -1.4rem;
  left: 0;
  width: fit-content;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 164.7058823529%;
  background-color: var(--accent);
}
.favorites-heading .avatar {
  position: absolute;
  width: min(14.6666666667vw, 8rem);
  aspect-ratio: 1;
  border: var(--border);
}
.favorites-heading.guest h3 {
  left: -1.5px;
  padding-inline: 0.6em;
}
.favorites-heading.guest .avatar {
  top: 1.4rem;
  left: -1.5px;
}
.favorites-heading.kusaba-san h3 {
  padding-inline: 2.0588235294em 0.7058823529em;
}
.favorites-heading.kusaba-san .avatar {
  top: 0;
  right: -1.5px;
}
.favorites-photo {
  border-bottom: var(--border);
}
@media (min-width: 48rem) {
  .favorites-heading.guest h3 {
    top: -1.75rem;
    left: -6.1rem;
    padding-inline: 0.7058823529em;
    line-height: 3.5rem;
  }
  .favorites-heading.guest .avatar {
    top: 1.75rem;
  }
  .favorites-heading.kusaba-san h3 {
    top: -1.8rem;
    left: -6.1rem;
    padding: 0.3529411765em 0.5294117647em 0.2941176471em 0.7058823529em;
  }
}

h1 {
  width: min(86.1333333333vw, var(--h1-w));
}

.yodogawa {
  display: flex;
  flex-direction: column;
  width: min(90.6666666667vw, var(--h1-w));
  padding-block: min(4vw, 3.3rem) min(17.6vw, 7.2rem);
}
.yodogawa-para {
  justify-self: center;
  padding-left: 2.6666666667vw;
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.yodogawa-profile {
  display: grid;
  gap: 0.6em 0;
}
.yodogawa-profile button {
  display: flex;
  gap: 0 0.3333333333em;
  align-items: center;
  color: #8E2726;
  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');
}
@media (min-width: 48rem) {
  .yodogawa {
    gap: 2rem 0;
    padding-left: 3.2rem;
  }
  .yodogawa-para {
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 162.5%;
    letter-spacing: 0.02em;
  }
}

.yodogawa-article {
  padding-block: min(13.6vw, 6.4rem) min(4.8vw, 3.2rem);
}
.yodogawa-article h2 {
  margin-bottom: 0.4375em;
  font-family: "Yu Gothic Pr6N B";
  font-size: min(4.2666666667vw, 1.8rem);
  line-height: 150%;
  letter-spacing: 0.02em;
}
.yodogawa-article img {
  width: min(100%, 45rem);
}
@media (min-width: 48rem) {
  .yodogawa-article h2 {
    margin-block-end: 0.6111111111em;
  }
}

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

.favorites-list {
  display: grid;
  gap: 4rem 0;
  padding: 3rem min(8.2666666667vw, 3.1rem) 7.1rem min(9.0666666667vw, 3.4rem);
}
@media (min-width: 48rem) {
  .favorites-list {
    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 {
  width: fit-content;
  color: var(--base);
  font-family: "Yu Gothic Pr6N B";
  font-size: 1.5rem;
  line-height: 133.333%;
  letter-spacing: 0.02em;
}
@media (min-width: 48rem) {
  .favorite-item .item-heading {
    grid-template-columns: 4.5rem auto;
  }
  .favorite-item .s-only {
    display: none;
  }
}

.favorites-comment {
  padding: 2.6rem min(19.2vw, 7.2rem) 3.5rem min(9.0666666667vw, 3.4rem);
  border-top: var(--border);
}
@media (min-width: 48rem) {
  .favorites-comment {
    padding: 3.8rem 4.5rem 3.1rem 4.6rem;
  }
  .favorites-comment p {
    white-space: pre-line;
  }
}