/*!-------------------------------------------------------------
1.1 html
--------------------------------------------------------------*/

/*!-------------------------------------------------------------
1.2 Body
--------------------------------------------------------------*/
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	color: #000;
	display: flex;
	flex-direction: column;
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
	font-size: 1rem;
	font-weight: 400;
	height: 100%;
	line-height: 1.625;
	min-height: 100vh;
	min-width: 1200px;
	word-wrap: break-word;
}

body.ie11 {
	font-family: Meiryo, sans-serif;
}

.screen-reader-text {
	-webkit-clip-path: inset(50%);
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-break: normal;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	-webkit-clip-path: none;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	right: 5px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

*,
::after,
::before {
	box-sizing: border-box;
}

a {
	color: #e32202;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

/*!-----
--------------------------------------------------------
Layout header.scss
#site-header
.header-inner
--------------------------------------------------------------*/
#site-header {
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}

.header-inner {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 1120px;
	padding: 20px;
	width: 100%;
}

.header-inner .bbear-adm {
	margin-left: 30px;
}

.titles {
	background-color: #231815;
}

.site-logo,
.titles {
	height: 90px;
	width: 300px;
}

.site-logo a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.site-logo img {
	height: 41px;
	width: 261px;
}

#header-menu-container {
	background-color: #000;
}

#header-menu {
	align-items: center;
	border-right: 1px solid #fff;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1080px;
}

#header-menu,
#header-menu li {
	display: flex;
	width: 100%;
}

#header-menu li {
	border-left: 1px solid #fff;
	flex-basis: 0;
	flex-grow: 1;
	height: 46px;
	position: relative;
}

#header-menu li[class*="current-"] a::after {
	border-color: transparent transparent #e32202;
	border-style: solid;
	border-width: 0 0 15px 15px;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}

#header-menu li:hover .sub-menu {
	max-height: 100vh;
	opacity: 1;
	transition: max-height 0.5s;
}

#header-menu a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	line-height: 1;
	position: relative;
	width: 100%;
}

#header-menu a:hover::after {
	border-color: transparent transparent #e32202;
	border-style: solid;
	border-width: 0 0 15px 15px;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}

#header-menu .sub-menu {
	background-color: #fff;
	border: 1px solid #000;
	border-top: none;
	left: 0;
	list-style: none;
	max-height: 0;
	min-width: 100%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: max-height 0.5s, opacity 0.1s 0.5s;
	z-index: 100;
}

#header-menu .sub-menu li {
	border-top: 1px solid #000;
	display: block;
	height: 37px;
	width: 100%;
}

#header-menu .sub-menu li a {
	align-items: center;
	color: #000;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: flex-start;
	line-height: 1;
	padding: 0 20px;
	white-space: nowrap;
}

#header-menu .sub-menu li a::after {
	display: none;
}

#header-menu .sub-menu li a:hover {
	background-color: #f0f0f0;
	color: #e32202;
}

#header-menu .sub-menu li a:hover::after {
	display: none;
}

#breadcrumb-container {
	background-color: #ececec;
}

#breadcrumbs {
	list-style: none;
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}

#breadcrumbs,
#breadcrumbs li {
	align-items: center;
	display: flex;
}

#breadcrumbs li {
	height: 46px;
	margin-right: 20px;
}

#breadcrumbs li::after {
	color: #000;
	content: ">";
	font-size: 0.875rem;
	line-height: 1.5;
	margin-left: 20px;
}

#breadcrumbs li[aria-current] {
	margin-right: 0;
}

#breadcrumbs li[aria-current]::after {
	content: none;
}

#breadcrumbs a,
#breadcrumbs span {
	color: #000;
	font-size: 0.875rem;
	line-height: 1.5;
}

#breadcrumbs a:hover {
	color: #e32202;
}

/*!-----
--------------------------------------------------------
Layout _site-content.scss
--------------------------------------------------------------*/
#site-content {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin: 36px auto 0;
	max-width: 1120px;
	padding: 0 20px;
	width: 100%;
}

/*!-----
--------------------------------------------------------
Layout slider.scss
--------------------------------------------------------------*/
#site-content,
#slide-container {
	position: relative;
	z-index: 1;
}

#slide-container {
	background-color: #ececec;
	padding-top: 30px;
}

#slide-inner {
	height: 100%;
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
	width: 100%;
}

.swiper-button-prev {
	color: #e32202;
	height: 51px;
	left: -51px;
	outline: none;
	top: 50%;
	top: calc((100% - 64px) / 2);
	width: 29px;
}

.swiper-button-prev::after {
	content: url(../svg/svg-chevron-left.svg);
	height: 100%;
	width: 100%;
}

.swiper-button-next {
	color: #e32202;
	height: 51px;
	outline: none;
	right: -51px;
	top: calc((100% - 64px) / 2);
	width: 29px;
}

.swiper-button-next::after {
	content: url(../svg/svg-chevron-right.svg);
	height: 100%;
	width: 100%;
}

.swiper-pagination {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.swiper-pagination span {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 100%;
	display: block;
	height: 14px;
	margin: 0 5px;
	opacity: 1;
	outline: none;
	width: 14px;
}

.swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #e32202;
	border: 1px solid #e32202;
}

#swiper-container {
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.6);
	height: 100%;
	opacity: 0;
	width: 100%;
}

#swiper-container.swiper-container-initialized {
	opacity: 1;
}

.swiper-slide {
	max-width: 1080px;
	width: 100px;
}

.swiper-slide a {
	display: flex;
	justify-content: space-between;
	padding: 40px;
}

.swiper-slide a:hover .entry-title {
	color: #e32202;
}

