@charset "UTF-8";

a {
  transition: opacity 0.3s;
}

#contentMain {
  background: #dff2fc;
}

.gradient_bg {
  border-top: 5px solid #47549e;
  background: linear-gradient(to bottom, #fffcd1, #fef77a);
}

.kv_note {
  color: #ff5555;
}

.float-link__caution,
.modal__entry,
.introduce__container,
.introduce__bnr,
.rule__acd-trigger,
.tokuten__contents li,
.cashless__wallet,
.cashless__pay,
.cashless__steps li,
.security__detail,
.card__image-area,
.card__type,
.cards__acd-trigger,
.lead__link,
.cont__container,
.cont__center,
.float-link__card,
.modal__entry-btn,
.tokuten__detail-link,
.cashless__detail-btn,
.security__detail-link,
.card__entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.float-link__caution>*,
.modal__entry>*,
.introduce__container>*,
.introduce__bnr>*,
.rule__acd-trigger>*,
.tokuten__contents li>*,
.cashless__wallet>*,
.cashless__pay>*,
.cashless__steps li>*,
.security__detail>*,
.card__image-area>*,
.card__type>*,
.cards__acd-trigger>*,
.lead__link>*,
.cont__container>*,
.cont__center>*,
.float-link__card>*,
.modal__entry-btn>*,
.tokuten__detail-link>*,
.cashless__detail-btn>*,
.security__detail-link>*,
.card__entry>* {
  min-height: 0%;
}

.cont__container,
.cont__container--small {
  box-sizing: content-box !important;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mv__container {
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {

  .cont__container,
  .cont__container--small {
    max-width: 90.6666666667%;
    padding-left: 0;
    padding-right: 0;
  }

  .gradient_bg {
    overflow: hidden;
  }

  .mv__container {
    padding: 0;
  }
}

.cont__container--small {
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 89.3333333333%;
  }
}

.introduce__container,
.tokuten__container,
.cashless__container,
.security__container,
.cards__container,
.lead__container,
.imanara__container {
  padding-top: 100px;
  padding-bottom: 100px;
}

#bank_account .cards__container {
  padding-bottom: 20px;
}

.security__container {
  background: #fff;
}

.point__container {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {

  .introduce__container,
  .tokuten__container,
  .cashless__container,
  .security__container,
  .cards__container,
  .lead__container,
  .imanara__container {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  #bank_account .cards__container {
    padding-bottom: 2vw;
  }

  .point__container {
    padding-bottom: 16vw;
  }
}

.lead__container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.introduce__container {
  padding-top: 40px;
  padding-bottom: 80px;
}

.tokuten__container {
  background-image: linear-gradient(90deg, rgb(218, 240, 252) 48%, rgb(165, 219, 247) 100%);
}

.cashless__title,
.cards__title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.cashless__title picture img,
.cards__title picture img {
  width: 100%;
  height: auto;
}

.tokuten__title h2,
.cashless__title h2,
.cards__title h2 {
  margin: 0;
  margin-left: 20px;
  color: #4653a2;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
}

.cards__title h2,
.security__title h2,
.tokuten__title h2 {
  margin-left: 0;
}

.tokuten__title h2 {
  padding-top: 20px;
}

.security__title,
.tokuten__title {
  text-align: center;
}

@media screen and (max-width: 768px) {

  .tokuten__title h2,
  .cashless__title h2,
  .security__title h2,
  .cards__title h2 {
    margin-left: 2.6666666667vw;
    font-size: 7.5vw;
    line-height: 1.3333333333;
    text-align: center;
  }

  .cards__title h2,
  .security__title h2,
  .tokuten__title h2 {
    margin-left: 0;
  }
}

.tokuten__top-text,
.cashless__top-text,
.security__top-text {
  margin-top: 20px !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {

  .tokuten__top-text,
  .cashless__top-text,
  .security__top-text {
    margin-top: 2.6666666667vw !important;
    font-size: 5.3333333333vw;
  }
}

.tokuten__top-text .underline,
.cashless__top-text .underline,
.security__top-text .underline {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff000 60%, #fff000 100%, transparent 100%);
}

@media screen and (max-width: 768px) {

  .tokuten__top-text .underline,
  .cashless__top-text .underline,
  .security__top-text .underline {
    background: linear-gradient(transparent 60%, #fff000 60%, #fff000 90%, transparent 90%);
  }
}

.modal__close,
.introduce__bnr,
.introduce__other-link,
.lead__link,
.lead__u29-entry,
.js-accordion__trigger,
.link,
.float-link__card,
.modal__entry-btn,
.tokuten__detail-link,
.cashless__detail-btn,
.security__detail-link,
.card__entry,
.rule__link,
.tokuten__caution-link,
.card__link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}

.modal__close:hover,
.introduce__bnr:hover,
.introduce__other-link:hover,
.lead__link:hover,
.lead__u29-entry:hover,
.js-accordion__trigger:hover,
.link:hover,
.float-link__card:hover,
.modal__entry-btn:hover,
.tokuten__detail-link:hover,
.cashless__detail-btn:hover,
.security__detail-link:hover,
.card__entry:hover,
.rule__link:hover,
.tokuten__caution-link:hover,
.card__link:hover {
  opacity: 0.7;
}

.rule__link,
.tokuten__caution-link,
.card__link {
  color: #002e9b;
}

.float-link__card,
.modal__entry-btn,
.cashless__detail-btn,
.security__detail-link,
.card__entry {
  appearance: none;
  border: 0;
  border-radius: 6px;
  background-color: #d72e8b;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.float-link__card {
  background-color: #b60081;
}

.tokuten__detail-link {
  color: #fff;
  background-color: #4F62AC;
  position: relative;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {

  .float-link__card,
  .modal__entry-btn,
  .tokuten__detail-link,
  .cashless__detail-btn,
  .security__detail-link,
  .card__entry {
    border-radius: 1.3333333333vw;
  }
}

.float-link__card::after,
.modal__entry-btn::after,
.tokuten__detail-link::after,
.cashless__detail-btn::after,
.security__detail-link::after,
.card__entry::after,
.top__entry::after {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 50px;
  height: 28.5714285714%;
  content: "";
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/white_tri.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.card__entry::after,
.top__entry::after {
  width: 9px;
  height: 10px;
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230517/images/pc/button_rignt_arrow.png);
}


.tokuten__detail-link::after {
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230417/images/pc/icon_btn_right-arrow.png);
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 768px) {

  .float-link__card::after,
  .modal__entry-btn::after,
  .tokuten__detail-link::after,
  .cashless__detail-btn::after,
  .security__detail-link::after {
    background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/white_tri.png);
    right: 5.3571428571%;
    height: 26%;
  }
}

/* common style override:start */
body.fixed {
  overflow-y: hidden;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 100%;
  }
}

.cont * {
  box-sizing: border-box;
}

/* .cont p {
  margin-top: 0;
  margin-bottom: 0;
} */
/* .cont h1,
.cont h2,
.cont h3 {
  margin-top: 0;
  margin-bottom: 0;
} */
.cont ul,
.cont ol {
  list-style: none;
}

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

/* common style override:end */
/* base:start */
[v-cloak] {
  display: none;
}

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

@media screen and (min-width: 1281px) {
  .pcSmallOnly {
    display: none !important;
  }
}

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

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

.lineBreak {
  display: inline-block;
}

.cautionText {
  color: #e70031;
}

.greenText {
  color: #00B050;
}

.linkText {
  color: #002e9b;
}

.cont__container {
  color: #333333;
}

/* base:end */
.js-accordion__trigger {
  position: relative;
}

.js-accordion__target {
  overflow: hidden;
}

.js-accordion__target-enter-active {
  transition: all 0.5s ease-in-out;
}

.js-accordion__target-leave-active {
  transition: all 0.5s ease-in-out;
}

.js-accordion__target-enter,
.js-accordion__target-leave-to {
  opacity: 0;
}

.js-accordion__icon {
  position: absolute;
  right: 1.9230769231%;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .js-accordion__icon {
    right: 10px;
    width: 17px;
    height: 17px;
  }
}

.js-accordion__icon::before {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 100px;
  transform: translateY(-50%);
  content: "閉じる";
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .js-accordion__icon::before {
    right: 25px;
    font-size: 12px;
  }
}

.js-accordion__icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.js-accordion__icon span::before,
.js-accordion__icon span::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.js-accordion--close .js-accordion__icon::before {
  content: "開く";
}

.js-accordion--close .js-accordion__icon span::after {
  transform: translateY(-50%) rotate(90deg);
}

/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 400ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}

.jsScroll.delay--100 {
  transition-delay: 100ms;
}

.jsScroll.delay--200 {
  transition-delay: 200ms;
}

.jsScroll.delay--300 {
  transition-delay: 300ms;
}

.jsScroll.delay--400 {
  transition-delay: 400ms;
}

.jsScroll.delay--500 {
  transition-delay: 500ms;
}

.jsScroll.delay--600 {
  transition-delay: 600ms;
}

.jsScroll.delay--700 {
  transition-delay: 700ms;
}

.jsScroll.delay--800 {
  transition-delay: 800ms;
}

.jsScroll.delay--900 {
  transition-delay: 900ms;
}

.jsScroll.delay--1000 {
  transition-delay: 1000ms;
}

.jsScroll.delay--1100 {
  transition-delay: 1100ms;
}

.jsScroll.delay--1200 {
  transition-delay: 1200ms;
}

.jsScroll.delay--1300 {
  transition-delay: 1300ms;
}

.jsScroll.delay--1400 {
  transition-delay: 1400ms;
}

.jsScroll.delay--1500 {
  transition-delay: 1500ms;
}

.jsScroll.delay--1600 {
  transition-delay: 1600ms;
}

.jsScroll.delay--1700 {
  transition-delay: 1700ms;
}

.jsScroll.delay--1800 {
  transition-delay: 1800ms;
}

.jsScroll.delay--1900 {
  transition-delay: 1900ms;
}

.jsScroll.delay--2000 {
  transition-delay: 2000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}

.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 0.5s;
}

.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* end */
/* js-fade:end */
/* mv:start */

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

.mv__texts {
  margin-right: 15px;
}

.mv__contents {
  width: 100%;
  padding: 0 10px;
  position: relative;
  z-index: 3;
}

.mv__contents_b {
  padding: 0 6.3%;
}

