@charset "UTF-8";
/* --------------------------------
  GOLD
-------------------------------- */
.pc{display: block;margin: 0;}
.sp{display: none;margin: 0;}
.goldWrap{
  padding: 100px 0 0;
}
.goldHdL{
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  color: #303e91;
  letter-spacing: 0.075em;
}
.goldItem{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.goldIList{
  flex: 0 0 32.5%;
  border-radius: 10px;
  border: 3px solid #303e91;
  text-align: center;
  padding: 0 0 15px;
}
.goldIBtn{
  background-color: #303e91;
  color: #fff;
  font-size: 30px;
  padding: 5px 0;
  margin: 0;
  cursor: pointer;
  display: block;
  position: relative;
}
.goldIBtn:before{
	position: absolute;
	top: 0;
  bottom: 0;
  margin: auto;
	right: 20px;
	width: 15px;
	height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
	content: '';
}
.tabArea{
  margin: 0 0 40px 0;
}
.tabArea .goldIBtn:hover,
.tabArea .goldIBtn:visited,
.tabArea .goldIBtn:active,
.tabArea .goldIBtn:focus{
  opacity: 1!important;
}
.goldIBtn span{
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  padding-left: 5px;
  vertical-align: middle;
}
.goldMess .img{
  margin: 20px 0;
}
.goldMess .text{
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}
.tabBox{
  padding: 60px 50px;
  text-align: center;
  margin: 20px auto;
  border-radius: 10px;
  border: 3px solid #303e91;
  position: relative;
  transition: all 0.5s;
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
}
.tabBox img{
  width: 100%;
}
.buttonStyle,.buttonStyle01{
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.5s;
  cursor: pointer;
}
.tabNote{
  font-size: 24px;
  text-align: left;
}
.tabNote a{
  display: inline-block;
  color: #ff0000;
  text-decoration: underline;
}
.tabLinks{
  max-width: 580px;
  margin: 0 auto;
  background-color: #b60081;
  padding:20px;
  border-radius: 10px;
}
.tabLinks .sub{
  text-align: center;
}
.tabLinks .sub span{
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding: 0 15px;
  line-height: 1;
}
.tabLinks .sub span:before,
.tabLinks .sub span:after{
  position: absolute;
  bottom: 0;
  content: '';
  width: 2px;
  height: 30px;
  background-color: #fff;
}
.tabLinks .sub span:before{
  left: 0;
	-webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
   -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
   transform: rotate(-35deg);
}
.tabLinks .sub span:after{
  right: 0;
	-webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
   -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
   transform: rotate(35deg);
}
.tabLinks .link{
  text-align: center;
}
.tabLinks .link a{
  display: block;
  max-width: 350px;
  margin: 0 auto;
  font-size: 24px;
  color: #b60081;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 30px;
  font-weight: 500;
}
.tabInfo{
  font-size: 16px;
  text-align: left;
}

.shopImage{
  margin: 40px 0;
}
.shopImage img{
  width: 100%;
}

.loginWrap{
  padding: 40px 0 0;
}
.loginArea{
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #303e91;
  margin: 0 0 90px 0;
}
.loginTtl{
  background-color: #303e91;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  padding: 10px 0;
  margin: 0;
}
.loginCard{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.loginCard div{
  padding: 0 30px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}

.loginFox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 25px 25px;
}
.loginItem{
  flex: 0 0 48%;
}
.loginBtn{
  background-color: #303e91;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 12px 0;
  position: relative;
  cursor: pointer;
  line-height: 1.2;
  display: block;
}
.loginBtn:before{
	position: absolute;
	top: 0;
  bottom: 0;
  margin: auto;
	right: 20px;
	width: 15px;
	height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
	content: '';
}
.loginBox{
  background-color: #ffeef4;
  padding: 65px 20px;
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: 20px auto;
  max-width: 1000px;
}
.loginBox.blue {
  background-color: #eceef8;
}
.loginItem .loginBtn:hover,
.loginItem .loginBtn:visited,
.loginItem .loginBtn:active,
.loginItem .loginBtn:focus{
  opacity: 1!important;
}
.ulList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
  text-align: left;
}
.ulList .ulTxt{
  flex: 0 0 32.5%;
}
.ulList .ulTxt p{
  font-size: 20px;
  font-weight: 500;
}
.ulTxt .images img{
  width: 100%;
}
.loginBox .note{
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0 0;
  text-align: left;
}
.loginLinks{
  text-align: center;
}
.loginLinks a{
  display: inline-block;
  color: #b60081;
  font-size: 22px;
  padding-right: 35px;
  background: url(../images/icon_arrow.png)no-repeat right center;
}

