@charset "UTF-8";
/*!
Theme Name: sakyouz_vertical
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sakyouz_vertical
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.

sakyouz_vertical 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 */
:root {
	--bulma-primary-h: 187deg;
	--bulma-primary-s: 94%;
	--bulma-primary-l: 43%;
	--bulma-link-h: 225deg;
	--bulma-link-s: 73%;
	--bulma-link-l: 57%;
	--bulma-info-h: 196deg;
	--bulma-info-s: 92%;
	--bulma-info-l: 74%;
	--bulma-success-s: 52%;
	--bulma-success-l: 62%;
	--bulma-warning-h: 49deg;
	--bulma-warning-s: 95%;
	--bulma-warning-l: 83%;
	--bulma-danger-h: 360deg;
	--bulma-danger-s: 97%;
	--bulma-danger-l: 72%;
	--bulma-scheme-h: 176;
	--bulma-family-primary:
      /* English Font */
      'Times New Roman','Palatino Linotype','URW Palladio L',P052,
      /* 只有載入中文標點符號 */
      'Noto Serif HK',
      /* Japanese Font first - Mac Font / Win Font */
      '游明朝','Yu Mincho',YuMincho,'ＭＳ Ｐ明朝','MS PMincho',
      'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Hiragino Mincho Pro','Zen Old Mincho',
      /* Traditional Chinese Font for fallback */
      '宋體-繁','Noto Serif TC',
      serif;
}

[data-theme="light"] .panel {
	--bulma-panel-shadow: none;
}

/* Document
========================================================================== */
.font-site-title {
	font-family: "Zen Maru Gothic";
	font-weight: 900;
}

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

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

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

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	display: block;
	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;
	cursor: pointer;
}

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

.comments-area form p .required {
	color: red;
	vertical-align: super;
	font-size: 0.5em;
	margin-left: -2px;
}

.comments-area form p:not(.comment-notes) {
	margin-bottom: 1em;
	display: block;
}

.comments-area form input[name="wp-comment-cookies-consent"] {
	margin-right: 6px;
	top: 2px;
	position: relative;
}

.comments-area label:not([for="wp-comment-cookies-consent"]) {
	display: block;
	text-wrap: nowrap;
	width: 105px;
	flex-shrink: 0;
}

/* 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-size: 16px;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	font-weight: 600;
	line-height: 1.2;
}

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

h2 {
	font-size: 1.25em;
}

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

blockquote {
	margin: 0;
	padding: 0 1.5em;
	position: relative;
	width: fit-content;
}

blockquote p:not(:last-child) {
	margin-bottom: 1em;
}

blockquote::before, blockquote::after {
	position: absolute;
	display: block;
	font-size: 4em;
	font-weight: 900;
	line-height: 1;
	/* color: #eee; */
	z-index: -1;
	width: 23px;
	height: 48px;
	text-shadow: 1px 1px 1px #aaa;
	z-index: 99;
}

blockquote::before {
	border-top: 3px solid #eee;
	border-left: 3px solid #eee;
	right: calc(100% - 20px);
	top: -12px;
	box-shadow: inset 1px 1px #aaa;
}

blockquote::after {
	border-right: 4px solid #eee;
	left: calc(100% - 40px);
	bottom: -10px;
	border-bottom: 3px solid #eee;
	box-shadow: 1px 1px #aaa;
}

blockquote {
	background-color: var(--sakyouz-light-background-color);
}

address {
	margin: 0 0 1.5em;
}

