@charset "utf-8";
/* 画面毎のスタイルを定義 */

/*--------------------------------------------------------
	共通
-------------------------------------------------------*/
/* OwlCarousel2 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css');

/* 英字フォント */
@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: #333333;
	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: #333333;
	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: 5px 6px 5px 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: #b2b2b2;
}

/* placeholder */
textarea::placeholder {
  color: #b2b2b2;
}
textarea:focus::placeholder {
  color: transparent;
}

/*IE*/
input:-ms-input-placeholder {
  color: #b2b2b2;
}
/*Edge*/
input::-ms-input-placeholder {
  color: #b2b2b2;
}
/*Webkit*/
input::-webkit-input-placeholder {
  color: #b2b2b2;
}
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: 25px;
}
/* 大 */
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;
}



button.postCodeSearchButton,
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) {
	button.postCodeSearchButton,
	button.orderPostCodeSearchButton,
	input[type="button"].couponCodeApplyButton,
	input[type="button"].couponCodeCancelButton {
		display: block;
	}
	#reminderButton, #saveButton, #updateButton, #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, #userSelectButton_link, #editButton, #goodsSelectButton, #delButton, #continueButton {
		max-width: 100%;
		width: 80%;
		height: 50px;
		margin-bottom: 20px;
  }
	#returnButtonGroup > div {
		width: 100%;
  }
}


/* ----- ボタンの色 ----- */
/* ボタンの色　デフォルト */
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;*/
  background-color: #dd7e54;
  border-color: #dd7e54;
  border-radius: 3px;
  color: #fff;
}

/* 積極系ボタン（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;*/
  background-color: #dd7e54;
  border-color: #dd7e54;
  border-radius: 3px;
  color: #fff;
}

input[type="button"].nextButton:hover {
	color: #fff;
}

.nextStepButton {
	height: 160px;
    width: 160px;
    bottom: 75px;
    position: fixed;
    right: 5%;
    border-radius: 50%;
    background-color: #ffca00;
    border-color: #ffca00;
    color: white !important;
    font-size: 1.4em;
    text-align: center;
    padding: 65px 0;
    z-index: 10;
}

@media screen and (max-width: 641px) {
	.nextStepButton {
		height: 100px;
		width: 100px;
		font-size: 1em;
		padding: 40px 0;
	}
}

/* ログイン画面ボタン */
#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: #dd7e54;
    border-color: #dd7e54;
    color: #fff;
}

/* もう一度注文するボタン */
.btn_1.addCartLink,
.goodsButtonArea a.btn_1.addCartLink,
.orderGoodsListGoodsNameCol a.btn_1.addCartLink {
    background-color: #dd7e54;
    border-color: #dd7e54;
    color: #fff;
}

/*郵便番号を検索ボタン*/
button.postCodeSearchButton,
button.orderPostCodeSearchButton,
button.editPostCodeSearchButton {
    background-color: initial;
    border-style: initial;
    width: fit-content;
    padding: 0px;
    margin: 0px 15px;
}
button.postCodeSearchButton::after,
button.orderPostCodeSearchButton::after,
button.editPostCodeSearchButton::after {
	content: "＞";
	color: orange;
	margin: 0 4px;
	font-size: 13px;
	font-weight: bold;
}

/*郵便番号検索ポップアップ*/
.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 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;
}

/* 「ショップトップに戻る」ボタン */
#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,
.goodsButtonArea a.btn_1.addFavoriteInfo,
.orderGoodsListGoodsNameCol a.btn_1.addFavoriteLink {
  background-color: #fff;
  border: 1px solid #7c858e;
  color: #7c858e;
}
[class*="btn_"].addFavoriteLink::before,
.goodsButtonArea a.btn_1.addFavoriteLink::before,
.goodsButtonArea a.btn_1.addFavoriteInfo::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 {
    font-size: 1.0em;
    position: relative;
 }
 input[type=checkbox].designed + span::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ABB1B7;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
 }
 input[type=checkbox].designed:checked + span::after{
    content: "\f00c";
    display: block;
    position: absolute;
    line-height: 0;
    top: 70%;
    left: 3px;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: bold;
    color: #ce5d5d;
 }

/* 商品リンクチェックボックスとの余白追加 */
.plusBuying .goods_item_title {
    margin-top: 1em;
}

/* SNSボタン scial_button */
.scial_button {
  width: 36px;
  height: 36px;
}

/* リンク */
/*遷移リンク： セール品のリンクはセンター */
#recommendSaleGoodsIncludeArea .link_to_list,
#recommendNewItemIncludeArea .link_to_list,
#recommendCategoryRankingIncludeArea .link_to_list {
  text-align: center;
  font-size: 1.1rem;
}
#recommendNewItemIncludeArea #recommendBrowsingTitleItemWrap2 .link_to_list{
  text-align: right;
  font-size: 1em;
  margin-bottom: 5px;
  position: absolute;
  top: 43px;
  right: 10px;
}
#Shop #recommendBrowsingTitleItemWrap2 .level_h1 {
    margin-bottom: 5px;
}


/*遷移リンク：リスト*/
.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: 0.9em;
  padding-right: 0.5em;
  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: 0.9em;
  padding-left: 0.5em;
  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: 0.9em;
	padding-right: 0.5em;
	font-family: 'Font Awesome 5 Free';
	content: '\f107';
	font-weight: bold;
}

/*画像拡大リンク*/
.link_to_expansion {
	text-align: right;
}
.link_to_expansion a {
	display: inline-block;
    position: absolute;
    top: -42px;
    right: 3%;
}
.link_to_expansion a::before {
    color: #bbc8cb;
    padding-right: 0em;
    font-family: 'Font Awesome 5 Free';
    content: '\f00e';
    font-weight: bold;
    font-size: 2em;
}
#siteHeaderArea .header_step_bar_wrap img {
	position: absolute;
    top: 15px;
    left: 35%;
}
@media screen and (max-width: 1018px) {
	.link_to_expansion a {
	    right: 8%;
	}
}
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;
}

/* エラーメッセージ、アラートメッセージ */
.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: none;
    padding: 1em;
    border-radius: 5px;
}


/* テーブル */
.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);
  /*padding-top:190px;*/
}

/*縦並び順*/
#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: none;
  margin-bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1760px;
}
.section_wrap:last-child {
  border-bottom: none;
}
.section_inner {
	width: calc(99.9% - 40px);
	margin: 0 auto;
	padding: 30px 0 10px;
    max-width: 1240px;
    position: relative;
}
.section_wrap_all {
	width: 100%;
	margin: 60px auto;
}
.section_wrap_all .section_inner {
	padding: 0;
}

#GoodsDetail .recommendSpecialFeatureIncludeArea .section_inner:has(.slick-arrow),
#GoodsList .recommendSpecialFeatureIncludeArea .section_inner:has(.slick-arrow) {
	padding: 10px 10px 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);
	}
  .recommendBrowsingIncludeArea .section_inner {
		width: 100%;
	}
}

#GoodsDetail .recommendBrowsingTitle.level_h1,
#GoodsDetail .browsing_history_wrap .level_h3,
#GoodsDetail .articles_title.level_h1 {
  font-size: 1.3em;
  line-height: 1.4;
  padding: 0 5px;
  width: auto;
}


