
/*
Theme Name: momonGA
*/

@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:400,700|Ubuntu:400;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css");

/* base
----------------------------------------------- */
html, body, h1, h2, h3, p, address, strong, ul, li, form, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	background-color: #FFF9F2;
}
a {
	text-decoration: none;
}
button, input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
		&::-webkit-search-decoration {
			display: none;
		}
		&::focus {
			outline-offset: -2px;
		}
}
input, textarea {
	-webkit-appearance: none;
}


/* live
-------------------------------------------------------------- */
.live-menu {
	position: relative;
	display: inline-block;
}
.live-h1 {
	position: relative;
	display: inline-block;
}
.live-menu::after {
	content: '';
	position: absolute;
	top: 2px;
	right: -8px;
	width: 8px;
	height: 8px;
	background-color: #ff0000;
	border-radius: 50%;
	animation: blink 1.5s infinite;
}
.live-h1::after {
	content: '';
	position: absolute;
	top: 4px;
	right: -16px;
	width: 12px;
	height: 12px;
	background-color: #ff0000;
	border-radius: 50%;
	animation: blink 1.5s infinite;
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}


/* asmr18
----------------------------------------------- */
.asmr18 {
	width: 100%;
	max-width: 720px;
	margin: 0 auto 50px auto;
	padding: 10px 0;
	color: #333;
	font-size: 13px;
	text-align: center;
	background: repeating-linear-gradient(45deg, #fff 0, #fff 10px, #f3f3f3 10px, #f3f3f3 20px);
}
.asmr18 span {
	display: block;
	width: 95%;
	margin: 0 auto;
}
.asmr18 strong {
	font-weight: bold;
}
.asmr18 a {
	color: #E64096;
	font-weight: bold;
}
.asmr18_img a {
	position: relative;
	display: block;
	width: 480px;
	margin: 10px auto;
	padding-bottom: 50%;
	overflow: hidden;
}
.asmr18_img a img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* asmr18 responsive
----------------------------------------------- */
@media (max-width: 640px) {
	.asmr18 {
		font-size: 12px;
	}
	.asmr18_img a {
		width: 300px;
		padding-bottom: 60%;
	}
}


/* boost
-------------------------------------------------------------- */
.__isboostSideSlideShow {
	margin: 0 10px -10px 0 !important;
}
.__isboostSideSlideShow span {
	width: 20px !important;
	height: 20px !important;
	line-height: 16px !important;
	text-align: center !important;
}
.__isboostSideSlideShow span svg {
	width: 10px !important;
	height: 10px !important;
	vertical-align: middle !important;
}
.__isboostSideSlideShowPc {
	margin: 0 12px -18px 0 !important;
}
.__isboostSideSlideShowPc span {
	width: 24px !important;
	height: 24px !important;
	line-height: 20px !important;
	text-align: center !important;
}
.__isboostSideSlideShowPc span svg {
	width: 12px !important;
	height: 12px !important;
	vertical-align: middle !important;
}
[id^="inst_area_"] span {
	display: block !important;
	margin: 0 auto !important;
	width:24px !important;
	height:24px !important;
	line-height: 20px !important;
	vertical-align: middle !important;
}
[id^="inst_area_"] span svg {
	width: 12px !important;
	height: 12px !important;
	vertical-align: middle !important;
}
.videoAd #annotation {
	width: 75% !important;
	margin: 30px auto !important;
	letter-spacing: 2px !important;
}
.__isboostOverContent {
	width: 300px !important;
	height: 250px !important;
	background-color: #fff;
}
.__isboostOverContent iframe {
	width: 300px !important;
	height: 250px !important;
}
.__isboostOverContent[style*="border: 4px"] {
	border: 3px solid #fff !important;
}
.__isboostOverContentCloseBtn {
	top: -12px !important;
	left: -12px !important;
	width: 22px !important;
	height: 22px !important;
	padding: 0 !important;
	line-height: 20px !important;
	background-color: #FF3D00 !important;
	border: 2px solid #FFF !important;
}
.__isboostLowerLeft {
	width: 300px !important;
	height: 250px !important;
}
.__isboostLowerLeft[style*="border: 4px"] {
	border: none !important;
}
.__isboostCloseBtn {
	bottom: -12px !important;
	right: -12px !important;
	width: 26px !important;
	height: 26px !important;
	padding: 0 !important;
	line-height: 24px !important;
	background-color: #FF3D00 !important;
	border: 2px solid #FFF !important;
}
.__isboostMouseCursor {
	width: 300px !important;
	height: 250px !important;
}
.__isboostMouseCursor[style*="border: 4px"] {
	border: none !important;
}
/* boost responsive
----------------------------------------------- */
@media (max-width: 480px) {
	.__isboostOverContent {
		width: 320px !important;
		height: 100px !important;
	}
	.__isboostOverContent iframe {
		width: 320px !important;
		height: 100px !important;
	}
}


