@charset "utf-8";


/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html {
	
}
body {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	line-height: 1.5;
	text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #231816;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
address {
	font-style: normal;
}


/* --------------------------------------------------------------------------------
	共通
-------------------------------------------------------------------------------- */
.common {
	text-align: left;
	font-size: 14px;
}
.common * {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.common h1, .common h2, .common h3, .common h4, .common h5, .common h6 {
	font-size: 1em;
}
.common ol, .common ul {
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.common a, .common a:link, .common a:visited {
	text-decoration: none;
	color: #1e1e1e;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
	tap-highlight-color: rgba(0, 0, 0, 0.8);
}
.common a:hover, .common a:active {
	text-decoration: underline;
}
input, select, textarea {
	outline: none !important;
	box-shadow: none !important;
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
br.clear {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	border: none;
	visibility: hidden;
	font-size: 0;
}
.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*/ /*/
	height:auto;
	overflow:hidden;
	/**/
}
.font-barlow, .font-barlow * {
	font-family: 'Barlow', sans-serif;
}


/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp {
	display: none;
}
.device-sp-inline {
	display: none;
}
.device-pc {
	display: block;
}
.device-pc-inline {
	display: inline;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}


/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {
	
}


/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header {
	
}


/* ----------------------------------------
ヘッダー固定部分
---------------------------------------- */
#header .h-fix.fixed {
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100%;
}


/* ----------------------------------------
h-inner
---------------------------------------- */
#header .h-inner {
}


/* ----------------------------------------
header-contents
---------------------------------------- */
#header .header-contents {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	padding: 10px 60px;
	background: #006837;
}


/* ----------------------------------------
h-logo
---------------------------------------- */
#header .h-logo {
	width: 95px;
}
#header .h-logo a {
	display: block;
}
#header .h-logo img {
	display: block;
	width: 100%;
	height: auto;
}


/* ----------------------------------------
h-btns
---------------------------------------- */
#header .h-btns {
	display: flex;
}
#header .h-btns ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
	width: 100%;
}
#header .h-btns ul li.h-btn-cart {
	margin: 0 0 0 42px;
}
#header .h-btns ul li a {
	display: block;
}
#header .h-btns ul li.h-btn-my img {
	width: 40px;
	height: auto;
}
#header .h-btns ul li.h-btn-cart img {
	width: 40px;
	height: auto;
}

/* ----------------------------------------
ナビゲーション
---------------------------------------- */
#header .h-nav {
	background: #f2eee5;
}
#header .h-nav ul {
	display: flex;
	justify-content: center;
}
#header .h-nav ul li {
	width: 180px;
	position: relative;
	border-bottom: solid 3px rgba(0,0,0,0);
}

/* カレント */
#header .h-nav ul li.current {
	border-bottom: solid 3px #006837;
}

#header .h-nav ul li:last-child::after {
	display: none;
}
#header .h-nav ul li a,
#header .h-nav ul li .open-close-menu{
	display: flex;
	justify-content: center;
	width: 100%;
	
	text-decoration: none;
	line-height: 1;
	color: #231816;
}


#header .h-nav ul li span {
	display: block;
	padding: 15px 0 15px 40px;
	white-space: nowrap;
	font-size: 17px;
	letter-spacing: 0.05em;
}

/* ----------------------------------------
ドロップダウン
---------------------------------------- */
#header .open-close .open-close-contents {
	/* 最初は非表示に */
	display: none;
	position: absolute;
	z-index: 100;
	left: 15px;
}
/********** ホバー **********/
#header .open-close:hover .open-close-contents {
	display: block;
}

/* ----------------------------------------
ドロップダウン：カテゴリー
---------------------------------------- */
#header .open-close .h-nav-cat {
	padding: 3px 0 0;
}
#header .open-close .h-nav-cat .h-nav-cat-box {
	width: 190px;
	padding: 20px 20px 0 20px;
	background: #006837;
	font-size: 14px;
}
#header .open-close .h-nav-cat .open-close-btn {
	font-weight: bold;
}
#header .open-close .h-nav-cat .h-cat-main {
	padding: 0 0 14px 25px;
	font-weight: bold;
	color: #ffffff;
}
#header .open-close .h-nav-cat .h-nav-cat-box ul {
	padding: 0 0 10px;
	flex-wrap:wrap;
}
#header .open-close .h-nav-cat .h-nav-cat-box ul li {
	padding: 0 0 8px;
}
#header .open-close .h-nav-cat .h-nav-cat-box ul li a {
	display: block;
	color: #ffffff;
}
#header .open-close .h-nav-cat .h-cat-sub {
	padding: 0 0 0 25px;
}
#header .open-close .h-nav-cat .h-cat-sub ul li {
	padding: 0 0 10px;
}
#header .open-close .h-nav-cat .h-cat-sub ul li:last-child {
	padding: 0;
}

/* home */
#header .h-nav ul li.h-nav-home a span {
	background: url("../images/common/h-icon-home.svg") no-repeat 2px 10px;
	background-size: 30px auto;
}

/* about */
#header .h-nav ul li.h-nav-about a span {
	background: url("../images/common/h-icon-about.svg") no-repeat 2px 10px;
	background-size: 30px auto;
}

