@media screen and (max-width: 769px) {
  /*----------------------------------------
  #launch
  ----------------------------------------*/
  #launch h3 {
    padding: 1rem 1rem 1rem 1rem;
    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: 1rem 1rem 1rem 1rem;
    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 h3 {
    padding: 1rem 1rem;
    background: url(../images/voice-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #voice-list {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice-list li {
    /* margin-bottom: 0; */
    width: 100%;
  }
  .fukidashi_area:last-child {
    margin-bottom: 3%;
  }
  .fukidashi_area:last-child .balloon:last-child::before {
    left: 95%;
    transform: rotate(-35deg);
  }
  /* 吹き出し本体 */
  .balloon{
    width: 100%;
    position: relative;
    padding: 3%;
    background-color: #fff;
    filter: drop-shadow(0 0 2px #000)drop-shadow(0 0 5px #000);
    color: #ffffff;
    border-radius: 10px;
  }
  .balloon:nth-of-type(odd) {
    position: relative;
    z-index: 8;
  }
  #voice .balloon p {
    color: #000;
    font-weight: bold;
  }
  /* アイコンを下に表示 */
  .balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 7px;
    bottom: -8px;
    border-top: 14px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transform: rotate(-35deg);
}

  .fukidashi_area:nth-of-type(even) .balloon::before {
    left: 7px;
    transform: rotate(35deg);
  }
  #voice .voice-message-write {
    padding: 1rem;
    background: #fceabb;
    background: linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 );
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #voice .voice-message-write dt {
    margin: 1.5em 0;
    padding: 2em;
    width: 60%;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 160%;
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #fff;
    border-radius: 2rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
  #voice .voice-message-write dt:before {
    content: "";
    position: absolute;
    top: 33.5%;
    left: 100%;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
  }
  #voice .voice-message-write dd {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
  #voice .voice-message-write dd p {
    padding: .5em 1em;
    position: absolute;
    pointer-events: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
  }
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    background: url(../images/result-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #result h3 img {
    padding: 3rem 1rem;
    /* background: rgba(0, 0, 0, 0.4); */
  }
  #result .inner {
    background: #000;
  }
    .result-data {
    width: 100%;
    height: calc(100vw / 2.5);
    overflow-y: scroll;
    position: relative;
  }
  .result-data h4 {
    width: 80%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .result-data li{
    margin-bottom: 0;
  }
  .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .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;
  }
  /*----------------------------------------
    #future
  ----------------------------------------*/
  #future h3 {
    background: url(../images/future-background.jpg) no-repeat center top;
    background-size: cover;
  }
  #future h3 img {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.5);
  }
  #future .text {
    padding: 3rem;
    background: rgb(255 255 255 / 95%);
  }
  #future p {
    color: #000;
  }
  #future .box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
  }
  #future .box1 p {
    margin: 0; 
    padding: 0;
  }
  #future .name {
    text-align: right;
  }
  /*----------------------------------------
    #cross
  ----------------------------------------*/
  .mb-30, .mb-40 {
    margin-bottom: 0!important;
  }
  .text .mb-40 {
    margin-bottom: 5.3333333333vw !important;
  }
  #cross h3 {
    padding: 2rem 3rem 2rem 3rem;
    background: url(../images/cross-background.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  #cross h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #00000085;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  #cross h3 img{
    position: relative;
    z-index: 3;
  }
  #cross .text {
    padding: 3rem;
    background: #fff;
  }
  #cross p {
    color: #000;
  }
  #cross ul.compare-list{
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #fff;
  }
  #cross ul.rich{
    background: #fff;
    border: none;
  }
  #cross ul.rich p{
    color: #333;
  }
  #cross ul.compare-list li{
    width: 100%;
    margin-bottom: 0;
    align-self:center;
  }
  #cross ul.compare-list li P{
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 80%;
    font-weight: bold;
  }
  #cross ul.compare-list li p span{
    font-size:16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  #cross ul.compare-list li br{
    display: block;
  }

  #cross ul.compare-list li.txt{
    padding: 8% 8%;
  }
  #cross ul.compare-list li.img{
    border: solid 1px #fff;
  }
  #cross ul.compare-list li.list1{
    order: 1;
  }
  #cross ul.compare-list li.list2{
    order: 2;
  }
  #cross ul.compare-list li.list3{
    order: 4;
  }
  #cross ul.compare-list li.list4{
    order: 3;
  }
  #cross ul.compare-list li.list5{
    order: 5;
  }
  #cross ul.compare-list li.list6{
    order: 6;
  }
  /*----------------------------------------
    #introduction
  ----------------------------------------*/
  #introduction h3 {
    background: url(../images/introduction-background.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
    padding: 3rem 13rem 3rem 1rem;
  }
  #introduction .text {
    padding: 2rem;
    background: rgb(255, 255, 255);
  }
  #introduction p {
    color: #000000;
  }
 /* table th {
    background: #289bc7;
  }
  table th,
  table td{
  border: 0px solid #fff;
  width:100%;
  display:block;
}
#introduction table td p {
  color: #000;
  font-size: 2rem;
}*/
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq {
    padding-bottom: 3rem;
  }
  #faq h3 {
    padding: 2rem 0rem;
    background: url(../images/faq-background.jpg) no-repeat center center;
    background-size: cover;
  }
  #faq h3 img {
    filter: drop-shadow(0 0 5px #000);
  }
  #faq dl {
    margin: 0 auto 1rem;
    width: 95%;
  }
  #faq dl:first-of-type{
    margin-top: 1rem;
  }
  #faq dt {
    padding: 2rem;
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    line-height: 160%;
    background: rgba(241, 90, 36, 0.95);
  }
  #faq dt p {
    color: #fff;
    font-weight: bold;
  }
  #faq dd {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
    line-height: 160%;
  }
  #faq dd li {
    line-height: 160%;
  }
  /* ----------------------------------------------------

    注意事項(アフィリ用)

---------------------------------------------------- */
  #notes {

  }
  #notes dl {
    font-size: 2.5vw;
    letter-spacing:.1em;
    width: 90%;
    padding: 1%;
  }
  #notes dt{
    font-size: 3vw;
  }
  /*----------------------------------------
    #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: 70%;
  }
  #launch dl {
    margin-bottom: 10%;
  }
  #launch dt {
    /* margin-bottom: 5%; */
  }
  #launch dd {
    /* padding: 10%; */
    background: #fff;
  }
  #launch dd p {
    color: #000;
  }
  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice {
    padding: 10% 0 5%;
    background: url(../images/voice-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #voice .inner {
    width: 75%;
    margin: 0 auto;
  }
.fukidashi_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: .7%;
}
.fukidashi_area:nth-of-type(odd) {
  position: relative;
  z-index: 5;
}

  /* 吹き出し本体 */
