@charset "utf-8";

/* --- recet.css  --- */

.block-event-page--accessory {
    position: relative;
}

.block-btn-more {
    position: relative;
    display: block;
    width: 210px;
    margin: 0 auto;
    padding: 9px 0 8px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: #444;
    border-radius: 30px;
}

a {
    text-decoration: none;
    color: #000;
    transition: .3s ease;
}

.block-btn-more:hover {
    opacity: .8;
    text-decoration: none;
}

/* ==========================================
   eE1Peko.css : 
   ========================================== */

/* ---  --- */
h2.block-top-event--header {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #333 !important;
    padding: 8px 0 12px 54px !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: 36px 36px !important;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
    font-size: 28px !important;
    font-weight: bold !important;
    color: #333 !important;
    line-height: 1.4 !important;
    display: block !important;
}

h2.block-top-event--header small {
	font-weight: normal;
	}

h2.block-top-event--header.peko-cookies {
    background-image: url(/img/usr/event/eE1Peko01/peko-logo.png);
    background-size: 44px 44px !important;
}

h2.block-top-event--header.peko-box {
    background-image: url(/img/usr/event/eE1Peko01/peko-logo.png);
    background-size: 44px 44px !important;
}

h2.block-top-event--header.tss {
    background-image: url(/img/usr/event/eE1Peko01/fujiya-logo.png);
    background-size: 40px 40px !important;
}

.dummieBloc {
    font-size: 160%;
    width: 90%;
    min-height: 240px;
    background: #e5e5e5;
    margin: 30px auto 50px;
    text-align: center;
    display: grid;
    place-items: center;
}

p.cr {
    font-size: 100%;
    position: relative;
    bottom: 1em;
    right: .5em;
    text-align: right;
    margin: 50px auto 30px;
    width: 100%;
}


/* システム側の擬似要素（既存アイコン等）を非表示化 */
h2.block-top-event--header::before {
    display: none !important;
}

/* --- 2. 共通見出し（手動設置用） --- */
.lottery-section-head {
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
    padding: 8px 0 12px 48px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px 36px;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
}



/* --- 5. スマホ用レスポンシブ設定 --- */
@media screen and (max-width: 768px) {

    h2.block-top-event--header {
        font-size: 24px !important;
        padding-left: 42px !important;
        background-size: 32px 32px !important;
        margin-top: 30px;
    }

}