@charset "utf-8";
/* 画面毎のスタイルを定義 */

/*--------------------------------------------------------
	共通
-------------------------------------------------------*/
/* 英字フォント */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap');
@font-face {
  font-family: 'Ubuntu', sans-serif;
  src: local('Ubuntu');
}

body, input, button, select, textarea {
	font-family: 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #363947;
	text-align: left;
	-webkit-text-size-adjust: none;
}
body, button, select, textarea {
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
}

a,a:visited,a:link {
	color: #363947;
	transition: 0.7s;
	text-decoration: none;
}

a:hover {
	color: #bbc8cb;
}

a img {
	transition: 0.3s;
}

a:link.line {
	text-decoration: underline;
}

select {
	border-radius: 0;
	border: 1px solid #dbdbdb;
	padding: 2px 6px 8px 6px;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="datetime"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="number"], input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], select {
  max-width: 300px;
  width: 100%;
  border-radius: 3px;
}
textarea {
  border-radius: 3px;
}
input.TEL_1,
input.TEL_2,
input.TEL_3 {
  width: 88px;
}
input.loginId,
input.loginDomain,
input.loginIdConfirm,
input.loginDomainConfirm {
  margin: 3px 0;
}

/* placeholder */
input::placeholder {
  color: #7c858e;
}
/*IE*/
input:-ms-input-placeholder {
  color: #7c858e;
}
/*Edge*/
input::-ms-input-placeholder {
  color: #7c858e;
}
/*Webkit*/
input::-webkit-input-placeholder {
  color: #7c858e;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
/*Firefox 18 以前*/
input::-moz-placeholder {
  color: #7c858e;
}
:focus:-moz-placeholder {
  color: transparent;
}
/* Firefox 19 以降 */
input::-moz-placeholder {
  color: #7c858e;
}
:focus::-moz-placeholder {
  color: transparent;
}

.topGroupName {
  padding: 0;
	width: 100%;
	float: none;
}

.table select {
	border: 1px solid #dbdbdb;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dbdbdb;
  box-shadow: 0 0 0 2px #f7f7f7 inset;
}


/* ボタン */
[class*="btn_"] {
  border-radius: 3px;
}
/* 大 */
a.btn_lg,
input.btn_lg[type="button"],
input.btn_lg[type="submit"],
input.btn_lg[type="reset"],
button.btn_lg[type="button"],
button.btn_lg[type="submit"],
button.btn_lg[type="reset"] {
  min-width: 220px;
	min-height: 45px;
  line-height: 45px;
}

input[type="button"],
input[type="submit"],
a[class*="btn_"],
input.btn_1[type="submit"],
input.btn_1[type="button"] {
	background-image: none;
	margin: auto;
	font-size: 1em;
	/*font-weight: normal;*/
	box-shadow: none;
	border-radius: 3px;
	transition: 0.7s;
	line-height: 1;
	padding: 6px 20px;
  text-align: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

input.btn_lg[type="button"] {
	margin: auto;
	font-size: 1em;
	box-shadow: none;
	border-radius: 3px;
	transition: 0.7s;
	line-height: 1;
	padding: 6px 20px;
  text-align: center;
}

input[type="button"]:hover,
a[class*="btn_"]:hover,
input.btn_1[type="button"]:hover {
	background-image: none;
	box-shadow: none;
	opacity: 0.5;
}

input[type="submit"]:hover,
input.btn_1[type="submit"]:hover,
input[type="button"]:hover,
input.btn_1[type="button"]:hover {
	background-image: none;
	box-shadow: none;
	opacity: 0.5;
}

a[class*="btn_"]:after,
input[type="button"]:after,
input[type="submit"]:after,
input[type="reset"]:after,
button[type="button"]:after,
button[type="submit"]:after,
button[type="reset"]:after {
	line-height: 13px;
	content: none;
}

a.link-btn:hover {
	border:1px solid #7c858e;
}



input[type="button"].postCodeSearchButton,
input[type="button"].orderPostCodeSearchButton,
input[type="button"].couponCodeApplyButton,
input[type="button"].couponCodeCancelButton {
	display: inline-block;
	width: 150px;
	font-size: 0.9em;
	margin: 10px 0 0;
}
@media screen and (max-width: 641px) {
	input[type="button"].postCodeSearchButton,
	input[type="button"].orderPostCodeSearchButton,
	input[type="button"].couponCodeApplyButton,
	input[type="button"].couponCodeCancelButton {
		display: block;
	}
  #reminderButton, #saveButton, #confirmButton, #newButton, #addInqButton, #sendButton, #checkButton, #registSendButton, #shoppingButton_link, input.btn_lg[type="button"].nextButton, input.btn_lg[type="submit"].nextButton, a.nextButton,
  #returnButton_link, #returnButton, #cartButton_link, input.btn_lg[type="button"].backButton, input.btn_lg[type="submit"].backButton, a.backButton{
    max-width: 100%;
    width: 80%;
    height: 50px;
    margin-bottom: 20px;
  }
}


/* ----- ボタンの色 ----- */
/* ボタンの色　デフォルト */
a[class*="btn_"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"] {
	background: #f2f2f2;
	color: #363947;
	border-style: solid;
	border-width: 1px;
	border-color: #dbdbdb;
}
/* ボタンの色　レベル1 */
a.btn_1,
input.btn_1[type="button"],
input.btn_1[type="submit"],
input.btn_1[type="reset"],
button.btn_1[type="button"],
button.btn_1[type="submit"],
button.btn_1[type="reset"] {
  color: #fff;
  border-color: #363947;
  background-color: #363947;
}

/* 積極系ボタン（blue black #363947） */
input.btn_lg.saveButton,
input.btn_lg.newButton,
input.loginButton,
input.confirmButton,
input[type="submit"].saveButton,
input[type="submit"].confirmButton,
input[type="submit"].loginButton,
input[type="submit"].completeButton,
input[type="submit"].reminderButton,
input[type="button"].orderLink2,
input[type="button"].confirmButton,
input[type="button"].nextButton,
input.btn_1[type="button"].newButton,
input.btn_1[type="submit"].searchButton,
input.addInqButton[type="button"],
input.inquiryResponseAddConfirmButton[type="button"],
a[class*="btn_"].enqueteLink {
	background-color: #363947;
	color: #fff;
}

input[type="button"].nextButton:hover {
	color: #fff;
}

/* ログイン画面ボタン */
#netMemberAddGroup a.btn_1,
#memberRegisterGroup a.btn_1,
#guestButtonGroup input[type="button"].btn_1 {
	background-color: #7c858e;
  border-color: #7c858e;
	/*display: inline-block;*/
	text-align: center;
	transition: all .3s;
	position: relative;
	z-index: 2;
	padding: 10px 0;
	color: #fff;
}
/* マイページ系ボタン */
.goodsButtonArea a.btn_1,
.orderGoodsListGoodsNameCol a.btn_1 {
	background-color: #7c858e;
  border-color: #7c858e;
	display: inline-block;
	text-align: center;
	min-width: 180px;
	min-height: 36px;
	padding: 10px 0;
	color: #fff;
}

/* 同じ内容で再注文ボタン */
.btn_1.reorderCartLink {
  background-color: #363947;
  border-color: #363947;
	color: #fff;
}

/* もう一度注文するボタン */
.btn_1.addCartLink,
.goodsButtonArea a.btn_1.addCartLink,
.orderGoodsListGoodsNameCol a.btn_1.addCartLink {
  background-color: #363947;
  border-color: #363947;
}
@media screen and (max-width: 641px) {
  .goodsButtonArea a {
    width:100%;
  }
}
/*郵便番号検索ポップアップ*/
.btn_3.choice {
	border: 1px solid #7c858e;
  background: #7c858e;
  color: #fff;
}
.btn_3.choice:hover {
	opacity: 0.5;
}

/* 消極系ボタン */
a[class*="btn_"].returnButton,
a[class*="btn_"].backButton {
	border: 1px solid #7c858e;
  background-color: #7c858e;
  color: #fff;
}
a[class*="btn_"].regularlyListButton:hover,
a[class*="btn_"].orderListButton:hover,
a[class*="btn_"].pointListButton:hover {
	opacity: 0.5;
	color: #666;
}

/* カートに入れるボタン */
.btn_cart,
.btn_stock {
	background-color: rgb(54, 57, 71);
}
.btn_cart:hover,
.btn_stock:hover {
	background-color: rgba(54, 57, 71, 0.75);
}
.btn_cart a,
.btn_stock a {
  color: #fff;
	display: block;
	height: 100%;
  padding: 15px 5px;
  text-align: center;
  display:-webkit-box;
  display:flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn_cart a span,
.btn_stock a span {
  color: #fff;
  line-height: 1.2;
  padding-left: 2em;
  position: relative;
  text-align: left;
}
.btn_cart a span::before,
.btn_stock a span::before {
	content: "\f217";
	font-family: 'Font Awesome 5 Free';
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
  line-height: 0;
	left: 0;
  top: 50%;
  position: absolute;
}

/* カート、削除ボタン */
input.deleteLinkPC,
input.deleteLinkPC:hover,
input.deleteLinkSP,
input.deleteLinkSP:hover {
  border: 1px solid #dbdbdb;
}

/* カート、「前のページに戻る」ボタン */
input.returnButton {
	border: 1px solid #7c858e;
  background-color: #7c858e;
  color: #fff;
}

/* トップに戻るボタン */
[class*="btn_"].returnLink {
  border: 1px solid #7c858e;
  background-color: #7c858e;
  color: #fff;
}

/* お気に入りボタン */
[class*="btn_"].addFavoriteLink,
.goodsButtonArea a.btn_1.addFavoriteLink,
.orderGoodsListGoodsNameCol a.btn_1.addFavoriteLink {
  background-color: #fff;
  border: 1px solid #7c858e;
  color: #7c858e;
}
[class*="btn_"].addFavoriteLink::before,
.goodsButtonArea a.btn_1.addFavoriteLink::before,
.orderGoodsListGoodsNameCol a.btn_1.addFavoriteLink::before {
  content: "\f004";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  color: #7c858e;
  padding-right: 0.25em;
}
/*登録済*/
[class*="btn_"].addFavoriteLink.registered,
.goodsButtonArea a.btn_1.addFavoriteLink.registered,
.orderGoodsListGoodsNameCol a.btn_1.addFavoriteLink.registered {
  background-color: #7c858e;
  color: #fff;
}
[class*="btn_"].addFavoriteLink.registered::before,
.goodsButtonArea a.btn_1.addFavoriteLink.registered::before,
.orderGoodsListGoodsNameCol a.btn_1.addFavoriteLink.registered::before {
  color: #fff;
}

.campaignListButtonGroup,
.orderListButtonGroup,
.regularlyListButtonGroup,
.pointListButtonItemWrap,
.deliveryDateChangeButtonItemWrap,
.packingSlipChangeButtonItemWrap,
.destinationChangeButton,
.destinationChangeButtonItemWrap {
	display: flex;
	justify-content: center;
}


.campaignListButtonGroup a,
.orderListButtonGroup a,
.regularlyListButtonGroup a,
.pointListButtonItemWrap a,
.deliveryDateChangeButtonItemWrap input,
.packingSlipChangeButtonItemWrap input,
.destinationChangeButton input,
.destinationChangeButtonItemWrap input {
	min-width: 250px;
}

/* マイページ、お気に入り商品ページ */
#FavoriteGoodsList .deleteButton {
	background-image: none;
	margin: auto;
	font-size: 1em;
	font-weight: normal;
	box-shadow: none;
	border-radius: 3px;
	transition: 0.7s;
	line-height: 1;
	padding: 6px 10px;
	text-align: center;
	display: inline-block;
	align-items: center;
	justify-content: center;
	background: #f2f2f2;
	color: #363947;
	border: 1px solid #dbdbdb;
}
/*#FavoriteGoodsList .deleteButton::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	font-weight: bold;
	padding-right: 10px;
}*/
#FavoriteGoodsList .deleteButton:hover {
	opacity: 0.5;
	/*color: #666;*/
}

#buttonGroup .itemWrap {
	margin: 0 1%;
  vertical-align: middle;
}
@media screen and (max-width: 641px) {
	#buttonGroup .itemWrap {
		margin: 0;
	}
}

/* ボタン IE対策 */
@media all and (-ms-high-contrast: none) {
  a[class*="btn_"]:not(:target),
  input[type="button"]:not(:target),
  input[type="submit"]:not(:target),
  input[type="reset"]:not(:target),
  button[type="button"]:not(:target),
  button[type="submit"]:not(:target),
  button[type="reset"]:not(:target),
  a.btn_1:not(:target),
  input.btn_1[type="button"]:not(:target),
  input.btn_1[type="submit"]:not(:target),
  input.btn_1[type="reset"]:not(:target),
  button.btn_1[type="button"]:not(:target),
  button.btn_1[type="submit"]:not(:target),
  button.btn_1[type="reset"]:not(:target) {
	border-radius: 3px; /* IE10以上 */
  }
}


/* チェックボックス、ラジオボタン */
input[type="checkbox"], input[type="radio"] {
	/*margin: 0 10px 0 0;*/
	margin: 0 13px 0 0;
}

/* チェックボックス装飾 */
input[type=checkbox].designed {
	display: none;
}
input[type=checkbox].designed ~ span {
	position:relative;
	padding-left: 22px;
 }
 input[type=checkbox].designed + span::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 2px solid #363947;
	box-sizing: border-box;
	background-color: #fff;
 }
 input[type=checkbox].designed:checked ~ span::after{
	content: "\f00c";
	display: block;
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 2px;
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	font-weight: bold;
	color: #363947;
 }

