@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/* ------------------------------------------------------------------------------
     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: 18px;
  font-family: 'zen maru gothic', sans-serif;
  font-weight: 400;
}

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

li {
  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;
}

img {
  max-width: 100%;
}

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

.a-mt50 {
  margin-top: 50px !important;
}

@media (max-width: 768px) {
  .a-mt50 {
    margin-top: 6.41026vw !important;
  }
}

.a-mt30 {
  margin-top: 30px !important;
}

@media (max-width: 768px) {
  .a-mt30 {
    margin-top: 3.84615vw !important;
  }
}

.a-mb30 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .a-mb30 {
    margin-bottom: 3.84615vw;
  }
}

.a-pt30 {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .a-pt30 {
    padding-top: 3.84615vw;
  }
}

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

/* ------------------------------------------------------------------------------
    フレーム
-------------------------------------------------------------------------------*/
.wrap {
  position: relative;
}

.content-section {
  padding: 0 20px;
}

@media (min-width: 769px) {
  .content-wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------------------------
    現在実施中のキャンペーン
-------------------------------------------------------------------------------*/
.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: 70px 0 80px;
}

@media (max-width: 768px) {
  .card-area {
    padding: 7.05128vw 0 7.69231vw;
  }
}

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

.kv {
  margin: 0;
  padding: 0;
}

.kv img {
  width: 100%;
}

.contents__inner {
  max-width: 1200px;
  padding: 70px 100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contents__inner {
    padding: 7.05128vw 5.76923vw 22.4359vw;
  }
}

.contents__inner > *:first-child {
  margin-top: 0;
}

.contents__inner > *:last-child {
  margin-bottom: 0;
}

.campaign {
  background-color: #fffad0;
}

.campaign__title {
  text-align: center;
}

.campaign__card-list {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.campaign__card-list > li {
  width: calc(50% - 15px);
  max-width: 310px;
}

.campaign__card-list > li > p {
  margin-top: 5px;
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .campaign__card-list {
    margin-top: 5.12821vw;
    display: flex;
    justify-content: center;
    gap: 3.84615vw;
  }
  .campaign__card-list > li {
    width: 39.74359vw;
    max-width: 39.74359vw;
  }
  .campaign__card-list > li > p {
    margin-top: 1.28205vw;
    font-size: 1.53846vw;
  }
}

.campaign__btn-list {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.campaign__btn-list > li {
  width: calc((100% - 30px) / 3);
  max-width: 273px;
}

@media screen and (max-width: 768px) {
  .campaign__btn-list {
    margin-top: 3.84615vw;
    gap: 1.28205vw;
  }
  .campaign__btn-list > li {
    width: 28.20513vw;
    max-width: 28.20513vw;
  }
  .campaign__btn-list > li img {
    width: 100%;
  }
}

.campaign__hdg {
  margin-top: 55px;
  text-align: center;
  font-weight: 900;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .campaign__hdg {
    margin-top: 5.76923vw;
    font-size: 8.20513vw;
  }
  .campaign__hdg.campaign__adjust {
    font-size: 6.66667vw;
  }
}

.campaign__box-01 {
  margin-top: 35px;
  padding: 60px;
  width: 100%;
  background-color: #f0f6fb;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .campaign__box-01 {
    margin-top: 4.48718vw;
    padding: 6.41026vw 5.12821vw;
    border-radius: 2.5641vw;
  }
}

.campaign__box-01 > h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 900;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .campaign__box-01 > h3 {
    font-size: 8.20513vw;
  }
}

.campaign__box-01 > h3::before, .campaign__box-01 > h3::after {
  content: "";
  display: block;
  width: 45px;
  height: 5px;
  margin: 0 10px;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .campaign__box-01 > h3::before, .campaign__box-01 > h3::after {
    width: 6.41026vw;
    height: 0.64103vw;
    margin: 0 1.92308vw;
  }
}

.campaign__box-01 > h4 {
  margin-top: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.campaign__box-01 > h4 > span {
  padding: 5px 10px;
  background-color: #FFEC13;
  font-size: 26px;
  font-weight: 900;
  display: block;
}

@media screen and (max-width: 768px) {
  .campaign__box-01 > h4 {
    margin-top: 4.48718vw;
  }
  .campaign__box-01 > h4 > span {
    padding: 0.64103vw 1.28205vw;
    font-size: 5.64103vw;
  }
}

.campaign__box-01 > a {
  margin-top: 30px;
  max-width: 600px;
  display: block;
}

@media screen and (max-width: 768px) {
  .campaign__box-01 > a {
    margin-top: 3.84615vw;
    max-width: 100%;
  }
}

.campaign__box-01 > p {
  margin-top: 10px;
  font-size: 12px;
}

.campaign__box-01 > p > a {
  color: #1a1a1a;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .campaign__box-01 > p {
    margin-top: 1.28205vw;
    font-size: 2.5641vw;
  }
}

