@charset "UTF-8";

.wp-block-image {
	margin: 2rem 0 !important;
}

.wp-block-image img {
	width: 100%;
	height: auto;
}

.wp-block-image.size-full {
	aspect-ratio: 1.49 / 1;
	position: relative;
	overflow: hidden;
}

.wp-block-image.size-full img {
	position: absolute;
	width: 130%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wp-block-media-text {
	margin: 2rem 0;
}

figure.slidein {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

figure.slidein::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/ico-hover.png) no-repeat center center;
	background-size: 2.25rem;
	width: 2.25rem;
	height: 2.25rem;
	bottom: 1rem;
	right: 1rem;
	z-index: 0;
}

figure.slidein figcaption {
	bottom: -100%;
	width: 100%;
	box-sizing: border-box;
	background: rgba(255,255,255,0.7);
	position: absolute;
	padding: 1rem;
	margin: 0;
	color: #464650;
	transition: 0.3s;
	z-index: 11;
}

figure.slidein figcaption span {
	display: block;
	text-align: center;
	padding: 1rem 0 0.5rem;
}

figure.slidein figcaption span a {
	border: 1px solid #A2A2A7;
	padding: 0.3rem 1.5rem;
	border-radius: 10rem;
	background: #fff;
	margin: 0 auto;
	display: inline-block;
	font-size: 0.875rem;
	text-align: center;
}

figure.slidein.ons figcaption {
	bottom: 0;
}

/* ====================================================================
   Front Page
==================================================================== */

header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	height: 60px;
}

header::after {
	content: '';
	display: block;
	width: 100%;
	overflow: hidden;
}

header #title {
	position: fixed;
	background: none;
	padding-top: 0;
	width: 200px;
	height: 50px;
	z-index: 10000 !important;
}

header #title section {
	position: relative;
	top: 0;
	transform: translate(0, 0);
	padding: 0;
	text-align: left;
}

header #title h1 {
	width: 75%;
	max-width: 120px;
	left: 0;
	margin: 0.5em auto 0;
}

span.more {
	font-family: "MrEavesXLModOT";
	font-weight: 400;
	font-size: 0.875rem;
	margin: 0 0 0 auto;
}

span.more a {
	position: relative;
	padding-right: 1rem;
	letter-spacing: 1.5px;
}

span.more a::after {
	content: '';
	position: absolute;
	border-top: 1px solid #464650;
	border-right: 1px solid #464650;
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	transform: translate(0, -50%) rotate(45deg);
	right: 0;
	top: 50%;
}

span.more2u a {
	font-size: 1rem;
}

span.more2u a::after {
	display: none;
}

span.more a:hover {
	opacity: 1 !important;
	color: #EBC159;
}

span.more a:hover::after {
	border-top: 1px solid #EBC159;
	border-right: 1px solid #EBC159;
}

.wrapper {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	padding-top: 60px;
    margin-top: -60px;
}

#container {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

header #navigation {
	background: #fff;
}

/* 404 
==================================================================== */

.notfound_title {
	text-align: center;
	
}

.notfound_title h2 {
	color: #555;
	font-size: 2rem;
	font-family: "MrEavesXLModOT";
}

.notfound_title h1 {
	font-size: 14rem;
	color: #f2f2f2;
}

.notfound_content {
	text-align: center;
	padding: 5rem 0;
}

/* .breadcrumb
==================================================================== */

.pagenation {
	text-align: center;
	width: 100%;
	font-family: "MrEavesXLModOT";
	display: flex;
	justify-content: center;
	text-align: center;
	gap: 4%;
}

.pagenation .page-numbers {
	position: relative;
}

.pagenation .page-numbers.prev::before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: translate(0, -50%) rotate(-135deg);
	top: 50%;
	position: absolute;
}

.pagenation .page-numbers.next::before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: translate(0, -50%) rotate(45deg);
	top: 50%;
	position: absolute;
}

/* ====================================================================
   .breadcrumb
==================================================================== */

.breadcrumb {
	position: relative;
	color: #464650;
	padding: 1.5rem 0;
	width: 100%;
	box-sizing: border-box;
}

.breadcrumb h1 {
	font-family: "MrEavesXLModOT";
	font-weight: 400;
	font-size: 0.875rem;
	display: inline-block;
	position: relative;
	padding-right: 2rem;
}

.breadcrumb h1::after {
	content: '';
	display: block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	transform: translate(0, -50%) rotate(45deg);
	top: 50%;
	position: absolute;
	right: 1rem;
}

.breadcrumb strong {
	font-family: "MrEavesXLModOT";
	font-weight: 400;
	font-size: 0.875rem;
	display: inline-block;
	position: relative;
	padding-right: 2rem;
}

