@charset "UTF-8";
/***************

  --- base ---

****************/
html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

header,
main,
section,
footer {
  display: block;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

small {
  font-size: 80%;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

small {
  font-size: 80%;
}

a {
  color: #a20073;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
  a:hover,
  a:focus {
    opacity: 0.7;
  }
}

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

hr {
  height: 0;
  overflow: visible;
}

* + p {
  margin-top: 1em;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  flex-shrink: 0;
}

iframe,
img {
  border-style: none;
}

table {
  border-collapse: collapse;
}

input {
  overflow: visible;
}

/***************

  common

****************/
.inline-block {
  display: inline-block;
}

.txt-left {
  text-align: left;
}

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

.txt-right {
  text-align: right;
}

.valign-top {
  vertical-align: middle;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: middle;
}

.valign-baseline {
  vertical-align: baseline;
}

.fw-bold {
  font-weight: bold;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

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

.pb0 {
  padding-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media only screen and (max-width: 1000px) {
  .mt5 {
    margin-top: 0.5vw !important;
  }
  .mt10 {
    margin-top: 1.0vw !important;
  }
  .mt15 {
    margin-top: 1.5vw !important;
  }
  .mt20 {
    margin-top: 2.0vw !important;
  }
  .mt25 {
    margin-top: 2.5vw !important;
  }
  .mt30 {
    margin-top: 3.0vw !important;
  }
  .mt35 {
    margin-top: 3.5vw !important;
  }
  .mt40 {
    margin-top: 4.0vw !important;
  }
  .mt45 {
    margin-top: 4.5vw !important;
  }
  .mt50 {
    margin-top: 5.0vw !important;
  }
  .mt55 {
    margin-top: 5.5vw !important;
  }
  .mt60 {
    margin-top: 6.0vw !important;
  }
  .mt65 {
    margin-top: 6.5vw !important;
  }
  .mt70 {
    margin-top: 7.0vw !important;
  }
  .mt75 {
    margin-top: 7.5vw !important;
  }
  .mt80 {
    margin-top: 8.0vw !important;
  }
  .mt85 {
    margin-top: 8.5vw !important;
  }
  .mt90 {
    margin-top: 9.0vw !important;
  }
  .mt95 {
    margin-top: 9.5vw !important;
  }
  .mt100 {
    margin-top: 10.0vw !important;
  }
  .mb5 {
    margin-bottom: 0.5vw !important;
  }
  .mb10 {
    margin-bottom: 1.0vw !important;
  }
  .mb15 {
    margin-bottom: 1.5vw !important;
  }
  .mb20 {
    margin-bottom: 2.0vw !important;
  }
  .mb25 {
    margin-bottom: 2.5vw !important;
  }
  .mb30 {
    margin-bottom: 3.0vw !important;
  }
  .mb35 {
    margin-bottom: 3.5vw !important;
  }
  .mb40 {
    margin-bottom: 4.0vw !important;
  }
  .mb45 {
    margin-bottom: 4.5vw !important;
  }
  .mb50 {
    margin-bottom: 5.0vw !important;
  }
  .mb55 {
    margin-bottom: 5.5vw !important;
  }
  .mb60 {
    margin-bottom: 6.0vw !important;
  }
  .mb65 {
    margin-bottom: 6.5vw !important;
  }
  .mb70 {
    margin-bottom: 7.0vw !important;
  }
  .mb75 {
    margin-bottom: 7.5vw !important;
  }
  .mb80 {
    margin-bottom: 8.0vw !important;
  }
  .mb85 {
    margin-bottom: 8.5vw !important;
  }
  .mb90 {
    margin-bottom: 9.0vw !important;
  }
  .mb95 {
    margin-bottom: 9.5vw !important;
  }
  .mb100 {
    margin-bottom: 10.0vw !important;
  }
  .pt5 {
    padding-top: 0.5vw !important;
  }
  .pt10 {
    padding-top: 1.0vw !important;
  }
  .pt15 {
    padding-top: 1.5vw !important;
  }
  .pt20 {
    padding-top: 2.0vw !important;
  }
  .pt25 {
    padding-top: 2.5vw !important;
  }
  .pt30 {
    padding-top: 3.0vw !important;
  }
  .pt35 {
    padding-top: 3.5vw !important;
  }
  .pt40 {
    padding-top: 4.0vw !important;
  }
  .pt45 {
    padding-top: 4.5vw !important;
  }
  .pt50 {
    padding-top: 5.0vw !important;
  }
  .pt55 {
    padding-top: 5.5vw !important;
  }
  .pt60 {
    padding-top: 6.0vw !important;
  }
  .pt65 {
    padding-top: 6.5vw !important;
  }
  .pt70 {
    padding-top: 7.0vw !important;
  }
  .pt75 {
    padding-top: 7.5vw !important;
  }
  .pt80 {
    padding-top: 8.0vw !important;
  }
  .pt85 {
    padding-top: 8.5vw !important;
  }
  .pt90 {
    padding-top: 9.0vw !important;
  }
  .pt95 {
    padding-top: 9.5vw !important;
  }
  .pt100 {
    padding-top: 10.0vw !important;
  }
  .pb5 {
    padding-bottom: 0.5vw !important;
  }
  .pb10 {
    padding-bottom: 1.0vw !important;
  }
  .pb15 {
    padding-bottom: 1.5vw !important;
  }
  .pb20 {
    padding-bottom: 2.0vw !important;
  }
  .pb25 {
    padding-bottom: 2.5vw !important;
  }
  .pb30 {
    padding-bottom: 3.0vw !important;
  }
  .pb35 {
    padding-bottom: 3.5vw !important;
  }
  .pb40 {
    padding-bottom: 4.0vw !important;
  }
  .pb45 {
    padding-bottom: 4.5vw !important;
  }
  .pb50 {
    padding-bottom: 5.0vw !important;
  }
  .pb55 {
    padding-bottom: 5.5vw !important;
  }
  .pb60 {
    padding-bottom: 6.0vw !important;
  }
  .pb65 {
    padding-bottom: 6.5vw !important;
  }
  .pb70 {
    padding-bottom: 7.0vw !important;
  }
  .pb75 {
    padding-bottom: 7.5vw !important;
  }
  .pb80 {
    padding-bottom: 8.0vw !important;
  }
  .pb85 {
    padding-bottom: 8.5vw !important;
  }
  .pb90 {
    padding-bottom: 9.0vw !important;
  }
  .pb95 {
    padding-bottom: 9.5vw !important;
  }
  .pb100 {
    padding-bottom: 10.0vw !important;
  }
}

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

@media only screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
  /* ※こめじるし用 */
  .sp-font-fam-1 {
    font-family: HiraKakuProN-W3, HiraKakuPro-W3, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}

.img-inline {
  vertical-align: baseline;
  display: inline-block;
  margin: 0 0.2em;
  height: 0.8em;
  width: auto;
}

.fc-red {
  color: #ff0000;
}

.fc-green {
  color: #228f66;
}

.text-link {
  display: inline-block;
  color: #1684d0;
  text-decoration: underline;
}

.icon-blank {
  display: inline-block;
  vertical-align: top;
  width: 0.7em;
  height: auto;
  margin: 0.2em 0 0 0.1em;
}

.max-w90 {
  max-width: 90%;
}

.max-w85 {
  max-width: 85%;
}

.max-w80 {
  max-width: 80%;
}

.max-w75 {
  max-width: 75%;
}

/***************

  --- from common.css ---

****************/
/********************

  .o-footer

*********************/
.o-footer {
  font-family: "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  .o-footer a:hover,
  .o-footer a:focus {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 768px) {
  .o-footer {
    padding-bottom: 20px;
  }
}

/********************

  --- page style ---

*********************/
/********************

  @keyframes

*********************/
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/********************

  .cp-header

*********************/
.cp-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

@media only screen and (min-width: 769px) {
  .cp-header {
    border-top: 3px solid #b60081;
  }
}

.cp-header_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .cp-header_wrapper {
    height: 72px;
    padding: 0 32px;
  }
}

@media only screen and (max-width: 768px) {
  .cp-header_wrapper {
    height: 50px;
    padding: 0 16px;
  }
}

.cp-header_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 168px;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .cp-header_logo {
    left: 16px;
    width: 147px;
    transform: translateY(-50%);
  }
}

/********************

  --- ▽マルエツ ---

*********************/
/********************

  .color-*

*********************/
.color-1 {
  color: #e83416;
}

.color-2 {
  color: #b60081;
}

.color-3 {
  color: #004097;
}

.color-4 {
  color: #00744d;
}

/********************

  .section-*

*********************/
.section {
  padding: 50px 0;
  position: relative;
}

.section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: center top;
  background-repeat: repeat;
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/bg-pattern.png);
}

.section > * {
  position: relative;
  z-index: 1;
}

.section.-type-1::before {
  background-color: #fff;
  background-image: none;
}

.section.-type-2::before {
  background-color: #daef9a;
}

.section.-type-3::before {
  background-color: #ffd8cd;
}

/********************

  .section-frame

*********************/
.section-frame {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}

/********************

  装飾アイテム配置

*********************/
.contents-wrap {
  position: relative;
  overflow: hidden;
}

.contents-wrap::before,
.contents-wrap::after {
  content: "";
  display: block;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100% - 1003px) / 2);
  z-index: 5;
}

.contents-wrap::before {
  left: 0;
  background-position: right top;
}

.contents-wrap::before {
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/float-items_01.png);
}

.contents-wrap::after {
  right: 0;
  background-position: left top;
}

.contents-wrap::after {
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/float-items_02.png);
}

