/** Shopify CDN: Minification failed

Line 438:240 Unexpected "}"

**/
@charset "UTF-8";
/*
Theme Name: HACHI COLLECTIONS Theme
Theme URI: https://hachicollections.com/
Author: QULUN
Author URI: https://qulun.jp/
Description: HACHI COLLECTIONS Co.,Ltd. Corporate Site
Tags:
Version: 0.9.9
Text Domain: hachi
*/
/* ===============================
Common
=============================== */
@font-face { font-family: "tehx0nb3"; font-style: normal; font-weight: 400; font-display: swap; src: url('/cdn/shop/files/TimesSansSub.woff2?v=1729785481') format('woff2') }
@font-face { font-family: "tehx0nb3"; font-style: normal; font-weight: 700; font-display: swap; src: url('/cdn/shop/files/TimesSansBoldSub.woff2?v=1729785461') format('woff2') }

:root {
  --vh: 1vh;
  --font-size-base: 16;
  --font-family-main: "tehx0nb3", "Helvetica Neue", "Arial", sans-serif;
  --font-family-sans: "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", "Arial", "Roboto", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-family-serif: "Baskerville", "Times New Roman", "Times", serif;
  --bg: #f1f2ef;
  --text: #272725;
  --black: #1e1e1d;
  --white: #fff;
  --primary: #eec6c8;
  --secondry: #68a9c2;
  --accent: #e8a9a3;
  --dark: #144e7a;
  --gray0: #dcd8d8;
  --gray1: #989595;
  --gray2: #4f4f4c;
  --content-width: 80rem; /* 1280px */
  --ms: 37.5rem; /* 600px */
  --mm: 60rem; /* 960px */
  --ml: 75rem; /* 1200px */
  --mxl: 85rem; /* 1360px */
  --ease: cubic-bezier(0.425, 0.065, 0.390, 0.895);
  --bezier: cubic-bezier(0,.65,.35,1);
  --bezier2: cubic-bezier(.3,0,.2,1);
  --fluid-4: 100%;
  --fluid-5: 100%;
  --blend-color: #fff;
  --blend-mode: difference;
}
@media (min-width: 20rem) {
  :root { --fluid-4: 100%; }
  :root { --fluid-5: 50%; }
}
@media (min-width: 37.5rem) {
  :root { --fluid-4: 50%; }
}
@media (min-width: 60rem) {
  :root { --fluid-4: calc(100% / 3); }
  :root { --fluid-5: 25%; }
}
@media (min-width: 75rem) {
  :root { --fluid-4: 25%; }
  :root { --fluid-5: 20%; }
}

*:where(:not(iframe, canvas, img, svg, video):not(svg *)) { all: unset; display: revert; }
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html, body { overscroll-behavior-y: none; }
ol, ul { list-style: none; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; }
table { border-collapse: collapse; }
input, button, textarea, select { font: inherit; }
h1, h2, h3, h4, h5, h6, p { overflow-wrap: break-word; }

input, textarea { font-size: 1em; }
input[type=button], input[type=submit] { -webkit-appearance: none; }

a { text-decoration: none; }
a:hover {cursor: pointer; }
br.pc { display: none; }

.defs { position: absolute; top: 0; right: 0; width: 0; height: 0; }
.hidden { visibility: hidden; }