.swiper-slide .post-thumbnail {
	position: relative;
	width: 335px;
}

.swiper-slide .post-thumbnail span {
	display: block;
	overflow: hidden;
	padding-top: 89.6%;
	position: relative;
}

.swiper-slide .post-thumbnail iframe,
.swiper-slide .post-thumbnail img,
.swiper-slide .post-thumbnail video {
	border: none;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.swiper-slide .slider-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 375px);
}

.swiper-slide .entry-meta {
	align-items: center;
	display: flex;
}

.swiper-slide .entry-date,
.swiper-slide .entry-pr {
	color: #aaa;
	font-size: 0.625rem;
	line-height: 1.5;
}

.swiper-slide .entry-pr {
	margin-left: 10px;
}

.swiper-slide .entry-terms {
	color: #aaa;
	font-size: 0.625rem;
	line-height: 1.4;
	margin-left: 10px;
}

.swiper-slide .entry-title {
	color: #000;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.21429;
	margin-top: 10px;
}

@supports (display: -webkit-box) {

	.swiper-slide .entry-title[data-line] {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		overflow: hidden;
	}
}

.swiper-slide .entry-summary {
	margin-top: 20px;
}

.swiper-slide .entry-summary p {
	color: #000;
	font-size: 1rem;
	line-height: 1.625;
}

@supports (display: -webkit-box) {

	.swiper-slide .entry-summary[data-line] p {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		overflow: hidden;
	}
}

.swiper-pagination {
	position: static;
}

/*!-----
--------------------------------------------------------
Layout main-inner.scss
--------------------------------------------------------------*/
#main-inner {
	display: flex;
	flex-wrap: wrap;
	max-width: 771px;
}

/*!-----
--------------------------------------------------------
Layout archive-header.scss
--------------------------------------------------------------*/
#main-inner,
.archive-header {
	width: 100%;
}

.archive-title {
	max-width: 746px;
}

body:not(.search) .archive-title {
	align-items: center;
	background-color: #000;
	color: #fff;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	line-height: 1.5;
	padding: 0 8px;
}

body.search .archive-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.15625;
}

body.search-no-results .archive-title {
	border-bottom: 4px solid #000;
	padding-bottom: 24px;
}

/*!-----
--------------------------------------------------------
Layout article-container.scss
--------------------------------------------------------------*/
.article-container {
	display: flex;
	flex-wrap: wrap;
}

/*!-----
--------------------------------------------------------
Layout archive-post.scss
--------------------------------------------------------------*/
.archive-post {
	margin: 24px 24px 0 0;
	width: calc(33.33333% - 24px);
}

.archive-post .post-thumbnail {
	position: relative;
}

.archive-post .post-thumbnail span:not(.new-mark) {
	display: block;
	overflow: hidden;
	padding-top: 78.5%;
	position: relative;
}

.archive-post .post-thumbnail span:not(.new-mark) iframe,
.archive-post .post-thumbnail span:not(.new-mark) img,
.archive-post .post-thumbnail span:not(.new-mark) video {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.archive-post .post-thumbnail span.new-mark {
	align-items: center;
	background-color: #e32202;
	color: #fff;
	display: inline-flex;
	font-size: 0.6875rem;
	font-weight: 700;
	height: 22px;
	justify-content: center;
	left: 0;
	line-height: 1.27273;
	padding: 0 4px;
	position: absolute;
	top: 0;
}

.archive-post .entry-header {
	margin-top: 10px;
}

.archive-post .entry-meta {
	align-items: center;
	display: flex;
}

.archive-post .entry-date,
.archive-post .entry-pr {
	color: #aaa;
	font-size: 0.625rem;
	line-height: 1.4;
}

.archive-post .entry-pr {
	margin-left: 10px;
}

.archive-post .entry-terms {
	color: #aaa;
	font-size: 0.625rem;
	line-height: 1.4;
	margin-left: auto;
}

.archive-post .entry-title {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 2px;
}

@supports (display: -webkit-box) {

	.archive-post .entry-title[data-line] {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		overflow: hidden;
	}
}

.archive-post a:hover .entry-title {
	color: #e32202;
}

/*!-----
--------------------------------------------------------
Layout infinite-scroll-nav.scss
--------------------------------------------------------------*/
.infinite-scroll-nav {
	margin-top: 36px;
	width: 100%;
}

.next-posts-link {
	display: none;
}

.button-infinite {
	-moz-appearance: none;
	-webkit-appearance: none;
	align-items: center;
	appearance: none;
	background-color: #2b2b2b;
	border: none;
	border-radius: 100px;
	color: #fff;
	display: flex;
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
	font-size: 1rem;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	margin: 0 auto;
	outline: none;
	padding: 0;
	width: 240px;
}

/*!-----
--------------------------------------------------------
Layout archive-post.scss
--------------------------------------------------------------*/
.single-post:not(body) {
	max-width: 747px;
	width: 100%;
}

.single-post:not(body) .entry-parent-term a {
	align-items: center;
	background-color: #000;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	line-height: 1.5;
	padding: 0 4px;
}

.single-post:not(body) .entry-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.15625;
	margin-top: 20px;
}

.single-post:not(body) .entry-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.single-post:not(body) .entry-date {
	color: #aaa;
	font-size: 0.875rem;
	line-height: 1.5;
}

.single-post:not(body) .entry-pr {
	color: #aaa;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-left: 20px;
}

.single-post:not(body) .entry-writer {
	margin-left: auto;
}

.single-post:not(body) .entry-writer a {
	color: #000;
	font-size: 0.875rem;
	line-height: 1.5;
}

