@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
/* ------------------------------------------------------------------------------
 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: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #3e2b08;
}

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: #0055c8;
  font-weight: 800;
  font-size: 20px;
}

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

.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 {
  position: relative;
}

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

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

.qx-u-cta-btn--Lab {
  position: absolute;
  top: -8px;
  left: -15px;
  max-width: 70px;
}

.qx-u-cta-btn--select,
.qx-u-cta-btn--minion {
  border-radius: 45px;
  box-shadow: 0 8px 10px rgba(206, 110, 0, 0.3);
}

.qx-u-cta-btn--tab {
  border-radius: 50px;
  box-shadow: 0 5px 10px rgba(165, 165, 165, 0.6);
}

.qx-u-cta-btn-card > .qx-u-cta-btn + .qx-u-cta-btn {
  margin-top: 15px;
}

.main {
  background-color: #ffe374;
  background-image: radial-gradient(circle, #ffeda5 4px, transparent 4px), radial-gradient(circle, #ffeda5 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: 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 {
    font-size: calc(12 / 390 * 100vw);
    margin-top: calc(2 / 390 * 100vw);
  }
  .qx-note--small li {
    font-size: calc(10 / 390 * 100vw);
    margin-top: calc(2 / 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-anchor {
    border-bottom: 1px solid;
  }
  .qx-u-link-anchor::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--Lab {
    top: -calc(2.05128vw);
    left: -calc(3.84615vw);
    max-width: calc(70 / 390 * 100vw);
  }
  .qx-u-cta-btn--minion {
    border-radius: calc(45 / 390 * 100vw);
    box-shadow: 0 calc(8 / 390 * 100vw) calc(10 / 390 * 100vw) rgba(206, 110, 0, 0.3);
  }
  .qx-u-cta-btn--tab {
    border-radius: calc(50 / 390 * 100vw);
    box-shadow: 0 calc(5 / 390 * 100vw) calc(10 / 390 * 100vw) rgba(165, 165, 165, 0.6);
  }
  .qx-u-cta-btn-card > .qx-u-cta-btn + .qx-u-cta-btn {
    margin-top: calc(15 / 390 * 100vw);
  }
  .main {
    padding-top: 50px;
  }
}

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

.qx-main__contents {
  width: 390px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.91);
  margin: 0 auto;
}

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

/* ------------------------------------------------------------------------------
ハンバーグメニュー
-------------------------------------------------------------------------------*/
.no-scroll {
  overflow: hidden;
}

.hamburger-menu__contents {
  position: fixed;
  left: 27px;
  right: auto;
  width: 360px;
  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;
  font-weight: 800;
}

.hamburger-menu__contents-inner {
  padding: 10px 20px 30px;
}

.hamburger-menu__list__item {
  border-bottom: 2px solid #0f0f0f;
}

.hamburger-menu__list__link {
  margin: 0;
  padding: 15px 0;
  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-c/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-c/images/menu-arrow-pc-active.svg) center center/contain no-repeat;
}

.hamburger-menu__list__sublink {
  position: relative;
  padding-bottom: 10px;
}

.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-c/images/menu-arrow02-pc.svg) center center/contain no-repeat;
}

.hamburger-menu__list__link {
  font-size: 16px;
  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-c/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: 505px;
  }
  .hamburger-menu__contents {
    position: fixed;
    /* top: 122px; */
    left: 27px;
    right: auto;
    width: 360px;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    z-index: 3;
    transition: 0.3s ease-in-out transform, 0.3s ease-in-out opacity, 0.3s ease-in-out visibility;
    border-radius: 20px;
    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: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.announcement-box .qx-u-cta-btn--select,
.announcement-box .qx-u-cta-btn--minion {
  border-radius: 45px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 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;
    bottom: 90px;
  }
  .pagetop-btn img {
    width: 100%;
  }
}

@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-c/images/icon-modal-close.svg) center/contain no-repeat;
}

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

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

.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: #c70000;
}

.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;
}

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

.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 th:first-child,
.table_sp_overflow td:first-child {
  background-color: #d0d0d0;
}

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

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