::selection { color: var(--graywhite); background: var(--black); }
::-webkit-input-placeholder { color: #ccc; }
::-moz-placeholder { color: #ccc; }
:-ms-input-placeholder { color: #ccc; }

@keyframes hide {
  from { opacity: 1; }
  to { opacity: 0; visibility: hidden; pointer-events: none; display: none; }
}

@keyframes visible {
  from { opacity: 0; visibility: visible; display: block; }
  to { opacity: 1; pointer-events: all; }
}

@keyframes fraction-circle {
  100% { stroke-dashoffset: 0; }
}

/* ===============================
Typography
=============================== */
.dummy-font-size {
  font-size: .75rem;   /* 12px -- calc(12 / var(--font-size-base) * 1rem */
  font-size: .8125rem; /* 13px -- calc(13 / var(--font-size-base) * 1rem */
  font-size: .875rem;  /* 14px -- calc(14 / var(--font-size-base) * 1rem */
  font-size: 1rem;     /* 16px -- calc(16 / var(--font-size-base) * 1rem */
  font-size: 1.25rem;  /* 20px -- calc(20 / var(--font-size-base) * 1rem */
}
body { font-family: var(--font-family-main); font-weight: 400; font-feature-settings: "palt" 1; color: var(--text); background-color: var(--white); }
html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; }
body.is-fixed { overflow-y: hidden; }

strong {
    font-weight: bolder;
}

/* ===============================
Loader
=============================== */
.loader { --base: var(--white); --front: var(--black); --back: var(--gray0); }
.loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; pointer-events: none; z-index: 1100; display: none; }
.progress-wrap { position: absolute; top: 0; right: 0; width: 100%; height: 100%; }
.progress-back { position: absolute; bottom: -30rem; left: 50%; transform: translateX(-50%); width: 300%; height: 60rem; border-radius: 50%; background-color: var(--back); }
.progress-front { position: absolute; bottom: -15rem; left: 50%; transform: translateX(-50%); width: 150%; height: 30rem; border-radius: 50%; background-color: var(--front); }
.progress-main { position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; background-color: var(--base); }
.progress { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--front); transform-origin: bottom center; }
.progress-count-wrap { position: absolute; bottom: 0; right: 50%; transform: translate(50%, -10vh); mix-blend-mode: var(--blend-mode); }
.progress-count { color: var(--blend-color); font-size: clamp(2rem, 1rem + 2.667vw, 3rem); line-height: 1; text-align: center; opacity: 0; }
.loader-logo { width: clamp(7.5rem, 6.25rem + 6.25vw, 10rem); z-index: 10; fill: none; stroke: #fff; stroke-dasharray: 1200; stroke-dashoffset: 1200; stroke-width: 2; opacity: 0; mix-blend-mode: var(--blend-mode); }
.loader-logo .logo { fill: var(--blend-color); }

/* ===============================
Magnetic Cursor
=============================== */
.cursor-wrapper { position: fixed; top: 0; left: 0; width: 3rem; height: 3rem; pointer-events: none; z-index: 990; mix-blend-mode: var(--blend-mode); }
.cursor { position: relative; display: flex; justify-content: center; align-items: center; }
.ball { position: relative; width: 3rem; fill: none; stroke: var(--blend-color); stroke-width: 4px; }
.cursor-wrapper.noblend { mix-blend-mode: normal; width: 4.5rem; height: 4.5rem; }
.cursor-wrapper.noblend .cursor { width: 4.5rem; height: 4.5rem; border-radius: 50%; background: rgba(238, 198, 200, .7); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.cursor-wrapper.is-hover .ball { stroke: var(--blend-color); }
.cursor-line { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; line-height: 1.2; text-align: center; color: var(--blend-color); padding-top: .25rem; }
.touch .cursor-wrapper { display: none; }

/* ===============================
Stripe Effect index.js - drawStripe();
=============================== */
.stripe-effect { --spacer: .5rem;  display: flex; flex-wrap: wrap; margin: 0 var(--spacer); margin-top: calc(var(--vh) * 100);  justify-content: flex-start; }
.stripe-image-wrap { position: relative; width: var(--fluid-4); padding: var(--spacer); overflow: hidden; }
.stripe-image { position: relative; width: 100%; aspect-ratio: 2 / 3; z-index: 1; opacity: 0; pointer-events: none; }
.stripe-image img { width: 100%; height: 100%; object-fit: cover; }
.stripe-canvas { position: absolute; top: var(--spacer); left: var(--spacer); width: calc(100% - (var(--spacer) * 2)); height: calc(100% - (var(--spacer) * 2)); z-index: 0; }
.stripe-image.is-show { opacity: 1; pointer-events: all; }

/* ===============================
Locomotive
=============================== */
html.has-scroll-smooth { overflow: hidden; }
html.has-scroll-dragging { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.has-scroll-smooth body { overflow: hidden; }
.has-scroll-smooth [data-scroll-container] { min-height: 100vh; }
[data-scroll-direction="horizontal"] [data-scroll-container] { height: 100vh; display: inline-block; white-space: nowrap; }
[data-scroll-direction="horizontal"] [data-scroll-section] { display: inline-block; vertical-align: top; white-space: nowrap; height: 100%; }
.c-scrollbar { position: absolute; right: 0; top: 0; width: 11px; height: 100%; transform-origin: center right; transition: transform 0.3s, opacity 0.3s; opacity: 0; z-index: 10; }
.c-scrollbar:hover { transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar { opacity: 1; }
[data-scroll-direction="horizontal"] .c-scrollbar { width: 100%; height: 10px; top: auto; bottom: 0; transform: scaleY(1); }
[data-scroll-direction="horizontal"] .c-scrollbar:hover { transform: scaleY(1.3); }
.c-scrollbar_thumb { position: absolute; top: 0; right: 0; background-color: var(--accent); opacity: 0.5; width: 7px; border-radius: 10px; margin: 2px; cursor: -webkit-grab; cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb { cursor: -webkit-grabbing; cursor: grabbing; }
[data-scroll-direction="horizontal"] .c-scrollbar_thumb { right: auto; bottom: 0; }

/* ===============================
Common
=============================== */
.page { --position: clamp(1rem, 0.875rem + 0.625vw, 1.25rem); --space: clamp(3.75rem, 3.125rem + 3.125vw, 5rem); background-color: var(--bg); }
.container { display: block; }
.section { position: relative; width: 100%; }
.contents { position: relative; }
.inner { position: relative; width: min(100%, var(--content-width)); margin: 0 auto; padding: 0 1.25rem; }

/* -------------------------------
Header
------------------------------- */
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 800; mix-blend-mode: var(--blend-mode); }
.branding { position: fixed; top: var(--position); left: var(--position); transition: opacity .5s var(--ease); }
.brand-inner { position: relative; display: flex; justify-content: center; flex-direction: column; }
.brand-logo { width: 4rem; fill: var(--blend-color); transition: .3s var(--ease); }
.brand-name { width: 4rem; fill: var(--blend-color); transition: .5s var(--ease); animation: visible .3s linear 0s forwards; }
.brand-name-h { position: absolute; top: .8rem; left: 1.5rem; width: 4rem; fill: var(--blend-color); transition: .5s var(--ease); opacity: 0; }

.header .nav, .header .nav-sns { display: none; }
.header .nav-account { display: block; position: fixed; top: var(--position); right: calc(8rem + var(--position)); }
.header .nav-store { display: block; position: fixed; top: var(--position); right: calc(4rem + var(--position)); }
.header .nav-list { display: flex; align-items: center; justify-content: center; }
.header .nav-item { position: relative; }
.header .nav-item.is-active > a::before { content: ""; position: absolute; bottom: .25rem; left: .625rem; width: 1.5rem; height: 2px; background-color: var(--blend-color); }
.header .nav .nav-item + .nav-item { margin-left: 1rem; }
.header .nav-item > a { position: relative; display: block; padding: .8125rem .5rem .5rem; font-size: clamp(0.875rem, 0.813rem + 0.313vw, 1rem); color: var(--blend-color); }
.header .nav-account-item { display: block; width: 3rem; height: 3rem; }
.header .nav-account-item .nav-link { display: block; padding: .8rem; width: 100%; }
.header .nav-cart-item { display: block; width: 3rem; height: 3rem; }
.header .nav-cart-item .nav-link { display: block; padding: .8rem; width: 100%; }
.header .icon-cart { fill: var(--blend-color); }
.header .icon-account { fill: var(--blend-color); }
.header .sns-icon { fill: var(--blend-color); }
.header .nav-item > a::after { content: ""; position: absolute; bottom: .25rem; left: .625rem; width: calc(100% - 1.25rem); height: 2px; background-color: var(--accent); transition: transform .4s var(--ease); transform: scale(0, 1); transform-origin: right top; }
.header .nav-item > a:hover::after { transition-delay: 0s; transform: scale(1, 1); transform-origin: left top; }

.header.is-fixed .brand-logo { width: 2rem; }
.header.is-fixed .brand-name { animation: hide .3s linear 0s forwards; }
.header.is-fixed .brand-name-h { left: 2.5rem; opacity: 1; }
.header.is-fixed .nav-sns { opacity: 0; pointer-events: none; }
.header.is-hidden .branding { opacity: 0; pointer-events: none; }
.header.is-hidden .nav { opacity: 0; pointer-events: none; }

@media screen and (min-width: 60rem) {
  .brand-logo { width: 6rem; }
  .brand-name { width: 6rem; }
  .brand-name-h { width: 6rem; top: .5rem; }

  .header .nav { display: block; position: fixed; top: var(--position); right: calc(14rem + var(--position));transition: opacity .5s var(--ease); }
  .header .nav-account { right: calc(9rem + var(--position)); }
  .header .nav-store { right: calc(5rem + var(--position)); }
  .header .nav-sns { display: block; position: fixed; top: calc(5rem + var(--position)); right: var(--position); transition: opacity .3s var(--ease); }
  .header .nav-sns-list { display: flex; justify-content: center; flex-direction: column; }
  .header .nav-sns-item { display: block; width: 3rem; height: 3rem; }
  .header .nav-sns .nav-link { display: block; padding: 1rem; width: 100%; }
  .header .sns-pinterest { width: 90%; }
  .header .nav-sns .nav-sns-item + .nav-sns-item { margin-top: 0.5rem; }

  .header.is-fixed .brand-logo { width: 2rem; }
  .header.is-fixed .brand-name-h { left: 2.75rem; opacity: 1; }
}

.nav-toggle { position: fixed; top: calc(var(--position) - 1.5rem); right: calc(var(--position) - 1.5rem);  width: 6rem; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; z-index: 1000; mix-blend-mode: var(--blend-mode); }
.nav-toggle:hover { cursor: pointer; }
.nav-button { position: relative; width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; }
.nav-bg { position: absolute; top: 0; left: 0; width: 3rem; aspect-ratio: 1 / 1; fill: none; stroke: var(--white); stroke-width: 1px; }

.ham { position: relative; cursor: pointer; transition: .5s cubic-bezier(0.6, 0.1, 0.2, 1); width: 1rem; height: 1rem; transform-origin: center center; }
.line { position: absolute; left: 0; right: 0; width: 1rem; height: 2px; background-color: var(--blend-color); border-radius: 1px; transition: .5s cubic-bezier(0.6, 0.1, 0.2, 1); transform-origin: center center; }
.ham .top { top: 0; }
.ham .middle { top: 7px; }
.ham .bottom { bottom: 0; }

/* .nav-toggle.is-active { mix-blend-mode: normal; } */
.nav-toggle.is-active .ham { transform: rotate(180deg); }
.nav-toggle.is-active .ham .top { transform: translateX(-3px) rotate(45deg); top: 7px; width: 1.4rem; }
.nav-toggle.is-active .ham .middle { opacity: 0; }
.nav-toggle.is-active .ham .bottom { transform: translateX(-3px) rotate(-45deg); bottom: 7px; width: 1.4rem; }
.nav-toggle.is-hover .nav-bg { opacity: 0; }

.drawer { position: fixed; top: 0; left: -100%; width: 100%; height: 100%; overflow-y: scroll; overscroll-behavior-y: contain; z-index: 900; }
.drawer.is-active { left: 0; }
.drawer-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }
.drawer-inner .drawer-nav {
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  height: 100%; /* 高さauto */
}

.drawer-nav .drawer-nav {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  gap: 10px;
}

.drawer-nav .nav-item {
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  vertical-align: middle;
  color: #ffffff;
}

.bg { position: fixed; top: 0; left: -100%; width: 100%; height: 100%; z-index: 850; clip-path: url(#overlay-path); }
.bg::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.75); z-index: 10; }
.drawer.is-active + .bg { left: 0; }
.bg-item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.bgimage { display: block; width: 100%; height: 100%; object-fit: cover; }

/* -------------------------------
Cookie Consent
------------------------------- */
.cookie-consent { display: flex; align-items: flex-end; flex-wrap: wrap; flex-direction: column; position: fixed; bottom: 0; left: 50%; width: 100%; font-size: .8125rem; color: var(--white); background: rgba(0,0,0,.5); padding: 1.5rem 1.5rem 1.25rem; box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); visibility: hidden; pointer-events: none; z-index: 1200; transform: translateX(-50%); }
.cookie-consent.is-show { visibility: visible; pointer-events: all; }
.cookie-text { width: 100%; line-height: 1.5; padding: 0 1rem 1rem 0; }
.cookie-check { width: 100%; display: flex; }
.policy-link > a { text-decoration: underline; }
.cookie-agree, .cookie-reject { font-size: 1rem; color: var(--white); background: var(--secondry); padding: .75rem 1.5rem .5rem; margin-left: 1.5rem; border-radius: .5rem; transition: transform .3s; }
.cookie-reject { color: var(--secondry); background: var(--white); }
.cookie-agree:hover, .cookie-reject:hover { cursor: pointer; transform: scale(1.1); }
.cookie-close { position: absolute; top: .5rem; right: .5rem; width: 2rem; height: 2rem; }
.cookie-close::before, .cookie-close::after { content: ""; position: absolute; top: 50%; left: 50%; width: 1.5rem; height: 1px; background: var(--white); }
.cookie-close::before { transform: translateX(-50%) rotate(-45deg); }
.cookie-close::after { transform: translateX(-50%) rotate(45deg); }
.cookie-close:hover { cursor: pointer; }
.cookie-consent.hide { animation: hide .8s linear 0s forwards; }

@media screen and (min-width: 60rem) {
  .cookie-consent { flex-direction: row; position: fixed; bottom: .5rem; width: 40rem; border-radius: 1rem; box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); }
  .cookie-text { width: 55%; padding: 0; }
  .cookie-check { width: 40%; justify-content: flex-end; }
}
/* -------------------------------
Footer
------------------------------- */
.footer { --position: clamp(1rem, 0.563rem + 2.188vw, 1.875rem); position: relative; background-color: var(--gray2); color: var(--white); width: 100%; }
.footer-inner { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; padding: calc(4rem + var(--position)) calc(1rem + var(--position)); margin: 0 auto; width: min(100%, var(--content-width)); }
.footer-brand { width: 100%; }
.footer-branding { position: relative; width: 4rem; margin-bottom: calc(1rem + var(--position)); }
.footer-branding .brand-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.footer-menu { display: flex; flex-wrap: wrap; width: 100%; }
.footer-nav, .footer-subnav { width: 50%; padding: 1rem 0; display: flex; flex-direction: column; }
.footer-menu .nav-item > a { display: block; padding: .5rem 0; font-size: clamp(0.875rem, 0.813rem + 0.313vw, 1rem); }
.footer-aside { width: 100%; padding: var(--position) 0; }
.footer-info { display: block; font-size: clamp(0.75rem, 0.688rem + 0.313vw, 0.875rem); line-height: 1.5; color: var(--gray1); }
.footer-sns { display: block; position: absolute; bottom: calc(4.75rem + var(--position)); left: 50%; }
.footer .nav-sns-list { display: flex; }
.footer .nav-sns-item { display: block; width: 3rem; height: 3rem; }
.footer .nav-sns-item .nav-link { display: block; padding: 1rem; width: 100%; }
.footer .sns-icon { fill: var(--white); }
.footer .sns-pinterest { width: 90%; }
.footer .nav-sns .nav-sns-item + .nav-sns-item { margin-left: 0.5rem; }

.footer-copy { padding: 1rem 0 1rem; }
.copyright { font-size: .625rem; text-align: center; color: var(--gray1); }

@media screen and (min-width: 37.5rem) {
  .footer-inner { padding: calc(6rem + var(--position)) var(--position); }
  .footer-branding { position: relative; width: clamp(6.25rem, 5.625rem + 3.125vw, 7.5rem); margin-bottom: calc(1rem + var(--position)); }
  .footer-brand { width: 50%; padding-left: 10%; }
  .footer-menu { width: 40%; }
  .footer-nav, .footer-subnav { width: 100%; padding: 1rem;  border-left: 1px solid var(--white); }
  .footer-sns { bottom: calc(2rem + var(--position)); left: calc(10% + var(--position)); }
}

@media screen and (min-width: 60rem) {
  .footer-inner { padding: calc(8rem + var(--position)) var(--position); }
  .footer-menu { width: 50%; }
  .footer-nav, .footer-subnav { width: 50%; }
  .footer-sns { bottom: calc(9rem + var(--position)); left: 75%; }
  .copyright { font-size: .75rem; }
}

/* -------------------------------
Swiper
------------------------------- */
.index-hero { position: relative; z-index: 0; }

.swiper, swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; display: block; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); box-sizing: content-box; }
.swiper-android .swiper-slide,
.swiper-wrapper { transform: translate3d(0px, 0, 0); }
.swiper-horizontal { touch-action: pan-y; }
.swiper-slide, swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; display: block; }
.swiper-slide-invisible-blank { visibility: hidden; }

