.character__bgwrap {
  background: black;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 834px) {
  .character__bgwrap {
    aspect-ratio: 400/640;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 835px) {
  .character__bgwrap {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    max-width: 2560px;
    translate: -50% 0;
  }
}

.character__bgrect {
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 834px) {
  .character__bgrect {
    width: calc(sin(45deg) * 180%);
  }
}
@media (min-width: 835px) {
  .character__bgrect {
    max-width: calc(sin(45deg) * 2560px);
    min-width: calc(sin(45deg) * 1680px);
    width: calc(sin(45deg) * 100%);
  }
}
[data-id=hijiri] .character__bgrect {
  color: #d7b9ec;
}
[data-id=tsurugi] .character__bgrect {
  color: #b5babe;
}
[data-id=daiya] .character__bgrect {
  color: #c1e1ff;
}
[data-id=mitsuba] .character__bgrect {
  color: #e5f0cf;
}

@-webkit-keyframes bgIn {
  0% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}

@keyframes bgIn {
  0% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes bgRectIn {
  0% {
    opacity: 0;
    rotate: -15deg;
    scale: 0.7;
  }
  100% {
    opacity: 1;
    rotate: 0deg;
    scale: 1;
  }
}
@keyframes bgRectIn {
  0% {
    opacity: 0;
    rotate: -15deg;
    scale: 0.7;
  }
  100% {
    opacity: 1;
    rotate: 0deg;
    scale: 1;
  }
}
@-webkit-keyframes bdLineIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes bdLineIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes bgNameIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes bgNameIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.character__bgrect__bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bgIn 1.2s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: bgIn 1.2s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
  background: black;
  height: 100%;
  width: 100%;
}

.character__bgrect__bd {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.character__bgrect__bd[data-index="1"] {
  rotate: 0deg;
}
.character__bgrect__bd[data-index="2"] {
  rotate: 90deg;
}
.character__bgrect__bd:before {
  -webkit-animation: bdLineIn 1.2s 0.2s ease forwards;
          animation: bdLineIn 1.2s 0.2s ease forwards;
  background: currentColor;
  content: "";
  height: 1px;
  transform: scaleX(0);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.character__bgrect__bd:after {
  -webkit-animation: bdLineIn 1.2s 0.2s ease forwards;
          animation: bdLineIn 1.2s 0.2s ease forwards;
  background: currentColor;
  content: "";
  height: 1px;
  transform: scaleX(0);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.character__bgrect__rect {
  -webkit-animation: bgRectIn 1.2s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: bgRectIn 1.2s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
  aspect-ratio: 1;
  opacity: 0;
  translate: -50% -50%;
  width: 38.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 834px) {
  .character__bgrect__rect {
    width: 46.015%;
  }
}
[data-id=hijiri] .character__bgrect__rect {
  background: #d7b9ec;
}
[data-id=tsurugi] .character__bgrect__rect {
  background: #b5babe;
}
[data-id=daiya] .character__bgrect__rect {
  background: #c1e1ff;
}
[data-id=mitsuba] .character__bgrect__rect {
  background: #e5f0cf;
}
.character__bgrect__rect:after {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/character/common/ph_sqgrunge.jpg") no-repeat 0 0/100%;
  content: "";
  height: 100%;
  mix-blend-mode: color-burn;
  opacity: 0.25;
  width: 100%;
}

.character__bgrect__name {
  -webkit-animation: bgNameIn 0.6s 0.2s cubic-bezier(0.85, 0, 0.15, 1);
          animation: bgNameIn 0.6s 0.2s cubic-bezier(0.85, 0, 0.15, 1);
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 834px) {
  .character__bgrect__name {
    font-size: min(44px, 11vw);
  }
}
@media (min-width: 835px) {
  .character__bgrect__name {
    font-size: 6.25rem;
  }
}
.character__bgrect__name[data-pos="1"] {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 834px) {
  .character__bgrect__name[data-pos="1"] {
    translate: min(20px, 5vw) calc(-87% - min(10px, 2.5vw));
  }
}
@media (min-width: 835px) {
  .character__bgrect__name[data-pos="1"] {
    translate: 2.5rem calc(-87% - 15px);
  }
}
.character__bgrect__name[data-pos="2"] {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 834px) {
  .character__bgrect__name[data-pos="2"] {
    translate: max(-10px, -2.5vw) calc(87% + min(10px, 2.5vw));
  }
}
@media (min-width: 835px) {
  .character__bgrect__name[data-pos="2"] {
    translate: -2.5rem calc(87% + 15px);
  }
}

.character {
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 834px) {
  .character {
    margin-top: min(40px, 10vw);
  }
}
[data-lock="1"] .character {
  opacity: 0;
}

.character[data-id=hijiri] ::-moz-selection {
  background: #d7b9ec;
}

.character[data-id=hijiri] ::selection {
  background: #d7b9ec;
}

.character[data-id=tsurugi] ::-moz-selection {
  background: #b5babe;
}

.character[data-id=tsurugi] ::selection {
  background: #b5babe;
}

.character[data-id=daiya] ::-moz-selection {
  background: #c1e1ff;
}

.character[data-id=daiya] ::selection {
  background: #c1e1ff;
}

.character[data-id=mitsuba] ::-moz-selection {
  background: #e5f0cf;
}

.character[data-id=mitsuba] ::selection {
  background: #e5f0cf;
}

.character__inner {
  position: relative;
}
@media (min-width: 835px) {
  .character__inner {
    margin: 0 auto;
    max-width: 85rem;
  }
}

.character__header {
  align-items: center;
  background: black;
  border-bottom: 1px solid;
  color: #9b9b9b;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 834px) {
  .character__header {
    height: min(60px, 10vw);
  }
}
@media (min-width: 835px) {
  .character__header {
    gap: 0 6.25rem;
    height: 5rem;
    padding: 0 1.25rem;
  }
}

.character__close {
  aspect-ratio: 1;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .character__close {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 835px) {
  .character__close {
    transition: all 0.3s 0s cubic-bezier(0, 0.55, 0.45, 1);
    width: 2.5rem;
  }
}
@media (min-width: 835px) {
  .character__close:hover {
    scale: 0.9;
  }
}
@media (max-width: 834px) {
  .character__close[data-pos=bottom] {
    margin: 0 auto min(80px, 20vw);
    width: min(50px, 12.5vw);
  }
}
.character__close:before, .character__close:after {
  background: #9b9b9b;
  content: "";
  height: 1px;
  translate: -50% -50%;
  width: calc(1 / sin(45deg) * 100%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.character__close:before {
  rotate: 45deg;
}
.character__close:after {
  rotate: -45deg;
}

.character__header__head {
  display: flex;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 1.25rem;
  position: relative;
  translate: 0 -13%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 834px) {
  .character__header__head {
    font-size: min(80.25px, 13.375vw);
    padding-right: min(15px, 3.75vw);
  }
}
@media (min-width: 835px) {
  .character__header__head {
    font-size: 6.6875rem;
  }
}

.character__info__head {
  position: relative;
}
@media (min-width: 835px) {
  .character__info__head {
    display: grid;
    gap: 2.5rem 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: -webkit-max-content auto;
    grid-template-rows: max-content auto;
    height: 28.125rem;
    width: 15rem;
  }
}

.character__info__head__namebox {
  position: absolute;
  top: 0;
  right: min(30px, 7.5vw);
  padding: 20px 0;
  width: min(65px, 16.25vw);
  z-index: 1;
}
[data-id=hijiri] .character__info__head__namebox {
  translate: 0 -50%;
}
[data-id=tsurugi] .character__info__head__namebox {
  translate: 0 -53%;
}
[data-id=daiya] .character__info__head__namebox {
  translate: 0 -55%;
}
[data-id=mitsuba] .character__info__head__namebox {
  translate: 0 -54%;
}
.character__info__head__namebox:before {
  background: black;
  content: "";
  height: 100%;
  -webkit-mask-image: linear-gradient(to bottom, #000 35%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, #000 35%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 834px) {
  .character__info__head__name h3 {
    margin: 0 auto 25px;
  }
}
[data-id=hijiri] .character__info__head__name h3 {
  width: min(45.8203px, 11.455075vw);
}
@media (min-width: 835px) {
  [data-id=hijiri] .character__info__head__name h3 {
    width: 4.10815625rem;
  }
}
[data-id=tsurugi] .character__info__head__name h3 {
  width: min(45.7754px, 11.44385vw);
}
@media (min-width: 835px) {
  [data-id=tsurugi] .character__info__head__name h3 {
    width: 4.10400625rem;
  }
}
[data-id=daiya] .character__info__head__name h3 {
  width: 10.6963vw;
}
@media (min-width: 835px) {
  [data-id=daiya] .character__info__head__name h3 {
    width: 3.8359375rem;
  }
}
[data-id=mitsuba] .character__info__head__name h3 {
  width: min(42.7842px, 10.69605vw);
}
@media (min-width: 835px) {
  [data-id=mitsuba] .character__info__head__name h3 {
    width: 3.8359375rem;
  }
}

.character__info__head__name_en h5 {
  font-variation-settings: "wght" 600;
  letter-spacing: 0.02em;
  rotate: 90deg;
  transform-origin: 0 0;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .character__info__head__name_en h5 {
    font-size: 10px;
    translate: 4.75em 0;
  }
}
@media (min-width: 835px) {
  .character__info__head__name_en h5 {
    font-size: 12px;
    translate: 4em 0;
  }
}

.character__info__head__cast h3 {
  margin-top: 0.9375rem;
}
@media (max-width: 834px) {
  .character__info__head__cast h3 {
    margin: 0 auto 20px;
  }
}
.character__info__head__cast h4 {
  line-height: 1;
}
@media (max-width: 834px) {
  .character__info__head__cast h4 {
    font-size: min(20px, 5vw);
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 835px) {
  .character__info__head__cast h4 {
    font-size: 1.375rem;
    padding-left: 0.25em;
  }
}
[data-id=hijiri] .character__info__head__cast h3 {
  width: min(39.834px, 9.9585vw);
}
@media (min-width: 835px) {
  [data-id=hijiri] .character__info__head__cast h3 {
    width: 2.7811875rem;
  }
}
[data-id=tsurugi] .character__info__head__cast h3 {
  width: min(38.9932px, 9.7483vw);
}
@media (min-width: 835px) {
  [data-id=tsurugi] .character__info__head__cast h3 {
    width: 2.72253125rem;
  }
}
[data-id=daiya] .character__info__head__cast h3 {
  width: min(39.6729px, 9.918225vw);
}
@media (min-width: 835px) {
  [data-id=daiya] .character__info__head__cast h3 {
    width: 2.77001875rem;
  }
}
[data-id=mitsuba] .character__info__head__cast h3 {
  translate: 15% 0;
  width: min(29.2744px, 7.3186vw);
}
@media (min-width: 835px) {
  [data-id=mitsuba] .character__info__head__cast h3 {
    width: 2.04400625rem;
  }
}

@media (max-width: 834px) {
  .character__info__head__ui {
    align-items: center;
    display: flex;
    margin-top: 40px;
  }
}

.character__info__head__voice__zoom {
  aspect-ratio: 1;
  display: block;
  position: relative;
}
@media (max-width: 834px) {
  .character__info__head__voice__zoom {
    width: 45px;
  }
}
@media (min-width: 835px) {
  .character__info__head__voice__zoom {
    width: 50px;
  }
}

.character__info__head__voice__zoom__svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
}
[data-zoom="0"] .character__info__head__voice__zoom__svg[data-id=in] {
  opacity: 1;
}
[data-zoom="1"] .character__info__head__voice__zoom__svg[data-id=out] {
  opacity: 1;
}

.character__info__head__voice__playwrap {
  display: flex;
  position: relative;
}
@media (max-width: 834px) {
  .character__info__head__voice__playwrap {
    gap: 12px;
    margin-left: 25px;
  }
}
@media (min-width: 835px) {
  .character__info__head__voice__playwrap {
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
  }
}
.character__info__head__voice__playwrap h5 {
  font-size: 11px;
  font-variation-settings: "wght" 600;
  letter-spacing: 0.02em;
  rotate: 90deg;
  transform-origin: 0 0;
}
@media (max-width: 834px) {
  .character__info__head__voice__playwrap h5 {
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 0.05em;
    translate: calc(1em + 35px + 15px) 0;
  }
}
@media (min-width: 835px) {
  .character__info__head__voice__playwrap h5 {
    position: absolute;
    top: 0;
    left: 0;
    translate: calc(1em + 35px + 12px) 0;
  }
}

@-webkit-keyframes onPlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes onPlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
.character__info__head__voice__play {
  aspect-ratio: 1;
  display: block;
  position: relative;
}
@media (max-width: 834px) {
  .character__info__head__voice__play {
    width: 40px;
  }
}
@media (min-width: 835px) {
  .character__info__head__voice__play {
    width: 36px;
  }
}
.character__info__head__voice__play .voice__svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: all 0.2s 0s ease;
  width: 100%;
}
.character__info__head__voice__play[data-active="1"] .voice__svg[data-id=pause] {
  -webkit-animation: onPlay 1s 0s ease infinite;
          animation: onPlay 1s 0s ease infinite;
  opacity: 1;
}
.character__info__head__voice__play[data-active="1"] .voice__svg[data-id=play] {
  opacity: 0;
}
.character__info__head__voice__play .voice__svg[data-id=play] {
  opacity: 1;
}

.character__info {
  color: #9b9b9b;
  position: relative;
}
@media (max-width: 834px) {
  .character__info {
    border-top: 1px solid;
    padding: 0 min(30px, 7.5vw);
  }
}
@media (min-width: 835px) {
  .character__info {
    margin-left: auto;
    max-width: 25rem;
    padding: 7.5rem 2.5rem 11.25rem;
  }
}
@media (min-width: 835px) {
  .character__info:before {
    background: black;
    border-left: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    content: "";
    height: 100%;
    -webkit-mask-image: linear-gradient(to bottom, #000 50%, rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(to bottom, #000 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.character__info__cap {
  position: relative;
}
@media (max-width: 834px) {
  .character__info__cap {
    margin-top: min(64px, 16vw);
  }
}
@media (min-width: 835px) {
  .character__info__cap {
    margin-top: 4.375rem;
  }
}

.character__info__cap__head {
  font-variation-settings: "wght" 700;
}
@media (max-width: 834px) {
  .character__info__cap__head {
    font-size: 17px;
  }
}
@media (min-width: 835px) {
  .character__info__cap__head {
    font-size: 15px;
  }
}

.character__info__cap__txt {
  font-variation-settings: "wght" 500;
  margin-top: 1.75em;
  text-align: justify;
}
@media (max-width: 834px) {
  .character__info__cap__txt {
    font-size: 13px;
    line-height: 2.1538461538;
    width: 76.4705882353%;
  }
}
@media (min-width: 835px) {
  .character__info__cap__txt {
    font-size: 13.5px;
    line-height: 2.1538461538;
  }
}
.character__info__cap__txt span {
  background: black;
  position: relative;
  transition: background-color 0.3s 0s ease;
}
.character__info__cap__txt[data-secret="1"] span {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/character/common/ph_txtsecret.png") repeat-x 50% 50%/auto 100%;
  background-color: #9b9b9b;
  color: transparent;
  cursor: pointer;
}

.character__info__profile {
  position: relative;
}
@media (max-width: 834px) {
  .character__info__profile {
    margin-top: 60px;
  }
}
@media (min-width: 835px) {
  .character__info__profile {
    margin-top: 3.5rem;
  }
}

.character__info__profile__head {
  font-variation-settings: "wght" 700;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .character__info__profile__head {
    font-size: 14px;
  }
}
@media (min-width: 835px) {
  .character__info__profile__head {
    font-size: 1rem;
  }
}

.character__info__profile__table {
  display: flex;
  font-variation-settings: "wght" 600;
  line-height: 2.25;
  text-shadow: 0 0 20px black, 0 0 30px black, 0 0 40px black;
}
@media (max-width: 834px) {
  .character__info__profile__table {
    font-size: 12px;
  }
}
@media (min-width: 835px) {
  .character__info__profile__table {
    font-size: 12px;
  }
}
.character__info__profile__table dt {
  min-width: 120px;
}
@media (min-width: 835px) {
  .character__info__profile__table dt {
    min-width: 6.875rem;
  }
}

.character__info__relbtn {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-variation-settings: "wght" 700;
  position: relative;
}
@media (max-width: 834px) {
  .character__info__relbtn {
    height: min(48px, 12vw);
    margin-top: 60px;
    padding-left: min(30px, 7.5vw);
    width: 76.4705882353%;
  }
}
@media (min-width: 835px) {
  .character__info__relbtn {
    background: rgba(0, 0, 0, 0.75);
    height: 44px;
    margin-top: 3.4375rem;
    max-width: 15rem;
    padding-left: 1.25rem;
    width: 100%;
  }
}
[data-id=hijiri] .character__info__relbtn {
  border: 1px solid #d7b9ec;
  color: #d7b9ec;
}
[data-id=tsurugi] .character__info__relbtn {
  border: 1px solid #b5babe;
  color: #b5babe;
}
[data-id=daiya] .character__info__relbtn {
  border: 1px solid #c1e1ff;
  color: #c1e1ff;
}
[data-id=mitsuba] .character__info__relbtn {
  border: 1px solid #e5f0cf;
  color: #e5f0cf;
}
@media (min-width: 835px) {
  .character__info__relbtn:hover:before {
    width: 100%;
  }
  .character__info__relbtn:hover .plus {
    rotate: 90deg;
  }
}
.character__info__relbtn:before {
  background: currentColor;
  content: "";
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 834px) {
  .character__info__relbtn:before {
    width: min(48px, 12vw);
  }
}
@media (min-width: 835px) {
  .character__info__relbtn:before {
    transition: width 0.3s 0s cubic-bezier(0, 0.55, 0.45, 1);
    width: 44px;
  }
}
.character__info__relbtn .txt {
  position: relative;
}
@media (min-width: 835px) {
  .character__info__relbtn .txt {
    mix-blend-mode: difference;
  }
}
.character__info__relbtn .plus {
  aspect-ratio: 1;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 835px) {
  .character__info__relbtn .plus {
    transition: rotate 0.3s 0s cubic-bezier(0, 0.55, 0.45, 1);
  }
}
.character__info__relbtn .plus:before,
.character__info__relbtn .plus:after {
  aspect-ratio: 1;
  background: black;
  content: "";
  height: 2px;
  translate: -50% -50%;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.character__info__relbtn .plus:after {
  rotate: 90deg;
}

.character__navwrap {
  height: 100%;
  position: relative;
}

.character__nav {
  display: flex;
  height: 100%;
  position: relative;
}
@media (max-width: 834px) {
  .character__nav {
    border-bottom: 1px solid #9b9b9b;
    border-top: 1px solid #9b9b9b;
    margin: min(60px, 15vw) 0 min(100px, 25vw);
  }
}

.character__nav__item {
  aspect-ratio: 1;
  display: block;
  height: 100%;
  position: relative;
  width: auto;
}
.character__nav__item a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 835px) {
  .character__nav__item img {
    transition: scale 0.3s 0s cubic-bezier(0, 0.55, 0.45, 1);
  }
}
@media (min-width: 835px) {
  .character__nav__item a:hover img {
    scale: 1.05;
  }
}
.character__nav__item[data-active="1"] {
  background: #9b9b9b;
}
.character__nav__item[data-active="1"]:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/character/common/ph_sqgrunge.jpg") no-repeat 0 0/100%;
  content: "";
  height: 100%;
  mix-blend-mode: color-burn;
  opacity: 0.25;
  width: 100%;
}

@media (max-width: 834px) {
  .character__ph {
    aspect-ratio: 400/640;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 835px) {
  .character__ph {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
}

@-webkit-keyframes cphPageIn {
  0% {
    opacity: 0;
    translate: 0 3%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes cphPageIn {
  0% {
    opacity: 0;
    translate: 0 3%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.character__ph__inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cphPageIn 1.2s 0.4s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: cphPageIn 1.2s 0.4s cubic-bezier(0.85, 0, 0.15, 1) forwards;
  height: 100%;
  opacity: 0;
  width: 100%;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.character__ph__2d {
  opacity: 0;
  translate: -50% 0;
}
@media (max-width: 834px) {
  .character__ph__2d {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 90%;
  }
}
@media (min-width: 835px) {
  .character__ph__2d {
    position: absolute;
    top: 4.375rem;
    left: 50%;
    width: 50rem;
  }
}
.character__ph__2d img {
  -webkit-animation: zoomOut 0.4s 0s ease forwards;
          animation: zoomOut 0.4s 0s ease forwards;
}
[data-type="2d"] .character__ph__2d {
  -webkit-animation: zoomOut 0.4s 0s ease forwards;
          animation: zoomOut 0.4s 0s ease forwards;
  opacity: 1;
}
@media (max-width: 834px) {
  [data-zoom="1"] .character__ph__2d {
    position: absolute;
    top: 2%;
    left: 50%;
    width: 300%;
  }
}
@media (min-width: 835px) {
  [data-zoom="1"] .character__ph__2d {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(2560px, 117.1875%);
  }
}
[data-zoom="1"] .character__ph__2d img {
  -webkit-animation: zoomIn 0.4s 0s ease forwards;
          animation: zoomIn 0.4s 0s ease forwards;
}
[data-id=hijiri][data-zoom="1"][data-type="2d"] .character__ph__2d {
  translate: -50% -2%;
}
[data-id=tsurugi][data-zoom="1"][data-type="2d"] .character__ph__2d {
  translate: -49.5% -0.5%;
}
[data-id=daiya][data-zoom="1"][data-type="2d"] .character__ph__2d {
  translate: -50.5% -1.5%;
}
[data-id=mitsuba][data-zoom="1"][data-type="2d"] .character__ph__2d {
  translate: -50% -3%;
}

.character__ph__3d {
  opacity: 0;
  translate: -50% 0;
}
@media (max-width: 834px) {
  .character__ph__3d {
    position: absolute;
    top: 0;
    left: 50%;
    align-items: flex-end;
    background: black;
    display: flex;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .character__ph__3d {
    position: absolute;
    top: 8.75rem;
    left: 50%;
    width: 45rem;
  }
}
.character__ph__3d img {
  -webkit-animation: zoomOut 0.4s 0s ease forwards;
          animation: zoomOut 0.4s 0s ease forwards;
}
[data-type="3d"] .character__ph__3d {
  -webkit-animation: zoomOut 0.4s 0s ease forwards;
          animation: zoomOut 0.4s 0s ease forwards;
  opacity: 1;
}
@media (max-width: 834px) {
  [data-zoom="1"] .character__ph__3d {
    align-items: flex-start;
    width: 185%;
  }
}
@media (min-width: 835px) {
  [data-zoom="1"] .character__ph__3d {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1360px, 70.8333333333%);
  }
}
[data-zoom="1"] .character__ph__3d img {
  -webkit-animation: zoomIn 0.4s 0s ease forwards;
          animation: zoomIn 0.4s 0s ease forwards;
}

.relpic {
  background: black;
}
@media (min-width: 835px) {
  .relpic {
    background: rgba(0, 0, 0, 0.9);
  }
}

.relpic__inner {
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 834px) {
  .relpic__inner {
    align-items: flex-end;
    height: 100%;
  }
}
@media (min-width: 835px) {
  .relpic__inner {
    justify-content: center;
    min-height: 100%;
  }
}

@-webkit-keyframes relStateChangePh1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes relStateChangePh1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes relStateChangePh2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes relStateChangePh2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes relStateChangePh3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes relStateChangePh3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.relpic__ph {
  background: #05140f;
  position: relative;
}
@media (max-width: 834px) {
  .relpic__ph {
    border-top: 1px solid #517328;
    height: calc(100% - 80px);
    padding: 20px 5px;
    width: auto;
  }
}
@media (min-width: 835px) {
  .relpic__ph {
    align-items: center;
    border-left: 1px solid #517328;
    border-right: 1px solid #517328;
    display: flex;
    max-width: 75rem;
    min-height: 100vh;
    padding: 60px 40px;
    width: 100%;
  }
}
[data-relzoom="0"] .relpic__ph {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.relpic__ph__cont {
  aspect-ratio: 1090/1040;
}
@media (max-width: 834px) {
  .relpic__ph__cont {
    height: 100%;
  }
}
@media (min-width: 835px) {
  .relpic__ph__cont {
    width: 100%;
  }
}
[data-type="2d"] .relpic__ph__cont {
  -webkit-animation: relStateChangePh1 0.4s 0s ease;
          animation: relStateChangePh1 0.4s 0s ease;
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/character/common/rel/ph_rel_2d.webp") no-repeat 0 0/100%;
}
[data-type="3d"] .relpic__ph__cont {
  -webkit-animation: relStateChangePh2 0.4s 0s ease;
          animation: relStateChangePh2 0.4s 0s ease;
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/character/common/rel/ph_rel_3d.webp") no-repeat 0 0/100%;
}
@media (max-width: 834px) {
  [data-relzoom="0"] .relpic__ph__cont {
    height: auto;
    width: 95%;
  }
}

.relpic__close {
  aspect-ratio: 1;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .relpic__close {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 40px;
  }
}
@media (min-width: 835px) {
  .relpic__close {
    position: fixed;
    top: 30px;
    left: 30px;
    transition: scale 0.3s 0s cubic-bezier(0, 0.55, 0.45, 1);
    width: 60px;
  }
}
@media (min-width: 835px) {
  .relpic__close:hover {
    scale: 0.9;
  }
}
.relpic__close:before, .relpic__close:after {
  background: #9b9b9b;
  content: "";
  height: 2px;
  translate: -50% -50%;
  width: calc(1 / sin(45deg) * 100%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.relpic__close:before {
  rotate: 45deg;
}
.relpic__close:after {
  rotate: -45deg;
}

.relpic__zoombtn {
  position: fixed;
  top: 20px;
  right: 20px;
  aspect-ratio: 1;
  width: 40px;
}
@media (min-width: 835px) {
  .relpic__zoombtn {
    display: none;
  }
}

.relpic__zoombtn__svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
}
[data-relzoom="0"] .relpic__zoombtn__svg[data-id=in] {
  opacity: 1;
}
[data-relzoom="1"] .relpic__zoombtn__svg[data-id=out] {
  opacity: 1;
}
.relpic__zoombtn__svg .svg__path {
  fill: #9b9b9b;
}

@media (max-width: 834px) {
  .character__serif {
    position: absolute;
    top: min(37.5px, 6.25vw);
    left: min(30px, 7.5vw);
    width: min(69px, 11.5vw);
  }
}
@media (min-width: 835px) {
  .character__serif {
    position: absolute;
    top: 6.25rem;
    left: 19.375rem;
    width: 10rem;
  }
}

.character__suit {
  aspect-ratio: 450/700;
}
@media (max-width: 834px) {
  .character__suit {
    opacity: 0.4;
    width: 37.5vw;
  }
}
@media (min-width: 835px) {
  .character__suit {
    height: 50%;
    opacity: 0.25;
  }
}
.character__suit:after {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/character/common/ph_suitgrunge.jpg") no-repeat 0 0/100%;
  content: "";
  height: 100%;
  mix-blend-mode: color-burn;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
[data-id=hijiri] .character__suit {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/character/common/suit/ph_hq.webp") no-repeat 0 0/100%, #000;
}
[data-id=tsurugi] .character__suit {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/character/common/suit/ph_sk.webp") no-repeat 0 0/100%, #000;
}
[data-id=daiya] .character__suit {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/character/common/suit/ph_dj.webp") no-repeat 0 0/100%, #000;
}
[data-id=mitsuba] .character__suit {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/character/common/suit/ph_cj.webp") no-repeat 0 0/100%, #000;
}
.character__suit[data-pos="1"] {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 834px) {
  [data-id=tsurugi] .character__suit[data-pos="1"], [data-id=tsurugi] .character__suit[data-pos="3"] {
    translate: -20% 0;
  }
}
@media (max-width: 834px) {
  [data-id=mitsuba] .character__suit[data-pos="1"], [data-id=mitsuba] .character__suit[data-pos="3"] {
    translate: -20% 0;
  }
}
.character__suit[data-pos="2"] {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotateY(180deg);
}
@media (max-width: 834px) {
  [data-id=tsurugi] .character__suit[data-pos="2"], [data-id=tsurugi] .character__suit[data-pos="4"] {
    translate: 20% 0;
  }
}
@media (max-width: 834px) {
  [data-id=mitsuba] .character__suit[data-pos="2"], [data-id=mitsuba] .character__suit[data-pos="4"] {
    translate: 20% 0;
  }
}
.character__suit[data-pos="3"] {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotateY(180deg);
}
@media (max-width: 834px) {
  .character__suit[data-pos="3"] {
    opacity: 0.2;
  }
}
.character__suit[data-pos="4"] {
  position: absolute;
  bottom: 0;
  right: 0;
}

.character__switch {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  display: flex;
}
@media (max-width: 834px) {
  .character__switch {
    border-right: 1px solid;
    border-top: 1px solid;
    translate: 0 calc(-100% - 1px);
  }
}
@media (min-width: 835px) {
  .character__switch {
    border-bottom: 1px solid;
    border-left: 1px solid;
    translate: -100% 0;
  }
}
.character__switch[data-pos=modal] {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 0;
}
@media (max-width: 834px) {
  .character__switch[data-pos=modal] {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top: none;
  }
}
@media (min-width: 835px) {
  .character__switch[data-pos=modal] {
    border-left: none;
    border-right: 1px solid;
  }
}

.character__switch__item {
  align-items: center;
  color: #9b9b9b;
  display: flex;
  font-variation-settings: "wght" 700;
  justify-content: center;
  line-height: 1;
  position: relative;
}
@media (max-width: 834px) {
  .character__switch__item {
    font-size: min(14px, 3.5vw);
    height: min(35px, 8.75vw);
    width: min(50px, 12.5vw);
  }
}
@media (min-width: 835px) {
  .character__switch__item {
    font-size: 1.25rem;
    height: 2.75rem;
    width: 4rem;
  }
}
.character__switch__item::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #9b9b9b;
  content: "";
  height: 100%;
  opacity: 0;
  width: 100%;
}
[data-id=hijiri] .character__switch__item:before {
  background: #d7b9ec;
}
[data-id=tsurugi] .character__switch__item:before {
  background: #b5babe;
}
[data-id=daiya] .character__switch__item:before {
  background: #c1e1ff;
}
[data-id=mitsuba] .character__switch__item:before {
  background: #e5f0cf;
}
[data-type="2d"] .character__switch__item[data-type="2d"] {
  color: black;
}
[data-type="2d"] .character__switch__item[data-type="2d"]:before {
  opacity: 1;
}
[data-type="3d"] .character__switch__item[data-type="3d"] {
  color: black;
}
[data-type="3d"] .character__switch__item[data-type="3d"]:before {
  opacity: 1;
}
.character__switch__item span {
  translate: 0 -5%;
}

@media (max-width: 834px) {
  .character__switch__mark {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% calc(-100% - min(10px, 2.5vw));
  }
}
@media (min-width: 835px) {
  .character__switch__mark {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    translate: -50% calc(100% + 1.5625rem);
  }
}
[data-id=hijiri] .character__switch__mark {
  width: 44%;
}
[data-id=tsurugi] .character__switch__mark {
  width: 42%;
}
[data-id=daiya] .character__switch__mark {
  width: 42%;
}
[data-id=mitsuba] .character__switch__mark {
  width: 42%;
}