@charset "UTF-8";
/*!
Theme Name: naw-1.0.5
Theme URI: http://tomohikonamu.com/index.php
Author: tomohikonamu.com
Author URI: http://tomohikonamu.com/
Description: Description
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: naw
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.

naw is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
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);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
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],
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,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  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 {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  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: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  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;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 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;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*
 *
 *  𝗖 𝗢 𝗟 𝗢 𝗥
 *  v 1.9.1
 *
 *  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:root {
  /*  General
   *  ─────────────────────────────────── */
  --oc-white: #fff;
  --oc-white-rgb: 255, 255, 255;
  --oc-black: #000;
  --oc-black-rgb: 0, 0, 0;
  /*  Gray
   *  ─────────────────────────────────── */
  --oc-gray-0: #f8f9fa;
  --oc-gray-0-rgb: 248, 249, 250;
  --oc-gray-1: #f1f3f5;
  --oc-gray-1-rgb: 241, 243, 245;
  --oc-gray-2: #e9ecef;
  --oc-gray-2-rgb: 233, 236, 239;
  --oc-gray-3: #dee2e6;
  --oc-gray-3-rgb: 222, 226, 230;
  --oc-gray-4: #ced4da;
  --oc-gray-4-rgb: 206, 212, 218;
  --oc-gray-5: #adb5bd;
  --oc-gray-5-rgb: 173, 181, 189;
  --oc-gray-6: #868e96;
  --oc-gray-6-rgb: 134, 142, 150;
  --oc-gray-7: #495057;
  --oc-gray-7-rgb: 73, 80, 87;
  --oc-gray-8: #343a40;
  --oc-gray-8-rgb: 52, 58, 64;
  --oc-gray-9: #212529;
  --oc-gray-9-rgb: 33, 37, 41;
  /*  Red
   *  ─────────────────────────────────── */
  --oc-red-0: #fff5f5;
  --oc-red-0-rgb: 255, 245, 245;
  --oc-red-1: #ffe3e3;
  --oc-red-1-rgb: 255, 227, 227;
  --oc-red-2: #ffc9c9;
  --oc-red-2-rgb: 255, 201, 201;
  --oc-red-3: #ffa8a8;
  --oc-red-3-rgb: 255, 168, 168;
  --oc-red-4: #ff8787;
  --oc-red-4-rgb: 255, 135, 135;
  --oc-red-5: #ff6b6b;
  --oc-red-5-rgb: 255, 107, 107;
  --oc-red-6: #fa5252;
  --oc-red-6-rgb: 250, 82, 82;
  --oc-red-7: #f03e3e;
  --oc-red-7-rgb: 240, 62, 62;
  --oc-red-8: #e03131;
  --oc-red-8-rgb: 224, 49, 49;
  --oc-red-9: #c92a2a;
  --oc-red-9-rgb: 201, 42, 42;
  /*  Pink
   *  ─────────────────────────────────── */
  --oc-pink-0: #fff0f6;
  --oc-pink-0-rgb: 255, 240, 246;
  --oc-pink-1: #ffdeeb;
  --oc-pink-1-rgb: 255, 222, 235;
  --oc-pink-2: #fcc2d7;
  --oc-pink-2-rgb: 252, 194, 215;
  --oc-pink-3: #faa2c1;
  --oc-pink-3-rgb: 250, 162, 193;
  --oc-pink-4: #f783ac;
  --oc-pink-4-rgb: 247, 131, 172;
  --oc-pink-5: #f06595;
  --oc-pink-5-rgb: 240, 101, 149;
  --oc-pink-6: #e64980;
  --oc-pink-6-rgb: 230, 73, 128;
  --oc-pink-7: #d6336c;
  --oc-pink-7-rgb: 214, 51, 108;
  --oc-pink-8: #c2255c;
  --oc-pink-8-rgb: 194, 37, 92;
  --oc-pink-9: #a61e4d;
  --oc-pink-9-rgb: 166, 30, 77;
  /*  Grape
   *  ─────────────────────────────────── */
  --oc-grape-0: #f8f0fc;
  --oc-grape-0-rgb: 248, 240, 252;
  --oc-grape-1: #f3d9fa;
  --oc-grape-1-rgb: 243, 217, 250;
  --oc-grape-2: #eebefa;
  --oc-grape-2-rgb: 238, 190, 250;
  --oc-grape-3: #e599f7;
  --oc-grape-3-rgb: 229, 153, 247;
  --oc-grape-4: #da77f2;
  --oc-grape-4-rgb: 218, 119, 242;
  --oc-grape-5: #cc5de8;
  --oc-grape-5-rgb: 204, 93, 232;
  --oc-grape-6: #be4bdb;
  --oc-grape-6-rgb: 190, 75, 219;
  --oc-grape-7: #ae3ec9;
  --oc-grape-7-rgb: 174, 62, 201;
  --oc-grape-8: #9c36b5;
  --oc-grape-8-rgb: 156, 54, 181;
  --oc-grape-9: #862e9c;
  --oc-grape-9-rgb: 134, 46, 156;
  /*  Violet
   *  ─────────────────────────────────── */
  --oc-violet-0: #f3f0ff;
  --oc-violet-0-rgb: 243, 240, 255;
  --oc-violet-1: #e5dbff;
  --oc-violet-1-rgb: 229, 219, 255;
  --oc-violet-2: #d0bfff;
  --oc-violet-2-rgb: 208, 191, 255;
  --oc-violet-3: #b197fc;
  --oc-violet-3-rgb: 177, 151, 252;
  --oc-violet-4: #9775fa;
  --oc-violet-4-rgb: 151, 117, 250;
  --oc-violet-5: #845ef7;
  --oc-violet-5-rgb: 132, 94, 247;
  --oc-violet-6: #7950f2;
  --oc-violet-6-rgb: 121, 80, 242;
  --oc-violet-7: #7048e8;
  --oc-violet-7-rgb: 112, 72, 232;
  --oc-violet-8: #6741d9;
  --oc-violet-8-rgb: 103, 65, 217;
  --oc-violet-9: #5f3dc4;
  --oc-violet-9-rgb: 95, 61, 196;
  /*  Indigo
   *  ─────────────────────────────────── */
  --oc-indigo-0: #edf2ff;
  --oc-indigo-0-rgb: 237, 242, 255;
  --oc-indigo-1: #dbe4ff;
  --oc-indigo-1-rgb: 219, 228, 255;
  --oc-indigo-2: #bac8ff;
  --oc-indigo-2-rgb: 186, 200, 255;
  --oc-indigo-3: #91a7ff;
  --oc-indigo-3-rgb: 145, 167, 255;
  --oc-indigo-4: #748ffc;
  --oc-indigo-4-rgb: 116, 143, 252;
  --oc-indigo-5: #5c7cfa;
  --oc-indigo-5-rgb: 92, 124, 250;
  --oc-indigo-6: #4c6ef5;
  --oc-indigo-6-rgb: 76, 110, 245;
  --oc-indigo-7: #4263eb;
  --oc-indigo-7-rgb: 66, 99, 235;
  --oc-indigo-8: #3b5bdb;
  --oc-indigo-8-rgb: 59, 91, 219;
  --oc-indigo-9: #364fc7;
  --oc-indigo-9-rgb: 54, 79, 199;
  /*  Blue
   *  ─────────────────────────────────── */
  --oc-blue-0: #e7f5ff;
  --oc-blue-0-rgb: 231, 245, 255;
  --oc-blue-1: #d0ebff;
  --oc-blue-1-rgb: 208, 235, 255;
  --oc-blue-2: #a5d8ff;
  --oc-blue-2-rgb: 165, 216, 255;
  --oc-blue-3: #74c0fc;
  --oc-blue-3-rgb: 116, 192, 252;
  --oc-blue-4: #4dabf7;
  --oc-blue-4-rgb: 77, 171, 247;
  --oc-blue-5: #339af0;
  --oc-blue-5-rgb: 51, 154, 240;
  --oc-blue-6: #228be6;
  --oc-blue-6-rgb: 34, 139, 230;
  --oc-blue-7: #1c7ed6;
  --oc-blue-7-rgb: 28, 126, 214;
  --oc-blue-8: #1971c2;
  --oc-blue-8-rgb: 25, 113, 194;
  --oc-blue-9: #1864ab;
  --oc-blue-9-rgb: 24, 100, 171;
  /*  Cyan
   *  ─────────────────────────────────── */
  --oc-cyan-0: #e3fafc;
  --oc-cyan-0-rgb: 227, 250, 252;
  --oc-cyan-1: #c5f6fa;
  --oc-cyan-1-rgb: 197, 246, 250;
  --oc-cyan-2: #99e9f2;
  --oc-cyan-2-rgb: 153, 233, 242;
  --oc-cyan-3: #66d9e8;
  --oc-cyan-3-rgb: 102, 217, 232;
  --oc-cyan-4: #3bc9db;
  --oc-cyan-4-rgb: 59, 201, 219;
  --oc-cyan-5: #22b8cf;
  --oc-cyan-5-rgb: 34, 184, 207;
  --oc-cyan-6: #15aabf;
  --oc-cyan-6-rgb: 21, 170, 191;
  --oc-cyan-7: #1098ad;
  --oc-cyan-7-rgb: 16, 152, 173;
  --oc-cyan-8: #0c8599;
  --oc-cyan-8-rgb: 12, 133, 153;
  --oc-cyan-9: #0b7285;
  --oc-cyan-9-rgb: 11, 114, 133;
  /*  Teal
   *  ─────────────────────────────────── */
  --oc-teal-0: #e6fcf5;
  --oc-teal-0-rgb: 230, 252, 245;
  --oc-teal-1: #c3fae8;
  --oc-teal-1-rgb: 195, 250, 232;
  --oc-teal-2: #96f2d7;
  --oc-teal-2-rgb: 150, 242, 215;
  --oc-teal-3: #63e6be;
  --oc-teal-3-rgb: 99, 230, 190;
  --oc-teal-4: #38d9a9;
  --oc-teal-4-rgb: 56, 217, 169;
  --oc-teal-5: #20c997;
  --oc-teal-5-rgb: 32, 201, 151;
  --oc-teal-6: #12b886;
  --oc-teal-6-rgb: 18, 184, 134;
  --oc-teal-7: #0ca678;
  --oc-teal-7-rgb: 12, 166, 120;
  --oc-teal-8: #099268;
  --oc-teal-8-rgb: 9, 146, 104;
  --oc-teal-9: #087f5b;
  --oc-teal-9-rgb: 8, 127, 91;
  /*  Green
   *  ─────────────────────────────────── */
  --oc-green-0: #ebfbee;
  --oc-green-0-rgb: 235, 251, 238;
  --oc-green-1: #d3f9d8;
  --oc-green-1-rgb: 211, 249, 216;
  --oc-green-2: #b2f2bb;
  --oc-green-2-rgb: 178, 242, 187;
  --oc-green-3: #8ce99a;
  --oc-green-3-rgb: 140, 233, 154;
  --oc-green-4: #69db7c;
  --oc-green-4-rgb: 105, 219, 124;
  --oc-green-5: #51cf66;
  --oc-green-5-rgb: 81, 207, 102;
  --oc-green-6: #40c057;
  --oc-green-6-rgb: 64, 192, 87;
  --oc-green-7: #37b24d;
  --oc-green-7-rgb: 55, 178, 77;
  --oc-green-8: #2f9e44;
  --oc-green-8-rgb: 47, 158, 68;
  --oc-green-9: #2b8a3e;
  --oc-green-9-rgb: 43, 138, 62;
  /*  Lime
   *  ─────────────────────────────────── */
  --oc-lime-0: #f4fce3;
  --oc-lime-0-rgb: 244, 252, 227;
  --oc-lime-1: #e9fac8;
  --oc-lime-1-rgb: 233, 250, 200;
  --oc-lime-2: #d8f5a2;
  --oc-lime-2-rgb: 216, 245, 162;
  --oc-lime-3: #c0eb75;
  --oc-lime-3-rgb: 192, 235, 117;
  --oc-lime-4: #a9e34b;
  --oc-lime-4-rgb: 169, 227, 75;
  --oc-lime-5: #94d82d;
  --oc-lime-5-rgb: 148, 216, 45;
  --oc-lime-6: #82c91e;
  --oc-lime-6-rgb: 130, 201, 30;
  --oc-lime-7: #74b816;
  --oc-lime-7-rgb: 116, 184, 22;
  --oc-lime-8: #66a80f;
  --oc-lime-8-rgb: 102, 168, 15;
  --oc-lime-9: #5c940d;
  --oc-lime-9-rgb: 92, 148, 13;
  /*  Yellow
   *  ─────────────────────────────────── */
  --oc-yellow-0: #fff9db;
  --oc-yellow-0-rgb: 255, 249, 219;
  --oc-yellow-1: #fff3bf;
  --oc-yellow-1-rgb: 255, 243, 191;
  --oc-yellow-2: #ffec99;
  --oc-yellow-2-rgb: 255, 236, 153;
  --oc-yellow-3: #ffe066;
  --oc-yellow-3-rgb: 255, 224, 102;
  --oc-yellow-4: #ffd43b;
  --oc-yellow-4-rgb: 255, 212, 59;
  --oc-yellow-5: #fcc419;
  --oc-yellow-5-rgb: 252, 196, 25;
  --oc-yellow-6: #fab005;
  --oc-yellow-6-rgb: 250, 176, 5;
  --oc-yellow-7: #f59f00;
  --oc-yellow-7-rgb: 245, 159, 0;
  --oc-yellow-8: #f08c00;
  --oc-yellow-8-rgb: 240, 140, 0;
  --oc-yellow-9: #e67700;
  --oc-yellow-9-rgb: 230, 119, 0;
  /*  Orange
   *  ─────────────────────────────────── */
  --oc-orange-0: #fff4e6;
  --oc-orange-0-rgb: 255, 244, 230;
  --oc-orange-1: #ffe8cc;
  --oc-orange-1-rgb: 255, 232, 204;
  --oc-orange-2: #ffd8a8;
  --oc-orange-2-rgb: 255, 216, 168;
  --oc-orange-3: #ffc078;
  --oc-orange-3-rgb: 255, 192, 120;
  --oc-orange-4: #ffa94d;
  --oc-orange-4-rgb: 255, 169, 77;
  --oc-orange-5: #ff922b;
  --oc-orange-5-rgb: 255, 146, 43;
  --oc-orange-6: #fd7e14;
  --oc-orange-6-rgb: 253, 126, 20;
  --oc-orange-7: #f76707;
  --oc-orange-7-rgb: 247, 103, 7;
  --oc-orange-8: #e8590c;
  --oc-orange-8-rgb: 232, 89, 12;
  --oc-orange-9: #d9480f;
  --oc-orange-9-rgb: 217, 72, 15;
}

