@charset "utf-8";
/*
Theme Name: tyoht_Vaporwave
Theme URI:
Description:
Author: tyoht_Vaporwave
Author URI: https://www.head-t.com/
Version: 1.0
*/

/* function */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}

/* common */

html {
	font-size: 62.5%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Shimanami , sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

body {
	font-family: Gothic Medium BBB , sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.25em;
	line-height: 1;
	font-weight: normal;
	color: #555;
	text-align: center;
	word-wrap: break-word;
	background-color: #fff;
	background-image: url("img/texture.png");
}
@media (prefers-color-scheme: light) {
  body {
  	color: #555;
  	background-color: #fff;
  	background-image: url("img/texture.png");
  }
}
@media (prefers-color-scheme: dark) {
  body {
    color: #ccc;
    background-color: #000;
    background-image: none;
  }
}
#wrapper {
	width: 100%;
	max-width: 600px;
	padding: 0 1rem;
	margin: 2rem auto 0 auto;
	text-align: left;
}
a,
a:visited {
	color: #09c;
	text-decoration: none;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(255, 255, 0, 1.0);
}
a:hover,
a:focus,
a:active {
	color: #09c;
	text-decoration: underline;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}

/* table */

@media (prefers-color-scheme: light) {
table {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 0.5em 0 1em 0;
	width: 100%;
	table-layout:fixed;
}
}
@media (prefers-color-scheme: dark) {
table {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #333;
	margin: 0.5em 0 1em 0;
	width: 100%;
	table-layout:fixed;
}
}

@media (prefers-color-scheme: light) {
table th,
table td {
	padding: 0.5em 0.8em;
	border: 1px solid #ccc;
}
}
@media (prefers-color-scheme: dark) {
table th,
table td {
	padding: 0.5em 0.8em;
	border: 1px solid #333;
}
}

th {
	font-weight: bold;
}

/* header */

header#header {
	text-align: center;
	width: 100%;
}
header#header h1 a:link,
header#header h1 a:visited {
	display: block;
	width: 300px;
	height: 75px;
	background-image: url(img/header_logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	margin: 0 auto;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header#header h1 a:hover {
	background-color: #ff0;
}

/* nav */

header#header nav {
	max-width: 960px;
	padding: 0 1rem;
	margin: 0 auto 2rem auto;
}
header#header nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
header#header nav li {
	display: inline-block;
}
header#header nav li a,
header#header nav li a:visited {
	font-family: Shimanami , sans-serif;
	font-size: 2.6rem;
	letter-spacing: 0.05rem;
	display: block;
	text-decoration: none;
	padding: 0.8rem 1.6rem;
	color: #555;
}
@media (prefers-color-scheme: light) {
  header#header nav li a,
  header#header nav li a:visited {
  	color: #555;
  }
}
@media (prefers-color-scheme: dark) {
  header#header nav li a,
  header#header nav li a:visited {
  	color: #999;
  }
}
header#header nav li a:hover {
	font-family: Shimanami , sans-serif;
	font-size: 2.6rem;
	letter-spacing: 0.05rem;
	display: block;
	text-decoration: none;
	padding: 0.8rem 1.6rem;
	color: #555;
	background-color: #ff0;
}
@media (prefers-color-scheme: light) {
  header#header nav li a:hover {
  	color: #555;
  }
}
@media (prefers-color-scheme: dark) {
  header#header nav li a:hover {
  	color: #999;
  }
}
header#header nav.current-menu-item,
header#header nav .current-page-ancestor,
header#header nav .current_page_parent {
	background-color: #ff0;
}

/* nav_typekit */

.wf-loading header nav ul {
	visibility: hidden;
}
.wf-active header nav ul {
	visibility: visible;
}

/* breadcrumbs */

