/* <system section="theme" selected="short"> */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');
/* </system> */

/*** The new CSS reset - version 1.11.1 (last updated 24.10.2023) ***/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
    all: unset;
    display: revert
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}

a,
button {
    cursor: revert
}

ol,
ul,
menu,
summary {
    list-style: none
}

img {
    max-inline-size: 100%;
    max-block-size: 100%
}

table {
    border-collapse: collapse
}

input,
textarea {
    -webkit-user-select: auto
}

textarea {
    white-space: revert
}

meter {
    -webkit-appearance: revert;
    appearance: revert
}

:where(pre) {
    all: revert;
    box-sizing: border-box
}

::placeholder {
    color: unset
}

:where([hidden]) {
    display: none
}

:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto
}

:where([draggable="true"]) {
    -webkit-user-drag: element
}

:where(dialog:modal) {
    all: revert;
    box-sizing: border-box
}


/**/
html {
    font-size: 16px;
    line-height: 1;
}

body {
    font-size: 1rem;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

a:link,
a:visited {
    color: #222;
    text-decoration: none;
    transition: 0.4s color;
}

a:hover,
a:active {
    color: rgb(24, 93, 196);
    text-decoration: underline;
}


strong,
b,
bold,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
}

input[type="text"] {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #999;
    outline: none;
}

input[type="text"]:focus {
    border: 1px solid rgb(141, 200, 255);
    box-shadow: 0 0 10px rgba(141, 200, 255, 0.8)
}

input[type="submit"],
button {
    border-radius: 4px;
    background: rgb(88, 175, 255);
    color: #fff;
    border: 1px solid rgb(88, 175, 255);
    padding: 4px 20px;
}

/* ヘッダ */

#blog-title-content {
    align-items: center;
    padding-top: 26px;
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-template-rows: min-content min-content;
    grid-template-areas:
        "headerLogo headerNavi";
}

#title {
    grid-area: headerLogo;
}


#blog-description {
    font-size: 0.6rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    background: #333;
    color: #fff;
}

#title a {
    display: block;
    width: calc(300px * 0.8);
    height: calc(100px * 0.8);
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cohamucohamu/20250106/20250106222247.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    text-indent: -100rem;
}

#globalNav {
    grid-area: headerNavi;
    align-content: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    overflow: auto;
    font-size: 0.8rem;
}

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

#globalNav li {
    flex: 0 0 auto;
}

#globalNav li a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.4s background, 0.4s color;
}

#globalNav li a:hover {
    background: rgb(24, 93, 196);
    color: #fff;
}

#globalNav li a span {
    font-size: 0.6rem;
    background: #999;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50px;
    min-width: 1.5rem;
    text-align: center;
    transition: 0.4s color, 0.4s background;
}

#globalNav li a:hover span {
    background: #fff;
    color: rgb(24, 93, 196);
    ;
}

/* コンテンツ */
#content {
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cohamucohamu/20250106/20250106223654.jpg) no-repeat center 0 #f0f2f3;
    background-size: auto 300px;
    padding-top: 250px;
    position: relative;
}

/*
#content:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
}
*/

#box2-inner,
#wrapper {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 100;
}

#wrapper {
    padding: 20px;
}

.page-index #wrapper:before {
    content: '新着マンガレビュー';
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 100;
    display: block;
    margin-bottom: 20px;
}

.page-static_page #wrapper:after,
.page-archive #wrapper:after,
.page-index #wrapper:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #f0f2f3;
    width: 100%;
    height: 500px;
}

#box2-inner:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #2a2b30;
    width: 100%;
    height: 500px;
}

#main {
    position: relative;
    z-index: 100;
}

.archive-entries {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.archive-entry.archive-entry {
    flex: 0 0 calc(50% - 15px);
    padding: 16px;
    background: #fff;
    transition: 0.4s background, 0.4s box-shadow;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    align-items: start;


    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: min-content;
    gap: 0 16px;
    grid-template-areas:
        "entryImg entryTitle"
        "entryImg entryDesc"
        "entryImg entryFooter"
    ;
}

.archive-entry.archive-entry:nth-child(n + 3) {
    flex: 0 0 calc(33.3% - 20px);
}

.archive-entry.archive-entry:nth-child(n + 3) .archive-entry-body {
    display: none;
}

.entry-thumb-link {
    grid-area: entryImg;
    overflow: hidden;

}

.entry-thumb {
    transition: 0.4s scale;
}

.entry-thumb:hover {
    scale: 1.2;
}

.archive-entry-header {
    grid-area: entryTitle;
}

.archive-entry-body {
    grid-area: entryDesc;
    margin-top: 10px;
}

.categories {
    margin-top: 10px;
    grid-area: entryFooter;
    display: flex;
    font-size: 0.6rem;
    gap: 10px;
    flex-wrap: wrap;
    align-items: start;
}

.urllist-category-link,
.categories a {
    padding: 4px 8px;
    display: inline-block;
    background: #dadada;
    border-radius: 4px;
    transition: 0.4s background, 0.4s color;
}

.urllist-category-link:hover,
.categories a:hover {
    background: rgb(24, 93, 196);
    color: #fff;
}

.entry-thumb.entry-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 325/500;
}