/* パンくず */
#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;
  margin: 0 0 0.3em 0;
}
.level_h4 {
  font-size: 1.2em;
  margin: 0 0 0.3em 0;
}

.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;
}
.header_sp {
  display: none;
}
.header_pc {
  display: block;
}
@media screen and (max-width: 900px) {
/* site header --タブレット/PC出し分け */
  .header_pc {
    display: none;
  }
  .header_sp {
    display: block;
  }
}

.touch .header_pc,
.mouse .header_sp{
  display: none;
}
.touch .header_sp,
.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打ち消し*/
  position: static;
  max-height: 300px;
  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;
}
.search_box_keywords {
	margin-left: 12%;
}
.search_box_keywords_sp {
	margin-left: 6%;
}
#menu_Logout {
	background-color: #efefef;
}

@media screen and (max-width: 1180px){
	.header_search_inner {
		width: 100%;
	}
}

/* select 共通 */
.search_box {
	display:-webkit-box;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #dbdbdb;
  border-radius: 3px;
	margin: 3px 0 3px 10%;
	width: 100%;
  position: relative;
}
.search_box_category {
  border-right: 1px solid #dbdbdb;
  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;
  max-width: inherit;
  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: 16px;
  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;
}

@media screen and (max-width: 1180px){
	.search_box {
		margin: 3px auto;
	}
}


.header_utility {
	min-width: 360px;
    padding: 10px 0 0 5%;
}
.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 > .name > a {
	display: inline-block;
	padding: 0;
}
.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;
}

.header_utility_menu span.afterName {
    display: inline-block;
    padding-left: 5px;
    margin-top: 0px;
    font-size: 0.8em;
}

.header_utility_menu span.name {
    display: inline-block;
    font-size: 1.0em;
}

.header_utility_menu span.beforeName {
    font-size: 0.8em;
    padding-right: 10px;
    margin-top: 0px;
    margin: auto 0;
    letter-spacing: 0.1em;
}

.header_utility_menu p.name {
    padding-right: 20px;
    text-align: left;
}

/* 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: 100%;
}
.header_pc .search_box_text {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
/* pc header menu_sub */
.header_pc .header_utility_menu .menu_sub {
  display: none;
  position: absolute;
  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_toggle.open .menu_sub {
  overflow-y: scroll;
	height: 85vh;
}
.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 p:nth-child(odd) {
    border-right: 1px solid #dbdbdb;
  }

.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;
  width: 85%;
}
.header_sp .search_box_text {
  border: 1px solid #dbdbdb;
  position: relative;
}
.sp_search {
  display: none;
}
#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: 16px;
}

@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;
  }
  body.cosme .header_sp_wrap {
    border-bottom-color: #d87985;
  }
  /*.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_inner {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  padding: 0 20px;
  display: flex;
}
.header_gnav .gnav {
  max-width: 1240px;
  width: 100%;
  margin: 0px auto;
  position: static;
}
.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%;
}
#siteHeaderArea .webOrder.gnav_list {
    width: auto;
}
.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;
}

.gnavi_items_wrap .gnavi_items_list .gnavi_items_child .gnavi_items_child_title span {
	font-size: 20px;
}

.gnav_block_1,
.gnav_block_2,
.gnav_block_3,
.gnav_block_4,
.gnav_block_5,
.gnav_block_6,
.gnav_block_7 {
	position: static;
	width: 100%;
}

.globalNavList .gnav_list [class^="gnav_block_"] {
	border-radius: 10px 10px 0px 0px;
}

.gnav_list:hover [class^="gnav_block_"] {
    color:#fff;
}
.gnav_list:hover [class^="gnav_block_"] a {
    transition: 0s;
}
.gnav_list:hover .gnav_block_1 {
    background-color: #e5b16c;
}
.gnav_list:hover .gnav_block_2 {
	background-color: #b6c7de;
}
.gnav_list:hover .gnav_block_3 {
	background-color: #a3b274;
}
.gnav_list:hover .gnav_block_4 {
	background-color: #c37796;
}
.gnav_list:hover .gnav_block_5 {
	background-color: #706895;
}
.gnav_list:hover .gnav_block_6 {
	background-color: #4da8b7;
}
.gnav_list:hover .gnav_block_7 {
	background-color: #d87985;
}
.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: inherit;
  border-radius: 3px 3px 0 0;
}
.gnav_list .gnav_block_1 a::after,
.gnav_list .gnav_block_2 a::after,
.gnav_list .gnav_block_3 a::after,
.gnav_list .gnav_block_4 a::after,
.gnav_list .gnav_block_5 a::after,
.gnav_list .gnav_block_6 a::after,
.gnav_list .gnav_block_7 a::after {
	border: 2px solid transparent;
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: rgba(54, 57, 71, 0);
	margin-left: 0px;
	top: calc(100% - 2px);
	left:0%;
	right: 100%;
	color: #fff;
	z-index:210;
/* 	transition: all 0.1s; */
}
.gnav_list .gnav_block_1 a::after {
	left: calc(99.9% - ((99.9% /7) * 5.5));
	right:calc(((99.9% /7) * 5.5));
}

.gnav_list .gnav_block_2 a::after {
	left: calc(99.9% - ((99.9% /7) * 4.5));
	right:calc(((99.9% /7) * 4.5));
}

.gnav_list .gnav_block_3 a::after {
	left: calc(99.9% - ((99.9% /7) * 3.5));
	right:calc(((99.9% /7) * 3.5));
}

.gnav_list .gnav_block_4 a::after {
	left: calc(99.9% - ((99.9% /7) * 2.5));
	right:calc(((99.9% /7) * 2.5));
}

.gnav_list .gnav_block_5 a::after {
	left: calc(99.9% - ((99.9% /7) * 1.5));
	right:calc(((99.9% /7) * 1.5));
}

.gnav_list .gnav_block_6 a::after {
	left: calc(99.9% - ((99.9% /7) * 0.5));
	right:calc(((99.9% /7) * 0.5));
}

.gnav_list .gnav_block_7 a::after {
	left: calc(99.9% - ((99.9% /7) * 0.5));
	right:calc(((99.9% /7) * 0.5));
}
.gnav_list:hover .gnav_block_1 a::after,
.gnav_list:hover .gnav_block_2 a::after,
.gnav_list:hover .gnav_block_3 a::after,
.gnav_list:hover .gnav_block_4 a::after,
.gnav_list:hover .gnav_block_5 a::after,
.gnav_list:hover .gnav_block_6 a::after,
.gnav_list:hover .gnav_block_7 a::after {
	right: 0;
	left:0;
	/* transition: all 0.2s 0.25s; */
}
.gnav_list:hover .gnav_block_1 a::after {
    background-color: #e5b16c;
}
.gnav_list:hover .gnav_block_2 a::after {
	background-color:#b6c7de;
}
.gnav_list:hover .gnav_block_3 a::after {
	background-color:#a3b274;
}
.gnav_list:hover .gnav_block_4 a::after {
	background-color: #c37796;
}
.gnav_list:hover .gnav_block_5 a::after {
	background-color: #706895;
}
.gnav_list:hover .gnav_block_6 a::after {
	background-color: #4da8b7;
}
.gnav_list:hover .gnav_block_7 a::after {
	background-color: #d87985;
}

