@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: Needless
Theme URI: https://needless.moewe-net.com/
Description:
Author: Kamome
Author URI: https://needless.moewe-net.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htm
---------------------------------------------------------*/

html {
	color: #212121;
	font-family: 'Noto Sans JP', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

main,
article,
aside,
header,
footer,
nav,
section {
	display: block;
}

html,
body {
	height: 100%;
}

body {
	margin: 0;
	overflow-wrap: break-word;
	overflow-y: scroll;
	word-wrap: break-word;
}

/*---------------------------------------------------------
common
---------------------------------------------------------*/
article p,
aside p {
	word-break: break-all;
}

p {
	margin: 0;
}

.sitename {
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	margin: 0;
}

.header-image {
	display: block;
	height: auto;
	max-height: 600px;
	width: 100%;
}

/* リンク */
a {
	font-weight: 400;
	text-decoration: none;
}

.vertical-flex-layout {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.horizontal-flex-layout {
	display: flex;
	flex-flow: row nowrap;
}

.size-alter-wide,
.size-alter {
	margin: 0 auto; /* auto=centering */
	padding: .5em .5% 1em;
	width: 99%;
}

main,
header,
footer {
	width: 100%;
}

main {
	flex: 1 0 auto;
	min-height: 10vh; /* Required to use word-break on "flex-basis: auto;". (IE11) */
	padding: 0;
}

.expanded ul {
	display: block;
}

.collapsed ul {
	display: none;
}

#error-page h2 {
	border: 0;
	color: #B00020;
	padding: 0;
}

/*---------------------------------------------------------
header
---------------------------------------------------------*/
header {
	padding: 0;
}

.flex-title-layout {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	min-height: 2em;
	padding: 0;
}

.header-wrapper {
	margin: 0 auto; /* auto=centering */
	padding: 0;
	width: 100%;
}

.search-icon {
	display: inline;
	font-size: 1.6em;
	position: relative;
}

.searchform-container {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 128;
}

#searchbox-toggle {
	display: none;
}

#searchbox-toggle:checked ~ .blind-screen {
	display: block;
}

#searchbox-toggle:checked ~ .searchform-container {
	display: block;
}

.description {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}

#header-image-box {
	position: relative;
	height: 360px;
	width: 100%;
	z-index: -2;
}

.overlay {
	padding: 16px;
	text-align: center;
	transform: translate(0, 0);
	width: 90%;
}

#header-image-box .overlay {
	left: 50%;
	max-width: 90%;
	min-width: 60%;
	padding: 36px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
	clear: both;
	flex: 0 0 auto;
	padding: 5px 0;
	text-align: center;
}

.footer-layout {
	justify-content: center;
}

.footer-title {
	font-size: 18px;
}

.footer-column {
	align-self: flex-start;
	flex: 0 0 auto;
	padding: 8px 32px;
	text-align: left;
}

.footer-row {
	margin: 8px auto; /* auto=centering */
	padding: 0 8px;
}

footer ul {
	margin: 0;
	padding: 4px 1.0em;
	list-style-type: none;
}

footer ol {
	margin: 0;
	padding: 4px 1.0em;
}

footer ul a,
footer ol a {
	font-weight: 300;
}

footer .copy {
	font-size: .8em;
}

/*---------------------------------------------------------
sidebar
---------------------------------------------------------*/
.sidebar {
	flex: 0 0 300px;
	margin: 0;
}

.lullaby-sidebar {
	background-color: #FFF;
	display: block;
	margin-bottom: 32px;
	padding: 0;
	width: 100%;
}

.lullaby-sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.lullaby-sidebar ul li {
	border-bottom: 1px dashed #BDBDBD;
	padding: 4px 10px 8px;
}

.lullaby-sidebar ul li:last-child,
.lullaby-sidebar ul li * li {
	border-bottom: 0;
}

.lullaby-sidebar ul li * li {
	padding-bottom: 0;
}

.sidebar-title {
	font-size: 16px;
	font-weight: 300;
	line-height: 32px; /* vertical centering  */
	margin: 0;
	padding: 0 10px;
}

