@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

@media 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;
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.5;
}

a:not([class]) {
  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;
}

.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%;
}

.fw-bor{
  font-weight: 700;
}

@media screen and (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;
  }
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clear:after,
.rsp-frame:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

img.icon {
  vertical-align: middle;
  margin-left: 3px;
}


.pc_none, span.pc_none, .pc_none.text {
  display: none !important;
}

.sp_none {
  display: block;
}

span.sp_none, img.sp_none, .sp_none.text {
  display: inline-block;
}

@media screen and (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;
  }
}

.qx-color-app {
  color: #B50081;
}

html {
  scroll-padding-top: 76px;
  /* 固定ヘッダの高さを指定 */
}

/* Main Style */
.o-header {
  background-color: #fff;
  position: fixed;
  z-index: 1000;
}

.header-logo-links{
  position: fixed;
  width: 168px;
  height: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  margin-top: 20px;
}

.header-logo-links span{
  display: none;
}

@media (max-width: 768px) {
  .header-logo-links{
    width: 147px;
    left: 16px;
    transform: translateX(0);
    margin-top: 8px;
  }
}

main {
  margin-top: 49px;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  font-size: 4.26667vw;
  line-height: 1.5;
  background-color: transparent;
  color: #1a1a1a;
}

@media screen and (min-width: 769px) {
  main {
    margin-top: 76px;
    font-size: 18.72px;
  }
}

  .main__bg {
    background-color: #FFFDF0;
  }

@media screen and (min-width: 769px) {
  .main__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EBF6FF url(/-/media/aeoncard/benefits/aeonmall/images/bg_main.png) no-repeat center center/cover;
    z-index: -1;
  }
}

.main__contents {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #FFFDF0;
  overflow-x: hidden;
  text-align: center;
  padding-bottom: 0px;
}

@media screen and (min-width: 769px) {
  .main__contents {
    width: 390px;
    padding-bottom: 0px;
    min-height: calc(100vh - 232px);
  }
}

.pagetopbtn-wrap {
  display: none;
  position: fixed;
  width: 45px;
  bottom: 100px;
  right: 15px;
  left: auto;
  z-index: 100;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .pagetopbtn-wrap {
    right: 25px;
    left: auto;
  }
}

@media (min-width: 1280px) {
  .pagetopbtn-wrap {
    left: calc((100vw + 394px)/2 + 275px);
    bottom: 120px;
  }
}


.float-btn {
  max-width: 280px;
  width: calc((100% - 394px)/2 - 40px);
  position: fixed;
  bottom: 40%;
  left: calc((100vw + 394px)/2 + 30px);
  z-index: 5;
}

.float-btn a:hover {
  opacity: 1 !important;
}

@media screen and (max-width: 1279px) {
  .float-btn {
    left: auto;
    right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .float-btn {
    left: auto;
    right: 20px;
  }
}

.fb-mall img{
  margin-bottom: 10px  !important;
}

@media screen and (max-width: 768px) {
  .float-btn {
    max-width: 100%;
    width: 100%;
    text-align: center;
    bottom: 0 !important;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0 5.12821vw 3.84615vw;
  }

  .float-btn img {
    margin: 0 auto;
  }

  .fb-mall img,
  .fb-question img{
    margin-bottom: 0 !important;
    margin-top: 3.84615vw  !important;
  }
}

.a-ar {
  text-align: right;
}

.a-ac{
  text-align: center;
}

#hamburger-menu img {
  max-width: 100%;
}

#hamburger-menu.is-hidden .hamburger-menu__icon,
#hamburger-menu.is-hidden .hamburger-menu__contents {
  display: none;
}

.hamburger-menu__btn {
  position: fixed;
  top: 17px;
  right: 96px;
  width: auto;
  height: 44px;
  z-index: 1002;
}

.hamburger-menu__btn img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.hamburger-menu__icon {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 66px;
  height: 66px;
  background-color: #E95200;
  cursor: pointer;
  z-index: 1002;
  overflow: hidden;
}

.hamburger-menu__icon::before {
  content: '';
  position: fixed;
  width: 66px;
  height: 66px;
  z-index: 98;
  transition: 0.2s;
}

.hamburger-menu__icon__title {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  transition: 0.3s ease-out;
}

.hamburger-menu__icon__line {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 34px;
  height: 3px;
  background: #fff;
  transition: 0.5s ease-out;
}

.hamburger-menu__icon__line.second {
  top: 20px;
}

.hamburger-menu__icon__line.third {
  top: 30px;
}