/* SNSボタン scial_button */
.scial_button {
  width: 36px;
  height: 36px;
}

/* リンク */
/*遷移リンク：リスト*/
.link_to_list {
  text-align:  right;
}
.link_to_list a {
  display: inline-block;
}
.link_to_list a::after {
  color: #bbc8cb;
  font-size: 1em;
  padding-left: 0.25em;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: bold;
}
/*遷移リンク：アイコン*/
.link_to_page a,
a.link_to_page {
  text-decoration: underline;
}
.link_to_page a::after,
a.link_to_page::after {
  color: #bbc8cb;
  font-size: 1em;
  padding-left: 0.25em;
  font-family: 'Font Awesome 5 Free';
  content: '\f2d2';
}
/*遷移リンク：リスト+アイコン*/
.link_to_list.link_to_page a {
  text-decoration: none;
}
.link_to_list.link_to_page a::before {
  color: #bbc8cb;
  font-size: 1em;
  padding-left: 0.25em;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: bold;
}
.link_to_list.link_to_page a::after {
  font-weight: normal;
}

/*外部リンク*/
.link_to_fa-external a,
a.link_to_fa-external {
  text-decoration: underline;
}
.link_to_fa-external a::after,
a.link_to_fa-external::after {
  color: #bbc8cb;
  font-size: 1em;
  padding-left: 0.25em;
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
}

/*ページ内リンク*/
.link_to_anker {
	text-align: right;
}
.link_to_anker a {
	display: inline-block;
}
.link_to_anker a::before {
	color: #bbc8cb;
	font-size: 1em;
	padding-right: 0.25em;
	font-family: 'Font Awesome 5 Free';
	content: '\f107';
	font-weight: bold;
}

/*画像拡大リンク*/
.link_to_expansion {
	text-align: right;
}
.link_to_expansion a {
	display: inline-block;
	font-size: 0.8em;
}
.link_to_expansion a::before {
	color: #bbc8cb;
	padding-right: 0.25em;
	font-family: 'Font Awesome 5 Free';
	content: '\f00e';
	font-weight: bold;
}



input.name {
	width: 180px;
}

.table .name-group {
	display: inline-block;
}

.table .exsample,
.table .password-word-count {
	display: inline-block;
	font-size: 90%;
}


/* 必須 */
.required:after {
	background: #c5484f;
	border-radius: 20px;
  font-size: 0.8em;
}

/* 条件付き必須 */
.required_condition:after {
  background: #c5484f;
  border-radius: 20px;
  font-size: 0.8em;
  content: "どちらか必須";
}

/* エラーメッセージ、アラートメッセージ */
.alertMessage.alertMessage-important {
	color: #c5484f;
}
.alertMessage.alertMessage-important:before {
	color: #c5484f;
}
.alertMsg,
.errorMessage {
	color: #c5484f;
}
.alertMsg.alertMsg-error {
	color: #c5484f;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
span.alertMessageContentTitle,
div.alertMessageContentTitle,
.alertMessageContent {
	color: #c5484f;
  background: none;
	background-color: none;
	border: 1px solid #c5484f;
	margin: 0 0 8px 0;
	line-height: 1.4;
	border-radius: 0;
	text-align: left;
	padding: 0.5em 1em;
}
span.alertMessageContentTitle:before,
div.alertMessageContentTitle:before {
	color: #c5484f;
}
li.alertMessageContent:before {
	color: #c5484f;
}
.systemMessageContent {
	background-image: none;
	background-color: #f2f2f2;
	border: 1px solid #dbdbdb;
	padding: 0.5em 1em;
	border-radius: 0;
}


/* テーブル */
.table.th_30 .th,
.table.th_30 th {
	background: #f2f2f2;
}
.td, .th, .table th, .table td {
  border: 1px solid #dbdbdb;
}
.th, .table th {
	background: #f2f2f2;
}
.table.clearfix::before {
  content: none;
}
@media screen and (max-width: 641px) {
  .tr, .th {
    border: none;
  }
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
	transform: inherit;
}

.scroll-top-wrap {
	opacity: 0;
	transition: 0.6s;
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 9999;
}

.following-cart-wrap {
	opacity: 0;
	transition: 0.6s;
	position: fixed;
	bottom: 130px;
	right: 30px;
	z-index: 9999;
}

.following-cart-wrap a {
	background-color: #c5484f;
	color: #fff;
	text-decoration: none;
	border-radius: 2em;
	font-size: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	line-height: 1;
}

.following-cart-wrap i.fa {
	color: #fff;
	top: 0;
	font-size: 100%;
}

@media screen and (max-width: 768px) {
	.scroll-top-wrap {
		bottom: 30px;
	}

	.following-cart-wrap {
		bottom: 90px;
	}

	.following-cart-wrap a {
		border-radius: 2em;
		font-size: 35px;
		width: 70px;
		height: 70px;
	}

	.table .name-group {
		margin-bottom: 5px;
	}

	.table.th_30 .th,
	.table.th_30 th {
		padding: 5px 10px;
		font-size: 14px;
	}

	#buttonGroup {
		margin-bottom: 50px;
	}
}

/* レイアウト */
.contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  max-width: 1280px;
  width: calc(99.9% - 40px);
}

/*縦並び順*/
#breadcrumb {
	order: 1;
	/*width: 100%;
	padding: 15px 0 30px;
	font-size: 12px;*/
}
.oneColumn form {
	order: 2;
	width: 100%;
}
.twoColumns form {
	order: 3;
	width: calc(100% - 280px);
}
.sideContents {
	order: 2;
	width: 240px;
	float: none;
}

.bottom_contents {
  order: 4;
  width: 100%;
  border-top: 1px solid #dbdbdb;
}

.section_wrap {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_wrap:last-child {
  border-bottom: none;
}
.section_inner {
	width: calc(99.9% - 40px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 0;
}
.section_wrap_all {
  width: 100%;
  margin: 60px auto;
}
.section_wrap_all .section_inner {
	padding: 0;
}


@media screen and (max-width: 900px) {
	.contents {
		min-width: 0;
    /*width: 100%;*/
	}
	.twoColumns form {
		order: 2;
		width: 100%;
	}
	.contents .sideContents {
		order: 3;
		margin-top: 60px;
    width: 100%;
	}
  .section_inner {
		padding: 40px 0;
	}
}
@media screen and (max-width: 768px) {
  .contents {
    width: calc(99.9% - 20px);
  }
}
@media screen and (max-width: 641px) {
  .section_inner {
		width: calc(99.9% - 20px);
	}
}


/* パンくず */
#breadcrumb,
#breadcrumbFooter {
	width: 100%;
	padding: 15px 0 30px;
	font-size: 12px;
}
#breadcrumb ul,
#breadcrumbFooter ul {
	display: flex;
	flex-wrap: wrap;
}
#breadcrumb ul li:not(:last-child):after,
#breadcrumbFooter ul li:not(:last-child):after {
  font-family: monospace;
	content: ">";
	padding: 0 15px;
}

@media screen and (max-width: 768px) {
	#breadcrumb,
	#breadcrumbFooter {
		padding: 7px 0 5px;
		font-size: 11px;
	}
  #breadcrumb ul,
	#breadcrumbFooter ul {
    display:block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  #breadcrumb ul::-webkit-scrollbar,
  #breadcrumbFooter ul::-webkit-scrollbar{
    display: none;
  }
  #breadcrumb ul li,
	#breadcrumbFooter ul li {
    display: inline-block;
  }
}
@media screen and (max-width: 641px) {
  #breadcrumb {
    padding-bottom: 20px;
  }
}

/* 見出し */
.level_h1,
.level_h2,
.level_h3,
.level_h4 {
  border: none;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.level_h1 {
  font-size: 1.7em;
}
.level_h1 span {
	border-bottom: none;
}
.level_h2 {
  font-size: 1.5em;
}
.level_h3 {
  font-size: 1.3em;
}
.level_h4 {
  font-size: 1.2em;
}

.title_wrap {
  overflow: hidden;
  margin-bottom: 30px;
}
#wrap .title_wrap .level_h1,
#wrap .title_wrap .level_h2,
#wrap .title_wrap .level_h3,
#wrap .title_wrap .level_h4 {
  float: left;
  /*font-weight: bold;*/
  margin-bottom: 0;
}
#wrap .title_wrap .level_h2 {
  font-size: 20px;
}
#wrap .title_wrap .level_h2 span {
  display: inline-block;
  padding-left: 1em;
  margin: 0;
  color: #7c858e;
  font-size: 0.6em;
  /*font-weight: 500;*/
}
.title_wrap .link_to_list {
  float: right;
  margin: 0;
}
.title_wrap .level_h1 + .title_wrap .link_to_list,
.title_wrap .level_h2 + .link_to_list {
  margin:  0;
}
.section_wrap [class*="level_h"]:not(:first-of-type) {
  margin-top: 30px;
}



@media screen and (max-width: 768px) {
  .title_wrap {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 641px) {
  #wrap .title_wrap .level_h2 {
    font-size: 18px;
  }
}
/*.title-wrap {
	margin-bottom: 15px;
}

.title-wrap.center  {
	text-align: center;
}

.titleItemWrap {
	margin-bottom: 30px;
}

.level_h1 {
	border-bottom: 1px solid #b0b0b0;
}
.level_h1 span {
	border-bottom: none;
}

@media screen and (max-width: 641px) {
	.level_h1 {
		font-size: 0.9em;
	}
}


.level_h2.title {
	font-size: 20px;
	font-weight: 600;
	border: none;
}

.title-wrap h3.title {
	line-height: 1;
	padding-bottom: 5px;
	display: inline-block;
}

.title-wrap h4.title {
	line-height: 1;
	display: inline-block;
}*/


.link-btn {
	padding: 6px 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #000;
	color: #000;
	transition: 0.7s;
}

.link-btn span {
	width: 100%;
}

.link-btn-wrap a {
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}

.link-btn-wrap a:hover {
	text-decoration: none;
}

.link-btn-wrap a:hover .link-btn {
	border: solid 1px #c5484f;
	color: #c5484f;
}

.link-btn-wrap {
	margin: 30px 0;
}

.border-box {
	border: 1px solid #d3d4d5;
}

.item-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
}

.item-list .item {
	width: 20%;
	padding-right: 15px;
}

.item img {
	width: 100%;
	height: auto;
}

.item-info {
	margin-top: 10px;
	font-size: 14px;
}

.item-price {
	text-align: right;
	font-size: 14px;
}


