#wrap section {
  margin-top: 0;
}

.hero {
  position: relative;
  height: calc(100vh - 90px);
  min-height: 540px;
  display: flex;
  align-items: center;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero .container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero h1 {
  text-align: center;
  font-size: clamp(32px, 5vw, 48px);
  padding: 40px 0;
}
.hero h1 span {
  font-weight: 400;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
}
.hero h1 b {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  color: #d11;
  font-size: 1.2em;
}
.hero h2 {
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  font-style: italic;
  opacity: 0.8;
}
.hero p {
  line-height: 2;
  padding: 40px 0;
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  text-align: justify;
}

.hero-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.c {
  padding: 80px 0;
  line-height: 1.4;
}
.c h3 {
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.c h3 em {
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-size: 28px;
}
.c h3 span {
  display: inline-flex;
  align-items: center;
  opacity: 0.5;
  padding: 0 0 4px 8px;
  border: 1px solid #999;
  border-right: 0;
  border-top: 0;
}

.update {
  background: #111;
}
.update li {
  display: flex;
  padding: 1rem 0;
  line-height: 1.5;
}
.update li time {
  flex: 0 0 8em;
  font-size: 12px;
  padding-top: 5px;
}
.update li strong {
  font-size: 1.1em;
  color: #fff;
  display: block;
  padding-bottom: 4px;
}
.update li span a {
  color: #ccc;
}

.spec {
  background: #fff url("../images/bg2.jpg") no-repeat left center/cover;
  background-attachment: fixed;
  color: #222;
}
.spec h3 em {
  border-color: #222;
}
.spec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spec li {
  flex: 0 0 calc(33.3333% - 0.5rem);
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #aaa;
  background: #f5f5f5;
}
.spec li b {
  display: block;
}
.spec li .spec-v {
  font-size: 1.35em;
  color: #d11;
  padding: 12px 0;
}
.tech ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tech li {
  flex: 0 0 49%;
  margin-bottom: 2%;
  border-radius: 8px;
  overflow: hidden;
  background: #ccc;
}
.tech li i {
  display: block;
  line-height: 0;
}
.tech li p {
  padding: 1.5rem 1rem 2rem;
  color: #555;
}
.tech li em {
  display: block;
  padding: 0 0 8px;
  font-size: 13px;
  color: #d11;
}
.tech li b {
  display: block;
  font-size: 1.5em;
  padding-bottom: 1rem;
  color: #111;
}

.related {
  background: rgb(0, 10, 27);
}
.related .container {
  padding-bottom: 80px;
}
.related ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related li {
  flex: 0 0 48%;
  margin-bottom: 2%;
  line-height: 1.5;
}
.related li a {
  display: flex;
}
.related li i {
  flex: 0 0 100px;
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
.related li p {
  flex: 1;
}
.related li time {
  display: block;
  font-size: 12px;
  padding-top: 5px;
}
.related li span a {
  color: #ccc;
}
.related li span strong {
  font-size: 1.1em;
  color: #fff;
  display: block;
  padding-bottom: 4px;
}

@media only screen and (max-width: 768px) {
  .spec li {
    flex: 0 0 49%;
  }
  .hero {
    height: auto;
  }
  .hero p {
    text-align: left;
  }
  .hero::after {
    background: rgba(0, 0, 0, 0.55);
  }
}
@media only screen and (max-width: 540px) {
  .hero h1 {
    padding-bottom: 16px;
  }
  .hero h2 {
    font-size: 11px;
  }
  .update ul,
  .update li {
    display: block;
  }
  .spec ul {
    display: block;
  }
  .tech ul {
    display: block;
  }
  .related ul {
    display: block;
  }
}/*# sourceMappingURL=single.css.map */