@media screen and (min-width: 769px) {
  .hamburger-menu__icon {
    height: 76px;
    width: 76px;
  }

.hamburger-menu__icon__title {
  top: 46px;
}

.hamburger-menu__icon__line {
  top: 20px;
}

.hamburger-menu__icon__line.second {
  top: 30px;
}

.hamburger-menu__icon__line.third {
  top: 40px;
}

}


.is-active .hamburger-menu__icon::before {
  opacity: 0;
}

.is-active .hamburger-menu__icon::after {
  right: -100px;
}

.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 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.is-active .hamburger-menu__icon__line.third {
  display: none;
}

.is-active .hamburger-menu__contents {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.hamburger-menu__contents {
  position: fixed;
  top: 3px;
  right: 0;
  left: auto;
  padding: 80px 25px 40px;
  width: 250px;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #FFFDF0;
  box-shadow: 0 15px 22px rgba(44, 61, 138, 0.2);
  z-index: 1001;
  transform: translateX(375px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-in-out transform, 0.3s ease-in-out opacity, 0.3s ease-in-out visibility;
  border-radius: 10px;
}

.hamburger-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger-menu__list__item {
  margin: 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #F96819;
  width: 100%;
}

.hamburger-menu__list__item:last-child {
  border-bottom: none;
}

.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__item .hamburger-menu__list__link span{
  font-size: 6.15385vw;
  color: #E95200;
  display: block;
}

.hamburger-menu__list__link {
  font-weight: 500;
  line-height: 1.33;
  padding: 15px 34px 15px 0;
  display: block;
  position: relative;
  color: #1a1a1a;
}

.hamburger-menu__list__link::after {
    content: "";
    background: url(/-/media/aeoncard/benefits/aeonmall/images/arrow.png) center center no-repeat;
    background-size:contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

 .hamburger-menu__list__link span{
  font-size: 6.15385vw;
  color: #E95200;
  font-weight: 700;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

  .hamburger-menu__list__link .menu-pickup::before{
  content: "";
  display: inline-block;
  background: url(/-/media/aeoncard/benefits/aeonmall/images/icon_pickup.png) center center no-repeat;
  background-size: cover;
  width: 18px;
  height: 14px;
  margin-right: 10px;
}


  .hamburger-menu__list__link .menu-shopping::before{
    content: "";
    display: inline-block;
    background: url(/-/media/aeoncard/benefits/aeonmall/images/icon_shopping.png) center center no-repeat;
    background-size: cover;
    width: 13px;
    height: 15px;
    margin-right: 10px;
  }

  .hamburger-menu__list__link .menu-question::before{
    content: "";
    display: inline-block;
    background: url(/-/media/aeoncard/benefits/aeonmall/images/icon_question.png) center center no-repeat;
    background-size: cover;
    width: 14px;
    height: 18px;
    margin-right: 10px;
  }


  .hamburger-menu__list__link .menu-cinema::before{
    content: "";
    display: inline-block;
    background: url(/-/media/aeoncard/benefits/aeonmall/images/icon_cinema.png) center center no-repeat;
    background-size: cover;
    width: 16px;
    height: 14px;
    margin-right: 10px;
  }

  .hamburger-menu__list__link .menu-aeonmall::before{
    content: "";
    display: inline-block;
    background: url(/-/media/aeoncard/benefits/aeonmall/images/icon_malls.png) center center no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }

    .hamburger-menu__list__link .menu-txt {
    font-size: 4vw;
    font-weight: 500;
    color: #1a1a1a;
    padding-top: 10px;
  }


@media screen and (min-width: 1280px) {
  .hamburger-menu__contents {
    top: 100px;
    right: calc((100vw + 394px)/2 + 30px);
    padding: 10px 10px 20px;
    box-shadow: none;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
    width: 30%;
    max-width: 250px;
    z-index: 999;
  }
  .hamburger-menu__icon {
    display: none;
  }
  .hamburger-menu__list {
    margin: 0 auto;
    width: 215px;
  }
  .hamburger-menu__list__item {
    padding: 0;
  }
  .hamburger-menu__list__item:last-child {
    border-bottom: none;
  }
  .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__item .hamburger-menu__list__link span{
    font-size: 14px;
    display: block;
  }
  .hamburger-menu__list__link {
    padding: 12px 24px 12px 0;
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .hamburger-menu__list__link {
    padding: 12px 24px 12px 0;
    font-size: 14px;
  }

  .hamburger-menu__list__link > span {
    font-size: 16px;
  }

  .hamburger-menu__list__link .menu-txt {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    padding-top: 5px;
  }

}

@media screen and (max-width: 768px) {
  #contentMain {
    margin-top: 0px;
  }
  .hamburger-menu__btn {
    top: 7px;
    right: 57px;
    height: 36px;
  }
  .hamburger-menu__icon {
    top: 0;
    right: 0;
    transform: scale(0.75);
    transform-origin: top right;
  }
  .hamburger-menu__icon::before {
    top: 7px;
    right: 15px;
  }
  .hamburger-menu__contents {
    top: 0;
    right: 0;
    left: auto;
    padding: 40px 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, .hamburger-menu__contents::-webkit-scrollbar-track-piece::end {
    background-color: #f2f2f2;
  }
  .hamburger-menu__list__link::after {
      width: 28px;
      height: 28px;
      right: 0;
  }
  .hamburger-menu__list__link .menu-pickup::before{
    width: 36px;
    height: 28px;
 }

  .hamburger-menu__list__link .menu-shopping::before{
    width: 26px;
    height: 30px;
    margin-right: 10px;
  }

  .hamburger-menu__list__link .menu-question::before{
    width: 28px;
    height: 36px;
    margin-right: 10px;
  }


  .hamburger-menu__list__link .menu-cinema::before{
    width: 32px;
    height: 28px;
    margin-right: 10px;
  }

  .hamburger-menu__list__link .menu-aeonmall::before{
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 500px) {
  .hamburger-menu__list__link::after {
      right: 0;
  }
}

@media screen and (max-width: 350px) {
  .hamburger-menu__btn {
    top: 12px;
    right: 53px;
    height: 27px;
  }
  .hamburger-menu__icon {
    right: 6px;
  }
}

/*kv------------*/

.kv{
  position: relative;
}

.kv__hdg img{
  width: 100%;
  margin-bottom: -40px;
}


@media (max-width: 768px) {
  .kv-bt{
    position: absolute;
    bottom: 80px;
    padding: 0  5.12821vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .kv-bt img{
  width: 100%;
  }
}

.qx-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.bg-orange{
  background: #FFF3E7;
}

.bg-blue{
  background:#F6F9FF;
}

.bg-white {
  background: #fff;
}

.bg-img-orange{
  background: url(/-/media/aeoncard/benefits/aeonmall/images/bg_orange.png) bottom left no-repeat;
  background-size: contain;
  padding-bottom: 50px;
}

.bg-img-blue{
  background: url(/-/media/aeoncard/benefits/aeonmall/images/bg_blue.png) bottom left no-repeat;
  background-size: contain;
  padding-bottom: 50px;
}

.bg-img-yellow{
  background:#fff url(/-/media/aeoncard/benefits/aeonmall/images/bg_yellow.png) bottom left no-repeat;
  background-size: contain;
  padding-bottom: 50px;
}

.qx-color-orange {
  color: #E95200;
}

/*title--------------------*/

.all-title {
color: #E95200;
font-family: sans-serif;
font-size: 30px;
font-weight:bold;
position: relative;
padding-top: 30px;
}

.all-title.pickup-icon::before {
  content: "";
  background: url(/-/media/aeoncard/benefits/aeonmall/images/icon_pickup.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 44px;
  height: 37px;
}

.all-title.shopping-icon::before {
  content: "";
  background: url(/-/media/aeoncard/benefits/aeonmall/images/icon_shopping.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 31px;
  height: 36px;
}

.all-title.question-icon::before {
  content: "";
  background: url(/-/media/aeoncard/benefits/aeonmall/images/icon_question.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 28px;
  height: 36px;
}

.all-title.cinema-icon::before {
  content: "";
  background: url(/-/media/aeoncard/benefits/aeonmall/images/icon_cinema.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 39px;
  height: 33px;
}

.all-title.malls-icon::before {
  content: "";
  background: url(/-/media/aeoncard/benefits/aeonmall/images/icon_malls.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 39px;
  height: 33px;
}

.title_bg_purple {
  background: #56419E;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 30px 0;
  margin-left: -16px;
  margin-right: -16px;
}

@media (max-width: 768px) {
  .all-title,
  .title_bg_purple {
    font-size: 125%;
  }

  .all-title.pickup-icon::before {
    width: 11.28vw;
    height: 9.49vw;
  }

  .all-title.shopping-icon::before {
    width: 7.95vw;
    height: 9.23vw;
  }

  .all-title.question-icon::before {
    width: 7.18vw;
    height: 9.23vw;
  }

  .all-title.cinema-icon::before {
    width: 10vw;
    height: 8.46vw;
  }

  .all-title.malls-icon::before {
    width: 10vw;
    height: 8.46vw;
  }
}

.note-list {
  font-size: 12px;
  text-align: left;
}

.note-list li{
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .note-list {
    font-size: 80%;
  }
}

.pickup-wrapper{
  padding-top: 50px;
}

/*shopping--------------------*/
.shopping-img-bg {
  margin-left: -16px;
  margin-right: -16px;
}

.point_title {
color: #000;
text-align: center;
font-family: "Noto Sans JP";
font-size: 21px;
font-style: normal;
font-weight: 700;
}

@media (max-width: 768px) {
.point_title {
  font-size: 100%;
}
}

.point_flex_title{
border-radius: 100px;
background: #B50081;
color: #FFF;
font-family: "Noto Sans JP";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 14px 12px 18px;
position: relative;
}

.point_flex_title::after{
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -13px;
  left: 50%;
  transform:translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #B50081;
}

.point_flex_title span{
  font-size: 26px;
}

@media (max-width: 768px) {
.point_flex_title {
  font-size: 100%;
}

.point_flex_title span{
  font-size: 125%;
}
}

.point_flex {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.point_flex_box {
  width: calc((100% - 15px ) /2);
}

.point_flex_box_one {
  width: 100%;
}


/*診断--------------------*/

.diagnosis-wrapper {
  position: relative;
  width: 100%;
}

.question-wrapper,
.result-wrapper {
  width: 100%;
}

.question-wrapper {
  overflow-x:hidden;
  padding-top: 50px;
}

.result-wrapper {
  display: none;
}

.question-wrapper.is-hidden {
  display: none;
}

.question-txt {
  font-size: 18px;
  font-family: "Noto Sans JP";
}

@media (max-width: 768px) {
  .question-txt {
    font-size: 115%;
  }
}


.progress-bar {
  padding: 20px 20px 40px;
  display: flex;
  justify-content: space-between;
}

.progress-bar > li {
  width: calc((100% - 8px) / 3);
  height: 9px;
  background-color: #EFEFEF;
  border-radius: 4.5px;
}

.progress-bar > li.selected {
  background-color: #E95200;
}

.question,
.result {
  display: none;
}

.question.is-active,
.result.is-active {
  display: block;
  animation: fadeSlide 1.0s ease forwards;
}

@keyframes fadeSlide {
  from {
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.question-no {
  background: #E95200;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
   font-family: "Noto Sans JP";
   margin:0 auto;
   font-size: 24px;
}


.question-title {
color: #E95200;
font-family: "Noto Sans JP";
font-size: 20px;
font-style: normal;
font-weight: 900;
}

@media (max-width: 768px) {
  .question-no {
    font-size: 120%;
    width: 15vw;
    height: 15vw;
  }

.question-title {
    font-size: 110%;
  }
}

.answer-btn {
  font-size: 16px;
  display: block;
  border-radius: 20px;
  border: solid 2px #FF8A24;
  width: 100%;
  min-height: 74px;
  padding: 17px 0;
  margin-bottom: 20px;
  background: #fff;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
.answer-btn {
    font-size: 100%;
  }
}

.back-btn-wrapper {
  text-align: left;
}

.back-btn {
  font-size: 14px;
  color: #1a1a1a;

  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.back-btn::before {
  content: "";
  background: url(/-/media/aeoncard/benefits/aeonmall/images/question_arrow.png) center center no-repeat;
  background-size:contain;
  width: 10px;
  height: 16px;
}

.back-btn span{
  border-bottom:solid 2px #1a1a1a;
}

.result-wrapper {
  padding-top: 50px;
}

.result-header h3{
  margin-left: -16px;
  margin-right: -16px;
}

.result-header h3 img{
  width: 100%;
}

.result-box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  font-size: 16px;
  padding: 20px 16px 30px;
  margin-top: -20px;
  z-index: 10;
}

.result-box-text{
  text-align: left;
  font-size: 16px;

}

.result-box-title {
  font-size: 18px;
  text-align: center;
  font-weight: 900;
  color: #E95200;
  margin-top: 20px;
}

@media (max-width: 768px) {
.result-box-text {
  font-size: 110%;
}
.result-box-title {
    font-size: 110%;
  }
}

.result-point dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E95200;
  border-radius: 10px 10px 0 0;
  border: 1px solid #E95200;
  padding: 8px 0;
  color: #fff;
}

.result-point dt::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/-/media/aeoncard/benefits/aeonmall/images/result_point_icon.png) center center / contain no-repeat;
  flex-shrink: 0;
}

.result-point dd {
  background: #fff;
  border-radius:0 0 10px 10px;
  border: 1px solid #E95200;
  padding: 20px 10px;
}

.result-point-list {
  font-size: 14px;
}

@media (max-width: 768px) {
.result-point-list {
    font-size: 90%;
  }
}

.result-point-list li{
  text-align: left;
  position: relative;
  padding-left: 1em;
  text-indent: -0.8em;
  margin-bottom: 5px;
}

.result-point-list li:last-child{
  margin-bottom: 0;
}

.result-point-list li::before {
  content: "";
  background: url(/-/media/aeoncard/benefits/aeonmall/images/icon_dot.png) center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}

.result-sub-title {
color: #B50081;
text-align: center;
font-family: "Noto Sans JP";
font-size: 18px;
font-style: normal;
font-weight: 900;
line-height: 28px; 
}

.result-sub-title span{
  font-size: 23px;
}

.specialday img{
  margin: 0 auto;
}

.line-title {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: .8em;
  color: #56419E;
}

.line-title::before,
.line-title::after {
  display: block;
  content: '';
  width: 2px;
  height: 1.2em;
  background-color: #56419E;
  position: absolute;
  bottom: 0;
}

.line-title::before {
  left: 0;
  transform: rotate(-40deg)
}

.line-title::after {
  right: 0;
  transform: rotate(40deg)
}

@media (max-width: 768px) {
  .title-line {
    font-size: 100%;
    padding-inline: .6em;
  }
  .title-line::before {
    left: -7px;
    transform: rotate(-25deg);
  }
  .title-line::after {
    right: -7px;
    transform: rotate(25deg)
  }
}

@media (max-width: 374px) {
  .qx-title-line {
    font-size: 14px;
    padding-inline: .6em .4em;
  }
}

.result-links-card {
border-radius: 100px;
border: 2px solid #56419E;
background: #FFF;
display: block;
padding: 25px;
color: #56419E;
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 700;
position: relative;
}

.result-links-card-double {
border-radius: 100px;
border: 2px solid #56419E;
background: #FFF;
display: block;
padding: 10px;
color: #56419E;
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 700;
position: relative;
}

.result-links-card::after ,
.result-links-card-double::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #56419E;
  border-right: 2px solid #56419E;
  transform: translateY(-50%) rotate(45deg);
}



.restart-btn {
  position: relative;
  display:block;
 border-radius: 100px;
  border: 2px solid #E95200;
  background: #FFF;
  color: #E95200;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 25px;
}

.restart-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E95200;
  border-right: 2px solid #E95200;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .result-links-card,
  .result-links-card-double,
  .restart-btn {
    font-size: 100%;
  }
}

@media (max-width: 400px) {
  .result-links-card,
  .result-links-card-double,
  .restart-btn {
    font-size: 95%;
  }
}

.cinema-lead{
color: #000;
font-family: "Noto Sans JP";
font-size: 20px;
font-weight: 700;
}

.cinema-txt-title {
color: #000;
font-family: "Noto Sans JP";
font-size: 18px;
font-weight: 700;
margin-bottom: 20px;
}

@media (max-width: 768px) {
.cinema-lead{
  font-size: 115%;
}

.cinema-txt-title {  
  font-size: 100%;
}
}

.cinema-bnr {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .cinema-bnr {
  width: 87.18%;
  }
}


.blue-links-bt {
border-radius: 100px;
border: 2px solid #56419E;
background: #FFF;
display: block;
padding: 25px;
color: #56419E;
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 700;
position: relative;
}

.blue-links-bt-double {
border-radius: 100px;
border: 2px solid #56419E;
background: #FFF;
display: block;
padding: 10px;
color: #56419E;
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 700;
position: relative;
}

.blue-links-bt::after,
.blue-links-bt-double::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #56419E;
  border-right: 2px solid #56419E;
  transform: translateY(-50%) rotate(45deg);
}

.card-title{
  color: #3A579A;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-weight: 900;
}

@media (max-width: 768px) {
  .blue-links-bt,
  .blue-links-bt-double {
    font-size: 100%;
  }

  .card-title{
    font-size: 100%;
  }
}

.card-links{
  margin: 20px auto 0;
}

.card-links a img{
  width: 100%;

}

.card-blue-wrapper {
border-radius: 10px;
background: #5797E5;
position: relative;
color: #FFF;
text-align: center;
font-family: "Noto Sans JP";
font-size: 18px;
font-weight: 700;
padding: 15px 0;
}

.card-blue-wrapper::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #5797E5;
}


@media (max-width: 768px) {
  .card-blue-wrapper {
    font-size: 90%;
  }
}

.app-title {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 768px) {
  .app-title {
    font-size: 90%;
  }
}

.app-icon {
  width: 68px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .app-icon {
    width: 17.44%;
  }
}

.app-links-box{
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  width: 100%;
  justify-content:center;
}

.app-links-box-apple{
  width: 47.49%;
}

.app-links-box-google{
  width: 48.32%;
}

/*acor--------------------*/
.qx-acor-title {
  position: relative;
  padding: 15px 50px 15px 50px;
  cursor: pointer;
  font-weight: bold;
  background: #E95200;
  color: #fff;
  border-radius: 5px;
  font-family: "Noto Sans JP";
  font-size: 18px;
}

@media (max-width: 768px) {
  .qx-acor-title {
    font-size: 110%;
  }
}

.qx-acor.is-open .qx-acor-title {
  border-radius: 5px 5px 0 0;
}

.qx-acor-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}

.qx-acor-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 2px;
  height: 16px;
  background: #fff;
  transform: translateY(-50%);
  transition: opacity .3s;
}

.qx-acor.is-open .qx-acor-title::after {
  opacity: 0;
}

.qx-acor-body {
display: none;
}

.qx-acor.is-open .qx-acor-body{
border: 1px solid #E95200;
background: #FFF;
padding: 20px;
display: block;
}

.malls-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.malls-list li{
  width:calc((100% - 20px ) /2) ;
  text-align: left;
}

.malls-list li a{
  text-decoration: underline;
  font-size: 14px;
}

@media (max-width: 768px) {
  .malls-list li a{
    font-size: 85%;
  }
}

/*modal--------------------*/
.qx-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10000;
  overflow-y: auto;
}

.qx-modal[aria-hidden="false"] {
  display: block;
}

.qx-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.qx-modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  width: 90vw;
  max-width:390px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .qx-modal__dialog {
    max-width: 80%;
  }
}



.qx-modal__title {
  margin: 0 0 0;
  font-size: 18px;
  line-height: 1.4;
  background: #B50081;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 30px 0;
}

.qx-modal__title span{
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .qx-modal__title {
    font-size: 100%;
  }
}

.qx-modal__body {
  line-height: 1.5;
  height: 100%;
}

.qx-modal__close {
  position: absolute;
  right: 5px;
  top: 10px;
  background: none;
  border: 0;
  cursor: pointer;
}

.qx-modal__close:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.qx-modal__inner {
  padding: 30px 16px;
}

.qx-modal__notes {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .qx-modal__notes {
    font-size: 80%;
  }

}

.qx-modal__notes > li {
  text-indent: -1em;
  padding-left: 1em;
}

.qx-modal__notes li ol li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em; 
}


body.qx-is-modal-open {
  overflow: hidden;
}

/*swiper--------------------*/
.swiper {
  margin-left: -16px;
  margin-right: -16px;
}


.swiper-slide {
  padding-bottom: 20px;
}

.swiper-pagination {
  position: relative;
  bottom: 0;
  padding-right: 13px;
  text-align: center;
}

.swiper-pagination-bullet{
  height: 8px;
  width: 8px;
  background: #D9D9D9;
  margin-left: 13px;
}

.swiper-pagination-bullet-active{
  background: #E95200;
}

.pickup-swiper .swiper-slide a img{
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);  
}

.move-card-image img{
  width: auto;
  height: 100%;
  aspect-ratio: 290 / 438;
}

.swiper-slide.cinema-coming-soon{
 padding: 0 16px 0;
}

.cinema-coming-soon img{
  margin-left: auto;
  margin-right: auto;
}

.move-card-content {
  text-align: left;
}

.move-card-release{
  font-size: 16px;
}
.move-card-title {
font-family: "Noto Sans JP";
font-size: 16px;
font-weight: 700;
display: flex;
align-items: center;
min-height: 50px;
}

.move-card-text {
  font-size: 12px;
}



@media (max-width: 768px) {
  .move-card-release{
    font-size: 100%;

  }

  .move-card-title {
    font-size: 100%;
    min-height: 16.41vw;
  }

  .move-card-text {
    font-size: 90%;
  }
}

