@charset "UTF-8";
html{
	margin:0;
	padding:0;
	font-size:62.5%;
}

body{
	margin:0 auto;
	padding:0;
	font-size:1.4em;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-weight:400;
	-moz-background-origin: 330;
}
@media all and (-ms-high-contrast:none){
	body{
		font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo, '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	}
}
h1, h2, h3, h4, h5, h6,a{
	line-height:125%;
}
p{
	line-height:160%;
}
li{
	line-height:145%;
}

/* iPad背景切れ対策 */
@media screen and (min-width:668px){
	body{
		min-width:1260px;
	}
}

*,*::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;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
	font-size:100%;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
}
figure,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul li,ol li{
	list-style:none;
}
a{
	color:#000000;
	text-decoration:none;
	transition:color 0.2s;
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#666666;
	text-decoration:none;
}
a.txtLink{
	color:#02BCB2;
	text-decoration:underline;
	transition:color 0.2s;
}
a.txtLink:hover{
	color:#02BCB2;
	text-decoration:none;
}

/* clearfix */
.clearfix::after {
	content:' ';
	display:block;
	height:0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

/* 表示切替 */
.switch{
	visibility:hidden;
}
.sp{
	display:none;
}

/* フォント */
.bd{
	font-weight:bold !important;
}
.red{
	color:#F00;
}
.center{
	text-align:center !important;
}

/* フォーム */
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:667px){
	body{
		-webkit-text-size-adjust:100%;
	}
	img{
		width:100%;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	br.sp{
		display:inline-block;
	}
}


/*
	header
-----------------------------------------------------------------------------------------------*/
#wrapper{
	padding:140px 0 0 0;
}
#wrapperTop{
	padding:90px 0 0 0;
}
#headOut{
	width:100%;
	height:90px;
	background-color:#e00e16;
	position:fixed;
	top:0;
	z-index:9999;
}
#headIn{
	width:1260px;
	padding:0 30px;
	margin:0 auto;
	position:relative;
}

/* ロゴ */
#headLogo{
	padding:17px 0 0;
	float:left;
}
#headLogo a{
	transition:0.2s;
}
#headLogo a:hover{
	opacity:0.7;
}

/* カートを見る */
#cart{
	font-size:0;
	position:absolute;
	top:0;
	right:30px;
}
#cart a{
	display:inline-block;
	padding:15px 20px;
	font-size:1.4rem;
	color:#FFF;
	background-color:#b39d52;
	transition:0.2s;
}
#cart a::before{
	padding:0 8px 0 0;
	font-family:"Font Awesome 5 Free";
	content:'\f07a';
	font-size:1.6rem;
	font-weight:bold;
}
#cart a:hover{
	color:#b39d52;
	background-color:#FFF;
}

/* メニュー */
#listGnav{
	display:-ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	right: 200px;
}
#listGnav li{
	padding:34px 20px 0;
	border-right:1px solid #FFF;
	-webkit-transform:skewX(160deg);
	-moz-transform:skewX(160deg);
	transform:skewX(160deg);
}
#listGnav li:last-of-type{
	padding:34px 0 0 20px;
	border-right:none;
}
#listGnav li a{
	display:block;
	color:#EEEEEE;
	transform:skewX(-160deg);
	transition:0.2s;
}
#listGnav li a:hover{
	color:#FFF;
}
#listGnav li.mail a::before{
	padding:0 8px 0 0;
	font-family:"Font Awesome 5 Free";
	content:'\f0e0';
	font-weight:bold;
}


