/* Reset CSS */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.2vw;
  }
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

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

img.icon {
  vertical-align: middle;
  margin-left: 3px;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
/* Main Style */
body {
  font-family: "M PLUS 1", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 600;
}
body {
  font-size: 14px;
}
@media (max-width: 768px) {
  body {
    font-size: 3.5897435897vw;
  }
}
@media (min-width: 769px) {
  body {
    min-width: auto !important;
  }
}

p {
  font-weight: 600;
}
p {
  font-size: 14px;
}
@media (max-width: 768px) {
  p {
    font-size: 3.5897435897vw;
  }
}

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

strong {
  font-weight: 800;
}

.o-header {
  background-color: #fff;
  border-bottom: 3px solid #2C3E8A;
}
@media screen and (max-width: 1279px) {
  .o-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}

.o-footer {
  position: relative;
  z-index: 1002;
}

.t-general {
  padding-bottom: 0;
}

.main {
  width: 100%;
  padding: 0;
  background: #BED4FF;
}
.main__contents {
  width: 396px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-left: 3px solid #0f0f0f;
  border-right: 3px solid #0f0f0f;
}
@media screen and (max-width: 1279px) {
  .main {
    margin-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 50px;
  }
  .main__bg {
    display: none;
  }
  .main__contents {
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.kv {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.kv img {
  width: 100%;
  height: auto;
}
.kv__scroll {
  background-color: #0f0f0f;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.kv__scroll {
  height: 35px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .kv__scroll {
    height: 8.9743589744vw;
    padding: 2.5641025641vw 0;
  }
}
.kv__scroll > li {
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
          animation: infinity-scroll-left 20s infinite linear 0.5s both;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.kv__scroll > li {
  width: 260px;
  padding: 0 9px;
}
@media (max-width: 768px) {
  .kv__scroll > li {
    width: 66.6666666667vw;
    padding: 0 2.3076923077vw;
  }
}
.kv__scroll > li > img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.benefits {
  margin: 0;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/bg_texture.png) repeat;
}
.benefits {
  padding: 40px 15px;
}
@media (max-width: 768px) {
  .benefits {
    padding: 10.2564102564vw 3.8461538462vw;
  }
}
.benefits__hdg {
  margin: -22px 0 0 -15px;
}
@media (max-width: 768px) {
  .benefits__hdg {
    margin: -5.641025641vw 0 0 -3.8461538462vw;
  }
}
.benefits .contents {
  border: 2px solid #0f0f0f;
  background-color: #FDFCDC;
  position: relative;
}
.benefits .contents {
  margin-top: 30px;
  padding: 30px 15px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .benefits .contents {
    margin-top: 7.6923076923vw;
    padding: 7.6923076923vw 3.8461538462vw;
    border-radius: 5.1282051282vw;
  }
}
.benefits .contents--01::after {
  content: "";
  position: absolute;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_benefits-01_ttl.svg) no-repeat right top/100% 100%;
}
.benefits .contents--01::after {
  width: 85px;
  height: 104px;
  top: -20px;
  right: -17px;
}
@media (max-width: 768px) {
  .benefits .contents--01::after {
    width: 21.7948717949vw;
    height: 26.6666666667vw;
    top: -5.1282051282vw;
    right: -4.358974359vw;
  }
}
.benefits .contents__ttl {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .benefits .contents__ttl {
    margin-bottom: 6.4102564103vw;
  }
}
.benefits .contents__box {
  border: 2px solid #E3CC00;
  background: #fff;
  line-height: 1.6;
}
.benefits .contents__box {
  padding: 25px 15px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .benefits .contents__box {
    padding: 6.4102564103vw 3.8461538462vw;
    border-radius: 3.8461538462vw;
  }
}
.benefits .contents__box strong {
  font-size: 16px;
}
@media (max-width: 768px) {
  .benefits .contents__box strong {
    font-size: 4.1025641026vw;
  }
}
.benefits .contents__icon {
  width: 38px;
  height: 38px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .benefits .contents__icon {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    margin: 5.1282051282vw auto;
  }
}
.benefits__list {
  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;
}
.benefits__list {
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 768px) {
  .benefits__list {
    margin-top: 5.1282051282vw;
    gap: 2.5641025641vw;
  }
}
.benefits__list > li {
  border: 2px solid #E3CC00;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.benefits__list > li {
  padding: 20px 15px;
  border-radius: 15px;
  gap: 15px;
}
@media (max-width: 768px) {
  .benefits__list > li {
    padding: 5.1282051282vw 3.8461538462vw;
    border-radius: 3.8461538462vw;
    gap: 3.8461538462vw;
  }
}
.benefits__list > li > img {
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  .benefits__list > li > img {
    width: 17.9487179487vw;
    height: 17.9487179487vw;
  }
}
.benefits__list > li h5 {
  display: inline-block;
  margin: 0;
  background-color: #0f0f0f;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.2;
}
.benefits__list > li h5 {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 22px;
  width: 64px;
  height: 28px;
}
@media (max-width: 768px) {
  .benefits__list > li h5 {
    padding: 1.2820512821vw 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 5.641025641vw;
    width: 16.4102564103vw;
    height: 7.1794871795vw;
  }
}
.benefits__list > li p {
  line-height: 1.6;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .benefits__list > li p {
    margin-top: 1.2820512821vw;
  }
}
.benefits__table {
  border-collapse: collapse;
  width: 100%;
}
.benefits__table {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .benefits__table {
    margin-top: 3.8461538462vw;
  }
}
.benefits__table th {
  text-align: center;
  background-color: #F1F1F1;
  border: 1px solid #6f6f6f;
  font-weight: 600;
}
.benefits__table th {
  padding: 15px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .benefits__table th {
    padding: 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
}
.benefits__table td {
  width: 50%;
  border: 1px solid #6f6f6f;
  font-weight: 400;
}
.benefits__table td {
  padding: 10px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .benefits__table td {
    padding: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
}
.benefits__table .border-none {
  border: none;
}

.point {
  margin: 0;
  background-color: #B7D0FF;
}
.point {
  padding: 40px 15px;
}
@media (max-width: 768px) {
  .point {
    padding: 10.2564102564vw 3.8461538462vw;
  }
}
.point__hdg {
  margin-left: -15px;
  width: 390px;
}
@media (max-width: 768px) {
  .point__hdg {
    margin-left: -3.8461538462vw;
    width: 100vw;
  }
}
.point__inner {
  margin-top: 20px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .point__inner {
    margin-top: 5.1282051282vw;
    padding: 0 3.8461538462vw;
  }
}
.point__inner > h3 {
  display: inline-block;
  background-color: #0f0f0f;
  color: #fff;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.point__inner > h3 {
  font-size: 20px;
  width: 108px;
  height: 40px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .point__inner > h3 {
    font-size: 5.1282051282vw;
    width: 27.6923076923vw;
    height: 10.2564102564vw;
    border-radius: 7.6923076923vw;
  }
}
.point__inner > p {
  line-height: 1.9;
}
.point__inner > p {
  margin-top: 15px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .point__inner > p {
    margin-top: 3.8461538462vw;
    font-size: 4.1025641026vw;
  }
}
.point__inner > hr {
  width: 100%;
  border: none;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/line_point.png) no-repeat center center/contain;
}
.point__inner > hr {
  margin: 30px 0;
  height: 7px;
}
@media (max-width: 768px) {
  .point__inner > hr {
    margin: 7.6923076923vw 0;
    height: 1.7948717949vw;
  }
}
h3 + .point__lead {
  font-weight: 700;
  line-height: 1.7;
}
h3 + .point__lead {
  font-size: 26px;
}
@media (max-width: 768px) {
  h3 + .point__lead {
    font-size: 6.6666666667vw;
  }
}
h3 + .point__lead > small {
  font-size: 21px;
}
@media (max-width: 768px) {
  h3 + .point__lead > small {
    font-size: 5.3846153846vw;
  }
}
.point__list {
  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;
}
.point__list {
  margin-top: 35px;
  gap: 20px;
}
@media (max-width: 768px) {
  .point__list {
    margin-top: 8.9743589744vw;
    gap: 5.1282051282vw;
  }
}

.service__sub-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.service__sub-list {
  margin-top: 15px;
  gap: 10px;
}
@media (max-width: 768px) {
  .service__sub-list {
    margin-top: 3.8461538462vw;
    gap: 2.5641025641vw;
  }
}
.service__sub-list dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 80px;
}
@media (max-width: 768px) {
  .service__sub-list dt {
    width: 20.5128205128vw;
  }
}
.service__sub-list dd h5 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
}
@media (max-width: 768px) {
  .service__sub-list dd h5 {
    font-size: 4.1025641026vw;
  }
}
.service__sub-list dd p {
  line-height: 1.6;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .service__sub-list dd p {
    margin-top: 2.5641025641vw;
  }
}
.service__sub-list dd p > strong {
  font-size: 16px;
}
@media (max-width: 768px) {
  .service__sub-list dd p > strong {
    font-size: 4.1025641026vw;
  }
}
.service__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #1A1A1A;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .service__table {
    margin-top: 5.1282051282vw;
  }
}
.service__table th, .service__table td {
  border: 1px solid #1A1A1A;
}
.service__table th {
  background-color: #0f0f0f;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.service__table th {
  font-size: 15px;
  padding: 10px;
}
@media (max-width: 768px) {
  .service__table th {
    font-size: 3.8461538462vw;
    padding: 2.5641025641vw;
  }
}
.service__table th:first-child {
  border-right: 1px solid #fff;
}
.service__table td {
  background: #fff;
  width: 50%;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .service__table td {
    padding: 2.5641025641vw 3.8461538462vw;
  }
}
.service__table td[data-type=name] {
  font-size: 11px;
}
@media (max-width: 768px) {
  .service__table td[data-type=name] {
    font-size: 2.8205128205vw;
  }
}
.service__table td[data-type=price] {
  font-size: 13px;
}
@media (max-width: 768px) {
  .service__table td[data-type=price] {
    font-size: 3.3333333333vw;
  }
}
.service__table td[data-type=price] > span {
  font-size: 20px;
}
@media (max-width: 768px) {
  .service__table td[data-type=price] > span {
    font-size: 5.1282051282vw;
  }
}

