* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
html {
	-webkit-text-size-adjust: none; /* iPhone */
  overflow-x: hidden;
  font-size: 62.5%;
  animation: fade 2s ease 0s 1 normal;
  background-color: #000;
}
@keyframes fade {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
h1,h2,h3 {
	font-size: 100%;
}
ul,
li {
	list-style: none;
}
img,
a img {
	border: none;
}
img,
iframe {
	max-width: 100%;
	vertical-align: bottom;
}
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: 'Noto Sans JP', Meiryo, 'Hiragino Kaku Gothic Pro','MS PGothic',sans-serif;
	font-size: 1.6rem;
  background-color: #000;
	color: #fff;
}
iframe {
	z-index: 1;
}
.movie-box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-box iframe {
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
  height: 100% !important;
}
#container {
	position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 20;
}
header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
  height: 7rem;
	padding: 0 10px;
}
header #logo {
	margin: 0 auto 0 0;
	width: 140px;
}
header .nav {
  margin: 0 0 0 auto;
}
.nav ul {
	display: flex;
	align-items: center;
	padding: 0;
}
.nav li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}
.nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 1em;
	position: relative;
}
.nav li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	content: "\f107";
	font-family: FontAwesome;
  color: #C8A235;
}
.nav li.current a {
	color: #71a1d8;
}
#contentWrapper {
  width: 100%;
	margin: 0 auto;
  padding: 7rem 0 0;
  /*flex: 1;*/
}
.contents-inner {
	width: 960px;
	margin: 0 auto;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-item {
  width: 48%;
}
#section-1 {
  background: #191919 url("../images/sec1_bg.png") no-repeat center top;
  background-size: 100%;
  padding: 20% 0 18rem;
  position: relative;
}
#section-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #191919;
  transition: height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .3s;
}
#section-1.is-show::after {
  height: 0%;
}
#section-1 .block01 {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .6s;
}
#section-1 .block01.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
#section-1 .txt01 {
  text-align: center;
  font-size: 2.8rem;
  margin: 0 0 1.5em;
}
#section-1 .txt02 dt {
  width: 90%;
  margin: 0 auto 2.5rem;
}
#section-1 .txt02 dd {
  text-align: center;
}
#section-1 .txt02 dd span {
  display: inline-block;
  background-color: #8D8D8D;
  color: #000;
  padding: 0.1em 0.4em;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
#section-1 .txt02 dd span.blue {
  background-color: #406FCC;
}
#section-1 .txt02 .flex-and {
  text-align: center;
  font-size: 4.5rem;
  color: #8D8D8D;
}
#section-1 .txt03 {
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
  margin: 0 0 1em;
}
#section-1 .txt03 span {
  font-size: 3.6rem;
}
#section-1 .block02 .flex-box {
  align-items: flex-start;
}
#section-1 .block02 .flex-item {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  /*transition-delay: .4s;*/
}
#section-1 .block02 .flex-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
#section-1 .block02 .flex-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
#section-1 .block02 .flex-item.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
#section-1 .block02 .ventus-wrap dt {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 700;
  padding: 1em 0;
}
#section-1 .block02 .ventus-blue dt {
  color: #406FCC;
}
#section-1 .block02 .ventus-black dt {
  color: #8D8D8D;
}
#section-1 .block02 .ventus-wrap dd {
  font-size: 1.8rem;
  line-height: 1.8;
}
#section-2 {
  background: url("../images/sec2_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 18rem 0 12rem;
  position: relative;
}
#section-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0B0931;
  transition: height 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .8s;
  z-index: 1;
}
#section-2.is-show::after {
  height: 0%;
}
#section-2 .sec2-ventus-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-35%);
  width: 100%;
  z-index: 2;
}
#section-2 .sec2-ventus-image {
  opacity: 0;
  transform: translate(-50%,0%);
  transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .1s;
}
#section-2 .sec2-ventus-image.is-show {
  opacity: 1;
  transform: translate(-50%,-35%);
}
#section-2 .block01 {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .8s;
  position: relative;
  z-index: 2;
}
#section-2 .block01.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
#section-2 .block01 .txt01 {
  text-align: center;
  font-size: 2.8rem;
  margin: 0 0 1em;
}
#section-2 .block01 .txt02 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #BE9D3D;
  margin: 0 0 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-2 .block01 .txt02::before,
