@charset "utf-8";


:root {
  --base-grn: #00a33e;
  --base-dk-grn: #01873f;
  --base-ble: #007DB8;
  --base-red: #e60012;
  --base-yel: #fff100;
  --base-dk-red: #bf0008;
  --base-lt-red: #ffbcc0;
  --base-wht: #fff;
  --base-blk: #1a0b08;
  --base-gld: #c3a051;
  --base-lt-gld: #eeb83b;
  --base-brn: #4a1a05;
  --base-gry: #eee;
}

body {
  overflow-x: hidden;
  margin: 0;
}

/*===============================================
  アニメーション初期状態（チラつき防止）
===============================================*/
#famipay7th_cp_2606 .js-ttl01,
#famipay7th_cp_2606 .js-ttl02,
#famipay7th_cp_2606 .js-ttl03,
#famipay7th_cp_2606 .js-item,
#famipay7th_cp_2606 .ttl_h2,
#famipay7th_cp_2606 .step-card,
#famipay7th_cp_2606 .js-fadein,
#famipay7th_cp_2606 .new-item {
  opacity: 0;
  visibility: hidden;
}

/*===============================================
●共通
===============================================*/

/* ============ common =========== */
#famipay7th_cp_2606 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#famipay7th_cp_2606 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#famipay7th_cp_2606 :is(ul, ol, li, dl, dt, dd) {
  margin: 0;
  list-style: none;
  padding: 0;
}

#famipay7th_cp_2606 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#famipay7th_cp_2606 img {
  max-width: 100%;
  display: block;
  height: auto;
}

/*===============================================
  紙吹雪より手前にコンテンツを出すための設定（全セクション対応）
===============================================*/
#famipay7th_cp_2606 .section-step .ttl_h2,
#famipay7th_cp_2606 .section-step .step-card,
#famipay7th_cp_2606 .new-items .ttl_h2,
#famipay7th_cp_2606 .new-items .new-item,
#famipay7th_cp_2606 .fmo-area .ttl_h2,
#famipay7th_cp_2606 .fmo-area .item-area {
  position: relative;
  z-index: 10;
  /* 紙吹雪(zIndex:1)より強い数字にして、手前に出す */
}

/* ============ text関連 =========== */
#famipay7th_cp_2606 .lead-area .leadB {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: clamp(1.23rem, 2.8vw, 2.2rem);
  margin-bottom: 2rem;
  color: var(--base-wht);
  text-shadow:
    2px 2px 0px var(--base-blk),
    -2px -2px 0px var(--base-blk),
    -2px 2px 0px var(--base-blk),
    2px -2px 0px var(--base-blk),
    2px 0px 0px var(--base-blk),
    -2px 0px 0px var(--base-blk),
    0px 2px 0px var(--base-blk),
    0px -2px 0px var(--base-blk),
    0px 2px 2px var(--base-blk);
  filter: drop-shadow(0px 3px 0px var(--base-blk));
  will-change: filter;
}

#famipay7th_cp_2606 .lead-area .leadB span {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1rem, 1vw, 1.1rem);
  display: block;
  margin: 0 0 0.5rem;
  letter-spacing: 0.1em;
}

#famipay7th_cp_2606 .lead-area .leadT {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  padding: 0;
  color: var(--base-blk);
}

#famipay7th_cp_2606 .lead-area .leadT span {
  margin: 5px 0 0;
  display: block;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  text-align: center;
  font-weight: 400;
}

#famipay7th_cp_2606 .item-area .date {
  text-align: center;
  background: var(--base-dk-red);
  padding: 0.2rem .8rem;
  width: fit-content;
  font-size: clamp(0.85rem, 1.3vw, 0.9rem);
  color: var(--base-wht);
  border-radius: 50px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: .7rem;
}

#famipay7th_cp_2606 .new-item-area .name,
#famipay7th_cp_2606 .item-area .name {
  text-align: left;
  font-size: clamp(1.1rem, 0.9vw, 1.2rem);
  font-weight: 600;
  line-height: 1.4;
}

#famipay7th_cp_2606 .item-area .name span {
  text-align: left;
  font-size: clamp(0.9rem, 4vw, 1.05rem);
  font-weight: 600;
  line-height: 1.4;
  margin-right: 0.5rem;
}


