@charset "utf-8";

html {
    overflow-x: hidden;
}
header {
    position: relative;
}
body > .main-container .contents > nav.chapter {
    clear: right;
	margin-bottom: 70px;
}
i[class^="icon-"] {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: no-repeat;
	background-size: auto 100%;
	background-position: center;
	vertical-align: middle;
	margin: 3px 2px;
}
i.icon-fire { background-image: url(../img/icon-fire.png); }
i.icon-ice { background-image: url(../img/icon-ice.png); }
i.icon-wind { background-image: url(../img/icon-wind.png); }
i.icon-earth { background-image: url(../img/icon-earth.png); }
i.icon-thunder { background-image: url(../img/icon-thunder.png); }
i.icon-aqua { background-image: url(../img/icon-aqua.png); }
i.icon-shine { background-image: url(../img/icon-shine.png); }
i.icon-dark { background-image: url(../img/icon-dark.png); }
i.icon-s { background-image: url(../img/icon-s.png); }
i.icon-dull { background-image: url(../img/icon-dull.png); }
i.icon-standard { background-image: url(../img/icon-standard.png); }
i.icon-0 {
	border-radius: 50%;
	background-color: #FFF;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
i.icon-0::before { content: "0"; display: inline; }
i.icon-1 {
	border-radius: 50%;
	background-color: #FFF;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
i.icon-1::before { content: "1"; display: inline; }
i.icon-2 {
	border-radius: 50%;
	background-color: #FFF;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
i.icon-2::before { content: "2"; display: inline; }
i.icon-3 {
	border-radius: 50%;
	background-color: #FFF;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
i.icon-3::before { content: "3"; display: inline; }
i.icon-4 {
	border-radius: 50%;
	background-color: #FFF;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
i.icon-4::before { content: "4"; display: inline; }
i.icon-5 {
	border-radius: 50%;
	background-color: #FFF;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
i.icon-5::before { content: "5"; display: inline; }
i.icon-6 {
	border-radius: 50%;
	background-color: #FFF;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
i.icon-6::before { content: "6"; display: inline; }
i.icon-9 {
	border-radius: 50%;
	background-color: #FFF;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
i.icon-9::before { content: "9"; display: inline; }
i.icon-X {
	border-radius: 50%;
	background-color: #FFF;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
i.icon-X::before { content: "X"; display: inline; }
span.damage { font-style: italic; }
header .language-search {
    position: absolute;
    right: 0;
    top: 0;
}
header .language-search a {
    color: #d8d8d8 !important;
    background-color: #333333;
    padding: 7px 15px 7px 42px;
    border-radius: 5px;
    background-image: url(../img/select_arrow.png);
    background-size: 12px 10px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    width: 131px;
    text-decoration: none;
    font: 400 13.3333px Arial;
    cursor: pointer;
}
.language-search button {
    color: #d8d8d8;
    background-color: #333333;
    border: 0;
    padding: 7px 20px;
    margin-left: 18px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.display_number button {
    color: #d8d8d8;
    background-color: #333333;
    border: 0;
    padding: 7px 20px;
    margin-left: 18px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.language-select select::-ms-expand {
	display: none;
}
.language-select {
    float: right;
    display: flex;
    margin: 0 0 10px;
}
.language-select p {
    position: relative;
    top: 6px;
    right: 10px;
    font-size: 15px;
}
.language-select select {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    color: #d8d8d8;
    background-color: #333333;
    border: 0;
    padding: 7px 15px 7px 42px;
    border-radius: 5px;
    background-image: url(../img/select_arrow.png);
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: left 20px center;
    width: 131px;
}
ul.languagelist > li {
    position: relative;
    padding: 0 20px;
}
ul.languagelist > li:not(:last-child) {
    padding: 0 20px 50px;
}
ul.languagelist > li:not(:last-child)::after {
    content: "";
    display: block;
    background: url(../img/languagelist_line_bottom.png) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
ul.languagelist > li > h2 {
    display: flex;
}
ul.languagelist > li > h2 span:first-child {
    white-space: nowrap;
    min-width: 110px;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    padding: 5px 0 3px 30px;
}
ul.languagelist > li.card > h2 span:first-child::before {
    content: "";
    background: no-repeat;
    background-size: auto 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 3px;
}
ul.languagelist > li.card.Fire > h2 span:first-child::before { background-image: url(../img/icon-fire.png); }
ul.languagelist > li.card.Ice > h2 span:first-child::before { background-image: url(../img/icon-ice.png); }
ul.languagelist > li.card.Wind > h2 span:first-child::before { background-image: url(../img/icon-wind.png); }
ul.languagelist > li.card.Earth > h2 span:first-child::before { background-image: url(../img/icon-earth.png); }
ul.languagelist > li.card.Lightning > h2 span:first-child::before { background-image: url(../img/icon-thunder.png); }
ul.languagelist > li.card.Water > h2 span:first-child::before { background-image: url(../img/icon-aqua.png); }
ul.languagelist > li.card.Light > h2 span:first-child::before { background-image: url(../img/icon-shine.png); }
ul.languagelist > li.card.Dark > h2 span:first-child::before { background-image: url(../img/icon-dark.png); }
ul.languagelist > li > h2 span:last-child {
    color: #000;
    background: -moz-linear-gradient(left, #fff 50%, #000);
    background: -webkit-linear-gradient(left, #fff 50%, #000);
    background: linear-gradient(to right, #fff 50%, #000);
    width: 100%;
    position: relative;
    font-size: 21px;
    padding: 5px 0 0 30px;
}
ul.languagelist > li > h2 span:last-child::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 56px solid transparent;
	border-left: 20px solid #000;
	position: absolute;
}
ul.languagelist > li > div {
    display: flex;
    padding: 10px 0 15px 30px;
}
ul.languagelist > li > div > p {
    padding: 0 50px 0 0;
    width: 587px;
    position: relative;
}
ul.languagelist > li > div > p::after {
    content: "";
    display: inline-block;
    background: url(../img/languagelist_line_space.png) no-repeat;
    width: 1px;
    height: 100%;
    background-size: contain;
    position: absolute;
    right: 25px;
    top: 0;
}
ul.languagelist > li > ul {
    display: flex;
    margin: 15px 0 0 30px;
}
ul.languagelist > li > ul li {
    font-size: 14px;
}
ul.languagelist > li > ul li:first-child {
    margin: 0 80px 0 0;
}
ul.languagelist > li > ul li span {
    position: relative;
    max-width: 600px;
    font-size: 100%;
}
ul.languagelist > li > ul li span::after {
    white-space: pre-wrap;
    content: "  :  ";
    display: inline-block;
    right: 3px;
}
ul.languagelist > li > div > ul li span {
    position: relative;
    width: 90px;
    display: inline-block;
    margin: 0 10px 0 0;
}
ul.languagelist > li > div > ul li span::after {
    position: absolute;
    content: ":";
    display: inline-block;
    right: 3px;
}
ul.languagelist > li > div > p > strong > i {
    color: skyblue;
}

@media screen and (max-width: 780px) {
    ul.languagelist > li > h2 span:first-child {
        min-width: 80px;
        font-size: 16px;
        padding: 5px 0 0 15px;
    }
    ul#language-fire.languagelist > li > h2 span:first-child::before {
        width: 11px;
        height: 21px;
        top: 3px;
        left: 0px;
    }
    ul.languagelist > li > h2 span:last-child {
        font-size: 19px;
        padding: 5px 0 0 30px;
    }
    ul.languagelist > li > ul {
        margin: 15px 0 0 15px;
    }
    ul.languagelist > li > ul li:first-child {
        margin: 0 30px 0 0;
    }
    ul.languagelist > li > div {
        padding: 10px 0 15px 15px;
        display: block;
    }
    ul.languagelist > li > div > p {
        padding: 0 0 10px;
    }
    ul.languagelist > li > div > p::after {
        display: none;
    }
    ul.languagelist > li > h2 span:last-child::before {
        border-bottom: 26px solid transparent;
        border-left: 9px solid #000;
    }
    ul.languagelist > li:not(:last-child)::after {
        left: -2.5vw;
        width: 100vw;
    }
}



.search-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: rgba(0, 0, 0, .75);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.search-box {
    text-align: left;
    width: 900px;
    margin: 281px auto 0;
    padding: 5px 0 30px;
    background: #000;
}
.search-box nav {
    margin-top: 25px;
    text-align: center;
}
.search-box button {
    color: #d8d8d8;
    background-color: #333333;
    border: 0;
    padding: 7px 20px;
    margin-left: 18px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.form-group dt {
    width: 18%;
}
.form-group dd {
    width: 72%;
}
.form-group.attribute dd > label,
.form-group.type dd > label,
.form-group.rare dd > label {
    display: inline;
    margin-right: 5px;
}

.display_number {
  margin: 15px;
  text-align: right;
}

.search_condition {
  text-align: center;
}

@media screen and (max-width: 780px) {
    .search-box {
        width: 95vw;
        padding: 30px 10px;
        margin: 221px auto 0;
    }
    .form-group.attribute dd > label {
        width: 24vw;
    }
}

.defaultContent::before {
	content: "▶" !important;
	display: inline-block;
	margin-right: 3px;
	font-size: 70%;
}
.addContent::before {
	content: "▼" !important;
	display: inline-block;
	margin-right: 3px;
	font-size: 70%;
}
.sittalic{
    color: yellow;
}


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
