@charset "UTF-8";
/*
Theme Name:  column_eromovie
Description:  THE SONICカスタマイズ用子テーマ
Author:       SONIC Team　/ column_eromovie
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;}
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:var(--bgcolor); color:var(--maincolor);}
#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);}

.pconly { display:none;}
@media (min-width: 768px) {
.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;}

.logo { display:inline-flex; align-items:center; height:50px; gap:5px; 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;}

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

.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;}
	.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;}
.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:50%;}
}

.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 { font-size:14px; font-weight:normal; color:#333; line-height:1.5;}
.new .post-cat { position:absolute; top:0; left:0; display:inline-block; font-size:11px; padding:0 8px; background:rgba(0,0,0,0.6); color:#fff;}
.new .post-thumbnail { width:40vw; height:calc(40vw * 0.525); margin-right:16px; margin-bottom:0; float:left; background:#f0f0f0;}
.new .post-thumbnail img { width:100%; height:calc(40vw * 0.525); object-fit:cover; transition:all 0.5s;}
.new .post-time { color: #aaa; font-size:14px; margin-bottom:0; font-family:var(--minifont);}
@media (min-width: 1030px) {
	.new ul li { width: calc((100% - 30px) / 3); 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 .post-title { font-size:15px;}
}
.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 .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%; display:flex; flex-wrap:wrap; justify-content:center; padding:20px 0;}
#footer .footer-right .recommend { flex:0 0 auto; width:45%;}
#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;}
#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 .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:20px 0;}
	#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-list { padding:0;}
.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 - 56px) / 2 * 0.525); margin-bottom:10px; background:#f0f0f0;}
.list .post-thumbnail img { width:100%; height:calc((100vw - 56px) / 2 * 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 (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((100vw - 416px) / 2 * 0.525);}
	.list .post-thumbnail img { width:100%; height:calc((100vw - 416px) / 2 * 0.525);}
}
@media (min-width: 1120px) {
	.list .post-thumbnail { height:calc(352px * 0.525);}
	.list .post-thumbnail img { height:calc(352px * 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;}
}

.wpcf7 label { display:block!important;}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
	font-size:16px;
    line-height: 1.5;
    padding: 4px 8px;
	max-width:100%;
	box-sizing:border-box;
}
.wpcf7-form .anti-spam .wpcf7-form-control-wrap { display:block; padding:16px; background:#e5eeff;}

.article-body .content > figure { margin-bottom:2em;}
