@charset "utf-8";
/* ------------------------------
 共通
------------------------------- */
#aderiaretro {
    width: 100%;
    background: #ebe8e1;
    font-size: 16px;
    line-height: 1.8;
    font-family: "A1 Gothic L", "A1ゴシック L", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",  Verdana, sans-serif;
}
#aderiaretro .sp_v {
    display: none;
}
#aderiaretro .pc_v {
    display: block;
}
#aderiaretro img {
    vertical-align: middle;
}
#aderiaretro .bg_brown {
    width: 100%;
    background: #ebe8e1;
}
#aderiaretro .text_bold {
    font-family: "A1 Gothic M", "A1ゴシック M", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",  Verdana, sans-serif;
    /*
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    */
}
#aderiaretro a.text_link {
    display: inline-block;
    margin: 24px 0 0;
    border-bottom: 1px solid #231815;
    font-family: "A1 Gothic M", "A1ゴシック M", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",  Verdana, sans-serif;
    /*
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    */
}
#aderiaretro a.text_link:hover {
	opacity: 0.4;
    transition: all 0.5s;
}
#aderiaretro a.text_link::after {
    font-family: Verdana, sans-serif;
	content: "＞";
	font-size: 12px;
    padding: 0 0 0 1.5em;
}

#aderiaretro .cp_bg {
    box-sizing: border-box;
    width: 95%;
    max-width: 1200px;
    padding: 40px 40px;
    background: #fff;
    margin: 0 auto;
}

/* ------------------------------
 ヘッダー
------------------------------- */
#aderiaretro .logo_img a {
    display: block;
    max-width: 175px;
    margin: 0 auto;
    padding: 16px 0;
}

/* ------------------------------
 タイトルまわり
------------------------------- */
#aderiaretro .cp_ttl_area {
    position: relative;
    width: 100%;
    padding: 56px 0 24px;
    border-top: 2px solid #231815;
    border-bottom: 1px solid #231815;
    text-align: center;
}
#aderiaretro .cp_ttl_area_box {
    display: flex;
    justify-content: space-around;
    margin: 0 0 -24px;
}
#aderiaretro .cp_midashi {
    max-width: 170px;
    width: 170px;
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    background: #fff;
    padding: 0 16px;
}
#aderiaretro .cp_yashinomi_aderiaretro_logo {
    max-width: 388px;
    margin: 0 auto;
}
#aderiaretro .cp_ttl {
    box-sizing: border-box;
    max-width: 480px;
    margin: 32px 20px 0;
}

/*
 タイトルまわり画像
------------------------------- */
#aderiaretro .cp_title_bottle_img {
    max-width: 187px;
    width: 20%;
    margin: -20px 0 0;
    top: 40px;
    left: 36px;
}
#aderiaretro .cp_title_img {
    max-width: 215px;
    width: 20%;
    margin: -32px 0 0;
    top: 20px;
    right: 24px;
}


/* ------------------------------
 リード
------------------------------- */
#aderiaretro .cp_lead {
    margin: 48px 0;
    text-align: center;
    font-size: 16px;
}
#aderiaretro .cp_attention {
    display: inline-block;
    margin: 20px 0 0;
    font-size: 14px;
    border-bottom: 1px solid #231815;
}

/* ------------------------------
 プレゼント内容
------------------------------- */
#aderiaretro .present_contents {
    max-width: 1120px;
    margin: 0 0 40px;
    padding: 40px 40px;
    background: #f5f4f1;
}
#aderiaretro .present_title_area {
    width: 100%;
    border-top: 2px solid #231815;
    text-align: center;
}
#aderiaretro .present_kikan {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #231815;
}
#aderiaretro h3.present_title {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #231815;
    font-size: 24px;
    font-weight: bold;
}
#aderiaretro h3.present_title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

/*
 プレゼントアイテム
------------------------------- */
#aderiaretro .present_item_area {
    display: flex;
    justify-content: space-between;
    padding: 40px 40px 0;
    text-align: center;
}
#aderiaretro dl.cp_present_card {
    display: inline-block;
    max-width: 380px;
    width: 72%;
    font-size: 16px;
    line-height: 1.5;
}
#aderiaretro dl dd {
    margin: 0 0 20px;
}
#aderiaretro .cp_present_card span {
    max-width: 380px;
    font-size: 12px;
}

