/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-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]) {
  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;
}

.w15 {
  width: 15% !important;
}

.w35 {
  width: 35% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

span.fs75 {
  font-size: 75%;
}

strong.fs75 {
  font-size: 75%;
}

p.fs75 {
  font-size: 75%;
}

span.fs85 {
  font-size: 85%;
}

strong.fs85 {
  font-size: 85%;
}

p.fs85 {
  font-size: 85%;
}

span.fs100 {
  font-size: 100%;
}

strong.fs100 {
  font-size: 100%;
}

p.fs100 {
  font-size: 100%;
}

span.fs125 {
  font-size: 125%;
}

strong.fs125 {
  font-size: 125%;
}

p.fs125 {
  font-size: 125%;
}

span.fs150 {
  font-size: 150%;
}

strong.fs150 {
  font-size: 150%;
}

p.fs150 {
  font-size: 150%;
}

span.fs175 {
  font-size: 175%;
}

strong.fs175 {
  font-size: 175%;
}

p.fs175 {
  font-size: 175%;
}

span.fs200 {
  font-size: 200%;
}

strong.fs200 {
  font-size: 200%;
}

p.fs200 {
  font-size: 200%;
}

span.fs225 {
  font-size: 225%;
}

strong.fs225 {
  font-size: 225%;
}

p.fs225 {
  font-size: 225%;
}

span.fs250 {
  font-size: 250%;
}

strong.fs250 {
  font-size: 250%;
}

p.fs250 {
  font-size: 250%;
}

span.fs275 {
  font-size: 275%;
}

strong.fs275 {
  font-size: 275%;
}

p.fs275 {
  font-size: 275%;
}

span.fs300 {
  font-size: 300%;
}

strong.fs300 {
  font-size: 300%;
}

p.fs300 {
  font-size: 300%;
}

@media only screen and (max-width: 767px) {
  .vw2 {
    font-size: 2vw !important;
  }
  .vw3 {
    font-size: 3vw !important;
  }
  .vw4 {
    font-size: 4vw !important;
  }
  .vw5 {
    font-size: 5vw !important;
  }
  .vw6 {
    font-size: 6vw !important;
  }
  .vw7 {
    font-size: 7vw !important;
  }
  .vw8 {
    font-size: 8vw !important;
  }
  .vw9 {
    font-size: 9vw !important;
  }
  .vw10 {
    font-size: 10vw !important;
  }
}

.inline {
  display: inline;
}

.block {
  display: block;
}

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

.float-l {
  float: left;
}

.float-r {
  float: right;
}

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

.pc_none, span.pc_none, .pc_none.text {
  display: none !important;
}

.sp_none {
  display: block;
}

span.sp_none, img.sp_none, .sp_none.text {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .sp_none, span.sp_none, .sp_none.text {
    display: none !important;
  }
  .pc_none {
    display: block !important;
  }
  span.pc_none, img.pc_none, .pc_none.text {
    display: inline-block !important;
  }
}

/* Main Style */
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1a1a1a;
}

@media screen and (min-width: 769px) {
  body {
    min-width: auto !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.58974vw;
  }
}

p {
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 3.58974vw;
  }
}

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

strong {
  font-weight: 700;
}

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

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

.main {
  width: 100%;
  padding: 0;
  background: transparent;
}

.main__bg {
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/bg_main.png);
  opacity: .1;
}

.main__contents {
  width: 396px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-left: 3px solid #9ED5FF;
  border-right: 3px solid #9ED5FF;
}

@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;
    box-shadow: none;
  }
}

.kv {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #E0F6FF;
}

.kv img {
  width: 100%;
  height: auto;
}

.kv__inner {
  margin: 0;
  padding: 0 20px 30px;
}

@media screen and (max-width: 768px) {
  .kv__inner {
    padding: 0 5.12821vw 7.69231vw;
  }
}

.kv__lead {
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .kv__lead {
    margin: 0 0 2.5641vw;
  }
}