.single-post:not(body) .entry-tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.single-post:not(body) .entry-tags a {
	color: #000;
	display: block;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 12px 12px 0 0;
}

.single-post:not(body) .share-buttons {
	align-items: center;
	border-top: 4px solid #000;
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.single-post:not(body) .share-buttons a {
	display: block;
	margin: 36px 12px 0;
}

.single-post:not(body) .share-buttons img {
	display: block;
}

.single-post:not(body) .entry-content {
	margin-top: 36px;
}

.single-post:not(body) .entry-content h1,
.single-post:not(body) .entry-content h2 {
	background-color: #ececec;
	border-left: 5px solid #000;
	color: #000;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.27273;
	margin-bottom: 24px;
	padding: 10px 30px 10px 12px;
}

.single-post:not(body) .entry-content h3 {
	border-bottom: 2px solid #000;
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 24px;
	padding: 0 0 10px;
}

.single-post:not(body) .entry-content h4 {
	border-left: 5px solid #e32202;
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.33333;
	margin-bottom: 24px;
	padding: 2px 0 2px 12px;
}

.single-post:not(body) .entry-content h5 {
	color: #e32202;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375;
	margin-bottom: 24px;
}

.single-post:not(body) .entry-content h6 {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375;
	margin-bottom: 24px;
}

.single-post:not(body) .entry-content p {
	margin-bottom: 36px;
}

body.search-no-results .single-post:not(body) .entry-content p {
	margin-bottom: 0;
}

.single-post:not(body) .entry-content a:hover {
	text-decoration: underline;
}

.single-post:not(body) .entry-content ul {
	list-style: none;
	margin: 0 0 40px 40px;
	padding: 0;
}

.single-post:not(body) .entry-content ul ul {
	margin: 5px 0 0 25px;
}

.single-post:not(body) .entry-content ul li {
	margin-top: 5px;
	position: relative;
}

.single-post:not(body) .entry-content ul li:first-of-type {
	margin-top: 0;
}

.single-post:not(body) .entry-content ul li::before {
	background-image: url(../svg/svg-square.svg);
	content: "";
	display: block;
	height: 5px;
	left: -20px;
	margin: 10px 15px 0 0;
	position: absolute;
	width: 5px;
}

.single-post:not(body) .entry-content ol {
	counter-reset: a;
	list-style: none;
	margin: 0 0 40px 40px;
	padding: 0;
}

.single-post:not(body) .entry-content ol ol {
	margin: 5px 0 0 23px;
}

.single-post:not(body) .entry-content ol li {
	counter-increment: a;
	margin-top: 5px;
	position: relative;
}

.single-post:not(body) .entry-content ol li:first-of-type {
	margin-top: 0;
}

.single-post:not(body) .entry-content ol li::before {
	color: #e32202;
	content: counter(a) ".";
	display: block;
	font-weight: 500;
	left: -20px;
	margin-right: 15px;
	position: absolute;
}

.single-post:not(body) .entry-content table {
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin-bottom: 36px;
}

.single-post:not(body) .entry-content table thead th {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 20px;
	text-align-last: left;
}

.single-post:not(body) .entry-content table tbody tr td {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 20px;
}

.single-post:not(body) .entry-content table tbody tr td:first-of-type {
	background-color: #f5f5f5;
	white-space: nowrap;
}

.single-post:not(body) .entry-content table tbody tr td:nth-of-type(n + 2) {
	background-color: #fff;
}

.single-post:not(body) .entry-content table tbody tr th {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 20px;
	text-align-last: left;
}

.single-post:not(body) .entry-content table tbody tr th + td:first-of-type {
	background-color: #fff;
}

.single-post:not(body) .entry-content blockquote {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 30px 30px 20px;
}

.single-post:not(body) .entry-content blockquote > * {
	display: block;
	margin-bottom: 10px;
}

.single-post:not(body) .entry-content strong {
	font-weight: 700;
}

.single-post:not(body) .entry-content figure {
	margin-bottom: 36px;
	max-width: 100%;
}

.single-post:not(body) .entry-content figure.alignleft {
	margin-right: auto;
}

.single-post:not(body) .entry-content figure.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.single-post:not(body) .entry-content figure.alignright {
	margin-left: auto;
}

.single-post:not(body) .entry-content figure img {
	display: block;
}

.single-post:not(body) .entry-content figure .wp-caption-text {
	color: #aaa;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 8px;
	text-align: center;
}

.single-post:not(body) .entry-content img {
	display: block;
	margin-top: 36px;
}

.single-post:not(body) .entry-content img.alignleft {
	margin-right: auto;
}

.single-post:not(body) .entry-content img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.single-post:not(body) .entry-content img.alignright {
	margin-left: auto;
}

.single-post:not(body) .entry-content .responsive-embeds {
	display: flex;
	justify-content: center;
	position: relative;
}

.single-post:not(body) .entry-content .responsive-embeds iframe {
	width: 100% !important;
}

.single-post:not(body) .entry-content .responsive-embeds iframe.wp-embedded-content {
	max-width: 600px;
}

.single-post:not(body) .entry-content .responsive-embeds.youtube::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.single-post:not(body) .entry-content .responsive-embeds.youtube iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.single-post:not(body) .entry-content .together-post-box {
	background-image: url();
	margin-bottom: 24px;
}

.single-post:not(body) .entry-content .together-post-box h2 {
	align-items: center;
	background-color: #000;
	border: none;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	line-height: 1.5;
	padding: 0 4px;
}

.single-post:not(body) .entry-content .together-post-box ul {
	border: 1px solid #000;
	margin: 0;
	padding: 24px 24px 24px 44px;
}

.single-post:not(body) .entry-content .together-post-box a {
	color: #000;
}

.single-post:not(body) .entry-content .together-post-box a:hover {
	color: #e32202;
	text-decoration: none;
}

.single-post:not(body) .entry-content .page-link-box {
	margin-bottom: 24px;
	text-align: center;
}

.single-post:not(body) .entry-content .page-link-box .custom-page-links {
	border-bottom: 1px solid #000;
	display: inline-block;
	margin-bottom: 24px;
	padding-bottom: 12px;
	text-align: center;
}

.single-post:not(body) .entry-content .page-link-box .custom-page-links .before-text {
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.46667;
	margin-bottom: 12px;
}

.single-post:not(body) .entry-content .page-link-box .custom-page-links a {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
}

.single-post:not(body) .entry-content .page-link-box .page-links {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-post:not(body) .entry-content .page-link-box .page-links li {
	height: 40px;
	margin: 0 10px;
	width: 40px;
}

.single-post:not(body) .entry-content .page-link-box .page-links li a,
.single-post:not(body) .entry-content .page-link-box .page-links li span {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	line-height: 1;
	width: 40px;
}

.single-post:not(body) .entry-content .page-link-box .page-links li a {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #e32202;
	text-decoration: none;
}

.single-post:not(body) .entry-content .page-link-box .page-links li a:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.single-post:not(body) .entry-content .page-link-box .page-links li span {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.single-post:not(body) .entry-content .page-link-box .page-links li::before {
	content: none;
}

/*!-----
--------------------------------------------------------
Layout archive-post.scss
--------------------------------------------------------------*/
.error404-content,
.page-post {
	max-width: 747px;
	width: 100%;
}

.error404-content .entry-title,
.page-post .entry-title {
	border-bottom: 4px solid #000;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.15625;
	margin-top: 20px;
	padding-bottom: 24px;
}

.error404-content .entry-content,
.page-post .entry-content {
	margin-top: 24px;
}

.error404-content .entry-content h1,
.error404-content .entry-content h2,
.page-post .entry-content h1,
.page-post .entry-content h2 {
	background-color: #ececec;
	border-left: 5px solid #000;
	color: #000;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.27273;
	margin-bottom: 24px;
	padding: 10px 30px 10px 12px;
}

.error404-content .entry-content h3,
.page-post .entry-content h3 {
	border-bottom: 2px solid #000;
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 24px;
	padding: 0 0 10px;
}

.error404-content .entry-content h4,
.page-post .entry-content h4 {
	border-left: 5px solid #e32202;
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.33333;
	margin-bottom: 24px;
	padding: 2px 0 2px 12px;
}

.error404-content .entry-content h5,
.page-post .entry-content h5 {
	color: #e32202;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375;
	margin-bottom: 24px;
}

.error404-content .entry-content h6,
.page-post .entry-content h6 {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375;
	margin-bottom: 24px;
}

.error404-content .entry-content p,
.page-post .entry-content p {
	margin-bottom: 36px;
}

body.search-no-results .error404-content .entry-content p,
body.search-no-results .page-post .entry-content p {
	margin-bottom: 0;
}

.error404-content .entry-content a:hover,
.page-post .entry-content a:hover {
	text-decoration: underline;
}

.error404-content .entry-content ul,
.page-post .entry-content ul {
	list-style: none;
	margin: 0 0 40px 40px;
	padding: 0;
}

.error404-content .entry-content ul ul,
.page-post .entry-content ul ul {
	margin: 5px 0 0 25px;
}

.error404-content .entry-content ul li,
.page-post .entry-content ul li {
	margin-top: 5px;
	position: relative;
}

.error404-content .entry-content ul li:first-of-type,
.page-post .entry-content ul li:first-of-type {
	margin-top: 0;
}

.error404-content .entry-content ul li::before,
.page-post .entry-content ul li::before {
	background-image: url(../svg/svg-square.svg);
	content: "";
	display: block;
	height: 5px;
	left: -20px;
	margin: 10px 15px 0 0;
	position: absolute;
	width: 5px;
}

.error404-content .entry-content ol,
.page-post .entry-content ol {
	counter-reset: a;
	list-style: none;
	margin: 0 0 40px 40px;
	padding: 0;
}

.error404-content .entry-content ol ol,
.page-post .entry-content ol ol {
	margin: 5px 0 0 23px;
}

.error404-content .entry-content ol li,
.page-post .entry-content ol li {
	counter-increment: a;
	margin-top: 5px;
	position: relative;
}

.error404-content .entry-content ol li:first-of-type,
.page-post .entry-content ol li:first-of-type {
	margin-top: 0;
}

.error404-content .entry-content ol li::before,
.page-post .entry-content ol li::before {
	color: #e32202;
	content: counter(a) ".";
	display: block;
	font-weight: 500;
	left: -20px;
	margin-right: 15px;
	position: absolute;
}

.error404-content .entry-content table,
.page-post .entry-content table {
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin-bottom: 36px;
}

.error404-content .entry-content table thead th,
.page-post .entry-content table thead th {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 20px;
	text-align-last: left;
}

.error404-content .entry-content table tbody tr td,
.page-post .entry-content table tbody tr td {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 20px;
}

.error404-content .entry-content table tbody tr td:first-of-type,
.page-post .entry-content table tbody tr td:first-of-type {
	background-color: #f5f5f5;
	white-space: nowrap;
}

.error404-content .entry-content table tbody tr td:nth-of-type(n + 2),
.page-post .entry-content table tbody tr td:nth-of-type(n + 2) {
	background-color: #fff;
}

.error404-content .entry-content table tbody tr th,
.page-post .entry-content table tbody tr th {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 20px;
	text-align-last: left;
}

.error404-content .entry-content table tbody tr th + td:first-of-type,
.page-post .entry-content table tbody tr th + td:first-of-type {
	background-color: #fff;
}

.error404-content .entry-content blockquote,
.page-post .entry-content blockquote {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 30px 30px 20px;
}

.error404-content .entry-content blockquote > *,
.page-post .entry-content blockquote > * {
	display: block;
	margin-bottom: 10px;
}

.error404-content .entry-content strong,
.page-post .entry-content strong {
	font-weight: 700;
}

.error404-content .entry-content figure,
.page-post .entry-content figure {
	margin-bottom: 36px;
	max-width: 100%;
}

.error404-content .entry-content figure.alignleft,
.page-post .entry-content figure.alignleft {
	margin-right: auto;
}

.error404-content .entry-content figure.aligncenter,
.page-post .entry-content figure.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.error404-content .entry-content figure.alignright,
.page-post .entry-content figure.alignright {
	margin-left: auto;
}

.error404-content .entry-content figure img,
.page-post .entry-content figure img {
	display: block;
}

.error404-content .entry-content figure .wp-caption-text,
.page-post .entry-content figure .wp-caption-text {
	color: #aaa;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 8px;
	text-align: center;
}

.error404-content .entry-content img,
.page-post .entry-content img {
	display: block;
	margin-top: 36px;
}

.error404-content .entry-content img.alignleft,
.page-post .entry-content img.alignleft {
	margin-right: auto;
}

.error404-content .entry-content img.aligncenter,
.page-post .entry-content img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.error404-content .entry-content img.alignright,
.page-post .entry-content img.alignright {
	margin-left: auto;
}

.error404-content .entry-content .responsive-embeds,
.page-post .entry-content .responsive-embeds {
	display: flex;
	justify-content: center;
	position: relative;
}

.error404-content .entry-content .responsive-embeds iframe,
.page-post .entry-content .responsive-embeds iframe {
	width: 100% !important;
}

.error404-content .entry-content .responsive-embeds iframe.wp-embedded-content,
.page-post .entry-content .responsive-embeds iframe.wp-embedded-content {
	max-width: 600px;
}

.error404-content .entry-content .responsive-embeds.youtube::before,
.page-post .entry-content .responsive-embeds.youtube::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.error404-content .entry-content .responsive-embeds.youtube iframe,
.page-post .entry-content .responsive-embeds.youtube iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.error404-content .entry-content .together-post-box,
.page-post .entry-content .together-post-box {
	background-image: url();
	margin-bottom: 24px;
}

.error404-content .entry-content .together-post-box h2,
.page-post .entry-content .together-post-box h2 {
	align-items: center;
	background-color: #000;
	border: none;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	line-height: 1.5;
	padding: 0 4px;
}

.error404-content .entry-content .together-post-box ul,
.page-post .entry-content .together-post-box ul {
	border: 1px solid #000;
	margin: 0;
	padding: 24px 24px 24px 44px;
}

.error404-content .entry-content .together-post-box a,
.page-post .entry-content .together-post-box a {
	color: #000;
}

.error404-content .entry-content .together-post-box a:hover,
.page-post .entry-content .together-post-box a:hover {
	color: #e32202;
	text-decoration: none;
}

.error404-content .entry-content .page-link-box,
.page-post .entry-content .page-link-box {
	margin-bottom: 24px;
	text-align: center;
}

.error404-content .entry-content .page-link-box .custom-page-links,
.page-post .entry-content .page-link-box .custom-page-links {
	border-bottom: 1px solid #000;
	display: inline-block;
	margin-bottom: 24px;
	padding-bottom: 12px;
	text-align: center;
}

.error404-content .entry-content .page-link-box .custom-page-links .before-text,
.page-post .entry-content .page-link-box .custom-page-links .before-text {
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.46667;
	margin-bottom: 12px;
}

.error404-content .entry-content .page-link-box .custom-page-links a,
.page-post .entry-content .page-link-box .custom-page-links a {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
}

.error404-content .entry-content .page-link-box .page-links,
.page-post .entry-content .page-link-box .page-links {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.error404-content .entry-content .page-link-box .page-links li,
.page-post .entry-content .page-link-box .page-links li {
	height: 40px;
	margin: 0 10px;
	width: 40px;
}

.error404-content .entry-content .page-link-box .page-links li a,
.error404-content .entry-content .page-link-box .page-links li span,
.page-post .entry-content .page-link-box .page-links li a,
.page-post .entry-content .page-link-box .page-links li span {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	line-height: 1;
	width: 40px;
}

.error404-content .entry-content .page-link-box .page-links li a,
.page-post .entry-content .page-link-box .page-links li a {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #e32202;
	text-decoration: none;
}

.error404-content .entry-content .page-link-box .page-links li a:hover,
.page-post .entry-content .page-link-box .page-links li a:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.error404-content .entry-content .page-link-box .page-links li span,
.page-post .entry-content .page-link-box .page-links li span {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.error404-content .entry-content .page-link-box .page-links li::before,
.page-post .entry-content .page-link-box .page-links li::before {
	content: none;
}

.error404-content .entry-footer,
.page-post .entry-footer {
	margin-top: 36px;
}

.error404-content .entry-footer .button-to-top,
.page-post .entry-footer .button-to-top {
	-moz-appearance: none;
	-webkit-appearance: none;
	align-items: center;
	appearance: none;
	background-color: #2b2b2b;
	border: none;
	border-radius: 100px;
	color: #fff;
	display: flex;
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
	font-size: 1rem;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	margin: 0 auto;
	outline: none;
	padding: 0;
	width: 240px;
}

/*!-----
--------------------------------------------------------
Layout archive-post.scss
--------------------------------------------------------------*/
#archive-widget .post-bottom:not(:first-child),
#single-widget .post-bottom:not(:first-child) {
	margin-top: 36px;
}

#archive-widget .top-bottom,
#single-widget .top-bottom {
	margin-top: 36px;
}

#archive-widget .widget_editors-pick,
#single-widget .widget_editors-pick {
	max-width: 746px;
	width: 100%;
}

#archive-widget .widget_editors-pick .widget-title,
#single-widget .widget_editors-pick .widget-title {
	align-items: center;
	background-color: #000;
	border: none;
	color: #fff;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	line-height: 1.5;
	padding: 0 8px;
	position: relative;
}

#archive-widget .widget_editors-pick .widget-title .editors-pick-pr,
#single-widget .widget_editors-pick .widget-title .editors-pick-pr {
	display: none;
}