.breadcrumb strong::after {
	content: '';
	display: block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	transform: translate(0, -50%) rotate(45deg);
	top: 50%;
	position: absolute;
	right: 1rem;
}

.breadcrumb strong:last-child::after {
	display: none;
}

/* ====================================================================
   main
==================================================================== */

main {
	width: clamp(380px, 68%, 716px);
}

/* #archive_title
==================================================================== */

#archive_title {
	position: relative;
}

#archive_title::after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
/*	background: #707070; */
	position: absolute;
	bottom: 0;
	border-bottom: 1px dotted #cccccc;
}

#archive_title figure {
	margin-bottom: 2rem;
}

#archive_title figure img {
	width: 100%;
}

#archive_title .read {
	padding: 0 0 1.5rem;
}

#archive_title h1 {
	font-size: 1.375rem;
	letter-spacing: 0.1rem;
	line-height: 150%;
	padding: 0;
	color: #464650;
}

#archive_title p {
	font-size: 0.875rem;
	line-height: 1.8rem;
	font-weight: 400;
	margin-top: 1rem;
	padding-bottom: 1rem;
}

#archive_title p strong {
	font-weight: 400;
}

#archive_title.noborder::after {
	display: none;
}

/* #main_column
==================================================================== */

#main_column {
	padding: 2.5rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	justify-content: space-between;
}

#main_column section {
	width: calc((100% / 2) - 2%);
	padding: 0 0 2rem;
}

#main_column section h2 {
	font-size: 1rem;
	line-height: 150%;
	font-weight: 400;
	padding: 0.5rem 0 0;
}

#main_column section .cat {
	color: #3D4F80;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

#main_column section .cat strong {
	font-size: 0.75rem;
}

#main_column section .cat a {
	color: #3D4F80;
}

#main_column section .cat time {
	margin-left: 1rem;
	font-size: 0.875rem;
}

#main_column section figure a {
	opacity: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 0;
	padding-top: 66%;
	overflow: hidden;
}

#main_column section figure a img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

#main_column section figure a::before {
	transition: 0.5s;
	opacity: 0;
	position: absolute;
	content: '';
	background-image: url(../images/readmore.png);
	background-repeat: no-repeat;
	background-position: right 5% center;
	background-color: rgba(233,192,98,0.5);
	border: 2px solid #fff;
	width: calc(100% - 2em);
	min-height: calc(100% - 2em);
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

#main_column section figure a:hover::before {
	opacity: 1;
	transition: 0.5s;
}

#main_column.nobefore section figure a:hover {
	opacity: 0.7;
}

#main_column.nobefore section figure a::before {
	display: none;
}

#main_column.nobefore section h2 a:hover {
	opacity: 1;
	text-decoration: underline;
}

#feature #main_column section figure a {
	background: #ccc;
	padding-top: 0;
	height: auto;
}

#feature #main_column section figure a img {
	position: static;
	transform: translate(0, 0);
}

#series #main_column section figure a {
	width: 100%;
	padding-top: 50%;
	height: auto;
}

#series #main_column section figure a img {
	position: absolute;
	transform: translate(0, -50%);
}

/* ====================================================================
   aside
==================================================================== */

aside {
	width: clamp(180px, 27%, 336px);
}

aside section {
	margin-bottom: 15%;
}

aside section figure.wp-block-image {
	margin: 0 !important;
}

.banner_area {
	text-align: center;
}

/* #pickup_column
==================================================================== */

#pickup_column {
	background: #ffffff;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: block;
	border: 2px solid #EBC159;
	padding: 1.5rem;
	box-sizing: border-box;
	text-align: left;
}

#pickup_column h3 {
	font-family: "MrEavesXLModOT";
	font-weight: 700;
	font-size: 1rem;
	color: #464650;
	text-align: center;
	margin-bottom: 1rem;
}

#pickup_column h3 small {
	font-weight: 400;
	font-size: 1rem;
}

#pickup_column strong {
	font-weight: 400;
	font-size: 0.875rem;
}

#pickup_column figure {
	width: 100%;
	margin: 0 auto 1rem;
	text-align: center;
}

#pickup_column time {
	border: 1px solid #707070;
	width: 4.5rem;
	height: 4.5rem;
	position: relative;
	border-radius: 10em;
	display: block;
	text-align: center;
	font-family: "MrEavesXLModOT";
	font-size: 0.875rem;
	line-height: 150%;
	margin-bottom: 1rem;
	margin-right: 0.8rem;
	margin-left: -0.5rem;
	float: left;
}

#pickup_column time span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -60%);
}

#pickup_column time b {
	display: block;
	font-weight: 400;
	font-size: 1.2rem;
	margin-top: 0.2rem;
}