/* 各カテゴリーごとのカラー */
body.esthetic .header_gnav_inner {
  border-bottom-color: #e5b16c;
}
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: #d87985;
}
body.cosme .header_gnav_inner {
  border-bottom-color: #d87985;
}
body.epilation .header_gnav_inner {
  border-bottom-color: #b6c7de;
}
/* groval navigation category menu */
#siteHeaderGnav {
	position: relative;
	margin-top: 12px;
}
.gnavi_category {
    display: none;
    font-size: 0.9em;
    background-color: #fff;
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: calc(100% - 2px); /** カテゴリトップボーダー分 */
    border: 1px solid #dbdbdb;
    border-radius: 0 0 3px 3px;
    z-index: 100;
}
.gnavi_items_wrap {
    display: flex;
    width: 90%;
    padding: 2px;
    margin: 0.5% 5%;
    height: fit-content;
}
p.gnavi_top_title {
    text-align: left;
    padding: 20px 5% 5px;
    width:90%;
    font-size: 1.1em;
    font-weight: bold;
}
.gnavi_items_list {
  text-align: left;
  width: 12.5%;
  margin: 0;
}
.gnavi_items_list .gnavi_items_title {
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align:center;
}
.gnavi_items_list .gnavi_items_title a {
  background-color: #fff;
  color: #fff;
  display: block;
  padding: 10px 5px 10px 15px;
}
.gnavi_items_title span {
    font-size: 1.0em;
}
#wrap .title_img_wrap {
	width: 100%;
    position: relative;
}
#wrap .title_img_wrap img {
	max-width: 45%;
}
.gnavi_items_title.in-active .title_img_wrap img {
  opacity: 0.7;
}
.gnavi_items_title.in-active {
  background-color: #fff;
  color: #363947;
}
.gnavi_items_list:first-child .gnavi_items_title {
  border-top: none;
}
.gnavi_category .gnavi_items_list .gnavi_items_child {
  display:none;
}
/*グロナビ一次カテゴリホバー時、カテゴリにアンダーラインをつける*/
.gnav_list .gnav_block_1 +.gnavi_category .gnavi_items_list:hover span,
.gnav_list .gnav_block_1 +.gnavi_category .gnavi_items_list .selectedGnaviCategory1 {
	border-bottom: solid;
    border-color: #e5b16c;
    border-width: 4px;
    padding: 0px 0px 2px 0px;
}
.gnav_list .gnav_block_2 +.gnavi_category .gnavi_items_list:hover span,
.gnav_list .gnav_block_2 +.gnavi_category .gnavi_items_list .selectedGnaviCategory2 {
	border-bottom: solid;
    border-color: #b6c7de;
    border-width: 4px;
    padding: 0px 0px 2px 0px;
}
.gnav_list .gnav_block_3 +.gnavi_category .gnavi_items_list:hover span,
.gnav_list .gnav_block_3 +.gnavi_category .gnavi_items_list .selectedGnaviCategory3 {
	border-bottom: solid;
    border-color: #a3b274;
    border-width: 4px;
    padding: 0px 0px 2px 0px;
}
.gnav_list .gnav_block_4 +.gnavi_category .gnavi_items_list:hover span,
.gnav_list .gnav_block_4 +.gnavi_category .gnavi_items_list .selectedGnaviCategory4 {
	border-bottom: solid;
    border-color: #c37796;
    border-width: 4px;
    padding: 0px 0px 2px 0px;
}
.gnav_list .gnav_block_5 +.gnavi_category .gnavi_items_list:hover span,
.gnav_list .gnav_block_5 +.gnavi_category .gnavi_items_list .selectedGnaviCategory5 {
	border-bottom: solid;
    border-color: #706895;
    border-width: 4px;
    padding: 0px 0px 2px 0px;
}
.gnav_list .gnav_block_6 +.gnavi_category .gnavi_items_list:hover span,
.gnav_list .gnav_block_6 +.gnavi_category .gnavi_items_list .selectedGnaviCategory6 {
	border-bottom: solid;
    border-color: #4da8b7;
    border-width: 4px;
    padding: 0px 0px 2px 0px;
}
.gnav_list .gnav_block_7 +.gnavi_category .gnavi_items_list:hover span,
.gnav_list .gnav_block_7 +.gnavi_category .gnavi_items_list .selectedGnaviCategory7 {
	border-bottom: solid;
    border-color: #d87985;
    border-width: 4px;
    padding: 0px 0px 2px 0px;
}

.display_child_category.cycleTwo {
    margin-bottom: 1%;
}
.display_child_category .gnavi_items_child {
    display: flex;
    position: relative;
    width: 90%;
    height: 100%;
    padding: 1% 2%;
    margin: 0 5%;
    text-align: left;
    opacity: 1;
    visibility: visible;
    overflow: auto;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
}
.gnavi_items_child_title {
    width: 10%;
    border-right: 1px doded #555;
}
.gnavi_items_child_contents {
    width: 100%;
    margin-left: 1%;
    display: flex;
    flex-wrap: wrap;
}
.gnavi_items_child li {
	height: auto;
    width: 12%;
    padding-right: 0.08%;
    display: block;
    vertical-align: top;
}

.gnavi_items_child .childCategory_link_pre {
	position: relative;
    padding-right: 13px;
    margin-top:5px;
}
.gnavi_items_child .childCategory_link_pre::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
	border: 5px solid transparent;
	border-left: 8px solid #555;
}


.gnav_list .display_child_category .gnavi_items_child a {
    position: relative;
    padding: 7px;
    display: flex;
}
.gnav_list .gnavi_items_child li a {
  white-space: normal;
  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: 1366px) {
  #spNaviMenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    z-index: 5001;
    overflow-y: scroll;
  }
  .not_login_button_group {
	    display: flex;
	}
	#spNaviMenu a.loginButton {
	  background-color: #dd7e54;
	  border-color: #dd7e54;
	  border-radius: 3px;
	  color: #fff;
	  min-width:49%;
	  margin-right:2%;
	}
	#spNaviMenu a.memberRegisterLink_link {
	  background-color: #7c858e;
      border-color: #7c858e;
      border-style: solid;
      border-width: 1px;
      color: #fff;
      min-width:49%;
	}
	.search_outer_warp_sp {
	 position: relative;
	 width: 100%;
	 height: 55px;
	 margin-top: 5px;
	}
  .search_warp_sp {
  	position: absolute;
    display: flex;
    background-color: white;
    width: 100%;
    height: 50px;
    top: 0px;
    z-index: 99;
  }
  .search_warp_sp.fixed {
	position: fixed;
	box-shadow: 1px 0 3px 3px rgb(197,197,197,0.4);
	}
  #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: #7c858e;
    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.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;
    font-size: 1em;
  }
  #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 {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    color: #bbc8cb;
    font-weight: bold;
  }
  #spNaviMenu .sp_menu_list .category_top_title::after {
    color: #fff;
  }

  #spNaviMenu .sp_menu_list .category_title::after,
  #spNaviMenu .sp_menu_list .category_sub_title::after {
    color: #bbc8cb;
  }
  #spNaviMenu .sp_menu_list .category_top_title::after,
  #spNaviMenu .sp_menu_list .category_title::after,
  #spNaviMenu .sp_menu_list .category_sub_title::after {
      content: "\f067";
  }
  #spNaviMenu .sp_menu_list .open::after {
      content: "\f068";
  }
  #spNaviMenu .sp_menu_list .end_menu_list .open::after {
      content: "";
  }
  #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 {
  background-color: #fbfbfb;
}
#spNaviMenu .sub_category_wrap span {
  font-size: 1em;
  padding: 10px 25px 10px 15px;
}
#spNaviMenu .sub_category_wrap:first-child span {
    font-weight: bold;
}
#spNaviMenu .sub_category_box span {
    padding: 10px 2px 10px 30px;
}

  #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.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: #292929;
    text-align: left;
    font-size: 14px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
