@charset "utf-8";

/* base */
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: #000;
}
img {
  width: 100%;
  vertical-align: bottom;
      -webkit-touch-callout:none;
      -webkit-user-select:none;
      -moz-touch-callout:none;
      -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}
li {
  list-style: none;
}

.sp {
	display: block
}
.pc {
	display: none;
}
/* layout */
header {
	
	background-image: url("../img/bg_head.jpg");
	background-position: center;
	background-size: cover;
	text-align: center;
}
header #head_chara {
    max-width: 1920px;
    margin: 0 auto;
    display: block;
}

.target {
	padding-top: 65px;
	margin-top: -65px;
}

nav {
	padding: 4px 0;
	background: #0049a3;
	border-top: 6px solid #c40b1a ;
	width: 100%;
	z-index: 10;
}
nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
nav ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	}
nav li {
	text-align: center;
	width: 33%;
	padding: 15px 0;
	max-width: 220px;
}
nav ul li a {
	display: block;
}
nav ul li a span {
	display: block;
	position: relative;
	padding: 0 10px;
}
nav ul li a .nav_boder::after {
	content: "";
	background: #fff;
	position: absolute;
	right: 0px;
	top: 0;
	width: 2px;
	height: 100%;
	display: block;
}
#chara .wrap{
    background-size: 15%;
    padding: 3% 0 10%;
    background-attachment: fixed;
    background-color: #ffffff;
}
#chara h2 {
    max-width: 500px;
    margin: 0 auto;
    padding: 4% 30px 0px;
    box-sizing: border-box;
}
#chara .subttl_1 {
    max-width: 430px;
    margin: 0 auto;
    padding: 4% 40px 0px;
    box-sizing: border-box;
}
#chara .subttl_2 {
    max-width: 814px;
    margin: 0 auto;
    padding: 4% 10px 0px 10px;
    box-sizing: border-box;
}
#chara p {
    padding: 0 3%;
    text-align: center;
}
#chara #notice {
    margin-top: 6%;
    font-weight: bold;
    font-size: 90%;
}
#btn_evo {
    max-width: 1100px;
    margin: 6% auto 0;
    padding: 0 10%;
    box-sizing: border-box;
}
#btn_evo li{
  max-width: 520px;
  margin: 0 auto;
}
#btn_evo li:first-child{
  margin-bottom: 5%;
}
#gacha {
    background: #0049a3;
}
#gacha ul {
    flex-wrap: nowrap;
    padding: 10% 5%;
    justify-content: center;
}
#gacha .list_btn li:first-child {
    margin-bottom: 30px;
}

#dungeon{
	overflow: hidden;
    position: static;
}
#dungeon .wrap {
	background: linear-gradient(#72bd22, #b4e469);
	background-position: center;
  padding: 10% 0;
}

#dungeon h2 {
    max-width: 420px;
    margin: 0 auto;
    padding: 0px 40px;
    box-sizing: border-box;
}
#dungeon h3 {
    max-width: 632px;
    margin: 3% auto 0;
    padding: 0px 20px;
    box-sizing: border-box;
}

#dungeon .sect1{
	max-width: 1004px;
    margin: 17% auto;
    box-sizing: border-box;
    transform: scale(1.1);
}
#dungeon .sect2,
#dungeon .sect3,
#dungeon .sect4{
	max-width: 840px;
	margin: 20px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
}
#dungeon .btn {
    max-width: 520px;
    padding: 10% 10% 0;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
#others .wrap{
  background-color: #fff;
  padding: 10% 0;
}
#others .ttl {
  max-width: 322px;
  margin: 0 auto;
  padding: 0px 40px;
  box-sizing: border-box;
}
#others .exchange{
	background-color: #fff;
}
#others .subttl {
    max-width: 702px;
    margin: 5% auto 0;
    padding: 0px 20px;
    box-sizing: border-box;
    }
#others .exchange .sect1{
  max-width: 602px;
  margin: 5% auto 0;
  padding: 0px 30px;
  box-sizing: border-box;
}
#others .exchange .sect2{
  max-width: 734px;
  margin: 5% auto 0;
  padding: 0px 10px;
  box-sizing: border-box;
}
#others .exchange .btn{
  max-width: 520px;
  margin: 5% auto 0;
  padding: 0px 10px;
  box-sizing: border-box;
}
#others p {
  margin-top: 7%;
  color: #fff;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}
