﻿@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: 18px;
  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;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
li {
  list-style: none;
}
.target {
    padding-top: 69px;
	margin-top: -69px;
}
.all_btn{
	padding: 0 20px;
    box-sizing: border-box;
	max-width: 450px;
}
.fast_overlay {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
    left: 0;
	cursor: pointer;
	z-index: 100;
	-webkit-tap-highlight-color: transparent;
}

/* layout */
.section_div{
	padding: 30px 10px 50px;
}
#list_gacha_inner.section_div{
	padding: 40px 10px 50px;
}

header {
	background-image: url("../img/bg_head.jpg");
	/*background-repeat: repeat;*/
	background-position: center;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 1;
}
#head .ttl {
	max-width: 1600px;
	margin: 0 auto;
}
#menu.active {
    position: fixed!important;
	top: 0;
    left: 0;
}
#menu {
	background-image: url("../img/nav_bg.png");
	background-repeat: repeat-x;
	background-size: contain;
	width: 100%;
	z-index: 99;
	position: relative;
	border-bottom: 2px solid #000;
    border-top: 2px solid #000;

}
#menu ul {
	display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 720px;
    padding: 15px 0;
    justify-content: space-around;
}

#menu li {
    text-align: center;
    max-width: 240px;
    padding: 0 10px;
    box-sizing: border-box;
}
#menu li img {
	max-width: 210px;
}


#list_chara {
	background-color: #000;
  background-position: 0% 2%,top;
    background-image: url(../img/chara_dragon.png),url(../img/bg_chara.jpg);
	background-repeat: no-repeat,repeat;
	background-size: contain,auto;
		position: relative;
	z-index: 1;
}
#list_chara_inner {
	max-width: 1600px;
	margin: 0 auto;
	text-align: center;
}
#list_chara_inner h2 {
    max-width: 580px;
    margin: 0 auto 30px;
    padding: 0 10px;
    box-sizing: border-box;
}
#list_chara_inner h3 {
    max-width: 688px;
    margin: 0 auto 30px;                      
    padding: 0 10px;
    box-sizing: border-box;
}
#list_chara p {
	margin: 10px 0 10px;
	text-align: center;
	color: #fff;
}

#list_chara .chara_btn{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 0 10px;
}
#list_ .chara_btn{
	justify-content: center;
}
#list_chara .chara_btn li{
	list-style: none;
	max-width: 400px;
}

#list_chara #btn_adjust {
    margin-top: 20px;
}


#list_gacha {
	background-color: #000;
    background-position: top;
    background-image: url(../img/gacha_line_boder_up.png),url(../img/gacha_line_boder_bottom.png),url(../img/bg_login.jpg);
	background-repeat: repeat-x,repeat-x,repeat;
	background-size: auto,auto,auto;
	background-position: top,bottom,center;
		position: relative;
	z-index: 2;
}
#list_gacha ul{
	display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
	padding-left: 5px;
}
#list_gacha ul li{
	max-width: 50%;
    list-style: none;
    flex-wrap: wrap;
}


#list_dungeon {
	background-color: #000;
  background-position: 0% 3%,top;
    background-image: url(../img/dungeon_dragon.png),url(../img/bg_dungeon.jpg);
	background-repeat: no-repeat,repeat;
	background-size: contain,auto;
	position: relative;
	z-index: 1;
}
#list_dungeon_inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#list_dungeon_inner h2 {
    max-width: 688px;
    margin: 0 auto 0px;
    box-sizing: border-box;
	padding: 0px 10px;
}
#list_dungeon .dungeon_sub1{
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 10px;
	max-width: 800px;
}
#list_dungeon .dungeon_sub2{
	max-width: 758px;
}
#list_dungeon .dungeon_mons{
	margin-bottom: 20px;
	max-width: 942px;
}
#list_dungeon .dungeon_text{
	margin-bottom: 20px;
	max-width: 740px;
}
#list_dungeon .dungeon_quest1{
	margin-bottom: 40px;
	max-width: 1000px;
}
#list_dungeon .dungeon_quest2{
	margin-bottom: 30px;
	max-width: 900px;
}
#list_dungeon .dungeon_quest3{
	margin-bottom: 30px;
	max-width: 900px;
}
#list_dungeon .dungeon_quest4{
	margin-bottom: 30px;
	max-width: 900px;
}

#list_dungeon .dungeon_quest5{
	margin-bottom: 40px;
	max-width: 900px;
}

