@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body.headerActive #globalHeader.isFixed:not(.isUsual) {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.9);
}

main {
  position: relative;
}

#globalHeader .ghLogo {
  transition: 0.4s opacity;
}

#bgVideo {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9998;
  overflow: hidden;
}
#bgVideo video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

main {
  position: relative;
  z-index: 0;
}
#particles {
  width: 100%;
  overflow: hidden;
}

.gradient-separator {
  display: block;
  width: 100%;
  transition: height 0.6s cubic-bezier(0.66, 0, 0.34, 1);
  position: absolute;
  left: 0;
  z-index: 15;
  pointer-events: none;
}

.fade-item {
  transition: opacity 0.6s cubic-bezier(0.66, 0, 0.34, 1);
}

.section:not(#sectionHero) {
  position: relative;
  z-index: 15;
}

#sectionHero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
#sectionHero:before {
  content: "";
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 252, 249, 0) 24%, rgba(255, 252, 249, 0.6) 69%, rgb(255, 252, 249) 93%);
  position: absolute;
  left: 0;
  z-index: 110;
  pointer-events: none;
}
#sectionHero .sectionHeroContent {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
}
#sectionHero #logo {
  aspect-ratio: 61/79;
  background-image: url("../images/common/logo.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 11;
  opacity: 0;
  transform: translateY(-70px);
  filter: blur(30px);
  transition: 6s ease;
}
#sectionHero #logo.show {
  opacity: 0.3;
  filter: blur(0);
}
#sectionHero #logo img {
  width: 100%;
  height: 100%;
}
#sectionHero #scroll {
  position: absolute;
}
#sectionHero #scroll .arrow {
  aspect-ratio: 80/27;
  margin-inline: auto;
  line-height: 1;
  position: relative;
  animation: arrowAni 5s infinite;
}
#sectionHero #scroll .arrow img {
  width: 100%;
  height: auto;
}
#sectionHero #scroll .txt {
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
#sectionHero #audioBtn {
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  width: 70px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
#sectionHero #audioBtn svg {
  aspect-ratio: 1/1;
  width: 20px;
  height: 20px;
  fill: #fff;
}
#sectionHero #audioBtn span {
  white-space: nowrap;
  margin-left: 15px;
}
#sectionHero .pickupList {
  position: absolute;
}
#sectionHero .pickupList > div > dt {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  position: relative;
}
#sectionHero .pickupList > div > dt:before, #sectionHero .pickupList > div > dt:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
#sectionHero .pickupList > div > dt:before {
  background-image: url(../images/home/pickup_deco_left.svg);
  background-position: center left;
}
#sectionHero .pickupList > div > dt:after {
  background-image: url(../images/home/pickup_deco_right.svg);
  background-position: center right;
}
#sectionHero .pickupList > div > dd {
  height: 1em;
}
#sectionHero .pickupList > div > dd a {
  display: block;
  height: 1em;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  white-space: nowrap;
  opacity: 0;
}
#sectionHero .gradient-separator {
  display: block;
  width: 100%;
  min-height: 200px;
  max-height: 50%;
  background: linear-gradient(to bottom, rgba(255, 252, 249, 0) 0%, rgb(255, 252, 249) 80%);
  bottom: -10px;
  position: absolute;
  left: 0;
  z-index: 15;
  pointer-events: none;
}

@keyframes arrowAni {
  0%, 40%, 100% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(0, 1);
  }
}
#sectionLead {
  position: relative;
  z-index: 100;
}
#sectionLead:before {
  content: "";
  width: 100%;
  background: linear-gradient(to top, rgb(245, 237, 231) 0%, rgba(245, 237, 231, 0) 100%);
  position: absolute;
  left: 0;
  z-index: 110;
  pointer-events: none;
}
#sectionLead .gradient-separator {
  display: block;
  width: 100%;
  min-height: 100px;
  max-height: 50%;
  background: linear-gradient(to bottom, rgba(245, 237, 231, 0) 0%, rgb(245, 237, 231) 80%);
  bottom: -100px;
  position: absolute;
  left: 0;
  z-index: 15;
  pointer-events: none;
}
#sectionLead .leadContent {
  position: relative;
}
#sectionLead .leadContent .decoImg1,
#sectionLead .leadContent .decoImg2 {
  position: absolute;
  z-index: 110;
}
#sectionLead .leadContent .leadContentText {
  text-align: center;
  position: relative;
  z-index: 116;
}
#sectionConcept {
  position: relative;
  overflow: hidden;
  z-index: 14 !important;
}
#sectionConcept:before {
  content: "";
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  left: 0;
  z-index: 110;
  pointer-events: none;
}
#sectionConcept .conceptItem {
  scroll-snap-align: start;
  z-index: 5;
  overflow: hidden;
  transition: 0.3s all;
  position: relative;
  z-index: 2;
}
#sectionConcept .conceptItem .conceptContent {
  position: relative;
}
#sectionConcept .conceptItem .conceptContent .conceptText {
  position: relative;
}
#sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  writing-mode: vertical-rl;
  position: absolute;
}
#sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn:before {
  background-image: url(../images/home/concepttitle_deco_left.webp);
  margin-top: auto;
}
#sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn:after {
  background-image: url(../images/home/concepttitle_deco_right.webp);
  margin-bottom: auto;
}
#sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn:before, #sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
#sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap {
  text-align: right;
}
#sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap a {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  color: #01451b;
  font-weight: 600;
  position: relative;
}
#sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap a:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #01451b;
  background-image: url(../images/common/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  transition: 0.3s background-position;
}
#sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap a:after {
  content: "";
  display: block;
  background: url(../images/common/btn_deco_gray.png) no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
}
#sectionConcept .conceptItem .conceptContent .conceptVideo {
  overflow: hidden;
  position: relative;
}
#sectionConcept .conceptItem .conceptContent .conceptVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sectionConcept .gradient-separator {
  display: block;
  width: 100%;
  min-height: 200px;
  max-height: 20%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  position: absolute;
  left: 0;
  z-index: 15;
  pointer-events: none;
}

