@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/**
 * コメント機能を完全に非表示
 */
#comments,
.l-articleBottom__section.-comment,
.p-commentArea,
.comment-respond,
.comment-form,
.comments-area {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* コメント関連の要素を非表示 */
.comment-list,
.comment-form,
.comment-respond,
.comment-reply-link,
.comment-edit-link,
.comment-reply-title,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent,
.form-submit {
    display: none !important;
}

