@charset "utf-8";

@media screen and (max-width:767px) { 
    .mom-c-article-head {
        background: #2B1917;
        height: auto;
    }

    .mom-c-article-head-tbox {
        height: auto;
        padding: 20px 0;
    }
}

@media screen and (min-width:768px) {
    .mom-c-article-head {
        background: url(head-pc.jpg) no-repeat right center #2B1917;
        background-size:auto 100%;
        color: #fff;
        text-shadow: 0px 0px 7px rgba(0,0,0,1);
    }
    .mom-c-article-head-sns-upper .mom-c-snsbtn {
        display: none !important;
    }

}

.mom-c-article-head-tbox-inner h1 .small {
    font-size: 80% !important;
}