@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* ここからゲリラCPバナー・カウンター 260825 */
/* PCでは非表示、SPのみ表示(既存パターン踏襲) */
.mypage-campaign-section {
  display: none;
}

@media screen and (max-width: 720px) {
  .mypage-campaign-section {
    display: block;
    text-align: center;
    padding: 5px 15px 20px;
  }
}

/* バナー画像 */
.mypage-campaign-banner img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* カウンター:背景画像+数字を重ねるラッパー */
.mypage-campaign-counter-wrap {
  position: relative;
  width: 100%;
  margin-top: 0;
}

.mypage-campaign-counter-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* 数字ボックス共通 */
.mypage-campaign-counter-box {
  position: absolute;
  top: 24.7%;      /* 61 / 247 */
  width: 16%;       /* 120 / 750 */
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: futura-pt, "Futura", sans-serif; /* Typekit futura-pt を使用 */
  font-weight: 700;
  font-size: 8vw;   /* 実機で微調整 */
  color: #e0054f;
}

.mypage-campaign-counter-box--h { left: 20.27%; }  /* 152 / 750 */
.mypage-campaign-counter-box--m { left: 40.67%; }  /* 305 / 750 */
.mypage-campaign-counter-box--s { left: 61.07%; }  /* 458 / 750 */

/* ここまでゲリラCPバナー・カウンター 260825 */

/* ここからゲリラCP POPUP 260825 */
#mypage-campaign-popup-overlay {
  display: none;
}

@media screen and (max-width: 720px) {
  #mypage-campaign-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 9999;
    padding-top: 28%;
  }
}

#mypage-campaign-popup-container {
  position: relative;
  width: 80%;
}

#mypage-campaign-popup-container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.mypage-campaign-popup-close {
  position: absolute;
  top: -40px;
  right: -1px;
  width: 32px;
  height: 32px;
  background-color: #fff !important;
  border-radius: 20px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 240;
  cursor: pointer;
  padding: 0;
}

.mypage-campaign-popup-close .mypage-campaign-popup-close-bar {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #333333;
}

.mypage-campaign-popup-close-bar:first-child {
  transform: rotate(45deg);
}

.mypage-campaign-popup-close-bar:last-child {
  transform: rotate(-45deg);
}
/* ここまでゲリラCP POPUP 260825 */