.hero-wrapper { position: relative; width: 100%; height: 100svh; background-color: var(--bg); z-index: 0; overflow: hidden; }
.hero { position: absolute; top: 0; left: calc(.5rem + var(--position)); width: calc(100% - .5rem - var(--position)); height: calc(100svh - .5rem - var(--position)); border-radius: 0 0 0 var(--space); overflow: hidden; background-color: var(--bg); }
.swiper-slide { overflow: hidden; }
.slide-inner { width: 100%; height: 100%; }
.slide-img { width: 100%; height: 100%; object-fit: cover; transition: transform 7s ease-out; }

.swiper-slide-active .slide-img { transform: scale(1.08); }

.swiper-prevnext { display: none; }
.swiper-pagination { display: none; }

.hero-desc { position: absolute; bottom: var(--position); left: var(--position); display: block; z-index: 10; }
.slide-content { position: relative; display: block; width: 100%; }
/* .slide-content::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,.2); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-radius: 3vw 20vw 20vw 3vw; transition: 1s cubic-bezier(.24, 1, .39, 1) .4s; mix-blend-mode: normal; } */
.slide-link { display: block; line-height: 1; padding: .5rem 2rem .5rem .5rem; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); transition: .8s cubic-bezier(.24, 1, .39, 1) 1s; border-radius: .75rem 3rem 3rem .75rem; background-color: rgba(255,255,255,.7); opacity: 0; }
.slide-link:hover { cursor: none; }
.slide-category { display: block; font-size: .75rem; margin-bottom: 1rem; color: var(--black); }
.slide-title { display: block; font-size: clamp(1rem, 0.583rem + 1.111vw, 1.25rem); color: var(--black); }
.slide-anim { opacity: 0; transform: matrix(1, 0, 0, 1, 0, 50); transition: 1s cubic-bezier(.24, 1, .39, 1) 1s; }
.slide-title.slide-anim { transition-delay: 1.2s; }
.swiper-slide-active .slide-anim { opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); }
.slide-link::after { content: ""; position: absolute; bottom: 45%; right: 1rem; width: 1.5rem; height: 1px; background-color: var(--black); opacity: 0; transform: matrix(.2, 0, 0, 1, -50, 0); transition: 1s cubic-bezier(.24, 1, .39, 1) 1.2s; }
.slide-link::before { content: ""; position: absolute; bottom: calc(45% - 4px); right: 1rem; width: 9px; height: 9px; border-top: 1px solid var(--black); border-right: 1px solid var(--black); rotate: 45deg; opacity: 0; transform: matrix(1, 0, 0, 1, -50, 50); transition: 1s cubic-bezier(.24, 1, .39, 1) 1.2s; }
.swiper-slide-active .slide-link { opacity: 1; }
.swiper-slide-active .slide-link::after, .swiper-slide-active .slide-link::before { opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); }