#others .campaign{
  background-image: url(../img/bg_cp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 10% 0;
}
#others #cp_conts{
  margin: 5% 10px 0;
}
#others #cp_conts ul{
  background-color: #fff;
  max-width: 900px;
  padding:6%;
  margin: 0 auto;
}
#others #cp_conts h3{
  max-width: 556px;
  margin: 0 auto 5%;
  padding: 0px 10px;
  box-sizing: border-box;
}
#others .campaign h2{
  max-width: 440px;
  margin: 0 auto;
  padding: 0px 30px;
  box-sizing: border-box;
}
#others .campaign #cp_1_pic{
  margin: 3% auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#others .campaign #cp_1_pic img{
	max-width: 698px;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
	}
#others .campaign #cp_txt_1{
  max-width: 500px;
  margin: 7% auto 0;
  padding: 0px;
  display: block;
  box-sizing: border-box;
}
#others .campaign #cp_btn{
  max-width: 360px;
  margin: 5% auto 0;
  padding: 0px 10px;
  display: block;
  box-sizing: border-box;
}
#foot {
	position: relative;
  background-color: #0049a3;
  padding: 10% 0;
}
#foot .foot_img {
	max-width: 522px;
	padding: 20% 8%;
	margin: 0 auto;
}
footer {
	color: #000;
	padding: 30px 10px;
	background: #fff;
}
footer p {
	color: #000;
}
footer dt {
	font-size: 130%;
	font-weight: bold;
}
.download_box {
	margin: 15px auto;
}
.download_box ul {
	display: flex;
	max-width: 766px;
	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;
}
.back-to-top {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.back-to-top a {
	text-decoration: none;
	color: #000;
}
.social {
	display: flex;
	flex-wrap: wrap;
	max-width: 220px;
	margin: 30px auto 0;
}
.social li {
	list-style: none;
}
#copy {
  font-family: "メイリオ", Meiryo, Osaka,'Helvetica Neue', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
#copyright {
	font-size: 10px;
	text-align: center;
	background: #000;
	padding: 5px 0;
}
#copyright p {
	color: #ffffff;
	font-size: 10px;
}
#pagetop {
  position: fixed;
  max-width: 102px;
  width: min(10%,102px);
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
.overlay {
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 1;
	top: 0;
	z-index: 1000;
}

.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; }

.in-b { display: inline-block; }
/* component */
.c-modal-content {
  display: none;
}
.c-modal-close {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 36px; 
  width: clamp(20px, 9vw, 54px);
  height: 36px; 
  height: clamp(20px, 9vw, 54px);
  border: 2px solid #000;
  background: rgba(0, 0, 0, 1);
  text-align: center;
  color: #fff;
  font-size: 26px; 
  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; 
  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; 
  gap: clamp(2px, 1.6vw, 8px);
  pointer-events: auto;
}
.c-evo-btn-list__item {
  max-width: min(calc(100% / 4), 140px);
  background: #000;
  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-color: rgba(255, 255, 255, .9);
  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: flex-start;
  align-items: flex-start;
  max-width: calc(calc(285px * 2) + calc(14px * 1) + calc(16px * 2));
  margin: 40px auto 0; 
  margin: clamp(20px, 5vw, 80px) auto 0;
  padding: 0 16px;
  gap: 30px 14px; 
  gap: clamp(30px, 8vw, 48px) 14px;
}
.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% - 14px) / 2);
  max-width: 285px;
}
.p-chara-list__item img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-chara-list__btn {
  width: min(80%, 270px);
  margin-top: 10px; 
  margin-top: clamp(8px, 2vw, 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%;
  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: #000;
  font-size: 12px; 
  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; 
  font-size: clamp(10px, 1.4vw, 14px);
  color: #fff;
  pointer-events: auto;
}
.p-modal-notice p {
  margin-top: 0;
}
/* utility */

/* 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; 
  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 {
  background: #fff;
  color: #000;
}
}

/*-------------- tablet size --------------------*/

@media screen and (min-width: 641px) {
/* base */
/* layout */
#gacha ul {
   display: flex;
   padding: 6% 2%;
   }
#gacha ul li {
    max-width: 500px;
}
#gacha .list_btn li:first-child {
    margin: 0 3% 0 0;
}
#dungeon .btn {
padding: 0;
margin-top: 5%;
}
/* 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 .p-chara-list__tmb{
	background: #000;
}
.p-chara-list__item img:hover {
	opacity: 0.6;
  	transition-duration: 0.4s;
}
.p-illust-box {
  width: min(calc(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: 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);
}
/* 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, 5vw, 54px);
  height: 40px; /* clamp非対応対策 */
  height: clamp(40px, 5vw, 54px);
  font-size: 24px;/* clamp非対応対策 */
  font-size: clamp(24px, 4vw, 40px);
}
.c-evo-btn-list__item {
  width: min(10vw, 140px);
}
/* projects */
.p-ability-box__others {
  justify-content: center;
}
}

