/*
Theme Name: Write
Theme URI: http://themegraphy.com/wordpress-themes/write/
Author: Themegraphy
Author URI: http://themegraphy.com/
Description: Write is a minimal WordPress theme for users focused on writing. It's designed to keep decorations to a minimum and put your writing in the spotlight. Write is compatible with WordPress 5.0.
Version: 2.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: write
Tags: one-column, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Content
* Gutenberg
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */


/* Global
------------------------------------------------------------ */

body {
	min-width: 375px;
	font-size: 14px;
	font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	letter-spacing: 0em;
	line-height: 1.7;
	color: #342A27;
	background: #ffffff;
  }
  @media screen and (max-width: 1030px) {
	body {
	  font-size: 14px;
	}
  }
  body.is-scroll-hidden {
	overflow: hidden;
  }
  img {
	max-width: 100%;
	vertical-align: top;
  }
  ul, ol, dl {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  a {
	color: #342A27;
	transition: all 0.1s ease;
  }
  a:hover, a:focus {
	color: #444444;
  }
  [data-whatinput=mouse] *:focus,
  [data-whatinput=touch] *:focus {
	outline: none;
  }
  button {
	font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  }
/******************************/
/* Layout */
/******************************/
.l-main {
	padding-top: 140px;
	padding-bottom:140px;
	background: #F8F7F5;
  }
  @media screen and (max-width: 1030px) {
	.l-main {
	  margin-top: 0 !important;
	  padding-top: 80px;
	  padding-bottom:80px;
	}
  }
  .l-main.is-top {
	padding-top: 0;
	background: #ffffff;
  }
  .l-main-contents {
	padding-top: 60px;
	padding-bottom: 60px;
  }
  @media screen and (max-width: 767px) {
	.l-main-contents {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
  }
 
/* .psf-heading */
.entry-title{
	color:#A58B3B;
}

h1{
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	color:#A58B3B;
}

h2{
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 24px;
	font-weight: bold;
	margin:30px 0 15px;
	padding: 0;
	line-height: 1.6;
	color:#A58B3B;
  }
  
  h3{
	font-size: 20px;
	font-weight: bold;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	margin:30px 0 15px;
	padding: 0;
	line-height: 1;
  }
 h4{
	height: 38px;
	padding: .4em 5px 0px 10px;
	box-sizing: border-box;
	color: #A58B3B;
	font-size: 15px;
	font-weight: bold;
	background: #F3F1E6;
  }
h5{
	color: #A58B3B;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
  }
  .psf-heading__type5 {
	color: #A58B3B;
	font-size: 15px !important;
	font-weight: bold;
	margin: 0 0 15px 0 !important;
	padding-top: 15px !important;
	border-top: 1px solid #A58B3B;
	font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
  }
  .txt-right{
	text-align:right;
  }
  
  /* .psf-borderbox */
  .psf-borderbox {
	border: 8px solid #F3F1E6;
	padding: 32px;
	box-sizing: border-box;
  }
/* Link */
a {
	color: inherit;
	text-decoration: none;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, opacity .15s ease-in-out;
}
.entry-content a, .entry-summary a, .page-content a, .home-text a, .author-profile-description a, .comment-content a {
	color: #A58B3B;
	text-decoration: underline;
}
a:hover {
	color: #A58B3B
}
.entry-content cite a, .comment-content cite a {
	text-decoration: none;
}

/* Text */
p {
	margin: 0 0 1.5em;
}
b, strong {
	font-weight: 700;
}
dfn, q, cite, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #777;
}
code, kbd, tt, var {
	color: #777;
	border-bottom: solid 1px #ddd;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 81.3%;
}
abbr, acronym {
	border-bottom: 1px dotted #777;
	cursor: help;
}
mark, ins {
	background-color: #ede9df;
	text-decoration: none;
}
ins.adsbygoogle {
	background-color: transparent;
}

/* List */
ul, ol {
	margin: 0 ;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.5em;
}
dd {
	margin: 0 0 1.5em 1.5em;
}

/* Table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px #e6e6e6;
	font-size: 93.8%;
	margin: 0 0 1.6em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border-bottom: solid 1px #e6e6e6;
	padding: 0.8em 1.3em 0.8em 0;
}
th {
	font-weight: 600;
	text-align: left;
}

/* Elements */
blockquote {
	color: #777;
	font-style: italic;
	margin: 0 0 2.4em;
	padding: 12px 0 0 44px;
	position: relative;
}
blockquote:before {
	color: #e6e6e6;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	border-left: solid 3px #e6e6e6;
	color: #777;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 81.3%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
	word-wrap: normal;
}
hr {
	background-color: #8f98a1;
	border: 0;
	height: 2px;
	margin: 1.6em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/******************************/
/* Utility */
/******************************/
.u-container {
	box-sizing: border-box;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 1030px;
  }
  @media screen and (max-width: 1030px) {
	.u-container {
	  padding-left: 25px;
	  padding-right: 25px;
	  width: auto;
	}
  }
  .u-contents {
	padding-top: 150px;
	padding-bottom: 150px;
  }
  @media screen and (max-width: 767px) {
	.u-contents {
	  padding-top: 75px;
	  padding-bottom: 75px;
	}
  }
  .u-contents-s {
	padding-top: 45px;
	padding-bottom: 45px;
  }
  @media screen and (max-width: 767px) {
	.u-contents-s {
	  padding-top: 45px;
	  padding-bottom: 45px;
	}
  }

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #e6e6e6;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ddd;
	font-size: 87.5%;
	line-height: 1;
	padding: 0.9em 1.5em;
	text-transform: uppercase;
	transition: .15s ease-in-out;
}
/* button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #ededed;
} */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;
	color: #777;
	margin-top: 0.4em;
	padding: 0.6em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #444;
}
select {
	padding: 0.4em;
}
textarea {
	max-width: 700px;
	width: 100%;
}


/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.5em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.wp-caption {
	color: #999;
	font-size: 87.5%;
	font-style: italic;
	margin-bottom: 1.7em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.9em 0;
}

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

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f8f8f8;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.site-content:before,
.site-content:after,
.entry-content:before,
.entry-content:after,
.post-list .hentry:before,
.post-list .hentry:after,
.author-profile:before,
.author-profile:after,
.comment-content:before,
.comment-content:after,
.comment-navigation:before,
.comment-navigation:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after,
.widget:before,
.widget:after,
ul.instagram-pics:before,
ul.instagram-pics:after {
	content: "";
	display: table;
}
.clear:after,
.site-content:after,
.entry-content:after,
.post-list .hentry:after,
.author-profile:after,
.comment-content:after,
.comment-navigation:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.paging-navigation:after,
.post-navigation:after,
.widget:after,
ul.instagram-pics:after {
	clear: both;
}


