@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..600&display=swap");
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

@media (min-width: 769px) {
  body {
    min-width: 100%;
  }
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

ul, li {
  list-style: none;
}

a:hover, button:hover {
  opacity: .4;
  transition: .5s ease-out;
}

.qx-active_nav {
  color: #929bd2 !important;
}

main {
  max-width: 390px;
  width: 100%;
  background: #EFF7F6;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  border-left: 1px solid #4653A2;
  border-right: 1px solid #4653A2;
  border-top: 4px solid #4653A2;
}

@media (max-width: 391px) {
  main {
    border: none;
    border-top: 4px solid #4653A2;
  }
  body {
    font-size: 3.58974vw;
  }
  p {
    font-size: 3.58974vw;
  }
}

.qx-fixed__center {
  flex: 1 0 390px;
}

.qx-card_new {
  transform-origin: left bottom;
  width: 100px;
}

button {
  border: 0;
  background: none;
}

.o-header {
  z-index: 2;
  background: #fff;
  border-bottom: 2px solid #2C3D8A;
  position: fixed;
  top: 0;
  left: 0;
}

.qx-outer {
  position: relative;
  margin-top: 74px;
}

.qx-outer img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .qx-outer {
    margin-top: 50px;
  }
  .o-header {
    border-bottom: 4px solid #2C3D8A;
  }
}

.qx-bnr__diamond {
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
  text-align: center;
  background: url(/-/media/aeoncard/campaign/lp/fuji/20250130/images/bnr__diamond_bg.png) no-repeat;
  background-size: 100% 100%;
}

.qx-bnr__diamond > div {
  display: inline-block;
  padding: 7px 5px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
}

.qx-bnr__diamond > div span {
  font-size: 15px;
}

.qx-bnr__diamond > div .qx-bnr__diamond__shadow {
  text-shadow: 2px 3px #2c3365;
  font-size: 20px;
}

.qx-bnr__diamond > div strong {
  font-size: 27px;
}

.qx-bnr__diamond.qx-bnr__diamond_02 > div {
  font-size: 13px;
}

.qx-bnr__diamond.qx-bnr__diamond_02 > div .qx-bnr__diamond__middle {
  font-size: 16px;
}

.qx-bnr__diamond.qx-bnr__diamond_02 > div strong {
  text-shadow: 2px 3px #3D498E;
}

.qx-bnr__diamond::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 15px 7px 0;
  border-color: #4653A2 transparent transparent transparent;
  border-style: solid;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.qx-bnr__diamond.qx-bnr__diamond_02::after {
  border-color: #4653A2 transparent transparent transparent;
}

.qx-bnr__diamond_w {
  width: 310px;
}

.qx-bnr__diamond_w2 div {
  line-height: 1.4;
}

@media (max-width: 391px) {
  .qx-bnr__diamond > div strong {
    font-size: 6.92308vw;
  }
  .qx-bnr__diamond.qx-bnr__diamond_02 > div {
    font-size: 3.33333vw;
  }
  .qx-bnr__diamond.qx-bnr__diamond_02 > div .qx-bnr__diamond__middle {
    font-size: 4.10256vw;
  }
  .qx-bnr__diamond {
    max-width: 100%;
  }
  .qx-bnr__diamond > div span {
    font-size: 3.84615vw;
  }
}

.qx-note {
  font-size: 12px;
}

.qx-note li {
  text-indent: -1em;
  margin-left: 1em;
}

.qx-note li ~ li {
  margin-top: 4px;
}

.qx-note__karute li {
  text-indent: -1em;
  margin-left: 1em;
}

.qx-note__karute li ~ li {
  margin-top: 2px;
}

.qx-bg__white {
  background: #fff;
}

.qx-bg__blue {
  background: #E2E5F2;
}

.qx-overflow__hidden {
  overflow: hidden;
}

.qx-ttl_dec {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  display: inline-block;
}

.qx-ttl_dec strong {
  font-size: 20px;
}

p.qx-ttl_dec {
  margin-bottom: 15px;
  position: relative;
  padding: 0 12px;
}

.qx-ttl_dec:before, .qx-ttl_dec:after {
  content: "";
  background: #00A73C;
  height: 90%;
  display: inline-block;
  width: 1px;
  position: absolute;
  bottom: 5%;
}

.qx-ttl_dec:before {
  transform: rotate(135deg);
  left: 0;
}

.qx-ttl_dec:after {
  transform: rotate(45deg);
  right: 0;
}

.qx-inner__02 {
  padding-left: 20px;
  padding-right: 20px;
}

.qx-heading__01 {
  text-align: center;
}

.qx-heading__01 .qx-heading__01__inner {
  letter-spacing: 0.002em;
  font-size: 27px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
  padding: 10px;
  display: inline-block;
}

.qx-heading__01 .qx-heading__01__inner img {
  position: absolute;
  width: 38px;
}

.qx-heading__01 .qx-heading__01__inner img:nth-of-type(1) {
  top: 22px;
  left: -18px;
}

.qx-heading__01 .qx-heading__01__inner img:nth-of-type(2) {
  bottom: -7px;
  right: -20px;
}

p.qx-ttl_dec_01 {
  font-size: 16px;
  padding: 0 15px;
}

.qx-ttl_dec_01 strong {
  font-size: 20px;
}

.qx-ttl_dec_01:before, .qx-ttl_dec_01:after {
  background: #000;
  bottom: 0;
}

.qx-ttl_dec_01_line:before {
  transform: rotate(145deg);
}

.qx-ttl_dec_01_line:after {
  transform: rotate(35deg);
}

.qx-heading__01 strong {
  font-size: 36px;
  line-height: 1.2;
  display: inline-block;
}

.qx-heading__01 strong span {
  font-size: 44px;
}

