@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;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

[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: #000;
  --space: 6rem;
}

@media (min-width: 48rem) {
  :root {
    --space: 10rem;
  }
}
body {
  font-family: "Koburina Gothic W3 JIS2004";
}
body .red {
  color: red;
  font-style: normal;
}

.header {
  position: relative;
  height: 100vh;
}
.header .awa,
.header .o2 {
  position: absolute;
}
.header .awa {
  top: 12.75%;
  left: 15.625%;
  width: min(28.125%, 11.7rem);
  height: auto;
}
.header .o2 {
  top: 5.125%;
  right: 14.6634615385%;
  width: min(19.7115384615%, 8.2rem);
  height: auto;
}
@media (min-width: 48rem) {
  .header .awa {
    top: 30.5%;
    left: 7.6666666667%;
    width: 13.0833333333%;
  }
  .header .o2 {
    top: 11%;
    right: 8.8333333333%;
    width: 9.0833333333%;
  }
}

.main {
  display: grid;
  gap: var(--space) 0;
  background-color: var(--white);
}
.main img {
  width: 100%;
}

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

.wallpaper {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.wallpaper picture,
.wallpaper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yodogawa {
  display: grid;
  align-items: center;
  padding-block: 5.1rem 5.9rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.yodogawa-wrap {
  padding-inline: min(7.2115384615vw, 3rem);
}
.yodogawa-content {
  width: fit-content;
  margin: 0 auto;
}
.yodogawa p {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 1.5rem;
  line-height: 233.333%;
}
.yodogawa p:not(:last-of-type) {
  margin: 0 0 2em;
}
@media (min-width: 48rem) {
  .yodogawa {
    padding-block: 7.4rem 8.9rem;
  }
  .yodogawa p {
    white-space: pre-line;
  }
}

.vol {
  position: relative;
  display: grid;
  gap: var(--space) 0;
  background-color: var(--white);
}
.vol h2 {
  position: absolute;
  z-index: 1;
}
.vol .series {
  width: 100%;
  display: grid;
  gap: var(--space) 0;
}

.vol1 h2 {
  right: calc(24.8 / 416 * 100vw);
  top: 3.125%;
  width: min(43.9903846154vw, 18.3rem);
}

.vol2 h2 {
  right: calc(13 / 416 * 100vw);
  top: 1%;
  width: min(46.875vw, 19.5rem);
}

.vol3 h2 {
  left: calc(20 / 416 * 100vw);
  top: 1.625%;
  width: min(62.5vw, 26rem);
}

.vol4 h2 {
  left: calc(55 / 416 * 100vw);
  top: 1%;
  width: min(72.3557692308vw, 30.1rem);
}

.vol5 h2 {
  right: calc(24 / 416 * 100vw);
  top: 3.5%;
  width: min(43.9903846154vw, 18.3rem);
}

.vol6 h2 {
  left: calc(20 / 416 * 100vw);
  top: 1.375%;
  width: min(65.625vw, 27.3rem);
}

.vol7 h2 {
  right: calc(13 / 416 * 100vw);
  top: 1.125%;
  width: min(40.3846153846vw, 16.8rem);
}

@media (min-width: 48rem) {
  .vol1 h2 {
    inset: unset;
    right: 12.9166666667%;
    top: 11.25%;
    width: 17.25%;
  }
  .vol2 h2 {
    inset: unset;
    right: 2.1666666667%;
    top: 1.625%;
    width: 19.5%;
  }
  .vol3 h2 {
    inset: unset;
    right: 7.4166666667%;
    top: 21.375%;
    width: 25.4166666667%;
  }
  .vol4 h2 {
    inset: unset;
    left: 2.1666666667%;
    top: 2.25%;
    width: 29.25%;
  }
  .vol5 h2 {
    inset: unset;
    right: 4.75%;
    top: 24.375%;
    width: 18.3333333333%;
  }
  .vol6 h2 {
    inset: unset;
    left: 2.3333333333%;
    top: 2.625%;
    width: 25.1666666667%;
  }
  .vol7 h2 {
    inset: unset;
    right: 4.0833333333%;
    top: 1.625%;
    width: 16.5%;
  }
}
.poster {
  position: relative;
  width: 100%;
  height: 100vh;
  color: var(--black);
}
.poster .photo,
.poster .photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.poster .photo img {
  object-fit: cover;
  object-position: center top;
}
.poster .detail {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.poster .detail.light {
  color: var(--white);
}
.poster .name {
  font-family: "din-2014", sans-serif;
  font-size: min(3.125vw, 1.3rem);
  line-height: 169.231%;
  letter-spacing: 0.06em;
}
.poster .name br {
  display: block;
}
.poster ul.name {
  line-height: 146.154%;
}
.poster .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 min(1.6826923077vw, 0.7rem);
  width: min(25.7211538462vw, 10.7rem);
  height: min(6.4903846154vw, 2.7rem);
  font-size: min(2.6442307692vw, 1.1rem);
  letter-spacing: 0.06em;
  border: 0.8px solid currentColor;
  border-radius: 3rem;
}
.poster .link:after {
  content: ">";
  transform: translateY(-1px);
}
@media (min-width: 48rem) {
  .poster ul.name {
    line-height: 164.464%;
  }
  .poster .link {
    gap: 0 5px;
    width: 10.7rem;
    height: 2.8rem;
    font-size: 1.2rem;
    letter-spacing: 0.72px;
  }
}
@media (width <= 48rem) and (orientation: landscape) {
  .poster {
    height: fit-content;
  }
}
@media (width >= 48rem) and (orientation: portrait) {
  .poster {
    height: fit-content;
  }
}

.o2-base .name {
  margin-block: 0.8rem;
}
.o2-base .detail {
  left: 11.0576923077%;
  bottom: 6.625%;
}
.o2-base .brand {
  width: min(32.4519230769vw, 13.5rem);
  height: auto;
}

.o2-air-sweats .name {
  margin-block: 1.2rem;
}
.o2-air-sweats .detail {
  left: 7.2115384615%;
  bottom: 4.625%;
}
.o2-air-sweats .brand {
  width: min(53.3653846154vw, 22.2rem);
  height: auto;
}

.nikki .name {
  margin-block: auto 0.8rem;
}
.nikki .detail {
  left: 6.9711538462%;
  bottom: 2.375%;
}
.nikki .brand {
  width: min(30.7692307692vw, 12.8rem);
  height: auto;
}

.o2-bottom .name {
  margin-block: 1.2rem 0;
}
.o2-bottom .detail {
  left: 10.0961538462%;
  bottom: 6.875%;
}
.o2-bottom .brand {
  width: min(40.625vw, 16.9rem);
  height: auto;
}

.mioasse .name {
  margin-block: 1.6rem 0.8rem;
}
.mioasse .detail {
  right: 7.2115384615%;
  bottom: 4.375%;
}
.mioasse .brand {
  width: min(23.7980769231vw, 9.9rem);
  height: auto;
}

.tsuki .name {
  margin-block: 1.6rem 0;
}
.tsuki .detail {
  left: 6.0096153846%;
  bottom: 2.625%;
}
.tsuki .brand {
  width: min(43.75vw, 18.2rem);
  height: auto;
}

.firo .name {
  margin-block: 1.6rem;
}
.firo .detail {
  left: 4.8076923077%;
  top: 9.75%;
}
.firo .brand {
  width: min(23.0769230769vw, 9.6rem);
  height: auto;
}

.o2-outer .name {
  margin-block: 1.6rem 0.8rem;
}
.o2-outer .detail {
  left: 8.1730769231%;
  bottom: 3.625%;
}
.o2-outer .brand {
  width: min(31.25vw, 13rem);
  height: auto;
}

.o2-air-sweats .brand {
  filter: invert(100);
}

.nikki .detail {
  top: 22.875%;
  right: 12.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nikki .brand {
  margin-left: auto;
}

.o2-bottom .detail {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: max-content max-content;
  gap: 0 min(4.8076923077vw, 2rem);
}
.o2-bottom .name {
  grid-column: span 2;
}
.o2-bottom .link {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.mioasse .detail {
  align-items: end;
}
.mioasse .brand {
  filter: brightness(0);
}

.tsuki .link {
  position: absolute;
  bottom: 0.4rem;
  left: min(55.5288461538vw, 23.1rem);
}

@media (min-width: 48rem) {
  .o2-base .name {
    margin-block: 0.8rem 0;
  }
  .o2-base .detail {
    inset: unset;
    left: 5.4166666667%;
    bottom: 6.5%;
  }
  .o2-base .brand {
    width: 15.5rem;
    height: auto;
  }
  .o2-air-sweats .name {
    margin-block: 1.6rem 0;
  }
  .o2-air-sweats .detail {
    inset: unset;
    left: 4.3252595156%;
    bottom: 4.7989623865%;
  }
  .o2-air-sweats .brand {
    width: 24.1rem;
    height: auto;
  }
  .nikki .name {
    margin-block: 1.9rem 0.9rem;
  }
  .nikki .detail {
    inset: unset;
    left: 24.5833333333%;
    bottom: 28.625%;
  }
  .nikki .brand {
    width: 13.7rem;
    height: auto;
  }
  .o2-bottom .name {
    margin-block: 1.2rem 0;
  }
  .o2-bottom .detail {
    inset: unset;
    right: 2.2608695652%;
    bottom: 2.7379400261%;
  }
  .o2-bottom .brand {
    width: 16.9rem;
    height: auto;
  }
  .mioasse .name {
    margin-block: auto 0.8rem;
  }
  .mioasse .detail {
    inset: unset;
    right: 5.7218309859%;
    bottom: 3.6988110964%;
  }
  .mioasse .brand {
    width: 10.9rem;
    height: auto;
  }
  .tsuki .name {
    margin-block: 1.6rem;
  }
  .tsuki .detail {
    inset: unset;
    left: 6.1666666667%;
    bottom: 8.125%;
  }
  .tsuki .brand {
    width: 22.1rem;
    height: auto;
  }
  .firo .name {
    margin-block: 1.6rem;
  }
  .firo .detail {
    inset: unset;
    right: 4.75%;
    top: 31.75%;
  }
  .firo .brand {
    width: 10.6rem;
    height: auto;
  }
  .o2-outer .name {
    margin-block: 1.6rem;
  }
  .o2-outer .detail {
    inset: unset;
    left: 3.4166666667%;
    bottom: 6.25%;
  }
  .o2-outer .brand {
    width: 13.9rem;
    height: auto;
  }
  .o2-base .detail {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-template-rows: max-content max-content;
    gap: 0 min(4.8076923077vw, 2rem);
  }
  .o2-base h3 {
    grid-column: span 2;
  }
  .o2-air-sweats {
    height: unset;
    width: 96.3333333333%;
    aspect-ratio: 1156/771;
    margin-left: auto;
  }
  .o2-air-sweats .detail.light {
    color: var(--black);
  }
  .o2-air-sweats .brand {
    filter: brightness(0);
  }
  .o2-air-sweats .link {
    position: absolute;
    bottom: 2.9rem;
    left: min(53.125vw, 22.1rem);
  }
  .nikki .detail.light {
    top: unset;
    right: unset;
    color: var(--black);
  }
  .nikki .brand {
    margin-left: 0;
  }
  .o2-bottom {
    width: 95.8333333333%;
    height: unset;
    aspect-ratio: 1150/767;
    margin-right: auto;
  }
  .o2-bottom .detail {
    justify-content: end;
    gap: 0 1.6rem;
  }
  .o2-bottom h3 {
    grid-column: span 2;
  }
  .o2-bottom .brand {
    margin-left: auto;
  }
  .o2-bottom .name {
    grid-column: auto;
  }
  .o2-bottom .link {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0.7rem;
  }
  .mioasse {
    width: 94.6666666667%;
    height: unset;
    aspect-ratio: 1136/757;
    margin-left: auto;
  }
  .mioasse .detail {
    top: 5.8124174373%;
    left: 4.4894366197%;
    justify-content: space-between;
    color: var(--white);
  }
  .mioasse h3 {
    align-self: flex-start;
  }
  .mioasse .brand {
    filter: brightness(1);
  }
  .tsuki .detail br {
    display: none;
  }
  .tsuki .link {
    position: relative;
    bottom: unset;
    left: unset;
  }
  .firo .detail {
    align-items: end;
    text-align: right;
  }
}
.vol3 .block {
  margin-bottom: 5rem;
}
.block.solo {
  padding-inline: min(11.7788461538vw, 6.6rem);
}
.block.solo picture {
  width: min(100%, 65.9rem);
  margin-left: auto;
}
.block.duo {
  display: grid;
  justify-content: center;
  gap: 1.2rem 1.6rem;
  margin-inline: auto;
}
.block.duo picture {
  width: min(76.4423076923vw, 45.6rem);
}
@media (min-width: 48rem) {
  .vol3 .block {
    margin-bottom: 0;
  }
  .vol3 .block.duo {
    width: min(100%, 93.3rem);
  }
  .vol3 .block.duo picture:last-of-type {
    margin: 30.701754386% 0 0;
  }
  .vol7 .block.duo {
    width: min(100%, 102.7rem);
  }
  .vol7 .block.duo picture:last-of-type {
    margin: 28.3433133733% 0 0;
  }
  .block.duo {
    grid-template-columns: repeat(2, calc(50% - 0.8rem));
  }
  .block.duo picture {
    width: 100%;
  }
}

.info {
  padding: 3.4rem 0 8rem;
  color: var(--black);
  font-size: 1.3rem;
  line-height: 161.538%;
  letter-spacing: 0.78px;
  border-top: 1px solid #888888;
  background-color: var(--white);
  interpolate-size: allow-keywords;
}
.info-item h3 {
  margin-bottom: 1.6rem;
}
.info-item h3 img {
  width: auto;
  height: 3rem;
}
.info-item h4 {
  margin-bottom: 0.8rem;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 1.4rem;
  line-height: 164.286%;
  letter-spacing: 0.84px;
}
.info-item ul + h4,
.info-item ul + ul {
  margin-top: 2.4rem;
}
.info-content {
  position: relative;
  display: grid;
  justify-content: center;
  gap: 2.4rem 0;
  width: 74.0384615385vw;
  height: 92.6rem;
  margin-inline: auto;
  overflow: hidden;
  transition: height 1s linear;
}
.info-content:after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  display: block;
  width: 100%;
  height: 12.3rem;
  background-image: linear-gradient(rgb(from var(--white) r g b/0), var(--white) 60%);
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.info-content.show-full {
  height: max-content;
}
.info-content.show-full:after {
  opacity: 0;
  visibility: hidden;
}
.info .show-more {
  position: absolute;
  z-index: 1;
  inset-block-end: 0;
  width: 8.7rem;
  height: 1.72rem;
}
.info .show-more[aria-expanded=true] {
  visibility: hidden;
  touch-action: none;
}
.info .show-more img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 48rem) {
  .info {
    padding: 7.7rem 0 8rem;
    font-size: 1.4rem;
  }
  .info-content {
    width: fit-content;
    gap: 5.5rem 0;
  }
  .info-item h3 {
    margin-bottom: 2rem;
  }
  .info-item h3 img {
    height: 3.2rem;
  }
  .info-item h4 {
    font-size: 1.5rem;
  }
  .info ul + h4 {
    margin-top: 1.2rem;
  }
  .info ul + ul {
    margin-top: 1.5rem;
  }
}
.info .show-more {
  width: 12.6rem;
  height: 3.54rem;
}

@keyframes fade-in {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.wallpaper,
.o2,
.awa {
  opacity: 0;
}

.wallpaper {
  animation: fade-in 1s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}

.awa {
  animation: fade-in 1s 1.1s cubic-bezier(0.12, 0, 0.39, 0) forwards;
}

.o2 {
  animation: fade-in 0.5s 0.6s cubic-bezier(0.12, 0, 0.39, 0) forwards;
}

[data-watch=poster] h2,
[data-watch=poster] .brand,
[data-watch=poster] .name,
[data-watch=poster] .link {
  visibility: hidden;
  opacity: 0;
}
[data-watch=poster].in-view h2 {
  animation: fade-in 1s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
[data-watch=poster].in-view .brand {
  animation: fade-in 1s 0.65s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}
[data-watch=poster].in-view .name,
[data-watch=poster].in-view .link {
  animation: fade-in 1s 1.32s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}