@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=Chango&family=Rubik+Mono+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&family=Rubik+Mono+One&display=swap");
/* reset */
@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");
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", "微軟正黑體", 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: #fff;
  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;
  color: #000;
}

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

input[type=checkbox] {
  accent-color: #fff;
  -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 {
  max-width: 2000px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  position: relative;
}

body {
  background-color: #fff;
  color: #2d2929;
}

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

img {
  height: auto;
  display: block;
}

.l-wrapper {
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .l-wrapper {
    width: 100%;
  }
}

.l-wrapperSub {
  max-width: 830px;
  margin: 0 auto;
  padding: 3% 0 8%;
}
@media screen and (max-width: 1024px) {
  .l-wrapperSub {
    width: 90%;
  }
}
@media screen and (max-width: 540px) {
  .l-wrapperSub {
    padding: 10% 0 12%;
  }
}

.l-wrapperThird {
  max-width: 600px;
  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-marginTb2 {
  margin: 2% 0;
}

.l-notice {
  color: #eb7688;
}

.l-line {
  border-bottom: 1px dashed #a897ff;
  padding: 1% 0;
  margin: 1% 0;
}

.l-fontEnStyle {
  font-size: 2.75rem;
  text-transform: uppercase;
  font-family: "Paytone One", sans-serif;
  color: #a897ff;
}

.l-bgWhite {
  background-color: #fff;
}

.l-bgYellow {
  background-color: #fffcd6;
}

.l-bgLightYellow {
  background-color: #fee22c;
}

.l-content {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
}
@media screen and (max-width: 640px) {
  .l-content {
    width: 95%;
  }
}

.l-button {
  cursor: pointer;
  inline-size: 21.44%;
  padding-bottom: 6.5%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.l-cursor {
  cursor: pointer;
}

.l-issue-link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-issue-link a:hover {
  color: #5a73ff;
}

:root {
  --joy-spring: cubic-bezier(.2, .9, .25, 1.3);
  --joy-step: .08s;
}

@media (prefers-reduced-motion: reduce) {
  .keyvisual__slogan * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.keyvisual__slogan.is-joy .slogan__logo {
  -webkit-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
  -webkit-animation: joy-pop-in 700ms var(--joy-spring) both;
          animation: joy-pop-in 700ms var(--joy-spring) both;
  will-change: transform, opacity;
}
.keyvisual__slogan.is-joy .slogan__bubbles {
  -webkit-transform-origin: 30% 30%;
          transform-origin: 30% 30%;
  -webkit-animation: joy-float 3.2s ease-in-out 0.35s both;
          animation: joy-float 3.2s ease-in-out 0.35s both;
  will-change: transform;
}
.keyvisual__slogan.is-joy .slogan__polly01 {
  -webkit-transform-origin: 60% 20%;
          transform-origin: 60% 20%;
  -webkit-animation: joy-swing 2.4s ease-in-out 0.6s both;
          animation: joy-swing 2.4s ease-in-out 0.6s both;
  will-change: transform;
}
.keyvisual__slogan.is-joy .slogan__top img {
  -webkit-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
  -webkit-animation: joy-drop-bounce 820ms var(--joy-spring) both;
          animation: joy-drop-bounce 820ms var(--joy-spring) both;
  will-change: transform, opacity;
}
.keyvisual__slogan.is-joy .slogan__top img:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.keyvisual__slogan.is-joy .slogan__top img:nth-child(2) {
  -webkit-animation-delay: calc(0.1s + 1 * var(--joy-step));
          animation-delay: calc(0.1s + 1 * var(--joy-step));
}
.keyvisual__slogan.is-joy .slogan__top img:nth-child(3) {
  -webkit-animation-delay: calc(0.1s + 2 * var(--joy-step));
          animation-delay: calc(0.1s + 2 * var(--joy-step));
}
.keyvisual__slogan.is-joy .slogan__top img:nth-child(4) {
  -webkit-animation-delay: calc(0.1s + 3 * var(--joy-step));
          animation-delay: calc(0.1s + 3 * var(--joy-step));
}
.keyvisual__slogan.is-joy .slogan__bottom img {
  -webkit-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
  -webkit-animation: joy-drop-bounce-boost 880ms var(--joy-spring) both;
          animation: joy-drop-bounce-boost 880ms var(--joy-spring) both;
  will-change: transform, opacity;
}
.keyvisual__slogan.is-joy .slogan__bottom img:nth-child(1) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.keyvisual__slogan.is-joy .slogan__bottom img:nth-child(2) {
  -webkit-animation-delay: calc(0.24s + 1 * var(--joy-step));
          animation-delay: calc(0.24s + 1 * var(--joy-step));
}
.keyvisual__slogan.is-joy .slogan__bottom img:nth-child(3) {
  -webkit-animation-delay: calc(0.24s + 2 * var(--joy-step));
          animation-delay: calc(0.24s + 2 * var(--joy-step));
}
.keyvisual__slogan.is-joy .slogan__bottom img:nth-child(4) {
  -webkit-animation-delay: calc(0.24s + 3 * var(--joy-step));
          animation-delay: calc(0.24s + 3 * var(--joy-step));
}

.keyvisual__job.is-show .job__chifood {
  -webkit-transform-origin: 60% 20%;
          transform-origin: 60% 20%;
  -webkit-animation: joy-swing 6s ease-in-out 0.8s both infinite;
          animation: joy-swing 6s ease-in-out 0.8s both infinite;
}
.keyvisual__job.is-show .job__wizard {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: joy-swingSmall 6s linear 0.8s both infinite;
          animation: joy-swingSmall 6s linear 0.8s both infinite;
}
.keyvisual__job.is-show .job__polly02 {
  -webkit-transform-origin: bottom 20%;
          transform-origin: bottom 20%;
  -webkit-animation: joy-swing 2.4s ease-in-out 0.6s both infinite;
          animation: joy-swing 2.4s ease-in-out 0.6s both infinite;
}

.keyvisual__catfood.is-show .catfood__cat02 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: joy-swingSmall 6s ease-in-out 0.8s both infinite;
          animation: joy-swingSmall 6s ease-in-out 0.8s both infinite;
}
.keyvisual__catfood.is-show .catfood__chifood01 {
  -webkit-transform-origin: bottom 20%;
          transform-origin: bottom 20%;
  -webkit-animation: joy-swing 6s ease-in-out 0.8s both infinite;
          animation: joy-swing 6s ease-in-out 0.8s both infinite;
}

.keyvisual__catblack.is-show {
  -webkit-animation: joy-swingSmall 8s ease-in 0.8s both infinite;
          animation: joy-swingSmall 8s ease-in 0.8s both infinite;
}

.keyvisual__subVisual.is-show .subVisual__knight {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: joy-swingSmall 6s linear 0.8s both infinite;
          animation: joy-swingSmall 6s linear 0.8s both infinite;
}
.keyvisual__subVisual.is-show .subVisual__catsleep {
  -webkit-transform-origin: 60% 20%;
          transform-origin: 60% 20%;
  -webkit-animation: joy-swing 6s ease-in-out 0.8s both infinite;
          animation: joy-swing 6s ease-in-out 0.8s both infinite;
}
.keyvisual__subVisual.is-show .subVisual__chifood03 {
  -webkit-transform-origin: 60% 20%;
          transform-origin: 60% 20%;
  -webkit-animation: joy-swing 6s ease-in-out 0.8s both infinite;
          animation: joy-swing 6s ease-in-out 0.8s both infinite;
}

.event-fixed-container.is-show .acc__chifood--left {
  -webkit-animation: joy-swing 6s ease-in-out 0.8s both infinite;
          animation: joy-swing 6s ease-in-out 0.8s both infinite;
}
.event-fixed-container.is-show .acc__chifood--right {
  -webkit-animation: joy-swing 6s ease-in-out 0.8s both infinite;
          animation: joy-swing 6s ease-in-out 0.8s both infinite;
}
.event-fixed-container.is-show .acc__assassin {
  -webkit-animation: joy-swingSmall 6s linear 0.8s both infinite;
          animation: joy-swingSmall 6s linear 0.8s both infinite;
}
.event-fixed-container.is-show .acc__moka {
  -webkit-animation: joy-swing 2s ease-in-out 0.8s both infinite;
          animation: joy-swing 2s ease-in-out 0.8s both infinite;
}

.keyvisual__moka.is-show {
  -webkit-transform-origin: 60% 20%;
          transform-origin: 60% 20%;
  -webkit-animation: joy-swing 2s ease-in-out 0.8s both infinite;
          animation: joy-swing 2s ease-in-out 0.8s both infinite;
}

.menu__link--calltoaction.is-show {
  -webkit-transform-origin: 60% 20%;
          transform-origin: 60% 20%;
  -webkit-animation: joy-swing 1s ease-in-out 0.8s both infinite;
          animation: joy-swing 1s ease-in-out 0.8s both infinite;
}

/* ===== Keyframes ===== */
@-webkit-keyframes joy-pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12%) scale(0.85) rotate(-2deg);
            transform: translateY(12%) scale(0.85) rotate(-2deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-4%) scale(1.06) rotate(1.2deg);
            transform: translateY(-4%) scale(1.06) rotate(1.2deg);
  }
  85% {
    -webkit-transform: translateY(2%) scale(0.98) rotate(-0.6deg);
            transform: translateY(2%) scale(0.98) rotate(-0.6deg);
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(0);
            transform: translateY(0) scale(1) rotate(0);
  }
}
@keyframes joy-pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12%) scale(0.85) rotate(-2deg);
            transform: translateY(12%) scale(0.85) rotate(-2deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-4%) scale(1.06) rotate(1.2deg);
            transform: translateY(-4%) scale(1.06) rotate(1.2deg);
  }
  85% {
    -webkit-transform: translateY(2%) scale(0.98) rotate(-0.6deg);
            transform: translateY(2%) scale(0.98) rotate(-0.6deg);
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(0);
            transform: translateY(0) scale(1) rotate(0);
  }
}
@-webkit-keyframes joy-drop-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%) scaleY(1.15);
            transform: translateY(-40%) scaleY(1.15);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(6%) scaleY(0.92);
            transform: translateY(6%) scaleY(0.92);
  }
  75% {
    -webkit-transform: translateY(-3%) scaleY(1.02);
            transform: translateY(-3%) scaleY(1.02);
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
}
@keyframes joy-drop-bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%) scaleY(1.15);
            transform: translateY(-40%) scaleY(1.15);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(6%) scaleY(0.92);
            transform: translateY(6%) scaleY(0.92);
  }
  75% {
    -webkit-transform: translateY(-3%) scaleY(1.02);
            transform: translateY(-3%) scaleY(1.02);
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
}
@-webkit-keyframes joy-drop-bounce-boost {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-55%) scale(0.92) rotate(-1deg);
            transform: translateY(-55%) scale(0.92) rotate(-1deg);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(10%) scale(1.05) rotate(0.8deg);
            transform: translateY(10%) scale(1.05) rotate(0.8deg);
  }
  78% {
    -webkit-transform: translateY(-5%) scale(0.98) rotate(-0.4deg);
            transform: translateY(-5%) scale(0.98) rotate(-0.4deg);
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(0);
            transform: translateY(0) scale(1) rotate(0);
  }
}
@keyframes joy-drop-bounce-boost {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-55%) scale(0.92) rotate(-1deg);
            transform: translateY(-55%) scale(0.92) rotate(-1deg);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(10%) scale(1.05) rotate(0.8deg);
            transform: translateY(10%) scale(1.05) rotate(0.8deg);
  }
  78% {
    -webkit-transform: translateY(-5%) scale(0.98) rotate(-0.4deg);
            transform: translateY(-5%) scale(0.98) rotate(-0.4deg);
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(0);
            transform: translateY(0) scale(1) rotate(0);
  }
}
@-webkit-keyframes joy-float {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-6%) scale(1.03);
            transform: translateY(-6%) scale(1.03);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes joy-float {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-6%) scale(1.03);
            transform: translateY(-6%) scale(1.03);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes joy-swing {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  25% {
    -webkit-transform: rotate(2deg) translateY(-2%);
            transform: rotate(2deg) translateY(-2%);
  }
  50% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  75% {
    -webkit-transform: rotate(-2deg) translateY(-2%);
            transform: rotate(-2deg) translateY(-2%);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@keyframes joy-swing {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  25% {
    -webkit-transform: rotate(2deg) translateY(-2%);
            transform: rotate(2deg) translateY(-2%);
  }
  50% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  75% {
    -webkit-transform: rotate(-2deg) translateY(-2%);
            transform: rotate(-2deg) translateY(-2%);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@-webkit-keyframes joy-swingAct {
  0% {
    -webkit-transform: rotate(0) translateY(0) translateX(-50%);
            transform: rotate(0) translateY(0) translateX(-50%);
  }
  25% {
    -webkit-transform: rotate(2deg) translateY(-2%) translateX(-50%);
            transform: rotate(2deg) translateY(-2%) translateX(-50%);
  }
  50% {
    -webkit-transform: rotate(0) translateY(0) translateX(-50%);
            transform: rotate(0) translateY(0) translateX(-50%);
  }
  75% {
    -webkit-transform: rotate(-2deg) translateY(-2%) translateX(-50%);
            transform: rotate(-2deg) translateY(-2%) translateX(-50%);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0) translateX(-50%);
            transform: rotate(0) translateY(0) translateX(-50%);
  }
}
@keyframes joy-swingAct {
  0% {
    -webkit-transform: rotate(0) translateY(0) translateX(-50%);
            transform: rotate(0) translateY(0) translateX(-50%);
  }
  25% {
    -webkit-transform: rotate(2deg) translateY(-2%) translateX(-50%);
            transform: rotate(2deg) translateY(-2%) translateX(-50%);
  }
  50% {
    -webkit-transform: rotate(0) translateY(0) translateX(-50%);
            transform: rotate(0) translateY(0) translateX(-50%);
  }
  75% {
    -webkit-transform: rotate(-2deg) translateY(-2%) translateX(-50%);
            transform: rotate(-2deg) translateY(-2%) translateX(-50%);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0) translateX(-50%);
            transform: rotate(0) translateY(0) translateX(-50%);
  }
}
@-webkit-keyframes joy-swingSmall {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  25% {
    -webkit-transform: rotate(1deg) translateY(-1%);
            transform: rotate(1deg) translateY(-1%);
  }
  50% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  75% {
    -webkit-transform: rotate(-1deg) translateY(-1%);
            transform: rotate(-1deg) translateY(-1%);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@keyframes joy-swingSmall {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  25% {
    -webkit-transform: rotate(1deg) translateY(-1%);
            transform: rotate(1deg) translateY(-1%);
  }
  50% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  75% {
    -webkit-transform: rotate(-1deg) translateY(-1%);
            transform: rotate(-1deg) translateY(-1%);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@-webkit-keyframes scrollupup {
  0% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    opacity: 0;
  }
}
@keyframes scrollupup {
  0% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    opacity: 0;
  }
}
/* ===== Keyframes + css ===== */
/* 滑鼠點擊BOOM */
.click-effect {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  overflow: visible;
  z-index: 20;
}

/* 大泡泡 */
.click-effect__circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  border-radius: 50%;
  background: rgba(255, 238, 88, 0.589);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: circle-pop 0.7s ease-out forwards;
          animation: circle-pop 0.7s ease-out forwards;
}

/* 小泡泡 */
.click-effect__circle--small {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background: rgba(255, 238, 88, 0.589);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: circle-pop-small 0.7s ease-out forwards;
          animation: circle-pop-small 0.7s ease-out forwards;
}

/* scale 動畫 */
@-webkit-keyframes circle-pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes circle-pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes circle-pop-small {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes circle-pop-small {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
/* 星星 */
.click-effect__star {
  width: 16px;
  height: 16px;
  position: absolute;
  color: rgba(255, 243, 79, 0.9843137255);
  -webkit-animation: star-fade 0.9s ease-out forwards;
          animation: star-fade 0.9s ease-out forwards;
}

@-webkit-keyframes star-fade {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@keyframes star-fade {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
/* 波利 */
.click-effect__heart {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-animation: heart-pop 1s ease-out forwards;
          animation: heart-pop 1s ease-out forwards;
  z-index: 1;
}

@-webkit-keyframes heart-pop {
  0% {
    -webkit-transform: translate(0, 0) scale(0) rotate(0deg);
            transform: translate(0, 0) scale(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-5px, -25px) scale(1.2) rotate(-15deg);
            transform: translate(-5px, -25px) scale(1.2) rotate(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-10px, -45px) scale(0) rotate(20deg);
            transform: translate(-10px, -45px) scale(0) rotate(20deg);
    opacity: 0;
  }
}

@keyframes heart-pop {
  0% {
    -webkit-transform: translate(0, 0) scale(0) rotate(0deg);
            transform: translate(0, 0) scale(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-5px, -25px) scale(1.2) rotate(-15deg);
            transform: translate(-5px, -25px) scale(1.2) rotate(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-10px, -45px) scale(0) rotate(20deg);
            transform: translate(-10px, -45px) scale(0) rotate(20deg);
    opacity: 0;
  }
}
/* 粒子（亮片） */
.click-effect__dot {
  position: absolute;
  color: rgba(255, 243, 79, 0.9843137255);
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: dot-fade 0.9s ease-out forwards;
          animation: dot-fade 0.9s ease-out forwards;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

@-webkit-keyframes dot-fade {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translate(var(--x), var(--y));
            transform: scale(1) translate(var(--x), var(--y));
    opacity: 0;
  }
}

@keyframes dot-fade {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translate(var(--x), var(--y));
            transform: scale(1) translate(var(--x), var(--y));
    opacity: 0;
  }
}
.keyvisual {
  overflow: hidden;
  position: relative;
  height: 35.31vw;
  max-height: 678px;
}
.keyvisual--pink {
  background-image: url("../img/bg_rep_pink02.jpg");
  background-size: 1%;
  background-position: 0 0;
  background-repeat: repeat;
}
.keyvisual__wave {
  position: relative;
  width: 100%;
  height: 8.75vw;
  z-index: 5;
  background-image: url("../img/header_top01.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.keyvisual__rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-image: url("../img/bg_rep_red01.jpg");
  background-size: 144px;
  background-position: 0 0;
  background-repeat: repeat;
}
.keyvisual__other {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.keyvisual__slogan {
  position: absolute;
  z-index: 10;
  max-width: 570px;
  width: 35.68%;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.keyvisual__job {
  max-width: 811px;
  width: 42.23%;
  position: absolute;
  left: 3%;
  bottom: -7%;
  z-index: 5;
}
.keyvisual__subVisual {
  max-width: 689px;
  width: 35.88%;
  position: absolute;
  left: 56.5%;
  bottom: 0;
  z-index: 10;
}
.keyvisual__catfood {
  max-width: 239px;
  width: 15.26%;
  position: absolute;
  left: 74%;
  top: 20%;
  z-index: 5;
}
.keyvisual__acccenter {
  max-width: 681px;
  width: 75.46%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.keyvisual__moka {
  position: absolute;
  max-width: 230px;
  width: 11.97%;
  left: 85%;
  bottom: -5%;
  z-index: 5;
}
.keyvisual__headerBottom {
  position: absolute;
  inline-size: 100%;
  bottom: -1px;
  z-index: 10;
}
.keyvisual__headerBottom--style {
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .keyvisual__subVisual {
    left: 59%;
  }
}
@media screen and (max-width: 1280px) {
  .keyvisual {
    height: 45.31vw;
  }
  .keyvisual__job {
    width: 56.23%;
    left: -5%;
    bottom: -17%;
  }
  .keyvisual__subVisual {
    width: 44.11%;
    left: 57.5%;
  }
  .keyvisual__catfood {
    left: 76%;
    top: 22%;
  }
  .keyvisual__moka {
    left: 87%;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .keyvisual {
    height: 50.31vw;
  }
  .keyvisual__slogan {
    width: 46.68%;
    left: 51%;
  }
  .keyvisual__catfood {
    display: none;
  }
  .keyvisual__job {
    width: 68.23%;
    left: -15%;
    bottom: -15%;
  }
  .keyvisual__subVisual {
    width: 59.11%;
    left: 62.5%;
  }
  .keyvisual__moka {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .keyvisual {
    height: 75.31vw;
  }
  .keyvisual__slogan {
    width: 60.68%;
    left: 65%;
    top: 39%;
  }
  .keyvisual__job {
    width: 92.23%;
    left: -25%;
    bottom: -5%;
  }
  .keyvisual__subVisual {
    width: 85.11%;
    left: 35.5%;
    bottom: 1%;
  }
  .keyvisual__moka {
    display: block;
    width: 26.97%;
    left: 76%;
    bottom: 5%;
  }
}
@media screen and (max-width: 540px) {
  .keyvisual {
    height: 100vw;
  }
  .keyvisual__job {
    width: 112%;
    left: -26%;
    bottom: -22%;
    z-index: 5;
  }
  .keyvisual__catfood {
    display: block;
    width: 27%;
    left: 55%;
    top: 54%;
    z-index: 4;
  }
  .keyvisual__slogan {
    width: 75.68%;
    left: 50%;
    top: 28%;
  }
  .keyvisual__acccenter {
    width: 106%;
    top: 34%;
  }
}

.other__rect {
  width: 2200px;
}
.other__rect--pink {
  height: 216px;
  background-image: url("../img/bg_rep_pink01.jpg");
  background-size: 143px;
  background-position: 0 0;
  background-repeat: repeat;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.other__rect--red {
  height: 123px;
  background-image: url("../img/bg_rep_red01.jpg");
  background-size: 143px;
  background-position: 0 0;
  background-repeat: repeat;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

.slogan__logo {
  inline-size: 46.49%;
  margin: 0 auto;
}
.slogan__logo img {
  inline-size: 100%;
  block-size: auto;
}
.slogan__bubbles {
  position: absolute;
  inline-size: 19.82%;
  top: 21.16%;
  left: 1.23%;
}
.slogan__polly01 {
  position: absolute;
  inline-size: 30.87%;
  top: 14.51%;
  right: -8.77%;
}
.slogan__top {
  inline-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slogan__top img {
  margin: 0 -0.18%;
}
.slogan__top--slo01 {
  inline-size: 15.09%;
}
.slogan__top--slo02 {
  inline-size: 14.56%;
}
.slogan__top--slo03 {
  inline-size: 13.68%;
}
.slogan__top--slo04 {
  inline-size: 13.51%;
}
.slogan__bottom {
  margin-top: -4.39%;
  inline-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slogan__bottom--slo05 {
  inline-size: 30.35%;
  margin: 0 -1.4%;
}
.slogan__bottom--slo06 {
  inline-size: 23.33%;
  margin: 0 -1.4%;
}
.slogan__bottom--slo07 {
  position: relative;
  inline-size: 24.91%;
  margin: 0 -8.25% -2.11% 0;
  z-index: 1;
}
.slogan__bottom--slo08 {
  inline-size: 30.18%;
  margin: 0 -1.4%;
}

.job__wizard {
  inline-size: 100%;
  block-size: auto;
}
.job__chifood {
  position: absolute;
  top: 20%;
  left: -6%;
  inline-size: 57.9%;
  block-size: auto;
}
.job__polly02 {
  inline-size: 25.15%;
  block-size: auto;
  position: absolute;
  top: -4%;
  left: 5%;
}
@media screen and (max-width: 1024px) {
  .job__polly02 {
    left: 59%;
    top: -2%;
  }
}
@media screen and (max-width: 540px) {
  .job__polly02 {
    left: 21%;
    top: -37%;
    z-index: -1;
    -webkit-animation: none !important;
            animation: none !important;
  }
}

.subVisual__knight {
  inline-size: 75.47%;
  block-size: auto;
}
.subVisual__catsleep {
  inline-size: 57.79%;
  position: absolute;
  left: -25.8%;
  bottom: -22%;
  z-index: 1;
}
.subVisual__chifood03 {
  inline-size: 84.32%;
  position: absolute;
  left: -2%;
  bottom: -10%;
}
@media screen and (max-width: 680px) {
  .subVisual__knight {
    visibility: hidden;
  }
}

.catfood__cat02 {
  inline-size: 100%;
  block-size: auto;
}
.catfood__chifood01 {
  inline-size: 100%;
  position: absolute;
  top: -37%;
  left: 11%;
}

.menu-position-wrapper {
  position: fixed;
  max-width: 178px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 6.5%;
  right: 1vw;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .menu-position-wrapper {
    top: 5.5%;
  }
}
@media screen and (max-width: 768px) {
  .menu-position-wrapper {
    top: 2.5%;
  }
}

.menu {
  position: absolute;
  max-width: 178px;
  width: 100%;
  cursor: pointer;
}
.menu__mobile {
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 3px #2d2929;
          box-shadow: 0px 0px 0px 3px #2d2929;
  border: 2px solid #2d2929;
  margin: 0 7% 0 0;
  display: none;
}
.menu__mobile img {
  width: 21px;
}
.menu__link {
  max-width: 178px;
  width: 100%;
  height: 61px;
  position: relative;
  margin: 0 0 5% 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: -2px 2px 0 3px #2d2929;
          box-shadow: -2px 2px 0 3px #2d2929;
  border-radius: 50px;
  border: 1px solid #2d2929;
  position: relative;
  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-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}
.menu__link .arrow__left {
  width: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 10px;
}
.menu__link .arrow__right {
  width: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(180deg) scaleY(-1);
          transform: rotate(180deg) scaleY(-1);
  margin: 0 10px 0 0;
}
.menu__link:hover {
  background-color: #fff562;
}
.menu__link:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset -1px -1px 10px 6px #fff;
          box-shadow: inset -1px -1px 10px 6px #fff;
  border-radius: 50px;
  pointer-events: none;
}
.menu__link a {
  position: absolute;
  top: 0;
  left: 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-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}
.menu__link--time img:nth-child(2) {
  max-width: 95px;
  width: 100%;
}
.menu__link--event img:nth-child(2) {
  max-width: 103px;
  width: 100%;
}
.menu__link--notice img:nth-child(2) {
  max-width: 95px;
  width: 100%;
}
.menu__link--roz img:nth-child(2) {
  max-width: 95px;
  width: 100%;
}
.menu__link--calltoaction {
  background-color: #fff562;
}
.menu__link--calltoaction img:nth-child(2) {
  max-width: 98px;
  width: 100%;
}
.menu__link--calltoaction::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset -1px -1px 10px 6px #fff;
          box-shadow: inset -1px -1px 10px 6px #fff;
  border-radius: 50px;
}
.menu__link--calltoaction:hover {
  background-color: #fff898;
}
.menu__link--bbqstore {
  height: 103px;
  border-radius: 20px;
  background-color: #fff562;
  overflow: hidden;
}
.menu__link--bbqstore::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset -1px -1px 10px 6px #fff;
          box-shadow: inset -1px -1px 10px 6px #fff;
  border-radius: 20px;
}
.menu__link--bbqstore:hover {
  background-color: #fff898;
}
.menu__link--bbqstore:hover::after {
  border-radius: 20px;
}
.menu__link--bbqstore .link__text {
  width: 80px;
  margin: 0 0 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu__link--bbqstore a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .menu {
    display: none;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .menu.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 60px;
  }
  .menu__mobile {
    display: block;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .menu__mobile.is-open {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.acc__calltoaction {
  max-width: 150px;
  width: 100%;
  margin: 0 auto -42px;
}

.menu__call__wrap {
  -webkit-transform-origin: 60% 20%;
          transform-origin: 60% 20%;
  -webkit-animation: joy-swing 1s ease-in-out 0.8s both infinite;
          animation: joy-swing 1s ease-in-out 0.8s both infinite;
}
.menu__call__wrap:hover {
  -webkit-animation: none;
          animation: none;
}

body.is-menu-open {
  overflow: hidden;
}

.event__container {
  position: relative;
}
.event__container--green {
  background-image: url("../img/bg_rep_green01.jpg");
  background-size: 1%;
  background-position: 0 0;
  background-repeat: repeat;
}
.event__container--pink {
  background-image: url("../img/bg_rep_pink03.jpg");
  background-size: 1%;
  background-position: 0 0;
  background-repeat: repeat;
  padding: 0 0 8%;
}
.event__container .keyvisual__other {
  top: 100%;
}
.event__container--brown {
  background-color: #2d2929;
}
.event__container--brown .l-wrapperSub {
  padding: 2% 0;
}

.event__line {
  width: 100%;
  height: 2.9vw;
}
.event__line--yellow {
  background-image: url("../img/bg_rep_yellow01.jpg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: repeat;
}
.event__line--red {
  background-image: url("../img/bg_rep_red02.jpg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: repeat;
}
@media screen and (max-width: 680px) {
  .event__line {
    height: 9.9vw;
  }
}

.event__wave {
  position: absolute;
  width: 100%;
  height: 8.7vw;
  background-image: url("../img/header_top02.png");
  background-size: contain;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  bottom: 0;
}

.event__content {
  position: relative;
  z-index: 2;
}
.event__content__box {
  inline-size: 99.75%;
  block-size: auto;
  -webkit-filter: drop-shadow(0px -2px 0px #000);
          filter: drop-shadow(0px -2px 0px #000);
}
.event__content__box--headLink {
  max-width: 531px;
  inline-size: 98.33%;
  margin: -3% auto 0;
}
.event__content__header {
  position: relative;
}
.event__content__title {
  max-width: 260px;
  width: -webkit-fill-available;
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.event__content__subtitle {
  max-width: 260px;
  width: 100%;
  margin: 4% auto 0;
}
.event__content__body {
  border: 2px solid #2d2929;
  border-top: none;
  -webkit-box-shadow: 0px 0px 0px 3px #2d2929;
          box-shadow: 0px 0px 0px 3px #2d2929;
  background-color: #f4f4f4;
  border-radius: 2px;
}
.event__content--padding {
  padding: 8% 0 1%;
}
@media screen and (max-width: 680px) {
  .event__content__title {
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
  }
  .event__content--padding {
    padding: 12% 0 1%;
  }
  .event__content__box {
    -webkit-filter: drop-shadow(0px -3px 0px #000);
            filter: drop-shadow(0px -3px 0px #000);
  }
}
@media screen and (max-width: 640px) {
  .event__content__title {
    width: 55%;
  }
  .event__content__subtitle {
    width: 55%;
  }
}

.content__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 3%;
  border-radius: 20px;
  line-height: 23px;
}
.content__info--margin {
  margin-top: 2%;
}
.content__info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 65px;
  width: 100%;
  -webkit-filter: drop-shadow(-1px 2px 0px #000);
          filter: drop-shadow(-1px 2px 0px #000);
}
.content__info__title img {
  max-width: 100%;
}
.content__info__title .arrow__size {
  margin: 0 0 0 5px;
  max-width: 20px;
  width: 100%;
}
.content__info__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}
.content__info--flexstart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 20px;
}
.content__info__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  padding: 0 2%;
  margin: 2% 0 0 0;
  line-height: 26px;
}
.content__info__list--margin {
  margin: 0;
}
.content__info__tips {
  margin: 2% 0;
}
.content__info--star {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
@media screen and (max-width: 680px) {
  .content__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .content__info__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 20%;
  }
  .content__info__title img {
    margin: 0 1% 0 0;
  }
}
@media screen and (max-width: 640px) {
  .content__info {
    margin: 0 auto;
  }
  .content__info--margin {
    margin: 2% auto 0;
  }
  .content__info__main {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%;
  border-radius: 50px;
}
.main__target {
  padding: 4%;
  border-radius: 50px;
}
.main__day {
  margin-right: 4px;
}
@media screen and (max-width: 640px) {
  .main__time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main__target img {
    width: 100%;
  }
}

.text__ro {
  width: 68.48%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.text__ro img {
  inline-size: 100%;
  block-size: auto;
}
.text__cross {
  width: 86%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.text__cross img {
  inline-size: 100%;
  block-size: auto;
}

.acc {
  position: absolute;
}
.acc img {
  inline-size: 100%;
  block-size: auto;
}
.acc__chifood {
  z-index: 2;
}
.acc__chifood--left {
  width: 23.59%;
  top: 20%;
  left: -2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.acc__chifood--right {
  width: 16.87%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2%;
}
.acc__circle {
  width: 56.19%;
  height: 56.19%;
  min-height: 1000px;
  background-color: rgba(254, 223, 95, 0.7);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}
.acc__assassin {
  max-width: 517px;
  width: 26.92%;
  left: 5%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.acc__moka {
  width: 11.97%;
  top: 65%;
  right: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1660px) {
  .acc__assassin {
    left: 1%;
  }
}
@media screen and (max-width: 1280px) {
  .acc__moka {
    right: 10%;
  }
}

.event-fixed-container {
  position: sticky;
  top: 0;
  left: 50%;
  max-width: 2000px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 2s ease, -webkit-transform 1s ease;
  transition: opacity 2s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 2s ease;
  transition: transform 1s ease, opacity 2s ease, -webkit-transform 1s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow: hidden;
  opacity: 1;
}
.event-fixed-container .keyvisual__other {
  top: 50%;
}
.event-fixed-container .keyvisual__other .other__rect--pink {
  height: 22.5vw;
  max-height: 400px;
}
.event-fixed-container-inner {
  height: 100%;
  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;
}
.event-fixed-container.is-fixed {
  position: fixed;
  -webkit-animation: joy-swingAct 0.2s ease-out forwards;
          animation: joy-swingAct 0.2s ease-out forwards;
}
@media screen and (max-width: 1660px) {
  .event-fixed-container {
    width: 110%;
    left: 52%;
  }
}
@media screen and (max-width: 1280px) {
  .event-fixed-container {
    width: 120%;
    left: 52%;
  }
}

.event-js-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.ball {
  width: 31.25vw;
  height: 31.25vw;
  border-radius: 50%;
  background-color: #fedf5f;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  will-change: transform;
  z-index: 1;
}
.ball.is-pink {
  background-color: #ffcecb;
}
@media screen and (max-width: 1024px) {
  .ball {
    display: none !important;
  }
}

.sign__container {
  position: relative;
  background-color: #e34d4d;
}
.sign__container .l-wrapperSub {
  padding: 3% 0;
}

.sign__content {
  background-color: #cf152d;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 2% 0;
}
@media screen and (max-width: 640px) {
  .sign__content {
    padding: 5% 0;
  }
}

.sign__userInfo {
  display: none;
}
.sign__userInfo .l-content {
  padding: 2% 0;
}
.sign__userInfo.active {
  display: block;
}
.sign__title {
  max-width: 260px;
  inline-size: 100%;
  margin: 0 auto 2%;
}
.sign__title img {
  width: 100%;
}
.sign__button {
  max-width: 178px;
  margin: 0 auto;
  background-image: url("../img/btn_sign.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sign__button:hover {
  background-image: url("../img/btn_sign_hover.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sign__button.active {
  display: none;
}
.sign__user {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2% 0;
  color: #ffcecb;
}
.sign__user .userid {
  margin: 0 1%;
}
@media screen and (max-width: 680px) {
  .sign__title {
    inline-size: 60%;
  }
  .sign__button {
    width: 100%;
  }
  .sign__button.l-button {
    inline-size: 100%;
    padding-bottom: 9.5%;
  }
}
@media screen and (max-width: 640px) {
  .sign__button.l-button {
    padding-bottom: 15.5%;
  }
}
@media screen and (max-width: 380px) {
  .sign__user {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 23px;
  }
  .sign__user .userid {
    width: 100%;
    text-align: center;
  }
}

.form__folder {
  margin: 1% 0;
}
.form__folder__block {
  position: relative;
}
.form__folder__block .icon {
  position: absolute;
  top: 43%;
  right: 5%;
  color: #cf152d;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__folder__block .icon--pen {
  top: 50%;
  font-size: 12px;
}

.l-folder {
  width: 100%;
  padding: 1% 5%;
  border: 2px solid #2d2929;
  background-color: #fff;
  border-radius: 50px;
  min-height: 50px;
  font-size: 0.9rem;
  letter-spacing: 1px;
  cursor: pointer;
}

.form__button {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__button .l-button {
  max-width: 178px;
  inline-size: 31.22%;
  padding-bottom: 9.47%;
}
@media screen and (max-width: 680px) {
  .form__button .l-button {
    inline-size: 50%;
    padding-bottom: 15.47%;
  }
}

.button__exchange {
  background-image: url("../img/btn_exchange.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.button__exchange:hover {
  background-image: url("../img/btn_exchange_hover.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.button__signOut {
  background-image: url("../img/btn_signout.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 1%;
}
.button__signOut:hover {
  background-image: url("../img/btn_signout_hover.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.focus {
  position: relative;
  z-index: 1;
}
.focus::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 10px;
  background-color: #fedf5f;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.content__target__title {
  text-align: center;
  margin: 0 0 2% 0;
}
.content__target__title img {
  max-width: 353px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.content__target__title p {
  display: inline-block;
  background-color: #e34d4d;
  padding: 1.5% 3.5%;
  border-radius: 50px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (max-width: 640px) {
  .content__target__title img {
    width: 85%;
  }
}

.content__item {
  border-radius: 20px;
}
.content__item__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1% 4%;
  line-height: 22px;
}
.content__item__icon p {
  padding: 0 0 0 2%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content__item__introduce {
  padding: 2% 4%;
  line-height: 22px;
  font-size: 14px;
  border-top: 2px solid #f4f4f4;
  display: none;
}
.content__item__introduce img {
  inline-size: 100%;
}
.content__item__introduce.is-show {
  display: block;
  -webkit-animation: joy-swing 0.2s ease-out forwards;
          animation: joy-swing 0.2s ease-out forwards;
}
@media screen and (max-width: 480px) {
  .content__item__icon {
    position: relative;
  }
  .content__item__icon span {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fedf5f;
    border-radius: 50%;
    padding: 1% 1.5%;
  }
  .content__item__icon p {
    padding: 0 2%;
  }
}
@media screen and (max-width: 425px) {
  .content__item__icon p {
    padding: 0 5%;
  }
}

.tips__content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tips__content__head img {
  max-width: 100%;
}
.tips__content__head .icon {
  font-size: 20px;
  padding: 2% 1% 0;
}
.tips__content__body {
  padding: 2% 4%;
  line-height: 22px;
  margin: -4px 0 2%;
  border-radius: 10px;
  letter-spacing: -1px;
}
@media screen and (max-width: 425px) {
  .tips__content__head .icon {
    display: none;
  }
}

.event__notice__title {
  max-width: 260px;
  width: 31.32%;
  margin: 0 auto;
}
.event__notice__title img {
  inline-size: 100%;
}
.event__notice__content {
  line-height: 24px;
  margin: 2% 0 0;
  border-radius: 20px;
}
.event__notice__content ul {
  padding: 2% 6%;
}
.event__notice__content li {
  font-size: 14px;
}
.event__notice__content li a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 680px) {
  .event__notice__title {
    width: 35.44%;
  }
}
@media screen and (max-width: 640px) {
  .event__notice__title {
    width: 60%;
  }
  .event__notice__content ul {
    padding: 6%;
  }
}

.scroll__up {
  position: absolute;
  right: 1%;
  bottom: -20%;
  cursor: pointer;
  z-index: 1;
}
.scroll__up.is-scroll {
  -webkit-animation: scrollupup 0.4s ease-in;
          animation: scrollupup 0.4s ease-in;
}
@media screen and (max-width: 860px) {
  .scroll__up {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: initial;
    bottom: initial;
    margin: 0 0 -18.7%;
  }
  .scroll__up img {
    max-width: 216px;
    inline-size: 100%;
  }
}
@media screen and (max-width: 425px) {
  .scroll__up {
    margin: 0 0 -21.7%;
  }
}

.l-title-active {
  max-width: 95px;
  width: 100%;
}

.icon__star {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #2d2929;
}