/*
Theme Name: 雑学infoまとめ.siteのテーマ（2026年制作）
*/

/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------
全体
----------------------------------------*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 1200px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

img,
iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a {
	color: #0000ee;
}

a:hover {
	color: #681da8;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.full-img img {
	height: auto;
	width: 100%;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 37.5px;
	position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
	width: 560px;
}

.douga-in {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.douga-in iframe {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.indent-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 6em;
	text-indent: -6em;
}

.indent-7 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}

.indent-8 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8em;
	text-indent: -8em;
}

.indent-9 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 9em;
	text-indent: -9em;
}

.indent-10 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10em;
	text-indent: -10em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchou {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.hirago {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

strong,b,.strong {
	font-weight: 700;
}

:root {
	--knowledge: #ff3333;
	--diet: #ff66cc;
	--urbanlegend: #0099ff;
	--it: #00CC66;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.purple {
	color: #9400d3;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up::before {
	content: "\e001";
}

/* 角が丸い> */
.icon-chevron-right::before {
	content: "\e024";
}

/* ▲ */
.icon-triangle-right::before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1::before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2::before {
	content: "\e004";
}

/* ○ */
.icon-maru-1::before {
	content: "\e005";
}

/* ● */
.icon-maru-2::before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3::before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4::before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1::before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2::before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1::before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2::before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3::before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4::before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone::before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone::before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2::before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3::before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed::before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1::before {
	content: "\e020";
}

/* ＋ */
.icon-plus::before {
	content: "\e021";
}

/* － */
.icon-minus::before {
	content: "\e022";
}

/* × */
.icon-batsu::before {
	content: "\e023";
}

/*----------------------------------------
画像関連
----------------------------------------*/

/*----------------------------------------
header
----------------------------------------*/

header {
	box-sizing: border-box;
}

.head-in {
	box-sizing: border-box;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.customize-support .head-in {
	margin-top: 32px;
}

.head-in::before {
	background: #000;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.head-in .wrapper {
	padding: 10px 0;
	position: relative;
	z-index: 2;
}

.head-in-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 400px;
}

.head-in-logo .img-banner {
	background: url(images/logo-3.png) no-repeat;
	padding-bottom: 18.3%;
}

.head-in-in {
	box-sizing: border-box;
	float: right;
	max-width: calc(100% - 500px);
}

.head-in-in-menu {
	box-sizing: border-box;
}

.head-in-in-menu ul {
	box-sizing: border-box;
}

.head-in-in-menu ul li {
	box-sizing: border-box;
	float: left;
	margin-right: 60px;
}

.head-in-in-menu ul li:last-child {
	margin-right: 0;
}

.head-in-in-menu ul li a {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.head-in-in-menu ul li a::before,
.head-in-in-menu ul li a::after {
	background: #fff;
	box-sizing: border-box;
	content: "";
	left: -100%;
	height: 3px;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
}

.head-in-in-menu ul li.li-now a::before,
.head-in-in-menu ul li.li-now a::after {
	left: 0;
	transition: none;
	-webkit-transition: none;
}

.head-in-in-menu ul li a::before {
	top: 0;
}

.head-in-in-menu ul li a::after {
	bottom: 0;
}

.head-in-in-menu ul li.li-knowledge a::before,
.head-in-in-menu ul li.li-knowledge a::after {
	background: var(--knowledge);
}

.head-in-in-menu ul li.li-diet a::before,
.head-in-in-menu ul li.li-diet a::after {
	background: var(--diet);
}

.head-in-in-menu ul li.li-urbanlegend a::before,
.head-in-in-menu ul li.li-urbanlegend a::after {
	background: var(--urbanlegend);
}

.head-in-in-menu ul li.li-it a::before,
.head-in-in-menu ul li.li-it a::after {
	background: var(--it);
}

.head-in-in-menu ul li a:hover::before,
.head-in-in-menu ul li a:hover::after {
	left: 0;
}

.head-in-in-menu-main {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	overflow: hidden;
	position: relative;
}

.head-in-in-menu-main::before {
	box-sizing: border-box;
	clip: rect(0,0,100px,0);
	content: "";
	left: -100%;
	position: absolute;
	top: 0;
	transition: clip 1.5s linear;
	-webkit-transition: clip 1.5s linear;
	width: 100%;
}

.head-in-in-menu ul li.li-now .head-in-in-menu-main::before {
	clip: rect(0,300px,100px,0);
	left: 0;
	transition: none;
	-webkit-transition: none;
}

.head-in-in-menu ul li.li-knowledge .head-in-in-menu-main::before {
	color: var(--knowledge);
	content: "豆知識";
}

.head-in-in-menu ul li.li-diet .head-in-in-menu-main::before {
	color: var(--diet);
	content: "ダイエット";
}

.head-in-in-menu ul li.li-urbanlegend .head-in-in-menu-main::before {
	color: var(--urbanlegend);
	content: "都市伝説";
}

.head-in-in-menu ul li.li-it .head-in-in-menu-main::before {
	color: var(--it);
	content: "IT";
}

.head-in-in-menu ul li a:hover .head-in-in-menu-main::before {
	clip: rect(0,300px,100px,0);
	left: 0;
}

.head-in-in-menu-sub {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 1;
	margin-top: 5px;
	position: relative;
}

.head-in-in-menu-sub::before {
	box-sizing: border-box;
	clip: rect(0,0,100px,0);
	content: "";
	left: -100%;
	position: absolute;
	top: 0;
	transition: clip 1.5s linear;
	-webkit-transition: clip 1.5s linear;
	width: 100%;
}

.head-in-in-menu ul li.li-now .head-in-in-menu-sub::before {
	clip: rect(0,300px,100px,0);
	left: 0;
	transition: none;
	-webkit-transition: none;
}

.head-in-in-menu ul li.li-knowledge .head-in-in-menu-sub::before {
	color: var(--knowledge);
	content: "- KNOWLEDGE -";
}

.head-in-in-menu ul li.li-diet .head-in-in-menu-sub::before {
	color: var(--diet);
	content: "- DIET -";
}

.head-in-in-menu ul li.li-urbanlegend .head-in-in-menu-sub::before {
	color: var(--urbanlegend);
	content: "- URBAN LEGEND -";
}

.head-in-in-menu ul li.li-it .head-in-in-menu-sub::before {
	color: var(--it);
	content: "- IT -";
}

.head-in-in-menu ul li a:hover .head-in-in-menu-sub::before {
	clip: rect(0,300px,100px,0);
	left: 0;
}

/*----------------------------------------
TOPページ
----------------------------------------*/

/*------------------------------
TOP KV
------------------------------*/

.top-kv {
	box-sizing: border-box;
	height: 700px;
}

.top-kv-list {
	box-sizing: border-box;
	height: 100%;
}

.top-kv-list li {
	box-sizing: border-box;
	height: 700px;
	position: relative;
}

.top-kv-list-img {
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center !important;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.top-kv-list-in {
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	height: 250px;
	position: absolute;
	width: 100%;
}

.top-kv-list-in::before {
	background: #000;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-kv-list-in .wrapper {
	padding: 20px 0;
	position: relative;
	z-index: 2;
}

.top-kv-list-in-date {
	box-sizing: border-box;
	line-height: 0;
}

.top-kv-list-in-date-in {
	box-sizing: border-box;
}

.top-kv-list-in-date-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.5;
	padding-left: 33px;
	position: relative;
}

.top-kv-list-in-date-in-text::before {
	box-sizing: border-box;
	content: "\f017";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 7px;
}

.top-kv-list-in-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 20px;
}

.top-kv-list-in-title a {
	color: #fff;
	text-decoration: none;
}

.top-kv-list-in-title a:hover {
	text-decoration: underline;
}

.top-kv-list-in-title a h2 {
	box-sizing: border-box;
	display: inline;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.5;
}

/*------------------------------
トップメイン
------------------------------*/

.top-content {
	box-sizing: border-box;
}

.top-content .wrapper {
	padding: 60px 0 100px;
}

.top-content-con {
	box-sizing: border-box;
	margin-bottom: -21px;
}

.top-content-con section {
	box-sizing: border-box;
	border-color: #000 !important;
	border: 3px solid;
	float: left;
	margin: 0 21px 21px 0;
	width: 382px;
}

.top-content-con section:nth-child(3n),
.top-content-con section:last-child {
	margin-right: 0;
}

.top-content-con-main {
	box-sizing: border-box;
	position: relative;
}

.top-content-con-main-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top-content-con-main-img img {
	height: auto;
	width: 100%;
}

.top-content-con-main-cate {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 150px;
	z-index: 2;
}

.top-content-con-main-cate::before {
	background: #000;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-content-con-main-cate.cate-knowledge::before {
	background: var(--knowledge);
}

.top-content-con-main-cate.cate-diet::before {
	background: var(--diet);
}

.top-content-con-main-cate.cate-urbanlegend::before {
	background: var(--urbanlegend);
}

.top-content-con-main-cate.cate-it::before {
	background: var(--it);
}

.top-content-con-main-cate:hover::before {
	opacity: 1;
}

.top-content-con-main-cate-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

.top-content-con-in {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: calc(100% - 251px);
	padding: 20px;
}

.top-content-con-in-date {
	box-sizing: border-box;
	line-height: 0;
}

.top-content-con-in-date-in {
	box-sizing: border-box;
}

.top-content-con-in-date-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding-left: 31px;
	position: relative;
}

.top-content-con-in-date-in-text::before {
	box-sizing: border-box;
	content: "\f017";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 6px;
}

.top-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
	margin: 20px 0;
}

