@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #000000;
}

article {
  position: relative;
  z-index: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}

li {
  list-style: none;
}

/* layout */
h2 {
  width: min(75%, 626px);
  margin: 0 auto min(3vw, 30px);
}

h3 {
  width: min(90%, 790px);
  margin: 0 auto min(4vw, 20px);
}

.btn-detail,
.btn-detail-02 {
  width: min(75%, 450px);
  margin: min(8vw, 60px) auto 0;
}

.btn-detail-gold{
  width: min(45vw, 370px);
  margin: min(8vw, 60px) auto 0;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 6px;
  z-index: 10;
}
#pagetop img {
  width: min(18vw, 123px);
}

header {
  background: url(../img/bg.jpg) center / cover;
}
header #head_chara {
  padding-top: 4vw;
}
header .inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background: #ef778e;
  z-index: 10;
}
nav::after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #ef778e;
}
nav ul {
  display: flex;
  flex-wrap: nowrap;
  padding: min(3vw, 30px) 0;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}
nav li {
  width: min(33vw, 210px);
  display: flex;
  justify-content: center;
}
nav li:nth-child(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
nav li a {
  display: block;
  width: 80%;
  margin: 0 auto;
}
nav li img {
  vertical-align: middle;
}

#chara {
  background: url(../img/bg_02.jpg) top center;
  background-size: 65%;
}
#chara h2 {
  width: min(80%, 680px);
  margin: 0 auto min(3vw, 25px);
}
#chara h3 {
  width: min(90%, 585px);
}
#chara > p {
  padding: 0 min(4vw, 140px);
  color: #777;
}
#chara > p.notice {
  margin-top: min(4vw, 50px);
  text-align: left;
}
#chara > p.notice span {
  color: #f2b90b;
}
#chara .btn-detail {
  display: flex;
  flex-wrap: wrap;
  width: initial;
  justify-content: center;
  margin: min(8vw, 50px) auto 0;
}
#chara .btn-detail li {
  width: min(75%, 450px);
}
#chara .btn-detail li:first-child {
  margin-right: 0;
  margin-bottom: 3vw;
}

#chara .wrap {
  padding: 10% 0 10%;
  background-color: #ffffff;
}
#chara .bnr {
  margin: 0 auto;
  padding: 0 0 min(8vw, 70px);
  width: min(92%, 640px);
  box-sizing: border-box;
}
#chara .bnr p {
  font-size: 110%;
  font-weight: bold;
  margin-top: 5px;
}
#chara .bnr p a {
  color: #ef778e;
}
#chara .omake{
  width: min(90%, 964px);
  padding: min(8vw, 60px) 0 0;
  margin: 0px auto min(-1vw, -20px);
}

#set {
  background: url(../img/bg_04_sp.png) repeat-x bottom center, url(../img/bg_03.jpg) repeat top center;
}

#set .inner{
  width: min(90%, 800px);
  padding: min(12vw, 90px) 0;
  margin: 0 auto;
}

#dungeon {
  overflow-x: hidden;
}
#dungeon h2 {
  width: min(90%, 961px);
  margin: 0 auto min(5vw, 60px);
}
#dungeon p {
  margin: 0 auto min(3vw, 40px);
  width: min(90%, 800px);
}
#dungeon::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -50;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_dungeon.jpg) no-repeat top center/cover;
}
#dungeon .beginner-reward{
  width: min(80%, 740px);
}
#dungeon .advent{
  display: flex;
  justify-content: center;
  width: min(90%, 1600px);
  margin: 0 auto;
}
#dungeon .advent p{
  max-width: 800px;
}
#dungeon .advent p:first-child{
  margin-right: 2vw;
}
#others {
  background: url(../img/bg_04_sp.png) repeat-x bottom center, url(../img/bg_03.jpg) repeat top center;
}
#others h2 {
  width: min(60%, 495px);
  margin: 0 auto min(5vw, 50px);
}
#others ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1vw;
  justify-content: center;
}

#others ul li{
  margin-right: 0;
  margin-bottom: 4vw;
  width: calc(100%/2);

}

#foot {
  background: url(../img/bg_02.jpg) top center;
  background-size: 65%;
  padding: min(20vw, 150px) 0 min(28vw, 200px);
}
#foot p {
  width: min(90%, 992px);
  margin: 0 auto;
}

