@media screen and (max-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    background: url(../images/back-result.jpg) no-repeat center top;
    background-size: cover;
  }
  #result h3 img {
    padding: 2rem;
    background: rgba(0, 0, 0, 0.3);
  }
  #result .result-scroll-heading {
    height: 55.56vw;
  }
  #result .result-scroll-heading-l {
    height: 100vw;
  }
  .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-account-sp li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step h3 {
    padding: 3rem 5%;
    background: url(../images/back-step.png) no-repeat center top;
    background-size: cover;
  }
  #step h4 {
    padding: 0 2rem 1rem;
  }
  #step dl {
    padding: 2rem;
  }
  #step dt {
    margin-bottom: 3%;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue {
    padding-bottom: 3%;
    background: #000;
  }
  #prologue h3 {
    padding: 3rem 10%;
    background: url(../images/back-prologue.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    margin: 0 auto;
    padding: 3rem;
    width: 95%;
    border: 1px solid #c90;
    background: #000;
  }
  #prologue .text p {
    color: #fff;
  }
  /*----------------------------------------
    #easy
  ----------------------------------------*/
  #easy h3 {
    padding: 2rem 10%;
    background: url(../images/back-easy.jpg) no-repeat center top;
    background-size: cover;
  }
  #easy .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #chance
  ----------------------------------------*/
  #chance h3 {
    padding: 5rem 5%;
    background: url(../images/back-chance.jpg) no-repeat center center;
    background-size: cover;
  }
  #chance .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: 60%;
  }
  /*----------------------------------------
    #step
  ----------------------------------------*/
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  /*----------------------------------------
    #easy
  ----------------------------------------*/
  /*----------------------------------------
    #chance
  ----------------------------------------*/
}
@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 {
    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) {
  #step {
    padding: 10% 0 3%;
    background: url(../images/back-step.png) no-repeat center top fixed;
    background-size: cover;
  }
  #step .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #step .inner {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #step h3 {
    margin-bottom: 5%;
  }
  #step dl {
    margin-bottom: 8%;
  }
  #step dt {
    margin-bottom: 3%;
  }
  #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: 60%;
  }
}
@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(0, 0, 0, 0.7);
    border: 1px solid #c90;
  }
  #prologue .text p {
    color: #fff;
  }
  #easy {
    padding: 10% 0 5%;
    background: url(../images/back-easy.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #easy .inner {
    margin: 0 40% 0 5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #easy .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #easy h3 {
    margin-bottom: 5%;
  }
  #easy .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #chance {
    padding: 10% 0 5%;
    background: url(../images/back-chance.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #chance .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #chance .inner {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #chance h3 {
    margin-bottom: 5%;
  }
  #chance .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
}
