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

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

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

:root {
  --text-black: #414141;
}

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

.footer {
  --footer-pad: 106px 14.1333333333vw 53px;
  --footer-bg-color: #445B72;
  --share-gap: 18px;
  --share-icon-gap: 24px;
  --f-hobo-mar: 26px 0 45px;
  --f-fs: 0.875rem;
  --f-copy-fs: 0.5625rem;
  --f-hobo-lh: 168.5%;
  --f-hobo-ls: 1.96px;
  --f-copy-ls: 0.9px;
  --f-share-ls: 1.96px;
  --banner-mb: 33px;
  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 {
  margin-bottom: var(--banner-mb);
}
.footer_banner img {
  max-width: 856px;
  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: 106px 0 56px;
    --share-gap: 28px;
    --share-icon-gap: 25px;
    --f-hobo-mar: 23px 0 18px;
    --f-fs: 1.125rem;
    --f-copy-fs: 0.75rem;
    --f-hobo-lh: normal;
    --f-hobo-ls: 1.26px;
    --f-copy-ls: 1.2px;
    --f-share-ls: 1.26px;
    align-items: center;
  }
  .footer_banner {
    padding: 32px;
  }
  .footer_hobo ul {
    display: flex;
  }
  .footer_hobo li {
    display: flex;
  }
  .footer_hobo li:not(:last-of-type):after {
    content: "／";
  }
}

.intro {
  --intro-pad: 4.375rem 0 0;
  --h2-mar: 1.6875rem 0 0.71875rem;
  --h2-fs: 1.0779375rem;
  --h2-lh: 173.5%;
  --h2-ls: 1.638px;
  --catch-fs: 0.7585625rem;
  --catch-lh: 192%;
  --catch-ls: 1.153px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--intro-pad);
  color: #353535;
}
.intro-brand {
  width: min(34.1512vw, 13.1929375rem);
}
.intro-brand img {
  width: 100%;
  height: auto;
}
.intro-h2 {
  margin: var(--h2-mar);
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  letter-spacing: var(--h2-ls);
  white-space: pre-line;
}
.intro-catch {
  font-size: var(--catch-fs);
  line-height: var(--catch-lh);
  letter-spacing: var(--catch-ls);
}
@media (min-width: 48rem) {
  .intro {
    --intro-pad: 6.75rem 0 0;
    --h2-mar: 2.785rem 0 1.184375rem;
    --h2-fs: 1.7766875rem;
    --h2-ls: 1.137px;
    --catch-fs: 1.25025rem;
    --catch-ls: 1.9px;
  }
}

.yodogawa {
  --yodo-pad: 2.829375rem 0;
  width: fit-content;
  padding: var(--yodo-pad);
  font-size: 0.875rem;
  line-height: 183.5%;
  letter-spacing: -0.42px;
}
.yodogawa p {
  white-space: pre-line;
}
@media (min-width: 48rem) {
  .yodogawa {
    --yodo-pad: 5rem 0 6.25rem;
    font-size: 1rem;
    line-height: 192%;
    letter-spacing: 0.8px;
  }
}

.toc {
  --toc-border-color: #272727;
  --toc-color: #272727;
  --contents-pad: 1.875rem;
  --arrow-size: 2.375rem;
  --table-size: 3.4375rem;
  --table-fs: 0.6875rem;
  --table-h: 8.9375rem;
  --arrow-pad: 0.4375rem;
  width: 100%;
  color: var(--toc-color);
  border-top: 0.5px solid var(--toc-border-color);
  border-bottom: 0.5px solid var(--toc-border-color);
}
.toc ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: var(--table-h);
  padding: var(--contents-pad);
  font-size: var(--table-fs);
  letter-spacing: 0.7px;
}
.toc li,
.toc a {
  height: 100%;
}
.toc a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.toc a:before {
  content: "";
  display: block;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center top;
  background-color: currentColor;
}
.toc a.is-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.toc-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="black" stroke-width="0.5"/%3E%3Cpath d="M25 42.5H61" stroke="black" stroke-width="0.5"/%3E%3Cpath d="M25 58H61" stroke="black" stroke-width="0.5"/%3E%3Ccircle cx="42.5" cy="42.5" r="41.5" stroke="black" stroke-width="0.5"/%3E%3C/svg%3E');
}
.toc-prev, .toc-next {
  padding-top: var(--arrow-pad);
}
.toc-prev:before, .toc-next:before {
  width: var(--arrow-size);
  height: var(--arrow-size);
}
.toc-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="black" stroke-width="0.5"/%3E%3C/svg%3E');
}
.toc-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="black" stroke-width="0.5"/%3E%3C/svg%3E');
}
@media (min-width: 48rem) {
  .toc {
    --contents-pad: 1.5625rem 0;
    --arrow-size: 2.75rem;
    --table-size: 5.1875rem;
    --table-fs: 0.875rem;
    --table-h: 11rem;
    --arrow-pad: 1.3125rem;
  }
}

