@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";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	
	
		
}
*, *: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{
	vertical-align:top;
}

html { scroll-behavior: smooth;}




/* --------------------------------------------------------------------------------
		common	
-------------------------------------------------------------------------------- */


.device-sp{
	display: none !important;
}

.device-pc{
	display: block;
}
body{
	width: 100%;
	min-width: 1000px;
	color: #313131; 
	font-size: 16px;
	line-height: 1.7;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	
}
a{
	text-decoration: none;
	transition: all .3s;
}
a:hover{
	opacity: .6;
}
a,
a:visited,
a:link,
a:active{
	/*color: #000;*/
}
.inner{
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
.row_wrap{
	display: flex;
	flex-flow: row wrap;
}
.buy_btn a{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	border-radius: 16px;
	background-color: #DD6200;
	padding: 7px 28px;
}
.js-fade{
	opacity: 0;
	transition: opacity .8s;
}
.js-fade.is-inview{
	opacity: 1;
	transition-delay: .5s;
}

/* READ MORE */
.grad_trigger{
	display: none;
}





.bg_onetime_popup.fadeout {
	/*animation: fadein-keyframes 10s ease 4s 1 forwards;*/
	animation: fadein-keyframes 5s ease 2.5s 1 forwards;
}

@keyframes fadein-keyframes {
	0% {
		opacity: 1!important;
		display: block!important;
	}
	100% {
		opacity: 0;
		display: none;
		visibility: hidden;
	}
}




.main-fade{
    animation-name: mainfadein;
	/*animation-duration: 5s;*/
    animation-duration: 1.5s;
}
@keyframes mainfadein{
    from{
    opacity: 0;
    transform: translatey(0px);
    }
    to{
    opacity: 1;
    transform: translatey(-10px);
    }
}


.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%;
	}
}



.breadcrumb {
    font-size: 12px;
    padding:0px;
	/*margin: 80px 0 40px;*/
}

img{
	max-width: 100%;
}


.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;
    }

#fs_ProductSearch #side {
        display: none;
    }


/* --------------------------------------------------------------------------------
		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-01{
	width: 80px;
	margin: 0 40px;
	
}

#simple-header .header-inner .logo-02{
	width: 100px;
	
}



#simple-header .header-inner h1{
	width: 280px;
	text-align: center;
	margin: 0 auto;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	color: #9B9460;
	
}

#simple-header .header-inner h1 span{
	display: block;
	font-size: 14px;
	color: #000;
	
}




#header{
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: auto!important;
	background-color: #fff!important;
}



#header .header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0;
	position: relative;
	
	
}

#header .header-inner .logo{
	margin-right: auto;
	padding: 0 0 0 45px;
	
}


#header .header-inner h1{
	position: absolute;
	left: 0;
	right: 0;
	width: 280px;
	text-align: center;
	margin: 0 auto;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	color: #9B9460;
	
}

#header .header-inner h1 span{
	display: block;
	font-size: 14px;
	color: #000;
	
}

#header .hnav{
	flex-shrink: 0;
	margin: 0 40px 0 0;
}


#header .hnav ul{
	display: flex;
	gap: 0 20px;
}

#header .hnav ul li {
	color: #757575;
	font-size: 12px;
}


#header .hnav ul li a{
	display: block;
	color: #757575;
	font-size: 12px;
}



#header .h-account{
	display: flex;
	flex-shrink: 0;
	align-items: center;
	/*margin: 0 80px 0 0;*/
	
}



#header .h-search form{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 20px 0 0;
	padding: 5px 10px 5px 5px;
	border: 1px solid #eee;
	width: 180px;
	border-radius: 20px;
}

#header .h-search input[type="text"]{
	border: 0px;
	width: 150px;
	font-size: 12px;
}


#header .h-search .input-search{
	border: 0px;
	width: 150px;
	font-size: 12px;
}

#header .h-search input[type="image"]{
	
	width: 20px;

}



#header .h-search form{
	line-height: 0;
	
}

#header .h-login{
	margin: 0 20px 0 0;
	
}

#header .h-login img{
	width: 40px;
	
}


#header .h-cart{
	margin: 0 30px 0 0;
	
}

#header .h-cart img{
	width: 40px;
	
}

.h-contents-box{
	display: none;
}


/********** メニュー **********/
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;
}

#nav_toggle {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
	background: #9B9460;
	height: 75px;
	width: 75px;
	padding: 30px 20px;
	
}


#nav_toggle div {
	position: relative;
}


#nav_toggle span {
	display: block;
	height: 2px;
	background: #fff;
	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: #fff;
}
.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: #fff;
}
span.menu-txt {
	display: none;
	font-size: 20px;
	color: #fff;
	padding: 5px 110px;
}


.drawer-nav{
	padding:60px 40px;

}
.drawer-nav .menu-inner{
	width: 800px;
	margin: 0 auto;

}