.hide{
  display: none;
  transition: all 0.5s;
}
.btn_images{
  position: relative;
  text-align: center;
}
.btn_01{
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 55px;
  display: inline-block;
}
.ulTxt .images .btn_01 img{
  width: auto;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.sp{display: block;}
.pc{display: none;}

.btn_images{
}
.btn_01{
  bottom: 45px;
  margin: 0 20px;
}
.ulTxt .images .btn_01 img {
  width: 100%;
}
.goldWrap{
  padding: 50px 0 0;
}
.goldHdL{
  font-size:22px;
}
.goldItem{
  display: block;
}
.goldIList{
  border: 2px solid #303e91;
  margin-bottom: 20px;
  overflow: hidden;
}
.goldIBtn{
  font-size: 17px;
  padding: 5px 0;
  /* border-top-left-radius: 8px;
  border-top-right-radius: 8px; */
}
.goldIBtn:before{
	right: 17px;
	width: 10px;
	height: 10px;
}
.goldIBtn span{
  font-size: 25px;
}
.goldMess{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:15px 35px;
}
.goldMess .img{
  margin: 0;
  flex: 0 0 30%;
  text-align: left;
}
.goldMess .img img{
  margin: 0 auto;
  max-width: 85%;
}
.goldMess .text{
  font-size: 16px;
  flex: 0 0 70%;
}



.tabBox{
  padding: 40px 10px 20px;
  margin: 10px 0;
  border: 2px solid #303e91;
}
.buttonStyle,.buttonStyle01{
  right: 15px;
  top: 10px;
}
.buttonStyle,.buttonStyle01 img{
  width: 20px;
}
.tabNote{
  font-size: 15px;
  margin-bottom: 10px;
}
.tabLinks{
  max-width: 315px;
  padding:10px;
}
.tabLinks .sub {
  margin-bottom: 10px;
}
.tabLinks .sub span{
  font-size: 12px;
  padding: 0 10px;
}
.tabLinks .sub span:before,
.tabLinks .sub span:after{
  width: 2px;
  height: 15px;
}
.tabLinks .link a{
  max-width: 180px;
  font-size: 14px;
  padding: 4px 15px;
}
.tabInfo{
  font-size: 12px;
}

.shopImage{
  margin: 20px auto;
  max-width: 320px;
}
.shopImage img{
  width: 100%;
}

.loginWrap{
  padding: 20px 0 0;
  margin: 0 auto;
  max-width: 345px;
}
.loginArea{
  margin: 0 0 35px 0;
}
.loginTtl{
  font-size: 17px;
  padding: 10px 0;
}
.loginCard{
  padding: 15px 0;
}
.loginCard div{
  padding: 0;
  font-size: 16px;
  flex: 0 0 50%;
}
.loginCard div:first-child{
  flex: 0 0 40%;
}
.loginCard div:first-child img{
  width: 110px;
}
.loginFox{
  display: block;
  padding: 0 20px 20px;
}
.loginItem{
  flex: 0;
  margin-bottom: 15px;
}
.loginBtn{
  font-size: 14px;
  padding: 10px;
  text-align: left;
}
.loginBtn:before{
	right: 10px;
	width: 10px;
	height: 10px;
}
.loginBox{
  padding: 30px 20px;
  margin: 10px 0;
}
.ulList{
  display: block;
  padding: 0;
}
.ulList .ulTxt{
  flex: 0;
  margin-bottom: 15px;
}
.ulList .ulTxt p{
  font-size: 13px;
  margin-bottom: 15px;
}
.loginBox .note{
  font-size: 12px;
  margin: 10px 0 0;
}
.loginLinks{
  margin-bottom: 10px;
}
.loginLinks a{
  font-size: 13px;
  padding-right: 25px;
  background: url(../images/icon_arrow.png)no-repeat right center;
  background-size: 12px auto;
}
.tabPc{
  display: none!important;
}
.show{
  display: block!important;
}
.fancyboxWrap{
  max-width: 345px;
  margin: 0 auto;
}

}


/* 20241220 追記 */
.qx-section-ttl {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
}

.qx-section-ttl > span > span {
  color: #b60081;
}

.qx-section-ttl:before {
  content: '';
  display: block;
  width: 8px;
  height: 35px;
  margin-right: 14px;
  background-color: #415093;
  border-radius: 5px;
}

.qx-point-simulation {
  display: flex;
  gap: 46px;
}

.qx-point-simulation > div {
  width: calc((100% - 46px) / 2);
}

.qx-utility-bills {
  position: relative;
  padding: 26px;
  background-color: #eceef8;
  border-radius: 6px;
}