#aderiaretro .present_item_box {
    display: flex;
    justify-content: space-between;
    margin: 36px 0 0;
}
#aderiaretro dl.cp_present_item {
    max-width: 120px;
    font-size: 12px;
    line-height: 1.4;
}
.cp_present_plus {
    max-width: 65px;
    margin: 96px 0px 20px 40px;
}




/* ------------------------------
 ご応募はこちら
------------------------------- */
#aderiaretro a.form_btn {
    position: relative;
    width: 320px;
    min-height: 40px;
    line-height: 40px;
    display: block;
    background: #231815;
    margin: 56px auto 0;
    padding: 20px 0;
	text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    opacity: 0.2;
}
#aderiaretro a.form_btn:hover {
	opacity: 0.8;
    transition: all 0.5s;
}
#aderiaretro a.form_btn::after {
    position: absolute;
    font-family: Verdana, sans-serif;
	content: "＞";
	font-size: 14px;
    right: 12px;
}

/* ------------------------------
 キャンペーンは終了しました
------------------------------- */
#aderiaretro .cp_end_text {
    display: block;
    margin: 24px 0 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}
#aderiaretro .cp_end_text span {
    font-size: 14px;
    text-align: center;
}

/* ご応募はこちら（終了） */
#aderiaretro .form_btn_end {
    position: relative;
    width: 320px;
    min-height: 40px;
    line-height: 40px;
    display: block;
    background: #231815;
    margin: 56px auto 0;
    padding: 20px 0;
	text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    opacity: 0.2;
}
#aderiaretro .form_btn_end::after {
    position: absolute;
    font-family: Verdana, sans-serif;
	content: "＞";
	font-size: 14px;
    right: 12px;
}



/* ------------------------------
 注意事項
------------------------------- */
#aderiaretro .cp_attention_contents {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1120px;
    margin: 72px auto 0;
    padding: 40px 40px 24px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    line-height: 1.8;
}
#aderiaretro .cp_attention_contents h3 {
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    background: #fff;
    padding: 0 24px;
    font-size: 24px;
}


/* ------------------------------
 フッター
------------------------------- */
#aderiaretro footer {
    position: relative;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
}
#aderiaretro .yashinomi_copyright {
    font-size: 12px;
    text-align: center;
    padding: 24px 0;
}
#aderiaretro a.pagetop_btn {
    position: absolute;
    display: block;
    width: 17px;
    height: 96px;
    bottom: 24px;
    right: -40px;
}
#aderiaretro a.pagetop_btn img {
    width: 17px;
    height: 96px;
}
#aderiaretro a.pagetop_btn:hover {
	opacity: 0.4;
    transition: all 0.5s;
}




































