﻿.secIntro .ttl img {
  width: 54.04%;
  margin: -1% auto 0;
  max-width: 1034px;
}
@media screen and (max-width: 800px) {
  .secIntro .ttl {
    width: 100%;
    top: -1.5%;
    right: 0%;
  }
  .secIntro .ttl img {
    width: 100%;
  }
}
.introBnr{
  position: absolute;
  bottom: 6%;
  right: 1.5%;
  width: 21.354%;
  z-index: 10;
}
.introBnr a:hover{
  opacity: 0.75;
}
@media screen and (max-width: 800px) {
  .introBnr{
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 3%;
  }
}

.ctaCatch {  
  position: relative;
  text-align: center;
  padding: 1.8em 0;
  display: block;
}

.ctaCatch_head img{
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .ctaCatch {
    padding: 0;
    margin: 0 auto 40px;
    min-width: auto;
  }
}

@media screen and (max-width: 560px) {
  .ctaCatch {
    width: 100%;
    margin: 0 auto 20px
  }

  .ctaCatch_head {
    margin-left: -0.4em;
    margin-bottom: 20px
  }
}


.bnrWrap{
  padding: 10px var(--side-padding) 0;
  max-width: 950px;
  margin: 0 auto;
}
.bnrWrap a{
  display: block;
  margin-bottom: 1em;
}
.bnrWrap .mb05{
  margin-bottom: 0.5em;
}
.bnrWrap a:hover{
  transform: translate3d(0, 5px, 0);
}


.bnrWrap ul{
  margin-bottom: 1em;
}
.bnrWrap ul li{
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 560px) {
  .bnrWrap{
    width: 100%;
  }
  .bnrWrap ul{
    margin-bottom: 1em;
  }
  .bnrWrap ul li{
    font-size: 1.2rem;
  }
}

.tabContents {
  padding-top: 0;
}

@media screen and (max-width: 560px) {
  .choiceCard {
      font-size: 3.5vw;
  }
}

@media screen and (max-width: 800px) {
  .saveItem_head h3 {
      font-size: min(2.4rem, 3.5vw);
  }
}

@media screen and (max-width: 560px) {
  .saveItem_head h3 {
      font-size: min(1.6rem, 4.28vw);
  }
}

@media screen and (max-width: 800px) {
  .btnCTA {
      width: 100%;
      margin-bottom: 1.2em;
      font-size: min(2rem, 3.5vw);
  }
}

@media screen and (max-width: 560px) {
  .btnCTA {
      margin-bottom: 1em;
      font-size: min(1.8rem, 4vw);
  }
}

.benefitMore_wrap.gentei_bonus{
  padding: 0;
  height: auto;
}
.benefitMore_wrap.gentei_bonus .gentei_bonus_inner {
  background: #fffaeb;
  border: 2px solid #cc0000;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1em 2em;
  width: 100%;
}

.benefitMore_wrap.gentei_bonus .gentei_bonus_text {
  flex: 1 1 30%;
  color: #cc0000;
  font-size: min(2.4rem, 2.45vw);
  font-weight: 700;
  line-height: 1.3;
  padding-right: 2%;
}
.benefitMore_wrap.gentei_bonus .gentei_bonus_miles {
  color: #cc0000;
  text-align: center;
  font-size: min(1.8rem, 2.24vw);
  font-weight: 500;
  font-family: "montserrat", sans-selif;
  line-height: 1.3;
}

.benefitMore_wrap.gentei_bonus .gentei_bonus_miles .miles {
  font-family: "montserrat", sans-selif;
  font-size: min(6rem, 6.12vw);
  font-weight: 800;
  line-height: 1;
}

.benefitMore_wrap.gentei_bonus .gentei_bonus_miles .moreItemInner{
  display: block;
}

