@charset "UTF-8";
/* 箇条書きリスト */
div.list-style {
    border: 2px solid #c5d4dc;
    padding: 10px 6px 2px 12px;
    background-color: #FFF;
    display: table;
    width: -webkit-fill-available;
    margin-bottom: 15px;
}
div.list-style ul {
    padding: 8px 8px 10px 2rem;
    overflow: hidden;
}
div.list-style li {
  list-style: disc!important;
  font-size: 14px!important;
  /* line-height: 1.8!important; */
}
div.list-style p {
  margin-bottom: 0!important;
}
div.list-style img {
  width: 34px;
  height: auto;
  display: inline-block;
  margin-right: 3px;
}
div.list-style > div {
  color: #64748b;
}

/* テーブルの画像が暫定 */
tr.zantei td:first-child {
    position: relative;
}
tr.zantei td:first-child a::after {
    content: "暫定";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 80%;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
}

/* 簡易評価 短評など */
table.review td:first-child {
  width: 26%;
  padding: 4px 0;
}
table.review td:last-child {
  width: 74%;
  line-height: 1.7;
  text-align: left;
  padding-right: 2px;
}
table.review td:first-child img {
  width: auto;
  height: 55px;
  margin-bottom: 3px;
  position: relative;
}
table.review td:last-child div:nth-child(n) {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  padding-top: 3px;
  line-height: 1.8;
}
table.review td:last-child div:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
table.review td:last-child img {
  width: 22px;
  height: auto;
  margin: 0 3px 2px 0;
  display: inline-block;
}

