@charset "UTF-8";
/*!
Theme Name: nazology
Theme URI: http://kusuguru.net/
Author: http://kusuguru.net/
Author URI: http://kusuguru.net/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nazology
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nazology is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
iframe.wp-embedded-content {
  max-height: 130px;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.6em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  position: relative;
  margin: 0 0em 0em;
  padding: 2em;
  background-color: #f3f3f3;
  border-radius: 1em;
  z-index: 1;
}
blockquote p {
  position: relative;
  font-size: 0.8rem;
  z-index: 3;
}
blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 0.8em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.google-ad ins {
  background: transparent;
  text-decoration: none;
}


big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
*:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul .lbox2 {
  display: table;
  width: 100%;
}
ul .lbox2 > li {
  display: table-cell;
  float: left;
  width: 50%;
}
ul .lbox2 > li:nth-child(2n+1) {
  clear: both;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

input[type=button], input[type=reset], input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover {
  border-color: #ccc #bbb #aaa;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=button]:active, input[type=button]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type=reset]:active, input[type=reset]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type=submit]:active, input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus {
  color: #111;
}

textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:before, .entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content:before, .comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header:before, .site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-content:before, .site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  margin-top: 3px;
}

.wp-caption-text {
  text-align: left;
  color: grey;
  font-size: 11px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("font/NotoSansCJKjp-Thin.eot");
  src: url("font/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Thin.woff") format("woff"), url("font/NotoSansCJKjp-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("font/NotoSansCJKjp-Light.eot");
  src: url("font/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Light.woff") format("woff"), url("font/NotoSansCJKjp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("font/NotoSansCJKjp-DemiLight.eot");
  src: url("font/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("font/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("font/NotoSansCJKjp-Regular.eot");
  src: url("font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Regular.woff") format("woff"), url("font/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("font/NotoSansCJKjp-Medium.eot");
  src: url("font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Medium.woff") format("woff"), url("font/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("font/NotoSansCJKjp-Bold.eot");
  src: url("font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Bold.woff") format("woff"), url("font/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("font/NotoSansCJKjp-Black.eot");
  src: url("font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Black.woff") format("woff"), url("font/NotoSansCJKjp-Black.ttf") format("truetype");
}
body {
  font-family: "Noto Sans Japanese";
  font-size: 14px;
  color: #171717;
  font-weight: 400;
  line-height: 1.6;
  background: #f0f0f0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #171717;
}
a:hover, a:active, a:visited, a:focus {
  color: #171717;
}

img {
  max-width: 100%;
  border: 0;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

#header {
  z-index: 9999;
  background: #fff;
  width: 100%;
  border-bottom: #cecece 1px solid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
#header .container {
  background: #fff;
  height: 100%;
  padding: 11px 0 2px;
}
#header h1 {
  text-align: center;
}
#header h1 .top {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  width: 44px;
}
#header h1 .typo-logo {
  display: none;
  width: 132px;
  margin-left: auto;
  margin-right: auto;
}
#header h1 .typo-logo-scrolled {
  width: 132px;
  margin-left: auto;
  margin-right: auto;
}
#header .h-right,
#header .comment {
  display: none;
}

#logo {
  font-size: 0;
  height: 44px;
}

#main,
#top-main {
  overflow: hidden;
}

.post-article {
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
}
.post-article a {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 16px;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 2px 0px #c4c4c4;
  -moz-box-shadow: 0px 2px 2px 0px #c4c4c4;
  -webkit-box-shadow: 0px 2px 2px 0px #c4c4c4;
}
.post-article a.mark {
  position: relative;
}
.post-article .mark .head .img img {
  width: 100%;
}
.post-article img {
  /*width: 100%; */
}
.post-article .head {
  overflow: hidden;
  color: #d1d1d1;
}
.post-article .head .cat-title {
  float: left;
  font-weight: 900;
  text-transform: uppercase;
}
.post-article .img {
  margin-bottom: 16px;
  line-height: 0;
}
.post-article h2 {
  font-size: 16px;
  font-weight: 700;
}
.post-article p {
  margin-top: 14px;
  font-size: 11px;
}
.post-article .post-description {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.3px;
  font-weight: 300;
}
.post-article .title-description {
  padding-top: 0;
  padding-bottom: 16px;
  padding-left: 25px;
  padding-right: 25px;
}
.post-article .title-description .cat-title {
  color: #217cee;
  font-size: 12px;
  font-weight: 300;
}
.post-article .title-description .date {
  color: #6b6b6b;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 12px;
  font-size: 13px;
}