/* Layout
------------------------------------------------------------ */

/* Base */
body {
	background-color: #F8F7F5;
	margin:0;
}
.site {
	margin-top:90px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding:0;
}
.site-top {
	margin-bottom: 50px;
}
.site-content{
	width:90%;
	margin:0 auto;
}
.header-image {
	margin-bottom: 60px;
	margin-left: -20px;
	margin-right: -20px;
}
.home-text {
	margin-bottom: 60px;
	padding-bottom: 10px;
}
.post-thumbnail-large {
	margin-bottom: 30px;
	margin-left: -20px;
	margin-right: -20px;
}
.content-area {
	margin-bottom: 60px;
}
.page-header {
	position: relative;
    margin-top: 0;
    margin-bottom: 60px;
    line-height: 1.4;
    font-size: 24px;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
    color: #342A27;
    letter-spacing: .05em;
}
.page-header:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 50%;
    width: 85px;
    height: 1px;
    background: #A58B3B;
}
.hentry {
	margin-bottom: 60px;
}
.page .hentry {
	margin-bottom: 0;
}
.widget {
	margin-bottom: 60px;
}
.footer-widget-area {
	border-top: solid 1px #e6e6e6;
	padding-top: 60px;
}
.header-side .site-branding
	 {
		display: table-cell;
		padding-right: 75px;
		vertical-align: top;
		max-width: 156px;
		padding-top:15px;
	}
