@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: 100%;
}

body {
  font-size: 1rem;
  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: 3.9375rem 1.25rem 3.1875rem;
  --footer-font-standard: 0.8125rem;
  --footer-font-small: 0.625rem;
  --color-white: #ffffff;
  --color-footer-bg: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 2.625rem;
  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: 2.73875rem auto;
  gap: 2.94875rem;
  width: 16.625rem;
  margin-block-end: 1.5rem;
}
.footer_share__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.14375rem;
  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: 1.5rem;
}
.footer_hobo a {
  display: flex;
  align-items: center;
  gap: 9.24px;
}
.footer ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.footer_store {
  margin: 3.125rem 0 1.625rem;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: var(--footer-font-small);
  letter-spacing: 1px;
}
.footer_store ul {
  justify-content: center;
  gap: 0.875rem 1.25rem;
  line-height: 1;
}
.footer_store, .footer_copy {
  width: 100%;
}
@media (min-width: 48rem) {
  .footer {
    --footer-pad: 62px 20px 51px;
  }
  .footer_share {
    margin-block-end: 0;
  }
  .footer_store {
    margin: 1.625rem 0 2.75rem;
  }
}

.yodogawa {
  --yodo-pad: 28px 0;
  --yodo-p-mar: 16px 0 0;
  --yodo-fs: 0.9375rem;
  --yodo-ls: 1.4px;
  --notice-pad: 12px 14px;
  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: 0.8125rem;
  line-height: 200%;
  letter-spacing: 1.3px;
  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: 56px 0;
    --yodo-p-mar: 24px 0 0;
    --yodo-fs: 0.9375rem;
    --yodo-ls: 1.5px;
  }
  .yodogawa p {
    white-space: pre-line;
    font-feature-settings: normal;
  }
  .yodogawa br {
    display: none;
  }
}
.toc {
  --toc-pad: 32px 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 12px;
  color: currentColor;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 1.125rem;
  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: 56px 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.0625rem;
  line-height: 135%;
  letter-spacing: 0.8px;
}
.segment p {
  grid-row: span 2;
  margin-top: 12px;
  font-size: 0.9375rem;
  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: 1.25rem;
  }
  .segment p {
    white-space: pre-line;
  }
  .segment .photos {
    flex-direction: row;
  }
}
.banner {
  --banner-pad: 32px 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: var(--banner-pad);
  background-color: var(--bg-white);
}
.banner img {
  width: min(86.5384615385vw, 448px);
  height: auto;
}

@media (min-width: 48rem) {
  .banner {
    --banner-pad: 56px 0;
  }
}
.products {
  --prod-pad: calc(95px/2) 0 calc(80px/2);
  --prod-gap: 32px 0;
  --h3-fs: 1.25rem;
  --h3-lh: 1.5;
  --h3-s-lh: 26px;
  --h3-mar: 0 0 18px;
  --price-fs: 0.8125rem;
  --grid-gap: 4.8076923077vw;
  --grid-align: flex-start;
  --grid-item-w: calc((100% - var(--grid-gap)) / 2);
  --prod-name-fs: 0.75rem;
  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, 860px);
}
.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 .nl-small {
  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: 20px;
    --grid-align: center;
    --grid-item-w: calc((100% - var(--grid-gap) * 2) / 3);
  }
}
@media (min-width: 48rem) {
  .products {
    --prod-pad: 95px 0 80px;
    --prod-gap: 56px 0;
    --h3-fs: 1.5rem;
    --h3-lh: 1.46;
    --h3-s-lh: 30px;
    --h3-mar: 0 0 28px;
    --price-fs: 1.0625rem;
    --grid-item-w: calc((100% - var(--grid-gap) * 3) / 4);
    --prod-name-fs: 1.0625rem;
  }
  .products h3 span:not(.name-left) {
    margin-top: 4px;
  }
  .products h3 .name-left {
    display: inline-block;
    text-align: left;
  }
  .products h3 .nl-small {
    display: none;
  }
}
.introduction {
  --intro-pad: 28px 0;
  --intro-p-mar: 0 0 16px;
  --intro-fs: 0.9375rem;
  --intro-ls: 1.5px;
  --h-fs: 0.9375rem;
  --p-fs: 0.8125rem;
  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: 1rem;
    --p-fs: 0.9375rem;
  }
  .introduction__content {
    min-width: 450px;
  }
  .introduction p {
    white-space: pre-line;
  }
}
.conversations {
  --conversation-pad: 35px 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: 60px 0;
  }
}

.topic {
  --topic-fs: 1.03125rem;
  width: min(81.7307692308vw, 690px);
  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: 62px;
}
.conversation + .topic {
  margin-top: 30px;
}
@media (min-width: 48rem) {
  .topic {
    --topic-fs: 1.4375rem;
  }
  .picture + .topic {
    margin-top: 84px;
  }
  .conversation + .topic {
    margin-top: 36px;
  }
}