#famipay7th_cp_2606 .new-item-area .price,
#famipay7th_cp_2606 .item-area .price {
  text-align: left;
  font-size: clamp(1.1rem, 0.85vw, 1.15rem);
  font-weight: 600;
}

#famipay7th_cp_2606 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}

#famipay7th_cp_2606 .new-item-area .txt,
#famipay7th_cp_2606 .item-area .txt {
  font-size: clamp(1rem, 0.8vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
  margin: 1rem 0;
}

#famipay7th_cp_2606 .new-item-area .txt span,
#famipay7th_cp_2606 .item-area .item_txt_area ul li,
#famipay7th_cp_2606 .item-area .txt span {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
  margin: 0.2rem 0 0;
}

#famipay7th_cp_2606 .item-area .item_txt_area ul li::before,
#famipay7th_cp_2606 .item-area .txt span::before {
  content: '\203b';
}

#famipay7th_cp_2606 .item-area .area span::before {
  content: '販売地域';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  font-weight: bold;
  padding: 0.2rem 1rem;
  background: #fabe01;
  color: #231815;
  border-radius: 15px;
  display: inline-block;
}

/*====================== main-area =======================*/

#famipay7th_cp_2606 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  min-height: 100%;
  padding: 0;
  position: relative;
  color: var(--text-main);
  box-sizing: border-box;
}

#famipay7th_cp_2606 main {
  padding: 0;
  position: relative;
  z-index: 3;
}

#famipay7th_cp_2606 .section-inner {
  position: relative;
  z-index: 2;
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 2rem;
  text-align: center;
}

#famipay7th_cp_2606::before {
  content: '';
  position: absolute;
  top: -53px;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: var(--base-wht);
  z-index: 1;
}

/* ================ kv他 ================ */

#famipay7th_cp_2606 .top-gold-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(780px, 65vw, 830px);
  background: linear-gradient(135deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fbf5b7 75%, #aa771c 100%);
  clip-path: polygon(50% 55%, 100% 27%, 100% 100%, 0 100%, 0% 27%);
  z-index: 0;
}

#famipay7th_cp_2606 .imgbox .kv {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

#famipay7th_cp_2606 .kv {
  position: relative;
  width: 100%;
}

#famipay7th_cp_2606 .kv-top-band {
  background-color: var(--base-grn);
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: clamp(50px, 6.5vw, 77px);
  z-index: -1;
}


/* ================= KVアニメーション ================= */
#famipay7th_cp_2606 .c-pic .c-kv-ttl01 {
  position: absolute;
  top: 56%;
  left: 27%;
  width: 10.5%;
  margin: 0 auto;
  will-change: transform;
}

#famipay7th_cp_2606 .c-pic .c-kv-ttl02 {
  position: absolute;
  top: 45%;
  left: 8%;
  right: 0;
  width: 37%;
  margin: 0 auto;
  will-change: transform;
}

#famipay7th_cp_2606 .c-pic .c-kv-ttl03 {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  width: 64%;
  margin: 0 auto;
  will-change: transform;
}

#famipay7th_cp_2606 .text-area {
  position: relative;
  z-index: 2;
  background: transparent !important;
}


/* ===================== date-area ==================== */
#famipay7th_cp_2606 .date-area {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  border-radius: 1rem;
  font-size: clamp(.9rem, 1.1vw, 1.02rem);
  font-weight: 600;
  background: var(--base-wht);
  padding: 1rem;
  border: 2px dashed var(--base-blk);
}

#famipay7th_cp_2606 .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  gap: .8rem;
}

#famipay7th_cp_2606 .date div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--base-wht);
  width: fit-content;
  border-radius: 10px;
  gap: .5rem;
  border: 2px solid var(--base-dk-red);
}

#famipay7th_cp_2606 .date div dt {
  background: var(--base-dk-red);
  padding: .5rem 1.5rem .5rem 1rem;
  border-radius: .5rem;
  color: var(--base-wht);
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

#famipay7th_cp_2606 .date div.point .kikan {
  clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
}

#famipay7th_cp_2606 .date div dd {
  color: var(--base-blk);
  background: var(--base-wht);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  padding: 0 0.5rem 0 0;
}

#famipay7th_cp_2606 dd span {
  background: var(--base-blk);
  color: var(--base-wht);
  border-radius: 50%;
  width: .7em;
  height: .7em;
  padding: .7em .8em .8em;
  display: inline-flex;
  justify-content: center;
  margin: 0 0.2rem;
  align-items: center;
}

