@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
:root {
  --color-shadow: #fff;
}

.text-5xl {
  font-size: max(10px, 3.25rem);
}

.text-4xlPlus {
  font-size: max(10px, 2.9375rem);
}

.text-4xl {
  font-size: max(10px, 2.625rem);
}

.text-3xlPlus {
  font-size: max(10px, 2.3125rem);
}

.text-3xl {
  font-size: max(10px, 2rem);
}

.text-2xlPlus {
  font-size: max(10px, 1.8125rem);
}

.text-2xl {
  font-size: max(10px, 1.625rem);
}

.text-xl {
  font-size: max(10px, 1.25rem);
}

.text-lg {
  font-size: max(10px, 1.125rem);
}

.text-base {
  font-size: max(10px, 1rem);
}

.text-sm {
  font-size: max(10px, 0.875rem);
}

.text-xs {
  font-size: max(10px, 0.8125rem);
}

.text-2xs {
  font-size: max(10px, 0.6875rem);
}

.text-3xs {
  font-size: max(10px, 0.5625rem);
}

.text-4xs {
  font-size: max(10px, 0.5rem);
}

.text-5xs {
  font-size: max(10px, 0.4375rem);
}

@media (min-width: 576px) {
  .text-sm-5xl {
    font-size: 3.25rem !important;
  }
  .text-sm-4xlPlus {
    font-size: 2.9375rem !important;
  }
  .text-sm-4xl {
    font-size: 2.625rem !important;
  }
  .text-sm-3xlPlus {
    font-size: 2.3125rem !important;
  }
  .text-sm-3xl {
    font-size: 2rem !important;
  }
  .text-sm-2xlPlus {
    font-size: 1.8125rem !important;
  }
  .text-sm-2xl {
    font-size: 1.625rem !important;
  }
  .text-sm-xl {
    font-size: 1.25rem !important;
  }
  .text-sm-lg {
    font-size: 1.125rem !important;
  }
  .text-sm-base {
    font-size: 1rem !important;
  }
  .text-sm-sm {
    font-size: 0.875rem !important;
  }
  .text-sm-xs {
    font-size: 0.8125rem !important;
  }
  .text-sm-2xs {
    font-size: 0.6875rem !important;
  }
  .text-sm-3xs {
    font-size: 0.5625rem !important;
  }
  .text-sm-4xs {
    font-size: 0.5rem !important;
  }
  .text-sm-5xs {
    font-size: 0.4375rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-5xl {
    font-size: 3.25rem !important;
  }
  .text-md-4xlPlus {
    font-size: 2.9375rem !important;
  }
  .text-md-4xl {
    font-size: 2.625rem !important;
  }
  .text-md-3xlPlus {
    font-size: 2.3125rem !important;
  }
  .text-md-3xl {
    font-size: 2rem !important;
  }
  .text-md-2xlPlus {
    font-size: 1.8125rem !important;
  }
  .text-md-2xl {
    font-size: 1.625rem !important;
  }
  .text-md-xl {
    font-size: 1.25rem !important;
  }
  .text-md-lg {
    font-size: 1.125rem !important;
  }
  .text-md-base {
    font-size: 1rem !important;
  }
  .text-md-sm {
    font-size: 0.875rem !important;
  }
  .text-md-xs {
    font-size: 0.8125rem !important;
  }
  .text-md-2xs {
    font-size: 0.6875rem !important;
  }
  .text-md-3xs {
    font-size: 0.5625rem !important;
  }
  .text-md-4xs {
    font-size: 0.5rem !important;
  }
  .text-md-5xs {
    font-size: 0.4375rem !important;
  }
}
@media (min-width: 1170px) {
  .text-lg-5xl {
    font-size: 3.25rem !important;
  }
  .text-lg-4xlPlus {
    font-size: 2.9375rem !important;
  }
  .text-lg-4xl {
    font-size: 2.625rem !important;
  }
  .text-lg-3xlPlus {
    font-size: 2.3125rem !important;
  }
  .text-lg-3xl {
    font-size: 2rem !important;
  }
  .text-lg-2xlPlus {
    font-size: 1.8125rem !important;
  }
  .text-lg-2xl {
    font-size: 1.625rem !important;
  }
  .text-lg-xl {
    font-size: 1.25rem !important;
  }
  .text-lg-lg {
    font-size: 1.125rem !important;
  }
  .text-lg-base {
    font-size: 1rem !important;
  }
  .text-lg-sm {
    font-size: 0.875rem !important;
  }
  .text-lg-xs {
    font-size: 0.8125rem !important;
  }
  .text-lg-2xs {
    font-size: 0.6875rem !important;
  }
  .text-lg-3xs {
    font-size: 0.5625rem !important;
  }
  .text-lg-4xs {
    font-size: 0.5rem !important;
  }
  .text-lg-5xs {
    font-size: 0.4375rem !important;
  }
}
.text-thin {
  font-weight: 100;
}

.text-extralight {
  font-weight: 200;
}

.text-light {
  font-weight: 300;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-extrabold {
  font-weight: 800;
}

.text-black {
  font-weight: 900;
}

.drop-shadow-sm {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

.drop-shadow {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.drop-shadow-md {
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl {
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl {
  filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none {
  filter: drop-shadow(0 0 rgba(0, 0, 0, 0));
}

html {
  font-size: 2.1333333333vw;
  overflow-x: visible !important;
}
@media screen and (min-width: 577px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 16px;
  }
}
html [data-text] {
  display: none;
}
html body {
  min-width: auto;
  overflow-x: hidden !important;
}
html .allContent {
  font-family: "Noto Sans JP", sans-serif;
}
html button:focus {
  outline: 0;
}
html h1, html h2, html h3, html h4, html h5, html h6, html .h1, html .h2, html .h3, html .h4, html .h5, html .h6 {
  margin-bottom: 0;
}
html h1, html h2, html h3, html h4, html h5, html h6, html .h1, html .h2, html .h3, html .h4, html .h5, html .h6, html b, html strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(10px, 1rem);
}
html p:not(:last-child) {
  margin-bottom: 0;
}
html ul {
  padding-left: 0;
}
html dl, html ol, html ul {
  margin-bottom: 0;
}
html .returnTop {
  z-index: 999;
}
html .table {
  margin-bottom: 0;
}
html [data-button] {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
html [data-button]:disabled {
  cursor: default;
}
html [data-button]:focus {
  outline: none;
}
html [data-button] i {
  font-style: normal;
}
html .c {
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 1;
  -moz-column-gap: 0.1923125rem;
       column-gap: 0.1923125rem;
}
@media screen and (min-width: 577px) {
  html .c {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }
}
html .c::before {
  display: block;
  content: "";
  width: 1.461575rem;
  height: 1.461575rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/ico_c.png);
}
@media screen and (min-width: 577px) {
  html .c::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
html .list-kome {
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  html .list-kome {
    text-align: left;
  }
}
html .list-kome li::marker {
  content: "※";
}
html .list-hyphen li {
  margin-left: 1rem;
  font-size: max(10px, 1rem);
}
html .list-hyphen li::marker {
  content: "- ";
}
html .bnsLogo {
  position: absolute;
  top: vw(20);
  left: vw(13);
}
@media screen and (min-width: 769px) {
  html .bnsLogo {
    top: 25px;
    left: 15px;
  }
}
html .bnsLogo a {
  aspect-ratio: 103/47;
  display: block;
  text-indent: -9999em;
  background: url(https://static.ncsoft.jp/images/bns/common/logo_wh.png) center/contain no-repeat;
  height: vw(100);
}
@media screen and (min-width: 769px) {
  html .bnsLogo a {
    height: 94px;
  }
}
html .bnsLogo.is-black a {
  background: url(https://static.ncsoft.jp/images/bns/common/logo_bk.png) center/contain no-repeat;
}

@media screen and (max-width: 1170px) {
  #nctGnb .ncGnb div.wrap {
    height: auto;
    width: 100%;
    min-width: inherit;
  }
  #grobalFooterLink table tr {
    display: flex;
  }
  #grobalFooterLink table tr td:not(:last-child) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  #grobalFooterLink table tr td:last-child {
    width: 350px;
  }
  #grobalFooterLink table tr td a {
    width: 100%;
  }
  #nctFooter .ncFooter {
    min-width: inherit !important;
  }
}
@media screen and (max-width: 768px) {
  #nctGnb .ncGnb div.wrap {
    position: relative;
    height: auto;
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
    background: #fff;
  }
  #nctGnb .ncGnb div.wrap .gnbLeft {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
  }
  #nctGnb .ncGnb div.wrap .gnbLeft .btnList, #nctGnb .ncGnb div.wrap .gnbLeft .btnList.on {
    border: none;
    padding: 10px 45px 0 24px;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu {
    position: static;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu {
    min-width: 100%;
    height: 30px;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li {
    height: 30px;
    width: 25%;
    text-align: center;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li + li a {
    border-left: 1px solid #ececec;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li a {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #nctGnb .gnb-games {
    border-top: 1px solid #eeeeee;
    padding: 10px;
    box-sizing: border-box;
  }
  #nctGnb .gnb-games .list-container {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #nctGnb .gnb-games .list-container .pc, #nctGnb .gnb-games .list-container .mobile {
    float: none;
    padding: 0;
  }
  #nctGnb .gnb-games .list-container .pc .title, #nctGnb .gnb-games .list-container .mobile .title {
    padding-left: 10px;
  }
  #nctGnb .gnb-games .list-container .mobile {
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    padding-top: 15px;
  }
  #nctGnb .gnb-games .list-container .pc ul, #nctGnb .gnb-games .list-container .mobile ul,
  #nctGnb .gnb-games .list-container .mobile ul {
    display: flex;
    align-items: center;
  }
  #nctGnb .gnb-games .list-container .pc ul:after, #nctGnb .gnb-games .list-container .mobile ul:after,
  #nctGnb .gnb-games .list-container .mobile ul:after {
    display: none;
  }
  #nctGnb .gnb-games .list-container .pc ul li:first-child, #nctGnb .gnb-games .list-container .mobile ul li:first-child,
  #nctGnb .gnb-games .list-container .mobile ul li:first-child {
    margin-left: 0;
  }
  #grobalFooterLink .footerTableArea .gnbLeft {
    overflow: hidden;
  }
  #grobalFooterLink .footerTableArea table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  #grobalFooterLink .footerTableArea table tr td {
    border: none;
    border-right: 1px solid #ddd;
  }
  #grobalFooterLink .footerTableArea table tr td:not(:last-child) {
    width: 25%;
    box-sizing: border-box;
  }
  #grobalFooterLink .footerTableArea table tr td:last-child {
    width: 100%;
    border-top: 1px solid #dddddd;
    padding: 10px;
  }
  #nctFooter {
    position: relative;
    z-index: 9;
    height: auto;
    padding: 15px 10px;
  }
  #nctFooter .ncFooter {
    min-width: inherit;
    text-align: center;
  }
  #nctFooter .ncFooter .logo {
    text-align: center;
  }
  #nctFooter .ncFooter .footerMenu {
    position: static;
  }
  #nctFooter .ncFooter address:before {
    display: none !important;
  }
  :root #content .snsList {
    width: 100%;
    display: flex;
    justify-content: center;
    top: 10px;
    right: 0;
  }
  :root #content .snsList li {
    float: none;
  }
  :root #content .snsList li.fbShare {
    margin-left: 0;
  }
  :root #content .snsList li a {
    min-width: initial !important;
  }
}
@media screen and (max-width: 576px) {
  .headArea .mainBGVideo {
    display: none;
  }
}
@media screen and (min-width: 577px) {
  .headArea .mainBGVideo {
    height: 54rem;
    aspect-ratio: 1536/864;
    top: 0rem;
    position: absolute;
    left: 50%;
    margin-left: -48rem;
  }
}
@media screen and (min-width: 769px) {
  .headArea .mainBGVideo {
    height: 67.5rem;
    aspect-ratio: 1920/1080;
    top: 0rem;
    position: absolute;
    left: 50%;
    margin-left: -60rem;
  }
}
@media screen and (max-width: 576px) {
  .headArea .innerFrame {
    height: 79.375rem;
  }
}
@media screen and (min-width: 577px) {
  .headArea .innerFrame {
    height: 56.125rem;
  }
}
.headArea .innerFrame::before {
  content: "";
  display: block;
  height: 56.125rem;
  aspect-ratio: 2560/898;
  top: 0rem;
  position: absolute;
  left: 50%;
  margin-left: -80rem;
  mix-blend-mode: screen;
}
.headArea .main_eff {
  height: 85.5625rem;
  aspect-ratio: 750/1369;
  top: 0rem;
  position: absolute;
  left: 50%;
  margin-left: -23.4375rem;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/main_eff.webp") no-repeat 50% 0/auto 100%;
}
@media screen and (min-width: 577px) {
  .headArea .main_eff {
    display: none;
  }
}
.headArea .main_fireworks {
  height: 85.5625rem;
  aspect-ratio: 750/1369;
  top: 0rem;
  position: absolute;
  left: 50%;
  margin-left: -23.4375rem;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/main_fireworks.webp") no-repeat 50% 0/auto 100%;
  mix-blend-mode: screen;
}
@media screen and (min-width: 577px) {
  .headArea .main_fireworks {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .headArea .main_chara {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/main_chara.webp") no-repeat 50% 0/auto 100%;
    height: 56.375rem;
    aspect-ratio: 548/902;
    top: 31.875rem;
    right: 0rem;
    left: auto;
    position: absolute;
  }
}
.headArea .main_logo {
  height: 39.75rem;
  aspect-ratio: 750/636;
  top: 0rem;
  position: absolute;
  left: 50%;
  margin-left: -23.4375rem;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/main_logo.webp") no-repeat 50% 0/auto 100%;
}
@media screen and (min-width: 577px) {
  .headArea .main_logo {
    height: 19.8125rem;
    aspect-ratio: 530/317;
    top: 15rem;
    position: absolute;
    left: 50%;
    margin-left: -16.5625rem;
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/main_logo.png") no-repeat 50% 0/auto 100%;
    background-position-x: 0;
    filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.6)) drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.6));
  }
}
.headArea .main_period {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(61, 24, 147, 0) 0%, rgba(61, 24, 147, 0.7) 3.125rem, rgba(61, 24, 147, 0.7) calc(100% - 3.125rem), rgba(61, 24, 147, 0) 100%);
}
@media screen and (max-width: 576px) {
  .headArea .main_period {
    flex-direction: column;
    width: 40rem;
    top: 29.375rem;
    position: absolute;
    left: 50%;
    margin-left: -20rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0.625rem;
  }
}
@media screen and (min-width: 577px) {
  .headArea .main_period {
    height: 3.5rem;
    aspect-ratio: 880/56;
    top: 35.625rem;
    position: absolute;
    left: 50%;
    margin-left: -27.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
.headArea .main_period dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  aspect-ratio: 133/30;
  border-radius: 1.875rem;
  background: #6827ff;
}
@media screen and (max-width: 576px) {
  .headArea .main_period dt {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .headArea .main_period dd {
    text-align: center;
    margin-bottom: 0.9375rem;
  }
}

@keyframes mainEffLight {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.7;
  }
  40% {
    opacity: 0.85;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.75;
  }
  70% {
    opacity: 0.95;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes mainLogo {
  to {
    background-position-x: -1987.5rem;
  }
}
.evContainer {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 577px) {
  .evContainer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.evContainer_header {
  position: relative;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
}
.sect.--itemLineup .evContainer_header span {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/hdg_main_itemLineup.webp") no-repeat center top/auto 100%;
  height: 2.625rem;
  aspect-ratio: 616/42;
}
@media screen and (min-width: 577px) {
  .sect.--itemLineup .evContainer_header span {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/hdg_main_itemLineup.webp") no-repeat center top/auto 100%;
    height: 3.625rem;
    aspect-ratio: 832/58;
  }
}

.sect.--festival .evContainer_header span {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/hdg_main_festival.webp") no-repeat center top/auto 100%;
  height: 2.625rem;
  aspect-ratio: 716/42;
}
@media screen and (min-width: 577px) {
  .sect.--festival .evContainer_header span {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/hdg_main_festival.webp") no-repeat center top/auto 100%;
    height: 3.5625rem;
    aspect-ratio: 952/57;
  }
}

.sect.--rule .evContainer_header span {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/hdg_main_rule.webp") no-repeat center top/auto 100%;
  height: 5.6875rem;
  aspect-ratio: 656/91;
}
@media screen and (min-width: 577px) {
  .sect.--rule .evContainer_header span {
    height: 8.125rem;
    aspect-ratio: 938/130;
  }
}
@media screen and (min-width: 769px) {
  .sect.--rule .evContainer_header span {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/hdg_main_rule.webp") no-repeat center top/auto 100%;
    height: 3.375rem;
    aspect-ratio: 1122/54;
  }
}

.evContainer_header span {
  position: relative;
  text-indent: -9999em;
  margin-top: 0.875rem;
  height: 5.25rem;
  aspect-ratio: 529/168;
}
@media screen and (min-width: 577px) {
  .evContainer_header span {
    height: 13.125rem;
    aspect-ratio: 661/210;
  }
}
.evContainer_body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.evContainer__hdg {
  height: 3.25rem;
  text-indent: -9999em;
  position: relative;
}
@media screen and (min-width: 577px) {
  .evContainer__hdg {
    height: 7.1875rem;
  }
}
.sect.--n1 .evContainer__hdg {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/sect-1_hdg.png") no-repeat 50% 0/auto 100%;
}

.sect.--n1 .evContainer__hdg {
  aspect-ratio: 448/115;
}

.sect.--n2 .evContainer__hdg {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/sect-2_hdg.png") no-repeat 50% 0/auto 100%;
}

.sect.--n2 .evContainer__hdg {
  aspect-ratio: 508/115;
}

.evContainer .hdg_sub_rule {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.625rem;
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: 3.625rem;
  border: solid 0.125rem #4c349c;
  background-color: rgba(60, 40, 126, 0.8);
}
.evContainer .hdg_sub_rule span {
  font-size: max(10px, 1.625rem);
  font-weight: 600;
  color: #fff5c9;
}
.evContainer .hdg_sub_tips {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.625rem;
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: 3.625rem;
  border: solid 0.125rem #6f48f0;
  background-color: rgba(125, 88, 247, 0.8);
  box-shadow: 0 0 0.25rem 0.0625rem #ffc3ff inset, 0 0 0 0.0625rem #ffc3ff inset;
}
.evContainer .hdg_sub_tips span {
  font-size: max(10px, 1.625rem);
  font-weight: 600;
  color: #fff5c9;
}
.evContainer .swiperContainer[data-swiper=present],
.evContainer .swiperContainer[data-swiper=package],
.evContainer .swiperContainer[data-swiper=mission] {
  align-self: stretch;
  background: #000;
}
.evContainer .swiperContainer[data-swiper=present] > .swiper > .swiper-wrapper > .swiper-slide,
.evContainer .swiperContainer[data-swiper=package] > .swiper > .swiper-wrapper > .swiper-slide,
.evContainer .swiperContainer[data-swiper=mission] > .swiper > .swiper-wrapper > .swiper-slide {
  display: grid;
  height: auto;
  padding: 1px;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/outline.webp") repeat 50% 0;
}
.evContainer .swiperContainer[data-swiper=missionItems] .swiper {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.evContainer .swiperContainer[data-swiper=missionItems] .swiper-wrapper.d-contains {
  display: contents;
}
.evContainer .swiper-pagination[data-swiper-pagination=service] {
  display: flex;
  gap: 1px;
  padding: 1px;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/outline.webp") repeat 50% 0;
}
.evContainer .swiper-pagination[data-swiper-pagination=service] .swiper-pagination-bullet {
  flex: 1;
  position: relative;
  background-color: #282525;
  opacity: 1;
  height: 4.125rem;
  padding: 0.625rem;
}
@media screen and (min-width: 577px) {
  .evContainer .swiper-pagination[data-swiper-pagination=service] .swiper-pagination-bullet {
    height: 5.375rem;
    padding: 0.625rem;
  }
}
.evContainer .swiper-pagination[data-swiper-pagination=service] .swiper-pagination-bullet[class*=active] {
  background: linear-gradient(to bottom, #272727 0%, #fff432 100%);
  border: solid 1px #272424;
}
.evContainer .swiper-pagination[data-swiper-pagination=service] .swiper-pagination-bullet[class*=active]::before, .evContainer .swiper-pagination[data-swiper-pagination=service] .swiper-pagination-bullet[class*=active]::after {
  content: "";
  display: block;
  position: absolute;
}
.evContainer .swiper-pagination[data-swiper-pagination=service] .swiper-pagination-bullet[class*=active]::before {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.40625rem;
  aspect-ratio: 26/13;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/tab_deco.webp") repeat-x 50% 0/auto 100%;
  z-index: 1;
}
@media screen and (min-width: 577px) {
  .evContainer .swiper-pagination[data-swiper-pagination=service] .swiper-pagination-bullet[class*=active]::before {
    height: 1rem;
    aspect-ratio: 33/16;
  }
}
.evContainer .swiper-pagination[data-swiper-pagination=service] .swiper-pagination-bullet[class*=active]::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px #ffe448 inset, 0 0 14px 1px #bfa617 inset;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/tab_bg_on.webp") repeat-x 50% 0;
}
.evContainer .swiper-pagination[data-swiper-pagination=service] .swiper-pagination-bullet[class*=active] span {
  opacity: 1;
  text-shadow: 0 0 2px rgb(253, 173, 0), 0 0 4px rgba(255, 255, 111, 0.5), 0 0 4px rgba(255, 255, 111, 0.5);
}
.evContainer .swiper-pagination[data-swiper-pagination=service] .swiper-pagination-bullet span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: max(10px, 1rem);
  opacity: 0.3;
  text-align: center;
}
@media screen and (min-width: 577px) {
  .evContainer .swiper-pagination[data-swiper-pagination=service] .swiper-pagination-bullet span {
    font-size: max(10px, 1.625rem);
  }
}
.evContainer .swiper-pagination[data-swiper-pagination=mission] {
  display: flex;
  justify-content: center;
  background: #263542;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  gap: 0.1875rem;
}
@media screen and (min-width: 577px) {
  .evContainer .swiper-pagination[data-swiper-pagination=mission] {
    display: none;
  }
}
.evContainer .swiper-pagination[data-swiper-pagination=mission] .swiper-pagination-bullet {
  width: auto;
  background-color: transparent;
  text-decoration: underline;
  color: var(--color-base-80);
  opacity: 1;
}
.evContainer .swiper-pagination[data-swiper-pagination=mission] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  text-decoration: none;
  color: var(--color-hdg);
}

.specialContainer {
  position: relative;
  background: linear-gradient(to bottom, #26275d 0%, #151146 100%);
  width: 100%;
}
.specialContainer::before, .specialContainer::after {
  content: "";
  display: block;
  position: absolute;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/special_frame_eff.webp") no-repeat 50% 0/auto 100%;
  mix-blend-mode: screen;
  pointer-events: none;
}
.specialContainer::before {
  height: 1.9375rem;
  aspect-ratio: 700/31;
  top: -0.625rem;
  position: absolute;
  left: 50%;
  margin-left: -21.875rem;
}
@media screen and (min-width: 577px) {
  .specialContainer::before {
    height: 3.1875rem;
    aspect-ratio: 1129/51;
    top: -1.25rem;
    position: absolute;
    left: 50%;
    margin-left: -35.28125rem;
  }
}
.specialContainer::after {
  height: 1.9375rem;
  aspect-ratio: 700/31;
  top: auto;
  bottom: -0.625rem;
  position: absolute;
  left: 50%;
  margin-left: -21.875rem;
}
@media screen and (min-width: 577px) {
  .specialContainer::after {
    height: 3.1875rem;
    aspect-ratio: 1129/51;
    top: auto;
    bottom: -1.25rem;
    position: absolute;
    left: 50%;
    margin-left: -35.28125rem;
  }
}
.specialContainer_inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 26.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.specialContainer_inner::before, .specialContainer_inner::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.specialContainer_inner::before {
  height: 8.25rem;
  aspect-ratio: 340/132;
  top: 0rem;
  position: absolute;
  left: 50%;
  margin-left: -10.625rem;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/special_frame_deco.webp") no-repeat 50% 0/auto 100%;
  mix-blend-mode: overlay;
}
.specialContainer_inner::after {
  -o-border-image: url(https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/special_frame.webp) 35 35 fill/36px 36px/0 round;
     border-image: url(https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/special_frame.webp) 35 35 fill/36px 36px/0 round;
  border-style: solid;
  width: 100%;
  height: 100%;
}
.specialContainer_inner p {
  text-align: center;
  color: #fff;
}
.specialContainer_inner p.text-glow {
  filter: drop-shadow(0 0 0.625rem #6054ff);
}
.specialContainer_inner p a {
  color: #fffa68;
}
.specialContainer_inner p a:hover {
  color: #fffa68;
}

.subContainer {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #101335;
  width: 100%;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
@media screen and (min-width: 769px) {
  .subContainer {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    padding-left: 5.375rem;
    padding-right: 5.375rem;
  }
}
.subContainer::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #262a60;
  top: 0rem;
  left: 0rem;
  position: absolute;
  border-width: 0.25rem;
}
.subContainer.--festival {
  background: linear-gradient(180deg, rgb(26, 17, 92) 12.5rem, rgb(16, 19, 53) 100%);
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.subContainer.--festival::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #262a60;
  top: 0rem;
  left: 0rem;
  position: absolute;
  border-width: 0.25rem;
}
.subContainer_head {
  display: flex;
  justify-content: center;
}
.subContainer_head .hdg_sub_rank {
  height: 4.125rem;
  aspect-ratio: 213/66;
}
.subContainer_head .hdg_sub_rank.--A {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/hdg_sub_rank_A.webp") no-repeat 50% 0/auto 100%;
}
.subContainer_head .hdg_sub_rank.--B {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/hdg_sub_rank_B.webp") no-repeat 50% 0/auto 100%;
}
.subContainer_head .hdg_sub_rank.--C {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/hdg_sub_rank_C.webp") no-repeat 50% 0/auto 100%;
}
.subContainer_head .hdg_sub_rank.--D {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/hdg_sub_rank_D.webp") no-repeat 50% 0/auto 100%;
}
.subContainer_head .hdg_sub_festival.--stamp {
  height: 3.5rem;
  aspect-ratio: 606/56;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/hdg_sub_festival_stamp.webp") no-repeat 50% 0/auto 100%;
}
.subContainer_head .hdg_sub_festival.--gauge {
  height: 3.5rem;
  aspect-ratio: 566/56;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/hdg_sub_festival_gauge.webp") no-repeat 50% 0/auto 100%;
}
.subContainer_body {
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.subContainer .lineupItems {
  display: grid;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  .subContainer .lineupItems {
    grid-template-columns: repeat(3, 1fr);
  }
}
.subContainer .itemInfo {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.subContainer .itemInfo_ico {
  position: relative;
  height: 3.75rem;
  aspect-ratio: 60/60;
  box-shadow: 0 0 0 0.125rem #c1cad3 inset;
  background-color: #0a0328;
}
.subContainer .itemInfo_ico::before {
  content: "";
  display: block;
  height: 2rem;
  aspect-ratio: 31/32;
  top: auto;
  bottom: -0.6875rem;
  right: -0.6875rem;
  left: auto;
  position: absolute;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/ico_openDetail.webp") no-repeat 50% 0/auto 100%;
}
.subContainer .itemInfo_ico img {
  max-width: 3rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .subContainer .itemListStamp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .subContainer .itemListStamp {
    display: grid;
    grid-template-columns: repeat(5, 11.25rem);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .subContainer .itemListGauge {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 2.375rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 5.125rem;
  }
}
@media screen and (min-width: 769px) {
  .subContainer .itemListGauge {
    display: grid;
    grid-auto-rows: 1fr;
    padding-top: 3rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 2rem;
  }
}
.subContainer .itemListGauge[data-reward-count="1"] {
  grid-template-columns: 1fr;
}
.subContainer .itemListGauge[data-reward-count="2"] {
  grid-template-columns: repeat(3, 1fr);
}
.subContainer .itemListGauge[data-reward-count="3"], .subContainer .itemListGauge[data-reward-count="6"] {
  grid-template-columns: repeat(6, 1fr);
}
.subContainer .itemListGauge[data-reward-count="4"], .subContainer .itemListGauge[data-reward-count="7"], .subContainer .itemListGauge[data-reward-count="8"] {
  grid-template-columns: repeat(8, 1fr);
}
.subContainer .itemListGauge[data-reward-count="5"], .subContainer .itemListGauge[data-reward-count="9"], .subContainer .itemListGauge[data-reward-count="10"] {
  grid-template-columns: repeat(10, 5.125rem);
}
.subContainer .itemListGauge [data-index="1"] {
  grid-column-start: 1;
  grid-column-end: 3;
}
.subContainer .itemListGauge [data-index="2"] {
  grid-column-start: 3;
  grid-column-end: 5;
}
.subContainer .itemListGauge [data-index="3"] {
  grid-column-start: 5;
  grid-column-end: 7;
}
.subContainer .itemListGauge [data-index="4"] {
  grid-column-start: 7;
  grid-column-end: 9;
}
.subContainer .itemListGauge [data-index="5"] {
  grid-column-start: 9;
  grid-column-end: 11;
}
.subContainer .itemListGauge[data-reward-count="6"] [data-index="4"] {
  grid-column-start: 1;
  grid-column-end: 3;
}
.subContainer .itemListGauge[data-reward-count="6"] [data-index="5"] {
  grid-column-start: 3;
  grid-column-end: 5;
}
.subContainer .itemListGauge[data-reward-count="6"] [data-index="6"] {
  grid-column-start: 5;
  grid-column-end: 7;
}
.subContainer .itemListGauge[data-reward-count="7"] [data-index="5"] {
  grid-column-start: 2;
  grid-column-end: 4;
}
.subContainer .itemListGauge[data-reward-count="7"] [data-index="6"] {
  grid-column-start: 4;
  grid-column-end: 6;
}
.subContainer .itemListGauge[data-reward-count="7"] [data-index="7"] {
  grid-column-start: 6;
  grid-column-end: 8;
}
.subContainer .itemListGauge[data-reward-count="8"] [data-index="5"] {
  grid-column-start: 1;
  grid-column-end: 3;
}
.subContainer .itemListGauge[data-reward-count="8"] [data-index="6"] {
  grid-column-start: 3;
  grid-column-end: 5;
}
.subContainer .itemListGauge[data-reward-count="8"] [data-index="7"] {
  grid-column-start: 5;
  grid-column-end: 7;
}
.subContainer .itemListGauge[data-reward-count="8"] [data-index="8"] {
  grid-column-start: 7;
  grid-column-end: 9;
}
.subContainer .itemListGauge[data-reward-count="9"] [data-index="6"] {
  grid-column-start: 2;
  grid-column-end: 4;
}
.subContainer .itemListGauge[data-reward-count="9"] [data-index="7"] {
  grid-column-start: 4;
  grid-column-end: 6;
}
.subContainer .itemListGauge[data-reward-count="9"] [data-index="8"] {
  grid-column-start: 6;
  grid-column-end: 8;
}
.subContainer .itemListGauge[data-reward-count="9"] [data-index="9"] {
  grid-column-start: 8;
  grid-column-end: 10;
}
.subContainer .itemListGauge[data-reward-count="5"] [data-index="6"], .subContainer .itemListGauge[data-reward-count="10"] [data-index="6"] {
  grid-column-start: 1;
  grid-column-end: 3;
}
.subContainer .itemListGauge[data-reward-count="5"] [data-index="7"], .subContainer .itemListGauge[data-reward-count="10"] [data-index="7"] {
  grid-column-start: 3;
  grid-column-end: 5;
}
.subContainer .itemListGauge[data-reward-count="5"] [data-index="8"], .subContainer .itemListGauge[data-reward-count="10"] [data-index="8"] {
  grid-column-start: 5;
  grid-column-end: 7;
}
.subContainer .itemListGauge[data-reward-count="5"] [data-index="9"], .subContainer .itemListGauge[data-reward-count="10"] [data-index="9"] {
  grid-column-start: 7;
  grid-column-end: 9;
}
.subContainer .itemListGauge[data-reward-count="5"] [data-index="10"], .subContainer .itemListGauge[data-reward-count="10"] [data-index="10"] {
  grid-column-start: 9;
  grid-column-end: 11;
}
.subContainer .festivalItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .subContainer .festivalItem {
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .itemListStamp .festivalItem[data-item="4"], .itemListStamp .festivalItem[data-item="9"] {
    margin-left: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .itemListStamp .festivalItem[data-item="5"], .itemListStamp .festivalItem[data-item="10"] {
    margin-right: 3.125rem;
  }
}

.subContainer .festivalItem_frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  aspect-ratio: 192/192;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/feitivalGoods_itemBase.webp") no-repeat 50% 0/auto 100%;
}
@media screen and (min-width: 577px) {
  .subContainer .festivalItem_frame {
    height: 11.25rem;
    aspect-ratio: 180/180;
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/feitivalGoods_itemBase.webp") no-repeat 50% 0/auto 100%;
  }
}
.subContainer .festivalItem_frameNum {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  aspect-ratio: 32/20;
  top: 1.625rem;
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  border-radius: 1.25rem;
  background-color: #0e0535;
  color: #b5a28b;
  line-height: 1;
  font-weight: 600;
}
.subContainer .festivalItem_frameStage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.375rem;
  aspect-ratio: 86/38;
  top: -3rem;
  position: absolute;
  left: 50%;
  margin-left: -2.6875rem;
  border-radius: 2.375rem;
  background-color: #0e0535;
  line-height: 1;
  font-weight: 600;
  box-shadow: 0 0 0 0.125rem #796b84 inset;
}
.itemListGauge [data-index="1"] .festivalItem_frameStage, .itemListGauge [data-index="6"] .festivalItem_frameStage {
  color: #d7c3a8;
}
.itemListGauge [data-index="2"] .festivalItem_frameStage, .itemListGauge [data-index="7"] .festivalItem_frameStage {
  color: #33d6ff;
}
.itemListGauge [data-index="3"] .festivalItem_frameStage, .itemListGauge [data-index="8"] .festivalItem_frameStage {
  color: #3b7bff;
}
.itemListGauge [data-index="4"] .festivalItem_frameStage, .itemListGauge [data-index="9"] .festivalItem_frameStage {
  color: #a760fe;
}
.itemListGauge [data-index="5"] .festivalItem_frameStage, .itemListGauge [data-index="10"] .festivalItem_frameStage {
  color: #e73dfe;
}

.subContainer .festivalItem_name {
  flex: 1;
  text-align: center;
}

.fancybox-container {
  z-index: 9999999;
}

.fancybox-slide {
  padding-top: 100px;
  padding-bottom: 100px;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP";
  font-size: max(10px, 0.875rem);
  font-weight: 400;
}

.fancybox-slide--html {
  padding: 0;
}
.fancybox-slide--html .fancybox-close-small {
  right: 0px;
  height: 3rem;
  aspect-ratio: 48/48;
  top: -3.75rem;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/btn_modal_close.webp") no-repeat 50% 0/contain;
  filter: drop-shadow(0 0 0.25rem #000) drop-shadow(0 0 0.25rem #000);
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.fancybox-content {
  padding: 0;
  background-color: transparent;
}

@media screen and (max-width: 576px) {
  .fancybox-slide .defaultModal {
    width: 94vw;
  }
}
.fancybox-slide .defaultModal::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-border-image: url(https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/modal_itemDetails_frame.webp) 35 35 fill/36px 36px/0 round;
     border-image: url(https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/modal_itemDetails_frame.webp) 35 35 fill/36px 36px/0 round;
  border-style: solid;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.fancybox-slide .defaultModal__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgb(46, 47, 95) 12.5rem, rgb(29, 25, 66) 100%);
  filter: drop-shadow(0 0 3px #000000);
}
@media screen and (min-width: 577px) {
  .fancybox-slide .defaultModal__inner {
    width: 29.625rem;
    min-height: 21.25rem;
  }
}
.fancybox-slide .defaultModal .modalCont {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
  margin-left: 1.625rem;
  margin-right: 1.625rem;
}
.fancybox-slide .defaultModal .itemInfo {
  display: flex;
  align-items: center;
}
.fancybox-slide .defaultModal .itemInfo_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5rem;
  aspect-ratio: 80/80;
  box-shadow: 0 0 0 0.125rem #c1cad3 inset;
  background-color: #0a0328;
}
.fancybox-slide .defaultModal .itemInfo_ico img {
  max-width: 4rem;
  height: auto;
}
.fancybox-slide .defaultModal .itemName {
  font-size: max(10px, 1.625rem);
  font-weight: 600;
  color: var(--color-base) !important;
  margin-top: 1.5rem;
}
@media screen and (min-width: 577px) {
  .fancybox-slide .defaultModal .itemName {
    font-size: max(10px, 1.25rem);
  }
}
.fancybox-slide .defaultModal .itemExplaine {
  align-self: stretch;
  margin-top: 1.5rem;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  background: #141238;
  color: var(--color-base-80) !important;
  text-align: left;
}
.fancybox-slide .defaultModal .itemDescription {
  align-self: stretch;
  font-size: max(10px, 0.8125rem);
  margin-top: 1.25rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  color: var(--color-base-80) !important;
  text-align: left;
}
.fancybox-slide .defaultModal .btns {
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem;
}
@media screen and (min-width: 577px) {
  .fancybox-slide .defaultModal .btns {
    margin-top: 1.25rem;
  }
}
.fancybox-slide .howtoModal {
  width: min(72.5rem, 94vw);
  margin-top: 5rem;
  margin-bottom: 1.25rem;
}
.fancybox-slide .howtoModal::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-border-image: url(https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/modal_howto_frame.webp) 212 212 fill/212px 212px/0 round;
     border-image: url(https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/modal_howto_frame.webp) 212 212 fill/212px 212px/0 round;
  border-style: solid;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.fancybox-slide .howtoModal__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgb(46, 47, 95) 12.5rem, rgb(29, 25, 66) 100%);
  filter: drop-shadow(0 0 3px #000000);
}
.fancybox-slide .howtoModal .modalCont {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
  margin-left: 1.625rem;
  margin-right: 1.625rem;
}
.fancybox-slide .howtoModal .howtoItems {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
.fancybox-slide .howtoModal .howtoItems .howtoItem {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background-color: #17163e;
  padding-bottom: 1rem;
}
.fancybox-slide .howtoModal .howtoItems .howtoItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0.125rem #38337b inset;
  pointer-events: none;
}
.fancybox-slide .howtoModal .howtoItems .howtoItem_head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(10px, 1.625rem);
  height: 3.75rem;
  color: #fff;
  font-weight: 600;
  background: #151435;
}
.fancybox-slide .howtoModal .howtoItems .howtoItem_text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 576px) {
  .fancybox-slide .howtoModal .howtoItems .howtoItem_text {
    font-size: max(10px, 1.125rem);
  }
}
.fancybox-slide .howtoModal .howtoItems .howtoItem_pic {
  position: relative;
  height: 14.9375rem;
  aspect-ratio: 280/239;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 577px) {
  .fancybox-slide .howtoModal .howtoItems .howtoItem_pic {
    height: 12.25rem;
    aspect-ratio: 230/196;
  }
}
.fancybox-slide .howtoModal .howtoItems .howtoItem_pic::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0.125rem #38337b inset;
  pointer-events: none;
}
.fancybox-slide .howtoModal .howtoItems .howtoItem_pic img {
  max-width: 100%;
  height: auto;
}

.fancybox-slide--html .fancybox-content {
  overflow: visible;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.itemContainer {
  display: flex;
  gap: 1px;
  color: #fff;
  width: calc(100% - 2px);
}
@media screen and (min-width: 577px) {
  .itemContainer {
    min-height: 10rem;
  }
}
.itemContainer_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 7.3125rem;
}
@media screen and (min-width: 577px) {
  .itemContainer_head {
    width: 18.75rem;
  }
}
.itemContainer.--odd .itemContainer_head {
  background: #263542;
}

.itemContainer.--even .itemContainer_head {
  background: #1e2a35;
}

.itemContainer_head .account_status {
  position: relative;
  font-size: max(10px, 1.125rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 577px) {
  .itemContainer_head .account_status {
    font-size: max(10px, 1.25rem);
  }
}
.itemContainer_body {
  flex: 1;
  padding: 1rem;
  display: flex;
  color: var(--color-base-80);
}
@media screen and (max-width: 576px) {
  .itemContainer_body {
    flex-direction: column;
  }
}
.itemContainer.--odd .itemContainer_body {
  background: #1b252e;
}

.itemContainer.--even .itemContainer_body {
  background: #161e25;
}

.itemContainer_body .itemName {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.itemContainer_body.--present .itemName {
  justify-content: center;
}

.itemContainer_body .itemName__ico_preset {
  box-shadow: 0 0 0 1px #000;
}
@media screen and (max-width: 576px) {
  .itemContainer_body .itemName__ico_preset {
    height: 2.1875rem;
    aspect-ratio: 70/70;
  }
}
.itemContainer_body .itemName__ico_preset img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .itemContainer_body .itemName__ico_package {
    height: 3.5625rem;
    aspect-ratio: 118/114;
  }
}
@media screen and (max-width: 576px) {
  .itemContainer_body .itemName__ico_package.--newbie {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/ico_package_newbie.webp") no-repeat 50% 0/auto 100%;
  }
}
@media screen and (max-width: 576px) {
  .itemContainer_body .itemName__ico_package.--comeback {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/ico_package_comeback.webp") no-repeat 50% 0/auto 100%;
  }
}
@media screen and (max-width: 576px) {
  .itemContainer_body .itemName__ico_package.--hero {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/ico_package_hero.webp") no-repeat 50% 0/auto 100%;
  }
}
.itemContainer_body .itemName i {
  font-style: normal;
  text-align: center;
  font-size: max(10px, 1rem);
}
@media screen and (min-width: 577px) {
  .itemContainer_body .itemName i {
    font-size: max(10px, 1.25rem);
  }
}
.itemContainer_body .includedItems {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 577px) {
  .itemContainer_body.--present .itemName {
    width: 16.25rem;
  }
}
.itemContainer_body.--present .includedItems {
  flex: 1;
}
@media screen and (max-width: 576px) {
  .itemContainer_body.--present .includedItems {
    border-top: solid 1px #394045;
    margin-top: 0.875rem;
    padding-top: 0.625rem;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 577px) {
  .itemContainer_body.--present .includedItems {
    border-left: solid 1px #394045;
    margin-left: 0.875rem;
    padding-left: 2.5rem;
  }
}
.itemContainer_body.--package {
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 576px) {
  .itemContainer_body.--package .package_ico {
    display: none;
  }
}
@media screen and (min-width: 577px) {
  .itemContainer_body.--package .package_ico {
    height: 10.625rem;
    aspect-ratio: 189/170;
  }
}
@media screen and (min-width: 577px) {
  .itemContainer_body.--package .package_ico.--newbie {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/ico_package_newbie.webp") no-repeat 50% 0/auto 100%;
  }
}
@media screen and (min-width: 577px) {
  .itemContainer_body.--package .package_ico.--comeback {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/ico_package_comeback.webp") no-repeat 50% 0/auto 100%;
  }
}
@media screen and (min-width: 577px) {
  .itemContainer_body.--package .package_ico.--hero {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/ico_package_hero.webp") no-repeat 50% 0/auto 100%;
  }
}
.itemContainer_body.--package .package_detail {
  flex: 1;
}
.itemContainer_body.--package .package_detail .itemDetailHead {
  color: var(--color-base);
}
@media screen and (max-width: 576px) {
  .itemContainer_body.--package .package_detail .itemDetailHead {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
  }
}
@media screen and (min-width: 577px) {
  .itemContainer_body.--package .package_detail .itemDetailHead {
    display: grid;
    row-gap: 0.625rem;
  }
}
.itemContainer_body.--package .package_detail .itemDetailHead > *:nth-of-type(1) {
  grid-column: 1/3;
}
.itemContainer_body.--package .package_detail .keimoCount {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  font-size: max(10px, 1.125rem);
  color: #d7c77a;
}
.itemContainer_body.--package .package_detail .keimoCount::before {
  content: "";
  display: block;
  height: 1.375rem;
  aspect-ratio: 28/22;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/ico_kaimo.webp") no-repeat 50% 0/auto 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .itemContainer_body.--package .package_detail .notice {
    font-size: max(10px, 0.6875rem);
  }
}
.itemContainer_body.--package .package_detail .includedItems {
  flex: 1;
  border-top: solid 1px #394045;
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 577px) {
  .itemContainer_body.--package .package_detail .includedItems {
    margin-top: 0.875rem;
    padding-top: 0.875rem;
    padding-left: 1.875rem;
  }
}
.itemContainer ~ * {
  margin-top: 1px;
}

.btn_login {
  height: 3.34375rem;
  aspect-ratio: 540/107;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/btn_login.webp") no-repeat 50% 0/auto 100%;
  text-indent: -9999em;
}
@media screen and (min-width: 577px) {
  .btn_login {
    height: 6.6875rem;
    aspect-ratio: 540/107;
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/btn_login.webp") no-repeat 50% 0/auto 100%;
  }
}

.btn_reward {
  height: 1.71875rem;
  aspect-ratio: 180/55;
  margin-top: 0.625rem;
  font-size: max(10px, 0.875rem);
  font-weight: 600;
}
@media screen and (min-width: 577px) {
  .btn_reward {
    font-size: max(10px, 1.125rem);
    height: 3.75rem;
    aspect-ratio: 200/60;
    margin-top: 0.625rem;
  }
}
.btn_reward.--active {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/btn_reward_active.webp") no-repeat 50% 0/auto 100%;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
}
@media screen and (min-width: 577px) {
  .btn_reward.--active {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/btn_reward_active.webp") no-repeat 50% 0/auto 100%;
  }
}
.btn_reward.--dis {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/btn_reward_dis.webp") no-repeat 50% 0/auto 100%;
  color: rgba(255, 255, 255, 0.6352941176);
}
@media screen and (min-width: 577px) {
  .btn_reward.--dis {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/btn_reward_dis.webp") no-repeat 50% 0/auto 100%;
  }
}

.btn_loope {
  position: absolute;
  width: 41px;
  height: 41px;
  top: -16px;
  right: -16px;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/btn_loope.png") no-repeat 50% 0;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
}

#connecting {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.3882352941);
  text-shadow: 0 2px 2px #000, 0 0 4px #000, 0 0 4px #000;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

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

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  padding-left: 0;
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body::after {
  content: "";
  height: 0rem;
  aspect-ratio: 0/0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  background-image: url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/loader_lineage2_off.png"), url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/loader_lineage2_on.png"), url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/btn_main_active.webp"), url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/btn_main_dis.webp"), url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/btn_modal_close.webp"), url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/ico-list.webp"), url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/modal_howto_frame.webp"), url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/modal_itemDetails_frame.webp"), url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/btn_main_active.webp"), url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/btn_main_dis.webp");
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: 999999999;
  background: #000;
}
.loader__gauge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  width: 100%;
  height: 60px;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/loader_lineage2_off.png") no-repeat center;
}
.loader__gauge span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/loader_lineage2_on.png") no-repeat center bottom;
  transition: all 0.3s ease;
}
.loader__gauge i {
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color: #d7d7d7;
  white-space: nowrap;
}

