/****************************************

  TGC CARD てれてれちゃん

*****************************************/
@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, button {
  color: inherit;
  text-decoration: none;
}
*, ::after, ::before {
  box-sizing: border-box;
}

@media (max-width: 768px){
  html {
    font-size: 3.58vw;
    font-size: 3.84vw;
  }
}

/********************

  common override

*********************/
body {
  min-width: 0;
}
.o-main {
  margin: 0;
  padding: 0;
  max-width: none;
}
.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; }
.ls-75 { letter-spacing: 0.075em !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: 80%; }
.fs-large-01 { font-size: 107%; }
.fs-large-02 { font-size: 120%; }
.fs-large-03 { font-size: 171.4%; }

.fs-60p { font-size: 60%; }
.fs-65p { font-size: 65%; }
.fs-70p { font-size: 70%; }
.fs-75p { font-size: 75%; }
.fs-80p { font-size: 80%; }
.fs-85p { font-size: 85%; }
.fs-90p { font-size: 90%; }
.fs-95p { font-size: 95%; }

.fs-100p { font-size: 100%; }
.fs-110p { font-size: 110%; }
.fs-115p { font-size: 115%; }
.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; }

.va-top      { vertical-align: top; }
.va-bottom   { vertical-align: bottom; }
.va-middle   { vertical-align: middle; }
.va-baseline { vertical-align: baseline; }

.disp-il { display: inline; }
.disp-ib { display: inline-block; }
.disp-bl { display: block; }
.disp-flex { display: flex; }

.fw-700, .fw-bold { font-weight: 700; }

