/*
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;
}
@media (hover: hover) {
  a {
    transition: opacity 0.15s ease 0s;
  }
  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;
}

body.scroll_rock {
  overflow: hidden;
}

:root {
  --body-text-color: #2d2d2d;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-text-green: #80BA5E;
  --color-text-gray: #767676;
  --color-product-bg: #A4D773;
  --color-product-bespoke-bg: #9F9F9F;
  --color-credit-bg: #FCFFD7;
  --color-footer-bg: #80BA5E;
  --font-body-xs: 0.625rem;
  --font-body-sm: 0.8125rem;
  --font-body-md: 0.875rem;
  --font-body-lg: 0.9375rem;
  --font-body-xl: 1rem;
  --font-title-lg: 0.9375rem;
  --font-title-xl: 1rem;
  --font-title-xxl: 1.125rem;
}
@media (min-width: 768px) {
  :root {
    --font-body-sm: 0.875rem;
    --font-body-md: 0.9375rem;
    --font-body-lg: 0.875rem;
    --font-body-xl: 1.125rem;
    --font-title-lg: 1.25rem;
    --font-title-xxl: 1.375rem;
  }
}

html {
  font-size: 100%;
}

body {
  color: var(--body-text-color);
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 16px;
  font-size: 1rem;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Koburina Gothic W6 JIS2004";
}

main img {
  width: 100%;
  height: auto;
}

.footer {
  --footer-pad: 38px 20px 34px;
  --footer-font-standard: 0.8125rem;
  --footer-font-small: 0.625rem;
  --footer-store-m: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 42px;
  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: 43.82px auto;
  gap: 47.18px;
  width: 266px;
}
.footer_share__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43.82px;
  height: 34.3px;
  border-top: solid 1.42px var(--color-white);
  border-bottom: solid 1.42px var(--color-white);
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.6875rem;
  letter-spacing: 0.75px;
}
.footer_share ul {
  justify-content: space-between;
}
.footer_hobo {
  letter-spacing: 1.3px;
}
.footer_hobo ul {
  gap: 24px;
}
.footer_hobo a {
  display: flex;
  align-items: center;
  gap: 9.24px;
}
.footer ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.footer_store {
  margin: var(--footer-store-m);
  font-size: var(--footer-font-small);
  letter-spacing: 1px;
}
.footer_store ul {
  justify-content: center;
  gap: 14px 20px;
  line-height: 1;
}
.footer_store, .footer_copy {
  width: 100%;
}
@media (min-width: 768px) {
  .footer {
    --footer-pad: 62px 20px 51px;
    --footer-store-m: 0 0 20px;
  }
}

.header {
  --header-pad: 0;
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
  height: 0;
  padding: var(--header-pad);
}
.header .gnav_ico {
  margin-left: auto;
}
@media (min-width: 768px) {
  .header {
    --header-pad: 0 calc((100% - 754px) / 2);
  }
}

.gnav_ico {
  --burger-w: 64px;
  --burger-h: 56px;
  --burger-in: 26px;
  --burger-pad: 19px;
  --burger-pos-x: 0;
  --burger-pos-y: 8px;
  --b-s: 50%;
  --b-e: calc(50% + 1px);
  --b-c: #2B2B2A;
  --b-t: .13s;
  --b-a: .1s;
  --border-color: #2B2B2A;
  position: relative;
  top: var(--burger-pos-y);
  right: var(--burger-pos-x);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: var(--burger-w);
  height: var(--burger-h);
  padding: var(--burger-pad);
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  z-index: 15;
  transition: all var(--b-a) ease;
  background-image: linear-gradient(transparent var(--b-s), var(--b-c) var(--b-s), var(--b-c) var(--b-e), transparent var(--b-e));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--burger-in) 100%;
  transition: background-position 0.5s;
}
.gnav_ico:before, .gnav_ico:after {
  content: "";
  height: 1px;
  width: 100%;
  transform: rotate(0);
  transform-origin: bottom center;
}
.gnav_ico:before {
  padding-bottom: 9px;
  border-top: 1px solid var(--border-color);
  transition: padding-bottom 0.17s 0.13s ease, transform 0.13s ease-in;
}
.gnav_ico:after {
  padding-top: 9px;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.17s ease 0.13s, transform 0.13s ease-in;
}
.gnav_ico:hover:before {
  padding-bottom: 6px;
}
.gnav_ico:hover:after {
  padding-top: 6px;
}
.gnav_ico.on {
  --b-c: transparent;
  --border-color: #808080;
  background-position: center right 16px;
  transition: all var(--b-a) ease;
}
.gnav_ico.on:before {
  padding-bottom: 0;
  transform: rotate(135deg);
  transition: padding-bottom 0.17s ease, transform 0.13s 0.23s ease-out;
}
.gnav_ico.on:after {
  padding-top: 0;
  transform: rotate(45deg);
  transition: padding-top 0.17s ease, transform 0.13s 0.23s ease-out;
}
.is-light .gnav_ico {
  --b-c: #ffffff;
  --border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
}
.is-light .gnav_ico.on {
  --b-c: transparent;
  --border-color: #808080;
}
@media (min-width: 768px) {
  .gnav_ico {
    --burger-pos-x: -19px;
    --burger-pos-y: 23px;
  }
}

@keyframes scale-up {
  0% {
    opacity: 0;
    visibility: visible;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.overflow-hidden {
  overflow-y: hidden;
}

#gnav {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  visibility: hidden;
  opacity: 0;
  color: var(--body-text-color);
  letter-spacing: 0.1em;
  text-align: center;
}
#gnav a {
  color: currentColor;
  transition: opacity 0.15s ease 0s;
}

.gnav__overlay {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .gnav__overlay {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.is-active .gnav__overlay {
  animation: fade-in 0.5s forwards ease-out;
}
.is-active #gnav {
  opacity: 1;
  display: block;
  animation: fade-in 0.5s forwards ease-out;
}

.is-closed .gnav__overlay {
  animation: fade-out 0.3s forwards ease-out;
}

.gnav__header {
  --header-h: 80px;
  --header-pad: 16px 0 0 12px;
  --header-logo-w: 218px;
  --header-logo-height: 34px;
  height: var(--header-h);
  padding: var(--header-pad);
}
.gnav__header img {
  width: var(--header-logo-w);
  height: var(--header-logo-h);
}
@media (min-width: 768px) {
  .gnav__header {
    --header-h: 120px;
    --header-pad: 34px calc((100% - 754px) / 2) 0;
    --header-logo-w: 234px;
    --header-logo-h: 36px;
  }
}

.gnav__wrapper {
  height: 100%;
  overflow-y: auto;
}

.gnav__content {
  --nwi-g-col: none;
  --nwi-g-w: 90.3846153846vw;
  --nwi-g-pad: 0 0 40px;
  display: grid;
  grid-template-columns: var(--nwi-g-col);
  width: min(80vw, 900px);
  margin: 0 auto;
  padding: var(--nwi-g-pad);
}
@media (min-width: 768px) {
  .gnav__content {
    --nwi-g-col: 70% 30%;
    --nwi-g-pad: 0;
  }
}

.gnav__lineup {
  --ul-gap: 15px;
  --h4-fs: 0.75rem;
}
.gnav__lineup ul {
  position: relative;
  display: grid;
  gap: var(--ul-gap);
  max-width: 579px;
  letter-spacing: 0.05em;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
}
.gnav__lineup li {
  visibility: hidden;
  opacity: 1;
}
.gnav__lineup li:nth-of-type(1) {
  animation: scale-up 0.35s 0.15s forwards ease-out;
}
.gnav__lineup li:nth-of-type(2) {
  animation: scale-up 0.35s 0.3s forwards ease-out;
}
.gnav__lineup li:nth-of-type(3) {
  animation: scale-up 0.35s 0.45s forwards ease-out;
}
.gnav__lineup li:nth-of-type(4) {
  animation: scale-up 0.35s 0.6s forwards ease-out;
}
.gnav__lineup li.medium img {
  width: 80%;
}
.gnav__lineup li.pocket img {
  width: 95%;
}
.gnav__lineup li.stationary {
  grid-column: span 3;
}
.gnav__lineup a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
}
.gnav__lineup .img {
  --a-size: 26px;
  --a-x: -15px;
  --a-y: -5px;
  --size: var(--a-size);
  --p-b: var(--a-y);
  --p-r: var(--a-x);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
}
.gnav__lineup .img:after {
  content: "";
  width: var(--size);
  height: var(--size);
  display: block;
  position: absolute;
  bottom: var(--p-b);
  right: var(--p-r);
  border: 1px solid #858585;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 26 37" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.515137 0.706787L24.525 18.4941L0.515137 36.2814" stroke="%23858585" stroke-width="1.5"/%3E%3C/svg%3E');
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 35.2112676056% 52.1126760563%;
  background-position: 56% center;
  background-repeat: no-repeat;
  transition: transform 0.1s ease 0s, right 0.1s ease 0s;
  -webkit-transition: transform 0.1s ease 0s, right 0.1s ease 0s;
}
.gnav__lineup h4 {
  min-height: 42px;
  font-size: var(--h4-fs);
  transition: color 0.1s ease 0s;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .gnav__lineup {
    --ul-gap: 45px;
    --h4-fs: 0.9375rem;
    padding: 0 50px 0 0;
    border-right: 1px solid #ccc;
  }
  .gnav__lineup .img {
    --a-size: 50px;
    --a-x: -22px;
    --a-y: -5px;
  }
}

.gnav__links {
  --c-n-pad: 40px 0 0;
  --c-n-fs: 0.875rem;
  --c-n-border: 1px solid #ccc;
  padding: var(--c-n-pad);
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--c-n-fs);
  font-feature-settings: "halt" on;
}
.gnav__links ul {
  position: relative;
}
.gnav__links li {
  text-align: left;
  visibility: hidden;
  opacity: 1;
}
.gnav__links li:nth-of-type(1) {
  animation: slide-in 0.35s 0.1s forwards ease-out;
}
.gnav__links li:nth-of-type(2) {
  animation: slide-in 0.35s 0.2s forwards ease-out;
}
.gnav__links li:nth-of-type(3) {
  animation: slide-in 0.35s 0.3s forwards ease-out;
}
.gnav__links li:nth-of-type(4) {
  animation: slide-in 0.35s 0.4s forwards ease-out;
}
.gnav__links li:nth-of-type(5) {
  animation: slide-in 0.35s 0.5s forwards ease-out;
}
.gnav__links li:nth-of-type(6) {
  animation: slide-in 0.35s 0.6s forwards ease-out;
}
.gnav__links li:nth-of-type(7) {
  animation: slide-in 0.35s 0.7s forwards ease-out;
}
.gnav__links li.gnav__link--cart {
  color: #e60020;
}
.gnav__links li.gnav__link--cart a {
  display: flex;
  gap: 8px;
}
.gnav__links li.gnav__link--cart a:before {
  content: "";
  width: 21px;
  height: 20px;
  display: block;
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 42 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0 5.5V19L29 25V29H2V32H32L36 3H42V0H33L32 5.5H0ZM11 36.5C11 38.433 9.43311 40 7.5 40C5.56689 40 4 38.433 4 36.5C4 34.567 5.56689 33 7.5 33C9.43311 33 11 34.567 11 36.5ZM25.5 40C27.4331 40 29 38.433 29 36.5C29 34.567 27.4331 33 25.5 33C23.5669 33 22 34.567 22 36.5C22 38.433 23.5669 40 25.5 40Z" fill="%23E60021"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .gnav__links li.gnav__link--cart {
    margin: 60px 0 30px 0;
  }
}
.gnav__links a {
  display: block;
  padding: 13px 0;
  border-top: var(--c-n-border);
  transition: color 0.1s ease 0s;
}
@media (min-width: 768px) {
  .gnav__links {
    --c-n-pad: 25px 0 25px 50px;
    --c-n-fs: 0.9375rem;
    --c-n-border: none;
  }
  .gnav__links li {
    margin: 0 0 30px 0;
  }
  .gnav__links a {
    padding: 0;
  }
}

.contents {
  --c-pad: 24px 0 46px;
  --t-fs: 1.25rem;
  --t-lh: 43px;
  --t-ls: 1.4px;
  --ul-mt: 10px;
  --ul-g-dir: column;
  --bl-w-min: 84.1346153846vw;
  --bl-w-max: 994px;
  width: min(var(--bl-w-min), var(--bl-w-max));
  padding: var(--c-pad);
}
.contents h2 {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: var(--t-fs);
  line-height: var(--t-lh);
  letter-spacing: var(--t-ls);
}
.contents ul {
  margin-top: var(--ul-mt);
  display: flex;
  flex-direction: var(--ul-g-dir);
  gap: 15px 34px;
}
.contents img {
  max-width: 402px;
}
@media (min-width: 768px) {
  .contents {
    --c-pad: 43px 0 95px 46px;
    --ul-g-dir: row;
  }
  .contents .layout-3 {
    max-width: 926px;
    display: grid;
    gap: 12px;
    grid-template-columns: 57.4514038877% 41.252699784%;
  }
  .contents .layout-3 img {
    max-width: 100%;
  }
  .contents .layout-3 li:first-of-type {
    grid-row: span 2;
  }
}

.info {
  --info-pad: 50px 7.2115384615vw;
  --info-g-gap: 30px;
  --h3-fs: 1rem;
  --h3-lh: 187.5%;
  --h3-ls: 2.24px;
  --h3-mb: 6px;
  --p-fs: 0.8125rem;
  --p-lh: 176.923%;
  --p-ls: 1.82px;
  display: grid;
  gap: var(--info-g-gap);
  width: 100%;
  padding: var(--info-pad);
  background-color: #FCFFD7;
}
.info h3 {
  margin-bottom: 6px;
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  letter-spacing: var(--h3-ls);
}
.info p {
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  letter-spacing: var(--p-ls);
}
.info small {
  font-size: 0.75rem;
}
.info__link_vendor {
  position: relative;
  display: block;
  max-width: 355px;
}
.info__link_vendor img {
  width: 100%;
  height: auto;
}
.info__link_vendor p {
  position: absolute;
  bottom: 0;
  right: 13.58px;
  font-family: "Koburina Gothic W6 JIS2004";
  color: var(--color-white);
  font-size: 20px;
  line-height: 215%;
  letter-spacing: 0.6px;
}
.info .hb-open-in-new {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.25em;
  padding-bottom: 2px;
  border-bottom: 0.5px solid currentColor;
}
@media (min-width: 768px) {
  .info {
    --info-pad: 70px;
    --info-g-gap: 29px;
    --p-fs: 0.875rem;
    --p-lh: 178.571%;
    --p-ls: 1.4px;
  }
  .info__section {
    width: 338px;
    margin: 0 auto;
  }
  .info--lg .info__section {
    width: 421px;
  }
}

.gnav_ico {
  position: fixed;
  --burger-pos-x: 0;
  --burger-pos-y: 8px;
}
@media (min-width: 768px) {
  .gnav_ico {
    --burger-pos-x: 6px;
    --burger-pos-y: 9px;
  }
}

.hero {
  --hero-ar: 416 / 478;
  --hero-pad:4.8076923077vw 0 0 4.8076923077vw;
  --logo-w: 53.6057692308vw;
  --logo-w-d: 331px;
  --aniv-w: 26.9230769231%;
  --aniv-y: 3.3472803347%;
  --aniv-x: 4.0865384615%;
  position: relative;
  aspect-ratio: var(--hero-ar);
  overflow: hidden;
  width: 100%;
  padding: var(--hero-pad);
}
.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .logo {
  position: relative;
  width: min(var(--logo-w), var(--logo-w-d));
}
.hero img {
  width: 100%;
  height: auto;
}
.hero .aniv {
  position: absolute;
  bottom: var(--aniv-y);
  right: var(--aniv-x);
  width: var(--aniv-w);
  visibility: hidden;
  animation: fade-in 2.5s 0.75s ease-out forwards;
}

@media (min-width: 768px) {
  .hero {
    --hero-ar: 1200 / 680;
    --hero-pad: 3.3333333333vw 0 0 3.6666666667vw;
    --aniv-w: 14%;
    --aniv-y: 6.1764705882%;
    --aniv-x: 3.6666666667%;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.intro {
  --i-h2-fs: 1.1875rem;
  --i-h2-lh: 168.421%;
  --i-h2-ls: .2px;
  --i-h2-mb: 20px;
  --i-p-fs: 1.0625rem;
  --i-p-lh: 170.588%;
  --i-p-ls: 1.7px;
  --i-p-br: none;
  --01-pad: 35px 4.8076923077vw 50px;
  --02-pad: 50px 4.8076923077vw 50px;
  width: 100%;
  max-width: 500px;
}
.intro_01 {
  position: relative;
  padding: var(--01-pad);
}
.intro_02 {
  padding: var(--02-pad);
}
.intro h2 {
  margin-bottom: var(--i-h2-mb);
  font-size: var(--i-h2-fs);
  line-height: var(--i-h2-lh);
  letter-spacing: var(--i-h2-ls);
  white-space: pre-line;
  overflow-wrap: break-word;
  word-break: keep-all;
}
.intro p {
  font-size: var(--i-p-fs);
  line-height: var(--i-p-lh);
  letter-spacing: var(--i-p-ls);
  font-feature-settings: "halt" on;
}
.intro p.red {
  color: #ff0000;
  width: min(86.5384615385vw, 333px);
}
.intro p br {
  display: var(--i-p-br);
}
.intro p.red br {
  display: block;
}
.intro p + p {
  margin-top: 2em;
}
@media (min-width: 416px) {
  .intro {
    --i-h2-ls: 1.9px;
    --01-pad: 35px 6.7307692308vw 50px 6.7307692308vw;
    --02-pad: 50px 6.7307692308vw;
  }
}
@media (min-width: 768px) {
  .intro {
    --i-h2-fs: 1.25rem;
    --i-h2-lh: 215%;
    --i-h2-ls: 2.2px;
    --i-h2-mb: 28px;
    --i-p-fs: 0.9375rem;
    --i-p-lh: 220%;
    --i-p-ls: 2.1px;
    --i-p-br: block;
    --01-pad: 35px 0 50px 0;
    --02-pad: 50px 0;
    width: auto;
  }
  .intro p {
    width: min(86.5384615385vw, 310px);
    font-feature-settings: normal;
  }
  .intro p.red {
    width: min(86.5384615385vw, 315px);
  }
}

.flower-cal {
  max-width: 366.88px;
  width: min(88.1923076923vw, 675.7px);
  height: auto;
  margin-bottom: 82px;
}
@media (min-width: 768px) {
  .flower-cal {
    max-width: 675.7px;
    margin-bottom: 71px;
  }
}

.flower {
  display: none;
  position: absolute;
}
@media (min-width: 768px) {
  .flower {
    display: block;
  }
  .flower-01 {
    right: 16.96px;
    bottom: 48.37px;
    width: 63.8px;
    height: 126.8px;
    transform: rotate(17.1deg);
  }
  .flower-02 {
    right: -49.66px;
    bottom: 83.98px;
    width: 63.6px;
    height: 131.2px;
    transform: rotate(32.63deg);
  }
}

@keyframes stroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes stroll-again {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.gallery {
  --pic-w-min: 35.5769230769vw;
  --pic-w-max: 300px;
  --speed: 60s;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.gallery .box {
  width: 200%;
}
.gallery .photos {
  display: flex;
  white-space: no-wrap;
}
.gallery .photos:not(.duplicate) {
  animation: stroll var(--speed) calc(var(--speed) * -1) linear infinite;
}
.gallery .duplicate {
  animation: stroll-again var(--speed) calc(var(--speed) / -2) linear infinite;
}
.gallery picture {
  display: inline-flex;
  width: min(var(--pic-w-max), var(--pic-w-min));
}
@media (min-width: 768px) {
  .gallery {
    --speed: 100s;
  }
}

.product-lineup {
  --sec-pad: 60px 0;
  --loft-size: 121.641px;
  --loft-y: -48px;
  --loft-x: 27px;
  --h2-fs: 1.5rem;
  --h2-lh: 35px;
  --h2-ls: 2.64px;
  --h2-mb: 30px;
  --h2-pad: 0 7.2115384615vw;
  position: relative;
  width: 100%;
  padding: var(--sec-pad);
  background-color: var(--color-product-bg);
}
.product-lineup .logo-loft {
  position: absolute;
  top: var(--loft-y);
  right: var(--loft-x);
  width: var(--loft-size);
  height: var(--loft-size);
}
.product-lineup h2 {
  margin-bottom: var(--h2-mb);
  padding: var(--h2-pad);
  color: var(--color-white);
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  letter-spacing: var(--h2-ls);
}
@media (min-width: 768px) {
  .product-lineup {
    --sec-pad: 80px 0;
    --h2-fs: 1.6875rem;
    --h2-lh: 159.259%;
    --h2-ls: 2.97px;
    --h2-mb: 57px;
  }
  .product-lineup h2 br {
    display: none;
  }
}
@media (min-width: 1100px) {
  .product-lineup {
    --loft-size: 165.359px;
    --loft-y: 70px;
    --loft-x: 149.6px;
  }
}
@media (min-width: 1200px) {
  .product-lineup {
    --h2-pad: 0 calc((100vw - 1000px) / 2);
  }
}

.arrow {
  --a-size: 71px;
  --a-x: -20px;
  --a-y: -17px;
  --size: var(--a-size);
  --p-b: var(--a-y);
  --p-r: var(--a-x);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.arrow:after {
  content: "";
  width: var(--size);
  height: var(--size);
  display: block;
  position: absolute;
  bottom: var(--p-b);
  right: var(--p-r);
  border: 1px solid #858585;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 26 37" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.515137 0.706787L24.525 18.4941L0.515137 36.2814" stroke="%23858585" stroke-width="1.5"/%3E%3C/svg%3E');
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 35.2112676056% 52.1126760563%;
  background-position: 56% center;
  background-repeat: no-repeat;
  transition: transform 0.1s ease 0s, right 0.1s ease 0s;
  -webkit-transition: transform 0.1s ease 0s, right 0.1s ease 0s;
}

.product-lineup .list {
  --list-max-w: 450px;
  --list-pad: 0 6.7307692308vw;
  --list-gap: 30px;
  --list-grid-col: none;
  display: grid;
  gap: var(--list-gap);
  width: 100%;
  max-width: var(--list-max-w);
  margin: 0 auto;
  padding: var(--list-pad);
}
.product-lineup .list h3 {
  transition: color 0.25s;
}
.product-lineup .list a:hover {
  opacity: 1;
}
.product-lineup .list a:hover .arrow:after {
  transform: scale(1.1);
}
.product-lineup .list + .list {
  margin-top: var(--list-gap);
}
.product-lineup .list--h {
  grid-template-columns: var(--list-grid-col);
}
@media (min-width: 416px) {
  .product-lineup .list {
    --list-pad: 0 9.1346153846vw;
  }
}
@media (min-width: 768px) {
  .product-lineup .list {
    --list-max-w: 1000px;
    --list-grid-col: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .product-lineup .list {
    --list-pad: 0;
    --list-grid-col: repeat(3, 1fr);
    --list-gap: 60px;
  }
}

.product-lineup .item-row {
  --full: 86.0576923077vw;
  --medium: 55.5288461538vw;
  --pocket: 79.8076923077vw;
  --p-fs: 0.9375rem;
  --p-lh: 160%;
  --p-ls: 1.5px;
}
.product-lineup .item-row h3 {
  margin-top: 30px;
}
.product-lineup .item-row p {
  margin-top: 6px;
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  letter-spacing: var(--p-ls);
}
.product-lineup .item-row p br {
  display: none;
}
.product-lineup .item-row img {
  width: 100%;
  margin: 0 auto;
}
.product-lineup .item-row figure {
  width: fit-content;
  margin: 0 auto;
}
.product-lineup .item-row .prod-full {
  max-width: var(--full);
}
.product-lineup .item-row .prod-medium {
  max-width: var(--medium);
}
.product-lineup .item-row .prod-pocket {
  max-width: var(--pocket);
}
@media (min-width: 416px) {
  .product-lineup .item-row {
    --p-ls: 1.5px;
  }
}
@media (min-width: 768px) {
  .product-lineup .item-row {
    --full: 273px;
    --medium: 207px;
    --pocket: 310px;
    --p-fs: 0.875rem;
    --p-lh: 178.571%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .product-lineup .item-row p {
    margin-top: 0;
  }
  .product-lineup .item-row p br {
    display: block;
  }
}
@media (min-width: 1100px) {
  .product-lineup .item-row h3 {
    margin: 20px 0 10px;
  }
}

.product-lineup .item-col {
  --h3-fs: 1.3125rem;
  --h3-lh: 26ps;
  --h3-ls: 2.64px;
  --h3-mb: 2.31px;
  --p-fs: 0.9375rem;
  --p-lh: 160%;
  --p-ls: 1.5px;
  --mother: 71.4903846154vw;
  --stationary: 75.4807692308vw;
  display: flex;
  flex-direction: column;
}
.product-lineup .item-col .logo-mother {
  width: 173px;
  height: auto;
  margin-bottom: 24px;
}
.product-lineup .item-col .logo-mother_col {
  display: none;
}
.product-lineup .item-col .order-reverse {
  order: 1;
}
.product-lineup .item-col h3 {
  margin-top: 30px;
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  letter-spacing: var(--h3-ls);
}
.product-lineup .item-col h3 small {
  display: block;
  font-size: 76.1904761905%;
  letter-spacing: 1.76px;
}
.product-lineup .item-col p {
  margin-top: 6px;
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  letter-spacing: var(--p-ls);
}
.product-lineup .item-col p br {
  display: none;
}
.product-lineup .item-col .prod-mother {
  max-width: var(--mother);
}
.product-lineup .item-col .prod-stationary {
  max-width: var(--stationary);
}
@media (min-width: 768px) {
  .product-lineup .item-col {
    flex-direction: row;
    --mother: 494px;
    --stationary: 536px;
  }
  .product-lineup .item-col .order-reverse {
    flex: none;
    order: 0;
  }
  .product-lineup .item-col .arrow {
    flex: auto;
  }
  .product-lineup .item-col .prod-mother {
    width: 80.5872756933%;
    margin-left: auto;
  }
  .product-lineup .item-col .logo-mother_row {
    display: none;
  }
  .product-lineup .item-col .logo-mother_col {
    display: block;
    margin-bottom: 20px;
  }
  .product-lineup .item-col h3 br {
    display: none;
  }
  .product-lineup .item-col p br {
    display: block;
  }
}

.product-bespoke {
  --sec-pad: 50px 9.1346153846vw 53px 7.2115384615vw;
  --list-max-w: 450px;
  --list-grid-col: none;
  --list-grid-gap: 40px;
  --list-mt: 37px;
  --h2-mb: 20px;
  --h2-fs: 1.5rem;
  --h2-lh: 35px;
  --h2-ls: 2.64px;
  --p-fs: 0.9375rem;
  --p-lh: 180%;
  --p-ls: 1.5px;
  width: 100%;
  padding: var(--sec-pad);
  font-size: var(--font-body-sm);
  background-color: var(--color-product-bespoke-bg);
}
.product-bespoke h2 {
  margin-bottom: var(--h2-mb);
  color: var(--color-white);
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  letter-spacing: var(--h2-ls);
}
.product-bespoke p {
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  letter-spacing: var(--p-ls);
}
.product-bespoke p br {
  display: none;
}
.product-bespoke .list {
  display: grid;
  grid-template-columns: var(--list-grid-col);
  gap: var(--list-grid-gap);
  margin-top: var(--list-mt);
}
.product-bespoke .list p {
  margin-top: 6px;
  line-height: 160%;
}
.product-bespoke .arrow {
  --a-size: 71px;
  --a-x: -14px;
  --a-y: -17px;
  --size: var(--a-size);
  --p-b: var(--a-y);
  --p-r: var(--a-x);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.product-bespoke .arrow:after {
  content: "";
  width: var(--size);
  height: var(--size);
  display: block;
  position: absolute;
  bottom: var(--p-b);
  right: var(--p-r);
  border: 1px solid #858585;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 26 37" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.515137 0.706787L24.525 18.4941L0.515137 36.2814" stroke="%23858585" stroke-width="1.5"/%3E%3C/svg%3E');
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 35.2112676056% 52.1126760563%;
  background-position: 56% center;
  background-repeat: no-repeat;
  transition: transform 0.1s ease 0s, right 0.1s ease 0s;
  -webkit-transition: transform 0.1s ease 0s, right 0.1s ease 0s;
}
.product-bespoke h3 {
  transition: color 0.25s;
}
.product-bespoke a:hover {
  opacity: 1;
}
.product-bespoke a:hover h3 {
  color: var(--color-white);
}
.product-bespoke a:hover .arrow:after {
  transform: scale(1.1);
}
@media (min-width: 550px) {
  .product-bespoke {
    --list-grid-col: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .product-bespoke {
    --list-mt: 44px;
    --h2-mb: 20px;
    --h2-fs: 1.6875rem;
    --h2-lh: 111.111%;
    --h2-ls: 3.78px;
    --p-fs: 0.875rem;
    --p-lh: 178.571%;
    --p-ls: 1.4px;
  }
  .product-bespoke h2 br {
    display: none;
  }
  .product-bespoke .arrow {
    --a-size: 65px;
    --a-x: -15px;
    --a-y: -9px;
  }
  .product-bespoke p br {
    display: block;
  }
}
@media (min-width: 1200px) {
  .product-bespoke {
    --sec-pad: 80px calc((100vw - 1000px) / 2);
    --list-grid-col: repeat(3, 1fr);
  }
}

.product-price {
  --red: #E81010;
  --pp-mt: 12px;
  --pp-lh: 26px;
  --n-fs: 1.3125rem;
  --n-ls: 2.94px;
  --p-fs: 1.3125rem;
  --p-ls: 2.94px;
  --c-fs: 0.9375rem;
  --c-ls: -0.3px;
  --t-fs: 0.8125rem;
  --c-ls: 1.82px;
  margin-top: var(--pp-mt);
  line-height: var(--pp-lh);
}
.product-price .name {
  display: block;
  font-size: var(--n-fs);
  letter-spacing: var(--n-ls);
}
.product-price .price {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: var(--p-fs);
  letter-spacing: var(--p-ls);
}
.product-price .currency {
  font-size: var(--c-fs);
  letter-spacing: var(--c-ls);
}
.product-price .inc-tax {
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: var(--t-fs);
  letter-spacing: var(--t-ls);
}
.product-price .strikethrough {
  display: inline-block;
  background-image: linear-gradient(transparent calc(50% - 1px), var(--red) calc(50% - 1px), var(--red) calc(50% + 1px), transparent calc(50% + 1px));
}
.product-price .on-sale {
  color: var(--red);
}
@media (min-width: 768px) {
  .product-price {
    --pp-tm: 15px;
    --pp-lh: 30px;
  }
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contents {
  --bl-w-min: 84.1346153846vw;
  --bl-w-max: 994px;
  width: min(var(--bl-w-min), var(--bl-w-max));
}