@media screen and (min-width: 783px) {
	.site{
		padding:0 2em;
		margin-top:120px;
	}
	.site-top {
		margin-bottom: 55px;
	}
	.main-navigation {
		margin-top: 15px;
	}
	.header-image {
		margin-bottom: 75px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-text {
		margin-bottom: 75px;
		padding-bottom: 20px;
	}
	.post-thumbnail-large {
		margin-left: auto;
		margin-right: auto;
	}
	.content-area {
		margin-bottom: 75px;
	}
	.page-header {
		margin-bottom: 75px;
	}
	.hentry {
		margin-bottom: 75px;
	}
	.widget {
		margin-bottom: 75px;
	}
	.footer-widget-area {
		padding-top: 75px;
	}
	.site-bottom {
		padding-top: 60px;
	}
}
@media screen and (min-width: 980px) {
	.site {
		max-width: 1035px;
	}
	.site-top {
		margin-bottom: 70px;
	}
	.header-image {
		margin-bottom: 90px;
	}
	.home-text {
		margin-bottom: 90px;
		padding-bottom: 25px;
	}
	.header-side .site-top-table{
		display: table;
		width: 100%;
	}
	.header-side .main-navigation
	{
		display: table-cell;
		padding-top: 0;
		text-align: left;
		vertical-align: top;
		width: 67.64%;
	}
	.header-side .site-branding,
	.header-side .main-navigation {
		vertical-align: middle;
	}
	.header-side .main-navigation {
		margin-top: 0;
	}
	.post-thumbnail-large {
		float: left;
		margin-bottom: 2em;
		min-height: 430px;
		width: 100%;
	}
	/* .content-area {
		box-sizing: border-box;
		float: right;
		padding-left: 75px;
		width: 74.88%;
	} */
	.no-sidebar .hentry {
		position: relative;
	}
	.no-sidebar .entry-float {
		box-sizing: border-box;
	}
	.page .content-area {
		margin-top: -8px;
	}


	.full-width .post-thumbnail-large {
		float: none;
	}
	.full-width .content-area,
	.page.full-width .content-area {
		background-color: transparent;
		float: none;
		margin-top: 0;
		padding-left: 0;
		padding-top: 0;
		width: auto;
	}
	.footer-widget {
		display: table;
		padding-top: 0;
		table-layout: fixed;
		max-width: none;
		width: 100%;
	}
	.footer-widget .widget-area {
		display: table-cell;
		padding: 0 21px 0 19px;
		vertical-align: top;
	}
	.footer-widget .widget-area:first-child {
		padding-left: 0;
	}
	.footer-widget .widget-area:last-child {
		padding-right: 0;
	}
	.footer-3 .footer-widget .widget-area {
		width: 33.3%;
	}
	.footer-2 .footer-widget .widget-area {
		width: 50%;
	}
	.footer-1 .footer-widget .widget-area {
		width: 100%;
	}
}


/* Content
------------------------------------------------------------ */

.content-box .content-box-in{
	display:flex;
	flex-wrap:wrap;
}

/* Entry Meta */
.entry-meta {
	color: #999;
	display: inline-block;
	font-size: 93.8%;
	margin-bottom: 8px;
}
.entry-meta a:hover {
	color: #666;
}
@media screen and (min-width: 980px) {
	.no-sidebar .entry-float .entry-meta {
		margin-top: 4px;
	}
	.no-sidebar .post-full .entry-meta {
		margin-top: 8px;
	}
	.no-sidebar .entry-float .entry-meta,
	.no-sidebar .entry-float .posted-on{
		display: block;
		margin-bottom: 8px;
	}
}

.entry-box{
	background:#fff;
	padding-top: 60px;
    padding-bottom: 60px;
	margin-bottom:90px;
}

.entry-box-in{
	margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px;
}
@media screen and (max-width: 783px){
	.entry-box{
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom:90px;
	}
	.entry-box-in{
		margin-left: 0;
		margin-right: 0;
	}
}

/* Entry Title */
.entry-header {
	margin-bottom: 24px;
}
.page .entry-header {
	margin-bottom: 40px;
}
.entry-title {
	color:#342A27;
	font-size: 2.5rem;
	line-height: 1.5;
	margin-bottom:0;
	margin-top: 0;
	padding:.5em 0;
	border-top:1px solid #342A27;
	border-bottom:3px solid #342A27;
}
.entry-header .entry-date{
	text-align:right;
	font-size:.9em;
	color:#666;
}
.entry-header .entry-category{
	text-align:right;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	color:#A58B3B;
}

@media screen and (min-width: 540px) {
	.entry-header {
		margin-bottom: 35px;
	}
}
@media screen and (min-width: 980px) {
	.page .entry-header {
		margin-bottom: 60px;
	}
}

.entry-content{
	font-size:.9em;
	line-height:1.8;
}
.entry-content ul{
	list-style:disc;
	/* padding-left:1.2em; */
	margin:1em 0 1em .4em;
}
.entry-content figure{
	margin:1em auto;
	text-align:center;
}

/* Featured Image */
.post-thumbnail {
	margin-bottom: 24px;
}
.post-thumbnail img {
	width: 100%;
	transition: 0.5s ease-in-out;
	aspect-ratio: 16 / 9;
  	object-fit: cover;
}
.post-thumbnail a:hover img {
	opacity: 0.85;
}
.post-thumbnail-large img {
	width: 100%;
	aspect-ratio: 16 / 9;
  	object-fit: cover;
}
@media screen and (min-width: 540px) {
	.post-thumbnail {
		margin-bottom: 32px;
	}
}

/* Entry Content */
.intro {
	color: #777;
	font-size: 118.8%;
	line-height: 1.6;
}

/* Entry Summary */
.post-summary .entry-title {
	font-size: 1.45rem;
	color:#342A27;
}
.post-summary .entry-summary {
	font-size: 14px;
	line-height:1.8em;
	color:#909090;
}
.post-summary{
	width:100%;
}
/* .post-summary:nth-child(2n){
	margin-right:0;
}
.post-summary:nth-child(3n){
	margin-right:1.5em;
} */
a.continue-reading {
	text-transform: uppercase;
}
@media screen and (min-width: 540px) {
	.post-summary .entry-header {
		margin-bottom: 24px;
	}
	.post-summary .post-thumbnail {
		width: 100%;
	}
	.post-summary{
		width:calc(100% / 3 - 1em);
		margin-right:1.5em;
		margin-bottom:3em;
	}
	/* .post-summary:nth-child(2n){
		margin-right:1.5em;
	} */
	.post-summary:nth-child(3n){
		margin-right:0;
	}
}

/* Entry Footer */
.entry-footer {
	text-align: center;
	margin-top: 45px;
}
.entry-footer-meta {
	color: #999;
	font-size: 93.8%;
	text-align:left;
}
.tags-links {
	margin-top: 15px;
}
.cat-links:before,
.tags-links:before {
	color: #ddd;
	display: inline-block;
	font: normal 28px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.cat-links:before {
	content: "\f301";
}
.tags-links:before {
	content: "\f302";
}

/* Author Profile */
.author-profile {
	margin-top: 60px;
}
.author-profile-avatar {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
}
.author-profile-avatar img {
	border-radius: 50%;
}
.author-profile-meta {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
	vertical-align: middle;
}
.author-profile-name strong {
	font-weight: 600;
}
.author-profile-description {
	font-size: 93.8%;
	margin-top: 10px;
}

/* Sticky Post */
.sticky {
}
.featured {
	background-color: #e6e6e6;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 75%;
	margin-bottom: 12px;
	margin-right: 8px;
	padding: 4px 10px 3px 12px;
	text-transform: uppercase;
}

/* Archive */
.page-title {
	font-size: 24px;
	margin-bottom: 12px;
	margin-top: 0;
	color: #342A27; 
    letter-spacing: .05em;
}
.page-content {
	margin-bottom: 60px;
}

/* 404 */
.error-404 {
	margin-bottom: 150px;
	margin-top: 60px;
	text-align: center;
}
.error-404 .page-title {
	font-size: 2rem;
}

/* Hide Title */
.post-full .format-aside .entry-title,
.post-full .format-image .entry-title,
.post-full .format-link .entry-title,
.post-full .format-quote .entry-title,
.post-full .format-status .entry-title {
	display: none;
}

/* Link */
.format-link .entry-content a {
	font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote,
blockquote.alignleft,
blockquote.alignright,
blockquote.aligncenter {
	font-size: 150%;
	margin-bottom: 1.1em;
}
blockquote.alignleft,
blockquote.alignright {
	max-width: 230px;
}
blockquote.alignleft p,
blockquote.alignright p,
blockquote.aligncenter p {
	margin-bottom: 0;
}

/* Status */
.format-status .entry-content {
	font-size: 112.5%;
}

/* Gallery */
.gallery {
	margin-bottom: 30px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}


/* Gutenberg
------------------------------------------------------------ */

/* Base
   This section incorporates code from Atomic Blocks */
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 1.2em;
}
.wp-block-image figcaption {
	font-size: 15px;
	margin-top: 1em;
}
.entry-content .wp-block-gallery {
	padding-left: 0;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 0;
}
.wp-block-columns {
	margin-bottom: 1.2em;
}

/* Button */
.wp-block-button a {
	color: #fff;
	text-decoration: none;
}
.wp-block-button a:hover {
	opacity: 0.9;
}
.wp-block-button__link {
	font-size: 100%;
	padding: 9px 24px;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #777;
	font-size: 93.8%;
	margin-bottom: 30px;
	text-align:center;
}
.pagination a {
	text-decoration: none;
}
.pagination .page-numbers {
	display: none;
	padding: 8px 18px;
	margin-right: 6px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers {
	border: solid 1px #ddd;
}
.pagination a.page-numbers:hover {
	border-color: #ccc;
	color: #333;
}
.pagination .current {
	background-color: #eee;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
}
@media screen and (min-width: 640px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 93.8%;
	margin-bottom: 30px;
	margin-top: 50px;
}
.page-links .page-numbers {
	background-color: #eee;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
	padding: 8px 16px;
	margin-left: 4px;
}
.page-links a {
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #ddd;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ccc;
	color: #333;
}

/* Post Navigation */
.post-navigation {
	line-height: 1.4;
	margin-bottom: 30px;
}
.post-navigation .nav-previous {
	margin-bottom: 30px;
}
.post-nav-title {
	color: #999;
	font-size: 81.3%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
	.post-navigation .nav-previous {
		float: left;
		margin-bottom: 0;
		width: 48%;
	}
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
}

/* Comment Navigation */
.comment-navigation {
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #333;
}



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

/* Base */
.widget {
	color: #666;
	font-size: 93.8%;
}

/* Heading */
.widget-title {
	color: #333;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}

/* Link */
.widget a {
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
	border-bottom: solid 1px #ddd;
}

/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget ul li {
	margin-bottom: 14px;
}
.widget ul ul {
	margin-left: 24px;
	margin-top: 14px;
}

/* Recent Posts */
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px;
}

/* Search */
.widget_search input[type="search"] {
	margin-top: 0;
	max-width: 320px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.widget_tag_cloud a {
	text-decoration: none;
}

/* Calendar */
.widget_calendar table {
	font-size: 93.3%;
	line-height: 36px;
	margin-bottom: 0;
	max-width: 320px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	padding: 2px 0;
}
.widget_calendar tbody td a {
	background-color: #eee;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #666;
	background-color: #e6e6e6;
}
.widget_calendar tfoot td {
	border-bottom: none;
	padding-top: 8px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td a:hover {
	color: #999;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}

/* RSS */
.widget_rss ul li {
	line-height: 1.4;
	margin-bottom: 28px;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 93.8%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 4px;
	margin-top: 6px;
}
.widget_rss .rssSummary {
	margin-bottom: 4px;
}

/* Write Profile */
.profilewidget-profile {
	display: inline-block;
	margin-right: 18px;
}
.profilewidget-profile img {
	border-radius: 50%;
	margin-bottom: 20px;
	width: 100px;
}
.profilewidget-meta {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
}
.profilewidget-name {
	font-size: 112.5%;
}
.profilewidget-name strong {
	color: #333;
	font-weight: 600;
}
.profilewidget-link {
	margin-top: 4px;
}
.profilewidget-link.menu a {
	text-decoration: none;
}




/* Plugins
------------------------------------------------------------ */

/* Jetpack Infinite Scroll */
.infinite-scroll .pagination {
	display: none;
}
.infinite-loader {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 21px 0;
	width: 25px;
}
#infinite-handle {
	margin-bottom: 60px;
	text-align: center;
}
#infinite-handle span {
	background-color: #eee !important;
	color: #666 !important;
	display: block;
	font-size: 93.8% !important;
	padding: 20px 0 !important;
	transition: .3s ease-in-out;
}
#infinite-handle span:hover {
	background-color: #e2e2e2 !important;
	color: #333 !important;
}

/* Jetpack Widgets */
.widget_top-posts ul {
	counter-reset: number;
}
.widget_top-posts li {
	padding-left: 35px;
	padding-top: 12px;
	position: relative;
}
.widget_top-posts li:before {
	background-color: #e6e6e6;
	border-radius: 3px;
	color: #444;
	content: counter(number) !important;
	counter-increment: number;
	font-weight: 400;
	height: 23px;
	left: 0;
	line-height: 23px;
	position: absolute;
	text-align: center;
	top: 13px;
	width: 23px;
}
.widgets-list-layout li {
	margin-bottom: 0 !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
	margin-right: 12px;
	width: 40px !important;
}
.widgets-list-layout-links {
	float: none !important;
	overflow: hidden;
	width: auto !important;
}
#subscribe-email input {
	margin-top: 0;
	max-width: 300px;
	padding: 0.6em !important;
	width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 25px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.widget-grofile {
	text-align: center;
}
.widget-grofile p,
.widget-grofile h4,
.widget-grofile ul {
	text-align: left;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
.grofile-meta h4 {
	font-size: 118.8%;
	text-align: center;
}
.grofile-thumbnail {
	border-radius: 50%;
	max-width: 200px !important;
}
ul.grofile-urls {
	margin-bottom: 1.6em;
	margin-top: 0;
}

/* Jetpack Sharing */
.sharedaddy {
	margin-top: 45px;
}

/* Jetpack Related Posts */
#jp-relatedposts {
	margin-bottom: 30px !important;
	margin-top: 0 !important;
	padding-top: 30px !important;
}
#jp-relatedposts h3.jp-relatedposts-headline {
	color: #333;
	display: block !important;
	font-size: 1.125rem !important;
	float: none !important;
	letter-spacing: 0.05em;
	margin-bottom: 30px !important;
	text-align: center;
	text-transform: uppercase;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 30px !important;
	transition: opacity .2s ease-in-out;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	margin-bottom: 16px;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 1.063rem !important;
	line-height: 1.4 !important;
	margin-bottom: 8px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #111;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items p {
	color: #999;
	font-size: 87.5%;
	margin-bottom: 6px;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1 !important;
}
@media only screen and (max-width: 400px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100% !important;
		clear: both !important;
	}
}
@media only screen and (max-width: 640px) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: -20px !important; 
	}
}