.products-title {
  --h2-mar: 1.6875rem 0 0.71875rem;
  --h2-fs: 1.0779375rem;
  --h2-lh: 173.5%;
  --h2-ls: 1.638px;
  --catch-fs: 0.7585625rem;
  --catch-lh: 192%;
  --catch-ls: 1.153px;
  --line-h-mar: 2.1875rem 0 0;
  --line-h-fs: 1.125rem;
  --line-h-lh: 33px;
  --line-h-date-pad: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #353535;
}
.products-title .brand {
  width: min(34.1512vw, 13.1929375rem);
}
.products-title .brand img {
  width: 100%;
  height: auto;
}
.products-title .h2 {
  margin: var(--h2-mar);
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  letter-spacing: var(--h2-ls);
  white-space: pre-line;
}
.products-title .catch {
  font-size: var(--catch-fs);
  line-height: var(--catch-lh);
  letter-spacing: var(--catch-ls);
}
.products-title .sale-badge {
  margin: var(--line-h-mar);
  color: #445B72;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--line-h-fs);
  letter-spacing: 0.84px;
}
.products-title .sale-badge .date {
  display: block;
  width: fit-content;
  padding: var(--line-h-date-pad);
  color: #ffffff;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--line-h-fs);
  line-height: var(--line-h-lh);
  background-color: #445B72;
}
@media (min-width: 48rem) {
  .products-title {
    --h2-mar: 2.785rem 0 1.184375rem;
    --h2-fs: 1.7766875rem;
    --h2-ls: 1.137px;
    --catch-fs: 1.25025rem;
    --catch-ls: 1.9px;
    --line-h-fs: 1.5rem;
    --line-h-lh: 2.25rem;
    --line-h-date-pad: 0 1.625rem;
  }
}

.product-lineup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42.5px 20px;
}
@media (min-width: 48rem) {
  .product-lineup {
    gap: 85px 40px;
  }
}

.product {
  --gap: 16px;
  --lh: 158.5%;
  --copy-fs: 0.75rem;
  --copy-ls: -0.18px;
  --copy-br: none;
  --name-fs: 1rem;
  --name-ls: -0.24px;
  --size-fs: 0.75rem;
  --size-ls: -0.18px;
  --type-fs: 0.875rem;
  --type-ls: -0.21px;
  --price-fs: 1.1875rem;
  --price-ls: 1.47px;
  --tax-fs: 0.6875rem;
  --tax-ls: 0.385px;
  --button-fs: 0.875rem;
  --button-ls: 0.7px;
  --button-h: 32px;
  color: #414141;
}
.product .image {
  width: 100%;
  height: auto;
  background-color: #E8EBEE;
}
.product .copy {
  margin-bottom: var(--gap);
  font-family: "Yu Gothic Pr6N M";
  font-size: var(--copy-fs);
  line-height: var(--lh);
  letter-spacing: var(--copy-ls);
}
.product .copy br {
  display: var(--copy-br);
}
.product .name {
  font-family: "Yu Gothic Pr6N D";
  font-size: var(--name-fs);
  line-height: var(--lh);
  letter-spacing: var(--name-ls);
}
.product .size {
  margin-bottom: var(--gap);
  font-family: "Yu Gothic Pr6N M";
  font-size: var(--size-fs);
  line-height: var(--lh);
  letter-spacing: var(--size-ls);
}
.product .type {
  font-family: "Yu Gothic Pr6N M";
  font-size: var(--type-fs);
  line-height: var(--lh);
  letter-spacing: var(--type-ls);
}
.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: 192px;
  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: 12px;
  font-family: "Koburina Gothic W6 JIS2004";
}
.product .urikire.active {
  display: block;
  margin-top: 5px;
  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: 23px;
  padding: 0;
}
.product .splide__pagination__page {
  width: 17px;
  height: 17px;
  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);
}
@media (min-width: 48rem) {
  .product {
    --gap: 13px;
    --copy-fs: 0.9375rem;
    --copy-ls: -0.225px;
    --copy-br: block;
    --name-fs: 1.125rem;
    --name-ls: -0.18px;
    --price-fs: 1.3125rem;
    --button-fs: 1rem;
    --button-ls: 0.8px;
    --button-h: 35px;
  }
  .product .urikire {
    font-size: 15px;
  }
  .product .splide {
    margin-bottom: 51px;
  }
  .product .splide__pagination {
    bottom: -38px;
  }
}

