@charset "utf-8";
/*
Theme Name: for Ride 2021
Theme URI: https://slco.jp
Author: StartLine co.,ltd.
Author URI: https://slco.jp
Description: for Ride 2021
Version: 1.0
*/

/* ---------------------------------------------------✁ 
	基本
------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: '游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	color: #000;
	background: #FFF;
}

.content {
	max-width: 1200px;
	margin: auto;
	position: relative;
}

body:after {

}

#wrapper {
	text-align: left;
}

h1,h2,h3,h4,h5,dt,nav li a {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
}

nav li a {
	font-weight: normal;
}

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

a {
	color: #000;
	text-decoration:none;
	transition: .3s;
}

a:hover {
	text-decoration: none;
}

li > a:hover {
	opacity: 0.8;
}

a:hover img:not(.over), a:active img:not(.over) {
	opacity: 0.8;
	transition: .3s;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

header, nav, section, hgroup, article, figure, figcaption, footer { display: block; }

input {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea,
button {
	font-size: 16px;
	line-height: normal;
	height: 40px;
	padding: 4px;
	color: #333;
	width: 100%;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-user-select: element;
	-moz-user-select: element;
	-o-user-select: element;
	-ms-user-select: element;
	user-select: element;
	padding: 3px;
	border: 1px solid #bdbdbd;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	text-align: center;
	position: relative;
	padding: 10px 20px 8px;
	display: inline-block;
	transition: .3s;
	font-weight: bold;
	box-sizing: border-box;
	text-transform: uppercase;
	transition: all 0.3s;
	font-size: 15px;
	border: 1px solid #444;
	background: #FFF;
	cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button  {
	-webkit-appearance: none;
}

textarea {
	min-height: 10em;
}

::placeholder {
	color: #CCC;
}

.clear {
	clear: both;
}

.sp {
	display: none;
}

.button {
	text-align: center;
	position: relative;
	padding: 10px 20px 8px;
	display: inline-block;
	transition: .3s;
	font-weight: bold;
	box-sizing: border-box;
	text-transform: uppercase;
	transition: all 0.3s;
	font-size: 15px;
	background: #000;
	color: #FFF;
	cursor: pointer;
}

.button i {
	margin: 0 0 0 4px;
}

.button:hover {
	opacity: 0.7;
    box-sizing:border-box;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
}

#wpstats {
	display: none !important;
}


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

#wrapper {
	padding-top: 145px;
	position: relative;
}


#header {
	position: fixed;
	background: #FFF;
	width: 100%;
	z-index: 10000;
	top: 0;
}

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

#header .header-inner {
	display: flex;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
	transition: .3s;
}

#header h1 {
	width: 150px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	transition: .3s;
}

#header .searchform {
	position: relative;
	width: 300px;
	
}

#header .searchform input {
	background: none;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0 50px;
	font-size: 16px;
}

#header .searchform input::placeholder {
	font-size: 20px;
	color: #000;
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-style: italic;
}

#header .searchform button {
	border: none;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	width: 50px;
	font-size: 20px;
}

#header .menu-trigger {
	
}

#header nav {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 0 0;
	transition: .3s;
}

#header nav ul {
	text-align: center;
}

#header nav ul li {
	display: inline-block;
}

#header nav ul li a {
	padding: 15px 15px;
	font-size: 15px;
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-style: italic;
	display: block;
}

/* ---------------------------------------------------✁ 
	スクロールした時のヘッダー
------------------------------------------------------*/

#header.is-animation .header-inner {
	height: 0;
	overflow: hidden;
	border-top: none;
	padding: 0;
	transition: .3s;
}

#header.is-animation h1 {
	height: 0;
	overflow: hidden;
	transition: .3s;
}

#header.is-animation nav {

}

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

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	width: 100px;
	height: 80px;
	cursor: pointer;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-trigger div {
	width: 40px;
	height: 30px;
	position: relative;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
}

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

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

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

.openmenu .menu-trigger span {
	
}

.openmenu .menu-trigger span:nth-of-type(1) {
	transform: translateY(13px) rotate(-45deg);
}

.openmenu .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}

.openmenu .menu-trigger span:nth-of-type(3) {
	transform: translateY(-13px) rotate(45deg);
}

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 1000;
	cursor: pointer;
}

body.openmenu .mask.menu {
	
}

body.openmenu,
body.opensearch {
	overflow: hidden;
	height: 100%;
}

.modal-window {
	position: fixed;
	background: #FFF;
	padding: 30px 20px;
	z-index: 1001;
	left: 0;
	top: 10%;
	width: 100%;
	display: none;
	color: #000;
}

body.openmenu #nav {
	animation-name: fadein;
    animation-duration: 0.5s;
	height: auto;
	margin-top: 0;
}

#nav {
	z-index: 1000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	transition : all 0.5s ease 0s;
	pointer-events: none;
	background: #FFF;
	
	overflow: hidden;
	margin-top: -100vh;
}

@keyframes fadein {
	from {
	    opacity: 0;
	    transform: translateY(20px);
	}
	to {
	    opacity: 1;
	    transform: translateY(0);
	}
}

#nav .menu li a {
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: 400;
    font-style: italic;
}

#nav .logo {
	width: 200px;
	
}

#nav .content {
	pointer-events: all;
	display: flex;
	max-width: 100%;
	overflow-y: scroll;
}

#nav .content > div {
	padding: 300px 60px;
    height: 100vh;
}

#nav .nav-search {
	width: 60%;
	border-left: 1px solid #000;
}

#nav .nav-list {
	width: 40%;
}

#nav .content > section > .inner {
	margin: auto;
}

#nav .searchform {
	position: relative;
	margin: 0 0 40px;
}

#nav .searchform input[type="search"] {
	background: none;
	border: none;
	border-bottom: 2px solid #000;
	color: #000;
}

#nav .searchform input::placeholder {
	font-size: 20px;
	color: #000;
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-style: italic;
}

#nav .searchform button {
	background: none;
	position: absolute;
	right: 0;
	width: 40px;
	font-size: 20px;
	color: #000;
	border: none;
}

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

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


#nav .menu li a {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	
}

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

