@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 screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

body.is-pc a[href^="#"]:focus:not(:hover) {
  opacity: 1 !important;
}

body.is-sp a[href^="#"]:hover {
  opacity: 1 !important;
}

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: 700;
}

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

button {
  border: none;
  background-color: unset;
}

hr {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}

p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 3.58974vw;
  }
}

@media (min-width: 769px) {
  body {
    min-width: unset;
  }
}

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

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

/* Utility */
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

.a-pt10 {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .a-pt10 {
    padding-top: 2.5641vw;
  }
}

.a-mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .a-mt10 {
    margin-top: 2.5641vw;
  }
}

.a-mt20 {
  margin-top: 20px;
}

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

.a-mt24 {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .a-mt24 {
    margin-top: 6.15385vw;
  }
}

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

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

.a-mt28 {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .a-mt28 {
    margin-top: 7.17949vw;
  }
}

.a-mt32 {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .a-mt32 {
    margin-top: 8.20513vw;
  }
}

.a-mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .a-mt40 {
    margin-top: 10.25641vw;
  }
}

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

@media screen and (max-width: 768px) {
  .a-mt50 {
    margin-top: 12.82051vw;
  }
}

.a-mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .a-mt60 {
    margin-top: 15.38462vw;
  }
}

.a-mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .a-mb20 {
    margin-bottom: 5.12821vw;
  }
}

.a-mb40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .a-mb40 {
    margin-bottom: 10.25641vw;
  }
}

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

.a-fs12 {
  font-size: 12px !important;
}

@media screen and (max-width: 768px) {
  .a-fs12 {
    font-size: 3.07692vw !important;
  }
}

.a-fs16 {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .a-fs16 {
    font-size: 4.10256vw;
  }
}

.a-fs18 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .a-fs18 {
    font-size: 4.61538vw;
  }
}

.main .tab__list__item > a:active {
  opacity: 1 !important;
}

.main picture {
  display: block;
}

.a-link {
  color: #015EC5;
  text-decoration: underline;
}

/* Humburger Menu */
html {
  scroll-padding-top: 78px;
  /* 固定ヘッダの高さを指定 */
}

.o-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 4px solid #473A93;
}

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

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

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

.hamburger-menu__icon__line.third {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 8px);
  display: block;
  width: 34px;
  height: 2px;
  background: #fff;
  transition: .5s;
  transition-timing-function: ease-out;
}

.is-active .hamburger-menu__icon__title {
  transform: translate(-50%, -15px);
  opacity: 0;
}

.is-active .hamburger-menu__icon__line {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 2px;
}

.is-active .hamburger-menu__icon__line.second {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 2px;
}

.is-active .hamburger-menu__icon__line.third {
  opacity: 0;
}

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

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

.hamburger-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger-menu__list__item {
  margin: 0;
  padding: 5px 25px 5px 0;
  border-bottom: 1px solid #B60081;
  width: 100%;
}

.hamburger-menu__list > .hamburger-menu__list__item:last-child {
  border-bottom: none;
}

.hamburger-menu__list__link {
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  padding: 15px 0;
  display: block;
  position: relative;
}

.hamburger-menu__list__link > span {
  font-size: 0.75em;
  display: block;
}

.hamburger-menu__list__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/icon_menu-arrow_01.png") no-repeat center center/contain;
}

.hamburger-menu__list__item .hamburger-menu__list {
  margin-left: 7px;
}

.hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__item {
  border-bottom: none;
  padding: 0;
}

.hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__link {
  font-size: 14px;
}

.hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__link::after {
  width: 8px;
  height: 14px;
  background: url("/-/media/aeoncard/service/lp/aeonpay/20250626/images/icon_menu-arrow_02.png") no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .hamburger-menu__icon {
    top: 4px;
    right: 15px;
    transform: scale(0.75);
    transform-origin: top right;
  }
  .hamburger-menu__contents {
    top: 0;
    padding: 70px 20px 40px;
    width: 100%;
    height: 100%;
  }
  .hamburger-menu__contents::-webkit-scrollbar {
    width: 4px;
  }
  .hamburger-menu__contents::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
  }
  .hamburger-menu__contents::-webkit-scrollbar-track-piece:start {
    background-color: #f2f2f2;
  }
  .hamburger-menu__contents::-webkit-scrollbar-track-piece:end {
    background-color: #f2f2f2;
  }
}

