@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
section.characters-select-box {
  background-color: #133180;
  padding: 2rem 10rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  section.characters-select-box {
    padding: 1rem 0rem;
  }
}
section.characters-select-box .select-inner {
  width: min(96.5rem, 100% - 4rem);
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.characters-select-box .select-inner.close {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
section.characters-select-box .select-inner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.characters-select-box .select-inner ul.selector-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.characters-select-box .select-inner ul.selector-list li {
  width: 12.5%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  section.characters-select-box .select-inner ul.selector-list li {
    width: 33.3333333333%;
    padding: 0.5rem 1px;
  }
}
section.characters-select-box .select-inner ul.selector-list li button {
  overflow: hidden;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.characters-select-box .select-inner ul.selector-list li button.current {
  opacity: 0.7;
}
section.characters-select-box .select-inner ul.selector-list li button:hover {
  opacity: 0.7;
}
section.characters-detail-box .char-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 17vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.characters-detail-box .char-inner.close {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner {
    margin-bottom: 0;
  }
}
section.characters-detail-box .char-inner .body-discription {
  height: 40vw;
  background: url(../images/characters/char-bg.png) no-repeat center center/100% auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription.item-0-19 h3 {
    font-size: 10vw !important;
  }
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription.item-1-1 h3 {
    font-size: 10vw !important;
  }
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription {
    background: url(../images/characters/char-bg-sp.png) no-repeat center center/100% auto;
    background-size: contain;
    margin-bottom: 2rem;
    height: 100%;
  }
}
section.characters-detail-box .char-inner .body-discription .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: min(96.5rem, 100% - 4rem);
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription .row {
    height: 245vw;
  }
}
section.characters-detail-box .char-inner .body-discription .chara-col {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 490px;
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription .chara-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    max-width: 100%;
  }
}
section.characters-detail-box .char-inner .body-discription .chara-col .chara-name {
  margin-bottom: 2rem;
  border-bottom: solid 1px #ffffff;
  padding: 2rem 0px;
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription .chara-col .chara-name {
    margin-bottom: 2rem;
    border-bottom: none;
    padding: 4rem 0px;
  }
}
section.characters-detail-box .char-inner .body-discription .chara-col .chara-name h3 {
  color: #fff;
  font-size: 5.75rem;
  font-weight: 900;
  line-height: 1.1em;
}
@media screen and (max-width: 1050px) {
  section.characters-detail-box .char-inner .body-discription .chara-col .chara-name h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription .chara-col .chara-name h3 {
    font-size: 13vw;
  }
}
section.characters-detail-box .char-inner .body-discription .chara-col .chara-name h3 span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: block;
  font-size: 2rem;
  color: #bebed2;
  line-height: 1.8em;
  margin-top: 0.6rem;
}
@media screen and (max-width: 1050px) {
  section.characters-detail-box .char-inner .body-discription .chara-col .chara-name h3 span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription .chara-col .chara-name h3 span {
    font-size: 4vw;
  }
}
section.characters-detail-box .char-inner .body-discription .chara-col .chara-name h4 {
  font-size: 2.875rem;
  color: #fff;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 1050px) {
  section.characters-detail-box .char-inner .body-discription .chara-col .chara-name h4 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription .chara-col .chara-name h4 {
    font-size: 6vw;
  }
}
section.characters-detail-box .char-inner .body-discription .chara-col .chara-name h4 span {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription .chara-col .chara-name h4 span {
    font-size: 5vw;
  }
}
section.characters-detail-box .char-inner .body-discription .chara-col .chara-disc {
  max-width: 490px;
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription .chara-col .chara-disc {
    max-width: 100%;
    margin-bottom: 13vw;
  }
}
section.characters-detail-box .char-inner .body-discription .chara-col .chara-disc p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8em;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  section.characters-detail-box .char-inner .body-discription .chara-col .chara-disc p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription .chara-col .chara-disc p {
    font-size: 3.8vw;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription .disc-row .img-col {
    height: 133vw;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: -58%;
    top: auto;
    bottom: 20%;
    margin: auto;
    opacity: 0.5;
    width: 280%;
    border-bottom: solid 1px #ffffff;
  }
}
section.characters-detail-box .char-inner .body-discription .disc-row .img-col img {
  position: absolute;
  right: 0;
  left: 24%;
  top: -15%;
  margin: auto;
  opacity: 0.5;
  width: 60%;
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .body-discription .disc-row .img-col img {
    position: static;
  }
}
section.characters-detail-box .char-inner .sub-image {
  position: absolute;
  z-index: 2;
  top: -12%;
  right: 7%;
  width: 32%;
}
@media screen and (max-width: 767px) {
  section.characters-detail-box .char-inner .sub-image {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 52vw;
    right: 0;
    width: 72%;
  }
}
section.characters-detail-box .char-inner .sub-image img {
  -webkit-filter: drop-shadow(7px 7px 0px rgba(190, 190, 210, 0.5019607843));
          filter: drop-shadow(7px 7px 0px rgba(190, 190, 210, 0.5019607843));
}

section.characters-category-box {
  width: min(96.5rem, 100% - 4rem);
  margin: 0 auto 0rem;
  padding: 0rem 2rem 7rem;
}
@media screen and (max-width: 992px) {
  section.characters-category-box {
    padding: 0rem 2rem 2rem;
  }
}
section.characters-category-box .char-category-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  section.characters-category-box .char-category-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.characters-category-box .char-category-inner .char-category-item {
  width: 22.2222222222%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  section.characters-category-box .char-category-inner .char-category-item {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
}
section.characters-category-box .char-category-inner .char-category-item {
  position: relative;
  background-color: #bebed2;
  padding: 8px 0px;
  border: solid 1px;
  display: block;
  text-align: center;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
section.characters-category-box .char-category-inner .char-category-item:visited {
  color: #fff;
}
section.characters-category-box .char-category-inner .char-category-item:hover {
  color: #fff;
  opacity: 0.7;
}
section.characters-category-box .char-category-inner .char-category-item:has(input[type=radio]:checked) {
  background-color: #1E4EB8;
  color: #fff;
}