/******************************************************************/
/* .post-article a.mark::after {                                 */
/*     position: absolute;                                       */
/*     content: "";                                              */
/*     width: 0;                                                 */
/*     height: 0;                                                */
/*     border-style: solid;                                      */
/*     border-width: 11px 11px 0 0;                              */
/*     border-color: #ff9224 transparent transparent transparent; */
/*     top: 0;                                                   */
/*     left: 0; }                                                 */
/******************************************************************/
/*********************************************/
/* .post-article .title-descriptioin .date { */
/*     margin-bottom: 0;                    */
/*     /\**********************\/           */
/*     /\* float: right;     *\/            */
/*     /\* text-align: right; *\/           */
/*     /\* font-weight: 300; *\/            */
/*     /\* font-size: 12px;   *\/           */
/*     /\**********************\/           */
/* }                                         */
/*********************************************/
#arrow {
  text-align: center;
  padding: 16px 0;
}

#footer {
  background: #fff;
  padding: 27px 20px;
  margin-bottom: 10px;
  margin-top: 8px;
}
#footer .site-footer {
  overflow: hidden;
  margin-bottom: 12px;
}
#footer .site-footer h2 {
  float: left;
  color: #95989a;
  font-size: 20px;
  font-weight: 100;
}
#footer .site-footer .sns {
  float: right;
}
#footer .site-footer .sns li {
  float: left;
  margin-left: 24px;
}
#footer .site-footer .sns li:first-child {
  margin-left: 0;
}
#footer .footer-nav {
  font-size: 12px;
  margin-bottom: 12px;
  color: #95989a;
}
#footer .footer-nav a {
  color: #95989a;
}
#footer #copyright {
  font-size: 11px;
  color: #666666;
  font-weight: 100;
}
#footer .f-right {
  display: none;
}