@media screen and (min-width: 1280px) {
  #hamburger-menu {
    display: none;
  }
}

.head-qa-button {
  position: fixed;
  z-index: 10003;
  right: 100px;
  top: 20px;
}

.head-qa-button a {
  width: 240px;
  background-color: #B70081;
  color: #FFFFFF;
  font-size: 0.9rem;
  text-align: center;
  display: block;
  font-weight: bold;
  box-sizing: border-box;
  padding: 6px 0px 4px 10px;
  border-radius: 100px;
}

@media (max-width: 900px) {
  .head-qa-button a {
    width: 180px;
    font-size: 0.7rem;
  }
}

@media (max-width: 768px) {
  .head-qa-button {
    right: 70px;
    top: 6px;
  }
  .head-qa-button a {
    width: 190px;
    font-size: 0.7rem;
    padding: 6px 0px 4px 6px;
  }
}

@media (max-width: 450px) {
  .head-qa-button {
    right: 60px;
    top: 8px;
  }
  .head-qa-button a {
    width: 150px;
    font-size: 0.6rem;
    padding: 3px 0px 2px 2px;
  }
}

.main {
  margin: 78px auto 0;
  width: 100%;
  max-width: 390px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .main {
    margin: 50px auto 0;
    max-width: 100%;
  }
}

.main__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #B60081 url("/-/media/aeoncard/service/lp/aeonpay_hokkaido/images/bg_main.jpg") no-repeat center center/cover;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .main__bg {
    display: none;
  }
}

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

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

.kv__hdg > img {
  width: 100%;
}

.kv__btn {
  position: absolute;
  width: 189px;
}

@media screen and (max-width: 768px) {
  .kv__btn {
    width: 48.46154vw;
  }
}

.kv__btn > img {
  width: 100%;
  height: auto;
}

.kv__btn--01 {
  bottom: 138px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .kv__btn--01 {
    bottom: 35.38462vw;
    right: 5.12821vw;
  }
}

.kv__btn--02 {
  bottom: 78px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .kv__btn--02 {
    bottom: 20vw;
    right: 5.12821vw;
  }
}

.kv__notes {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .kv__notes {
    font-size: 2.5641vw;
  }
}

.kv__notes > a {
  color: #fff;
  text-decoration: underline;
}

.logo {
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .logo {
    padding: 2.5641vw 0;
  }
}

.logo .swiper-container-infinite .swiper-wrapper {
  transition-timing-function: linear;
}

.contents {
  margin: 0;
  padding: 40px 16px;
  border-radius: 10.4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 10.25641vw 4.10256vw;
    border-radius: 2.66667vw;
  }
}

.contents[data-type="card"] {
  padding: 20px 16px;
}

@media screen and (max-width: 768px) {
  .contents[data-type="card"] {
    padding: 5.12821vw 4.10256vw;
  }
}

.contents + .contents {
  margin-top: 20px;
}

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

.contents__lead {
  text-align: center;
  font-weight: 600;
  text-align: center;
}

.contents__lead > strong {
  font-weight: 700;
  color: #B60081;
}

@media screen and (max-width: 768px) {
  .contents__lead {
    font-size: 3.58974vw;
  }
}

.contents > h3 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

.contents > h3 > span {
  font-size: 15px;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  .contents > h3 {
    font-size: 5.12821vw;
  }
  .contents > h3 > span {
    font-size: 3.84615vw;
  }
}

.contents__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
}

@media screen and (max-width: 768px) {
  .contents__num {
    width: 17.94872vw;
  }
}

.contents + .notes {
  color: #fff;
}

.about {
  margin: 0;
  padding: 100px 16px 40px;
  background: #B60081 url("/-/media/aeoncard/service/lp/aeonpay_hokkaido/images/bg_section.jpg") no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 25.64103vw 4.10256vw 10.25641vw;
  }
}

.about__hdg {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .about__hdg {
    top: 10.25641vw;
  }
}

.join {
  margin: 0;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .join {
    padding: 10.25641vw 5.12821vw;
  }
}

.store {
  margin: 0;
  padding: 100px 16px 40px;
  background: #B60081 url("/-/media/aeoncard/service/lp/aeonpay_hokkaido/images/bg_section.jpg") no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .store {
    padding: 25.64103vw 4.10256vw 10.25641vw;
  }
}

