/*
Theme Name: Mmdesign piece 2026
Author: Marie
Version: 2023
*/

a {
		overflow-wrap: break-word; /* 長い単語を途中で折り返す */
		word-break: break-word;    /* 互換用 */
}


.wp-block-spacer {
	position: relative;
}
.wp-block-spacer::before {
	content: "";
	background-image: url(img/dot.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
}


.comment-thankyou {
		padding: 10px;
		margin-bottom: 15px;
		background: #f0fff0;
		border: 4px solid #8bc34a;
		border-radius: 6px;
}
.comment-error {
		padding: 10px;
		margin-bottom: 15px;
		background: #fff0f0;
		border: 4px solid #e57373;
		border-radius: 6px;
}
.comment-sending {
		padding: 10px;
		margin-bottom: 15px;
		background: #f0f0ff;
		border: 4px solid #90caf9;
		border-radius: 6px;
}
.book-link {
	position: relative;
	padding: 30px;
	width: fit-content;
	margin: 5px;
	background-image: url(img/bg-lightblue.png);
	background-size: 70px;
	background-position: center;
	z-index: 0;
	margin-bottom: 20px;
}
.book-link::after {
	content: "" ;
	display: block;
	background-image: url(img/bg.jpg);
	background-size: cover;
	background-position: center top;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: -1;
	opacity: .8;
}
.book-link .btn {
	background-image: linear-gradient(166deg, rgb(83,158,251) 0%, rgba(151,78,233,0.99608) 100%);
	background-image: url(img/bg-bird.png);
	background-size: 57px;
	background-position: center;
	display: block;
	border: none;
	margin-bottom: 0;
}
.book-link .btn a {
	padding: 10px;
	font-weight: bold;

	text-decoration: none;
}
.book-link figure {
	margin: 0 auto 16px;
	max-width: 200px;
}
.txt .book-link p {
	padding-bottom: 0;
}
.books {
	margin-top: 30px;
	width: fit-content;
	position: relative;
}
.books::before {
	content: "";
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	height: 70px;
	background-image: url('img/book.png');
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
}
.books::after {
	font-family: YakuHanJP, "League Script", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	content: "The books I read";
	display: block;
	position: absolute;
	top: 25px;
	left: 60px;
	font-size: 20px;
}


mark {
	font-style: normal;
	font-size: 124%;
}
mark.has-luminous-vivid-amber-color {
	color: inherit !important;
	border-bottom: solid #fff840 4px;
	font-size: 103%;
	line-height: 1.8;
}
mark.has-pale-cyan-blue-color {
	color: inherit !important;
	background-color: #87fffe !important;
	font-size: 103%;
	line-height: 1.8;
	padding-left: 1px;
	
}


.border-yellow {
	border: 3px solid #feff8c;
	padding: 14px;
	width: fit-content;
	margin-bottom: 16px;
}
.border-gray {
	border: 3px solid #eee;
	padding: 14px;
	width: fit-content;
	margin-bottom: 16px;
}
.border-gray p:last-child {
	padding-bottom: 0;
}


.searchform {
	text-align: center;
}
.searchform input {
	max-width: 600px;
	width: 80%;
	padding: 20px;
	margin: 14px auto;
	border: 1px solid slategray;
	position: relative;
	display: inline-block;
	background: white;

}

.search-submit {
	background: none;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

.searchform .input-textarea-wrapper {
	margin: auto;
}
.searchform .input-textarea-wrapper::before {
	content: none;
}
#mirror{
		margin-top:6px;
		font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
		white-space: pre-wrap;      /* 改行・連続スペース保持 */
		background:#f7f7f7;
		padding:6px 20px;
		border-radius:6px;
		width: 648px;
		max-width: 100%;
		margin: auto;
		min-height: 37.59px;
		text-align: left;
}



/* ブログカード */
.blog-card {
	padding: 14px;
	border: 4px solid #eee;
	position: relative;
	max-width: 800px;
	margin-bottom: 16px;
	margin-top: 10px;
}
.blog-card-thumbnail {
	width: 30%;
}
.blog-card-content {
	width: 70%;
	padding-left: 14px;
}
.txt .blog-card a {
	text-decoration: none;
	align-items: center;
}
.blog-card img {
	display: inline-block;
}
.blog-card-title {
	font-size: 18px;
	padding-bottom: 10px;
}
.blog-card-excerpt {
	font-size: 14px;
	padding-bottom: 10px;
}
.blog-card-url {
	font-size: 11px;
}
.blog-card::before {
	content: "関連記事";
	font-size: 12px;
	font-family: "Mochiy Pop P One", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-image: url(/abundance/wp-content/uploads/2025/09/en@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	position: absolute;
	top: -15px;
	left: -5px;
	padding: 24px 20px;
	z-index: 24;
}


/* 目次 */

#toc_container {
	background-color: #f9f9f9;
	background-image: url(img/bg-note.png);
	background-size: 100%;
	padding: 20px 10px 10px;
	margin-bottom: 1em;
	margin-top: 1em;
	width: auto;
	display: table;
	font-size: 95%;
	position: relative;
}
#toc_container::before {
	content: "";
	width: 60px;
	height: 80px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(img/bg-bird.png);
	display: block;
	position: absolute;
	top: -20px;
	left: 10px;
}
.txt p.toc_title {
	text-align: center;
	font-family: "League Script", cursive;
	font-size: 140%;
	padding-bottom: 0;
}
.toc_number {
	border-right: 1px solid slategray;
	padding-right: 6px;
	font-family: "Google Sans Code", monospace;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.toc_list li:nth-child(n+1):nth-child(-n+9) .toc_number::before {
	content: "0";
}
#toc_container ul {
	padding: 10px 40px 10px 10px;
	background: none;
	
}
#toc_container li {
	list-style-type: none;
	display: inherit;
	padding-left: inherit;

}
#toc_container li::before {
	content: none;
	line-height: inherit;
}
.toc_list li a {
	display: block;
	text-decoration: none;
	border-bottom: dotted #b1dee3 4px;
	border-bottom: 1px dotted #63869e;
}
#toc_container ul ul {
	margin-left: 0;
	padding: 0;
}
#toc_container ul ul li a {
	text-indent: 20px;
	border-bottom: 1px dotted #c9d15c;
	border-bottom: 1px dotted #63869e;
}