#archive-widget .widget_editors-pick .editors-picks-pickup,
#single-widget .widget_editors-pick .editors-picks-pickup {
	border: 1px solid #000;
	padding: 24px;
}

#archive-widget .widget_editors-pick .pickup-post a,
#single-widget .widget_editors-pick .pickup-post a {
	display: flex;
	justify-content: space-between;
}

#archive-widget .widget_editors-pick .pickup-post:not(:first-child),
#single-widget .widget_editors-pick .pickup-post:not(:first-child) {
	margin-top: 24px;
}

#archive-widget .widget_editors-pick .post-thumbnail,
#single-widget .widget_editors-pick .post-thumbnail {
	position: relative;
	width: 160px;
}

#archive-widget .widget_editors-pick .post-thumbnail span,
#single-widget .widget_editors-pick .post-thumbnail span {
	display: block;
	overflow: hidden;
	padding-top: 75%;
	position: relative;
}

#archive-widget .widget_editors-pick .post-thumbnail iframe,
#archive-widget .widget_editors-pick .post-thumbnail img,
#archive-widget .widget_editors-pick .post-thumbnail video,
#single-widget .widget_editors-pick .post-thumbnail iframe,
#single-widget .widget_editors-pick .post-thumbnail img,
#single-widget .widget_editors-pick .post-thumbnail video {
	border: none;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