.store__hdg {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .store__hdg {
    top: 10.25641vw;
  }
}

.store__video-embed {
  margin-top: 20px;
  aspect-ratio: 16 / 9;
  background: #000;
  position: relative;
}

.store__video-embed > iframe {
  display: block;
  width: 100%;
  height: 100%;
}

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

.store__video-embed .store__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  pointer-events: none;
  z-index: 2;
}

@supports not (aspect-ratio: 1/1) {
  .store__video-embed {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
  .store__video-embed > iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}

.notes {
  margin-top: 16px;
}

.notes > li {
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
}

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

.benefit {
  margin: 10px 0 0;
  padding: 40px 16px;
  background: #B60081 url("/-/media/aeoncard/service/lp/aeonpay_hokkaido/images/bg_section.jpg") no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .benefit {
    margin: 2.5641vw 0 0;
    padding: 10.25641vw 4.10256vw;
  }
}

.benefit__hdg {
  width: 390px;
  margin-left: -16px;
}

@media screen and (max-width: 768px) {
  .benefit__hdg {
    width: 100vw;
    margin-left: -4.10256vw;
  }
}

.merit {
  margin: 10px 0 0;
  padding: 40px 16px;
  background: #B60081 url("/-/media/aeoncard/service/lp/aeonpay_hokkaido/images/bg_section.jpg") no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .merit {
    margin: 2.5641vw 0 0;
    padding: 10.25641vw 4.10256vw;
  }
}

.merit__hdg {
  width: 390px;
  margin-left: -16px;
}

@media screen and (max-width: 768px) {
  .merit__hdg {
    width: 100vw;
    margin-left: -4.10256vw;
  }
}

.merit__menu {
  margin: 20px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .merit__menu {
    margin: 5.12821vw 0 10.25641vw;
    gap: 3.07692vw;
  }
}

.merit .merit-flex {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .merit .merit-flex {
    margin-top: 6.15385vw;
    gap: 2.5641vw;
  }
}

.merit .merit-flex__img {
  width: 52px !important;
}

@media screen and (max-width: 768px) {
  .merit .merit-flex__img {
    width: 13.33333vw !important;
  }
}

.merit .merit-flex p {
  text-align: left;
  font-size: 12px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .merit .merit-flex p {
    line-height: 1.75;
    font-size: 3.07692vw;
  }
}

.merit .merit-flex p > a {
  margin-top: 10px;
  display: block;
  color: #B60081;
  text-decoration: underline;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .merit .merit-flex p > a {
    margin-top: 2.5641vw;
  }
}

.merit .contents {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .merit .contents {
    margin-top: 10.25641vw;
  }
}

.merit .w43 {
  width: 43px;
}

@media screen and (max-width: 768px) {
  .merit .w43 {
    width: 11.02564vw;
  }
}

.merit .w53 {
  width: 53px;
}

@media screen and (max-width: 768px) {
  .merit .w53 {
    width: 13.58974vw;
  }
}

.merit .w101 {
  width: 101px;
}

@media screen and (max-width: 768px) {
  .merit .w101 {
    width: 25.89744vw;
  }
}

.more {
  margin: 10px 0 0;
  padding: 130px 16px 40px;
  background: #B60081 url("/-/media/aeoncard/service/lp/aeonpay_hokkaido/images/bg_section.jpg") no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .more {
    margin: 2.5641vw 0 0;
    padding: 33.33333vw 4.10256vw 10.25641vw;
  }
}

.more__hdg {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .more__hdg {
    top: 10.25641vw;
  }
}

.more__hdg--white {
  margin: 40px 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more__hdg--white {
    margin: 10.25641vw 0 5.12821vw;
    font-size: 6.15385vw;
  }
}

.card {
  margin: 10px 0 0;
  padding: 40px 16px;
  background: #B60081 url("/-/media/aeoncard/service/lp/aeonpay_hokkaido/images/bg_section.jpg") no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .card {
    margin: 2.5641vw 0 0;
    padding: 10.25641vw 4.10256vw;
  }
}

.card__hdg {
  width: 390px;
  margin-left: -16px;
}

@media screen and (max-width: 768px) {
  .card__hdg {
    width: 100vw;
    margin-left: -4.10256vw;
  }
}

.card__hdg--lv3 {
  margin: 40px 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .card__hdg--lv3 {
    margin: 10.25641vw 0 5.12821vw;
    font-size: 6.15385vw;
  }
}

