@charset "UTF-8";
/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

textarea {
  resize: vertical;
  display: block;
}

select {
  cursor: pointer;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: inherit;
}

tbody {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
svg {
  width: 100%;
  height: auto;
  display: block;
}

dialog {
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  color: inherit;
  border: none;
  margin: 0;
  padding: 0;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

iframe {
  vertical-align: bottom;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
html {
  font-size: var(--font-size-root);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg-main);
  color: var(--color-text-base);
  font-family: var(--font-family-base);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.header__deco,
.hero__deco,
.arrivals__deco,
.craft__deco,
.contact__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

:root {
  --color-white: #ffffff;
  --color-cream-50: #FCF8F2;
  --color-cream-100: #FBF4EE;
  --color-stone-400: #e7ddd2;
  --color-stone-600: #9a938b;
  --color-stone-700: #8a847d;
  --color-stone-800: #6f6a64;
  --color-stone-900: #4a4642;
  --color-brown-800: #5a544e;
  --color-brown-900: #46423d;
  --color-dark-900: #403c38;
  --color-pink-300: #FBD7E4;
  --color-pink-400: #F4A2C0;
  --color-pink-500: #F178A6;
  --color-mint-200: #C3E6DE;
  --color-mint-400: #8BCFBC;
  --color-mint-500: #79C6B2;
  --color-yellow-300: #FBE9AE;
  --color-yellow-400: #F2CE6A;
  --color-lavender-200: #E3D9F4;
  --color-lavender-400: #C9BBE8;
  --color-blue-200: #D6E6F6;
  --color-blue-400: #A9CBEC;
  --bg-main: var(--color-cream-50);
  --bg-soft: var(--color-cream-100);
  --line: var(--color-stone-400);
  --pink: var(--color-pink-400);
  --pink-strong: var(--color-pink-500);
  --pink-soft: var(--color-pink-300);
  --mint: var(--color-mint-400);
  --mint-strong: var(--color-mint-500);
  --mint-pale: var(--color-mint-200);
  --yellow: var(--color-yellow-400);
  --yellow-soft: var(--color-yellow-300);
  --lavender: var(--color-lavender-400);
  --lavender-soft: var(--color-lavender-200);
  --blue: var(--color-blue-400);
  --blue-soft: var(--color-blue-200);
  --color-bg-base: var(--color-cream-50);
  --color-bg-soft: var(--color-cream-100);
  --color-text-base: var(--color-stone-900);
  --color-text-soft: var(--color-stone-800);
}

:root {
  --font-family-base: "Noto Sans JP", system-ui, sans-serif;
  --font-family-display: "Jost", system-ui, sans-serif;
  --font-family-script: "Allura", cursive;
  --font-size-root: 100%;
  --font-size-base: 1rem;
  --line-height-base: 1.7;
  --letter-spacing-base: 0.05em;
}

:root {
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 80px;
  --space-2xl: 120px;
}

:root {
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-round: 9999px;
}

:root {
  --shadow-sm: 0 2px 8px rgb(0 0 0 / 0.08);
  --shadow-md: 0 4px 16px rgb(0 0 0 / 0.12);
  --shadow-lg: 0 8px 32px rgb(0 0 0 / 0.16);
}

:root {
  --z-negative: -1;
  --z-base: 1;
  --z-header: 100;
  --z-drawer: 200;
  --z-modal: 300;
  --z-loading: 999;
}

:root {
  --maxw: 1180px;
  --width-sm: 768px;
  --width-md: 1100px;
  --width-lg: 1200px;
  --gutter-sp: 16px;
  --gutter-pc: 24px;
}

:root {
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;
}

/*!
utility > utility
------------------------------
*/
/* 非表示 */
.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

.u-ptb {
  padding-block: clamp(40px, 6.25vw, 80px);
}

.u-pt {
  padding-top: clamp(40px, 6.25vw, 80px);
}

.u-pb {
  padding-bottom: clamp(40px, 6.25vw, 80px);
}

.u-text-hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .u-text-hover:hover {
    background-size: 100% 1px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-family: var(--font-family-display);
  font-weight: 500;
  letter-spacing: 0.18em;
  font-size: 14px;
  color: var(--color-white);
  border: none;
  cursor: pointer;
  padding: 18px 30px;
  border-radius: var(--radius-round);
  position: relative;
  -webkit-box-shadow: 0 12px 26px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 26px -12px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .btn:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 18px 30px -12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 18px 30px -12px rgba(0, 0, 0, 0.3);
  }
}
.btn__arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  display: grid;
  place-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.btn__arrow svg {
  width: 15px;
  height: 15px;
}
.btn--pink {
  background: var(--pink-strong);
}
.btn--mint {
  background: var(--mint-strong);
}
.btn--yellow {
  background: var(--yellow);
  color: var(--color-white);
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  position: relative;
}
.logo__mark {
  font-family: var(--font-family-display);
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.02em;
  color: #403c38;
  position: relative;
}
.logo__sun {
  position: absolute;
  top: -13px;
  left: 6px;
  width: 26px;
  height: 14px;
}
.logo__sub {
  font-family: var(--font-family-display);
  font-size: 9.5px;
  letter-spacing: 0.42em;
  color: #8a847d;
  margin-top: 6px;
  padding-left: 3px;
}

.product {
  position: relative;
}
.product__photo {
  position: relative;
  border-radius: 8px;
  overflow: visible;
}
.product__blob {
  position: absolute;
  inset: -14% -10%;
  z-index: 0;
}
.product__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.product__tag {
  position: absolute;
  top: -12px;
  left: -10px;
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-family-display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  display: grid;
  place-items: center;
  -webkit-box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.3);
}
.product:nth-child(1) .product__tag {
  background: var(--pink);
}
.product:nth-child(2) .product__tag {
  background: var(--yellow);
}
.product:nth-child(3) .product__tag {
  background: var(--lavender);
}
.product:nth-child(4) .product__tag {
  background: var(--blue);
}
.product__name {
  font-family: var(--font-family-display);
  font-weight: 400;
  font-size: 18px;
  color: #46423d;
  margin: 26px 0 8px;
  letter-spacing: 0.04em;
  text-align: center;
}
.product__price {
  font-family: var(--font-family-display);
  font-size: 18px;
  color: #5a544e;
  text-align: center;
  letter-spacing: 0.04em;
}
.product__price small {
  font-size: 11px;
  color: #9a938b;
  font-family: var(--font-family-base);
}

.stamp {
  position: absolute;
  left: -66px;
  bottom: 54px;
  width: 150px;
  height: 150px;
  z-index: 6;
  background: rgba(252, 248, 242, 0.78);
  border-radius: 50%;
  display: grid;
  place-items: center;
  backdrop-filter: blur(2px);
}
.stamp svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: spin 32s linear infinite;
          animation: spin 32s linear infinite;
}
.stamp__center {
  font-family: var(--font-family-script);
  font-size: 23px;
  color: #5a544e;
  text-align: center;
  line-height: 1.05;
}
.stamp__center small {
  display: block;
  font-size: 15px;
}
.stamp__heart {
  color: var(--pink-strong);
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.section-head {
  text-align: center;
  position: relative;
  z-index: 5;
  margin-bottom: 54px;
}
.section-head__title {
  font-family: var(--font-family-display);
  font-weight: 300;
  font-size: 40px;
  color: #46423d;
  margin: 0;
  letter-spacing: 0.01em;
}
.section-head__jp {
  font-size: 13px;
  letter-spacing: 0.34em;
  color: #9a938b;
  margin-top: 10px;
  font-weight: 400;
}
@media (min-width: 560px) {
  .section-head__title {
    font-size: 54px;
  }
}

/*!
component > entry-button
------------------------------
*/
.tag-html {
  background-color: rgb(255, 166, 0);
  color: white;
}

.tag-css {
  background-color: rgb(0, 119, 255);
  color: white;
}

.tag-js {
  background-color: rgb(0, 255, 153);
  color: white;
}

/*!
component > title
------------------------------
*/
.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-sm);
}
.c-section-title--center {
  text-align: center;
}

