/*!
Theme Name: daijinsan
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: daijinsan
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.

daijinsan 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;
	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: #1A1412;
/*
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif;
font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", serif;
*/

   font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
    letter-spacing: 0.07rem;
	font-size: 1rem;
	line-height: 1.8;
}

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

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

/* 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;
		align-items: center;
	}

	.main-navigation li:first-child {
		margin-right: auto;
	}

	.menu-item {
		position: relative;
		margin-right: 10px;
		padding: 0 5px;
	}


}


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


/*/////////////////////////////////////////*/
.button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 0px 10px 25px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    color: #1C5AA5;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button a:hover {
color: #fff;
}


.button a:before, .button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button a:after {
  left: 0;
  background: #274a78;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
color: #fff;
}
.button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button a:hover span {
  color: #fff;
}

.button a:hover:before {
  left: 2.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.button a:hover:after {
  right: 0;
  width: 100%;
  background: #274a78;
color: #fff;
}



/*/////////////////////////////////////////*/

#kanban-text {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; 
    align-items: center;  
    pointer-events: none; 
   font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
   font-size: 4rem;
   font-weight: 600;
    line-height: 1.9;
    letter-spacing: 0.25em;
   color: #efece6;
    opacity: 1;
}

.tategaki {
    writing-mode: vertical-rl;
    text-orientation: upright;
}


@media (max-width:800px) {
#kanban-text {
font-size: 1.5rem;
}
}


html {
font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif;
/*
font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
*/

background: #FAFAFA;
}
/*
#top-image {
	position: relative;
	margin-top: 30px;
	width: 100%;
	max-width: 100%;
	max-height: 80vh;
	-o-object-fit: contain;
	object-fit: contain;
	aspect-ratio: 3 / 2;

}

*/

#top-image {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    display: block;
}


.vegas-wrapper, .vegas-overlay, .vegas-timer, .vegas-slide, .vegas-slide-inner {
    width: 100%!important;
    aspect-ratio: 3 / 2!important;
}



#top-image .vegas-slide-inner {
	-o-object-fit: contain;
	object-fit: contain;
}


#top-image .vegas-slide-inner p {
padding-left: 1.5em;
padding-right: 1.5em;
position: absolute;
bottom: 0%;
right: 0%;
color: #fff;
background: rgba(0,0,0,0.5);
font-size: 0.7em;
}




@media (max-width:800px) {
	#top-image {
		position: relative;
		margin-top: 0;
		width: 100%;
		max-width: 100%;
		max-height: 67vmax;
		-o-object-fit: cover;
		object-fit: cover;
		aspect-ratio: 3 / 2;
	}
   .type-area {
      display: none;
}
}


#water-mon {
position: absolute;
right: 2rem;
bottom: 2rem;
max-width: 120px;
opacity: 0.3;
}

@media (max-width:800px) {
#water-mon {
position: absolute;
right: 1rem;
bottom: 1rem;
max-width: 50px;
opacity: 0.3;
}
}

.vegas-slide-inner p {
display: none;
}

/*//////////////////////*/


nav#m-nav {
	display: block;
	position: fixed;
	top: 0;
	left: -77%;
	bottom: 0;
	width: 77%;
	/*
  background: #ffffff;
*/

	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
}

.open nav#m-nav {
	left: 0;
	opacity: 1;
}

nav#m-nav .inner {
	/*
  padding: 25px;
*/
	background: #fff;
}

nav#m-nav .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav#m-nav .inner ul li.menu-item {
	width: 100%;
}



nav#m-nav .inner ul li {
	position: relative;
	margin: 0;
	/*
  border-bottom: 1px solid #333;
*/

}

nav#m-nav .inner ul li a {
	display: block;
	color: #351903;
	font-size: 14px;
	padding: 1em;
	text-decoration: none;
	transition-duration: 0.2s;
}

nav#m-nav .inner ul li a:hover {
	background: #fff4e6;
	color: #351903;
	font-weight: 600;
}


nav#m-nav .inner ul li.current-menu-item a {
	color: #F23535;
	background: #f4f4f4;
}