#list_exchange {
	background-color: #000;
	position: relative;
	z-index:0;
}
#list_exchange:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-50;
  width:100%;
  height:100vh;
  background:url(../img/bg_other.jpg);
 	background-repeat: no-repeat;
	background-size: cover;
}
#list_exchange_inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#list_exchange_inner #exchange_link{
		position: relative;
	z-index:10;
}
#list_exchange_inner h2 {
    max-width: 580px;
    margin: 0 auto 0px;
    box-sizing: border-box;
	padding: 0px 10px;
}
#list_exchange_inner h3 {
    max-width: 800px;
    margin: 0 auto 0px;
    box-sizing: border-box;
	padding: 0px 10px;
}
#list_exchange .exchange_sub3{
	box-sizing: border-box;
	margin: 30px 0;
	max-width: 574px;
}
#list_exchange .exchange_mons1{
	max-width: 934px;
	margin-bottom: 20px;
}

#list_login {
	background-color: #000;
    background-position: top,bottom,top,center;
	background-repeat: repeat-x,repeat-x,no-repeat,repeat;
	background-size: auto,auto,contain,contain;
    background-image:  url(../img/login_line_up.jpg),url(../img/login_line_bottom.jpg),url(../img/chara_login.png),url(../img/bg_login.jpg);
	position: relative;
	z-index: 0;
}

#list_login_inner {
	max-width: 1000px;
	margin: 0 auto;

}
#list_login_inner h2 {
    max-width: 726px;
    margin: 0 auto 0px;
    box-sizing: border-box;
	padding: 0px 10px;
}
#list_login .login_content{
	margin: 15% 0 20px;
	padding: 10px;
    background: #e3c36c;
	position: relative;
	background-image: url(../img/login_content_bg.jpg);
	background-repeat: repeat;
  	background-size: contain;
 }
#list_login .login_INcontent{
	border: solid #321600 2px;
	padding: 13% 2% 10%;
	position: relative;
	text-align: center;
}
#list_login .login_title{
	max-width: 890px;
	position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
 }
#list_login .login_text{
	color: #5a0101;
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
}
#list_login .login_chara{
	max-width: 724px;
	margin-bottom: 10px;
	
}
#list_login .login_border_top{
	position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, -50%);
    box-sizing: border-box;
}
#list_login .login_border_bottom{
	z-index: 10;
	position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    box-sizing: border-box;
}
#list_login a{
  position: relative;
  z-index: 30;
}


#foot {
	background-color: #000;
	padding: 30px 0;
		position: relative;
	z-index: 0;
}

#foot .foot_img {
	max-width: 724px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

footer {
    padding: 30px 10px;
    box-sizing: border-box;
	background-color: #000;
	background-position: right;
	background-image: url(../img/bg_footer.jpg);
		position: relative;
	z-index: 0;
}

footer dt {
	font-size: 140%;
	font-weight: bold;
	color: #ffffff;
}
.download_box {
    margin-top: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}
.download_box ul {
	display: flex;
	max-width: 770px;
	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: 15px;
	
}
.back-to-top a {
	text-decoration: none;
	color: #FFFFFF;
}

.social {
	display: flex;
	flex-wrap: wrap;
	max-width: 220px;
	margin: 10px auto 0;
}
.social li {
	list-style: none;
}

#copyright {
	font-size: 10px;
	text-align: center;
	background: #000000;
	padding: 10px 0;
		position: relative;
	z-index: 0;
}
#copyright p {
	color: #ffffff;
	font-size: 10px;
	
}
#pagetop {
	display: none;
	position: fixed;
	max-width: 75px;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}

/*
#illust-05 ul.c-evo-btn-list,#ability-05 ul.c-evo-btn-list,#illust-10 ul.c-evo-btn-list,#ability-10 ul.c-evo-btn-list{
  flex-wrap: wrap;
}*/

.tac { text-align: center;color: #fff; font-size: 14px;}
.fs80per { font-size: 80%;}
.mt10 { margin-top:  10px;}
.mt15 { margin-top:  15px;}
.mt20 { margin-top:  20px;}



/* 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(20px, 9vw, 54px);
  height: 36px; /* clamp非対応対策 */
  height: clamp(20px, 9vw, 54px);
  background: rgba(0, 0, 0, .5);
  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(calc(100% / 4), 140px);
  background: #000;
}
.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(0, 0, 0, .9);
  cursor: pointer;
  z-index: 100;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  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(300px * 2) + calc(14px * 1) + calc(16px * 2));
  margin: 40px auto 0; /* clamp非対応対策 */
  margin: clamp(20px, 5vw, 80px) auto 0;
  gap: 30px 14px; /* clamp非対応対策 */
  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: 300px;
}
.p-chara-list__item img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-chara-list__btn {
  width: min(90%, 210px);
  margin-top: 20px; /* clamp非対応対策 */
  margin-top: clamp(20px, 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);
  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: #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;
}
/* 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; /* 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 {
  background: #fff;
  color: #000;
}
}

/*-------------- tablet size --------------------*/