@media screen and (min-width: 769px) {
  .mv__flag {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .mv__card {
    width: 100%;
    text-align: center;
  }

  .mv__contents_b .mv__card img {
    width: auto;
  }

  .cash_back__container {
    text-align: center;
  }

  .cash_back_period__container {
    text-align: center;
  }
}

.mv__text-01 {
  display: block;
}

.mv__text-01 img {
  width: 70vw;
}

.mainperiod {
  text-align: center;
  padding: 15px 0;
  border: 2px solid #b2b2b2;
  margin: 0 4.66vw 16vw;
}

.cash_back_20_whereever {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .mainperiod {
    padding: 30px 0;
    border: 4px solid #b2b2b2;
    max-width: 940px;
    margin: 0 auto 100px;
  }

  .mv__texts {
    text-align: center;
  }

  .mv__text-01 img {
    width: 190px;
  }
}

.mv {
  opacity: 0;
}

.mv.jsFvAnime {
  opacity: 1;
}

.mv__flag,
.mv__card,
.mv__text-01,
.mv__text-02,
.mv__text-03,
.mv__text-04,
.mv__text-05 {
  opacity: 0;
}

.jsFvAnime .mv__card {
  animation: fade-in 2s ease both;
  animation-delay: 0.8s;
}

.jsFvAnime .mv__flag {
  animation: fade-in 0.5s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-01 {
  animation: fade-in 2s ease both;
  animation-delay: 0.8s;
}

.jsFvAnime .mv__text-02 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.3s;
}

.jsFvAnime .mv__text-03 {
  animation: slide-top 0.8s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-04 {
  animation: slide-top 1.2s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-05 {
  animation: slide-top 1.6s ease both;
  animation-delay: 1s;
}

.mv__text-06 {
  animation: enlarge 1.5s ease-in-out both;
}

.mv__text-07 {
  animation: enlarge 2s ease both;
  max-height: 510px;
}

.mv__text-07 img {
  max-height: 510px;
}

@media screen and (max-width: 768px) {
  .mv__text-07 {
    animation: enlargeSP 2s ease both;
    max-height: none;
  }

  .mv__text-07 img {
    max-height: none;
  }
}

/**
 * ----------------------------------------
 * fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * slide-left
 * ----------------------------------------
 */
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/**
 * ----------------------------------------
 * slide-right
 * ----------------------------------------
 */
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(40%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/**
 * ----------------------------------------
 * slide-top
 * ----------------------------------------
 */
@keyframes slide-top {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/**
 * ----------------------------------------
 * shine
 * ----------------------------------------
 */
@keyframes shine {
  100% {
    left: 125%;
  }
}

/**
 * ----------------------------------------
 * enlarge
 * ----------------------------------------
 */
@keyframes enlarge {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/**
 * ----------------------------------------
 * enlargeSP
 * ----------------------------------------
 */
@keyframes enlargeSP {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/**
 * ----------------------------------------
 * bgenlarge
 * ----------------------------------------
 */
@keyframes bgenlarge {
  0% {
    background-position-y: 50px;
  }

  100% {
    background-position-y: 0;
  }
}



/* mv:end */
/* term:start */
.term img {
  width: 100%;
}

/* term:end */
/* lead:start */
.lead__links {
  max-width: 940px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

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

.lead__links li {
  list-style: none;
  width: 48%;

}

@media screen and (max-width: 768px) {
  .lead__links li {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.lead__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 25px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 15px;
  border: 3px solid #3e4f98;
}

.lead__links li:nth-child(1) .lead__link {
  border: 3px solid #f44276;
}

.lead__links li:nth-child(1) .lead__link .lead__link-text {
  color: #f44276;
}

@media screen and (max-width: 768px) {
  .lead__link {
    padding: 3vw 3vw 2vw 5vw;
    border-radius: 1.6vw;
    flex-direction: row;
  }
}

.lead__link-icon {
  width: 39.0243902439%;
}

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

.lead__link-text {
  padding: 4.8780487805% 0 !important;
  color: #3e4f98;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

.lead__link-text_two {
  padding: 0% !important;
}

.lead__link-text_state {
  justify-content: center;
}

.lead__link-text_state li {
  max-width: 350px;
  text-align: center;
}

.lead__link-text_state li:first-child {
  margin-right: 38px;
}

.lead__link-text_state .lead__link-text_two {
  font-size: 22px;
}

.lead__link-text_state .lead__link-text_state_01 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}

.lead__link-text_state_img {
  margin-top: 20px;
  width: 14px;
  height: 23px;
}

@media screen and (max-width: 1080px) {
  .lead__link-text_state {
    width: 92%;
  }

  .lead__link-text_state li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .lead__link-text {
    font-size: 1.6666666667vw;
  }
}

img.lead__link-text_state_logo {
  height: 50px;
}

@media screen and (max-width: 768px) {
  img.lead__link-text_state_logo {
    height: 45px;
  }

  .lead__link-text_state li:first-child {
    margin-right: 0;
  }

  .lead__link-text_state li {
    width: 100%;
    max-width: none;
  }

  .lead__link-text_state .lead__link-text_state_01 {
    font-size: 3.3vw;
    margin: 0;
  }

  .b_page .lead__link-text_state .lead__link-text_two {
    font-size: 4vw;
  }

  .lead__link-text_state .lead__link-text_two {
    font-size: 5vw;
  }

  .lead__link-text {
    padding: 2vw 0 !important;
    font-size: 3.633333vw;
  }

  #lead__link-text_right {
    padding: 4.267vw 0 !important;
  }

  .lead__link-text_state_img {
    margin-top: 0;
  }
}

.lead__info {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  max-width: 940px;
}

@media screen and (max-width: 768px) {
  .lead__info {
    padding-top: 60px;
  }
}

.lead__title_logo {
  text-align: center;
}

.lead__title_logo img {
  width: 100px;
}

.lead__title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}

.lead__title_01 {
  font-size: 35px;
  margin-bottom: 5px;
  vertical-align: bottom;
}

.lead__title_02 {
  font-size: 65px;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lead__title_02 img {
  display: inline-block;
  margin: 0 5px 10px;
}

.lead__title_03 {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .lead__title {
    padding-top: 0;
  }

  .lead__title_logo {
    margin-bottom: 20px;
  }

  .lead__title_logo img {
    width: 100px;
  }

  .lead__title_01 {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .lead__title_02 {
    font-size: 25px;
    line-height: 1.2;
    display: block;
  }

  .b_page .gradient_line {
    font-size: 18px;
  }

  .lead__title_03 {
    font-size: 25px;
  }

  .lead__title_02 img {
    display: inline-block;
    margin-bottom: 0;
  }
}

.lead__contents {
  margin-top: 80px;
  margin-top: 7.6923076923%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

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

.lead__content {
  width: 48.0769230769%;
}

.lead__content_add_title {
  background-color: #f44276;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 22px 15px 16px;
  border-radius: 20px 20px 0 0;
  font-size: 40px;
  line-height: 1;
}

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

  .lead__content_add_title {
    font-size: 6.5vw;
    border-radius: 2vw 2vw 0 0;
  }
}

.lead__u29 {
  margin-top: 7.6923076923%;
  width: 100%;
  display: block;
  position: relative;
}

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

.lead__u29-bnr {
  width: 100%;
}

.lead__u29-bnr img {
  width: 100%;
}

.lead__u29-entry {
  display: block;
  position: absolute;
  width: 48.0769230769%;
  height: 19.9335548173%;
  left: 50%;
  bottom: 9.9667774086%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .lead__u29-entry {
    width: 73.5294117647%;
    height: 19.512195122%;
    bottom: 9.756097561%;
    box-shadow: 0px 0.5333333333vw 0.8vw 0px rgba(0, 0, 0, 0.1);
  }
}

/* lead:end */
.cards_pop_note {
  border-radius: 10px;
  background: #c64089;
  color: #fff;
  text-align: center;
  padding: 18px;
  position: relative;
  margin-top: 65px;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
}

.cards_pop_note span {
  font-size: 20px;
}

.cards_pop_note:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 15px 15px 0 15px;
  border-color: #c64089 transparent transparent transparent;
  border-style: solid;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(100%);
  bottom: 2px;

}

.cards_pop_note_text {
  border: 2px solid #d1d1d1;
  padding: 20px 40px;
  margin-top: 30px;
}

.cards_pop_note_text span {
  font-size: 28px;
  font-weight: bold;
}

.cards_pop_note_text p {
  font-size: 20px;
}

.cards__list--1col,
.cards__list--2col,
.cards__list--3col,
.cards__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

@media screen and (max-width: 768px) {

  .cards__list--1col,
  .cards__list--2col,
  .cards__list--3col,
  .cards__list {
    margin-left: -1.3333333333vw;
    margin-right: -1.3333333333vw;
    width: 82.6666666667vw;
  }
}

.cards__list--1col>.cards__item,
.cards__list--2col>.cards__item,
.cards__list--3col>.cards__item,
.cards__list>.cards__item {
  width: 50%;
}

/* cards:start */
#cards {
  background: #fff;
}

#card {
  /* border-top: 4px solid #C64089; */
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .cards__title {
    margin: 0 auto;
  }

  .cards__list--1col #cards__item {
    width: 100%;
  }

  #card {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .cards__title picture {
    width: 17.3333333333vw;
  }
}

.cards__title h2 {
  position: relative;
  padding: 0 15px;
}

.cards__title h2::before,
.cards__title h2::after {
  position: absolute;
  display: inline-block;
  height: 55px;
  width: 4px;
  background: #4653a2;
  transform-origin: bottom;
  bottom: 5px;
}

.cards__title h2::before {
  transform: rotate(-20deg);
  left: 0;
}

.cards__title h2::after {
  transform: rotate(20deg);
  right: 0;
}

.cards_pop_note_blue {
  background: #eaeff5;
  color: #48549d;
}

.cards_pop_note_blue:after {
  border-color: #eaeff5 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .cards__title h2 {
    padding: 0 5px;
  }

  .cards__title h2::before,
  .cards__title h2::after {
    height: 8vw;
    width: 2px;
  }

  .cards_pop_note {
    margin-top: 40px;
    font-size: 21px;
    padding: 10px;
    line-height: 1.2;
  }

  .cards_pop_note span {
    font-size: 14px;
  }

  .cards_pop_note_text span {
    font-size: 17px;
  }

  .cards_pop_note_text p {
    font-size: inherit;
  }

  .cards_pop_note_text {
    border: 1px solid #d1d1d1;
    padding: 12px;
    margin-top: 30px;
  }

}

.cards__title picture img {
  width: 100%;
  height: auto;
}

.cards__contents {
  width: 100%;
}

.cards__acd {
  margin-top: 60px;
  width: 100%;
}

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

.cards__acd-trigger {
  background-color: #B2883A;
  padding: 15px 130px;
}

@media screen and (max-width: 768px) {
  .cards__acd-trigger {
    min-height: 65px;
    padding: 10px 70px 10px 20px;
    align-items: flex-start;
  }
}

.cards__acd-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cards__acd-title {
    font-size: 14px;
    line-height: 1.375;
    text-align: left;
  }
}

.cards__acd-content {
  background-color: #ffffff;
  padding: 5.2884615385% 4.8076923077%;
  border: 1px solid #EEE9E3;
}

@media screen and (max-width: 768px) {
  .cards__acd-content {
    padding: 40px 5.3333333333vw;
  }
}

.cards__acd-content>*:not(:first-child) {
  margin-top: 5.2884615385%;
}

@media screen and (max-width: 768px) {
  .cards__acd-content>*:not(:first-child) {
    margin-top: 40px;
  }
}

.cards__lead-text {
  margin: auto;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cards__lead-text {
    margin-bottom: -2.6666666667vw;
    font-size: 18px;
    line-height: 1.3888888889;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .cards__list--3col>.cards__item {
    width: 33.3%;
  }
}

@media screen and (max-width: 768px) {
  .cards__list--3col::after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
  }
}

.cards__item {
  max-width: 285px;
  display: flex;
}

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

.cards__divide {
  margin: 60px auto;
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
}

@media screen and (max-width: 768px) {
  .cards__divide {
    margin: 40px auto;
  }
}

.cards__cautions {
  list-style: none;
}

@media screen and (min-width: 769px) {
  .cards__cautions {
    margin-top: 3.8461538462% !important;
  }
}

.cards__cautions li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.5833333333;
}

@media screen and (max-width: 768px) {
  .cards__cautions li {
    line-height: 1.4166666667;
  }
}

/* cards:end */
/* card:start */
.card {
  width: 85.9649122807%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

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

.card__name {
  height: 40px;
  margin-left: -0.5em;
  margin-right: -0.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .card__name {
    font-size: 12px;
    line-height: 1.5714285714;
  }
}

@media screen and (max-width: 375px) {
  .card__name {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  .card__name.row1pc {
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .card__name.row1sp {
    height: 20px;
  }
}

@media screen and (min-width: 769px) {
  .card__name.row3pc {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .card__name.row3sp {
    height: 60px;
  }
}

.card__image-area {
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  min-height: 0%;
}

.card__image-area.cardImgTall {
  height: 260px;
}

@media screen and (max-width: 768px) {
  .card__image-area.cardImgTall {
    height: 43.0666666667vw;
  }
}

.card__image-area.cardImgTallPc {
  height: 260px;
}

@media screen and (max-width: 768px) {
  .card__image-area.cardImgTallPc {
    height: auto;
  }
}

.card__image {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  min-height: 0%;
}

.card__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.card__image.card__vertical {
  height: 100%;
  text-align: center;
}

.card__image.card__vertical img {
  width: auto !important;
  height: 100% !important;
  margin: auto;
}

.card__image.bordered img {
  border: 1px solid #333333;
  border-radius: 5px;
  overflow: hidden;
}

.card__image-caption {
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 10px;
  line-height: 2;
}

.hlg02 .card__image-caption {
  line-height: 1.6;
}

.card__text {
  font-size: 14px;
  line-height: 1.3571428571;
}

@media screen and (max-width: 768px) {
  .card__text {
    line-height: 1.5714285714;
  }

  .hlg02 .card__image-caption {
    position: unset;
    line-height: 1.2;
    padding-top: 5px;
    min-height: 34px;
  }
}

.card__info {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 20px;
}

.card__entry {
  background-color: #48c02c;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .card__entry {
    font-size: 16px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 375px) {
  .card__entry {
    font-size: 4.2666666667vw;
  }
}

.card__brands {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.card__brands>img {
  margin: 0 10px;
}

.card__detail {
  margin-top: 20px;
  text-align: center;
}

.card__detail.typeRow3 {
  height: 140px;
}

@media screen and (max-width: 768px) {
  .card__detail.typeRow3 {
    height: 125px;
  }
}

.card__detail.typeRow2 {
  height: 105px;
}

@media screen and (max-width: 768px) {
  .card__detail.typeRow2 {
    height: 95px;
  }
}

.card__detail.typeRow1 {
  height: 70px;
}

@media screen and (max-width: 768px) {
  .card__detail.typeRow1 {
    height: 65px;
  }
}

.card__types {
  padding-bottom: 10px;
}

.card__type {
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  background-color: #efefef;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 768px) {
  .card__type {
    border-radius: 5px;
    height: 40px;
    font-size: 10px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 375px) {
  .card__type {
    font-size: 2.6666666667vw;
  }
}

.card__link {
  height: 20px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.card__link::after {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  left: 100%;
  top: 0;
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/pc/icon_outer.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
}

/* card:end */
/* security:start */
@media screen and (max-width: 768px) {
  .security__title picture {
    width: 10.4vw;
  }
}

@media screen and (max-width: 768px) {
  .security__title h2 {
    font-size: 10.1333333333vw;
  }
}

.security__contents {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .security__contents {
    margin-top: 7.3333333333vw;
    flex-direction: column;
    align-items: center;
  }
}

.security__image {
  width: 23.5576923077%;
}

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

  .security__image img {
    margin: auto;
    width: 54.2666666667vw;
    height: auto;
    display: block;
  }
}

.security__detail {
  margin-top: 40px;
}

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

.security__detail-link {
  width: 200px;
  max-width: 100%;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .security__detail-link {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.security__info {
  width: 100%;
}

.security__info-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .security__info-title {
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
  }
}

.security__info-text {
  margin-top: 30px !important;
  font-size: 18px;
  line-height: 1.5555555556;
}

.security__info-main {
  display: block;
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .security__info-main {
    margin-top: 9.3333333333vw;
  }

  .security__info-main img {
    width: 100%;
  }

  .security__info-text {
    margin-top: 15px !important;
    font-size: 16px;
  }
}

/* security:end */
/* cashless:start */
@media screen and (max-width: 768px) {
  .cashless__title picture {
    width: 11.4666666667vw;
  }
}

.cashless__title h2 {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cashless__title h2 {
    font-size: 10.1333333333vw;
  }
}

.cashless__contents {
  margin-top: 80px;
  max-width: 940px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
}

.cashless__contents h3 {
  padding: 17px 35px;
}

.cashless__contents h3 button {
  text-align: left;
}

.cashless__contents .js-card_inner {
  width: 100%;
  padding: 0;
}

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

.cashless__wallet {
  width: 66.3265306122%;
  text-align: center;
}

.aeon_wallet {
  width: 350px;
}

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

  .aeon_wallet {
    width: 250px;
  }
}

.cashless__pay {
  width: 27.5510204082%;
}

@media screen and (max-width: 768px) {
  .cashless__pay {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}

.cashless__wallet-logo {
  width: 53.5384615385%;
}

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

.cont .cashless__wallet-text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5555555556;
}

@media screen and (max-width: 1080px) {
  .cont .cashless__wallet-text {
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .cashless__wallet-text {
    font-size: 4.8vw;
    line-height: 1.5555555556;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .cont .cashless__step-title {
    margin-top: 6.6666666667vw;
    width: 60vw;
  }
}

.cashless__steps {
  margin-top: 40px;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.cashless__step-title img:first-child {
  margin-right: 45px;
}

@media screen and (max-width: 768px) {
  .cashless__steps {
    margin-top: -5.3333333333vw;
    align-items: center;
    flex-direction: column;
  }

  .cashless__step-title img:first-child {
    margin-right: 0;
    margin-bottom: 25px;
    width: 80%;
  }
}

.cashless__steps li {
  width: 29.2307692308%;
  height: 100px;
  position: relative;
  background-color: #dfe2f1;
  border-radius: 10px;
}

@media screen and (max-width: 1080px) {
  .cashless__steps li {
    height: 9.2592592593vw;
  }
}

@media screen and (max-width: 768px) {
  .cashless__steps li {
    margin-top: 14.6666666667vw;
    width: 56vw;
    height: 26.6666666667vw;
  }
}

.cashless__steps li:not(:last-child)::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .cashless__steps li:not(:last-child)::after {
    background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/pc/cashless_icon_right-arrow.png);
    left: 108%;
    top: 50%;
    transform: translateY(-50%);
    width: 7.8947368421%;
    height: 20%;
  }
}

@media screen and (max-width: 768px) {
  .cashless__steps li:not(:last-child)::after {
    background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/sp/cashless_icon_down-arrow.png);
    left: 50%;
    top: 115%;
    transform: translateX(-50%);
    width: 5.3333333333vw;
    height: 3.3333333333vw;
  }
}

.cashless__steps p {
  padding-top: 0.5em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
}

@media screen and (max-width: 1080px) {
  .cashless__steps p {
    font-size: 1.4814814815vw !important;
  }
}

@media screen and (max-width: 768px) {
  .cashless__steps p {
    font-size: 4.2666666667vw !important;
  }
}

.cashless__step-no {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .cashless__step-no {
    width: 8vw;
  }
}

.cashless__detail {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .cashless__detail {
    margin-top: 25px;
  }

  .cashless__detail p {
    text-align: left;
  }
}

.cashless__detail-btn {
  width: 245px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cashless__detail-btn {
    width: 80vw;
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
  }
}

.cashless__pay {
  color: #c70085;
}

.cashless__pay-screen {
  width: 90.3703703704%;
}

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

.cashless__pay-logo {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cashless__pay-logo {
    margin-top: 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .cashless__pay-logo img {
    width: 12.5333333333vw;
  }
}

.cashless__pay-logo p {
  font-size: 30px;
  font-weight: bold;
  margin-left: 0.3em;
}

@media screen and (max-width: 1080px) {
  .cashless__pay-logo p {
    font-size: 2.7777777778vw;
  }
}

@media screen and (max-width: 768px) {
  .cashless__pay-logo p {
    font-size: 5.3333333333vw;
    margin-left: 0.5em;
  }
}

.cashless__pay-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 1080px) {
  .cashless__pay-text {
    font-size: 1.8518518519vw;
  }
}

@media screen and (max-width: 768px) {
  .cashless__pay-text {
    margin-top: 1.3333333333vw !important;
    font-size: 4.8vw;
  }
}

/* cashless:end */
/* tokuten:start */
@media screen and (max-width: 768px) {
  .tokuten__title picture {
    width: 11.6vw;
  }
}

.tokuten__title h2 {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .tokuten__title h2 {
    font-size: 9.3333333333vw;
  }
}

.tokuten__contents {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

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

.tokuten__contents li {
  margin-top: 3.8461538462%;
  width: 48.0769230769%;
  padding: 5.7692307692% 0;
  background-color: #ffffff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .tokuten__contents li {
    width: 100%;
    margin-top: 8vw;
    padding: 13.3333333333vw 0;
  }
}

.tokuten__icon {
  width: 100%;
  text-align: center;
}

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

.tokuten__text-hdg {
  margin-top: 4% !important;
  color: #4653a2;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1080px) {
  .tokuten__text-hdg {
    font-size: 2.2222222222vw;
  }
}

@media screen and (max-width: 768px) {
  .tokuten__text-hdg {
    margin-top: 8vw !important;
    font-size: 5.3333333333vw;
  }
}

.tokuten__text {
  margin-top: 3% !important;
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .tokuten__text {
    font-size: 1.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .tokuten__text {
    margin-top: 4vw !important;
    font-size: 4.8vw;
  }
}

.tokuten__logo {
  margin-top: 4%;
  width: 100%;
}

.tokuten__detail {
  margin-top: 8%;
  width: 100%;
}

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

.tokuten__detail-link {
  margin: auto;
  width: 80%;
  height: 60px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .tokuten__detail-link {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.tokuten__caution {
  margin-top: 4% !important;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .tokuten__caution {
    font-size: 1.2962962963vw;
  }
}

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

.tokuten__caution-link {
  text-decoration: underline;
}

.tokutenStrongText {
  font-weight: bold;
  color: #d72e8b;
}

/* tokuten:end */
/* flow:start */
.flow__container {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
}

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

.flow__title {
  width: 100%;
  max-width: 643px;
  margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .flow__title {
    margin-bottom: 0 !important;
  }
}

.flow__steps {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .flow__steps {
    flex-direction: column;
    margin-top: -2.6666666667vw;
  }
}

.flow__step {
  width: 29.8076923077%;
  border-radius: 10px;
  border: 2px solid #4653a2;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow__step {
    border: 0;
    margin-top: 16vw;
    width: 100%;
  }
}

.flow__step:not(:first-child)::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .flow__step:not(:first-child)::before {
    background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/pc/flow_arrow.png");
    width: 5.8064516129%;
    max-height: 29px;
    height: 2.7884615385vw;
    top: 50%;
    left: -12.2580645161%;
    transform: translateY(-50%);
  }
}

.flow__step-title {
  background-color: #4653a2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 20px 18px;
}

@media screen and (max-width: 768px) {
  .flow__step-title {
    padding: 0;
  }
}

.flow__step-img {
  width: 100%;
  max-width: 117px;
}

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

.flow__step-contents {
  padding-right: 3.2258064516%;
  padding-left: 3.2258064516%;
  padding-top: 12.9032258065%;
  padding-bottom: 11.2903225806%;
}

@media screen and (max-width: 768px) {
  .flow__step-contents {
    padding-left: 5.8823529412%;
    padding-right: 5.8823529412%;
    padding-top: 8.8235294118%;
    padding-bottom: 10.2941176471%;
    border: 2px solid #4653a2;
    border-radius: 0px 0px 10px 10px;
  }
}

.flow__step-icon {
  width: 100%;
  max-width: 191px;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .flow__step-icon {
    max-width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}

.flow__step-name {
  width: 100%;
  color: #4653a2;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .flow__step-name {
    font-size: 2.2222222222vw;
  }
}

@media screen and (max-width: 768px) {
  .flow__step-name {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.flow__step-text {
  font-size: 16px;
  text-align: center;
  line-height: 1.5625;
}

@media screen and (max-width: 1080px) {
  .flow__step-text {
    font-size: 1.4814814815vw;
  }
}

@media screen and (max-width: 768px) {
  .flow__step-text {
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
}

.flow__step-caution {
  color: #d72e8b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5625;
  text-align: center;
  margin-top: 20px !important;
}

@media screen and (max-width: 1080px) {
  .flow__step-caution {
    font-size: 1.4814814815vw;
  }
}

@media screen and (max-width: 768px) {
  .flow__step-caution {
    font-size: 4.2666666667vw;
    padding-bottom: 0;
  }
}

/* flow:end */
.rule__acd-link,
.rule__acd-list,
.rule__table th,
.rule__table td,
.rule__list--no-space,
.rule__list,
.rule__definition,
.rule__text--no-space,
.rule__text {
  font-size: 16px;
  line-height: 1.5625;
}

@media screen and (max-width: 768px) {

  .rule__acd-link,
  .rule__acd-list,
  .rule__table th,
  .rule__table td,
  .rule__list--no-space,
  .rule__list,
  .rule__definition,
  .rule__text--no-space,
  .rule__text {
    line-height: 1.375;
  }
}

.rule__acd-caution,
.rule__caution--diff,
.rule__caution--no-space,
.rule__caution {
  font-size: 14px;
  line-height: 1.5714285714;
}

@media screen and (max-width: 768px) {

  .rule__acd-caution,
  .rule__caution--diff,
  .rule__caution--no-space,
  .rule__caution {
    line-height: 1.4285714286;
  }
}

/* rule:start */
.rule ul,
.rule ol {
  list-style: none;
}

.rule dl {
  margin: 0;
}

.rule dd {
  margin-left: 0;
}

.rule__container {
  background-color: #fff;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .rule__container {
    padding-top: 8vw;
  }
}

.rule__contents {
  width: 100%;
  margin-bottom: 40px;
}

.rule__title {
  background-color: #e5e5e5;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .rule__title {
    padding: 8px 10px;
    line-height: 1.3888888889;
  }
}

.rule__texts {
  padding-top: 20px;
}

.rule__text {
  margin-bottom: 20px !important;
}

.rule__text--no-space {
  margin-bottom: 0;
}

.rule__definition {
  margin-bottom: 0;
}

.rule__list {
  margin-bottom: 20px;
}

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

.rule__list--no-space {
  margin-bottom: 0;
}

.rule__list--no-space li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__caution {
  margin-bottom: 20px;
}

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

.rule__caution--no-space {
  margin-bottom: 0;
}

.rule__caution--no-space li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__caution--diff {
  margin-bottom: 0;
}

.rule__caution--diff li {
  padding-left: 0;
  text-indent: -1em;
}

.rule__link {
  text-decoration: underline;
}

.rule__table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .rule__table {
    margin-top: 30px;
  }
}

.rule__table th,
.rule__table td {
  border: 1px solid #bfbfbf;
  font-weight: normal;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {

  .rule__table th,
  .rule__table td {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media screen and (max-width: 768px) {
  .rule__table-head {
    width: 27.9411764706%;
  }
}

@media screen and (max-width: 768px) {
  .rule__table-term {
    width: 38.9705882353%;
  }
}

@media screen and (max-width: 768px) {
  .rule__table-date {
    width: 33.0882352941%;
  }
}

.rule__cell--left span {
  display: inline-block;
  text-align: left;
}

.rule__acd {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .rule__acd {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.rule__acd-trigger {
  background-color: #4553a3;
  padding: 10px 130px;
}

@media screen and (max-width: 768px) {
  .rule__acd-trigger {
    min-height: 65px;
    padding: 10px 70px 10px 20px;
    align-items: flex-start;
  }
}

.rule__acd-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .rule__acd-title {
    font-size: 16px;
    line-height: 1.375;
    text-align: left;
  }
}

.rule__acd-content {
  border: 1px solid #4553a3;
  background-color: #ffffff;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .rule__acd-content {
    padding: 5.3333333333vw;
  }
}

.rule__acd-list {
  margin-bottom: 20px;
}

.rule__acd-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__acd-caution {
  margin-bottom: 0;
}

.rule__acd-caution li {
  padding-left: 1em;
  text-indent: -1em;
}

.modal__text-area .cont__container {
  max-width: 93.3333333333%;
  width: 100%;
}

.modal__text-area .rule__container {
  background-color: #e5e5e5;
  padding-top: 20px;
}

.modal__text-area .rule__title {
  background-color: #a0a0a0;
  color: #ffffff;
}

.modal__text-area .rule__table {
  background-color: #ffffff;
}

.modal__text-area .rule__table td {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .modal__text-area .rule__table-head {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .modal__text-area .rule__table-term {
    width: 46.4285714286%;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 768px) {
  .modal__text-area .rule__table-date {
    width: 28.5714285714%;
  }
}

@media screen and (min-width: 769px) {
  .modal__text-area .rule__acd-trigger {
    padding-left: 20px;
    padding-right: 100px;
  }
}

/* rule:end */
/* introduce:start */
@media screen and (max-width: 768px) {
  .introduce__container {
    padding-top: 12vw;
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.introduce__bnr-text {
  font-size: 26px;
  font-weight: bold;
  text-align: center;

}

.introduce__bnr-text span {
  display: block;
  position: relative;
  background: #3e4f98;
  border-radius: 25px;
  padding: 5px 10px;
  margin: 15px auto;
  font-size: 26px;
  color: #ffffff;
  width: 160px;
}

/* .introduce__bnr-text span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,90%);
  border-top: 10px solid #3e4f98;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0 solid transparent;
} */
@media screen and (max-width: 1080px) {
  .introduce__bnr-text {
    font-size: 2.4074074074vw;
  }
}

@media screen and (max-width: 768px) {
  .introduce__bnr-text {
    font-size: 18px;
  }

  .introduce__bnr-text span {
    font-size: 20px;
    width: 120px;
    padding: 2px 5px;
  }
}

.introduce__bnr-img {
  margin-top: 20px;
  margin-top: 1.9230769231%;
  display: block;
}

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

}

.introduce__other-link {
  margin-top: 4.3269230769%;
  color: #a20080;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 1080px) {
  .introduce__other-link {
    font-size: 1.8518518519vw;
  }
}

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

/* introduce:end */
/* modal:start */
.modal__overlay {
  z-index: 999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

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

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

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

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

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

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

.modal__entry-btn {
  text-align: center;
  width: 400px;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3888888889;
  background-color: #F59200;
}

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

/* modal:end */
/* float:start */
.float-link__container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}

.float-link__contents {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .float-link__contents {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.float-link__caution {
  margin-right: 40px;
  width: 140px;
  height: 70px;
  border: 2px solid #4653a2;
  border-radius: 6px;
  background-color: #ffffff;
  color: #4653a2;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.float-link__card {
  width: 500px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .float-link__card {
    width: 340px;
    height: 70px;
  }
}

@media screen and (max-width: 375px) {
  .float-link__card {
    width: 90.6666666667vw;
    height: 18.6666666667vw;
  }
}

.float-link__card::after {
  right: 15px;
}

@media screen and (max-width: 768px) {
  .float-link__card::after {
    right: 2.9411764706%;
    height: 17.1428571429%;
  }
}

.float-link__text {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .float-link__text {
    font-size: 17px;
  }
}

@media screen and (max-width: 375px) {
  .float-link__text {
    font-size: 4.5333333333vw;
  }
}

.float-link__note {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .float-link__note {
    font-size: 12px;
    line-height: 1.4166666667;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .float-link__note {
    font-size: 3.2vw;
  }
}

.float-top__container {
  position: fixed;
  bottom: 140px;
  right: 20px;
  width: 65px;
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .float-top__container {
    width: 45px;
    bottom: 110px;
    right: 15px;
  }
}

/* float:end */



.tos_campaign-number-container {
  display: flex;
  justify-content: flex-end;
}

.tos_campaign-number {
  padding: 1.3333333333vw 2.1333333333vw;
  border: 1px solid #211815;
}

@media (min-width: 768px) {

  .tos_campaign-number {
    padding: 4px 10px;
    font-size: 16px;
  }

}


#imanara {
  background-color: #EDF4FC;
}

.imanara_item {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.imanara_item .picture {
  text-align: center;
}

.imanara_item ul {
  text-align: left;
  padding-top: 20px;
}

.imanara_item ul li {
  font-size: 14px;
  font-weight: 300;
}

.bannerBox {
  padding: 30px 0;
}

.imanara_list .bannerBox {
  padding: 10px 0 0;
}

.imanara_list h3 {
  font-weight: bold;
  font-size: 17px;
  text-align: left;
  padding-bottom: 10px;
  min-height: 61px;
}

.imanara_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 0;
}

.imanara_list>div {
  flex: 0 0 48%;
  padding: 50px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cards_left {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .imanara_item ul li {
    font-size: 12px;
  }

  .bannerBox {
    padding: 15px 0;
  }

  .imanara_list {
    display: block;
  }

  .imanara_list h3 {
    font-size: 16px;
    padding-bottom: 5px;
    min-height: auto;
  }

  .imanara_list>div {
    padding: 35px 0 0;
  }

  .u-grid-row.u-grid-gutter-x-12 {
    margin-right: -10px;
    margin-left: -24px;
  }
}

/* ---------------
【Parts04-1】benefits
 --------------- */
#benefits {
  background: #EDF4FC;
}

#benefits .benefits-list {
  margin-top: 40px;
}

#benefits .benefits-list-item {
  padding: 40px 20px;
  height: 100%;
  text-align: center;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  letter-spacing: 1.5px;
}

#benefits .benefits-list-item-img {
  margin-bottom: 20px;
}

#benefits .benefits-list-item-img img {
  margin: 0 auto;
}

#benefits .benefits-list-ttl {
  font-size: 18px;
  font-weight: 600;
  color: #415093;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #benefits .benefits-list-item {
    padding: 50px 20px;
  }

  #benefits .benefits-list-ttl {
    font-size: 24px;
  }
}

#benefits .benefits-list-text {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #benefits .benefits-list-text {
    font-size: 18px;
  }
}

#benefits .benefits-list-pointomooru-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#benefits .benefits-list-pointomooru-img li {
  width: 33.333333%;
}

/*【area】benefits */

.benefits-parts_bg {
  background-color: #ffffff;
}

/*【common】 */
.c-h2_color {
  color: #415093;
}

#benefits .c-apply-btn {
  background-color: #4F62AC;
}


.webapply {
  background-color: #fff;
  padding-top: 100px;
}

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

/*【area】webapply */

.webapply-frow_bg {
  background-color: #415093;
}

.webapply-frow_border {
  border-color: #415093 !important;
}

.imm_send {
  margin: 60px auto 0;
  border: 4px solid;
  border-color: #B60081;
  padding: 70px 45px 45px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  position: relative;
}

.imm_send span {
  position: absolute;
  text-align: center;
  background: #B60081;
  border-radius: 30px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 7px 50px 5px;
}

.imm_send .imm_send_img {
  margin-right: 10px;
  flex: 2;
}

.imm_send p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  flex: 3;
}

@media screen and (max-width: 768px) {
  .imm_send .imm_send_img {
    margin-right: 0;
  }

  .imm_send {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    padding: 50px 20px 20px;
    width: 95%;
    border: 2px solid;
    border-color: #B60081;
    font-size: 14px;
  }

  .imm_send span {
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 40px 5px;
    left: auto;
    transform: translateY(-50%);

  }

  .imm_send p {
    margin-top: 15px;
    font-size: 14px;
  }
}

/* ---------------
【Parts05】お申込みはWebで全て完結！
 --------------- */
.webapply-inner {
  width: 100%;
  max-width: 1080px;
  padding: 0px 20px 50px;
  margin: 0 auto;
  text-align: center;
}

.webapply-title {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .webapply-title {
    font-size: 37px;
  }
}

.webapply-frow {
  margin-top: 40px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .webapply-title {
    margin-top: 30px;
    padding-left: 0px;
  }
}

.webapply-frowitem {
  border-radius: 10px;
  border: 1px solid;
  padding: 25px 20px 30px;
  height: 100%;
  position: relative;
}

.webapply-frowitem::after {
  content: "";
  background-image: url(/-/media/AeonCard/campaign/lp/_assets/images/frow_icon_triangle.svg);
  width: 14px;
  height: 23px;
  position: absolute;
  left: 50%;
  bottom: -43px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .webapply-frowitem {
    padding: 35px 15px 30px;
  }

  .webapply-frowitem::after {
    width: 14px;
    height: 23px;
    position: absolute;
    left: calc(100% + 36px);
    bottom: 50%;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.webapply-frowitem__last::after {
  display: none;
}

.webapply-frow-num {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  left: -20px;
  top: -20px;
}

.webapply-frow-num img {
  vertical-align: middle;
}

.webapply-frow .webapply-frow-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .webapply-frow .webapply-frow-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.webapply-frow .webapply-frow-text {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .webapply-frow .webapply-frow-text {
    font-size: 16px;
  }
}

.mukashi {
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
}

.mukashi_box {
  width: 100%;
  background: #ffffff;
  border: 1px solid #303e91;
}

.mukashi_box h2 {
  color: #fff;
  text-align: center;
  background-color: #303e91;
  padding: 8px 0;
  font-weight: bold;
  font-size: 22px;
  border: 3px solid #fff;
}

.mukashi_01 {
  font-size: 21px;
  font-weight: bold;
  padding: 15px 0;
}

.mukashi_box ul {
  padding: 15px 0;
}

.mukashi_box ul li {
  font-size: 14px;
}

.mukashi_03 a {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  color: #367fb9;
  text-decoration: underline;
  background-image: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/20230417/images/pc/right_link.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 14px auto;
}

.spCard {
  display: none;
}

.ruleBtn {
  text-align: center;
  padding: 5.7692307692% 0 0;
}

.ruleBtn a {
  display: inline-block;
  color: #002e9b;
  text-decoration: underline;
  font-size: 16px;
}

.addLink {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .addLink {
    padding-top: 20px;
  }

  .ruleBtn {
    padding: 8vw 0 0;
  }

  .ruleBtn a {
    font-size: 12px;
  }

  .mukashi {
    padding: 0 5vw;
  }

  .mukashi_box h2 {
    padding: 5px 0;
    font-size: 16px;
  }

  .mukashi_01 {
    font-size: 16px;
    padding: 15px 15px 30px;
    text-align: left;
  }

  .mukashi_02 {
    padding: 0 15px;
  }

  .mukashi_box ul {
    padding: 10px 15px;
  }

  .mukashi_box ul li {
    font-size: 12px;
  }

  .mukashi_03 {
    padding: 12px 0;
  }

  .mukashi_03 a {
    padding-right: 20px;
    font-size: 14px;
    background-size: 12px auto;
  }

  .spCard {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }

  .spCard p {
    padding: 0 7px;
  }

  .spCardText {
    text-align: center;
    font-size: 10px;
  }
}

@media screen and (max-width: 375px) {
  .mukashi_box h2 {
    font-size: 15px;
  }
}

#bType .mv__container {
  background: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/ab_text/images/pc/bg_pc.png)no-repeat center 0;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #bType .mv__container {
    background: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/ab_text/images/sp/bg_sp.png)no-repeat center 0;
    background-size: cover;
  }
}


.cash_back__container,
.cash_back_period__container,
.links__container {
  padding: 33px 0;
}

.cash_back_period {
  padding: 20px 10px 10px;
}

@media screen and (max-width: 768px) {
  .cash_back_period {
    padding: 15px 0 10px;
  }

  .cash_back__container,
  .cash_back_period__container,
  .links__container {
    padding: 25px 0;
  }

  .cash_back__container h2 {
    padding: 0 10%;
  }

  .card__image-area.card_height_adjust {
    height: auto;
  }

  #cards__item .card__name.row3sp {
    height: 40px;
  }
}

.top__entry {
  background: linear-gradient(to bottom, #ffbd43, #f49101);
  width: 350px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  height: 60px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top__entry::after {
  transform: rotate(90deg);
  transform-origin: top;
}

.card__entry_select {
  font-weight: bold;
  width: 350px;
  background-color: transparent;
  height: 60px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #fff2b6, #ffda57);
  padding-right: 77px;
  border-radius: 10px;
}

.card__entry_select>.card__entry_select_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fa631e;
}

.card__entry_select>.card__entry_select_inner .card__entry_select_inner_text {
  display: block;
  text-align: center;
}

.card__entry_select>.card__entry_select_inner>img {
  width: 40px;
  margin-right: 33px;
}

.card__entry_select:after {
  right: 6%;
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230724/images/button_rignt_arrow.png);
  width: 30px;
  height: 19px;
}

.ruleBtn_a {
  display: inline-block;
  color: #48549d;
  text-decoration: underline;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.kv_anchor>button,
.kv_anchor>a {
  margin: 20px;
}

@media screen and (max-width: 768px) {
  .card__entry_select>.card__entry_select_inner>img {
    width: 45px;
    margin-right: 15px;
  }

  .card__entry_select {
    width: 300px;
    padding-right: 55px;
  }

  .top__entry {
    width: 300px;
  }

  .kv_anchor {
    flex-direction: column;
  }

  .kv_anchor>button,
  .kv_anchor>a {
    margin: 20px auto 0;
  }
}

@media (min-width: 768px) {
  .c-head-icon img {
    width: 80px;
  }

  .c-h2_heading {
    font-size: 50px;
  }

  .c-h3_heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-head-icon img {
    width: 75px;
  }

  .c-h2_heading {
    font-size: 28px;
  }

  .c-h3_heading {
    font-size: 16px;
  }
}

/* web_limit_title */
.web_limit {
  width: 100%;
  margin: 0 auto;
}

.web_limit_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.web_limit_content {
  margin-top: 10px;
}

.web_limit_entry {
  padding: 0 180px;
}

.web_limit_entry ul {
  display: flex;
  justify-content: center;
  padding: 0 50px;
}

.web_limit_entry ul li a {
  position: relative;
}

.web_limit_entry ul li:first-of-type {
  margin-right: 20px;
}

.web_limit_entry ul li .web_limit_entry_card {
  position: absolute;
  width: 11%;
  left: 7%;
  top: 5%;
  border-radius: 2px;
  border: 2px solid #ffffff;
}

.web_limit_entry_card .web_limit_entry ul li:first-of-type {
  margin-right: 30px;
}

.web_limit_entry a {
  color: #002e9b;
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}

.web_limit_period {
  padding: 0 70px;
}

.web_limit_note {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.web_limit_attention {
  border: 4px solid #fe0000;
  padding: 15px 20px;
  background: #ffffff;
  margin-top: 10px;
  font-size: 16px;
  margin: 50px 90px 0;
}

.web_limit_attention_icon {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #fe0000;
  width: 25px;
  height: 25px;
}

.web_limit_attention_ttl {
  color: #fe0000;
  font-weight: bold;
  font-size: 20px;
}

.icon_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0;
  border-color: #3e4f98 transparent transparent transparent;
  margin-top: 15px;
}

.lead__links li:nth-child(1) .icon_arrow {
  border-color: #f44276 transparent transparent transparent;
}

.blue_txt {
  font-weight: bold;
  text-align: left;
}

.blue_txt_02 {
  font-size: 24px;
  vertical-align: sub;
}

.blue_txt_link {
  color: #002e9b;
  text-decoration: underline;
}

.blue_arrow_wrapper {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 15px solid #3e3d3d;
  border-right: 0 solid transparent;
  border-bottom: 20px solid transparent;
  margin: 30px auto;
  flex: 1;
}

.terms_use_detail {
  display: flex;
  position: relative;
  color: #000000;
}

.step_wrapper {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.terms_use_detail_step {
  display: flex;
  align-items: flex-start;
  flex: 10;
}

.terms_use_detail_step:first-child {
  padding-right: 40px;
  flex: 10;
}

.terms_use_detail_step .blue_txt {
  font-size: 18px;
}

.cashless__wallet_wrapper {
  background: #fff;
}

.cashless__wallet_wrapper h3 {
  background: #000000;
  text-align: left;
  padding: 17px 65px 17px 35px;
}

.newcard-copywrite_letter_spacing {
  letter-spacing: 0.02em;
}

.web_limit_entry_a {
  display: inline-block;
  width: auto;
  color: #002e9b;
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
  margin: 20px auto;
}

.terms_use_detail_img {
  width: 80px;
}

.a-image_caption p {
  font-size: 14px;
}

.tos_campaign-number {
  font-size: 14px;
}

.indent_adjust_atten {
  text-indent: -1.2em;
  margin-left: 1.2em;
  display: inline-block;
}

.indent_adjust_atten .u-sp-hidden {
  display: inline-block;
}

.indent_adjust_dots {
  text-indent: -1.0em;
  margin-left: 1.0em;
}

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

.c-notelist li a {
  font-size: 14px;
}

.gray-color {
  color: #707070;
}

.terms_use_detail_step .terms_use_detail_step_img {
  flex: 1;
}

.step_wrapper {
  flex: 5;
}

@media screen and (max-width: 768px) {
  .web_limit_entry ul {
    padding: 0;
  }

  .indent_adjust_atten .u-sp-hidden {
    display: none;
  }

  .indent_adjust_atten .u-pc-hidden {
    display: inline-block;
  }

  .web_limit_attention {
    border: 2px solid #fe0000;
  }

  .lead__link {
    border: 1px solid #3e4f98;
  }

  .lead__links li:nth-child(1) .lead__link {
    border: 1px solid #fe0000;
  }

  .web_limit_attention_ttl {
    font-size: 16px;
  }

  .blue_arrow_wrapper {
    width: 0;
    height: 0;
    border-top: 15px solid #5B5B5B;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 0 solid transparent;
    margin: 15px auto;
  }

  .web_limit_entry ul li:first-of-type {
    margin-right: 0;
  }

  .web_limit_attention {
    margin: 15px 0 0;
    font-size: 14px;
  }

  .icon_arrow {
    margin-top: 0;
  }

  .cashless__wallet_wrapper h3 {
    padding: 17px 65px 17px 15px;
  }

  .terms_use_detail_step {
    flex: auto;
  }

  .terms_use_detail_step:first-child {
    padding-right: 0;
    flex: auto;
  }

  .blue_arrow_wrapper {
    position: static;
    transform: none;
  }

  .terms_use_detail_img_arrow {
    transform: rotate(90deg);
  }

  .terms_use_detail {
    flex-direction: column;
  }

  .terms_use_detail_step .blue_txt {
    font-size: 3.6vw
  }

  .web_limit_entry {
    padding: 0 6px !important;
  }

  .web_limit_entry ul {
    flex-direction: column;
  }

  .web_limit_entry ul li:first-of-type {
    margin-right: 0;
    padding: 0 6vw;
  }

  .web_limit_title p {
    font-size: 4.6vw;
    margin-left: -15px;
  }

  .web_limit_entry a {
    width: 80%;
    display: block;
    margin: 20px auto 0;
    font-size: 3.5vw;
  }

  .web_limit_entry ul li:first-of-type a {
    width: 100%;
    margin-top: 0;
  }

  .web_limit_note {
    font-size: 14px;
  }

  .web_limit_content p {
    font-size: 3.5vw;
  }

  .blue_txt_02 {
    font-size: 5.5vw;
  }

  .c-notelist li {
    font-size: 12px;
  }

  a.web_limit_entry_a {
    width: auto;
    display: inline-block;
    font-size: 4vw;
  }

  .web_limit_period {
    padding: 0;
  }
}


.cashless__contents .accordion-body {
  border: none;
}

.cashless__contents .accordion-body-inner {
  padding: 0;
}

body.is-pc button:focus {
  opacity: 1 !important;
}

.gradient_line {
  font-size: 38px;
  display: inline-block;
  background: linear-gradient(to top, #fff799 25%, transparent 25%, transparent);
  color: #f44276;
  line-height: 1;
  margin-left: 15px;
}

.lead__contents_add {
  margin-top: 30px;
}

.lead__content_add {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
}

.lead__content_add .taokuten_detail {
  border: 3px solid #f44276;
  border-top: none;
  border-radius: 0 0 20px 20px;
  margin-top: -2px;
}

.lead__content_add h2 {
  color: #fff;
  text-align: center;
  background-color: #347ef7;
  padding: 5px 0;
  font-weight: bold;
  font-size: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.taokuten_detail {
  padding: 35px 25px;
  border-radius: 0 0 20px 20px;
}

.taokuten_detail .cashless__wallet-text {
  font-size: 24px;
}

.taokuten_detail02 picture+p.u-mti15 {
  text-align: center;
}

.taokuten_detail02 {
  padding: 30px 50px;
}

.taokuten_detail .note {
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
}

.taokuten_detail_or {
  font-size: 40px;
  margin: 0 10px 115px;
  width: 60px;
  height: 60px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000;
  align-self: center;
}

.taokuten_detail_step_1_cashback20 {
  display: flex;
  justify-content: center;
  align-items: start;
}

.taokuten_detail_ruleBtn {
  padding: 0;
}

.taokuten_detail_btn {
  display: block;
  padding: 12px 12px 10px;
  background: #c64089;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 3px 0 0 #99175e;
  margin: 20px 10px;
  font-weight: 600;
  text-align: center;
  position: relative;
  max-width: 360px;
}

.taokuten_detail_btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 12px 7px 0 7px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.taokuten_detail_btn_other {
  background: #48549d;
  box-shadow: 0 3px 0 0 #1c2a82;
}

.taokuten_detail_plus {
  width: 100px;
  height: 100px;
  border: 8px solid #f44276;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #ffffff;
  margin: 40px auto;
}

.taokuten_detail_plus::before,
.taokuten_detail_plus::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 8px;
  background: #f44276;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.taokuten_detail_plus::after {
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
}

.taokuten_hr {
  font-size: 31px;
  text-align: center;
  color: #000;
  margin: 30px 0 15px;
  font-weight: bold;
  position: relative;
}

.taokuten_hr span {
  display: inline-block;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  background: #fff;
}

.taokuten_hr::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #0042a4, #0042a4 7.5px, transparent 7.5px, transparent);
  background-size: 11px 100%;
  top: calc(50% - 2px);
  left: 0;
  z-index: -1;
}

.tokuten_use_inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
}

.tokuten_use_inner_lead {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0;
}

.tokuten_use_inner_lead span {
  font-size: 14px;
}

.tokuten_use_inner .tokuten_use_inner_ttl span {
  display: block;
  padding: 5px 10px 2px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background: #ffffff;
  color: #f44276;
}

.tokuten_use_inner .tokuten_use_inner_ttl {
  position: relative;
  background: #ffffff;
  border-top: 3px solid #f44276;
  border-bottom: 3px solid #f44276;
}

.tokuten_use_inner .tokuten_use_inner_ttl::before,
.tokuten_use_inner .tokuten_use_inner_ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tokuten_use_inner .tokuten_use_inner_ttl::before {
  border-top: 10px solid #f44276;
  transform: translate(-50%, 100%);
}

.tokuten_use_inner .tokuten_use_inner_ttl::after {
  border-top: 10px solid #ffffff;
  transform: translate(-50%, 80%);
}

.tokuten_use_content_detail {
  margin-top: 20px;
}

.tokuten_use_content_detail img {
  max-width: 100%;
}

.tokuten_use_inner_01 .tokuten_use_content_detail {
  background: #fff2f9;
}

.tokuten_use_inner_02 {
  font-size: 32px;
  font-weight: bold;
  writing-mode: tb-rl;
  margin: auto;
  padding: 140px 0 0;
}

.tokuten_use_inner_03 .tokuten_use_content_detail {
  background: #f5f5f5;
}

.tokuten_use_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tokuten_use_content .tokuten_use_content_detail {
  padding: 20px;
  border: 10px;
  border-radius: 15px;
}

.tokuten_arrow {
  width: 0;
  height: 0;
  border-top: 50px solid #f44276;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-bottom: 0 solid transparent;
  margin: 40px auto;
}

.tokuten_plus {
  border: 10px solid #f44276;
  border-radius: 20px;
  background: #fff2f9;
}

@media screen and (max-width: 768px) {
  .tokuten_use_inner_lead {
    font-size: 18px;
  }

  .tokuten_arrow {
    border-top: 25px solid #f44276;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 0 solid transparent;
    margin: 30px auto;
  }

  .taokuten_detail_plus {
    width: 65px;
    height: 65px;
    border: 4px solid #f44276;
    margin: 30px auto;
  }

  .taokuten_detail_plus::before,
  .taokuten_detail_plus::after {
    width: 28px;
    height: 5px;
  }

  .gradient_line {
    font-size: 23px;
    margin-left: 0;
  }

  .tokuten_plus {
    border-radius: 3vw;
    border: 5px solid #f44276;
  }

  .tokuten_use_inner {
    flex-direction: column;
  }

  .tokuten_use_inner_02 {
    writing-mode: initial;
    margin: 6vw auto 4vw;
    font-size: 6vw;
    padding: 0;
  }

  .tokuten_use_inner .tokuten_use_inner_ttl span {
    font-size: 6vw;
    padding: 8px 10px 4px;
  }

  .lead__content_add .taokuten_detail {
    border-radius: 0 0 3vw 3vw;
    border: 2px solid #f44276;
  }

  .taokuten_detail .cashless__wallet-text {
    font-size: 4.6vw;
  }

  .taokuten_detail02 picture+p.u-mti15 {
    text-align: left;
  }

  .taokuten_detail_img {
    display: block;
    margin: auto;
  }

  .taokuten_detail02 .taokuten_detail_img {
    width: 100%;
  }

  .taokuten_detail_btn:before {
    border-width: 10px 5px 0 5px;
  }

  .taokuten_detail_step_1_cashback20 {
    display: block;
    text-align: center;
    text-align: center;
  }

  .taokuten_detail_or {
    margin: 20px auto;
  }

  .taokuten_detail_btn {
    max-width: 320px;
    font-size: 14px;
    border-radius: 5px;
    margin: 20px auto;
  }

  .taokuten_detail .u-txt-center {
    text-align: center;
  }

  .taokuten_hr {
    font-size: 6vw;
    margin: 20px 0 0 0;
  }

}

.lead__content_add picture {
  display: flex;
  justify-content: center;
}

.lead__content_add picture.info_center {
  justify-content: center;
}

.lead__content_add picture.info_left {
  justify-content: flex-start;
}

.lead__content_add picture.info_left img {
  max-width: 100%;
}

.cashless__wallet_add {
  width: 100%;
  padding: 30px 50px;
}

.cashless__container_add .cashless__pay {
  width: 100%;
}

.cashless__container_add .cashless__contents {
  justify-content: center;
}

.step_top {
  margin-top: 60px;
}

.step_top_content {
  margin-top: 50px;
}

.step_top_content_01 {
  margin-top: 7px;
}

.lead__u29_add .lead__u29-entry {
  height: 17.96407185628743%;
  bottom: 20.95808383233533%;
}

#bank_account .cards__acd-trigger {
  background-color: #4553a3;
}

#bank_account .cards__acd {
  margin-top: 0;
}