.kv__lead::before {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #1a1a1a;
  margin-right: 10px;
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .kv__lead::before {
    width: 0.51282vw;
    height: 4.10256vw;
    margin-right: 2.5641vw;
  }
}

.kv__lead::after {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #1a1a1a;
  margin-left: 10px;
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .kv__lead::after {
    width: 0.51282vw;
    height: 4.10256vw;
    margin-left: 2.5641vw;
  }
}

.kv__lead > span {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .kv__lead > span {
    font-size: 4.10256vw;
  }
}

.kv__lead > span strong {
  font-size: 22px;
  background: linear-gradient(transparent 70%, #9ED5FF 0%);
}

@media screen and (max-width: 768px) {
  .kv__lead > span strong {
    font-size: 5.64103vw;
  }
}

.kv__notes {
  margin-top: 10px;
  color: #ff0000;
  font-size: 11px;
  font-weight: 400;
}

.kv__notes > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .kv__notes {
    margin-top: 2.5641vw;
    font-size: 2.82051vw;
  }
}

.campaign {
  margin: 0;
  padding: 10px 32px 40px;
  background-color: #E0F6FF;
}

@media screen and (max-width: 768px) {
  .campaign {
    padding: 2.5641vw 8.20513vw 10.25641vw;
  }
}

.campaign__inner {
  margin: 0;
  padding: 30px 20px;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .campaign__inner {
    padding: 7.69231vw 5.12821vw;
    border-radius: 1.02564vw;
  }
}

.campaign__hdg {
  border-radius: 4px;
  border: 1px solid #000;
  background: #D8EEFF;
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .campaign__hdg {
    border-radius: 1.02564vw;
    padding: 1.79487vw 2.5641vw;
    font-size: 4.10256vw;
    margin-bottom: 3.84615vw;
  }
}

.campaign__text {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .campaign__text {
    margin-top: 5.12821vw;
    font-size: 3.58974vw;
  }
}

.campaign__link {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .campaign__link {
    margin-top: 2.5641vw;
    font-size: 4.10256vw;
  }
}

.campaign__link > a {
  color: #015EC5;
  text-decoration: underline;
}

.campaign__link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 3px;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/20260313/images/icon_link.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .campaign__link::after {
    width: 1.79487vw;
    height: 3.07692vw;
    margin-left: 0.76923vw;
  }
}

.step {
  margin: 0;
  padding: 40px 20px;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/bg_contents.png) repeat-y center top/100% auto;
}

@media screen and (max-width: 768px) {
  .step {
    padding: 10.25641vw 5.12821vw;
  }
}

.step__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .step__list {
    margin-top: 5.12821vw;
    gap: 6.41026vw;
  }
}

.step__list > li {
  display: flex;
  padding: 15px 10px;
  align-items: center;
  gap: 15px;
  border-radius: 4px;
  border: 1px solid #1A1A1A;
  background: #FFF;
  position: relative;
}

@media screen and (max-width: 768px) {
  .step__list > li {
    padding: 3.84615vw 2.5641vw;
    gap: 3.84615vw;
  }
}

.step__list > li::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 26.85px;
  height: 15px;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/icon_step-list_arrow.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .step__list > li::after {
    bottom: -5.12821vw;
    width: 6.88462vw;
    height: 3.84615vw;
  }
}

.step__list > li:last-child::after {
  display: none;
}

.step__list > li > img {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  border: 1px solid #1A1A1A;
  background-color: #D8EEFF;
}

@media screen and (max-width: 768px) {
  .step__list > li > img {
    width: 23.07692vw;
    height: 23.07692vw;
    border-radius: 23.07692vw;
  }
}

.step__list > li > div {
  width: 100%;
  max-width: 225px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .step__list > li > div {
    max-width: 57.69231vw;
    gap: 1.28205vw;
  }
}

.step__list > li > div > img {
  width: 56px;
}

@media screen and (max-width: 768px) {
  .step__list > li > div > img {
    width: 14.35897vw;
  }
}

.step__list > li > div > h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .step__list > li > div > h4 {
    font-size: 4.10256vw;
  }
}

