/* -------------------------------
 * NotoSansCJKjp
 ------------------------------- */
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansCJKjp-Bold.woff2) format("woff2"), url(../font/NotoSansCJKjp-Bold.woff) format("woff"), url(../font/NotoSansCJKjp-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSansCJKjp-Medium.woff2) format("woff2"), url(../font/NotoSansCJKjp-Medium.woff) format("woff"), url(../font/NotoSansCJKjp-Medium.otf) format("opentype"); }
.under_chara {
  padding-bottom: 0 !important; }

.chara_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  margin: auto; }

.chara_zen {
  background-image: url(../images/characters/zen/chara_bg.jpg); }

.chara_hikari {
  background-image: url(../images/characters/hikari/chara_bg.jpg); }
  @media screen and (max-width: 767px) {
    .chara_hikari {
      background-position: 30%; } }

.chara_typhon {
  background-image: url(../images/characters/typhon/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_typhon {
      background-position: 20%; } }

.chara_garnet {
  background-image: url(../images/characters/garnet/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_garnet {
      background-position: 40%; } }

.chara_boyd {
  background-image: url(../images/characters/boyd/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_boyd {
      background-position: 15%; } }

.chara_orville {
  background-image: url(../images/characters/orville/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_orville {
      background-position: 15%; } }

.chara_viren {
  background-image: url(../images/characters/viren/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_viren {
      background-position: 25%; } }

.chara_kaya {
  background-image: url(../images/characters/kaya/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_kaya {
      background-position: 25%; } }

.chara_aran {
  background-image: url(../images/characters/aran/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_aran {
      background-position: 22%; } }

.chara_sheryl {
  background-image: url(../images/characters/sheryl/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_sheryl {
      background-position: 22%; } }

.chara_mito {
  background-image: url(../images/characters/mito/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_mito {
      background-position: 28%; } }

.chara_bazoo {
  background-image: url(../images/characters/bazoo/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_bazoo {
      background-position: 26%; } }

.chara_lud {
  background-image: url(../images/characters/lud/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_lud {
      background-position: 38%; } }

.chara_greed {
  background-image: url(../images/characters/greed/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_greed {
      background-position: 22%; } }

.chara_hazama {
  background-image: url(../images/characters/hazama/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_hazama {
      background-position: 32%; } }

.chara_beatrice {
  background-image: url(../images/characters/beatrice/chara_bg.png); }
  @media screen and (max-width: 767px) {
    .chara_beatrice {
      background-position: 30%; } }

.chara {
  width: 95%;
  max-width: 1200px;
  margin: auto; }
  .chara h1 {
    width: 100%;
    max-width: 614px; }
    .chara h1.title_en {
      max-width: 554px; }
  .chara .chara_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-image: url(../images/characters/chara_list_bg.png);
    background-size: 76% calc(100% - 8px);
    background-repeat: no-repeat;
    background-position: center 8px;
    padding-bottom: 40px; }
    .chara .chara_list li {
      width: 18%;
      max-width: 213px;
      margin: 0 4px 8px;
      position: relative; }
      .chara .chara_list li:nth-child(6) {
        margin-left: 10%; }
      .chara .chara_list li:nth-child(13) {
        margin-right: 10%; }
      .chara .chara_list li a, .chara .chara_list li img {
        display: block; }
      .chara .chara_list li a img:last-child {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .chara .chara_list li a:hover {
        opacity: 1; }
        .chara .chara_list li a:hover img:last-child {
          opacity: 1; }
      .chara .chara_list li.chara_list_active a {
        opacity: 1; }
        .chara .chara_list li.chara_list_active a img:last-child {
          opacity: 1; }
  .chara .chara_prof {
    margin-top: 80px;
    position: relative; }
    .chara .chara_prof .chara_prof_box {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      .chara .chara_prof .chara_prof_box .chara_prof_inner {
        width: 50%;
        max-width: 582px;
        margin-right: 12px; }
        .chara .chara_prof .chara_prof_box .chara_prof_inner h3 {
          margin-bottom: 30px; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3 img:last-child {
            margin-left: -13px; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.zen img:first-child {
            max-width: 201px; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.zen img:last-child {
            max-width: 116px; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.zen img.first-child {
            max-width: 201px;
            margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hikari {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hikari img:first-child {
              max-width: 361px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hikari img:last-child {
              max-width: 159px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hikari img.first-child {
              max-width: 361px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.typhon {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.typhon img:first-child {
              max-width: 355px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.typhon img:last-child {
              max-width: 245px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.typhon img.first-child {
              max-width: 355px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.garnet {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.garnet img:first-child {
              max-width: 362px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.garnet img:last-child {
              max-width: 242px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.garnet img.first-child {
              max-width: 362px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.boyd {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.boyd img:first-child {
              max-width: 248px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.boyd img:last-child {
              max-width: 160px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.boyd img.first-child {
              max-width: 248px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.orville {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.orville img:first-child {
              max-width: 419px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.orville img:last-child {
              max-width: 201px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.orville img.first-child {
              max-width: 419px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.viren {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.viren img:first-child {
              max-width: 300px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.viren img:last-child {
              max-width: 203px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.viren img.first-child {
              max-width: 300px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.kaya {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.kaya img:first-child {
              max-width: 251px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.kaya img:last-child {
              max-width: 119px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.kaya img.first-child {
              max-width: 251px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.aran {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.aran img:first-child {
              max-width: 256px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.aran img:last-child {
              max-width: 161px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.aran img.first-child {
              max-width: 256px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.sheryl {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.sheryl img:first-child {
              max-width: 355px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.sheryl img:last-child {
              max-width: 201px;
              width: 100%;
              margin-left: -5px; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.sheryl img.first-child {
              max-width: 355px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.mito {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.mito img:first-child {
              max-width: 250px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.mito img:last-child {
              max-width: 116px;
              width: 100%;
              margin-left: -5px; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.mito img.first-child {
              max-width: 250px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.bazoo {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.bazoo img:first-child {
              max-width: 304px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.bazoo img:last-child {
              max-width: 157px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.bazoo img.first-child {
              max-width: 304px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.lud {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.lud img:first-child {
              max-width: 191px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.lud img:last-child {
              max-width: 160px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.lud img.first-child {
              max-width: 191px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.greed {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.greed img:first-child {
              max-width: 300px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.greed img:last-child {
              max-width: 202px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.greed img.first-child {
              max-width: 300px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hazama {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hazama img:first-child {
              max-width: 362px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hazama img:last-child {
              max-width: 161px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hazama img.first-child {
              max-width: 362px;
              margin-left: 0; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner h3.beatrice {
            display: flex; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.beatrice img:first-child {
              max-width: 481px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.beatrice img:last-child {
              max-width: 241px;
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3.beatrice img.first-child {
              max-width: 481px;
              margin-left: 0; }
        .chara .chara_prof .chara_prof_box .chara_prof_inner div {
          padding: 30px;
          background-color: rgba(0, 0, 0, 0.46); }
          .chara .chara_prof .chara_prof_box .chara_prof_inner div dl {
            color: #fff;
            line-height: 1.7; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner div dl dt {
              float: left;
              width: 6em;
              padding-left: 10px; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner div dl dd {
              padding-left: calc(6em + 45px);
              padding-bottom: 15px;
              margin-bottom: 15px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
              .chara .chara_prof .chara_prof_box .chara_prof_inner div dl dd:last-child {
                border-bottom: none; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner div .en-prof dt {
            width: 7rem; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner div .en-prof dd {
            padding-left: calc(7em + 35px); }
          .chara .chara_prof .chara_prof_box .chara_prof_inner div p {
            position: relative;
            max-width: 280px;
            margin: auto; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner div p a {
              display: block; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner div p a img {
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner div p a img:last-child {
                  opacity: 0;
                  position: absolute;
                  top: 0;
                  left: 0;
                  -webkit-transition: all .3s;
                  transition: all .3s; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner div p a:hover {
                opacity: 1; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner div p a:hover img:last-child {
                  opacity: 1; }
      .chara .chara_prof .chara_prof_box .chara_prof_img {
        width: 50%;
        margin-left: 12px; }
        .chara .chara_prof .chara_prof_box .chara_prof_img img:first-child {
          position: absolute;
          z-index: -1; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_zen img:first-child {
          width: 55%;
          bottom: 40px;
          right: 10px; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_hikari img:first-child {
          width: 34%;
          bottom: 10px;
          right: 50px; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_typhon img:first-child {
          width: 53%;
          bottom: 65px;
          left: 49%; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_garnet img:first-child {
          width: 36%;
          bottom: 10px;
          left: 56%; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_boyd img:first-child {
          width: 42%;
          bottom: -5px;
          right: 4%; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_orville img:first-child {
          width: 47%;
          bottom: -5px;
          right: 3%; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_viren img:first-child {
          width: 47%;
          bottom: 10px;
          left: 55%; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_kaya img:first-child {
          width: 40%;
          bottom: 10px;
          left: 56%; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_aran img:first-child {
          width: 35.5%;
          bottom: 5px;
          right: 5%; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_sheryl img:first-child {
          width: 44%;
          bottom: 10px;
          right: 2%; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_mito img:first-child {
          width: 55%;
          bottom: 40px;
          right: -15px; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_bazoo img:first-child {
          width: 51%;
          bottom: 60px;
          right: -10px; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_lud img:first-child {
          width: 50%;
          bottom: 10px;
          right: 0px; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_greed img:first-child {
          width: 41%;
          bottom: 10px;
          right: 2%; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_hazama img:first-child {
          width: 30%;
          bottom: 30px;
          right: 8%; }
        .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_beatrice img:first-child {
          width: 47%;
          bottom: 30px;
          right: -10px; }
    .chara .chara_prof .chara_prof_note {
      width: 49%;
      color: #fff;
      line-height: 1.7;
      position: absolute;
      right: 0;
      margin-top: 8px; }
  @media screen and (max-width: 767px) {
    .chara {
      max-width: none; }
      .chara h1 {
        width: 88.5%;
        max-width: none; }
      .chara .chara_list {
        background-image: url(../images/characters/chara_list_bg_sp.png);
        background-size: 100% 98.9%;
        background-repeat: no-repeat;
        background-position: center 5px;
        padding-bottom: 5%; }
        .chara .chara_list li {
          width: 39%;
          max-width: none;
          margin: 0 2.5% 5%; }
          .chara .chara_list li:nth-child(6) {
            margin-left: 2.5%; }
          .chara .chara_list li:nth-child(13) {
            margin-right: 2.5%; }
          .chara .chara_list li:nth-child(2n) {
            margin-right: 0; }
          .chara .chara_list li:nth-child(2n+1) {
            margin-left: 0; }
      .chara .chara_prof {
        margin-top: 20%; }
        .chara .chara_prof .chara_prof_box {
          display: block;
          position: relative; }
          .chara .chara_prof .chara_prof_box .chara_prof_inner {
            width: 100%;
            max-width: none;
            margin-right: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner h3 {
              margin-bottom: 165vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3 img:last-child {
                margin-left: -2vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.zen img:first-child {
                max-width: none;
                width: 30%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.zen img:last-child {
                max-width: none;
                width: 17%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.zen img.first-child {
                width: 30%;
                margin-left: 0; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-zen {
                margin-bottom: 152vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hikari img:first-child {
                max-width: none;
                width: 54%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hikari img:last-child {
                max-width: none;
                width: 23%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hikari img:first-child {
                margin-left: 0;
                width: 54%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-hikari {
                margin-bottom: 152vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.typhon {
                margin-bottom: 140vw; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.typhon img:first-child {
                  max-width: none;
                  width: 53%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.typhon img:last-child {
                  max-width: none;
                  width: 35%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.typhon img.first-child {
                  margin-left: 0;
                  width: 53%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-typhon {
                margin-bottom: 128vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.garnet {
                margin-bottom: 168vw;
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.garnet img:first-child {
                  max-width: none;
                  width: 47%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.garnet img:last-child {
                  max-width: none;
                  width: 31%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-garnet {
                margin-bottom: 157vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.boyd {
                margin-bottom: 168vw;
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.boyd img:first-child {
                  max-width: none;
                  width: 30%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.boyd img:last-child {
                  max-width: none;
                  width: 19%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.boyd img.first-child {
                  width: 30%;
                  margin-left: 0; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-boyd {
                margin-bottom: 156vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.orville {
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.orville img:first-child {
                  max-width: none;
                  width: 50%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.orville img:last-child {
                  max-width: none;
                  width: 25%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.orville img.first-child {
                  margin-left: 0;
                  width: 50%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-orville {
                margin-bottom: 153vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.viren {
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.viren img:first-child {
                  max-width: none;
                  width: 46%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.viren img:last-child {
                  max-width: none;
                  width: 30%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.viren img.first-child {
                  margin-left: 0;
                  width: 46%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-viren {
                margin-bottom: 153vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.kaya {
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.kaya img:first-child {
                  max-width: none;
                  width: 38%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.kaya img:last-child {
                  max-width: none;
                  width: 17.5%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.kaya img.first-child {
                  margin-left: 0;
                  width: 38%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-kaya {
                margin-bottom: 152vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.aran {
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.aran img:first-child {
                  max-width: none;
                  width: 38.5%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.aran img:last-child {
                  max-width: none;
                  width: 24%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.aran img.first-child {
                  margin-left: 0;
                  width: 38.5%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-aran {
                margin-bottom: 152vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.sheryl {
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.sheryl img:first-child {
                  max-width: none;
                  width: 53%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.sheryl img:last-child {
                  max-width: none;
                  width: 30%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.sheryl img.first-child {
                  margin-left: 0;
                  width: 53%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-sheryl {
                margin-bottom: 152vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.mito {
                display: block;
                margin-bottom: 156vw; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.mito img:first-child {
                  max-width: none;
                  width: 38%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.mito img:last-child {
                  max-width: none;
                  width: 17.2%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.mito img.first-child {
                  margin-left: 0;
                  width: 38%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-mito {
                margin-bottom: 143vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.bazoo {
                display: block;
                margin-bottom: 154vw; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.bazoo img:first-child {
                  max-width: none;
                  width: 45.5%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.bazoo img:last-child {
                  max-width: none;
                  width: 23.2%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.bazoo img.first-child {
                  width: 45.5%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-bazoo {
                margin-bottom: 142vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.lud {
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.lud img:first-child {
                  max-width: none;
                  width: 29%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.lud img:last-child {
                  max-width: none;
                  width: 23.6%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.lud img.first-child {
                  width: 29%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-lud {
                margin-bottom: 152vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.greed {
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.greed img:first-child {
                  max-width: none;
                  width: 45%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.greed img:last-child {
                  max-width: none;
                  width: 30%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.greed img.first-child {
                  width: 45%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-greed {
                margin-bottom: 151vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hazama {
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hazama img:first-child {
                  max-width: none;
                  width: 54%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hazama img:last-child {
                  max-width: none;
                  width: 24%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.hazama img:first-child {
                  width: 54%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-hazama {
                margin-bottom: 152vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.beatrice {
                display: block; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.beatrice img:first-child {
                  max-width: none;
                  width: 61%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.beatrice img:last-child {
                  max-width: none;
                  width: 30%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner h3.beatrice img.first-child {
                  width: 61%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner h3.en-beatrice {
                margin-bottom: 153vw; }
            .chara .chara_prof .chara_prof_box .chara_prof_inner div {
              padding: 5%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner div dl {
                font-size: 3.6vw; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner div dl dt {
                  padding-left: 3%; }
                .chara .chara_prof .chara_prof_box .chara_prof_inner div dl dd {
                  padding-left: calc(6em + 10%);
                  padding-bottom: 4%;
                  margin-bottom: 4%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner div .en-prof dt {
                width: 24vw; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner div .en-prof dd {
                padding-left: calc(24vw + 8%);
                padding-bottom: 4%;
                margin-bottom: 4%; }
              .chara .chara_prof .chara_prof_box .chara_prof_inner div p {
                width: 60%;
                max-width: none; }
          .chara .chara_prof .chara_prof_box .chara_prof_img {
            width: 100%;
            margin-left: 0;
            position: absolute;
            top: 0;
            left: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img img:first-child {
              position: relative;
              z-index: -1; }
            .chara .chara_prof .chara_prof_box .chara_prof_img img:last-child {
              width: 100%; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_zen img:first-child {
              width: 100%;
              bottom: -10vw;
              right: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_hikari {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_hikari img:first-child {
                width: 67%;
                bottom: -15vw;
                right: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_typhon {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_typhon img:first-child {
                width: 100%;
                bottom: -15vw;
                left: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_garnet {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_garnet img:first-child {
                width: 67%;
                bottom: -16vw;
                left: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_boyd {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_boyd img:first-child {
                width: 79%;
                bottom: -15vw;
                left: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_orville {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_orville img:first-child {
                width: 90%;
                bottom: -15vw;
                left: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_viren {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_viren img:first-child {
                width: 92%;
                bottom: -15vw;
                left: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_kaya {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_kaya img:first-child {
                width: 77%;
                bottom: -17vw;
                left: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_aran {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_aran img:first-child {
                width: 62%;
                bottom: -16vw;
                right: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_sheryl {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_sheryl img:first-child {
                width: 87%;
                bottom: -18vw;
                right: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_mito {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_mito img:first-child {
                width: 100%;
                bottom: -14vw;
                right: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_bazoo {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_bazoo img:first-child {
                width: 100%;
                bottom: -15vw;
                right: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_lud {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_lud img:first-child {
                width: 92%;
                bottom: -15vw;
                right: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_greed {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_greed img:first-child {
                width: 73%;
                bottom: -15vw;
                right: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_hazama {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_hazama img:first-child {
                width: 61%;
                bottom: -18vw;
                right: 0; }
            .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_beatrice {
              text-align: center; }
              .chara .chara_prof .chara_prof_box .chara_prof_img.chara_prof_beatrice img:first-child {
                width: 98%;
                bottom: -18vw;
                right: 0; }
        .chara .chara_prof .chara_prof_note {
          width: 100%;
          font-size: 3.6vw;
          margin-top: 2%;
          bottom: 47%;
          z-index: -1; }
        .chara .chara_prof .chara_en-prof_note_mito {
          bottom: 46.2%; }
        .chara .chara_prof .chara_prof_note_mito {
          bottom: 45%; }
        .chara .chara_prof .chara_prof_note_hikari {
          bottom: 44.6%; }
        .chara .chara_prof .chara_en-prof_note_hikari, .chara .chara_prof .chara_prof_note_orville, .chara .chara_prof .chara_prof_note_viren, .chara .chara_prof .chara_prof_note_beatrice {
          bottom: 45.7%; }
        .chara .chara_prof .chara_en-prof_note_lud, .chara .chara_prof .chara_prof_note_zen {
          bottom: 45.9%; }
        .chara .chara_prof .chara_en-prof_note_aran, .chara .chara_prof .chara_en-prof_note_boyd {
          bottom: 50%; }
        .chara .chara_prof .chara_prof_note_typhon {
          bottom: 49.5%; }
        .chara .chara_prof .chara_en-prof_note_kaya {
          bottom: 50.3%; }
        .chara .chara_prof .chara_en-prof_note_sheryl, .chara .chara_prof .chara_prof_note_bazoo {
          bottom: 47.2%; }
        .chara .chara_prof .chara_prof_note_boyd {
          bottom: 46.7%; }
        .chara .chara_prof .chara_prof_note_kaya, .chara .chara_prof .chara_prof_note_hazama, .chara .chara_prof .chara_en-prof_note_orville {
          bottom: 48%; }
        .chara .chara_prof .chara_prof_note_sheryl {
          bottom: 44%; }
        .chara .chara_prof .chara_prof_note_lud {
          bottom: 43.7%; }
        .chara .chara_prof .chara_en-prof_note_typhon {
          bottom: 51.1%; }
        .chara .chara_prof .chara_en-prof_note_bazoo {
          bottom: 50.7%; }
        .chara .chara_prof .chara_en-prof_note_garnet {
          bottom: 49%; }
        .chara .chara_prof .chara_en-prof_note_greed {
          bottom: 49.3%; }
        .chara .chara_prof .chara_en-prof_note_hazama {
          bottom: 53%; }
        .chara .chara_prof .chara_prof_note_aran {
          bottom: 47.8%; }
        .chara .chara_prof .chara_prof_note_greed {
          bottom: 47.2%; } }

.chara_story {
  margin-top: 240px;
  padding-bottom: 120px;
  position: relative;
  background-color: #001334; }
  .chara_story h2 {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    top: -80px; }
  .chara_story div {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    padding: 80px 0 40px; }
    .chara_story div p {
      font-size: 18px;
      color: #fff;
      line-height: 1.7; }
      .chara_story div p strong {
        font-size: 150%;
        font-weight: bold; }
      .chara_story div p:last-child {
        display: none; }
  .chara_story .story_more img {
    width: 100%;
    max-width: 280px;
    margin: auto;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .chara_story .story_more img:last-child {
      display: none; }
    .chara_story .story_more img:hover {
      opacity: 0.7; }
  .chara_story .story_more.story_more_active img:first-child {
    display: none; }
  .chara_story .story_more.story_more_active img:last-child {
    display: block; }
  @media screen and (max-width: 767px) {
    .chara_story {
      margin-top: 15vw;
      padding-bottom: 15vw; }
      .chara_story h2 {
        max-width: none;
        top: -8vw; }
      .chara_story div {
        max-width: none;
        padding: 12vw 0 6vw; }
        .chara_story div p {
          font-size: 3.6vw; }
      .chara_story .story_more img {
        width: 51.3%;
        max-width: none; } }

.chara_command {
  padding-bottom: 120px;
  position: relative;
  background-color: #28255e; }
  .chara_command h2 {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    top: -80px; }
  .chara_command .command_box {
    width: 95%;
    max-width: 1000px;
    margin: auto;
    padding-top: 80px; }
    .chara_command .command_box .command_cap {
      text-align: right;
      margin-bottom: 40px; }
      .chara_command .command_box .command_cap p {
        font-size: 18px;
        color: #fff;
        line-height: 1.7; }
        .chara_command .command_box .command_cap p:first-child {
          color: #ffa408; }
    .chara_command .command_box .command_item {
      margin-bottom: 20px; }
      .chara_command .command_box .command_item h4 {
        width: calc(100% - 40px);
        max-width: 417px;
        font-size: 24px;
        color: #ffa408;
        background-image: url(../images/characters/chara_command_head.png);
        background-size: contain;
        background-position: left 1px;
        background-repeat: no-repeat;
        padding: 20px 20px 0; }
      .chara_command .command_box .command_item ul {
        background-color: #000;
        padding: 20px; }
        .chara_command .command_box .command_item ul li {
          margin-bottom: 6px;
          display: flex; }
          .chara_command .command_box .command_item ul li:last-child {
            margin-bottom: 0; }
          .chara_command .command_box .command_item ul li p {
            line-height: 1.5; }
            .chara_command .command_box .command_item ul li p:first-child {
              width: calc(50% - 40px);
              max-width: 328px;
              padding: 20px;
              background: linear-gradient(90deg, rgba(22, 135, 237, 0.6), rgba(20, 55, 90, 0.9)), url(https://therumblefish2.com/share/css/test_img.jpg);
              background: url("../images/characters/command-bg.png"), -webkit-linear-gradient(0deg, rgba(2, 12, 78, 0.99608) 0%, #141e80 100%);
              background: -ms-linear-gradient(0deg, rgba(2, 12, 78, 0.99608) 0%, #141e80 100%), url("../images/characters/command-bg.png");
              color: #fff;
              font-size: 21px;
              display: flex;
              align-items: center; }
            .chara_command .command_box .command_item ul li p:last-child {
              width: calc(62% - 40px);
              background-color: #fff;
              padding: 13px 20px;
              display: flex;
              align-items: center; }
      .chara_command .command_box .command_item h3 {
        font-size: 28px;
        color: #ffa408;
        margin-bottom: 10px;
        text-shadow: 3px 3px #000; }
      .chara_command .command_box .command_item.command_ver2 h3 {
        color: #00D6FF;
        margin-top: 20px; }
      .chara_command .command_box .command_item.command_ver2 h4 {
        color: #00D6FF; }
      .chara_command .command_box .command_item.command_ver3 h4 span {
        background: #00D6FF;
        background: linear-gradient(to top, #00D6FF 50%, #FFA408 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .chara_command .command_box .command_change {
      background: #ffffcc;
      border: 5px solid #000;
      text-align: center;
      padding: 20px 0; }
    .chara_command .command_box .command_cap2 {
      margin-top: 30px;
      font-size: 18px;
      color: #fff;
      line-height: 1.7;
      text-align: left; }
    .chara_command .command_box .pdf {
      position: relative;
      width: 100%;
      max-width: 280px;
      margin: 60px auto 0; }
      .chara_command .command_box .pdf a, .chara_command .command_box .pdf img {
        display: block; }
      .chara_command .command_box .pdf a img:last-child {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .chara_command .command_box .pdf a:hover {
        opacity: 1; }
        .chara_command .command_box .pdf a:hover img:last-child {
          opacity: 1; }
  @media screen and (max-width: 767px) {
    .chara_command {
      padding-bottom: 25vw; }
      .chara_command h2 {
        max-width: none;
        top: -8vw; }
      .chara_command .command_box {
        max-width: none;
        padding-top: 10%; }
        .chara_command .command_box .command_cap {
          text-align: left;
          margin-bottom: 10%; }
          .chara_command .command_box .command_cap p {
            font-size: 3vw; }
        .chara_command .command_box .command_item {
          margin-bottom: 6vw; }
          .chara_command .command_box .command_item h4 {
            width: 65%;
            max-width: none;
            font-size: 5vw;
            background-size: 100% 100%;
            background-position: center;
            padding: 4% 5% 0; }
          .chara_command .command_box .command_item ul {
            padding: 5%; }
            .chara_command .command_box .command_item ul li {
              margin-bottom: 4%;
              display: block; }
              .chara_command .command_box .command_item ul li p:first-child {
                width: 92%;
                max-width: none;
                padding: 4%;
                font-size: 4.2vw;
                background-size: 100% 45%;
                background-repeat-y: repeat; }
              .chara_command .command_box .command_item ul li p:last-child {
                width: 92%;
                padding: 4%; }
        .chara_command .command_box .command_cap2 {
          margin-top: 5%;
          font-size: 3vw;
          text-align: left; }
        .chara_command .command_box .pdf {
          width: 54%;
          max-width: none;
          margin: 10% auto 0; } }
  .chara_command.chara_non-story {
    margin-top: 240px; }
    @media screen and (max-width: 767px) {
      .chara_command.chara_non-story {
        margin-top: 15vw; } }
