@charset "UTF-8";

html {
 user-select: none;
}

.redeem {
  background-color: #feeff0;
}



.link_button a {
  background: #feeff0;
}

.redeem h2 {
margin: 0;
background: #ff6997;
color: #ffffff;
font-size: 1em;
line-height: 1.5em;
}

.redeem h3 {
position: relative;
padding: 1em 1em 1em 1.5em;
font-size: 1em;
margin : 0.5em;
border-radius: 5px;
background:#e0e0e0;
color:#070707;
}

.redeem h3:before {
position: absolute;
top: 25%;
left: 0.75em;
width: 6px;
height: 50%;
content: "";
border-radius: 3px;
background: #e70000;
}

/* ボタンの外枠：中央揃え */
.link_button {
text-align: center;
margin: 25px auto;
padding: 0 10px;
width: 100%;
}

/* ボタン本体（aタグ）: 視認性重視の濃いピンク */
.link_button a.cp-btn-anchor {
/* レイアウト：横並び・上下左右中央 */
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;

/* 色：透明感のないパキッとした濃いピンクグラデーション */
background: linear-gradient(to bottom, #fc1375 0%, #d9005f 100%) !important;
background-image: linear-gradient(to bottom, #fc1375 0%, #d9005f 100%) !important;

/* 文字：白・太字 */
color: #fff !important;
font-weight: bold !important;
font-size: 16px !important;
text-decoration: none !important;

/* 形状：丸み・余白 */
padding: 15px 30px !important;
border-radius: 50px !important;
min-width: 280px; 

/* 演出：強めの影と動き */
box-shadow: 0 4px 15px rgba(220, 0, 100, 0.4) !important;
transition: transform 0.2s ease, opacity 0.2s ease !important;

/* 干渉打ち消し */
position: static !important;
}

/* ボタン内のテキスト：可読性を高める文字影 */
.link_button a.cp-btn-anchor span {
color: #fff !important;
display: inline-block !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

/* 右側の矢印：文字の右側に配置 */
.link_button a.cp-btn-anchor::after {
content: '' !important;
display: inline-block !important;
width: 8px !important;
height: 8px !important;
border-top: 2px solid #fff !important;
border-right: 2px solid #fff !important;
transform: rotate(45deg) !important;

/* 配置：絶対配置を解除して文字の右へ */
position: static !important;
margin-left: 12px !important;
margin-top: -2px !important;
}

/* タップ時のアクション：少し凹む */
.link_button a.cp-btn-anchor:active {
transform: scale(0.96) !important;
box-shadow: 0 2px 6px rgba(252, 19, 117, 0.2) !important;
opacity: 0.9 !important;
}

/* キャンペーン記事内の地文（グレーにして読みやすく） */
.redeem article p {
color: #333 !important;
}


/* バナーモードの時は親要素の余計な装飾を消す */
.link_button.banner-mode {
background: none !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
margin: 15px auto !important; /* 説明文との隙間を調整 */
max-width: 100%;
}

/* 画像リンク本体 */
.banner-link {
display: block !important;
width: 100% !important;
text-decoration: none !important;
}

/* 画像自体のサイズと装飾調整 */
.banner-link img {
width: 100% !important;   /* 横幅いっぱい */
height: auto !important;  /* 比率維持 */
display: block;
box-sizing: border-box; /* 枠線を内側に含める設定 */

/* ★ここを追加：パキッとした濃いピンクの枠線 */
border: 3px solid #fc1375; 

/* 角を少し丸くする（枠線も一緒に丸くなります） */
border-radius: 12px;   

/* ★ここを追加：影（シャドウ）を強くして浮かせる */
box-shadow: 0 5px 15px rgba(252, 19, 117, 0.3) !important; 

transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* ★タップした時のアクション（少し凹んで影を薄くする） */
.banner-link:active img {
transform: scale(0.97); /* 少し縮む */
box-shadow: 0 2px 8px rgba(252, 19, 117, 0.2) !important; /* 影も薄く */
}

button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
-webkit-tap-highlight-color: transparent;
}

#outer_circle {
position: relative;
margin: 1em auto;
width: 100px;
height: 100px;
border-radius: 50%;
background-image: conic-gradient(#83ff00 0% 0%, #d9d9d9 0% 100%);
}

#inner_circle {
background-color: #eefff2;
width: 90px;
height: 90px;
border-radius: 50%;
position: relative;
top: 5px;
left: 5px;

}

#inner_circle button {
position: absolute;
color:#0bc94b;
font-weight:bold;
top: 0;
right: 0;
bottom: 0;
left: 0;

}



.information{
padding: 5px;
margin: 5px;
background: #feeff0;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
border: 1px solid #F24FB8;
}

article {
padding:0.5em;
margin-bottom: 1em;
}


article p {
font-size:1em;
line-height:1.4em;
}

article p span {
display:inline;
padding:0;
margin:0;
color:#ff214f;
font-size:1.1em;
}

article ul li {
margin:0.5em;
}
article ul li:last-child {
margin-bottom:1em;
}

article ul li a {
border:1px solid #696969;
padding: 1em 0.5em;
display: block;
border-radius:5px;
-moz-border-radius:5p0x0;
-webkit-border-radius:5px;
}
article ul li a span {
display: block;
font-size: 0.9em;
margin: 0.5em 0 0 0;
}

article ul li a p {
 position: relative;
}

article ul li a p:before {
 content: "";
 position: absolute;
 top: .1em;
 right: 0;
 width: 18px;
 height: 18px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 border-radius: 50%;
 background-color: #333333;
}
 
article ul li a p:after {
 content: "";
 position: absolute;
 top: .5em;
 right: 8px;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 width: 6px;
 height: 6px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
}





article table {
border-collapse: collapse;
width: 100%;
max-width: 700px;
margin: 0 auto;}

article table th, article table td {
border: 2px solid #fff;
background-color: #f1f1f1;
padding: 1em;
}
article table th {
background-color: #b4949a;
color: #fff;
font-weight: bold;
text-align: center;
min-width: 4em;
font-size:0.9em;
}

.choice {
text-align:center;
}
.choice ul {
width:100%;
display: flex;
}
.choice ul li {
width:50%;
display: table-cell;
}
.choice ul li a {
border:3px solid #ff8989;
background:#ffd0d0;
font-weight:bold;
border-radius:50px;
}
.choice ul li:last-child a {
border:3px solid #89b0ff;
background:#d7e4ff;
}

.notice {
margin:0.5em;
padding:0.5em;
background:#f1f1f1;
border:2px solid #696969;
border-radius:5px;
-moz-border-radius:5p0x0;
-webkit-border-radius:5px;

}

.process {
margin:1em 0.5em;
padding:0 0 0.5em;
border:1px solid #696969;
border-radius:5px;
-moz-border-radius:5p0x0;
-webkit-border-radius:5px;
}
.process em {
display:block;
background:#333333;
color:#ffffff;
font-weight:bold;
padding:0.5em;
border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
}

.process a {
font-weight: bold;
display: block;
padding: 0.5em;
margin: 1em 0.5em 0.5em;;

}

.arrow {
position: relative;
padding-left: 30px;
}
 
.arrow::after {
content: "";
margin: auto;
margin-left:0.5em;
position: absolute;
top: 0;
bottom: 0;
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 12px solid #eb0036;
}
.process a span {
background: linear-gradient(transparent 90% , #eb0036 90%);
}

.regist_banner {
padding:0.5em;
margin: 0 auto;
text-align: center;
}

.notice p {
font-size:0.9em;
line-height:1.5em;
text-indent:-1em;
padding:0 0 0 1em;
}
.accordion {
margin: 1em;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #ccc;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

figure {
}

figure img {
width:100%;
}

.campaign-banner-box {
  position: relative; /* 文字の位置の基準点 */
  width: 100%;/* バナーの幅に合わせて調整 */
  max-width: 98%;   /* 画像の最大幅 */
  margin: 0 auto;
  margin-bottom: 10px;
}

.bg-frame {
  width: 100%;
  display: block;
}

.banner-content {
  position: absolute;
  top: 50%;   /* 上下中央へ */
  left: 5%;   /* 左からの位置 */
  transform: translateY(-50%); /* 上下中央補正 */
  color: #ffffff; /* 文字色（白） */
  text-align: left;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Arial Rounded MT Bold", "Meiryo", sans-serif;
  font-weight: bold; /* 丸ゴシックは太めにするとより可愛くなります */
  width: 90%;
}

.banner-title {
  /* 画面幅に合わせて伸縮（数値は微調整してください） */
  font-size: 4.5vw; 
  font-weight: bold;
  margin-bottom: 1vw;
  white-space: nowrap; /* 改行を防ぐ */
}

.banner-date {
  font-size: 2.8vw; 
  letter-spacing: -0.02em;
  white-space: nowrap; /* 改行を防ぐ */
}

/* PCなどの大きな画面で文字が大きくなりすぎないよう制限 */
@media (min-width: 600px) {
  .banner-title { font-size: 24px; }
  .banner-date { font-size: 16px; }
}

/* フォーム全体のコンテナ */
.cp-form-container {
max-width: 600px;
margin: 0 auto;
padding: 20px;
font-family: sans-serif;
}

/* 注意書き */
.cp-form__notes {
background: #fff;
padding: 15px;
border-radius: 8px;
margin-bottom: 20px;
font-size: 12px;
line-height: 1.6;
color: #444;
}
.cp-form__notes span { color: #ff4d6d; font-weight: bold; }

/* ★ここを追加：pタグ同士の間隔を調整 */
.cp-form__notes p {
margin-bottom: 1em; /* 1文字分空ける（お好みで 10px などでもOK） */
text-indent: -1em;
margin-left: 1em;
}

/* フォーム項目 */
.cp-form__item {
margin-bottom: 20px;
}
.cp-form__label {
display: block;
font-weight: bold;
font-size: 14px;
margin-bottom: 8px;
color: #333;
}
.cp-form__required { color: #ff4d6d; margin-left: 3px; }

/* 入力欄 */
.cp-form__input {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 16px; /* スマホでズームされないサイズ */
box-sizing: border-box;
}
.cp-form__input--short { width: 50%; }
.cp-form__input--readonly { background-color: #eee; color: #666; }

/* 住所グループ */
.cp-form__address-group {
background: #fff;
padding: 15px;
border-radius: 8px;
border: 1px solid #ffb6c1;
}
.cp-form__address-row { margin-bottom: 12px; }
.cp-form__sub-label {
display: block;
font-size: 12px;
color: #666;
margin-bottom: 4px;
}

/* エラーメッセージ */
.cp-form__error {
color: #d32f2f;
font-size: 12px;
margin-top: 5px;
font-weight: bold;
}

/* フォーム上部の案内文 */
.cp-form__heading {
font-size: 14px;
color: #fc1375; /* 濃いピンク */
font-weight: bold;
text-align: center;
margin-bottom: 15px;
background: #fff;
padding: 10px;
border-radius: 8px;
line-height: 1.5;
/* 枠線が必要な場合は以下を有効にしてください */
/* border: 1px solid #ffdae0; */
}

/* 規約リンク */
.cp-terms-link {
font-size: 13px;
color: #ff4d6d;
text-decoration: underline;
}

/* 送信ボタンエリア */
.cp-form__submit-area {
margin-top: 30px;
text-align: center;
}
.cp-form__submit-btn {
background-color: #fc1375;
color: #fff;
border: none;
padding: 15px 40px;
font-size: 18px;
font-weight: bold;
border-radius: 30px;
cursor: pointer;
width: 100%;
box-shadow: 0 4px 0 #c20f5a;
}
.cp-form__submit-btn:active { transform: translateY(2px); box-shadow: none; }





/* 戻るボタン */
.cp-form__actions { margin-top: 20px; text-align: center; }
.btn-back {
display: inline-block;
color: #666;
font-size: 14px;
text-decoration: none;
padding: 10px;
}


.cp-confirm-container { max-width: 600px; margin: 0 auto; padding: 20px; }
/* アラートボックスのスタイル */
.cp-confirm__alert {
background-color: #fff;
border: 2px solid #d32f2f; /* 警告を促す濃い赤 */
border-radius: 10px;
padding: 12px;
margin-bottom: 20px;
text-align: center;
position: relative;
}

.cp-confirm__alert p {
color: #d32f2f;
font-size: 14px;
line-height: 1.5;
margin: 0;
}

/* 「まだ応募は完了していません」を大きく */
.cp-confirm__alert strong {
font-size: 16px;
display: block;
margin-bottom: 3px;
}

/* 以前の cp-confirm__title の余白を調整（アラートとの間隔を詰める） */
.cp-confirm__title {
color: #ff4d6d;
text-align: center;
font-size: 18px;
margin-bottom: 10px;
}
.cp-confirm__lead { text-align: center; font-size: 13px; color: #666; margin-bottom: 25px; line-height: 1.5; }

.cp-confirm__item {
background: #fff; padding: 15px; border-radius: 8px; margin-bottom: 10px;
display: flex; flex-direction: column; border: 1px solid #ffdae0;
}
.cp-confirm__label { font-size: 12px; color: #ff4d6d; font-weight: bold; margin-bottom: 5px; }
.cp-confirm__value, .cp-confirm__address-display { font-size: 16px; color: #333; word-break: break-all; }

.cp-confirm__btn-area { margin-top: 30px; display: flex; flex-direction: column; gap: 15px; }
.cp-confirm__btn { padding: 15px; font-size: 18px; font-weight: bold; border-radius: 30px; cursor: pointer; border: none; width: 100%; }
.cp-confirm__btn--submit { background-color: #fc1375; color: #fff; box-shadow: 0 4px 0 #c20f5a; order: 1; }
.cp-confirm__btn--modify { background-color: #fff; color: #666; border: 2px solid #ccc; font-size: 16px; order: 2; }
.cp-confirm__btn:active { transform: translateY(2px); box-shadow: none; }
/* 確認画面の最後の注意書き */
.cp-confirm__warning {
font-size: 13px;
line-height: 1.5;
color: #444;
margin: 20px 0;
padding: 10px;
border-radius: 8px;
}

.cp-confirm__warning strong {
color: #fc1375; /* 濃いピンク */
font-weight: normal; /* 太字にしない */
display: block;
}

/* ボタンエリアの微調整 */
.cp-confirm__btn-area {
margin-top: 10px; /* 注意書きとの間隔 */
}
.cp-form__actions { margin-top: 20px; text-align: center; }
.btn-back { display: inline-block; color: #666; font-size: 14px; text-decoration: none; padding: 10px; }

/* カード全体を横並びに */
.cp-finish__card--split {
display: flex;
align-items: center; /* 上下中央揃え */
padding: 12px !important;
gap: 12px;
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(255, 182, 193, 0.2);
margin-bottom: 20px;
text-align: left; /* 全体を左寄せに */
}

/* 左側：アイコンとタイトル（幅を固定） */
.cp-card__left {
flex: 0 0 100px; /* 幅を100pxに固定 */
text-align: center;
border-right: 1px solid #ffdae0; /* 境界線を入れてスッキリ */
padding-right: 8px;
}

.cp-card__left .cp-finish__icon {
margin-bottom: 4px;
}

.cp-card__left .cp-finish__title {
font-size: 13px; /* 横に並べるため少し小さく */
line-height: 1.3;
margin-bottom: 0;
}

/* 右側：説明文（残りの幅をすべて使う） */
.cp-card__right {
flex: 1;
}

.cp-card__right .cp-finish__text {
font-size: 12px; /* スマホで3?4行に収まるサイズ */
margin-bottom: 0;
line-height: 1.4;
}

.cp-card__right .cp-finish__text strong {
color: #fc1375;
}

/* 外枠：上のカードとの隙間を極小にし、背景を少し濃くしてメリハリをつける */
.cp-form__notes-compact {
text-align: center;
margin:-20px 0;
}

/* 見出し：h2風に背景色をつけてしっかり区切る */
.compact-h2 {
color: #fc1375; /* 濃いピンク */
background: #fff; /* 白背景で浮かせる */
font-size: 14px;
font-weight: bold;
}

/* 横並びコンテナ：ここを起点に50%ずつにする */
.banner-flex-container {
display: flex !important;
justify-content: space-between !important;
gap: 10px !important; /* バナー間の隙間 */
padding: 0 10px !important;
margin-top: 5px !important;
width: 100% !important;
align-items: flex-start; /* ★重要：高さが違っても上揃えにする */
}

/* 各バナーの塊：横幅を完全に均等（50%）にする */
.banner-item {
flex: 1 1 0 !important; /* コンテンツ量に関わらず幅を等分 */
min-width: 0 !important;
display: flex;
flex-direction: column;
}

/* メッセージ部分：画像に密着させる */
.banner-msg {
font-size: 10px;
font-weight: bold;
color: #444;
line-height: 1.2;
margin: 0 0 3px 0 !important; /* 画像との隙間を最小に */
/* 高さは固定せず、文字量に合わせて可変（必要なら min-height を設定） */
display: block;
text-align: center;
}

/* 画像：横幅を50%エリアいっぱいに広げ、縦は画像本来の比率を維持 */
.banner-item img {
width: 100% !important;   /* 横幅を親（50%）に合わせる */
height: auto !important;  /* 縦幅は画像本来のサイズで表示（切れない） */
display: block;
border-radius: 4px;
/* object-fit や aspect-ratio は使わないことで、元の形を保ちます */
}

.form_notice {
padding:0 0.5em 0.5em;
}
.form_notice p:last-child {
margin-bottom:1em;
}

