@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

* {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text-sm {
  font-size: 0.875rem;
}

.hoverItem {
  transition: filter 0.2s ease;
}
.hoverItem:hover {
  filter: brightness(1.2);
}

.w-40 {
  width: 40% !important;
}

@media screen and (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
}

.table-common {
  background: #0c1f34;
  box-shadow: 0 0 32px #0f2d54 inset;
}
.table-common th,
.table-common td {
  border: 1px solid;
  vertical-align: middle;
  text-align: center;
}
.table-common th {
  padding: 0.5rem;
  background: linear-gradient(to bottom, #1572f0, #114b8d, #1253a1);
  border-color: #2592fa;
  color: #a3cfff;
  font-weight: normal;
}
.table-common td {
  padding: 1rem 0.5rem;
  border-color: #2b68ad;
  color: #bce0ff;
}

.table-liveItem {
  background: #2a0f0f;
}

.table-liveItem th,
.table-liveItem td {
  border: 1px solid;
  vertical-align: middle;
  text-align: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.table-liveItem th {
  background: #7a1414;
  border-color: #9a2425;
  color: #ffafaf;
  font-weight: normal;
}
.table-liveItem td {
  border-color: #5c2020;
  color: #ffbcbc;
}

.table-classicItem {
  background: #2c2a24;
}
.table-classicItem th,
.table-classicItem td {
  border: 1px solid;
  vertical-align: middle;
  text-align: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.table-classicItem th {
  background: #785f3e;
  border-color: #88704e;
  color: #f3d5ad;
  font-weight: normal;
}
.table-classicItem td {
  border-color: #5c2020;
  color: #fee6c6;
}

.table-adenItem {
  background: #0d2035;
}
.table-adenItem th,
.table-adenItem td {
  border: 1px solid;
  vertical-align: middle;
  text-align: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.table-adenItem th {
  background: #104784;
  border-color: #1e619f;
  color: #a3cfff;
  font-weight: normal;
}
.table-adenItem td {
  border-color: #1b3f62;
  color: #bce0ff;
}

.spBtn {
  width: 70px;
  aspect-ratio: 140 / 62;
  background: transparent;
  border: none;
  background-size: contain;
  display: inline-grid;
  place-content: center;
  font-weight: bold;
  text-shadow: 0 0 8px #0008;
}
.spBtn:disabled {
  opacity: 0.75;
  filter: brightness(0.5);
}

.table-liveItem .spBtn {
  background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/btn_live.webp);
  color: #ffe7e7;
}
.table-classicItem .spBtn {
  background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/btn_classic.webp);
  color: #ffeed8;
}
.table-adenItem .spBtn {
  background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/btn_aden.webp);
  color: #ffeed8;
}

@media screen and (min-width: 768px) {
  .spBtn {
    width: 140px;
  }
}

:root {
  --bs-body-font-size: 12px;
}
@media screen and (min-width: 768px) {
  :root {
    --bs-body-font-size: 16px;
  }
}
html {
  font-size: var(--bs-body-font-size);
}

.bg2 {
  background: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/bodyBg2.webp)
    center top;
}
.bg3 {
  background: #191919;
}

.text-steelBlue {
  color: #5f9ad3;
}
.text-paleBlue {
  color: #bce0ff;
}
.text-tannedSkin {
  color: #d0b793;
}

.cage {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.cage__inner {
  position: relative;
  /*background: #172D44;*/
  border-style: solid;
  border-width: 24px;
  border-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/cage.webp)
    48 fill;
  filter: drop-shadow(0 0 16px #00050a55);
}
.cage__inner::after {
  content: "";
  position: absolute;
  left: -24px;
  top: -24px;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  background: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/bgCover.webp)
    center top no-repeat;
  pointer-events: none;
}
.cage__inner2 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .cage__inner {
    border-width: 48px;
  }
  .cage__inner::after {
    left: -48px;
    top: -48px;
    width: calc(100% + 96px);
    height: calc(100% + 96px);
  }
}

.cage2 {
  border-style: solid;
  border-width: 16px;
  border-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/cage2.webp)
    32 fill;
}
@media screen and (min-width: 992px) {
  .cage2 {
    border-width: 32px;
  }
}

