@charset "utf-8";
/* CSS Document */

html, body {
	-webkit-text-size-adjust: 100%;
	-moz-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;
}
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
p {
	color: #ffffff;
 }
 body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/bg.jpg) center no-repeat;
  background-size:cover;
}

img {
	width: 100%;
	vertical-align: bottom;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    -webkit-touch-callout:none;
    user-select:none;
}
li{
	list-style: none;
}
.sp {
	display: block
}
.pc {
	display: none;
}
.btn {
	padding-top: 20px;
	max-width: 512px;
    margin: 0 auto;
}

#container {
	color: #0000000;
	font-size: 12px;
	min-width: 320px;
}
header {
	background-image: url("../img/bg_head.jpg");
	background-repeat: repeat;
	/*background-position: center;*/
	background-size: cover;
	text-align: center;
	/*background: linear-gradient(#52c8f4, #c1f4ff 35%, white);*/
}
#head .ttl {
	max-width: 1600px;
	margin: 0 auto;
}

#menu {
	position: static;
	background: #000;
	width: 100%;
	top: 0;
	z-index: 10;
}
#menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 600px;
	padding: 15px 0 20px;
}
#menu li {
    width: 33%;
    text-align: center;
    max-width: 200px;
    padding: 0 10px;
    box-sizing: border-box;
}
#menu li:first-child {
	border-right: 1px solid #fff;
}
#menu li:nth-child(2) {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#menu li:last-child {
	border-left: 1px solid #fff;
}
#menu li img {
	max-width: 200px;
}

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

#chara_wrap {
	padding: 30px 10px 40px;
	background: linear-gradient(to bottom, #05abe0b8 0%,#53cbf1e0 60%,#87e0fd73 100%);
	background-color: #fff;
}
#chara_inner {
	max-width: 1000px;
	margin: 0 auto;
}
#chara_inner h2 {
    max-width: 490px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
#chara p {
	margin: 20px 0 0;
	text-align: center;
	color: #000;
	font-size: 0.8rem;
}

#chara .thumb_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	justify-content: center;
}
#chara .thumb_list li {
	max-width: 47%;
	list-style: none;
	flex-wrap: wrap;
	margin: 20px 1.5% 0 1.5%;
}
#chara .btn_ability {
	margin-top: 10px;
	width: 75%;
	margin: 10px auto 0;
	text-align: center;
}
#chara .btn_list ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:30px;
}
#chara .btn_list ul li {
   margin-bottom :15px;
}
#chara .btn_list .btn {
	max-width: 480px;
	padding: 0 20px;
    box-sizing: border-box;
}
#list_gacha {
    padding: 40px 10px;
    background-color: #fff;
}
#list_gacha ul {
  	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 560px;
	margin: 0 auto;
	box-sizing: border-box;
}

#list_gacha li {
  	max-width: 48%;
	list-style: none;
	padding: 5px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

#dungeon_box{
	padding: 40px 0px 20px;
	overflow: hidden;
}
#dungeon h2 {
    max-width: 508px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
#dungeon h3 {
    max-width: 770px;
    margin: 30px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
#dungeon_img_1 {
    max-width: 996px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
}
#dungeon_img_2 {
    max-width: 1200px;
    margin: -60px auto 40px;
    transform: scale(1.4);
    box-sizing: border-box;
}
#dungeon_inner{
	padding: 0 10px;
}
#dungeon_img_3{
	max-width: 888px;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
#dungeon_img_4,#dungeon_img_5,#dungeon_img_6,#dungeon_img_7{
	max-width: 870px;
	box-sizing: border-box;
	margin: 0 auto 20px;
}
#dungeon_btn {
    max-width: 500px;
    margin: 30px auto 0;
    padding: 0 30px;
    box-sizing: border-box;
}
#other_box {
    background-color: #fff;
    padding: 40px 0 0;
}
#other_box p{
	margin-top:30px; 
    color:#000;
    text-align: center;
    padding: 0 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.8;
}
#other_box h2 {
    max-width: 308px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

#other_1{
	max-width: 1000px;
    margin: 20px auto 0;
    padding: 0 0 40px;
    overflow: hidden;
}

#other_1 h3{
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

#other_1 .login_bounus_img {
    max-width: 1000px;
    margin: 60px auto;
    transform: scale(1.4);
}

.other_btn {
    max-width: 476px;
    margin: 30px auto 0;
    padding: 0 30px;
    box-sizing: border-box;
}

#other_2 h3{
    max-width: 986px;
    margin: 0 auto 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

