@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}
:where(html:has(dialog:modal[open])) {
  overflow: clip;
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
:where(button) {
  all: unset;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(a) {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2ex;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}
:where(dialog:not([open])) {
  display: none !important;
}
:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}
:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}
:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.u-hide-sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0e0d0b;
  background-color: #ececec;
  font-weight: 500;
}
.homepage {
  background-color: #0e0d0b;
}
body.is-fixed {
  overflow: hidden;
}
/* Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.c-innerLarge {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.3vw;
}
.c-innerMedium {
  max-width: 1576px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.3vw;
}
.c-innerSmall {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5.3vw;
}
.c-breadcrumb__list {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}
.c-breadcrumb__item {
  font-size: 10px;
  color: #b2aca5;
  font-family: "Geologica", sans-serif;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  white-space: nowrap;
}
.c-breadcrumb__item::after {
  content: "/";
  margin-left: 5px;
  color: #b2aca5;
}
.c-breadcrumb__item:last-child {
  color: #0e0d0b;
}
.c-breadcrumb__item:last-child::after {
  content: "";
}
.g-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  mix-blend-mode: difference;
}
.g-header.is-open {
  mix-blend-mode: normal;
}
.g-header__inner {
  padding: 20px;
}
.g-header__logo {
  position: relative;
  max-width: 100px;
  width: 13.3vw;
  z-index: 5000;
}
.g-header__logo a {
  transition: 0.3s;
}
.g-header__logo a:hover {
  opacity: 0.5;
}
.g-header__nav {
  position: fixed;
  top: -120%;
  left: 0;
  height: 100vh;
  width: 100%;
  transition: top 0.6s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(14, 13, 11, 0.3);
  font-family: "Geologica", sans-serif;
  padding-left: 21vw;
  padding-right: 21vw;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.g-header__nav.is-open {
  top: 0;
}
.g-header__list {
  color: white;
}
.g-header__link {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.g-header__link span {
  display: inline-block;
  font-size: 10px;
  margin-left: 5.3vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
.g-header__item {
  margin-top: 8vw;
}
.g-header__item a {
  position: relative;
  padding-bottom: 5px;
}
.g-header__item a::before {
  background: #fff;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.g-header__item a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.g-header__icons {
  display: flex;
  align-items: center;
  margin-top: 7.5vw;
  gap: 6.5vw;
  margin-left: -5px;
}
.g-header__icon {
  padding: 5px;
}
.g-header__icon--login {
  width: 34px;
  height: 37px;
}
.g-header__icon--login img {
  width: 24px !important;
  height: 27px !important;
}
.g-header__icon--shopping {
  width: 38px;
  height: 38px;
}
.g-header__icon--shopping img {
  width: 28px !important;
  height: 28px !important;
}
/* ハンバーガーアイコン */
.g-header__hamburger {
  width: 24px;
  height: 14.5px;
  position: absolute;
  top: 9vw;
  right: 5.3vw;
  cursor: pointer;
  z-index: 1001;
}
.g-header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #fff;
  transition: 0.3s;
}
.g-header__hamburger span:nth-child(1) {
  top: 0;
}
.g-header__hamburger span:nth-child(2) {
  top: 6px;
}
.g-header__hamburger span:nth-child(3) {
  bottom: 0;
}
.g-header__hamburger.is-open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.g-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.g-header__hamburger.is-open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  bottom: auto;
  top: 50%;
  left: 50%;
}
.g-header__cartBadge {
  position: absolute;
  top: 3px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  background: red;
  font-size: 12px;
  font-weight: 700;
  mix-blend-mode: darken;
  border-radius: calc(infinity * 1rem);
  color: #fff;
}
.g-footer {
  position: relative;
  background-image: url(../img/common/footer_bg.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.g-footer__inner {
  padding-top: 13.3%;
  padding-bottom: 10.6%;
}
.g-footer__top {
  padding-bottom: 10.6vw;
  border-bottom: 1px solid #fff;
}
.g-footer__list {
  margin-top: 13.3vw;
}
.g-footer__item {
  margin-top: 5.8vw;
}
.g-footer__item:first-child {
  margin-top: 0;
}
.g-footer__link {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  gap: 4vw;
  font-family: "Geologica", sans-serif;
  transition: 0.3s;
}
.g-footer__link:hover {
  opacity: 0.5;
}
.g-footer__link span {
  display: block;
  font-size: 10px;
  color: #b2aca5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.g-footer__logo {
  max-width: 120px;
  width: 24%;
  margin-inline: auto;
}
.g-footer__logo a {
  transition: 0.3s;
}
.g-footer__logo a:hover {
  opacity: 0.5;
}
.g-footer__logo img {
  width: 100%;
}
.g-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8vw;
  margin-top: 8vw;
}
.g-footer__icon img {
  width: 100%;
}
.g-footer__icon--line {
  max-width: 25px;
  height: 24px;
  width: 6.4vw;
}
.g-footer__icon--instagram {
  max-width: 24px;
  height: 24px;
  width: 6.4vw;
}
.g-footer__icon--tiktok {
  max-width: 17px;
  height: 17px;
  width: 4.5vw;
}
.g-footer__icon--tiktok img {
  width: 100%;
}
.g-footer__bottom {
  padding-top: 10.6vw;
}
.g-footer__subLink {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #b2aca5;
  transition: 0.3s;
}
.g-footer__subLink:hover {
  opacity: 0.5;
}
.g-footer__copy {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #b2aca5;
  margin-top: 10.6vw;
  font-family: "Geologica", sans-serif;
  text-align: right;
}
/* FAQ Components */
.p-faq__item {
  border-bottom: 1px solid #b3b3b2;
}
.p-faq__content {
  display: none;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 30px;
}
.p-faq__toggle {
  position: relative;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 30px 0;
}
/* 共通クラス */
.animeUpDwn {
  display: inline-block;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.animeUpDwn1 {
  animation-name: UpDown1;
  animation-duration: 3s;
}
@keyframes UpDown1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.animeUpDwn2 {
  animation-name: UpDown2;
  animation-duration: 4s;
}
@keyframes UpDown2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.animeUpDwn3 {
  animation-name: UpDown3;
  animation-duration: 2.5s;
}
@keyframes UpDown3 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.animeUpDwn4 {
  animation-name: UpDown4;
  animation-duration: 3.8s;
}
@keyframes UpDown4 {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  75% {
    transform: translateY(-14px);
  }
}
.animeUpDwn5 {
  animation-name: UpDown5;
  animation-duration: 5s;
}
@keyframes UpDown5 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.animeUpDwn6 {
  animation-name: UpDown6;
  animation-duration: 4.5s;
}
@keyframes UpDown6 {
  0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-14px);
  }
  80% {
    transform: translateY(-5px);
  }
}
.icon-hover {
  position: relative;
  overflow: hidden;
}
.icon-hover:hover img {
  transform: translate(-50%, -170%);
}
.icon-hover:hover .after {
  transform: translate(-50%, -50%);
}
.icon-hover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.icon-hover .after {
  transform: translate(-50%, 120%);
}
.slick-slider {
  margin-bottom: 20px;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  text-align: center;
  opacity: 0.25;
  background-color: black;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: black;
}
.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  background-color: #fff;
}
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease-out forwards;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1024px) {
  .u-hide-pc {
    display: none !important;
  }
  .u-hide-sp {
    display: block !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    cursor: default;
  }
  .c-innerLarge {
    padding: 0 5.3vw;
  }
  .c-innerMedium {
    padding: 0 20px;
  }
  .c-innerSmall {
    padding: 0 20px;
  }
  .c-breadcrumb__list {
    gap: 10px;
  }
  .c-breadcrumb__item {
    font-size: 14px;
  }
  .c-breadcrumb__item::after {
    margin-left: 7px;
  }
  .g-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 60px;
  }
  .g-header__logo {
    max-width: 100px;
    width: 100%;
  }
  .g-header__nav {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    height: auto;
    right: 0%;
    transition: none;
    width: auto;
    background-color: rgba(14, 13, 11, 0);
    padding-left: 0;
    padding-right: 0;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  .g-header__list {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .g-header__link {
    display: block;
    font-size: 16px;
  }
  .g-header__item {
    margin-top: 0;
  }
  .g-header__icons {
    gap: 30px;
    margin-top: 0;
    margin-right: -5px;
    margin-left: -5px;
  }
  .g-header__cartBadge {
    background: aqua;
    color: #000;
  }
  .g-footer__inner {
    padding-top: 180px;
    padding-bottom: 80px;
  }
  .g-footer__top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 180px;
  }
  .g-footer__list {
    margin-top: 0;
  }
  .g-footer__item {
    margin-top: 30px;
  }
  .g-footer__link {
    font-size: 20px;
    gap: 26px;
  }
  .g-footer__link span {
    font-size: 13px;
  }
  .g-footer__logo {
    max-width: 120px;
    width: 100%;
  }
  .g-footer__sns {
    justify-content: flex-end;
    margin-top: 60px;
    gap: 30px;
  }
  .g-footer__icon--line {
    max-width: 25px;
  }
  .g-footer__icon--instagram {
    max-width: 24px;
  }
  .g-footer__icon--tiktok {
    max-width: 17px;
  }
  .g-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }
  .g-footer__subList {
    display: flex;
    gap: 20px;
  }
  .g-footer__subLink {
    font-size: 14px;
  }
  .g-footer__copy {
    font-size: 14px;
    margin-top: 0;
    text-align: center;
  }
  .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .slick-dots li button:before {
    width: 12px;
    height: 12px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
/*# sourceMappingURL=core.css.map */