@media screen and (max-width:667px){
	#wrapper{
		padding:95px 0 0 0;
	}
	#wrapperTop{
		padding:55px 0 0 0;
	}
	#headOut{
		height:55px;
	}
	#headIn{
		width:100%;
		padding:0;
	}

	/* ロゴ */
	#headLogo{
		width: 100%;
		height: 55px;
		padding:10px 0 0 10px;
		background-color: #e00e16;
		position: relative;
		z-index: 850;
	}
	#headLogo img{
		max-width: 160px;
	}

	/* カートを見る */
	#cart{
		right:55px;
		z-index: 850;
	}
	#cart a{
		display:block;
		width: 55px;
		height: 55px;
		padding:17px 0 0;
		font-size: 1.1rem;
		text-align: center;
	}
	#cart a::before{
		padding:0 0 0 0;
		font-size:1.5rem;
	}
	#cart a span{
		font-family:'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
		letter-spacing: 0.1rem;
		padding: 6px 0 0;
	}

	/* キー */
	#gNavOpen{
		width:55px;
		height:55px;
		padding:37px 0 0 0;
		font-family:'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
		font-size:1.1rem;
		line-height:125%;
		text-align:center;
		letter-spacing:0.1em;
		color:#FFFFFF;
		background-color:#808080;
		position:absolute;
		top:0;
		right:0;
		z-index:999;
	}
	#gNavOpen .line{
		display:block;
		width:13px;
		height:2px;
		background-color:#FFFFFF;
		position:absolute;
		left:21px;
	}
	#gNavOpen .line01{
		top:17px;
		transition:transform 0.3s;
	}
	#gNavOpen .line02{
		top:22px;
	}
	#gNavOpen .line03{
		top:27px;
		transition:transform 0.3s;
	}

	/* キーclose */
	#gNavOpen.active .line01{
		top:23px;
		transform:rotate(45deg);
	}
	#gNavOpen.active .line02{
		opacity:0;
	}
	#gNavOpen.active .line03{
		top:23px;
		transform:rotate(135deg);
	}

	/* spGnav */
	#spGnavOut{
		width:100%;
		background:rgba(179,157,82,0.95);
		position:absolute;
		top:-274px;
		transition:top 0.6s;
		z-index:800;
	}
	#spGnavOut.active{
		top:55px;
	}
	#spGnavIn{
		padding:0;
	}
	#listSpGnav{
		padding:0 15px;
	}
	#listSpGnav li a{
		display:block;
		padding:15px 0;
		font-size:1.3rem;
		font-weight:bold;
		color:#FFFFFF;
		position:relative;
	}
	#listSpGnav li a::after {
		content:' ';
		display:block;
		width:6px;
		height:6px;
		border-top:2px solid #FFFFFF;
		border-right:2px solid #FFFFFF;
		transform:rotate(45deg);
		transform-origin:0 0;
		position:absolute;
		top:50%;
		right:10px;
		margin:-3px 0 0 0;
	}
	#listSpGnav li{
		border-bottom:1px solid #FFFFFF;
	}
	#listSpGnav li:last-of-type{
		border-bottom:none;
	}
	#listSpSubGnav{
		padding:20px 15px 0;
	}
	#listSpSubGnav li a{
		display:block;
		margin:0 0 15px;
		font-size:1.2rem;
		font-weight:bold;
		color:#FFFFFF;
		position:relative;
	}
	#listSpSubGnav li a::after{
		font-family:"Font Awesome 5 Free";
		content:'\f138';
		font-weight:900;
		font-size:1.0rem;;
		position:absolute;
		top:50%;
		right:10px;
		-webkit-transform:translate(0, -50%);
		transform:translate(0, -50%);
	}
}