.top-content-con-in-title a {
	color: #000;
	text-decoration: none;
}

.top-content-con-in-title a:hover {
	text-decoration: underline;
}

.top-content-con-in-title a h3 {
	box-sizing: border-box;
	display: inline;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
}

.top-content-con-in-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: auto auto 0;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

.top-content-con-in-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 3px solid;
	border-radius: 100px;
	color: #000;
	display: block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding: 5px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.top-content-con-in-btn:hover .top-content-con-in-btn-in {
	background: #000;
	color: #fff;
}

.top-content-con-in-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.list-pager {
	box-sizing: border-box;
}

.list-pager .wp-pagenavi {
	box-sizing: border-box;
	margin: 40px 0 -10px;
	text-align: center;
}

.list-pager .wp-pagenavi span,
.list-pager .wp-pagenavi a {
	box-sizing: border-box;
	border-color: #000 !important;
	border: 2px solid;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	font-size: 23px;
	line-height: 46px;
	height: 50px;
	margin: 0 10px 10px 0;
	text-align: center;
	text-decoration: none;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 50px;
}

.list-pager .wp-pagenavi span.current,
.list-pager .wp-pagenavi a:hover {
	background: #000;
	color: #fff;
}

.list-pager .wp-pagenavi span:last-child,
.list-pager .wp-pagenavi a:last-child {
	margin-right: 0;
}