@media screen and (max-width: 768px) {
	.title-wrap {
		margin-bottom: 20px;
	}

	.link-btn {
		font-size: 15px;
	}

	.link-btn-wrap {
		margin: 20px 0;
	}

	.item-list {
        justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 10px;
	}

	.item-list .item {
		width: 33.3333%;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 510px){
	.item-list .item {
		width: 50%;
	}
}





/* 価格帯で選択 */
.priceRange h3 {
	padding-bottom: 5px;
}
.priceRange h3 span {
	font-weight: bold;
}
.priceRange ul {
	border-bottom: 1px solid #7c858e;
}
.priceRange li {
	border-top: 1px solid #7c858e;
	padding: 7px 0;
}
.priceRange li a {
	display: block;
}
.priceRange li.deselection {
	text-align: center;
	font-size: 0.8em;
}



/* カテゴリーメニュー */
.category-menu {
	width: 250px;
	padding-right: 30px;
	float: left;
	margin-bottom: 50px;
}

.category-unit {
	padding-bottom: 30px;
}

.category-title {
	padding-bottom: 5px;
	display: block;
	/*font-weight: 500;*/
}

.category-menu-item {
	border-bottom: 1px solid #7c858e;
}

.category-menu-title {
	padding: 7px 0;
	width: 100%;
	display: flex;
	align-items: center;
}

.category-menu-detail a {
	padding: 7px 0;
	display: block;
	width: 100%;
}

.category-menu-detail {
	padding-left: 1em;
	padding-bottom: 5px;
	display: none;
	border-top: 1px solid #f7f6f5;
}

.after-list {
	margin-left: auto;
	cursor: pointer;
}

.after-list:after {
	content: "+";
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 30px;
}

.after-list.open:after {
	content: "－";
}

.main {
	width: 100%;
	float: right;
	margin-left: -280px;
	padding-left: 280px;
}

@media screen and (max-width: 768px) {
	.category-menu {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.category-title {
		text-align: center;
	}

	.category-menu-item {
		padding: 0 20px;
	}

	.category-menu-list {
	}

	.main {
		width: 100%;
		float: none;
		margin-left: 0;
		padding-left: 0;
	}
}

/*--------------------------------------
 header
---------------------------------------*/
/* site header --タブレット/PC出し分け */
.header_pc,
.header_sp,
.header_pc,
.header_sp {
  opacity: 0;
  visibility: hidden;
}
.touch .header_pc,
.mouse .header_sp{
  display: none;
}
.touch .header_sp {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.mouse .header_pc {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
@media screen and (max-width: 900px) {
/* site header --タブレット/PC出し分け */
  .mouse .header_pc {
    display: none;
  }
  .mouse .header_sp {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}




.headerTool li:hover, .headerToolSP li:hover {
  background: none;
}
/* 固定 */
header {
  width: 100%;
  background: rgba(255,255,255,1);
  z-index: 200;
  border: none;/*shop.common打ち消し*/
  top: 0;
  left: 0;
}

.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header_logo {
  float: left;
}
.header_logo a {
  display: block;
}
/* 重要なお知らせ */
.info_banner {
}
.info_banner_inner {
  color: #fff;
  background-color: #7c858e;
}
.info_banner a,
.info_banner a:hover {
  display:  block;
  color: #fff;
  padding: 3px 20px;
}
.info_banner_list {
  display:  block;
  max-width: 1240px;
	width: 100%;
  margin: 0 auto;
}

.header_upper_wrap,
.header_lower_wrap {
  display:-webkit-box;
	display:flex;
  -webkit-align-items: center;
  align-items: center;
  /*max-width: 1240px;*/
  width: 100%;
  margin:  0 auto;
  position: relative;
}
.header_lower {
  padding: 0 20px;
}
.header_search {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.header_search_inner {
  display:-webkit-box;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 5px 20px;
}

/* select 共通 */
.search_box {
	display:-webkit-box;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #dbdbdb;
  border-radius: 3px;
	margin: 3px auto;
	width: 100%;
  position: relative;
}
.search_box_category {

  height: 40px;
  position: relative;
}
.search_box_category::before {
	position: absolute;
	top: 1.15em;
	right: 0.3em;
	width: 0;
	height: 0;
	padding: 0;
	content: "";
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid #7c858e;
	pointer-events: none;
}
.search_box_category select {
  border: none;
  color: #7c858e;
  font-size: 13px;
  line-height: 1;
  width: auto;
  height: 100%;
  padding: 0 10px 0 0.3em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.search_box_category select:focus,
.search_box_category select:focus option {
  outline: none;
}
.search_box_category select::-ms-expand {
    display: none;
}

.search_box_text {
	display:-webkit-box;
	display:flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	width: 100%;
  height: 40px;
}
.search_box_text::before {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  color: #fff;
  position: absolute;
  right: 0;
  line-height: 40px;
  font-weight: bold;
  width: 42px;
  background-color: #363947;
  text-align: center;
  border-radius: 0 3px 3px 0;
}
.search_box input[type="text"] {
  -webkit-flex-grow: 1;
  flex-grow: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin: 0;
	/*padding: 0 0 0 5px;*/
  height: 40px;
	background-color: inherit;
	outline: none;
  font-size: 13px;
  line-height: 1;
  color: #7c858e;
  max-width: initial;
  width: 100%;
}
.search_box input[type="submit"] {
  /*background-color: #363947;*/
  background-color: transparent;
  border: none;
  border-radius: 0 3px 3px 0;
	margin: 0;
  width: 42px;
  height: 40px;
  position: relative;
}
.search_box input[type="submit"]:hover {
  opacity: 1;
}

.header_utility {
	min-width: 360px;
  padding: 5px 0;
}
.header_utility_inner {
	/*display:-webkit-box;
	display:flex;
	-webkit-flex-direction: column;
	flex-direction: column;*/
}
.header_delivery_info {
  text-align: right;
}
.header_delivery_info li {
  border: 1px solid #bbc8cb;
	display: inline-block;
	font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}
.header_delivery_info li:not(:last-of-type) {
	margin-right: 5px;
}
.header_delivery_info li span {
	display: block;
	padding: 1px 3px;
  white-space: nowrap;
}
.header_utility nav {
	/*display: table;*/
  margin: 5px 0;
}

/*ヘッダーメニュー*/
.header_utility_menu > li a {
  display: block;
  line-height: 1;
  padding: 3px 5px;
  position: relative;
  z-index: 2;
}
.header_utility_menu > li a::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  font-weight: bold;
}
.header_utility_menu > li span {
  white-space: nowrap;
  display: block;
  font-size: 11px;
  letter-spacing: -0.15em;
  margin-top: 5px;
}
.header_utility_menu .header_menu {
  padding: 3px 8px;
}
/*メニューアイコン*/
.header_utility_menu .header_menu::before {
  content: "\f0c9";
}
.header_utility_menu .header_login::before {
  content: "\f2f6";
  color: #bbc8cb;
}
.header_utility_menu .header_registry::before {
  content: "\f044";
  color: #bbc8cb;
  font-weight: normal;
}
.header_utility_menu .header_registry span {
  letter-spacing: inherit;
}
.header_utility_menu .header_cart::before {
  content: "\f07a";
}
.header_utility_menu .header_cart .count {
  background-color: #fff;
  color: #7c858e;
  font-size: 12px;
  border: 1px solid #7c858e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: -4px;
  right: 0;
  min-width: 18px;
  width: auto;
  height: 18px;
  /*line-height: 18px;*/
  padding: 2px;
  text-align: center;
  letter-spacing: 0;
  display: inherit;
  margin: 0;
  white-space: normal;
}
.header_utility_menu .header_quickorder::before {
  content: "\f1da";
  color: #bbc8cb;
}
.header_utility_menu .header_history::before {
  font-family: 'Font Awesome 5 free';
  content: "\f15c";
  color: #bbc8cb;
  font-weight: normal;
}
.header_utility_menu .header_favorite::before {
  content: "\f004";
  color: #bbc8cb;
}
.header_utility_menu .header_user::before {
  content: "\f007";
  color: #bbc8cb;
  font-weight: normal;
}
/* site header --pc */
.header_pc .header_logo {
  min-width: 150px;
  max-width: 240px;
  float: left;
}
.header_pc .header_utility_menu {
	/*display: table-row;*/
  text-align: right;
}
.header_pc .header_utility_menu > li {
	/*display: table-cell;*/
	text-align: center;
  vertical-align: middle;
  min-width: 50px;
  /*width: calc(99.9% / 6);*/
  display: inline-block;
}
.header_pc .search_box {
  max-width: 80%;
}
.header_pc .search_box_text {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.header_pc .header_utility_menu .header_menu:hover {
  background-color: #363947;
  color: #fff;
}

.header_pc .header_utility_menu a.header_menu:hover::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(54, 57, 71, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #363947;
  top: 100%;
  left: 50%;
}
/* pc header menu_sub */
.header_pc .header_utility_menu .menu_sub {
  display: none;
  position: absolute;
  /*display: block;*/
  width: 30%;
  right: 0;
  background: #fff;
  border-top: 2px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  border-radius: 0 0 3px 3px;
  margin-top: -2px;
  z-index: 1;
  font-size: 1em;
  text-align: left;
  padding: 15px;
}
.header_pc .header_utility_menu .menu_sub a {
	display: block;
}
.header_pc .header_utility_menu .menu_sub span {
	font-size: 13px;
	padding: 8px 10px;
	margin-top: 0;
  letter-spacing: inherit;
}
.header_pc .menu_sub span.category_top_title {
  /*border-top: 1px solid #363947;*/
  background: #363947;
  color: #fff;
  padding: 3px 10px;
  margin: 5px 0;
}

.header_pc .menu_sub .sub_category_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
.header_pc .menu_sub .sub_category_box p {
    border-top: 1px solid #dbdbdb;
    width: 50%;
    align-items: center;
    align-self: stretch;
  }

.header_pc .menu_sub .sub_category_box.sns_box {
    border-bottom: 1px solid #dbdbdb;
  }
.header_pc .menu_sub .sub_category_box.sns_box p:nth-child(-n+2) {
    border-top: none;
  }

/* site header --sp */
.header_sp .search_box {
  border: none;
}
.header_sp .search_box_text {
  border: 1px solid #dbdbdb;
  position: relative;
}
#siteHeaderGnavSP {
  bottom: inherit;/*shop.commonの打ち消し*/
  overflow: hidden;
  padding: 5px 3px 3px 5px;
}
.header_sp .header_logo {
  min-width: 95px;
  max-width: 170px;
}
/*メニューアイコン*/
.header_sp nav {
  display: block;
  text-align: right;
  width: 67%;
  float: right;
}
.header_sp .header_utility_menu {
  padding: 5px 0;
}
.header_sp .header_utility_menu > li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  text-align: center;
}

.touch .sp_search .header_search_inner {
  padding: 5px 10px;
}
.touch .sp_search .search_box_category {
  max-width: 150px;
  border-bottom: 0;
  /*border-right: 1px solid #dbdbdb;*/
  margin-right: 5px;
}
.touch .sp_search .search_box_text {
  flex: 1 0 0%;
}
.touch .search_box input[type="text"] {
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .header_sp_wrap {
    border-bottom: 2px solid #dbdbdb;
  }
  /* 各カテゴリーごとのカラー */
  body.esthetic .header_sp_wrap {
    border-bottom-color: #d2a76c;
  }
  body.massage .header_sp_wrap {
    border-bottom-color: #a3b274;
  }
  body.nail .header_sp_wrap {
    border-bottom-color: #c37796;
  }
  body.matsuge .header_sp_wrap {
    border-bottom-color: #706895;
  }
  body.hair .header_sp_wrap {
    border-bottom-color: #4da8b7;
  }
  body.sale_outlets .header_sp_wrap {
    border-bottom-color: #ffdbdd;
  }
  /*.mouse .sp_search {
    display: block;
  }*/
}
@media screen and (max-width: 641px) {
  .header_sp_wrap .touch .header_sp,
  .header_sp_wrap .mouse .header_sp{
    display:-webkit-box;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_sp_wrap .header_sp .header_logo {
    width: 140px;
    margin-right: 10px;
  }
  .header_sp_wrap .header_sp nav {
    flex: 1 0 0%;
    float: none;
    text-align: inherit;
    width: auto;
  }
  .header_sp_wrap .header_sp .header_utility_menu {
    display:-webkit-box;
    display:flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header_sp .header_utility_menu > li {
    width: 48px;
  }
  .touch .header_utility_menu > li span {
    font-size: 10px;
  }
  .touch .header_utility_menu > li a::before {
    font-size: 24px;
  }
  .touch .header_utility_menu .header_logo {
    min-width: 120px;
    padding-right: 10px;
  }

  .touch .sp_search .search_box_category {
		max-width: 60px;
	}
}

/*--------------------------------------
 groval navigation
---------------------------------------*/
/* 基本 */
.header_gnav .gnav {
  max-width: 1240px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.header_gnav .gnav_inner {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
  width: 100%;
}
.gnav_list {
	display:-webkit-box;
	display:flex;
  text-align: center;
  width: 16.66%;
}
.gnav_list:not(:first-child)::before {
  content: "";
  border-left: 1px solid #dbdbdb;
  margin: 10px 0;
}

.gnav_list a {
  display: block;
  padding: 14px 5px;
	height: 100%;
}
.gnav_list span {
  font-weight: bold;
}

.gnav_block_1,
.gnav_block_2,
.gnav_block_3,
.gnav_block_4,
.gnav_block_5,
.gnav_block_6,
.gnav_block_7 {
	position: relative;
	width: 100%;
}
.gnav_list:hover .gnav_block_1 a,
.gnav_list:hover .gnav_block_2 a,
.gnav_list:hover .gnav_block_3 a,
.gnav_list:hover .gnav_block_4 a,
.gnav_list:hover .gnav_block_5 a,
.gnav_list:hover .gnav_block_6 a,
.gnav_list:hover .gnav_block_7 a {
	color: #fff;
  border-radius: 3px 3px 0 0;
}

/* 各カテゴリーごとのカラー */
body.esthetic .header_gnav_inner {
  border-bottom-color: #d2a76c;
}
body.massage .header_gnav_inner {
  border-bottom-color: #a3b274;
}
body.nail .header_gnav_inner {
  border-bottom-color: #c37796;
}
body.matsuge .header_gnav_inner {
  border-bottom-color: #706895;
}
body.hair .header_gnav_inner {
  border-bottom-color: #4da8b7;
}
body.sale_outlets .header_gnav_inner {
border-bottom-color: #ffdbdd;
}

/* groval navigation category menu */
.gnavi_category {
  display: none;
	font-size: 0.9em;
	background-color: #bbc8cb;
	position: absolute;
	/*display: block;*/
	width: 100%;
  max-width: 1240px;
  height: 370px;
	left: 0;
  top: calc(100% + 2px);
  border: 1px solid #dbdbdb;
	border-radius: 0 0 3px 3px;
	/*opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;*/
}
/*.gnav_inner .gnav_list:hover .gnavi_category {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 200;
}*/
.gnavi_items_wrap {
  overflow: auto;
  overflow-x: hidden;
  width: 280px;
  height: 100%;
}
.gnavi_items_list {
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.gnavi_items_list .gnavi_items_title {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.gnavi_items_list .gnavi_items_title a {
  background-color: #bbc8cb;
  color: #fff;
  display: block;
  padding: 10px 5px 10px 15px;
}
/**
.gnavi_items_title a:hover {
  background-color: #fff;
  color: #363947;
}**/
.gnavi_items_list:first-child .gnavi_items_title {
  border-top: none;
}
.gnavi_category .gnavi_items_list.gnavi-active .gnavi_items_title a  {
  background-color: #fff;
  color: #363947;
}
.gnavi_category .gnavi_items_wrap:hover .gnavi_items_list.gnavi-active:not(:hover) .gnavi_items_title a {
  background-color: #bbc8cb;
  color: #fff;
}

.gnavi_items_child {
	background-color: #fff;
  position: absolute;
  top: 0;
  left: 280px;
  width: calc(100% - 280px);
  height: 100%;
  padding: 20px 0 20px 30px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  /**
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;**/
}
/**
.gnavi_category .gnavi_items_list .gnavi-show {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}
.gnavi_category .gnavi_items_list .gnavi_items_child.in-active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}**/

.gnavi_items_child li {
  /*height: auto;*/
  width: calc(99.9% / 3 - 10px);
	display: inline-block;
	vertical-align: top;
}
.gnav_list .gnavi_items_child li a {
  white-space: nowrap;
  padding: 5px;
}
.gnav_list .gnavi_items_child li.gnavi_items_child_title {
  width: 100%;
}
.gnav_list .gnavi_items_child li.gnavi_items_child_title a {
  font-size: 1.5em;
  font-weight: bold;
}
.gnav_list .gnavi_items_child li.gnavi_items_child_title a::after {
  color: #bbc8cb;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
  padding-left: 0.5em;
}
#wrap .gnavi_items_child_title img{
  margin-right: 10px;
  width: 80px;
  vertical-align: middle;
}



/*--------------------------------------
 SPメニュー
---------------------------------------*/
@media screen and (max-width: 1024px) {
  #spNaviMenu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: rgba(255,255,255,1);
    z-index: 5001;
    overflow-y: scroll;
  }
  #spNaviMenu::-webkit-scrollbar {
    display: none;
  }
 #spNaviMenu li,
  #spNaviMenu span {
    display: block;
    cursor: pointer;
    position: relative;
  }
  #spNaviMenu span,
  #spNaviMenu a {
    color: #363947;
    text-align: left;
    font-size: 14px;
  }
  #spNaviMenu .category_top_title {
    background-color: #363947;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  #spNaviMenu .sp_menu_close {
    position: absolute;
    /*font-family: 'Font Awesome 5 Free';*/
    line-height: 44px;
    color: #fff;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    text-align: center;
    cursor: pointer;
  }
  #spNaviMenu .sp_menu_list>li ul,
  #spNaviMenu .sp_menu_list>li>ul>li>ul,
  #spNaviMenu .sp_menu_list>li>ul>li>ul>li>ul {
    display: none;
  }

  #spNaviMenu .sp_menu_list span {
      padding: 10px;
  }

  /*#spNaviMenu .sp_menu_list>li>ul>li>ul>li:not(:first-of-type) .category_sub_title::before,
  #spNaviMenu .sp_menu_list .item_link::before {
    content: "";
    background-color: #dbdbdb;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
  }*/
  #spNaviMenu .sp_menu_list li ul li.item_link:not(:first-of-type) {
    border-top: none;
    border-top: 1px solid #dbdbdb;
}
  #spNaviMenu .sp_menu_list .category_sub_title {
    border-top: 1px solid #dbdbdb;
  }
  #spNaviMenu .sp_menu_list .category_sub_title.open {
    border-bottom: 1px solid #dbdbdb;
  }
  #spNaviMenu .sp_menu_list .category_top_title::after,
  #spNaviMenu .sp_menu_list .category_title::after,
  #spNaviMenu .sp_menu_list .category_sub_title::after,
  #spNaviMenu .item_link span::after,
  #spNaviMenu .sub_category_box span::after {

  }
  #spNaviMenu .sp_menu_list .category_top_title::after {

  }

  #spNaviMenu .sp_menu_list .category_title::after,
  #spNaviMenu .sp_menu_list .category_sub_title::after {

  }
  #spNaviMenu .sp_menu_list .category_top_title::after,
  #spNaviMenu .sp_menu_list .category_title::after,
  #spNaviMenu .sp_menu_list .category_sub_title::after {

  }
  #spNaviMenu .sp_menu_list .open::after {

    }
  #spNaviMenu .category_title {
    border-top: 1px solid #dbdbdb;
  }
  #spNaviMenu .sp_menu_list li ul li:first-of-type .category_title {
    border-top: none;
  }