.campaign__box-02 {
  margin-top: -30px;
  padding: 75px 60px 60px;
  width: 100%;
  background-color: #b5d2eb;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .campaign__box-02 {
    margin-top: -3.84615vw;
    padding: 9.61538vw 5.12821vw 6.41026vw;
    border-radius: 2.5641vw;
  }
}

.campaign__box-02 > h3 {
  text-align: center;
}

.campaign__box-02 > h3 > img {
  max-width: 100%;
}

.campaign__box-02 > a {
  margin-top: 30px;
  max-width: 600px;
  display: block;
}

@media screen and (max-width: 768px) {
  .campaign__box-02 > a {
    margin-top: 3.84615vw;
    max-width: 100%;
  }
}

.swiper-container {
  margin: 30px auto 0;
  width: 100%;
  max-width: 700px;
  padding: 0 50px 40px;
  position: relative;
  overflow-x: hidden;
}

.swiper-container--wide {
  max-width: 100%;
}

.swiper-container .swiper-button-prev {
  left: 0;
}

.swiper-container .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    margin: 3.84615vw auto 0;
    max-width: 100%;
    padding: 0 6.41026vw 6.41026vw;
  }
  .swiper-container .swiper-button-prev {
    width: 2.69231vw;
    left: 0;
  }
  .swiper-container .swiper-button-next {
    width: 2.69231vw;
    right: 0;
  }
  .swiper-container .swiper-pagination {
    bottom: -1.28205vw;
  }
}

.point {
  padding: 150px 0 0;
  background-color: #f0f6fb;
  background-image: url(/-/media/AeonCard/campaign/lp/minions/images/20220131/card_bg_pc.png);
  background-repeat: repeat-x;
  background-position: left top 40px;
}

@media (max-width: 768px) {
  .point {
    padding: 75px 0 0;
    background-color: #f0f6fb;
    background-image: url(/-/media/AeonCard/campaign/lp/minions/images/20220131/card_bg_pc.png);
    background-repeat: repeat-x;
    background-position: left top 18px;
    background-size: 58px;
  }
}

.point__inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.point__inner img {
  width: 100%;
}

.point__link {
  display: none;
}

.point__link.is-active {
  display: block;
}

.point__link .link-item {
  position: absolute;
  background-color: #f0f6fb;
  opacity: 0;
  transition: .3s;
}

.point__link .link-item:hover {
  opacity: .5;
}

.point__link .link-01-01 {
  top: 52.5%;
  left: 34.2%;
  width: 5%;
  height: 1.2%;
}

@media screen and (max-width: 768px) {
  .point__link .link-01-01 {
    top: 49.2%;
    left: 76.2%;
    width: 13%;
    height: 1.4%;
  }
}

.point__link .link-01-02 {
  top: 96%;
  left: 34%;
  width: 5%;
  height: 1.2%;
}

@media screen and (max-width: 768px) {
  .point__link .link-01-02 {
    top: 93%;
    left: 76%;
    width: 13%;
    height: 1.4%;
  }
}

.point__link .link-02-01 {
  top: 38.5%;
  left: 18.5%;
  width: 63%;
  height: 6.2%;
}

@media screen and (max-width: 768px) {
  .point__link .link-02-01 {
    top: 35%;
    left: 10.2%;
    width: 80%;
    height: 4.5%;
  }
}

.point__link .link-02-02 {
  top: 68.3%;
  left: 34.2%;
  width: 5%;
  height: 1%;
}

@media screen and (max-width: 768px) {
  .point__link .link-02-02 {
    top: 63.7%;
    left: 76.2%;
    width: 13%;
    height: 1%;
  }
}

.point__link .link-02-03 {
  top: 97.1%;
  left: 34%;
  width: 5%;
  height: 1%;
}

@media screen and (max-width: 768px) {
  .point__link .link-02-03 {
    top: 95.1%;
    left: 76%;
    width: 13%;
    height: 1%;
  }
}

.point__link .link-03-01 {
  top: 63.2%;
  left: 18.5%;
  width: 63%;
  height: 7.2%;
}

@media screen and (max-width: 768px) {
  .point__link .link-03-01 {
    top: 58.5%;
    left: 8.2%;
    width: 83%;
    height: 6.2%;
  }
}

.point__link .link-03-02 {
  top: 97.9%;
  left: 34.2%;
  width: 5%;
  height: 1%;
}

@media screen and (max-width: 768px) {
  .point__link .link-03-02 {
    top: 96.8%;
    left: 76.2%;
    width: 13%;
    height: 1.2%;
  }
}