/* Jetpack Comments */
.comment-form {
	margin-bottom: 30px;
}
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
.wpcf7-list-item-label {
	font-size: 93.8%;
}
.wpcf7-file {
	border: solid 1px #e6e6e6;
	padding: 5px;
}

/* Disqus */
#disqus_thread {
	margin-bottom: 60px;
}


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

@media print {
	html, body {
		background: none !important;
		color: #000 !important;
		font-size: 10pt !important;
	}
	.main-navigation,
	.widget,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	#infinite-handle,
	.footer-widget-area,
	.footer-social-link,
	.footer-navigation {
		display: none !important;
	}
	.site-content {
		max-width: none;
	}
	.header-image,
	.post-thumbnail-large {
		margin-left: 0;
		margin-right: 0;
	}
	.site-bottom,
	.site-bottom a {
		color: #000;
	}
}

/*追記*/
/******************************/
/* header */
/******************************/
.l-header {
	position: absolute;
	top: 35px;
	left:0;
	z-index: 1000;
	width: 100%;
	margin:auto;
  }
  @media screen and (max-width: 1030px) {
	.l-header {
	  top: 0;
	  left: 0;
	  right: 0;
	  padding-top: 0;
	  width: 100%;
	  min-width: 375px;
	}
  }
  .l-header.is-top {
	position: absolute;
	/*top: 120px;*/
	transition: none;
  }
  @media screen and (max-width: 1030px) {
	.l-header.is-top {
	  top: 0;
	}
  }
  @media screen and (min-width: 1030px) {
	.l-header.is-top.is-fixed {
	  animation: anime-headerFade 0.2s ease forwards;
	}
  }
  /*.l-header.is-top .l-header-logo {
	display: none;
  }*/
  @media screen and (max-width: 1030px) {
	.l-header.is-top .l-header-logo {
	  display: block;
	}
  }
  .l-header.is-fixed {
	animation: anime-headerFade 0.2s ease forwards;
  }
  .l-header.is-fixed, .l-header.is-open {
	position: fixed;
	z-index: 1000;
	top: 10px;
	padding-top: 0;
  }
  @media screen and (max-width: 1030px) {
	.l-header.is-fixed, .l-header.is-open {
	  top: 0;
	}
  }
  .l-header.is-fixed:before, .l-header.is-open:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	width: 100%;
	height: 70px;
	background: #F8F7F5;
	animation: anime-headerBg 0.2s ease forwards;
  }
  .l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo {
	margin-bottom: 0;
	display: block;
  }
  .l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt {
	margin-bottom: 0;
  }
  @media screen and (max-width: 1030px) {
	.l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list {
	  display: none;
	}
  }
  @media screen and (max-width: 1030px) {
	.l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
	  display: block;
	}
  }
  @keyframes anime-headerBg {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 0.8;
	}
  }
  @keyframes anime-headerFade {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  .l-header-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
	max-width: 1200px;
  }
  @media screen and (max-width: 1030px) {
	.l-header-main {
	  display: block;
	  padding: 0 10px 0 25px;
	  height: 60px;
	}
  }
  .l-header-main__in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 100;
  }
  .l-header-logo {
	flex: 1 0 auto;
	margin-right: 30px;
  }
  @media screen and (max-width: 1030px) {
	.l-header-logo {
	  overflow: hidden;
	  margin-right: auto;
	  margin-bottom: 0;
	}
  }
  .l-header-logo__img {
	display: flex;
	align-items: center;
	margin: 0;
	height: 45px;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  }
  @media screen and (max-width: 1030px) {
	.l-header-logo__img {
	  height: 40px;
	}
  }
  .l-header-logo__img img {
	max-width: 170px;
	max-height: 40px;
  }
  .l-header-logo__txt {
	word-break: break-all;
	display: inline-block;
	line-height: 1.2;
	font-size: 16px;
	color: #5a5a5a;
  }
  @media screen and (max-width: 767px) {
	.l-header-logo__txt {
	  font-size: 12px;
	}
  }
  @media screen and (min-width: 1030px) {
	.l-header-logo__txt {
	  max-width: 380px;
	}
  }
  @media screen and (min-width: 1200px) {
	.l-header-logo__txt {
	  max-width: 530px;
	}
  }
  .l-sp-header-cart-btn {
	display: none;
  }
  .l-sp-header-cart-btn form {
	margin: 0;
  }
  @media screen and (max-width: 1030px) {
	.l-sp-header-cart-btn {
	  display: block;
	}
  }
  .l-sp-header-cart-btn a {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	height: 60px;
  }
  .l-sp-header-cart-btn button {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	height: 60px;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  .l-sp-header-cart-btn__count {
	position: absolute;
	top: 10px;
	right: -3px;
	padding: 0 5px;
	border-radius: 10px;
	font-size: 10px;
	background: #eb872f;
	color: #ffffff;
	text-align: center;
	line-height: 1.7;
  }
  .l-menu-btn {
	display: none;
	position: relative;
	z-index: 10000;
	width: 60px;
	height: 60px;
	border: 0;
	background: transparent;
  }
  @media screen and (max-width: 1030px) {
	.l-menu-btn {
	  display: block;
	}
  }
  .l-menu-btn span {
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.2s ease;
	position: absolute;
	left: 19px;
	width: 25px;
	height: 1px;
	background-color: #7d7d7d;
  }
  .l-menu-btn span:nth-of-type(1) {
	top: 25px;
  }
  .l-menu-btn span:nth-of-type(2) {
	top: 35px;
  }
  .l-menu-btn.is-on span:nth-of-type(1) {
	top: 10px;
	transform: translateY(20px) rotate(-45deg);
  }
  .l-menu-btn.is-on span:nth-of-type(2) {
	top: 50px;
	transform: translateY(-20px) rotate(45deg);
  }
  /********** メインナビ **********/
  .l-main-navi {
	display: flex;
	align-items: center;
	flex: 1;
	position: relative;
	z-index: 100;
  }
  @media screen and (max-width: 1030px) {
	.l-main-navi {
	  display: none;
	}
  }
  @media screen and (min-width: 1031px) {
	.l-main-navi {
	  display: flex !important;
	}
  }
  @media screen and (max-width: 1030px) {
	.l-main-navi.is-open {
	  box-sizing: border-box;
	  overflow-y: auto;
	  display: block;
	  position: fixed;
	  top: 60px;
	  left: 0;
	  padding: 25px 25px 30px 25px;
	  width: 100%;
	  height: calc(100% - 60px);
	}
  }
  @media screen and (max-width: 1030px) {
	.l-main-navi.is-open .l-main-navi-list {
	  display: block;
	}
  }
  .l-main-navi.is-open .l-help-navi-list {
	margin-top: 60px;
	margin-bottom: 60px;
  }
  @media screen and (max-width: 767px) {
	.l-main-navi.is-open .l-help-navi-list {
	  margin-top: 0;
	}
  }
  @media screen and (max-width: 1030px) {
	.l-main-navi.is-open .l-dropdown-menu {
	  display: none;
	  position: static;
	  padding: 0;
	  width: auto;
	}
  }
  @media screen and (max-width: 767px) {
	.l-main-navi.is-open .l-dropdown-menu-list {
	  display: block;
	}
  }
  .l-main-navi-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  @media screen and (max-width: 767px) {
	.l-main-navi-list {
	  display: block;
	}
  }
  .l-main-navi-list__item {
	position: relative;
	margin-right: 5px;
  }
  @media screen and (max-width: 1030px) {
	.l-main-navi-list__item {
	  margin-right: 0;
	  margin-bottom: 5px;
	}
  }
  .l-main-navi-list__link {
	display: block;
	position: relative;
	padding: 5px 30px 5px 10px;
	border: 0;
	font-size: 16px;
	font-family:"Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	background: transparent;
	color: #393939;
	text-align: center;
	transition: all ease 0.2s;
  }
  @media screen and (max-width: 1030px) {
	.l-main-navi-list__link{
	  padding: 20px 20px;
	  width: 100%;
	  border-radius: 5px;
	  background: #F5F2EC;
	  text-align: left;
	}
  }
  .l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
	background: #A58B3B;
	color: #ffffff;
	text-decoration: none;
  }
  .l-main-navi-list__link:hover:before, .l-main-navi-list__link.is-on:before {
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
  }
  .l-main-navi-list__link:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;
	transform: rotate(45deg);
	transition: all ease 0.1s;
  }
  @media screen and (max-width: 1030px) {
	.l-main-navi-list__link:before {
	  right: 20px;
	  margin-top: -4px;
	  border-color: #000000;
	}
  }
  .l-main-navi-list__link.no-toggle{
  padding: 5px 10px;
  }
  @media screen and (max-width: 1030px) {
	.l-main-navi-list__link.no-toggle{
	  padding:20px;
	  }
  }
  .l-main-navi-list__link.no-toggle:before{
	display:none;
  }
  .l-main-navi-list__link.is-on:before {
	transform: rotate(-135deg);
	margin-top: -4px;
  }
  .l-main-navi-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fafafa;
	opacity: 0;
  }
  @media screen and (max-width: 1030px) {
	.l-main-navi-overlay.is-on {
	  animation: anime-overlay 0.2s ease forwards;
	  display: block;
	}
  }
  @keyframes anime-overlay {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  /********** ドロップダウンメニュー **********/
  .l-dropdown-menu {
	box-sizing: border-box;
	display: none;
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	z-index: 1000;
	padding: 30px 30px;
	width: 285px;
	background: #A58B3B;
  }
  @media screen and (max-width: 1030px) {
	.l-dropdown-menu {
	  position: static;
	  margin: 15px 0;
	  width: auto;
	  background: transparent;
	  color: #393939;
	}
  }
  .l-dropdown-menu.is-contents {
	width: 330px;
  }
  @media screen and (max-width: 1030px) {
	.l-dropdown-menu.is-contents {
	  width: auto;
	}
  }
  .l-dropdown-menu-list__item {
	box-sizing: border-box;
	margin-bottom: 15px;
	line-height: 1.4;
	font-size: 16px;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 300;
  }
  @media screen and (max-width: 1030px) {
	.l-dropdown-menu-list__item {
	  margin-bottom: 0;
	}
  }
  .l-dropdown-menu-list__item:last-child {
	margin-bottom: 0;
  }
  .l-dropdown-menu-list__item.is-contents {
	font-size: 14px;
  }
  @media screen and (max-width: 1030px) {
	.l-dropdown-menu-list__item.is-contents {
	  font-size: 16px;
	}
  }
  .l-dropdown-menu-list__link {
	color: #ffffff;
  }
  @media screen and (max-width: 1030px) {
	.l-dropdown-menu-list__link {
	  display: block;
	  color: #393939;
	  padding: 15px 20px 15px 20px;
	}
  }
  .l-dropdown-menu-list__link:hover, .l-dropdown-menu-list__link:focus {
	color: #ffffff;
  }
  @media screen and (max-width: 767px) {
	.l-dropdown-menu-list__link:hover, .l-dropdown-menu-list__link:focus {
	  color: #393939;
	}
  }
  .l-dropdown-menu-list .l-dropdown-menu-list__item .l-dropdown-menu-list{
	padding-left:.5em;
  }
  .l-dropdown-menu .l-dropdown-menu-list .l-dropdown-menu-list__item .toggle_title+.l-dropdown-menu-list{
	display:none;
	margin-top:1em;
  }
  .l-dropdown-menu .l-dropdown-menu-list .l-dropdown-menu-list__item .toggle_title+.l-dropdown-menu-list li{
	font-size:.9em;
	margin-bottom:10px;
  }
  .toggle_title{
	color:#fff;
	position:relative;
	display:block;
	width:100%
  }
  .toggle_title:after{
	content: "";
	  display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 0;
	  transform: rotate(45deg);
	  transition: 0.2s;
  }
  .toggle_title.selected:after {
	  transform: rotate(-135deg);
	  transition: 0.2s;
  }
  @media screen and (max-width: 1030px) {
	.toggle_title{
	  display: block;
	  color: #393939;
	  padding: 15px 20px 15px 20px;
	  box-sizing:border-box;
	}
	.toggle_title:after{
	  right:20px;
	  margin-top: -4px;
	  border-color: #000000;
	}
	.l-dropdown-menu .l-dropdown-menu-list .l-dropdown-menu-list__item .toggle_title+.l-dropdown-menu-list{
	  margin-top:0;
	}
	.l-dropdown-menu .l-dropdown-menu-list .l-dropdown-menu-list__item .toggle_title+.l-dropdown-menu-list li{
	  margin-bottom:0;
	}
	.l-dropdown-menu .l-dropdown-menu-list .l-dropdown-menu-list__item .toggle_title+.l-dropdown-menu-list li a{
	  padding:5px 20px;
	}
  }
  /********** ヘルプナビ **********/
  .l-header-help {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
  }
  @media screen and (max-width: 1030px) {
	.l-header-help {
	  position: static;
	  display: block;
	}
  }
  .l-header-help__btn {
	box-sizing: border-box;
	padding: 0;
	width: 35px;
	height: 35px;
	border: 0;
	background: none;
	transition: all ease 0.3s;
  }
  @media screen and (max-width: 767px) {
	.l-header-help__btn {
	  width: 50px;
	}
  }
  .l-header-help__btn.is-on {
	position: relative;
	background: #A58B3B;
  }
  .l-header-help__btn.is-on:before, .l-header-help__btn.is-on:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 25px;
	height: 1px;
	background-color: #ffffff;
  }
  .l-header-help__btn.is-on:before {
	left: 5px;
	transform: rotate(-45deg);
  }
  .l-header-help__btn.is-on:after {
	right: 5px;
	transform: rotate(45deg);
  }
  .l-header-help__btn.is-on img {
	display: none;
  }

  /***** SP ヘルプナビ *****/
  .l-sp-header-help {
	display: none;
  }
  @media screen and (max-width: 1030px) {
	.l-sp-header-help {
	  display: block;
	  padding: 15px 0;
	  border-radius: 5px 5px 0 0;
	  background: #F8F7F5;
	}
  }
  @media screen and (max-width: 1030px) {
	.l-sp-header-help-list__link {
	  display: block;
	  padding: 10px 25px;
	  font-size: 16px;
	  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	}
  }


  /******************************/
  /* footer */
  /******************************/
  .l-footer {
	padding-top: 120px;
	background:#EFEBE2;
  }
  @media screen and (max-width: 767px) {
	.l-footer {
	  padding-top: 45px;
	}
  }
  .l-footer.is-product {
	padding-bottom: 60px;
  }
  .l-footer-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  @media screen and (max-width: 1030px) {
	.l-footer-main {
	  display: block;
	}
  }
  .l-footer-staff {
	margin-right: 60px;
	width: 210px;
	font-size: 13px;
	word-break: break-all;
  }
  @media screen and (max-width: 1030px) {
	.l-footer-staff {
	  display: flex;
	  flex-wrap: wrap;
	  margin-left: 150px;
	  margin-right: 150px;
	  margin-bottom: 30px;
	  width: auto;
	}
  }
  @media screen and (max-width: 767px) {
	.l-footer-staff {
	  margin-left: 40px;
	  margin-right: 40px;
	}
  }
  .l-footer-staff__img {
	margin-bottom: 15px;
  }
  @media screen and (max-width: 1030px) {
	.l-footer-staff__img {
	  margin-bottom: 0;
	}
  }
  .l-footer-staff__img img {
	width: 110px;
  }
  @media screen and (max-width: 1030px) {
	.l-footer-staff__img img {
	  width: 80px;
	}
  }
  @media screen and (max-width: 1030px) {
	.l-footer-staff__txt {
	  flex: 1;
	  margin-left: 15px;
	}
  }
  .l-footer-staff__name {
	margin-bottom: 15px;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  }
  .l-footer-staff__body {
	font-size: 13px;
  }
  @media screen and (max-width: 1030px) {
	.l-footer-staff__body {
	  font-size: 12px;
	}
  }
  /***** footer ナビ *****/
  .l-footer-navi {
	display: flex;
  }
  @media screen and (max-width: 1030px) {
	.l-footer-navi {
	  justify-content: center;
	}
  }
  @media screen and (max-width: 767px) {
	.l-footer-navi {
	  display: block;
	}
  }
  @media screen and (max-width: 1030px) {
	.l-footer-navi-list-wrap {
	  display: flex;
	}
  }
  @media screen and (max-width: 767px) {
	.l-footer-navi-list-wrap {
	  display: block;
	}
  }
  .l-footer-navi-list {
	margin-right: 80px;
  }
  @media screen and (max-width: 1030px) {
	.l-footer-navi-list {
	  margin-left: 15px;
	  margin-right: 15px;
	  margin-bottom: 20px;
	  padding: 30px 40px;
	  background: rgba(255, 255, 255, 0.5);
	}
  }
  @media screen and (max-width: 767px) {
	.l-footer-navi-list {
	  margin-left: 0;
	  margin-right: 0;
	  width: auto;
	}
  }
  .l-footer-navi-list + .l-footer-navi-list {
	margin-top: 30px;
  }
  @media screen and (max-width: 767px) {
	.l-footer-navi-list + .l-footer-navi-list {
	  margin-top: 0;
	}
  }
  .l-footer-navi-list-in + .l-footer-navi-list-in {
	margin-top: 30px;
  }
  .l-footer-navi-list__item {
	margin-bottom: 10px;
	font-size: 13px;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  }
  .l-footer-navi-list__item form {
	margin: 0;
  }
  .l-footer-navi-list__item button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	color: #5a5a5a;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 13px;
	line-height: 1.7;
  }
  .l-footer-navi-list__item button:hover {
	text-decoration: underline;
  }
  @media screen and (max-width: 767px) {
	.l-footer-navi-list__item {
	  margin-bottom: 20px;
	}
  }
  .l-footer-navi-list__item:last-child {
	margin-bottom: 0;
  }
  
  .l-footer-navi-list__item .navi-title{
	margin-bottom:20px;
	padding-top:10px;
	color:#000;
	border-bottom:1px solid #A58B3B;
  }
  
  .l-footer-navi-list__item .l-dropdown-menu-list .l-dropdown-menu-list__item .l-dropdown-menu-list{
	display:none;
	margin-bottom:1em;
  }
  .l-footer-navi-list__item .toggle_title{
	margin-bottom: 10px;
	font-size: 13px;
	color:#342A27;
  }
  .l-footer-navi-list__item .toggle_title:after {
	border-right: 1px solid #342A27;
	border-bottom: 1px solid #342A27;
  }
  @media screen and (max-width: 1030px){
	.l-footer-navi-list__item .toggle_title{
	  margin-bottom:20px;
	  padding:0;
	}
	.l-footer-navi-list__item .toggle_title:after{
	  right:0;
	}
	.l-footer-navi-list .l-footer-navi-list{
	  background:transparent;
	  padding:0;
	}
  }
  
  .l-footer-shopinfo {
	margin-left: auto;
	width: 150px;
  }
  @media screen and (max-width: 1030px) {
	.l-footer-shopinfo {
	  margin-top: 45px;
	  width: auto;
	  text-align: center;
	}
  }
  .l-footer-shopinfo__logo {
	word-break: break-all;
  }
  .l-footer-shopinfo__logo img {
	max-width: 150px;
  }
  @media screen and (max-width: 767px) {
	.l-footer-shopinfo__logo img {
	  max-width: 120px;
	}
  }
  .l-footer-shopinfo__txt {
	margin-top: 10px;
	font-size: 12px;
	color: #5a5a5a;
  }
  .l-footer-sns-list {
	display: flex;
	margin-top: 30px;
  }
  @media screen and (max-width: 1030px) {
	.l-footer-sns-list {
	  margin-top: 15px;
	  justify-content: center;
	}
  }
  .l-footer-sns-list__item {
	margin-right: 8px;
  }
  .l-footer-sns-list__item:last-child {
	margin-right: 0;
  }
  .l-footer-shopinfo__qr {
	margin-top: 15px;
  }
  @media screen and (max-width: 767px) {
	.l-footer-shopinfo__qr {
	  display: none;
	}
  }
  .l-copyright {
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 13px;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	text-align: center;
  }
  @media screen and (max-width: 767px) {
	.l-copyright {
	  padding-top: 30px;
	  padding-bottom: 30px;
	  font-size: 10px;
	}
  }
  .l-copyright__logo {
	margin-top: 15px;
  }
  .l-copyright__logo a {
	display: flex;
	align-items: flex-end;
	justify-content: center;
  }
  .l-copyright__logo img {
	margin-left: 10px;
	width: 200px;
	height: 36px;
  }

  .icon{
	width:18px;
	height:auto;
	vertical-align:middle;
  }

  /* .psf-texlinklist */