:root {
  --color-hdg: #ffebc4;
  --color-base: #a9b9ff;
  --color-base-80: #919ed8;
  --color-sub: #fff5e2;
  --color-notice: #a89bdb;
  --color-white: #fff;
  --color-highlight: #625eff;
  --color-danger: #ff4d4d;
  --color-purple: #a770ff;
  --color-link: #98dde6;
  --color-link-hover: #72adb4;
  --color-2: #ebf5ab;
  --bg-gradient: linear-gradient(180deg, rgba(209,49,21,1) 49%, rgba(177,41,18,1) 50%);
}

:root p {
  margin-bottom: 0;
}

.color-hdg {
  color: var(--color-hdg) !important;
}

.color-base {
  color: var(--color-base) !important;
}

.color-sub {
  color: var(--color-sub) !important;
}

.color-notice {
  color: var(--color-notice) !important;
}

.color-white {
  color: var(--color-white) !important;
}

.color-highlight {
  color: var(--color-highlight) !important;
}

.color-danger {
  color: var(--color-danger) !important;
}

.color-purple {
  color: var(--color-purple) !important;
}

.color-2 {
  color: var(--color-2) !important;
}

.text-shadow {
  text-shadow: 1px 1px 1px var(--color-shadow), 1px 0 1px var(--color-shadow), 1px -1px 1px var(--color-shadow), 0 1px 1px var(--color-shadow), 0 0 1px var(--color-shadow), 0 -1px 1px var(--color-shadow), -1px 1px 1px var(--color-shadow), -1px 0 1px var(--color-shadow), -1px -1px 1px var(--color-shadow);
}