footer {
  color: #ffffff;
  padding: 30px 10px;
  background: #ef778e;
}
footer dt {
  font-size: 130%;
  font-weight: bold;
}
footer .download_box {
  margin: 15px 0;
}
footer .download_box ul {
  display: flex;
  max-width: 770px;
  margin: 0 auto;
  justify-content: center;
}
footer .download_box ul li {
  list-style: none;
  margin-right: 5px;
  max-width: 160px;
}
footer .social {
  display: flex;
  flex-wrap: wrap;
  max-width: 220px;
  margin: 30px auto 0;
}
footer .back-to-top {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
footer .back-to-top a {
  text-decoration: none;
  color: #ffffff;
}

#copyright {
  font-size: 10px;
  text-align: center;
  background: #ef778e;
  padding: 5px 0;
}

#copyright p {
  color: #ffffff;
  font-size: 10px;
}

/* utility */
.red {
  color: #b00101;
}

.tac {
  text-align: center;
}

.fs80per {
  font-size: 80%;
}

.fs120per {
  font-size: 120%;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.inner-pd {
  padding: min(10vw, 100px) 0;
}

.overlay {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  z-index: 1000;
}

.c-modal-close {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 36px; /* clamp非対応対策 */
  width: clamp(40px, 15vw, 137px);
  height: 117px; /* clamp非対応対策 */
  height: clamp(20px, 9vw, 117px);
  text-align: center;
  color: #fff;
  font-size: 26px; /* clamp非対応対策 */
  font-size: clamp(10px, 6vw, 38px);
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}

.c-modal-close > img {
    pointer-events: none;
}
.c-kakusei-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-kakusei-list dd ul {
  display: flex;
  gap: 4px;
}

.c-kakusei-list dd li {
  width: 20px; /* clamp非対応対策 */
  width: clamp(16px, 5.5vw, 24px);
}

.c-leader-skill-txt {
  display: flex;
  gap: 10px;
}

.c-leader-skill-txt .per {
  color: #ff6600;
}

.c-evo-btn-list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 0 10px;
  gap: 2px; /* clamp非対応対策 */
  gap: clamp(2px, 1.6vw, 8px);
  pointer-events: auto;
}

.c-evo-btn-list__item {
  max-width: min(25%, 150px);
  font-size: 0;
}

.c-evo-btn-list__item > a {
  display: inline-block;
}

.c-evo-btn-list__item img {
  height: auto;
}

.c-evo-btn-list__item.is-active a {
  cursor: default;
}

.c-es-btn {
  display: block;
  width: min(8.5vw, 68px);
}
.c-es-btn > img {
  pointer-events: none;
}
.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_modal.jpg);
  cursor: pointer;
  z-index: 100;
}

.p-chara-list,
.p-chara-list * {
 box-sizing: border-box;
}
.p-chara-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  max-width: calc(calc(285px * 2) + calc(14px * 1) + calc(16px * 2));
  margin: 40px auto 0; /* clamp非対応対策 */
  margin: clamp(5px, 2vw, 10px) auto 0;
  padding: 0 16px;
  gap: 30px 14px; /* clamp非対応対策 */
  gap: clamp(5px, 3vw, 10px) clamp(12px, 1vw, 24px);
}
.p-chara-list__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: calc(calc(100% - 30px) / 3);
  max-width: 285px;
    position: relative;
}
.p-chara-list__item img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.p-chara-list__item.is-new::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 66%;
  right: -3%;
  width: min(30%, 66px);
  height: 0;
  padding-top: 61px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.p-chara-list__item.is-new::before {
  background-image: url(../img/icon-new.png);
}

.p-chara-details-btn {
  width: min(80%, 270px);
  margin-top: 10px; /* clamp非対応対策 */
  margin-top: clamp(8px, 2vw, 20px);
}
.p-chara-details-btn > a {
  display: inline-block;
}

.p-modal-illust,
.p-modal-ability,
.p-modal-illust *,
.p-modal-ability * {
  box-sizing: border-box;
  color: #555;
}

.p-modal-illust,
.p-modal-ability {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 101;
}
.p-modal-illust-box__img,
.p-modal-ability-box__img,
.p-modal-ability-box__others {
  pointer-events: auto;
}

.p-modal-illust img,
.p-modal-ability img {
  height: auto;
  max-width: 100%;
  box-sizing: content-box;
}
.p-modal-illust-box {
  position: relative;
  width: min(100vw, 960px);
  margin: 0 auto;
}
.p-modal-illust-box__img {
  position: relative;
  width: min(100%, 960px);
  margin: 0 auto;
  text-align: center;
}
.p-modal-illust-box__img > img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.p-modal-illust-cover {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: calc(calc(690 / 960) * 100%);
  pointer-events: none;
}
.p-modal-illust-box__img .c-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-25%, -25%);
}
.p-modal-ability-box {
  position: relative;
  width: min(100vw, 600px);
  margin: 0 auto;
}