.point__link .link-04-01 {
  top: 67.9%;
  left: 18.5%;
  width: 63%;
  height: 6.2%;
}

@media screen and (max-width: 768px) {
  .point__link .link-04-01 {
    top: 66.3%;
    left: 9.5%;
    width: 81%;
    height: 5%;
  }
}

.point__link .link-04-02 {
  top: 97.9%;
  left: 34.2%;
  width: 5%;
  height: 1%;
}

@media screen and (max-width: 768px) {
  .point__link .link-04-02 {
    top: 97.4%;
    left: 76.2%;
    width: 13%;
    height: 1%;
  }
}

.benefit {
  background-color: #fffad0;
}

.benefit__ttl {
  text-align: center;
}

.benefit__btn-list > li {
  margin-top: 45px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .benefit__btn-list > li {
    margin-top: 5.76923vw;
  }
}

.benefit__btn-list .benefit__btn-item {
  border: 6px solid #000;
  border-radius: 56px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .benefit__btn-list .benefit__btn-item {
    border-radius: 7.17949vw;
    border: 3px solid #000;
  }
}

.benefit__btn-list .benefit__btn-title {
  background-color: #FFEC13;
  padding: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .benefit__btn-list .benefit__btn-title {
    padding: 1.92308vw;
    gap: 1.92308vw;
    align-items: flex-start;
  }
}

.benefit__btn-list .benefit__btn-title > p {
  font-size: 31px;
  line-height: 1.5;
  font-weight: 900;
  color: #1a1a1a;
}

.benefit__btn-list .benefit__btn-title > p > span {
  color: #4453a8;
}

@media screen and (max-width: 768px) {
  .benefit__btn-list .benefit__btn-title > p {
    font-size: 5.64103vw;
    line-height: 6.41026vw;
  }
}

.benefit__btn-list .benefit__btn-label {
  width: 90px;
}

@media screen and (max-width: 768px) {
  .benefit__btn-list .benefit__btn-label {
    width: 15.38462vw;
  }
}

.benefit__btn-list .benefit__btn-img {
  background-color: #fff;
  text-align: center;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .benefit__btn-list .benefit__btn-img {
    padding: 1.92308vw;
  }
}

.benefit__add-img {
  text-align: center;
}

.benefit__add-img + .benefit__add-img {
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .benefit__add-img + .benefit__add-img {
    margin: 6.41026vw 0;
  }
}

.benefit__box {
  border: 6px solid #000;
  border-radius: 56px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .benefit__box {
    border-radius: 7.17949vw;
    border: 3px solid #000;
  }
}

.benefit__box-title {
  background-color: #FFEC13;
  padding: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .benefit__box-title {
    padding: 1.92308vw;
    gap: 1.92308vw;
    align-items: flex-start;
  }
}

.benefit__box-title > p {
  font-size: 31px;
  line-height: 1.5;
  font-weight: 900;
  color: #1a1a1a;
}

.benefit__box-title > p > span {
  color: #4453a8;
}

@media screen and (max-width: 768px) {
  .benefit__box-title > p {
    font-size: 5.64103vw;
    line-height: 6.41026vw;
  }
}

.benefit__box-label {
  width: 90px;
}

@media screen and (max-width: 768px) {
  .benefit__box-label {
    width: 15.38462vw;
  }
}

.benefit__box-contents {
  background: #fff;
  padding: 0 30px 30px;
}

@media screen and (max-width: 768px) {
  .benefit__box-contents {
    padding: 0 3.84615vw 3.84615vw;
  }
}

.benefit__box-contents__inner {
  margin: 0 auto;
  max-width: 600px;
}

.benefit__box-contents__inner > h4 {
  text-align: center;
}

.benefit__box-contents__inner > p {
  margin-top: 20px;
  font-size: 26px;
  line-height: 1.25;
}

.benefit__box-contents__inner > p > span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .benefit__box-contents__inner > p {
    margin-top: 2.5641vw;
    font-size: 4.35897vw;
    line-height: 1.25;
  }
}

.benefit__box--blue {
  margin-top: 20px;
  width: 100%;
  border: 10px solid #4453a8;
  border-radius: 44px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .benefit__box--blue {
    margin-top: 2.5641vw;
    border-radius: 5.64103vw;
    border: 5px solid #4453a8;
  }
}

