﻿@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;
	background: #000000;
}
p {
	color: #000000;
 }
img {
	width: 100%;
	vertical-align: bottom
}
.sp {
	display: block
}
.tb {
	display: none;
}
.pc {
	display: none;
}
.btn {
	max-width: 488px;
    margin: 30px auto 0;
    padding: 0 30px;
    box-sizing: border-box;
}
header {
	background-image: url(../img/bg_border.gif), url(../img/bg_border_2.gif);
	background-position: top,bottom;
	background-repeat: repeat-x, repeat-x;
    padding: 25px 0;
}
#container {
	color: #ffffff;
	font-size: 12px;
	min-width: 320px;
}
#head {
    background: #18120f;
    text-align: center;
}

#head .ttl img{
	max-width: 1400px;
}
#nav_list {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#382615+0,4f361c+40,4f361c+85,402c17+100 */
	background: rgb(56,38,21); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,38,21,1) 0%, rgba(79,54,28,1) 40%, rgba(79,54,28,1) 85%, rgba(64,44,23,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(56,38,21,1) 0%,rgba(79,54,28,1) 40%,rgba(79,54,28,1) 85%,rgba(64,44,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(56,38,21,1) 0%,rgba(79,54,28,1) 40%,rgba(79,54,28,1) 85%,rgba(64,44,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#382615', endColorstr='#402c17',GradientType=0 ); /* IE6-9 */
	width: 100%;
	filter: drop-shadow(0 3px 4px  rgba(0,0,0,0.6));
	z-index: 100;
}
#nav_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
    padding: 15px 0;
}
#nav_list li {
    width: 32.5%;
    text-align: center;
    max-width: 333px;
}
#nav_list li:first-child {
	border-right: 1px solid #302009;
}
#nav_list li:nth-child(2) {
	border-right: 1px solid #302009;
	border-left: 1px solid #634b2a;
}
#nav_list li:last-child {
	border-left: 1px solid #634b2a;
	border-right: none;
}
#nav_list li a {
    display: block;
    padding: 0 20px;
}
#nav_list li img {
	max-width: 124px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#list_chara {
	background: url(../img/bg_list_chara.jpg);
    padding: 20px 10px 50px;
    box-sizing: border-box;
}
#list_chara li .chara_thum img.check,
#list_chara li .chara_thum img.new {
	position: absolute;
	cursor: pointer;
}

