@charset "UTF-8";
.p-campaigncontentsbody_inner .a-text {
  font-size: 14px;
}

@media (max-width: 768px) {
  .m-heading-typeh1 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .m-heading-typeh1 .m-heading_body {
    padding: 14px 15px !important;
  }
}

@media (min-width: 769px) {
  .m-heading-typeh1 .m-heading_body {
    padding: 14px 0 !important;
  }
}

.p-campaigncontentsbody_inner .m-buttoncontainer:after {
  background-color: transparent;
}

.btn-default {
  margin-top: 30px;
  text-align: center;
}

.btn-default + .btn-default {
  margin-top: 20px;
  margin-bottom: 30px;
}

.campaign-num {
  margin-top: 40px;
  text-align: right;
}

ul, li {
  list-style: none;
}

/*
# PCビューとスマホビューの切り替え
*/
.c-attention {
  background-color: #F2F2F2;
  padding: 10px;
}

.c-attention > li {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-attention > li {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px), print {
  .c-attention > li {
    font-size: 16px;
  }
}

.c-attention > li:nth-child(n+2) {
  margin-top: 10px;
}

.category {
  margin: 30px 0 20px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.category__cell {
  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;
  text-align: center;
  padding: 12px 20px;
  border: 1px solid #ebebeb;
  margin: -1px 0 0 -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px), print {
  .category__cell {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .category__cell {
    width: 50%;
  }
}

@media screen and (min-width: 769px), print {
  .category--pc-col2 .category__cell {
    width: 50%;
  }
}

@media screen and (min-width: 769px), print {
  .category--pc-col3 .category__cell {
    width: 33.3%;
  }
}

.c-guidance {
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-guidance {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* .c-list-note は202409以降使用不可 */
.c-list-note > li {
  margin-bottom: 10px;
  padding-left: 1.2em;
  position: relative;
}

.c-list-note > li:before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-list-marked > li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.c-list-marked ol,
.c-list-marked ul {
  margin-top: 0.5em;
  text-indent: 0;
}

.c-list-indicate > li {
  margin-bottom: 10px;
  padding-left: 1.2em;
  position: relative;
}

.c-list-indicate > li:before {
  content: "＊";
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-imgtab {
  position: relative;
  margin-bottom: 20px;
}

.c-imgtab::before {
  content: "";
  height: 1px;
  background: #dadada;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.c-imgtab::after {
  content: "";
  height: 1px;
  background: #ffffff;
  width: calc(100% - 40px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: calc(-1 * (50% - 20px));
  z-index: 1;
}

.c-imgtab-cont {
  display: none;
}

.c-imgtab-cont.is-current {
  display: block;
}

.c-imgtab-inr {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  border: 1px solid #dadada;
  border-bottom: 0 none;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.c-imgtab-nav {
  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;
  padding: 12px 0 16px;
  background: #f2f2f2;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-bottom: 1px solid #dadada;
  position: relative;
  cursor: pointer;
}

.c-imgtab-nav:nth-child(1) {
  border-right: 1px solid #dadada;
}

.c-imgtab-nav.is-current, .c-imgtab-nav.is-current:hover {
  border-bottom: 1px solid #fff;
}

.c-imgtab-nav.is-current::after, .c-imgtab-nav.is-current:hover::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-bottom: solid 2px #b60081;
  border-right: solid 2px #b60081;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-imgtab-nav img {
  width: 30%;
  height: auto;
}

.o-tabs_tab {
  cursor: pointer;
}

.o-tabs_tab.is-current {
  color: #b60081;
}

.p-tabs-panel {
  display: none;
}

.p-tabs-panel.is-current {
  display: block;
}

/*
# PCビューとスマホビューの切り替え
*/
.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .u-align-sp-left {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .u-align-sp-center {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .u-align-sp-right {
    text-align: right;
  }
}

/*
# PCビューとスマホビューの切り替え
*/
@media screen and (min-width: 769px), print {
  .u-hide-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-hide-sp {
    display: none;
  }
}

/*
# PCビューとスマホビューの切り替え
*/
.u-mt0 {
  margin-top: 0px;
}

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

@media screen and (max-width: 768px) {
  .u-mt-sp0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sp0i {
    margin-top: 0px !important;
  }
}

.u-mb0 {
  margin-bottom: 0px;
}

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

@media screen and (max-width: 768px) {
  .u-mb-sp0 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sp0i {
    margin-bottom: 0px !important;
  }
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt10i {
  margin-top: 10px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-sp10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sp10i {
    margin-top: 10px !important;
  }
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb10i {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-sp10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sp10i {
    margin-bottom: 10px !important;
  }
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt20i {
  margin-top: 20px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-sp20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sp20i {
    margin-top: 20px !important;
  }
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb20i {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-sp20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sp20i {
    margin-bottom: 20px !important;
  }
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt30i {
  margin-top: 30px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-sp30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sp30i {
    margin-top: 30px !important;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb30i {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-sp30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sp30i {
    margin-bottom: 30px !important;
  }
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt40i {
  margin-top: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-sp40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sp40i {
    margin-top: 40px !important;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb40i {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-sp40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sp40i {
    margin-bottom: 40px !important;
  }
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt50i {
  margin-top: 50px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-sp50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sp50i {
    margin-top: 50px !important;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb50i {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-sp50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sp50i {
    margin-bottom: 50px !important;
  }
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt60i {
  margin-top: 60px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-sp60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sp60i {
    margin-top: 60px !important;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb60i {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-sp60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sp60i {
    margin-bottom: 60px !important;
  }
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt70i {
  margin-top: 70px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-sp70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sp70i {
    margin-top: 70px !important;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb70i {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-sp70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sp70i {
    margin-bottom: 70px !important;
  }
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt80i {
  margin-top: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-sp80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sp80i {
    margin-top: 80px !important;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb80i {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-sp80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sp80i {
    margin-bottom: 80px !important;
  }
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt90i {
  margin-top: 90px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-sp90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sp90i {
    margin-top: 90px !important;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb90i {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-sp90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sp90i {
    margin-bottom: 90px !important;
  }
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt100i {
  margin-top: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-sp100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sp100i {
    margin-top: 100px !important;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb100i {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-sp100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sp100i {
    margin-bottom: 100px !important;
  }
}

.u-txt-color-magenta {
  color: #b60081;
}

.u-txt-color-blue {
  color: #303e91;
}

.u-txt-color-black {
  color: #1a1a1a;
}

.u-txt-color-red {
  color: #eb0015;
}

.u-txt-color-white {
  color: #fff;
}

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

.text-decoration-linethrough {
  text-decoration: line-through;
}

.u-txt-phrase {
  display: inline-block;
  text-decoration: inherit;
}

.u-txt-size-x-small {
  font-size: 10px;
}

.u-txt-size-small {
  font-size: 12px;
}

.u-txt-size-default {
  font-size: 14px;
}

.u-txt-size-large {
  font-size: 16px;
}

.u-txt-size-x-large {
  font-size: 22px;
}

.u-txt-weight-bold {
  font-weight: bold;
}

.u-txt-weight-normal {
  font-weight: normal;
}

.category__has_button .category__cell .a-button{
  max-width: 236px;
  height: 30px;
  margin: 12px auto 0;
}
@media (min-width:768px) and (max-width: 1024px) {
  .category__has_button .category__cell .a-button>.a-icon{
    margin: auto 2px auto auto;
  }
}
@media screen and (max-width: 768px) {
  .category__has_button .category__cell .a-button{
    font-size: 12px;
    height: 24px;
  }
  .category__has_button .category__cell .a-button>.a-icon{
    margin: auto 1px auto auto;
  }
}

.m-heading-typeh1 + .a-image.a-image-lazy,.m-heading-typeh1 + .o-section .a-image {
  width: 740px;
  margin: 0 auto;
}
.m-heading-typeh1 + .a-image.a-image-lazy img ,.m-heading-typeh1 + .o-section .a-image img{
  object-fit: cover;
  height: 555px;
  width: 740px;
}
@media screen and (max-width:768px) {
  .m-heading-typeh1 + .a-image.a-image-lazy,.m-heading-typeh1 + .o-section .a-image{
      width: auto;
      margin: 0 auto;
  }
  .m-heading-typeh1 + .a-image.a-image-lazy img ,.m-heading-typeh1 + .o-section .a-image img{
      object-fit: cover;
      height: auto;
      width: auto;
  }
}

.a-button-blue {
  color:#fff;background:linear-gradient(90deg,#4653a2,#515fbd);
}

.c-step_box {
  border: 4px solid #b60081;
  background-color: #fff;
  border-radius: 10px;
  padding-block: 70px 60px;
  padding-inline: 60px;
  position: relative;
}

.c-step_num {
  content: '';
  display: block;
  width: 132px;
  height: 48px;
  background: no-repeat center center #b60081;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}

.c-step_num {
  width: 132px;
  height: 48px;
  background: no-repeat center center #b60081;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.c-step_num::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  mask-position:  center center;
  mask-size: 100px auto;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100px auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position:  center center;
}

.c-step_box:nth-child(1) .c-step_num::before {
  mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-01.svg');
  -webkit-mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-01.svg');
}

.c-step_box:nth-child(2) .c-step_num::before{
  mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-02.svg');
  -webkit-mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-02.svg');
}

.c-step_box:nth-child(3) .c-step_num::before {
  mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-03.svg');
  -webkit-mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-03.svg');
}

.c-step_box:nth-child(4) .c-step_num::before {
  mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-04.svg');
  -webkit-mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-04.svg');
}

.c-step_box:nth-child(5) .c-step_num::before {
  mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-05.svg');
  -webkit-mask-image: url('/-/media/aeoncard/campaign/member/common/images/step-05.svg');
}

.c-step_box:not(:last-child) {
  margin-bottom: 70px;
}

.c-step_box:not(:last-child)::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #1a1a1a;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}

.c-step_box-blue {
  border-color: #415093;
}

.c-step_box-blue .c-step_num {
  background-color: #415093;
}

.c-step_box-shadow {
  border-width: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.c-step_box .m-buttoncontainer {
  margin-top: 0;
}

.c-step_box .m-buttoncontainer:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width:768px) {
  .c-step_box {
    border-width: 2px;
    border-radius: 6px;
    padding-block: 55px 30px;
    padding-inline: 20px;
  }

  .c-step_num {
    width: calc(100% - 10px);
    height: 28px;
    border-radius: 4px;
    top: 5px;
    left: 5px;
  }

  .c-step_num::before {
    mask-size: 67px auto;
    -webkit-mask-size: 67px auto;
  }

  .c-step_box:not(:last-child) {
    margin-bottom: 55px;
  }

  .c-step_box:not(:last-child)::after {
    bottom: -43px;
  }
}

.u-bg-blue {
  background-color: #f5f6ff;
}

.u-bg-pink {
  background-color: #fff5fd;
}

.u-bg-gray {
  background-color: #f7f7f7;
}

.qx-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: 300px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .09),-5px -5px 5px rgba(0, 0, 0, .09);
  padding: 20px 15px;
  border-radius: 10px;
  background: #fff;
  z-index: 999;
  overflow-y: auto; 
  scrollbar-width: none; 
  -ms-overflow-style: none;
  transition: .3s;
}

.qx-nav::-webkit-scrollbar {
  display: none;
}

.qx-nav_item {
  margin-block: 0 10px;
  width: 100%;
}

@media screen and (max-width:1880px) {
  .qx-nav {
    max-width: 200px;
  }
}

@media screen and (max-width:1530px) {
  .qx-nav {
    position: static;
    width: 100%;
    max-width: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .qx-nav_item {
    width: calc(50% - 10px);
    margin: 5px 5px;
  }
}

/* pattern01 */
.qx-swiper-pattern01 .swiper-slide img {
  max-width: 100%;
}
 
.qx-swiper-pattern01 .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
  transition-duration: 0.5s;
}

.qx-swiper-pattern01 .swiper-slide {
  text-align: center;
}

@media screen and (max-width:768px) {
  .qx-swiper-pattern01 {
    margin-left: -16px;
    margin-right: -16px;
  }
}

/* pattern02 */
.qx-swiper-pattern02 .swiper-slide img {
  max-width: 100%;
}

.qx-swiper-pattern02-pagination {
  text-align: center;
  margin-top: 10px;
}

.qx-swiper-pattern02-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #444;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
}

.qx-swiper-pattern02-pagination .swiper-pagination-bullet-active {
  background: #444;
}

@media screen and (max-width:768px) {
  .qx-swiper-pattern02 {
    margin-left: -16px;
    margin-right: -16px;
  }
}

/* pattern03 */
.qx-swiper-pattern03 .swiper-slide img {
  max-width: 100%;
}

.qx-swiper-pattern03 .swiper-slide {
  width: 320px;
}

.qx-swiper-pattern03 .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width:768px) {
  .qx-swiper-pattern03 {
    margin-left: -16px;
    margin-right: -16px;
  }
}

/* pattern04 */
.qx-swiper-pattern04 .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.qx-swiper-pattern04 .swiper-slide img {
  max-width: 100%;
}

.qx-swiper-pattern04 {
  width: 470px;
  margin: 0 auto;
  position: relative;
}

.qx-swiper-pattern04 .swiper-button-prev{
  left: 0;
}

.qx-swiper-pattern04 .swiper-button-next{
  right: 0;
}

.qx-slide-pattern04 {
  text-align: center;
}

.qx-slide-pattern04 p {
  min-height: 42px;
}

.qx-swiper-pattern04-button-next,
.qx-swiper-pattern04-button-prev {
  position: absolute;
  top: calc((100% - 20px) / 2);
  transform: translateY(50%);
}

.qx-swiper-pattern04-pagination {
  text-align: center;
  margin-top: 15px;
  line-height: 0;
}

.qx-swiper-pattern04-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #444;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
}

.qx-swiper-pattern04-pagination .swiper-pagination-bullet-active {
  background: #444;
}

@media (max-width: 768px) {
  .qx-swiper-pattern04 {
    width: 100%;
  }
  .qx-slide-pattern04 p {
    min-height: 63px;
  }
}

@media (max-width: 374px) {
  .qx-slide-pattern04-inner {
    width: 220px;
  }
  .qx-swiper-pattern04 .swiper-button-next:after, 
  .qx-swiper-pattern04 .swiper-button-prev:after {
    font-size: 32px;
  }
}

/* pattern05 */
.qx-swiper-pattern05 .swiper-slide img {
  max-width: 100%;
}

.qx-swiper-pattern05 {
  position: relative;
}

.qx-swiper-pattern05-button-next,
.qx-swiper-pattern05-button-prev {
  position: absolute;
  top: calc((100% - 20px) / 2);
}

.qx-swiper-pattern05-pagination {
  text-align: center;
  margin-top: 15px;
  line-height: 0;
}

.qx-swiper-pattern05-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #444;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
}

.qx-swiper-pattern05-pagination .swiper-pagination-bullet-active {
  background: #444;
}

.qx-swiper-slide-pattern05 {
  text-align: center;
}

.qx-swiper-slide-pattern05.swiper-slide-next:after,
.qx-swiper-slide-pattern05.swiper-slide-prev:after
{
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: .7;
}

@media (max-width: 768px) {
  .qx-swiper-pattern05 .swiper-button-next:after, 
  .qx-swiper-pattern05 .swiper-button-prev:after {
    font-size: 24px;
  }
}

/* 分割払い */
.qx-installment {
  width: fit-content;
  margin: 40px auto;
}

.qx-installment p {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 768px) {
    .qx-installment p {
        font-size: 18px;
    }
}

/* タイトル */
.qx-title-line {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: .8em;
}

.qx-title-line::before,
.qx-title-line::after {
  display: block;
  content: '';
  width: 2px;
  height: 1.5em;
  background-color: #1a1a1a;
  position: absolute;
  bottom: 0;
}

.qx-title-line::before {
  left: 0;
  transform: rotate(-45deg)
}

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

.qx-bnr-img {
  text-align: center;
}

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

@media (max-width: 768px) {
  .qx-title-line {
    font-size: 16px;
    padding-inline: .6em;
  }
  .qx-title-line::before {
    left: -7px;
    transform: rotate(-25deg);
  }
  .qx-title-line::after {
    right: -7px;
    transform: rotate(25deg)
  }
}

@media (max-width: 374px) {
  .qx-title-line {
    font-size: 14px;
    padding-inline: .6em .4em;
  }
}

/* フローティングバナー */
.qx-floating-bnr {
  background-color: rgba(255, 255, 255, .5);
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 280px);
  z-index: 10;
  padding-block: 13px;
  transform: translateY(0);
  transition: .4s;
}

.qx-floating-bnr-link {
  max-width: 489px;
  margin-inline: auto;
  display: block;
}

.qx-floating-bnr-link img {
  width: 100%;
}

.qx-floating-bnr.is-hidden {
  transform: translateY(100%);
}

@media screen and (max-width:1365px){
  .qx-floating-bnr {
    width: 100%;
  }
}

@media screen and (max-width:768px){
  .qx-floating-bnr {
    padding-block: calc(20 / 750 * 100vw);
    padding-inline: calc(40 / 750 * 100vw);
    bottom: 65px;
  }

  .qx-floating-bnr.is-scroll-down {
    bottom: 0;
  }
}

/* タイマーで導線削除 */
.qx-campaign {
  background: #eaeaf3;
  padding: 20px 15px 30px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.qx-js__campaign {
  display: none;
}

.qx-campaign a {
  color: #1a1a1a;
}

.qx-campaign h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom:10px;
  margin-top: 0;
}

.qx-campaign__content {
  padding: 20px;
  background: #fff;
  border-radius: 7px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  color: #1a1a1a;
}

.qx-campaign__content .qx-campaign__title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.qx-campaign__content .qx-campaign__txt {
  font-size: 10px;
}

.qx-campaign__content .qx-campaign__txt span {
  margin-right: 15px;
}

.qx-campaign__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 640px;
  width: 100%;
}

.qx-campaign__items a {
  width: calc((100% - 40px) / 3);
}

@media screen and (max-width: 768px) {
  .qx-campaign__content .qx-campaign__txt span {
    margin-right: 8px;
  }
  .qx-campaign__items {
    flex-direction: column;
  }
  .qx-campaign__items a {
    width: 100%;
  }
}