@import "property.css";
.inner {
  max-width: 75rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

/* Hide scrollbar */
html, body {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  background: transparent !important;
}

/* =================================================================== */
body {
  position: relative;
  width: 100%;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

li {
  list-style: none;
}

button, a {
  color: inherit;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
html {
  color: #333333;
  line-height: 2;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", "Arial Rounded MT Bold", "Meiryo", sans-serif;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) and (min-width: 1025) and (max-width: 1366px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) and (min-height: 768px) {
  html {
    font-size: 2.1083455344vw;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1366px) and (max-height: 768px) {
  html {
    font-size: 0.9370424597vw;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a, button {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  cursor: pointer;
}

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.page-quiz body {
  overflow: hidden;
}
.page-quiz .main {
  background: url("../img/main_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-quiz .main {
    background: #808080;
  }
}
.page-quiz .ttl__main {
  width: 24.75rem;
  height: 14.9375rem;
  position: absolute;
  top: 50%;
  right: calc(50% + var(--quiz-width, 375px) / 2 + 2.5rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1366px) and (min-height: 767px) {
  .page-quiz .ttl__main {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-quiz .ttl__main {
    display: none;
  }
}
.page-quiz .ttl__main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-quiz .map {
  width: 24.4375rem;
  height: 31.375rem;
  position: absolute;
  top: 48%;
  left: calc(50% + var(--quiz-width, 375px) / 2 + 2.5rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1366px) and (min-height: 767px) {
  .page-quiz .map {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-quiz .map {
    display: none;
  }
}
.page-quiz .map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-quiz .map__marker {
  position: absolute;
  top: 6.625rem;
  left: 6rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #FF7059;
  border: 0.125rem solid #fff;
  z-index: 1;
}
.page-quiz .map__marker::before, .page-quiz .map__marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 0.375rem solid rgba(255, 112, 89, 0.6);
  background: rgba(255, 255, 255, 0);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: pulsatingRipple 1.5s ease-out infinite;
          animation: pulsatingRipple 1.5s ease-out infinite;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.page-quiz .map__marker::before {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.page-quiz .map__marker::after {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.page-quiz .map.is-SaitamaMinuma .map__marker {
  top: 6.625rem;
  left: 6rem;
}
.page-quiz .map.is-Itabashi .map__marker {
  top: 8.4375rem;
  left: 6.9375rem;
}
.page-quiz .map.is-KumanochoJCT .map__marker {
  top: 9.8125rem;
  left: 8.375rem;
}
.page-quiz .map.is-Kouhoku .map__marker {
  top: 9.4375rem;
  left: 11.75rem;
}
.page-quiz .map.is-Kosuge .map__marker {
  top: 9.9375rem;
  left: 14.4375rem;
}
.page-quiz .map.is-Takebashi .map__marker {
  top: 12.3125rem;
  left: 10.8125rem;
}
.page-quiz .map.is-Nishishinjuku .map__marker {
  top: 13.6875rem;
  left: 6.875rem;
}
.page-quiz .map.is-Horikiri .map__marker {
  top: 11rem;
  left: 15.6875rem;
}
.page-quiz .map.is-Tanimachi .map__marker {
  top: 16.3125rem;
  left: 9.5rem;
}
.page-quiz .map.is-Hakozaki .map__marker {
  top: 14.3125rem;
  left: 13.71875rem;
}
.page-quiz .map.is-Oohashi .map__marker {
  top: 16.46875rem;
  left: 6.9375rem;
}
.page-quiz .map.is-Kasai .map__marker {
  top: 17.59375rem;
  left: 16.625rem;
}
.page-quiz .map.is-Hamazakibashi .map__marker {
  top: 17.25rem;
  left: 12rem;
}
.page-quiz .map.is-Shinonome .map__marker {
  top: 17.75rem;
  left: 14.5rem;
}
.page-quiz .map.is-Tokai .map__marker {
  top: 20.75rem;
  left: 13.0625rem;
}
.page-quiz .map.is-Goal .map__marker {
  top: 21.8125rem;
  left: 13.9375rem;
}
.page-quiz .quiz {
  margin: 0 auto;
  overflow: hidden;
  width: 56.2218890555dvh;
  height: 100dvh;
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-quiz .quiz {
    width: 23.4375rem;
    height: 100dvh;
  }
}
.page-quiz .quiz__inner {
  height: 100%;
  margin: 0 auto;
}
.page-quiz .quiz__step {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.page-quiz .quiz__step.is-active {
  display: block;
}
.page-quiz .quiz__step--01 {
  background: url("../img/step01_bg.jpg") no-repeat, #e4f7fb;
  background-position: center calc(50% + 0.625rem);
  background-size: contain;
  z-index: 2;
}
.page-quiz .quiz__step--02 .quiz__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 56.2218890555dvh;
  height: 100dvh;
  max-width: 100%;
  backdrop-filter: blur(0.1875rem);
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  display: none;
}
@media (max-width: 767px) {
  .page-quiz .quiz__step--02 .quiz__overlay {
    width: 23.4375rem;
    height: 100dvh;
  }
}
.page-quiz .quiz__step--02.is-active .quiz__overlay {
  display: block;
}
.page-quiz .quiz__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 0.625rem;
}
.page-quiz .quiz__title {
  width: 23.4375rem;
  height: 41.6875rem;
  position: fixed;
  top: calc(50% - 21.25rem);
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0);
  will-change: transform;
}
.page-quiz .quiz__title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-quiz .quiz__btn {
  border-radius: 2rem;
  margin: 0 auto;
  position: relative;
}
.page-quiz .quiz__btn:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 0.125rem solid #645550;
  pointer-events: none;
  border-radius: 2rem;
  z-index: 2;
}
.page-quiz .quiz__btn-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% + 11.3125rem);
}
.page-quiz .quiz__btn span {
  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;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 2rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  overflow: hidden;
  margin: 0 auto;
}
.page-quiz .quiz__btn span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0.25rem;
  z-index: -1;
}
.page-quiz .quiz__btn--guide {
  background: #c1c1c1;
  width: 10rem;
}
.page-quiz .quiz__btn--guide span {
  height: 2.125rem;
  padding-bottom: 0.125rem;
}
.page-quiz .quiz__btn--guide span:before {
  background: #E4E4E4;
  border-radius: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .page-quiz .quiz__btn--guide span:hover {
    background: rgb(215.25, 215.25, 215.25);
  }
  .page-quiz .quiz__btn--guide span:hover:before {
    background: rgb(215.25, 215.25, 215.25);
  }
}
.page-quiz .quiz__btn--play {
  margin-top: 1.125rem;
  width: 14.625rem;
}
.page-quiz .quiz__btn--play span {
  height: 3.625rem;
  background: #ED8D02;
  background: -webkit-gradient(linear, left bottom, left top, from(#ED8D02), color-stop(50%, #ED8D02), color-stop(50%, #FDC056), to(#FDC056));
  background: linear-gradient(0deg, #ED8D02 0%, #ED8D02 50%, #FDC056 50%, #FDC056 100%);
  color: #fff;
  font-size: 1rem;
}
.page-quiz .quiz__btn--play span:before {
  top: 0.1875rem;
  background: #FDAC1D;
  border-radius: 2rem;
}
@media screen and (min-width: 1025px) {
  .page-quiz .quiz__btn--play span:hover {
    background: rgb(252.7763157895, 162.7171052632, 3.7236842105);
  }
  .page-quiz .quiz__btn--play span:hover:before {
    background: rgb(252.7763157895, 162.7171052632, 3.7236842105);
  }
}
.page-quiz .quiz__btn--reset {
  margin-top: 1.75rem;
  width: 17rem;
  display: block;
  opacity: 0;
  -webkit-animation: fadeIn 0.75s ease-in-out forwards;
          animation: fadeIn 0.75s ease-in-out forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.page-quiz .quiz__btn--reset.delay-0s {
  -webkit-animation-delay: none;
          animation-delay: none;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.page-quiz .quiz__btn--reset span {
  height: 3.625rem;
  background: #ED8D02;
  background: -webkit-gradient(linear, left bottom, left top, from(#ED8D02), color-stop(50%, #ED8D02), color-stop(50%, #FDC056), to(#FDC056));
  background: linear-gradient(0deg, #ED8D02 0%, #ED8D02 50%, #FDC056 50%, #FDC056 100%);
  color: #fff;
  font-size: 1rem;
}
.page-quiz .quiz__btn--reset span:before {
  top: 0.125rem;
  background: #FDAC1D;
  border-radius: 2rem;
}
@media screen and (min-width: 1025px) {
  .page-quiz .quiz__btn--reset span:hover {
    background: rgb(252.7763157895, 162.7171052632, 3.7236842105);
  }
  .page-quiz .quiz__btn--reset span:hover:before {
    background: rgb(252.7763157895, 162.7171052632, 3.7236842105);
  }
}
.page-quiz .quiz__modal {
  max-width: 20rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 1.25rem;
  border-radius: 0.5rem;
}
.page-quiz .quiz__countdown {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 6.3125rem;
  width: 100%;
  pointer-events: none;
  z-index: 5;
}
.page-quiz .quiz__countdown-item {
  height: 6.3125rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-quiz .quiz__countdown-item:last-child {
  height: 3.75rem;
}
.page-quiz .quiz__countdown-item.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-animation: countdownZoom 1s ease forwards;
          animation: countdownZoom 1s ease forwards;
}
.page-quiz .quiz__effect {
  width: 56.2218890555dvh;
  height: 100dvh;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-quiz .quiz__effect {
    width: 23.4375rem;
    height: 100dvh;
  }
}
@media (max-width: 767px) {
  .page-quiz .quiz__effect {
    height: 41.6875rem;
  }
}
.page-quiz .quiz__effect-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  height: 100%;
}
.page-quiz .quiz__effect-item.is-active {
  opacity: 1;
  visibility: visible;
}
.page-quiz .quiz__effect #sign {
  z-index: 20;
}
.page-quiz .quiz__effect-car {
  z-index: 21;
}
.page-quiz .quiz__question {
  padding: 0 1.625rem;
  visibility: hidden;
  position: relative;
  z-index: 6;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.page-quiz .quiz__question.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.page-quiz .quiz__question-head {
  background: #FFFCF7;
  padding: 0 1rem 1rem;
  border-radius: 1.875rem;
  border: 0.125rem solid #645550;
  -webkit-box-shadow: inset 0 -0.3125rem 0 rgba(100, 74, 65, 0.1);
          box-shadow: inset 0 -0.3125rem 0 rgba(100, 74, 65, 0.1);
  max-width: 20.25rem;
  width: 100%;
  margin: 0 auto;
}
.page-quiz .quiz__question-body {
  position: relative;
}
.page-quiz .quiz__question-tag {
  display: block;
  position: relative;
  top: -1.0625rem;
  margin: 0 auto -0.5rem;
  height: 2.6875rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 3.75rem;
  text-align: center;
  z-index: 1;
  background-image: url("../img/question_bg_center.png"), url("../img/question_bg_repeat.png");
  background-position: center center, center center;
  background-repeat: no-repeat, repeat-x;
  background-size: 3.75rem 2.6875rem, 0.3125rem 2.6875rem;
}
.page-quiz .quiz__question-tag:before, .page-quiz .quiz__question-tag:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.25rem;
  z-index: -1;
}
.page-quiz .quiz__question-tag:before {
  left: -1.125rem;
  background-image: url("../img/question_bg_left.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.25rem 2.6875rem;
}
.page-quiz .quiz__question-tag:after {
  right: -1.125rem;
  background-image: url("../img/question_bg_right.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem 2.6875rem;
}
.page-quiz .quiz__question-tag span {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 0.5625rem;
  display: block;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  position: relative;
}
.page-quiz .quiz__question-tag span:before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background: #fffcf7;
  z-index: 1;
}
.page-quiz .quiz__question-category {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 1.5rem;
  position: relative;
}
.page-quiz .quiz__question-category img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1.4375rem;
  width: auto;
  display: none;
}
.page-quiz .quiz__question-category.is-type1 img:first-child {
  display: block;
}
.page-quiz .quiz__question-category.is-type2 img:last-child {
  display: block;
}
.page-quiz .quiz__question-text {
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: -0.3125rem;
  margin-bottom: 0.5rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) and (max-width: 1440px) and (max-height: 768px) {
  .page-quiz .quiz__question-text {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}
.page-quiz .quiz__question-hint {
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  letter-spacing: 0;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin: 0 -0.25rem;
}
.page-quiz .quiz__question-hint .hint-ttl {
  line-height: 1.5;
  font-weight: bold;
  color: #565656;
  width: 3.5rem;
}
.page-quiz .quiz__question-hint .hint-ttl img {
  width: 0.6875rem;
  margin-right: 0.125rem;
  position: relative;
  top: -0.125rem;
}
.page-quiz .quiz__question-hint .hint-txt {
  width: calc(100% - 3.75rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.02rem;
}
.page-quiz .quiz__answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.page-quiz .quiz__answers.is-show {
  opacity: 1;
  visibility: visible;
}
.page-quiz .quiz__answers:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  background: url("../img/icon_correct.png"), url("../img/icon_wrong.png");
}
.page-quiz .quiz__answer {
  max-width: 18.75rem;
  width: 100%;
  height: 3.625rem;
  outline: none;
  border: none;
  border-radius: 62.4375rem;
  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;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", "Arial Rounded MT Bold", sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  background-color: #FFEDD2;
  -webkit-box-shadow: inset 0 -0.3125rem 0 #e7c297;
          box-shadow: inset 0 -0.3125rem 0 #e7c297;
  position: relative;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.page-quiz .quiz__answer:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 0.125rem solid #645550;
  border-radius: 62.4375rem;
  pointer-events: none;
}
.page-quiz .quiz__answer.is-correct {
  background-color: #B8EB9C;
  -webkit-box-shadow: inset 0 -0.3125rem 0 #8ec570;
          box-shadow: inset 0 -0.3125rem 0 #8ec570;
}
.page-quiz .quiz__answer.is-wrong {
  background-color: #FE9A8A;
  -webkit-box-shadow: inset 0 -0.3125rem 0 #ef7f6d;
          box-shadow: inset 0 -0.3125rem 0 #ef7f6d;
}
.page-quiz .quiz__answer.is-white {
  background-color: #E4E4E4;
  -webkit-box-shadow: inset 0 -0.3125rem 0 #c1c1c1;
          box-shadow: inset 0 -0.3125rem 0 #c1c1c1;
}
.page-quiz .quiz__answer .icon-correct, .page-quiz .quiz__answer .icon-wrong {
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  border-radius: 50%;
  top: -0.5rem;
  right: -0.875rem;
  z-index: 1;
}
.page-quiz .quiz__answer .icon-correct {
  background: url("../img/icon_correct.png") no-repeat center center;
  background-size: contain;
}
.page-quiz .quiz__answer .icon-wrong {
  background: url("../img/icon_wrong.png") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .page-quiz .quiz__answer:hover:not(.is-correct):not(.is-wrong):not(.is-white) {
    background-color: #E7C297;
    -webkit-box-shadow: inset 0 -0.3125rem 0 #e7c297;
            box-shadow: inset 0 -0.3125rem 0 #e7c297;
  }
}
.page-quiz .quiz__bubble {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24.375rem;
  height: 43.3125rem;
  z-index: 9;
  pointer-events: none;
}
.page-quiz .quiz__bubble-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.page-quiz .quiz__bubble-item.is-correct {
  display: block;
}
.page-quiz .quiz__bubble-item.is-wrong {
  display: block;
}
.page-quiz .quiz__explanation {
  margin: 1.25rem 1.625rem 0;
  background: #FFFCF7;
  padding: 1rem 0.875rem 1.25rem;
  border-radius: 1.25rem;
  border: 0.125rem solid #645550;
  -webkit-box-shadow: inset 0 -0.3125rem 0 rgba(100, 74, 65, 0.1);
          box-shadow: inset 0 -0.3125rem 0 rgba(100, 74, 65, 0.1);
  position: relative;
  z-index: 3;
  max-width: 20.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -1.25rem;
  left: 0;
  right: 0;
}
.page-quiz .quiz__explanation.is-show {
  opacity: 1;
  visibility: visible;
}
.page-quiz .quiz__explanation-ttl {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-weight: 700;
  color: #565656;
  margin-bottom: 0.5rem;
}
.page-quiz .quiz__explanation-note {
  color: #645550;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.page-quiz .quiz__explanation-note img {
  width: 0.8125rem;
  margin-right: 0.25rem;
}
.page-quiz .quiz__explanation-text {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #565656;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) and (max-width: 1440px) and (max-height: 768px) {
  .page-quiz .quiz__explanation-text {
    font-size: 0.75rem;
  }
}
.page-quiz .quiz__explanation .quiz__btn {
  position: relative;
  bottom: -2rem;
  width: 8rem;
  margin-top: -1.0625rem;
  margin-bottom: -0.3125rem;
}
.page-quiz .quiz__explanation .quiz__btn span {
  height: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-weight: 700;
}
.page-quiz .quiz__noti {
  display: none;
  width: 18.125rem;
  height: 2.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 4;
}
.page-quiz .quiz__noti img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-animation: countdownZoom 2s ease-in-out 0.5s forwards;
          animation: countdownZoom 2s ease-in-out 0.5s forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.page-quiz .quiz__result-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 10;
}
.page-quiz .quiz__result-screen .game-over {
  width: 16.25rem;
  height: 2.75rem;
  margin: 0 auto;
  position: relative;
}
.page-quiz .quiz__result-screen .game-over img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-animation: countdownZoom 0.75s ease-in-out 0.25s forwards, gameOverPulse 3s linear 1s infinite;
          animation: countdownZoom 0.75s ease-in-out 0.25s forwards, gameOverPulse 3s linear 1s infinite;
}
.page-quiz .quiz .goal {
  background: #FFFFFF;
  padding: 0 0.25rem 1.875rem;
  border-radius: 1.875rem;
  width: 20.25rem;
  border: 0.125rem solid #645550;
  opacity: 0;
  -webkit-animation: bounceZ 0.75s ease-in-out forwards;
          animation: bounceZ 0.75s ease-in-out forwards;
}
.page-quiz .quiz .goal__ttl {
  display: block;
  position: relative;
  width: 23.4375rem;
  height: 9.6875rem;
  top: -6.5625rem;
  margin: 0 -2rem -5.9375rem;
}
.page-quiz .quiz .goal__ttl img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-quiz .quiz .goal__txt {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.0625rem;
  line-height: 1.75;
  text-align: center;
  min-height: 5.625rem;
  white-space: nowrap;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.page-quiz .quiz .goal .quiz__btn {
  margin-top: 2rem;
}
.page-quiz .quiz__opening {
  --r: 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  background-color: #e4f7fb;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent var(--r), white calc(var(--r) + 0.5px));
          mask-image: radial-gradient(circle at 50% 50%, transparent var(--r), white calc(var(--r) + 0.5px));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.page-quiz .quiz__opening.is-animating {
  -webkit-animation: revealaa 1.5s linear forwards;
          animation: revealaa 1.5s linear forwards;
}
.page-quiz .quiz__opening img {
  position: absolute;
  top: calc(50% - 21.25rem);
  width: 23.4375rem;
  height: 41.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  will-change: transform;
  -webkit-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0);
}
.page-quiz .rotate-warning {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #e5f8fc;
  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;
  opacity: 0;
  visibility: hidden;
}
.page-quiz .rotate-warning img {
  width: 2.5rem;
  aspect-ratio: 400/264;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  -webkit-animation: swingOne 1.5s ease infinite alternate;
          animation: swingOne 1.5s ease infinite alternate;
}
.page-quiz .rotate-warning span {
  font-size: 0.625rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.5rem;
}
.page-quiz .rotate-warning.is-landscape {
  opacity: 1;
  visibility: visible;
}
.page-quiz .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}
.page-quiz .modal:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  backdrop-filter: blur(0.375rem);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  margin: 0 auto;
  width: 56.2218890555dvh;
}
.page-quiz .modal ::-webkit-scrollbar,
.page-quiz .modal ::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  background: transparent !important;
}
.page-quiz .modal.is-active {
  opacity: 1;
  visibility: visible;
}
.page-quiz .modal-close {
  position: absolute;
  top: -0.625rem;
  right: -0.375rem;
  border: none;
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem;
  background: url("../img/modal_close.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 1025px) {
  .page-quiz .modal-close:hover {
    opacity: 0.9;
  }
}
.page-quiz .modal-content {
  position: relative;
  width: 20.1875rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #FFFCF7;
  border: 0.125rem solid #645550;
  border-radius: 1.875rem;
  padding: 0 1.25rem 2.5rem;
}
.page-quiz .modal__ttl {
  width: 12.5rem;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  top: -0.875rem;
}
.page-quiz .modal__subttl {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin: 0.3125rem auto 0.625rem;
}
.page-quiz .modal__text {
  overflow: auto;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  padding: 0.625rem 0;
}
.page-quiz .modal__text p + p {
  margin-top: 1.25rem;
}
.page-quiz .modal .quiz__btn {
  margin-top: 3.125rem;
}
@-webkit-keyframes countdownZoom {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes countdownZoom {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes bounceZ {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounceZ {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulsatingRipple {
  0% {
    width: 1.25rem;
    height: 1.25rem;
    opacity: 1;
  }
  100% {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0;
  }
}
@keyframes pulsatingRipple {
  0% {
    width: 1.25rem;
    height: 1.25rem;
    opacity: 1;
  }
  100% {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0;
  }
}
@-webkit-keyframes gameOverPulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: none;
            filter: none;
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
    -webkit-filter: brightness(1.03) contrast(1.02);
            filter: brightness(1.03) contrast(1.02);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(0.95) rotate(1deg);
            transform: translate(-50%, -50%) scale(0.95) rotate(1deg);
    -webkit-filter: hue-rotate(10deg);
            filter: hue-rotate(10deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.05) rotate(-1deg);
            transform: translate(-50%, -50%) scale(1.05) rotate(-1deg);
    -webkit-filter: hue-rotate(-10deg);
            filter: hue-rotate(-10deg);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: brightness(1.03);
            filter: brightness(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes gameOverPulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: none;
            filter: none;
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
    -webkit-filter: brightness(1.03) contrast(1.02);
            filter: brightness(1.03) contrast(1.02);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(0.95) rotate(1deg);
            transform: translate(-50%, -50%) scale(0.95) rotate(1deg);
    -webkit-filter: hue-rotate(10deg);
            filter: hue-rotate(10deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.05) rotate(-1deg);
            transform: translate(-50%, -50%) scale(1.05) rotate(-1deg);
    -webkit-filter: hue-rotate(-10deg);
            filter: hue-rotate(-10deg);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: brightness(1.03);
            filter: brightness(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes revealaa {
  from {
    --r: 0px;
  }
  to {
    --r: var(--endR);
  }
}
@keyframes revealaa {
  from {
    --r: 0px;
  }
  to {
    --r: var(--endR);
  }
}
@-webkit-keyframes swingOne {
  0% {
    -webkit-transform: rotate(90deg) scale(-1);
            transform: rotate(90deg) scale(-1);
  }
  30% {
    -webkit-transform: rotate(90deg) scale(-1);
            transform: rotate(90deg) scale(-1);
  }
  70% {
    -webkit-transform: rotate(0) scale(-1);
            transform: rotate(0) scale(-1);
  }
  100% {
    -webkit-transform: rotate(0) scale(-1);
            transform: rotate(0) scale(-1);
  }
}
@keyframes swingOne {
  0% {
    -webkit-transform: rotate(90deg) scale(-1);
            transform: rotate(90deg) scale(-1);
  }
  30% {
    -webkit-transform: rotate(90deg) scale(-1);
            transform: rotate(90deg) scale(-1);
  }
  70% {
    -webkit-transform: rotate(0) scale(-1);
            transform: rotate(0) scale(-1);
  }
  100% {
    -webkit-transform: rotate(0) scale(-1);
            transform: rotate(0) scale(-1);
  }
}
.page-quiz .loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: mulShdSpin 1.1s infinite ease;
          animation: mulShdSpin 1.1s infinite ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@-webkit-keyframes mulShdSpin {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes mulShdSpin {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}