/* ===============================
Content
=============================== */
.index-message { width: 100% ;background-color: var(--bg); z-index: 1; }
.im-inner { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: calc(4rem + var(--position)) 0; }
.im-title { position: relative; width: calc(100% - 28vw); }
.im-line { display: block; margin: 0; padding: 1rem 0 0; color: var(--text); font-size: 3.75rem; line-height: 1; }
.im-image { position: relative; width: 28vw; aspect-ratio: 2 / 3; border-radius: 28vw 28vw 0 0; /*background-color: var(--primary);*/ overflow: hidden; }
.im-brand { position: absolute; top: 50%; left: 50%; width: 42%; transform: translate(-50%, -45%); }
.im-logo { fill: var(--white); }
.inner-image { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; }

.content { padding: 0; }
.content h2 { display: block; padding: 3.75rem; font-size: 3rem; }
.content p { padding: 3.75rem; line-height: 1.75; }

.top-pickup { z-index: 8; background-color: var(--white); padding: calc(4rem + var(--position)) 0; }
.tc-pickup-inner { width: min(96%, var(--content-width)); margin: 0 auto; }
.pickups { display: flex; flex-wrap: wrap; padding: 2rem 0; overflow: hidden; }
.pick-left, .pick-right { width: 50%; }
.pick-right { display: flex; flex-wrap: wrap; }
.pick-right .pick { width: 50%; }
.pick { display: block; aspect-ratio: 2 / 3;}
.pick > a { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; padding: .5rem; }
.pick img { width: 100%; height: 100%; object-fit: cover; }
.i1 { border-bottom-left-radius: 6rem; transition: .5s; }
.i3 { border-top-right-radius: 6rem; transition: .5s; }
.pick-detail { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: var(--white); background-color: rgba(0,0,0,.25); display: flex; align-items: center; justify-content: center; opacity: 0; transition: .5s; }
.pick > a:hover { cursor: none; }
.pick > a:hover .pick-detail { opacity: 1; }
.pick > a:hover .i1 { border-radius: 0; }
.pick > a:hover .i3 { border-radius: 0; }


