@charset "utf-8";
/* design page
 * ========================================================================== */
/* common style */
.design header .menu-trigger .line {
  background-color: #000;
}
section {
  margin: 0 auto;
  width: 100%;
  position: relative
}
.bg {
  background: linear-gradient(117.47deg, #DEE5EC 0.41%, #FFFBF7 35.76%);
}
.js-trigger.fade {
  opacity: 0;
}
.js-trigger._on.fade {
  opacity: 1;
  transition: opacity 2s;
}
.js-trigger.blur {
  opacity: .5;
  filter: blur(10px);
}
.js-trigger._on.blur {
  opacity: 1;
  filter: blur(0);
  transition: all 1s 1s;
}
@media screen and (max-width: 619px) {
  .js-trigger._on.blur {
    transition: all 1s .5s;
  }
}

/* mainvisual */
#mainvisual {
  overflow: hidden;
  aspect-ratio: 1900 / 2200;
}
#mainvisual .mainvisualInner {
  background: #000;
  clip-path: inset(0 0 0 0);
}
#mainvisual .mainvisualCopy picture {
  opacity: 0;
}
#mainvisual._on .mainvisualCopy picture {
  opacity: 1;
  transition: opacity 4s;
}
#mainvisual .mainvisualCopy picture > div {
  height: 100%;
  filter: blur(4px);
  transform: translateY(3%);
}
#mainvisual._on .mainvisualCopy picture > div {
  filter: blur(0);
  transform: translateY(-3%);
  transition: all 4s ease-out;
}
#mainvisual h2 {
  position: absolute;
  top: 15%;
  left: 60%;
  width: 50%;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .6) 1px 1px 10px, rgba(0, 0, 0, .6) -1px 1px 10px, rgba(0, 0, 0, .6) 1px -1px 10px, rgba(0, 0, 0, .6) -1px -1px 10px;
  font-size: 90px;
  font-weight: 100;
  letter-spacing: 8px;
  line-height: 1;
  opacity: 0;
}
#mainvisual._on h2 {
  opacity: 1;
  transition: opacity 4s 2s;
}
#mainvisual .mainvisualCopy .caption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1024px) {
  #mainvisual h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 619px) {
  #mainvisual {
    aspect-ratio: 750 / 1300;
  }
  #mainvisual .mainvisualCopy picture > div {
    transform: translateY(5%);
  }
  #mainvisual._on .mainvisualCopy picture > div {
    transform: translateY(-2%);
    transition: transform 4s ease-out;
  }
  #mainvisual h2 {
    top: 30%;
    left: 0;
    width: 100%;
    font-size: 38px;
    letter-spacing: 0;
    text-align: center;
  }
  #mainvisual._on h2 {
    transition: opacity 4s 1s;
  }
}
@media screen and (max-width: 320px) {}

/* theme */
#theme {
  padding-top: 70px;
}
#theme .themeInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 90%;
  max-width: 1400px;
  overflow: hidden;
}
#theme .themeCopy {
  width: 450px;
}
#theme h3 .font-en {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 100;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: 2px;
}
#theme .txt {
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 2px;
}
#theme .themeImg {
  position: relative;
  width: 61%;
}
#theme .themeImg picture {
  opacity: 0;
}
#theme._on .themeImg picture {
  opacity: .8;
  transition: opacity 4s;
}
#theme .themeImg picture > div {
  height: 100%;
  transform: translateY(5%);
}
#theme._on .themeImg picture > div {
  transform: translateY(0);
  transition: all 4s ease-out;
}
#theme .caption {
  position: absolute;
  left: 6%;
  bottom: 1%;
  color: #fff;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1300px) {
  #theme .themeCopy {
    width: 35%;
  }
  #theme h3 .font-en {
    font-size: 20px;;
  }
  #theme .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 619px) {
  #theme {
    padding-top: 80px;
  }
  #theme .themeInner {
    width: 100%;
  }
  #theme .themeImg {
    width: 100%;
    order: 1;
  }
  #theme .themeCopy {
    padding: 0 5% 30px;
    width: 100%;
  }
  #theme h3 .font-en {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #theme .txt {
    font-size: 14px;
  }
  #theme .caption {
    left: auto;
    right: 10px;
    bottom: 1%;
  }
}
@media screen and (max-width: 320px) {}

/* detail */
.detail {
  background: #003247;
  color: var(--color-white);
}
.detail .detailInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail .detailCopy {
  padding: 6.5%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 41%;
}
.detail h3 .font-en {
  display: block;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 200;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}