.p-modal-ability-box__img {
  position: relative;
  width: min(85%, 600px);
  max-width: 47vh;
  margin: 0 auto;
}
.p-modal-ability-cover {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: calc(calc(955 / 640) * 100%);
  pointer-events: none;
}
.p-modal-ability-box__img > img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #928160;
}
.p-modal-ability-box__img.is-darken > img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.p-modal-ability-box__img .c-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -35%);
}

.p-modal-ability-box__others {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px 20px;
  margin-top: 10px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px; /* clamp非対応対策 */
  font-size: clamp(10px, 2.66vw, 16px);
  font-weight: bold;
  line-height: 1.3;
}
.p-es {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.p-es__img {
  display: block;
  padding: 0 10px;
}
.p-es__img > img {
  border: 1px solid #b4c03a;
}
.p-es .c-es-btn {
  position: absolute;
  top: 50%;
  left: -3vw;
  transform: translate(0, -50%);
}
.p-modal-notice {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 12px; /* clamp非対応対策 */
  font-size: clamp(10px, 1.4vw, 14px);
  color: #fff;
  pointer-events: auto;
}
.p-modal-notice p {
  margin-top: 0;
}

#chara .p-modal-illust--52 .c-evo-btn-list,
#chara .p-modal-ability--52 .c-evo-btn-list {
    flex-wrap: wrap;
}
#chara .p-modal-illust--52 .c-evo-btn-list .c-evo-btn-list__item,
#chara .p-modal-ability--52 .c-evo-btn-list .c-evo-btn-list__item {
  max-width: 25%;
  width: 20%;
  margin: 1% 1% 0 0;
}

/* transition */
.opacity-enter {
  opacity: 0;
}
.opacity-enter-active {
  transition: opacity .2s ease-in;
}
.opacity-enter-to {
  opacity: 1;
}
.opacity-leave{
  opacity: 1;
}
.opacity-leave-active {
  transition: opacity 0s ease-in;
}
.opacity-leave-to {
  opacity: 0;
}

.c-overlay.opacity-leave-active {
  transition-duration: .15s;
}

/* flexbox gap 対策 */
.no-flexbox-gap .c-kakusei-list > * {
  margin-right: 10px;
}

.no-flexbox-gap .c-kakusei-list > *:last-child {
  margin-right: 0;
}

.no-flexbox-gap .c-kakusei-list dd ul > * {
  margin-right: 4px;
}

.no-flexbox-gap .c-kakusei-list dd ul > *:last-child {
  margin-right: 0;
}

.no-flexbox-gap .c-leader-skill-txt > * {
  margin-right: 10px;
}

.no-flexbox-gap .c-leader-skill-txt > *:last-child {
  margin-right: 0;
}

.no-flexbox-gap .c-evo-btn-list > * {
  margin-right: 4px; /* clamp非対応対策 */
  margin-right: clamp(2px, 1.6vw, 8px);
}

.no-flexbox-gap .c-evo-btn-list > *:last-child {
  margin-right: 0;
}

.no-flexbox-gap .p-chara-list > * {
  margin-right: 14px;
  margin-bottom: 30px;
  margin-top: 30px; /* clamp非対応対策 */
  margin-bottom: clamp(30px, 8vw, 48px);
}

.no-flexbox-gap .p-chara-list > *:nth-child(2n) {
  margin-right: 0;
}

.no-flexbox-gap .p-ability-box__others > * {
  margin-right: 20px;
  margin-bottom: 5px;
}

.no-flexbox-gap .p-ability-box__others > *:last-child {
  margin-right: 0;
}

