@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");

* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #666;
  font-family: Inter, 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color .5s;
}

br.smp {
  display: none;
}

strong {
  font-weight: 700;
}

a {
  color: #666;
  text-decoration: none;
  transition: opacity 0.3s;
  border-bottom: 1px solid #ccc;
}

a:hover {
  opacity: 0.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.fade {
  opacity: 0;
  transition: 2s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.fade.show {
  opacity: 1;
}

.fade > * {
  opacity: 0;
  transform: translateY(10px);
  transition: 2s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.fade.show > * {
  opacity: 1;
  transform: translateY(0);
}

.line {
  display: inline-block;
}

img.fade {
  transform: translateY(40px);
}

img.fade.show {
  opacity: 1;
  transform: translateY(0);
}

#wh {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  visibility: hidden;
  z-index: -1;
}

/*.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}*/

.intro {
  /*background: #fff url(../img/bg.jpg) left top no-repeat;*/
  background-size: 800px;
  height: 500px;
  position: relative;
  margin: 200px auto;
}

.intro h1 {
  font-size: 160%;
  font-weight: 300;
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: .22em;
}

.intro h1 span {
  /*filter: blur(8px);*/
  display: inline-block;
  opacity: 0;
  transition: 2s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.intro h1 span.show {
  /*filter: blur(0);*/
  opacity: 1;
}

.intro .c1 strong {
  color: #81cde4;
}

.intro .c2 strong {
  color: #65bfa1;
}

.intro .c3 strong {
  color: #e88fbb;
}

.intro .c4 {
  display: block;
  line-height: 2;
}

.intro .c4-2 {
  display: block;
  margin-top: 10px;
  line-height: 2;
}

.intro .c4-2 strong {
  color: #6BAF66;
}

.intro p {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 3.3;
  letter-spacing: .3em;
}

.intro p strong {
  color: #6BAF66;
  padding: 12px 0;
  display: inline-block;
}

/*.intro p .line {
  filter: blur(8px);
}

.intro p.show .line {
  filter: blur(0);
}*/

.scroll:after {
  content: "";
  display: block;
  background: #a8c7a6;
  position: absolute;
  left: 50%;
  bottom: 150px;
  width: 1px;
  height: 0;
  z-index: 1;
  opacity: 0.5;
}

.scroll.on:after {
  animation: down 2.5s ease infinite;
}

@keyframes down {
  0% {
    bottom: 150px;
    height: 0;
  }
  33% {
    bottom: 0;
    height: 150px;
  }
  66% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 150px;
    height: 0;
  }
}

.skip {
  position: absolute;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  letter-spacing: .1em;
}

.open {
  margin: 200px auto 0;
}

.open img {
  filter: blur(8px);
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  opacity: 0;
  transition: 2s cubic-bezier(0.16, 0.84, 0.44, 1);
  padding: 15vh 0;
}

.open.show img {
  filter: blur(0);
  opacity: 1;
}

.movie {
  width: 100%;
  margin: 0 auto;
}

.gallery {
  margin: 300px auto 0;
  width: 80%;
  max-width: 1500px;
  position: relative;
}

.gallery img:first-child {
  width: 55%;
  margin-left: 0;
}

.gallery img:nth-child(2) {
  width: 40%;
  margin: -10vw 0 0 auto;
}

.gallery img:nth-child(3) {
  width: 22%;
  margin: -5vw 45% 0 auto;
}

.concept {
  margin: 300px auto 0;
  width: 80%;
  max-width: 1500px;
  position: relative;
}

.concept div {
  position: relative;
}

.concept .c1 {
  width: 40vw;
  height: 40vw;
  margin: 0 auto 0 5vw;
}

.concept .c2 {
  width: 40vw;
  height: 40vw;
  margin: -20vw 5vw 0 auto;
}

.concept .c3 {
  width: 20vw;
  height: 20vw;
  margin: -15vw auto 0 22vw;
}

.concept img {
  width: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.concept .c3 img {
  width: 80px;
}

.concept div:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #81cde4;
  border-radius: 50%;
  transition: 2s cubic-bezier(0.16, 0.84, 0.44, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.concept.show div:after {
  width: 100%;
  height: 100%;
}

.concept .c2:after {
  border-color: #65bfa1;
}

.concept .c3:after {
  border-color: #e88fbb;
}

.tenants {
  margin: 300px 0 0;
  text-align: center;
}

.tenants p {
  line-height: 5.5;
  letter-spacing: .1em;
  display: inline-block;
  text-align: left;
}

.tenants img {
  width: 2.8em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em;
  opacity: 0.75;
}

.tenants .boshu {
  line-height: 3;
  letter-spacing: .1em;
  color: #6BAF66;
  display: inline-block;
  margin-top: 150px;
  border: 1px solid #c3e2c1;
  padding: 50px 45px;
}

.tenants .boshu img {
  width: 3em;
  display: block;
  margin: 0 auto 1em;
}

.tenants .boshu strong {
  text-align: center;
  display: block;
  font-size: 110%;
  margin-bottom: 2em;
}

.tenants .boshu a {
  color: #6BAF66;
  border-bottom: 1px solid #c3e2c1;
}

.address {
  margin: 300px 0 0;
  text-align: center;
}

.address p {
  line-height: 3;
  letter-spacing: .1em;
}

.address .map {
  display: inline-block;
}

.comingsoon {
  padding: 300px 0 0;
  color: #6BAF66;
}

.copyright {
  padding: 300px 0 50px;
  font-size: 75%;
  opacity: 0.5;
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
    min-width: inherit;
  }

  br.pc,
  span.pc {
    display: none;
  }

  br.smp,
  span.smp {
    display: inline;
  }
  
  .intro {
    height: auto;
    margin: 180px 0 80px;
    text-align: center;
  }
  
  .intro h1 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    transform: none;
    text-align: center;
    font-size: 145%;
    letter-spacing: .1em;
    padding-bottom: 60px;
  }
  
  .intro img {
    width: 150px !important;
    margin-top: 30px !important;
  }
  
  .intro p {
    position: relative;
    left: 10%;
    top: 0;
    width: 80%;
    letter-spacing: .1em;
    transform: none;
    padding: 0;
    font-size: 100%;
    text-align: left;
    display: inline-block;
  }
  
  .intro .scroll {
    position: absolute;
    top: 95vh;
    left: 50%;
  }

  .movie {
    width: 100%;
  }

  .skip {
    right: 30px;
    bottom: auto;
    top: 30px;
  }
  
  .gallery {
    width: 90%;
    margin: 180px auto 0;
  }
  
  .concept {
    width: 90%;
    margin: 180px auto 0;
  }
  
  .concept img {
    width: 140px;
  }
  
  .concept .c2 {
    margin: -13vw 5vw 0 auto;
  }
  
  .concept .c3 {
    margin: -10vw auto 0 26vw;
  }
  
  .concept .c3 img {
    width:60px;
  }
  
  .concept.show div:after {
    width: 130%;
    height: 130%;
  }
  
  .tenants {
    margin: 180px auto 0;
  }
  
  .tenants p {
    line-height: 3.5;
    letter-spacing: .05em;
    text-align: center;
  }
  
  .tenants img {
    display: block;
    margin: 2em auto 0;
  }

  .tenants .boshu {
    line-height: 2.5;
    letter-spacing: .05em;
    margin-top: 100px;
    padding: 30px 20px;
    width: 90%;
  }
  
  .address {
    margin: 180px auto 0;
  }
  
  .address p {
    letter-spacing: .05em;
  }

  .address .map {
    width: 400px;
    height: 400px;
  }
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.forerium {
  background: #f5bdc9;
  color: #000;
  text-align: center;
  line-height: 2;
  padding-bottom: 160px;
}

.forerium a {
  display: block;
  border: 0;
  opacity: 1;
}

.kyogen {
  background: #1160a3;
  color: #fff;
}

.title {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  padding: 200px 0 50px;
}

.logo {
  width: 70px;
  margin: 0 5vw 0 auto;
  padding: 5vw 0;
}

.poster {
  margin: 0 auto;
  width: 100%;
  max-width: 2100px;
}

.copy {
  width: 90%;
  max-width: 700px;
  position: relative;
}

.soon {
  font-size: 150%;
  letter-spacing: .3em;
  padding: 50px 0 200px;
}

.special {
  background: #017233;
  color: #fff;
  width: 300px;
  font-size: 18px;
  font-weight: bold;
  line-height: 70px;
  border-radius: 35px;
  text-align: center;
  margin: 80px auto 0;
}

.kyogen .special {
  background: #fff;
  color: #1160a3;
}

@media screen and (max-width: 1000px) {
  .logo {
    width: 55px;
  }

  .title {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    padding: 120px 0 50px;
  }
  
  .soon {
    font-size: 100%;
    letter-spacing: .2em;
    padding: 50px 0 100px;
  }
}