/* 画面サイズが578pxから820pxまでのCSSを記述
========================================================================== */
@media screen and (min-width: 578px) and (max-width: 820px)  {
    /* ------------------------------
    共通
    ------------------------------- */
    #aderiaretro {
        font-size: 14px;
        line-height: 1.7;
    }
    #aderiaretro .cp_bg {
        box-sizing: border-box;
        width: 95%;
        max-width: 1200px;
        padding: 32px 32px;
        background: #fff;
        margin: 0 auto;
    }

    /* ------------------------------
    タイトルまわり
    ------------------------------- */
    #aderiaretro .cp_ttl_area {
        position: relative;
        width: 100%;
        padding: 24px 0 20px;
        border-top: 2px solid #231815;
        border-bottom: 1px solid #231815;
        text-align: center;
    }
    #aderiaretro .cp_ttl_area_box {
        display: flex;
        justify-content: space-around;
        margin: 0 0 0;
    }
    #aderiaretro .cp_midashi {
        max-width: 170px;
        width: 170px;
        position: absolute;
        top: -1.5em;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        white-space: nowrap;
        background: #fff;
        padding: 0 16px;
    }
    #aderiaretro .cp_yashinomi_aderiaretro_logo {
        max-width: 388px;
        width: 72%;
    }
    #aderiaretro .cp_ttl {
        max-width: 480px;
        margin: 32px 0 0;
    }

    /*
    タイトルまわり画像
    ------------------------------- */
    #aderiaretro .cp_title_bottle_img {
        max-width: 187px;
    }
    #aderiaretro .cp_title_img {
        max-width: 215px;
    }


    /* ------------------------------
    プレゼント内容
    ------------------------------- */
    #aderiaretro .present_contents {
        max-width: 1120px;
        margin: 0 0 40px;
        padding: 40px 40px 24px;
        background: #f5f4f1;
    }
    #aderiaretro .present_title_area {
        width: 100%;
        border-top: 2px solid #231815;
        text-align: center;
    }
    #aderiaretro .present_kikan {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #231815;
    }
    #aderiaretro h3.present_title {
        width: 100%;
        padding: 20px 0 12px;
        border-bottom: 1px solid #231815;
        font-size: 20px;
    }
    #aderiaretro h3.present_title span {
        display: block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 14px;
    }

    /*
    プレゼントアイテム
    ------------------------------- */
    #aderiaretro .present_item_area {
        display: flex;
        justify-content: space-between;
        padding: 40px 0px 0;
        text-align: center;
    }
    #aderiaretro dl.cp_present_card {
        display: inline-block;
        max-width: 240px;
        font-size: 16px;
        line-height: 1.4;
    }
    #aderiaretro dl dd {
        margin: 0 0 20px;
    }
    #aderiaretro .cp_present_card span {
        display: inline-block;
        max-width: 380px;
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.5;
    }

    #aderiaretro .present_item_box {
        display: flex;
        justify-content: space-between;
        margin: -16px 0 0;
    }
    #aderiaretro dl.cp_present_item {
        max-width: 120px;
        font-size: 12px;
        line-height: 1.4;
    }
    .cp_present_plus {
        max-width: 65px;
        margin: 40px 0px 20px 20px;
    }


    /* ------------------------------
    フッター
    ------------------------------- */
    #aderiaretro footer {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2.5% 0;
    }
    #aderiaretro .yashinomi_copyright {
        font-size: 12px;
        text-align: center;
        padding: 20px 0;
    }
    #aderiaretro a.pagetop_btn {
        position: absolute;
        display: block;
        width: 17px;
        height: 96px;
        bottom: 24px;
        right: 36px;
    }
    #aderiaretro a.pagetop_btn img {
        width: 17px;
        height: 96px;
    }
    #aderiaretro a.pagetop_btn:hover {
        opacity: 0.4;
        transition: all 0.5s;
    }
}





























