@charset "UTF-8";
/*
Theme Name:  EROMOVIE COMIC
Description:  THE SONICカスタマイズ用子テーマ
Author:       SONIC Team　/ EROMOVIE-COMIC
Author URI:   https://the-sonic.jp
Template:     thesonic
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
    margin: 0;
    padding: 0;
}
body {
    background: #fff !important;
    position: relative;
}
img {
    vertical-align: bottom;
}
ul,
li {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

:root {
    --maincolor: #212121;
    --subcolor: #252525;
    --bgcolor: #fff;
    --subcolor-op2: rgba(8, 8, 8, 0.2);
    --themefont: "Bebas Neue", cursive;
    --titlefont: "M PLUS 1p", sans-serif;
}

.grecaptcha-badge {
    visibility: hidden;
}

#page-overview #header {
    background-color: #000;
    color: #fff;
}
#page-overview p {
    margin-bottom: 0;
}
#page-overview .entry-body > p {
    margin-bottom: 2em;
    font-size: 16px;
}
#page-overview .entry-body h2 {
    color: #fff;
    background: var(--maincolor);
}
#page-overview .entry-body h3 {
    border-color: var(--maincolor);
}

.rectangle {
    margin: 16px auto;
    width: 300px;
    height: 250px;
    background: #f0f0f0;
}
.pconly {
    display: none;
}
@media (min-width: 768px) {
    .rectangle {
        display: none;
    }
    .mobileonly {
        display: none;
    }
    .pconly {
        display: block;
    }
}

#content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1800px;
}
#top-slider {
    width: 100%;
}
#main {
    width: 100%;
}
#sidebar {
    width: 100%;
    margin: 0;
    padding: 16px;
    box-sizing: border-box;
}

@media (min-width: 1030px) {
    #content {
        justify-content: center;
    }
    #main {
        width: calc(100% - 350px);
        flex: 0 0 auto;
        max-width: 830px;
        box-sizing: border-box;
        padding: 0 15px;
    }
    #sidebar {
        width: 350px;
        padding: 35px 25px;
        flex: 0 0 auto;
        display: block;
    }
}
@media (min-width: 1200px) {
    #main {
        width: calc(100% - 410px);
    }
    #sidebar {
        width: 410px;
    }
}

#main h1 {
    font-family: var(--titlefont);
    font-weight: 700;
}
#sidebar h2 {
    font-family: var(--titlefont);
    font-weight: 700;
}

#header {
    border-bottom: solid 3px #111;
}
#header .header-logo {
    margin: 0 0;
    height: 50px;
    padding: 10px 0;
}
#header .header-logo a span {
    width: 128px;
}
#header .header-logo a span img {
    width: 100%;
    height: auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 0 15px;
    color: var(--maincolor);
}
.logo .name {
    font-family: var(--themefont);
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
}
.logo .subtitle {
    font-family: var(--titlefont);
    font-size: 18px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .logo .name {
        font-size: 12px;
    }
}

.hamburger-menu {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hamburger-menu {
    position: absolute;
    left: auto;
    right: 0;
    top: 10px;
}

.top-image {
    padding: 0;
    background: url() no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-image {
    width: 100%;
    height: calc(100vw * 0.6);
}
.top-image-overlay {
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    max-width: 70%;
    box-sizing: border-box;
}
.top-image-overlay p {
    margin: 0;
}
@media (min-width: 768px) {
    .top-image {
        height: calc(100vw * 0.4);
    }
}
@media (min-width: 1030px) {
    #header .header-logo {
        margin: 0 10px;
        height: 62px;
    }
    #header .header-logo a {
        font-size: 32px;
        line-height: 62px;
    }
    #header .header-logo a span {
        width: 156px;
    }
    .top-image {
        height: calc(100vw * 0.35);
    }
    .hamburger-menu {
        width: 62px;
        height: 62px;
    }
}

.menu-open {
    flex: 0 0 auto;
    display: block;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: var(--maincolor);
}
.menu-open::before {
    content: "\e5d2";
    font-family: Material Icons;
    cursor: pointer;
    color: #fff;
}
.menu-close {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    color: #eee;
    z-index: 15;
}
.menu-close::before {
    content: "\e5cd";
    font-family: Material Icons;
    cursor: pointer;
}
.menu {
    position: fixed;
    top: 0;
    right: 0;
}
.menu.showing {
    width: 100%;
    height: 100vh;
    z-index: 12;
}
.menu-container {
    display: none;
    width: 75%;
    max-width: 600px;
    height: 100vh;
    padding: 0;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 14;
    position: fixed;
}
.showing .menu-container {
    display: block;
}
.menu-inner {
    width: 100%;
    height: 100vh;
    padding: 64px 16px;
    box-sizing: border-box;
    overflow-y: scroll;
}
.showing .menu-inner {
    display: block;
}
.menu h3 {
    font-family: var(--themefont);
    font-weight: 900;
    color: var(--maincolor);
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}
.menu .cat-list {
    margin-bottom: 64px;
    font-size: 16px;
}
.menu .cat-list a {
    color: #222;
}
.menu .cat-list .children {
    font-size: 75%;
    display: flex;
    margin-bottom: 8px;
}
.menu .cat-list .children li {
    padding-right: 16px;
}
.menu .cat-list .children li a {
    display: inline-block;
    padding: 0 8px;
    background: #fff;
    border-radius: 4px;
}

.nav-background {
    display: none;
}
.showing .nav-background {
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
}
.search-form {
    display: flex;
}
.search-form .search-input {
    flex: 1 1 auto;
    height: 45px;
    border: solid 1px var(--maincolor);
    padding: 8px;
    box-sizing: border-box;
    font-size: 15px;
    width: calc(100% - 45px);
}
.search-form .search-button {
    flex: 0 0 auto;
    height: 45px;
    width: 45px;
    border: solid 1px var(--maincolor);
    background: var(--maincolor);
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.search-form .search-button::before {
    content: "\e8b6";
    font-family: Material Icons;
    font-size: 30px;
    line-height: 45px;
}

.popular-category {
    background: #f3eee6;
    overflow: hidden;
    padding: 60px 20px 20px;
    margin-bottom: 30px;
}
.popular-category h1 {
    font-size: 1.2em;
    border-bottom: solid 2px #333;
    padding-bottom: 8px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
.popular-category ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 20px auto;
}
.popular-category li {
    flex: 0 1 auto;
}
.popular-category li a {
    display: block;
    background: #fff;
    color: #333;
    border-radius: 5px;
    font-size: 13px;
    padding: 6px 10px;
    margin: 6px;
}

.main-line-title {
    border-bottom: solid 2px var(--subcolor-op2);
    font-size: 1.2em;
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 5px;
}
.main-line-title::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 2px var(--subcolor);
    bottom: -2px;
    width: 15%;
}

@media (min-width: 1030px) {
    .popular-category h1 {
        font-size: 1.6em;
    }
    .popular-category li a {
        font-size: 14px;
        padding: 8px 15px;
        margin: 6px;
    }
    .main-line-title {
        font-size: 1.6em;
    }
    .menu-inner {
        width: 100%;
    }
}

.pickup {
    padding: 20px;
}
.pickup ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pickup ul li {
    flex: 0 0 auto;
    width: calc(50% - 8px);
    padding: 15px 0;
}
.pickup .post a {
    display: block;
}
.pickup .post a:hover img {
    opacity: 0.8;
}
.pickup .post-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
}
.pickup .post-cat {
    margin-bottom: 5px;
}
.pickup .post-cat span {
    display: inline-block;
    font-size: 13px;
    padding: 2px 10px;
    border: solid 1px #999;
    color: #666;
    border-radius: 5px;
    margin-right: 8px;
}
.pickup .post-thumbnail {
    height: calc((100vw - 56px) / 2 * 0.525);
    margin-bottom: 10px;
    background: #f0f0f0;
}
.pickup .post-thumbnail img {
    width: 100%;
    height: calc((100vw - 56px) / 2 * 0.525);
    object-fit: cover;
    transition: all 0.5s;
}
.pickup .post-time {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0;
    font-family: var(--minifont);
}
@media (min-width: 1030px) {
    .pickup .post-thumbnail {
        height: calc((100vw - 416px) / 2 * 0.525);
    }
    .pickup .post-thumbnail img {
        width: 100%;
        height: calc((100vw - 416px) / 2 * 0.525);
    }
}
@media (min-width: 1120px) {
    .pickup .post-thumbnail {
        height: calc(352px * 0.525);
    }
    .pickup .post-thumbnail img {
        width: 100%;
        height: calc(352px * 0.525);
    }
}

.ranking {
    background: #f3eee6;
}
.ranking h1 {
    padding: 20px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}
.ranking ol {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 20px;
    counter-reset: item;
}
.ranking ol li {
    flex: 0 0 auto;
    width: 100%;
    padding: 20px 0;
    border-bottom: dashed 1px #ccc;
}
.ranking ol li:last-child {
    border-bottom: none;
}

.ranking ol li a {
    padding: 10px 0 0 10px;
    position: relative;
}
.ranking ol li a::before {
    counter-increment: item;
    content: counter(item);
    font-size: 24px;
    color: #fff;
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.8);
    z-index: 2;
}
.ranking ol li.rank-1 a::before {
    background: rgba(230, 185, 30, 0.8);
}
.ranking ol li.rank-2 a::before {
    background: rgba(170, 170, 170, 0.8);
}
.ranking ol li.rank-3 a::before {
    background: rgba(168, 111, 49, 0.8);
}
.ranking .post a {
    display: block;
}
.ranking .post a:hover img {
    opacity: 0.8;
}
.ranking .post-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.ranking .post-cat {
    margin-bottom: 5px;
}
.ranking .post-cat span {
    display: inline-block;
    font-size: 13px;
    padding: 2px 10px;
    border: solid 1px #999;
    background: #fff;
    border-radius: 5px;
    margin-right: 8px;
}
.ranking .post-thumbnail {
    width: calc(40vw - 10px);
    height: calc((40vw - 10px) * 0.525);
    margin-right: 16px;
    margin-bottom: 0;
    float: left;
    background: #f9f9f9;
}
.ranking .post-thumbnail img {
    width: 100%;
    height: calc((40vw - 10px) * 0.525);
    object-fit: cover;
    transition: all 0.5s;
}
.ranking .post-time {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0;
    font-family: var(--minifont);
}
.ranking .rank-1 .post-thumbnail {
    width: 100%;
    height: calc((100vw - 40px) * 0.525);
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
    background: #f9f9f9;
}
.ranking .rank-1 .post-thumbnail img {
    width: 100%;
    height: calc((100vw - 40px) * 0.525);
}

@media (min-width: 1030px) {
    .ranking {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 50px;
    }
    .ranking h1 {
        font-size: 1.6em;
    }
    .ranking ol li {
        width: calc(100% / 3);
        padding: 20px 10px;
        box-sizing: border-box;
        border-bottom: none;
    }
    .ranking .post-thumbnail {
        width: 100%;
        height: calc((100vw - 130px) / 3 * 0.525);
        margin-right: 0;
        margin-bottom: 10px;
        float: none;
    }
    .ranking .post-thumbnail img {
        height: calc((100vw - 130px) / 3 * 0.525);
    }
    .ranking .rank-1 .post-thumbnail {
        height: calc((100vw - 130px) / 3 * 0.525);
    }
    .ranking .rank-1 .post-thumbnail img {
        height: calc((100vw - 130px) / 3 * 0.525);
    }
    .ranking .post-title {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (min-width: 1160px) {
    .ranking .post-thumbnail {
        height: 180.25px;
    }
    .ranking .post-thumbnail img {
        height: 180.25px;
    }
    .ranking .rank-1 .post-thumbnail {
        height: 180.25px;
    }
    .ranking .rank-1 .post-thumbnail img {
        height: 180.25px;
    }
}

.new {
    padding: 20px;
}
.new ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new ul li {
    flex: 0 0 auto;
    width: 100%;
    padding: 10px 0;
}
.new .post a {
    display: block;
    position: relative;
    overflow: hidden;
}
.new .post a:hover img {
    opacity: 0.8;
}
.new .post-title,
.category .post-title {
    background: var(--maincolor);
    margin-bottom: 10px;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
    line-height: 1.5;
}
.new .post-cat,
.category .post-cat {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.new .post-cat a,
.category .post-cat a {
    display: inline-block;
    font-size: 11px;
    padding: 3px 10px;
    border: 1px solid #e0141c;
    border-radius: 20px;
    color: #e0141c;
}
.new .post-cat::before,
.category .post-cat::before {
    content: "\e2c7";
    font-family: Material Icons;
    color: #e0141c;
}
.new .tag-area,
.category .tag-area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.new .tag-area::before,
.category .tag-area::before {
    content: "\f05b";
    font-family: Material Icons;
    color: #2bb7ee;
}
.new .tag-area a,
.category .tag-area a {
    border: 1px solid #2bb7ee;
    border-radius: 20px;
    color: #2bb7ee;
    font-size: 11px;
    padding: 3px 10px;
}
.new .post-thumbnail {
    width: 100%;
    height: auto;
    margin-right: 16px;
    margin-bottom: 0;
    float: left;
    background: #f0f0f0;
}
.new .post-thumbnail img {
    width: 100%;
    height: calc(704px * 0.525) !important;
    object-fit: cover;
    transition: all 0.5s;
}
.new .post-time {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0;
    font-family: var(--minifont);
}
.new .excerpt-content,
.category .excerpt-content {
    width: 100%;
    color: #212121;
    font-size: 12px;
}
.new .more a,
.category .more a {
    background: #212121;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}
@media (min-width: 1030px) {
    .new ul li {
        width: calc((100% - 30px) / 2);
        box-sizing: border-box;
    }
    .new ul::after {
        content: "";
        display: block;
        width: calc((100% - 30px) / 3);
    }
    .new .post-thumbnail {
        width: 100%;
        height: auto;
        min-height: 100px;
        margin-right: 0;
        margin-bottom: 5px;
        float: none;
    }
    .new .post-thumbnail img {
        width: 100%;
        height: auto;
    }
}
.new.popular .popular-list {
    counter-reset: item;
}
.new.popular .popular-list .pr {
    display: none;
}
.new.popular .popular-list li a .post-thumbnail {
    position: relative;
}
.new.popular .popular-list li:not(.pr) a .post-thumbnail::before {
    counter-increment: item;
    content: counter(item);
    font-size: 20px;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.8);
    z-index: 2;
    font-family: var(--themefont);
    font-weight: 900;
    line-height: 30px;
}
.new.popular .popular-list li.rank-1 a .post-thumbnail::before {
    background: rgba(230, 185, 30, 0.8);
}
.new.popular .popular-list li.rank-2 a .post-thumbnail::before {
    background: rgba(170, 170, 170, 0.8);
}
.new.popular .popular-list li.rank-3 a .post-thumbnail::before {
    background: rgba(168, 111, 49, 0.8);
}
@media screen and (max-width: 767px) {
    .new.popular .popular-list .pr {
        display: block;
    }
}
.top-category,
.top-tags,
.page-tags,
.page-categories {
    padding: 20px;
}
.top-category .cat-list,
.top-tags .tag-list,
.page-tags .tag-list,
.page-categories .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    padding: 16px;
}
.top-category .cat-list a,
.top-tags .tag-list a,
.page-tags .tag-list a,
.page-categories .category-list a {
    padding: 3px 10px;
    border: 1px solid #212121;
    border-radius: 20px;
    color: #212121;
}
.button {
    padding: 30px 0;
    margin-bottom: 0;
}
.button a {
    display: block;
    padding: 10px 0;
    text-align: center;
    background: var(--maincolor);
    color: #fff;
    font-weight: bold;
    width: 60%;
    margin: 0 auto 10px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}
.button a:hover {
    background: var(--maincolor);
    opacity: 0.9;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

#footer {
    background: #f0f0f0;
    margin-top: 50px;
}
#footer .footer-container {
    display: flex;
    flex-wrap: wrap;
}
#footer .footer-left {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
}
#footer .footer-right {
    flex: 0 0 auto;
    width: 100%;
    padding: 32px;
    box-sizing: border-box;
}
#footer .footer-right .recommend {
    flex: 0 0 auto;
    width: 45%;
}
#footer .footer-right .recommend h2 {
    font-size: 16px;
}
#footer .footer-right .recommend a {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
}
#footer .footer-right .links {
    flex: 0 0 auto;
    width: 90%;
    margin-top: 20px;
}
#footer .footer-right .links a {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
}
#footer .footer-bottom {
    flex: 0 0 auto;
    width: 100%;
    background: #333;
}
#footer .footer-menu {
    display: flex;
    margin: 10px 20px;
    justify-content: center;
    flex-wrap: wrap;
}
#footer .footer-menu li {
    flex: 0 0 auto;
}
#footer .footer-menu a {
    color: #fff;
    font-size: 13px;
}

/* TOPページ限定：固定パーツ top-footer-links 用（footer-menu と同じ見た目） */
#footer .footer-site-links {
    padding: 16px 20px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px; /* footer-menu と同じ */
    color: #000000; /* footer-menu と同じ */
}
#footer .footer-site-links__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
    line-height: 1.6;
}
/* the_content 由来の段落/改行があっても横並びに寄せる */
#footer .footer-site-links__inner > p {
    margin: 0;
    display: contents;
}
#footer .footer-site-links__inner br {
    display: none;
}
#footer .footer-site-links__inner a {
    display: inline-block;
    white-space: nowrap;
    font-size: inherit;
    color: inherit;
}
/* 推奨：固定パーツを ul.footer-site-links__list/li で作った場合 */
#footer .footer-site-links__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
}
#footer .footer-site-links__list li {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}
#footer .footer-site-links__list li::after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
    color: rgba(0, 0, 0, 0.6);
}
#footer .footer-site-links__list li:last-child::after {
    content: "";
    margin: 0;
}
#footer .footer-menu li::before {
    content: "/";
    color: #fff;
    display: inline-block;
    padding: 0 1em;
}
#footer .footer-menu li:first-child::before {
    content: "";
}