.text-shadow2 {
  text-shadow: 2px 2px 1px var(--color-shadow), 2px 1px 1px var(--color-shadow), 2px 0 1px var(--color-shadow), 2px -1px 1px var(--color-shadow), 2px -2px 1px var(--color-shadow), 1px 2px 1px var(--color-shadow), 1px 1px 1px var(--color-shadow), 1px 0 1px var(--color-shadow), 1px -1px 1px var(--color-shadow), 1px -2px 1px var(--color-shadow), 0 2px 1px var(--color-shadow), 0 1px 1px var(--color-shadow), 0 0 1px var(--color-shadow), 0 -1px 1px var(--color-shadow), 0 -2px 1px var(--color-shadow), -1px 2px 1px var(--color-shadow), -1px 1px 1px var(--color-shadow), -1px 0 1px var(--color-shadow), -1px -1px 1px var(--color-shadow), -1px -2px 1px var(--color-shadow), -2px 2px 1px var(--color-shadow), -2px 1px 1px var(--color-shadow), -2px 0 1px var(--color-shadow), -2px -1px 1px var(--color-shadow), -2px -2px 1px var(--color-shadow);
}

.text-shadow3 {
  text-shadow: 3px 3px 1px var(--color-shadow), 3px 2px 1px var(--color-shadow), 3px 1px 1px var(--color-shadow), 3px 0 1px var(--color-shadow), 3px -1px 1px var(--color-shadow), 3px -2px 1px var(--color-shadow), 3px -3px 1px var(--color-shadow), 2px 3px 1px var(--color-shadow), 2px 2px 1px var(--color-shadow), 2px 1px 1px var(--color-shadow), 2px 0 1px var(--color-shadow), 2px -1px 1px var(--color-shadow), 2px -2px 1px var(--color-shadow), 2px -3px 1px var(--color-shadow), 1px 3px 1px var(--color-shadow), 1px 2px 1px var(--color-shadow), 1px 1px 1px var(--color-shadow), 1px 0 1px var(--color-shadow), 1px -1px 1px var(--color-shadow), 1px -2px 1px var(--color-shadow), 1px -3px 1px var(--color-shadow), 0 3px 1px var(--color-shadow), 0 2px 1px var(--color-shadow), 0 1px 1px var(--color-shadow), 0 0 1px var(--color-shadow), 0 -1px 1px var(--color-shadow), 0 -2px 1px var(--color-shadow), 0 -3px 1px var(--color-shadow), -1px 3px 1px var(--color-shadow), -1px 2px 1px var(--color-shadow), -1px 1px 1px var(--color-shadow), -1px 0 1px var(--color-shadow), -1px -1px 1px var(--color-shadow), -1px -2px 1px var(--color-shadow), -1px -3px 1px var(--color-shadow), -2px 3px 1px var(--color-shadow), -2px 2px 1px var(--color-shadow), -2px 1px 1px var(--color-shadow), -2px 0 1px var(--color-shadow), -2px -1px 1px var(--color-shadow), -2px -2px 1px var(--color-shadow), -2px -3px 1px var(--color-shadow), -3px 3px 1px var(--color-shadow), -3px 2px 1px var(--color-shadow), -3px 1px 1px var(--color-shadow), -3px 0 1px var(--color-shadow), -3px -1px 1px var(--color-shadow), -3px -2px 1px var(--color-shadow), -3px -3px 1px var(--color-shadow);
}

