@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*▼色▼*/
/*▼文字▼*/
/*▼サイズ▼*/
/*▼FLEX系▼*/
/*▼グリッド系▼*/
.character_nav {
  height: 0;
  width: 0;
}
.character_nav a {
  display: inline-block;
  position: fixed;
  top: calc((100vh - 70px) / 2 + 3.75rem);
}
.character_nav a:hover {
  scale: 1.1;
}
.character_nav a.prev {
  left: 2.5%;
}
.character_nav a.next {
  right: 2.5%;
}
.character_nav a img {
  width: 7.5rem;
  height: auto;
  opacity: 1 !important;
}

.chara_info {
  position: relative;
  padding-top: 6rem;
}
.chara_info .bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/character/bg.jpg");
  background-position: top 12rem center;
  background-repeat: no-repeat;
  background-size: clamp(100px, 75%, 540px) auto;
}
.chara_info h1 {
  line-height: 1;
  font-size: 12rem;
}
.chara_info h1::before,
.chara_info h1::after {
  content: "";
  width: 0.6em;
  aspect-ratio: 3/5;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -1.35em;
}
.chara_info h1::before {
  background-image: url("../img/character/ttl_l.png");
}
.chara_info h1::after {
  background-image: url("../img/character/ttl_r.png");
}
.chara_info h1 span {
  line-height: 1;
  color: #c4a162;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300 !important;
  display: inline-block;
  margin: 0 0.45em;
}
.chara_info article {
  position: relative;
}
.chara_info article figure {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  overflow: visible;
  /*position: absolute; z-index:-1; width: 10px; height: 10px; overflow: visible; scale:100;*/
  /*background-position: center; background-size: contain; background-repeat: no-repeat;*/
}
.chara_info article figure img {
  height: 108%;
  width: auto;
  margin-top: 0;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  opacity: 0;
  /*display: none;*/
}
.chara_info article figure img.mini {
  display: none;
}
.chara_info .dtl {
  text-align: center;
  position: relative;
  z-index: 10;
}
.chara_info h2 {
  margin-top: 0.5rem;
}
.chara_info h2::after {
  content: "";
  display: block;
  width: 16rem;
  height: 4px;
  background-image: -moz-linear-gradient(0deg, #65c0cb 0%, #1f3691 100%);
  background-image: -webkit-linear-gradient(0deg, #65c0cb 0%, #1f3691 100%);
  background-image: -ms-linear-gradient(0deg, #65c0cb 0%, #1f3691 100%);
  margin: 1.2rem auto 0 auto;
}
.chara_info h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600 !important;
  font-size: 2rem;
  margin-top: 1rem;
}
.chara_info .status {
  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;
  margin-top: 1.5rem;
}
.chara_info .status dl {
  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;
  margin-right: 1em;
}
.chara_info .status dl:last-child {
  margin-right: 0;
}
.chara_info .status dl dt,
.chara_info .status dl dd,
.chara_info .status dl dt span {
  line-height: 1;
  display: inline-block;
}
.chara_info .status dl dt {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5em;
}
.chara_info .status dl dt::before,
.chara_info .status dl dt::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 100%;
}
.chara_info .status dl dt::before {
  width: 0;
  height: 0;
  border-right: 0.875em solid #c4a162;
  border-top: 0.875em solid transparent;
  border-bottom: 0.875em solid transparent;
}
.chara_info .status dl dt::after {
  width: 0;
  height: 0;
  border-left: 0.875em solid #c4a162;
  border-top: 0.875em solid transparent;
  border-bottom: 0.875em solid transparent;
}
.chara_info .status dl dt span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500 !important;
  color: white;
  background-color: #c4a162;
  padding: 0.35em 4px;
}
.chara_info .status dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
}
.chara_info .status dl.bd dd {
  letter-spacing: 0.1em;
}
.chara_info .left {
  margin-top: 5.5rem;
}
.chara_info .left > .box {
  text-align: left;
}
.chara_info .left.king h4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chara_info .left.king figure {
  position: relative;
  z-index: 0;
  top: unset;
  right: unset;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 3rem;
}
.chara_info .left.king figure img {
  transform: unset;
  display: inline;
  height: 102rem;
  width: auto;
  position: relative;
  top: unset;
  left: unset;
}
.chara_info .bottom {
  margin-top: 5.5rem;
}
.chara_info .bottom > .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chara_info h4 {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chara_info h4 img {
  width: 6rem;
  height: auto;
  margin-right: 0.9em;
}
.chara_info h4 span {
  font-family: "Noto Serif JP", serif;
  font-weight: 600 !important;
  line-height: 1.3;
  font-size: 2.8rem;
}
.chara_info .tx {
  width: 45%;
}
.chara_info .tx > strong {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 2.2rem;
  color: #c4a162;
  display: block;
  line-height: 1;
  margin: 1em 0 0.5em;
}
.chara_info .tx p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500 !important;
}
.chara_info .tx p:last-of-type {
  margin-bottom: 0;
}
.chara_info .slidebox {
  width: auto;
  text-align: center;
}
.chara_info .job_slider {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 31.2rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-size: auto 3.8rem;
  background-image: url("../img/character/base.png");
  background-repeat: no-repeat;
  background-position: bottom 2.4rem center;
}
.chara_info .job_slider li {
  margin: 0 auto;
  padding: 0;
  max-width: 31.2rem;
  width: 100%;
}
.chara_info .job_slider li h5 {
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1;
  padding: 0.6em 0 0.65em;
}
.chara_info .job_slider li h5 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500 !important;
  color: white;
}
.chara_info .job_slider li h5.base {
  background-image: url("../img/character/titclass1.png");
  /* height: 52px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.chara_info .job_slider li h5.high {
  background-image: url("../img/character/titclass2.png");
  height: 52px;
}
.chara_info .job_slider li img {
  width: 100%;
  height: auto;
}
.chara_info .job_slider li > strong {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400 !important;
  display: block;
  line-height: 1.35;
  padding-top: 1.6rem;
}
.chara_info .job_slider .slick-dots {
  height: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chara_info .job_slider .slick-dots li {
  width: 20px !important;
  height: 20px !important;
  margin: 0 3px !important;
  padding: 0px !important;
}
.chara_info .job_slider .slick-dots li button {
  width: 20px !important;
  height: 20px !important;
  padding: 3px !important;
  transition: 0.3s;
}
.chara_info .job_slider .slick-dots li button:hover {
  scale: 1.3;
}
.chara_info .job_slider .slick-dots li button::before {
  content: "" !important;
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  background-image: url("../img/character/dot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.4s;
  opacity: 1 !important;
}
.chara_info .job_slider .slick-dots li.slick-active button::before {
  background-image: url("../img/character/dot_c.png") !important;
}

.p_voice {
  margin-top: 20rem;
  width: calc(100% - 31.2rem);
}
.p_voice > .box {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px;
  -ms-grid-columns: 25px calc(100% - 50px) 25px;
  grid-template-columns: 25px calc(100% - 50px) 25px;
  width: clamp(100px, 100%, 770px);
  margin: 0 auto;
}
.p_voice .tl,
.p_voice .tc,
.p_voice .tr,
.p_voice .bl,
.p_voice .bc,
.p_voice .br {
  height: 25px;
}
.p_voice .tl,
.p_voice .tr,
.p_voice .bl,
.p_voice .br {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_voice .tc,
.p_voice .bc {
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
}
.p_voice .cl,
.p_voice .cr {
  background-position: center;
  background-size: contain;
  background-repeat: repeat-y;
}
.p_voice .tl {
  background-image: url("../img/character/pvoice/tl.png");
}
.p_voice .tc {
  background-image: url("../img/character/pvoice/tc.png");
}
.p_voice .tr {
  background-image: url("../img/character/pvoice/tr.png");
}
.p_voice .cl {
  background-image: url("../img/character/pvoice/cl.png");
}
.p_voice .cr {
  background-image: url("../img/character/pvoice/cr.png");
}
.p_voice .bl {
  background-image: url("../img/character/pvoice/bl.png");
}
.p_voice .bc {
  background-image: url("../img/character/pvoice/bc.png");
}
.p_voice .br {
  background-image: url("../img/character/pvoice/br.png");
}
.p_voice .cc {
  background-color: #f9f6ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_voice .cc .tit {
  padding: 1rem 3rem 1rem 1.4rem;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p_voice .cc .tit img {
  width: 10.5rem;
  height: auto;
}
.p_voice .cc .tit .tittx {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.25;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400 !important;
  color: #c4a162;
}
.p_voice .cc .tit .tittx span {
  display: block;
}
.p_voice .cc .tx {
  position: relative;
  padding: 1rem 2rem 1rem 3rem;
  width: calc(100% - 1.6rem - 11rem - 1.6rem);
  border-left: 1px solid #c4a162;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 1.666;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p_voice .cc .tx::before,
.p_voice .cc .tx::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: #c4a162;
  position: absolute;
  transform: rotate(45deg);
}
.p_voice .cc .tx::before {
  top: -1px;
  left: -3px;
}
.p_voice .cc .tx::after {
  bottom: -1px;
  left: -3px;
}

.p_memo {
  margin-top: 9rem;
}
.p_memo > .box {
  margin: 0 auto;
}
.p_memo .tit {
  height: 10rem;
  width: 34rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  background-position: left center, right center;
  background-image: url(../img/character/pmemo/tit_l.png),
    url(../img/character/pmemo/tit_r.png);
}
.p_memo .tit span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0;
  font-size: 2.6rem;
  line-height: 1;
  display: inline-block;
  color: #c4a162;
}
.p_memo .tit span::before {
  content: "";
  display: block;
  margin-bottom: 1rem;
  height: 6px;
  width: 100%;
  background-image: url("../img/character/pmemo/ttl_t.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p_memo .box2 {
  margin-top: 3rem;
  padding: 3.5rem 0 2rem;
  background-color: #f9f6ef;
}
.p_memo .grid {
  width: clamp(100px, 85%, 730px);
  margin: 5rem auto 0 auto;
}
.p_memo .note {
  width: 50%;
  margin-bottom: 4rem;
  padding: 0rem;
}
.p_memo .note1 {
  padding: 0 2.5rem 0 1rem;
}
.p_memo .note2 {
  padding: 6rem 0 0 3.5rem;
}
.p_memo .note3 {
  padding: 0 3.5rem 0 0;
}
.p_memo .note4 {
  padding: 0 1rem 0 2.5rem;
}
.p_memo .memo {
  background-color: #fffde4;
  border: 1px solid #c4a162;
  position: relative;
  z-index: 1;
  padding: 2rem 3rem 3rem;
  text-align: justify;
}
.p_memo .box3 {
  position: relative;
}
.p_memo .box3::before,
.p_memo .box3::after {
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.p_memo .box3::after {
  z-index: 0;
  webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.p_memo .tit2 {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0;
  color: #c4a162;
}
.p_memo .tit2::before {
  content: "";
  vertical-align: -0.35em;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p_memo .tit2.fav::before {
  background-image: url("../img/character/pmemo/fav.png");
}
.p_memo .tit2.hat::before {
  background-image: url("../img/character/pmemo/hat.png");
}
.p_memo .tit2.hob::before {
  background-image: url("../img/character/pmemo/hob.png");
  scale: 1.25;
}
.p_memo .tit2.fam::before {
  background-image: url("../img/character/pmemo/fam.png");
}
.p_memo .tx {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0;
  margin-top: 1rem;
  background-image: linear-gradient(180deg, #e7d4b1 1px, transparent 1px);
  /* 罫線の色と太さ  */
  background-size: 100% 2.2em;
  /* 行の高さ */
  line-height: 2.2em;
  /* 文字の高さ */
  padding-bottom: 1px;
  /* 最終行の下にも罫線を引く */
}

