@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;
	margin: 0;
}
p {
	color: #000000;
 }
img {
	width: 100%;
	vertical-align: bottom
}
.sp {
	display: block
}
.tb {
	display: none;
}
.pc {
	display: none;
}
.btn {
	padding-top: 20px;
    margin: 0 auto;
}

#container {
	font-size: 12px;
	min-width: 320px;
}
#head {
    background: #ffffff;
    text-align: center;
	position: relative;
	z-index: 1;
}
#head h1{
	margin: 0;
}
#head .ttl img{
	max-width: 1600px;
}
h2.title{
	max-width: 946px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
#nav_list {
	width: 100%;
	z-index: 10;
}
#nav_list .white_line {
	width: 100%;
	background: #ffffff;
	height: 5px;
	margin-top: 5px;
}
#nav_list .back_white{
	background: #ffffff;
	width: 100%;
}
#nav_list ul {
    display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
    padding: 15px 0;
	list-style: none;
	background: #ffffff;
}
#nav_list li {
	width: 33%;
    text-align: center;
}
#nav_list li img {
	padding: 0 10px;
    box-sizing: border-box;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
#list_chara {
	position: relative;
	width: 100%;
}
#list_chara::before {
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0%;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: #ffbead;
    background-image: url(../img/parallax_img.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: contain;
}
#list_chara_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 10px 40px;
	position: relative;
	z-index: 3;
}
#list_chara p {
	margin: 20px 10px 0px 10px;
	text-align: center;
	color: #000000;
}
#list_chara p#list_chara_txt {
	text-align: left;
}
#list_chara ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	justify-content: center;
	padding-left: 0;
}
#list_chara li {
  max-width: 47%;
	list-style: none;
	flex-wrap: wrap;
	margin: 20px 1.5% 0 1.5%;
}
#list_chara li img{
	box-shadow: 5px 5px #000000;
}
#list_chara .btn_ability {
	margin-top: 10px;
	margin: 10px auto 0;
	text-align: center;
	max-width: 190px;
	width: 80%;
}
#list_chara .btn_ability img{
	box-shadow: 5px 5px #ffffff;
}
#list_chara .btn {
	 max-width: 650px;
}
#list_chara .btn img {
	box-shadow: 5px 5px #ffffff;
}
#list_gacha {
	background: url(../img/gacha_back_img.jpg);
	padding: 30px 10px;
}
#list_gacha ul {
  display: flex;
	flex-wrap: wrap;
	max-width: 560px;
	margin: 0 auto;
	padding-left: 0px;
}
#list_gacha li {
  max-width: 48%;
	list-style: none;
	padding: 5px 0;
	margin: 0 auto;
}
#list_dungeon {
	background-color: #e13e3e;
	padding: 30px 0px 40px;
}
#list_dungeon h2{
	padding: 0 10px;
    box-sizing: content-box;
}
#list_dungeon .kiss_shot{
	position: relative;
  	z-index: 0;
	margin: 20px auto 40px;
	text-align: center
}
/*
#list_dungeon .kiss_shot img{
	width: 95%;
}
*/
#list_dungeon .kiss_shot::after{
	content: '';
	position: absolute;
	left:0;
	top: 30px;
	transform: skewY(-4deg);
	transform-origin: top right;
	z-index: -1;
	width:100%;
	height: 80%;
	background:#000000;
}
#list_dungeon .dungeon_inner{
	padding: 40px 10px 0;
}
#list_dungeon .dungeon_inner div:first-child{
	margin-bottom: 20px;
}

#list_other {
	padding: 30px 10px 40px;
    box-sizing: border-box;
	width: 100%;
}
#list_other::before {
	content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../img/parallax_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#list_other.active::before {
    background-color: #7cd8ff;
}
/*
.other_a::before {
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0%;
    z-index: -2;
    width: 100%;
    height: 100vh;
    background-color: #7cd8ff;
    background-image: url(../img/parallax_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.other_b::before {
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0%;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: #7cd8ff;
    background-image: url(../img/parallax_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
*/
#list_other .campaign {
	margin-top: 30px;
}
#dungeon_img_1 {
	max-width: 994px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
    z-index: 1;
	width: 120%;
    left: 50%;
    transform: translate(-50%, 0);
}
#dungeon_img {
	max-width: 790px;
	margin: 20px auto 0;
	padding: 0 30px;
	box-sizing: border-box;
}

#list_chara_shinka {
	max-width: 614px;
	margin: 40px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}

#foot {
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-position: top;
     padding: 0px;
    text-align: center;
}
#foot_img {
	max-width: 426px;
	margin: 50px auto;
	padding: 0px 50px;  
}
#foot .black_line{
	width: 100%;
	height: 50px;
	background: #000000;
}