/* ================ step ================ */
#famipay7th_cp_2606 .section-step {
  position: relative;
  width: 100vw;
  min-height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#famipay7th_cp_2606 .step-card-wrap {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 3.5rem auto 2rem;
  perspective: 1200px;
  position: relative;
}

#famipay7th_cp_2606 .step-card {
  flex: 1;
  background-color: var(--base-wht);
  border: 4px solid var(--base-blk);
  box-shadow: 0px 6px 0px var(--base-blk);
  padding: 2.5rem 1rem 1.5rem;
  border-radius: 12px;
  position: relative;
}

#famipay7th_cp_2606 .step-num {
  display: inline-block;
  font-family: "Impact", sans-serif;
  font-size: clamp(1rem, 2.3vw, 1.6rem);
  color: var(--base-wht);
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3.5px solid var(--base-blk);
  width: fit-content;
  padding: .1rem 1.5rem;
  background: var(--base-dk-red);
  border-radius: 50px
}

#famipay7th_cp_2606 .step-text {
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  font-weight: 800;
  color: var(--base-dk-red);
  line-height: 1.6;
}

#famipay7th_cp_2606 .step-desc {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  margin-top: .5rem;
}


#famipay7th_cp_2606 .step-card:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid var(--base-blk);
  z-index: 10;
  pointer-events: none;
  filter: drop-shadow(0 4px 0 var(--base-wht));
}

/*===============================================
● 3STEPエリア：スロット風3D設定
===============================================*/
#famipay7th_cp_2606 .section-step ul,
#famipay7th_cp_2606 .step-area {
  perspective: 1000px;
}

#famipay7th_cp_2606 .step-card {
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

/*===============================================
● 「さらに！」
===============================================*/
#famipay7th_cp_2606 .bonus-announce {
  text-align: center;
  margin: 0 auto 2rem;
}

#famipay7th_cp_2606 .bonus-announce p {
  color: var(--base-yel);
  font-size: clamp(1.2rem, 1.4vw, 1.2rem);
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 3rem;
  text-shadow: 2px 2px 0px var(--base-dk-red),
    -2px -2px 0px var(--base-dk-red),
    -2px 2px 0px var(--base-dk-red),
    2px -2px 0px var(--base-dk-red),
    2px 0px 0px var(--base-dk-red),
    -2px 0px 0px var(--base-dk-red),
    0px 2px 0px var(--base-dk-red),
    0px -2px 0px var(--base-dk-red);
  filter: drop-shadow(0px 2px 0px var(--base-dk-red));
}

#famipay7th_cp_2606 .bonus-announce strong {
  color: var(--base-wht);
  margin: 0 0.2rem;
  font-size: 1.2em;
  display: inline-block;
  transform: translateY(-2px);
  /* ほんの少しだけ上にずらしてリズムを出す */
}

/*===============================================
  完全固定ベース ＋ クロスフェード
===============================================*/
#famipay7th_cp_2606 section {
  position: relative;
  z-index: 1;
  background: transparent !important;
}


#famipay7th_cp_2606 .global-fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

#famipay7th_cp_2606 .bg-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  /* overflow: hidden; */
}


/*-----------------------------------------------
  KV・STEP共通背景
-----------------------------------------------*/
#famipay7th_cp_2606 .bg-layer.-kv {
  background: var(--base-red);
  opacity: 1;
  visibility: visible;
}

#famipay7th_cp_2606 .bg-layer.-step {
  background: var(--base-gry);
  opacity: 0;
  visibility: hidden;
}

/*-----------------------------------------------
  アイテム背景
-----------------------------------------------*/
#famipay7th_cp_2606 .bg-layer.-items {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/bg.webp');
  background-repeat: repeat;
  background-size: 500px auto;
  background-position: center;
}

/*-----------------------------------------------
  ● new-item
-----------------------------------------------*/
#famipay7th_cp_2606 .new-item-area {
  width: min(80%, 1100px);
  margin: 0 auto;
}

#famipay7th_cp_2606 .new-item-area .new-item {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url('../images/bg.webp');
  background-repeat: repeat;
  background-size: 300px auto;
  box-shadow: 0 0 15px var(--base-brn);
  padding: 1rem;
  border-radius: 12px;
  overflow: visible;
}