.benefit__box--blue .benefit__box-title {
  background-color: #4453a8;
  padding: 0 10px 15px;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.benefit__box--blue .benefit__box-title.pd30 {
  padding: 15px 10px 30px;
}

.benefit__box--blue .benefit__box-title > p {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.benefit__box--blue .benefit__box-title > h5 {
  margin-top: 0;
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

.benefit__box--blue .benefit__box-title > h5 > span {
  font-size: 72px;
}

@media screen and (max-width: 768px) {
  .benefit__box--blue .benefit__box-title {
    padding: 0 1.28205vw 1.92308vw;
  }
  .benefit__box--blue .benefit__box-title.pd30 {
    padding: 1.92308vw 1.28205vw 3.84615vw;
  }
  .benefit__box--blue .benefit__box-title > p {
    font-size: 4.10256vw;
  }
  .benefit__box--blue .benefit__box-title > h5 {
    margin-top: 0;
    font-size: 5.64103vw;
  }
  .benefit__box--blue .benefit__box-title > h5 > span {
    font-size: 10.25641vw;
  }
}

.benefit__box--blue .benefit__box-contents {
  padding: 25px;
}

@media screen and (max-width: 768px) {
  .benefit__box--blue .benefit__box-contents {
    padding: 3.20513vw;
  }
}

.benefit__box--blue .benefit__box-contents p {
  font-size: 26px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .benefit__box--blue .benefit__box-contents p {
    font-size: 4.10256vw;
  }
}

.benefit__box--blue .benefit__box-contents > *:first-child {
  margin-top: 0 !important;
}

.benefit__box--blue .benefit__box-contents .benefit__box-contents__price {
  font-size: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.benefit__box--blue .benefit__box-contents .benefit__box-contents__price > hr {
  flex-grow: 10;
}

.benefit__box--blue .benefit__box-contents .benefit__box-contents__price > span {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .benefit__box--blue .benefit__box-contents .benefit__box-contents__price {
    font-size: 4.10256vw;
    gap: 1.28205vw;
  }
}

.benefit__box--blue .benefit__box-contents .benefit__box-contents__notes {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .benefit__box--blue .benefit__box-contents .benefit__box-contents__notes {
    font-size: 3.33333vw;
  }
}

.benefit__box--blue .benefit__box-contents__example {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .benefit__box--blue .benefit__box-contents__example {
    margin-top: 3.84615vw;
  }
}

.benefit__box--blue .benefit__box-contents__example > label {
  padding: 0 20px 3px;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #4453a8;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  border-radius: 27px;
}

@media screen and (max-width: 768px) {
  .benefit__box--blue .benefit__box-contents__example > label {
    padding: 0 2.5641vw 0.38462vw;
    margin-bottom: 1.28205vw;
    font-size: 4.10256vw;
    border-radius: 3.46154vw;
  }
}

.benefit__box--blue .benefit__box-contents__example .fc-blue {
  color: #4453a8;
}

.benefit__box--blue .benefit__box-contents__example strong {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.benefit__box--blue .benefit__box-contents__example strong > span {
  font-size: 72px;
}

@media screen and (max-width: 768px) {
  .benefit__box--blue .benefit__box-contents__example strong {
    font-size: 4.48718vw;
  }
  .benefit__box--blue .benefit__box-contents__example strong > span {
    font-size: 10.25641vw;
  }
}

.benefit__box--blue .benefit__box-contents__example li {
  list-style: disc;
  margin: 10px 0 0 1em;
}

.benefit__copyright {
  margin-top: 30px;
  font-size: 18px !important;
}

@media screen and (max-width: 768px) {
  .benefit__copyright {
    margin-top: 3.84615vw;
    font-size: 3.33333vw !important;
  }
}

.aeoncinema {
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .aeoncinema {
    margin-top: 5.76923vw;
  }
}

.aeoncinema > h4 {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .aeoncinema > h4 {
    margin-top: 5.12821vw;
    font-size: 4.35897vw;
    letter-spacing: -0.05em;
  }
}

.aeoncinema > p {
  margin-top: 20px;
  font-size: 26px;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .aeoncinema > p {
    margin-top: 2.5641vw;
    font-size: 3.58974vw;
    letter-spacing: -0.05em;
  }
}

.aeoncinema > h5 {
  margin-top: 50px;
  font-size: 26px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .aeoncinema > h5 {
    margin-top: 6.41026vw;
    font-size: 3.33333vw;
  }
}

.aeoncinema ul {
  margin: 0 auto;
  max-width: 550px;
}

@media screen and (max-width: 768px) {
  .aeoncinema ul {
    max-width: 100%;
  }
}

.aeoncinema ul > li {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .aeoncinema ul > li {
    margin-top: 2.5641vw;
  }
}

.benefit__notes {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .benefit__notes {
    margin-top: 3.84615vw;
  }
}

.benefit__notes > li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .benefit__notes > li {
    font-size: 3.33333vw;
  }
}

.benefit__devider {
  margin: 60px 0;
  border-top: 4px solid #4453a8;
}

@media screen and (max-width: 768px) {
  .benefit__devider {
    margin: 10.25641vw 0;
    border-top: 2px solid #4453a8;
  }
}

.card__hdg {
  margin-top: 70px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .card__hdg {
    margin-top: 8.97436vw;
    font-size: 8.20513vw;
  }
}

.card__table {
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .card__table {
    margin-top: 3.84615vw;
  }
}

.card__table th {
  width: 26%;
  background-color: #0077d2;
  border: 2px solid #0077d2;
  border-bottom: 2px solid #fff;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .card__table th {
    padding: 2.5641vw 0.64103vw;
    font-size: 4.87179vw;
  }
}

.card__table td {
  width: 37%;
  border: 2px solid #0077d2;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  font-size: 26px;
  font-weight: 700;
}

.card__table td > p {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .card__table td {
    padding: 2.5641vw 0.64103vw;
    font-size: 3.84615vw;
  }
  .card__table td > p {
    font-size: 3.33333vw;
  }
}

.card__table tr:last-child th {
  border-bottom: 2px solid #0077d2;
}

.card__table .mw-200 {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .card__table .mw-200 {
    max-width: 25.64103vw;
  }
}

.card__table .mw-300 {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .card__table .mw-300 {
    max-width: 38.46154vw;
  }
}

.card__hdg--blue {
  margin-top: 70px;
  text-align: center;
}

.card__hdg--blue img {
  max-width: 474px;
}

@media screen and (max-width: 768px) {
  .card__hdg--blue {
    margin-top: 8.97436vw;
  }
  .card__hdg--blue img {
    max-width: 100%;
  }
}

.card__hdg--orange {
  margin-top: 70px;
  text-align: center;
}

.card__hdg--orange img {
  max-width: 716px;
}

@media screen and (max-width: 768px) {
  .card__hdg--orange {
    margin-top: 8.97436vw;
  }
  .card__hdg--orange img {
    max-width: 100%;
  }
}

.master__list {
  margin-top: 30px;
  padding: 0 50px;
  display: flex;
  gap: 12px;
}

.master__item {
  width: calc((100% - 24px) / 3);
  border: 4px solid #ff5f00;
  border-radius: 40px;
  padding: 25px 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .master__item {
    width: 100%;
    border-radius: 8.97436vw;
    padding: 3.20513vw 1.28205vw;
    height: auto;
  }
}

.master__item > h5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.master__item > h5 > span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .master__item > h5 {
    font-size: 5.12821vw;
  }
  .master__item > h5 > span {
    font-size: 3.20513vw;
  }
}

.master__item > img {
  margin: 30px auto 0;
  flex-grow: 2;
}

@media screen and (max-width: 768px) {
  .master__item > img {
    margin: 3.84615vw auto 0;
  }
}

.master__item .mw-85 {
  max-width: 85px;
}

@media screen and (max-width: 768px) {
  .master__item .mw-85 {
    max-width: 19.23077vw;
  }
}

.master__item .mw-100 {
  max-width: 100px;
}

@media screen and (max-width: 768px) {
  .master__item .mw-100 {
    max-width: 24.35897vw;
  }
}

.master__item .mw-160 {
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  .master__item .mw-160 {
    max-width: 38.46154vw;
  }
}

.master__item > p {
  margin-top: 30px;
  font-size: 13.5px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .master__item > p {
    margin-top: 3.84615vw;
    font-size: 3.20513vw;
  }
}

.howto__icon-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .howto__icon-list {
    margin-top: 5.12821vw;
    gap: 5.12821vw;
  }
}

.howto__icon-list > li {
  max-width: 162px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.howto__icon-list > li > img {
  flex-grow: 1;
}

.howto__icon-list > li > p {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .howto__icon-list > li {
    max-width: 38.46154vw;
  }
}

.master__txt {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.master__txt > a {
  color: #1a1a1a;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .master__txt {
    margin-top: 3.84615vw;
    font-size: 3.46154vw;
  }
}

.howto {
  background-color: #f0f6fb;
}

.howto__hdg {
  text-align: center;
}

.howto__hdg img {
  width: 100%;
  max-width: 512px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .howto__hdg img {
    max-width: 100%;
  }
}

.howto__hdg + p {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .howto__hdg + p {
    margin-top: 3.84615vw;
    font-size: 3.84615vw;
  }
}

.newgr-content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .newgr-content {
    margin-top: 5.12821vw;
  }
}

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

@media screen and (max-width: 768px) {
  .wrap-common-content {
    padding: 4vw 5vw 14vw;
  }
  .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;
  }
}