/* header
----------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	z-index: 9999;
}
.admin-bar #header {
	position: fixed;
	top: 32px;
}
/* header responsive
----------------------------------------------- */
@media (max-width: 782px) {
	.admin-bar #header {
		position: fixed;
		top: 46px;
	}
}


/* header-in
----------------------------------------------- */
#header-in {
	position: relative;
	width: 100%;
}


/* logo
----------------------------------------------- */
#logo {
	line-height: 50px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0px;
}
#logo a {
	color: #000000;
}
#logo a span {
	margin: 0 0px;
}
#logo a span.logo-red {
	color: #FF3D00;
}
#logo a span.logo-blue {
	color: #FF6F00;
}
#logo a span.logo-yellow {
	color: #FFAA00;
}
#logo a span.logo-green {
	color: #FF8800;
}
#logo a span.logo-orange {
	color: #FF5100;
}
@media (max-width: 480px) {
	#logo {
		font-size: 16px;
	}
}


/* menu
----------------------------------------------- */
#menu-input {
	display: none;
}
#menu-input:checked ~ #menu-close {
	display: block;
}
#menu-input:checked ~ #menu-content {
	display: block;
}
#menu-open {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
}
#menu-open::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0c9";
	font-weight: 900;
	font-size: 20px;
}
#menu-close {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10000%;
	background-color: rgba(0,0,0,0.75);
	z-index: 9999;
}
#menu-content {
	display: none;
	position: absolute;
	top: 45px;
	left: 30px;
	width: 240px;
	text-align: left;
	background-color: #ffffff;
	border: 2px solid #FF3D00;
	border-radius: 10px;
	z-index: 9999;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
#menu-content a {
	display: block;
	margin: 0 5px 10px 10px;
	color: #333333;
	font-size: 15px;
}
#menu-content a::before {
	margin-right: 4px;
	color: #FF7A00;
	font-family: 'Font Awesome 5 Free';
	content: "\f138";
	font-weight: 900;
}
#menu-content a.tablink::before {
	color: #ff0000;
}
#menu-content a.mylist::before {
	color: #ffff00;
}
#menu-content a.history::before {
	color: #cccccc;
}
#menu-menu {
	margin: 20px;
}
#menu-pr {
	margin: 0 20px 30px 20px;
}


/* search
----------------------------------------------- */
#search-input {
	display: none;
}
#search-input:checked ~ #search-close {
	display: block;
}
#search-input:checked ~ #search-content {
	display: block;
}
#search-open {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
}
#search-open::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f002";
	font-weight: 900;
	font-size: 20px;
}
#search-close {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10000%;
	background-color: rgba(0,0,0,0.75);
	z-index: 9999;
}
#search-content {
	display: none;
	position: absolute;
	top: 45px;
	right: 30px;
	width: 240px;
	text-align: left;
	background-color: #ffffff;
	border: 3px solid #FF3D00;
	border-radius: 10px;
	z-index: 9999;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
#search-content a {
	display: block;
	margin: 0 5px 10px 5px;
	color: #333333;
	font-size: 15px;
}
#search-content a::before {
	margin-right: 4px;
	color: #FF7A00;
	font-family: 'Font Awesome 5 Free';
	content: "\f138";
	font-weight: 900;
}
#search-search {
	margin: 20px;
}
#search-tag {
	margin: 0 20px 30px 20px;
}


