@charset "utf-8";
@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

/** 詳細検索開閉アニメーション**/
  .js-accordion--target{
    transition: height 0.4s ease-in-out;
  }
  .js-accordion-enter-active{
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: js-accordion--anime__opend;
  }
  .js-accordion-leave-active{
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: js-accordion--anime__closed;
  }

@keyframes js-accordion--anime__opend {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
   }
}
@keyframes js-accordion--anime__closed {
  0% {
   opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/* CSS Document */
#wrapper:after,
#contents:after {
	content: none;
}
.page-nav {
	display: flex;
	justify-content: center;
}
.page-nav div {
	margin: 0px 2px;
	padding: 15px 18px 13px;
	line-height: 100%;
	cursor: pointer;
	font-size: 120%;
	background-color: #003366;
	border: 2px solid #003366;
	color: #ffffff;
}
.page-nav div:hover {
	opacity: 0.7;
}
.page-nav div.current {
	border: 2px solid #cccccc;
	color: #003366;
	background-color: #ffffff;
}
.v-enter-active,
.v-leave-active
{
  transition: opacity .8s ease;
}

.v-enter, .v-leave-to {
  opacity: 0;
}


.searchBox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	padding: 15px 10px;
	background-color: #efefef;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.searchBox .results {
    font-family: 'Fjalla One',sans-serif;
    font-size: 27px;
		width: 12%;
	text-align: right;
	border-right: 1px dotted #909090;
	padding-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchBox .results span {
	font-size: 70%;
}
.searchBox .buttons {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.searchBox .button {
	cursor: pointer;
	width: 20%;
	font-size: 18px !important;
}
.searchBox input[type='text'] {
	width: 85%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	padding: 5px 8px;
	border: 2px solid #e0e0e0;
}

.searchBox input[type='checkbox'] {
	display: none;
}
.searchBox input[type='checkbox'] + span {
	padding-left: 1.3em;
	text-indent: -1.3em;
	display: block;
	min-height: 25px;
}

.searchBox input[type='checkbox'] + span::before {
font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0c8";
	margin-right: 0.2em;
	margin-left: 0.2em;
	color: #a0a0a0;
}
.searchBox input[type='checkbox']:checked + span {
	color: #ffffff;
	background-color: #505050;
	border-radius: 4px;
}

.searchBox input[type='checkbox']:checked + span::before {
    font-weight: 900;
    content: "\f14a";
	color: #00ccff;
}

.searchBox .select-wrap {
    position:relative;
}
.searchBox .select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}
.searchBox select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none #ffffff;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
	border: 2px solid #e0e0e0;
    color:#828c9a;
    width:100%;
}
select option{
  background-color: #fff;
  color: #333;
}




.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}




.searchMoreBox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	padding-top: 10px;
}

.searchMoreBox .more {
	border: 2px solid #e0e0e0;
}
.searchMoreBox .more .ttl {
	margin: 0px;
	padding: 4px;
	background-color: #e0e0e0;
	display: block;
}
.searchMoreBox .more ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0.5em 0.6em;
}
.searchMoreBox .more ul li {
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 20%;
}
.searchMoreBox .more ul.ability_list li {
/*	width: 20%;*/
}

/**レアリティみの設定**/
.searchMoreBox .more.rarities ul li:nth-child(4) {
	padding-right: 12em;
	min-width: 40%;
}

.searchMoreBox .more .abi {
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.searchMoreBox .more .abi input[type='text'] {
	width: 100%;
}

#contents .btn_search::before {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.2em;
	color: #ffffff;
	background: none;
	display: inline-block;
	vertical-align: baseline;
}

#contents .btn_search.loading::before {
	content: "\f110";
	animation: rotate_anime 1s linear infinite;
}
@keyframes rotate_anime {
    0% {
        transform:rotate(0deg);/* アニメーションの進みが0%の時の状態 */
    }
    100% {
        transform:rotate(360deg);/* アニメーションの進みが100%の時の状態 */
    }
}