.psf-texlinklist {
	margin: 0;
	padding: 0;
  }
  .psf-texlinklist a {
	margin-bottom: 10px;
  }
  .psf-texlinklist a:last-child {
	margin-bottom: 0;
  
  }

  /* .psf-memo */
.psf-memo {
	font-size: 14px;
	color: #999999;
	margin-top: 30px;
  }

  .psf-datalist {
	margin: 0;
	padding: 0;
	font-size: 16px;
  }
  .psf-datalist:after {
	content: "";
	clear: both;
	display: block;
  }
  .psf-datalist dt {
	clear: both;
	float: left;
	width: 5em;
	font-weight: bold;
	color: #9F8C2D;
	line-height: 1.75;
  }
  .psf-datalist dd {
	margin-bottom: 10px;
	margin-left: 5em;
	line-height: 1.75;
  }
  .psf-datalist dd:last-child {
	margin-bottom: 0;
  }
  .psf-datalist + a.ps-button {
	margin-top: 15px;
  }

  /* .psf-twocolumn */
.psf-twocolumn {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
  }
  @media screen and (max-width: 800px) {
	.psf-twocolumn {
		display:block;
	}
	.psf-twocolumn__item:last-child{
		margin-top: 30px;
	}
  }

  /* .psf-iconlink */