.cage3 {
  position: relative;
  border-style: solid;
  border-width: 12px;
  border-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/cage3.webp)
    24 fill;
}
.cage3::after {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -25px;
  width: 51px;
  height: 12px;
  background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/cage3Kazari.webp);
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .cage3 {
    border-width: 24px;
  }
  .cage3::after {
    top: -48px;
    margin-left: -51px;
    width: 102px;
    height: 24px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.headArea {
  position: relative;
  background: #102338;
  overflow: hidden;
}
.headArea__pcImg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.headArea__l2Logo {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 32%;
  height: 10%;
  z-index: 1;
  /*background: #f009;*/
}
@media screen and (min-width: 768px) {
  .headArea__l2Logo {
    left: 24px;
    top: 24px;
    width: 218px;
    height: 44px;
    background: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/logo.webp);
  }
}

.bodyArea {
  background: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/bodyBgTop_mb.webp)
      center top no-repeat,
    url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/bodyBg1.webp)
      center top;
  background-size: contain, auto;
}
@media screen and (min-width: 768px) {
  .bodyArea {
    background: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/bodyBgTop.webp)
        center top no-repeat,
      url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/bodyBg1.webp)
        center top;
  }
}

.myTab__ulWrapper {
  background: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tabBg.webp)
    center center no-repeat;
}
.myTab__ul {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  gap: 1px;
}
.myTab_t {
  flex-shrink: 1;
  cursor: pointer;
  width: 303px;
  aspect-ratio: 218 / 100;
  filter: drop-shadow(0 0 12px #01060b22);
  text-indent: -9999px;
  overflow: hidden;
  background-size: cover;
}
.myTab_t:nth-child(1) {
  background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_l_off_mb.webp);
}
.myTab_t:nth-child(2) {
  background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_c_off_mb.webp);
}
.myTab_t:nth-child(3) {
  background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_a_off_mb.webp);
}
.myTab_t.current:nth-child(1) {
  background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_l_on_mb.webp);
}
.myTab_t.current:nth-child(2) {
  background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_c_on_mb.webp);
}
.myTab_t.current:nth-child(3) {
  background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_a_on_mb.webp);
}

@media screen and (min-width: 768px) {
  .myTab_t {
    width: 303px;
    aspect-ratio: 303 / 79;
  }
  .myTab_t:nth-child(1) {
    background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_l_off.webp);
  }
  .myTab_t:nth-child(2) {
    background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_c_off.webp);
  }
  .myTab_t:nth-child(3) {
    background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_a_off.webp);
  }
  .myTab_t.current:nth-child(1) {
    background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_l_on.webp);
  }
  .myTab_t.current:nth-child(2) {
    background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_c_on.webp);
  }
  .myTab_t.current:nth-child(3) {
    background-image: url(https://static.ncsoft.jp/events/25/lineage2/08blackMileage/tab_a_on.webp);
  }
}

.myTab_c {
  display: none;
}
.myTab_c.current {
  display: block;
}

.ajaxCover {
  position: fixed;
  inset: 0;
  display: grid;
  place-content: center;
  background: #0009;
  z-index: 100;
}
.ajaxCover::after {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff9;
  animation: ajaxCover 1s linear infinite;
}

@keyframes ajaxCover {
  0% {
    transform: rotate(0);
    border-radius: 0;
  }
  50% {
    border-radius: 16px;
  }
  100% {
    transform: rotate(360deg);
    border-radius: 0;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.itemImg {
  max-width: 170px;
}

.item_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.account {
  background: url("https://static.ncsoft.jp/events/25/lineage2/08blackMileage/limit_bg.webp")
    center center no-repeat;
  background-size: cover;
  z-index: 50;
  color: #fff8c6;
  font-size: 12px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.account.none {
  opacity: 0;
}

.itemImg_wrapper {
  background: url("https://static.ncsoft.jp/events/25/lineage2/08blackMileage/item_bg_live.webp")
    center center no-repeat;
  background-size: cover;
  padding: 10px;
  margin: 0 -20px;
}

.itemImg_wrapper.classic {
  background: url("https://static.ncsoft.jp/events/25/lineage2/08blackMileage/item_bg_classic.webp")
    center center no-repeat;
  background-size: cover;
}
.itemImg_wrapper.aden {
  background: url("https://static.ncsoft.jp/events/25/lineage2/08blackMileage/item_bg_aden.webp")
    center center no-repeat;
  background-size: cover;
}
.number {
  background: url("https://static.ncsoft.jp/events/25/lineage2/08blackMileage/number_bg_blue.webp")
    center center no-repeat;
  background-size: contain;
  width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  margin-top: 40px;
}
.number.red {
  background: url("https://static.ncsoft.jp/events/25/lineage2/08blackMileage/number_bg_red.webp")
    center center no-repeat;
}