.step__list > li > div > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.28px;
}

@media screen and (max-width: 768px) {
  .step__list > li > div > p {
    font-size: 3.58974vw;
    letter-spacing: -0.07179vw;
  }
}

.step .accordion {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .step .accordion {
    margin-top: 7.69231vw;
  }
}

.step .accordion__header {
  justify-content: center;
}

.step .accordion__body {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .step .accordion__body {
    padding: 5.12821vw;
  }
}

.step .accordion__lead {
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #464646;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .step .accordion__lead {
    padding: 1.79487vw 2.5641vw;
    font-size: 4.10256vw;
  }
}

.step .accordion dt {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .step .accordion dt {
    margin-top: 5.12821vw;
    gap: 1.28205vw;
    font-size: 4.10256vw;
  }
}

.step .accordion dt > img {
  width: 22px;
}

@media screen and (max-width: 768px) {
  .step .accordion dt > img {
    width: 5.64103vw;
  }
}

.step .accordion dd {
  text-align: center;
}

.step .accordion dd > img {
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .step .accordion dd > img {
    margin: 2.5641vw auto 0;
  }
}

.step .a-mw-127 {
  max-width: 127px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .step .a-mw-127 {
    max-width: 32.5641vw;
  }
}

.step .benefits__hdg {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .step .benefits__hdg {
    margin-top: 10.25641vw;
  }
}

.step .benefits__list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .step .benefits__list {
    margin-top: 3.84615vw;
    gap: 2.5641vw;
  }
}

.step .benefits__list > li {
  width: 170px;
}

@media screen and (max-width: 768px) {
  .step .benefits__list > li {
    width: 43.58974vw;
  }
}

.step .benefits__modal__lead {
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  border-radius: 4px;
  background-color: #464646;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .step .benefits__modal__lead {
    padding: 1.79487vw 2.5641vw;
    font-size: 4.10256vw;
  }
}

.step .benefits__modal__title {
  margin-top: 10px;
  text-align: center;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .step .benefits__modal__title {
    margin-top: 2.5641vw;
    font-size: 6.15385vw;
  }
}

.step .benefits__modal__cardface {
  margin: 20px auto 0;
  display: block;
  width: 112px;
}

@media screen and (max-width: 768px) {
  .step .benefits__modal__cardface {
    margin: 5.12821vw auto 0;
    width: 28.71795vw;
  }
}

.step .benefits__modal__list {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .step .benefits__modal__list {
    margin-top: 6.41026vw;
  }
}

.step .benefits__modal__list > li {
  text-indent: -1em;
  padding-left: 1em;
}

.reason {
  margin: 0;
  padding: 40px 20px;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/bg_reason.jpg) repeat-y center top/100% auto;
}

@media screen and (max-width: 768px) {
  .reason {
    padding: 10.25641vw 5.12821vw;
  }
}

.reason .accordion {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .reason .accordion {
    margin-top: 7.69231vw;
  }
}

.reason .accordion__header {
  gap: 10px;
  padding: 20px 60px 20px 20px;
}

@media screen and (max-width: 768px) {
  .reason .accordion__header {
    gap: 2.5641vw;
    padding: 5.12821vw 15.38462vw 5.12821vw 5.12821vw;
  }
}

.reason .accordion__header > img {
  width: auto;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .reason .accordion__header > img {
    height: 11.53846vw;
  }
}

.reason .accordion__header > span {
  display: block;
  text-align: center;
  flex-grow: 2;
}

.reason .accordion__body h4 {
  margin: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .reason .accordion__body h4 {
    margin: 2.5641vw 0;
    font-size: 4.61538vw;
  }
}

.reason .accordion__body h4 > mark {
  background: linear-gradient(transparent 70%, #F6EF95 0%);
}

.reason .accordion__body hr {
  margin: 30px 0;
  width: 100%;
  height: 8px;
  border: none;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/line_acd.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .reason .accordion__body hr {
    margin: 7.69231vw 0;
    height: 2.05128vw;
  }
}

.reason .accordion__body h5 {
  margin: 20px 0;
  padding: 7px 10px;
  border-radius: 4px;
  background-color: #464646;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .reason .accordion__body h5 {
    margin: 5.12821vw 0;
    padding: 1.79487vw 2.5641vw;
    border-radius: 1.02564vw;
    font-size: 4.10256vw;
  }
}

