@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;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  a:hover {
    filter: brightness(1.12);
  }
}

button {
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  button:hover {
    filter: brightness(1.12);
  }
}

[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-orange: #D16F4C;
  --color-paper-light: #EAEAEA;
  --color-paper-dark: #D9D9D9;
  --color-grey: #B7C0C1;
  --base: var(--color-black);
  --accent: var(--color-yellow);
  --link: var(--color-red);
  --bg: #B7C0C1;
  --paper: rgba(237, 237, 237, 0.9);
  --border: 1.5px solid var(--color-black);
}

html {
  scroll-padding: 0;
}

body {
  color: var(--base);
  font-family: "Yu Gothic Pr6N B", sans-serif;
  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;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: drop-shadow(0 4px 13px rgba(0, 0, 0, 0.18));
}
.header.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 48rem) {
  .header {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  }
}

.cover {
  position: relative;
}
.cover-header {
  display: flex;
  flex-direction: column;
  gap: 3.2rem 0;
  width: min(100%, 125rem);
  margin-inline: auto;
  padding: 3rem 4.8vw 1.6rem 8.8vw;
}
.cover .logo {
  width: min(29.3333333333vw, 11rem);
  height: auto;
}
.cover h1 img,
.cover h2 img {
  width: 100%;
  height: auto;
}
.cover h1 {
  align-self: flex-end;
  width: min(84.5333333333vw, 31.7rem);
}
.cover h2 {
  position: absolute;
  top: min(36vw, 13.5rem);
  right: 4.2666666667vw;
  width: min(11.2vw, 4.2rem);
}
.cover h2::before {
  content: "";
  display: block;
  padding-top: 13.3333333333vw;
}
.cover-content {
  background-image: linear-gradient(transparent 8vw, var(--color-paper-light) 8vw);
}
.cover-content .cover-photo {
  width: 81.0666666667%;
}
.cover-content .cover-photo picture {
  aspect-ratio: 304/202;
  overflow: hidden;
  background-color: var(--color-paper-dark);
}
@media (min-width: 48rem) {
  .cover-header {
    position: relative;
    gap: 0;
    width: min(82.671957672%, 125rem);
    padding: 6.9rem 0 2.7rem;
  }
  .cover .logo {
    width: 15.2%;
  }
  .cover h1 {
    width: 54%;
    margin: 2.75rem 10.96% 1.7rem 0;
  }
  .cover h2 {
    position: relative;
    top: unset;
    right: unset;
    align-self: flex-end;
    width: 53.92%;
  }
  .cover h2::before {
    display: none;
  }
  .cover-content {
    display: grid;
    grid-template-columns: 53.7698412698% auto;
    padding-bottom: 8.1rem;
    background: var(--bg);
  }
  .cover-content .cover-photo {
    width: 100%;
    background-image: linear-gradient(to right, transparent 78.2287822878%, var(--color-paper-light) 78.2287822878%);
  }
  .cover-content .cover-photo picture {
    aspect-ratio: 813/498;
  }
  .cover .yodogawa {
    background-image: linear-gradient(var(--bg) 6.7rem, var(--color-paper-light) 6.7rem);
  }
}

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

[data-watch=picture] {
  opacity: 0;
  transition: opacity 1s ease-out;
}
[data-watch=picture].in-view {
  opacity: 1;
}

.yodogawa {
  padding: 3.2rem 19.2vw 3.2rem 9.0666666667vw;
  font-family: "Yu Gothic Pr6N D";
  font-size: 1.5rem;
  line-height: 160%;
}
.yodogawa p a {
  color: var(--color-orange);
}
.yodogawa p + p {
  margin-top: 2em;
}
.yodogawa br {
  display: none;
}
@media (min-width: 48rem) {
  .yodogawa {
    padding: 14.2rem 0 7.2rem 7.6923076923%;
  }
  .yodogawa br {
    display: block;
  }
}

.related-contents-section {
  width: 100%;
  padding-block: min(12.5333333333vw, 13.2rem) min(17.2vw, 9.8rem);
  padding-left: 2.8rem;
  background-color: var(--color-grey);
}
.related-contents-section h3 {
  margin-bottom: 3rem;
  padding-bottom: 0.4rem;
  font-size: 2.4rem;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.03em;
  border-bottom: 1.5px solid #000;
}
@media (min-width: 67rem) {
  .related-contents-section {
    padding-inline: calc((100% - 102rem) / 2);
  }
}

.related-contents {
  margin-inline: auto;
}
.related-contents a {
  color: var(--color-black);
  transition: filter 0.1s ease;
}
@media (hover: hover) {
  .related-contents a:hover {
    opacity: 1;
    filter: brightness(1.12);
  }
}
.related-contents .swiper-wrapper {
  height: auto;
}
@media (min-width: 48rem) {
  .related-contents .swiper-button-next {
    display: none;
  }
}

.related-content {
  display: block;
}
.related-content img {
  border: var(--border);
}
.related-content h4 {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 142.857%;
}
@media (min-width: 600px) {
  .related-content h4 {
    margin-top: 1.6rem;
  }
}