.balloon{
  width: 49.5%;
  position: relative;
  padding: 1%;
  background-color: #fff;
  filter: drop-shadow(0 0 2px #000)drop-shadow(0 0 5px #000);
  color: #ffffff;
  border-radius: 10px;
}
#voice .balloon p {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}
/* アイコンを下に表示 */
.balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 7px;
    bottom: -17px;
    border-top: 30px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    transform: rotate(-35deg);
}

.fukidashi_area:nth-of-type(even) .balloon::before {
  left: 7px;
  transform: rotate(22deg);
}

}

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

@media screen and (min-width: 769px) {
  #voice h3 {
    margin-bottom: 5%;
  }
  #voice-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #voice-list:not(:last-child) {
    margin-bottom: 10%;
  }
  #voice-list li {
    width: 100%;
  }
  .voice-message-write {
    margin-bottom: 3%;
    padding: 5%;
    background: #fceabb;
    background: linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 );
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
  .voice-message-write dt {
    margin: 1.5em 0;
    padding: 2em;
    width: 80%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 160%;
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #fff;
    border-radius: 2rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
  .voice-message-write dt:before {
    content: "";
    position: absolute;
    top: 33.5%;
    left: 100%;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
  }
  .voice-message-write dd {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
  .voice-message-write dd p {
    padding: .5em 1em;
    position: absolute;
    pointer-events: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
  }
  /*----------------------------------------
    #thoughts
  ----------------------------------------*/
  #thoughts {
    background: url(../images/thoughts-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #thoughts .overlay {
    padding: 10% 0 5%;
    /* background: rgba(0, 0, 0, 0.5); */
  }
  #thoughts .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
  .thoughts-data {
    margin: 0 auto 5%;
    width: 100%;
    height: calc(100vw / 3.7);
    overflow-y: scroll;
    position: relative;
  }
  .thoughts-data h4 {
    width: 80%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .thoughts-data li{
    margin-bottom: 0;
  }
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    background: url(../images/result-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #result .overlay {
    padding: 10% 0 5%;
    /* background: rgba(0, 0, 0, 0.5); */
  }
  #result .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
  .result-data {
    margin: 0 auto 5%;
    width: 100%;
    height: calc(100vw / 3.7);
    overflow-y: scroll;
    position: relative;
  }
  .result-data h4 {
    width: 80%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .result-data li{
    margin-bottom: 0;
  }
  /*----------------------------------------
    #future
  ----------------------------------------*/
  #future {
    background: url(../images/future-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #future .overlay {
    padding: 10% 0 5%;
    background: rgb(241 233 233 / 13%);
  }
  #future .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
  #future h3 {
    margin-bottom: 5%;
  }
  #future .text {
    margin: 0 auto 10%;
    padding: 10%;
    background: rgb(255 255 255 / 95%);
  }

  #future .text p {
    color: #000;
  }

  #future .future-img {
    padding: 3px 75px 4px 1px;
  }
  #future .name {
    text-align: right;
  }