#spNaviMenu .sub_category_wrap {
}
#spNaviMenu .sub_category_wrap span {
  font-size: 0.85em;
  padding: 10px 15px;
}
#spNaviMenu .item_link span::after,
#spNaviMenu .sub_category_box span::after {

}

  #spNaviMenu .sub_category_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    /* -webkit-align-items: center; */
    align-items: stretch;
    /* align-self: stretch;*/
  }
  #spNaviMenu .sub_category_box p {
    width: 50%;
    /* height: 100%; */
    /* max-height: 100%; */
    /* display: flex; */
    align-items: center;
    align-self: stretch;
  }
  #spNaviMenu .sub_category_box p:nth-child(odd) {

  }

  #spNaviMenu .sub_category_box.sns_box {
    border-bottom: 1px solid #dbdbdb;
  }
  #spNaviMenu .sub_category_box.sns_box p:nth-child(-n+2) {
    border-top: none;
  }

  #spNaviMenu span, #spNaviMenu a {
    color: #363947;
    text-align: left;
    font-size: 14px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

/*#spNaviMenu .sub_category_low p::before {
  content: "";
  background-color: #dbdbdb;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}*/

  #spNaviMenu .sp_link_list span  {
    padding: 5px 10px;
  }
  #spNaviMenu .sp_link_list .item_link {
    border-bottom: 1px solid #dbdbdb;
  }
  #spNaviMenu .sp_link_list .item_link span {
    padding: 10px 10px 10px 15px;
  }

  #spNaviMenu .helloWrap {
    color: #fff;
    background-color: #7c858e;
    font-size: 14px;
    padding: 10px;
  }
  #spNaviMenu .helloWrap .name span {
    color: #fff;
    display: inline;
    font-size: 0.8em;
  }
  #spNaviMenu .helloWrap .point {

  }
  #spNaviMenu .search_box .search_box_text {
    width: 95%;
    margin: 5px auto;
  }

  /* 動的生成バックレイヤ */
  .contentsBackLayerSP {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 300;
  }
}