.other {
  margin: 0;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/bg_texture.png) repeat;
  position: relative;
}
.other {
  padding: 40px 15px;
}
@media (max-width: 768px) {
  .other {
    padding: 10.2564102564vw 3.8461538462vw;
  }
}
.other::after {
  content: "";
  position: absolute;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/line_other.png) no-repeat right top/100% 100%;
}
.other::after {
  width: 360px;
  height: 7px;
  left: 15px;
  bottom: 0;
}
@media (max-width: 768px) {
  .other::after {
    width: 92.3076923077vw;
    height: 1.7948717949vw;
    left: 3.8461538462vw;
    bottom: 0;
  }
}
.other__hdg {
  margin-left: -15px;
  width: 390px;
}
@media (max-width: 768px) {
  .other__hdg {
    margin-left: -3.8461538462vw;
    width: 100vw;
  }
}
.other__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.other__list {
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 768px) {
  .other__list {
    margin-top: 5.1282051282vw;
    gap: 2.5641025641vw;
  }
}
.other__list > li {
  width: 175px;
}
@media (max-width: 768px) {
  .other__list > li {
    width: 44.8717948718vw;
  }
}
.other__list > li > h3 {
  background-color: #0f0f0f;
  color: #fff;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.other__list > li > h3 {
  font-size: 20px;
  height: 40px;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 768px) {
  .other__list > li > h3 {
    font-size: 5.1282051282vw;
    height: 10.2564102564vw;
    border-radius: 3.8461538462vw 3.8461538462vw 0 0;
  }
}
.other__list > li > div {
  border: 2px solid #0f0f0f;
  border-top: none;
  background-color: #fff;
}
.other__list > li > div {
  padding: 15px 10px;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 768px) {
  .other__list > li > div {
    padding: 3.8461538462vw 2.5641025641vw;
    border-radius: 0 0 3.8461538462vw 3.8461538462vw;
  }
}

