@charset "UTF-8";
/* Custom CSS for Sunkist Campaign 2026 */

/*  PC用ラッパーの横幅サイズを変更  */
/* .l-pc-wrapper {
    grid-template-columns: 1fr 450px 1fr;
}
*/

/*	ヘッダー画像サイズ	*/
.p-main-visual__title img {
    width: 100%;
	max-width: 669px;
	margin: 0 auto;
}

/* ラジオボタンのfocus字の枠線削除 */
.p-form__input-radio:focus {
  outline: none;
}

/* ボタンにdisabledスタイルを追加 */
button:disabled,
input[type="submit"]:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.4;
}

/* ボタンにdisabled+hoverの時のスタイルを追加 */
button:disabled:hover,
input[type="submit"]:disabled:hover {
    background-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.4;
}

/* エラースタイルの追加 */
p.error {
    color: #ec1111;
    padding: 5px 0;
    margin: 0;
}

/* .p-form__input.error {
    border: 1px solid #ec1111;
} */

/* 注意文の赤文字スタイル */
.alert__danger {
    border: #ec1111 3px solid;
    text-align: center;
    padding: 10px;
    color: #ec1111;
    margin-top: 10px;
}

.alert__danger a {
    color: #ec1111;
}


/* 確認画面のテキストスタイルの調整 */
.p-form__confirm-txt {
    line-height: 1.6;
}

/*	ラジオボタンのlabel文字色の調整	*/
.p-form__radio-label {
  color: #000000;
}

/* 報酬一覧の応募ボタン無効化スタイル */
.c-reward-box__btn-wp--disabled a {
    background-image: none !important;
    background-color: #cccccc !important;
    color: #ffffff !important;
    pointer-events: none !important;
    cursor: default !important;
}

.c-reward-box__btn-wp--disabled a img {
    opacity: 0.5;
}

/* 矢印を90度回転させる */
.arrow.is-rotate90 img {
    transform: rotate(90deg);
}

/* 登録未完了の注意文スタイル */
.p-form__description--attention {
    text-align: center;
    color: #ff0000;
    margin-bottom: 0 !important;
}

/* メールアドレスの注意文スタイル */
.p-form__description--information {
    margin-bottom: 18px;
    line-height: 1.714;
    letter-spacing: -0.03em;
    background: #fffff0;
    padding: 10px;
    border: 3px solid #f7cc05;
    border-radius: 7px;
}

/* 会員登録時のアンケート選択項目、ポスター画像のスタイル */
.picture__poster {
    width: 50%;
    max-width: 200px;
    margin: 10px auto;
    border: 2px solid #e9e9e9;
    padding: 10px;
    border-radius: 6px;
}

/* アンカーを引く */
.c-box__body--seal--under-line {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* マイページの応募可能回数の数字の余白調整 */
.p-display__sub-num {
    margin-left: 0;
}

/* 必須入力項目ラベルのスタイルの変更 */
.p-form__label-required {
    background-color: #f7cfcf;
}

/* 任意入力項目ラベルのスタイル */
.p-form__label-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 22px;
    border-radius: 4px;
    background-color: #D9D9D9;
    font-size: 13px;
    line-height: 1.4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* マイページ履歴の当選結果スタイル */
#resultArea dl {
    border-bottom: 3px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#resultArea dl dt {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

#resultArea dl:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#resultArea .result-won {
    color: darkgoldenrod;
}

/* ログイン画面のパスワード忘れリンクスタイル */
.forgot {
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
}

.forgot a {
    color: #2a2a2a;
    text-decoration: underline;
}

/* 必須ラベルのスタイル調整 */
.p-form__label-required {
    background-color: #f7cfcf;
    flex-shrink: 0;
    /* 必須を押されないようにする */
    white-space: nowrap;
    /* 必須を改行させない */
}

.p-form__label-main {
    min-width: 0;
    /* flex内で折り返し/省略が効くように */
    overflow-wrap: anywhere;
    /* 長文でもはみ出さず折り返す */
    font-size: 14px;
    /* フォントサイズを少し大きく */
}

/*	入力フォームのメッセージ	*/
.p-form__mail-txt.note {
	font-size: 12px;
	margin-top: 5px;
	color: #606060;"
}