@media screen and (min-width: 641px) {
/* base */

/* layout */
.section_div{
	padding: 50px 10px 80px;
}
#list_gacha_inner.section_div{
	padding: 60px 10px 60px;
}

#list_chara p{
	font-size: 20px;
}
#list_chara .chara_btn{
	flex-wrap: nowrap;
	justify-content: center;
}
#list_chara #btn_adjust {
    margin-top: 0px;
}
#list_dungeon .dungeon_mons,#list_dungeon .dungeon_text{
	margin-bottom: 60px;
}
.dungeon_quest1,.dungeon_quest2,.dungeon_quest3,.dungeon_quest4{
	margin-bottom: 50px!important;
}
.dungeon_quest5{
	margin-bottom: 70px!important;
}

#list_login .login_text{
	font-size: 20px;
}

#pagetop{
	max-width: 100px;
}

#illust-05 ul.c-evo-btn-list,#ability-05 ul.c-evo-btn-list,#illust-10 ul.c-evo-btn-list,#ability-10 ul.c-evo-btn-list{
  flex-wrap: nowrap;
}
.tac { text-align: center;color: #fff; font-size: 18px;}

/* components */
/* projects */
.p-chara-list {
  max-width: calc(calc(300px * 3) + calc(14px * 2) + calc(32px * 2));
  padding: 0 32px;
}
.p-chara-list__item {
  width: calc(calc(100% - calc(14px * 2)) / 3);
}
.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 */
.sp {
	display: none;
}
.pc {
	display: block;
}
/* 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__img {
  max-width: calc(100vh / 1.7777777778);
}
.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 */
/* layout */


#list_chara .chara_btn{
  margin-top: 80px;
}
#list_chara .chara_btn li{
  max-width: 450px;
}

#foot #foot_img_wrap {
	padding: 0;
    box-sizing: content-box;
}
#foot #foot_text {
    margin: 60px auto 0;
    padding: 0;
    box-sizing: content-box;
}
#foot .foot_img {
    padding: 0;
    box-sizing: content-box;
}
footer{
	background-position: bottom;
}

footer {
	padding: 50px 10px;
	box-sizing: content-box;
}
footer dt {
	font-size: 200%;
}
#pagetop {
	max-width: 150px;
    bottom: 30px;
    right: 30px;
}

.back-to-top {
    margin-top: 40px;
}	
.download_box li {
	max-width: 320px;
}
/* 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: 54px; /* clamp非対応対策 */
  width: clamp(40px, 5vw, 54px);
  height: 54px; /* clamp非対応対策 */
  height: clamp(40px, 5vw, 54px);
  font-size: 40px;/* clamp非対応対策 */
  font-size: clamp(24px, 4vw, 40px);
}
/* projects */
.p-chara-list {
  max-width: calc(calc(300px * 4) + calc(14px * 3) + calc(32px * 2));
}
.p-chara-list__item {
  width: min(calc(calc(100% - calc(14px * 3)) / 4), 300px);
}
.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: 55vh;
}
}


/* pad 공통 */
/* footer {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #fff;
} */
.bottomBox {
  padding: 13px 20px;
  color: #000;
  background: #fff;
  position: relative;
}
#copyright p.inline {
  display: inline-block;
  margin: 0;
}
#copyright p.inline:nth-child(2) {
  display: inline-block;
  margin-left: 20px;
}
.center,
.tac {
  text-align: center;
}

.tac {
  padding: 20px;
  padding-bottom: 0;
  font-size: 1.0em;
  font-weight: 300;
  margin: 0;
  word-break: keep-all;
}
@media all and (min-width:1024px){
  .tac{
    font-size: 20px;
    font-weight: 100;
  }
}
.p-ability-box__img .c-modal-close {
  top: -20px;
  right: -10px;
}

@media screen and (min-width: 641px) {
  .p-ability-box__img .c-modal-close {
    top: 0;
    right: 0;
    transform: translate(100%, -50%);
  }
}
/* pad 공통 */