@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@900&display=swap");
:root {
  --maxvh: 100vh;
  --maxvh-without-navtop: 100vh;
  --navtop-gap: 149px;
  --navtop-height: 149px;
  --nexon-gnb-height: 63px;
  --nexon-gnb-gap: 63px;
  --gnb-height: 86px;
  --gnb-gap: 86px;
  --event-gnb-height: 0px;
  --event-gnb-gap: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
html {
  font-optical-sizing: auto;
}

html.use-custom-cursor,
html.use-custom-cursor a,
html.use-custom-cursor button,
html.use-custom-cursor h1,
html.use-custom-cursor h2,
html.use-custom-cursor h3,
html.use-custom-cursor h4,
html.use-custom-cursor h5,
html.use-custom-cursor h6,
html.use-custom-cursor input,
html.use-custom-cursor textarea {
  cursor: none !important;
}

body {
  background-color: #181512;
}

#app.records {
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  #app.records {
    min-width: auto;
  }
}

.dot-line {
  border-top: 3px dotted rgba(255, 255, 255, 0.3019607843);
  display: inline-block;
  height: 0;
  margin-left: 6px;
  margin-right: 10px;
  min-width: 15px;
  width: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .dot-line {
    border-width: 2px;
  }
}

.mask-text {
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  text-align: inherit;
  width: auto;
}

.hexatag {
  align-items: center;
  background-image: url(./svg/polygon_hexatag.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 200% 100%;
  box-sizing: border-box;
  color: #615d59;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px 0;
  position: relative;
  width: auto;
  transition: filter 0.2s ease;
}
.hexatag.-stroke {
  background-image: url(./svg/polygon_hexatag_stroke.svg);
}
.hexatag:after, .hexatag:before {
  background-image: inherit;
  background-position: 50% 50%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: auto 100%;
  box-sizing: border-box;
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  width: 15px;
}
.hexatag:before {
  transform: translate3d(0.2%, 0, 0);
}
.hexatag:after {
  background-position: 100% 50%;
  left: 100%;
  right: unset;
  transform: translate3d(-0.2%, 0, 0);
}

[class*=button--] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: inline-block;
  flex: 0 0 auto;
  height: auto;
  vertical-align: top;
  width: auto;
}

.button--selector {
  align-items: center;
  border: 1px solid #e3e1e0;
  border-radius: 3px;
  box-sizing: border-box;
  color: #666;
  column-gap: 12px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  min-height: 40px;
  padding: 12px 10px;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  white-space: nowrap;
  will-change: width;
}
@media screen and (max-width: 768px) {
  .button--selector {
    padding: 3.125vw 3.90625vw;
    column-gap: 1.5625vw;
    border-radius: 0.390625vw;
    border: 0.1302083333vw solid #e3e1e0;
  }
}
.button--selector:after {
  box-sizing: border-box;
  content: "";
  display: inline-flex;
  height: 6px;
  vertical-align: top;
  width: 11px;
  fill: currentColor;
  background-color: #c2c0be;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 auto;
  margin-left: 16px;
  mask-image: url(./svg/icon_arrow_down.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  min-height: 5px;
  min-width: 5px;
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .button--selector:after {
    width: 2.8645833333vw;
    height: 1.5625vw;
    margin-left: 2.0833333333vw;
    min-height: 0.6510416667vw;
    min-width: 0.6510416667vw;
  }
}
.button--selector ._name {
  color: #c2a779;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .button--selector ._name {
    font-size: 4.1666666667vw;
  }
}
.button--selector ._value {
  color: #c2a779;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .button--selector ._value {
    font-size: 3.6458333333vw;
  }
  .button--selector ._value div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 58.59375vw;
    flex-shrink: 0;
  }
}
.button--selector .selector {
  max-height: 360px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .button--selector .selector {
    min-width: 100%;
    margin-top: 0;
  }
}
.button--selector .selector__content {
  background-color: #000;
  border: 1px solid #c2a779;
  border-radius: 0;
  display: grid;
  grid-template-rows: 0fr;
  transition: var(--animation-time, 0.5s) linear;
}
.button--selector .selector__content.open {
  grid-template-rows: 1fr;
}
.button--selector .selector__content ul {
  overflow: auto;
}
.button--selector .selector__content ul li {
  border-bottom: 1px solid #504338;
}
.button--selector .selector__content ul li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .button--selector .selector__content ul li {
    font-size: 4.1666666667vw;
    color: #877f7f;
    padding: 3.2552083333vw;
    border-bottom: 0.1302083333vw solid #504338;
  }
}
.button--selector .selector__content ul li.-selected {
  background-color: #61543d;
}
.button--selector .selector__content ul li.-selected span {
  color: #c2a779;
}
.button--selector .selector__content ul li span {
  color: #877f7f;
}

.spinner--progress-dots {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  grid-gap: 2px;
}
.spinner--progress-dots span {
  animation: bound-f905bb39 0.5s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
  background-color: var(--0dba516f);
  border-radius: 9999px;
  display: inline-block;
  height: 6px;
  width: 6px;
}
.spinner--progress-dots span:nth-child(2) {
  animation-delay: 0.1s;
}
.spinner--progress-dots span:nth-child(3) {
  animation-delay: 0.2s;
}

.selector {
  box-sizing: border-box;
  cursor: default;
  display: flex;
  left: 0;
  margin-top: 4px;
  position: absolute;
  top: 100%;
  width: auto;
  z-index: 100;
}
.selector select {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  cursor: pointer !important;
  display: none !important;
  pointer-events: none !important;
  white-space: nowrap;
}