@media only screen and (max-width: 1040px) {
  .contents-wrap {
    background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/items-sp.png);
    background-position: center top;
    background-size: 150% auto;
    background-repeat: repeat;
  }
  .contents-wrap::before,
  .contents-wrap::after {
    display: none;
  }
  .section::before {
    opacity: 0.8;
  }
  .main-visual::before,
  .section.-type-1::before {
    opacity: 1;
  }
}

/********************

  .frame-*

*********************/
.frame-1 {
  max-width: 800px;
  margin: 0 auto;
}

/********************

  .btn

*********************/
.btn {
  display: block;
  margin: 50px auto;
  text-decoration: none;
  border: solid 3px #999;
  box-shadow: 6px 8px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #999;
  padding: 20px 50px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.2s ease;
  letter-spacing: 0.1em;
}

.btn::before,
.btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.btn::before {
  border: solid 2px #fff;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: transparent;
}

.btn .sub-txt {
  font-size: 44.4%;
  font-weight: normal;
  display: block;
  letter-spacing: 0;
}

.btn::after {
  border: solid 5px #fff;
  border-width: 0.138em 0.138em 0 0;
  background-color: transparent;
  width: 0.45em;
  height: 0.45em;
  top: 0;
  right: 21px;
  bottom: 0;
  margin: auto 0;
  transform: rotate(45deg);
}

.btn.-next::after {
  transform: rotate(45deg);
  margin-right: 0.111em;
}

.btn.-down::after {
  transform: rotate(135deg);
  bottom: 0.111em;
}

.btn.-back::after {
  transform: rotate(225deg);
  margin-right: -0.111em;
}

.btn.-up::after {
  transform: rotate(315deg);
  top: 0.11em;
}

.btn.-no-arrow::after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .btn {
    margin: 30px auto;
    width: 95%;
    max-width: 500px;
    letter-spacing: 0;
    box-shadow: 4px 6px 0 0 rgba(0, 0, 0, 0.1);
  }
  .btn::before {
    border-width: 1px;
  }
}

/********************

  .btn.-size-*

*********************/
.btn.-size-1 {
  font-size: 36px;
  max-width: 600px;
  border-width: 6px;
  padding: 30px 50px;
}

.btn.-size-2 {
  font-size: 30px;
  max-width: 400px;
  padding: 20px 50px;
}

@media only screen and (max-width: 768px) {
  .btn.-size-1 {
    font-size: 22px;
    border-width: 4px;
    padding: 20px 50px;
  }
  .btn.-size-2 {
    font-size: 18px;
    padding: 15px 50px;
  }
}

/********************

  .btn.-narrow

*********************/
.btn.-narrow {
  padding: 15px 50px;
}

@media only screen and (max-width: 768px) {
  .btn.-narrow {
    padding: 10px 50px;
  }
}

/********************

  .btn.-color-*

*********************/
.btn.-color-1 {
  border-color: #e83416;
  background-color: #e83416;
}

.btn.-color-2 {
  border-color: #00744d;
  background-color: #00744d;
}

/********************

  .img-only

*********************/
.img-only {
  text-align: center;
  margin-inline: auto;
}

.img-only img {
  display: block;
  margin-inline: auto;
}

.img-only.-link .img-link {
  display: inline-block;
}

.img-only.-txt-big {
  margin-bottom: 40px;
  max-width: 94%;
}

.img-only.-waonpoint-points {
  margin: 30px auto 40px;
}

.img-only.-waonpoint-tpoint {
  margin: 20px auto;
  position: relative;
  padding-right: 40px;
}

.img-only.-illust {
  position: relative;
  right: 28px;
}

.img-only.-logo-group {
  margin: 35px auto;
}

.img-only.-picture {
  width: 80%;
  max-width: 400px;
  margin: 40px auto;
}

.img-only.-picture.-family {
  margin: 30px auto;
}

.img-only.-card-icon {
  width: 60%;
  max-width: 330px;
  margin: 40px auto;
  position: relative;
  left: 10px;
}

.img-only.-card-icon img {
  margin-top: 40px;
}

.img-only.-card-face {
  max-width: 315px;
  margin: 30px auto;
}

.img-only.-benefits {
  width: 90%;
  max-width: 520px;
}

@media only screen and (max-width: 768px) {
  .img-only.-txt-big {
    margin-bottom: 25px;
  }
  .img-only.-waonpoint-points {
    margin: 20px auto 30px;
  }
  .img-only.-waonpoint-tpoint {
    padding-right: 20px;
    width: 80%;
    max-width: 350px;
  }
  .img-only.-illust {
    right: 0;
  }
  .img-only.-logo-group {
    margin: 20px auto;
  }
  .img-only.-picture {
    max-width: 280px;
    margin: 25px auto;
  }
  .img-only.-picture.-family {
    margin: 25px auto;
  }
  .img-only.-card-icon {
    max-width: 225px;
    margin: 20px auto;
    left: 0;
  }
  .img-only.-card-icon img {
    margin-top: 20px;
  }
  .img-only.-card-face {
    max-width: 220px;
  }
  .img-only.-txt-dots img {
    max-height: 22px;
    width: auto;
  }
  .img-only.-txt-dots.-known img {
    max-height: 16px;
  }
  .img-only.-benefits {
    width: 80%;
    max-width: 400px;
  }
}

/********************

  .img-cardface

*********************/
.img-cardface {
  text-align: center;
  max-width: 352px;
  margin: 0 auto;
}

.img-cardface.-has-border img {
  border: 1px solid #bdbdbd;
  border-radius: 4% / 6%;
}

/********************

  .box-design.*

*********************/
.box-design {
  border: 2px solid #281000;
  background-color: #fff;
  margin: 30px auto;
  text-align: center;
}

/********************

  .box-contents.*

*********************/
.box-design .box-contents {
  padding: 50px 20px;
  text-align: center;
}

.box-design .box-contents .inner-frame-size {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@media only screen and (max-width: 768px) {
  .box-design .box-contents {
    padding: 30px 20px;
  }
}

/********************

  .box-design.-type-1 *

*********************/
.box-design.-type-1 {
  max-width: 800px;
  margin-top: 40px;
}

.box-design.-type-1 .box-contents {
  padding: 50px 20px 60px;
}

.box-design.-type-1 .box-ttl {
  background-color: #00744d;
  padding: 18px 24px;
  display: flex;
  width: 100%;
  align-items: center;
}

.box-design.-type-1 .box-ttl .tokuten-num {
  width: 110px;
  display: block;
  flex-grow: 0;
}

.box-design.-type-1 .box-ttl .tokuten-txt {
  flex-grow: 1;
  display: block;
  text-align: center;
  padding-right: 16%;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .box-design.-type-1 .box-contents {
    padding: 25px 20px 40px;
  }
  .box-design.-type-1 {
    margin-top: 25px;
  }
  .box-design.-type-1 .box-ttl {
    padding: 10px 15px;
  }
  .box-design.-type-1 .box-ttl .tokuten-num {
    min-width: 55px;
  }
}

/********************

  .box-design.-type-2 *

*********************/
.box-design.-type-2 {
  max-width: 900px;
  margin-top: 40px;
}

.box-design.-type-2 .box-ttl {
  margin: 0 50px;
  padding: 30px 0;
  position: relative;
  text-align: left;
}

.box-design.-type-2 .box-ttl::after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/bg-pattern.png);
  background-repeat: repeat;
  background-position: left top;
  background-color: #ffd8cd;
  position: absolute;
  height: 5px;
}

.box-design.-type-2 .box-contents {
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  .box-design.-type-2 {
    margin-top: 25px;
  }
  .box-design.-type-2 .box-ttl::after {
    background-size: 30px auto;
  }
  .box-design.-type-2 .box-ttl {
    margin: 0 25px;
  }
  .box-design.-type-2 .box-contents {
    padding: 30px 35px;
  }
}

/********************

  .box-design.-type-3 *

*********************/
.box-design.-type-3 {
  max-width: 900px;
  border: solid 5px #e94609;
  margin: 10px auto;
}

.box-design.-type-3.-mt-1 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .box-design.-type-3.-mt-1 {
    margin-top: 30px;
  }
}

/********************

  .box-design.-type-4 *

*********************/
.box-design.-type-4 {
  max-width: 800px;
  margin-top: 40px;
}

.box-design.-type-4 .box-ttl {
  background-color: #4da234;
  padding: 20px 30px;
}

.box-design.-type-4 .box-ttl img.m-1 {
  margin: 5px auto;
}

.box-design.-type-4 .box-ttl img.m-2 {
  margin: 10px auto;
}

.box-design.-type-4 .box-contents {
  padding: 50px 20px 75px;
}

@media only screen and (max-width: 768px) {
  .box-design.-type-4 {
    margin-top: 25px;
  }
  .box-design.-type-4 .box-ttl {
    padding: 5px 0;
  }
  .box-design.-type-4 .box-ttl img {
    width: 100%;
  }
  .box-design.-type-4 .box-contents {
    padding: 25px 20px 35px;
  }
}

/********************

  .box-ttl.-img

*********************/
.box-ttl.-img img {
  width: 100%;
}

/********************

  .box-line-border

*********************/
.box-line-border {
  padding: 10px;
  background: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/bg-pattern.png) repeat center #daef9a;
  max-width: 800px;
  margin: 75px auto 25px;
}

.box-line-border .box-inner {
  background-color: #fff;
  padding: 52px 25px 70px;
}

@media only screen and (max-width: 768px) {
  .box-line-border {
    margin: 35px auto 20px;
  }
  .box-line-border .box-inner {
    padding: 30px 20px 35px;
  }
}

/********************

  .txt-description

*********************/
.txt-description {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
  line-height: 42px;
}

.txt-description.font-large {
  font-size: 30px;
  line-height: 48px;
}

.txt-description.font-medium {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}

.txt-description.line-large {
  line-height: 48px;
}

.txt-description .large {
  font-size: 30px;
  vertical-align: baseline;
  font-weight: 700;
}

