
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, table, tbody, tfoot, thead, tr, th, td{
    font-family: 'Noto Serif JP', serif;
}
body{
    color: #060c0c;
}

.fangate_container .fangate_entry_button a, .common_button a, #entry_button_area a, #entry_button_area input[type="submit"], #confirm_button_area input[type="button"]{
    background-color: #d2e38a;
    display: inline-block;
    padding: 0.75em 2em 1em 2em;
    box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.3) inset;
    color: #111;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 36px;
    width: 500px;
}
.common_button a{
    font-size: 26px;
    width: 350px;
}


#footer {
    background-color: #fff;
    padding-bottom: 110px;
}
#footer .copyright, .not_affiliated, #footer .poweredBy a, #footer .poweredBy a span {
    font-size: 14px;
}
#push{
    display: none;
}
#wrap{
    margin: 0;
}
.not_affiliated {
    margin: 0px 0 -38px 0;
}

#main_box{
    position: relative;
}
#main_caption{
    text-align: left;
    width: auto;
    font-size: 18px;
    background: #dec9b4;
    padding: 50px 0;
}
#main_caption .link--cp{
    background: red;
    position: absolute;
    width: 980px;
    height: 255px;
    left: calc(50% - 490px);
    opacity: 0;
}
#main_caption .link--cp.link--cp01{
    top: 920px;
}
#main_caption .link--cp.link--cp02{
    top: 1207px;
}
#main_caption .link--cp.link--cp03{
    top: 1493px;
}

#main_caption .box--guide{
    width: 980px;
    box-sizing: border-box;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
}
#main_caption .box--guide h3{
    text-align: center;
    padding: 0 0 0.5em 0em;
    font-size: 48px;
    font-weight: 100;
}
#main_caption .box--guide h4{
    display: inline-block;
    background: #060c0c;
    color: #fff;
    padding: 0.05em 1.5em;
    margin: 1.5em 0 0.5em 0;
    font-weight: normal;
}

#campain_link {
    text-align: center;
    margin: 50px 0 30px;
}
#campain_link a {
    display: none;
}
#campain_link li.sort_mypost {
    float: none;
}
#campain_link li.sort_mypost::before {
    content: url(https://s3-ap-northeast-1.amazonaws.com/ownly/cp/sample_recipt/page_main_sample-recipt-midashi03.png);
    display: inline-block;
    text-align: center;
    padding: 0.75em 1em;
    font-size: 18px;
}

#timeline {
    padding: 0 30px 30px;
    width: 980px;
    margin: 0 auto;
}

#timeline_list .box {
    box-shadow: 1px 1px 3px #ddd;
}
#timeline_list .box .post_areaname span {
    display: block;
    padding: 8px 16px;
    margin: 0 0 13px 0;
}

.post_list_loader img{
    filter: invert(40%) sepia(0%) saturate(2%) hue-rotate(144deg) brightness(158%) contrast(83%);
}

#entry_button_area{
    position: fixed;
    bottom: 0;
    background: rgba(245,245,243, 0.9);
    width: 100%;
    right: 0;
    z-index: 1000;
    padding: 15px 0 8px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point_status_area{
    position: fixed;
    bottom: 122px;
    background: rgba(245,245,243, 0.9);
    width: 100% !important;
    left: 0;
    z-index: 1000;
    padding: 5px 0 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point_status_area div{
    padding: 0 10px !important;
    font-weight: 100 !important;
}
.point_log_link, .available_point_title_sub {
    margin: 0 !important;
    font-size: 14px !important;
}
.available_point_title_sub {
    font-size: 11px !important;
}
.available_point_title {
    font-size: 18px;
}
.available_point_value {
    font-size: 40px;
}

#entry_button_area .entry_button_area_in {
    padding-bottom: 0px !important;
}

#page-top {
    z-index: 1001;
}

.mileage_event_list_container {
    width: 980px;
}
.mileage_event_list_container .mileage_event {
    display: flex;
    align-items: center;
    border-radius: 0;
}
.mileage_event_list_container .mileage_event .link_button a {
    background-color: #d2e38a;
    display: inline-block;
    padding: 0.75em 2em 1em 2em;
    box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.3) inset;
    color: #111;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 26px;
    border-radius: 0;
}

.mileage_event_list_container{
    display: none;
}