.qx-heading__01 p.qx-ttl_dec {
  font-size: 20px;
  margin-bottom: 0;
}

.qx-heading__02 {
  font-size: 20px;
  margin-bottom: 30px;
}

.qx-heading__02 strong {
  font-size: 29px;
}

.qx-ttl__01 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  color: #4653A2;
  margin-bottom: 15px;
}

.qx-ttl__01 strong {
  font-size: 38px;
}

.qx-ttl__01:before, .qx-ttl__01:after {
  content: "";
  height: 100%;
  display: inline-block;
  width: 24px;
  position: absolute;
  bottom: 0;
}

.qx-ttl__01:before {
  background: url(/-/media/aeoncard/campaign/lp/fuji/20250130/images/ttl_line_left.svg) no-repeat center;
  left: 0;
  background-size: contain;
}

.qx-ttl__01::after {
  background: url(/-/media/aeoncard/campaign/lp/fuji/20250130/images/ttl_line_right.svg) no-repeat center;
  right: 0;
  background-size: contain;
}

.qx-ttl__height__01 {
  padding: 0 40px;
}

.qx-ttl__height__01:before, .qx-ttl__height__01:after {
  width: 40px;
}

.qx-bg__ttl_01 {
  position: relative;
}

.qx-bg__ttl_01 .qx-star__left {
  left: 14px;
  bottom: 24px;
}

.qx-bg__ttl_01 .qx-star__right {
  right: 16px;
  top: 24px;
}

.qx-star__left, .qx-star__right {
  width: 18px;
  position: absolute;
  transition: opacity 0.94s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 772ms;
}

.qx-star__left {
  animation: text-image-2 1.5s steps(2, start) infinite;
}

.qx-star__right {
  animation: text-image-1 1.5s steps(2, start) infinite;
}

.qx-bg__ttl_02 {
  position: relative;
}

.qx-bg__ttl_02 .qx-star__left {
  left: 18px;
  top: 28px;
}

.qx-bg__ttl_02 .qx-star__right {
  right: 16px;
  top: 18px;
}

.qx-inner__01_p {
  font-size: 16px;
  margin-bottom: 20px;
}

.qx-link__01 {
  color: #119FDF;
  text-decoration: underline;
  text-indent: initial;
  display: inline-block;
}

.qx-link__01 img {
  margin-left: 3px;
}

.qx-link__02 {
  color: #00A73C;
  text-decoration: underline;
  font-size: 12px;
}

.qx-color__red {
  color: #FF0000;
}

.qx-color__gray {
  color: #7D7D7D;
}

.qx-color__purple {
  color: #E5005C;
}

.qx-color__main {
  color: #00A73C;
}

.qx-color__blue {
  color: #4653A2;
}

.qx-color__pink {
  color: #E5005C;
}

.qx-color__initial {
  color: initial !important;
}

.qx-sec__frame_kv {
  padding-left: 20px;
  padding-right: 20px;
}

.qx-sec__frame {
  padding: 45px 20px 50px;
}

.qx-inner__01_frame {
  margin-bottom: 30px;
}

.qx-iframe {
  width: 100%;
  height: 177px;
}

.qx-inner__01 {
  padding: 30px 20px;
  border-top: 4px solid #4653A2;
  background: #ffffff;
}

.qx-inner__01 ~ .qx-inner__01 {
  margin-top: 30px;
}

@media (max-width: 391px) {
  .qx-ttl__height__01:before, .qx-ttl__height__01:after {
    width: 10.25641vw;
  }
  .qx-ttl__height__01 {
    padding: 0 10.25641vw;
  }
  .qx-ttl__01 strong {
    font-size: 9.74359vw;
  }
  .qx-ttl__01 {
    font-size: 6.15385vw;
  }
  .qx-link__01 {
    font-size: 3.07692vw;
  }
  .qx-heading__01 strong span {
    font-size: 11.28205vw;
  }
  .qx-link__02 {
    font-size: 3.07692vw;
  }
  .qx-note {
    font-size: 3.07692vw;
  }
  .qx-heading__01 p.qx-ttl_dec {
    font-size: 5.12821vw;
    padding: 0 5.12821vw;
  }
  .qx-heading__01 .qx-heading__01__inner {
    font-size: 6.92308vw;
    margin-bottom: 2.5641vw;
    padding: 2.5641vw;
  }
  .qx-heading__01 .qx-heading__01__inner img:nth-of-type(1) {
    width: 30px;
    left: -16px;
  }
  .qx-heading__01 .qx-heading__01__inner img:nth-of-type(2) {
    width: 25px;
    right: -18px;
  }
  p.qx-ttl_dec {
    font-size: 5.12821vw;
    padding: 0 3.33333vw;
  }
  .qx-bg__ttl_02 {
    position: relative;
  }
  .qx-bg__ttl_02 .qx-star__left {
    left: 4.61538vw;
    top: 7.17949vw;
  }
  .qx-bg__ttl_02 .qx-star__right {
    right: 4.10256vw;
    top: 4.61538vw;
  }
  .qx-inner__01_p {
    font-size: 4.10256vw;
  }
  .qx-inner__01 {
    padding: 7.69231vw 5.12821vw 11.53846vw;
  }
  .qx-sec__frame_kv {
    padding-left: 15px;
    padding-right: 15px;
  }
  .qx-inner__02 {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }
  .qx-sec__frame {
    padding: 11.53846vw 5.12821vw 12.82051vw;
  }
  .qx-heading__01 {
    font-size: 5.64103vw;
  }
  .qx-heading__01 strong {
    font-size: 7.9vw;
  }
  .qx-iframe {
    width: 246px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
  }
  p.qx-ttl_dec_01 {
    padding: 0 3.5vw;
    font-size: 4.10256vw;
  }
  p.qx-ttl_dec_01 strong {
    font-size: 5.12821vw;
  }
  .qx-ttl_dec_01:before {
    transform: rotate(145deg);
  }
  .qx-ttl_dec_01:after {
    transform: rotate(35deg);
  }
}

