@charset "UTF-8";
@font-face {
  font-family: 'S-CoreDream-4Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  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: "S-CoreDream-4Regular", "Noto Sans KR", 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;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 6px;
  z-index: 10;
}
#pagetop img {
  width: min(18vw, 123px);
}

header {
  position: relative;
  background: url(../img/bg.jpg) top center;
  border-top: solid 5px #f485a1;
}
header #head_chara {
  padding-top: 4vw;
}
header .inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
}
header .inner h1 .logo {
  position: absolute;
  top: 0;
  left: 3%;
  width: min(34vw, 294px);
  transform: translate(0%, 10%) scale(1);
}
header .inner h1 .collabo {
  position: absolute;
  left: 50%;
  bottom: 9%;
  width: min(90vw, 838px);
  transform: translate(-50%, 0%);
}
header .inner h1 .term {
  position: absolute;
  left: 50%;
  bottom: 9%;
  width: min(90vw, 686px);
  transform: translate(-50%, 0%);
}
header .inner .term {
  position: absolute;
  bottom: min(4vw, 30px);
  left: 50%;
  max-width: 686px;
  width: 90%;
  transform: translate(-50%, 0%);
}

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(2vw, 20px) 0;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}
nav li {
  width: min(33vw, 290px);
  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;
  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(90%, 825px);
  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 .p-modal-illust--28 .c-evo-btn-list,
#chara .p-modal-ability--28 .c-evo-btn-list {
  flex-wrap: wrap;
}
#chara .p-modal-illust--28 .c-evo-btn-list .c-evo-btn-list__item,
#chara .p-modal-ability--28 .c-evo-btn-list .c-evo-btn-list__item {
  max-width: 25%;
  width: 20%;
  margin: 1% 1% 0 0;
}
#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;
  font-size: 30px;
}

#gacha {
  background: url(../img/bg_04_sp.png) repeat-x bottom center, url(../img/bg_03.jpg) repeat top center;
}
#gacha ul {
  display: flex;
  flex-wrap: wrap;
  padding: min(10vw, 85px) 14vw;
  justify-content: center;
}
#gacha ul li {
  transition: 0.3s;
}
#gacha ul li:first-child {
  margin-right: 0;
  margin-bottom: 4vw;
}
#gacha ul li:hover {
  transform: translateY(-10px);
}

#dungeon {
  overflow-x: hidden;
}
#dungeon h2 {
  width: min(90%, 961px);
  margin: 0 auto min(5vw, 60px);
}
#dungeon .inner {
  margin: 0 auto;
  width: min(90%, 800px);
}
#dungeon .inner::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 .inner p {
  margin-bottom: min(3vw, 40px);
}
#dungeon .inner .mb-adust {
  margin-bottom: min(2vw, 22px);
}
#dungeon ol li {
  width: 70%;
  margin: 10% 0 0;
  padding: 3% 2.5% 5%;
  max-width: 740px;
  box-sizing: content-box;
}
#dungeon ol li:nth-child(2) {
  margin-left: 19%;
}

#others {
  background: url(../img/bg_04.png) repeat-x bottom center, url(../img/bg_03.jpg) repeat top center;
}
#others h2 {
  width: min(60%, 495px);
}
#others ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 90px;
  padding: 0 14vw;
  justify-content: center;
}
#others ul li {
  transition: 0.3s;
}
#others ul li:first-child {
  margin-right: 0;
  margin-bottom: 4vw;
}

#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;
}
.download_box {
	margin-top: 5px;
}
.download_box ul {
	display: flex;
    max-width: 765px;
    margin: 0 auto;
    justify-content: center;
}
.download_box li {
	list-style: none;
	margin-right: 5px;
	max-width: 160px;
}
.download_box li:last-child {
	margin-right: 0;
}
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: #fff;
}

#copyright {
	font-size: 10px;
	text-align: center;
	background: #000000;
	padding: 10px 0;
}
#copyright p {
	color: #fff;
	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;
}

/* component */
.c-modal-content {
  display: none;
}

.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 span {
  display: block;
  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-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg_modal.jpg');
  cursor: pointer;
  z-index: 100;
}

/* projects */
.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: 616px;
  margin: 40px auto 0; /* clamp非対応対策 */
  margin: clamp(5px, 2vw, 10px) auto 0;
  padding: 0 16px;
  gap: 24px 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((100% - 14px) / 2);
  max-width: 285px;
  position: relative;
}

.p-chara-list__item img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.p-chara-list__item.is-new::before,
.p-chara-list__item.is-evo-new::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 73%;
  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-list__item.is-evo-new::before {
  background-image: url(../img/icon-evo.png);
}

.p-chara-list__tmb {
  position: relative;
  transition: 0.3s;
}

.p-chara-list__tmb:hover {
  transform: translateY(-10px);
}

.p-chara-list__btn {
  width: min(85%, 180px);
  margin-top: 10px; /* clamp非対応対策 */
  margin-top: clamp(8px, 3vw, 20px);
}

