@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI","Microsoft JhengHei","Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

picture {
  display: grid;
}

.love {
  overflow-x: hidden;
}

.kv {
  position: relative;
}
.kv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  z-index: 20;
}
.kv__bg--light {
  width: 100%;
  opacity: 1;
  z-index: 1;
}
.kv__bg--light img {
  width: 100%;
}
.kv__bg--dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  z-index: 2;
  -webkit-animation: flicker 8s infinite;
          animation: flicker 8s infinite;
}
.kv__bg--dark img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content {
  position: relative;
  padding: 50px 0;
  background: url(https://storage-asset.msi.com/event/2026/th/msi-lovelovemysteryclub/images/background.webp) no-repeat center top;
  background-size: cover;
  color: #fff;
}
@media (min-width: 996px) {
  .content {
    padding: 100px 0;
  }
}
.content .num {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.content .num__text {
  position: relative;
}
.content .num__text span {
  color: #ff1515;
}
.content .num__text:before {
  content: "";
  background: url(https://storage-asset.msi.com/event/2026/th/msi-lovelovemysteryclub/images/num-border.webp) no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  height: 185%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation: chalkMove 4s ease-in-out infinite;
          animation: chalkMove 4s ease-in-out infinite;
}
@media (min-width: 996px) {
  .content .num {
    font-size: 40px;
  }
}
.content .date {
  text-align: center;
  padding: 20px 0 0;
}
.content .date picture {
  max-width: 900px;
  margin: 0 auto;
}
.content .date picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .content .date {
    padding: 100px 0 0;
  }
}
.content .pdBook {
  position: relative;
}
.content .pdBook__container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.content .pdBook__book {
  position: relative;
  z-index: 10;
}
.content .pdBook__photos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}
.content .pdBook__pen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 15;
}
.content .pdBook__popPhoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 13;
}
.content .pdBook__popPhoto img {
  -webkit-animation: shake1 10s ease-in-out infinite;
          animation: shake1 10s ease-in-out infinite;
}
.content .pdBook__photoup {
  position: absolute;
  bottom: 8%;
  left: 3%;
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.content .pdBook__photoup-woon {
  -webkit-animation: shake1 3s ease-in-out infinite;
          animation: shake1 3s ease-in-out infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.content .pdBook__photoup-fern {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  -webkit-animation: shake 3s ease-in-out infinite;
          animation: shake 3s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.content .pdBook .pd {
  position: absolute;
  top: 27%;
  right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 30;
  width: 33%;
}
.content .pdBook .pd .pd__item {
  display: inline-block;
  width: 50%;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.content .pdBook .pd .pd__item:hover {
  -webkit-transform: scale(1.05) rotate(3deg);
          transform: scale(1.05) rotate(3deg);
}
.content .pdBook .pd .pd__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .pdBook .pd .pd__popbtn {
  position: relative;
  width: 50%;
  text-align: center;
}
.content .pdBook .pd .pd__popbtn-hover {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content .pdBook .pd .pd__popbtn:hover .pd__popbtn-hover {
  display: block;
}
@media (min-width: 996px) {
  .content .pdBook .pd {
    width: 32;
    right: 9.5%;
  }
  .content .pdBook .pd .pd__popbtn {
    width: 80%;
  }
}
.content .pdBook__popoup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
  width: 90%;
  max-width: 100%;
  max-height: 100vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.1);
}
.content .pdBook__popoup::-webkit-scrollbar {
  width: 12px;
}
.content .pdBook__popoup::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.content .pdBook__popoup::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.content .pdBook__popoup::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.content .pdBook__popoup.show {
  display: block;
}
.content .pdBook__popoup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .pdBook__popoup-close:hover {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 996px) {
  .content .pdBook__popoup {
    width: auto;
    min-width: 900px;
    max-width: 100%;
    max-height: 100vh;
  }
}
.content .pdBook__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 40;
  display: none;
}
.content .pdBook__overlay.show {
  display: block;
}
.content .tc {
  position: relative;
  padding: 40px 0;
}
.content .tc__container {
  padding: 0 0px;
}
.content .tc__flex {
  position: absolute;
  bottom: 22%;
  left: 0;
  display: block;
  width: 100%;
  z-index: 10;
}
.content .tc__flex a {
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  margin: 10px;
  text-align: center;
}
.content .tc__flex a:hover:before {
  content: "";
  background: url(https://storage-asset.msi.com/event/2026/th/msi-lovelovemysteryclub/images/btn-circle.webp) no-repeat center center;
  background-size: auto 100%;
  width: 190%;
  height: 250%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 996px) {
  .content .tc {
    padding: 100px 0;
  }
  .content .tc__container {
    padding: 0 25px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .content .tc__flex {
    bottom: 25%;
    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;
  }
  .content .tc__flex a {
    display: inline-block;
    font-size: 30px;
    margin: 0 50px;
  }
}
.content .register {
  position: relative;
  padding: 0px 0;
}
@media (min-width: 996px) {
  .content .register {
    padding: 50px 0;
  }
}
.content .official {
  position: relative;
  padding: 50px 0 0;
}
.content .official__container {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
.content .official__photos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .official__content {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 55%;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.content .official__content h3 {
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 10px;
}
.content .official__content p {
  font-size: 1.7vw;
  line-height: 1.5;
}
.content .official__button {
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.content .official__button a {
  position: relative;
  display: inline-block;
  color: #000;
}
.content .official__button a:before {
  content: "";
  background: url(https://storage-asset.msi.com/event/2026/th/msi-lovelovemysteryclub/images/btn-bg.webp) no-repeat center center;
  background-size: auto 100%;
  width: 190%;
  height: 250%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content .official__button a h3 {
  position: relative;
  z-index: 10;
  font-size: 2vw;
}
.content .official__button a:hover {
  color: #fff;
}
.content .official__button a:hover:before {
  background: url(https://storage-asset.msi.com/event/2026/th/msi-lovelovemysteryclub/images/btn-bg-hover.webp) no-repeat center center;
  background-size: auto 100%;
  width: 190%;
  height: 250%;
}
@media (min-width: 996px) {
  .content .official {
    padding: 100px 0 0;
  }
  .content .official__content {
    top: 7%;
  }
  .content .official__content h3 {
    font-size: 2.2vw;
    margin-bottom: 20px;
  }
  .content .official__content p {
    font-size: 1.4vw;
  }
  .content .official__button {
    bottom: 30%;
  }
  .content .official__button a h3 {
    font-size: 20px;
  }
}
@media (min-width: 1930px) {
  .content .official__content h3 {
    font-size: 45px;
  }
  .content .official__content p {
    font-size: 20px;
  }
}
.content .wtb {
  position: relative;
  padding: 0px 0;
  text-align: center;
}
.content .wtb__title {
  width: 50%;
  margin: 0 auto;
}
.content .wtb__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .content .wtb {
    padding: 100px 0 0;
  }
  .content .wtb__title {
    max-width: 400px;
  }
}
.content .wtb .wtbt_extend button {
  color: #ffffff;
}

@-webkit-keyframes flicker {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  2% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  4% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  35% {
    opacity: 0.3;
  }
  36% {
    opacity: 0.4;
  }
  37% {
    opacity: 0.8;
  }
  38% {
    opacity: 0.5;
  }
  39% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  57% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  71% {
    opacity: 0.5;
  }
  72% {
    opacity: 0;
  }
  73% {
    opacity: 0;
  }
  74% {
    opacity: 0.1;
  }
  75% {
    opacity: 0.5;
  }
  76% {
    opacity: 0.1;
  }
  77% {
    opacity: 0.5;
  }
  78% {
    opacity: 0.1;
  }
  79% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.5;
  }
  92% {
    opacity: 0;
  }
  93% {
    opacity: 0;
  }
  94% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flicker {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  2% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  4% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  35% {
    opacity: 0.3;
  }
  36% {
    opacity: 0.4;
  }
  37% {
    opacity: 0.8;
  }
  38% {
    opacity: 0.5;
  }
  39% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  57% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  71% {
    opacity: 0.5;
  }
  72% {
    opacity: 0;
  }
  73% {
    opacity: 0;
  }
  74% {
    opacity: 0.1;
  }
  75% {
    opacity: 0.5;
  }
  76% {
    opacity: 0.1;
  }
  77% {
    opacity: 0.5;
  }
  78% {
    opacity: 0.1;
  }
  79% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.5;
  }
  92% {
    opacity: 0;
  }
  93% {
    opacity: 0;
  }
  94% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateY(40%) translateX(0) rotate(0deg);
            transform: translateY(40%) translateX(0) rotate(0deg);
  }
  10% {
    -webkit-transform: translateY(40%) translateX(-2px) rotate(-0.5deg);
            transform: translateY(40%) translateX(-2px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translateY(40%) translateX(2px) rotate(0.5deg);
            transform: translateY(40%) translateX(2px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translateY(40%) translateX(-1px) rotate(-0.3deg);
            transform: translateY(40%) translateX(-1px) rotate(-0.3deg);
  }
  40% {
    -webkit-transform: translateY(40%) translateX(1px) rotate(0.3deg);
            transform: translateY(40%) translateX(1px) rotate(0.3deg);
  }
  50% {
    -webkit-transform: translateY(40%) translateX(-1.5px) rotate(-0.4deg);
            transform: translateY(40%) translateX(-1.5px) rotate(-0.4deg);
  }
  60% {
    -webkit-transform: translateY(40%) translateX(1.5px) rotate(0.4deg);
            transform: translateY(40%) translateX(1.5px) rotate(0.4deg);
  }
  70% {
    -webkit-transform: translateY(40%) translateX(-1px) rotate(-0.2deg);
            transform: translateY(40%) translateX(-1px) rotate(-0.2deg);
  }
  80% {
    -webkit-transform: translateY(40%) translateX(1px) rotate(0.2deg);
            transform: translateY(40%) translateX(1px) rotate(0.2deg);
  }
  90% {
    -webkit-transform: translateY(40%) translateX(-0.5px) rotate(-0.1deg);
            transform: translateY(40%) translateX(-0.5px) rotate(-0.1deg);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateY(40%) translateX(0) rotate(0deg);
            transform: translateY(40%) translateX(0) rotate(0deg);
  }
  10% {
    -webkit-transform: translateY(40%) translateX(-2px) rotate(-0.5deg);
            transform: translateY(40%) translateX(-2px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translateY(40%) translateX(2px) rotate(0.5deg);
            transform: translateY(40%) translateX(2px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translateY(40%) translateX(-1px) rotate(-0.3deg);
            transform: translateY(40%) translateX(-1px) rotate(-0.3deg);
  }
  40% {
    -webkit-transform: translateY(40%) translateX(1px) rotate(0.3deg);
            transform: translateY(40%) translateX(1px) rotate(0.3deg);
  }
  50% {
    -webkit-transform: translateY(40%) translateX(-1.5px) rotate(-0.4deg);
            transform: translateY(40%) translateX(-1.5px) rotate(-0.4deg);
  }
  60% {
    -webkit-transform: translateY(40%) translateX(1.5px) rotate(0.4deg);
            transform: translateY(40%) translateX(1.5px) rotate(0.4deg);
  }
  70% {
    -webkit-transform: translateY(40%) translateX(-1px) rotate(-0.2deg);
            transform: translateY(40%) translateX(-1px) rotate(-0.2deg);
  }
  80% {
    -webkit-transform: translateY(40%) translateX(1px) rotate(0.2deg);
            transform: translateY(40%) translateX(1px) rotate(0.2deg);
  }
  90% {
    -webkit-transform: translateY(40%) translateX(-0.5px) rotate(-0.1deg);
            transform: translateY(40%) translateX(-0.5px) rotate(-0.1deg);
  }
}
@-webkit-keyframes shake1 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  10% {
    -webkit-transform: translateX(-2px) rotate(-0.5deg);
            transform: translateX(-2px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translateX(2px) rotate(0.5deg);
            transform: translateX(2px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translateX(-1px) rotate(-0.3deg);
            transform: translateX(-1px) rotate(-0.3deg);
  }
  40% {
    -webkit-transform: translateX(1px) rotate(0.3deg);
            transform: translateX(1px) rotate(0.3deg);
  }
  50% {
    -webkit-transform: translateX(-1.5px) rotate(-0.4deg);
            transform: translateX(-1.5px) rotate(-0.4deg);
  }
  60% {
    -webkit-transform: translateX(1.5px) rotate(0.4deg);
            transform: translateX(1.5px) rotate(0.4deg);
  }
  70% {
    -webkit-transform: translateX(-1px) rotate(-0.2deg);
            transform: translateX(-1px) rotate(-0.2deg);
  }
  80% {
    -webkit-transform: translateX(1px) rotate(0.2deg);
            transform: translateX(1px) rotate(0.2deg);
  }
  90% {
    -webkit-transform: translateX(-0.5px) rotate(-0.1deg);
            transform: translateX(-0.5px) rotate(-0.1deg);
  }
}
@keyframes shake1 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  10% {
    -webkit-transform: translateX(-2px) rotate(-0.5deg);
            transform: translateX(-2px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translateX(2px) rotate(0.5deg);
            transform: translateX(2px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translateX(-1px) rotate(-0.3deg);
            transform: translateX(-1px) rotate(-0.3deg);
  }
  40% {
    -webkit-transform: translateX(1px) rotate(0.3deg);
            transform: translateX(1px) rotate(0.3deg);
  }
  50% {
    -webkit-transform: translateX(-1.5px) rotate(-0.4deg);
            transform: translateX(-1.5px) rotate(-0.4deg);
  }
  60% {
    -webkit-transform: translateX(1.5px) rotate(0.4deg);
            transform: translateX(1.5px) rotate(0.4deg);
  }
  70% {
    -webkit-transform: translateX(-1px) rotate(-0.2deg);
            transform: translateX(-1px) rotate(-0.2deg);
  }
  80% {
    -webkit-transform: translateX(1px) rotate(0.2deg);
            transform: translateX(1px) rotate(0.2deg);
  }
  90% {
    -webkit-transform: translateX(-0.5px) rotate(-0.1deg);
            transform: translateX(-0.5px) rotate(-0.1deg);
  }
}
@-webkit-keyframes chalkMove {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) translateX(0) translateY(0) rotate(0deg);
            transform: translate(-50%, -50%) translateX(0) translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) translateX(3px) translateY(-2px) rotate(0.5deg);
            transform: translate(-50%, -50%) translateX(3px) translateY(-2px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translateX(-2px) translateY(3px) rotate(-0.5deg);
            transform: translate(-50%, -50%) translateX(-2px) translateY(3px) rotate(-0.5deg);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) translateX(2px) translateY(-1px) rotate(0.3deg);
            transform: translate(-50%, -50%) translateX(2px) translateY(-1px) rotate(0.3deg);
  }
}
@keyframes chalkMove {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) translateX(0) translateY(0) rotate(0deg);
            transform: translate(-50%, -50%) translateX(0) translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) translateX(3px) translateY(-2px) rotate(0.5deg);
            transform: translate(-50%, -50%) translateX(3px) translateY(-2px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translateX(-2px) translateY(3px) rotate(-0.5deg);
            transform: translate(-50%, -50%) translateX(-2px) translateY(3px) rotate(-0.5deg);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) translateX(2px) translateY(-1px) rotate(0.3deg);
            transform: translate(-50%, -50%) translateX(2px) translateY(-1px) rotate(0.3deg);
  }
}/*# sourceMappingURL=main.css.map */