﻿@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;
}
p {
	color: #ffffff;
 }
img {
	width: 100%;
	vertical-align: bottom
}
.sp {
	display: block
}
.tb {
	display: none;
}
.pc {
	display: none;
}
.btn {
	padding: 10px 15px 0;
	max-width: 710px;
    margin: 0 auto;
    box-sizing: border-box;
}
header {
    background: #000000;
}
#container {
	color: #ffffff;
	font-size: 12px;
	min-width: 320px;
}
#head {
    background: #000000;
    text-align: center;
}

#head .ttl img{
	max-width: 1400px;
}
#nav_list {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#35323b+0,1a1720+100 */
	background: rgb(53,50,59); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(53,50,59,1) 0%, rgba(26,23,32,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(53,50,59,1) 0%,rgba(26,23,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(53,50,59,1) 0%,rgba(26,23,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35323b', endColorstr='#1a1720',GradientType=0 ); /* IE6-9 */

	z-index: 10;
}
#nav_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 800px;
    padding: 15px 0;
	text-align: center;
}
#nav_list li {
    width: 32%;
    text-align: center;
    max-width: 399px;
}
#nav_list li:first-child {
	border-right: 1px solid #161516;
}
#nav_list li:last-child {
	border-left: 1px solid #564f60;
}
#nav_list li:nth-child(2) {
	border-left: 1px solid #564f60;
	border-right: 1px solid #161516;
}
#nav_list li a {
    display: block;
    padding: 0 15px;
}
#nav_list li img {
	max-width: 150px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#list_chara {
    background: #000000;
}
#list_chara_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 10px 40px;
}
#list_chara h2 {
    max-width: 590px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
#list_chara p {
	margin: 20px 0;
}
#list_chara p.list_chara_txt_top {
	text-align: center;
	margin-bottom: 0px
}
#list_chara ul {
	max-width: 1000px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#list_chara li {
  max-width: 47%;
	list-style: none;
	flex-wrap: wrap;
	margin: 20px 1.5% 0 1.5%;
}
#list_chara .btn_ability {
	margin-top: 10px;
	width: 80%;
	margin: 10px auto 0;
	text-align: center;
}
#list_chara .img_box{
	padding: 0 30px;
	text-align: center;
}
#list_chara .chara_adjust_btn{
	text-align: center
}
#list_gacha {
	background: #343237;
	padding: 40px 10px 40px;
}
#list_gacha ul {
  display: flex;
	flex-wrap: wrap;
	max-width: 560px;
	margin: 0 auto;
}
#list_gacha li {
  max-width: 48%;
	list-style: none;
	padding: 5px 0;
	margin: 0 auto;
}
#list_dungeon {
	background-color: #000000;
	padding: 30px 0 30px;
}
#list_dungeon h2 {
	max-width: 594px;
	margin: 0 auto;
	padding: 0 30px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.list_dungeon_inner .btn {
	padding: 30px 0 0;
}
#list_dungeon .btn_list .btn_hover {
	display: none;
}
#list_dungeon li {
	max-width: 480px;
	margin-top: 20px;
}
#list_dungeon li a{	transition: 0.3s;}