.web {
  margin: 0;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/bg_texture.png) repeat;
  position: relative;
}
.web {
  padding: 40px 30px 70px;
}
@media (max-width: 768px) {
  .web {
    padding: 10.2564102564vw 7.6923076923vw 17.9487179487vw;
  }
}
.web__hdg {
  margin-left: -30px;
  width: 390px;
}
@media (max-width: 768px) {
  .web__hdg {
    margin-left: -7.6923076923vw;
    width: 100vw;
  }
}
.web__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.web__list {
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 768px) {
  .web__list {
    margin-top: 5.1282051282vw;
    gap: 2.5641025641vw;
  }
}
.web__list > li {
  width: 175px;
}
@media (max-width: 768px) {
  .web__list > li {
    width: 44.8717948718vw;
  }
}
.web__list > li > h3 {
  background-color: #0f0f0f;
  color: #fff;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.web__list > li > h3 {
  font-size: 20px;
  height: 40px;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 768px) {
  .web__list > li > h3 {
    font-size: 5.1282051282vw;
    height: 10.2564102564vw;
    border-radius: 3.8461538462vw 3.8461538462vw 0 0;
  }
}
.web__list > li > div {
  border: 2px solid #0f0f0f;
  border-top: none;
  background-color: #fff;
}
.web__list > li > div {
  padding: 15px 10px;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 768px) {
  .web__list > li > div {
    padding: 3.8461538462vw 2.5641025641vw;
    border-radius: 0 0 3.8461538462vw 3.8461538462vw;
  }
}

