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

*{ margin:0; padding:0;}
body { background:#000!important; color:#111; line-height:1.5; font-family: "Noto Sans", sans-serif;}
img { vertical-align:bottom;}
ul, li { list-style:none;}
a { color:#333; text-decoration:none;}
a:hover { text-decoration:none;}
p { margin-bottom:0; }

:root {
--maincolor:#000;
--subcolor:#fdd100;
--bgcolor:#f4f4f4;
}

.sp-only { display:none;}
@media screen and (max-width: 767px) {
	.sp-only { display:block;}
}

.al-center { text-align: center;}
.al-left { text-align: left;}

#page-overview { color:#111; background-color: #fff!important;}
#page-overview #content.top { background-color: #000 !important;}
body#page-overview #content.top { background-color: #000 !important;}
html body#page-overview #content.top { margin-top: 50px; background-color: #000 !important;}
#page-overview.top { background-color: #000 !important;}
body#page-overview.top { background-color: #000 !important;}
#page-overview #header { background-color:rgba(0,0,0,0.8); color:#fff;}
#main footer { background:none;}

#content { margin:80px auto 0; overflow:hidden;}
#content.top { background-color: #000 !important;}
body #content.top { background-color: #000 !important;}
#main { width:100%; max-width:1200px; margin:0 auto;}
#main h1 { font-weight:700; }
#sidebar { width:100%;}
#sidebar h2 { font-weight:700;}

@media screen and (min-width : 1080px) {
	#content.two-columns { max-width:1280px;}
	.two-columns #main { width:calc(100% - 400px);}
	.two-columns #sidebar { width:400px;}
}

#header { width:100%; position:fixed; top:0; background-color: #000; z-index: 1000;}
.header-container { display: flex; justify-content: space-between; align-items: center; padding: 0 0 0 20px; height: 80px; max-width: 1200px; margin: 0 auto;}
#header .header-logo { margin:0; height:80px; overflow:hidden;}
#header .header-logo a { display:inline-block; line-height:80px; padding-left:0; color: #fff; text-decoration: none;}
#header .header-logo .logo { display: flex; justify-content: center; align-items: center; gap: 10px; height: 80px;}
#header .header-logo .logo-img { height: 28px;}

@media screen and (max-width: 767px) {
	#header .header-logo .logo-img { height: 21px;}
}
/* .drop-shadow { filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));} */

.mobileonly { display:block;}
.pconly { display:none;}
@media screen and (min-width : 1080px) {
	.mobileonly { display:none;}
	.pconly { display:block;}
}

.inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; box-sizing: border-box; }
.pickup .inner.main-list { padding: 40px 20px 20px; }
.inner.main-list { background-color: #f1f1f1; padding: 20px; box-sizing: border-box; position: relative;}

.header-navigation { display:none;}
.nav-list li { margin: 20px 0;}
.nav-list li a { color: #fff; text-align: center; font-family: "Inter", sans-serif; font-size: 25px; font-weight: bold; display: block;}
@media screen and (min-width : 1080px) {
	.pickup .inner.main-list { padding: 40px 20px 20px; }
	.header-navigation { display:block;}
	.nav-list { display: flex; list-style: none; margin: 0; padding: 0; gap: 30px;}
	.nav-list li { margin: 0;}
	.nav-list li a { color: #fff; text-decoration: none; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; transition: color 0.3s ease;}
	.nav-list li a:hover { color: #ccc;}
}
.hamburger-menu { width:72px; height:80px; display:flex; align-items:center; justify-content:center; position:relative;}
@media screen and (min-width : 1080px) {
	.hamburger-menu { display:none;}
}
.menu-open { flex:0 0 auto; display:block; height:72px; width:72px; font-size:30px; line-height:72px; color:#aaa; text-align:center;}
/* .menu-open::before { content:"\e5d2"; font-family:Material Icons; cursor:pointer;} */
.menu-open span { display:block; height:1px; width:24px; background:#888; margin:0 auto 5px 24px;}
.menu-open span:first-child { margin-top:29px;}
.menu-open span:nth-child(2) { width:20px;}
.menu-open span:last-child { width:22px;}
.menu { position:fixed; top:0; right:0;}
.menu.showing { width:100%; height:100vh; z-index:12; position:relative;}
.menu-container { display:none; width:100%; height:100vh; padding:0; background:#000; position:absolute; top:0; right:0; z-index:14; position:fixed;}
.showing .menu-container { display:block;}
.menu-close { display:none; position:absolute; top:50%; left:-60px; width:56px; height:56px; text-align:center; line-height:56px; font-size:40px; color:#eee; z-index:15;}
.menu-close::before { content:"\e5cd"; font-family:Material Icons; cursor:pointer;}
.menu-inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); box-sizing:border-box; overflow-y:scroll;}
.menu .cat-list li { color:#4b4b4b;}
.menu .cat-list li a { display:block; color:#222; font-size:18px; font-weight:bold; margin-bottom:16px; line-height:1.4;}
.menu .cat-list li ul a { font-size:15px; font-weight:normal; padding-left:1em;}
.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; position:relative;}
.search-form input[type="text"]:focus { outline:0;}
.search-form .search-input { flex:1 1 auto; height:48px; border:solid 2px #fff; padding:8px 16px; box-sizing:border-box; font-size:15px; width:100%; border-radius:0px;}
.search-form .search-button { flex:0 0 auto; height:48px; width:48px; border:none; background:none; color:#666; text-align:center; cursor:pointer; position:absolute; right:0;}
.search-form .search-button::before { content:"\e8b6"; font-family:Material Icons; font-size:30px; line-height:48px; color:#aaa;}
@media screen and (min-width : 768px) {
	.menu-inner { padding:56px 24px;}
}
@media screen and (max-width: 767px) {
	.menu-close { display: block; top: 0; left: 0;}
	.menu-inner h3 { margin: 2em 0; text-align: center;}
}

.site-image { width:100%;}
.site-image img { width:100vw; height:auto; margin-left:calc(50% - 50vw);}

/* Hero Section */
.hero-section { width: 100%; position: relative; background-color: #000;}
.hero-container { position: relative; max-width: 1200px; margin: 0 auto; }
.hero-slider { position: relative; width: 100%; height: 70vh; min-height: 500px; overflow: hidden; z-index: 1; background-color: #000;}
.hero-slide { position: relative; width: 100%; height: 100%; background-color: #000;}
.hero-bg { width: 100%; height: 100%; object-fit: cover; object-position: center; background-color: #000;}
.hero-content { position: absolute; right: 20px; bottom: 20px; left: 0; padding: 20px; color: #fff; text-align: right; z-index: 2; }
.hero-content p { font-size: 26px; font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: 500; line-height: 1.4;}
@media screen and (max-width: 767px) {
	.hero-content p { font-size: 14px;}
}

/* Slick slider overrides for hero */
.hero-slider .slick-dots { bottom: 30px; z-index: 10;}
.hero-slider .slick-dots li button:before { color: #fff; font-size: 12px; opacity: 0.5;}
.hero-slider .slick-dots li.slick-active button:before { opacity: 1;}
.hero-slider .slick-arrow { z-index: 10; width: 50px; height: 50px;}
.hero-slider .slick-prev { left: 30px;}
.hero-slider .slick-next { right: 30px;}
.hero-slider .slick-prev:before,
.hero-slider .slick-next:before { font-size: 30px; color: #fff; opacity: 0.7;}
.hero-slider .slick-prev:hover:before,
.hero-slider .slick-next:hover:before { opacity: 1;}

/* Slick slider fade transition fixes */
.hero-slider .slick-slide { background-color: #000; margin: 0;}
.hero-slider .slick-slide img { background-color: #000; aspect-ratio: 16/9;}
.hero-slider .slick-track { background-color: #000;}
.hero-slider .slick-list { background-color: #000;}

@media screen and (max-width: 768px) {
	.hero-title { font-size: 32px;}
	.hero-subtitle { font-size: 16px;}
	.hero-slider { height: auto; min-height: 260px;}
	.hero-slider .slick-prev { left: 15px;}
	.hero-slider .slick-next { right: 15px;}
	.hero-slider .slick-prev:before,
	.hero-slider .slick-next:before { font-size: 24px;}
}

#top-content { max-width:1200px; margin:0 auto; display:flex; flex-wrap:wrap;}

@media screen and (min-width : 960px) {
	#top .category-index { width:50%;}
}
#top section { flex:0 0 auto; width:100%; padding-bottom:32px;}
#top section header { position: relative; }
#top .more { padding:16px;}
#top .more a { display:block; padding:8px; font-size:13px; line-height:1.4; text-align:right;}
#top .more a::after { content:"\e409"; font-family:Material Icons; vertical-align:bottom;}
#top section h1 {  position:relative; font-size: 32px; font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: bold; padding:8px 0; line-height:1.4; color: var(--maincolor);}
#top .pickup header { position: absolute; top: -30px; left: 50%; transform: translateX(-50%);}

#top section header .border { position: absolute; top: 50%; right: 0; width: 70%; height: 2px; background: #000;}
#top .border-button { position: relative; }
#top .border-button .border { position: absolute; top: 50%; left: 0; width: 60%; height: 2px; background: #000;}
#top .border-button .border::before, #top .border-button .border::after { content: ""; position: absolute; top: calc(50% - 1px); right: -2px; width: 12px; height: 2px; border-radius: 9999px; background-color: #000000; transform-origin: calc(100% - 1px) 50%;}
#top .border-button .border::before { transform: rotate(45deg);}
#top .border-button .border::after { transform: rotate(-45deg);}
@media screen and (max-width : 767px) {
	#top section header .border { width: 40%; }
	#top .border-button .border.left { width: 50%; }
}
@media screen and (min-width : 960px) {
	#top section header { padding:24px; }
	#top .pickup header { padding: 24px; position: relative; }
	#top section h1 { font-size:40px;}
	#top .more { padding:24px;}
}

.keyword-search { width:100%; min-height:100%; position: relative; z-index: 1;}
.keyword-search-content { width:100vw; margin-left:calc(50% - 50vw); background:#000; padding:16px; box-sizing:border-box; min-height: 100%;}
.keyword-search-header { display:flex; justify-content:center;}
.keyword-search-header h3 { color: #fff; font-size:40px; font-weight:bold; letter-spacing:3px; font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: 500;}
.keyword-search-content .keyword-search-form { width:100%; max-width:600px; margin:0 auto; box-sizing:border-box;}
.keyword-search-content .tag-cloud { display:flex; flex-wrap:wrap; justify-content:center; margin-top:16px;}
.keyword-search-content .tag-cloud a { display:inline-block; padding:0 8px; margin:0 8px 18px; font-size:16px; font-weight:normal; color:#fff; transition:all 0.5s;}
.keyword-search-content .tag-cloud a:hover { background:#fafafa; color:#444;}
.keyword-search-content .tag-cloud a::before { content:"#";}
.keyword-search-content .tag-cloud .custom-html-widget { display:flex; flex-wrap:wrap; justify-content:center;}
@media screen and (max-width: 767px) {
	.keyword-search-content { padding: 40px 16px 16px; }
	.keyword-search-header h3 { font-size: 32px; margin-bottom: 20px;}
}
@media screen and (min-width : 960px) {
	.keyword-search-content .tag-cloud { margin:24px auto 16px; max-width:800px;}
	.keyword-search-content .tag-cloud a { font-size:18px;}
}

.article-list { display:flex; flex-wrap:wrap; justify-content:center; padding:0 20px;}
.article-list .item { flex:0 0 auto; width:calc(100% - 32px); margin-bottom:16px;}
@media screen and (min-width : 768px) {
	.article-list { margin-left:16px; justify-content:start;}
	.article-list .item { flex:0 0 auto; width:calc((100% - 32px) / 2); margin-right:16px;}
}
@media screen and (min-width : 960px) {
	.article-list { margin-left:24px;}
	.article-list .item { width:calc((100% - 72px) / 3); margin-right:24px; margin-bottom:24px;}
	.two-columns .main-list .article-list .item { width:calc((100% - 72px) / 2); margin-right:24px; margin-bottom:24px;}
	.category-index .article-list { margin-left:24px; margin-right:24px;}
	.article-list .item.small-image { width:100%; border-bottom: 0!important;}
	.new-topics .article-list .item.small-image { width:calc((100% - 48px) / 2); padding-bottom:24px;}
}
.new-topics { position: relative; background-color: #fff; padding-top: 150px; margin-top: -80px; z-index: 0;}
.article-list .item a { display:block; height:100%; border-radius:0px; overflow:hidden; background:transparent; transition:all 0.8s; position:relative;}
.article-list .item a:hover { }
.article-list .item a:hover img { transform: scale(1.05); transition-duration: 1.5s;}
.article-list .item a article { display:flex; flex-wrap:wrap;}
.article-list .item .thumbnail { flex:0 0 auto; width:100%; min-height:56px; background:#f0f0f0; overflow:hidden; border-radius:0 0 0 0; z-index:1;}
.article-list .item .thumbnail img { width:100%; height:auto; object-fit:cover; transition:all 0.5s; aspect-ratio:16/9;}
.article-list .item .thumbnail img.noimage { object-fit:contain; opacity:0.8;}
.article-list .item .metadata { flex:1 1 auto; padding:8px 0 40px;}
.article-list .item .title { font-size:15px; font-weight:bold; color:#000; line-height:1.3; overflow:hidden; display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.article-list .item .categories { display:none;}
.article-list .item .time { color:var(--maincolor); font-size:12px; line-height:24px;}
.article-list .item.small-image { padding-bottom:16px; border-bottom:solid 1px #eee;}
.article-list .item.small-image a article { flex-wrap:nowrap; height:100%;}
.article-list .item.small-image .thumbnail { width:45%; border-radius:0;}
.article-list .item.small-image .thumbnail img { height:100%; object-fit:cover;}
.article-list .item.small-image .metadata { width:55%; padding:0px 16px 24px;}
.article-list .item.small-image .title { font-size:14px;}
.article-list .item.small-image .time { font-size:12px; line-height:16px; position:absolute; bottom:0; right:0;}
@media screen and (min-width : 480px) {
	.article-list .item .title { font-size:16px;}
	.article-list .item.small-image .title { font-size:15px;}
	.article-list .item.small-image .metadata { padding:0px 16px 24px;}
}
@media screen and (min-width : 768px) {
	.article-list .item .title { font-size:18px;}
	.two-columns .article-list .item.small-image .metadata { padding:0px 16px 24px;}
}
@media screen and (min-width : 960px) {
	.two-columns .article-list .item.small-image { padding-bottom:24px;}
	.two-columns .article-list .item.small-image .metadata { padding:0px 16px 24px;}
}
@media screen and (min-width : 1080px) {
	.two-columns #sidebar .article-list .item.small-image { margin-bottom:16px;}
	.two-columns #sidebar .article-list .item.small-image .metadata { padding:0px 8px 16px 12px;}
	.two-columns #sidebar .article-list .item.small-image .title { font-size:13px;}
	.two-columns #sidebar .article-list .item.small-image .time { right:0px; bottom:0px;}
}

.button { padding:32px 0; margin-bottom:0;}
.button a { display:block; text-align:center; color:#fff; background:var(--maincolor); font-size:18px; font-weight:bold; line-height:48px; border-radius:0px; width:70%; max-width:320px; margin:0 auto; transition:all .5s; position:relative;}
.button a:hover { box-shadow:0 2px 5px rgba(0,0,0,0.2);}
.new-topics .button a  {margin: 0 0 0 auto; font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: 500; font-size: 20px;}
@media screen and (max-width: 767px) {
	.new-topics .button a { width: 45%; font-size: 20px; }
}

.main-list-header { padding:16px; display:flex; flex-direction:column; justify-content:center;}
.main-list-header h1 { font-size:28px; font-family: "Noto Sans", sans-serif; font-weight: bold; position:relative; padding:8px 0; line-height:1.4; border-bottom: 1px solid #000;}
.main-list-header h1 span { font-size:16px; font-weight:normal; font-family:initial;}
.main-list-header .description { padding-top:16px; font-size:14px;}
@media screen and (min-width : 960px) {
.main-list-header { padding:24px;}
}

.main-list-footer { padding:16px;}
.main-list-footer ul { margin:0;}
.main-list-footer .page-numbers a { background:#f0f0f0;}
.main-list-footer .page-numbers.prev { display:none;}
.main-list-footer .page-numbers.next { display:none;}
@media screen and (min-width : 1080px) {
	.main-list .article-list { max-width:1200px; padding-left:24px; margin:0 auto;}
}

.article-header .featured-image { overflow:hidden;}
.article-header .featured-image img { width:100%; height:auto;}
.article-header h1 { font-size:24px; font-weight:bold; line-height:1.3; padding:16px; color:#000;}
.article-header .metadata { padding:0 16px 16px;}
.article-header .time { font-size:13px; color:#888;}
.article-body { padding:16px;}
.article-body .content a { text-decoration:underline;}
.article-body .content > p { margin-bottom:1.8em; line-height:1.8;}
.article-body .content div p { margin-bottom:1.3em;}
.article-body .content figure { margin-bottom:2em;}
.article-body .content figcaption { font-size:13px; color:#888;}
.article-body .content iframe { max-width:100%;}
.article-footer { padding:16px;}
.article-footer .metadata { border-top:solid 1px #eee; padding:16px 0;}
.article-footer .categories { padding:16px 0;}
.article-footer .category-list ul { display:flex; flex-wrap:wrap;}
.article-footer .category-list a { display:inline-block; padding:0 16px; font-size:15px; line-height:32px; border-radius:0px; background:#eee; color:#888; margin:0 8px 8px 0;}
.article-footer .tags { padding:16px 0;}
.article-footer .tag-list ul { display:flex; flex-wrap:wrap;}
.article-footer .tag-list a { display:inline-block; padding:0 16px; font-size:15px; line-height:32px; border-radius:16px; background:#eee; color:#888; margin:0 8px 8px 0;}
.article-footer .tag-list a::before { content:"#";}
.related-posts { padding:16px;}
.related-posts h3 { font-size:15px; position:relative; margin-bottom:16px; padding:16px 0; line-height:1.4; color:#000; font-weight:normal; border-bottom: solid 1px #000;}
.related-posts h3 span { font-size:24px; font-weight:bold; font-family:initial; letter-spacing:3px; color:#000; margin-right: 10px;}

.related-posts .article-list { padding-left:0; margin-left:0; justify-content:space-between;}
.related-posts .article-list .item { width:calc((100% - 16px) / 2); margin-bottom:16px;}
.related-posts .article-list .item .title { font-size:15px; height:auto;}
.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;}
}
.author { padding:32px 0 24px; display:flex; background:var(--bgcolor); position:relative; border:solid 2px var(--bgcolor);}
.author::before { content:"この記事の執筆者"; display:inline-block; background:var(--maincolor); padding:0 16px; line-height:24px; font-size:14px; color:#fff; border-radius:0px; position:absolute; top:-12px; left:16px;}
.author .icon { width:80px; text-align:center; padding-left:8px;}
.author .icon img { width:64px; height:64px; border-radius:50%; margin: 0 auto;}
.author .name { font-size:12px; font-weight:bold; line-height:1.3; margin-top:8px;}
.author .profile { width:calc(100% - 80px);}
.author .profile p { font-size:14px; padding:0 8px; line-height:1.5;}
@media screen and (min-width : 768px) {
	.author .icon { width:120px; padding-left:24px;}
	.author .name { font-size:13px;}
	.author .profile { width:calc(100% - 120px);}
	.author .profile p { padding:0 24px;}
}
.comments { padding:16px;}
@media screen and (min-width : 960px) {
	.article-header .featured-image { max-width:800px; padding:32px 24px 0; margin:0 auto; box-sizing:border-box;}
	.article-header .featured-image img { object-fit:contain;}
	.article-header h1 { font-size:32px; padding:24px; max-width:800px; margin:0 auto; box-sizing:border-box;}
	.article-header .metadata { padding:0 24px 24px; max-width:800px; margin:0 auto; box-sizing:border-box;}
	.article-body { padding:24px; max-width:800px; margin:0 auto; box-sizing:border-box;}
	.article-footer { padding:24px; max-width:800px; margin:0 auto; box-sizing:border-box;}
	.related-posts { padding:24px; max-width:800px; margin:0 auto; box-sizing:border-box;}
	.related-posts h3 { margin-bottom:24px;}
	.related-posts .article-list { justify-content:start; margin-right:-24px;}
	.related-posts .article-list .item { width:calc((100% - 72px) / 3); margin-right:24px;}
	.comments { padding:24px; max-width:800px; margin:0 auto; box-sizing:border-box;}
}

.promotion-note { font-size:13px; color:#666; padding:0 16px; max-width:752px; margin:0 auto;}
@media screen and (min-width : 960px) {
	.promotion-note { margin-bottom:-24px;}
}

.breadcrumbs { width:100%; height:auto;}
.breadcrumbs nav { width:100vw; background:var(--bgcolor); margin-left:calc(50% - 50vw);}
.breadcrumbs ol { font-size:13px; padding:24px; box-sizing:border-box; width:100%; max-width:1200px; margin:0 auto; display:flex; flex-wrap:nowrap; overflow:hidden; align-items:center;}
.breadcrumbs ol li { flex:0 0 auto;}
.breadcrumbs ol li:last-child { flex:1 1 auto; overflow:hidden;}
.breadcrumbs ol a { line-height:20px;}
.breadcrumbs ol span { display:block; line-height:20px; width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.breadcrumbs ol + ol { padding:0 24px 24px;}
.breadcrumbs li:not(:last-child)::after { content: "\e409"; font-family: Material Icons; vertical-align: bottom; opacity:1; font-weight:bold; margin:0 5px;}
.two-columns .breadcrumbs nav { width:100%; max-width:800px; background:none; margin-left:auto; margin-right:auto;}
@media screen and (min-width : 1080px) {
	.two-columns .breadcrumbs { background:none;}
}

.post-list-title { font-weight:bold!important; border-bottom: solid 1px #000;}

#sidebar { display:flex; flex-wrap:wrap; padding:0; margin:50px auto 0!important; max-width:1200px;}
#sidebar .sidebar-content-header { padding:16px;}
#sidebar .sidebar-content-body { padding:0 16px 16px;}
#sidebar .sidebar-content h2 { font-size:15px; position:relative; padding:0 0 4px; line-height:1.4; color:#888; font-weight:normal;}
#sidebar .sidebar-content h2 span { display:block; font-size:24px; font-weight:bold; font-family:initial; letter-spacing:3px; color:#000;}

#sidebar .article-list { padding:16px; margin-left:0;}
#sidebar .article-list .item { width:100%;}
.sidebar-tagcloud a { font-weight:bold; color:#666;}
.sidebar-tagcloud .sidebar-content-body { display:flex; flex-wrap:wrap;}
.sidebar-tagcloud .sidebar-content-body a { flex:0 0 auto; padding:0 16px; font-size:13px; text-align:center; background:#fafafa; border-radius:26px; line-height:32px; margin-bottom:8px; margin-right:8px;}
.sidebar-tagcloud .sidebar-content-body a::before { content:'#';}
@media screen and (min-width : 768px) {
	.two-columns #sidebar .sidebar-pickup, 	.two-columns #sidebar .sidebar-new { width:50%;}
}
@media screen and (min-width : 960px) {
	#sidebar .sidebar-content{ max-width:1200px; margin:0 auto;}
	#sidebar .sidebar-content-header { padding:24px;}
	#sidebar .sidebar-content-body { padding:0 24px 24px;}
	#sidebar .sidebar-tagcloud { width:100%;}
	#sidebar .sidebar-pickup, 	#sidebar .sidebar-new { width:50%;}
	#sidebar .article-list { margin-left:24px; margin-right:24px; padding:0;}
	#sidebar .article-list .item { padding-bottom:24px;}
}
@media screen and (min-width : 1080px) {
	.two-columns #sidebar { border-top:none; display:block;}
	.two-columns #sidebar .article-list { margin-right:24px;}
	.two-columns #sidebar .sidebar-pickup, 	.two-columns #sidebar .sidebar-new { width:100%;}
	.two-columns #sidebar .sidebar-content-header { padding:32px 24px 16px;}
}

#footer { background:#000; }
#footer .footer-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
	gap: 40px;
}
#footer .footer-left {
	flex: 0 0 auto;
	width: auto;
	text-align: left;
	box-sizing: border-box;
}
#footer .footer-right {
	flex: 0 0 auto;
	width: auto;
	padding: 0;
	box-sizing: border-box;
}

/* Footer Logo */
#footer .footer-logo { margin-bottom: 10px;}
#footer .footer-logo a { display: inline-block; color: #fff; text-decoration: none;}
#footer .footer-logo .logo { display: flex; flex-direction: column; align-items: flex-start;}
#footer .footer-logo .logo-img { height: 59px;}

/* Footer Copyright */
#footer .footer-copyright { font-size: 14px; color: #fff; text-align: left; font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: normal;}

/* Footer Navigation */
#footer .footer-nav { display: flex; justify-content: flex-start; gap: 80px; flex-wrap: nowrap;}
#footer .footer-nav-column { display: flex; flex-direction: column; gap: 8px;}
#footer .footer-nav-column a { color: #fff; text-decoration: none; font-size: 13px; line-height: 1.4; transition: color 0.3s ease;}
#footer .footer-nav-column a:hover { color: #fff;}

/* Mobile */
@media screen and (max-width: 767px) {
	#footer .footer-container {
		display: block;
		text-align: left;
		padding: 40px 20px;
	}
	#footer .footer-left { text-align: left; margin-bottom: 30px;}
	#footer .footer-copyright { text-align: left;}
	#footer .footer-nav {display: block; text-align: left;}
}

.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;}

#comments h2 { margin-bottom:16px;}
#comments input { border:solid 1px #ccc;}
#comments input.submit { border:none;}
#comments .comment-meta { padding:0 0 16px; flex-direction:row;}
#comments .comment-author img { width:32px; height:32px; object-fit:cover;}
#comments .comment-author .says { display:none;}
#comments .comment-content { padding:0;}
#comments .comment-content p { font-size:14px; padding:0; margin-bottom:16px;}
#comments .comment-reply-title { font-size:14px; padding:16px 0;}
#comments .logged-in-as { font-size:14px;}
#comments .reply { padding:0; margin:0;}
#comments .bypostauthor { background-color:transparent;}
#comments-list { padding:0; background-color:transparent;}
#comments-list li { border:none;}
#comments-list li article { background:#f6f6f6; padding:16px; border-radius:16px; margin-bottom:16px;}
#comments-list .children li { position:relative;}
#comments-list .children li::before { content:""; display:block; width:16px; height:16px; transform:rotate(45deg); background:#f6f6f6; position:absolute; top:-8px; left:24px; z-index:-1;}
#comments-list .children { margin-left:40px;}
#comments-list .comment.parent:not(:last-child) { border-bottom:none; padding-bottom:0; margin-bottom:0;}
.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;}
.footer-container a:hover { background-color: transparent;}
.comment-form-comment { margin-bottom:16px;}
.comment-reply-title::before { content:none; 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:"#";}
figure.alignleft { float:none;}
#mkj { margin-top:1em; border:solid 2px #eee;}
#mkj .mkj-title { border-bottom:none; text-align:center; padding:16px;}
#mkj .mkj-openclose { top:16px;}
#mkj .mkj-content { border-bottom:none;}
#mkj .mkj-content-in { background:none; padding:16px;}
#mkj .mkj-list { padding:0;}
#mkj .mkj-list li { padding-left:32px; position:relative; margin-bottom:4px;}
#mkj .mkj-list li ol { padding-left:0;}
#mkj .mkj-list li ol li { padding-left:16px;}
#mkj .mkj-list a { font-size:17px; font-weight:bold; color:#666;}
#mkj .mkj-content::after { content:none;}
#mkj .mkj-list>li:before { content:counter(num); background:var(--maincolor); border-radius:50%; color:#fff; position:absolute; top:4px; left:0; width:24px; height:24px; text-align:center; font-size:14px; font-weight:bold;}
#mkj .mkj-list ol li:before { content:""; width:5px; height:5px; background:#666; top:10px; left:2px;}
#mkj .mkj-list ol li a { font-weight:normal; font-size:15px;}
@media screen and (min-width : 960px) {
	#mkj .mkj-content-in { padding:24px;}
}
#content > #content { margin-top:0;}
#content-in { display:block!important; padding:0;}
.main-top { margin:0; padding:0;}
.main-in { margin:0; padding:0;}
.main-in h1 span { display:none;}
.main-in .notpage-title { display:none;}
.main-in .notpage-title::after { display:none;}
.main-in .entry-content p { margin-bottom:24px; font-size:16px;}
.main-in .entry-content .search-form { display:block; max-width:600px; margin:0 auto 32px;}
.main-in .entry-content .search-input { border:solid 2px #aaa;}
.main-in .entry-content .search-form-title { display:none;}
.main-in .entry-content h2 { font-size:24px; font-weight:bold; position:relative; border-left:solid 8px var(--maincolor); padding:8px 0 8px 16px; line-height:1.4; margin:0 0 16px;}
.main-in .entry-content li.cat-item a { font-size:15px; color:#666; font-weight:bold;}
@media screen and (min-width : 1030px) {
	.main-in .entry-content { padding:16px 24px;}
	.main-in .entry-404-eyeimg { margin:16px 24px; background:#ddd;}
}

.scrolltop-button { position:fixed; right:12px; bottom:32px; border:none; background:var(--maincolor); text-align:center; display:block; width:40px; height:40px; line-height:40px; z-index:99; border-radius:0; color:#fff; opacity:0; transition:all 1s ease;}
.scrolltop-button::before { content:"\e5d8"; font-family:Material Icons; font-size:36px;}
@media screen and (min-width : 1080px) {
.scrolltop-button { position:fixed; right:32px; bottom:64px; border:none; background:var(--maincolor); text-align:center; display:block; width:56px; height:56px; line-height:56px; z-index:99; border-radius:0; color:#fff; opacity:0; transition:all 1s ease;}
.scrolltop-button::before { content:"\e5d8"; font-family:Material Icons; font-size:50px;}
}

.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;}
}

.mobile-2column .wp-block-column:nth-child(2n+2) { margin-left:0px!important;}

iframe[src*="google.com"] { width:100%;}

.responsive_iframe { margin-bottom:16px;}
.underline-red { background: linear-gradient(rgba(0,0,0,0) 50%,#ffdcf1 0);}
.underline-blue { background: linear-gradient(rgba(0,0,0,0) 50%,#cbe5ff 0);}
.underline-yellow { background: linear-gradient(transparent 50%,rgba(255,240,0,.35) 0);}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	padding:0.8rem;
	font-size:0.9rem;
	line-height:1.3;
}
@media screen and (min-width : 960px) {
	.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	padding:0.5rem;
	font-size:1rem;
	line-height:1.3;
	}
}
.tsnc-accordion-input:checked~.tsnc-accordion-content { padding:0;}
.tsnc-accordion-content { padding:0 0;}
.tsnc-accordion-content .sonic-box { padding:16px;}

/* snsアイコン用 */
.sns-follow{ display: inline-block; margin: 5px 0 0;}
.sns-follow .fa-instagram { font-size: 2em; }

/* 比較表用 */
.pickup-table {
	padding: 1.5em 1em;
}

.pickup-table .ob-contents .wp-block-columns {
	align-items: flex-start!important;
	box-sizing: border-box;
   display: flex;
	column-gap: 5px;
   justify-content: space-between;
   flex-wrap: wrap !important;
}
.pickup-table .ob-contents .wp-block-columns .wp-block-column {
	box-sizing: border-box;
	background: #fff;
	flex-basis: auto!important;
	padding-bottom: 10px;
	width: calc((100% - 20px) / 3);
	border: 1px solid #000;
}

.pickup-table .ob-contents .wp-block-columns .wp-block-column p {
	font-size: 1rem;
	font-weight: bold;
}

.pickup-table .ob-contents .wp-block-columns .wp-block-column p:first-child {
	background: #f2d8d8;
	position: relative;
	font-size: 12px;
	padding: 10px 0;
}

.pickup-table .ob-contents .wp-block-columns .wp-block-column p:first-child::after {
	position: absolute;
   bottom: -5px;
   left: 50%;
   content: "";
   border-top: 6px solid #f2d8d8;
   border-right: 6px solid rgba(0, 0, 0, 0);
   border-left: 6px solid rgba(0, 0, 0, 0);
   transform: translateX(-50%);
}

.pickup-table .ob-contents .wp-block-columns .wp-block-column .wp-block-image {
	width: 90%;
	margin: 0 auto 10px;
}

.pickup-table .ob-contents .wp-block-columns .wp-block-column .wp-block-image img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.pickup-table .ob-contents .wp-block-columns {
		row-gap: 10px;
	}
	.pickup-table .ob-contents .wp-block-columns .wp-block-column {
		width: 100%;
	}
}

.fv {
  max-width: 1000px;
  margin: 0 auto;
}