#breadcrumbs-box {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #999;
	background: rgba(234, 234, 234, 0.3);
	padding: 2rem 1rem;
	margin: 0 0 2rem 0;
	text-align: left;
}
@media (prefers-color-scheme: light) {
  #breadcrumbs-box {
  	color: #999;
    background: rgba(234, 234, 234, 0.3);
  }
}
@media (prefers-color-scheme: dark) {
  #breadcrumbs-box {
  	color: #999;
    background: rgba(51, 51, 51, 0.3);
  }
}
.breadcrumbs {
	max-width: 960px;
	margin: 0 auto;
}
.breadcrumbs .breadcrumbs-icon i.fa {
	color: #ccc;
	margin: 0 1rem;
}
@media (prefers-color-scheme: light) {
  .breadcrumbs .breadcrumbs-icon i.fa {
  	color: #ccc;
  }
}
@media (prefers-color-scheme: dark) {
  .breadcrumbs .breadcrumbs-icon i.fa {
  	color: #333;
  }
}
.breadcrumbs a {
	color: #555;
	text-decoration: none;
}
@media (prefers-color-scheme: light) {
  .breadcrumbs a {
  	color: #555;
  }
}
@media (prefers-color-scheme: dark) {
  .breadcrumbs a {
  	color: #999;
  }
}
.breadcrumbs a:hover,
.breadcrumbs a:visited {
	color: #555;
	background-color: #ff0;
	text-decoration: none;
}
@media (prefers-color-scheme: light) {
  .breadcrumbs a:hover,
  .breadcrumbs a:visited {
  	color: #555;
  }
}
@media (prefers-color-scheme: dark) {
  .breadcrumbs a:hover,
  .breadcrumbs a:visited {
  	color: #999;
  }
}
/* blog_single.php */

article header h1 {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 0.5rem 0;
}
article header h1 a {
	color: #555;
	text-decoration: none;
}
@media (prefers-color-scheme: light) {
  article header h1 a {
  	color: #555;
  }
}
@media (prefers-color-scheme: dark) {
  article header h1 a {
  	color: #fff;
  }
}
article header h1 a:hover,
article header h1 a:visited {
	color: #555;
	text-decoration: none;
	background-color: #ff0;
}
@media (prefers-color-scheme: light) {
  article header h1 a:hover,
  article header h1 a:visited {
  	color: #555;
  }
}
@media (prefers-color-scheme: dark) {
  article header h1 a:hover,
  article header h1 a:visited {
  	color: #fff;
  }
}
article header .post-meta {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #555;
	margin: 0 0 2rem 0;
}
@media (prefers-color-scheme: light) {
  article header .post-meta {
  	color: #555;
  }
}
@media (prefers-color-scheme: dark) {
  article header .post-meta {
  	color: #ccc;
  }
}
article header .post-meta .post-meta-txt {
	color: #999;
	margin: 0 1rem 0 0;
}
article header .post-meta time {
	display: block;
}
article header .post-meta i.fa {
	margin: 0 0.3rem 0 0;
}
.post-content a,
.post-content a:visited {
	color: #09c;
	text-decoration: none;
}
.post-content a:hover {
	color: #555;
	text-decoration: none;
	background-color: #ff0;
}
.post-content,
.post-content p {
	font-size: 1.8rem;
	line-height: 2;
}
.post-content p {
	margin: 1rem 0 1.5rem 0;
}
.post-content h1 {
	font-size: 2.6rem;
	line-height: 1.5;
	margin: 3rem 0 2rem 0;
	padding: 0 0 .4rem 0;
	border-bottom: 4px solid #999;
}
.post-content h2 {
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 3rem 0 2rem 0;
	padding: 0 0 .4rem 0;
	border-bottom: 2px solid #999;
}
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-size: 2rem;
	line-height: 1.5;
	margin: 3rem 0 2rem 0;
	padding: 0 0 .2rem 0;
	border-bottom: 1px solid #999;
}
.post-content section {
	margin: 0 0 5rem 0;
}
.post-content img {
	max-width: 100%;
	height: auto;
	margin: 0 0 1.5rem 0;
	display: block;
}
img.border {
	border: 10px solid #eaeaea;
}
.post-content strong {
	font-weight: bold;
}
.post-content blockquote {
  margin: 2rem 1rem 2rem 1rem;
  padding: 0 0 0 1rem;
  border-left: 3px solid #eaeaea;
  overflow: auto;
}
.post-content blockquote.twitter-tweet {
  margin: 2rem 1rem 3rem 1rem;
  padding: 0 0 0 1rem;
  border-left: 3px solid #eaeaea;
  overflow: auto;
}
.post-content ul {
	padding: 0 0 0 2rem;
	margin: 1rem 0 2rem 0;
	list-style-position: outside;
	list-style-type: disc;
}
.post-content ul.nolist {
	padding: 0 0 0 0rem;
	margin: 1rem 0 2rem 0;
	list-style-position: inside;
	list-style-type: none;
}
.post-content ol {
	padding: 0 0 0 2rem;
	margin: 1rem 0 2rem 0;
	list-style-position: outside;
	list-style-type: decimal;
}
.post-content ul ul,
.post-content ol ol {
	padding: 0 0 0 2rem;
}
.post-content li {
	margin: 0 0 1.5rem 0;
}
.post-content dl {
	padding: 1rem 0 1rem 0;
}
.post-content dl dt {
	font-weight: bold;
}
.post-content dl dd {
	margin: 0 0 0.5rem 0;
}
.post-content figure {
	margin: 0;
	padding: 0;
}
.post-content figure figcaption {
	color: #999;
	margin: 0 0 1rem 0;
	font-size: 0.8rem;
	line-height: 1.5;
}
.post-content i.fa {
	margin: 0 0.5rem;
}
.post-content iframe {
	display: block;
}
.post-content code {
	overflow: auto;
}