#nav .menu li a i {
	font-size: 20px;
	margin-right: 10px;
	width: 25px;
	text-align: center;
}

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

#nav .sns ul {
	display: flex;
}

#nav .sns li {
	width: 25%;
	
}

#nav .sns a {
	color: #FFF;
	background: #000;
	font-size: 11px;
	padding: 8px 0;
	border-radius: 3px;
	display: block;
	margin: 0 2px;
	text-align: center;
}

#nav .sns a i {
	margin-right: 5px;
	font-size: 12px;
}


#nav .ranking {
	display: none;
}

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

#footer {
	background: #000;
	color: #FFF;
	padding: 60px 0;
	text-align: center;

}


#footer .logo {
	width: 100px;
	margin: 0 auto 30px;
}

#footer p {
	display: block;
	text-align: center;
	margin: 20px 0;
}

#footer .sns ul {
	text-align: center;
}

#footer .sns ul li {
	display: inline-block;
	margin: 0 10px;
}

#footer .sns ul li a {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-weight: 400;
	font-style: italic;
}

#footer .sns ul li a i {
	font-size: 20px;
	margin-right: 5px;
	font-style: normal;
	font-weight: normal;
}

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

#footer .nav ul {
	text-align: center;
}

#footer .nav ul li {
	display: inline-block;
	margin: 0 10px;
}

#footer .nav ul li a {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

#footer .copyright {
	font-size: 11px;
	opacity: 0.6;
	text-align: center;
	display: block;
}



/* ---------------------------------------------------✁ 
	共通パーツ
------------------------------------------------------*/

.title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.title h2 {
	font-size: 50px;
	line-height: 1em;
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-weight: 400;
	font-style: italic;
}

.title h2:empty:after {
	content: '全記事一覧';
}

.title span {
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 14px
}

.thumbnail {
	position: relative;
	height: 0;
	__padding-bottom: 66.66%;
	__padding-bottom: 60%;
	padding-bottom: 56.25%;
	overflow: hidden;
	background: #FFF;
}

.thumbnail.square {
	padding-bottom: 100%;
}

.thumbnail a,
.thumbnail div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumbnail a img,
.thumbnail div img {
	width: 100%;
	height: auto !important;
	__object-fit: cover;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	
	__-ms-filter: blur(6px);
	__filter: blur(6px);
}

.thumbnail a:hover img {
	transform: translateY(-50%) scale(1.1);
	opacity: 1;
}


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

.visual {
	margin: 50px 20px;
	opacity: 0;
	transition: 1s;
}

body.load .visual {
	opacity: 1;
}

.visual .content {
	border: 1px solid #000;
	margin: 0 auto;
	display: flex;
	max-width: 1500px;
	padding: 0;
	overflow: hidden;
}

.visual .main {
	width: 65%;
}

.visual .nav {
	width: 35%;
	display: flex;	
}

.visual .main .slick-track {
	height: 100%;
}

.visual .main .slick-slide {
	height: 100%;
}

.visual .main article .thumbnail {
	padding-bottom: 55.5%;
}

.visual .main article .text {
	padding: 20px;
	display: flex;
	align-items: center;
}

.visual .text .number {
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-style: italic;
	font-size: 60px;
	margin-right: 10px;
	line-height: 1em;
}


.visual .main .slick-slide:nth-child(1) .text .number:before { content: '01'; }
.visual .main .slick-slide:nth-child(2) .text .number:before { content: '02'; }
.visual .main .slick-slide:nth-child(3) .text .number:before { content: '03'; }
.visual .main .slick-slide:nth-child(4) .text .number:before { content: '04'; }
.visual .main .slick-slide:nth-child(5) .text .number:before { content: '05'; }
.visual .main .slick-slide:nth-child(6) .text .number:before { content: '06'; }
.visual .main .slick-slide:nth-child(7) .text .number:before { content: '07'; }
.visual .main .slick-slide:nth-child(8) .text .number:before { content: '08'; }
.visual .main .slick-slide:nth-child(9) .text .number:before { content: '09'; }
.visual .main .slick-slide:nth-child(10) .text .number:before { content: '10'; }

.visual .nav .slick-slide:nth-child(1) .text .number:before { content: '01'; }
.visual .nav .slick-slide:nth-child(2) .text .number:before { content: '02'; }
.visual .nav .slick-slide:nth-child(3) .text .number:before { content: '03'; }
.visual .nav .slick-slide:nth-child(4) .text .number:before { content: '04'; }
.visual .nav .slick-slide:nth-child(5) .text .number:before { content: '05'; }
.visual .nav .slick-slide:nth-child(6) .text .number:before { content: '06'; }
.visual .nav .slick-slide:nth-child(7) .text .number:before { content: '07'; }
.visual .nav .slick-slide:nth-child(8) .text .number:before { content: '08'; }
.visual .nav .slick-slide:nth-child(9) .text .number:before { content: '09'; }
.visual .nav .slick-slide:nth-child(10) .text .number:before { content: '10'; }



.visual .main article .data {
	display: flex;
	margin-bottom: 10px;
	align-items: end;
}

.visual .main article .data time {
	font-size: 11px;
}

.visual .main article .category {
	margin-right: 5px;
}

.visual .main article .category li {
	display: inline-block;
	margin-right: 4px;
	
	display: none;
}

.visual .main article .category li:first-child {
	display: inline-block;
}

.visual .main article .category a {
	font-size: 11px;
	color: #FFF;
	background: #000;
	padding: 5px 10px;
	display: block;
	line-height: 1em;
	font-weight: bold;
}

.visual .main article h3 {
	font-size: 20px;
}

.visual .slider-nav {
	display: flex;
	border-left: 1px solid #000;
}

.visual .slider-nav .slick-track {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	width: 100% !important;
	transform: none !important;
}

.visual .slider-nav .slick-track > div {
	height: 20%;
	height: 16.66666%;
	width: 100%;
}

.visual .nav .slick-slide {
	float: none;
	width: 100% !important;
	overflow: hidden;
	position: relative;
	background: #000;
	color: #FFF;
	cursor: pointer;
}