/*--------------------------------------
 footer
---------------------------------------*/
footer {
background-color: #dbdbdb;
}
.footerSubNavi ul li a {
color: #363947;
font-size: inherit;
padding: 0;
}
footer a:hover,
.footerSubNavi ul li a:hover {
color: #bbc8cb;
}
footer .link_to_list a::after {
  color: #7c858e;
}
.footerContents {
background-color: transparent;
padding: 50px 20px 10px 20px;
margin: 0;
/*-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
letter-spacing: 0.05em;*/
}
.footerNavi,
.footerSubNavi {
  color: #363947;
  display: block;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.footerNavi {
  display: -webkit-flex;
  display: flex;
}
.footerNavi li {
  margin-bottom: 3px;
}

.footerSubNavi {
  padding: 20px 0 0 0;
}
.footerSubNavi ul {
  text-align: center;
  width: auto;
  padding: 20px 0;
}
.footerSubNavi ul li,
.footerSubNavi ul li + li {
  float: none;
  margin-bottom:10px;
  padding: 0 10px;
  border-color: #363947;
}
.footerSubNavi ul li.title + li {
  border: none;
}
/*logo_section*/
footer .logo_section,
footer .contact_section {
  margin-right: 5%;
}
footer .logo_section {
  width: 18%;
}
footer .logo_section .sign {
  width: 60%;
}
footer .logo_section .sign a {
  display: inline-block;
  text-align: right;
  width: 100%;
}

footer .title {
  color: #7c858e;
}
footer .title:not(:first-child) {
  margin-top: 15px;
}

/*contact_section*/
footer .contact_section {
  flex: 1 0 0%;
}
footer .contact_section>ul {
  display: inline-block;
  margin-bottom: 1em;
}
footer .contact_section li div {
  display: table;
  margin:0;
}
footer .contact_section li span {
  display: table-cell;
}
footer .contact_section li .contact_td::before {
  content: ": ";
}
footer .reception {
  font-size: 0.9em;
}

footer .phone .contact_th {
  width: 80px;
}
footer .reception .contact_th {
  width: 65px;
}
footer .menu_wrap {
  display: -webkit-flex;
  display: flex;
}
footer .menu_wrap ul:not(:last-child) {
  margin-right: 30px;
}
footer .link_to_list a::after {
  color: #7c858e;
}

.footer_logo a {
	display: inline-block;
  padding-right: 10px;
}

/*social_section*/
footer .social_section ul li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}
footer .social_section {
  margin-top: 2.5em;
}
/*copy*/
footer .copy {
  font-size: 0.85em;
  width: auto;
  text-align: center;
  padding: 10px 0;
}
/*app*/
footer .app {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footerNavi {
    flex-wrap: wrap;
  }
  footer .menu_wrap {
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .links_section {
    width: 100%;
  }

  footer .contact_section {
    margin-right: 0;
  }
  footer .logo_section {
    display: -webkit-flex;
    display: flex;
    max-width: 355px;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_logo {
    margin-right: 10px;
    width: 60%;
  }
  footer .logo_section .sign {
    width: 40%;
  }
  .social_section ul {
    text-align: center;
  }
  footer .social_section ul li {
    padding-right: 0;
  }
  footer .contact_section {
    flex: none;
    margin-right: 0;
    justify-content: center;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
}
  footer .contact_section>ul {
    padding: 0 3%;
  }
  footer .copy {
    padding-top: 20px;
  }
  footer .app {
    display: block;
    max-width: 450px;
    margin: 10px auto 0 auto;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
  }
  footer .app a {
    display: block;
    padding: 3%;
    text-align: center;
  }
  #wrap footer .app img {
  width: 50px;
  vertical-align: middle;
  }
  footer .app span {
    display: inline-block;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .footerContents {
    padding: 0 10px 20px 10px;
  }
  .footerNavi {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  footer .menu_wrap {
    display: block;
    border-bottom: 1px solid #fff;
  }
  footer .menu_wrap ul,
  footer .menu_wrap ul:not(:last-child) {
    margin: 0;
  }
  footer .menu_wrap li {
    padding: 10px 3px;
    margin: 0;
    position: relative;
  }
  footer .menu_wrap li {
    border-top: 1px solid #fff;
  }
  footer .menu_wrap ul:first-child li:first-child {
    border-top: none;
  }
  footer .menu_wrap li::after {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    color: #7c858e;
    font-weight: bold;
  }
  footer .menu_wrap li a {
    display: block;
  }
  .footerSubNavi ul {
    padding-bottom: 0;
  }
  .footerSubNavi ul li:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 641px) {
  footer .contact_section {
    display: block;
  }
  footer .logo_section {
	width: 75%;
  }
}


/*--------------------------------------
 slick
---------------------------------------*/
 .slick-slider .slick-list {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
@media screen and (max-width: 480px) {
  .slick_carousel_wrap .slick-slider .slick-list {
    padding-right: 15%;
  }
}

/*--------------------------------------
 slick - prev / next
---------------------------------------*/
/* 共通 */
.slick-prev,
.slick-next {
  font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 99;
}
/* スライダーバナー */
.slick-arrow {
  transition: 0s;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: rgba(54, 57, 71, 0.5);
  border-radius: 100%;
}
a.slick-prev {
	left: calc(50% - 630px);
}
a.slick-next {
	right: calc(50% - 631px);
}
.slick-prev.slick-arrow:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: -3px;
}
.slick-next.slick-arrow:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: -10px;
}
.slick-arrow:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
}

 /* カルーセル */
.goods-slick.slick-prev {
	left: calc(50% - 524px);
}
.goods-slick.slick-next {
	right: calc(50% - 524px);
}
.goods-slick.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.goods-slick.slick-prev.slick-arrow:after {
    border-left: 2px solid lightgrey;
    border-bottom: 2px solid lightgrey;
}
.goods-slick.slick-next.slick-arrow:after {
    border-right: 2px solid lightgrey;
    border-bottom: 2px solid lightgrey;
}

@media screen and (max-width: 1024px) {
  /* スライダーバナー */
  a.slick-next {
      right: calc(50% - 445px);
  }
  a.slick-prev {
    left: calc(50% - 445px);
  }
}
@media screen and (max-width: 768px) {
  /* スライダーバナー */
	a.slick-prev {
		left: 0;
	}
	a.slick-next {
		right: 0;
	}
}
@media screen and (max-width: 641px) {
	  a.slick-next {
		right: 0;
	  }
	  a.slick-prev {
		left: 0;
	  }
  /* スライダーバナー */
  a.slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-arrow:after {
	    content: "";
	    display: block;
	    width: 12px;
	    height: 12px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -7px;
	}
}
/*--------------------------------------
 slick - slider
---------------------------------------*/
.slider {
	padding: 0;
}
.slider img {
/*width: 100%;
 height: auto;*/
}
.slick-slider .slick-slide {
	height: auto;
}
.top-slider {
}
.main-slider-list {
	margin: 0;
	padding: 0;
  opacity: 0;
  transition: 0.4s;
  overflow: hidden;
}
.main-slider-list.slick-initialized{
   opacity: 1; /*slick-initializedが付与されたら表示*/
}
.main-slider-list .main-slider {
	/*max-width: 1140px;
	width: 100%;*/
	margin-left: 10px;
	margin-right: 10px;
}
.main-slider-list .main-slider.slick-center {
}
.main-slider-list .slick-list img {
	/*width: 100%;
	height: auto;*/
	vertical-align: bottom;
}
.slick-dots {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: -webkit-flex;
	display: flex;
}
.slick-dots li {
	position: relative;
	margin: 0 1px;
	padding: 0;
	cursor: pointer;
}

/**2020.07.12*/
.main-slider.slick-slide {
	opacity:0.6;
}
.main-slider.slick-slide.slick-current,
.main-slider.slick-slide.next {
	opacity:1;
}
/*アクティブ時にボーダー*/
.main-slider-list .slick-dots li {
	border: 2px solid rgba(124, 133, 142, 0);
  width: calc(99.9% / 6)
}
.main-slider-list .slick-dots li.slick-active {
	border: 2px solid rgba(124, 133, 142, 1);
}
/*アクディブ時にオーバーレイを外す*/
.main-slider-list .slick-dots li {
	background-color: rgba(255, 255, 255, 1);
}
.main-slider-list .slick-dots li img {
	opacity:0.7;
}
.main-slider-list .slick-dots li.slick-active {
	background-color: rgba(255, 255, 255, 0);
}
.main-slider-list .slick-dots li.slick-active img {
	opacity:1;
}
@media screen and (max-width: 1024px) {
  .main-slider-list .main-slider {
    max-width: 768px;
  }
}
@media screen and (max-width: 641px) {
	.main-slider-list .main-slider {
		margin-left: 0;
		margin-right: 0;
	}
  .slick-dots {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.main-slider-list .slick-dots li {
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background-color: #bbc8cb;
		border: none;
		margin: 0 5px;
	}
	.main-slider-list .slick-dots li.slick-active {
		background-color: #363947;
		border: none;
	}
}

/*--------------------------------------
 slick - carousel
---------------------------------------*/
.slick_carousel_all .slick-slider {
  padding-left:  0;
  padding-right:  0;
}
.slick_carousel_wrap button[type="button"] {
  background:  none;
  border:  none;
  color: transparent;
  font-size: inherit;
  padding: 0;
  height: auto;
  width: 17px;
}
.slick_carousel_wrap .slick-prev,
.slick_carousel_wrap .slick-next {
  line-height: 100%;
  overflow:  hidden;
  white-space:  nowrap;
}
.slick_carousel_wrap .slick-prev {
	left: 0;
	margin:  0;
}
.slick_carousel_wrap .slick-next {
	right: -10px;
	margin: 0;
}
.slick_carousel_wrap .slides_show_all .slick-prev,
.slick_carousel_wrap .slides_show_all_05 .slick-prev,
.slick_carousel_wrap .slides_show_all_06 .slick-prev,
.slick_carousel_wrap .slides_show_all_08 .slick-prev,
.slick_carousel_wrap .slides_show_all_12 .slick-prev {
	left: -45px;
}
.slides_show_all .item {
  width: calc(20% - 30px);
}

@media screen and (max-width: 768px) {
	.slides_show_all .section_wrap {
		padding: 0 20px;
	}
  .slick_carousel_wrap .slick-slider {
    margin-left: 0;
  }
  .slick_carousel_wrap .slides_show_all .slick-prev {
    left: -10px;
  }
  .slick_carousel_wrap .slides_show_all .slick-next {
    right: -10px;
  }
}


/*--------------------------------------
 タブ切り替え
---------------------------------------*/
.tabs .tab-group{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 25px;
}
.tabs .tab{
  -webkit-flex-grow: 1;
  flex-grow: 1;
  flex: 1 0 0%;
  border-bottom: 4px solid rgba(255,255,255,0);
  text-align:center;
  cursor:pointer;
  padding: 5px 15px;
}
.tabs .panel-group{
}
.tabs .panel{
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.tabs .tab.is-active{
  transition: all 0.2s ease-out;
}
.tabs .panel.is-show{
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: all 2s ease-out;
}
/*各カテゴリーカラー(最大10)*/
.is-active.tab_category_1,
.is-active.tab_category_6 {
  border-bottom-color: #d2a76c;
}
.tab_category_1:hover,
.tab_category_6:hover {
  color: #d2a76c;
}
.is-active.tab_category_2,
.is-active.tab_category_7 {
  border-bottom-color:  #a3b274;
}
.tab_category_2:hover,
.tab_category_7:hover {
  color: #a3b274;
}
.is-active.tab_category_3,
.is-active.tab_category_8 {
  border-bottom-color:  #c37796;
}
.tab_category_3:hover,
.tab_category_8:hover {
  color: #c37796;
}
.is-active.tab_category_4,
.is-active.tab_category_9 {
  border-bottom-color:  #706895;
}
.tab_category_4:hover,
.tab_category_9:hover {
  color: #706895;
}
.is-active.tab_category_5,
.is-active.tab_category_10 {
  border-bottom-color:  #4da8b7;
}
.tab_category_5:hover,
.tab_category_10:hover {
  color: #4da8b7;
}

@media screen and (max-width: 768px) {
  .tabs .tab-group {
    overflow: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    width: auto;
    justify-content: inherit;
  }
  .tabs .tab-group::-webkit-scrollbar {
    display: none;
  }
}

/*---------------------------------------------
	2カラム用　左サイドナビ
  ---------------------------------------------*/
/* サイドコンテンツ */
.sideCategory .category_menu_list,
.side_refine .refine_menu_list {
  font-size: 0.9em;
}
.sideCategory .category_menu_list {
  border-bottom: 2px solid #dbdbdb;
}
.sideCategory .category_menu_detail01,
.sideCategory .category_menu_detail02,
.sideCategory .category_menu_detail03,
.sideCategory .category_menu_detail04 {
  display: none;
}
.sideCategory .category_menu_item .category_menu_detail01.active,
.sideCategory .category_menu_item .category_menu_detail02.active,
.sideCategory .category_menu_item .category_menu_detail03.active {
  display: block;
}
.sideCategory .category_menu_title,
.sideCategory .category1_menu_stitle,
.sideCategory .category2_menu_stitle,
.sideCategory .category3_menu_stitle {
  display:flex;
}
.sideCategory .category_menu_title a,
.sideCategory .category1_menu_stitle a,
.sideCategory .category2_menu_stitle a,
.sideCategory .category3_menu_stitle a {
  display: block;
  flex-grow: 1;
}
.sideCategory .category_menu_title a {
  padding: 1em 3px 1em 0.5em;
}

/* 1次元 カテゴリ */
.sideCategory .category1_menu_stitle a{
}
.sideCategory .category_menu_detail01 .category_detail_item a {
  display: block;
  position: relative;
}

/* 2次元 カテゴリ */
.sideCategory .category2_menu_stitle a{
  padding: 1em 0 1em 1.5em;
}
.sideCategory .category_menu_detail02 .category_detail_item a {
  display: block;
  padding: 0.5em 2em 0.5em 1.5em;
  position: relative;
}

/* 3次元 カテゴリ */
.sideCategory .category3_menu_stitle a{
  padding: 1em 0 1em 2.0em;
}
.sideCategory .category_menu_detail03 .category_detail_item a {
  display: block;
  padding: 0.5em 2em 0.5em 2.0em;
  position: relative;
}

/* 4次元 カテゴリ */
.sideCategory .category_menu_detail04 .category_detail_item a {
  display: block;
  padding: 0.5em 2em 0.5em 2.5em;
  position: relative;
}

.side_refine .refine_detail_item::after {
  color: #bbc8cb;
  font-size: 1em;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.8em;
  font-weight: bold;
}

.sideCategory .after_list {
  display:-webkit-box;
	display:flex;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: auto;
  cursor: pointer;
}
.sideCategory .after_list::after {
  color: #bbc8cb;
  font-size: 1em;
  font-family: 'Font Awesome 5 Free';
  margin: auto;
  font-weight: bold;
}
.sideCategory .after_list.open::after {
  content: "\f068";
}

.side_refine .refine_menu_list {
  border-bottom: 2px solid #dbdbdb;
}
.side_refine .refine_menu_title {
  padding: 1em 3px 1em 0.5em;
}
.side_refine .refine_detail_item {
  display: block;
  font-size: 0.95em;
  /*padding: 0.5em 0 0.5em 1.5em;*/
  position: relative;
}
.side_refine .refine_detail_item a {
  display: block;
  padding: 0.5em 0 0.5em 1.5em;
}

/*---------------------------------------------
	SP カテゴリを選択・絞り込み ボタン・スライドメニュー
  ---------------------------------------------*/
/* カテゴリ・絞り込み ボタン */
.search_menu_wrap {
  display: none;
}
.sideContents .btn_close {
  display: none;
}
@media screen and (max-width: 900px) {
  .search_menu_wrap {
    display:-webkit-box;
    display:flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
  }
  .category_menu_sp,
  .refine_menu_sp {
    width: calc(99.9% / 2 - 5px);
  }
  .search_menu_wrap .category_menu_btn,
  .search_menu_wrap .refine_menu_btn {
    display:-webkit-box;
    display:flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    cursor: pointer;
    padding: 1em;
  }
}
/* スライドメニュー */
@media screen and (max-width: 900px){
  .contents .sideContents {
    margin: 0;
    left: -20px;
    position: relative;
  }
  .sideCategory,
  .side_refine {
    display: none;
    position: fixed;
    /*height: 100vh;*/
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 400;
  }
  .sideCategory nav,
  .side_refine nav {
    overflow-y: auto;
    height: 100%;
  }
  .sideCategory nav::-webkit-scrollbar,
  .side_refine nav::-webkit-scrollbar {
    display: none;
}

  /*closeボタン*/
  .sideContents .btn_close {
    background: #7c858e;
    display: block;
    text-align: right;
    border-radius: 0;
  }
  .sideContents .btn_close .fas {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  /*メニューが開いた時のクリック可能な背景
  .searchMenuBackLayerSP {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 300;
  }*/

  /*カテゴリを選択*/
  .sideContents .sideCategory .category_menu_list {
    border-top: none;
  }
  .sideContents .sideCategory .category_menu_title a {
    padding-left: 1em;
  }
  .sideContents .sideCategory .category_menu_stitle a {
    padding-left: 1em;
  }
  .sideContents .sideCategory .category_menu_detail02 .category_detail_item a {
    padding-left: 2em;
  }
  .sideContents .sideCategory .after_list {
    width: 50px;
  }
  .category_menu_detail02 .category_detail_item {
    border-top: dotted 1px #dbdbdb;
  }
  .sideCategory .category_menu_detail02 .category_detail_item a {
    padding: 1em;
  }
  .sideCategory .category_menu_detail02 .category_detail_item a::after {
    right: 20px;
  }
  /*絞り込み*/
  .sideContents .side_refine .refine_menu_list {
    border-bottom: none;
    /*border-top: 2px solid #dbdbdb;*/
    font-size: 1em;
  }
  .sideContents .side_refine .refine_menu_title {
    padding: 1em;
  }
  .sideContents .side_refine .refine_detail_item {
    border-top: 1px solid #dbdbdb;
    padding: 0;
  }
  .sideContents .side_refine .refine_detail_item a {
    display: block;
    padding: 1em 2em;
  }
  .sideContents .side_refine .refine_detail_item:last-child {
    border-bottom: 1px solid #dbdbdb;
  }
  .sideContents .side_refine .refine_detail_item::after {
    right: 20px;
  }
}

/*--------------------------------------
 一覧
---------------------------------------*/
.item_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap:  wrap;
  padding: 0;
  margin-left: 30px;
}
.item_list .item {
	margin: 5px 30px 25px 0;
  position: relative;
}
.item_list .item img {
  border: 1px solid #dbdbdb;
  width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* item 5個 */
.item_5col .item {
 width: calc(99.9% / 5 - 30px);
}
/* item 6個 */
.item_6col .item {
 width: calc(99.9% / 6 - 30px);
}
/* item 7個 */
.item_7col .item {
 width: calc(99.9% / 7 - 30px);
}
/* item 8個 */
.item_8col .item {
 width: calc(99.9% / 8 - 30px);
}

.goods_item_info {
  font-size: 0.95em;
  line-height:  1.4;
  padding-top: 0.5em;
}
.contents p.goods_item_title {
  height: 2.8em;
  letter-spacing: -0.01em;
  overflow: hidden;
}
.contents p.goods_item_price {
}

@media screen and (max-width: 768px) {
  .item_list .item {
    margin: 5px 10px;
  }
  .item_6col .item {
    width: calc(100% / 3 - 10px);
  }
}
@media screen and (max-width: 641px) {
  .item_list .item {
    margin: 5px;
  }
  .item_6col .item {
    width: calc(100% / 2 - 10px);
  }
}

/*--------------------------------------
 ニュース
---------------------------------------*/
.news_wrap .section_inner {
  padding: 2em 0;
}
.news_wrap_inner {
  background: #fff;
  border-bottom: 1px solid #363947;
  border-top: 1px solid #363947;
  max-height: 235px;
  padding: 20px 10px;
  overflow-y: scroll;
}
.news_wrap .title_wrap {
  margin-bottom: 10px;
}
.news_wrap dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.news_wrap dt {
  min-width: 205px;
  padding-right: 10px;
}
.news_wrap dd {
  flex-grow: 1;
  box-sizing: border-box;
}
.news_wrap .pict {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .news_wrap_inner {
    padding: 10px;
  }
  .news_wrap dl {
    display: block;
    border-bottom: 1px dotted #dbdbdb;
  }
  .news_wrap dt {
    display: block;
  }
}



/*------
*
*
-------*/
#comment {
	position: absolute;
    left: 163px;
    color: #317dcb;
    display: inline;
}

.balloon {
	position:relative;
	top:-35px;
	width: 18px;
    height: 12px;
	background-color:#317dcb;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.balloon:after {
	border:5px solid transparent;
	border-top-color:#317dcb;
	border-bottom-width:0;
	bottom:-3px;
	content:"";
	display:block;
	left:3px;
	position:absolute;
}
#couponNum{
	position: relative;
	color:#fff;
	font-size:80%;
	top:-59px;
	font-weight: bold;
}

/* ページ上部に戻るボタン */
#scrollUp {
	position: relative;
	background-image: none;
	background-color: rgba(124, 133, 142, 0.9);
	border-radius: 40%;
	height: 48px;
	width: 48px;
	right: 0;
	bottom: 10px;
	transition: 0s;
}

#scrollUp:after {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: -9px;
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
}