.card {
  background: #B7D0FF url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/bg_card.png) no-repeat center top/cover;
  position: relative;
}
.card {
  margin-top: -20px;
  padding: 40px 20px;
  border-radius: 25px 25px 0 0;
}
@media (max-width: 768px) {
  .card {
    margin-top: -5.1282051282vw;
    padding: 10.2564102564vw 5.1282051282vw;
    border-radius: 6.4102564103vw 6.4102564103vw 0 0;
  }
}
.card__hdg {
  margin-top: -9px;
  margin-left: -20px;
  width: 390px;
}
@media (max-width: 768px) {
  .card__hdg {
    margin-top: -2.3076923077vw;
    margin-left: -5.1282051282vw;
    width: 100vw;
  }
}
.card__box {
  border: 2px solid #0f0f0f;
  background: #fff;
}
.card__box {
  margin-top: 20px;
  padding: 20px 15px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .card__box {
    margin-top: 5.1282051282vw;
    padding: 5.1282051282vw 3.8461538462vw;
    border-radius: 5.1282051282vw;
  }
}
.card__box > h3 {
  font-weight: 700;
  line-height: 1.8;
}
.card__box > h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .card__box > h3 {
    font-size: 5.1282051282vw;
  }
}
.card__box > p {
  line-height: 1.6;
}
.card__box > p {
  margin-top: 5px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .card__box > p {
    margin-top: 1.2820512821vw;
    font-size: 3.5897435897vw;
  }
}
.card__box > p small {
  font-size: 12px;
}
@media (max-width: 768px) {
  .card__box > p small {
    font-size: 3.0769230769vw;
  }
}
.card__face {
  margin: 10px auto 0;
  width: 128px;
}
@media (max-width: 768px) {
  .card__face {
    margin: 2.5641025641vw auto 0;
    width: 32.8205128205vw;
  }
}
.card__feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__feature-list {
  margin-top: 20px;
  gap: 9px;
}
@media (max-width: 768px) {
  .card__feature-list {
    margin-top: 5.1282051282vw;
    gap: 2.3076923077vw;
  }
}
.card__feature-list > li {
  width: auto;
}
.card__feature-list > li {
  height: 38px;
}
@media (max-width: 768px) {
  .card__feature-list > li {
    height: 9.7435897436vw;
  }
}
.card__feature-list > li img {
  height: 100%;
  width: auto;
}
.card__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #7d7d7d;
  text-decoration: underline;
}
.card__link {
  margin-top: 10px;
  font-size: 13px;
  gap: 6px;
}
@media (max-width: 768px) {
  .card__link {
    margin-top: 2.5641025641vw;
    font-size: 3.3333333333vw;
    gap: 1.5384615385vw;
  }
}
.card__link::after {
  content: "";
  display: inline-block;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_arrow_link-gray.svg) no-repeat center center/contain;
}
.card__link::after {
  width: 5px;
  height: 10px;
}
@media (max-width: 768px) {
  .card__link::after {
    width: 1.2820512821vw;
    height: 2.5641025641vw;
  }
}
.card__apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F8E008;
  width: 100%;
  font-weight: 700;
  line-height: 1.33;
  border: 2px solid #0f0f0f;
  color: #1a1a1a !important;
}
.card__apply {
  margin-top: 10px;
  padding: 10px 0;
  font-size: 15px;
  gap: 10px;
  letter-spacing: 0.75px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .card__apply {
    margin-top: 2.5641025641vw;
    padding: 2.5641025641vw 0;
    font-size: 3.8461538462vw;
    gap: 2.5641025641vw;
    letter-spacing: 0.1923076923vw;
    border-radius: 1.2820512821vw;
  }
}
.card__apply::after {
  content: "";
  display: inline-block;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_arrow-cta.svg) no-repeat center center/contain;
}
.card__apply::after {
  width: 5px;
  height: 10px;
}
@media (max-width: 768px) {
  .card__apply::after {
    width: 1.2820512821vw;
    height: 2.5641025641vw;
  }
}