.c-section-title-en {
  font-size: 0.875rem;
  color: var(--color-text-base);
  font-family: var(--font-family-display);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}

.c-section-title-ja {
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.1em;
  line-height: 1.3;
}

/*!
component > cards
------------------------------
*/
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .card-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

/*!
component > form
------------------------------
*/
.c-form-required {
  background-color: red;
  color: var(--color-white);
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 5px;
  margin-left: 10px;
}

.c-form-text {
  width: 100%;
  padding: 12px 8px;
  border-radius: 8px;
  background-color: var(--color-stone-400);
}
.c-form-text::-webkit-input-placeholder {
  color: var(--color-stone-600);
}
.c-form-text::-moz-placeholder {
  color: var(--color-stone-600);
}
.c-form-text:-ms-input-placeholder {
  color: var(--color-stone-600);
}
.c-form-text::-ms-input-placeholder {
  color: var(--color-stone-600);
}
.c-form-text::placeholder {
  color: var(--color-stone-600);
}
.c-form-text:focus {
  outline: 1px solid var(--color-stone-600);
}

.c-form-textarea {
  min-height: 200px;
  field-sizing: content;
}

/*!
component > notice
------------------------------
*/
.c-notice {
  font-size: 0.75rem;
  color: var(--color-stone-600);
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: min(100% - var(--gutter-sm) * 2, var(--width-lg));
  margin-inline: auto;
}
.l-container--md {
  width: min(100% - var(--gutter-sm) * 2, var(--width-md));
}
.l-container--sm {
  width: min(100% - var(--gutter-sm) * 2, var(--width-sm));
}
@media screen and (min-width: 768px) {
  .l-container {
    width: min(100% - var(--gutter-lg) * 2, var(--width-lg));
  }
  .l-container--md {
    width: min(100% - var(--gutter-lg) * 2, var(--width-md));
  }
  .l-container--sm {
    width: min(100% - var(--gutter-lg) * 2, var(--width-sm));
  }
}