.p-chara-list__btn > a {
  display: inline-block;
}

.p-modal-illust,
.p-modal-ability,
.p-modal-illust *,
.p-modal-ability * {
  box-sizing: border-box;
}

.p-modal-illust,
.p-modal-ability {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 101;
}

.p-illust-box__img,
.p-ability-box__img,
.p-ability-box__others {
  pointer-events: auto;
}

.p-modal-illust img,
.p-modal-ability img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
}

.p-illust-box {
  position: relative;
  width: min(100vw, 960px);
  margin: 0 auto;
}

.p-illust-box__img {
  position: relative;
  width: min(100%, 960px);
  margin: 0 auto;
  text-align: center;
}

.p-illust-box__img img {
  height: auto;
}

.p-illust-box__img .c-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-25%, -25%);
}

.p-ability-box {
  position: relative;
  width: min(100vw, 600px);
  margin: 0 auto;
}

.p-ability-box__img {
  position: relative;
  width: min(85%, 600px);
  max-width: 47vh;
  margin: 0 auto;
}

.p-ability-box__img > img {
  border: 1px solid #928160;
}

.p-ability-box__img .c-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -35%);
}

.p-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: #555;
  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;
}

/* 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:nth-child(1) {
    margin-right: 20px;
  }
  header .inner h1 #head_chara {
    padding-top: 0;
  }
  #chara ul.btn-detail {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #chara ul.btn-detail li:first-child {
    margin-right: 2vw;
    margin-bottom: 0;
  }
  #chara .p-modal-illust--28 .c-evo-btn-list,
  #chara .p-modal-ability--28 .c-evo-btn-list {
    width: 780px;
    margin: 10px auto 0;
  }
  #chara .p-modal-illust--28 .c-evo-btn-list .c-evo-btn-list__item,
  #chara .p-modal-ability--28 .c-evo-btn-list .c-evo-btn-list__item {
    max-width: 150px;
    margin: 0;
  }
  #gacha ul {
    flex-wrap: nowrap;
    padding: min(10vw, 65px) 4vw;
  }
  #gacha ul li:first-child {
    margin-right: 4vw;
    margin-bottom: 0;
  }
  #others ul {
    flex-wrap: nowrap;
    padding: 0 1vw;
  }
  #pagetop {
    right: 20px;
  }
  /* components */
  /* projects */
  .p-chara-list {
    max-width: 947px;
    padding: 0 32px;
  }
  .p-chara-list__item {
    width: calc((100% - 28px) / 3);
  }
  .p-illust-box {
    width: min(100vw - 17px, 960px);
  }
  .p-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: 25px;
  }
  .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);
  }
  /* projects */
  .p-illust-box__img {
    max-width: 110vh;
  }
  .p-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--28 .c-evo-btn-list .c-evo-btn-list__item,
  #chara .p-modal-ability--28 .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 */
  header .inner h1 .logo {
    top: 0;
    left: 7%;
    width: min(19vw, 294px);
    transform: translate(0%, 10%) scale(1);
  }
  header .inner h1 .collabo {
    bottom: min(14%, 110px);
    width: min(45vw, 838px);
  }
  header .inner .term {
    bottom: min(4%, 50px);
    width: min(45vw, 686px);
  }
  header .inner #drop {
    top: 52%;
  }
  #chara {
    background-size: initial;
  }
  #chara p.notice {
    text-align: center;
  }
  #gacha {
    background: url(../img/bg_04.png) repeat-x bottom center, url(../img/bg_03.jpg) repeat top center;
  }
  #gacha ul li:first-child {
    margin-right: 45px;
  }
  #others {
    background: url(../img/bg_04.png) repeat-x bottom center, url(../img/bg_03.jpg) repeat top center;
  }
  #others ul li {
    margin-right: 2vw;
  }
  #others ul li:first-child {
    margin-right: -15px;
    margin-bottom: 0;
  }
  #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);
  }
  /* projects */
  .p-chara-list {
    max-width: 1589px;
  }
  .p-chara-list__item {
    width: min((100% - 42px) / 4, 285px);
  }
  .p-illust-box__img .c-modal-close {
    transform: translate(25%, -25%);
  }
  .p-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;
  }
  footer {
    padding: 50px 10px;
    box-sizing: content-box;
  }
  footer dt {
    font-size: 200%;
  }
}
@media screen and (min-width: 1367px) and (orientation: landscape) {
  /* base */
  /* layout */
  /* components */
  /* projects */
  .p-ability-box__img {
    width: min(100%, 600px);
    max-width: 52vh;
  }
}

/* pad 공통 */
.bottomBox {
	padding: 13px 0;
	background: #fff;
    position: relative;
}
#copyright p.inline {
    display: inline-block;
}
#copyright p.inline:nth-child(2) {
    display: inline-block;
    margin-left: 20px;
}
.center,.tac { text-align: center; }
.fs80per { font-size: 80% }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.font--black { color: #000; }
/* pad 공통 */