.reason__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .reason__flex {
    gap: 3.84615vw;
    margin-bottom: 7.69231vw;
  }
}

.reason__flex dt {
  width: 90px;
}

@media screen and (max-width: 768px) {
  .reason__flex dt {
    width: 23.07692vw;
  }
}

.reason__flex dd {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .reason__flex dd {
    font-size: 4.61538vw;
  }
}

.voice {
  margin: 0;
  padding: 40px 20px;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/bg_contents.png) repeat-y center top/100% auto;
}

@media screen and (max-width: 768px) {
  .voice {
    padding: 10.25641vw 5.12821vw;
  }
}

.voice__hdg {
  color: #1A1A1A;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

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

.voice__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .voice__list {
    margin-top: 7.69231vw;
    gap: 5.12821vw;
  }
}

.voice__item dt {
  position: relative;
}

.voice__item dt > img {
  width: 100%;
}

.voice__item dd {
  margin-top: -20px;
  display: flex;
  width: 100%;
  padding: 30px 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #1A1A1A;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .voice__item dd {
    margin-top: -5.12821vw;
    padding: 7.69231vw 5.12821vw 5.12821vw 5.12821vw;
    gap: 2.5641vw;
    border-radius: 1.02564vw;
  }
}

.voice__item__name {
  font-size: 11px;
}

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

.voice__item--001 {
  margin-top: 0;
}

.voice__item--001 dt::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  right: -5px;
  bottom: -20px;
  position: absolute;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/icon_voice_01.png) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .voice__item--001 dt::after {
    width: 15.38462vw;
    height: 15.38462vw;
    right: -1.28205vw;
    bottom: -5.12821vw;
  }
}

.voice__item--002 .voice__item__name {
  align-self: flex-end;
}

.voice__item--002 dt::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  left: -5px;
  bottom: -20px;
  position: absolute;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/icon_voice_02.png) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .voice__item--002 dt::after {
    width: 15.38462vw;
    height: 15.38462vw;
    left: -1.28205vw;
    bottom: -5.12821vw;
  }
}

.voice__item--003 dt::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  right: -5px;
  bottom: -20px;
  position: absolute;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/icon_voice_03.png) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .voice__item--003 dt::after {
    width: 15.38462vw;
    height: 15.38462vw;
    right: -1.28205vw;
    bottom: -5.12821vw;
  }
}

.faq {
  margin: 0;
  padding: 40px 20px;
  background: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 10.25641vw 5.12821vw 25.64103vw;
  }
}

.faq__hdg {
  color: #1A1A1A;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

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

.faq .accordion {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .faq .accordion {
    margin-top: 7.69231vw;
  }
}

.faq .accordion + .faq .accordion {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .faq .accordion + .faq .accordion {
    margin-top: 5.12821vw;
  }
}

.faq .accordion__header {
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .faq .accordion__header {
    gap: 3.84615vw;
  }
}

.faq .accordion__header > img {
  width: auto;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .faq .accordion__header > img {
    height: 11.53846vw;
  }
}

.faq__list {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .faq__list {
    gap: 2.5641vw;
  }
}

.faq__list > dt {
  flex-shrink: 0;
}

.faq__list > dt img {
  width: auto;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .faq__list > dt img {
    height: 11.53846vw;
  }
}

.faq__title {
  margin-top: 20px;
  padding: 7px 10px 10px 10px;
  border-radius: 4px;
  background-color: #464646;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .faq__title {
    margin-top: 5.12821vw;
    padding: 1.79487vw 2.5641vw 2.5641vw 2.5641vw;
    border-radius: 1.02564vw;
    font-size: 4.10256vw;
  }
}

.faq__title > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .faq__title > span {
    font-size: 3.58974vw;
  }
}