.page-title {
  background: #fff;
  text-align: center;
  padding: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.page-title h1 {
  font-size: 24px;
  font-weight: 100;
  color: #2a2b2c;
}

.ads {
  margin-bottom: 13px;
}

.header-category {
  background-color: #fff;
  display: block;
  margin: 24px 24px 0;
}
.header-category::after {
  clear: both;
  content: "";
  display: block;
}
.header-category__item {
  float: left;
  position: relative;
  width: 33%;
}
.header-category__item--hidden {
  padding: 0;
}
.header-category__item::before, .header-category__item::after {
  background-color: #f0f0f0;
  content: "";
  display: none;
  position: absolute;
}
.header-category__item:nth-of-type(3n)::before, .header-category__item:nth-of-type(3n - 1)::before {
  bottom: 0;
  display: block;
  top: 10px;
  width: 1px;
}
.header-category__item:nth-of-type(3n)::before, .header-category__item:nth-of-type(3n - 1)::before {
  left: -1px;
}
.header-category__item:nth-of-type(3n - 1) {
  width: 34%;
}
.header-category__item:nth-of-type(3n - 1)::before {
  left: 0;
}
.header-category__item:nth-of-type(n + 4) {
  margin-top: 1px;
}
.header-category__item:nth-of-type(n + 4)::before {
  bottom: 10px;
  top: -1px;
}
.header-category__item:nth-of-type(n + 4)::after {
  display: block;
  height: 1px;
  left: 0;
  right: 0;
  top: -1px;
}
.header-category__item:nth-of-type(4)::after {
  left: 10px;
}
.header-category__item:nth-of-type(6)::after {
  right: 10px;
}
.header-category a {
  color: #707070;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}

.adblock {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 24px;
}
.adblock img {
  width: auto !important;
}

#post-detail {
  margin-bottom: 24px;
}
#post-detail h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
#post-detail .box1 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: black;
  background: #eceff1;
  /*背景色*/
  word-break: break-all;
}
#post-detail .box1 p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 0.94rem;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  word-wrap: break-word;
}
#post-detail .box2 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-size: 14px;
  color: black;
  background: #e1f5fe;
  word-break: break-all;
  line-height: 1.9em;
}
#post-detail .box2 p {
  margin: 0;
  padding: 0;
}
#post-detail .box2 p:nth-of-type(n + 2) {
  margin-top: 10px;
}
#post-detail .sign {
  margin-bottom: 3em;
  color: #848484;
  word-break: break-all;
}
#post-detail .post-article {
  float: none;
  width: 100%;
  background: #fff;
  color: #333;
  padding: 20px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  box-shadow: 0px 2px 2px 0px #c4c4c4;
  -moz-box-shadow: 0px 2px 2px 0px #c4c4c4;
  -webkit-box-shadow: 0px 2px 2px 0px #c4c4c4;
}
#post-detail .post-article a {
  padding: 0;
  display: inline;
  color: #1237ce;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  font-size: 15px;
}
#post-detail .post-article .wp-caption-text a {
  color: grey;
  font-size: 11px;
}
#post-detail p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
  word-wrap: break-word;
}
#post-detail .post-article h3 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #ffcc80;
  padding: 12px 0px 12px 5px;
  margin: 35px 0px 20px;
}
#post-detail .post-article h4 {
  font-size: 20px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 15px;
}
#post-detail .adblock {
  margin-top: 0;
}
#post-detail .bottom {
  border-top: #cecece 1px solid;
  padding-top: 30px;
}
#post-detail .bottom h3 {
  font-weight: 900;
  color: #ccc;
  font-size: 15px;
  margin-bottom: 12px;
}
#post-detail .bottom .share-btn {
  overflow: hidden;
  margin-bottom: 24px;
}
#post-detail .bottom .share-btn li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
#post-detail .bottom .tag {
  margin-bottom: 24px;
}
#post-detail .bottom .tag a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #244fde;
}
#post-detail .related-article {
  background: #fff;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  padding: 16px;
  box-shadow: 0px 2px 2px 0px #c4c4c4;
  -moz-box-shadow: 0px 2px 2px 0px #c4c4c4;
  -webkit-box-shadow: 0px 2px 2px 0px #c4c4c4;
}
#post-detail .related-article::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 0;
  border-color: #ff9224 transparent transparent transparent;
  top: 0;
  left: 0;
}
#post-detail .related-article .head {
  overflow: hidden;
  margin-bottom: 28px;
}
#post-detail .related-article .head h2 {
  font-size: 20px;
  color: #000;
  font-weight: 300;
  float: left;
  text-transform: uppercase;
}
#post-detail .related-article .head h2 span.cat-ttl {
  display: none;
}
#post-detail .related-article .head span.sub {
  float: right;
  text-align: right;
  font-weight: 900;
  color: #d1d1d1;
  font-size: 16px;
  margin-top: 3px;
}
#post-detail .related-article li {
  overflow: hidden;
  margin-bottom: 28px;
}
#post-detail .related-article li a {
  display: block;
}
#post-detail .related-article li a::after {
  clear: both;
  content: "";
  display: block;
}
#post-detail .related-article li .left {
  float: left;
  width: 66%;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
#post-detail .related-article li .left .date {
  display: none;
  color: #c3c3c3;
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 300;
}
#post-detail .related-article li .left .slug {
  color: #d1d1d1;
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-top: 8px;
  text-transform: uppercase;
}
#post-detail .related-article .icatch {
  float: right;
  width: 30%;
}
#post-detail .related-article .more {
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  border-top: #eaeaeb 1px solid;
  padding-top: 12px;
}
#post-detail .related-article .more a {
  color: #95989a;
}

.single-header,
#secondary {
  margin: 0 12px;
}
.single-header .pc-side,
#secondary .pc-side {
  display: none;
}
.single-header .widget,
#secondary .widget {
  background: #fff;
  margin-bottom: 24px;
  position: relative;
  padding: 16px;
  box-shadow: 0px 2px 2px 0px #c4c4c4;
  -moz-box-shadow: 0px 2px 2px 0px #c4c4c4;
  -webkit-box-shadow: 0px 2px 2px 0px #c4c4c4;
}
.single-header .widget::after,
#secondary .widget::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #ff9224 transparent transparent transparent;
  top: 0;
  left: 0;
}
.single-header .widget li,
#secondary .widget li {
  overflow: hidden;
  margin-bottom: 28px;
}
.single-header .widget li a,
#secondary .widget li a {
  display: block;
}
.single-header .widget li a::after,
#secondary .widget li a::after {
  clear: both;
  content: "";
  display: block;
}
.single-header .widget li .left,
#secondary .widget li .left {
  float: left;
  width: 66%;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.single-header .widget li .left .slug,