/*
	ドロワーメニュー
-----------------------------------------------------------------------------------------------*/
#drawerNavArea{
	padding: 40px 30px;
}
#drawerNavArea .tit{
	font-size: 1.6rem;
	font-weight: bold;
	color: #b39d52;
}
#listDrawrNav > li{
	padding: 35px 0 0;
	font-weight: bold;
}
.listDrawrSubNav li{
	padding: 15px 0 0;
	font-weight: normal;
}
.listDrawrSubNav li::before{
	content: "−";
	padding: 0 5px 0 0;
}
#listDrawrGNavArea{
	padding: 40px 30px;
	border-top: 1px solid #dddddd;
}
#listDrawrGNav li{
	padding: 20px 0 0;
	font-weight: bold;
}
#listDrawrGNav li.mail a::before{
	padding:0 8px 0 0;
	font-family:"Font Awesome 5 Free";
	content:'\f0e0';
	font-weight:bold;
}
#listDrawrGNav li:first-of-type{
	padding: 0;
}
#listDrawrGNav li a{
	color: #777777;
	transition: 0.2s;
}
#listDrawrGNav li a:hover{
	color: #000000;
}

/* リンク */
.link{
	margin-top: -4px;
}
.link a{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 0 25px;
	padding: 0 0 5px;
	position: relative;
}
.link a::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000000;
	position: absolute;
	bottom: -1px;;
	left: 0;
	transition: 0.2s;
}
.link a:hover{
	color: #000000;
}
.link:hover a::after {
	background-color: rgba(0, 0, 0, 0);
}

#nav-drawer {
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 25px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 1;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	padding-top: 90px;
	-ms-overflow-style: none; /* IE対策 */
    overflow: auto;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 2;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}
#nav-content::-webkit-scrollbar{
	display: none;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
@media screen and (max-width:667px){
	#drawerNavArea{
		padding: 20px 15px;
	}
	#listDrawrNav > li{
		padding: 25px 0 0;
	}
	.listDrawrSubNav li{
		padding: 10px 0 0;
	}
	#listDrawrGNavArea{
		padding: 20px 15px;
	}
	#listDrawrGNav li{
		padding: 10px 0 0;
	}

	/*中身*/
	#nav-content {
		max-width: 240px;
		padding-top: 55px;
	}
}


/*
	タイトル
-----------------------------------------------------------------------------------------------*/
/* 大見出し */
.titCts1st{
	font-size:1.6rem;
	padding:3px 0 0 18px ;
	margin:0 0 5px 0;
	position: relative;
	display: inline-block;
}
.titCts1st:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 3px;
	background: #b39d52;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
}
@media screen and (max-width:667px){
	.titCts1st{
		font-size: 1.6rem;
		padding: 3px 0 3px 23px;
		margin: 0 0 10px 0;
	}
}

/* 最下層タイトル */
#titPageOut{
	font-size: 2.2rem;
	margin: 20px auto 0;
	width: 1100px;
}
#titPage{
	padding: 3px 0 3px 10px;
	border-left: 8px solid #e00e16;
}
#titPage .tit{
	font-size: 2.2rem;
}
@media screen and (max-width:667px){
	#titPageOut{
		width: 100%;
		padding: 0px 15px;
	}
	#titPage{
		width:100%;
		padding:0 15px;
	}
	#titPage .tit{
		font-size: 2.2rem;
	}
}

/* ポイント */
.titPoint{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 20px;
	font-size: 2.2rem;
}
.titPoint span{
	display: inline-block;
	width: 80px;
	padding: 15px 0 0 4px;
	margin: 0 20px 0 0;
	font-family:'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;	font-size: 1.5rem;
	font-size: 1.6rem;
	text-align: center;
	color: #ffffff;
	background-color: #e00e16;
}
@media screen and (max-width:667px){
	/* ポイント */
	.titPoint{
		margin: 0 0 10px;
		font-size: 2.0rem;
	}
	.titPoint span{
		display: block;
		width: 100%;
		padding: 5px;
		margin: 0 0 10px 0;
		font-size: 1.5rem;
	}
}

/*
	カテゴリタイトル
-----------------------------------------------------------------------------------------------*/
#categoryTitPageOut {
	width: 1100px;
	margin: 0 auto;
	height: 100px;
	display:-ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
#categoryTitPageOut img {
	width: 200px;
}
#categoryTitPage {
	margin: 0 0 0 20px;
}
#categoryTitPage .tit {
	font-size: 2rem;
}