.txt-description .small {
  font-size: 18px;
  vertical-align: baseline;
}

@media only screen and (max-width: 768px) {
  .txt-description {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
  .txt-description.font-large {
    font-size: 20px;
    line-height: 36px;
  }
  .txt-description.font-medium {
    font-size: 14.5px;
    line-height: 25px;
  }
  .txt-description.line-large {
    line-height: 36px;
  }
  .txt-description .large {
    font-size: 20px;
  }
  .txt-description .small {
    font-size: 14px;
  }
}

/********************

  .txt-description.-design-1

*********************/
.txt-description.-design-1 {
  margin-top: 13px;
  font-size: 0;
}

.txt-description.-design-1 .txt-group {
  display: inline-block;
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .txt-description.-design-1 .txt-group {
    font-size: 16px;
  }
}

/********************

  .note-center

*********************/
.note-center {
  font-size: 14px;
  text-align: center;
  margin: 15px auto;
}

@media only screen and (max-width: 768px) {
  .note-center {
    font-size: 12px;
  }
}

/********************

  .notes-list

*********************/
.notes-list {
  margin: 30px auto;
}

.box-design .box-contents .notes-list {
  max-width: 600px;
}

.notes-list-new {
  max-width: 760px !important;
}

.notes-list > li {
  position: relative;
  padding-left: 1.2em;
  text-align: left;
}

.notes-list > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.notes-list.-size-1 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 35px;
}

.notes-list.-size-2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.notes-list.-size-3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .notes-list {
    margin: 20px auto;
  }
  .notes-list.-size-1 {
    font-size: 12px;
    line-height: 21px;
    margin-top: 20px;
  }
  .notes-list.-size-2 {
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
  }
  .notes-list > li > .mark {
    font-family: HiraKakuProN-W3, HiraKakuPro-W3, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}

/********************

  .main-visual

*********************/
.main-visual {
  padding: 5px 0 40px;
  position: relative;
}

.main-visual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/bg-pattern.png);
  background-position: center top;
  background-color: #daef9a;
}

.main-visual > * {
  position: relative;
  z-index: 1;
}

.main-visual-frame {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .main-visual {
    padding: 5px 0 20px;
  }
}

/********************

  .section.-intro

*********************/
.section.-intro {
  padding: 22px 0 100px;
}

@media only screen and (max-width: 768px) {
  .section.-intro {
    padding: 15px 0 50px;
  }
}

/********************

  .cp-bnr

*********************/
.cp-bnr-wrap {
  max-width: 900px;
  margin: 22px auto;
  text-align: center;
}

.cp-bnr {
  margin-top: 12px auto 0;
}

.cp-bnr-ttl {
  margin-bottom: 12px;
}

.cp-bnr-link {
  display: inline-block;
}

.cp-bnr-link .bnr-img {
  display: block;
  margin: 0 auto;
  border: solid 1px #dfdfdf;
}

.cp-bnr .bnr-img.-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .cp-bnr-wrap {
    margin: 15px auto;
  }
  .cp-bnr .bnr-img.-pc {
    display: none;
  }
  .cp-bnr .bnr-img.-sp {
    display: block;
  }
}

/********************

  .intro-apply-btn

*********************/
.intro-apply-btn {
  margin: 25px auto 40px;
}

.intro-apply-btn .btn {
  margin: 0 auto;
}

/********************

  .movie-wrap
  (with jstream)

*********************/
.movie-wrap {
  margin: 0 auto;
  max-width: 600px;
  min-height: 378px;
  position: relative;
}

.movie-wrap iframe {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .movie-wrap {
    min-height: 200px;
    width: 95%;
    max-width: 600px;
  }
}

/********************

  .ttl-img.*

*********************/
.ttl-img {
  text-align: center;
}

.ttl-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.ttl-img.-lv2 {
  margin-bottom: 50px;
}

.ttl-img.-scan-go {
  margin-top: 55px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .ttl-img.-lv2 {
    margin-bottom: 25px;
  }
  .ttl-img.-scan-go {
    margin: 30px auto;
  }
}

/********************

  .section.-shopping

*********************/
.section.-shopping {
  padding: 48px 0 100px;
}

@media only screen and (max-width: 768px) {
  .section.-shopping {
    padding: 36px 0 70px;
  }
}

/********************

  .section.-points

*********************/
.section.-points {
  padding: 70px 0 100px;
}

@media only screen and (max-width: 768px) {
  .section.-points {
    padding: 40px 0 50px;
  }
}

/********************

  .message-illust

*********************/
.message-illust {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.message-illust img {
  display: block;
  margin: 0 auto;
}

.message-illust .message-block {
  border: solid 2px #281000;
  border-width: 2px 0;
  padding: 40px 14px;
  margin: 47px auto 34px;
  margin-top: 0;
  position: relative;
}

.message-illust .message-block::before, .message-illust .message-block::after {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 100%;
  left: 0;
  right: 0;
}

.message-illust .message-block::before {
  background-color: #fff;
  width: 10px;
  height: 4px;
  z-index: 1;
  margin-top: -1px;
}

.message-illust .message-block::after {
  width: 3px;
  height: 36px;
  background-color: #281000;
  transform: skew(39deg);
  transform-origin: left top;
  z-index: 2;
  left: 9px;
}

@media only screen and (max-width: 768px) {
  .message-illust .message-block {
    padding: 0 0 25px;
    border-top: none;
  }
  .message-illust .message-block .waonpoint-trade, .message-illust .message-block .notes-list {
    padding-inline: 14px;
  }
}

/********************

  .waonpoint-trade

*********************/
.waonpoint-trade {
  display: flex;
  align-items: center;
  margin: 35px auto 0;
}

.waonpoint-trade .waonpoint-logo {
  width: 30.44%;
  padding-right: 5%;
  padding-right: 7.51%;
  position: relative;
}

.waonpoint-trade .waonpoint-logo::after {
  content: "";
  display: block;
  width: 16.17%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/icon-raquo_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.waonpoint-trade .waon-gift {
  width: 66.83%;
  margin-left: 2.73%;
}

@media only screen and (max-width: 768px) {
  .waonpoint-trade,
  .waonpoint-trade .waonpoint-logo,
  .waonpoint-trade .waon-gift {
    display: block;
  }
  .waonpoint-trade .waonpoint-logo,
  .waonpoint-trade .waon-gift {
    margin: 0 auto;
  }
  .waonpoint-trade .waonpoint-logo {
    width: 100%;
    padding: 0 0 70px;
  }
  .waonpoint-trade .waonpoint-logo img {
    width: 40%;
    display: block;
    margin: 0 auto;
  }
  .waonpoint-trade .waonpoint-logo::after {
    width: 38px;
    height: 61px;
    transform: rotate(90deg);
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 5px;
  }
  .waonpoint-trade .waon-gift {
    width: 100%;
  }
}

/********************

  .btn-applied-store

*********************/
.btn-applied-store .btn {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .btn-applied-store .btn {
    margin-bottom: 15px;
  }
}

/********************

  .section.-scan-go

*********************/
.section.-scan-go {
  padding: 48px 0 100px;
}

@media only screen and (max-width: 768px) {
  .section.-scan-go {
    padding: 36px 0 70px;
  }
}

/********************

  .icon-benefits

*********************/
.icon-benefits {
  margin: -23px auto -16px;
}

@media only screen and (max-width: 768px) {
  .icon-benefits {
    margin-bottom: -10px;
    width: 135px;
  }
}

/********************

  .app-download

*********************/
.app-download,
.app-download .download-list {
  display: flex;
  justify-content: center;
}

.app-download {
  align-items: stretch;
  margin: 40px auto 40px;
  max-width: 800px;
  width: 92%;
}

.app-download > * {
  flex-grow: 0;
}

.app-download .download-txt {
  width: 29.625%;
  padding-right: 6.625%;
  margin-right: 2.5%;
  position: relative;
  display: flex;
  align-items: center;
}

.app-download .download-txt::after {
  content: "";
  display: block;
  position: absolute;
  width: 17.29%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/icon-raquo_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app-download-list {
  width: 63.24%;
  align-items: center;
}

.app-download .download-list .apple {
  width: 45.28%;
}

.app-download .download-list .apple img {
  max-height: 91%;
}

.app-download .download-list .google {
  width: 49.55%;
  margin-left: 3.16%;
}

@media only screen and (max-width: 768px) {
  .app-download {
    display: block;
    margin: 30px auto;
  }
  .app-download .download-txt {
    display: block;
    width: 50%;
    margin: 20px auto 0;
    padding: 0 0 70px 0;
  }
  .app-download .download-txt::after {
    width: 41px;
    height: 76px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}

/********************

  .section.-otoku

*********************/
.section.-otoku {
  border-top: 6px solid #fff;
  padding: 50px 0 80px;
}

@media only screen and (max-width: 768px) {
  .section.-otoku {
    padding: 35px 0 40px;
  }
}

/********************

  .section.-apply

*********************/
.section.-apply {
  padding: 100px 0;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .section.-apply {
    padding: 50px 0 0;
  }
}

/********************

  .card-with-spec

*********************/
.card-with-spec {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 800px;
  margin: 65px auto;
}

.card-with-spec .card-img {
  margin: 0;
  width: 44.375%;
}

.card-with-spec .card-img img {
  box-shadow: 4px 5px 0 0 #4da234;
}

.card-with-spec .spec-table {
  border-collapse: collapse;
  width: 52.625%;
  margin-left: 3%;
  font-size: 16px;
}

.card-with-spec .spec-table tr {
  border-top: 1px solid #000;
}

.card-with-spec .spec-table tr:last-child {
  border-bottom: 1px solid #000;
}

.card-with-spec .spec-table th,
.card-with-spec .spec-table td {
  text-align: left;
  vertical-align: top;
}

.card-with-spec .spec-table th {
  padding: 10px 10px;
  width: 31.5%;
}

.card-with-spec .spec-table td {
  padding: 10px 0;
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .card-with-spec {
    display: block;
    max-width: 600px;
    margin: 30px auto;
  }
  .card-with-spec .card-img,
  .card-with-spec .spec-table {
    margin: 20px auto;
    width: 100%;
  }
  .card-with-spec .card-img {
    max-width: 260px;
  }
  .card-with-spec .spec-table {
    font-size: 14px;
    margin-top: 40px;
  }
  .card-with-spec .spec-table th {
    width: 10em;
  }
}

/********************

  .cardbrand-list

*********************/
.cardbrand-list > li {
  display: inline-block;
  width: 36px;
}

/********************

  .txt-icons-list

*********************/
.txt-icons-list {
  font-size: 0;
  margin-top: 2px;
}

.txt-icons-list > li {
  display: inline-block;
  padding: 3px 6px;
  font-size: 13.5px;
  margin: 0 5px 5px 0;
  background-color: #edebe4;
  line-height: 1.3;
  font-weight: bold;
}

.txt-icons-list > li.itemtype-1 {
  background-color: #edebe4;
}

.txt-icons-list > li.itemtype-2 {
  background-color: #a6a298;
  color: #fff;
}

.txt-icons-list > li.itemtype-3 {
  background-color: #d7d5d1;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .txt-icons-list > li {
    display: inline-block;
    font-size: 12px;
    margin: 0 8px 8px 0;
  }
}

/********************

  .txt-detail-link

*********************/
.txt-detail-link {
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
}

.txt-detail-link .link {
  color: #0066cc;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .txt-detail-link {
    font-size: 16px;
    margin-top: 20px;
  }
}

/********************

  .txt-deco-line

*********************/
.txt-deco-line {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
  color: #281000;
  letter-spacing: 0.05em;
}

.txt-deco-line .decoration {
  display: inline-block;
  padding: 0 26px;
  position: relative;
}

.txt-deco-line .decoration::before,
.txt-deco-line .decoration::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  top: 0;
  bottom: 0.25em;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.txt-deco-line .decoration::before {
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/deco-line_01.png);
  left: 0;
}

.txt-deco-line .decoration::after {
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/deco-line_02.png);
  right: 0;
}