#spNaviMenu a {
	 width: auto;
}
  #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: #fff;
    font-size: 14px;
    padding: 10px;
    padding-bottom:0px;
  }
  #spNaviMenu .helloWrap .name span {
    color: #363947;
    display: inline;
    font-size: 0.8em;
  }
    #spNaviMenu .helloWrap .name,
    #spNaviMenu .helloWrap .point {
	color: #363947;
  }
 #spNaviMenu .helloWrap .name,
 #spNaviMenu .helloWrap .point {
	display: inline;
}
  #spNaviMenu .search_box .search_box_text {
    width: 95%;
	margin: 10px 0px 10px 10px;
    border-radius: 5px;
  }
  #spNaviMenu .sp_menu_close_wrap {
	    width: 15%;
	    text-align: center;
	    color: #7c858e;
	    margin-top: 5px
	}
	#spNaviMenu .sp_menu_close_wrap .close_icon {
	    display: block;
	    position: relative;
	    height: 50%;
	    padding-top: 5px;
	}
	#spNaviMenu .sp_menu_close_wrap .close_icon::before,
	#spNaviMenu .sp_menu_close_wrap .close_icon::after{
	    content: "";
	    display: block;
	    position: absolute;
	    width: 1%;
	    height: 85%;
	    left: 50%;
	    right: 50%;
	    background-color: #7c858e;
	    width: 3%;
	}
	#spNaviMenu .sp_menu_close_wrap .close_icon::before {
	    transform: rotate(45deg);
	}
	#spNaviMenu .sp_menu_close_wrap .close_icon::after{
	    transform: rotate(-45deg);
	}
	#spNaviMenu .sp_menu_close_wrap .close_title {
	    font-size: 0.5em;
	}

  /* 動的生成バックレイヤ */
  .contentsBackLayerSP {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 300;
  }
}


/*--------------------------------------
 footer
---------------------------------------*/
footer {
background-color: #fff;
}
.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 - slider
---------------------------------------*/
.slider {
	padding: 0;
}
.slider img {
/*width: 100%;
 height: auto;*/
}
.slick-slider .slick-slide {
	height: auto;
}
.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 {
	margin-left: 2.5px;
	margin-right: 2.5px;
}
.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;
}
/*アクティブ時にボーダー*/
.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;
}
.slides_show_all .item,
.slides_show_all_05 .item,
.slides_show_all_06 .item,
.slides_show_all_08 .item,
.slides_show_all_12 .item {
  width: calc(20% - 30px);
}

@media screen and (max-width: 768px) {
	.slides_show_all .section_wrap,
	.slides_show_all_05 .section_wrap,
	.slides_show_all_06 .section_wrap,
	.slides_show_all_08 .section_wrap,
	.slides_show_all_12 .section_wrap {
		padding: 0 20px;
	}
  .slick_carousel_wrap .slick-slider {
    margin-left: 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: -10px;
  }
  .slick_carousel_wrap .slides_show_all .slick-next,
  .slick_carousel_wrap .slides_show_all_05 .slick-next,
  .slick_carousel_wrap .slides_show_all_06 .slick-next,
  .slick_carousel_wrap .slides_show_all_08 .slick-next,
  .slick_carousel_wrap .slides_show_all_12 .slick-next {
    right: -10px;
  }
}

/*-------------------------------------------------------
 特集レコメンドslick
-------------------------------------------------------*/
#recommendSpecialFeatureIncludeArea .slick-slide img {
	width: auto;
}
#recommendSpecialFeatureIncludeArea #articles .section_inner {
	width: 100%;
}
#recommendSpecialFeatureIncludeArea a.slick-arrow + .slick-list {
	margin: 0 4%;
}
#recommendSpecialFeatureIncludeArea .articles_wrap .articles-box {
	margin: 0 0.075%;
	max-width: 228px;
}
@media screen and (max-width: 960px){
	#recommendSpecialFeatureIncludeArea .articles_wrap .articles-box {
		width: 28vw;
	}
}
@media screen and (max-width: 480px){
	#recommendSpecialFeatureIncludeArea .articles_wrap .articles-box {
		width: 35vw;
	}
}

/*--------------------------------------
 タブ切り替え
---------------------------------------*/
.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 {
  border-bottom-color: #d2a76c;
}
.tab_category_1:hover {
  color: #d2a76c;
}
.is-active.tab_category_2 {
  border-bottom-color:  #b6c7de;
}
.tab_category_2:hover {
  color: #b6c7de;
}
.is-active.tab_category_3,
.is-active.tab_category_8 {
  border-bottom-color:  #a3b274;
}
.tab_category_3:hover,
.tab_category_8:hover {
  color: #a3b274;
}
.is-active.tab_category_4,
.is-active.tab_category_9 {
  border-bottom-color:  #c37796;
}
.tab_category_4:hover,
.tab_category_9:hover {
  color: #c37796;
}
.is-active.tab_category_5,
.is-active.tab_category_10 {
  border-bottom-color:  #706895;
}
.tab_category_5:hover,
.tab_category_10:hover {
  color: #706895;
}
.is-active.tab_category_6 {
  border-bottom-color: #4da8b7;
}
.tab_category_6:hover {
  color: #4da8b7;
}
.is-active.tab_category_7 {
  border-bottom-color:  #d87985;
}
.tab_category_7:hover {
  color: #d87985;
}

@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カラム用　左サイドナビ
  ---------------------------------------------*/
/* サイドコンテンツ */
/*.sideContents .sideCategory,
.sideContents .priceRange {
	margin-bottom: 30px;
}
.sideCategory h3 {
	padding-bottom: 5px;
}
.sideCategory h3 span {
	font-weight: bold;
}*/
.sideCategory .category_menu_list,
.side_refine .refine_menu_list {
  font-size: 0.9em;
}
.sideCategory .category_menu_list {
  /*border-top: 2px solid #dbdbdb;*/
  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.open.active,
.sideCategory .category_menu_item .category_menu_detail02.open.active,
.sideCategory .category_menu_item .category_menu_detail03.open.active {
  display: block;
  background-color: #f2f2f2;
  /*
  border:1px solid #899199;
  border-left: 1px solid #899199;
  border-top: 1px solid #899199;
  */
}
.sideCategory .category_menu_item .category_menu_detail01.open {
  /* border:none; */
  /* background-color: lightgray; */
}
.sideCategory .category_menu_item .category_menu_detail01.active-parent,
.sideCategory .category_menu_item .category_menu_detail02.active-parent,
.sideCategory .category_menu_item .category_menu_detail03.active-parent {
  display: block;
}
/*
.sideCategory .category_menu_detail01,
.sideCategory .category_menu_detail02,
.sideCategory .category_menu_detail03 {
  border-top: 1px solid #dbdbdb;
}*/
.sideCategory .category_menu_title,
.sideCategory .category1_menu_stitle,
.sideCategory .category2_menu_stitle,
.sideCategory .category3_menu_stitle {
  display:flex;
}
/*
.sideCategory .category_menu_list>li:not(:first-of-type) .category_menu_title {
  border-top: 1px solid #dbdbdb;
}
.sideCategory .category_menu_detail01>li:not(:first-of-type) .category1_menu_stitle,
.sideCategory .category_menu_detail02>li:not(:first-of-type) .category2_menu_stitle,
.sideCategory .category_menu_detail03>li:not(:first-of-type) .category3_menu_stitle {
  border-top: 1px dotted #dbdbdb;
}*/
.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;
  /*margin-right: 1em;*/
}
.sideCategory .category_menu_title a {
  padding: 1em 3px 1em 0.5em;
}

