@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  **/
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
@keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
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.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.65;
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

@media (min-width: 600px) {
  .device-sp {
    display: none;
  }
}

.device-pc {
  display: none;
}
@media (min-width: 600px) {
  .device-pc {
    display: block;
  }
}

br {
  display: none;
}
@media (min-width: 600px) {
  br {
    display: block;
  }
}

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

:root {
  --white: #ffffff;
  --black: #000000;
  --theme: #9398AA;
  --link: #005AFF;
  --bg-white: rgba(255, 255, 255, 0.95);
}

body {
  color: var(--black);
  font-family: "Koburina Gothic W3 JIS2004";
}

.footer {
  --footer-pad: 6.3rem 2rem 5.1rem;
  --footer-font-standard: 1.3rem;
  --footer-font-small: 1rem;
  --color-white: #ffffff;
  --color-footer-bg: #888888;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 4.2rem;
  padding: var(--footer-pad);
  color: var(--color-white);
  background-color: var(--color-footer-bg);
}
.footer_share, .footer_hobo {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--footer-font-standard);
}
.footer_share svg, .footer_hobo svg {
  fill: currentColor;
}
.footer_share {
  display: grid;
  grid-template-columns: 4.382rem auto;
  gap: 4.718rem;
  width: 26.6rem;
  margin-block-end: 2.4rem;
}
.footer_share__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.43rem;
  border-top: solid 1.42px var(--color-white);
  border-bottom: solid 1.42px var(--color-white);
}
.footer_share ul {
  justify-content: space-between;
}
.footer_hobo {
  letter-spacing: 1.3px;
}
.footer_hobo ul {
  gap: 2.4rem;
}
.footer_hobo a {
  display: flex;
  align-items: center;
  gap: 9.24px;
}
.footer ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.footer_store {
  margin: 5rem 0 2.6rem;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: var(--footer-font-small);
  letter-spacing: 1px;
}
.footer_store ul {
  justify-content: center;
  gap: 1.4rem 2rem;
  line-height: 1;
}
.footer_store, .footer_copy {
  width: 100%;
}
@media (min-width: 48rem) {
  .footer {
    --footer-pad: 6.2rem 2rem 5.1rem;
  }
  .footer_share {
    margin-block-end: 0;
  }
  .footer_store {
    margin: 2.6rem 0 4.4rem;
  }
}

.yodogawa {
  --yodo-pad: 2.8rem 0;
  --yodo-p-mar: 1.6rem 0 0;
  --yodo-fs: 1.5rem;
  --yodo-ls: 0.1em;
  --notice-pad: 1.2rem 1.4rem;
  width: 100%;
  padding: var(--yodo-pad);
  background-color: var(--bg-white);
}
.yodogawa__content {
  width: 84.1346153846vw;
  max-width: max-content;
  margin: 0 auto;
  font-family: "Koburina Gothic W6 JIS2004";
}
.yodogawa p {
  font-feature-settings: "halt" on;
}
.yodogawa p:not(.notice) {
  font-size: var(--yodo-fs);
  line-height: 200%;
  letter-spacing: var(--yodo-ls);
}
.yodogawa p + p {
  margin: var(--yodo-p-mar);
}
.yodogawa .notice {
  padding: var(--notice-pad);
  font-size: 1.3rem;
  line-height: 200%;
  letter-spacing: 0.1em;
  border: 1px solid var(--black);
}
.yodogawa br {
  display: block;
}
.yodogawa a {
  color: #005AFF;
}
.yodogawa a:not([class])[target=_blank]::after {
  font-family: "Hobonichi-Icons";
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: -0.25em;
  display: inline-block;
  margin-left: 0.25em;
  content: "\e914";
}