:root {
  --naw-font-weight-md: 600;
  --naw-body-color: #404040;
}

body.home {
  position: relative;
}
body.home > .site > header.site-header {
  position: relative;
  z-index: 100;
}
body.home > .site > main.site-main > section.naw-hero {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body.home > .site > main.site-main > section.naw-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: center/3px 3px radial-gradient(#000 3%, transparent 3%) rgba(0, 0, 0, 0.5);
}
body.home > .site > main.site-main > section.naw-hero > video.naw-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-1,
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-2 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-1 > .naw-img,
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-2 > .naw-img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  opacity: 0;
  transform: translateY(-50%);
  animation: 25s infinite;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-1 > .naw-img:nth-child(1) {
  background: center/cover no-repeat url("img/011206_a02.gif");
  animation-name: fade1;
}
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-1 > .naw-img:nth-child(2) {
  background: center/cover no-repeat url("img/20010000trace_bargraph_bankruptcy.png");
  animation-name: fade2;
}
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-1 > .naw-img:nth-child(3) {
  background: center/cover no-repeat url("img/011228_a27.gif");
  animation-name: fade3;
}
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-1 > .naw-img:nth-child(4) {
  background: center/cover no-repeat url("img/011206_a02.gif");
  animation-name: fade4;
}
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-2 > .naw-img:nth-child(1) {
  background: center/cover no-repeat url("img/20030006about_composition011108-a07.jpg");
  animation-name: fade1;
}
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-2 > .naw-img:nth-child(2) {
  background: center/cover no-repeat url("img/070706_a17.gif");
  animation-name: fade2;
}
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-2 > .naw-img:nth-child(3) {
  background: center/cover no-repeat url("img/20010000trace_bargraph_murderer.png");
  animation-name: fade3;
}
body.home > .site > main.site-main > section.naw-hero .naw-mv-fade-2 > .naw-img:nth-child(4) {
  background: center/cover no-repeat url("img/20030006about_composition011108-a07.jpg");
  animation-name: fade4;
}
body.home > .site > footer.site-footer {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
}

body.home > .site > header.site-header > .site-branding > h1.site-title > a,
body.home > .site > header.site-header > .site-branding > p.site-title > a {
  color: #fff;
}
body.home > .site > header.site-header > .site-branding > p.site-description {
  color: #fff;
}
body.home > .site > header.site-header > nav.main-navigation > button.menu-toggle::before, body.home > .site > header.site-header > nav.main-navigation > button.menu-toggle::after {
  background: #fff;
}
body.home > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu {
  background: var(--naw-body-color);
}
@media (min-width: 600px) {
  body.home > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu {
    background: none;
  }
}
body.home > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > a {
  color: #fff;
}
body.home > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > a::after {
  background: #fff;
}
@media (min-width: 600px) {
  body.home > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu {
    background: rgba(0, 0, 0, 0.4);
  }
}
body.home > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
  color: #fff;
}
body.home > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu > li.menu-item > a::after {
  background: #fff;
}