/* toc_Table of Contents Plus */

.post-content #toc_container {
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #eaeaea;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	padding: 0.5rem 1.8rem;
	margin: 0 0 0 0;
}
@media (prefers-color-scheme: light) {
  .post-content #toc_container {
  	background: rgba(255, 255, 255, 0.3);
  	border: 1px solid #eaeaea;
  }
}
@media (prefers-color-scheme: dark) {
  .post-content #toc_container {
  	background: rgba(51, 51, 51, 0.3);
  	border: 1px solid #333;
  }
}
.post-content #toc_container a,
.post-content #toc_container a:hover {
	text-decoration: none;
}

.post-content > #toc_container {
	margin: 0 0 4rem 0;
}
.post-content #toc_container ul.toc_list li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0;
	margin: 1rem 0 0.5rem 1rem;
	text-indent: 0;
}
.post-content #toc_container ul.toc_list li ul li,
.post-content #toc_container ul.toc_list li ul li ul li {
	list-style-type: circle;
	list-style-position: outside;
	padding: 0;
	margin: 0.5rem 0 0.5rem 0;
	text-indent: 0;
}
.post-content #toc_container .toc_title {
	text-align: center;
}

/* movie */

.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* blog-sns */

.blog-sns {
	clear: both;
	padding: 2rem 0;
}
.blog-sns .facebook-btn,
.blog-sns .twitter-btn,
.blog-sns .instagram-btn,
.blog-sns .hatena-btn,
.blog-sns .line-btn {
	margin: 0 2rem 1rem 0;
	display: inline-block;
	vertical-align: top;
	height: 30px;
}
.blog-sns .facebook-btn {
	margin: 0 0 1rem 0;
	display: inline-block;
	vertical-align: top;
	height: 30px;
}

/* category_tag */

nav#post-footer-nav {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #999;
}
nav#post-footer-nav a,
nav#post-footer-nav a:visited {
	color: #555;
	text-decoration: none;
}
@media (prefers-color-scheme: light) {
  nav#post-footer-nav a,
  nav#post-footer-nav a:visited {
  	color: #555;
  }
}
@media (prefers-color-scheme: dark) {
  nav#post-footer-nav a,
  nav#post-footer-nav a:visited {
  	color: #ccc;
  }
}
nav#post-footer-nav a:hover {
	color: #555;
	text-decoration: none;
	background-color: #ff0;
}
nav#post-footer-nav .category,
nav#post-footer-nav .tag {
	margin: 0 0 1.0rem 0;
}
nav#post-footer-nav .category a,
nav#post-footer-nav .tag a {
	margin: 0 0 0 1.0rem;
}
nav#post-footer-nav .category i.fa,
nav#post-footer-nav .tag i.fa {
	margin: 0 0.5rem 0 0;
}

/* page-navi_previous_next */

