@charset "UTF-8";
/* ------------------------------------------------------------------------------
 reset
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family:
    "M PLUS 1", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Arial,
    Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #0d0d0d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

ul,
ol,
li {
  list-style: none;
}

dt {
  font-weight: 800;
}

dd {
  margin-left: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  transition: 0.3s ease;
}

a:hover {
  opacity: 0.5;
}

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

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

button:hover,
button:focus,
button:focus-visible,
button:active {
  outline: none;
  border: none;
  box-shadow: none;
}

hr {
  border: none;
}

i {
  font-style: normal;
}

@media screen and (max-width: 391px) {
  body {
    font-size: calc(14 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
 common
-------------------------------------------------------------------------------*/
.qx-u-fw-400 {
  font-weight: 400;
}

.qx-u-fw-500 {
  font-weight: 500;
}

.qx-u-fw-600 {
  font-weight: 600;
}

.qx-u-fw-700 {
  font-weight: 700;
}

.qx-u-fw-800 {
  font-weight: 800;
}

.qx-uunderline {
  text-decoration: underline;
}

.qx-u-align-left {
  text-align: left !important;
}

.qx-u-align-center {
  text-align: center !important;
}

.qx-u-align-right {
  text-align: right !important;
}

.qx-font-size-10 {
  font-size: 10px;
}

.qx-font-size-11 {
  font-size: 11px;
}

.qx-font-size-12 {
  font-size: 12px;
}

.qx-font-size-13 {
  font-size: 13px;
}

.qx-font-size-14 {
  font-size: 14px;
}

.qx-font-size-15 {
  font-size: 15px;
}

.qx-font-size-16 {
  font-size: 16px;
}

.qx-u-pc-none {
  display: none !important;
}

.qx-u-sp-none {
  display: block !important;
}

.qx-u-sp-inline-none {
  display: inline-block !important;
}

.qx-u-mt-10 {
  margin-top: 10px;
}

.qx-note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 2px;
}

.qx-note--small li {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 2px;
}

.qx-note--list {
  text-indent: -1em;
  padding-left: 1em;
}

.qx-card__title {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  margin-bottom: 15px;
}

.qx-card__title span {
  display: block;
  color: #144394;
  font-weight: 800;
  font-size: 20px;
}

.qx-u-link,
.qx-u-link-anchor {
  border-bottom: 1px solid;
  position: relative;
}

.qx-u-link::after,
.qx-u-link-anchor::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
}

.qx-u-link {
  color: #015ec5;
}

.qx-u-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(110%, -50%) rotate(45deg);
}

.qx-u-link-anchor::after {
  transform: rotate(135deg);
  margin-bottom: 3px;
  margin-left: 3px;
}

.qx-u-cta-btn + .qx-u-cta-btn {
  margin-top: 10px;
}

.qx-u-cta-btn a {
  display: inline-block;
  position: relative;
}

.qx-u-cta-btn--selectLab {
  position: absolute;
  top: -10px;
  right: 13px;
}

.qx-u-cta-btn--select,
.qx-u-cta-btn--minion {
  box-shadow: 0 4px 15px rgba(37, 33, 45, 0.3);
  border-radius: 10px;
}