@media only screen and (max-width: 768px) {
  .txt-deco-line {
    font-size: 16px;
    margin-top: 40px;
  }
}

/********************

  .ttl-step

*********************/
.ttl-step {
  text-align: center;
  color: #281000;
  letter-spacing: 0.05em;
}

.ttl-step .main-txt,
.ttl-step .sub-txt {
  display: block;
  line-height: 1.6;
  font-weight: bold;
}

.ttl-step .main-txt {
  font-size: 34px;
}

.ttl-step .sub-txt {
  font-size: 26px;
}

@media only screen and (max-width: 768px) {
  .ttl-step .main-txt {
    font-size: 24px;
  }
  .ttl-step .sub-txt {
    font-size: 18px;
  }
}

/********************

  .step-list

*********************/
.step-list {
  display: flex;
  margin: 20px auto;
}

.step-list > li {
  border: solid 2px #281000;
  width: 28.2%;
  flex-grow: 0;
  margin: 20px 0;
  padding: 140px 0 30px;
  position: relative;
  text-align: center;
}

.step-list > li:nth-child(1) {
  margin-left: 0.6%;
}

.step-list > li:nth-child(n+2) {
  margin-left: 7.4%;
}

/* 疑似要素 */
.step-list > li:nth-child(n+2)::after,
.step-list > li::before,
.step-list > li .step-num::before {
  content: "";
  display: block;
  position: absolute;
}

.step-list > li:nth-child(n+2)::after,
.step-list > li::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* STEP番号 */
.step-list > li .step-num {
  position: absolute;
  top: -16px;
  left: -12px;
  z-index: 2;
  max-width: 28%;
}

.step-list > li .step-num img {
  position: relative;
  z-index: 1;
}

.step-list > li .step-num::before {
  background-color: #fff;
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: 0;
}

/* >> */
.step-list > li:nth-child(n+2)::after {
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/icon-raquo_01.png);
  width: 16.18%;
  top: 0;
  bottom: 0;
  left: -21.58%;
  max-height: 74px;
  margin: auto 0;
  z-index: 2;
}

/* 各アイコン */
.step-list > li::before {
  margin: 0 auto;
  top: 38px;
  left: 0;
  right: 0;
  max-width: 100%;
}

.step-list > li:nth-child(1)::before {
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/step-image_01.svg);
  width: 108px;
  height: 60px;
  margin-top: 5px;
}

.step-list > li:nth-child(2)::before {
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/step-image_02.svg);
  width: 104px;
  height: 71px;
  left: 45px;
}

.step-list > li:nth-child(3)::before {
  background-image: url(/-/media/aeoncard/campaign/lp/maruetsu/20240109/images/step-image_03.svg);
  width: 136px;
  height: 54px;
  margin-top: 8px;
}

/* テキスト */
.step-list > li .step-contents {
  padding: 0 9.7%;
}

.step-list > li .step-contents .ttl-txt {
  font-weight: bold;
  font-size: 20px;
}

.step-list > li .step-contents .content {
  margin-top: 15px;
  font-size: 14px;
  line-height: 2.0;
}

@media only screen and (max-width: 768px) {
  .step-list {
    display: block;
    max-width: 450px;
    padding: 0 12px;
  }
  .step-list > li {
    width: 100%;
    padding: 20px 0;
  }
  .step-list > li:nth-child(n) {
    margin: 30px auto 0;
  }
  .step-list > li:nth-child(n+2) {
    margin-top: 80px;
  }
  /* STEP番号 */
  .step-list > li .step-num {
    width: 120px;
    max-width: 25%;
    text-align: left;
  }
  /* >> */
  .step-list > li:nth-child(n+2)::after {
    top: -79px;
    left: 0;
    right: 0;
    bottom: auto;
    width: 45px;
    height: 74px;
    transform: rotate(90deg);
    margin: 0 auto;
  }
  .step-list > li:nth-child(2)::before {
    left: 24px;
  }
  /* 各アイコン */
  .step-list > li::before {
    margin: 20px auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: 80%;
  }
  /* テキスト */
  .step-list > li .step-contents .ttl-txt {
    font-weight: bold;
    font-size: 20px;
  }
  .step-list > li .step-contents .content {
    margin-top: 10px;
    font-size: 14px;
  }
  .step-list > li .step-contents .content * + p {
    margin-top: 10px;
  }
}

/********************

  .to-pagetop-btn

*********************/
.to-pagetop-btn-wrap {
  position: relative;
  min-height: 100px;
  background-color: #fff;
  z-index: 9;
}