.qx-fontsize__8 {
  font-size: 8px !important;
}

.qx-fontsize__10 {
  font-size: 10px !important;
}

.qx-fontsize__12 {
  font-size: 12px !important;
}

.qx-fontsize__14 {
  font-size: 14px !important;
}

.qx-fontsize__16 {
  font-size: 16px !important;
}

.qx-fontsize__18 {
  font-size: 18px !important;
}

.qx-fontsize__20 {
  font-size: 20px !important;
}

.qx-fontsize__24 {
  font-size: 24px !important;
}

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

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

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

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

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

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

.qx-0t__0 {
  padding-top: 0 !important;
}

.qx-fontweight_bold {
  font-weight: bold;
}

.qx-textdec_under {
  text-decoration: underline;
}

.qx-textdec__under__pen {
  background-image: linear-gradient(to bottom, transparent 70%, #FFE100 70%, #FFE100 100%);
}

.qx-attention__accodion {
  margin-top: 30px;
  border: 1px solid #000000;
}

.qx-attention__accodion_title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.accordion-title {
  position: relative;
  background: #4653A2;
  padding: 9px 10px 11px;
  text-align: center;
}

.accordion-icon {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 13px;
  height: 13px;
}

.accordion-icon::before, .accordion-icon:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1.5px;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.accordion-icon::before {
  transform: rotate(90deg);
}

.accordion-title.-isActive .accordion-icon::before {
  transform: rotate(0);
}

.accordion-body {
  border-top: 1px solid #000000;
  display: none;
}

.accordion-body-inner {
  padding: 25px 20px;
}

.qx-btn__apply {
  border: 1px solid #000000;
  background: #E5005C;
  border-radius: 50px;
  max-width: 310px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 4px #D2D2D2;
}

.qx-btn__apply::after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(/-/media/aeoncard/campaign/lp/fuji/20250130/images/btn_icon.svg) no-repeat;
  background-size: contain;
}

.qx-btn__apply_warpper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 391px) {
  .qx-attention__accodion_title {
    font-size: 5.12821vw;
  }
  .accordion-title {
    padding: 2.30769vw 2.5641vw 2.82051vw;
  }
  .qx-mt__50 {
    margin-top: 12.82051vw !important;
  }
  .qx-mt__40 {
    margin-top: 10.25641vw !important;
  }
  .qx-mt__30 {
    margin-top: 7.69231vw !important;
  }
  .qx-mt__20 {
    margin-top: 5.12821vw !important;
  }
  .qx-mt__10 {
    margin-top: 2.5641vw !important;
  }
  .qx-mt__5 {
    margin-top: 1.28205vw !important;
  }
  .qx-fontsize__8 {
    font-size: 2.05128vw !important;
  }
  .qx-fontsize__10 {
    font-size: 2.5641vw !important;
  }
  .qx-fontsize__12 {
    font-size: 3.07692vw !important;
  }
  .qx-fontsize__14 {
    font-size: 3.58974vw !important;
  }
  .qx-fontsize__16 {
    font-size: 4.10256vw !important;
  }
  .qx-fontsize__18 {
    font-size: 4.61538vw !important;
  }
  .qx-fontsize__20 {
    font-size: 5.12821vw !important;
  }
  .qx-fontsize__24 {
    font-size: 6.15385vw !important;
  }
  .qx-btn__apply::after {
    width: 6.66667vw;
    height: 6.66667vw;
    right: 5.12821vw;
  }
  .qx-btn__apply {
    font-size: 4.10256vw;
  }
  .accordion-body-inner {
    padding: 6.41026vw 3.84615vw;
  }
  .qx-btn__apply_warpper {
    margin-top: 10.25641vw;
  }
  .qx-attention__accodion {
    margin-top: 7.69231vw;
  }
}

img.qx-img__width {
  max-width: 270px;
  width: 100%;
}

.qx-fixed__top {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EFF7F6;
  overflow: auto;
}

.qx-fixed__top_wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 110px auto 0;
  margin-bottom: 90px;
}

.qx-fixed__top_wrapper::before, .qx-fixed__top_wrapper::after {
  content: "";
  width: 160px;
  height: 160px;
  background: #EFF7F6;
  position: absolute;
  transform: rotate(45deg);
  z-index: 3;
}

.qx-fixed__top_wrapper::before {
  left: 0;
  top: -120px;
  transform-origin: left top;
  border-right: 1px solid #4653A2;
}

.qx-fixed__top_wrapper::after {
  right: 0;
  bottom: -120px;
  transform-origin: right bottom;
  border-left: 1px solid #4653A2;
}

.qx-fixed__top_container {
  border: 1px solid #4653A2;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.qx-fixed__top_container nav ul, .qx-fixed__top_container .qx-fixed__right {
  width: 345px;
}

.qx-fixed__top_container nav ul {
  padding-left: 75px;
  padding-right: 45px;
}

.qx-fixed__top_container nav ul li {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  border-top: 1px solid #4653A2;
  line-height: 1.45;
}

.qx-fixed__top_container nav ul li a {
  color: #4653A2;
}

.qx-fixed__top_container nav ul li:first-of-type {
  border-top: 0;
}

.qx-fixed__top_container nav ul li span {
  display: block;
  font-size: 14px;
}

.qx-fixed__top_container .qx-fixed__right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 100px;
}

.qx-fixed__top_container .qx-fixed__right .qx-fixed__card {
  max-width: 145px;
  margin-top: 35px;
}

.qx-fixed__top_container_bg_none {
  background: none;
  margin: auto;
  border: none;
}