.sidebar li a {
	font-size: 12px;
	text-decoration: none;
}

.sidebar .tagcloud {
	padding: 0 10px;
}

.lullaby-sidebar > *:not(.sidebar-title) {
	border: 1px solid #BDBDBD;
}

.lullaby-sidebar > .sidebar-title + * {
	border-top: 0;
}

/*---------------------------------------------------------
post
---------------------------------------------------------*/
#home,
#single,
#post-list,
#error-page {
	align-self: flex-start;
	flex: 1 0 auto;
	padding: 0;
	width: 0; /* Required to use word-break on "flex-basis: auto;". */
}

#post-list {
	display: flex;
	flex-flow: row wrap;
	/*justify-content: space-around;*/
}

#single article,
#error-page article {
	background-color: #FFF;
	margin: 0 0 16px;
	padding: 0 8px 20px;
}

.post-date,
.post-category {
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin-right: 1.0em;
}

.post-date i,
.post-category .far {
	margin-right: 5px;
}

.post-category a,
.breadcrumbs a {
	color: #757575;
	font-size: 14px;
	font-weight: 400;
}

.breadcrumbs {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	list-style: none;
	margin: 0 0 .8em 0;
	padding: 0;
}

.breadcrumbs li {
	display: inline;
}

.category-link:after,
.breadcrumbs li:after {
	color: #BDBDBD;
	content: '>';
	padding: 0 5px;
}

.category-link:last-child:after {
	content: '';
}

.breadcrumbs li:last-child {
	display: none;
}

.archive-category {
	padding-left: 16px;
}

.archive-category li:last-child {
	display: inline;
}

.author {
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

/* Image */

img.attachment-full {
	display: block;
	height: auto;
	/*max-width: 100%;*/ /* keep original size */
	width: 100%; /* Fit */
}

img.size-full {
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.25);
	height: auto;
	max-width: 100%;
}

.top-eyecatch img {
	box-shadow: 0 0 0 0 rgba(0, 0 ,0 , 0);
}

/* decoration */

h1.entry-title,
h2.entry-title {
	border-bottom: 1px solid;
	border-left: 5px solid;
	color: #212121;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0 0 .2em 32px;
	position: relative;
}

h2 {
	border-bottom: 1px solid;
	border-left: 7px solid;
	font-size: 1.2em;
	margin: 1.6em 0 .5em 0;
	padding: 0 0 .2em 30px;
}

h3 {
	border-bottom: 1px solid #BDBDBD;
	font-size: 1.1em;
	font-weight: normal;
	margin: .5em 0 .2em 0;
	padding: 0;
}

code {
	font-weight: 300;
}

.post-content p {
	margin: 0 0 .8em 0;
}

.post-content p code,
.post-content li code {
	background: #F7F7F7;
	border-radius: 2px;
	color: #B22;
	font-family: Consolas, 'Roboto', monospace;
	font-size: .9em;
	margin: 0 2px;
	padding: .1em .5em;
}

.post-content em {
	font-style: normal;
	font-weight: bold;
	padding:0 2px;
}

.post-content strong {
	color: #FF5722;
	font-weight: bold;
	padding: 0 2px;
}

.post-content small {
	font-size: .68em;
}

/* Table */

.post-content table {
	border: 1px solid #BDBDBD;
	width: 100%;
}

table td,
table th {
	border: 1px solid #BDBDBD;
	font-size: 15px;
	line-height: 20px;
	padding: 5px;
}

.post-content table tr:nth-child(even) {
	background-color: rgba(189, 189, 189, 0.2);
}

/* List */

article ul,
article ol {
	margin: 16px 0;
	padding: 0 0 0 48px;
}

li ul,
li ol {
	padding-right: 0;
}

/* Quote */

blockquote {
	background: #EEE;
	margin: .5em 2em 0 1em;
	padding: 8px 16px 8px 50px;
	position: relative;
}

blockquote * {
	margin: 0;
}

