@charset "UTF-8";
/* Reset CSS */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.2vw;
  }
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

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

@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
/* Main Style */
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 400;
}
body {
  font-size: 14px;
}
@media (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 769px) {
  body {
    min-width: auto !important;
  }
}

p {
  font-weight: 400;
}
p {
  font-size: 14px;
}
@media (max-width: 768px) {
  p {
    font-size: 3.7333333333vw;
  }
}

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

strong {
  font-weight: 800;
}

.o-header {
  background-color: #fff;
  border-bottom: 3px solid #2C3E8A;
}
@media screen and (max-width: 1279px) {
  .o-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}

.o-footer {
  position: relative;
  z-index: 1002;
}

.t-general {
  padding-bottom: 0;
}

.main {
  width: 100%;
  padding: 0;
}
.main__contents {
  width: 377px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-left: 1px solid #4653a2;
  border-right: 1px solid #4653a2;
}
@media screen and (max-width: 1279px) {
  .main {
    margin-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 50px;
  }
  .main__contents {
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.kv {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.kv img {
  width: 100%;
  height: auto;
}

.section-devider {
  margin: 0 auto;
  background-color: #008bd2;
}
.section-devider {
  width: 10px;
  height: 10px;
}
@media (max-width: 768px) {
  .section-devider {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

.benefits {
  margin: 0;
  padding: 60px 18px;
}
@media (max-width: 768px) {
  .benefits {
    padding: 16vw 4.8vw;
  }
}
.benefits__accordion {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .benefits__accordion {
    margin-top: 8vw;
  }
}
.benefits__accordion .js-acc-panel {
  overflow: hidden;
}
.benefits__accordion__btn--close, .benefits__accordion__btn--open {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.benefits__accordion__btn--close img, .benefits__accordion__btn--open img {
  display: block;
  margin: 0 auto;
}
.benefits__accordion__btn--close img, .benefits__accordion__btn--open img {
  width: 18px;
}
@media (max-width: 768px) {
  .benefits__accordion__btn--close img, .benefits__accordion__btn--open img {
    width: 4.8vw;
  }
}
.benefits__accordion__btn--close img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.benefits__accordion__btn--open {
  position: absolute;
}
.benefits__accordion__btn--open {
  bottom: 15px;
  right: 0;
}
@media (max-width: 768px) {
  .benefits__accordion__btn--open {
    bottom: 4vw;
    right: 0;
  }
}
.benefits__accordion__btn--close[aria-expanded=false] {
  display: none;
}
.benefits__accordion__btn--close[aria-expanded=true] ~ .benefits__accordion__btn--open {
  display: none;
}
.benefits__accordion__contents {
  background: url(/-/media/AeonCard/campaign/lp/lotte_group/images/bg_benefits-acd_body.png) repeat-y center center/contain;
  padding: 10px 16px 20px;
}
@media (max-width: 768px) {
  .benefits__accordion__contents {
    padding: 2.6666666667vw 4.2666666667vw 5.3333333333vw;
  }
}
.benefits__accordion__contents > img {
  display: block;
  margin: 10px auto 0;
}
@media (max-width: 768px) {
  .benefits__accordion__contents > img {
    margin: 2.6666666667vw auto 0;
  }
}
.benefits__accordion__body {
  padding: 20px 0 0;
}
@media (max-width: 768px) {
  .benefits__accordion__body {
    padding: 5.3333333333vw 0 0;
  }
}
.benefits__accordion__body > h4 {
  font-size: 14px;
}
@media (max-width: 768px) {
  .benefits__accordion__body > h4 {
    font-size: 3.7333333333vw;
  }
}
.benefits__accordion__body > p {
  font-weight: 500;
}
.benefits__accordion__body > p {
  margin-top: 16px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .benefits__accordion__body > p {
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
  }
}

.coupon {
  margin: 0;
  padding: 60px 18px;
}
@media (max-width: 768px) {
  .coupon {
    padding: 16vw 4.8vw;
  }
}
.coupon__hdg {
  margin: 0 auto;
}
.coupon__hdg {
  width: 303px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .coupon__hdg {
    width: 80.8vw;
    margin-bottom: 6.4vw;
  }
}
.coupon__notes {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .coupon__notes {
    margin-top: 8vw;
  }
}
.coupon__notes > li {
  padding-left: 1em;
  text-indent: -1em;
  color: #4653a2;
  font-weight: 500;
  font-size: 12px;
}
@media (max-width: 768px) {
  .coupon__notes > li {
    font-size: 3.2vw;
  }
}
.coupon__notes > li a {
  color: #4653a2;
  text-decoration: underline;
}

.card {
  margin: 0;
  background-color: #ffffcc;
  padding: 60px 18px;
}
@media (max-width: 768px) {
  .card {
    padding: 16vw 4.8vw;
  }
}
.card__hdg {
  margin: 0 auto;
}
.card__hdg {
  width: 286px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .card__hdg {
    width: 76.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.card__sub {
  margin-top: 0;
  color: #4653a2;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .card__sub {
    font-size: 4.8vw;
  }
}
.card__sub + img {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .card__sub + img {
    margin-top: 9.3333333333vw;
  }
}
.card__cardface {
  margin: 0 auto;
  width: 153px;
}
@media (max-width: 768px) {
  .card__cardface {
    width: 40.8vw;
  }
}
.card__logo {
  margin: 0 auto;
  width: 160px;
}
@media (max-width: 768px) {
  .card__logo {
    width: 42.6666666667vw;
  }
}
.card__btn {
  display: block;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .card__btn {
    margin-top: 9.3333333333vw;
  }
}
.card__line {
  border: none;
  border-bottom: 1px solid #008bd2;
  margin: 45px 0;
}
@media (max-width: 768px) {
  .card__line {
    margin: 12vw 0;
  }
}

.appeal {
  margin: 0;
  padding: 60px 18px;
}
@media (max-width: 768px) {
  .appeal {
    padding: 16vw 4.8vw;
  }
}
.appeal__hdg {
  margin: 0 auto;
  width: 100%;
}
.appeal__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.appeal__list {
  gap: 10px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .appeal__list {
    gap: 2.6666666667vw;
    margin-top: 6.4vw;
  }
}
.appeal__list > li {
  width: 164px;
}
@media (max-width: 768px) {
  .appeal__list > li {
    width: 43.7333333333vw;
  }
}

.master {
  margin: 0;
  padding: 60px 18px;
}
@media (max-width: 768px) {
  .master {
    padding: 16vw 4.8vw;
  }
}
.master__hdg {
  margin: 0 auto;
}
.master__hdg {
  width: 296px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .master__hdg {
    width: 78.9333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.master__cardface {
  margin: 0 auto;
  width: 153px;
}
@media (max-width: 768px) {
  .master__cardface {
    width: 40.8vw;
  }
}
.master-swiper .swiper-slide {
  position: relative;
}
.master-swiper .swiper-slide > a {
  position: absolute;
  display: block;
  z-index: 5000;
}
.master-swiper .swiper-slide > a {
  width: 44px;
  height: 18px;
  bottom: 24px;
  right: 22px;
}
@media (max-width: 768px) {
  .master-swiper .swiper-slide > a {
    width: 11.7333333333vw;
    height: 4.8vw;
    bottom: 6.4vw;
    right: 5.8666666667vw;
  }
}
.master-swiper .swiper-slide > a:hover {
  background-color: #fff;
  opacity: 0.3;
}
.master-swiper .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.master-swiper .swiper-pagination {
  margin-top: 28px;
  gap: 16px;
}
@media (max-width: 768px) {
  .master-swiper .swiper-pagination {
    margin-top: 7.4666666667vw;
    gap: 4.2666666667vw;
  }
}
.master-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  border: 1px solid #008bd2;
}
.master-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .master-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.master-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9fa0a0;
}
.master-swiper .swiper-button-next, .master-swiper .swiper-button-prev {
  width: 36px;
  height: 86px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
@media (max-width: 768px) {
  .master-swiper .swiper-button-next, .master-swiper .swiper-button-prev {
    width: 9.6vw;
    height: 22.9333333333vw;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}
.master-swiper .swiper-button-next::after, .master-swiper .swiper-button-prev::after {
  content: none;
}
.master-swiper .swiper-button-prev {
  left: 0;
}
.master-swiper .swiper-button-next {
  right: 0;
}

.card-apply {
  margin: 0;
  background-color: #ffffcc;
  padding: 60px 18px;
}
@media (max-width: 768px) {
  .card-apply {
    padding: 16vw 4.8vw;
  }
}
.card-apply__hdg {
  width: 290px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .card-apply__hdg {
    width: 77.3333333333vw;
    margin: 8vw auto;
  }
}
.card-apply__cardface {
  margin: 0 auto;
  width: 153px;
}
@media (max-width: 768px) {
  .card-apply__cardface {
    width: 40.8vw;
  }
}
.card-apply__btn {
  display: block;
}
.card-apply__link {
  display: block;
  color: #1a1a1a;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .card-apply__link {
    margin-top: 5.3333333333vw;
  }
}

.karte {
  margin: 0;
  padding: 60px 18px 40px;
}
@media screen and (max-width: 768px) {
  .karte {
    padding: 16vw 4.8vw;
  }
}
.karte.modal__body {
  padding: 20px;
  text-align: left;
  max-height: 45vh;
}
@media screen and (max-width: 768px) {
  .karte.modal__body {
    padding: 5.3333333333vw;
  }
}
.karte h3 {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 700;
  background-color: #999;
  padding: 2px 4px;
  color: #fff;
}
.karte h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .karte h3 {
    padding: 0.5333333333vw 1.0666666667vw;
    margin-top: 6.4vw;
    font-size: 4vw;
  }
}
.karte p {
  margin-top: 8px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .karte p {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.karte p + p {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .karte p + p {
    margin-top: 3.2vw;
  }
}
.karte div.a-fs-indent {
  margin-top: 8px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .karte div.a-fs-indent {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.karte div.a-fs-indent + p, .karte div.a-fs-indent + div.a-fs-indent {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .karte div.a-fs-indent + p, .karte div.a-fs-indent + div.a-fs-indent {
    margin-top: 3.2vw;
  }
}
.karte .notes {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .karte .notes {
    margin-top: 2.1333333333vw;
  }
}
.karte a {
  text-decoration: underline;
}
.karte p.karte__number {
  margin-top: 32px;
  text-align: right;
}
.karte p.karte__number > span {
  padding: 2px 4px;
  border: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  .karte p.karte__number {
    margin-top: 8.5333333333vw;
  }
  .karte p.karte__number > span {
    padding: 0.5333333333vw 1.0666666667vw;
  }
}
.karte span.a-mt5 {
  display: inline-block;
  padding-left: 1em;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .karte span.a-mt5 {
    margin-top: 1.3333333333vw;
  }
}
.karte__accordion {
  overflow: hidden;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .karte__accordion {
    margin-top: 5.3333333333vw;
  }
}
.karte__accordion__header {
  width: 100%;
  text-align: left;
  position: relative;
  background-color: #4653a2;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.karte__accordion__header {
  font-size: 16px;
  padding: 20px 65px 20px 15px;
}
@media (max-width: 768px) {
  .karte__accordion__header {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 17.3333333333vw 5.3333333333vw 4vw;
  }
}
.karte__accordion__header::after {
  content: "開く＋";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.karte__accordion__header::after {
  right: 15px;
}
@media (max-width: 768px) {
  .karte__accordion__header::after {
    right: 4vw;
  }
}
.karte__accordion__header[aria-expanded=true]::after {
  content: "閉じる−";
}
.karte__accordion__header[aria-expanded=false] {
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.karte__accordion__panel {
  overflow: hidden;
}
.karte__accordion__body {
  background: #fff;
  border: 2px solid #4653a2;
  border-top: none;
}
.karte__accordion__body {
  padding: 15px;
}
@media (max-width: 768px) {
  .karte__accordion__body {
    padding: 4vw;
  }
}

.campaign {
  margin: 0;
  padding: 60px 18px 80px;
}
@media (max-width: 768px) {
  .campaign {
    padding: 16vw 4.8vw 21.3333333333vw;
  }
}
.campaign > a {
  display: block;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
}
.modal[aria-hidden=false] {
  display: block;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal__content {
  position: relative;
  overflow-y: auto;
  max-height: 80vh;
  margin: 10vh auto;
  background: #fff;
  z-index: 1;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  width: 340px;
}
@media (max-width: 768px) {
  .modal__content {
    width: 90.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .modal__content {
    -webkit-transform: translateY(5.3333333333vw);
            transform: translateY(5.3333333333vw);
    margin: 10vh 5.3333333333vw;
  }
}
.modal.is-open .modal__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.modal__close {
  position: absolute;
  cursor: pointer;
  border: none;
  background: url(/-/media/aeoncard/campaign/lp/lotte_group/images/icon_modal-close.svg) no-repeat center center/contain;
}
.modal__close {
  top: 18px;
  right: 18px;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .modal__close {
    top: 4.8vw;
    right: 4.8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.modal__body {
  margin-top: 56px;
  padding: 0 18px 20px;
}
@media (max-width: 768px) {
  .modal__body {
    margin-top: 14.9333333333vw;
    padding: 0 4.8vw 5.3333333333vw;
  }
}
.modal__body > *:first-child {
  margin-top: 0;
}
.modal__title {
  width: 100%;
  background-color: #008bd2;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__title {
  font-size: 20px;
  height: 34px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .modal__title {
    font-size: 5.3333333333vw;
    height: 9.0666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.modal__cardface {
  display: block;
}
.modal__cardface {
  width: 122px;
  margin: 0 auto 18px;
}
@media (max-width: 768px) {
  .modal__cardface {
    width: 32.5333333333vw;
    margin: 0 auto 4.8vw;
  }
}
.modal__notes {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .modal__notes {
    margin-top: 5.3333333333vw;
  }
}
.modal__notes > li {
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}
@media (max-width: 768px) {
  .modal__notes > li {
    font-size: 3.2vw;
  }
}
.modal__notes > li > a {
  color: #1a1a1a;
  text-decoration: underline;
}
.modal__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__flex {
  gap: 12px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .modal__flex {
    gap: 3.2vw;
    margin: 5.3333333333vw 0;
  }
}
.modal__flex > li {
  height: 162px;
}
@media (max-width: 768px) {
  .modal__flex > li {
    height: 43.2vw;
  }
}
.modal__flex > li img {
  width: auto;
  height: 100%;
}

#modal_karte .modal__content {
  padding: 0 18px 18px;
}
@media (max-width: 768px) {
  #modal_karte .modal__content {
    padding: 0 4.8vw 4.8vw;
  }
}
#modal_karte .modal__body {
  background-color: #f2f2f2;
}

.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;
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

.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;
  }
}
.notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.notes {
  margin-top: 20px;
  gap: 2px;
}
@media (max-width: 768px) {
  .notes {
    margin-top: 5.3333333333vw;
    gap: 0.5333333333vw;
  }
}
.notes > li {
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}
.notes > li {
  font-size: 11px;
}
@media (max-width: 768px) {
  .notes > li {
    font-size: 2.9333333333vw;
  }
}
.notes .notes {
  margin-top: 0;
}

.pagetopbtn-wrap {
  display: none;
  position: fixed;
  width: 45px;
  bottom: 0;
  left: auto;
  z-index: 100;
  right: 40px;
}
@media screen and (min-width: 1280px) {
  .pagetopbtn-wrap {
    right: calc((50vw - 548px) / 2);
  }
}
@media screen and (max-width: 1279px) {
  .pagetopbtn-wrap {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pagetopbtn-wrap {
    right: 5.3333333333vw;
    width: 12vw;
  }
}

.float-btn {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 5;
}
.float-btn {
  width: 375px;
  padding: 7px;
}
@media (max-width: 768px) {
  .float-btn {
    width: 100vw;
    padding: 1.8666666667vw;
  }
}
.float-btn a:hover {
  opacity: 1 !important;
}
@media screen and (min-width: 1280px) {
  .float-btn {
    right: calc((50vw - 548px) / 2);
  }
}
@media screen and (max-width: 1279px) {
  .float-btn {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .float-btn {
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(12%, #FFF), to(#FFF));
    background: -webkit-linear-gradient(top, transparent 0%, #FFF 12%, #FFF 100%);
    background: linear-gradient(180deg, transparent 0%, #FFF 12%, #FFF 100%);
  }
}
.float-btn__inner {
  position: relative;
  text-align: center;
}
.float-btn__inner > img:first-child {
  margin: 0 auto;
}
.float-btn__inner > img:first-child {
  width: 235px;
}
@media (max-width: 768px) {
  .float-btn__inner > img:first-child {
    width: 62.6666666667vw;
  }
}
.float-btn__inner > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.float-btn__inner > ul {
  gap: 8px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .float-btn__inner > ul {
    gap: 2.1333333333vw;
    margin-top: 1.6vw;
  }
}
.float-btn__inner > ul > li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.float-btn__inner > ul > li {
  width: 167px;
  height: 44px;
}
@media (max-width: 768px) {
  .float-btn__inner > ul > li {
    width: 44.5333333333vw;
    height: 11.7333333333vw;
  }
}
.float-btn__cardface {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 66px;
}
@media (max-width: 768px) {
  .float-btn__cardface {
    height: 17.6vw;
  }
}

.accordion {
  overflow: hidden;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .accordion {
    margin-top: 8vw;
  }
}
.accordion__header {
  margin: 0 auto;
  text-align: center;
  position: relative;
  border: 2px solid #4653a2;
  background-color: #fff;
  color: #4653a2;
  cursor: pointer;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion__header {
  font-size: 16px;
  border-radius: 50px;
  width: 200px;
  height: 40px;
}
@media (max-width: 768px) {
  .accordion__header {
    font-size: 4.2666666667vw;
    border-radius: 13.3333333333vw;
    width: 53.3333333333vw;
    height: 10.6666666667vw;
  }
}
.accordion__header::before, .accordion__header::after {
  content: "";
  background-color: #4653a2;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion__header::before, .accordion__header::after {
  width: 12px;
  height: 2px;
  right: 20px;
}
@media (max-width: 768px) {
  .accordion__header::before, .accordion__header::after {
    width: 3.2vw;
    height: 0.5333333333vw;
    right: 5.3333333333vw;
  }
}
.accordion__header[aria-expanded=false]::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.accordion__panel {
  overflow: hidden;
}
.accordion__body {
  border-top: none;
}
.accordion__body {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .accordion__body {
    padding-top: 5.3333333333vw;
  }
}
.accordion__body > *:first-child {
  margin-top: 0;
}

/* Adjustment */
.a-mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

.a-ac {
  text-align: center !important;
}

.a-fc-red {
  color: #CE0B0B;
}

.a-fs-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.a-link {
  color: #0B7ECE;
  text-decoration: underline;
}

/* hamburger menu */
#hamburger-menu img {
  max-width: 100%;
}
#hamburger-menu.is-hidden .hamburger-menu__icon,
#hamburger-menu.is-hidden .hamburger-menu__contents {
  display: none;
}

.hamburger-menu__icon {
  position: fixed;
  top: 16px;
  right: 25px;
  width: 44px;
  height: 44px;
  background: url(/-/media/AeonCard/campaign/lp/lotte_group/images/btn_menu.svg) no-repeat center center/contain;
  cursor: pointer;
  z-index: 1004;
}
.hamburger-menu__icon__line {
  position: absolute;
  top: 32px;
  left: 50%;
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  opacity: 0;
}
.hamburger-menu__icon__line.second {
  top: 40px;
}

.is-active .hamburger-menu__icon {
  background: none;
  top: 32px;
}
@media (max-width: 768px) {
  .is-active .hamburger-menu__icon {
    top: 8.5333333333vw;
  }
}
.is-active .hamburger-menu__icon {
  right: 32px;
}
@media (max-width: 768px) {
  .is-active .hamburger-menu__icon {
    right: 8.5333333333vw;
  }
}
.is-active .hamburger-menu__icon__line {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  height: 2px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-active .hamburger-menu__icon__line.second {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.is-active .hamburger-menu__contents {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.hamburger-menu__contents {
  position: fixed;
  top: 3px;
  right: 0;
  left: auto;
  overflow-y: auto;
  z-index: 1003;
  -webkit-transform: translateX(375px);
          transform: translateX(375px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: url(/-/media/AeonCard/campaign/lp/lotte_group/images/bg_menu.svg) no-repeat center center/cover;
}
.hamburger-menu__contents {
  width: 375px;
  height: 600px;
  padding: 100px 36px;
}
@media (max-width: 768px) {
  .hamburger-menu__contents {
    width: 100vw;
    height: 160vw;
    padding: 26.6666666667vw 9.6vw;
  }
}

.hamburger-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger-menu__list__item {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.hamburger-menu__list__item:last-child {
  border-bottom: none;
}
.hamburger-menu__list__link {
  color: #fff;
  line-height: 1.5;
  display: block;
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
}
.hamburger-menu__list__link {
  padding: 15px 0;
  font-size: 19px;
}
@media (max-width: 768px) {
  .hamburger-menu__list__link {
    padding: 4vw 0;
    font-size: 5.0666666667vw;
  }
}

@media screen and (min-width: 1280px) {
  .hamburger-menu__contents {
    top: 120px;
    right: calc((100vw + 360px) / 2 + 45px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
    z-index: 0;
  }
  .hamburger-menu__icon {
    display: none;
  }
  .hamburger-menu__list__link {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-menu__icon {
    top: 7px;
    right: 8px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  .hamburger-menu__icon__line {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .hamburger-menu__contents {
    top: 0;
    right: 0;
    left: auto;
  }
  .hamburger-menu__contents::-webkit-scrollbar {
    width: 4px;
  }
  .hamburger-menu__contents::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
  }
  .hamburger-menu__contents::-webkit-scrollbar-track-piece::start, .hamburger-menu__contents::-webkit-scrollbar-track-piece::end {
    background-color: #f2f2f2;
  }
}
@media screen and (max-width: 350px) {
  .hamburger-menu__btn {
    top: 12px;
    right: 53px;
    height: 27px;
  }
  .hamburger-menu__icon {
    right: 6px;
  }
}