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

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
body.scroll_rock {
  overflow: hidden;
}

:root {
  --color-white: #ffffff;
  --text-black: #414141;
}

body {
  font-family: "Gothic Medium BBB";
  color: var(--text-black);
}

.footer {
  --footer-pad: 5.5rem 14.1333333333vw 3.5rem;
  --footer-bg-color: #5A5250;
  --share-gap: 1.8rem;
  --share-icon-gap: 2.4rem;
  --f-hobo-mar: 2.6rem 0 4.5rem;
  --f-fs: 1.4rem;
  --f-copy-fs: 0.9rem;
  --f-hobo-lh: 168.5%;
  --f-hobo-ls: 1.96px;
  --f-copy-ls: 0.9px;
  --f-share-ls: 1.96px;
  --banner-mb: 3.3rem;
  position: relative;
  font-family: "Koburina Gothic W6 JIS2004";
  display: flex;
  flex-direction: column;
  padding: var(--footer-pad);
  color: #ffffff;
  background-color: var(--footer-bg-color);
}
.footer_banner {
  width: min(100%, 85.6rem);
  margin-bottom: var(--banner-mb);
}
.footer_banner img {
  width: 100%;
  height: auto;
}
.footer_share {
  display: flex;
  gap: var(--share-gap);
  align-items: center;
}
.footer_share ul {
  display: flex;
  gap: var(--share-icon-gap);
  align-items: center;
}
.footer_share__title {
  font-size: var(--f-fs);
  letter-spacing: var(--f-share-ls);
}
.footer_hobo {
  margin: var(--f-hobo-mar);
  font-size: var(--f-fs);
  line-height: var(--f-hobo-lh);
  letter-spacing: var(--f-hobo-ls);
}
.footer_copyright {
  font-size: var(--f-copy-fs);
  letter-spacing: var(--f-copy-ls);
}
@media (min-width: 48rem) {
  .footer {
    --footer-pad: 10.6rem 1.6rem 7.4rem;
    --share-gap: 2.8rem;
    --share-icon-gap: 2.5rem;
    --f-hobo-mar: 2.3rem 0 1.8rem;
    --f-fs: 1.8rem;
    --f-copy-fs: 1.2rem;
    --f-hobo-lh: normal;
    --f-hobo-ls: 1.26px;
    --f-copy-ls: 1.2px;
    --f-share-ls: 1.26px;
    --banner-mb: 6.2rem;
    align-items: center;
  }
  .footer_hobo ul {
    display: flex;
  }
  .footer_hobo li {
    display: flex;
  }
  .footer_hobo li:not(:last-of-type):after {
    content: "／";
  }
}