#list_dungeon li:last-child {
	
}
#dungeon_img_1 {
	max-width: 1174px;
	margin: -20px auto 0;
	overflow: hidden;
	position: relative;
    z-index: 1;
}
#dungeon_img_2 {
	max-width: 720px;
	margin: 20px auto 0;
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	top: 20px;
}
#dungeon_txt {
    padding: 0 40px;
   box-sizing: border-box;
   max-width: 590px;
   margin: 0 auto;
}
#list_dungeon .btn_list {
	display: flex;
    padding: 0px 20px 20px;
    box-sizing: border-box;
    max-width: 480px;
    list-style: none;
    flex-wrap: wrap;
	padding: 5px 30px 30px;
	margin: 5px auto 0;    
}
#list_others {
	background: #ffffff;
	padding: 40px 10px 40px;
}
#list_others h2 {
	max-width: 606px;
	padding: 0 20px;
	box-sizing: border-box;
}	
#list_others #others_date {
	max-width: 630px;
	margin: 20px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
}
#list_others #others_img {
	max-width: 784px;
	margin: 20px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
}
#list_others .btn{
	padding: 0 30px;
	margin: 30px auto 0;
}
#foot_img {
	max-width: 930px;
	text-align: center;
	padding: 60px 0;
}
#foot {
	background-color: #000000;
	background-size: 15px;
}
#foot p {
    padding: 10px 30px;
}
#foot .notice {
	background: #262626;
	padding: 20px 10px;
	box-sizing: border-box;
}
#foot .notice dl {
	max-width: 1000px;
	margin: 0 auto;
}
#foot .notice dl li {
	list-style: none;
}
#foot p {
	max-width: 660px;
	margin: 0 auto;
}
#foot .foot_img {
	max-width: 992px;
	margin: 40px auto 20px;
	padding: 0 0 30px 0;
}
#foot .notice dt {
	color: #f27900;
	font-size: 130%;
}

footer {
	color: #000000;
    padding: 20px 10px 30px;
    box-sizing: border-box;
    background: #ffffff;
}
footer p {
	color: #000000;
	font-size: 11px !important;
}
footer dt {
	font-size: 140%;
	font-weight: bold;
}
.download_box {
	margin-top: 5px;
}
.download_box ul {
	display: flex;
	max-width: 560px;
	margin: 0 auto;
}
.download_box li {
	list-style: none;
	margin-right: 5px;
}
.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: #000000;
}
.social {
	display: flex;
	flex-wrap: wrap;
	max-width: 200px;
	margin: 10px auto 0;
}
.social li {
	list-style: none;
}
.social li:first-child {
	margin-right: 15px;
}
#copyright {
	font-size: 10px;
	text-align: center;
	background: #262626;
	padding: 5px 0;
}
#copyright p {
	color: #ffffff;
	font-size: 10px;
}
#pagetop {
	display: none;
    position: fixed;
    max-width: 80px;
	bottom: 10px;
    right: 10px;
    z-index: 100;
}
#pagetop a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}
.modal-content {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	width: 100%;
	max-width: 740px;
	padding: 0 10px;
	box-sizing: border-box;
	z-index: 101;
}
.over-ray {
	background: rgba(0,0,0,0.9);
	background-size: 34px;
	height: 100%;
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
  	left: 0;
	cursor: pointer;
	z-index: 100;
}
.modal-content .btn {
	display: flex;
	margin: 5px auto 0;
    padding: 0 40px;
    box-sizing: border-box;
    justify-content: center;
}
.modal-content .btn li{
    max-width: 190px;
    margin-right: 10px;
    list-style: none;
}
.modal-content .btn li:last-child{
	margin-right: 0;
}
.modal-content .btn li a.active {
	cursor: default;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.modal_close {
	position: absolute;
	width: 40px;
    top: -40px;
    right: 15px;
	cursor: pointer;
}
.modal_close img{
	width: 80%;
}
#modal_ability .modal-content {
	max-width: 640px;
	margin: 0 auto;
}
#modal_ability strong {
    font-size: 110%;
    vertical-align: bottom;
    float: left;
    color: #ffffff;
}
#modal_ability ul {
    display: flex;
}
#modal_ability .cho_kakusei {
	display: none;
	list-style: none;
}
#modal_ability .cho_kakusei li {
  margin-right: 6px;
	list-style: none;
}
#modal_ability .cho_kakusei p {
    color: #ffffff;
	font-size: 110%;
    vertical-align: bottom;
    font-weight: bold;
}
#modal_ability li:last-child {
    margin-right: 0;
}
#modal_ability .cho_kakusei {
	margin-top: 5px;
}
#modal_ability .cho_kakusei img {
	max-width: 20px;
	vertical-align: middle;
}
#modal_ability .modal_close {
    top: -5px;
    right: 15px;
}
#modal_ability .ability_box {
	max-width: 300px;
	margin: 0 auto;
}
#modal_ability .ability_img {
	max-width: 300px;
	margin: 0 auto; 
}
#modal_ability .ability_img img {
    border: 1px solid #928160;
}
.ttl .sp #main_sp_2,
.ttl .sp #logo_sp {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%,0);
}
.ttl .sp #logo_sp {
	top: 25px;
	opacity: 0;
}
.ttl .sp #main_sp_2 {
	opacity: 0;
}
#foot_img.active {
	background: #000000;
}