.card__flex {
  display: flex;
  align-items: center;
}

.card__flex__face {
  width: 49px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .card__flex__face {
    width: 12.5641vw;
  }
}

.card__flex__hdg {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .card__flex__hdg {
    font-size: 4.61538vw;
  }
}

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

@media screen and (max-width: 768px) {
  .card__flex__hdg > span {
    font-size: 3.58974vw;
  }
}

.card__flex__hdg--blue {
  color: #473A93;
}

.card__flex__hdg--purple {
  color: #B60081;
}

.bottom {
  margin: 0;
  padding: 40px 16px 80px;
}

@media screen and (max-width: 768px) {
  .bottom {
    padding: 10.25641vw 4.10256vw 20.51282vw;
  }
}

.bottom__flex {
  margin: 24px 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.bottom__flex > img {
  width: 70px;
}

.bottom__flex > a {
  width: 228px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: linear-gradient(270deg, #CF009E 0%, #B80084 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .bottom__flex {
    margin: 6.15385vw 0 6.15385vw;
    gap: 2.05128vw;
  }
  .bottom__flex > img {
    width: 17.94872vw;
  }
  .bottom__flex > a {
    width: 58.46154vw;
    height: 10.25641vw;
    font-size: 4.10256vw;
  }
}

.accordion {
  margin-top: 32px;
  border: 1px solid #B60081;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .accordion {
    margin-top: 8.20513vw;
    border-radius: 1.28205vw;
  }
}

.accordion + .accordion {
  margin-top: 20px;
}

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

.accordion__title {
  padding: 20px 16px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.accordion__title::before, .accordion__title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 15px;
  height: 2px;
  border-radius: 2.5px;
  background-color: #B60081;
  transform: translateY(-50%);
  transition: .3s;
}

.accordion__title::before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion__title.is-open::before {
  transform: translateY(-50%) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .accordion__title {
    padding: 5.12821vw 4.10256vw;
    font-size: 3.58974vw;
  }
  .accordion__title::before, .accordion__title::after {
    width: 3.84615vw;
    height: 0.51282vw;
    border-radius: 0.64103vw;
  }
}

.accordion__contents {
  padding: 20px 16px 40px;
  border-top: 1px solid #f1f1f1;
}

@media screen and (max-width: 768px) {
  .accordion__contents {
    padding: 5.12821vw 4.10256vw 10.25641vw;
  }
}

.accordion p {
  font-size: 14px;
  text-align: center;
}

.accordion p > span {
  font-size: 11px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .accordion p {
    font-size: 3.58974vw;
  }
  .accordion p > span {
    font-size: 2.82051vw;
  }
}

.accordion img {
  width: 100%;
  display: block;
}

.merit-payment-acd03__lead {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #B60081;
}

@media screen and (max-width: 768px) {
  .merit-payment-acd03__lead {
    margin-top: 10.25641vw;
    font-size: 6.15385vw;
  }
}

.merit-payment-acd03__list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .merit-payment-acd03__list > li {
    gap: 3.84615vw;
    margin-bottom: 15.38462vw;
  }
}

.merit-payment-acd03__list > li::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 20px;
  background: url("/-/media/AeonCard/service/lp/aeonpay_hokkaido/images/icon_merit-payment-list-arrow.png") no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .merit-payment-acd03__list > li::after {
    bottom: -10.25641vw;
    width: 3.58974vw;
    height: 5.12821vw;
  }
}

.merit-payment-acd03__list > li:last-child {
  margin-bottom: 0;
}

.merit-payment-acd03__list > li:last-child::after {
  display: none;
}

.merit-payment-acd03__item {
  flex-shrink: 0;
}

.merit-payment-acd03__item h4 {
  font-size: 13px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .merit-payment-acd03__item h4 {
    font-size: 3.33333vw;
  }
}

.merit-payment-acd03__item p {
  font-size: 11px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .merit-payment-acd03__item p {
    font-size: 2.82051vw;
  }
}

.tab {
  margin-top: 32px;
}

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