pre {
	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 {
	color: var(--bulma-text);
	text-decoration: none;
}

big {
	font-size: 125%;
}

s,
del {
	text-decoration-color: #d9e0e1e0;
	text-decoration-thickness: 0.7em;
	mix-blend-mode: multiply;
}

u {
	text-decoration: none;
	border: 0;
	/* fix Safari bug */
	border-bottom: 1px solid;
	border-image-source: linear-gradient(currentcolor, currentcolor);
	border-image-slice: 0 0 1 0;
	border-image-width: 1px 1px;
	text-underline-offset: 1px;
}

/* Elements
--------------------------------------------- */
body {
	position: relative;
	z-index: -2;
}

[data-theme="light"] {
	--sakyouz-mark-background-color: var(--bulma-primary-90);
	--sakyouz-light-background-color: var(--bulma-primary-95);
	--sakyouz-site-title-text-shadow: #ffffff;
}

[data-theme="light"] html {
	background: #fff;
}

[data-theme="light"] body {
	background: #fff;
	background: url("./img/watercolor-paper-texture.jpg") repeat;
	background-size: 500px;
}

[data-theme="dark"] {
	--sakyouz-mark-background-color: var(--bulma-primary-20);
	--sakyouz-light-background-color: var(--bulma-primary-05);
	--sakyouz-site-title-text-shadow: #000000;
}

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

ul,
ol {
	margin-left: 1em;
	padding: 0;
}

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 figcaption {
	font-size: 0.85em;
	font-weight: bold;
}

table {
	width: 100%;
	border: 1px solid #07BCD4;
}

table thead td {
	font-weight: bold;
}

table th, table td {
	border: 0.5px solid #aaa;
}

table strong, table b {
	background: none;
}

table thead, table th {
	background-color: var(--sakyouz-light-background-color);
}

ruby rt {
	ruby-align: center;
	font-size: 50%;
}

aside {
	height: fit-content;
	position: sticky;
	top: 78px;
}

.page-header .page-title {
	min-width: 6em;
	position: sticky;
	top: 1rem;
}

@media (min-width: 640px) and (orientation: landscape) {
	aside {
		top: 1rem;
	}
}

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

a:visited {
	/* color: #800080; */
}

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

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;
	max-width: 100%;
}

textarea {
	resize: vertical;
}

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
--------------------------------------------------------------*/
.container.is-fluid {
	padding-left: 1rem;
	padding-right: 1rem;
}

.card {
	--bulma-card-radius: 1rem;
	--bulma-card-content-padding: 1rem;
}

.card .media img {
	border-radius: 1rem;
}

.card.clickable:hover {
	transition: background 0.2s ease-out, box-shadow 0.2s;
	--bulma-card-background-color: var(--sakyouz-light-background-color);
	--bulma-shadow-l: 0%;
	--bulma-shadow-s: 100%;
	--bulma-shadow: 0 0.25em 0.5em -0.125em hsla(var(--bulma-shadow-h),var(--bulma-shadow-s),var(--bulma-shadow-l),0.1),0 0px 0 1px hsla(var(--bulma-shadow-h),var(--bulma-shadow-s),var(--bulma-shadow-l),0.02);
}

.box {
	--bulma-box-padding: 1rem;
}

.notification {
	--bulma-notification-padding: 1rem;
}

@media (min-width: 640px) and (orientation: landscape) {
	.card {
		--bulma-card-radius: 2rem;
		--bulma-card-content-padding: 1.5rem;
	}
	.notification {
		--bulma-notification-padding: 1.5rem;
	}
	.box {
		--bulma-box-padding: 1.5rem;
	}
}

.tag a {
	color: inherit;
}

@media screen and (min-width: 1024px) {
	.site-main {
		min-width: 40rem;
		max-width: 47rem;
	}
}

@media screen and (min-width: 1024px) {
	.vertical-layout {
		max-width: 1880px;
		margin: auto;
	}
}

@media (min-width: 640px) and (orientation: landscape) {
	.vertical-layout .site-main {
		max-width: calc(100% - 88px);
		margin: auto;
	}
}

@media screen and (min-width: 1024px) {
	.vertical-layout .site-main {
		max-width: calc(100% - 300px - 88px - 4rem);
	}
}

.vertical-layout .site-main-inner {
	width: 100%;
}

.vertical-layout .card {
	overflow: hidden;
}

.vertical-layout .card-image {
	container-type: inline-size;
}