.related-product-section {
  width: 100%;
  padding-block: 0 min(14.9333333333vw, 9.6rem);
  padding-left: 2.8rem;
  background-color: var(--color-grey);
}
.related-product-section h3 {
  margin-bottom: 3rem;
  padding-bottom: 0.4rem;
  font-size: 2.4rem;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.03em;
  border-bottom: 1.5px solid #000;
}
@media (min-width: 67rem) {
  .related-product-section {
    padding-inline: calc((100% - 102rem) / 2);
  }
}

.related-product {
  margin-inline: auto;
}
.related-product a {
  color: var(--color-black);
  transition: filter 0.1s ease;
}
@media (hover: hover) {
  .related-product a:hover {
    opacity: 1;
    filter: brightness(1.12);
  }
}
.related-product .swiper .brand,
.related-product .swiper .name,
.related-product .swiper .price small {
  font-family: "Yu Gothic Pr6N B", sans-serif;
  letter-spacing: 0.02em;
}
.related-product .swiper .brand {
  font-size: 1rem;
  line-height: 160%;
}
.related-product .swiper .name {
  font-size: 1.2rem;
  line-height: leading(16, 12);
}
.related-product .swiper .price {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.03em;
}
.related-product .swiper .price:last-child {
  margin-top: 0.8rem;
}
@media (min-width: 67rem) {
  .related-product .swiper .price {
    font-size: 1.2rem;
  }
}
.related-product figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 0.8rem;
  border: 1px solid var(--color-black);
}
.related-product figure figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8.5333333333vw;
  background-color: rgba(0, 0, 0, 0.4);
}
.related-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-product .price-wrap {
  margin-top: 0.8rem;
}
.related-product .price-wrap small {
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .related-product figure figcaption {
    font-size: min(3vw, 2rem);
  }
}

@keyframes arrow-tap-next {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  68% {
    transform: translateX(32%);
  }
  76% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(24%);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-tap-prev {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  68% {
    transform: translateX(-32%);
  }
  76% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(-24%);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.swiper-wrapper {
  height: fit-content;
  padding: 0;
}
.swiper .swiper-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  margin-top: 1.5rem;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  position: relative;
  width: 3.2rem;
  height: 2rem;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,%3Csvg width="21" height="10" viewBox="0 0 21 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.0076 8.5592H0" stroke="black" stroke-width="1.5"/%3E%3Cpath d="M19.5277 8.87402L12.5986 1" stroke="black" stroke-width="1.5"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper .swiper-button-next {
  --swiper-navigation-sides-offset: 2.8rem;
}
.swiper .swiper-button-prev {
  --swiper-navigation-sides-offset: calc(3.2rem * 0.32);
}
.swiper .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.swiper .swiper-button-disabled {
  opacity: 0;
}
@media (min-width: 67rem) {
  .swiper .swiper-button-next {
    --swiper-navigation-sides-offset: calc(3.2rem * 0.32);
  }
}

.intro {
  position: relative;
  background-image: linear-gradient(transparent 17rem, var(--color-paper-dark) 17rem);
}
.intro picture {
  background-image: linear-gradient(var(--color-paper-light) 5.2rem, transparent 5.2rem);
}
.intro picture img {
  width: min(66.6666666667vw, 30rem);
  height: auto;
  margin-left: auto;
}
.intro-content {
  width: 89.0666666667vw;
  padding: 2.6rem min(10.6666666667vw, 4rem) 3.2rem;
  background-color: var(--color-paper-light);
}
.intro-content h2 {
  margin-bottom: 0.9rem;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 173.077%;
}
.intro-content p,
.intro-content button {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 1.5rem;
  line-height: 160%;
}
.intro-content p a {
  color: var(--color-orange);
}
.intro-content button {
  margin-top: 1.4rem;
}
.intro-content br {
  display: none;
}
@media (min-width: 48rem) {
  .intro {
    display: flex;
    justify-content: center;
  }
  .intro-wrap {
    position: relative;
    width: min(84.3915343915%, 118rem);
  }
  .intro-content {
    width: 100%;
    padding: 6.2rem 0 5.4rem min(14.6164021164vw, 22.1rem);
  }
  .intro h2 {
    margin-bottom: 3.5rem;
    font-size: 4rem;
    line-height: 112.5%;
  }
  .intro br {
    display: block;
  }
}
@media (min-width: 64rem) {
  .intro {
    background-image: linear-gradient(to right, var(--color-paper-light) 50%, transparent 50%);
  }
  .intro picture {
    position: absolute;
    bottom: -3.9rem;
    right: -4.8rem;
    background-image: none;
  }
  .intro picture img {
    width: min(26.1904761905vw, 39.6rem);
  }
}

.content-body {
  --content-space: 3.2rem;
  --content-pad: 3.2rem 7.1rem;
  display: flex;
  flex-direction: column;
  gap: var(--content-space) 0;
  align-items: center;
  padding-block: var(--content-pad);
  font-family: "Ishii Chu Gothic M";
  background-color: var(--color-paper-dark);
}
.content-body .heading,
.content-body .para {
  width: min(85.3333333333%, 45rem);
}
.content-body .heading {
  margin-bottom: 1.6rem;
}
.content-body .heading h2 {
  margin-bottom: 3.1rem;
  line-height: 160%;
  font-size: 2rem;
}
.content-body .heading h2 .sup,
.content-body .heading h2 .note {
  font-size: 0.5em;
}
.content-body .heading h2 .sup {
  vertical-align: 30%;
}
.content-body .heading h2 .note {
  display: block;
  text-align: right;
  line-height: 160%;
}
.content-body .heading p {
  font-size: 2rem;
  line-height: 160%;
}
.content-body .heading p small {
  font-size: 1.6rem;
}
.content-body .para p {
  font-size: 1.5rem;
  line-height: 160%;
}
.content-body .para p span:not([class]) {
  display: block;
}
.content-body .para p + p {
  margin-top: 2em;
}
.content-body .para br:not(.s-also) {
  display: none;
}
.content-body .picture img {
  width: min(80vw, 45rem);
}
.content-body a {
  color: var(--color-orange);
}
@media (min-width: 48rem) {
  .content-body {
    --content-space: 4rem;
    --content-pad: 16.1rem 14.4rem;
  }
  .content-body .heading,
  .content-body .para {
    padding-left: 1.95rem;
  }
  .content-body .heading {
    margin-bottom: 3rem;
  }
  .content-body .heading h2 {
    margin-bottom: 2.2rem;
    font-size: 2.6rem;
    line-height: 130.769%;
  }
  .content-body .heading h2 .sup,
  .content-body .heading h2 .note {
    font-size: 0.4615384615em;
  }
  .content-body .para br:not(.s-also) {
    display: block;
  }
}

.case-toc {
  padding: 3.1rem 4.8rem;
}
@media (min-width: 48rem) {
  .case-toc {
    padding: 0 0 8rem;
  }
}

.case-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, 26.3rem);
  justify-content: center;
  gap: 2.4rem 4.8rem;
}
.case-links a {
  display: grid;
  grid-template-columns: 9.5rem auto;
  width: 100%;
  padding: 1.6rem 1.6rem 1.6rem 1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 263 149" fill="none"><path d="M262.5 19.9959L239.132 0.5H0.5V148.5H262.5V19.9959Z" fill="%237FB9B6" stroke="%237FB9B6" stroke-linejoin="round"/></svg>');
  background-size: 100% 100%;
}
.case-links h3 {
  grid-column: span 2;
  margin-bottom: 0.4rem;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
}
.case-links h4 {
  align-self: end;
  padding-left: 1.5rem;
  font-family: "Koburina Gothic W6 JIS2004";
  line-height: 1;
}
.case-links h4 span {
  display: block;
}
.case-links h4 .title {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}
.case-links h4 .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
}
.case-links h4 .name::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.95rem;
  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;
}