.btn_more {
	font-size: 0.9em;
	padding: 0.6em 0.6em 0.55em;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 5px;
	line-height: 100%;
	color: #4f4f4f;
	border: 1px solid #e0e0e0;
	cursor: pointer;
}

.btn_more::after {
	content: "\f0c9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.8em;
	color: #6f6f6f;
}
.btn_more.open::after {
	content: "\f00d";
}

.results_p {
    font-family: 'Fjalla One',sans-serif;
    font-size: 30px;
	text-align: center;
}
.results_p span {
	font-size: 70%;
}



.card_list {
	display:flex;
	position: relative;
	flex-wrap: wrap;
		margin-bottom: 2em;
}
.card_list span {
	display:flex;
	position: relative;
	flex-wrap: wrap;
	width: 100%;
}


.card_list h4 {
	width: 100%;
	margin-top: 1em;
}
.card_list h4:first-child {
	margin-top: 0px;
}
/**Q&Aの場合**/
.qa_list .card_list {
	justify-content: center;
}


.card_list .card {
	display: flex;
	justify-content: center;
	align-content: center;
	position: relative;
	width: 196px;
	height: 196px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	background-color: #f9f9f9;
	/*border: 2px solid #cccccc;*/
}
.card_list .card:hover {
	z-index: 99;
}

.card_list .card:nth-child(even) {
	background-color: #efefef;
}

.card_list .card.new::after {
	content: 'NEW';
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 6px;
	background-color: #ff0000;
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 100%;
}

.card_list .card .img_box {
 /*opacity: 0;*/
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
/*遅延読み込みjs用のフェードイン**/
.card_list .card .img_box.lazyload {
 opacity: 0;
}
.card_list .card .img_box.lazyloaded {
  opacity: 1;
  transition: all 0.5s;
}



.card_list .card .img_box .enlargement {
	pointer-events: none;
	content: '';
	width: 200px;
	height: 280px;
	position: absolute;
transition: all 300ms 0s ease;	
	z-index: 100;
	top: 50%;
	left: 50%;
	opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 8px 24px rgba(0,0,0,0.50);
	box-shadow: 0px 8px 24px rgba(0,0,0,0.50);
	border-radius: 8px;
}
.card_list .card .img_box:hover .enlargement {
	content: '';
	width: 400px;
	height: 560px;
	opacity: 1;
	transition: all 150ms 300ms ease;
}
.card_list .card .img_box .enlargement.side {
	width: 280px;
	height: 200px;
}
.card_list .card .img_box:hover .enlargement.side {
	width: 560px;
	height: 400px;
}

.btn_card {
	margin-bottom: 1.5em;
}

/**
単品カード用
**/
#contents.card_single h2 {
	margin: 35px 0px;
}
#contents.card_single .tsubasa_copyright {
	margin-top: 2em;
}
#contents.card_single .main {
	display: block;
	margin-bottom: 2em;
	width: 640px;
}

.card_single .card {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.card_single .card .img_box {
	position: relative;
    width: 50%;
    opacity: 1;
    transition: all 100ms 150ms ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.50);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.50);
    border-radius: 5px;
	margin: 0px auto;
}
.card_single .card .img_box::before {
	content: "";
	display: block;
	padding-top: 140%;
}

.card_single .card .img_box.side {
    width: 80%;
}
.card_single .card .img_box.side::before {
	content: "";
	display: block;
	padding-top: 71.25%;
}

/**prev/next**/
.card_single .card .img_box .card_nav_next {
	position: absolute;
	top: 50%;
	right: -38px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);

}
.card_single .card .img_box .card_nav_prev {
	position: absolute;
	top: 50%;
left: -38px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);

}

.card_single .card .img_box .card_nav_next,
.card_single .card .img_box .card_nav_prev {
	color: #303030;
font-size: 32px;
	cursor: pointer;
}
.card_single .card .img_box .card_nav_next:hover,
.card_single .card .img_box .card_nav_prev:hover {
	opacity: 0.75;
}

