@media screen and (max-width: 769px) {
    /*----------------------------------------
      #profile1
    ----------------------------------------*/
    #profile1 h3 {
      padding: 4% 4% 2%;
      background: #141414;
    }
    #profile1 h3.mb-0 {
      padding: 7% 4% 7% 30%;
      background: url(../images/profile1-background.jpg) no-repeat center top;
      background-size: cover;
    }
    #profile1 h4 {
      margin-top: 5%;
    }
    #profile1 .inner .text {
      padding: 3rem;
      background: rgb(243, 243, 243);
    }
    /*----------------------------------------
      #profile2
    ----------------------------------------*/
    #profile2 h3 {
      background: url(../images/profile2-background.jpg) no-repeat center top;
      background-size: cover;
      padding: 7% 30% 7% 4%;
    }
    #profile2 h4 {
      margin-top: 5%;
    }
    #profile2 .inner .text {
      padding: 3rem;
      background: rgb(243, 243, 243);
    }
  /*----------------------------------------
  #launch
  ----------------------------------------*/
  #launch h3 {
    padding: 4% 8%;
    background: url(../images/launch-background.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 8;
  }
  #launch h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9;
  }
  #launch h3 img {
    position: relative;
    z-index: 10;
  }
  #launch dt {
    padding: 4% 3% 2%;
    background: url(../images/launch-background.jpg) repeat center top;
    background-size: cover;
  }
  #launch dd {
    padding: 0rem;
    background: #fff;
  }
  #launch dd p {
    color: #000;
  }

  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice {
    background: url(../images/result-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #voice h3 {
    padding: 0rem 2rem 0rem 2rem;
  }
  #voice .inner {
    padding: 3rem 1rem 3rem 1rem;
  }
  #voice ul {
    padding: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice .voice-list {
    padding: 3% 0% 5%;
    /* background: #c4f5ff; */
  }

  #voice .voice-list .voice-list-inner, #voice ul dl {
    margin-bottom: 1%;
    width: 49.0%;
  }
  #voice .voice-list .voice-list-inner li:not(:has(img)) {
    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 .voice-list .voice-list-inner li:has(img) {
    width: 40%;
    margin: 0 auto 1%;
    border: 5px solid #fff;
    border-radius: 100px;
    background: #fff;
  }
  #voice li:last-child {
    margin-bottom: 0em !important;
  }
  #voice li span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: bold;
  }

  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    background: url(../images/result-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #result h3 img {
    padding: 10% 3% 8% 37%;
    /* background: rgba(0, 0, 0, 0.4); */
  }
  #result .inner {
    background: #000;
  }
  .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    line-height: 0;
  }
  .result-chart li:first-child {
    border-top: 1px solid #fff;
  }
  .result-data-scroll {
    height: 20rem;
    overflow: scroll;
  }
  .result-data-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .result-data-heading-scroll {
    margin: 0 auto 1rem;
    width: 100%;
    height: calc(100vw / 2);
    overflow: scroll;
    position: relative;
  }
  .result-data-heading-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading-scroll h4 {
    padding: 0 !important;
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    background: none !important;
  }
  .result-data-heading-scroll h4 small {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    display: block;
  }
  .result-data-heading-scroll .data {
    position: absolute;
    z-index: 1;
  }
  #result  .result-data {
    margin: 0 auto;
    width: 100%;
    height: calc(100vh / 3);
    overflow: scroll;
    position: relative;
  }
    .result-data h4 {
      width: 80%;
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      margin-top: 0!important;
    }

  /*----------------------------------------
    #media
  ----------------------------------------*/
  #media h3 {
    background: url(../images/media-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #media h3 img {
    padding: 5% 7%;
    /* background: rgba(0, 0, 0, 0.4); */
  }
  #media .inner {
    background: #000;
  }
  .media-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .media-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    line-height: 0;
  }
  .media-chart li:first-child {
    border-top: 1px solid #fff;
  }
  .media-data-scroll {
    height: 20rem;
    overflow: scroll;
  }
  .media-data-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .media-data-heading-scroll {
    margin: 0 auto 1rem;
    width: 100%;
    height: calc(100vw / 2);
    overflow: scroll;
    position: relative;
  }
  .media-data-heading-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .media-data-heading-scroll h4 {
    padding: 0 !important;
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    background: none !important;
  }
  .media-data-heading-scroll h4 small {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    display: block;
  }
  .media-data-heading-scroll .data {
    position: absolute;
    z-index: 1;
  }
  #media  .result-data {
    margin: 0 auto;
    width: 100%;
    height: calc(100vh / 3);
    overflow: scroll;
    position: relative;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------
  #prologue h3 {
    padding: 3rem 1rem 3rem 15rem;
    background: url(../images/prologue-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 3rem;
  }*/
}