.header {
  position: relative;
  z-index: 20;
}
.header__nav {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 26px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.header__nav-links {
  display: none;
  gap: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-link {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--color-text-soft);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.header__nav-link:hover, .header__nav-link--active {
  color: var(--pink-strong);
}
.header__nav-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-icon {
  width: 22px;
  height: 22px;
  color: var(--color-text-soft);
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.header__nav-icon:hover {
  color: var(--pink-strong);
}
.header__nav-icon--cart {
  position: relative;
}
.header__nav-badge {
  position: absolute;
  top: -7px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--pink-strong);
  color: var(--color-white);
  font-size: 10px;
  font-family: var(--font-family-display);
  display: grid;
  place-items: center;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: 4px;
}
.hamburger:hover .hamburger__line {
  background: var(--pink-strong);
}
.hamburger__line {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--color-text-soft);
  border-radius: 2px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.menu-dialog {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: var(--bg-main);
  display: none;
}
.menu-dialog::-ms-backdrop {
  background: rgba(74, 70, 66, 0.4);
}
.menu-dialog::backdrop {
  background: rgba(74, 70, 66, 0.4);
}
.menu-dialog[open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: menuIn 0.42s cubic-bezier(0.22, 1, 0.36, 1);
          animation: menuIn 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu-dialog__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-text-soft);
  display: grid;
  place-items: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.menu-dialog__close:hover {
  color: var(--pink-strong);
}
.menu-dialog__close svg {
  width: 20px;
  height: 20px;
}
.menu-dialog__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.menu-dialog__logo .logo__mark {
  font-family: var(--font-family-display);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: var(--color-text-base);
}
.menu-dialog__logo .logo__sub {
  font-family: var(--font-family-display);
  font-size: 9px;
  letter-spacing: 0.42em;
  color: var(--color-text-soft);
  margin-top: 6px;
}
.menu-dialog__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.menu-dialog__nav a {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.2em;
  color: var(--color-text-soft);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.menu-dialog__nav a:hover {
  color: var(--pink-strong);
}
.menu-dialog__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 52px;
}
.menu-dialog__foot a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-text-base);
  color: var(--color-white);
  display: grid;
  place-items: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.menu-dialog__foot a:hover {
  background: var(--pink-strong);
}
.menu-dialog__foot svg {
  width: 16px;
  height: 16px;
}

@-webkit-keyframes menuIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menuIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .menu-dialog[open] {
    -webkit-animation: none;
            animation: none;
  }
}
@media (min-width: 768px) {
  .header__nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hamburger {
    display: none;
  }
}
.footer {
  background: var(--bg-main);
  padding: 54px 0 30px;
}
.footer__grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}
.footer__links a {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: var(--color-text-soft);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer__links a:hover {
  color: var(--pink-strong);
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.footer__social-link {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-text-base);
  color: var(--color-white);
  display: grid;
  place-items: center;
  -webkit-transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background 0.2s;
  transition: transform 0.2s, background 0.2s, -webkit-transform 0.2s;
}
.footer__social-link:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background: var(--pink-strong);
}
.footer__social-link svg {
  width: 16px;
  height: 16px;
}
.footer__copyright {
  text-align: center;
  font-family: var(--font-family-display);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--color-text-soft);
  margin-top: 40px;
}