.main {
  background-color: #006ece;
  background-image:
    radial-gradient(circle, #197cd3 4px, transparent 4px),
    radial-gradient(circle, #197cd3 4px, transparent 4px);
  background-size: 26px 26px;
  background-position:
    0 0,
    13px 13px;
}
.o-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
  width: 100%;
}
.main {
  padding-top: 72px;
}
@media screen and (max-width: 1300px) {
  .o-header {
    position: fixed;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 50px;
  }
}

@media screen and (max-width: 391px) {
  .qx-font-size-10 {
    font-size: calc(10 / 390 * 100vw);
  }
  .qx-font-size-11 {
    font-size: calc(11 / 390 * 100vw);
  }
  .qx-font-size-12 {
    font-size: calc(12 / 390 * 100vw);
  }
  .qx-font-size-13 {
    font-size: calc(13 / 390 * 100vw);
  }
  .qx-font-size-14 {
    font-size: calc(14 / 390 * 100vw);
  }
  .qx-font-size-15 {
    font-size: calc(15 / 390 * 100vw);
  }
  .qx-font-size-16 {
    font-size: calc(16 / 390 * 100vw);
  }
  .qx-u-mt-10 {
    margin-top: calc(10 / 390 * 100vw);
  }
  .qx-note li {
    margin-top: calc(2 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
  .qx-note--small li {
    margin-top: calc(2 / 390 * 100vw);
    font-size: calc(10 / 390 * 100vw);
  }
  .qx-card__title {
    font-size: calc(18 / 390 * 100vw);
    padding-bottom: calc(10 / 390 * 100vw);
    border-bottom: calc(2 / 390 * 100vw) solid;
    margin-bottom: calc(15 / 390 * 100vw);
  }
  .qx-card__title span {
    font-size: calc(20 / 390 * 100vw);
  }
  .qx-u-link::after {
    width: calc(6 / 390 * 100vw);
    height: calc(6 / 390 * 100vw);
    border-width: 1px 1px 0 0;
  }
  .qx-u-link-anchor::after {
    margin-bottom: calc(3 / 390 * 100vw);
    margin-left: calc(3 / 390 * 100vw);
  }
  .qx-u-cta-btn + .qx-u-cta-btn {
    margin-top: calc(10 / 390 * 100vw);
  }
  .qx-u-cta-btn--selectLab {
    top: -calc(2.5641vw);
    right: calc(13 / 390 * 100vw);
  }
  .qx-u-cta-btn--minion {
    box-shadow: 0 calc(4 / 390 * 100vw) calc(15 / 390 * 100vw)
      rgba(37, 33, 45, 0.3);
    border-radius: calc(10 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
フレーム
-------------------------------------------------------------------------------*/
.qx-o-section__container {
  margin-inline: 20px;
}

.qx-main__contents {
  width: 462px;
  padding: 0 36px;
  margin: 0 auto;
  background:
    url(/-/media/AeonCard/campaign/lp/minions/20260619/images/main-bg.svg) left
      top repeat-y,
    url(/-/media/AeonCard/campaign/lp/minions/20260619/images/main-bg.svg) right
      top repeat-y,
    #fff;
}

@media screen and (max-width: 462px) {
  .qx-main__contents {
    padding: 0;
    background: #fff;
    width: calc(390 / 390 * 100vw);
  }
}

@media screen and (max-width: 391px) {
  .qx-o-section__container {
    margin-inline: calc(20 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
ハンバーグメニュー
-------------------------------------------------------------------------------*/

.no-scroll {
  overflow: hidden;
}

.hamburger-menu__contents {
  position: fixed;
  left: 27px;
  right: auto;
  width: 390px;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 15px 22px rgba(44, 61, 138, 0.2);
  z-index: 3;
  transition:
    0.3s ease-in-out transform,
    0.3s ease-in-out opacity,
    0.3s ease-in-out visibility;
}
.hamburger-menu__contents a {
  color: #0f0f0f;
  display: block;
}
.hamburger-menu__contents-inner {
  padding: 10px 20px 30px;
}
.hamburger-menu__list__link {
  margin: 0;
  padding: 15px 0;
  border-bottom: 2px solid #0f0f0f;
  width: 100%;
  position: relative;
}
.hamburger-menu__list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(/-/media/aeoncard/campaign/lp/minions/20260619/images/menu-arrow-pc.svg)
    center center/contain no-repeat;
}
.hamburger-menu__list__link.qx-js-menu-pc-active {
  color: #005eb0;
}
.hamburger-menu__list__link.qx-js-menu-pc-active::after {
  background: url(/-/media/aeoncard/campaign/lp/minions/20260619/images/menu-arrow-pc-active.svg)
    center center/contain no-repeat;
}
.hamburger-menu__list__sublink {
  padding: 15px 0;
  border-bottom: 2px solid #d6d6d6;
  position: relative;
  margin-left: 20px;
}
.hamburger-menu__list__sublink.qx-js-menu-pc-active {
  opacity: 0.5;
}
.hamburger-menu__list__sublink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 7px;
  height: 11px;
  transform: translateY(-50%);
  background: url(/-/media/aeoncard/campaign/lp/minions/20260619/images/menu-arrow02-pc.svg)
    center center/contain no-repeat;
}
.hamburger-menu__list__link {
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: relative;
  color: #0d0d0d;
}
.hamburger-menu__list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(/-/media/aeoncard/campaign/lp/minions/20260619/images/menu-arrow-pc.svg)
    no-repeat center center/contain;
}
@media screen and (min-width: 1301px) {
  .qx-js-menu-pc {
    position: fixed;
    right: 20px;
    z-index: 100;
    height: 555px;
  }
  .hamburger-menu__contents {
    position: fixed;
    /* top: 122px; */
    left: 27px;
    right: auto;
    width: 390px;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 15px 22px rgba(44, 61, 138, 0.2);
    z-index: 3;
    transition:
      0.3s ease-in-out transform,
      0.3s ease-in-out opacity,
      0.3s ease-in-out visibility;
    border-radius: 10px;
    border: 3px solid #022f76;
  }
  .hamburger-menu__icon {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  #hamburger-menu img {
    max-width: 100%;
  }

  #hamburger-menu.is-hidden .hamburger-menu__icon,
  #hamburger-menu.is-hidden .hamburger-menu__contents {
    display: none;
  }

  .hamburger-menu__btn {
    position: fixed;
    top: 17px;
    right: 96px;
    width: auto;
    height: 44px;
    z-index: 1002;
  }

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

  .hamburger-menu__icon {
    position: fixed;
    top: 11px;
    right: 25px;
    width: 56px;
    height: 56px;
    background-color: #2c3e8a;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1002;
    overflow: hidden;
  }

  .hamburger-menu__icon::before {
    content: "";
    position: fixed;
    top: 11px;
    right: 25px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 98;
    box-shadow: 0 15px 22px rgba(44, 61, 138, 0.2);
    transition: 0.2s;
  }

  .hamburger-menu__icon::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 3px;
    width: 20px;
    height: 20px;
    background-color: #2c3e8a;
    transform: rotate(45deg);
    transition: 0.2s;
  }

  .hamburger-menu__icon__title {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    transition: 0.3s ease-out;
  }

  .hamburger-menu__icon__line {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 34px;
    height: 3px;
    background: #fff;
    transition: 0.5s ease-out;
  }

  .hamburger-menu__icon__line.second {
    top: 40px;
  }

  .is-active .hamburger-menu__contents {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .hamburger-menu__contents {
    position: fixed;
    top: 3px;
    right: 0;
    left: auto;
    width: 390px;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 15px 22px rgba(44, 61, 138, 0.2);
    z-index: 1001;
    transform: translateX(375px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      0.3s ease-in-out transform,
      0.3s ease-in-out opacity,
      0.3s ease-in-out visibility;
  }

  .hamburger-menu__contents-inner {
    padding: 0 20px 40px;
    margin-top: 72px;
    border-top: 3px solid #2c3e8a;
  }
}

@media screen and (max-width: 768px) {
  .hamburger-menu__btn {
    top: 7px;
    right: 57px;
    height: 36px;
  }
  .hamburger-menu__icon {
    top: 4px;
    right: 8px;
    transform: scale(0.75);
    transform-origin: top right;
  }
  .hamburger-menu__icon::before {
    top: 7px;
    right: 15px;
  }
  .hamburger-menu__contents-inner {
    margin-top: 50px;
  }
}

@media screen and (max-width: 391px) {
  .hamburger-menu__contents {
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%;
  }
  .hamburger-menu__contents::-webkit-scrollbar {
    width: 4px;
  }
  .hamburger-menu__contents::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
  }
  .hamburger-menu__contents::-webkit-scrollbar-track-piece::start,
  .hamburger-menu__contents::-webkit-scrollbar-track-piece::end {
    background-color: #f2f2f2;
  }
  .hamburger-menu__list__link {
    font-size: calc(17 / 390 * 100vw);
  }
  .hamburger-menu__list__item {
    padding: calc(10 / 390 * 100vw);
  }
  .hamburger-menu__contents-inner {
    margin-top: 50px;
    padding: 0 calc(20 / 390 * 100vw) calc(40 / 390 * 100vw);
  }
  .hamburger-menu__list__link::after {
    width: calc(24 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
  }
  .hamburger-menu__list__sublink::after {
    right: calc(7 / 390 * 100vw);
    width: calc(7 / 390 * 100vw);
    height: calc(11 / 390 * 100vw);
  }
}

@media screen and (max-width: 350px) {
  .hamburger-menu__btn {
    top: 12px;
    right: 53px;
    height: 27px;
  }
  .hamburger-menu__icon {
    right: 6px;
  }
}

/* ------------------------------------------------------------------------------
追従
-------------------------------------------------------------------------------*/

.announcement {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  max-height: 320px;
}

.pagetop-btn {
  margin-top: 40px;
  display: none;
  text-align: right;
}

.announcement-box {
  max-width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.announcement-box img {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(37, 33, 45, 0.3);
}

.announcement-pc1300 {
  display: inline-block;
}

.announcement-sp1300 {
  display: none;
}

@media screen and (max-width: 1300px) {
  .announcement {
    max-height: none;
  }
  .announcement-pc1300 {
    display: none;
  }
  .announcement-sp1300 {
    display: inline-block;
  }
  .announcement {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    transform: none;
    z-index: 100;
  }
  .announcement-wrap {
    position: fixed;
    z-index: 999;
    right: 0px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: rgba(37, 33, 45, 0.75);
    text-align: center;
    bottom: 0px !important;
    width: 100%;
  }
  .pagetop-btn {
    position: absolute;
    right: 10px;
    bottom: 110px;
  }
  .announcement-box {
    flex-direction: row;
    max-width: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    gap: 5px;
    padding: 10px 5px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop-btn {
    margin: 0;
    width: 25vw;
  }
}

@media screen and (max-width: 391px) {
  .pagetop-btn {
    bottom: calc(90 / 390 * 100vw);
  }
  .pagetop-btn img {
    width: calc(116 / 390 * 100vw);
  }
  .announcement-box {
    max-width: calc(390 / 390 * 100vw);
    gap: calc(5 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(5 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
タブ
-------------------------------------------------------------------------------*/
.qx-js-tab__content {
  display: none;
}

.qx-js-tabs {
  cursor: pointer;
}

/* ------------------------------------------------------------------------------
Modal
-------------------------------------------------------------------------------*/
.modal__overlay {
  display: block;
  z-index: 99999;
}

.modal__container {
  padding: 50px 20px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(37, 33, 45, 0.3);
  overflow: hidden;
  top: 0;
  max-width: 350px;
  max-height: 80vh;
  margin: 10vh auto;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}

.modal_closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/-/media/AeonCard/campaign/lp/minions/20260619/images/icon-modal-close.svg)
    center/contain no-repeat;
}

[data-micromodal-trigger] {
  cursor: pointer;
}

[data-micromodal-trigger]:hover,
.modal_closeBtn:hover {
  transition: 0.3s ease;
  opacity: 0.5;
}

@media screen and (max-width: 391px) {
  .modal__container {
    padding: calc(50 / 390 * 100vw) calc(20 / 390 * 100vw)
      calc(25 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
    box-shadow: 0 calc(4 / 390 * 100vw) calc(15 / 390 * 100vw)
      rgba(37, 33, 45, 0.3);
    max-width: calc(350 / 390 * 100vw);
  }

  .modal_closeBtn {
    top: calc(10 / 390 * 100vw);
    right: calc(10 / 390 * 100vw);
    width: calc(30 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
  }
}

/*---------------------------------------------------
    カルテ
----------------------------------------------------*/
.cautionText {
  color: #f60000;
}

.rule__container {
  background-color: #f2f2f2;
  padding: 40px 0 50px;
}

.rule__contents {
  width: 100%;
  margin-bottom: 40px;
}

.rule__title {
  background-color: #808080;
  color: #fff;
  padding: 11px 20px;
  font-size: 18px;
  line-height: 1;
}

.rule__texts {
  padding-top: 20px;
}

.rule__text {
  margin-bottom: 20px !important;
}

.rule__list {
  margin-bottom: 20px;
}

.rule__list li,
.rule__list--no-space li,
.rule__caution li,
.rule__caution--no-space li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 4px;
}

.rule__list-num li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 4px;
}

.rule__caution li,
.rule__caution--no-space li {
  font-size: 12px;
}

.rule__caution--no-space {
  margin-bottom: 0;
}

.rule__caution {
  margin-bottom: 20px;
}

.rule_underline {
  text-decoration: underline;
}

.rule__definition {
  font-weight: 800;
}

.rule__link {
  color: #015ec5;
  border-bottom: 1px solid;
}

.table_sp_overflow table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.c-table {
  min-width: 80%;
}

.c-table th,
.c-table td {
  font-size: 12px;
  border: 1px solid #707070;
}

.table_sp_overflow td,
.table_sp_overflow th {
  width: 150px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  padding: 5px;
}

.table_sp_overflow td {
  text-align: center;
}

.table_sp_overflow th:first-child,
.table_sp_overflow td:first-child {
  text-align: left;
}

.table_sp_overflow th:first-child,
.table_sp_overflow td:first-child {
  background-color: #d0d0d0;
}

.table_sp_overflow th:first-child,
.table_sp_overflow td:first-child {
  position: sticky;
  left: 0;
  right: 0px;
  width: 100px;
}

.table_sp_overflow th:first-child {
  z-index: 1;
}

.table_sp_overflow table tr > th:first-of-type {
  width: 160px;
}

.table_sp_overflow th:first-child,
.table_sp_overflow td:first-child {
  background-color: #d0d0d0;
}

.scroll-hint-icon {
  z-index: 999;
}

.rule__acd-title {
  background-color: #4553a3;
  padding: 10px 50px 10px 10px;
  color: #fff;
  position: relative;
  margin-top: 25px;
}

.rule__acd-title .accordion-icon {
  background: url("/-/media/AeonCard/campaign/lp/minions/20260619/images/icon_line_open_white.png")
    center/contain no-repeat;
  right: 25px;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rule__acd-title.-isActive .accordion-icon {
  background-image: url("/-/media/AeonCard/campaign/lp/minions/20260619/images/icon_line_white.png");
}

.rule__acd-content {
  border: 1px solid #4553a3;
  background-color: #ffffff;
  padding: 20px 20px 40px;
  display: none;
}

.tos_campaign-number-container {
  display: flex;
  justify-content: flex-end;
}

.tos_campaign-number {
  padding: 4px 10px;
  font-size: 16px;
  border: 1px solid #0d0d0d;
}

@media screen and (max-width: 391px) {
  .rule__container {
    padding: calc(40 / 390 * 100vw) 0 calc(50 / 390 * 100vw);
  }
  .rule__container p {
    font-size: calc(14 / 390 * 100vw);
  }
  .rule__contents {
    margin-bottom: calc(40 / 390 * 100vw);
  }
  .rule__title {
    padding: calc(11 / 390 * 100vw) calc(20 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
  .rule__texts {
    padding-top: calc(20 / 390 * 100vw);
  }
  .rule__text {
    margin-bottom: calc(20 / 390 * 100vw) !important;
  }
  .rule__list {
    margin-bottom: calc(20 / 390 * 100vw);
  }
  .rule__caution--no-space li {
    margin-top: calc(4 / 390 * 100vw);
  }
  .rule__caution--no-space li {
    font-size: calc(12 / 390 * 100vw);
  }
  .rule__caution {
    margin-bottom: calc(20 / 390 * 100vw);
  }
  .c-table td {
    font-size: calc(12 / 390 * 100vw);
    border: 1px solid #707070;
  }
  .table_sp_overflow th {
    width: calc(150 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
    padding: calc(5 / 390 * 100vw);
  }
  .table_sp_overflow td:first-child {
    right: 0px;
    width: calc(100 / 390 * 100vw);
  }
  .table_sp_overflow table tr > th:first-of-type {
    width: calc(160 / 390 * 100vw);
  }
  .rule__acd-title {
    padding: calc(10 / 390 * 100vw) calc(50 / 390 * 100vw)
      calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
    margin-top: calc(25 / 390 * 100vw);
  }
  .rule__acd-title .accordion-icon {
    right: calc(25 / 390 * 100vw);
    width: calc(12 / 390 * 100vw);
    height: calc(12 / 390 * 100vw);
  }
  .rule__acd-content {
    border: 1px solid #4553a3;
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw)
      calc(40 / 390 * 100vw);
  }
  .tos_campaign-number {
    padding: calc(4 / 390 * 100vw) calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    border: 1px solid #0d0d0d;
  }
}

/*---------------------------------------------------
accordion
----------------------------------------------------*/
.qx-attention-accordion .accordion-item {
  border-radius: 10px;
  background: #fff;
}

.qx-attention-accordion .accordion-title {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px solid;
}

.qx-attention-accordion .accordion-title {
  text-align: center;
}

.qx-attention-accordion .accordion-icon {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 20px;
  background: #0d0d0d;
  height: 10px;
  width: 10px;
  background: url("/-/media/AeonCard/campaign/lp/minions/20260619/images/accordion-open.svg")
    center no-repeat;
}

.qx-attention-accordion .-isActive .accordion-icon {
  background: url("/-/media/AeonCard/campaign/lp/minions/20260619/images/accordion-close.svg")
    center no-repeat;
}

.qx-attention-accordion .qx-js-accordion-body {
  display: none;
}

.qx-attention-accordion .qx-js-accordion-body.-open {
  display: block;
}

.qx-attention-accordion .accordion-body-inner {
  padding: 10px 20px;
}

@media screen and (max-width: 391px) {
  .qx-attention-accordion .accordion-item {
    border-radius: calc(10 / 390 * 100vw);
  }
  .qx-attention-accordion .accordion-title {
    padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
    border-bottom: 1px solid;
  }
  .qx-attention-accordion .accordion-icon {
    right: calc(15 / 390 * 100vw);
    padding-right: calc(20 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
    width: calc(10 / 390 * 100vw);
  }
  .qx-attention-accordion .accordion-body-inner {
    padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
KV
-------------------------------------------------------------------------------*/
.qx-kv {
  padding-bottom: 35px;
  background:
    url(/-/media/AeonCard/campaign/lp/minions/20260619/images/kv-bg-star.png)
      center 70px no-repeat,
    #fcd135;
  overflow: hidden;
  padding-top: 72px;
}

@media screen and (min-width: 1301px) {
  .qx-kv {
    padding-top: 0;
  }
}

.qx-kv__title {
  text-align: center;
}

.qx-kv__title img {
  max-width: 335px;
}

.qx-kv__btn {
  margin-bottom: 10px;
}

.qx-kv__btn img {
  box-shadow: 0 5px 5px #c1a029;
  border-radius: 10px;
}

.qx-kv__top {
  margin-top: 20px;
  text-align: right;
}

.qx-kv__top img {
  max-width: 138px;
}

.qx-kv__text {
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  margin-block: 12px;
}

.qx-kv__card {
  text-align: center;
  margin-bottom: 25px;
}

.qx-kv__card img {
  max-width: 300px;
  border-radius: 10px;
  width: 100%;
  box-shadow:
    0 4px 4px rgba(0, 0, 0, 0.2),
    0 2px 2px rgba(252, 209, 53, 0.2);
}

.qx-kv__line {
  margin-block: 50px 30px;
  height: 1px;
  background: #6f6f6f;
}

.qx-kv__bottom {
  max-width: 300px;
  margin-inline: auto;
  margin-bottom: 10px;
}

.qx-kv__entry-title {
  margin-bottom: 25px;
}

.qx-kv__entry-text {
  font-size: 10px;
  text-align: center;
  margin-block: 10px 20px;
}

.qx-kv__entry-text a {
  color: #0d0d0d;
}

@media screen and (max-width: 1300px) {
  .qx-kv {
    padding-top: 0;
  }
}

@media screen and (max-width: 391px) {
  .qx-kv {
    padding-bottom: calc(35 / 390 * 100vw);
    background:
      url(/-/media/AeonCard/campaign/lp/minions/20260619/images/kv-bg-star.png)
        center calc(70 / 390 * 100vw) no-repeat,
      #fcd135;
  }
  .qx-kv__title img {
    max-width: calc(335 / 390 * 100vw);
  }
  .qx-kv__btn {
    margin-bottom: calc(10 / 390 * 100vw);
  }
  .qx-kv__btn img {
    box-shadow: 0 calc(5 / 390 * 100vw) calc(5 / 390 * 100vw) #c1a029;
    border-radius: calc(10 / 390 * 100vw);
  }
  .qx-kv__top {
    margin-top: calc(20 / 390 * 100vw);
  }
  .qx-kv__top img {
    max-width: calc(138 / 390 * 100vw);
  }
  .qx-kv__text {
    font-size: calc(15 / 390 * 100vw);
    margin-block: calc(12 / 390 * 100vw);
  }
  .qx-kv__card {
    margin-bottom: calc(25 / 390 * 100vw);
  }
  .qx-kv__card img {
    max-width: calc(300 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
    box-shadow:
      0 calc(4 / 390 * 100vw) calc(4 / 390 * 100vw) rgba(0, 0, 0, 0.2),
      0 calc(2 / 390 * 100vw) calc(2 / 390 * 100vw) rgba(252, 209, 53, 0.2);
  }
  .qx-kv__line {
    margin-block: calc(50 / 390 * 100vw) calc(30 / 390 * 100vw);
    height: 1px;
  }
  .qx-kv__bottom {
    max-width: calc(300 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
  }
  .qx-kv__entry-title {
    margin-bottom: calc(25 / 390 * 100vw);
  }
  .qx-kv__entry-text {
    font-size: calc(10 / 390 * 100vw);
    margin-block: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
qx-cinema
-------------------------------------------------------------------------------*/
.qx-cinema {
  position: relative;
  padding-block: 50px 70px;
  background:
    url(/-/media/AeonCard/campaign/lp/minions/20260619/images/cinema-bg-flowers.png)
      center top no-repeat,
    #6bb2f4;
}

.qx-cinema__minions {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 75px;
}

.qx-cinema__title {
  text-align: center;
  margin-bottom: 25px;
}

.qx-cinema__title div {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.qx-cinema__title img {
  width: 100%;
}

.qx-cinema__card {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(37, 33, 45, 0.3);
  overflow: hidden;
  background: #fff;
}

.qx-cinema__card ul {
  padding: 20px 20px 20px 50px;
}

.qx-cinema__card ul li {
  line-height: 1.7;
  font-weight: 700;
}

.qx-cinema__card p {
  padding: 30px 38px;
  font-size: 18px;
  font-weight: 800;
}

.qx-cinema__card p span {
  color: #194ba2;
  font-weight: 800;
  font-size: 24px;
}

.qx-cinema__arrow {
  text-align: center;
  margin-block: 10px;
}

@media screen and (max-width: 391px) {
  .qx-cinema {
    padding-block: calc(50 / 390 * 100vw) calc(70 / 390 * 100vw);
  }
  .qx-cinema__minions {
    right: calc(20 / 390 * 100vw);
    width: calc(75 / 390 * 100vw);
  }
  .qx-cinema__title {
    margin-bottom: calc(25 / 390 * 100vw);
  }
  .qx-cinema__title div {
    font-size: calc(20 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
  }
  .qx-cinema__card {
    border-radius: calc(10 / 390 * 100vw);
    box-shadow: 0 calc(4 / 390 * 100vw) calc(15 / 390 * 100vw)
      rgba(37, 33, 45, 0.3);
  }
  .qx-cinema__card ul {
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw)
      calc(20 / 390 * 100vw) calc(50 / 390 * 100vw);
  }
  .qx-cinema__card p {
    padding: calc(30 / 390 * 100vw) calc(38 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
  .qx-cinema__arrow {
    margin-block: calc(10 / 390 * 100vw);
  }
  .qx-cinema__card p span {
    font-size: calc(24 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
qx-cheaper
-------------------------------------------------------------------------------*/
.qx-cheaper {
  padding-block: 75px 30px;
  background:
    url(/-/media/AeonCard/campaign/lp/minions/20260619/images/cheaper-bg-wave.png)
      center top/100% auto no-repeat,
    repeating-linear-gradient(
      45deg,
      #e4e4e4 0,
      #e4e4e4 10px,
      rgba(228, 228, 228, 0.7) 10px,
      rgba(228, 228, 228, 0.7) 20px
    );
}

.qx-cheaper__h2 {
  text-align: center;
  margin-bottom: 25px;
}

.qx-cheaper__h2 img {
  max-width: 250px;
  width: 100%;
}

.qx-cheaper_item {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(37, 33, 45, 0.3);
  overflow: hidden;
}

.qx-cheaper_item + .qx-cheaper_item {
  margin-top: 15px;
}

.qx-cheaper__card {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(37, 33, 45, 0.3);
  overflow: hidden;
  background: #fff;
  padding: 20px;
  margin-top: 25px;
}

.qx-cheaper__lead-text,
.qx-cheaper__lead-text02 {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
}

.qx-cheaper__lead-text {
  text-align: center;
}

.qx-cheaper__confirm {
  background: #f8f8f8;
  padding: 20px;
}

.qx-cheaper__confirm-list {
  font-size: 12px;
  margin-top: 15px;
}

.qx-cheaper__confirm-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}

.qx-cheaper__confirm-list li img {
  margin-right: 10px;
  width: 30px;
}

.qx-cheaper__h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.qx-cheaper__line {
  height: 1px;
  background: #6f6f6f;
  margin-block: 20px;
}

.qx-cheaper__btn-purchase {
  text-align: center;
  margin-block: 10px 8px;
}

.qx-cheaper__btn-purchase img {
  max-width: 230px;
  box-shadow: 0 4px 15px rgba(37, 33, 45, 0.3);
  border-radius: 25px;
}

.qx-purchase {
  margin-top: 35px;
}

#purchase-method .qx-cheaper__lead-text {
  text-align: left;
}

@media screen and (max-width: 391px) {
  .qx-cheaper {
    padding-block: calc(75 / 390 * 100vw) calc(30 / 390 * 100vw);
    background:
      url(/-/media/AeonCard/campaign/lp/minions/20260619/images/cheaper-bg-wave.png)
        center top/100% auto no-repeat,
      repeating-linear-gradient(
        45deg,
        #e4e4e4 0,
        #e4e4e4 calc(10 / 390 * 100vw),
        rgba(228, 228, 228, 0.7) calc(10 / 390 * 100vw),
        rgba(228, 228, 228, 0.7) calc(20 / 390 * 100vw)
      );
  }
  .qx-cheaper__h2 {
    margin-bottom: calc(25 / 390 * 100vw);
  }
  .qx-cheaper__h2 img {
    max-width: calc(250 / 390 * 100vw);
  }
  .qx-cheaper_item {
    border-radius: calc(10 / 390 * 100vw);
    box-shadow: 0 calc(4 / 390 * 100vw) calc(15 / 390 * 100vw)
      rgba(37, 33, 45, 0.3);
  }
  .qx-cheaper_item + .qx-cheaper_item {
    margin-top: calc(15 / 390 * 100vw);
  }
  .qx-cheaper__card {
    border-radius: calc(10 / 390 * 100vw);
    box-shadow: 0 calc(4 / 390 * 100vw) calc(15 / 390 * 100vw)
      rgba(37, 33, 45, 0.3);
    padding: calc(20 / 390 * 100vw);
    margin-top: calc(25 / 390 * 100vw);
  }
  .qx-cheaper__lead-text,
  .qx-cheaper__lead-text02 {
    margin-bottom: calc(15 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
  .qx-cheaper__confirm {
    padding: calc(20 / 390 * 100vw);
  }
  .qx-cheaper__confirm-list {
    font-size: calc(12 / 390 * 100vw);
    margin-top: calc(15 / 390 * 100vw);
  }
  .qx-cheaper__confirm-list li {
    margin-bottom: calc(6 / 390 * 100vw);
  }
  .qx-cheaper__confirm-list li img {
    margin-right: calc(10 / 390 * 100vw);
    width: calc(30 / 390 * 100vw);
  }
  .qx-cheaper__h4 {
    font-size: calc(16 / 390 * 100vw);
  }
  .qx-cheaper__line {
    height: 1px;
    margin-block: calc(20 / 390 * 100vw);
  }
  .qx-cheaper__btn-purchase {
    margin-block: calc(10 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
  .qx-cheaper__btn-purchase img {
    max-width: calc(230 / 390 * 100vw);
    box-shadow: 0 calc(4 / 390 * 100vw) calc(15 / 390 * 100vw)
      rgba(37, 33, 45, 0.3);
    border-radius: calc(25 / 390 * 100vw);
  }
  .qx-purchase {
    margin-top: calc(35 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
qx-swiper
-------------------------------------------------------------------------------*/
.qx-swiper {
  padding: 20px;
}

.qx-swiper__slide01 a {
  display: block;
}

.qx-swiper__slide01 a:not(:nth-of-type(1)) {
  margin-top: 10px;
}

.qx-swiper__slide01 img {
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02);
}

.qx-swiper__slide-card {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(37, 33, 45, 0.3);
  overflow: hidden;
  background: #fff;
  padding: 20px;
  min-height: 420px;
}

.qx-swiper__slide-card-img {
  display: block;
  margin-inline: auto;
}

.qx-swiper__slide-card-img--adjust01 {
  width: 164px;
  max-width: 100%;
}

.qx-swiper__slide-card-img--adjust02 {
  width: 212px;
  max-width: 100%;
}

.qx-swiper__slide-card-img--adjust03 {
  width: 154px;
  max-width: 100%;
}

.qx-swiper .swiper-pagination-bullets {
  bottom: 35px;
}

.qx-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  opacity: 1;
  background: rgba(26, 63, 114, 0.25);
}

.qx-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: #25212d;
}

.qx-swiper .swiper-button-prev,
.qx-swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: 0;
  transform: translateY(-30%);
}

.qx-swiper .swiper-button-prev {
  left: 5px;
}

.qx-swiper .swiper-button-next {
  right: 5px;
}

@media screen and (max-width: 391px) {
  .qx-swiper {
    padding: calc(20 / 390 * 100vw);
  }
  .qx-swiper__slide01 a:not(:nth-of-type(1)) {
    margin-top: calc(10 / 390 * 100vw);
  }
  .qx-swiper__slide01 img {
    border-radius: calc(10 / 390 * 100vw);
    box-shadow: 0 calc(4 / 390 * 100vw) calc(4 / 390 * 100vw)
      rgba(0, 0, 0, 0.02);
  }
  .qx-swiper__slide-card {
    border-radius: calc(10 / 390 * 100vw);
    box-shadow: 0 calc(4 / 390 * 100vw) calc(15 / 390 * 100vw)
      rgba(37, 33, 45, 0.3);
    padding: calc(20 / 390 * 100vw);
    min-height: calc(420 / 390 * 100vw);
  }
  .qx-swiper__slide-card-img--adjust01 {
    width: calc(164 / 390 * 100vw);
  }
  .qx-swiper__slide-card-img--adjust02 {
    width: calc(212 / 390 * 100vw);
  }
  .qx-swiper__slide-card-img--adjust03 {
    width: calc(154 / 390 * 100vw);
  }
  .qx-swiper .swiper-pagination-bullets {
    bottom: calc(35 / 390 * 100vw);
  }
  .qx-swiper .swiper-pagination-bullet {
    width: calc(6 / 390 * 100vw);
    height: calc(6 / 390 * 100vw);
    border-radius: calc(3 / 390 * 100vw);
  }
  .qx-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: calc(20 / 390 * 100vw);
  }
  .qx-swiper .swiper-button-prev,
  .qx-swiper .swiper-button-next {
    width: calc(30 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
  }
  .qx-swiper .swiper-button-prev {
    left: calc(5 / 390 * 100vw);
  }
  .qx-swiper .swiper-button-next {
    right: calc(5 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
qx-universal
-------------------------------------------------------------------------------*/
.qx-universal {
  padding: 50px 0 0;
  background:
    linear-gradient(10deg, #2d2837 0%, rgba(19, 11, 34, 0.7) 47%, #2d2837),
    rgba(0, 0, 0, 0.2);
}

.qx-universal__title {
  text-align: center;
}

.qx-universal__img {
  margin-block: 25px;
}

.qx-universal__h3 {
  font-size: 23px;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}

.qx-universal__lead {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

.qx-universal__state {
  font-size: 7px;
  color: #fff;
  margin-top: 8px;
  font-weight: 400;
  margin-bottom: 20px;
}

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

.qx-universal__minions img {
  width: 180px;
}

.qx-universal__attention {
  margin-top: 25px;
}

@media screen and (max-width: 391px) {
  .qx-universal {
    padding: calc(50 / 390 * 100vw) 0 0;
  }
  .qx-universal__img {
    margin-block: calc(25 / 390 * 100vw);
  }
  .qx-universal__h3 {
    font-size: calc(23 / 390 * 100vw);
    margin-top: calc(60 / 390 * 100vw);
  }
  .qx-universal__lead {
    font-size: calc(16 / 390 * 100vw);
    margin-bottom: calc(25 / 390 * 100vw);
  }
  .qx-universal__state {
    font-size: calc(7 / 390 * 100vw);
    margin-top: calc(8 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
  }
  .qx-universal__minions img {
    width: calc(180 / 390 * 100vw);
  }
  .qx-universal__attention {
    margin-top: calc(25 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
qx-popularity
-------------------------------------------------------------------------------*/
.qx-popularity {
  padding-block: 50px;
  background: #6bb2f4;
}

.qx-popularity__title {
  text-align: center;
}

.qx-popularity__title img {
  width: 262px;
  max-width: 100%;
}

.qx-popularity-img01 {
  max-width: 112px;
}

.qx-popularity__modals {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(37, 33, 45, 0.3);
  overflow: hidden;
  margin-top: 25px;
  background: #fff;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.qx-popularity__modals-bg-cross {
  position: relative;
}

.qx-popularity__modals-bg-cross::before,
.qx-popularity__modals-bg-cross::after {
  content: "";
  position: absolute;
  background: #6f6f6f;
}

.qx-popularity__modals-bg-cross::before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}

.qx-popularity__modals-bg-cross::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}

.qx-popularity__modals li {
  width: 50%;
  padding: 15px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.qx-popularity__modals li:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 10px;
  height: 10px;
  background: url("/-/media/AeonCard/campaign/lp/minions/20260619/images/icon-modal.svg")
    center center/contain no-repeat;
}

.qx-popularity__modal-content-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}

.qx-popularity__modal-img03 {
  margin-bottom: 15px;
  text-align: center;
}

.qx-popularity__modal-img03 img {
  max-width: 272px;
}

@media screen and (max-width: 391px) {
  .qx-popularity {
    padding-block: calc(50 / 390 * 100vw);
  }
  .qx-popularity__title img {
    width: calc(262 / 390 * 100vw);
  }
  .qx-popularity__modals {
    border-radius: calc(10 / 390 * 100vw);
    box-shadow: 0 calc(4 / 390 * 100vw) calc(15 / 390 * 100vw)
      rgba(37, 33, 45, 0.3);
    margin-top: calc(25 / 390 * 100vw);
  }
  .qx-popularity__modals-bg-cross::before {
    height: 1px;
  }
  .qx-popularity__modals-bg-cross::after {
    width: 1px;
  }
  .qx-popularity__modals li {
    padding: calc(15 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
  .qx-popularity__modals li:after {
    right: calc(10 / 390 * 100vw);
    bottom: calc(10 / 390 * 100vw);
    width: calc(10 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
  }
  .qx-popularity__modal-content-title {
    font-size: calc(18 / 390 * 100vw);
    margin-bottom: calc(15 / 390 * 100vw);
  }
  .qx-popularity-img01 {
    max-width: calc(112 / 390 * 100vw);
  }
  .qx-popularity__modal-img03 {
    margin-bottom: calc(15 / 390 * 100vw);
  }
  .qx-popularity__modal-img03 img {
    max-width: calc(272 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
qx-kinds
-------------------------------------------------------------------------------*/
.qx-kinds {
  padding-block: 50px;
  background: repeating-linear-gradient(
    45deg,
    #e4e4e4 0,
    #e4e4e4 10px,
    rgba(228, 228, 228, 0.7) 10px,
    rgba(228, 228, 228, 0.7) 20px
  );
}

.qx-kinds__title {
  margin-bottom: 35px;
  text-align: center;
}

.qx-kinds__title img {
  max-width: 232px;
}

.qx-kinds__tab-item-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.qx-kinds__tab-item {
  background: #b4b4b4;
  display: block;
  text-align: center;
  color: #fff;
  flex: 1;
  border-radius: 10px 10px 0 0;
  padding: 12px 5px;
  font-weight: 700;
  font-size: 15px;
}

.qx-kinds__tab-item01 {
  position: relative;
}

.qx-kinds__tab-item01 .qx-kinds__tab-item01lab-active,
.qx-kinds__tab-item01 .qx-kinds__tab-labitem01-normal {
  position: absolute;
  top: -15px;
  right: 10px;
}

.qx-kinds__tab-item01 .qx-kinds__tab-item01lab-active {
  display: none;
}

.qx-kinds__tab-item01 .qx-kinds__tab-labitem01-normal {
  display: inline-block;
}

.qx-kinds__tab-item01.isActive {
  background: #005eb0;
}

.qx-kinds__tab-item01.isActive .qx-kinds__tab-item01lab-active {
  display: inline-block;
}

.qx-kinds__tab-item01.isActive .qx-kinds__tab-labitem01-normal {
  display: none;
}

.qx-kinds__tab-item02.isActive {
  background: #e9be24;
}

.qx-kinds__tab-content {
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 15px rgba(37, 33, 45, 0.3);
}

.qx-kinds__tab-content-section {
  padding: 20px;
}

.qx-kinds__tab-card {
  padding-top: 15px;
}

.qx-kinds__h4 {
  text-align: center;
}

.qx-kinds__h4-bg-line {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.qx-kinds__h4-text {
  padding-inline: 2px;
  font-weight: 700;
  flex-shrink: 0;
}

.qx-kinds__line {
  height: 1px;
  background: #6f6f6f;
}

.qx-kinds__select-list {
  padding-inline: 20px;
}

.qx-kinds__select-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.qx-kinds__select-list li .qx-kinds__select-list-text {
  display: block;
  font-weight: 600;
}

.qx-kinds__select-list li .qx-kinds__select-list-text span {
  font-size: 17px;
}

.qx-kinds__select-list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  flex-shrink: 1;
}

.qx-kinds__select-list li.qx-select::before {
  background: url(/-/media/AeonCard/campaign/lp/minions/20260619/images/icon-check-blue.svg)
    center/contain no-repeat;
}

.qx-kinds__select-list li.qx-select .qx-kinds__select-list-text span {
  color: #144394;
}

.qx-kinds__select-list li.qx-minions::before {
  background: url(/-/media/AeonCard/campaign/lp/minions/20260619/images/icon-check-gold.svg)
    center/contain no-repeat;
}

.qx-kinds__select-list li.qx-minions .qx-kinds__select-list-text span {
  color: #b18a00;
}

.qx-kinds__modal-trigger {
  font-size: 10px;
  color: #015ec5;
  position: relative;
  text-decoration: underline;
}

.qx-kinds__modal-trigger::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(/-/media/AeonCard/campaign/lp/minions/20260619/images/icon-modal.svg)
    center center/contain no-repeat;
}

.qx-kinds__fee {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
  padding: 3px;
  font-weight: 700;
}

.qx-kinds__fee.qx-select {
  color: #144394;
  background-color: #ecca4e;
}

.qx-kinds__fee.qx-minions {
  color: #b18a00;
  background-color: #f8e9ad;
}

.qx-kinds__confused {
  background: #d0d0d0;
  border-radius: 10px;
  padding: 15px 30px 15px 40px;
  border-radius: 20px;
  margin-top: 15px;
}

.qx-kinds__confused-h4 {
  font-weight: 700;
  position: relative;
}

.qx-kinds__confused-h4::before {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background: url(/-/media/AeonCard/campaign/lp/minions/20260619/images/icon-light.svg)
    center/contain;
  position: absolute;
  top: -3px;
  left: 0;
  transform: translateX(-120%);
}

.qx-kinds__confused-text {
  font-size: 12px;
}

.qx-kinds__arrow {
  margin-block: 30px;
  text-align: center;
}

.qx-kinds__apply-h3 {
  text-align: center;
  margin-bottom: 15px;
}

.qx-kinds__apply-h3 img {
  max-width: 173px;
  width: 100%;
}

.qx-kinds__apply-lead {
  font-weight: 700;
  text-align: center;
  margin-bottom: 13px;
}

.qx-kinds__apply-list {
  border-top: 1px solid #b4b4b4;
  margin-top: 20px;
}

.qx-kinds__apply-list > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  min-height: 67px;
  margin-top: 20px;
}

.qx-kinds__apply-list > li:nth-last-of-type(1)::after {
  content: none;
}

.qx-kinds__apply-list > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  left: 20px;
  bottom: -15px;
}

.qx-kinds__apply-list-step {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  margin-right: 12px;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  min-width: 42px;
}

.qx-kinds__apply-list-step i {
  font-size: 16px;
  font-weight: 500;
}

.qx-kinds__apply-list-text {
  font-weight: 800;
}

.qx-kinds__apply-list-text span {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.qx-kinds__apply-list-text p {
  font-size: 12px;
  font-weight: 600;
}

.qx-kinds .qx-kinds__apply-list li.qx-select::after {
  background: #144394;
}

.qx-kinds .qx-kinds__apply-list li.qx-minions::after {
  background: #b18a00;
}

.qx-kinds .qx-select .qx-kinds__apply-list-step {
  color: #144394;
}

.qx-kinds .qx-minions .qx-kinds__apply-list-step {
  color: #b18a00;
}

@media screen and (max-width: 391px) {
  .qx-kinds {
    padding-block: calc(50 / 390 * 100vw);
    background: repeating-linear-gradient(
      45deg,
      #e4e4e4 0,
      #e4e4e4 calc(10 / 390 * 100vw),
      rgba(228, 228, 228, 0.7) calc(10 / 390 * 100vw),
      rgba(228, 228, 228, 0.7) calc(20 / 390 * 100vw)
    );
  }
  .qx-kinds__title {
    margin-bottom: calc(35 / 390 * 100vw);
  }
  .qx-kinds__title img {
    max-width: calc(232 / 390 * 100vw);
  }
  .qx-kinds__tab-item {
    border-radius: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 0;
    padding: calc(12 / 390 * 100vw) calc(5 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
  }
  .qx-kinds__tab-item01 .qx-kinds__tab-labitem01-normal {
    top: -calc(3.84615vw);
    right: calc(10 / 390 * 100vw);
  }
  .qx-kinds__tab-content {
    border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
    box-shadow: 0 calc(4 / 390 * 100vw) calc(15 / 390 * 100vw)
      rgba(37, 33, 45, 0.3);
  }
  .qx-kinds__tab-content-section {
    padding: calc(20 / 390 * 100vw);
  }
  .qx-kinds__tab-card {
    padding-top: calc(15 / 390 * 100vw);
  }
  .qx-kinds__h4-text {
    padding-inline: calc(2 / 390 * 100vw);
  }
  .qx-kinds__line {
    height: 1px;
  }
  .qx-kinds__select-list {
    padding-inline: calc(20 / 390 * 100vw);
  }
  .qx-kinds__select-list li {
    margin-bottom: calc(14 / 390 * 100vw);
  }
  .qx-kinds__select-list li .qx-kinds__select-list-text span {
    font-size: calc(17 / 390 * 100vw);
  }
  .qx-kinds__select-list li::before {
    width: calc(20 / 390 * 100vw);
    height: calc(20 / 390 * 100vw);
    margin-right: calc(7 / 390 * 100vw);
  }
  .qx-kinds__modal-trigger {
    font-size: calc(10 / 390 * 100vw);
  }
  .qx-kinds__modal-trigger::after {
    right: -calc(2.5641vw);
    bottom: calc(2 / 390 * 100vw);
    width: calc(8 / 390 * 100vw);
    height: calc(8 / 390 * 100vw);
  }
  .qx-kinds__fee {
    font-size: calc(15 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
    padding: calc(3 / 390 * 100vw);
  }
  .qx-kinds__confused {
    border-radius: calc(10 / 390 * 100vw);
    padding: calc(15 / 390 * 100vw) calc(30 / 390 * 100vw)
      calc(15 / 390 * 100vw) calc(40 / 390 * 100vw);
    border-radius: calc(20 / 390 * 100vw);
    margin-top: calc(15 / 390 * 100vw);
  }
  .qx-kinds__confused-h4::before {
    width: calc(12 / 390 * 100vw);
    height: calc(18 / 390 * 100vw);
    top: -calc(0.76923vw);
  }
  .qx-kinds__confused-text {
    font-size: calc(12 / 390 * 100vw);
  }
  .qx-kinds__arrow {
    margin-block: calc(30 / 390 * 100vw);
  }
  .qx-kinds__apply-h3 {
    margin-bottom: calc(15 / 390 * 100vw);
  }
  .qx-kinds__apply-h3 img {
    max-width: calc(173 / 390 * 100vw);
  }
  .qx-kinds__apply-lead {
    margin-bottom: calc(13 / 390 * 100vw);
  }
  .qx-kinds__apply-list {
    border-top: 1px solid #b4b4b4;
    margin-top: calc(20 / 390 * 100vw);
  }
  .qx-kinds__apply-list > li {
    min-height: calc(67 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
  }
  .qx-kinds__apply-list > li::after {
    width: 1px;
    height: calc(20 / 390 * 100vw);
    left: calc(20 / 390 * 100vw);
    bottom: -calc(3.84615vw);
  }
  .qx-kinds__apply-list-step {
    font-size: calc(29 / 390 * 100vw);
    margin-right: calc(12 / 390 * 100vw);
    min-width: calc(42 / 390 * 100vw);
  }
  .qx-kinds__apply-list-step i {
    font-size: calc(16 / 390 * 100vw);
  }
  .qx-kinds__apply-list-text span {
    margin-bottom: calc(8 / 390 * 100vw);
  }
  .qx-kinds__apply-list-text p {
    font-size: calc(12 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
qx-free
-------------------------------------------------------------------------------*/
.qx-free {
  padding-block: 75px 15px;
  background:
    url(/-/media/AeonCard/campaign/lp/minions/20260619/images/free-bg.png)
      center top/100% auto no-repeat,
    url(/-/media/AeonCard/campaign/lp/minions/20260619/images/free-bg.png)
      center bottom/100% auto no-repeat,
    linear-gradient(10deg, #2d2837 0%, rgba(19, 11, 34, 0.7) 47%, #2d2837),
    rgba(0, 0, 0, 0.2);
}

.qx-free__title {
  margin-bottom: 25px;
}

.qx-free__minion {
  text-align: center;
  margin-top: 15px;
}

.qx-free__minion img {
  max-width: 90px;
}

@media screen and (max-width: 391px) {
  .qx-free {
    padding-block: calc(75 / 390 * 100vw) calc(15 / 390 * 100vw);
  }
  .qx-free__title {
    margin-bottom: calc(25 / 390 * 100vw);
  }
  .qx-free__minion {
    margin-top: calc(15 / 390 * 100vw);
  }
  .qx-free__minion img {
    max-width: calc(90 / 390 * 100vw);
  }
}