/* 1次元 カテゴリ */
.sideCategory .category_menu_title {
    border-top: 1px dotted #dbdbdb;
}

.sideCategory .category_menu_detail01 .category_detail_item a {
  display: block;
  /* padding: 1em 0 1em 1.0em; */
  padding: 0.5em 2em 0.5em 1.5em;
  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 1.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;
  position: relative;
}

.sideCategory .after_list::after {
  /*color: #bbc8cb;
  font-size: 1em;
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  margin: auto;
  font-weight: bold;*/
  color: #bbc8cb;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-left: 1px solid;
  transform: rotate(-45deg);
  transition: all 0.5s;
  top: 35%;
  left: 40%;
}
.sideCategory .after_list.open::after {
  /*content: "\f077";*/
    content: '';
    transform: rotate(-225deg);
    transition: all 0.5s;
  top: 50%;
}

.sideCategory .after_list::before {
    color: #bbc8cb;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: all 0.5s;
    top: 35%;
    left: 40%;
}

.sideCategory .after_list.open::before {
    content: '';
    transform: rotate(135deg);
    transition: all 0.5s;
    top: 50%;
}

.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;
}

/* active その画面のカテゴリータイトルの背景色を変更 */
.sideCategory .category_menu_title.c_select,
.sideCategory .category1_menu_stitle.c_select,
.sideCategory .category2_menu_stitle.c_select,
.sideCategory .category_detail_item.c_select {
  /* background-color: #899199; */
  /* color: #fff; */
}
.c_select {
}
.category_menu_title.c_select span,
.category1_menu_stitle.c_select span,
.category2_menu_stitle.c_select span {
    font-weight: 800;
}
.active-parent.category_menu_title span,
.active-parent.category1_menu_stitle span,
.active-parent.category2_menu_stitle span {
    font-weight: 800;
}
.sideCategory .category_menu_item .category_menu_detail01.open,
.sideCategory .category_menu_item .category_menu_detail02.open,
.sideCategory .category_menu_item .category_menu_detail03.open,
.sideCategory .category_menu_item .category_menu_detail04.open {
    margin-left: 0.5em;
}

.sideCategory .category_detail_item a:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    width: 5px;
    height: 50%;
    top: 0px;
    left: 5px;
}
/* 選択されているカテゴリ */
p.categoryRanking {
	background-color: #EEE;
	margin: 0;
    font-size: 1.2em;
    padding: 5px 0px;
}
span.categoryRanking {
	padding-left: 10px;
}

.sideCategory .category_detail_item .c_select a:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    border-right: 1px solid;
    width: 5px;
    transform: rotate(-45deg);
    height: 5px;
    top: 43%;
    left: 5px;
}

p.sideParentCategoryName {
    font-weight: 800;
    margin: 0;
    font-size: 1.2em;
    padding: 5px 0px;
    border-bottom: 1px solid #363947;
}

#wrap p.sideParentCategoryName img {
    width: 20px;
    vertical-align: text-bottom;
}

p.sideParentCategoryName span {
    padding-left: 10px;
}

@media screen and (max-width: 641px){
	/*.sideContents .sideCategory,
	.sideContents .priceRange {
		margin-bottom: -1px;
	}
	.sideCategory h3 {
		padding-left: 10px;
	}
	.sideCategory .category a {
		display: block;
		padding: 7px 10px;
	}*/
}

/*---------------------------------------------
	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;
  }
  .sideCategory .category_menu_list li>ul,
  .sideCategory .category_menu_list li>ul>li>ul {
    font-size: 0.9em;
  }
  .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: 0px;
}
.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;
}

/* 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;
}
span.startNumber, span.endNumber {
	display: none;
}



.alertMessage.alertMessage-important:before,
span.alertMessageContentTitle:before,
div.alertMessageContentTitle:before {
	content: "※";
}
.orderRow {
	border-radius: 0;
}



.contents .buttonArea {
	margin: 60px 0 40px;
}

@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: inline-block;
		width: 45%;
	}
	.topGroupName select#birthdayMonth,
	.topGroupName select#birthdayDay {
		margin-top: 0;
		margin-right: 0;
		vertical-align: initial;
	}
	.birthdayMonthSuffixLabel,
	.birthdayDaySuffixLabel {
		display: inline-block;
		margin-top: 7px;
		margin-right: 0px;
	}
	.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;
  }
}
@media screen and (max-width: 393px) {
	.topGroupName select#birthdayYear {
		width: 48%;
		margin-right: 6px;
	}
	.topGroupName select#birthdayMonth,
	.topGroupName select#birthdayDay {
		width: 55px;
	}
}





/* 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;

}
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;
	}
}
/*ニュース*/
#newsResults{
	line-height:20px;
	margin-bottom:10px;
}
#newsResults td{
	border: none;
	padding: 0px;
}
#newsResults .displayPeriodStart{
	width: 100px;
}

#newsResults .newsTypeName{
    width: 85px;
    min-width: 86px;
    color: white;
    font-size: 12px;
    text-align:center;
    border-radius: 2px;
}
#newsResults .newsTitle{
    margin-left:20px;
}
@media screen and (max-width: 900px) {
	#newsResults .newsTitle{
	    margin-left: 0;
	}
	#newsResults td:last-child {
    	padding: 0;
    	width: 100%;
    	font-size: 13px;
	}
	.table td.displayPeriodStart, .table td.newsTypeName {
		display: block;
	}
}

/* 商品レビュー一覧 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,
body#GoodsReviewList .skuGoodsName {
	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 {
}

/* 最近チェックした商品 */
.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;
}
.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;
}
.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;
	}
	.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: 1366px) {

	#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;
}
.recommendDefaultPriceItemWrap + .itemWrap {
    color: rgb(204, 0, 0);
}

/* レコメンド　- 商品一覧カテゴリ名 */
.recommendBrowsingTitle .recommendCategoryName,
.articles_title .recommendCategoryName {
  display: inline-block;
  font-size: 0.8em;
  font-weight:normal;
}

/* 成功メッセージ */
div.addCartSuccessMessageItemWrap,
div.addCartRelatedBulkSuccessMessageItemWrap,
div.reorderCartSuccessMessageItemWrap,
div.addFavoriteSuccessMessageItemWrap,
div.relatedTogetherAddCartSuccessMessageItemWrap,
div.addCartTopSuccessMessageItemWrap,
div.addCartBottomSuccessMessageItemWrap {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    z-index:99;
}

