@charset "UTF-8";
/* ------------------------------------------------------------------------------
     reset
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

main {
  display: block;
}

p, table, blockquote, address, pre,
iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  background-color: transparent;
}

b, strong {
  font-weight: bolder;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

/* ------------------------------------------------------------------------------
     common
-------------------------------------------------------------------------------*/
.fw-bold {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

.underline {
  text-decoration: underline;
}

.txt-left {
  text-align: left   !important;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right  !important;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.valign-baseline {
  vertical-align: baseline;
}

.box-center {
  margin-right: auto;
  margin-left: auto;
}

.w15 {
  width: 15% !important;
}

.w35 {
  width: 35% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

span.fs75 {
  font-size: 75%;
}

strong.fs75 {
  font-size: 75%;
}

p.fs75 {
  font-size: 75%;
}

span.fs85 {
  font-size: 85%;
}

strong.fs85 {
  font-size: 85%;
}

p.fs85 {
  font-size: 85%;
}

span.fs100 {
  font-size: 100%;
}

strong.fs100 {
  font-size: 100%;
}

p.fs100 {
  font-size: 100%;
}

span.fs125 {
  font-size: 125%;
}

strong.fs125 {
  font-size: 125%;
}

p.fs125 {
  font-size: 125%;
}

span.fs150 {
  font-size: 150%;
}

strong.fs150 {
  font-size: 150%;
}

p.fs150 {
  font-size: 150%;
}

span.fs175 {
  font-size: 175%;
}

strong.fs175 {
  font-size: 175%;
}

p.fs175 {
  font-size: 175%;
}

span.fs200 {
  font-size: 200%;
}

strong.fs200 {
  font-size: 200%;
}

p.fs200 {
  font-size: 200%;
}

span.fs225 {
  font-size: 225%;
}

strong.fs225 {
  font-size: 225%;
}

p.fs225 {
  font-size: 225%;
}

span.fs250 {
  font-size: 250%;
}

strong.fs250 {
  font-size: 250%;
}

p.fs250 {
  font-size: 250%;
}

span.fs275 {
  font-size: 275%;
}

strong.fs275 {
  font-size: 275%;
}

p.fs275 {
  font-size: 275%;
}

span.fs300 {
  font-size: 300%;
}

strong.fs300 {
  font-size: 300%;
}

p.fs300 {
  font-size: 300%;
}

@media (max-width: 767px) {
  .vw2 {
    font-size: 2vw !important;
  }
  .vw3 {
    font-size: 3vw !important;
  }
  .vw4 {
    font-size: 4vw !important;
  }
  .vw5 {
    font-size: 5vw !important;
  }
  .vw6 {
    font-size: 6vw !important;
  }
  .vw7 {
    font-size: 7vw !important;
  }
  .vw8 {
    font-size: 8vw !important;
  }
  .vw9 {
    font-size: 9vw !important;
  }
  .vw10 {
    font-size: 10vw !important;
  }
}

.str-red {
  color: #FF0000;
}

.str-pink {
  color: #ff99cb;
}

.str-gray {
  color: #777777;
}

.str-black {
  color: #000000;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clear:after,
.rsp-frame:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

img.icon {
  vertical-align: middle;
  margin-left: 3px;
}

.pc_none, span.pc_none, .pc_none.text {
  display: none !important;
}

.sp_none {
  display: block;
}

span.sp_none, img.sp_none, .sp_none.text {
  display: inline-block;
}

@media (max-width: 768px) {
  .sp_none, span.sp_none, .sp_none.text {
    display: none !important;
  }
  .pc_none {
    display: block !important;
  }
  span.pc_none, img.pc_none, .pc_none.text {
    display: inline-block !important;
  }
}

/* ------------------------------------------------------------------------------
    フレーム
-------------------------------------------------------------------------------*/
.wrap {
  position: relative;
}

.content-section {
  padding: 0 20px;
}

@media (min-width: 769px) {
  .content-wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------------------------
    メインビジュアル
-------------------------------------------------------------------------------*/
.mainvisual {
  text-align: center;
}

@media (min-width: 769px) {
  .mainvisual {
    padding: 5px 20px 25px;
    background-image: url(/-/media/AeonCard/campaign/lp/minions/images/20220131/mainvisual_bg2.png), url(/-/media/AeonCard/campaign/lp/minions/images/20220131/mainvisual_bg.png);
    background-repeat: repeat-x, repeat;
    background-position: bottom, top;
  }
}

/* ------------------------------------------------------------------------------
    特典エリア
-------------------------------------------------------------------------------*/
.tokuten-area {
  padding: 65px 0 160px;
  background: url(/-/media/AeonCard/campaign/lp/minions/images/20220131/tokuten_bg.png);
}

@media (max-width: 768px) {
  .tokuten-area {
    padding: 10.66667vw 0 80px;
  }
}

.tokuten-box {
  background: #fff;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .tokuten-box {
    background: #fff;
    border-radius: 10px;
  }
}

.tokuten-box + .tokuten-box {
  margin-top: 75px;
}

@media (max-width: 768px) {
  .tokuten-box + .tokuten-box {
    margin-top: 24px;
  }
}

#tokuten-02 {
  margin-top: 0;
}

.tokuten-box.tokuten-aeoncard {
  margin-top: 70px;
  padding: 0 30px 50px;
  background: #ffec13 url(/-/media/AeonCard/campaign/lp/minions/20250301/images/tokuten_aeoncard_bg_pc.png) no-repeat center 10%;
  background-size: 100% auto;
}

@media (max-width: 768px) {
  .tokuten-box.tokuten-aeoncard {
    margin-top: 70px;
    padding: 0 30px 6%;
    background: #ffe723 url(/-/media/AeonCard/campaign/lp/minions/20250301/images/tokuten_aeoncard_bg_sp.png) no-repeat center bottom;
    background-size: 95% auto;
  }
}

.tokuten-aeoncard-ttl {
  text-align: center;
  transform: translateY(-40%);
}

.tokuten-list {
  font-size: 0;
  text-align: center;
}

.tokuten-list > li {
  display: inline-block;
  margin: 10px 5px 0;
}

@media (max-width: 768px) {
  .tokuten-list > li {
    width: 43%;
  }
}

.tokuten-ttl {
  padding: 15px;
  background: #ffec13;
  border-radius: 30px 30px 0 0;
}

@media (max-width: 768px) {
  .tokuten-ttl {
    padding: 8px;
    border-radius: 10px 10px 0 0;
  }
}

.tokuten-box-inner {
  padding: 50px 40px 75px;
}

@media (max-width: 768px) {
  .tokuten-box-inner {
    padding: 25px 20px 35px;
  }
}

@media (min-width: 769px) {
  .tokuten-column {
    font-size: 0;
  }
}

@media (min-width: 769px) {
  .tokuten-column-txt {
    display: inline-block;
    width: 65%;
    font-size: 18px;
    vertical-align: top;
  }
}

@media (min-width: 769px) {
  .tokuten-column-img {
    display: inline-block;
    width: 32%;
    margin-left: 3%;
    text-align: center;
    vertical-align: top;
  }
}

@media (max-width: 768px) {
  .tokuten-column-img {
    margin-top: 20px;
    text-align: center;
  }
}

.note-dl {
  margin-top: 30px;
}

.note-dl > dt {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
}

.note-dl > dt > span {
  position: relative;
  top: -2px;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto 10px auto 0;
  background: #c4c4c4;
  border-radius: 50%;
  vertical-align: middle;
}

.note-dl > dt > span::before,
.note-dl > dt > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 4px;
  margin: auto;
  background: #fff;
}

.note-dl > dt > span::after {
  transform: rotate(90deg);
}

.note-dl > dt.opened > span::after {
  transform: none;
}

.note {
  margin-top: 20px;
  color: #777;
  font-size: 14px;
}

@media (max-width: 768px) {
  .note {
    margin-top: 15px;
    font-size: 12px;
  }
}

.tokuten-btn {
  position: relative;
  display: block;
  max-width: 360px;
  margin: 30px auto 0;
  padding: 14px 20px;
  border: 3px solid #0077d2;
  border-radius: 11px;
  color: #0077d2;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 6px 0 0 #0077d2;
  line-height: 1;
}

.tokuten-orange-btn {
  border: 3px solid #f6782e;
  color: #f6782e;
  box-shadow: 0 6px 0 0 #f6782e;
}

@media (max-width: 768px) {
  .tokuten-btn {
    max-width: 260px;
    padding: 14px 20px;
    border: 2px solid #0077d2;
    font-size: 15px;
  }
  .tokuten-orange-btn {
    border: 2px solid #f6782e;
  }
}

.tokuten-btn > span {
  position: relative;
}

.tokuten-btn > span::before,
.tokuten-btn > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tokuten-btn > span::before {
  right: -30px;
  width: 22px;
  height: 22px;
  background: #0077d2;
  border-radius: 50%;
}

.tokuten-orange-btn > span::before {
  right: -30px;
  width: 22px;
  height: 22px;
  background: transparent;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .tokuten-btn > span::before {
    right: -24px;
    width: 15px;
    height: 15px;
  }
}

.tokuten-btn > span::after {
  right: -22px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .tokuten-btn > span::after {
    right: -19px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 6px;
    height: 6px;
  }
}

@media (min-width: 769px) {
  .tokuten-txt {
    font-size: 18px;
  }
}

.tokuten-img {
  margin-top: 20px;
  text-align: center;
}

/* ------------------------------------------------------------------------------
    現在実施中のキャンペーン
-------------------------------------------------------------------------------*/
.title-img {
  text-align: center;
}

@media (max-width: 768px) {
  .title-img.title-campaign > img {
    width: 80%;
  }
}

.campaign-banner {
  max-width: 768px;
  margin: 20px auto 0;
}

@media (max-width: 768px) {
  .campaign-banner {
    margin-top: 10px;
  }
}

.anchor-link-btn {
  margin-top: 25px;
  font-size: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .anchor-link-btn {
    margin-top: 14px;
  }
}

.anchor-link-btn > li {
  display: inline-block;
  width: 30.3%;
}

.anchor-link-btn > li + li {
  margin-left: 2%;
}

/* ------------------------------------------------------------------------------
    カードお申込みエリア
-------------------------------------------------------------------------------*/
.card-area {
  padding: 250px 0 260px;
  background-color: #f0f6fb;
  background-image: url(/-/media/AeonCard/campaign/lp/minions/images/20220131/card_bg_pc.png), url(/-/media/AeonCard/campaign/lp/minions/images/20220131/card_bg_pc.png);
  background-repeat: repeat-x;
  background-position: left top 40px,  left bottom 20px;
}

@media (max-width: 768px) {
  .card-area {
    padding: 100px 0 120px;
    background-color: #fff;
    background-image: url(/-/media/AeonCard/campaign/lp/minions/images/20220131/card_bg_sp.png), url(/-/media/AeonCard/campaign/lp/minions/images/20220131/card_bg_sp.png);
    background-repeat: repeat-x;
    background-position: left top 18px,  left bottom 20px;
  }
}

.card-anchor {
  margin-top: 12px;
  font-size: 0;
}

@media (min-width: 769px) {
  .card-anchor {
    display: none;
  }
}

.card-anchor > li {
  display: inline-block;
  width: 49%;
}

.card-anchor > li + li {
  margin-left: 2%;
}

@media (min-width: 769px) {
  .card-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}

.card-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
}

@media (min-width: 769px) {
  .card-box {
    width: 49%;
    padding: 40px 20px 50px;
  }
}

@media (max-width: 768px) {
  .card-box {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .card-box + .card-box {
    margin-top: 60px;
  }
}

.card-box > * {
  max-width: 100%;
  min-height: 0%;
}

.card-ttl {
  text-align: center;
}

.card-img {
  max-width: 306px;
  margin: 15px auto 0;
}

.card-btn {
  margin: auto auto 0;
}

@media (max-width: 768px) {
  .card-btn {
    margin: 25px auto 0;
  }
}

.card-note {
  margin: 15px 0 12px;
  padding: 0 1em;
}

@media (max-width: 768px) {
  .card-note {
    max-width: 430px;
    margin: 15px auto 0;
    padding: 0;
  }
}

.card-note > li {
  text-indent: -1em;
  margin-left: 1em;
  padding-left: 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .card-note + .card-btn {
    margin-top: 15px;
  }
}

/* ------------------------------------------------------------------------------
    スライドエリア
-------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .title-bg {
    margin: auto;
    padding: 35px 20px;
    background: url(/-/media/AeonCard/campaign/lp/minions/images/20220131/title_bg.png) no-repeat;
    background-size: 100% 107px;
    text-align: center;
  }
}

.kirakira {
  position: relative;
  padding: 50px 0;
  background-image: url(/-/media/AeonCard/campaign/lp/minions/images/20220131/kirakira_01.png), url(/-/media/AeonCard/campaign/lp/minions/images/20220131/kirakira_02.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom 20px;
}

.charm-area {
  padding: 80px 0 300px;
}

@media (max-width: 768px) {
  .charm-area {
    padding: 40px 0 180px;
  }
}

.visa-img {
  text-align: center;
}

.visa-txt {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}

.visa-txt > a {
  text-decoration: underline;
}

.visa-txt > a:visited {
  color: #0066cc;
  text-decoration: underline;
}

.title-visa {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .title-visa {
    margin-top: 50px;
  }
}

/* スライド */
.slide {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .slide {
    padding-top: 25px;
  }
}

.slick-slide {
  outline: none;
}

@media (min-width: 769px) {
  .slick-slide {
    margin-right: 12px;
  }
}

.slick-slide img {
  width: 100%;
  margin: auto;
}

@media (max-width: 768px) {
  .slick-dots {
    bottom: 0;
  }
  .slick-slide img {
    width: 70%;
    max-width: 320px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
}

.slick-dots li button:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  opacity: 1;
}

@media (max-width: 768px) {
  .slick-dots li button:before {
    width: 12px;
    height: 12px;
    border: 2px solid #000;
  }
}

.slick-dots li.slick-active button:before {
  background: #000;
  opacity: 1;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 1 !important;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  display: none;
}

.slick-next {
  right: -65px;
  width: 34px;
  height: 60px;
  z-index: 1;
}

@media (max-width: 768px) {
  .slick-next {
    right: 0;
    margin-top: -2.5vw;
    width: 9.33vw;
    height: 21.33vw;
  }
}

.slick-next:before {
  content: "";
  display: block;
  background: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/phone_right.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 45px;
  margin: auto;
  opacity: 1;
}

@media (max-width: 768px) {
  .slick-next:before {
    width: 4.53vw;
    height: 8.07vw;
  }
}

.slick-prev {
  left: -65px;
  width: 17px;
  height: 27px;
  z-index: 1;
}

@media (max-width: 768px) {
  .slick-prev {
    left: 0;
    margin-top: -2.5vw;
    width: 9.33vw;
    height: 21.33vw;
  }
}

.slick-prev:before {
  content: "";
  display: block;
  background: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/phone_left.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 45px;
  margin: auto;
  opacity: 1;
}

@media (max-width: 768px) {
  .slick-prev:before {
    width: 4.53vw;
    height: 7.07vw;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slide-charm {
  display: none;
}

.slide-charm.slick-initialized {
  display: block;
}

@media (min-width: 769px) {
  .slide-visa {
    font-size: 0;
  }
}

@media (min-width: 769px) {
  .slide-visa > li {
    display: inline-block;
    width: 32.2%;
  }
}

@media (min-width: 769px) {
  .slide-visa > li + li {
    margin-left: 1.2%;
  }
}

@media (max-width: 768px) {
  .slide-visa {
    display: none;
  }
}

@media (max-width: 768px) {
  .slide-visa.slick-initialized {
    display: block;
  }
}

/* ------------------------------------------------------------------------------
    下部追従ボタン
-------------------------------------------------------------------------------*/
.bottom-btn-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 -10px 15px -5px rgba(0, 0, 0, 0.1);
  font-size: 0;
  text-align: center;
  z-index: 999;
}

@media (max-width: 768px) {
  .bottom-btn-wrap {
    padding: 16px 24px;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bottom-btn-wrap.is-active {
  display: block;
  animation: show 0.5s linear 0s;
}

.bottom-btn {
  display: inline-block;
}

@media (max-width: 768px) {
  .bottom-btn {
    width: 49%;
  }
}

.bottom-btn + .bottom-btn {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .bottom-btn + .bottom-btn {
    margin-left: 2%;
  }
}

/* ------------------------------------------------------------------------------
    トップへ戻るボタン
-------------------------------------------------------------------------------*/
.link-top {
  text-align: right;
  position: static;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

.link-top a {
  display: block;
  width: 180px;
  height: 134px;
  margin: 0 20px 20px auto;
}

.link-top a img {
  transition: opacity .2s;
}

.link-top a:hover img,
.link-top a:focus img,
.link-top a:active img {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media (max-width: 767px) {
  .link-top {
    text-align: right;
    position: static;
    right: 10px;
    bottom: 20px;
    z-index: 5;
  }
  .link-top a {
    display: block;
    width: 108.5px;
    height: 88px;
    margin: 0 10px 10px auto;
  }
}

.popup_area {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1000;
}

.popup_area_close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.popup_area_close::before, .popup_area_close::after {
  content: "";
  width: 5px;
  height: 20px;
  background: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
}

.popup_area_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup_area_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px) {
  .popup_area_inner {
    width: 90%;
  }
}

.banner_compare {
  text-align: center;
  margin: 20px auto 0;
}

.pop_over {
  overflow: hidden;
}

/* 20240801 */
p.wrap-title {
  font-size: 32px;
  color: #262626;
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
}

.pcOnly {
  display: block !important;
}

.spOnly {
  display: none !important;
}

.ucsllc {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #9e9e9e;
  padding-top: 5px;
}

.newgr-content {
  max-width: 840px;
  width: 100%;
  background-color: #ecf8ff;
  padding: 40px 30px;
  display: block;
  margin: auto;
  margin-top: 40px;
}

.gr-section {
  background-color: #ffffff;
  border-radius: 15px;
  max-width: 780px;
  display: block;
  margin: auto;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.gr-title {
  font-size: 19px;
  text-align: center;
  background-color: #1fa6eb;
  padding: 10px 0;
  color: #ffffff;
}

.gr-content {
  padding: 30px;
}

.gr-big-text {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.gr-flex {
  display: flex;
  justify-content: center;
}

.gr-flex > div {
  flex: 1;
}

.gr-flex > div:first-of-type {
  margin-right: 30px;
}

.gr-flex > div p {
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.notes_new_t1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.notes_new_t2 {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  text-decoration: underline;
}

.note-flex {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.note-flex > div {
  flex: 1;
}

.notes_flex_title {
  font-size: 14px;
  text-align: center;
}

.note-flex > div img {
  height: 140px;
  display: block;
  margin: 20px auto 0;
}

.notes_flex_tips {
  text-align: center;
  padding-top: 30px;
  color: #ff0000;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .notes_new_t1 {
    font-size: 4vw;
  }
  .notes_new_t2 {
    padding-top: 2vw;
    font-size: 3.2vw;
  }
  .note-flex {
    padding-top: 6vw;
    flex-direction: column;
  }
  .notes_flex_title {
    font-size: 3.4vw;
    text-align: center;
  }
  .note-flex > div img {
    height: 28vw;
    margin: 4vw auto 0;
  }
  .notes_flex_tips {
    padding-top: 6vw;
  }
  p.wrap-title {
    font-size: 6.4vw;
    margin-bottom: 5.33333vw;
  }
  .spOnly {
    display: block !important;
  }
  .pcOnly {
    display: none !important;
  }
  .ucsllc {
    font-size: 3.2vw;
    padding-top: 1vw;
  }
  .newgr-content {
    padding: 10vw 5vw;
    margin-top: 8vw;
  }
  .gr-section {
    border-radius: 3vw;
    margin-top: 4vw;
  }
  .gr-title {
    font-size: 3.8vw;
    padding: 2vw 0;
  }
  .gr-content {
    padding: 5vw;
  }
  .gr-big-text {
    font-size: 3.6vw;
  }
  .gr-flex > div p {
    height: auto;
    font-size: 3.4vw;
  }
  .gr-flex > div:first-of-type {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .gr-flex {
    flex-direction: column;
  }
}

.wrap-common-content {
  max-width: 780px;
  width: 100%;
  background-color: #ecf8ff;
  padding: 20px 25px 70px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.wrap-common-block {
  display: block;
  margin: auto;
}

.wrap-common-flex {
  display: flex;
  justify-content: center;
}

.wrap-common-flex a {
  max-width: 420px;
}

.wrap-common-pt90 {
  padding-top: 90px;
}

.wrap-common-pt80 {
  padding-top: 80px;
}

.wrap-common-pt30 {
  padding-top: 30px;
}

.wrap-common-pt20 {
  padding-top: 20px;
}

.wrap-common-pt10 {
  padding-top: 10px;
}

.wrap-common-max520 {
  max-width: 520px;
  width: 100%;
  display: block;
  margin: auto;
}

.wrap-common-dates {
  font-size: 20px;
  font-weight: bold;
}

.wrap-common-tips {
  font-size: 12px;
  color: #4d4d4d;
  padding-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.wrap-common-sarani {
  max-width: 780px;
  height: 410px;
  display: block;
  margin: auto;
  background-image: url(/-/media/AeonCard/campaign/lp/minions/images/20240801/common-wrap-bg-pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-top: -25px;
}

.relativeswiper {
  position: relative;
  max-width: 520px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

.swiper-bnr {
  max-width: 420px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.swiper-title {
  color: #262626;
  font-size: 24px;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

.swiper-pagination {
  width: 100%;
  position: relative !important;
  padding-top: 20px;
}

.swiper-pagination > span {
  margin-right: 15px;
}

.swiper-pagination > span:last-of-type {
  margin-right: 0;
}

.swiper-pagination-bullet {
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #777777;
  background: #ccc !important;
  opacity: .7 !important;
}

.swiper-pagination-bullet-active {
  background: #007aff !important;
}

@media screen and (max-width: 768px) {
  .wrap-common-content {
    padding: 4vw 5vw 14vw;
  }
  .wrap-common-sarani {
    background-image: url(/-/media/AeonCard/campaign/lp/minions/images/20240801/common-wrap-bg-sp.png);
    height: 80vw;
    margin-top: -2vw;
    padding: 0 5vw;
  }
  .wrap-common-pt90 {
    padding-top: 18vw;
  }
  .wrap-common-pt80 {
    padding-top: 11vw;
  }
  .wrap-common-pt30 {
    padding-top: 6vw;
  }
  .wrap-common-pt20 {
    padding-top: 4vw;
  }
  .wrap-common-pt10 {
    padding-top: 2vw;
  }
  .wrap-common-sp55 {
    width: 55vw;
  }
  .wrap-common-dates {
    font-size: 4vw;
  }
  .wrap-common-tips {
    font-size: 3.2vw;
    padding-top: 4vw;
  }
  .wrap-common-flex a {
    padding: 0 5vw;
  }
  .swiper-title {
    font-size: 5vw;
    padding-bottom: 4vw;
  }
  .swiper-bnr .swiper-slide {
    padding: 0 5vw;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 7vw !important;
    height: 5vw !important;
    margin-top: -5vw;
  }
  .swiper-button-prev {
    left: 0vw !important;
  }
  .swiper-button-next {
    right: 0 !important;
  }
  .swiper-pagination {
    padding-top: 5vw;
  }
  .swiper-pagination-bullet {
    width: 4vw !important;
    height: 4vw !important;
  }
}

/* 20240926 */
.tokuten-btn-anchor {
  background: #fff;
  line-height: 1.5;
  width: 100%;
  max-width: 590px;
  margin-bottom: 80px;
  display: block;
}

.tokuten-btn-anchor span {
  display: block;
}

.tokuten-btn-anchor > span::before {
  right: 10px;
}

.tokuten-btn-anchor > span::after {
  right: 17px;
  transform: rotate(135deg);
  top: -2px;
}

.campaign_entry_inner {
  width: unset;
  max-width: 1000px;
  display: block;
  margin: auto;
}

.campaign_entry_inner_bg {
  background: #fff8e5;
  width: 100%;
}

.use_soon {
  text-align: center;
  padding: 80px 0;
  border-bottom: 1px solid #666666;
}

.use_soon_button {
  margin-top: 10px;
  display: block;
}

.tokuten_area {
  background: #ecf8ff;
  border: 4px solid #1fa6eb;
  overflow: hidden;
  padding-bottom: 55px;
  border-radius: 20px;
}

.promotion-sub-box {
  max-width: 420px;
  margin: 0 auto;
}

.promotion-ttl .span-left {
  padding-right: 10px;
}

.promotion-ttl .span-right {
  padding-left: 10px;
}

.promotion-ttl, .promotion-ttl2 {
  margin-bottom: 40px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  width: 280px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  font-weight: bold;
  line-height: 1;
}

.promotion-ttl3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1fa6eb;
  margin-bottom: 20px;
}

.tag-flex {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-bottom: 20px;
}

.new-tag, .old-tag {
  font-size: 16px;
  line-height: 2;
}

.new-tag {
  border: 1px solid #b60081;
  width: 90px;
  color: #b60081;
  background: #fff;
  text-align: center;
  font-weight: bold;
}

.old-tag {
  border: 1px solid #1a1a1a;
  width: 90px;
  color: #1a1a1a;
  background: #fff;
  text-align: center;
  font-weight: bold;
}

.mt20 {
  margin-top: 20px;
}

.indent_adjust_atten_block {
  text-indent: -1.2em;
  margin-left: 1.2em;
  display: block;
  font-size: 12px;
}

.cp-link__blue {
  color: #015ec5;
  text-decoration: underline;
}

.promotion-ttl {
  color: #1fa6eb;
}

.promotion-ttl2 {
  color: #ff7f10;
  margin-top: 65px;
}

.top_bottom_padding {
  padding-bottom: 15px;
}

.max420 {
  max-width: 420px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.h3_img_ttl {
  text-align: center;
  background: #1fa6eb;
  padding: 10px;
  margin-bottom: 65px;
}

.web_limit {
  text-align: center;
  padding: 80px 0 60px;
}

.a-mt30 {
  margin-top: 30px;
}

.promotion-add {
  background: url(/-/media/aeoncard/campaign/lp/minions/20240926/images/promotion-add_bg_01.png) no-repeat center top/100% auto, url(/-/media/aeoncard/campaign/lp/minions/20240926/images/promotion-add_bg_02.png) no-repeat center bottom/100% auto;
  padding: 70px 30px 30px;
  margin: 0 auto;
  position: relative;
  top: -20px;
}

.black_font {
  color: #262626;
  font-size: 22px;
}

.black_font.line_blue::before, .black_font.line_blue::after {
  background: #1fa6eb;
}

.line_blue::before {
  left: 0;
  transform: rotate(135deg);
}

.line_blue::after {
  right: 0;
  transform: rotate(45deg);
}

.line_blue::before, .line_blue::after {
  content: "";
  position: absolute;
  height: 100%;
  display: inline-block;
  width: 2px;
  background: #2c3d8a;
  top: 0;
}

.line_blue {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  color: #1fa6eb;
}



.fs18 {
  font-size: 18px;
}

.fwb {
  font-weight: bold;
}

.mt40 {
  margin-top: 40px;
}

.received_area {
  text-align: center;
  margin-bottom: 20px;
}

.new_period {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .new_period {
    text-align: left;
  }
  .span-right img, .span-left img {
    height: 80%;
  }
  .tokuten-btn-anchor {
    margin-top: 2.66667vw;
    margin-bottom: 10.66667vw;
    padding: 2vw;
    width: 90%;
  }
  .tokuten-btn-anchor > span::before {
    right: 5.33333vw;
    width: 4vw;
    height: 4vw;
  }
  .tokuten-btn-anchor > span::after {
    width: 1.33333vw;
    height: 1.33333vw;
    right: 6.66667vw;
  }
  .received_01_img {
    width: 50%;
  }
  .received_02_img {
    width: 80%;
  }

  .use_soon_img {
    width: 85%;
  }
  .web_limit_ttl_img {
    width: 80%;
  }
  .fs18 {
    font-size: 4vw;
  }
  .top_bottom_padding {
    padding-top: 0;
    padding-bottom: 2vw;
  }
  .campaign_entry_inner {
    width: 100%;
  }
  .promotion-box {
    padding: 0 4vw 11vw;
  }
  .promotion-ttl2 {
    margin-top: 8vw;
  }
  .promotion-ttl2, .promotion-ttl {
    font-size: 5.5vw;
    text-align: center;
    width: 60vw;
    padding: 0.66667vw 1.33333vw 0.53333vw;
    margin-bottom: 8vw;
  }
  .tag-flex {
    margin-bottom: 4vw;
  }
  .old-tag {
    width: 21.06667vw;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3.73333vw;
  }
  .new-tag {
    width: 21.06667vw;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3.73333vw;
  }
  .new-tag, .old-tag {
    padding-top: 2px;
  }
  .max420 {
    width: 100%;
  }
  .promotion-add {
    background: url(/-/media/aeoncard/campaign/lp/minions/20240926/images/promotion-add_bg_02_sp.png) no-repeat center bottom/100% auto, url(/-/media/aeoncard/campaign/lp/minions/20240926/images/promotion-add_bg_01_sp.png) no-repeat center top/100% auto;
    padding: 11vw 4vw 6vw;
    top: -12px;
  }
  .promotion-ttl3, .black_font {
    font-size: 5.5vw;
  }
  .h3_img_ttl {
    padding: 5vw 5vw 2vw;
    margin-bottom: 10vw;
  }
  .use_soon {
    padding: 8vw 0 10.66667vw;
  }
  .web_limit {
    padding: 10.66667vw 0 8vw;
  }
  .tokuten_area {
    border: 0.66667vw solid #1fa6eb;
    border-radius: 2.66667vw;
    padding-bottom: 0;
  }
  .mt8vw {
    margin-top: 8vw;
  }
}

/* スライダー */
.kv_bnr_title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding-bottom: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .kv_bnr_title {
    font-size: 20px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container-banner {
  width: 680px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.swiper-container-banner .swiper-button-prev {
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/phone_left.png);
}

.swiper-container-banner .swiper-button-next {
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/phone_right.png);
}

.swiper-container-banner .swiper-button-next, .swiper-container-banner .swiper-button-prev {
  width: 20px;
  height: 45px;
  margin: 0;
  transform: translateY(calc(-50% - 12px));
  background-size: 20px !important;
  top: 50% !important;
}

.swiper-pagination-banner {
  margin-top: 10px;
}

.swiper-container-banner .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #1fa6eb !important;
  border: 1px solid #b6b6b6;
  width: 40px !important;
  border-radius: 6px !important;
}

.swiper-container-banner .swiper-pagination-bullet {
  background: #eeeeee;
  border: 1px solid #787878;
  opacity: 1;
}

.swiper-container-banner .swiper-pagination-bullet, .swiper-container-banner .swiper-pagination-bullet-active {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
}

.swiper-container-banner .swiperimg {
  width: 450px;
  max-width: 100%;
}

.swiper-container-banner .swiper-slide {
  width: 100% !important;
}

.swiper-container-banner .swiper-pagination-bullet,
.swiper-container-banner .swiper-pagination-bullet-active {
  margin: 0 8px;
}

@media screen and (min-width: 769px) {
  .swiper-slide {
    width: 29% !important;
    max-width: 80vw;
  }
  .swiper-container-banner .swiper-pagination-bullet,
  .swiper-container-banner .swiper-pagination-bullet-active {
    margin: 0 4px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-container-banner .swiper-button-next, .swiper-container-banner .swiper-button-prev {
    transform: translateY(calc(-50% - 3vw));
  }
  .swiper-container-banner {
    margin-bottom: 10vw;
  }
  .swiper-container-banner .swiperimg {
    width: 70vw;
  }
  .swiper-container-banner .swiper-button-next, .swiper-container-banner .swiper-button-prev {
    background-size: 2.5vw auto !important;
  }
  .swiper-container-banner .swiper-button-prev {
    left: 0;
  }
  .swiper-container-banner .swiper-button-next {
    right: 0;
  }
  .swiper-pagination-banner {
    margin-top: 3vw;
    line-height: 1;
  }
  .swiper-container-banner .swiper-pagination-bullet, .swiper-container-banner .swiper-pagination-bullet-active {
    width: 3vw !important;
    height: 3vw !important;
  }
  .swiper-container-banner .swiper-button-next, .swiper-container-banner .swiper-button-prev {
    top: 50% !important;
  }
  .use_soon_img_top {
    width: 80%;
  }
}




.modal__overlay {
  z-index: 999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  .modal__container {
    width: 60%;
    height: 758px;
    min-width: 600px;
    margin: 100px auto;
  }
}

.modal__container {
  margin-top: 100px;
  max-width: 840px;
  max-height: 800px;
  width: 90vw;
  height: 80vh;
  padding: 10px 20px 50px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.modal__close {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: auto;
}

.modal__overlay {
  overflow-y: scroll !important;
}

@media screen and (max-width: 768px) {
  .modal__container {
    padding-bottom: 30px;
    margin-top: 13.3333333333vw;
  }
}

.modal__overlay {
  z-index: 999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  .modal__container {
    width: 60%;
    height: 758px;
    min-width: 600px;
    margin: 100px auto;
  }
}

.modal__container {
  margin-top: 100px;
  max-width: 840px;
  max-height: 800px;
  width: 90vw;
  height: 80vh;
  padding: 10px 20px 50px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.modal__close {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: auto;
}

.modal__overlay {
  overflow-y: scroll !important;
}

@media screen and (max-width: 768px) {
  .modal__container {
    padding-bottom: 30px;
    margin-top: 13.3333333333vw;
  }
}

.qx-apply-btn {
  position: relative;
  display: block;
  padding: 4px 30px 8px 10px;
  background: #ff7f11;
  border-radius: 12px;
  box-shadow: 0 6px 0 0 #dd6f0e;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .qx-apply-btn {
    padding: 4px 30px 8px 10px;
    font-size: 20px;
  }
}

.qx-apply-btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 23px;
  bottom: 21px;
  width: 13px;
  height: 13px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .qx-apply-btn::before {
    right: 17px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
  }
}

.qx-apply-btn:visited {
  color: #fff;
}

.qx-apply-btn:hover {
  top: 4px;
  box-shadow: 0 2px 0 0 #dd6f0e;
}

.qx-apply-btn span {
  font-size: 14px;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .qx-apply-btn span {
    font-size: 12px;
  }
}

.qx-every_day {
  padding: 60px 10px 0;
}

.qx-every_day .qx-every_day_inner {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.qx-every_day_line {
  border: 3px solid #1fa6ea;
  border-radius: 20px;
  padding: 55px 0;
  background: #ffffff;
  margin-top: 0;
}

.qx-every_day_line_inner {
  padding-left: 100px;
  padding-right: 100px;
}

.qx-every_day_top {
  text-align: center;
}

.qx-every_day_banner {
  margin-top: 47px;
  margin-bottom: 65px;
  width: 450px;
}

.qx-every_day_period {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #20a7eb;
  padding: 20px 140px;
}

.qx-every_day_period_day {
  padding-right: 65px;
  font-size: 20px;
  text-align: right;
  flex: 1;
  font-weight: bold;
}

.qx-every_day_period_detail {
  flex: 3;
  padding-left: 65px;
  border-left: 3px solid #fff;
}

.qx-every_day_period_detail_inner {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.qx-every_day_big {
  font-size: 130%;
}

.qx-every_day_period .note-list li {
  color: #fff;
}

.qx-every_day .qx-txt-bold {
  font-weight: bold;
}

.qx-every_day_bottom {
  margin-top: 20px;
}

.qx-every_day_red {
  color: #f34b4b;
}

.qx-every_day_note-list {
  margin-top: 10px;
}

.qx-every_day_note-list li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}

.qx-every_day_note-list_small li {
  font-size: 12px;
}

.qx-every_day_inner_line_wrapper {
  margin-top: 35px;
}

.qx-every_day_inner_line {
  border: 2px solid #4252a9;
  padding: 35px 50px;
  border-radius: 10px;
  background: #fff;
  margin-top: 20px;
}

.qx-every_day_inner_line_title {
  text-align: center;
  margin-bottom: 20px;
}

.qx-every_day_inner_line_title span {
  font-weight: bold;
  font-size: 24px;
  color: #1fa5ec;
  padding: 0 20px;
  position: relative;
}

.qx-every_day_inner_line_title span::before, .qx-every_day_inner_line_title span::after {
  content: "";
  position: absolute;
  height: 100%;
  display: inline-block;
  width: 2px;
  background: #1fa5ec;
  top: 0;
  height: 100%;
}

.qx-every_day_inner_line_title span::before {
  left: 0;
  transform: rotate(135deg);
}

.qx-every_day_inner_line_title span::after {
  right: 0;
  transform: rotate(45deg);
}

.qx-every_day_title_line_none span::before,
.qx-every_day_title_line_none span::after {
  content: none;
}

.qx-every_day_logo {
  width: 345px;
  margin-bottom: 40px;
}

.qx-every_day_text {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #0077d3;
}

.qx-every_day_btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 30px;
}

.qx-every_day_btn_area > li {
  flex: 1;
}

.qx-every_day_btn_area > li:first-of-type {
  margin-right: 20px;
}

.qx-every_day_btn {
  display: block;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 12px 40px 12px 18px;
  background: #0077d3;
  box-shadow: none;
  letter-spacing: inherit;
  font-weight: normal;
}

.qx-every_day_btn:hover {
  top: 0;
  box-shadow: none;
}

.qx-every_day_btn_txt {
  font-size: 14px;
}

.qx-every_day_map {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.qx-every_day_map .qx-every_day_note-list {
  margin-top: 20px;
}

.qx-every_day_map_inner {
  position: relative;
  margin-top: 30px;
}

.qx-every_day_map_inner_area button {
  position: absolute;
  border-radius: 8px;
  background: transparent;
}

.qx-every_day_hokkaido_btn {
  width: 106px;
  height: 91px;
  top: 0;
  left: 146px;
}

.qx-every_day_kyushu_okinawa_btn {
  width: 137px;
  height: 105px;
  top: 206px;
  left: 0;
}

.qx-every_day_touhoku_btn {
  width: 131px;
  height: 91px;
  top: 209px;
  right: 0;
}

.qx-every_day_honnsyu_shikoku_btn {
  width: 270px;
  height: 168px;
  left: 117px;
  bottom: 21px;
}

.qx-every_day_map_model {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  overflow-y: visible;
  padding: 60px 130px;
  position: relative;
  border-radius: 0;
}

.qx-every_day_map_model_scroll {
  overflow: hidden;
}

.qx-every_day_map_model_content {
  padding: 0 60px 60px;
  height: 100%;
  max-height: 570px;
  overflow-y: auto;
}

.qx-every_day_map_close_top {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
}

.qx-every_day_map_close {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  border: 2px solid #363636;
  background: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/point_btn_close.png) no-repeat 96% center/18px, #fff;
  color: #262626;
  width: 480px;
  max-width: 100%;
  border-radius: 7px;
  font-weight: bold;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 18px;
  box-shadow: 4px 4px 4px 0px rgba(120, 120, 120, 0.2), -4px -4px 4px 0px rgba(120, 120, 120, 0.2);
}

.qx-every_day_map_close_top:hover,
.qx-every_day_map_close:hover {
  opacity: .8;
}

.qx-every_day_map_lab {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  max-width: 480px;
  width: 100%;
  padding: 17px 10px 14px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 60px;
}

.qx-every_day_hokkaido .qx-every_day_map_lab {
  background: #3c96d3;
}

.qx-every_day_kyushu_okinawa .qx-every_day_map_lab {
  background: #c67d7d;
}

.qx-every_day_touhoku .qx-every_day_map_lab {
  background: #7ac947;
}

.qx-every_day_honnsyu_shikoku .qx-every_day_map_lab {
  background: #f18900;
}

.qx-every_day_small {
  font-size: 12px;
}

.qx-every_day_model_text {
  margin-top: 20px;
}

.qx-every_day_card {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

.qx-every_day_apply-btn-wrap {
  margin-top: 60px;
  margin-bottom: 35px;
}

.qx-every_day_apply-btn {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 30px 18px 10px;
  font-size: 16px;
  border-radius: 8px;
}

.qx-every_day_btn::after, .qx-every_day_apply-btn::after {
  top: 50%;
  transform: translateY(-50%);
}

.qx-every_day_btn::before, .qx-every_day_apply-btn::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.qx-every_day_bottom_txt {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .qx-every_day_btn {
    width: 100%;
  }
  .qx-every_day {
    padding: 0;
    background: #ffffff;
  }
  .qx-every_day_line {
    border: none;
    padding: 10.66667vw 0 0;
  }
  .qx-every_day_line_inner {
    padding: 0 10px;
  }
  .qx-every_day_banner {
    margin-top: 7.33333vw;
    margin-bottom: 8vw;
  }
  .qx-every_day_period {
    padding: 4vw 2.66667vw;
  }
  .qx-every_day_period_day {
    padding-right: 5.33333vw;
    font-size: 3.73333vw;
  }
  .qx-every_day_period_detail {
    padding-left: 5.33333vw;
  }
  .qx-every_day_period_detail_inner {
    font-size: 3.2vw;
  }
  .qx-every_day_note-list {
    margin-top: 2vw;
  }
  .qx-every_day_small, .qx-every_day_note-list li {
    font-size: 3.2vw;
  }
  .qx-every_day_bottom_txt {
    font-size: 3.73333vw;
  }
  .qx-every_day_inner_line_title span {
    font-size: 4.26667vw;
    padding: 0 3.33333vw;
  }
  .qx-every_day_inner_line {
    padding: 6.66667vw 4vw;
  }
  .qx-every_day_inner_line_title span::before, .qx-every_day_inner_line_title span::after {
    width: 1px;
  }
  .qx-every_day_logo {
    width: 80%;
    margin-bottom: 8vw;
  }
  .qx-every_day_text {
    margin-bottom: 4vw;
    font-size: 5.5vw;
  }
  .qx-every_day_btn {
    padding: 3.2vw 6vw 3.2vw 2.4vw;
    font-size: 3.2vw;
  }
  .qx-every_day_btn span {
    font-size: 3.73333vw;
  }
  .qx-every_day_btn_area {
    flex-direction: column;
    margin-top: 5.33333vw;
  }
  .qx-every_day_btn_area > li:first-of-type {
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .qx-every_day_btn::before, .qx-every_day_btn::after {
    bottom: auto;
  }
  .qx-every_day_title_line_none span {
    font-size: 5.33333vw;
  }
  .qx-every_day_hokkaido_btn {
    width: calc(128 / 608 * 100%);
    height: calc(110 / 654 * 100%);
    top: calc(10 / 654 * 100%);
    left: calc(206 / 608 * 100%);
  }
  .qx-every_day_kyushu_okinawa_btn {
    width: calc(159 / 608 * 100%);
    height: calc(121 / 654 * 100%);
    top: calc(235 / 654 * 100%);
    left: 0;
  }
  .qx-every_day_touhoku_btn {
    width: calc(159 / 608 * 100%);
    height: calc(110 / 654 * 100%);
    top: calc(169 / 654 * 100%);
    right: 0;
  }
  .qx-every_day_honnsyu_shikoku_btn {
    width: calc(326 / 608 * 100%);
    height: calc(203 / 654 * 100%);
    left: calc(202 / 608 * 100%);
    bottom: calc(21 / 654 * 100%);
  }
  .qx-every_day_map_model {
    padding: 10.66667vw 5.33333vw;
  }
  .qx-every_day_map_close {
    margin-top: 5.33333vw;
    font-size: 4vw;
    width: 100%;
    padding: 5vw 0;
    background-size: 3.3vw;
    border-radius: 2vw;
    border-width: 1px;
  }
  .qx-every_day_map_model_content {
    padding: 0 5.33333vw 5.33333vw;
    max-height: 70vh;
  }
  .qx-every_day_map_lab {
    font-size: 4.66667vw;
    padding: 2.26667vw 1.33333vw 1.73333vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    border-radius: 5px;
  }
  .qx-every_day_map_close_top {
    width: 10.66667vw;
    height: 10.66667vw;
    right: -4vw;
    top: -4vw;
  }
  .qx-every_day_card {
    font-size: 4.26667vw;
    margin-bottom: 2.66667vw;
  }
  .qx-every_day_apply-btn-wrap {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .qx-every_day_apply-btn {
    width: 100%;
    padding: 5.5vw 6vw 5.5vw 2.4vw;
  }
  .qx-every_day_apply-btn::before,
  .qx-every_day_apply-btn::after {
    bottom: auto;
  }
  .qx-every_day_bottom {
    margin-top: 5.33333vw;
  }
  .qx-every_day {
    padding-bottom: 8.66667vw;
  }
  .qx-every_day_btn_area > li {
    width: 100%;
  }
}

.qx-mv-btn-wrapper {
  margin: 0;
  width: 100%;
}
.qx-mv-btn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
}
.qx-mv-btn > a {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  color: #0077d2;
  border: 4px solid #0077d2;
  font-size: 20px;
  font-weight: 600;
  width: 590px;
  height: 88px;
  border-radius: 10px;
  position: relative;
  filter: drop-shadow(0 8px 0 #0077d2 );
}
.qx-mv-btn > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 27px;
  right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0077d2;
}
.qx-mv-btn > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 34px;
  right: 39px;
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .qx-mv-btn-wrapper {
      padding: 0;
  }
  .qx-mv-btn {
      padding-bottom: 40px;
  }
  .qx-mv-btn img {
      max-width: 255px;
  }
  .qx-mv-btn > a {
      margin-top: 10px;
      font-size: 13px;
      width: 100%;
      max-width: 295px;
      height: 56px;
      border-radius: 8px;
      border: 2px solid #0077d2;
      filter: drop-shadow(0 4px 0 #0077d2 );
  }
  .qx-mv-btn > a::before {
    top: 20px;
    right: 15px;
    width: 15px;
    height: 15px;
  }
  .qx-mv-btn > a::after {
      content: "";
      display: block;
      position: absolute;
      top: 23px;
      right: 19px;
      width: 7px;
      height: 7px;
  }
  
}

.qx-top_title {
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

.qx-top_title:before,
.qx-top_title:after {
  content: "";
  height: 40px;
  display: inline-block;
  width: 1px;
  background: #000;
}

.qx-top_title:before {
  transform: rotate(135deg);
  margin-right: 20px;
}

.qx-top_title:after {
  transform: rotate(45deg);
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .qx-top_title {
      font-size: 5vw;
      margin-bottom: 10px;
  }
  .qx-top_title:before,
  .qx-top_title:after {
      height: 8vw;
      width: 0.2vw;
  }
}

/* 20241028 new style */
.qx-every_day_img {
  margin-top: 40px;
  text-align: center;
}

.qx-every_day_img>img {
  width: 100%;
}

.qx-every_day_note-list li {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .qx-every_day_note-list li {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .qx-every_day_img {
      margin-top: 20px;
  }
}
.simplebar-track.simplebar-vertical {
  width: 10px;
}

.simplebar-track.simplebar-vertical {
  background: #f2f2f2;
  border-radius: 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track .simplebar-scrollbar::before {
  background: #ccc;
}

@media screen and (max-width: 768px) {
  .simplebar-track.simplebar-vertical {
      width: 8px;
  }
}

.modal__container[data-type="small"] {
  height: auto;
}

.bottom-btn {
  max-width: 260px;
}

/* ーーーーーーーーーーーーーーーーーーー
 5per
ーーーーーーーーーーーーーーーーーーー */
.qx-5per {
  width: 100%;
  padding: 0;
}

.qx-5per .qx-5per_inner {
  display: block;
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
  padding: 30px 0 60px;
}

.qx-5per_top {
  margin-left: auto;
  margin-right: auto;
  background: #D3EDFA;
  margin-bottom: 30px;
}

.qx-5per_date {
  background: #2C3D8A;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.qx-5per_top .qx-5per_blue {
  padding: 0 20px 25px;
}

.qx-5per_inner_line_wrapper {
  margin-top: 35px;
  padding: 35px 50px;
  background: #fff;
  border: 1px solid #2C3E8A;
}

.qx-5per_inner_line {
  margin: 0 auto;
  width: 100%;
  max-width: 645px;
}

.qx-5per_inner_line_title {
  text-align: center;
  margin-bottom: 30px;
}

.qx-5per_inner_line_title span {
  font-weight: bold;
  font-size: 18px;
  color: #2c3d8a;
  padding: 0 16px;
  position: relative;
  padding-bottom: 15px;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/20250301/images/5per_ttl.svg) no-repeat center bottom;
  background-size: 100% auto;
  display: inline-block;
}

.qx-5per_inner_line_title strong {
  font-size: 22px;
}

.qx-5per_apply-btn-wrap {
  margin-top: 60px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-5per_date ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-5per_date li {
  text-align: center;
}

.qx-5per_date li:first-of-type {
  padding-right: 20px;
}

.qx-5per_date li:last-of-type {
  border-left: 2px solid #fff;
  padding-left: 20px;
}

.qx-5per__link--space {
  margin-top: 20px;
}

.qx-5per__link--align {
  justify-content: center;
}

.qx-5per__accordion--body {
  border: 1px solid #7D7D7D;
  border-top: 0;
}

.qx-5per__note {
  font-size: 16px;
}

.qx-5per__note li {
  text-indent: -1em;
  margin-left: 1em;
}

.qx-5per__indent {
  margin-left: 1em;
}

.qx-5per_logo {
  width: 520px;
}

.qx-5per-flex--center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-5per-img__limit {
  height: 70px !important;
  margin-right: 20px;
}


.qx-5per-point_btn {
  width: 480px;
  max-width: 100%;
  border-radius: 7px;
  font-weight: bold;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 18px;
  box-shadow: 4px 4px 4px 0px rgba(120, 120, 120, 0.2), -4px -4px 4px 0px rgba(120, 120, 120, 0.2);
}

.qx-5per-orange_point_botton {
  color: #ffffff;
  background: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/icon_right.png) no-repeat 96% center / 10px, #ff8a24;
}


.qx-5per-point_btn {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.qx-5per-linksdiv {
  display: flex;
  justify-content: center;
}

.qx-5per__link--space {
  margin-top: 20px;
}

.qx-5per__link--align {
  justify-content: center;
}

a.qx-5per-commonlinks {
  font-size: 16px;
  color: #015ec5;
  border-bottom: 1px solid #015ec5;
  position: relative;
}

a.qx-5per-commonlinks:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #015ec5;
  border-right: 1px solid #015ec5;
}

.qx-5per-birth__accodion .accordion_bg {
  background: #2C3E8A;
  text-align: center;
}

.qx-5per-attention__accodion_title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.qx-5per-birth__accodion .js-accordion__icon::before, .qx-5per-birth__accodion .js-accordion--close .js-accordion__icon::before {
  content: "";
}

.qx-5per-birth__accodion .js-accordion__icon span {
  background-color: #fff;
  border-radius: 50%;
}

.qx-5per-birth__accodion .js-accordion__icon span::before, .qx-5per-birth__accodion .js-accordion__icon span::after {
  background-color: #2C3E8A;
  width: 17px;
  height: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.qx-5per-birth__accodion .js-accordion--close .js-accordion__icon span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qx-5per-birth__accodion .js-accordion__icon {
  position: absolute;
  right: 3.923077%;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

.qx-5per-birth__accodion .accordion-body {
  display: block;
}


.qx-5per-birth__noneentry strong {
  font-size: 24px;
  font-weight: bold;
}

.qx-5per-textdec_under {
  text-decoration: underline;
}

.qx-5per-textdec__under__pen {
  background-image: linear-gradient(to bottom, transparent 70%, #FFE100 70%, #FFE100 100%);
}

.qx-5per-birth__triangle .qx-5per-birth__triangle__shap {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #2C3E8A;
  margin: auto;
}

.qx-5per-birth__step:first-of-type {
  margin-top: 30px;
}

.qx-5per-birth__step h3 {
  font-size: 16px;
  color: #2C3E8A;
  background-color: #E7EBFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #2C3D8A;
  height: 38px;
}

.qx-5per-birth__step h3 .qx-5per-birth__step__content {
  display: inline-block;
  padding: 0 10px;
  width: calc(100% - 120px);
  text-align: center;
}

.qx-5per-birth__step h3 .qx-5per-birth__step__num {
  width: 120px;
  height: 100%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-size: 100% 100%;
  margin: -1px 0;
}

.qx-5per-birth__step h3 .qx-5per-birth__step__num strong {
  font-size: 28px;
  margin-left: 3px;
  margin-bottom: 3px;
  line-height: 1;
  padding-right: 5px;
}

.qx-5per-birth__step__body {
  padding: 20px 20px 25px;
  border-left: 1px solid #2C3D8A;
  border-right: 1px solid #2C3D8A;
  border-bottom: 1px solid #2C3D8A;
  font-size: 16px;
}

.qx-5per-birth__triangle {
  margin: 20px 0;
}

.qx-5per-birth__discount {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 45px;
}

.qx-5per-birth__discount .qx-5per-campcard-flex-query {
  width: auto;
  height: auto;
}

.qx-5per-birth__discount li {
  text-align: center;
  margin: 0 20px;
}

.qx-5per-birth__discount img {
  height: 60px;
}

.qx-5per-cp-detail-box__hdg {
  padding: 0;
  background-color: #e2e5f2;
  border: 2px solid #2c3d8a;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.qx-5per-cp-detail-box__hdg img {
  width: 200px;
  margin-right: 30px;
}

.qx-5per-cp-detail-box__hdg span {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #2C3E8A;
  line-height: 1;
}

.qx-5per-color__blue {
  color: #4653A2;
}

.qx-5per-birth__noneentry {
  font-size: 22px;
  font-weight: bold;
}

.qx-5per-u-txt-left {
  justify-content: flex-start;
}

.qx-5per-every_day_note-list_small li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

.qx-5per-fs12 {
  font-size: 12px;
}

.qx-5per-banner_pop  {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2c3d8a;
  transform: skewX(-25deg);
  width: 580px;
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}

.qx-5per-cp-link__blue {
  text-decoration: underline!important;
  color: #015ec5;
}

.qx-5per-banner_pop  > div {
  padding: 6px;
  color: white;
  font-size: 24px;
  transform: skewX(25deg);
}

.qx-5per-banner_pop::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 20px 11px 0;
  border-color: #2c3d8a transparent transparent transparent;
  border-style: solid;
  bottom: 5px;
  left: 50%;
  transform: skewX(25deg) translate(-50%, 100%);
}
.qx-5per .accordion-body-inner {
  padding: 20px 15px;
  width: 100%;
  border: 1px solid transparent;
  border-top: none;
}
.qx-5per .acd-slide-bottom {
  padding: 0;
  border: none;
}
.qx-5per .accordion-title {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  letter-spacing: 0.025em;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 65px 17px 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .qx-5per .accordion-title {
      min-height: auto;
      text-align: center;
      letter-spacing: 0.1em;
      font-size: 25px;
      padding: 17px 95px;
  }
}
.qx-5per-campcard-flex {
  display: flex;
  justify-content: center;
  padding: 0px 140px;
  margin-bottom: 50px;
}
.qx-5per-fwb {
  font-weight: bold;
}
.qx-5per-mt40 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .qx-5per .accordion-body-inner {
      padding: 50px 20px;
  }
}
.qx-5per-campcard-flex-query > p {
  margin-top: 10px;
  font-size: 14px;
  color: #828282;
}
.qx-5per-campcard-flex-query > p span {
  font-size: 16px;
  font-weight: bold;
}

.qx-5per-campcard-flex-query > p > span {
  color: #2c3d8a;
}

.qx-5per .note-dl > dt > span {
  position: absolute;
  right: 3.923077%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  left: auto;
  margin: 0;
  background: #fff;
}

.qx-5per .note-dl > dt > span::before, .qx-5per .note-dl > dt > span::after {
  background: #2C3E8A;
}

.qx-5per button {
  background: none;
  border: none;
}
  
@media screen and (max-width: 768px) {
  .qx-5per .note-dl > dt > span {
    right: 3.8vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .qx-5per .note-dl > dt > span::before, .qx-5per .note-dl > dt > span::after {
    width: 3.2vw;
    height: 2px;
  }
  .qx-5per-campcard-flex {
    margin-bottom: 5.33333vw;
    padding: 0;
  }
  .qx-5per-campcard-flex > div {
    padding: 0 1vw;
  }
  .qx-5per .accordion-body-inner {
    padding: 50px 20px;
  }
  .qx-5per-banner_pop  {
    width: 95%;
    margin-bottom: 5vw;
  }
  .qx-5per-banner_pop  > div {
    font-size: 4.4vw;
  }
  .qx-5per-banner_pop ::after {
    border-width: 15px 8px 0;
  }
  a.qx-5per-commonlinks {
    font-size: 3.75vw;
  }
  .qx-5per-birth__step__body .qx-5per-commonlinks {
    font-size: 12px;
  }
  .qx-5per-point_btn {
    width: 100%;
    font-size: 6vw;
    padding: 5vw 0;
    background-size: 2vw;
    border-radius: 2vw;
    border-width: 1px;
  }
  .qx-5per-campcard-flex-query > p {
    margin-top: 2vw;
    font-size: 3.2vw;
  } 
  .qx-5per-mt40 {
    margin-top: 6vw;
  }
  .qx-5per-campcard-flex-query > p span {
    font-size: 3.4vw;
  }
  .qx-5per-point_btn {
    font-size: 4vw;
  }
  .qx-5per__link--align {
    justify-content: flex-start;
  }
  .qx-5per__link--space {
    margin-top: 8vw;
  }
  .qx-5per-birth__accodion .js-accordion__icon {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .qx-5per-birth__accodion .js-accordion__icon span::before, .qx-5per-birth__accodion .js-accordion__icon span::after {
    width: 3.2vw;
    height: 2px;
  }
  .qx-5per-birth__accodion .js-accordion__icon {
    right: 3.8vw;
  }
  .qx-5per__link--align {
    justify-content: flex-start;
  }
  .qx-5per__mv {
    width: 100%;
  }
  .qx-5per-birth__noneentry {
    font-size: 3.73333vw;
  }
  .qx-5per-birth__noneentry strong {
    font-size: 4.26667vw;
  }
  .qx-5per-img__limit {
    height: 12.4vw !important;
    margin-right: 5.33333vw;
  }
  .qx-5per_date li:first-of-type {
    font-size: 3.5vw;
    padding-right: 3.2vw;
  }
  .qx-5per_date li:last-of-type {
    padding-left: 3.2vw;
  }
  .qx-5per_date span {
    font-size: 4vw;
    margin-right: 0;
    line-height: 1;
  }
  .qx-5per_date strong {
    font-size: 4.4vw;
    line-height: 1;
  }
  .qx-5per_date {
    padding: 1.2vw 0;
  }
  .qx-5per-cp-detail-box__hdg img {
    width: 25.33333vw;
  }
  .qx-5per-cp-detail-box__hdg span {
    font-size: 3.75vw;
  }
  .qx-5per-birth__accodion .accordion_bg {
    padding: 4.4vw 3.8vw 4.2vw;
  }
  .qx-5per-attention__accodion_title {
    font-size: 4vw;
  }
  .qx-5per .qx-5per_inner {
    padding: 8vw 20px 16vw;
  }
  .qx-5per_inner_line_wrapper {
    padding: 9.33333vw 5.33333vw 6.66667vw;
  }
  .qx-5per_inner_line_title span {
    font-size: 3.73333vw;
    padding: 0 2.66667vw 4vw;
  }
  .qx-5per_inner_line_title {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
  }
  .qx-5per_logo {
    width: 87%;
  }
  .qx-5per_apply-btn-wrap {
    margin: 8vw 0;
  }
  .qx-5per-cp-detail-box__hdg img {
    margin-right: 5.33333vw;
  }
  .qx-5per-birth__triangle .qx-5per-birth__triangle__shap {
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-top: 4vw solid #2C3E8A;
  }
  .qx-5per-birth__triangle {
    margin: 4vw;
  }
  .qx-5per_inner_line_title strong {
    font-size: 4.8vw;
  }
  .qx-5per__link--space {
    margin-top: 8vw;
  }
  .qx-5per-birth__accodion .accordion-icon {
    width: 5.33333vw;
    height: 5.33333vw;
    background-size: 3.2vw auto;
  }
  .qx-5per-birth__discount img {
    height: 13.33333vw;
  }
  .qx-5per-birth__discount {
    margin-top: 5.33333vw;
  }
  .qx-5per-birth__discount .campcard-flex {
    margin-bottom: 5.33333vw;
  }
  .qx-5per-cp-detail-box__hdg {
    border: 1px solid #2c3d8a;
  }
  .qx-5per-birth__step__body {
    padding: 5.33333vw 2.66667vw 8vw;
  }
  .qx-5per__accordion--body .accordion-body-inner {
    padding: 6.66667vw 4vw 13.33333vw;
  }
  .qx-5per__note {
    font-size: 12px;
  }
}
.qx-5per-u-pc-hidden {
  display: none;
}
@media (max-width: 768px) {
  .qx-5per-u-pc-hidden {
      display: block;
  }
   .qx-birth__discount .campcard-flex {
        margin-bottom: 5.33333vw;
  }
}