.pagination {
  --contents-pad: 3rem;
  --arrow-size: 3.8rem;
  --table-size: 5.5rem;
  --table-fs: 1.1rem;
  --table-h: 14.4rem;
  --arrow-pad: 0.7rem;
  width: min(100%, 85rem);
  margin-inline: auto;
  color: var(--theme-black);
  border-top: 0.5px solid currentColor;
  border-bottom: 0.5px solid currentColor;
}
.pagination ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: min(100%, 54.7rem);
  height: var(--table-h);
  margin: 0 auto;
  padding: var(--contents-pad);
  font-size: var(--table-fs);
  letter-spacing: 0.7px;
}
.pagination li,
.pagination a {
  height: 100%;
}
.pagination a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.pagination a:before {
  content: "";
  display: block;
  background-color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.pagination a.is-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.pagination-table:before {
  width: var(--table-size);
  height: var(--table-size);
  mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 85 85" fill="none"%3E%3Cpath d="M25 27H61" stroke="%23414141" stroke-width="0.5"/%3E%3Cpath d="M25 42.5H61" stroke="%23414141" stroke-width="0.5"/%3E%3Cpath d="M25 58H61" stroke="%23414141" stroke-width="0.5"/%3E%3Ccircle cx="42.5" cy="42.5" r="41.5" stroke="%23414141" stroke-width="0.5"/%3E%3C/svg%3E');
}
.pagination-prev, .pagination-next {
  padding-top: var(--arrow-pad);
}
.pagination-prev:before, .pagination-next:before {
  width: var(--arrow-size);
  height: var(--arrow-size);
}
.pagination-prev:before {
  mask-image: url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 44" fill="none"%3E%3Cpath d="M22.0001 42.9999L1.00015 22L22.0001 1.00008" stroke="%23414141" stroke-width="0.5"/%3E%3C/svg%3E');
  mask-position: left center;
}
.pagination-next:before {
  mask-image: url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 44" fill="none"%3E%3Cpath d="M0.999924 1.00008L21.9998 22L0.999924 42.9999" stroke="%23414141" stroke-width="0.5"/%3E%3C/svg%3E');
  mask-position: right center;
}
@media (min-width: 48rem) {
  .pagination {
    --contents-pad: 2.5rem 0;
    --arrow-size: 4.4rem;
    --table-size: 8.3rem;
    --table-fs: 1.4rem;
    --table-h: 15.8rem;
    --arrow-pad: 2rem;
  }
}

.product-line {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-line-header {
  width: min(100%, 55.2rem);
}
.product-line-header h2 {
  --line-h-mb: 3.9rem;
  --line-h-fs: 1.8rem;
  --line-h-lh: 3.3rem;
  --line-h-date-pad: 0 1.5rem;
  margin-bottom: var(--line-h-mb);
  color: var(--product-line-color, #713049);
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--line-h-fs);
  letter-spacing: 0.0466666667em;
}
.product-line-header h2 .date {
  display: block;
  width: fit-content;
  margin-top: 0.8rem;
  padding: var(--line-h-date-pad);
  color: var(--color-white);
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--line-h-fs);
  line-height: var(--line-h-lh);
  background-color: var(--product-line-color, #713049);
}
.product-line-header p {
  margin-bottom: 2.5rem;
  color: var(--product-line-para, var(--theme-black));
  font-size: 1.4rem;
  line-height: 192%;
  letter-spacing: 0.05em;
}
.product-line-header p br {
  display: none;
}
@media (min-width: 32rem) {
  .product-line-header h2 br {
    display: none;
  }
}
@media (min-width: 48rem) {
  .product-line-header h2 {
    --line-h-fs: 2.4rem;
    --line-h-lh: 3.6rem;
    --line-h-date-pad: 0 1.4rem;
  }
  .product-line-header p {
    margin-bottom: 5.1rem;
    font-size: 1.6rem;
  }
  .product-line-header p br {
    display: block;
  }
}

.product-lineup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.25rem 5.9701492537%;
  width: min(100%, 55.2rem);
}
@media (min-width: 48rem) {
  .product-lineup {
    gap: 85px 7.2463768116%;
  }
}

.product {
  --gap: 1.6rem;
  --lh: 158.5%;
  --copy-fs: 1.2rem;
  --copy-ls: -0.18px;
  --copy-br: none;
  --name-fs: 1.6rem;
  --name-ls: -0.24px;
  --size-fs: 1.2rem;
  --size-ls: -0.18px;
  --type-fs: 1.4rem;
  --type-ls: -0.21px;
  --price-fs: 2.1rem;
  --price-ls: 1.47px;
  --tax-fs: 1.1rem;
  --tax-ls: 0.385px;
  --button-fs: 1.4rem;
  --button-ls: 0.7px;
  --button-h: 32px;
  color: #414141;
  container: product/inline-size;
}
.product .image {
  width: 100%;
  height: auto;
  background-color: #E8EBEE;
}
.product-detail {
  display: grid;
  gap: var(--gap) 0;
}
.product .copy {
  font-family: "Yu Gothic Pr6N M";
  font-size: var(--copy-fs);
  line-height: var(--lh);
  letter-spacing: var(--copy-ls);
  white-space: pre-line;
}
.product .copy br {
  display: var(--copy-br);
}
.product .name,
.product .type {
  font-family: "Yu Gothic Pr6N D";
  font-size: var(--name-fs);
  line-height: var(--lh);
  letter-spacing: var(--name-ls);
}
.product .size {
  display: block;
  font-family: "Yu Gothic Pr6N M";
  font-size: var(--size-fs);
  line-height: var(--lh);
  letter-spacing: var(--size-ls);
}
.product[data-item=hold] .type {
  display: inline-block;
}
.product .price {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--price-fs);
  line-height: normal;
  letter-spacing: var(--price-ls);
}
.product .inc-tax {
  font-size: var(--tax-fs);
  line-height: normal;
  letter-spacing: var(--tax-ls);
}
.product .button {
  width: 100%;
  max-width: 19.2rem;
  margin-top: var(--gap);
  display: block;
  color: #ffffff;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--button-fs);
  line-height: var(--button-h);
  letter-spacing: var(--button-ls);
  text-align: center;
  background-color: #B77EAE;
  border-radius: calc(var(--button-h) / 2);
}
.product .urikire {
  display: none;
  font-size: 1.2rem;
  font-family: "Koburina Gothic W6 JIS2004";
}
.product .urikire.active {
  display: block;
  margin-top: 0.5rem;
  color: #C790BB;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.product .splide {
  margin-bottom: 53px;
}
.product .splide__pagination {
  bottom: -37px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.3rem;
  padding: 0;
}
.product .splide__pagination__page {
  width: 1.7rem;
  height: 1.7rem;
  margin: 0;
  opacity: 1;
  box-shadow: 0 0 0 0.2px #DBDBDB, 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.product .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: inherit;
  box-shadow: 0 0 0 0.2px #DBDBDB, 0 0 0 4px #ffffff, 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
}
@container product (width > 200px) {
  .product .name br:first-of-type {
    display: none;
  }
}
@media (min-width: 48rem) {
  .product {
    --gap: 1.3rem;
    --copy-fs: 1.5rem;
    --copy-ls: -0.225px;
    --copy-br: block;
    --name-fs: 1.8rem;
    --name-ls: -0.18px;
    --button-fs: 1.6rem;
    --button-ls: 0.8px;
    --button-h: 3.5rem;
  }
  .product .urikire {
    font-size: 1.5rem;
  }
  .product .splide {
    margin-bottom: 51px;
  }
  .product .splide__pagination {
    bottom: -38px;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
    visibility: visible;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
.header {
  --photos-ar: 375 / 556;
  --tsuki-pos-y: 4.1366906475%;
  --tsuki-pos-x: 7.4666666667%;
  --tsuki-w: 7.0028011204%;
  --tsuki-h: 7.3741007194%;
  --hobo-pos-y: 4.2666666667vw;
  --hobo-pos-x: 4.5333333333vw;
  --hobo-w: 14.6666666667vw;
  --hobo-h: 1.8666666667vw;
  --h1-pos-y: 59.8920863309%;
  --h1-pos-x: 13.6%;
  --h1-w: 48.5333333333%;
  --h1-h: 7.5539568345%;
  position: relative;
}
.header [class^=logo-] {
  position: absolute;
  z-index: 1;
  display: block;
  visibility: hidden;
}
.header [class^=logo-] img,
.header [class^=logo-] svg {
  width: 100%;
  height: auto;
}
.header .logo-TSUKINOMISE {
  top: var(--tsuki-pos-y);
  left: var(--tsuki-pos-x);
  width: var(--tsuki-w);
  height: var(--tsuki-h);
  animation: fade-in 1.5s 1s ease-out forwards;
}
.header .logo-HOBONICHI {
  top: var(--hobo-pos-y);
  right: var(--hobo-pos-x);
  width: var(--hobo-w);
  height: var(--hobo-h);
  animation: fade-in 1.5s ease-out forwards;
}
.header .logo-h1 {
  top: var(--h1-pos-y);
  left: var(--h1-pos-x);
  width: var(--h1-w);
  height: var(--h1-h);
  animation: fade-in-up 1.5s 2s ease-out forwards;
}
.header-photos {
  position: relative;
  aspect-ratio: var(--photos-ar);
}
.header-photos picture {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.header-photos picture:nth-of-type(1) {
  animation: fade-in 1.5s ease-out forwards;
}
.header-photos picture:nth-of-type(2) {
  animation: fade-in 1.2s 1.5s ease-out forwards;
}
.header-photos picture:nth-of-type(3) {
  animation: fade-in 2.5s 3.5s ease-out forwards;
}
.header-photos picture:nth-of-type(4) {
  animation: fade-in 2.5s 5.5s ease-out forwards;
}
.header-photos picture:nth-of-type(5) {
  animation: fade-in 2.5s 8.5s ease-out forwards;
}
.header-photos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 48rem) {
  .header {
    --photos-ar: 1440 / 1100;
    --tsuki-pos-y: 3.8181818182%;
    --tsuki-pos-x: 3.6111111111%;
    --tsuki-w: 2.4305555556%;
    --tsuki-h: 5.2727272727%;
    --hobo-pos-y: 4%;
    --hobo-pos-x: 2.9861111111%;
    --hobo-w: 6.9444444444%;
    --hobo-h: 1.1818181818%;
    --h1-pos-y: 75.2727272727%;
    --h1-pos-x: 64.0277777778%;
    --h1-w: 23.8194444444%;
    --h1-h: 7.1818181818%;
  }
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ECE7E7;
  padding-bottom: 5rem;
  overflow-x: hidden;
}
@media (min-width: 48rem) {
  .main {
    padding-bottom: 9.8rem;
  }
}

.intro {
  width: min(89.3333333333vw, 85rem);
}

.afterword {
  width: 100%;
}
.afterword .pagination {
  width: min(89.3333333333vw, 85rem);
}

.yodogawa {
  width: fit-content;
  margin-inline: auto;
  padding-block: 5.5rem;
  color: var(--theme-black);
  line-height: 192%;
  letter-spacing: 0.05em;
}
.yodogawa h2 {
  width: min(53.3333333333vw, 25.9rem);
  margin-bottom: 3.3rem;
}
.yodogawa h2 img {
  width: 100%;
  height: auto;
}
.yodogawa p + p {
  margin-top: 2em;
}
.yodogawa p {
  font-size: min(3.7333333333vw, 1.6rem);
}
.yodogawa p br {
  display: none;
}
@media (min-width: 48rem) {
  .yodogawa {
    padding-block: 13.8rem 9.7rem;
  }
  .yodogawa p br {
    display: block;
  }
}

.look {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem 0;
  width: min(100%, 85rem);
  padding-block: 6.5rem;
}
@media (min-width: 48rem) {
  .look {
    gap: 10rem 0;
    padding-block: 13.2rem 13rem;
  }
}

.photo {
  --figcaption-pad: 0.4rem 0.5rem 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-in-out, transform 0.75s;
}
.photo.in-view {
  opacity: 1;
  transform: translateY(0);
}
.photo img {
  width: 100%;
  height: auto;
}
.photo.full {
  width: 100%;
}
.photo.five-hundred {
  width: min(80%, 50rem);
}
.photo.to-left {
  align-self: flex-start;
}
.photo.to-right {
  align-self: flex-end;
}
.photo figcaption {
  padding: var(--figcaption-pad);
  color: var(--theme-black);
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 128.023%;
  letter-spacing: 0.08em;
}
@media (min-width: 48rem) {
  .photo.to-left {
    margin-left: 8.3529411765%;
  }
  .photo.to-right {
    margin-right: 8.3529411765%;
  }
}
@media (min-width: 900px) {
  .photo {
    --figcaption-pad: 0.4rem 0 0;
  }
}

.credit {
  --credit-pad: 10rem 5.3333333333vw;
  --credit-fs: 1.4rem;
  --credit-lh: 192%;
  --credit-ls: 0.0971428571em;
  position: relative;
  width: 100%;
  padding: var(--credit-pad);
  color: #ffffff;
}
.credit h3 {
  position: relative;
  margin-bottom: 2.3rem;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}
.credit ul {
  position: relative;
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0 2rem;
  font-size: var(--credit-fs);
  line-height: var(--credit-lh);
  letter-spacing: var(--credit-ls);
}
.credit li {
  grid-column: span 2;
  display: grid;
  grid-template-columns: subgrid;
}
.credit picture {
  position: absolute;
  inset: 0;
}
.credit picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 48rem) {
  .credit {
    --credit-pad: 20.4rem 13.9583333333% 20.3rem;
    --credit-fs: 1.6rem;
    --credit-ls: 0.085em;
  }
}

.products {
  width: min(89.3333333333vw, 111.5rem);
  padding-block: 4rem 3rem;
}
@media (min-width: 48rem) {
  .products {
    --gap: 100px;
    padding-block: 3.9rem 6.5rem;
  }
}

.product-line {
  padding-block: 3.2rem;
}
.product-line:not(:first-of-type) {
  border-top: 0.5px solid var(--theme-black);
}
@media (min-width: 48rem) {
  .product-line {
    padding-block: 6.4rem;
  }
}

[data-product-lineup=signature] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #E8DFD4;
}
[data-product-lineup=signature] .splide__pagination li:nth-of-type(1).sold-out .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #E8DFD4, #E8DFD4 calc(50% - 0.5px), transparent calc(50% - 0.5px), transparent calc(50% + 0.5px), #E8DFD4 calc(50% + 0.5px), #E8DFD4);
}
[data-product-lineup=signature] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #D3E9F0;
}
[data-product-lineup=signature] .splide__pagination li:nth-of-type(2).sold-out .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #D3E9F0, #D3E9F0 calc(50% - 0.5px), transparent calc(50% - 0.5px), transparent calc(50% + 0.5px), #D3E9F0 calc(50% + 0.5px), #D3E9F0);
}
[data-product-lineup=signature] .splide__pagination li:nth-of-type(3) .splide__pagination__page {
  background-color: #BF6E8D;
}
[data-product-lineup=signature] .splide__pagination li:nth-of-type(3).sold-out .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #BF6E8D, #BF6E8D calc(50% - 0.5px), transparent calc(50% - 0.5px), transparent calc(50% + 0.5px), #BF6E8D calc(50% + 0.5px), #BF6E8D);
}
[data-product-lineup=signature] .splide__pagination li:nth-of-type(4) .splide__pagination__page {
  background-color: #363636;
}
[data-product-lineup=signature] .splide__pagination li:nth-of-type(4).sold-out .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #363636, #363636 calc(50% - 0.5px), transparent calc(50% - 0.5px), transparent calc(50% + 0.5px), #363636 calc(50% + 0.5px), #363636);
}

