/*!
Theme Name: m-ch_15
Theme URI: 
Author: 
Author URI: 
Description:
Version:
License: 
License URI: 
Text Domain: 
Tags:
*/


/*
    common
*/

a {
    text-decoration: none;
    color: #4ca4f5;
}

a:hover {
    text-decoration: none;
    opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    word-break: break-all;
    white-space: normal;
}

.area-title {
    font-size: 18px;
    padding-bottom: 0.62em;
    margin-bottom: 20px;
    border-bottom: 2px solid #e53934;
}

.area-title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f02e";
    font-weight: 900;
    margin-right: 0.5em;
    color: #e53934;
}

#newcmnts .all,
#mostpopular_01 .all {
    background: #4ca4f5;
    color: #fff;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    border-radius: 24px;
    margin-top: 14px;
}




/*
    main
*/

html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
    font-feature-settings: "palt";
    background: #f3f3f3;
}

#site-hdr {
    background: #e53935;
    color: #fff;
    letter-spacing: 0.16em;
    text-align: center;
    padding: 22px 14px;
}

#site-hdr h1 {
    font-size: 20px;
}

#site-hdr h2 {
    font-size: 12px;
    letter-spacing: 0.04em;
}

#site-hdr a {
    color: #fff;
}

#cntnt,
#cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1140px;
    margin: auto;
    padding: 0 28px;
    margin-bottom: 28px;
}

#main {
    width: 62%;
    background: #fff;
    padding: 28px;
}

#sidebar_1 {
    width: 38%;
    background: #fff;
    border-left: 2px solid #f5f5f5;
    padding: 28px;
}

#site-ftr {
    background: #555;
    color: #fff;
    padding: 20px 20px 120px;
    text-align: center;
    font-size: 12px;
}

#top-tab {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    background: #fff;
    width: 100%;
}

#top-tab ul {
    max-width: calc(1140px - 56px);
    display: flex;
    margin: auto;
}

#top-tab li {
    width: 25%;
    border-left: 1px solid #f0f0f0;
}

#top-tab li:last-child {
    border-right: 1px solid #f0f0f0;
}

#top-tab li a {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#top-tab li a.active {
    color: #e53935;
    pointer-events: none;
    border-right: none;
}

#top-tab li i {
    margin-right: 0.4em;
}



/*
    topics
*/

.topics article {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 14px;
    margin-bottom: 14px;
    display: flex;
}

.topics article:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.topics article a {
    display: inline-block;
}

.topics article figure {
    width: 72px;
    margin-right: 14px;
}

.topics article>div {
    width: calc(100% - 72px - 14px);
}

.topics article h2 {
    font-size: 18px;
}

.topics article p {
    margin-bottom: 0.2em;
}

.topics article time,
.topics article span {
    display: inline-block;
    font-size: 12px;
    color: #aaa;
    margin-right: 1em;
}

.topics article time {
    color: #ff433f;
    display: none;
}





/*
    sgl
*/

#main.sgl header {
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: solid 2px #f5f5f5;
}

#main.sgl header h1 {
    font-size: 28px;
    margin-bottom: 8px;
}

#main.sgl header span {
    display: inline-block;
    font-size: 12px;
    color: #aaa;
    margin-right: 1em;
}

#main.sgl .eyecatch {
    margin-bottom: 28px;
    text-align: center;
    background: #f5f5f5;
}

#main.sgl .eyecatch img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

#main.sgl .p-top {
    border-bottom: solid 2px #f5f5f5;
    margin-bottom: 28px;
    padding-bottom: 28px;
}

#main.sgl .p-top .p-content {
    font-weight: bold;
    font-size: 21px;
    color: #e8413d;
    margin-bottom: 1em;
}

#main.sgl .p-top .p-content .name {
    font-size: 13px;
    margin-bottom: 1em;
    color: #080;
    letter-spacing: 0em;
    font-weight: normal;
}

#main.sgl .p-top .p-content iframe {
    width: 100%;
    max-height: 38vh;
}