@media (min-width: 48rem) {
  .yodogawa {
    --yodo-pad: 5.6rem 0;
    --yodo-p-mar: 2.4rem 0 0;
  }
  .yodogawa p {
    white-space: pre-line;
    font-feature-settings: normal;
  }
  .yodogawa br {
    display: none;
  }
}
.toc {
  --toc-pad: 3.2rem 0;
  width: 100%;
  padding: var(--toc-pad);
  background-color: var(--bg-white);
}
.toc ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(85.5769230769vw, 936px);
  margin: 0 auto;
}
.toc a {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
  color: currentColor;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 1.8rem;
  line-height: 88.417%;
  letter-spacing: 1.08px;
}
.toc .is-hidden {
  visibility: hidden;
  pointer-events: none;
}
.toc .is-disabled {
  color: #C7C7C7;
  pointer-events: none;
}
.toc .prev:before,
.toc .next:after {
  content: "";
  width: 13px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.toc .prev:before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="13" height="22" viewBox="0 0 13 22" fill="none"%3E%3Cpath d="M12 1L2 11L12 21" stroke="%23000000" stroke-width="2"/%3E%3C/svg%3E');
}
.toc .next:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="13" height="22" viewBox="0 0 13 22" fill="none"%3E%3Cpath d="M1.25 1L11.25 11L1.25 21" stroke="%23000000" stroke-width="2"/%3E%3C/svg%3E');
}
.toc .prev.is-disabled:before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="13" height="22" viewBox="0 0 13 22" fill="none"%3E%3Cpath d="M12 1L2 11L12 21" stroke="%23C7C7C7" stroke-width="2"/%3E%3C/svg%3E');
}
.toc .next.is-disabled:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="13" height="22" viewBox="0 0 13 22" fill="none"%3E%3Cpath d="M1.25 1L11.25 11L1.25 21" stroke="%23C7C7C7" stroke-width="2"/%3E%3C/svg%3E');
}

@media (min-width: 48rem) {
  .toc {
    --toc-pad: 5.6rem 0;
  }
}
.content {
  --content-gap: 56px 0;
  --content-pad: 60px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--content-gap);
  padding: var(--content-pad);
  background-color: var(--white);
}

.segment {
  --max-img-w: 432.745px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  max-width: var(--max-img-w);
  width: 86.5384615385vw;
}
.segment h3 {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 1.7rem;
  line-height: 135%;
  letter-spacing: 0.8px;
}
.segment p {
  grid-row: span 2;
  margin-top: 12px;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0.9px;
}
.segment img {
  max-width: var(--max-img-w);
  width: 100%;
  height: auto;
}
.segment header {
  padding-left: 16px;
  border-left: 5px solid var(--theme);
}
.segment .photos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
}

@media (min-width: 48rem) {
  .content {
    --content-gap: 64px 0;
    --content-pad: 72px 0;
  }
  .segment {
    max-width: max-content;
  }
  .segment header {
    padding-left: 20px;
  }
  .segment h3 {
    font-size: 2rem;
  }
  .segment p {
    white-space: pre-line;
  }
  .segment .photos {
    flex-direction: row;
  }
}
.banner {
  --banner-pad: 3.2rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: var(--banner-pad);
  background-color: var(--bg-white);
}
.banner img {
  width: min(86.5384615385vw, 44.8rem);
  height: auto;
}

@media (min-width: 48rem) {
  .banner {
    --banner-pad: 5.6rem 0;
  }
}
.products {
  --prod-pad: 4.75rem 0 4rem;
  --prod-gap: 3.2rem 0;
  --h3-fs: 2rem;
  --h3-lh: 1.5;
  --h3-s-lh: 2.6rem;
  --h3-mar: 0 0 1.8rem;
  --price-fs: 1.3rem;
  --grid-gap: 4.8076923077vw;
  --grid-align: flex-start;
  --grid-item-w: calc((100% - var(--grid-gap)) / 2);
  --prod-name-fs: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--prod-gap);
  width: 100%;
  padding: var(--prod-pad);
  background-color: var(--bg-white);
}
.products .lineup {
  width: min(89.333333vw, 86rem);
}
.products h3 {
  margin: var(--h3-mar);
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  letter-spacing: 1.32px;
  text-align: center;
}
.products h3 .name-left br:not(.nl-small) {
  display: block;
}
.products h3 .s-only {
  display: block;
}
.products h3 span:not(.name-left) {
  display: block;
  font-size: var(--price-fs);
  line-height: var(--h3-s-lh);
}
.products ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--grid-align);
  gap: var(--grid-gap);
}
.products li {
  width: var(--grid-item-w);
}
.products li img {
  width: 100%;
  height: auto;
}
.products li p {
  margin-top: 12px;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--prod-name-fs);
  line-height: 176.471%;
  letter-spacing: 1.02px;
  text-align: center;
}