.sotable { position: relative; width: 100%; background-color: var(--white); margin: 0 auto; padding: 0 0 4rem; background-color: #f1f2ef}
.sortable__nav { position: fixed; width: 12rem; top: 16rem; right: 2rem; display: flex; flex-direction: column; padding: 1.2rem; margin: 0 auto 8rem; z-index: 60; font-size: 0.8125rem; color: var(--c-black); line-height: 1; background-color:rgba(255,255,255,.5); border-radius: 1rem; }
.filter { margin-right: 6rem; padding: 1rem; }
.nav__link { padding: 1rem 2rem; display: block; border-left: 2px solid transparent; }
.nav__link.is-filtered { border-color: #ff7675; }
.nav__link:hover { cursor: pointer; }
/*
.grid { position: relative; }
.grid.synched { margin-top: 0; }
.card { position: absolute; display: block; overflow: hidden; aspect-ratio: 2 / 3; width: 100%; /* border-radius: 10px; transition: border-radius 0.5s ease-in; box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff; */}
/*
.card.muuri-item-hidden { z-index: 0; }
.card2w { width: 100%; }
.card > a { position: relative; display: block; width: 100%; height: 100%; }
.card-inner { display: block; width: 100%; height: 100%; transition: .3s var(--bezier); }
.card__picture { display: block; width: 100%; height: 100%; object-fit: cover; /*transition: transform 0.5s ease-in-out;*/ /*transition: .3s var(--bezier); overflow: hidden; }
.card::after { position: absolute; content: ""; display: block; left: 0; top: 0; width: 100%; height: 200%; background: linear-gradient(to bottom, #f9f9f8, #fff 50%, hsla(0,0%,100%,0)); z-index: 2; transition: transform .8s cubic-bezier(0.5, 1, 0.89, 1); }
.card.inview::after { transition: transform .8s cubic-bezier(0.5, 1, 0.89, 1); transform: translateY(-100%); }
.card:hover { cursor: pointer; }
.card:hover .card-inner { padding: 1rem; }
.card:hover .card__picture { border-radius: 1rem; box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, .05), -.5rem -.5rem 1rem #fff; }
.card.r1:hover .card__picture { border-top-right-radius: 4rem; }
.card.r2:hover .card__picture { border-bottom-right-radius: 4rem; }
.card.r3:hover .card__picture { border-bottom-left-radius: 4rem; }
.card.r4:hover .card__picture { border-top-left-radius: 4rem; }

@media screen and (min-width: 600px) {
  .card { width: calc(100% / 3); }
  .card2w { width: calc(100% / 3 * 2); }
}

@media screen and (min-width: 960px) {
  .card { width: 20%; }
  .card2w { width: 40%; }
}

@media screen and (min-width: 1200px) {
  .card { width: calc(100% / 6); }
  .card2w { width: calc(100% / 3); }
}
*/
.section-top-movie { width: 100%; }

.top-movie { position: relative; background-color: var(--bg); width: 100%; padding-left: calc(4rem + var(--position)); margin-top: calc(2rem + var(--position)); margin-bottom: calc(4rem + var(--position)); z-index: 5; }
.top-movie::before { position: absolute; top: calc(4rem + var(--position)); left: 0; content: ""; display: block; width: calc(100% - 4rem - var(--position)); aspect-ratio: 16 / 9; background-color:rgba(238, 198, 200, .7); z-index: -1; border-radius: 0 var(--space) var(--space) 0; }
.top-video { width: 100%; border-radius: var(--space) 0 0 var(--space); aspect-ratio: 16 / 9; }
.top-movie-title { position: absolute; bottom: 4rem; left: calc(8rem + var(--position)); font-size: 1.2vw; color: var(--white); z-index: 10; line-height: 1.5; text-transform: uppercase; }

.section-massage-movie { width: 100%; }

.massage-movie { position: relative; background-color: var(--bg); width: 100%; padding-right: calc(4rem + var(--position)); margin-top: calc(9rem + var(--position)); margin-bottom: calc(4rem + var(--position)); z-index: 5; }
.massage-movie::before {position: absolute; top: calc(4rem + var(--position)); right: 0; content: ""; display: block; width: calc(100% - 4rem - var(--position)); aspect-ratio: 16 / 9; background-color: rgba(238, 198, 200, .7); z-index: -1; border-radius: var(--space) 0 0 var(--space);  }
.massage-video { width: 100%; border-radius: 0 var(--space) var(--space) 0; aspect-ratio: 16 / 9; margin-right: 2rem;}
.massage-movie-title { position: absolute; bottom: 2rem; left: 2rem; font-size: 3.75rem; color: var(--white); z-index: 10; line-height: 1.5; }
/* スマホ向けのスタイル */
@media (max-width: 52rem) {
  .massage-movie-title { position: absolute; bottom: 1rem; left: 1rem; font-size: 3.6vw; color: var(--white); z-index: 10; line-height: 1.5; }
}

.top-about { z-index: 6; background-color: var(--bg); display: flex; justify-content: space-between; align-items: center; }
.tc-about-image { width: 50%; aspect-ratio: 1 / 1; background-color: var(--dark); overflow: hidden; }
.tc-about-inner { width: 50%; padding: 8rem; }
.tc-about-title { text-align: center; font-size: 2rem; margin-bottom: 2rem; }
.tc-about-inner-img { width: 100%; height: 100%; object-fit: cover; }
.tc-about-body { margin-bottom: 3rem; line-height: 1.5; }
.tc-about-link { display: flex; justify-content: center; }
.tc-about-link > a { padding: 1rem 4rem .75rem; line-height: 1; border: 1px solid var(--black); transition: .5s; }
.tc-about-link > a:hover { background-color: var(--black); color: var(--white); cursor: none; }

/* スマホ向けのスタイル */
@media (max-width: 52rem) {
  .top-about {display: flex;flex-direction: column; /* 子要素を縦並びにする */}
  .tc-about-image { width: 100%; aspect-ratio: 1 / 1; background-color: var(--dark); overflow: hidden; }
  .tc-about-inner { width: 100%; padding: 2rem; }
}

.content-header { width: min(100%, var(--content-width)); padding: 8rem var(--position) 4rem; margin: 0 auto; }
.heading { font-size: 2.4rem; text-align: center; }
.main-section { min-height: 100svh; }

.sub-header { padding: 4rem 0 2rem; font-size: 1.25rem; text-align: center; }

.page-content { width: min(100%, var(--content-width)); padding: 2rem calc(6rem + var(--position)); margin: 0 auto; }
.descs { font-size: .875rem; line-height: 1.75; margin-bottom: 2rem; padding: 2rem; border-top: 1px solid var(--gray0); border-bottom: 1px solid var(--gray0); }

.woodsoption { display: flex; justify-content: space-between; flex-wrap: wrap; border-bottom: 1px solid var(--gray0); padding-bottom: 2rem; margin-bottom: 2rem; }
.wood { width: calc(100% / 3); }
.wood-inner { width: 100%; padding: 1rem 2rem; }
.woodimg { width: 100%; aspect-ratio: 2 / 3; border-radius: 15rem 15rem 0 0; margin-bottom: .5rem; }
.woodtitle { display: block; text-align: center; }

.finishoption { display: flex; justify-content: space-between; flex-wrap: wrap; border-bottom: 1px solid var(--gray0); padding-bottom: 2rem; margin-bottom: 2rem; }
.finish { width: 50%; padding: 2rem; }
.dd-header { font-size: 1.2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--gray0); margin-bottom: 1rem; }
.foimg { width: 50%; margin-bottom: 2rem; padding: 2rem; }
.dd-data { font-size: .875rem; line-height: 1.75; margin-bottom: 2rem; }