.top-content-search {
	background: #eee;
	box-sizing: border-box;
	margin: 60px auto 0;
	padding: 20px;
	width: 60%;
}

.top-content-search-title {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	text-align: center;
}

.top-content-search-title-in {
	box-sizing: border-box;
}

.top-content-search-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 21px;
	line-height: 1.5;
}

.top-content-search input[type="text"] {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	border-radius: 0;
	display: block;
	float: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 5px 10px;
	width: 500px;
	-webkit-appearance: none;
}

.top-content-con-search-btn {
	background: none;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	float: right;
	line-height: 0;
	padding: 0;
	text-align: center;
	width: calc(100% - 520px);
	-webkit-appearance: none;
}

.top-content-con-search-btn-in {
	background: #000;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 3px solid;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 3px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.top-content-con-search-btn:hover .top-content-con-search-btn-in {
	background: #fff;
	color: #000;
}

.top-content-con-search-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.top-content-sponsor {
	box-sizing: border-box;
	margin-top: 60px;
}

.top-content-sponsor-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-content-sponsor-title-in {
	box-sizing: border-box;
}

.top-content-sponsor-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 21px;
	line-height: 1.5;
}

/*----------------------------------------
個別ページ
----------------------------------------*/

.main {
	box-sizing: border-box;
	margin-top: 93px;
}

body#top .main,
body#page .main,
body#post .main {
	margin-top: 0;
}

.main-content {
	box-sizing: border-box;
	margin-top: -74.5px;
}

.main-content-info {
	box-sizing: border-box;
	height: 74.5px;
	position: relative;
}

.main-content-info::before {
	background: #777;
	box-sizing: border-box;
	border-radius: 0 100px 0 0;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: calc((100% - 1200px) / 2 + 860px);
}

body.knowledge .main-content-info::before {
	background: var(--knowledge);
}

body.diet .main-content-info::before {
	background: var(--diet);
}

body.urbanlegend .main-content-info::before {
	background: var(--urbanlegend);
}

body.it .main-content-info::before {
	background: var(--it);
}

.main-content-in {
	background: #777;
	box-sizing: border-box;
}

body.knowledge .main-content-in {
	background: var(--knowledge);
}

body.diet .main-content-in {
	background: var(--diet);
}

body.urbanlegend .main-content-in {
	background: var(--urbanlegend);
}

