.second-page-header {
  position: relative;
  overflow: hidden;
  min-height: 313px;
  /* margin-top: -100px; */
  margin-bottom: 30px;
  background-color: #231815
}
@media screen and (max-width: 767px) {
  .second-page-header {
    min-height: 93.3333333333vw;
    /* margin-top: -17.3333333333vw; */
    margin-bottom: 2vw
  }
}
.second-page-header img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (min-width: 768px) {
  .second-page-header.-image {
    height: 570px
  }
}
.second-page-header__ttl {
  font-size: 4.6rem;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 0 1.5rem;
  color: #fff
}
@media screen and (max-width: 767px) {
  .second-page-header__ttl {
    font-size: 32px;
    font-size: 8.5333333333vw
  }
}
.second-page-header__ttl span {
  position: relative;
  display: inline-block;
  padding-bottom: .4em
}
.second-page-header__ttl span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 200px;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #b60007
}
@media screen and (max-width: 767px) {
  .second-page-header__ttl span:before {
    width: 26.6666666667vw;
    height: .5333333333vw
  }
}
/*# sourceMappingURL=/cdn/shop/t/10/assets/section-second-page.css.map?v=103217907719307827001674203800 */