.selector__box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  left: 0;
  pointer-events: none;
  position: relative;
  top: 0;
  touch-action: pan-y;
  visibility: hidden;
  width: 100%;
}
.selector__box.-open {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  display: block;
}
.selector__box.-open .selector__content {
  grid-template-rows: 1fr;
}
.selector__box.-hide {
  display: none;
}

.selector__dimmed {
  display: none;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 769px) {
  .selector__transform {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1490196078);
    transform: none !important;
    will-change: height;
  }
}
.selector__transform {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.4s ease;
  width: auto;
  z-index: 2;
}
@media (min-width: 769px) {
  .selector__transform .selector__close {
    display: none;
  }
}
.selector__transform .selector__close {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  -webkit-user-select: all;
  user-select: all;
  -webkit-user-drag: auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0));
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: none;
}
.selector__transform .selector__close span {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}

.selector__content {
  background-color: #fff;
  border: 1px solid #c2c0be;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-height: 0;
  overflow-y: overlay;
  transition: border 0.4s ease;
  width: 100%;
}
.selector__content-box {
  overflow: hidden;
}
.selector__content-box ul::-webkit-scrollbar {
  border-right: 2px solid rgba(0, 0, 0, 0);
  width: 6px;
}
.selector__content-box ul::-webkit-scrollbar-thumb {
  background: #c2a779;
}
.selector__content-box ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.selector__content ul {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  height: auto;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .selector__content ul li.-selected {
    background-color: rgba(0, 0, 0, 0.0509803922);
    color: #3e3731;
  }
}
.selector__content ul li {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  align-items: center;
  color: rgba(102, 102, 102, 0.5019607843);
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  height: 100%;
  justify-content: flex-start;
  padding: 9px 14px 9px 9px;
  text-align: left;
  transition: background-color 0.14s ease, color 0.14s ease;
  vertical-align: top;
}

