@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dt, dd, p, td, th {
  margin: 0;
  padding: 0;
}
html, body, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dt, dd, p, td, th, span, a, input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border-width: medium;
}
html {
  font-size: 62.5%;
  line-height: 1;
  height: 100%;
  width: 100%;
}
body {
  color: #111111;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  background-color: #180823;
}
a {
  color: #fff;
  text-decoration: none;
  word-wrap: break-word;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #D0F0F7;
}
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sp_block {
  display: none;
}
.pc_block {
  display: block;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.fadeInTrigger, .fadeInUpTrigger {
  opacity: 0;
}
.blur_anime {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.blur_show {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.change-time1 {
  animation-delay: 0.2s;
}
.change-time2 {
  animation-delay: 0.4s;
}
.change-time3 {
  animation-delay: 0.6s;
}
.change-time4 {
  animation-delay: 0.8s;
}
.change-time5 {
  animation-delay: 1s;
}
.top {
  background-image: url("../images/main.jpg");
}
.bottom {
  background-image: url("../images/main.jpg");
}
/* 波の部分 */
.wave-top {
  position: relative;
  width: 100%;
  height: 40px;
  background: url("../images/wave_top.svg") repeat-x;
  animation: waveMove 7s linear infinite;
  top: -20px;
  background-size: 50% 100%;
}
@keyframes waveMove {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -200%;
  }
}
.wave-bottom {
  position: relative;
  width: 100%;
  height: 40px;
  background: url("../images/wave_bottom.svg") repeat-x;
  background-size: 50% 100%;
  animation: waveMove 10s linear infinite;
  bottom: -20px;
}
@keyframes waveMove {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -200%;
  }
}
.openbtn {
  display: none;
}
#video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/movie_bg.jpg);
}
#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.site-content {
  position: relative;
  z-index: 1;
  color: #000;
  text-align: center;
}
#info {
  background-color: #fff;
}
/* ----------------------------------
  LAYOUT
---------------------------------- */
.layout-wrap {
  display: flex;
  min-height: 100vh;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
/* 左サイド */
.side-left, .side-right {
	width: 20%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	max-width: 300px;
	margin: 0 auto;
	position: relative;
}
.side-left {}
.side-left .side-wrap {
	position: fixed;
	top: 0;
	width: 260px;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 1000;
	padding-top: 30px;
	/* [disabled]align-content: flex-start; */
}
.side-left .site-logo {
  max-width: 250px;
  margin-bottom: 40px;
}
.side-left .site-copy {
  margin-bottom: 40px;
}
.sp-menu {
	display: none;
}
.info-block h3 {
  margin-bottom: 20px;
}
.info-block .comingsoon {
  margin-bottom: 30px;
}
.side-left .link-block li {
  margin-bottom: 30px;
}
.side-left .link-block li a, .nav-contents li a {
  display: block;
}
.side-left .link-block li a img, .nav-contents li a img {
  position: relative;
  transition: left 0.3s ease-in-out;
  left: 0;
}
.side-left .link-block li a img:hover, .nav-contents li a img:hover {
  left: 5px;
}
/* メインコンテンツ中央 */
.main {
  position: relative;
  text-align: center;
  border-radius: 100px;
  max-width: 800px;
  width: 45%;
  margin: 40px 0;
  overflow: hidden;
}
/* CTA部分 */
.cta-area {
  margin: -30px 0 0px;
  padding: 0;
  background-color: #fff;
}
#intro {
  background-color: #fff;
  background-image: url(../images/intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 30px;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
#intro h3 {
  position: relative;
  padding: 30px 0 100px;
  margin: 0 auto;
  width: 90%;
}
#intro h3::after {
  content: "";
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/intro_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  mix-blend-mode: overlay;
}
.cta-area .lead {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 auto;
  width: 70%;
}
.side-right {
  position: relative;
  /* [disabled]height: 100vh; */
}
.nav-wrap {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* ナビゲーション */
.nav-contents h2 {
  margin: 0 auto 40px;
  max-width: 170px;
}
.nav-contents ul {
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
}
.nav-contents li {
  text-align: center;
  margin-bottom: 30px;
}
.nav-contents a {
  position: relative;
}
/* SNS */
.sns {
  text-align: center;
}
.sns .icon_insta {
  width: 30px;
  margin: 0 auto 10px;
  display: block;
}
.sns .coming {
  margin: 0 auto;
  width: 70%;
}
#intro .intro_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -7%;
}
#intro .intro_wrap .img {
  width: 40%;
}
#intro .intro_wrap .txt {
  width: 55%;
  color: #000;
  text-align: left;
  font-size: 1.3rem;
}
#intro .image {
  margin-top: -6%;
}
#about {
  background-image: url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 80px;
  background-size: cover;
  color: #fff;
}
#about h3 {
  padding: 20px 10px;
  position: relative;
  margin-bottom: 30px;
}
#about h3::after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #486f8c;
  position: absolute;
  left: 0px;
  top: 0px;
  mix-blend-mode: multiply;
}
#about h3 img {
  max-width: 450px;
  position: relative;
  z-index: 2;
  width: 100%;
}
#about .image {
	margin: 0 auto 30px;
	width: 70%;
	max-width: 400px;
}
#about h4 {
  margin-bottom: 30px;
}
#about .about_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px;
  flex-wrap: wrap;
}
#about .about_wrap .txt {
  width: 65%;
  text-align: left;
  font-size: 1.4rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9), -1px -1px 3px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.8);
  color: #fff;
}
#about .about_wrap .txt p {
  margin-bottom: 20px;
}
#about .about_wrap .img {
  width: 35%;
}
#about .movie .thum {
  margin-bottom: 30px;
}
#about .movie h4 {
  font-weight: 400;
  position: relative;
}
/*#about .movie h4::after {
	content: "";
	width: 100px;
	height: 5px;
	margin: 20px auto;
	position: relative;
	border-bottom: 3px dotted #fff;
	display: block;
}*/
#about .movie {
  text-shadow:
    3px 3px 6px rgba(0, 0, 0, 0.9), -1px -1px 3px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.8);
}
#concept {
  background-image: url(../images/concept_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #fff;
  position: relative;
}
#concept h3 {
  position: relative;
  margin: -5% auto 50px;
  z-index: 2;
}
#concept .title {
  mix-blend-mode: overlay;
  position: absolute;
  z-index: 1;
  top: 5%;
  left: 13%;
  width: 70%;
}
#concept .lead {
  margin-bottom: 50px;
}
#concept p {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
#concept .project {
  background-color: hsla(0, 0%, 100%, 0.60);
  -webkit-box-shadow: 0px 0px 10px hsla(208, 23%, 38%, 0.40);
  padding: 40px 30px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px hsla(208, 23%, 38%, 0.40);
  margin-bottom: 50px;
}
#concept .project p {
  margin-bottom: 40px;
  display: block;
}
#concept .project .logo {
  margin: 80px auto 20px;
  max-width: 200px;
}
#vision {
  background-color: #deedf1;
  background-image: url(../images/vision_bg01.jpg), url(../images/vision_bg02.jpg);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  padding: 50px 0 80px;
  background-size: contain;
}
#vision h3 {
  max-width: 600px;
  margin: 0 auto 10px
}
#vision .lead {
  margin-bottom: 50px;
}
#vision .lead p {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
#vision .movie .thum {
  width: 80%;
  margin: 0 auto;
}
#info {
  padding: 0 0 150px;
}
#info h3 {
  margin: 50px 0 30px;
}
#info .map {
  width: 80%;
  margin: 0 auto 30px;
}
.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #00a99d;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.pagetop {
	color: #00a99d;
    display: none;
    max-width: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 10;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.1;
}
/* ----------------------------------
  RESPONSIVE (SP)
---------------------------------- */
@media (max-width: 960px) {
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .openbtn {
	position: fixed;
	/* [disabled]background-color: hsla(0, 0%, 100%, 0.80); */
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	display: block;
	right: 10px;
	top: 10px;
	z-index: 99;
  }
  /*ボタン内側*/
  .openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 5px;
	background-color: #fff;
	width: 45%;
	-webkit-box-shadow: 0px 0px 3px hsla(180,21%,19%,0.90);
	box-shadow: 0px 0px 3px hsla(180,21%,19%,0.90);
  }
  .openbtn span:nth-of-type(1) {
    top: 17px;
  }
  .openbtn span:nth-of-type(2) {
    top: 24px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
	.sp-menu {
	display: block;
	margin-bottom: 30px;
}
  .layout-wrap {
    flex-direction: column;
  }
  .side-right {
    display: none;
  }
  .side-left {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    transition: left 0.4s ease;
    z-index: 99;
    background-color:
      hsla(187, 100%, 27%, 0.90);
  }
  .side-left.panel-open {
    left: 0;
  }
  .side-left .side-wrap {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    padding: 30px 10px;
    height: auto;
    overflow-y: auto;
    position: relative;
  }
  .main {
    width: 100%;
    min-height: 100vh;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  #video-wrap {
    background-attachment: fixed;
  }
  .main {
    border-radius: 0;
    margin: 0 auto;
  }
  #intro h3 {
    width: 110%;
    margin-left: -10%;
  }
  #intro .intro_wrap {
    display: block;
    margin: -10% auto 0;
  }
  #intro .intro_wrap .img {
    width: 90%;
    margin: 0 auto 20px;
  }
  #intro .intro_wrap .txt {
    width: 100%;
    margin: 0 auto 50px;
  }
#about h3 {
	padding: 20px 30px;
}
  #about .about_wrap {
    display: block;
    margin: 0 auto 30px;
  }
  #about .about_wrap .img {
    width: 90%;
    margin: 0 auto 20px;
  }
  #about .about_wrap .txt {
	width: 90%;
	margin: 0 auto 50px;
	text-align: justify;
  }
  #vision {
    position: relative;
  }
  #vision .lead p {
    font-size: 3.5vw;
  }
  #info {
    padding: 0px 0 50px;
    position: relative;
    margin-top: 0px;
  }
}