#secondary .widget li .left .slug {
  font-size: 14px;
  color: #d1d1d1;
  font-weight: 900;
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
}
.single-header .widget li:last-child,
#secondary .widget li:last-child {
  margin-bottom: 0;
}
.single-header .widget .icatch,
#secondary .widget .icatch {
  float: right;
  width: 30%;
}
.single-header .widget .more,
#secondary .widget .more {
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  border-top: #eaeaeb 1px solid;
  padding-top: 12px;
}
.single-header .widget .more a,
#secondary .widget .more a {
  color: #95989a;
}
.single-header .head,
#secondary .head {
  overflow: hidden;
  margin-bottom: 28px;
}
.single-header .head h2,
#secondary .head h2 {
  font-size: 20px;
  color: #000;
  font-weight: 300;
  float: left;
}
.single-header .head span,
#secondary .head span {
  float: right;
  text-align: right;
  font-weight: 900;
  color: #d1d1d1;
  font-size: 16px;
  margin-top: 3px;
}
.single-header .side-adblock,
#secondary .side-adblock {
  text-align: center;
}
.single-header .side-adblock h2,
#secondary .side-adblock h2 {
  font-weight: 900;
  color: #d1d1d1;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: left;
}
#secondary .popular-posts {
  display: none;
}
.single-header .widget li .left .slug {
  display: none;
}

