@font-face {
  font-family: "Stabile-Regular";
  src: url("../fonts/Stabile-Regular.ttf");
}
@font-face {
  font-family: "BraahOne-Regular";
  src: url("../fonts/BraahOne-Regular.ttf");
}
@font-face {
  font-family: "PottaOne-Regular";
  src: url("../fonts/PottaOne-Regular.ttf");
}
@font-face {
  font-family: "Gluten";
  src: url("../fonts/gluten/Gluten-SemiBold.ttf");
}
/*variable*/
/*Color*/
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes skew-x-shaking {
  0% {
    transform: skewX(-15deg);
  }
  5% {
    transform: skewX(15deg);
  }
  10% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  20% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
@keyframes skew-x-shake {
  0% {
    transform: skewX(-15deg);
  }
  5% {
    transform: skewX(15deg);
  }
  10% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  20% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

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

img {
  max-width: 100%;
}

.pad0 {
  padding: 0;
}

p {
  margin-bottom: 0.5rem;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Stabile-Regular";
  font-size: 1rem;
  color: #d53688;
  background-color: #f5f0ec;
}
.content-layout.default .banner-pc {
  width: 100%;
}
.content-layout .btn-get-que {
  position: absolute;
  color: #d53688;
  font-size: 1rem;
  border: 1px solid #f1c284;
  padding: 0.25rem 1rem;
}
.content-layout.view {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.content-layout.view .logo-img {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 30%;
}
@media (max-width: 480px) {
  .content-layout.view .logo-img {
    width: 40%;
  }
}
@media (max-width: 380px) {
  .content-layout.view .logo-img {
    top: 0.5rem;
    width: 30%;
  }
}
.content-layout.view .label-gieoque-img {
  position: absolute;
  top: 5%;
  max-width: 70%;
  max-height: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.content-layout.view .box-container {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 60%;
}
.content-layout.view .box-que-img {
  margin: 0 auto;
  max-height: 100%;
  -webkit-animation: tilt-shaking 0.3s infinite;
  -moz-animation: tilt-shaking 0.3s infinite;
  -ms-animation: tilt-shaking 0.3s infinite;
  -o-animation: tilt-shaking 0.3s infinite;
  animation: tilt-shaking 0.3s infinite;
}
.content-layout .xemque-ribbon-img {
  position: absolute;
  z-index: 1;
}
.content-layout .xemque-ribbon-img.top {
  right: 0;
  top: 0;
  max-height: 45%;
  max-width: 40%;
}
.content-layout .xemque-ribbon-img.bottom {
  bottom: 0;
  left: 0;
  max-width: 30%;
  max-height: 20%;
}
@media (max-width: 678px) {
  .content-layout .xemque-ribbon-img.bottom {
    max-width: 34%;
  }
}
@media (max-width: 440px) {
  .content-layout .xemque-ribbon-img.bottom {
    max-width: 60%;
  }
}
@media (max-width: 380px) {
  .content-layout .xemque-ribbon-img.bottom {
    max-width: 38%;
  }
}
.content-layout .xemque-card-img {
  position: absolute;
  z-index: 0;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  max-width: max-content;
  height: 86%;
  object-fit: contain;
  -o-object-fit: contain;
}
@media (max-width: 768px) {
  .content-layout .xemque-card-img {
    height: 90%;
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .content-layout .xemque-card-img {
    bottom: unset;
    max-width: 100%;
    top: 0%;
  }
}
@media (max-width: 390px) {
  .content-layout .xemque-card-img {
    top: 2%;
  }
}
@media (max-width: 380px) {
  .content-layout .xemque-card-img {
    top: 8%;
  }
}
.content-layout .xemque-wrapper {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 21%;
  width: 40%;
  height: 80%;
}
@media (max-width: 900px) {
  .content-layout .xemque-wrapper {
    width: 45%;
  }
}
@media (max-width: 820px) {
  .content-layout .xemque-wrapper {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .content-layout .xemque-wrapper {
    width: 60%;
    top: 18%;
  }
}
@media (max-width: 640px) {
  .content-layout .xemque-wrapper {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .content-layout .xemque-wrapper {
    width: 74%;
    top: 20%;
  }
}
@media (max-width: 540px) {
  .content-layout .xemque-wrapper {
    width: 64%;
    top: 16%;
  }
}
@media (max-width: 480px) {
  .content-layout .xemque-wrapper {
    width: 80%;
  }
}
.content-layout .xemque-wrapper .xemque-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10% 11% 0 8%;
  transform: rotateZ(-5deg);
  -webkit-transform: rotateZ(-5deg);
  -moz-transform: rotateZ(-5deg);
  -ms-transform: rotateZ(-5deg);
  -o-transform: rotateZ(-5deg);
}
@media (max-width: 480px) {
  .content-layout .xemque-wrapper .xemque-container {
    padding: 10% 8% 0;
  }
}
@media (max-width: 380px) {
  .content-layout .xemque-wrapper .xemque-container {
    padding: 10% 11% 0 8%;
  }
}
.content-layout .xemque-header {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 4vw;
  letter-spacing: -2px;
  word-spacing: -4px;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .content-layout .xemque-header {
    font-size: 5vw;
    letter-spacing: -1px;
  }
}
@media (max-width: 678px) {
  .content-layout .xemque-header {
    font-size: 6vw;
  }
}
@media (max-width: 576px) {
  .content-layout .xemque-header {
    font-size: 6.8vw;
  }
}
@media (max-width: 540px) {
  .content-layout .xemque-header {
    font-size: 5.7vw;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 480px) {
  .content-layout .xemque-header {
    font-size: 8vw;
  }
}
.content-layout .xemque-header .xemque-title-top {
  color: #d53688;
  word-spacing: -5px;
  background-image: url("../images/bg-text.jpg");
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "PottaOne-Regular";
  -webkit-filter: drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(0 -0.005em 0 #28221f) drop-shadow(0.01em 0.025em 0 #28221f) drop-shadow(0.015em 0.03em 0 #28221f) drop-shadow(0.02em 0.035em 0 #28221f) drop-shadow(0.01em 0.08em 0.01em #f1d0a040);
  filter: drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(0 -0.005em 0 #28221f) drop-shadow(0.01em 0.025em 0 #28221f) drop-shadow(0.015em 0.03em 0 #28221f) drop-shadow(0.02em 0.035em 0 #28221f) drop-shadow(0.01em 0.08em 0.01em #f1d0a040);
}
.content-layout .xemque-header .xemque-title-bottom {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  font-family: "Gluten";
  color: #f1c284;
  background-image: url("../images/bg-yellow-dots.jpg");
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 90%;
  -webkit-filter: drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(0.02em 0.035em 0 #28221f) drop-shadow(0.01em 0.08em 0.01em #f1d0a040);
  filter: drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(0.02em 0.035em 0 #28221f) drop-shadow(0.01em 0.08em 0.01em #f1d0a040);
}
.content-layout .xemque-content {
  font-size: 1.6rem;
  text-align: justify;
  text-align-last: center;
  line-height: 1.2;
  margin-bottom: 1rem;
  min-height: 25vh;
}
@media (max-width: 540px) {
  .content-layout .xemque-content {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .content-layout .xemque-content {
    min-height: 20vh;
  }
}
@media (max-width: 380px) {
  .content-layout .xemque-content {
    font-size: 1.35rem;
  }
}
.content-layout .xemque-content .xemque-text {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-top: 1.5px solid #d53688;
  border-bottom: 1.5px solid #d53688;
}
@media (max-width: 540px) {
  .content-layout .xemque-content .xemque-text {
    padding: 0.75rem 0;
    margin-bottom: 0.75rem;
  }
}
.content-layout .xemque-footer {
  text-align: center;
}
.content-layout .xemque-btn {
  display: block;
  position: relative;
}
.content-layout .xemque-btn.animation-btn {
  -webkit-animation: skew-x-shake 2s infinite 2s;
  -moz-animation: skew-x-shake 2s infinite 2s;
  -ms-animation: skew-x-shake 2s infinite 2s;
  -o-animation: skew-x-shake 2s infinite 2s;
  animation: skew-x-shake 2s infinite 2s;
}
.content-layout .xemque-btn:not(:last-child) {
  margin-bottom: 0.5rem;
}
.content-layout .xemque-btn .bg-btn-img {
  width: 100%;
}
.content-layout .xemque-btn .xemque-btn-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content-layout .xemque-btn .xemque-btn-text {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #29221f;
  font-size: 1.75rem;
}
@media (max-width: 540px) {
  .content-layout .xemque-btn .xemque-btn-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .content-layout .xemque-btn .xemque-btn-text {
    font-size: 1.35rem;
  }
}
@media (max-width: 380px) {
  .content-layout .xemque-btn .xemque-btn-text {
    font-size: 1.25rem;
  }
}
.content-layout .xemque-btn.btn-yellow .xemque-btn-text {
  color: #f1c284;
  color: #f1c284;
}
.content-layout .voucher-box .voucher-logo {
  padding-bottom: 1rem;
  border-bottom: 1.5px solid #d53688;
  margin-bottom: 0.75rem;
  text-align: center;
  min-height: 250px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 440px) {
  .content-layout .voucher-box .voucher-logo {
    min-height: 220px;
  }
}
.content-layout .voucher-box .voucher-logo .voucher-logo-brand {
  width: 80%;
  max-height: 250px;
  object-fit: contain;
  -o-object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 440px) {
  .content-layout .voucher-box .voucher-logo .voucher-logo-brand {
    max-height: 220px;
    width: 90%;
  }
}
.content-layout .voucher-box .voucher-text {
  text-align: justify;
  text-align-last: center;
  padding-bottom: 0.75rem;
  border-bottom: 1.5px solid #d53688;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.content-layout .voucher-box .voucher-banner {
  margin-top: 30%;
  padding: 0.5rem 0;
  border-bottom: 1.5px solid #d53688;
  border-top: 1.5px solid #d53688;
  margin-bottom: 2rem;
}
.content-layout .voucher-box .voucher-banner .voucher-banner-img {
  width: 106%;
  margin-left: -3%;
  max-width: unset;
}

/* HTML: <div class="loader"></div> */
.loading-container {
  display: none;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.loading-container .loading-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: rgba(40, 34, 31, 0.45);
}
.loading-container .loader {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transform-origin: 50% 116.5%;
  animation: loading-color 2s infinite linear;
}
.loading-container .loader:before {
  content: "";
  min-width: 233%;
  height: 233%;
  background: radial-gradient(farthest-side, #eb008b 90%, #0000) top, radial-gradient(farthest-side, #652c8f 90%, #0000) left, radial-gradient(farthest-side, #ed3024 90%, #0000) bottom, radial-gradient(farthest-side, #73bd44 90%, #0000) right;
  background-size: 43% 43%;
  background-repeat: no-repeat;
  animation: inherit;
  animation-direction: reverse;
}

@keyframes loading-color {
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=styles.css.map */