span[class="addFavoriteSuccessMessage"],
span[class="addCartSuccessMessage"],
span[class="reorderCartSuccessMessage"],
span[class^="addCartSuccessSkuMessage"],
span[class^="permissionUpdateSuccessMsg"],
span[class^="creditInfoUseTypeUpdateSuccessMsg"] {
  display: none;
  padding: 0 6px;
  margin: 1px 0;
  color: #c5484f;
  background: #FFF;
  border: solid 1px #c5484f;
  min-height: 36px;
  font-size: 0.8em;
  text-align: center;
}
/** サジェストの幅(レスポンシブ) */
@media screen and (max-width: 800px) {
	span[class="addFavoriteSuccessMessage"],
	span[class="addCartSuccessMessage"],
	span[class="reorderCartSuccessMessage"],
	span[class^="addCartSuccessSkuMessage"] {
	  font-size: 0.9em;
	}
}
/*--------------------------------------------------------
	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 {
	width: calc(100% - 400px) !important;
	left: 0 !important;
}
.np-item-suggest-v2 {
	left: calc(100% - 400px) !important;
}
/** サジェストの幅(レスポンシブ) */
@media screen and (max-width: 800px) {
	.np-keyword-suggest {
		width: 100% !important;
	}
	.np-item-suggest-v2 {
		display: none !important;
	}
}
/* サジェストキーワードの内枠 */
.np-keyword-suggest div{
  width: 100% !important;
}
.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 .history:before{
  box-sizing: border-box;
  font-size:11px;
  color:#bbb;
  margin-right:8px;
  padding:3px 8px;
  border-radius:0px;
  position:relative;
  left:0;
  bottom:0;
/*** WJB START ***/
  content:"検索履歴";
/*** WJB END ***/
  background:none;
  border-right:1px solid #bbb;
}

.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 .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: 15px;
  right:5px;
  height:15px;
  padding: 0 0 1px 3.7px;
  border: 0;
  border-radius: 2px;
  line-height: 6px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color : #FFFFFF;
  color : #F08080;
  border: 1px solid #F08080;
  margin-top: 2px;
}
.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: "件";
}
.suggest_detail_price {
    display: none;
}
@media screen and (max-width: 900px) {
	.np-keyword-suggest .item{
	  height:30px;
	  line-height:10px;
	}
}
<!-- 関連コンテンツ用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;
}

div[class*="loginPriceMessage"].linkWrap a,
div[class*="LoginPriceMessage"].linkWrap a,
a[class*="loginPriceMessage"] {
    color:#cc0000;
}
div[class*="loginPriceMessage"].linkWrap a:hover,
div[class*="LoginPriceMessage"].linkWrap a:hover,
a[class*="loginPriceMessage"]:hover {
    opacity:0.7;
}

/*カートに入れる*/
#wrap .btn_cart,
#wrap a[class*="addCart"],
#wrap input[class*="addCart"] {
	width: 100%;
	background-color: #dd7e54;
	border-color: #dd7e54;
	border-radius: 3px;
	color: #fff;
}
#wrap .btn_cart:hover,
#wrap a[class*="addCart"]:hover,
#wrap input[class*="addCart"]:hover {,
	color: #fff;
}
/*バリエーション購入→変更なし*/
/*詳細画面へ*/
#wrap a[class*="toDetail"] {
	background-color: #edeadd;
	border-color: #edeadd;
	border-radius: 3px;
	color: #363947;
}
/*入荷お知らせ申し込み*/
#wrap .btn_stock,
#wrap a[class*="addArrivalInfo"],
#wrap input[class*="addArrivalInfo"] {
	width: 100%;
	background-color: #fff;
	border: 1px solid #dd7e54;
	border-radius: 3px;
	color: #dd7e54;
	height: 38px;
}
#wrap .btn_stock a {
	color: #dd7e54;
}

/*お電話にてご注文ください→変更なし*/

/*よりどり購入*/
#wrap a[class*="goodsSelection"] {
	background-color: #d8e18f;
	border-color: #d8e18f;
	border-radius: 3px;
	color: #333333;
}

/** メインスライダー　グロナビオープン時
.main-slider.slick-slide.glonavi_open {
	opacity:0.4;
}
 */

.webOrderSheetLink {
	display: block;
    height: 100%;
    padding: 5px;
    text-align: center;
    border: 2px solid #ff9b43;
    border-radius: 5px;
    width: 180px;
    margin: 5px 1%;
}
.webOrderSheetLink span {
    display: block;
	color: #ff9b43;
}
.webOrderSheetLink.sp {
	display:none;
}
@media screen and (max-width: 900px) {
	.webOrderSheetLink.pc {
		display:none;
	}
	 #spNaviMenu a.webOrderSheetLink,
	 .webOrderSheetLink.sp {
	    display: block;
	    height: auto;
		width: 98%;
		margin: 5px 1%;
	}
	#spNaviMenu a.webOrderSheetLink span {
	    display: block;
	    text-align: center;
	    color: #ff9b43;
	}
}
.ui-widget-overlay.ui-front,
.ui-widget-content.ui-front {
	z-index: 6000;
}


 /*---------------------------------------------
	SP画面 商品カテゴリ
  ---------------------------------------------*/
#top_categoryList .menu-navi {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#top_categoryList .menu-box {
    margin: 0;
    padding: 0;
    width: calc(100% / 2);
}

#top_categoryList input {
    display: none;
}

#top_categoryList .contents .all_categories_list .menu-box:nth-child(odd) .all_categories_title {
    border-right: 1px solid #dbdbdb;
}

#top_categoryList .title {
    pointer-events: none;
}

#top_categoryList .accordion.open {
    background-color: #fff;
}

#top_categoryList .toggle {
    background-color: #fff;
}

#top_categoryList .toggle ul {
    display: flex;
    flex-wrap: wrap;
}

#top_categoryList .all_categories_list .toggle li {
    color: #000;
    font: 0.8rem/1.2 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    width: calc(100% / 2);
}

#top_categoryList .toggle li a {
    align-items: center;
    display: flex;
    border-top: 1px dotted #dbdbdb;
    padding: 1em;
    height: 50px;
}

#top_categoryList .menu-box:nth-child(1) .toggle li:nth-last-child(2) a,
#top_categoryList .menu-box:nth-child(4) .toggle li:nth-last-child(2) a,
#top_categoryList .menu-box:nth-child(5) .toggle li:nth-last-child(2) a {
    border-bottom: 1px dotted #dbdbdb;
}

#top_categoryList .toggle li:nth-child(odd) a {
    border-right: 1px solid #dbdbdb;
}

#top_categoryList .accordion.open .all_categories_title::after {
    content: "\f077";
}

#top_categoryList p.sub_category_wrap {
    color: #000;
    font: 0.8rem/1.5 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    text-align: right;
    margin: 0;
    padding: 1em;
}

#top_categoryList p.sub_category_wrap::after,
#top_categoryList .toggle li a::after {
    color: #bbc8cb;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    flex-grow: 1;
    text-align: right;
    padding-left: 10px;
}

#top_categoryList .backcolor {
    background-color: #f3f3f3;
}

#top_categoryList .accordion {
    pointer-events: all;
    margin-bottom: -1px;
}

#top_categoryList .toggle {
    display: none;
    transition: none;
}

#top_categoryList .menu-navi>.menu-box:nth-of-type(odd)>.tog {
	position: relative;
    width: 200%;
}