.promotion_txt {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 12px;
	margin-bottom: 40px;
}
.pr {
	border: 1px solid #edf6ff;
	width: fit-content;
	margin-bottom: 16px;
	padding: 14px 10px 5px;
	position: relative;
}
.pr::after {
	content: "PR";
	color: #6fd7e3;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.txt .pr p {
	padding-bottom: 0;
}

p a[target="_blank"]::after {
	content: "open_in_new";
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	position: relative;
	bottom: -4px;
	text-decoration: none;
}
.txt a::before {

}

blockquote, .blockquote {
	position: relative;
	padding:26px 26px 13px;
	margin-bottom: 16px;
	width: fit-content;
/*	border: 5px solid #b1dee3; */
	font-size: 96%;
	max-width: calc(100% - 40px);
	margin-left: 20px;
	background: #eeef;
}
blockquote::before,
blockquote::after,
.blockquote::before,
.blockquote::after {
	font-size:90px;
	font-family: "Ribeye", serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	color: #999f;
	/* background: white; */
	line-height: 0;
	width: 60px;
	height: 40px;
	background-size: 100%;
	display: block;
}
blockquote::before,
.blockquote::before {
	content: "“";
	top: 40px;
	left: -20px;
	/* background-image: url(img/blockquote__before.png); */

}
blockquote::after,
.blockquote::after {
	content: "”";
	bottom: 10px;
	right: -30px;
	/* background-image: url(img/blockquote__after.png); */
}
blockquote cite,
.cite {
	font-size: 10px;
	display: block;
	opacity: .8;
	text-align: right;
	word-break: break-all;
}
cite a {
	word-break: break-all
}
blockquote cite::before,
.cite::before {
	content: "ー";
}



.trading_game::after {
	content: "──引用元：トレーディング・ゲーム　天才トレーダーのクソったれ人生 ギャリー スティーヴンソン (著), 千葉 敏生 (翻訳) ／早川書房";
	font-size: 10px;
	display: block;
	opacity: .8;
	text-align:right;
	margin-top: 14px;
}

.bakuman {
	
}
.bakuman::after {
	content: "──引用元：『バクマン。』大場つぐみ・小畑健／集英社";
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
	display: block;
	opacity: .8;
}
.nodame::after {
	content: "──引用元：『のだめカンタービレ』二ノ宮知子／講談社";
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
	display: block;
	opacity: .8;
}
.tufti::after {
	content: "──引用元：タフティ・ザ・プリーステス 世界が変わる現実創造のメソッド／SBクリエイティブ";
text-align: right;
	font-size: 10px;
	display: block;
	opacity: .8;
}