.visual .nav .slick-slide > div {
	height: 100%;
}

.visual .nav .slick-slide .article {
	height: 100%;
}

.visual .nav .slick-slide .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.5;
}

.visual .nav .slick-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.visual .nav .slick-slide .text {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 100%;
}

.visual .nav .slick-slide .text .number {
	font-size: 40px;
}

.visual .nav .slick-slide .text h4 {
	font-size: 14px;
}

.visual .nav .slick-slide.slick-current {
	background: #FFF;
	color: #000;
}

.visual .nav .slick-slide.slick-current .image {
	display: none;
}



.slider {
	overflow: hidden;
	opacity: 0;
}

body.load .slider {
	opacity: 1;
}



.slider .slick-prev,
.slider .slick-next {
	width: 30px;
    height: 50px;
    text-align: center;
    line-height: 40px;
	z-index: 1000;
	background: url(images/icon-slider-arrow.svg) no-repeat;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;	
	margin-top: -50px;
}

.slider .slick-prev:hover,
.slider .slick-prev:focus,
.slider .slick-next:hover,
.slider .slick-next:focus {
	background: url(images/icon-slider-arrow.svg) no-repeat;
	background-size: cover;
}

.slider .slick-prev {
	left: 20px;
	transform: scale(-1, 1);
}

.slider .slick-next {
	right: 20px;
}

#top section {
	padding: 100px 0;
}

#top footer {
	text-align: center;
	margin: 50px 0 0;
}

#top footer .button {
	padding: 20px 0;
	width: 200px;
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
}


#top .tags {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0;
}

#top .tags dl {
	overflow: hidden;
}

#top .tags dl dt {
	width: 120px;
	text-align: center;
	float: left;
	border-right: 1px solid #000;
	padding: 20px 0;
}

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

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

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

#top .tags dl dd ul li a {
	margin-right: 5px;
	border: none;
	padding: 4px 6px;
}

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

.pickup {
	background: #000;
	color: #FFF;
	overflow: hidden;
	padding: 100px 0;
}

.pickup .slider {
	width: calc(100% + (100vw - 1100px) / 2 + 0px);
    min-width: calc(100% + 30px);
    overflow: visible;
    __display: flex;
}

.pickup .slider.slick-initialized {
	margin-left: 0px;
}

.pickup .slick-list {
	__padding: 0 !important;
	__margin: 0 -50px;
	transform-origin: 0 -50px;
}

.pickup article {
	width: 25%;
}

.pickup article a {
	position: relative;
	display: block;
	margin: 5px;
	height: 100%;
}

.pickup article .thumbnail:after {
	content: "";
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.pickup article a {
	display: block;
}

.pickup article .thumbnail.vertical {
	padding-bottom: 141.4%;
	background: #000;
}

.pickup article .thumbnail.vertical img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.pickup article .category {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 15px;
	background: #FFF;
	color: #000;
	font-size: 10px;
	padding: 3px 5px;
	line-height: 1em;
	font-weight: bold;
	
	display: none;
}

.pickup article h3 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 15px;
	color: #FFF;
	text-align: left;
}

.article-slider .slider .slick-prev,
.article-slider .slider .slick-next {
	position: absolute;
	top: -20px;
	left: auto;
	right:  100px;
	width: 50px;
	height: 50px;
}


.article-slider .slider .slick-prev {
	transform: none;
	right: 60px;
	margin-right: 100px;
	background: url(images/icon-slider-prev.svg) no-repeat;
	background-size: cover;
}

.article-slider .slider .slick-next {
	transform: none;
	background: url(images/icon-slider-next.svg) no-repeat;
	background-size: cover;
}


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

#archive {
	padding: 80px 0;
}

.article-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.article-list li {
	width: 25%;
}

.article-list article {
	padding: 10px;
	
}

.article-list article .image {
	position: relative;
}

.article-list article .category {
	position: relative;
}

.article-list article .category li {
	display: none;
	width: auto;
}

.article-list article .category li:first-child {
	display: inline-block;
}

.article-list article .category li a {
	background: #000;
	color: #FFF;
	font-size: 11px;
	line-height: 1em;
	padding: 3px 5px;
	display: block;
	font-weight: bold;
}

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

.article-list article time {
	font-size: 11px;
}

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

.ranking {
	background: #000;
	color: #FFF;
	overflow: hidden;
}

.ranking .slider {
	width: calc(100% + (100vw - 1100px) / 2 + 0px);
    min-width: calc(100% + 30px);
    overflow: visible;
}

.ranking article {
}

.ranking article a {
	color: #FFF;
}

.ranking article .image {
	margin: 0 5px;
}

.ranking article .image .thumbnail {
	background: #000;
}

.ranking article .text {
	display: flex;
	padding: 10px 0;
	margin: 0 5px;
}

.ranking article .text span {
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-style: italic;
	font-size: 40px;
	margin-right: 10px;
	line-height: 1em;
}


.ranking article.ranking1 .text span { content: '01'; }
.ranking article.ranking2 .text span { content: '02'; }
.ranking article.ranking3 .text span { content: '03'; }
.ranking article.ranking4 .text span { content: '04'; }
.ranking article.ranking5 .text span { content: '05'; }
.ranking article.ranking6 .text span { content: '06'; }
.ranking article.ranking7 .text span { content: '07'; }
.ranking article.ranking8 .text span { content: '08'; }
.ranking article.ranking9 .text span { content: '09'; }
.ranking article.ranking10 .text span { content: '10'; }


#top .ranking {
	opacity: 0;
	transition: 0.8s;
}

body.window-load #top .ranking {
	opacity: 1
}


/* ---------------------------------------------------✁ 
	ページ送り
------------------------------------------------------*/

.wp-pagenavi {
	font-size: 15px;
	margin: 40px 0 0;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: none;
	line-height: 44px;
	width: 44px;
	height: 44px;
	text-align: center;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 16px;
	
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: 400;
    font-style: italic;
    border: none !important;
}

.wp-pagenavi .first {
	font-size: 11px;
}

.wp-pagenavi .pages {
	width: auto;
}

