@charset "UTF-8";

@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}

@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), local('Yu Gothic');
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 R', TsukuAOldMinPr6-R, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 12px;
	line-height: 1;
	overflow-x: hidden;
	letter-spacing: 0;
	word-wrap: break-word;
	word-break: break-all;
	color: #591e00;
	background: #fff;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.open,
body.open {
	overflow: hidden;
}

#overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: rgba(0, 0, 0, .6);
}

header {
	position: fixed;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-top: 4px solid #aea2a6;
	background: #fff;
}

#header_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #792900;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header_wrap #logo_area {
	width: 31.6%;
	max-width: 184px;
}

#header_wrap #g_trigger {
	cursor: pointer;
}

#header_wrap #g_trigger div {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 42%;
	max-height: 20px;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header_wrap #g_trigger div span {
	display: block;
	width: 100%;
	height: 2px;
	background: #591e00;
}

#header_wrap #g_trigger div span::before,
#header_wrap #g_trigger div span::after {
	position: absolute;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #591e00;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#header_wrap #g_trigger div span::before {
	top: 0;
}

#header_wrap #g_trigger div span::after {
	bottom: 0;
}

#header_wrap #g_trigger.close span {
	background-color: transparent;
}

#header_wrap #g_trigger.close span::before,
#header_wrap #g_trigger.close span::after {
	top: 50%;
	bottom: inherit;
}

#header_wrap #g_trigger.close span::before {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

#header_wrap #g_trigger.close span::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

#header_wrap #g_nav a {
	font-size: 1.68rem;
	letter-spacing: .03em;
}

#header_wrap #cart_menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background: #000;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header_wrap #cart_menu a .count_quantity {
	line-height: 2.4rem;
	position: absolute;
	top: -50%;
	right: -65%;
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	text-align: center;
	letter-spacing: .25em;
	color: #fff;
	border-radius: 50%;
	background: #f17965;
}

#header_wrap #cart_menu a > div {
	position: relative;
}

#header_wrap #cart_menu a .i_cart {
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 auto;
}

#header_wrap #cart_menu svg {
	fill: #fff;
}

#float_area {
	position: fixed;
	right: 1.3%;
	bottom: 16px;
}

#float_area .float_banner_box {
	width: 4.8rem;
	height: 4.8rem;
	margin-bottom: 1.2rem;
}

#float_area .float_banner_box.onlinshop_btn {
	border-radius: 10px;
	background-color: #591e00;
}

#float_area .float_banner_box.onlinshop_btn p {
	font-size: 1rem;
	margin-top: .4rem;
	text-align: center;
	color: #fff;
}

#float_area .float_banner_box_anker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#float_area .float_banner_box .svg {
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 auto;
}

#float_area .float_banner_box .svg svg {
	fill: #fff;
}

#page_top_wrap {
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#page_top_wrap.visible {
	visibility: visible;
	opacity: 1;
}

#page_top_wrap.visible:hover {
	opacity: .6;
}

#page_top > div {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 4.8rem;
	height: 4.8rem;
	border: 1px solid #000;
	border-radius: 50%;
	background: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#page_top > div span {
	width: 2.4rem;
	height: 2.4rem;
}

#page_top > div span svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

footer {
	position: relative;
	margin-top: 15%;
	background: #f2f2f2;
}

footer #footer_nav_wrap {
	position: relative;
	padding: 10% 5%;
	background: #e5e5e5;
}

footer #footer_nav_wrap .footer_nav a {
	font-size: 1.68rem;
}

footer #fb_btn {
	width: 4.0rem;
	height: 4.0rem;
	border-radius: 50%;
	background: #591e00;
}

footer #fb_btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4.0rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer #fb_btn a span {
	width: 2.0rem;
	height: 2.0rem;
}

footer #fb_btn a span svg {
	fill: #fff;
}

footer #guide_menu {
	width: 100%;
}

footer #footer_logo_area {
	letter-spacing: .03em;
	color: #000;
	background: #f2f2f2;
}

/*下層共通
**************************************/

#breadcrumb {
	font-size: 1.4rem;
	width: 98%;
	max-width: 1248px;
	margin: 0 auto;
}

#breadcrumb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 1.6% 0;
}

#breadcrumb ul li::after {
	margin: 0 5px;
	content: '/';
}

#breadcrumb ul li:last-child::after {
	margin: 0;
	content: '';
}

#pagination {
	width: 90%;
	margin: 0 auto;
}

#pagination .pager_arrow {
	margin: 0 8px;
}

#pagination .pager_arrow.next span {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#pagination .pager_arrow a {
	display: block;
}

#pagination .pager_arrow span {
	width: 1.7rem;
	height: 1.7rem;
}

#pagination .pager_arrow span svg {
	fill: #591e00;
}

#pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-left: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#pagination ul .num {
	width: 2.16rem;
	margin: 0 8px;
	text-align: center;
}

#pagination ul .num a,
#pagination ul .num span {
	font-size: 2.16rem;
}

#pagination ul .num.current {
	opacity: .2;
}

.list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list_wrap article {
	font-size: 1.2rem;
	line-height: 1.4;
	position: relative;
	width: 45.8%;
	margin-top: 3rem;
	margin-left: 8.4%;
}

.list_wrap article:nth-child(2n+1) {
	margin-left: 0;
}

.list_wrap article:first-child,
.list_wrap article:nth-child(2) {
	margin-top: 0;
}

.list_wrap article .article_title {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 1.62rem;
	line-height: 1.25;
	margin: 12.1% 0 3.8%;
	letter-spacing: -.05em;
}

.list_wrap article .article_caption {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
}

.list_wrap article .article_price {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 1.2rem;
	margin: 3.4% 0 0;
	letter-spacing: .05em;
}

.list_wrap article .article_price span {
	font-size: 1.92rem;
}

.list_wrap article.item_box {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
}

.list_wrap article.item_box .article_wrap {
	margin-bottom: calc(34.4% + 1.2rem);
}

.list_wrap article.item_box .article_wrap a {
	display: block;
}

.list_wrap article.item_box .article_wrap .cart_btn {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.list_wrap article.item_box .article_wrap .cart_btn a {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	font-size: 1.44rem;
	line-height: 1;
	display: block;
	padding: 1.44rem 0;
	text-align: center;
	letter-spacing: .03em;
	color: #000;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
	background: #fff;
}

/*INDEX
**************************************/

.block_contents_wrap .block_title_wrap {
	margin-bottom: 11.1%;
}

.block_contents_wrap .block_title_wrap h1,
.block_contents_wrap .block_title_wrap h2 {
	font-size: 2.88rem;
}

.block_contents_wrap .block_title_wrap .block_title_sub {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 1.8rem;
	line-height: 1.5;
	position: relative;
}

.block_contents_wrap .block_title_wrap .block_title_sub::before {
	line-height: 1.5;
	position: absolute;
	top: 0;
	display: block;
	width: 22.2%;
	height: 1px;
	content: '';
	background: #792900;
}

#main_header #mainV {
	overflow: hidden;
	width: 100%;
}

#main_header #mainV .main_slide {
	overflow: hidden;
	max-height: 498px;
}

#main_header #mainV .main_slide a {
	display: block;
	width: 100%;
	height: 100%;
}

#main_header #mainV .slick-dots {
	margin: 5.6% 0 0;
}

#pickup_article #pickup_article_wrap {
	margin-bottom: 10.4%;
}

#pickup_article #pickup_article_wrap article {
	font-size: 1.8rem;
	line-height: 1.5;
}

#pickup_article #pickup_article_wrap article .article_caption {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 1.2rem;
	margin: 2.8% 0;
}

#pickup_article #pickup_article_wrap article .article_title {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 2.16rem;
	line-height: 1.25;
	margin-top: 6.1%;
	margin-bottom: 1.3%;
}

#pickup_thumbnail_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 7.8%;
}

#pickup_thumbnail_nav > div {
	overflow: hidden;
	width: 11.1%;
	max-width: 40px;
	margin-left: 2.8%;
	cursor: pointer;
	opacity: .5;
	border-radius: 40px;
}

#pickup_thumbnail_nav > div:first-child {
	margin-left: 0;
}

#pickup_thumbnail_nav > div.active {
	opacity: 1;
}

#pickup_thumbnail_nav > div > div {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 40px;
}

#pickup_thumbnail_nav > div img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	max-width: 200px;
	max-height: 200px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#pickup_thumbnail_nav + .btn_area {
	margin-top: 13.3%;
}

#otameshi_area .price {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 1.92rem;
	letter-spacing: .05em;
}

#otameshi_area .price span {
	font-size: 1.2rem;
}

#otameshi_area .otameshi_text {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 11.1%;
	letter-spacing: .03em;
}

#otameshi_area .otameshi_text span {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	font-size: 1.44rem;
	display: block;
	color: #a86432;
}

#otameshi_area .slick-dots {
	margin: 5.6% 0 6.6%;
}

#otameshi_area .otameshi_wrap {
	position: relative;
}

#otameshi_area .otameshi_wrap .btn_area li {
	margin: 0;
}

