@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 .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  #result .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  /*----------------------------------------
    #cross
  ----------------------------------------*/
  #cross h3 {
    padding: 1rem 0 0;
    background: url(../images/back-cross.jpg) no-repeat center top;
    background-size: cover;
  }
  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice h3 {
    padding: 1rem 0;
    background: url(../images/back-voice.jpg) no-repeat center top;
    background-size: cover;
  }
  #voice ul {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice ul li, #voice ul dl {
    margin-bottom: 1%;
    width: 49.5%;
  }
  #voice li {
    margin-bottom: 1em;
    padding: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    text-align: center;
    line-height: 150%;
    font-weight: bold;
    background: rgb(255, 21, 93);
    background: linear-gradient(45deg, rgb(255, 21, 93) 0%, rgb(255, 163, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff155d",endColorstr="#ffa300",GradientType=1);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  #voice li:last-child {
    margin-bottom: 1em !important;
  }
  #voice li span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: bold;
  }
  /*----------------------------------------
    #day
  ----------------------------------------*/
  #day h3 {
    padding: 3rem 30% 3rem 5%;
    background: url(../images/back-day.jpg) no-repeat center top;
    background-size: cover;
  }
  #day li {
    margin-bottom: 0;
  }
  #day .text {
    padding: 3rem;
  }
  #day h4 {
    padding: 0 1rem;
  }
  /*----------------------------------------
    #truth
  ----------------------------------------*/
  #truth h3 {
    background: url(../images/back-truth.jpg) no-repeat center top;
    background-size: cover;
  }
  #truth h3 img {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.3);
  }
  #truth h4 {
    padding: 3rem;
    background: #000;
  }
  #truth #truth-list {
    padding: 2rem;
  }
  #truth dl {
    margin: 0 auto 1rem;
  }
  #truth dt {
    padding: 1em 2em;
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    text-align: center;
    line-height: 150%;
    font-weight: bold;
    background: rgb(255, 21, 93);
    background: linear-gradient(45deg, rgb(255, 21, 93) 0%, rgb(255, 163, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff155d",endColorstr="#ffa300",GradientType=1);
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  #truth dd {
    padding: 2rem;
    background: #fff;
    border-right: 3px solid rgb(255, 21, 93);
    border-bottom: 3px solid rgb(255, 21, 93);
    border-left: 3px solid rgb(255, 21, 93);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  #truth dd li {
    font-size: 13px;
    font-size: 3.5vw;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue h3 {
    padding: 3rem 40% 3rem 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 3rem;
  }
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  /*----------------------------------------
    #cross
  ----------------------------------------*/
  #cross {
    padding: 5% 0;
    background: url(../images/back-cross.jpg) no-repeat left top fixed;
    background-size: cover;
  }
  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice {
    padding: 5% 0;
    background: url(../images/back-voice.jpg) no-repeat left top fixed;
    background-size: cover;
  }
  #voice .inner {
    margin: 0 auto;
    width: 90%;
  }
  #voice h3 {
    margin-bottom: 3%;
  }
  #voice ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice ul li, #voice ul dl {
    margin-bottom: 1%;
    width: 49.5%;
  }
  #voice li {
    margin-bottom: 1em;
    padding: 1em;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 150%;
    font-weight: bold;
    background: rgb(255, 21, 93);
    background: linear-gradient(45deg, rgb(255, 21, 93) 0%, rgb(255, 163, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff155d",endColorstr="#ffa300",GradientType=1);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  #voice li:last-child {
    margin-bottom: 1em !important;
  }
  #voice li span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: bold;
  }
  /*----------------------------------------
    #day
  ----------------------------------------*/
  #day {
    padding: 10% 0 5%;
    background: url(../images/back-day.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #day .inner {
    margin: 0 40% 0 8%;
  }
  /*----------------------------------------
    #truth
  ----------------------------------------*/
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #day .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #day h3 {
    margin-bottom: 5%;
  }
  #day .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #truth {
    background: url(../images/back-truth.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #truth .overlay {
    padding: 5% 3% 5%;
    background: rgba(0, 0, 0, 0.3);
  }
  #truth .inner {
    margin: 0 auto;
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #truth .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #truth h3, #truth h4 {
    margin-bottom: 5%;
  }
  #truth dl {
    margin-bottom: 3%;
  }
  #truth dt {
    padding: 1em;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    line-height: 150%;
    font-weight: bold;
    background: rgb(255, 21, 93);
    background: linear-gradient(45deg, rgb(255, 21, 93) 0%, rgb(255, 163, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff155d",endColorstr="#ffa300",GradientType=1);
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  #truth dd {
    padding: 5%;
    background: #fff;
    border-right: 3px solid rgb(255, 21, 93);
    border-bottom: 3px solid rgb(255, 21, 93);
    border-left: 3px solid rgb(255, 21, 93);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  #prologue {
    padding: 10% 0 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 40% 10% 8%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  #prologue .inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #prologue h3 {
    margin-bottom: 5%;
  }
  #prologue .text {
    padding: 10%;
    background: #fff;
  }
}