#archive-widget .widget_editors-pick .entry-header,
#single-widget .widget_editors-pick .entry-header {
	width: calc(100% - 184px);
}

#archive-widget .widget_editors-pick .entry-meta,
#single-widget .widget_editors-pick .entry-meta {
	align-items: center;
	display: flex;
}

#archive-widget .widget_editors-pick .entry-date,
#single-widget .widget_editors-pick .entry-date {
	color: #aaa;
	font-size: 0.625rem;
	line-height: 1.5;
}

#archive-widget .widget_editors-pick .entry-pr,
#single-widget .widget_editors-pick .entry-pr {
	color: #aaa;
	font-size: 0.625rem;
	line-height: 1.5;
	margin-left: 10px;
}

#archive-widget .widget_editors-pick .entry-title,
#single-widget .widget_editors-pick .entry-title {
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 12px;
}

@supports (display: -webkit-box) {

	#archive-widget .widget_editors-pick .entry-title[data-line],
	#single-widget .widget_editors-pick .entry-title[data-line] {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		overflow: hidden;
	}
}

#archive-widget .widget_editors-pick a:hover .entry-title,
#single-widget .widget_editors-pick a:hover .entry-title {
	color: #e32202;
}

.widget_related-posts {
	max-width: 746px;
	width: 100%;
}