.wp-pagenavi .current {
	background: #000;
	color: #FFF;
	border: 1px solid #000 !important;
}

.wp-pagenavi a {
	background: #FFF;
	border: 1px solid #000 !important;
	color: #444;
}

.wp-pagenavi a.last {
	display: none;
}

.wp-pagenavi a:hover {
	text-decoration: none;
	background: #000;
	color: #FFF;
}





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

#sidebar {
	position: relative;
}

#sidebar .fixed-content {
	position: sticky;
	top: 0;
	background: #FFF;
}

#sidebar section {
	margin: 0 0 40px;
}

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

#sidebar .title span {
	font-size: 12px;
	margin-top: 5px;
}

.ad {
	background: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sidebar .ranking {
	background: none;
	color: #000;

}

#sidebar .ranking article {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}

#sidebar .ranking article .image {
	width: 130px;
}

#sidebar .ranking article .text {
	flex: 1;
	padding: 0 0 0 10px;
	margin: 0;
}

#sidebar .ranking article .text span {
	font-size: 20px;
	background: #000;
	color: #FFF;
	line-height: 1em;
	text-align: center;
	padding: 5px 5px;
	position: absolute;
	top: -5px;
	left: 0;
}

#sidebar .ranking article h3 a {
	color: #000;
	font-size: 13px;
}

#sidebar .ranking article.ranking1 span {
	background: #ffde0d;
	color: #000;
}

#sidebar .ranking article .image .thumbnail {
	background: #FFF;
}

#sidebar .pickup {
	background: none;
	color: #000;
	padding: 0;
}

#sidebar .pickup ul {
	display: flex;
	flex-wrap: wrap;
}

#sidebar .pickup ul li {
	width: 50%;
}

#sidebar .pickup ul li article {
	width: 100%;
}

#sidebar .pickup ul li article a {
	margin: 3px;
}

#sidebar .pickup ul li article h3 {
	font-size: 11px;
	line-height: 1.5em;
}

.tags-list li {
	display: inline-block;
	margin: 0 2px 4px;
}

.tags-list li a {
	border: 1px solid #DDD;
	padding: 4px;
	font-size: 12px;
	background: #FFF;
}

.tags-list li a:hover {
	background: #444;
	color: #FFF;
}

#sidebar .tags-list,
#nav .tags-list {
	text-align: left;
    text-justify: auto;
}

#sidebar .tags-list li,
#nav .tags-list li {
	margin: 0 0 4px;
}




#sidebar .category-nav ul {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #DDD;
	border-left: none;
	border-bottom: none;
}

#sidebar .category-nav ul li {
	width: 33.33333%;
	position: relative;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	box-sizing: border-box;
}

#sidebar .category-nav ul li:nth-child(n+7) {
	width: 25%;
}

#sidebar .category-nav ul li a {
	display: block;
	width: 100%;
	padding-bottom: 100%;
}

#sidebar .category-nav ul li div {
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}

#sidebar .category-nav ul li a:hover {
	background: #444;
	color: #FFF;
}

#sidebar .category-nav ul li a i {
	font-size: 40px;
	display: block;
	margin: 0 0 5px;
}

#sidebar .category-nav ul li a span {
	font-size: 12px;
}

#sidebar .category-nav ul li:nth-child(n+7) a i {
	font-size: 20px;
}


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

main > .content {
	display: flex;
	margin: 40px auto;
}

#main-content {
	flex: 1;
}

#sidebar {
	width: 400px;
	margin-left: auto;
	padding: 0 25px;
}

#main-content .post {
	max-width: 1000px;
	margin: auto;
}

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

.post .eyecatch {
	padding: 0;
}

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

.post .post-header .meta {
	overflow: hidden;
	margin: 0 0 10px;
}

.post .post-header .meta .category {
	float: left;
}

.post .post-header .meta .category a {
	font-size: 11px;
	background: #000;
	color: #FFF;
	padding: 5px 10px;
	line-height: 1em;
	font-weight: bold;
	
	display: none;
}

.post .post-header .meta .category a:first-child {
	display: inline-block;
}

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

.post .post-header .breadcrumbs {
	font-size: 12px;
	margin: 0 0 5px;
}

.post .post-header h1 {
	font-size: 26px;
	line-height: 1.5em;
}



.post .eyecatch img {
	height: auto !important;
	width: 100%;
}

.entry-content {
	padding: 10px 25px;
	font-size: 16px;
}

.post #ez-toc-container {
	display: none;
}

.post .ez-toc-title-container {
	display: none;
}

.post .tab-content > div {
	background: #F5F5F5;
	border: none;
	border-radius: 0;
	padding: 15px;
	
	background: none;
	padding: 0;
}

.post .table-content nav ul {
	margin: 5px 0 0;
}

.post .table-content nav li {
	margin: 0 0 5px;
	list-style-type: decimal;
	margin-left: 1.5em;
	font-size: 13px;
}

.post .table-content nav li li {
	list-style-type: none;
	margin-left: 1em;
}

.post .table-content nav a {
	text-decoration: underline;
}

.post .entry-meta {
	margin: 10px 0;
	text-align: right;
	
	display: none !important;
}

.post .entry-meta time {
	display: block;
	margin: 0 0 10px;
}

.post .entry-meta time i {
	margin-right: 3px;
}

.post .entry-meta a {
	text-decoration: none;
    color: #333;
    padding: 5px 8px 3px;
    margin: 3px;
    border-radius: 20px;
    border: 1px solid #444;
    font-size: 14px;
    display: inline-block;
}

.post .entry-meta a:hover {
	background: #444;
	color: #FFF;
}

.post .share {
	margin: 30px 0;
}

.post .share ul {
	display: flex;
}

.post .share ul li {
	width: 50%;
	text-align: center;
}

.post .share ul li a {
	display: block;
	line-height: 60px;
	text-align: center;
	color: #FFF;
}

.post .share ul li a span {
	font-size: 16px;
	margin: 0 1px;
	font-weight: bold;
}

.post .share ul li a i {
	font-size: 18px;
	margin: 0 5px;
}

.post .share ul .twitter a {
	background: #269ee4;
}

.post .share ul .facebook a {
	background: #272d71;
}

