@charset "UTF-8";
/*

* Lounge

*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Open+Sans:wght@400;500;700&display=swap");
/*------------------------
  common
------------------------*/
/*------------------------
  match ten
------------------------*/
/*------------------------
  did you press
------------------------*/
/*------------------------
  katasetsu
------------------------*/
/*------------------------
  ng word
------------------------*/
/*------------------------
  draw quick
------------------------*/
/*------------------------
  fast press
------------------------*/
/*------------------------
  knock out
------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 100%;
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}

body {
  color: #282828;
  font-size: 1rem;
  font-feature-settings: normal;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  background: #F2EFEF;
}

body.flex {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

iframe {
  border: 0;
}

figcaption,
figure,
main {
  display: block;
  margin: 0;
}

img {
  border: 0;
  outline: none;
  max-width: 100%;
  height: auto;
  display: block;
}
img.img-center {
  margin-left: auto;
  margin-right: auto;
}

strong {
  font-weight: 700;
}

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #282828;
  text-decoration: none;
}

p, ul, ol, dl, table {
  font-size: 1rem;
  line-height: 1.8;
}

ul, ol {
  list-style: none;
}

.opensans {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

button:focus {
  outline: 0;
}

.pc-none,
.for-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .for-mobile {
    display: block;
  }
  .for-tab {
    display: none;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*
* = Buttons
*/
button {
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
button:disabled {
  cursor: auto;
}

.btn.btn-small {
  padding: 0 1.25rem;
  width: 7.5rem;
  line-height: 2.5rem;
  border-radius: 1.25rem;
  font-weight: 700;
}
.btn.btn-medium {
  padding: 0 1.25rem;
  width: 8.75rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
  font-weight: 700;
}
.btn.btn-medium.w-220 {
  width: 13.75rem;
}
.btn.dashed-outline {
  border-style: dashed;
}
.btn.btn-wb {
  background-color: #00BFDF;
  color: #FFF;
}
.btn.btn-wb:hover, .btn.btn-wb:focus {
  background-color: #00AFCC;
  color: #FFF;
}
.btn.btn-blk-matchten {
  background-color: #0A0A0A;
  color: #FFF;
}
.btn.btn-blk-matchten:hover, .btn.btn-blk-matchten.focus {
  background-color: #4A4A4A;
  color: #FFF;
}
.btn.btn-wh {
  background-color: #FFF;
  color: #00BFDF;
  box-shadow: 0 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.03);
}
.btn.btn-wh:hover, .btn.btn-wh:focus {
  background-color: #00BFDF;
  color: #FFF;
}
.btn.btn-gray {
  background-color: #999;
  color: #FFF;
}
.btn.btn-gray:hover, .btn.btn-gray:focus {
  background-color: #B3B3B3;
  color: #FFF;
}
.btn.btn-gray:disabled {
  background-color: #999;
}
.btn.btn-blk {
  background-color: #282828;
  color: #FFF;
}
.btn.btn-blk:hover, .btn.btn-blk:focus {
  background-color: #00BFDF;
  color: #FFF;
}
.btn.btn-ye {
  background-color: #F0F044;
  color: #00AFCC;
}
.btn.btn-orange {
  background-color: #FBAB34;
  color: #FFF;
}
.btn.btn-orange:hover, .btn.btn-orange:focus {
  background-color: #F08C14;
}
.btn.transp {
  background: transparent;
}
.btn.transp.underline {
  text-decoration: underline;
}
.btn.btn-wb-border {
  border: 0.0625rem solid #00BFDF;
  color: #00BFDF;
  background-color: transparent;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem 1.5625rem;
  border-radius: 2.5rem;
}
.btn.btn-wh-border {
  background-color: transparent;
  border: 0.0625rem solid #FFF;
}
.btn.btn-login {
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 0.9375rem center;
  background-size: 1.875rem auto;
  padding: 0.9375rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid #DBDBDB;
  width: 100%;
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.btn.btn-login:hover, .btn.btn-login:focus {
  box-shadow: 0 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.05);
}
.btn.btn-login.icon-fb {
  background-image: url(../images/common/icon-fb.svg);
}
.btn.btn-login.icon-google {
  background-image: url(../images/common/icon-google.svg);
}
.btn.btn-login.icon-line {
  background-image: url(../images/common/icon-line.svg);
}
.btn.btn-login:disabled {
  opacity: 0.6;
}
.btn.btn-login:disabled:hover, .btn.btn-login:disabled:focus {
  cursor: default;
  box-shadow: none;
}
.btn.btn-copy {
  background-color: #DBDBDB;
  white-space: nowrap;
  border-radius: 0 0.375rem 0.375rem 0;
  padding: 0 1.25rem;
}
.btn.btn-copy:hover, .btn.btn-copy:focus {
  background-color: #B3B3B3;
}
.btn.btn-dots {
  position: absolute;
  right: 1.875rem;
  top: 1.25rem;
}

.btn-wrap {
  max-width: 20.625rem;
  width: 100%;
}
.btn-wrap.large {
  max-width: 24.375rem;
  width: 100%;
}
.btn-wrap.medium {
  max-width: 13.75rem;
  width: 100%;
}
.btn-wrap.has-icon {
  margin-top: 1.875rem;
  position: relative;
}
.btn-wrap.has-icon .icon-free {
  position: absolute;
  top: -1.875rem;
  left: 3.75rem;
}
.btn-wrap .btn-large {
  position: relative;
  width: 100%;
}
.btn-wrap .btn-large span {
  display: block;
  position: relative;
  border-radius: 2.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 1.25rem;
}
.btn-wrap .btn-large::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: calc(100% + 0.625rem);
  height: calc(100% + 0.625rem);
  top: -0.3125rem;
  left: -0.3125rem;
  border-radius: 3.125rem;
}
.btn-wrap .btn-large:hover::before, .btn-wrap .btn-large:focus::before {
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  top: -0.5rem;
  left: -0.5rem;
}
.btn-wrap .btn-large.small span {
  padding: 0.9375rem;
}
.btn-wrap .btn-large.btn-ye {
  background-color: transparent;
}
.btn-wrap .btn-large.btn-ye span {
  background-color: #F0F044;
  color: #282828;
}
.btn-wrap .btn-large.btn-ye::before {
  background-color: #D9D907;
}
.btn-wrap .btn-large.btn-wb {
  background-color: transparent;
}
.btn-wrap .btn-large.btn-wb span {
  background-color: #00BFDF;
}
.btn-wrap .btn-large.btn-wb::before {
  background-color: #85D4DD;
}
.btn-wrap .btn-large.btn-wh {
  background-color: transparent;
}
.btn-wrap .btn-large.btn-wh span {
  background-color: #FFF;
  color: #00AFCC;
}
.btn-wrap .btn-large.btn-wh::before {
  background-color: #85D4DD;
}