.picture {
  --caption-fs: 0.75rem;
  width: min(86.5384615385vw, 700px);
}
.picture img {
  margin: 0 auto;
}
.picture + .picture {
  margin-top: 32px;
}
.picture + .picture.space {
  margin-top: 44px;
}
.picture.pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.picture.pair-caption {
  gap: 0 0.5rem;
}
.picture.pair-caption .caption {
  grid-column: span 2;
}
.conversation + .picture.space {
  margin-top: 12px;
}
.picture .caption {
  margin-top: 0.5em;
  font-size: var(--caption-fs);
  line-height: 175%;
  letter-spacing: 0.1em;
}
.picture .caption.left {
  white-space: pre-line;
}
@media (min-width: 48rem) {
  .picture {
    --caption-fs: 0.8125rem;
  }
  .picture + .picture {
    margin-top: 16px;
  }
  .picture + .picture.space {
    margin-top: 60px;
  }
  .picture.pair {
    gap: 16px;
  }
  .picture.pair-caption {
    gap: 0 1rem;
  }
  .conversation + .picture.space {
    margin-top: 12px;
  }
  .picture .caption {
    text-align: center;
  }
  .picture .caption.left {
    text-align: left;
  }
}

.conversation {
  --c-gap: 30px;
  --c-pad: 32px 0;
  --c-fs: 0.9375rem;
  --c-lh: 200%;
  --c-ls: 0.08em;
  width: min(81.7307692308vw, 640px);
  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: 30px;
    --c-pad: 48px 0;
    --c-fs: 0.9375rem;
    --c-ls: 0.8px;
  }
  .conversation .talk {
    grid-template-columns: 20% auto;
    gap: 0 30px;
  }
  .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;
  }
}
.hero {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.hero picture,
.hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header {
  --h1-w: min(53.8461538462%, 14rem);
  --h1-ar: 224 / 156;
  --h1-x: 0;
  --h1-y: 0;
  --logo-w: 25.2678571429%;
  --sl-w: 67.4107142857%;
  position: relative;
  height: 100vh;
}
.header h1 {
  position: absolute;
  top: var(--h1-y);
  left: var(--h1-x);
  width: var(--h1-w);
  aspect-ratio: var(--h1-ar);
}
.header .strapline,
.header .logo {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: auto;
}
.header .logo {
  bottom: 0;
  right: 0;
  width: var(--logo-w);
  fill: var(--theme);
  animation: fade-in 0.5s 1.1s forwards linear;
}
.header .strapline {
  top: 0;
  left: 0;
  width: var(--sl-w);
  animation: fade-in 0.5s 0.6s forwards linear;
}
@media (min-width: 48rem) {
  .header {
    --h1-w: min(23.5833333333%, 17.6875rem);
    --h1-ar: 283 / 234;
    --logo-w: 31.4310954064%;
    --sl-w: 74.8692579505%;
  }
  .header h1 {
    top: unset;
    bottom: var(--h1-y);
  }
  .header .logo {
    bottom: unset;
    top: 0;
  }
  .header .strapline {
    top: unset;
    bottom: 0;
  }
}

.poster {
  --h2-x: 0;
  --h2-y: 28.3653846154%;
  --h2-w: 74.7596153846vw;
  --h3-x: 5.5288461538vw;
  --h3-y: 5.2884615385%;
  --o2-fixed: 5.2884615385vw;
  --o2-w: 9.8100961538vw;
  --o2-h: 15.0552884615vw;
  --yokoku-w: 8.1730769231vw;
  --yokoku-mar: 9px 0 17px;
  --brand-w: min(2.9567307692vw, 1.18125rem);
  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;
  bottom: var(--h2-y);
  left: var(--h2-x);
  width: var(--h2-w);
  height: auto;
}
.poster h3 {
  position: absolute;
  top: var(--h3-y);
  right: var(--h3-x);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: min(var(--o2-h), 92.05px);
}
.poster .o2 {
  position: absolute;
  top: 0;
  right: auto;
  width: min(var(--o2-w), 59.99px);
  height: min(var(--o2-h), 92.05px);
}
.poster .o2.is-fixed {
  position: fixed;
  top: var(--o2-fixed);
  right: auto;
}
.poster .yokoku {
  width: min(var(--yokoku-w), 50px);
  height: auto;
  margin: var(--yokoku-mar);
}
.poster .brand {
  width: var(--brand-w);
  height: auto;
}

@media (min-width: 48rem) {
  .poster {
    --h2-y: 8%;
    --h2-w: min(56.8%, 35.5rem);
    --h3-x: 31px;
    --h3-y: 30px;
    --o2-fixed: 30px;
    --yokoku-mar: 14px 0 26px;
  }
}
.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
}

.yodogawa a {
  font-feature-settings: "palt" on;
}

@media (min-width: 48rem) {
  .main {
    gap: 28px 0;
  }
}