/*!
Theme Name: sm_original
Theme URI: https://scarymonsters.com/
Author: scarymonsters.com
Author URI: https://scarymonsters.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
* {
	/* font-family: 'Zen Kaku Gothic New', sans-serif; */
	/* font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
a{
	color: #3f98ef;
	text-decoration: none;
}

a:visited {
	color: #4169e1;
}
ul,
ol {
	margin:0;
}
.bcsection{
	font-size: .75em;
}

img.post-thumb-image{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
 .letter01 {
	display: inline-block;
	position: relative;
} 

.letter01::after {
	content: '終了';
	/* 入れたい文字  */
	position: absolute;
	top: 50%;
	/* 文字の場所 */
	left: 50%;
	/* 文字の場所 */
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
	/* 文字の色 */
	font-size: 200%;
	/* 文字のサイズ */
	font-weight: bold;
	text-shadow: 0 0 10px #00000073;
}

.letter01 img {
	filter: brightness(50%);
		/* 明度50% */
/* 	display: block;
	max-width: 100%;
	height: auto;
	*/
} 
/* 
.nav-post a{
	height: 90px;
} */
.single-box{
	width: 90%;
	max-width: 820px;
	margin: 0 auto;
		position: relative;
}
.entry-title{
	margin-bottom: 1.5rem;
		position: relative;
		/* border-bottom: 1px solid rgba(0, 0, 0, .05); */
}
.entry-meta{
	font-size:smaller;
}
span.badge a,
.entry-meta a{
	color: #fff;
	text-decoration:none;
}
div.entry-meta span.badge {
	margin-right:1em;
}
#page_top {
	width: 90px;
	height: 90px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.6;
}
p.fontawesome-test05::before {
	font-family: "Font Awesome 6 Free";
	content: '\f24e';
	font-weight: 900;
	padding-right: 3px;
}
#page_top a {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	text-decoration: none;
}

#page_top a::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #3f98ef;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top a::after {
	content: 'PAGE TOP';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #3f98ef;
}

.logo img{
	max-height:80px;
	max-width:80px;
}

@media (max-width: 768px) {
	ul#primary-menu {
		margin: 0;
	}

	.navbar-togglerの親要素 {
		display: flex;
	}

	.navbar-toggler {
		margin-left: auto;
	}
}

@media (min-width: 768px) {
	.navbar-nav .nav-item {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}

a[href^="http"]:after,
a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 6 Free";
content: "\f08e";
    font-weight: 900;
    margin: 0 0.25rem;
}
a[href^="https://kuji1.org"]:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}
a[href^="https://x.com"]:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}
a[href^="https://x.com"]{
	color:#000;
}
a.logo_title {
	color:#000;
	font-weight: 900;
}
.xo-slider{
	margin:1em 0;
}
.xo-slider .slide-content {
	font-size: calc(12px + 12 * ((100vw - 320px) / 1120));
}
.xo-slider .slide-content .slide-content-title {
	font-size: 1.4em;
}
.xo-slider .slide-content .slide-content-subtitle {
	font-size: 1em;
}
.xo-slider .slide-content .slide-content-text {
	font-size: .8em;
}
.xo-slider .slide-content {
  pointer-events: none;
}