/* アナウンスバー閉じるボタン */
.c-announce_bar__close .u-icon--close:before {
    color: #fff;
}
@media screen and (max-width: 719px) {
    .c-announce_bar__close {
        right: 5px;
        top: 9px;
    }
}

/* モーダル調整（レビューなど） */
.c-modal {
    margin: auto;
}

/* フォントファミリー */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Noto Sans JP", sans-serif !important;
}

/* カート画面 */
.p-cart_content {
    margin-bottom: 100px;
}

/* 購入情報入力画面 */
.c-form_table__checkbox__text a {
    text-decoration: underline;
}

/* 購入内容確認画面のボタン */
.p-checkout_confirm__float {
    z-index: 999;
}
.p-checkout_confirm__submit {
    background: #000;
}

/* ユーティリティ */
.u-color__bg--bg {
    background: #f1f1f1;
}