body.it .main-content-in {
	background: var(--it);
}

.main-content-in > .wrapper {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0;
}

.content {
	box-sizing: border-box;
	width: 860px;
}

.page-main-title {
	box-sizing: border-box;
	line-height: 0;
}

.page-main-title-in {
	box-sizing: border-box;
}

.page-main-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.page-content {
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 40px;
	padding: 20px;
}

.page-content p {
	margin-bottom: 20px;
}

.page-content p:last-child {
	margin-bottom: 0;
}

.page-content p + h2,
.page-content p + h3,
.page-content p + h4,
.page-content p + .title-2,
.page-content p + .title-3,
.page-content p + .title-4,
.page-content ul + h2,
.page-content ul + h3,
.page-content ul + h4,
.page-content ul + .title-2,
.page-content ul + .title-3,
.page-content ul + .title-4,
.page-content ol + h2,
.page-content ol + h3,
.page-content ol + h4,
.page-content ol + .title-2,
.page-content ol + .title-3,
.page-content ol + .title-4,
.page-content dl + h2,
.page-content dl + h3,
.page-content dl + h4,
.page-content dl + .title-2,
.page-content dl + .title-3,
.page-content dl + .title-4,
.page-content table + h2,
.page-content table + h3,
.page-content table + h4,
.page-content table + .title-2,
.page-content table + .title-3,
.page-content table + .title-4,
.page-content img + h2,
.page-content img + h3,
.page-content img + h4,
.page-content img + .title-2,
.page-content img + .title-3,
.page-content img + .title-4,
.page-content iframe + h2,
.page-content iframe + h3,
.page-content iframe + h4,
.page-content iframe + .title-2,
.page-content iframe + .title-3,
.page-content iframe + .title-4,
.page-content div + h2,
.page-content div + h3,
.page-content div + h4,
.page-content div + .title-2,
.page-content div + .title-3,
.page-content div + .title-4,
.page-content a + h2,
.page-content a + h3,
.page-content a + h4,
.page-content a + .title-2,
.page-content a + .title-3,
.page-content a + .title-4,
.page-content center + h2,
.page-content center + h3,
.page-content center + h4,
.page-content center + .title-2,
.page-content center + .title-3,
.page-content center + .title-4 {
	margin-top: 60px;
}

.page-content .title-2 {
	background: #777;
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	padding: 5px;
}

.page-content .title-2 .title-in {
	box-sizing: border-box;
	border-color: #fff !important;
	border: 4px solid;
	display: block;
	padding: 10px 15px;
}

.page-content .title-2 .title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.5;
}

.page-content .title-3 {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}

.page-content .title-3::before,
.page-content .title-3::after {
	background: #ccc;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 5px;
	position: absolute;
	width: 100%;
}

.page-content .title-3::before {
	background: #777;
	width: 30%;
	z-index: 2;
}

.page-content .title-3 .title-in {
	box-sizing: border-box;
	display: block;
}

.page-content .title-3 .title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
}

.page-content .title-4 {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
}

.page-content .title-4 .title-in {
	box-sizing: border-box;
	display: block;
}

.page-content .title-4 .title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
}

.page-content .title-4 .title-in-text::before {
	background: #777;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: 6px;
	width: 20px;
}

.page-content img.size-thumbnail {
	height: auto;
	width: 150px;
}

.page-content img.size-medium {
	height: auto;
	width: 300px;
}

.page-content img.size-large {
	height: auto;
	width: 640px;
}

.page-content img.size-full {
	height: auto;
	width: 640px;
}

.page-content img.size-defo{
	height: auto;
	max-width: 640px;
	width: auto;
}

.page-content img.size-hundy {
	height: auto;
	width: 100%;
}

.page-content .douga {
	margin-bottom: 20px;
}

.page-content .douga:last-child {
	margin-bottom: 0;
}

.page-content .list li {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 18px;
	position: relative;
}

_::-webkit-full-page-media, _:future, :root .page-content .list li {
	margin-left: 0 !important;
}

.page-content .list li::before {
	background: #000;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 8px;
	position: absolute;
	top: 11px;
	width: 8px;
}

.page-content .list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.page-content .list-2:last-child {
	margin-bottom: 0;
}

.page-content .list-2 li {
	box-sizing: border-box;
	padding-left: 18px;
	position: relative;
}

.page-content .list-2 li::before {
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 8px;
	position: absolute;
	top: 10px;
	width: 8px;
}