.drawer-nav .h-menu-nav{
	
}


.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 .side_box {
    justify-content: flex-start!important;
    
}

.drawer-nav .side_box h3{
    margin: 0 0 0 20px;
}


.drawer-nav .ac-child ul li{
    margin: 0 0 10px;
}



.drawer-nav .category-list{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0 auto;
}



.drawer-nav .category-list li{
	list-style: none;
	width: 240px;
}

.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: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.drawer-nav .choose-list.col-6{
	grid-template-columns: repeat(6, 1fr);
}

.drawer-nav .choose-list.col-5{
	grid-template-columns: repeat(5, 1fr);
}



/* カード */
.drawer-nav .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;
}

.drawer-nav .choose-list li a:hover{
	opacity: .7;
}

.drawer-nav .choose-list .icon{
	width: 70px;
	height: 70px;
	margin-bottom: 16px;
}




.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: 60px;
	
}


.drawer-nav .choose-list.col-5 .icon img{
	width: 100%;
	height: 60px;
	object-fit: contain;
	
}



.drawer-nav .choose-list p{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .05em;
}

/* 価格 */
.drawer-nav .price-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.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;
}

#mv .mv-slider{
	margin: 0;
}

/* スライド余白 */
#mv .sl-img{
	padding: 0 10px;
	box-sizing: border-box;
}

/* 中央画像：最大1100px / 高さ450px */
#mv .sl-img a{
	display: block;
	width: 100%;
	max-width: 1100px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#mv .sl-img img{
	width: 100%;
	height: 100%;
	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: #fff;
	opacity: .5;
}

#mv .slick-dots li.slick-active button:before{
	color: #fff;
	opacity: 1;
}

/* 画像外側に矢印を置けない幅では内側へ */
@media screen and (max-width: 1250px){

	#mv .slick-prev{
		left: 15px;
	}

	#mv .slick-next{
		right: 15px;
	}

}

/* =========================
SP
========================= */
@media screen and (max-width: 799px){

	#mv{
		padding: 10px 0;
	}

	#mv .sl-img{
		padding: 0 4px;
	}

	#mv .sl-img a{
		height: auto;
		aspect-ratio: 1100 / 450;
	}

	#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: 8px;
	}

}



/* --------------------------------------------------------------------------------
		index	
-------------------------------------------------------------------------------- */

.btm-line{
	border-bottom: 1px solid #000;
	padding: 0 0 80px;
	margin: 0 auto 80px;
}


#index{
	width: 1048px;
	margin: 0 auto;
}




#index h2{
	color: #9B9460;
	padding: 10px 20px;
	font-size: 35px;
	text-align: center;
	margin: 0 0 50px;
	letter-spacing: 0.02em;
}

#index h2 span{
	display: block;
	font-size: 18px;
	color: #000;
}

.index-inner{
	width: 1048px;
        margin: 0 auto;
}






#category{
	
	
}

#category .contens-inner{
	
	margin: 0 auto;
	
}

#category .category-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin: 0 auto;
}

/* 上3つを中央寄せ */
#category .category-list li:nth-child(1){
	grid-column: 1 / 2;
}

#category .category-list li:nth-child(2){
	grid-column: 2 / 3;
}

#category .category-list li:nth-child(3){
	grid-column: 3 / 4;
}

/* 4個目から下段 */
#category .category-list li:nth-child(4){
	grid-column: 1 / 2;
	grid-row: 2;
}

#category .category-list li:nth-child(5){
	grid-column: 2 / 3;
	grid-row: 2;
}

#category .category-list li:nth-child(6){
	grid-column: 3 / 4;
	grid-row: 2;
}

#category .category-list li:nth-child(7){
	grid-column: 4 / 5;
	grid-row: 2;
}

#category .category-list li{
	list-style: none;
}

#category .category-list li a{
	height: 90px;
	border: 1px solid #222;
	background: #fff;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: .3s;
}

#category .category-list li a:hover{
	opacity: .7;
}

/* 画像 */
#category .category-list .img{
	width: 90px;
	height: 90px;
	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% - 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;
}


/* =========================
SP
========================= */
@media screen and (max-width: 799px){

	#category{
		padding: 60px 0 70px;
	}

	#category .contens-inner{
		padding: 0 15px;
	}

	#category h2{
		font-size: 34px;
		margin-bottom: 35px;
	}

	#category h2 span{
		font-size: 14px;
		margin-top: 10px;
	}

	#category .category-list{
		gap: 8px;
	}

	#category .category-list li{
		width: calc(50% - 4px);
		max-width: none;
	}

	#category .category-list li a{
		height: 58px;
	}

	#category .category-list .img{
		width: 58px;
		height: 58px;
	}

	#category .category-list p{
		width: calc(100% - 58px);
		font-size: 12px;
		padding: 0 6px;
	}

}