#footer .footer-logo {
    margin: 32px 0;
    text-align: center;
}

#footer .footer-logo a:hover {
    background: none;
}

#footer .footer-logo a span {
    width: 200px;
}
#footer .footer-logo a span img {
    width: 100%;
    height: auto;
}

#footer .copyright {
    font-size: 12px;
}

@media (min-width: 1030px) {
    #footer {
        overflow: hidden;
    }
    #footer .footer-container {
        justify-content: center;
        flex-direction: row;
        margin-top: 30px;
    }
    #footer .footer-left {
        width: 40%;
        padding: 20px 0;
        border-right: solid 1px #ccc;
    }
    #footer .footer-right {
        width: 40%;
        padding: 32px;
    }
    #footer .footer-bottom {
        margin-top: 30px;
    }
    #footer .footer-menu {
        margin: 20px 20px;
    }
}

.breadcrumbs {
    display: none;
}
.promotion-note {
    padding: 8px 16px 0;
    font-size: 11px;
}
.promotion-note span {
    padding: 2px 8px;
    color: #222;
    background: #eaeaea;
}

.entry h2 {
    margin-left: -16px;
    margin-right: -16px;
}
.entry-title {
    padding: 10px 16px;
    font-weight: 700;
}
.entry-writer {
    padding: 16px;
}
.entry-writer .writer-in {
    margin: 0;
}
.entry-eyecatch img {
    width: 100%;
    height: auto;
}
.entry-header-item {
    font-size: 12px;
    padding: 0 16px;
}
.entry-content {
    overflow: hidden;
}
.entry-footer {
    padding: 16px;
}
.entry-writer {
    margin: 0 auto;
    padding: 16px;
}
.entry-writer .writer-in {
    margin: 0;
}
.entry-writer .writer-in::before {
    padding: 0;
}
.entry-writer .writer-name {
    font-size: 14px;
    color: #333;
}
.writer-text-in p {
    font-size: 14px;
}
@media (min-width: 768px) {
    .entry h2 {
        margin-left: 0;
        margin-right: 0;
    }
    .entry-title {
        max-width: 765px;
        margin: 0 auto;
    }
    .entry-header-item {
        max-width: 765px;
        margin: 0 auto;
    }
    .entry-content {
        max-width: 765px;
        margin: 0 auto;
    }
    .entry-writer {
        max-width: 765px;
    }
    .promotion-note {
        max-width: 765px;
        margin: 0 auto;
    }
    .main-article-under {
        padding: 16px;
    }
}
@media (min-width: 1030px) {
    .breadcrumbs {
        display: block;
    }
    .breadcrumb {
        font-size: 14px;
        padding: 16px 25px 0;
    }
    .breadcrumb a {
        color: #888;
    }
    .breadcrumb i {
        display: none;
    }
    .breadcrumb li:not(:last-child)::after {
        content: "\e409";
        font-family: Material Icons;
        color: #888;
        vertical-align: bottom;
        opacity: 1;
        font-weight: bold;
        margin: 0 5px;
    }
    .breadcrumb li:last-child::after {
        content: "\e409";
        font-family: Material Icons;
        color: #888;
        vertical-align: bottom;
        opacity: 1;
        font-weight: bold;
        margin: 0 5px;
    }
    .entry-header-item {
        font-size: 14px;
    }
    .entry-eyecatch {
        padding: 16px 25px 0;
    }
    .entry-title {
        padding: 15px 25px;
    }
    .entry-header-item {
        font-size: 13px;
        padding: 0 25px;
    }
    .entry-content {
        padding: 25px;
    }
    .entry-writer {
        padding: 16px 25px;
    }
    .entry-footer {
        margin: 0 25px;
    }
    .promotion-note {
        padding: 16px 25px 0;
        font-size: 12px;
    }
    .main-article-under {
        padding: 16px 25px;
    }
}