.profile-button {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  color: var(--color-orange);
}
.profile-button::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.95rem;
  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;
}

.profile-dialog {
  width: min(93.3333333333vw, 50rem);
  max-width: unset;
  padding: min(12vw, 9.3rem) min(8vw, 8rem) min(22.6666666667vw, 9.2rem);
  line-height: 180%;
}
.profile-dialog h3 {
  margin-bottom: 1.4444444444em;
  font-size: 1.8rem;
  line-height: 144.444%;
}
.profile-dialog h3:not(.brand-title) {
  font-family: "Yu Mincho Pr6N D";
  letter-spacing: -0.01em;
}
.profile-dialog .brand-title {
  font-family: "Yu Gothic Pr6N D";
}
.profile-dialog p {
  font-size: 1.3rem;
  line-height: 200%;
  white-space: pre-line;
  font-feature-settings: "halt" on;
}
.profile-dialog p + p {
  margin-top: 1rem;
}
.profile-dialog ul {
  margin-top: 1em;
  font-size: 1.3rem;
}
.profile-dialog a {
  color: var(--link);
}
.profile-dialog .view-items {
  margin-top: 1.6rem;
}
.profile-dialog .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) {
  .profile-dialog .brand-title {
    margin-bottom: 1.0909090909em;
    font-size: 2.2rem;
    line-height: 118.182%;
  }
  .profile-dialog .view-items {
    margin-top: 4rem;
  }
  .profile-dialog p {
    font-feature-settings: unset;
  }
  .profile-dialog .dialog-close {
    right: 2.9rem;
    bottom: 3.2rem;
  }
}

.content-body .heading h2 {
  margin-bottom: 0.6rem;
}
.content-body .picture.pair {
  display: grid;
  grid-template-columns: 46.4912280702% 50.2923976608%;
  justify-content: space-between;
  width: min(91.2vw, 89.8rem);
}
.content-body .picture.pair img {
  width: 100%;
}
@media (width >= 375px) {
  .content-body .heading h2 {
    white-space: nowrap;
  }
  .content-body .heading h2 .note {
    padding-right: 1em;
  }
}
@media (min-width: 48rem) {
  .content-body .heading h2 {
    white-space: nowrap;
  }
  .content-body .heading h2 .note {
    padding-right: 1.5em;
  }
  .content-body .picture.pair {
    grid-template-columns: 46.3251670379% 50.1113585746%;
  }
}