.contents-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.contents-title1 {
  max-width: 960px;
  margin: 0 auto;

  img {
    width: 100%;
  }
}

.contents-title2 {
  max-width: 870px;
  margin: 26px auto 0;

  img {
    width: 100%;
  }
}

.menu-wrap {
  .article-link-wrap {
    max-width: 700px;
    margin: 56px auto 0;

    ul {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-around;
    }

    .is-active {
      pointer-events: none;
    }
  }

  .scroll-link-wrap {
    max-width: 659px;
    height: 124px;
    margin: 37px auto 0;
    padding: 28px 20px;

    background: #0000008c 0% 0% no-repeat padding-box;

    ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    li {
      text-align: left;
    }

    li:nth-child(n + 4) {
      margin-top: 10px;
    }

    li:nth-child(1),
    li:nth-child(4),
    li:nth-child(7) {
      width: 30%;
    }

    li:nth-child(2),
    li:nth-child(5),
    li:nth-child(8) {
      width: 38%;
    }

    li:nth-child(3),
    li:nth-child(6),
    li:nth-child(9) {
      width: 32%;
    }
  }

  /*経験値の稼ぎ方*/
  .scroll-link-wrap.tips2 {
    max-width: 460px;
    height: 40px;

    li:nth-child(1),
    li:nth-child(2) {
      width: 120px;
    }

    li:nth-child(3) {
      width: 220px;
    }
  }

  /*召喚記憶するとできること*/
  .scroll-link-wrap.tips3 {
    max-width: 784px;
    height: 40px;

    li:nth-child(1) {
      width: 146px;
    }
    li:nth-child(2) {
      width: 179px;
    }
    li:nth-child(3) {
      width: 199px;
    }
    li:nth-child(4) {
      width: 160px;
    }

    li:nth-child(n + 4) {
      margin: 0;
    }
  }

  /*戦闘システム徹底解説*/
  .scroll-link-wrap.tips4 {
    max-width: 699px;
    height: 125px;

    ul {
      justify-content: left;
    }

    li:nth-child(1),
    li:nth-child(4),
    li:nth-child(5) {
      width: 243px;
    }

    li:nth-child(2) {
      width: 224px;
    }

    li:nth-child(3),
    li:nth-child(7),
    li:nth-child(8) {
      width: 203px;
    }

    li:nth-child(6) {
      width: 183px;
    }

    li:nth-child(2),
    li:nth-child(5),
    li:nth-child(6) {
      margin-left: 5px;
    }

    li:nth-child(3) {
      margin-left: 24px;
    }

    li:nth-child(8) {
      margin-left: 45px;
    }
  }

  /*アイザックの推しモンスター*/
  .scroll-link-wrap.tips5 {
    max-width: 767px;
    height: 125px;

    ul {
      justify-content: left;
    }

    li {
      height: 35px;
      margin: 0 0 0 5px;
    }

    li:nth-child(1),
    li:nth-child(2),
    li:nth-child(5),
    li:nth-child(6),
    li:nth-child(9),
    li:nth-child(10) {
      width: 183px;
    }

    li:nth-child(3),
    li:nth-child(7) {
      width: 163px;
    }

    li:nth-child(4),
    li:nth-child(8) {
      width: 223px;
    }

    li:nth-child(n + 5) {
      margin-top: 10px;
    }
    li:nth-child(1),
    li:nth-child(5),
    li:nth-child(9) {
      margin-left: 0;
    }
  }
}

