.itemCharacterPage {
  .l-wrapper {
    z-index: 1;
    &::before {
      content: "";
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 1)
        url(/assets/item_character/86/img/bg_page.png) repeat center top;
      z-index: -1;
      @media only screen and (max-width: 767px) {
      }
    }
    &::after {
      content: "";
      position: fixed;
      inset: 0;
      background: url(/assets/item_character/86/img/bg_txt.png) no-repeat center
        bottom;
      background-size: contain;
      z-index: -1;
    }
    .seriesInfo__link {
      a,
      button {
        /* --btnColor: #fff;
        --btnBgColor: #cc0000; */
      }
    }
  }
  .pageHeading__title {
  }
  .seriesSection__logoBox {
  }
  .seriesSection__logo {
    img {
      max-height: calc(270em / 16);
    }
  }
  .itemSlide .itemList__item__inner:not(:has(> a)),
  .itemSlide .itemList__item__inner a {
  }

  .esSectionWrapper {
    position: relative;
    z-index: 1;
    padding-top: calc(160% / 11.2);

    @media only screen and (min-width: 768px) {
      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: min(1520px, calc(1520vw / 12));
        aspect-ratio: 1520 / 1170;
        background: url(/assets/item_character/86/img/img_brand_pc.png)
          no-repeat center top;
        transform: translateX(-50%);
        z-index: -1;
      }
    }
    @media only screen and (max-width: 767px) {
      &::after {
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 650 / 791;
        background: url(/assets/item_character/86/img/img_brand_sp.png)
          no-repeat center top / contain;
      }
    }
  }
  .esAboutSec,
  .esStorySec {
    margin-bottom: calc(80% / 11.2);
    position: relative;
    @media only screen and (min-width: 768px) {
      width: calc(850% / 11.2);
      margin-inline: auto;
    }
  }
  .esAboutSec__header {
    margin-bottom: calc(25em / 16);
    img {
      width: 100%;
      height: auto;
      display: block;
    }
  }
  .esAboutSec__parenthesis {
    position: relative;
    width: 100%;
    padding: calc(15em / 16);
    box-sizing: border-box;
    margin-bottom: calc(30em / 16);
    text-align: center;
    @media only screen and (max-width: 767px) {
    }
    &::before,
    &::after {
      position: absolute;
      top: 0;
      content: "";
      width: calc(20em / 16);
      height: 100%;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      box-sizing: border-box;
    }
    &::before {
      left: 0;
      border-left: 2px solid #fff;
    }
    &::after {
      right: 0;
      border-right: 2px solid #fff;
    }
    li {
      font-size: calc(18em / 16);
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 0.5em;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
  .esAboutSec__txt {
    text-align: center;
  }
  .esStorySec___inner {
    padding-inline: calc(20% / 8.5);
  }
  .esStorySec___txt {
    margin-bottom: 1.5em;
  }
  .esBrandSec {
    background-color: #e9eaf4;
    padding: calc(45% / 11.2) calc(35% / 11.2);
    box-sizing: border-box;
    color: #000;
    position: relative;
    z-index: 1;
    @media only screen and (min-width: 768px) {
      width: calc(1000% / 11.2);
      margin-inline: auto;
    }
    @media only screen and (max-width: 767px) {
      padding: calc(45% / 6.9) calc(35% / 11.2);
    }
    * {
      box-sizing: border-box;
    }
    .brand_block {
      background: #383a6e;
      position: relative;
      padding: calc(10% / 9.3);
      color: #ffffff;
      margin: calc(50% / 9.3) 0 calc(20% / 9.3) 0;
      @media only screen and (max-width: 767px) {
        padding: calc(20% / 6.9);
        margin-bottom: calc(40% / 6.46);
      }
      &::before,
      &::after {
        position: absolute;
        top: 0;
        margin-top: calc(9% / 9.3);
        content: "";
        width: calc(20% / 9.3);
        aspect-ratio: 1 / 1;
        border-top: 3px solid #fff;
        border-bottom: 0;
        box-sizing: border-box;
        @media only screen and (max-width: 767px) {
          width: calc(40% / 6.9);
          margin-top: calc(18% / 6.9);
        }
      }

      &::before {
        left: calc(9% / 9.3);
        border-left: 3px solid #fff;
        @media only screen and (max-width: 767px) {
          left: calc(18% / 6.9);
        }
      }

      &::after {
        right: calc(9% / 9.3);
        border-right: 3px solid #fff;
        @media only screen and (max-width: 767px) {
          right: calc(18% / 6.9);
        }
      }

      .brand_inner {
        border: 1px solid #ffffff;
        padding: calc(20% / 8.9) calc(50% / 8.9);
        @media only screen and (min-width: 768px) {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
        @media only screen and (max-width: 767px) {
          padding: calc(20% / 6.9) calc(50% / 6.9);
        }
        &::before,
        &::after {
          position: absolute;
          bottom: 0;
          margin-bottom: calc(9% / 9.3);
          content: "";
          width: calc(20% / 9.3);
          aspect-ratio: 1 / 1;
          border-bottom: 3px solid #fff;
          box-sizing: border-box;
          @media only screen and (max-width: 767px) {
            width: calc(40% / 6.9);
            margin-bottom: calc(18% / 6.9);
          }
        }
        &::before {
          left: calc(9% / 9.3);
          border-left: 3px solid #fff;
          @media only screen and (max-width: 767px) {
            left: calc(18% / 6.9);
          }
        }

        &::after {
          right: calc(9% / 9.3);
          border-right: 3px solid #fff;
          @media only screen and (max-width: 767px) {
            right: calc(18% / 6.9);
          }
        }

        h4 {
          @media only screen and (min-width: 768px) {
            width: 30%;
          }
          @media only screen and (max-width: 767px) {
            width: calc(320% / 6.08);
            margin-inline: auto;
            margin-bottom: calc(20em / 26);
          }
        }

        h4 + p {
          @media only screen and (min-width: 768px) {
            width: 65%;
          }
        }
      }
    }
    .brandBox {
      .brand {
        font-size: 1.3em;
        margin-bottom: 0;
        font-weight: bold;
        span {
          background: #ae9500;
          color: #ffffff;
          font-size: 1.2em;
          padding: 0 10px 1px;
          margin-right: 10px;
        }
        & + h5 {
          font-size: calc(28em / 16);
          font-weight: bold;
          margin-bottom: calc(10em / 28);
          & + p,
          & + p + p {
            font-size: 1.1em;
          }
        }
      }

      .link_itemdeail a {
        display: block;
        background: #383a6e;
        text-decoration: none;
        color: #ffffff;
        padding: calc(10em / 16) calc(15em / 16);
        margin: calc(10em / 16) 0 calc(10em / 16);
        position: relative;
        font-size: calc(16em / 16);
        &::after {
          content: ">";
          position: absolute;
          right: calc(10em / 16);
          top: 22%;
        }
      }
    }
    .item_block {
      @media only screen and (min-width: 768px) {
        display: flex;
        justify-content: space-between;
      }
      @media only screen and (max-width: 767px) {
        margin-bottom: calc(80% / 6.46);
      }
      .img_block {
        @media only screen and (min-width: 768px) {
          width: 54%;
        }
        @media only screen and (max-width: 767px) {
          margin-bottom: calc(40% / 6.46);
        }
      }
      .txt_block {
        @media only screen and (min-width: 768px) {
          width: 43%;
        }
        * {
          color: #383a6e;
        }
      }
    }
    .item_block_shf {
      .img_block_shf {
        /* min-height: calc(560em / 16); */
        @media only screen and (min-width: 768px) {
          background: url(/assets/item_character/86/img/img_bg_shf_pc_ijsu9UBX.png)
            no-repeat center / contain;
          height: min(560px, calc(560vw / 12));
        }
        p {
          @media only screen and (min-width: 768px) {
            float: right;
            width: calc(381% / 9.3);
          }
        }
      }
      .txt_block_shf {
        @media only screen and (min-width: 768px) {
          position: relative;
          margin-top: calc(-55% / 9.6);
          left: calc(160% / 9.3);
          width: calc(400% / 9.3);
        }
        esBrandSec * {
          color: #383a6e;
        }
      }
    }
  }

  .esBrandSec__title {
    text-align: center;
    font-size: calc(44em / 16);
    line-height: 1.5;
    margin-bottom: calc(30em / 44);
    color: #383a6e;
    position: relative;
    padding-inline: calc(180% / 9.3);
    @media only screen and (max-width: 767px) {
      font-size: calc(44em / 26);
      padding-inline: calc(50em / 44);
    }
    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      display: inline-block;
      width: calc(170% / 9.3);
      height: calc(5em / 44);
      background-color: currentColor;
      @media only screen and (max-width: 767px) {
        width: calc(45em / 44);
      }
    }
    &::before {
      left: 0;
    }
    &::after {
      right: 0;
    }
  }

  .seriesInfo__title {
  }
  .dsSecWrapper {
  }
}
