/* クーポンコード */
#SBP23 .pcodeBox{
  background-color: #eaf5ff;
  padding: 5px 10px;
}
#SBP23 .pcodeBox strong{
  display: block;
  text-align: center;
  padding: 5px;
}
#SBP23 .pcode{
  display: block;
  border: 1px solid #137ef4;
  background-color: #FFF;
  padding: 10px;
  text-align: center;
}
/**/

/* カルーセル */
#SBP23 .carousel {
  margin-top: 20px;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 30px 10px;
  width: 100%;
}
#SBP23 .carousel-item {
  scroll-snap-align: center;
  display: flex;
  border-left: #eaf5ff 2px solid;
  justify-content: start;
  flex: none;
  flex-direction: column;
  padding-left: 10px;
  width: 50%;
}
#SBP23 .carousel-item:nth-child(1) {
  border-left:none;
}
#SBP23 .carousel-item-img {
  margin: 0 auto;
  width: 45%;
}
#SBP23 .carousel {
  scroll-marker-group: after;
}
#SBP23 .carousel::scroll-marker-group {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom:20px;
}
#SBP23 .carousel-item::scroll-marker {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #137ef4;
  border-radius: 50%;
  content: "";
}
#SBP23 .carousel-item::scroll-marker:target-current {
  background-color: #137ef4;
}
#SBP23 .carousel-item::scroll-marker {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #137ef4;
  border-radius: 50%;
  content: "";
}

@media screen and (max-width: 1024px) {
  #SBP23 .carousel-item {
    border-left: none;
    padding-left: 0px;
    width: 100%;
  }
  #SBP23 .carousel-item,#SBP23 .carousel-item-img {
    margin: 0 auto;
    width: 70%;
  }
}
/**/

#SBP23 table {
  border-collapse:  collapse;
  table-layout: fixed;
  width: 100%;
}

#SBP23 table th, table td {
  border: solid 1px;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
}
/* 見出し行: 薄い青背景（MUFG参考・LPの青系） */
#SBP23 table th {
  background: #eaf5ff;
}
/* 期間中の購入額（左列）の各行を太字 */
#SBP23 table td:first-child {
  font-weight: bold;
}
/* プレゼント額の金額: 青の太字 */
#SBP23 .cpPrize {
  color: #0783f4;
  font-weight: bold;
}
/* （上限到達）は小さめ */
#SBP23 .cpPrizeCap {
  font-size: 1.2rem;
}
/* 特典内容リード文（購入金額の最大10%…）を大きく */
#SBP23 .cpLead strong {
  font-size: 2.2rem;
}
/* 対象サービス名: 黒・大きめ */
#SBP23 .serviceName strong {
  color: #000;
  font-size: 2.4rem;
}
/* 見出し(H2)上の広い余白・セクション余白を詰める（初校修正 No.9 余白調整） */
#SBP23 .entryBody .bd2cTitle {
  margin-top: 55px;
}
#SBP23 .section {
  margin-top: 45px;
}
/* 網掛けセクション(bgSecWrap)の下余白を詰める（波装飾は不変） */
#SBP23 .bgSecWrap {
  padding-bottom: 50px;
}

/* MUFG参考: 2条件の囲み（青太線・角丸小・番号付き）＋表への逆三角矢印。色味はLPの青に統一 */
#SBP23 .cpFlow {
  margin-top: 30px;
}
#SBP23 .cpFlow__boxes {
  display: flex;
  justify-content: center;
  gap: 24px;
}
#SBP23 .cpFlow__box {
  position: relative;
  flex: 1;
  max-width: 360px;
  box-sizing: border-box;
  border: 3px solid #0783f4;
  border-radius: 8px;
  background: #fff;
  padding: 26px 16px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#SBP23 .cpFlow__num {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  background: #0783f4;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
#SBP23 .cpFlow__arrow {
  width: 0;
  height: 0;
  margin: 18px auto 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #0783f4;
}

#SBP23 ul.benefit {
  margin-top: 30px;
  list-style: none;
}
#SBP23 li.benefit{
  margin-top: 15px;
  position: relative;
  padding-left: 4em;
  font-weight: bold;
}
#SBP23 li.benefit:before{
  left: 0;
  position: absolute;
}
#SBP23 li.benefit-1:before{
  content: "特典1：";
}
#SBP23 li.benefit-2:before{
  content: "特典2：";
}

#SBP23 .entryBody span.red{
  color: #ed3655;
}
/*+*+++++++++++++++++++++++++++++++++++++++++++++++

エントリーボタンエリア

**************************************************/
.entry{
  width: 640px;
  margin: 0 auto;
  text-align:center;
}