#pickup_column p {
	margin-bottom: 2rem;
	margin-right: -0.5rem;
	font-size: 0.9375rem;
	font-weight: 500;
}

#pickup_column p a:hover {
	opacity: 1;
	text-decoration: underline;
}

#pickup_column .more {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}

/* #series_column
==================================================================== */

#series_column {
	background: #EFF4F4;
	padding: 1rem;
}

#series_column strong {
	color: #464650;
	font-size: 0.875rem;
	line-height: 1.8rem;
}

#series_column ul {
	padding: 0.5rem 0;
	margin: 0;
	list-style: none;
	display: block;
}

#series_column ul li {
	margin-bottom: 1rem;
	text-align: center;
}

#series_column span {
	display: inline-block;
	width: 100%;
	text-align: right;
}

#series_column ul li figure {
	border-radius: 0.4rem;
	overflow: hidden;
	box-shadow: 2px 2px 0px #00000029;
}

#series_column ul li figure img {
	width: 100%;
	height: auto;
}

/* #category_links
==================================================================== */

#category_link strong {
	color: #464650;
	font-size: 0.875rem;
}

#category_link ul {
	padding: 0;
	margin: 0.5rem 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #464650;
}

#category_link ul li {
	border-bottom: 1px solid #A2A2A7;
	width: 48%;
}

#category_link ul li a {
	display: block;
	padding: 0.5rem;
	text-align: center;
	font-size: 0.875rem;
}

#category_link ul li a:hover {
	opacity: 1;
	text-decoration: underline;
}

/* #recommend_list
==================================================================== */

#recommend_list strong {
	color: #464650;
	font-size: 0.875rem;
}

#recommend_list ul {
	padding: 0.5rem 0;
	margin: 0.5rem 0;
	list-style: none;
	display: block;
	border-top: 1px solid #464650;
}

#recommend_list ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1rem;
}

#recommend_list ul li a figure {
	width: 48%;
	flex: 1;
}

#recommend_list ul li a h3 {
	width: 52%;
	flex: 1;
	box-sizing: border-box;
	padding-left: 5%;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6rem;
}

#recommend_list ul li a:hover {
	opacity: 1;
}

#recommend_list ul li a:hover figure {
	opacity: 0.7;
}

#recommend_list ul li a:hover h3 {
	text-decoration: underline;
}

/* #keyword_column
==================================================================== */

#keyword_column strong {
	color: #464650;
	font-size: 0.875rem;
}

#keyword_column ul.keyword_list {
	border-top: 1px solid #464650;
	padding: 2rem 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: start;
	flex-wrap:wrap;
	gap: 1.2rem 0.5rem;
}

#keyword_column ul.keyword_list li {
	padding: 0;
	margin: 0;
}

#keyword_column ul.keyword_list li a {
	background: #fff;
	border-radius: 10em;
	padding: 0.3rem 1.5rem;
	border: 1px solid #BFC6C6;
	font-size: 0.875rem;
	display: inline-block;
}

/* #feature_column
==================================================================== */

#feature_column strong {
	color: #464650;
	font-size: 0.875rem;
}

#feature_column ul.feature_list {
	border-top: 1px solid #464650;
	padding: 2rem 0 1rem;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: start;
	flex-wrap:wrap;
	gap: 1.2rem 0.5rem;
}

#feature_column ul.feature_list li a {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap:wrap;
}

#feature_column ul.feature_list li a figure {
	margin-bottom: 0.5rem;
	text-align: center;
	width: 100%;
	display: block;
}

#feature_column ul.feature_list li a h3 {
	box-sizing: border-box;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6rem;
	color: #464650;
}

#feature_column ul.feature_list li a {
	opacity: 1;
}

#feature_column ul.feature_list li a:hover figure {
	opacity: 0.7;
}

#feature_column ul.feature_list li a:hover h3 {
	text-decoration: underline;
}

#feature_column span {
	display: inline-block;
	width: 100%;
	text-align: right;
}

/* #ranking_column, #ranking
==================================================================== */

#ranking_column strong {
	color: #464650;
	font-size: 0.875rem;
}

#ranking_column ol,
#ranking #list_column ol {
	border-top: 1px solid #464650;
	padding: 2rem 0 1rem;
	list-style: none;
	margin: 0;
	list-style: none;
	display: block;
	counter-reset: number 0;
}

#ranking #list_column ol {
	border-top: none;
	padding: 2rem 0;
}

#ranking_column ol li,
#ranking #list_column ol li {
	flex: 1;
}

