@charset "utf-8";


/*---------------------------------------------------
under 1200
---------------------------------------------------*/

@media screen and (max-width: 1200px) {

/* ---------------------------------------------------✁ 
	基本
------------------------------------------------------*/

body {
	min-width: 100%;
}

#wrapper {
	position: relative;
}

.content {
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
}

.content .content {
	padding: 0;
}

#header nav ul li a {
	padding: 15px 10px;
}



}

/*---------------------------------------------------
under 960
---------------------------------------------------*/

@media screen and (max-width: 960px) {

/* ---------------------------------------------------✁ 
	基本
------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	line-height: 1.7em;
}

h1, h2, h3, h4, h5 {
	line-height: 1.5em;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	line-height: 1.5em;
}

.content {
	max-width: 600px;
	width: 100%;
	padding: 0 20px;
}

.content .content {
	padding: 0;
}

/* ---------------------------------------------------✁ 
	ヘッダー
------------------------------------------------------*/

#header {
	border-bottom: 1px solid #000;
	position: fixed;
	width: 100%;
	top: 0;
	overflow: hidden;
}

body.admin-bar #header {
	top: 46px;
}

body.admin-bar #wrapper,
body.admin-bar #nav .content {
	padding-top: 117px;
}

#header .header-inner {
	padding: 10px 0;
	justify-content: flex-end;
}

#header nav {
	display: none;
}

#header .searchform {
	display: none;
}

#header h1 {
	width: 100px;
	margin-left: -50px;
    transition: .3s;
}

#header .menu-trigger {
	
}

#header .header-panel {
	display: none;
}

#nav .content > .color-mode {
	padding: 10px 20px;
	margin: 0;
	border-bottom: 1px solid #000;
}

.dark-mode #header {
	border-bottom: 1px solid #FFF;
}

.dark-mode #nav .content > .color-mode {
	border-bottom: 1px solid #FFF;
}


/* ---------------------------------------------------✁ 
	メニュー変形
------------------------------------------------------*/

html {
	margin-top: 0 !important;
}

#wrapper {
	padding-top: 70px;
}

#header {
	transition: .3s;
	z-index: 10000;
	background: #FFF;
}

#header > * {
	transition: .3s;
}

#header.is-animation .header-inner {
	padding: 0;
	height: 50px;
	overflow: hidden;
}

#header.is-animation h1 {
	width: 80px;
	margin-left: -40px;
	height: auto;
}



/* ---------------------------------------------------✁ 
	メニュー
------------------------------------------------------*/

.menu-trigger {
    width: 50px;
    height: 50px;
}

.menu-trigger div {
	width: 20px;
	height: 20px;
}

.menu-trigger span {
	height: 2px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.openmenu .menu-trigger span {
	background: #000;
}

.openmenu .menu-trigger span:nth-of-type(1) {
    top: -3px;
    left: 0;
}

.openmenu .menu-trigger span:nth-of-type(3) {
    bottom: -5px;
    left: 0;
}

/* ---------------------------------------------------✁ 
	ナビゲーション
------------------------------------------------------*/

#nav .content {
	display: block;
	padding: 70px 0 0;
	height: 100vh;
	overflow: scroll;
}

#nav .content > div {
	width: 100%;
	height: auto;
	padding: 30px 20px;
}

#nav .nav-search {
	border: none;
	border-top: 1px solid #000;
}


#nav .sns li {
	
}

#nav .sns a {
	padding: 5px 0;
	font-size: 13px;
	margin: 0 1px;
}

#nav .sns a span {
	font-size: 10px;
}

#nav .searchform {
	margin: 0 0 30px;
}

#nav .menu {
	margin: 0 0 20px;
}

#nav .menu li {
	margin-bottom: 10px;
}

#nav .menu li a {
	font-size: 15px;
}

#nav .menu li a span {
	font-size: 10px;
	margin-left: 5px;
}

/* ---------------------------------------------------✁ 
	フッター
------------------------------------------------------*/

#footer .sns ul li {
	margin: 0 5px;
}

#footer .sns ul li span {
	display: none;
}

#footer .nav ul li {
	margin: 0 5px;
}

#footer .nav ul li a {
	font-size: 11px;
}



/* ---------------------------------------------------✁ 
	トップページ
------------------------------------------------------*/

.visual {
	margin: 0 0;
	padding-left: 15px;
}

.visual .content {
	width: 100%;
	border: none;
}

.visual .slider-for {
    width: calc(100vw + 70vw);
    min-width: calc(100vw + 70vw);
}

.visual .main {
	width: 100%;
}

.visual .nav {
	display: none;
}

.visual .main article {
	padding: 15px 5px;
}

.visual .main article .image {
	margin: 10px 0;
}