#scrollUp:hover {
    opacity: 0.75;
}

/* pict */
.pict {
border-radius: 2px;
color: #fff;
font-size: 12px;
display: inline-table;
padding: 1px;
min-width: 86px;
text-align: center;
}
.pict.pickup {
background-color: #c37796;
}
.pict.pickup::before {
content: "ピックアップ";
}
.pict.new {
background-color: #a3b274;
}
.pict.new::before {
content: "新商品";
}
.pict.delivery {
background-color: #d2a76c;
}
.pict.delivery::before {
content: "配送";
}
.pict.discount {
background-color: #ea984a;
}
.pict.discount::before {
content: "値下げ";
}
.pict.campaign {
background-color: #4da8b7;
}
.pict.campaign::before {
content: "キャンペーン";
}
.pict.exhibition {
background-color: #706895;
}.pict.exhibition::before {
content: "展示会";
}

/* 最近チェックした商品

.check-list.item-list {
	flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
	.check-list.item-list {
		flex-wrap: wrap;
	}
}*/


/*--------------------------------------------------------
	フォーム
-------------------------------------------------------*/
input.nameSei,
input.nameMei,
input.nameSeiKana,
input.nameMeiKana {
	width: 12em;
}
input.birthdayYear {
	width: 5em;
}
input.birthdayMonth,
input.birthdayDay {
	width: 3em;
	vertical-align: top;
}
select.birthdayMonth,
select.birthdayDay {
	vertical-align: top;
}
input.postCode1 {
	width: 12em;
}
.nameSeiPreLabel,
.nameMeiPreLabel,
.nameSeiKanaPreLabel,
.nameMeiKanaPreLabel,
.destNameSeiPreLabel,
.destNameMeiPreLabel,
.destNameSeiKanaPreLabel,
.destNameMeiKanaPreLabel,
.orderNameSeiPreLabel,
.orderNameMeiPreLabel,
.orderNameSeiKanaPreLabel,
.orderNameMeiKanaPreLabel {
	width: auto;
}

/*.table {
	border: none;
}*/
tfoot .PAGING_DETAILS_ROW td {
	border: none;
	padding-top: 0;
}

.table .suffixLabel {
	font-size: 0.9em;
}

.resultsShowMaxLine {
	margin-top: 50px;
}
.pageInfo {
  display: block;
  -webkit-align-items: center;
  align-items: center;
  float: none;
	margin: 0 0 10px auto;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}
.resultsShowMaxLine::before {
	content: "表示件数: ";
	display: inline-block;
}


.resultsShowMaxLine .SEPARATOR_MAX_SELECT:last-child::after {
	content: normal;
}

ul.pagination {
  margin: 0;
  white-space: nowrap;
}

ul.pagination a.PAGING_LINK {
  text-align: center;
  min-width: 30px;
  width: auto;
}
ul.pagination a.PAGING_LINK_PAGE {
	min-height: 0;
	border-radius: 2px;
	background: none;
	box-shadow: none;
	border: 1px solid #dbdbdb;
	padding: 0 1px;
  text-align: center;
  min-width: 30px;
  width: auto;
}
ul.pagination a.PAGING_LINK:hover,
ul.pagination a.PAGING_LINK_PAGE:hover {
	background: none;
}
ul.pagination .PAGING_LINK_NOW_PAGE,
ul.pagination .PAGING_LINK_NOW_PAGE:hover {
	min-width: 0;
	min-height: 0;
	border-radius: 2px;
	background: #7c858e;
	box-shadow: none;
	padding: 0 1px;
  text-align: center;
	border: 1px solid #7c858e;
	/*font-weight: normal;*/
	color: #fff;
	width: 30px;
}

ul.pagination a .PAGING_TOP_DISABLE::after {
  color: #bbc8cb;
	content: "\f100";
	font-family: "Font Awesome 5 Free";
	/*font-weight: bold;*/
}
ul.pagination a .PAGING_BEFORE_DISABLE::after {
  color: #bbc8cb;
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}
ul.pagination .PAGING_NEXT::after {
  color: #bbc8cb;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}
ul.pagination .PAGING_LAST::after {
  color: #bbc8cb;
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}


.MAX_SELECT_NOW_PAGE {
	background: none;
	border: none;
	color: #c5484f;
	/*font-weight: normal;*/
}


.pagingResultsShow {
	font-size: 1em;
	line-height: inherit;
}
.resultsDataNumber::before {
    content: "全\00a0";
    display: inline-block;
}
.resultsDataNumber::after {
    content: "\00a0件中\00a0\00a0\00a0\00a0";
    display: inline-block;
}
.resultsEndNumber::before,
.favoritesEndNumber::before {
	content: "-\00a0\00a0";
	display: inline-block;
}
.resultsEndNumber::after,
.favoritesEndNumber::after {
	content: "\00a0件";
	display: inline-block;
}
span.dataNumber:after {
  content: "商品のうち";
  padding-right: 0.25em;
}
span.endNumber:after {
  content: "件";
}

span.startNumber:after {
	content: "";
	padding: 0;
}




.alertMessage.alertMessage-important:before,
span.alertMessageContentTitle:before,
div.alertMessageContentTitle:before {
	content: "※";
}
.orderRow {
	border-radius: 0;
}



.contents .buttonArea {
	margin: 60px 0 10px;
}

@media screen and (max-width: 768px) {
	.topGroupName input.nameSei,
	.topGroupName input.nameMei {
		width: calc(99.9% - 1.5em);
	}
  .topGroupName input.nameSeiKana,
	.topGroupName input.nameMeiKana {
		width: calc(99.9% - 2.5em);
	}
	.topGroupName input.nameSei,
	.topGroupName input.nameMei,
	.topGroupName input.nameSeiKana,
	.topGroupName input.nameMeiKana {
		margin-bottom: 5px;
	}
  input#nameSei.nameSei_kojin {
    width: calc(99.9% - 1.5em);
  }
  .nameMeiPreLabel,
  .nameMeiKanaPreLabel {
    display: inline;
  }
  .nameMeiPreLabel::before,
  .nameMeiKanaPreLabel::before {
    content: "\A";
    white-space: pre;
  }
	.topGroupName input.birthdayYear,
	.topGroupName input.birthdayMonth,
	.topGroupName input.birthdayDay {
		margin: 0 0 0 5px;
	}
	.topGroupName select#birthdayYear {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	.topGroupName select#birthdayMonth,
	.topGroupName select#birthdayDay {
		margin-top: 0;
		margin-right: 0;
	}
	.birthdayMonthSuffixLabel,
	.birthdayDaySuffixLabel {
		display: inline-block;
		margin-top: 7px;
		margin-right: 10px;
	}
	.nameMeiSuffixLabel,
	.nameMeiKanaSuffixLabel,
	.postCode1SuffixLabel,
	.telNo1PostSuffixLabel,
	.mobileNo1PostSuffixLabel,
	.faxNo1PostSuffixLabel {
		display: block;
	}
	tfoot .PAGING_DETAILS_ROW td {
		padding-left: 0;
	}
	input.TEL_1,
	input.TEL_2,
	input.TEL_3 {
		width: 24%;
		padding: 8px 2px;
		font-size: 0.95em;
	}
	#buttonGroup {
		margin-top: 60px;
	}
}
@media screen and (max-width: 641px) {
  .topGroupName input.nameSei,
	.topGroupName input.nameMei {
    max-width: inherit;
	}
  .topGroupName input.nameSeiKana,
	.topGroupName input.nameMeiKana {
    max-width: inherit;
	}
  input#nameSei.nameSei_hojin {
    width: 100%;
  }
  .emailTdSurround input.email {
    max-width: inherit;
  }
  .passwordTdSurround input[type="password"],
  .passwordConfirmTdSurround input[type="password"],
  .changePasswordTdSurround input[type="password"],
  .changePasswordConfirmTdSurround input[type="password"] {
    max-width: inherit;
  }
  .address11TdSurround input[type="text"],
  .address21TdSurround input[type="text"],
  .address31TdSurround input[type="text"] {
    max-width: inherit;
  }
  .emailInputTdSurround input[type="text"] {
    max-width: inherit;
  }
  .companyNameTdSurround input[type="text"],
  .companyNameKanaTdSurround input[type="text"] {
    max-width: inherit;
  }
}





/* Flexslider */
.flex-control-paging li a {
	width: 10px;
	height: 10px;
	background: rgba(214, 214, 214, 0.5);
	box-shadow: none;
}
.flex-control-paging li a.flex-active {
	background: rgba(125, 125, 125, 0.9);
}




/*--------------------------------------------------------
	個別ページ
-------------------------------------------------------*/
/* ニュース詳細 NewsDetail.jsp */
body#NewsDetail .inputGroup {
	display: flex;
	flex-wrap: wrap;
}
body#NewsDetail .newsTitle {
	font-size: 1.3em;
	font-weight: bold;
}
body#NewsDetail .inputGroup .displayPeriodStartItemWrap {
	order: 1;
	width: 100%;
	text-align: right;
	margin: -10px auto 10px;

}
body#NewsDetail .inputGroup .imageGroup {
	display: flex;
	justify-content: space-between;
	order: 3;
	width: 100%;
}
body#NewsDetail .inputGroup .imageGroup .imgWrap {
	max-width: 30%;
}
body#NewsDetail .inputGroup .newsContentItemWrap {
	order: 2;
	width: 100%;
	margin-bottom: 60px;
}

@media screen and (max-width: 641px) {
	body#NewsDetail .inputGroup .imageGroup {
		display: block;
	}
	body#NewsDetail .inputGroup .imageGroup .imgWrap {
		max-width: none;
		margin-bottom: 10px;
	}
}

/* 商品レビュー一覧 GoodsReviewList.jsp */
body#GoodsReviewList #results .DETAILS_ROW .resultsReviewTitleCol {
	padding: 30px 0 20px;
	border-bottom: 1px dashed #b0b0b0;
}
body#GoodsReviewList #results .DETAILS_ROW:first-child .resultsReviewTitleCol {
	padding-top: 10px;
}
body#GoodsReviewList .resultsReviewTitleCol {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	border: none;
}
body#GoodsReviewList .reviewTitle,
body#GoodsReviewList .reviewContent {
	display: block;
	margin-bottom: 10px;
}
body#GoodsReviewList .reviewTitle {
	order: 1;
}
body#GoodsReviewList .reviewContent {
	order: 5;
	width: 100%;
	margin-top: 10px;
}
body#GoodsReviewList .evaluationPreLabel,
body#GoodsReviewList .evaluationSuffixLabel {
	display: none;
}
body#GoodsReviewList .evaluation {
	order: 2;
	color: #ff7800;
}
body#GoodsReviewList .addDate,
body#GoodsReviewList .middleName {
	margin-right: 20px;
	font-size: 0.8em;
}
body#GoodsReviewList .addDate {
	order: 3;
}
body#GoodsReviewList .middleName {
	order: 4;
}
body#GoodsReviewList .middleName:after {
	content: " さん";
}
/* IE11
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #results { display: block; }
	*::-ms-backdrop, #results tbody { display: block; }
	*::-ms-backdrop, #results tbody tr { display: block; }
	*::-ms-backdrop, #results tfoot { display: block; }
	*::-ms-backdrop, #results tfoot tr { display: block; }
	*::-ms-backdrop, #results tfoot tr td { display: block; }
}*/




/*--------------------------------------------------------
	インクルード系
-------------------------------------------------------*/

/* 新着 */

/* おすすめ */
.recommend_wrap {
}
.recommend_item {
}

/* ランキング */
.ranking_wrap {
}
.ranking_item.item::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-width: 21px;
    border-style: solid;
    border-color: #CCCCCC transparent transparent #CCCCCC;
}
.ranking_item.item::after {
	position: absolute;
    top: 0px;
    left: 5px;
    z-index: 2;
    color: white;
    font-size: 0.9rem;
}
.ranking_item.item.rank04::after {
  content: "4"
}
.ranking_item.item.rank05::after {
  content: "5"
}
.ranking_item.item.rank06::after {
  content: "6"
}
.ranking_item.item.rank07::after {
  content: "7"
}
.ranking_item.item.rank08::after {
  content: "8"
}
.ranking_item.item.rank09::after {
  content: "9"
}
.ranking_item.item.rank10::after {
  content: "10"
}
.ranking_item.item.rank11::after {
  content: "11"
}
.ranking_item.item.rank12::after {
  content: "12"
}
.ranking_item.item.rank13::after {
  content: "13"
}
.ranking_item.item.rank14::after {
  content: "14"
}
.ranking_item.item.rank15::after {
  content: "15"
}
.ranking_item.item.rank16::after {
  content: "16"
}
.ranking_item.item.rank17::after {
  content: "17"
}
.ranking_item.item.rank18::after {
  content: "18"
}
.ranking_item.item.rank19::after {
  content: "19"
}
.ranking_item.item.rank20::after {
  content: "20"
}
.ranking_item.item::before:hover {
  transition: none;
}