.gr-section .note > li {
  font-size: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .gr-section .note > li {
    font-size: 3.07692vw;
  }
}

/* 5per 20250701 */
.qx-250701-5per {
  padding: 0 70px;
}

.qx-250701-5per .qx-250701-5per_inner {
  display: block;
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
  padding: 30px 0 0;
}

.qx-250701-5per__top {
  margin-left: auto;
  margin-right: auto;
  background: #D3EDFA;
}

.qx-250701-5per__bottom {
  padding: 30px 20px;
  background: #fff;
}

.qx-250701-5per__date {
  background: #2C3D8A;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.qx-250701-5per__date span {
  font-size: 22px;
}

.qx-250701-5per__top .qx-250701-5per_blue {
  padding: 0 20px 25px;
}

.qx-250701-5per__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 645px;
  padding-top: 30px;
}

.qx-250701-5per__inner__title {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}

.qx-250701-5per__inner__title span {
  font-weight: bold;
  font-size: 20px;
  color: #2c3d8a;
  padding: 5px 16px 0;
  position: relative;
  padding-bottom: 15px;
  background: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20250701/images/5per_ttl.svg) no-repeat center bottom;
  background-size: 100% auto;
  display: inline-block;
}

.qx-250701-5per__inner__title strong {
  font-size: 26px;
}