#bank_account .bank_account_dots {
  text-indent: -1em;
  margin-left: 1em;
}

#bank_account .bank_account_num li {
  text-indent: -0.8em;
  margin-left: 0.8em;
}

#bank_account .cards__acd-content {
  padding: 40px;
}

#bank_account .cards__cautions_add * {
  font-size: 14px;
}

#bank_account .banner_add {
  text-align: center;
}

#bank_account .banner_add a:nth-child(3) img {
  margin-top: 40px;
}

#bank_account .banner_add img {
  max-width: 100%;
}

#bank_account .cards__acd-content {
  border: 1px solid #4553a3;
}

.cashless__pay_add .cashless_banner {
  width: 50%;
  margin-top: 30px;
}

.cashless__pay_add .cashless__pay-screen {
  margin-top: 40px;
}

.cashless__pay_add .cashless__pay-logo {
  margin-top: 65px;
}

.cashless__wallet_add .cashless__steps li:not(:last-child)::after {
  background-image: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/20230211/20230306/images/pc/cashless_icon_right-arrow.png);
}

.underline_add {
  text-decoration: underline;
}

.cashless__detail p {
  margin-top: 25px;
}

.cashless__detail-btn_add {
  color: #367fb9;
  text-decoration: underline;
  vertical-align: middle;
  font-size: 16px;
}

