@charset "UTF-8";
@media screen and (max-width: 769px) {
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    background: url(../images/back-result.jpg) no-repeat center center;
    background-size: cover;
  }
  #result h3 img {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.5);
    display: block;
  }
  #result h4 {
    background: url(../images/back-result.jpg) no-repeat center center;
    background-size: cover;
  }
  #result h4 img {
    padding: 1rem 1rem;
    background: rgba(0, 0, 0, 0.5);
    display: block;
  }
  #result li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-data {
    height: 20rem;
    overflow: scroll;
  }
  .result-data iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .result-data-heading {
    margin: 0 auto 3rem;
    width: 100%;
    height: calc(100vw / 2);
    overflow: scroll;
    position: relative;
  }
  .result-data-heading iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading h4 {
    padding: 0 !important;
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    background: none !important;
  }
  .result-data-heading 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 .data {
    position: absolute;
    z-index: 1;
  }
  /*----------------------------------------
    #start
  ----------------------------------------*/
  #start h3 {
    padding: 3rem;
    background: url(../images/back-start.jpg) no-repeat center top;
    background-size: cover;
  }
  #start .text {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
  }
  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit h3 {
    padding: 2rem;
    background: url(../images/back-merit.jpg) no-repeat center top;
    background-size: cover;
  }
  #merit dt {
    padding: 2rem;
    background: url(../images/back-merit.jpg) no-repeat center top;
    background-size: cover;
  }
  #merit dd {
    padding: 3rem;
    background: #fff;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue h3 {
    padding: 3rem 1rem 3rem 15rem;
    background: url(../images/back-prologue.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 3rem;
  }
  #profile {
    background: black !important;
  }
  #profile p {
    color: #fff;
  }
  /*----------------------------------------
    #betrayal
  ----------------------------------------*/
  #betrayal h3 {
    padding: 3rem 10rem 3rem 2rem;
    background: url(../images/back-betrayal.jpg) no-repeat center top;
    background-size: cover;
  }
  #betrayal .text {
    padding: 3rem;
    background: black;
  }
  #betrayal p {
    color: #fff;
  }
  #betrayal .overlay {
    background: black;
  }
  #betrayal .overlay h4 {
    padding: 2rem 1rem 0;
    font-size: 20px;
    font-size: 5.3vw;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    text-align: center;
    color: #fff;
  }
  #betrayal .overlay .inner {
    margin: 0 auto 3rem;
    width: 100%;
  }
  #betrayal small {
    margin-top: 1em;
    color: #fff;
    display: inline-block;
  }
  /*----------------------------------------
    #quest
  ----------------------------------------*/
  #quest h3 {
    padding: 3rem 5rem;
    background: url(../images/back-quest.jpg) no-repeat center top;
    background-size: cover;
  }
  #quest .text {
    padding: 3rem;
    background: #fff;
  }
  /*----------------------------------------
    #logic
  ----------------------------------------*/
  #logic h3 {
    padding: 3rem;
    background: url(../images/back-logic.jpg) no-repeat center top;
    background-size: cover;
  }
  #logic h4 {
    padding: .5em 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
    background: #000;
  }
  #logic .text {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
  }
  #logic .logic-indicator-list {
    margin-bottom: 1rem;
  }
  #logic .logic-indicator-list dd {
    padding: 2rem;
    background: #000;
    border-top: 1px solid #fff;
  }
  #logic .logic-indicator-list p {
    color: #fff;
  }
  #logic .logic-flow {
    margin-bottom: 2rem;
  }
  #logic .logic-flow dd {
    padding: 2rem;
    border-top: 1px solid #fff;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
  }
  /*----------------------------------------
    #currency
  ----------------------------------------*/
  #currency h3 {
    background: url(../images/back-currency.jpg) no-repeat center center;
    background-size: cover;
  }
  #currency h3 img {
    padding: 3rem 2rem 3rem 14rem;
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }
  #currency .text {
    padding: 3rem;
    background: #fff;
  }
  #currency .table .currency-table-th-top th {
    color: #fff;
    background: #000;
    border-right: 1px solid #fff;
  }
  #currency .table .currency-table-th-top th:last-child {
    border-right: none;
  }
  #currency .table td {
    border-right: 1px solid #000;
  }
  /*----------------------------------------
    #delivery
  ----------------------------------------*/
  #delivery h3 {
    padding: 3rem 15rem 3rem 1rem;
    background: url(../images/back-delivery.jpg) no-repeat center top;
    background-size: cover;
  }
  #delivery .text {
    padding: 3rem;
    background: #fff;
  }
  /*----------------------------------------
    #tool
  ----------------------------------------*/
  #tool h3 {
    padding: 3rem 2rem;
    background: url(../images/back-tool.jpg) no-repeat center top;
    background-size: cover;
  }
  #tool .text {
    padding: 3rem;
  }
  #tool dt {
    margin-bottom: 1rem;
  }
  #tool dd {
    margin-bottom: 2rem;
    padding: 1rem;
    background: #ef11c9;
    background: linear-gradient(to right, #ef11c9 0%, #430073 50%, #00e5ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef11c9', endColorstr='#00e5ff',GradientType=1 );
    border-radius: 1rem;
  }
  #tool dd .text {
    border-radius: 1rem;
    background: #fff;
  }
  #tool dd .text p {
    color: #000;
  }
  #tool dd .img-r {
    width: 35%;
  }
  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step h3 {
    padding: 6rem 1rem 6rem 15rem;
    background: url(../images/back-step.jpg) no-repeat center center;
    background-size: cover;
  }
  #step dl dt {
    padding: 1.5em 2em 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    background: #000;
  }
  #step dl dt span {
    margin-bottom: .5em;
    padding: .2em .5em;
    color: #000;
    background: #fff;
    display: inline-block;
    border-radius: .5rem;
  }
  #step dl dd {
    padding: 3rem;
    background: #fff;
  }
  /*----------------------------------------
    #limited
  ----------------------------------------*/
  #limited h3 {
    padding: 3rem 12rem 2rem 1rem;
    background: url(../images/back-limited.jpg) no-repeat center top;
    background-size: cover;
  }
  #limited .text {
    padding: 3rem;
    background: #fff;
  }
  /*----------------------------------------
    #contents
  ----------------------------------------*/
  #contents {
    background: url(../images/back-contents.jpg) repeat-y center top;
    background-size: 100%;
  }
  #contents h4 {
    padding: 1rem;
  }
  #contents h5 {
    margin-bottom: 1em;
    padding: .5em 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    background: #000;
    display: inline-block;
  }
  #contents .text {
    padding: 3rem;
    background: #fff;
  }
  #contents .curriculum {
    margin-bottom: 5%;
  }
  #contents .curriculum h5 {
    padding: 1em;
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #000;
  }
  #contents .curriculum ul {
    margin-bottom: 1rem;
  }
  #contents .curriculum li {
    margin-bottom: .5rem;
    padding: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    font-weight: normal;
    display: block;
    background: #da7500;
    border-bottom: 2px solid #fff;
  }
  #contents .curriculum li:last-child {
    border-bottom: none;
  }
  #contents .curriculum li ul {
    margin-bottom: 0;
    padding: .5em 0 0;
  }
  #contents .curriculum li li {
    padding: .5em 1em;
    font-size: 12px;
    font-size: 3.2vw;
    background: #000;
    border-bottom: 0;
  }
  /*----------------------------------------
    #bonus
  ----------------------------------------*/
  #bonus h3 {
    padding: 3rem 1rem;
    background: url(../images/back-bonus.jpg) repeat center top;
    background-size: cover;
  }
  #bonus dt {
    padding: 1rem 1rem 0;
    background: #000;
  }
  #bonus dd {
    padding: 3rem;
    background: #000;
  }
  #bonus p {
    color: #fff;
  }
  /*----------------------------------------
    #price
  ----------------------------------------*/
  #price h3 {
    padding: 3rem 1rem;
    background: url(../images/back-price.jpg) no-repeat center center;
    background-size: cover;
  }
  #price .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq h3 {
    padding: 7rem 12rem 7rem 3rem;
    background: url(../images/back-faq.png) no-repeat center center;
    background-size: cover;
  }
  #faq h3 span {
    font-size: 28px;
    font-size: 7.5vw;
    color: #000;
    font-weight: 900;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  #faq dl {
    width: 100%;
  }
  #faq dt {
    padding: 3rem;
    color: #fff;
    line-height: 160%;
    background: #f15a24;
  }
  #faq dt p {
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
  }
  #faq dd {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #faq dd li {
    font-size: 13px;
    font-size: 3.5vw;
  }
  #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 h4 {
    margin-bottom: 3%;
    padding-bottom: 3%;
    font-size: 13px;
    font-size: 3.5vw;
    font-weight: bold;
    border-bottom: 1px dotted #333;
  }
  #faq .curriculum {
    margin-bottom: 1em;
  }
  #faq .curriculum li {
    margin-bottom: 0;
    padding: .5em 4%;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    font-weight: normal;
    font-weight: bold;
    display: block;
    border-bottom: 1px dotted #fff;
  }
  #faq .curriculum li:last-child {
    border-bottom: none;
  }
  #faq #curriculum0 li {
    background: #00c4d2;
  }
  #faq #curriculum1 li {
    background: #d40052;
  }
  #faq #curriculum2 li {
    background: #0076e2;
  }
  #faq #curriculum3 li {
    background: #b700c0;
  }
  #faq #curriculum4 li {
    background: #00669d;
  }
  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue h3 {
    padding: 5rem 1rem 5rem 14rem;
    background: url(../images/back-epilogue.jpg) no-repeat center top;
    background-size: cover;
  }
  #epilogue .text {
    padding: 3rem;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 60%;
  }
  /*----------------------------------------
    #add
  ----------------------------------------*/
  #add h3 {
    padding: 3rem 0;
    font-size: 40px;
    font-size: 10.7vw;
    font-weight: bold;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #fff;
    text-align: center;
    background: url(../images/back-add.jpg) no-repeat center top;
    background-size: cover;
    text-shadow: 0 0 10px #000;
  }
  #add .text {
    padding: 3rem;
    background: #000;
  }
  #add p {
    color: #fff;
  }
  /*----------------------------------------
    #special
  ----------------------------------------*/
  #special-202210 h3 {
    padding: 3rem 1rem 2rem 1rem;
    background: url(../images/back-special-202210.jpg) no-repeat center top;
    background-size: cover;
  }
  #special-202210 .text {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
  }
  #special-202210 .timer {
    padding: 1rem;
    text-align: center;
    background: #a00;
    border-radius: 1rem;
  }
  #special-202210 .timer p {
    font-size: 20px;
    font-size: 5.3vw;
    color: #fff;
    letter-spacing: .1em;
  }
  #special-202210 .timer small {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 140%;
    display: block;
  }
  #special-202210 .timer span {
    margin-top: .5em;
    padding: .3em 1em;
    font-size: 15px;
    font-size: 4vw;
    color: #000;
    letter-spacing: .1em;
    background: #fff;
    display: inline-block;
    border-radius: 1rem;
    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;
  }
}

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

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

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