@media screen and (max-width: 767px) {
	nav #m-nav {
		left: -220px;
		width: 220px;
	}
}

.toggle_btn {
	display: block;
	position: fixed;
	top: 14px;
	right: 12px;
	width: 40px;
	height: 44px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
}

.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 42px;
	height: 4px;
	/*
  background-color: #333;
*/

	background-color: #215BA6;
	border-radius: 4px;
	transition: all .5s;
}

.toggle_btn span:nth-child(1) {
	top: 12%;
}

.toggle_btn span:nth-child(2) {
	top: 46%;
}

.toggle_btn span:nth-child(3) {
	bottom: 12%;
}

.toggle_btn span:nth-child(4) {
	bottom: 4%;
	font-size: 0.8em;
	text-align: center;
	height: 0;
	color: #215BA6;
}

.open .toggle_btn span {
	background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(15px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-15px) rotate(315deg);
}


#mask {
	display: none;
	transition: all .5s;
}

.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}


#mask {
	display: none;
	transition: all .5s;
}

.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}


#navArea {
	/*
padding-top:1em;
*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;

}


.m-nav-add {
	margin-top: 2em;
	padding: 1em;
	/*
background: #fff4e6;
*/
	font-size: 0.8em;
	color: #351903;
}

.m-nav-add a {
	color: #F2E935;
}



#m-logo {
	padding: 1em 1em 0;
    border-bottom: 1px dotted #1C5AA5;
    filter: drop-shadow(1px 1px 1px #F2D49B);
   }

.m-img {
    filter: drop-shadow(1px 1px 1px #F2D49B);
}

@media (min-width:801px) {
	#m-head {
		display: none;
	}
}

@media (max-width:800px) {
	#pc-head {
		display: none;
	}
    #m-head {
    margin-top: 0;
    }
}

img.logo-img {
	max-width: 320px;
	padding: 0.5em;
}

#m-inn-logo {
    padding-top: 14px;
	padding-left: 0.5em;
    max-width: 300px;
}


li.sns {
margin-right: 0.8rem;
}

#masthead {
    background: linear-gradient(180deg, #3a0b3a, #460e44, #8a2e88);
}


#site-navigation a {
color: #fff;
}



/*/////////////////////////////////////*/
.sect-area {
margin-bottom: 5rem;
}


.content-inn {
position: relative;
	margin: 0 auto;
padding: 0.5rem;
	max-width: 1024px;
	width: 100%;
}


.n-copyright {
background: #460e44;
font-size: 0.8rem;
color: #fff;
}

.n-copyright a {
color: #fff;
text-decoration: none;
}


.home a {
color: #1A1412;
text-decoration: none;
}

/*///////////////////////////////////////*/
#sect-info-grid {
  position: relative;
  width: 100vw;   
    margin-left: calc(50% - 50vw);  
    margin-right: calc(50% - 50vw); 
  background-image: url('./images/mon.png');
  background-repeat: no-repeat;
  background-size: contain;
background-position: calc(150% + 0%) center;
}


.h2-kanban {
color:  #274a78;
letter-spacing: 0.5rem;
}


.p-date {
text-align: right;
font-size: 0.7rem;
}

.card  {
padding: 0.5rem;
    background: #274a78;
}

.card a {
color: #fff;
}

.card .p-date {
color: #fff;
}

.top-exp {
border-top: 1px dotted #fff;
font-size: 0.8rem;
}


/*
#sect-info-grid {
  width: 100vw;   
    margin-left: calc(50% - 50vw);  
    margin-right: calc(50% - 50vw); 
    background: #274a78;
}
*/


/*//////////////////////////////////////*/
#sect-pages-grid {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: url('./images/mon.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

#sect-pages-grid .page-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
    gap: 1.2rem;
}

#sect-pages-grid .page-item {
    position: relative; 
    border-radius: 0.3rem;
    overflow: hidden;
    background: #274a78;
    transition: 0.25s ease;
}


#sect-pages-grid .page-thumb {
    width: 100%;
    display: block;
}