.link-txt {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .link-txt {
    margin-top: 2.5641025641vw;
    gap: 0.7692307692vw;
  }
}
.link-txt > a {
  color: #015EC5;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .link-txt > a {
    font-size: 2.8205128205vw;
  }
}
.link-txt::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_normal_link.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .link-txt::after {
    width: 1.5384615385vw;
    height: 2.3076923077vw;
  }
}
.link-txt + .link-txt {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .link-txt + .link-txt {
    margin-top: 1.2820512821vw;
  }
}

.link-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-anchor {
  margin-top: 15px;
  gap: 5px;
}
@media (max-width: 768px) {
  .link-anchor {
    margin-top: 3.8461538462vw;
    gap: 1.2820512821vw;
  }
}
.link-anchor > a {
  color: #015EC5;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .link-anchor > a {
    font-size: 2.8205128205vw;
  }
}
.link-anchor::after {
  content: "";
  display: inline-block;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_link-anchor.svg) no-repeat center center/contain;
}
.link-anchor::after {
  width: 9px;
  height: 5px;
}
@media (max-width: 768px) {
  .link-anchor::after {
    width: 2.3076923077vw;
    height: 1.2820512821vw;
  }
}

.link-modal {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .link-modal {
    margin-top: 2.5641025641vw;
    gap: 0.7692307692vw;
  }
}
.link-modal > a {
  color: #015EC5;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .link-modal > a {
    font-size: 2.8205128205vw;
  }
}
.link-modal::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_modal_link.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .link-modal::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}

.link-waon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-waon {
  margin-top: 10px;
  gap: 5px;
}
@media (max-width: 768px) {
  .link-waon {
    margin-top: 2.5641025641vw;
    gap: 1.2820512821vw;
  }
}
.link-waon > a {
  text-decoration: underline;
  font-weight: 700;
}
.link-waon > a {
  font-size: 11px;
}
@media (max-width: 768px) {
  .link-waon > a {
    font-size: 2.8205128205vw;
  }
}
.link-waon::before {
  content: "";
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_question.svg) no-repeat center center/contain;
}
.link-waon::before {
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .link-waon::before {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
}
.modal[aria-hidden=false] {
  display: block;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal__content {
  position: relative;
  overflow-y: auto;
  max-width: 390px;
  max-height: 80vh;
  margin: 10vh auto;
  background: #fff;
  border: 3px solid #0f0f0f;
  z-index: 1;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 768px) {
  .modal__content {
    -webkit-transform: translateY(5.1282051282vw);
            transform: translateY(5.1282051282vw);
    margin: 10vh 5.1282051282vw;
  }
}
.modal__content {
  padding-top: 5px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .modal__content {
    padding-top: 1.2820512821vw;
    border-radius: 3.8461538462vw;
  }
}
.modal.is-open .modal__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.modal__close {
  position: absolute;
  cursor: pointer;
  border: none;
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_modal_close.svg) no-repeat center center/contain;
}
.modal__close {
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .modal__close {
    top: 2.5641025641vw;
    right: 5.1282051282vw;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    font-size: 5.1282051282vw;
  }
}
.modal__body {
  margin-top: 40px;
  padding: 0 20px 20px;
}
@media (max-width: 768px) {
  .modal__body {
    margin-top: 10.2564102564vw;
    padding: 0 5.1282051282vw 5.1282051282vw;
  }
}
.modal__body * {
  line-height: 1.6;
}
.modal__body p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .modal__body p {
    font-size: 4.1025641026vw;
  }
}
.modal__body small {
  font-size: 11px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .modal__body small {
    font-size: 2.8205128205vw;
  }
}
.modal__body strong {
  font-weight: 800;
}
.modal__body strong {
  font-size: 18px;
}
@media (max-width: 768px) {
  .modal__body strong {
    font-size: 4.6153846154vw;
  }
}
.modal__body > *:first-child {
  margin-top: 0;
}