@media (min-width: 520px) {
  .products {
    --grid-gap: 2rem;
    --grid-align: center;
    --grid-item-w: calc((100% - var(--grid-gap) * 2) / 3);
  }
}
@media (min-width: 48rem) {
  .products {
    --prod-pad: 9.5rem 0 8rem;
    --prod-gap: 5.6rem 0;
    --h3-fs: 2.4rem;
    --h3-lh: 1.46;
    --h3-s-lh: 3rem;
    --h3-mar: 0 0 2.8rem;
    --price-fs: 1.7rem;
    --grid-item-w: calc((100% - var(--grid-gap) * 3) / 4);
    --prod-name-fs: 1.7rem;
  }
  .products h3 span:not(.name-left) {
    margin-top: 4px;
  }
  .products h3 .name-left {
    display: inline-block;
    text-align: left;
  }
  .products h3 .s-only {
    display: none;
  }
}
.introduction {
  --intro-pad: 28px 0;
  --intro-p-mar: 0 0 16px;
  --intro-fs: 1.5rem;
  --intro-ls: 1.5px;
  --h-fs: 1.5rem;
  --p-fs: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: var(--intro-pad);
  background-color: var(--bg-white);
}
.introduction__content {
  width: 84.1346153846vw;
  max-width: max-content;
}
.introduction h3 {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--h-fs);
  line-height: 200%;
  letter-spacing: 1.6px;
}
.introduction h4 {
  margin-top: 0.5em;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--p-fs);
  line-height: 187%;
  letter-spacing: 1.5px;
}
.introduction p + h3,
.introduction ul + h3 {
  margin-top: 1.7em;
}
.introduction p + p {
  margin-top: 0.5em;
}
.introduction b {
  font-family: "Koburina Gothic W6 JIS2004";
}
.introduction p,
.introduction ul {
  font-size: var(--p-fs);
  line-height: 187%;
  letter-spacing: 1.5px;
}
.introduction a {
  color: var(--link);
}
.introduction a:not([class])[target=_blank]::after {
  font-family: "Hobonichi-Icons";
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: -0.25em;
  display: inline-block;
  margin-left: 0.25em;
  content: "\e914";
}

@media (min-width: 48rem) {
  .introduction {
    --intro-pad: 56px 0;
    --h-fs: 1.6rem;
    --p-fs: 1.5rem;
  }
  .introduction__content {
    min-width: 450px;
  }
  .introduction p {
    white-space: pre-line;
  }
}
.conversations {
  --conversation-pad: 3.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: var(--conversation-pad);
  background-color: var(--bg-white);
}
@media (min-width: 48rem) {
  .conversations {
    --conversation-pad: 6rem 0;
  }
}

.topic {
  --topic-fs: 1.65rem;
  width: min(81.7307692308vw, 69rem);
  margin-bottom: 1em;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--topic-fs);
  line-height: 150%;
  letter-spacing: 0.07em;
  text-align: center;
}
.picture + .topic {
  margin-top: 6.2rem;
}
.conversation + .topic {
  margin-top: 3rem;
}
@media (min-width: 48rem) {
  .topic {
    --topic-fs: 2.3rem;
  }
  .picture + .topic {
    margin-top: 8.4rem;
  }
  .conversation + .topic {
    margin-top: 3.6rem;
  }
}