.cashless__detail-btn_add img {
  padding-left: 5px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  width: 24px;
}

@media screen and (max-width: 768px) {
  .cashless__detail-btn_add {
    font-size: 14px;
  }

  .cashless__wallet_add {
    padding: 20px 20px 35px;
  }

  .step_top_content {
    margin-top: 35px;
  }

  .cashless__wallet_add .cashless__steps li:not(:last-child)::after {
    background-image: url(/-/media/aeoncard/campaign/lp/aeoncardwaon/20230417/images/sp/cashless_icon_down-arrow.png);
  }

  .lead__contents_add {
    margin-top: 30px;
  }

  .step_top {
    margin-top: 35px;
  }

  .cashless__wallet_add .cashless__wallet-text {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
  }

  .lead__u29_add .lead__u29-entry {
    height: 12.82051282051282%;
    bottom: 21.73969631236443%;
  }

  #bank_account .cards__acd-content {
    padding: 20px;
  }

  .banner_add a:nth-child(4) img {
    margin-top: 20px;
  }

  .banner_add {
    margin-top: 20px;
  }

  .cashless__pay_add .cashless_banner {
    width: 80%;
    margin-top: 15px;
  }

  .cashless__pay_add {
    margin-top: 0;
  }

  .cashless__pay_add .cashless__pay-screen {
    margin-top: 25px;
  }

  .cashless__pay_add .cashless__pay-logo {
    margin-top: 40px;
  }

  .taokuten_detail {
    padding: 20px;
  }

  .taokuten_detail02 {
    padding: 20px;
  }
}


