@media print {
  #start {
    display: none;
  }
  header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
  section#soon {
    background: url(../images/common/bg2.jpg) center/cover;
    padding: 26rem 0;
  }
  section#soon .inner_wrap {
    width: 113.5rem;
    background: #fff;
    box-shadow: -4.5rem 5.4rem 3rem 0 rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    padding: 18.5rem 2rem 18.3rem;
    text-align: center;
  }
  section#soon .soon_title {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 4rem;
    letter-spacing: 0.15em;
    line-height: 1;
  }
  section#soon .main_copy {
    font-weight: 500;
    font-size: 4rem;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-top: 4.8rem;
  }
  section#soon .text {
    font-weight: 500;
    font-size: 2.7rem;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-top: 5.4rem;
  }
}
@media screen and (min-width: 768px) {
  #start {
    display: none;
  }
  header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
  section#soon {
    background: url(../images/common/bg2.jpg) center/cover;
    padding: 26rem 0;
  }
  section#soon .inner_wrap {
    width: 113.5rem;
    background: #fff;
    box-shadow: -4.5rem 5.4rem 3rem 0 rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    padding: 18.5rem 2rem 18.3rem;
    text-align: center;
  }
  section#soon .soon_title {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 4rem;
    letter-spacing: 0.15em;
    line-height: 1;
  }
  section#soon .main_copy {
    font-weight: 500;
    font-size: 4rem;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-top: 4.8rem;
  }
  section#soon .text {
    font-weight: 500;
    font-size: 2.7rem;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-top: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  #start {
    display: none;
  }
  header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
  section#soon {
    background: url(../images/common/bg2_sp.jpg) center/cover;
    padding: 11rem 0;
  }
  section#soon .inner_wrap {
    width: 29.5rem;
    background: #fff;
    box-shadow: -2.25rem 2.7rem 1.5rem 0 rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    padding: 15.7rem 2rem;
    text-align: center;
  }
  section#soon .soon_title {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 1.85rem;
    letter-spacing: 0.15em;
    line-height: 1;
  }
  section#soon .main_copy {
    font-weight: 500;
    font-size: 1.85rem;
    letter-spacing: 0.15em;
    line-height: 1.7297297297;
    margin-top: 2.2rem;
  }
  section#soon .text {
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    line-height: 1.7297297297;
    margin-top: 2rem;
  }
}