.pagination-content {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pagination-content {
    margin-top: 7.8125vw;
  }
}
.pagination-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .pagination-numbers {
    column-gap: 1.0416666667vw;
  }
}
.pagination-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagination-numbers__item {
  font-size: 16px;
  color: #877f7f;
  padding: 6px 6px 8px;
}
@media screen and (max-width: 768px) {
  .pagination-numbers__item {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .pagination-numbers__item {
    padding: 0.78125vw 0.78125vw 1.0416666667vw;
  }
}
.pagination-numbers__item.active {
  color: #c2a779;
}
.pagination-numbers__symbol span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.-empty {
  height: 300px;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c2a779;
}
.-empty::after {
  content: "目前沒有資料";
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .-empty {
    font-size: 4.1666666667vw;
    height: 39.0625vw;
  }
}

.-error {
  height: 300px;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c2a779;
}
.-error::after {
  content: "目前沒有資料(系統忙碌中)";
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .-error {
    font-size: 4.1666666667vw;
    height: 39.0625vw;
  }
}

.-loading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .-loading {
    height: 39.0625vw;
  }
}
.-loading > * {
  display: none !important;
}
.-loading:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1.2s linear infinite;
}
@media screen and (max-width: 768px) {
  .-loading:after {
    width: 7.8125vw;
    height: 7.8125vw;
    border-width: 0.6510416667vw;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wave-b44e1f3e {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes outRing-b44e1f3e {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes bound-f905bb39 {
  0% {
    opacity: 0.35;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
  }
}
[class*=i--] {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  vertical-align: top;
  fill: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: contain;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  min-height: 5px;
  min-width: 5px;
}

.i--search {
  mask-image: url(./svg/icon-search.svg);
}

.i--plus {
  mask-image: url(./svg/icon_plus.svg);
}

.i--minus {
  mask-image: url(./svg/icon_minus.svg);
}

.i--xmark-2 {
  mask-image: url(./svg/icon_xmark_2.svg);
}

.i--world {
  mask-image: url(./svg/icon_world.svg);
}

.i--guildmark {
  mask-image: url(./svg/icon_guildmark.svg);
}

.i--crown {
  mask-image: url(./svg/icon_crown.svg);
}

.i--member {
  mask-image: url(./svg/icon_member.svg);
}

.i--money {
  mask-image: url(./svg/icon_money.svg);
}

.i--money-percent {
  mask-image: url(./svg/icon_money_percent.svg);
}

.i--refresh {
  mask-image: url(./svg/icon_refresh.svg);
}

.i--garrison {
  mask-image: url(./svg/icon_garrison.svg);
}

.i--fortress {
  mask-image: url(./svg/icon_fortress.svg);
}

.i--castle {
  mask-image: url(./svg/icon_castle.svg);
}

.land--fortress,
.land--Fortress {
  background-image: url(./images/img_landbadge_fortress.png);
}

.land--garrison,
.land--Garrison {
  background-image: url(./images/img_landbadge_garrison.png);
}

.land--castle,
.land--Castle {
  background-image: url(./images/img_landbadge_castle.png);
}

.type--diamond .land-wealth__icon {
  background-image: url(./images/img_wealth_diamond.png);
  background-position: 65% 50%;
  background-size: 65%;
}

.type--ruby .land-wealth__icon {
  background-image: url(./images/img_wealth_rudy.png);
  background-position: 65% 70%;
  background-size: 75%;
}

.land-wealth__icon {
  background-repeat: no-repeat;
  border: 2px solid #504338;
  border-radius: 100vmax;
  display: inline-flex;
  height: 36px;
  margin-right: 8px;
  position: relative;
  width: 36px;
  box-sizing: border-box;
}
.land-wealth__icon:before {
  background-image: url(./images/img_wealth_mark.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 21px;
  left: -3px;
  position: absolute;
  top: -1px;
  width: 14px;
}

.i--class-all {
  mask-image: url(./svg/icon_class_all.svg);
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .i--class-all {
    width: 6.25vw;
    height: 6.25vw;
  }
}

.i--class-MirageBlade,
.i--class-mirageblade {
  mask-image: url(./svg/icon_class_1.svg);
}

.i--class-IncenseArcher,
.i--class-incensearcher {
  mask-image: url(./svg/icon_class_2.svg);
}

.i--class-RuneScribe,
.i--class-runescribe {
  mask-image: url(./svg/icon_class_3.svg);
}

.i--class-Enforcer,
.i--class-enforcer {
  mask-image: url(./svg/icon_class_4.svg);
}

.i--class-Solarsentinel,
.i--class-solarsentinel,
.i--class-SolarSentinel {
  mask-image: url(./svg/icon_class_5.svg);
}

.i--class-Abyssrevenant,
.i--class-abyssrevenant,
.i--class-AbyssrEvenant {
  -webkit-mask-image: url(./svg/icon_class_6.svg);
  mask-image: url(./svg/icon_class_6.svg);
}

.i--rank-lv {
  mask-image: url(./svg/icon_rank_lv.svg);
}

.i--rank-guild {
  mask-image: url(./svg/icon_rank_guild.svg);
}

.i--0 {
  mask-image: url(./svg/icon_zero.svg);
}

.i--1 {
  mask-image: url(./svg/icon_one.svg);
}

.i--2 {
  mask-image: url(./svg/icon_two.svg);
}

.i--3 {
  mask-image: url(./svg/icon_three.svg);
}

.i--4 {
  mask-image: url(./svg/icon_four.svg);
}

.i--5 {
  mask-image: url(./svg/icon_five.svg);
}

.i--6 {
  mask-image: url(./svg/icon_six.svg);
}

.i--7 {
  mask-image: url(./svg/icon_seven.svg);
}

.i--8 {
  mask-image: url(./svg/icon_eight.svg);
}

.i--9 {
  mask-image: url(./svg/icon_nine.svg);
}

.i--percent {
  width: 22px;
  height: 19px;
  mask-image: url(./svg/icon_percent.svg);
  background-color: #faecd7;
}
@media screen and (max-width: 768px) {
  .i--percent {
    width: 3.7760416667vw;
    height: 3.2552083333vw;
  }
}

.i--number {
  width: 13px;
  height: 19px;
  background-color: #faecd7;
}
@media screen and (max-width: 768px) {
  .i--number {
    width: 2.34375vw;
    height: 3.125vw;
  }
}

.i--pagination-last {
  width: 14px;
  height: 14px;
  background-color: #877f7f;
  mask-image: url("./svg/pagination-last.svg");
}
@media screen and (max-width: 768px) {
  .i--pagination-last {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}

.i--pagination-next {
  width: 14px;
  height: 14px;
  background-color: #877f7f;
  mask-image: url("./svg/pagination-next.svg");
}
@media screen and (max-width: 768px) {
  .i--pagination-next {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}

.i--pagination-first {
  width: 14px;
  height: 14px;
  background-color: #877f7f;
  mask-image: url("./svg/pagination-first.svg");
}
@media screen and (max-width: 768px) {
  .i--pagination-first {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}

.i--pagination-prev {
  width: 14px;
  height: 14px;
  background-color: #877f7f;
  mask-image: url("./svg/pagination-prev.svg");
}
@media screen and (max-width: 768px) {
  .i--pagination-prev {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}

.lb-time-crevice .gbox-wrap {
  max-width: 708px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #000;
  background-size: cover;
  box-shadow: inset 0 0 0 2px #c69d7b;
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice .gbox-wrap {
    max-width: 92.1875vw;
    margin-top: 10.4166666667vw;
    margin-bottom: 10.4166666667vw;
    box-shadow: inset 0 0 0 0.5208333333vw #c69d7b;
    padding: 15.625vw 3.90625vw;
  }
}
.lb-time-crevice .gbox-title {
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 100%;
  height: 76px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice .gbox-title {
    height: 7.8125vw;
  }
}
.lb-time-crevice .gbox-content {
  position: relative;
  padding: 0;
  width: 100%;
  color: #c7bfb3;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice .gbox-content {
    font-size: 4.1666666667vw;
  }
}

.lb-time-crevice .gbox-action {
  z-index: 2;
  position: relative;
  padding: 0;
  font-size: 0;
  display: flex;
  column-gap: 15px;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice .gbox-action {
    column-gap: 3.90625vw;
    margin-top: 7.8125vw;
  }
}
.lb-time-crevice .gbox-btn {
  width: auto;
  min-width: 150px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  position: relative;
  margin: 0;
  color: #c2a779;
  box-shadow: inset 0 0 0 1px #504338;
  background-color: #000;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lb-time-crevice .gbox-btn:hover {
    background-image: linear-gradient(to right, #0c0a09 0%, #695315 100%);
  }
}
@media screen and (max-width: 768px) {
  .lb-time-crevice .gbox-btn {
    min-width: 39.0625vw;
    height: 10.4166666667vw;
    font-size: 4.1666666667vw;
    box-shadow: inset 0 0 0 0.2604166667vw #504338;
  }
}

.lb-time-crevice .gbox-close {
  width: 40px;
  height: 40px;
  font-size: 0;
  top: 0;
  right: 0;
  border: 2px solid #c69d7b;
}
.lb-time-crevice .gbox-close:before, .lb-time-crevice .gbox-close:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  background-color: #bf8245;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice .gbox-close:before, .lb-time-crevice .gbox-close:after {
    width: 0.5208333333vw;
    height: 6.5104166667vw;
  }
}
.lb-time-crevice .gbox-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lb-time-crevice .gbox-close:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .lb-time-crevice .gbox-close {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    border: 0.5208333333vw solid #c69d7b;
  }
}

.lb-time-crevice-content {
  width: 100%;
}
.lb-time-crevice-title {
  color: #c2a779;
  font-size: 24px;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-title {
    font-size: 6.25vw;
    padding: 5.2083333333vw 0;
  }
}
.lb-time-crevice-tab {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-tab {
    margin-bottom: 7.8125vw;
  }
}
.lb-time-crevice-tab__item {
  font-size: 16px;
  color: #877f7f;
  text-decoration: none;
  padding: 12px 0;
  box-shadow: inset 0 -2px 0 #504338;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-tab__item {
    font-size: 4.1666666667vw;
    padding: 3.125vw 0;
    box-shadow: inset 0 -0.5208333333vw 0 #504338;
  }
}
.lb-time-crevice-tab__item.active {
  color: #c2a779;
  box-shadow: inset 0 -2px 0 #c2a779;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-tab__item.active {
    box-shadow: inset 0 -0.5208333333vw 0 #c2a779;
  }
}
.lb-time-crevice-info {
  font-size: 16px;
  color: #877f7f;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-info {
    font-size: 4.1666666667vw;
    margin-bottom: 7.8125vw;
  }
}
.lb-time-crevice-half {
  margin-bottom: 30px;
}
.lb-time-crevice-half:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-half {
    margin-bottom: 7.8125vw;
  }
}
.lb-time-crevice-half__title {
  font-size: 14px;
  color: #c2a779;
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.lb-time-crevice-half__title:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-size: 100%;
  background-image: url("./images/half-arrow-right.png");
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-half__title:after {
    width: 2.0833333333vw;
    height: 3.6458333333vw;
    margin-left: 2.0833333333vw;
  }
}
.lb-time-crevice-half__title:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-size: 100%;
  background-image: url("./images/half-arrow-left.png");
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-half__title:before {
    width: 2.0833333333vw;
    height: 3.7760416667vw;
    margin-right: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-half__title {
    font-size: 3.6458333333vw;
    margin-bottom: 3.90625vw;
  }
}
.lb-time-crevice-half__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-half__list {
    column-gap: 3.90625vw;
    row-gap: 3.90625vw;
  }
}
.lb-time-crevice-half__item {
  font-size: 16px;
  border: 1px solid #504338;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-half__item {
    font-size: 4.1666666667vw;
    border: 0.1302083333vw solid #504338;
  }
}
.lb-time-crevice-half__item-head {
  background-color: #61543d;
  color: #c2a779;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-half__item-head {
    padding: 3.125vw 0;
  }
}
.lb-time-crevice-half__item-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lb-time-crevice-half__item-body {
    padding: 3.90625vw;
  }
}
.lb-time-crevice-box {
  display: none;
}
.lb-time-crevice-box.active {
  display: block;
}