#sect-pages-grid .page-thumb img {
    width: 100%;   
    height: auto;     
    display: block;
    object-fit: cover;
}


#sect-pages-grid .page-title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 0.5rem;
    background: rgba(0,0,0,0.6); 
    font-size: 1rem;
    color: #fff;
    line-height: 1.6;
    z-index: 2; 
}

/*//////////////////////////////////////*/
.entry-title {
font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif;
letter-spacing: 0.1em;
}


/*////////////////////////////*/
.vertical-container {
    width: 100%;
    overflow-x: auto;
    padding: 1em;
    box-sizing: border-box;
}

.vertical-text {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; 
    text-orientation: upright;
    -webkit-text-orientation: upright; 

    height: 60vh;
    overflow-y: auto;
   font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 0.5em;
    box-sizing: border-box;

    display: block;
    margin-left: auto;
    margin-right: 0;
}

.vertical-text p {
    margin: 0 0 2em 0; 
    text-indent: 1em;  
padding-right: 2rem;
}

.vertical-text br {
    line-height: 1.5;
}

.vertical-text h1,
.vertical-text h2,
.vertical-text h3,
.vertical-text h4,
.vertical-text h5,
.vertical-text h6 {
    margin: 0em 5rem 0rem 0; 
    padding: 0;
}

.vertical-text h1:first-of-type,
.vertical-text h2:first-of-type,
.vertical-text h3:first-of-type,
.vertical-text h4:first-of-type,
.vertical-text h5:first-of-type,
.vertical-text h6:first-of-type {
    margin: 0;
}




@media (max-width: 800px) {
    .vertical-text {
        height: 60vh;
        padding: 0.3em;
    }
}


.wp-vertical-scroll-hint {
    position: absolute;
    bottom: 0.5em;  
    right: 1em;   
    font-size: 1rem;
    color:#274a78;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 10;
    animation: blink 1.5s infinite;
}

.wp-vertical-scroll-hint.show {
    opacity: 1;
}


@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}




.entry-meta {
text-align: right;
}

.hentry h2:not(:first-of-type) {
    margin-top: 5rem;
}

.hentry h3:not(:first-of-type) {
    margin-top: 3rem;
}

.hentry h3 {
    margin-bottom: 0.3rem;
}

.hentry h3 + p {
    margin-top: 0.1rem;
}

.hentry h2 + h3 {
    margin-top: 0 !important;
}

.hentry h3 + h4 {
    margin-top: 0 !important;
}



.hentry h1 {
line-height: 1.2em;
}


.hentry h2 {
  display: flex;
  align-items: center; 
  gap: 0.5rem;
line-height: 1.6rem;
 border-bottom: 1px solid rgba(0,0,0,0.12); 
padding-bottom: 0.25rem;
}


.hentry h2::before {
  content: "";
  display: flex; 
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg,#fffaf0,#efe6d8);
  box-shadow: 0 4px 10px rgba(31,27,24,0.12);
  border: 1px solid rgba(0,0,0,0.03);

  background-image: url('./images/mon.png') ;
 background-color: #3a0b3a;
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.hentry h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.4rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 0.2rem;
  margin-bottom: 0.3rem;
}

.hentry h3::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px; 
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #e6f0fa, #cce0f5); 
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
}


.f-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.f-list li {
  white-space: nowrap;
}




#sb_instagram #sbi_images {
padding: 0!important;
/*
background: #274a78;
*/

}

.fe-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0 1rem;
  padding: 0;
  justify-content: flex-end; 
}


#sns li img {
width: auto;
max-height: 18px;
}


.archive a {
text-decoration: none;
}

body:not(.home) .site-main {
    position: relative;
    background-image: url('./images/mon.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: calc(100% + 300px) center; 
    background-attachment: fixed;
}


#c-bnr-foot ul.blocks-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}



@media (max-width: 780px) {
  #c-bnr-foot ul.blocks-mobile-100 li.foot-bnr {
    width: 100%;
  }
}


#colophon {
margin-top: 7rem;
}


.n-copyright a {
color: #fff;
}

.grecaptcha-badge { visibility: hidden; }
