@media screen and (max-width: 769px) {
    /*----------------------------------------
      #secret
    ----------------------------------------*/
    #secret h3 {
      background: url(../images/secret-background.jpg) no-repeat center top;
      background-size: cover;
      padding: 4rem 12rem 4rem 2rem;
    }
    #secret h4 {
      margin-top: 5%;
    }
    #secret .inner .text {
      padding: 3rem;
      background: rgb(243, 243, 243);
    }
    #secret-list {
      padding: 1rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    #secret-list li {
      margin-bottom: 0;
      width: 49.5%;
    }
    /*----------------------------------------
    #prologue
    ----------------------------------------*/
    #prologue h3 {
      padding: 4rem 12rem 4rem 2rem;
      background: url(../images/prologue-background.jpg) no-repeat center top;
      background-size: cover;
    }
    #prologue .text {
      padding: 3rem;
      background: rgb(243, 243, 243);
    }
    #prologue .text .profile-box {
      background: #000;
      border: 1px solid #1eea0c;
    }
    #prologue .text .profile-box p {
      color: #fff;
    }
    /*----------------------------------------
    #scary
    ----------------------------------------*/
    #scary h3 {
      padding: 4rem 2rem 4rem 12rem;
      background: url(../images/scary-background.jpg) no-repeat center top;
      background-size: cover;
    }
    #scary .text {
      padding: 3rem;
      background: rgb(243, 243, 243);
    }
    /*----------------------------------------
    #cross
    ----------------------------------------*/
    #cross h3 {
      padding: 2rem 2rem 2rem 2rem;
      background: url(../images/cross-background.jpg) no-repeat center top;
      background-size: cover;
    }
    #cross .text {
      padding: 3rem;
      background: rgb(243, 243, 243);
    }

  .checkbox-container {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .checkbox-container input[type=checkbox] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
  }
  .checkbox-container input[type=checkbox]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #99cc00 0%, #87b400 100%);
    border: 1px solid #336600;
  }
  .checkbox-container input[type=checkbox]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
  }
  .checkbox-container input[type=checkbox]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
  }
  .checkbox-container label {
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    text-align: left;
    line-height: 1.4;
  }
  }
  
  @media screen and (min-width: 769px) {
    /*----------------------------------------
      #secret
    ----------------------------------------*/
    #secret {
      padding: 10% 0 5%;
      background: url(../images/secret-background.jpg) no-repeat center top fixed;
      background-size: cover;
    }
    #secret .inner {
      margin: 0 40% 10% 8%;
    }
    #secret  .text {
      padding: 10%;
      background: #fff;
    }
  }

  @media screen and (min-width: 769px) {
    #secret h3 {
      margin-bottom: 5%;
    }
    #secret-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    #secret-list li {
      margin-bottom: 0;
      width: 49.5%;
    }
    
  }
    /* ----------------------------------------------------

    注意事項(アフィリ用)

---------------------------------------------------- */

#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) {
 /*----------------------------------------
    #reliance
  ----------------------------------------*/
  #reliance {
    padding: 10% 0 10%;
    background: url(../images/reliance-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #reliance .inner {
    margin: 0 auto;
    width: 60%;
    margin-bottom: 7%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #reliance .inner {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #reliance h3 {
    margin-bottom: 5%;
  }
  #reliance .text {
    padding: 13%;
    background: rgba(0, 0, 0, 0.95);
  }
  #reliance .text p {
    color: #fff;
  }

}


@media screen and (min-width: 769px) {
  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue {
    padding: 10% 0 3%;
    background: url(../images/epilogue-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #epilogue .inner {
    margin: 0 auto;
    width: 65%;
  }

  #epilogue .epilogue-scroll{
    height: 480px;
    overflow: scroll;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #epilogue .inner {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #epilogue .text {
    margin-bottom: 5%;
    padding: 12%;
    background: rgba(255, 255, 255, 0.95);
  }
  #epilogue h3 {
    margin-bottom: 5%;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 40%;
  }

  #epilogue .epilogue-img {
    padding: 5px 96px 4px 1px;
  }
}


@media screen and (max-width: 769px) {
  #notes {

  }
  #notes dl {
    font-size: 2.5vw;
    letter-spacing:.1em;
    width: 90%;
    padding: 1%;
  }
  #notes dt{
    font-size: 3vw;
  }
}

/*----------------------------------------
    #prologue
  ----------------------------------------*/
  @media screen and (min-width: 769px) {
  #prologue {
    padding: 0 0 5%;
    background: url(../images/prologue-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .overlay {
    padding: 7% 0 5%;
}
  #prologue .inner {
    margin: 0 40% 0 8%;
  }
  #prologue h3 {
    margin-bottom: 5%;
  }
  #prologue .text {
    padding: 10%;
    background: #fff;
  }
  #prologue .text .profile-box {
    background: #000;
    border: 3px solid #1eea0c;
  }
  #prologue .text .profile-box p {
    color: #fff;
  }
  /*#prologue .text p {
    color: #fff;
  }*/
}

/*----------------------------------------
    #scary
  ----------------------------------------*/
  @media screen and (min-width: 769px) {
  #scary {
    padding: 0 0 5%;
    background: url(../images/scary-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #scary .overlay {
    padding: 7% 0 5%;
}
  #scary .inner {
    margin: 0 8% 0 33%;
  }
  #scary h3 {
    margin-bottom: 5%;
  }
  #scary .text {
    padding: 10%;
    background: rgba(255, 255, 255, 95);
  }
  /*#scary .text p {
    color: #fff;
  }*/
}
/*----------------------------------------
    #cross
  ----------------------------------------*/
  @media screen and (min-width: 769px) {
  #cross {
    padding: 0 0 5%;
    background: url(../images/cross-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #cross .overlay {
    padding: 7% 0 5%;
  }
  #cross .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
  #cross h3 {
    margin-bottom: 5%;
  }
  #cross .text {
    padding: 10%;
    background: rgba(255, 255, 255, 95);
  }
  /*#cross .text p {
    color: #fff;
  }*/

  .checkbox-container {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .checkbox-container input[type=checkbox] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
  }
  .checkbox-container input[type=checkbox]:checked {
    /*Other Browser*/
    background: #99cc00;
    /*For Old WebKit*/
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #99cc00 0%, #87b400 100%);
    border: 1px solid #336600;
  }
  .checkbox-container input[type=checkbox]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
  }
  .checkbox-container input[type=checkbox]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
  }
  .checkbox-container label {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: left;
    line-height: 1.4;
  }
}