@charset "UTF-8";
/* --------------------------------------------------------------------------------
			Reset
-------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
	/*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HG;
	font-family: "Shippori Mincho B1", serif;*/
	font-family:
		"Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "Meiryo", sans-serif;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.breadcrumb {
	white-space: nowrap;
	overflow-x: scroll;
}
html {
	scroll-behavior: smooth;
}
/* --------------------------------------------------------------------------------
		common	
-------------------------------------------------------------------------------- */
.device-pc {
	display: none !important;
}
.device-sp {
	display: block;
}
body {
	font-size: 14px;
	line-height: 1.6;
	/*font-family: "Shippori Mincho B1", serif;*/
}
a {
	text-decoration: none;
}
a, a:visited, a:link, a:active {
	/*color: #000;*/
}
.inner {
	width: 100%;
	position: relative;
	padding: 0 18px;
	margin: 0 auto;
}
.scr_prevent {
	overflow: hidden;
	height: 100%;
}
.row_wrap {
	display: flex;
	flex-flow: column wrap;
}
.buy_btn a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	background-color: #DD6200;
	padding: 8px 36px;
}
.js-fade {
	opacity: 0;
	transition: opacity .8s;
}
.js-fade.is-inview {
	opacity: 1;
	transition-delay: .5s;
}
@keyframes fadein-keyframes {
	0% {
		opacity: 1 !important;
		display: block !important;
	}
	100% {
		opacity: 0;
		display: none;
		visibility: hidden;
	}
}
.main-fade {
	text-align: center;
	animation-name: mainfadein;
	/*animation-duration: 5s;*/
	animation-duration: 2.5s;
}
@keyframes mainfadein {
	from {
		opacity: 0;
		transform: translatey(0px);
	}
	to {
		opacity: 1;
		transform: translatey(0);
	}
}
.main-fade img {
	width: 80%;
	object-fit: cover;
}
.flowing {
	width: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	animation: flowing-anim 3s forwards linear;
}
@keyframes flowing-anim {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
.contens-inner {
	/*padding: 0 20px;*/
}
.fs-l-page {
	margin-top: 90px !important;
}
.fs-body-top .fs-l-page {
	margin-top: 0px !important;
}
#fs_ProductSearch .fs-l-page {
	margin-top: 0px !important;
}
/* --------------------------------------------------------------------------------
		header
-------------------------------------------------------------------------------- */
#simple-header {
	width: 100%;
	position: relative;
	height: auto !important;
	background-color: #fff !important;
}
#simple-header .header-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	position: relative;
}
#simple-header .header-inner .logo-00 {
	margin: 0 20px;
	height: 52px;
	width: 52px;
}
#simple-header .header-inner .logo-01 {
	margin: 0 20px;
	height: 52px;
	width: 52px;
}
#simple-header .header-inner h1 {
	/*font-family: "Shippori Mincho B1", serif;*/
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #9B9460;
	line-height: 1.5;
}
#simple-header .header-inner h1 span {
	display: block;
	font-size: 12px;
	color: #000;
}
#header {
	width: 100%;
	position: relative;
	height: auto !important;
	background-color: #fff;
}
#top #header {}
#header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	position: relative;
}
#header .header-inner .logo {
	width: 50px;
	padding: 0 10px 0 0;
}
#header .header-inner h1 {
	/*font-family: "Shippori Mincho B1", serif;*/
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	color: #9B9460;
	line-height: 1.5;
	margin-right: auto;
}
#header .header-inner h1 span {
	display: block;
	font-size: 10px;
	color: #000;
}
#header .hnav {
	display: none;
}
#header .h-account {
	display: flex;
	align-items: center;
	margin: 0 40px 0 0;
	flex-shrink: 0;
}
#header .h-search {
	display: none;
}
#header .h-login {
	margin: 0 10px 0 0;
}
#header .h-login img {
	height: 35px;
}
#header .h-cart {
	margin: 0 10px 0 0;
}
#header .h-cart img {
	height: 35px;
}
/********** メニュー **********/
nav.h-menu {
	display: none;
	background: rgba(255, 255, 255, 0.9);
	left: 0;
	position: fixed;
	overflow-y: scroll;
	z-index: 9998;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	padding: 0 20px;
}
#nav_toggle {
	display: block;
	position: absolute;
	top: 25px;
	right: 20px;
	z-index: 9999;
	height: 25px;
	width: 25px;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	height: 2px;
	background: #000;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: 0px;
}
#nav_toggle span:nth-child(2) {
	top: 7px;
}
#nav_toggle span:nth-child(3) {
	top: 14px;
}
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	background: #000;
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #000;
}
span.menu-txt {
	display: none;
	font-size: 20px;
	color: #fff;
	padding: 5px 110px;
}
.drawer-nav {
	padding: 60px 0px;
}
.drawer-nav .h-menu-nav {}
.drawer-nav .h-menu-nav ul li {
	margin: 0 0 25px;
}
.drawer-nav .logo {
	text-align: center;
	margin: 0 0 60px;
}
.drawer-nav h2 {
	color: #9B9460;
	padding: 10px 20px;
	font-size: 30px;
	text-align: center;
	margin: 0 0 50px;
}
.drawer-nav h2 span {
	display: block;
	font-size: 16px;
	color: #000;
}
.drawer-nav .category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0 auto;
}
.drawer-nav .category-list li {
	list-style: none;
	width: 100%;
	margin: 0 !important;
}
.drawer-nav .category-list li a {
	height: 90px;
	border: 1px solid #222;
	background: #fff;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: .3s;
}
.drawer-nav .category-list li a:hover {
	opacity: .7;
}
/* 画像 */
.drawer-nav .category-list .img {
	width: 90px;
	height: 90px;
	flex-shrink: 0;
	overflow: hidden;
}
.drawer-nav .category-list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/* テキスト */
.drawer-nav .category-list p {
	width: calc(100% - 66px);
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	letter-spacing: .05em;
	padding: 0 10px;
	box-sizing: border-box;
}
/* セクション */
.drawer-nav .choose-block {
	margin-bottom: 55px;
}
.drawer-nav .choose-block:last-child {
	margin-bottom: 0;
}
.drawer-nav .choose-block h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 24px;
	position: relative;
	padding-left: 20px;
}
.drawer-nav .choose-block h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #a99a54;
}
/* 一覧 */
.drawer-nav .choose-list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* カード */
.drawer-nav .choose-list li {
	width: 30%;
	margin: 0 !important;
}
.drawer-nav .choose-list li a {
	border: 1px solid #222;
	background: #fff;
	height: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #222;
	transition: .3s;
}
.drawer-nav .choose-list li a:hover {
	opacity: .7;
}
.drawer-nav .choose-list .icon {
	width: 50px;
	height: 50px;
	margin-bottom: 8px;
}
.drawer-nav .choose-list .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.drawer-nav .choose-list.col-5 .icon {
	width: 100%;
	height: 50px;
}
.drawer-nav .choose-list.col-5 .icon img {
	width: 100%;
	height: 50px;
	object-fit: contain;
}
.drawer-nav .choose-list p {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .05em;
}
/* 価格 */
.drawer-nav .price-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.drawer-nav .price-list li {
	margin: 0 !important;
}
.drawer-nav .price-list li a {
	height: 50px;
	border: 1px solid #222;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: .08em;
	position: relative;
	transition: .3s;
}
.drawer-nav .price-list li a:after {
	content: '>';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: 300;
}
.drawer-nav .price-list li a:hover {
	opacity: .7;
}
/* --------------------------------------------------------------------------------
		top mv
-------------------------------------------------------------------------------- */
#mv {
	position: relative;
	padding: 0 0 40px;
	overflow: hidden;
	height: 320px;
}
#mv .mv-slider {
	margin: 0;
}
/* スライド余白 */
#mv .sl-img {
	padding: 0 10px;
	box-sizing: border-box;
}
#mv .sl-img a {
	display: block;
	width: 100%;
	max-width: 100%;
	/*height: 250px;*/
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#mv .sl-img img {
	width: 100%;
	/*height: 250px;*/
	object-fit: cover;
	display: block;
}
/* 矢印 */
#mv .slick-prev, #mv .slick-next {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(162, 146, 72, .85);
	z-index: 20;
	top: 50%;
	transform: translateY(-50%);
}
#mv .slick-prev {
	left: calc(50% - 550px - 70px);
}
#mv .slick-next {
	right: calc(50% - 550px - 70px);
}
#mv .slick-prev, #mv .slick-next {
	font-size: 0 !important;
}
#mv .slick-prev:before, #mv .slick-next:before {
	content: none !important;
	display: none !important;
}
#mv .slick-prev:after, #mv .slick-next:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#mv .slick-prev:after {
	transform: translate(-40%, -50%) rotate(225deg);
}
#mv .slick-next:after {
	transform: translate(-60%, -50%) rotate(45deg);
}
/* ドット */
#mv .slick-dots {
	bottom: 15px;
}
#mv .slick-dots li {
	margin: 0 4px;
}
#mv .slick-dots li button:before {
	font-size: 10px;
	color: #9B9460;
	opacity: .5;
}
#mv .slick-dots li.slick-active button:before {
	color: #9B9460;
	opacity: 1;
}
/* 画像外側に矢印を置けない幅では内側へ */
@media screen and (max-width: 1250px) {
	#mv .slick-prev {
		left: 15px;
	}
	#mv .slick-next {
		right: 15px;
	}
}
#mv .sl-img {
	padding: 0 4px;
}
#mv .slick-prev, #mv .slick-next {
	width: 34px;
	height: 34px;
}
#mv .slick-prev {
	left: 8px;
}
#mv .slick-next {
	right: 8px;
}
#mv .slick-prev:before, #mv .slick-next:before {
	font-size: 16px;
}
#mv .slick-dots {
	bottom: -40px;
}
/* --------------------------------------------------------------------------------
		index	
-------------------------------------------------------------------------------- */
.btm-line {
	border-bottom: 1px solid #000;
	padding: 0 0 80px;
	margin: 0 auto 80px;
}
#index {
	width: 100%;
}
#index h2 {
	color: #9B9460;
	padding: 10px 20px;
	font-size: 35px;
	text-align: center;
	margin: 0 0 30px;
	letter-spacing: 0.02em;
}
#index h2 span {
	display: block;
	font-size: 18px;
	color: #000;
}
#category .category-list {
	padding: 0 20px;
}
#category .category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#category .category-list li {
	width: 48%;
}
#category .category-list li a {
	height: 75px;
	border: 1px solid #222;
	background: #fff;
	display: flex;
	align-items: center;
	text-decoration: none;
	box-sizing: border-box;
	padding: 0 5px;
}
#category .category-list .img {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	overflow: hidden;
}
#category .category-list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#category .category-list p {
	width: calc(100% - 50px);
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color: #222;
	letter-spacing: .05em;
	padding: 0;
	box-sizing: border-box;
}
#category .slick-dots {
	position: static;
	margin-top: 14px;
}
#category .slick-dots li {
	width: 18px;
	height: 3px;
	margin: 0 3px;
}
#category .slick-dots li button {
	width: 18px;
	height: 3px;
	padding: 0;
}
#category .slick-dots li button:before {
	content: '';
	width: 18px;
	height: 3px;
	background: #ddd;
	opacity: 1;
}
#category .slick-dots li.slick-active button:before {
	background: #a99a54;
}
#pickup {
	padding: 0 20px 80px;
}
#pickup .category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#pickup .category-list li {
	width: 48%;
}