.btn-more-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newcard-list .btn-more {
  display: block;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  /* padding: 1em; */
  color: #5c5c5c;
  width: 75%;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  z-index: 10;
  cursor: pointer;
}

.btn-more {
  background-position: 95.3225% center;
  background-position: calc(100% - 4.6774%) center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  /* background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20231001/images/ico-arrow-open.png"); */
}

.btn-more.is-show {
  animation: button-leave .6s ease both;
  transform-origin: center;
}

.btn-more:active,
.btn-more:hover {
  color: #fff;
  opacity: .5;
}

.newcard-box {
  transition: 1s;
}

#newcard-item .animation_btn {
  display: none;
}

#newcard-item .animation_btn_show {
  display: flex;
  animation: animation_btn_show .6s ease both;
}

#newcard-add-item .animation_btn_0 {
  display: none;
}

#newcard-add-item .animation_btn_1 {
  display: none;
}

#newcard-add-item .animation_btn_2 {
  display: none;
}

#newcard-add-item .animation_btn_3 {
  display: none;
}

#newcard-add-item .animation_btn_show {
  display: flex;
  animation: animation_btn_show .6s ease both;
}

@media screen and (max-width: 768px) {
  .newcard-list .btn-more {
    /* transform: translateY(-50%); */
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .nobr {
    margin-bottom: 0 !important;
  }
}

/**
 * ----------------------------------------
 * button-leave
 * ----------------------------------------
 */
@keyframes button-leave {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes animation_btn_show {

  /* 0% {
    transform: rotateY(20deg);
  }
  50% {
    transform: rotateY(-20deg);
  } */
  100% {
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 768px) {
  .newcard-list .btn-more {
    font-size: 14px;
  }
}

/* 20231017 updates */
.accord_small_text {
  font-size: 25px;
  position: relative;
  top: -1px;
}

.accordion-title {
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: 90px;
}

.accordion-title-01 {
  background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/accordion_icon_01.png");
}

.accordion-title-02 {
  background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/accordion_icon_02.png");
}

.accordion-title-03 {
  background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/accordion_icon_03.png");
}

.accordion-title-04 {
  background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/accordion_icon_04.png");
}

.accordion-title-05 {
  background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/accordion_icon_05.png");
}

.accordion-title-06 {
  background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/accordion_icon_06.png");
}

.accordion-title-07 {
  background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/accordion_icon_07.png");
}

.accordion-title-08 {
  background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/accordion_icon_08.png");
}

.campcard-new-border {
  border-radius: 30px;
  background-color: #ffffff;
}

.new-c-style {
  background-color: #FFEEF7;
  color: #BC0088;
  font-weight: bold;
  border-radius: 0;
  display: block;
  border-radius: 10px;
  padding: 4px 0;
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/card_new_icon_01.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 20px 50%;
  padding-left: 20px;
  padding-top: 6px;
}

.campcard-new-border-pd0 {
  padding: 0;
}

.campcard-flex {
  display: flex;
  justify-content: center;
  padding: 0px 140px;
  margin-bottom: 50px;
}

.campcard-flex>div {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.campcard-flex-query {
  background-color: #ffffff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.campcard-flex-query img {
  display: block;
  height: 80px;
}

.campcard-flex-query>p {
  margin-top: 10px;
  font-size: 14px;
  color: #B60081;
}

.campcard-flex-query>p span {
  font-size: 16px;
  font-weight: bold;
}

.isblue {
  background-color: #ffffff;
}

.isblue>p {
  color: #4057A3;
}

.kv_phone {
  width: auto !important;
}

.mv__contents>div {
  margin-left: 10px;
  margin-right: 10px;
}



.anchor_ul .img_center_style {
  display: flex;
  justify-content: center;
  height: 100%;
}

.kv_tips {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.campaign_progress {
  width: 100%;
  margin: 0 auto;
  background-color: #4352a9;
  padding: 30px 50px 0;
}

.campaign_progress>div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.campaign_progress img {
  max-width: 940px;
}

.progress_tips {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  padding: 20px 0 30px;
}

.progress_tips>span {
  display: block;
}

.progress_btn {
  font-size: 22px;
  color: #4352a9;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 10px;
  width: 410px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .2);
}

.campaign_entry {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px;
}

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

.progress_main_form {
  margin-top: 5px;
}

.lead_top_img {
  padding: 30px 0 50px;
}

.anchor_ul {
  max-width: 1040px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.anchor_ul li {
  width: 45%;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 28px;
  overflow: hidden;
  min-width: 450px;
}

.anchor_ul li:nth-of-type(odd) {
  margin-right: 28px;
}

.anchor_left_style {
  background-color: #4057a3;
  color: #ffffff;
  width: 18%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}

.anchor_left_style span {
  display: block;
  text-align: center;
  font-weight: bold;
}

.anchor_left_style span:first-of-type {
  font-size: 14px;
}

.anchor_left_style span:last-of-type {
  font-size: 40px;
  line-height: 1.2;
}

.anchor_center_style {
  width: 67%;
  padding: 0 15px;
}

.anchor_center_style span {
  display: block;
  margin: auto;
  font-weight: bold;
}

.anchor_center_style span:first-of-type {
  color: #4057a3;
  font-size: 16px;
  padding-top: 25px;
}

.anchor_center_style span:last-of-type {
  color: #000000;
  font-size: 20px;
}

.anchor_right_style {
  width: 15%;
  background-color: #4057a3;
  background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/anchor_tri.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.img_center_style_c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.point_title {
  background-color: #4057a3;
}

.point_flex {
  display: flex;
  align-items: center;
  width: 940px;
  padding: 30px 0;
}

.point_flex>p {
  margin-left: 35px;
  line-height: 1.2;
}

.point_flex>p span {
  display: block;
  color: #ffffff;
  font-weight: bold;
}

.point_flex>p span:first-of-type {
  font-size: 18px;
}

.point_flex>p span:last-of-type {
  font-size: 26px;
}

.point_content01_bg {
  max-width: 1040px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: 40px;
}

.point_content02_bg {
  max-width: 1040px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: 40px;
}

.point_tips {
  padding-top: 35px;
  font-size: 12px;
  color: #000000;
}

.addition {
  max-width: 1000px;
  width: 100%;
  margin-top: 40px;
  border: 4px solid #4057a3;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
}

.addition_title {
  background: linear-gradient(to right, #b60181 0%, #a52987 50%, #4057a3 100%);
}

.addition_title p {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 0;
}

.addition_content {
  padding: 0 30px;
  height: auto;
}

.addition_content_title {
  text-align: center;
  border-bottom: 4px solid #ebdfb5;
  font-size: 24px;
  padding: 20px 0;
  color: #000000;
  font-weight: bold;
}

.blueline {
  border-bottom: 4px solid #4057a3;
}

.addition_content_title span {
  font-size: 20px;
  color: #b60181;
}

.img_block_auto {
  display: block;
  margin: auto;
}

.addition_content_img01 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.addition_content_img03 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.addition_content_text {
  text-align: left;
  font-size: 18px;
}

.lazyload_style {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, #ffffff 50%);
  padding: 30px 0;
  position: relative;
  top: -80px;
}

.lazyload_style img {
  cursor: pointer;
  position: relative;
  top: 50px;
}

.addition_hidden {
  height: 250px;
  overflow: hidden;
}

.addition_show {
  height: auto;
}

.pb40 {
  padding-bottom: 40px;
}

.point_content02_text {
  font-size: 18px;
  text-align: left;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.sp_pt0 {
  padding-left: 50px;
  padding-right: 50px;
}

.line_text_style {
  padding: 80px 0 0;
}

.addition_content_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.addition_content_flex>div {
  margin-right: 30px;
}

.addition_content_flex>div:last-of-type {
  margin-right: 0;
}

.block_auto_style img {
  margin-bottom: 60px;
}

.block_auto_style img:last-of-type {
  margin-bottom: 0;
}

.alot_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.alot_flex>div {
  padding: 0 30px;
}

.alotimg {
  display: block;
  margin: auto;
  padding-top: 30px;
}

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

.point_btn {
  width: 634px;
  background-color: #b60081;
  border-radius: 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 20px 0;
  box-shadow: 0px 8px 0px 0px #940069;
  position: relative;
  background-image: url("/-/media/AeonCard/campaign/lp/aeoncardwaon/20231101/images/white_tri.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 18px;
}

.point_btn span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

.point2top {
  max-width: 900px;
  width: 100%;
  margin-top: 20px;
}

.point2top p {
  font-size: 12px;
  font-weight: bold;
  margin-top: 70px;
}

.addition_border_style {
  margin-top: 64px;
  background-color: #fdf3f5;
  border-radius: 20px;
}

.addition_border_style>div {
  padding: 50px 40px 30px 40px;
  margin-top: -24px;
  display: flex;
  justify-content: center;
}

.addition_border_style>div>div {
  display: flex;
  justify-content: center;
}

.addition_border_style>div>div img {
  width: 260px;
}

.addition_border_style>div>div:first-of-type {
  margin-right: 40px;
}

.addition_border_title {
  display: block;
  margin: auto;
  position: relative;
  top: -20px;
}

.pd-left-10 {
  padding-left: 10px;
}

.addi06_toptext {
  font-size: 20px;
  font-weight: bold;
  color: #b60181;
}

.addi06_bottomtext {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}

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

.aeon_cinema {
  margin: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 35px;
}

.cinema_img {
  margin: auto;
  display: block;
  padding-bottom: 50px;
}

.aeon_cinema_b {
  margin: auto;
  display: block;
  padding-bottom: 30px;
}

.cinema_flex {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.cinema_flex>div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cinema_flex>div:first-of-type {
  margin-right: 20px;
}

.cinema_flex>div p {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
}

.pt12 {
  padding-top: 12px;
}

.big_blue_text {
  font-size: 28px;
  font-weight: bold;
  color: #4057a3;
  text-align: center;
  padding: 30px 0;
}

.swiper {
  width: 900px;
  display: block;
  margin: auto;
}

.swiperimg {
  width: 100%;
  display: block;
  margin: auto;
}

.swipertext {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  background-color: #e1e1e1;
  color: #000000;
}

.swiper-slide {
  width: 670px !important;
}

.swiper-slide-next:after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: .3;
}

.swiper-slide-prev:after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: .3;
}

.swiper-pagination {
  left: 0;
  right: 0;
  margin-top: 10px;
}

.swiper-pagination-bullet {
  margin-right: 20px;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #525252 !important;
  width: 40px !important;
  border-radius: 6px !important;
}

.swiper-container {
  --swiper-theme-color: rgba(0, 0, 0, 0) !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(/-/media/aeoncard/assets/images/icon/caret-left.svg) !important;
  background-color: #ffffff;
  border-radius: 50%;
  width: 44px !important;
  height: 44px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(/-/media/aeoncard/assets/images/icon/caret-right.svg) !important;
  background-color: #ffffff;
  border-radius: 50%;
  width: 44px !important;
  height: 44px !important;
}

.pt40 {
  padding-top: 40px;
}

.npt40 {
  padding-top: 40px;
}

.alot_toptext {
  text-align: center;
  font-size: 24px;
  color: #b60181;
  font-weight: bold;
}

.alot_bottomtext {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.alot_tips {
  font-size: 18px;
  padding: 0 50px;
}

.point_border_tips {
  padding: 0 50px 30px;
}

.point_tabs {
  width: 100%;
  max-width: 940px;
  display: block;
  margin: auto;
  padding-top: 50px;
}

.tab_content {
  padding: 20px 25px 30px;
  max-width: 940px;
  width: 100%;
  display: none;
  margin: auto;
  background-color: #ffffff;
  position: relative;
  top: -2px;
}

.tab_content_red {
  border: 2px solid #ad147e;
}

.tab_content_blue {
  border: 2px solid #4057a3;
}

.tab_span {
  display: flex;
  justify-content: center;
  margin: 0 20px;
  background: #ffffff;
  position: relative;
  z-index: 9;
}

.tab_span span {
  flex: 1;
  border: 2px solid #c9c9c9;
  color: #cacaca;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.tab_span span:first-of-type {
  border-bottom: 2px solid #4057a3;
  border-right: none;
}

.tab_span span:last-of-type {
  border-bottom: 2px solid #ad147e;
  border-left: none;
}

.tab_span .tabs:first-of-type.isActive {
  border: 2px solid #ad147e !important;
  color: #b60181;
  border-bottom: none !important;
}

.tab_span .tabs:last-of-type.isActive {
  border: 2px solid #4057a3 !important;
  color: #4057a3;
  border-bottom: none !important;
}

.tab_content>p {
  text-align: center;
  font-size: 20px;
  padding: 20px 50px 40px;
}


.u-mt100 {
  margin-top: 100px;
}

.hs_div {
  width: 100%;
  max-width: 940px;
  background-color: #ffeef7;
  padding: 40px 25px 60px;
  border-radius: 20px;
}

.hs_text {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding: 35px 0;
}

.mt0 {
  padding-top: 0 !important;
}

.pt50 {
  padding-top: 50px;
}

.pb40 {
  padding-bottom: 40px;
}

.hs_flex {
  display: flex;
  justify-content: center;
}

.hs_flex>p:first-of-type {
  margin-right: 50px;
}

.point4flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 30px;
}

.point4text {
  margin-left: 40px;
}

.point4text>span {
  display: block;
}

.topspan {
  font-size: 16px;
}

.botspan {
  font-size: 12px;
  margin-top: 15px;
}

.point4block {
  padding-top: 60px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.point_flex_ts {
  justify-content: center;
  text-align: center;
}

.point4text_b {
  margin-left: 0;
  text-align: center;
}

.pctext {
  width: 440px !important;
}

.x-border {
  padding: 30px 0;
}



.cardtitle {
  text-align: center;
  color: #4057a3;
  font-weight: bold;
  font-size: 28px;
  padding-top: 55px;
}

#point_ts {
  padding-bottom: 70px;
}

.newpd30 {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .point4text_b {
    margin-left: 0;
    text-align: left;
  }

  .accord_small_text {
    font-size: 3.6vw;
  }

  .accordion-title {
    padding: 3.5vw 17vw 3.2vw 21vw;
    background-position: 0vw 50%;
    background-size: 20vw;
    font-size: 4vw;
  }

  .new-c-style {
    background-size: 4vw;
    background-position: 2vw 50%;
    padding-left: 4vw;
  }

  .campcard-flex {
    margin-bottom: 40px;
    padding: 0;
  }

  .campcard-flex>div {
    padding: 0 1vw;
  }

  .campcard-flex-query {
    width: 28vw;
    height: 28vw;
  }

  .campcard-flex-query img {
    height: 10vw;
  }

  .campcard-flex-query>p {
    margin-top: 2vw;
    font-size: 3.2vw;
  }

  .campcard-flex-query>p span {
    font-size: 3.4vw;
  }

  .mv__contents>div {
    margin-left: 0;
    margin-right: 0;
  }

  .mv__texts {
    margin-right: 4vw;
  }

  .mv__text-01 img {
    width: 50vw;
  }

  .kv_phone {
    height: auto !important;
    margin-left: 1.5vw;
    width: 14.5vw !important;
  }

  .sp_last_img {
    margin-left: 3vw;
  }

  .kv_tips {
    font-size: 3.2vw !important;
    padding: 0 7vw;
  }

  .campaign_progress {
    padding: 6vw 5vw 0;
  }

  .campaign_progress img {
    max-width: 100%;
  }

  .progress_tips {
    font-size: 3.2vw;
    text-align: center;
    color: #ffffff;
    padding: 4vw 0vw;
  }

  .progress_btn {
    font-size: 4.4vw;
    border-radius: 5px;
    width: 70vw;
    height: 13vw;
  }

  .web_limit_entry_right {
    margin-top: 5vw !important;
  }

  .campaign_entry {
    padding: 5vw 0 4vw;
  }

  .progress_main_form {
    margin-top: 4vw;
  }

  .progress_title {
    width: 70vw;
  }

  .anchor_ul {
    padding: 0;
  }

  .anchor_ul li {
    width: 100%;
    margin-bottom: 5.5vw;
    min-width: auto !important;
  }

  .anchor_left_style {
    padding: 6vw 0;
  }

  .anchor_left_style span:first-of-type {
    font-size: 3.2vw;
  }

  .anchor_left_style span:last-of-type {
    font-size: 7vw;
  }

  .anchor_center_style span:first-of-type {
    font-size: 3.2vw;
    padding-top: 3vw;
    padding-bottom: 2.4vw;
  }

  .anchor_center_style span:last-of-type {
    font-size: 3.8vw;
  }

  .anchor_center_style {
    padding: 0 3vw;
  }

  .point_flex {
    width: 100%;
    padding: 5vw 0;
  }

  .point_flex>p {
    margin-left: 6vw;
    width: 78vw;
  }

  .point_flex>p span:first-of-type {
    font-size: 3.6vw;
  }

  .point_flex>p span:last-of-type {
    font-size: 5vw;
  }

  .title_sp_style {
    width: 14vw;
  }

  .point_content01_bg {
    margin-top: 6vw;
  }

  .point_content02_bg {
    margin-top: 6vw;
  }

  .title_content_style {
    width: 80vw;
  }

  .point_tips {
    padding-top: 5vw;
    font-size: 3.2vw;
  }

  .pb40 {
    padding-bottom: 7vw !important;
  }

  .addition {
    margin-top: 6vw;
    border: 2px solid #4057a3;
  }

  .addition_title p {
    font-size: 5vw;
    padding: 3vw 0;
  }

  .addition_content_title {
    font-size: 4.2vw;
    padding: 5vw 0;
  }

  .addition_content_title span {
    font-size: 3.4vw;
    margin-bottom: 1.4vw;
    display: block;
  }

  .addition_content {
    padding: 0 4vw;
  }

  .addition_content_img01 {
    padding-top: 3vw;
    padding-bottom: 5vw;
    width: 75vw;
  }

  .addition_content_img03 {
    padding-top: 6vw;
    padding-bottom: 8vw;
    width: 75vw;
  }

  .addition_content_text {
    text-align: left;
    font-size: 3.8vw;
    padding: 0;
  }

  .lazyload_style img {
    width: 40vw;
    cursor: pointer;
    position: relative;
    top: 7vw;
  }

  .lazyload_style {
    padding: 6vw 0;
    top: -10vw;
  }

  .addition_hidden {
    height: 48vw;
  }

  .addition_show {
    height: auto;
  }

  .point_content02_text {
    font-size: 3.6vw;
    padding-top: 6vw;
    text-align: left;
  }

  .line_text_style {
    padding: 18vw 0 0;
  }

  .addition_content_flex {
    flex-direction: column;
    padding-top: 5vw;
  }

  .addition_content_flex>div {
    margin-right: 0;
    margin-bottom: 5vw;
    width: 100%;
  }

  .block_auto_style img {
    margin-bottom: 8vw;
    width: 75vw;
  }

  .alot_flex>div {
    padding: 0 3vw;
  }

  .alotimg {
    padding-top: 5vw;
  }

  .alot_flex {
    margin-top: 5vw;
  }

  .point_btn {
    width: 90vw;
    font-size: 6vw;
    padding: 4vw 0;
    box-shadow: 0px 4px 0px #940069;
    background-size: 3vw;
  }

  .point_btn span {
    margin-top: 2vw;
    font-size: 3.2vw;
  }

  .point2top {
    margin-top: 0;
  }

  .point2top img {
    width: 75vw;
  }

  .point2top p {
    font-size: 3.2vw;
    margin-top: 10vw;
  }

  .addition_border_style {
    margin-top: 7vw;
  }

  .addition_border_title {
    width: 65vw;
  }

  .addition_border_style>div {
    padding: 8vw 3vw 5vw 3vw;
    border-radius: 10px;
    margin-top: -4.5vw;
    flex-direction: column;
  }

  .addition_border_style>div>div:first-of-type {
    margin-right: 0;
    margin-bottom: 5vw;
  }

  .addition_border_style>div>div img {
    width: 90vw;
  }

  .addi06_toptext {
    font-size: 3.4vw;
  }

  .addi06_bottomtext {
    font-size: 3.2vw;
    margin-top: 1vw;
  }

  .ldiv {
    width: 45vw;
  }

  .rdiv {
    width: 55vw;
  }

  .sp_pd0 {
    padding: 0;
  }

  .aeon_cinema {
    padding-top: 4vw;
    padding-bottom: 7vw;
    width: 100%;
  }

  .cinema_img {
    padding-bottom: 8vw;
    width: 85vw;
  }

  .aeon_cinema_b {
    padding-bottom: 6vw;
  }

  .cinema_flex {
    flex-direction: column;
    margin-top: 20px;
  }

  .cinema_flex>div p {
    text-align: left;
    height: auto;
    font-size: 3.4vw;
    font-weight: bold;
    padding: 0 2vw;
    width: 60vw;
  }

  .cinema_flex>div img {
    width: 75vw;
    display: block;
    margin: auto;
    padding-top: 2vw;
  }

  .pt12 {
    padding-top: 0;
  }

  .cinema_flex>div:first-of-type {
    margin-bottom: 5vw;
  }

  .big_blue_text {
    font-size: 5vw;
    padding: 6vw 0;
  }

  .sp_border {
    padding: 0 3vw;
  }

  .thisstyle {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .swiper {
    width: 100%;
  }

  .swipertext {
    font-size: 2.6vw;
    padding: 3vw 0;
  }

  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
  }

  .swiper-pagination-bullet-active {
    width: 10vw !important;
  }

  .pt40 {
    padding-top: 12vw;
  }

  .npt40 {
    padding-top: 7vw;
  }

  .alot_toptext {
    font-size: 3.8vw;
  }

  .alot_bottomtext {
    font-size: 4.6vw;
  }

  .alot_tips {
    font-size: 3.4vw;
    padding: 0;
  }

  .point_btn_style {
    margin-top: 5vw;
  }

  .point_border_tips {
    padding: 0 3vw 5vw;
  }

  .tab_span span {
    padding: 2vw 0;
    font-size: 4vw;
  }

  .tab_spimg {
    width: auto;
    height: 10vw !important;
  }

  .tab_content>p {
    font-size: 3.6vw;
    padding: 4vw 0 5vw;
  }

  .tab_content {
    padding: 4vw 5vw 6vw;
  }

  .u-mt100 {
    margin-top: 15vw;
  }

  .hs_div {
    padding: 7vw 5vw 9vw;
  }

  .hs_text {
    font-size: 3.8vw;
    padding: 6vw 0;
    text-align: left;
  }

  .pt50 {
    padding-top: 8vw;
  }

  .hs_style {
    width: 50vw;
  }

  .hs_icon {
    width: 5vw !important;
  }

  .hs_flex {
    flex-direction: column;
  }

  .hs_flex>p:first-of-type {
    margin-right: 0;
    margin-bottom: 3vw;
  }

  .point4flex>img {
    width: 35vw;
  }

  .point4flex {
    padding-top: 8vw;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }

  .point4text {
    margin-left: 0;
  }

  .topspan {
    font-size: 3.6vw;
    margin-top: 5vw;
  }

  .botspan {
    font-size: 3.2vw;
    margin-top: 3vw;
  }

  .pt30 {
    padding-top: 3vw;
  }

  .point_flex_ts {
    justify-content: flex-start;
    text-align: left;
  }

  .point_flex_ts>p {
    margin-left: 0;
  }

  .point4block {
    padding-top: 10vw;
  }

  .pb30 {
    padding-bottom: 4vw;
  }

  .tab_content_red {
    border: .2vw solid #ad147e;
  }

  .tab_content_blue {
    border: .2vw solid #4057a3;
  }

  .tab_span span:first-of-type {
    border-bottom: .2vw solid #4057a3;
  }

  .tab_span span:last-of-type {
    border-bottom: .2vw solid #ad147e;
  }

  .tab_span span {
    border: .2vw solid #c9c9c9;
  }

  .tab_span .tabs:last-of-type.isActive {
    border: .2vw solid #4057a3 !important;
    border-bottom: .2vw solid #ffffff !important;
  }

  .tab_span .tabs:first-of-type.isActive {
    border: .2vw solid #ad147e !important;
    border-bottom: .2vw solid #ffffff !important;
  }

  .point_content02_text {
    padding-left: 0;
    padding-right: 0;
  }

  .sp_pt0 {
    padding-left: 0;
    padding-right: 0;
  }

}

@media screen and (max-width: 980px) {
  .anchor_ul li:nth-of-type(odd) {
    margin-right: 0;
  }
}

.campaign_progress_relative {
  position: relative;
  top: -57px;
}

.main_kv_style {
  width: 100%;
}

.yellowbg {
  background-color: #fffcf2;
  border-left: 4px solid #ebdfb5;
  border-right: 4px solid #ebdfb5;
  padding: 10px 30px;
}

.lines {
  display: block;
}

.r-lead-txt span {
  color: #000000;
  font-weight: bold;
}

.r-lead-sub {
  color: #000000;
}

.r-lead-txt span:before,
.r-lead-txt span:after {
  background-color: #000000;
}

.special_div {
  max-width: 1000px;
  width: 100%;
  margin-top: 40px;
  border: 3px solid #b4044d;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 25px 0 50px;
}

.special_div img {
  display: block;
  margin: auto;
}

.s-pb30 {
  padding-bottom: 30px;
}

.s-pb40 {
  padding-bottom: 40px;
}

.s-pb50 {
  padding-bottom: 50px;
}

.nobg {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0px 10px !important;
  margin: 0px auto !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  width: 100px !important;
}

.purpleform {
  max-width: 1000px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffeef7;
}

.purplediv {
  padding: 20px;
}

.purplediv p {
  color: #ffffff !important;
}

.purplediv span {
  color: #ffffff !important;
}

.purplediv .r-lead-txt span:before {
  background-color: #ffffff;
}

.purplediv .r-lead-txt span:after {
  background-color: #ffffff;
}

.purple_contents {
  padding: 35px 70px 40px;
}

.purplediv {
  background-color: #b60081;
}

.purpletext {
  padding: 30px 20px 0;
  font-size: 16px;
  font-weight: bold;
}

.purpletext a {
  color: #000000;
  text-decoration: underline;
}


.n_bigtext {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.n_bigtext_16 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 50px;
}

.n_pt20 {
  padding: 20px 50px 0;
}

.n_additext span {
  font-size: 12px;
  margin-top: 10px;
}

.topspancenter {
  text-align: center;
}

.card163_style {
  max-width: 340px !important;
}

.point__container_0 {
  padding-bottom: 0 !important;
}

.topspanleft {
  text-align: left;
  padding: 0 50px;
}

.new-c-stylefff {
  background-color: #ffffff;
  padding: 1px 0px;
  padding-left: 11px;
}

.purple_contents02 {
  border: 2px solid #b60081;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px 10px;
}

.purple_lc {
  display: flex;
  margin-top: 20px;
}

.purple_lc .left_num {
  margin-right: 15px;
}

.purple_lc .left_num span {
  width: 40px;
  height: 40px;
  display: flex;
  background-color: #b60181;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}

.purple_lc .right_texts {
  font-weight: bold;
  padding-top: 5px;
}

.purple_lc .right_texts span {
  display: block;
}

.purple_lc .right_texts span:first-of-type {
  font-size: 20px;
  color: #b60181;
}

.purple_lc .right_texts span:last-of-type {
  font-size: 16px;
}

.purple_lc_text {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding-top: 25px;
  padding-bottom: 20px;
}

.purple_lc_text a {
  color: #000000;
  text-decoration: underline;
}

.swiper-introduce {
  margin-top: 20px;
}

.addition_bg_content {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .campaign_progress_relative {
    position: relative;
    top: -10.3vw;
  }

  .yellowbg {
    border-left: 2px solid #ebdfb5;
    border-right: 2px solid #ebdfb5;
    padding: 3vw 5vw;
  }

  .special_div {
    margin-top: 6vw;
    padding: 5vw;
  }

  .purple_contents {
    padding: 5vw 6vw 6vw;
  }

  .purpletext {
    padding: 5vw 0 0;
    font-size: 3.4vw;
  }

  .addition_border_title {
    top: -4vw;
  }

  .n_bigtext {
    font-size: 4vw;
    margin-bottom: 4vw;
  }

  .n_bigtext_16 {
    font-size: 3.4vw;
    padding: 0;
  }

  .n_pt20 {
    padding: 4vw 0 0;
  }

  .cinema_flex>div:first-of-type {
    margin-right: 0;
  }

  .cinema_flex>div img {
    width: 30vw;
    padding-top: 2vw;
  }

  .r-lead-sub {
    font-size: 18px;
  }

  .cardtitle {
    font-size: 5vw;
    padding-top: 10vw;
  }

  .card163_style {
    max-width: 100%;
  }

  .limg {
    width: 50vw;
  }

  .topspanleft {
    padding: 0;
  }

  #point_ts {
    padding-bottom: 16vw;
  }

  .newpd30 {
    padding-top: 0;
  }

  .introduce__bnr-text span {
    font-size: 20px;
    width: 120px;
    padding: 2px 5px;
  }

  .tab_content {
    top: -0.2vw;
  }

  .swiper-slide {
    width: 80vw !important;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    width: 24px !important;
    height: 24px !important;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    width: 24px !important;
    height: 24px !important;
  }

  .purplediv {
    padding: 4vw;
  }

  .swiper-introduce {
    width: 90vw;
  }

  .purple_contents02 {
    margin-top: 5vw;
    padding: 4vw;
  }

  .u-sp-width-80 {
    padding: 0 4vw;
  }

  .purple_lc .left_num span {
    width: 7vw;
    height: 7vw;
    font-size: 3.8vw;
    border-radius: 7vw;
  }

  .purple_lc .left_num {
    margin-right: 3vw;
  }

  .purple_lc .right_texts {
    padding-top: 1vw;
  }

  .purple_lc .right_texts span:first-of-type {
    font-size: 3.8vw;
  }

  .purple_lc .right_texts span:last-of-type {
    font-size: 3.4vw;
    margin-top: 1.5vw;
  }

  .purple_lc_text {
    font-size: 3.4vw;
    padding-top: 5vw;
    padding-bottom: 0vw;
  }

  .purple_lc {
    margin-top: 4vw;
  }

  .addition_bg_content {
    padding: 5vw;
  }
}

.campcard-img-border {
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.r-lead-txt span:before,
.r-lead-txt span:after {
  height: 20px;
}

.noborder {
  border: 2px solid rgba(0, 0, 0, 0) !important;
}

.u-attention_txt_color {
  color: #f60000 !important;
}

#newcard-item .newcard-box {
  padding-top: 25px;
}

.nobr {
  border-bottom: none !important;
}

.rule_underline {
  text-decoration: underline;
}

.introduceimg {
  width: 100%;
}

.newcard-box-maxwidth {
  flex: 0 0 100% !important;
}

.newcard-box-maxwidth .btn-more {
  width: 20% !important;
}

.newcard-box-maxwidth-v1 .btn-more {
  width: 25% !important;
}

.other_banner {
  margin-top: 50px;
}

.other_banner_pageb {
  margin-top: 100px;
}

.other_banner>p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.other_banner>div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.other_banner>div p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
}

.other_banner>div img {
  max-width: 1000px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .newcard-box-maxwidth .btn-more {
    width: 50% !important;
  }

  .newcard-box-maxwidth-v1 .btn-more {
    width: 40vw !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin-top: -8px !important;
  }

  .sp-fs-12 {
    font-size: 3.4vw;
  }

  .other_banner {
    margin-top: 10vw;
  }

  .other_banner_pageb {
    margin-top: 20vw;
  }

  .other_banner>p {
    font-size: 5.6vw;
  }

  .other_banner>div p {
    font-size: 3.4vw;
    padding: 4vw 0;
  }

  .other_banner>div img {
    max-width: 100%;
  }

  .swiper-introduce {
    margin-top: 10px;
  }

  .u-spmb10 {
    margin-bottom: 10px;
  }

  .u-sppt12 {
    padding-top: 12vw;
  }
}

/* update in 20231215 */

.mv__card img {
  display: block;
  margin: auto;
}

.kv_toptext {
  padding: 20px 0 40px 0;
}

.kv_card {
  width: 320px;
}

.lead-txt span {
  color: #4057a3;
  font-size: 28px;
}

.lead-txt span:before,
.lead-txt span:after {
  background-color: #4057a3;
  height: 28px;
}

.lead-txt-pd {
  padding: 40px 0 0;
}

.pb8 {
  padding-bottom: 8px;
}

.blue-date {
  background: #303e91;
  padding: 15px;
  color: #fff;
  text-align: center;
}

.blue-date img {
  max-width: 750px;
}

.blue-date .date-text {
  max-width: 848px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.blue-date .date-text span {
  font-size: 26px;
  font-weight: bold;
}

.kv-btn a {
  font-size: 27px;
  background: #b50080;
  color: #fff;
  text-align: center;
  display: block;
  width: 500px;
  margin: 0 auto;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.1;
  padding: 18px 0;
  box-shadow: 0 0 10px #f6cad4;
  position: relative;
  text-decoration: none;
}

.kv-btn a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 18px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 0 solid transparent;
  transform: rotate(-90deg) translateX(35%);
  right: 12px;
  top: 50%;
}

.kv-btn a i {
  font-size: 18px;
}

.contents-frame {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

.img-w80 {
  max-width: 80% !important;
}

.img-center {
  display: block;
  margin: auto;
}

.mb30 {
  margin-bottom: 30px !important;
}

.item-wrap {
  padding: 20px 0;
}

.c-notelist {
  margin-top: 10px;
}

.c-notelist li {
  color: #000000;
}

.cashless__contents {
  margin-top: 80px;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cashless__contents h3 button {
  text-align: left;
}

.cashless__detail a {
  display: block;
}

.new_addition {
  max-width: 1000px;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px 40px;
}

.new_addition_text {
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
}

.new_addition_text span {
  display: block;
  margin: auto;
}

.flex_card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_card>div:first-of-type {
  margin-right: 40px;
}

.color_black span {
  color: #000000;
}

.color_black span:before,
.color_black span:after {
  background-color: #000000;
}

.lead_title {
  display: block;
  margin: auto;
  padding-bottom: 30px;
}

.flex_lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_lead>div {
  width: 48%;
  margin-bottom: 20px;
}

.flex_lead>div:nth-of-type(odd) {
  margin-right: 20px;
}

.kv_bottom_div {
  max-width: 100%;
  background-image: url('/-/media/AeonCard/campaign/lp/sumitomo/20240301/images/b_kv_bg_pc.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10%;
  margin-top: 25px;
}

.kv_bottom_div img {
  display: block;
  margin: auto;

}

.kv_bottom_div p {
  text-align: center;
}

.kv_b_top {
  padding-bottom: 24px;
}

.kv_b_bottom {
  padding-bottom: 15px;
}

.kv_b_toptext {
  font-size: 16px;
  color: #ff0000;
  padding-bottom: 15px;
  margin-top: 0;
}

.kv_b_bottomtext {
  font-size: 20px;
  margin-top: 10px;
}

.kv_b_bottomtext a {
  color: #4057a3;
  text-decoration: underline;
}

.b_mv__contents {
  width: 1040px;
  padding: 0 20px;
}

.point01-txt span {
  color: #4057a3 !important;
  font-size: 28px;
}

.point01-txt span:before,
.point01-txt span:after {
  background-color: #4057a3;
  height: 28px;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.point_small_tit {
  padding-bottom: 8px;
}

.kv_sub_text {
  width: 410px;
  text-align: left;
  padding-top: 1em;
}

.kv_b_flex {
  width: 420px;
  margin: 0 auto;
  flex-wrap: inherit !important;
  display: block !important;
}

.kv_b_flex a {
  margin-left: 0;
  margin-right: 0;
}

.kv_b_flex>div {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .kv_toptext {
    padding: 6vw 0;
    width: 70vw;
  }

  .kv_sub_text {
    width: 100%;
  }

  .kv_card {
    width: 45vw;
  }

  .kv_b_flex {
    width: 100%;
    flex-wrap: inherit;
  }

  .kv_bottomtext {
    width: 35vw;
  }

  .lead-txt-pd {
    padding: 5vw 0;
  }

  .lead-txt span {
    font-size: 4.8vw;
  }

  .lead-txt span:before,
  .lead-txt span:after {
    height: 5vw;
  }

  .blue-date {
    padding: 5vw;
  }

  .blue-date .date-text {
    width: 100%
  }

  .blue-date .date-text span {
    font-size: 4.2vw;
  }

  .blue-date .date-text {
    font-size: 3.2vw;
  }

  .kv-btn {
    padding: 0;
    width: 100%;
  }

  .kv-btn a {
    font-size: 16px;
    background: #b50080;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1.2;
    padding: 14px 0;
    padding-right: 0;
  }

  .kv-btn a i {
    font-size: 12px;
  }

  .kv-btn a::after {
    border-top: 14px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 0 solid transparent;
  }

  .ttl-box.-point {
    width: 100%;
  }

  .item-wrap {
    padding: 0;
  }

  .content-wrap {
    padding: 20px;
  }

  .mb30 {
    margin-bottom: 3vw !important;
  }

  .new_addition {
    width: 100%;
    margin-top: 6vw;
    overflow: hidden;
    background-color: #ffffff;
    padding: 6vw 4vw;
  }

  .new_addition_text {
    font-size: 3.4vw;
    font-weight: bold;
    padding: 4vw 4vw 0;
  }

  .flex_card>div:first-of-type {
    margin-right: 3vw;
  }

  .flex_lead>div {
    margin-bottom: 3vw;
  }

  .flex_lead>div:nth-of-type(odd) {
    margin-right: 3vw;
  }

  .lead_title {
    padding-bottom: 5vw;
    padding-top: 5vw;
    width: 50vw;
  }

  .mv__contents {
    padding: 0 3vw;
  }

  .kv_bottom_div {
    background-image: url('/-/media/AeonCard/campaign/lp/sumitomo/20240301/images/b_kv_bg_sp.png');
    padding: 15vw 8vw;
    margin-top: 5vw;
  }

  .kv_b_top {
    padding-bottom: 5vw;
    width: 65vw;
  }

  .kv_b_bottom {
    padding-bottom: 5vw;
    width: 85vw;
  }

  .kv_b_toptext {
    font-size: 3.6vw;
    padding-bottom: 3vw;
  }

  .kv_b_bottomtext {
    font-size: 4vw;
  }

  .b_mv__contents {
    width: 100%;
    padding: 0;
  }

  .point01-txt span {
    font-size: 20px;
  }

  .point01-txt span:before,
  .point01-txt span:after {
    background-color: #4057a3;
    height: 20px;
  }
}




/* 条件達成で */
.w1040 {
  width: 1040px;
  padding-bottom: 0;
  margin-left: -20px;
}

.terms_use_detail {
  padding-left: 50px;
}

.cp_detail_11_aeonpay {
  padding-top: 25px !important;
}

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

.blue_wrap .add_icon {
  position: absolute;
  left: 484px;
  top: 94px;
}

.blue_wrap .blue_item {
  width: 500px;
  height: 250px;
  border: 4px solid #4553a3;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-size: 28px;
  padding: 0 30px 20px;
}

.blue_item .blue_title {
  width: 280px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url('/-/media/aeoncard/campaign/lp/sumitomo/20240109/images/blue_titlebg_pc.png') center center no-repeat;
  margin: -28px auto 0;
  font-weight: bold;
}

.blue_item .text_b {
  font-size: 12px;
  margin-top: 5px;
}

.blue_item .f_w_28 {
  margin-top: 20px;
  display: block;
  margin-bottom: 25px;
}

.blue_item .f_w_24 {
  font-size: 24px;
  margin-top: 10px;
  display: block;
  margin-bottom: 5px;
}

.blue_item .f_w_24 span {
  color: #303e91;
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, transparent 0px 19px, #ffea00 19px 28px, transparent 28px 100%)
}


.arrow_item {
  padding: 30px 0 60px;
  text-align: center;
}

.pink_item {
  width: 730px;
  margin: 0 auto;
  border: 4px solid #b60081;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-size: 28px;
  padding-bottom: 20px;
}

.pink_item .pink_title {
  width: 410px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url('/-/media/aeoncard/campaign/lp/sumitomo/20240109/images/pink_titlebg_pc.png') center center no-repeat;
  margin: -28px auto 0;
  font-weight: bold;
}

.pink_item .f_w_28 {
  margin-top: 20px;
  display: block;
  margin-bottom: 5px;
}

.table_sp_overflow th {
  background-color: #ececec;
}

.table_sp_overflow th:first-child,
.table_sp_overflow td:first-child {
  background-color: #ececec;
}


.table_sp_overflow {
  overflow: hidden;
  overflow-x: scroll;
}

.table_sp_overflow table tr>th:first-of-type {
  width: 150px;
}

.table_sp_overflow table tr>td:first-of-type {
  width: 150px;
}

.table_sp_overflow table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.table_sp_overflow td,
th {
  width: 150px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}

.table_sp_overflow thead tr th {
  position: sticky;
  top: 0;
  height: 30px;
}

.table_sp_overflow th:first-child,
.table_sp_overflow td:first-child {
  position: sticky;
  left: 0;
  text-align: center;
  right: 0px;
  width: 100px;
}

.table_sp_overflow th:first-child {
  z-index: 3;
}

.c-table th,
.c-table td {
  font-size: 14px;
  border: 1px solid #707070;
}


@media screen and (max-width: 768px) {
  .w1040 {
    margin-left: 0;
  }

  .pink_item {
    width: 100%;
    border: 2px solid #b60081;
    border-radius: 15px;
    font-size: 20px;
    padding-bottom: 20px;
  }

  .pink_item .pink_title {
    font-size: 19px;
    width: 260px;
    height: 37px;
    line-height: 38px;
    color: #fff;
    background: url('/-/media/aeoncard/campaign/lp/sumitomo/20240109/images/pink_titlebg_sp.png') center center/100% no-repeat;
    margin: -18px auto 0;
  }

  .pink_item .f_w_28 {
    margin-top: 15px;
    display: block;
    margin-bottom: 5px;
  }

  .img_sp85 {
    max-width: 85% !important;
  }

  .w1040 {
    width: 100%;
    padding-bottom: 0;

  }

  .blue_wrap {
    flex-wrap: wrap;
  }

  .blue_wrap .blue_item {
    width: 100%;
    height: auto;
    border: 2px solid #4553a3;
    border-radius: 15px;
    font-size: 28px;
    padding: 0 30px 20px;
  }

  .blue_item .blue_title {
    font-size: 19px;
    width: 200px;
    height: 37px;
    line-height: 38px;
    color: #fff;
    background: url('/-/media/aeoncard/campaign/lp/sumitomo/20240109/images/blue_titlebg_sp.png') center center/100% no-repeat;
    margin: -18px auto 0;
  }

  .blue_item .f_w_28 {
    margin-top: 15px;
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .blue_wrap .add_icon {
    position: inherit;
    left: auto;
    top: auto;
    padding: 20px 0 40px;
    width: 100%;
    text-align: center;
  }

  .blue_wrap .add_icon img {
    width: 60px;
    height: 60px;
  }

  .blue_item:last-child {
    height: auto;
    padding: 0 10px 20px;
  }

  .blue_item:last-child img {
    max-width: 90%;
  }

  .blue_item .f_w_24 {
    font-size: 18px;
  }

  .blue_item .text_b {
    text-align: left;
    margin-top: 10px;
  }

  .arrow_item {
    padding: 30px 0 40px;
  }

  .arrow_item img {
    max-width: 35%;
  }

  .blue_item .f_w_24 span {
    color: #303e91;
    position: relative;
    display: inline-block;
    background: linear-gradient(180deg, transparent 0px 15px, #ffea00 15px 22px, transparent 22px 100%);
    font-size: 20px;
  }

  .terms_use_detail {
    padding-left: 0;
  }

  .cp_detail_11_content_inner {
    padding-top: 0 !important;
  }

  .c-table th,
  .c-table td {
    font-size: 12px;
  }

  .table_sp_overflow table tr>th:first-of-type {
    width: 120px;
  }

  .table_sp_overflow td,
  th {
    width: 110px;
  }

  .c-table th,
  .c-table td {
    padding: 0.6em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-frame {
    max-width: 100%;
  }

  .w1040 {
    width: 100%;
    display: block;
    margin: auto;
  }

  .blue_wrap {
    position: inherit;
  }

  .blue_wrap .add_icon {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    align-items: center;
    margin-left: -1.5%;
    margin-right: -1.5%;
    justify-content: center;
  }

  .blue_item .f_w_24 {
    font-size: 2.3vw;
  }

  .blue_item .f_w_28 {
    font-size: 2.5vw;
  }

  .blue_item .text_b {
    font-size: 1.1075vw;
  }

  .blue_wrap .blue_item {
    height: auto;
  }

  .pink_item {
    width: 75%;
  }

  .pink_item .f_w_28 {
    font-size: 2.5vw;
  }

  .pink_item img {
    width: 75%;
  }
}

/* 条件達成で end*/
.b_kv_bg {
  border-top: 6px solid #303e91;
}

.indent_adjust_atten .text-red {
  color: #f00;
  font-style: none;
}

.datewrap {
  font-size: 30px;
  color: #303e91;
}

.datewrap .iconline {
  padding: 0 10px;
  display: inline-block;
}

.datewrap .iconline::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #7e8186;
  transform: rotate(20deg);
}

.datewrap strong {
  font-size: 26px;
  height: 45px;
  color: #000;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.datewrap strong::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #7e8186;
  transform: rotate(20deg);
  margin-right: 12px;
}

.datewrap strong::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #7e8186;
  transform: rotate(20deg);
  margin-left: 12px;
}

.datewrap span {
  display: inline-flex;
  height: 45px;
  font-weight: bold;
  font-size: 30px;
}

.datewrap .date_p {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  text-align: left;
}

.datewrap .date_p1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.position40 {
  position: relative;
  z-index: 40;
}

@media screen and (max-width: 768px) {
  .datewrap .date_p1 {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10px;
  }

  .datewrap .date_p1::before {
    content: '';
    width: 90%;
    height: 1px;
    background: #7e8186;
    position: absolute;
    z-index: 0;
    margin-top: -20px;
  }

  .datewrap strong {
    font-size: 15px;
    height: 32px;
    z-index: 1;
    padding: 0 6px;
    background: #dff2fc;
  }

  .datewrap strong::before {
    height: 20px;
  }

  .datewrap strong::after {
    height: 20px;
  }

  .datewrap span {
    font-size: 18px;
    height: 20px;
  }

  .datewrap .date_p {
    font-size: 12px;
  }
}



.img_block_auto {
  display: block;
  margin: auto;
}

.img_center_style {
  width: 420px;
  margin: 0 auto;
}

.img_center_style6 {
  width: 470px;
  margin: 0 auto;
}

.img_center_style5 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.img_center_style6 {
  width: 100%;
  display: block;
  text-align: center;
}

.web_limit_entry ul {
  display: flex;
  justify-content: center;
  padding: 0 50px;
}

.web_limit_entry ul li:first-of-type {
  margin-right: 20px;
}

.web_limit_entry ul li a {
  position: relative;
}

.web_limit_entry ul li .web_limit_entry_card {
  position: absolute;
  width: 11%;
  left: 7%;
  top: 5%;
  border-radius: 2px;
  border: 2px solid #ffffff;
}

.campaign_entry {
  background-color: #dff2fc !important;
  background-image: none !important;
}

.kv_bottom_form {
  border: 2px solid #333 !important;
  border-radius: 0 !important;
  margin-top: 30px !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

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

.bottom_form_title {
  position: inherit !important;
  display: flex;
  justify-content: center;
  margin-top: 60px !important;
}

.bottom_form_title2 {
  display: flex;
  justify-content: center;
}

.redline {
  background-color: #4057a3 !important;
}

.date_center_text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 -30px;
  color: #4057a3;
}

.web_limit_entry .kv_content_tips {
  margin-top: 0;
}

.web_limit_entry .kv_content_tips a {
  color: #002e9b;
  text-decoration: underline;
}

.pinkline {
  display: block;
  width: 100%;
  height: 0px;
  border-bottom: 4px dashed #f21d91;
  margin: 25px 0;
}

.date_center_text {
  color: #0154b1 !important;
}

.kv_bottom_title4 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 15px;
  color: #4d4d4d;
  font-weight: bold;
}

.kv_pink_border {
  border: 3px solid #e40873;
  padding: 30px 30px 40px;
  border-radius: 20px;
  margin-top: 100px;
  background: #fff;
}

.webcm_style2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: -68px;
}

.pic_block {
  display: block;
}

.video_wrap_link {
  padding: 40px 0 0 !important;
}

.kv_pink_border .video_wrap_link a {
  background: #ffe2f0 !important;
  border: 3px solid #ff6eb5 !important;
  border-radius: 15px !important;
  font-size: 22px !important;
  font-weight: bold !important;
  color: #2d2d2d !important;
  position: relative;
  padding: 20px 50px;
}

.kv_pink_border .video_wrap_link a::after {
  width: 0;
  height: 0;
  display: inline-block;
  content: '';
  border: 10px solid transparent;
  border-left: 16px solid #2d2d2d;
  position: absolute;
  right: 4px;
  top: 26px;
}

.is_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .web_limit_entry ul {
    padding: 0;
  }

  .img_center_style {
    width: 100%;
  }

  .web_limit_entry ul li:first-of-type {
    margin-right: 0;
    padding: 0 6vw;
  }

  .is_sp {
    display: block;
  }

  .web_limit_entry a {
    width: 100%;
    display: block;
    margin: 10px auto 0;
    font-size: 3.5vw;
  }

  .video_title {
    text-align: left;
  }

  .web_limit_entry ul li:first-of-type a {
    width: 100%;
    margin-top: 0;
  }

  .date_center_text {
    font-size: 14px;
    margin-bottom: -20px;
  }

  .kv_bottom_form {
    border-radius: 0 !important;
    border: 2px solid #333 !important;
    margin-top: 5vw !important;
    padding: 5vw 5vw 5vw 5vw !important;
  }

  .kv_bottom_form2 {
    margin-top: 5vw !important;
  }

  .bottom_form_title {
    margin-top: 8vw !important;
  }

  .bottom_form_title2 {
    width: 35% !important;
    margin: 0 auto;
  }

  p.mbsp20 {
    margin-bottom: 20px !important;
  }

  .pinkline {
    border-bottom: 2px dashed #f21d91;
  }

  .kv_bottom_title4 {
    font-size: 17px;
    font-weight: bold;
  }

  .kv_pink_border {
    border: 3px solid #e40873;
    padding: 5vw;
    border-radius: 10px;
    margin-top: 16vw;
  }

  .webcm_style2 {
    padding-top: 0 !important;
    margin-top: -12vw;
  }

  .video_wrap_link {
    padding-top: 20px !important;
  }

  .kv_pink_border .video_wrap_link a {
    border: 2px solid #ff6eb5 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    padding: 12px;
  }

  .kv_pink_border .video_wrap_link a::after {
    width: 0;
    height: 0;
    display: inline-block;
    content: '';
    border: 6px solid transparent;
    border-left: 10px solid #2d2d2d;
    position: absolute;
    right: 4px;
    top: 16px;
  }
}

.indent_adjust_atten_block {
  text-indent: -1em !important;
  margin-left: 1em !important;
}