/* ------------------------------------------------------------------------------
     reset
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.25;
  -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;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .qx-mt10 {
    margin-top: spvw(20);
  }
}

.qx-mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .qx-mt30 {
    margin-top: spvw(40);
  }
}

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

@media screen and (max-width: 768px) {
  .qx-mt40 {
    margin-top: spvw(50);
  }
}

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

@media screen and (max-width: 768px) {
  .qx-mt50 {
    margin-top: spvw(50);
  }
}

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

@media screen and (max-width: 768px) {
  .qx-mt60 {
    margin-top: spvw(60);
  }
}

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

@media screen and (max-width: 768px) {
  .qx-fs24-sp {
    font-size: spvw(24) !important;
  }
}

/* Main */
.qx-contents {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 70px 30px 100px;
}

@media screen and (max-width: 768px) {
  .qx-contents {
    padding: 8vw 4vw 13.33333vw;
  }
}

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

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

.qx-hdg-lv1 {
  font-size: 42px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv1 {
    font-size: 5.33333vw;
  }
}

.qx-link-hdg {
  font-size: 24px;
  text-decoration: underline;
  color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .qx-link-hdg {
    font-size: 4.26667vw;
  }
}

.qx-hdg-lv2 {
  margin: 80px 0 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  color: #B70081;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2 {
    margin: 10.66667vw 0 6.66667vw;
    font-size: 6.4vw;
  }
}

.qx-hdg-lv2 img {
  width: 100%;
  max-width: 613px;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2 img {
    max-width: 81.73333vw;
  }
}

.qx-hdg-lv2 + * {
  margin-top: 0;
}

.qx-hdg-lv2#invoice::before, .qx-hdg-lv2#invoice::after {
  content: '';
  display: block;
  width: 2px;
  height: 1.1em;
  background-color: #B70081;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2#invoice::before, .qx-hdg-lv2#invoice::after {
    height: 2.2em;
  }
}

.qx-hdg-lv2#invoice::before {
  margin-right: 20px;
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2#invoice::before {
    margin-right: 5.33333vw;
  }
}

.qx-hdg-lv2#invoice::after {
  margin-left: 20px;
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2#invoice::after {
    margin-left: 5.33333vw;
  }
}

.qx-hdg-lv2__sub {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv2__sub {
    margin-top: 5.86667vw;
    font-size: 4.8vw;
  }
}

.qx-hdg-lv3 {
  margin: 60px 0 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .qx-hdg-lv3 {
    margin-top: 10.66667vw 0vw 4vw;
    font-size: 4.8vw;
    gap: 2.66667vw;
  }
}

.qx-hdg-lv3 > span {
  flex-shrink: 0;
}

.qx-hdg-lv3::before, .qx-hdg-lv3::after {
  content: '';
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #000;
  flex-shrink: 100;
}

.qx-logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px 30px;
}

@media screen and (max-width: 768px) {
  .qx-logo-list {
    gap: 2.66667vw 4vw;
    margin-top: 6.66667vw;
  }
}

.qx-logo-list > li {
  width: calc((100% - 90px) / 4);
}

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

.qx-shop-list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .qx-shop-list {
    gap: 10vw 4vw;
    margin-top: 3.73333vw;
  }
}

.qx-shop-list > li {
  width: calc((100% - 100px) / 6);
}

@media screen and (max-width: 768px) {
  .qx-shop-list > li {
    width: calc((100% - 12vw) / 4);
  }
}

.qx-shop-list > li > p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.5em;
  font-weight: 600;
}

.qx-shop-list > li > p > span {
  margin-top: 5px;
}

.qx-search {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .qx-search {
    margin-top: 10.66667vw;
  }
}

.qx-search__form {
  position: relative;
  display: flex;
  align-items: center;
}

.qx-search__form > input {
  width: 100%;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #fbfbfb;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .qx-search__form > input {
    font-size: 3.73333vw;
    padding: 3.2vw 17.06667vw 3.2vw 3.2vw;
    height: 17.06667vw;
    border-radius: 1.6vw;
  }
}

