<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: godbrain
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 3.1
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

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

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	display: table;
    margin: 0 auto;
    position: relative;
}
.home {

}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
.wrapper {
    background:url(../../uploads/2021/08/bg-base-b.jpg) ;
    box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    top: 1px;
    padding-top: 20px;
    padding-bottom: 70px;
    position: relative;
    margin-bottom: 45px;

}
@media screen and (min-width: 600px) {
	.wrapper {
		max-width: 1024px;
		max-width: 73.142857rem;
		min-height: 1150px;
		z-index: 21;
	}
}
/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
h1.archive-title,
.entry-header h1.entry-title,
.page-title-wrapper h1,
.page-title-wrapper h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6','HiraMinProN-W6','HGæ˜ŽæœE','ï¼­ï¼³ ï¼°æ˜Žæœ','MS PMincho','MS æ˜Žæœ',serif;
  font-weight: normal;
  color: #A5805C;
  line-height: 1.2;
  padding-bottom: 3px;
  margin-bottom: 0;
  text-transform: unset;
  text-align: center;
}
.archive .entry-header h1.entry-title {
	text-align: center;
    font-size: 1.05em;
    font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´Pro W6', 'Hiragino Kaku Gothic Pro', 'ãƒ¡ã‚¤ãƒªã‚ª', 'Meiryo', 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯';
    font-weight: 600;
    text-transform: unset;
    line-height: 1.5em;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
input,
select,
textarea {
	border: 1px solid #333333;
	font-family: inherit;
}
button {
	border: none;
	font-family: inherit;
	padding: 5px 15px;
	background: #333333;
    color: #ffffff;
    padding: 5px 15px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}

.menu-toggle:active,
.menu-toggle.toggled-on,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
button:active,
button:hover {
  background: #898888;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-titem a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: visible;
    display: inline;
}
#nav-above {
	padding: 0 0 24px;
	padding: 0 0 1.714285714rem;
	margin-top: -15px;
}
#nav-below {
	padding: 0 0 24px;
	padding: 0 0 1.714285714rem;
}
#nav-above,
#nav-below {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	margin-left: -26px;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
	margin-right: -26px;
}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
.nav-previous a,
.nav-next a {
	text-decoration: none;
}
.nav-previous a:before {
	content: "â—€";
}
.nav-next a:after {
	content: "â–¶";
}
/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	display: none;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #5E5A57;
}
a:hover {
	color: #5E5A57;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
	background:url(../../uploads/2021/08/bg-base-b.jpg) ;
    box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    display: contents;
}
.site-content {
	margin: 0;
	padding: 20px 52px 30px;
	background: #FFFFFF;
    box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
}

.entry-content {
	padding-top: 120px;
}
.widget-area {
	margin: 0;
}

/* Header */
.site-header {
	padding: 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}

.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #515151;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
.site-header h1 {
		font-size: 0;
    	background:url(../../uploads/2021/08/bg-base-a.jpg) ;
    	height: 125px;
    	box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    	-moz-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    	-webkit-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
		margin-bottom: 0;
		position: relative;
		z-index: 20;
	}
	.site-header h1 a {
		background: url(../../uploads/2021/09/logo1.gif) no-repeat 50%;
		height: 125px;
		width: 100%;
    	text-align: center;
	}
	.site-description {
	    display: none;
	}