.box-gray {
  background-color: #f1f1f1;
}
.box-gray {
  padding: 15px;
  margin-top: 15px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .box-gray {
    padding: 3.8461538462vw;
    margin-top: 3.8461538462vw;
    border-radius: 1.2820512821vw;
  }
}
.box-gray > p {
  margin-top: 0;
}
.box-gray > p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .box-gray > p {
    font-size: 4.1025641026vw;
  }
}
.box-gray > ul {
  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;
}
.box-gray > ul {
  margin-top: 10px;
  gap: 8px;
}
@media (max-width: 768px) {
  .box-gray > ul {
    margin-top: 2.5641025641vw;
    gap: 2.0512820513vw;
  }
}
.box-gray > ul > li {
  font-weight: 400;
}
.box-gray > ul > li {
  font-size: 14px;
}
@media (max-width: 768px) {
  .box-gray > ul > li {
    font-size: 3.5897435897vw;
  }
}

.notes {
  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;
}
.notes {
  margin-top: 15px;
  gap: 2px;
}
@media (max-width: 768px) {
  .notes {
    margin-top: 3.8461538462vw;
    gap: 0.5128205128vw;
  }
}
.notes > li {
  font-weight: 400;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.notes > li {
  font-size: 11px;
}
@media (max-width: 768px) {
  .notes > li {
    font-size: 2.8205128205vw;
  }
}

.pagetopbtn-wrap {
  display: none;
  position: fixed;
  width: 45px;
  bottom: 0;
  left: auto;
  z-index: 100;
  right: 40px;
}
@media screen and (min-width: 1280px) {
  .pagetopbtn-wrap {
    right: calc((50vw - 548px) / 2);
  }
}
@media screen and (max-width: 1279px) {
  .pagetopbtn-wrap {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pagetopbtn-wrap {
    right: 5.1282051282vw;
    width: 11.5384615385vw;
  }
}

.float-btn {
  max-width: 350px;
  width: calc((100% - 396px) / 2 - 40px);
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.float-btn > li {
  max-width: 200px;
}
.float-btn a:hover {
  opacity: 1 !important;
}
@media screen and (min-width: 1280px) {
  .float-btn {
    right: calc((50vw - 548px) / 2);
  }
}
@media screen and (max-width: 1279px) {
  .float-btn {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .float-btn {
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.22)), color-stop(15.87%, #FFF), to(#FFF));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.22) 0%, #FFF 15.87%, #FFF 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, #FFF 15.87%, #FFF 100%);
    padding: 2.0512820513vw 1.4102564103vw 3.8461538462vw 4.1025641026vw;
  }
  .float-btn .click-block {
    display: none;
  }
}

.pc-float-right {
  position: fixed;
  display: block;
  bottom: 141px;
  right: calc((50% - 598px) / 2);
  width: 400px;
}
@media screen and (max-width: 1279px) {
  .pc-float-right {
    display: none;
  }
}

.accordion {
  overflow: hidden;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .accordion {
    margin-top: 7.6923076923vw;
  }
}
.accordion__header {
  width: 100%;
  text-align: left;
  position: relative;
  border: 2px solid #0f0f0f;
  background-color: #F8E008;
  color: #1a1a1a;
  cursor: pointer;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion__header {
  font-size: 16px;
  padding: 20px 65px 20px 15px;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .accordion__header {
    font-size: 4.1025641026vw;
    padding: 5.1282051282vw 16.6666666667vw 5.1282051282vw 3.8461538462vw;
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  }
}
.accordion__header__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_accordion_plus.svg) no-repeat center center/contain;
}
.accordion__header__icon {
  width: 30px;
  height: 30px;
  right: 15px;
}
@media (max-width: 768px) {
  .accordion__header__icon {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    right: 3.8461538462vw;
  }
}
.accordion__header[aria-expanded=true] .accordion__header__icon {
  background: url(/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_accordion_minus.svg) no-repeat center center/contain;
}
.accordion__header[aria-expanded=false] {
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  border: 2px solid #0f0f0f;
}
.accordion__header[aria-expanded=false] {
  border-radius: 20px;
}
@media (max-width: 768px) {
  .accordion__header[aria-expanded=false] {
    border-radius: 5.1282051282vw;
  }
}
.accordion__panel {
  overflow: hidden;
}
.accordion__body {
  background: #fff;
  border: 2px solid #0f0f0f;
  border-top: none;
}
.accordion__body {
  padding: 15px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .accordion__body {
    padding: 3.8461538462vw;
    border-radius: 0 0 5.1282051282vw 5.1282051282vw;
  }
}

/* Adjustment */
.a-mt0 {
  margin-top: 0 !important;
}

.a-mt5 {
  margin-top: 5px !important;
}
@media (max-width: 768px) {
  .a-mt5 {
    margin-top: 1.2820512821vw !important;
  }
}

.a-mt10 {
  margin-top: 10px !important;
}
@media (max-width: 768px) {
  .a-mt10 {
    margin-top: 2.5641025641vw !important;
  }
}

.a-mt15 {
  margin-top: 15px !important;
}
@media (max-width: 768px) {
  .a-mt15 {
    margin-top: 3.8461538462vw !important;
  }
}

.a-mt20 {
  margin-top: 20px !important;
}
@media (max-width: 768px) {
  .a-mt20 {
    margin-top: 5.1282051282vw !important;
  }
}

.a-mt30 {
  margin-top: 30px !important;
}
@media (max-width: 768px) {
  .a-mt30 {
    margin-top: 7.6923076923vw !important;
  }
}

.a-mt35 {
  margin-top: 35px !important;
}
@media (max-width: 768px) {
  .a-mt35 {
    margin-top: 8.9743589744vw !important;
  }
}

.a-w95 {
  display: block;
  margin: 0 auto;
  width: 95px;
}
@media (max-width: 768px) {
  .a-w95 {
    width: 24.358974359vw;
  }
}

.a-w114 {
  display: block;
  margin: 0 auto;
  width: 114px;
}
@media (max-width: 768px) {
  .a-w114 {
    width: 29.2307692308vw;
  }
}

.a-w120 {
  display: block;
  margin: 0 auto;
  width: 120px;
}
@media (max-width: 768px) {
  .a-w120 {
    width: 30.7692307692vw;
  }
}

.a-point-02 {
  width: 390px;
  margin-top: 8px;
  margin-left: -30px;
}
@media (max-width: 768px) {
  .a-point-02 {
    width: 100vw;
    margin-top: 2.0512820513vw;
    margin-left: -7.6923076923vw;
  }
}

.a-point-03 {
  margin-top: 22px;
  margin-left: -30px;
}
@media (max-width: 768px) {
  .a-point-03 {
    margin-top: 5.641025641vw;
    margin-left: -7.6923076923vw;
  }
}

.a-ac {
  text-align: center !important;
}

/* hamburger menu */
#hamburger-menu img {
  max-width: 100%;
}
#hamburger-menu.is-hidden .hamburger-menu__icon,
#hamburger-menu.is-hidden .hamburger-menu__contents {
  display: none;
}

