/* =========================================================
consol log
========================================================= */
/* =========================================================
body
========================================================= */
body {
  background: #E9DCCB;
  color: #612411;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  font-feature-settings: "palt";
}

input, button, textarea, select {
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-sizing: border-box;
  outline: none;
}

*:before, *:after {
  display: block;
}

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

a {
  text-decoration: none;
}

a[href*="tel:"] {
  text-decoration: underline;
}

@media (hover: hover) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}
@container (max-width: 768px) {
  .cont-pc-br {
    display: none;
  }
}
@container (min-width: 769px) {
  .cont-sp-br {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}
@media (hover: hover) {
  .opacity-link {
    transition: opacity 0.2s ease;
  }

  .opacity-link:hover {
    opacity: 0.6;
  }
}
.txt-link {
  text-decoration: underline;
}

@media (hover: hover) {
  .txt-link:hover {
    text-decoration: none;
  }
}
.wrapper {
  width: 100%;
  min-width: 320px;
  overflow: clip;
}

/* =========================================================
common parts
========================================================= */
/*------------------------------------------
title
------------------------------------------*/
.c-ttl01 > * + * {
  margin: 4.26cqw auto 0;
}

.c-ttl01__en {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 6px 16px;
  background: #955829;
  color: #E9DCCB;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(1px, 6.93vw, 26px);
  font-weight: 500;
  line-height: 1;
}

.c-ttl01__ja {
  font-size: clamp(1px, 5.86vw, 22px);
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.c-ttl01__lead {
  font-size: clamp(1px, 3.73vw, 14px);
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
}

.c-ttl01 + * {
  margin: 16px auto 0;
}

.c-ttl02 {
  color: #EC6655;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(1px, 10.66vw, 40px);
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

/*------------------------------------------
button
------------------------------------------*/
.c-btn01 {
  width: clamp(1px, 78.66vw, 295px);
  margin: 24px auto 0;
}

.c-btn01 a {
  height: 52px;
  background: #EC6655;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.c-btn01 a::before {
  content: "";
  width: 11px;
  height: 9px;
  background: url(../images/ico_arrow01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/*------------------------------------------
list
------------------------------------------*/
.c-list01 {
  width: 59.2cqw;
}

.c-list01 .splide__track {
  overflow: visible;
}

/*------------------------------------------
card
------------------------------------------*/
.c-card01 a {
  display: block;
}

.c-card01__detail {
  margin: 16px auto 0;
}

.c-card01__detail > * + * {
  margin: 8px auto 0;
}

.c-card01__txt01 {
  font-size: 14px;
  line-height: 1.71;
}

.c-card01__txt02 {
  font-size: 16px;
  line-height: 1.62;
  font-weight: 700;
}

.c-card01__date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  color: #955829;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(1px, 3.73vw, 14px);
  line-height: 1;
  letter-spacing: 0;
}

.c-card01__date .arrow {
  display: block;
  width: 11px;
  height: 9px;
  -webkit-mask: url(../images/ico_arrow01.svg) no-repeat center/contain;
          mask: url(../images/ico_arrow01.svg) no-repeat center/contain;
  background: #955829;
}

/* =========================================================
header
========================================================= */
.page-hd {
  width: 100%;
  height: 40px;
  padding: 0 0 0 16px;
  background: #fff;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (min-width: 769px) {
  .page-hd {
    display: none;
  }
}
.page-hd__logo {
  width: 148px;
}

.page-hd__logo a {
  display: block;
}

.page-hd__btn {
  position: absolute;
  top: 12px;
  right: -6px;
  transform: rotate(13deg);
}

.page-hd__btn button {
  width: 86px;
  height: 34px;
  background: #EC6655;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page-hd__btn button::before {
  content: "MENU";
  color: #fff;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.page-hd__btn button::after {
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 1px solid #EC6655;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-hd__btn button.is-open::before {
  content: "CLOSE";
}

.page-nav {
  container-type: inline-size;
}

@media (max-width: 768px) {
  .page-nav {
    width: 100%;
    height: calc(100% - 40px);
    background: url(../images/bg_sp.webp) no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}
@media (min-width: 769px) {
  .page-nav {
    grid-area: navigation;
    height: 100vh;
    background: url(../images/bg_pc.webp) no-repeat right center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1366px) {
  .page-nav {
    padding: 0 0 0 clamp(1px, 9.37vw, 128px);
    justify-content: flex-start;
  }
}
.page-nav::before {
  width: 100%;
  height: 100%;
  background: rgba(236, 102, 85, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 769px) {
  .page-nav::before {
    content: "";
  }
}
@media (max-width: 768px) {
  .page-nav.is-open {
    opacity: 1;
    pointer-events: all;
  }
}
.page-nav__item + .page-nav__item {
  margin: 50px auto 0;
}

.page-nav__item a {
  color: #612411;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(10px, 8.53cqw, 32px);
  line-height: 1;
  font-weight: 500;
}

/* =========================================================
footer
========================================================= */
.page-ft {
  background: #955829;
  color: #fff;
  padding: 32px 16px;
  position: relative;
  z-index: 1;
}

.page-ft__logo {
  width: 166px;
  margin: 0 auto;
}

.page-ft__info {
  margin: 16px auto 0;
  line-height: 1.66;
  font-size: clamp(1px, 4vw, 15px);
  letter-spacing: 0.15em;
  text-align: center;
}

.page-ft__info > * + * {
  margin: 16px auto 0;
}

.page-ft__info .tel {
  text-decoration: underline;
}

.page-ft__copyright {
  margin: 24px auto 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

/* =========================================================
contents
========================================================= */
.contents-wrap {
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .contents-wrap {
    display: grid;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .contents-wrap {
    grid-template-columns: 375px 1fr;
    grid-template-areas: "main navigation";
  }
}
@media (min-width: 1025px) {
  .contents-wrap {
    grid-template-columns: 1fr 375px 1fr;
    grid-template-areas: "title main navigation";
  }
}
.contents-left {
  display: none;
  grid-area: title;
}

@media (min-width: 1025px) {
  .contents-left {
    height: 100vh;
    padding: 0 clamp(1px, 5.12vw, 70px);
    background: url(../images/bg_pc.webp) no-repeat left center/cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    left: 0;
  }
}
.main-cont {
  container-type: inline-size;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  overflow: clip;
}

@media (min-width: 769px) {
  .main-cont {
    grid-area: main;
    box-sizing: content-box;
    border-left: 2px solid #955829;
    border-right: 2px solid #955829;
  }
}
.sec-cont {
  position: relative;
}

/*------------------------------------------
mouse stalker
------------------------------------------*/
.mouse-stalker {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .mouse-stalker {
    display: block;
  }
}
.mouse-stalker.is-active {
  opacity: 1;
}

.mouse-stalker__in {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background: rgba(236, 102, 85, 0.8);
  color: #fff;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------
decoration
------------------------------------------*/
[class*=deco] {
  position: absolute;
  animation: fuwafuwa linear infinite;
}

.deco01 {
  width: 77px;
  top: 18px;
  left: 32px;
  animation-duration: 5s;
}

.deco02 {
  width: 56px;
  top: 25px;
  right: 15px;
  animation-duration: 4.5s;
  animation-direction: reverse;
}

.deco03 {
  width: 74px;
  top: 83px;
  left: -10px;
  animation-duration: 5s;
  animation-direction: reverse;
}

.deco04 {
  width: 59px;
  top: 155px;
  right: -27px;
  animation-duration: 5.5s;
}

.deco05 {
  width: 53px;
  top: 61px;
  left: 14px;
  animation-duration: 4.5s;
  animation-direction: reverse;
}

.deco06 {
  width: 44px;
  top: 106px;
  left: 4px;
  animation-duration: 5.5s;
}

.deco07 {
  width: 89px;
  top: 87px;
  right: -35px;
  animation-duration: 5s;
  animation-direction: reverse;
}

.deco08 {
  width: 68px;
  top: -35px;
  left: 32px;
  animation-duration: 5.5s;
  animation-direction: reverse;
}

.deco09 {
  width: 90px;
  top: -23px;
  left: calc(50% + 13px);
  margin-left: -45px;
  animation-duration: 5s;
}

.deco10 {
  width: 77px;
  top: -8px;
  right: 9px;
  animation-duration: 4.5s;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  33.3% {
    transform: translateY(5px);
  }
  66.6% {
    transform: translateY(-5px);
  }
}
/*------------------------------------------
mv
------------------------------------------*/
.mv {
  width: 100%;
  position: sticky;
  left: 0;
}

@media (max-width: 768px) {
  .mv {
    top: 40px;
  }
}
@media (min-width: 769px) {
  .mv {
    top: 0;
  }
}
.mv-ttl {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.mv-ttl.is-active {
  opacity: 1;
}

/*------------------------------------------
SHOP EVENT
------------------------------------------*/
.sec-event {
  padding: 100px 0 0;
  background: rgba(233, 220, 203, 0.6);
}

.sec-event .c-ttl01__en {
  transform: rotate(-4deg);
}

/*------------------------------------------
SHOP SERVICE
------------------------------------------*/
.sec-service {
  padding: 53px 0 48px;
  background: linear-gradient(to bottom, rgba(233, 220, 203, 0.6) 0%, rgba(233, 220, 203, 0.6) 78px, rgba(236, 102, 85, 0.2) 78px, rgba(236, 102, 85, 0.2) 100%);
}

.sec-service .c-ttl01__en {
  transform: rotate(4deg);
}

/*------------------------------------------
CAMPAIGN
------------------------------------------*/
.sec-campaign {
  padding: 65px 0 48px;
  background: rgba(233, 220, 203, 0.6);
}

.sec-campaign .c-ttl02 + * {
  margin: 16px auto 0;
}

.sec-campaign .c-card01 {
  width: 87.2cqw;
  margin: 16px auto 0;
}