@charset "UTF-8";
/* ===================================================================
   CSS Variables
=================================================================== */
:root {
  --f-ja: "Shippori Mincho", serif;
  --f-en: "Montserrat", sans-serif;
}

/* ===================================================================
   Top Common
=================================================================== */
.page-top .secheader {
  background: #efefef;
}
.page-top .sp-menu {
  background: #efefef;
}

.wrapper {
  overflow: clip;
}

.dib {
  display: inline-block;
}

.image-box {
  width: 100%;
  margin: 0;
  position: relative;
}
.image-box img {
  width: 100%;
  height: auto;
  display: block;
}

.cap {
  font-family: var(--f-ja);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.56px;
  color: #fff;
  opacity: 0.8;
  text-align: right;
  position: absolute;
  right: 1em;
  bottom: 0.4em;
}

.parallax .image-box .cap {
  left: 1em;
  right: auto;
  bottom: 0.4em;
}

.mv {
  padding-top: 120px;
}
.mv .mv-text {
  position: absolute;
  z-index: 2;
  left: min(5%, 50px);
  top: 200px;
  font-size: 60px;
  font-family: var(--f-en);
  font-weight: 200;
  line-height: 1.2;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mv .mv-text .js-character:nth-of-type(6), .mv .mv-text .js-character:nth-of-type(11), .mv .mv-text .js-character:nth-of-type(22) {
  padding-left: 0.25em;
}
.mv .mv-text .image_logo {
  width: 50%;
}
.mv .mv-image {
  /*background-image: url(../../img/mainvisual_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .cap {
  right: auto;
  left: 10px;
  bottom: 16vh;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(0, 0, 0), -1px 1px 2px rgb(0, 0, 0), 1px -1px 2px rgb(0, 0, 0), -1px -1px 2px rgb(0, 0, 0);
}

.section-number {
  font-family: var(--f-en);
  font-weight: 300;
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
  text-align: right;
  margin-bottom: 45px;
  padding-right: 15px;
}

#section-number02,
#section-number03 {
  position: fixed;
  top: 80px;
  right: 1%;
  z-index: 9;
  margin-bottom: 0;
  padding-right: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
#section-number02.show,
#section-number03.show {
  opacity: 1;
  visibility: visible;
}

/* ===================================================================
   Section
=================================================================== */
.section {
  padding: 120px 0 120px;
}

.content {
  position: relative;
  /* 左側のコンテンツ */
  /* 右側のコンテンツ */
}
.content .content-box {
  display: flex;
  align-items: center;
}
.content .content-left {
  width: 50%;
}
.content .content-left .image-box {
  position: relative;
}
.content .content-left .image-box img {
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .content-right {
  width: 50%;
}
.content .content-right .content-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: calc(450px + 18%);
  margin: auto;
  padding-right: 10%;
  padding-left: 8%;
}
.content .content-right .text-box em {
  color: #d9c296;
  padding: 0 0.1em;
}
.content .content-right .lead {
  font-family: var(--f-ja);
  font-weight: 400;
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2;
  color: #fff;
  margin: 0;
}
.content .content-right .image-box {
  margin: 45px 0 50px;
}
.content .content-right .link-box {
  margin-top: auto;
}
.content .content-link {
  position: relative;
  display: block;
  padding-bottom: 3px;
  font-family: var(--f-en);
  font-weight: 300;
  font-size: 26px;
  line-height: 1.54;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition: opacity 0.5s ease;
}
.content .content-link::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 3px;
  width: 26px;
  height: 26px;
  background: #fff;
  -webkit-mask-image: url(../img/arrow01.svg);
          mask-image: url(../img/arrow01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: transform 0.5s ease;
}
.content .content-link:hover {
  opacity: 0.7;
}
.content .content-link:hover::after {
  transform: translateX(3px);
}
.content.__reverse .content-box {
  flex-direction: row-reverse;
}
.content.__reverse .content-right .content-inner {
  padding-right: 8%;
  padding-left: 10%;
}

#concept {
  background: #1f2533;
}

#position {
  background-color: #777;
}

#invitation {
  background-color: #a49270;
}
#invitation .image-box01 {
  width: 62.5%;
  margin-bottom: 20px;
}
#invitation .image-box01 img {
  min-height: 200px;
}
#invitation .image-box02 {
  width: 83%;
  margin-left: 17%;
}
#invitation .image-box02 img {
  min-height: 300px;
}
#invitation .content-right .text-box {
  padding-bottom: 60px;
}
#invitation .invitation-entry {
  padding-top: 120px;
}
#invitation .invitation-entry .content-inner {
  text-align: center;
  max-width: 550px;
}
#invitation .invitation-entry .content-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  width: 400px;
  height: 70px;
  margin: 30px auto 0;
  padding: 0 50px;
  font-size: 20px;
  font-family: var(--f-ja);
  letter-spacing: 0.1em;
  line-height: 1;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 920px) {
  #invitation .invitation-entry .content-btn {
    width: 100%;
    padding: 0 20px;
  }
}
#invitation .invitation-entry .content-btn .arrow {
  width: 26px;
  height: 5px;
  -webkit-mask-image: url(../img/arrow01.svg);
          mask-image: url(../img/arrow01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #4d4a52;
  transition: transform 0.5s ease;
}
#invitation .invitation-entry .content-btn:hover {
  opacity: 0.7;
}
#invitation .invitation-entry .content-btn:hover span {
  transform: translateX(3px);
}