#index #ranking {
	padding: 0 20px 70px;
}


#index #ranking ul li .thum {
	margin: 0 0 20px;
}

#index #ranking ul li .item-catch {
	font-size: 14px;
	padding: 10px 0 0;
	font-weight: 400;
}
#index #ranking ul li .item-name {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0 0;
}
#index #ranking ul li .item-price {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0 0;
}


#index #ranking .tab-inner ul.slick-initialized {
	display: block;
}

#index #ranking .tab-inner ul .slick-track {
	display: flex;
}

#index #ranking .tab-inner ul .slick-slide {
	height: auto;
	padding: 0 8px;
	box-sizing: border-box;
}

#index #ranking .tab-inner ul .slick-slide > div {
	height: 100%;
}

#index #ranking .tab-inner ul li {
	height: 100%;
}

#index #ranking .tab-inner ul li a {
	display: block;
	height: 100%;
}

#index #ranking .slick-dots {
	position: static;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 20px 0 0;
	padding: 0;
}

#index #ranking .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#index #ranking .slick-dots button {
	display: block;
	width: 12px;
	height: 2px;
	padding: 0;
	border: none;
	background: #e5e5e5;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

#index #ranking .slick-dots .slick-active button {
	background: #9b8a42;
}

#index #ranking .slick-dots button::before {
	display: none;
}