.psf-iconlink {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: fit-content;
  }
  .psf-iconlink__icon {
	width: 24px;
  }
  .psf-iconlink__icon svg,.psf-iconlink-right svg{
	width: 22px;
	height: 22px;
	fill: #BFAD52;
	vertical-align:middle;
  }
  .psf-iconlink__value {
	word-wrap: break-word;
	white-space: normal;
	line-height: 1.75;
	color:black;
  }

  .psf-iconlink-right{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin:.5em 0;
	color:#BFAD52;
	text-decoration:none;
	}
	
	.psf-iconlink:hover,.psf-iconlink-right:hover{
	  color:#000;
	}

  /* .spf-inlinelink */
.spf-inlinelink {
	display: inline-block;
	position: absolute;
	margin-left: 10px;
  }
  @media screen and (max-width: 800px) {
	.spf-inlinelink {
	  position: relative;
	  display: block;
	  margin-left: 0;
	}
  }
  
  /* .psf-list */
.psf-list {
	margin: 0 0 0 .4em;
	padding: 0;
	list-style: none;
  }
  .psf-list li {
	margin: 0;
	padding: 0;
	line-height: 1.75;
	margin-bottom: 10px;
	position: relative;
  }
  ul.psf-list > li {
	list-style-type:none;
	margin-left: 17px; 
  }
  ul.psf-list > li:before{
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #CCBE7A;
	margin-left: -17px;
	margin-right: 10px;
	display: inline-block;
  }
  .psf-list li:last-child {
	margin-bottom: 0;
  }
  ol.psf-list {
	padding: 0 0 0 17px;
	list-style: decimal;
  }
  .psf-list li .psf-list {
	margin: 10px 0 0 0;
  }

  /* retina */
  .psf-oneButton {
	margin: 0 auto 60px auto;
	padding: 0;
  }
  .psf-oneButton .psf-button {
	margin: 0 auto;
  }
  .icon-button .button-icon{
  width:25px;
  height:auto;
  margin-right:.5em;
  }

  /*. ps-button */