.sectionWrap {
  background: url(../images/home/overseas_bg.webp), url(../images/home/instagram_bg.webp);
  background-size: 50% auto;
  background-repeat: no-repeat no-repeat;
  background-position: top left, bottom 135px right;
  background-color: #faf6f2;
  position: relative;
  z-index: 15;
}

#sectionOverseas {
  position: relative;
}
#sectionOverseas .overseasDeco {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sectionOverseas .overseasDeco1,
#sectionOverseas .overseasDeco2 {
  display: block;
}
#sectionOverseas .overseasDeco1 {
  background: url(../images/home/overseas_img01.webp) no-repeat;
  background-size: contain;
}
#sectionOverseas .overseasDeco2 {
  margin-left: auto;
  background: url(../images/home/overseas_img02.webp) no-repeat;
  background-size: contain;
}
#sectionOverseas .overseasContent .overseasTitle {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  font-weight: 400;
}
#sectionOverseas .overseasContent .overseasNote {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}
#sectionOverseas .overseasContent .btnMore {
  text-align: right;
}
#sectionOverseas .overseasContent .btnMore a {
  display: inline-block;
  color: #57514c;
  position: relative;
}
#sectionOverseas .overseasContent .btnMore a:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #01451b;
  background-image: url(../images/common/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  transition: 0.3s background-position;
}
#sectionOverseas .overseasContent .btnMore a:after {
  content: "";
  display: block;
  background: url(../images/common/btn_deco_gray.png) no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
}

#sectionInstagram {
  position: relative;
}
#sectionInstagram:before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
#sectionInstagram .sectionInstagramContent {
  position: relative;
  z-index: 15;
}
#sectionInstagram .sectionInstagramContent .instagramHead .instagramTitle {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  font-weight: inherit;
  line-height: 1;
}
#sectionInstagram .sectionInstagramContent .instagramHead .instagramAccount {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  position: relative;
}
#sectionInstagram .sectionInstagramContent .instagramHead .instagramAccount:before {
  content: "";
  display: block;
  background: url(../images/common/icon_instagram.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#sectionInstagram .sectionInstagramContent .instagramBody {
  line-height: 1;
}
#sectionInstagram .sectionInstagramContent .instagramBody .instagramList {
  display: flex;
  flex-wrap: wrap;
}
#sectionInstagram .sectionInstagramContent .instagramBody .instagramList > li a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
#sectionInstagram .sectionInstagramContent .instagramBody .instagramList > li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#sectionMember {
  position: relative;
}
#sectionMember .memberTitle,
#sectionMember .memberCatch,
#sectionMember .memberSlide {
  position: relative;
}
#sectionMember .memberTitle {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  font-weight: 400;
  line-height: 1.2;
}
#sectionMember .memberSlide {
  z-index: 2;
}
#sectionMember .memberSlide .memberSlideItem a,
#sectionMember .memberSlide .memberSlideItem .dialogOpen {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  display: block;
  position: relative;
  overflow: hidden;
}
#sectionMember .memberSlide .memberSlideItem a .memberSlideThumb,
#sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideThumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
#sectionMember .memberSlide .memberSlideItem a .memberSlideThumb:before,
#sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideThumb:before {
  content: "";
  display: block;
}
#sectionMember .memberSlide .memberSlideItem a .memberSlideThumb img,
#sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideThumb img {
  border-radius: 50%;
}
#sectionMember .memberText {
  position: relative;
}
#sectionMember .memberText:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 110;
  pointer-events: none;
}
#sectionMember .memberText .fade-item {
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  z-index: 15;
  pointer-events: none;
  top: -1px;
}
#sectionMember .memberText .memberNote {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.homeFooter {
  position: relative;
  background: url(../images/common/footer_bg.webp) no-repeat;
  background-size: cover;
}

#sectionAccess:before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(rgb(12, 37, 23) 30%, rgba(12, 37, 23, 0) 100%);
  transform: rotate(-180deg);
  position: absolute;
  left: 0;
}
#sectionAccess .inner {
  position: relative;
}
#sectionAccess .accessContent {
  color: #fff;
}
#sectionAccess .accessTitle {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
}

.mfp-close {
  text-indent: -9999px;
  position: absolute;
}
.mfp-close:before, .mfp-close:after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.2s transform, 0.2s color;
}
.mfp-close:before {
  transform: rotate(45deg);
}
.mfp-close:after {
  transform: rotate(-45deg);
}

.mfp-container {
  margin-inline: auto;
}

.modalContent {
  background: #fff;
  box-shadow: 0 0 8px rgba(69, 100, 88, 0.6);
  position: relative;
}
.modalContent .modalBody {
  overflow-y: auto;
  max-height: 80svh;
}
.modalContent .modalBody .modalThumb {
  width: 100%;
  text-align: center;
}
.modalContent .modalBody .modalBodyContent .modalBodyType {
  line-height: 1.4;
  position: relative;
}
.modalContent .modalBody .modalBodyContent .modalBodyType:before {
  content: "";
  display: block;
  background: #57514c;
  position: absolute;
  left: 0;
}
.modalContent .modalBody .modalBodyContent .modalBodyName {
  line-height: 1.2;
}
.modalContent .modalBody .modalBodyContent .modalBodyTItleKana {
  line-height: 1.2;
}
.modalContent .modalBody .modalBodyContent .modalBodyTItleEn {
  border-bottom: 1px solid #57514c;
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.95);
}