@media screen and (min-width: 600px) {
	.site-header h1 a {
		width: 1024px;
	}
}
/* Navigation Menu */
.main-navigation {
	text-align: center;
	-webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-top: 0;
    margin-bottom: 0;
    height: 50px;
    box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    	-moz-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    	-webkit-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #515151;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu &gt; ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */

/* å³ã‚µã‚¤ãƒ‰ãƒãƒ¼å¯¾å¿œ*/
#secondary.widget-area .cat-post-widget[id="category-posts-3"],
.widget-area .widget.widget_block,
.cat-post-widget,
.widget_recent_entries {
	width: 139px;
    background:url(../../uploads/2021/08/bg-base-b.jpg) ;
     box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    padding: 8px;
    margin-bottom: 20px;
    float: right;
}
.wp-block-group__inner-container .cat-post-widget,
.wp-block-column .cat-post-widget {
	width: unset;
    background:none ;
    box-shadow: none ;
    padding: 0;
    margin-bottom: 0;
}
@media screen and (min-width: 600px) {
	#secondary.widget-area .cat-post-widget,
	#secondary.widget-area .widget.widget.widget_block,
	.widget_recent_entries,
	.widget-area .widget.widget_block[id="block-7"],
	.widget-area .widget.widget_block[id="block-8"],
	.widget-area .widget.widget_block[id="block-9"],
	.widget-area .widget.widget_block[id="block-10"] {
		width: 125px;
		padding: 15px;
		line-height: 1.4;
	}
	.widget-area .widget.widget_block[id="block-6"] {
		padding-top: 15px;
	    padding-bottom: 15px;
	}
	.widget-area .widget.widget_block[id="block-8"] {
		padding: 15px;
	}
	.widget-area .widget.widget_block[id="block-9"] {
		width: 115px;
		padding: 15px 20px;
	}
	.wp-block-group__inner-container .cat-post-widget {
		margin-right: -8px;
	}
	/* ã‚µã‚¤ãƒ‰ãƒãƒ¼ä¼šå“¡ãƒ‹ãƒ¥ãƒ¼ã‚¹ã€ä¼šå“¡ãƒ–ãƒ­ã‚°ã€ç©å“²å¤«ã®ãƒ©ã‚¸ã‚ªå¯¾å¿œ*/
	.cat-post-widget[id="category-posts-4"],
	.cat-post-widget[id="category-posts-5"],
	.cat-post-widget[id="category-posts-6"],
	.cat-post-widget[id="category-posts-7"] {
		background:unset;
	    box-shadow: unset;
	    padding: unset;
	    margin-bottom: unset;
	    position: relative;
	    z-index: 30;
	}
	.widget-area [id="block-2"] {
		height: 180px; /* category-posts-5ãŒã‚ã‚‹å&nbsp;´åˆã¯285px */
	}
	.widget-area [id="category-posts-4"] {
		margin-top: -175px; /* category-posts-5ãŒã‚ã‚‹å&nbsp;´åˆã¯-275px */
	}
	.widget-area [id="category-posts-5"] {
		margin-top: -210px;
	}
	.widget-area [id="category-posts-6"] {
		margin-top: -115px;
	}

	.widget-area [id="recent-posts-2"] {
		margin-top: -100px;
	}
	.widget-area [id="block-12"] {
		height: 140px;
	}
	.widget-area [id="category-posts-7"] {
		margin-top: -70px;
	}
	#block-3 ul {
	    margin-top: 10px;
	}
}
#recent-posts-2 h3 {
	margin-bottom: 0;
    margin-top: 60px;
    font-family: initial;
    font-size: 12px;
}
#category-posts-4 h3.widget-title,
#category-posts-5 h3.widget-title,
#category-posts-6 h3.widget-title,
.widget-area .widget h3 {
	margin-bottom: 0;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6','HiraMinProN-W6','HGæ˜ŽæœE','ï¼­ï¼³ ï¼°æ˜Žæœ','MS PMincho','MS æ˜Žæœ',serif;
	font-size: 14px;
	font-weight: 300;
}
#category-posts-4 h3.widget-title {
	white-space: nowrap;
}
#category-posts-6 h3.widget-title {
	letter-spacing: -0.1em;
	white-space: nowrap;
}
#recent-posts-2 .widget-area .widget h3,
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
#recent-posts-2 li {
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6','HiraMinProN-W6','HGæ˜ŽæœE','ï¼­ï¼³ ï¼°æ˜Žæœ','MS PMincho','MS æ˜Žæœ',serif;
	margin-bottom: 15px;
	font-size: 14px;
}
#recent-posts-2 li a {
	color: #5E5A57;
	text-decoration: none;
}
#recent-posts-2 li a:hover {
	text-decoration: underline;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p.small {
    font-size: 0.68em;
    display: table;
    line-height: 1.0;
}
.widget-area .widget p.date,
.widget-area .widget p.small {
	margin-bottom: 0;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li &gt; ul,
.widget-area .textwidget li &gt; ol {
	margin-bottom: 0;
}
.widget-area .textwidget ol {
	list-style: decimal;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
	text-decoration: none;
}
.widget-area .widget a:hover {
	color: #515151;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer {
	display: block;
	height: 0;
}
.site-info {
	bottom: 95px;
	display: block;
	margin: 0 auto;
    position: relative;
    width: fit-content;
    z-index: 30;
}
.site-info ul li {
	display: inline-block;
    padding: 0 8px;
}
.site-info ul li a {
    text-decoration: none;
    color: #867c76;
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 10px;
	margin-bottom: 0.7142857rem;
	margin-top: 48px;
    margin-top: 3.428571429rem;
}
.archive .entry-header {
    margin-top: 0;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #515151;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	text-align: center;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6','HiraMinProN-W6','HGæ˜ŽæœE','ï¼­ï¼³ ï¼°æ˜Žæœ','MS PMincho','MS æ˜Žæœ',serif;
    font-size: 1.46em;
    font-weight: normal;
    margin: 18px 0 35px;
    text-transform: unset;
}

h2.widget-title,
h2.widgettitle {
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6','HiraMinProN-W6','HGæ˜ŽæœE','ï¼­ï¼³ ï¼°æ˜Žæœ','MS PMincho','MS æ˜Žæœ',serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: -0.04em;
}
h2.widgettitle.border {
    border-bottom: 1px #cccccc solid;
    color: #757575;
    padding-bottom: 8px;
}
h2.widgettitle.second {
    margin-top: 8px;
}
.cat-post-widget[id="category-posts-2"] h2.widget-title {
	padding-right: 25px;
	padding-bottom: 5px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 26px;
	margin: 0 0 1.8571428rem;
	line-height: 1.8571428;
}
.entry-content p.right {
    text-align: right;
}
.more-article {
    margin-top: -24px;
    margin-top: -1.714285714rem;
    text-align: justify;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content {
	display: contents;
    height: fit-content;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	width: 100%;
}

.site-content {
	height: fit-content;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	text-align: right;
}
footer.entry-meta a {
	text-decoration: none;
}
.category-1 footer.entry-meta,
.category-letter .entry-meta,
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	margin-top: 40px;
	margin-top: 2.8571428rem;
	padding-bottom: 16px;
	padding-bottom: 1.1428571rem;
}
.archive-header {
	display: table;
	width: 100%;
	margin-bottom: 0;
}
.archive-meta {
	color: #A5805C;;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 0;
	text-align: center;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #515151;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #515151;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(to bottom, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #515151;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
#respond #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
#respond .comment-form-cookies-consent label {
	display: inline;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #515151;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	font-family: initial;
	font-size: 12px;
}
.widget_recent_entries .post-date:after {
	content: "æ›´æ–°";
}
.wp-calendar-nav,
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
.wp-calendar-nav {
	display: table;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}
.searchform {
	position: absolute;
    right: 20px;
    top: 80px;
    width: 224px;
    height: 50px;
    z-index: 30;
}
.entry-content .searchform {
	display: none;
}
.searchform input[type="text"] {
  width: 150px;
  float: left;
  background: url(../../uploads/2021/08/bg-input.jpg) 100% ;
  box-shadow: 3px 1px 10px rgba(0,0,0,.3) inset;
  -moz-box-shadow: 3px 1px 10px rgba(0,0,0,.3) inset;
  -webkit-box-shadow: 3px 1px 10px rgba(0,0,0,.3) inset;
  margin: 5px 12px;
  height: 28px;
  padding: 0 3px;
  border: none;
  outline: 0;
}
.searchform input[type="submit"] {
  top: 8px;
  float: left;
  position: relative;
  background: url(../../uploads/2021/09/btn-search.jpg) no-repeat ;
  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  width: 38px;
  height: 21px;
  text-indent: -9999px;
}
/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as &lt;meta name="viewport" content="width=device-width"&gt;,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1024px;
		max-width: 73.142857rem;
		overflow: hidden;
		margin-bottom: 45px;
	}
	.site-content {
		width: calc(65.4296875% - 104px);
		margin-left: 17.28515625%;
		position: relative;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 16.66666667%;
		position: absolute;
    	top: 20px;
    	right: 0;
	}
	.widget-area.left {
		float: left;
		left: 0;
	}
	.widget-area.left .widget.widget_block {
	    float: left;
	}
	.widget-area.left .widget.widget_block .sidebar-left.link {
	    height: 65px;
	    display: flex;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 a {
		width: 1024px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu &gt; ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
		width: 100%;
		text-indent: -99999px;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0;
		position: relative;
		height: 50px;
    	margin: 0;
    	box-shadow: 3px 1px 10px rgb(0 0 0 / 30%);
    	-moz-box-shadow: 3px 1px 10px rgba(0,0,0,.3);
    	-webkit-box-shadow: 3px 1px 10px rgb(0 0 0 / 30%);
    	float: left;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover &gt; ul,
	.main-navigation ul li:focus &gt; ul,
	.main-navigation .focus &gt; ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item &gt; a,
	.main-navigation .current-menu-ancestor &gt; a,
	.main-navigation .current_page_item &gt; a,
	.main-navigation .current_page_ancestor &gt; a {
		color: #636363;
		font-weight: bold;
	}
  .main-navigation li.menu-item-11937 { background:url(../../uploads/2021/09/nav_top1.png) no-repeat ; width: 177px; z-index:11; position: relative; }
  .main-navigation li.menu-item-11935 { background:url(../../uploads/2021/09/nav_about_shinlogy1.png) no-repeat ; width: 167px; z-index:10; position: relative;}
  .main-navigation li.menu-item-11934 { background:url(../../uploads/2021/09/nav_ascendant1.png) no-repeat ; width: 168px; z-index:9; position: relative;}
  .main-navigation li.menu-item-11933 { background:url(../../uploads/2021/09/nav_book-of-life1.png) no-repeat ; width: 167px; z-index:8; position: relative;}
  .main-navigation li.menu-item-11932 { background:url(../../uploads/2021/09/nav_receptacle1.png) no-repeat ; width: 168px; z-index:7; position: relative;}
  .main-navigation li.menu-item-11936 { background:url(../../uploads/2021/09/nav_contact1.png) no-repeat ; width: 177px; z-index:6; position: relative;}

  .main-navigation li.menu-item-11937:hover { background:url(../../uploads/2021/09/nav_top1_over.png) no-repeat ; width: 177px; z-index:11;position: relative;}
  .main-navigation li.menu-item-11935:hover { background:url(../../uploads/2021/09/nav_about_shinlogy1_over.png) no-repeat ; width: 167px; z-index:10;position: relative;}
  .main-navigation li.menu-item-11934:hover { background:url(../../uploads/2021/09/nav_ascendant1_over.png) no-repeat ; width: 168px; z-index:9; position: relative;}
  .main-navigation li.menu-item-11933:hover { background:url(../../uploads/2021/09/nav_book-of-life1_over.png) no-repeat ; width: 167px; z-index:8; position: relative;}
  .main-navigation li.menu-item-11932:hover { background:url(../../uploads/2021/09/nav_receptacle1_over.png) no-repeat ; width: 168px; z-index:7; position: relative;}
  .main-navigation li.menu-item-11936:hover { background:url(../../uploads/2021/09/nav_contact1_over.png) no-repeat ; width: 177px; z-index:6; position: relative;}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	.large-view {
		display: block;
	}
	.small-view {
		display: none;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #fff;
	}
	body .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist &gt; li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
/* =JCS Original
----------------------------------------------- */
@media only screen and (max-width: 640px){
	.sekai{
        padding: 10px;
    }
}
.about_shinlogy img {
	margin: 40px auto 32px;
    padding-bottom: 15px;
    display: block;
}
.about_shinlogy,
.ascendant,
.cms-page-view .std {
	margin-bottom: 50px;
}
.sekai .block-recent-posts{
    background:none ;
    box-shadow: none;
    float: none;
    top: 0;
    padding: 0;
    margin: 5px 0 20px;
}
.sekai .block.block-blog.block-recent-posts{
    width: 100%;
}

.widget.widget_block[id="block-5"] {
    padding: 8px;
    box-sizing: border-box;
}
.widget.widget_block[id="block-5"] .wp-block-columns {
	padding: 8px;
    border: solid 1px #867C76;
    margin-bottom: 0;
}
.wp-block-columns {
	margin-bottom: 0;
}
.sidebar-button {
    width: 109px;
    background:url(../../uploads/2021/08/bg-button.png) no-repeat ;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    padding: 5px;
    margin: 0 auto 20px;
    text-align: center;
}
.sidebar-button:hover {
    background:url(../../uploads/2021/09/bg-button_over.png) no-repeat ;
}
.sidebar-left img {
    margin: 0 auto;
}
.sidebar-left .sekipub img {
    margin: 12px auto 10px;
    display: block;
}
.sidebar-left .sidebar-button img {
    margin: 8px auto;
}
.sidebar-right.sekai h2 {
    font-size: 16px;
    white-space: nowrap;
    margin: 0;
    margin-bottom: 0.5em;
}
.sidebar-left .shindara-channel {
    font-size: 16px;
    white-space: nowrap;
    font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6','HiraMinProN-W6','HGæ˜ŽæœE','ï¼­ï¼³ ï¼°æ˜Žæœ','MS PMincho','MS æ˜Žæœ',serif;
    line-height: 1.3;
}
.sidebar-left .shindara-channel .small {
    font-size: 0.78em;
}
.sidebar-left .shindara-channel .link {
    font-size: 0.9em;
    margin-top: -1px;
    display: block;
}
.sidebar-left .shindara-channel .update {
    font-size: 0.78em;
    font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´Pro W3', 'Hiragino Kaku Gothic Pro', 'ãƒ¡ã‚¤ãƒªã‚ª', 'Meiryo', 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'å°å¡šæ˜Žæœ',sans-serif;
}
.sidebar-left .shindara-channel a:hover {
    text-decoration: none;
}
.sidebar-left li {
    margin: 0;
    white-space: nowrap;
  }
.sidebar-left li.long {
    font-size: 11px;
  }
.sidebar-left a {
    position: relative;
    align-items: center;
    display: flex;
    text-decoration: none;
}
.cat-post-widget a {
    text-decoration: none;
}
.sidebar-left a:hover,
.cat-post-widget a:hover {
    text-decoration: underline;
}
.sidebar-left a.date,
.cat-post-item {
    font-size: 12px;
    margin: 0!important;
    padding: 0!important;
}
.cat-post-item strong {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6", HiraMinProN-W6, HGæ˜ŽæœE, "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "MS æ˜Žæœ", serif;
    font-size: 13px;
    font-weight: 300;
}
.sidebar-right {
	float: right;
}
.is-blog .sidebar-right {
	float: right;
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
}
.sidebar-right.sekai {
	position: absolute;
	right: 0px;
	top: 120px;
}
.widget-area .widget.widget_block .vagrie,
.widget-area .widget.widget_block .pts,
.widget-area .widget.widget_block .shindara {
    margin-bottom: 20px;
}
.widget-area .widget.widget_block .vagrie a {
    background:url(../../uploads/2021/09/blk-vagrie1.png) no-repeat ;
    width: 156px;
    max-width: 156px;
    height: 105px;
    max-height: 105px;
    display: block;
    text-indent: -9999px;
}
.widget-area .widget.widget_block .vagrie a:hover {
	background:url(../../uploads/2021/09/blk-vagrie1_over.png) no-repeat ;
}
.widget-area .widget.widget_block .pts a {
    background:url(../../uploads/2021/09/blk-prototypesapiens.png) no-repeat ;
    background-size: contain;
    width: 156px;
    max-width: 156px;
    height: 90px;
    max-height: 90px;
    display: block;
    text-indent: -9999px;
}
.widget-area .widget.widget_block .shindara a {
    background:url(../../uploads/2022/10/blk-shindara.png) no-repeat ;
    width: 156px;
    max-width: 156px;
    height: 74px;
    max-height: 74px;
    display: block;
    text-indent: -9999px;
}
.sidebar-right.category .block.block-blog.block-recent-posts {
	display: none;
}
.block-content li.item {
  font-size: 12px;
  margin-bottom: 15px;
}
.block-content li.item:last-child {
  margin-bottom: 0;
}

li.product-item {
	width: 50%;
    display: inline;
    float: left;
    margin: 0;
    text-align: center;
}
.price {
    display: inline-block;
	margin: 10px;
}
.category-cms {
	display: table;
}
.cross {
	margin: 0 12% 0 9%;
	font-size: 28px;
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
}
#wpfront-scroll-top-container {
	position: absolute!important;
	right: calc(50% - 60px)!important;
}
#wpfront-scroll-top-container div.text-holder {
	text-align: center;
    box-shadow: none!important;
}
.pld-minimal-list.pld-design-1 li.pld-list {
    margin: 0 0 15px 0 !important;
}
.pld-minimal-list .pld-post-meta span:after,
.pld-archive-list .pld-post-meta span:after {
    content: "ã€€";
}
.lcp_content a[title="ç¶šãã‚’èª­ã‚€ â†’"] {
    display: none;
}
@media only screen and (max-width: 599px) {
	.large-view {
		display: none;
	}
	.small-view {
		display: block;
	}
	.site-content {
	    width: 84%;
	    padding: 20px 5vw 30px;
	    margin: auto;
	}
	.site-header h1 {
   		background:url(../../uploads/2021/08/bg-base-a-s.jpg) no-repeat;
   		background-size: 100% 100%;
   		z-index: 30;
	}
	.entry-content p {
	    font-size: 16px;
	    line-height: 1.9em;
	    text-align: justify;
	    letter-spacing: -0.01em;
	}

	#secondary.widget-area .cat-post-widget[id="category-posts-3"],
	.widget-area .widget.widget_block,
	.cat-post-widget,
	.widget_recent_entries {
		border: solid 1px #9F9FA0;
		background:url(../../uploads/2021/08/bg-base-b-s.jpg) no-repeat;
    	background-size: 100% 100%;
		box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    	padding: 10px;
	}
	.widget-area.left {
		width: 100%;
	}
	.widget-area.left .widget.widget_block {
		margin: 0 auto 20px;
	}
	.widget-area .widget.widget_block,
	.widget-area .widget.widget_block[id="block-5"] {
	    width: 90%;
	    float: none;
	    margin: 0 auto;
	}
	.widget-area .widget.widget_block[id="block-6"] {
	    padding: 24px 10px;
	}
	.widget-area .widget.widget_block[id="block-7"] {
	    padding: 15px 10px;
	}
	.widget-area .widget.widget_block[id="block-8"] {
	    padding: 45px 10px;
	}
	.widget-area .widget.widget_block[id="block-9"] {
	    padding: 55px 10px;
	}
	.widget-area .widget.widget_block[id="block-12"] {
	    height: 82px;
	}
	.widget-area .cat-post-widget[id="category-posts-7"] {
	    background: none;
        border: none;
        position: absolute;
        box-shadow: none;
        width: unset;
        top: 0px;
        left: 140px;
	}
	#secondary.widget-area .cat-post-widget[id="category-posts-3"] {
	    width: 89vw;
	    float: none;
	    margin: 0 auto;
	}

	.cat-post-widget,
	.widget_recent_entries {
	    width: 90vw;
	    float: none;
	    margin: 0 auto;
	}

	.cat-post-widget h2.widget-title,
	h2.widgettitle,
	.widget-area .widget h3 {
		float: left;
	}
	.cat-post-widget #category-posts-3-internal h2.widget-title {
		float: none;
	}
	#category-posts-4 ul,
	#category-posts-5 ul,
	#category-posts-6 ul {
	    clear: left;
	}
	.cat-post-widget ul li.cat-post-item {
	    margin: 0!important;
        padding: 0!important;
	}
	.wp-block-group {
	    display: inline-block;
	    width: 100%;
	}
	.widget-area .widget.widget_block[id="block-2"] p {
	    margin: 0;
	}
	.widget-area .widget.widget_block[id="block-3"] p {
	    margin: 0;
	    float: right;
	}
	.widget-area .widget.widget_block[id="block-3"] h2.widgettitle {
	    padding-right: 25px;
	}
	#block-5 .cat-post-widget {
	    border: none;
	    text-align: center;
	}
	#block-5.widget.widget_block {
	    width: 95%;
	    margin: 0 auto 20px;
	}
	#category-posts-4.cat-post-widget,
	#category-posts-5.cat-post-widget,
	#category-posts-6.cat-post-widget,
	#recent-posts-2.widget_recent_entries {
		display: none;
	}
	#category-posts-4.cat-post-widget.open,
	#category-posts-5.cat-post-widget.open,
	#category-posts-6.cat-post-widget.open,
	#recent-posts-2.widget_recent_entries.open {
		display: block;
		border-top: none;
	}
	#recent-posts-2,
	#category-posts-4,
	#category-posts-5,
	#category-posts-6 {
		background: #ffffff;
	}
	#category-posts-4 {
	    height: 40px;
	}
	#category-posts-5 {
	    margin-top: -160px;
	    box-shadow: none;
	}
	#category-posts-6 {
	    margin-top: -10px;
	    box-shadow: none;
	}
	#recent-posts-2 h3 {
		display: none;
	}
	.sidebar.sidebar-additional {
	 float: none;
	 width: 100%;
	 top: -1600px;
	 position: relative;
    }
    .wp-sidebar{
    top: 39vw;
	 position: absolute;
	 right: 0;
    }

    .footer-menu ul {
	    width: 97vw;
	    height: 97vw;
	    margin-bottom: -52.2%;
	    clear: both;
	}
	.footer-menu a {
    position: relative;
    text-indent: -9999px;
    display: block;
    height: 100%;
	}
	.footer-menu li {
		box-shadow: 1px 1px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
		position: relative;
		top: 0;
		left: 0;
		width: 30%;
		height: 11.2%;
		float: left;
		border: solid 1px #9F9FA0;
		margin-bottom: 3%;
	}
	.footer-menu li.top {
		background:url(../../uploads/2021/09/blk-top-s.png) no-repeat ;
		background-size: 100%;
		margin-right: 3%;
	}
	.footer-menu li.about_shinlogy {
		background:url(../../uploads/2021/09/blk-about_shinlogy-s.png) no-repeat ;
		background-size: 100%;
		margin-right: 3%;
	}
	.footer-menu li.ascendant {
		background:url(../../uploads/2021/09/blk-ascendant-s.png) no-repeat ;
		background-size: 100%;

	}
	.footer-menu li.book-of-life {
		background:url(../../uploads/2021/09/blk-book-of-life-s.png) no-repeat ;
		background-size: 100%;
		margin-right: 3%;
	}
	.footer-menu li.receptacle {
		background:url(../../uploads/2021/09/blk-receptacle-s.png) no-repeat ;
		background-size: 100%;
		margin-right: 3%;
	}
	.footer-menu li.contact {
		background:url(../../uploads/2021/09/blk-contact-s.png) no-repeat ;
		background-size: 100%;
	}
	.footer-menu li.news {
		background:url(../../uploads/2021/09/blk-member-news-s.png) no-repeat ;
		background-size: 100%;
		margin-right: 3%;
	}
	.footer-menu li.blog {
	background:url(../../uploads/2021/09/blk-member-blog-s.png) no-repeat ;
	background-size: 100%;
	margin-right: 3%;
	}
	.footer-menu li.search {
		background:url(../../uploads/2021/09/blk-search-s.png) no-repeat ;
		background-size: 100%;
	}
	.footer-menu li.info {
		background:url(../../uploads/2021/09/blk-info-s.png) no-repeat ;
		background-size: 100%;
		width: 94%;
	}
	.footer-menu li.top:hover {
		background:url(../../uploads/2021/09/blk-top-s_over.png) no-repeat ;
		background-size: 100%;
	}
	.footer-menu li.about_shinlogy:hover {
		background:url(../../uploads/2021/09/blk-about_shinlogy-s_over.png) no-repeat ;
		background-size: 100%;
		margin-right: 3%;
	}
	.footer-menu li.ascendant:hover {
		background:url(../../uploads/2021/09/blk-ascendant-s_over.png) no-repeat ;
		background-size: 100%;

	}
	.footer-menu li.book-of-life:hover {
		background:url(../../uploads/2021/09/blk-book-of-life-s_over.png) no-repeat ;
		background-size: 100%;
		margin-right: 3%;
	}
	.footer-menu li.receptacle:hover {
		background:url(../../uploads/2021/09/blk-receptacle-s_over.png) no-repeat ;
		background-size: 100%;
		margin-right: 3%;
	}
	.footer-menu li.contact:hover {
		background:url(../../uploads/2021/09/blk-contact-s_over.png) no-repeat ;
		background-size: 100%;
	}
	.footer-menu li.news:hover {
		background:url(../../uploads/2021/09/blk-member-news-s_over.png) no-repeat ;
		background-size: 100%;
		margin-right: 3%;
	}
	.footer-menu li.blog:hover {
	background:url(../../uploads/2021/09/blk-member-blog-s_over.png) no-repeat ;
	background-size: 100%;
	margin-right: 3%;
	}
	.footer-menu li.info:hover {
		background:url(../../uploads/2021/09/blk-info-s_over.png) no-repeat ;
		background-size: 100%;
		width: 94%;
	}
	.sidebar-right.info .block-recent-posts {
	 float: none;
	 width: 100%;
	 position: relative;
    }
    .sidebar-right.info .block-recent-posts ul {
	 float: right;
    }
    .sidebar.sidebar-additional .block-recent-posts {
	 top: -102px;
	 float: none;
	 width: 100%;
	 padding: 0;
	 border: solid 1px #9F9FA0;
	 left: -1px;
    }
    .sidebar.sidebar-additional .sekai .block-recent-posts {
	 top: 0;
	 float: none;
	 width: 100%;
	 border: none;
	 left: 0;
    }
	.sidebar-right.info .block-recent-posts {
	 width: 100%;
	 padding: 0;
    }
	.sidebar-right.info {
	 float: none;
	 position: relative;
	 margin: 0 auto;
    }
	.sidebar-right.info .block-recent-posts .block-title {
	 float: left;
    }
    .sidebar.sidebar-additional .block-recent-posts .block-title {
	 text-align: left;
	 padding: 8px;
    }
    .sidebar.sidebar-additional .sekai .block-recent-posts .block-title {
	 text-align: center;
    }
    .sidebar.sidebar-additional .block-recent-posts .block-title &gt; strong,
    .sidebar.sidebar-main .block-recent-posts .block-title &gt; strong {
	 border: none;
	 padding: 7px;
	 padding-left: 24px;
    }
    .sidebar.sidebar-main {
    position: relative;
    z-index: 1;
    top: 172px;
    width: 100%;
	}
	.account .sidebar.sidebar-main {
    position: absolute;
    top: 0;
	}
	.sidebar.sidebar-main .block-content.no-display {
    	display: block;
    	border: none;
    	padding: 0 10px;
	}
	.sidebar-main .block.account-nav {
    width: 90%;
	}
	.customer-account-index .main-container{
	padding-bottom: 20px;
	}
	.sidebar-left .sekipub img.ban,
	.sidebar-button {
        width: 60vw;
	}
	.sidebar-button {
        height: 22.7vw;
	}
	.sidebar-left .sidebar-button img {
	    margin: 6.5vw auto;
	}
	.sidebar-left .sidebar-button img.left {
	    width: 39.3vw;
	}
	.sidebar-left .sidebar-button img.right {
	    width: 29.2vw;
	}
	.widget-area .widget.widget_block .pts a {
    background:url(../../uploads/2021/09/blk-prototypesapiens-s.png) no-repeat ;
    background-size: contain;
    width: 94vw;
    max-width: 94vw;
    height: 28.125vw;
    max-height: 28.125vw;
	}

	.block-blog-menu,
	.block-recent-posts,
	.sidebar-left {
    	width: 94%;
    	margin: 10px auto;
    	background:url(../../uploads/2021/08/bg-base-b-s.jpg) no-repeat;
    	background-size: 100% 100%;
    	text-align: center;
	}
	#block-6 .sidebar-left,
	#block-7 .sidebar-left,
	#block-8 .sidebar-left {
		margin: 15px auto;
	}
	#block-9 .sidebar-left {
		width: 80%!important;
	}
	.sidebar-left img {
		width: 90vw;
	}
	.sidebar-right.sekai {
    	margin: 0 auto 20px;
    	background:url(../../uploads/2021/08/bg-base-b-s.jpg) no-repeat;
    	background-size: 100% 100%;
    	text-align: center;
    	top: 520px;
    	width: 94%;
    	float: none;
    	right: initial;
    	position: relative;
	}
	.sekai .block-recent-posts a {
	 text-align: center;
    }


	.small-info {
		position: relative;
		text-align: right;
		top: -29px;
		padding-right: 15px;
	}
	.sidebar-left li.top,
	.sidebar-left li.info {
		display: none;
	}
	.sidebar-left a {
    max-width: 100%;
	}
	.sidebar-left a.date {
    	padding-top: 10px;
    	padding-bottom: 15px;
    	font-size: 16px;
    	text-align: center;
	}
	.sidebar-button.left {
    	width: 109px;
		float: left;
		margin: 0;
	}
	.sidebar-button.right {
    	width: 109px;
		float: right;
		margin: 0;
	}
	.btn-wrap {
    	display: table;
		float: none;
		margin: 0 auto 10px;
		width: 88%;
	}
	.widget-area .widget.widget_block .vagrie a,
	.widget-area .widget.widget_block .pts a,
	.widget-area .widget.widget_block .shindara a {
		margin: 0 auto;
		width: 100%;
	}
	.sidebar.sidebar-additional .block:not(.block-layered-nav) .block-content {
    display: none;
	}
	.sidebar.sidebar-additional .sekai .block:not(.block-layered-nav) .block-content,
	.sidebar.sidebar-additional .sidebar-right.info .block:not(.block-layered-nav) .block-content {
    display: block;
	}
	.nav-open .sidebar.sidebar-additional .block:not(.block-layered-nav) .block-content {
    display: block;
    text-align: left;
    background: #fff;
    padding-left: 24px;
	  }
    .block-content li.item {
	font-size: 12px;
	text-align: left;
	clear: both;
    }
	.main-navigation {
		display: none;
	}
	.nav-previous {
		margin-left: -2vw;
	}
	.nav-next {
		margin-right: -2vw;
	}
	.site-info {
		bottom: -47vw;
		width: 94vw;
	}
	.site-info li.slash {
		display: none;
	}
	.wrapper {
		padding-bottom: 625vw;
		margin-bottom: -62vw;
	}
	.widget-area {
	    position: absolute;
        bottom: 25vw;
	}
	#secondary.widget-area {
        bottom: 560vw;
        width: 100vw;
	    position: absolute;
        z-index: 40;
	}
	.searchform {
	    bottom: 500vw;
	    transform: translateY(30vw);
	    -webkit-transform: translateY(30vw);
	    top: unset;
	    width: 70%;
        left: 0;
	}
    .footer-menu {
    	position: relative;
		bottom: 511vw;
	    margin-left: 2.5vw;
	    z-index: 21;
	}
	#category-posts-3 {
	    bottom: -57vw;
        position: absolute;
        left: 3vw;
        text-align: center;
        z-index: 40;
	}
	.searchform input[type="text"] {
	    width: 70%;
	    margin: 0 3vw;
	}
	.searchform input[type="submit"] {
	    top: 2px;
	}
	#wpfront-scroll-top-container {
	    bottom: -40px!important;
	}
	h2.widgettitle.border {
	    display: table;
	    padding-bottom: 0;
        width: 100%;
	}
	h2.widgettitle.second {
	    margin-top: 4px;
        margin-left: 5%;
	}
	.widget-area .widget p.date {
		text-align: right;
        margin-top: 8px;
	}
}
@media only screen and (max-width: 430px) {
	.wrapper {
		padding-bottom: 692vw;
	}
	#secondary.widget-area {
        bottom: 620vw;
	}
	.searchform {
	    bottom: 542vw;
	}

    .footer-menu {
		bottom: 562vw;
	}
	#category-posts-3 {
	    bottom: -67vw;
	}
	.cross {
		margin: 0 10% 0 6%;
	}
	.site-info ul li {
	    float: left;
	    margin-top: 3px;
	}
	.site-info ul li.br-small {
	    clear: left;
	}
	#wpfront-scroll-top-container {
	    bottom: -20px!important;
	}
}
@media only screen and (max-width: 393px) {
	.wrapper {
		padding-bottom: 715vw;
	}
	.widget-area {
        bottom: 32vw;
	}
	#secondary.widget-area {
        bottom: 640vw;
	}
	.searchform {
	    bottom: 565vw;
	}
    .footer-menu {
		bottom: 590vw;
	}
	.site-info {
		bottom: -40vw;
	}
	#wpfront-scroll-top-container {
	    bottom: 35px!important;
	}
}
@media only screen and (max-width: 375px) {
	.site-info {
		bottom: -40vw;
	}
	.wrapper {
		padding-bottom: 735vw;
	}
	.widget-area {
        bottom: 32vw;
	}
	#secondary.widget-area {
        bottom: 658vw;
	}
	.searchform {
	    bottom: 622vw;
	    transform: translateY(72vw);
    	-webkit-transform: translateY(72vw);
    	-moz-transform: translateY(72vw);
    	-o-transform: translateY(72vw);
    	-ms-transform: translateY(72vw);
	}
    .footer-menu {
		bottom: 607vw;
	}
	#category-posts-3 {
	    bottom: -67vw;
	}
	#wpfront-scroll-top-container {
	    bottom: 155px!important;
	    transform: translateY(120px);
    	-webkit-transform: translateY(120px);
    	-moz-transform: translateY(120px);
    	-o-transform: translateY(120px);
    	-ms-transform: translateY(120px);
	}
}
@media only screen and (max-width: 360px) {
	.widget-area {
        bottom: 32vw;
	}
	.searchform {
	    bottom: 625vw;
	    transform: translateY(72vw);
    	-webkit-transform: translateY(72vw);
    	-moz-transform: translateY(72vw);
    	-o-transform: translateY(72vw);
    	-ms-transform: translateY(72vw);
	}
	 .footer-menu {
		bottom: 610vw;
	}
	.site-info ul li {
	    float: none;
	}
	.site-info ul li.br-small {
	    clear: none;
	}
}
@media only screen and (max-width: 280px) {
	.wrapper {
		padding-bottom: 850vw;
	}
	.widget-area {
        bottom: 42vw;
	}
	#secondary.widget-area {
        bottom: 748vw;
	}
	.searchform {
	    bottom: 710vw;
	    width: 90%;
	}
	#category-posts-3 {
	    bottom: -80vw;
	}
	.footer-menu {
		bottom: 710vw;
	}
	.sidebar-button.left,
	.sidebar-button.right {
	    width: 85px;
	}
	.site-info {
	    bottom: -30vw;
	}
	#wpfront-scroll-top-container {
	    bottom: 200px!important;
	    transform: translateY(120px);
    	-webkit-transform: translateY(120px);
    	-moz-transform: translateY(120px);
    	-o-transform: translateY(120px);
    	-ms-transform: translateY(120px);
	}
}
.wpforms-confirmation-container-full, div[submit-success]&gt;.wpforms-confirmation-container-full:not(.wpforms-redirection-message){
    background: #d2bfad;
    border: 1px solid #A5805C;
}</pre></body></html>