.detail h3 .font-jp {
  display: block;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 3px;
  text-align: center;
}
.detail .txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 2px;
}
.detail .detailImg {
  position: relative;
  width: 59%;
  overflow: hidden;
  aspect-ratio: 1127 / 820;
}
.detail .detailImg .masklayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003247;
  z-index: 2;
  transition: transform 1.2s ease;
  transform: translateX(0%);
  pointer-events: none;
}
.detail._on .detailImg .masklayer {
  transform: translateX(100%);
}
.detail .caption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
}
#glass .detailImg {
  order: -1;
}
#green .detailImg {
  aspect-ratio: 1127 / 840;
}
#holl {
  background: linear-gradient(117.47deg, #DEE5EC 0.41%, #FFFBF7 35.76%);
  color: var(--color-black);
}
#holl .detailImg {
  order: -1;
}
#holl .detailImg .masklayer {
  background: #fffbf7;
}
#holl .detailCopy {
  padding: 5%;
}
#holl h3 {
  align-self: flex-start;
}
#holl h3 .font-en {
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}
#holl .txt {
  font-size: 20px;
  line-height: 2;
}
#holl .caption {
  left: 10px;
}
#terrace .detailImg {
  width: 64%;
  aspect-ratio: 1229 / 1302;
}
#terrace .detailCopy {
  padding: 4%;
  width: 36%;
}
#terrace .copy {
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 110px;
  font-weight: 200;
  color: var(--color-white);
  line-height: 1;
  letter-spacing: 2px;
  opacity: .2;
}
#terrace h3 {
  align-self: flex-start;
}
#terrace h3 .font-en {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 300;
  color: var(--color-white);
  text-align: left;
  line-height: 1.4;
}
#terrace .txt {
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 2px;
}
#guestroom .detailImg {
  order: -1;
}
#guestroom .detailCopy {
  padding: 5%;
}
#guestroom h3 {
  align-self: flex-start;
}
#guestroom h3 .font-en {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 300;
  color: var(--color-white);
  text-align: left;
  line-height: 1.4;
}
#guestroom .txt {
  align-self: flex-start;
  max-width: 470px;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 2px;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1024px) {
  .detail .detailCopy {
    padding: 150px 10% 120px;
    width: 100%;
  }
  .detail .detailImg {
    width: 100%;
    aspect-ratio: inherit;
  }
  #glass .detailImg,
  #holl .detailImg,
  #guestroom .detailImg {
    order: 1;
  }
  #green .detailImg {
    aspect-ratio: inherit;
  }
  #holl .caption {
    left: auto;
  }
  #terrace .detailCopy {
    padding: 150px 5% 100px;
    width: 100%;
  }
  #terrace .detailImg {
    width: 100%;
    aspect-ratio: inherit;
  }
  #terrace .copy {
    left: auto;
    right: 0;
    font-size: 80px;
    text-align: right;
  }
  #terrace h3 .font-en {
    margin-bottom: 20px;
  }
  #terrace .txt {
    align-self: flex-start;
  }
  #guestroom .detailCopy {
    padding: 150px 5% 100px;
  }
  #guestroom .txt {
    max-width: 100%;
  }
}
@media screen and (max-width: 619px) {
  .detail .detailCopy {
    padding: 90px 5% 50px;
  }
  .detail h3 .font-en {
    margin-bottom: 15px;
    font-size: 30px;
    letter-spacing: 1px;
  }
  .detail h3 .font-jp {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .detail .txt {
    font-size: 14px;
  }
  .detail .detailImg .masklayer {
    transition: transform 1.2s ease 1s;
  }
  #glass .detailImg {
    order: 1;
  }
  #green.detail._on .detailImg .masklayer {
    transform: translateX(-100%);
  }
  #holl .detailCopy {
    padding: 90px 5% 50px;
  }
  #holl h3 .font-en {
    font-size: 20px;
  }
  #holl .txt {
    font-size: 14px;
  }
  #terrace .detailCopy {
    padding: 90px 5% 60px;
  }
  #terrace .copy {
    font-size: 50px;
  }
  #terrace h3 .font-en {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #terrace .txt {
    font-size: 14px;
  }
  #guestroom .detailCopy {
    padding: 90px 5% 60px;
  }
  #guestroom .copy {
    font-size: 50px;
  }
  #guestroom h3 .font-en {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #guestroom .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {}

/* entrance */
#entrance {
  position: relative;
}
#entrance .entranceInner {
  margin: auto;
  max-width: 1240px;
}
#entrance .copy {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100px;
  font-weight: 200;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: 2px;
  opacity: .2;
}
#entrance .entranceCopy {
  padding: 180px 5% 100px;
  max-width: 800px;
}
#entrance h3 .font-en {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: 2px;
}
#entrance .txt {
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 2px;
}
#entrance .caption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
}
.slider-wrap {
  position: relative;
}
.custom-pager {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -60px;
  right: 120px;
  width: 213px;
}
.custom-pager .bar {
  height: 2px;
  background-color: #ddd;
  flex: 1;
  width: 50%;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.custom-pager .bar.active {
  background-color: #9B8E51;
}
.slider .slide {
  opacity: 0;
  transition: opacity 1.5s ease;
}

.slider .slick-active {
  opacity: 1;
}

.slider .slide img {
  width: 100%;
  height: auto;
  transform-origin: center center;
  animation: none;
}

.slider .slick-slide:nth-child(odd) img {
  transform: scale(1.1);
}
.slider .slick-slide:nth-child(odd).slick-active img {
  animation: zoomIn 7s ease forwards;
}

.slider .slick-slide:nth-child(even).slick-active img {
  animation: zoomOut 7s ease forwards;
}

@keyframes zoomIn {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}

@keyframes zoomOut {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* @media
 * ========================================================================== */
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 619px) {
  #entrance .copy {
    top: -5px;
    font-size: 50px;
  }
  #entrance .entranceCopy {
    padding: 100px 15px 50px;
  }
  #entrance h3 .font-en {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #entrance .txt {
    font-size: 14px;
  }
  .custom-pager {
    top: -20px;
    right: 20px;
    width: 120px;
  }
}
@media screen and (max-width: 320px) {}