/* クーポンコード */
#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.6rem; /* 本文（.section）と同サイズ */
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #SBP23 table th, #SBP23 table td {
    font-size: 1.4rem; /* SPの本文サイズに合わせる */
  }
}
/* 見出し行: 薄い青背景（Apple 20260728と同トーン） */
#SBP23 table th {
  background: #eaf5ff;
}
/* ギフトカード（額面）×回数（左列）の各行を太字 */
#SBP23 table td:first-child {
  font-weight: bold;
}
/* 総おトク額の金額: 青の太字 */
#SBP23 .cpPrize {
  color: #0783f4;
  font-weight: bold;
}
/* 総おトク額の注釈（※上限5回まで適用 等）: 小さめ */
#SBP23 table td .cpNote {
  font-size: 1.2rem;
}
/* 見出し(H2)上の広い余白・セクション余白を詰める（apple-giftcard-campaign-20260728と同調整） */
#SBP23 .entryBody .bd2cTitle {
  margin-top: 55px;
}
#SBP23 .section {
  margin-top: 45px;
}
/* 網掛けセクション(bgSecWrap)の下余白を詰める（波装飾は不変） */
#SBP23 .bgSecWrap {
  padding-bottom: 50px;
}
/* 購入フロー枠＋矢印＋リード文（apple-giftcard-campaign-20260728と同パターン） */
#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__arrow {
  width: 0;
  height: 0;
  margin: 18px auto 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #0783f4;
}
/* 特典内容リード文（購入金額の10％が割引！）を大きく */
#SBP23 .cpLead strong {
  font-size: 2.2rem;
}
/* 対象サービス名: 黒・大きめ（apple-giftcard-campaign-20260728と同調整） */
#SBP23 .serviceName strong {
  color: #000;
  font-size: 2.4rem;
}
@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 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: 40px; /* 文言が長くなったため右端寄りに(旧175px) */
  top: 50%;
  margin-top: -12px;
  width: 14px;
  height: 24px;
  background: url(/mobile/set/data/menulist/campaigns/googleplay-giftcode-campaign-20260825/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: 40px; /* 文言が長くなったため右端寄りに(旧92px) */
  top: 50%;
  margin-top: -12px;
  width: 14px;
  height: 24px;
  background: url(/mobile/set/data/menulist/campaigns/googleplay-giftcode-campaign-20260825/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;
}


@media screen and (max-width: 1024px) {
  .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: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);
  }

}

/* ボタン文言が長く矢印(>)と重なるためSPのみ非表示（後方定義のdisplay:blockに勝つよう末尾に配置） */
@media screen and (max-width: 1024px) {
  .entry .entryBtn:after,
  .entryFloat .entryBtnLg:after {
    display: none;
  }
}

/* MV下ボタンと目次の間隔をMV～ボタン間(30px)と揃える */
#SBP23 .entryIndexNav {
  margin-top: 30px;
}

/* 初校修正: 目次（アンカーリンク）はキャンペーン注意事項のみ表示（自動生成liの最後=注意事項） */
#SBP23 .entryIndexNav ul li {
  display: none;
}
#SBP23 .entryIndexNav ul li:last-child {
  display: list-item;
}
/* 初校修正: 割引表の25,000円（最大おトク）を強調 */
#SBP23 .cpPrize--max {
  font-size: 2.2rem;
}
/* 割引表3・4行目（注釈で2行になる行）: セル内テキストを上揃え */
#SBP23 table tr:nth-child(4) td,
#SBP23 table tr:nth-child(5) td {
  vertical-align: top;
}
/* 初校修正: キャンペーン期間の文字を大きく */
#SBP23 #period-cp .periodLead strong {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  #SBP23 .cpPrize--max {
    font-size: 1.8rem;
  }
  #SBP23 #period-cp .periodLead strong {
    font-size: 1.8rem;
  }
}

/* Google One訴求バナー（640×640）: 中央寄せ・SPは全幅 */
#SBP23 .cpBanner {
  text-align: center;
}
#SBP23 .cpBanner img {
  width: 100%;
  max-width: 640px;
}
/* module.css の a[target=_blank] img { display:none } 対策（バナー画像を表示） */
#SBP23 .entryBody p.cpBanner a[target="_blank"] img {
  display: inline-block;
}
/* Google Oneバナーの別窓アイコンを非表示 */
#SBP23 .entryBody p.cpBanner a[target="_blank"]::after {
  display: none !important;
}
/* 別窓の購入ボタン（--em）のアイコンは従来の「＞」矢印に戻す（SPで別窓アイコンがラベルと重なるため・target=_blankは維持） */
#SBP23 .linkList__btn--em[target=_blank]::after {
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_3.png) no-repeat 0 0 !important;
  background-size: 100% auto !important;
  width: 9px !important;
  height: 14px !important;
}

/* SP版CTAボタン（target=_blank）に自動挿入される別窓アイコンが1行目と2行目の間に浮くため非表示（linkList__btn--em と同じ方針） */
#SBP23 .entryBtn .notice img.newwindowicon,
#SBP23 .entryBtnLg .notice img.newwindowicon {
  display: none;
}