#media .kanren-kiji-title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 2px #eee;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 1em;
}
#media .kanren-kiji-title::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 2px #333;
    bottom: -3px;
    width: 15%;
}
#media .kanren-kiji {
    display: flex;
    justify-content: space-between;
}
#media .main-kiji {
    flex: 0 0 auto;
    width: calc(50% - 8px);
    background: #fefefe;
}
#media .main-kiji:hover {
    box-shadow: none;
}
#media .kanren-kiji a {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
#media .kanren-kiji .kiji-img {
    width: 100%;
    height: calc((100vw - 48px) / 2 * 0.525);
}
#media .kanren-kiji .kiji-img img {
    width: 100%;
    height: calc((100vw - 48px) / 2 * 0.525);
    object-fit: cover;
}
#media .kanren-kiji .kiji-text {
    padding: 5px 8px;
    font-size: 0.8em;
    font-weight: bold;
    max-height: 100%;
    max-width: 100%;
    line-height: 1.5;
}
#media .kanren-kiji .centered {
    width: 100%;
    height: calc((100vw - 48px) / 2 * 0.525);
}
@media (min-width: 768px) {
    #media .kanren-kiji .kiji-img {
        width: 180px;
        height: 94.5px;
        float: left;
    }
    #media .kanren-kiji .kiji-img img {
        width: 180px;
        height: 94.5px;
    }
    #media .kanren-kiji .centered {
        width: 180px;
        height: 94.5px;
    }
    #media .kanren-kiji .kiji-text {
        padding: 0 8px;
        align-self: start;
    }
}
#comments {
    margin-bottom: 2em;
}
#comments-list {
    padding: 0;
}
#comments #comments-count {
    margin: 0 0 0 16px;
}
.comment-respond input {
    border: solid 1px;
}