.btn-favorit-wrap {
  right: 1.25rem;
  top: 1.25rem;
}
.btn-favorit-wrap .btn {
  width: 70px;
  padding: 0.625rem;
  border-radius: 1.25rem;
  background-color: #DBDBDB;
}
.btn-favorit-wrap.active .btn {
  background-color: #FFF;
}

.btn-quiz-tools {
  right: 0.625rem;
  bottom: 0.625rem;
}
.btn-quiz-tools .btn.ellipse {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
}

/*------------------------
  save
------------------------*/
.btn-save {
  position: sticky;
  right: 0;
  bottom: 1.875rem;
  z-index: 200;
}
.btn-save button {
  width: 7.5rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem 0 0 1.5625rem;
}

@media screen and (max-width: 576px) {
  .btn-save button {
    width: 5rem;
  }
}
/*------------------------
  tools
------------------------*/
.btn-settings {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/**
 * = Cards
 */
.card {
  position: relative;
  background-color: #FFF;
  border-radius: 0.625rem;
}
.card .card-body {
  padding: 1.875rem 1.875rem 2.5rem;
}
.card .card-body.login {
  padding: 1.875rem 3.75rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .card .card-body.login {
    padding: 1.875rem 1.875rem 2.5rem;
  }
}
.card .card-header {
  background: transparent;
  padding: 1.875rem;
  border-bottom: 1px solid #DBDBDB;
}
.card .card-header.no-border {
  padding: 1.875rem 1.875rem 0;
  border: none !important;
}
.card .card-footer {
  padding: 1.875rem;
  border-top: 1px solid #DBDBDB;
}
.card .card-footer.no-border {
  padding: 0 1.875rem 1.875rem;
  border: none !important;
}

/*
 * = Types
*/
/*------------------------
  heading
------------------------*/
h1, h2, h3, h4, h5 {
  font-weight: 700;
}

.h1 {
  font-size: 1.875rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3 {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1.125rem;
}

.border-title {
  display: flex;
  align-items: center;
  width: 100%;
}
.border-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #DBDBDB;
  margin-left: 0.9375rem;
}

/*------------------------
  text
------------------------*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.fw-bold {
  font-weight: 700;
}

.fw-medium {
  font-weight: 500;
}

.fw-normal {
  font-weight: 400;
}

/*------------------------
  font size
------------------------*/
.fs-76 {
  font-size: 4.75rem;
}

.fs-50 {
  font-size: 3.125rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.small,
small,
.fs-12 {
  font-size: 0.75rem;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

/*
 * = Colors
*/
/*------------------------
  background
------------------------*/
.bg-wb {
  background-color: #00BFDF !important;
}

.bg-wb-light {
  background-color: #85D4DD !important;
}

.bg-wh {
  background-color: #FFF !important;
}

.bg-ye {
  background-color: #F0F044 !important;
}

.bg-beige {
  background-color: #F2EFEF !important;
}

.bg-gray {
  background-color: #F5F5F5 !important;
}

.bg-pink {
  background-color: #FFE9ED;
}

.bg-trans {
  background-color: transparent !important;
}

.bg-blue-matchten {
  background-color: #0600FF !important;
}

.bg-red-matchten {
  background-color: #FF0000;
}

.bg-full-wh {
  width: 100%;
  min-height: 100%;
  z-index: -1;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}

.bg-full-blue {
  width: 100%;
  min-height: 100%;
  z-index: -1;
  display: flex;
  flex-direction: column;
  background-color: #0600FF;
}
.bg-full-blue main::before, .bg-full-blue main::after {
  content: none;
}

.bg-full-default {
  width: 100%;
  min-height: 100%;
  z-index: -1;
  display: flex;
  flex-direction: column;
}

.bg-wating {
  width: 100%;
  min-height: 100%;
  background: linear-gradient(-45deg, #F2EFEF, #85D4DD, #FFE9ED, #F0F044);
  background-size: 400% 400%;
  animation: bggradient 15s ease infinite;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
}

/*------------------------
  color
------------------------*/
.text-wb {
  color: #00AFCC;
}

.text-ye {
  color: #F0F044;
}

.text-red {
  color: #C50000;
}

.text-red-dark-matchten {
  color: #BC272D;
}

.text-blk {
  color: #282828;
}

.text-wh {
  color: #FFF;
}

.text-gray {
  color: #B3B3B3;
}

.text-gray-dark {
  color: #999;
}

.text-gray-light-matchten {
  color: #AAA;
}

.text-yellow {
  color: #F0F044;
}

.text-orange {
  color: #FBAB34;
}

/*
 * = Accordion
*/
.accordion .toggle {
  display: none;
}
.accordion .label {
  padding: 1.25rem 1.875rem 1.25rem 3.75rem;
  margin-top: 1.25rem;
  display: block;
  background: #F2EFEF;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .accordion .label {
    padding: 1.25rem 1.875rem 1.25rem 2.5rem;
  }
}
.accordion .label::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #00BFDF;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  -weblit-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .accordion .label::before {
    width: 0.375rem;
    height: 0.375rem;
    right: 0.625rem;
  }
}
.accordion .label,
.accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.accordion .content {
  height: 0;
  margin: 0;
  padding: 0 3.75rem;
  overflow: hidden;
  padding: 0;
}
.accordion .toggle:checked + .label + .content {
  height: auto;
  margin: 0.9375rem 0 2.1875rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.accordion .toggle:checked + .label::before {
  width: 0.9375rem;
  height: 0.1875rem;
  border-radius: 0.125rem;
}
.accordion.accordion-modal label::before,
.accordion.accordion-modal .toggle:checked + .label::before {
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23282828%3B%7D%20.st1%7Bfill%3A%23282828%3B%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2214.5%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M10%2C16.8l1.3-1.2l3.1%2C3.1V8h1.7v10.6l3.1-3.1l1.3%2C1.2L15.3%2C22L10%2C16.8L10%2C16.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-color: transparent;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.accordion.accordion-modal .toggle:checked + .label::before {
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: center;
}

/*
 * = Partial
*/
/*------------------------
  cta
------------------------*/
.cta-wrap {
  position: relative;
}
.cta-wrap .icon {
  display: block;
  margin: 0 auto;
  width: 1.4375rem;
}
.cta-wrap .cta-card {
  background-color: #F0F044;
  border-radius: 0.625rem;
  margin-top: -1px;
}

/*------------------------
  top bar
------------------------*/
.top-bar {
  position: absolute;
  width: calc(100% - 3.75rem);
  left: 1.875rem;
  top: -3.75rem;
}
@media screen and (max-width: 768px) {
  .top-bar {
    width: calc(100% - 2.5rem);
    left: 1.25rem;
    top: -3.75rem;
  }
}

.step-wrap {
  position: relative;
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  max-width: 10rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .step-wrap {
    max-width: 7.5rem;
  }
}
.step-wrap::before {
  content: "";
  position: absolute;
  bottom: 0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 0.1875rem;
  background-color: rgba(133, 212, 221, 0.3);
}
.step-wrap .item {
  display: flex;
  flex-direction: column;
}
.step-wrap span {
  display: block;
  margin-bottom: 0.3125rem;
  color: #00BFDF;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .step-wrap span {
    display: none;
  }
}
.step-wrap .ellipse {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #00BFDF;
  border-radius: 50%;
  background-color: #F2EFEF;
  color: #00BFDF;
  font-weight: 700;
  font-size: 0.8125rem;
  text-align: center;
  display: flex;
  margin: auto auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-wrap .ellipse.active {
  background-color: #00BFDF;
  color: #FFF;
}

/*------------------------
  url copied / saved
------------------------*/
.btn-copied,
.btn-saved {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: #282828;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFF;
  border-radius: 0.625rem;
  white-space: nowrap;
  padding: 0.9375rem 1.875rem;
  min-width: 19.6875rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 1;
}
.btn-copied svg,
.btn-saved svg {
  width: 1.875rem;
}

#quiz-saved {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
}

/*------------------------
  avatar
------------------------*/
.user-avatar {
  width: 2.5rem;
  aspect-ratio: 1/1;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  overflow: hidden;
}
.user-avatar img,
.user-avatar svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.user-avatar.large {
  width: 3.75rem;
}
.user-avatar.medium {
  width: 2.8125rem;
}
.user-avatar.small {
  width: 2.5rem;
}

/*------------------------
  price list
------------------------*/
.price-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.price-wrap .price-item {
  width: 20%;
  min-width: 13.75rem;
  padding: 0.9375rem 0.3125rem;
  margin: 0.625rem 0;
}
.price-wrap .price-item.col4 {
  width: 25%;
}
@media screen and (max-width: 992px) {
  .price-wrap .price-item.col4 {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .price-wrap .price-item {
    width: 100%;
    padding: 0.625rem 0;
    min-width: auto;
  }
  .price-wrap .price-item.col4 {
    width: 100%;
  }
}
.price-wrap .catch {
  top: -1em;
}
.price-wrap .card::before {
  content: "";
  position: absolute;
  width: calc(100% - 1.25rem);
  height: 0.25rem;
  left: 0.625rem;
  top: 0;
}
/* 各カードを flex column 化し、外形高さは揃えるが
   .inner の高さは他カードと同じに保つ。
   CTA ボタンが無い無料カードでは、下部 CTA エリアが空欄として
   残るだけで、上部のメタ情報部分は他カードと揃った位置になる。 */
.price-wrap .card {
  display: flex;
  flex-direction: column;
}
.price-wrap .inner dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  line-height: 1.5;
}
.price-wrap .inner dl dt, .price-wrap .inner dl dd {
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .price-wrap .inner dl {
    justify-content: center;
    padding: 0 1.25rem;
  }
  .price-wrap .inner dl dt {
    width: 11.25rem !important;
  }
  .price-wrap .inner dl dt br {
    display: none;
  }
  .price-wrap .inner dl dt .desc br {
    display: block;
  }
  .price-wrap .inner dl dd {
    width: 7.5rem;
  }
}
.price-wrap .price-lines {
  height: 4.5em;
  overflow: hidden;
  display: block;
}
.price-wrap .has-tooltip {
  position: relative;
}
.price-wrap .has-tooltip .icon:hover + .desc {
  visibility: visible;
  opacity: 1;
}
.price-wrap .has-tooltip svg {
  vertical-align: middle;
}
.price-wrap .has-tooltip .desc {
  visibility: hidden;
  opacity: 0;
  width: 15rem;
  border-radius: 0.375rem;
  background-color: #282828;
  position: absolute;
  bottom: 1.875rem;
  left: 75%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  white-space: wrap;
}
.price-wrap .has-tooltip .desc::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem 0.25rem 0 0.25rem;
  border-color: #282828 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4375rem;
}
.price-wrap button.border, .price-wrap button:disabled {
  height: 2.25rem;
  font-weight: 700;
  background-color: #fff;
}
.price-wrap .btn.disabled {
  cursor: auto;
  border: 5px solid;
}
.price-wrap .gray .inner {
  background-color: #F5F5F5;
}
.price-wrap .wb .card::before {
  background-color: #00BFDF;
}
.price-wrap .wb .inner {
  background-color: rgba(0, 191, 223, 0.05);
}
.price-wrap .wb button.border:hover,
.price-wrap .wb button.border:focus {
  background-color: #00BFDF;
  color: #FFF;
  border-color: #00BFDF !important;
}
.price-wrap .wb button.border:hover .tag,
.price-wrap .wb button.border:focus .tag {
  color: #00BFDF;
  border-color: #00BFDF !important;
}
.price-wrap .wb .btn.disabled {
  border-color: #85D4DD;
}
.price-wrap .wb .btn.disabled:hover, .price-wrap .wb .btn.disabled:focus {
  background-color: #00BFDF;
}
.price-wrap .orange .card::before {
  background-color: #FBAB34;
}
.price-wrap .orange .inner {
  background-color: rgba(251, 171, 52, 0.1);
}
.price-wrap .orange button.border:hover,
.price-wrap .orange button.border:focus {
  background-color: #FBAB34;
  color: #FFF;
  border-color: #FBAB34 !important;
}
.price-wrap .orange button.border:hover .tag,
.price-wrap .orange button.border:focus .tag {
  color: #FBAB34;
  border-color: #FBAB34 !important;
}
.price-wrap .orange .btn.disabled {
  border-color: #FFC164;
}
.price-wrap .orange .btn.disabled:hover, .price-wrap .orange .btn.disabled:focus {
  background-color: #FBAB34;
}

/*------------------------
  info
------------------------*/
.info-wrap {
  border-bottom: 1px solid #DBDBDB;
}
.info-wrap .border-right::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #DBDBDB;
}
.info-wrap ul {
  font-size: 0.8125rem;
}
.info-wrap ul li {
  margin: 0.625rem 0;
  position: relative;
  padding-left: 1.5em;
}
.info-wrap ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.info-wrap ul li.num {
  padding-left: 2.5em;
}
.info-wrap ul li.num._01::before {
  content: "※1";
}
.info-wrap ul li.num._02::before {
  content: "※2";
}
.info-wrap ul li.num._03::before {
  content: "※3";
}
.info-wrap ul li.num._04::before {
  content: "※4";
}

