* {
	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;
}
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: 2.0rem;
}
iframe {
	z-index: 1;
}
.movie-box {
	position: relative;
  max-width: 200rem;
	width: 100vw;
  margin: 0 auto;
	/*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.4rem;
}
.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;
}
.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;
}
.d-flex + .d-flex {
  margin-top: 5rem;
}
.d-flex + .desc {
  margin-top: 2rem;
}
.d-flex + .d-flex.nomargin {
  margin-top: 0;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex-item {
  width: 48%;
}
.flex45 {
  width: 45rem;
}
.flex50 {
  width: 50rem;
}
.main-title {
}
.section {
  width: 200rem;
  margin: 0 0 0 -50rem;
  background: #fff url("../images/bg.jpg") repeat-y center top;
  background-size: 100%;
}
.player-box {
  padding: 5rem 0;
}
.player-title span {
	display: block;
	line-height: 100%;
	mask-image:linear-gradient(90deg,#000 0,#000);
	mask-repeat:no-repeat;
	mask-size:0 100%;
	transition:mask-size .4s cubic-bezier(.37,0,.63,1);
  transition-delay: 0.1s;
}
.player-title.is-show span {
	mask-size:100% 100%
}
.player-title span img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.player-movie span {
	display: block;
	line-height: 100%;
  opacity: 0;
  transform: translate(0,50px) scale(1.4);
	transition: .3s cubic-bezier(.37,0,.63,1);
}
.player-movie.is-show span {
  opacity: 1;
  transform: translate(0,0px) scale(1);
}
.player-movie span img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.sec-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  margin: 0 0 7rem;
}
.sec-subtitle {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 700;
  margin: -1.4em 0 1.5em;
}
.desc p {
  line-height: 1.8;
}
.desc p + p {
  margin-top: 1em;
}
/*.profile-section {
  background: url("../images/pf_bg.png") no-repeat center top;
  background-size: 100%;
  margin-top: -5rem;
  padding: 17rem 0 4rem;
  position: relative;
}
.profile-section::after {
  content: "";
  background-color: #0270FB;
  width: 100%;
  height: calc(100% - 57rem);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}*/
/*.profile-section {
  width: 100%;
  margin: 0;
  padding: 17rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.profile-section::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0270FB;
  transform: skewY(-3.5deg) translateY(6rem);
  z-index: 0;
}
.profile-section::after {
  display: block;
  content: '';
  background: url("../images/pf_bg.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}*/
.profile-section {
  background-color: #0270FB;
  margin-top: -5rem;
  padding: 15rem 0 7rem;
  clip-path: polygon(0 11rem, 100% 0, 100% 100%, 0 100%);
  position: relative;
}
.profile-section::after {
  display: block;
  content: '';
  background: url("../images/pf_bg.png") no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1rem;
  left: 0;
}
#section-2 .profile-section {
  clip-path: polygon(0 11rem, 100% 0, 100% 100%, 0 100%);
  padding: 15rem 0;
}
.profile-section .contents-inner {
  position: relative;
  z-index: 2;
}
.profile-section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.profile-section ul::after {
  content: "";
  display: block;
  width: 31%;
}
.profile-section ul li {
  width: 31%;
}
.profile-section ul li:nth-child(n+4) {
  margin-top: 3rem;
}
.profile-box {
}
.profile-photo {
  width: 30rem;
  margin: 0 auto -2rem;
}
.profile-info {
}
.profile-name {
  display: inline-block;  
  font-weight: 600;
  background-color: #000;
  color: #fff;
  margin: 0 0 0.3em;
  padding: 0.1em 0.5em;
}
.profile-desc {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
.doublekick-box {
  background: #F39800 url("../images/bg_doublekick.png") no-repeat center top;
  padding: 9rem 0 12rem;
}
.doublekick-title {
  text-align: center;
  width: 59rem;
  margin: 0 auto 5rem;
}
.doublekick-box .desc + .image {
  margin-top: 5rem;
}
.spec-box {
  background: #000 url("../images/spec_head.jpg") no-repeat center top 10rem;
  background-size: 100%;
  color: #fff;
  padding: 8rem 0 10rem;
  position: relative;
}
.spec-box::before {
  display: block;
  content: "";
  background: url("../images/fukidashi01.svg") no-repeat center center;
  background-size: contain;
  width: 22rem;
  height: 17.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-30rem,-50%);
}
.spec-box::after {
  display: block;
  content: "";
  background: url("../images/fukidashi02.svg") no-repeat center center;
  background-size: contain;
  width: 22rem;
  height: 17.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(9rem,-50%);
}
.spec-box .sec-title {
  width: 70rem;
  margin: 0 auto 40rem;
}
.spec-box .spec01 {
  padding-bottom: 9rem;
}
.spec-box .spec-wrap {
  display: flex;
  justify-content: space-between;
}
.spec-box .spec01 .title {
  width: 20rem;
}
.spec-box .spec01 .spec-txt {
  width: 77rem;
}
.spec-box .spec-image {
  background: url("../images/spec_main.jpg") no-repeat center top;
  background-size: 100%;
  aspect-ratio: 2000 / 700;
}
.spec-box .spec02 {
  padding-top: 7rem;
}
.spec-box .spec-graph {
  margin: 0 0 5rem;
}