.visual .main article .text {
	padding: 0;
	margin: 10px 0;
}

.visual .main article .text .number {
	font-size: 40px;
	display: none;
}

.visual .main article .text .category a {
	font-size: 10px;
	padding: 5px;
}

.visual .main article .text .data {
	align-items: end;
	margin-bottom: 5px;
}

.visual .main article .text h3 {
	font-size: 16px;
	line-height: 1.3em;
}



.thumbnail {
	__border-radius: 5px;
    __padding-bottom: 55.5%;
}

.title {
	margin-bottom: 20px;
}

.title h2 {
	font-size: 30px;
}

.title span {
	font-size: 12px;
}

#top section {
	padding: 50px 0;
}

#top footer .button {
	padding: 10px 0;
	width: 180px;
	font-size: 14px;
}

.recommend {
	padding: 40px 0;
}

#top .tags dl dt {
	padding: 15px 0;
	font-size: 12px;
	width: 80px;
}

#top .tags dl dd {
	margin-left: 80px;
}

#top .tags dl dd ul {
	margin: 12px 0;
}


/* ---------------------------------------------------✁ 
	ピックアップ
------------------------------------------------------*/

.pickup .slider {
    width: calc(100vw + 10vw);
    min-width: calc(100vw + 10vw);
}

.article-slider .slider .slick-prev,
.article-slider .slider .slick-next {
	display: none !important;
}

.pickup article h3 {
	font-size: 12px;
}

.pickup article .category {
	font-size: 10px;
}

/* ---------------------------------------------------✁ 
	ランキング
------------------------------------------------------*/

.ranking .slider {
    width: calc(100vw + 10vw);
    min-width: calc(100vw + 10vw);
}

.ranking article .text span {
	font-size: 30px;
}

.ranking article h3 {
	font-size: 12px;
}

.ranking article a {
	font-size: 12px;
}


/* ---------------------------------------------------✁ 
	記事一覧
------------------------------------------------------*/

.article-list {
	margin: 0;
	border-top: 1px solid #EEE;
}

.article-list li {
	width: 50%;
	
	width: 100%;
}

.article-list article {
	padding: 5px;
	
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #EEE;
	
	display: block;
}

.article-list article .image {
	width: 45%;
	
	width: 100%;
}

.article-list article .text {
	width: 55%;
	padding: 0 0 0 10px;
	
	position: relative;
	width: 100%;
	padding: 10px 0 0;
}

.article-list article .category {
	font-size: 10px;
	margin-bottom: 2px;
}

.article-list article h3 {
	font-size: 12px;
	margin-bottom: 20px;
	
	margin: 0;
}

.article-list article h3 a {
	font-size: 12px;
}

.article-list article time {
	font-size: 10px;
	position: absolute;
	bottom: 0;
	
	position: relative;
}

.article-list article .category li a {
	padding: 3px 5px;
	font-size: 10px;
}


.related .article-list li {
	
}

.related .article-list article {
	display: flex;
	padding: 10px 0;
}

.related .article-list article .image {
	width: 130px;
}

.related .article-list article .text {
	flex: 1;
	padding: 0 0 0 10px;
}


/* ---------------------------------------------------✁ 
	記事詳細
------------------------------------------------------*/

main > .content {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
}

.post > section,
.post .post-header {
	padding: 0 20px;
}

.post .post-header {
	margin: 20px 0;
}

.post .post-header .meta .category a {
	font-size: 10px;
	padding: 3px 5px;
}

.post .post-header .meta time {
	font-size: 10px;
}

.post .post-header h1 {
	font-size: 18px;
}

.entry-content {
	font-size: 14px;
	overflow: hidden;
}

.entry-content p {
	font-size: 14px;
}

.entry-content li {
	font-size: 14px;
}

.entry-content h2 {
    border-left: 4px solid #000;
}

.entry-content h4 {
	padding-left: 13px;
}

.entry-content h4:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 8px solid #0000;
    box-sizing: border-box;
    border-left-color: #000;
    top: 50%;
    left: 0;
    margin-top: -9px;
}

.entry-content img {
	width: calc(100% + 20px);
	margin: 0 -10px;
	__max-width: calc(100% + 20px);
}

.entry-content .wp-block-image {
	margin: 1rem -20px;
}

.entry-content .wp-block-image img {
	margin: 0;
}

.entry-content .wp-block-image .wp-element-caption {
	margin: 0;
}

.entry-content .wp-caption {
	padding: 5px 5px 0px;
}

.entry-content .wp-caption img {
	width: 100%;
	max-width: 100%;
}

.entry-content blockquote {
	padding: 25px;
}

.entry-content blockquote:before {
    top: 7px;
    left: 7px;
    font-size: 17px;
}