#famipay7th_cp_2606 .new-item-area .new-item .new-item-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  justify-items: center;
}

#famipay7th_cp_2606 .new-item-area .new-item::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(var(--base-gld), var(--base-gld)), linear-gradient(var(--base-gld), var(--base-gld)), linear-gradient(var(--base-gld), var(--base-gld)), linear-gradient(var(--base-gld), var(--base-gld));
  background-repeat: no-repeat;
  background-position: center top, center bottom, left center, right center;
  background-size: calc(100% - 36px) 2px, calc(100% - 36px) 2px, 2px calc(100% - 36px), 2px calc(100% - 36px);
}

#famipay7th_cp_2606 .new-item-area .new-item::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: url('../images/deco_lu.webp'), url('../images/deco_ru.webp'), url('../images/deco_ld.webp'), url('../images/deco_rd.webp');
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 30px;
  pointer-events: none;
}

#famipay7th_cp_2606 .new-item-area .new-item .new-item-content::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(var(--base-gld), var(--base-gld)), linear-gradient(var(--base-gld), var(--base-gld)), linear-gradient(var(--base-gld), var(--base-gld)), linear-gradient(var(--base-gld), var(--base-gld));
  background-repeat: no-repeat;
  background-position: center top, center bottom, left center, right center;
  background-size: calc(100% - 50px) 2px, calc(100% - 50px) 2px, 2px calc(100% - 50px), 2px calc(100% - 50px);
}

#famipay7th_cp_2606 .new-item-area .new-item_txt_area {
  text-align: left;
  padding: 2rem;
}

#famipay7th_cp_2606 .new-item-area .pic {
  width: 80%;
  margin: 0 auto;
  padding: 1rem
}

#famipay7th_cp_2606 .new-item-area .name,
#famipay7th_cp_2606 .new-item-area .price,
#famipay7th_cp_2606 .new-item-area .txt,
#famipay7th_cp_2606 .new-item-area .kome {
  color: var(--base-wht);
}

#famipay7th_cp_2606 .new-item-area .kome {
  display: block;
}

#famipay7th_cp_2606 .new-item-area .btn {
  width: 90%;
  margin: 3rem auto 2rem;
}

#famipay7th_cp_2606 .new-item-area .btn a {
  display: block;
  background: var(--base-lt-gld);
  color: var(--base-blk);
  padding: 1rem 2rem;
  width: 100%;
  border: 2px solid #966008;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 6px 0 #966008; */
  /* transition: transform 0.15s ease-out,-shadow 0.15s ease-out,background-color 0.2s; */
  transition: background-color 0.3s ease,
    color 0.3s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

#famipay7th_cp_2606 .new-item-area .btn a::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -35%;
  width: 40px;
  height: 200%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: rotate(45deg);
  z-index: 1;
}

#famipay7th_cp_2606 .new-item-area .btn a::after {
  content: '\e903';
  font-family: "icn_font";
  font-weight: normal;
  margin-left: 0.5em;
}

#famipay7th_cp_2606 .new-item-area .btn a:active {
  transform: scale(0.96);
  box-shadow: none;
  transition: transform 0.1s;
}


@keyframes shiny {
  0% {
    left: -35%;
  }

  100% {
    left: 135%;
    /* 右側に突き抜けて終了 */
  }
}

/*-----------------------------------------------
  オンラインギフト（FMO）
-----------------------------------------------*/
#famipay7th_cp_2606 .bg-layer.-fmo {
  background: radial-gradient(circle,
      #fff3b0 0%,
      /* 中央：一番眩しい明るい金 */
      #f2cc63 40%,
      /* 中間：鮮やかなお祭りゴールド */
      #ca9931 80%,
      /* 外側：深みのあるリッチな金 */
      #8f6215 100%
      /* 最外：引き締めるためのブロンズ */
    );
}



/* =============== h2 / h3 =============== */

#famipay7th_cp_2606 .ttl_h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.5rem auto 2rem;
  padding: 0;
  width: 100%;
  filter: drop-shadow(0px 2px 0px var(--base-blk));
  will-change: transform, filter;
}