#page-nav-box {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #555;
	background: rgba(234, 234, 234, 0.3);
	padding: 1rem 1rem;
	margin: 5rem 0;
}
@media (prefers-color-scheme: light) {
  #page-nav-box {
  	color: #555;
  	background: rgba(234, 234, 234, 0.3);
  }
}
@media (prefers-color-scheme: dark) {
  #page-nav-box {
  	color: #ccc;
  	background: rgba(51, 51, 51, 0.3);
  }
}
.page-nav {
	max-width: 960px;
	margin: 0 auto;
}
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #555;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: .8rem 1rem .7rem 1rem;
	margin: .5rem;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
}
@media (prefers-color-scheme: light) {
  .wp-pagenavi a,
  .wp-pagenavi span {
  	color: #555;
  	border: 1px solid #ccc;
  }
}
@media (prefers-color-scheme: dark) {
  .wp-pagenavi a,
  .wp-pagenavi span {
  	color: #fff;
  	border: 1px solid #666;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #555;
	border-color: #ccc;
	background: #ff0;
}
.wp-pagenavi i.fa {
	font-size: 1.4rem;
	margin: 0 .5rem;
}
.page-nav .page-new {
	float: left;
	text-align: left;
	margin: 1rem 1rem 1rem 0;
}
.page-nav .page-old {
	float: right;
	text-align: right;
	margin: 1rem 0 1rem 1rem;
}
.page-nav .page-new i.fa,
.page-nav .page-old i.fa {
	margin: 0 .5rem;
}

/* similar posts */

#similar {
	display: inline-block;
	margin: 2.5rem 0;
}
#similar .wp-post-image {
	border:solid 1px #ccc;
	float: left;
	padding: 0;
	margin: 0 1rem 0 0;
}
#similar .similar_posts {
	margin: 1rem 0 1rem 0;
	display: inline-block;
	width: 100%;
	/* float: left;
	clear: both; */
}
#similar .similar_posts_title {
	font-size: 1.5rem;
	line-height: 2.4rem;
}
#similar p.similar_posts_snippet {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 0.5rem 0 0 0;
	color: #999;
}
#similar ul,
#similar ul ul,
#similar ol,
#similar ol ol,
#similar li {
	margin: 0;
	padding: 0;
}

/* 404 */

#canvas {
	display: block;
	width: 100%;
}

/* widget_secondary_sidebar.php */

#secondary {
	max-width: 960px;
	padding: 0 1rem;
	margin: 0 auto;
}
#secondary ul,
#secondary li {
	list-style: none;
	text-align: left;
}
#secondary h2.widgettitle {
	font-size: 1.6rem;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	padding: 2rem 0 1rem 0;
	margin: 2rem 0 0 0;
}

/* widget_search */

#search {
  margin: 3rem 0 1rem 0;
}
#search input[type="search"] {
	font-size: 1.5rem;
	line-height: 1.5;
	width: 100%;
  padding: 1rem 0;
  text-indent: 1rem;
  font-family: fontAwesome;
  border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
}
@media (prefers-color-scheme: light) {
  #search input[type="search"] {
    border: 1px solid #ccc;
  }
}
@media (prefers-color-scheme: dark) {
  #search input[type="search"] {
    border: 1px solid #666;
    background-color: #333;
    color: #fff;
  }
}
#search input[type="submit"] {
  display: none;
}

/* widget_profile */

#secondary .widget_profile {
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 0 1rem 0;
	text-align: left;
}
#secondary .widget_profile i.fa {
	margin: 0 0.5rem 0 0;
}
#secondary .widget_profile #profile-headshot img {
	width: 128px;
	height: 128px;
	margin: 1rem 0;
}
#secondary .widget_profile p.profile-txt a,
#secondary .widget_profile p.profile-txt a:visited {
	color: #555;
	text-decoration: none;
}
@media (prefers-color-scheme: light) {
  #secondary .widget_profile p.profile-txt a,
  #secondary .widget_profile p.profile-txt a:visited {
  	color: #555;
  }
}
@media (prefers-color-scheme: dark) {
  #secondary .widget_profile p.profile-txt a,
  #secondary .widget_profile p.profile-txt a:visited {
  	color: #fff;
  }
}
#secondary .widget_profile p.profile-txt a:hover {
	color: #555;
	text-decoration: none;
	background-color: #ff0;
}
#secondary .widget_profile #sns-btn ul {
	margin: 0;
	padding: 0;
}
#secondary .widget_profile #sns-btn ul li {
	display: inline-block;
}
#secondary .widget_profile #sns-btn ul li a .fa {
	font-size: 2rem;
	color: #999;
	padding: 0.5rem;
	margin:  2rem 1.5rem 0 1.5rem;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
