#contents {
	max-width: none;
}

/*----------------------------------------
	header
-----------------------------------------*/
.misoji_header {
	position: relative;
	border-top: 6px solid #fabe00;
	border-bottom: 2px solid #fabe00;
}

.misoji_header .inner {
	padding: 15px 112px 15px 40px;
}

.misoji_header .inner .trigger_toggle {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
}

.misoji_header .inner .trigger_toggle a {
	display: block;
	width: 80px;
	height: 68px;
	background: #fabe00 url(/hibitotonoeru/img/icon_humburger.svg) no-repeat center;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
	border-radius: 8px 0 0 8px;
	transform: translateY(-50%);
}

.misoji_header .inner .trigger_toggle span {
	font-size: 0;
}

.misoji_header .inner h1 {
	font-weight: bold;
	font-size: 64px;
}

/* .misoji_header .inner h1:after {
	content: 'MISOJI';
	color: #fabe00;
	margin-left: 40px;
	font-size: 48px;
} */

.misoji_header .inner .summary {
	font-size: 24px;
	line-height: 1.5;
}

.misoji_header .secondary {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: #F6F6F4;
}

.misoji_header .secondary_inner:before {
	content: 'MISOJI';
	display: block;
	padding: 36px 20px;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #E5E5E5;
}

.misoji_header .anchor_about {
	border-bottom: 2px solid #E5E5E5;
}

.misoji_header .anchor_about a {
	display: block;
	width: 100%;
	padding: 60px 80px;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
}

.misoji_header .anchor_about a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 26px;
	background: url(/hibitotonoeru/img/arrow_down.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.misoji_header .anchor_about a span {
	display: inline-block;
	vertical-align: middle;
}

.misoji_header .sns {
	padding: 40px 60px;
}

.misoji_header .sns ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
	background: #fabe00;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 0;
	line-height: 0;
}

.misoji_header .sns li a {
	display: block;
}

.misoji_header .sns li span:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 60px;
}