#banner_area .block_banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#banner_area .banner_box {
	width: 100%;
	max-width: 328px;
	margin: 0 16px 16px;
}

/*　一覧共通
**************************************/

.category_menu li,
.date_menu li {
	background: #fff;
}

.category_menu li a,
.category_menu li span,
.date_menu li a,
.date_menu li span {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	font-size: 1.44rem;
	display: block;
	padding: 1.44rem;
	color: #000;
}

.category_menu .current-cat,
.date_menu .current-cat {
	background: #fef3f1;
}

.category_menu .current-cat span,
.date_menu .current-cat span {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	font-size: 1.44rem;
	display: block;
	padding: 1.44rem;
	color: #000;
}

.category_menu .current-menu,
.date_menu .current-menu {
	position: relative;
}

.category_menu .current-menu::before,
.category_menu .current-menu::after,
.date_menu .current-menu::before,
.date_menu .current-menu::after {
	position: absolute;
	right: 1.0rem;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-width: 8.7px 5px 0 5px;
	border-style: solid;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.category_menu .current-menu::before,
.date_menu .current-menu::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-color: #000 transparent transparent transparent;
}

.category_menu .current-menu::after,
.date_menu .current-menu::after {
	top: calc(50% + 2px);
	-webkit-transform: translateY(calc(-50% - 3px));
	transform: translateY(calc(-50% - 3px));
}

.category_menu .current-menu.active::before,
.category_menu .current-menu.active::after,
.date_menu .current-menu.active::before,
.date_menu .current-menu.active::after {
	position: absolute;
	right: 1.0rem;
	border-width: 0 5px 8.7px 5px;
}

.category_menu .current-menu.active::before,
.date_menu .current-menu.active::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-color: transparent transparent #000 transparent;
}

.category_menu .current-menu.active::after,
.date_menu .current-menu.active::after {
	top: calc(50% + 4px);
}

.category_menu .object_name,
.date_menu .object_name {
	position: relative;
}

.category_menu .object_name::before,
.category_menu .object_name::after,
.date_menu .object_name::before,
.date_menu .object_name::after {
	position: absolute;
	right: 1.0rem;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-width: 8.7px 5px 0 5px;
	border-style: solid;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.category_menu .object_name::before,
.date_menu .object_name::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-color: #000 transparent transparent transparent;
}

.category_menu .object_name::after,
.date_menu .object_name::after {
	top: calc(50% + 2px);
	-webkit-transform: translateY(calc(-50% - 3px));
	transform: translateY(calc(-50% - 3px));
	border-color: #fff transparent transparent transparent;
}

.category_menu .object_name.active::before,
.category_menu .object_name.active::after,
.date_menu .object_name.active::before,
.date_menu .object_name.active::after {
	position: absolute;
	right: 1.0rem;
	border-width: 0 5px 8.7px 5px;
}

.category_menu .object_name.active::before,
.date_menu .object_name.active::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-color: transparent transparent #000 transparent;
}

.category_menu .object_name.active::after,
.date_menu .object_name.active::after {
	top: calc(50% + 4px);
	border-color: transparent transparent #fff transparent;
}

.category_menu .current-parent-cat,
.date_menu .current-parent-cat {
	background: #fef3f1;
}

.category_menu .current-parent-cat .object_name::after,
.date_menu .current-parent-cat .object_name::after {
	border-color: #fef3f1 transparent transparent transparent;
}

.category_menu .current-parent-cat .object_name.active::after,
.date_menu .current-parent-cat .object_name.active::after {
	border-color: transparent transparent #fef3f1 transparent;
}

.category_menu .current-menu {
	background: #fef3f1;
}

.category_menu .current-menu span {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	font-size: 1.44rem;
	display: block;
	padding: 1.44rem 0;
	color: #000;
	border-bottom: 1px solid #000;
}

.category_menu .current-menu.trigger > span {
	overflow: hidden;
	padding: 1.44rem 2rem 1.44rem 1.44rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.category_menu .current-menu::after {
	border-color: #fef3f1 transparent transparent transparent;
}

.category_menu .current-menu.active::after {
	border-color: transparent transparent #fef3f1 transparent;
}

.category_menu > ul > li {
	border-bottom: 1px solid #000;
}

.category_menu > ul > li > ul {
	position: relative;
	display: none;
}

.category_menu > ul > li > ul::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 1px;
	content: '';
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #8f8f8f;
}

.category_menu > ul > li > ul a,
.category_menu > ul > li > ul span {
	margin-left: 1.2rem;
}

.date_menu {
	position: relative;
}

.date_menu li {
	border-bottom: 1px solid #000;
}

.date_menu .current-menu {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	font-size: 1.8rem;
	display: block;
	margin-top: 17.6%;
	padding: 1.8rem 0;
	color: #000;
	border-bottom: 1px solid #000;
}

.date_menu .current-menu::after {
	border-color: #fff transparent transparent transparent;
}

.date_menu .current-menu.active::after {
	border-color: transparent transparent #fff transparent;
}

.date_menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
}

.category_menu_bottom {
	padding: 0 5%;
}

.category_menu_bottom .title {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 2.4rem;
}

.category_menu_bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 6.6%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category_menu_bottom ul li {
	width: 47.2%;
	margin-left: 5.6%;
}

.category_menu_bottom ul li:nth-child(2n+1) {
	margin-left: 0;
}

.category_menu_bottom ul li a {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	font-size: 1.44rem;
	display: block;
	margin-top: 12.1%;
	padding: 1.44rem 0;
	text-align: center;
	color: #000;
	border-bottom: 1px solid #000;
}

/*お知らせ一覧
**************************************/

#news_list.base_column {
	padding-bottom: 0;
}

#news_list_wrap {
	margin-bottom: 10.4%;
}

#news_list_wrap .news_box:nth-child(2n+1) {
	background: #f2f2f2;
}

#news_list_wrap .news_box a {
	font-size: 1.62rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5.4% 3.125%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#news_list_wrap .news_box .news_date {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	width: 28%;
}

#news_list_wrap .news_box .news_date p {
	font-size: 1.62rem;
	margin-top: 19.2%;
}

#news_list_wrap .news_box .news_date span {
	font-size: 1.2rem;
	line-height: 1.25;
	color: #af7f66;
}

#news_list_wrap .news_box .news_title {
	line-height: 1.5;
	width: 68.1%;
}

/*WEBマガジン一覧
**************************************/

#magazine_list h2 {
	font-size: 2.4rem;
	line-height: 1.25;
	margin-bottom: 4.3%;
}

#magazine_list article {
	font-size: 1.8rem;
	line-height: 1.5;
}

#magazine_list article .article_caption {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 1.44rem;
	margin: 2.8% 0;
}

#magazine_list article .article_title {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 2.16rem;
	line-height: 1.25;
	margin-top: 6.1%;
}

/*記事共通
**************************************/

.single_main {
	font-size: 1.8rem;
	line-height: 1.8;
	position: relative;
}

.single_main .st,
.single_main strong {
	font-family: 'FOT-筑紫Aオールド明朝 Pr6N E',TsukuAOldMinPr6N-E,'游明朝体',YuMincho,'Yu Mincho','ヒラギノ明朝 Pro',Hiragino Mincho Pro,'MS P明朝',MS PMincho, serif;
}

.single_main .lead {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	line-height: 1.8;
}

.single_main .panel-grid.panel-has-style > .panel-row-style {
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single_main .panel-grid.panel-no-style {
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single_main h2 {
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 8.7%;
	letter-spacing: -.05em;
}

.single_main .textwidget a {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	text-decoration: underline;
}

.single_main .image_m {
	margin-bottom: 11.8%;
}

.single_main .text_m {
	margin-bottom: 11.8%;
}

.single_main .text_m p {
	margin-top: 5.9%;
}

.single_main .text_m p:first-of-type {
	margin-top: 0;
}

.single_main .panel-first-child.panel-last-child .text {
	margin-bottom: 0;
}

.single_main #profile_comments {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
}

.single_main #profile_comments .text {
	margin-bottom: 0;
}

.single_main .caption {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #a86432;
}

.single_main .caption .textwidget {
	margin-bottom: 0;
}

.single_main .notes {
	font-size: 1.62rem;
	line-height: 1.5;
	padding: 9% 2.9%;
	border-top: 1px solid #792900;
	border-bottom: 1px solid #792900;
}

.single_main .notes h3 {
	font-size: 1.92rem;
	margin-bottom: 4.6%;
}

.single_main .notes .textwidget {
	margin-bottom: 0;
}

.single_main .table dl {
	line-height: 1.25;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1.0rem;
}

.single_main .table dl dt {
	width: 20%;
}

.single_main .table dl dd {
	width: 80%;
}

.single_main .two_column .panel-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single_main .two_column .panel-grid .panel-grid-cell {
	width: 47.1% !important;
}

.single_main .two_column .panel-grid .panel-grid-cell .caption {
	margin-top: 14.1%;
}

.single_main #zairyou {
	margin-bottom: 12.3%;
	padding: 9.6% 0;
	border-top: 1px solid #792900;
	border-bottom: 1px solid #792900;
}

.single_main #zairyou .title {
	line-height: 1;
}

