@charset "UTF-8";

.zokusei {
  width: 32px !important;
  margin: 0 3px;
}

.simple_list img {
  width: 32px;
  display: inline-block;
  margin-right: 3px;
}

.stan li {
  margin-bottom: 6px;
}

.seven-days td:nth-child(n) {
  text-align: left;
}

.seven-days img,
.daily div:last-child img {
  width: 36px;
  display: inline-block;
  margin-right: 3px;
}

.seven-days div:first-child {
  color: #333;
  position: relative;
  font-weight: bold;
  padding-left: 15px;
}

.seven-days div:first-child::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 40%;
  background-color: var(--thema-color2);
  transform: rotate(45deg);
  left: 0.5%;
}

.seven-days div:last-child {
  border: none;
  line-height: 1.9;
  padding-bottom: 0;
}

.seven-days div,
.daily div:first-child {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  padding-top: 3px;
  line-height: 1.9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.daily div:first-child img {
  width: 50px;
}

.ranking-reward .drop-item-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  white-space: normal;
  overflow: visible;
  justify-content: flex-start;
}

.attention-item::before {
  min-width: 72px !important;
}

.reward td:last-child div:nth-of-type(1) {
  position: relative;
  padding-left: 5px;
  background:
    linear-gradient(#f44336d4, #f44336d4) left center / 3px 20px no-repeat;
}

.reward td:last-child div:nth-of-type(1)::before {
  content: attr(point-label);
  color: #1e293b;
  font-weight: bold;
  font-size: 12px;
  margin-left: 3px;
  letter-spacing: -0.5px;
}

.drop-image::before {
  content: attr(data-v);
  position: absolute;
  left: 0;
  bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.025em;
  color: white;
  background: rgba(34, 34, 34, 0.88);
  min-width: 60px;
  font-family: system-ui;
  line-height: 1;
  padding: 3px 0;
}

table.reward td:first-child img,
.ranking-reward img {
  border: solid 1px #ccc;
  margin-bottom: 0.5em !important;
}

table.reward td:first-child,
table.reward th:first-child {
  width: 20% !important;
  border-right: none !important;
}

table.reward td:last-child,
table.reward th:last-child {
  border-left: none !important;
}

table.check div:first-child {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
}

table.check div:nth-child(n+2) {
  position: relative;
  text-align: left;
  line-height: 1.7;
  list-style-type: none;
  padding: 5px 10px 5px 26px;
}

table.check div:nth-child(n+2)::before {
  content: " ";
  display: block;
  height: 0px;
  left: 3px;
  position: absolute;
  top: 8px;
  width: 0px;
  border-width: 8px;
  border-style: solid;
  border-color: #f8800b;
  border-image: initial;
  border-radius: 8px;
  vertical-align: -11px;
}

table.check div:nth-child(n+2)::after {
  content: " ";
  display: block;
  height: 6px;
  left: 9px;
  position: absolute;
  top: 11px;
  transform: rotate(45deg);
  width: 3px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  vertical-align: -11px;
}

table.check td:first-child div:first-child::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 4px;
  background: url(https://appmedia.jp/wp-content/themes/appmedia/images/common/icon_useful.webp) center center no-repeat;
  background-size: contain;
  vertical-align: -8px;
}

@media (max-width: 414px) {
  table.check div:nth-child(n+2)::before {
    top: 5px;
  }

  table.check div:nth-child(n+2)::after {
    top: 8px;
  }
}

.scroll_x {
  height: fit-content;
  border: 3px solid #ccc;
  border-radius: 6px;
  padding: 4px;
  margin-bottom: 15px;
}

.scroll_x td>span {
  font-weight: bold;
  padding: 2px 8px;
  display: block;
  border-radius: 4px;
  color: #fff;
  width: fit-content;
  margin: auto;
  border: solid 1px antiquewhite;
  pointer-events: none;
}

span[data-color="red"] {
  text-shadow: 0 0 1px #000, 0 0 2px #000;
  background: #8b0000;
}

span[data-color="yellow"] {
  background: #79612b;
  border: 2px solid #a79440;
  color: #fff;
}

.awake td:first-child {
  padding: 0;
}

.drop-item img {
  width: 60px;
  height: auto;
}

.drop-item {
  position: relative;
  object-fit: cover;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.drop-item-container {
  display: flex;
  justify-content: center;
  justify-content: space-around;
}

.attention-section {
  background: #fff;
}

.simple_list li {
  font-feature-settings: "palt";
}







.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tabs {
  margin-top: 16px;
}

.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e5e7eb;
}

.tab-btn {
  padding: 10px 18px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280;
  position: relative;
}

.tab-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: background 0.2s;
}

.tab-btn.active {
  color: #ff4e4e;
}

.tab-btn.active::after {
  background: #ff4e4e;
}

.build-image,
.char-grid,
.tag-list {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 1.76em 1em 1.2em 1em;
  margin: 22px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  position: relative;
}

.tag-list {
  padding: 1.76em 0.5em 1.2em 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 5px;
}

.build-image::before,
.char-grid::before,
.tag-list::before {
  content: attr(data-label);
}

.build-image::before,
.char-grid::before,
.tag-list::before {
  position: absolute;
  top: -7px;
  left: 12px;
  padding: 0 9px;
  font-size: 14px;
  line-height: 1;
  background: #ffffff8a;
  color: #334155;
  font-weight: bold;
}

.char-grid.order {
  background: #fff7f7;
  border-color: #fecaca;
}

.char-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 12px;
  position: relative;
}

.char {
  position: relative;
  font-size: 0;
}

.char img {
  width: 56px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
}

.char span {
  position: absolute;
  top: -8px;
  left: -8px;
  background: #ff4e4e;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 999px;
  font-weight: bold;
}

.char::after {
  content: attr(data-name);
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  white-space: nowrap;
  color: #374151;
  opacity: 0;
  transition: opacity 0.2s;
}

.char:hover::after {
  opacity: 1;
}

.tag-list div {
  display: inline-block;
  background: #f3f4f6;
  padding: 4px 8px;
  color: #374151;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: .25rem;
  border: 2px solid #ccc;
}

.tab-content {
  padding: 2px 10px;
  background: #f1f4f9;
}

.build-image img {
  width: 400px;
  height: auto;
}