.to-pagetop-btn {
  position: absolute;
  bottom: 30px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.to-pagetop-btn.-fixed {
  position: fixed;
  bottom: 20px;
  z-index: 90;
  transition: bottom 0.2s;
}

@media only screen and (max-width: 768px) {
  .to-pagetop-btn-wrap {
    min-height: 80px;
  }
  .to-pagetop-btn {
    width: 45px;
    height: 45px;
  }
}

/********************

  .follow-bottom

*********************/
.follow-bottom {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -10px 15px -5px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 100;
  padding: 15px;
  display: none;
}

/********************

  .follow-bnr

*********************/
.follow-bnr {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.follow-bnr a {
  max-width: 100%;
  display: inline-block;
}

.follow-bnr img {
  display: block;
  margin: 0 auto;
}

/* update in 20231212 */
.mv_top_text {
  text-align: center;
  color: #d8231e;
  font-size: 16px;
  font-weight: bold;
}

.mv_bottom_text {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin-top: 10px;
}

.mv_bottom_text a {
  color: #303e91;
  text-decoration: underline;
}

.mv_texts {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -7%;
}

@media only screen and (max-width: 768px) {
  .mv_texts {
    margin-top: -16vw;
  }
  .mv_top_text {
    font-size: 3vw;
  }
  .mv_bottom_text {
    font-size: 4vw;
    margin-top: 3vw;
  }
}

.b_kv_bg {
  border-top: 6px solid #d8231e;
}

.indent_adjust_atten .text-red {
  color: #f00;
  font-style: none;
}

.datewrap {
  text-align: left;
  font-size: 30px;
  color: #d8231e;
  padding: 0 130px;
}

.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: 14px;
  color: #000;
  margin-top: 0px;
}

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

@media screen and (max-width: 768px) {
  .datewrap {
    padding: 0 36px;
  }
  .notes-list.-size-3 {
    font-size: 12px;
    line-height: 21px;
  }
  .datewrap .date_p1 {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10px;
  }
  .datewrap .date_p1::before {
    content: '';
    width: 80%;
    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: #fff;
  }
  .datewrap strong::before {
    height: 20px;
  }
  .datewrap strong::after {
    height: 20px;
  }
  .datewrap span {
    font-size: 18px;
    height: 20px;
  }
  .datewrap .date_p {
    font-size: 2.6vw;
    margin-top: 5px;
  }
  .qa_wrap .qa_content .qa_item_title.small_t {
    font-size: 15px;
  }
}

.web_limit_entry .kv_content_tips a {
  color: #002e9b;
  text-decoration: underline;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .main-visual-img-wrap {
    text-align: center;
  }
}

.video_wrap {
  max-width: 700px;
  width: auto !important;
}

.video_title {
  max-width: 700px;
  width: auto !important;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  color: #1a1a1a;
  letter-spacing: normal;
}

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

@media screen and (max-width: 768px) {
  .cont__container,
  .cont__container--small {
    max-width: 90.6666666667%;
    padding-left: 0;
    padding-right: 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;
}

#cards {
  background-color: #EDF4FC;
}

.lead__container {
  background-color: #EDF4FC;
}

.cards__container {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .introduce__container,
  .tokuten__container,
  .cashless__container,
  .security__container,
  .lead__container,
  .imanara__container {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

.cards__container {
  padding: 50px 0;
}

.tokuten__container {
  background-image: linear-gradient(90deg, #daf0fc 48%, #a5dbf7 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,
.security__title h2,
.cards__title h2 {
  margin: 0;
  margin-left: 20px;
  color: #333333;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
}

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

.security__title h2,
.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: 8vw;
    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: #0b7ed4;
}

.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 {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 50px;
  height: 28.5714285714%;
  content: "";
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/pc/icon_btn_right-arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.card__entry::after {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

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

/* 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;
}

.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 */
.mv .mv__container {
  text-align: center;
  border: 0;
  background: url(/-/media/aeoncard/campaign/lp/maruetsu/20231101/images/kv1-bg-pc.png) center bottom/100% auto no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .mv .mv__container {
    background: url(/-/media/aeoncard/campaign/lp/maruetsu/20231101/images/kv1-bg-sp.png) center bottom/100% auto no-repeat;
    background-size: cover;
    padding: 0 15px;
  }
}

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

.mv__contents {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 3;
}

.mv__images {
  display: none;
  flex-direction: row;
  border: 0;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .mv__images {
    border-image-slice: 0 fill;
    border-image-outset: 0 0 0 50vw;
    width: 40.3846153846%;
    flex-direction: column;
    display: flex;
  }
}

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

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

.borderCrd {
  box-shadow: 0 0 10px rgba(192, 192, 192, 0.85);
  border-radius: 10px;
}

.mv__text-01 {
  padding: 20px 0 10px;
  display: block;
}

.mv__text-03 {
  padding: 10px 0 25px;
  display: block;
}

.mv__text-04 {
  display: block;
  margin: 0 50px;
}

.mv__text-05 {
  display: block;
  padding: 20px 0;
}

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

@media screen and (min-width: 769px) {
  .mainperiod {
    padding: 30px 0;
    border: 4px solid #b2b2b2;
    max-width: 940px;
    margin: 0 auto;
  }
  .mv__texts {
    width: 59.6153846154%;
    text-align: center;
  }
  .mv__text-03 {
    padding: 0;
  }
  .mv__text-04 {
    padding: 15px 0;
  }
  .mv__text-05 {
    padding: 0 0 20px 0;
  }
}

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

.mv__text-04 {
  position: relative;
  display: block;
  overflow: hidden;
}

.mv__text-04::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.mv__text-06 {
  font-size: 20px;
}

.mv__text-07 {
  padding-top: 10px;
}

.mv__text-07 a {
  display: inline-block;
  color: #0b7ece;
  text-decoration: underline;
  font-size: 22px;
}

.jsFvAnime .mv__card {
  animation: slide-left 0.5s ease-in-out both;
  animation-delay: 0s;
}

@media screen and (max-width: 768px) {
  .jsFvAnime .mv__card {
    animation: slide-right 0.5s ease-in-out both;
  }
  .mv__text-06 {
    font-size: 12px;
    text-align: center;
  }
  .mv__text-07 {
    text-align: center;
    padding-top: 5px;
  }
  .mv__text-07 a {
    font-size: 12px;
  }
}

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

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

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

.jsFvAnime .mv__text-04::before {
  animation: shine 1.8s ease both;
  animation-delay: 1.2s;
}

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

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

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

/**
 * ----------------------------------------
 * 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%);
  }
}

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

/* 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: 21.8085106383%;
}

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

.lead__link {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 45px;
  padding-top: 9.756097561%;
  padding-bottom: 21.9512195122%;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .lead__link {
    padding-top: 4vw;
    padding-bottom: 9.3333333333vw;
    border-radius: 1.6vw;
    box-shadow: 0px 0.8vw 1.33333vw 0px rgba(0, 0, 0, 0.05);
  }
}

.lead__link::after {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 15px;
  content: "";
  background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/pc/lead_icon_arrow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .lead__link::after {
    background-image: url(/-/media/AeonCard/campaign/lp/aeoncardwaon/20230211/images/sp/lead_icon_arrow.png);
    width: 4.6666666667vw;
    height: 2.4vw;
    bottom: 4vw;
  }
}

.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: #4653a2;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

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

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

@media screen and (max-width: 768px) {
  .lead__link-text {
    padding: 2vw 0 !important;
    font-size: 4.5333333333vw;
  }
  #lead__link-text_right {
    padding: 4.267vw 0 !important;
  }
}

.lead__info {
  width: 100%;
  margin: 5.7692307692% auto 0;
  padding-top: 1.9230769231%;
  max-width: 900px;
}

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

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

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

@media screen and (max-width: 768px) {
  .lead__content {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  /* .lead__content img {
    width: 100%;
  } */
}

.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.53333vw 0.8vw 0px rgba(0, 0, 0, 0.1);
  }
}

/* lead:end */
.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;
}

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

.cards__contents {
  width: 100%;
  margin: 0 auto;
}

#cards .cards__contents {
  max-width: 530px;
}

.cards__top {
  padding: 50px 0 0;
}

/* cards:start */
@media screen and (max-width: 768px) {
  .cards__title {
    margin: 0 auto;
  }
  .cards__list--1col #cards__item {
    width: 100%;
  }
  .cards__list--3col > #cards__item .card {
    width: 100vw;
  }
}

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

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

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

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

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

.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 (max-width: 768px) {
  .cards__list--3col::after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
  }
}

.cards__item {
  max-width: 420px;
  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: 100%;
  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 {
  height: auto;
  min-height: 0%;
  max-width: 360px;
  margin: 20px auto;
}

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

@media screen and (max-width: 768px) {
  .card__image-area {
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
  }
  .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;
  }
}

#cards__item .color_blue {
  color: #0066CC;
  text-decoration: underline;
}

.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: linear-gradient(to bottom, #f9952f 0%, #dd8232 100%);
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

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

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

.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-position: top center;
  background-size: contain;
  content: "";
}

/* card:end */
/* security:start */
.security__container {
  background-color: #fff;
}

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

.security__title h2 {
  line-height: 1;
}

@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: 1000px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

p.cashless__wallet-text {
  margin-top: 30px !important;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5555555556;
}

@media screen and (max-width: 768px) {
  .cashless__wallet-text {
    font-size: 4.8vw;
    line-height: 1.5555555556;
    text-align: left;
    font-weight: normal;
  }
  p.cashless__wallet-text {
    margin-top: 15px !important;
  }
}

.cashless__step-title {
  margin-top: 30px !important;
  color: #303e91;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

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

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

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

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

.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;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.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: 14px;
  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: 4vw;
  }
}

.introduce__bnr-text {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

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

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

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

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

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

@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%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
}

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

@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: #fff;
}

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

.imanara_item:first-child {
  margin-bottom: 35px;
}

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

.imanara_item ul {
  text-align: left;
  padding: 0 0 50px;
}

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

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

@media screen and (max-width: 768px) {
  .imanara_item:first-child {
    margin-bottom: 17px;
  }
  .imanara_item ul {
    padding: 0 0 25px;
  }
  .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 .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: 15px;
  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_bg {
  background-color: #EDF4FC;
}

.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;
  padding-bottom: 50px;
}

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

/*【area】webapply */
.webapply_bg {
  background-color: #fff;
}

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

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