.post .share .follow-box {
	display: flex;
	background: #000;
	color: #FFF;
}

.post .share .follow-box .follow-thumbnail {
	width: 50%;
}

.post .share .follow-box .follow-thumbnail .thumbnail {
	padding-bottom: 50%;
}

.post .share .follow-box .text {
	text-align: center;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.post .share .follow-box .text > div {
	
}

.post .share .follow-box .text p {
	font-size: 16px;
	display: block;
	margin: 15px 0;
}

.post .share .follow-box .text span {
	display: block;
	margin: 10px 0;
}

.post .share .follow-box a {
	padding: 0.7rem;
	border-radius: 5px;
	background: #FFF;
	color: #000;
}

.post .writer {
	text-align: right;
	font-size: 14px;
}

.post .writer span {
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-style: italic;
}

.post .writer a {
	text-decoration: underline;
}

.post .sub-content section {
	margin: 40px 0;
}

.post .sub-content header {
	margin-bottom: 10px;
}

.post .sub-content header h3 {
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 22px;
}

.post .sub-content .information dl {
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
}

.post .sub-content .information dl:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.post .sub-content .information dl dd a {
	font-size: 13px;
	color: #0071bc;
	font-weight: bold;
}

.post .sub-content .information dl dd p {
	font-size: 13px;
}

.post .sub-content .gallery {
	
}


.post .sub-content .gallery ul {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 10px);
	__margin: 0 -5px;
}

.post .sub-content .gallery ul li {
	width: 20%;
	padding: 5px;
}

.post .sub-content .gallery ul li .thumbnail {
	padding-bottom: 100%;
}

.post .sub-content .gallery ul li .thumbnail a img {
	__width: auto !important;
	height: 100% !important;
	object-fit: cover;
}

.post .special {
	
}

.post .special ul {
	display: flex;
	flex-wrap: wrap;
}

.post .special ul li {
	width: 33.333%;	
}

.post .special ul li article {
	padding: 5px;
}

.post .yarpp-related {
	margin: 0;
}

.related .article-list h3 {
	font-size: 14px;
	padding: 0;
	margin-top: 3px;
}

.recommend {
	padding: 100px 0;
}

.recommend .ad {
	background: #FFF;
}

/* ---------------------------------------------------✁ 
	キュレーション記事
------------------------------------------------------*/

.post.curation-news .post-header .meta .category {
	opacity: 0;
}

body.load .post.curation-news .post-header .meta .category {
	opacity: 1;
}

.post.curation-news .nordot-read-more {
	text-align: center;
	position: relative;
	padding: 10px 20px 8px;
	display: inline-block;
	transition: .3s;
	font-weight: bold;
	box-sizing: border-box;
	text-transform: uppercase;
	transition: all 0.3s;
	font-size: 15px;
	border: 1px solid #444;
	background: #444;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
	display: block;
}

.post.curation-news .nordot-read-more:hover {
	color: #444;
	background: #FFF;
}

.post.curation-news .nordot-read-more:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(images/icon-next-w.svg) center center;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 10px;
}

.post.curation-news .nordot-read-more:hover:after {
    background: url(images/icon-next.svg) center center;
    background-size: cover;
}

.post.curation-news .tab {
	display: none;
}

.post.curation-news .ad1 {
	display: none;
}

.post.curation-news .the-content div {
	display: none !important;
}

.post.curation-news .author .face,
.post.curation-news .author .description {
	display: none;
}

.post.curation-news .author p {
	display: none;
}

.post .keyword .tags-list {
	padding-top: 5px;
}

.tags-list li a {
	display: block;
	padding: 4px 13px;
    font-size: 12px;
    border-radius: 100px;
    font-size: 12px;
    border: 1px solid #000;
    color: #000;
}

.tags-list li a:before {
	content: "#";
}

.tags-list li a:hover {
	color: #FFF;
	background: #000;
	opacity: 1;
	border-color: #000;
}

/* ---------------------------------------------------✁ 
	記事本文
------------------------------------------------------*/
.entry-content {
	line-height: 1.7em;
}

.entry-content p {
	margin-bottom: 15px;
	line-height: 1.7em;
	text-align: justify;
    text-justify: inter-ideograph;
}

.entry-content p a,
.entry-content table a {
	text-decoration: underline;
	color: #9F3724;
}

.entry-content p a:hover,
.entry-content table a:hover  {
	text-decoration: none;
	color: #e87e6b;
}


.entry-content h2 {
	font-size: 140%;
	margin-left: 0;
	line-height: 1.3em;
	border-left: 6px solid #000;
    padding: 0.5em 0.7em;
}

.entry-content h2.fixed {
	position: sticky;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.8);
	z-index: 1000;
}

.entry-content h2.next-title {
	z-index: 1001;
}

.entry-content h3,
.entry-content h4 {
	padding: 0.5em 0;
	line-height: 1.6em;
}

.entry-content h3 {
	font-size: 130%;
	margin-left: 0;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3em;
	border-left: 6px solid #000;
    padding: 0.5em 0.7em;
}

.entry-content h4 {
	font-size: 110%;
	position: relative;
	padding-left: 18px;
}

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

.entry-content h3:empty {
	display: none;
}


body.single #wpadminbar {

}


.entry-content img {
	width: auto !important;
	height: auto !important;
	margin: 10px 0;
	display: block;
}

.entry-content ul {
	margin: 10px 0;
}

.entry-content ul li {
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: 0.2em;
}

.entry-content ol {
	margin: 10px 0;
}

.entry-content ol li {
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 0.2em;
}

.entry-content .wp-caption {
	width: 100% !important;
	background: #EEE;
	padding: 5px 5px 0;
}

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

.entry-content .wp-caption p,
.entry-content .wp-caption-text {
	padding: 10px;
	font-size: 14px;
}

.entry-content table {
	border-collapse:collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin: 1em 0;
	width: 100% !important;
	height: auto !important;
}

.entry-content table th,
.entry-content table td {
	border: none;
	padding: 10px 10px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-size: 0.9em;
	line-height: 1.6em;
	word-break: break-all;
	width: auto !important;
	height: auto !important;
	vertical-align: top;
	text-align: left;
}