[data-product-lineup=hold] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #B4B7C0;
}
[data-product-lineup=hold] .splide__pagination li:nth-of-type(1).sold-out .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #B4B7C0, #B4B7C0 calc(50% - 0.5px), transparent calc(50% - 0.5px), transparent calc(50% + 0.5px), #B4B7C0 calc(50% + 0.5px), #B4B7C0);
}
[data-product-lineup=hold] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #5A4144;
}
[data-product-lineup=hold] .splide__pagination li:nth-of-type(2).sold-out .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #5A4144, #5A4144 calc(50% - 0.5px), transparent calc(50% - 0.5px), transparent calc(50% + 0.5px), #5A4144 calc(50% + 0.5px), #5A4144);
}

.product-figure {
  margin-bottom: 5rem;
  margin-inline: -5.3333333333vw;
}
.product-figure figure {
  position: relative;
  width: 100%;
  aspect-ratio: 375/700;
  max-width: 42rem;
}
.product-figure figure + figure {
  margin-top: 2.4rem;
}
.product-figure figcaption {
  font-size: min(3.7333333333vw, 1.4rem);
  line-height: 167%;
  letter-spacing: 0.05em;
}
.product-figure figcaption [class^=fig-] {
  position: absolute;
  white-space: nowrap;
}
.product-figure figcaption h3 {
  position: absolute;
  top: 4.1428571429%;
  left: 0;
  width: 100%;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 2rem;
  text-align: center;
  line-height: 192%;
  letter-spacing: 0.05em;
}
.product-figure .fig-parts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-figure .figure-01-1 .fig-00 {
  top: 0%;
  left: 0%;
}
.product-figure .figure-01-1 .fig-01 {
  top: 0%;
  left: 0%;
}
.product-figure .figure-01-1 .fig-02 {
  top: 21%;
  left: 30.4%;
}
.product-figure .figure-01-1 .fig-03 {
  top: 27.2857142857%;
  left: 29.6%;
}
.product-figure .figure-01-1 .fig-04 {
  top: 68.8571428571%;
  left: 16.8%;
}
.product-figure .figure-01-1 .fig-05 {
  top: 0%;
  left: 0%;
}
.product-figure .figure-01-1 .fig-06 {
  top: 74.4285714286%;
  left: 18.6666666667%;
}
.product-figure .figure-01-1 .fig-07 {
  top: 88.2857142857%;
  left: 22.1333333333%;
}
.product-figure .figure-01-1 .fig-08 {
  top: 15.1428571429%;
  left: 14.9333333333%;
}
.product-figure .figure-01-2 .fig-00 {
  top: 25.2857142857%;
  left: 47.2%;
}
.product-figure .figure-01-2 .fig-01 {
  top: 14.4285714286%;
  left: 14.9333333333%;
}
.product-figure .figure-01-2 .fig-02 {
  top: 81.1428571429%;
  left: 6.9333333333%;
}
.product-figure .figure-01-2 .fig-03 {
  top: 71.4285714286%;
  left: 36.2666666667%;
}
.product-figure .figure-01-2 .fig-04 {
  top: 25.2857142857%;
  left: 8%;
}
.product-figure .figure-02-1 .fig-00 {
  top: 0%;
  left: 0%;
}
.product-figure .figure-02-1 .fig-01 {
  top: 0%;
  left: 0%;
}
.product-figure .figure-02-1 .fig-02 {
  top: 18.2857142857%;
  left: 59.2%;
}
.product-figure .figure-02-1 .fig-03 {
  top: 70%;
  left: 16.8%;
}
.product-figure .figure-02-1 .fig-04 {
  top: 0%;
  left: 0%;
}
.product-figure .figure-02-1 .fig-05 {
  top: 24.7142857143%;
  left: 21.3333333333%;
}
.product-figure .figure-02-1 .fig-06 {
  top: 86.4285714286%;
  left: 14.9333333333%;
}
.product-figure .figure-02-1 .fig-07 {
  top: 13%;
  left: 19.4666666667%;
}
.product-figure .figure-02-1 .fig-08 {
  top: 75.8571428571%;
  left: 15.2%;
}
.product-figure .figure-02-2 .fig-00 {
  top: 24.5714285714%;
  left: 26.4%;
}
.product-figure .figure-02-2 .fig-01 {
  top: 75.8571428571%;
  left: 15.4666666667%;
}
.product-figure .figure-02-2 .fig-02 {
  top: 15.2857142857%;
  left: 20.8%;
}
.product-figure .figure-02-2 .fig-03 {
  top: 82.2857142857%;
  left: 15.4666666667%;
}
.product-figure .hide-sm {
  display: none;
}
.product-figure .hide-lg {
  display: block;
}
.product-figure .figure-01-2 .fig-02 {
  font-size: min(3.3333333333vw, 1.25rem);
}
@media (min-width: 48rem) {
  .product-figure {
    margin-bottom: 9.2rem;
    margin-inline: 0;
  }
  .product-figure figure {
    aspect-ratio: 1115/580;
    max-width: 111.5rem;
  }
  .product-figure figcaption {
    font-size: min(1.1180555556vw, 1.4rem);
    line-height: 192%;
  }
  .product-figure figcaption h3 {
    display: none;
  }
  .product-figure .b-sm {
    display: none;
  }
  .product-figure .hide-sm {
    display: block;
  }
  .product-figure .hide-lg {
    display: none;
  }
  .product-figure .figure-01-1 .fig-00 {
    top: 15%;
    left: 42.600896861%;
  }
  .product-figure .figure-01-1 .fig-01 {
    top: 24.6551724138%;
    left: 8.7892376682%;
  }
  .product-figure .figure-01-1 .fig-02 {
    top: 43.1034482759%;
    left: 6.2780269058%;
  }
  .product-figure .figure-01-1 .fig-03 {
    top: 71.0344827586%;
    left: 9.3273542601%;
  }
  .product-figure .figure-01-1 .fig-04 {
    top: 84.3103448276%;
    left: 37.399103139%;
  }
  .product-figure .figure-01-1 .fig-05 {
    top: 25.8620689655%;
    left: 70.5829596413%;
  }
  .product-figure .figure-01-1 .fig-06 {
    top: 39.8275862069%;
    left: 70.0448430493%;
  }
  .product-figure .figure-01-1 .fig-07 {
    top: 60.6896551724%;
    left: 73.1838565022%;
  }
  .product-figure .figure-01-1 .fig-08 {
    top: 18.275862069%;
    left: 5.0224215247%;
  }
  .product-figure .figure-01-2 .fig-00 {
    top: 10%;
    left: 42.5112107623%;
  }
  .product-figure .figure-01-2 .fig-01 {
    top: 23.1034482759%;
    left: 6.8161434978%;
  }
  .product-figure .figure-01-2 .fig-02 {
    top: 70.6896551724%;
    left: 5.8295964126%;
  }
  .product-figure .figure-01-2 .fig-03 {
    top: 28.7931034483%;
    left: 72.6457399103%;
  }
  .product-figure .figure-01-2 .fig-04 {
    top: 60.6896551724%;
    left: 71.7488789238%;
  }
  .product-figure .figure-02-1 .fig-00 {
    top: 11.5517241379%;
    left: 44.3946188341%;
  }
  .product-figure .figure-02-1 .fig-01 {
    top: 26.3793103448%;
    left: 6.9955156951%;
  }
  .product-figure .figure-02-1 .fig-02 {
    top: 67.5862068966%;
    left: 6.9955156951%;
  }
  .product-figure .figure-02-1 .fig-03 {
    top: 84.3103448276%;
    left: 38.2959641256%;
  }
  .product-figure .figure-02-1 .fig-04 {
    top: 24.8275862069%;
    left: 69.1479820628%;
  }
  .product-figure .figure-02-1 .fig-05 {
    top: 39.6551724138%;
    left: 69.0582959641%;
  }
  .product-figure .figure-02-1 .fig-06 {
    top: 64.1379310345%;
    left: 72.8251121076%;
  }
  .product-figure .figure-02-1 .fig-07 {
    top: 15.6896551724%;
    left: 6.5470852018%;
  }
  .product-figure .figure-02-1 .fig-08 {
    top: 91.5517241379%;
    left: 5.1121076233%;
  }
  .product-figure .figure-02-2 .fig-00 {
    top: 27.9310344828%;
    left: 10.5829596413%;
  }
  .product-figure .figure-02-2 .fig-01 {
    top: 66.724137931%;
    left: 10.4932735426%;
  }
  .product-figure .figure-02-2 .fig-02 {
    top: 28.7931034483%;
    left: 72.6457399103%;
  }
  .product-figure .figure-02-2 .fig-03 {
    top: 67.7586206897%;
    left: 68.6995515695%;
  }
  .product-figure .figure-01-2 .fig-02 {
    font-size: min(1.1180555556vw, 1.4rem);
  }
}

:root {
  --theme-black: #5B5B5B;
}