@media (any-hover: hover) {
  /* components */
  .c-modal-close:hover {
    color: #000;
  }
}
/*-------------- tablet size --------------------*/
@media screen and (min-width: 641px) {
  /* base */
  /* layout */
  nav ul li a img {
    scale: 1.2;
  }
  nav ul li:nth-child(1) {
    margin-right: 20px;
  }
  header .inner h1 #head_chara {
    padding-top: 0;
  }
  #chara ul.btn-detail {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 min(5vw, 30px);
  }
  #chara ul.btn-detail li:first-child {
    margin-right: 2vw;
    margin-bottom: 0;
  }
  #chara .p-modal-illust--52 .c-evo-btn-list,
  #chara .p-modal-ability--52 .c-evo-btn-list {
    width: 780px;
    margin: 10px auto 0;
  }
  #chara .p-modal-illust--52 .c-evo-btn-list .c-evo-btn-list__item,
  #chara .p-modal-ability--52 .c-evo-btn-list .c-evo-btn-list__item {
    max-width: 150px;
    margin: 0;
  }
  #others ul {
    padding: 0 1vw;
  }

  #pagetop {
    right: 20px;
  }
  /* components */
  /* projects */
  .p-chara-list {
    max-width: calc(calc(285px * 3) + calc(14px * 2) + calc(32px * 2));
    padding: 0 32px;
  }
  .p-chara-list__item {
    width: calc(calc(100% - calc(14px * 2)) / 3);
  }
  .p-chara-list__item.is-new::before {
    bottom: 73%;
  }
  .p-modal-illust-box {
    width: min(calc(100vw - 17px), 960px);
  }
  .p-modal-ability-box {
    width: min(70vw, 600px);
  }
  .p-es .c-es-btn {
    left: -10px;
    transform: translate(-50%, -50%);
  }
  /* flexbox gap 対策 */
  .no-flexbox-gap .p-chara-list > *:nth-child(2n) {
    margin-right: 14px;
  }
  .no-flexbox-gap .p-chara-list > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) and (orientation: landscape) {
  /* base */
  /* layout */
  /* components */
  .c-kakusei-list dd li {
    width: 16px; /* clamp非対応対策 */
    width: clamp(16px, 5.5vw, 18px);
  }

  .p-modal-illust-box__img {
    max-width: 107vh;
  }
  .p-modal-ability-box__others {
    font-size: 12px; /* clamp非対応対策 */
    font-size: clamp(10px, 1.4vw, 16px);
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) and (orientation: landscape) {
  /* base */
  /* layout */
  /* components */
  .c-modal-close {
    width: 40px; /* clamp非対応対策 */
    width: clamp(40px, 10vw, 137px);
    height: 40px; /* clamp非対応対策 */
    height: clamp(40px, 5vw, 117px);
    font-size: 24px; /* clamp非対応対策 */
    font-size: clamp(24px, 4vw, 40px);
  }
  .c-evo-btn-list__item {
    width: min(10vw, 100px);
  }
  #chara .p-modal-illust--52 .c-evo-btn-list .c-evo-btn-list__item,
  #chara .p-modal-ability--52 .c-evo-btn-list .c-evo-btn-list__item {
    width: min(10vw, 100px);
    margin-right: 1%;
  }
  /* flexbox gap 対策 */
  .no-flexbox-gap .p-chara-list > *:nth-child(2n) {
    margin-right: 12px;
  }
  .no-flexbox-gap .p-chara-list > *:nth-child(3n) {
    margin-right: 0;
  }
  /* projects */
  .p-ability-box__others {
    justify-content: center;
  }
}
/*--------------　PC size --------------------*/
@media screen and (min-width: 1024px) {
  /* base */
  html, body {
    font-size: 18px;
  }
  /* layout */
  #chara {
    background-size: initial;
  }
  #chara p.notice {
    text-align: center;
  }
  #set {
    background: url(../img/bg_04.png) repeat-x bottom center, url(../img/bg_03.jpg) repeat top center;
  }
  #others {
    background: url(../img/bg_04.png) repeat-x bottom center, url(../img/bg_03.jpg) repeat top center;
  }
  #others ul {
    flex-wrap: nowrap;
    max-width: min(100vw, 1800px);
    justify-content: center;
    margin: 0 auto;
  }

  #others ul li:last-child {
    margin-right: 0;
  }
  #foot {
    background-size: initial;
  }
  /* components */
  .c-kakusei-list dd li {
    width: 24px; /* clamp非対応対策 */
    width: clamp(16px, 5.5vw, 24px);
  }
  .c-evo-btn-list {
    padding: 0;
  }
  .c-modal-close {
    width: 137px; /* clamp非対応対策 */
    width: clamp(40px, 15vw, 137px);
    height: 117px; /* clamp非対応対策 */
    height: clamp(40px, 5vw, 117px);
    font-size: 40px; /* clamp非対応対策 */
    font-size: clamp(24px, 4vw, 40px);
  }
  #set img,
  #others ul li {
      transition: 0.3s;
  }
  .p-chara-list {
     max-width: 1589px;
  }
  .p-chara-list__item {
    width: min(calc(calc(100% - calc(14px * 3)) / 4), 285px);
  }
  .p-chara-list__tmb{
    position: relative;
    transition: 0.3s;
  }
  .p-chara-list__tmb:hover, #others ul li:hover, #set img:hover {
      transform: translateY(-10px);
  }
  .p-modal-illust-box__img .c-modal-close {
    transform: translate(25%, -25%);
  }
  .p-modal-ability-box__others,
  .p-modal-notice {
    padding: 0;
  }

  /* flexbox gap 対策 */
  .no-flexbox-gap .p-chara-list > *:nth-child(3n) {
    margin-right: 14px;
  }
  .no-flexbox-gap .p-chara-list > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1367px) and (orientation: landscape) {
  /* base */
  /* layout */
  /* components */
  /* projects */
  .p-ability-box__img {
    width: min(100%, 600px);
    max-width: 52vh;
  }
}