.single_main #zairyou .title .textwidget {
	font-size: 1.62rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.single_main #zairyou .title .textwidget h3 {
	font-size: 2.16rem;
	margin-right: 1.5rem;
}

.single_main #zairyou .panel-grid-cell {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.single_main #zairyou .panel-grid-cell .table {
	padding: 0 2.9%;
}

.single_main #zairyou .panel-grid-cell dt {
	width: 60%;
}

.single_main #zairyou .panel-grid-cell dd {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	width: 40%;
	text-align: right;
}

.single_main #recipe {
	margin-bottom: 9.4%;
}

.single_main #recipe h3 {
	font-size: 2.16rem;
	margin-bottom: 5.5%;
}

.single_main #recipe .image_m {
	margin-bottom: 5.4%;
}

.single_main #recipe .widget_sow-editor:nth-child(n+2) {
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8.3%;
	counter-increment: section;
}

.single_main #recipe .widget_sow-editor:nth-child(n+2):last-of-type {
	margin-bottom: 0;
}

.single_main #recipe .widget_sow-editor:nth-child(n+2) > div {
	width: calc(100% - 4rem);
}

.single_main #recipe .widget_sow-editor:nth-child(n+2) .textwidget {
	margin-bottom: 0;
}

.single_main #recipe .widget_sow-editor:nth-child(n+2)::before {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	width: 4rem;
	content: counter(section, decimal-leading-zero) '.';
	color: #a86432;
}

.single_main #author {
	padding: 7.4% 2.9% 0;
	border-top: 1px solid #792900;
}

.single_main #author > .panel-grid-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single_main #author > .panel-grid-cell > div:first-of-type {
	width: 31.4%;
}

.single_main #author > .panel-grid-cell > div:last-of-type {
	width: 60.8%;
}

.single_main #author #author_profile {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	line-height: 1.25;
}

.single_main #author #author_profile .widget_sow-image {
	margin-top: 0 !important;
}

.single_main #author #author_profile .profile_katagaki {
	font-size: 1.4rem;
	margin-top: 18.1%;
}

.single_main #author #author_profile .profile_name {
	font-size: 2rem;
	margin-top: 3.75%;
}

.single_main #author #author_profile .profile_furigana {
	font-size: 1.2rem;
	margin-top: 7.5%;
	color: #a86432;
}

.single_main #author #author_comments {
	font-size: 1.4rem;
	line-height: 1.5;
}

.single_main #author #author_comments h2 {
	font-size: 1.8rem;
}

.single_main.recipe #zairyou {
	margin-bottom: 0;
}

.single_main.recipe #zairyou .title .textwidget {
	font-size: 1.62rem;
}

.single_main.recipe #zairyou .title .textwidget h3 {
	font-size: 2.4rem;
}

.single_main.recipe #recipe h3 {
	font-size: 2.4rem;
}

.single_main.recipe #recipe .widget_sow-editor:nth-child(n+2) {
	margin-bottom: 8.3%;
}

.relative_wrap {
	margin: 0 2.8%;
}

.relative_wrap .list_wrap .article_wrap {
	margin-bottom: calc(34.4% + 1.2rem);
}

.relative_wrap .list_wrap .cart_btn {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.relative_wrap .list_wrap .cart_btn a {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	font-size: 1.44rem;
	line-height: 1;
	display: block;
	padding: 1.44rem 0;
	text-align: center;
	letter-spacing: .03em;
	color: #000;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
	background: #fff;
}

.relative_wrap .relative_title_wrap {
	margin-bottom: 12.1%;
}

.relative_wrap .relative_title_wrap h2 {
	font-size: 2.88rem;
	letter-spacing: -.05em;
}

#relative_article {
	margin-bottom: 14.2%;
}

#post_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5.2% 1.4%;
	border-top: 1px solid #792900;
	border-bottom: 1px solid #792900;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#post_link ul a {
	font-family: 'FOT-筑紫ゴシック Pr5 R', TsukuGoPr5-R, MyYuGothicM, YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	font-size: 1.5rem;
	line-height: 1;
}

#post_link ul .pager_arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 30%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#post_link ul .pager_arrow .arrow {
	line-height: 1;
	width: 1.6rem;
	height: 1.6rem;
}

#post_link ul .pager_arrow .arrow svg {
	fill: #591e00;
}

#post_link ul .pager_arrow.next_link {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#post_link ul .pager_arrow.next_link .arrow {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/*WEBマガジンページ
**************************************/

#magazine_header #scroll_wrap {
	margin: 11.1% 2.8% 13.2%;
}

#magazine_header #magazine_title_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#magazine_header #magazine_title {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	line-height: 1.25;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-column-width: 13rem;
	column-width: 13rem;
}

#magazine_header #magazine_title h1 {
	font-size: 3rem;
	display: inline-block;
	white-space: nowrap;
	letter-spacing: -.05em;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#magazine_header #magazine_title h1 span {
	font-size: 2.25rem;
}

#magazine_header #magagin_category {
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-column-width: 1.5rem;
	column-width: 1.5rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#magazine_header #magagin_category::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100px;
	content: '';
	background: #792900;
}

#magazine_header #magagin_category p {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 1.4rem;
	display: inline-block;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#magazine_header #magagin_category p span:first-child {
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 R', TsukuAOldMinPr6-R, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}

#magazine_header #profile_area {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
}

#magazine_header #profile_area .profile_furigana {
	color: #a86432;
}

#magazine_header #profile_area .time_required {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #78646a;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* お知らせページ
**************************************/

#info_area {
	position: relative;
	margin-top: 4.1%;
}

#info_area h1 {
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 4.6%;
}

#info_area .post_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 11%;
}

#info_area .post_info p {
	font-size: 1.44rem;
	margin-right: 1.8rem;
}

#info_area .post_info p span {
	font-size: 1.44rem;
	color: #af7f66;
}

#info_area .format_title {
	font-size: 2.88rem;
}

#info_area #author {
	margin-top: 8.7%;
}

#info_area #info_main_contents {
	margin-bottom: 17.5%;
}

/* 店舗のご案内
**************************************/

#fixation_header {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	margin-bottom: 14.6%;
}

#fixation_header #fixation_title_wrap {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: -.05em;
}

#fixation_header #fixation_title {
	position: relative;
}

#fixation_header #fixation_title::after {
	position: absolute;
	left: 0;
	content: '';
	background: #792900;
}

#fixation_header #fixation_title h1 {
	font-size: 2.88rem;
	line-height: 1.25;
}

#fixation_header #caption {
	margin-bottom: 11%;
}

#fixation_builder {
	font-size: 1.8rem;
	line-height: 1.8;
}

#fixation_builder .sub_title {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	letter-spacing: -.05em;
}

#fixation_builder h2 {
	font-size: 2.4rem;
	line-height: 1.25;
	margin-bottom: 4.3%;
}

#fixation_builder > .panel-layout > .panel-grid {
	margin-bottom: 7.1%;
}

#fixation_builder .two_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#fixation_builder .two_column > div {
	width: 47.2%;
}

#access {
	margin-top: 11.1%;
	padding-top: 7.8%;
	border-top: 1px solid #792900;
}

#access dl {
	line-height: 1.25;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#access dl dt {
	width: 9rem;
	padding-right: 3.9%;
	padding-bottom: 2.8%;
	border-right: 1px solid rgba(121, 41, 0, .4);
}

#access dl dd {
	width: calc(96.2% - 9rem);
	padding-bottom: 2.8%;
}

#access dl:last-child dt,
#access dl:last-child dd {
	padding-bottom: 0;
}

#access #shop_map {
	position: relative;
	margin-top: 11.1%;
	padding-bottom: 55.6%;
}

#access #shop_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#seminar_list h2 {
	font-size: 1.92rem;
	margin-bottom: 11.8%;
}

#seminar_list .article_date {
	font-size: 1.44rem;
	margin-top: 11.7%;
}

#seminar_list .article_title {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 1.6rem;
	margin: 5.7% 0 0;
}

/*こころの想い
**************************************/

#philosophy {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
}

#philosophy .main_title {
	position: relative;
}

#philosophy .main_title h1,
#philosophy .main_title .subtitle {
	display: inline-block;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#philosophy .main_title h1 {
	font-size: 3.36rem;
	font-size: 3.36rem;
	line-height: 1;
	width: 3.36rem;
	margin: 0 auto;
	white-space: nowrap;
}

#philosophy .main_title .subtitle {
	font-size: 1.44rem;
	line-height: 1;
	position: absolute;
	right: calc(50% - 6.3rem);
	height: 100%;
}

#philosophy .main_title .subtitle span {
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 R', TsukuAOldMinPr6-R, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: .96rem;
	margin-top: 4.3%;
}

#philosophy #introduction .subtitle::after {
	position: absolute;
	top: 0;
	right: calc(50% + 2rem);
	width: 1px;
	height: 128px;
	content: '';
	background: #792900;
}

#philosophy #introduction_text {
	font-size: 1.92rem;
	line-height: 1.8;
}

#philosophy .philosophy_wrap {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 17.4%;
}