/* ---------------
【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;
  padding-top: 100px;
}

.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: 26px 0 0;
}

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

.border_width img {
  border: 1px solid #BEBEBE;
  border-radius: 4%/6%;
}

.detailBox {
  max-width: 420px;
  margin: 0 auto;
}

.detailBox ul {
  padding: 30px 0 5px;
}

.detailBox ul li {
  padding-left: 1em;
  color: #211815;
  font-size: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}

.detailBox ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  background-color: #EC8D31;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.detailBox ul li span {
  display: block;
  font-size: 11px;
  padding: 5px 0;
}

.jmbBox {
  text-align: center;
  margin: 30px 0 30px;
}

.jmbDl {
  max-width: 420px;
  margin: 0 auto;
  border-top: 1px solid #878787;
  border-right: 1px solid #878787;
  box-sizing: border-box;
}

.jmbDl dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #878787;
  box-sizing: border-box;
  margin: 0;
}

.jmbDl dl dt,
.jmbDl dl dd {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #878787;
  padding: 13px 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  box-sizing: border-box;
}

.jmbDl dl dt {
  width: 120px;
  background-color: #f5f2eb;
}

.jmbDl dl dd .icon span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  background-color: #a5a196;
  border-radius: 5px;
  padding: 5px;
  margin: 0 5px 5px 0;
}

.jmbDl dl dd .icon span.option {
  background-color: #a6a298;
  opacity: .45;
}

.jmbDl dl dd .icon span.titon {
  background-color: #edebe4;
  padding: 12px;
  color: #7a7872;
}

.jmbDl dl dd .icon_flex {
  display: flex;
}

.jmbDl dl dd .icon_flex span {
  display: inline-block;
  width: 36px;
  height: 36px;
}

.jmbDl dl dd .icon_flex span + span {
  margin-left: 10px;
}

.campaign_headline {
  margin-bottom: 35px;
}

.jmbItem {
  padding-bottom: 30px;
}

.jmbItem dl {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jmbItem dl:last-child {
  display: block;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.jmbItem dl dt,
.jmbItem dl dd {
  vertical-align: top;
  margin: 0;
}

.jmbItem dl dt {
  flex: 0 0 73%;
}

.jmbItem dl dt .title {
  font-weight: bold;
  font-size: 20px;
}

.jmbItem dl dt .title span {
  display: inline-block;
  color: #4653A1;
  font-weight: bold;
}

.jmbItem dl dd {
  flex: 0 0 23%;
  text-align: center;
}

.maruetsuList {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin: 15px 0;
}

.jmbItem dl dt li {
  margin-left: 1em;
  text-indent: -1em;
  color: #211815;
  font-size: 14px;
  font-feature-settings: "palt";
}

.btn-waonpoint {
  z-index: 49;
}

.note-02 {
  margin-top: 20px;
}

.width70 img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .ruleBtn {
    padding: 13px 0 0;
  }
  .ruleBtn a {
    font-size: 12px;
  }
  .mukashi {
    padding: 18vw 5vw 0;
  }
  .mukashi_box h2 {
    padding: 5px 0;
    font-size: 18px;
  }
  .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: 767.98px) {
  .target-card_description-list .target-card_description-list-inner:first-child .target-card-item_img .img_style {
    padding: 0;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .borderTop {
    margin: 30px 0 0;
  }
  .target-card_description-list .target-card_description-list-inner:first-child .target-card-item_img img {
    padding: 0;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .target-card_description-list-inner dd {
    margin-top: 3vw;
  }
  .target-card-item_application-link::after {
    right: 4.2vw;
  }
  .target-card-item_detail-link {
    text-decoration: underline;
  }
  .jmbBox {
    margin: 30px 0;
  }
  .jmbItem {
    padding: 0 20px 10px;
  }
  .jmbItem dl {
    padding: 10px 0 20px 0;
    display: block;
    margin-bottom: 20px;
  }
  .jmbItem dl dt {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .jmbItem dl dd {
    font-size: 12px;
  }
  .maruetsuList {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    margin: 15px 0;
  }
  .maruetsuList p {
    font-size: 17px;
  }
  .maruetsuList p {
    flex: 0 0 67%;
  }
  .maruetsuList .img {
    flex: 0 0 28%;
  }
  .note-01 {
    margin-top: 20px;
  }
  .flow {
    padding-top: 10vw;
  }
  .jmbDl dl dt,
  .jmbDl dl dd {
    padding: 10px 7px;
    font-size: 11px;
  }
  .jmbDl dl dt {
    width: 100px;
  }
  .jmbDl dl dd .icon span {
    font-size: 11px;
    padding: 4px;
  }
  .jmbDl dl dd .icon span.titon {
    padding: 10px;
  }
  .campaign_headline {
    margin-bottom: 6.2666666667vw;
  }
}

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

.lead__contents_add {
  margin-top: 100px;
}

.lead__content_add {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #4653A2;
}

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

.taokuten_detail {
  padding: 30px 50px;
}

.taokuten_detail02 {
  padding: 30px 50px;
}

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

.lead__content_add:last-of-type {
  margin-top: 40px;
}

.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 {
  width: 100%;
}

.cashless__wallet_add {
  width: 100%;
  margin-top: 0;
}

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

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

.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 .terms_use_detail_step_img {
  flex: 1;
}

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

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

.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: 30px;
}

.step_top_content_01 {
  margin-top: 7px;
}

.step_top_content .cashless__wallet {
  margin-bottom: 0;
}

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

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

#bank_account .cards__container {
  background: #ffffff;
}

#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%;
}

.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/20230417/images/pc/cashless_icon_right-arrow.png);
}

.underline_add {
  text-decoration: underline;
}

.cashless__detail p {
  text-align: center;
  margin-top: 25px;
  color: #e70031;
}

.cashless__detail-btn_add {
  color: #0b7ed4;
  text-decoration: underline;
}

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

@media screen and (max-width: 768px) {
  .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: 40px;
  }
  .step_top {
    margin-top: 35px;
  }
  .cashless__wallet_add .cashless__wallet-text {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    margin-top: 6.6666666667vw;
  }
  .step_top_content .cashless__wallet {
    margin-bottom: 0;
    margin-top: 0;
  }
  .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 20px 35px;
  }
  .taokuten_detail02 {
    padding: 20px;
  }
}

/*********************************
  *
  *  frame
  *
  **********************************/
.rsp-frame {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.rsp-contents03 {
  padding: 50px 0 0;
}

@media only screen and (max-width: 1035px) {
  .rsp-frame .rsp-contents {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/*********************************
  *
  *  title
  *
  **********************************/
.title-01 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .title-01 {
    font-size: 18px;
  }
  .rsp-contents03 {
    padding: 20px 0 0;
  }
}

.title-01 + p,
.title-01 + dl,
.title-01 + dd,
.title-01 + ul,
.title-02 + p,
.title-02 + dl,
.title-02 + dd,
.title-02 + ul {
  margin-top: 20px;
}

h2.title-01 {
  font-size: 24px;
}

.title-02 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.rsp-column2 h3.title-02 {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .title-02 {
    font-size: 20px;
  }
  .rsp-column2 h3.title-02 {
    padding-bottom: 0;
  }
}

.rsp-contents > .title-01:first-child,
.rsp-contents > .title-01:first-of-type {
  margin-top: 0;
}

.clear:after,
.rsp-frame:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*********************************
  *
  *  .rsp-column2
  *
  **********************************/
.rsp-column2 {
  display: block;
  width: 100%;
  padding: 50px 0 0;
}

.rsp-column2 > .column-box {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  letter-spacing: normal;
  box-sizing: border-box;
  margin: 0;
}

.rsp-column1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rsp-column1 > .column-box {
  flex: 0 0 48%;
}

.rsp-column2 > .column-box:nth-child(odd) {
  padding-left: 10px;
}

.rsp-column2 > .column-box:nth-child(even) {
  padding-right: 10px;
}

.column-box dd {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .rsp-column2 > .column-box {
    display: block;
    width: 100%;
  }
  .rsp-column2 > .column-box:not(:first-child) {
    margin-top: 30px;
  }
  .rsp-column2 > .column-box:nth-child(odd) {
    padding-left: 0;
  }
  .rsp-column2 > .column-box:nth-child(even) {
    padding-right: 0;
  }
  .rsp-column2 {
    padding: 20px 0 0;
  }
  .rsp-column1 {
    display: block;
  }
}

/*********************************
  *
  *  .note
  *
  **********************************/
.txt-notes > p,
.txt-notes > ul {
  margin: 0;
}

/* ﾃ｣窶堋､ﾃ｣ﾆ陳ｳﾃ｣ﾆ停｡ﾃ｣ﾆ陳ｳﾃ｣ﾆ塚�｣ﾂ�ｪﾃ｣ﾂ≫� */
.txt-notes,
.note-01 {
  font-size: 82%;
  color: #777777;
  line-height: 1.4;
}

/* ﾃ｣窶堋､ﾃ｣ﾆ陳ｳﾃ｣ﾆ停｡ﾃ｣ﾆ陳ｳﾃ｣ﾆ塚�｣ﾂ≫堙｣窶塲� */
.note-02 li {
  font-size: 82%;
  color: #777777;
  line-height: 1.4;
  position: relative;
  padding-left: 1.1em;
  display: block;
  margin: auto;
}

/*ﾃ｣窶堋､ﾃ｣ﾆ陳ｳﾃ｣ﾆ停｡ﾃ｣ﾆ陳ｳﾃ｣ﾆ塚�｣ﾂ≫堙｣窶塲�(ﾃ｢竄ｬﾂｻ1ﾃ｣竄ｬﾂ�｢竄ｬﾂｻ2ﾃｧ窶敖ｨ+ﾃｩﾂｻ窶�) */
.note-03 li {
  font-size: 82%;
  color: #000000;
  line-height: 1.4;
  position: relative;
  padding-left: 1.8em;
  display: block;
  margin: auto;
}

/* ﾃ｣窶堋､ﾃ｣ﾆ陳ｳﾃ｣ﾆ停｡ﾃ｣ﾆ陳ｳﾃ｣ﾆ塚�｣ﾂ≫堙｣窶塲�(ﾃｩﾂｻ窶�) */
.note-04 li {
  font-size: 82%;
  color: #000000;
  line-height: 1.4;
  position: relative;
  padding-left: 1.1em;
  display: block;
  margin: auto;
}

/* ﾃ｣窶堋､ﾃ｣ﾆ陳ｳﾃ｣ﾆ停｡ﾃ｣ﾆ陳ｳﾃ｣ﾆ塚�｣ﾂ≫堙｣窶塲�(ﾃｩﾂｻ窶�) ﾃｦ窶凪｡ﾃ･ﾂｭ窶氾｣窶堋ｵﾃ｣窶堋､ﾃ｣窶堋ｺ100%*/
.note-05 li {
  font-size: 100%;
  color: #000000;
  line-height: 1.4;
  position: relative;
  padding-left: 1.1em;
  display: block;
  margin: auto;
}

.note-02 .mark,
.note-03 .mark,
.note-04 .mark,
.note-05 .mark {
  position: absolute;
  top: 0;
  left: 0;
}

/*********************************
  *
  *  .acd-section
  *   (accordion)
  *
  **********************************/
.acd-section.sub {
  margin-top: 20px;
  margin-bottom: 20px;
}

.acd-section .acd-title {
  width: 100%;
  background-color: #4653A1;
  border-bottom: 2px solid #000c5a;
  color: #FFFFFF;
  text-align: center;
  padding: 0.75em 0;
  font-weight: bold;
  font-size: 185%;
  box-sizing: border-box;
  cursor: pointer;
  padding-right: 3.4em;
  padding-left: 1.6em;
  position: relative;
}

.acd-section.sub .acd-title {
  font-size: 140%;
}

.acd-section .acd-title:before,
.acd-other-title:before {
  content: "";
  display: block;
  width: 35px;
  width: 1.4em;
  height: 4px;
  background-color: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  top: 49%;
  top: calc(50% - 2px);
  right: 1.6em;
}

.acd-section .acd-title:after,
.acd-other-title:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 2px;
  width: 4px;
  height: 1.4em;
  top: 48%;
  top: calc(50% - 0.7em);
  right: 2.28em;
  right: calc(1.6em + 0.7em - 2px);
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.acd-section .acd-title.opened:after,
.acd-other-title.opened:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.acd-section .rsp-frame > .rsp-contents {
  padding-bottom: 40px;
}

.main-contents .acd-section {
  border-bottom: 1px solid #D4D4D4;
}

.acd-title {
  position: relative;
}

.acd-closed,
.acd-title.opened .acd-opened,
.acd-other-title.opened .acd-opened {
  font-size: 0.6em;
  line-height: 1.2;
  min-width: 3em;
  position: absolute;
  top: 30%;
  right: 90px;
  display: inline-block;
  padding: 5px 15px;
}

.acd-opened,
.acd-title.opened .acd-closed,
.acd-other-title .acd-opened,
.acd-other-title.opened .acd-closed {
  display: none;
}

.revisit .acd-opened,
.revisit .acd-closed {
  display: none;
}

@media only screen and (min-width: 768px) {
  .repeat .acd-section .rpt-item.is-hide {
    height: 410px;
  }
}

@media only screen and (max-width: 767px) {
  .acd-section .acd-title,
  .acd-other-title {
    padding-right: 8.5em;
    text-align: left;
    font-size: 115%;
  }
  .acd-closed,
  .acd-title.opened .acd-opened,
  .acd-other-title.opened .acd-opened {
    text-align: center;
    font-size: 0.8em;
    line-height: 1.2;
    min-width: 3em;
    position: absolute;
    top: 50%;
    right: 4.75em;
    display: inline-block;
    padding: 0.35em 0.9em;
    margin-top: -0.9em;
    margin-top: calc(-0.9em - 1px);
  }
}

/*********************************
  *
  *  .repeat
  *
  **********************************/
.btn-more {
  display: none;
}

@media only screen and (min-width: 767px) {
  .btn-mvunder.area-bottom {
    display: none;
  }
  .acd-section {
    position: relative;
  }
  .acd-section .acd-title.revisit {
    border-bottom: none;
    cursor: default;
  }
  .acd-section .acd-title.revisit:before,
  .acd-section .acd-title.revisit:after {
    display: none;
  }
  .acd-section .rsp-frame > .rpt-item {
    overflow: hidden;
    padding-bottom: 160px;
    box-sizing: content-box;
  }
  .acd-section .rpt-item.is-hide {
    height: 530px;
  }
  .acd-section .rpt-item.is-hide::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 80px;
    background: linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.9) 70%, #FFFFFF 100%);
    background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.9) 70%, #FFFFFF 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.9) 70%, #FFFFFF 100%);
  }
  .btn-more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 300px;
    padding: 0.8em;
    color: #FFFFFF;
    width: 90%;
    background-color: #303e91;
    box-shadow: 0 4px 0 0 #000c5a;
    text-align: center;
    text-decoration: none;
    font-size: 128.5714%;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 1.5em;
    z-index: 10;
  }
  .btn-more:active,
  .btn-more:hover {
    bottom: -2px;
    box-shadow: 0 2px 0 0 #000c5a;
    color: #fff;
  }
}