#main.sgl .pickup-link-title {
    position: absolute;
    top: -32px;
    left: -1px;
    height: 32px;
    line-height: 32px;
    background-color: #e8413d;
    color: #fff;
    padding: 0 20px;
}

#main.sgl .pickup-link {
    position: relative;
    background-color: rgba(232, 65, 61, 0.05);
    border: rgba(232, 65, 61, 0.2) solid 1px;
    padding: 14px;
    border-radius: 0 5px 5px 5px / 0 5px 5px 5px;
    margin: 48px auto 14px;
}

#main.sgl .pickup-link .topics article {
    border-bottom: rgba(232, 65, 61, 0.2) solid 1px;
}

#main.sgl .pickup-link .topics article:last-child {
    border: none;
}

#main.sgl .rss-post {
    margin: 20px 0;
    border-top: 2px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

#main.sgl .rss-post a {
    display: block;
    padding: 1em 1em 1em 1.5em;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

#main.sgl .rss-post a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    width: 12px;
    height: 12px;
    display: block;
    color: #e8413d;
}

#main.sgl .rss-post .blogroll-ad-text,
#main.sgl .rss-post .blogroll-ad-default {
    height: 0;
    opacity: 0;
}

#main.sgl .btm-quot {
    font-size: 12px;
    color: #aaa;
}

.entry-content h2 {
    font-size: 20px;
    margin: 1em 0 0.5em;
}

#main.sgl .p-content .res {
    padding: 1.5em 0;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    font-size: 17px;
    color: #555;
}

#main.sgl .p-content .res .hdr {
    margin-bottom: 0.5em;
    color: #080;
    font-size: 12px;
    font-weight: 400;
}

#main.sgl .p-content .res .hdr::after {
    content: ": マンガ好きの名無しさん";
}

#main.sgl .p-content .res.parent {
    color: #f44336;
    font-size: 20px;
}

#main.sgl .p-content .res.child {
    background: #f7f7f7;
    padding: 1.5em;
}

#main.sgl .p-content .res p {
    margin: 0;
}

#main.sgl .p-content .res-1,
#main.sgl .p-content .res:first-child,
#main.sgl .p-content .res:last-child {
    border: none;
    font-size: 20px;
    color: #f44336;
}

#main.sgl .p-content .res:nth-last-child(2) {
    color: #444;
}



/*
    comment
*/

.comments__list {
    list-style: none;
    counter-reset: item;
}

.comments__list li {
    overflow: hidden;
    background: #fff;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}

.comments__list li.depth-2 {
    margin-bottom: -10px;
}

.comments__list li.depth-2:last-child {
    margin-bottom: 20px;
}

.comments__list li.depth-1 {
    padding: 0;
    border-bottom: solid 2px #f5f5f5;
}

.comments__list li.depth-1:last-child {
    border-bottom: none;
}

.comments__list .children {
    list-style: none;
}

.comments__list .children li {
    border-left: 4px solid #eee;
}

.comments__list .children li .children li {
    background: #fff;
}

.comments__list .children li .children li .children li {
    background: #F2F2F2;
}

.comments__list .children li .children li .children li .children li {
    background: #fff;
}

.comments__list .cmnt-meta {
    font-size: 13px;
    margin-bottom: 1em;
    color: #aaa;
    letter-spacing: 0em;
}

.comments__list .cmnt-meta .name {
    color: #080;
    margin-right: 0.5em;
}

.comments__list p {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 17px;
    color: #555;
}

.top-comments {
    color: #e8413d !important;
    font-size: 21px !important;
}

.comments__list .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

#respond {
    background: #fff;
    margin-bottom: 20px;
    border: 2px solid #E5E5E5;
}

#respond .ttl {
    font-size: 18px;
    padding: 20px;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
}

#respond .ttl small {
    display: block;
}

.reaction {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.comment-reply-link {
    line-height: 32px;
    height: 32px;
    display: inline-block;
    padding: 0 .75em;
    border-radius: 4px;
    font-size: 15px;
}

.comment-reply-link::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3e5";
    font-weight: 900;
    margin-right: 0.3em;
}

#cancel-comment-reply-link {
    display: inline-block;
    margin-top: 0.5em;
    font-size: 13px;
    text-align: center;
}