#secondary .widget_profile #sns-btn ul li a.icon-file .fa {
	color: #40c9b4;
}
#secondary .widget_profile #sns-btn ul li a.icon-facebook .fa {
	color: #305097;
}
#secondary .widget_profile #sns-btn ul li a.icon-twitter .fa {
	color: #00aced;
}
#secondary .widget_profile #sns-btn ul li a.icon-instagram .fa {
	color: #111;
}
@media (prefers-color-scheme: light) {
  #secondary .widget_profile #sns-btn ul li a.icon-instagram .fa {
  	color: #111;
  }
}
@media (prefers-color-scheme: dark) {
  #secondary .widget_profile #sns-btn ul li a.icon-instagram .fa {
  	color: #999;
  }
}

#secondary .widget_profile #sns-btn ul li a.icon-youtube .fa {
	color: #cd201f;
}
#secondary .widget_profile #sns-btn ul li a.icon-amazon .fa {
	color: #f49c00;
}
#secondary .widget_profile #sns-btn ul li a.icon-bitcoin .fa {
	color: #f7931a;
}
#secondary .widget_profile #sns-btn ul li a.icon-paypal .fa {
	color: #189ddc;
}
#secondary .widget_profile #sns-btn ul li a:hover .fa {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}

/* widget_category */

#secondary .widget_category {
	text-align: left;
}

#secondary .widget_category ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#secondary .widget_category ul li {
	width: 49%;
	display: inline-block;
	text-align: left;
}
@media screen and (max-width: 768px) {
	#secondary .widget_category ul li {
		width: 100%;
		display: block;
		text-align: left;
	}
}
#secondary .widget_category ul li a,
#secondary .widget_category ul li a:visited {
	font-family: Shimanami , sans-serif;
	font-size: 2.5rem;
	line-height: 1.5;
	color: #555;
	display: block;
	word-break: normal;
	margin: 1rem 0 0.2rem 0;
	text-decoration: none;
}
@media (prefers-color-scheme: light) {
  #secondary .widget_category ul li a,
  #secondary .widget_category ul li a:visited {
  	color: #555;
  }
}
@media (prefers-color-scheme: dark) {
  #secondary .widget_category ul li a,
  #secondary .widget_category ul li a:visited {
  	color: #fff;
  }
}
#secondary .widget_category ul li a:hover {
	color: #555;
	text-decoration: none;
	background-color: #ff0;
}
#secondary .widget_category ul li .post-exp {
	color: #999;
	margin: 0 0 2rem 0;
	padding: 0;
	display: block;
}
@media (prefers-color-scheme: light) {
  #secondary .widget_category ul li .post-exp {
  	color: #999;
  }
}
@media (prefers-color-scheme: dark) {
  #secondary .widget_category ul li .post-exp {
  	color: #ccc;
  }
}
/* widget_archive */

.widget_archive {
	font-size: 1.2rem;
	line-height: 1.5;
}
.widget_archive label {
	display: none;
}
.widget_archive select {
	margin: 0 0 2.0rem 0;
	max-width: 100%;
}

/* Tagcloud widget */

#secondary .tagcloud {
	display: inline-block;
	text-align: left;
}

#secondary .tagcloud a,
#secondary .tagcloud a:visited {
	line-height: 1.2;
	color: #999;
	text-decoration: none;
	background: #f1f1f1;
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0 0.5rem 0.5rem 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-appearance: none;
}
@media (prefers-color-scheme: light) {
  #secondary .tagcloud a,
  #secondary .tagcloud a:visited {
  	color: #999;
  	background: #f1f1f1;
  }
}
@media (prefers-color-scheme: dark) {
  #secondary .tagcloud a,
  #secondary .tagcloud a:visited {
  	color: #fff;
  	background: #333;
  }
}
#secondary .tagcloud a:hover {
	color: #555;
	text-decoration: none;
	background-color: #ff0;
}