/* search-box
----------------------------------------------- */
.search-box {
	position: relative;
	display: block;
	width: 100%;
	height: 32px;
	margin-bottom: 10px;
	border-radius: 16px;
	background-color: rgba(255,255,255,1);
}
.search-box input[type="text"] {
	position: absolute;
	top: 8px;
	left: 13px;
	width: 72%;
	font-size: 12px;
	color: #000;
	border: none;
	background: none;
	outline : none;
}
.search-box input[type="submit"] {
	position: absolute;
	top: 0;
	right: 6px;
	width: 32px;
	height: 32px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	color: rgba(0,0,0,0.5);
	border: none;
	background: none;
	outline : none;
	cursor: pointer;
}


/* headroom
------------------------------------------------------------------------------*/
.headroom {
	transition: transform 200ms linear;
}
.headroom--unpinned {
	transform: translateY(-100%);
}
.headroom--unpinned #search-input:checked ~ #search-close {
	display: none;
}
.headroom--unpinned #search-input:checked ~ #search-content {
	display: none;
}


/* container
----------------------------------------------- */
#container {
	width: 100%;
	max-width: 1024px;
	margin: 0px auto;
}


/* main
----------------------------------------------- */
#main {
	margin: 100px 20px 20px 20px;
}
.home #main {
	margin: 60px 20px 20px 20px;
}
/* main responsive
----------------------------------------------- */
@media (max-width: 480px) {
	#main {
		margin: 90px 20px 20px 20px;
	}
	.home #main {
		margin: 50px 20px 20px 20px;
	}
}


/* h1 h2
----------------------------------------------- */
h1,h2 {
	margin-bottom: 20px;
	color: #000000;
	font-size: 200%;
	font-weight: bold;
}
h3 {
	margin-bottom: -3px;
	font-size: 90%;
	color: rgba(0,0,0,0.5);
}
/* h1 h2 responsive
----------------------------------------------- */
@media (max-width: 480px) {
	h1,h2 {
		font-size: 150%;
	}
}


/* home-d
----------------------------------------------- */
.home-d {
	position: relative;
	display: table;
	width: 100%;
	height: 200px;
	margin-top: 50px;
	color: rgba(255,255,255,1);
	text-align: center;
	background-color: rgba(0,0,0,1);
	overflow: hidden;
}
.home-d img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}
.home-d .home-p {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 200px;
}
.home-d .home-p p {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	padding: 0 10%;
	text-shadow: rgba(0,0,0,1) 0 0 5px;
}
/* home-d responsive
----------------------------------------------- */
@media (max-width: 480px) {
	.home-d {
		height: 150px;
	}
	.home-d .home-p {
		height: 150px;
	}
	.home-d .home-p p {
		font-size: 13px;
	}
}


/* home-h
----------------------------------------------- */
.home-h {
	position: relative;
}
.home-h > a, .home-h > span {
	position: absolute;
	right: 0;
	bottom: 5px;
	color: #000000;
	font-size: 14px;
}
.home-h > a:hover, .home-h > span:hover {
	color: #333333;
}
.home-h > a::before, .home-h > span::before {
	margin-right: 4px;
	color: #FF7A00;
	font-family: 'Font Awesome 5 Free';
	content: "\f0da";
	font-weight: 900;
}


/* page-h
----------------------------------------------- */
.page-h {
	text-align: center;
	margin-bottom: 50px;
}
.page-h h1 {
	margin-bottom: -2px;
}
.page-h span {
	color: rgba(0,0,0,0.75);
	font-size: 90%;
}
#toggle-comments {
	cursor: pointer;
}