#ranking_column ol li a,
#ranking #list_column ol li a {
	padding: 0.5rem 0;
	margin: 0;
	text-align: left;
	position: relative;
	display: flex;
	align-items: center;
	opacity: 1;
	width: 100%;
	flex-grow: 1;
}

#ranking_column ol li a::before,
#ranking #list_column ol li a::before {
	counter-increment: number 1;
	content: counter(number);
	border: 0.15rem solid #EBC159;
	background: #ffffff;
	color: #EBC159;
	width: 1.875rem;
	height: 1.875rem;
	box-sizing: border-box;
	border-radius: 10em;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 1.675rem;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#ranking_column ol li:nth-of-type(1) a::before,
#ranking_column ol li:nth-of-type(2) a::before,
#ranking_column ol li:nth-of-type(3) a::before,
#ranking #list_column ol li:nth-of-type(1) a::before,
#ranking #list_column ol li:nth-of-type(2) a::before,
#ranking #list_column ol li:nth-of-type(3) a::before {
	background: #EBC159;
	color: #ffffff;
}

#ranking_column ol li a figure,
#ranking #list_column ol li figure {
	border-radius: 10em;
	width: 100%;
	max-width: 120px;
	min-width: 100px;
	aspect-ratio: 1 / 1;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	flex-basis: 120px;
	flex-shrink: 0;
}

#ranking_column ol li a figure img,
#ranking #list_column ol li figure img {
	border-radius: 10em;
	width: 100%;
	height: auto;
	top: -50%;
	left: -50%;
	transform: translate(50%, 50%);
	position: absolute;
	overflow: hidden;
}

#ranking_column ol li h3,
#ranking #list_column ol li h3 {
	font-size: 1rem;
	line-height: 175%;
	font-weight: 400;
	padding-left: 3%;
}

/*

#ranking #list_column ol li .text {
	padding-left: 3%;
	display: block;
	width: auto;
	flex-grow: 1;
	flex: 1;
}

#ranking #list_column ol li .text h3 a {
	font-size: 1rem;
	line-height: 175%;
	font-weight: 400;
	width: 100%;
	color: #464650;
	opacity: 1;
}

#ranking #list_column ol li .text .cat {
	text-align: right;
	color: #3D4F80;
	width: 100%;
}

#ranking #list_column ol li .text .cat strong {
	font-size: 0.75rem;
}

#ranking #list_column ol li .text .cat a {
	color: #3D4F80;
}

#ranking #list_column ol li .text .cat b {
	margin-left: 1rem;
	font-size: 0.875rem;
	font-weight: 400;
}

*/

#ranking_column span,
#ranking span {
	display: inline-block;
	width: 100%;
	text-align: right;
}

#ranking_column ol li a:hover figure,
#ranking ol li figure a:hover {
	opacity: 0.7;
}

#ranking_column ol li a:hover h3,
#ranking ol li h3 a:hover {
	text-decoration: underline;
}

/* #entry
==================================================================== */

#entry {
	padding: 0 0 3rem;
	font-size: 1rem;
	line-height: 186%;
}

#entry h2 {
	font-size: 1.375rem;
	line-height: 160%;
	color: #464650;
	margin: 60px 0 2rem;
	padding: 0.6rem 0;
	border-top: 1px solid #464650;
	border-bottom: 1px solid #464650;
}

#entry h3 {
	font-size: 1.25rem;
	line-height: 160%;
	color: #464650;
	border-left: 3px solid #464650;
	padding: 0 0 0 1rem;
	margin: 3rem 0 2rem;
}

/* .entry_title */

#entry .entry_title figure {
	margin: 0 0 1rem;
}

#entry .entry_title figure span {
	aspect-ratio: 1.5 / 1;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
}

#entry .entry_title figure span img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

#entry .entry_title figure figcaption {
	background: var(--unnamed-color-464650) 0% 0% no-repeat padding-box;
	background: #464650 0% 0% no-repeat padding-box;
	box-shadow: 2px 2px 0px #00000029;
	opacity: 1;
	padding: 1.5rem 1.625rem 1rem 1.875rem;
	color: #fff;
}

#entry .entry_title figure figcaption h1 {
	font-size: 1.5rem;
	letter-spacing: 0.15rem;
	line-height: 160%;
	font-weight: 400;
}

#entry .entry_title figure figcaption .cat {
	padding-top: 0.3rem;
}

#entry .entry_title figure figcaption .cat strong {
	margin-right: 1rem;
	font-size: 0.8125rem;
}

#entry .entry_title figure figcaption .cat a {
	font-size: 0.875rem;
	line-height: 160%;
	font-weight: 400;
	color: #fff;
}

#entry .entry_title figure figcaption .cat time {
	font-size: 0.875rem;
	line-height: 160%;
	font-weight: 400;
}