/*--------------　PC size --------------------*/

@media screen and (min-width: 1024px) {
/* base */
html, body {
	font-size: 18px;
}

/* layout */
 .sp {
    display: none;
  }
  .pc {
    display: block;
  }
nav ul li a span {
	display: block;
	position: relative;
	padding: 0 20px;
}
.target {
	padding-top: 90px;
	margin-top: -90px;
}
#chara h2 {
    padding: 2% 0px 0px;
}
#chara .subttl_1 {
    padding: 3% 0px 0px;
}
#chara .subttl_2 {
    padding: 2% 0px 0px;
}
#chara #notice {
    margin-top: 4%;
}
#chara .wrap {
    background-size: 4%;
    padding: 3% 0 6%;
}
#btn_evo {
    padding: 0;
    margin-top: 3%;
}
#btn_evo ul {
   display: flex;
   }
#btn_evo li:first-child{
  margin-right: 50px;
  margin-bottom: 0;
}
#gacha ul {
   display: flex;
   padding: 6% 0;
   }
#gacha ul li {
    max-width: 500px;
}
#gacha .list_btn li:first-child {
    margin: 0 3% 0 0;
}
#dungeon .wrap{
	padding: 6% 0;
}
#dungeon h2{
	padding: 0;
}
#dungeon .sect1{
	transform: scale(1);
	margin: 2% auto;
}
#dungeon .sect2{
	padding: 0;
}
#dungeon .sect3{
	padding: 0;
	margin: 30px auto 0;
}
#dungeon .sect4{
  padding: 0;
  margin: 30px auto 0;
}
#dungeon .btn {
padding: 0;
margin-top: 4%;
}
#others .wrap{
    background-size: 4%;
    padding: 6% 0 6%;
}
#others .ttl {
  padding: 0px;
}
#others .subttl{
  padding:0;
  margin:2% auto 0;
}
#others .exchange .sect1 {
	max-width: 814px;
    margin: 3% auto 0;
    padding: 0;
}
#others .exchange .sect2 {
    margin: 3% auto 0;
    padding: 0px;
}
#others .exchange .btn {
    margin: 4% auto 0;
    padding: 0px;
}
#others .campaign {
    padding: 6% 0;
}
#others #cp_conts{
  margin:3% 0 0;
}
#others #cp_conts ul{
  padding: 4%;
}
#others #cp_conts h3 {
  padding: 0;
}
#others .campaign #cp_1_pic{
  margin: 5% auto;
  padding: 20px;
}
#others .campaign #cp_txt_1{
	margin: 6% auto 0;
}
#others p{
  margin-top: 60px;
  font-size: 160%;
  line-height: 1.7;
  padding: 0px;
}
#others .campaign #cp_btn{
  padding: 0;
}

#foot .foot_img {
	padding: 0;
}
/* components */
.c-kakusei-list dd li {
  width: 24px; 
  width: clamp(16px, 5.5vw, 24px);
}
.c-evo-btn-list {
  padding: 0;
}
.c-modal-close {
  width: 54px; 
  width: clamp(40px, 5vw, 54px);
  height: 54px; 
  height: clamp(40px, 5vw, 54px);
  font-size: 40px;
  font-size: clamp(24px, 4vw, 40px);
}
/* projects */
.p-chara-list {
  max-width: calc(calc(285px * 4) + calc(14px * 3) + calc(32px * 2));
}
.p-chara-list__item {
  width: min(calc(calc(100% - calc(14px * 3)) / 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;
}
}
@media screen and (min-width: 1367px) and (orientation: landscape) {
/* base */
/* layout */
/* components */
/* projects */
.p-ability-box__img {
  width: min(100%, 600px);
  max-width: 52vh;
}
}
