/* -------------------------

article / sidebar

---------------------------- */
#article-container {
	width: 100%;
}

#article-container.has-sidebar {
	display: flex;
	flex-wrap: wrap;
}

#article-container.has-sidebar article {
	box-sizing: border-box;
	width: 70%;
	padding-right: 20px;
}

#article-container.has-sidebar aside {
	width: 30%;
	padding-left: 20px;
}

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

	#article-container.has-sidebar article,
	#article-container.has-sidebar aside {
		width: 100%;
		padding: 0;
	}
}

#article .entry-inner {
	padding: 100px 0;
}

#article .entry-ttl-box {
	margin-bottom: 50px;
}

#article .entry-ttl {
	font-size: 2.4rem;
}

#article .entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 2%;
	margin-bottom: 20px;
}

#article .post-cats {
	margin: 0;
}

#article .entry-ttl {
	font-family: var(--shippori);
}

@media screen and (max-width: 767px) {
	#article {
		width: 100%;
		padding: 0;
		border-right: none;
	}

	#article .entry-ttl {
		font-size: 2.2rem;
	}
}

#sidebar .sidebar-container .head {
	margin-bottom: 30px;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	font-family: var(--shippori);
}

#sidebar .sidebar-container+.sidebar-container {
	margin-top: 90px;
}

@media screen and (max-width: 767px) {
	#sidebar {
		width: 100%;
		margin: 160px 0 0;
		padding: 0;
	}

	#sidebar .sidebar-container+.sidebar-container {
		margin-top: 60px;
	}
}

/* nav-below */
#nav-below {
	position: relative;
	margin-top: 60px;
	text-align: center;
}

#nav-below .to-adjacent {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#nav-below .to-adjacent .btn-arrow::before {
	bottom: 4px;
}

@media screen and (max-width: 768px) {
	#nav-below .to-archive {
		position: relative;
	}
}

/* -------------------------

entry-content

---------------------------- */
.entry-content {
	font-size: 1.6rem;
}

.entry-content a {
	color: #06c;
}

.entry-content p {
	line-height: 1.8;
	margin: 2em 0;
}

.entry-content hr {
	line-height: 0;
	height: 0;
	margin: 4rem 0;
	padding: 0;
	color: #fff;
	border: none;
	border-top: 1px dashed #eee;
	background: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	font-weight: bold;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content h1 {
	font-size: 2.8rem;
	margin: 30px 0;
}

.entry-content h2 {
	background-color: var(--gold);
	color: var(--white);
	padding: 10px 15px;
	letter-spacing: 0.1em;
	border-radius: 4px;
	font-size: 2.6rem;
	margin: 50px 0 30px;
}

.entry-content h3 {
	position: relative;
	font-size: 2rem;
	margin: 50px 0 30px;
	padding: 0 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.entry-content h3::before {
	content: '';
	background: var(--gold);
	position: absolute;
	width: 2px;
	height: 80%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0px;
}

.entry-content h4 {
	position: relative;
	font-size: 2rem;
	margin: 50px 0 30px;
	padding-left: 22px;
	border-left: 4px solid var(--gray);
}

.entry-content h4::before {
	content: '';
	background: var(--gold);
	position: absolute;
	width: 12px;
	height: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0px;
}

.entry-content h4.noborder {
	padding-bottom: 0;
	content: none;
	border: none;
}

.entry-content h4.noborder::after,
.entry-content .infobox h4::after {
	content: none;
}

.entry-content span.red {
	color: #df0101;
}

.entry-content span.bold {
	font-weight: bold;
	color: #310b00;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content span.underline {
	font-weight: bold;
	text-decoration: underline;
	color: #310b00;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content span.marker {
	font-weight: bold;
	padding: 3px 0 4px;
	color: #310b00;
	background: linear-gradient(transparent 60%, rgba(255, 167, 0, .7) 60%);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content blockquote {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.65;
	position: relative;
	margin: 4rem 0;
	padding: .5rem 2.5rem;
	color: #555;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


.entry-content blockquote p {
	margin: 2rem 0;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content blockquote small,
.entry-content blockquote small a {
	font-size: 11px;
	font-weight: normal;
	color: #888;
}

.entry-content blockquote cite {
	font-size: 1.2rem;
}

.instagram-media {
	max-width: 520px !important;
}

.twitter-tweet {
	width: 520px !important;
}

.entry-content blockquote.wp-embedded-content,
.entry-content blockquote.instagram-media,
.entry-content blockquote.twitter-tweet {
	box-sizing: border-box;
	border: 1px solid #eee;
}

.entry-content blockquote.wp-embedded-content::after,
.entry-content blockquote.wp-embedded-content::before,
.entry-content blockquote.instagram-media::after,
.entry-content blockquote.instagram-media::before,
.entry-content blockquote.instagram-media-registered::after,
.entry-content blockquote.instagram-media-registered::before,
.entry-content blockquote.twitter-tweet::after,
.entry-content blockquote.twitter-tweet::before {
	display: none !important;
}

.entry-content iframe.wp-embedded-content {
	width: 100% !important;
}

.entry-content .instagram-media {
	margin: 3.5rem 0 !important;
}

.entry-content .infobox {
	line-height: 1.65;
	margin: 2.5rem 0;
	padding: 1rem 2.5rem;
	background: #fdf9f5;
}

.entry-content .infobox h4 {
	font-size: 1.6rem;
	margin: 1.5rem 0;
	padding: 0;
	border: none;
}

.entry-content .infobox p {
	font-size: 1.5rem;
	margin: 1.5rem 0;
}

.entry-content .ytsl-wrapper {
	margin: 4rem 0;
}

.entry-content .ytsl-wrapper img {
	display: none !important;
}

.entry-content img {
	height: auto !important;
}

.entry-content .imagebox br {
	display: none;
}

.entry-content .imagebox small,
.entry-content .imagebox small a {
	font-size: 11px;
	font-weight: normal;
	color: #888;
}

.entry-content ul,
.entry-content ol {
	text-align: left;
}

.entry-content li {
	position: relative;
	padding-left: 20px;
}

.entry-content li:before {
	position: absolute;
	top: 14px;
	left: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	content: '';
	border-radius: 50%;
	background: var(--gold);
}

.entry-content a {
	text-decoration: underline;
}

.entry-thumb {
	margin-top: 50px;
}

.entry-thumb img {
	width: 100%;
	height: 388px;
}

.wp-block-file a {
	vertical-align: middle;
}

.wp-caption {
	line-height: 18px;
	box-sizing: border-box;
	max-width: 100% !important;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background: #f1f1f1;
}

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

.wp-caption p.wp-caption-text {
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #777;
}

@media screen and (max-width: 767px) {
	.entry-content h2 {
		font-size: 2.2rem;
	}
}