.tab__list {
  display: flex;
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab__list__link:hover, .tab__list__link:focus {
  opacity: 1 !important;
}

.tab__list__item {
  width: 50%;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.tab__list__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28px;
  font-size: 11px;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 5;
  -webkit-tap-highlight-color: transparent;
}

.tab__list__item > a:active, .tab__list__item > a:focus, .tab__list__item > a:hover {
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .tab__list__item > a {
    height: 7.17949vw;
    font-size: 2.82051vw;
  }
}

.tab__list__item.blue > a {
  border: 1px solid #473A93;
  border-radius: 9px 9px 9px 0;
}

@media screen and (max-width: 768px) {
  .tab__list__item.blue > a {
    border-radius: 2.30769vw 2.30769vw 2.30769vw 0;
  }
}

.tab__list__item.blue::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 20px;
  height: 15px;
  background-color: #B60081;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .tab__list__item.blue::after {
    width: 5.12821vw;
    height: 3.84615vw;
    right: -2.5641vw;
  }
}

.tab__list__item.blue.is-active::after {
  background-color: #473A93;
}

.tab__list__item.blue.is-active > a {
  background-color: #473A93;
  color: #fff;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .tab__list__item.blue.is-active > a {
    font-size: 2.82051vw;
  }
}

.tab__list__item.purple > a {
  border: 1px solid #B60081;
  border-radius: 9px 9px 0 9px;
}

@media screen and (max-width: 768px) {
  .tab__list__item.purple > a {
    border-radius: 2.30769vw 2.30769vw 0 2.30769vw;
  }
}

.tab__list__item.purple.is-active > a {
  background-color: #B60081;
  color: #fff;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .tab__list__item.purple.is-active > a {
    font-size: 2.82051vw;
  }
}

.tab__contents {
  margin: 0;
  display: none;
  border-radius: 0 0 9px 9px;
}

@media screen and (max-width: 768px) {
  .tab__contents {
    border-radius: 0 0 2.30769vw 2.30769vw;
  }
}

.tab__contents.is-show {
  display: block;
}

.tab__contents__item {
  padding: 32px 24px;
}

@media screen and (max-width: 768px) {
  .tab__contents__item {
    padding: 8.20513vw 6.15385vw;
  }
}

.tab__contents__item--sim {
  padding: 0 8px 16px;
}

@media screen and (max-width: 768px) {
  .tab__contents__item--sim {
    padding: 0 2.05128vw 4.10256vw;
  }
}

.tab__contents h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 768px) {
  .tab__contents h5 {
    font-size: 4.61538vw;
  }
}

.tab__contents#merit-point-01 {
  border: 1px solid #473A93;
  border-top: none;
}

.tab__contents#merit-point-02 {
  border: 1px solid #B60081;
  border-top: none;
}

.main .contents .tab .tab__list__item > a:hover {
  opacity: 1 !important;
}

.label--new {
  padding: 3px 5px;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background-color: #B60081;
}

@media screen and (max-width: 768px) {
  .label--new {
    padding: 1.02564vw 1.28205vw;
    font-size: 3.07692vw;
    margin-bottom: 2.5641vw;
  }
}

.simulator {
  border-radius: 10px;
  border: 1px solid #B60081;
  background: #FFF5FD;
  padding: 30px 10px 24px;
}

@media screen and (max-width: 768px) {
  .simulator {
    border-radius: 2.5641vw;
    padding: 7.69231vw 2.5641vw 6.15385vw;
  }
}

.simulator > h5 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

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

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

.simulator__lead {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .simulator__lead {
    margin-top: 7.69231vw;
    font-size: 3.58974vw;
  }
}

.simulator__flex {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

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

.simulator__flex__item {
  width: 130px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .simulator__flex__item {
    width: 33.33333vw;
  }
}

.simulator__flex::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("/-/media/aeoncard/service/lp/aeonpay_hokkaido/images/icon_merit-point-tab01-sim.svg") no-repeat center center/contain;
}

.simulator .sim-store {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .simulator .sim-store {
    font-size: 4.10256vw;
  }
}

.simulator .sim-store > span {
  font-size: 11px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .simulator .sim-store > span {
    font-size: 2.82051vw;
  }
}