#famipay7th_cp_2606 .ttl_h2 span {
  display: inline-block;
  text-align: center;
  position: relative;
  width: fit-content;
  color: var(--base-wht);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow:
    2px 2px 0px var(--base-blk),
    -2px -2px 0px var(--base-blk),
    -2px 2px 0px var(--base-blk),
    2px -2px 0px var(--base-blk),
    2px 0px 0px var(--base-blk),
    -2px 0px 0px var(--base-blk),
    0px 2px 0px var(--base-blk),
    0px -2px 0px var(--base-blk),
    0px 2px 2px var(--base-blk);
}

#famipay7th_cp_2606 .ttl_h2::before,
#famipay7th_cp_2606 .ttl_h2::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: var(--base-wht);
  border: 2px solid var(--base-blk);
  box-sizing: content-box;
}

/* 左の線と文字の隙間 */
#famipay7th_cp_2606 .ttl_h2::before {
  margin-right: 15px;
}

/* 右の線と文字の隙間 */
#famipay7th_cp_2606 .ttl_h2::after {
  margin-left: 15px;
}

#famipay7th_cp_2606 .ttl_h2 span small {
  font-size: clamp(.8rem, 1.4vw, 1.1rem);
  margin-bottom: -45px;
  display: block;
}

#famipay7th_cp_2606 .ttl_h3 {
  text-align: center;
  margin: 2rem auto;
  padding-bottom: 16px;
  color: var(--base-wht);
  font-size: clamp(1.3rem, 2.5vw, 1.5rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  position: relative;
  text-shadow: 2px 2px 0px var(--base-blk),
    -2px -2px 0px var(--base-blk),
    -2px 2px 0px var(--base-blk),
    2px -2px 0px var(--base-blk),
    2px 0px 0px var(--base-blk),
    -2px 0px 0px var(--base-blk),
    0px 2px 0px var(--base-blk),
    0px -2px 0px var(--base-blk),
    0px 2px 2px var(--base-blk);
  filter: drop-shadow(0px 2px 0px var(--base-blk));
  will-change: transform, filter;
}

#famipay7th_cp_2606 .ttl_h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: var(--base-dk-red);
  border-radius: 2px;
  border: 2px solid var(--base-blk);
  box-sizing: content-box;
}

#famipay7th_cp_2606 .time {
  background: #bf0008;
  color: #fff;
  width: fit-content;
  padding: 0 4rem .3rem;
  margin: 0 auto;
  position: relative;
  bottom: -46px;
  border-radius: 10px;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  overflow: hidden;
}

#famipay7th_cp_2606 .time .big {
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  padding-right: 0.1rem;
}

/* 予告表記 */
#famipay7th_cp_2606 .time::before {
  content: "予告";
  position: absolute;
  top: .9vh;
  left: -2rem;
  width: 112px;
  height: 30px;
  background: var(--base-blk);
  color: var(--base-yel);
  font-size: clamp(1.05rem, 1.1vw, 1.15rem);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  z-index: 1;
}

/*==================== items ====================*/

#famipay7th_cp_2606 .items {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem 3rem;
  position: relative;
  overflow: hidden;
}

#famipay7th_cp_2606 .item-area {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 340px));
  justify-content: center;
  margin: 0 auto;
  position: relative;
  gap: 2rem 1rem;
}

#famipay7th_cp_2606 .item-area .item {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 1);
  border-radius: 1rem;
  border: 3px solid var(--base-blk);
  box-shadow: 3px 3px 0px var(--base-blk);
  will-change: transform;
}

#famipay7th_cp_2606 .item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}


#famipay7th_cp_2606 .item-area .item .item_txt_area {
  color: var(--base-blk);
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

#famipay7th_cp_2606 .item-area .item-btn {
  margin-top: auto;
}

#famipay7th_cp_2606 .item-area .spec {
  text-align: left;
  background: #f1fcf5;
  padding: 1.5rem .5rem .5rem;
  margin-top: 1.5rem;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 10px;
}

#famipay7th_cp_2606 .item-area .spec::before {
  display: inline-block;
  content: "セット内容";
  background: var(--base-dk-grn);
  width: fit-content;
  height: auto;
  padding: .2rem 1rem .3rem;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  position: absolute;
  top: 0;
  left: -7px;
  transform: translateY(-50%);
  font-weight: 600;
  border-radius: 30px;
  color: var(--base-wht);
}