@media screen and (max-width:667px){
	#categoryTitPageOut {
		width: 100%;
		padding: 10px 20px 0;
		height: auto;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#categoryTitPageOut img {
		width: 100%;
	}
	#categoryTitPage {
		margin: 10px 0 0 0;
	}
	#categoryTitPage .tit {
		font-size: 1.6rem;
	}
}

/*
	パンくず
-----------------------------------------------------------------------------------------------*/
#listPanOut{
	background-color: #ffffff;
}
#listPanOut.fixed{
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	top: 90px;
	z-index: 999;
}
#listPanIn{
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: space-between;
	align-items: center;
	width:1260px;
	padding:15px 30px;
	margin:0 auto;
}
#listPan{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#listPan li{
	padding:0 14px 0 0;
	margin:0 10px 0 0;
	font-size:1.2rem;
	color:#000000;
	position:relative;
}
#listPan li:last-of-type{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #999999;
}
#listPan li::after{
	content:' ';
	display:block;
	width:4px;
	height:4px;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	transform:rotate(45deg);
	position:absolute;
	top:6px;
	right:0;
}
#listPan li:last-of-type::after{
	content:none;
}
#listPan li a{
	text-decoration:underline;
}
#listPan li a:hover{
	color: #000000;
	text-decoration:none;
	opacity: 1.0;
}
@media screen and (max-width:667px){
	#listPanOut.fixed{
		top:55px;
	}
	#listPanIn{
		width:100%;
		padding:10px 15px;
	}
}


/*
	ボタン
-----------------------------------------------------------------------------------------------*/
.btnArea{
	display: -ms-flex;
	display: flex;
	-ms-justify-content: center;
	justify-content: center;
	padding: 30px 0 0;
}
.btnArea a{
	width: 400px;
	padding: 20px 10px;
	margin: 0 5px;
	font-size: 1.6rem;
	text-align: center;
	transition: 0.3s;
}
/*Sサイズ*/
.btnArea.sizeS{
	padding: 15px 0 0;
}
.btnArea.sizeS a{
	margin: 0;
	padding: 12px 10px;
	font-size: 1.4rem;
}
/*グレー*/
a.btnGry{
	border: 1px solid #555;
}
a.btnGry:hover{
	color: #ffffff;
	background-color: #555;
}
a.btnGry02{
	background: #fff;
}
a.btnGry02:hover{
	color: #ffffff;
	background-color: #555;
}
/*ゴールド*/
a.btnGd{
	margin: 0;
	font-weight: bold;
	color: #ffffff;
	border:none;
	background-color: #b39d52;
}
a.btnGd::before{
	font-family:"Font Awesome 5 Free";
	content:'\f07a';
	font-weight:900;
	padding: 0 10px 0 0;
}
a.btnGd:hover{
	background-color: #a08d49;
}