/* catmanager */

.catmanager #entry .entry_title figure figcaption {
	color: #464650;
	padding: 1.5rem 0 1rem;
	background: #fff;
	box-shadow: none;
	border-bottom: 1px dotted #cccccc;
}

.catmanager #entry .entry_title figure figcaption .cat a {
	color: #3D4F80;
	font-size: 0.8175rem;
}

.catmanager #entry section .catmanager_title {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 1.5rem;
	border-top: 1px solid #464650;
}

.catmanager #entry section .catmanager_title time {
	border: 1px solid #EBC159;
	min-width: 6rem;
	min-height: 6rem;
	position: relative;
	border-radius: 10em;
	display: block;
	text-align: center;
	font-family: "MrEavesXLModOT";
	font-size: 1rem;
	line-height: 150%;
	color: #464650;
	margin-right: 1rem;
}

.catmanager #entry section .catmanager_title time span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -60%);
}

.catmanager #entry section .catmanager_title time b {
	display: block;
	font-weight: 400;
	font-size: 1.6rem;
}

.catmanager #entry section .catmanager_title strong {
	margin: 0;
	padding: 0;
	font-size: 1.75rem;
	line-height: 100%;
	letter-spacing: 0.3rem;
	vertical-align: middle;
	color: #000;
	display: block;
}

.catmanager #entry section .catmanager_title small {
	font-family: "MrEavesXLModOT";
	letter-spacing: 0.05rem;
	line-hieght: 0.8rem;
	font-size: 0.7rem;
	line-height: 1rem;
	color: #464650;
}

.catmanager #entry section time {
	font-family: "MrEavesXLModOT";
	letter-spacing: 0.05rem;
	line-hieght: 0.8rem;
	font-size: 0.7rem;
	color: #3D4F80;
}

/* .entry_sns */

#entry .entry_sns {
	padding-bottom: 2rem;
	padding-top: 0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#entry .entry_sns .sns_btn {
	display: flex;
	gap: 1.6rem;
}

#entry .favorite_btn a {
	background: url(../images/bookmark_off.png) no-repeat center center;
	width: 1.4rem;
	height: 1.8rem;
	display: block;
}

#entry .favorite_btn span {
	background: url(../images/bookmark_on.png) no-repeat center center;
	width: 1.4rem;
	height: 1.8rem;
	display: block;
}

/* .entry_writer */

#entry .entry_read {
	padding-bottom: 2rem;
	font-size: 1rem;
	line-height: 185%;
}

/* .entry_writer */

#entry .entry_writer {
	padding-bottom: 2rem;
	display: flex;
	align-items: center;
}

#entry .entry_writer figure {
	min-width: 77px;
	max-width: 77px;
	border: 1px solid #a2a2a7;
	border-radius: 10rem;
	overflow: hidden;
	margin-right: 1rem;
	flex: 1;
}

#entry .entry_writer .text {
	color: #464650;
	flex-grow: 1;
}

#entry .entry_writer strong {
	width: 100%;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 160%;
}

#entry .entry_writer p {
	width: 100%;
	font-size: 0.75rem;
	line-height: 160%;
}

/* .wp-block-pickupitem */

#entry .wp-block-pickupitem {
	background: #eff4f4;
	padding: 1.5rem;
	display: flex;
	width: 100%;
	align-items: stretch;
	border-radius: 0.3rem;
}

#entry .wp-block-pickupitem figure {
	width: 30%;
	max-width: 150px;
	position: relative;
	overflow: hidden;
	border-radius: 0.5rem;
	margin-right: 1.5rem;
	flex: 1;
}

#entry .wp-block-pickupitem .text {
	color: #51515b;
	font-size: 1.0625rem;
	line-height: 160%;
	position: relative;
	flex-grow: 1;
	flex: 1;
}

#entry .wp-block-pickupitem .text h3 {
	border: none;
	padding: 0;
	margin: 0.5rem 0;
	width: 100%;
}

#entry .wp-block-pickupitem .text p {
	padding: 0;
	margin: 0;
	width: 100%;
}

#entry .wp-block-pickupitem .text p small {
	font-size: 0.75rem;
}

#entry .wp-block-pickupitem .text span {
	position: absolute;
	bottom: 0;
	right: 0;
}

#entry .wp-block-pickupitem .text span a {
	padding: 0.5rem 2rem;
	background: #fff;
	color: #51515b;
	display: inline-block;
	border: 1px solid #51515b;
	border-radius: 10rem;
	opacity: 1;
	transition: 0.3s;
	text-decoration: none;
	font-size: 1rem;
}

#entry .wp-block-pickupitem .text span a:hover {
	background: #EBC159;
	color: #fff;
	border: 1px solid #EBC159;
}