@media screen and (min-width: 801px) {
  #header #menu-icon {
    display: none;
    opacity: 0;
  }

  .container {
    max-width: 1027px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  #header {
    height: 174px;
    border-bottom: #cecece 1px solid;
    transition: 0.3s;
    z-index: 1;
    position: inherit;
  }
  #header .container {
    padding: 33px 0 0;
    position: relative;
  }
  #header h1 {
    text-align: center;
    transition: 0.3s;
    width: 204px;
    margin: 0 auto;
  }
  #header h1 .top {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 56px;
  }
  #header h1 .typo-logo {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #header h1 .typo-logo-scrolled {
    display: none;
  }
  #header .h-right {
    display: block;
    position: absolute;
    right: 5px;
    top: 80px;
    text-align: right;
  }
  #header .h-right a {
    margin-left: 15px;
  }
  #header .h-right a:first-of-type {
    margin-left: 0;
  }
  #header .comment {
    display: block;
    position: absolute;
    left: 5px;
    top: 43px;
    width: 360px;
    height: 83px;
    background: url(img/fukidashi.png) no-repeat;
    font-size: 20px;
    font-weight: 100;
    color: #5f5e5e;
    text-align: center;
    padding-top: 25px;
  }

  #logo {
    height: auto;
  }

  .post-article {
    margin-left: 2%;
    margin-bottom: 3%;
    margin-right: 0;
    float: left;
    width: 32%;
  }
  .post-article:first-child {
    margin-left: 0;
  }
  .post-article:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .post-article a {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
    display: block;
    background: #fff;
  }
  .post-article .head {
    overflow: hidden;
    color: #d1d1d1;
  }
  .post-article .head .cat-title {
    float: left;
    font-weight: 900;
    text-transform: uppercase;
  }
  .post-article .head .date {
    float: right;
    text-align: right;
    font-weight: 300;
    font-size: 12px;
  }
  .post-article .img {
    margin-bottom: 16px;
    line-height: 0;
  }
  .post-article h2 {
    font-size: 18px;
    font-weight: 700;
  }
  .post-article p {
    margin-top: 14px;
    font-size: 14px;
  }
  .post-article .title-description .date {
    color: #6b6b6b;
    font-weight: 300;
    margin-bottom: 12px;
  }
  .post-article .title-description .cat-title {
    font-size: 14px;
  }

  /* pc designこの辺りっぽい */
  #arrow {
    text-align: center;
    padding: 20px 0;
    clear: both;
  }

  #footer {
    padding: 18px 20px 27px;
    margin-bottom: 4px;
    margin-top: 20px;
    overflow: hidden;
  }
  #footer .f-left {
    float: left;
  }
  #footer .site-footer {
    margin-bottom: 9px;
  }
  #footer .site-footer h2 {
    float: none;
    font-size: 28px;
  }
  #footer .site-footer .sns {
    display: none;
  }
  #footer .f-right {
    float: right;
    display: inline-block;
    text-align: right;
    color: #ff9124;
    font-size: 13px;
    font-weight: 100;
    margin-top: 32px;
  }
  #footer .f-right a {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 10px;
  }
  #footer .f-right a:first-of-type {
    margin-left: 0;
  }

  .page-title {
    background: none;
    padding: 0;
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .page-title h1 {
    font-size: 28px;
  }

  .header-category {
    display: none;
  }

  .adblock-top,
.adblock {
    display: none;
  }

  #post-detail {
    width: 67%;
    float: left;
    margin-top: 40px;
    margin-bottom: 36px;
  }
  #post-detail .post-article {
    position: relative;
    font-size: 14px;
    padding: 36px 36px 0;
    margin-bottom: 36px;
  }
  #post-detail .post-article::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #ff9224 transparent transparent transparent;
    top: 0;
    left: 0;
  }
  #post-detail .post-article img {
    margin: 20px 0 24px;
  }
  #post-detail .post-article .wp-caption img {
    margin-bottom: 0;
  }
  #post-detail h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  #post-detail p {
    margin-bottom: 20px;
  }
  #post-detail .bottom {
    border-top: #cecece 1px solid;
    padding-top: 36px;
    margin-bottom: 12px;
    overflow: hidden;
  }
  #post-detail .bottom h3 {
    float: left;
    clear: both;
    margin-bottom: 24px;
    width: 70px;
    float: left;
    clear: both;
    margin-bottom: 24px;
    width: 70px;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none;
    font-size: 110%;
  }
  #post-detail .bottom .share-btn {
    float: left;
    margin-bottom: 24px;
  }
  #post-detail .bottom .share-btn li {
    margin-right: 10px;
  }
  #post-detail .bottom .tag {
    float: left;
    margin-bottom: 24px;
  }
  #post-detail .bottom .tag a {
    margin-right: 33px;
    font-size: 13px;
  }
  #post-detail .related-article {
    margin-left: 0;
    margin-right: 0;
    padding: 31px 36px 24px;
  }
  #post-detail .related-article .head {
    overflow: hidden;
    margin-bottom: 36px;
  }
  #post-detail .related-article .head h2 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1f1f1f;
    margin-bottom: 0;
  }
  #post-detail .related-article .head h2 span.cat-ttl {
    display: inline-block;
  }
  #post-detail .related-article li {
    margin-bottom: 36px;
    width: 505px;
  }
  #post-detail .related-article li .left {
    float: right;
    font-size: 17px;
    width: 338px;
  }
  #post-detail .related-article li .left .date {
    display: block;
  }
  #post-detail .related-article li .left .slug {
    display: none;
  }
  #post-detail .related-article .icatch {
    float: left;
    width: 149px;
  }
  #post-detail .related-article .more {
    font-size: 24px;
    padding-top: 16px;
  }

  #secondary {
    float: right;
    width: 30%;
    margin: 40px 0 36px;
  }
  #secondary .pc-side {
    display: block;
  }
  #secondary .widget {
    margin-bottom: 16px;
  }
  #secondary .popular-posts {
    display: block;
  }

  .single-header {
    display: none;
  }

  .ninja_onebutton {
      display: none;
  }
}
@media screen and (min-width: 1028px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1028px;
  }

  #top-main .container {
    position: relative;
  }

  #header .h-right {
    right: 0;
  }
  #header .comment {
    left: 0;
  }

  .post-article {
    margin-left: 16px;
    margin-bottom: 20px;
    width: 332px;
  }

  #post-detail {
    width: 674px;
  }

  #secondary {
    width: 332px;
  }
}
/* ハンバーガーメニュー */
#ham-menu {
  background-color: #fff;
  /*メニュー背景色*/
  box-sizing: border-box;
  height: 100%;
  padding: 10px 40px;
  /*メニュー内左右上下余白*/
  position: fixed;
  right: -300px;
  /*メニュー横幅 width と合わせる*/
  top: 0;
  transition: transform 0.3s linear 0s;
  /*0.3s はアニメーションにかかる時間*/
  width: 300px;
  /*メニュー横幅*/
  z-index: 1000;
}

#menu-background {
  background-color: #fff3e0;
  /*黒背景*/
  display: block;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  overflow-y: scroll;
  right: 0;
  top: 0;
  transition: all 0.3s linear 0s;
  /*0.3s はアニメーションにかかる時間*/
  width: 100%;
  z-index: -1;
  margin-top: 58px;
  max-height: calc(100vh - 58px);
}