/* Toppage_Archives_loop.php */

#top-img img {
	width: 100%;
	max-width: 600px;
  height: auto;
}
#wrapper-loop {
	width: 100%;
	max-width: 960px;
	padding: 0 1rem;
	margin: 2rem auto 0 auto;
	text-align: left;
}
article#loop section {
	width: 28%;
	/* width: 29%; */
	margin: 0 2% 5rem 2%;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	article#loop section {
		width: 100%;
		margin: 0 0 5rem 0;
		display: block;
		vertical-align: top;
	}
}
article#loop section header h1,
article#loop section header h1 a,
article#loop section header h1 a:visited {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
@media (prefers-color-scheme: light) {
  article#loop section header h1,
  article#loop section header h1 a,
  article#loop section header h1 a:visited {
  	color: #555;
  }
}
@media (prefers-color-scheme: dark) {
  article#loop section header h1,
  article#loop section header h1 a,
  article#loop section header h1 a:visited {
  	color: #fff;
  }
}
article#loop section header h1 a:hover {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	background-color: #ff0;
}
article#loop section time {
	color: #999;
  font-size: 1.0rem;
}
article#loop section .thumbnail img {
	width: 100%;
	height: auto;
	margin: 1rem 0;
}
article#loop section p {
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 0;
	color: #999;
}
article#loop section p a {
	color: #999;
	text-decoration: none;
}
article#loop section p a:hover {
	color: #999;
	text-decoration: none;
	background-color: #ff0;
}

/* footer */

footer#footer #copyright {
	font-size: 1rem;
	color: #ccc;
	padding: 0 0 2.0rem 0;
}
@media (prefers-color-scheme: light) {
  footer#footer #copyright {
  	color: #ccc;
  }
}
@media (prefers-color-scheme: dark) {
  footer#footer #copyright {
  	color: #666;
  }
}

footer#footer #copyright i.fa {
	margin: 0 0.5rem;
}
/* footer#footer #footer-logo {
	margin: 1em 0;
} */
footer#footer img {
  display: table-cell;
  vertical-align: middle;
}
footer#footer img.blueflame-cycle {
  margin: 1.5em 3em;
  zoom: .2;
  display: inline-block;
}
footer#footer img.cmyogak {
  margin: 1.5em 3em;
  zoom: .05;
  display: inline-block;
}
footer#footer img.misogi-cafe {
  margin: 1.5em 3em;
  zoom: .05;
  display: inline-block;
}

/* page */

#wrapper-page-wide {
	width: 100%;
	max-width: 960px;
	padding: 0 1rem;
	margin: 2rem auto 0 auto;
	text-align: left;
}
#wrapper-page-narrow {
	width: 100%;
	max-width: 600px;
	padding: 0 1rem;
	margin: 2rem auto 0 auto;
	text-align: left;
}

/* Portfolio */

section.portfolio,
section.portfolio-profile,
section.portfolio-clientworks,
section.portfolio-pricelist {
	display: block;
	margin: 0 0 5rem 0;
}
section.portfolio h1,
section.portfolio-profile h1,
section.portfolio-clientworks h1,
section.portfolio-pricelist h1 {
	margin: 0;
}
section.portfolio h2,
section.portfolio-profile h2,
section.portfolio-clientworks h2,
section.portfolio-pricelist h2 {
	margin: 4rem 0 0.5rem 0;
}
section.portfolio-clientworks h2 {
	margin: 0 0 0.5rem 0;
}
section.portfolio h3,
section.portfolio-profile h3,
section.portfolio-clientworks h3,
section.portfolio-pricelist h3 {
	margin: 0 0 0.5rem 0;
	color: #b7b7b7;
}
section.portfolio-clientworks .portfolio-year {
	font-size: 1.4rem;
	line-height: 2.5rem;
	color: #b7b7b7;
	margin: 7rem 0 0 0;
}
section.portfolio-clientworks p.portfolio-caption {
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin: 0;
}
section.portfolio-clientworks img {
 width: 100%;
 border: 10px solid #eaeaea;
 margin: 1em 0;
}
section.portfolio a i.fa {
	margin: 0 0.5rem 0 0;
}
ul.portfolio-nav {
	text-align: center;
	width: 100%;
	padding: 0;
}
ul.portfolio-nav li {
	list-style: none;
	display: inline-block;
	padding: 0.5rem 1.2rem;
	color: #999;
}
section.portfolio .portfolio-icon
ul.portfolio-nav .portfolio-icon {
	color: #999;
}