.sponsor-content {
	box-sizing: border-box;
	margin-top: 60px;
}

.sponsor-content-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.sponsor-content-title-in {
	box-sizing: border-box;
}

.sponsor-content-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
}

/*------------------------------
KV
------------------------------*/

.page-kv {
	background-size: cover !important;
	background-position: center center !important;
	box-sizing: border-box;
	height: 700px;
	width: 100%;
}

/*------------------------------
アーカイブページ
------------------------------*/

.archive-main-title {
	background: #777;
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
}

body.knowledge .archive-main-title {
	background: var(--knowledge);
}

body.diet .archive-main-title {
	background: var(--diet);
}

body.urbanlegend .archive-main-title {
	background: var(--urbanlegend);
}

body.it .archive-main-title {
	background: var(--it);
}

.archive-main-title-in {
	box-sizing: border-box;
	border-color: #fff !important;
	border: 4px solid;
	padding: 10px 15px;
}

.archive-main-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
}

body#archive.category .archive-main-title-in-text {
	padding-left: 40px;
}

body#archive.category .archive-main-title-in-text::before {
	box-sizing: border-box;
	content: "\f07b";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

body#archive.tag .archive-main-title-in-text {
	padding-left: 40px;
}

body#archive.tag .archive-main-title-in-text::before {
	box-sizing: border-box;
	content: "\f02b";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

body#search .archive-main-title-in-text {
	padding-left: 40px;
}

body#search .archive-main-title-in-text::before {
	box-sizing: border-box;
	content: "\f002";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/*------------------------------
ブログ
------------------------------*/

.main-content-info .wrapper {
	padding-top: 40px;
	position: relative;
	z-index: 2;
}

body.credit .main-content {
	margin-top: -121.5px;
}

body.credit .main-content-info {
	height: auto;
}

.main-content-info-credit {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
}

.main-content-info-credit-in {
	box-sizing: border-box;
}

.main-content-info-credit-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	padding-left: 28px;
	position: relative;
}

.main-content-info-credit-in-text::before {
	box-sizing: border-box;
	content: "\f03e";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 8px;
}

.main-content-info-credit-in-text a {
	color: #000;
}

.main-content-info-credit-in-text a:hover {
	text-decoration: none;
}

.main-content-info-date {
	box-sizing: border-box;
	float: left;
	line-height: 0;
}

.main-content-info-date-in {
	box-sizing: border-box;
}

.main-content-info-date-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.5;
	padding-left: 33px;
	position: relative;
}

.main-content-info-date-in-text::before {
	box-sizing: border-box;
	content: "\f017";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 8px;
}

.main-content-info-cate {
	box-sizing: border-box;
	float: left;
	line-height: 0;
	margin-left: 60px;
}

.main-content-info-cate-in {
	box-sizing: border-box;
}

.main-content-info-cate-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.5;
	padding-left: 33px;
	position: relative;
}

.main-content-info-cate-in-text::before {
	box-sizing: border-box;
	content: "\f07b";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 9px;
}

.post-main-title {
	box-sizing: border-box;
	line-height: 0;
}

.post-main-title-in {
	box-sizing: border-box;
}

.post-main-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.post-tag-list {
	box-sizing: border-box;
	margin: 20px 0 -10px;
}

.post-tag-list li {
	box-sizing: border-box;
	float: left;
	margin: 0 10px 10px 0;
}

.post-tag-list li:last-child {
	margin-right: 0;
}

.post-tag-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.post-tag-list-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 3px solid;
	border-radius: 100px;
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.post-tag-list-btn:hover .post-tag-list-btn-in {
	background: #000;
	color: #fff;
}

.post-tag-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 23px;
	position: relative;
}