.qx-250701-5per__apply__wrap {
  margin-top: 30px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-250701-5per__link--space {
  margin-top: 20px;
}

.qx-250701-5per__link--align {
  justify-content: center;
}

.qx-250701-5per__content--body {
  border: 1px solid #7D7D7D;
  border-top: 0;
  font-size: 16px;
}

.qx-250701-5per__note {
  font-size: 16px;
}

.qx-250701-5per__note li {
  text-indent: -1em;
  margin-left: 1em;
}

.qx-250701-5per__indent {
  margin-left: 1em;
}

.qx-250701-5per__logo {
  width: 520px;
}

.qx-250701-5per__flex--center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-250701-5per-img__limit {
  height: 70px !important;
  margin-right: 20px;
}

.qx-250701-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-250701-5per__button--orange {
  color: #ffffff;
  background: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/icon_right.png) no-repeat 96% center/10px, #ff8a24;
}

.qx-250701-5per__point__btn {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.qx-250701-5per__links {
  display: flex;
  justify-content: center;
}

.qx-250701-5per__link--space {
  margin-top: 20px;
}

.qx-250701-5per__link--align {
  justify-content: center;
}

.qx-250701-5per-commonlinks {
  font-size: 16px;
  color: #015ec5;
  border-bottom: 1px solid #015ec5;
  position: relative;
}

a.qx-250701-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-250701-5per__content .qx-250701-5per__content__top {
  background: #2C3E8A;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}

.qx-250701-5per-detail__title {
  color: #fff;
  font-size: 24px;
}

.qx-250701-5per__content .js-content__icon::before, .qx-250701-5per__content .js-content--close .js-content__icon::before {
  content: "";
}

.qx-250701-5per__content .js-content__icon span {
  background-color: #fff;
  border-radius: 50%;
}

.qx-250701-5per__content .js-content__icon span::before, .qx-250701-5per__content .js-content__icon span::after {
  background-color: #2C3E8A;
  width: 17px;
  height: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.qx-250701-5per__content .js-content--close .js-content__icon span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qx-250701-5per__content .js-content__icon {
  position: absolute;
  right: 3.923077%;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

.qx-250701-5per__content .qx-250701-5per__content--body {
  padding: 40px 20px;
}

.qx-250701-5per-birth__noneentry strong {
  font-size: 24px;
  font-weight: bold;
}

.qx-250701-5per-textdec_under {
  text-decoration: underline;
}

.qx-250701-5per-textdec__pen {
  background-image: linear-gradient(to bottom, transparent 70%, #FFE100 70%, #FFE100 100%);
}

.qx-250701-5per-birth__triangle .qx-250701-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-250701-5per-birth__step:first-of-type {
  margin-top: 30px;
}

.qx-250701-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-250701-5per-birth__step h3 .qx-250701-5per-birth__step__content {
  display: inline-block;
  padding: 0 10px;
  width: calc(100% - 120px);
  text-align: center;
}

.qx-250701-5per-birth__step h3 .qx-250701-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-250701-5per-birth__step h3 .qx-250701-5per-birth__step__num strong {
  font-size: 28px;
  margin-left: 3px;
  margin-bottom: 3px;
  line-height: 1;
  padding-right: 5px;
}

.qx-250701-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-250701-5per-birth__triangle {
  margin: 20px 0;
}

.qx-250701-5per-birth__discount {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 45px;
}

.qx-250701-5per-birth__discount .qx-250701-5per-campcard-flex-query {
  width: auto;
  height: auto;
}

.qx-250701-5per-birth__discount li {
  text-align: center;
  margin: 0 20px;
}

.qx-250701-5per-birth__discount img {
  height: 60px;
}

.qx-250701-5per-color__blue {
  color: #4653A2;
}

.qx-250701-5per-birth__noneentry {
  font-size: 22px;
  font-weight: bold;
}

.qx-250701-5per-u-txt-left {
  justify-content: flex-start;
}

.qx-250701-5per__notelist--small li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

.qx-250701-5per-fs12 {
  font-size: 12px;
}

.qx-250701-5per-mt40 {
  margin-top: 20px;
}

.qx-250701-5per-campcard-flex-query > p {
  margin-top: 10px;
  font-size: 14px;
  color: #828282;
}

.qx-250701-5per-campcard-flex-query > p > span {
  color: #2c3d8a;
  font-size: 16px;
  font-weight: bold;
}

.qx-250701-5per__subttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #2c3d8a;
}

.qx-250701-5per__subttl span {
  font-size: 24px;
  color: #DC0695;
}

.qx-250701-5per__txt {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .qx-250701-5per {
    padding: 0;
  }
  .qx-250701-5per .cp-security-list__text__link::after {
    content: '';
    width: 12px;
    height: 12px;
  }
  .qx-250701-5per__txt {
    margin-bottom: 6vw;
    font-size: 3.73333vw;
  }
  .qx-250701-5per__subttl {
    font-size: 3.73333vw;
  }
  .qx-250701-5per__subttl span {
    font-size: 4.26667vw;
  }
  .qx-250701-5per-mt20 {
    margin-top: 3vw;
  }
  .qx-250701-5per-commonlinks {
    font-size: 3.75vw;
  }
  .qx-250701-5per-birth__step__body .qx-250701-5per-commonlinks {
    font-size: 12px;
  }
  .qx-250701-5per__point__btn {
    width: 100%;
    font-size: 6vw;
    padding: 5vw 0;
    background-size: 2vw;
    border-radius: 2vw;
    border-width: 1px;
  }
  .qx-250701-5per-campcard-flex-query > p {
    margin-top: 2vw;
    font-size: 3.2vw;
  }
  .qx-250701-5per-mt40 {
    margin-top: 6vw;
  }
  .qx-250701-5per-campcard-flex-query > p span {
    font-size: 3.4vw;
  }
  .qx-250701-5per__point__btn {
    font-size: 4vw;
  }
  .qx-250701-5per__link--align {
    justify-content: flex-start;
  }
  .qx-250701-5per__link--space {
    margin-top: 8vw;
  }
  .qx-250701-5per__content .js-content__icon {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .qx-250701-5per__content .js-content__icon span::before, .qx-250701-5per__content .js-content__icon span::after {
    width: 3.2vw;
    height: 2px;
  }
  .qx-250701-5per__content .js-content__icon {
    right: 3.8vw;
  }
  .qx-250701-5per__link--align {
    justify-content: flex-start;
  }
  .qx-250701-5per__mv {
    width: 100%;
  }
  .qx-250701-5per-birth__noneentry {
    font-size: 3.73333vw;
  }
  .qx-250701-5per-birth__noneentry strong {
    font-size: 4.26667vw;
  }
  .qx-250701-5per-img__limit {
    height: 12.4vw !important;
    margin-right: 5.33333vw;
  }
  .qx-250701-5per__date {
    padding: 1.2vw 0;
    font-size: 3.2vw;
  }
  .qx-250701-5per__date span {
    font-size: 4.26667vw;
  }
  .qx-250701-5per__content .qx-250701-5per__content__top {
    padding: 2.4vw 3.8vw 2.2vw;
  }
  .qx-250701-5per-detail__title {
    font-size: 4vw;
  }
  .qx-250701-5per .qx-250701-5per_inner {
    padding: 4vw 0 0;
  }
  .qx-250701-5per__inner__title span {
    font-size: 3.73333vw;
    padding: 1vw 2.66667vw 4vw;
  }
  .qx-250701-5per__inner__title {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
  }
  .qx-250701-5per__logo {
    width: 87%;
  }
  .qx-250701-5per__apply__wrap {
    margin: 6vw 0 8vw;
  }
  .qx-250701-5per-birth__triangle .qx-250701-5per-birth__triangle__shap {
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-top: 4vw solid #2C3E8A;
  }
  .qx-250701-5per-birth__triangle {
    margin: 4vw;
  }
  .qx-250701-5per__inner__title strong {
    font-size: 4.8vw;
  }
  .qx-250701-5per__link--space {
    margin-top: 8vw;
  }
  .qx-250701-5per__content .content-icon {
    width: 5.33333vw;
    height: 5.33333vw;
    background-size: 3.2vw auto;
  }
  .qx-250701-5per-birth__discount img {
    height: 13.33333vw;
  }
  .qx-250701-5per-birth__discount {
    margin-top: 5.33333vw;
  }
  .qx-250701-5per-birth__discount .campcard-flex {
    margin-bottom: 5.33333vw;
  }
  .qx-250701-5per-birth__step__body {
    padding: 5.33333vw 2.66667vw 8vw;
  }
  .qx-250701-5per__content--body .content-body-inner {
    padding: 6.66667vw 4vw 13.33333vw;
  }
  .qx-250701-5per__note {
    font-size: 12px;
  }
  .qx-250701-5per__content .qx-250701-5per__content--body {
    padding: 8vw 3vw;
  }
}

.promotion-ttl__middle {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .promotion-ttl__middle {
    min-width: 62.9vw;
  }
  .qx-250701-5per, .promotion-box {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}

.qx-250701__bg--pink {
  background: #FFEEF7;
}

@media screen and (min-width: 769px) {
  .a-pc-mh72 {
    min-height: 72px;
  }
}

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

.banner_pop > div {
  padding: 6px;
  color: white;
  font-size: 24px;
  transform: skewX(25deg);
}

.banner_pop > div span {
  font-size: 80%;
}

.banner_pop > div::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: translate(-50%, 100%);
}

@media screen and (max-width: 768px) {
  .banner_pop {
    width: 95%;
    margin-bottom: 5vw;
  }
  .banner_pop > div {
    font-size: 4.4vw;
  }
  .banner_pop > div::after {
    transform: translate(-50%, 100%);
    border-width: 15px 8px 0;
  }
}

.cp-link__blue {
  color: #015ec5;
  text-decoration: underline;
}

.cp-security-list__text__link::after {
  content: '';
  display: inline-block;
  background: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/20240926/images/icon_link_window.png) center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  .cp-security-list__text__link::after {
    width: 2.93333vw;
    height: 2.93333vw;
  }
}

/* modal:start */
.modal {
  display: none;
}

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

.modal__container {
  margin-top: 100px;
  max-width: 840px;
  width: 90vw;
  max-height: 80vh;
  padding: 10px 20px 50px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .modal__container {
    padding-bottom: 30px;
    margin-top: 13.3333333333vw;
  }
}

.modal__close {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-left: auto;
  margin-bottom: 10px;
}

.modal__text-area {
  flex: 1;
  background-color: #e5e5e5;
  width: 100%;
  overflow-y: scroll;
}

.modal__entry {
  height: 110px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .modal__entry {
    height: 85px;
    padding-top: 30px;
  }
}

.modal__entry-btn {
  text-align: center;
  width: 400px;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3888888889;
  background: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/icon_right.png") no-repeat 96% center/10px, #ff8a24;
}

.modal__entry-btn::after {
  background: none;
}

@media screen and (max-width: 768px) {
  .modal__entry-btn {
    width: 300px;
    max-width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 1.40625;
  }
}

/* modal:end */
button {
  border: none;
  background-color: transparent;
}

.qx-250701-modal {
  overflow-y: auto;
}

.point_btn_style {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.orange_point_botton {
  color: #ffffff;
  background: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/icon_right.png") no-repeat 96% center/10px, #ff8a24;
}

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

.line_point_botton_right {
  background: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/icon_line_right.png") no-repeat 96% center/10px, #fff;
}

.line_point_botton_under {
  background: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/icon_under.png") no-repeat 96% center/18px, #fff;
}

.anchor_icon_btn {
  color: #ffffff;
  background: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/anker_icn.png") no-repeat 98% center/18px, #ff8a24;
}

.point_btn_pink {
  color: #ffffff;
  background: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/icon_modal.png") no-repeat 96% center/18px, #dc0695;
}

.line_point_botton_blue {
  border: 2px solid #2c3d8a;
  background: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20240801/images/icon_right_blue.png") no-repeat 96% center/10px, #fff;
  color: #2c3d8a;
}

.marginauto {
  margin-left: auto;
  margin-right: auto;
}

.bbtn {
  background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20240422/images/tris.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 14px;
}

.point_btn {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .point_btn {
    width: 100%;
    padding: 5vw 0;
    background-size: 2vw;
    border-radius: 2vw;
    border-width: 1px;
    font-size: 4vw;
  }
}

.float-btn {
  padding: 15px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}

.float-btn__list {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.float-btn__list > li {
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .float-btn {
    padding: 2.05128vw 3.07692vw;
  }
  .float-btn__list {
    gap: 3.84615vw;
  }
  .float-btn__list > li {
    max-width: 41.02564vw;
  }
}

.pagetop-btn {
  position: fixed;
  bottom: 160px;
  right: 100px;
  width: 140px;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .pagetop-btn {
    bottom: 25.64103vw;
    right: 6.41026vw;
    width: 17.94872vw;
  }
}