/*------------------------
  banner
------------------------*/
.banner-cta {
  position: relative;
  overflow: hidden;
  padding: 2.1875rem 0.625rem;
  margin: 1.25rem;
  background-color: #00BFDF;
  color: #FFF;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .banner-cta {
    padding: 1.875rem 0;
  }
}
.banner-cta .banner-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.banner-cta figure {
  position: relative;
}
@media screen and (max-width: 768px) {
  .banner-cta figure {
    display: none;
  }
}
.banner-cta .left-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .banner-cta .left-box {
    align-items: start;
  }
}
.banner-cta .banner-desc {
  width: 28.125rem;
  position: relative;
  font-weight: 700;
  margin-left: 40px;
  margin-left: 2.778vw;
  margin-right: 30px;
  margin-right: 2.083vw;
}
@media screen and (max-width: 768px) {
  .banner-cta .banner-desc {
    width: 100%;
    padding: 0 0 3.125rem;
    margin: 0;
  }
}
.banner-cta .banner-desc h3 {
  white-space: nowrap;
  font-size: 3.125rem;
}
@media screen and (max-width: 992px) {
  .banner-cta .banner-desc h3 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-cta .banner-desc h3 {
    font-size: 1.875rem;
    text-align: center;
  }
}
.banner-cta .banner-desc p {
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .banner-cta .banner-desc p {
    font-size: 0.875rem;
  }
}
.banner-cta .banner-desc p + p {
  margin-top: 0.75rem;
}
.banner-cta .btn-wrap {
  max-width: 15rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .banner-cta .btn-wrap {
    max-width: 18.75rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-cta .btn-wrap {
    max-width: auto;
  }
}
.banner-cta .btn-wrap .btn-large.btn-ye span {
  color: #00BFDF;
}
.banner-cta .banner-bg {
  position: absolute;
  width: 30rem;
  height: 100%;
  bottom: 3.75rem;
  right: 13%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 992px) {
  .banner-cta .banner-bg {
    right: -10%;
  }
}
@media screen and (max-width: 576px) {
  .banner-cta .banner-bg {
    width: 23.75rem;
    bottom: 1.25rem;
    right: -30%;
  }
}
.banner-cta .banner-bg img {
  vertical-align: middle;
}

.banner-column {
  margin: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-column .col-2 {
  width: calc(50% - 0.625rem);
}
@media screen and (max-width: 768px) {
  .banner-column .col-2 {
    width: 100%;
  }
  .banner-column .col-2 + .col-2 {
    margin-top: 1.25rem;
  }
}
.banner-column svg {
  width: 3.75rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .banner-column svg {
    width: 2.5rem;
    margin-right: 0.3125rem;
  }
}
.banner-column button {
  padding: 2.5rem 0.625rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .banner-column button {
    font-size: 1.25rem;
  }
}
.banner-column button:hover, .banner-column button:focus {
  background-color: #D9D907;
}

/*------------------------
  banner campaign
------------------------*/
.banner-cont {
  width: 520px;
}
.banner-cont .bg-banner {
  background-size: 150% auto;
  background-position: center 20%;
}
.banner-cont img {
  width: 100%;
}
.banner-cont.large {
  width: 100%;
  max-width: 565px;
}
.banner-cont.large .bg-banner {
  background: #E21A37;
  transition: all 0.3s;
}
.banner-cont.large .bg-banner:hover {
  background: #FF2430;
}

/*------------------------
  background
------------------------*/
.bg-wave-top-wh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30rem;
  background: url(../images/common/bg-wave-wh.svg) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 768px) {
  .bg-wave-top-wh {
    height: 17.5rem;
  }
}

/*------------------------
  list box
------------------------*/
.list-box {
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #FFF;
  display: flex;
  height: 4.6875rem;
}
.list-box dt, .list-box dd {
  padding: 0.625rem 3.125rem;
}
.list-box dt {
  background-color: rgba(0, 191, 223, 0.05);
  display: flex;
  align-items: stretch;
}
.list-box dt.w-230 {
  width: 14.375rem;
}
.list-box dt.w-280 {
  width: 17.5rem;
}
.list-box dd {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .list-box dt, .list-box dd {
    padding: 0.625rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .list-box {
    flex-wrap: wrap;
    height: auto;
  }
  .list-box dt, .list-box dt.w-230, .list-box dt.w-280, .list-box dd {
    padding: 0.9375rem 1.25rem;
    width: 100%;
  }
}
/*------------------------
  item original quiz
------------------------*/
.item-original-quiz {
  border-top: 1px solid #DBDBDB;
  padding-top: 1.875rem;
  margin-top: 1.875rem;
}
.item-original-quiz .left-box {
  width: calc(100% - 10.3125rem);
  padding-right: 0.625rem;
}
.item-original-quiz .right-box {
  width: 10.3125rem;
}

/*------------------------
  game phrase
------------------------*/
.game-phrase-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.game-phrase-wrap .game-phrase p {
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  position: relative;
}
.game-phrase-wrap .game-phrase p:last-child::before, .game-phrase-wrap .game-phrase p:last-child::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 3.125rem;
  background-color: #282828;
  bottom: -0.625rem;
}
.game-phrase-wrap .game-phrase p:last-child::before {
  left: -1.875rem;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.game-phrase-wrap .game-phrase p:last-child::after {
  right: -1.875rem;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

@media screen and (max-width: 576px) {
  .game-phrase-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .game-phrase-wrap .game-phrase p {
    font-size: 1.125rem;
  }
  .game-phrase-wrap .game-phrase p:last-child::before, .game-phrase-wrap .game-phrase p:last-child::after {
    height: 2.1875rem;
    bottom: -0.9375rem;
  }
  .game-phrase-wrap .game-phrase p:last-child::before {
    left: -1.25rem;
  }
  .game-phrase-wrap .game-phrase p:last-child::after {
    right: -1.25rem;
  }
}
/*------------------------
  game options
------------------------*/
.game-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .game-options {
    flex-direction: column;
    align-items: center;
  }
}
.game-options .option-item {
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .game-options .option-item {
    width: 9.375rem;
  }
}
@media screen and (max-width: 576px) {
  .game-options .option-item {
    width: 15rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.625rem;
  }
}
.game-options .option-item .ellipse {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #00BFDF;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .game-options .option-item .ellipse {
    margin: 0;
  }
}
.game-options .option-item p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .game-options .option-item p {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .game-options .option-item p {
    text-align: left;
    margin: 0 0 0 0.9375rem;
  }
}

/*------------------------
  social icons
------------------------*/
.social-icons {
  position: relative;
}
.social-icons .btn {
  margin-left: 0.3125rem;
  padding: 0 0.625rem;
  height: 1.5625rem;
}
.social-icons .btn.bg-fb {
  background-color: #1877F2;
}
.social-icons .btn.bg-tw {
  background-color: #1DA1F2;
}
.social-icons .btn.bg-ln {
  background-color: #4CC764;
}

/*------------------------
  sample quiz
------------------------*/
.samplequiz-wrap {
  max-width: 43.75rem;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .samplequiz-wrap img.mw-150 {
    width: 6.25rem;
  }
}

/*------------------------
  canvas
------------------------*/
.drawer_canvas {
  min-height: 70vh;
  min-height: 70dvh;
}

/*------------------------
  colors
------------------------*/
.colors {
  position: fixed;
  width: 3.125rem;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.colors .item-color {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  margin: 0.5rem 0;
}
.colors .item-color.selected {
  position: relative;
}
.colors .item-color.selected::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.25rem);
  height: calc(100% + 0.25rem);
  border-radius: 50%;
  border: 0.0625rem solid #7DC5FD;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.colors .item-color:nth-child(even) {
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .colors {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0.9375rem;
    width: 14.25rem;
    transform: translate(-50%, 0);
  }
  .colors .item-color {
    margin: 0.5rem;
  }
  .colors .item-color:nth-child(even) {
    margin-left: 0.5rem;
  }
}