.entry .entryTxt{
  text-align:center;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: underline;
  color: #fff;
  font-size: 1.6rem;
}

.entry .entryBtn{
  display:block;
  width: 640px;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto;
  text-align:center;
  color: #fff;
  border-radius: 10px;
  padding: 16px 0 26px 0;
  text-align:center;
  background-image: linear-gradient(174deg, #137ef4 2%, #137ef4 35%, #378ff1 52%, #378ff1 84%);
  text-decoration: none;
  position: relative;
}
.entry span.entryBtn{
  background-image: linear-gradient(174deg, #a0a0a0 2%, #a0a0a0 35%, #808080 52%, #808080 84%);
}
#SBP23 .entryBody .entry .entryBtn .notice{
  font-size: 1.8rem;
}
.entry .entryBtn:after{
  display:block;
  position:absolute;
  right: 60px;
  top: 50%;
  margin-top: -12px;
  width: 14px;
  height: 24px;
  background: url(/mobile/set/data/menulist/campaigns/apple-giftcard-campaign-20260728/img/shared/ico_arrow.svg) no-repeat left center;
  background-size: 14px 24px;
  content: "";
}

.entry .entryBtn:hover{
  filter: brightness(1.15);
}
.entry span.entryBtn:hover{
  opacity: inherit;
}

.entryFloat{
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -490px;
  width: 980px;
  z-index: 10000;
  opacity: 0;
  padding-bottom: 30px;
}

.entryFloat.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.entryFloat.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(300px);
  }
}

.entryFloat .entryBtnLg{
  display:block;
  width: 100%;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto;
  text-align:center;
  color: #fff;
  border-radius: 10px;
  padding: 18px 0 26px 0;
  text-align:center;
  background-image: linear-gradient(174deg, #137ef4 2%, #137ef4 35%, #378ff1 52%, #378ff1 84%);
  text-decoration: none;
  position: relative;
}

.entryFloat .entryBtnLg:after{
  display:block;
  position:absolute;
  right: 92px;
  top: 50%;
  margin-top: -12px;
  width: 14px;
  height: 24px;
  background: url(/mobile/set/data/menulist/campaigns/apple-giftcard-campaign-20260728/img/shared/ico_arrow.svg) no-repeat left center;
  background-size: 14px 24px;
  content: "";
}
#SBP23 .entryFloat .notice{
  font-size: 1.8rem;
}

.entryFloat .entryBtnLg:hover{
  filter: brightness(1.15);
}

#SBP23.entryBody__title3 {
  font-weight: normal;
}

/* --em CTAボタン内の<strong>が lib 既定(.entryBody strong:#333)で黒くなるため白に上書き */
#SBP23 .entryBody .linkList__btn--em strong {
  color: #fff;
}

/* ===== CTA再設計: 2ボタン（青=エントリー / 緑=購入）===== */
/* 緑（購入）バリアント（SP青ルールに勝つため #SBP23 で詳細度確保） */
#SBP23 .entry .entryBtn--buy,
#SBP23 .entryFloat .entryBtnLg--buy{
  background-image: linear-gradient(174deg, #1fb84c 2%, #1fb84c 35%, #35c968 52%, #35c968 84%);
}
/* FV/最終CTA: ボタン縦積みの間隔 */
.entry .entryBtn + .entryBtn{
  margin-top: 18px;
}
/* FV注記 */
#SBP23 .entryBody .entry .entryNote{
  color: #333;
  font-size: 1.4rem;
  margin-top: 12px;
}
/* linkList 緑購入ボタン（STEP/表直下用） */
#SBP23 .linkList__btn--buy{
  background: #1fb84c;
  color: #fff !important;
  border: 1px solid #1fb84c !important;
}
#SBP23 .linkList__btn--buy::after{
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_3.png) no-repeat 0 0 !important;
}
#SBP23 .entryBody .linkList__btn--buy strong{
  color: #fff;
}
/* 追従: 2ボタン横並び */
.entryFloat .entryFloat__btns{
  display: flex;
  gap: 16px;
}
.entryFloat .entryFloat__btns .entryBtnLg{
  flex: 1;
  font-size: 2.2rem;
  padding: 18px 0;
}
.entryFloat .entryFloat__btns .entryBtnLg:after{
  display: none;
}