.picture {
  --caption-fs: 1.2rem;
  width: min(86.5384615385vw, 70rem);
}
.picture img {
  margin: 0 auto;
}
.picture + .picture,
.picture picture + picture {
  margin-top: 3.2rem;
}
.picture + .picture.space {
  margin-top: 4.4rem;
}
.picture.pair {
  width: min(86.5384615385vw, 44rem);
}
.picture.pair figcaption {
  grid-column: span 2;
}
.picture.pair img + img {
  margin-top: 3.2rem;
}
.conversation + .picture.space {
  margin-top: 1.2rem;
}
.picture figcaption {
  margin-top: 0.5em;
  font-size: var(--caption-fs);
  line-height: 175%;
  letter-spacing: 0.1em;
}
.picture figcaption.left {
  white-space: pre-line;
}
@media (min-width: 48rem) {
  .picture {
    --caption-fs: 1.3rem;
  }
  .picture + .picture,
  .picture picture + picture {
    margin-top: 1.6rem;
  }
  .picture + .picture.space {
    margin-top: 6rem;
  }
  .picture.pair {
    width: min(86.5384615385vw, 70rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.6rem;
  }
  .picture.pair picture + picture,
  .picture.pair img + img {
    margin-top: 0;
  }
  .conversation + .picture.space {
    margin-top: 1.2rem;
  }
  .picture figcaption {
    text-align: center;
  }
  .picture figcaption.left {
    text-align: left;
  }
}

.conversation {
  --c-gap: 3rem;
  --c-pad: 3.2rem 0;
  --c-fs: 1.5rem;
  --c-lh: 200%;
  --c-ls: 0.08em;
  width: min(81.7307692308vw, 64rem);
  display: grid;
  gap: var(--c-gap);
  padding: var(--c-pad);
  font-size: var(--c-fs);
  line-height: var(--c-lh);
  letter-spacing: var(--c-ls);
}
.conversation.starter {
  padding-top: 0;
}
.conversation .talk {
  display: grid;
}
.conversation .speaker {
  font-family: "Koburina Gothic W6 JIS2004";
}
.conversation .speak {
  white-space: normal;
}
.conversation .monologue {
  display: grid;
  gap: var(--c-gap);
}
.conversation a {
  color: var(--link);
}
.conversation a:not([class])[target=_blank]::after {
  font-family: "Hobonichi-Icons";
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: -0.25em;
  display: inline-block;
  margin-left: 0.25em;
  content: "\e914";
}
.conversation .nl {
  display: block;
  height: 1.5em;
}
@media (min-width: 48rem) {
  .conversation {
    --c-gap: 3rem;
    --c-pad: 4.8rem 0;
    --c-fs: 1.5rem;
    --c-ls: 0.8px;
  }
  .conversation .talk {
    grid-template-columns: 20% auto;
    gap: 0 3rem;
  }
  .conversation .speaker {
    text-align: right;
  }
  .conversation .speak {
    white-space: pre-line;
  }
  .conversation .monologue {
    padding: 0 0 0 20%;
  }
  .conversation .monologue p {
    white-space: pre-line;
  }
}

.speaker:empty:before {
  content: "";
}

.svg-symbol {
  display: none;
}

@keyframes fade-in {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.cover {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.cover picture,
.cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.header {
  --logo-anim-delay: 0.6s;
  --sl-anim-delay: 1.1s;
  position: relative;
  height: 100vh;
  color: var(--black);
}
.header h1 {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 2.625%;
  right: 4.8076923077%;
  width: 85.3365384615%;
  aspect-ratio: 355/364;
}
.header .strapline,
.header .logo {
  visibility: hidden;
  opacity: 0;
  height: fit-content;
}
.header .logo {
  width: 21.6901408451%;
  aspect-ratio: 77/119;
  animation: fade-in 0.5s var(--logo-anim-delay) forwards linear;
  margin-top: auto;
  color: var(--white);
}
.header .strapline {
  width: 28.4507042254%;
  aspect-ratio: 101/93;
  animation: fade-in 0.5s var(--sl-anim-delay) forwards linear;
}
@media (min-width: 48rem) {
  .header h1 {
    bottom: unset;
    top: 8.375%;
    right: 7.4166666667%;
    width: 21.0833333333%;
    aspect-ratio: 253/265;
  }
  .header .logo {
    width: 39.5256916996%;
    aspect-ratio: 100/153;
    margin-top: 0;
  }
  .header .strapline {
    width: 51.3833992095%;
    aspect-ratio: 130/120;
    margin-top: auto;
  }
}

.poster {
  --h2-w: 18.5096153846vw;
  --h2-h: 74.0384615385vw;
  --h2-x: 10.3365384615%;
  --h2-y: 16.1057692308%;
  --h3-x: min(3.8461538462vw, 2.9rem);
  --h3-y: min(5.5288461538%, 3rem);
  --o2-fixed: min(5.5288461538vw, 3rem);
  --o2-w: min(9.8557692308vw, 6rem);
  --o2-h: min(14.9038461538vw, 9.2rem);
  --yokoku-w: min(8.1730769231vw, 5rem);
  --yokoku-mar: min(17.0673076923vw, 10.6rem) 0 min(3.6057692308vw, 2.4rem);
  --brand-w: min(2.8846153846vw, 1.9rem);
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--white);
}
.poster .container {
  position: relative;
}
.poster picture img {
  width: min(100vw, 1000px);
  height: auto;
}
.poster h2 {
  position: absolute;
  top: var(--h2-y);
  left: var(--h2-x);
  width: var(--h2-w);
  height: var(--h2-h);
}
.poster h3 {
  position: absolute;
  top: var(--h3-y);
  right: var(--h3-x);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.poster .o2 {
  position: absolute;
  top: 0;
  right: auto;
  width: var(--o2-w);
  height: var(--o2-h);
}
.poster .o2.is-fixed {
  position: fixed;
  top: var(--o2-fixed);
  right: auto;
}
.poster .yokoku {
  width: var(--yokoku-w);
  height: auto;
  margin: var(--yokoku-mar);
}
.poster .brand {
  width: var(--brand-w);
  height: auto;
}

@media (min-width: 48rem) {
  .poster {
    --h2-w: 12.2%;
    --h2-h: 6.2666666667%;
    --h2-x: 59.1%;
    --h2-y: 13.6%;
  }
}
.comments {
  --comment-width: min(81.7307692308vw, 46rem);
  --comment-gray: #888888;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -1.6rem;
  padding-block: 6.2rem;
  background-color: rgba(254, 255, 242, 0.95);
}
.comments h2 {
  width: var(--comment-width);
}
.comments h2 span {
  position: relative;
  display: block;
  width: min(100%, 30.5rem);
  padding: 1.1111111111em 0 0.8888888889em 0;
  background-color: var(--white);
  border: 2px dashed currentColor;
  border-radius: 1em;
  color: var(--comment-gray);
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: min(4.3269230769vw, 1.8rem);
  line-height: 138%;
  letter-spacing: 0.1em;
  text-align: center;
}
.comments h2 span:after {
  content: "";
  bottom: -1.6rem;
  left: 3.9rem;
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.8rem;
  background: url("../img/04/comment_tail.svg") left top/cover no-repeat;
}
.comments h2 br {
  display: block;
}
@media (min-width: 48rem) {
  .comments {
    margin-top: -2rem;
    padding-block: 12.4rem;
  }
  .comments h2 span {
    width: fit-content;
    padding: 0.8888888889em 0.9444444444em 0.7777777778em 1.1666666667em;
    line-height: 200%;
    text-align: left;
  }
  .comments h2 span:after {
    left: 3rem;
  }
  .comments h2 br {
    display: none;
  }
}

.comment {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(81.7307692308vw, 81.5rem);
  padding-top: 5.2rem;
}
.comment:not(:last-of-type) {
  padding-bottom: 5.2rem;
  border-bottom: 2px dashed var(--comment-gray);
}
.comment h3,
.comment p {
  width: var(--comment-width);
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.1em;
}
.comment h3 {
  display: grid;
  gap: 1.2rem 0;
  font-family: "Koburina Gothic W6 JIS2004";
}
.comment p + p {
  margin-top: 2em;
}
@media (min-width: 48rem) {
  .comment p {
    white-space: pre-line;
  }
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem 0;
}

.products br {
  display: block;
}

@media (min-width: 48rem) {
  .main {
    gap: 2.8rem 0;
  }
  .header .cover img {
    object-position: center bottom;
  }
}