/** utility */

.u-left {
  text-align: left !important;
}

.u-right {
  text-align: right !important;
}

.u-center {
  text-align: center !important;
}

.u-hide {
  display: none;
}

.u-res__layout--pc {
  display: none;
}

.u-res__layout--sp {
  display: block !important;
}

.u-res__text--pc {
  display: none;
}

.u-res__text--sp {
  display: inline-block;
}

/** style */

.main {
  background: #000;
}

.section-dreamdrive {
  position: relative;
}

.section-dreamdrive .container {
  margin: auto;
  width: 100%;
  text-align: center;
}

.section-dreamdrive img {
  max-width: 100%;
  vertical-align: top;
}

.section-dreamdrive-header {
  padding: 70px 0 120px;
}

.section-dreamdrive-content {
  margin: auto;
  width: 95%;
  padding-top: 111.5492%;
  background: url(/images/special/dreamdrive/bg_01_sp.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.section-dreamdrive-content .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-dreamdrive-footer {
  margin: 2.5% auto;
  width: 95%;
  padding-top: 111.5492%;
  background: url(/images/special/dreamdrive/bg_02_sp.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.section-dreamdrive-footer .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .u-res__layout--pc {
    display: block !important;
  }

  .u-res__layout--sp {
    display: none !important;
  }

  .u-res__text--pc {
    display: inline-block;
  }

  .u-res__text--sp {
    display: none;
  }

  .section-dreamdrive .container {
    max-width: 1000px;
  }

  .section-dreamdrive-header {
    padding: 100px 0;
  }

  .section-dreamdrive-content {
    width: calc(100% - 40px);
    padding-top: 32.7017%;
    background-image: url(/images/special/dreamdrive/bg_01.jpg);
  }

  .section-dreamdrive-footer {
    margin: 20px auto 80px;
    width: calc(100% - 40px);
    padding-top: 32.7017%;
    background-image: url(/images/special/dreamdrive/bg_02.jpg);
  }
}