.fc-strong { color: #c92834; }
.fc-accent { color: #635094; }

.ws-nowrap { white-space: nowrap; }
.pointer-events-none { pointer-events: none; }

/********************

  flex

*********************/
.disp-fl { display: flex; }

.fl-grow-1 { flex-grow: 1; }
.fl-grow-0 { flex-grow: 0; }

.fl-direction-row { flex-direction: row; }
.fl-direction-column { flex-direction: column; }

.fl-align-center { align-items: center; }
.fl-align-start  { align-items: flex-start; }
.fl-align-end    { align-items: flex-end; }

.fl-justify-center { justify-content: center; }
.fl-justify-start  { justify-content: flex-start; }
.fl-justify-end    { justify-content: flex-end; }

/********************

  width

*********************/
.w-fit { width: fit-content; }
.w-100p { width: 100%; }

.max-w-100p { max-width: 100%; }
.max-w-95p  { max-width:  95%; }
.max-w-90p  { max-width:  90%; }
.max-w-85p  { max-width:  85%; }
.max-w-80p  { max-width:  80%; }
.max-w-75p  { max-width:  75%; }
.max-w-70p  { max-width:  70%; }
.max-w-65p  { max-width:  65%; }
.max-w-60p  { max-width:  60%; }
.max-w-55p  { max-width:  55%; }
.max-w-50p  { max-width:  50%; }
.max-w-45p  { max-width:  45%; }
.max-w-40p  { max-width:  40%; }
.max-w-35p  { max-width:  35%; }
.max-w-30p  { max-width:  30%; }
.max-w-25p  { max-width:  25%; }
.max-w-20p  { max-width:  20%; }

/********************

  max-height(em)

*********************/
.max-h-0em25 { max-height: 0.25em; }
.max-h-0em50 { max-height: 0.50em; }
.max-h-0em75 { max-height: 0.75em; }
.max-h-1em00 { max-height: 1.00em; }
.max-h-1em25 { max-height: 1.25em; }
.max-h-1em50 { max-height: 1.50em; }
.max-h-1em75 { max-height: 1.75em; }
.max-h-2em00 { max-height: 2.00em; }
.max-h-2em25 { max-height: 2.25em; }
.max-h-2em50 { max-height: 2.50em; }
.max-h-2em75 { max-height: 2.75em; }
.max-h-3em00 { max-height: 3.00em; }
.max-h-3em25 { max-height: 3.25em; }
.max-h-3em50 { max-height: 3.50em; }
.max-h-3em75 { max-height: 3.75em; }
.max-h-4em00 { max-height: 4.00em; }
.max-h-4em25 { max-height: 4.25em; }
.max-h-4em50 { max-height: 4.50em; }
.max-h-4em75 { max-height: 4.75em; }
.max-h-5em00 { max-height: 5.00em; }


/********************

  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; }
.mh-0 { margin-left: 0 !important; margin-right: 0 !important; }

.m-auto { margin: auto !important; }
.mt-auto { margin-top: auto !important; }
.ml-auto { margin-left: auto !important; }
.mr-auto { margin-right: auto !important; }
.mb-auto { margin-bottom: auto !important; }
.mv-auto { margin-top: auto !important; margin-bottom: auto !important;}
.mh-auto { margin-left: auto !important; margin-right: auto !important;}

.ml-1em { margin-left: 1em; }
.mr-1em { margin-right: 1em; }

.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; }
.ph-0 { padding-left: 0 !important; padding-right: 0 !important; }

.pt-1px { padding-top: 1px !important; }
.pb-1px { padding-bottom: 1px !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; }
}

/********************

  .image-inline

*********************/
.image-inline {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block;
  overflow: visible;
  white-space: nowrap;
}

/********************

  .text-*

*********************/
.text-strong {
  font-weight: 700;
  color: #c92834;
}

.text-link {
  color: #c92834;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  letter-spacing: 0.08em;
}

.text-note {
  font-size: 80%;
  letter-spacing: 0;
}

/********************

  ─単体画像─
  .img-center-box

*********************/
.img-center-box {
  text-align: center;
  display: block;
}
.img-center-box img {
  display: block;
  margin: 0 auto;
}

/********************

  page style

*********************/
.page-wrapper {
  position: relative;
  color: #231815;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 15px;
}
.page-wrapper::before ,
.page-wrapper::after {
  content: "";
  display: block;
}

.page-wrapper::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #fbe6ef;
  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) {
  .o-header {
    border-bottom-width: 3px;
  }
  .page-wrapper {
    padding-top: 53px;
    font-size: inherit;
  }
  .page-wrapper::after {
    display: none;
  }
}



/********************

  *-frame

*********************/
.content-main-frame {
  max-width: 390px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 12px 1px rgba(145, 16, 59, 0.56);
}
.content-inner-frame {
  padding: 0 20px;
}

@media (max-width: 768px) {
  .content-main-frame {
    max-width: none;
    box-shadow: none;
  }
}
@media (max-width: 390px) {
  .content-inner-frame {
    padding: 0 5.12vw;
  }
}

/********************

  .hdg-plain

*********************/
.hdg-plain {
  text-align: center;
  font-weight: 700;
  margin: 1em auto 0.4em;
}

/********************

  .box-01

*********************/
.box-01 {
  margin: 30px auto 20px;
  border-radius: 15px;
  background-color: #fff;

  --side-space: 12px;

  position: relative;
}
.box-01.-footprints::before {
  content: "";
  display: block;

  position: absolute;

  background: no-repeat center/contain url(/-/media/AeonCard/campaign/lp/tgc/tgc_teretere/images/deco-footprints.png);

  width: 3em;
  height: calc(3em * 1.24);
  aspect-ratio: 91/112;
}

.box-01.-footprints.-fp-pos-rt::before {
  top: 0;
  right: 0;
  transform: translate(-25%, -25%);
}
.box-01.-footprints.-fp-pos-lb::before {
  bottom: 0;
  left: 0;
  transform: translate(15%, 25%);
}
.box-01.-footprints.-fp-pos-rb::before {
  bottom: 0;
  right: 0;
  transform: translate(-15%, 25%);
}

.box-01 .box-heading ,
.box-01 .box-body {
  position: relative;
}
.box-01 .box-heading {
  margin: 0 var(--side-space);
  padding: 1em 0 0.4em;
  border-bottom: solid 3px #c92834;

  display: flex;
  font-size: 160%;
  align-items: center;
}

.box-01 .box-heading .box-index {
  width: 2em;
  display: block;

  margin-left: 0.5em;
  flex-shrink: 0;
}

.box-01 .hdg-text {
  margin: 0 auto;
  text-align: center;
  color: #c92834;
  line-height: 1.2;
  flex-grow: 4;
}
.box-01 .box-heading::after {
  flex-grow: 3;
  content: "";
  display: block;
}

.box-01 .box-body {
  padding: 24px var(--side-space) 2em;
}
.box-01 .box-body .cancel-side-space {
  margin-left : calc(var(--side-space) * -1);
  margin-right: calc(var(--side-space) * -1);
}
.box-01 .side-space-indent {
  padding-left : var(--side-space);
  padding-right: var(--side-space);
}
.box-01 .inner-indent-frame {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .box-01 {
    margin: 7.69vw auto;
  }
}
@media (max-width: 390px) {
  .box-01 {
    --side-space: 3.07vw;
  }
  .box-01 .inner-indent-frame {
    margin: 0 2.56vw;
  }
}


/********************

  .box-02

*********************/
.box-02 {
  background-color: #fff;
  border: solid 3px #c92834;
  margin: 8px;
  padding: 1em 0.8em;

  background-image: 
    linear-gradient(135deg, #c92834 0.8em, transparent 0.8em),
    linear-gradient(225deg, #c92834 0.8em, transparent 0.8em),
    linear-gradient(45deg,  #c92834 0.8em, transparent 0.8em),
    linear-gradient(315deg, #c92834 0.8em, transparent 0.8em);
}

.box-02 .box-body {

}

/********************

  .box-03

*********************/
.box-03 {
  background-color: #fffded;
  box-shadow: 3px 4px 0 0 #f7c8dc;
  padding: 1em;
  margin: 1em auto;
}
.box-03.-no-shadow {
  box-shadow: none;
}


/********************

  .btn-01

*********************/
.btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #c92834;
  box-shadow: 3px 4px 0px 0px #f7c8dc;
  color: #fff;
  position: relative;

  font-size: 120%;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;

  margin: 1em auto;
  padding: 0.5em 1.2em;
  min-height: 3.5em;
  border-radius: 2em;
}

.btn-01 .deco-image {
  position: absolute;
  display: inline-block;
  bottom: 100%;
  left: 0;
  transform: translateY(1.4em);

  width: auto;
  height: 2.8em;
}

.btn-01.-forward::after {
  content: "";
  display: block;

  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0.7em;

  box-sizing: content-box;
  width: 0;
  height: 0;

  border: solid 0.3em transparent;
  border-width: 0.3em 0 0.3em 0.4em;
  border-left-color: #fff;
}

.btn-01.-shadow-02 {
  box-shadow: 3px 4px 0px 0px #fff;
}

/********************

  .anchor-image-wrap

*********************/
.anchor-image-wrap {
  text-align: center;
}
.anchor-image-wrap a {
  display: inline-block;
}

/********************

  .card-image

*********************/
.card-image {
  display: block;
  border-radius: 6%/4%;
  background-color: rgba(99, 80, 148, 0.48);
}

.card-image.-glow {
  box-shadow: 0 0 6px 1px rgba(99, 80, 148, 0.48);
}
.card-image.-shadow {
  box-shadow: 2px 3px 2px 0 rgba(150, 149, 149, 0.75);
}


/********************

  .section

*********************/
.section {
  padding: 30px 0 40px;
}

@media (max-width: 768px) {
  .section {
    padding: 7.5vw 0 10vw;
  }
}

/********************

  .separator-*

*********************/
.separator-bottom {
  border-bottom: dotted 2px #c92834;
}

.separator-bottom-02::after {
  content: "";
  display: block;
  margin: 0.75em auto;
  max-width: 80%;
  border-bottom: dotted 3px #f7c8dc;
}

/********************

  .pc-side *

*********************/
.pc-side {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  justify-content: center;
}

.pc-side.-left {
  left: 0;
  right: calc(50% + 195px);
}

.pc-side.-right {
  left: calc(50% + 195px);
  right: 0;
}

.pc-side.-right .apply-pc {
  width: 320px;
  max-width: 60.5%;
  margin: auto;
  margin-left: 85px;
}

.pc-side .page-menu-wrap {
    max-width: calc(90% - 90px);
    margin: auto;
    margin-right: 90px;
    width: 320px;
}

@media (max-width: 1279px){
  .pc-side {
    display: none;
  }
}

/********************

  .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;

  width: 50px;
  height: 42px;
  box-sizing: border-box;

}

.page-menu-trigger .label-text {
  color: transparent;
}

@media (min-width: 1280px){
  .page-menu-trigger {
    display: none;
  }
}

@media (max-width: 768px){
  .page-menu-trigger {
    margin: 4px 6px;
    font-size: 10px;
  }
}

/********************

  .page-menu-*

  フロート表示
  .pc-side .page-menu-list

  ポップアップ内
  .popup-portal .page-menu-list

*********************/
.page-menu-title {
  margin-bottom: 0.5em;
  text-align: center;
}
.page-menu-title img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 2em;
}
.page-menu-list {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.page-menu-list .btn-01 {
  margin: 8px auto;
}
.popup-portal .page-menu-title {
  margin-top: 0.5em;
}
.popup-portal .page-menu-list {
  width: 98%;
  max-width: 98%;
  margin-top: 1em;
}
.popup-portal .page-menu-list .btn-01 {
  margin: 6px auto;
}
@media (max-width: 768px) and  (min-width: 600px) {
  .popup-portal .page-menu-list .btn-01 {
    font-size: 110%;
  }
}
@media (min-width: 1280px){
  .pc-side .page-menu-wrap {
    display: block !important;
  }
}

/********************

  .main-column-float

*********************/
.main-column-float {
  display: none;

  position: fixed;
  bottom: 0;
  z-index: 10;
  right: 0;
  left: 0;
}
.group-bottom {
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1279px) {
  .main-column-float {
    display: block;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 1.2px -6.8px 24px 0px rgba(150, 150, 150, 0.27);
    width: 390px;
    margin: 0 auto;
  }
  .group-bottom {
    width: auto;
    margin: 0 auto;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .main-column-float {
    width: auto;
  }
  .group-bottom {
    padding: 0.75em 1em 0.5em;
  }
}

/********************

  .balloon-text

*********************/
.balloon-text {
  --border-width: 2px;
  --border-color: #c92834;

  min-height: 3em;
  margin: 1em auto;
  padding: 0.2em 0.5em;
  position: relative;

  background-color: #fff;
  border-radius: 2em;
  border: solid var(--border-width) var(--border-color);

  box-shadow: 0.2em 0.2em 0 0 #e1f3fc inset;
  text-align: center;

  filter: drop-shadow(0.2em 0.2em #fff);
}

.balloon-text::after {
  content: "";
  display: block;

  background-color: #fff;
  border: solid var(--border-width);
  border-color: transparent var(--border-color) var(--border-color) transparent;

  width: 1em;
  height: 1em;
  margin: auto;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  transform: translateY(50%) rotate(45deg);
}

/********************

  .deco-sideslash

*********************/
.deco-sideslash {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.deco-sideslash::before ,
.deco-sideslash::after {
  content: "";
  display: block;

  width: 1.25px;
  height: 1.2em;
  background-color: currentColor;
  margin-bottom: 0.2em;
}

.deco-sideslash::before {
  transform: rotate(-30deg);
  margin-right: 0.5em;
}
.deco-sideslash::after {
  transform: rotate(30deg);
  margin-left: 0.5em;
}

/********************

  .deco-sidedots

*********************/
.deco-sidedots {
  display: flex;
}
.deco-sidedots::before ,
.deco-sidedots::after {
  content: "";
  display: block;
  margin: 0.4em 0;
  flex-grow: 1;
  background: space left top/6px auto url(/-/media/AeonCard/campaign/lp/tgc/tgc_teretere/images/pattern-dot.png);
}
.deco-sidedots::before {
  margin-right: 0.5em;
}
.deco-sidedots::after {
  margin-left: 0.5em;
}

/********************

  .deco-side-image

*********************/
.deco-side-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.deco-side-image > .deco-img {
  display: inline-block;
  margin: 0 0.1em;
}

/********************

  .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);
}

/********************

  .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;
}

.hanging-indent > .i-mark , 
.hanging-indent-list > li > .i-mark {
  display: inline-block;
  width: 1em;
  text-align: center;
  letter-spacing: 0;
}

/********************

  .step-content-list*

*********************/
.step-content-list {
  display: flex;
  margin: 0 0.5em;

  --separator-width: 3px;
  --separator-arrow: 0.5em;

}
.step-content-list > .list-item {
  position: relative;
  width: 49%;
}
.step-content-list > .list-item {
  position: relative;
}
.step-content-list > .list-item + .list-item::before ,
.step-content-list > .list-item + .list-item::after {
  content: "";
  display: block;

  position: absolute;
  top: 2.5em;
  left: -0.9em;
  bottom: 0;
}
.step-content-list > .list-item + .list-item {
  margin-left: 1.5em;
}
.step-content-list > .list-item + .list-item::before {
  width: var(--separator-width);

  background: no-repeat center/contain linear-gradient(
    to bottom, 
    #c92834, 
    #c92834     calc(50% - var(--separator-arrow)), 
    transparent calc(50% - var(--separator-arrow)), 
    transparent calc(50% + var(--separator-arrow)),
    #c92834     calc(50% + var(--separator-arrow)),
    #c92834
  );
}

.step-content-list > .list-item + .list-item::after {
  width: calc(var(--separator-arrow) * 1.414 );
  height: calc(var(--separator-arrow) * 1.414);

  border: solid var(--separator-width) #c92834;
  box-sizing: content-box;

  border-left-color: transparent;
  border-bottom-color: transparent;

  margin: auto 0;

  transform: translateX(-50%) rotate(45deg);
}

.step-content-list .step-number ,
.step-content-list .step-visual {
  text-align: center;
  margin: 0.5em auto;
}
.step-content-list .step-number img ,
.step-content-list .step-visual img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.step-content-list .step-number {
  width: 96%;
}
.step-content-list .step-visual {
  height: 6em;
  margin: 1em auto;
}

.step-content-list .step-lead {
  font-size: 80%;
  font-weight: bold;
  line-height: 1.4;
}

/********************

  .feature-list*

*********************/
.feature-list {
  display: flex;
  align-items: stretch;
}
.feature-list > .list-item {
  width: 32%;
  margin: 1% auto;
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  padding: 1.5em 0.5em 2em;
  color: #444444;
}
.feature-list > .list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: no-repeat center/contain url(/-/media/AeonCard/campaign/lp/tgc/tgc_teretere/images/deco-heart.png);
}
.feature-list > .list-item > .item-body {
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  line-height: 1.25;
  font-size: 80%;
}


/********************

  .overlap.-*

*********************/
.overlap {
  position: relative;
  z-index: 1;
}
.overlap.-bottom {
  margin-bottom: -1em !important;
}
.overlap.-unique-01 {
  margin-top: calc(-2em - 6%);
}

/********************

  .section.-intro

*********************/
.section.-intro {
  padding-top: 0;
  padding-bottom: 0;
}

/********************

  .mainvisual-content

*********************/
.mainvisual-content img {
  width: 100%;
  display: block;
}

/********************

  .intro-lead(.box-02)

*********************/
.intro-lead {
  text-align: center;
}

/********************

  .chara-message

*********************/
.chara-message {
  display: flex;
  justify-content: center;
  align-items: flex-start;

  text-align: center;

}

.chara-message > .chara-wrap {
  width: 2.6em;
  flex-shrink: 1;
  flex-grow: 1;
  margin: 0.8em 0.1em 0;
}

.chara-message > .chara-wrap:last-of-type {
  order: 1;
}

/********************

  .intro-link-list

*********************/
.intro-link-list {
  display: flex;
}
.intro-link-list > li {
  width: 50%;
  padding: 1%;
}
.intro-link-list > li .btn-01 {
  font-size: 92%;
  min-height: 4.2em;
}
.intro-link-list > li .btn-01.-forward::after {
  border-width: 0.4em 0.5em;
  right: 0.4em;
}


/********************

  .section.-card-info

*********************/
.section.-card-info {
  background-color: #e1f3fc;
}

@media (max-width: 768px) {
  .section.-card-info {

  }
}

/********************

  .card-info-visual

*********************/
.card-info-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.card-info-visual .left-wrap ,
.card-info-visual .right-wrap {
  width: 24%;
}

.card-info-visual .left-wrap {
  margin-left: auto;
}
.card-info-visual .right-wrap {
  margin-right: auto;
}

.card-info-visual .center-wrap {
  width: 38%;
  margin: 0 1em;
}

/********************

  .section.-for-beginner

*********************/
.section.-for-beginner {
  background-color: #e1f3fc;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .section.-for-beginner {
    padding: 10vw 0;

  }
}

/********************

  .talk-list*

*********************/
.talk-list {
  margin: 37px auto;

  --border-width: 3px;
  --border-color: #c92834;
}
.talk-list .talk-session {
  margin: 2em auto;
  font-size: 92%;
  line-height: 1.5;
}
.talk-list .user-side ,
.talk-list .chara-side {
  display: flex;
}
.talk-list .chara-side {
  margin-top: 1.5em;
}

.talk-list .user-icon ,
.talk-list .chara-icon {
  flex-shrink: 0;
  flex-grow: 0;
}
.talk-list .user-icon {
  width: 4.2em;
  align-self: flex-start;
}
.talk-list .chara-icon {
  width: 4.6em;
  align-self: flex-end;
  margin-left: 0.25em;
}

.talk-list .user-chat ,
.talk-list .chara-side {
  background-color: #fff;
  padding: 1em 0.7em;
  border-radius: 1em;

  text-align: left;
  border: solid var(--border-width) var(--border-color);
}

.talk-list .user-chat {
  position: relative;
  flex-grow: 1;
  align-self: stretch;

  margin-left: 1em;
  letter-spacing: 0;

  z-index: 1;
}
.talk-list .user-chat::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.25em;

  box-sizing: content-box;
  width: 0.6em;
  height: 0.6em;
  background-color: #fff;

  border: solid var(--border-width) var(--border-color);
  border-top-color: transparent;
  border-right-color: transparent;

  right: 100%;

  transform: translateX(50%) rotate(45deg);

  z-index: -1;
}

@media (max-width: 768px){
  .talk-list {
    margin: 2.5em auto;
  }
}

/********************

  .section.-card-benefit

*********************/
.section.-card-benefit {
  background-color: #e1f3fc;
}

/********************

  .movie-lead-unit(.box-03)
  .movie-features-list > li(.box-03)
  .movie*

*********************/
.movie-lead-unit.box-03 {
  padding: 1em 0.4em;
}
.movie-lead-unit {
  display: flex;
}
.movie-lead-unit .cont-heading {
  min-width: 7em;
  padding: 0.2em 0.6em;
  padding-left: 0;
}
.movie-lead-unit .cont-body {
  border-left: dotted 3px #f7c8dc;
  padding: 0.5em 0.75em;
  padding-right: 0;
}

.movie-feature-icon {
  width: 4em;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.movie-feature-lead {
  font-size: 80%;
  text-align: center;
  letter-spacing: 0;
}
.movie-feature-lead .feature-strong {
  font-weight: bold;
  color: #c92834;
  display: block;
}

.movie-features-list {
  display: flex;
}
.movie-features-list > li {
  margin: 0 auto;
  width: 49%;
  display: flex;
  flex-direction: column;

}
.movie-features-list > li + li {
  margin-left: 2%;
}
.movie-features-list > li .movie-feature-icon {
  margin-bottom: 5px;
}
.movie-features-list > li .movie-feature-lead {
  margin-top: auto;
}

/********************

  .section.-colabo-campaign

*********************/
.section.-colabo-campaign {
  background-color: #fffded;
  padding: 1px 0;
}

/********************

  .present-campaign-box.box-02

*********************/
.present-campaign-box.box-02 {
  background-color: #fffded;
}

/********************

  .section.-campaign-benefit

*********************/
.section.-campaign-benefit {
  background-color: #fff;
}

/********************

  .section.-faq

*********************/
.section.-faq {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7c8dc;
}

@media only screen and (max-width: 768px) {
  .section.-faq {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

/********************

  .faq-list
    .qa-box

*********************/
.faq-list {
  margin: 20px auto;
  line-height: 1.6;
}
.faq-list .qa-box {
  text-align: left;
  background-color: #fff;
  border: solid #c92834 3px;
  border-radius: 15px;
  margin: 20px auto;
  box-shadow: 2px 3px 0px 0px #c92834;
}
.faq-list .qa-question {
  cursor: pointer;
  padding: 0.75em;

  position: relative;
  padding-right: 3em;
  padding-left: 1.25em;
  font-weight: bold;
  min-height: 5em;
  display: flex;
  align-items: center;

  appearance: none;
  background-color: transparent;
  border: none;
  display: block;
  width: 100%;
  font-size: inherit;
  text-align: left;
}
.faq-list .qa-question::after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat url(/-/media/AeonCard/campaign/lp/tgc/tgc_teretere/images/icon-plus.png) center/contain;
  width: 2em;
  height: 2em;
  top: 0;
  bottom: 0;
  right: 0.75em;
  margin: auto 0;
}
.faq-list .qa-answer {
  margin-top: 10px;
  visibility: hidden;
  height: 0;
  margin: 0 0.75em;
  padding: 0 0.5em;
  display: flex;

  will-change: padding;
  transition: padding 0.2s linear;
  flex-grow: 1;
}

.faq-list .qa-answer .answer-chara {
  width: 4.5em;
  flex-shrink: 0;
  flex-grow: 0;
  justify-self: flex-end;
}

@media only screen and  (max-width: 768px) {
  .faq-list .qa-box {
    box-shadow: 0.15em 0.2em 0px 0px #c92834;
  }
}
@media only screen and  (max-width: 319px){
  .faq-list {
    font-size: 4.375vw;
  }
}

/********************

  .faq-list
  .-is-open

*********************/
.faq-list .qa-box.-is-open .qa-question::after {
  background-image: url(/-/media/AeonCard/campaign/lp/tgc/tgc_teretere/images/icon-minus.png);
}
.faq-list .qa-box.-is-open .qa-answer {
  visibility: visible;
  opacity: 1;
  padding-top: 0.75em;
  padding-bottom: 1.25em;
  height: auto;
  border-top: dotted #c92834 3px;
}

/********************

  .section.-card-specs

*********************/
.section.-card-specs {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .section.-card-specs {

  }
}

/********************

  .card-spec-unit
  .spec-visual
  .spec-table

*********************/
.card-spec-unit {
  display: grid;
  grid-template-columns: min(30%, 200px) 1fr;
  justify-content: center;
  gap: 1.5em;

  width: 90%;
  margin: 1em auto;
}
.spec-visual img {
  width: 100%;
}
.spec-table tr {
  border-top: 1px solid #b395c5;
}
.spec-table tr:last-child {
  border-bottom: 1px solid #b395c5;
}
.spec-table th ,
.spec-table td {
  padding: 0.75em 0.5em;
  font-size: 80%;
  letter-spacing: 0.025em;
}
.spec-table th {
  color: #635094;
  font-weight: bold;
  width: 6em;
}

/********************

  .sns-list

*********************/
.sns-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}

.sns-list > .list-item {
  border-left: 1px solid #595757;
  padding: 1em 0.5em;
  font-size: 95%;
}
.sns-list > .list-item:last-child {
  border-right: 1px solid #595757;
}

.sns-list .icon-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-list .icon-list > .item {
  height: 3em;
}
.sns-list .icon-list > .item + .item {
  margin-left: 0.8em;
}
.sns-list .icon-list > .item img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.sns-list .item-heading {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
}

/********************

  .to-pagetop

  .pagetop-area
  -> (btn height + margin)

*********************/
.pagetop-area {
  height: 95px;
}

.to-pagetop {
  width: 72px;
  height: 60px;

  position: fixed;
  right: calc((100% - 390px) / 2);
  bottom: 0;

  z-index: 9;

  margin: 0 20px 20px 0;

  will-change: transform;
}
.to-pagetop.-is-hidden {
  display: none;
}

@media (max-width: 1279px) {
  .to-pagetop {
    right: 0;
  }
}
@media (max-width: 390px) {
  .pagetop-area {
    height: 23vw;
  }
  .to-pagetop {
    width: 18.46vw;
    height: 15.38vw;
  }
}

/********************

  .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: transparent;
  font-size: 0;
  width: 80px;
  height: 80px;
  transform: translate(20%, -35%);
}

.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;
}

.js-popup-content {
  display: none;
}

.popup-area.-is-shown::before {
  background-color: rgba(255, 255, 255, 0.8);
}
.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: #fffded;
  overflow-y: auto;
  max-height: 100%;
  padding: 20px 20px 40px;
  box-shadow: 0px 0px 10.8px 1.2px rgba(231, 144, 173, 0.5);
}

@media (max-width: 768px){
  .popup-wrapper {
    width: 90%;
  }
}