.entry-content blockquote p {
	font-size: 13px;
}

.entry-content .wp-block-table.overflow {
	overflow-y: hidden;
	overflow-x: scroll;
	position: relative;
}
/*
.entry-content .wp-block-table.overflow:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 2rem;
	height: 100%;
	background: linear-gradient(90deg, rgb(0,0,0,0), rgb(0,0,0,0.2));
}
*/

.entry-content .wp-block-table.overflow table {
	width: 640px !important;
	display: block;
	-webkit-overflow-scrolling: touch;
}

.post .share .follow-box .follow-thumbnail {
	display: none;
}

.post .share .follow-box .text {
	width: 100%;
}

.ad-half {

}

/*
.post .sub-content header h3 {
	display: inline-block;
	background: #000;
	color: #FFF;
	padding: 5px 20px;
	font-size: 18px;
	margin-left: -20px;
}
*/

.post .sub-content .gallery ul {
}

#gallery-1.gallery, .gallery {
	margin: auto 0;
}

.gallery .gallery-item a {
	padding: 2px;
}

.post .share .follow-box .text p {
	font-size: 14px;
	line-height: 1.4em;
}

.post .share .follow-box .text span {
	font-size: 12px;
	margin: 15px 0;
}


/* ---------------------------------------------------✁ 
	画像ギャラリー
------------------------------------------------------*/

#main-content .post#attachment {
	margin: 20px 0 0;
}

#attachment .main-photo {
	margin: 0 0 20px;
	overflow-x: scroll;
}

#attachment .main-photo ul {
	display: flex;
	flex-wrap: wrap;
	width: 300vw;
}

#attachment .main-photo ul li {
	width: 100vw;
}

#attachment .main-photo .active,
#attachment .main-photo .prev,
#attachment .main-photo .next {
	display: flex;
}


#attachment .nav {
	display: none;
}




/* ---------------------------------------------------✁ 
	サイドバー
------------------------------------------------------*/

.pickup {
	padding: 40px 0;
}

#sidebar {
	width: 100%;
	margin-top: 30px;
	padding: 0 20px;
}

#sidebar .title h2 {
	font-size: 30px;
}

#sidebar .pickup {
	display: none;
}

#sidebar .ranking article {

}

#sidebar .ranking article h3 {
	font-size: 12px;
	line-height: 1.5em;
}

#sidebar .ranking article h3 a {
	font-size: 12px;
}

#sidebar .ranking article span {
	font-size: 18px;
}

.related .article-list h3 {
	font-size: 12px;
}

.tags-list li a {
	font-size: 11px;
}


/* ---------------------------------------------------✁ 
	一覧系
------------------------------------------------------*/

#archive {
	padding: 30px 0;
}

#archive .title h2 {
	font-size: 20px;
}

/* ---------------------------------------------------✁ 
 記事埋め込み
------------------------------------------------------*/

iframe.wp-embedded-content {
	
}


iframe.wp-embedded-content .wp-embed-featured-image {
	width: 100%;
	float: none;
}

iframe.wp-embedded-content p.wp-embed-heading {
	margin-left: 0;
}

iframe.wp-embedded-content .wp-embed > a {
	margin: 0;
}


/* ---------------------------------------------------✁ 
 固定ページ
------------------------------------------------------*/

#about .the-content h2 {
	font-size: 16px;
}

#about p {
	font-size: 13px;
	line-height: 1.7em;
}

.page-content {
	padding: 20px 20px 0;
}

/* ---------------------------------------------------✁ 
 記事一覧
------------------------------------------------------*/

.wp-pagenavi .pages {
	width: 100%;
	display: block;
}


#main-content > .banner {
	margin: 10px 10px;
}


/* ---------------------------------------------------✁ 
	ダークモード
------------------------------------------------------*/

.dark-mode .menu-trigger span {
	background-color: #FFF;
}


.dark-mode #nav .nav-search {
	border-top: 1px solid #FFF;
}

.dark-mode #nav .searchform input[type="search"] {
	border-bottom: 2px solid #FFF;
    color: #FFF;
}

.dark-mode #nav .searchform input::placeholder {
	color: #FFF;
}

.dark-mode #nav .searchform button {
	color: #FFF;
}

.dark-mode .article-list {
	margin: 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.dark-mode .article-list article {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}


#archive .banner {
	margin: 0 0 20px;
}

body.category-harley #archive .title span {
	width: 70px;
	margin: 0 0 0 5px;
}

#main-content .post .banner img {
	width: 100%;
	margin: 0;
	max-width: 100%;
}

.post .post-header .meta .primary {
	display: none;
}

.ranking.primary .title h2 {
	font-size: 26px;
}

.ranking.primary .title span {
	width: 70px;
	margin: 10px;
}






}