.widget_related-posts .widget-title {
	align-items: center;
	background-color: #000;
	border: none;
	color: #fff;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	line-height: 1.5;
	padding: 0 8px;
}

.widget_related-posts .related-posts-box {
	border: 1px solid #000;
	padding: 24px;
}

.widget_related-posts .related-post a {
	display: flex;
	justify-content: space-between;
}

.widget_related-posts .related-post:not(:first-child) {
	margin-top: 24px;
}

.widget_related-posts .post-thumbnail {
	position: relative;
	width: 160px;
}

.widget_related-posts .post-thumbnail span {
	display: block;
	overflow: hidden;
	padding-top: 75%;
	position: relative;
}

.widget_related-posts .post-thumbnail img {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.widget_related-posts .entry-header {
	width: calc(100% - 184px);
}

.widget_related-posts .entry-meta {
	align-items: center;
	display: flex;
}

.widget_related-posts .entry-date,
.widget_related-posts .entry-pr {
	color: #aaa;
	font-size: 0.625rem;
	line-height: 1.5;
}

.widget_related-posts .entry-pr {
	margin-left: 10px;
}

.widget_related-posts .entry-title {
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 12px;
}

@supports (display: -webkit-box) {

	.widget_related-posts .entry-title[data-line] {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		overflow: hidden;
	}
}

.widget_related-posts a:hover .entry-title {
	color: #e32202;
}

/*!-----
--------------------------------------------------------
Layout sidebar.scss
--------------------------------------------------------------*/
#sidebar {
	width: 300px;
}

.side-widget:not(:first-child) {
	margin-top: 36px;
}