#list_chara_inner {
	max-width: 1000px;
	margin: 0 auto;
}
#list_chara_inner h2 {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
#list_chara p {
	margin: 20px 0 0;
    text-align: center;
}
#list_chara p#list_chara_txt {
	text-align: center;
	margin-top: 30px;
}
#list_chara p#list_chara_img {
	max-width: 498px;
    margin: 20px auto 0;
    padding: 0 30px;
    box-sizing: border-box;
}
#list_chara ul {
	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%;
	position: relative;

}
#list_chara .btn_ability {
	margin-top: 10px;
	width: 80%;
	margin: 10px auto 0;
	text-align: center;
}
#list_gacha {
    background: url(../img/bg_list_gacha.jpg);
    padding: 30px 10px;
    box-sizing: border-box;
}
#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: #180e03;
	background-image: url(../img/bg_border.gif);
	background-repeat: repeat-x;
	padding: 60px 0 50px;

}
#list_dungeon h2 {
	max-width: 524px;
	margin: 0 auto;
	padding: 0 30px 0;
	box-sizing: border-box;
	position: relative;
    z-index: 10;
}
#list_dungeon li {
	max-width: 480px;
}
#list_dungeon li:last-child {
	margin-top: 20px;
}
#dungeon_img_1 {
	max-width: 1220px;
    margin: -40px auto 0;
	overflow: hidden;
	opacity: 0;
	position: relative;
    z-index: 1;
}
#dungeon_img_1 img {
    width: 150%;
    position: relative;
    left: -27%;
    margin: 0 auto;
}
#dungeon_img_2 {
	max-width: 700px;
    margin: 20px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
}
#dungeon_img_4 {
	max-width: 678px;
    margin: 30px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
}
#dungeon_txt {
    max-width: 398px;
    margin: 10px auto 0;
	position: relative;
    padding: 0 80px;
    box-sizing: border-box;
    z-index: 2;
}
#list_exchange {
	background: url(../img/bg_border.gif),url(../img/bg_list_chara.jpg);
    background-repeat: repeat-x,repeat;
    background-position: top,top;
    padding: 60px 10px 40px;
    box-sizing: border-box;
    text-align: center;
}
#list_exchange h2 {
    max-width: 520px;
    padding: 0 30px;
    margin: 0 auto;
}
#list_exchange dl {
    padding: 15px 0;
    box-sizing: border-box;
    max-width: 460px;
    margin: 0 auto;
}
#foot {
	position: relative;
	background-color: #000000;
	background-image: url(../img/bg_border.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-size: 15px;
	padding: 30px 0 15px 0;
}
#foot_img {
    text-align: center;
}
#foot_img img {
    max-width: 998px;
}
#foot #foot_txt {
	position: absolute;
	bottom: 40px;
	transform: translate(-50%,0);
	left: 50%;
	opacity: 0;
}
footer {
	background: url(../img/bg_border_2.gif),url(../img/bg_list_chara.jpg);
    background-repeat: repeat-x,repeat;
    background-position: top,top;
	color: #000000;
    padding: 60px 10px 30px;
    box-sizing: border-box;
}
footer p {
	color: #000000;
}
footer dt {
	font-size: 140%;
	font-weight: bold;
}
.download_box {
	margin-top: 5px;
}
.download_box ul {
	display: flex;
	max-width: 505px;
	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: #000000;
	padding: 5px 0;
}
#copyright p {
	color: #ffffff;
	font-size: 10px;
}
#copyright p.inline {
    display: inline-block;
}
#copyright p.inline:nth-child(2) {
    display: inline-block;
    margin-left: 20px;
}


#pagetop {
	display: none;
	position: fixed;
	max-width: 40px;
	bottom: 10px;
	right: 10px;
	z-index: 100
}
.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: url(../img/bg_list_chara.jpg);
	height: 100%;
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
  	left: 0;
	cursor: pointer;
	z-index: 100;
}
.modal-content .btn {
	display: flex;
	margin: 10px auto 0;
    padding: 0;
    justify-content: center;
}
.modal-content .btn li{
    max-width: 120px;
    margin-right: 15px;
    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: -20px;
    right: -20px;
	cursor: pointer;
}
#modal_illust .modal_close {
	top: -10px;
	right: 10px;
}
#modal_ability .modal-content {
	max-width: 640px;
	margin: 0 auto;
}
#modal_ability strong {
    font-size: 130%;
    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: 130%;
    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: -20px;
    right: 10px;
}
#modal_ability .ability_box {
	max-width: 320px;
	margin: 0 auto;
}
#modal_ability .ability_img {
	max-width: 320px;
	margin: 0 auto; 
}
#modal_ability .ability_img img {
    border: 1px solid #928160;
}
.overlay {
	position: fixed;
	background:#b7a887;
	width: 100%;
	height: 100%;
	opacity: 0.95;
	top: 0;
	z-index: 1000;
}

#footerLabel {
	color: #000;
    font-size: 15px;
    font-weight: bold;
}

.tac { text-align: center }
.fs80per { font-size: 80% }
.mt10 { margin-top:  10px; }
.mt15 { margin-top:  15px; }
.mb15 { margin-bottom:  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;
}
#nav_list ul {
   padding: 30px 0 20px;
}
#nav_list li a {
    display: inline-block;
    margin: 0;
	padding: 0 25px;
}
#list_chara_inner h2 {
    padding: 0;
    box-sizing: content-box;
}
#list_chara_inner {
	max-width: 750px;
	margin: 0 auto;
}
#list_chara li {
    max-width: 225px;
}

}

/*--------------　PC size --------------------*/