body:has(nav.main-navigation.toggled) {
  overflow: hidden;
}

body > .site > header.site-header {
  display: flex;
  padding: 16px 72px 16px 16px;
}
@media (min-width: 600px) {
  body > .site > header.site-header {
    display: block;
    padding: 24px;
  }
}
body > .site > header.site-header a, body > .site > header.site-header a:visited {
  color: var(--naw-body-color);
}
body > .site > header.site-header > .site-branding {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 48px;
  align-items: baseline;
  width: 100%;
}
body > .site > header.site-header > .site-branding > h1.site-title,
body > .site > header.site-header > .site-branding > p.site-title {
  margin: 0;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.75rem);
  font-weight: bold;
  line-height: 1.2;
  word-break: keep-all;
  white-space: nowrap;
}
body > .site > header.site-header > .site-branding > h1.site-title > a,
body > .site > header.site-header > .site-branding > p.site-title > a {
  text-decoration: none;
}
body > .site > header.site-header > .site-branding > p.site-description {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 600px) {
  body > .site > header.site-header > .site-branding > p.site-description {
    font-size: 14px;
  }
}
body > .site > header.site-header > nav.main-navigation {
  width: auto;
}
@media (min-width: 600px) {
  body > .site > header.site-header > nav.main-navigation {
    margin-top: 12px;
  }
}
body > .site > header.site-header > nav.main-navigation.toggled > .menu-menu-1-container {
  display: block;
}
body > .site > header.site-header > nav.main-navigation.toggled > .menu-menu-1-container > ul.menu.nav-menu {
  left: 0;
  overflow-y: auto;
}
body > .site > header.site-header > nav.main-navigation > button.menu-toggle {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}
body > .site > header.site-header > nav.main-navigation > button.menu-toggle::before, body > .site > header.site-header > nav.main-navigation > button.menu-toggle::after {
  position: absolute;
  inset-inline: 0;
  width: 40px;
  height: 2px;
  content: "";
  background: var(--naw-body-color);
}
body > .site > header.site-header > nav.main-navigation > button.menu-toggle::before {
  top: 35%;
  transition: top 0.2s, rotate 0.2s;
}
body > .site > header.site-header > nav.main-navigation > button.menu-toggle::after {
  bottom: 35%;
  transition: bottom 0.2s, rotate 0.2s;
}
body > .site > header.site-header > nav.main-navigation > button.menu-toggle[aria-expanded*=true]::before {
  top: 50%;
  rotate: 45deg;
}
body > .site > header.site-header > nav.main-navigation > button.menu-toggle[aria-expanded*=true]::after {
  bottom: 50%;
  rotate: -45deg;
}
body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media (min-width: 600px) {
  body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container {
    z-index: unset;
    display: flex;
    overflow: unset;
  }
}
body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu {
  position: fixed;
  inset-block: 0;
  top: 0;
  left: -100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding-block: 48px 24px;
  margin: 0;
  background: #eee;
  transition: left ease 0.25s;
}
@media (min-width: 600px) {
  body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu {
    position: relative;
    inset: unset;
    flex-direction: row;
    gap: 24px;
    padding: 0;
    background: none;
  }
}
body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item:has([aria-current*=page]) > a, body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item.current-post-ancestor > a {
  font-weight: bold;
}
@media (min-width: 600px) {
  body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item:hover > ul.sub-menu {
    left: 0;
    opacity: 1;
  }
}
body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > a {
  position: relative;
  padding: 12px 24px;
}
@media (min-width: 600px) {
  body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > a {
    padding: 12px 0;
  }
  body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > a:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: var(--naw-body-color);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.2s;
  }
  body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > a:hover:after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > a[aria-current*=page] {
  font-weight: bold;
}
body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu {
  position: relative;
  inset: unset;
  z-index: unset;
  float: unset;
  display: block;
  padding-block: 6px;
  margin: 0;
  box-shadow: unset;
}
@media (min-width: 600px) {
  body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    float: left;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: opacity 0.2s;
  }
}
@media (min-width: 600px) {
  body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu > li.menu-item {
    padding-inline: 16px;
  }
}
body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu > li.menu-item.current-post-parent > a {
  font-weight: bold;
}
body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 24px 12px 36px;
  word-break: keep-all;
  white-space: nowrap;
}
@media (min-width: 600px) {
  body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu > li.menu-item > a {
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 0;
  }
  body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu > li.menu-item > a:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: var(--naw-body-color);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.2s;
  }
  body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu > li.menu-item > a:hover:after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu > li.menu-item > a[aria-current*=page] {
  font-weight: bold;
}
body > .site > header.site-header > nav.main-navigation > .menu-menu-1-container > ul.menu.nav-menu > li.menu-item > ul.sub-menu > li.menu-item > a::before {
  margin-right: 8px;
  content: "-";
}