.section-wrap {
  width: 100%;
  margin: 74px auto 0;

  .section-title-wrap,
  .char-comment-wrap {
    display: flex;

    .char-icon img {
      width: 100%;
    }
  }

  .section-title-wrap {
    max-width: 772px;
    width: 80%;
    margin: 0 auto;

    .char-icon {
      width: 18%;
    }

    .char-title {
      max-width: 100%;
      width: 82%;
      margin: 3% auto 0;

      img {
        width: 100%;
      }
    }

    .text-title {
      max-width: 690px;
      width: 100%;
      margin: 0 auto 35px;

      img {
        width: 100%;
      }
    }
  }

  .char-comment-wrap {
    max-width: 688px;
    width: 72%;
    margin: 47px auto 0;

    .char-comment {
      max-width: 100%;
      width: 80%;
      margin-top: 3%;

      img {
        width: 100%;
      }
    }

    .char-icon {
      width: 20%;
    }
  }

  .section-text {
    max-width: 850px;
    margin: 23px auto 0;
    font-size: 21px;
    text-align: left;
  }

  .annotation-text {
    position: relative;
    max-width: 826px;
    padding-left: 24px;
  }
  .annotation-text::before {
    position: absolute;
    content: "☆";
    left: 0px;
  }
  .annotation-text.kome::before {
    content: "※";
  }
  .annotation-text + .annotation-text {
    margin-top: 0;
  }

  .img-list {
    display: flex;
    max-width: 945px;
    width: 100%;
    margin: 30px auto 0;
    justify-content: space-between;

    li {
      width: 49%;

      img {
        width: 100%;
      }
    }
  }

  .talisman-list {
    max-width: 790px;
    width: 82%;
    margin: 90px auto 0;

    li {
      width: 100%;
      text-align: left;
    }

    li + li {
      margin-top: 70px;
    }

    .talisman-title {
      max-width: 278px;
      width: 35%;

      img {
        width: 100%;
      }
    }

    li:nth-child(4) .talisman-title {
      max-width: 774px;
      width: 98%;
    }

    li:nth-child(8) .talisman-title {
      max-width: 528px;
      width: 67%;
    }

    .talisman-detail {
      max-width: 634px;
      margin: 30px 0 0 auto;
      font-size: 21px;

      .talisman-effect {
        color: #ebffc1;
      }

      .talisman-text {
        margin-top: 7px;
      }
    }
  }

  .amendment-text-title {
    margin-top: 65px;
  }

  .amendment-text-list {
    display: flex;
    gap: 0 12px;
    font-size: 17px;
    flex-wrap: wrap;
  }

  .battle-lv-list {
    display: flex;
    max-width: 840px;
    width: 100%;
    margin: 46px auto 0;
    gap: 20px;
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: space-between;

    li:nth-child(1) {
      color: #ff8c00;
    }

    li:nth-child(2) {
      color: #3cb371;
    }

    li:nth-child(3) {
      color: #00bfff;
    }

    .battle-lv-list-title {
      text-align: center;
    }

    table {
      margin-top: 20px;
      border-collapse: collapse;
      background: #0000008c 0% 0% no-repeat padding-box;
    }

    th,
    td {
      width: 60px;
      border: solid 1px gray;
    }

    td:nth-child(1) {
      width: 140px;
    }
  }

  /*召喚記憶するとできること*/
  .img-list-tips3 {
    display: flex;
    max-width: 878px;
    max-height: 376px;
    width: 100%;
    height: 100%;
    margin-top: 30px;

    li {
      position: relative;
      aspect-ratio: 1.22 / 1;

      .common-img {
        margin: 0;
      }
    }

    li:first-child {
      width: 52%;

      .common-img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
      }
    }

    li:last-child {
      width: 47%;

      .common-img {
        position: absolute;
        width: 72%;
      }

      .common-img:first-child {
        left: 0;
        bottom: 0;
        z-index: 20;
      }

      .common-img:last-child {
        top: 0;
        right: 0;
      }
    }

    li + li {
      margin-left: 1%;
    }
  }

  /*戦闘システム徹底解説*/
  .tips4-6-item-wrap {
    .item-title {
      max-width: 865px;
      margin: 0 auto;

      img {
        width: 100%;
      }
    }

    .item-text {
      max-width: 860px;
      margin: 10px auto 0;
      font-size: 20px;
      text-align: left;
    }

    .item-list-title {
      margin: 35px auto 0;
    }

    .item-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, 167px);
      gap: 10px;
      margin: 10px auto 0;
      justify-content: center;

      img {
        width: 100%;
      }
    }
  }

  .tips4-6-item-wrap + .tips4-6-item-wrap {
    margin-top: 50px;
  }

  /*アイザックの推しモンスター*/
  .char-wrap {
    position: relative;
    max-width: 856px;
    margin: 0 auto;

    .char-img {
      max-width: 793px;

      img {
        width: 100%;
      }
    }

    .char-link {
      position: absolute;
      width: 16%;
      bottom: 3%;

      img {
        width: 100%;
      }
    }

    .link-pos-center {
      left: 50%;
      transform: translateX(-50%);
    }

    .link-pos-right {
      right: 13%;
    }
  }

  .char-pos-right {
    margin-left: auto;
    text-align: right;
  }

  .char-link-list {
    position: absolute;
    display: flex;
    width: 36%;
    right: 13%;
    bottom: 3%;

    li:nth-child(1) {
      width: 45%;
    }

    li:nth-child(2) {
      width: 24%;
    }

    li:nth-child(3) {
      width: 30%;
    }

    li img {
      width: 100%;
    }
  }
}