.qx-utility-bills:after {
  position: absolute;
  top: 50%;
  right: -12px;
  content: '';
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 11.5px 0 11.5px 12px;
  border-color: transparent transparent transparent #ECEEF8;
  transform: translateY(-50%);
}

.qx-utility-bills > div {
  width: 306px;
  margin: 0 auto;
}

.qx-utility-bills > div > p {
  color: #303e91;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.qx-input-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.qx-input-wrapper:last-child {
  margin-bottom: 0;
}

.qx-input-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 7px;
  background-color: #ffffff;
  border-radius: 50%;
}

.qx-input-wrapper .utility-bills-icon {
  width: 25px;
}

.qx-input-wrapper > label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.qx-input-wrapper > label input {
  width: 159px;
  margin: 0 8px 0 17px;
  padding: 4px 5px;
  font-size: 25px;
  font-weight: 600;
  text-align: right;
  border: none;
  border-radius: 7px;
}

.qx-points-earned {
  display: flex;
  flex-direction: column;
  background-color: #fceef7;
}

.qx-points-earned > p {
  margin: 0;
  padding: 5px;
  color: #b60081;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #f3cde8;
  border-radius: 6px 6px 0 0;
}

.qx-points-earned > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 381px;
  margin: 40px auto;
}

.qx-points-earned .yearly,
.qx-points-earned .monthly {
  display: flex;
  align-items: center;
  width: 100%;
}

.qx-points-earned .yearly {
  padding: 0 28px;
  border-bottom: 2px solid #c9b1c2;
}

.qx-points-earned .yearly span:first-child {
  padding: 6px 13px 5px;
  color: #ffffff;
  font-weight: 600;
  background-color: #b60081;
  border-radius: 999px;
}

.qx-points-earned .monthly {
  padding: 14px 28px 0 32px;
}

.qx-points-earned .monthly span:first-child {
  padding: 6px 13px 5px;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 999px;
}

.qx-points-earned .point {
  flex: 1;
  margin: 0 8px;
  text-align: right;
}

.qx-points-earned .yearly .point {
  color: #b60081;
  font-size: 38px;
  font-weight: 600;
}

.qx-points-earned .monthly .point {
  font-size: 36px;
  font-weight: 600;
}

.qx-points-earned span:last-child {
  font-weight: 600;
  line-height: 1;
}

.qx-annotation-center {
  margin: 25px 0 35px;
}

.qx-annotation-center li {
  color: #989898;
  text-align: center;
  padding-left: 1rem;
  text-indent: -1rem;
}

.qx-others-merit,
.qx-preparation {
  padding: 30px;
  background-color: #eceef8;
}

.qx-others-merit-inner,
.qx-preparation-inner {
  width: 600px;
  margin: 0 auto;
}

.qx-others-merit-ttl {
  width: 100%;
  max-width: 330px;
  text-align: center;
  margin: 0 auto;
}

.qx-others-merit-list {
  margin-top: 25px;
}

.qx-others-merit-list > div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 33px;
}

.qx-others-merit-list > div:last-child {
  margin-bottom: 0;
}

.qx-others-merit-list img {
  width: 25px;
  margin-right: 10px;
}

.qx-others-merit-list p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.qx-others-merit-list p.list-txt {
  display: flex;
  align-items: flex-start;
  /* gap: 10px; */
}

.qx-others-merit-list p span {
  line-height: 1.6;
}

.qx-others-merit-list span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.o-list.qx-cp-list li {
  width: calc((100% - 30px) / 3);
}

.qx-cp-list li:nth-child(n+4) {
  margin-top: 15px;
}

.qx-preparation-inner {
  text-align: center;
}

.qx-preparation-inner p:not(.qx-preparation-ttl) span {
  color: #b60081;
  font-size: 18px;
  font-weight: 600;
}

.qx-preparation-inner img {
  width: 100%;
  max-width: 250px;
}

.qx-preparation-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.qx-preparation-ttl img {
  width: 21px;
  margin-right: 10px;
}

.qx-cp-list li.m-listitem {
  border: 0;
}

.qx-cp-list li.m-listitem .m-listitem_thumb_image {
  width: 100%;
}

.qx-cp-list li.m-listitem .a-image {
  width: 100%;
}

.qx-shop-btn {
  margin-bottom: 47px;
}

.qx-preparation-btn-wrapper {
  margin-top: 40px;
}

.qx-preparation-btn-wrapper .btn-ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.qx-preparation-btn-wrapper .btn-ttl.blue {
  margin-top: 30px;
  color: #303e91;
}