/*----------------------------------------
    #cross
  ----------------------------------------*/
  #cross {
    padding: 5% 0 5%;
    background: url(../images/cross-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #cross .inner {
    margin: 0 auto;
    width: 60%;
  }
  #cross h3 {
    margin: 5% 0;
  }
  #cross .text {
    margin: 0 auto;
    padding: 10%;
    width: 100%;
    background: rgb(255 255 255 / 95%);
    border-radius: 10px;
  }
  #cross p {
    color: #000;
  }
  #cross .result-data-heading-scroll.mb-40 {
    height: calc(100vw / 4.5);
  }
  #cross ul.compare-list{
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #fff;
  }
  #cross ul.rich{
    background: #fff;
    border: none;
  }
  #cross ul.rich p{
    color: #000;
  }
  #cross ul.compare-list li{
    width: 50%;
    margin-bottom: 0;
    align-self:center;
  }
  #cross ul.compare-list li P{
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 80%;
    font-weight: bold;
  }
  #cross ul.compare-list li P span{
    font-size:16px;
    font-size: 1.6rem;
    font-weight: normal;
  }

  #cross ul.compare-list li.txt{
    padding: 2% 4%;
  }
  #cross ul.compare-list li.img{
    border: solid 1px #fff;
  }
  /*----------------------------------------
    #introduction
  ----------------------------------------*/
  #introduction {
    padding: 10% 0 5%;
    background: url(../images/introduction-background.jpg) no-repeat center top fixed;
    background-size: cover;
    background-blend-mode: multiply;
  }
  #introduction .inner {
    margin: 0 40% 10% 5%;
  }
  #introduction .text {
    padding: 10% 8%;
    background: rgb(255 255 255 / 95%);
    box-shadow: 0 0 10px #3f2d00;
  }
  #introduction h3 {
    margin-bottom: 5%;
  }
  #introduction p {
    color: #000000;
    font-size: 2.0rem;
  }
  #introduction table td p{
    color: #000;
    margin-bottom: 0;
  }
  #introduction table td p:first-child {
    padding: 4% 5%;
  }
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq {
    padding: 10% 0 5%;
    background: url(../images/faq-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #faq .inner {
    width: 70%;
    margin: 0 auto;
  }
  #faq h3 {
    margin-bottom: 5%;
    text-align: center;
  }
  #faq dl {
    margin-bottom: 5%;
  }
  #faq dt {
    padding: 3% 5%;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 160%;
    background: rgba(241, 90, 36, 0.95);
  }
  #faq dt p {
    color: #fff;
    font-weight: bold;
  }
  #faq dd {
    padding: 3% 5%;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
    font-size: 16px;
    font-size: 1.8rem;
    line-height: 160%;
  }
  #faq dd li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }
  #faq dd .ifrm-container {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  #faq dd .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
  #faq .comment p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #faq .comment h4 {
    margin-bottom: 1em;
    padding-bottom: .3em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px dotted #333;
  }
}

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

  #faq .inner {
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #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;
  }
  .result-chart li {
    border: 1px solid #ece1898c;
  }
}

