@charset "UTF-8";

body {
  background: #000;
  color: #fff;
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック','Yu Gothic',YuGothic,Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
}

/*page load animation */
.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1),transform 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.fadeIn.is-visible {
  opacity: 1;
}

.fadeIn.is-visible .column:before {
  -webkit-transform: scale(1) translate3d(0,0,0);
  transform: scale(1) translate3d(0,0,0)
}

.wrapper {
  position: relative;
  display: flex;
}

.event {
  width: 100%;
}

.column {
  overflow: hidden;
  position: relative;
  height: 100vh;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.column:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s cubic-bezier(.215,.61,.355,1);
  transition: all 1s cubic-bezier(.215,.61,.355,1);
  z-index: -1;
}

.column:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,-webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.column.borderless:before {
  background: url(https://imagedelivery.net/b5EBo9Uo-OK6SM09ZTkEZQ/cb47ce07-f0db-42ea-321e-24b6008e8700/quality=30) center center no-repeat;
  background-size: cover;
}

.column.planet:before {
  background: url(https://imagedelivery.net/b5EBo9Uo-OK6SM09ZTkEZQ/N8XBhPcW8QSp3kr7jAgYJE/quality=30) center center no-repeat;
  background-size: cover;
}

.column.biovortex:before {
  background: url(https://imagedelivery.net/b5EBo9Uo-OK6SM09ZTkEZQ/4800c62d-c692-43d8-a34c-f44574ecb600/quality=30) center center no-repeat;
  background-size: cover;
}

.column.is-hover:before,
.fadeIn.is-visible .column.is-hover:before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.img-logo {
  display: block;
  max-width: 400px;
  min-height: 140px;
  margin: 0 20px;
  position: relative;
  box-sizing: border-box;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  text-align: center;
  vertical-align: middle;
}

.planet .img-logo {
  padding: 0 25px;
  margin: 0 auto; /* プラネッツ英語ロゴだけなぜか左寄せされるので追加 */
}

.img-logo img {
  width: 100%;
  margin: 0;
}

.button {
  display: inline-block;
  width: 320px;
  height: 70px;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 70px;
  background: #000;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s
}

.button:hover {
  background: #fff;
  color: #080808;
}

.button-pc {
  display: block;
}
.button-sp {
  display: none;
}

.txt-place {
  margin-top: 27px;
  font-size: 18px;
  font-weight: bold;
}

.txt-catch {
  height: 50px;
  margin: 20px 20px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .title {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .txt-catch {
    display: none;
  }

  .wrapper {
    flex-direction: column;
  }

}

@media screen and (max-width:1023px) {
  .column {
    height: calc(100vh/3);
  }

  .img-logo {
    min-height: auto;
  }

  .borderless .img-logo {
    padding: 0 10px;
  }
}

@media screen and (max-width:740px) {
  .title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -9px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 6px;
    text-align: center;
    z-index: 1;
  }

  .title-en {
    letter-spacing: 1px;
  }

  .img-logo {
    max-width: 280px;
    min-height: auto;
  }

  .planet .img-logo {
    padding: 0 25px;
  }

  .button {
    width: 320px;
    height: 50px;
    margin-top: 30px;
    font-size: 13px;
    line-height: 50px;
  }

  .txt-place {
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
  }
}

@media screen and (max-width:320px) {
  .img-logo {
    max-width: 250px;
    min-height: auto;
  }

  .planet .img-logo {
    padding: 0 27px;
  }

  .txt-catch {
    margin: 15px auto 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }

  .button {
    width: 270px;
    height: 50px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 50px;
  }

  .txt-place {
    display: none;
  }
}

/*-----------------------------
  landscape style
-----------------------------*/
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .img-logo {
    max-width: 360px;
    min-height: 95px;
  }
}

@media screen and (max-width: 740px) and (orientation: landscape) {
  .wrapper {
    display: -webkit-box;
    display: flex;
  }
  .column {
    height: 100vh;
  }

  .title {
    display: none;
  }

  .img-logo {
    max-width: 280px;
    min-height: 74px;
  }
}

/* iphone5,SE */
@media screen and (max-width:568px) and (orientation: landscape) {
  .wrapper {
    display: block;
  }

  .title {
    display: block;
  }
}

/* button display switching */
@media screen and (max-width: 740px) {
  .button-pc {
    display: none;
  }
  .button-sp {
    display: block;
  }
}

