@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chango&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sansation:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap");
@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/earlyaccess/cwtexyen.css");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
@font-face {
  font-family: "FakePearl-Regular";
  src: url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff) format("woff");
}
/* 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 Sans TC", "PingFang SC", "微軟正黑體", monospace, sans-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: #212737;
  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: #212737;
}

select, input {
  border-radius: 0 !important;
}

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

.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 {
  max-width: 2000px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

body {
  background-color: #000;
}

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

img {
  height: auto;
  display: block;
}

.l-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.l-wrapperSub {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-wrapperSub {
    width: 98%;
  }
}

.l-wrapperThird {
  max-width: 1024px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1200px) {
  .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: #cd4350;
}

.l-fontEn {
  font-family: monospace;
  color: #d1d1d1;
}

.l-fontTitleL {
  font-size: 1.25rem;
}

.l-paddingTb5 {
  padding: 5vw 0;
}

.l-paddingb5 {
  padding: 0 0 5vw 0;
}

.l-fontSansation {
  font-family: "Sansation", sans-serif;
}

.l-cornerEn {
  color: #23293a;
  font-size: 10rem;
}

.l-border {
  border: 1px solid #d1d1d1;
  background-color: rgba(35, 41, 58, 0.8);
}
.l-border-yellow {
  border-color: #ffdc89;
}
.l-border-green {
  border-color: #50e5d2;
}

.l-title {
  padding: 12px 18px;
  background-color: #50e5d2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.l-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #50e5d2;
  top: -7px;
  left: 5px;
}

.l-fontFocus {
  color: #f45b5b;
}

.l-fontMonospace {
  font-family: monospace;
}

.l-fontFocusYellow {
  color: #ffdc89;
}

.l-relative {
  position: relative;
}

.l-absolute {
  position: absolute;
}

.l-fontSizeL {
  font-size: 6rem;
}

.l-yellow {
  border: 1px solid #ffdc89;
}
.l-yellow h6 {
  color: #ffdc89;
}
.l-yellow p {
  color: #fff;
}

.l-green {
  border: 1px solid #50e5d2;
}
.l-green h6 {
  color: #50e5d2;
}
.l-green p {
  color: #fff;
}

.l-bg-dark {
  background-color: #151b2c;
}

@-webkit-keyframes pop3D {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
  50% {
    -webkit-transform: scale(1.001) rotateY(10deg);
            transform: scale(1.001) rotateY(10deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
}

@keyframes pop3D {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
  50% {
    -webkit-transform: scale(1.001) rotateY(10deg);
            transform: scale(1.001) rotateY(10deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
}
@-webkit-keyframes job3D {
  0% {
    -webkit-transform: scale(1) rotateY(0deg) skew(0turn, 0);
            transform: scale(1) rotateY(0deg) skew(0turn, 0);
  }
  50% {
    -webkit-transform: scale(1.005) rotateY(5deg) skew(0.001turn, 0.1deg);
            transform: scale(1.005) rotateY(5deg) skew(0.001turn, 0.1deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg) skew(0turn, 0);
            transform: scale(1) rotateY(0deg) skew(0turn, 0);
  }
}
@keyframes job3D {
  0% {
    -webkit-transform: scale(1) rotateY(0deg) skew(0turn, 0);
            transform: scale(1) rotateY(0deg) skew(0turn, 0);
  }
  50% {
    -webkit-transform: scale(1.005) rotateY(5deg) skew(0.001turn, 0.1deg);
            transform: scale(1.005) rotateY(5deg) skew(0.001turn, 0.1deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg) skew(0turn, 0);
            transform: scale(1) rotateY(0deg) skew(0turn, 0);
  }
}
@-webkit-keyframes introZoomOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes introZoomOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes introZoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes introZoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes upupdown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes upupdown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes widthChange {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthChange {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.popup_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(16, 18, 26, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.popup_overlay.active {
  display: block;
  -webkit-animation: introZoomOut 0.2s ease-in forwards;
          animation: introZoomOut 0.2s ease-in forwards;
}

.popup_body {
  max-width: 1170px;
  max-height: 768px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-scrollBar {
  height: 70vh;
  height: 70dvh;
  overflow-y: scroll;
}
.l-scrollBar::-webkit-scrollbar {
  width: 6px;
}
.l-scrollBar::-webkit-scrollbar-button {
  background: transparent;
}
.l-scrollBar::-webkit-scrollbar-track-piece {
  background: transparent;
}
.l-scrollBar::-webkit-scrollbar-thumb {
  background-color: #50e5d2;
}
.l-scrollBar::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}

.popup_close {
  font-size: 1.5rem;
  position: absolute;
  top: 3vw;
  right: 1vw;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  font-family: "Black Ops One", system-ui;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup_close:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1280px) {
  .popup_close {
    top: 0;
    right: 3.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .popup_close {
    top: -3vw;
  }
}
@media screen and (max-width: 680px) {
  .popup_close {
    top: -30px;
  }
}

.popup_rules {
  display: none;
}
.popup_rules.active {
  display: block;
}

.popup_join {
  display: none;
}
.popup_join.active {
  display: block;
}

.popup_record {
  display: none;
}
.popup_record.active {
  display: block;
}

.container_schedule {
  position: relative;
  background-image: url("../img/section_bg01.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
}
.container_battle {
  position: relative;
  background-image: url("../img/section_bg02.jpg");
  background-size: 3px;
  background-position: 0 0;
  background-repeat: repeat;
  z-index: 1;
}
.container_battle-pointStore {
  background-image: url("../img/bg_store.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.container_notice {
  position: relative;
  background-image: url("../img/section_bg03.jpg");
  background-size: 1px;
  background-position: 0 0;
  background-repeat: repeat;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .container_schedule .l-paddingTb5 {
    padding: 15vw 0;
  }
}

.corner_mark_battle .corner.fixed {
  position: fixed;
  z-index: 99;
}

.bg-curve {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/acc_fade.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-attachment: fixed;
  z-index: -1;
}
.bg-embellish {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/bg_jobNotice.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-attachment: fixed;
  z-index: -1;
}

.content .title {
  max-width: 282px;
  width: 100%;
  margin: 0 auto;
}
.content_body-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content_body .date {
  width: 31.11%;
}
.content_body .date img {
  width: 100%;
}
.content_body .date:nth-child(2) {
  margin: 0 0 1vw 0;
}
@media screen and (max-width: 1280px) {
  .content {
    width: 90%;
    margin: 0 auto;
  }
  .content .title {
    width: 28%;
  }
}
@media screen and (max-width: 860px) {
  .content .title {
    width: 55%;
  }
  .content_body .date {
    width: 49.11%;
  }
}

.battle_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5vw 0 0 0;
}

.button {
  max-width: 417px;
  width: 50%;
  height: 30.1vw;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button:hover {
  -webkit-animation: pop3D 1s alternate ease-out forwards;
          animation: pop3D 1s alternate ease-out forwards;
}
.button_rules {
  background-image: url("../img/btn_rules.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.button_rules.disable {
  background-image: url("../img/btn_rules_disable.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.button_join {
  background-image: url("../img/btn_team.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.button_join.disable {
  background-image: url("../img/btn_team_disable.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .button {
    height: 57.1vw;
  }
}
@media screen and (max-width: 860px) {
  .button {
    width: 50%;
    height: 65.1vw;
  }
}
@media screen and (max-width: 680px) {
  .button {
    width: 70%;
    height: 75.1vw;
  }
}
@media screen and (max-width: 540px) {
  .button {
    width: 90%;
    height: 100vw;
  }
}

.corner_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}
.corner_frame-head {
  width: 306px;
  height: 35px;
  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;
}
.corner_frame-head p {
  text-align: center;
}
.corner_frame-shape {
  width: 223px;
  height: 23px;
  margin: 0 0 0 -10px;
}
@media screen and (max-width: 680px) {
  .corner_frame-shape {
    width: 38%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .corner_frame-shape {
    width: 18%;
  }
}
@media screen and (max-width: 360px) {
  .corner_frame-shape {
    display: none;
  }
}

.head-yellow {
  background-image: url("../img/acc_top_yellow.png");
  background-size: contain;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}
.head-green {
  background-image: url("../img/acc_top_green.png");
  background-size: contain;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

.event_content {
  width: 100%;
  position: relative;
  padding: 2vw 0;
}
.event_content-rules .title {
  max-width: 234px;
  width: 100%;
  margin: 0 auto;
}
.event_content-rules .l-title {
  color: #212737;
}
.event_content-rules p {
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .event_content-rules .title {
    width: 28%;
  }
}
@media screen and (max-width: 860px) {
  .event_content-rules .title {
    width: 40%;
  }
}
@media screen and (max-width: 680px) {
  .event_content {
    padding: 6vw 0;
  }
  .event_content-rules .title {
    width: 55%;
  }
}

.event_reward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.9vw;
}
.event_reward .special {
  width: 190px;
}
.event_reward .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event_reward img {
  max-width: 90%;
  width: 151px;
  margin: 0 2px;
}
@media screen and (max-width: 1024px) {
  .event_reward img {
    max-width: 15%;
  }
}
@media screen and (max-width: 860px) {
  .event_reward img {
    max-width: 35%;
    margin: 6px;
  }
}

.reward_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reward_frame .content-left {
  width: 57%;
}
.reward_frame .content-right {
  width: 40%;
}
@media screen and (max-width: 1170px) {
  .reward_frame .content {
    width: 90%;
    padding: 5vw 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 860px) {
  .reward_frame .content {
    width: 85%;
  }
}

.event_notice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 22px;
  margin: 0.5vw 0;
}
.event_notice li > span {
  background-color: #50e5d2;
  padding: 5px 10px;
  margin: 0 10px 0 0;
}
.event_notice li.l-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event_notice-content {
  margin: 2vw 0 1vw;
}
.event_notice-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 2vw 0 -1vw;
}
.event_notice-sign {
  padding: 0;
}
.event_notice-sign li > span {
  background-color: #ffdc89;
}
@media screen and (max-width: 860px) {
  .event_notice-title {
    margin: 5vw 0 -1vw;
  }
}

.event_tips {
  width: 100%;
  padding: 0.5vw;
  background-color: #ffdc89;
}
.event_tips p {
  color: #212737;
  text-align: center;
}
.event_tips-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.event_tips-head p {
  font-family: "Black Ops One", system-ui;
  font-size: 1.6rem;
  position: relative;
}
.event_tips-head img {
  width: 21.5%;
  margin: 0 0 0 -1vw;
}
.event_tips-body {
  padding: 0.5vw;
  line-height: 22px;
}

.event_sign {
  margin: 2vw 0 0;
}
.event_sign-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-animation: introZoomOut 0.2s ease-in forwards;
          animation: introZoomOut 0.2s ease-in forwards;
}
.event_sign-choose.active {
  display: none;
}
.event_sign-userData {
  display: none;
}
.event_sign-userData > p {
  text-align: center;
}
.event_sign-userData.active {
  display: block;
  -webkit-animation: introZoomOut 0.2s ease-in forwards;
          animation: introZoomOut 0.2s ease-in forwards;
}
.event_sign-head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event_sign .btn {
  max-width: 104px;
  max-height: 118px;
  width: 20%;
  cursor: pointer;
  margin: 0 0.2vw;
}
.event_sign .btn:hover {
  -webkit-animation: pop3D 1s alternate ease-out forwards;
          animation: pop3D 1s alternate ease-out forwards;
}
.event_sign .btn-facebook {
  height: 20vw;
  background-image: url("../img/sign_facebook.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.event_sign .btn-google {
  height: 20vw;
  background-image: url("../img/sign_google.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.event_sign .btn-apple {
  height: 20vw;
  background-image: url("../img/sign_apple.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.event_sign .sign_out {
  background-color: #ffdc89;
  text-align: center;
  padding: 0.5vw 2.9vw;
  margin: 0.5vw 0;
  cursor: pointer;
  color: #212737;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.event_sign .sign_out:hover {
  opacity: 0.5;
}
.event_sign-notice {
  width: 100%;
  margin: 1vw 0 0 0;
  padding: 0.5vw 0;
  border-top: 2px solid #ffdc89;
  border-bottom: 2px solid #ffdc89;
}
.event_sign-notice > p {
  color: #ffdc89;
  font-size: 1.2rem;
  padding: 0.5vw 0;
}
@media screen and (max-width: 860px) {
  .event_sign {
    margin: 6vw 0 2vw;
  }
  .event_sign .sign_out {
    padding: 1.5vw 9.9vw;
    margin: 1.5vw 0;
  }
}
@media screen and (max-width: 680px) {
  .event_sign .sign_out {
    padding: 3.5vw 9.9vw;
    width: 100%;
    margin: 2.5vw 0;
  }
}
@media screen and (max-width: 480px) {
  .event_sign-choose .btn {
    margin: 0 1.2vw;
  }
  .event_sign-choose .btn-facebook {
    background-image: url("../img/sign_facebook.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .event_sign-choose .btn-google {
    background-image: url("../img/sign_google.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .event_sign-choose .btn-apple {
    background-image: url("../img/sign_apple.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.event_team_button {
  width: 100%;
  margin: 2vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event_team_button .btn {
  max-width: 100%;
  min-height: 44px;
  width: calc(50% - 20px);
  padding: 2%;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1280px) {
  .event_team_button {
    margin: 5vw 0;
  }
}
@media screen and (max-width: 860px) {
  .event_team_button .btn {
    width: 100%;
    margin: 10px 0.2vw;
    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;
  }
}

.l-btnPurple {
  border: 1px solid #c4a5e6;
  color: #c4a5e6;
}
.l-btnPurple:hover {
  background-color: #c4a5e6;
  color: #212737;
}
.l-btnPurple::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -1px;
  width: 100%;
  height: 9px;
  background-color: #c4a5e6;
  clip-path: polygon(100% 100%, 0% 100%, 90% 15%);
}
.l-btnPurple::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -1px;
  width: 100%;
  height: 9px;
  background-color: #c4a5e6;
  clip-path: polygon(0% 0%, 10% 100%, 100% 0%);
}

.l-btnGreen {
  border: 1px solid #50e5d2;
  color: #50e5d2;
}
.l-btnGreen:hover {
  background-color: #50e5d2;
  color: #212737;
}
.l-btnGreen::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -1px;
  width: 100%;
  height: 9px;
  background-color: #50e5d2;
  clip-path: polygon(100% 100%, 0% 100%, 90% 15%);
}
.l-btnGreen::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -1px;
  width: 100%;
  height: 9px;
  background-color: #50e5d2;
  clip-path: polygon(0% 0%, 10% 100%, 100% 0%);
}

.l-btnYellow {
  border: 1px solid #ffdc89;
  color: #ffdc89;
}
.l-btnYellow:hover {
  background-color: #ffdc89;
  color: #212737;
}
.l-btnYellow::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -1px;
  width: 100%;
  height: 9px;
  background-color: #ffdc89;
  clip-path: polygon(100% 100%, 0% 100%, 90% 15%);
}
.l-btnYellow::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -1px;
  width: 100%;
  height: 9px;
  background-color: #ffdc89;
  clip-path: polygon(0% 0%, 10% 100%, 100% 0%);
}

.event_team-register {
  color: #c4a5e6;
  display: none;
  margin: 5vw 0 0 0;
}
.event_team-register > p {
  color: #c4a5e6;
  font-size: 1.3rem;
  padding: 0 0 0.5vw 0;
  border-bottom: 2px solid #c4a5e6;
  margin-bottom: 1vw;
}
.event_team-register > p {
  text-align: left;
}
.event_team-register.active {
  display: block;
  -webkit-animation: introZoomOut 0.2s ease-in forwards;
          animation: introZoomOut 0.2s ease-in forwards;
}
.event_team-join {
  color: #50e5d2;
  display: none;
  margin: 5vw 0 0 0;
}
.event_team-join.active {
  display: block;
  -webkit-animation: introZoomOut 0.2s ease-in forwards;
          animation: introZoomOut 0.2s ease-in forwards;
}
.event_team-join > p {
  color: #50e5d2;
  font-size: 1.3rem;
  padding: 0 0 0.5vw 0;
  border-bottom: 2px solid #50e5d2;
  margin-bottom: 1vw;
}
.event_team-join > p {
  text-align: left;
}
.event_team-join .register_form-input {
  border: 1px solid #50e5d2;
  cursor: pointer;
}
.event_team-join .register_form-select select {
  border: 1px solid #50e5d2;
  cursor: pointer;
}
.event_team-review {
  margin: 1vw 0;
}
.event_team-review > p {
  text-align: left;
  color: #ffdc89;
  font-size: 1.3rem;
  padding: 0.5vw 0;
  border-bottom: 2px solid #ffdc89;
}
.event_team-review > p span {
  font-size: 1rem;
}

.team_review_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team_review_info-name {
  font-size: 2.5rem;
}
.team_review_info-point {
  font-size: 1rem;
  margin: 0 0 0 0.5vw;
}

.register_form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.5vw 0;
}
.register_form-input {
  margin: 0.5vw 0;
  border: 1px solid #c4a5e6;
  color: #fff;
  padding: 1.5% 2%;
  font-size: 1rem;
  letter-spacing: 1px;
  cursor: pointer;
}
.register_form-select {
  position: relative;
}
.register_form-select select {
  border: 1px solid #c4a5e6;
  width: 100%;
  padding: 1.5% 2%;
  margin: 0.5vw 0;
  color: #fff;
  cursor: pointer;
}
.register_form-select .icon {
  position: absolute;
  right: 1vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  .register_form-field {
    margin: 1.5vw 0;
  }
  .register_form-input {
    padding: 2.5% 2%;
  }
  .register_form-select select {
    padding: 2.5% 2%;
  }
}
@media screen and (max-width: 680px) {
  .register_form-field {
    margin: 4.5vw 0;
  }
  .register_form-input {
    padding: 4.5% 2%;
  }
  .register_form-select select {
    padding: 5.5% 2%;
  }
}

.team_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1vw 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team_review-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ffdc89;
  width: calc(50% - 10px);
  min-height: 44px;
  margin: 5px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.team_review-field.cancel {
  border: 1px solid #56585c;
  color: #56585c;
}
.team_review-field.cancel p {
  color: #56585c;
}
.team_review-field.cancel .btn_cancel {
  background-color: #56585c;
  cursor: default;
}
.team_review-field.teamleader {
  background-color: #c4a5e6;
  border: 1px solid #c4a5e6;
}
.team_review-field.teamleader p {
  color: #212737;
}
.team_review-field.teamleader p i {
  margin: 0 0.5vw 0 0;
}
.team_review-field.confirm {
  border: 1px solid #50e5d2;
}
.team_review-field p {
  padding: 1vw;
}
.team_review-field .btn_cancel {
  padding: 1vw;
  color: #212737;
  background-color: #ffdc89;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team_review-field .btn_cancel:hover {
  opacity: 0.8;
}
.team_review-decide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team_review-decide .l-btn {
  min-width: 80px;
  padding: 0.4vw 0.6vw;
  color: #212737;
  background-color: #ffdc89;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team_review-decide .l-btn:hover {
  opacity: 0.8;
}
.team_review-decide .btn_choose {
  color: #212737;
  background-color: #50e5d2;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team_review-decide .btn_choose:hover {
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .team_review-field {
    width: 100%;
  }
  .team_review-field p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 540px) {
  .team_review-field {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team_review-field p {
    width: 100%;
    padding: 5vw;
  }
  .team_review-decide {
    width: 100%;
  }
  .team_review-decide .l-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 2.4vw 0.6vw;
  }
}

.scrolltop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 2vw 0;
}
.scrolltop img {
  max-width: 90%;
  cursor: pointer;
}
.scrolltop img:hover {
  animation: upupdown 0.2s alternate-reverse ease-in infinite;
}

@media screen and (max-width: 860px) {
  .l-paddingTb5 {
    padding: 15vw 0 5vw;
  }
}

@media screen and (max-width: 860px) {
  .l-title {
    width: 100%;
  }
}

.disabled {
  display: none;
}

.container {
  width: 100%;
  position: relative;
}
.container_keyVisual {
  height: 45vw;
  background-image: url("../img/kv_background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container .logo {
  position: absolute;
  top: 2.5vw;
  left: 2.5vw;
  z-index: 99;
}
.container .logo a {
  display: block;
}
.container .logo img {
  width: 191px;
  max-width: 95.5%;
}
@media screen and (max-width: 1280px) {
  .container_keyVisual {
    height: 55vw;
  }
}
@media screen and (max-width: 1170px) {
  .container_keyVisual {
    height: 65vw;
  }
}
@media screen and (max-width: 860px) {
  .container_keyVisual {
    height: 100vw;
  }
  .container .logo {
    top: 5.5vw;
    left: 5.5vw;
  }
  .container .logo img {
    max-width: 80.5%;
  }
}
@media screen and (max-width: 680px) {
  .container_keyVisual {
    height: 130vw;
  }
}

.acc_mark {
  max-width: 306px;
  width: 16vw;
  position: absolute;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.acc_mark-bottom {
  bottom: 0;
}
.acc_mark-top {
  top: 0;
}
@media screen and (max-width: 860px) {
  .acc_mark {
    width: 56vw;
  }
}

.corner_mark {
  pointer-events: none;
}

.corner {
  position: absolute;
  z-index: 20;
}
.corner_point {
  width: 100%;
  bottom: 0;
}
.corner_arrow {
  max-width: 77px;
  width: 4%;
}
.corner_arrow-ltw {
  top: 0.5vw;
  left: 0.5vw;
}
.corner_arrow-lbw {
  left: 0.5vw;
  bottom: 0.5vw;
}
.corner_arrow-rtw {
  top: 0.5vw;
  right: 0.5vw;
}
.corner_arrow-rbw {
  right: 0.5vw;
  bottom: 0.5vw;
}
.corner_arrow-lty {
  top: -10px;
  left: -11px;
}
.corner_arrow-lby {
  left: -11px;
  bottom: -10px;
}
.corner_arrow-rty {
  top: -10px;
  right: -11px;
}
.corner_arrow-rby {
  right: -10px;
  bottom: -10px;
}
.corner_line {
  max-height: 381px;
  height: 100vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.corner_line-lcw {
  left: 1vw;
}
.corner_line-rcw {
  right: 1vw;
}
.corner_shape {
  width: 19.8%;
}
.corner_shape-rt {
  top: 0;
  right: 4.5vw;
}
@media screen and (max-width: 860px) {
  .corner_arrow {
    width: 10%;
  }
  .corner_shape {
    width: 30.8%;
    right: 10.5vw;
  }
}

.typewriter-right {
  right: 3vw;
  top: 3vw;
  min-width: 215px;
}
.typewriter-left {
  left: 3vw;
  bottom: 3vw;
}
.typewriter .font {
  font-family: monospace;
  font-size: 16px;
  color: white;
  white-space: nowrap;
  border-right: 2px solid white;
  overflow: hidden;
  display: inline-block;
  text-align: left;
}
.typewriter p:not(.cursor) {
  border-right: none;
}
.typewriter .cursor {
  border-right: 2px solid white;
  -webkit-animation: blink-caret 0.7s step-end infinite;
          animation: blink-caret 0.7s step-end infinite;
}
.typewriter_green .font {
  color: #5cffea;
}
@media screen and (max-width: 860px) {
  .typewriter-right {
    right: 5vw;
    top: 5vw;
  }
  .typewriter-left {
    bottom: 5vw;
    left: 5vw;
  }
}
@media screen and (max-width: 680px) {
  .typewriter-left {
    bottom: 8vw;
  }
}

.particle_effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/acc_particle.png");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: repeat;
  z-index: 15;
  -webkit-animation: pop3D 8s -0.4s infinite alternate ease-in-out;
          animation: pop3D 8s -0.4s infinite alternate ease-in-out;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  pointer-events: none;
}

.container_job {
  pointer-events: none;
}

.job {
  position: absolute;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-perspective: 800px;
          perspective: 800px;
}
.job_01 {
  width: 76.3%;
  left: 4%;
  bottom: -2vw;
  z-index: 4;
  -webkit-transform-origin: 49% 25%;
          transform-origin: 49% 25%;
}
.job_01.active {
  -webkit-animation: job3D 6s infinite alternate ease-out;
          animation: job3D 6s infinite alternate ease-out;
}
.job_02 {
  width: 41.77%;
  left: 0.5vw;
  bottom: -4vw;
  z-index: 3;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.job_02.active {
  -webkit-animation: ZoomOut 1s ease-in forwards, job3D 6s 1.2s infinite ease-out;
          animation: ZoomOut 1s ease-in forwards, job3D 6s 1.2s infinite ease-out;
}
.job_03 {
  width: 45.4%;
  left: 52%;
  bottom: -3vw;
  z-index: 3;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.job_03.active {
  -webkit-animation: ZoomOut 1s -0.2s ease-in forwards, job3D 6s 1.4s infinite ease-out;
          animation: ZoomOut 1s -0.2s ease-in forwards, job3D 6s 1.4s infinite ease-out;
}
.job_04 {
  width: 71.3%;
  left: 6vw;
  bottom: -2vw;
  z-index: 2;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.job_04.active {
  -webkit-animation: ZoomOut 1s -0.3s ease-in forwards, job3D 6s 1.6s infinite ease-out;
          animation: ZoomOut 1s -0.3s ease-in forwards, job3D 6s 1.6s infinite ease-out;
}
.job_05 {
  width: 57%;
  left: 46%;
  bottom: -3vw;
  z-index: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.job_05.active {
  -webkit-animation: ZoomOut 1s -0.4s ease-in forwards, job3D 6s 1.8s infinite ease-out;
          animation: ZoomOut 1s -0.4s ease-in forwards, job3D 6s 1.8s infinite ease-out;
}
.job_06 {
  width: 40.4%;
  left: 69%;
  bottom: -3vw;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.job_06.active {
  -webkit-animation: ZoomOut 1s -0.5s ease-in forwards, job3D 6s 1s infinite ease-out;
          animation: ZoomOut 1s -0.5s ease-in forwards, job3D 6s 1s infinite ease-out;
}
@media screen and (max-width: 1280px) {
  .job_01 {
    width: 87.3%;
    left: -2%;
    bottom: 0;
  }
  .job_02 {
    left: -4.5vw;
  }
  .job_03 {
    left: 59%;
  }
  .job_04 {
    width: 76.3%;
    left: 0;
    bottom: 4vw;
  }
  .job_05 {
    width: 70%;
    left: 36%;
  }
  .job_06 {
    bottom: 0;
  }
}
@media screen and (max-width: 1170px) {
  .job_01 {
    width: 105%;
    left: -12%;
  }
  .job_02 {
    width: 55.77%;
    left: -4.5%;
    bottom: -10vw;
  }
  .job_03 {
    width: 60%;
    left: 60%;
  }
  .job_04 {
    width: 88.3%;
    left: -7vw;
    bottom: 4vw;
  }
  .job_05 {
    width: 85%;
    left: 33%;
  }
  .job_06 {
    width: 54.4%;
    left: 68%;
  }
}
@media screen and (max-width: 860px) {
  .job_01 {
    width: 169%;
    left: -58%;
    bottom: -10vw;
  }
  .job_02 {
    display: none;
  }
  .job_03 {
    width: 100%;
    left: 42%;
    bottom: -3vw;
  }
  .job_04 {
    width: 131.3%;
    left: -37vw;
    bottom: 2vw;
  }
  .job_05 {
    width: 133%;
    left: -7%;
    bottom: -7vw;
  }
  .job_06 {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .job_01 {
    width: 200%;
    left: -69%;
  }
  .job_03 {
    display: none;
  }
  .job_04 {
    width: 161.3%;
    left: -50vw;
  }
  .job_05 {
    width: 170%;
    left: -13%;
    bottom: -10vw;
  }
}

.container_slogan {
  position: absolute;
  width: 34.4%;
  height: 18vw;
  top: 65%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .container_slogan {
    width: 40.4%;
    top: 59%;
  }
}
@media screen and (max-width: 1024px) {
  .container_slogan {
    width: 48.4%;
    top: 57%;
  }
}
@media screen and (max-width: 860px) {
  .container_slogan {
    width: 70.4%;
    top: 63%;
  }
}
@media screen and (max-width: 680px) {
  .container_slogan {
    width: 87.4%;
    top: 62%;
  }
}

.slogan {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: introZoomOut 0.5s ease-in alternate forwards;
          animation: introZoomOut 0.5s ease-in alternate forwards;
}
.slogan_body {
  z-index: 11;
  -webkit-filter: drop-shadow(4px 8px 6px rgba(141, 53, 102, 0.7));
          filter: drop-shadow(4px 8px 6px rgba(141, 53, 102, 0.7));
}
.slogan_circle {
  width: 100%;
  height: 100vh;
  max-height: 344px;
  z-index: 12;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  pointer-events: none;
}
.slogan_circle-starRight {
  background-image: url("../img/acc_slogan01.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-animation: pop3D 1s -0.2s infinite alternate ease-in-out;
          animation: pop3D 1s -0.2s infinite alternate ease-in-out;
}
.slogan_circle-starLeft {
  background-image: url("../img/acc_slogan02.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-animation: pop3D 1s -0.5s infinite alternate ease-in-out;
          animation: pop3D 1s -0.5s infinite alternate ease-in-out;
}

.container_menu {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3.5vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container_menu .menu {
  max-width: 211px;
  width: 11vw;
  height: 45px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.container_menu .menu_information {
  background-image: url("../img/btn_information.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.container_menu .menu_information:hover {
  background-image: url("../img/btn_information_hover.png");
}
.container_menu .menu_party {
  background-image: url("../img/btn_party.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 1vw 0.5vw 0 0;
}
.container_menu .menu_party:hover {
  background-image: url("../img/btn_party_hover.png");
}
.container_menu .menu_guess {
  background-image: url("../img/btn_guess.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin: 1vw 0 0 0.5vw;
}
.container_menu .menu_guess:hover {
  background-image: url("../img/btn_guess_hover.png");
}
.container_menu .menu_store {
  background-image: url("../img/btn_store.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.container_menu .menu_store:hover {
  background-image: url("../img/btn_store_hover.png");
}
@media screen and (max-width: 1280px) {
  .container_menu {
    bottom: 6.5vw;
  }
  .container_menu .menu {
    width: 15vw;
  }
}
@media screen and (max-width: 1024px) {
  .container_menu .menu {
    width: 18vw;
  }
}
@media screen and (max-width: 860px) {
  .container_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: initial;
    left: 89%;
    top: 10vw;
  }
  .container_menu .menu {
    width: 35vw;
    height: 6.3vw;
  }
  .container_menu .menu_information {
    background-image: url("../img/btn_information.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .container_menu .menu_information:hover {
    background-image: url("../img/btn_information_hover.png");
  }
  .container_menu .menu_party {
    background-image: url("../img/btn_party.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
  }
  .container_menu .menu_party:hover {
    background-image: url("../img/btn_party_hover.png");
  }
  .container_menu .menu_guess {
    background-image: url("../img/btn_guess.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
  }
  .container_menu .menu_guess:hover {
    background-image: url("../img/btn_guess_hover.png");
  }
  .container_menu .menu_store {
    background-image: url("../img/btn_store.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .container_menu .menu_store:hover {
    background-image: url("../img/btn_store_hover.png");
  }
}
@media screen and (max-width: 680px) {
  .container_menu {
    top: 38vw;
  }
}
@media screen and (max-width: 540px) {
  .container_menu {
    top: 36vw;
  }
  .container_menu .menu {
    width: 50vw;
    height: 9.3vw;
  }
}

.subtitle {
  margin: 1% 0;
}
.subtitle-schedule {
  text-align: center;
}

.acc-en {
  width: 99.31%;
}