.qx-fixed__top_container_bg_none nav ul {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.qx-fixed__top_container_bg_none nav ul li {
  border-top: 1px solid #DBDBDB;
}

.qx-fixed__top_container.qx-fixed__top_container_bg_none nav ul {
  padding: 0;
}

@media (min-width: 769px) and (max-width: 1450px) {
  .qx-fixed__top_container nav ul li span {
    font-size: 11px;
  }
  .qx-card_new {
    width: 80px;
  }
  .qx-fixed__top_wrapper {
    max-width: 930px;
  }
  .qx-fixed__top_container nav ul li {
    font-size: 16px;
    padding: 15px 0;
  }
  .qx-fixed__top_container {
    padding: 15px;
  }
  .qx-fixed__top_container nav ul {
    padding-left: 35px;
    padding-right: 20px;
  }
  .qx-fixed__top_container nav ul, .qx-fixed__top_container .qx-fixed__right {
    width: 245px;
  }
  .qx-fixed__top_container .qx-fixed__right {
    padding-top: 70px;
  }
  .qx-fixed__top_container .qx-fixed__right .qx-fixed__card {
    max-width: 120px;
    margin-top: 20px;
  }
  .qx-fixed__top_wrapper::before, .qx-fixed__top_wrapper::after {
    width: 125px;
  }
}

@media (min-width: 769px) and (max-width: 1040px) {
  .qx-fixed__top_container nav ul li span {
    font-size: 8px;
  }
  .qx-fixed__top_wrapper {
    max-width: 756px;
  }
  .qx-fixed__top_container nav ul li {
    font-size: 15px;
    padding: 12px 0;
  }
  .qx-fixed__top_container {
    padding: 15px 0;
  }
  .qx-fixed__top_container nav ul {
    padding-left: 30px;
    padding-right: 15px;
  }
  .qx-fixed__top_container nav ul, .qx-fixed__top_container .qx-fixed__right {
    width: 183px;
  }
  .qx-fixed__top_container .qx-fixed__right {
    padding-top: 70px;
  }
  .qx-fixed__top_container .qx-fixed__right .qx-fixed__card {
    max-width: 90px;
    margin-top: 25px;
  }
  .qx-fixed__top_wrapper::before, .qx-fixed__top_wrapper::after {
    width: 115px;
  }
}

@media (max-width: 768px) {
  .qx-fixed__top_wrapper {
    display: none;
  }
}

.qx-kv {
  padding-top: 5px;
  padding-bottom: 20px;
}

.qx-kv__body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.qx-kv__body .qx-kv__img__right {
  max-width: 200px;
}

.qx-kv__body .qx-kv__card {
  margin: 0 15px 0 5px;
  padding-bottom: 15px;
  position: relative;
}

.qx-kv__card__img {
  animation: card_animation02 2.5s infinite ease-in-out;
  width: 110px;
}

.qx-kv__body .qx-kv__card::after {
  content: "";
  width: 90%;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.qx-kv__bottom {
  margin-top: 20px;
  text-align: center;
}

.qx-kv__bottom img {
  width: 94%;
}

.qx-kv__img__right, .qx-kv__img__left {
  opacity: 1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

.qx-kv__img__right {
  animation-name: kv-right;
}

.qx-kv__img__left {
  animation-name: kv-left;
}

.qx-top__bottom__area {
  background: #4653A2;
  padding: 20px 0;
  color: #fff;
}

@media (max-width: 391px) {
  .qx-kv__body .qx-kv__img__right {
    width: 53.84615vw;
  }
  img.qx-img__width {
    width: 69.23077vw;
  }
  .qx-kv__body img {
    max-width: 28.20513vw;
  }
  .qx-kv__body .qx-kv__card {
    margin: 0 5.12821vw;
  }
}

.qx-birth__period {
  font-size: 22px;
  background: #4653A2;
  padding: 15px 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 18px 0 15px;
}

.qx-birth__period .qx-birth__period_date {
  font-size: 14px;
}

.qx-birth__period .qx-birth__period_date strong {
  font-size: 19px;
}

.qx-birth__img {
  text-align: center;
}

.qx-birth__img img {
  width: 270px;
}

.qx-birth__p {
  margin-top: 25px;
}

.qx-birth__accodion .qx-attention__accodion_title {
  font-size: 24px;
}

.qx-birth__accodion .accordion-icon {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
}

.qx-birth__accodion .accordion-icon::before, .qx-birth__accodion .accordion-icon:after {
  background: #4653A2;
  width: 10px;
}

.qx-birth__discount {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
}

.qx-birth__discount li {
  text-align: center;
  margin: 0 10px;
}

.qx-birth__discount li p {
  font-size: 10px;
  margin-top: 8px;
}

.qx-birth__discount li p span {
  font-size: 12px;
  font-weight: bold;
  color: #2C3E8A;
}

.qx-birth__discount img {
  height: 45px;
}

.qx-birth__step:first-of-type {
  margin-top: 30px;
}

.qx-birth__step h3 {
  font-size: 16px;
  color: #2C3E8A;
  background-color: #E7EBFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #2C3D8A;
  height: 38px;
}

.qx-birth__step h3 .qx-birth__step__content {
  display: inline-block;
  padding: 0 10px;
  width: calc(100% - 120px);
  text-align: center;
}

.qx-birth__step h3 .qx-birth__step__num {
  width: 120px;
  height: 100%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(/-/media/aeoncard/campaign/lp/fuji/20250130/images/birth_ttl_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: -1px 0;
}

.qx-birth__step h3 .qx-birth__step__num strong {
  font-size: 28px;
  margin-left: 3px;
  margin-bottom: 3px;
  line-height: 1;
  padding-right: 5px;
}

.qx-birth__step__body {
  padding: 20px 15px;
  border-left: 1px solid #2C3D8A;
  border-right: 1px solid #2C3D8A;
  border-bottom: 1px solid #2C3D8A;
}

.qx-birth__triangle {
  margin: 10px 0;
}

.qx-birth__triangle .qx-birth__triangle__shap {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #4653A2;
  margin: auto;
}

.qx-birth__noneentry {
  font-size: 14px;
  text-align: center;
}

.qx-birth__noneentry span {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 391px) {
  .qx-birth__step h3 .qx-birth__step__content {
    font-size: 4.10256vw;
    padding: 0 1.5vw;
    width: calc(100% - 24.35897vw);
  }
  .qx-birth__step h3 .qx-birth__step__num {
    width: 24.35897vw;
    font-size: 3.07692vw;
    padding-right: 2.5641vw;
  }
  .qx-birth__step h3 .qx-birth__step__num strong {
    font-size: 7.17949vw;
    margin-left: 2px;
  }
  .qx-birth__accodion .qx-attention__accodion_title {
    font-size: 6.15385vw;
  }
  .qx-birth__accodion .accordion-icon {
    right: 12px;
  }
  .qx-birth__noneentry {
    font-size: 3.58974vw;
  }
  .qx-birth__noneentry span {
    font-size: 4.10256vw;
  }
  .qx-birth__period {
    padding: 12px 5px;
    font-size: 5.64103vw;
  }
  .qx-birth__period .qx-birth__period_date {
    font-size: 3.58974vw;
  }
  .qx-birth__img img {
    width: 69.23077vw;
  }
}

.qx-entry__weblimit {
  position: absolute;
  width: 55px;
  left: 8px;
  top: 0;
}

.qx-entry__aeonwallet {
  width: 30px;
  margin-left: 3px;
}

.qx-entry__download {
  margin-top: 25px;
  padding: 20px 20px 25px;
  border: 1px solid #000;
  background: #F6F6F6;
  border-radius: 28px;
}

.qx-entry__download_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
}

.qx-entry__download_btn li {
  margin: 0 2px;
}

.qx-entry__download_btn li img {
  height: 35px;
}

.qx-entry__item {
  background: #fff;
  margin-top: 20px;
  position: relative;
  border: 1px solid #2C3D8A;
}

.qx-entry__item .qx-entry__item__top {
  background: #4653A2;
  border-left: 1px solid #2C3D8A;
  border-right: 1px solid #2C3D8A;
  border-bottom: 1px solid #2C3D8A;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 4px 5px 9px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.qx-entry__item .qx-entry__item__top strong {
  font-size: 36px;
  margin-left: 3px;
  line-height: 1;
  display: block;
}

.qx-entry__item .qx-entry__item__top span {
  margin-bottom: 3px;
  display: block;
  line-height: 1;
}

.qx-entry__item .qx-entry__item__content {
  position: relative;
  padding: 20px;
}

.qx-entry__item .qx-entry__item__content h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2C3D8A;
  margin-bottom: 20px;
  line-height: 1.3;
}

.qx-entry__item__content__h3 {
  padding-left: 25px;
}

.qx-entry__item__aeonpay {
  margin-top: 56px;
}

.qx-logo__aeonpay {
  width: 220px;
}

.qx-img__aeonpay {
  width: 142px;
}

.qx-entry__use__ttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url(/-/media/aeoncard/campaign/lp/fuji/20250130/images/bnr__diamond_bg.png) no-repeat;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  height: 55px;
  padding: 0 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -25.25px;
  background-size: 100% 100%;
}

@media (max-width: 391px) {
  .qx-entry__use__ttl {
    max-width: 76.92308vw;
    height: 14.10256vw;
    margin-top: -6.53846vw;
    font-size: 3.84615vw;
  }
  .qx-img__aeonpay {
    width: 36.41026vw;
  }
  .qx-entry__item .qx-entry__item__top {
    font-size: 5.12821vw;
  }
  .qx-entry__item .qx-entry__item__top strong {
    font-size: 9.23077vw;
  }
  .qx-entry__item .qx-entry__item__top span {
    margin-bottom: 0.76923vw;
  }
  .qx-entry__item .qx-entry__item__content h3 {
    font-size: 5.12821vw;
  }
  .qx-entry__download_btn li img {
    height: 30px;
  }
  .qx-entry__download {
    margin-top: 6.41026vw;
    padding: 5.12821vw 5.12821vw 6.41026vw;
  }
  .qx-entry__weblimit {
    width: 11.53846vw;
  }
  .qx-star__left, .qx-star__right {
    width: 4.61538vw;
  }
  .qx-bg__ttl_01 .qx-star__left {
    left: 4.10256vw;
    bottom: 6.15385vw;
  }
  .qx-bg__ttl_01 .qx-star__right {
    right: 4.61538vw;
    top: 6.15385vw;
  }
}

div.qx-modal__detail__container {
  max-width: 350px;
  max-height: none;
  padding: 50px 25px;
  height: auto;
  margin-bottom: 100px;
}

div.qx-modal__detail__container .modal_closeBtn {
  background: #D9D9D9;
}

div.qx-modal__detail__container .modal_closeBtn::before, div.qx-modal__detail__container .modal_closeBtn::after {
  background: #A0A0A0;
}

.qx-benefits_qa img {
  width: 30px;
  margin-bottom: 10px;
}

.qx-benefits__detail {
  margin-top: 30px;
}

.qx-benefits__detail_frame {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
}

.qx-benefits__detail_frame li:first-of-type {
  margin-right: 10px;
  flex: 1 0 95px;
}

.qx-benefits__model__detail ~ .qx-benefits__model__detail {
  margin-top: 30px;
}

.qx-benefits__model__detail h5 {
  font-size: 16px;
  color: #4653A2;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-benefits__model__detail h5 img {
  margin-right: 5px;
}

.qx-benefits__model__detail h5 .qx-benefits__model_img_01 {
  width: 24px;
}

.qx-benefits__model__detail h5 .qx-benefits__model_img_02 {
  width: 183px;
}

.qx-benefits__ticket {
  max-width: 270px !important;
}

.qx-limit__item_frame {
  margin-top: 10px;
  margin-bottom: 60px;
}

.qx-limit__item_frame:last-of-type {
  margin-bottom: 0;
}

.qx-limit__item_ttl {
  background: url(/-/media/aeoncard/campaign/lp/fuji/20250130/images/happy_bg.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
  font-size: 23px;
  color: #fff;
  padding: 8px 0 10px 130px;
  position: relative;
}

.qx-limit__item_ttl img {
  width: 90px;
  position: absolute;
  top: -5px;
  left: 20px;
}

.qx-limit__item_ttl strong {
  font-size: 40px;
}

.qx-limit__item_ttl_bg02 {
  background: url(/-/media/aeoncard/campaign/lp/fuji/images/limit_bg_02.svg) no-repeat left bottom/100% auto, linear-gradient(to bottom, #EFF7F6 50%, #fff 50%);
}

.qx-limit__item_ttl_h4, .qx-limit__item_ttl_h4_02 {
  color: #4653A2;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
}

.qx-limit__item_ttl_h4 {
  font-size: 18px;
}

.qx-limit__item_ttl_h4_02 {
  font-size: 23px;
}

.qx-limit__item_ttl_h4 span {
  font-size: 16px;
}

.qx-limit__item_ttl_h4_02 strong {
  font-size: 32px;
}

.qx-limit__item_ttl_h4_02 span {
  font-size: 18px;
}

.qx-limit__item_ttl_h4 b {
  font-size: 30px;
  line-height: 1;
}

.qx-limit__item_container {
  padding: 20px 20px 45px;
}

.qx-limit__step {
  background: url(/-/media/aeoncard/campaign/lp/fuji/images/limit_step_bg.svg) no-repeat left bottom;
  background-size: 100%;
  padding: 5px 10px 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

[aria-hidden="true"] {
  display: block;
}

[aria-hidden="false"] {
  display: none;
}

.qx-tab__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-benifits__tab {
  margin-top: 40px;
}

.qx-benifits__tab__label {
  font-weight: bold;
  font-size: 18px;
  color: #4653A2;
  border: 1px solid #4653A2;
  width: 155px;
  height: 34px;
  margin: 0 20px;
  text-align: center;
  position: relative;
}

.qx-benifits__tab__label::after {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  background: #fff;
  bottom: -3px;
  left: 0;
}

.qx-benifits__tab__label[aria-selected="true"] {
  background: #E2E5F2;
  z-index: 1;
}

.qx-benifits__tab__label[aria-selected="true"]::after {
  background: #E2E5F2;
}

.qx-benifits__tab__content {
  border-top: 1px solid #4653A2;
  border-bottom: 1px solid #4653A2;
  position: relative;
  padding: 40px 20px;
}

.qx-benifits__tab__content[aria-hidden="true"] {
  background: #E2E5F2;
}

@media (max-width: 391px) {
  .qx-benifits__tab__content {
    border-left: 1px solid #4653A2;
    border-right: 1px solid #4653A2;
  }
  .qx-limit__item_ttl_h4_02 {
    font-size: 5.89744vw;
  }
  .qx-limit__item_ttl_h4_02 strong {
    font-size: 8.20513vw;
  }
  .qx-benefits__ticket {
    max-width: 69.23077vw !important;
  }
  .qx-limit__item_frame {
    margin-top: 7.69231vw;
  }
  .qx-limit__item_ttl strong {
    font-size: 10.25641vw;
  }
  .qx-limit__item_ttl span {
    font-size: 5.89744vw;
  }
  .qx-limit__item_ttl {
    padding: 2.05128vw 0 2.5641vw 33.33333vw;
  }
  .qx-limit__item_ttl img {
    width: 23.07692vw;
    top: -1.28205vw;
    left: 5.12821vw;
  }
  .qx-limit__item_container {
    padding: 5.12821vw 5.12821vw 11.53846vw;
  }
  .qx-limit__item_ttl_h4 {
    font-size: 4.35897vw;
    margin-bottom: 6.41026vw;
  }
  .qx-limit__item_ttl_h4 span {
    font-size: 4.10256vw;
  }
}

.qx-family__h4 {
  color: #fff;
  padding: 10px 20px;
  background: #4653A2;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.qx-family__h4 span {
  margin-top: 3px;
  margin-right: 3px;
}

.qx-family__h4 strong {
  font-size: 40px;
}

.qx-family__h4::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: #fff;
  left: -5px;
  top: -5px;
  transform: rotate(55deg) translate(-50%, -50%);
  transform-origin: left top;
}

.qx-family__h4::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid #000;
  border-bottom: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(190deg);
}

.qx-family_item_frame {
  margin-top: 40px;
  position: relative;
}

.qx-family_item_container {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 30px 20px 45px;
}

.qx-family__h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  color: #4653A2;
}

@media (max-width: 391px) {
  .qx-family__h3 {
    font-size: 5.64103vw;
    margin-bottom: 6.41026vw;
  }
  .qx-family_item_container {
    padding: 7.69231vw 5.12821vw 11.53846vw;
  }
  .qx-family__h4 span {
    margin-right: 2.05128vw;
  }
}

.qx-card__card {
  width: 145px;
}

.qx-card__ttl {
  font-size: 24px;
  color: #4653A2;
  margin-bottom: 20px;
  text-align: center;
}

.qx-card__detail {
  margin-top: 30px;
  font-size: 12px;
}

.qx-card__detail th, .qx-card__detail td {
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  text-align: left;
}

.qx-card__detail th {
  width: 110px;
  padding-left: 10px;
  padding-right: 10px;
  background: #FAFAFA;
}

.qx-card__detail td {
  padding-left: 6px;
  padding-right: 6px;
}

.qx-card__detail span {
  background: #E7EBFF;
  font-size: 10px;
  padding: 2px 5px 3px;
  border-radius: 4px;
  display: inline-block;
}

.qx-card__detail span:not(:last-child) {
  margin-right: 5px;
}

.qx-card__brands {
  width: 125px;
}

@media (max-width: 391px) {
  .qx-card__detail {
    margin-top: 7.69231vw;
    font-size: 3.07692vw;
  }
  .qx-card__detail th, .qx-card__detail td {
    padding-top: 2.5641vw;
    padding-bottom: 2.5641vw;
  }
  .qx-card__detail th {
    width: 28.20513vw;
    padding-left: 2.5641vw;
    padding-right: 2.5641vw;
  }
  .qx-card__detail span {
    font-size: 2.30769vw;
  }
  .qx-card__detail td {
    padding-left: 2.5641vw;
    padding-right: 2.5641vw;
  }
}

.qx-karute__cpnum {
  text-align: right;
}

.qx-karute__cpnum span {
  padding: 5px;
  border: 1px solid #000;
  display: inline-block;
}

.qx-karute_item {
  margin-bottom: 20px;
}

.qx-karute_item h4 {
  background-color: #e5e5e5;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.qx-karute_item .qx-rule__texts {
  margin-top: 20px;
}

.qx-karute_item h4
.table_sp_overflow th {
  background-color: #ececec;
}

.modal_textArea .qx-karute_item h4 {
  background-color: #a0a0a0;
  color: #ffffff;
}

.modal_textArea .qx-sec__frame {
  padding: 10px;
}

.table_sp_overflow th:first-child,
.table_sp_overflow td:first-child {
  background-color: #ececec;
}

.c-table th,
.c-table td {
  font-size: 14px;
  border: 1px solid #707070;
}

.table_sp_overflow {
  overflow: hidden;
  overflow-x: scroll;
}

.table_sp_overflow table tr > th:first-of-type {
  width: 150px;
}

.table_sp_overflow table tr > td:first-of-type {
  width: 150px;
}

.table_sp_overflow table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.table_sp_overflow td,
.table_sp_overflow th {
  width: 150px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}

.table_sp_overflow thead tr th {
  position: sticky;
  top: 0;
  height: 30px;
}

.table_sp_overflow th:first-child,
.table_sp_overflow td:first-child {
  position: sticky;
  left: 0;
  text-align: center;
  right: 0px;
  width: 100px;
}

.table_sp_overflow th:first-child {
  z-index: 3;
}

.c-table th, .c-table td {
  padding: 0.4em;
  text-align: center;
}

.hamburger-menu__icon {
  position: fixed;
  background-color: #4653A2;
  top: 11px;
  right: 25px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10002 !important;
  overflow: hidden;
}

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

.hamburger-menu__icon__line {
  position: absolute;
  top: 15px;
  left: 28px;
  transform: translate(-50%, -50%);
  display: block;
  width: 23px;
  height: 3px;
  background: #fff;
  transition: .5s;
  transition-timing-function: ease-out;
}

.is-active .hamburger-menu__icon__line.second {
  width: 23px;
}

.hamburger-menu__icon__line.second {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 18px;
  height: 3px;
  background: #fff;
  transition: .5s;
  transition-timing-function: ease-out;
}

.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%, 50%);
  opacity: 0;
  bottom: 50%;
}

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

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

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

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

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