.sidebar-content {
    margin-bottom: 15px;
    width: 100%;
    flex: 0 0 auto;
}
.sidebar-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 2px var(--bgcolor);
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 1em;
}

.sidebar-list li {
    margin-bottom: 20px;
}
.sidebar-list a {
    display: block;
    overflow: hidden;
}
.sidebar-list .post-thumbnail {
    margin-bottom: 0;
    width: 40vw;
    height: calc(40vw * 0.525);
    margin-right: 8px;
    float: left;
    background: #f0f0f0;
}
.sidebar-list .post-thumbnail img {
    width: 100%;
    height: calc(40vw * 0.525);
    object-fit: cover;
}
.sidebar-list .post-title {
    font-size: 0.8em;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}
.sidebar-list .post-time {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0;
    font-family: var(--minifont);
}
.sidebar-ranking ol {
    counter-reset: item;
}
.sidebar-ranking ol li a {
    position: relative;
}
.sidebar-ranking ol li a::before {
    counter-increment: item;
    content: counter(item);
    font-size: 20px;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.8);
    z-index: 2;
    font-family: var(--themefont);
    font-weight: 900;
    line-height: 30px;
}
.sidebar-ranking ol li.rank-1 a::before {
    background: rgba(230, 185, 30, 0.8);
}
.sidebar-ranking ol li.rank-2 a::before {
    background: rgba(170, 170, 170, 0.8);
}
.sidebar-ranking ol li.rank-3 a::before {
    background: rgba(168, 111, 49, 0.8);
}