#cancel-comment-reply-link::before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    font-weight: 900;
    margin-right: 0.3em;
}

#respond form {
    padding: 20px;
}

#respond form .form-submit {
    text-align: right;
    margin-bottom: 0;
}

#respond form .form-submit input {
    background: #4ca4f5;
    color: #fff;
    padding: 0;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
}

#respond form .form-submit input:hover {
    opacity: 0.5;
}

.comment-respond #email-notes,
.comment-respond .logged-in-as {
    font-size: 12px;
    line-height: 1.5;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as,
.comment-respond .comment-form-comment,
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    margin-bottom: 20px;
}

.comment-respond label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.comment-respond input,
.comment-respond textarea {
    font-weight: normal;
    /*iPhoneでのズーム対策*/
    font-size: 16px;
}

.comment-respond input,
.comment-respond textarea {
    width: 100%;
    display: block;
    border: none;
    padding: 10px;
    border-radius: 6px;
    background: #F2F2F2;
}



/*
    sidebar
*/

#sidebar_1 section {
    margin-bottom: 28px;
}

#mostpopular_01 article figure {
    width: 54px;
    margin-right: 14px;
}

#mostpopular_01 article>div {
    width: calc(100% - 54px - 14px);
}

#mostpopular_01 .topics article h2 {
    font-size: 16px;
    font-weight: normal;
}

#newcmnts article figure {
    width: 54px;
    margin-right: 14px;
}

#newcmnts article>div {
    width: calc(100% - 54px - 14px);
}

#top_comments li {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

#top_comments li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#top_comments p {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 16px;
}




/*
    category
*/

#cat .cntnt {
    background: #fff;
    padding: 28px;
    width: 100%;
}

#cat ul {
    display: flex;
    flex-wrap: wrap;
}

#cat li {
    width: 33.33333%;
    margin-bottom: 14px;
    padding-right: 14px;
}

#cat li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


/*
    pagenation
*/

#pagination {
    color: #aaa;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 28px;
    font-size: 14px;
}

#pagination span,
#pagination a {
    background: #f0f0f0;
    display: block;
    width: calc(50% - 25px);
    height: 48px;
    line-height: 48px;
    margin-right: 1px;
    float: left;
    text-align: center;
}

#pagination a {
    background: #4ca4f5;
    color: #fff;
}

#pagination .prev {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

#pagination .next {
    margin-right: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

#pagination .home {
    width: 48px !important;
    font-size: 1.1em;
}


/*
    Search
*/

.search {
    position: relative;
    z-index: 999;
}

.search form {
    position: relative;
}

.search .screen-reader-text {
    display: none;
}

.search #s {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    padding: 8px 48px 8px 8px;
}

.search #searchsubmit {
    background: rgb(229, 57, 53);
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: Font Awesome\ 5 Free, FontAwesome;
    cursor: pointer;
}

.search #searchsubmit:hover {
    opacity: 0.5;
}


/*
    Other
*/

#btm-post-btn {
    padding: 0 28px;
    margin-bottom: 28px;
    text-align: center;
}

#btm-post-btn .btn {
    background: #4ca4f5;
    color: #fff;
    max-width: 640px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    border-radius: 24px;
}

#comment-btn {
    position: fixed;
    top: 14px;
    right: -6px;
    width: 54px;
    height: 54px;
    z-index: 9999;
}

#comment-btn a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    background: #4ca4f5;
    color: #fff;
    border-radius: 50% 0 0 50%;
    box-shadow: 1px 3px 14px #0034633b;
}

#comment-btn a:hover {
    opacity: 1;
}

/*
    Ads
*/

.ad-w100 {
    max-width: 1084px;
    width: 100%;
    margin: 0 auto 28px;
}

.head-ad-wrp .ad-w100 {
    margin-bottom: 0 !important;
}

.ad-infeed {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 14px;
    margin-bottom: 14px;
    max-width: 100%;
    overflow: hidden;
}

.ad-incomments {
    border-top: 2px solid #f5f5f5;
    padding-top: 14px;
    margin-bottom: 14px;
    width: 100%;
}