blockquote:before {
	color: #888;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-size: 26px;
	font-weight: 900;
	left: 8px;
	position: absolute;
	top: 4px;
}

blockquote + cite,
q + cite {
	font-size: 1em;
	/*font-style: italic;*/
	font-family: 'MS UI Gothic';
	padding-right: 2.5em;
}

blockquote + cite {
	display: block;
	text-align: right;
}

blockquote + cite::before {
	content: '引用元:';
}

q + cite {
	padding-right: .5em;
}

q + cite::before {
	content: '(引用元:';
}

q + cite::after {
	content: ')';
}

q {
	text-decoration: underline;
}

/* SNS buttons, Tag */

.sns-buttons-layout,
.post-tags-layout {
	display: flex;
	flex-wrap: wrap;
	line-height: 0; /*下ぞろえ*/
}

.sns-list {
	align-self: flex-end;
	flex: 0 0 auto;
	margin: 0 16px 8px 0;
}

.post-tag {
	flex: 0 0 auto;
	line-height: 24px;
	margin-right: 4px;
}

/* 前の記事 / 次の記事 */

.post-navi a {
	border-bottom: 1px solid #BDBDBD;
	display: block;
	padding: 0 8px 4px 8px;
	text-decoration: none;
}

.post-navi a:first-child {
	border-top: 1px solid #BDBDBD;
}

.post-navi a:hover {
	background-color: #EEE;
}

.post-navi .post-navi-prev-label,
.post-navi .post-navi-next-label {
	color: #212121;
	margin-bottom: 4px;
}

.post-navi-prev,
.post-navi-next {
	display: flex;
}

.post-navi-prev p,
.post-navi-next p {
	flex-grow: 1;
	margin: 0 0 0 16px;
}

.post-navi-prev img,
.post-navi-next img {
	border-radius: 4px;
	width: 160px;
	height: 90px;
}


/*--------------------------------
comment
---------------------------------*/
#response,
#reply-title {
	background-color: #BDBDBD;
	color: #FFF;
	margin-top: 2em;
	padding: 0 1em;
}

#response i {
	color: #FFF;
	margin-right: 10px;
}

ol.commets-list,
#respond p {
	font-size: 14px;
	line-height: 22px;
	list-style-type: none;
	padding-left: 1em;
}

ol.commets-list li {
	padding-top: 1.5em;
}

ol.commets-list li ul.children {
	list-style-type: none;
	padding-left: 2em;
}

/*
ul.children li {
	
}
*/

/*
.comment-author {
}

.commentmetadata {
}

div.reply {
}

a.comment-reply-link {
}
*/

cite.fn,
span.says {
	padding-left: 4px;
	font-style: normal;
	vertical-align: top;
}

cite.fn a {
	vertical-align: top;
}

/*
#respond {
}
*/

#respond label {
	display: block;
}

input#comment-submit {
	border: 0;
	border-radius: 4px;
	padding: 8px 16px;
	text-align: center;
}

/* buttons */
.outlined-button {
	border-radius: 4px;
	padding: 1px 16px;
	text-decoration: none;
}

.low-emphasis {
	background-color: #FFF;
	border: 0;
	border-radius: 0;
}

.medium-emphasis {
	background-color: #FFF;
	border: 1px solid #BDBDBD;
}

.high-emphasis {
	border: 0;
}

.low-emphasis:hover,
.medium-emphasis:hover {
	background-color: #F5F5F5;
}

/*--------------------------------
list
---------------------------------*/
#archive-title {
	margin-top: 0;
	padding-left: 1em;
	width: 93%;
}

#list-title {
	margin: 0 0 16px;
	width: 100%;
}

#archive-title {
	border-bottom: 0;
	color: #212121;
}

#post-list article {
	background-color: #FFF;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
	display: block;
	flex: 0 0 100%;
	margin: 0 0 24px;
	width: 100%;
}

#post-list article img {
	display: block;
	width: 100%;
	height: auto;
}

#post-list article p {
	line-height: 22px;
	padding: 0 16px 24px 8px;
}