footer {
	color: #000000;
    padding: 20px 10px 30px;
    box-sizing: border-box;
    background: #bbf0b3;
}
footer p {
	color: #000000;
}
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: 220px;
	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;
}
#pagetop {
	display: none;
	position: fixed;
	max-width: 55px;
	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: 840px;
	box-sizing: border-box;
	z-index: 101;
}
.over-ray {
	background: rgba(255,190,173,0.9);
	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: 0px 30px;
    justify-content: center;
    box-sizing: border-box;
}
.modal-content .btn li{
    margin-right: 10px;
    list-style: none;
}
.modal-content .btn li:last-child{
	margin-right: 0;
}
.modal-content .btn li a img {
	box-shadow: 2px 2px #ffffff;
}
.modal-content .btn li a.active {
	cursor: default;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.modal-content .btn li a.active img {
	box-shadow: 2px 2px #000000;
}
.modal_close {
    position: absolute;
    width: 30px;
    line-height: 1;
    top: -15px;
    right: 15px;
    cursor: pointer;
   	font-size: 150%;
	color: #ffffff;
    background: #000000;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    box-shadow: 2px 3px #ffffff;
    border: 1px solid #ffffff;
}
#modal_ability strong {
    font-size: 130%;
    vertical-align: bottom;
    float: left;
	color: #000000;
}
#modal_ability ul {
    display: flex;
}
#modal_ability ul.cho_kakusei_box {
    height: 36px;
    margin-top: 5px;
}
#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: #000000;
	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: 25px;
	vertical-align: middle;
}
#modal_ability .modal_close {
	top: -15px;
	right: 15px;
}
#modal_ability .ability_img {
    position: relative;
    margin: 0 auto; 
   /* max-height: calc(100vh / 1.2);*/
    max-width: 640px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

#modal_ability .ability_img img {
    border: 1px solid #928160;
}
.ttl .sp #main_sp_2,
.ttl .sp #logo_sp {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%,0);
}
.ttl .sp #logo_sp {
	top: 50px;
	opacity: 0;
}
.ttl .sp #main_sp_2 {
	opacity: 0;
}
#foot_img.active {
	background: #ffffff;
	animation: bground 1s forwards;
}
@keyframes bground {
  0%   { background: #ffffff; }
  100%  { background: #b9a978; }
}

#modal_ability .ability_img img {
    max-width: calc(100vh / 1.77777777778);
    margin: 0 auto;
}
#modal_ability .ability_img > img {
    box-shadow: 4px 4px #ffffff;
}
#modal_ability .ability_img .cho_kakusei img {
    max-width: 25px;
    vertical-align: middle;
    border: none;
}

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

.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;
}
.modal-content .btn,
#modal_ability .modal-content,
#dungeon_img {
	padding: 0;
	box-sizing: content-box;
}
#head .ttl {
    background-size: 10px 15px;
}
#nav_list ul {
   padding: 15px 0;
}
#nav_list li{
 max-width: 172px;
}	
#nav_list li img {
   padding: 0;
}	
#nav_list li a {
    display: inline-block;
    margin: 0;
	padding: 0 25px;
}
#list_chara h2{
    padding: 0px 20px;
}	
#list_chara_inner {
	max-width: 750px;
	margin: 0 auto;
	padding: 60px 10px 80px;
}
#list_chara ul {
    justify-content: center;
}
#list_chara li {
    max-width: 225px;
}
#list_chara .btn_ability {
	width: 100%;
}
#list_gacha{
    padding: 20px 10px;
}		
#list_gacha li{
    padding: 20px 0;
}
#list_dungeon {
   padding: 60px 0px 80px;
}
#list_dungeon .kiss_shot {
	margin: 50px auto 50px;
}
#list_dungeon .kiss_shot img {
    max-width: 1200px;
}
#list_dungeon .dungeon_inner {
    padding: 50px 30px 0;
}
#list_dungeon .dungeon_inner div:first-child {
    margin-bottom: 60px;
}
#list_other {
	padding: 60px 10px 80px;
}
/*
.other_a::before {
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: -5%;
    z-index: -2;
    width: 110%;
    height: 100vh;
    background-color: #7cd8ff;
    background-image: url(../img/parallax_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.other_b::before {
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: -5%;
    z-index: -1;
    width: 110%;
    height: 100vh;
    background-color: #7cd8ff;
    background-image: url(../img/parallax_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
*/
#list_chara::before,
#list_other::before {
	background-size: cover;
}
#list_other h2 {
   	padding: 0;
    box-sizing: content-box;
}
#list_other li:last-child {
	margin-top: 0;
}
#list_other .exchange{
    padding: 0px 20px;
}
#list_other .campaign{
    padding: 0px 20px;
}
#foot .black_line {
	height: 100px;
}
#foot_img {
    padding: 50px 0 50px;
}
.ttl .pc {
	position: relative;
}
.ttl .pc #main_pc_2,
.ttl .pc #logo_pc {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}
#list_dungeon .kiss_shot::after{
	top: 30px;
	height: 80%;
}
.modal_close {
	width: 50px;
    font-size: 240%;
    padding: 8px 0;
}
.ttl .pc #logo_pc {
	top: 50px;
	opacity: 0;
}
.ttl .pc #main_pc_2 {
	opacity: 0;
}
#modal_ability .ability_img {
    max-width: 480px;
}
#modal_ability .btn {
    margin: 10px auto 0;
   	box-sizing: border-box;
    padding: 0;
    max-width: 400px;
}
.modal_close {
    top: -25px;
    right: 25px;
}
}

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