/* post-list
----------------------------------------------- */
.post-list {
	margin: 0 -1% 30px -1%;
	font-size: 0;
}
.post-list::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.post-list a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin: 0 1% 40px 1%;
	color: #333333;
	border: 2px solid #000;
	border-radius: 8px;
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.post-list a:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.post-list .post-list-image {
	position: relative;
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 135%;
	background-color: #222;
	border-radius: 10px;
	overflow: hidden;
}
.post-list img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-list .post-list-wpulike {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 70px;
	height: 24px;
	line-height: 24px;
	color: rgba(255,255,255,1);
	font-size: 11px;
	text-align: center;
	background-color: rgba(0,0,0,1);
	border-radius: 12px;
}
.post-list .post-list-wpulike::before {
	position: relative;
	top: 0;
	margin-right: 4px;
	color: #FF3D00;
	font-family: 'Font Awesome 5 Free';
	content: "\f004";
	font-weight: 900;
}
.post-list .post-list-time {
	width: 98%;
	margin: 0 auto;
	font-size: 10px;
	color: rgba(0,0,0,0.5);
	text-align: right;
}
.post-list .post-list-time::before {
	margin: -2px 2px 0 0;
	font-family: 'Font Awesome 5 Free';
	content: "\f271";
	font-weight: 900;
}
.post-list span {
	display: -webkit-box;
	width: 100%;
	line-height: 18px;
	font-size: 14px;
}
.post-list p {
	margin: 50px 0;
	color: #333333;
	font-size: 14px;
	text-align: center;
}
.page-id-27 .post-list, .page-id-28 .post-list, .page-id-29 .post-list, .page-id-323276 .post-list {
	counter-reset: number;
}
.page-id-27 .post-list a::before, .page-id-28 .post-list a::before, .page-id-29 .post-list a::before, .page-id-323276 .post-list a::before {
	z-index: 1;
	position: absolute;
	top: -6px;
	left: -6px;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #333333;
	font-size: 10px;
	text-align: center;
	background-color: #ffffff;
	border: 2px solid #ccc;
	border-radius: 14px;
	counter-increment: number;
	content: counter(number);
}
/* post-list responsive
----------------------------------------------- */
@media (max-width: 480px) {
	.post-list {
		margin: 0 -2% 20px -2%;
	}
	.post-list a {
		width: 46%;
		margin: 0 2% 30px 2%;
		padding: 6px;
	}
	.post-list span {
		line-height: 16px;
		font-size: 12px;
	}
}


/* blgo18-post-list
----------------------------------------------- */
.blgo18-post-list {
	margin: 0 -1% 50px -1%;
	font-size: 0;
}
.blgo18-post-list::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.blgo18-post-list a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin: 0 1% 30px 1%;
	color: #333333;
}
.blgo18-post-list .blgo18-post-list-original {
	display: -webkit-box;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-bottom: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.blgo18-post-list .blgo18-post-list-original span {
	margin: 0 4px;
}
.blgo18-post-list .blgo18-post-list-image {
	position: relative;
	width: 100%;
	margin-bottom: 2px;
	padding-bottom: 130%;
	background-color: #f5f5f5;
	border: solid 1px #e5e5e5;
	overflow: hidden;
}
.blgo18-post-list .blgo18-post-list-image img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blgo18-post-list .blgo18-post-list-time {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #333333;
	font-size: 10px;
	text-align: right;
	background-color: rgba(0,0,0,0.05);
}
.blgo18-post-list .blgo18-post-list-time span {
	margin: 0 3px;
}
.blgo18-post-list .blgo18-post-list-title {
	display: -webkit-box;
	width: 98%;
	max-height: 32px;
	line-height: 16px;
	margin: 0 auto 2px auto;
	color: #333333;
	font-size: 12px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* blgo18-post-list responsive
----------------------------------------------- */
@media (max-width: 820px) {
	.blgo18-post-list {
		margin: 0 -1.5% 40px -1.5%;
	}
	.blgo18-post-list a {
		width: 30.33%;
		margin: 0 1.5% 30px 1.5%;
	}
	.last-none a:last-child {
		display: none;
	}
	.blgo18-post-list .blgo18-post-list-original {
		height: 16px;
		line-height: 16px;
		font-size: 10px;
	}
	.blgo18-post-list .blgo18-post-list-original span {
		margin: 0 2px;
	}
	.blgo18-post-list .blgo18-post-list-time {
		height: 12px;
		line-height: 12px;
		font-size: 10px;
		}
	.blgo18-post-list .blgo18-post-list-time span {
		margin: 0;
	}
	.blgo18-post-list .blgo18-post-list-title {
		line-height: 12px;
		font-size: 10px;
	}
}


/* search-area
----------------------------------------------- */
.search-area {
	text-align: center;
	margin: -20px 0 50px 0;
}
.search-area input {
	width: 50%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 16px;
	background-color: rgba(255,255,255,1);
	border: none;
	border-radius: 20px;
}
.search-area input::placeholder {
	color: #bbb;
}
.search-area input::-ms-input-placeholder {
	color: #bbb;
}
/* search-area responsive
----------------------------------------------- */
@media (max-width: 480px) {
	.search-area input {
		width: 75%;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 14px;
		background-color: rgba(255,255,255,1);
		border: none;
		border-radius: 15px;
	}
}


/* tag-list
----------------------------------------------- */
.tag-list {
	margin: 0 0 55px 0;
}
.tag-list::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.tag-list a {
	display: inline-block;
	margin: 0 15px 15px 0;
	color: #333333;
	font-size: 14px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.tag-list a::before {
	color: #FF7A00;
	font-weight: bold;
	content: "#";
}
.tag-list a.hidden {
	display: none;
}
.tag-list a span {
	margin-left: 2px;
	color: rgba(0,0,0,0.5);
	font-size: 10px;
}
/* tag-list responsive
----------------------------------------------- */
@media (max-width: 480px) {
	.tag-list {
		margin: 0 0 40px 0;
	}
	.tag-list a {
		font-size: 13px;
	}
}


/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
	line-height: 30px;
	margin: -30px 0 50px 0;
	color: #333333;
	font-size: 14px;
	text-align: center;
}
.wp-pagenavi .pages {
	display: block;
	font-size: 14px;
}
.wp-pagenavi span {
	border: none !important;
}
.wp-pagenavi span.current {
	display: inline-block;
	margin: 4px !important;
	padding: 0 12px !important;
	font-weight: normal;
	background-color: #FF3D00;
	border-radius: 15px;
}
.wp-pagenavi a {
	display: inline-block;
	margin: 4px !important;
	padding: 0 12px !important;
	color: #333333 !important;
	border: none !important;
}


/* post-data
----------------------------------------------- */
#post-data {
	margin: 0 auto 50px auto;
	width: 100%;
	max-width: 720px;
}
#post-data h1 {
	margin: 10px 0 20px 0;
	font-size: 150%;
	color: #333333;
}
/* post-data responsive
----------------------------------------------- */
@media (max-width: 767px) {
	#post-data h1 {
		font-size: 130%;
	}
}
@media (max-width: 480px) {
	#post-data h1 {
		font-size: 120%;
	}
}