/*
 * = Modal
*/
.modal {
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.modal.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal-window {
  z-index: 100;
  position: relative;
  width: 90%;
  max-height: 80vh;
  padding: 2.5rem 1.875rem;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.modal-window.modal-small {
  max-width: 27.5rem;
}
.modal-window.modal-large {
  max-width: 43.75rem;
}
.modal-window .modal-content {
  overflow-y: auto;
  height: 100%;
}
.modal-window.transp {
  overflow-y: auto;
}

.modal-close {
  z-index: 20;
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: #999;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  cursor: pointer;
}
.modal-close svg {
  width: 0.6875rem;
}
.modal-close:hover {
  color: #282828 !important;
}

.modal-overlay {
  z-index: 100;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal-overlay.click-disabled {
  pointer-events: none;
}
.modal-overlay.transparent {
  background: rgba(0, 0, 0, 0);
}

.modal-item {
  border-top: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  padding: 1.25rem 1.5625rem;
}
.modal-item.small {
  padding: 0.9375rem 1.875rem;
}
.modal-item.small dt {
  width: 8.125rem;
  white-space: nowrap;
  font-size: 1rem;
}
.modal-item.small dd {
  width: calc(100% - 8.125rem);
}
.modal-item.small dd text-area {
  height: auto;
}
.modal-item .col-2 {
  padding: 0 0.3125rem;
  line-height: 1.5;
}
.modal-item:last-child {
  border-bottom: 1px solid #DBDBDB;
}

.imgmodal {
  max-width: 480px;
  width: 90%;
  position: fixed;
  z-index: 350;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: -1;
}
.imgmodal.active {
  visibility: visible;
  z-index: 999;
}
.imgmodal .btn-save {
  right: 1.875rem;
  top: 1.875rem;
}
.imgmodal .cr-slider {
  width: 80% !important;
}
.imgmodal .icon-minus {
  position: absolute;
  bottom: 2.5rem;
  transform: translate(0, 50%);
  left: 12%;
  color: #B3B3B3;
}
.imgmodal .icon-plus {
  position: absolute;
  bottom: 2.5rem;
  transform: translate(0, 50%);
  right: 12%;
  color: #B3B3B3;
}

.btn-image-thumb {
  width: 3.75rem;
  height: 3.75rem !important;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.btn-image-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/common/icon-camera.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.btn-image-thumb.image-applied::before {
  display: none;
}
.btn-image-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz-image-thumb {
  border-radius: 0.625rem;
  overflow: hidden;
  margin-right: 0.625rem;
}
.quiz-image-thumb img {
  width: 100%;
}

.imgmodal-background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.modal .cropper-crop-area {
  position: relative;
}
.modal .cropper-crop-area img {
  object-fit: cover;
}

.file-upload-box {
  position: relative;
}
.file-upload-box .label-overlay {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
}
.file-upload-box img {
  width: 100%;
  border-radius: 0.625rem;
  max-width: 18.4375rem;
  width: 100%;
}

/**
 * = header
*/
.header {
  position: relative;
  z-index: 100;
  padding: 0 1.25rem;
}
.header.no-bg .header-wrap {
  background-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .header.no-bg {
    padding: 0;
  }
  .header.no-bg + .navbar-burger {
    right: 0.625rem;
  }
}

.header-wrap {
  width: 100%;
  background-color: #FFF;
  border-radius: 0 0 0.625rem 0.625rem;
  box-shadow: 0 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.03);
  padding: 1.25rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header-wrap {
    padding: 0.9375rem 1.25rem;
  }
}

.header-logo {
  width: auto;
  width: 7.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 6.25rem;
  }
}
@media screen and (max-width: 576px) {
  .header-logo + .header-links {
    display: none;
  }
}

.header-links {
  display: flex;
  align-items: center;
}
.header-links .btn {
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
}
.header-links .transp:hover, .header-links .transp:focus {
  color: #00AFCC;
}
.header-links svg.icon {
  width: 0.9375rem;
  fill: #00BFDF;
}
.header-links img.icon {
  object-fit: cover;
  width: 2.5rem;
  height: 2.5rem;
}

.navdrop {
  display: none;
  position: absolute;
  background-color: transparent;
  top: 100%;
  right: 1.25rem;
  z-index: 5;
  max-width: 18.75rem;
  padding-top: 0.3125rem;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.navdrop.active {
  display: block;
  transition: opacity 0.4s, visibility 0.4s;
}

.navdrop-inner {
  background-color: #FFF;
  padding: 0 1.875rem;
}
.navdrop-inner ul li {
  border-bottom: 1px solid #DBDBDB;
}
.navdrop-inner ul li:last-child {
  border-bottom: none;
}
.navdrop-inner .btn {
  padding: 1.25rem 0;
  font-size: 0.9375rem;
  font-weight: 500;
}
.navdrop-inner .btn .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #F2EFEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navdrop-inner .btn .icon svg {
  width: 0.5rem;
}

.navbar-burger {
  width: 3.25rem;
  height: 3.25rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.125rem 0.9375rem;
  position: absolute;
  z-index: 210;
  right: 1.875rem;
  top: 0;
  display: none;
}
@media screen and (max-width: 576px) {
  .navbar-burger {
    display: flex;
  }
}
.navbar-burger span {
  width: 100%;
  height: 1px;
  background-color: #282828;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
}
.navbar-burger.is-active span {
  overflow: visible;
}
.navbar-burger.is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 0.4375rem;
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 0.5rem;
}

#navbar-menu {
  display: none;
  position: fixed;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  overflow-y: scroll;
  padding: 0.9375rem 0;
  transition: opacity 0.4s, visibility 0.4s;
}
#navbar-menu.is-active {
  display: block;
  opacity: 1;
  transition: opacity 0.4s, visibility 0.4s;
}
#navbar-menu .logo {
  padding: 0 2.5rem;
}
#navbar-menu .logo img {
  width: 6.25rem;
}
#navbar-menu .header-links {
  justify-content: center;
  margin-top: 1.875rem;
  padding: 0.9375rem;
}
#navbar-menu .navdrop-inner {
  padding: 0 1.875rem;
}
#navbar-menu .navdrop-inner ul li:last-child {
  border-bottom: 1px solid #DBDBDB;
}
#navbar-menu .navdrop-inner .btn {
  font-size: 1rem;
}
#navbar-menu .navdrop-inner .btn .icon {
  width: 1.0625rem;
  height: 1.0625rem;
}