.side-widget .widget-title {
	border-bottom: 1px solid #000;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}

.side-widget .widget-title::first-letter {
	color: #e32202;
}

.side-widget .widget-title .editors-pick-pr {
	color: #000;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.4;
	position: absolute;
	right: 0;
	top: 0;
}

.side-widget .search-form {
	background-color: #ececec;
	display: flex;
	margin-top: 12px;
	padding: 10px;
	width: 100%;
}

.side-widget .search-form label {
	align-items: center;
	background-color: #fff;
	border: 1px solid #000;
	border-right: none;
	display: flex;
	height: 41px;
	padding: 0 11px;
	width: calc(100% - 39px);
}

.side-widget .search-form input[type="search"] {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 0;
}

.side-widget .search-form input[type="search"]::-webkit-search-cancel-button,
.side-widget .search-form input[type="search"]::-webkit-search-decoration,
.side-widget .search-form input[type="search"]::-webkit-search-results-button,
.side-widget .search-form input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.side-widget .search-form input[type="search"]::-ms-clear,
.side-widget .search-form input[type="search"]::-ms-reveal {
	display: none;
	height: 0;
	width: 0;
}

.side-widget .search-form button {
	-moz-appearance: none;
	-webkit-appearance: none;
	align-items: center;
	appearance: none;
	background-color: #e32202;
	border: 1px solid #000;
	border-left: none;
	border-radius: 0;
	display: flex;
	height: 41px;
	justify-content: center;
	outline: none;
	padding: 0;
	width: 39px;
}

.side-widget .sga-ranking {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-widget .sga-ranking li {
	counter-increment: a;
	margin-top: 12px;
}

.side-widget .sga-ranking li:first-of-type .post-thumbnail::after {
	background-color: #c09b0f;
}

.side-widget .sga-ranking li:nth-of-type(2) .post-thumbnail::after {
	background-color: #96a9b3;
}

.side-widget .sga-ranking li:nth-of-type(3) .post-thumbnail::after {
	background-color: #ba6e40;
}

.side-widget .sga-ranking a {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.side-widget .sga-ranking a:hover .entry-title {
	color: #e32202;
}

.side-widget .sga-ranking .post-thumbnail {
	height: 75px;
	position: relative;
	width: 100px;
}

.side-widget .sga-ranking .post-thumbnail span {
	display: block;
	height: 100%;
	width: 100%;
}

.side-widget .sga-ranking .post-thumbnail img {
	display: block;
}

.side-widget .sga-ranking .post-thumbnail::after {
	align-items: center;
	background-color: #000;
	color: #fff;
	content: counter(a);
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	font-weight: 500;
	height: 26px;
	justify-content: center;
	left: 0;
	line-height: 1.66667;
	margin-right: 15px;
	position: absolute;
	top: 0;
	width: 26px;
	z-index: 10;
}

.side-widget .sga-ranking .entry-header {
	width: calc(100% - 110px);
}

.side-widget .sga-ranking .entry-title {
	color: #000;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.42857;
}

@supports (display: -webkit-box) {

	.side-widget .sga-ranking .entry-title[data-line] {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		overflow: hidden;
	}
}

.side-widget .sga-ranking .entry-meta {
	margin-top: 10px;
}

.side-widget .sga-ranking .entry-pr {
	color: #aaa;
	display: block;
	font-size: 0.625rem;
	line-height: 1.4;
}

.side-widget .trend-tags {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.side-widget .trend-tags a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	display: flex;
	font-size: 0.75rem;
	height: 28px;
	justify-content: center;
	line-height: 1.5;
	margin: 12px 10px 0 0;
	padding: 0 5px;
}

.side-widget .trend-tags a:hover {
	background-color: #000;
	color: #fff;
}

.side-widget .featured-tags {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.side-widget .featured-tags a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	display: flex;
	font-size: 0.75rem;
	height: 28px;
	justify-content: center;
	line-height: 1.5;
	margin: 12px 10px 0 0;
	padding: 0 5px;
}

.side-widget .featured-tags a:hover {
	background-color: #000;
	color: #fff;
}

.side-widget .editors-picks-posts .editors-picks-post {
	margin-top: 12px;
}

.side-widget .editors-picks-posts a {
	display: flex;
	justify-content: space-between;
}

.side-widget .editors-picks-posts a:hover .entry-title {
	color: #e32202;
}

.side-widget .editors-picks-posts .post-thumbnail {
	height: 75px;
	position: relative;
	width: 100px;
}

.side-widget .editors-picks-posts .post-thumbnail span {
	display: block;
	height: 100%;
	width: 100%;
}

.side-widget .editors-picks-posts .post-thumbnail iframe,
.side-widget .editors-picks-posts .post-thumbnail img,
.side-widget .editors-picks-posts .post-thumbnail video {
	display: block;
}

.side-widget .editors-picks-posts .post-thumbnail iframe,
.side-widget .editors-picks-posts .post-thumbnail video {
	border: none;
	height: 75px;
	max-width: 100%;
	overflow: hidden;
}

.side-widget .editors-picks-posts .entry-header {
	width: calc(100% - 110px);
}

.side-widget .editors-picks-posts .entry-title {
	color: #000;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.42857;
}

@supports (display: -webkit-box) {

	.side-widget .editors-picks-posts .entry-title[data-line] {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		overflow: hidden;
	}
}

.side-widget .editors-picks-posts .entry-meta {
	align-items: center;
	display: flex;
	margin-top: 10px;
}

.side-widget .editors-picks-posts .entry-pr {
	color: #aaa;
	font-size: 0.625rem;
	line-height: 1.4;
}

.side-widget .editors-picks-ranking .ranking-post {
	counter-increment: a;
	margin-top: 12px;
}

.side-widget .editors-picks-ranking .ranking-post:first-of-type .post-thumbnail::after {
	background-color: #c09b0f;
}

.side-widget .editors-picks-ranking .ranking-post:nth-of-type(2) .post-thumbnail::after {
	background-color: #96a9b3;
}

.side-widget .editors-picks-ranking .ranking-post:nth-of-type(3) .post-thumbnail::after {
	background-color: #ba6e40;
}

.side-widget .editors-picks-ranking a {
	display: flex;
	justify-content: space-between;
}

.side-widget .editors-picks-ranking a:hover .entry-title {
	color: #e32202;
}

.side-widget .editors-picks-ranking .post-thumbnail {
	height: 75px;
	position: relative;
	width: 100px;
}

.side-widget .editors-picks-ranking .post-thumbnail span {
	display: block;
	height: 100%;
	width: 100%;
}

.side-widget .editors-picks-ranking .post-thumbnail iframe,
.side-widget .editors-picks-ranking .post-thumbnail img,
.side-widget .editors-picks-ranking .post-thumbnail video {
	display: block;
}

.side-widget .editors-picks-ranking .post-thumbnail iframe,
.side-widget .editors-picks-ranking .post-thumbnail video {
	border: none;
	height: 75px;
	max-width: 100%;
	overflow: hidden;
}

.side-widget .editors-picks-ranking .post-thumbnail::after {
	align-items: center;
	background-color: #000;
	color: #fff;
	content: counter(a);
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	font-weight: 500;
	height: 26px;
	justify-content: center;
	left: 0;
	line-height: 1.66667;
	margin-right: 15px;
	position: absolute;
	top: 0;
	width: 26px;
	z-index: 10;
}

.side-widget .editors-picks-ranking .entry-header {
	width: calc(100% - 110px);
}

.side-widget .editors-picks-ranking .entry-title {
	color: #000;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.42857;
}

@supports (display: -webkit-box) {

	.side-widget .editors-picks-ranking .entry-title[data-line] {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		overflow: hidden;
	}
}

.side-widget .editors-picks-ranking .entry-meta {
	align-items: center;
	display: flex;
	margin-top: 10px;
}

.side-widget .editors-picks-ranking .entry-pr {
	color: #aaa;
	font-size: 0.625rem;
	line-height: 1.4;
}

/*!-----
--------------------------------------------------------
Layout footer.scss
#site-header
.header-inner
--------------------------------------------------------------*/
#site-footer {
	background-color: #000;
	margin-top: 36px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}

#sns-menu-container {
	background-color: #ececec;
	height: 70px;
	list-style: none;
	width: 100%;
}

#sns-menu-container,
#sns-menu-container p {
	align-items: center;
	display: flex;
	justify-content: center;
}