#top_categoryList .menu-navi>.menu-box:nth-of-type(even)>.tog {
    margin-left: -100%;
    width: 200%;
}

/*
	展示会商品の切替
*/
#exhibitionSearchFlgChange_pc,
#exhibitionSearchFlgChange_sp,
#exhibitionSearchFlgChange_sp_menu {
	display: none;
}
#exhibitionSearchFlgChange_sp_menu_wrap {
    display: flex;
    justify-content: center;
}
#exhibitionSearchFlgChange_sp_menu_wrap #condition_dummybox {
	height: 20px;
	width: 20px;
}
#exhibitionSearchFlgChange_pc_label {
	padding: 5px;
	margin: 0;
}
#exhibitionSearchFlgChange_sp_wrap {
	margin: 5px 5px 10px;
	text-align: center;
}
#exhibitionSearchFlgChange_sp_menu_wrap #exhibitionSearchFlgChange_sp_menu_label {
	display: flex;
	margin-bottom: 5px;
}
@media screen and (max-width: 641px) {
	#scrollUp, #scrollUp:after {
	    visibility: hidden;
	}
}

/*
	チェックボックスのデザイン
*/
.condition_dummybox {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    vertical-align: top;
    border: 2px solid #ABB1B7;
    border-radius: 4px;
    background-color: #FFF;
}

input[type="checkbox"]:checked + label .condition_dummybox:before {
    position: relative;
    bottom: 2px;
    left: 1px;
    color: #ce5d5d;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    cursor: pointer;
}

.ui-autocomplete li img{
	float : left;
}

.suggest-title{
	font-size: 1em;
    font-weight: bold;
    padding: 10px 12px 0;
    border-top: 1px solid #dbdbdb;
}
.ui-widget-content {
    overflow-y: unset;
    overflow-x: scroll;
    max-height: 500px;
}
.ui-widget-content a{
	margin: 0;
    padding: 2px 0 2px 15px;
    cursor: pointer;
}
.ui-menu-item .ui-state-focus, .ui-state-selected {
	   border: 0px solid #999999  !important;
	   background: #dadada;
}
.ui-dialog, .ui-dialog-content, .ui-dialog-buttonpane {
    overflow-x: auto;
    text-align: center;
}

/**
 * レコメンドデザイン
**/
.recommendZetaItems .items.line-through .recommendZetaTaxExcludedPrice {
    text-decoration: line-through;
}

.recommendZetaItems .items.line-through span[id^=recommendZetaPrice],
.recommendZetaItems .items.line-through span[id^=recommendZetaTaxExcludedPrice] {
	font-size: 100%;
}
.goods_item_info .recommendZetaDiscountedPriceItemWrap .items .recommendZetaDiscountedPrice {
	font-size: 100%;
}
.recommendBrowsingIncludeArea .recommendZetaItems .item > a {
	position: relative;
}
.recommendBrowsingIncludeArea .recommendZetaItems .iconNewItemWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 24%;
	z-index: 2;
	margin: 0;
}
.recommendBrowsingIncludeArea .recommendZetaItems .iconNewItemWrap .items {
	position: static;
}
.recommendBrowsingIncludeArea .recommendZetaItems .iconNew {
	display: block;
	width: 100%;
	height: auto;
}
.recommendBrowsingIncludeArea .recommendZetaItems .promotionCountItemWrap {
	margin-top: 6px;
}
.recommendBrowsingIncludeArea .recommendZetaItems .promotionCountLink {
	display: inline-block;
	color: #529ecb;
	font-size: 0.95em;
	line-height: 1.4;
	text-align: left;
}
.recommendBrowsingIncludeArea .recommendZetaItems .promotionCountLink::after {
	border-right-color: currentColor;
	border-bottom-color: currentColor;
	color: currentColor;
}
.recommendBrowsingIncludeArea .recommendZetaItems .couponDiscountAmtItemWrap {
	margin-top: 4px;
}
.recommendBrowsingIncludeArea .recommendZetaItems .couponDiscountAmt {
	display: inline-block;
	padding: 2px 8px;
	background: #ef9b2d;
	color: #fff;
	font-size: 100%;
	line-height: 1.3;
}
.recommendBrowsingIncludeArea .recommendZetaItems .couponDiscountRateItemWrap {
	margin-top: 4px;
}
.recommendBrowsingIncludeArea .recommendZetaItems .couponDiscountRate {
	display: inline-block;
	padding: 2px 8px;
	background: #ef9b2d;
	color: #fff;
	font-size: 100%;
	line-height: 1.3;
}
.recommendBrowsingIncludeArea .recommendZetaItems .couponNameItemWrap {
	margin-top: 2px;
}
.recommendBrowsingIncludeArea .recommendZetaItems .couponName {
	color: #e1922a;
	display: -webkit-box;
	font-size: 90%;
	line-height: 1.4;
	max-height: 2.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.recommendBrowsingIncludeArea .recommendZetaItems .recommendZetaDiscountRateItemWrap,
.recommendBrowsingIncludeArea .recommendZetaItems .recommendZetaBizplusDiscountRateItemWrap {
	color: #ff4a4a;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.recommendBrowsingIncludeArea .recommendZetaItems .recommendZetaDiscountRateItemWrap .items,
.recommendBrowsingIncludeArea .recommendZetaItems .recommendZetaBizplusDiscountRateItemWrap .items {
	display: block;
	padding: 0;
	line-height: 1.3;
	text-align: left;
}
.recommendBrowsingIncludeArea .recommendZetaItems .recommendZetaDiscountRateValueLabel,
.recommendBrowsingIncludeArea .recommendZetaItems .recommendZetaBizplusDiscountRateValueLabel {
	display: inline-flex;
	align-items: baseline;
	padding: 2px 8px;
	margin-right: 3px;
	background: #ff4a4a;
	color: #fff;
	font-weight: bold;
	text-wrap: nowrap;
	vertical-align: top;
}
.recommendBrowsingIncludeArea .recommendZetaItems .recommendZetaDiscountRateCampaignName {
	display: inline-block;
	margin-top: 0;
	padding: 2px 0;
	border-top: none;
	font-size: 100%;
	word-break: normal;
	overflow-wrap: anywhere;
	max-width: 100%;
	white-space: normal;
	vertical-align: top;
}
/*サジェスト選択時、JQUERY標準のCSSを打ち消す*/
.ui-widget-content {
	border: 1px solid #dbdbdb	!important;
}

.ui-menu-item .ui-state-focus, .ui-state-selected {
	border: 0px solid #999999  !important;
	background: #eeeeee  !important;
	transition: unset;
	opacity: unset;
}
.search_box .ui-widget-content a{
	font-size: 14px;
	transition: unset;
	opacity: unset;
}
#search_box_text_pc .ui-autocomplete {
	top: 40px  !important;
	left: 0px  !important;
}
.item_suggest,
.feature_suggest {
	display:flex;
}
.item_suggest .item_img,
.feature_suggest .feature_img {
	margin-left:10px;
	margin-bottom:2px;
}

#search_box_text_pc .category_name {
	font-size:12px;
	color:#9a9a9a;
	padding-left :10px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px	!important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px	!important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px	!important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px	!important;
}
.feature_suggest .feature_img,
.item_suggest .item_img {
    padding: 0;
    width: auto;
    border: none !important;
    background: none !important;
}
.recommendZetaDiscountedPriceItemWrap {
	margin-left: 68px;
}
.recommendZetaDiscountedPriceItemWrap .isDiscount {
	margin-left: 13px;
}
.discountPricePreLabel {
	font-size: 0.9em;
}
.items.line-through {
	font-size: 0.9em !important;
}
.recommendZetaTaxExcludedDiscountedPricePreLabel {
	font-weight: bold;
	font-size: 0.8em;
}
/*サジェストSP*/
#search_box_text_sp .ui-autocomplete {
	top: 40px  !important;
	left: 0px  !important;
	width: 100% !important;
	min-width :360px !important;
	max-height:250px;
}
#search_box_text_sp .ui-widget-content li {
	font-size:0.8em;
}
#search_box_text_sp .category_name {
	font-size:0.7em;
	color:#9a9a9a;
	padding-left :10px;
}