@media only screen and (max-width: 766px) {
  .btn-more {
    display: none !important;
  }
}

/*********************************
  *
  *  tokuten-waon-point 2021.03.20
  *
  **********************************/
.tokuten-list-area .rsp-column2 .tokuten-waon-point dt {
  min-height: auto;
  font-size: 150%;
  color: #F04692;
}

@media only screen and (max-width: 767px) {
  .tokuten-list-area .rsp-column2 .tokuten-waon-point dt {
    font-size: 130%;
  }
}

.tokuten-list-area .rsp-column2 .tokuten-waon-point dt img {
  margin-right: 10px;
}

.tokuten-list-area .rsp-column2 .tokuten-waon-point dd {
  margin-top: 20px;
}

.tokuten-list-area .rsp-column2 .tokuten-waon-point-use {
  margin-top: 50px;
}

.tokuten-list-area .rsp-column2 .tokuten-waon-point-use dt {
  font-size: 150%;
  letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
  .tokuten-list-area .rsp-column2 .tokuten-waon-point-use dt {
    font-size: 120%;
  }
}

.tokuten-list-area .rsp-column2 .tokuten-waon-point-use dd {
  text-align: center;
}

.tokuten-list-area .rsp-column2 .tokuten-waon-point-use dd + dt {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .tokuten-list-area .rsp-column2 .tokuten-waon-point-use dd + dt {
    margin-top: 30px;
  }
}

/*********************************
  *
  *  .tokuten-list-area
  *
  **********************************/
.tokuten-list-area .rsp-column2 dl dt {
  font-weight: bold;
  text-align: center;
  font-size: 115%;
  min-height: 2.8em;
}

.tokuten-list-area h3.title-01 {
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .tokuten-list-area .rsp-column2 dl dt {
    min-height: auto;
    margin-bottom: 10px;
  }
}

/*********************************
  *
  *    WAON POINTﾃ｣ﾂ�ｨﾃ｣ﾂ�ｯﾃ｣ﾆ椎禿｣窶堋ｿﾃ｣ﾆ陳ｳ 2021.03.20
  *
  **********************************/
.btn-waonpoint {
  position: relative !important;
  display: block !important;
  width: 93.3333%;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.6em;
  color: #FFFFFF !important;
  background-color: #B60081;
  text-align: center;
  text-decoration: none !important;
  font-size: 128.5714%;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 1.5em;
  z-index: 5;
}

.btn-waonpoint_title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 50px 0 10px;
}

@media only screen and (max-width: 767px) {
  .btn-waonpoint {
    font-size: 100%;
    margin: 0 auto;
  }
  .btn-waonpoint:after {
    width: 16px;
    height: 16px;
  }
  .btn-waonpoint_title {
    font-size: 14px;
    padding: 25px 0 5px;
  }
}

.btn-waonpoint span {
  display: block;
}

/*********************************
  *
  *    WAON POINTﾃ｣ﾂ�ｨﾃ｣ﾂ�ｯﾃ｣ﾆ椎禿｣窶堋ｿﾃ｣ﾆ陳ｳ ﾃ｣ﾆ陳｢ﾃ｣ﾆ陳ｼﾃ｣ﾆ停ぎﾃ｣ﾆ陳ｫ 2021.05.17
  *
  **********************************/
.o-modal_title {
  height: 27px;
}

.waon-point-button-back {
  width: 100%;
  position: relative;
}

.waon-point-button-1 {
  position: absolute;
  z-index: 9003;
  top: 0;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}

.waon-point-button-2 {
  position: absolute;
  z-index: 9003;
  top: 66px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}

.o-modal_mpabackground {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9000;
}

.o-modal_main {
  z-index: 9001;
}

@media (max-width: 768px) {
  .waon-point-button-2 {
    top: 32px;
  }
}

.waon-point-button {
  display: flex;
  position: relative;
  color: #ffffff;
  background: linear-gradient(-90deg, #cf009e, #b80084);
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 40px;
  outline: none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  transition: all .4s ease-out;
  appearance: none;
  font-size: 16px;
  line-height: 3.1;
  letter-spacing: -.0225em;
  font-weight: 600;
}

@media (max-width: 768px) {
  .waon-point-button {
    font-size: 9px;
    line-height: 2.7;
  }
}

.waon-point-button:hover {
  opacity: .5s !important;
}

.waon-point-button > .waon-point-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  margin: auto 10px auto auto;
}

@media (max-width: 768px) {
  .waon-point-button > .waon-point-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    margin: auto 3px auto auto;
  }
}

.column-box .txt-center {
  margin-bottom: 20px;
  text-align: center;
}

.column-box p strong {
  color: #D8231E;
  font-weight: normal;
}

dl + dl {
  margin-top: 0;
}

.acd-section .c_pink {
  color: #d8231e;
}

.acd_link a {
  border: 2px solid #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  color: #211815;
}

.acd_link a img {
  margin-left: 5px;
}

.main-contents .acd-section {
  border-bottom: none;
}

.acd_txt02 {
  padding-bottom: 30px;
  border-bottom: 1px dotted #D4D4D4;
  margin: 20px 0 0;
  font-size: 12px;
  color: #777777;
}

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

.speed_a a {
  color: #367FB9;
  text-decoration: underline;
}