/*
    Responcive
*/

@media screen and (max-width: 960px) {
    #cntnt {
        display: block;
    }

    #main,
    #sidebar_1,
    #cat .cntnt {
        width: 100%;
        padding: 14px;
    }
}

@media screen and (max-width: 720px) {
    #top-tab li {
        width: 33.33333333%;
    }

    #top-tab li:last-child {
        display: none;
    }

    #cntnt,
    #cat {
        padding: 0;
    }

    #cat li {
        width: 50%;
    }

    #main.sgl header h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    .topics article figure {
        width: 54px;
    }

    .topics article>div {
        width: calc(100% - 54px - 14px);
    }

    .topics article h2 {
        font-size: 16px;
    }

    #cat li {
        width: 100%;
    }

    #main.sgl .eyecatch {
        margin-bottom: 14px;
    }

    #main.sgl header {
        margin-bottom: 14px;
    }

    #main.sgl header h1 {
        font-size: 21px;
    }

    #main.sgl .p-top {
        margin-bottom: 14px;
        padding-bottom: 14px;
    }

    .comments__list li {
        padding: 14px 14px 0 14px;
        margin-bottom: 14px;
    }

    #respond {
        margin-bottom: 20px;
    }

    #respond .ttl {
        padding: 14px;
    }

    #respond form {
        padding: 20px 14px;
    }

    #ad-top {
        margin: 0 auto 14px;
    }

    #top-tab li {
        width: 36%;
        font-size: 13px;
        border: none;
    }

    #top-tab li:nth-child(2) {
        width: 28%;
    }

    #top-tab li i {
        font-size: 16px;
    }

    .ad-w100 {
        margin-bottom: 14px;
    }

    .ad-incomments {
        display: block;
    }
}




/*
    WP Ulike
*/

.wpulike {
    padding: 0 !important;
}

.wpulike-default .wp_ulike_btn {
    background: #fff;
    border: 1px solid #ddd;
}

.wpulike-default .count-box {
    box-shadow: 0 0 0 1px #ddd inset;
}

.wpulike-default .count-box:before {
    border-bottom-color: #ddd;
    left: -4px;
    border-left-color: #ddd;
}


/*
    User Submitted Posts  
*/

#usp-success-message p {
    margin-bottom: 1em;
}

#usp-success-message .s-text {
    font-size: 12px;
    color: #aaa;
    margin-right: 1em;
}

div#user-submitted-posts fieldset {
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

div#user-submitted-posts fieldset label {
    margin-bottom: 0.5em;
    font-size: 16px;
}

div#user-submitted-posts br {
    display: none;
}

#user-submitted-posts input,
#user-submitted-posts textarea,
#user-submitted-posts select {
    border: 1px solid #ddd;
    padding: 1em;
    width: 100% !important;
    border-radius: 0;
}

#user-submitted-post {
    background: #4ca4f5;
    color: #fff;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    border-radius: 24px !important;
    padding: 0 !important;
    border: none !important;
}

#user-submitted-posts fieldset.usp-checkbox input {
    width: 20px !important;
    vertical-align: text-top !important;
}

#user-submitted-posts .custom-contents {
    padding: 1em;
    background: #f5f5f5;
    border-radius: 4px;
}

#user-submitted-posts .parsley-required {
    display: none !important;
}

#usp-upload-message {
    font-size: 12px;
    color: #aaa;
}

div#user-submitted-posts div#usp-error-message.usp-callout-failure {
    color: #f00;
}


/*
    
*/

#wpmem_login .div_text,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_select,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_radio,
#wpmem_reg .div_image,
#wpmem_reg .div_file,
#wpmem_reg .div_url,
#wpmem_reg .div_number,
#wpmem_reg .div_date,
#wpmem_login .button_div {
    width: 100% !important;
}

.button_div .buttons {
    background: #4ca4f5;
    color: #fff;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    border-radius: 24px;
}

#wpmem_login .button_div {
    text-align: center !important;
}


/*
    throwsSpamAway
*/

#throwsSpamAway {
    font-size: 12px;
    color: #aaa;
    margin-top: 1em;
}