.faq__title > span::before {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #fff;
  margin-right: 10px;
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .faq__title > span::before {
    width: 0.51282vw;
    height: 4.10256vw;
    margin-right: 2.5641vw;
  }
}

.faq__title > span::after {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #fff;
  margin-left: 10px;
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .faq__title > span::after {
    width: 0.51282vw;
    height: 4.10256vw;
    margin-left: 2.5641vw;
  }
}

.faq__sub-list {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .faq__sub-list {
    margin-top: 5.12821vw;
    gap: 2.5641vw;
  }
}

.faq__sub-list dt {
  width: 80px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .faq__sub-list dt {
    width: 20.51282vw;
  }
}

.faq__sub-list dd h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .faq__sub-list dd h5 {
    font-size: 4.10256vw;
  }
}

.faq__sub-list dd p {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .faq__sub-list dd p {
    margin-top: 2.5641vw;
  }
}

.faq__sub-list dd p > strong {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .faq__sub-list dd p > strong {
    font-size: 4.10256vw;
  }
}

.faq__table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #1A1A1A;
}

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

.faq__table th, .faq__table td {
  border: 1px solid #1A1A1A;
}

.faq__table th {
  background-color: #EFEFEF;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .faq__table th {
    font-size: 3.33333vw;
    padding: 2.5641vw;
  }
}

.faq__table td {
  padding: 10px 15px;
}

@media screen and (max-width: 768px) {
  .faq__table td {
    padding: 2.5641vw 3.84615vw;
  }
}

.faq__table td[data-type="name"] {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .faq__table td[data-type="name"] {
    font-size: 2.82051vw;
  }
}

.faq__table td[data-type="price"] {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .faq__table td[data-type="price"] {
    font-size: 3.33333vw;
  }
}

.faq__table td[data-type="price"] > span {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .faq__table td[data-type="price"] > span {
    font-size: 5.12821vw;
  }
}

.faq__line {
  margin: 30px 0;
  width: 100%;
  height: 8px;
  border: none;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/line_faq.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .faq__line {
    margin: 7.69231vw 0;
    height: 2.05128vw;
  }
}

.faq__sub-hdg {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .faq__sub-hdg {
    font-size: 5.12821vw;
  }
}

.faq__cta {
  margin-top: 30px;
}

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

.faq__cta h4 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .faq__cta h4 {
    margin-bottom: 2.5641vw;
    font-size: 4.10256vw;
    gap: 1.28205vw;
  }
}

.faq__cta h4::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 13px;
  background: #1a1a1a;
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .faq__cta h4::before {
    width: 0.51282vw;
    height: 3.33333vw;
  }
}

.faq__cta h4::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 13px;
  background: #1a1a1a;
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .faq__cta h4::after {
    width: 0.51282vw;
    height: 3.33333vw;
  }
}

.faq__cta p {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .faq__cta p {
    margin-top: 2.5641vw;
  }
}

.faq__cta .a-fc-red {
  color: #ff0000;
}

.link-text {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 11px;
}

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

.link-text > a {
  color: #015EC5;
  text-decoration: underline;
}

.link-text::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 3px;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/20260313/images/icon_link.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .link-text::after {
    width: 1.28205vw;
    height: 2.05128vw;
    margin-left: 0.76923vw;
  }
}

.link-modal {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 3px;
}

@media screen and (max-width: 768px) {
  .link-modal {
    margin-top: 2.5641vw;
    gap: 0.76923vw;
  }
}

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

.link-modal::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/icon_modal_link.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .link-modal::after {
    width: 3.33333vw;
    height: 3.33333vw;
  }
}

.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-radius: 4px;
  padding-top: 5px;
  z-index: 1;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

@media screen and (max-width: 768px) {
  .modal__content {
    max-width: 100%;
    padding-top: 1.28205vw;
    border-radius: 1.02564vw;
    transform: translateY(5.12821vw);
    margin: 10vh 5.12821vw;
  }
}