.qx-search__form > button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 48px;
  border: none;
  background-color: #B70081;
  border-radius: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .qx-search__form > button {
    width: 18.66667vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
    border-radius: 5.33333vw;
    right: 3.2vw;
  }
}

.qx-search__result {
  margin-top: 16px;
  padding: 28px;
  border: 2px solid #B70081;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .qx-search__result {
    margin-top: 3.73333vw;
    padding: 3.73333vw;
    border-radius: 1.6vw;
  }
}

.qx-search__result__text {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .qx-search__result__text {
    margin-bottom: 3.73333vw;
  }
}

.qx-search__result__error {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .qx-search__result__error {
    font-size: 3.73333vw;
  }
}

.qx-accordion {
  margin-top: 60px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

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

.qx-accordion__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
  background-color: #f0cce6;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 768px) {
  .qx-accordion__title {
    padding: 4.53333vw;
    font-size: 4.8vw;
  }
}

.qx-accordion__title::before, .qx-accordion__title::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #b60081;
  transition: .3s ease;
}

@media screen and (max-width: 768px) {
  .qx-accordion__title::before, .qx-accordion__title::after {
    right: 4vw;
    width: 4.8vw;
  }
}

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

.qx-accordion__body {
  overflow: hidden;
  transition: max-height .3s ease;
}

.qx-accordion__list {
  margin: 0;
  padding: 0;
}

.qx-accordion__list > li {
  border-top: 1px solid #ddd;
  position: relative;
}

.qx-accordion__list > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 24px 48px 24px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .qx-accordion__list > li > a {
    padding: 3.73333vw 13.33333vw 3.73333vw 3.73333vw;
    font-size: 4vw;
    min-height: 16.8vw;
    justify-content: flex-start;
    line-height: 1.25;
  }
}

.qx-accordion__list > li::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 17px;
  background: url(/-/media/aeoncard/service/lp/aeonpay/shop/20250627/images/icon_acd-arrow.png) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .qx-accordion__list > li::after {
    right: 4.8vw;
    width: 4.13333vw;
    height: 4.53333vw;
  }
}

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

.qx-notes {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .qx-notes {
    margin-top: 10.66667vw;
  }
}

.qx-notes > li {
  margin-top: 8px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .qx-notes > li {
    margin-top: 2.13333vw;
  }
}

.qx-notes > li > a {
  color: #1a1a1a;
  text-decoration: underline;
}

.qx-notes > li > span {
  color: #B70081;
}

.qx-notes--shop {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .qx-notes--shop {
    margin-top: 10.66667vw;
  }
}

.qx-notes--shop > li {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .qx-notes--shop > li {
    gap: 2.13333vw;
    margin-top: 2.13333vw;
  }
}

.qx-notes--shop > li > span {
  flex-shrink: 0;
}

.qx-notes--shop > li:first-child {
  margin-top: 0;
}

.qx-button {
  margin: 60px auto 0;
  max-width: 520px;
  display: block;
  padding: 24px 100px;
  border-radius: 6px;
  background-color: #B70081;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .qx-button {
    margin: 10.66667vw auto 0;
    padding: 4.26667vw 13.33333vw;
    font-size: 4.8vw;
    border-radius: 1.6vw;
    width: 100%;
  }
}

.qx-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  content: "";
}

@media screen and (max-width: 768px) {
  .qx-button::after {
    width: 3.2vw;
    height: 3.2vw;
    border-width: 0.8vw;
    right: 4.8vw;
  }
}

/* ------------------------------------------------------------------------------
    link-top
-------------------------------------------------------------------------------*/
.qx-link-top {
  text-align: right;
  position: static;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

.qx-link-top a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 20px 0 auto;
}

.qx-link-top a img {
  transition: opacity 0.2s;
}

.qx-link-top a:hover img,
.qx-link-top a:focus img,
.qx-link-top a:active img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media only screen and (max-width: 767px) {
  .qx-link-top {
    text-align: right;
    position: static;
    right: 10px;
    bottom: 20px;
    z-index: 5;
  }
  .qx-link-top a {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 10px 0 auto;
  }
}