.card_single .card .img_box .card_nav_next.empty,
.card_single .card .img_box .card_nav_prev.empty {
	color: #c0c0c0;
	cursor: default;
}

.card_single .data_box {
	width: 100%;
}






.card_single .icons {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.card_single .icons img {
	height: 50px;
	width: auto;
}
.card_single .icons .guts {
	width: 45px;
	height: 50px;
	background-image: url(../img/guts.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 0px 0px;
	font-size: 30px;
text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;	
}
.card_single .icons .sp {
	width: 50px;
	height: 50px;
	background-image: url(../img/sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 5px 0px;
	font-size: 30px;
text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;	
}
.card_single table {
	border-collapse: collapse;
	margin-bottom: 0.4em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
}
.card_single table th,
.card_single table td {
	border: 1px solid #999999;
	padding: 6px;
	text-align: center;
}
.card_single table th {
	width: 18%;
	background-color: #303030;
	color: #ffffff;
	font-weight: bold;
}
.card_single table td {
	width: 32%;
}
.card_single table td.state {
	width: 82%;
}
.card_single table td.state div {
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
	width: 68px;
	height: 64px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	padding-top: 18px;
}
.card_single table td.state div img {
	height: 33px;
	width: auto;
}
.card_single table td img.text_icon {
	height: 25px;
	width: auto;
}

.card_single table td.state div.deffence {
	background-image: url(../img/deffence.png);
}
.card_single table td.state div.cover {
	background-image: url(../img/cover.png);
}
.card_single table td.state div.assist {
	background-image: url(../img/assist.png);
}
.card_single table td.state div.offence {
	background-image: url(../img/offence.png);
}



.card_single table td img {
	height: 33px;
	width: auto;
}

@media screen and (max-width: 639px){
.page-nav {
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.page-nav div {
	margin: 2px;
	padding: 8px 9px 6px;
	line-height: 100%;
	font-size: 100%;
}
	
.searchBox {
	/*padding: 15px 10px;*/
	display: block;
}
.searchBox .results {
		width: 100%;
	text-align: center;
	border-right: none;
	border-bottom: 1px dotted #909090;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 7px;
	justify-content: center;
}

.searchBox .button {
	width: auto;
}
.searchBox input[type='text'] {
	width: 100%;
	margin-bottom: 4px;
}

.searchBox .select-wrap {
	width: 100%;
	margin-bottom: 4px;
}

.searchBox .select-wrap option {
	background-color: #303030;
	}
	
.searchMoreBox .more ul.ability_list li {
	width: 100%;
}
	
/**レアリティみの設定**/
.searchMoreBox .more.rarities ul li:nth-child(4) {
	padding-right: 0.5em;
	min-width: 20%;
}
	
	
.card_list .card {
	width: 33.3%;
	height: auto;
	border: 3px solid #ffffff;
}
.card_list .card::before {
	content: '';
	display: block;
	padding: 100% 0px 0px;
}

	.card_list .card .img_box {
	position: absolute;
		top:0;
		left: 0;
		bottom: 0;
		right: 0;
}
.card_list .card .img_box .enlargement {
	display: none;
}
.card_list .card .img_box:hover .enlargement {
	display: none;
}
	
/**
単品カード用
**/
#contents.card_single .main {
	width: 100%;
	}
.card_single .card .img_box,
.card_single .card .img_box.side {
    width: 72%;
	}
	
.card_single .data_box {
	width: 100%;
	margin-bottom: 1em;
}

.card_single .icons {
	justify-content: center;
	margin: 15px 0px;
}
.card_single table {
	width: 95%;
	margin: 0px auto 0.4em;
	font-size: 12px;
}
.card_single table th,
.card_single table td {
	display: block;
	width: 100%;
	border-bottom:  none;
	
}
.card_single table td:last-child {
	border-bottom: 1px solid #999999;
	
	}
	.card_single table td.state {
	width: 100%;
}
	
	
}