.entry-content table th,
.entry-content .wp-block-table table tr td:first-child {
	background: #F6F6F6;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
	font-weight: bold;
}

.entry-content .wp-block-table {
	margin: 1rem 0;
}

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


/*.entry-content table.twoline th {
	width: 22% !important;
}
@media all and (max-width: 767px) {
    .entry-content table.twoline th,
    .entry-content table.twoline td {
    display: block;
    width: 100% !important;
    border-bottom: none;
    }
}*/


@media screen and (min-width: 800px) {

/*
.entry-content .twoline tr {
	float: left;
	display: block;
	width: 50% !important;
}

.entry-content .twoline tr th {
	width: 25% !important;
}

.entry-content .twoline tr td {
	width: 25% !important;
}
*/

}



.entry-content blockquote {
	padding: 40px;
	background: #f4f4f4;
	position: relative;
	margin-bottom: 1em;
}

.entry-content blockquote:before {
	display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    color: #cfcfcf;
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
}

.entry-content blockquote p {
	margin-bottom: 1rem;
	font-size: 15px;
	font-style: italic;
}

.dark-mode .entry-content blockquote {
	background: #232323;
}

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


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

.entry-content .wp-block-image .wp-element-caption {
	width: 100% !important;
	background: #f7f7f7;
	padding: 10px;
	font-size: 12px;
	margin: 0;
	line-height: 1.5em;
}

.wp-embedded-content {
	
}

.entry-content iframe {
	width: 100%;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 10px 0;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.amazonjs_item .amazonjs_image {
	width: 60px;
}

.post .amazonjs_item img {
	__max-width: 100% !important;
    width: auto;
    height: auto;
    margin: 0;
}

.wp-block-spacer {
	height: 1.7rem !important;
}

/*--------------------
 記事埋め込み
--------------------*/
iframe.wp-embedded-content {
	width: 100%;
	position: relative !important;
	clip: auto !important;
	height: auto !important;
}

@media screen and (min-width: 768px) {
	iframe.wp-embedded-content {
		height: 100% !important;
	}
}

blockquote.wp-embedded-content {
	display: none !important;
}

/*--------------------
 店舗情報
--------------------*/
.shopinfo {
	border: 1px solid #444;
	padding: 20px;
}

.shopinfo h5 {
	margin: 10px 0 0;
	line-height: 1.5em;
}

.shopinfo p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5em;
}

.shopinfo a {
	text-decoration: underline;
}

.shopinfo:before {
    content: "Information";
    margin: 0;
    font-size: 12px;
    color: #999;
}


/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
	margin-bottom: 2em;
	position: relative;
}
.balloon:before,.balloon:after {
	clear: both;
	content: "";
	display: block;
}
.balloon figure {
	width: 60px;
	height: 60px;
}
.balloon-image-left {
	float: left;
	margin-right: 20px;
	border-radius: 50%;
}
.balloon-image-right {
	float: right;
	margin-left: 20px;
	border-radius: 50%;
}
.balloon figure img {
	width: 100%;
	height: 100%;
	border: 1px solid #aaa;
	border-radius: 50%;
	margin: 0;
}
.balloon-image-description {
	padding: 5px 0 0;
	font-size: 10px;
	text-align: center;
}
.balloon-text-right,.balloon-text-left {
	position: relative;
	padding: 10px;
	border: 1px solid;
	border-radius: 10px;
	max-width: -webkit-calc(100% - 120px);
	max-width: calc(100% - 120px);
	display: inline-block;
}
.balloon-text-right {
	border-color: #aaa;
}
.balloon-text-left {
	border-color: #aaa;
}
.balloon-text-right {
	float: left;
}
.balloon-text-left {
	float: right;
}
.balloon p {
	margin: 0 0 20px;
}
.balloon p:last-child {
	margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #aaa;
	top: 15px;
	left: -20px;
}
.balloon-text-right:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #fff;
	top: 15px;
	left: -19px;
}
.balloon-text-left:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #aaa;
	top: 15px;
	right: -20px;
}
.balloon-text-left:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	top: 15px;
	right: -19px;
}


/*--------------------
 価格リスト
--------------------*/
.pricelist {
	padding:0;
	margin:0;
}
.pricelist h4{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	padding:0;
	margin:0 0 10px;
	border-top:none;
	border:none;
}
.pricelist p {
	font-size: 1.2em;
	line-height: 2em;
	padding:0;
	margin:0 0 10px;
}

/*--------------------
 ディーラーリスト
--------------------*/
.dealerlist {
    padding: 20px;
    margin: 0;
    background-color: #9696961a;
}

.dealerlist ul li {
	color:#444;
	font-size: 0.9em;
	line-height: 2em;
	list-style-type: none;
	padding:0;
	margin:0;
}



/* ---------------------------------------------------✁ 
	bootstrap
------------------------------------------------------*/
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  line-height: 1.7em;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}



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

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

#page .entry-content p {

}


#page .entry-content {
	padding: 0;
}

#page .entry-content h2 {
	margin: 30px 0 10px;
	border: none;
	padding: 0;
	background: none;
}


/* ---------------------------------------------------✁ 
	フォーライドについて
------------------------------------------------------*/

#about .the-content h2 {
	font-size: 140%;
	margin: 0 0 20px;
}

#about p {
	line-height: 2em;
	font-size: 16px;
}


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

#attachment .post-header {
	margin-top: 0;
}

#attachment .main-photo {
	position: relative;
	padding: 0;
	margin: 0 50px 20px;
}

#attachment .main-photo img {
	width: 100%;
	height: auto;
	display: block;
}

#attachment .main-photo li {
	display: none;
}

#attachment .nav {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 1s;
}

#attachment .main-photo:hover .nav {
	opacity: 1;
}

#attachment .main-photo .active {
	display: block;
}

#attachment .nav > div {
	height: 100%;
	position: absolute;
	display: flex;
}

#attachment .nav .nav-prev {
	left: 0px;	
}

#attachment .nav .nav-next {
	right: 0px;
}

