/*============================================================
	SUB
============================================================*/
/*  mv
-------------------------------------------------*/
#sub__mv {
  padding: 0;
}
#sub__mv .inner {
  padding: 9.375rem 0;
  background-image: url(../img/common/bg_sub.svg), url(../img/common/bg_sub.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: 31.25rem auto, 31.25rem auto;
}
@media only screen and (max-width: 767px) {
  #sub__mv .inner {
    width: 100vw;
    max-width: 100vw;
    padding: 5.3571428571rem 0;
    background-size: 17.8571428571rem auto, 17.8571428571rem auto;
  }
}
#sub__mv .inner h1 {
  width: 100%;
  height: 11.5625rem;
  background: url(../img/common/bg_ttl_pc.svg) no-repeat center center/contain;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #sub__mv .inner h1 {
    height: 8.3928571429rem;
    background-image: url(../img/common/bg_ttl_sp.svg);
    font-size: 2.0714285714rem;
    line-height: 1.2;
  }
}
#sub__mv .inner h1 span {
  display: block;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #sub__mv .inner h1 span {
    font-size: 0.8571428571rem;
  }
}
#sub__mv .inner h1 span::first-letter {
  text-transform: uppercase;
}
#sub__mv .inner h1.basic {
  background: none;
  color: #222;
}