.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-c/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-c/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__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__list-num 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);
  }
  .rule__link {
    border-bottom: 1px solid;
  }
  .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;
  }
  .qx-attention-accordion .accordion-item {
    border-radius: calc(10 / 390 * 100vw);
    border-left: 1px solid #c8c5c4;
    border-right: 1px solid #c8c5c4;
    border-top: 1px solid #c8c5c4;
  }
  .qx-attention-accordion .accordion-title {
    padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
    border-bottom: 1px solid #c8c5c4;
  }
  .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 .qx-js-accordion-body {
    border-bottom: 1px solid #c8c5c4;
    border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
  .qx-attention-accordion .accordion-body-inner {
    padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

/*---------------------------------------------------
accordion
----------------------------------------------------*/
.qx-attention-accordion .accordion-item {
  border-radius: 10px;
  background: #fff;
  border-left: 1px solid #c8c5c4;
  border-right: 1px solid #c8c5c4;
  border-top: 1px solid #c8c5c4;
  overflow: hidden;
}

.qx-attention-accordion .accordion-title {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px solid #c8c5c4;
  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-c/images/accordion-open.svg") center no-repeat;
}

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

.qx-attention-accordion .qx-js-accordion-body {
  display: none;
  border-bottom: 1px solid #c8c5c4;
  border-radius: 0 0 10px 10px;
}

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

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

/* ------------------------------------------------------------------------------
KV
-------------------------------------------------------------------------------*/
.qx-kv {
  background: url(/-/media/AeonCard/campaign/lp/minions-c/images/kv-bg.jpg) center top/cover no-repeat;
  padding-top: 15px;
}

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

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

.qx-kv__bottom {
  padding-block: 30px;
  background: url(/-/media/AeonCard/campaign/lp/minions-c/images/kv-bg-bottom.png) center top/100% 100% no-repeat;
}

.qx-kv__entry-title {
  margin-top: 23px;
  margin-bottom: 20px;
  max-width: 300px;
  margin-inline: auto;
}

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

.qx-kv__entry-text a {
  color: #015ec5;
}

.qx__kv-note {
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 391px) {
  .qx-kv {
    padding-top: calc(15 / 390 * 100vw);
  }
  .qx-kv__text {
    font-size: calc(15 / 390 * 100vw);
    margin-block: calc(12 / 390 * 100vw);
  }
  .qx-kv__bottom {
    padding-block: calc(30 / 390 * 100vw);
  }
  .qx-kv__entry-title {
    margin-top: calc(23 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
    max-width: calc(300 / 390 * 100vw);
  }
  .qx-kv__entry-text {
    font-size: calc(12 / 390 * 100vw);
    margin-block: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
  .qx__kv-note {
    margin-bottom: calc(10 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
qx-web
-------------------------------------------------------------------------------*/
.qx-web {
  background: #ffdd53;
  padding-block: 40px 50px;
}

.qx-web__title {
  margin-bottom: 35px;
}

.qx-web__step li {
  border-radius: 0 0 10px 10px;
}

.qx-web__step-h3 {
  background: #005eb0;
  text-align: center;
  position: relative;
  padding-block: 8px;
  border-radius: 10px 10px 0 0;
}

.qx-web__step-h3 img {
  max-width: 103px;
}

.qx-web__step-lab {
  position: absolute;
  left: 61px;
  bottom: 8px;
}

.qx-web__step-content {
  background: #fff;
  padding: 0 15px 20px;
  position: relative;
  z-index: 2;
  border-radius: 0 0 10px 10px;
}

.qx-web__step01-content {
  margin-top: -18px;
}

.qx-web__step02-content {
  margin-top: -8px;
}

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

.qx-web__detail {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.qx-web__detail-img {
  margin-top: 20px;
}

.qx-web__detail-img:last-of-type {
  margin-bottom: 30px;
}

.qx-web__detail-h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.qx-web__detail-h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  border-radius: 4px;
  background: #005eb0;
  margin-right: 8px;
}

.qx-web__detail-section {
  margin-top: 20px;
}

.qx-web__detail-condition {
  margin-top: 10px;
  margin-bottom: 9px;
}

.qx-web__detail-condition li {
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #c8c5c4;
}

.qx-web__detail-condition li {
  margin-top: 7px;
  background: #f8f8f8;
}

.qx-web__detail-modal {
  margin-top: 10px;
  text-align: right;
}

.qx-web__detail-modal i {
  font-size: 12px;
}

.qx-web__detail-modal .qx-kinds__modal-trigger {
  vertical-align: middle;
}

.qx-web__detail-modal .qx-kinds__modal-trigger::after {
  position: static;
  width: 12px;
  height: 12px;
}

.qx-web__detail-modal .qx-kinds__modal-trigger span {
  margin-right: 5px;
}

@media screen and (max-width: 391px) {
  .qx-web {
    padding-block: calc(40 / 390 * 100vw) calc(50 / 390 * 100vw);
  }
  .qx-web__title {
    margin-bottom: calc(35 / 390 * 100vw);
  }
  .qx-web__step li {
    border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
  .qx-web__step-h3 {
    padding-block: calc(8 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 0;
  }
  .qx-web__step-h3 img {
    max-width: calc(103 / 390 * 100vw);
  }
  .qx-web__step-lab {
    left: calc(55 / 390 * 100vw);
    bottom: calc(8 / 390 * 100vw);
  }
  .qx-web__step-content {
    padding: 0 calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
    border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
  .qx-web__step01-content {
    margin-top: -calc(4.61538vw);
  }
  .qx-web__step02-content {
    margin-top: -calc(2.05128vw);
  }
  .qx-web__step-arrow {
    margin-block: calc(10 / 390 * 100vw);
  }
  .qx-web__detail {
    border-radius: calc(10 / 390 * 100vw);
    padding: calc(20 / 390 * 100vw);
    margin-top: calc(30 / 390 * 100vw);
    margin-bottom: calc(30 / 390 * 100vw);
  }
  .qx-web__detail-img {
    margin-top: calc(20 / 390 * 100vw);
  }
  .qx-web__detail-img:last-of-type {
    margin-bottom: calc(30 / 390 * 100vw);
  }
  .qx-web__detail-h3 {
    margin-bottom: calc(5 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
  .qx-web__detail-h3::before {
    width: calc(4 / 390 * 100vw);
    height: calc(20 / 390 * 100vw);
    border-radius: calc(4 / 390 * 100vw);
    margin-right: calc(8 / 390 * 100vw);
  }
  .qx-web__detail-section {
    margin-top: calc(20 / 390 * 100vw);
  }
  .qx-web__detail-condition {
    margin-top: calc(10 / 390 * 100vw);
    margin-bottom: calc(9 / 390 * 100vw);
  }
  .qx-web__detail-condition li {
    padding: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
    border: 1px solid #c8c5c4;
  }
  .qx-web__detail-condition li {
    margin-top: calc(7 / 390 * 100vw);
  }
  .qx-web__detail-modal {
    margin-top: calc(10 / 390 * 100vw);
  }
  .qx-web__detail-modal i {
    font-size: calc(12 / 390 * 100vw);
  }
  .qx-web__detail-modal .qx-kinds__modal-trigger::after {
    width: calc(12 / 390 * 100vw);
    height: calc(12 / 390 * 100vw);
  }
  .qx-web__detail-modal .qx-kinds__modal-trigger span {
    margin-right: calc(5 / 390 * 100vw);
  }
}

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

.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__card p span {
    font-size: calc(24 / 390 * 100vw);
  }
  .qx-cinema__arrow {
    margin-block: calc(10 / 390 * 100vw);
  }
}

/* ------------------------------------------------------------------------------
qx-cheaper
-------------------------------------------------------------------------------*/
.qx-cheaper {
  padding-block: 60px 50px;
  background: url(/-/media/AeonCard/campaign/lp/minions-c/images/cheaper-bg-wave.png) center top/100% auto no-repeat, #ffdd53;
}

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

.qx-cheaper__h3 {
  text-align: center;
  margin-bottom: 20px;
}

.qx-cheaper__content {
  background: #fef5d2;
  border-radius: 20px;
  padding: 20px;
}

.qx-cheaper__swiper-content {
  background: #fef5d2;
  border-radius: 20px;
  padding: 20px 0;
  margin-top: 30px;
}

.qx-cheaper_item {
  border-radius: 10px;
  overflow: hidden;
}

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

.qx-cheaper__card {
  border-radius: 10px;
  border: 1px solid #c8c5c4;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}

.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__card-h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}

.qx-cheaper__card-h3 img {
  max-width: 62px;
  margin-right: 10px;
}

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

.qx-cheaper__h4-card {
  color: #3e2b08;
  font-weight: 800;
}

.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 {
  text-align: center;
}

.qx-purchase img {
  max-width: 180px;
}

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

@media screen and (max-width: 391px) {
  .qx-cheaper {
    padding-block: calc(60 / 390 * 100vw) calc(50 / 390 * 100vw);
  }
  .qx-cheaper__h2 {
    margin-bottom: calc(25 / 390 * 100vw);
  }
  .qx-cheaper__h3 {
    margin-bottom: calc(20 / 390 * 100vw);
  }
  .qx-cheaper__content {
    border-radius: calc(20 / 390 * 100vw);
    padding: calc(20 / 390 * 100vw);
  }
  .qx-cheaper__swiper-content {
    border-radius: calc(20 / 390 * 100vw);
    padding: calc(20 / 390 * 100vw) 0;
    margin-top: calc(30 / 390 * 100vw);
  }
  .qx-cheaper_item {
    border-radius: calc(10 / 390 * 100vw);
  }
  .qx-cheaper_item + .qx-cheaper_item {
    margin-top: calc(15 / 390 * 100vw);
  }
  .qx-cheaper__card {
    border-radius: calc(10 / 390 * 100vw);
    border: 1px solid #c8c5c4;
    padding: calc(20 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
  }
  .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__card-h3 {
    font-size: calc(16 / 390 * 100vw);
    margin-bottom: calc(10 / 390 * 100vw);
  }
  .qx-cheaper__card-h3 img {
    max-width: calc(62 / 390 * 100vw);
    margin-right: calc(10 / 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 img {
    max-width: calc(180 / 390 * 100vw);
  }
}

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

.qx-swiper__slide01 a {
  display: block;
}

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

.qx-swiper__slide-card {
  border-radius: 10px;
  border: 1px solid #c8c5c4;
  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: 15px;
}

.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) calc(20 / 390 * 100vw) 0;
  }
  .qx-swiper__slide01 a:not(:nth-of-type(1)) {
    margin-top: calc(10 / 390 * 100vw);
  }
  .qx-swiper__slide-card {
    border-radius: calc(10 / 390 * 100vw);
    border: 1px solid #c8c5c4;
    padding: calc(20 / 390 * 100vw);
    min-height: calc(455 / 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(15 / 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-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: 70px 0 50px;
  background: url(/-/media/AeonCard/campaign/lp/minions-c/images/kinds-bg.png) center/100% auto repeat-y;
  position: relative;
}

.qx-universal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(/-/media/AeonCard/campaign/lp/minions-c/images/cheaper-bg-wave.png) center top/100% auto no-repeat;
}

@media screen and (max-width: 391px) {
  .qx-universal::before {
    height: calc(60 / 390 * 100vw);
  }
}

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

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

.qx-universal__h3 {
  font-size: 23px;
  text-align: center;
  margin-top: 30px;
  font-weight: 800;
}

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

.qx-universal__state {
  font-size: 7px;
  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;
  }
  .qx-universal__img {
    margin-block: calc(25 / 390 * 100vw);
  }
  .qx-universal__h3 {
    font-size: calc(23 / 390 * 100vw);
    margin-top: calc(30 / 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: #ffab00;
}

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

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

.qx-popularity__modals {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
  background: #fef5d2;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.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-c/images/icon-modal.svg") center center/contain no-repeat;
}

.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__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-img01 {
    max-width: calc(112 / 390 * 100vw);
  }
  .qx-popularity__modals {
    border-radius: calc(10 / 390 * 100vw);
    margin-top: calc(25 / 390 * 100vw);
  }
  .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__modals-bg-cross::before {
    height: 1px;
  }
  .qx-popularity__modals-bg-cross::after {
    width: 1px;
  }
  .qx-popularity__modal-content-title {
    font-size: calc(18 / 390 * 100vw);
    margin-bottom: calc(15 / 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: url(/-/media/AeonCard/campaign/lp/minions-c/images/kinds-bg.png) center 100%;
}

.qx-kinds__tab-wrap {
  color: #3e2b08;
}

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

.qx-kinds__tab-publish img {
  max-width: 70px;
}

.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-item > img {
  opacity: 0.5;
}

.qx-kinds__tab-item.isActive > img {
  opacity: 1;
}

.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: 50%;
  transform: translateX(50%);
}

.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-class .qx-kinds__tab-item01 img {
  max-width: 150px;
}

.qx-kinds__tab-class .qx-kinds__tab-item02 img {
  max-width: 96px;
}

.qx-kinds__tab-short .qx-kinds__tab-item img {
  max-width: 68px;
}

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

.qx-kinds__tab-content {
  background: #fff;
  border-radius: 0 0 10px 10px;
  border: 1px solid #c8c5c4;
}

.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-c/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-c/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-c/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;
  background-color: #fef5d2;
}

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

.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-c/images/icon-light.svg) center/contain;
  position: absolute;
  top: 0;
  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;
  margin-top: 30px;
}

.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: #0055c8;
}

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

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

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

@media screen and (max-width: 391px) {
  .qx-kinds {
    padding-block: calc(50 / 390 * 100vw);
  }
  .qx-kinds__title {
    margin-bottom: calc(35 / 390 * 100vw);
  }
  .qx-kinds__tab-publish img {
    max-width: calc(70 / 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);
  }
  .qx-kinds__tab-class .qx-kinds__tab-item01 img {
    max-width: calc(150 / 390 * 100vw);
  }
  .qx-kinds__tab-class .qx-kinds__tab-item02 img {
    max-width: calc(96 / 390 * 100vw);
  }
  .qx-kinds__tab-short .qx-kinds__tab-item img {
    max-width: calc(68 / 390 * 100vw);
  }
  .qx-kinds__tab-content {
    border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
    border: 1px solid #c8c5c4;
  }
  .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);
    border: 1px solid #c8c5c4;
  }
  .qx-kinds__confused-h4::before {
    width: calc(12 / 390 * 100vw);
    height: calc(18 / 390 * 100vw);
  }
  .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);
    margin-top: calc(30 / 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: 50px;
  background: url(/-/media/AeonCard/campaign/lp/minions-c/images/free-bg.png) center top/100% 100% no-repeat;
}

.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(50 / 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);
  }
}

.pickup-select {
  margin: 10px auto 15px;
  padding: 20px 16px 15px;
  width: 300px;
  border-radius: 10px;
  border: 2px solid #3E2B08;
  background: #FEF5D2;
  position: relative;
}

@media screen and (max-width: 391px) {
  .pickup-select {
    width: calc(300 / 390 * 100vw);
    padding: calc(20 / 390 * 100vw) calc(16 / 390 * 100vw) calc(15 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
    margin: calc(10 / 390 * 100vw) auto calc(15 / 390 * 100vw);
  }
}

.pickup-select__label {
  width: 78px;
  height: 24px;
  background: #3E2B08;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 12px;
  position: absolute;
  top: -12px;
  left: 10px;
}

@media screen and (max-width: 391px) {
  .pickup-select__label {
    width: calc(78 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    border-radius: calc(12 / 390 * 100vw);
    top: -calc(3.07692vw);
    left: calc(10 / 390 * 100vw);
  }
}

.pickup-select > p {
  font-weight: 700;
  display: flex;
  align-items: center;
}

.pickup-select > p::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url(/-/media/AeonCard/campaign/lp/minions-c/images/icon-check-blue.svg) center/contain no-repeat;
}

@media screen and (max-width: 391px) {
  .pickup-select > p::before {
    width: calc(20 / 390 * 100vw);
    height: calc(20 / 390 * 100vw);
    margin-right: calc(7 / 390 * 100vw);
  }
}

.pickup-select > i {
  padding-left: 27px;
}

@media screen and (max-width: 391px) {
  .pickup-select > i {
    padding-left: calc(27 / 390 * 100vw);
  }
}

.cinema-modal p {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 391px) {
  .cinema-modal p {
    margin-bottom: calc(10 / 390 * 100vw);
  }
}

.cinema-modal p > strong {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 391px) {
  .cinema-modal p > strong {
    font-size: calc(18 / 390 * 100vw);
  }
}