#famipay7th_cp_2606 .item-area .item-btn a {
  border: 3px solid var(--base-ble);
  color: var(--base-ble);
  background-color: var(--base-wht);
  font-weight: 600;
  padding: 1rem;
  width: 100%;
  display: block;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#famipay7th_cp_2606 .item-area .item-btn a:active {
  transform: scale(0.96);
  box-shadow: none;
  transition: transform 0.1s;
}


#famipay7th_cp_2606 .item-area .item-btn a::after {
  content: '\e905';
  font-family: "icn_font";
  font-weight: normal;
  margin-left: 0.5em;
}

#famipay7th_cp_2606 .fmo-area {
  margin-bottom: 1.5rem;
}

#famipay7th_cp_2606 .fmo-text {
  width: min(90%, 1100px);
  margin: 0 auto;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 0.8vw, 1.1rem);
}

/* =================== kome =================== */
#famipay7th_cp_2606 .notes-area {
  width: min(90%, 1100px);
  margin: 1.5rem auto;
  color: var(--base-blk);
}

#famipay7th_cp_2606 .item-notice-area {
  width: min(90%, 1100px);
  margin: 1.5rem auto;
}

#famipay7th_cp_2606 .kome {
  text-align: left;
  font-size: clamp(0.8rem, 1.05vw, 0.9rem);

}

#famipay7th_cp_2606 .kome::before {
  content: "\203b";
}

#famipay7th_cp_2606 .notes-list,
#famipay7th_cp_2606 .notes-list .kome {
  transition: color 0.3s ease;
}

#famipay7th_cp_2606:has(.new-item-area.is-active) .notes-list,
#famipay7th_cp_2606:has(.new-item-area.is-active) .notes-list .kome {
  color: var(--base-wht) !important;
}

/* ======================= hover ====================== */

@media (hover: hover) {
  #famipay7th_cp_2606 .new-item-area .btn a:hover::before {
    animation: shiny 0.6s ease-in-out forwards;
  }

  #famipay7th_cp_2606 .new-item-area .btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(184, 120, 0, 0.3);
  }

  #famipay7th_cp_2606 .item-area .item-btn a:hover {
    background-color: var(--base-ble);
    color: var(--base-wht);
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 125, 184, 0.3);
  }
}

/* =================== pic img =================== */
#famipay7th_cp_2606 .c-pic-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
  will-change: transform;
}

#famipay7th_cp_2606 .new-item-content .c-pic-item img {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
  will-change: filter;
}

/*======== AEM ========*/
.others {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: var(--base-wht);
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
}

.others .inner {
  width: min(100%, 1200px);
  margin: 0 auto;

}

.ly-contents-area {
  padding: 10px 0 0;
}



/*===============================================

●pc.css 画面の横幅が737px以上

===============================================*/
@media screen and (min-width: 737px) {

  /*===== common ======*/
  #famipay7th_cp_2606 .pc-none {
    display: none;
  }




}