#entry .entry_content {
	font-size: 1rem;
	line-height: 2rem;
	margin-top: 2rem;
}

#entry .entry_content p {
	margin-bottom: 1rem;
}

#entry .entry_content ul.list {
	border: 1px solid #A2A2A7;
	padding: 1rem;
	margin: 1rem 0;
	list-style: none;
}

#entry .entry_content ul {
	margin-left: 1rem;
}

#entry .entry_content ul.list li {
	padding: 0 0 0 1.4rem;
	margin: 0;
	position: relative;
}

#entry .entry_content ul.list li::before {
	content: '\025cf';
	color: #EBC159;
	font-size: 0.8rem;
	top: 0;
	left: 0;
	position: absolute;
}

#entry .entry_content .howsie-left,
#entry .entry_content .howsie-right {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-grow: 1;
	padding: 1rem 0;
}

#entry .entry_content .howsie-right {
	flex-direction: row-reverse;
}

#entry .entry_content .howsie-left figure,
#entry .entry_content .howsie-right figure {
	min-width: 47%;
	margin: 0 !important;
	padding: 0;
}

#entry .entry_content .howsie-left .texton {
	min-width: 50%;
	padding-left: 1rem;
}

#entry .entry_content .howsie-right .texton {
	min-width: 50%;
	padding-right: 1rem;
}


/* .item-link */

#entry .item-link {
	display: block;
	padding: 1rem 0;
	text-align: center;
	margin-bottom: 2rem;
}

#entry .item-link span a {
	padding: 0.65rem 3rem;
	background: #fff;
	color: #51515b;
	display: inline-block;
	border: 1px solid #51515b;
	border-radius: 10rem;
	opacity: 1;
	font-size: 1.1rem;
	transition: 0.3s;
	text-decoration: none;
}

#entry .item-link span a:hover {
	background: #EBC159;
	color: #fff;
	border: 1px solid #EBC159;
}

.pages .entry_title {
	padding: 0 0 2rem;
	position: relative;
}

.pages .entry_title h1 {
    font-size: 1.375rem;
    letter-spacing: 0.1rem;
    line-height: 150%;
    padding: 0;
    color: #464650;
}

.pages .entry_title::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    /* background: #707070; */
    position: absolute;
    bottom: 0;
    border-bottom: 1px dotted #cccccc;
}

/* #toc_container */

#toc_container {
	border: 1px solid #a2a2a7;
	min-width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 1rem;
	margin-bottom: 3rem;
	box-shadow: 2px 2px 0px #00000029;
}

#toc_container .toc_title {
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
	line-height: 1rem;
	letter-spacing: 0.5rem;
	cursor: pointer;
	margin-bottom: 0 !important;
}

#toc_container .toc_title span {
	position: relative;
	overflow: ;
	font-size: 0;
	display: inline-block;
	width: 1rem;
	height: 0.8rem;
	margin-top: 0.1rem;
	margin-right: 0.5rem;
}

#toc_container .toc_title span a {
	display: none;
}

#toc_container .toc_title span::before {
	content: '';
	background: #464650;
	width: 1rem;
	height: 2px;
	display: block;
	position: absolute;
	top: 10%;
	transition: 0.3s;
}

#toc_container .toc_title span::after {
	content: '';
	background: #464650;
	width: 1rem;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 10%;
	transition: 0.3s;
}

#toc_container .toc_title.active span::before {
	transform: rotate(45deg);
	top: 0.4rem;
}

#toc_container .toc_title.active span::after {
	transform: rotate(-45deg);
	top: 0.4rem;
}

#toc_container .toc_list {
	list-style: none;
	padding: 0.5rem 0 0;
	font-weight: 700;
	font-size: 0.875rem;
}

#toc_container .toc_list li {
	position: relative;
		padding: 0.2rem 0 0.2rem 1.5rem;
}

#toc_container .toc_list li::before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	border-bottom: 2px solid #464650;
	border-left: 2px solid #464650;
	transform: rotate(-45deg) translate(0, -50%);
	position: absolute;
	left: 0.5rem;
	top: 35%;
}

#toc_container .toc_list li a {
	color: #464650;
}

/* #entry_keyword
==================================================================== */

#entry_keyword strong {
	color: #464650;
	font-size: 0.875rem;
}

#entry_keyword ul.keyword_list {
	border-top: 1px solid #464650;
	padding: 2rem 0 3rem;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: start;
	flex-wrap:wrap;
	gap: 1.2rem 0.5rem;
}

#entry_keyword ul.keyword_list li {
	padding: 0;
	margin: 0;
}