/**
 * = Footers
 */
.footer {
  padding: 0 1.25rem 1.875rem;
  margin: 2.5rem 0 0;
  position: sticky;
  z-index: 100;
  top: 100vh;
  width: 100%;
}
.footer .footer-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 1.25rem 1.875rem;
  background-color: #999;
  border-radius: 0.625rem;
}
.footer .footer-nav .btn {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav {
    padding: 1.25rem;
  }
}
.footer ul.menu {
  flex-wrap: nowrap;
  align-items: center;
}
.footer ul.menu .btn {
  white-space: nowrap;
}
.footer ul.menu .btn.transp {
  font-weight: 700;
  padding: 0.9375rem 0.75rem;
}
.footer ul.menu .btn.transp:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1080px) {
  .footer ul.menu {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .footer ul.menu li {
    width: 100%;
  }
  .footer ul.menu .btn.transp {
    padding: 0.375rem 0.3125rem;
  }
}
.footer .ft-info {
  text-align: center;
}
.footer .ft-info .ft-logo {
  margin: 3.125rem auto 2.5rem;
  width: 7.1875rem;
}
@media screen and (max-width: 768px) {
  .footer .ft-info .ft-logo {
    width: 6.25rem;
  }
}
.footer .ft-info p {
  font-size: 0.8125rem;
  font-weight: 700;
}
.footer .ft-copy {
  width: 100%;
  text-align: center;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  color: #B3B3B3;
  margin-top: 1.25rem;
}
.footer.no-bg .footer-nav {
  background-color: transparent;
}
.footer.no-bg .footer-nav .btn {
  color: #282828;
}
@media screen and (max-width: 576px) {
  .footer.no-bg .footer-nav .btn {
    width: 100%;
    text-align: center;
  }
}
.footer.no-bg .ft-info p {
  color: #282828;
}
.footer.no-bg .ft-copy {
  color: rgba(40, 40, 40, 0.5);
}

/**
 * = Sections
 */
.row,
.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .flex-md-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .flex-md-wrap {
    flex-wrap: wrap;
  }
}
.flex-nowrap {
  flex-wrap: nowrap;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-between {
  justify-content: space-between;
}

.col-full {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.ly-row-default {
  margin: -1.25rem -0.625rem;
  display: flex;
}
.ly-row-default .col-full,
.ly-row-default .col-2,
.ly-row-default .col-3,
.ly-row-default .col-4 {
  padding: 1.25rem 0.625rem;
}
.ly-row-default.wide {
  margin: -1.25rem;
  flex-wrap: wrap;
}
.ly-row-default.wide .col-full,
.ly-row-default.wide .col-2,
.ly-row-default.wide .col-3,
.ly-row-default.wide .col-4 {
  padding: 1.25rem;
}
@media screen and (max-width: 768px) {
  .ly-row-default.wide.wide {
    margin: -0.625rem;
  }
  .ly-row-default.wide.wide .col-full,
  .ly-row-default.wide.wide .col-2,
  .ly-row-default.wide.wide .col-3,
  .ly-row-default.wide.wide .col-4 {
    padding: 0.625rem;
  }
  .ly-row-default.wide.wide .col-3,
  .ly-row-default.wide.wide .col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .ly-row-default.wide.wide {
    margin: -0.625rem 0;
  }
  .ly-row-default.wide.wide .col-full,
  .ly-row-default.wide.wide .col-2,
  .ly-row-default.wide.wide .col-3,
  .ly-row-default.wide.wide .col-4 {
    padding: 0.625rem 0;
  }
  .ly-row-default.wide.wide .col-2,
  .ly-row-default.wide.wide .col-3,
  .ly-row-default.wide.wide .col-4 {
    width: 100%;
  }
}
.ly-row-default.has-sidebar {
  justify-content: center;
  margin: 0;
}
.ly-row-default.has-sidebar .left-box {
  width: 28.5%;
  padding-right: 3.125rem;
}
.ly-row-default.has-sidebar .right-box {
  width: 71.5%;
}
@media screen and (max-width: 992px) {
  .ly-row-default.has-sidebar {
    flex-direction: column;
  }
  .ly-row-default.has-sidebar.reverse {
    flex-direction: column-reverse;
  }
  .ly-row-default.has-sidebar.reverse .left-box {
    padding: 2.5rem 0 0;
  }
  .ly-row-default.has-sidebar.reverse .right-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .ly-row-default.has-sidebar.reverse .right-box .btn-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .ly-row-default.has-sidebar .left-box,
  .ly-row-default.has-sidebar .right-box {
    width: 100%;
  }
  .ly-row-default.has-sidebar .left-box {
    padding: 0 0 1.875rem;
  }
}
@media screen and (max-width: 992px) {
  .ly-row-default.has-sidebar.game {
    flex-direction: row;
  }
  .ly-row-default.has-sidebar.game .left-box {
    width: 28.5%;
    padding-right: 1.25rem;
  }
  .ly-row-default.has-sidebar.game .left-box .item {
    width: 100%;
  }
  .ly-row-default.has-sidebar.game .right-box {
    width: 71.5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 992px) {
  .ly-row-default.has-sidebar.game {
    flex-direction: column;
  }
  .ly-row-default.has-sidebar.game .left-box,
  .ly-row-default.has-sidebar.game .right-box {
    width: 100%;
  }
  .ly-row-default.has-sidebar.game .left-box {
    padding-right: 0;
  }
  .ly-row-default.has-sidebar.game .left-box .item .card {
    flex-direction: row;
  }
  .ly-row-default.has-sidebar.game .left-box .item .card-image {
    width: 45%;
  }
  .ly-row-default.has-sidebar.game .left-box .item .description {
    width: calc(55% - 1.25rem);
    padding-left: 1.25rem;
  }
  .ly-row-default.has-sidebar.game .left-box .item .btn-favorit-wrap {
    right: calc(55% + 0.625rem);
  }
}
@media screen and (max-width: 576px) and (max-width: 992px) {
  .ly-row-default.has-sidebar.game .left-box .item .card {
    flex-direction: column;
  }
  .ly-row-default.has-sidebar.game .left-box .item .card-image {
    width: 100%;
  }
  .ly-row-default.has-sidebar.game .left-box .item .description {
    width: calc(100% - 1.25rem);
    padding-left: 0;
  }
  .ly-row-default.has-sidebar.game .left-box .item .btn-favorit-wrap {
    right: 1.25rem;
  }
}
.ly-row-default.knockout {
  margin: 0 0.3125rem;
  flex-wrap: wrap;
}
.ly-row-default.knockout .col-2 {
  padding: 0.3125rem;
}
.ly-row-default.knockout .col-2 .inner {
  height: 100%;
  padding: 0.3125rem 1.25rem 1.25rem;
  border: 0.1875rem solid;
  border-radius: 0.625rem;
  position: relative;
}
@media screen and (max-width: 576px) {
  .ly-row-default.knockout .col-2 .inner {
    padding: 0.3125rem 0.625rem 0.9375rem;
  }
}
.ly-row-default.knockout .col-2:nth-child(1) .inner {
  border-color: #673AB7;
}
.ly-row-default.knockout .col-2:nth-child(1) .num {
  background-color: #673AB7;
}
.ly-row-default.knockout .col-2:nth-child(2) .inner {
  border-color: #F44336;
}
.ly-row-default.knockout .col-2:nth-child(2) .num {
  background-color: #F44336;
}
.ly-row-default.knockout .col-2:nth-child(3) .inner {
  border-color: #4CAF50;
}
.ly-row-default.knockout .col-2:nth-child(3) .num {
  background-color: #4CAF50;
}
.ly-row-default.knockout .col-2:nth-child(4) .inner {
  border-color: #FF9800;
}
.ly-row-default.knockout .col-2:nth-child(4) .num {
  background-color: #FF9800;
}
.ly-row-default.knockout .col-2 .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  border-radius: 0.375rem 0 0.625rem 0;
}

.ly-row-items {
  display: flex;
  flex-wrap: wrap;
  margin: -1.25rem -0.625rem;
}
@media screen and (max-width: 576px) {
  .ly-row-items {
    margin: -0.625rem 0;
  }
}

.ly-row-items .item,
.list-slider .item {
  padding: 1.25rem 0.625rem;
}
@media screen and (max-width: 992px) {
  .ly-row-items .item,
  .list-slider .item {
    width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .ly-row-items .item,
  .list-slider .item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .ly-row-items .item,
  .list-slider .item {
    padding: 0.3125rem;
  }
}
.ly-row-items .card,
.list-slider .card {
  padding: 0.625rem 0.625rem 2.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.ly-row-items .img-main,
.list-slider .img-main {
  aspect-ratio: 295/166;
  border-radius: 0.625rem;
  overflow: hidden;
}
.ly-row-items .img-main img,
.list-slider .img-main img {
  border-radius: 0.625rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.ly-row-items .tag,
.list-slider .tag {
  display: inline-block;
  border-radius: 0.1875rem;
  padding: 0.1875rem 0.625rem;
  font-size: 0.8125rem;
}
.ly-row-items .cat-tags,
.list-slider .cat-tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
}
.ly-row-items .cat-tags li::before,
.list-slider .cat-tags li::before {
  content: "# ";
}
.ly-row-items .data-list,
.list-slider .data-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.1875rem 0;
}
.ly-row-items .data-list dt,
.list-slider .data-list dt {
  background-color: #F2EFEF;
  width: 6.875rem;
  border-radius: 0.1875rem;
  padding: 0 0.9375rem;
}
.ly-row-items .data-list dd,
.list-slider .data-list dd {
  width: calc(100% - 6.875rem);
  padding: 0 0.625rem;
}
.ly-row-items .btn.btn-wb,
.list-slider .btn.btn-wb {
  flex: 1;
}

@media screen and (max-width: 576px) {
  .ly-row-items .h3 {
    font-size: 1.125rem;
  }
  .ly-row-items .user-avatar {
    width: 1.875rem;
    margin-right: 0.3125rem !important;
  }
}
.list-slider .splide__pagination {
  bottom: -0.9375rem;
}
.list-slider .splide__pagination__page {
  opacity: 1;
  background-color: #FFF;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.3125rem;
}
.list-slider .splide__pagination__page.is-active {
  background-color: #00BFDF;
}
.list-slider .card {
  overflow: visible;
}
.list-slider .icon-rec {
  top: -0.3125rem;
  left: 0;
}

.wrapper {
  max-width: calc(980px + 3.75rem);
  width: 100%;
  padding: 0 1.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 1.25rem;
  }
}
.wrapper.small {
  max-width: calc(700px + 3.75rem);
}
.wrapper.medium {
  max-width: calc(1200px + 3.75rem);
}
.wrapper.large {
  max-width: calc(1320px + 3.75rem);
}

.container {
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 4.375rem 0 5rem;
  }
}
.container.top {
  padding-top: 0;
}
.container.bottom {
  padding-bottom: 0;
}

/**
 * = Sidebars
 */
.form-check {
  display: flex;
  justify-content: center;
}
.form-check .form-check-input {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 1.5625rem;
}
.form-check .form-check-input::before, .form-check .form-check-input::after {
  content: "";
  display: block;
  position: absolute;
}
.form-check .form-check-input::before {
  background-color: #FFF;
  border-radius: 0.1875rem;
  border: 1px solid #DBDBDB;
  width: 0.9375rem;
  height: 0.9375rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.form-check .form-check-input::after {
  border-bottom: 0.125rem solid #FFF;
  border-left: 0.125rem solid #FFF;
  opacity: 0;
  height: 0.375rem;
  width: 0.625rem;
  transform: rotate(-45deg);
  top: 0.375rem;
  left: 0.1875rem;
}
.form-check .form-check-input:checked::before {
  background-color: #00BFDF;
  border-color: #00BFDF;
}
.form-check .form-check-input:checked::after {
  opacity: 1;
}

input[type=radio] {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3125rem;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  vertical-align: -0.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio]:checked {
  border-color: #00BFDF;
}

input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #00BFDF;
}

.radio input[type=radio].radio-btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: auto;
  height: auto;
  border: none;
  margin-right: 0;
  vertical-align: auto;
}
.radio input[type=radio].radio-btn:checked::before {
  content: none;
}
.radio input[type=radio].radio-btn:checked + .radio-text::before {
  border-color: #00BFDF;
}
.radio input[type=radio].radio-btn:checked + .radio-text::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 0.6875rem;
  height: 0.6875rem;
  background-color: #00BFDF;
  position: absolute;
  top: 50%;
  left: 0.375rem;
  transform: translateY(-50%);
}
.radio .radio-text {
  padding-left: 1.875rem;
  position: relative;
  cursor: pointer;
}
.radio .radio-text::before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background-color: #FFF;
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.file-field input[type=file] {
  max-width: 230px;
  position: absolute;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  padding-bottom: 30px;
}