.text-strike {
  text-decoration: line-through;
}

.text-big {
  font-size: 2.4rem;
  font-weight: 800;
}

body {
  line-height: 1.4;
  counter-reset: number 0;
  min-width: auto;
}

.open-fb {
  overflow: hidden;
}

[v-cloak] {
  opacity: 0;
}

.list-disc {
  list-style-type: disc;
  padding-left: 1.6rem;
}

.list-kome {
  list-style-type: "※";
  text-align: left;
  font-weight: 400;
  padding-left: 1.6rem;
}

.list-circleDecimal {
  counter-reset: number;
  padding-left: 1.6rem;
}
.list-circleDecimal li {
  text-indent: -1.6rem;
}
.list-circleDecimal li::before {
  counter-increment: number 1;
  content: counter(number) "";
  text-indent: 0;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -0.1rem;
  border-radius: 100%;
  background: #f7e06d;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1;
  font-size: 1rem;
  color: #3c311d;
  font-weight: bold;
  margin-right: 0.3rem;
}
.list-circleDecimal li ~ li {
  margin-top: 0.5rem;
}

.list-rule {
  padding-left: 1rem;
}
.list-rule li {
  position: relative;
  list-style: none;
  padding-left: 0.625rem;
}
.list-rule li::before {
  content: "";
  display: block;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/ico-list.webp") no-repeat 50% 0/auto 100%;
  height: 0.6875rem;
  aspect-ratio: 16/11;
  top: 0.625rem;
  left: -1rem;
  position: absolute;
}