/* 最近チェックした商品 */
.browsing_history_wrap .item_list[class$="col"] {/*スライダーが無いもの*/
  margin-left: -15px;
  margin-right: -15px;
}
.browsing_history_item {
}
@media screen and (max-width: 768px) {
  .browsing_history_wrap .item_list[class$="col"] {/*スライダーが無いもの*/
    margin-left: -5px;
    margin-right: -5px;
  }
  .item_8col .browsing_history_item.item {
    width: calc(99.9% / 3 - 10px);
  }
}

/* ブランド */
.brand_wrap {
}
.brand_inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap:  wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.brand_item {
  margin:  0 15px 30px 15px;
  width: calc(99.9% / 5 - 30px);
}
.brand_item img {
  width:  100%;
}
@media screen and (max-width: 641px) {
  .brand_inner {
    margin-left: -5px;
    margin-right: -5px;
  }
  .brand_item {
    width: calc(99.9% / 2 - 10px);
    margin: 0 5px 10px 5px;
  }
}

/* イベント・展示会 */
.event_wrap {
}
.event_inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap:  wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.event_item {
  margin:  0 15px 30px 15px;
  width: calc(99.9% / 4 - 30px);
}
.event_item img {
  width:  100%;
}
@media screen and (max-width: 641px) {
  .event_inner {
    margin-left: -5px;
    margin-right: -5px;
  }
  .event_item {
    width: calc(99.9% / 2 - 10px);
    margin: 0 5px 10px 5px;
  }
}

/* サービス・事業 */
.service_business_wrap {
}
.service_business_inner {
  display: -webkit-flex;
  display: flex;
}
.service_business_wrap .service_wrap {
  margin-right: 30px;
}
.service_business_wrap .business_wrap {
}
/*ie11*/
_:-ms-lang(x)::-ms-backdrop, .service_business_wrap .service_wrap {
  width: 74%;
}
_:-ms-lang(x)::-ms-backdrop, .service_business_wrap .business_wrap {
  width: 50%;
}
/*/ie11*/
.service_business_wrap .service_inner,
.service_business_wrap .business_inner{
  display: -webkit-flex;
  display: flex;
}
.service_business_wrap .level_h3 {
  border-bottom: 1px solid #dbdbdb;
  font-size: 1.35em;
  margin-bottom: 20px;
}
/*.service_item,
.business_item {
  max-width: 218px;
  width: 100%;
}*/
.service_item:not(:last-child),
.business_item:not(:last-child) {
  margin: 0 30px 30px 0px;
}
.service_item img,
.business_item img {
  width:  100%;
}
@media screen and (max-width: 641px) {
  .service_business_inner {
    display:  block;
    padding: 0;
  }
  .service_business_wrap .service_inner,
  .service_business_wrap .business_inner {
    flex-wrap: wrap;
  }
  .service_item,
  .business_item,
  .service_item:not(:last-child),
  .business_item:not(:last-child){
    width: calc(99.9% / 2 - 10px);
    margin: 0 5px 10px 5px;
  }
  .service_business_wrap .service_wrap {
		margin-right: 0;
	}
}

/* 全てのカテゴリー一覧 all_categories_wrap */
.all_categories_wrap .section_inner {
  padding: 2em 0;
}
.all_categories_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contents .all_categories_list .all_categories_title {
  font-size: 0.85em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #363947;
  padding-bottom: 0.25em;
  display: -webkit-flex;
  display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.all_categories_list div:not(:last-child) {
	padding-right: 2%;
}
#wrap .all_categories_list div p img {
  display: inline-block;
  margin-right: 5px;
  width: 1.65em;
}
.contents .all_categories_list div li {
  font-size: 0.85em;
  padding-left: 0.5em;
}
@media screen and (max-width: 900px) {
  .all_categories_wrap {
    border: none;
    margin: 30px 0;
    padding: 0 10px;
  }
  .all_categories_wrap .section_inner {
    border: 1px solid #dbdbdb;
    padding: 0;
    width: 100%;
    border-radius: 3px;
  }
	.all_categories_wrap h2 {
    font-size: 1em;
		cursor: pointer;
		overflow: hidden;
    margin: 0;
    line-height: 1;
    padding: 0.8em 0.5em;
	}
	.all_categories_wrap h2::after {
		color: #bbc8cb;
		content: "\f078";
		font-family: 'Font Awesome 5 Free';
    line-height: 1;
		float: right;
    font-weight: bold;
	}
  .all_categories_wrap h2.open::after {
    content: "\f077";
  }
	.all_categories_list {
		display: none;
    /*margin-top: 10px;*/
	}
	.all_categories_list div:not(:last-child) {
		padding-right: 0;
	}
	.contents .all_categories_list .all_categories_title {
    color: #363947;
		cursor: pointer;
		padding: 1em;
		border-bottom: 1px solid #dbdbdb;
    margin: 0;
    align-items: center;
	}
	.all_categories_list .all_categories_title::after {
		color: #bbc8cb;
		content: "\f078";
		font-family: 'Font Awesome 5 Free';
    line-height: 1;
		flex-grow: 1;
    text-align: right;
	}
  .all_categories_list .all_categories_title.open::after {
    content: "\f077";
  }
	.all_categories_list > div > ul {
		display: none;
	}
	.all_categories_list > div > ul li a {
		display: block;
		padding: 1em 1em 1em 2.5em;
		border-top: 1px dotted #dbdbdb;
	}
	.all_categories_list > div > ul li a::after {
		color: #bbc8cb;
		content: "\f054";
		font-family: 'Font Awesome 5 Free';
		float: right;
    font-weight: bold;
	}

}

/* その他のカテゴリー一覧 other_categories_wrap */
.other_categories_list ul {
  /*display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
.other_categories_list ul li {
  /*width: calc(99.9% / 5 - 20px);*/
	display: inline-block;
}
.other_categories_list ul li a {
  display: block;
  padding: 0 10px 10px;
}
.other_categories_list ul li a::before {
  color: #bbc8cb;
  font-size: 1em;
  padding-right: 0.25em;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: bold;
}

/* 各コンテンツ一覧へのリンク */
.level_h1 + .link_to_list,
.level_h2 + .link_to_list {
  margin-top: -1em;
}

/* 全ての商品を表示 */
.REmoreView.link_to_list a,
.BHmoreView.link_to_list a {
  color: #363947;
  width: 100%;
}
.REmoreView.link_to_list a::after,
.BHmoreView.link_to_list a::after {
  content: '\f107';
}
.REmoreView.link_to_list.opened a::after,
.BHmoreView.link_to_list.opened a::after {
  content: '\f106';
}

/* 特集バナー */
.campaign_banner_wrap {
}
.campaign_banner_wrap [class*="col"] {
  display:-webkit-box;
  display:flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1.4%;
}
.campaign_banner_wrap [class*="col"]:not(:last-child) {
  border-bottom: 1px dotted #dbdbdb;
  margin-bottom: 30px;
}
.campaign_banner_wrap [class*="col"] li {
  margin: 0 1.4% 30px 1.4%;
}
.campaign_banner_wrap [class*="col"] li a {
  display: block;
}
.campaign_banner_wrap [class*="col"] img {
  width: 100%;
}
.campaign_banner_wrap [class*="col"] li span {
  display: block;
  font-size: 0.9em;
  margin-top: 0.5em;
}
.campaign_banner_wrap .level_h3 {
  font-size: 1.1em;
  color: #7c858e;
}
/*4カラム*/
.campaign_banner_4col li {
  width: calc(99.9% / 4 - 2.8%);
}
/*5カラム*/
.campaign_banner_5col li {
  width: calc(99.9% / 5 - 2.8%);
}
/*8カラム*/
.campaign_banner_8col li {
  width: calc(99.9% / 8 - 2.8%);
}
@media screen and (max-width: 641px) {
  .campaign_banner_wrap [class*="col"] {
    margin-left: -5px;
    margin-right: -5px;
  }
  .campaign_banner_wrap [class*="col"] li {
    width: calc(99.9% / 2 - 10px);
    margin: 0 5px 10px 5px;
  }
}

/* コラム */
.column_wrap {
}
.column_inner {
  display:-webkit-box;
  display:flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1.4%;
}
.column_inner li {
  margin: 0 1.4% 30px 1.4%;
  width: calc(99.9% / 2 - 2.8%);
}
@media screen and (max-width: 641px) {
  .column_inner {
    margin-left: -5px;
    margin-right: -5px;
  }
  .column_inner li {
    width: 100%;
    margin: 0 5px 10px 5px;
  }
}



/*--------------------------------------------------------
	会員ページ
-------------------------------------------------------*/
/* 仮会員登録 */
.privacyPolicyGroup {
  margin-top: 60px;
}
.privacyPolicyGroup .PrivacyPolicy > div {
  height: 180px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 3px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 10px;
}

/*--------------------------------------------------------
	共通クラス
-------------------------------------------------------*/

.max-1200 {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.new-line {
	display: block;
}

.new-line-sp {
	display: inline;
}


/* フォントサイズ */

.font-reset {
	font-size: 15px;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.font-22 {
	font-size: 22px;
}

.font-25 {
	font-size: 25px;
}

.font-27 {
	font-size: 27px;
}

.font-30 {
	font-size: 30px;
}

.font-35 {
	font-size: 35px;
}

.font-50 {
	font-size: 50px;
}


/* 背景色 */

.back-white {
	background-color: #fff;
}

.back-lightgray {
	background-color: #bbc8cb;
}

.back-gray {
	background-color: #7c858e;
}

.back-black {
	background-color: #363947;
}


/* 文字色 */

.black {
	color: #363947;
}

.gray {
	color: #7c858e;
}

.white {
	color: #fff;
}

.red {
	color: #c5484f;
}

.beige {
	color: #AF9164;
}




/* レスポンシブ用要素表示非表示 */
#wrap .sp-displayBlock {
	display: none;
}
#wrap .sp-displayInlineBlock {
	display: none;
}
#wrap .pc-displayBlock {
	display: block;
}
#wrap .pc-displayInlineBlock {
	display: inline-block;
}

@media screen and (max-width: 641px) {

	#wrap .sp-displayBlock {
		display: block;
	}
	#wrap .sp-displayInlineBlock {
		display: inline-block;
	}
	#wrap .pc-displayBlock {
		display: none;
	}
	#wrap .pc-displayInlineBlock {
		display: none;
	}

}


@media screen and (max-width: 641px) {
	/* フォントサイズ */

	.fontSP-reset {
		font-size: 15px;
	}

	.fontSP-12 {
		font-size: 12px;
	}

	.fontSP-14 {
		font-size: 14px;
	}

	.fontSP-18 {
		font-size: 18px;
	}

	.fontSP-20 {
		font-size: 20px;
	}

	.fontSP-22 {
		font-size: 22px;
	}

	.fontSP-25 {
		font-size: 25px;
	}

	.fontSP-27 {
		font-size: 27px;
	}

	.fontSP-30 {
		font-size: 30px;
	}

	.fontSP-35 {
		font-size: 35px;
	}

	.fontSP-50 {
		font-size: 50px;
	}


	/* 背景色 */

	.backSP-white {
		background-color: #fff;
	}

	.backSP-lightgray {
		background-color: #bbc8cb;
	}

	.backSP-gray {
		background-color: #7c858e;
	}

	.backSP-black {
		background-color: #363947;
	}


	/* 文字色 */

	.SP-black {
		color: #363947;
	}

	.SP-gray {
		color: #7c858e;
	}

	.SP-white {
		color: #fff;
	}

	.SP-red {
		color: #c5484f;
	}

	.SP-beige {
		color: #AF9164;
	}

	.sp-on {
		display: block;
	}
}

/*@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?p4eot4');
  src:  url('../fonts/icomoon.eot?p4eot4#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?p4eot4') format('truetype'),
    url('../fonts/icomoon.woff?p4eot4') format('woff'),
    url('../fonts/icomoon.svg?p4eot4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !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;
}*/

/*.icon-magnifier:before {
  content: "\e900";
}
.icon-shopping-cart:before {
  content: "\e901";
}
.icon-menu:before {
  content: "\e902";
  color: #7c858e;
}
.icon-favorite:before {
  content: "\e903";
}
.icon-speech-bubble:before {
  content: "\e904";
}
.icon-iconmonstr-lock-3:before {
  content: "\e905";
}
.icon-iconmonstr-user-5:before {
  content: "\e906";
}
.icon-qa-q:before {
  content: "\e907";
}
.icon-qa-a:before {
  content: "\e908";
}*/


/*--------------------------------------------------------
	レコメンド
-------------------------------------------------------*/
/* この商品を見(購入し)た人は、この商品も見(購入し)ています。*/
.recommendBrowsingTitle.level_h1 {
  font-size: 1.5em;
}

/* この商品を見(購入し)た人は、この商品も見(購入し)ています。*/
/* 最近チェックした商品 */
.recommendBrowsingIncludeArea,
.browsing_history_wrap {
  border-top: 1px solid #dbdbdb;
}

/* レコメンド 割引前 - 価格 */
.recommendDefaultPriceItemWrap {
	text-decoration:line-through;
}