.vertical-layout .card-image img {
	--bulma-card-radius: 0;
	margin: 0 auto;
	border-radius: 2px;
}

@container (width > 44em) {
	.vertical-layout .card-image figure {
		padding-top: 1rem;
	}
	.vertical-layout .card-image img {
		max-width: 42em;
	}
}

.vertical-layout .main-content {
	writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	max-width: 100%;
	letter-spacing: 0.5px;
	column-fill: balance;
	column-width: 24rem;
	column-rule: solid 1px #e0e0e0;
	column-gap: 3em;
	line-height: 1.7;
	text-indent: 1em;
	margin-left: auto;
	margin-right: auto;
}

.vertical-layout .main-content .tcy {
	text-combine-upright: all;
	writing-mode: initial;
	line-height: 1.2;
	text-indent: 0;
}

.vertical-layout .main-content .card,
.vertical-layout .main-content .notification {
	margin-bottom: 0;
	margin-left: var(--bulma-block-spacing);
}

.vertical-layout .main-content h1 {
	text-indent: 0;
}

.vertical-layout .main-content .entry-meta,
.vertical-layout .main-content .notification {
	text-indent: 0;
}

.vertical-layout .main-content figure {
	width: auto !important;
}

.vertical-layout .main-content img {
	max-height: 18rem;
	width: auto;
	max-width: calc(100vw - 4rem);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	position: absolute;
	right: 20px;
	margin-top: 20px;
}

.main-navigation .menu-toggle + div {
	border-radius: 30px;
	position: absolute;
	/* background: #eeeeeed0; */
	/* background: linear-gradient(0deg,rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 65%); */
	right: -100px;
	overflow: hidden;
	box-shadow: 1px 1px 3px #bbb;
	transition: right 0.1s;
	transition-timing-function: cubic-bezier(0.25, 1, 0.41, 0.99);
}

.main-navigation .menu-toggle + div::after {
	content: '';
	position: absolute;
	z-index: -1;
	inset: 0;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	overflow: hidden;
	isolation: isolate;
}

.main-navigation ul {
	-webkit-box-shadow: inset 0 0 3px 1px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0 0 3px 1px rgba(255, 255, 255, 0.7);
	display: none;
	list-style: none;
	margin: 0;
	padding: 15px 20px;
	min-width: 200px;
}

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

.menu-toggle {
	display: flex;
	padding: 10px;
	flex-direction: column;
	transform: rotate(90deg);
}

.menu-toggle:not(:active), .menu-toggle:not(:focus) {
	border: none;
	background-color: transparent;
}

.menu-toggle .first-bar,
.menu-toggle .second-bar,
.menu-toggle .third-bar {
	background-color: var(--bulma-primary);
	height: 2px;
	margin: 2px 0;
	transition: transform 0.3s;
	width: 18px;
	transform-origin: 100% 0%;
	transition-timing-function: easeOutCubiccubic-bezier(0.33, 1, 0.68, 1);
	box-shadow: 0 -1px 0 var(--sakyouz-site-title-text-shadow);
}