.archive-entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.archive-entry-header>* {
    flex: 0 0 auto;
}

.archive-date {
    text-align: right;
    font-size: 0.6rem;
    color: #aaa;
}

.entry-title {
    font-weight: 700;
}

.entry-description {
    font-size: 0.8rem;
    word-break: break-all;
}

.pager {
    padding: 20px 0;
    font-size: 0.8rem;
}

.pager-next {
    display: block;
    text-align: right;
}



/* サイドバー */
#box2 {
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cohamucohamu/20250106/20250106223658.jpg) no-repeat center 0 #2a2b30;
    background-size: auto 300px;
    color: #fff;
    padding-top: 200px;
}

#box2 a:link,
#box2 a:visited {
    color: #d5e3f1;
}

#box2 a:hover,
#box2 a:active {
    color: #73b7fc;
}

#box2-inner {
    margin: 0 auto auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(50% - 20px));
    gap: 20px;
    padding: 20px;
}

.hatena-module {
    position: relative;
    z-index: 100;
}

.hatena-module-links {
    grid-column: 1 / 3;
    font-size: 0.8rem;
}

.hatena-module-links .hatena-urllist {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 0 20px;
}

.hatena-module-entries-access-ranking .urllist-with-thumbnails li .urllist-image {
    margin: 0;
}

.hatena-module-recent-entries .urllist-title-link {
    font-size: 0.8rem;
}

.entries-access-ranking-item-inner {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 0 10px;
}

.entries-access-ranking-item+.entries-access-ranking-item {
    margin-top: 20px;

}

.entries-access-ranking-item {
    padding-left: 40px;
    position: relative;
    font-size: 0.8rem;
    counter-increment: ranking;

}

.entries-access-ranking-item:before {
    content: counter(ranking);
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    font-weight: 700;
    background: #fff;
    border-radius: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
    color: #222;



}


.recent-entries-item {
    font-size: 0.8rem;
}

.recent-entries-item+.recent-entries-item {
    margin-top: 10px;
}

/* 個別 */
.page-entry #content:before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(5px)
}

.entry-content {
    background: #fff;
    padding: 20px;
}

.entry-content p+p {
    margin-top: 20px;
}

.entry-content h2:not(:first-child),
.entry-content h3:not(:first-child),
.entry-content h4:not(:first-child),
.entry-content h5:not(:first-child),
.entry-content h6:not(:first-child) {
    margin-top: 40px;
}



.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 10px;
}

.entry-content h2 {
    font-size: clamp(1rem, 0.6308rem + 1.0256vw, 1.4rem);
    position: relative;
    overflow: hidden;
    padding: 0 20px 10px;
    background-image: repeating-linear-gradient(45deg,
            #eee, #eee 2px, #FFF 6px, #FFF 6px);
    border-top: 4px solid rgb(24, 93, 196);
    border-bottom: 1px solid rgb(24, 93, 196);

}

.entry-content h2:first-letter {
    color: #fff;
    font-size: clamp(2rem, 1.0769rem + 2.5641vw, 3rem);
    color: rgb(24, 93, 196);
}





.entry-content h3 {
    font-size: clamp(1rem, 0.8154rem + 0.5128vw, 1.2rem);
    border-bottom: 3px solid #d1d2d3;
    position: relative;
    padding-bottom: 6px;

}

.entry-content h3:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background: rgb(24, 93, 196)
}

.entry-content h3:first-letter {
    color: rgb(24, 93, 196);
    font-size: clamp(1.5rem, 0.5769rem + 2.5641vw, 2.5rem);

}


.entry-content h4 {
    border-left: 4px solid rgb(24, 93, 196);
    font-size: 1rem;
    padding-left: 10px;
}

.entry-content h5 {

    font-size: 1rem;
}

.entry-content h6 {

    font-size: 1rem;
}

.entry-content>ul {
    margin-top: 1rem;
}

.entry-content>ul li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 20px;
}

.entry-content>ul li:before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border: 4px solid #ff7c30;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 6px;
}




.page-entry .entry-header :not(.categories) a {
    color: #fff;
}