.post-tag-list-btn-in-text::before {
	box-sizing: border-box;
	content: "\f02b";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.post-content {
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 20px;
	padding: 20px;
}

.post-content p {
	margin-bottom: 20px;
}

.post-content p:last-child {
	margin-bottom: 0;
}

.post-content p + h2,
.post-content p + h3,
.post-content p + h4,
.post-content p + .title-2,
.post-content p + .title-3,
.post-content p + .title-4,
.post-content ul + h2,
.post-content ul + h3,
.post-content ul + h4,
.post-content ul + .title-2,
.post-content ul + .title-3,
.post-content ul + .title-4,
.post-content ol + h2,
.post-content ol + h3,
.post-content ol + h4,
.post-content ol + .title-2,
.post-content ol + .title-3,
.post-content ol + .title-4,
.post-content dl + h2,
.post-content dl + h3,
.post-content dl + h4,
.post-content dl + .title-2,
.post-content dl + .title-3,
.post-content dl + .title-4,
.post-content table + h2,
.post-content table + h3,
.post-content table + h4,
.post-content table + .title-2,
.post-content table + .title-3,
.post-content table + .title-4,
.post-content img + h2,
.post-content img + h3,
.post-content img + h4,
.post-content img + .title-2,
.post-content img + .title-3,
.post-content img + .title-4,
.post-content iframe + h2,
.post-content iframe + h3,
.post-content iframe + h4,
.post-content iframe + .title-2,
.post-content iframe + .title-3,
.post-content iframe + .title-4,
.post-content div + h2,
.post-content div + h3,
.post-content div + h4,
.post-content div + .title-2,
.post-content div + .title-3,
.post-content div + .title-4,
.post-content a + h2,
.post-content a + h3,
.post-content a + h4,
.post-content a + .title-2,
.post-content a + .title-3,
.post-content a + .title-4,
.post-content center + h2,
.post-content center + h3,
.post-content center + h4,
.post-content center + .title-2,
.post-content center + .title-3,
.post-content center + .title-4 {
	margin-top: 60px;
}

.post-content .title-2 {
	background: #777;
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	padding: 5px;
}

body.knowledge .post-content .title-2 {
	background: var(--knowledge);
}

body.diet .post-content .title-2 {
	background: var(--diet);
}

body.urbanlegend .post-content .title-2 {
	background: var(--urbanlegend);
}

body.it .post-content .title-2 {
	background: var(--it);
}

.post-content .title-2 .title-in {
	box-sizing: border-box;
	border-color: #fff !important;
	border: 4px solid;
	display: block;
	padding: 10px 15px;
}

.post-content .title-2 .title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.5;
}

.post-content .title-3 {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}

.post-content .title-3::before,
.post-content .title-3::after {
	background: #ccc;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 5px;
	position: absolute;
	width: 100%;
}

.post-content .title-3::before {
	background: #777;
	width: 30%;
	z-index: 2;
}

body.knowledge .post-content .title-3::before {
	background: var(--knowledge);
}

body.diet .post-content .title-3::before {
	background: var(--diet);
}

body.urbanlegend .post-content .title-3::before {
	background: var(--urbanlegend);
}

body.it .post-content .title-3::before {
	background: var(--it);
}

.post-content .title-3 .title-in {
	box-sizing: border-box;
	display: block;
}

.post-content .title-3 .title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
}

.post-content .title-4 {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
}

.post-content .title-4 .title-in {
	box-sizing: border-box;
	display: block;
}

.post-content .title-4 .title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
}

.post-content .title-4 .title-in-text::before {
	background: #777;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: 6px;
	width: 20px;
}

body.knowledge .post-content .title-4 .title-in-text::before {
	background: var(--knowledge);
}

body.diet .post-content .title-4 .title-in-text::before {
	background: var(--diet);
}

body.urbanlegend .post-content .title-4 .title-in-text::before {
	background: var(--urbanlegend);
}

body.it .post-content .title-4 .title-in-text::before {
	background: var(--it);
}

.post-content img.size-thumbnail {
	height: auto;
	width: 150px;
}

.post-content img.size-medium {
	height: auto;
	width: 300px;
}

.post-content img.size-large {
	height: auto;
	width: 640px;
}

.post-content img.size-full {
	height: auto;
	width: 640px;
}

.post-content img.size-defo{
	height: auto;
	max-width: 640px;
	width: auto;
}

.post-content img.size-hundy {
	height: auto;
	width: 100%;
}

.post-content img.alignnone {
	margin: 0 auto;
}

.post-content .douga {
	margin-bottom: 20px;
}

.post-content .douga:last-child {
	margin-bottom: 0;
}

.post-content .list li {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 18px;
	position: relative;
}

_::-webkit-full-page-media, _:future, :root .post-content .list li {
	margin-left: 0 !important;
}

.post-content .list li::before {
	background: #000;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 8px;
	position: absolute;
	top: 10px;
	width: 8px;
}

.post-content .list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.post-content .list-2:last-child {
	margin-bottom: 0;
}

.post-content .list-2 li {
	box-sizing: border-box;
	padding-left: 18px;
	position: relative;
}

.post-content .list-2 li::before {
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 8px;
	position: absolute;
	top: 10px;
	width: 8px;
}