.toggled .first-bar {
	transform: rotate(-57deg) translate(1px, -2px);
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.toggled .second-bar {
	transform: rotate(-16deg);
	transition: transform 0.3s;
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	transition-delay: 50ms;
}

.toggled .menu-toggle + div {
	right: 0px;
}

@media (min-width: 640px) and (orientation: landscape) {
	.main-navigation {
		position: relative;
		right: 0px;
	}
	.main-navigation .menu-toggle {
		flex-direction: row;
		position: relative;
		right: 3px;
	}
	.main-navigation.toggled .menu-toggle + div {
		right: 40px;
		top: -10px;
	}
	.main-navigation.toggled .menu-toggle + div ul {
		padding: 20px 15px;
		min-width: 0;
		min-height: 200px;
	}
}

.site-title {
	font-size: 2em;
}

.site-title .site-title-inner {
	color: var(--bulma-primary);
	text-shadow: 1px 0 0 var(--sakyouz-site-title-text-shadow);
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}

.site-title .site-title-inner span:first-child {
	letter-spacing: -1px;
}

.site-title .site-title-inner .site-description {
	font-size: 50%;
}

.site-title a[href*="note."] .site-title-inner span:first-child {
	letter-spacing: 4px;
}

/* Posts and pages
--------------------------------------------- */
.breadcrumbs {
	font-size: 0.85em;
}

.site {
	display: flex;
	flex-flow: column;
}

.site .site-header {
	position: sticky;
	top: 0px;
	box-shadow: 0px 0 2px #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 99;
}

.site .site-header a {
	text-decoration: none;
}

.site .site-header .site-header-content {
	display: flex;
	overflow: visible;
	z-index: 999;
	top: 20px;
	padding-right: 20px;
	padding-left: 10px;
	justify-content: center;
}

.site .site-main div.image.is-hidden-mobile img {
	height: 128px;
}

[data-theme="light"] .site-header {
	/* background-color: #fafafae0; */
}

@media (min-width: 640px) and (orientation: landscape) {
	.site {
		flex-flow: row-reverse;
	}
	.site .site-header {
		display: flex;
		padding-top: 20px;
		padding-left: 0px;
		writing-mode: vertical-rl;
		-ms-writing-mode: vertical-rl;
	}
	.site .site-header .site-header-content {
		justify-content: flex-start;
		position: sticky;
	}
	.nav-links {
		display: flex;
		gap: 1rem;
	}
	.nav-links .nav-previous,
	.nav-links .nav-next {
		width: 50%;
	}
	.nav-links .nav-previous .card,
	.nav-links .nav-next .card {
		height: 100%;
	}
}

.horizontal-layout ruby rt {
	margin-top: -1em;
}

.horizontal-layout sub {
	bottom: -0.25em;
}

.horizontal-layout sup {
	top: -0.5em;
}

.horizontal-layout .entry-meta mark, .horizontal-layout .entry-meta ins,
.horizontal-layout .entry-content mark,
.horizontal-layout .entry-content ins {
	background: linear-gradient(transparent 40%, var(--sakyouz-mark-background-color) 0%);
}

.horizontal-layout .entry-meta table,
.horizontal-layout .entry-content table {
	margin: 0 0 1.5rem;
}

.horizontal-layout .entry-meta table th, .horizontal-layout .entry-meta table td,
.horizontal-layout .entry-content table th,
.horizontal-layout .entry-content table td {
	padding: 0px 0.25rem;
}

.horizontal-layout .entry-meta blockquote,
.horizontal-layout .entry-content blockquote {
	padding: 0.3rem 1rem;
	box-shadow: inset 1px 1px 0 var(--bulma-primary);
}

.horizontal-layout .entry-meta blockquote p:last-child,
.horizontal-layout .entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.horizontal-layout .entry-meta b, .horizontal-layout .entry-meta strong,
.horizontal-layout .entry-content b,
.horizontal-layout .entry-content strong {
	background: top left/1em 0.5em repeat-x radial-gradient(circle, var(--bulma-text) 0.12em, rgba(0, 0, 0, 0) 0.13em);
	padding-top: .5em;
}

.horizontal-layout .entry-meta h1,
.horizontal-layout .entry-content h1 {
	/* margin: 20px 0; */
}

.horizontal-layout .entry-meta h2,
.horizontal-layout .entry-content h2 {
	margin-bottom: 1em;
}

.horizontal-layout .entry-meta h3,
.horizontal-layout .entry-content h3 {
	margin-bottom: 1em;
}

.horizontal-layout .entry-meta h4,
.horizontal-layout .entry-content h4 {
	margin-bottom: 1em;
}

.horizontal-layout .entry-meta figure, .horizontal-layout .entry-meta p,
.horizontal-layout .entry-content figure,
.horizontal-layout .entry-content p {
	margin-bottom: 1.5rem;
}

.horizontal-layout .entry-meta ol, .horizontal-layout .entry-meta ul,
.horizontal-layout .entry-content ol,
.horizontal-layout .entry-content ul {
	margin-bottom: 1.5rem;
}

.horizontal-layout .entry-meta .wp-audio-shortcode,
.horizontal-layout .entry-content .wp-audio-shortcode {
	margin-bottom: 1.5rem;
}

.vertical-layout .entry-meta mark, .vertical-layout .entry-meta ins,
.vertical-layout .entry-content mark,
.vertical-layout .entry-content ins {
	background: linear-gradient(to left, transparent 40%, var(--sakyouz-mark-background-color) 0%);
}

.vertical-layout .entry-meta table,
.vertical-layout .entry-content table {
	margin-left: 1.5rem;
}

.vertical-layout .entry-meta table th, .vertical-layout .entry-meta table td,
.vertical-layout .entry-content table th,
.vertical-layout .entry-content table td {
	padding: 0.25rem 0;
}

.vertical-layout .entry-meta blockquote,
.vertical-layout .entry-content blockquote {
	padding: 1rem 0.3rem;
	margin-left: 1.5rem;
	box-shadow: inset 1px 1px 0 var(--bulma-primary);
}

.vertical-layout .entry-meta blockquote p:last-child,
.vertical-layout .entry-content blockquote p:last-child {
	margin-left: 0;
}

.vertical-layout .entry-meta b, .vertical-layout .entry-meta strong,
.vertical-layout .entry-content b,
.vertical-layout .entry-content strong {
	background: top right/0.5em 1em repeat-y radial-gradient(circle, var(--bulma-text) 0.12em, rgba(0, 0, 0, 0) 0.13em);
	padding-right: .5em;
}

.vertical-layout .entry-meta ul, .vertical-layout .entry-meta ol,
.vertical-layout .entry-content ul,
.vertical-layout .entry-content ol {
	list-style-position: inside;
}

.vertical-layout .entry-meta u,
.vertical-layout .entry-content u {
	position: relative;
	border-bottom: none;
	border-left: 1px solid;
	border-image-slice: 0 0 0 1;
}

.vertical-layout .entry-meta h1,
.vertical-layout .entry-content h1 {
	margin-left: 20px;
}

.vertical-layout .entry-meta h2,
.vertical-layout .entry-content h2 {
	margin-left: 1em;
}

.vertical-layout .entry-meta h3,
.vertical-layout .entry-content h3 {
	margin-left: 1em;
}

.vertical-layout .entry-meta h4,
.vertical-layout .entry-content h4 {
	margin-left: 1em;
}

.vertical-layout .entry-meta figure, .vertical-layout .entry-meta p,
.vertical-layout .entry-content figure,
.vertical-layout .entry-content p {
	margin-left: 1.5rem;
}

.vertical-layout .entry-meta ol, .vertical-layout .entry-meta ul,
.vertical-layout .entry-content ol,
.vertical-layout .entry-content ul {
	margin-left: 1.5rem;
}

/* Comments
--------------------------------------------- */
input[name=leave-comment] + #respond {
	display: none;
}

input[name=leave-comment]:checked + #respond {
	display: block;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#commentform .logged-in-as .required-field-message {
	margin-left: 6px;
}

/* Widgets
--------------------------------------------- */
.entry-content .widget h2 {
	margin-bottom: 0;
}

.entry-content .widget p {
	margin-bottom: 0;
}

/* .widget select { */
/* 	max-width: 100%; */
/* } */
/* Media
--------------------------------------------- */
/* 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-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
--------------------------------------------------------------*/
.bg-blurred::after {
	content: '';
	position: absolute;
	z-index: -1;
	inset: 0;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	overflow: hidden;
	isolation: isolate;
	background: hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), var(--bulma-background-l), 85%);
}

.gap-4 {
	gap: 1rem;
}

.ellipsis-2 {
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

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

/*# sourceMappingURL=style.css.map */