#philosophy .philosophy_wrap .philosophy_image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#philosophy .philosophy_wrap .philosophy_image div {
	width: 50%;
}

#philosophy .philosophy_wrap .philosophy_image div.long {
	width: 100%;
}

#philosophy .philosophy_wrap .philosophy_text {
	width: 94.4%;
	margin: 0 auto;
}

#philosophy .philosophy_wrap .philosophy_text h2 {
	font-size: 2.88rem;
	line-height: 1.25;
	margin-bottom: 15.6%;
	letter-spacing: -.05em;
}

#philosophy #miryoku .philosophy_wrap {
	margin-bottom: 0;
}

#philosophy div[class*='miryoku-'] dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#philosophy div[class*='miryoku-'] dl dt,
#philosophy div[class*='miryoku-'] dl dd {
	width: 50%;
}

#philosophy div[class*='miryoku-'] dl dd {
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 R', TsukuAOldMinPr6-R, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 1.5rem;
	line-height: 1.25;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 4.7%;
}

#philosophy div[class*='miryoku-'] dl dd .title {
	font-family: 'I-OTF明朝オールドPro R', IwaOMinPro-Th, '游明朝体', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 Pro', Hiragino Mincho Pro, 'MS P明朝', MS PMincho, serif;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 11.3%;
	letter-spacing: -.05em;
}

#philosophy div[class*='miryoku-'] dl dd .title + p {
	letter-spacing: 0;
}

#philosophy .miryoku-bottom {
	width: 94.4%;
	margin: 0 auto;
}

#philosophy #moromi {
	margin-bottom: 17.4%;
	padding: 15.8% 0 70%;
	color: #fff;
	background: url(../img/philosophy/bg-philosophy-sp.png) no-repeat bottom center;
	background-size: cover;
}

#bottom_menu .logo_philosophy {
	width: 79.3%;
	margin: 0 auto 11.1%;
}

#bottom_menu .logo_philosophy img {
	display: block;
	margin: 0 auto;
}

#bottom_menu p {
	font-size: 1.92rem;
	line-height: 1.5;
	margin-bottom: 16.5%;
	letter-spacing: -.025em;
	color: #000;
}

/*サイトマップ
**************************************/

.sitemap_block .sitemap_box p {
	font-size: 1.8rem;
	margin-bottom: 4.7%;
}

.sitemap_block .sitemap_box p::before {
	content: '・';
}

.sitemap_block .sitemap_box ul {
	font-size: 1.6rem;
	margin-left: 3.6rem;
}

.sitemap_block .sitemap_box ul li {
	margin-bottom: 2.3%;
}

/*404
**************************************/

#message_area {
	margin-bottom: 16.7%;
}

#message_area .message_title {
	font-size: 2.0rem;
	line-height: 1.4;
	margin-bottom: 8.4%;
	text-align: center;
}

#message_area .message_title span {
	font-size: 1.0rem;
	display: block;
	margin-top: 5.2%;
}

#message_area .caption {
	font-size: 1.5rem;
	line-height: 1.8;
}

@media print, screen and (min-width: 768px) {

#header_wrap {
	width: 100%;
	max-width: 1248px;
	max-height: 90px;
	margin: 0 auto;
}

#header_wrap #logo_area {
	width: 14.7%;
	margin-left: 1.3%;
}

#header_wrap #g_nav a {
	font-size: 1.4rem;
}

#header_wrap #g_nav {
	width: 72.1%;
	max-width: 900px;
	margin-left: 4.7%;
}

#header_wrap #g_nav .scrolling_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header_wrap #g_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

#header_wrap #g_nav ul.web_menu {
	width: 67%;
}

#header_wrap #g_nav ul.shopping_menu {
	width: 31.6%;
}

#header_wrap #g_nav ul.shopping_menu li {
	width: 44%;
}

#header_wrap #g_nav ul.shopping_menu li:last-child {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 56%;
	border-left: 1px solid #792900;
}

#header_wrap #g_nav ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header_wrap #cart_menu {
	width: 7.3%;
	max-width: 90px;
	max-height: 90px;
}

#header_wrap #cart_menu a .count_quantity {
	font-size: 1.4rem;
	line-height: 3.2rem;
	top: -10px;
	right: 2px;
	width: 3.2rem;
	height: 3.2rem;
}

#header_wrap #cart_menu a {
	font-size: 1.0rem;
	letter-spacing: -.05em;
}

#header_wrap #cart_menu a .i_cart {
	width: 32px;
	height: 32px;
}

footer {
	margin-top: 6.7%;
	background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), color-stop(50%, #f2f2f2), color-stop(51%, #e5e5e5), to(#e5e5e5));
	background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 50%, #e5e5e5 51%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5', GradientType=1);
}

footer #footer_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 98%;
	max-width: 1248px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer #footer_nav_wrap {
	width: 71.8%;
	padding: 3.8% 0 2.2% 6.4%;
}

footer #footer_nav_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

footer #footer_nav_wrap #footer_nav_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 63.1%;
}

footer #footer_nav_wrap #footer_nav_top ul {
	width: 50%;
}

footer #footer_nav_wrap #footer_nav_bottom {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(36.9% - 4.0rem);
	padding-bottom: 52px;
	padding-left: 3.9%;
	border-left: 1px solid #591e00;
}

footer #footer_nav_wrap .footer_nav li,
footer #footer_nav_wrap .footer_nav div {
	margin-bottom: 8.8%;
}

footer #guide_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

footer #guide_menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer #guide_menu ul li {
	margin-top: 6.55%;
}

footer #guide_menu ul li::after {
	margin: 0 1.2rem;
	content: '|';
}

footer #guide_menu ul li:last-child::after {
	margin: 0;
	content: '';
}

footer #guide_menu ul li a {
	font-size: 1.2rem;
	color: #a15f2c;
}

footer #footer_logo_area {
	font-size: 1.0rem;
	position: relative;
	width: 28.2%;
	padding: 3.8% 0 2.2%;
}

footer #footer_logo_area #footer_logo {
	margin-bottom: 18.2%;
	margin-left: 4.3%;
}

footer #footer_logo_area #copyright {
	font-size: .9rem;
	line-height: 1.5;
}

main {
	padding-top: 100px;
}

.base_column {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
	padding-bottom: 10.3%;
}

#pagination {
	width: 98%;
	max-width: 1248px;
}

#pagination .pager_arrow {
	margin: 0 24px;
}

#pagination .pager_arrow span {
	width: 2.4rem;
	height: 2.4rem;
}

#pagination ul {
	max-width: 896px;
}

#pagination ul .num {
	width: 4.8rem;
}

#pagination ul .num a,
#pagination ul .num span {
	font-size: 3.2rem;
}

.list_wrap article {
	font-size: 1.4rem;
	width: 44.4%;
	margin-top: 64px;
	margin-left: 11.2%;
	letter-spacing: -.02em;
}

.list_wrap article .article_title {
	font-size: 1.8rem;
	margin: 11.25% 0 3.125%;
}

.list_wrap article .article_price {
	font-size: 1.2rem;
	margin: 4.7% 0 0;
}

.list_wrap article .article_price span {
	font-size: 1.8rem;
}

.list_wrap article.item_box .article_wrap {
	margin-bottom: 30%;
}

.list_wrap article.item_box .article_wrap .cart_btn a {
	font-size: 1.4rem;
	padding: 1.4rem 0;
}

.block_contents_wrap .block_title_wrap {
	margin-bottom: 5.6%;
}

.block_contents_wrap .block_title_wrap h1,
.block_contents_wrap .block_title_wrap h2 {
	font-size: 3.6rem;
	line-height: 1.25;
}

.block_contents_wrap .block_title_wrap .block_title_sub {
	font-size: 2rem;
}

#main_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
	max-width: 1248px;
	max-height: 720px;
	margin: 0 auto;
	margin-bottom: 10.3%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#main_header #mainV {
	overflow: hidden;
	width: 71.8%;
	max-width: 896px;
	max-height: 720px;
}

#main_header #index_description_wrap {
	width: 23.1%;
	max-width: 288px;
}

#main_header #index_description_wrap #index_description {
	position: relative;
	width: 47.2%;
	height: 100%;
	margin: 0 auto;
}

#main_header #index_description_wrap #index_logo {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 56.4%;
	max-height: 406px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#main_header #index_description_wrap #index_logo h1 {
	height: 100%;
}

#main_header #index_description_wrap #index_logo h1 img {
	margin: 0 auto;
}

#main_header #mainV .slick-dots {
	margin: 3.6% 0 0;
}

#pickup_article .block_title_sub {
	font-size: 1.6rem;
	line-height: 1.8;
}

#pickup_article .block_title_sub span {
	display: block;
	text-indent: -.5em;
}

#pickup_article .block_contents {
	overflow: hidden;
}

#pickup_article .btn_area {
	margin-top: 11.1%;
}

#pickup_article #pickup_article_wrap {
	width: 78.6%;
	margin: 0;
}

#pickup_article #pickup_article_wrap .slick-list {
	overflow: visible;
}

#pickup_article #pickup_article_wrap article {
	font-size: 1.6rem;
}

