@charset "UTF-8";

#siteHeader {
  transition: .4s cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: top, padding;
}
#siteHeader:has(.on) {
  position: fixed !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
#siteHeader.standby {
  position: fixed;
  opacity: 0;
  transition: none;
}
#siteHeader.ready {
  position: fixed;
  opacity: 1;
  transform: translateY(-101%);
  transition: opacity .4s .4s cubic-bezier(0.16, 1, 0.3, 1),
              transform .4s cubic-bezier(0.16, 1, 0.3, 1);
}
#siteHeader.fixed {
  position: fixed;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s cubic-bezier(0.16, 1, 0.3, 1),
              transform .6s cubic-bezier(0.16, 1, 0.3, 1);
}



#siteHeader:not(.fixed):not(:has(.on)) {
  position: absolute;
  color: var(--white);
}
#siteHeader:not(.fixed) .inner-header::before {
  background: transparent;
}
#siteHeader:not(.fixed):not(:has(.on)) #logo .logo__inner {
  opacity: 0;
}
@media (min-width: 992px) {
  #siteHeader:not(.fixed) #logo .logo__inner {
    opacity: 0;
  }
  #siteHeader:not(.fixed) .gNav {
    color: var(--white);
  }
}


#container {
  overflow: visible;
}
#content {
  padding-top: 0;
}


/* ===============================
   MV
=============================== */
#mv {
  width: 100%;
  height: 100svh;
  color: var(--white);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#mv::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 16.84%, rgba(0, 0, 0, 0.00) 100%);
  mix-blend-mode: multiply;
}
#mv .mv-logo {
  position: absolute;
  top: 29px;
  left: 25px;
  width: 87px;
  height: 92px;
  transform-origin: left top;
  transition: transform .15s;
}
#mv .mv-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}
#mv .fade-slider {
  display: block;
  width: 100%;
  height: 100svh;
  position: relative;
  z-index: -1;
}
#mv .fade-slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100svh;
  object-fit: cover;
  object-position: var(--object-position, 50%);
}

#mv .mv-copy {
  margin: 0;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 72px;
  z-index: 10;
  width: 4em;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: translateX(-50%);
}
#mv .mv-copy .copy {
  display: block;
  -webkit-writing-mode: inherit;
  writing-mode: inherit;
  line-height: 2;
  letter-spacing: .2em;
  margin: 0;
  font-size: min(2rem, calc((100svh - 80px - 72px)*0.068));
}
@media (max-width: 991px) {
  body.navOpen #mv .mv-logo {
    transform: scale(0.5);
  }
}
@media (max-width: 575px) {
  #mv .mv-copy {
    left: calc(50% + 1.25rem);
  }
}
@media (min-width: 992px) {
  #mv .mv-logo {
    top: 45px;
    left: 4vw;
    width: 92px;
    height: 95px;
  }
  #mv .mv-copy {
    left: auto;
    right: 5%;
    width: auto;
    bottom: 96px;
    transform: translateX(.8em);
  }
}


.scroll_down {
  display: block;
  width: 5px;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 100;
  overflow: hidden;
  transform: translateX(50%);
}
.scroll_down::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: currentColor;
  opacity: .5;
  transform: translateX(-50%);
}
.scroll_down::after {
  content: '';
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin: 0 auto;
  background: currentColor;
  animation: scroll-border 2s ease-in-out infinite;
  will-change: animation;
}
@keyframes scroll-border {
    0% { bottom: 100%; }
  100% { bottom: -100%; }
}
@media (min-width: 992px) {
  .scroll_down {
    right: 5%;
  }
}

/* ===============================
   #about
=============================== */
#about {
  position: relative;
  z-index: 2;
}
#about .bg {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}
#about .bg::before {
  content: '';
  display: block;
  width: 1000px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--l-gray);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  #about {
    margin-top: 4.5rem;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  #about .bg {
    top: -15rem;
  }
  #about .bg::before {
    width: 786px;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translate(30%,-10%);
  }
}



#about .vertical-writing {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #about .imgBox {
    margin-top: 200px;
  }
  #about ._sticky-wrap  {
    position: relative;
    height: 100%;
  }
  #about .vertical-writing {
    align-items: flex-start;
  }
  #about .txtBox .copy {
    position: sticky;
    top: 160px;
    margin-top: 2.25em;
    height: 39rem;
  }
  #about .txtBox .read {
    display: flex;
    align-items: flex-end;
    margin-top: 200px;
    position: sticky;
    top: 160px;
    height: 39rem;
  }
  #about .txtBox .more-btn {
    writing-mode: horizontal-tb; /* 初期値に戻す（横書き） */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #about .txtBox .read p {
    line-height: 2;
  }
}




/* ===============================
   #experience
=============================== */
@media (min-width: 992px) {
  #experience {
    position: relative;
  }
  #experience .bg {
    display: block;
    width: 786px;
    aspect-ratio: 1/1;
    position: absolute;
    top: -20rem;
    left: 0;
    overflow: hidden;
  }
  #experience .bg::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: var(--l-gray);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-35%,0);
  }
}



/* ===============================
   #ceremony
=============================== */
@media (min-width: 992px) {
  #container {
      overflow: visible;
  }
  ._sticky {
    background: var(--off-white);
    position: sticky;
    top: 0;
  }
}


/* ===============================
   #party
=============================== */
#party {
  overflow: hidden;
}

/* ===============================
   #cuisine
=============================== */

#cuisine .ttlBox {
  align-self: flex-end;
}

@media (max-width: 991px) {
  #cuisine .sect-ttl[data-label] {
    display: inline-flex;
    padding-right: 3.5em;
    margin-bottom: 0;
  }
  #cuisine .sect-ttl[data-label]::before {
    left: 0;
    transform: translateX(0);
  }
  #cuisine .sect-ttl[data-label] .ttl > span {
    transform: translateX(-.4em);
  }
}

@media (min-width: 992px) {
  #cuisine {
    position: relative;
  }
  #cuisine::before {
    content: '';
    display: block;
    width: 786px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: var(--l-gray);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}



/* ===============================
   #plan
=============================== */
@media (max-width: 991px) {
  #plan .ttlBox {
    align-self: flex-end;
    margin-bottom: 0;
  }
  #plan .sect-ttl[data-label] {
    align-items: flex-end;
    margin-bottom: 0;
  }
  #plan .sect-ttl[data-label]::before {
    white-space: normal;
    text-align: right;
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  #plan .txtBox {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  #plan .ttlBox {
    margin-bottom: 0;
  }
  #plan .sect-ttl[data-label] {
    padding-top: 5rem;
  }
}


@media (min-width: 992px) {
  #plan .imgBox2 {
    margin-top: -15%;
  }
  #plan .txtBox {
    margin-top: 11rem;
  }
}