#attachment .nav a {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
    transition: .3s;
    font-weight: bold;
    box-sizing: border-box;
    text-transform: uppercase;
    transition: all 0.3s;
    font-size: 18px;
    background: rgba(0,0,0,0.3);
    color: #FFF;
    cursor: pointer;
    font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: 400;
    font-style: italic;
}

#attachment .nav {
	
}

#attachment .nav a:hover {
    background: rgba(0,0,0,0.7);
 
}

#attachment .nav a i {
	font-size: 30px;
}

#attachment .entry-back  {
	margin: 20px 0;
}

#attachment .entry-back a {
	color: #FFF;
	padding: 20px 20px;
	text-align: center;
	display: block;
}

#attachment .nav .nav-next {
	text-align: right;
}

.gallery-list {
	margin: 0 -5px;
}

.gallery-list ul {
	display: flex;
	flex-wrap: wrap;
}

.gallery-list ul li {
	width: 20%;
	padding: 5px;
}

.gallery-list ul li .thumbnail {
	padding-bottom: 100%;
}

.gallery-list ul li .thumbnail img {
	height: 100% !important;
	object-fit: cover;
}

#attachment .gallery-list ul li {
	__width: 10%;
}

.gallery-name {
	font-weight: bold;
	background: #EEE;
	padding: 4px 10px;
	line-height: 1em;
	font-size: 12px;
}

.ad-half {
	width: 100%;
	margin:20px 0;
	padding: 0;
	overflow: hidden;
}
.ad-half aside{
	width: 49%;
	margin: 0 2% 0 0;
	padding: 10px 0;
	float: left;
}
.ad-half aside:last-child{
	width: 49%;
	margin: 0;
	padding: 10px 0;
	float: right;
}




body {
	animation: fadein 1s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

#page-animate::before,
#page-animate::after {
	content: '';
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 10001;
	pointer-events: none;
	-webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate::before {
	right: 100%;
}

#page-animate::after {
	left: 100%;
}

#page-animate.is-slide-in::before {
	right: 0;
}

#page-animate.is-slide::after {
	left: 0;
}

/* ---------------------------------------------------✁ 
	中古相場の検証
------------------------------------------------------*/

.used_model:before {
    content: "";
    width: 100%;
    height: 1px;
    __background: #444;
    position: absolute;
    left: 0;
    bottom: 18px;
    z-index: 0;
}
.used_model {
    text-align: center;
    margin:20px 0;
    padding:25px;
    background-color:#F5F5F5;
}
.used_model h5 {
    font-size: 20px;
    color: rgba(159,55,36,1);
}
.used_model p {
	font-size: 11px;
}
.used_model table {
	width:100%;
	margin:14px 0 0;
	padding: 0;
	color:#444;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fff;
}
.used_model table tr {
	width:100%;
	margin:0;
	padding: 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.used_model table td {
	border: 1px solid #ddd;
}
.used_model table td.usedname {
	width:34%;
	margin:0;
	padding: 20px 10px;
	font-size: 16px;
	font-weight: bold;
}
.used_model table td.usedresult{
	width:100%;
	margin:0;
	padding: 14px 10px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.used_model table td.usedresult span{
	color: transparent;
	text-shadow: 0px 0px 12px rgba(159,55,36,0.6);
}
.used_model table td.usedresult span::selection {
  color: transparent;
  text-shadow: 0px 0px 12px rgba(159,55,36,0.6);
}
.used_model table td a {
	padding:6px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(159,55,36,1);
    color:#fff;
    font-size: 14px;
    font-weight:bold;
    border-radius: 2px;
    border: 2px solid rgba(159,55,36,1);
	box-sizing: border-box;
	text-shadow: 0px;
}
.used_model table td a:hover {
    color:rgb(159,55,36);
    background-color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight:bold;
    border-radius: 2px;
    border: 2px solid rgba(159,55,36,1);
	box-sizing: border-box;
	text-shadow: 0px !important;
}

/* ---------------------------------------------------✁ 
	検索
------------------------------------------------------*/

#archive.search .title {
	display: block;
}

#archive.search .title h2 {
	display: block;
}

#archive.search .title p {
	font-size: 13px;
	font-style: normal;
	display: block;
	margin-top: 5px;
}

#archive.search .title p span {
	font-weight: bold;
	margin-left: 0;
}

#archive .title {
	display: block;
}

#archive .title h2 {
    display: block;
    font-size: 40px;
}

#archive .title .description {
	margin: 20px 0 0;
}

#archive.search .searchform {
	position: relative;
	width: 100%;
	margin: 20px 0 20px;
}

#archive.search .searchform input[type="search"] {
	background: none;
	border: none;
	border-bottom: 2px solid #000;
	color: #000;
	font-size: 16px;
}

#archive.search .searchform input::placeholder {
	font-size: 20px;
	color: #000;
	font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-style: italic;
}

#archive.search .searchform button {
	background: none;
	position: absolute;
	right: 0;
	width: 40px;
	font-size: 20px;
	color: #000;
	border: none;
}
/* ---------------------------------------------------✁ 
	アニメーション
------------------------------------------------------*/
/*
.entry-content h2 span {opacity: 0;}
.entry-content h2.appeartext span { animation:text_anime_on 0.01s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
*/

.fade-in {
  opacity: 0;
  transition-duration: 300ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}


.passing .passing-box {
	display: block;
}
.passing .passing-bar {
	position: relative;
	display: inline-block;
	/*　後ほど解説　*/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: #000;
}
.passing .passing-txt {
	opacity: 0;
	/* 後ほど解説 */
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000;
	color: #FFF;
}
.passing.move .passing-bar:before {
	-webkit-animation: passing-bar .5s ease 0s 1 normal forwards;
	animation: passing-bar .5s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
	-webkit-animation: passing-txt 0s ease .25s 1 normal forwards;
	animation: passing-txt 0s ease .25s 1 normal forwards;
}

.passing.move .passing-bar.change .passing-txt {
	color: #000;
	text-stroke: inherit;
	-webkit-text-stroke: inherit;
	transition: .5s;
}

.entry-content .passing-bar {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
}