#pickup_article #pickup_article_wrap article .article_wrap {
	margin-right: 9.1%;
}

#pickup_article #pickup_article_wrap article .article_caption {
	font-size: 1.2rem;
	margin: 0 0 2.4%;
}

#pickup_article #pickup_article_wrap article .article_title {
	font-size: 2.4rem;
	margin-top: 4.8%;
	margin-bottom: 1.3%;
}

#pickup_thumbnail_nav {
	margin-top: 3.9%;
}

#pickup_thumbnail_nav > div {
	width: 16.7%;
	margin-left: 1.4%;
}

#pickup_item_wrap article {
	width: 28.5%;
	margin-left: 7.25%;
}

#pickup_item_wrap article:nth-child(3n+1) {
	margin-left: 0;
}

#pickup_item_wrap article:nth-child(3) {
	margin-top: 0;
}

#otameshi_area .block_title_wrap {
	margin-bottom: 0;
}

#otameshi_area .price {
	font-size: 2.4rem;
	margin-top: 44.8%;
}

#otameshi_area .price span {
	font-size: 1.2rem;
}

#otameshi_area .otameshi_text {
	margin-bottom: 5.5%;
	padding-top: 3.5%;
}

#otameshi_area .slick-dots {
	margin: 3.6% 0 0;
}

#otameshi_area .otameshi_wrap .btn_area {
	position: absolute;
	right: 0;
	bottom: 7%;
	width: 53.5%;
	max-width: 480px;
	margin: 0;
}

#otameshi_area .otameshi_wrap .btn_area ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#otameshi_area .otameshi_wrap .btn_area ul li {
	width: 50%;
}

.category_menu li a,
.category_menu li span,
.date_menu li a,
.date_menu li span {
	font-size: 1.4rem;
	padding: 1.4rem;
}

.category_menu .current-cat span,
.date_menu .current-cat span {
	font-size: 1.4rem;
	padding: 1.4rem;
}

.category_menu > ul > li > ul a,
.category_menu > ul > li > ul span {
	margin-left: 2rem;
}

#news_list_wrap .news_box a {
	font-size: 1.6rem;
	padding: 2.6% 3.9%;
}

#news_list_wrap .news_box .news_date {
	font-size: 2rem;
	width: 14.5%;
}

#news_list_wrap .news_box .news_date p {
	font-size: 1.2rem;
	margin-top: 8.3%;
}

#news_list_wrap .news_box .news_date span {
	font-size: 1.4rem;
}

#news_list_wrap .news_box .news_title {
	line-height: 1.8;
	width: 82.3%;
}

#magazine_list h2 {
	letter-spacing: -.05em;
}

#magazine_list article {
	font-size: 1.6rem;
}

#magazine_list article .article_wrap {
	margin-bottom: 15.7%;
}

#magazine_list article .article_caption {
	font-size: 1.2rem;
	margin: 0 0 1.5%;
}

#magazine_list article .article_title {
	font-size: 2.4rem;
	margin-top: 3.5%;
	margin-bottom: .9%;
}

#article_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#article_list_wrap article {
	width: 45.5%;
	margin-left: 9%;
}

#article_list_wrap article:nth-child(2n+1) {
	margin-left: 0;
}

#article_list_wrap article .article_caption {
	margin: 0 0 3.7%;
}

#article_list_wrap article .article_title {
	margin-top: 7.6%;
	margin-bottom: 1.7%;
}

.single_main > .panel-layout {
	width: 90%;
	margin: 0 auto;
}

.single_main > .panel-layout > .panel-grid {
	padding-bottom: 6.9%;
}

.single_main > .panel-layout > .panel-grid:last-of-type {
	padding-bottom: 0;
}

.single_main h2 {
	font-size: 2.8rem;
	margin-bottom: 9%;
}

.single_main .image_m {
	margin-bottom: 8.8%;
}

.single_main .text_m {
	margin-bottom: 8.8%;
}

.single_main .text_m p {
	margin-top: 4.4%;
}

.single_main .caption {
	font-size: 1.4rem;
	margin: 36px 0;
}

.single_main .notes {
	font-size: 1.4rem;
	padding: 6.8% 4.4%;
}

.single_main .notes h3 {
	font-size: 1.8rem;
	margin-bottom: 3.8%;
}

.single_main .two_column .panel-grid .panel-grid-cell {
	width: 46.7% !important;
}

.single_main .two_column .panel-grid .panel-grid-cell .caption {
	margin-top: 36px;
}

.single_main #zairyou {
	margin-bottom: 6.7%;
	padding: 5.4% 0;
}

.single_main #zairyou .title .textwidget {
	font-size: 2.0rem;
	margin-bottom: 4.7%;
}

.single_main #zairyou .title .textwidget h3 {
	font-size: 3.2rem;
	margin-right: 2rem;
}

.single_main #zairyou .panel-grid-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single_main #zairyou .panel-grid-cell > div {
	width: 50%;
}

.single_main #zairyou .panel-grid-cell > div:first-child {
	width: 100%;
}

.single_main #zairyou .panel-grid-cell > div:nth-child(2) {
	border-right: 1px solid #792900;
}

.single_main #zairyou .panel-grid-cell .table {
	padding: 0 8.3%;
}

.single_main #recipe {
	margin-bottom: 9.4%;
}

.single_main #recipe h3 {
	font-size: 3.2rem;
	margin-bottom: 4.4%;
}

.single_main #recipe .widget_sow-editor:nth-child(n+2) {
	line-height: 1.5;
	margin-bottom: 5.2%;
}

.single_main #author {
	padding: 5.6% 4.4%;
}

.single_main #author > .panel-grid-cell > div:first-of-type {
	width: 19.5%;
}

.single_main #author > .panel-grid-cell > div:last-of-type {
	width: 74.4%;
}

.single_main #author #author_profile {
	text-align: center;
}

.single_main #author #author_profile .profile_katagaki {
	font-size: 1.2rem;
	margin-top: 18.75%;
}

.single_main #author #author_profile .profile_name {
	font-size: 1.8rem;
	margin: 8.4% 0;
}

.single_main #author #author_profile .profile_furigana {
	font-size: 1.2rem;
	margin-top: 0;
}

.single_main #author #author_comments h2 {
	margin-bottom: 1.6%;
}

.single_main.recipe #zairyou {
	margin-bottom: 0;
}

.single_main.recipe #zairyou .title .textwidget {
	font-size: 2.0rem;
}

.single_main.recipe #zairyou .title .textwidget h3 {
	font-size: 4rem;
}

.single_main.recipe #recipe {
	margin-bottom: 0;
}

.single_main.recipe #recipe h3 {
	font-size: 4rem;
}

.relative_wrap {
	width: 90%;
	margin: 0 auto;
}

.relative_wrap .list_wrap .article_wrap {
	margin-bottom: 25%;
}

.relative_wrap .list_wrap .cart_btn a {
	font-size: 1.4rem;
	padding: 1.4rem 0;
}

.relative_wrap .relative_title_wrap {
	margin-bottom: 6%;
}

.relative_wrap .relative_title_wrap h2 {
	font-size: 3.6rem;
}

#relative_article {
	margin-bottom: 5.2%;
}

#post_link {
	width: 98%;
	max-width: 1248px;
	margin: 0 auto;
}

#post_link ul {
	padding: 1.8% 1.3%;
}

#post_link ul a {
	font-size: 1.6rem;
}

#post_link ul .pager_arrow .arrow {
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 5px;
}

#post_link ul .pager_arrow.next_link .arrow {
	margin-left: 5px;
}

#magazine_header #scroll_wrap {
	margin: 5.6% 2.8% 6.6%;
}

#magazine_header #magazine_title_wrap {
	margin: 48px auto 25px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#magazine_header #magazine_title {
	width: 10rem;
	padding-left: 25px;
	-webkit-column-width: 25rem;
	column-width: 25rem;
}

#magazine_header #magazine_title h1 {
	font-size: 3.2rem;
}

#magazine_header #magazine_title h1 span {
	font-size: 2.4rem;
}

#magazine_header #magagin_category {
	font-size: 2rem;
	padding-right: 35px;
	-webkit-column-width: 2.4rem;
	column-width: 2.4rem;
}

#magazine_header #magagin_category p {
	font-size: 2.4rem;
}

#magazine_header #magagin_category p span:first-child {
	font-size: 1.4rem;
	letter-spacing: -.01em;
}

#magazine_header #profile_area dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#magazine_header #profile_area dl dt {
	width: 128px;
}

#magazine_header #profile_area dl dt .profile_image {
	margin-bottom: 24px;
}

#magazine_header #profile_area dl dt .time_required {
	font-size: 1.6rem;
}

#magazine_header #profile_area dl dt .time_required p {
	font-size: 2.0rem;
	margin-top: 10%;
}

#magazine_header #profile_area dl dt .time_required p span {
	font-size: 4rem;
}

#magazine_header #profile_area dl dd {
	text-align: center;
}

#magazine_header #profile_area dl dd .profile_katagaki {
	font-size: 1.2rem;
}

#magazine_header #profile_area dl dd .profile_name {
	font-size: 1.8rem;
	margin: 10px 0;
}