.amazon::after {
	content: "Amazon アソシエイトリンク";
	font-size: 10px;
	display: block;
}
.fit {
	width: fit-content;
}

/* ====================
 投稿内装飾 フレーム
==================== */
.frame1 {
	width: fit-content;
	margin: auto;
}
.frame1::before,.frame1::after {
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.frame1::before {
	background-image: url(img/frame1-top.svg);
	margin-bottom: 14px;
}
.frame1::after {
	background-image: url(img/frame1-bottom.svg);
	margin-top: 20px;
}

.frame-bird {
	width: fit-content;
	margin: auto;
	background-image: url(img/bg-bird.png);
	background-size: 50px;
	background-position: center;
	padding: 60px;
	position: relative;
	border: 1px solid #d7af0d;
	margin-bottom: 20px;
}
.frame-bird::before {
	width: calc(100% - 120px);
	height: calc(100% - 120px);
	content: "";
	background: white;
	top: 60px;
	left: 60px;
	display: block;
	position: absolute;
}
.frame-bird div {
	position: relative;
	padding: 20px;
	padding-bottom: 0;
}

.frame-dog {
	width: fit-content;
	margin: 20px auto;
	border: 40px solid #fff29b;
	position: relative;

}
.frame-dog::before {
	content: "";
	background-image: url(img/dog.png);
	background-size: 100%;
	display: block;
	position: absolute;
	left: -60px;
	top: -80px;
	width: 40px;
	height: 117px;
}
.frame-dog::after {
	content: "";
	background-image: url(img/dog-footprints.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: -40px;
	bottom: -50px;
	width: 30px;
	height: 39px;
}
.frame-dog div {
	position: relative;
	padding: 20px;
	padding-bottom: 0;
}



.mw100 {max-width: 100px;}
.mw200 {max-width: 200px;}
.mw300 {max-width: 300px;}
.mw400 {max-width: 400px;}
.mw500 {max-width: 500px;}
.mw600 {max-width: 600px;}
.mw700 {max-width: 700px;}
.mw800 {max-width: 800px;}

.mb {
	margin-bottom: 1em;
}
.marginAuto {
	margin-left: auto;
	margin-right: auto;
}
ul,ol,.has-background {
	margin-bottom: 16px;
}
.txt ul, .txt ol {
	margin-bottom: 16px;
	background: #f9f9f9;
	padding: 14px;
	list-style-position: inside;
}

.has-background p:last-child,
.wp-block-quote p:last-child {
	padding-bottom: 0;
}
.txt ul ul {
	margin-left: 16px;
	margin-bottom: 0;
	padding: 0 14px;

}
.txt ul ul li {
	list-style-type: circle;
}
.has-background {
	padding: 14px;
}

.chatgpt,.txt p.chatgpt {
	border: 1px solid #eee;
	position: relative;
	padding-bottom: 20px;
}
.txt p.chatgpt,ul.chatgpt {
	background: #f3f3f3;
	padding: 20px;
	margin-bottom: 16px;
}
.chatgpt::after {
	content: "この回答はChatGPT（OpenAI）によるものです";
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.wp-block-group.chatgpt {
	padding: 16px;
	margin-bottom: 20px;
}
.wp-block-group.chatgpt h2 {
	padding-top: 0;
}

figure {margin-bottom: 16px;
}
figcaption {
	font-size: 80%;
	padding-left: 5px;
	text-align: left;
}


.balloon {
		display: flex;
		margin: 1em 0;
		align-items: center;
}
.balloon::before {
	content: '';
	width: 100px;
	height: 130px;
	background-image: url(/abundance/wp-content/uploads/2025/09/cropped-site-icon-r.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	margin-right: 15px;
}
.balloon .wp-block-group__inner-container {
		position: relative;
		padding: 1em;
		background: #f0f0f0;
		border-radius: 10px;
		max-width: 70%;
		font-size: 0.95em;
		line-height: 1.4;
}

.balloon .wp-block-group__inner-container::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: -17px;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-right-color: #f0f0f0;
}
.txt .balloon p {
	padding-bottom: 0;
}


.balloon-left .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0;
	align-items: center;
}
.balloon-left figure {
	width: 100px;
	margin-right: 20px;
	margin-bottom: 0;
}
.balloon-left .comment {
	width: calc(100% - 120px);
	max-width: fit-content;
	position: relative;
	padding: 1em;
	background: #f0f0f0;
	border-radius: 10px;
}
.balloon-left .comment::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: -17px;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-right-color: #f0f0f0;
}
.wp-block-image img {
	aspect-ratio: inherit !important;
	width: 100%;
	height: auto;
}

/*    

*/



.alignitemsCenter {
	display: flex;
	align-items: center;
}
.alignitemsCenter img {
	margin-right: 10px;
	margin-left: 10px;
}

.pagenate_link {
	margin: auto;
	width: fit-content;
	font-size: 11.4px;
	font-family: "Google Sans Code", monospace;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.pagenate_link .small {
	font-size: 80%;
}
.page-numbers {
	padding: 4px 6px;
}
.page-numbers.current {
		background-color: white;
		background-image: linear-gradient(166deg, rgb(83,158,251) 0%, rgba(151,78,233,0.99608) 100%);
		background-image: url(img/bg-blue.png);
				opacity: 0.851;

		color: white;

}





.postinfo time {
	display: flex;
	align-items: center;
}
.postinfo time span {
	font-size: 18px !important;
	color: slategray;
}
.tags a::before {
	content: "tag";
	font-family: 'Material Symbols Outlined';
	position: relative;
	bottom: -2px;
	
}
.tags a {
	border: 1px solid slategray;
	border-radius: 13px;
	padding: 1px 3px;
	font-size: 11px;
	word-break: keep-all;
}

.content ul {
	list-style-position: outside;
	padding: 20px;
	padding-left: 30px;
	
}
.content ul li {
	list-style-type: disc;
	align-items: center;
	position: relative;

	}
	/*
.content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	
	width: 20px;
	height: 20px;

	margin-right: 10px;
	background-image: url(img/btn-white2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
}

*/


.content li a {
	display: block;
	padding: 4px 0;

}
.content ol li {
	list-style:inherit;
}
.content ol li::marker {
	font-family: YakuHanJP, "League Script", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


.comment-respond {
	border-top: 1px solid #6394a3;
	margin-top: 30px;
}
.comment-respond p {
	font-size: 14px;
	padding-bottom: 14px;
}
input, textarea {
	background: #efefef;
	line-height: 1.6;

	padding:14px 20px;
	border: none;
	outline: none;
	font-size: 16px;
	box-sizing: border-box;
	display: block;
	max-width: 90%;
	transition: 2s;
	position: relative;
}

.input-textarea-wrapper {
	position: relative;
	overflow:hidden;
	max-width: 100%;
	width: fit-content;
	
}
.input-textarea-wrapper::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url('img/bg-lightblue-btn.jpg');
	background-size: 60vw;
	background-position: center;
	transition: 1s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.input-textarea-wrapper.typing::before {
	opacity: .369;
}


input[type="submit"] {
	padding: 14px;
	width: 200px;
	background: none;
	color: black;
	cursor: pointer;
	margin: auto;
	background-image: url(img/underline.png),url(img/underline.png);
	background-position: center bottom, center top;
	background-size: 100%;
	background-repeat: no-repeat;

}
.input-textarea-wrapper:has(input[type="submit"]) {
	margin: auto;
}
.input-textarea-wrapper:has(input[type="submit"])::before {
	content: none;

}

.comment-form-cookies-consent {
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		position: relative;
		flex-wrap: wrap;
}
.comment-form-cookies-consent label {
	width: calc(100% - 36px);
	line-height: 1.3;
}
.comment-form-cookies-consent input[type="checkbox"] {
		appearance: none; /* デフォルトのチェックボックスを非表示 */
	-webkit-appearance: none;
		width: 20px;
		height: 20px;
		border-radius: 4px;
		position: relative;
		cursor: pointer;
		padding: 2px;
}

.comment-form-cookies-consent input[type="checkbox"]:checked::before {
		content: '✔'; /* チェックマーク */
		color: #fff;
		font-size: 16px;
		position: absolute;
		top: 0;
		left: 2px;
}

.comment-form-cookies-consent input[type="checkbox"]:checked {
		
}
.required {
	color: #d0759a;
}



.btn {
	border: 1px solid #232323;
	text-align: center;
	width: fit-content;
	padding: 4px 16px;
	margin: 20px auto;
}



/*    

*/
.fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
}

body {
	line-height: 1.6;
	font-size: 16px;
	color: #232323;
	position: relative;
	font-family: YakuHanJP, "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	letter-spacing: .06em;
}

/*
body.home {
	background: #025490;
}
body.home::after {
		content: "";
		display: block;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		position: fixed;
		z-index: -2;
		background-image: url(img/uchuu3-2.jpg);
		background-position: center;
		animation: home-bg 3s forwards;
		filter: blur(5px);
}
@keyframes home-bg {
	100% {
		filter: blur(.4px);
	}
}
*/


/*
body.home::before {
	content: "";
	display: block;
	background-image: url('img/bg-face2.svg');
	background-size: 100%;
	width: calc(100% - 50px);
	height: 100vh;
	position: fixed;
	top: 160px;
	left: 25px;
	z-index: -1;
	transition: 1s;
}
body.home.scrolled::before {
	top: -300px;
	height: calc(100vh + 300px);
	width: 124%;
	left: -4%;
}

*/



a,
a img {
	transition: 1s;
	display: inline-block;
}
img {
	display: inline-block;
}
a:hover img {
	opacity: 0.8;
}
a {
	color: slategray;
}
a h1 {
	color: #464646;	
}
.site_catch {
	padding: 0 16px;
	font-size:  12px;
}
img {
	max-width: 100%;
	height: auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex img {


}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.breadcrumb {
	font-size: 11px;
	display: flex;
	flex-wrap: wrap;
}
.pagelink {
	padding: 1em 0;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
.pagelink a {
	text-decoration: none;
	padding: 6px;
	display: block;
}

.pagelink .link-thumbnail {
 display: block;
	margin-bottom: 10px;
}
.link-thumbnail img {
	display: block;
}
.pagelink div {
	width: calc(50% - 8px);
	border: 1px solid #eee;
}
.newpage {
	text-align: right;
}

.breadscrumb li {
	padding: 0 10px;
	display: block;
}
.breadscrumb li:first-child {
	padding-left: 0;
}

/*    */
.inner {
	max-width: 1024px;
	margin: auto;
}

.inner2 {
	max-width: 900px;
}
.eyecatch img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.eyecatch {
	margin-bottom: 1em;
}
header {
	text-align: center;
	padding: 2em 0;
	transition: 1s;
}
.home header {
	color: darkslateblue;
}

.home.scrolled header {
	
}
.postinfo {
	font-size: 80%;
	font-family: "Google Sans Code", monospace;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.normal-list li {
	border-bottom: 1px solid #464646;
	padding: 2em .4em;
}



.normal-list a {

}
.normal-list .flex {
	align-items: center;
}
.normal-list .eyecatch {
	margin-bottom: 0;
}
.normal-list .eyecatch a {
	display: block;
}
.normal-list .eyecatch img {
	display: block;
}
footer {
	text-align: center;
	padding: 2em 0 0;
	font-size: 13px;
	
}


/* ページトップボタン */
#pagetop {
		position: fixed;
		bottom:40px;
		right: 20px;
		z-index: 10000;
		cursor: pointer;
		transition: transform 1s ease;
		opacity: 0;
		transform: translateY(100px);

}

/* フッター手前で止まるとき用 */
#pagetop.stop {
		position: absolute;
}

/* ボタン画像 */
#pagetop img {
		width: 40px;
		height: auto;
		display: block;
		transition: transform 0.2s ease-in-out;
}

/* スクロールで出現 */
#pagetop.show {
	transform: translateY(0);
		opacity: 1;
}


/* hover横揺れ */
#pagetop.hover img {
		animation: rocket-shake 0.4s ease-in-out infinite;
}

