﻿@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1.5s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.inviewfadeIn {
  opacity: 0;
  transition: 1.5s;
}
.fadeIn {
  opacity: 1.0;
}
a {
  outline: none;
}
*:hover {
  transition: all 0.6s ease;
}
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  font-family: "Noto Sans Japanese";
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
.top {
  width: 100%;
  height: 100vh;
  position: relative;
}
.top .ttl {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 200px;
  text-align: center;
  position: absolute;
  top: -15%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.top .ttl .logo img {
  width: 350px;
  margin-bottom: 10px;
}
.top .ttl h1 {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90px;
  letter-spacing: 10px;
  color: #fff;
  margin: 0;
}
.top .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top .bg div {
  width: 25%;
  height: 50vh;
  float: left;
}
.top .bg div:nth-child(1) {
  background-image: url("../img/717_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .bg div:nth-child(2) {
  background-image: url("../img/144.st.s.jub.2_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .bg div:nth-child(3) {
  background-image: url("../img/358.sa.flieger.ds_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .bg div:nth-child(4) {
  background-image: url("../img/358.sa.flieger.b.e_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .bg div:nth-child(5) {
  background-image: url("../img/104.st.sa.ig_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .bg div:nth-child(6) {
  background-image: url("../img/u50.s.perlmutt.s_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .bg div:nth-child(7) {
  background-image: url("../img/434.st.b_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .bg div:nth-child(8) {
  background-image: url("../img/434.tw68.wg.b_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top .scroll {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  padding: 0 0 100px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  letter-spacing: 5px;
  text-align: center;
}
.scroll::after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background: #fff;
}
.scroll::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background: rgba(170, 170, 170, .4);
}
.scroll::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.box .inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 50px;
  position: relative;
}
.box .img {
  width: 55%;
  height: 80vh;
  min-height: 500px;
  max-height: 650px;
}
.box:nth-child(odd) .img {
  float: left;
}
.box:nth-child(even) .img {
  float: right;
}
.box:nth-child(1) .img {
  background-image: url("../img/717.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box:nth-child(2) .img {
  background-image: url("../img/144.st.s.jub.2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box:nth-child(3) .img {
  background-image: url("../img/358.sa.flieger.ds.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box:nth-child(4) .img {
  background-image: url("../img/358.sa.flieger.b.e.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box:nth-child(5) .img {
  background-image: url("../img/104.st.sa.ig.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box:nth-child(6) .img {
  background-image: url("../img/u50.s.perlmutt.s.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box:nth-child(7) .img {
  background-image: url("../img/434.st.b.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box:nth-child(8) .img {
  background-image: url("../img/434.tw68.wg.b.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box:nth-child(odd) .txt {
  position: absolute;
  left: 52%;
  bottom: 70px;
  color: #fff;
}
.box:nth-child(even) .txt {
  position: absolute;
  right: 52%;
  bottom: 70px;
  color: #fff;
  text-align: right;
}
.box:nth-child(3) .txt {
  position: absolute;
  left: 40%;
  bottom: 70px;
  color: #fff;
}
.box:nth-child(4) .txt {
  position: absolute;
  right: 40%;
  bottom: 70px;
  color: #fff;
  text-align: right;
}
.box .txt h2 {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  letter-spacing: 5px;
  margin: 0;
}
.box .txt p {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.box .txt .btn a {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 5px;
  border: solid 1px #fff;
  border-radius: 50px;
  padding: 15px 0;
  width: 250px;
  text-align: center;
}
.box .txt .btn a:hover {
  background-color: #fff;
  color: #000;
}
.box:nth-child(1) {
  background-image: url("../img/717_name.png");
  background-size: 100%;
  background-position: center 100px;
  background-repeat: no-repeat;
}
.box:nth-child(2) {
  background-image: url("../img/144.st.s.jub.2_name.png");
  background-size: 100%;
  background-position: center 100px;
  background-repeat: no-repeat;
}
.box:nth-child(3) {
  background-image: url("../img/358.sa.flieger.ds_name.png");
  background-size: 100%;
  background-position: center 100px;
  background-repeat: no-repeat;
}
.box:nth-child(4) {
  background-image: url("../img/358.sa.flieger.b.e_name.png");
  background-size: 100%;
  background-position: center 100px;
  background-repeat: no-repeat;
}
.box:nth-child(5) {
  background-image: url("../img/104.st.sa.ig_name.png");
  background-size: 100%;
  background-position: center 100px;
  background-repeat: no-repeat;
}
.box:nth-child(6) {
  background-image: url("../img/u50.s.perlmutt.s_name.png");
  background-size: 100%;
  background-position: center 100px;
  background-repeat: no-repeat;
}
.box:nth-child(7) {
  background-image: url("../img/434.st.b_name.png");
  background-size: 100%;
  background-position: center 100px;
  background-repeat: no-repeat;
}
.box:nth-child(8) {
  background-image: url("../img/434.tw68.wg.b_name.png");
  background-size: 100%;
  background-position: center 100px;
  background-repeat: no-repeat;
}
small {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  color: #fff;
  padding: 20px 0;
  display: block;
}
@media screen and (max-width:1050px) {
  .top {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .top .ttl {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 200px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .top .ttl .logo img {
    width: 250px;
    margin-bottom: 10px;
  }
  .top .ttl h1 {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 5px;
    color: #fff;
    margin: 0;
  }
  .top .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top .bg div {
    width: 25%;
    height: 50vh;
    float: left;
  }
  .box .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 170px;
    padding-top: 40px;
    position: relative;
  }
  .box .img {
    width: 80%;
    height: 50vh;
    min-height: 200px;
    max-height: 250px;
  }
  .box:nth-child(odd) .img {
    float: left;
  }
  .box:nth-child(even) .img {
    float: right;
  }
  .box:nth-child(odd) .txt {
    position: absolute;
    left: auto;
    right: 5%;
    bottom: -150px;
    color: #fff;
  }
  .box:nth-child(even) .txt {
    position: absolute;
    right: auto;
    left: 5%;
    bottom: -150px;
    color: #fff;
    text-align: right;
  }
  .box .txt h2 {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 0;
  }
  .box .txt p {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .box .txt .btn a {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 5px;
    border: solid 1px #fff;
    border-radius: 50px;
    padding: 10px 0;
    width: 170px;
    text-align: center;
  }
  .box .txt .btn a:hover {
    background-color: #fff;
    color: #000;
  }
  .box:nth-child(1) {
    background-image: url("../img/717_name.png");
    background-size: auto 20%;
    background-position: right 0;
    background-repeat: no-repeat;
  }
  .box:nth-child(2) {
    background-image: url("../img/144.st.s.jub.2_name.png");
    background-size: auto 20%;
    background-position: left 0;
    background-repeat: no-repeat;
  }
  .box:nth-child(3) {
    background-image: url("../img/358.sa.flieger.ds_name.png");
    background-size: auto 20%;
    background-position: right 0;
    background-repeat: no-repeat;
  }
  .box:nth-child(4) {
    background-image: url("../img/358.sa.flieger.b.e_name.png");
    background-size: auto 20%;
    background-position: left 0;
    background-repeat: no-repeat;
  }
  .box:nth-child(5) {
    background-image: url("../img/104.st.sa.ig_name.png");
    background-size: auto 20%;
    background-position: right 0;
    background-repeat: no-repeat;
  }
  .box:nth-child(6) {
    background-image: url("../img/u50.s.perlmutt.s_name.png");
    background-size: auto 20%;
    background-position: left 0;
    background-repeat: no-repeat;
  }
  .box:nth-child(7) {
    background-image: url("../img/434.st.b_name.png");
    background-size: auto 20%;
    background-position: right 0;
    background-repeat: no-repeat;
  }
  .box:nth-child(8) {
    background-image: url("../img/434.tw68.wg.b_name.png");
    background-size: auto 20%;
    background-position: left 0;
    background-repeat: no-repeat;
  }
  small {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
    padding: 20px 0;
    display: block;
  }
}