@media screen and (max-width: 800px) {
  .benefitMore_wrap.gentei_bonus .gentei_bonus_text {
    font-size: 1.7rem;
    line-height: 1.2;
    white-space: nowrap;
  }
}
@media screen and (max-width: 560px) {
  .benefitMore_wrap.gentei_bonus .gentei_bonus_inner {
    padding: 1em;
  }
  .benefitMore_wrap.gentei_bonus .gentei_bonus_text {
    padding-right: .4em;
    font-size: 1.3rem;
    letter-spacing: 0;
    white-space: normal;
    flex: 1 1 50%;
  }
  .benefitMore_wrap.gentei_bonus .gentei_bonus_miles {
    font-size: 1.1rem;
  }
}


.benefitMore_wrap.skymate{
  padding: 0;
  height: auto;
}
.benefitMore_wrap.skymate .skymate_inner {
  background-image: linear-gradient(90deg, #ff0000 0%, #e76363 50%, #ff0000 100%);
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1em 2em;
  width: 100%;
}

.benefitMore_wrap.skymate .skymate_inner .resizeShow2{
  display: none;
}
.benefitMore_wrap.skymate .skymate_text {
  flex: 1 1 48%;
  color: #ffffff;
  font-size: min(2.0rem, 2.05vw);
  font-weight: 700;
  line-height: 1.3;
  padding-right: 2%;
}
.benefitMore_wrap.skymate .skymate_miles {
  color: #ffffff;
  text-align: center;
  font-size: min(1.8rem, 2.24vw);
  font-weight: 500;
  font-family: "montserrat", sans-selif;
  line-height: 1.5;
}
.benefitMore_wrap.skymate .skymate_miles span{
  font-weight: 800;
  font-size: min(2.4rem, 2.45vw);
}

.benefitMore_wrap.skymate .skymate_miles .miles {
  font-family: "montserrat", sans-selif;
  font-size: min(6rem, 6.12vw);
  font-weight: 800;
  line-height: 1;
}

.benefitMore_wrap.skymate .skymate_miles .moreItemInner{
  display: block;
}

@media screen and (max-width: 800px) {
  .benefitMore_wrap.skymate .skymate_text {
    font-size: 1.6rem;
    line-height: 1.2;
    white-space: nowrap;
  }
  .benefitMore_wrap.skymate .skymate_miles span{
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 560px) {
  .benefitMore_wrap.skymate .skymate_inner {
    padding: 1em;
  }
  .benefitMore_wrap.skymate .skymate_inner .resizeShow2{
    display: block;
  }
  .benefitMore_wrap.skymate .skymate_text {
    padding-right: .4em;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .benefitMore_wrap.skymate .skymate_miles span{
    font-size: 1.4rem;
  }
  .benefitMore_wrap.skymate .skymate_miles {
    font-size: 1.2rem;
  }
}

.spc05{
  margin-top: 0.5em;
}
.moreItem {
  padding: 2em 0;
}


.bnr_watashiryu{
  width: 95%;
  max-width: 950px;
  margin: 5rem auto 0;
}

@media screen and (max-width: 560px) {
  .cardGrid {
    gap: 30px 0;
    margin: 40px auto 0
  }
}

.choiceWrap {
  padding-bottom: var(--vert-padding);
}


/* 
.ctaBtnWrap {
  text-align: center;  
}

@media screen and (max-width: 870px) {
  .ctaBtnWrap {
    display: block;
  }
  .ctaBtnWrap .btnCTA{
    margin: 0 auto;
    display: block;
  }
  .ctaBtnWrap .btnLine {
    max-width: 270px;
    margin-top: 4rem;
  }
}




@media screen and (max-width: 560px) {
  .btnCTA {
    font-size: min(1.8rem, 4vw)
  }
}

@media screen and (max-width: 1080px) {
  .secHead {
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 560px) {
  .secHead {
    margin: 0 auto 2rem;
  }
}

.topCTA {
  padding-bottom: 30px
}

@media screen and (max-width: 800px) {
  .topCTA {
    padding: 80px var(--side-padding) 40px;
  }
}





.secCharm {
  background-image: url("/afl/test_14225_winter24/img/bg_charm.png");
}



.cardImage picture img{
  margin: auto;
}
.lsp_bnr{
  padding: 10px var(--side-padding) 3em;
}

.saveItemInner p strong {
  font-weight: 700
}
.saveItemInner_title .underline{
  text-decoration: underline;
}
 */