/* リストボタン */
.listBtnBese{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.listBtnBese li{
	width: 350px;
	margin: 10px 25px 0 0;
}
.listBtnBese li:last-of-type{
	margin: 10px 0 0 0;
}
.listBtnBese li a{
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #555;
	position: relative;
	transition: 0.3s;
}
.listBtnBese li a::after{
	font-family:"Font Awesome 5 Free";
	content:'\f054';
	font-weight:900;
	color: #b39d52;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
}
.listBtnBese li a:hover{
	color: #ffffff;
	background-color: #555;
}
.listBtnBese li a:hover::after{
	color: #ffffff;
}
@media screen and (max-width:667px){
	.btnArea{
		display: block;
		padding: 15px 0 0;
	}
	.btnArea a{
		display: block;
		width: 100%;
		margin: 0 0 5px;
		font-size: 1.5rem;
	}
	.btnArea a::after{
		font-size:1.5rem;
	}
	.btnArea a:last-of-type{
		margin: 0 0 0;
	}

	/* リストボタン */
	.listBtnBese li{
		width: 100%;
		margin: 10px 0 0 0;
	}
	.listBtnBese li:last-of-type{
		margin: 10px 0 0 0;
	}
}


/*
	リスト
-----------------------------------------------------------------------------------------------*/
/* ベーシック */
.listBase{
	padding:0 0 0 15px;
	position:relative;
}
.listBase li{
	padding:0 0 5px;
}
.listBase li:last-of-type{
	padding:0 0 0;
}
.listBase li::before {
	content:'●';
	font-size:1.0rem;
	color:#005bac;
	position:absolute;
	left:0;
}

/* ご注意 */
.listCation{
	padding:8px 0 0 18px;
	position:relative;
}
.listCation li:last-of-type{
	padding:0 0 0;
}
.listCation li{
	padding:0 0 5px;
}
.listCation li::before{
	content:'※';
	color:#F00;
	position:absolute;
	left:0;
}


/*
	content
-----------------------------------------------------------------------------------------------*/
/* コンテンツエリア */
.ctsArea{
	width:1160px;
	padding:35px 30px;
	margin:0 auto;
}
.ctsArea.topCts {
	padding: 20px 30px;
}
.ctsArea:last-child {
	margin: 0 auto 70px;
}
.ctsPage1stArea{
	padding: 0 0 60px;
}
.ctsPage2ndArea{
	padding: 0 0 40px;
}
.ctsPage1stArea:last-of-type,
.ctsPage2ndArea:last-of-type{
	padding: 0 0 0;
}
#leadPage{
	padding: 0 0 20px;
}
@media screen and (max-width:667px){
	.ctsArea,.ctsArea.topCts{
		width:100%;
		padding:20px 15px;
	}
	.ctsArea:last-child {
		margin: 0 auto 40px;
	}
	.ctsPage1stArea{
		padding: 0 0 40px;
	}
}


/* テーブル */
.tblBase{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	line-height:160%;
}
.tblBase th,.tblBase td{
	padding:20px;
}
.tblBase th{
	font-weight:bold;
	white-space:nowrap;
	border-top:1px solid #BEC6C6;
	background-color:#F0F0F0;
}
.tblBase th.required{
	position: relative;
	z-index: -1;
}
.tblBase th.required::after{
	content: "※";
	color: #F00;
	position: absolute;
	right: 20px;
}
.tblBase td{
	border-top:1px solid #BEC6C6;
	background-color:#FFFFFF;
}
.tblBase tr:last-of-type th{
	border-bottom:1px solid #BEC6C6;
}
.tblBase tr:last-of-type td{
	border-bottom:1px solid #BEC6C6;
}
.tblList th{
	border-right:1px solid #BEC6C6;
}
.tblList th:last-of-type{
	border-right:none;
}
.tblList th:first-of-type{
	border-right:1px solid #BEC6C6;
}
.tblList td{
	border-right:1px solid #BEC6C6;
}
.tblList td:last-of-type{
	border-right:none;
}


@media screen and (max-width:667px){
	.tblBase tr,.tblBase th,.tblBase td{
		display:block;
	}
	.tblBase figure{
		width: 100%;
	}
	.tblBase th{
		width:100%;
		padding:6px;
		font-size:1.3rem;
		white-space:normal;
	}
	.tblBase th.titTh{
		color:#FFFFFF;
		background-color:#9DBABA;
		border:none;
	}
	.tblBase td{
		padding:10px 0 20px 0;
		border-top:none;
	}
	.tblBase tr:last-of-type th{
		border-bottom:none;
	}
	.tblBase tr:last-of-type td{
		border-bottom:1px solid #BEC6C6;
	}
	.tBseries thead{
		display: none;
	}
	.tBseries th:first-of-type {
		border: 1px solid #BEC6C6;
	}
	.tBseries td,.tBseries td:last-of-type{
		border-left: 1px solid #BEC6C6;
		border-right: 1px solid #BEC6C6;
	}
	.tBseries tr:last-of-type td:first-of-type{
		border-bottom:none;
	}

}