@media screen and (min-width: 769px) {
  .result-data-heading iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading h4 {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
  }
  .result-data-heading 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 .data {
    position: absolute;
    z-index: 1;
  }
  /*----------------------------------------
    #start
  ----------------------------------------*/
  #start {
    padding: 10% 0 5%;
    background: url(../images/back-start.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #start .inner {
    margin: 0 40% 0 8%;
  }
}

@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: 10%;
  }
  #start .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  /*----------------------------------------
    #merit
  ----------------------------------------*/
  #merit {
    padding: 10% 0 5%;
    background: url(../images/back-merit.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #merit .inner {
    margin: 0 auto;
    width: 70%;
  }
}

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

@media screen and (min-width: 769px) {
  #merit h3 {
    margin-bottom: 5%;
  }
  #merit dl {
    margin-bottom: 10%;
  }
  #merit dt {
    margin-bottom: 3%;
  }
  #merit dd {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #merit dd p {
    color: #333;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue {
    padding: 10% 0 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 5% 10% 40%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #prologue .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #prologue h3 {
    margin-bottom: 5%;
  }
  #prologue .text {
    padding: 10%;
    background: #fff;
  }
  #profile {
    background: rgba(0, 0, 0, 0.8) !important;
  }
  #profile p {
    color: #fff;
  }
  /*----------------------------------------
    #betrayal
  ----------------------------------------*/
  #betrayal {
    padding: 10% 0 0;
    background: url(../images/back-betrayal.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #betrayal .inner {
    margin: 0 40% 10% 5%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #betrayal .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #betrayal h3 {
    margin-bottom: 5%;
  }
  #betrayal h4 {
    margin-bottom: 5%;
    font-size: 50px;
    font-size: 5rem;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    text-align: center;
    color: #fff;
  }
  #betrayal .text {
    padding: 10%;
    background: rgba(0, 0, 0, 0.6);
  }
  #betrayal p {
    color: #fff;
  }
  #betrayal .overlay {
    padding: 8% 0;
    background: rgba(0, 0, 0, 0.8);
  }
  #betrayal .overlay .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
  #betrayal small {
    margin-top: 1em;
    color: #fff;
    display: inline-block;
  }
  /*----------------------------------------
    #quest
  ----------------------------------------*/
  #quest {
    padding: 8% 0 5%;
    background: url(../images/back-quest.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #quest .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #quest .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #quest h3 {
    margin-bottom: 5%;
  }
  #quest .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  /*----------------------------------------
    #logic
  ----------------------------------------*/
  #logic {
    padding: 10% 0 5%;
    background: url(../images/back-logic.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #logic .inner {
    margin: 0 35% 10% 5%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #logic .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #logic h3 {
    margin-bottom: 5%;
  }
  #logic h4 {
    padding: .5em 0;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    background: #000;
  }
  #logic .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #logic .logic-indicator-list {
    margin-bottom: 5%;
  }
  #logic .logic-indicator-list dd {
    padding: 5%;
    background: #000;
    border-top: 1px solid #fff;
  }
  #logic .logic-indicator-list p {
    color: #fff;
  }
  #logic .logic-flow {
    margin-bottom: 5%;
  }
  #logic .logic-flow dd {
    padding: 5%;
    border-top: 1px solid #fff;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
  }
  /*----------------------------------------
    #currency
  ----------------------------------------*/
  #currency {
    padding: 10% 0 5%;
    background: url(../images/back-currency.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #currency .inner {
    margin: 0 5% 10% 40%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #currency .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #currency h3 {
    margin-bottom: 5%;
  }
  #currency .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #currency .table .currency-table-th-top th {
    color: #fff;
    background: #000;
    border-right: 1px solid #fff;
  }
  #currency .table .currency-table-th-top th:last-child {
    border-right: none;
  }
  #currency .table td {
    border-right: 1px solid #000;
  }
  /*----------------------------------------
    #delivery
  ----------------------------------------*/
  #delivery {
    padding: 10% 0 5%;
    background: url(../images/back-delivery.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #delivery .inner {
    margin: 0 40% 10% 5%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #delivery .inner {
    margin: 0 auto 10%;
    padding: 10%;
    width: 80%;
    background: rgba(255, 255, 255, 0.95);
  }
}