@media screen and (min-width: 1024px) {
.sp {
	display: none;
}
.pc {
	display: block;
}
.pc_top {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f16d53+0,ea9f90+100 */
	background: rgb(241,109,83); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,109,83,1) 0%, rgba(234,159,144,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(241,109,83,1) 0%,rgba(234,159,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(241,109,83,1) 0%,rgba(234,159,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16d53', endColorstr='#ea9f90',GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	background-size: contain;
}	
#modal_ability .ability_img,
.modal-content {
	padding: 0;
	box-sizing: content-box;
}

#nav_list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#list_chara ul {
	margin-top: 40px;
}
#list_chara li {
	max-width: 240px;
	margin: 0 8px 0 0;
}
#nav_list li a {
    padding: 10px 0px;
}
#list_chara_inner {
	max-width: 1000px;
	padding: 70px 10px 100px;
}
#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 ul {
    justify-content: left;
}
#list_chara p {
	margin: 25px 0 10px;
}
#list_chara_inner h2,
#list_chara_inner h3 {
	box-sizing: content-box;
}
#list_gacha {
	padding: 70px 0 70px;;
	box-sizing: content-box;
	margin: 0 auto;
}
#list_gacha ul {
    max-width: 1000px;
    justify-content: center;
}
#list_gacha li {
    max-width: 246px;
    margin: 0px 15px 0px 0;
}
#list_gacha li {
    padding: 0px 0;
}
#list_gacha li:last-child{
	    margin: 0px;
}
#list_dungeon {
	   padding: 70px 0px 100px;
}
#list_dungeon h2{
	padding: 0;
}
#list_dungeon .dungeon_inner{
	text-align: center;
}
#list_dungeon .dungeon_inner img{
	max-width: 740px;
}
#dungeon_img_1 {
    margin: 0 auto;
    overflow: hidden;
    position: static;
    z-index: 1;
    width: 100%;
    left: 50%;
    transform: translate(0, 0);
}
#list_other {
    padding: 70px 10px 100px;
}
#list_other ul {
    margin: 30px auto 0;
}
#dungeon_img_1 img {
    position: static;
    width: 100%;
}

#btn_dungeon {
    margin: 40px auto;
}

#list_dungeon h3 {
    max-width: 748px;
    padding: 50px 0 0;
    margin: 0 auto;
}


#list_dungeon_inner_2 {
	max-width: 1000px;
	padding-bottom: 50px;
}
#list_other .exchange{
    max-width: 896px;
	text-align: center;
	margin: auto;
}
#list_other .campaign{
        max-width: 896px;
	text-align: center;
	margin: 50px auto 0;
}

#foot_img {
	padding: 30px 0 30px;
}
#foot_img img {
    max-width: 426px;
}

.modal-content .btn li {
    margin-right: 15px;
}
#list_dungeon_bg .btn_list {
    max-width: 770px;
	padding: 0;
	margin: 40px auto;
}
#list_dungeon_bg .btn_list li {
    padding: 0;
    margin-bottom: 30px;
}
#list_dungeon li:last-child {
    position: relative;
}
#list_dungeon_bg .btn_list .btn_hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#list_dungeon_bg .btn_list .btn_hover:hover {
	opacity: 1;
}
#list_dungeon li:last-child {
    margin-bottom: 0;
}
#dungeon_img_2 {
	padding: 0;
}
#list_dungeon .kiss_shot {
    margin: 60px auto 60px;
}
#foot p {
   padding: 0;
}
.modal-content .illust {
    /* position: relative; */
    max-width: calc(100vw / 1.77777777778);
    margin: 0 auto;
}
#modal_ability .modal-content {
    width: auto;
}
#modal_ability .modal_close {
    top: -25px;
    right: -25px;
}
#modal_ability .btn {
    margin: 10px auto 0;
    max-width: 510px;
}
#modal_ability .cho_kakusei li {
    margin-right: 10px;
}
#modal_ability .ability_img {
    position: relative;
    margin: 0 auto; 
   /* max-height: calc(100vh / 1.2);*/
    max-width: 640px;
    margin: 0 auto;
    padding: 0 30px;
}
#modal_ability .ability_img {
    padding: 0;
    width: calc(100vh / 1.77777777778);
}
#modal_ability .ability_img .cho_kakusei img {
    width: calc(100vh / 1.77777777778);
    max-width: 31px;
}
.modal_close:hover {
	background: #ffffff;
	color: #000000;
    border: 1px solid #000000;
	box-shadow: 2px 3px #000000;

}
footer {
	padding: 50px 10px;
	box-sizing: content-box;
}

footer dt {
	font-size: 200%;
}
#pagetop {
    max-width: 130px;
    bottom: 20px;
    right: 20px;
}
.back-to-top {
    margin-top: 40px;
}	

}