@media screen and (min-width: 1024px) {
.sp {
	display: none;
}
.pc {
	display: block;
}
.btn {
	margin: 60px auto 0;
    padding: 0;
  	box-sizing: content-box;
}
#nav_list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#nav_list a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,1+25,1+50,1+75,0+100 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(204,198,183,1) 25%, rgba(204,198,183,1) 50%, rgba(204,198,183,1) 75%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(204,198,183,1) 25%, rgba(204,198,183,1) 50%, rgba(204,198,183,1) 75%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(204,198,183,1) 25%, rgba(204,198,183,1) 50%, rgba(204,198,183,1) 75%, rgba(0,0,0,0) 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#nav_list a:hover::after {
  bottom: -10px;
  opacity: 1;
  visibility: visible;
}
#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;
}
#list_chara {
	padding: 40px 0 70px;
    box-sizing: content-box;
}
#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.check {
	opacity: 0;
}
#list_chara li .chara_thum img.check:hover {
	animation: 0.3s chara_thum forwards;
}
@keyframes chara_thum {
  0%  { opacity: 0; }
  100%  { opacity: 1; }
}
#list_chara ul {
    justify-content: left;
}
#list_chara p {
	margin: 25px 0 10px;
}
#list_chara p#list_chara_img {
	margin: 40px auto 0;
    padding: 0;
    box-sizing: content-box;
}
#list_gacha {
	padding: 80px 0 90px;
	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_dungeon {
    padding: 90px 0;
}
#list_dungeon li:first-child {
	margin-right: 40px;
}
#dungeon_img_1 {
    margin: -70px auto 0;
    position: relative;
    z-index: 1;
}
#dungeon_img_1 img {
    position: static;
    width: 100%;
}
#list_dungeon h2 {
    padding: 20px 0 0;
    box-sizing: content-box;
}
#dungeon_txt {
    margin: 10px auto 0;
    padding: 0;
    box-sizing: content-box;
}
#dungeon_img_2 {
	padding: 0;
	margin: 50px auto 0;
    box-sizing: content-box;
}
#list_exchange {
    padding: 70px 10px 90px;
    box-sizing: content-box;
}
#list_exchange #list_exchange_inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
	margin: 50px auto 0;
}
#list_exchange dl {
    padding: 0;
    box-sizing: content-box;
}
#list_exchange #list_exchange_txt {
    margin: 40px auto 0;
}
#foot_img {
    padding: 50px 0;
}
#foot_img img#foot_img_1 {
    max-width: 308px;
}
.modal-content .btn {
    max-width: 580px;
}
.modal-content .btn li {
    margin-right: 20px;
}
#foot {
	padding: 60px 0 15px 0;		
}
#foot p {
   padding: 0;
}
.modal-content {
padding: 0 10px;
box-sizing: content-box;
}
#modal_illust .modal_close {
    width: 60px;
}
#modal_ability .modal-content {
	max-width: 580px;
	margin: 0 auto;
}
#modal_ability .modal_close {
    top: 0;
    right: -40px;
    width: 60px;
}
#modal_ability .btn {
    margin: 10px auto 0;
    max-width: 580px;
}
.modal-content .btn li{
    max-width: 190px;
}
#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;
}
#foot #foot_txt {
	bottom: 80px;
}
footer {
	padding: 80px 10px 50px;
	box-sizing: content-box;
}
footer dt {
	font-size: 200%;
}
#pagetop {
	max-width: 90px;
	bottom: 30px;
	right: 30px;
}
#pagetop img:hover {
	animation: 0.3s pagetop forwards;
}
@keyframes pagetop {
  0%   { filter: brightness(1); }
  100%   { filter: brightness(1.5); }
}
.back-to-top {
    margin-top: 40px;
}	

}
@media screen and (min-width: 320px) and (max-width: 374px) {
#modal_ability .ability_img {
    max-width: 250px;
}	
#modal_ability .modal_close {
    top: -20px;
    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_ability .modal_close {
    top: 5px;
    right: 15px;
}
.modal-content .btn li {
    max-width: 160px;
}
}