@media (min-width: 1030px) {
    .sidebar-list .post-thumbnail {
        width: 150px;
        height: 78.75px;
    }
    .sidebar-list .post-thumbnail img {
        width: 150px;
        height: 78.75px;
    }
    .sidebar-list .post-title {
        line-height: 1.5;
    }
    .sticky {
        position: sticky;
        top: 0;
        padding-top: 15px;
    }
}

.list-header h1 {
    text-align: center;
    padding: 50px 0;
    background: var(--subcolor-op2);
}
.list-footer {
    background: #fff;
    padding: 16px;
}
.list-footer ul {
    margin: 0;
}
.list-footer .page-numbers a {
    background: #f0f0f0;
}
.list-footer .page-numbers.prev {
    display: none;
}
.list-footer .page-numbers.next {
    display: none;
}

.list {
    padding: 0 16px 16px;
}
.list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list ul li {
    flex: 0 0 auto;
    width: calc(50% - 8px);
    padding: 15px 0;
}
.list .post a {
    display: block;
}
.list .post a:hover img {
    opacity: 0.8;
}
.list .post-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
}
.list .post-cat {
    margin-bottom: 5px;
}
/* .list .post-cat span { display:inline-block; font-size:13px; padding:2px 10px; border:solid 1px #999; color:#666; border-radius:5px; margin-right:8px;} */
.list .post-thumbnail {
    height: calc(100vw * 0.525);
    margin-bottom: 10px;
    background: #f0f0f0;
}
.list .post-thumbnail img {
    width: 100%;
    height: calc(100vw * 0.525);
    object-fit: cover;
    transition: all 0.5s;
}
.list .post-time {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0;
    font-family: var(--minifont);
}
@media screen and (max-width: 767px) {
    .list ul {
        display: block;
    }
    .list ul li {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .list-header h1 {
        font-size: 28px;
        padding: 80px 0;
    }
}
@media (min-width: 1030px) {
    .list-header h1 {
        margin: 16px 25px;
    }
    .list-footer {
        padding: 16px 25px;
    }
    .list {
        padding: 0 25px 16px;
    }
    .list .post-thumbnail {
        height: calc(704px * 0.525);
    }
    .list .post-thumbnail img {
        width: 100%;
        height: calc(704px * 0.525);
    }
}
@media (min-width: 1120px) {
    .list .post-thumbnail {
        height: calc(704px * 0.525);
    }
    .list .post-thumbnail img {
        height: calc(704px * 0.525);
    }
}
.google-form input {
    border: solid 1px #ccc;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0 2px;
}
.google-form textarea {
    border: solid 1px #ccc;
    line-height: 1.8em;
    padding: 0 2px;
}
.google-form button {
    background: #888;
    color: #fff;
    padding: 5px 8px;
    border: none;
    border-radius: 4px;
}

.fanzalink {
    margin: 1.8em 0;
}
.fanzalink a {
    display: block;
    background: #ff8b11;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    border-bottom: solid 2px #d7730f;
    border-radius: 2px;
}

.entry-content table td {
    min-width: 90px;
    line-height: 1.3;
    white-space: normal;
}
.entry-content table td a.button {
    display: block;
    margin: 8px auto;
    background: #1982ac;
    color: #fff;
    padding: 3px 8px;
    text-align: center;
    border-radius: 4px;
    min-width: 120px;
    max-width: 320px;
    box-sizing: border-box;
    box-shadow: 0px 2px 1px #ccc;
}
.entry-content table td a[href^="#"].button {
    background: #54bce7;
    color: #fff;
}

.updatedate i::before {
    content: "\e5d5";
    font-family: Material Icons;
    vertical-align: bottom;
}
.postdate i::before {
    content: "\e8b5";
    font-family: Material Icons;
    vertical-align: bottom;
}
.readtime i::before {
    content: "\e54b";
    font-family: Material Icons;
    vertical-align: bottom;
}
.footer-right .recommend a::before {
    content: "\e037";
    font-family: Material Icons;
}
.footer-right .links a::before {
    content: "\e9ba";
    font-family: Material Icons;
}
.comment-reply-title::before {
    content: "\e0bf";
    font-family: Material Icons;
    vertical-align: bottom;
}
.catetagbox-label {
    display: none;
}
.category-area li a {
    display: inline-block;
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 6px;
}
.category-area li a::before {
    content: none;
}
.tag-area li a:before {
    content: "#";
}
#mkj {
    margin-top: 1em;
}
#mkj .mkj-content::after {
    content: none;
}
#gotop i::before {
    content: "\e5d8";
    font-family: Material Icons;
}