/* 1101 */
.introduce__container {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

@media screen and (max-width: 768px) {
  .introduce__bnr-text span {
    font-size: 20px;
    width: 120px;
    padding: 2px 5px;
  }
}

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

.cp_detail_11_top_content .cp_detail_11_top_txt {
  margin-top: 20px;
}

.blue-date {
  background: #00744d;
  padding: 30px;
  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: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.blue-date .date-text span {
  font-size: 40px;
}

.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;
  padding: 18px 0;
  box-shadow: 0 0 10px #f6cad4;
  position: relative;
}

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

.cp_detail_11-inner {
  padding: 0;
}

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

.cashless__wallet_wrapper {
  background: #fff;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

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

.cashless__contents h3 button {
  text-align: left;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-transform: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.accordion-title {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  letter-spacing: 0.025em;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 65px 17px 15px;
  line-height: 1.5;
}

.accordion-title button {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
  .accordion-title {
    min-height: auto;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 25px;
    padding: 17px 95px;
  }
  .accordion-title button {
    text-align: center;
  }
}

.accordion-icon {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 15px;
  background-image: url("/-/media/AeonCard/campaign/lp/_assets/images/icon_line_open.svg");
  background-repeat: no-repeat;
  background-position: right 45%;
  letter-spacing: 0.025em;
  pointer-events: none;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  font-size: 13px;
  background-size: 12px 12px;
}

@media (min-width: 768px) {
  .accordion-icon {
    right: 20px;
    padding-right: 20px;
    background-size: 13px auto;
    font-size: 16px;
    background-position: right 45%;
  }
}

.-isActive .accordion-icon {
  background-image: url("/-/media/AeonCard/campaign/lp/_assets/images/icon_line.svg");
  background-size: 12px auto;
  background-position: right 45%;
}

@media (min-width: 768px) {
  .-isActive .accordion-icon {
    background-image: url("/-/media/AeonCard/campaign/lp/_assets/images/icon_line.svg");
    background-size: 12px auto;
    background-position: right 40%;
  }
}

.cashless__detail .cashless__detail-btn_add {
  font-size: 16px;
}

.accordion-body {
  background-color: #fff;
  display: none;
}

.accordion-body.-open {
  display: block;
}

.accordion-body-inner {
  padding: 30px 50px;
  width: 100%;
  border: none !important;
}

.mv__container .kv1-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 20px 0 10px;
  padding: 8px 25px 4px;
  display: inline-block;
}

.kv1-title2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.kv1-title2 span {
  color: #da1450;
  font-size: 30px;
}

.k1-btn {
  background: #e83217;
  color: #fff;
  width: 580px;
  height: 40px;
  margin: 10px auto 0;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 20px;
}

.kv-width-s {
  width: 464px;
}

.is_sp {
  display: none;
}

.cp_detail_11_content_yellow_att {
  margin-top: 10px !important;
}

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

@media (max-width: 768px) {
  .cashless__detail .cashless__detail-btn_add {
    font-size: 14px;
  }
  .accordion-body-inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .is_sp {
    display: block;
  }
  .mv__text-01 {
    padding-top: 0;
  }
  .cashless__wallet_add {
    padding: 20px 20px 35px;
  }
  .accordion-body-inner {
    padding: 0;
  }
  .aeon_wallet {
    width: 250px;
  }
  .cont .cashless__step-title {
    margin-top: 6.6666666667vw !important;
    width: 60vw;
  }
  .cashless__step-title img:first-child {
    margin-right: 0;
    margin-bottom: 25px;
    width: 80%;
  }
  .introduce__container {
    padding-top: 4vw;
  }
  .k1-btn {
    width: 72%;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
  }
  .kv-width-s {
    width: 74%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }
  .kv-width-s .mv__images {
    width: 50%;
    padding-left: 10px;
    display: block;
  }
  .kv-width-s .mv__images .mv__card {
    flex: 0 0 100%;
  }
  .kv-width-s .mv__texts {
    width: 50%;
    padding: 0 20px;
  }
  .mv__container .kv1-title {
    font-size: 14px;
    padding: 4px 14px 2px;
    margin: 15px 0 5px;
  }
  .kv1-title2 {
    font-size: 17px;
  }
  .blue-date .date-text {
    width: 100%;
  }
  .blue-date img {
    max-width: 100%;
  }
  .blue-date {
    padding: 5vw;
  }
  .blue-date .date-text span {
    font-size: 4.6vw;
  }
  .blue-date .date-text {
    font-size: 3.2vw;
  }
  .kv-btn {
    padding-bottom: 30px;
  }
  .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::after {
    border-top: 14px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 0 solid transparent;
  }
  .kv-btn a i {
    font-size: 12px;
  }
  .kv-btn {
    width: 100%;
  }
  .cp_detail_11_top_txt .cp_detail_11_top_txt a {
    font-size: 14px;
  }
  .terms_use_detail {
    flex-direction: column;
  }
  .terms_use_detail_step {
    flex: auto;
  }
  .terms_use_detail_step:first-child {
    padding-right: 0;
    flex: auto;
  }
  .terms_use_detail_step .blue_txt {
    font-size: 3.6vw;
  }
  .cp_detail_11_top_content .cp_detail_11_top_txt a {
    font-size: 14px;
  }
  .blue-date .date-text {
    width: 100%;
  }
}

#cards .cards__contents {
  max-width: 530px;
}

.accordion-icon {
  right: 15px;
  padding-right: 15px;
  line-height: 1;
}

.aeon_wallet {
  width: 350px;
}

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

.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__wallet_wrapper h3 {
    padding: 17px 65px 17px 15px;
  }
  .cashless__step-title img:first-child {
    margin-right: 0;
    margin-bottom: 25px;
    width: 80%;
  }
  .accordion-title {
    font-size: 4vw;
  }
  .aeon_wallet {
    width: 250px;
  }
  .cashless__detail p {
    text-align: left;
    color: #f60000 !important;
  }
}

/* update in 20231212 */
.-point {
  background-color: #f6fbe4;
  padding: 0;
}

.-point::before {
  background-image: none;
}

.indent_adjust_atten_block {
  text-indent: -1em !important;
  margin-left: 1em !important;
}

#flow {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

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

/* 条件達成で */
.cashless__detail a {
  display: block;
}

.c-notelist li {
  font-size: 12px;
  color: #000000;
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
  font-weight: bold;
}

.c-notelist {
  margin-top: 10px;
}

.img-w80 {
  max-width: 80%;
}

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

.item-wrap {
  padding: 20px 0;
}

.contents-frame {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 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 #00744d;
  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/maruetsu/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: #00744d;
  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 #e83416;
  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/maruetsu/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;
}

@media screen and (max-width: 768px) {
  .w1040 {
    margin-left: 0;
  }
  .pink_item {
    width: 100%;
    border: 2px solid #e83416;
    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/maruetsu/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 #00744d;
    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/maruetsu/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: #00744d;
    position: relative;
    display: inline-block;
    background: linear-gradient(180deg, transparent 0px 15px, #ffea00 15px 22px, transparent 22px 100%);
  }
  .terms_use_detail {
    padding-left: 0;
  }
  .cp_detail_11_content_inner {
    padding-top: 0 !important;
  }
}

@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*/
.img_block_auto {
  display: block;
  margin: auto;
}

.img_center_style {
  width: 420px;
  margin-inline: auto;
}

.campaign_entry {
  background-color: #fff;
  background-image: none !important;
}

.kv_bottom_form {
  border: 4px solid #00744d !important;
}

.redline {
  background-color: #00744d !important;
}

.newbg_240301 {
  background: #fff;
  padding-top: 1px;
}

.cp_detail_11-inner_bg {
  background: none;
}

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

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

.kv_sub_text {
  width: 410px;
  text-align: left;
  padding-top: 1em;
  margin-top: 0;
}

.pinkline {
  display: block;
  width: 100%;
  height: 0px;
  border-bottom: 4px dashed #f21d91;
  margin: 25px 0;
}

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

.kv_bottom_form {
  border: 2px solid #333 !important;
  border-radius: 0 !important;
  margin-top: 30px !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.bottom_form_title {
  position: inherit !important;
  display: flex;
  justify-content: center;
  margin-top: 60px !important;
}

.bottom_form_title2 {
  display: flex;
  justify-content: center;
}

.web_limit_entry {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .cp_detail_11-inner_bg {
    padding: 30px 0;
  }
  .web_limit_entry {
    padding-top: 35px;
  }
  .img_center_style {
    width: 100%;
  }
  .kv_sub_text {
    width: 100%;
  }
  .web_limit_entry a {
    width: 100%;
    display: block;
    margin: 20px auto 0;
    font-size: 3.5vw;
  }
  .webcm_style2 {
    padding-top: 0 !important;
    margin-top: -12vw;
  }
  .web_limit_entry ul li:first-of-type a {
    width: 100%;
    margin-top: 0;
  }
  .kv_b_flex {
    width: 100%;
    flex-wrap: inherit;
  }
  .bottom_form_title {
    margin-top: 8vw !important;
  }
  .video_wrap_link {
    padding-top: 20px !important;
  }
  .kv_bottom_title4 {
    font-size: 17px;
    font-weight: bold;
  }
  .kv_bottom_form2 {
    margin-top: 5vw !important;
  }
  .bottom_form_title {
    top: -22vw !important;
  }
  .bottom_form_title2 {
    width: 35% !important;
    margin: 0 auto;
  }
  p.mbsp20 {
    margin-bottom: 20px !important;
  }
  .pinkline {
    border-bottom: 2px dashed #f21d91;
  }
  .btn_w100 {
    max-width: 100%;
  }
  .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;
  }
  .kv_bottom_form {
    border-radius: 0 !important;
    border: 2px solid #333 !important;
    margin-top: 5vw !important;
    padding: 5vw 5vw 5vw 5vw !important;
  }
  .kv_pink_border {
    border: 3px solid #e40873;
    padding: 5vw;
    border-radius: 10px;
    margin-top: 16vw;
  }
}

.img_center_style6 {
  width: 470px;
  margin-inline: auto;
}

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

.is_pc_600 {
  max-width: 606px;
}

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

.step-box {
  border: 3px solid #e83416;
  border-radius: 15px;
  overflow: hidden;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 40px;
}

.step-box:first-of-type {
  margin-top: 20px;
}

.step-box-title {
  background-color: #e83416;
  padding: 10px;
  text-align: center;
}

.step-box-content {
  padding: 40px;
}

.step-box-content .notes-list {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 200;
  margin-bottom: 0;
  margin-inline: auto;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .step-title {
    height: calc((40 / 750) * 100vw);
  }
  .step-title img {
    width: auto;
    height: 100%;
  }
  .step-box {
    border-width: 2px;
    border-radius: 7px;
    margin-top: 20px;
  }
  .step-box:first-of-type {
    margin-top: 2vw;
  }
  .step-box-title img {
    height: calc((45 / 750) * 100vw);
  }
  .step-box-title img.step03 {
    height: calc((66 / 750) * 100vw);
  }
  .step-box-content {
    padding: 20px;
  }
  .step-box-content .notes-list {
    font-size: 12px;
    font-weight: 400;
    margin-top: 15px;
  }
}