/* ------BRAND--------- */
#brand .brand-list {
	display: block;
	padding: 0;
	margin: 0;
}
#brand .brand-list .slick-slide {
	padding: 0 8px;
	box-sizing: border-box;
}
#brand .brand-list li {
	width: auto;
	list-style: none;
}
#brand .brand-list li a {
	display: block;
	text-decoration: none;
}
#brand .brand-img {
	margin-bottom: 14px;
	overflow: hidden;
}
#brand .brand-img img {
	width: 100%;
	height: auto;
	display: block;
}
#brand .brand-name {
	height: 48px;
	border: 1px solid #222;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #222;
	letter-spacing: .08em;
	box-sizing: border-box;
}
#brand .slick-dots {
	position: static;
	margin-top: 14px;
}
#brand .slick-dots li {
	width: 18px;
	height: 3px;
	margin: 0 3px;
}
#brand .slick-dots li button {
	width: 18px;
	height: 3px;
	padding: 0;
}
#brand .slick-dots li button:before {
	content: '';
	width: 18px;
	height: 3px;
	background: #ddd;
	opacity: 1;
}
#brand .slick-dots li.slick-active button:before {
	background: #a99a54;
}
#choose {}
#choose .contens-inner {}
/* セクション */
#choose .choose-block {
	margin-bottom: 55px;
}
#choose .choose-block:last-child {
	margin-bottom: 0;
}
#choose .choose-block h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 24px;
	position: relative;
	padding-left: 20px;
}
#choose .choose-block h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #a99a54;
}
/* 一覧 */
#choose .choose-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#choose .choose-list.col-6 {
	grid-template-columns: repeat(6, 1fr);
}
#choose .choose-list.col-5 {
	grid-template-columns: repeat(5, 1fr);
}
/* カード */
#choose .choose-list li a {
	border: 1px solid #222;
	background: #fff;
	height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #222;
	transition: .3s;
}
#choose .choose-list li a:hover {
	opacity: .7;
}
#choose .choose-list .icon {
	width: 70px;
	height: 70px;
	margin-bottom: 16px;
}
#choose .choose-list .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
#choose .choose-list.col-5 .icon {
	width: 100%;
	height: 60px;
}
#choose .choose-list.col-5 .icon img {
	width: 100%;
	height: 60px;
	object-fit: contain;
}
#choose .choose-list p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .05em;
}
/* 価格 */
#choose .price-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#choose .price-list li a {
	height: 50px;
	border: 1px solid #222;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: .08em;
	position: relative;
	transition: .3s;
}
#choose .price-list li a:after {
	content: '>';
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: 300;
}
#choose .price-list li a:hover {
	opacity: .7;
}
#choose .contens-inner {
	padding: 0 15px;
}
#choose .choose-block {
	margin-bottom: 40px;
}
#choose .choose-list.col-6, #choose .choose-list.col-5 {
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
#choose .choose-list li a {
	height: 120px;
}
#choose .choose-list .icon {
	width: 52px;
	height: 52px;
	margin-bottom: 12px;
}
#choose .choose-list p {
	font-size: 14px;
}
#choose .price-list {
	grid-template-columns: 1fr;
	gap: 10px;
}
#choose .price-list li a {
	height: 58px;
	font-size: 16px;
}
#choose .price-list li a:after {
	right: 14px;
	font-size: 18px;
}
/* ------search--------- */
#search {
	padding: 0 0 90px;
}
#search .search-box {
	text-align: center;
	margin: 0 0 30px;
}
#search .inp-search {
	border: 1px solid #707070;
	padding: 10px;
	margin: 0 0 15px;
	width: 100%;
}
#search .btn-search {
	background: #9B9460;
	border-radius: 20px;
	color: #fff;
	padding: 5px 20px;
	border: none;
}
#search .search-box from {
	text-align: center;
}
#search .ac {
	width: 100%;
	margin: 0 auto;
}
#search .allitem {
	border-bottom: 1px solid #707070;
	cursor: pointer;
	padding: 15px 10px;
}
#search .ac-parent {
	position: relative; /* 追加 */
	border-bottom: 1px solid #707070;
	cursor: pointer;
	padding: 15px 10px;
	display: flex;
}
#search .ac-parent span {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	background: #9B9460;
	color: #fff;
	font-size: 14px;
	border-radius: 15px;
	padding: 5px;
	text-align: center;
}
#search .ac-parent p {
	width: 60vw;
}
#search .ac-parent.open {
	background: #9B9460;
	color: #fff;
}
#search .ac-parent.open span {
	background: #fff;
	color: #9B9460;
}
#search .ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 15px;
	height: 2px;
	background: #000;
	transform: translateY(-50%);
}
#search .ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	/* 8px+12px-1px(幅2pxの半分) */
	right: 19px;
	width: 2px;
	height: 15px;
	background: #000;
	transform: translateY(-50%);
	transition: .3s;
}
#search .ac-parent.open:before {
	background: #fff;
}
#search .ac-parent.open:after {
	background: #fff;
}
/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
#search .ac-parent.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}
#search .ac-child {
	display: none;
	padding: 20px;
	background: rgba(155, 148, 96, 0.15);
}
#search .read-more {
	margin: 50px 0 0;
	font-size: 17px;
	text-align: center;
}
#search .side_box {
	position: relative;
	height: 80px;
	padding: 0 0 0 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
}
#search .side_box img {
	position: absolute;
	left: 5px;
	top: 0;
}
#search .side_gift {
	background: #f3ede6;
	margin: 20px 0;
	position: relative;
	height: 85px;
	padding: 0 0 0 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	text-align: center;
}
#search .side_gift .img {
	position: absolute;
	left: 20px;
	top: 10px;
	background: #FFF;
	width: 65px;
	height: 65px;
	text-align: center;
	border-radius: 50%;
}
/* ------faq--------- */
#index #faq {
	padding: 0 0 90px;
}
#index #faq .ac {
	width: 750px;
	margin: 0 auto;
}
#index #faq .ac-parent {
	position: relative; /* 追加 */
	border-bottom: 1px solid #fff;
	background-color: #EBEBEB;
	cursor: pointer;
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
#index #faq .ac-parent span {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: #9B9460;
	color: #fff;
	font-size: 18px;
	border-radius: 20px;
	padding: 5px;
	margin: 0 15px 0 0;
	text-align: center;
}
#index #faq .ac-parent.open {
	background: #9B9460;
	color: #fff;
}
#index #faq .ac-parent.open span {
	background: #fff;
	color: #9B9460;
}
#index #faq .ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 2px;
	background: #000;
	transform: translateY(-50%);
}
#index #faq .ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	/* 8px+12px-1px(幅2pxの半分) */
	right: 19px;
	width: 2px;
	height: 24px;
	background: #000;
	transform: translateY(-50%);
	transition: .3s;
}
#index #faq .ac-parent.open:before {
	background: #fff;
}
#index #faq .ac-parent.open:after {
	background: #fff;
}
/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
#index #faq .ac-parent.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}
#index #faq .ac-child {
	display: none;
	padding: 40px;
	background: rgba(155, 148, 96, 0.15);
}
#index #faq .read-more {
	margin: 50px 0 0;
	font-size: 17px;
	text-align: center;
}
/* ------faq--------- */
#index #sns {
	display: flex;
	justify-content: center;
	padding: 0 0 90px;
}
#index #sns .mailmag {
	width: 500px;
	background: url("../images/common/mailmag-bg.jpg") no-repeat;
	text-align: center;
	padding: 37px 56px;
	margin: 0 20px;
}
#index #sns .mailmag-inner {
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 30px;
}
#index #sns .mailmag-inner p {
	margin: 20px 0;
}
#index #sns .mailmag-inner .malimag-btn a {
	background: #9B9460;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
	font-size: 15px;
}
#index #sns .flow-us {
	width: 500px;
	border: 1px solid #9B9460;
	padding: 50px 56px 20px;
	margin: 0 20px;
	text-align: center;
}
#index #sns .flow-us h4 {
	color: #9B9460;
	margin: 0 0 30px;
	font-size: 25px;
}
#index #sns .flow-us ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#index #sns .flow-us ul li {
	padding: 0 15px;
}
#index #sns .flow-us ul .img {
	margin: 0 0 20px;
}
#index #sns .flow-us ul .sns a {
	padding: 0 10px;
}
#content-list {
	padding: 0 0 120px;
}
#content-list ul {
	display: flex;
	justify-content: space-between;
	justify-content: center;
}
#content-list ul li a {
	width: 320px;
	background: #9B9460;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	padding: 40px 0;
}
#content-list ul li .img {
	margin: 0 0 20px;
}
#content-list ul li h3 {
	text-align: center;
	font-size: 22px;
	margin: 0 0 20px;
}
#content-list ul li p {
	text-align: center;
	font-size: 15px;
}
/* --------------------------------------------------------------------------------
		footer	
-------------------------------------------------------------------------------- */
#footer {
	background: #F1ECE6;
	padding: 40px 20px;
}
#footer.simple-f {
	background: #F7F4EF;
}
#footer .footer-inner {
	margin: 0 auto;
}
#footer .footer-inner .col {}
#footer .col-inner {
	text-align: center;
	margin: 0 20px 20px;
	background: rgba(255, 255, 255, 0.8);
	padding: 40px 0;
}
#footer .footer-inner .col h4 {
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 600;
}
#footer .footer-inner .col p {
	font-size: 17px;
}
#footer .footer-inner .tel {
	font-size: 22px;
}
#footer .footer-inner .tel a {
	font-size: 35px;
}
#footer .footer-inner .contact-btn {
	margin: 20px 0 0;
}
#footer .footer-inner .contact-btn a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	background: #9B9460;
	padding: 10px 30px;
	border-radius: 30px;
}
#footer.simple-f .footer-inner .contact-btn a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	background: #D6BDA5;
	padding: 10px 30px;
	border-radius: 30px;
}
#f-info {
	padding: 40px 0;
	text-align: center;
}
#f-info h5 {
	font-size: 16px;
	text-align: center;
}
#f-info .info-btn {
	margin: 20px auto 60px;
	text-align: center;
	font-size: 18px;
}
#f-info .info-btn a {
	display: inline-block;
	border: 1px solid #000;
	padding: 10px 60px;
	text-align: center;
	border-radius: 30px;
	font-size: 14px;
}
#f-info .f-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#f-info .f-nav ul li {
	margin: 0 10px 20px;
}
#pagetop {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
	margin: 0 0 80px;
}
#pagetop a::before {
	content: '';
	display: block;
	width: 21px;
	height: 11px;
	background-image: url("../images/common/arr-top.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 auto 15px;
}
#l-order {
	background: #EFEFEF;
	text-align: center;
	padding: 60px 10px;
}
#l-order h4 {
	font-size: 18px;
	margin: 0 0 35px;
}
#l-order p {
	font-size: 14px;
	margin: 0 0 35px;
	line-height: 1.8;
}
#l-order .contact-btn {
	margin: 20px auto 0px;
	text-align: center;
	font-size: 18px;
}
#l-order .contact-btn a {
	display: inline-block;
	border: 1px solid #000;
	padding: 10px 60px;
	text-align: center;
	border-radius: 30px;
	font-size: 14px;
}
/* --------------------------------------------------------------------------------
		ブログ	
-------------------------------------------------------------------------------- */
#blog_contents {
	padding: 40px 20px;
}
h2.blog-ttl {
	color: #9B9460;
	padding: 0px;
	font-size: 18px;
	text-align: center;
	margin: 0 0 40px;
}
ul.prev-next {
	display: flex;
	justify-content: center;
	margin: 60px 0;
}
ul.prev-next li {
	font-size: 14px;
	padding: 0 20px;
}
#entry-list li {
	margin: 0 0 40px;
}
#entry-list a {
	display: flex;
	justify-content: space-between;
}
#entry-list a .thum {
	width: 20vw;
}
#entry-list a .thum img {
	width: 20vw;
	height: 20vw;
	object-fit: cover;
}
#entry-list a .txt {
	width: 60vw;
}
#entry-list a .date {
	color: #9B9460;
	font-size: 12px;
	margin: 0 0 10px;
}
#entry-list a h3 {
	font-weight: bold;
	margin: 0 0 10px;
}
/*既存スタイル調整*/
.fs-body-cart .fs-c-cartTable__product > .fs-c-cartTable__productImage {
	width: 80px;
	margin-right: 0px;
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage {
	min-width: 80px;
	padding: 0;
	margin: 0;
}
.itemDescription--detail table {
	width: 100% !important;
}
.logout_btn a {
	color: #FFF !important;
}
#fs_CustomPage .fs-l-page {
	margin-top: 0 !important;
}
#fs_ShoppingCart .fs-c-continueShopping {
	display: none;
}
#fs_ShoppingCart .page-back {
	margin: 35px auto;
	width: 90%;
}
#fs_MyCreditCards .fs-l-main {
	margin: 0 auto 60px;
}
.fs-body-my-cards .fs-c-creditCardListItem__cardInfo {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.fs-body-my-cards .fs-c-creditCardListItem:not(.is-active) {
	padding-left: 0px !important;
}
#fs_MyCreditCards .fs-c-button--secondary {
	display: none;
}
/*注文手続き*/
#fs_CheckoutWithMultiAddress .about_top {
	text-align: center;
	padding: 50px 0 0;
}
#fs_CheckoutWithMultiAddress .fs-l-checkout__mainColumn {
	padding: 0 20px;
}
#fs_CheckoutWithMultiAddress #main_all .fs-c-checkout-preview__title {
	margin: 20px;
	padding: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #f8f9fa;
	background: #631010;
	border-bottom: 1px solid #DEE0E2;
	text-align: center;
}
#fs_CheckoutWithMultiAddress .fs-c-button--standard {
	height: 44px;
	line-height: 44px;
	border: 0px;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	font-weight: bold;
	box-shadow: none;
	text-decoration: none;
	display: block;
	background: #C49206;
	font-size: 14px;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-preview {
	padding: 0;
	border-radius: 0;
	color: #000000;
	border: 1px solid #707070;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingOption {
	padding: 0 0 30px;
}
#fs_CheckoutWithMultiAddress #fs-multipleAddressButton-container .fs-c-button--secondary {
	border: 1px solid #000;
	border-radius: 3px;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 20px 26px;
	box-sizing: border-box;
	box-shadow: none;
	width: 100%;
	margin: 0 auto;
	background: #000;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingOptionPreview__label {
	margin: 0 0 20px;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingOptionPreview__label .fs-c-checkout-heading-lv2 {
	font-size: 20px;
	border-left: 2px solid #000;
	padding: 0 0 0 1em;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDestination {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 30px 0;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDestination__title {
	margin: 0 0 20px;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDestination__title .fs-c-checkout-heading {
	font-size: 20px;
	border-left: 2px solid #000;
	padding: 0 0 0 1em;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDestination__control {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDestination__control .fs-c-buttonContainer {
	margin: 10px 0 !important;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDetail__outline {
	padding: 30px 0;
	border-bottom: 1px solid #707070;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDetail__outline__title {
	font-size: 20px;
	border-left: 2px solid #000;
	padding: 0 0 0 1em;
	margin: 0 0 20px;
}
#fs_CheckoutWithMultiAddress .fs-c-deliveryDateInfo {
	color: #5C1813;
	margin: 0 0 20px;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingParcel__title {
	margin: 0 0 20px;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #ccc;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__productImage {
	margin: 0 0 15px;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__productInfo {
	width: 85%;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDetail__detail {
	padding: 30px 0;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDetail__shippingCarrier__label {
	font-size: 20px;
	border-left: 2px solid #000;
	padding: 0 0 0 1em;
	margin: 0 0 20px;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-shippingDetail__deliveryDetail .fs-c-buttonContainer {
	margin: 10px 0;
	display: flex;
	justify-content: flex-end;
}
#fs_CheckoutWithMultiAddress .fs-l-checkout__sideColumn {
	max-width: 100%;
	width: 100%;
	margin: 10px auto;
}
#fs_CheckoutWithMultiAddress .fs-c-totalAndActions {
	padding: 30px;
}
#fs_CheckoutWithMultiAddress .fs-c-totalAndActions .fs-c-button--primary {
	border-radius: 3px;
	background: #C49206;
	border: none;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-couponCodeInput {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 8px 0;
	justify-content: center;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-couponCodeInput .fs-c-couponCodeInput__button {
	margin: 20px 0;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-couponCodeInput .fs-c-couponCodeInput__button .fs-c-button--useCoupon {
	width: 200px;
}
#fs_CheckoutWithMultiAddress .fs-c-checkout-orderInfo__body .fs-c-cartTable__product {
	display: flex;
	flex-direction: column;
}
/*変更商品スライダー動的*/
#fs_Top .fs-c-productListItem__imageContainer {
	width: auto !important;
	position: relative !important;
}
#fs_Top .fs-c-productListCarousel .fs-c-productListItem__productName {
	line-height: 1.5;
	font-size: 14px;
	padding: 0;
	margin: 0 0 15px;
	text-align: left;
}
#fs_Top .fs-c-productListCarousel .fs-c-productListItem__productName span {
	font-size: 14px;
	text-align: left;
}
#fs_Top #ranking dl {
	display: block;
	align-items: center;
	margin: 0 0 40px;
}
.tab-btn.show {
	width: 100%;
	text-align: center !important;
	border-bottom: 0px solid #9B9460 !important;
	background: #fff;
}
#ranking .fs-c-productListCarousel {
	margin: 0 0 60px;
	padding: 0 20px !important;
}
.fs-c-slick .slick-slide {
	height: auto;
}
.fs-c-productListCarousel__ctrl {
	display: block !important;
}
.fs-c-button--carousel {
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	border: none;
	background: none;
	cursor: pointer;
	font-size: 4.4rem;
	line-height: 1;
	min-height: 1em;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fs-c-button--carousel .fs-c-button__label {
	display: none;
}
.fs-c-button--carousel::before {
	font-family: "fs-icon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fs-c-button--carousel--prev::before {
	content: "\e90b";
}
.fs-c-button--carousel--next::before {
	content: "\e90c";
}
.fs-c-button--carousel:hover {
	opacity: 0.6;
}

/*サイト告知*/
#site-imfo {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	border: 2px solid #999;
	padding: 30px 20px;
}
#site-imfo h4 {
	font-size: 16px;
	margin: 0 0 30px;
	color: #9B9460;
}
#site-imfo p span {
	font-size: 16px;
	margin: 0 0 10px;
	color: #631010;
}
/*カート以降*/
.fs-c-cartTable__headerCell {
	background: #D6BDA5;
	border: 1px solid #4A3929;
	color: #6C6059;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
	/* border: 1px solid #4A3929;*/
}
.fs-c-price__value {
	color: #D18124;
}
.fs-c-button--primary.fs-c-button--loginAndPurchase {
	background: #D6BDA5;
	color: #6C6059;
}
.fs-c-button--secondary {
	border: 1px solid #4A3929;
	color: #6C6059 !important;
}
/*カートログイン*/
.fs-c-button--primary {
	background: #D6BDA5;
	color: #6C6059;
}
.fs-c-buttonContainer--guestPurchase {
	background: #D6BDA5;
	color: #6C6059;
}
.fs-c-requiredMark {
	border: 1px solid #D18124;
}
.fs-c-requiredMark::before {
	color: #D18124;
}
.fs-body-customerDetails .fs-c-agreementConfirmation .fs-c-agreementConfirmation__message {
	color: #D18124;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__addon__message::after {
	color: #D18124;
	border: 1px solid #D18124;
}
.fs-c-panel--error {
	color: #D18124;
	border-color: #D18124;
}
.fs-c-panel--error::before {
	color: #D18124;
}
/*ご注文内容入力*/
#main_all .fs-c-checkout-preview__title {
	color: #6C6059;
	background: #D6BDA5;
}
#fs_CheckoutWithMultiAddress #main_all .fs-c-checkout-preview__title {
	color: #6C6059;
	background: #D6BDA5;
}
#fs_CheckoutWithMultiAddress .fs-c-button--standard {
	background: #D6BDA5;
}
#fs_CheckoutWithMultiAddress .fs-c-deliveryDateInfo {
	color: #D18124;
}
#fs_CheckoutWithMultiAddress .fs-c-totalAndActions .fs-c-button--primary {
	background: #D6BDA5;
}
/*注文履歴・ご注文明細*/
.fs-c-orderHistoryItem__header__button {
	background: #D6BDA5;
	color: #6C6059;
}
.fs-c-orderHistoryItem__button a {
	color: #6C6059 !important;
}
.fs-c-button--addReview--detail {
	border: 1px solid #D18124;
	color: #D18124 !important;
}
/*レビュー履歴*/
.fs-c-reviewList__item__editButton a {
	background: #D6BDA5;
	color: #6C6059;
}
/*お届け先リスト*/
.fs-c-addressBookList__addButton a {
	border: 0px;
	background: #D6BDA5;
}
.logout_btn a {
	background: #D6BDA5;
}
body#fs_ShoppingCart, body#fs_CheckoutWithMultiAddress {
	font-weight: 400;
}
body#fs_ShoppingCart #main_all *, body#fs_CheckoutWithMultiAddress #main_all * {
	font-weight: 400;
	font-family:
		"Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "Meiryo", sans-serif !important;
}