/* post-time
----------------------------------------------- */
#post-time {
	display: inline-block;
	margin-right: 10px;
	color: #333333;
	font-size: 13px;
}
#post-time::before {
	position: relative;
	top: -1px;
	margin-right: 4px;
	font-family: 'Font Awesome 5 Free';
	content: "\f271";
}


/* post-category
----------------------------------------------- */
#post-category {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	font-weight: bold;
}
#post-category a {
	color: #FF7A00;
}


/* post-wpulike
----------------------------------------------- */
#post-wpulike {
	display: inline-block;
	color: #333333;
	font-size: 13px;
}
#post-wpulike::before {
	position: relative;
	top: 0;
	margin-right: 4px;
	color: #FF3D00;
	font-family: 'Font Awesome 5 Free';
	content: "\f004";
	font-weight: 900;
}


/* post-meta 
----------------------------------------------- */
#post-meta {
	font-size: 13px;
}
/* post-meta responsive
----------------------------------------------- */
@media (max-width: 480px) {
	#post-meta {
		font-size: 12px;
	}
}


/* post-number
----------------------------------------------- */
#post-number {
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 0 10px;
	line-height: 26px;
	text-align: center;
	color: rgba(0,0,0,0.9);
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
}


/* post-view
----------------------------------------------- */
#post-view {
	display: inline-block;
	margin: 0 0 15px 10px;
	padding: 0 10px;
	line-height: 28px;
	text-align: center;
	color: #333333;
	background-color: rgba(0,0,0,0.05);
	border: 1px solid #ccc;
	border-radius: 3px;
}


/* post-fav
----------------------------------------------- */
#post-fav {
	display: inline-block;
	margin: 0 0 15px 10px;
	padding: 0 10px;
	line-height: 28px;
	text-align: center;
	background-color: rgba(0,0,0,0.05);
	border: 1px solid #ccc;
	border-radius: 3px;
}
#post-fav a {
	color: #333333;
}
#post-fav a::before {
	margin-right: 4px;
	font-family: 'Font Awesome 5 Free';
	content: "\f02e";
	font-weight: 900;
	color: rgba(0,0,0,0.4);
}
#post-fav a.active::before {
	color: #FFFF00;
}
#post-fav a.favorited::before {
	color: #FFFF00;
}