#other_2{
	background: linear-gradient(to bottom, #05abe0b8 0%,#53cbf1e0 60%,#87e0fd73 100%);
	padding: 40px 0;
	overflow: hidden;
	background-color: #fff;
}
.other2_img{
	max-width: 940px;
	margin:0 auto;
}
#other_3{
	padding: 40px 10px;
	background-color: #fff;
}
#other_3 h3{
	max-width: 604px;
    margin: 0 auto;
}
#cp_bnr{
	max-width: 640px;
	margin: 20px auto 0;
}
#foot {
	background-color: #e9e9ea;
	padding: 80px 0;
}

#foot .foot_img {
	max-width: 354px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

footer {
    padding: 30px 10px;
    box-sizing: border-box;
	background-color: #000000;
}

footer dt {
	font-size: 140%;
	font-weight: bold;
	color: #ffffff;
}
.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;
}
.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;
	justify-content: center;
    flex-wrap: wrap;
    max-width: 224px;
    margin: 10px auto 0;
}
.social li {
	list-style: none;
}
#copyright {
	font-size: 10px;
	text-align: center;
	background: #ee1d25;
	padding: 10px 0;
}
#copyright p {
	color: #ffffff;
	font-size: 10px;
}
#pagetop {
	display: none;
	position: fixed;
	max-width: 56px;
	bottom: 10px;
	right: 10px;
	z-index: 100
}

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

.modal-content {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	width: 100%;
	max-width: 960px;
	padding: 0 20px;
	box-sizing: border-box;
	z-index: 101;
}
.over-ray {
	display: none;
	background: rgba(255, 255, 255, 0.9);
	height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 100;
    background-size: contain;
}
#modal_illust .modal-content {
	padding: 0;
}
.modal-content .btn_modal_list {
	display: flex;
    margin: 5px auto 0;
    box-sizing: border-box;
    justify-content: center;
    padding: 0 1%;
}
.modal-content .btn_modal_list li {
    max-width: 100px;
    margin-right: 2%;
    list-style: none;
}
.modal-content .btn_modal_list li a {
		display: block;
		position: relative;
}
.modal-content .btn_modal_list li img {
    margin-right: 10px;
    list-style: none;
}
.modal-content .btn_modal_list li a .on {
	position: absolute;
	top: 0;
	display: none;
}
.modal-content .btn_modal_list li a.active .on {
		display: block;
}
.modal-content .btn_modal_list li:last-child{
	margin-right: 0;
}
.modal-content .btn_modal_list li a.active {
	cursor: default;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.modal_close {
	position: absolute;
	width: 28px;
	line-height: 28px;
	font-size: 150%;
	top: -15px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #ee1d25;
    border: 1px solid #ee1d25;
    background: #fff;
}
.ability_box .modal_close{
	top: -15px;
	right: -15px;
}
#modal_ability ul {
    display: flex;
}

#modal_ability .ability_others {
    font-size: 0.8rem;
    margin-top: 1%;
    min-height: 27px;
    justify-content: space-between;
    font-feature-settings: "palt";
    color:#000;
}

#modal_ability dt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 7px 0 0;
}
#modal_ability dd {
    display: table-cell;
}
#modal_ability .ability_box {
	position: relative;
    margin: 0 auto;
    max-width: calc(100vh / 1.77777777778);
}
#modal_ability .ability_img {
	max-width: 300px;
	margin: 0 auto; 
}
#modal_ability .kakusei_list ul {
    display: flex;
}
#modal_ability .kakusei_list li {
    list-style: none;
    margin-right: 5px;
}
#modal_ability .kakusei_list li img {
    max-width: 21px;
}
#modal_ability .ability_others #leader_skill_txt {
	font-weight: bold;
}
.per {
    color: #ee1d25;
}
.m_logo{
	max-width: 120px;
	margin: 20px auto 10px;
}

.tac { text-align: center }
.fs80per { font-size: 80% }
.mt10 { margin-top:  10px; }
.mt15 { margin-top:  15px; }
.mt20 { margin-top:  20px; }

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

@media screen and (min-width: 641px) {
html, body p {
	font-size: 16px;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
.btn {
	padding: 50px 0 30px;
}
#chara_inner {
	max-width: 750px;
	margin: 0 auto;
}
#chara .thumb_list li {
    max-width: 225px;
	margin: 20px 1.5% 0 1.5%;
}

#other_1 h3 {
    padding: 0 40px;
    margin: 0 auto 10px;
}

#other_1 .login_bounus_img {
    transform: scale(1.1);
}
.modal-content
{
	padding: 0 30px;
}
#modal_ability .ability_others {
    display: flex;
    flex-wrap: wrap;
}
.modal-content .btn_modal_list li {
    max-width: 160px;
}
#modal_ability .kakusei_list li img {
    max-width: 25px;
}
.modal_close {
	width: 60px;
	line-height: 55px;
	font-size: 300%;
	top: -15px;
    right: -15px;
	padding-bottom: 5px;
	border: 2px solid;
}
}

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