/*
	footer
-----------------------------------------------------------------------------------------------*/
#footOut{
	font-size:0;
	background-color:#b39d52;
}

#footIn{
	width:1260px;
	padding:30px;
	margin:0 auto;
}

/* アドレス */
#address{
	padding:0 70px 0 0;
	float:left;
}
#address figure{
	width: 200px;
	padding:0 0 10px;
}
#address figure img{
	width: 100%;
	transition:color 0.15s;
}
#address img:hover{
	opacity:0.7;
}
#address p,
#address p a{
	color:#FFF;
	font-size:1.2rem;
}
#instagramIcon {
	width:50.3px !important;
	margin:10px !important;
}

/* リスト */
#listFootArea{
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.listFoot{
	width: 185px;
	padding: 0 20px 0 20px;
	border-left:1px solid #FFF;
	float: left;
}
.listFoot li{
	padding:0 0 30px;
}
.listFoot li:last-of-type{
	padding:0 0 0;
}
.listFoot li a{
	font-size:1.2rem;
	color:#EEEEEE;
	transition:color 0.15s;
}
.listFoot li a:hover{
	color:#FFFFFF;
}

/* バナー */
#footBnrArea{
	float:right;
}
#listFootBnr li{
	width:150px;
	padding:0 0 5px;
}
#listFootBnr li img{
	width:100%;
}
#listFootBnr li a{
	transition:0.2s;
}
#listFootBnr li a:hover{
	opacity:0.7;
}

/* コピーライト */
#footB{
	padding:10px 30px;
	text-align:center;
}

@media screen and (max-width:667px){
	#footIn{
		width:100%;
		padding:15px 0;
	}

	/* アドレス */
	#address{
		padding:0 0 0 0;
		text-align: center;
		float:none;
	}
	#address figure{
		margin: 0 auto;
		padding:0 0 5px;
	}

	/* リスト */
	#listFootArea{
		display: none;
	}
	.listFoot{
		width: 100%;
		float:none;
		padding:20px 0 0 0;
		border-left:none;
	}
	.listFoot li{
		width: calc(100% / 2);
		padding:0 0 0;
		text-align: center;
		float: left;
	}
	.listFoot li a{
		display: block;
		padding: 10px;
		border-bottom: 1px solid #EEEEEE;
		border-right: 1px solid #EEEEEE;
	}
	.listFoot li:nth-of-type(2n) a{
		border-right: none;
	}
	.listFoot li:nth-of-type(1) a,
	.listFoot li:nth-of-type(2) a{
		border-top: 1px solid #EEEEEE;
	}

	/* バナー */
	#footBnrArea{
		padding: 15px 15px 0;
		float:none;
	}
	#listFootBnr li{
		width:calc((100% - 5px)/2);
		padding:0 0 5px;
		margin: 0 5px 0 0;
		float: left;
	}
	#listFootBnr li:last-of-type{
		padding: 0 0 0;
	}
	#listFootBnr li:nth-of-type(2n){
		margin: 0 0 0 0;
	}

	/* コピーライト */
	#footB{
		padding:8px 15px;
	}
}


/*
	ページトップ
-----------------------------------------------------------------------------------------------*/
#pagetop{
	margin: 0 0 15px;
	position:fixed;
	right:50px;
	text-align: center;
	z-index:3000;
}
#pagetop a{
	color:#000000;
	transition: 0.3s;
}
#pagetop a:hover{
	opacity:0.7;
}
@media screen and (max-width:667px){
	#pagetop{
		margin: 0 0 0;
		position:static;
	}
	#pagetop a{
		display: block;
		font-size: 1.6rem;
		padding: 15px;
		background-color: #F0F0F0;
	}
	#pagetop span{
		display: inline-block;

	}
}