.card-summary {
	padding: 16px 8px 8px;
	width: auto;
}

.card-ad {
	padding: 0;
}

h3.post-title {
	border: 0;
	/*height: 56px;*/
	line-height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0 16px 0px 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

h3.post-title a {
	color: #212121;
	font-weight: 700;
}

.pagination {
	border-top: 1px solid #BDBDBD;
}

.paginate-links,
.pagination .nav-links {
	font-size: 16px;
	margin: 16px 0;
}

h2.screen-reader-text,
.prev,
.next {
	display: none;
}

.dots {
	padding: 4px;
}

a.page-numbers,
.current {
	border: 1px solid;
	padding: 4px 10px;
}

a.page-numbers {
	background-color: #FFF;
}

/*--------------------------------
custom menu
---------------------------------*/
.access {
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.access ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.access ul.menu > li {
	float: left;
	padding: 0 24px 0 24px;
	position: relative;
}

.access ul li a {
	display: inline-block;
	white-space: nowrap;
}

.access ul > li a {
	color: #212121;
}

.access ul ul {
	left: 0;
	position: absolute;
	top: 100%;
}

.access ul ul li {
	border-bottom: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	float: none;
	padding: 0 24px;
	position: relative;
}

.access ul ul ul {
	border-left: 1px solid #BDBDBD;
	position: absolute;
	top: 0;
	left: 100%;
}

.access ul ul {
	display: none;
}

.access ul li:hover > ul {
	display: block;
}

#access-mobile ul {
	background-color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#access-mobile ul ul {
	border: 0;
}

#access-mobile ul li {
	border-bottom: 1px solid #BDBDBD;
	float: none;
	padding: 8px 32px 8px 8px;
	position: relative;
}

#access-mobile ul ul li {
	border: 0;
	padding: 8px 0 8px 8px;
}

#access-mobile ul li:last-child {
	border-bottom: 0;
}

#menu-bars {
	display: flex;
}

#menu-bars i {
	font-size: 26px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;
}

#menu-bars i:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

#menu-bar-toggle {
	display: none;
}

.blind-screen {
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 127;
}

#access-mobile {
	background-color: #FFF;
	box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	max-width: 300px;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 90%;
	z-index: 128;
	-webkit-overflow-scrolling: touch; /* 滑らかにスクロール. */
}

#menu-bar-toggle:checked ~ .blind-screen {
	display: block;
}

#menu-bar-toggle:checked ~ #access-mobile {
	display: block;
}

.access-mobile-title {
	font-size: 1.2em;
	line-height: 32px;
	padding: 8px;
}

.close-button {
	float: right;
}

/*--------------------------------
page top button
---------------------------------*/
#page-top {
	bottom: 32px;
	display: none;
	position: fixed;
	right: 8px;
	z-index: 99;
}

#page-top a {
	border-radius: 50%;
	display: block;
	font-size: 46px;
	height: 50px;
	line-height: 46px;
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-decoration: none;
	text-align: center;
	width: 50px;
}

#page-top a:hover {
	text-decoration: none;
}

/*---------------------------------------------------------
search form
---------------------------------------------------------*/
#searchform {
	height: 36px;
	position: relative;
	width: 300px;
}

#menu-bars ~ #searchform {
	display: flex;
	flex: 0 0 160px;
	margin: 4px;
}

#searchform #s {
	background-color: #FFF;
	border: 1px solid #BDBDBD;
	height: 32px;
	padding: 4px 32px 4px 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#searchform #searchsubmit {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	color: #BDBDBD;
	height: 28px;
	position: absolute;
	top: 2px;
	right: 3px;
	outline: none;
	width: 32px;
}

#searchform #searchsubmit:hover {
	color: #517EF0;
}

/** Widget */
.moewe-avatar img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	padding: 8px 0;
}

.moewe-user-description {
	margin: 0 10px;
	padding: 8px 0;
}

.moewe-sns-icon a,
.moewe-sns-icon a:hover {
	color: #212121;
	font-size: 1.8em;
	padding: 0 4px;
}