.misoji_header .sns li.fb span:before {
	background: url(/hibitotonoeru/img/icon_fb_white.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.misoji_header .sns li.ig span:before {
	background: url(/hibitotonoeru/img/icon_ig_white.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.misoji_header .sns li.tw span:before {
	background: url(/hibitotonoeru/img/icon_tw_white.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.misoji_header .trigger_close.upper{
	position: absolute;
	top: 0;
	right: 0;
	width: 128px;
	height: 100px;
}
.misoji_header .trigger_close.upper a{
	display: block;
	height: 100%;
	background: url(/hibitotonoeru/img/icon_close.svg) no-repeat center;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
}
.misoji_header .trigger_close.upper a span{
	font-size: 0;
}
.misoji_header .trigger_close.lower{
	background: #E5E5E5;
	text-align: center;
	font-size: 20px;
	line-height: 1;
}
.misoji_header .trigger_close.lower a{
	display: block;
	padding: 35px 20px;
}
.misoji_header .trigger_close.lower a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	margin-left: 20px;
	background: url(/hibitotonoeru/img/icon_close.svg) no-repeat center;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
}
.misoji_header .trigger_close.lower a span {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (min-width: 767px) {
	.misoji_header {
		padding-left: 20px;
		padding-right: 20px;
		border-top-width: 4px;
		border-bottom-width: 1px;
	}

	.misoji_header .inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 1152px;
		margin: auto;
		padding: 22px 0;
	}

	.misoji_header .inner .trigger_toggle {
		display: none;
	}

	.misoji_header .inner h1 {
		font-size: 32px
	}

	.misoji_header .inner h1:after {
		font-size: 24px;
		margin-left: 18px;
	}

	.misoji_header .inner .summary {
		font-size: 15px;
	}

	.misoji_header .secondary {
		position: static;
		display: block;
		background: none;
	}

	.misoji_header .secondary_inner {
		display: -webkit-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 13px;
	}

	.misoji_header .secondary_inner:before {
		content: none;
		display: none;
	}

	.misoji_header .trigger_close {
		display: none;
	}

	.misoji_header .anchor_about {
		border-bottom: none;
	}

	.misoji_header .anchor_about a {
		display: inline-block;
		width: auto;
		padding: 0;
		font-size: 13px;
		font-weight: normal;
	}

	.misoji_header .anchor_about a:before {
		width: 12px;
		height: 12px;
		margin-right: 10px;
	}

	.misoji_header .sns {
		margin-left: 40px;
		padding: 0;
	}

	.misoji_header .sns ul {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 185px;
		padding: 14px 27px;
	}

	.misoji_header .sns li span:before {
		width: 25px;
		height: 25px;
		margin: 0;
	}
}

/*----------------------------------------
	気になるキーワードで記事を検索
-----------------------------------------*/
.search_keyword {
	margin: 80px auto;
	padding: 0 32px;
}

.search_keyword .ttl {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 36px;
}

.search_keyword .detail {
	padding: 40px;
	font-size: 32px;
	background: #FFF7DE;
}

.search_keyword .detail dl:not(:last-of-type) {
	margin-bottom: 50px;
}

.search_keyword .detail dt {
	margin-bottom: 14px;
	font-weight: bold;
}

.search_keyword .detail dt:after {
	content: '\00ff1a';
}

.search_keyword .detail .word {
	display: inline-block;
}

.search_keyword .detail .word a {
	text-decoration: underline;
}

.search_keyword .detail .word:not(:last-child):after {
	content: '\003001';
}

@media screen and (min-width: 767px) {
	.search_keyword {
		margin: 60px auto;
		padding: 0 20px;
	}

	.search_keyword .inner {
		max-width: 955px;
		margin: auto;
	}

	.search_keyword .ttl {
		margin-bottom: 25px;
		font-size: 24px;
		text-align: center;
	}

	.search_keyword .detail {
		padding: 32px;
		font-size: 16px;
	}

	.search_keyword .detail dl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.search_keyword .detail dl:not(:last-of-type) {
		margin-bottom: 30px;
	}

	.search_keyword .detail dt {
		margin-bottom: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.search_keyword .detail dd {
		margin-bottom: 0;
	}
}

/*----------------------------------------
	味噌路とは
-----------------------------------------*/
.about {
	margin-top: 60px;
	padding: 0 32px;
}

.about .inner {
	background: #F6F6F4;
}

.about .inner:before {
	content: '';
	display: block;
	padding-top: 45.7%;
	background: url(/hibitotonoeru/img/bg_about.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.about .inner .detail {
	padding: 40px 36px 50px;
}

.about .detail .ttl {
	margin-bottom: 36px;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
}

/* .about .detail .ttl:after {
	content: 'MISOJI';
	display: block;
	margin-top: 24px;
	font-size: 32px;
	line-height: 1;
	color: #fabe00;
} */

.about .detail p:not(.ttl) {
	font-size: 28px;
	line-height: 1.4;
}

.about .detail p:not(.ttl):not(:last-of-type) {
	margin-bottom: 40px;
}

@media screen and (min-width: 767px) {
	.about {
		margin-top: 80px;
		padding: 0 20px;
	}

	.about .inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		max-width: 1152px;
		margin: auto;
	}

	.about .inner:before {
		width: 66.5%;
		padding-top: 0;
	}

	.about .detail {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		padding: 40px 32px 23px;
	}

	.about .detail .ttl {
		margin-bottom: 16px;
		font-size: 24px;
	}

	.about .detail .ttl:after {
		margin-top: 10px;
		font-size: 16px;
	}

	.about .detail p:not(.ttl) {
		font-size: 15px;
	}

	.about .detail p:not(.ttl):not(:last-of-type) {
		margin-bottom: 20px;
	}
}

/*----------------------------------------
	記事一覧
-----------------------------------------*/
.list {
	padding: 0 36px;
}

/*----------------------------------------
	記事リスト
-----------------------------------------*/
.article_list .item {
	margin-bottom: 40px;
}

.article_list .item a {
	display: block;
}

.article_list .item .body {
	overflow: hidden;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse; */
}

.article_list .item .vis {
	float: left;
	width: 328px;
	/* width: 47%;
	margin-right: 30px; */
}

.article_list .item .vis img {
	width: 100%;
	height: auto;
}

.article_list .item .info {
	/* -webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0; */
}

.article_list .item .ttl {
	margin-left: 360px;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1.4;
}

.article_list .item .meta {
	margin-left: 360px;
}

.article_list .item .tag {
	margin-bottom: 20px;
}

.article_list .item .tag li {
	display: inline-block;
	min-width: 160px;
	margin-bottom: 4px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	background: #FFF7DE;
}

.article_list .item .tag li:not(:last-child) {
	margin-right: 4px;
}

.article_list .item .pubdate {
	font-size: 20px;
	line-height: 1;
	text-align: right;
	color: #666;
}

@media screen and (max-width: 767px) {
	.article_list .item:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 767px) {
	.article_list {
		max-width: 1152px;
		margin: auto;
		overflow: hidden;
	}

	.article_list.list_4 .items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -16px -50px;
	}

	.article_list.list_4 .item {
		width: calc(25% - 32px);
		margin: 0 16px 50px;
	}

	.article_list .item a {
		height: 100%;
	}

	.article_list .item .body {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}

	.article_list .item .vis {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.article_list .item .vis img {
		width: 100%;
		height: auto;
		-webkit-transition: -webkit-transform .3s linear;
		transition: -webkit-transform .3s linear;
		-o-transition: transform .3s linear;
		transition: transform .3s linear;
		transition: transform .3s linear, -webkit-transform .3s linear;
	}

	.article_list .item a:hover .vis img {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: scale(1.12);
		-ms-transform: scale(1.12);
		transform: scale(1.12);
	}

	.article_list .item .info {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.article_list .item .ttl {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		margin-left: 0;
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 1.5;
	}

	.article_list .item .meta {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: 0;
	}

	.article_list .item .tag {
		margin-bottom: 0;
	}

	.article_list .item .tag li {
		min-width: 85px;
		margin-bottom: 4px;
		padding: 5px;
		font-size: 10px;
		line-height: 1;
	}

	.article_list .item .tag li:not(:last-child) {
		/* margin-right: 4px; */
		margin-right: 0;
	}

	.article_list .item .pubdate {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 4px;
		font-size: 10px;
		line-height: 20px;
	}
}

/*----------------------------------------
	ページネーション
-----------------------------------------*/
.pagenation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 100px auto;
	padding: 0 70px;
	text-align: center;
}

.pagenation:empty {
	margin: 40px 0;
}

.pagenation a {
	display: inline-block;
	vertical-align: bottom;
}

.pagenation .prev {
	margin-right: 40px;
}

.pagenation .next {
	margin-left: 40px;
}

.pagenation .prev span,
.pagenation .next span {
	display: block;
	font-size: 0;
	line-height: 0;
}

.pagenation .prev span:before,
.pagenation .next span:before {
	content: '';
	display: block;
	width: 64px;
	height: 64px;
}

.pagenation .prev span:before {
	background: url(/hibitotonoeru/img/arrow_left.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.pagenation .next span:before {
	background: url(/hibitotonoeru/img/arrow_right.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.pagenation .item {
	margin: 0 8px;
}

.pagenation .item span {
	display: block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	background: #F6F6F4;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.pagenation .item.current span {
	border: 2px solid #FFB200;
	background: none;
	color: #FFB200;
}

.pagenation .ellip span {
	display: block;
	width: 64px;
	line-height: 1;
}

@media screen and (min-width: 767px) {
	.pagenation {
		margin: 90px auto;
		padding: 0 20px;
		width: 300px;
	}

	.pagenation:empty {
		margin: 30px 0;
	}

	.pagenation .prev {
		margin-right: 20px;
	}

	.pagenation .next {
		margin-left: 20px;
	}

	.pagenation .prev span:before,
	.pagenation .next span:before {
		width: 32px;
		height: 32px;
	}

	.pagenation .item {
		margin: 0 4px;
	}

	.pagenation .item span {
		display: block;
		width: 32px;
		height: 32px;
		line-height: 30px;
		background: #F6F6F4;
		border: 1px solid #F6F6F4;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		font-size: 12px;
	}

	.pagenation .item a:hover {
		opacity: 1;
	}

	.pagenation .item a:hover span {
		border-color: #FFB200;
		background: none;
		color: #FFB200;
	}

	.pagenation .item.current span {
		border-width: 1px;
	}

	.pagenation .ellip span {
		width: 32px;
	}
}

/*----------------------------------------
	小見出し
-----------------------------------------*/
.section_ttl {
	position: relative;
	margin-bottom: 48px;
	padding-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 48px;
	border-bottom: none !important;
}

.section_ttl:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 220px;
	padding-top: 4px;
	margin: auto;
	background: #FABB00;
}

@media screen and (min-width: 767px) {
	.section_ttl {
		margin-bottom: 50px;
		padding-bottom: 32px;
		font-size: 32px;
	}

	.section_ttl:after {
		width: 220px;
		padding-top: 2px;
	}
}

/*----------------------------------------
	SHARE
-----------------------------------------*/
.share {
	padding: 0 32px;
	background: #F6F6F4;
}

.share .inner {
	padding: 40px 0;
}

.share .ttl {
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding-left: 70px;
	padding-right: 70px;
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.share .ttl:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 2px;
	background: #000;
	-webkit-transform: rotate(-30deg) translate(0, 4px);
	-ms-transform: rotate(-30deg) translate(0, 4px);
	transform: rotate(-30deg) translate(0, 4px);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.share .ttl:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 2px;
	background: #000;
	-webkit-transform: rotate(30deg) translate(0, 4px);
	-ms-transform: rotate(30deg) translate(0, 4px);
	transform: rotate(30deg) translate(0, 4px);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.share .account {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.share .account li {
	margin: 0 48px;
}

.share .account li a {
	display: inline-block;
}

.share .account li span {
	font-size: 0;
}

.share .account li span:before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
}

.share .account li.fb span:before {
	background: url(/hibitotonoeru/img/icon_fb.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.share .account li.tw span:before {
	background: url(/hibitotonoeru/img/icon_tw.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.share .account li.ln span:before {
	background: url(/hibitotonoeru/img/icon_ln.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

@media screen and (min-width: 767px) {
	.share {
		padding: 0 20px;
	}

	.share .inner {
		padding: 30px 0;
	}

	.share .ttl {
		margin-bottom: 25px;
		padding-left: 35px;
		padding-right: 35px;
		font-size: 24px;
	}

	.share .account li {
		margin: 0 14px;
	}

	.share .account li span:before {
		width: 40px;
		height: 40px;
	}
}

/*----------------------------------------
	pupular article
-----------------------------------------*/
.pupular_article {
	margin: 60px auto;
}

@media screen and (min-width: 767px) {
	.pupular_article {
		margin: 80px auto;
	}
}