.page-entry #content {
    padding-top: 0;
}

.page-entry .entry-header {
    min-height: 150px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

.page-entry .entry-header .categories {
    grid-area: unset;
    font-size: 0.8rem;
}

.page-entry .entry-title {
    font-size: clamp(1.25rem, 0.5577rem + 1.9231vw, 2rem);
}

.page-entry .entry-header .date {
    font-size: 0.8rem
}

.content_af {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px
}

.hatena-asin-detail .hatena-asin-detail-info {
    margin-left: 0;
}



.hatena-asin-detail .hatena-asin-detail-info :not(.hatena-asin-detail-title) a[rel="sponsored noopener"] {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 1.25;
    font-size: 14px;
    letter-spacing: .025em;
    overflow: hidden;
    font-weight: 700;
    background-color: #19304633;
    text-decoration: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 12px;
    margin-top: 16px;
}


.hatena-module-links .hatena-module-title,
.hatena-module-category {
    display: none;
}

.hatena-module-title {
    margin-bottom: 10px;
    font-weight: 700;
}


.archive-header-category {
    margin-bottom: 0;
    text-align: center;
}

#top-box {
    margin-bottom: -25px;
    height: 25px;
    font-size: 0.7rem;
    position: relative;
    z-index: 100;
    padding: 0 10px;
}

.page-static_page .entry-title {
    text-align: center;
    margin-bottom: 10px;

}


.hatena-asin-detail {
    gap: 0 10px;
}

.hatena-asin-detail .hatena-asin-detail-image-link,
.hatena-asin-detail>a {
    flex-basis: 18vw;
}

.entry-footer-section {
    font-size: 0.6rem;
    text-align: right;
}

#copy {
    font-size: 0.8rem;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 10px;
}



.entry-footer {
    margin-top: 40px;
}

.entry-footer-modules .hatena-module-title {
    font-size: 1.2rem;
    font-weight: 700;
}

.entry-footer .related-entries {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.entry-footer .related-entries .related-entries-item {
    flex: 0 0 calc(20% - 16px);
}

.entry-footer .related-entries-item-inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 1fr;
}

.entry-footer .related-entries .urllist-title-link {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.entry-footer .urllist-category-link {
    font-size: 0.8rem;
}


.leave-comment-title {
    display: block;
    width: 260px;
    margin: auto auto 20px;
    background: #1e50a7;
    color: #fff;
    transition: 0.3s background, 0.3s color;
    text-align: center;
    padding: 20px;
}

.leave-comment-title:hover {
    color: #fff;
    background: #4279d7;
}

.entry-comment .comment-user-name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.entry-comment .comment-user-name img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    flex: none;
}

.comment {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.entry-comment {
    padding: 16px;
}

.entry-comment+.entry-comment {
    border-top: 1px solid #ddd
}

.comment-metadata {
    font-size: 0.8rem;
    color: #999;
    text-align: right;
}


@media (max-width: 960px) {

    .entry-footer .related-entries .related-entries-item {
        flex: 0 0 calc(25% - 20px);
    }
}

@media (max-width: 576px) {
    #globalNav ul {
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    #title a {
        width: calc(300px * 0.8);
        height: calc(100px * 0.8);
    }

    .archive-entry.archive-entry.archive-entry {
        flex: 0 0 100%;
    }

    .archive-entry.archive-entry .archive-entry-body.archive-entry-body {
        display: block;
    }



    #blog-title-content {
        grid-template-columns: 1fr;
        grid-template-rows: min-content;
        grid-template-areas:
            "headerLogo"
            "headerNavi";
    }

    #title a {
        margin: auto;
    }

    #content {
        background-position: center 0;
        padding-top: 150px;
        background-size: auto 150px;
    }

    #box2 {
        padding-top: 120px;
        background-position: center 0;
        background-size: auto 130px;
    }

    #box2-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .hatena-module-links {
        grid-column: auto;
    }



    .page-entry #content:before {
        aspect-ratio: 8 / 3.6
    }


    .content_af {
        grid-template-columns: 1fr;
    }

    #globalNav li a {
        font-size: 0.8rem;
        padding: 8px 16px;
    }

    .entry-content {
        margin: auto -20px;
    }

    .hatena-asin-detail.hatena-asin-detail+.hatena-asin-detail.hatena-asin-detail {
        margin-top: 0;
    }

    .hatena-asin-detail .hatena-asin-detail-image-link,
    .hatena-asin-detail>a {
        flex-basis: 30vw;
    }


    .entry-footer .related-entries .related-entries-item {
        flex: 0 0 calc(50% - 10px);
    }

    .comment {
        margin: 0 -20px;
    }

}