/* post-tag
----------------------------------------------- */
#post-tag {
	margin-bottom: 50px;
	font-size: 13px;
}


/* post-tag-table
----------------------------------------------- */
.post-tag-table {
	display: table;
	width: 98%;
	margin: 10px auto;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}


/* post-tag-title
----------------------------------------------- */
.post-tag-title {
	display: table-cell;
	width: 70px;
	color: #FF7A00;
	font-weight: bold;
}


/* post-tags
----------------------------------------------- */
.post-tags {
	display: table-cell;
}
.post-tags a {
	display: inline-block;
	margin: 0 10px 10px 0;
	color: #333333;
}
.post-tags a::after {
	margin-left: 10px;
	content: "|";
	color: rgba(0,0,0,0.2);
}
.post-tags a:last-child::after {
	content: "";
}


/* post-hentai
----------------------------------------------- */
#post-hentai img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#post-hentai p {
	margin: 50px 0 20px 0;
	text-align: center;
	color: #333333;
	font-size: 16px;
}
#post-hentai p strong {
	color: #F53198;
}
/* post-hentai responsive
----------------------------------------------- */
@media (max-width: 480px) {
	#post-hentai p {
		font-size: 14px;
	}
}


/* wpulike
----------------------------------------------- */
.wpulike {
	margin: 0 0 30px 0 !important;
	padding: 0 !important;
	text-align: center;
}
.wpulike-default .wp_ulike_btn, .wpulike-default .wp_ulike_btn:hover {
	background-color: rgba(255,255,255,1) !important;
}
.wpulike-default .count-box {
	box-shadow: 0 0 0 1px rgba(255,255,255,1) inset !important;
}
.wpulike-default .count-box:before {
	background: rgba(255,255,255,1) !important;
	border-bottom-color: rgba(255,255,255,1) !important;
	border-left-color: rgba(255,255,255,1) !important;
}
.wpulike-animated-heart .wp_ulike_btn {
	box-shadow: none !important;
}
.wpulike-animated-heart .count-box {
	color: #333333 !important;
}
.wpulike-notification {
	top: 20px !important;
	left: 20px !important;
	right: auto !important;
	bottom: auto !important;
	
}


/* post-impression
----------------------------------------------- */
.post-impression {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 720px;
	margin: 0 auto;
}
.post-impression-icon {
	margin-right: 15px;
}
.post-impression-icon img {
	width: 80px;
}
.post-impression-say {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	min-height: 80px;
	padding: 16px 4px 16px 16px;
	color: #000;
	font-size: 16px;
	border-radius: 10px;
	background: #99dddd;
	box-sizing: border-box;
}
.post-impression-say:after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
}
.post-impression-say:after {
	top: 20px;
	left: -20px;
	border-right: 20px solid #99dddd;
}
/* post-impression responsive
----------------------------------------------- */
@media (max-width: 480px) {
	.post-impression-say {
		padding: 8px 2px 8px 8px;
		font-size: 14px;
	}
}


/* comments
----------------------------------------------- */
#comments {
	margin-bottom: 50px;
}
#comments-body {
	padding: 20px;
	color: #333333;
	font-size: 14px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.03);
	border: 1px solid #e5e5e5;
}
#comments-body a {
	color: #FF7A00;
}
#comments-list p {
	padding: 10px 10px 20px 10px;
	font-size: 20px;
	font-weight: bold;
	word-break: break-all;
}
#comments-body .wpulike {
	margin: 0 0 20px 0 !important;
	text-align: right;
}
.comment {
	margin-bottom: 20px;
	border-bottom: 2px dotted rgba(0,0,0,0.1);
}
.comment_num {
	color: #333333;
}
.comment_author {
	color: #669900;
}
.comment_date {
	color: rgba(0,0,0,0.5);
}
#respond {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
#respond p {
	margin: 20px 0;
}
#respond label {
	display: block;
}
#respond input[type="text"] {
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px;
	background-color: #fff;
	color: #333;
}
#respond textarea {
	width: 100%;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px;
	background-color: #fff;
	color: #333;
}
#respond .submit {
	display: inline-block;
	padding: 10px 20px;
	color: #FFF;
	font-size: 14px;
	background-color: #FF3D00;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
