@charset "UTF-8";

/* reset----------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-weight:400; background:transparent; }
body { line-height:1; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
nav ul { list-style:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; vertical-align:baseline; background:transparent; text-decoration:none; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ddd; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
*, *::before, *::after { box-sizing: border-box; }

/* basic ---------------------------------- */
body {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #920108;
}

/* 800pxコンテンツラッパー：ここに背景画像 */
.inner {
    width: 800px;
    margin: 0 auto;
    background-image: url('../img/bg.jpg');
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
}

figure { width: 100%; display: block; margin: 0; }
img { width: 100%; display: block; vertical-align: bottom; margin: 0 auto; }

/* 幅クラス */
.w-100 { width: 800px; margin: 0 auto; padding: 0 45px; }
.w-90  { width: 720px; margin: 0 auto; padding: 0 45px; }
.w-85  { width: 680px; margin: 0 auto; padding: 0 45px; }

/* セクション共通ブロック */
.sec_block {
    margin-bottom: 0;
}

/* ============================================================
   赤背景エリア
   ============================================================ */
.red_area {
    width: 100%;
}

/* タイトル */
.title_block {
    padding-top: 30px;
}

/* サブタイトル */
.sub_title_block {
    padding-top: 20px;
}

.sub_title_block img {
    width: 80%;
    margin-top: 20px;
}

/* クーポンQR */
.coupon_qr_block {
    padding-top: 20px;
    padding-bottom: 10px;
}

/* メニュー */
.menu_block {
    padding-top: 20px;
}

/* ドリンク */
.drink_block {
    padding-top: 40px;
}

/* ドリンク注釈 */
.drink_notes_block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.drink_notes {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    line-height: 1.7;
}

/* 期間限定アイテム */
.limited_item_block {
    padding-top: 100px;
}

/* 規約 */
.terms_block {
    padding-top: 20px;
}

/* 期間限定ボタン */
.btn_limited_block {
    padding-top: 80px;
    padding-bottom: 80px;
}

.btn_limited_wrap {
    width: 560px;
    margin: 0 auto;
}

.btn_link {
    display: block;
    transition: opacity 0.2s ease;
}

.btn_link:hover {
    opacity: 0.6;
}

/* ============================================================
   黒背景エリア
   ============================================================ */
.black_area {
    width: 100%;
    background-color: #111111;
    padding-top: 40px;
}

/* コナンバナー */
.bnr_conan_block {
    padding-bottom: 20px;
}

/* コナンCP・タイトル */
.conan_block {
    margin-top: 50px;
    padding-bottom: 20px;
}

/* TOPへ戻るボタン */
.btn_top_block {
    padding-bottom: 40px;
    margin-top: 50px;
}

.btn_top_wrap {
    width: 400px;
    margin: 0 auto;
}

.btn_top_wrap a {
    display: block;
    transition: opacity 0.2s ease;
}

.btn_top_wrap a:hover {
    opacity: 0.7;
}

/* コピーライト */
.copyright {
    background-color: #000;
    padding: 15px 0;
}

.copyright p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

/* ============================================================
   マージンユーティリティ
   ============================================================ */

/* margin-top */
.mt-10  { margin-top:  10px; }
.mt-20  { margin-top:  20px; }
.mt-30  { margin-top:  30px; }
.mt-40  { margin-top:  40px; }
.mt-50  { margin-top:  50px; }
.mt-60  { margin-top:  60px; }
.mt-70  { margin-top:  70px; }
.mt-80  { margin-top:  80px; }
.mt-90  { margin-top:  90px; }
.mt-100 { margin-top: 100px; }

/* margin-bottom */
.mb-10  { margin-bottom:  10px; }
.mb-20  { margin-bottom:  20px; }
.mb-30  { margin-bottom:  30px; }
.mb-40  { margin-bottom:  40px; }
.mb-50  { margin-bottom:  50px; }
.mb-60  { margin-bottom:  60px; }
.mb-70  { margin-bottom:  70px; }
.mb-80  { margin-bottom:  80px; }
.mb-90  { margin-bottom:  90px; }
.mb-100 { margin-bottom: 100px; }

.coming_soon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming_soon_text {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.coming_soon.is-hidden {
    display: none;
}

/* ============================================================
   SP対応 max-width: 767px
   ============================================================ */
@media screen and (max-width: 767px) {

    body {
        background-size: cover;
    }

    .w-100 { width: 100%; padding: 0 30px; }
    .w-90  { width: 90%;  padding: 0 20px; }
    .w-85  { width: 85%;  padding: 0 20px; }

    .inner {
        width: 100%;
    }

    /* 赤背景エリア */
    .red_area { width: 100%; }

    .title_block {
        padding-top: 20px;
    }

    .sub_title_block {
        padding-top: 12px;
    }

    .coupon_qr_block {
        padding-top: 12px;
        padding-bottom: 10px;
    }
    .menu_block {
        padding-top: 20px;
    }

    .drink_block {
        padding-top: 20px;
    }
    
/* ドリンク注釈 */
.drink_notes_block {
    padding-top: 30px;
}

    .limited_item_block {
        padding-top: 20px;
    }

    .terms_block {
        padding-top: 20px;
    }

    .btn_limited_block {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .btn_limited_wrap {
        width: 80%;
        margin-top: 30px;
    }

    /* 黒背景エリア SP */
    .black_area {
        padding-top: 30px;
    }

    /* コナンバナー */
.bnr_conan_block {
    padding-bottom: 20px;
}

/* コナンCP・タイトル */
.conan_block {
    margin-top: 10px;
    padding-bottom: 20px;
}

    .btn_top_wrap {
        width: 70%;
    }

    /* TOPへ戻るボタン */
.btn_top_block {
    padding-bottom: 40px;
    margin-top: 50px;
}

        /* マージンユーティリティ SP（PCの50%） */
    .mt-10  { margin-top:   5px; }
    .mt-20  { margin-top:  10px; }
    .mt-30  { margin-top:  15px; }
    .mt-40  { margin-top:  20px; }
    .mt-50  { margin-top:  25px; }
    .mt-60  { margin-top:  30px; }
    .mt-70  { margin-top:  35px; }
    .mt-80  { margin-top:  40px; }
    .mt-90  { margin-top:  45px; }
    .mt-100 { margin-top:  50px; }

    .mb-10  { margin-bottom:   5px; }
    .mb-20  { margin-bottom:  10px; }
    .mb-30  { margin-bottom:  15px; }
    .mb-40  { margin-bottom:  20px; }
    .mb-50  { margin-bottom:  25px; }
    .mb-60  { margin-bottom:  30px; }
    .mb-70  { margin-bottom:  35px; }
    .mb-80  { margin-bottom:  40px; }
    .mb-90  { margin-bottom:  45px; }
    .mb-100 { margin-bottom:  50px; }
}