@media screen and (min-width: 769px) {
  /*----------------------------------------
  #launch
  ----------------------------------------*/
  #launch {
    padding: 10% 0 5%;
    background: url(../images/launch-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #launch .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
  #launch h3 {
    margin: 0 auto 2%;
    width: 60%;
  }
  #launch dl {
    margin-bottom: 10%;
  }
  #launch dt {
    /* margin-bottom: 5%; */
  }
  #launch dd {
    /* padding: 10%; */
    background: #fff;
  }
  #launch dd p {
    color: #000;
  }
}

@media screen and (min-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    background: url(../images/result-background.jpg) no-repeat center top fixed;
    background-size: cover;
    padding: 10% 0 5%;
  }
  #result .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  #result .inner {
    margin: 0 8% 10% 40%;
  }

  .result-data {
      margin: 0 auto 5%;
      width: 100%;
      height: calc(100vw / 3);
      overflow: hidden!important;
      overflow-y: scroll!important;
      position: relative;
  }
  .result-data h4 {
      width: 80%;
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      margin-top: 0!important;
  }
  .result-data li {
    margin-bottom: 0!important;
  }
  #result .result-chart {
    width: 100%;
    margin: 0 auto;
  }
  /*----------------------------------------
    #media
  ----------------------------------------*/
  #media {
    background: url(../images/media-background.jpg) no-repeat center top fixed;
    background-size: cover;
    padding: 10% 0 5%;
  }
  #media .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  #media .inner {
    margin: 0 auto 10%;
    width: 60%;
  }

  .media-data {
      margin: 0 auto 5%;
      width: 100%;
      height: calc(100vw / 3);
      overflow: hidden!important;
      overflow-y: scroll!important;
      position: relative;
  }
  .media-data h4 {
      width: 80%;
      position: absolute;
      top: 5%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      margin-top: 0!important;
  }
  .media-data li {
    margin-bottom: 0!important;
  }
  #media .media-chart {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  /* #result .inner {
    width: 80%;
  }
  #media .inner {
    width: 80%;
  } */
}

@media screen and (min-width: 769px) {
  #media h3 {
    margin-bottom: 5%;
  }
  #result h3 {
    margin-bottom: 5%;
  }
  .result-data {
    margin-bottom: 5%;
  }
  .result-data-scroll {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    overflow: scroll;
  }
  .result-data-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading-scroll {
    margin: 0 auto 5%;
    width: 100%;
    height: calc(100vw / 2.5);
    overflow: scroll;
    position: relative;
    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-data-heading-scroll {
    height: calc(100vw / 2.0);
  }
}

@media screen and (min-width: 769px) {
  .result-data-heading-scroll iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading-scroll h4 {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
  }
  .result-data-heading-scroll h4 small {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    display: block;
  }
  .result-data-heading-scroll .data {
    position: absolute;
    z-index: 1;
  }
  /*----------------------------------------
    #profile1
  ----------------------------------------*/
  #profile1 {
    padding: 10% 0 5%;
    background: url(../images/profile1-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #profile1 .inner {
    margin: 0 8% 10% 40%;
  }
  #profile1  .text {
    padding: 10%;
    background: #fff;
  }
  #profile1 h3 {
    margin-bottom: 5%;
  }
  /*----------------------------------------
    #profile2
  ----------------------------------------*/
  #profile2 {
    padding: 10% 0 5%;
    background: url(../images/profile2-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #profile2 .inner {
    margin: 0 40% 10% 8%;
  }
  #profile2  .text {
    padding: 10%;
    background: #fff;
  }
  #profile2 h3 {
    margin-bottom: 5%;
  }
}

/*@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.5);
  }
  #prologue .text p {
    color: #fff;
  }
}*/


.inner-ptop{padding-top: 50px;}

  #media .result-chart li img {
    box-shadow: 0 0 12px #00000094, 0 0 3px #000000;
  }