@charset "UTF-8";
/*変数*/

* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  margin: 0;
  font-family: "TsukuARdGothic-Regular", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.top-wrapper {
  position: relative;
  margin: 0;
  padding: 100px;
  color: #ffffff;
  background: url("../image/hamon.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}
.top-wrapper #title-img {
  display: inline-block;
  margin: 250px 0px 0px 0px;
  width: 250px;
  margin-left: 30%;
}
@media all and (max-width: 1365px) {
  .top-wrapper #title-img,.top-wrapper #body-copy {
    display: block;
  }
    .top-wrapper #title-img {
    width: 300px;
    margin-left: 10%;
  }
}
@media all and (max-width: 1000px) {
  .top-wrapper #title-img {
    margin: 50px 0;
    width: 188px;
  }
}
@media all and (max-width: 670px) {
  .top-wrapper #title-img {
    text-align: center;
    width: 200px;
    margin: 230px 0px 0px 0px;
  }
}
@media all and (max-width: 770px) {
  .top-wrapper #title-img {
    text-align: center;
    width: 200px;
    margin: 230px 0px 0px 0px;
  }
}
@media all and (max-width: 508px) {
  .top-wrapper #title-img {
    display: block;
    width: 230px;
    margin:20px 0px 0px 0px;
    margin-left: 0%;
  }
}
.top-wrapper #body-copy {
  display: inline-block;
  letter-spacing: 6px;
  padding: 0;
  font-size: 15px;
  position: absolute;
  right: 100px;
  bottom: 30px;
  float: right;
  margin-right: 12%;
}
@media all and (max-width: 1000px) {
  .top-wrapper #body-copy,
  .top-wrapper2 #body-copy {
    margin-top: 50px;
  }
}
@media all and (max-width: 670px) {
  .top-wrapper #body-copy,
  .top-wrapper2 #body-copy {
    display: inline-block;
    font-size: 10px;
    bottom: 180px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 508px) {
  .top-wrapper #body-copy,
  .top-wrapper2 #body-copy {
    display: block;
    font-size: 10px;
    bottom:70px;
    left: auto;
    right: auto;
    letter-spacing: 3px;
  }
}
@media all and (max-width: 1000px) {
  .top-wrapper,
  .top-wrapper2 {
    padding: 75px;
  }
}
@media all and (max-width: 670px) {
  .top-wrapper,
  .top-wrapper2 {
    padding: 50px;
  }
}
.second-wrapper {
  position: relative;
  height: 100vh;
  width: 100vw;
}

.second-wrapper .member-sheet{
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media all and (max-height: 600px) {
  .second-wrapper .member-sheet{
    height: 100vh;
    width: auto;
  }  
}

.second-wrapper .member-cover {
  position: absolute;
  height: 100vh;
  top: -10;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.second-wrapper .member {
  width: 12.5%;
  display: inline-block;
  margin:0;
}
@media all and (max-width: 1300px) {
  .second-wrapper .member {
    width: 16.5%;
  }
}

@media all and (max-width: 670px) {
  .second-wrapper .member {
    width: 25%;
  }
  .second-wrapper .member-cover {
    display: none;
  }
}
.third-wrapper {
  position: relative;
  text-align: center;
  background: url("../image/sunadokei.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
  width: 100%;
  height: 100vh;
}
.third-wrapper .btn-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-top: 20%;
}
.third-wrapper .play-button {
  display: inline-block;
  height: 40px;
  width: 150px;
  padding: 0 20px;
  margin: 100px;
  text-align: center;
  color: #74c9e4;
  background: rgba(255, 0, 0, 0);
  border: solid 2px #74c9e4;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.third-wrapper .play-button-gray{
  display: inline-block;
  height: 40px;
  width: 150px;
  padding: 0 20px;
  margin: 100px;
  text-align: center;
  color: #828282;
  background: rgba(255, 0, 0, 0);
  border: solid 2px #828282;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

@media all and (max-width: 1000px) {
  .third-wrapper .play-button {
    margin: 100px;
  }
  .third-wrapper .play-button-gray {
    margin: 100px;
  }
}
@media all and (max-width: 670px) {
  .third-wrapper .btn-wrapper {
    margin-top: 40%;
  }
  .third-wrapper .play-button {
    margin: 50px;
  }
  .third-wrapper .play-button-gray {
    margin: 50px;
  }
}
.third-wrapper .play-button:hover {
  background: #74c9e4;
  color: #fff;
}
/*.third-wrapper .play-button-gray:hover {
  background: #828282;
  color: #fff;
}*/
@media all and (max-width: 1000px) {
  .third-wrapper {
    padding: 100px;
  }
}
@media all and (max-width: 670px) {
  .third-wrapper {
    padding: 30px;
  }
}
.last-section{
  background: #fff;
}
.fourth-wrapper {
  position: relative;
  background: #89b9e8;
  background: url("../image/cover-bottom.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.fourth-wrapper .cover-under {
  position: absolute;
  object-fit: cover;
  object-position: 30% 70%;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.fourth-wrapper .logo-bottom {
  position: absolute;
  display: block;
  width: 200px;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
}
.fourth-wrapper .btn-bottom {
  position: absolute;
  display: block;
  top: 90%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 30px;
  width: 120px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  background: rgba(255, 0, 0, 0);
  border: solid 1px #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.fourth-wrapper .text-bottom {
  font-family: "Yu Gothic";
  font-weight: 100;
  position: absolute;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  top: 77%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
}
@media all and (max-width: 508px) {
  .fourth-wrapper {
  height: 66vh;
}
.fourth-wrapper .logo-bottom {
  position: absolute;
  display: block;
  width: 200px;
  top: 130%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
}
}
/*スライドイン*/

.anim1 {
  -webkit-animation: 10s forwards anim1;
  animation: 10s forwards anim1;
}
@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: translate(-100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes anim1 {
  0% {
    transform: translate(-100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.anim2 {
  -webkit-animation: 1.5s forwards anim1-2;
  animation: 10s forwards anim1-2;
}
@-webkit-keyframes anim1-2 {
  0% {
    -webkit-transform: translate(0, -200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes anim1-2 {
  0% {
    transform: translate(0, -200px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* 画面外にいる状態 */

.fadein {
  opacity: 1;
  transition: all 500ms;
}
/* 画面内に入った状態 */

.fadein.scrollin {
  opacity: 0.5;
  transform: translate(0, 0);
}