.wp-block-buttons {
    text-align: center;
}
.wp-block-buttons .wp-block-button a {
    min-width: 280px;
}

.table-fix td:nth-child(1) {
    position: sticky;
    left: 0;
}

.table-row td:nth-child(1) {
    background-color: #f9f9f9;
    color: #595959;
    font-weight: 700;
}

.ranking-menu {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 12px;
}
.ranking-menu-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 16px;
}
.ranking-menu-title::before {
    content: "\f521";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: gold;
    margin-right: 5px;
}
.ranking-menu-title::after {
    content: "\f521";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: gold;
    margin-left: 5px;
}
.ranking-menu-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.ranking-menu-nav li {
    flex: 0 0 auto;
    width: calc(100% / 3);
    padding: 0 5px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}
.ranking-menu-button a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #ffebfb;
    border: solid 1px #ff89e8;
    box-shadow: 0 5px 0 #ff9dec;
    border-radius: 8px;
    transition: all 0.5s;
}
.ranking-menu-button a:hover {
    background: #ffe6fa;
}
.ranking-menu-button span {
    display: block;
    text-align: center;
}
.ranking-menu-button .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.ranking-menu-button .icon img {
    width: 50%;
    height: auto;
}
.ranking-menu-button .words {
    font-size: 14px;
    color: #666;
}