/* item */
#header .h-nav ul li.h-nav-itemlist span {
	background: url("../images/common/h-icon-item.svg") no-repeat 2px 8px;
	background-size: 30px auto;
}

/* guide */
#header .h-nav ul li.h-nav-guide a span {
	background: url("../images/common/h-icon-guide.svg") no-repeat 2px 11px;
	background-size: 30px auto;
}

/* contact */
#header .h-nav ul li.h-nav-contact a span {
	background: url("../images/common/h-icon-contact.svg") no-repeat 2px 11px;
	background-size: 30px auto;
}

/********** 初回購入特典 **********/
/* headingアイコン */
#header .h-nav-cat .beginner .h-cat-main{
	position: relative;
}
#header .h-nav-cat .beginner .h-cat-main::after {
	content: "";
	position: absolute;
	background-image: url("../images/common-device/h-icon-beginner.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	top: -2px;
	left: 0;
}

/********** 商品を探す **********/
#header .h-nav-cat .item-search .h-cat-main{
	position: relative;
}
/* headingアイコン */
#header .h-nav-cat .item-search .h-cat-main::after {
	content: "";
	position: absolute;
	background-image: url("../images/common-device/h-icon-search.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	top: -2px;
	left: 0;
}

/********** お祝い・贈り物 **********/
#header .h-nav-cat .gift .h-cat-main{
	position: relative;
}
/* headingアイコン */
#header .h-nav-cat .gift .h-cat-main::after {
	content: "";
	position: absolute;
	background-image: url("../images/common-device/h-icon-scene.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	top: -2px;
	left: 0;
}


/* --------------------------------------------------------------------------------
	ヘッダー固定
-------------------------------------------------------------------------------- */
#header{
	width: 100%;
	box-sizing: border-box;
}

/* jQueryで付与されるfixedの固定配置するためのスタイル */
#header.fixed{
	position: fixed;
	z-index: 10;
	top:0;
	left:0;
}











/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {
	padding: 100px 0 0;
}

/********** フッターコンテンツ **********/
#footer .footer-outer {
	padding: 0 0 80px;
	background: #f2eee5;
}
#footer .footer-inner {
	padding: 50px 0 0;
}
#footer .footer-inner a {
	color: #fff;
}

/* ----------------------------------------
f-cols
---------------------------------------- */
#footer .f-cols {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 15px;
}
#footer .col {
	width: 580px;
}
#footer .col-logo {
	width: 250px;
}

/* ----------------------------------------
f-cols共通
---------------------------------------- */
/********** 見出し **********/
#footer .heading {
	padding: 0 0 12px;
	font-weight: bold;
	font-size: 18px;
}

/********** txt **********/
#footer .txt {
	
}
#footer .txt p {
	padding: 0 0 15px;
	line-height: 1.7;
}

/* ----------------------------------------
配送について
---------------------------------------- */
#footer .delivery {
	padding: 0 0 12px;
}

/* ----------------------------------------
送料
---------------------------------------- */
/********** 送料表 **********/
#footer .shipping .tbl table {
	width: 430px;
	border: solid 1px #231816;
	font-size: 16px;
}
#footer .shipping .tbl table th {
	padding: 6px 10px;
	border: solid 1px #231816;
	font-weight: 400;
}

#footer .shipping .tbl table td {
	padding: 6px 10px;
	border: solid 1px #231816;
	text-align: center;
}

/* ----------------------------------------
お支払いについて
---------------------------------------- */
/********** 支払いロゴ **********/
#footer .payment .f-payment {
	padding: 20px 0;
	width: 350px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .payment .f-payment img{
	max-width: 60px;
}

/* ----------------------------------------
footline
---------------------------------------- */
#footer .footline {
	padding: 20px 0 20px;
	color: #fff;
	background: #006837;
}
#footer .footline .footline-box {
	width: 1200px;
	margin: 0 auto;
}
#footer .footline a {
	color: #fff;
}
/* f-help */
#footer .f-help {
	padding: 0 0 5px;
	font-size: 15px;
}
/* copyright */
#footer .copyright {
	text-align: right;
}
#footer .copyright small {
	font-size: 12px;
}







/* --------------------------------------------------------------------------------
	CATEGORYパーツ
-------------------------------------------------------------------------------- */
.category-parts {
	width: 100%;
	margin: 0 auto 50px;
}


.category-parts h2 {
	padding: 0 0 30px;
	text-align: center;
	color: #006838;
}
.category-parts h2 .label-en {
	display: block;
	padding: 0 0 6px;
	font-size: 50px;
	font-weight: 700;
}
.category-parts h2 .label-ja {
	display: block;
	font-size: 18px;
}

/********** リスト **********/
.category-parts ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
	margin: 0;
	padding: 0;
}
.category-parts ul li {
	width: 380px;
	margin: 0 30px 30px 0;
	list-style: none;
}
.category-parts ul li:nth-of-type(3n) {
	margin-right: 0;
}
.category-parts ul li a {
	display: block;
	text-decoration: none;
}
.category-parts ul li a img {
	display: block;
}

