@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&family=Chiron+GoRound+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jim+Nightshade&display=swap");
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*自訂*/
a {
  text-decoration: none;
  outline: none;
}

body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #000000;
  letter-spacing: 1px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  outline: none;
  border-radius: none;
}

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block;
}

/*Input reset*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /*透明*/
}

input[type=submit], input[type=reset], input[type=button], input[type=text], input[type=password], textarea, select {
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
}

button {
  outline: none;
  border: none;
  background-color: none;
}

input[type=checkbox] {
  accent-color: #9fb0ff;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
}

.codeBox.thin .gc-reset {
  top: -1px;
}

.codeBox .img {
  height: 75%;
  background-size: auto 125% !important;
  width: 100px !important;
  top: 12% !important;
}

.codeBox.thin.verify__box > div:nth-child(2) {
  height: 50px !important;
}

html {
  font-size: 16px;
}

main {
  width: 100%;
  background-color: #000;
  position: relative;
}

body {
  background-color: #000;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.l-wrapper {
  max-width: 2000px;
  margin: 0 auto;
}

.l-wrapperSub {
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-wrapperSub {
    width: 90%;
  }
}

.l-wrapperThird {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .l-wrapperThird {
    width: 90%;
  }
}

.l-overflowY {
  overflow-y: hidden;
}

.l-overflow {
  overflow: hidden;
}

.l-footerColor {
  background-color: #06090a;
  z-index: 1;
}

.l-link {
  display: inline-block;
}
.l-link a {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #9d3cd0;
}
.l-link a:hover {
  opacity: 0.5;
}

.l-marginTb10 {
  margin: 10% 0;
}

.l-notice {
  color: #fb3cc3;
}

.l-posa {
  position: absolute;
}

.l-posr {
  position: relative;
}

.l-marginb2 {
  margin: 0 0 2%;
}

.l-tipsPink {
  color: #ff90a5;
}

.l-mt-3 {
  margin: 3% 0 0 0;
}

.l-marginT65 {
  margin: 75px 0 0 0;
}

.l-fontSizeM {
  font-size: 1.3rem;
}