#entry_keyword ul.keyword_list li a {
	background: #fff;
	border-radius: 10em;
	padding: 0.3rem 1.5rem;
	border: 1px solid #BFC6C6;
	font-size: 1rem;
	display: inline-block;
}

/* #entry_recommend
==================================================================== */

#entry_recommend {
	padding: 0 0 3rem;
	font-size: 1rem;
	line-height: 160%;
}

#entry_recommend strong {
	color: #464650;
	font-size: 0.875rem;
}

#entry_recommend ul {
	padding: 0.5rem 0;
	margin: 0.5rem 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #464650;
	gap: 6%;
}

#entry_recommend ul li {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1rem;
	min-width: 47%;
	max-width: 47%;
}

#entry_recommend ul li figure {
	width: 48%;
	flex: 1;
}

#entry_recommend ul li h3 {
	width: 52%;
	flex: 1;
	box-sizing: border-box;
	padding-left: 3%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6rem;
}

#entry_recommend ul li h3 a {
	opacity: 1;
}

#entry_recommend ul li h3 a:hover {
	text-decoration: underline;
}

/* #entry_backnumber
==================================================================== */

#entry_backnumber {
	padding: 0 0 3rem;
	font-size: 1rem;
	line-height: 160%;
}

#entry_backnumber strong {
	color: #464650;
	font-size: 0.875rem;
}

#entry_backnumber ul {
	padding: 0.5rem 0;
	margin: 0.5rem 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #464650;
	gap: 6%;
}

#entry_backnumber ul li {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1rem;
	min-width: 47%;
	max-width: 47%;
}

#entry_backnumber ul li figure {
	width: 100%;
	height: 0;
	padding-top: 66%;
	position: relative;
	overflow: hidden;
}

#entry_backnumber ul li figure img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

#entry_backnumber ul li h3 {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6rem;
}

#entry_backnumber ul li .cat {
	text-align: right;
	color: #3D4F80;
	width: 100%;
}

#entry_backnumber ul li .cat strong {
	font-size: 0.75rem;
}

#entry_backnumber ul li .cat a {
	color: #3D4F80;
	font-size: 0.8175rem;
}

#entry_backnumber ul li .cat time {
	margin-left: 1rem;
	font-size: 0.875rem;
}

#entry_backnumber span.more {
	float: right;
	margin: 1rem 0;
}

/* .reference-block
==================================================================== */

#entry .reference-block {
	color: #464650;
	border-top: 1px solid #464650;
	margin-top: 3rem;
	padding: 1.5rem 0;
}

#entry .reference-block h4 {
	font-size: 0.875rem;
}

#entry .reference-block .reference-block-in {
	font-size: 0.75rem;
	line-height: 1.3rem;
	padding: 0.5rem 0;
}

#entry .reference-block p {
	padding: 0.3rem 0;
	margin: 0;
}

#entry .reference-block p a {
	text-decoration: underline;
}

/* #writer
==================================================================== */

#writer .list_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 3rem 0;
	gap: 5%;
}

#writer .list_content .entry_writer {
	display: flex;
	flex-wrap: wrap;
	max-width: 47.5%;
	min-width: 47.5%;
	margin-bottom: 5%;
}

#writer .list_content .entry_writer figure {
	min-width: 120px;
	max-height: 120px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 10rem;
	border: 1px solid #f5f5f5;
	margin: 0 auto 1rem;
}

