* {
	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%;
}
h1,h2,h3 {
	font-size: 100%;
}
ul,
li {
	list-style: none;
}
img,
a img {
	border: none;
  transition: 0.2s;
}
img,
iframe {
	max-width: 100%;
	vertical-align: bottom;
}
a:hover img {
  opacity: 0.75;
}
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.9rem;
  background-color: #2C3039;
  color: #fff;
}
iframe {
	z-index: 1;
}
.movie-box {
	position: relative;
  max-width: 2000px;
	width: 96vw;
  margin: 0 auto 5rem;
	/*padding-top: 56.25%;*/
  aspect-ratio: 16 / 9;
}
.movie-box iframe {
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
  height: 100% !important;
}
#container {
  margin: 0 auto;
	position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(22,23,26,0.95);
  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;
  font-size: 1.5rem;
}
.nav li {
	display: inline-block;
	margin: 0 1rem;
	padding: 0;
}
.nav li:nth-child(4),
.nav li:nth-child(5) {
  white-space: nowrap;
}
.nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 1em;
	position: relative;
  display: -webkit-box;             
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.nav li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	content: "\f107";
	font-family: FontAwesome;
}
.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;
}
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex-item {
  width: 48%;
}
.main-title {
  width: 2000px;
  margin: 0 0 0 -500px;
  /*height: 700px;
  aspect-ratio: 2000 / 700;
  background: url("../images/mainimg.jpg") no-repeat center top;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;*/
}
#section-1,
#section-2,
#section-3,
#section-4,
#section-5,
#section-5-2,
#section-6,
.profile-section {
  width: 2000px;
  margin: 0 0 0 -500px;
}
/*#section-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .3s;
}
#section-1.is-show::after {
  height: 0%;
}*/
.block01 {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .2s;
  z-index: 2;
  position: relative;
}
.block01.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
.sec-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  margin: 0 0 1em;
}
.desc p {
  line-height: 1.9;
}
.desc p + p {
  margin-top: 1em;
}
#section-1 {
  background-color: #000;
  background-image: url("../images/sec01_ttl_bg.jpg"), url("../images/sec01_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100%;
  padding: 0 0 7rem;
  position: relative;
}
#section-1 .block01 {
  padding: 10rem 0 9rem;
}
#section-1 .sec-title {
  width: 61.4rem;
  margin: 0 auto;
}
#section-2 {
  background-color: #141415;
  background-image: url("../images/sec02_ttl_bg.jpg"), url("../images/sec02_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100%;
  padding: 0 0 7rem;
  position: relative;
}
#section-2 .block01 {
  padding: 10rem 0 9rem;
}
#section-2 .sec-title {
  width: 52.8rem;
  margin: 0 auto;
}
#section-3 {
  background-color: #000;
  background-image: url("../images/sec03_ttl_bg.jpg"), url("../images/sec03_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100%;
  padding: 0 0 7rem;
  position: relative;
}
#section-3 .block01 {
  padding: 10rem 0 9rem;
}
#section-3 .sec-title {
  width: 56.5rem;
  margin: 0 auto;
}
#section-4 {
  background: #141313 url("../images/sec04_bg.jpg") no-repeat center bottom;
  background-size: 100%;
  padding: 5rem 0 5rem;
  position: relative;
}
#section-4 .block-title {
  margin: 0 auto 3rem;
}
#section-4 .bnr-box {
  text-align: center;
  width: 40rem;
  margin: 5rem auto 0;
}
.profile-section {
  background-color: #16171A;
  padding: 6rem 0 10rem;
}
.profile-section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile-section ul li {
  width: 48%;
  margin: 0 0 4rem;
}
.profile-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-photo {
  width: 14rem;
  margin: 0 auto;
}
.profile-photo img {
  border-radius: 50%;
}
.profile-info {
  flex: 1;
  padding: 0 0 0 1em;
}
.profile-name {
  margin: 0 0 0.3em;
  font-weight: 700;
}
.profile-name span {
  display: inline-block;
  font-size: 80%;
}
.profile-desc {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
.profile-section .bnr-txt {
  margin: 0 0 0.5em;
}
.profile-section .bnr-box {
  width: 60rem;
  margin: 4rem auto 0;
}
#section-5 {
  background: #262E3B url("../images/spec_bg.jpg") no-repeat center bottom;
  background-size: 100%;
  padding: 26rem 0 10rem;
  position: relative;
  color: #fff;
}
#section-5::after {
  content: "";
  background: url("../images/spec_mainimg.png") no-repeat center top;
  background-size: 100%;
  width: 2000px;
  height: 416px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translate(0,-32%);
}
#section-5 .ventus-wrap.d-flex {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#section-5 .ventus-wrap .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-5 .ventus-wrap .flex-item:nth-of-type(1) {
  transition-delay: 0.2s;
  margin-right: 1em;
}
#section-5 .ventus-wrap .flex-item:nth-of-type(2) {
  transition-delay: 0.4s;
  margin-left: 1em;
}
#section-5 .ventus-wrap .flex-item:nth-of-type(3) {
  transition-delay: 0.6s;
}
#section-5 .ventus-wrap .flex-item.is-show {
  opacity: 1;
  transform: translateY(0rem);
}
#section-5 .ventus-wrap .ventus-image {
  margin-bottom: 3rem;
}
#section-5 .ventus-wrap .new {
  text-align: center;
  margin: 0 auto 0.5em;
}
#section-5 .ventus-wrap .new span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  padding: 0.1em 0.8em;
}
#section-5 .ventus-wrap .tr-red .new span {
  background-color: #C13B43;
  color: #fff;
}
#section-5 .ventus-wrap .ventus-name {
  text-align: center;
  font-size: 4.6rem;
  margin-bottom: 0.1em;
}
#section-5 .ventus-wrap .ventus-name strong {
  font-weight: 700;
}
#section-5 .ventus-wrap .tr-red .ventus-name,
#section-5 .ventus-wrap .tr-red dt {
  color: #C13B43;
}
#section-5 .ventus-wrap .tr-blue .ventus-name,
#section-5 .ventus-wrap .tr-blue dt {
  color: #708FCF;
}
#section-5 .ventus-wrap dt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.6em;
}
#section-5 .ventus-wrap dd {
  font-size: 1.8rem;
  line-height: 1.8;
  min-height: 23rem;
}
#section-5 .ventus-wrap .graph {
  margin-top: 3rem;
}
#section-5-2 {
  background-color: #16171A;
  padding: 10rem 0 10rem;
}
#section-5-2 .spec-image {
  /*margin: 0 0 7rem;*/
}
#section-6 {
  background-color: #232428;
  color: #fff;
  padding: 7rem 0 10rem;
}
#section-6 .sec-title {
  width: 60rem;
  margin: 0 auto 1em;
}
#section-6 .movie-box {
	position: relative;
  max-width: 100%;
	width: 100%;
  margin: 0 auto 5rem;
  aspect-ratio: 16 / 9;
}
.btn-default {
  width: 550px;
  margin: 0 auto 2rem;
}
.btn-default a {
  display: block;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100vh;
  color: #fff;
  padding: 1.2em;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.btn-default a::after {
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translate(0,-50%);
  content: "\f105";
  font-family: FontAwesome;
}
.page-top {
  position: fixed;
  bottom: 5%;
  right: 1%;
  cursor: pointer;
  font-size: 2rem;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #C13B43;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
footer {
  background-color: #141B25;
  text-align: center;
  padding: 2rem 0;
}
.pc-box {
	display: block;
}
.sp-box {
	display: none;
}
@media screen and (max-width: 1310px) {
  .nav li br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
	#container header #logo {
		margin: 0 auto;
	}
	#container header {
		display: none;
	}
  #contentWrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 1vw;
	}
  #contentWrapper {
    width: 100%;
  }
  .contents-inner {
    width: 100%;
    padding: 0 1em;
  }
  .main-title {
    width: auto;
    margin: 0 -15em;
  }
  .sec-title {
    font-size: 4.6rem;
  }
  #section-1,
  #section-2,
  #section-3,
  #section-4,
  #section-5,
  #section-5-2,
  #section-6,
  .profile-section {
    width: 100%;
    margin: 0;
  }
  #section-1 {
    background-size: 130%, 100%;
  }
  #section-1 .block01 {
    padding: 8rem 0 8rem;
  }
  #section-2 {
    background-size: 130%, 100%;
  }
  #section-2 .block01 {
    padding: 8rem 0 8rem;
  }
  #section-3 {
    background-size: 130%, 100%;
    padding: 0 0 4rem;
  }
  #section-3 .block01 {
    padding: 8rem 0 8rem;
  }
  #section-4 {
    padding: 0rem 0 5rem;
  }
  #section-4 .bnr-box {
    margin: 3rem auto 0;
  }
  #section-5 {
    padding: 15rem 0 7rem;
  }
  #section-5::after {
    width: 130%;
    height: auto;
    aspect-ratio: 2000 / 416;
    transform: translate(0, -45%);
  }
  #section-5 .ventus-wrap .flex-item {
    margin-bottom: 5rem;
  }
  #section-5-2 {
    padding: 7rem 0 7rem;
  }
	.page-top {
	}
}
@media screen and (max-width: 820px) {
  .main-title {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .pc-box {
    display: none;
  }
	.sp-box {
		display: block;
	}
	html {
		font-size: 1.9vw;
	}
  .main-title {
    margin: 0;
  }
  .sec-title {
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 1.3;
  }
  .movie-box {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .d-flex {
    display: block;
  }
  .flex-item {
    width: auto;
    margin-bottom: 6vw;
  }
  .profile-section {
    padding: 5rem 0 8rem;
  }
  .profile-section ul {
    display: block;
  }
  .profile-section ul li {
    width: 100%;
    margin: 0 0 5vw;
    padding: 0;
  }
  .profile-box {
    display: flex;
    justify-content: space-between;
  }
  .profile-photo {
    width: 13rem;
    margin: 0;
  }
  .profile-name {
    margin: 0 0 0.5rem;
  }
  .block-title {
    width: 70%;
    margin: 0 auto 6vw;
  }
  .btn-default {
    width: auto;
  }
  #section-1 .sec-title {
    width: 70%;
  }
  #section-1 .block01 {
    padding: 10vw 0 10vw;
  }
  #section-2 .sec-title {
    width: 70%;
  }
  #section-2 .block01 {
    padding: 10vw 0 10vw;
  }
  #section-3 .sec-title {
    width: 70%;
  }
  #section-3 .block01 {
    padding: 10vw 0 10vw;
  }
  .profile-section .bnr-box {
    width: auto;
  }
  #section-5 {
    padding: 10rem 0 7rem;
  }
  #section-5 .ventus-wrap .flex-item:nth-of-type(1) {
    margin-right: 0;
  }
  #section-5 .ventus-wrap .flex-item:nth-of-type(2) {
    margin-left: 0;
  }
  #section-5 .ventus-wrap dd {
    min-height: inherit;
  }
  #section-5 .ventus-wrap .new {
    margin: -2rem auto 0.5em;
  }
  #section-5-2 .spec-image {
    margin: 0;
  }
  #section-6 .sec-title {
    width: 70%;
  }
  #section-6 .movie-box {
    margin: 0 auto 3rem;
  }
}