@charset "UTF-8";
/*
Theme Name:   imikoto magazine
Description:  THE SONICカスタマイズ用子テーマ
Author:       SONIC Team / tenmedia
Author URI:   https://the-sonic.jp
Template:     thesonic
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


*{ margin:0; padding:0; box-sizing: border-box;}
body {
	background:#fff!important;
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic,
    'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 16px;
	line-height: normal;
	-webkit-font-smoothing: auto;
	color: #000!important;
	}
img { vertical-align:bottom;}
ul, li { list-style:none;}
a { color:#333; text-decoration:none;}
a:hover { text-decoration:none;}
p { margin-bottom:0;}
h2 {
	font-size: 20px;
    line-height: 1.3;
    letter-spacing: .1em;
    word-break: break-all;
}
input {
	border-style: none;
}
button {
	background: transparent;
	border-style: none;
}
.widget ul {
	line-height: normal!important;
}
.widget ul li {
	display: block!important;
	width: auto!important;
}
.widget ul li a {
	width: auto!important;
}
.widget ul ul li:before {
	content: ''!important;
}

:root {
--maincolor: #c08d4e;
--subcolor: #FFD180;
--bgcolor: #fff;
--subcolor-op2: rgba(0,0,0,0.1);
}

#main footer { background:none;}

.container {
	display: flex;
	align-items: stretch;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
	padding-top: 20px;
	margin-top: 60px;
}
@media(max-width: 768px) {
	.container {
			flex-direction:column
	}
}

.container.not-front {
	padding-top: 20px;
	margin-top: 60px
}

@media(max-width: 768px) {
	.container.not-front {
			padding-top:0;
			margin-top: 66px
	}
}
#main { width:100%;}
#main h1 { font-weight:700;}
#sidebar {
	position: relative;
	top: 0;
	z-index: 1;
    width: 320px;
    padding: 0 20px;

}
#sidebar h2 { font-weight:700;}

@media screen and (min-width : 1080px) {
	.two-columns #main { width:calc(100% - 400px);}
	.two-columns #sidebar { width:320px;}
}

.mobileonly { display:block;}
.pconly { display:none;}
@media screen and (min-width : 1080px) {
	.mobileonly { display:none;}
	.pconly { display:block;}
}

#header {
	background: #000!important;
	position: fixed;
	z-index: 1500;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1500;
	width: 100%;
	height: 66px;
	background: #000
}

.header .menu-ribbon {
	display: none
}

.header .header-inner {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1280px;
	height: 100%;
	margin: 0 auto
}

.header .header-inner .header-ribon-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 100%;
	background: #c08d4e
}

@media(max-width: 896px) {
	.header .header-inner .header-ribon-box {
			width:100%;
			justify-content: space-between
	}
}

.header .header-inner .header-ribon-box .sp-header-menu {
	display: none
}

@media(max-width: 896px) {
	.header .header-inner .header-ribon-box .sp-header-menu {
			display:block
	}

	.header .header-inner .header-ribon-box .sp-header-menu ul {
			display: flex;
			justify-content: flex-end;
			align-items: center;
			list-style: none;
			margin-right: 65px
	}

	.header .header-inner .header-ribon-box .sp-header-menu ul li a {
			color: #f4e3c7;
			text-decoration: none;
			font-size: 10px;
			text-align: center
	}

	.header .header-inner .header-ribon-box .sp-header-menu ul .login_icon a:before {
			content: "";
			font: normal normal normal 24px/1 Material Design Icons;
			display: block;
			margin-bottom: -3px
	}

	.header .header-inner .header-ribon-box .sp-header-menu ul .cart_icon {
			margin-left: 5px
	}

	.header .header-inner .header-ribon-box .sp-header-menu ul .cart_icon a:before {
			content: "";
			font: normal normal normal 24px/1 Material Design Icons;
			display: block;
			margin-bottom: -3px
	}
}

.header .header-inner .header-ribon-box .imikoto-top-link {
	display: inline-block;
	margin: 0 auto;
	background: #c08d4e
}

.header .header-inner .header-ribon-box .imikoto-top-link .imikoto-logo-img {
	display: block;
	width: 100%;
	height: 20px;
	object-fit: contain
}

.header .header-inner:hover {
	opacity: .9
}

@media(max-width: 768px) {
	.header .header-inner:hover {
			opacity:1
	}
}

.header .header-inner:hover .menu-ribbon {
	position: absolute;
	top: 66px;
	left: 0;
	display: block;
	width: 100%;
	max-width: 1280px;
	height: 66px;
	background: #eae7df
}

@media(max-width: 768px) {
	.header .header-inner:hover .menu-ribbon {
			display:none
	}
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	align-items: center;
	justify-content: center;
	height: 66px;
	margin: 0 auto;
	list-style: none
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 66px;
	line-height: 1;
	background: #eae7df;
	transition: background-color .5s ease
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li>a {
	display: flex;
	align-items: center;
	font-weight: 700;
	color: #000;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li>a:active,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li>a:focus,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li>a:hover {
	color: #c08d4e
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li>a>img {
	display: block;
	width: 30px;
	height: 30px
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:active,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:focus,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:hover {
	color: #c08d4e;
	background: #fff;
	border: 1px solid #c08d4e
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:active .sub-menu,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:focus .sub-menu,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:hover .sub-menu {
	height: auto;
	opacity: 1
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:active .sub-menu li,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:focus .sub-menu li,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:hover .sub-menu li {
	width: auto
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:active .sub-menu li>a,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:focus .sub-menu li>a,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:hover .sub-menu li>a {
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:active .sub-menu li>a>img,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:focus .sub-menu li>a>img,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:hover .sub-menu li>a>img {
	display: inline-block;
	width: 30px;
	height: 30px;
	object-fit: contain;
	margin-right: 8px
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:active .sub-menu li>a:active,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:active .sub-menu li>a:focus,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:active .sub-menu li>a:hover,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:focus .sub-menu li>a:active,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:focus .sub-menu li>a:focus,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:focus .sub-menu li>a:hover,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:hover .sub-menu li>a:active,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:hover .sub-menu li>a:focus,.header .header-inner:hover .menu-ribbon .menu-ribbon-list li:hover .sub-menu li>a:hover {
	color: #c08d4e
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	width: 100%;
	height: 0;
	overflow: hidden;
	list-style: none;
	background: #fff;
	opacity: 0;
	transition: height .25s ease,opcaity .25s ease
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li .sub-menu.is-active {
	transform: rotate(-45deg)
}

.header .header-inner:hover .menu-ribbon .menu-ribbon-list li .sub-menu li {
	height: 66px
}

.header .header-inner.open {
	opacity: .9
}

.header .header-inner.open .menu-ribbon {
	position: absolute;
	top: 66px;
	left: 0;
	display: block;
	width: 100%;
	max-width: 1280px;
	height: 66px;
	background: #eae7df
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	align-items: center;
	justify-content: center;
	height: 66px;
	margin: 0 auto;
	list-style: none
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 66px;
	line-height: 1;
	background: #eae7df;
	transition: background-color .5s ease
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li>a {
	display: flex;
	align-items: center;
	font-weight: 700;
	color: #000;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li>a:active,.header .header-inner.open .menu-ribbon .menu-ribbon-list li>a:focus,.header .header-inner.open .menu-ribbon .menu-ribbon-list li>a:hover {
	color: #c08d4e
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li>a>img {
	display: block;
	width: 30px;
	height: 30px
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li:active,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:focus,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:hover {
	color: #c08d4e;
	background: #fff;
	border: 1px solid #c08d4e
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li:active .sub-menu,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:focus .sub-menu,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:hover .sub-menu {
	height: auto;
	opacity: 1
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li:active .sub-menu li,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:focus .sub-menu li,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:hover .sub-menu li {
	width: auto
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li:active .sub-menu li>a,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:focus .sub-menu li>a,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:hover .sub-menu li>a {
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li:active .sub-menu li>a>img,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:focus .sub-menu li>a>img,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:hover .sub-menu li>a>img {
	display: inline-block;
	width: 30px;
	height: 30px
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li:active .sub-menu li>a:active,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:active .sub-menu li>a:focus,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:active .sub-menu li>a:hover,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:focus .sub-menu li>a:active,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:focus .sub-menu li>a:focus,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:focus .sub-menu li>a:hover,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:hover .sub-menu li>a:active,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:hover .sub-menu li>a:focus,.header .header-inner.open .menu-ribbon .menu-ribbon-list li:hover .sub-menu li>a:hover {
	color: #c08d4e
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	width: 100%;
	height: 0;
	overflow: hidden;
	list-style: none;
	background: #fff;
	opacity: 0;
	transition: height .25s ease,opcaity .25s ease
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li .sub-menu.is-active {
	transform: rotate(-45deg)
}

.header .header-inner.open .menu-ribbon .menu-ribbon-list li .sub-menu li {
	height: 66px
}

.header .header-inner .header-main-menu-list {
	position: relative;
	z-index: 10000;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	background: #000
}

@media(max-width: 896px) {
	.header .header-inner .header-main-menu-list {
			display:none
	}
}

.header .header-inner .header-main-menu-list .header-main-menu {
	padding: 0 8px;
	white-space: nowrap
}

.header .header-inner .header-main-menu-list .header-main-menu .main-menu-link {
	display: inline-block;
	margin: auto 0;
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.header .header-inner .header-main-menu-list .header-main-menu .main-menu-link:active,.header .header-inner .header-main-menu-list .header-main-menu .main-menu-link:focus,.header .header-inner .header-main-menu-list .header-main-menu .main-menu-link:hover {
	color: #c08d4e
}

.header .header-inner .imikoto-header {
	height: auto;
	padding: 66px 0;
	margin-top: 66px;
	line-height: 1;
	background-color: #000
}

.header .header-inner .imikoto-header .imikoto-header-content {
	margin-bottom: 66px
}

.header .header-inner .imikoto-header .imikoto-header-content .imikoto-header-title {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #c08d4e;
	text-align: end;
	letter-spacing: .16em
}

.header .header-inner .imikoto-header .imikoto-header-content .imikoto-top-link {
	border-bottom: 2px dotted #c08d4e;
	margin-left: 20px;
	padding-bottom: 25px
}

.header .header-inner .imikoto-header .header-service {
	margin-top: 25px
}

.header .header-inner .imikoto-header .header-search,.header .header-inner .imikoto-header .header-service {
	margin-bottom: 16px
}

.header .header-inner .imikoto-header .header-tellbnr {
	margin-right: -20px
}

.header .header-inner .imikoto-header .header-tellbnr img {
	width: 260px;
	display: block;
	margin: 0 auto 30px
}

.header .header-inner .imikoto-header .header-tellbnr .contact-chat-button {
	width: 80%;
	margin: 0 auto
}

.header .header-inner .imikoto-header .header-tellbnr .contact-chat-button .contact-chat-button_01 {
	border: 1px solid;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	height: 70px
}

.header .header-inner .imikoto-header .header-tellbnr .contact-chat-button .contact-chat-button_01 a {
	font-size: 15px;
	font-weight: 700;
	color: #c08d4e;
	text-decoration: none;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center
}

.header .header-inner .imikoto-header .header-tellbnr .contact-chat-button .chat-button_01 {
	margin-top: 10px
}

.header .header-inner .imikoto-header .header-tellbnr .contact-chat-button .chat-button_01 a {
	flex-flow: column
}

.header .header-inner .imikoto-header .header-tellbnr .contact-chat-button .chat-button_01 span {
	font-size: 13px;
	padding-top: 5px;
	display: block
}

.header .header-inner .imikoto-header .header-logo-category .menu-list-imikoto-category {
	display: flex;
	justify-content: flex-end
}

.header .header-inner .imikoto-header .header-logo-category .menu-list-imikoto-category .imikoto-logo-header-top-img {
	display: block
}

.header .header-inner .imikoto-header .header-service .imikoto-header-service-list {
	list-style: none
}

.header .header-inner .imikoto-header .header-service .imikoto-header-service-list li {
	margin-bottom: 16px
}

.header .header-inner .imikoto-header .header-service .imikoto-header-service-list li .service-link {
	display: inline-block;
	font-size: 14px;
	color: #c08d4e;
	text-decoration: none;
	letter-spacing: .2em;
	cursor: pointer
}

.header .header-inner .imikoto-header .header-service .imikoto-header-service-list li .service-link:hover {
	color: #c08d4e
}

.header .header-inner .imikoto-header .header-search .imikoto-header-search-list {
	list-style: none
}

.header .header-inner .imikoto-header .header-search .imikoto-header-search-list li {
	margin-bottom: 16px
}

.header .header-inner .imikoto-header .header-search .imikoto-header-search-list li .search-link {
	display: inline-block;
	font-size: 14px;
	color: #c08d4e;
	text-decoration: none;
	letter-spacing: .2em;
	cursor: pointer
}

.header .header-inner .imikoto-header .header-search .imikoto-header-search-list li .search-link:hover {
	color: #c08d4e
}

.header .header-inner .imikoto-header .header-column .imikoto-header-column-list {
	list-style: none
}

.header .header-inner .imikoto-header .header-column .imikoto-header-column-list li {
	margin-bottom: 16px
}

.header .header-inner .imikoto-header .header-column .imikoto-header-column-list li .column-link {
	display: inline-block;
	font-size: 14px;
	color: #c08d4e;
	text-decoration: none;
	letter-spacing: .2em;
	cursor: pointer
}

.header .header-inner .imikoto-header .header-column .imikoto-header-column-list li .column-link:hover {
	color: #c08d4e
}

.header .header-inner .imikoto-header .header-shoppingguide .imikoto-header-shoppingguide-list {
	list-style: none
}

.header .header-inner .imikoto-header .header-shoppingguide .imikoto-header-shoppingguide-list li {
	margin-bottom: 16px
}

.header .header-inner .imikoto-header .header-shoppingguide .imikoto-header-shoppingguide-list li .shoppingguide-link {
	display: inline-block;
	font-size: 14px;
	color: #c08d4e;
	text-decoration: none;
	letter-spacing: .2em;
	cursor: pointer
}

.header .header-inner .imikoto-header .header-shoppingguide .imikoto-header-shoppingguide-list li .shoppingguide-link:hover {
	color: #c08d4e
}

.header .header-inner .imikoto-header .imikoto-header-sns-icons {
	display: flex;
	justify-content: flex-end
}

.header .header-inner .imikoto-header .imikoto-header-sns-icons .icon-link {
	display: block
}

.header .header-inner .imikoto-header .imikoto-header-sns-icons .icon-link .icon-image {
	display: block;
	width: 100%;
	height: auto
}

.header .header-inner .imikoto-header .imikoto-header-sns-icons .link-instagram {
	margin: 0 15px
}

.header .header-inner .imikoto-header .header-about .imikoto-header-about-list {
	list-style: none
}

.header .header-inner .imikoto-header .header-about .imikoto-header-about-list li {
	margin-bottom: 16px
}

.header .header-inner .imikoto-header .header-about .imikoto-header-about-list li .about-link {
	display: inline-block;
	font-size: 14px;
	color: #c08d4e;
	text-decoration: none;
	letter-spacing: .2em;
	cursor: pointer
}

.header .header-inner .imikoto-header .header-about .imikoto-header-about-list li .about-link:hover {
	color: #c08d4e
}

.header .header-inner .imikoto-header .header-logo {
	margin-bottom: 0;
	color: #c08d4e
}

.header .header-inner .imikoto-header .header-logo .imikoto-top-link {
	display: block
}

.header .header-inner .imikoto-header .header-logo .imikoto-top-link .imikoto-logo-header-img {
	display: block;
	margin-left: auto
}

.header .header-inner .imikoto-header .header-logo .imikoto-header-text {
	margin-top: 32px;
	color: #c08d4e
}

.header .header-inner .imikoto-header .header-logo .imikoto-header-text .header-text {
	display: block;
	margin-bottom: 12px
}

.header .header-inner .imikoto-header .header-logo .imikoto-header-text .text-b {
	margin-bottom: 0
}

.header .header-inner .imikoto-header .header-logo img {
	display: block;
	margin: 25px auto 0
}

.header .header-inner .imikoto-header .header-logo img.imikoto-brand-bnr {
	padding-left: 20px
}

.header-container {
	display: none
}

.header-container.is-active {
	position: absolute;
	display: block;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100vh;
	margin: auto;
	overflow: hidden
}

.header-container .menu-header-main-container {
	width: 100vw;
	height: 100vh
}

.header-container .menu-header-main-container .header-menu-list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	padding-right: 20px;
	margin: 0;
	overflow: scroll;
	color: #c08d4e;
	text-align: end;
	list-style: none;
	background: rgba(0,0,0,.8)
}

.header-container .menu-header-main-container .header-menu-list .menu-sub {
	list-style: none
}

@media(max-width: 896px) {
	.header-menu-button {
			position:absolute;
			top: 0;
			right: 0;
			z-index: 30000;
			width: 66px;
			height: 66px;
			padding: 0;
			background-color: transparent;
			border: none;
			outline: 0
	}

	.header-menu-button .hamburger-line {
			position: absolute;
			top: 0;
			left: 50%;
			display: block;
			width: 28px;
			height: 2px;
			background: #f4e3c7;
			transform: translate(-50%,-50%)
	}

	.header-menu-button .line-top {
			top: 18px
	}

	.header-menu-button .line-center {
			top: 26px
	}

	.header-menu-button .line-bottom {
			top: 34px
	}

	.header-menu-button.is-active .line-top {
			top: 25px;
			left: 20px;
			transform: rotate(45deg)
	}

	.header-menu-button.is-active .line-center {
			opacity: 0
	}

	.header-menu-button.is-active .line-bottom {
			top: 25px;
			left: 20px;
			transform: rotate(-45deg)
	}

	.header-menu-button:before {
			content: "メニュー";
			font-size: 10px;
			position: absolute;
			bottom: 13px;
			left: 0;
			right: 0;
			color: #f4e3c7;
			margin: auto
	}
}

.header-navigation { display:none;}
.hamburger-menu { width:56px; height:56px; display:flex; align-items:center; justify-content:center; position:absolute; left:auto; right:0; top:0;}
.menu-open { flex:0 0 auto; display:block; height:56px; width:56px; font-size:30px; line-height:56px; color: #fff;}
.menu-open::before { content:"\e5d2"; font-family:Material Icons; cursor:pointer;}
.menu-close { position:absolute; top:50%; left:-60px; width:56px; height:56px; text-align:center; line-height:56px; font-size:40px; color:#eee; z-index:15;}
.menu-close::before { content:"\e5cd"; font-family:Material Icons; cursor:pointer;}
.menu { position:fixed; top:0; right:0;}
.menu.showing { width:100%; height:100vh; z-index:12;}
.menu-inner { display:none; width:75%; height:100vh; background:#f0f0f0; padding:56px 16px; box-sizing:border-box; position:absolute; top:0; right:0; z-index:14;}
.showing .menu-inner { display:block;}
.menu .cat-list li a { display:block; color:#222; font-size:24px; font-weight:bold; margin-bottom:16px;}
.menu .cat-list li ul a { font-size:18px; font-weight:normal; padding-left:1em;}
.nav-background { display:none;}
.showing .nav-background { display:block; width:100%; height:100vh; background:rgba(0,0,0,0.5); position:fixed; top:0; left:0; z-index:13;}
.search-form { display:flex; position:relative;}
.search-form .search-input { flex:1 1 auto; height:48px; border:solid 1px #666; padding:8px 16px; box-sizing:border-box; font-size:15px; width:100%; border-radius:24px;}
.search-form .search-button { flex:0 0 auto; height:48px; width:48px; border:none; background:none; color:#666; text-align:center; cursor:pointer; position:absolute; right:0;}
.search-form .search-button::before { content:"\e8b6"; font-family:Material Icons; font-size:30px; line-height:48px;}
@media screen and (min-width : 768px) {
	.menu-inner { padding:56px 24px;}
}
@media screen and (min-width : 1080px) {
	.hamburger-menu { width:66px; height:66px;}
	.menu-open { height:66px; width:66px; font-size:40px; line-height:80px;}
}
#top-carousel { width:100%; height:calc(100vw * 1.2); background:#aaa; flex:0 0 auto;}
@media screen and (min-width : 768px) {
	#top-carousel { height:calc(100vw * 0.5625);}
}
@media screen and (min-width : 960px) {
	#top-carousel { max-height:650px;}
}

#top-content {
	flex: 1;
	padding: 0;
	overflow: hidden;
	line-height: 1.8;}
@media screen and (min-width : 1080px) {
	.two-columns #top-content { width:calc(100% - 400px);}
}
#top-content section header { padding:16px;}
#top-content section h1 { font-size:30px; font-weight:bold; position:relative;}
#top-content section h1 span { display:block; font-size:16px; font-weight:normal; color:#666;}
/* #top-content section h1::after { content:""; display:block; width:80px; height:80px; border-radius:50%; background:var(--subcolor); position:absolute; left:-24px; top:-8px; opacity:0.5; z-index:-1;} */
@media screen and (min-width : 960px) {
	#top-content section header { padding:24px;}
}
.site-description { width:100%; height:240px; display:flex; justify-content:center; align-items:center; margin-bottom:8px; position:relative;}
.site-description p { flex:0 0 auto; color:var(--maincolor);}
.show-text { width:17em; box-sizing:border-box; position:relative;}
.show-text span { width:17em; display:block; font-size:17px; font-weight:bold; letter-spacing:0; color:#f49e9e; white-space:nowrap; overflow:hidden; animation:typing 3.5s steps(17), blink .5s steps(1) infinite alternate; background:rgba(255,255,255,0.2);}
.show-text::before { content:""; display:inline-block; width:3px; height:100%; background:rgba(255,255,255,0.2); position:absolute; top:0; left:-3px;}
.background-video { width:100%; height:240px; object-fit:cover; position:absolute; top:0; left:0;}
@keyframes typing{
	0% { width: 0;}
}
@media screen and (min-width : 480px) {
	.site-description { height:calc(100vw * 0.5);}
	.background-video { height:calc(100vw * 0.5);}
	.show-text span { font-size:20px;}
}
@media screen and (min-width : 960px) {
	.site-description { max-height:480px;}
	.background-video { max-height:480px;}
}

.article-list { display:flex; flex-wrap:wrap; justify-content:center;}
.article-list .item { display: flex;
	padding: 28px 0;
	border-bottom: .5px solid #bababa;}
@media screen and (min-width : 768px) {
	.article-list { margin-left:16px; justify-content:start;}
	.article-list .item { flex:0 0 auto; width:calc((100% - 32px) / 2); margin-right:16px;}
}
@media screen and (min-width : 960px) {
	.article-list { margin-left:24px;}
	.article-list .item { width:calc((100% - 48px) / 2); margin-right:24px; margin-bottom:24px;}
}
@media screen and (min-width : 1080px) {
	.article-list .item { width:100%;}
	.article-list .item.small-image { width:100%;}
}
.article-list .item a { display:block; height:100%; border-radius:0px; overflow:hidden; background: transparent; transition:all 0.8s;}
.article-list .item a article { display:flex; flex-wrap:wrap;}
.article-list .item .thumbnail { flex:0 0 auto; width:40%; min-height:56px; background:#f0f0f0; overflow:hidden; border-radius:0 0 0 0; z-index:1;}
.article-list .item .thumbnail img { width:100%; height:auto; object-fit:cover; transition:all 0.5s;}
.article-list .item .thumbnail img.noimage { object-fit:contain;}
.article-list .item .metadata { flex:1 1 auto; padding:16px 16px 32px; position:relative;}
.article-list .item .title { font-size:16px; font-weight:bold; color:#333; line-height:1.3; height:3.9em; overflow:hidden;}
.article-list .item .categories { display:none;}
.article-list .item .time { color:#bbb; font-size:13px; line-height:24px; position:absolute; left:16px; bottom:8px;}
.article-list .item.small-image a article { flex-wrap:nowrap; height:100%;}
.article-list .item.small-image .thumbnail { width:50%; border-radius:0;}
.article-list .item.small-image .thumbnail img { height:100%; object-fit:contain;}
.article-list .item.small-image .metadata { width:50%; padding:8px 16px 24px;}
.article-list .item.small-image .title { font-size:14px;}
.article-list .item.small-image .time { font-size:12px; line-height:16px;}
@media screen and (min-width : 480px) {
	.article-list .item .title { font-size:18px;}
	.article-list .item.small-image .title { font-size:15px;}
}
@media screen and (min-width : 768px) {
	.article-list .item .title { font-size:20px;}
}

.button { padding:32px 0; margin-bottom:0;}
.button a { display:block; text-align:center; color:#fff; background:#c08d4e; font-size:18px; font-weight:bold; line-height:48px; border-radius:0; width:70%; max-width:320px; margin:0 auto; transition:all .5s; position:relative;}
.button a::after { content:"\e409"; font-family:Material Icons; position:absolute; right:16px;}
.button a:hover { box-shadow:0 2px 5px rgba(0,0,0,0.2);}

.main-list-header { width:100%; padding:24px 0; display:flex; flex-direction:column; justify-content:center; margin-bottom:16px;}
.main-list-header h1 { text-align:center; padding:0 24px; font-size:30px;}
.main-list-header .description { text-align:center; padding:0 24px; font-size:15px;}

.main-list-footer { padding:16px;}
.main-list-footer ul { margin:0;}
.main-list-footer .page-numbers a { background:#f0f0f0;}
.main-list-footer .page-numbers.prev { display:none;}
.main-list-footer .page-numbers.next { display:none;}
@media screen and (min-width : 960px) {
	.main-list-header { margin-bottom:24px;}
}
@media screen and (min-width : 1080px) {
	.main-list .article-list { max-width:1200px; padding-left:24px; margin:0 auto;}
}


.article-header .featured-image { width:100%; height:auto; max-height:500px; position:relative; z-index:0; overflow:hidden;}
.article-header .featured-image::before { content: ''; position: absolute; top: -10px; bottom: -10px; left: -10px; right: -10px; background: inherit; filter: blur(10px); z-index:-1;}
.article-header .featured-image img { width:100%; height:auto; max-height:500px; object-fit:cover; z-index:2;}
.article-header .metadata { padding:16px;}
.article-header h1 { font-size:24px; font-weight:bold; line-height:1.3; margin-bottom:16px;}
.article-header .time { font-size:16px; color:#c08d4e; letter-spacing: .1em; line-height: 1;  border-bottom: 1px solid #bababa; padding-bottom: 28px;}
.article-header .promotion-note { font-size:12px; color:#666; margin-bottom:16px;}

.article-body { padding:16px;}
.article-body .content > p { margin-bottom:2em;}
.article-body .content > figure { margin-bottom:2em;}
.article-body .content figcaption { font-size:13px; color:#888;}
.article-footer { padding:16px;}
.article-footer .metadata { padding:16px 0;}
.article-footer .categories { padding:16px 0;}
.article-footer .category-list ul { display:flex; flex-wrap:wrap;}
.article-footer .category-list a { display:inline-block; padding:0 16px; font-size:15px; line-height:32px; border-radius:16px; background:#eee; color:#888; margin:0 8px 8px 0;}
.article-footer .tags { padding:16px 0;}
.article-footer .tag-list ul { display:flex; flex-wrap:wrap;}
.article-footer .tag-list a { display:inline-block; padding:0 16px; font-size:15px; line-height:32px; border-radius:16px; background:#eee; color:#888; margin:0 8px 8px 0;}
.article-footer .tag-list a::before { content:"#";}
.related-posts { padding:16px;}
.related-posts h3 { position: relative; padding-left: 16px; margin-bottom: 0; line-height: 3; color: #fff; font-size: 20px; letter-spacing: .1em; word-break: break-all; text-align: left; background: #685744; }
.related-posts .article-list { display: block; padding-left:0; margin-left:0; justify-content:space-between;}
.related-posts .article-list .item { width:calc((100% - 16px) / 2); margin-bottom:16px;}
.related-posts .article-list .item .title { padding:16px; font-size:15px; height:auto;}
@media screen and (min-width : 768px) {
	.related-posts .article-list { justify-content:start; margin-right:-16px;}
	.related-posts .article-list .item { width:calc((100% - 48px) / 3); margin-right:16px;}
	.article-header .promotion-note { font-size:13px;}
}
.author { padding:24px 0; border-top:solid 1px #ddd; border-bottom:solid 1px #ddd; display:flex;}
.author .icon { width:80px; text-align:center;}
.author .icon img { width:64px; height:64px; border-radius:50%;}
.author .name { font-size:12px; font-weight:bold; line-height:1.3; margin-top:8px;}
.author .profile { width:calc(100% - 80px);}
.author .profile p { font-size:14px; padding-left:16px; line-height:1.5;}
@media screen and (min-width : 768px) {
	.author .icon { width:120px;}
	.author .name { font-size:13px;}
	.author .profile { width:calc(100% - 120px);}
	.author .profile p { padding-left:24px;}
}
.comments { padding:16px;}
@media screen and (min-width : 960px) {
	.article-header .featured-image img { object-fit:contain;}
	.article-header .metadata { padding:24px; max-width:800px; margin:0 auto; box-sizing:border-box;}
	.article-header h1 { font-size:32px; margin-bottom:24px;}
	.article-body { padding:20px; max-width:800px; margin:0 auto; box-sizing:border-box;}
	.article-footer { padding:20px; max-width:800px; margin:0 auto; box-sizing:border-box;}
	.related-posts { padding:20px; max-width:800px; margin:0 auto; box-sizing:border-box;}
	.related-posts .article-list { justify-content:start; margin-right:-24px;}
	.related-posts .article-list .item { display: block; width:100%; margin-right:24px;}
	.comments { padding:24px; max-width:800px; margin:0 auto; box-sizing:border-box;}
}
.breadcrumbs { display:none;}
.posts-list-title.post-breadcrumbs {
	font-size: 11px;
}
@media (min-width: 1080px) {
	.breadcrumbs { display:block;}
	.breadcrumbs ol { font-size:13px; padding:24px; box-sizing:border-box; max-width:1200px; margin:0 auto; display:flex; flex-wrap:wrap;}
	.breadcrumbs ol + ol { padding:0 24px 24px;}
	.breadcrumbs li:not(:last-child)::after { content: "\e409"; font-family: Material Icons; vertical-align: bottom; opacity:1; font-weight:bold; margin:0 5px;}
}

.static-page .article-header { padding-top:56px;}
.imikoto-sidebar.not-front {
	position: relative;
	top: 0;
}

.imikoto-sidebar {
	position: relative;
	top: -32px;
	z-index: 1;
	width: 320px;
	padding: 0 20px
}

@media(max-width: 768px) {
	.imikoto-sidebar {
			display: none;
			top:-32px;
			width: 100%;
			margin: 0 auto
	}
}

.imikoto-sidebar .sidebar-main {
	position: sticky;
	top: 80px
}
.not-front .imikoto-sidebar .sidebar-main {
	top: 80px
}

@media(max-width: 896px) {
	.imikoto-sidebar .sidebar-main {
			position:static
	}
}


.imikoto-sidebar .sidebar-main .top-menu-content {
	position: relative;
	width: 100%;
	height: 64px;
	margin: 12px 0
}

.imikoto-sidebar .sidebar-main .top-menu-content .content-link {
	display: flex;
	height: 100%;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	background: #c08d4e;
	border: 1px solid #c08d4e;
	border-radius: 8px
}

.imikoto-sidebar .sidebar-main .top-menu-content .content-link:hover {
	color: #c08d4e;
	background: #fff
}

.imikoto-sidebar .sidebar-main .top-menu-content .content-link .content-title {
	margin: 12px 0;
	line-height: 1;
	letter-spacing: .1em
}

.imikoto-sidebar .sidebar-main .top-menu-content .content-link .content-title .content-sub-title {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	line-height: 1
}

.imikoto-sidebar .sidebar-main .top-menu-content .content-link .mypage-title {
	letter-spacing: 0
}

.imikoto-sidebar .sidebar-main .notice-content {
	margin-top: 0
}

@media(max-width: 896px) {
	.imikoto-sidebar .sidebar-main .notice-content {
			display:none
	}
}

.imikoto-sidebar .sidebar-main .notice-content .notice-new-icon {
	position: absolute;
	top: 0;
	right: 8px;
	display: block
}

.imikoto-sidebar .sidebar-main .product-content {
	display: flex;
	margin-bottom: 0
}

.imikoto-sidebar .sidebar-main .product-content .product-link {
	width: 100%;
	margin-right: 6px;
	background: #c08d4e
}

.imikoto-sidebar .sidebar-main .product-content .mypage-link {
	width: 100%;
	margin-left: 6px;
	background: #685744;
	border: 1px solid #685744
}

.imikoto-sidebar .sidebar-main .product-content .mypage-link:hover {
	color: #685744;
	background: hsla(0,0%,100%,.26666666666666666)
}

.imikoto-sidebar .sidebar-main .sidebar-list {
	padding-bottom: 38px;
	margin-top: 12px;
	list-style: none
}

@media(max-width: 768px) {
	.imikoto-sidebar .sidebar-main .sidebar-list {
			display:none
	}
}

@media(max-width: 896px) {
	.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu {
			display:none
	}
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu {
	list-style: none
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item {
	position: relative;
	margin: 12px 0;
	background: #eae7df
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item:after {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	content: "";
	background-image: url(add_000.svg);
	background-position: 50%;
	background-size: 70%;
	background-repeat: no-repeat;
	transition: .35s;
	transform-origin: 50% 50%
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item>a {
	display: inline-block;
	height: 48px;
	padding: 12px;
	font-weight: 700;
	color: #000;
	text-align: start;
	text-decoration: none;
	cursor: pointer
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item>a:hover {
	color: #c08d4e
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item>a>img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item .sub-menu {
	display: none;
	list-style: none
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item .sub-menu .menu-item {
	margin: 0;
	content: "";
	background: #fff
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item .sub-menu .menu-item:after {
	display: none
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item .sub-menu .menu-item>a {
	display: inline-flex;
	align-items: center;
	cursor: pointer
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item .sub-menu .menu-item>a>img {
	display: block;
	object-fit: contain;
	padding-right: 12px
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item.is-active,.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item.is-active .sub-menu {
	display: block
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .menu-item.is-active:after {
	transform: rotate(-135deg)
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .imikoto-sidebar-icons {
	margin-bottom: 0;
	text-align: center
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .imikoto-sidebar-icons:after {
	display: none
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .imikoto-sidebar-icons>a {
	height: auto;
	padding: 0;
	margin: 28px 0;
	font-size: 20px;
	pointer-events: none;
	cursor: pointer
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .imikoto-sidebar-icons .sub-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 32px;
	background: #eae7df
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .imikoto-sidebar-icons .sub-menu .menu-item {
	margin: 0 12px
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .imikoto-sidebar-icons .sub-menu .menu-item>a {
	display: flex;
	align-items: center;
	padding: 0;
	cursor: pointer;
	background: #eae7df
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .imikoto-sidebar-icons .sub-menu .menu-item>a>img {
	display: block;
	padding: 0;
	background: #eae7df
}

.imikoto-sidebar .sidebar-main .sidebar-list .widget_nav_menu .menu-sidebar-container .menu .imikoto-sidebar-icons .sub-menu.is-active {
	display: block
}
.imikoto-footer {
	padding: 66px 0;
	background-color: #000
}

.imikoto-footer .imikoto-footer-container {
	display: flex;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container {
			flex-direction:column-reverse
	}
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-start {
	width: 340px;
	padding: 0 20px;
	margin-bottom: 0;
	color: #c08d4e
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-start {
			width:100%;
			display: flex;
			flex-flow: column
	}
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-start .imikoto-link {
	display: block;
	text-align: center;
	text-decoration: none
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-start .imikoto-link {
			order:2
	}
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-start .imikoto-link .imikoto-logo-img {
	display: inline-block;
	width: 300px;
	max-width: 100%;
	height: 28px;
	background-image: url(imikoto_footer_logo.svg)
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-start .imikoto-copyright {
	display: flex;
	justify-content: center;
	margin-top: 180px;
	color: #c08d4e
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-start .imikoto-copyright {
			flex-direction:column;
			margin-top: 32px
	}
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-start .imikoto-copyright .footer-text {
	display: block;
	white-space: nowrap
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-start .imikoto-copyright .footer-text {
			text-align:center
	}
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-start .imikoto-copyright .text-b {
	padding-left: 4px
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end {
	display: flex;
	flex: 1;
	flex-direction: column
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end {
			flex-direction:column-reverse
	}
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents {
			flex-flow:column;
			padding: 0 40px
	}
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .shop-info-footer {
			order:2
	}
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .shoppingguide-footer {
			order:1;
			margin-bottom: 75px
	}
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents {
	display: flex;
	justify-content: flex-end
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents {
			justify-content:center;
			margin-bottom: 66px
	}
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .imikoto-footer-content {
	padding-right: 100px
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .imikoto-footer-content {
			padding:0;
			text-align: center
	}
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .imikoto-footer-content .customer-link {
	display: none
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .imikoto-footer-content .customer-link {
			display:block;
			margin: 66px 20px 0
	}
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .imikoto-footer-content .customer-link .image {
	width: 100%;
	height: auto;
	vertical-align: bottom
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .footer-third-box {
	padding-right: 45px
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .footer-third-box {
			padding-right:0
	}
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .shoppingguide-footer {
			display:block
	}
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .shoppingguide-footer img {
	width: 100%;
	margin-bottom: 25px
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .shoppingguide-footer .contact-chat-button {
	width: 100%;
	margin: 0 auto
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .shoppingguide-footer .contact-chat-button .contact-chat-button_01 {
	border: 1px solid #c08d4e;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	height: 70px
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .shoppingguide-footer .contact-chat-button .contact-chat-button_01 a {
	font-size: 15px;
	font-weight: 700;
	color: #c08d4e;
	text-decoration: none;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .shoppingguide-footer .contact-chat-button .chat-button_01 {
	margin-top: 10px
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .shoppingguide-footer .contact-chat-button .chat-button_01 a {
	flex-flow: column
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-contents-end .imikoto-footer-contents .shoppingguide-footer .contact-chat-button .chat-button_01 span {
	font-size: 13px;
	padding-top: 5px;
	display: block
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-title {
	width: 100%;
	margin-bottom: 20px;
	font-weight: 700;
	color: #c08d4e;
	text-align: start;
	letter-spacing: .2em
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-title {
			text-align:center
	}
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-content-list {
	list-style: none
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-content-list li {
	margin-bottom: 16px
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-content-list li .content-link {
	display: inline-block;
	font-size: 14px;
	color: #c08d4e;
	text-align: start;
	text-decoration: none;
	letter-spacing: .2em
}

.imikoto-footer .imikoto-footer-container .imikoto-footer-content-list li .content-link:hover {
	color: #f4e2c6
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .imikoto-footer-content-list li .content-link {
			text-align:center
	}
}

.imikoto-footer .imikoto-footer-container .sns-group {
	flex-direction: column;
	padding-right: 100px;
	margin-top: 32px
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .sns-group {
			padding:0;
			margin-top: 0;
			margin-bottom: 20px
	}
}

.imikoto-footer .imikoto-footer-container .sns-group .imikoto-footer-title {
	display: none;
	padding-right: 60px;
	text-align: end
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .sns-group .imikoto-footer-title {
			display:block;
			padding-right: 0;
			text-align: center
	}
}

.imikoto-footer .imikoto-footer-container .sns-group .imikoto-footer-sns-icons {
	display: flex;
	justify-content: flex-start
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .sns-group .imikoto-footer-sns-icons {
			justify-content:center
	}
}

.imikoto-footer .imikoto-footer-container .sns-group .imikoto-footer-sns-icons .icon-link {
	display: block;
	height: auto
}

.imikoto-footer .imikoto-footer-container .sns-group .imikoto-footer-sns-icons .icon-link .icon-image {
	display: block;
	width: 100%;
	height: auto;
	color: #c08d4e
}

.imikoto-footer .imikoto-footer-container .sns-group .imikoto-footer-sns-icons .link-instagram {
	margin: 0 10px 0 30px
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-footer-container .sns-group .imikoto-footer-sns-icons .link-instagram {
			margin:0 15px 0 0
	}
}

.imikoto-footer .imikoto-copyright {
	text-align: center;
	color: #c08d4e;
	margin-top: 70px;
	display: flex;
	justify-content: center
}

@media(max-width: 896px) {
	.imikoto-footer .imikoto-copyright {
			flex-direction:column;
			margin-top: 32px
	}
}

.imikoto-footer .footer-brand-bnr {
	margin: 50px 0 0 25px
}

@media(max-width: 896px) {
	.imikoto-footer .footer-brand-bnr {
			order:3;
			margin: 25px auto 0
	}
}

.content-show {
	height: 0;
	overflow: hidden
}

.detail-search-box {
	position: relative;
	top: 50%;
	left: 50%;
	display: block;
	width: 32px;
	height: 32px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transform: translate(-50%,-25%)
}

.detail-search-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	content: "";
	background-image: url(add.svg);
	background-position: 50%;
	background-size: 40%;
	background-repeat: no-repeat;
	transition: .35s;
	transform-origin: 49% 51%
}

#detail-tab {
	display: none
}

#detail-tab[type=checkbox]:checked+.detail-search-box:after {
	transform: rotate(-135deg)
}

#detail-tab:checked~.content-show {
	height: auto
}

.search-content {
	display: flex;
	margin-bottom: 12px;
	color: #fff;
	background-color: #1a1311;
	border-radius: 8px
}

.search-content .search-content-box {
	width: 100%;
	height: auto;
	padding: 0 12px
}

.search-content .search-content-box .search-title {
	margin: 12px 0;
	line-height: 1;
	letter-spacing: .1em
}

.search-content .search-content-box .search-title .sub-search {
	display: inline-block;
	padding-left: 8px;
	margin: 0
}

.product-search-content.search-keyword {
	display: flex;
	align-items: center;
	margin: 12px 0;
	background-color: #fff;
	border-radius: 2px
}

.product-search-content.search-keyword .search-word {
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 14px;
	line-height: 1;
	outline: none
}

.product-search-content.search-keyword .search-btn {
	outline: none
}

.product-search-content.search-keyword .search-btn:before {
	padding: 0 8px;
	color: #000
}

.product-search-content.search-price {
	margin-bottom: 16px
}

.product-search-content.search-price .product-search-content-title {
	font-size: 14px;
	line-height: 1
}

.product-search-content.search-price .check-box {
	display: flex;
	align-items: center;
	margin-top: 12px;
	font-size: 14px
}

.product-search-content.search-price .check-box .price-input {
	display: block;
	width: 100px;
	padding: 8px;
	font-size: 14px;
	line-height: 1;
	background-color: #fff;
	border-radius: 2px;
	outline: none
}

.product-search-content.search-price .check-box .price-input-text {
	display: block;
	padding: 0 8px
}

.product-search-content.search-categories {
	margin: 16px 0
}

.product-search-content.search-categories .product-search-content-title {
	font-size: 14px;
	line-height: 1
}

.product-search-content.search-categories .select-box {
	display: block;
	width: 100%;
	padding: 8px;
	margin-top: 12px;
	font-size: 14px;
	line-height: 1;
	color: #000;
	background-color: #fff;
	border-radius: 2px;
	outline: none
}

.product-search-content.search-scene {
	margin: 16px 0
}

.product-search-content.search-scene .product-search-content-title {
	font-size: 14px;
	line-height: 1
}

.product-search-content.search-scene .select-box {
	display: block;
	width: 100%;
	padding: 8px;
	margin-top: 12px;
	font-size: 14px;
	line-height: 1;
	color: #000;
	background-color: #fff;
	border-radius: 2px;
	outline: none
}

.product-search-content.search-filter {
	display: flex;
	justify-content: space-around;
	margin: 16px 0
}

.product-search-content.search-filter .filter-check {
	display: none
}

.product-search-content.search-filter .filter-check:checked+.filter-check-content:before {
	background-color: #007cba;
	border: 4px solid #fff
}

.product-search-content.search-filter .filter-check-content {
	position: relative;
	display: block;
	padding-left: 24px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
	background-color: #000
}

.product-search-content.search-filter .filter-check-content:hover {
	color: #c08d4e
}

.product-search-content.search-filter .filter-check-content:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	content: "";
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%)
}

.product-search-content.search-btn .product-search-btn {
	display: block;
	width: 100%;
	margin: 16px 0;
	font-weight: 700;
	line-height: 3;
	color: #fff;
	text-align: center;
	background: #c08d4e;
	border: 1px solid #c08d4e;
	outline: none
}

.product-search-content.search-btn .product-search-btn:hover {
	color: #c08d4e;
	background: #fff
}

.product-search-content.search-btn .search-btn-submit {
	background: #c08d4e
}

.product-search-content.search-btn .search-btn-reset {
	background: #888;
	border: 1px solid #888
}

.product-search-content.search-btn .search-btn-reset:hover {
	color: #888;
	background: #fff
}

@media(max-width: 768px) {
	.content-search {
			font-size:14px
	}
}

.products {
	margin-top: 0
}

@media(max-width: 768px) {
	.products {
			margin-top:16px
	}
}

.product-search-box {
	margin-bottom: 48px
}

@media(max-width: 768px) {
	.product-search-box {
			margin:16px 0
	}
}

.product-search-box .product-search-box-text {
	text-align: center
}

.product-search-box .product-search-list {
	width: 400px;
	padding: 12px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-radius: 4px
}

@media(max-width: 768px) {
	.product-search-box .product-search-list {
			width:100%;
			padding: 4px
	}
}

.product-search-box .product-search-list .search {
	font-weight: 700;
	line-height: 1;
	text-align: center
}

.product-search-box .product-search-list .text1 {
	padding: 4px 0;
	font-size: 16px
}

.product-search-box .product-search-list .text1 .search-target-count {
	margin-top: 4px;
	font-size: 14px
}

.product-search-box .product-search-list .text2 {
	padding: 4px 0;
	border-top: 1px solid #ccc
}

.product-search-box .product-search-list>tbody {
	text-align: left
}

.product-search-box .product-search-list>tbody .search-type {
	border-bottom: 1px solid #ccc
}

.product-search-box .product-search-list>tbody .search-type>th {
	width: 180px;
	padding: 4px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc
}

.product-search-box .product-search-list .search-contet {
	display: inline-block;
	padding: 4px 8px;
	margin: 4px;
	color: #000;
	white-space: nowrap;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px
}

.search-product-list-box {
	width: 100%;
	padding: 20px 20px 0;
	background: #fff7eb
}

@media(max-width: 768px) {
	.search-product-list-box {
			padding:0 20px;
			background: #fff
	}
}

.search-product-list-box .search-product-list li {
	display: inline-block;
	padding: 8px 16px;
	margin-bottom: 16px;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	background: #c08d4e;
	border-radius: 3px
}

@media(max-width: 768px) {
	.search-product-list-box .search-product-list li {
			margin-bottom:8px
	}
}

.search-product-list-box .search-product-list li~li {
	margin-left: 4px
}

.search-product-acquisition-text {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 20px;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .05em
}

.search-product-acquisition-text .acquisition-count {
	padding-left: 16px
}
.widget_custom_html {
	display: block;
	margin: 12px 0
}

.widget_custom_html .custom-html-widget>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain
}

.widget_custom_html .custom-html-widget>video {
	display: block;
	width: 100%;
	height: 100%
}

.widget_custom_html .custom-html-widget>a {
	display: block;
	cursor: pointer
}

.widget_custom_html .custom-html-widget>a:hover {
	opacity: .8
}

.widget_custom_html .custom-html-widget>a>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain
}

.widget_custom_html .custom-html-widget>a>video {
	display: block;
	width: 100%;
	height: 100%
}
.line-banner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 12px 0
}

.line-banner .line-banner-image {
	display: block;
	width: 100%;
	height: 100%
}

.line-banner .line-banner-button {
	position: absolute;
	top: 79.4%;
	width: 47%
}

.line-banner .line-banner-button:before {
	display: block;
	padding-top: 29%;
	content: ""
}

.line-banner .line-banner-button:hover {
	background-color: rgba(0,0,0,.2)
}

.line-banner .button-left {
	left: 2.4%
}

.line-banner .button-right {
	left: 51.1%
}

.container .content {
	flex: 1;
	padding: 0;
	line-height: 1.8
}

@media(max-width: 768px) {
	.container .content {
		margin-top:-32px
	}
}
@media (max-width: 768px) {
	.not-front .content {
			margin-top: 0;
	}
}

.imikoto-site-info-title-box {
	padding: 0;
	margin: 32px 0
}

@media(max-width: 768px) {
	.imikoto-site-info-title-box {
			margin:16px 0
	}
}

.imikoto-site-info-title-box .imikoto-site-info-title {
	font-size: 24px;
	line-height: 1;
	text-align: center
}

@media(max-width: 768px) {
	.imikoto-site-info-title-box .imikoto-site-info-title {
			display:flex;
			align-items: center;
			justify-content: center;
			font-size: 16px;
			font-weight: 700;
			letter-spacing: .1em
	}
}

.imikoto-site-info-title-box .imikoto-site-info-title .imikoto-stick {
	padding: 0 8px;
	font-size: 1em
}

.imikoto-site-info-title-box .imikoto-site-info-title-sub {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em
}

.imikoto-site-info-title-box .imikoto-site-info-title-sub .acquisition-count {
	padding-right: 8px
}

.imikoto-site-info-title-box .mdi:before {
	padding-right: 8px
}

.imikoto-site-info-content {
	margin-top: 16px 0 60px 0;
	font-size: 14px
}

.imikoto-site-info-content .info-content-box.noline {
	border-bottom: 0
}

.imikoto-site-info-content .info-content-box {
	margin: 30px 0;
	border-bottom: 1px solid #000
}

@media(max-width: 768px) {
	.imikoto-site-info-content .info-content-box {
			margin:15px 0
	}
}

.imikoto-site-info-content .info-content-box .info-content-box-title {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .1em
}

@media(max-width: 768px) {
	.imikoto-site-info-content .info-content-box .info-content-box-title {
			font-size:14px
	}
}

.imikoto-site-info-content .info-content-box .info-content-text {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: .1em
}

@media(max-width: 768px) {
	.imikoto-site-info-content .info-content-box .info-content-text {
			margin-bottom:15px;
			font-size: 14px
	}
}

.imikoto-site-info-content .info-content-box .ymb {
	margin-bottom: 0
}

.imikoto-site-info-content .info-content-box .information-list {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: .1em;
	list-style: none
}

@media(max-width: 768px) {
	.imikoto-site-info-content .info-content-box .information-list {
			font-size:14px
	}
}

.imikoto-site-info-content .info-content-box .information-list li {
	text-indent: -1em;
	padding-left: 1em
}

.section-column.column-posts,.section-column.taxonomy-posts {
	background: #eae7df
}

.section-column {
	display: flex;
	padding: 0 25px;
	margin-bottom: 0
}

@media(max-width: 768px) {
	.section-column {
			padding:0 20px 20px;
			margin: 0
	}
	.section-column .posts-list-title-sub {
		padding-left: 0;
	}
}

.section-column .column-posts-list {
	flex: 1;
	padding-right: 20px;
	margin-bottom: 40px;
	width: calc(100% - 350px)
}

@media(max-width: 768px) {
	.section-column .column-posts-list {
			padding:0;
			margin-bottom: 0;
			width: 100%
	}
}

.products-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
	margin-top: 20px
}

.products-btn .products-link {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 3;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: .1em;
	background: #c08d4e;
	border: 1px solid #c08d4e
}

.products-btn .products-link:hover {
	color: #c08d4e;
	background: #fff
}

.posts-list-title {
	margin-top: 30px;
	font-size: 20px;
	line-height: 40px
}

.posts-list-title a {
	color: #000;
}

@media(max-width: 768px) {
	.posts-list-title {
			margin-top:20px;
			font-size: 12px;
			line-height: normal
	}
}

.posts-list-title-sub {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em
}

.posts-list-title-sub .posts-count {
	padding-right: 8px
}

.post-list {
	list-style: none
}

.post-list li {
	display: flex;
	padding: 28px 0;
	border-bottom: .5px solid #bababa
}
@media(max-width: 768px) {
	.posts-list-title-sub {
		padding-left: 16px;
	}
	.column-post-page .post-list li {
			display:block;
			padding: 28px 0 14px
	}
}

.post-list .posts-image-link {
	display: block;
	width: 40%;
}

.post-list .posts-image-link img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 29 / 21;
}

@media(max-width: 768px) {
	.post-list .posts-image-link img {
			width:120px;
			height: 120px
	}
}

.post-list .posts-image-link img:hover {
	opacity: .9
}

.post-list .posts-content-box {
	display: block;
	width: 100%;
	height: 150px;
	padding-left: 16px
}

@media(max-width: 768px) {
	.post-list .posts-content-box {
			height:120px
	}
}

.post-list .posts-content-box .posts-content-title-link {
	display: -webkit-box;
	height: 48px;
	margin-bottom: 8px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	text-align: start;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-decoration: none;
	word-break: break-all
}

@media(max-width: 768px) {
	.post-list .posts-content-box .posts-content-title-link {
			height:40px;
			font-size: 14px
	}
}

.post-list .posts-content-box .posts-content-title-link:hover {
	color: #c08d4e
}

.post-list .posts-content-box .posts-content-postdate {
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1;
	color: #c08d4e;
	letter-spacing: .1em
}

.post-list .posts-content-box .posts-content-excerpt {
	display: -webkit-box;
	height: 38px;
	margin-bottom: 8px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	text-align: start;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-decoration: none;
	word-break: break-all
}

.post-list .posts-content-box .posts-content-taxonomies {
	display: flex;
	flex-direction: column;
	height: auto
}

@media(max-width: 768px) {
	.post-list .posts-content-box .posts-content-taxonomies {
			height:50px
	}
}

.post-list .posts-content-box .posts-content-taxonomies .posts-content-categories {
	display: flex;
	align-items: flex-start;
	line-height: 1;
	white-space: nowrap
}

@media(max-width: 768px) {
	.post-list .posts-content-box .posts-content-taxonomies .posts-content-categories {
			margin-bottom:8px
	}
}

.post-list .posts-content-box .posts-content-taxonomies .posts-content-categories a {
	display: inline-block;
	padding: 6px 12px;
	margin-right: 8px;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	background: #c08d4e;
	border: 1px solid #c08d4e;
	border-radius: 3px
}

.post-list .posts-content-box .posts-content-taxonomies .posts-content-categories a:hover {
	color: #c08d4e;
	background: #fff
}

.post-list .posts-content-box .posts-content-taxonomies .posts-content-tags {
	display: -webkit-box;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
	color: #000;
	text-align: start;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-decoration: none;
	word-break: break-all
}

.post-list .posts-content-box .posts-content-taxonomies .posts-content-tags a {
	display: inline-block;
	padding: 6px 8px 6px 0;
	line-height: 1;
	color: #777;
	text-decoration: none
}

.post-list .posts-content-box .posts-content-taxonomies .posts-content-tags a:hover {
	color: #c08d4e
}

.post-list .posts-content-box .posts-content-taxonomies .posts-content-tags a:before {
	content: "#"
}

.column-post-page .post-list li .posts-image-link {
	width: 40%
}

@media(max-width: 768px) {
	.column-post-page .post-list li .posts-image-link {
			width:auto
	}
}

.column-post-page .post-list li a img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 3/2;
}

@media(max-width: 768px) {
	.column-post-page .post-list li a img {
			width:100%;
			height: 210px;
			aspect-ratio: inherit
	}
}

.column-post-page .post-list .posts-content-box {
	display: block;
	height: 150px;
	padding-left: 16px
}

@media(max-width: 768px) {
	.column-post-page .post-list .posts-content-box {
			padding:10px 0 0
	}
}

@media(max-width: 768px) {
	.column-post-page .post-list .posts-content-box .posts-content-title-link {
			height:45px;
			font-size: 16px
	}
}

.topics-relation {
	display: inline-block;
	height: 100%;
	margin-right: 4px;
	font-size: 16px
}

.topics-relation .mdi {
	content: ""
}

.topics-relation:before {
	margin-right: 4px
}

ul.page-numbers {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 30px;
    margin-top: 30px;
    text-align: center;
}

.page-numbers li .page-numbers {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 4px;
    color: #777;
    text-align: center;
    text-decoration: none;
		line-height: 32px;
    border: 1px solid #777;
    border-radius: 50%
}

.page-numbers li .page-numbers:hover {
    color: #c08d4e
}

.page-numbers li .page-numbers.current {
    color: #fff;
    background: #c08d4e;
    border: none
}

.page-numbers li .prev.page-numbers {
    width: auto;
    margin: 0 12px;
    color: #777;
    border: none;
    border-radius: 0
}

.page-numbers li .prev.page-numbers:hover {
    color: #c08d4e
}

.page-numbers li .next.page-numbers {
    width: auto;
    margin: 0 12px;
    color: #777;
    border: none;
    border-radius: 0
}

.page-numbers li .next.page-numbers:hover {
    color: #c08d4e
}

.widget ul {padding: 0!important}
.google-form input { border:solid 1px #ccc; height:1.8em; line-height:1.8em; padding:0 2px;}
.google-form textarea { border:solid 1px #ccc; line-height:1.8em; padding:0 2px;}
.google-form button { background:#888; color:#fff; padding:5px 8px; border:none; border-radius:4px;}

#comments h2 { margin-bottom:16px;}
#comments input { border:solid 1px #ccc;}
#comments input.submit { border:none;}
#comments .comment-meta { padding:0 0 16px; flex-direction:row;}
#comments .comment-author img { width:32px; height:32px; object-fit:cover;}
#comments .comment-author .says { display:none;}
#comments .comment-content { padding:0;}
#comments .comment-content p { font-size:14px; padding:0; margin-bottom:16px;}
#comments .comment-reply-title { font-size:14px; padding:16px 0;}
#comments .logged-in-as { font-size:14px;}
#comments .reply { padding:0; margin:0;}
#comments .bypostauthor { background-color:transparent;}
#comments-list { padding:0; background-color:transparent;}
#comments-list li { border:none;}
#comments-list li article { background:#f6f6f6; padding:16px; border-radius:16px; margin-bottom:16px;}
#comments-list .children li { position:relative;}
#comments-list .children li::before { content:""; display:block; width:16px; height:16px; transform:rotate(45deg); background:#f6f6f6; position:absolute; top:-8px; left:24px; z-index:-1;}
#comments-list .children { margin-left:40px;}
#comments-list .comment.parent:not(:last-child) { border-bottom:none; padding-bottom:0; margin-bottom:0;}
.kanren-kiji-title { display:none;}
.kanren-kiji .main-kiji { width:100%; border-radius:16px; overflow:hidden; background:#fff; box-shadow:3px 3px 8px rgba(111,111,111,0.1), -1px -1px 8px rgba(111,111,111,0.1); margin-bottom:16px;}
.kanren-kiji .main-kiji a { transition:all 0.8s;}
.kanren-kiji .kiji-img { width:30%; max-width:160px;}
.kanren-kiji .kiji-text { width:70%; max-width:calc(100% - 160px); padding:16px; box-sizing:border-box;}
.kanren-kiji .kiji-img .thumbnail { background:#eee;}
.kanren-kiji .kiji-img .thumbnail img { display:none;}
.updatedate i::before { content:""; font-family:Material Icons; vertical-align:bottom;}
.postdate i::before { content:"\e8b5"; font-family:Material Icons; vertical-align:bottom;}
.readtime i::before { content:"\e54b"; font-family:Material Icons; vertical-align:bottom;}
.footer-right .recommend a::before { content:"\e037"; font-family:Material Icons;}
.footer-right .links a::before { content:"\e9ba"; font-family:Material Icons;}
.footer-container a:hover { background-color: transparent;}
.comment-form-comment { margin-bottom:16px;}
.comment-reply-title::before { content:none; display:none;}
.catetagbox-label { display:none;}
.category-area li a { display:inline-block; background:#fff; padding:2px 8px; border-radius:4px; margin-right:6px;}
.category-area li a::before { content:none;}
.tag-area li a:before { content:"#";}
#mkj { margin-top:1em; border:solid 2px #eee;}
#mkj .mkj-title { border-bottom:none; text-align:center; padding:16px;}
#mkj .mkj-openclose { top:16px;}
#mkj .mkj-content { border-bottom:none;}
#mkj .mkj-content-in { background:none; padding:16px;}
#mkj .mkj-list { padding:0;}
#mkj .mkj-list li { padding-left:32px; position:relative; margin-bottom:4px;}
#mkj .mkj-list li ol { padding-left:0;}
#mkj .mkj-list li ol li { padding-left:16px;}
#mkj .mkj-list a { font-size:15px; font-weight:bold; padding:0; color:#666;}
#mkj .mkj-content::after { content:none;}
#mkj .mkj-list>li:before { content:counter(num); background:var(--maincolor); border-radius:50%; color:#fff; position:absolute; top:4px; left:0; width:24px; height:24px; text-align:center; font-size:14px; font-weight:bold;}
#mkj .mkj-list ol li:before { content:""; width:5px; height:5px; background:#666; top:10px; left:2px;}
#mkj .mkj-list ol li a { font-weight:normal; font-size:13px;}
@media screen and (min-width : 960px) {
	#mkj .mkj-content-in { padding:24px;}
}
.scrolltop { display:none;}
@media screen and (min-width : 1080px) {
.scrolltop { display:block;}
.scrolltop-button { position:fixed; right:32px; bottom:64px; border:none; background:var(--maincolor); text-align:center; display:block; width:56px; height:56px; line-height:56px; z-index:99; border-radius:0; color:#fff; opacity:0; transition:all 1s ease;}
.scrolltop-button::before { content:"\e5d8"; font-family:Material Icons; font-size:50px;}
}

.wp-block-table th { z-index:100;}
.wp-block-table th.fixed01::before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; border-left:solid 1px; border-right:solid 1px; margin-left:-1px;}
.wp-block-table a.button { display:inline-block; padding:0 16px; line-height:40px; background:#1a73e8; color:#fff; font-weight:bold; border-radius:20px; font-size:14px; box-shadow:0 1px 2px #ddd; transition:all 0.5s;}
.wp-block-table a.button:hover { background:#488fed;}

.blogcard { border:solid 3px var(--subcolor); padding:12px; position:relative; margin:40px 0 32px; box-sizing:border-box;}
.blogcard h5 { font-size:16px; line-height:24px; font-weight:bold; background:var(--subcolor); color:#fff; border-radius:4px 4px 0 0; display:inline-block; padding:2px 12px; position:absolute; top:-28px; left:-3px;}
.blogcard a { display:flex; flex-wrap:wrap;}
.blogcard a img { width:100%; height:auto; margin-bottom:8px; object-fit:contain;}
.blogcard a span { font-size:15px; font-weight:bold; line-height:1.4;}
@media (min-width: 480px) {
.blogcard { padding:16px;}
.blogcard a { flex-wrap:nowrap;}
.blogcard a img { width:160px; margin-right:12px; margin-bottom:0;}
}

.asp-button-wrap a {
	white-space:wrap!important;
}

.title-area {
	margin: 32px 0;
}
.title-area .title {
	font-size: 24px;
	line-height: 1;
	text-align: center;
}
.new-topics {
	display: flex;
	padding: 0 25px;
	margin-bottom: 0;
	background: #eae7df;
}
.article-list-wrap {
	flex: 1;
    padding-right: 20px;
    margin-bottom: 40px;
    width: calc(100% - 350px);
}
.article-list-title {
	font-size: 20px;
	margin-top: 30px;
	line-height: 40px;
}

article.single .posts-list-title {
	max-width: 800px;
	margin: 0 auto;
	padding: 24px;
}

.post-relation-taxonomy {
	display: flex;
	align-items: center;
	margin-top: 12px;
	line-height: 1
}

@media(max-width: 768px) {
	.post-relation-taxonomy {
			align-items:flex-start
	}
}

.post-relation-taxonomy .post-relation {
	display: flex;
	align-items: start;
	color: #616161
}

@media(max-width: 768px) {
	.post-relation-taxonomy .post-relation {
			padding-top:4px
	}
}

.post-relation-taxonomy-content {
	width: 100%;
	height: auto;
	padding-left: 4px;
	font-size: 12px
}

.post-relation-taxonomy-content.category li a {
	display: inline-block;
	padding: 6px 12px;
	margin-right: 8px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	background: #c08d4e;
	border: 1px solid #c08d4e;
	border-radius: 3px
}

.post-relation-taxonomy-content.category a:active,.post-relation-taxonomy-content.category a:focus,.post-relation-taxonomy-content.category a:hover {
	color: #c08d4e;
	background: #fff
}

.post-relation-taxonomy-content a {
	display: inline-block;
	height: auto;
	padding: 6px 8px 6px 0;
	line-height: 1;
	color: #777;
	text-decoration: none
}

.post-relation-taxonomy-content.category a {
	color: #fff;
}

.post-relation-taxonomy-content a:active,.post-relation-taxonomy-content a:hover {
	color: #c08d4e
}

.post-relation-taxonomy-content.tags a:before {
	content: "#"
}
@media(max-width: 768px) {
	.main-article .post-list li {
			padding:28px 0 14px
	}
}

.main-article .post-list li .posts-image-link {
	width: 32%
}

@media(max-width: 768px) {
	.main-article .post-list li .posts-image-link {
			width:60%
	}
}

.main-article .post-list li .posts-image-link img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 29/21;
}

@media(max-width: 768px) {
	.main-article .post-list li .posts-image-link img {
			width:100%;
			height: auto
	}
}

.main-article .post-list .posts-content-box {
	display: block;
	height: 150px;
	padding-left: 16px;
	width: calc(80% - 16px)
}

@media(max-width: 768px) {
	.main-article .post-list .posts-content-box {
			height:120px
	}
}

/* ランダムバナー用 */
.random-banner-container {
	width: 50%;
	margin: 0 auto;
}
.random-banner-container p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.random-banner-container .detail-btn {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	background:#c08d4e;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0;
	border-radius: 50px;
}
@media screen and (max-width: 767px) {
	.random-banner-container {
		width: 100%;
	}
}

.post-contact-area {
    width: 300px;
    background: #c08d4e;
    border-radius: 10px;
    margin: 0 auto;
}

.post-contact-area a {
	text-align: center;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
}