#magazine_header #profile_area dl dd .profile_furigana {
	font-size: 1.2rem;
}

#info_area {
	margin-top: 4%;
}

#info_area .post_info {
	margin-bottom: 5.5%;
}

#info_area .post_info p {
	font-size: 1.8rem;
	margin-right: 1.8rem;
}

#info_area .post_info p span {
	font-size: 1.4rem;
}

#info_area #info_main_contents {
	margin-bottom: 13.3%;
}

#fixation_header {
	margin-bottom: 7.3%;
}

#fixation_header #fixation_title_wrap {
	font-size: 1.8rem;
}

#fixation_header #fixation_title h1 {
	font-size: 3.4rem;
}

#fixation_header #caption {
	margin-bottom: 5.5%;
}

#fixation_builder .sub_title {
	font-size: 1.7rem;
}

#fixation_builder h2 {
	font-size: 2.8rem;
	letter-spacing: -.05em;
}

#fixation_builder > .panel-layout > .panel-grid:last-of-type {
	margin-bottom: 0;
}

#access {
	padding-top: 5.2%;
}

#access dl {
	line-height: 1.5;
}

#access dl dt {
	width: 14rem;
	margin-right: 3.3%;
	padding-bottom: .67%;
}

#access dl dd {
	width: calc(96.2% - 14rem);
	padding-bottom: .67%;
}

#access #shop_map {
	margin-top: 7.1%;
	padding-bottom: 44.6%;
}

#seminar_info {
	margin-top: 14.2%;
}

#seminar_info h2 {
	line-height: 1;
	margin-bottom: 14%;
}

#seminar_info .panel-grid-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#seminar_info .panel-grid-cell > div {
	width: 45.5%;
}

#seminar_info .panel-grid-cell > div .textwidget {
	line-height: 1.5;
	letter-spacing: .1em;
}

#seminar_list .seminar_wrap {
	font-size: 2.0rem;
	width: 100%;
}

#seminar_list .list_wrap article {
	width: 28.6%;
	margin-left: 7.1%;
}

#seminar_list .list_wrap article:nth-child(3n+1) {
	margin-left: 0;
}

#seminar_list .list_wrap article:nth-child(3) {
	margin-top: 0;
}

#seminar_list h2 {
	font-size: 3.2rem;
	margin-bottom: 7.6%;
}

#seminar_list .article_date {
	font-size: 1.4rem;
	margin-top: 4.8%;
}

#seminar_list .article_title {
	font-size: 1.8rem;
	margin: 4.7% 0 0;
}

#philosophy {
	margin-top: 45px;
}

#philosophy .main_title h1 {
	font-size: 3.6rem;
	line-height: 1.25;
	width: 9rem;
}

#philosophy .main_title .subtitle {
	font-size: 1.7rem;
	right: calc(50% - 11.7rem);
}

#philosophy .main_title .subtitle span {
	font-size: 1.0rem;
	margin: 4.3% 0;
}

#philosophy #introduction .subtitle::after {
	right: 4rem;
}

#philosophy #introduction_text .text-indent {
	display: block;
	text-indent: -.5em;
}

#philosophy .philosophy_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#philosophy .philosophy_wrap .main_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 28.3%;
}

#philosophy .philosophy_wrap #introduction_text,
#philosophy .philosophy_wrap .philosophy_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 71.7%;
}

#philosophy .philosophy_wrap #introduction_text > h2,
#philosophy .philosophy_wrap #introduction_text > p,
#philosophy .philosophy_wrap .philosophy_text > h2,
#philosophy .philosophy_wrap .philosophy_text > p {
	display: inline-block;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#philosophy .philosophy_wrap .philosophy_image {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
}

#philosophy .philosophy_wrap .philosophy_image div {
	width: 25%;
}

#philosophy .philosophy_wrap .philosophy_image div.long {
	width: 50%;
}

#philosophy .philosophy_wrap .philosophy_image div:nth-child(2) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

#philosophy .philosophy_wrap .philosophy_image div:nth-child(3) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

#philosophy .philosophy_wrap .philosophy_text h2 {
	font-size: 3rem;
	margin-bottom: 0;
	margin-left: 11.5%;
	letter-spacing: 0;
}

#philosophy #miryoku .philosophy_wrap .philosophy_text {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#philosophy #miryoku .philosophy_wrap .philosophy_text h2 {
	margin-left: 0;
}

#philosophy #miryoku .philosophy_wrap .philosophy_text .miryoku-top {
	width: 69.8%;
}

#philosophy #miryoku .philosophy_wrap .philosophy_text .miryoku-top dl:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#philosophy #miryoku .philosophy_wrap .philosophy_text .miryoku-top dl:nth-child(2n) dd {
	padding-right: 5.1%;
	padding-left: 0;
	text-align: right;
}

#philosophy #miryoku .miryoku-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#philosophy #miryoku .miryoku-bottom dl {
	width: 50%;
}

#philosophy div[class*='miryoku-'] dl dd {
	font-size: 1.4rem;
	line-height: 1.4;
	padding-left: 5.1%;
	letter-spacing: .1em;
}

#philosophy div[class*='miryoku-'] dl dd .title {
	font-size: 2.8rem;
}

#philosophy .miryoku-bottom {
	width: 100%;
}

#philosophy #moromi {
	margin-bottom: 128px;
	padding: 0;
	background: url(../img/philosophy/bg-philosophy-pc.png) no-repeat bottom center;
	background-size: cover;
}

#philosophy #moromi .base_column {
	padding: 0;
}

#philosophy #moromi .philosophy_text {
	padding: 95px 0 110px;
}

#bottom_menu .logo_philosophy {
	max-width: 457px;
	margin: 0 auto 5.2%;
}

#bottom_menu p {
	font-size: 2.4rem;
	line-height: 2;
	margin-bottom: 8.3%;
}

.sitemap_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sitemap_block.top .sitemap_box.long {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 64.25%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sitemap_block.top .sitemap_box.long p {
	width: 100%;
}

.sitemap_block.top .sitemap_box.long ul {
	width: 40%;
}

.sitemap_block.top .sitemap_box:nth-child(2n+1) {
	margin-left: 0;
}

.sitemap_block .sitemap_box {
	width: 28.5%;
	margin-bottom: 3rem;
	margin-left: 7.25%;
}

.sitemap_block .sitemap_box:nth-child(3n+1) {
	margin-left: 0;
}

.sitemap_block .sitemap_box p {
	font-size: 2rem;
	margin-bottom: 2rem;
}

.sitemap_block .sitemap_box ul {
	font-size: 1.8rem;
	margin-left: 4rem;
}

.sitemap_block .sitemap_box ul li {
	margin-bottom: 4.8%;
}

#message_area {
	margin: 10.8% 0 5.6%;
}

#message_area .message_title {
	font-size: 3.6rem;
	margin-bottom: 4.8%;
}

#message_area .message_title span {
	font-size: 1.2rem;
	margin-top: 2%;
}

#message_area .caption {
	font-size: 2rem;
}

}

@media print, screen and (min-width: 896px) {

.block_contents_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block_contents_wrap .block_title_wrap {
	width: 23.2%;
	max-width: 289px;
}

.block_contents_wrap .block_title_wrap h1,
.block_contents_wrap .block_title_wrap h2,
.block_contents_wrap .block_title_wrap .block_title_sub {
	display: inline-block;
	text-align: left;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.block_contents_wrap .block_title_wrap .block_title_sub {
	margin-right: 25px;
	padding-right: 25px;
}

.block_contents_wrap .block_title_wrap .block_title_sub::before {
	right: 0;
	width: 1px;
	height: 128px;
}

.block_contents_wrap .block_title_wrap .block_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.block_contents_wrap .block_title_wrap .btn_area {
	width: 82.8%;
	margin: 44.4% auto 0;
}

.block_contents_wrap .block_title_wrap .btn_area li {
	width: 100%;
}

.block_contents_wrap .block_contents {
	width: 71.8%;
	max-width: 896px;
}

#pickup_thumbnail_nav {
	width: 82.8%;
	margin: 11.2% auto 0;
}

#pickup_thumbnail_nav > div {
	margin-left: 4.125%;
}

#otameshi_area .otameshi_text {
	font-size: 1.6rem;
	margin-top: 7%;
}

#otameshi_area .otameshi_text span {
	font-size: 1.2rem;
	display: block;
	margin-top: 2.5%;
	color: #a86432;
}

#news_archives .block_title_wrap {
	margin-top: 1.5%;
}

.category_menu {
	width: 83.3%;
	margin: 24.4% auto 0;
}

.category_menu > ul > li > ul a,
.category_menu > ul > li > ul span {
	font-size: 1.44rem !important;
	padding: 1.44rem !important;
}

.category_menu > ul > li:first-of-type {
	margin-bottom: 13.3%;
}

.date_menu {
	width: 83.3%;
	margin: 9.3% auto 0;
}

#news_archives {
	margin-top: 2.6%;
}

#magazine_list h2 {
	font-size: 3.2rem;
}

#magazine_list .block_title_wrap {
	margin-top: 4%;
}