/* レコメンド 割引後 - 価格 */
.recommendSalePriceItemWrap {
	color: #cc0000;
}
/* 成功メッセージ */
span[class="addFavoriteSuccessMessage"],
span[class="addCartSuccessMessage"],
span[class="reorderCartSuccessMessage"],
span[class^="addCartSuccessSkuMessage"] {
  display: block;
  padding: 0 6px;
  margin: 1px 0;
  color: #c5484f;
  background: #FFF;
  border: solid 1px #c5484f;
  min-height: 36px;
  font-size: 0.9em;
  line-height: 34px;
}
/*--------------------------------------------------------
	NaviPlusサーチ
-------------------------------------------------------*/
<!-- サジェスト用CSS -->
.np-keyword-suggest *,
.np-item-suggest *{
  box-sizing: border-box;
}
/*** WJB START ***/
.np-keyword-suggest *,
.np-item-suggest *,
.np-item-suggest-v2 *{
  font-size: 90%;
  letter-spacing: normal;
}
/*** WJB END ***/
.np-keyword-suggest,
.np-item-suggest{
  color: #333333;
  background: #ffffff;
}
/* サジェストキーワードの外枠 */
.np-keyword-suggest{
  box-sizing: border-box;
  width:400px;
  border:1px solid #cccccc;
  overflow-y:auto;
  max-height:500px;

}
/* サジェストキーワードの内枠 */
.np-keyword-suggest div{
  width:100%;
}
.np-keyword-suggest .item{
  box-sizing: border-box;
  padding:10px;
  cursor:pointer;
  word-wrap: normal; /* for IE */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  height:50px;
}
.np-keyword-suggest .group:not(:last-child){
  border-bottom: solid 1px #cccccc;
}
.np-keyword-suggest .title{
  line-height:30px;
}
.np-keyword-suggest .title:before{
  box-sizing: border-box;
  font-size:11px;
  color:#fff;
  margin-right:8px;
  padding:3px 8px;
  border-radius:3px;
/*** WJB START ***/
  content:"商品名";
/*** WJB END ***/
  background:#6e6e6e;
}
.np-keyword-suggest .query:before,
.np-keyword-suggest .word:before,
.np-keyword-suggest .path:before,
.np-keyword-suggest .history:before,
.np-keyword-suggest .ranking:before,
.np-keyword-suggest .narrow1:before,
.np-keyword-suggest .narrow2:before,
.np-keyword-suggest .narrow3:before,
.np-keyword-suggest .narrow4:before,
.np-keyword-suggest .narrow5:before,
.np-keyword-suggest .narrow6:before,
.np-keyword-suggest .narrow7:before,
.np-keyword-suggest .narrow8:before,
.np-keyword-suggest .narrow9:before,
.np-keyword-suggest .narrow10:before,
.np-keyword-suggest .keyword1:before,
.np-keyword-suggest .keyword2:before,
.np-keyword-suggest .keyword3:before,
.np-keyword-suggest .keyword4:before,
.np-keyword-suggest .keyword5:before,
.np-keyword-suggest .keyword6:before,
.np-keyword-suggest .keyword7:before,
.np-keyword-suggest .keyword8:before,
.np-keyword-suggest .keyword9:before,
.np-keyword-suggest .keyword10:before {
  box-sizing: border-box;
  font-size:11px;
  color:#bbb;
  margin-right:8px;
  padding:3px 8px;
  border-radius:3px;
  position: absolute;
  bottom:4px;
  left:10px;
}
.np-keyword-suggest .history:before{content:"検索履歴";}
.np-keyword-suggest .path:before{content:"path";}
.np-keyword-suggest .narrow1:before{content:"narrow1";}
.np-keyword-suggest .narrow2:before{content:"narrow2";}
.np-keyword-suggest .narrow3:before{content:"narrow3";}
.np-keyword-suggest .narrow4:before{content:"narrow4";}
.np-keyword-suggest .narrow5:before{content:"narrow5";}
.np-keyword-suggest .narrow6:before{content:"narrow6";}
.np-keyword-suggest .narrow7:before{content:"narrow7";}
.np-keyword-suggest .narrow8:before{content:"narrow8";}
.np-keyword-suggest .narrow9:before{content:"narrow9";}
.np-keyword-suggest .narrow10:before{content:"narrow10";}
.np-keyword-suggest .keyword1:before{content:"keyword1";}
.np-keyword-suggest .keyword2:before{content:"keyword2";}
.np-keyword-suggest .keyword3:before{content:"keyword3";}
.np-keyword-suggest .keyword4:before{content:"keyword4";}
.np-keyword-suggest .keyword5:before{content:"keyword5";}
.np-keyword-suggest .keyword6:before{content:"keyword6";}
.np-keyword-suggest .keyword7:before{content:"keyword7";}
.np-keyword-suggest .keyword8:before{content:"keyword8";}
.np-keyword-suggest .keyword9:before{content:"keyword9";}
.np-keyword-suggest .keyword10:before{content:"keyword10";}
.np-keyword-suggest .ranking{height:40px;}
.np-keyword-suggest .np-keyword-suggest-group-ranking:before {
  content:"キーワードランキング";
  display:block;
  height:20px;
  padding:10px;
}
.np-keyword-suggest .item.selected{
  background-color:#eeeeee;
}
.np-item-suggest{
  box-sizing: border-box;
  width: 300px;
  border:1px solid #cccccc;
}
.np-item-suggest table{
  width:100%;
  border-collapse : collapse;
}
.np-item-suggest table tr{
  border-top:1px solid #cccccc;
}
.np-item-suggest table tr:hover{
  background-color:#eeeeee;
}
.np-item-suggest table tr:first-child{
  border-top:none;
}
.np-item-suggest table td{
  text-align: left;
  vertical-align: middle;
}
.np-item-suggest table td a{
  box-sizing: border-box;
  padding:5px;
  display: block;
}
.np-item-suggest img{
  max-width: 70px !important;
  max-height: 70px !important;
  height: auto;
}
.np-keyword-suggest button.clearHistory {
  position: absolute;
  box-sizing: border-box;
  width: 25px;
  right:5px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  line-height: 25px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color : #FFFFFF;
  color : #F08080;
  border: 1px solid #F08080;
}
.np-keyword-suggest button.clearHistory:hover {
  background-color : #FFC1C1;
  color: #FFFFFF;
}
.np-item-suggest .item{
  width:100%;
  position: relative;
  padding: 6px 10px 13px;
}
.np-item-suggest .item a {
  text-decoration: none;
  width:220px;
}
.np-item-suggest .item .item_desc {
  font-size: 11px;
}
.np-keyword-suggest .item .highlight{
  color:#F90;
  font-weight:normal;
  text-decoration:none;
}
.np-item-suggest .hitnum{
  box-sizing: border-box;
  text-align: right;
  color:#333333;
  border-top: 1px solid #ccc;
  padding: 5px 10px;
}
.np-item-suggest .hitnum:after {
  content: "件";
}
<!-- 関連コンテンツ用CSS -->
ul.relate {
  height:100px;
  padding:0px;
}
.relatebox {
  width: 214px;
  max-height: 70px;
  margin-right: 11px;
  padding: 10px;
  border: 1px solid #aaa;
  float: left;
}
.relatebox a{
  font-size:11px;
}
.relatebox .thumb{
  margin: 0 12px 0 0;
  float: left;
}
.relatebox .thumb img{
  width:70px;
  height:70px;
}
.relatebox dt {
  font-weight: bold;
  margin-bottom:2px;
}
.relatebox-last {
  margin-right: 0;
}
<!-- サジェストオーバーレイ時のCSS -->
.np-keyword-suggest_overlay {
  width: 100% !important;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  font-size: 15px;
  color: #333;
  max-height:none;
}
.np-keyword-suggest_overlay div {
  width: auto;
}
.np-keyword-suggest_overlay .inputArea {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #eee;
}
.np-keyword-suggest_overlay .inputArea .cancelButton,
.np-keyword-suggest_overlay .inputArea .submitButton {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #eee;
  background-repeat: no-repeat;
  border: 5px solid transparent;
  border-radius: 2px;
}
.np-keyword-suggest_overlay .inputArea span {
  display: block !important;
  margin: 0 35px;
}
.np-keyword-suggest_overlay .inputArea span input {
  box-sizing: border-box;
  width: 100% !important;
  padding: 0 5px;
  box-shadow: none;
  border: 0;
  border-radius: 2px;
  font-size: 16px;
}
.np-keyword-suggest_overlay .inputArea span a {
  top: 0 !important;
  line-height: 32px;
  color: #BDBDBD;
}
.np-keyword-suggest_overlay .group {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: solid 1px #cccccc;
}
.np-keyword-suggest_overlay .item {
  float: none;
  margin: 0;
  padding: 10px;
  position: relative;
  height:56px;
  word-wrap: normal; /* for IE */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.np-keyword-suggest_overlay .item:not(:last-child) {
  border-bottom: dotted 1px #cccccc;
}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-ranking .ranking{
  height:45px;
}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-title > .title{
  line-height:35px;
}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-title > .title:before{
  box-sizing: border-box;
  font-size:11px;
  color:#fff;
  margin-right:8px;
  padding:3px 8px;
  border-radius:3px;
/*** WJB START ***/
  content:"商品名";
/*** WJB END ***/
  background:#6e6e6e;
}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-query > .query:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-word > .word:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-path > .path:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow1 > .narrow1:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow2 > .narrow2:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow3 > .narrow3:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow4 > .narrow4:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow5 > .narrow5:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow6 > .narrow6:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow7 > .narrow7:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow8 > .narrow8:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow9 > .narrow9:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow10 > .narrow10:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword1 > .keyword1:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword2 > .keyword2:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword3 > .keyword3:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword4 > .keyword4:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword5 > .keyword5:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword6 > .keyword6:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword7 > .keyword7:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword8 > .keyword8:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword9 > .keyword9:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword10 > .keyword10:before {
  display: inline-block;
  width: 5em;
  margin-right: 0.5em;
  padding: 2px 0;
  border-radius: 2px;
  font-size: 85%;
  color: #6e6e6e;
  background:none;
  text-align:left;
  vertical-align: top;
  position: absolute;
  bottom: 4px;
}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-query > .query:before{content: "query";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-word > .word:before{content: "word";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-path > .path:before{content: "path";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow1 > .narrow1:before{content: "narrow1";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow2 > .narrow2:before{content: "narrow2";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow3 > .narrow3:before{content: "narrow3";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow4 > .narrow4:before{content: "narrow4";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow5 > .narrow5:before{content: "narrow5";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow6 > .narrow6:before{content: "narrow6";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow7 > .narrow7:before{content: "narrow7";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow8 > .narrow8:before{content: "narrow8";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow9 > .narrow9:before{content: "narrow9";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow10 > .narrow10:before{content: "narrow10";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword1 > .keyword1:before{content: "keyword1";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword2 > .keyword2:before{content: "keyword2";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword3 > .keyword3:before{content: "keyword3";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword4 > .keyword4:before{content: "keyword4";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword5 > .keyword5:before{content: "keyword5";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword6 > .keyword6:before{content: "keyword6";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword7 > .keyword7:before{content: "keyword7";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword8 > .keyword8:before{content: "keyword8";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword9 > .keyword9:before{content: "keyword9";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-keyword10 > .keyword10:before{content: "keyword10";}
.np-keyword-suggest_overlay button.plusButton{
  position: absolute;
  box-sizing: border-box;
  width: 25px;
  float: none;
  margin: 0;
  margin-top: 5px;
  right: 5px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  line-height: 25px;
  font-size:10px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color : #FFFFFF;
  color : #7c7c7c;
  border: 1px solid #7c7c7c;
}
.np-keyword-suggest_overlay button.plusButton:hover {
  background-color : #ccc;
  color: #FFFFFF;
}
.np-keyword-suggest_overlay .np-keyword-suggest-group-ranking  .ranking .plusButton{
  margin-top:0px;
}
.np-keyword-suggest_overlay button.clearHistory {
  position: absolute;
  box-sizing: border-box;
  width: 25px;
  margin-top: 5px;
  right: 35px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  line-height: 25px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color : #FFFFFF;
  color : #F08080;
  border: 1px solid #F08080;
 }
.np-keyword-suggest_overlay button.clearHistory:hover {
  background-color : #FFC1C1;
  color: #FFFFFF;
}
.np-keyword-suggest_overlay .submitButton {
  background-image: url(../img/search-flat.png);
}
.np-keyword-suggest_overlay .cancelButton {
  background-image: url(../img/arrow-flat.png);
}

.pagePartsHtmlText {
	position: relative;
}
.header_pc .header_utility_menu .header_menu_pc:hover,
.header_pc .header_utility_menu .open .header_menu_pc {
  background-color: #363947;
  color: #fff;
}

.header_pc .header_utility_menu a.header_menu_pc:hover::after,
.header_pc .header_utility_menu .open a.header_menu_pc::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(54, 57, 71, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #363947;
  top: 100%;
  left: 50%;
}

/** Header menu Click */
.btnHamburger {
  position: relative;
  /* width: 50px; */
  height: 30px;
  cursor: pointer;
}

.btnHamburger .line {
  position: absolute;
  top: -2px;
  left: 2px;
  display: block;
  width: 36px;
  height: 3px;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btnHamburger .line_01 {/* top: 10px; */}
.btnHamburger .line_02 {top: 8px;}
.btnHamburger .line_03 {top: 18px;}

.btnHamburger.is-active .line_01 {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnHamburger.is-active .line_02 {
  opacity: 0;
}

.btnHamburger.is-active .line_03 {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header_pc .header_utility_menu .header_menu_pc:hover  .btnHamburger .line,
.header_pc .header_utility_menu .open .header_menu_pc .btnHamburger .line {
  background: #fff;
}