#menu-cover-header {
  background-color: #fff3e0;
  /*黒背景*/
  opacity: 0;
  transition: all 0.3s linear 0s;
  /*0.3s はアニメーションにかかる時間*/
  z-index: -1;
  height: 58px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#menu-layer {
  background-color: #fff3e0;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s linear 0s;
  z-index: -1;
}

header #menu-icon {
  display: block;
  opacity: 1;
  background-color: #fff;
  /*アイコン部分背景色*/
  border-radius: 0 0 0 10px;
  /*左下角丸*/
  color: #333;
  /*アイコン（フォント）色*/
  cursor: pointer;
  /*******************/
  /* display: block; */
  /*******************/
  font-size: 50px;
  /*アイコン（フォント）サイズ*/
  height: 50px;
  /*アイコン縦高さ*/
  line-height: 50px;
  /*縦位置中央化*/
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  /*アイコン横幅*/
  transition: all 0.3s linear 0s;
  /*0.3s はアニメーションにかかる時間*/
  z-index: 1000;
}

#menu-icon img {
  height: 35px;
}

#menu-cb {
  display: none;
  /*チェックボックス本体は消しておく*/
}
#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
  background-color: #fffaf3;
}
#menu-cb:checked ~ #menu-layer {
  opacity: 1;
  pointer-events: auto;
  z-index: -1;;
}
#menu-cb:checked ~ #menu-background {
  opacity: 1;
  z-index: 998;
  pointer-events: auto;
}
#menu-cb:checked ~ #menu-cover-header {
  opacity: 0.3;
  z-index: 999;
}

/* 表示させたメニューのスタイル */
#menu-background ul {
  display: block;
}

.menu-ul > :first-child {
  margin-top: 0;
}

.menu-search-form {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}

#menu-background .menu-ul .menu-li-search .menu-search-form .menu-search-field {
  background-color: inherit;
  border: none;
  font-size: 16px;
  color: black;
  width: calc(100% - 72px);
  margin: 22px 0 22px 16px;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: textfield;
  -webkit-rtl-ordering: logical;
  cursor: text;
}

.menu-search-form [type=submit] {
  background-color: inherit;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 12px;
  align-items: flex-start;
  text-align: start;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  margin: 0em;
}

.menu-li-category {
  display: none;
}

.menu-li-category-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
}

.menu-li-category-title {
  font-size: 1.2em;
  line-height: 1.222;
  letter-spacing: 0.1rem;
  color: black;
  width: 100%;
  padding: 0 15px 20px;
  display: block;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  background-color: transparent;
}

.menu-li-category-item {
  background-image: url(https://nazology.net/wp-content/themes/nazology/img/namisen.png);
  background-repeat: no-repeat;
  background-size: 9px 10px;
  background-position: right 15px center;
  background-color: #ffe0b2;
  border-top: 1px solid #ccb692;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /****************************/
  /* background: transparent; */
  /****************************/
  display: flex;
  /*******************************/
  /* -webkit-margin-start: 40px; */
  /*******************************/
  word-wrap: break-word;
  justify-content: center;
  align-items: center;
}
.menu-li-category-item:nth-child(odd) {
  border-left: 1px solid #ccb692;
}
.menu-li-category-item a {
  font-size: 0.93333rem;
  line-height: 1.1429;
  letter-spacing: 0.1rem;
  color: black;
  display: block;
  padding: 23px 30px 23px 23px;
  margin: 0;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  max-width: 100%;
}
.menu-li-category-item a:visited {
  /* ここは色の希望を聞いておく */
  color: red;
}

.menu-li-link {
  background-image: url(https://i.gyazo.com/ca3078bcd5c41fee9422b5af5d16a6c8.png);
  background-repeat: no-repeat;
  background-size: 12px 13px;
  background-position: right 15px center;
  border-top: 1px solid #ccb692;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 9;
  font-size: 100%;
  display: line-item;
  text-align: -webkit-match-parent;
}
.menu-li-link:last-child {
  border-bottom: 1px solid #ccb692;
}
.menu-li-link a {
  font-size: 1.06667rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: black;
  display: block;
  padding: 20px 30px 20px 15px;
}

/* 忍者のソーシャルボタンはオーバーレイのみ表示する */
.ninja_onebutton_output_horizontal {
  display: none;
}