.section-wrap + .section-wrap {
  margin-top: 90px;
}

#lb-tips4-0 {
  margin-top: 37px;
}

#lb-tips4-1 {
  margin-top: 70px;
}

.text-strong {
  color: #ebffc1;
}

@media screen and (max-width: 960px) {
  .section-wrap {
    max-width: 96%;
  }
}

@media screen and (max-width: 870px) {
  .section-wrap {
    .battle-lv-list {
      max-width: 548px;
    }
  }
}

@media screen and (max-width: 823px) {
  .menu-wrap {
    /*アイザックの推しモンスター（3列）*/
    .scroll-link-wrap.tips5 {
      max-width: 579px;
      height: 170px;

      li:nth-child(1),
      li:nth-child(4),
      li:nth-child(7),
      li:nth-child(10) {
        width: 183px;
      }

      li:nth-child(2),
      li:nth-child(5),
      li:nth-child(8) {
        width: 223px;
      }

      li:nth-child(3),
      li:nth-child(6),
      li:nth-child(9) {
        width: 163px;
      }

      li:nth-child(n + 5) {
        margin-top: 0;
      }

      li:nth-child(n + 4) {
        margin-top: 10px;
      }

      li:nth-child(1),
      li:nth-child(4),
      li:nth-child(7),
      li:nth-child(10) {
        margin-left: 0;
      }

      li:nth-child(2),
      li:nth-child(3),
      li:nth-child(5),
      li:nth-child(6),
      li:nth-child(8),
      li:nth-child(9) {
        margin-left: 5px;
      }
    }
  }
}

@media screen and (max-width: 784px) {
  .menu-wrap {
    /*召喚記憶するとできること*/
    .scroll-link-wrap.tips3 {
      max-width: 322px;
      height: auto;
      background: none;
      justify-content: space-between;

      .pc {
        display: none;
      }

      .sp {
        display: block;
      }

      li:nth-child(1),
      li:nth-child(3) {
        width: 154px;
      }

      li:nth-child(2),
      li:nth-child(4) {
        width: 138px;
      }

      li:nth-child(3),
      li:nth-child(4) {
        margin-top: 5px;
      }
    }
  }
}

@media screen and (max-width: 739px) {
  .menu-wrap {
    /*戦闘システム徹底解説*/
    .scroll-link-wrap.tips4 {
      max-width: 389px;
      height: auto;
      background: none;
      justify-content: space-between;

      .pc {
        display: none;
      }

      .sp {
        display: block;
      }

      ul {
        justify-content: space-between;
      }

      li:nth-child(1),
      li:nth-child(2),
      li:nth-child(3),
      li:nth-child(4),
      li:nth-child(5),
      li:nth-child(6),
      li:nth-child(7),
      li:nth-child(8) {
        width: 187px;
        margin: 0;
      }

      li:nth-child(n + 3) {
        margin-top: 5px;
      }
    }
  }
}