.records-wrap {
  background-image: url("./images/bg-records.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 370px;
  padding-bottom: 90px;
  background-color: #181411;
}
@media screen and (max-width: 768px) {
  .records-wrap {
    background-image: url("./images/bg-m.jpg");
    padding-top: 19.53125vw;
    padding-bottom: 11.71875vw;
    padding: 19.53125vw 3.90625vw 11.71875vw;
  }
}
.records-nav {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .records-nav {
    grid-template-columns: repeat(2, 2fr);
    margin-bottom: 3.90625vw;
  }
}
.records-nav__item {
  font-size: 16px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #877f7f;
  border: 1px solid #504338;
  border-bottom: 1px solid #c2a779;
  padding: 14px 0;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .records-nav__item {
    font-size: 4.1666666667vw;
    padding: 3.6458333333vw 0;
    border: 0.1302083333vw solid #504338;
    border-bottom: 0.1302083333vw solid #c2a779;
  }
}
.records-nav__item.none {
  font-size: 0;
  border: 0;
  cursor: default;
  border-bottom: 1px solid #c2a779;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .records-nav__item.none {
    border-bottom: 0.1302083333vw solid #c2a779;
  }
}
.records-nav__item.active {
  background-color: transparent;
  color: #c2a779;
  border: 1px solid #c2a779;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .records-nav__item.active {
    border: 0.1302083333vw solid #c2a779;
    border-bottom: none;
  }
}
.records-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.time-crevice-nav {
  max-width: 1200px;
  margin: 0 auto 30px;
  box-shadow: inset 0 -2px 0 0 #504338;
  display: flex;
}
@media screen and (max-width: 768px) {
  .time-crevice-nav {
    margin: 0 auto 7.8125vw;
    box-shadow: inset 0 -0.2604166667vw 0 0 #504338;
  }
}
.time-crevice-nav__item {
  color: #877f7f;
  font-size: 16px;
  padding: 10px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .time-crevice-nav__item {
    width: 50%;
    font-size: 4.1666666667vw;
    padding: 3.2552083333vw 0;
    justify-content: center;
  }
}
.time-crevice-nav__item.active {
  color: #c2a779;
  border-bottom: 2px solid #c2a779;
}
@media screen and (max-width: 768px) {
  .time-crevice-nav__item.active {
    border-bottom: 0.2604166667vw solid #c2a779;
  }
}
.time-crevice-nav__item.active i {
  background-color: #c2a779;
}
.time-crevice-nav__item i {
  margin-right: 8px;
  background-color: #877f7f;
}
@media screen and (max-width: 768px) {
  .time-crevice-nav__item i {
    margin-right: 2.2135416667vw;
  }
}
.time-crevice-content {
  max-width: 1200px;
  margin: 0 auto;
}