/* 画面サイズが577pxまでのCSSを記述
========================================================================== */
@media screen and (max-width: 577px)  {
    /* ------------------------------
    共通
    ------------------------------- */
    #aderiaretro {
        width: 100%;
        font-size: 14px;
    }
    #aderiaretro .sp_v {
        display: block;
    }
    #aderiaretro .pc_v {
        display: none;
    }
    #aderiaretro .cp_bg {
        box-sizing: border-box;
        width: 90%;
        max-width: 1200px;
        padding: 5% 5%;
        background: #fff;
        margin: 0 auto;
    }

    /* ------------------------------
    ヘッダー
    ------------------------------- */
    #aderiaretro .logo_img a {
        display: block;
        width: 28%;
        margin: 0 auto;
        padding: 8px 0;
    }

    /* ------------------------------
    タイトルまわり
    ------------------------------- */
    #aderiaretro .cp_ttl_area {
        position: relative;
        width: 100%;
        padding: 32px 0 20px;
        border-top: 2px solid #231815;
        border-bottom: 1px solid #231815;
        text-align: center;
    }
    #aderiaretro .cp_ttl_area_box {
        display: flex;
        justify-content: space-around;
        margin: 0 0 0;
    }
    #aderiaretro .cp_midashi {
        max-width: 170px;
        width: 48%;
        position: absolute;
        top: -1em;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        white-space: nowrap;
        background: #fff;
        padding: 0 16px;
    }
    #aderiaretro .cp_yashinomi_aderiaretro_logo {
        max-width: 388px;
        width: 40%;
    }
    #aderiaretro .cp_ttl {
        max-width: 464px;
        width: 82%;
        margin: 20px 0 0;
    }

    /*
    タイトルまわり画像
    ------------------------------- */
    #aderiaretro .cp_title_bottle_img {
        position: absolute;
        max-width: 187px;
        width: 24%;
        top: 24%;
        left: 0px;
    }
    #aderiaretro .cp_title_img {
        position: absolute;
        max-width: 215px;
        width: 30%;
        top: 8%;
        right: -7%;
        margin: 0 0 0;
    }

    /* ------------------------------
    リード
    ------------------------------- */
    #aderiaretro .cp_lead {
        margin: 32px 0 32px;
        text-align: center;
        font-size: 12px;
        line-height: 1.7;
    }
    #aderiaretro .cp_attention {
        display: inline;
        margin: 40px 0 0;
        font-size: 12px;
        border-bottom: 1px solid #231815;
    }

    /* ------------------------------
    プレゼント内容
    ------------------------------- */
    #aderiaretro .present_contents {
        max-width: 1120px;
        margin: 0 0 20px;
        padding: 20px 5%;
        background: #f5f4f1;
    }
    #aderiaretro .present_title_area {
        width: 100%;
        border-top: 2px solid #231815;
        text-align: center;
    }
    #aderiaretro .present_kikan {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #231815;
        font-size: 12px;
    }
    #aderiaretro h3.present_title {
        width: 100%;
        padding: 16px 0;
        border-bottom: 1px solid #231815;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: -0.03em;
    }
    #aderiaretro h3.present_title span {
        display: block;
        vertical-align: middle;
        margin: 0 0 8px;
        font-size: 12px;
        line-height: 14px;
    }

    /*
    プレゼントアイテム
    ------------------------------- */
    #aderiaretro .present_item_area {
        display: block;
        justify-content: space-between;
        padding: 24px 2.5% 0;
        text-align: center;
    }
    #aderiaretro dl.cp_present_card {
        display: inline-block;
        max-width: 380px;
        width: 85%;
        font-size: 12px;
        line-height: 1.5;
    }
    #aderiaretro dl dd {
        margin: 0 0 20px;
    }
    #aderiaretro .cp_present_card span {
        display: inline-block;
        max-width: 380px;
        margin: 8px 0 0;
        font-size: 10px;
        line-height: 1.4;
    }

    #aderiaretro .present_item_box {
        display: flex;
        justify-content: space-between;
        margin: 0 0 0;
    }
    #aderiaretro dl.cp_present_item {
        max-width: 120px;
        font-size: 10px;
        line-height: 1.4;
    }
    #aderiaretro dl.cp_present_item img {
        width: 80%;
    }
    .cp_present_plus {
        max-width: 65px;
        margin: 20px auto;
    }
    .cp_present_plus img {
        width: 70%;
    }


    /*
     ご応募はこちら
    ------------------------------- */
    #aderiaretro a.form_btn {
        position: relative;
        width: 100%;
        max-width: 360px;
        min-height: 40px;
        line-height: 40px;
        display: block;
        background: #231815;
        margin: 32px auto 0;
        padding: 20px 0;
        text-decoration: none;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        opacity: 0.2;
    }
    #aderiaretro a.form_btn:hover {
        opacity: 0.8;
        transition: all 0.5s;
    }
    #aderiaretro a.form_btn::after {
        position: absolute;
        font-family: Verdana, sans-serif;
        content: "＞";
        font-size: 14px;
        right: 12px;
    }


    /* ------------------------------
    キャンペーンは終了しました
    ------------------------------- */
    #aderiaretro .cp_end_text {
        display: block;
        margin: 24px 0 0;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
    }
    #aderiaretro .cp_end_text span {
        font-size: 12px;
        text-align: center;
    }


    /* ------------------------------
    注意事項
    ------------------------------- */
    #aderiaretro .cp_attention_contents {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        max-width: 1120px;
        margin: 48px auto 0;
        padding: 24px 5% 16px;
        border: 1px solid #c1c1c1;
        font-size: 10px;
        line-height: 1.7;
    }
    #aderiaretro .cp_attention_contents h3 {
        position: absolute;
        top: -1em;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        white-space: nowrap;
        background: #fff;
        padding: 0 24px;
        font-size: 16px;
    }

    /* ------------------------------
    フッター
    ------------------------------- */
    #aderiaretro footer {
        position: relative;
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px 0 0;
    }
    #aderiaretro .yashinomi_copyright {
        font-size: 10px;
        letter-spacing: -0.03em;
        text-align: center;
        padding: 12px 0;
    }
    #aderiaretro a.pagetop_btn {
        position: absolute;
        display: block;
        width: 17px;
        height: 96px;
        bottom: 20%;
        right: 1%;
    }
    #aderiaretro a.pagetop_btn img {
        width: 17px;
        height: 96px;
    }
    #aderiaretro a.pagetop_btn:hover {
        opacity: 0.4;
        transition: all 0.5s;
    }

}