@media screen and (max-width: 1024px) {
  #SBP23 .cpFlow__boxes {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  #SBP23 .cpFlow__box {
    width: 100%;
    max-width: 100%;
    font-size: 1.4rem;
    padding: 22px 14px;
  }
  #SBP23 .bgSecWrap {
    padding-bottom: 40px;
  }
  .entry{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .entry .entryTxt{
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  
  .entry .entryBtn{
    display:block;
    width: 100%;
    font-size: 2.0rem;
    padding: 14px 0 16px 0;
    text-align:center;
    background-image: linear-gradient(174deg, #137ef4 2%, #137ef4 35%, #378ff1 52%, #378ff1 84%);
    text-decoration: none;
    position: relative;
  }
  .entry .entryBtn:after{
    right: 20px;
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
  }
  .entry .entryBtn + .entryBtn{
    margin-top: 12px;
  }
  .entryFloat .entryFloat__btns{
    flex-direction: column;
    gap: 10px;
  }
  .entryFloat .entryFloat__btns .entryBtnLg{
    font-size: 1.9rem;
    padding: 14px 0;
  }
  .entry .entryBtn:hover{
    filter: brightness(1.15);
  }
  #SBP23 .entryBody .entry .entryBtn .notice{
    font-size: 1.6rem;
  }
    
  .entryFloat{
    position: fixed;
    bottom: 40px;
    left: 0%;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 0px;
    width: 100%;
    z-index: 10000;

  }

  .entryFloat .entryBtnLg{
    display:block;
    width: 100%;
    
    box-sizing: border-box;
    font-size: 2rem;
    border-radius: 5px;
    padding: 8px 0 8px 0;
  }
  .entryFloat .entryBtnLg:after{
    right: 20px;
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
  }
  #SBP23 .entryFloat .notice{
    font-size: 1.8rem;
  }



  .entryFloat .entryBtnLg:hover{
    filter: brightness(1.15);
  }

}

/* 修正②: プレゼント額表の3,000円相当（上限額）を強調 */
#SBP23 .cpPrize--max {
  font-size: 2.2rem;
}
/* 割引表4・5行目（強調・注釈行）: セル内テキストを上揃え */
#SBP23 table tr:nth-child(4) td,
#SBP23 table tr:nth-child(5) td {
  vertical-align: top;
}
/* 修正②: キャンペーン期間の文字を大きく */
#SBP23 .periodLead strong {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  #SBP23 .cpPrize--max {
    font-size: 1.8rem;
  }
  #SBP23 .periodLead strong {
    font-size: 1.8rem;
  }
}

/* 利用できるサービス: Apple提供PDPバナー カルーセル（番号順・1枚表示）
   STEP3の操作手順カルーセルと同じ純CSS実装（scroll-snap＋::scroll-markerドット・JSなし）
   注: img に display は指定しない（.pcOnly/.spOnly の display:none を打ち消さないため） */
#SBP23 .pdpBanners {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 100%;
}
#SBP23 .pdpBanners::-webkit-scrollbar {
  display: none;
}
#SBP23 .pdpBanners p {
  flex: none;
  width: 100%;
  scroll-snap-align: center;
  margin: 0;
  line-height: 0;
}
#SBP23 .pdpBanners img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#SBP23 .pdpBanners {
  scroll-marker-group: after;
}
#SBP23 .pdpBanners::scroll-marker-group {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 20px;
}
#SBP23 .pdpBanners p::scroll-marker {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #137ef4;
  border-radius: 50%;
  content: "";
}
#SBP23 .pdpBanners p::scroll-marker:target-current {
  background-color: #137ef4;
}
@media screen and (max-width: 1024px) {
  #SBP23 .pdpBanners::scroll-marker-group {
    gap: 12px;
  }
  #SBP23 .pdpBanners p::scroll-marker {
    width: 12px;
    height: 12px;
  }
}

/* 修正③: 目次（アンカーリンク）はキャンペーン注意事項のみ表示（自動生成liの最後=注意事項） */
#SBP23 .entryIndexNav ul li {
  display: none;
}
#SBP23 .entryIndexNav ul li:last-child {
  display: list-item;
}

/* 購入ボタン（別窓）対応: STEP2 SPボタンは別窓でも通常の矢印アイコンを維持
   （module.css の .linkList__btn--em[target=_blank]::after が icon_blank_2 に差し替えるのを打ち消し） */
#SBP23 .entryBody .linkList__btn--em[target="_blank"]::after {
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_3.png) no-repeat 0 0 !important;
  width: 9px !important;
  height: 14px !important;
  background-size: auto !important;
}
/* 購入CTA（別窓）にサイト共通JSが自動挿入する別窓アイコンimgを非表示
   （linkList系は module.css 既存ルールで非表示・カスタムCTAには打ち消しがないため追加） */
#SBP23 .entry .entryBtn[target="_blank"] img,
#SBP23 .entryFloat .entryBtnLg[target="_blank"] img {
  display: none;
}