.header {
  --hobo-pos-y: 2.9333333333vw;
  --hobo-pos-x: 3.7333333333vw;
  --hobo-w: 20.616vw;
  --h1-pos-y: 9.3333333333vw;
  --h1-pos-x: 5.7066666667vw;
  --h1-w: 23.2746666667vw;
  position: relative;
}
.header-content {
  position: absolute;
  inset: 0;
  aspect-ratio: 1;
}
.header img,
.header svg {
  width: 100%;
  height: auto;
}
.header [class^=logo-] {
  position: absolute;
  z-index: 1;
  display: block;
}
.header .logo-HOBONICHI {
  top: var(--hobo-pos-y);
  left: var(--hobo-pos-x);
  width: var(--hobo-w);
}
.header .logo-h1 {
  top: var(--h1-pos-y);
  right: var(--h1-pos-x);
  width: var(--h1-w);
}
@media (min-width: 48rem) {
  .header {
    --hobo-pos-y: 1.75rem;
    --hobo-pos-x: 2.375rem;
    --hobo-w: 6.1875rem;
    --h1-pos-y: 21.5555555556%;
    --h1-pos-x: 7.7083333333%;
    --h1-w: 11.3888888889%;
  }
  .header-content {
    aspect-ratio: 1440/900;
  }
  .header .logo-HOBONICHI {
    left: unset;
    right: var(--hobo-pos-x);
  }
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F6F7EC;
}

.look {
  width: 100%;
  padding: 3.75rem 5.0666666667vw;
  color: var(--color);
  background-color: var(--bg);
}
.look.terra {
  --h2-width: min(100%, 43.9375rem);
  --color: #CACACA;
  --bg: #445B72;
}
.look.calm-green {
  --h2-width: min(100%, 53.125rem);
  --color: #829483;
  --bg: #E9F1E3;
}
.look.palo-santo {
  --h2-width: min(100%, 43.9375rem);
  --color: #644421;
  --bg: #DDD4CC;
}
.look.palo-santo h2 {
  margin-bottom: 1.875rem;
}
.look h2 {
  width: var(--h2-width);
  margin-inline: auto;
  font-size: 1.625rem;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 128.023%;
  letter-spacing: 1.04px;
}
.look .book {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem 0;
}
@media (min-width: 48rem) {
  .look {
    padding: 5rem 0;
  }
  .look h2 {
    margin-block-end: 0.3846153846rem;
  }
  .look .book {
    gap: 6.25rem 0;
  }
  .look.palo-santo h2 {
    margin-bottom: 2.5rem;
    text-align: center;
  }
}

.look picture {
  opacity: 0;
  transition: opacity 1.5s 0.25s ease-in-out;
}
.look picture.in-view {
  opacity: 1;
}