.hamburger-menu__list__item {
  margin: 0;
  padding: 5px 25px 5px 0;
  width: 100%;
}

.hamburger-menu__list > .hamburger-menu__list__item:last-child {
  border-bottom: none;
}

.hamburger-menu__list__item .hamburger-menu__list {
  margin-left: 7px;
}

.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__link {
  font-size: 14px;
}

@media screen and (max-width: 391px) {
  .qx-karute_item h4 {
    font-size: 4.10256vw;
    padding: 2.82051vw 5.12821vw;
  }
  #contentMain {
    margin-top: 50px;
  }
  .qx-fixed__top_container.qx-fixed__top_container_bg_none nav {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hamburger-menu__icon {
    top: 4px;
    right: 15px;
    transform: scale(0.75);
    transform-origin: top right;
  }
  .hamburger-menu__icon::before {
    top: 7px;
    right: 15px;
  }
  .hamburger-menu__contents {
    top: 0;
    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 {
    background-color: #f2f2f2;
  }
  .hamburger-menu__contents::-webkit-scrollbar-track-piece:end {
    background-color: #f2f2f2;
  }
  .hamburger-menu__contents nav {
    width: 100%;
  }
}

.announcement-wrap {
  position: fixed;
  z-index: 990;
  right: 0;
  bottom: 0 !important;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.announcement-box {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
}

.announcement-note {
  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;
  margin: 0 20px;
  width: 140px;
  height: 70px;
  border: 2px solid #415093;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;
  color: #415093;
  font-size: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.announcement-imgbtn {
  display: block;
  position: relative;
  color: #fff;
  max-width: 350px;
  width: 350px;
  font-weight: bold;
  line-height: 1.1;
  background: #E5005C;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.announcement-imgbtn img {
  height: 56px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.announcement-imgbtn::after {
  right: 20px;
  width: 46px;
  content: "";
  position: absolute;
  top: 50%;
  height: 46px;
  transform: translateY(-50%);
  background: url(/-/media/aeoncard/campaign/lp/fuji/20250130/images/btn_icon.svg) no-repeat;
  background-size: contain;
}

.announcement-imgbtn span {
  font-weight: normal;
}

@media (max-width: 391px) {
  .announcement-imgbtn {
    width: 89.74359vw;
    font-size: 5.12821vw;
    height: 17.94872vw;
  }
  .announcement-imgbtn img {
    height: 14.35897vw;
  }
  .announcement-imgbtn::after {
    width: 36px;
    height: 36px;
    right: 15px;
  }
}

@media (min-width: 768px) {
  .announcement-box {
    padding: 10px 0;
  }
  .announcement-imgbtn {
    max-width: 350px;
    width: 350px;
    height: 70px;
    padding: 15px 30px 15px 20px;
  }
}

.pagetopbtn {
  position: relative;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.pagetopbtn-wrap {
  display: none;
  position: fixed;
  width: 45px;
  bottom: 110px;
  right: 15px;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

@media (min-width: 768px) {
  .pagetopbtn-wrap {
    right: 40px;
    bottom: 118px;
  }
}

.modal-btn_bg {
  background-color: #FD982F;
}

.modal {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 10002 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__container {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  max-height: 800px;
  width: 90vw;
  height: 80vh;
  padding: 50px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .modal__container {
    padding-bottom: 30px;
    margin-top: 13.3333333333vw;
    padding: 50px 20px 30px;
  }
  div.qx-modal__detail__container {
    margin-bottom: 13.3333333333vw;
  }
}

.modal__overlay {
  overflow-y: scroll !important;
  z-index: 10003 !important;
  display: block;
}

.modal_textArea {
  overflow-y: scroll;
  padding: 10px 5px;
  max-height: 100%;
  background-color: #efefef;
}

@media (min-width: 768px) {
  .modal_textArea {
    padding: 2.5rem 1.5rem;
    height: 570px;
  }
}

.modal_closeBtn {
  position: absolute;
  top: 10px;
  right: 20px;
  border: 0;
  border-radius: 50%;
  outline: none;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  background: #c9c9c9;
  text-align: center;
  color: #fff;
}

.modal_closeBtn::before, .modal_closeBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #fff;
}

.modal_closeBtn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_closeBtn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_applicationBtnWrapper {
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.modal_applicationBtn {
  display: inline-block;
  position: relative;
  max-width: 400px;
  width: 100%;
  min-width: 250px;
  border-radius: 7px;
  padding-right: 40px;
  margin: 0 auto;
  height: 70px;
}

@media (max-width: 768px) {
  .modal_applicationBtnWrapper {
    margin-top: 30px;
  }
  .modal_applicationBtn {
    width: 300px;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.4;
    padding: 5px;
    height: auto;
  }
}

.modal_applicationBtn span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.modal_applicationBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(/-/media/AeonCard/campaign/lp/_assets/images/icon_arrowout.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

@media (max-width: 320px) {
  .modal_applicationBtn span {
    font-size: 14px;
  }
}

.qx-hide__karute {
  display: none;
}

.modal_textArea .table_sp_overflow th:first-child,
.modal_textArea .table_sp_overflow td:first-child {
  background-color: #d7d7d7;
}

@media (max-width: 391px) {
  .c-table th, .c-table td {
    font-size: 3.58974vw;
  }
  .table_sp_overflow table tr > th:first-of-type {
    width: 38.46154vw;
  }
  .table_sp_overflow td, .table_sp_overflow th {
    width: 30.76923vw;
  }
  .modal_textArea {
    font-size: 3.58974vw;
  }
  .modal_textArea .qx-karute_item h4 {
    font-size: 4.10256vw;
    padding: 2.82051vw 3.84615vw;
  }
  .modal_textArea .qx-hide__karute {
    display: block;
  }
  .modal_textArea .modal_textArea .table_sp_overflow table tr > th:first-of-type {
    width: 120px;
  }
}

@media (min-width: 768px) {
  .modal_applicationBtn {
    width: 100%;
    padding: 5px 30px;
  }
  .modal_applicationBtn span {
    font-size: 18px;
  }
  .modal_applicationBtn::after {
    right: 20px;
  }
}

.modal_checkArea {
  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;
  font-size: 16px;
  margin: 0 20px 5px;
}

.modal_checkArea input {
  vertical-align: middle;
}

.modal_checkArea label {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 1025px) {
  .modal_applicationBtn.-hoverON {
    -webkit-transition: all 0.05s cubic-bezier(0.25, 0.25, 0.75, 0.75) !important;
    transition: all 0.05s cubic-bezier(0.25, 0.25, 0.75, 0.75) !important;
  }
  .modal_applicationBtn.-hoverON:hover {
    opacity: 0.6 !important;
    cursor: pointer !important;
    -webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
    transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  }
}

.modal_textArea .requirement-heading {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
}

.modal_textArea .requirement-body p {
  font-size: 14px;
}

.modal_textArea .requirement-number {
  font-size: 14px;
}

@keyframes card_animation {
  0% {
    transform: translateX(200%);
  }
  60% {
    transform: translateX(0);
  }
  70% {
    transform: skewX(5deg);
  }
}

@keyframes card_animation02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes text-image-1 {
  to {
    translate: 5px 5px;
  }
}

@keyframes text-image-2 {
  to {
    translate: -5px 5px;
  }
}

@keyframes kv-right {
  0% {
    opacity: 0;
    transform: translateX(40%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes kv-left {
  0% {
    opacity: 0;
    transform: translateX(-40%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.qx-btn__apply_warpper--no-margin {
  margin-top: 0px;
}

.anchor-links {
  display: flex;
  flex: 1;
}

.anchor-links__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #ffffff;
  font-weight: 900;
  background-color: #4653A2;
  font-size: 14px;
  padding: 15px 0px 30px;
  position: relative;
}

.anchor-links__link span:first-child {
  font-size: 10px;
}

.anchor-links__link:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.anchor-links__link span:last-child {
  position: absolute;
  bottom: 10px;
}