.single_main {
	font-size: 1.6rem;
	width: 100%;
	margin-bottom: 10.3%;
}

.single_main .st,
.single_main strong {
	font-size: 1.8rem;
}

.single_main > .panel-layout {
	width: 71.8%;
	max-width: 896px;
	margin: 0 0 0 auto;
	padding: 6.25% 5.2% 0 9%;
}

.single_main > .panel-layout > .panel-grid {
	padding-bottom: 13.9%;
}

.single_main > .panel-layout > .panel-grid:last-of-type {
	padding-bottom: 0;
}

.single_main #profile_comments {
	font-size: 1.2rem;
	line-height: 1.7;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 28.2%;
	padding: 0 2.9%;
	letter-spacing: .1em;
}

.relative_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.relative_wrap .list_wrap {
	width: 71.8%;
	padding: 0 5.2% 0 9%;
}

.relative_wrap .relative_title_wrap {
	width: 28.2%;
	margin: 0;
}

.relative_wrap .relative_title_wrap .relative_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.relative_wrap .relative_title_wrap .relative_title h2 {
	font-size: 4.8rem;
	display: inline-block;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#relative_article {
	margin-bottom: 10.3%;
}

#magazine_header {
	position: relative;
	width: 100%;
}

#magazine_header #magazine_mainV {
	width: 71.8%;
	max-width: 896px;
	margin-left: auto;
}

#magazine_header #scroll_wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 28.2%;
	max-width: 352px;
	max-height: 596px;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#magazine_header #scroll_wrap.scroll {
	position: fixed;
	z-index: 1;
}

#magazine_header #scroll_wrap.scroll #magazine_title_wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 65px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#magazine_header #scroll_wrap.scroll #magazine_title_wrap #magazine_title {
	width: auto;
	padding-left: 0;
	text-align: center;
}

#magazine_header #scroll_wrap.scroll #magazine_title_wrap h1 {
	font-size: 2.4rem;
	text-align: left;
}

#magazine_header #scroll_wrap.scroll #magazine_title_wrap h1 span {
	font-size: 1.8rem;
}

#magazine_header #scroll_wrap.scroll #magazine_title_wrap #magagin_category {
	padding-right: 0;
}

#magazine_header #scroll_wrap.scroll #magazine_title_wrap #magagin_category::after {
	display: none;
}

#magazine_header #scroll_wrap.scroll #magazine_title_wrap #magagin_category span {
	display: none;
}

#magazine_header #scroll_wrap.scroll #magazine_title_wrap #magagin_category span:first-child {
	display: block;
}

#magazine_header #scroll_wrap #scroll_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

#info_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#info_area #info_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 28.2%;
	max-width: 352px;
}

#info_area #info_header .format_title_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#info_area #info_header .format_title_wrap .format_title {
	font-size: 4.8rem;
	display: inline-block;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#info_area #info_header .format_title_wrap .format_title span {
	display: none;
}

#info_area #info_header.scroll .format_title {
	font-size: 2.4rem;
}

#info_area #info_header.scroll .format_title span {
	font-size: 1.0rem;
	display: inline-block;
	margin-top: 2.4rem;
}

#info_area h1 {
	font-size: 3.6rem;
	margin-bottom: 2%;
}

#info_area #info_main {
	width: 57.7%;
	max-width: 720px;
	margin-right: 5.1%;
	margin-bottom: 0;
}

#fixation_header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 6.7%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#fixation_header #fixation_mainV {
	width: 71.8%;
	margin-left: auto;
}

#fixation_header #fixation_title_wrap {
	line-height: 1.8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 28.2%;
	margin-top: 3.9%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#fixation_header #fixation_title_wrap > div {
	width: 25%;
}

#fixation_header #fixation_title {
	margin-left: 2rem;
	padding-left: 2.5rem;
}

#fixation_header #fixation_title::after {
	top: 0;
	width: 1px;
	height: 100px;
}

#fixation_header #fixation_title h1 {
	font-size: 4.8rem;
	display: inline-block;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#fixation_header #caption {
	display: inline-block;
	margin: 0;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#fixation_builder {
	font-size: 2.0rem;
	position: relative;
	width: 71.8%;
	margin-left: auto;
}

#fixation_builder #side_title {
	font-size: 2.4rem;
	position: absolute;
	right: 100%;
	display: inline-block;
	width: 39.3%;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#fixation_builder #side_title .text {
	margin-right: 81%;
}

#fixation_builder #side_title .text span {
	font-size: 1.0rem;
	margin-top: 35px;
}

#fixation_builder .sub_title {
	font-size: 2.4rem;
}

#fixation_builder h2 {
	font-size: 4rem;
}

#seminar_list .seminar_wrap {
	width: 71.8%;
	margin-left: auto;
}

#seminar_list .article_date {
	font-size: 2rem;
	margin-top: 9.6%;
}

#seminar_list .article_title {
	font-size: 2.6rem;
}

#philosophy .main_title h1 {
	font-size: 4.8rem;
	width: 12rem;
}

#philosophy .main_title .subtitle {
	font-size: 2.4rem;
}

#philosophy #introduction_text {
	font-size: 2.2rem;
	line-height: 2.2;
}

#philosophy .philosophy_wrap {
	font-size: 2rem;
}

#philosophy .philosophy_wrap .philosophy_text h2 {
	font-size: 4rem;
}

#philosophy div[class*='miryoku-'] dl dd {
	font-size: 2rem;
}

#philosophy div[class*='miryoku-'] dl dd .title {
	font-size: 4rem;
	margin-bottom: 9.4%;
}

}

@media print, screen and (min-width: 960px) {

#header_wrap #g_nav a {
	font-size: 1.6rem;
}

#header_wrap #cart_menu a {
	font-size: 1.1rem;
}

#header_wrap #cart_menu a .i_cart {
	margin: 0 auto 11px;
}

footer #footer_nav_wrap .footer_nav a {
	font-size: 1.6rem;
}

footer #footer_logo_area {
	font-size: 1.2rem;
}

.list_wrap article {
	font-size: 1.6rem;
}

.list_wrap article .article_title {
	font-size: 2.4rem;
}

.list_wrap article .article_price span {
	font-size: 2.4rem;
}

.list_wrap article.item_box .article_wrap .cart_btn a {
	font-size: 1.8rem;
	padding: 1.8rem 0;
}

.block_contents_wrap .block_title_wrap h1,
.block_contents_wrap .block_title_wrap h2 {
	font-size: 4.8rem;
}

.block_contents_wrap .block_title_wrap .block_title_sub {
	font-size: 2.4rem;
}

#pickup_article .block_title_sub {
	font-size: 2.0rem;
}

#pickup_article #pickup_article_wrap article {
	font-size: 2.0rem;
}

#pickup_article #pickup_article_wrap article .article_title {
	font-size: 3.6rem;
}

#pickup_article #pickup_article_wrap article .article_caption {
	font-size: 1.6rem;
}

#otameshi_area .price {
	font-size: 3.2rem;
}

#otameshi_area .otameshi_text {
	font-size: 2.0rem;
}

#otameshi_area .otameshi_text span {
	font-size: 1.6rem;
}

.category_menu li a,
.category_menu li span,
.date_menu li a,
.date_menu li span {
	font-size: 1.8rem;
	padding: 1.8rem;
}

.category_menu .current-cat span,
.date_menu .current-cat span {
	font-size: 1.8rem;
	padding: 1.8rem;
}

#news_list_wrap .news_box a {
	font-size: 2rem;
}

#news_list_wrap .news_box .news_date {
	font-size: 2.4rem;
}

#news_list_wrap .news_box .news_date p {
	font-size: 1.6rem;
}

#news_list_wrap .news_box .news_date span {
	font-size: 1.8rem;
}

#magazine_list article {
	font-size: 2.0rem;
}

#magazine_list article .article_caption {
	font-size: 1.6rem;
}

#magazine_list article .article_title {
	font-size: 3.6rem;
}

.single_main {
	font-size: 2rem;
}

.single_main .st,
.single_main strong {
	font-size: 2.2rem;
}

.single_main h2 {
	font-size: 4.0rem;
}

.single_main #profile_comments {
	font-size: 1.4rem;
}

.single_main .caption {
	font-size: 1.6rem;
}

.single_main .notes {
	font-size: 1.8rem;
}

.single_main .notes h3 {
	font-size: 2.4rem;
}

.single_main #author #author_profile .profile_katagaki {
	font-size: 1.4rem;
}

.single_main #author #author_profile .profile_name {
	font-size: 2.4rem;
}

.single_main #author #author_comments {
	font-size: 1.8rem;
}

.single_main #author #author_comments h2 {
	font-size: 2.4rem;
}

.relative_wrap .list_wrap .cart_btn a {
	font-size: 1.8rem;
	padding: 1.8rem 0;
}

.relative_wrap .relative_title_wrap h2 {
	font-size: 4.8rem;
}

#post_link ul a {
	font-size: 2rem;
}

#magazine_header #magazine_title {
	width: 14rem;
	-webkit-column-width: 35rem;
	column-width: 35rem;
}

#magazine_header #magazine_title h1 {
	font-size: 4.4rem;
}

