@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 td img {
  width: 50px !important;
  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;
}
.summary-box > ul > li {
    font-size: 13px !important;
}
.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: #2563eb;
  font-weight: bold;
  text-align: center;
  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;
}

/* H2キャラ */
.top-illust {
    margin-bottom: 10px !important;
}
.top-illust::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  pointer-events: none;
}
.top-illust {
    position: relative;
    margin-bottom: 20px;
}
/* 一覧系 */

table.ichiran td:first-child img {
  width: 55px;
  height: auto;
}
table.ichiran 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;
  text-align: left;
}
table.ichiran td:last-child div:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
table.ichiran td:last-child img {
  width: 22px;
  height: auto;
  margin: 0 3px 2px 0;
  display: inline-block;
}

/* めも */
.attention-section {
  margin: 10px auto;
  padding: 6px;
  border: 1px dashed #ccc;
  border-radius: 6px;
}
.attention-section > div {
  padding: 4px 5px;
}
.attention-item {
   display: flex; 
   align-items: center;
}
.attention-item + .attention-item {
  margin-top: 8px;
}
.attention-label {
  display: inline-block;
  background: #e2e8f0;
  color: #1e293b;
  border-radius: 4px;
  padding: 2px 6px;
  font-weight: bold;
  font-size: 12px;
  min-width: 64px;
  text-align: center;
}
.attention-text {
  display: inline-block;
  margin-left: 6px;
  font-size: 13px;
}
.attention-text img { 
    width: auto;
    height: 34px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}
.disabled a { 
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}
.gacha-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #f8fafc;
  padding: 3px;
  justify-content: center;
}
.chars {
  display: grid;
  gap: 14px;
  width: 100%;
}
.char-card {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  border-top: 1px solid rgb(221, 221, 221);
  border-radius: 4px;
  padding: 14px 8px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}
.char-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 168, 106, 0.18);
  pointer-events: none;
}
.face {
  width: 16%;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.face img {
  width: 64px;
}
.meta .name {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.6px;
  color: #1e293b;
}
.meta .sub {
  color: #888;
  font-size: 13px;
  margin: 3px 0;
  letter-spacing: 0.4px;
}
.lamp-group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-weight: bold;
  margin-top: 5px;
}
.lamp {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
/* ON のランプ */
.lamp.on.ウィッシュ { color: rgb(255, 255, 255); background: rgb(43, 100, 195); border-width: 2px; border-style: solid; border-color: rgb(71, 131, 233); border-image: initial; } 
.lamp.on.セレクト {  text-shadow: rgb(201, 128, 10) 0px 0px 2px; color: rgb(255, 255, 255); background: rgb(222, 142, 14); border-width: 2px; border-style: solid; border-color: rgb(234, 155, 29); border-image: initial; } 
.lamp.on.欠片交換 {  text-shadow: rgb(62, 150, 105) 0px 0px 2px; color: rgb(255, 255, 255); background: rgb(76, 171, 123); border-width: 2px; border-style: solid; border-color: rgb(95, 199, 147); border-image: initial; } 
.lamp.on.URガチャ変更対象 {  color: rgb(255, 255, 255); background: rgb(61, 50, 149); border-width: 2px; border-style: solid; border-color: rgb(108, 96, 219); border-image: initial; } 
.lamp.on.謎の商人 {  color: rgb(255, 255, 255); background: rgb(134, 29, 30); border-width: 2px; border-style: solid; border-color: rgb(169, 65, 67); border-image: initial; } 
.lamp.on.専用リソース {  color: rgb(255, 255, 255); background: #79612b; border-width: 2px; border-style: solid; border-color: #a79440; border-image: initial; } 
/* OFF のランプ */
.lamp.off.ウィッシュ { background: none; border: 1px solid #60a5fa; color: #60a5fa; opacity: 0.4; } 
.lamp.off.セレクト { background: none; border: 1px solid #fcd34d; color: #fcd34d; opacity: 0.4; } 
.lamp.off.欠片交換 { background: none; border: 1px solid rgb(76, 171, 123); color: rgb(76, 171, 123); opacity: 0.4; } 
.lamp.off.URガチャ変更対象 { background: none; border: 1px solid #a78bfa; color: #a78bfa; opacity: 0.4; } 
.lamp.off.謎の商人 { background: none; border: 1px solid #f87171; color: #f87171; opacity: 0.4; } 
.lamp.off.専用リソース { background: none; border: 1px solid #a79440; color: #79612b; opacity: 0.4; } 
.zissou {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  background: #f8fafc;
  color: #455a64;
  border-radius: 20px;
  border: 1px solid #f1f5f9;
  margin-top: 8px;
}
.notice {
  font-size: 13px;
  letter-spacing: 0.3px;
  margin: 15px 0 10px 0;
  padding: 1em 1em;
  border: solid 2px #cd5c5c;
  border-radius: 2px;
}
@media (max-width: 400px) {
.face { width: 25%; }
.face img { width: 54px; }
}
.ls_status_wrapper {
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 12px;
}
.ls_status_single {
  flex: 1;
  max-width: 220px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.08);
}
.ls_status_header {
  text-align: center;
  padding: 6px 0;
  background-color: #d7e0f3;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border: 1px solid #a8b1c4;
}
.ls_status_value {
  text-align: center;
  padding: 10px 0 12px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #a8b1c4;
  border-top: none;
}
.ls_status_value > img {
  width: 42px;
  margin-bottom: 0.6em;
}