/*確認ダイアログcss*/
#dialog_close{
	position: absolute;
    top: 0%;
    right: 1%;
    font-size: 1.3em;
	cursor: pointer;
	cursor: hand;
}

#searchButton {
    display: inline-block;
    width: 180px;
    height: 36px;
    background-color: #363947;
    border-color: #363947;
    color: #fff;
}

#searchDesignArea .searchButton {
    background-color: initial;
}

@media screen and (max-width: 768px) {
	#searchButton {
		width: 130px;
	}
}

/* ショップトップ エステカテゴリ */
#estheCategoryArea .gnavi_category {
    display: block;
    position: relative;
    border: none;
}

#estheCategoryArea .gnavi_top_title {
    margin: 0;
}

#estheCategoryArea .gnavi_items_wrap {
    width: 100%;
    margin: 0;
}

#estheCategoryArea .gnavi_items_child {
    width: 100%;
    margin: 0;
}

#estheCategoryArea .gnavi_items_child li {
    width: 12.5%;
}

#estheCategoryArea .display_child_category .gnavi_items_child a {
    display: flex;
    padding: 7px;
    position: relative;
}

@media screen and (max-width: 768px) {
	#estheCategoryArea .gnavi_top_title {
	    position: sticky;
	    left: 0;
	}

	#estheCategoryArea .gnavi_items_wrap {
	    display: block;
	    width: fit-content;
	    white-space: nowrap;
	}

	#estheCategoryArea .gnavi_items_list {
	    display: inline-flex;
	    width: 200px;
	}

	#estheCategoryArea .gnavi_category {
	    overflow-x: scroll;
	}

	#estheCategoryArea .display_child_category {
	    display: none;
	}
}

/* メインバナードットデザイン */
#top-slider .main-slider-list .slick-dots li.slick-active {
    background-color: #363947;
    border: none;
}

#top-slider .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 {
	display: flex;
	justify-content: center;
}

/* OwlCarousel */
.slick-navigation {
	display: none;
}

.owl-stage .slick-arrow {
    background-color: rgba(54, 57, 71, 0.5) !important;
    border-radius: 100% !important;
    z-index: 1;
}

/* CLS対策 */
#Shop .slider-wrap,
#GoodsList .slider-wrap {
	max-height: 448px;
}

.recommendZetaDiscountedPriceSuffixLabel {
	font-size: 0.7em;
}

.recommendZetaTaxExcludedDiscountedPriceSuffixPreLabel {
	font-size: 1.5em;
	font-weight: bold;
}

.recommendZetaTaxExcludedDiscountedPrice {
	font-weight: bold;
}

/* CLS対策によってSPTOPのスライダーが表示崩れ*/
@media screen and (max-width: 641px) {
	#Shop .slider-wrap {
		height: calc(100vw + 38px);
		max-height: 548px;
	}
	#GoodsList .slider-wrap {
		height: calc(100vw + 38px);
		max-height: 548px;
	}
}
/* PC表示のみ */
@media screen and (min-width: 768px) {
  #Shop .owl-lazy,
  #GoodsList .owl-lazy {
    width: 400px;
    max-height: calc(100vw * 0.36 + 38px);
  }
  #globalImage {
	height: 440px;
  }
}

/* タブレット表示 */
@media screen and (max-width: 767px) {
	#globalImage {
		height: calc(100vw + 38px);
	}
}

#Cart a.btn_lg {
    min-width: 320px;
}
#Cart input.btn_lg[type="button"] {
	padding: 5px 50px;
	min-width: 320px;
}
#Cart .deleteLinkPC,
#Cart .deleteLinkSP {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
#Cart .deleteLinkPC img,
#Cart .deleteLinkSP img {
	width: 12px;
	height: 12px;
}
@media screen and (max-width: 642px) {
	#Cart .deleteLinkPC {
		display: none;
	}
}
@media screen and (max-width: 641px) {
	#Cart input.btn_lg[type="button"].nextButton,
	#Cart a.backButton {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	#Cart #buttonGroup {
		margin-bottom: 30px;
	}
}
.recommendZetaItems img#currentRankIcon {
	max-width: 25px;
	vertical-align: middle;
	margin: 3px 5px 3px 0;
}
.recommendZetaItems #customerPrivilegeDisplayArea {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #efefef;
	border-radius: 3px;
	font-weight: bold;
	margin: 5px auto 0;
}
.recommendZetaItems .bizplusPricePreLabel {
	font-size: 0.9em;
}
.recommendZetaItems .recommendZetaBizplusPriceItemWrap .bizplusPricePreLabel {
	color: transparent;
}
.recommendZetaItems .customerPrivilegeDiscountRateItemWrap .items span,
.recommendZetaItems .customerPrivilegePointRateItemWrap  .items span {
	font-weight: normal;
}
.recommendZetaItems .customerPrivilegeDiscountRateItemWrap .items .customerPrivilegeDiscountRate,
.recommendZetaItems .customerPrivilegePointRateItemWrap  .items .customerPrivilegePointRate {
	font-size: 15px;
}
.recommendZetaItems .customerPrivilegeDiscountRateItemWrap .items .customerPrivilegeDiscountRateSuffixLabel,
.recommendZetaItems .customerPrivilegePointRateItemWrap  .items .customerPrivilegePointRateSuffixLabel  {
	font-size: 10px;
}
.recommendZetaItems #customerPrivilegeDisplayArea .customerPrivilegePlusLabel {
	margin: 0 2px;
	font-size: 14px;
}
.recommendZetaTaxExcludedBizplusPrice {
	font-weight: bold;
	font-size: 1.5em;
}
.recommendZetaTaxExcludedBizplusPriceSuffixPreLabel {
	font-weight: bold;
}
.recommendZetaTaxExcludedDiscountedPriceItemWrap .items .recommendZetaTaxExcludedDiscountedPrice.existBizplusPrice {
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: line-through;
}
.recommendZetaTaxExcludedDiscountedPriceItemWrap .items .recommendZetaTaxExcludedDiscountedPrice.existBizplusPrice .recommendZetaTaxExcludedDiscountedPricePreLabel{
	font-weight: normal;
	font-size: 0.9em;
}
.recommendZetaItems .recommendZetaBizplusPriceItemWrap .items .recommendZetaBizplusPrice {
	font-size: 1.0em;
}
.recommendZetaBizplusPriceSuffixLabel {
	font-size: 0.8em;
}