#respond .submit:active {
	background-color: #d6197f;
}
.comment-form-author label{
	font-size: 0;
}
.comment-form-author label:before {
	content: "ニックネーム";
	font-size: 14px;
}
.comment-form-comment label{
	font-size: 0;
}
.comment-form-comment label:before {
	content: "内容";
	font-size: 14px;
}
/* comments responsive
----------------------------------------------- */
@media (max-width: 480px) {
	#comments-body {
		padding: 10px;
		font-size: 13px;
		border-radius: 10px;
	}
	#comments-list p {
		font-size: 18px;
	}
	#respond textarea {
		width: 92%;
	}
}


/* page-mylist
----------------------------------------------- */
#page-mylist {
	margin-bottom: 50px;
	padding: 10px;
	color: #333333;
	font-size: 14px;
	background-color: rgba(0,0,0,0.03);
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}
#page-mylist strong {
	margin: 0 5px;
	color: #FFFF00;
	font-weight: bold;
}
/* page-mylist responsive
----------------------------------------------- */
@media (max-width: 480px) {
	#page-mylist {
		font-size: 12px;
	}
}


/* page-contact
----------------------------------------------- */
#page-contact {
	max-width: 480px;
	margin: 0 auto 50px auto;
	padding: 10px 0;
	color: #333333;
	background-color: rgba(0,0,0,0.03);
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}
#page-contact p {
	margin: 20px;
}
#page-contact p input {
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px;
	color: #333;
}
#page-contact input[type="text"] {
	width: 60%;
}
#page-contact input[type="email"] {
	width: 60%;
}
#page-contact textarea {
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px;
	background-color: #fff;
	color: #333;
}
#page-contact .wpcf7-submit {
	display: inline-block;
	padding: 10px 20px;
	color: #FFF;
	font-size: 14px;
	background-color: #FF3D00;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
#page-contact .wpcf7-submit:active {
	background-color: #d6197f;
}
/* page-contact responsive
----------------------------------------------- */
@media (max-width: 480px) {
	#page-contact textarea {
		width: 92%;
	}
}


/* notfound
----------------------------------------------- */
#notfound {
	margin: 50px 0;
	color: #333333;
	font-size: 16px;
}
#notfound a {
	color: #FF7A00;
}


/* footer
----------------------------------------------- */
footer {
	padding: 20px;
	color: #555555;
	font-size: 80%;
	text-align: center;
}
footer a {
	color: #555555;
}
/* footer responsive
----------------------------------------------- */
@media (max-width: 480px) {
	footer {
		padding: 20px 20px 150px 20px;
	}
}


/* Reading Mode Selector
----------------------------------------------- */
.reading-mode-selector {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
	max-width: 300px;
	background-color: rgba(0,0,0,0.03);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 20px;
	padding: 3px;
}
.reading-mode-selector button {
	flex: 1;
	height: 34px;
	border: none;
	background: none;
	border-radius: 17px;
	color: #777777;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
.reading-mode-selector button.active {
	background-color: #FF3D00;
	color: #ffffff;
	font-weight: bold;
	box-shadow: 0 2px 6px rgba(250, 33, 152, 0.3);
}

/* Reading Navigation
----------------------------------------------- */
.reading-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin: 15px auto;
	max-width: 480px;
}
.reading-navigation button {
	padding: 8px 16px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333333;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	gap: 4px;
}
.reading-navigation button:hover:not(:disabled) {
	background-color: #f5f5f5;
	border-color: #999;
}
.reading-navigation button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.reading-navigation span {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	min-width: 60px;
	text-align: center;
}

/* Horizontal mode overrides
----------------------------------------------- */
.mode-horizontal #post-hentai img {
	display: none;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	cursor: zoom-in;
}
.mode-horizontal #post-hentai img.active {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* Image Zoom Settings
----------------------------------------------- */
#post-hentai img {
	cursor: zoom-in;
	transition: max-width 0.25s ease-in-out, width 0.25s ease-in-out;
}
#post-hentai img.zoomed {
	cursor: zoom-out;
	max-width: 1200px !important;
	width: 100vw !important;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