.kome {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
  font-weight: 400;
}

.kome::before {
  content: "※";
}

.strong {
  font-weight: bold;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.write-mode-rl {
  writing-mode: vertical-rl;
}

.write-mode-tb {
  writing-mode: horizontal-tb;
}

@media screen and (min-width: 769px) {
  .write-mode-md-tb {
    writing-mode: horizontal-tb;
  }
}

.allContent {
  position: relative;
  font-weight: 200;
  background-color: #060a28;
}

.logo {
  height: 2.375rem;
  aspect-ratio: 298/38;
  top: 0.875rem;
  left: 0.875rem;
  position: absolute;
  z-index: 1;
}
.logo.--live {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/live/logo.webp") no-repeat 50% 0/auto 100%;
}
.logo.--classic {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/classic/logo.webp") no-repeat 50% 0/auto 100%;
}

@media screen and (max-width: 576px) {
  .headArea {
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/main_bg.webp") no-repeat 50% 0/100% auto;
    aspect-ratio: 750/1270;
  }
}
@media screen and (min-width: 577px) {
  .headArea {
    aspect-ratio: auto;
    width: auto;
    height: 56.125rem;
  }
}

.bodyArea {
  padding-top: 0.1px;
  color: var(--color-base);
  font-feature-settings: "palt";
  font-family: "Noto Sans JP";
  font-size: max(10px, 0.875rem);
  font-weight: 400;
  padding-bottom: 5rem;
  z-index: 0;
}
@media screen and (min-width: 577px) {
  .bodyArea {
    font-size: max(10px, 1rem);
  }
}
@media screen and (min-width: 1171px) {
  .bodyArea {
    padding-bottom: 7.5rem;
    background-image: url(https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/body_bg_1.webp), url(https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/body_bg_2.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 3.125rem, calc(100% - 62.5rem);
  }
}
.bodyArea a {
  color: var(--color-link);
}
.bodyArea a:hover {
  color: var(--color-link-hover);
  text-decoration: none;
}

.innerFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
}
@media screen and (min-width: 1171px) {
  .innerFrame {
    width: 1110px;
    max-width: 1110px;
    align-self: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

.btn_main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_main:not([disabled]) {
  animation: 1s playBtnEff infinite linear;
}
.btn_main span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.375rem;
  aspect-ratio: 466/118;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/btn_main_active.webp") no-repeat 50% 0/auto 100%;
}
@media screen and (min-width: 577px) {
  .btn_main span {
    height: 5.625rem;
    aspect-ratio: 358/90;
  }
}
.btn_main[disabled] span {
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/btn_main_dis.webp") no-repeat 50% 0/auto 100%;
}
.btn_main[disabled] i {
  opacity: 0.5;
}
.btn_main i {
  font-size: max(10px, 1.625rem);
  color: #fff;
  font-weight: 600;
}

.btn_howto {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: 1s playBtnEff infinite linear;
  z-index: 1;
  top: 61.75rem;
  right: 1.25rem;
  left: auto;
  position: absolute;
}
@media screen and (min-width: 577px) {
  .btn_howto {
    top: 40.25rem;
    right: 1.25rem;
    left: auto;
    position: absolute;
  }
}
@media screen and (min-width: 1171px) {
  .btn_howto {
    margin-right: -5rem;
    top: 40.25rem;
    right: 0rem;
    left: auto;
    position: absolute;
  }
}
.btn_howto span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.625rem;
  aspect-ratio: 182/170;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/btn_howto.webp") no-repeat 50% 0/auto 100%;
}
@media screen and (min-width: 577px) {
  .btn_howto span {
    height: 9rem;
    aspect-ratio: 154/144;
  }
}

.btnArea.--main {
  margin-top: -6.375rem;
}
@media screen and (min-width: 577px) {
  .btnArea.--main {
    margin-top: -9.875rem;
  }
}
.btnArea.--howto {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.btnArea.--s-live::before {
  content: "― ライブサービス ―";
  color: #BE1817;
  background: linear-gradient(to bottom, #b84b20 0%, #e66836 40%, #ffdccb 50%, #e66836 60%, #BE1817 100%);
}
.btnArea.--s-classic::before {
  content: "― クラシックサービス ―";
  color: #fff4b7;
  background: linear-gradient(to bottom, #b8860b 0%, #d4af37 40%, #f0e68c 50%, #d4af37 60%, #8b6914 100%);
}
.btnArea.--s-live, .btnArea.--s-classic {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btnArea.--s-live::before, .btnArea.--s-classic::before {
  font-family: "Noto Serif JP", serif;
  font-size: max(10px, 2rem);
  font-weight: 800;
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 577px) {
  .btnArea.--s-live::before, .btnArea.--s-classic::before {
    font-size: max(10px, 1.625rem);
  }
}

.sect ~ .sect {
  margin-top: 2.5rem;
}
@media screen and (min-width: 577px) {
  .sect ~ .sect {
    margin-top: 6.25rem;
  }
}
.sect .lead {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5058823529)) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5058823529));
}
.sect .chara {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.sect.--present .chara {
  height: 32.1875rem;
  aspect-ratio: 530/1030;
  top: -0.625rem;
  right: 0rem;
  left: auto;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/chara_1.webp") no-repeat 50% 0/auto 100%;
}
@media screen and (min-width: 577px) {
  .sect.--present .chara {
    height: 79.875rem;
    aspect-ratio: 923/1278;
    top: -0.625rem;
    right: -18.75rem;
    left: auto;
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/chara_1.webp") no-repeat 50% 0/auto 100%;
  }
}

.sect.--package .chara {
  height: 32.28125rem;
  aspect-ratio: 568/1033;
  top: 0.625rem;
  left: 0rem;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/chara_2.webp") no-repeat 50% 0/auto 100%;
}
@media screen and (min-width: 577px) {
  .sect.--package .chara {
    height: 77.3125rem;
    aspect-ratio: 919/1237;
    top: 0.625rem;
    left: -26.25rem;
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/chara_2.webp") no-repeat 50% 0/auto 100%;
  }
}

.sect.--mission .chara {
  height: 33.96875rem;
  aspect-ratio: 499/1087;
  top: -0.625rem;
  right: 0rem;
  left: auto;
  background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/m/chara_3.webp") no-repeat 50% 0/auto 100%;
}
@media screen and (min-width: 577px) {
  .sect.--mission .chara {
    height: 88.1875rem;
    aspect-ratio: 914/1411;
    top: -7.1875rem;
    right: -23.75rem;
    left: auto;
    background: transparent url("https://static.ncsoft.jp/events/24/lineage2/12festival/NQhxuz/img/chara_3.webp") no-repeat 50% 0/auto 100%;
  }
}

.sect.--att {
  position: relative;
  margin-top: 0 !important;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP";
  background: #0b1038;
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 577px) {
  .sect.--att {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}
.sect.--att .innerFrame dl {
  align-self: stretch;
  position: relative;
}
.sect.--att .innerFrame dl dt {
  font-size: max(10px, 1.625rem);
  color: var(--color-base);
  font-weight: 500;
}
.sect.--att .innerFrame dl dd {
  font-size: max(10px, 1rem);
  color: var(--color-base-80);
  font-weight: 400;
}
.sect.--att .innerFrame dl dd li {
  margin-top: 0.3125rem;
}

@keyframes playBtnEff {
  0% {
    filter: drop-shadow(0 0 0rem rgb(254, 254, 18)) brightness(1);
  }
  50% {
    filter: drop-shadow(0 0 0.625rem rgb(254, 254, 18)) brightness(1.35);
  }
  100% {
    filter: drop-shadow(0 0 1.875rem rgba(254, 254, 18, 0)) brightness(1);
  }
}
:root .btn_closeModal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 37px;
  border-radius: 5px;
  opacity: 1;
  color: #fff;
  background: linear-gradient(180deg, rgb(160, 160, 160) 33%, rgb(175, 175, 175) 67%);
  border: solid 2px rgb(158, 158, 158);
  text-shadow: 0 0 2px rgb(0, 0, 0);
}

.inlineScroll {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (min-width: 577px) {
  .inlineScroll::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background: none;
    background: #463519;
  }
}
@media screen and (min-width: 577px) {
  .inlineScroll::-webkit-scrollbar-thumb {
    background: #ff006a;
    cursor: pointer;
  }
}/*# sourceMappingURL=index.css.map */