/* Sitemap */

#sitemap ul li,
#sitemap ul li ul li {
	margin: 2rem 0;
}

/* Contact */

section.contact a i.fa {
	margin: 0 0.5rem;
}
section#contact1 input[type="text"],
section#contact1 input[type="email"],
section#contact1 textarea[name="contact2-contact"],
section#contact1 input[type="submit"],
section#contact2 input[type="text"],
section#contact2 input[type="email"],
section#contact2 textarea[name="message"],
section#contact2 input[type="submit"] {
	font-size: 1.6rem;
	padding: 1rem 1rem;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	width: 100%;
	margin: 0 0 2rem 0;
}
@media (prefers-color-scheme: light) {
  section#contact1 input[type="text"],
  section#contact1 input[type="email"],
  section#contact1 textarea[name="contact2-contact"],
  section#contact1 input[type="submit"],
  section#contact2 input[type="text"],
  section#contact2 input[type="email"],
  section#contact2 textarea[name="message"],
  section#contact2 input[type="submit"] {
    border: 1px solid #ccc;
  }
}
@media (prefers-color-scheme: dark) {
  section#contact1 input[type="text"],
  section#contact1 input[type="email"],
  section#contact1 textarea[name="contact2-contact"],
  section#contact1 input[type="submit"],
  section#contact2 input[type="text"],
  section#contact2 input[type="email"],
  section#contact2 textarea[name="message"],
  section#contact2 input[type="submit"] {
    border: 1px solid #666;
  	background-color: #333;
    color: #fff;
  }
}

section#contact1 input[type="submit"],
section#contact2 input[type="submit"] {
	color: #555;
	background-color: #ff0;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	cursor: pointer;
}
@media (prefers-color-scheme: light) {
  section#contact1 input[type="submit"],
  section#contact2 input[type="submit"] {
  	border: 1px solid #ccc;
  }
}
@media (prefers-color-scheme: dark) {
  section#contact1 input[type="submit"],
  section#contact2 input[type="submit"] {
  	border: 1px solid #666;
  }
}

section#contact1 input[type="submit"]:hover,
section#contact2 input[type="submit"]:hover {
	color: 555;
	background-color: #ff0;
	border: 1px solid #555;
	-webkit-appearance: none;
	cursor: pointer;
}
@media (prefers-color-scheme: light) {
  section#contact1 input[type="submit"]:hover,
  section#contact2 input[type="submit"]:hover {
  	color: 555;
  	background-color: #ff0;
  	border: 1px solid #555;
  }
}
@media (prefers-color-scheme: dark) {
  section#contact1 input[type="submit"]:hover,
  section#contact2 input[type="submit"]:hover {
  	color: 555;
  	background-color: #ff0;
  	border: 1px solid #fff;
  }
}

section#contact1 label {
	padding: 1rem 1rem;
	display: inline-block;
}

/* button */

.btn {
	font-size: 1.6rem;
	padding: 1.5rem 1.5rem;
	margin: 1rem 0;
	width: 100%;
	color: #555;
	background-color: #eaeaea;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	cursor: pointer;
}
.btn:hover {
	font-size: 1.6rem;
	padding: 1.5rem 1.5rem;
	margin: 1rem 0;
	width: 100%;
	color: #555;
	background-color: #ff0;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	cursor: pointer;
}
.btn.primary {
	font-size: 1.6rem;
	padding: 1.5rem 1.5rem;
	margin: 1rem 0;
	width: 100%;
	color: #555;
	background-color: #ff0;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	cursor: pointer;
}
.btn.primary:hover {
	font-size: 1.6rem;
	padding: 1.5rem 1.5rem;
	margin: 1rem 0;
	width: 100%;
	color: #555;
	background-color: #ff0;
	border: 1px solid #555;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	cursor: pointer;
}