.inyou-img {
	box-sizing: border-box;
	margin: 0 auto 20px;
	width: 75%;
}

.inyou-img:last-child {
	margin-bottom: 0;
}

.inyou-img img {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

.inyou-img img + p {
	display: none;
}

.inyou-img-text {
	box-sizing: border-box;
	font-size: 15px;
	margin-top: 5px;
}

#toc_container {
	box-sizing: border-box;
	margin-top: 60px;
}

#toc_container a:hover {
	text-decoration: none !important;
}

.toc_list li a {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.toc_list li:nth-child(n+10) a {
	padding-left: 27px;
}

.toc_number {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	top: 0;
}

#toc_container ul ul {
	margin-left: 18px !important;
}

#toc_container ul li:nth-child(n+10) ul {
	margin-left: 27px !important;
}

#toc_container ul ul li a {
	padding-left: 36px;
}

#toc_container ul ul li:nth-child(n+10) a {
	padding-left: 45px;
}

/*------------------------------
検索結果
------------------------------*/

.top-content-no-search {
	box-sizing: border-box;
}

.top-content-no-search-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
}

.top-content-no-search-text p {
	margin-bottom: 20px;
}

.top-content-no-search-text p:last-child {
	margin-bottom: 0;
}

.top-content-no-search-text + .of {
	margin-top: 20px;
}

.top-content-no-search input[type="text"] {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	border-radius: 0;
	display: block;
	float: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 5px 10px;
	width: 600px;
	-webkit-appearance: none;
}

.top-content-no-search-btn {
	background: none;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 0;
	margin-left: 20px;
	padding: 0;
	text-align: center;
	width: 150px;
	-webkit-appearance: none;
}

.top-content-no-search-btn-in {
	background: #000;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 3px solid;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 3px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.top-content-no-search-btn:hover .top-content-no-search-btn-in {
	background: #fff;
	color: #000;
}

.top-content-no-search-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

/*----------------------------------------
404ページ
----------------------------------------*/

.top-content-404-title {
	box-sizing: border-box;
	line-height: 0;
}

.top-content-404-title-in {
	box-sizing: border-box;
}

.top-content-404-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.top-content-404-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 20px;
}

.top-content-404-text p {
	margin-bottom: 20px;
}

.top-content-404-text p:last-child {
	margin-bottom: 0;
}

/*----------------------------------------
sidebar
----------------------------------------*/

.sidebar {
	box-sizing: border-box;
	width: 300px;
}

.sidebar .widget {
	box-sizing: border-box;
	margin-bottom: 40px;
}

.sidebar .widget:last-chikd {
	margin-bottom: 0;
}

.side-main-title {
	background: #000;
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

.side-main-title-in {
	box-sizing: border-box;
	border-color: #fff !important;
	border: 4px solid;
	padding: 5px 10px;
}

.side-main-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
}

.side-sponsor-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.side-sponsor-title-in {
	box-sizing: border-box;
}

.side-sponsor-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
}

.sidebar input[type="text"] {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	border-radius: 0;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.side-search-btn {
	background: none;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	line-height: 0;
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
	width: 60%;
	-webkit-appearance: none;
}

.side-search-btn-in {
	background: #000;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 3px solid;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 5px 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.side-search-btn:hover .side-search-btn-in {
	background: #fff;
	color: #000;
}

.side-search-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.side-popular-list {
	box-sizing: border-box;
}

.side-popular-list li {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 3px solid;
	border-top: 0;
	overflow: hidden;
	padding: 10px;
}

.side-popular-list-img {
	box-sizing: border-box;
	float: left;
	width: 100px;
}

.side-popular-list-img a {
	box-sizing: border-box;
	display: block;
}

.side-popular-list-img a img {
	height: auto;
	width: 100%;
}

.side-popular-list-in {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 110px);
}

.side-popular-list-in .wpp-views {
	box-sizing: border-box;
	color: #ff0000;
	display: block;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.5;
}

.side-popular-list-in .wpp-post-title {
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}

.side-popular-list-in .wpp-post-title:hover {
	text-decoration: none;
}

.side-tag {
	box-sizing: border-box;
	margin-bottom: -5px;
}

.side-tag a {
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	line-height: 1.5;
	margin: 0 5px 5px 0;
}

.side-tag a.tag-level-1 {
	font-size: 15px;
}

.side-tag a.tag-level-2 {
	font-size: 18px;
}

.side-tag a.tag-level-3 {
	font-size: 21px;
}

.side-tag a.tag-level-4 {
	font-size: 24px;
}