.btn-default {
  width: 55rem;
  margin: 0 auto 3rem;
}
.btn-default a {
  display: block;
  text-align: center;
  background-color: #F05422;
  border-radius: 100vh;
  color: #000;
  padding: 1.2em;
  text-decoration: none;
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
}
.btn-default a::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translate(0,-50%);
  content: "\f105";
  font-family: FontAwesome;
}
.btn-default.btn-travil a {
  background-color: #6BB82B;
}
.page-top {
  position: fixed;
  bottom: 5%;
  right: 1%;
  cursor: pointer;
  font-size: 2rem;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #FF9C12;
  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;
}
.view_pc {
	display: block;
}
.view_sp {
	display: none;
}
@media screen and (max-width: 1300px) {
  .nav li br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #container header {
    display: none;
  }
	#container header #logo {
		margin: 0 auto;
	}
	#container header .nav {
		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 -10em;
  }
  .sec-title {
    font-size: 4.6rem;
  }
  .section,
  .spec-box,
  .profile-section {
    width: 100%;
    margin: 0;
  }
  .profile-section,
  #section-2 .profile-section {
    clip-path: polygon(0 6rem, 100% 0, 100% 100%, 0 100%);
  }
  .profile-section::after {
    top: -3rem;
  }
  .player-box {
    padding: 4rem 0;
  }
  .d-flex + .d-flex {
    margin-top: 3rem;
  }
  .flex50,
  .flex45 {
    width: 48%;
  }
  .doublekick-box {
    padding: 7rem 0;
  }
  .spec-box {
    background-size: 160%;
  }
  .spec-box .sec-title {
    width: 60rem;
    margin: 0 auto 30rem;
  }
  .spec-box .spec01 {
    padding-bottom: 6rem;
  }
  .spec-box .spec-wrap {
  }
  .spec-box .spec-txt {
  }
  .spec-box .spec-graph {
    width: auto;
  }
	.page-top {
	}
}
@media screen and (max-width: 820px) {
  .main-title {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .view_pc {
    display: none;
  }
	.view_sp {
		display: inline-block;
	}
	html {
		font-size: 2vw;
	}
  .main-title {
    margin: 0;
  }
  .has-youtube .f-html {
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .sec-title {
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 1.3;
  }
  .movie-box {
    width: 100%;
    margin: 0 auto;
  }
  .d-flex {
    display: block;
  }
  .d-flex + .d-flex {
    margin-top: 3rem;
  }
  .d-flex + .d-flex.nomargin {
    margin-top: 3rem;
  }
  .flex-item {
    width: auto;
  }
  .flex-item + .flex-item {
    margin-top: 3rem;
  }
  .title04,
  .title05,
  .title06 {
    width: 80%;
    margin: 0 auto;
  }
  .profile-section {
    padding: 10rem 0 7rem;
  }
  #section-2 .profile-section {
    padding: 10rem 0 15rem;
  }
  .profile-section ul li {
    width: 48%;
  }
  .profile-section ul li:nth-child(n+3) {
    margin-top: 3rem;
  }
  .profile-photo {
    width: auto;
  }
  .doublekick-title,
  .doublekick_txt {
    width: 80vw;
    margin: 0 auto 3rem;
  }
  .doublekick_image {
    min-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin-right: -1em;
    padding-right: 1em;
  }
  .doublekick_image img {
    display: block;
    max-width: 70rem;
  }
  .spec-box {
    padding: 18vw 0;
    background-size: 150%;
    background-position: center top 37vw;
  }
  .spec-box::before {
    transform: translate(-50vw, -50%);
  }
  .spec-box::after {
    transform: translate(6vw, -50%);
  }
  .spec-box .sec-title {
    width: auto;
    margin: 0 auto 40vw;
  }
  .spec-box .spec01 {
    padding-bottom: 6vw;
  }
  .spec-box .spec02 {
    padding-top: 6vw;
  }
  .spec-box .spec-graph {
    min-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin-right: -1em;
    padding-right: 1em;
  }
  .spec-graph img {
    display: block;
    max-width: 70rem;
  }
  .spec-box .spec-wrap {
    display: block;
    margin: 0;
  }
  .spec-box .spec01 .title {
    width: 40vw;
    margin: 0 auto 2vw;
  }
  .spec-box .spec01 .spec-txt {
    width: auto;
  }
  .btn-default {
    width: auto;
  }
  .btn-default a {
    font-size: 2rem;
  }
}