#sns-menu-container p {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-right: 21px;
}

#sns-menu-container p img {
	margin-left: 30px;
}

#sns-menu-container li,
#sns-menu-container ul {
	align-items: center;
	display: flex;
}

#sns-menu-container li {
	height: 46px;
	margin: 0 9px;
}

#sns-menu-container a,
#sns-menu-container img {
	display: block;
}

.footer-nav-group {
	margin: 0 auto;
	max-width: 1080px;
	padding: 20px 0 0;
	width: 100%;
}

#footer-menu-container {
	padding: 10px 0;
}

#footer-menu {
	display: flex;
	justify-content: center;
}

#footer-menu li {
	margin: 0 20px;
}

#footer-menu a {
	color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
}

#footer-menu a:hover {
	text-decoration: underline;
}

#footer-meta-menu-container {
	padding: 10px 0;
}

#footer-meta-menu {
	display: flex;
	justify-content: center;
}

#footer-meta-menu li {
	margin: 0 20px;
}

#footer-meta-menu a {
	color: #fff;
	display: block;
	font-size: 0.8125rem;
	line-height: 1.46154;
}

#footer-meta-menu a:hover {
	text-decoration: underline;
}

.copyright {
	margin: 8px auto 0;
	max-width: 1080px;
	text-align: center;
	width: 100%;
}

.copyright small {
	color: #999;
	font-size: 0.75rem;
	line-height: 1.5;
}

.footer-logo {
	height: 40px;
	margin: 26px auto 0;
	width: 122px;
}

.footer-logo img {
	display: block;
	margin: 0 auto;
}

/*!-----
--------------------------------------------------------
Layout ads.scss

--------------------------------------------------------------*/
.bbear-adm-header {
	margin-left: 30px;
}

.bbear-adm-billboard {
	margin-bottom: 36px;
	max-width: 746px;
	width: 100%;
}

.bbear-ad-halfway {
	margin-top: 36px;
	width: calc(100% - 24px);
}

.bbear-ad-halfway-primary,
.bbear-ad-halfway-secondary,
.bbear-ad-halfway-tertiary,
.bbear-ad-template-primary,
.bbear-ad-template-secondary {
	margin-bottom: 36px;
}

.bbear-ad-footer,
.widget_bbearad-recommend,
.widget_bbearad-single-bottom {
	margin-top: 36px;
}

.bbear-ad {
	position: relative;
	z-index: 1;
}

.summary .single-post {
	overflow: auto;
}

.summary .entry-content p:first-of-type {
	margin-bottom: 20px;
}

.summary .entry-content .summary-thumbnail {
	float: left;
	margin-right: 16px;
	width: 223px;
}

.summary .entry-content .summary-thumbnail img {
	margin-top: 0;
	width: 223px;
}

.summary .entry-content .read-more {
	float: right;
	margin-bottom: 0;
	width: 300px;
}

.summary .entry-content .read-more a {
	background: #e32202;
	border-radius: 3px;
	clear: both;
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 0;
	overflow: hidden;
	padding: 12px 0;
	text-align: center;
}

.summary #single-widget .post-bottom {
	margin-top: 36px;
}