.hero {
  position: relative;
  padding-top: 18px;
  padding-bottom: 90px;
}
.hero__grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 5;
}
.hero__copy {
  padding-top: 40px;
}
.hero__script {
  font-family: var(--font-family-script);
  color: var(--pink-strong);
  font-size: 66px;
  line-height: 0.78;
  font-weight: 400;
  margin: 0 0 6px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.hero__script .hero__script-line {
  display: block;
  padding-left: 48px;
}
.hero__title {
  font-family: var(--font-family-display);
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  color: var(--color-text-base);
  margin: 14px 0 0;
  letter-spacing: -0.01em;
}
.hero__title-dot {
  color: var(--pink-strong);
}
.hero__lead {
  font-size: 15px;
  line-height: 2.15;
  color: var(--color-text-soft);
  font-weight: 400;
  margin: 40px 0 38px;
  letter-spacing: 0.04em;
}
.hero__img-col {
  position: relative;
}
.hero__photo {
  width: 100%;
  height: 420px;
  border-radius: 14px;
  overflow: hidden;
}
.hero__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__scroll-down {
  position: absolute;
  right: 14px;
  bottom: 120px;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.hero__scroll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--font-family-display);
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--color-text-base);
}
.hero__scroll-line {
  width: 1px;
  height: 64px;
  background: var(--line);
}