/*
	検索
-----------------------------------------------------------------------------------------------*/
#searchArea{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#searchArea .tit{
	padding: 0 0 10px 28px;
	font-size: 1.7rem;
}
#searchArea .tit.num{
	background: url(../images/ico_searchNum.svg) left top no-repeat;
	background-size: 21px;
}
#searchArea .tit.price{
	background: url(../images/ico_searchPrice.svg) left top no-repeat;
	background-size: 21px;
}
#searchArea .tit.catalog{
	background: url(../images/ico_searchCatalog.svg) left top no-repeat;
	background-size: 21px;
}

/* 品番から検索 */
.searchNumArea {
	width: 330px;
	padding: 12px 20px;
	margin: 0 20px 0 0;
	background-color: #E5E2CF;
	border-radius: 10px;
}
.searchNumArea p{
	padding: 15px 0 0;
}

/* 価格から検索 */
.searchPriceArea {
	width: 400px;
	padding: 12px 20px;
	margin: 0 20px 0 0;
	border: 1px solid #B3B3B3;
	border-radius: 10px;
}
.listPrice{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.listPrice li{
	width: 174px;
	margin: 0 10px 10px 0;
}
.listPrice li:nth-of-type(2n){
	margin: 0 0 10px 0;
}
.listPrice li:nth-of-type(5n){
	margin: 0 10px 0 0;
}
.listPrice li:nth-of-type(6n){
	margin: 0 0 0 0;
}
.listPrice li a{
	display: block;
	padding: 6px;
	font-weight: bold;
	text-align: center;
	background-color: #E5E2CF;
	transition: 0.3s;
}
.listPrice li a:hover{
	color: #ffffff;
	background-color: #a2a2a2;
}

/* カタログ */
.catalogArea{
	width: 310px;
	padding: 12px 20px;
	background-color: #E5E2CF;
	border-radius: 10px;
	/*border-top: 3px dotted #D1D1D1;*/
	/*border-bottom: 3px dotted #D1D1D1;*/
	/* border-image: url(../images/bg_slash_gray.svg) 1 1 round; */
}
.catalogBox figure{
	width: 75px;
	border: 1px solid #B3B3B3;
	float: left;
}
.catalogBox figure img{
	width: 100%;
}
.catalogBoxR{
	width: calc(100% - 95px);
	float: right;
	margin: 10px 0 0 0;
}
.btnArea.btnCatalog{
	padding: 5px 0 10px;
}
.btnArea.btnCatalog:last-of-type{
	padding: 5px 0 0;
}
.btnArea.btnCatalog a{
	padding: 7px 5px;
	font-size: 1.3rem;
	position: relative;
}
.btnArea.btnCatalog a::after{
	font-family:"Font Awesome 5 Free";
	content:'\f054';
	font-weight:900;
	color: #b39d52;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
}
.btnArea.btnCatalog a:hover::after{
	color: #ffffff;
}

/* フォーム */
input[type="search"] {
	width: calc(100% - 55px);
	padding: 10px;
	font-size: 1.2rem;
	outline: none;
	border: 1px solid #B3B3B3;
	background-color: #ffffff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="submit"] {
	width: 50px;
	padding: 10px;
	font-size: 1.2rem;
	color: #ffffff;
	outline: none;
	background-color: #E10F17;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="button"] {
	width: auto;
	padding: 0 12px 0 12px !important;
	font-size: 1.2rem;
	color: #ffffff;
	outline: none;
	cursor: pointer;
	background-color: #E10F17;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 2.8em;
}
input[type="button"]:hover {
	color: #ffffff;
	background-color: #c70c13;
	cursor: pointer;
}

@media screen and (max-width:667px){
	#searchArea{
		display: block;
	}
	#searchArea .tit{
		padding: 0 0 15px 25px;
		font-size: 1.5rem;
	}

	/* 品番から検索 */
	.searchNumArea{
		width: 100%;
		padding: 15px;
		margin: 0 0 20px 0;
	}
	.searchNumArea p{
		padding: 0 0 0;
	}


	/* 価格から検索 */
	.searchPriceArea{
		width: 100%;
		padding: 15px;
		margin: 0 0 0 0;
	}
	.listPrice{
		display: block;
	}
	.listPrice li{
		width: 100%;
		margin: 0 0 5px 0;
	}
	.listPrice li:nth-of-type(2n){
		margin: 0 0 5px 0;
	}
	.listPrice li:nth-of-type(5n){
		margin: 0 0 5px 0;
	}
	.listPrice li a{
		padding: 10px 5px;
	}

	/* カタログ */
	.catalogArea{
		width: 100%;
		padding: 15px;
		margin: 20px 0 0;
	}
	.catalogBox figure{
		width: 150px;
		margin: 0 auto 15px;;
		float: none;
	}
	.catalogBoxR{
		width: 100%;
		float: none;
		margin: 0 0 0 0;
	}
}