/* ====================================================================
   レスポンシブ
==================================================================== */

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

	.breadcrumb {
		display: none;
	}

	.wrapper {
		padding: 0;
	}

	#archive_title .author {
		padding: 0 5%;
	}

	#archive_title figure img {
		width: 100%;
	}

	#archive_title .read {
		padding: 0 5% 2rem;
	}	

	#archive_title::after {
		width: 90%;
		left: 5%;
	}

	header #title {
		left: 50%;
		transform: translate(-50%, 0);
		text-align: center;
	}

	header #title section {
		text-align: center;
		margin: 0 auto;
	}

	header #title h1 {
		margin: 0.5rem auto;
	}

	header #title section h1 {
		max-width: 100px;
		transition: 0s;
		margin: 0.5rem auto;
	}

	.pages .entry_title {
		padding: 0 5% 2rem;
	}

	.pages .entry_title::after {
	    width: 90%;
		left: 5%;
	}

	#container {
		display: block;
	}

	main {
		width: 100%;
		padding: 0 0 3rem;
		margin-top: 60px;
	}

	#main_column,
	.entry_content {
		padding: 2rem 1.875rem 2rem 1.875rem;
	}

	#entry .entry_sns,
	#entry .entry_writer,
	#entry .entry_read,
	#entry_recommend,
	#entry_keyword,
	#entry_backnumber {
		padding: 1rem 5% 1rem 5%;
	}

	#entry .entry_read,
	#entry .entry_content {
		font-size: 0.9375rem;
	}

	#entry .entry_content,
	#entry .entry_writer,
	#entry .entry_read {
		text-align: justify;
		word-break: break-all;
	}

	#entry .entry_content .howsie-left,
	#entry .entry_content .howsie-right {
		display: block;
	}

	#entry .entry_content .howsie-left figure,
	#entry .entry_content .howsie-right figure {
	min-width: 100%;
	margin: 0;
	padding: 0;
	}

	#entry .entry_content .howsie-left .texton,
	#entry .entry_content .howsie-right .texton {
		min-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	aside {
		width: 100%;
		padding: 0 5%;
		box-sizing: border-box;
	}

	aside section {
		margin-bottom: 1.5rem;
	}

	#recommend_list ul li:nth-of-type(n+3) {
		display: none;
	}

	#category_link,
	#keyword_column {
		display: none;
	}

	#entry section .catmanager_title h1 {
		font-size: 1.3175rem;
	}

	#entry section .catmanager_title small {
		font-size: 0.7rem;
	}

	#entry .entry_title figure figcaption {
		padding: 1rem 5% 1rem 5% !important;
	}

	#pickup_column time {
		font-size: 0.8rem;
	}

	#ranking #list_column ol {
		padding: 2rem 5%;
	}
	
	#ranking_column ol li a figure,
	#ranking #list_column ol li figure {
		flex-basis: 100px;
	}

	#writer .list_content {
		margin: 0 5%;
		font-size: 0.875rem;
	}

}

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

	#entry {
	    padding: 0;
	}

	#main_column,
	.entry_content,
	#entry .entry_writer,
	#entry .entry_read,
	#entry_recommend,
	#entry_keyword,
	#entry_backnumber {
		padding: 2rem 5%;
	}

	#main_column section h2 {
		font-size: 0.875rem;
		line-height: 175%;
	}

	#entry .entry_title figure span {
	    aspect-ratio: 1.36 / 1; /* 1.33指定だがそれだと下に白隙間がでるため1.36指定 */
	}

	#entry .entry_title figure span img {
	    max-width: 110%;
		width: 110%;
	    display: block;
	}

	#entry .wp-block-pickupitem {
		position: relative;
		padding-bottom: 5.5rem;
		margin-top: 2rem;
	}

	#entry .wp-block-pickupitem .text {
		color: #51515b;
		font-size: 1.0625rem;
		line-height: 160%;
		position: static;
		flex-grow: 1;
		flex: 1;
	}

	#entry .wp-block-pickupitem .text h3 {
		border: none;
		padding: 0;
		margin: 0.5rem 0;
		width: 100%;
		font-size: 1rem;
	}

	#entry .wp-block-pickupitem .text span {
		bottom: 1.2rem;
		display: block;
		width: 100%;
		text-align: center;
	}

	#entry .wp-block-pickupitem .text span a {
		font-size: 0.9rem;
	}

	.wp-block-image.size-full {
		aspect-ratio: 1.33 / 1;
		position: relative;
	}

	.wp-block-media-text .wp-block-media-text__content {
		padding: 0 !important;
		padding-top: 2rem !important; 
	}

	#entry_recommend ul li {
		display: none;
	}

	#ranking_column ol li h3,
	#ranking #list_column ol li h3 {
		font-size: 0.875rem;
	}

	#entry_recommend ul {
		display: block;
	}

	#entry_recommend ul li:nth-of-type(1),
	#entry_recommend ul li:nth-of-type(2) {
		display: flex;
		min-width: 100%;
	}

	#ranking_column ol li a::before,
	#ranking #list_column ol li a::before {
		line-height: 1.775rem;
	}

	.catmanager #entry section .catmanager_title {
		padding: 1.2rem 1rem;
		display: flex;
	}

	.catmanager #entry section .catmanager_title .catmanager_title_in {
		display: flex;
		flex-wrap: wrap;
	
	}

	.catmanager #entry section .catmanager_title strong {
		font-size: 1.2rem;
		line-height: 1.6rem;
		display: block;
		margin: 0;
		width: 100%;
	}

	.catmanager #entry section .catmanager_title small {
		margin: 0;
		clear: both;
		display: block;
	}

	.catmanager #entry section .catmanager_title time {
		min-width: 4.5rem;
		min-height: 4.5rem;
		font-size: 0.9rem;
		line-height: 1.3rem;
		margin-right: 0.8rem;
	}

	.catmanager #entry section .catmanager_title time b {
		font-size: 1.2rem;
	}

	span.more2u a {
	    font-size: 0.9375rem;
	}

}