nav.naw-bread {
  padding: 24px;
  font-size: 14px;
}
nav.naw-bread > .naw-inner br {
  display: none;
}
nav.naw-bread > .naw-inner > span {
  margin-right: 8px;
}
nav.naw-bread > .naw-inner > span::after {
  margin-left: 8px;
  content: ">";
}

body.archive > .site > .site-main:not(:has(section.not-found)) {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media (min-width: 600px) {
  body.archive > .site > .site-main:not(:has(section.not-found)) {
    gap: 36px;
  }
}
body.archive > .site > .site-main:not(:has(section.not-found)) > .page-header {
  width: 100%;
}
body.archive > .site > .site-main:not(:has(section.not-found)) > article {
  margin: 0;
}
body.archive > .site > .site-main:not(:has(section.not-found)) > article > a.post-thumbnail > img {
  display: block;
}

body > .site footer.site-footer {
  margin-top: 30px;
  text-align: center;
}
body > .site footer.site-footer > .naw-latest-posts {
  padding: 24px 24px 48px;
}
body > .site footer.site-footer > .naw-latest-posts > .naw-list {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
}
body > .site footer.site-footer > .naw-latest-posts > .naw-list > a {
  color: #fff;
}

form.search-form > input.search-submit {
  width: 36px; /* アイコンの幅に合わせて調整 */
  height: 36px; /* アイコンの高さに合わせて調整 */
  padding: 0;
  text-indent: -9999px; /* 文字を画面外に移動して非表示にする */
  cursor: pointer;
  background: var(--naw-body-color);
  border: none;
  -webkit-mask: center/contain no-repeat url("img/search_2_line.svg");
  mask: center/contain no-repeat url("img/search_2_line.svg");
}

body > .site > main.site-main > section.no-results.not-found > .page-content > p,
body > .site > main.site-main > section.error-404.not-found > .page-content > p {
  margin-block: 50px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.grid img.portrait {
  grid-row: span 2;
}
.grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

* {
  box-sizing: border-box;
}

body.home {
  background: #000;
}

#wpadminbar {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 24px 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(20px, 2vw + 16px, 24px);
  line-height: 1.4;
}

h2 {
  font-size: clamp(18px, 2vw + 16px, 20px);
}

h3 {
  font-size: clamp(16px, 2vw + 16px, 18px);
}

h4 {
  font-size: 16px;
}

a {
  text-underline-offset: 3px;
}

.wp-block-image figure {
  margin-block: 24px;
}

body > .site > main.site-main {
  padding: 16px;
}
@media (min-width: 600px) {
  body > .site > main.site-main {
    padding: 24px;
  }
}
body > .site > main.site-main > article > header.entry-header > h1.entry-title {
  text-align: center;
}
body > .site > main.site-main > article > .entry-content {
  max-width: 860px;
  margin: 100px auto;
}
body > .site > main.site-main > article > .entry-content ul, body > .site > main.site-main > article > .entry-content ol {
  margin-inline: 0;
}
body > .site > main.site-main > article > .entry-content ul li + li, body > .site > main.site-main > article > .entry-content ol li + li {
  margin-top: 0.5em;
}
body > .site > main.site-main > article > .entry-content a {
  word-break: break-all;
}
body > .site > main.site-main > article > .worksdata {
  text-align: center;
}
body > .site > main.site-main > article > footer.entry-footer {
  margin-top: 24px;
  font-size: 14px;
  text-align: center;
}
body > .site > main.site-main > article > footer.entry-footer > span.cat-links, body > .site > main.site-main > article > footer.entry-footer span.tags-links {
  margin: 0 12px;
}
body > .site > main.site-main > .naw-singles-in-parent-cate,
body > .site > main.site-main > .naw-singles-in-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 120px auto 0;
}
body > .site > main.site-main > .naw-singles-in-parent-cate > h2.naw-heading,
body > .site > main.site-main > .naw-singles-in-cate > h2.naw-heading {
  width: 100%;
  margin: 0;
  font-weight: var(--naw-font-weight-md);
  text-align: center;
}
body > .site > main.site-main > .naw-singles-in-parent-cate > a,
body > .site > main.site-main > .naw-singles-in-cate > a {
  display: block;
}
body > .site > main.site-main > .naw-singles-in-parent-cate > a:hover > img,
body > .site > main.site-main > .naw-singles-in-cate > a:hover > img {
  opacity: 1;
  filter: grayscale(0);
}
body > .site > main.site-main > .naw-singles-in-parent-cate > a.naw-current > img,
body > .site > main.site-main > .naw-singles-in-cate > a.naw-current > img {
  opacity: 1;
  filter: unset;
}
body > .site > main.site-main > .naw-singles-in-parent-cate > a > img,
body > .site > main.site-main > .naw-singles-in-cate > a > img {
  display: block;
  opacity: 0.6;
  filter: grayscale(1);
  transition: opacity 0.2s, filter 0.2s;
}
body > .site > main.site-main > nav.navigation.post-navigation > .nav-links > .nav-previous {
  text-align: right;
}
body > .site > main.site-main > nav.navigation.post-navigation > .nav-links > .nav-previous > a {
  margin-inline: 12px;
}
body > .site > main.site-main > nav.navigation.post-navigation > .nav-links > .nav-next {
  text-align: left;
}
body > .site > main.site-main > nav.navigation.post-navigation > .nav-links > .nav-next > a {
  margin-inline: 12px;
}
body > .site footer.site-footer {
  padding: 16px;
  margin-top: 60px;
}
@media (min-width: 600px) {
  body > .site footer.site-footer {
    padding: 24px;
  }
}
/*# sourceMappingURL=_sass_maps/style.css.map */