.kill-nav {
  flex-wrap: wrap;
  display: flex;
}
.kill-nav__progress {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kill-nav__progress {
    order: 1;
    flex-direction: column;
    width: 100%;
  }
}
.kill-nav__progress-inner {
  font-size: 16px;
  color: #c7bfb3;
  padding: 12px 0;
  border-bottom: 1px solid #504338;
}
@media screen and (max-width: 768px) {
  .kill-nav__progress-inner {
    border-bottom: 0.1302083333vw solid #504338;
    display: flex;
    flex-direction: column;
    margin-bottom: 3.125vw;
    padding: 1.5625vw 0;
  }
}
.kill-nav__progress-inner span:first-child {
  color: #c69d7b;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .kill-nav__progress-inner span:first-child {
    font-size: 4.1666666667vw;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 3.125vw;
  }
}
.kill-nav__progress-inner span:last-child {
  color: #c7bfb3;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .kill-nav__progress-inner span:last-child {
    font-size: 3.6458333333vw;
    margin-right: 0;
  }
}
.kill-nav__progress-check {
  margin-left: 30px;
  text-decoration: none;
  width: 112px;
  height: 40px;
  background-image: url("./images/btn-season-search.png");
  background-size: 100%;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .kill-nav__progress-check {
    width: 29.1666666667vw;
    height: 10.4166666667vw;
    flex-shrink: 0;
    margin-left: 3.90625vw;
    margin-right: 3.90625vw;
    background-image: url("./images/btn-season-search-m.png");
  }
}
.kill-nav__search {
  display: inline-flex;
  align-self: center;
  margin-left: auto;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .kill-nav__search {
    width: 100%;
    order: 3;
  }
}
.kill-nav__search-bar {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 1px #504338;
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kill-nav__search-bar {
    box-shadow: inset 0 0 0 0.1302083333vw #c2a779;
  }
}
.kill-nav__search-input {
  width: 100%;
}
.kill-nav__search-input input {
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #877f7f;
  padding: 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kill-nav__search-input input {
    padding: 3.125vw 3.90625vw;
    font-size: 4.1666666667vw;
  }
}
.kill-nav__search-input input:focus-visible {
  outline: none;
}
.kill-nav__search-remove {
  width: 25px;
  height: 25px;
  position: relative;
  background-color: rgba(227, 225, 224, 0.2);
  border-radius: 6px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .kill-nav__search-remove {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
    border-radius: 1.3020833333vw;
  }
}
.kill-nav__search-remove i {
  width: 12px;
  height: 12px;
  background-color: #a5a5a5;
}
@media screen and (max-width: 768px) {
  .kill-nav__search-remove i {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.kill-nav__search-submit {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kill-nav__search-submit i {
  width: 16px;
  height: 16px;
  background-color: #c2a779;
}
@media screen and (max-width: 768px) {
  .kill-nav__search-submit {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    background-size: 4.1666666667vw 4.1666666667vw;
  }
  .kill-nav__search-submit i {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
.kill-nav__selector {
  width: 100%;
  margin: 30px auto 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .kill-nav__selector {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 3.90625vw;
    margin: 3.90625vw auto 7.8125vw;
    margin-bottom: 3.90625vw;
    order: 2;
  }
}
.kill-nav__selector .button--selector {
  width: 100%;
  box-shadow: inset 0 0 0 1px #504338;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .kill-nav__selector .button--selector {
    box-shadow: inset 0 0 0 0.1302083333vw #504338;
    font-size: 4.1666666667vw;
  }
}
.kill-nav__selector .button--selector:after {
  background-color: #c2a779;
}
.kill-notice {
  font-size: 14px;
  color: #877f7f;
  text-align: right;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .kill-notice {
    font-size: 3.6458333333vw;
    text-align: left;
    padding: 2.0833333333vw 0;
  }
}
.kill-table {
  border-top: 2px solid #504338;
}
@media screen and (max-width: 768px) {
  .kill-table {
    border-top: 0.1302083333vw solid #504338;
  }
}
.kill-table__head {
  background-color: rgba(0, 0, 0, 0.5);
}
.kill-table__head .kill-table__item {
  color: #c2a779;
}
.kill-table__head .kill-table__col {
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  .kill-table__head {
    display: none;
  }
}
.kill-table__item {
  display: grid;
  grid-template-columns: 160px 1fr;
}
@media screen and (max-width: 768px) {
  .kill-table__item {
    display: flex;
  }
}
.kill-table__col {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .kill-table__col {
    padding: 1.3020833333vw 0;
  }
}
.kill-table__col-header {
  display: grid;
  grid-template-columns: 80px 80px;
}
@media screen and (max-width: 768px) {
  .kill-table__col-header {
    display: none;
  }
}
.kill-table__col-wrap {
  display: grid;
  grid-template-columns: 120px 1fr;
}
@media screen and (max-width: 768px) {
  .kill-table__col-wrap {
    grid-template-columns: 15.625vw 1fr;
    column-gap: 3.90625vw;
  }
}
.kill-table__col-content {
  display: grid;
  grid-template-columns: 120px 120px 240px 220px 220px;
}
@media screen and (max-width: 768px) {
  .kill-table__col-content {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
.kill-table__col--lv {
  flex-shrink: 0;
}
.kill-table__col--value {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .kill-table__col--value-guild {
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .kill-table__col--value {
    text-align: left;
  }
}
.kill-table__col--key {
  display: none;
}
@media screen and (max-width: 768px) {
  .kill-table__col--key {
    display: block;
    margin-right: 3.90625vw;
    color: #c2a779;
    flex-shrink: 0;
  }
}
.kill-table__col--mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .kill-table__col--mb {
    display: flex;
  }
}
.kill-table__col--pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .kill-table__col--pc {
    display: none;
  }
}
.kill-table__col-season {
  display: none;
}
@media screen and (max-width: 768px) {
  .kill-table__col-season {
    display: block;
  }
  .kill-table__col-season span:first-child {
    margin-right: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .kill-table__col-rank {
    margin: auto;
  }
}
.kill-table__body .kill-table__item[data-rank="1"] {
  background-image: linear-gradient(to right, rgba(198, 157, 123, 0.8) 10%, rgba(198, 157, 123, 0) 100%);
}
.kill-table__body .kill-table__item[data-rank="2"] {
  background-image: linear-gradient(to right, rgba(198, 157, 123, 0.6) 10%, rgba(198, 157, 123, 0) 100%);
}
.kill-table__body .kill-table__item[data-rank="3"] {
  background-image: linear-gradient(to right, rgba(198, 157, 123, 0.4) 10%, rgba(198, 157, 123, 0) 100%);
}
.kill-table__item {
  font-size: 16px;
  color: #faecd7;
  box-shadow: 0 1px 0 #504338;
}
@media screen and (max-width: 768px) {
  .kill-table__item {
    padding: 3.90625vw;
    font-size: 4.1666666667vw;
    box-shadow: 0 0.1302083333vw 0 #504338;
  }
}
.kill-table__rank-number {
  font-size: 24px;
  font-family: "Noto Serif TC", system-ui;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  width: 60px;
  height: 60px;
  display: block;
}
.kill-table__rank-number span {
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kill-table__rank-number {
    width: 15.625vw;
    height: 15.625vw;
    font-size: 6.25vw;
  }
}
.kill-table__rank-number[data-rank="1"] {
  font-size: 0 !important;
}
.kill-table__rank-number[data-rank="1"] span {
  background-image: url("./images/ranking-1.png");
}
.kill-table__rank-number[data-rank="2"] {
  font-size: 0 !important;
}
.kill-table__rank-number[data-rank="2"] span {
  background-image: url("./images/ranking-2.png");
}
.kill-table__rank-number[data-rank="3"] {
  font-size: 0 !important;
}
.kill-table__rank-number[data-rank="3"] span {
  background-image: url("./images/ranking-3.png");
}

.raid-nav {
  flex-wrap: wrap;
  display: flex;
}
.raid-nav__progress {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .raid-nav__progress {
    order: 1;
    flex-direction: column;
    width: 100%;
  }
}
.raid-nav__progress-inner {
  font-size: 16px;
  color: #c7bfb3;
  padding: 12px 0;
  border-bottom: 1px solid #504338;
}
@media screen and (max-width: 768px) {
  .raid-nav__progress-inner {
    border-bottom: 0.1302083333vw solid #504338;
    display: flex;
    flex-direction: column;
    margin-bottom: 3.125vw;
    padding: 1.5625vw 0;
  }
}
.raid-nav__progress-inner span:first-child {
  margin-right: 15px;
  color: #c69d7b;
}
@media screen and (max-width: 768px) {
  .raid-nav__progress-inner span:first-child {
    font-size: 4.1666666667vw;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 3.125vw;
  }
}
.raid-nav__progress-inner span:last-child {
  color: #c7bfb3;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .raid-nav__progress-inner span:last-child {
    font-size: 3.6458333333vw;
    margin-right: 0;
  }
}
.raid-nav__progress-check {
  margin-left: 30px;
  text-decoration: none;
  width: 112px;
  height: 40px;
  background-image: url("./images/btn-season-search.png");
  background-size: 100%;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .raid-nav__progress-check {
    width: 29.1666666667vw;
    height: 10.4166666667vw;
    flex-shrink: 0;
    margin-left: 3.90625vw;
    margin-right: 3.90625vw;
    background-image: url("./images/btn-season-search-m.png");
  }
}
.raid-nav__search {
  display: inline-flex;
  align-self: center;
  margin-left: auto;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .raid-nav__search {
    width: 100%;
    order: 3;
  }
}
.raid-nav__search-bar {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 1px #504338;
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .raid-nav__search-bar {
    box-shadow: inset 0 0 0 0.1302083333vw #c2a779;
  }
}
.raid-nav__search-input {
  width: 100%;
}
.raid-nav__search-input input {
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #877f7f;
  padding: 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .raid-nav__search-input input {
    padding: 3.125vw 3.90625vw;
    font-size: 4.1666666667vw;
  }
}
.raid-nav__search-input input:focus-visible {
  outline: none;
}
.raid-nav__search-remove {
  width: 25px;
  height: 25px;
  position: relative;
  background-color: rgba(227, 225, 224, 0.2);
  border-radius: 6px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .raid-nav__search-remove {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
    border-radius: 1.3020833333vw;
  }
}
.raid-nav__search-remove i {
  width: 12px;
  height: 12px;
  background-color: #a5a5a5;
}
@media screen and (max-width: 768px) {
  .raid-nav__search-remove i {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.raid-nav__search-submit {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.raid-nav__search-submit i {
  width: 16px;
  height: 16px;
  background-color: #c2a779;
}
@media screen and (max-width: 768px) {
  .raid-nav__search-submit {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    background-size: 4.1666666667vw 4.1666666667vw;
  }
  .raid-nav__search-submit i {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
.raid-nav__selector {
  width: 100%;
  margin: 30px auto 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .raid-nav__selector {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 3.90625vw;
    margin: 3.90625vw auto 7.8125vw;
    margin-bottom: 3.90625vw;
    order: 2;
  }
}
.raid-nav__selector .button--selector {
  width: 100%;
  box-shadow: inset 0 0 0 1px #504338;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .raid-nav__selector .button--selector {
    box-shadow: inset 0 0 0 0.1302083333vw #504338;
    font-size: 4.1666666667vw;
  }
}
.raid-nav__selector .button--selector:after {
  background-color: #c2a779;
}
.raid-notice {
  font-size: 14px;
  color: #877f7f;
  text-align: right;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .raid-notice {
    font-size: 3.6458333333vw;
    text-align: left;
    padding: 2.0833333333vw 0;
  }
}
.raid-table {
  border-top: 2px solid #504338;
}
@media screen and (max-width: 768px) {
  .raid-table {
    border-top: 0.1302083333vw solid #504338;
  }
}
.raid-table__card {
  display: grid;
  grid-template-columns: 80px 80px 192px 192px 192px 192px 192px 1fr;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .raid-table__card {
    grid-template-columns: 1fr;
    padding: 3.90625vw;
  }
}
.raid-table__head {
  background-color: rgba(0, 0, 0, 0.5);
  color: #c2a779;
}
@media screen and (max-width: 768px) {
  .raid-table__head {
    display: none;
  }
}
.raid-table__head .raid-table__item {
  display: grid;
  grid-template-columns: 80px 80px 192px 192px 192px 192px 192px 1fr;
}
.raid-table__head .raid-table__col {
  padding: 16px 0;
}
.raid-table__body {
  color: #c7bfb3;
}
.raid-table__item {
  font-size: 16px;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  transition: box-shadow 0.5s ease, border-color 0.4s ease;
  width: 100%;
  border-bottom: 1px solid #504338;
}
.raid-table__item.-open .raid-table__accordion-body {
  grid-template-rows: 1fr;
}
@media screen and (max-width: 768px) {
  .raid-table__item {
    font-size: 4.1666666667vw;
    border-bottom: 0.1302083333vw solid #504338;
  }
}
.raid-table__col {
  text-align: center;
  padding: 18px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .raid-table__col-btn {
    height: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .raid-table__col {
    padding: 1.0416666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .raid-table__col-1 {
    flex-shrink: 0;
    margin-right: 3.125vw;
  }
}
.raid-table__col-header {
  display: grid;
  grid-template-columns: 80px 80px 192px;
  grid-column: span 3;
}
@media screen and (max-width: 768px) {
  .raid-table__col-header {
    display: flex;
  }
  .raid-table__col-header .raid-table__col:first-child {
    margin-right: 3.125vw;
  }
  .raid-table__col-header .raid-table__col:last-child {
    margin-left: auto;
  }
}
.raid-table__col-wrap {
  display: grid;
  grid-template-columns: 192px 192px 192px 192px 1fr;
  grid-column: span 5;
}
@media screen and (max-width: 768px) {
  .raid-table__col-wrap {
    grid-template-columns: 1fr 7.8125vw;
  }
}
.raid-table__col-content {
  display: grid;
  grid-column: span 4;
  grid-template-columns: 192px 192px 192px 192px;
}
@media screen and (max-width: 768px) {
  .raid-table__col-content {
    display: flex;
    grid-column: span 1;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .raid-table__col--value {
    text-align: left;
  }
}
.raid-table__col--key {
  display: none;
}
@media screen and (max-width: 768px) {
  .raid-table__col--key {
    display: block;
    color: #c2a779;
    margin-right: 3.90625vw;
    flex-shrink: 0;
  }
}
.raid-table__btn-toggle {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(147, 122, 93, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.raid-table__btn-toggle.-close i {
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .raid-table__btn-toggle {
    width: 7.8125vw;
    height: 7.8125vw;
    border: 0.390625vw solid rgba(147, 122, 93, 0.3);
    margin-top: auto;
  }
  .raid-table__btn-toggle .raid-table__col {
    padding: 0;
  }
}
.raid-table__btn-toggle i {
  width: 10px;
  height: 10px;
  background-color: #937a5d;
}
@media screen and (max-width: 768px) {
  .raid-table__btn-toggle i {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.raid-table__accordion {
  box-sizing: border-box;
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
  will-change: height;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion {
    padding: 0 3.90625vw;
  }
}
.raid-table__accordion--pc {
  display: block;
}
.raid-table__accordion--pc .raid-table__accordion-inner-box {
  padding: 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion--pc {
    display: none;
  }
}
.raid-table__accordion--mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion--mb {
    display: block;
    margin-bottom: 6.25vw;
  }
}
.raid-table__accordion .dot-line {
  max-width: 100%;
  margin: 0 auto;
  min-width: auto;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion .dot-line {
    display: none;
  }
}
.raid-table__accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.5s;
}
.raid-table__accordion-inner {
  overflow: hidden;
}
.raid-table__accordion-inner-box {
  display: flex;
  flex-direction: column;
}
.raid-table__accordion-title {
  color: #c2a779;
  text-align: center;
  margin: 20px auto;
  font-size: 24px;
  font-family: "Noto Serif TC", system-ui;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion-title {
    margin: 5.46875vw auto;
    font-size: 6.25vw;
  }
}
.raid-table__accordion-table {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-top: 2px solid #504338;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion-table {
    border-top: 0.2604166667vw solid #504338;
  }
}
.raid-table__accordion-table__head {
  display: grid;
  grid-template-columns: 90px 350px 350px 350px;
  border-bottom: 1px solid #504338;
}
.raid-table__accordion-table__head > div {
  color: #c2a779;
}
.raid-table__accordion-table__body > div {
  color: #faecd7;
}
.raid-table__accordion-table__item {
  display: grid;
  grid-template-columns: 90px 350px 350px 350px;
  border-bottom: 1px solid #504338;
}
.raid-table__accordion-table__item:nth-child(1) {
  background-image: linear-gradient(to right, rgba(198, 157, 123, 0.8) 10%, rgba(198, 157, 123, 0) 90%);
}
.raid-table__accordion-table__item:nth-child(2) {
  background-image: linear-gradient(to right, rgba(198, 157, 123, 0.6) 10%, rgba(198, 157, 123, 0) 90%);
}
.raid-table__accordion-table__item:nth-child(3) {
  background-image: linear-gradient(to right, rgba(198, 157, 123, 0.4) 10%, rgba(198, 157, 123, 0) 90%);
}
.raid-table__accordion-table__col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
}
.raid-table__accordion-table__col:first-child {
  padding: 10px 0;
}
.raid-table__accordion-table__block {
  font-size: 4.1666666667vw;
}
.raid-table__accordion-table__subject {
  text-align: center;
  padding: 4.4270833333vw 0;
  border-bottom: 0.1302083333vw solid #504338;
}
.raid-table__accordion-table__order {
  display: flex;
  flex-direction: column;
}
.raid-table__accordion-table__detail {
  align-items: center;
  display: flex;
  justify-content: center;
  border-bottom: 0.1302083333vw solid #504338;
  box-sizing: border-box;
  position: relative;
  padding: 10px 0;
  height: 80px;
}
.raid-table__accordion-table__detail:nth-child(1) {
  background-image: linear-gradient(to right, rgba(198, 157, 123, 0.8) 10%, rgba(198, 157, 123, 0) 100%);
}
.raid-table__accordion-table__detail:nth-child(2) {
  background-image: linear-gradient(to right, rgba(198, 157, 123, 0.6) 10%, rgba(198, 157, 123, 0) 100%);
}
.raid-table__accordion-table__detail:nth-child(3) {
  background-image: linear-gradient(to right, rgba(198, 157, 123, 0.4) 10%, rgba(198, 157, 123, 0) 100%);
}
@media screen and (max-width: 768px) {
  .raid-table__accordion-table__detail {
    padding: 3.90625vw;
    height: auto;
  }
}
.raid-table__accordion-table__rank-number {
  font-size: 0;
  width: 60px;
  height: 60px;
}
.raid-table__accordion-table__rank-number span {
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion-table__rank-number {
    width: 7.8125vw;
    height: 7.8125vw;
    margin-right: 3.90625vw;
  }
}
.raid-table__accordion-table__rank-number[data-rank="1"] span {
  background-image: url("./images/ranking-1.png");
}
.raid-table__accordion-table__rank-number[data-rank="2"] span {
  background-image: url("./images/ranking-2.png");
}
.raid-table__accordion-table__rank-number[data-rank="3"] span {
  background-image: url("./images/ranking-3.png");
}
.raid-table__accordion-table__character-class {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion-table__character-class {
    margin-right: 1.3020833333vw;
  }
}
.raid-table__accordion-table__character-class i {
  width: 19px;
  height: 19px;
  background-color: #faecd7;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion-table__character-class i {
    width: 4.8177083333vw;
    height: 4.8177083333vw;
  }
}
.raid-table__accordion-table__character-name {
  margin-right: 8px;
  max-width: 110px;
  word-break: break-all;
  letter-spacing: -1px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion-table__character-name {
    max-width: 32.5520833333vw;
    margin-right: 1.3020833333vw;
  }
}
.raid-table__accordion-table__character-level {
  flex-shrink: 0;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion-table__character-level {
    margin-right: auto;
  }
}
.raid-table__accordion-table__percent {
  display: flex;
  font-size: 24px;
  font-family: "Noto Serif TC", system-ui;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  flex-shrink: 0;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion-table__percent {
    font-size: 4.1666666667vw;
    margin-left: 0;
  }
}
.raid-table__accordion-table__percent span {
  font-size: 0;
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  vertical-align: top;
  fill: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  min-height: 5px;
  min-width: 5px;
  width: 13px;
  height: 18px;
  background-color: #faecd7;
}
@media screen and (max-width: 768px) {
  .raid-table__accordion-table__percent span {
    width: 2.734375vw;
    height: 3.2552083333vw;
  }
}
.raid-table__accordion-table__percent span[data-number="0"] {
  mask-image: url(./svg/icon_number-0.svg);
}
.raid-table__accordion-table__percent span[data-number="1"] {
  mask-image: url(./svg/icon_number-1.svg);
}
.raid-table__accordion-table__percent span[data-number="2"] {
  mask-image: url(./svg/icon_number-2.svg);
}
.raid-table__accordion-table__percent span[data-number="3"] {
  mask-image: url(./svg/icon_number-3.svg);
}
.raid-table__accordion-table__percent span[data-number="4"] {
  mask-image: url(./svg/icon_number-4.svg);
}
.raid-table__accordion-table__percent span[data-number="5"] {
  mask-image: url(./svg/icon_number-5.svg);
}
.raid-table__accordion-table__percent span[data-number="6"] {
  mask-image: url(./svg/icon_number-6.svg);
}
.raid-table__accordion-table__percent span[data-number="7"] {
  mask-image: url(./svg/icon_number-7.svg);
}
.raid-table__accordion-table__percent span[data-number="8"] {
  mask-image: url(./svg/icon_number-8.svg);
}
.raid-table__accordion-table__percent span[data-number="9"] {
  mask-image: url(./svg/icon_number-9.svg);
}
.raid-table__accordion-table__percent span[data-number="%"] {
  width: 23px;
  height: 19px;
  mask-image: url(./svg/icon_number-percent.svg);
}
@media screen and (max-width: 768px) {
  .raid-table__accordion-table__percent span[data-number="%"] {
    width: 3.90625vw;
    height: 3.3854166667vw;
  }
}