/****************************************

  2026 renewal

  ・SPメインに変更
  ・画像フォルダ img → images
  ・

  ※なおテンプレートが FreeTemplate のため、mainタグ非表示設定なし

*****************************************/
@charset "utf-8";

/********************

  base

*********************/
html, body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
html {
  font-size: 14px;
}

ul, ol, li {
  list-style: none;
}

strong, em {
  font-style: normal;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
*, ::after, ::before {
  box-sizing: border-box;
}

@media (max-width: 768px){
  html {
    font-size: 3.58vw;
  }
}

/********************

  common override

*********************/
body {
  min-width: 0;
}
.o-main {
  margin: 0;
  padding: 0;
  max-width: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #090405;
}
.o-header {
  background-color: #fff;
  z-index: 1;
  border-bottom: 4px solid #4453a8;
}

/********************

  page common

*********************/
.ls-0 { letter-spacing: 0 !important; }
.ls-25 { letter-spacing: 0.025em !important; }
.ls-50 { letter-spacing: 0.050em !important; }

.lh-10 { line-height: 1; }
.lh-11 { line-height: 1.1; }
.lh-12 { line-height: 1.2; }
.lh-13 { line-height: 1.3; }
.lh-14 { line-height: 1.4; }
.lh-15 { line-height: 1.5; }
.lh-16 { line-height: 1.6; }
.lh-17 { line-height: 1.7; }
.lh-18 { line-height: 1.8; }
.lh-19 { line-height: 1.9; }
.lh-20 { line-height: 2.0; }

.fs-small { font-size: 85.7%; }
.fs-large-01 { font-size: 107%; }
.fs-large-02 { font-size: 128.5%; }
.fs-large-03 { font-size: 171.4%; }

.fs-80p { font-size: 80%; }
.fs-90p { font-size: 90%; }

.fs-120p { font-size: 120%; }
.fs-125p { font-size: 125%; }
.fs-150p { font-size: 150%; }
.fs-160p { font-size: 160%; }
.fs-170p { font-size: 170%; }
.fs-180p { font-size: 180%; }
.fs-190p { font-size: 190%; }
.fs-200p { font-size: 200%; }

.ta-left   { text-align: left; }
.ta-center { text-align: center; }
.ta-right  { text-align: right; }

.disp-il { display: inline; }
.disp-ib { display: inline-block; }
.disp-bl { display: block; }
.disp-flex { display: flex; }

.fw-700 { font-weight: 700; }

.flex-grow-1 { flex-grow: 1; }
.flex-grow-0 { flex-grow: 0; }

.fc-strong { color: #635094; }
.fc-accent { color: #f277ad; }

/********************

  width

*********************/
.w-fit { width: fit-content; }
.w-100p { width: 100%; }

.maxw-100p { max-width: 100%; }
.maxw-95p  { max-width:  95%; }
.maxw-90p  { max-width:  90%; }
.maxw-85p  { max-width:  85%; }
.maxw-80p  { max-width:  80%; }
.maxw-75p  { max-width:  75%; }
.maxw-70p  { max-width:  70%; }
.maxw-65p  { max-width:  65%; }
.maxw-60p  { max-width:  60%; }
.maxw-55p  { max-width:  55%; }
.maxw-50p  { max-width:  50%; }


/********************

  margin, padding

*********************/
.m-0 { margin: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mv-0 { margin-top: 0 !important; margin-bottom: 0 !important; }

.p-0 { padding: 0 !important;  }
.pt-0 { padding-top: 0 !important; }
.pl-0 { padding-left: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pv-0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.mt-lv05, .mv-lv05 { margin-top:  5px !important; }
.mt-lv10, .mv-lv10 { margin-top: 10px !important; }
.mt-lv15, .mv-lv15 { margin-top: 15px !important; }
.mt-lv20, .mv-lv20 { margin-top: 20px !important; }
.mt-lv25, .mv-lv25 { margin-top: 25px !important; }
.mt-lv30, .mv-lv30 { margin-top: 30px !important; }
.mt-lv35, .mv-lv35 { margin-top: 35px !important; }
.mt-lv40, .mv-lv40 { margin-top: 40px !important; }
.mt-lv45, .mv-lv45 { margin-top: 45px !important; }
.mt-lv50, .mv-lv50 { margin-top: 50px !important; }

.mb-lv05, .mv-lv05 { margin-bottom:  5px !important; }
.mb-lv10, .mv-lv10 { margin-bottom: 10px !important; }
.mb-lv15, .mv-lv15 { margin-bottom: 15px !important; }
.mb-lv20, .mv-lv20 { margin-bottom: 20px !important; }
.mb-lv25, .mv-lv25 { margin-bottom: 25px !important; }
.mb-lv30, .mv-lv30 { margin-bottom: 30px !important; }
.mb-lv35, .mv-lv35 { margin-bottom: 35px !important; }
.mb-lv40, .mv-lv40 { margin-bottom: 40px !important; }
.mb-lv45, .mv-lv45 { margin-bottom: 45px !important; }
.mb-lv50, .mv-lv50 { margin-bottom: 50px !important; }

.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px){
  .mt-lv05, .mv-lv05 { margin-top:  1.25vw !important; }
  .mt-lv10, .mv-lv10 { margin-top:  2.50vw !important; }
  .mt-lv15, .mv-lv15 { margin-top:  3.75vw !important; }
  .mt-lv20, .mv-lv20 { margin-top:  5.00vw !important; }
  .mt-lv25, .mv-lv25 { margin-top:  6.25vw !important; }
  .mt-lv30, .mv-lv30 { margin-top:  7.50vw !important; }
  .mt-lv35, .mv-lv35 { margin-top:  8.75vw !important; }
  .mt-lv40, .mv-lv40 { margin-top:  9.00vw !important; }
  .mt-lv45, .mv-lv45 { margin-top: 10.00vw !important; }
  .mt-lv50, .mv-lv50 { margin-top: 11.25vw !important; }

  .mb-lv05, .mv-lv05 { margin-bottom:  1.25vw !important; }
  .mb-lv10, .mv-lv10 { margin-bottom:  2.50vw !important; }
  .mb-lv15, .mv-lv15 { margin-bottom:  3.75vw !important; }
  .mb-lv20, .mv-lv20 { margin-bottom:  5.00vw !important; }
  .mb-lv25, .mv-lv25 { margin-bottom:  6.25vw !important; }
  .mb-lv30, .mv-lv30 { margin-bottom:  7.50vw !important; }
  .mb-lv35, .mv-lv35 { margin-bottom:  8.75vw !important; }
  .mb-lv40, .mv-lv40 { margin-bottom:  9.00vw !important; }
  .mb-lv45, .mv-lv45 { margin-bottom: 10.00vw !important; }
  .mb-lv50, .mv-lv50 { margin-bottom: 11.25vw !important; }
}

/********************

  .text-*

*********************/
.text-strong {
  font-weight: 700;
  color: #635094;
}

.text-link-01 {
  color: #ef2f83;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  letter-spacing: 0.08em;
}

.text-note {
  font-size: 85.7%;
  letter-spacing: 0;
}

/********************

  ─単体画像─
  .img-center-box

*********************/
.img-center-box {
  text-align: center;
}
.img-center-box img {
  display: block;
  margin: 0 auto;
}

/********************

  page style

*********************/
.page-wrapper {
  position: relative;
  --gradient-01: linear-gradient(to bottom, rgb(200, 230, 244, 0.41) 0%, rgb(249, 238, 255, 0.41) 50%, rgba(248, 220, 224, 0.41) 100%);
  --gradient-02: linear-gradient(to bottom, rgb(200, 230, 244, 1) 0%, rgb(249, 238, 255, 1) 50%, rgba(248, 220, 224, 1) 100%);
}
.page-wrapper::before ,
.page-wrapper::after {
  content: "";
  display: block;
}

.page-wrapper::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: no-repeat url(/-/media/AeonCard/campaign/lp/tgc/images/bg-page.png) center top/cover;
  z-index: -1;
}

@media (max-width: 1279px) {
  .o-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .page-wrapper {
    padding-top: 79px;
  }
}
@media (max-width: 768px) {
  .page-wrapper {
    padding-top: 53px;
  }
  .page-wrapper::after {
    display: none;
  }
}



/********************

  .content-main-frame

*********************/
.content-main-frame {
  max-width: 390px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 10.8px 1.2px rgba(99, 80, 148, 0.48);
}
.content-inner-frame {
  padding: 0 20px;
}

@media (max-width: 768px) {
  .content-main-frame {
    max-width: none;
  }
}

/********************

  .section

*********************/
.section {
  padding: 30px 0 40px;
}

@media (max-width: 768px) {
  .section {
    padding: 7.5vw 0 10vw;
  }
}

/********************

  .pc-side *

*********************/
.pc-side {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pc-side.-left {
  left: 0;
  right: calc(50% + 195px);
  justify-content: flex-end;
}

.pc-side.-right {
  left: calc(50% + 195px);
  right: 0;
}

.pc-side.-left .person-image {
  display: block;
  margin: 0  120px 0 auto;
  width: 300px;
  height: auto;
  flex-shrink: 0;
  max-width: none;
  align-self: flex-start;
}

@media (max-width: 1279px){
  .pc-side {
    display: none;
  }
}


/********************

  .page-menu-*

  フロート表示
  .pc-side .page-menu-list

  ポップアップ内
  .popup-portal .page-menu-list

*********************/
.page-menu-list {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.page-menu-list .btn-02 {
  margin: 4px auto;
}
.popup-portal .page-menu-list {
  width: 90%;
  max-width: 90%;
  margin-top: 1em;
}
.popup-portal .page-menu-list .btn-02 {
  margin: 8px auto;
}

@media (min-width: 1280px){
  .pc-side .page-menu-wrap {
    display: block !important;
    margin-top: 140px;
  }
  .pc-side .page-menu-list {
    max-width: calc(90% - 90px);
    margin-left: 90px;
    width: 340px;
  }
}

/********************

  .page-menu-trigger

*********************/
.page-menu-trigger {
  display: flex;

  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;

  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;

  margin: 15px 10px;
  font-size: 12px;

  overflow: hidden;

  padding: 0.5em;
  letter-spacing: 0;
  background-image: var(--gradient-02);
  border-radius: 50%;
  width: 4em;
  height: 4em;
  aspect-ratio: 1/1;
  box-sizing: border-box;

  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  color: #635094;

  font-family: arial, sans-serif;
}

.page-menu-trigger ,
.page-menu-trigger .label-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-menu-trigger .label-text {
  justify-self: flex-end;
  white-space: nowrap;
  width: 100%;
}
.page-menu-trigger::after ,
.page-menu-trigger .label-text::before ,
.page-menu-trigger .label-text::after {
  content: "";
  display: block;
  width: 100%;
  background-color: currentColor;
  order: 1;
  height: 2px;
  border-radius: 2px;
  margin: 3px auto 0;
  justify-self: flex-start;
  width: 70%;
}

@media (min-width: 1280px){
  .page-menu-trigger {
    display: none;
  }
}

@media (max-width: 768px){
  .page-menu-trigger {
    margin: 5px;
    font-size: 10px;
  }
}

/********************

  .fixed-bottom-area

*********************/
.fixed-bottom-area {
  position: fixed;
  bottom: 0;
  z-index: 10;
  right: 0;
  left: calc(50% + 195px);
}
.group-bottom {
  width: 340px;
  max-width: calc(90% - 90px);
  margin: 0 auto 40px 90px;
  text-align: center;
}
.group-bottom .lead-copy img {
  margin: 0 auto;
  display: block;

  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 2em;
}

.group-bottom .btn-01 {
  margin: 0.5em auto 0;
}

@media (max-width: 1279px) {
  .fixed-bottom-area {
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 1.2px -6.8px 24px 0px rgba(150, 150, 150, 0.27);
    width: 390px;
    max-width: none;
    margin: 0 auto;
  }
  .group-bottom {
    width: auto;
    max-width: none;
    margin: 0 auto;
    padding: 12px;
  }
  .group-bottom .lead-copy img {
    max-height: 16px;
  }
  .group-bottom .btn-01 {
    margin: 0.5em auto 0;
    max-width: 90%;
    font-size: 21px;
    min-height: auto;

  }

}
@media (max-width: 768px) {
  .fixed-bottom-area {
    width: auto;
  }
  .group-bottom {
    padding: 1em;
  }
}


/********************

  .deco-corner

*********************/
.deco-corner {
  position:relative;

  --corner-bold: 5px;
  --corner-color: #635094;
  --corner-size: 16px 16px;
}

.deco-corner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 1;
  pointer-events: none;

  background: 
    linear-gradient(to right,  var(--corner-color) var(--corner-bold), transparent var(--corner-bold)) 0 0,
    linear-gradient(to bottom, var(--corner-color) var(--corner-bold), transparent var(--corner-bold)) 0 0,
    linear-gradient(to left,   var(--corner-color) var(--corner-bold), transparent var(--corner-bold)) 100% 0,
    linear-gradient(to bottom, var(--corner-color) var(--corner-bold), transparent var(--corner-bold)) 100% 0,
    linear-gradient(to right,  var(--corner-color) var(--corner-bold), transparent var(--corner-bold)) 0 100%,
    linear-gradient(to top,    var(--corner-color) var(--corner-bold), transparent var(--corner-bold)) 0 100%,
    linear-gradient(to left,   var(--corner-color) var(--corner-bold), transparent var(--corner-bold)) 100% 100%,
    linear-gradient(to top,    var(--corner-color) var(--corner-bold), transparent var(--corner-bold)) 100% 100%;
  background-repeat: no-repeat;
  background-size: var(--corner-size);
  background-origin: border-box;
}

.deco-corner.-corner-02 {
  --corner-color: #b395c5;
}

/********************

  .deco-marker

*********************/
.deco-marker-01 {
  background: linear-gradient(to right, transparent 0.2em, #fff 0.2em, #fff calc(100% - 0.2em), transparent calc(100% - 0.2em));
}
.deco-marker-02 {
  background: linear-gradient(to right, #c8e6f4, #c8e6f4);
}

/********************

  .deco-sideslash

*********************/
.deco-sideslash {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.deco-sideslash::before ,
.deco-sideslash::after {
  content: "";
  display: block;

  width: 1.2px;
  height: 1.2em;
  background-color: currentColor;
  margin-bottom: 0.2em;
}

.deco-sideslash::before {
  transform: rotate(-30deg);
  margin-right: 0.6em;
}
.deco-sideslash::after {
  transform: rotate(30deg);
  margin-left: 0.6em;
}

/********************

  .deco-bg-*

*********************/
.deco-bg-gradient.-grad-01 {
  background-image: var(--gradient-01);
}

.deco-bg-dot-01 {
  background: #f8dce0 repeat url("/-/media/AeonCard/campaign/lp/tgc/images/pattern-dot_01.png") center top/7px auto;
}
.deco-bg-dot-02 {
  background: #c8e6f4 repeat url("/-/media/AeonCard/campaign/lp/tgc/images/pattern-dot_01.png") center top/7px auto;
}
.deco-bg-dot-03 {
  background: repeat url("/-/media/AeonCard/campaign/lp/tgc/images/pattern-dot_02.png") center top/8px auto;
}

/********************

  .unit-media-text

*********************/
.unit-media-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}
.unit-media-text .wrap-media {
  margin-right: 1em;
}

.unit-media-text.-cinema .wrap-media {
  width: 4.5em;
}

.unit-media-text.-app .wrap-media {
  width: 5em;
}

/********************

  .link-detail

*********************/
.link-detail {
  text-align: right;
  font-size: 85.7%;
  margin-top: 10px;
  margin-right: 10px;
}

/********************

  .box-*

*********************/
.box-01 {
  background-color: #fff;
  padding: 20px 12px 20px;
  margin: 25px auto;
}
.box-02 {
  background-color: #e3f2f9;
  padding: 12px 12px 20px;
  margin: 14px auto;
}

@media (max-width: 768px){
  .box-01 {
    padding-top: 6vw;
    padding-bottom: 8vw;
  }
}

/********************

  .hdg-01

*********************/
.hdg-01 {
  background: repeat url("/-/media/AeonCard/campaign/lp/tgc/images/pattern-dot_02.png") center top/8px auto;
  position: relative;
  padding: 20px;
  text-align: center;
  font-size: 171.4%;
  font-weight: 700;
  line-height: 1.33;
  color: #635094;
  margin: 1em auto;
  letter-spacing: 0;
}
.hdg-01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 1;
  pointer-events: none;

  background-repeat: no-repeat;
  background-image: 
    url("/-/media/AeonCard/campaign/lp/tgc/images/deco-corner_01_lt.png"),
    url("/-/media/AeonCard/campaign/lp/tgc/images/deco-corner_01_rb.png");
  background-position: left top, right bottom;
  background-size: auto 28.5px;
}
.hdg-01 .wrap-text {
  display: inline-block;
  position: relative;
}
.hdg-01 .balloon {
  position: absolute;
  left: -1em;
  transform: translateY(-100%);
  z-index: 2;
}
.hdg-01 .balloon img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 1.8em;
}

.hdg-01:has(.balloon){
  margin-top: 3em;
}

* + .hdg-01 {
  margin-top: 2em;
}

/********************

  .hdg-02

*********************/
.hdg-02 {
  text-align: center;
  font-weight: 700;
  color: #635094;
  font-size: 128.5%;
}

/********************

  .btn-01

*********************/
.btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: linear-gradient(to bottom right, #705e9b 0%, #705e9b 50%,#635094 50%, #635094 100%);
  box-shadow: 0px 0px 10.8px 1.2px rgba(99, 80, 148, 0.48);
  color: #fff;
  position: relative;

  font-size: 128.5%;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;

  margin: 1em auto;
  padding: 0.5em 20px;

  min-height: 3.5em;
}

.btn-01::after {
  content: "";
  display: block;

  box-sizing: content-box;
  width: 0;
  height: 0;

  border: solid 6px transparent;
  border-right: none;
  border-left-color: #fff;
  border-left-width: 8px;

  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;

  margin: auto 0;
}

/********************

  .btn-02

*********************/
.btn-02 {
  display: flex;
  background-image: linear-gradient(38deg, #c8e6f4, #f277ad);
  position: relative;

  --radius-gap: 6px;
  --radius-base: 2em;

  border-radius: var(--radius-base);

  width: 100%;
  font-size: 128.5%;
  font-weight: 700;
  color: #ef2f83;
  margin: 10px auto;

  border: solid 3px #fff;
  box-shadow: 5px 5px 0 0 rgba(179, 149, 197, 0.6);

}
.btn-02 .label-text {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  width: 100%;
  margin: var(--radius-gap);
  padding: 0.5em;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: calc( var(--radius-base) -  var(--radius-gap));
}

/********************

  .hanging-indent*

*********************/
.hanging-indent-list {
  text-align: left;
}
.hanging-indent , 
.hanging-indent-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.hanging-indent > * , 
.hanging-indent-list > li > * {
  text-indent: 0;
}

/********************

  .grid-list*

*********************/
.grid-list {
  display: grid;
  text-align: left;
  margin: 0 auto;
}
.grid-list.-justify-stretch {
  justify-content: stretch;
}
.grid-list > li {
  padding-right: 1em;
}
.grid-list > li:nth-child(2n+1) {
  grid-column-start: 1;
  grid-column-end: 2;
}
.grid-list > li:nth-child(2n) {
  grid-column-start: 2;
  grid-column-end: 3;
}
.grid-list > li.w-full {
  grid-column: 1 / 3;
  padding-right: 0;
  width: 100%;
}

/********************

  .content-list*

*********************/
.content-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.content-list > .list-item {
  position: relative;
  margin: 1%;
  padding: 0.8em 0.4em;
  display: flex;
  align-items: stretch;
}
.content-list > .list-item > * {
  position: relative;
  z-index: 1;
}
.content-list.-column2 > .list-item { width: 48%; }
.content-list.-column3 > .list-item { width: 31.3%; }

.content-list > .list-item::before ,
.content-list > .list-item::after {
  content: "";
  display: block;
  position: absolute;
  border: solid 1px;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  pointer-events: none;
  z-index: 0;
}
.content-list > .list-item::before {
  border-color: #b395c5;
  transform: translate(1px, 1px);
  background-color: #fff;
}
.content-list > .list-item::after {
  border-color: #f277ad;
  transform: translate(-1px, -1px);
}

.content-list > .list-item .cont-heading {
  color: #635094;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px auto;
}


.content-list > .list-item > .item-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.content-list > .list-item > .item-body .wrap-icon {
  width: 45%;
}

.content-list .wrap-maintxt,
.content-list .wrap-endtxt,
.content-list .cont-heading {
  flex-grow: 1;
  margin: auto;
}
.content-list .wrap-endtxt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.content-list .link-block {
  justify-self: flex-end;
  margin: 0.5em auto;
  font-size: 85.7%;
}

.content-list > .list-item.-image::before ,
.content-list > .list-item.-image::after {
  display: none;
}
.content-list > .list-item.-image {
  padding: 0;
  margin: auto 0;
}

.content-list.-circle > .list-item {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  padding: 0.5em;
  letter-spacing: 0;
  line-height: 1.33;
}
.content-list.-circle > .list-item::before ,
.content-list.-circle > .list-item::after {
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.content-list.-security > .list-item {
  width: 48.5%;
  margin: 3% 0;
}
.content-list.-security > .list-item:nth-child(2n) {
  margin-left: 3%;
}
.content-list.-security > .list-item:nth-child(-n+3) {
  margin-top: 0;
}

.content-list.-security > .list-item .wrap-icon {
  width: 31%;
}

.content-list.-security > .list-item .wrap-maintxt {
  font-size: 85.7%;
}

/********************

  .user-comment-list*

*********************/
.user-comment-list {
  background: no-repeat url(/-/media/AeonCard/campaign/lp/tgc/images/bg-circle_01.png) center top/contain;
  margin: 15px auto;
}
.user-comment-list .comment-unit {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5em;
}
.user-comment-list .user-icon {
  width: 5.35em;
  flex-shrink: 0;
  flex-grow: 0;
}
.user-comment-list .comment-balloon {
  padding: 1em;
  border-radius: 0.53em;
  position: relative;
  flex-grow: 1;
  align-self: stretch;

  font-size: 110%;
  font-weight: 600;

  text-align: center;
  letter-spacing: 0;
}
.user-comment-list .comment-balloon::before {
  content: "";
  display: block;
  position: absolute;
  top: 2em;

  border: solid transparent;
  border-width: 8px 14px;
}

.user-comment-list .comment-unit:nth-child(2n+1) .comment-balloon {
  background-color: #f8dce0;
  margin-left: 25px;
}
.user-comment-list .comment-unit:nth-child(2n+1) .comment-balloon::before {
  border-left-width: 0;
  border-right-color: #f8dce0;
  right: 100%;
}
.user-comment-list .comment-unit:nth-child(2n) .comment-balloon {
  background-color: #c8e6f4;
  margin-right: 25px;
}
.user-comment-list .comment-unit:nth-child(2n) .comment-balloon::before {
  border-right-width: 0;
  border-left-color: #c8e6f4;
  left: 100%;
}

.user-comment-list .comment-unit:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 768px){
  .user-comment-list {
    margin: 1em auto;
  }
}


/********************

  .overlap-bottom

*********************/
.overlap-bottom {
  margin-bottom: -0.75em !important;
  position: relative;
  z-index: 5;
}


/********************

  .section.-intro

*********************/
.section.-intro {
  padding-top: 0;
}

/********************

  .mainvisual-content

*********************/
.mainvisual-content img {
  width: 100%;
  display: block;
}

/********************

  .intro-menu

*********************/
.intro-menu-list {
  display: flex;
  background-color: #f277ad;
  letter-spacing: 0.05em;
  color: #fff;
  align-items: stretch;
}
.intro-menu-list > li {
  width: 24.23%;
  margin: 0.38% auto;
  text-align: center;
  border: solid 1px #fff;
  font-weight: 700;
  background-image: linear-gradient(to top, #f7cebf,#f277ad 60%);
  display: flex;
  align-items: stretch;
}
.intro-menu-list > li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px 1px 2px;
  width: 100%;
}
.intro-menu-list > li > a .label-text {
  margin: auto 0;
  letter-spacing: 0;
  font-size: 90%;
}
.intro-menu-list > li > a::after {
  content: "";
  display: block;
  border: solid transparent;
  border-top-color: #fff;
  border-width: 7.5px 7.5px 0 7.5px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 8px auto 2px;
  justify-self: flex-end;
}
.intro-menu-list .break-block {
  display: block;
}
.intro-menu-list .labeltext-shrink {
  font-size: 80%;
  letter-spacing: -0.05em;
}


/********************

  .hdg-plain

*********************/
.hdg-plain {
  text-align: center;
  font-weight: 700;
  color: #635094;
  margin: 1em auto 0.4em;
}

/********************

  .box-intro

*********************/
.box-intro {
  width: 93%;
  margin: 0 auto;
  font-size: 120%;
  text-align: center;
}

.box-intro .box-body {
  padding: 24px 8px 16px;
  line-height: 2;
}

@media (min-width: 769px){
  .box-intro {
    max-width: 360px;
  }
}

/********************

  .section.-card-benefit

*********************/
.section.-card-benefit {

}

/********************

  .slide-*

*********************/
.slide-wrap {
  display: flex;
  position: relative;
  padding: 15px 0 30px;
  margin-bottom: 30px;
}
.slide-wrap:not(.slick-initialized) .slide-item {
  visibility: hidden;
  height: 300px;
}

.slide-wrap *:not(.slide-item *, .slick-dots, .slick-arrow){
  display: flex;
  align-self: stretch;
}
.slide-item {
  margin: 0 24px;
}
.slide-item-box {
  border: solid #f8dce0 8px;
  position: relative;
  box-sizing: border-box;
  align-self: stretch;
  box-shadow: 2px 2px 0 0 #f4b7be;
  margin: 15px 0 10px;
  padding: 12px 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.slide-item-box::before ,
.slide-item-box::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-bottom: solid #f4b7be 2px;
  width: 56px;
  height: 30px;
}
.slide-item-box::before {
  left: -6px;
  top: -6px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.slide-item-box::after {
  right: -6px;
  bottom: -6px;
  transform: translate(50%, 50%) rotate(135deg);
}

.slide-item-heading {
  text-align: center;
  font-weight: 700;
  font-size: 107%;
  letter-spacing: 0;
  color: #635094;
  margin: 0.2em auto;
  padding: 0.4em 0;
}

.slick-arrow {
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  border: none;

  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 48px;
  z-index: 1;
  font-size: 0;

  background: no-repeat center/contain;
}
.slick-prev {
  left: 0;
  background-image: url("/-/media/AeonCard/campaign/lp/tgc/images/ui-arrow-left.png");
}
.slick-next {
  right: 0;
  background-image: url("/-/media/AeonCard/campaign/lp/tgc/images/ui-arrow-right.png");
}

.slick-arrow.slick-disabled {
  visibility: hidden;
}
.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.slick-dots > li {
  margin: 0 4px;
}
.slick-dots button {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: solid 1.5px #b395c5;
  background-color: #fff;
  width: 16px;
  height: 16px;
  display: block;
}
.slick-dots .slick-active button {
  background-color: #b395c5;
}


/********************

  .section.-card-guide

*********************/
.section.-card-guide {

}

/********************

  .enrollment-benefit

*********************/
.enrollment-benefit {
  padding-top: 10px;
}

/********************

  .tab-root

*********************/
.tab-root {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {

}

/********************

  .tab-selector

*********************/
.tab-selector {
  flex: 1 1;
  order: -1;
  margin-left: 0.35em;
}
.tab-selector:first-of-type {
  margin-left: 2px;
}
.tab-selector:last-of-type {
  margin-right: 2px;
}
.tab-selector.-current {
  z-index: 2;
}
.tab-selector input {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
}
.tab-selector ,
.tab-selector .design {
  border-radius: 0.3em 0.3em 0 0;
}
.tab-selector .design {
  display: block;
  color: #fff;
  background-color: #635094;
  cursor: pointer;
  padding: 0.7em 0.6em 0.5em;
  border: solid 2px #635094;
  border-width: 2px 2px 0 2px;
  font-size: 128.5%;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.tab-selector :checked + .design {
  background-color: #fff;
  color: #635094;
}
.tab-selector .design {
  box-shadow: 0 2px 0 0 #635094;
}
.tab-selector.-current .design {
  box-shadow: 2px 0 0 0 #635094;
  cursor: default;
}
.tab-selector.-current .design::after {
  content: "";
  display: block;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  position: absolute;
  background: #fff;
}
.tab-selector:first-of-type.-current {
  margin-left: 0;
}
.tab-selector:last-of-type.-current {
  margin-right: 0;
}


/********************

  .tab-content

*********************/
.tab-content {
  width: 100%;
  background-color: #fff;
  padding: 2em 1em;
  border: 2px solid #635094;
  border-radius: 0.5em;
  display: none;
  position: relative;
  z-index: 1;
  top: -2px;
  box-shadow: 2px 2px 0 0 #635094;
  text-align: center;
}
.tab-content:first-of-type {
  border-top-left-radius: 0;
}
.tab-content:last-of-type {
  border-top-right-radius: 0;
}
.tab-content.-current {
  display: block;
}

@media only screen and (max-width: 768px) {
  .tab-content {
    border-radius: 5px;
  }
}


/********************

  .step-list

*********************/
.step-list {
  max-width: 90%;
  margin: 0 auto;
}
.step-list > li {
  display: flex;
  margin: 1.2em auto;
  border-radius: 1.8em/50%;
  background-color: #f277ad;
  border: solid 2px #f277ad;
  align-items: stretch;
  overflow: hidden;
  font-weight: bold;
}
.step-list > li .number {
  flex-grow: 0;
  flex-shrink: 0;
  color: #fff;
  padding: 0.6em 1.6em;
  padding-left: 2em;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  font-size: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.step-list > li .number .decimal {
  display: block;
  font-size: 200%;
}
.step-list > li .content {
  background-color: #fff;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.4em 1em;
  font-size: 85.7%;
  line-height: 1.3;
  min-height: 3.7em;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .step-list-frame {
    max-width: none;
  }
  .step-list > li {
    border-radius: 2em/50%;
  }
  .step-list > li .number {
    padding-left: 1.6em;
  }
}

/********************

  .section.-faq

*********************/
.section.-faq {
  padding-bottom: 140px;
}

@media only screen and (max-width: 768px) {
  .section.-faq {
    padding-bottom: 20vw;
  }
}

/********************

  .faq-list

*********************/
.faq-list > .qa-group {
  background-color: #fff;
  border: solid #f7dedd 4px;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 1.8em;
}
.faq-list .cont-question {
  background: repeat url("/-/media/AeonCard/campaign/lp/tgc/images/pattern-dot_02.png") center top/8px auto;
  text-align: center;
  color: #635094;
  font-size: 107%;
  line-height: 1.4;
  font-weight: 700;
  padding: 1em 15px;
  position: relative;
}
.faq-list .cont-question::after {
  content: "";
  display: block;
  background-color: #f7dedd;
  height: 4px;

  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 15px;

  border-radius: 2px;
}
.faq-list .cont-answer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 1.5em 15px 1.5em 0;
  min-height: 190px;
  min-height: 13.57em;
}
.faq-list .cont-answer > *:not(.person-block) {
  z-index: 1;
  max-width: calc(100% - 8.5em);
}
.faq-list .person-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 170px;
  width: 12.14em;
  pointer-events: none;
}
.faq-list .person-block img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.faq-list .cont-answer .link-block {
  margin-top: 0.5em;
  margin-right: 0.5em;
}
.faq-list .answer-balloon {
  border-bottom: solid #c8e6f4 2px;
  font-size: 105%;
  width: 62%;
  font-weight: 500;
  color: #090405;
  position: relative;
  padding: 0 4px 1em;
}
.faq-list .answer-balloon:last-child {
  margin-bottom: 30px;
}
.faq-list .answer-balloon::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;

  left: 0;
  width: 0.6em;
  height: 0.6em;
  background: #fff;
  background: linear-gradient(to right top, #fff, #fff 50%, transparent 50%, transparent);
  margin-left: 20%;

  border-left: 2px solid #c8e6f4;
  border-bottom: 2px solid #c8e6f4;
  margin-top: 2px;

  transform: skewY(-45deg);

  transform-origin: left top;
}


/********************

  .popup*

  z-index: x > 1000

*********************/
.popup-close {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: absolute;
  z-index: 1002;
  top: 0;
  right: 0;
  background-color: #f277ad;
  font-size: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translate(15%, -15%);
}

.popup-close::before ,
.popup-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  width: 80%;
  height: 4px;
  background: #fff;
}
.popup-close::before { transform: rotate( 45deg); }
.popup-close::after  { transform: rotate(-45deg); }

.popup-area:not(.-is-shown){
  display: none;
}

.popup-area.-is-shown ,
.popup-area.-is-shown::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.popup-area.-is-shown {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-content {
  display: none;
}

.popup-area.-is-shown::before {
  background-color: rgba(200, 230, 244, 0.5);
}
.popup-wrapper,
.popup-portal {
  z-index: 1001;
}

.popup-wrapper {
  position: relative;
  width: 420px;
  max-width: 90%;
  max-height: 80%;
  margin: auto;
}
.popup-portal {
  background-color: #fff;
  overflow-y: auto;
  max-height: 100%;
  padding: 20px 20px 40px;
  border: solid #635094 2px;
  box-shadow: 0px 0px 10.8px 1.2px rgba(99, 80, 148, 0.48);
}

.popup-portal:has(.page-menu-list) {
  background-color: rgba(255, 255, 255, 0.76);

  border: none;
  --corner-color: #b395c5;
}
.popup-area.-is-shown:has(.page-menu-list)::before {
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px){
  .popup-wrapper {
    width: 90%;
  }
}