.modal.is-open .modal__content {
  transform: translateY(0);
  opacity: 1;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: #F6EF95;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #1a1a1a;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal__close {
    top: 2.5641vw;
    right: 5.12821vw;
    width: 5.12821vw;
    height: 5.12821vw;
    border-radius: 5.12821vw;
    font-size: 5.12821vw;
  }
}

.modal__close::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  border-radius: 1px;
  top: 50%;
  left: 50%;
  background-color: #1a1a1a;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .modal__close::before {
    width: 2.5641vw;
    height: 0.25641vw;
    border-radius: 0.25641vw;
  }
}

.modal__close::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  border-radius: 1px;
  top: 50%;
  left: 50%;
  background-color: #1a1a1a;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .modal__close::after {
    width: 2.5641vw;
    height: 0.25641vw;
    border-radius: 0.25641vw;
  }
}

.modal__body {
  margin-top: 40px;
  padding: 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .modal__body {
    margin-top: 10.25641vw;
    padding: 0 5.12821vw 5.12821vw;
  }
}

.modal__body > *:first-child {
  margin-top: 0;
}

.notes {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .notes {
    margin-top: 2.5641vw;
    gap: 1.28205vw;
  }
}

.notes > li {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .notes > li {
    font-size: 2.82051vw;
    line-height: 1.4;
  }
}

.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.12821vw;
    width: 11.53846vw;
  }
}

.float-btn {
  max-width: 350px;
  width: calc((100% - 396px)/2 - 40px);
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 5;
}

.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: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    padding: 12.82051vw 5.12821vw 3.84615vw;
  }
  .float-btn .click-block {
    display: none;
  }
}

.pc-float-right {
  position: fixed;
  top: 100px;
  right: calc((50vw - 598px) / 2);
  width: 51px;
}

@media screen and (max-width: 1279px) {
  .pc-float-right {
    display: none;
  }
}

.pc-float-cardface {
  position: fixed;
  width: 220px;
  right: calc((50vw - 418px) / 2);
  top: 150px;
}

@media screen and (max-width: 1279px) {
  .pc-float-cardface {
    display: none;
  }
}

.cta-btn {
  display: block;
  width: 100%;
  padding: 15px 28px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  border-radius: 4px;
  background-color: #FF6F00;
  border-radius: 4px;
  border: 1.5px solid #002651;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cta-btn {
    font-size: 5.89744vw;
    padding: 3.84615vw 7.17949vw;
    border-radius: 1.02564vw;
  }
}

.cta-btn > small {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .cta-btn > small {
    font-size: 5.12821vw;
  }
}

.cta-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(/-/media/aeoncard/card/lp/credit_kantan/images/icon_cta-btn_arrow.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .cta-btn::after {
    right: 5.12821vw;
    width: 2.05128vw;
    height: 3.58974vw;
  }
}

.accordion {
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .accordion {
    border-radius: 1.02564vw;
  }
}

.accordion__header {
  width: 100%;
  background-color: #D8EEFF;
  text-align: left;
  position: relative;
  padding: 20px 40px 20px 20px;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .accordion__header {
    font-size: 4.10256vw;
    padding: 5.12821vw 10.25641vw 5.12821vw 5.12821vw;
    border-radius: 1.02564vw 1.02564vw 0 0;
  }
}

.accordion__header__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #1a1a1a;
}

@media screen and (max-width: 768px) {
  .accordion__header__icon {
    width: 6.41026vw;
    height: 6.41026vw;
    right: 3.84615vw;
    border-radius: 6.41026vw;
  }
}

.accordion__header__icon::before, .accordion__header__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  border-radius: 1px;
  background-color: #1a1a1a;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .accordion__header__icon::before, .accordion__header__icon::after {
    width: 3.33333vw;
    height: 0.25641vw;
    border-radius: 0.25641vw;
  }
}

.accordion__header__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__header[aria-expanded="true"] .accordion__header__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion__header[aria-expanded="false"] {
  border-radius: 4px;
  transition-delay: .3s;
}

@media screen and (max-width: 768px) {
  .accordion__header[aria-expanded="false"] {
    border-radius: 1.02564vw;
  }
}