@media screen and (min-width: 769px) {
  #delivery h3 {
    margin-bottom: 5%;
  }
  #delivery .text {
    padding: 10%;
    background: #fff;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #delivery .text {
    padding: 0;
    background: transparent;
  }
}

@media screen and (min-width: 769px) {
  /*----------------------------------------
    #tool
  ----------------------------------------*/
  #tool {
    padding: 10% 0 5%;
    background: url(../images/back-tool.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #tool .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #tool .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #tool h3 {
    margin-bottom: 5%;
  }
  #tool .text {
    margin-bottom: 10%;
    padding: 10%;
    background: rgba(0, 0, 0, 0.9);
  }
  #tool .text p {
    color: #fff;
  }
  #tool dt {
    margin-bottom: 5%;
  }
  #tool dd {
    margin-bottom: 5%;
    padding: 2%;
    background: #ef11c9;
    background: linear-gradient(to right, #ef11c9 0%, #430073 50%, #00e5ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef11c9', endColorstr='#00e5ff',GradientType=1 );
    border-radius: 1rem;
  }
  #tool dd .text {
    border-radius: 1rem;
    background: #fff;
  }
  #tool dd .text p {
    color: #000;
  }
  #tool dd .img-r {
    width: 35%;
  }
  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step {
    padding: 10% 0 5%;
    background: url(../images/back-step.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #step .inner {
    margin: 0 5% 10% 40%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #step .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #step h3 {
    margin-bottom: 5%;
  }
  #step dl {
    margin-bottom: 5%;
  }
  #step dl dt {
    padding: 1.5em 1.5em .5em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    background: #000;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
  }
  #step dl dt span {
    margin: 0 1em .5em 0;
    padding: .2em .5em;
    color: #000;
    background: #fff;
    display: inline-block;
    border-radius: .5rem;
  }
  #step dl dd {
    margin-bottom: 5%;
    padding: 8%;
    background: #fff;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
  #step .text {
    padding: 10%;
    background: #fff;
  }
  /*----------------------------------------
    #limited
  ----------------------------------------*/
  #limited {
    padding: 10% 0 5%;
    background: url(../images/back-limited.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #limited .inner {
    margin: 0 40% 10% 5%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #limited .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #limited h3 {
    margin-bottom: 5%;
  }
  #limited .text {
    padding: 10%;
    background: #fff;
  }
  /*----------------------------------------
    #contents
  ----------------------------------------*/
  #contents {
    padding: 0 0 5%;
    background: url(../images/back-contents.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #contents h3 {
    margin-bottom: 5%;
  }
  #contents h5 {
    margin-bottom: 1em;
    padding: .5em 1em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    background: #000;
    display: inline-block;
  }
  #contents .contents {
    margin: 0 auto 10%;
    width: 70%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #contents .contents {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #contents .contents .text {
    padding: 10%;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
  #contents .contents:last-child {
    margin-bottom: 0;
  }
  #contents .curriculum {
    margin-bottom: 5%;
  }
  #contents .curriculum h5 {
    padding: .5em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #000;
  }
  #contents .curriculum ul {
    margin-bottom: 5%;
  }
  #contents .curriculum li {
    margin-bottom: .5em;
    padding: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
    display: block;
    background: #da7500;
    border-bottom: 2px solid #fff;
  }
  #contents .curriculum li:last-child {
    border-bottom: none;
  }
  #contents .curriculum li ul {
    margin-bottom: 0;
    padding: .5em 0 0;
  }
  #contents .curriculum li li {
    padding: .5em 1em;
    font-size: 13px;
    font-size: 1.3rem;
    background: #000;
    border-bottom: 0;
  }
  /*----------------------------------------
    #bonus
  ----------------------------------------*/
  #bonus {
    padding: 10% 0 5%;
    background: url(../images/back-bonus.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #bonus .inner {
    margin: 0 auto;
    width: 70%;
  }
}

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

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

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