.about-catch { position: relative; background-color: var(--dark); width: calc(100% - 8rem); height: 16rem; margin-left: 8rem; z-index: 5; margin-bottom: 4rem; border-radius: 4rem 0 0 4rem; }

.about-content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; }
.aboutus { width: calc(100% - 20vw); padding: 2rem 4rem 2rem 2rem; }
.about-image { position: relative; width: 20vw; aspect-ratio: 2 / 3; border-radius: 20vw 20vw 0 0; background-color: var(--primary); overflow: hidden; }

.g-header { position: relative; font-size: 2rem; padding-bottom: 3rem; }
.g-header::after { content: ""; position: absolute; width: 5rem; height: 1px; background-color: var(--gray1); bottom: 1.75rem; left: 0; }
.g-desc { font-size: 1.25rem; padding-bottom: 2rem; border-bottom: 1px solid var(--gray0);  margin-bottom: 4rem; }
.phil { font-size: 1rem; margin-bottom: 2rem; }
.philset { font-size: 1.5rem; margin-bottom: 3rem; }
.phildesc { font-size: .875rem; line-height: 1.5; margin-bottom: 2rem; }

/*product*/
.page-product .heading { display: none; }
.option-group {
  display: flex;
  flex-direction: column;
}

.item-wrapper { display: flex; flex-wrap: wrap; }
.item-desc { width: 100%; padding: 2rem 2rem 2rem 2rem; }
.item-desc-inner { position: sticky; top: 0; padding: 1rem 1rem 1rem; }
.item-category { position: relative; font-size: .75rem; line-height: 1; margin-bottom: 4rem; display: flex; align-items: center; }
.item-category::after { content: ""; display: block; flex-grow: 1; height: .1rem; background-color: var(--gray0); margin-left: 1rem; }
.item-title { font-size: 1.5rem; margin-bottom: 4rem; }
.item-price { font-size: 1.5rem; margin-bottom: 4rem; }
.item-description { font-size: .875rem; line-height: 1.75; margin-bottom: 6rem; text-align: justify; }
.item-info { margin-bottom: 6rem; border-bottom: 1px solid var(--gray0); }
.item-info-i { display: flex; font-size: .875rem; padding: 1.2rem 0 0.8rem; line-height: 1.5; border-top: 1px solid var(--gray0); }
.iit { position: relative; font-weight: 700; width: 10em; }
.iit::after { content: ":"; position: absolute; right: 2rem; }
.item-option{ margin-bottom: 6rem; border-bottom: 1px solid var(--gray0); }
.item-option-i { display: flex; font-size: .875rem; padding: 1.2rem 0 0.8rem; line-height: 1.5; border-top: 1px solid var(--gray0); }
.iot { display: flex; align-items: center; font-weight: 700; width: 10em; }
.iod { display: flex; margin-right: 3rem; padding: 0; min-width: 10rem; align-items: center;}
.iod input { display: flex; visibility: visible; opacity: 1; width: 16px; height: 16px; appearance: auto; accent-color: #320C00; }
.iod label { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0.8rem; }
.iod .square { position: relative; display: block; width: 2rem; height: 2rem; border-radius: .5rem; margin-bottom: 1rem; }
.iod .color-name { display: block; font-size: .875rem; line-height: 1; }
.color-darkblue { background-color: #323c56; }
.color-white { background-color: #fff; border: 1px solid var(--gray0); }
.color-whiteoak { background-color: #c9ad8d; }
.color-walnut { background-color: #705237; }
.iod input:checked ~ label .square::before { content: ""; position: absolute; top: 50%; left: 50%; display: block; width: 2.6rem; height: 2.6rem; border: 2px solid #ff7675; border-radius: 0.6rem; transform: translate(-50%, -50%); }
/*.quantity { display: flex; border-radius: 0.6rem; border: 1px solid var(--gray0); margin-left: 3rem; }*/
.minus, .plus { display: flex; align-items: center; justify-content: center; width: 2rem; font-size: 1.25rem; font-weight: 700; line-height: 1; background-color: var(--gray0); }
.num { font-size: 1rem; font-weight: 700; padding: .8rem 3rem .6rem; }
.addtocart { width: 100%; display: flex; align-items: center; justify-content: center; padding: 1.2rem 0 0.8rem; border: 1px solid var(--black); border-radius: 0.8rem; font-weight: 700; }
.addtocart:hover { background-color: var(--gray0); cursor: pointer; }
.affirm { margin-top: 2.4rem; margin-bottom: 4rem; text-align: center; font-size: .875rem; }
.affirm-price { font-size: 1rem; font-weight: 700; }
.affirm-logo { display: inline-block; width: 4.5rem; }

/*productの商品画像スクロール*/
/*.item-images { width: 100%; scroll-snap-align: start; overflow: auto; scroll-snap-type: y mandatory; height: calc(var(--vh) * 100); } */
/*.item-img { position: relative; } */
.item-images { width: 100%; position: sticky ; top: 0px; padding: 2rem;}
/*
.item-img0 { width: 100%; z-index: 100; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img1 { width: 100%; z-index: 200; transform:rotate(-3deg) ; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img2 { width: 100%; z-index: 300; transform:rotate(5deg) ; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img3 { width: 100%; z-index: 400; transform:rotate(-5deg) ; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img4 { width: 100%; z-index: 500; transform:rotate(3deg) ; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img5 { width: 100%; z-index: 600; transform:rotate(-3deg) ; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img6 { width: 100%; z-index: 700; transform:rotate(5deg) ; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img7 { width: 100%; z-index: 800; transform:rotate(-5deg) ; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img8 { width: 100%; z-index: 900; transform:rotate(3deg) ; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img9 { width: 100%; z-index: 1000; transform:rotate(-3deg) ; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img10 { width: 100%; z-index: 1100; transform:rotate(5deg) ; position: sticky ; top: 0px; padding-top: 5rem;}
*/

.item-img { width: 100%; position: sticky ; top: 0px; padding-top: 5rem; height: 100vh;}

/*
.item-img0 { width: 100%; z-index: 100; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img1 { width: 100%; z-index: 200; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img2 { width: 100%; z-index: 300; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img3 { width: 100%; z-index: 400; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img4 { width: 100%; z-index: 500; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img5 { width: 100%; z-index: 600; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img6 { width: 100%; z-index: 700; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img7 { width: 100%; z-index: 800; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img8 { width: 100%; z-index: 900; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img9 { width: 100%; z-index: 1000; position: sticky ; top: 0px; padding-top: 5rem;}
.item-img10 { width: 100%; z-index: 1100; position: sticky ; top: 0px; padding-top: 5rem;}
*/

.product-img {
  width: 100%; /* 親要素の幅を最大にする */
  height: auto; /* アスペクト比を維持 */
  max-height: 80vh; /* 縦の最大値をブラウザの80%に制限 */
  object-fit: contain; /* 画像全体を表示（切り取らず縮小） */
  display: block; /* 余計な余白を防ぐ */
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

/* 前の画像がフェードアウト */
.item-img.fade-out .product-img {
  opacity: 0;
}

.mg-powerbuy-button-auto-container-bottom { width: 100%; height: auto; position: fixed; bottom: 5px; justify-content: center; align-items: center; display: flex; pointer-events: none; z-index: 2147483645 }
.pb-discount-table-container { background-color: var(--white); }
#mg-powerbuy-component { width: 100%; pointer-events: auto; }
#mg-pw-component .mg-pw-container { flex-direction: column; display: flex; max-width: 100%; width: 100%; margin-top: 10px; margin-bottom: 10px; }
#mg-pw-component .mg-power-buy-comp-container { height: 45px; background: #12033a; box-shadow: 0px 2.46981px 2.46981px rgba(0, 0, 0, .15); display: inline-flex; flex-direction: row; align-items: center; padding-top: 0px; padding-bottom: 0px; cursor: pointer; border-radius: 5px; position: relative; justify-content: center; }
#mg-pw-component .mg-pw-comp-img-container { width: 28px; height: 28px; align-items: center; justify-content: center; display: inline-flex; position: relative; }
#mg-pw-component .mg-pw-comp-img-div { height: auto; text-align: left; min-width: 45px; z-index: 1; display: flex; justify-content: center; align-items: center; }
#mg-pw-component .mg-power-buy-comp { max-width: 80%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-left: 15px; padding-right: 15px; padding-top: 0px; padding-bottom: 0px; z-index: 1; }
#mg-pw-component .mg-power-buy-comp-text-line2-v2 { color: #fff; align-self: center; font-size: 18px; text-overflow: ellipsis; display: inline-block; overflow: hidden; text-align: center; font-weight: 400; line-height: 21px; text-transform: uppercase; }
#mg-pw-component .pb-none-button-container { padding-top: 5px; padding-bottom: 5px; justify-content: center; flex-wrap: nowrap; display: flex; flex-direction: column; }
#mg-pw-component .pb-shopper-needed-container { display: flex; align-items: center; justify-content: center; }
#mg-pw-component .pb-shopper-needed-container .pb-shopper-needed-content { font-size: 12px; line-height: 18px; align-items: center; color: #706c79; justify-content: center; display: flex; flex-direction: row; }
#mg-pw-component .pb-share-container { justify-content: center; align-items: center; display: flex; }
#mg-pw-component .pb-share-container .lbl-shares { font-family: Poppins; font-style: normal; font-weight: 400; font-size: 12px; line-height: 17px; text-align: center; color: #12033a; }
#mg-pw-component .mg-cursor-pointer { cursor: pointer; }
#mg-pw-component .pb-shopper-needed-content .pd-label_needed { font-style: normal; font-weight: normal; font-size: 12px; line-height: 18px; display: flex; align-items: center; text-align: center; color: #706c79; margin-left: 15px; }
#mg-pw-component .pb-shopper-needed-content .lbl-learn-more { font-family: Poppins; font-style: normal; font-weight: 400; font-size: 12px; line-height: 18px; text-align: center; text-decoration-line: underline; color: #12033a; cursor: pointer; }
.pb-discount-table-container .pd-discount-title-buymore { padding: 11px 0px 11px 0px; text-align: center; }
#mg-pw-component .row { width: auto; }
.mg-pw-bootstrap .row { display: flex; flex-wrap: wrap; }
.mg-pw-bootstrap .col { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.pb-discount-table-container .pd-discount-border-off { padding: 1px 6px 1px 6px; border: 1px solid #000; border-radius: 5px; }

@media screen and (min-width: 960px) {
  .item-desc { width: 50%; }
  .item-images { width: 50%; }
}