.ps-button {
	display: flex;
	justify-content: center; 
	align-items: center;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 15px 0;
	box-sizing: border-box;
	text-decoration: none;
	color: #000 !important;
	text-align: center;
  }
  .ps-button__nav-icon {
	width: 24px;
  }
  .ps-button__icon {
	width: 22px;
	height: 22px;
	fill: #BFAD52;
	vertical-align:middle;
  }
  .ps-button__value {
	line-height: 1.5em;
  }
  .ps-button--marginTop {
	margin-top: 10px;
  }
  .ps-buttonsize--short {
	max-width: 200px;
  }
  .ps-buttonsize--middle {
	max-width: 250px; 
  }
  
  /* .psf-button */
  .psf-buttons{
	max-width:756px;
    display: flex;
    justify-content: space-between;
	margin: 30px auto 60px auto;
    padding: 0;
  }
  @media screen and (max-width: 800px) {
	.psf-buttons{
		flex-wrap:wrap;
	}
  }
  .psf-buttons.column{
	flex-direction:column;
	align-items:center;
  }
  .psf-button {
	display: block;
	width:100%;
	max-width: 358px;
	padding: 15px 5px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
	box-sizing: border-box;
	transition: .2s;
	appearance: none;
	color: #fff !important;
	background: #333;
	border-radius: 4px;
  }
  .psf-button:hover{
	color:#fff;
	text-decoration:none;
	opacity:.9;
  }
  .psf-button.second{
	color: #342A27 !important;
	background:#fff;
	border:1px solid #A58B3B;
  }
  .psf-button.second:hover{
	color:#A58B3B !important;
	background:#ebe9e5;
  }
  
  .psf-buttons.column .psf-button:last-child {
    margin-top: 15px;
}

  .psf-block{
	margin-bottom: 60px;
  }

  .psf-block__content {
	display: flex;
	justify-content: space-between;
  }
  @media screen and (max-width: 800px) {
	.psf-block__content {
		display: block;
	  }
  }
  .psf-block__texts {
	margin: 0 20px 0 0;
	padding: 0;
	flex: 1;
  }
  .psf-block__texts h2{
	margin-top:0;
  }
  .psf-block__texts p {
	font-size: 15px;
	line-height: 1.8em;
	margin: 0 0 30px 0;
	padding: 0;
  }
  .psf-block__texts p:last-child {
	margin-bottom: 0;
  }
  .psf-block__images {
	width: 680px;
	margin: 30px auto 0 auto;
  }

  .psf-block__image{
	width:auto;
	flex:1;
  }

  /*iframe movie*/
.psf-movie{
	position:relative;
	width:100%;
	height:0;
	padding-top:56%;
	}
	.psf-movie iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}


	/*color me 画像調整*/
	.cart-box{
		display:flex;
		justify-content:center;
	}
	.cart-box .cartjs_box{
		margin:0 10px !important;
	}
.cartjs_product_img{
	width:100% !important;
}
.cartjs_cart_in{
	width:100% !important;
}
.cartjs_cart_in input{
	width:auto !important;
}
.cartjs_product_table table{
	width:100% !important;
}
@media screen and (max-width: 800px) {
	.cart-box{
		display:block;
	}
}

	/*カラーチャート*/
.color-chart {
    width: 100%;
}
.color-chart-list {
    display: flex;
	 flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.color-chart-list li{
	width:calc(100% / 2 - 10px);
	margin-bottom:1em;
	display:flex;
	list-style:none;
}
.color {
    width: 100%;
    padding-top:32%;
    margin: 0px; /* カラーバーの間隔 */
}
@media screen and (max-width: 800px) {
	.color-chart-list li{
		width:100%;
	}
}

	