@media (min-width: 560px) {
  .hero__script {
    font-size: 72px;
  }
  .hero__title {
    font-size: 54px;
  }
}
@media (min-width: 720px) {
  .hero__grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero__script {
    font-size: 84px;
  }
  .hero__title {
    font-size: 60px;
  }
  .hero__photo {
    height: 480px;
  }
}
@media (min-width: 960px) {
  .hero__script {
    font-size: 118px;
  }
  .hero__title {
    font-size: 84px;
  }
  .hero__photo {
    height: 560px;
  }
}
.arrivals {
  position: relative;
  padding: 30px 0 110px;
}
.arrivals__head-row {
  max-width: var(--maxw);
  margin: 0 auto 56px;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.arrivals__head-row .section-head {
  margin: 0;
}
.arrivals__view-all {
  position: absolute;
  right: 32px;
  top: 20px;
}
.arrivals__products {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  position: relative;
  z-index: 5;
}

@media (min-width: 560px) {
  .arrivals__products {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media (min-width: 960px) {
  .arrivals__products {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.craft {
  position: relative;
  padding: 40px 0 120px;
}
.craft__grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
.craft__title {
  font-family: var(--font-family-display);
  font-weight: 300;
  font-size: 56px;
  line-height: 1.05;
  color: var(--color-text-base);
  margin: 0;
}
.craft__jp {
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--color-text-soft);
  margin: 18px 0 0;
  font-weight: 400;
}
.craft__lead {
  font-size: 14px;
  line-height: 2.2;
  color: var(--color-text-soft);
  margin: 26px 0 40px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.craft__head-accent {
  position: absolute;
  top: -12px;
  right: 24px;
  width: 180px;
  height: 180px;
  z-index: 6;
  border-radius: 50%;
  overflow: hidden;
}
.craft__head-accent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.craft__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-bottom: 42px;
}
.craft__feature {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: left;
}
.craft__feature .craft__feature-title {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 14px;
  color: var(--color-text-base);
  margin: 0 0 8px;
  letter-spacing: 0.05em;
}
.craft__feature p {
  font-size: 11.5px;
  line-height: 1.85;
  color: var(--color-text-soft);
  margin: 0;
  font-weight: 400;
}
.craft__feature-icon {
  width: 74px;
  height: 74px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  position: relative;
  display: grid;
  place-items: center;
}
.craft__feature-icon-bg {
  position: absolute;
  inset: 0;
}
.craft__feature-icon-svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.craft__cluster {
  position: relative;
  height: 520px;
}
.craft__cluster-img {
  position: absolute;
  -webkit-box-shadow: 0 18px 40px -22px rgba(120, 90, 90, 0.5);
          box-shadow: 0 18px 40px -22px rgba(120, 90, 90, 0.5);
  overflow: hidden;
}
.craft__cluster-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.craft__cluster-img--1 {
  width: 300px;
  height: 300px;
  top: 0;
  right: 48px;
  border-radius: 50%;
}
.craft__cluster-img--2 {
  width: 210px;
  height: 185px;
  bottom: 40px;
  left: 0;
  border-radius: 46% 54% 50% 50%/52% 48% 52% 48%;
}
.craft__cluster-img--3 {
  width: 250px;
  height: 200px;
  bottom: 8px;
  right: 8px;
  border-radius: 50% 50% 48% 52%/50%;
}
.craft__madelove {
  position: absolute;
  top: 120px;
  right: -30px;
  width: 120px;
  z-index: 4;
}

@media (min-width: 560px) {
  .craft__features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .craft__feature {
    display: block;
    text-align: center;
    gap: 0;
  }
  .craft__feature-icon {
    margin: 0 auto 16px;
  }
}
@media (min-width: 960px) {
  .craft__grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 60px;
  }
}
.contact {
  position: relative;
  background: var(--mint-pale);
  overflow: hidden;
}
.contact__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 78px 32px 86px;
  position: relative;
  z-index: 5;
}
.contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 18px;
}
.contact__mail-icon {
  width: 42px;
  height: 34px;
  color: var(--color-text-soft);
  margin-bottom: 6px;
}
.contact__title {
  font-family: var(--font-family-display);
  font-weight: 300;
  font-size: 52px;
  color: var(--color-text-base);
  margin: 0;
}
.contact__jp {
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--color-text-soft);
  margin-bottom: 9px;
  font-weight: 400;
}
.contact__lead {
  font-size: 13.5px;
  line-height: 2.1;
  color: var(--color-text-soft);
  margin: 26px 0 36px;
  font-weight: 400;
  letter-spacing: 0.04em;
  max-width: 460px;
}
.contact__illustration {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 330px;
  height: 330px;
  z-index: 4;
  overflow: hidden;
  opacity: 0.25;
}
.contact__illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__form-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background: var(--color-white);
  color: var(--color-text-base);
  font-family: var(--font-family-display);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.18em;
  padding: 17px 28px;
  border-radius: var(--radius-round);
  -webkit-box-shadow: 0 12px 26px -16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 26px -16px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  white-space: nowrap;
}
.contact__form-btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.contact__form-btn .btn__arrow {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--mint-pale);
  display: grid;
  place-items: center;
}
.contact__form-btn .btn__arrow svg {
  width: 13px;
  height: 13px;
  color: var(--color-text-base);
}

@media (min-width: 960px) {
  .contact__illustration {
    opacity: 1;
    right: 200px;
  }
}