@media screen and (max-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3, #result h4 {
    padding: 2rem;
    background: url(../images/back-result.jpg) no-repeat center top;
    background-size: cover;
  }
  #result .result-scroll-heading {
    height: 55.56vw;
  }
  #result .result-scroll-heading-l {
    height: 100vw;
  }
  #result .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  #result .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step h3 {
    padding: 2rem 5% 2rem 25%;
    background: url(../images/back-step.jpg) no-repeat center top;
    background-size: cover;
  }
  #step h4 {
    padding: 0 2rem 1rem;
  }
  #step dl {
    padding: 2rem;
  }
  #step dt {
    margin-bottom: 3%;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue h3 {
    padding: 3rem 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #secret
  ----------------------------------------*/
  #secret h3 {
    padding: 3rem 5%;
    background: url(../images/back-secret.jpg) no-repeat center top;
    background-size: cover;
  }
  #secret .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #ea
  ----------------------------------------*/
  #ea h3 {
    padding: 3rem 5%;
    background: url(../images/back-ea.jpg) no-repeat center top;
    background-size: cover;
  }
  #ea .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #cross
  ----------------------------------------*/
  #cross h3 {
    padding: 5rem 52% 5rem 5%;
    background: url(../images/back-cross.jpg) no-repeat center center;
    background-size: cover;
  }
  #cross .text {
    padding: 3rem;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    padding: 10% 0 0;
    background: url(../images/back-result.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #result .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #result .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #result h2 {
    margin-bottom: 5%;
  }
  #result h3 {
    margin-bottom: 5%;
  }
  #result h3:last-child {
    margin: 0 0 0 !important;
  }
  #result .result-scroll-heading-l {
    height: 62.5vw;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #result .result-scroll-heading-l {
    height: 50vw;
  }
}
@media screen and (min-width: 769px) {
  #result .result-scroll-heading {
    margin: 3% 0;
    height: 45.4545454545vw;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #result .result-scroll-heading {
    height: 50vw;
  }
}
@media screen and (min-width: 769px) {
  #result .result-account li {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step {
    padding: 10% 0 3%;
    background: url(../images/back-step.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #step .inner {
    margin: 0 8% 0 30%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #step .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #step h3 {
    margin-bottom: 5%;
  }
  #step dl {
    margin-bottom: 8%;
  }
  #step dt {
    margin-bottom: 3%;
  }
  #step dd img {
    border: 5px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue {
    padding: 10% 0 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #prologue .inner {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #prologue h3 {
    margin-bottom: 5%;
  }
  #prologue .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #secret
  ----------------------------------------*/
  #secret {
    padding: 10% 0 5%;
    background: url(../images/back-secret.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #secret .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #secret .inner {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #secret h3 {
    margin-bottom: 5%;
  }
  #secret .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #ea
  ----------------------------------------*/
  #ea {
    padding: 10% 0 5%;
    background: url(../images/back-ea.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #ea .inner {
    margin: 0 5% 10% 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #ea .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #ea h3 {
    margin-bottom: 5%;
  }
  #ea .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #cross
  ----------------------------------------*/
  #cross {
    padding: 10% 0 5%;
    background: url(../images/back-cross.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #cross .inner {
    margin: 0 50% 10% 5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #cross .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #cross h3 {
    margin-bottom: 5%;
  }
  #cross .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
}