.hamburger-menu__icon {
  position: fixed;
  top: 11px;
  right: 25px;
  width: 56px;
  height: 56px;
  background-color: #2C3E8A;
  border-radius: 50%;
  cursor: pointer;
  z-index: 102;
  overflow: hidden;
}
.hamburger-menu__icon::before {
  content: "";
  position: fixed;
  top: 11px;
  right: 25px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 98;
  -webkit-box-shadow: 0 15px 22px rgba(82, 62, 62, 0.2);
          box-shadow: 0 15px 22px rgba(82, 62, 62, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hamburger-menu__icon::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 20px;
  height: 20px;
  background-color: #2C3E8A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hamburger-menu__icon__title {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.hamburger-menu__icon__line {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 34px;
  height: 3px;
  background: #fff;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.hamburger-menu__icon__line.second {
  top: 40px;
}

.is-active .hamburger-menu__icon::before {
  opacity: 0;
}
.is-active .hamburger-menu__icon::after {
  right: -100px;
}
.is-active .hamburger-menu__icon__title {
  -webkit-transform: translate(-50%, -15px);
          transform: translate(-50%, -15px);
  opacity: 0;
}
.is-active .hamburger-menu__icon__line {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  height: 2px;
}
.is-active .hamburger-menu__icon__line.second {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.is-active .hamburger-menu__contents {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.hamburger-menu__contents {
  position: fixed;
  top: 3px;
  right: 0;
  left: auto;
  padding: 80px 20px 40px;
  width: 390px;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 22px rgba(82, 62, 62, 0.2);
          box-shadow: 0 15px 22px rgba(82, 62, 62, 0.2);
  z-index: 101;
  -webkit-transform: translateX(375px);
          transform: translateX(375px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger-menu__list__item {
  margin: 0;
  width: 100%;
}
.hamburger-menu__list__item .hamburger-menu__list {
  margin-left: 20px;
}
.hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__item {
  border-bottom: none;
  padding: 0;
}
.hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__item .hamburger-menu__list__link {
  font-size: 14px;
  border-bottom: 2px solid #D6D6D6;
}
@media screen and (max-width: 768px) {
  .hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__item .hamburger-menu__list__link {
    font-size: 4.1025641026vw;
  }
}
.hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__item .hamburger-menu__list__link::after {
  width: 18px;
  height: 18px;
  background: url("/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_menu_arrow_02.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__item .hamburger-menu__list__link::after {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
}
.hamburger-menu__list__link {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 30px 10px 0;
  display: block;
  position: relative;
  border-bottom: 2px solid #0f0f0f;
}
@media screen and (max-width: 768px) {
  .hamburger-menu__list__link {
    font-size: 5.1282051282vw;
    padding: 3.8461538462vw 7.6923076923vw 3.8461538462vw 0;
  }
}
.hamburger-menu__list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .hamburger-menu__list__link::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.hamburger-menu__list__link.link01::after {
  background: url("/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_menu_arrow_01_01.svg") no-repeat center center/contain;
}
.hamburger-menu__list__link.link02::after {
  background: url("/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_menu_arrow_01_02.svg") no-repeat center center/contain;
}
.hamburger-menu__list__link.link03::after {
  background: url("/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_menu_arrow_01_03.svg") no-repeat center center/contain;
}
.hamburger-menu__list__link.link04::after {
  background: url("/-/media/aeoncard/card/lp/cosmo_credit_debut/images/icon_menu_arrow_01_04.svg") no-repeat center center/contain;
}

@media screen and (min-width: 1280px) {
  .hamburger-menu__contents {
    top: 100px;
    right: calc((100vw + 360px) / 2 + 45px);
    padding: 20px 20px 40px;
    border: 2px solid #0f0f0f;
    border-radius: 20px;
    max-width: 360px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
    z-index: 0;
  }
  .hamburger-menu__icon {
    display: none;
  }
  .hamburger-menu__list__item .hamburger-menu__list {
    margin-left: 20px;
  }
  .hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__item {
    border-bottom: none;
    padding: 0;
  }
  .hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__item .hamburger-menu__list__link {
    font-size: 14px;
  }
  .hamburger-menu__list__link {
    padding: 15px 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-menu__icon {
    top: 4px;
    right: 8px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  .hamburger-menu__icon::before {
    top: 7px;
    right: 15px;
  }
  .hamburger-menu__contents {
    top: 0;
    right: 0;
    left: auto;
    padding: 70px 20px 40px;
    width: 100%;
    height: 100%;
  }
  .hamburger-menu__contents::-webkit-scrollbar {
    width: 4px;
  }
  .hamburger-menu__contents::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
  }
  .hamburger-menu__contents::-webkit-scrollbar-track-piece::start, .hamburger-menu__contents::-webkit-scrollbar-track-piece::end {
    background-color: #f2f2f2;
  }
}
@media screen and (max-width: 350px) {
  .hamburger-menu__btn {
    top: 12px;
    right: 53px;
    height: 27px;
  }
  .hamburger-menu__icon {
    right: 6px;
  }
}