.wp-block-table th {
    z-index: 100;
}
.wp-block-table th.fixed01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: solid 1px;
    border-right: solid 1px;
    margin-left: -1px;
}
.wp-block-table a.button {
    display: inline-block;
    padding: 0 16px;
    line-height: 40px;
    background: #1a73e8;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0 1px 2px #ddd;
    transition: all 0.5s;
}
.wp-block-table a.button:hover {
    background: #488fed;
}

.blogcard {
    border: solid 3px var(--subcolor);
    padding: 12px;
    position: relative;
    margin: 40px 0 32px;
    box-sizing: border-box;
}
.blogcard h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    background: var(--subcolor);
    color: #fff;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    padding: 2px 12px;
    position: absolute;
    top: -28px;
    left: -3px;
}
.blogcard a {
    display: flex;
    flex-wrap: wrap;
}
.blogcard a img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    object-fit: contain;
}
.blogcard a span {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
}
@media (min-width: 480px) {
    .blogcard {
        padding: 16px;
    }
    .blogcard a {
        flex-wrap: nowrap;
    }
    .blogcard a img {
        width: 160px;
        margin-right: 12px;
        margin-bottom: 0;
    }
}

/*-----PR-CONTENT-----*/
.pr-content {
    width: 100%;
    margin: 0 0 2em;
    padding: 0;
}
.pr-content > p {
    margin-bottom: 2em !important;
    font-size: 16px;
}
.pr-content > div {
    margin-bottom: 1em;
}
.pr-content img {
    max-width: 100%;
}
.pr-content video {
    max-width: 100%;
}
.pr-content iframe {
    max-width: 100%;
}
.pr-content .fullimage {
    margin-left: -16px;
    margin-right: -16px;
}
.pr-h2 {
    margin: 3em -16px 1em;
    padding: 8px 16px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: var(--maincolor);
}
.pr-h3 {
    margin: 2em 0 1em;
    border-left: 4px solid;
    padding-left: 16px;
    font-size: 1.17em;
    font-weight: bold;
    border-color: var(--maincolor);
}
.pr-cta {
    margin-bottom: 3em !important;
}
@media (min-width: 768px) {
    .pr-content .fullimage {
        margin-left: 0;
        margin-right: 0;
    }
    .pr-h2 {
        margin: 3em 0 1em;
    }
}