/*===============================================

●sp.css  画面の横幅が736pxまで

===============================================*/
@media screen and (max-width: 736px) {

  /*===== common ======*/
  #famipay7th_cp_2606 .sp-none {
    display: none;
  }

  #famipay7th_cp_2606 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  #famipay7th_cp_2606 .top-gold-bg {
    top: -1.2%;
    clip-path: polygon(50% 39%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
    height: clamp(735px, 187vw, 785px);
  }

  #famipay7th_cp_2606 .kv-top-band {
    height: clamp(9vw, 6.5vw, 77px);
    width: 102vw;
  }

  #famipay7th_cp_2606 .text-area {
    padding: 1.5rem 0.8rem;
  }

  #famipay7th_cp_2606 .lead-area .leadB {
    filter: drop-shadow(0px 2px 0px var(--base-blk));
  }

  #famipay7th_cp_2606 .ttl_h2::before,
  #famipay7th_cp_2606 .ttl_h2::after {
    width: 25px;
  }

  #famipay7th_cp_2606 .ttl_h2 span small {
    margin-bottom: -32px;
  }

  #famipay7th_cp_2606 .text-area .section-inner {
    padding: 0 !important;
  }

  #famipay7th_cp_2606 .lead-area .leadB {
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }

  #famipay7th_cp_2606 .ttl_h2 {
    filter: drop-shadow(0px 1px 0px var(--base-blk));
    margin: 2rem auto;
  }

  /* 左の線と文字の隙間 */
  #famipay7th_cp_2606 .ttl_h2::before {
    margin-right: 8px;
  }

  /* 右の線と文字の隙間 */
  #famipay7th_cp_2606 .ttl_h2::after {
    margin-left: 8px;
  }

  #famipay7th_cp_2606 .bonus-announce p {
    margin-bottom: 2rem;
  }

  #famipay7th_cp_2606 .section-inner {
    padding: 1rem .8rem;
    width: 100%;
  }

  #famipay7th_cp_2606 .section-step {
    width: 100%;
    margin-top: 0;
  }

  #famipay7th_cp_2606 .step-num {
    margin-bottom: 0;
    width: 60%;
    border: 2px solid var(--base-blk);
    padding: .2rem .5rem;
  }

  #famipay7th_cp_2606 .step-desc {
    margin-top: 0;
  }

  #famipay7th_cp_2606 .step-card {
    border: 2px solid var(--base-blk);
    box-shadow: 0px 3px 0px var(--base-blk);
    padding: 1.5rem.5rem .5rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    flex-direction: column;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }

  #famipay7th_cp_2606 .step-card-wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 1.5rem .5rem .5rem;
    margin: 0 0 1rem;
    gap: 1rem;
  }

  #famipay7th_cp_2606 .step-card {
    flex: 0 0 40%;
    scroll-snap-align: center;
    letter-spacing: 0.03em;
  }

  #famipay7th_cp_2606 .step-card:not(:last-child)::after {
    right: -16px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid var(--base-blk);
  }

  #famipay7th_cp_2606 .step-card-wrap::-webkit-scrollbar {
    display: none;
  }

  #famipay7th_cp_2606 .step-text {
    min-height: 43px;
    display: flex;
    align-items: center;
  }

  #famipay7th_cp_2606 .date-area {
    text-align: center;
    margin: 0;
    width: 100%;
    font-weight: 600;
    padding: 0;
    background: transparent;
    border: none;
  }

  #famipay7th_cp_2606 .date {
    width: 100%;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    gap: .5rem;
    flex-direction: column;
  }

  #famipay7th_cp_2606 .date div {
    display: grid;
    grid-template-columns: 122px 1fr;
    justify-items: center;
    width: 100%;
    gap: 0;
    border-radius: .5rem;
    overflow: hidden;
  }

  #famipay7th_cp_2606 .date div.point {
    grid-template-columns: 190px 1fr;
  }

  #famipay7th_cp_2606 .date div .kikan {
    padding: .2rem 1rem;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    border-radius: 0;
    justify-content: flex-start;
    width: 100%;
  }


  #famipay7th_cp_2606 .date div.point .kikan {
    padding: .2rem .5rem;
    clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
  }


  #famipay7th_cp_2606 .date div dd {
    color: var(--base-blk);
    padding: 0;
    display: block;
    align-self: center;
    gap: 0.4rem;
    text-align: left;
  }

  #famipay7th_cp_2606 .c-pic .c-kv-ttl01 {
    top: 63%;
    left: 12%;
    width: 20%;
  }

  #famipay7th_cp_2606 .c-pic .c-kv-ttl02 {
    top: 57.5%;
    left: 16%;
    width: 58%;
  }

  #famipay7th_cp_2606 .c-pic .c-kv-ttl03 {
    bottom: 3%;
    width: 94%;
  }

  #famipay7th_cp_2606 .new-item-area {
    width: 90%;
  }

  #famipay7th_cp_2606 .new-item-area .new-item .new-item-content {
    grid-template-columns: 1fr;
  }

  #famipay7th_cp_2606 .new-item-area .new-item {
    background-size: 200px auto;
    box-shadow: 0 0 10px var(--base-brn);
    padding: .5rem;
    border-radius: 8px;
  }

  #famipay7th_cp_2606 .new-item-area .new-item::before {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-size: calc(100% - 36px) 1.2px, calc(100% - 36px) 1.2px, 1.2px calc(100% - 36px), 1.2px calc(100% - 36px);
  }

  #famipay7th_cp_2606 .new-item-area .new-item::after {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-size: 22px;
  }

  #famipay7th_cp_2606 .new-item-area .new-item .new-item-content::before {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background-size: calc(100% - 40px) 1.2px, calc(100% - 40px) 1.2px, 1.2px calc(100% - 40px), 1.2px calc(100% - 40px);
  }

  #famipay7th_cp_2606 .new-item-area .new-item_txt_area {
    padding: 1rem 1rem 2rem;
  }

  #famipay7th_cp_2606 .new-item-area .btn {
    width: 100%;
    margin: 2.5rem auto 0;
  }

  #famipay7th_cp_2606 .ttl_h3 {
    margin: 2rem auto 1.5rem;
  }

  #famipay7th_cp_2606 .fmo-text {
    width: 100%;
  }

  #famipay7th_cp_2606 .item-notice-area {
    width: 100%;
    padding: 0;
    margin: 1rem 0 0;
  }

  #famipay7th_cp_2606 .item-area {
    grid-template-columns: 1fr;
    width: 90%;
    gap: 1rem 0;
  }

  #famipay7th_cp_2606 .items {
    padding: 0;
  }

  #famipay7th_cp_2606 .item-area .item {
    border: 2px solid var(--base-blk);
    box-shadow: 2px 2px 0px var(--base-blk);
  }

  #famipay7th_cp_2606 .item-area .item-btn a {
    border: 2px solid var(--base-ble);
  }

  #famipay7th_cp_2606 .notes-area {
    width: 100%;
    margin: 1rem 0 0;
  }

  #famipay7th_cp_2606 .kome {
    box-sizing: border-box;
    text-align: left;
  }


  #famipay7th_cp_2606 .item-area .txt {
    margin: 1rem 0;
  }

  #famipay7th_cp_2606 .item-area .name span {
    display: block;
    margin: 0;
  }

  #famipay7th_cp_2606 .new-items .pic {
    width: 100%;
    padding: 1rem 1rem 0;
  }

  #famipay7th_cp_2606 .fmo-area {
    margin-bottom: 1rem;
  }

  #famipay7th_cp_2606 .time {
    width: 100vw;
    padding: .3rem .5rem;
    margin-left: calc(50% - 50vw);
    bottom: -23px;
    border-radius: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-align: center;
  }

  /* 予告表記 */
  #famipay7th_cp_2606 .time::before {
    top: 10px;
    left: -34px;
    width: 120px;
    transform: rotate(-42deg)
  }

  /* ============ AEM ========== */
  .others {
    padding: 0.8rem;
  }

  /*===== animation-area ======*/
  #famipay7th_cp_2606 .c-mv-ttl {
    top: 8%;
    left: 0;
    right: 0;
    width: 97%;
  }

}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #famipay7th_cp_2606 .top-gold-bg {
    top: -4.5rem;
    clip-path: polygon(50% 60%, 100% 41%, 100% 100%, 0 100%, 0% 41%);
  }

  #famipay7th_cp_2606 .section-inner {
    width: min(94%, 1200px);
  }

  #famipay7th_cp_2606 .date div {
    flex-direction: column;
  }

  #famipay7th_cp_2606 .date .kikan {
    width: 100%;
    border-radius: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
  }

  #famipay7th_cp_2606 .date div dd {
    padding: .5rem 1rem 1rem;
  }

  #famipay7th_cp_2606 .date div.point .kikan {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
  }

  #famipay7th_cp_2606 .time::before {
    top: 3px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 737px) and (max-width: 1023px) {
  #famipay7th_cp_2606 .top-gold-bg {
    top: -12rem;
    clip-path: polygon(50% 60%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  }

  #famipay7th_cp_2606 .section-inner {
    width: min(95%, 1200px);
  }

  #famipay7th_cp_2606 .date div {
    flex-direction: column;
  }

  #famipay7th_cp_2606 .date .kikan {
    width: 100%;
    border-radius: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
  }

  #famipay7th_cp_2606 .date div dd {
    padding: .5rem 1rem 1rem;
  }

  #famipay7th_cp_2606 .date div.point .kikan {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
  }

  #famipay7th_cp_2606 .step-card:not(:last-child)::after {
    right: -28px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid var(--base-blk);
  }

  #famipay7th_cp_2606 .ttl_h2 span small {
    margin-bottom: -39px;
  }

  #famipay7th_cp_2606 .new-item-area {
    width: min(98%, 1100px);
  }

  #famipay7th_cp_2606 .new-item-area .btn {
    margin: 3rem auto 0;
  }

  #famipay7th_cp_2606 .time::before {
    top: 3px;
    font-size: 1.1rem;
  }
}