
#hero-blade .herotext {
  padding: 50px 50px 50px 0px;
}
@media (max-width: 1200px) {
  #hero-blade .herotext {
    padding: 50px;
  }
}
@media (max-width: 465px) {
  #hero-blade .herotext {
    padding: 20px;
  }
}

.ms-logo {
  height: 2.4rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 357px) {
  .ms-logo {
    height: 1.4rem;
  }
}

.overlay-left.herotext h1, .overlay-left.herotext .h1, .overlay-right.herotext h1, .overlay-right.herotext .h1 {
  margin-top: 5%;
  font-size: 4.8rem;
}
@media (max-width: 1200px) {
  .overlay-left.herotext h1, .overlay-left.herotext .h1, .overlay-right.herotext h1, .overlay-right.herotext .h1 {
    margin-top: 0;
    font-size: 3.6rem;
  }
}
@media (max-width: 991px) {
  .overlay-left.herotext h1, .overlay-left.herotext .h1, .overlay-right.herotext h1, .overlay-right.herotext .h1 {
    margin-top: 15%;
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .overlay-left.herotext h1, .overlay-left.herotext .h1, .overlay-right.herotext h1, .overlay-right.herotext .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 520px) {
  .overlay-left.herotext h1, .overlay-left.herotext .h1, .overlay-right.herotext h1, .overlay-right.herotext .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 465px) {
  .overlay-left.herotext h1, .overlay-left.herotext .h1, .overlay-right.herotext h1, .overlay-right.herotext .h1 {
    margin-top: auto;
    font-size: 2.6rem;
  }
}
@media (max-width: 375px) {
  .overlay-left.herotext h1, .overlay-left.herotext .h1, .overlay-right.herotext h1, .overlay-right.herotext .h1 {
    font-size: 2.2rem;
  }
}

.heroarea {
  font-weight: bold;
}
.page-link-heroarea a {
  border: 1px solid #000;
  border-radius: 4px;
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .page-link-heroarea a {
    display: block;
    padding: 0.3rem;
  }
}



.overlay.claimtext {
  position: absolute;
}
#claim .claimtext {
  padding: 80px 50px 50px;
}
#claim .claim-title {
  display: inline-block;
  font-size: 6rem;
  padding: 0.5rem 2rem;
  border-radius: 15px;
  border: 2px solid #fff;
  background: linear-gradient(
  to right,rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0.8)
  );
  margin-bottom: 2rem;
}

span.caution {
  display: block;
  font-size: 0.7rem;
}

@media (max-width: 1200px) {
  #claim .claimtext {
    padding: 30px 50px;
  }
  #claim .claim-title {
    font-size: 5rem;
  }
  #claim h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 520px) {
  #claim .claim-title {
    font-size: 4rem;
  }
}
@media (max-width: 465px) {
  #claim .claim-title {
    font-size: 3rem;
  }
}

.gradation {
  display: inline-block;
  font-weight: 900;
  background: linear-gradient(to right, #15163e, #2585d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



#blades .blades-title,
#blades2 .blades-title {
  font-size: 3rem;
}
@media (max-width: 465px) {
  #blades .blades-title,
  #blades2 .blades-title {
    font-size: 2.4rem;
  }
}

.gradation2 {
  display: inline-block;
  font-weight: 900;
  background: linear-gradient(to right, #15163e, #2585d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 4rem;
}
@media (max-width: 465px) {
  .gradation2 {
    line-height: 3rem;
  }
}



.l-footer {
  display:block;
}
.l-footer__top {
  display:flex;
}
@media (max-width: 1280px) {
  .l-footer__top {
    display:block;
  }
}
  