@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
*/

.cat-label {
    display: none;
}

.entry-title {
    display: none;
}

.ranking-items .ranking-item-detail a {
    background-color: #3eb370;
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    box-shadow: 2px 2px 4px 0px gray;
}

.is-content-justification-center {
    text-align: center;
}

/* ランキング */
.fdx-ranking-wrap {
    margin: 32px 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}
.fdx-ranking-wrap h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #333;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: none;
}
.fdx-ranking-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 8px 16px 8px 60px !important;
    background: #f1f8f1;
    border: 2px solid #81c784;
    border-radius: 4px;
    counter-reset: ranking-counter;
    position: relative;
}
.fdx-ranking-list::before {
    content: "👍";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 1;
}
.fdx-ranking-list li {
    display: flex !important;
    align-items: baseline;
    gap: 6px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: none !important;
    counter-increment: ranking-counter;
}
.fdx-ranking-list li::before {
    content: counter(ranking-counter) ".";
    font-weight: bold;
    color: #333;
    min-width: 20px;
    flex-shrink: 0;
}
.fdx-rank-num {
    display: none;
}
.fdx-rank-title a {
    color: #1a5276;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: bold;
}
.fdx-rank-title a:hover {
    color: #c0392b;
}
.fdx-rank-comment {
    color: #444;
    font-size: 13px;
    white-space: nowrap;
    font-weight: normal;
}
.fdx-rank-comment::before {
    content: "｜";
    color: #aaa;
    margin-right: 2px;
}

/* 作品情報テーブル */
.fdx-info-table-wrap {
    margin: 20px 0;
}
.fdx-info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.fdx-info-table th,
.fdx-info-table td {
    padding: 7px 12px;
    border: 1px solid #e0c8d0;
    text-align: left;
    vertical-align: top;
}
.fdx-info-table th {
    background: #f9eef2;
    color: #b05070;
    font-weight: bold;
    width: 90px;
    white-space: nowrap;
}
.fdx-info-table td {
    background: #fff;
    color: #333;
}

/* タグ */
a.tag-link {
    border: 1px solid #e91e63 !important;
    color: #e91e63 !important;
    background: #fff !important;
    border-radius: 4px !important;
}
a.tag-link:hover {
    background: #e91e63 !important;
    color: #fff !important;
}

/* 違法DL警告ボックス */
.fdx-warning-box {
    border: 2px solid #c2185b;
    border-radius: 8px;
    overflow: hidden;
    margin: 32px 0;
}
.fdx-warning-header {
    background: linear-gradient(90deg, #c2185b, #e91e63);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.fdx-warning-body {
    background: #fff5f8;
    padding: 16px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}
.fdx-warning-body strong {
    color: #c2185b;
}
.fdx-warning-body p {
    margin: 0 0 12px;
}
.fdx-warning-buttons {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.fdx-warning-btn {
    flex: 1;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    padding: 12px 8px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none !important;
    color: #fff !important;
    transition: opacity 0.2s;
}
.fdx-warning-btn:hover {
    opacity: 0.85;
    color: #fff !important;
}
.fdx-warning-btn-1 { background: linear-gradient(90deg, #e91e63, #c2185b); }
.fdx-warning-btn-2 { background: linear-gradient(90deg, #ad1457, #880e4f); }
.fdx-warning-btn-3 { background: linear-gradient(90deg, #6a1b9a, #4a148c); }
.fdx-warning-note {
    font-size: 11px;
    color: #999;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f0d0e0;
}

/* サークル紹介文 */
.fdx-circle-intro {
    font-size: 14px;
    color: #444;
    margin: 8px 0 16px;
}
.fdx-circle-intro a {
    color: #1a73e8;
    text-decoration: underline;
}

/* レビューボックス */
.auto-review-box {
    background: #fff5f8;
    border: 1px solid #f0c0d0;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.9;
    color: #333;
}
.auto-review-box::before,
.auto-review-box::after {
    display: none;
}
.auto-review-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0c0d0;
}
.auto-review-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    background: #e91e63;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    line-height: 1;
}
.auto-review-title {
    font-size: 13px;
    font-weight: 700;
    color: #c2185b;
}
.auto-review-header a {
    text-decoration: none !important;
    border-bottom: none !important;
}
.auto-review-box p a {
    color: #e91e63 !important;
    text-decoration: underline !important;
    border-bottom: none !important;
    font-size: inherit !important;
    font-weight: 700 !important;
}
.auto-review-box p a:hover {
    opacity: 0.75;
}

/* カテゴリータイトルに「のエロ同人」を追加 */
.archive-title:after {
    content: "のエロ同人";
}

/* サムネ画像 */
.p-postList__thumb {
    overflow: hidden;
}
.p-postList__thumb img {
    width: 100%;
    height: 110% !important;
    display: block;
    object-fit: cover !important;
    object-position: top center !important;
}

/* アフィリエイトボタン共通 */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: opacity 0.2s;
}
.btn:hover {
    opacity: 0.85;
    text-decoration: none;
}
.btn-lime {
    background-color: #5cb85c;
    color: #fff !important;
    border: none;
}
.btn-pink {
    background-color: #e75480;
    color: #fff !important;
    border: none;
}
.btn-m {
    font-size: 15px;
    padding: 12px 24px;
}

.item-description.sub-caption {
    display: none !important;
}
.p-categoryHeader {
    display: none !important;
}
.c-smallNavTitle {
    display: none !important;
}
.p-categoryHeader__desc {
    display: none !important;
}
.p-termHead__desc {
    display: none !important;
}