/***例外設定***/
body.PRINCESS .slick-dots,
body.KING .slick-dots {
  display: none !important;
}

body.KING .p_voice {
  margin-top: 0;
}
body.KING .chara_info .bottom > .box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/***▼演出▼***/
.chara_info h1 {
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0%;
  margin: auto;
  opacity: 0;
}

.chara_info h1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.2em;
  overflow: hidden;
}

.chara_info .dtl {
  opacity: 0;
}

.chara_info h1::before,
.chara_info h1::after {
  min-width: 0.6em;
}

.chara_info .left h4,
.chara_info .left .tx {
  opacity: 0;
}

.chara_info article figure img {
  opacity: 0;
  transform: translate(calc(-50% - 3rem), -50%);
}

body.ready .chara_info h1 {
  animation: c_h1 0.4s cubic-bezier(0, 0, 0.11, 0.9) 1s 1 forwards;
}
body.ready .chara_info .dtl {
  animation: fadein 0.4s linear 1.5s 1 forwards;
}
body.ready .chara_info .left h4,
body.ready .chara_info .left .tx {
  animation: fadein 0.4s linear 1.5s 1 forwards;
}
body.ready .chara_info article figure img {
  animation: c_fig 1s ease-out 1.5s 1 forwards;
}
body.ready .chara_info .left.king figure img {
  animation: c_fig_king 1s ease-out 1.5s 1 forwards !important;
}