/* ===================================================================
   Parallax Section
=================================================================== */
.parallax {
  top: 0;
  height: 600px;
  overflow: hidden;
  will-change: transform, clip-path;
}
.parallax .image-box.image_2 img {
  -o-object-position: top;
     object-position: top;
}
.parallax .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* ===================================================================
   Mobile
=================================================================== */
@media screen and (max-width: 767px) {
  .mv {
    height: calc(100vh - 164px);
    height: calc(100dvh - 164px);
    padding-top: 0;
  }
  .mv .mv-text {
    text-align: center;
    left: 3.5vw;
    top: 5vh;
    font-size: 8.4vw;
  }
  .mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv .image_logo {
    width: 50%;
    margin: 0 auto;
  }
  .mv .cap {
    left: 10px;
    bottom: 22vw;
  }
  .image-box .cap {
    font-size: 11px;
    right: 0.5em;
    bottom: 0.5em;
  }
  .parallax .image-box.image_2 img {
    -o-object-position: center;
       object-position: center;
  }
  .parallax .image-box .cap {
    font-size: 11px;
    left: 0.5em;
    bottom: 8em;
    right: auto;
  }
  .parallax .image-box .cap.invitation {
    bottom: 13vh;
  }
  /* Section */
  /* Parallax Section */
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .parallax .image-box .cap.invitation {
    bottom: 12vh;
  }
}
@media screen and (max-width: 767px) {
  .section-number {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 40px;
    padding-right: 5%;
  }
  #section-number02,
  #section-number03 {
    right: 4%;
  }
  .section {
    padding: 20px 0 50px;
  }
  .content {
    /* 左側のコンテンツ */
    /* 右側のコンテンツ */
  }
  .content .content-box {
    flex-direction: column;
  }
  .content .content-left {
    width: 75%;
    margin-right: auto;
  }
  .content .content-left .image-box img {
    min-height: inherit !important;
  }
  .content .content-right {
    width: 100%;
  }
  .content .content-right .content-inner {
    max-width: 100%;
    margin: 0;
    padding: 30px 5% 0;
  }
  .content .content-right .lead {
    margin-bottom: 0 !important;
    font-size: 22px;
    line-height: 1.8;
  }
  .content .content-right .image-box {
    width: 66%;
    margin: 55px 0 45px auto;
  }
  .content .content-link {
    width: 66%;
    font-size: 21px;
  }
  .content.__reverse .content-box {
    flex-direction: column;
  }
  .content.__reverse .content-left {
    margin-right: 0;
    margin-left: auto;
  }
  .content.__reverse .content-right .content-inner {
    padding: 30px 5% 0;
  }
  .content.__reverse .content-right .image-box {
    margin-left: 0;
    margin-right: auto;
  }
  #concept .content-left {
    width: 90%;
  }
  #position {
    padding-top: 60px;
  }
  #invitation {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  #invitation .content .content-left {
    width: 90%;
    margin: auto;
  }
  #invitation .content .image-box01 {
    width: 66%;
    margin-bottom: 20px;
  }
  #invitation .content .image-box01 .cap {
    position: static;
    margin-top: 0.25em;
    text-align: left;
  }
  #invitation .content .image-box02 {
    width: 66%;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #invitation .content .image-box02 .cap {
    position: static;
    margin-top: 0.25em;
  }
  #invitation .content .content-right .text-box {
    padding-top: 5px;
    padding-bottom: 0;
    padding: 5px 0 0 0;
  }
  #invitation .content .content-right .lead {
    font-size: 22px;
    line-height: 1.82;
  }
  #invitation .invitation-entry {
    margin: auto;
    padding-top: 45px;
  }
  #invitation .invitation-entry .content-left {
    width: 90%;
  }
  #invitation .invitation-entry .content-left .cap {
    position: static;
    margin-top: 0.25em;
  }
  #invitation .invitation-entry .content-inner {
    margin: auto;
    padding-top: 35px;
  }
  #invitation .invitation-entry .content-btn {
    height: 50px;
    margin: 20px auto 0;
    padding: 0 8% 0 15%;
    font-size: 17px;
  }
  .parallax {
    height: 560px;
  }
  .parallax .image-box img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* -------------------------------------------------------------------------
   Splash Screen
------------------------------------------------------------------------- */
body.no-scroll {
  position: fixed;
  overflow: hidden;
  height: 100vh;
}

#splash {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
  opacity: 1;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}

#splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#splash .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#splash .splash-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#splash .splash_skip {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  aspect-ratio: 5/2;
  display: flex;
  justify-content: center;
  align-items: center;
}

#splash .splash_skip:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #splash .splash_skip {
    width: 80px;
    top: 10px;
    right: 10px;
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */