* {
	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: 0;
	padding: 0;
	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 1rem;
}
header #logo {
	margin: 0 auto 0 0;
	width: 14rem;
}
header .nav {
  margin: 0 0 0 auto;
}
.nav ul {
	display: flex;
	align-items: center;
	padding: 0;
}
.nav li {
	display: inline-block;
	margin: 0 1rem;
	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: 100rem;
	margin: 0 auto;
  padding: 7rem 0 0;
  /*flex: 1;*/
}
.contents-inner {
	width: 100rem;
	margin: 0 auto;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-item {
  width: 48%;
}
.main-title {
  width: 2000px;
  height: 700px;
  margin: 0 0 0 -500px;
  background: url("../images/mainimg.jpg") no-repeat center top;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#section-1,
#section-1-2,
#section-2,
#section-3 {
  width: 2000px;
  margin: 0 0 0 -500px;
}
#section-1 {
  background: #191919 url("../images/ventus_tr_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 12rem 0;
  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 .txt01 dt {
  width: 80rem;
  margin: 0 auto 0.5em;
}
#section-1 .txt01 dd {
  font-size: 4rem;
  font-weight: bold;
}
#section-1 .block02 .flex-box {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#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;*/
  margin-bottom: 7rem;
}
#section-1 .block02 .flex-item:nth-of-type(1) {
  transition-delay: 0.2s;
  margin-right: 1em;
}
#section-1 .block02 .flex-item:nth-of-type(2) {
  transition-delay: 0.4s;
  margin-left: 1em;
}
#section-1 .block02 .flex-item:nth-of-type(3) {
  transition-delay: 0.6s;
}
#section-1 .block02 .flex-item.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
#section-1 .block02 .ventus-image {
  margin-bottom: 3rem;
}
#section-1 .block02 .new {
  text-align: center;
  margin: 0 auto 0.5em;
}
#section-1 .block02 .new span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  padding: 0.1em 0.8em;
}
#section-1 .block02 .tr-red .new span {
  background-color: #E6282B;
  color: #fff;
}
#section-1 .block02 .ventus-name {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 0.4em;
}
#section-1 .block02 .ventus-name strong {
  font-weight: 900;
}
#section-1 .block02 .tr-red .ventus-name {
  color: #E6282B;
}
#section-1 .block02 .tr-blue .ventus-name {
  color: #406FCC;
}
#section-1 .block02 .ventus-wrap dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#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;
}
.btn-area li a {
  width: 54.8rem;
  height: 10rem;
  margin: 0 auto 2em;
  text-align: center;
  text-decoration: none;
  background-color: #2B66BF;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: 0.2s;
}
.btn-area li a:hover {
  opacity: 0.8;
}
.btn-area li a::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translate(0,-50%);
  content: "\f105";
  font-family: FontAwesome;
  font-size: 150%;
}
.btn-area li.gold a {
  background-color: #C8A235;
}


#section-1-2 {
  background: #EFEFEF url("../images/ventus_bg.jpg") no-repeat center top;
  background-size: cover;
  color: #191919;
  padding: 12rem 0;
  position: relative;
}
#section-1-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #EFEFEF;
  transition: height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .3s;
}
#section-1-2.is-show::after {
  height: 0%;
}
#section-1-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: .6s;
}
#section-1-2 .block01.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
#section-1-2 .txt01 {
  text-align: center;
  font-size: 2.8rem;
  margin: 0 0 1.5em;
}
#section-1-2 .txt01 dt {
  width: 80rem;
  margin: 0 auto 0.5em;
}
#section-1-2 .txt01 dd {
  font-size: 4.8rem;
  font-weight: bold;
}
#section-1-2 .block02 .flex-box {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#section-1-2 .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;*/
  margin-bottom: 7rem;
}
#section-1-2 .block02 .flex-item:nth-of-type(1) {
  transition-delay: 0.2s;
  margin-right: 1em;
}
#section-1-2 .block02 .flex-item:nth-of-type(2) {
  transition-delay: 0.4s;
  margin-left: 1em;
}
#section-1-2 .block02 .flex-item.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
#section-1-2 .block02 .ventus-image {
  margin-bottom: 3rem;
}
#section-1-2 .block02 .ventus-name {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 0.4em;
}
#section-1-2 .block02 .ventus-name strong {
  font-weight: 900;
}
#section-1-2 .block02 .ventus-black .ventus-name {
  color: #000;
}
#section-1-2 .block02 .ventus-blue .ventus-name {
  color: #406FCC;
}
#section-1-2 .block02 .ventus-wrap dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#section-1-2 .block02 .ventus-wrap dd {
  font-size: 1.8rem;
  line-height: 1.8;
}
#section-1-2 .block03.btn-area li a {
  width: 54.8rem;
  height: 10rem;
  margin: 0 auto 2em;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: 0.2s;
}
#section-1-2 .block03.btn-area li a:hover {
  opacity: 0.8;
}
#section-1-2 .block03.btn-area li a::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translate(0,-50%);
  content: "\f105";
  font-family: FontAwesome;
  font-size: 150%;
}
#section-1-3 {
  padding: 10rem 0;
}
#section-1-3 .graph-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 1em;
}
#section-1-3 .graph-box {
  width: 100%;
  aspect-ratio: 1000 / 640;
  background: url("../images/graph.png") no-repeat center top;
  background-size: 100%;
  margin: 0 0 2em;
  position: relative;
}
#section-1-3 .graph-box li:nth-child(1) {
  width: 28.8%;
  position: absolute;
  top: 14%;
  left: 13%;
}
#section-1-3 .graph-box li:nth-child(2) {
  width: 28.8%;
  position: absolute;
  top: 24%;
  left: 35.6%;
}
#section-1-3 .graph-box li:nth-child(3) {
  width: 28.8%;
  position: absolute;
  top: 37.5%;
  left: 35.6%;
}
#section-1-3 .graph-box li:nth-child(4) {
  width: 28.8%;
  position: absolute;
  top: 55%;
  left: 47%;
}
#section-1-3 .graph-box li:nth-child(5) {
  width: 28.8%;
  position: absolute;
  top: 65%;
  left: 55%;
}
#section-1-3 .graph-box li:nth-child(6) {
  width: 28.8%;
  position: absolute;
  top: 75%;
  left: 61%;
}
#section-1-3 .graph-box li:nth-child(7) {
  width: 28.8%;
  position: absolute;
  top: 86%;
  left: 66%;
}
#section-1-3 .graph-box a img {
  transition: 0.2s;
}
#section-1-3 .graph-box a:hover img {
  opacity: 0.8;
}
#section-1-3 .graph-txt {
  font-size: 1.8rem;
  line-height: 2;
}

#section-2 {
  background: #F0F0F0 url("../images/coach_bg.jpg") no-repeat center top;
  background-size: cover;
  color: #000;
  padding: 10rem 0 10rem;
  position: relative;
}
#section-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
  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 .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: 3.6rem;
  font-weight: bold;
  margin: 0 0 3rem;
}
#section-2 .block01 .txt02 {
  width: 80rem;
  margin: 0 auto 2rem;
}
#section-2 .block01 .txt03 {
  text-align: center;
  font-size: 5.4rem;
  font-weight: 900;
  margin: 0 0 5rem;
}
#section-2 .block01 .txt03 span {
  display: inline-block;
  background-color: #000;
  margin: 0 0.2em;
  padding: 0.1em 0.4em;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
}
#section-2 .block01 .txt03 span.red {
  background-color: #D50018;
}
#section-2 .coach-box {
  padding-bottom: 7rem;
}
#section-2 .coach-box:last-of-type {
  padding-bottom: 0;
}
#section-2 .movie-info-wrap {
  display: flex;
  justify-content: space-between;
  padding: 3em 0 2em;
}
#section-2 .movie-info.black {
  padding-right: 4rem;
  border-right: 1px solid #989898;
}
#section-2 .movie-info.red {
  padding-left: 4rem;
}
#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 {
  font-size: 2.8rem;
  line-height: 1.5;
  border-left: 5px solid #000;
  margin-bottom: 0.5em;
  padding: 0 0 0 1.5rem;
}
#section-2 .red .movie-title {
  border-color: #E6282B;
}
#section-2 .movie-desc {
  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);
}
.profile-box {
  border: 1px solid #C9C9C9;
  background-color: #E6E6E6;
  margin: 0 0 2.5rem;
  padding: 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: 14rem;
}
.profile-info {
  flex: 1;
  padding: 0 0 0 1em;
}
.profile-name {
  margin: 0 0 0.3em;
}
.profile-name dl {
  display: flex;
  align-items: center;
}
.profile-name dt {
  font-size: 1.8rem;
  font-weight: 700;
}
.profile-name dd {
  font-size: 1.4rem;
}
.profile-desc {
  font-size: 1.4rem;
  line-height: 1.7;
}
#section-3 {
  padding: 0 0 10rem;
  position: relative;
}
#section-3 .spec-image {
  position: relative;
  text-align: center;
}
#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-image img {
  width: 100%;
}
#section-3 .spec-wrap {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0;
}
#section-3 .spec-txt {
  width: 46rem;
}
#section-3 .spec-title {
  font-size: 2.4rem;
  font-weight: bold;
}
#section-3 .spec-name {
  font-size: 4.6rem;
  margin: 0 0 0.2em;
}
#section-3 .spec-name strong {
  font-weight: 900;
}
#section-3 .block02 .spec-name {
  color: #E6282B;
}
#section-3 .spec-desc {
  font-size: 1.8rem;
  line-height: 1.8;
}
#section-3 .spec-table {
  width: 52rem;
}
.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: 0.5em;
  font-size: 1.4rem;
  font-weight: normal;
}
.spec-table th span {
  display: none;
  font-size: 1.4rem;
}
.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: 2rem;
  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: 1000px) {
	html {
		font-size: 1vw;
	}
  #contentWrapper {
    width: 100%;
  }
  .contents-inner {
    width: 100%;
    padding: 0 1em;
  }
  .main-title {
    width: 100%;
    height: auto;
    margin: 0;
    background: url("../images/mainimg_sp.jpg") no-repeat center top;
    background-size: cover;
    aspect-ratio: 1;
  }
  #section-1,
  #section-1-2,
  #section-2,
  #section-3 {
    width: 100%;
    margin: 0;
  }
	.page-top {
	}
}
@media screen and (max-width: 820px) {
  #section-1,
  #section-1-2,
  #section-1-3,
  #section-2 {
    padding: 7rem 0;
  }
  #section-1 .txt01 dd,
  #section-1-2 .txt01 dd {
    font-size: 3.6rem;
  }
  #section-1 .txt01 dt,
  #section-1-2 .txt01 dt,
  #section-2 .block01 .txt02 {
    width: 60rem;
  }
  #section-3 .spec-wrap {
    display: block;
  }
  #section-3 .spec-txt,
  #section-3 .spec-table {
    width: auto;
  }
  #section-3 .spec-txt {
    margin: 0 0 2em;
  }
}
@media screen and (max-width: 750px) {
  .pc-box {
    display: none;
  }
	.sp-box {
		display: block;
	}
	html {
		font-size: 1.8vw;
	}
  .main-title {
    margin: 0;
  }
  #section-1 .block02 .flex-box,
  #section-1-2 .block02 .flex-box {
    display: block;
  }
  #section-1 .block02 .flex-item,
  #section-1-2 .block02 .flex-item {
    width: 100%;
    margin: 0 0 3em;
  }
  #section-1 .block02 .flex-item:nth-of-type(2),
  #section-1-2 .block02 .flex-item:nth-of-type(2) {
    margin-left: 0;
  }
  #section-1 .txt01 dt,
  #section-1-2 .txt01 dt,
  #section-2 .block01 .txt02 {
    width: 97%;
  }
  .btn-area li a,
  #section-1-2 .block03.btn-area li a {
    width: auto;
  }
  #section-1-3 .graph-title {
    font-size: 3.6rem;
  }
  #section-2 .block01 .txt03 {
    font-size: 4rem;
    margin: 0 0 4rem;
  }
  #section-2 .block01 .txt03 span {
    font-size: 3.8rem;
  }
  #section-2 .coach-box {
    padding-bottom: 4rem;
  }
  #section-2 .movie-info-wrap {
    display: block;
  }
  #section-2 .movie-info.black {
    margin: 0 0 2em;
    padding: 0;
    border: none;
  }
  #section-2 .movie-info.red {
    padding: 0;
  }
  #section-2 .movie-title {
    width: 100%;
    margin: 0 0 0.6em;
  }
  #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 {
	}
}