.photo {
  width: fit-content;
}
.photo img {
  width: 100%;
  height: auto;
}
.photo.stack picture + picture {
  margin-block-start: 4px;
}
.photo.landscape {
  width: min(100%, 53.125rem);
}
.photo.portrait {
  width: min(100%, 43.9375rem);
}
.photo.portrait-small {
  width: min(67.9525222552%, 32.125rem);
}
.photo.pair {
  width: min(100%, 48.625rem);
}
.photo.pair .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4px;
}
.photo.mar-irregular {
  margin-block-end: -2.25rem;
}
.photo.stairs {
  display: grid;
  gap: 8px 0;
  padding: 0 3.2vw 0 0;
}
.photo.stairs picture:nth-of-type(1) {
  width: 60%;
  margin-inline-start: 39.3846153846%;
}
.photo.stairs picture:nth-of-type(2) {
  width: 60%;
  margin-inline-start: 23.6923076923%;
}
.photo.stairs picture:nth-of-type(3) {
  width: 59.6923076923%;
  margin-inline-start: 11.3846153846%;
}
.photo.stairs picture:nth-of-type(4) {
  width: 48%;
  margin-inline-start: 0%;
}
.photo figcaption {
  margin-block-start: 0.625rem;
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 128.023%;
  letter-spacing: 0.96px;
}
@media (min-width: 48rem) {
  .photo.stairs {
    gap: 0.75rem 0;
    padding: 0;
  }
  .photo.stairs picture:nth-of-type(1) {
    width: 53.2773109244%;
    margin-inline-start: 46.7226890756%;
  }
  .photo.stairs picture:nth-of-type(2) {
    width: 53.2773109244%;
    margin-inline-start: 38.6554621849%;
  }
  .photo.stairs picture:nth-of-type(3) {
    width: 53.2773109244%;
    margin-inline-start: 15.7983193277%;
  }
  .photo.stairs picture:nth-of-type(4) {
    width: 42.5210084034%;
    margin-inline-start: 0%;
  }
  .photo.mar-irregular {
    margin-block-end: 0;
  }
}

.credit {
  --credit-pad: 2.0625rem 9.6vw;
  --credit-fs: 0.75rem;
  --credit-lh: 152%;
  --credit-ls: 0.96px;
  position: relative;
  width: 100%;
  padding: var(--credit-pad);
  color: #644421;
  background-color: #D4C9C2;
}
.credit-content {
  width: fit-content;
  margin-inline: auto;
}
.credit h3 {
  position: relative;
  margin-bottom: 0.9375rem;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 1.125rem;
  letter-spacing: 1.26px;
}
.credit ul {
  position: relative;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: var(--credit-fs);
  line-height: var(--credit-lh);
  letter-spacing: var(--credit-ls);
}
.credit li {
  display: grid;
  grid-template-columns: 5.75rem auto;
}
.products {
  --gap: 50px;
  display: grid;
  gap: var(--gap);
  width: min(89.3333333333vw, 552px);
  padding: 70.5px 0 50px;
}
@media (min-width: 48rem) {
  .products {
    --gap: 100px;
    padding: 141px 0 100px;
  }
}

.product--kaimin-labo .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #F1EADD;
}
.product--kaimin-labo .splide__pagination li:nth-of-type(1).sold-out .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #F1EADD, #F1EADD calc(50% - 0.5px), transparent calc(50% - 0.5px), transparent calc(50% + 0.5px), #F1EADD calc(50% + 0.5px), #F1EADD);
}
.product--kaimin-labo .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #DFC8B4;
}
.product--kaimin-labo .splide__pagination li:nth-of-type(2).sold-out .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #DFC8B4, #DFC8B4 calc(50% - 0.5px), transparent calc(50% - 0.5px), transparent calc(50% + 0.5px), #DFC8B4 calc(50% + 0.5px), #DFC8B4);
}
.product--kaimin-labo .splide__pagination li:nth-of-type(3) .splide__pagination__page {
  background-color: #ABD0C9;
}
.product--kaimin-labo .splide__pagination li:nth-of-type(3).sold-out .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #ABD0C9, #ABD0C9 calc(50% - 0.5px), transparent calc(50% - 0.5px), transparent calc(50% + 0.5px), #ABD0C9 calc(50% + 0.5px), #ABD0C9);
}

.toc {
  width: min(89.3333333333vw, 53.125rem);
  border-bottom: none;
}