.archive-dropdown-first {
	background-color: #FFF;
	color: #212121;
	display: block;
	font-size: 17px;
	line-height: 32px;
	padding: 0 16px;
}

.archive-widget-toggle {
	display: none;
}

.archive-dropdown {
	display: none;
}

.archive-dropdown ul {
	background-color: #FFF;
	line-height: 32px;
}

.archive-dropdown ul li {
	border-top: 1px solid #BDBDBD;
	border-bottom: 0;
	margin: 0;
	padding: 2px 16px;
}

.archive-dropdown li a,
.archive-dropdown li a:hover {
	color: #212121;
	font-size: 17px;
}

.archive-widget-toggle:checked ~ .archive-dropdown {
	display: block;
}

.archive-widget-toggle ~ label i:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";  /* updated font-family */
	font-weight: 900; /* solid */
	font-style: normal;
}

.archive-widget-toggle:checked ~ label i:after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";  /* updated font-family */
	font-weight: 900; /* solid */
	font-style: normal;
}

/** PC */
@media only screen and (min-width: 1281px) {
	.size-alter-wide {
		max-width: 1430px;
	}
}

@media only screen and (max-width: 1280px) {
	.size-alter-wide {
		max-width: 1280px;
	}
}

@media only screen and (min-width: 720px) {
	.cta-pc {
		max-width: 890px;
		overflow: hidden;
	}

	.header-wrapper,
	.size-alter {
		max-width: 1280px;
	}

	#header-image-box {
		height: 720px;
	}

	#header-image-box .overlay {
		max-width: 90%;
		min-width: 30%;
	}

	.sitename {
		font-size: 26px;
	}

	.description {
		font-size: 24px;
	}

	#list-title {
		background-color: #FFF;
		border: 1px solid #BDBDBD;
		margin: 0 32px 16px 0;
		width: 100%;
	}

	#post-list article {
		box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
		flex: 0 0 auto;
		margin: 0 32px 32px 0;
		width: auto;
	}

	#post-list article img {
		height: 193px;
		width: 342px;
	}

	.card-summary {
		min-height: 149px;
		width: 326px;
	}

	.card-ad {
		width: 342px;
	}

	.post-content {
		font-size: 17px;
		line-height: 34px;
	}

	#single article,
	#error-page article,
	.top-eyecatch {
		margin-right: 32px;
	}

	#single article,
	#error-page article {
		border: 1px solid #BDBDBD;
		padding: 0 28px 8px;
	}
	
	#single .top-eyecatch + article {
		border-top: 0;
	}

	.pagination {
		margin-right: 32px;
	}

	.post-navi {
		display: flex;
	}

	.post-navi a {
		flex: 0 1 50%;
	}

	.post-navi a,
	.post-navi a:first-child {
		border: 0;
	}

	.post-navi-next-label,
	.post-navi-next p {
		text-align: right;
	}

	.access {
		display: block;
	}

	.access-mobile {
		display: none;
	}

	#menu-bars {
		display: none;
	}

	.pc-only {
		display: inline;
	}
}


/** mobile */
@media only screen and (max-width: 720px) {
	header {
		padding-bottom: 32px;
	}

	.size-alter-wide,
	.size-alter {
		background-color: #FFF;
	}

	.horizontal-flex-layout {
		flex-flow: column wrap;
	}

	.flex-title-layout {
		border-bottom: 1px solid #BDBDBD;
		height: 31px;
		position: fixed;
		width: 100%;
		z-index: 100;
	}

	#home,
	#single,
	#post-list,
	#error-page {
		width: 100%;
	}

	.sidebar {
		flex: 0 0 auto;
		margin: 0;
	}

	.post-content {
		font-size: 17px;
		line-height: 34px;
	}

	.footer-column,
	.footer-row {
		margin-bottom: 8px;
		padding: 0 2%;
		width: 96%;
	}

	.access {
		display: none;
	}

	.pc-only {
		display: none;
	}
}