.file-field svg {
  cursor: pointer;
}

.datepicker-dropdown {
  z-index: 9999;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  border: 1px solid #DBDBDB;
  background-color: #FFF;
  border-radius: 0.375rem;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.25rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=password]:hover,
input[type=password]:focus,
textarea:hover,
textarea:focus {
  box-shadow: 0 0 0 0.1875rem rgba(179, 179, 179, 0.3);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #B3B3B3;
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
input[type=text]:disabled:hover, input[type=text]:disabled:focus,
input[type=email]:disabled:hover,
input[type=email]:disabled:focus,
input[type=tel]:disabled:hover,
input[type=tel]:disabled:focus,
input[type=password]:disabled:hover,
input[type=password]:disabled:focus,
textarea:disabled:hover,
textarea:disabled:focus {
  box-shadow: none;
}
input[type=text].medium,
input[type=email].medium,
input[type=tel].medium,
input[type=password].medium,
textarea.medium {
  padding: 0.9375rem;
}
input[type=text].small,
input[type=email].small,
input[type=tel].small,
input[type=password].small,
textarea.small {
  padding: 0.625rem 1.25rem;
}
input[type=text].left,
input[type=email].left,
input[type=tel].left,
input[type=password].left,
textarea.left {
  border-radius: 0.375rem 0 0 0.375rem;
}
input[type=text].no-border,
input[type=email].no-border,
input[type=tel].no-border,
input[type=password].no-border,
textarea.no-border {
  padding: 0;
}
input[type=text].no-border:hover, input[type=text].no-border:focus,
input[type=email].no-border:hover,
input[type=email].no-border:focus,
input[type=tel].no-border:hover,
input[type=tel].no-border:focus,
input[type=password].no-border:hover,
input[type=password].no-border:focus,
textarea.no-border:hover,
textarea.no-border:focus {
  box-shadow: none;
}

.search-form-wrap {
  margin: 0 1.25rem;
  padding: 3.125rem 0 3.75rem;
}
.search-form-wrap .wrapper {
  max-width: calc(860px + 3.75rem);
}

.search-form {
  position: relative;
}

input[type=text].search-input {
  border: none;
  padding: 1.5625rem 0.9375rem 1.5625rem 4.375rem;
  border-radius: 2.1875rem;
}

input[type=submit].search-button {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.375rem;
  height: 100%;
  background: url(../images/common/icon-search.svg) no-repeat center;
  border: none;
  outline: none;
}

.tag-title {
  width: 6.25rem;
}
@media screen and (max-width: 768px) {
  .tag-title {
    width: 100%;
    margin: 0 0 0.625rem;
  }
}

.keyword-tags li {
  margin: 0.125rem 0.5rem 0.125rem 0;
}
.keyword-tags .btn-small {
  padding: 0.375rem 0.625rem;
  font-weight: 400;
  color: #282828;
  font-size: 0.9375rem;
  line-height: 1;
  box-shadow: none;
}
.keyword-tags .btn-small:hover, .keyword-tags .btn-small:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #282828;
}