.accordion__panel {
  overflow: hidden;
}

.accordion__body {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #1a1a1a;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

@media screen and (max-width: 768px) {
  .accordion__body {
    padding: 7.69231vw 5.12821vw;
    border-radius: 0 0 1.02564vw 1.02564vw;
  }
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .a-mt25 {
    margin-top: 6.41026vw !important;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .a-mb10 {
    margin-bottom: 2.5641vw !important;
  }
}

.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__btn {
  position: fixed;
  top: 17px;
  right: 96px;
  width: auto;
  height: 44px;
  z-index: 10002;
}

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

.hamburger-menu__icon {
  position: fixed;
  top: 11px;
  right: 25px;
  width: 56px;
  height: 56px;
  background-color: #2C3D8A;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10002;
  overflow: hidden;
}

.hamburger-menu__icon::before {
  content: '';
  position: fixed;
  top: 11px;
  right: 25px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 98;
  box-shadow: 0 15px 22px rgba(44, 61, 138, 0.2);
  transition: 0.2s;
}

.hamburger-menu__icon::after {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 20px;
  height: 20px;
  background-color: #2C3D8A;
  transform: rotate(45deg);
  transition: 0.2s;
}

.hamburger-menu__icon__title {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  transition: 0.3s ease-out;
}

.hamburger-menu__icon__line {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 34px;
  height: 3px;
  background: #fff;
  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 {
  transform: translate(-50%, -15px);
  opacity: 0;
}

.is-active .hamburger-menu__icon__line {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 2px;
}

.is-active .hamburger-menu__icon__line.second {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.is-active .hamburger-menu__contents {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

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

.hamburger-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger-menu__list__item {
  margin: 0;
  padding-top: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hamburger-menu__list__item {
    padding-top: 2.5641vw;
  }
}

.hamburger-menu__list__item .hamburger-menu__list {
  margin-right: 10px;
  border-bottom: 1px solid #2C3D8A;
}

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

@media screen and (max-width: 768px) {
  .hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__item .hamburger-menu__list__link {
    font-size: 3.58974vw;
  }
}

.hamburger-menu__list__item .hamburger-menu__list .hamburger-menu__list__item .hamburger-menu__list__link::after {
  width: 6.5px;
  height: 12px;
  background: url("/-/media/aeoncard/card/lp/credit_kantan/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: 1.66667vw;
    height: 3.07692vw;
  }
}

.hamburger-menu__list__link {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 30px 15px 0;
  display: block;
  position: relative;
  border-bottom: 1px solid #1a1a1a;
}

@media screen and (max-width: 768px) {
  .hamburger-menu__list__link {
    font-size: 4.61538vw;
    padding: 3.84615vw 7.69231vw 3.84615vw 0;
  }
}

.hamburger-menu__list__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 27px;
  height: 27px;
  background: url("/-/media/aeoncard/card/lp/credit_kantan/images/icon_menu_arrow_01.svg") no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .hamburger-menu__list__link::after {
    width: 6.92308vw;
    height: 6.92308vw;
  }
}

@media screen and (min-width: 1280px) {
  .hamburger-menu__contents {
    top: 100px;
    right: calc((100vw + 396px)/2 + 40px);
    padding: 0;
    max-width: 350px;
    background: none;
    box-shadow: none;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
  }
  .hamburger-menu__icon {
    display: none;
  }
  .hamburger-menu__list__item:last-child {
    border-bottom: none;
  }
  .hamburger-menu__list__item .hamburger-menu__list {
    margin-right: 10px;
  }
  .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: 16px;
    font-weight: 400;
  }
  .hamburger-menu__list__link {
    padding: 15px 0;
    line-height: 1.25;
  }
}

@media screen and (max-width: 768px) {
  .hamburger-menu__btn {
    top: 7px;
    right: 57px;
    height: 36px;
  }
  .hamburger-menu__icon {
    top: 4px;
    right: 8px;
    transform: scale(0.75);
    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;
  }
}