/***▲演出▲***/
.WANDERER .chara_info article figure {
  top: 57px;
  right: -32px;
  height: 110%;
}

.WARRIOR .chara_info article figure {
  top: 48px;
  right: -23px;
  height: 103%;
}

.ROGUE .chara_info article figure {
  top: 86px;
  right: -6px;
  height: 101%;
}

.ARCHER .chara_info article figure {
  top: 57px;
  right: -27px;
  height: 106%;
}

.FARMER .chara_info article figure {
  top: 56px;
  right: -22px;
  height: 106%;
}

.FIGHTER .chara_info article figure {
  top: 46px;
  right: 8px;
  height: 105%;
}

.CASTER .chara_info article figure {
  top: 129px;
  right: -5px;
  height: 98%;
}

.PRINCESS .chara_info article figure {
  top: 16px;
  right: -14px;
  height: 111%;
}

@keyframes c_h1 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes c_fig {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 3rem), -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes c_fig_king {
  0% {
    opacity: 0;
    transform: translate(-3rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.navi_c_foot {
  margin-top: 5rem;
}
.navi_c_foot > .box {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.navi_c_foot a {
  display: inline-block;
  padding: 0.5rem;
  width: 7rem;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.navi_c_foot a img {
  width: 100%;
  height: auto;
  opacity: 1 !important;
}
.navi_c_foot a:hover {
  scale: 1.2;
}

/*---------------------------------------------------------------------------BP1920*/
/*---------------------------------------------------------------------------BP1600*/
/*---------------------------------------------------------------------------BP1280*/
@media (max-width: 1280px) {
  .chara_info h1 {
    font-size: 10vw;
  }

  .chara_info article figure {
    right: -5rem;
  }

  .chara_info article figure img {
    width: 110%;
    height: auto;
  }

  .WANDERER .chara_info article figure {
    right: -50px;
  }
  .WANDERER .chara_info article figure img {
    width: 127%;
  }

  .WARRIOR .chara_info article figure {
    right: -50px;
  }
  .WARRIOR .chara_info article figure img {
    width: 125%;
  }

  .ROGUE .chara_info article figure {
    right: -50px;
  }
  .ROGUE .chara_info article figure img {
    width: 130%;
  }

  .ARCHER .chara_info article figure {
    right: -50px;
  }
  .ARCHER .chara_info article figure img {
    width: 132%;
  }

  .FARMER .chara_info article figure {
    right: -50px;
  }
  .FARMER .chara_info article figure img {
    width: 127%;
  }

  .FIGHTER .chara_info article figure {
    right: -50px;
  }
  .FIGHTER .chara_info article figure img {
    width: 128%;
  }

  .CASTER .chara_info article figure {
    right: -50px;
  }
  .CASTER .chara_info article figure img {
    width: 127%;
  }

  .PRINCESS .chara_info article figure {
    right: -50px;
  }
  .PRINCESS .chara_info article figure img {
    width: 125%;
  }
}
/*---------------------------------------------------------------------------BP1120*/
@media (max-width: 1120px) {
  .chara_info .bg {
    background-position: top calc(12.5vh - 3.5rem) center;
    background-size: auto calc(75vh - 7rem);
  }

  .chara_info .tx {
    width: 100%;
  }

  .chara_info .left {
    margin-top: 3rem;
  }

  .chara_info h4 {
    margin-top: 3rem;
  }

  .chara_info article figure {
    width: 100%;
    position: relative;
    height: auto;
    width: 100vw;
    left: -19rem;
    background-image: none !important;
  }

  .chara_info article figure img {
    width: 110vw;
    height: auto;
    margin-top: 0;
    opacity: 0;
    transform: translate(-50%, 3rem);
    top: unset;
  }
  .chara_info article figure img.big {
    display: none;
  }
  .chara_info article figure img.mini {
    display: inline-block;
  }

  .chara_info .bottom > .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p_voice {
    margin-top: 7.5rem;
    width: 100%;
  }

  .chara_info article figure img {
    width: 95% !important;
  }

  .WANDERER .chara_info article figure img {
    left: 53vw;
  }
  .WANDERER .chara_info article figure {
    top: -0vw;
  }
  .WANDERER .chara_info article h4 {
    margin-top: calc(-0vw + 3rem);
  }

  .WARRIOR .chara_info article figure img {
    left: 48vw;
  }
  .WARRIOR .chara_info article figure {
    top: -20vw;
  }
  .WARRIOR .chara_info article h4 {
    margin-top: calc(-20vw + 3rem);
  }

  .ROGUE .chara_info article figure img {
    left: 50vw;
  }
  .ROGUE .chara_info article figure {
    top: -0vw;
  }
  .ROGUE .chara_info article h4 {
    margin-top: calc(-0vw + 3rem);
  }

  .ARCHER .chara_info article figure img {
    left: 52vw;
  }
  .ARCHER .chara_info article figure {
    top: -10vw;
  }
  .ARCHER .chara_info article h4 {
    margin-top: calc(-10vw + 3rem);
  }

  .FARMER .chara_info article figure img {
    left: 50vw;
    width: 100vw;
  }
  .FARMER .chara_info article figure {
    top: -13vw;
  }
  .FARMER .chara_info article h4 {
    margin-top: calc(-13vw + 3rem);
  }

  .FIGHTER .chara_info article figure img {
    left: 50vw;
  }
  .FIGHTER .chara_info article figure {
    top: -0vw;
  }
  .FIGHTER .chara_info article h4 {
    margin-top: calc(-0vw + 3rem);
  }

  .CASTER .chara_info article figure img {
    left: 53vw;
  }
  .CASTER .chara_info article figure {
    top: -4vw;
  }
  .CASTER .chara_info article h4 {
    margin-top: calc(-4vw + 3rem);
  }

  .PRINCESS .chara_info article figure img {
    left: 53vw;
    width: 100vw;
  }
  .PRINCESS .chara_info article figure {
    top: -0vw;
  }
  .PRINCESS .chara_info article h4 {
    margin-top: calc(-0vw + 3rem);
  }

  .KING .chara_info .left.king figure img {
    left: 50vw;
    width: 100vw;
    height: auto;
  }
  .KING .chara_info .left.king figure {
    top: -0vw;
    width: 100vw;
  }
  .KING .chara_info .left.king h4 {
    margin-top: calc(-0vw + 3rem);
  }

  .chara_info .left.king > .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .chara_info .left.king h4 {
    order: 2;
  }

  .chara_info .left.king figure {
    order: 1;
    margin: 0;
  }

  body.KING .p_voice {
    margin-top: 7.5rem;
    width: 100%;
  }

  @keyframes c_fig {
    0% {
      opacity: 0;
      transform: translate(-50%, 3rem);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }
  @keyframes c_fig_king {
    0% {
      opacity: 0;
      transform: translate(-50%, 3rem);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }
}
/*---------------------------------------------------------------------------BP1024*/
/*---------------------------------------------------------------------------BP1023*/
/*---------------------------------------------------------------------------BP960*/
/*---------------------------------------------------------------------------BP896*/
@media (max-width: 896px) {
  .chara_info article.pd9 {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }

  .chara_info article figure {
    left: -15%;
  }

  .character_nav a img {
    width: 4.5rem;
  }
}
/*---------------------------------------------------------------------------BP768*/
@media (max-width: 768px) {
  .chara_info {
    padding-top: 3rem;
  }

  .chara_info h1 {
    font-size: 11vw;
  }

  .chara_info article figure {
    left: -10%;
  }

  .p_memo .note {
    width: 100%;
  }

  .p_memo .note2 {
    padding-top: 0;
  }

  .chara_info article figure img {
    width: 115% !important;
  }

  .WANDERER .chara_info article figure img {
    width: 115% !important;
  }

  .WARRIOR .chara_info article figure img {
    width: 115% !important;
  }

  .ROGUE .chara_info article figure img {
    width: 115% !important;
  }

  .ARCHER .chara_info article figure img {
    width: 115% !important;
  }

  .FARMER .chara_info article figure img {
    width: 115% !important;
  }

  .FIGHTER .chara_info article figure img {
    width: 115% !important;
  }

  .CASTER .chara_info article figure img {
    width: 108% !important;
  }

  .PRINCESS .chara_info article figure img {
    width: 115% !important;
  }

  .KING .chara_info .left.king figure img {
    width: 110% !important;
  }
}
/*---------------------------------------------------------------------------BP767*/
@media (max-width: 767px) {
  .character_nav a.prev {
    left: 0;
  }

  .character_nav a.next {
    right: 0;
  }

  .chara_info .bg {
    background-position: top 10vh center;
    background-size: auto calc(65vh - 7rem);
  }
}
/*---------------------------------------------------------------------------BP620*/
@media (max-width: 620px) {
  .chara_info .status dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 2rem;
  }

  .chara_info .status dl dt {
    margin-right: 0;
  }

  .chara_info .status dl dt {
    margin-bottom: 0.75rem;
  }

  .chara_info h4 img {
    margin-right: 0.75em;
  }

  .p_voice {
    margin-top: 16rem;
  }

  .p_voice .cc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p_voice .cc .tx {
    border-left: none;
    border-top: 1px solid #c4a162;
    margin: 1rem 2.75rem 1rem 3rem;
    padding: 3rem 0 0 0;
    width: calc(100% - 6rem);
  }

  .p_voice .cc .tx::before {
    top: -3px;
    left: -1px;
    right: unset;
    bottom: unset;
  }

  .p_voice .cc .tx::after {
    top: -3px;
    right: -1px;
    left: unset;
    bottom: unset;
  }

  .p_voice .cc .tit .tittx span {
    display: inline-block;
    margin: 0 0.2em;
  }

  .p_voice .cc .tit {
    padding: 0 0 0.75rem 0;
    margin-top: -8.8rem;
  }

  .p_voice .cc .tit .tittx {
    font-size: 2.4rem;
  }
}
/*---------------------------------------------------------------------------BP480*/