.dark-ray {
	display: none;
	height: 100%;
    width: 100%;
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    z-index: 100;
}



.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;
}
.tb {
	display: block;
}
.pc {
	display: block;
}
.btn {
	padding: 30px 0 40px;
}
#nav_list li a {
    display: inline-block;
    margin: 0;
	padding: 0 25px;
}
#list_chara_inner {
	max-width: 750px;
	margin: 0 auto;
}
#list_chara ul {
    justify-content: center;
}
#list_chara li {
    max-width: 225px;
}
#list_others .img_box {
	max-width: 800px;
	margin: auto;
	margin-bottom: 30px;
}
#list_chara .img_box {
	padding: 0 100px;	
	}
.modal_close {
   width: 60px;
}	
.ttl .pc {
	position: relative;
}
.ttl .pc #logo_pc {
	top: 50px;
	opacity: 0;
}
.ttl .pc #main_pc_2 {
	opacity: 0;
}
#pagetop {
	max-width: 150px;
}


}
/*--------------　PC size --------------------*/

@media screen and (min-width: 1024px) {
.sp {
	display: none;
}
.pc {
	display: block;
}
.btn {
	padding: 10px 0 0;
    box-sizing: content-box;
}
#nav_list ul {
	padding: 32px 0;
}
#nav_list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#nav_list a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#nav_list a:hover::after {
  bottom: -10px;
  opacity: 1;
  visibility: visible;
}
#list_chara h2 {
    padding: 0;
    box-sizing: content-box;
}
#list_chara ul {
	margin-top: 40px;
}
#list_chara li {
	max-width: 240px;
	margin: 0 8px 0 0;
}
#nav_list li a {
    padding: 0 25px;
}
#list_chara_inner {
	max-width: 1000px;
	padding: 50px 0 80px;
	box-sizing: border-box;
}
#list_chara {
	background-size: 30px;
}
#list_chara li {
	margin: 0 13.33333px 0 0;
    padding-bottom: 30px;
}
#list_chara li:nth-child(4n) {
	margin: 0;
}
#list_chara li:last-child {
    padding-bottom: 0;
}
#list_chara li .chara_thum img:hover {
	animation: 0.3s chara_thum;
	transform: scale(1.03);
}
@keyframes chara_thum {
  0%   { transform: scale(1);filter: blur(3px); }
  100%   { transform: scale(1.03);filter: blur(0); }
}
#list_chara ul {
    justify-content: left;
}
#list_chara li .btn_ability:hover {
    filter: invert(100%);
}
#list_chara p {
	margin: 25px 0 10px;
}
#list_chara .btn img {
	transition: 0.3s;
}
#list_chara .btn img:hover {
    filter: brightness(1.5);
}
#list_chara .chara_adjust_btn {
    padding: 30px 0 0;
}

#list_chara .img_box {
    padding: 0 200px;
    margin-top: 20px;
    text-align: center;
}
#list_gacha {
	padding: 60px 0 50px;
	box-sizing: content-box;
	margin: 0 auto;
}
#list_gacha ul {
    max-width: 1000px;
}
#list_gacha li {
    max-width: 326px;
    margin: 0 10px 0 0;
    padding: 0;
}
#list_gacha li:last-child {
	margin: 0;
}
#list_gacha li {
    max-width: 326px;
    margin: 0 10px 0 0;
    padding: 0;
}
#list_gacha img {
	transition: 0.3s;
}
#list_gacha img:hover {
    filter: brightness(1.5);
}