/* ランキング */
.SSSth {
  background: #f692ee;
}
.SSth {
  background-color: #ef534f;
}
.Sth {
  background-color: #feaa67;
}
.Ath {
  background-color: #ffdf80;
}
.Bth {
  background-color: #feff7f;
}
.Cth {
  background-color: #beff7f;
}
.Dth {
  background: #cffff9;
}
.ranking_back {
    background-color: #0f1015;
    padding: 20px 5px 10px 5px;
    border-radius: 10px;
}
.rank_table tr {
    border-bottom: solid 10px #0f1015;
}
.rank_table tr:first-child th {
    color: #293e59;
    padding: 5px 0px;
    font-size: 15px;
}
.rank_table tr {
    border: none!important;
    border-bottom: solid 10px #0f1015!important;
}
.rank_table, .rank_table td {
    border: none !important;
}
.rank_table {
    margin: 0 0 5px 0!important;
}
.rank_table td:first-child {
    width: 15%;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
}
.rank_table td:first-child img {
  width: 50px;
  height: auto;
  margin-bottom: 4px;
}
.ranking_wrapper {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ranking_wrapper div {
    position: relative;
    color: #fff;
    width: calc(100% / 5 - 4px);
    margin: 4px 2px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ranking_wrapper img {
    width: 54px;
    height: auto;
}
.rank_table tr:nth-child(even) {
    background: #2c2d33 !important;
}
.rank_table tr:nth-child(odd) {
    background: #4c4f59 !important;
}
.rank_table a {
    color: #fff !important;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rank_table a img {
    display: block;
    margin: 0 auto;
}
.gentei::after {
    content: "限定"; 
    position: absolute;
    top: 19%;
    left: 77%;
    transform: translate(-50%, -50%) rotate(50deg);
    width: 54px;
    height: auto;
    background-color: #a30404;
    color: #fff;
    border-top: solid 1px rgba(255, 255, 255, 0.65);
    border-bottom: solid 1px rgba(255, 255, 255, 0.65);
    font-weight: bold;
}
@media (max-width: 414px) {
.ranking_wrapper div {
    width: calc(100% / 4 - 4px);
}
}

/* カード風味 */
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.card {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #ccc;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.card-img {
    width: 55px;
    height: auto;
    border-radius: 8px;
    flex-shrink: 0;
}
.card-body {
    display: flex;
    flex-direction: column;
}
.card-title {
    font-weight: bold;
    color: #334155;
}
.card-description {
    color: #64748b;
    margin: 7px 0 6px;
}
.card-price::before {
    content: attr(data-price);
    color: #334155;
    font-weight: bold;
}

/* simple_checklists拡張 */
.simple_checklists dl {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}
.simple_checklists dd {
    padding-bottom: 6px !important;
}
.simple_checklists dl:last-child {
  padding-top: 10px !important;
}

/* マーカー */
.marker-sp {
    border-radius: 4px;
    color: #115c8f;
    background-color: #efecf7;
}

/* tdのimgを50pxに */
table.img50 img {
  width: 50px;
  height: auto;
}

/* おすすめの星痕 */
    .skill_table td:first-child img {
        width: 50px;
        height: auto;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        border: 3px solid #fff;
        margin-bottom: 5px;
    }
    .skill_table td:first-child {
        font-weight: bold;
    }
.skill_table td:last-child div:first-child::before {
     content: attr(data-osusume);
    color: #334155;
    font-weight: bold;
}

/* 聖物 */
.weapon-card {
    display: flex;
    border: 2px solid rgb(221, 221, 221);
    border-radius: 10px;
    background-color: rgb(248, 248, 249);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
    padding: 10px 5px;
}
.weapon-right-section {
    flex: 2.8 1 0%;
    display: flex;
    flex-direction: column;
}
.weapon-left-section {
    flex: 1.5 1 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.weapon-left-section img {
    width: 80px;
    height: auto;
}
.weapon-skill {
    margin-bottom: 7px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
}

/* h3画像の中だるみ回避 */
.summary-box {
  background: #f0f8ff;
  border: 1px solid #b0d4e3;
  padding: 1em;
  border-radius: 8px;
  margin-bottom: 1.5em;
}
.summary-box ul {
  padding-left: 1.2em;
  list-style-type: disc;
}
.mission-card {
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 1em;
  margin-bottom: 1.5em;
  border-left: 5px solid #72bcd4;
  border-radius: 6px;
}
.mission-header {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.step {
  display: inline-block;
  background: #72bcd4;
  color: white;
  font-weight: bold;
  padding: 0.2em 0.6em;
  border-radius: 4px;
  margin-right: 0.5em;
}
.mission-card img {
  max-width: 100%;
  height: auto;
  margin: 0.5em auto;
}
.tips-box {
  background: #fff7d6;
  border: 1px solid #f0d78c;
  border-radius: 6px;
  padding: 1em;
}
.summary-box ul {
  list-style: none;
  padding-left: 1.5em;
  counter-reset: number;
}
.summary-box li {
  position: relative;
  margin: 0.75em 0;
  padding-left: 1em;
}
.summary-box ul {
  position: relative;
}
.summary-box li:nth-child(n)::before {
  counter-increment: number;
  content: counter(number);
  color: #fff;
  background: #64748b;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  right: 98%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.summary-box img {
    width: 30px;
    height: auto;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}
.summary-box > p {
  margin-bottom: 10px !important;
}
.mission-card > h3 {
  margin-top: 10px !important;
}
.mission-card > h4 {
  top: 18% !imporant;
}
.mission-card > p:last-of-type {
  margin-bottom: 10px !important;
}

/* review 入手方法 */
tr.get td:first-child::after {
    content: attr(data-get-type);
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    padding: 0 10px;
    margin: 0 auto;
    width: fit-content;
    background-color: #a30404;
    color: #fff;
    border-top: solid 1px rgba(255, 255, 255, 0.65);
    border-bottom: solid 1px rgba(255, 255, 255, 0.65);
}

/* 透明 */
.transparent td:nth-child(n), .transparent tr, table.transparent {
    border: none !important;
    background: transparent !important;
}
.list-style img {
  vertical-align: middle;
}

/* キャラ > 基本情報 */
ul.chara_info {
    padding: 5px 10px 5px 10px;
    margin: 10px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 3px solid #c8c9cf;
    border-radius: 10px;https://admin.appmedia.jp/kj8-thegame/79244654
    overflow: hidden;
    font-weight: bold;
}
ul.chara_info img {
    width: 30px;
    height: auto;
    margin-right: 3px;
    display: inline-block;
}
.chara_info li:nth-child(n) {
    border-right: 2px dashed #c8c9cf;
    border-bottom: 2px solid #c8c9cf;
    padding: 5px 0px;
    text-align: center;
}
.chara_info li:nth-last-child(-n+2) {
    border-bottom: none;
}
.chara_info li:nth-child(2n) {
    border-right: none;
}

/* スキル用 */
.effect > .trend-desc {
  display: none;
  margin: 10px 0;
}
.trend-desc {
  font-size: 13px;
  position: relative;
  padding-left: 44px;
  font-feature-settings: "palt";
}
.trend-desc::before {
  content: attr(data-skill-lv);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  background: #e2e8f0;
  color: #1e293b;
  border-radius: 4px;
  padding: 1px 6px;
}
.name[data-rank="purple"] img {  border: 2px solid #673AB7; }
.name[data-rank="purple"] { color: #673AB7; }
.name[data-rank="orange"] img { border: 2px solid #ff6600; }
.name[data-rank="orange"] { color: #ff6600; }
.name[data-rank="red"] img { border: 2px solid #f9003f; }
.name[data-rank="red"] { color: #f9003f; }
.tag > div {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #cbd5e1;
    color: #374151;
}
.tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 5px;
}
.human_skill > div {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.human_skill > div:last-child {
  border-bottom: none;
}
.name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}
.name > div {
    display: flex;
    align-items: center;
}
.name div:last-child {
  text-align: center;
  font-size: 12px;
  color: #334155;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 2px 8px;
  background: #f1f5f9;
}
.name img {
  width: 36px;
  height: auto;
  margin-right: 5px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  display: inline-block;
}
.human_skill {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f9fafb;
  gap: 4px;
  margin: 0.75rem 0;
  position: relative;
}
.human_skill > .info > div::before {
  content: attr(data-skill) ": ";
  font-weight: bold;
  color: #334155;
}
.toggle_button {
    background-color: #2563eb;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 50%;
    margin: 0 25%;
}
.toggle_button:hover {
    background-color: #2563eb;
}