header + #top-hero{
  padding-top: 80px;
}
@media screen and (max-width: 500px) {
  header + #top-hero{
    padding-top: 0px;
  }

}
.cis-text p{
  font-size: 12px;
}

#top-hero {
  background-image: url('../images/app-bg.jpg');
  height: 100vh;
  background-size: cover;

}

#top-hero .lead-txt {
  font-size: 38px;
  margin: 10px 0 10px 0;
  letter-spacing: 2px;
  line-height: 1;
}

#top-hero .lead-txt span {
  font-size: 45px;
  font-family: 'Noto Sans Japanese', sans-serif;
}

#top-hero .lead-box {
  margin-top: 0;
  padding: 0;
}

#top-hero .lead-box p {
  font-size: 16px;
}

#top-hero .lead-box a {
  position: relative;
}

#top-hero>.container {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-top: 80px; */
}

#top-hero .row {
  width: 100%;
}

#top-hero img {
  /* width: 20vh; */
  max-width: none;
  /* padding-top: 1%; */
}

#top-hero .post-prev-img_ img {
  width: 8vh;
}

#top-hero .text-title-color {
  color: #f5ff00;
}

#top-hero .button.white:hover {
  color: #000;
  background-color: #f5ff00;
  cursor: pointer;
}

#top-hero .button {
  position: relative;
  transition: .2s ease-in-out;
  overflow: hidden;
  transition: .45s;
}

#top-hero .button::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#top-hero .button:hover::before {
  -webkit-animation: shine .45s;
  animation: shine .45s;
}

#section-unit .section-title2{
  font-size: 23px;
}
#section-unit .nmb-unit-txt{
  font-size: 1.5em;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
  animation-duration: 4s;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInBottomBig {
  animation-name: fadeInBottomBig;
  animation-duration: 4s;
}

@keyframes fadeInBottomBig {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInTopBig {
  animation-name: fadeInTopBig;
  animation-duration: 4s;
}

@keyframes fadeInTopBig {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#top-hero #section-unit {
  background-color: rgba(255, 255, 255, .7);
  float: none;
  margin-top: 0;
  padding: 5vh 0;
  position: absolute;
  bottom: 0;
  max-height: 60vh;
}

#top-hero .post-prev-img_ {
  max-height: 70%;
  min-height: 70%;
}

@media (max-width: 1199px) {
  #top-hero .lead-txt {
    font-size: 40px;
    margin: 0 0 32px 0;
  }

  #top-hero .lead-txt span {
    font-size: 56px;
  }

  #top-hero>.container {
    height: 45vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
}

#top-hero #section-unit {
  background-color: rgba(255, 255, 255, .7);
  float: none;
  margin-top: 0;
  padding: 4vh 0;
  position: absolute;
  bottom: 0;
  max-height: 42vh;
}



@media (max-width: 991px) {
  #top-hero .lead-txt {
    font-size: 28px;
  }

  #top-hero .lead-txt span {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  #top-hero .lead-box {
    text-align: center;
    margin-top: -80px;
    padding: 0;
  }

  #top-hero .lead-txt {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
  }

  #top-hero .lead-box p {
    font-size: 12px;
  }

  #top-hero #section-unit {
    background-color: rgba(255, 255, 255, .7);
    float: none;
    margin-top: 0;
    padding: 3vh 0 9vh;
    position: absolute;
    bottom: 0;
    max-height: 50vh;
  }

  @media screen and (max-width: 340px) {
    #top-hero #section-unit {
      max-height: 45vh;
    }
  }

  #top-hero .post-prev-img_ {
    max-height: 120px;
    min-height: 120px;
    margin-bottom: 5px;
  }

  .button.medium {
    padding: 0.3em 1em;
  }

  .model-name-txt a {
    font-size: 13px;
  }
}

#section-unit {
  margin-top: 0 !important;
}

#section-unit .row {
  margin: 0 auto;
}

.itemname-text {
  display: block;
  font-size: 16px;
}

.bg-belong-blue {
  background: #4caccf;
  color: #fff;
}

/* #section-unit .section-title2 {
  margin-bottom: 30px;
} */

@media screen and (max-width: 480px) {
  #section-unit .section-title2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .nmb-unit-txt {
    font-size: 1.3em;
    color: #4CACCF;
  }
}

.col-right {
  position: absolute;
  right: 0px;
  top:-40px;
}

.col-bottom {
  position: absolute;
  bottom: 0px;
  padding-left: 30px;
}

@media screen and (max-width: 480px) {
  .col-bottom {
    text-align: center;
    bottom: -15px;
    width: 100%;
    padding-left: 0;
  }
  #top-hero .lead-box p {
    font-size: 10px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 481px) and (max-width: 769px) {
  .col-bottom {
    padding-left: 30px;
  }
}

.full-frame {
  height: 100%;
  width: 100%;
}

.layer {
  pointer-events: auto;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  #top-hero {
    height: auto;
  }
  #top-hero .lead-box {

    margin-top: -90px;

  }

  #top-hero>.container {
    height: 80vh;
    margin-top: 100px;
  }

  #section-unit {
    padding: 80px 0;

  }



  .full-frame .col-bottom {
    padding: 0;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
  }

  #top-hero #section-unit {
    background-color: rgba(255, 255, 255, .7);
  }

  #top-hero #section-unit {
    padding: 50px 0;
    position: static;
    max-height: none;
  }

  #top-hero .lead-txt {
    font-size: 24px;
  }
  .post-prev-img_.pb-20{
    margin-bottom: 40px;
  }
  .post-prev-img_ a img {
    max-width: 10vw;
    min-width: 10vw;
  }

  .wow.fadeInBottomBig {
    position: relative;
  }

  .wow.fadeInBottomBig .post-prev-title {
    position: absolute;
    bottom: -40px;
    left: -5px;
  }
}