#list_dungeon li:first-child {
	margin: 30px 40px 0 0;
}
#dungeon_img_1 {
    margin: -160px auto 0;
}
#dungeon_img_2{
	margin-top: 30px;
	padding: 0;
	box-sizing: content-box;
}
#dungeon_txt {
	padding: 0;
    box-sizing: content-box;
}
.list_dungeon_inner {
	padding: 30px 20px 60px;
}	
.list_dungeon_inner .btn {
    padding: 10px 0 0;
}
#list_dungeon h2 {
    padding: 20px 0 0;
    box-sizing: content-box;
}
#list_others {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 10px 40px;
}	
#list_others h2 {
	max-width: 606px;
	margin: 0 auto;
}	
#list_others #others_date {
	margin: 30px auto 0;
	padding: 0;
	box-sizing: content-box;
}
#list_others .btn {
    padding: 0px 0px;
    width: 500px;
}
#list_others .btn a{
	transition: 0.3s;
}
#list_others .btn a:hover{
	filter: brightness(1.5);
}
#foot_img {
	padding: 100px 0;
	margin: auto;
	}
.modal-content .btn {
    padding: 0;
    box-sizing: content-box;
}
.modal-content .btn li {
    margin-right: 20px;
}
#list_dungeon .btn_list {
    max-width: 1000px;
	padding: 0;
}
#list_dungeon li:last-child {
    position: relative;
}
#list_dungeon .btn_list{
	text-align: center;	
}
#list_dungeon .btn_list li a:hover {
   filter: brightness(1.5);
}
#list_dungeon .btn_list li:last-child{
	display: inline-block;
	margin: auto;
	margin-top: 30px;
}
#list_dungeon .btn_list .btn_hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#list_dungeon .btn_list .btn_hover:hover {
	opacity: 1;
}
#list_dungeon li:last-child {
    margin-top: 0;
}
#list_others #others_img {
    margin: 30px auto 0;
    padding: 0;
    box-sizing: content-box;
}
.modal-content {
padding: 0 10px;
box-sizing: content-box;
}
#modal_ability .modal-content {
	max-width: 500px;
	margin: 0 auto;
}
#modal_ability .modal_close {
    top: 0;
    right: -40px;
}
#modal_ability .btn {
    margin: 10px auto 0;
}
#modal_ability .ability_box {
	max-width: 400px;
}
#modal_ability .ability_img {
	max-width: 400px;
}
#modal_ability .cho_kakusei {
    margin-top: 15px;
}
#modal_ability .cho_kakusei li {
    margin-right: 10px;
}
#modal_ability .cho_kakusei img {
    max-width: 25px;
}
#commingsoon {
	padding: 60px 0 40px;
}	
footer {	
	color: #000000;
    padding: 20px 10px 30px;
    box-sizing: border-box;
    background: #ffffff;
}
footer dt {
	font-size: 200%;
}
.footer_msg_box h1 {
    font-size: 0.6vw;
    color: #000000;
    text-align: center;
}
.mt15 {
	margin-top: 15px;
	line-height: 12px;
}
.download_box ul {
    display: flex;
    max-width: 560px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 1vw;
}
.download_box li {
    list-style: none;
    margin-right: 10px;
}
#pagetop {
	bottom: 30px;
	right: 30px;
}
.back-to-top {
    margin-top: 40px;
}	
.modal_close:hover {
    filter: invert(1);
}
}
@media screen and (min-width: 320px) and (max-width: 374px) {
#modal_ability .ability_img {
    max-width: 250px;
}	
#modal_ability .modal_close {
    top: -5px;
    right: 15px;
}
}
@media screen and (min-width: 768px) and (max-width: 1344px) {
.modal-content {
	max-width: 640px;
	box-sizing: content-box;
}
#modal_ability .ability_box {
	max-width: 320px;
}
#modal_ability .ability_img {
	max-width: 310px;
}
.modal-content .btn li {
    max-width: 160px;
}
}