@media screen and (min-width: 769px) {
  #price h3 {
    margin-bottom: 5%;
  }
  #price .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq {
    padding: 10% 0 5%;
    background: url(../images/back-faq.png) no-repeat center top fixed;
    background-size: cover;
  }
  #faq .inner {
    margin: 0 40% 0 3%;
  }
}

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

@media screen and (min-width: 769px) {
  #faq h3 {
    text-align: center;
  }
  #faq h3 span {
    margin: 0 auto 5%;
    font-size: 38px;
    font-size: 10.1vw;
    color: #000;
    font-weight: 900;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #faq h3 span {
    font-size: 50px;
    font-size: 13.3vw;
  }
}

@media screen and (min-width: 769px) {
  #faq dt {
    padding: 8%;
    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: 8%;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
    font-size: 16px;
    font-size: 1.6rem;
    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;
  }
  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue {
    padding: 10% 0 5%;
    background: url(../images/back-epilogue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #epilogue .inner {
    margin: 0 8% 10% 35%;
  }
}

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

@media screen and (min-width: 769px) {
  #epilogue .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #epilogue h3 {
    margin-bottom: 5%;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 40%;
  }
  /*----------------------------------------
    #add
  ----------------------------------------*/
  #add {
    padding: 10% 0 5%;
    background: url(../images/back-add.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #add h3 {
    margin-bottom: 5%;
    font-size: 80px;
    font-size: 8rem;
    color: #000;
    font-weight: bold;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }
  #add .inner {
    margin: 0 5% 10% 50%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #add .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #add .text {
    padding: 8%;
    background: rgba(0, 0, 0, 0.9);
  }
  #add .text p {
    color: #fff;
  }
  /*----------------------------------------
    #special
  ----------------------------------------*/
  #special-202210 {
    padding: 10% 0 5%;
    background: url(../images/back-special-202210.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #special-202210 h3 {
    margin-bottom: 3%;
  }
  #special-202210 .inner {
    margin: 0 40% 10% 5%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #special-202210 .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #special-202210 .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #special-202210 .timer {
    padding: 5% 2%;
    text-align: center;
    background: #a00;
    border-radius: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  #special-202210 .timer p {
    margin-bottom: .5em;
    font-size: 35px;
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: .1em;
  }
  #special-202210 .timer small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%;
    display: block;
  }
  #special-202210 .timer span {
    margin-top: .5em;
    padding: .3em 1em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #000;
    letter-spacing: .1em;
    background: #fff;
    display: inline-block;
    border-radius: 1rem;
    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, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
}