.simulator .sim-input {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.simulator .sim-input > input {
  max-width: 80px;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  background: #Fff;
  text-align: right;
  padding: 10px;
  font-size: 28px;
  outline: none;
  caret-color: #5c5c5c;
}

@media screen and (max-width: 768px) {
  .simulator .sim-input {
    margin-top: 5.12821vw;
    font-size: 3.07692vw;
  }
  .simulator .sim-input > input {
    max-width: 20.51282vw;
    border-radius: 0.76923vw;
    padding: 2.5641vw;
    font-size: 7.17949vw;
  }
}

.simulator__result {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.simulator__result > span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .simulator__result > span {
    font-size: 3.58974vw;
    line-height: 4.61538vw;
  }
}

.simulator__result #sim-result {
  font-size: 40px;
  color: #B60081;
  letter-spacing: -0.025em;
}

@media screen and (max-width: 768px) {
  .simulator__result #sim-result {
    font-size: 10.25641vw;
  }
}

.simulator__link {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

@media screen and (max-width: 768px) {
  .simulator__link {
    margin-top: 4.10256vw;
    font-size: 3.07692vw;
  }
}

.simulator__link > img {
  width: 15px;
}

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

.simulator__link > a {
  color: #000;
  text-decoration: underline;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
}

.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: 390px;
  width: 90vw;
  max-height: 80vh;
  padding: 10px 20px 50px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

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

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

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

.modal__contents p {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
}

.modal__contents p > strong {
  font-size: 16px;
  font-weight: 700;
  color: #473A93;
}

@media screen and (max-width: 768px) {
  .modal__contents p {
    margin-top: 3.07692vw;
    font-size: 3.58974vw;
  }
  .modal__contents p > strong {
    font-size: 4.10256vw;
  }
}

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

.button--purple {
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: linear-gradient(270deg, #CF009E 0%, #B80084 100%);
}

@media screen and (max-width: 768px) {
  .button--purple {
    margin-top: 7.69231vw;
    height: 12.30769vw;
    font-size: 4.10256vw;
  }
}

.button--orange {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 58px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #FF8A24;
  position: relative;
}

@media screen and (max-width: 768px) {
  .button--orange {
    margin-top: 5.12821vw;
    height: 14.87179vw;
    font-size: 4.35897vw;
  }
}

.button--orange::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url("/-/media/AeonCard/service/lp/aeonpay_hokkaido/images/icon_button_arrow.svg") no-repeat center center/contain;
  width: 13px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  .button--orange::after {
    right: 5.12821vw;
    width: 3.33333vw;
    height: 3.07692vw;
  }
}

.pagetopbtn {
  position: fixed;
  z-index: 11;
  width: 45px;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pagetopbtn {
    width: 7.69231vw;
    right: 3.84615vw;
    bottom: 20.51282vw;
  }
}

.pc-floatmenu {
  position: fixed;
  z-index: 11;
  right: calc(50% + 240px);
  top: 120px;
  width: 340px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1279px) {
  .pc-floatmenu {
    display: none;
  }
}

.pc-floatmenu__btn {
  width: 340px;
  height: 70px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  color: #B60081;
  position: relative;
}

.pc-floatmenu__btn small {
  display: block;
  font-size: 12px;
}

.pc-floatmenu__btn::before {
  content: '';
  width: 2px;
  height: 50px;
  border-radius: 2px;
  background-color: #B60081;
  display: block;
}

.pc-floatmenu__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url("/-/media/AeonCard/service/lp/aeonpay_hokkaido/images/icon_pc-float_btn.svg") no-repeat center center/contain;
  width: 32px;
  height: 32px;
}

.pc-floatmenu__list {
  margin-top: 20px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pc-floatmenu__list > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.pc-floatmenu__list > li > a::after {
  content: '';
  background: url("/-/media/AeonCard/service/lp/aeonpay_hokkaido/images/icon_pc-float_link.svg") no-repeat center center/contain;
  width: 14px;
  height: 14px;
}

.pc-floatimg {
  width: 446px;
  position: fixed;
  z-index: 11;
  left: calc(50% + 195px);
  top: 120px;
}

@media screen and (max-width: 1279px) {
  .pc-floatimg {
    display: none;
  }
}

.float-btn {
  position: fixed;
  bottom: 80px;
  left: calc(50% + 260px);
  z-index: 11;
  width: 340px;
}

.float-btn__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1279px) {
  .float-btn {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 390px;
    height: 74px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #FFF 100%);
  }
  .float-btn__list {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .float-btn__list > li {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .float-btn {
    width: 100vw;
    height: 18.97436vw;
  }
  .float-btn__list {
    gap: 1.53846vw;
  }
  .float-btn__list > li {
    width: 41.02564vw;
  }
}
