@charset "utf-8";
/* -------------------- 共通------------------- */
#site-wrapper{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
main{
	flex: 1;
	width: 100%;
}
@media screen and (min-width: 768px){
	main{
		margin: 60px auto 100px;
	}
	.blog-flex{
		justify-content: space-between;
		align-items: flex-start;
		margin: 60px auto 100px;
		gap: 50px;
	}
	.blog-flex main{
		flex: 1;
		margin: 0;
	}
	#sidearea{
		width: 220px;
		margin: 0;
	}
}
@media screen and (max-width: 767px){
	main{
		margin: 20px auto 60px;
	}
	.blog-flex{
		margin: 20px auto 80px;
		flex-direction: column;
	}
	.blog-flex main,
	#sidearea{
		width: 100%;
		display: block;
	}
	.blog-flex main{
		margin-bottom: 30px;
	}
}
.post-content h2{
	font-size: 1.5em;
	font-weight: bold;
}
.post-content h3{
	font-size: 1.17em;
	font-weight: bold;
}
.post-content h4{
	font-size: 1em;
	font-weight: bold;
}
/* --------------------サイド------------------- */
.side-ttl{
	background-color: var(--DARK01);
	color: var(--WHITE);
	letter-spacing: 0.12em;
}
.side-tag li a{
	display: block;
	text-align: center;
	border: 1px solid #454545;
	border-radius: 20px;
	background: #fff;
}
.side-tag li a span:before{
	content: "#";
	margin-right: 3px;
}
.side-choose li a{
	display: block;
	position: relative;
	border-bottom: 1px dashed #ababab;
}
.side-choose li a::before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	content: '\f054';
	color: #ababab;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.side-arrival .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.side-arrival .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.side-arrival .prev-arrow {
	left: 0;
}
.side-arrival .next-arrow {
	right: 0;
}
.side-arrival .prev-arrow:before,
.side-arrival .next-arrow:before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 20px;
	color: var(--GRAY04);
}
.side-arrival .prev-arrow:before{
	content: "\f053";
}
.side-arrival .next-arrow:before{
	content: "\f054";
}
#searchform{
	position: relative;
}
#searchform input[type="text"],
#searchform input[type="image"] {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	font-size: 14px;
	color: #2e2e2e;
	background: #fff;
}
#searchform input[type="text"]{
	width: 100%;
	display: block;
	border: 1px solid #8d8d8d;
	border-radius: 3px;
}
#searchform input[type="image"]{
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px){
	.side-wrap:not(:last-child){
		margin-bottom: 30px;
	}
	.side-ttl{
		font-size: 16px;
		margin-bottom: 15px;
		padding: 5px 12px;
	}
	.side-tag li{
		margin: 0 10px 8px 0;
	}
	.side-tag li a{
		font-size: 12px;
		padding: 0px 8px;
	}
	#searchform input[type="text"]{
		padding: 10px 31px 8px 8px;
	}
	#searchform input[type="image"]{
		width: 16px;
		right: 9px;
	}
	.side-choose li a{
		padding: 10px 0 10px 20px;
	}
	.side-choose li a::before{
		font-size: 13px;
	}
	.side-choose li a:hover{
		background: var(--ORANGE01_OP70);
		opacity: 1;
	}
	.side-arrival .slick-list{
		width: 80%;
		margin: 0 auto;
	}
	.side-arrival .slick-slide{
		margin: 0 5px;
	}
	.side-arrival-ttl{
		font-size: 12px;
		margin-top: 3px;
	}
}
@media screen and (max-width: 767px){
	.side-wrap:not(:last-child){
		margin-bottom: 30px;
	}
	.side-ttl{
		font-size: 16px;
		margin-bottom: 8px;
		padding: 5px 0 5px 10px;
	}
	.side-tag li{
		margin: 0 8px 6px 0;
	}
	.side-tag li a{
		font-size: 11px;
		padding: 2px 6px 3px;
	}
	#searchform input[type="text"]{
		padding: 10px 35px 10px 10px;
	}
	#searchform input[type="image"]{
		width: 20px;
		right: 9px;
	}
	.side-choose li a{
		padding: 10px 0 10px 18px;
	}
	.side-choose li a::before{
		font-size: 12px;
	}
	.side-arrival .slick-list{
		width: 80%;
		margin: 0 auto;
	}
	.side-arrival .slick-slide{
		margin: 0 5px;
	}
	.side-arrival-ttl{
		font-size: 12px;
		margin-top: 3px;
	}
}
/* 人気記事 */
.side-popular li a{
	display: flex;
	align-items: center;
	background-color: var(--GRAY01);
	padding: 10px;
}
.side-popular-img{
	width: 30%;
	margin-right: 10px;
}
.side-popular-ttl{
	flex: 1;
	font-size: 12px;
	line-height: 1.4;
}
@media screen and (min-width: 768px){
	.side-popular li:not(:last-child){
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px){
	.side-popular li:not(:last-child){
		margin-bottom: 10px;
	}
}

/* ランキング */
.side-ranking{
	counter-reset: original-counter;
}
.side-ranking li{
	position: relative;
	z-index: 0;
}
.side-ranking li::before{
	content: counter(original-counter);
	counter-increment: original-counter;
	color: #fff;
	position: absolute;
	top: 1px;
	left: 8px;
	font-size: 12px;
	z-index: 2;
}
.side-ranking li::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.side-ranking li:nth-of-type(1)::after{
	border-color: var(--RANKING_1ST) transparent transparent transparent;
}
.side-ranking li:nth-of-type(2)::after{
	border-color: var(--RANKING_2ND) transparent transparent transparent;
}
.side-ranking li:nth-of-type(3)::after{
	border-color: var(--RAKNING_3RD) transparent transparent transparent;
}



/* -------------------- シングル------------------- */
.news-article{
	margin-left: auto;
	margin-right: auto;
}
.post-ttl{
	font-weight: bold;
	margin-bottom: 10px;
}
.post-date{
	text-align: right;
}
#post-link{
	display: flex;
	position: relative;
}
#post-link a{
	color: var(--ORANGE01);
}
#previous-link{
	margin-right: auto;
}
#next-link{
	margin-left: auto;
}
.all-post{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.news{
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
}
.news li{
	padding: 18px 0;
}
.news li:not(:last-child){
	border-bottom: 1px dashed var(--GRAY02);
}
.news h2 a{
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.blog-cats{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 5px;
}
.blog-cats li a{
	width: fit-content;
	padding: 1px 6px;
	display: block;
	border: 1px solid var(--DARK01);
	border-radius: 3px;
	font-size: 11px;
}
@media screen and (min-width: 768px){
	.news-article{
		max-width: 770px;
	}
	.news{
		margin-top: 40px;
	}
	.news li{
		display: flex;
		gap: 20px;
	}
	.news time{
		width: fit-content;
	}
	.news h2 a{
		flex: 1;
		-webkit-line-clamp: 2;
	}
	.post-meta{
		margin-bottom: 15px;
	}
	.post-ttl{
		font-size: 25px;
	}
	.post-date{
		font-size: 16px;
	}
	.post-content{
		margin-bottom: 80px;
	}
	#post-link a{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.post-meta{
		margin-bottom: 10px;
	}
	.post-ttl{
		font-size: 20px;
	}
	.post-date{
		font-size: 14px;
	}
	.post-content{
		margin-bottom: 60px;
	}
	#post-link a{
		font-size: 13px;
	}
	.news li{
		display: grid;
		gap: 5px;
	}
}
.blog-list{
	display: grid;
}
@media screen and (min-width: 768px){
	.blog-list{
		grid-template-columns: repeat(3,1fr);
		gap: 50px 30px;
	}
	.blog-list .blog-cats{
		margin: 8px 0 5px;
	}
	.blog-list article > a{
		display: block;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 767px){
	.article-area .sec-ttl{
		flex-direction: column;
	}
	.article-area .sec-ttl span{
		display: block;
		width: 100%;
		text-align: center;
	}
	.blog-list{
		grid-template-columns: repeat(2,1fr);
		gap: 40px 20px;
	}
	.blog-list .blog-cats{
		margin: 8px 0 5px;
	}
	.blog-list article > a{
		display: block;
		margin-bottom: 5px;
	}
}



select{
	cursor: pointer;
	display: block;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	font-size: 16px;
	color: #000;
	background: #fff;
	width: 100%;
	height: 100%;
}
.select-area{
	width: 100%;
	height: 40px;
	margin: 0 auto 0 0;
	min-width: 220px;
	border: 1px solid #ddd;
	position: relative;
}
.select-area::after{
	content: "";
	display: inline-block;
	background: url(../images/wp/arrow.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}
.select-area select{
	padding: 10px;
}
