@media screen and (max-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    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-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  #result-end {
    padding: 0 !important;
    background: none !important;
  }
  /*----------------------------------------
    #profile
  ----------------------------------------*/
  #profile h3 {
    padding: 3rem 5% 3rem 35%;
    background: url(../images/back-profile.jpg) no-repeat center top;
    background-size: cover;
  }
  #profile .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #need
  ----------------------------------------*/
  #need h3 {
    padding: 2rem 2rem;
    background: url(../images/back-need.jpg) no-repeat center top;
    background-size: cover;
  }
  #need dl {
    margin: 0 auto 1rem;
    padding: 2rem;
    width: 95%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    border: 3px solid #000;
  }
  #need dt {
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #000;
  }
  /*----------------------------------------
    #start
  ----------------------------------------*/
  #start h3 {
    padding: 3rem;
    background: url(../images/back-start.jpg) no-repeat center top;
    background-size: cover;
  }
  #start .text {
    padding: 3rem;
    background: #000;
  }
  #start p {
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    padding: 5% 0 0;
    background: url(../images/back-result.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #result .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
  /*----------------------------------------
    #profile
  ----------------------------------------*/
  /*----------------------------------------
    #need
  ----------------------------------------*/
  /*----------------------------------------
    #start
  ----------------------------------------*/
}
@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) {
  #result .result-account img, #result .result-scroll {
    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;
  }
  #result .result-account, #result .result-ranking {
    margin-bottom: 3%;
  }
  #profile {
    padding: 5% 0 5%;
    background: url(../images/back-profile.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #profile .inner {
    margin: 0 5% 0 35%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #profile .inner {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #profile h3 {
    margin-bottom: 3%;
  }
  #profile .text {
    padding: 10%;
    background: #fff;
  }
  #need {
    padding: 10% 0 5%;
    background: url(../images/back-need.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #need .inner {
    margin: 0 auto;
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #need .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #need h3 {
    margin-bottom: 5%;
  }
  #need dl {
    margin-bottom: 5%;
    padding: 8%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 3rem;
    border: 5px solid #000;
  }
  #need dt {
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #000;
  }
  #start {
    padding: 10% 0 5%;
    background: url(../images/back-start.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #start .inner {
    margin: 0 auto;
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #start .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #start h3 {
    margin-bottom: 5%;
  }
  #start .text {
    padding: 10%;
    background: rgba(0, 0, 0, 0.7);
  }
  #start p {
    color: #fff;
  }
}