.side-tag a.tag-level-5 {
	font-size: 27px;
}

.side-tag a.tag-level-6 {
	font-size: 30px;
}

.side-tag a.tag-level-7 {
	font-size: 33px;
}

.side-tag a.tag-level-8 {
	font-size: 36px;
}

.side-tag a.tag-level-9 {
	font-size: 39px;
}

.side-tag a:last-child {
	margin-right: 0;
}

.side-tag a:hover {
	text-decoration: none;
}

/*----------------------------------------
footer
----------------------------------------*/

footer {
	box-sizing: border-box;
}

body#post footer {
	margin-bottom: 107px;
}

.foot-copyright {
	box-sizing: border-box;
}

body#top .foot-copyright,
body#archive .foot-copyright,
body#search .foot-copyright,
body#page-404 .foot-copyright {
	border-color: #ccc !important;
	border-top: 2px solid;
}

.foot-copyright .wrapper {
	padding: 30px 0;
}

.foot-copyright-text {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.foot-copyright-text span {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 7.5px;
}

.foot-copyright-text a {
	color: #000;
}

.foot-copyright-text a:hover {
	text-decoration: none;
}

/*----------------------------------------
固定SNS
----------------------------------------*/

.fixed-sns {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border-top: 2px solid;
	bottom: 0;
	left: 0;
	padding: 20px;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.fixed-sns-btn-list {
	box-sizing: border-box;
}

.fixed-sns-btn-list li {
	box-sizing: border-box;
	margin-right: 20px;
	width: 60px;
}

.fixed-sns-btn-list li:last-child {
	margin-right: 0;
}

.fixed-sns-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
}

.fixed-sns-btn-list-btn-in {
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
	height: 55px;
	overflow: hidden;
	position: relative;
}

.fixed-sns-btn-list-btn-in::before {
	box-sizing: border-box;
	color: #fff;
	content: "";
	font-size: 30px;
	line-height: 1;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.fixed-sns-btn-list li.li-x .fixed-sns-btn-list-btn-in {
	background: #333;
	box-shadow: 0 5px #000;
}

.fixed-sns-btn-list li.li-x .fixed-sns-btn-list-btn-in::before {
	content: "\e61b";
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fixed-sns-btn-list li.li-fb .fixed-sns-btn-list-btn-in {
	background: #315096;
	box-shadow: 0 5px #274078;
}

.fixed-sns-btn-list li.li-fb .fixed-sns-btn-list-btn-in::before {
	content: "\f39e";
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fixed-sns-btn-list li.li-hatebu .fixed-sns-btn-list-btn-in {
	background: #008fde;
	box-shadow: 0 5px #0072b2;
}

.fixed-sns-btn-list li.li-hatebu .fixed-sns-btn-list-btn-in::before {
	content: "B!";
	font-weight: 900;
}

.fixed-sns-btn-list li.li-line .fixed-sns-btn-list-btn-in {
	background: #00c300;
	box-shadow: 0 5px #009c00;
}

.fixed-sns-btn-list li.li-line .fixed-sns-btn-list-btn-in::before {
	color: #00c300;
	content: "\f3c0";
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	font-size: 50px;
}

.fixed-sns-btn-list li.li-line .fixed-sns-btn-list-btn-in::after {
	background: #fff;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 40px;
}

.fixed-sns-btn-list-btn:hover .fixed-sns-btn-list-btn-in {
	box-shadow: none !important;
	transform: translate3d(0,5px,0);
	-webkit-transform: translate3d(0,5px,0);
}

/*----------------------------------------
ページトップ
----------------------------------------*/

.pagetop {
	background: #000;
	box-sizing: border-box;
	border-radius: 50%;
	bottom: 20px;
	cursor: pointer;
	height: 75px;
	position: fixed;
	right: 20px;
	width: 75px;
	z-index: 100;
}

body#post .pagetop {
	margin-bottom: 107px;
}

.pagetop::before {
	box-sizing: border-box;
	color: #fff;
	content: "\e001";
	font-family: 'icomoon';
	font-size: 75px;
	line-height: 75px;
	position: absolute;
	text-align: center;
	width: 75px;
}

.pagetop:hover {
	opacity: 0.6;
}

/*----------------------------------------
Edge CSSハック
----------------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------------
IE11以下 CSSハック
----------------------------------------*/

@media screen\0 {



}

/*----------------------------------------
Firefox CSSハック
----------------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------------
Safari CSSハック
----------------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}