/*
	商品リスト
-----------------------------------------------------------------------------------------------*/
.listProduct{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.listProduct .tit{
	padding: 15px 0;
	margin: 0 0 10px;
	font-size: 1.6rem;
	color: #b49e53;
	border-bottom: 1px solid #dddddd;
}
.listProduct li{
	width: calc((100% - 60px)/4);
	margin: 0 20px 20px 0;
}
.listProduct li:nth-of-type(4n){
	margin: 0 0 20px 0;
}
.listProduct figure img{
	width: 100%;
}

.listProductArea{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.listProductBox{
	display: -ms-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc((100% - 60px)/4);
	margin: 0 20px 15px 0;
}
.listProductBox:nth-of-type(4n){
	margin: 0 0 25px 0;
}
#lineupAll .listProductBox img{
	display: block;
	transition-duration: 0.3s;
	width: 100%;
}

#lineupAll .listProductBox:hover img{
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 0.8;
}
.listProductBox .tit{
	padding: 15px 0;
	margin: 0 0 10px;
	font-size: 1.6rem;
	color: #b49e53;
	border-bottom: 1px solid #dddddd;
}
#lineupAll.listProductArea .listProductBox .tit{
	text-align: center;
}
.listProductBox .txt{
	padding: 0 0 10px;
}
#lineupAll.listProductArea .listProductBox figure{
	height: 180px;
}
.listProductBox a figure img{
	transition: 0.2s;
	width: 100%;
}
.listProductBox a:hover figure img{
	opacity: 0.7;
}

.tblLineup th,
.tblLineup td{
	padding: 2px 10px;
	text-align: center;
}
span.pricedown-icon {
	display: inline-flex;
}
@media screen and (max-width:667px){
	.listProductArea{
		margin: 0 0 -20px 0;
	}
	.listProductBox{
		width: calc((100% - 10px)/2);
		margin: 0 10px 20px 0;
	}
	.listProductBox:nth-of-type(2n){
		margin: 0 0 20px 0;
	}
	.listProductBox .tit{
		padding: 10px 0;
		margin: 0 0 5px;
		font-size: 1.5rem;
	}
	.listProductBox figure{
		height: auto;
		}
	#lineupAll.listProductArea .listProductBox figure{
		height: auto;
	}

	.tblLineup th,
	.tblLineup td{
		font-size: 1.2rem;
		padding: 7px 3px;;
		line-height: 100%;
	}
}
.listProductBox figure {
	overflow: hidden;
}

/* テキストリンク */
a.txtLink{
	color:#b39d52;
	text-decoration:underline;
	transition:color 0.2s;
}
a.txtLink:hover{
	color:#b39d52;
	text-decoration:none;
}

/*クレジット・コンビニロゴ*/
.settlementImg {
	width: 200px;
}
@media screen and (max-width:667px){
	.settlementImg {
		width: 80%;
	}
}