#section-2 .block01 .txt02::after {
  content: "";
  width: 0.3rem;
  height: 3rem;
  background-color: #BE9D3D;
}
#section-2 .block01 .txt02::before {
  margin-right: 1em;
  transform: rotate(-25deg);
}
#section-2 .block01 .txt02::after {
  margin-left: 1em;
  transform: rotate(25deg);
}
#section-2 .block01 .txt03 {
  margin: 0 0 0.5em;
}
#section-2 .txt04 {
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
  margin: 0 0 1em;
}
#section-2 .txt04 span {
  font-size: 3.6rem;
}
#section-2 .block02,
#section-2 .block03 {
  margin: 0 0 5rem;
}
#section-2 .movie-info {
  display: flex;
  justify-content: space-between;
  padding: 3em 0 2em;
}
#section-2 .movie-title {
  width: 45%;
}
#section-2 .movie-title {
  opacity: 0;
  transform: translateX(-4rem);
  transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .2s;
}
#section-2 .movie-title.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
#section-2 .movie-title dt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
}
#section-2 .movie-title dt span {
  display: inline-block;
  background-color: #406FCC;
  color: #000;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.1em 0.3em;
}
#section-2 .movie-title dt span.ventus-black {
  background-color: #8D8D8D;
}
#section-2 .movie-title dd {
  font-size: 6rem;
  font-weight: 700;
  color: #C8A235;
  line-height: 1.3;
}
#section-2 .movie-title dd span {
  font-size: 3.3rem;
  font-weight: 500;
}
#section-2 .movie-title dd strong {
  font-size: 10rem;
  font-weight: 900;
}
#section-2 .movie-desc {
  width: 54%;
  font-size: 1.8rem;
  line-height: 1.8;
}
#section-2 .movie-desc {
  opacity: 0;
  transform: translateX(4rem);
  transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .4s;
}
#section-2 .movie-desc.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
#section-2 .block03 {
  padding: 9rem 0 0;
}
#section-2 .block03 .movie-info {
  flex-direction: row-reverse;
}
#section-2 .block03 .movie-title {
  text-align: right;
}
.profile-box {
  border: 3px solid #C8A235;
  margin: 0 0 2.5rem;
  padding: 2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-box {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  /*transition-delay: .4s;*/
}
.profile-box.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
.profile-photo {
  width: 20rem;
}
.profile-info {
  flex: 1;
  padding: 0 0 0 2em;
}
.profile-name {
  margin: 0 0 1em;
}
.profile-name dt {
  font-size: 1.8rem;
  font-weight: 700;
}
.profile-name dd {
  font-size: 1.4rem;
  color: #C8A235;
}
.profile-desc {
  line-height: 1.7;
}
#section-3 {
  padding: 0 0 10rem;
  position: relative;
}
#section-3 .block01 {
  background: url("../images/spec_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 9rem 0 6rem;
  position: relative;
}
#section-3 .block01 .contents-inner {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  /*transition-delay: .4s;*/
}
#section-3 .block01 .contents-inner.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
#section-3 .block01 .txt01 {
  text-align: center;
  font-size: 2.8rem;
}
#section-3 .block01 .txt02 {
  text-align: center;
  font-size: 6rem;
  font-weight: 900;
}
#section-3 .block01 .txt02 span {
  font-size: 3.3rem;
}
#section-3 .block01 .txt03 {
  text-align: center;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}
#section-3 .block01 .txt03 span {
  font-size: 3.3rem;
}
#section-3 .block01 .txt03 strong {
  font-size: 9rem;
  font-feature-settings: "palt";
  color: #C8A235;
}
/*#section-3 .spec-image {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1), transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .4s;
}
#section-3 .spec-image.is-show {
  opacity: 1;
  transform: translateY(0rem);
}*/
#section-3 .spec-image {
  position: relative;
}
#section-3 .spec-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: width 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .4s;
}
#section-3 .spec-image.is-show::after {
  width: 0%;
}
#section-3 .spec-desc {
  font-size: 1.8rem;
  padding: 5rem 0;
  line-height: 1.8;
}
.spec-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #404040;
}
.spec-table th,
.spec-table td {
  border: 1px solid #404040;
  text-align: center;
  padding: 1em;
  font-size: 2rem;
  font-weight: normal;
}
.spec-table th span {
  font-size: 1.6rem;
}
.link-detail {
  text-align: center;
  margin: 4em 0 0;
}
.link-detail a {
  color: #fff;
}
.page-top {
  position: fixed;
  bottom: 5%;
  right: 1%;
  cursor: pointer;
  font-size: 20px;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #C8A235;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
footer {
  background-color: #222;
  text-align: center;
  padding: 2rem 0;
}
.pc-box {
	display: block;
}
.sp-box {
	display: none;
}
@media screen and (max-width: 1200px) {
	#container header #logo {
		margin: 0 auto;
	}
	#container header .nav {
		display: none;
	}
}
@media screen and (max-width: 960px) {
	html {
		font-size: 1vw;
	}
  .contents-inner {
    width: auto;
    padding: 0 1em;
  }
	.page-top {
	}
}
@media screen and (max-width: 600px) {
  .pc-box {
    display: none;
  }
	.sp-box {
		display: block;
	}
	html {
		font-size: 1.8vw;
	}
  #section-1 {
    padding: 25% 0 10rem;
  }
  #section-1 .txt03 {
    margin: 0 0 0.5em;
  }
  #section-1 .txt02 dd span {
    font-size: 3rem;
  }
  #section-1 .txt03 {
    font-size: 5rem;
  }
  #section-1 .block02 .flex-box {
    display: block;
  }
  #section-1 .block02 .flex-item {
    width: 100%;
    margin: 0 0 2em;
  }
  #section-2 {
    padding: 11rem 0 8rem;
  }
  #section-2 .txt04 {
    margin: 0 0 0.5em;
  }
  #section-2 .movie-info {
    display: block;
  }
  #section-2 .movie-title {
    width: 100%;
    margin: 0 0 1em;
  }
  #section-2 .movie-title dd strong {
    font-size: 8rem;
  }
  #section-2 .movie-desc {
    width: 100%;
  }
  #section-2 .block02,
  #section-2 .block03 {
    margin: 0 0 3rem;
  }
  .profile-box {
    padding: 2rem;
  }
  .profile-photo {
    width: 16rem;
  }
  .profile-name {
    margin: 0 0 0.5rem;
  }
  #section-2 .block03 {
    padding: 7rem 0 0;
  }
  #section-2 .block03 .movie-title {
    text-align: left;
  }
  #section-3 .block01 .txt03 {
    line-height: 1.3;
  }
  #section-3 .block01 .txt03 strong {
    font-size: 7rem;
  }
  .spec-table {
    overflow-x: auto;
  }
	.page-top {
	}
}