.entry-content .passing-bar.change {
	background: #f4f4f4;
	display: block;
}







/* ---------------------------------------------------✁ 
	プッシュ通知
------------------------------------------------------*/

.slidedown-body-message {
	text-align: left !important;
}

.onesignal-reset button, .onesignal-reset input[type=submit] {
	height: auto;
}


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




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

.header-panel {
	display: flex;
	position: relative;
}

.color-mode {
	margin: 5px;
	
	display: none;
}

.color-mode dl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.color-mode dl dt {
	font-size: 12px;
	margin-right: 10px;
}

.color-mode dl dd {
	position: relative;
}

.color-mode dl dd .change {
	background: #CCC;
	display: flex;
	cursor: pointer;
}

.color-mode dl dd .change div {
    width: 40px;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-style: italic;
    font-family: 'Futura','游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}

.color-mode dl dd .change .on {
	opacity: 0.5;
}

.color-mode dl dd .change .off {
	background: #111;
	color: #FFF;
}

.dark-mode .color-mode dl dd .change .on {
	background: #0071bc;
	color: #FFF;
	opacity: 1;
}

.dark-mode .color-mode dl dd .change .off {
	background: none;
	color: #000;
}

.dark-mode .button {
	background: #FFF;
	color: #000;
}

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

.dark-mode #top .tags dl dt {
    border-right: 1px solid #FFF;
}

.dark-mode .wp-pagenavi a {
	color: #000;
}

.dark-mode .wp-pagenavi a:hover {
	color: #FFF;
}





.dark-mode {
	background: #000;
	color: #FFF;
	transition: .5s;
}

.dark-mode a {
	color: #FFF;
}

.dark-mode #header {
	background: #000;
}

.dark-mode #header h1 img {
	opacity: 0;
}

.dark-mode #header h1 {
	background: url(images/logo-w.svg) no-repeat;
	background-size: cover;
}

.dark-mode #header .searchform i,
.dark-mode #header .searchform input {
	color: #FFF;
}

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

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

.dark-mode #header nav ul li a {
	color: #FFF;
}

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

.dark-mode .article-list article .category li a {
	background: #FFF;
	color: #000;
}

.dark-mode .post .post-header .meta .category a {
	color: #000;
	background: #FFF;
}


.dark-mode .entry-content h3 {
	border-left: 6px solid #FFF;
}

.dark-mode .entry-content h4:before {
	border-left-color: #FFF;
}

.dark-mode .entry-content h2 {
	border-left: 6px solid #FFF;
    transform: translate3d(0, 0, 0);
	position: relative;
	z-index: 2;
}

.entry-content .wp-block-image .wp-element-caption {
	background: rgba(0,0,0,0.07);
}

.dark-mode .passing .passing-txt {
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
}

.dark-mode .passing .passing-bar:before {
	background: #FFF;
}

.dark-mode .passing.move .passing-bar.change .passing-txt {
	color: #FFF;
	text-stroke: inherit;
	-webkit-text-stroke: inherit;
}

.dark-mode .entry-content .passing-bar.change {
	background: #000;
}

.dark-mode #sidebar .fixed-content,
.dark-mode #sidebar .ranking,
.dark-mode #sidebar .pickup {
	background: #000;
	color: #FFF;
}

.dark-mode #sidebar .ranking article h3 a {
	color: #FFF;
}

.dark-mode .yarpp-related a {
	color: #FFF;
}

.dark-mode .tags-list li a {
	color: #FFF;
	background: none;
	border-color: #FFF;
}

.dark-mode .tags-list li a:hover {
	color: #000;
	background: #FFF;
}

.dark-mode .post .share .follow-box {
	background: #FFF;
	color: #000;
}

.dark-mode .post .share .follow-box a {
	background: #000;
	color: #FFF;
}

.dark-mode .ad {
	background: #2a2a2a;
}

.dark-mode .recommend .ad {
	background: #FFF;
}

.dark-mode .entry-content table {
	border-top: 1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(255,255,255,0.2);
}

.dark-mode .entry-content table th,
.dark-mode .entry-content table td,
.dark-mode .entry-content .wp-block-table table th,
.dark-mode .entry-content .wp-block-table table td,
.dark-mode .entry-content .wp-block-table table tr td:first-child {
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
}

.dark-mode .entry-content table th,
.dark-mode .entry-content .wp-block-table table tr td:first-child  {
	background: rgba(255,255,255,0.1);;
}

.dark-mode .post .sub-content .information dl {
	border-top: 1px solid rgba(255,255,255,0.2);
}

.dark-mode .post .sub-content .information dl:last-child {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.dark-mode .used_model {
	background-color: #202020;
}

.dark-mode .used_model h5 {
	    color: #ffea96;
}

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

.dark-mode #nav {
	background: #000;
}

.dark-mode #nav .menu li a {
	color: #FFF;
}

.dark-mode #nav .sns a {
	background: #FFF;
	color: #000;
}


.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 .entry-content .wp-caption {
	background: #2e2e2e;
}

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

#main-content .post .banner img {
	margin: 0;
}

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

body.category-harley #archive .title {
	display: flex;
}

#archive .title span {
	display: none;
}

body.category-harley #archive .title .primary {
	display: block;
	width: 100px;
	margin: 5px 0 0 10px;
}

.post .post-header .meta .primary {
	width: 80px;
	float: right;
}

.ranking.primary {
	background: #222;
}

.ranking.primary article .text {
	display: block;
}

.ranking.primary article .text time {
	font-size: 11px;
}

.ranking.primary .title span {
	width: 120px;
}


.wpap-tpl-detail {
	max-width: 100% !important;
}

.wpap-tpl-detail .wpap-link,
.wpap-tpl-detail .wpap-link:hover {
	border: 1px solid #000 !important;
	width: 100%;
	box-shadow: none;
	border-radius: 0 !important;
}


.wpap-tpl-detail .wpap-title,
.wpap-tpl-detail .wpap-title:hover {
	font-size: 12px !important;
	text-justify: none !important;
}

.wpap-tpl-detail .wpap-image {
	width: 80px !important;
}

.wpap-tpl-detail .wpap-image img {
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
}