.w-auto {
  width: auto !important;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-30 {
  width: 30% !important;
}

.w-110 {
  width: 6.875rem !important;
}

.w-120 {
  width: 7.5rem !important;
}

.w-150 {
  width: 9.375rem !important;
}

.mw-100 {
  max-width: 6.25rem !important;
}

.mw-150 {
  max-width: 9.375rem !important;
}

.mw-170 {
  max-width: 10.625rem !important;
}

.mw-200 {
  max-width: 12.5rem !important;
}

.mw-390 {
  max-width: 24.375rem !important;
}

.mw-430 {
  max-width: 26.875rem !important;
}

.mw-480 {
  max-width: 30rem !important;
}

@media screen and (max-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
.h-auto {
  height: auto;
}

.h-100 {
  height: 100%;
}

.min-h-60 {
  min-height: 3.75rem;
}

.line-height-50 {
  line-height: 3.125rem;
}

.line-height-60 {
  line-height: 3.75rem;
}

.line-height-70 {
  line-height: 4.375rem;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-5 {
  margin-left: 0.3125rem !important;
  margin-right: 0.3125rem !important;
}

.mx-10 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.mx-15 {
  margin-left: 0.9375rem !important;
  margin-right: 0.9375rem !important;
}

.mx-20 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-30 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-25 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 0.3125rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-25 {
  margin-bottom: 1.5625rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-50 {
  margin-bottom: 2.5rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 0.3125rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-15 {
  margin-top: 0.9375rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.ms-5 {
  margin-left: 0.3125rem !important;
}

.ms-10 {
  margin-left: 0.625rem !important;
}

.ms-15 {
  margin-left: 0.9375rem !important;
}

.ms-20 {
  margin-left: 1.25rem !important;
}

.ms-25 {
  margin-left: 1.5625rem !important;
}

.ms-30 {
  margin-left: 1.875rem !important;
}

.ms-40 {
  margin-left: 2.5rem !important;
}

.me-5 {
  margin-right: 0.3125rem !important;
}

.me-10 {
  margin-right: 0.625rem !important;
}

.me-15 {
  margin-right: 0.9375rem !important;
}

.me-20 {
  margin-right: 1.25rem !important;
}

.me-25 {
  margin-right: 1.5625rem !important;
}

.me-30 {
  margin-right: 1.875rem !important;
}

.me-40 {
  margin-right: 2.5rem !important;
}

.p-5 {
  padding: 0.3125rem !important;
}

.p-10 {
  padding: 0.625rem !important;
}

.p-15 {
  padding: 0.9375rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-5 {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}

.px-10 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-15 {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

.px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

.px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pb-15 {
  padding-bottom: 0.9375rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-25 {
  padding-bottom: 1.5625rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

.pt-15 {
  padding-top: 0.9375rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-25 {
  padding-top: 1.5625rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.ps-5 {
  padding-left: 0.3125rem !important;
}

.ps-10 {
  padding-left: 0.625rem !important;
}

.ps-15 {
  padding-left: 0.9375rem !important;
}

.ps-20 {
  padding-left: 1.25rem !important;
}

.pe-5 {
  padding-right: 0.3125rem !important;
}

.pe-10 {
  padding-right: 0.625rem !important;
}

.pe-15 {
  padding-right: 0.9375rem !important;
}

.pe-20 {
  padding-right: 1.25rem !important;
}

@media screen and (max-width: 768px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
}
.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.position-fixed {
  position: fixed;
}

.spacing-normal {
  letter-spacing: normal;
}

.no-border {
  border: none !important;
}

.border-1 {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid #DBDBDB;
}

.border-bottom {
  border-bottom: 1px solid #DBDBDB;
}

.border-wb {
  border-color: #85D4DD !important;
}

.border-blk {
  border-color: #282828 !important;
}

.border-orange {
  border-color: #FBAB34;
}

.border-red {
  border-color: #C50000;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-radius-small {
  border-radius: 0.1875rem !important;
}

.border-radius-medium {
  border-radius: 0.375rem !important;
}

.border-radius-large {
  border-radius: 0.625rem !important;
}

.border-radius-50 {
  border-radius: 50% !important;
}

.icon {
  width: 0.9375rem;
}
.icon.xs {
  width: 0.75rem;
}
.icon.md {
  width: 1.25rem;
}
.icon.lg {
  width: 1.875rem;
}
.icon.xl {
  width: 3.75rem;
}

.nowrap {
  white-space: nowrap;
}

.text-wrap {
  white-space: wrap;
}

.line-height-1 {
  line-height: 1 !important;
}

.is-clickable {
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.aspect-16_9 {
  aspect-ratio: 16/9;
}