@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;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------
  #prologue {
    padding: 10% 0 5%;
    background: url(../images/prologue-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 auto;
    width: 60%;
  }*/
}

#thoughts .text .left {
  width: 50%;
  margin: 0 0 0 auto;
}
.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #fff;
}
.box3 p {
  /*margin: 20px; */
  padding: 5px;
}
/*.box3 {
  padding: 0em 1em;
  margin: 2em 0;
  color: #2c2c2f;
  background: #cd4302;
}
.box3 p {
  margin: 20px; 
  padding: 20px;
}*/
/* ----------------------------------------------------

    注意事項(アフィリ用)

---------------------------------------------------- */

#notes {
  background-color: #ececec;
  text-align: left;
  padding: 2% 0%;
}
#notes dl {
  font-size: 1.2vw;
  margin-bottom: 0%;
  letter-spacing:.1em;
  border 0.05rem solid #C3C8CD;
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}
#notes dt{
  margin-bottom: 0.5%;
  font-weight: 600;
  font-size: 1.4vw;
}

/*@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;
  }
}*/

.btn-green {
  position: relative;
  background: #1ca800;
  background: linear-gradient(to bottom, #0fff0d 25%, #04af14 75%)!important;
  text-shadow: 0 0px 3px #0f830d, 0 0px 5px #0f830d, 0 0 7px #0f830d!important;
  border: 1px solid #37e70b!important;
  box-shadow: 0 1rem 0 #045b0c!important;
  overflow: hidden;
  margin-bottom: 0;
}

.btn-green::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn4 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn4 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.inner-ptop{padding-top: 50px;}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 のアスペクト比 (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

  /*----------------------------------------
    .movie
  ----------------------------------------*/
  .movie {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
  }
  .movie dt {
    margin: 0;
    padding: 1% 3%;
    background: #ee0000;
    display: flex;
    align-items: flex-start;
    border: none;
    text-shadow: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

@media screen and (min-width: 769px) and (max-width: 980px) {
  .movie dt {
    margin: 0;
    padding: 1% 3%;
    background: #ee0000;
    display: flex;
    align-items: flex-start;
    border: none;
    text-shadow: none;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}
  .movie dt .material-symbols-outlined {
    margin: 0 1rem 0 0 !important;
    padding: 0 !important;
    font-size: 22px;
    font-size: 5.9vw;
    color: #fff !important;
    background: none !important;
  }
  .movie dt .txt {
    margin-bottom: 0 !important;
    /*padding: 0.3em 0 0 0 !important;*/
    font-size: 16px !important;
    font-size: 3vw !important;
    color: #fff !important;
    line-height: 140% !important;
    font-weight: 900 !important;
    background: none !important;
  }
  .movie dd {
    padding: 0 !important;
    border: none !important;
  }
  .movie dd:before, .movie dd:after {
    height: 0 !important;
    background: none !important;
  }
  .player {
    position: relative;
  }
  .player .thumbnail {
    cursor: pointer;
    z-index: 1;
  }
  .player .material-symbols-outlined {
    margin: 0 !important;
    padding: 22% 0 0 !important;
    font-size: 50px;
    font-size: 13.3vw;
    color: #f00 !important;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.5s 0s ease;
    background: none !important;
  }
  .player .material-symbols-outlined:before {
    margin-top: 25%;
    display: block;
  }
  .player .material-symbols-outlined:hover {
    color: #fc0;
  }
  #modal-video {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.5s;
  }
  #modal-video.close {
    filter: opacity(0);
    visibility: hidden;
  }
  #modal-video.open {
    filter: opacity(1);
    visibility: visible;
  }
  #modal-video iframe {
    width: 80vw;
    height: 60vw;
  }
  .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}