@media screen and (max-width: 700px) {
  .menu-wrap {
    /*１列*/
    .article-link-wrap {
      flex-wrap: wrap;

      li {
        width: 100%;
      }
    }

    /*2列*/
    .scroll-link-wrap .pc {
      display: none;
    }

    .scroll-link-wrap .sp {
      display: block;
    }

    .scroll-link-wrap {
      max-width: 361px;
      padding: 0;
      background: none;

      li:hover {
        opacity: 0.7;
      }

      li:nth-child(n + 4) {
        margin-top: 0px;
      }

      li:nth-child(n + 3) {
        margin-top: 5px;
      }

      li:nth-child(odd) {
        width: 53%;
      }

      li:nth-child(even) {
        width: 47%;
      }
    }

    /*経験値の稼ぎ方*/
    .scroll-link-wrap.tips2 {
      max-width: 360px;

      li {
        margin: 0;
      }

      li:nth-child(1),
      li:nth-child(2) {
        width: 72px;
      }

      li:nth-child(3) {
        width: 154px;
      }
    }

    /*アイザックの推しモンスター*/
    .scroll-link-wrap.tips5 {
      max-width: 338px;

      li:nth-child(odd) {
        width: 137px;
        margin-left: 0;
      }

      li:nth-child(even) {
        width: 171px;
        margin-left: 30px;
      }

      li:nth-child(1),
      li:nth-child(2) {
        margin-top: 0;
      }

      li:nth-child(n + 4) {
        margin-top: 5px;
      }

      li:nth-child(3n) {
        margin-top: 5px;
      }
    }
  }

  .section-wrap {
    .talisman-list {
      max-width: 398px;
      margin-top: 40px;

      .pc {
        display: none;
      }

      .sp {
        display: block;
      }

      .talisman-title {
        max-width: 238px;
        width: 60%;
      }

      li + li {
        margin-top: 60px;
      }

      li:nth-child(4) .talisman-title {
        max-width: 393px;
        width: 99%;
      }

      li:nth-child(8) .talisman-title {
        max-width: 316px;
        width: 79%;
      }

      .talisman-detail {
        margin-top: 27px;
        font-size: 16px;
      }
    }
  }
}

@media screen and (max-width: 650px) {
  /*召喚記憶するとできること*/
  .img-list-tips3 {
    .common-img {
      width: 100%;
    }
  }
}

@media screen and (max-width: 570px) {
  /*召喚記憶するとできること*/
  .section-wrap {
    .battle-lv-list {
      max-width: 264px;
      margin: 30px auto 0;
    }
  }
}

/*SP表示*/
@media screen and (max-width: 428px) {
  .common-img {
    max-width: 265px;
    width: 100%;
    margin: 30px auto 0;
  }

  .section-wrap {
    .section-title-wrap {
      width: 100%;

      .char-title {
        max-width: 410px;
        width: 100%;
      }
    }

    .section-text {
      font-size: 16px;
    }

    .img-list {
      max-width: 265px;
      flex-wrap: wrap;

      .common-img {
        margin: 0 auto;
      }

      li {
        width: 100%;
      }

      li + li {
        margin-top: 6px;
      }
    }

    .char-comment-wrap {
      width: 100%;
      margin-top: 30px;

      .char-comment {
        width: 100%;
      }
    }

    /*召喚記憶するとできること*/
    .img-list-tips3 {
      max-width: 357px;
      max-height: auto;
      margin: 30px auto 0;
      flex-wrap: wrap;

      li {
        aspect-ratio: 0;

        .common-img {
          width: 265px;
          height: 153px;
          margin: 0 auto;
        }
      }

      li:first-child {
        height: 153px;

        .common-img {
          top: 0;
          left: 0;
          right: 0;
          transform: none;
        }
      }

      li:last-child {
        height: 160px;
        margin: 35px auto 0;

        .common-img {
          width: 186px;
          height: 128px;
        }

        .common-img:first-child {
          top: 0;
          bottom: auto;
        }

        .common-img:last-child {
          top: auto;
          bottom: 0;
        }
      }

      li:first-child,
      li:last-child {
        width: 100%;
      }
    }

    /*戦闘システム徹底解説*/
    .tips4-6-item-wrap {
      .item-title {
        max-width: auto;

        img {
          width: auto;
        }
      }

      .item-list-title {
        margin-top: 10px;
      }

      .item-text {
        font-size: 16px;
      }
    }

    /*アイザックの推しモンスター*/
    .char-wrap {
      max-width: 365px;

      .char-img {
        max-width: 365px;
      }

      .char-link-sp {
        text-align: right;
      }

      .char-link-list-sp {
        display: flex;
        justify-content: right;
      }
    }
  }

  .section-wrap + .section-wrap {
    margin-top: 70px;
  }
}

@media screen and (max-width: 361px) {
  .menu-wrap {
    .scroll-link-wrap {
      height: auto;

      ul {
        width: 189px;
        margin: 0 auto;
      }

      li {
        width: 100% !important;
      }
    }

    /*アイザックの推しモンスター*/
    .scroll-link-wrap.tips5 {
      max-width: 171px;
      height: auto;

      ul {
        width: 100%;
      }

      li {
        width: 171px !important;
        margin: 0;
      }

      li + li {
        margin: 5px 0 0 !important;
      }
    }
  }
}
