/*
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;
  }
}

.hero {
  --hero-ar: 416 / 800;
  --h1-x: 14.6634615385vw;
  --h1-y: 52.8846153846vw;
  --hero-gap: 14px;
  position: relative;
  aspect-ratio: var(--hero-ar);
  padding: var(--h1-y) 0 0 var(--h1-x);
  overflow: hidden;
}
.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  animation: fade-in-slow 3.5s forwards;
}
.hero .text {
  visibility: hidden;
  animation: fade-in 1.5s 1s forwards;
}
.hero .logo {
  visibility: hidden;
  animation: fade-in 3s 2s forwards;
}
.hero img {
  width: 100%;
  height: auto;
}
.hero h1 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--hero-gap);
  width: min(61.0576923077vw, 410px);
  color: var(--color-white);
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: var(--font-title-xxl);
}

@media (min-width: 768px) {
  .hero {
    --hero-ar: 1000 / 668;
    --h1-x: 15.1666666667vw;
    --h1-y: 7.25vw;
    --hero-gap: 20px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fade-in-slow {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flip {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.15);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
.field {
  --garden-max-w: 500px;
  --garden-size: 416 / 450;
  --garden-pad: 18.2222222222%;
  --f-x: -15.1802884615%;
  --f-y: 35.7777777778%;
  --f-w: 127.7307692308%;
  --f-h: 57.7066666667%;
  --b1-y: 29.7622222222%;
  --b1-x: 4.5721153846%;
  --b1-w: 13.8269230769%;
  --b1-h: 11.0488888889%;
  --b1-r: 24.74deg;
  --b1-path: path("M48.9991 1C25.9991 13.8333 85.0999 107.6 79.4999 162C73.8999 216.4 -5.49908 239.5 -35 228");
  --b2-y: 9.8755555556%;
  --b2-x: 6.1802884615%;
  --b2-w: 16.3461538462%;
  --b2-h: 10.8888888889%;
  --b2-r: -11.82deg;
  --b2-path: path("M0.999634 0.5C11.833 13.1667 34.0996 47.5 36.4996 83.5C39.4996 128.5 20 138.5 18 188.5C16.4 228.5 79.5 262.5 98.5 262.5");
  --h2-lh: 200%;
  --h2-ls: 2.1px;
  position: relative;
  aspect-ratio: var(--garden-size);
  max-width: var(--garden-max-w);
  margin: 0 auto;
  overflow: hidden;
}
.field h2 {
  margin-top: var(--garden-pad);
  font-size: var(--font-title-lg);
  line-height: var(--h2-lh);
  letter-spacing: var(--h2-ls);
  text-align: center;
}
.field .butterfly-01,
.field .butterfly-02 {
  position: absolute;
  z-index: 2;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 2s;
}
.field .butterfly-01 {
  top: var(--b1-y);
  left: var(--b1-x);
  width: var(--b1-w);
  height: var(--b1-h);
  transform: rotate(var(--b1-r));
}
@supports (offset-path: var(--b1-path)) {
  .field .butterfly-01 {
    transform: rotate(0deg);
    offset-path: var(--b1-path);
    offset-distance: 100%;
    offset-rotate: var(--b1-r);
    offset-anchor: 76% -27%;
    transition: opacity 2s, offset-distance 3s;
  }
}
.field .butterfly-02 {
  top: var(--b2-y);
  right: var(--b2-x);
  width: var(--b2-w);
  height: var(--b2-h);
  transform: rotate(var(--b2-r));
}
@supports (offset-path: var(--b2-path)) {
  .field .butterfly-02 {
    transform: rotate(0deg);
    offset-path: var(--b2-path);
    offset-distance: 100%;
    offset-anchor: var(--b2-x) 0%;
    offset-rotate: var(--b2-r);
    transition: opacity 2s, offset-distance 5s;
  }
}
.field.in-view .butterfly-01,
.field.in-view .butterfly-02 {
  opacity: 1;
}
@supports (offset-distance: 0%) {
  .field.in-view .butterfly-01,
  .field.in-view .butterfly-02 {
    offset-distance: 0%;
  }
}
.field.in-view .butterfly-01 {
  animation: flip 1s 5;
}
.field.in-view .butterfly-02 {
  animation: flip 1s 10;
}
.field .flowers {
  position: absolute;
  left: var(--f-x);
  top: var(--f-y);
  width: var(--f-w);
  height: var(--f-h);
}

@media (min-width: 768px) {
  .field {
    --garden-max-w: 780px;
    --garden-size: 780 / 620;
    --garden-pad: 11.75vw;
    --f-x: -0.8897435897%;
    --f-y: 41.1483870968%;
    --f-w: 97.1141025641%;
    --f-h: 46.3612903226%;
    --b1-x: 34.6512820513%;
    --b1-y: 46.7693548387%;
    --b1-w: 7.1807692308%;
    --b1-h: 7.8096774194%;
    --b1-r: 22.75deg;
    --b2-x: 13.2858974359%;
    --b2-y: 38.0241935484%;
    --b2-w: 10.3038461538%;
    --b2-h: 9.3403225806%;
    --b2-r: -7.95deg;
    --h2-lh: 200%;
    --h2-ls: 2.1px;
  }
}
@media (min-width: 768px) {
  .field {
    --h2-lh: 180%;
    --h2-ls: 2.8px;
  }
}
@supports (background-clip: text) {
  .typewriter {
    color: transparent;
    background-image: linear-gradient(to right, #2d2d2d, #2d2d2d 45%, rgba(45, 45, 45, 0) 55%);
    background-position: top left;
    background-size: 0% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
  }
  .typewriter:first-of-type {
    transition: background-size 5s;
  }
  .typewriter:nth-of-type(2) {
    transition: background-size 5s;
  }
  .in-view .typewriter:first-of-type {
    background-size: 200% 100%;
  }
  .in-view .typewriter:nth-of-type(2) {
    background-size: 200% 100%;
  }
}

.gallery {
  --gap-x: 20px;
  --gap-y: 20px;
  --p-lh: 200%;
  --p-ls: 1.96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-y) var(--gap-x);
  max-width: 780px;
  margin: 0 auto;
}
.gallery .align-left,
.gallery .align-right {
  width: 78.8461538462%;
}
.gallery .align-left {
  margin-right: auto;
}
.gallery .align-right {
  margin-left: auto;
}
.gallery .pair {
  display: flex;
  gap: 20px;
}
.gallery p {
  font-size: var(--font-body-md);
  line-height: var(--p-lh);
  letter-spacing: var(--p-ls);
}
@supports (background-clip: text) {
  .gallery p {
    color: transparent;
    background-image: linear-gradient(120deg, #2d2d2d, #2d2d2d 45%, rgba(45, 45, 45, 0) 55%);
    background-position: top left;
    background-size: 0% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    transition: background-size 3s;
  }
  .gallery p.in-view {
    background-size: 300% 100%;
  }
}
.gallery p.para-first {
  padding: 17px 0 9px;
}
.gallery p.para-second {
  padding: 15px 0 35px;
}
.gallery img {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-in-out, transform 0.75s;
}
.gallery img.in-view {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .gallery {
    --gap-x: 25px;
    --gap-y: 40px;
    --p-lh: 220%;
    --p-ls: 2.1px;
  }
  .gallery p.para-first {
    padding: 20px 0;
  }
  .gallery p.para-second {
    padding: 20px 0 60px;
  }
}

.loft {
  --loft-mb: 30px;
  --sticker-x: 18px;
  --sticker-y: 16px;
  max-width: 780px;
  margin: 0 auto var(--loft-mb);
}
.loft figure {
  position: relative;
}
.loft .sticker-base {
  opacity: 0;
  transition: opacity 1s;
}
.loft .sticker {
  position: absolute;
  top: var(--sticker-y);
  left: var(--sticker-x);
  aspect-ratio: 1/1;
  width: min(29.5673076923vw, 196.125px);
  opacity: 0;
  transform: scale(0.8);
  transition: all 1s 0.5s;
}
.loft .in-view .sticker-base {
  opacity: 1;
}
.loft .in-view .sticker {
  opacity: 1;
  transform: scale(1);
  animation: drop-shadow 2s linear;
}
@media (min-width: 768px) {
  .loft {
    --loft-mb: 60px;
    --sticker-x: 60px;
    --sticker-y: 42px;
  }
}

@keyframes drop-shadow {
  0% {
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0));
  }
  25% {
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1));
  }
  75% {
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1));
  }
  100% {
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0));
  }
}
.release-date {
  --wrap-p: 40px 5vw 45px;
  --wrap-gap: 43px;
  --p-fs: var(--font-body-lg);
  --p-lh: 200%;
  --p-ls: 1.96px;
  --n-w: 64px;
  --n-h: 43px;
  max-width: 780px;
  margin: 0 auto;
}
.release-date .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--wrap-gap);
  padding: var(--wrap-p);
}
.release-date .para {
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  letter-spacing: var(--p-ls);
}
@supports (background-clip: text) {
  .release-date .para {
    color: transparent;
    background-image: linear-gradient(120deg, #2d2d2d, #2d2d2d 45%, rgba(45, 45, 45, 0) 55%);
    background-position: top left;
    background-size: 0% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    transition: background-size 3s;
  }
  .release-date .para.in-view {
    background-size: 300% 100%;
  }
}
.release-date .date {
  display: grid;
  gap: 10px;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--font-body-xl);
}
.release-date .date .plain {
  display: block;
  color: var(--color-text-gray);
  line-height: 187.5%;
  letter-spacing: 2.24px;
  opacity: 0;
  visibility: hidden;
}
.release-date .date .accent {
  display: flex;
  align-items: baseline;
  color: var(--color-text-green);
}
@keyframes bounce {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translateY(20%);
  }
  20% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes plain {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}
.release-date .date .time {
  opacity: 0;
  visibility: hidden;
  letter-spacing: 1px;
}
.release-date .date .jumps {
  display: flex;
  align-items: baseline;
  gap: 1px;
}
.release-date .date .jump {
  display: block;
  opacity: 0;
  fill: currentColor;
  visibility: hidden;
}
.release-date .date .jump-1 {
  margin-right: 5.6px;
}
.release-date .date .jump-2 {
  margin-right: 9.29px;
}
.release-date .date .jump-3 {
  margin-right: 8.38px;
}
.release-date .date .jump-6 {
  margin-right: 13px;
}
.release-date .date.in-view .plain {
  opacity: 1;
}
.release-date .date.in-view .plain-01 {
  animation: plain 0.3s 1.5s forwards;
}
.release-date .date.in-view .plain-02 {
  animation: plain 0.3s 2.05s forwards;
}
.release-date .date.in-view .time {
  opacity: 1;
  animation: plain 0.3s 2.05s forwards;
}
.release-date .date.in-view .jump {
  opacity: 1;
}
.release-date .date.in-view .jump-1 {
  animation: bounce 0.55s 1.8s forwards;
}
.release-date .date.in-view .jump-2 {
  animation: bounce 0.55s 1.8s forwards;
}
.release-date .date.in-view .jump-3 {
  animation: bounce 0.55s 1.8s forwards;
}
.release-date .date.in-view .jump-4 {
  animation: bounce 0.55s 1.8s forwards;
}
.release-date .date.in-view .jump-5 {
  animation: bounce 0.55s 1.8s forwards;
}
.release-date .date.in-view .jump-6 {
  animation: bounce 0.55s 1.8s forwards;
}
.release-date .date .number {
  width: var(--n-w);
  height: var(--n-h);
  fill: currentColor;
}
@media (min-width: 416px) {
  .release-date {
    --wrap-p: 40px 9.375vw 45px;
  }
}
@media (min-width: 768px) {
  .release-date {
    --wrap-p: 76px 0 98px;
    --wrap-gap: 77px;
    --n-w: 110px;
    --n-h: 73px;
    --p-fs: 0.9375rem;
    --p-lh: 220%;
    --p-ls: 2.1px;
  }
  .release-date .date .plain {
    font-size: 1.35rem;
    letter-spacing: 3.027px;
  }
  .release-date .date .accent {
    gap: 3px;
    font-size: 1.625rem;
  }
  .release-date .date .time {
    letter-spacing: 3px;
  }
  .release-date .date .jumps {
    gap: 3px;
  }
  .release-date .date .jump-1 {
    width: 48.323px;
    height: 72.596px;
    margin-right: 9.54px;
  }
  .release-date .date .jump-2 {
    width: 9.844px;
    height: 9.844px;
    margin-right: 15.82px;
  }
  .release-date .date .jump-3 {
    width: 24.805px;
    height: 71.672px;
    margin-right: 14.27px;
  }
  .release-date .date .jump-6 {
    margin-right: 13px;
  }
}

.section--month {
  --sec-pad: 44px 0 63px;
  --sec-grid-col: none;
  --heading-pad: 0 calc((56 / 416) * 100vw);
  --fig-vw: 88.1923076923vw;
  --h2-mb: 15px;
  display: grid;
  grid-template-columns: var(--sec-grid-col);
  justify-content: center;
  padding: var(--sec-pad);
}
.section--month > * {
  opacity: 0;
  transition: opacity 2s;
}
.section--month.in-view * {
  opacity: 1;
}
.section--month .heading {
  padding: var(--heading-pad);
}
.section--month h2 {
  margin-bottom: var(--h2-mb);
  font-size: var(--font-title-lx);
  line-height: 187.5%;
  letter-spacing: 2.24px;
}
.section--month p {
  margin-bottom: 45px;
  font-size: var(--font-body-lg);
  line-height: 180%;
  letter-spacing: 1.5px;
}
.section--month .figure {
  position: relative;
  width: min(88.1923076923vw, 378px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section--month {
    --sec-pad: 142px calc((100vw - 670px) / 2) 129px;
    --sec-grid-col: repeat(2, 1fr);
    --heading-pad: 0;
    --h2-mb: 24px;
  }
  .section--month p {
    font-size: 0.9375rem;
  }
}
@media (min-width: 800px) {
  .section--month {
    --sec-pad: 142px calc((100vw - 760px) / 2) 129px;
  }
}

.product-title-price {
  --product-name: var(--font-title-xl);
  --product-price: 0.9375rem;
  --product-currency: var(--font-body-md);
  --product-inc-tax: 0.6875rem;
  letter-spacing: 0.14rem;
}
.product-title-price .brand {
  font-size: var(--product-name);
}
.product-title-price .type {
  font-size: var(--product-name);
}
.product-title-price .price {
  font-size: var(--product-price);
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.product-title-price .brand,
.product-title-price .type,
.product-title-price .currency {
  font-family: "Koburina Gothic W6 JIS2004";
}
.product-title-price .currency {
  font-size: var(--product-currency);
  letter-spacing: -0.01875rem;
}
.product-title-price .inc-tax {
  font-size: var(--product-inc-tax);
  font-family: "Koburina Gothic W3 JIS2004";
  letter-spacing: 0.09625rem;
}
.product-title-price.lg {
  --product-name: var(--font-title-xl);
  --product-price: var(--font-title-xl);
  --product-currency: var(--font-body-lg);
}
@media (min-width: 768px) {
  .product-title-price {
    --product-price: 1rem;
    --product-currency: 0.875rem;
    --product-inc-tax: 0.75rem;
  }
}

.product-feature {
  --full: 299.5px;
  --medium: 201px;
  --pocket: 332px;
  --sec-py: 60px;
  --list-max-w: 450px;
  --list-px: 7.2115384615vw;
  --list-grid-col: none;
  --h2-fs: var(--font-title-xl);
  --h2-lh: 187.5%;
  --h2-ls: 2.24px;
  --h2-gap: 10px;
  --h2-mb: 30px;
  --p-fs: 0.9375rem;
  --p-lh: 180%;
  --p-ls: .5px;
  padding: var(--sec-py) 0;
  background-color: var(--color-product-bg);
}
.product-feature > * {
  opacity: 0;
  transition: opacity 2s;
}
.product-feature.in-view * {
  opacity: 1;
}
.product-feature h2 {
  display: grid;
  gap: var(--h2-gap);
  width: min(84.375vw, 367px);
  margin: 0 auto var(--h2-mb);
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  letter-spacing: var(--h2-ls);
}
.product-feature h2 img {
  width: 100%;
  height: auto;
}
.product-feature .list {
  display: grid;
  grid-template-columns: var(--list-grid-col);
  gap: 50px;
  width: 100%;
  max-width: var(--list-max-w);
  margin: 0 auto;
  padding: 0 var(--list-px);
}
.product-feature .item h3 {
  margin: 20px 0;
  text-align: center;
  line-height: 187.5%;
  white-space: nowrap;
}
.product-feature .item p {
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  letter-spacing: var(--p-ls);
}
.product-feature .item img {
  width: 100%;
  margin: 0 auto;
}
.product-feature .prod-full {
  max-width: var(--full);
}
.product-feature .prod-medium {
  max-width: var(--medium);
}
.product-feature .prod-pocket {
  max-width: var(--pocket);
}
@media (min-width: 416px) {
  .product-feature {
    --list-px: 9.1346153846vw;
    --p-ls: 1.5px;
  }
}
@media (min-width: 768px) {
  .product-feature {
    --full: 255px;
    --medium: 178px;
    --pocket: 307px;
    --sec-py: 80px;
    --h2-fs: 1.0625rem;
    --h2-lh: 176.471%;
    --h2-ls: 176.471%;
    --h2-mb: 40px;
    --p-fs: 0.875rem;
    --p-lh: 178.571%;
    --list-max-w: 1000px;
    --list-grid-col: repeat(2, 1fr);
  }
  .product-feature .item figure {
    display: flex;
    align-items: flex-end;
    aspect-ratio: 4/3;
  }
}
@media (min-width: 1000px) {
  .product-feature {
    --list-px: 0;
    --list-grid-col: repeat(3, 1fr);
  }
  .product-feature .item h3 {
    margin: 20px 0 10px;
  }
  .product-feature .item figure {
    aspect-ratio: 1;
  }
}

.product-bespoke {
  --sec-pad: 60px 7.9326923077vw 53px;
  --list-max-w: 450px;
  --list-grid-col: none;
  --list-grid-gap: 37px;
  --list-mt: 35px;
  --h2-mb: 12px;
  --h2-fs: var(--font-title-xxl);
  --h2-lh: 166.667%;
  --h2-ls: 2.52px;
  --p-lh: 166.667%;
  --p-ls: 1.2px;
  --price-mt: 15px;
  --price-lh: 187.5%;
  padding: var(--sec-pad);
  color: var(--color-white);
  font-size: var(--font-body-sm);
  background-color: var(--color-product-bespoke-bg);
}
.product-bespoke > * {
  opacity: 0;
  transition: opacity 2s;
}
.product-bespoke.in-view * {
  opacity: 1;
}
.product-bespoke h2 {
  margin-bottom: var(--h2-mb);
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  letter-spacing: var(--h2-ls);
}
.product-bespoke p {
  line-height: var(--p-lh);
  letter-spacing: var(--p-ls);
}
.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: 0.25em;
}
.product-bespoke .product-title-price {
  margin-top: var(--price-mt);
  line-height: var(--price-lh);
}
@media (min-width: 450px) {
  .product-bespoke {
    --sec-pad: 60px calc((100vw - 450px) / 2);
  }
}
@media (min-width: 768px) {
  .product-bespoke {
    --sec-pad: 60px 7.9326923077vw;
    --list-grid-col: repeat(2, 1fr);
    --list-grid-gap: 34px 42px;
    --list-mt: 40px;
    --h2-mb: 18px;
    --h2-fs: 1.25rem;
    --h2-lh: 150%;
    --h2-ls: 2.8px;
    --p-lh: 178.571%;
    --p-ls: 1.4px;
    --price-mt: 10px;
    --price-lh: 137.5%;
  }
  .product-bespoke h2 br {
    display: none;
  }
}
@media (min-width: 850px) {
  .product-bespoke {
    --sec-pad: 80px calc((100vw - 814px) / 2);
  }
}

.product-mother {
  --sec-pad: 54px 0 51px;
  --wrap-pad: 0 3.6057692308vw;
  --prod-mother-item-line-height: 30px;
  --list-grid-col: none;
  --list-max-width: 450px;
  --p-fs: 0.875rem;
  --h2-mb: 10px;
  --header-mb: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--sec-pad);
  background-color: var(--color-white);
}
.product-mother > * {
  opacity: 0;
  transition: opacity 2s;
}
.product-mother.in-view * {
  opacity: 1;
}
.product-mother .heading {
  margin-bottom: var(--header-mb);
  padding: var(--wrap-pad);
}
.product-mother h2 {
  margin-bottom: var(--h2-mb);
  font-size: var(--font-body-xl);
  line-height: 187.5%;
  font-feature-settings: "halt" on;
}
.product-mother h2 span {
  margin-right: 5px;
}
.product-mother p {
  font-size: var(--p-fs);
  line-height: 180%;
  letter-spacing: 1.5px;
}
.product-mother .list {
  display: grid;
  grid-template-columns: var(--list-grid-col);
  gap: 32px 10px;
  max-width: var(--list-max-width);
}
.product-mother .item__title {
  margin-top: 7px;
  padding: var(--wrap-pad);
  line-height: var(--prod-mother-item-line-height);
}
.product-mother img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product-mother .product-title-price .brand {
  font-size: 0.9375rem;
}
@media (min-width: 416px) {
  .product-mother {
    --wrap-pad: 0 4.8076923077vw;
    --p-fs: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .product-mother {
    --sec-pad: 95px 20px 100px;
    --list-grid-col: 1fr 1fr;
    --list-max-width: 900px;
    --p-fs: 0.875rem;
    --h2-mb: 24px;
    --wrap-pad: 0;
    --header-mb: 58px;
  }
  .product-mother .product-title-price .brand {
    font-size: 1rem;
  }
}

.credit {
  --credit-pad: 50px 0;
  --lh: 176.923%;
  --ls: 1.82px;
  --title-mb: 6px;
  --title-mt: 20px;
  display: grid;
  justify-content: center;
  padding: var(--credit-pad);
  font-size: var(--font-body-sm);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  background-color: var(--color-credit-bg);
}
.credit a {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.25em;
  padding-bottom: 2px;
  border-bottom: 0.5px solid currentColor;
}
.credit__title {
  margin-bottom: var(--title-mb);
  font-size: var(--font-title-xl);
  line-height: 187.5%;
}
ul + .credit__title {
  margin-top: var(--title-mt);
}
@media (min-width: 768px) {
  .credit {
    --credit-pad: 60px 0;
    --lh: 178.571%%;
    --ls: 1.4px;
    --title-mb: 12px;
    --title-mt: 30px;
  }
}