@keyframes rocket-shake {
		0%   { transform: rotate(0deg); }
		25%  { transform: rotate(-6deg); }
		50%  { transform: rotate(6deg); }
		75%  { transform: rotate(-4deg); }
		100% { transform: rotate(0deg); }
}

/* 飛ぶときのアニメーション（transformのみ） */
#pagetop.fly {
		transition: transform 1s ease-in;
}


footer .contact {
	margin-bottom: 20px;

}
footer .contact .material-symbols-outlined {
	position: relative;
	bottom: -2px;
	font-size: 15px;
	margin-right: 2px;
}
.footer-bottom {
	/* background-image: url(img/bg-blue.png); */
	background-size: 200px;
	image-rendering: pixelated;
	padding: 30px 0;
	/* color: #fff; */
}
.sns_link {
	margin-bottom: 20px;
}
footer nav {
	font-size: 12px;
}
footer nav ul {
	justify-content: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: rgba(255,255,255,.2);
}
footer nav li {
	border-right: 1px solid #fff;
	padding: 3px 6px 3px 3px;
}
footer nav li:first-child {
	border-left: 1px solid #fff;
}
footer nav li a::before {
	content: "arrow_right";
	font-family: 'Material Symbols Outlined';
	position: relative;
	bottom: -2px;
}
footer nav li .material-symbols-outlined {
	font-size: 10px;
}
footer nav li a {
	color: #fff;
}
.footer_area {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	margin-bottom: 30px;
	justify-content: center;

}
.footer_area .widget {
	width: fit-content;
	max-width: 240px;
	padding: 0 20px 20px;
	border-right: 1px solid #681534;
	
}
.footer_area .widget:first-child {
	border-left: 1px solid #681534;
}
.footer_area .widget h2 {
	font-family: YakuHanJP, "League Script", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}