.qx-preparation-btn-wrapper .m-buttoncontainer_wrapper {
  margin-bottom: 37px;
}

.qx-reseve-wallet-btn a,
.qx-reserve-site-btn a {
  height: 60px;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  border-radius: 7px;
  background: #b90085;
}

.qx-reseve-wallet-btn a:before,
.qx-reserve-site-btn a:before {
  display: none;
}

.qx-reseve-wallet-btn a > span > span,
.qx-reserve-site-btn a > span > span {
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.qx-reserve-site-btn a {
  background: #4653a2;
}

.qx-reseve-wallet-btn .a-icon-arrow-right,
.qx-reserve-site-btn .a-icon-arrow-right {
  background-image: url(/-/media/aeoncard/assets/images/icon/arrow-right-white.svg);
}

.qx-payment-btn {
  margin-top: 0;
}

@media (max-width: 768px) {
  .qx-section-ttl:before {
    height: 65px;
  }
  .qx-point-simulation {
    flex-direction: column;
    gap: 37px;
  }

  .qx-point-simulation > div {
    width: 100%;
  }

  .qx-utility-bills:after {
    top: auto;
    bottom: -12px;
    right: 50%;
    border-width: 12px 11.5px 0 11.5px;
    border-color: #ECEEF8 transparent transparent transparent;
    transform: translateY(0);
    transform: translateX(50%);
  }

  .qx-utility-bills > div {
    width: 100%;
  }

  .qx-utility-bills > div > p {
    font-size: clamp(13px, 4vw, 18px);
  }

  .qx-input-wrapper > label {
    font-size: clamp(12px, 3.5vw, 18px);
    flex: 1;
  }

  .qx-input-wrapper > label input {
    width: 145px;
    flex: 1;
  }

  .qx-points-earned > p {
    padding: 8px;
    font-size: clamp(13px, 4vw, 18px);
  }

  .qx-points-earned > div {
    width: 100%;
    margin: 15px auto;
    padding: 0 15px;
  }

  .qx-annotation-center li {
    text-align: left;
  }

  .qx-points-earned .yearly {
    padding: 0 8px 10px;
  }

  .qx-points-earned .monthly {
    padding: 14px 8px 0;
  }

  .qx-points-earned .yearly .point {
    font-size: clamp(26px, 8.1vw, 54px);
  }

  .qx-points-earned .monthly .point {
    font-size: clamp(26px, 8.1vw, 40px);
  }

  .qx-others-merit-ttl {
    width: 90%;
    max-width: 450px;
  }

  .qx-others-merit {
    padding: 25px;
  }
  
  .qx-others-merit-inner,
  .qx-preparation-inner {
    width: 100%;
    max-width: 600px;
  }
  
  .qx-others-merit-list img {
    margin-right: 5px;
  }

  .o-list.qx-cp-list li {
    width: 100%;
  }

  .qx-preparation-ttl {
    margin-bottom: 10px;
    /* font-size: 16px; */
    font-size: clamp(16px, 5vw, 20px);
    line-height: 20px;
  }
  
  .qx-preparation-ttl img {
    width: 20px;
    width: min(28px, 5.5vw);
    margin-top: -3px;
    margin-right: 10px;
  }

  .qx-preparation-inner p:not(.qx-preparation-ttl) {
    margin-bottom: 10px;
    font-size: clamp(11px, 3.4vw, 18px);
  }

  .qx-preparation-inner p:not(.qx-preparation-ttl) span {
    font-size: clamp(15px, 4.7vw, 20px);
  }

  .qx-preparation-inner img {
    max-width: 70%;
  }

  .qx-cp-list li.m-listitem:nth-child(n+2) {
    margin-top: 15px;
  }

  .qx-preparation-btn-wrapper .btn-ttl {
    font-size: clamp(14px, 4.3vw, 16px);
  }
}

@media (max-width: 320px) {
  .qx-section-ttl {
    font-size: 20px;
  }

  .qx-input-wrapper > label input {
    width: 115px;
    margin: 0 5px 0 5px;
    font-size: 20px;
  }

  .qx-others-merit-list p {
    font-size: 15px;
  }
  
  .qx-others-merit-list span {
    font-size: 13px;
  }

  .qx-points-earned .yearly .point {
    font-size: 22px;
  }

  .qx-points-earned .monthly .point {
    font-size: 20px;
  }
}

.qx-cp-list--multiple {
  display: flex;
  flex-direction: row;
}

.qx-cp-list--multiple .m-listitem:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .qx-cp-list--multiple {
    flex-direction: column;
  }
  .qx-cp-list--multiple .m-listitem:not(:last-child) {
    margin-right: 0px;
  }
}