@media screen and (min-width: 1024px) {
.sp {
	display: none;
}
.pc {
	display: block;
}
.target {
  margin-top: -90px;
  padding-top: 90px;
}
#chara .thumb_list {
	margin-top: 40px;
}
#chara .thumb_list li {
	max-width: 240px;
	margin: 0 8px 0 0;
}
#chara li .chara_thum{
	display: block;
	background: #000;
}

#chara li .chara_thum img:hover {
	animation: 0.4s chara_thum forwards;
}
@keyframes chara_thum {
  0%   { transform: scale(1); }
  100%   { transform: scale(1.05); }
}
#chara .thumb_list {
    justify-content: left;
}

#chara_inner {
	max-width: 1000px;
	padding: 70px 0;
}
#chara {
    background-size: 120px, 120px;
}
#chara .thumb_list li {
	margin: 0 13.33333px 0 0;
    padding-bottom: 25px;
}
#chara li:nth-child(4n) {
	margin: 0;
}
#chara li:last-child {
    padding-bottom: 0;
}
#chara p {
	margin: 30px 0 0;
	font-size: 0.9rem;
}
#chara_inner h2 {
	box-sizing: content-box;
	padding: 0;
}
#list_gacha {
	padding: 70px 0;
	box-sizing: content-box;
	margin: 0 auto;
}
#list_gacha ul {
    max-width: 1000px;
}
#list_gacha li:last-child {
	margin: 0;
}	
#list_gacha li {
    max-width: 360px;
    margin: 0 10px 0 0;
    padding: 10px;
}
#chara .btn_list ul {
	margin-top: 50px;
	margin-bottom: 0px;
}
#chara .btn_list ul li{
	margin-right: 20px;
}
#chara .btn_list ul li:last-child{
	margin-right: 0;
}
#chara .btn_list .btn {
	padding: 0;
    box-sizing: content-box;
}
#dungeon{
	background-size:auto;
}
#dungeon_box{
	padding: 110px 0px;
	background-size:auto;
}

#dungeon #dungeon_img_1 img {
	max-width: 900px;
}
#dungeon_img_4, #dungeon_img_5, #dungeon_img_6, #dungeon_img_7{
	margin: 50px auto 0;
}
#dungeon_img_2 {
    margin: -350px auto 40px;
    transform: scale(1);
    box-sizing: border-box;
}
#dungeon_btn  {
    margin: 60px auto 0;
}
#other_box {
    padding: 70px 0 0;
}

#other_box p.notice {
	padding: 0;
    box-sizing: content-box;
}
#other_box  h2{
   padding: 0;
   box-sizing: content-box;
}
#other_box h3 {
	padding: 0;
    box-sizing: content-box;
}

.other_btn {
    margin: 50px auto 0;
}

#other_1{
  padding: 50px 0 70px;
}
#other_box p{
	margin-top: 40px;
	font-size: 1.5rem;
}
#other_2{
	padding: 70px 0;
}

#other_1 .login_bounus_img{
    transform: scale(0.9);
    margin: 30px auto;
    display: block;
}
#other_3 h3{
	padding: 0 10px;
}
#other_3{
	padding: 70px 0;
}
#cp_bnr{
	margin: 40px auto 0;
}

#list_login_bounus .pc{
	max-width: 780px;
	margin:0 auto;
}
#foot {
    padding: 150px 0;
}
#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;
}
.download_box li {
    max-width: 320px;
}
.modal-content .btn {
    max-width: 690px;
}
.modal-content .btn li {
	max-width: 170px;
    margin-right: 10px;
}
.modal-content {
	padding: 0;
	box-sizing: content-box;
}
#modal_ability .modal_close {
	top: -30px;
	right: -30px;
}
.modal_close:hover {
	background: #e60012;
	color: #fff;
    border: 3px solid #ee1d25;
}

#modal_ability .btn {
    margin: 10px auto 0;
}
#modal_ability .ability_box {
	width: calc(100vh / 1.77777777778);
}
#modal_ability .ability_others{
	font-size: 1rem;
}
.modal-content .btn_modal_list {
    margin: 15px auto 0;
    padding: 0;
}
#modal_ability .kakusei_list li img {
    max-width: 25px;
}

footer {
	padding: 50px 10px;
	box-sizing: content-box;
}
footer dt {
	font-size: 200%;
}
#pagetop {
	max-width: 102px;
    bottom: 40px;
    right: 40px;
}
#pagetop img {
}
#pagetop img:hover {
    transition: all 200ms 0s ease;
	transform: scale(1.15);
}
.back-to-top {
    margin-top: 40px;
}	

}