/* サイドバー */
.border_list li {
	padding: 4px 0;
	border-bottom: 1px dashed #681534;
}


small,.small {
	font-size: 80%;
}
a h2,a .postinfo {
	color: #464646;
}
.txt a {
	text-decoration: underline;
}
.single .eyecatch {
	width: 140%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
	height:  30vh;
	margin-bottom: 0;
}
.single .eyecatch::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,.224);
	position: absolute;
	top: 0;
	left: 0;
}
.single header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
}
.single main {
	padding-top: 30vh;
}
.single h1 {
	padding-top: 1.369em;
	margin-top: 0;
}
.single_content .inner {
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
h2 {
	padding: 2em 0 .8em;
	font-size: 130%;

}
.article_ttl {
	margin: 16px 0;
	font-size: 136%;
}
.article_ttl::after {
	content: "";
	width: 40px;
	height: 40px;
	background-image: url('img/ttl_end.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	display: inline-block;
	margin-left: -3px;
	margin-bottom: -1px;
}
.page_ttl {
	font-size: 124%;
	border-bottom: 1px solid #232323;
	margin-bottom: 16px;
	padding: 2em 0 .8em;
}
h3,h4 {
	padding: 1em 0;
	font-size: 114%;
}
h3 {
	border: solid 4px #eee;
	padding: 14px;
	margin: 16px 0 20px;
}
.txt p {
	padding-bottom: 16px;
	max-width: 100%;
overflow-wrap: break-word;
}
.single .postinfo {
	margin-bottom: 1em;
}
.content {
	margin-top: 1em;
	margin-bottom: 1em;
}
.content h2 {
	border-bottom: 1px solid #232323;
	padding-bottom: 6px;
	margin-bottom: 16px;
}
.content p img {
	margin-bottom: -5px;
}

/*404 ページ */
.page404 {text-align: center;}
.page404 .material-symbols-outlined {
	position: relative;
	bottom: -4px;
}
.page404 .content a {
	text-decoration: underline;
}
/* all topics ページ */
.all-topics li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid slategray;
}

.tags li a {
	width: fit-content;
	padding: 4px;
	margin-right: 3px;
	margin-bottom: 10px;
	word-break: keep-all;
}
.tags li:last-child a {
	margin-right: 0;
}

/* ランキング */

.ranking {
	justify-content: space-between;
}
.ranking li {
	width: calc(50% - 10px);
	padding: 14px;
	border: 4px solid #eee;
	margin-bottom: 14px;
}
.ranking a {
	align-items: center;
}
.ranking .ranking-img {
	position: inherit;
	width: 36.9%;
	margin-right: 20px;
	height: fit-content;
}
.ranking img {
	display: block;
}

.ranking .txt {
	width: calc(100% - 36.9% - 20px);
	font-size: 14px;
}
.pv {
	font-size: 12px;
	padding-top: 4px;
}
.pv img {
	display: inline-block;
	margin-right: 5px;
}

/*
.pv::after {
	content: "";
	background-image: url(img/pageview-comment.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 165px;
	height: 30px;
	display: inline-block;
	margin-bottom: -8px;
	margin-left: 10px;
}
*/

/* エラー 404ページ */
.error404 a {
	color: aliceblue !important;
}
.error404::before {
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	z-index: -1;

	background-position: center;

}