#magazine_header #magazine_title h1 span {
	font-size: 3.3rem;
}

#magazine_header #magagin_category {
	font-size: 2.4rem;
}

#magazine_header #magagin_category p span:first-child {
	font-size: 1.8rem;
}

#magazine_header #profile_area dl dd .profile_katagaki {
	font-size: 1.4rem;
}

#magazine_header #profile_area dl dd .profile_name {
	font-size: 2.4rem;
}

#magazine_header #profile_area dl dd .profile_furigana {
	font-size: 1.2rem;
}

#magazine_header #profile_area .time_required {
	font-size: 2rem;
}

#magazine_header #profile_area .time_required p {
	font-size: 2.4rem;
}

#magazine_header #profile_area .time_required p span {
	font-size: 5.2rem;
}

#info_area {
	margin-top: 50px;
}

}

@media print, screen and (min-width: 1248px) {

#header_wrap #g_nav a {
	font-size: 1.8rem;
}

#header_wrap #cart_menu a {
	font-size: 1.2rem;
}

#header_wrap #cart_menu a .i_cart {
	margin: 0 auto 12px;
}

#float_area {
	right: 32px;
}

footer #footer_nav_wrap .footer_nav a {
	font-size: 1.8rem;
}

.base_column {
	padding-bottom: 128px;
}

#main_header {
	margin-bottom: 128px;
}

}

@media screen and (max-width: 895px) {

#otameshi_area #otameshi_text_wrap {
	position: relative;
}

#otameshi_area #otameshi_text_wrap .price {
	position: absolute;
	right: 0;
	bottom: 100%;
}

#banner_area .block_banner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#banner_area .banner_box {
	margin: 0 0 16px;
}

#news_list .block_title_wrap,
#magazine_list .block_title_wrap,
#news_archives .block_title_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.category_menu {
	position: relative;
	width: 43.1%;
}

.category_menu > ul {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
}

.category_menu .current-menu.active + ul ul a,
.category_menu .current-menu.active + ul ul span {
	font-size: 1.2rem;
	padding: 1.2rem;
	text-align: left;
}

.category_menu li.current-cat {
	background: #fff;
}

.single_main #profile_comments {
	margin-top: 6.9%;
}

.single_main #profile_comments {
	font-size: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.single_main #profile_comments .textwidget {
	margin: 0;
}

.single_main #profile_comments .profile_name_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4.4%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.single_main #profile_comments .profile_name_area .profile_katagaki {
	width: 100%;
}

.single_main #profile_comments .profile_name_area .profile_name {
	font-size: 2.7rem;
}

.single_main #profile_comments .profile_name_area .profile_furigana {
	font-size: 1.5rem;
	margin-left: 1rem;
	color: #a86432;
}

#magazine_header #magazine_title_wrap {
	float: left;
	width: 50%;
}

#fixation_header #fixation_title {
	margin-bottom: 2.5%;
	padding-bottom: 2.5%;
}

#fixation_header #fixation_title::after {
	bottom: 0;
	width: 100px;
	height: 1px;
}

}

@media screen and (max-width: 767px) {

#header_wrap {
	max-height: 112px;
}

#header_wrap #g_trigger,
#header_wrap #cart_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 17.9%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header_wrap #g_nav {
	position: fixed;
	z-index: 4;
	left: 0;
	display: none;
	overflow: auto;
	width: 100%;
	background: #f2f2f2;
}

#header_wrap #g_nav .scrolling_wrap {
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 4px 5%;
	-webkit-overflow-scrolling: touch;
}

#header_wrap #g_nav ul.web_menu {
	margin-top: 9.1%;
}

#header_wrap #g_nav ul.shopping_menu {
	margin-top: 7.1%;
	padding-top: 7.1%;
	border-top: 1px solid #792900;
}

#header_wrap #g_nav ul li {
	margin-bottom: 9.1%;
}

#header_wrap #cart_menu {
	max-height: 112px;
}

footer #footer_nav_wrap #footer_nav_top {
	margin-bottom: 6.55%;
	border-bottom: 1px solid #591e00;
}

footer #footer_nav_wrap #footer_nav_bottom {
	margin-top: 8.3%;
}

footer #footer_nav_wrap .footer_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer #footer_nav_wrap .footer_nav > ul,
footer #footer_nav_wrap .footer_nav div {
	width: 50%;
}

footer #footer_nav_wrap .footer_nav ul li {
	margin-bottom: 13.1%;
}

footer #fb_btn {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

footer #guide_menu li {
	margin-top: 6.55%;
}

footer #guide_menu li a {
	font-size: 1.2rem;
	color: #a86432;
}

footer #footer_logo_area {
	font-size: .8rem;
	padding: 7.5% 15% 3.75%;
	text-align: center;
}

footer #footer_logo_area #footer_logo {
	margin-bottom: 7.1%;
}

main {
	padding-top: 116px;
}

.base_column {
	margin-bottom: 20%;
	padding: 0 5%;
}

#breadcrumb + section {
	margin-top: 12.2%;
}

#breadcrumb + section#magazine_area {
	margin-top: 3.75%;
}

#pagination {
	margin: 0 auto 18.3%;
}

.block_contents_wrap .block_title_wrap .block_title_sub {
	margin-top: 4.3%;
	padding-top: 4.3%;
}

.block_contents_wrap .block_title_wrap .block_title_sub::before {
	left: 0;
}

#main_header #index_description {
	width: 44.7%;
	margin: 7% auto 18.4%;
}

#pickup_article .block_title {
	margin-bottom: 11.3%;
}

#pickup_item .btn_area ul li {
	margin-top: 11.1%;
}

#otameshi_area .block_title_sub {
	font-size: 1.44rem;
}

#otameshi_area .otameshi_text span {
	margin-top: 2.4%;
}

#otameshi_area .otameshi_wrap .btn_area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#magazine_list article {
	margin-bottom: 13.9%;
}

#article_list_wrap article {
	margin-bottom: 13.9%;
}

.single_main {
	margin-bottom: 22.7%;
	padding: 0 2.8%;
}

.single_main > .panel-layout > .panel-grid {
	padding-bottom: 18.4%;
}

.single_main > .panel-layout > .panel-grid:last-of-type {
	padding-bottom: 0;
}

.single_main #profile_comments {
	margin-top: 18.3%;
}

.single_main .caption {
	margin: 9.2% 0;
}

.single_main #zairyou .panel-grid-cell > div:first-child {
	padding-bottom: 6.8%;
}

.single_main.recipe #zairyou .panel-grid-cell > div:first-child {
	padding-bottom: 7%;
}

.single_main.recipe #zairyou .panel-grid-cell > div:nth-child(3) .table {
	margin-top: 4.9%;
	padding-top: 7.8%;
	border-top: 1px solid #a86432;
}

#post_link {
	margin-bottom: 15%;
	padding: 0 5%;
}

#info_main #post_link {
	padding: 0;
}

#magazine_header #magazine_title h1 {
	position: absolute;
}

#magazine_header #magazine_title h1 span {
	line-height: 1.6;
	display: block;
	text-indent: -.5em;
}

#magazine_header #magagin_category {
	margin-right: calc((100% - 11.9rem - 1px) / 2);
	padding-right: calc((100% - 11.9rem - 1px) / 2);
}

#magazine_header #profile_area {
	float: right;
	width: 40%;
}

#magazine_header #profile_area dt {
	width: 75%;
	max-width: 80px;
	margin-bottom: 13.3%;
	margin-left: auto;
}

#magazine_header #profile_area dt .time_required {
	font-size: 1.0rem;
}

#magazine_header #profile_area dt .time_required p {
	font-size: 1.2rem;
	margin-top: 10%;
}

#magazine_header #profile_area dt .time_required p span {
	font-size: 2.6rem;
}

#magazine_header #profile_area dd {
	text-align: right;
}

#magazine_header #profile_area dd .profile_katagaki {
	font-size: 1.2rem;
}

#magazine_header #profile_area dd .profile_name {
	font-size: 1.6rem;
	margin: 6.9% 0;
}

#magazine_header #profile_area dd .profile_furigana {
	font-size: 1.0rem;
}

#info_area .format_title {
	margin-top: 14.9%;
	margin-bottom: 11%;
}

#fixation_header #fixation_title {
	margin-bottom: 5%;
	padding-bottom: 5%;
}

#seminar_info {
	margin-top: 22.7%;
}

#seminar_info .so-widget-sow-image {
	margin-top: 11.1%;
}

#philosophy .main_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 14.8%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#philosophy #introduction_text {
	width: 94.4%;
	margin: 0 auto;
}

#philosophy div[class*='miryoku-'] dl:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#philosophy div[class*='miryoku-'] dl:nth-child(2n) dd {
	padding-right: 4.7%;
	padding-left: 0;
	text-align: right;
}

.sitemap_block .sitemap_box {
	margin-bottom: 10.8%;
}

}

@media screen and (max-width: 419px) {

#header_wrap {
	max-height: 68px;
}

#header_wrap #cart_menu {
	max-height: 68px;
}

main {
	padding-top: 72px;
}

}