@-webkit-keyframes careerFloat01 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@keyframes careerFloat01 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@-webkit-keyframes careerFloat02 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes careerFloat02 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@-webkit-keyframes careerFloat03 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@keyframes careerFloat03 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@-webkit-keyframes battleFlash {
  0%, 40%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  43% {
    opacity: 0.8;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  46% {
    opacity: 0.15;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  49% {
    opacity: 0.4;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  54% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes battleFlash {
  0%, 40%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  43% {
    opacity: 0.8;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  46% {
    opacity: 0.15;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  49% {
    opacity: 0.4;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  54% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@-webkit-keyframes eyeLeaveLeft {
  to {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
}
@keyframes eyeLeaveLeft {
  to {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
}
@-webkit-keyframes eyeLeaveRight {
  to {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
}
@keyframes eyeLeaveRight {
  to {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
}
@-webkit-keyframes transitionHide {
  to {
    visibility: hidden;
  }
}
@keyframes transitionHide {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes fireParticle {
  0% {
    -webkit-transform: translate3d(0, 30px, 0) scale(0.3);
            transform: translate3d(0, 30px, 0) scale(0.3);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  30% {
    -webkit-transform: translate3d(calc(var(--x) * -0.35), -25vh, 0) scale(0.8);
            transform: translate3d(calc(var(--x) * -0.35), -25vh, 0) scale(0.8);
  }
  55% {
    -webkit-transform: translate3d(calc(var(--x) * 0.25), -50vh, 0) scale(1);
            transform: translate3d(calc(var(--x) * 0.25), -50vh, 0) scale(1);
  }
  75% {
    -webkit-transform: translate3d(calc(var(--x) * -0.15), -75vh, 0) scale(0.65);
            transform: translate3d(calc(var(--x) * -0.15), -75vh, 0) scale(0.65);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(var(--x), -110vh, 0) scale(0.2);
            transform: translate3d(var(--x), -110vh, 0) scale(0.2);
    opacity: 0;
  }
}
@keyframes fireParticle {
  0% {
    -webkit-transform: translate3d(0, 30px, 0) scale(0.3);
            transform: translate3d(0, 30px, 0) scale(0.3);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  30% {
    -webkit-transform: translate3d(calc(var(--x) * -0.35), -25vh, 0) scale(0.8);
            transform: translate3d(calc(var(--x) * -0.35), -25vh, 0) scale(0.8);
  }
  55% {
    -webkit-transform: translate3d(calc(var(--x) * 0.25), -50vh, 0) scale(1);
            transform: translate3d(calc(var(--x) * 0.25), -50vh, 0) scale(1);
  }
  75% {
    -webkit-transform: translate3d(calc(var(--x) * -0.15), -75vh, 0) scale(0.65);
            transform: translate3d(calc(var(--x) * -0.15), -75vh, 0) scale(0.65);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(var(--x), -110vh, 0) scale(0.2);
            transform: translate3d(var(--x), -110vh, 0) scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes aimPulse {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
@keyframes aimPulse {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
@-webkit-keyframes lineMove {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 1000px;
  }
}
@keyframes lineMove {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 1000px;
  }
}
@-webkit-keyframes aimLock {
  0% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes aimLock {
  0% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.fall-kv {
  position: relative;
}
.fall-kv__logo {
  position: absolute;
  z-index: 99;
  max-width: 158px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 2%;
  top: 2%;
}

.event-menu {
  position: fixed;
  right: 0;
  top: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
.event-menu__toggle {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  border: 0;
  border-radius: 50% 0 0 50%;
  background: #a91924;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.event-menu__toggle-line {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.event-menu__toggle-text {
  margin-top: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.event-menu__panel {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  width: 420px;
  padding: 30px 20px;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.event-menu__mask {
  display: none;
}
.event-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.event-menu__item {
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
.event-menu__item img {
  display: block;
  width: 100%;
  height: auto;
}
.event-menu__item:hover {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}
.event-menu.active {
  top: 50%;
}
.event-menu.active .event-menu__panel {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.event-menu.active .event-menu__toggle-line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.event-menu.active .event-menu__toggle-line:nth-child(2) {
  opacity: 0;
}
.event-menu.active .event-menu__toggle-line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1279px) {
  .event-menu {
    top: 50px;
    right: 20px;
    -webkit-transform: none;
            transform: none;
  }
  .event-menu__toggle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
  }
  .event-menu__panel {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    padding: 30px;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none;
            transform: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .event-menu__mask {
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
  }
  .event-menu__content {
    position: relative;
    z-index: 1;
    width: min(90%, 420px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.96);
            transform: translateY(30px) scale(0.96);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .event-menu__item {
    width: 100%;
  }
  .event-menu__item:hover {
    -webkit-transform: none;
            transform: none;
  }
  .event-menu.active {
    top: 50px;
  }
  .event-menu.active .event-menu__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .event-menu.active .event-menu__content {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .event-menu {
    top: 5vw;
    right: 2vw;
  }
  .event-menu.active {
    top: 5vw;
    right: 2vw;
  }
}
body.menu-open {
  overflow: hidden;
}

.out-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #a91924;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.out-link:hover {
  color: #fff;
  background-color: #a91924;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
}

.popup__main {
  position: relative;
  z-index: 2;
  width: min(600px, 100% - 40px);
  height: min(630px, 100dvh - 40px);
  padding: 40px;
  background-image: url("../img/einbech/popup_bg.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #b8721f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .popup__main .popup__main {
    width: calc(100% - 20px);
    height: min(630px, 100dvh - 20px);
    padding: 25px 20px;
  }
}

.popup-acc__back {
  position: absolute;
  background-image: url("../img/einbech/popup_back.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: min(631px, 100% - 40px);
  height: min(658px, 100dvh - 40px);
}
.popup-acc__stamp {
  position: absolute;
  background-image: url("../img/einbech/acc_notice.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 45.16%;
  height: 14.33%;
  left: 6%;
  top: -2%;
}

.popup-vi__class {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.popup-vi__qGunsBoy {
  -webkit-transform: translate(-90px, 180px);
          transform: translate(-90px, 180px);
  width: 606px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.popup-vi__qGunsGirl {
  -webkit-transform: translate(90px, 14px);
          transform: translate(90px, 14px);
  width: 579px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 922px) {
  .popup-vi__qGunsGirl {
    -webkit-transform: translate(40px, 14px);
            transform: translate(40px, 14px);
  }
}
@media screen and (max-width: 768px) {
  .popup-vi__class {
    display: none;
  }
}

.popup.active .popup__main {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.popup__close {
  position: absolute;
  top: 25px;
  right: -25px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  z-index: 5;
  background-color: #28060e;
  border: 1px solid #eaa049;
  padding: 5px 10px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup__close:hover {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.popup__close__ingame {
  position: fixed;
  top: 15px;
  right: 25px;
  z-index: 99;
  font-size: 3.2rem;
  cursor: pointer;
  color: #a861ff;
  display: none;
}
.popup__close__ingame.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-popup-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 68px 0 0 0;
  scrollbar-width: thin;
  scrollbar-color: #301111 rgba(255, 255, 255, 0);
}
.js-popup-content::-webkit-scrollbar {
  width: 6px;
}
.js-popup-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
  border-radius: 999px;
}
.js-popup-content::-webkit-scrollbar-thumb {
  background: #c86eff;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0);
}
.js-popup-content::-webkit-scrollbar-thumb:hover {
  background: #301111;
}

body.popup-open {
  overflow: hidden;
}

.popup__main--full {
  overflow-y: scroll;
}
.popup__main--full .popup__close {
  top: 15px;
}
.popup__main--full .js-popup-content {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2% 0;
}

.fall-kv {
  position: relative;
}
.fall-kv__logo {
  position: absolute;
  z-index: 99;
  max-width: 158px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 2%;
  top: 2%;
}

@media screen and (max-width: 680px) {
  .fall-kv__logo {
    width: 25%;
  }
}

.einbech-kv {
  background-color: #000;
}
.einbech-kv__stage {
  width: 100%;
  overflow: hidden;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
.einbech-kv__stage::before {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(233, 31, 31, 0.18) 0%, rgba(248, 31, 15, 0.808) 20%, transparent 55%);
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-animation: battleFlash 3.5s ease-in-out infinite;
          animation: battleFlash 3.5s ease-in-out infinite;
}
.einbech-kv__wrap {
  width: 100%;
  max-width: 1366px;
  max-height: 659px;
  margin: 0 auto;
  height: 100vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .einbech-kv__wrap {
    max-height: 768px;
  }
}
.einbech-kv__background {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}
.einbech-kv__slogan {
  position: absolute;
  top: 40%;
  left: 2%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1280px) {
  .einbech-kv__slogan {
    left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .einbech-kv__slogan {
    width: 498px;
    left: 50%;
    top: 7%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 680px) {
  .einbech-kv__slogan {
    width: 65.2%;
    max-width: 498px;
  }
}
.einbech-kv__topLine {
  position: absolute;
  z-index: 1;
  bottom: 0;
  pointer-events: none;
  width: calc(100% + 2px);
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.einbech-kv__topLine img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .einbech-kv__topLine {
    width: 150%;
  }
}
.einbech-kv__brush {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .einbech-kv__brush {
    width: 2000px;
    top: 14%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.einbech-kv__bottomLine {
  position: relative;
  z-index: 2;
  width: calc(100% + 2px);
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.einbech-kv__bottomLine img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .einbech-kv__bottomLine {
    width: 150%;
  }
}
@media screen and (max-width: 1024px) {
  .einbech-kv__career {
    position: absolute;
    max-width: 1024px;
    width: 100%;
    height: 100%;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 680px) {
  .einbech-kv__career {
    top: 78%;
  }
}

.einbech-career__gunsGirl {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}
.einbech-career__gunsBoy {
  position: absolute;
  right: 30%;
  top: 20%;
}
@media screen and (max-width: 1280px) {
  .einbech-career__gunsGirl {
    right: 0;
  }
  .einbech-career__gunsBoy {
    right: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .einbech-career__gunsGirl {
    top: 0;
    right: 3vw;
  }
  .einbech-career__gunsBoy {
    right: 38vw;
    top: 15vw;
  }
}
@media screen and (max-width: 860px) {
  .einbech-career__gunsGirl {
    width: 88%;
    right: -3vw;
  }
}

.eye-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000;
  overflow: hidden;
  pointer-events: none;
  -webkit-animation: transitionHide 0s 1.2s forwards;
          animation: transitionHide 0s 1.2s forwards;
}
.eye-transition__left, .eye-transition__right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.eye-transition__left img, .eye-transition__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eye-transition__left {
  left: 0;
  -webkit-animation: eyeLeaveLeft 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.5s forwards;
          animation: eyeLeaveLeft 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.5s forwards;
}
.eye-transition__right {
  right: 0;
  -webkit-animation: eyeLeaveRight 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.5s forwards;
          animation: eyeLeaveRight 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.5s forwards;
}
@media screen and (max-width: 1024px) {
  .eye-transition__left {
    width: 100%;
    -webkit-animation: careerFloat03 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.2s forwards;
            animation: careerFloat03 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.2s forwards;
  }
  .eye-transition__right {
    display: none;
  }
}

.einbech-kv__particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.einbech-kv__particles i {
  --size: 5px;
  --x: 0px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: var(--size);
  height: var(--size);
  border-radius: 2px 5px;
  background: radial-gradient(circle, rgb(255, 255, 210) 0%, rgba(255, 190, 50, 0.95) 30%, rgba(255, 80, 10, 0.75) 65%, rgba(255, 40, 0, 0) 100%);
  -webkit-box-shadow: 0 0 6px rgba(255, 180, 40, 0.9), 0 0 14px rgba(255, 80, 10, 0.5);
          box-shadow: 0 0 6px rgba(255, 180, 40, 0.9), 0 0 14px rgba(255, 80, 10, 0.5);
  opacity: 0;
  -webkit-animation: fireParticle var(--duration) linear infinite, fireFlicker 0.35s ease-in-out infinite alternate;
          animation: fireParticle var(--duration) linear infinite, fireFlicker 0.35s ease-in-out infinite alternate;
}
.einbech-kv__particles i:nth-child(1) {
  left: 5%;
  --size: 4px;
  --x: 50px;
  --duration: 5.2s;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.einbech-kv__particles i:nth-child(2) {
  left: 12%;
  --size: 7px;
  --x: -40px;
  --duration: 6.3s;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.einbech-kv__particles i:nth-child(3) {
  left: 20%;
  --size: 3px;
  --x: 65px;
  --duration: 4.8s;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
}
.einbech-kv__particles i:nth-child(4) {
  left: 28%;
  --size: 6px;
  --x: -70px;
  --duration: 7.2s;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
}
.einbech-kv__particles i:nth-child(5) {
  left: 36%;
  --size: 4px;
  --x: 35px;
  --duration: 5.7s;
  -webkit-animation-delay: -3.1s;
          animation-delay: -3.1s;
}
.einbech-kv__particles i:nth-child(6) {
  left: 44%;
  --size: 8px;
  --x: -50px;
  --duration: 6.8s;
  -webkit-animation-delay: -1.7s;
          animation-delay: -1.7s;
}
.einbech-kv__particles i:nth-child(7) {
  left: 51%;
  --size: 3px;
  --x: 80px;
  --duration: 5.1s;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
}
.einbech-kv__particles i:nth-child(8) {
  left: 58%;
  --size: 5px;
  --x: -60px;
  --duration: 7.5s;
  -webkit-animation-delay: -2.1s;
          animation-delay: -2.1s;
}
.einbech-kv__particles i:nth-child(9) {
  left: 64%;
  --size: 7px;
  --x: 45px;
  --duration: 5.9s;
  -webkit-animation-delay: -5.7s;
          animation-delay: -5.7s;
}
.einbech-kv__particles i:nth-child(10) {
  left: 70%;
  --size: 3px;
  --x: -35px;
  --duration: 4.7s;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
}
.einbech-kv__particles i:nth-child(11) {
  left: 76%;
  --size: 6px;
  --x: 70px;
  --duration: 6.5s;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
}
.einbech-kv__particles i:nth-child(12) {
  left: 82%;
  --size: 4px;
  --x: -75px;
  --duration: 7.1s;
  -webkit-animation-delay: -4.9s;
          animation-delay: -4.9s;
}
.einbech-kv__particles i:nth-child(13) {
  left: 88%;
  --size: 8px;
  --x: 40px;
  --duration: 5.6s;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
}
.einbech-kv__particles i:nth-child(14) {
  left: 93%;
  --size: 3px;
  --x: -55px;
  --duration: 6.9s;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
}
.einbech-kv__particles i:nth-child(15) {
  left: 97%;
  --size: 5px;
  --x: 60px;
  --duration: 5.3s;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
}

.event-info {
  max-width: 2000px;
  margin: 0 auto;
}
.event-info__bgColor-red {
  background-color: #900523;
}
.event-info__stage {
  position: relative;
}
.event-info__wrap {
  max-width: 1366px;
  margin: -8.44% auto 0;
  position: relative;
}
.event-info__menu {
  max-width: 1366px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.event-info__menu img {
  margin: 0 auto;
}
.event-info__menu-item {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  position: relative;
}
.event-info__menu-item::after {
  content: "";
  position: absolute;
  background-image: url("../img/einbech/icon_hover.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  max-width: 84px;
  width: 100%;
  height: 100%;
  right: 0;
  top: -34%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.event-info__menu-item:hover {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  -webkit-filter: brightness(1.08) drop-shadow(0 6px 5px rgba(0, 0, 0, 0.25));
          filter: brightness(1.08) drop-shadow(0 6px 5px rgba(0, 0, 0, 0.25));
}
.event-info__menu-item:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.event-info__title {
  position: relative;
  z-index: 2;
}
.event-info__title img {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .event-info__title {
    padding: 10% 0 2%;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .event-info__title {
    padding: 30% 0 2%;
  }
}
@media screen and (max-width: 540px) {
  .event-info__title {
    padding: 35% 0 2%;
  }
}
.event-info__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1170px) {
  .event-info__description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.event-info__lockon {
  padding: 5% 5% 12%;
  position: relative;
  z-index: 2;
}
.event-info__file {
  padding: 11% 0 25%;
  position: relative;
  max-width: 1142px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1170px) {
  .event-info__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .event-info__menu-item {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .event-info__stage {
    overflow: hidden;
  }
  .event-info__introduce {
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .event-info__lockon {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  .event-info__lockon {
    width: 100%;
  }
  .event-info__menu {
    padding: 8% 0;
  }
  .event-info__menu-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 540px) {
  .event-info__menu-item {
    width: 45%;
  }
}

.event-info__title--file {
  width: 95%;
  margin: 0 auto;
  padding: 5% 0;
}
@media screen and (max-width: 1120px) {
  .event-info__title--file {
    padding: 10% 0 5%;
  }
}

.event-lockon__title img {
  margin: 0;
}
.event-lockon__title p {
  font-size: 1.2rem;
  margin: 1.5% 0;
  color: #eaa049;
}
.event-lockon__detail {
  width: 520px;
  height: 545px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.event-lockon__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  background-image: url("../img/einbech/skillBg.jpg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: repeat;
  border-bottom: 1px solid #bbbbbb;
}
.event-lockon__head p {
  font-size: 12px;
  margin: 0 0 0 5px;
  font-family: "Noto Sans TC", sans-serif;
}
.event-lockon__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6% 2% 0;
}
.event-lockon__skills {
  position: relative;
}
.event-lockon__qGuns {
  width: 655px;
  position: absolute;
  left: 41%;
  top: -8%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .event-lockon__qGuns {
    max-width: 655px;
    width: 68%;
    top: 0;
    left: 46%;
  }
}
@media screen and (max-width: 992px) {
  .event-lockon__qGuns {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .event-lockon__detail {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .event-lockon__detail {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .event-lockon {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .event-lockon__detail {
    height: auto;
  }
  .event-lockon__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .event-lockon__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lockon-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 10px 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.lockon-skill:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.lockon-skill p {
  font-size: 13px;
  margin: 4px auto;
  font-family: "Noto Sans TC", sans-serif;
}
.lockon-skill img {
  width: 43px;
  margin: 0 auto;
}

.event-description__photo {
  max-width: 732px;
  width: 73%;
  margin: -5% -1% 0 0;
}
.event-description__detail {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5% 0 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1170px) {
  .event-description__photo {
    margin: -6% -1% 0 0;
  }
  .event-description__detail {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: -40% 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .event-description__photo {
    margin: -6% -1% -15% 0;
  }
}
@media screen and (max-width: 540px) {
  .event-description__photo {
    width: 100%;
  }
}

.event-detail__pixel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2% 0;
}
.event-detail__pixel img {
  margin: 0 5px 0 0;
}
.event-detail__skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 6px;
}
.event-detail__text {
  color: #eaa049;
}
.event-detail__text p {
  font-size: 1rem;
  line-height: 22px;
  margin: 5px 0;
}
@media screen and (max-width: 1280px) {
  .event-detail__skill {
    gap: 16px;
  }
}
@media screen and (max-width: 1170px) {
  .event-detail__pixel {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2%;
    border-radius: 5px;
  }
  .event-detail__skill {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .event-detail__skill {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 540px) {
  .event-detail__pixel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4%;
    background-color: rgba(0, 0, 0, 0.9);
  }
}

.detail-title {
  font-size: 1.4rem;
}

.event-skill {
  background-color: #000;
  width: 270px;
  height: 217px;
  overflow: hidden;
}
.event-skill img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 1280px) {
  .event-skill {
    width: calc(50% - 10px);
    height: 18vw;
  }
}
@media screen and (max-width: 1170px) {
  .event-skill {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  .event-skill {
    width: 40vw;
    height: 40vw;
  }
}

.lockon-detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lockon-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lockon-detail__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lockon-detail__tag p {
  color: #fff;
}
.lockon-detail__title {
  margin: 0 0 0 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}
.lockon-detail__title p {
  margin: 0 0 0 5px;
}
.lockon-detail__body {
  line-height: 22px;
}
.lockon-detail__body > p {
  color: #fff;
  margin: 20px 0;
}
.lockon-detail__skillDemo {
  width: 100%;
  height: auto;
  margin: 2% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lockon-detail__skillDemo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 540px) {
  .lockon-detail__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lockon-detail__info {
    width: 100%;
  }
  .lockon-detail__tag {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.list-text__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1% 2.5%;
  background-color: #28060e;
  color: #fff;
}
.list-text__data:nth-child(even) {
  margin: 2px 0;
}

.skill-tag {
  margin: 0 5px;
}
.skill-tag span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6px;
  background-color: #28060e;
  margin: 0 0 5px 0;
}

.popup__main {
  padding: 30px;
}
@media screen and (max-width: 360px) {
  .popup__main {
    padding: 10px;
  }
}

.event-file__content {
  position: relative;
  max-width: 1025px;
  width: 100%;
  height: 768px;
  background-image: url("../img/einbech/book_bg_s.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: -4px 7px 20px 0px #000;
          box-shadow: -4px 7px 20px 0px #000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}
.event-file__bg {
  position: absolute;
  top: -3%;
  left: -20px;
  max-width: 1142px;
}
.event-file__img {
  width: 100%;
  background-color: #000;
}
.event-file__block {
  width: 90%;
  height: 660px;
  overflow-y: auto;
  margin: 60px 0 0 80px;
  padding: 5%;
  scrollbar-width: thin;
  scrollbar-color: #301111 rgba(255, 255, 255, 0);
}
.event-file__block::-webkit-scrollbar {
  width: 6px;
}
.event-file__block::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
  border-radius: 999px;
}
.event-file__block::-webkit-scrollbar-thumb {
  background: #c86eff;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0);
}
.event-file__block::-webkit-scrollbar-thumb:hover {
  background: #301111;
}
.event-file__block p {
  margin: 2% 0;
  text-align: center;
  line-height: 22px;
}
.event-file__area .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.event-file__area--npc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-file__area--npc .event-file__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  margin: 1% 0;
}
.event-file__area--npc .event-file__img p {
  margin: 0 0 0 2%;
}
@media screen and (max-width: 480px) {
  .event-file__area--npc .event-file__img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .event-file__area--npc .event-file__img img {
    margin: 0 auto;
  }
}
.event-file__area--monster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.event-file__area--monster p {
  width: 100%;
}
.event-file__area--monster .event-file__img {
  max-width: 401px;
}
@media screen and (max-width: 960px) {
  .event-file__area--monster .event-file__img {
    width: 49%;
  }
}
@media screen and (max-width: 540px) {
  .event-file__area--monster .event-file__img {
    width: 100%;
  }
}
.event-file__area--props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-file__area--props p {
  width: 100%;
}
.event-file__area--props .event-file__img {
  max-width: 260px;
}
.event-file__class img {
  position: absolute;
}
.event-file__gunsBoy {
  left: -25%;
}
.event-file__gunsGirl {
  left: 86%;
}
.event-file__story {
  padding: 1%;
  background-color: #be8d51;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.event-file__story p {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .event-file__story {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}
@media screen and (max-width: 1280px) {
  .event-file__gunsGirl {
    left: 83%;
  }
}
@media screen and (max-width: 1024px) {
  .event-file__content {
    width: 90%;
    background-size: 100%;
    background-repeat: repeat;
  }
  .event-file__class {
    display: none;
  }
  .event-file__bg {
    width: 1142px;
  }
}
@media screen and (max-width: 1024px) {
  .event-file__content {
    width: 100%;
    height: 235vw;
  }
  .event-file__block {
    width: 90%;
    margin: 60px 0 0 auto;
    padding: 10% 5% 0 2%;
    height: 208vw;
  }
}

.acc-slash {
  position: absolute;
}
.acc-slash__top {
  top: 0;
  left: 0;
}
.acc-slash__bottom {
  left: 0;
  bottom: 0;
}

.event-acc__shamp {
  position: absolute;
  top: 3%;
  right: 5%;
}
.event-acc__bookLeft {
  position: absolute;
  width: 63px;
  height: 100%;
  background-image: url("../img/einbech/book_left_bg.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 5;
}
.event-acc__line {
  margin: 4% auto 2%;
}
@media screen and (max-width: 540px) {
  .event-acc__bookLeft {
    width: 31px;
  }
}

@media screen and (max-width: 480px) {
  .l-marginT65 {
    margin: 0;
  }
}