/* ショートコードの擬似見出し用 */
.head2 {
    background: #212121;
    color: #fff;
    padding: 8px 16px;
    margin: 3em 0 1em;
    box-sizing: border-box;
    position: relative;
    display: block;
    unicode-bidi: isolate;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.head3 {
    border-color: #212121 !important;
    border-left: 4px solid;
    padding-left: 16px;
    margin: 2em 0 0.75em;
    box-sizing: border-box;
    position: relative;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.game-title {
    line-height: normal;
}
@media screen and (min-width: 768px) {
    .head2 {
        font-size: 1.5em;
    }
}

.related-posts {
    padding: 16px;
}
.related-posts h3 {
    font-size: 15px;
    position: relative;
    margin-bottom: 16px;
    padding: 16px 0;
    line-height: 1.4;
    color: #888;
    font-weight: normal;
    text-align: center;
}
.related-posts h3 span {
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-family: initial;
    letter-spacing: 3px;
    color: #000;
}

.related-posts .article-list {
    padding-left: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.related-posts .article-list .item {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
}
.related-posts .article-list .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
.related-posts .article-list .item .title {
    font-size: 14px;
    height: auto;
    color: #212121;
}
.related-posts .article-list .item .metadata {
    padding: 8px 0px 16px;
}
@media screen and (min-width: 768px) {
    .related-posts .article-list {
        justify-content: start;
        margin-right: -16px;
    }
    .related-posts .article-list .item {
        width: calc((100% - 48px) / 3);
        margin-right: 16px;
    }
    .related-posts .article-list .item .metadata {
        padding: 12px 0px 16px;
    }
}

/* お気に入りボタン */
.favorite-button button {
    color: #888;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid;
    border-radius: 20px;
    padding: 3px 10px 3px;
    line-height: 1.2;
    box-shadow: 0 5px 10px -5px;
    cursor: pointer;
    transition:
        color 150ms ease-in-out,
        transform 150ms ease-in-out;
    outline: 0;
}
.favorite-button button:hover {
    color: #e5348c;
    border-color: #e5348c;
    transition:
        color 150ms ease-in-out,
        transform 150ms ease-in-out;
}
.favorite-button button.active {
    color: #e5348c;
    border-color: #e5348c;
}
.favorite-button button span {
    display: inline-block;
    fill: currentColor;
    font-size: 14px;
    margin-right: 5px;
}
.favorite-button .count {
    border: none;
}
.list-sort {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 17px;
}

.favorites-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.favorites-list .article-list-item {
    width: calc(50% - 8px);
    border-top: none !important;
}
.favorites-list .article-list-item .title {
    background: var(--maincolor);
    margin-bottom: 10px;
    padding: 8px 16px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
    line-height: 1.5;
}
.favorites-list li img {
    float: none !important;
    margin-right: 0 !important;
    width: 100% !important;
    height: auto !important;
}
.favorites-list .article-list-item .excerpt-content {
    font-size: 12px;
    color: #212121;
}
.favorites-list .article-list-item .post-time {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0;
    font-family: var(--minifont);
}
.favorites-list .article-list-item .more a {
    background: #212121;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
}
.favorites-list .article-list-item .post-cat {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.favorites-list .article-list-item .post-cat::before {
    content: "\e2c7";
    font-family: Material Icons;
    color: #e0141c;
}
.favorites-list .article-list-item .post-cat a {
    display: inline-block;
    font-size: 11px;
    padding: 3px 10px;
    border: 1px solid #e0141c;
    border-radius: 20px;
    color: #e0141c;
}
.favorites-list .article-list-item .tag-area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 4px 0;
    max-width: 100%;
}
.favorites-list .article-list-item .tag-area::before {
    content: "\f05b";
    font-family: Material Icons;
    color: #2bb7ee;
}
.favorites-list .article-list-item .tag-area a {
    border: 1px solid #2bb7ee;
    border-radius: 20px;
    color: #2bb7ee;
    font-size: 11px;
    padding: 3px 10px;
}
@media screen and (max-width: 767px) {
    .favorites-list {
        display: block;
    }
    .favorites-list .article-list-item {
        width: 100%;
    }
}

.floating {
    position: fixed;
    bottom: 100px;
    right: 0px;
    width: 60px;
    height: 200px;
    z-index: 1000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
}

.floating .favorite-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.floating .favorite-button button {
    color: #fff;
    width: 60px;
    height: 60px;
    background: url(https://media.adult-storage.net/eromovie-s/column/uploads/2025/04/heart-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    padding: 0;
    display: block;
    border: none;
    box-shadow: none;
    font-size: 10px;
    font-weight: bold;
    opacity: 1;
}
.floating .favorite-button button.active {
    opacity: 1;
}
.floating .favorite-button button .favorite {
    display: none;
}
.floating .favorite-count,
.floating .comment-count {
    display: flex;
    align-items: center;
    justify-content: center;
}
.floating .favorite-count .count,
.floating .comment-count .count {
    border: none;
    background: none;
}
.floating .comment-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.floating .comment-button a {
    width: 60px;
    height: 60px;
    background: url(https://media.adult-storage.net/eromovie-s/column/uploads/2025/04/comment-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
}

@media screen and (max-width: 767px) {
    .floating {
        bottom: 130px;
        right: 0;
        width: 48px;
        height: 130px;
        padding: 20px 10px 20px 20px;
    }
    .floating .favorite-button button {
        width: 48px;
        height: 48px;
        background-size: 48px;
    }
    .floating .favorite-count .count,
    .floating .comment-count .count {
        font-size: 12px;
    }
    .floating .comment-button a {
        width: 48px;
        height: 48px;
        background-size: 48px;
    }
}

.latest-comments li {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}
.latest-comments .comment-meta {
    background: rgba(33, 33, 33, 0.08);
}
.latest-comments .comment-area {
    padding: 1em;
}
.latest-comments .comment-post-link {
    font-size: 12px;
}