#pickup{
	
}



#pickup ul{
	display: flex;
	justify-content: center;
	gap:25px;
}

#pickup ul li{
	width: 280px;
}







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




#index #ranking ul{
	display: flex;
	gap:20px;
	
}

#index #ranking ul li{
	flex-shrink: 0;
	width: 190px;
	
	
}

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


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

/* ------BRAND--------- */

#brand{
	
}

#brand .contens-inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

#brand h2{
	text-align: center;
	font-size: 38px;
	font-weight: 400;
	letter-spacing: .08em;
	color: #9a9057;
	line-height: 1;
	margin-bottom: 55px;
	font-family: 'Noto Sans JP', sans-serif;
}

#brand h2 span{
	display: block;
	font-size: 18px;
	color: #222;
	margin-top: 12px;
	letter-spacing: .08em;
}

#brand .brand-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 62px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#brand .brand-list a{
	display: block;
	text-decoration: none;
	color: #222;
}

#brand .brand-img{
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 40px;
}

#brand .brand-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#brand .brand-name{
	height: 50px;
	border: 1px solid #222;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .12em;
	background: #fff;
	box-sizing: border-box;
}

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

	#brand{
		padding: 60px 0 70px;
	}

	#brand .brand-list{
		grid-template-columns: 1fr;
		gap: 35px;
	}

	#brand h2{
		font-size: 34px;
		margin-bottom: 35px;
	}

	#brand h2 span{
		font-size: 14px;
	}

	#brand .brand-img{
		margin-bottom: 18px;
	}

	#brand .brand-name{
		height: 48px;
		font-size: 18px;
	}

}




#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;
}


/* =========================
SP
========================= */
@media screen and (max-width: 799px){

	#choose{
		padding: 60px 0 70px;
	}

	#choose .contens-inner{
		padding: 0 15px;
	}

	#choose h2{
		font-size: 34px;
		margin-bottom: 40px;
	}

	#choose h2 span{
		font-size: 14px;
		margin-top: 10px;
	}

	#choose .choose-block{
		margin-bottom: 40px;
	}

	#choose .choose-block h3{
		font-size: 22px;
		padding-left: 16px;
		margin-bottom: 18px;
	}

	#choose .choose-block h3:before{
		width: 8px;
		height: 8px;
		top: 10px;
	}

	#choose .choose-list.col-6,
	#choose .choose-list.col-5{
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	#choose .choose-list li a{
		height: 130px;
	}

	#choose .choose-list .icon{
		width: 52px;
		height: 52px;
		margin-bottom: 12px;
	}

	#choose .choose-list p{
		font-size: 13px;
	}

	#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: 80px 0 ;
	
}

#footer .footer-inner{
	width: 1048px;
	margin: 0 auto;
	
}

#footer .footer-inner .col{
	display: flex;
	justify-content: center;
	
}

#footer .col-inner{
	width: 340px;
	text-align: center;
	margin: 0 30px;
	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;
	
}




#f-info{
	padding: 80px 0;
	text-align: center;
}


#f-info h5{
	font-size: 18px;
	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;
	justify-content: center;
}

#f-info .f-nav ul li{
	margin: 0 20px;
	
}


#pagetop{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 17px;
	padding: 30px 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 0;
}

#l-order h4{
	font-size: 18px;
	margin: 0 0 35px;
}

#l-order p{
	font-size: 15px;
	margin: 0 0 35px;
}

#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{
	width: 800px;
    margin: 0 auto;
    padding: 60px 0 150px;
   
}


h2.blog-ttl{
        color: #9B9460;
        padding: 10px 20px;
        font-size: 24px;
        text-align: center;
        margin: 0 0 50px;
    }

ul.prev-next{
	display: flex;
	justify-content: center;
	margin: 120px 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: 120px;
}

#entry-list a .thum img{
	width: 120px;
	height: 120px;
	object-fit: cover;
}



#entry-list a .txt{
	width: 620px;
}


#entry-list a .date{
	color: #9B9460;
	font-size: 12px;
	margin: 0 0 10px;
}

#entry-list a h3{
	font-weight: bold;
	margin: 0 0 10px;
}





/*既存スタイル調整*/

.logout_btn a {
    color: #FFF!important;  
}

.fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
  
    margin: 0; 
	height: auto;
    
}


#fs_CustomPage .fs-l-page{
	margin-top: 0!important;
}


#fs_ShoppingCart .fs-c-continueShopping{
	display: none;
}


#fs_ShoppingCart .page-back{
	margin: 0 0 35px;
}


#fs_MyCreditCards .fs-l-main{
	width: 1200px;
	margin: 0 auto 60px;
}

.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 20px 0;
}



#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: 14px 26px;
    box-sizing: border-box;
    box-shadow: none;
    width: 60%;
	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;
	justify-content: space-between;
	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__product{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px;
}

#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;
}