@keyframes dropFade {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
    filter: blur(100px);
  }
}
.leadContentJa,
.leadContentEn,
.reserveContent,
.overseasDeco1,
.overseasDeco2,
.memberTitle,
.memberNote,
.accessTitle,
.decoImg1,
.decoImg2 {
  opacity: 0;
}
.leadContentJa.active,
.leadContentEn.active,
.reserveContent.active,
.overseasDeco1.active,
.overseasDeco2.active,
.memberTitle.active,
.memberNote.active,
.accessTitle.active,
.decoImg1.active,
.decoImg2.active {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1110px) {
  body.headerActive #globalHeader .ghLogo {
    opacity: 1;
    pointer-events: visible;
  }
  body:not(.headerActive) #globalHeader .ghLogo {
    opacity: 0;
    pointer-events: none;
  }
  #globalHeader {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    pointer-events: none;
  }
  #globalHeader .ghInner > * {
    pointer-events: visible;
  }
  #globalHeader #ghMenuBtn,
  #globalHeader .ghMenu {
    pointer-events: visible;
  }
  #globalHeader.isUsual {
    box-shadow: none !important;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  #globalHeader:not([class]) #ghMenuBtn > span, #globalHeader.isUsual #ghMenuBtn > span {
    background: #fff;
  }
  #globalHeader_pc {
    display: none !important;
  }
  #sectionHero #audioBtn {
    top: 18px;
    left: 5vw;
  }
  #sectionHero .pickupList {
    width: calc(100% - 10vw);
    bottom: 88px;
    left: 5vw;
  }
  #sectionHero .pickupList > div {
    display: flex;
    align-items: center;
  }
  #sectionHero .pickupList > div > dt {
    width: 88px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1;
  }
  #sectionHero .pickupList > div > dt:before, #sectionHero .pickupList > div > dt:after {
    width: 12px;
    height: 20px;
  }
  #sectionHero .pickupList > div > dd {
    width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 9999;
  }
  #sectionHero .pickupList > div > dd a {
    font-size: 14px;
    line-height: 1;
    transition: 0.3s opacity;
  }
  @keyframes arrowAni {
    0%, 40%, 100% {
      transform: scale(1, 1);
    }
    20% {
      transform: scale(0, 1);
    }
  }
  @keyframes dropFade {
    0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 0.8;
    }
    100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 1;
      filter: blur(100px);
    }
  }
}
@media screen and (min-width: 1111px) {
  #globalHeader_pc {
    height: 118px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
  }
  #globalHeader_pc .ghLogo {
    transition: 0.4s opacity;
  }
  #globalHeader_pc .ghReserveBtn {
    display: flex;
    align-items: center;
    width: 16.4vw;
    max-width: 210px;
    aspect-ratio: 210/40;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.3vw;
    margin: auto;
    transition: 0.4s height;
    z-index: 15;
  }
  #globalHeader_pc .ghReserveBtn a {
    display: block;
    width: 100%;
    color: #01451b;
    border: 1px solid #01451b;
    border-radius: 9999px;
    padding-block: 9px;
    padding-inline: min(30px, 2vw) min(54px, 4.1vw);
    text-align: center;
    font-size: min(18px, 1.4vw);
    line-height: 1.2;
    transition: 0.3s background, 0.3s color;
    background: rgba(255, 255, 255, 0.85);
  }
  #globalHeader_pc .ghReserveBtn a:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
  }
  #globalHeader_pc .ghReserveBtn a:hover:before {
    background-image: url(../images/common/icon_calendar.svg);
  }
  #globalHeader_pc .ghReserveBtn a:before {
    content: "";
    display: block;
    background: url(../images/common/icon_calendar_green.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: min(18px, 1.4vw);
    height: min(18px, 1.4vw);
    top: 0;
    bottom: 0;
    right: min(22px, 1.71875vw);
    margin: auto;
  }
  #sectionHero #audioBtn {
    top: 110px;
    left: 40px;
  }
  #sectionHero .pickupList {
    bottom: 48px;
    left: 40px;
  }
  #sectionHero .pickupList > div {
    display: flex;
    align-items: center;
  }
  #sectionHero .pickupList > div > dt {
    width: 88px;
    margin-right: 26px;
    font-size: 14px;
    line-height: 1;
  }
  #sectionHero .pickupList > div > dt:before, #sectionHero .pickupList > div > dt:after {
    width: 12px;
    height: 26px;
  }
  #sectionHero .pickupList > div > dd {
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 9999;
  }
  #sectionHero .pickupList > div > dd a {
    font-size: 14px;
    line-height: 1;
    transition: 0.3s filter ease-in-out;
  }
  #sectionHero .pickupList > div > dd a:hover {
    filter: opacity(70%);
  }
  @keyframes arrowAni {
    0%, 40%, 100% {
      transform: scale(1, 1);
    }
    20% {
      transform: scale(0, 1);
    }
  }
  @keyframes dropFade {
    0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 0.8;
    }
    100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 1;
      filter: blur(100px);
    }
  }
}
@media screen and (max-width: 768px) {
  #bgVideo #fixedVideo {
    position: absolute;
    height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -9997;
  }
  main .inner {
    padding-inline: 20px;
  }
  #particles {
    height: 100dvh;
  }
  #particles video {
    aspect-ratio: 108/192;
  }
  .gradient-separator {
    min-height: 160px;
  }
  #sectionHero {
    height: calc(100vh + 70px);
  }
  #sectionHero:before {
    height: 290px;
    bottom: 0;
  }
  #sectionHero #logo {
    width: 45vw;
  }
  #sectionHero #logo.show {
    transform: translateY(-30px);
  }
  #sectionHero #scroll {
    width: 40px;
    height: 40px;
    left: 20px;
    bottom: 20px;
  }
  #sectionHero #scroll .arrow {
    width: 40px;
  }
  #sectionHero #scroll .txt {
    font-size: 9px;
    margin-top: 15px;
  }
  @keyframes arrowAni {
    0%, 40%, 100% {
      transform: scale(1, 1);
    }
    20% {
      transform: scale(0, 1);
    }
  }
  #sectionLead {
    padding-top: 50px;
    background: #fffcf9 url(../images/home/lead_bg_sp.webp) no-repeat bottom center;
    background-size: 100% auto;
  }
  #sectionLead:before {
    height: 290px;
    bottom: -4px;
  }
  #sectionLead .inner {
    position: inherit;
  }
  #sectionLead .leadContent {
    padding-top: 60px;
    padding-bottom: 90vw;
  }
  #sectionLead .leadContent .decoImg1 {
    width: 39.3%;
    aspect-ratio: 295/410;
    right: 2.6vw;
    bottom: 17.6vw;
  }
  #sectionLead .leadContent .decoImg2 {
    width: 31.3%;
    aspect-ratio: 235/317;
    left: 13.06%;
    bottom: 0;
  }
  #sectionLead .leadContent .leadContentText {
    padding-inline: 20px;
  }
  #sectionLead .leadContent .leadContentText .leadContentJa {
    font-size: 13px;
    line-height: 2.3;
  }
  #sectionLead .leadContent .leadContentText .leadContentEn {
    margin-top: 55px;
    font-size: 15px;
    line-height: 1.86;
  }
  #sectionConcept {
    padding-top: 30vh;
    padding-bottom: 60vh;
    background: url(../images/home/concept_bg.webp) repeat center;
    background-size: 250px;
  }
  #sectionConcept:before {
    height: 290px;
    bottom: 0;
  }
  #sectionConcept .conceptItem {
    min-height: 100svh;
    transition: all 0.3s;
  }
  #sectionConcept .conceptItem.isOverlap {
    z-index: 2;
  }
  #sectionConcept .conceptItem + .conceptItem .conceptContent {
    padding-top: 40px;
  }
  #sectionConcept .conceptItem .conceptContent {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText {
    padding-block: 20px;
    padding-inline: 65px 20px;
    margin-block: auto;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn {
    gap: 9px;
    font-size: 12px;
    top: -39px;
    left: 20px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn:before, #sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn:after {
    width: 10px;
    height: 20px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptTitle {
    width: 60px;
    height: 60px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptNote {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.83;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText * + .conceptBtnWrap {
    margin-top: 25px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 63px;
    font-size: 14px;
    min-height: 44px;
    vertical-align: middle;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap a:before {
    width: 44px;
    height: 44px;
    background-size: 10px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap a:after {
    width: 44px;
    height: 44px;
    right: -3px;
    bottom: -3px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptVideo {
    width: 100%;
    aspect-ratio: 750/480;
  }
  #sectionConcept .gradient-separator {
    bottom: -10px;
  }
  #sectionOverseas {
    padding-top: 120px;
  }
  #sectionOverseas .overseasDeco1 {
    width: calc(100% - 20px);
    aspect-ratio: 902/460;
    margin-right: auto;
  }
  #sectionOverseas .overseasDeco2 {
    width: calc(100% - 40px);
    aspect-ratio: 716/258;
    margin-top: 15px;
    margin-inline: auto;
  }
  #sectionOverseas .overseasContent {
    padding-inline: 20px;
  }
  #sectionOverseas .overseasContent {
    margin-top: 44px;
  }
  #sectionOverseas .overseasContent .overseasTitle {
    font-size: 30px;
    line-height: 1.13;
  }
  #sectionOverseas .overseasContent .overseasNote {
    margin-top: 17px;
    font-size: 13px;
    line-height: 2;
  }
  #sectionOverseas .overseasContent .btnMore {
    margin-top: 27px;
  }
  #sectionOverseas .overseasContent .btnMore a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 63px;
    font-size: 14px;
    min-height: 44px;
    vertical-align: middle;
  }
  #sectionOverseas .overseasContent .btnMore a:before {
    width: 44px;
    height: 44px;
    background-size: 10px;
  }
  #sectionOverseas .overseasContent .btnMore a:after {
    width: 44px;
    height: 44px;
    right: -3px;
    bottom: -3px;
  }
  #sectionInstagram {
    padding-inline: 20px;
  }
  #sectionInstagram .sectionInstagramContent .instagramHead .instagramTitle {
    font-size: 30px;
  }
  #sectionInstagram .sectionInstagramContent .instagramHead .instagramAccount {
    padding-left: 28px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.2;
  }
  #sectionInstagram .sectionInstagramContent .instagramHead .instagramAccount:before {
    width: 18px;
    height: 18px;
    left: 2px;
  }
  #sectionInstagram .sectionInstagramContent .instagramBody {
    margin-top: 40px;
  }
  #sectionInstagram .sectionInstagramContent .instagramBody .instagramList > li {
    width: calc(33.3% - 2px);
  }
  #sectionInstagram .sectionInstagramContent .instagramBody .instagramList > li:not(:nth-child(3n)) {
    margin-right: 2px;
  }
  #sectionInstagram .sectionInstagramContent .instagramBody .instagramList > li:nth-child(n+4) {
    margin-top: 2px;
  }
  #sectionMember {
    padding-top: 120px;
    background: #faf6f2;
  }
  #sectionMember .memberTitle,
  #sectionMember .memberCatch,
  #sectionMember .memberSlide {
    padding-inline: 20px;
  }
  #sectionMember .memberTitle {
    font-size: 30px;
  }
  #sectionMember .memberCatch {
    margin-top: 25px;
    font-size: 12px;
    line-height: 2;
  }
  #sectionMember .memberSlideWrap {
    padding-bottom: 120px;
  }
  #sectionMember .memberSlide {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  #sectionMember .memberSlide.pc {
    display: none !important;
  }
  #sectionMember .memberSlide .memberSlideItem {
    width: 50%;
    text-align: center;
  }
  #sectionMember .memberSlide .memberSlideItem:nth-child(n+3) {
    margin-top: 30px;
  }
  #sectionMember .memberSlide .memberSlideItem:nth-child(n+5) {
    display: none;
  }
  #sectionMember .memberSlide .memberSlideItem a,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen {
    width: 75%;
    margin-inline: auto;
    color: #57514c;
  }
  #sectionMember .memberSlide .memberSlideItem a .memberSlideThumb,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideThumb {
    margin-inline: auto;
  }
  #sectionMember .memberSlide .memberSlideItem a .memberSlideThumb:before,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideThumb:before {
    width: 18px;
    height: 18px;
    background: url(../images/home/icon_leader.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #sectionMember .memberSlide .memberSlideItem a .memberSlideThumb span,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideThumb span {
    display: none !important;
  }
  #sectionMember .memberSlide .memberSlideItem a .memberSlideText,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideText {
    font-size: 15px;
    line-height: 1.2;
  }
  #sectionMember .memberSlide .memberSlideItem a .memberSlideText .memberSlideName,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideText .memberSlideName {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.2;
  }
  #sectionMember .memberSlide .memberSlideItem a .memberSlideText .memberSlideNote,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideText .memberSlideNote {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.3;
  }
  #sectionMember .moreMembers {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    margin-top: 45px;
    border: none;
    background: transparent;
    padding-left: 20px;
    margin-inline: auto;
    font-family: "Cormorant Garamond", "Hina Mincho", serif;
    font-size: 14px;
    position: relative;
  }
  #sectionMember .moreMembers:before, #sectionMember .moreMembers:after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #57514c;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  #sectionMember .moreMembers:before {
    transform: rotate(90deg);
  }
  #sectionMember .memberText {
    padding-block: 340px 359px;
    padding-inline: 20px;
    background: url(../images/home/member_text_bg.webp) no-repeat center;
    background-size: cover;
  }
  #sectionMember .memberText:after {
    height: 290px;
    background: linear-gradient(to top, rgba(250, 246, 242, 0) 0%, rgb(250, 246, 242) 100%);
    top: 0;
  }
  #sectionMember .memberText .fade-item {
    background: linear-gradient(to top, rgba(250, 246, 242, 0) 0%, rgb(250, 246, 242) 100%);
  }
  #sectionMember .memberText .memberNote {
    font-size: 13px;
    line-height: 2.2;
  }
  #sectionAccess:before {
    height: 100px;
    top: -99px;
  }
  #sectionAccess .inner {
    display: flex;
    flex-direction: column;
  }
  #sectionAccess .accessContent {
    order: 1;
    padding-inline: 20px;
    transform: translateY(-40px);
  }
  #sectionAccess .accessTitle {
    font-size: 28px;
    line-height: 1.2;
  }
  #sectionAccess .accessNote {
    margin-top: 13px;
    font-size: 12px;
    line-height: 2.08;
  }
  #sectionAccess .accessImg {
    order: 0;
  }
  .mfp-close {
    width: 30px;
    height: 30px;
    top: -35px;
    right: 0;
  }
  .mfp-close:before, .mfp-close:after {
    width: 30px;
  }
  .mfp-container {
    padding-inline: 20px;
  }
  .modalContent .modalBody {
    margin-block: 80px;
  }
  .modalContent .modalBody .modalThumb {
    max-width: inherit;
  }
  .modalContent .modalBody .modalThumb img {
    width: 100%;
  }
  .modalContent .modalBody .modalBodyContent {
    padding: 25px 20px 30px;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyType {
    padding-left: 12px;
    font-size: 12px;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyType:before {
    width: 2px;
    height: 16px;
    top: 2px;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyName {
    margin-top: 17px;
    font-size: 17px;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyTItleKana {
    margin-top: 7px;
    font-size: 12px;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyTItle {
    margin-top: 21px;
    font-size: 11px;
    line-height: 1.4;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyTItleEn {
    padding-bottom: 5px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyNote {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.84;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyNoteEn {
    margin-top: 9px;
    font-size: 15px;
    line-height: 1.83;
  }
  @keyframes dropFade {
    0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 0.8;
    }
    100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 1;
      filter: blur(100px);
    }
  }
  .leadContentJa,
  .leadContentEn,
  .reserveContent,
  .overseasDeco1,
  .overseasDeco2,
  .memberTitle,
  .memberNote,
  .accessTitle,
  .decoImg1,
  .decoImg2 {
    transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
  }
  .pickupTitle,
  .reserveContent,
  .overseasDeco1,
  .overseasDeco2,
  .memberTitle,
  .memberNote,
  .accessTitle {
    transform: translateY(10px);
  }
  .reserveContent {
    transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
  }
  .leadContentJa,
  .leadContentEn {
    transition: 0.4s opacity ease-in-out, 1.5s transform ease-in-out;
    transform: translateY(20px);
  }
}
@media print, screen and (min-width: 769px) {
  body:not(.headerActive) #globalHeader.isFixed:not([class]) .ghLogo, body:not(.headerActive) #globalHeader.isFixed.isUsual .ghLogo,
  body #globalHeader:not([class]) .ghLogo,
  body #globalHeader.isUsual .ghLogo {
    filter: brightness(0) invert(1);
  }
  body:not(.headerActive) #globalHeader.isFixed:not([class]) .ghNav ul > li a, body:not(.headerActive) #globalHeader.isFixed.isUsual .ghNav ul > li a,
  body #globalHeader:not([class]) .ghNav ul > li a,
  body #globalHeader.isUsual .ghNav ul > li a {
    color: #fff;
  }
  body:not(.headerActive) #globalHeader.isFixed:not([class]) .ghReserveBtn a, body:not(.headerActive) #globalHeader.isFixed.isUsual .ghReserveBtn a,
  body #globalHeader:not([class]) .ghReserveBtn a,
  body #globalHeader.isUsual .ghReserveBtn a {
    color: #01451b;
    border: 1px solid #01451b;
    background: rgba(255, 255, 255, 0.85);
  }
  body:not(.headerActive) #globalHeader.isFixed:not([class]) .ghReserveBtn a:hover, body:not(.headerActive) #globalHeader.isFixed.isUsual .ghReserveBtn a:hover,
  body #globalHeader:not([class]) .ghReserveBtn a:hover,
  body #globalHeader.isUsual .ghReserveBtn a:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
  }
  body:not(.headerActive) #globalHeader.isFixed:not([class]) .ghReserveBtn a:hover:before, body:not(.headerActive) #globalHeader.isFixed.isUsual .ghReserveBtn a:hover:before,
  body #globalHeader:not([class]) .ghReserveBtn a:hover:before,
  body #globalHeader.isUsual .ghReserveBtn a:hover:before {
    background-image: url(../images/common/icon_calendar.svg);
  }
  body #globalHeader:not(.isView) {
    transform: translateY(0);
    position: fixed;
  }
  #smoothContent {
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  #bgVideo #fixedVideo {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -9997;
  }
  main .inner {
    max-width: 1380px;
    padding-inline: 50px;
    margin-inline: auto;
  }
  #particles {
    height: 100vh;
  }
  #particles video {
    aspect-ratio: 192/108;
  }
  .gradient-separator {
    min-height: 200px;
  }
  #sectionHero {
    height: 180vh;
  }
  #sectionHero:before {
    height: 440px;
    bottom: 0;
  }
  #sectionHero #logo {
    width: 20vw;
  }
  #sectionHero #logo.show {
    transform: translateY(0px);
  }
  #sectionHero #scroll {
    bottom: 20px;
    left: 5vw;
  }
  #sectionHero #scroll .arrow {
    width: 50px;
  }
  #sectionHero #scroll .txt {
    font-size: 14px;
    margin-top: 10px;
  }
  @keyframes arrowAni {
    0%, 40%, 100% {
      transform: scale(1, 1);
    }
    20% {
      transform: scale(0, 1);
    }
  }
  #sectionLead {
    padding-top: 50px;
    background: #fffcf9 url(../images/home/lead_bg.webp) no-repeat bottom center;
    background-size: 100% auto;
  }
  #sectionLead:before {
    height: 440px;
    bottom: -4px;
  }
  #sectionLead .leadContent {
    padding-block: 210px 310px;
  }
  #sectionLead .leadContent .decoImg1,
  #sectionLead .leadContent .decoImg2 {
    right: 0;
    left: 0;
    margin: auto;
  }
  #sectionLead .leadContent .decoImg1 {
    width: 15.36%;
    top: 45px;
    transform: translateX(237.6%);
  }
  #sectionLead .leadContent .decoImg2 {
    width: 12.23%;
    bottom: 60px;
    transform: translateX(-282.9%);
  }
  #sectionLead .leadContent .leadContentText {
    max-width: 1380px;
    padding-inline: 50px;
    margin-inline: auto;
  }
  #sectionLead .leadContent .leadContentText .leadContentJa {
    margin-top: 70px;
  }
  #sectionLead .leadContent .leadContentText .leadContentEn {
    margin-top: 70px;
  }
  #sectionConcept {
    background: url(../images/home/concept_bg.webp) repeat center;
    background-attachment: fixed;
  }
  #sectionConcept:before {
    height: 440px;
    bottom: 0;
  }
  #sectionConcept .conceptItem {
    display: flex;
    padding-block: 200px;
    min-height: calc(100vh + 400px);
    transition: filter 0.3s, opacity 0.3s;
  }
  #sectionConcept .conceptItem .conceptContent {
    display: flex;
    width: 100%;
    align-items: center;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText {
    max-width: 1380px;
    padding-inline: 80px min(58%, 800px);
    margin-inline: auto;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn {
    gap: 18px;
    font-size: 18px;
    top: -66px;
    left: 0;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn:before, #sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn:after {
    width: 16px;
    height: 32px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptTitle {
    width: 90px;
    height: 90px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptNote {
    margin-top: 88px;
    margin-inline: 12px;
    font-size: 14px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText * + .conceptBtnWrap {
    margin-top: 40px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap {
    font-size: 20px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap a {
    display: inline-block;
    padding-right: 94px;
    font-size: 20px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap a:hover:before {
    background-position: 28px 20px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap a:hover:after {
    background-image: url(../images/common/btn_deco_gray.png);
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap a:before {
    width: 62px;
    height: 62px;
    background-size: 15px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptBtnWrap a:after {
    width: 62px;
    height: 62px;
    right: -3px;
    bottom: -3px;
    transition: 0.3s opacity;
  }
  #sectionConcept .conceptItem .conceptContent .conceptVideo {
    width: 53.2%;
    height: calc(100% - 85px);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #sectionConcept .gradient-separator {
    bottom: -470px;
  }
  #sectionOverseas {
    display: flex;
    align-items: center;
    min-height: calc(38.8vw + 160px);
    padding-block: 380px;
  }
  #sectionOverseas .overseasDeco {
    width: 46.875%;
    height: 39vw;
    gap: 20px;
    aspect-ratio: 904/745;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #sectionOverseas .overseasDeco1 {
    width: 100%;
    aspect-ratio: 902/460;
  }
  #sectionOverseas .overseasDeco2 {
    width: 77.72%;
    aspect-ratio: 716/258;
  }
  #sectionOverseas .overseasContent {
    max-width: 1380px;
    padding-inline: min(790px, 60%) 50px;
    margin-inline: auto;
  }
  #sectionOverseas .overseasContent .overseasTitle {
    font-size: min(50px, 3.8vw);
    line-height: 1.2;
  }
  #sectionOverseas .overseasContent .overseasNote {
    margin-top: 30px;
    font-size: 15px;
    line-height: 2;
  }
  #sectionOverseas .overseasContent .btnMore {
    margin-top: 72px;
  }
  #sectionOverseas .overseasContent .btnMore a {
    min-height: 62px;
    padding-right: 90px;
    font-size: 20px;
  }
  #sectionOverseas .overseasContent .btnMore a:hover:before {
    background-position: 28px 20px;
  }
  #sectionOverseas .overseasContent .btnMore a:hover:after {
    background-image: url(../images/common/btn_deco_gray.png);
  }
  #sectionOverseas .overseasContent .btnMore a:before {
    width: 62px;
    height: 62px;
    background-size: 15px;
  }
  #sectionOverseas .overseasContent .btnMore a:after {
    width: 62px;
    height: 62px;
    right: -3px;
    bottom: -3px;
    transition: 0.3s opacity;
  }
  #sectionInstagram:before {
    width: 100%;
    height: 133px;
  }
  #sectionInstagram .sectionInstagramContent {
    min-height: 32.39vw;
  }
  #sectionInstagram .sectionInstagramContent .instagramHead {
    max-width: 1380px;
    padding-inline: 50px;
    margin-inline: auto;
  }
  #sectionInstagram .sectionInstagramContent .instagramHead .instagramTitle {
    font-size: 54px;
  }
  #sectionInstagram .sectionInstagramContent .instagramHead .instagramAccount {
    padding-left: 40px;
    margin-top: 37px;
    font-size: 21px;
    line-height: 1.2;
  }
  #sectionInstagram .sectionInstagramContent .instagramHead .instagramAccount:before {
    width: 24px;
    height: 24px;
    left: 8px;
  }
  #sectionInstagram .sectionInstagramContent .instagramBody {
    display: flex;
    width: 59.11%;
    aspect-ratio: 1133/568;
    bottom: 0;
    right: 60px;
    position: absolute;
  }
  #sectionInstagram .sectionInstagramContent .instagramBody .instagramList {
    align-items: flex-end;
  }
  #sectionInstagram .sectionInstagramContent .instagramBody .instagramList > li {
    width: calc(25% - 3px);
  }
  #sectionInstagram .sectionInstagramContent .instagramBody .instagramList > li:not(:nth-child(4n)) {
    margin-right: 4px;
  }
  #sectionInstagram .sectionInstagramContent .instagramBody .instagramList > li:nth-child(n+5) {
    margin-top: 4px;
  }
  #sectionInstagram .sectionInstagramContent .instagramBody .instagramList > li:nth-child(9) {
    display: none !important;
  }
  #sectionInstagram .sectionInstagramContent .instagramBody .instagramList > li a:hover img {
    transform: scale(1.1);
  }
  #sectionInstagram .sectionInstagramContent .instagramBody .instagramList > li a img {
    transition: 0.3s transform;
  }
  #sectionMember {
    padding: 380px 0 0;
    background: #fff;
  }
  #sectionMember:before {
    content: "";
    display: block;
    background: url(../images/home/member_logo_deco.webp) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 460px;
    height: 570px;
    top: -190px;
    pointer-events: none;
  }
  #sectionMember .memberTitle,
  #sectionMember .memberCatch,
  #sectionMember .memberSlide {
    text-align: center;
  }
  #sectionMember .memberTitle,
  #sectionMember .memberCatch {
    max-width: 1380px;
    padding-inline: 50px;
    margin-inline: auto;
  }
  #sectionMember .memberTitle {
    font-size: 50px;
  }
  #sectionMember .memberCatch {
    width: 620px;
    margin-top: 46px;
    margin-inline: auto;
    font-size: 15px;
    line-height: 2.4;
  }
  #sectionMember .memberSlide {
    padding-top: 50px;
    padding-left: 100px;
    margin-top: 45px;
  }
  #sectionMember .memberSlide:not(.pc) {
    display: none !important;
  }
  #sectionMember .memberSlide .slick-arrow {
    border-radius: 50%;
    background: #4c7565;
    position: absolute;
    top: 0;
    transform: translate(0, 0);
    z-index: 1;
    width: 64px;
    height: 64px;
    transition: 0.3s background;
  }
  #sectionMember .memberSlide .slick-arrow:hover {
    background: rgba(76, 117, 101, 0.85);
  }
  #sectionMember .memberSlide .slick-arrow:before {
    content: "";
    display: block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
  }
  #sectionMember .memberSlide .slick-arrow.slick-next {
    right: 58px;
    leftt: inherit;
    transform: rotate(45deg) scale(1, -1);
  }
  #sectionMember .memberSlide .slick-arrow.slick-next:before {
    transform: translate(-3px, -3px);
  }
  #sectionMember .memberSlide .slick-arrow.slick-prev {
    left: 58px;
    right: inherit;
    transform: rotate(45deg) scale(-1, 1);
  }
  #sectionMember .memberSlide .slick-arrow.slick-prev:before {
    transform: translate(-3px, -3px);
  }
  #sectionMember .memberSlide .memberSlideItem {
    width: 280px;
    margin-right: 45px;
    z-index: 14;
  }
  #sectionMember .memberSlide .memberSlideItem a:hover:before,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen:hover:before {
    opacity: 1;
  }
  #sectionMember .memberSlide .memberSlideItem a:hover .memberSlideThumb:before,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen:hover .memberSlideThumb:before {
    opacity: 0.5;
  }
  #sectionMember .memberSlide .memberSlideItem a:hover .memberSlideThumb span,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen:hover .memberSlideThumb span {
    opacity: 1;
  }
  #sectionMember .memberSlide .memberSlideItem a:before,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_arrow_white.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 34px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    z-index: 1;
    transition: 0.3s opacity;
  }
  #sectionMember .memberSlide .memberSlideItem a .memberSlideThumb:before,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideThumb:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #092319;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s opacity;
  }
  #sectionMember .memberSlide .memberSlideItem a .memberSlideThumb span,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideThumb span {
    font-family: "Cormorant Garamond", "Hina Mincho", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 28px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    height: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    opacity: 0;
    transition: 0.3s opacity;
  }
  #sectionMember .memberSlide .memberSlideItem a .memberSlideText,
  #sectionMember .memberSlide .memberSlideItem .dialogOpen .memberSlideText {
    display: none !important;
  }
  #sectionMember .moreMembers {
    display: none !important;
  }
  #sectionMember .memberText {
    padding-block: 420px 370px;
    margin-top: 170px;
  }
  #sectionMember .memberText:before {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/home/member_text_bg.webp) no-repeat center;
    background-size: cover;
    z-index: 1;
    height: calc(100% + 87px);
    position: absolute;
    left: 0;
    top: 0;
  }
  #sectionMember .memberText:after {
    height: 220px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    top: 0;
  }
  #sectionMember .memberText .fade-item {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  #sectionMember .memberText .memberNote {
    font-size: 18px;
  }
  #sectionAccess {
    padding-block: 0 122px;
  }
  #sectionAccess:before {
    height: 230px;
    top: -230px;
  }
  #sectionAccess .accessContent {
    position: absolute;
    bottom: 0;
    left: 133px;
  }
  #sectionAccess .accessTitle {
    font-size: 60px;
    line-height: 1.2;
  }
  #sectionAccess .accessNote {
    margin-top: 27px;
    font-size: 15px;
  }
  .mfp-close {
    top: -50px;
    right: -40px;
  }
  .mfp-close:hover:before, .mfp-close:hover:after {
    color: #01451b;
  }
  .mfp-close:hover:before {
    transform: scale(1.1) rotate(45deg);
  }
  .mfp-close:hover:after {
    transform: scale(1.1) rotate(-45deg);
  }
  .mfp-close:before, .mfp-close:after {
    width: 35px;
  }
  .mfp-container {
    max-width: 880px;
    padding-inline: 50px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .modalContent {
    margin-block: 80px;
  }
  .modalContent .modalBody {
    padding: 60px 80px 70px;
  }
  .modalContent .modalBody .modalBodyContent {
    margin-top: 40px;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyType {
    padding-left: 20px;
    font-size: 16px;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyType:before {
    width: 3px;
    height: 22px;
    top: 2px;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyName {
    margin-top: 18px;
    font-size: 24px;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyTItleKana {
    margin-top: 8px;
    font-size: 18px;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyTItle {
    margin-top: 39px;
    font-size: 15px;
    line-height: 2.1;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyTItleEn {
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 2.1;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyNote {
    margin-top: 24px;
    font-size: 17px;
    line-height: 2.7;
  }
  .modalContent .modalBody .modalBodyContent .modalBodyNoteEn {
    margin-top: 24px;
    font-size: 20px;
    line-height: 2.2;
  }
  @keyframes dropFade {
    0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 0.8;
    }
    100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 1;
      filter: blur(100px);
    }
  }
  .leadContentJa,
  .leadContentEn,
  .reserveContent,
  .overseasDeco1,
  .overseasDeco2,
  .memberTitle,
  .memberNote,
  .accessTitle,
  .decoImg1,
  .decoImg2 {
    transition: 0.7s opacity ease-in-out, 0.8s transform ease-in-out;
  }
  .pickupTitle,
  .reserveContent,
  .overseasDeco1,
  .overseasDeco2,
  .memberTitle,
  .memberNote,
  .accessTitle {
    transform: translateY(20px);
  }
  .reserveContent {
    transition: 0.7s opacity ease-in-out, 0.8s transform ease-in-out;
  }
  .leadContentJa,
  .leadContentEn {
    transition: 0.7s opacity ease-in-out, 1.8s transform ease-in-out;
    transform: translateY(20px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  @keyframes arrowAni {
    0%, 40%, 100% {
      transform: scale(1, 1);
    }
    20% {
      transform: scale(0, 1);
    }
  }
  #sectionLead .leadContent .decoImg1 {
    width: 18.36%;
    max-width: 295px;
    transform: translateX(0);
    left: inherit;
  }
  #sectionLead .leadContent .decoImg2 {
    width: 18.36%;
    max-width: 235px;
    transform: translateX(0);
    right: inherit;
    bottom: 60px;
  }
  #sectionConcept .conceptItem .conceptContent .conceptText .conceptTitleEn {
    left: 5px;
  }
  @keyframes dropFade {
    0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 0.8;
    }
    100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 1;
      filter: blur(100px);
    }
  }
}
/*# sourceMappingURL=map/home.css.map */
