@charset "utf-8";
/*--------------------------------------------
  goodsDetail.css
  商品詳細画面用CSS
--------------------------------------------*/
/* 全体的な設定 */
#contents {
  width: 100%;
  max-width: inherit;
}

/*waitダイアログ*/
#wait_dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);	/* IE6、IE7対応 */
	-moz-opacity: 0.8;			/* Firefox1.5以前対応 */
}
#wait_dialog_message {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 45%;
	left: 45%;
	opacity: 0.8;
}
#wait_dialog_loadingImg {
	display: inline-block;
	background: url(../../../img/base/loading.gif) left center no-repeat;
	width: 50px;
	height: 50px;
	background-size: 50px;
}

/* 見出し */
#wrap .level_h1,
#wrap .level_h2 {#goodsSelectionLinkInfoItemWrap
	border-bottom: none;
}
#wrap .level_h1 {
	margin: 10px 0;
	padding: 0;
}
.level_h1 span {
	padding: 0;
}

.revwewLinks .link_to_list.link_to_page a::before {
	content:"";
}
.expostageRank_inner  a.link_to_page::after {
	content: none;
}
.expostageRank_inner em {
	width: 25px;
}
.iconSupplementation {
	padding-left: 5px;
}
.iconSupplementation img {
	width: 100%;
}


/* パンくず */
.contents #breadcrumb,
.contents #breadcrumbFooter {
	width: calc(99.9% - 40px);
  max-width: 1200px;
	margin: 0 auto;
}
.contents #breadcrumb {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
	.contents #breadcrumb,
	.contents #breadcrumbFooter {
		width: calc(99.9% - 20px);
    padding-left: 0;
    padding-right: 0;
	}
}

/* section */
#GoodsDetail .section_inner {
  max-width: 1200px;
}

/* em */
em {
	color: inherit;
}

/* p */
.contents p {
	margin: 0;
}
/* ///全体的な設定 */

/* コンテンツの順番 */
#breadcrumbFooter {
  order: 3;
}
.other_categories_wrap {
  order: 4;
}


/* サムネイル一覧表示時に、背景ページがスクロールしないようにする */
body.modal {
	position: fixed;
	width: 100%;
}


.goodsDetail {
	/*margin-bottom: 60px;*/
}
#goodsDetailContents {
	position: relative;
	width: calc(99.9% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  display:-webkit-box;
  display:flex;
}
@media screen and (max-width: 768px) {
  #goodsDetailContents {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc(99.9% - 20px);
  }
}

/* 追従ボタンの出現時に下に余白（スマホ） */
#wrap.wrapFixedShowSP {
	margin-bottom: 56px;
}

/*商品説明*/
.goodsDetailContents .goodDetail_cart_area {
  width: 53%;
}


/*メイン画像*/
.goodsDetailContents #goodDetail_img_area {
  width: calc(99.9% - 53% + 21px);
  box-sizing: border-box;
  margin-right: 30px;
}
.goodsDetailContents .area_Photo {
	position: relative;
  margin: 0 30px 25px;
	border:solid 1px #CCC;
	background:#FFF;
}
.goodsDetailContents .area_Photo .goodsMainImageCenterWarap {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#goodsImg {
  width: 100%;
  cursor: pointer;
}
.goodsLabelImageWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	user-select: none;
	width: 25%;
}
.goodsCouponDiscountAmtWrap {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
	user-select: none;
}
.goodsCouponDiscountAmt {
	display: inline-block;
	padding: 4px 10px;
	background: #ef9b2d;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3;
}
.goodsCouponDiscountAmtText {
	font-size: 95%;
}
@media screen and (max-width: 768px) {
	.goodsDetailContents #goodDetail_img_area {
		width: 100%;
		margin-right: 0;
	}
	.goodsDetailContents .goodDetail_cart_area {
		width: 100%;
		position: relative;
	}
	.goodsDetailContents .goodDetail_cart_area .detail_copy {
		display: none;
	}
}


/* スマホ表示時、サムネイル枚数&一覧表示へのリンク */
.goodsDetailContents .area_Photo .thumNum_linkToAllList {
	display: none;
}
@media screen and (max-width: 768px) {
	.goodsDetailContents .area_Photo .thumNum_linkToAllList {
		display: block;
		position: absolute;
		top: 5px;
		right: 6px;
		background: rgba(0,0,0,0.5);
		padding: 2px 7px 1px;
		color: #fff;
	}
	.goodsDetailContents .area_Photo .thumNum_linkToAllList.hide {
		display: none;
	}
	.goodsDetailContents .area_Photo .thumNum_linkToAllList::before {
		content: "\f00a";
		position: relative;
		top: 1px;
		font-size: 16px;
		line-height: 0;
		padding-right: 10px;
		color: #fff;
		font-family: 'Font Awesome 5 Free';
		font-weight: bold;
	}
	.goodsDetailContents .area_Photo .thumNum_linkToAllList .veiwNum {
		min-width: 1em;
		display: inline-block;
		text-align: right;
	}
}


/* 商品写真を拡大する */
img#goodsImagePopupIcon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 44px;
    cursor: pointer;
}

#goodsImageModalMask {
	width: 100%;
    height: 100%;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 998;
	background: rgba(0,0,0,0.8);
}

#goodsImageModalHeader {
    height: 65px;
    background-color: #fff;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    gap: 80px;
}

#goodsImageModalGoodsInfoWrap {
    display: flex;
    flex-direction: column;
}

.goodsImageModalActionWrap {
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    gap: 8px;
}
#goodsImageModalActionWrapSp {
	display: none;
}

#goodsImageModalGoodsName {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 1.1em;
    font-weight: bold;
}

#wrap #goodsImageModalActionWrapPc .btn_cart,
#wrap #goodsImageModalActionWrapPc .btn_stockMessage,
#wrap #goodsImageModalActionWrapPc .btn_purchaseMessage,
#wrap #goodsImageModalActionWrapPc .btn_stock {
    width: 200px;
    height: 48px;
}

.goodsImageModalActionWrap .btn_favorite a:before {
    content: "\f004";
    font-family: 'Font Awesome 5 Free';
    font-size: 1.6em;
    font-weight: bold;
    color: #7c858e;
}

.goodsImageModalActionWrap .btn_favorite a.inFavoritesLink:before {
	color: #ff7683;
}

.goodsImageModalActionWrap .btn_favorite a {
    display: flex;
    width: 44px;
    height: 44px;
    border: 1px solid #7c858e;
    border-radius: 4px;
}

#goodsImageModalHeader #addFavoriteSuccessMessageItemWrap {
    top: 65px;
}

#goodsImageModalCloseButtonWrap .brandDialogClose {
    border: none;
}

#goodsImageModalCloseButtonWrap .brandDialogClose::before,
#goodsImageModalCloseButtonWrap .brandDialogClose::after {
    height: 30px;
}

#goodsImageModalImageList {
	width: 100%;
	height: calc(100% - 65px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	padding: 40px 0 60px;
	overflow-y: auto;
}

#goodsImageModalImageWrap_template {
	display: none;
}

@media screen and (max-width: 768px) {
	#goodsImageModalHeader {
	    display: flex;
	    justify-content: flex-end;
	    gap: 12px;
	    padding: 0 16px;
	}

	#goodsImageModalGoodsInfoWrap {
	    width: 100%;
	    text-align: center;
	}

	#goodsImageModalActionWrapPc {
		display: none;
	}
	#goodsImageModalActionWrapSp {
    	display: flex;
    	width: 100%;
    	height: 65px;
    	position: fixed;
    	bottom: 0;
    	padding: 8px;
    	background-color: hsla(0,0%,100%,0.9);
    	gap: 8px;
	}

	#goodsImageModalActionWrapSp .item_submit {
		width: 100%;
	}

	#wrap #goodsImageModalActionWrapSp .btn_stock {
		height: auto;
	}

	#goodsImageModalCloseButtonWrap {
		display: block;
	    text-align: center;
	}

	#addFavoriteSuccessMessageItemWrap {
	    top: -36px;
	}

	#goodsImageModalImageList {
		padding: 28px 0 100px;
		gap: 40px;
	}
}

/*商品写真サムネイル*/
.goodsDetailContents .goods_images .skuThumbnailHeaderSP {
	display: none;
	margin-left: 100%;
}
.goodsDetailContents .goods_images ul {
	display: flex;
	flex-wrap: wrap;
  margin: 5px 5% 20px;
}
.goodsDetailContents .goods_images li{
	position: relative;
    width: 68px;
    height: 68px;
    margin-bottom: 10px;
    border: solid 1px #dbdbdb;
    cursor: pointer;
    margin: 0 2px 5px;
}
.goodsDetailContents .goods_images li:hover,
.goodsDetailContents .goods_images li.active{
	border:solid 1px #363947;
}
.goodsDetailContents #goodDetail_img_area .goods_images li img{
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	vertical-align: baseline;
}
@media screen and (max-width: 768px) {
	/* スマホ時、商品画像一覧 */
	.goodsDetailContents .goods_images .skuThumbnailHeaderSP {
		display: block;
		margin-left: 0;
		position: fixed;
		top: 0;
		left: 0;
		background:rgb(54, 57, 71);
		width: 100%;
		height: 40px;
		color: #fff;
		font-size: 1.2em;
		z-index: 1;
	}
	.goodsDetailContents .goods_images .skuThumbnailHeaderSP .title {
		text-align: center;
		padding-top: 7px;
	}
	.goodsDetailContents .goods_images .skuThumbnailHeaderSP .close {
		position: absolute;
		top: 10px;
		left: 10px;
		font-size: 0.8em;
	}
	.goodsDetailContents .goods_images .skuThumbnailHeaderSP .close::before {
		font-size: 14px;
		line-height: 0;
		font-family: 'Font Awesome 5 Free';
		font-weight: bold;
		padding-right: 10px;
	}
	.goodsDetailContents .goods_images .skuThumbnailHeaderSP .close::before {
		content: "\f053";
	}
	.goodsDetailContents .goods_images {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		background: #fff;
		margin: 0;
		padding-bottom: 40px;
	}
	.goodsDetailContents .goods_images {
		transform: translateX(100%);
		transition: all .5s;
	}
	.goodsDetailContents .goods_images.show {
		transform: translateX(0);
	}
	.goodsDetailContents .goods_images ul {
		display: flex;
		width: 100%;
		height: 100%;
		overflow: scroll;
		margin: 40px 0 0;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
	}
	.goodsDetailContents .goods_images ul::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	.goodsDetailContents .goods_images li{
		width: calc(100% / 3);
		margin: 0;
		border: solid 4px rgba(0,0,0,0);
	}
	.goodsDetailContents .goods_images li {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.goodsDetailContents .goods_images li:hover {
		border: solid 4px rgba(0,0,0,0);
	}
	#wrap .goodsDetailContents .goods_images li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#skuThumbnail img.active {
		border: none;
	}
	/* 画像拡大時 */
	#wrap .goodsDetailContents .goods_images.show li .background {
		display: none;
	}
	#wrap .goodsDetailContents .goods_images.show li.modal .background {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
		z-index: 1;
	}
	#wrap .goodsDetailContents .goods_images.show li .close {
		display: none;
	}
	#wrap .goodsDetailContents .goods_images.show li.modal .close {
		display: block;
		position: fixed;
		top: 30px;
		right: 20px;
		font-size: 36px;
		line-height: 0;
		color: #fff;
		font-family: 'Font Awesome 5 Free';
		font-weight: bold;
		z-index: 2;
	}
	#wrap .goodsDetailContents .goods_images.show li.modal img {
		position: fixed;
		height: auto;
		z-index: 1;
	}
}


/* 商品画像切り替えボタン */
#goodsMainImage .prev_btn,
#goodsMainImage .next_btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
	cursor: pointer;
}
#goodsMainImage .prev_btn {
	left: -5%;
}
#goodsMainImage .next_btn {
	right: -5%;
}
#goodsMainImage .prev_btn::before,
#goodsMainImage .next_btn::before {
	font-size: 30px;
	line-height: 1;
	color: #bbc8cb;
	font-family: 'Font Awesome 5 Free';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: bold;
}
#goodsMainImage .prev_btn::before {
	content: "\f053";
}
#goodsMainImage .next_btn::before {
	content: "\f054";
}

/* タグと商品コードの囲み */
.item_tags_wrap {
  overflow: hidden;
}

/* タグ */
.itemTags {
	font-size: 0;
  float: left;
}
.itemTags li {
	display: inline-block;
	border: 1px solid #363947;
	border-radius: 10px;
	margin: 0 5px 2px 0;
	padding: 0 5px;
	text-align: center;
	font-size: 9px;
}

/* 商品タイトル、説明文 */
.itemTitleInfo {
	position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.itemTitleInfo {
		border-bottom: none;
		padding-bottom: 0;
	}
}

/*商品タイトル*/
.goodsDetailContents .goodDetail_cart_area .level_h2 {
	font-size: 1.3em;
	padding:0 0 5px 0;
}

@media screen and (max-width: 768px) {
	.goodsDetailContents .goodDetail_cart_area .level_h2 {
		font-size: 1.2em;
		padding: 0;
	}
}

/* ブランド名、特徴 */
.goodsDetailContents .goodDetail_cart_area .detail_manufacturer,
.goodsDetailContents .goodDetail_cart_area .detail_feature {
	font-size: 12px;
	margin-bottom: 10px;
}

/* お気に入り */
/*ボタン:*/
#favoriteSkuButtonGroup,
#favoriteButtonGroup {
	float: right;
	margin-top: 8px;
}
#favoriteSkuButtonGroup a:not(.inFavoritesLink) span::after,
#favoriteButtonGroup a:not(.inFavoritesLink) span::after {
    color: #bbc8cb;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    line-height: 1.2;
    right: 0px;
    top: 0px;
    content: "\f054";
}
#favoriteSkuButtonGroup span,
#favoriteButtonGroup span {
    padding-right: 12px;
}
#favoriteButtonGroup .itemTitleInfo {
	border: none;
}
.btn_favorite:hover {
  opacity: 0.75;
}
.btn_favorite a {
  color: #7c858e;
  display: block;
  padding: 0px 5px;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn_favorite a span {
  position: relative;
}
.btn_favorite a span::before {
	content: "\f004";
	font-family: 'Font Awesome 5 Free';
	font-size: 1.3em;
	font-weight: bold;
	color: #c9c9c9;
	position: absolute;
	top: -7px;
	left: -21px;
}
.btn_favorite a.inFavoritesLink span::before {
    color: #ff7683;
}
/*ボタン登録済*/
.btn_favorite.registered {
  background-color: #7c858e;
}
.btn_favorite.registered a span,
.btn_favorite.registered a span::before{
  color: #fff;
}

/*アイコン*/
.goodDetail_cart_area .icon_favorite {
	position: absolute;
	top: 0;
	right: 0;
}
.goodDetail_cart_area .icon_favorite a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #7c858e;
}
.goodDetail_cart_area .icon_favorite a:hover {
	opacity: 0.5;
}
.goodDetail_cart_area .icon_favorite a span {
	display: none;
}
.goodDetail_cart_area .icon_favorite a::before {
	content: "\f004";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 17px;
	font-weight: 100;
	line-height: 1;
	color: #7c858e;
}
.goodDetail_cart_area .icon_favorite.registered a {
	border: 1px solid #7c858e;
}
.goodDetail_cart_area .icon_favorite.registered a:hover {
	opacity: 0.7;
}
.goodDetail_cart_area .icon_favorite.registered a::before {
	font-weight: bold;
}



/* 価格、ポイント */
.itemPricePoint {
	margin: 10px 0;
}
.itemPricePoint dl {
    margin-bottom: 5px;
}
.itemPricePoint dt,
.itemPricePoint dd {
	display: inline-block;
	font-size: 13px;
}
.itemPricePoint dt {
	width: 6.5em;
}
.itemPricePoint .shipping dt {
width: 6.5em;
}
.itemPricePoint dd::before {
	content: ":";
}
.itemPricePoint dd span.price_tax_inner{
	display: inline-block;
    font-size: 1.8em;
    margin-right: 10px;
    color: #cc0000;
}
@media screen and (max-width: 768px) {
	.itemPricePoint dd span.true_price {
    /* font-size: 1.6em; */
    margin-right: 0;
	}
}
.itemPricePoint dd span.true_price span.tax_label, div#reglOrderArea .tax_label,
.itemPricePoint dd span.price_tax_inner span.tax_label {
	font-size: 0.7em;
	margin-left: 0;
}

dl.salesGoodsCode {
	padding: 10px 0;
	border-top: 1px solid #dbdbdb;
}

dl.salesGoodsCode dd::before {
	content: ":";
}

dl.salesGoodsCode dt {
	display: inline-block;
	font-size: 13px;
	width: 6.5em;
}

dl.salesGoodsCode dd {
	display: inline-block;
	font-size: 13px;
}

dl.salesGoodsCode dd span {
	margin-left: 12px;
}

/*
.itemPricePoint .wholesale_price dd em {
	font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}
*/
.itemPricePoint .shipping dd em {
  display: inline-block;
}

.itemPricePoint dd > span {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.itemPricePoint dd > span {
	    margin-left: 3px;
	}
}

/* まとめ買い */
.bulkBuying {
	background-color: #f2f2f2;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	position:relative;
}
.bulkBuying .item_list_wrap {
  padding-top: 5px;
}

.bulkBuying ul {
  margin-right: -5px;
  font-size: 0;
}
.bulkBuying li {
  font-size: 13px;
  line-height: 1.4;
	display: inline-block;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 5px 5px 0;
  min-width: calc(98.9% / 3 - 5px);
  width:  auto;
}
.bulkBuying li label {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  position: relative;
}
.bulkBuying li label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 15px;
  height: 15px;
  border: 2px solid #363947;
  box-sizing: border-box;
  background-color: #fff;
  margin: auto 0;
}
.bulkBuying input[type=checkbox].designed + span::before {
  content: none;
}
.bulkBuying input[type=checkbox].designed:checked + span::after {
  line-height: 0;
  top: 50%;
}
.bulkBuying li span {
  display: block;
  text-align: right;
}
.bulkBuying li span span {
  display: block;
}
.bulkBuying li span span em {
  font-size: 1.3em;
  font-weight: bold;
}
.bulkBuying .btn_cart {
  margin-top: 5px;
  max-width: 290px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
   .bulkBuying li {
    min-width: calc(98.9% / 2 - 5px);
  }
}
@media screen and (max-width: 768px) {
  .bulkBuying li {
     min-width: 100%;
  }
  .bulkBuying {
    padding: 0;
  }
  .bulkBuying h3 {
    font-size: 1.2em;
    text-align: center;
    padding: 10px;
  }
  .bulkBuying h3::after {
    color: #7c858e;
    font-size: 1em;
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: bold;
    float: right;
    clear: both;
  }
  .bulkBuying h3.open::after {
    content: "\f077";
  }
  .bulkBuying .item_list_wrap {
    display: none;
    padding: 0 10px 10px;
  }
  .bulkBuying .btn_cart {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
	.bulkBuying .singleSelection ul {
	    display: inline-block;
	    width: calc(100% / 3);
	}
	.bulkBuying .singleSelection li {
	    width: 100%;
	}
	.bulkBuying .singleSelection .btn_cart {
	    float: right;
	}
}

/* セット買い */
.setBuying {
	border: 1px solid #dbdbdb;
	padding: 10px 10px 0 10px;
	font-size: 13px;
  margin-top: 10px;
}
.setBuying h3 {
	margin-bottom: 5px;
}
.setBuying em {
  font-size: 1.3em;
  font-weight: bold;
}
.setBuying ul {
  margin-right: -10px;
  font-size: 0;
}
.setBuying li {
  font-size: 13px;
  line-height: 1.4;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: calc(98.9% / 2 - 10px);
  width: 100%;
}
.setBuying li a {
  display:-webkit-box;
  display:flex;
}
.setBuying .goods_item_img {
  min-width: 75px;
  width: 75px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .setBuying .goods_item_img {
    min-width: 65px;
  }
  .setBuying li {
	  max-width: 100%;
	}
}

/* SKU商品かつセット買い */
#bulkSkuGoodsInfoList .bulkSkuList .sku_select_thumbnail {
	display: none;
}


/* SKU選択 */
.sku_select_wrap {
	margin-top: -20px;
}
.sku_select {
	padding: 10px 0 15px;
	border-bottom: 1px dashed #dbdbdb
}
.sku_select.last {
	border-bottom: none;
}

.sku_select h4 {
	font-size: 12px;
	display: inline-block;
	padding-right: 5px;
}

.sku_select ul {
	display: flex;
	flex-wrap: wrap;
  margin-right: -10px;
}

.bulkSkuList ul.sku_select_thumbnail li,
.sku_select ul.sku_select_thumbnail li{
	position: relative;
	width: 75px;
	height: 75px;
	margin-bottom: 10px;
	margin-right: 10px;
	border:solid 1px #dbdbdb;
	cursor: pointer;
	box-sizing: border-box;
}

.bulkSkuList ul.sku_select_thumbnail li {
	display: inline-block;
}

.bulkSkuList ul.sku_select_thumbnail li:hover,
.sku_select ul.sku_select_thumbnail li:hover{
	border:solid 1px #363947;
}

.bulkSkuList ul.sku_select_thumbnail li.active,
.sku_select ul.sku_select_thumbnail li.active {
	border: solid 1px #363947;
}

.bulkSkuList ul.sku_select_thumbnail li img,
.sku_select ul.sku_select_thumbnail li img{
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	vertical-align: baseline;
}
@media screen and (max-width: 768px) {
	.bulkSkuList ul.sku_select_thumbnail,
	.sku_select ul.sku_select_thumbnail{
		display: block;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
		margin-bottom: 10px;
	}
	.bulkSkuList ul.sku_select_thumbnail li,
	.sku_select ul.sku_select_thumbnail li{
		display: inline-block;
		width: 50px;
		height: 50px;
		margin-bottom: 0;
	}
}

.sku_select h4:nth-of-type(2) {
	display: inline-block;
	margin-right: 10px;
}
.sku_select ul.sku_select_size {
	display: inline-block;
}
.sku_select ul.sku_select_size li {
	display: inline-block;
	width: 3em;
	border: 1px solid #7c858e;
	border-radius: 2px;
	text-align: center;
	color: #7c858e;
	cursor: pointer;
}
.sku_select ul.sku_select_size li:hover,
.sku_select ul.sku_select_size li.selected {
	background-color: #7c858e;
	color: #fff;
}

/* 数量、カートに入れる */
.item_submit {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-top: none;
	position: relative;
	align-items: flex-end;
}
@media screen and (max-width: 768px) {
	.item_submit {
	justify-content: space-between;
	align-items: flex-end;
	}
}
.item_submit h3 {
    padding: 10px 5px 0px 0px;
    margin-right: 1px;
    border-radius: 3px;
    margin-bottom: 8px;
}

.item_submit .addCount,
.item_submit .btn_cart,
#wrap .item_submit .btn_stock {
	display: inline-block;
	height: 45px;
}
.item_submit .addCount {
	width: 4em;
}
@media screen and (max-width: 768px) {
	.item_submit .addCount {
		width: 5em;
	}
}
#goodsDetailContents .item_submit_btn_area {
	width: calc(100% - 14em);
}
@media screen and (max-width: 768px) {
	#goodsDetailContents .item_submit_btn_area {
		width: calc(100% - 12.5em);
	}
}
.quantity_select {
	display: flex;
	padding-right: 10px;
}
.contents input[type="button"].plusButton,
.contents input[type="button"].minusButton{
	width:40px;
	height:45px;
	background:#e3e2e2;
	border:solid 1px #ccc;
	border-radius:0;
	text-align:center;
	color:#333;
	font-weight:bold;
	padding:5px;
}
.item_submit .addCount,
.contents input[type="button"].plusButton,
.contents input[type="button"].minusButton {
	margin-right: 0;
}
.contents input[type="button"].minusButton {
    margin: 0 2px;
}
.contents input[type="button"].plusButton {
    margin: 0 2px;
}

.item_submit .link_to_list {
	width: 100%;
	margin: 10px 0;
	text-align: right;
}
/* SKU */
.goodsDetailContents .goodDetail_cart_area .selectSkuBtnWrap button {
	display: none;
}
@media screen and (max-width: 768px) {
	.item_submit .addCount {
		width: 4em;
		margin-right: 0;
	}
	.item_submit .btn_cart,
	.item_submit .btn_stock {
		width: calc(100% - 10em);
	}
	.contents input[type="button"].plusButton,
	.contents input[type="button"].minusButton{
		width:30px;
	}

	/* SKU選択エリアをスクロールした時に出す */
	.fixedShowSP .sku_select_wrap {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 10px 10px 0;
		background-color: #fff;
		border-top: 1px solid #dbdbdb;
		z-index: 2100;
		transform: translateY(100%);
	}
	.fixedShowSP .sku_select_wrap.show {
		transform: translateY(0);
		transition: all .5s;
	}
	.fixedShowSP .sku_select_wrap.close {
		transform: translateY(100%);
		transition: all .5s;
	}
	.sku_select_wrap.show .link_to_list {
		display: none;
	}
	.sku_select_wrap.show .item_submit.sku {
		padding: 10px 0 5px;
		border-bottom: none;
	}
	/* 注意文言 */
	.skuSelectText {
		position: absolute;
		top: 0;
		left: 10px;
		font-size: 10px;
		color: #363947;
	}
	.skuSelectText:before {
		content: "※カラー・サイズを選択し、カートに入れる";
	}
	/* 閉じるボタン */
	.skuSelectCloseBtn {
		position: absolute;
		top: 5px;
		right: 10px;
		height: 26px;
		width: 26px;
		font-size: 0;
		cursor: pointer;
	}
	.skuSelectCloseBtn:before {
		font-family: "Font Awesome 5 Free";
		content: "\f00d";
		font-size: 26px;
		font-weight: bold;
		line-height: 1;
		color: rgb(54, 57, 71);
	}

	/* スクロール時、ミニカート */
	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .item_submit.normal,
	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .item_submit.sku {
		position: fixed;
		left: 0;
		bottom: 0;
		top: auto;
		right: auto;
		width: 100%;
		padding: 5px;
		background-color: rgba(255,255,255,0.9);
		border-top: 1px solid #ddd;
		z-index: 500;
	}

	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .link_to_list {
		display: none;
	}
	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .item_submit.normal h3,
	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .item_submit.sku h3 {
		display: none;
	}
	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .item_submit.normal select {
		width: 20%;
	}
	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .item_submit.normal .btn_cart,
	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .item_submit.normal .btn_stock {
		width: 60%;
	}

	/* SKU　スクロール時、ミニカート */
	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .selectSkuBtnWrap {
		position: fixed;
		left: 0;
		bottom: 0;
		top: auto;
		right: auto;
		width: 100%;
		padding: 5px;
		background-color: rgba(255,255,255,0.9);
		border-top: 1px solid #ddd;
		z-index: 2000;
	}
	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .selectSkuBtnWrap button {
		display: block;
		width: 97%;
		background-color: rgb(54, 57, 71);
		text-align: center;
		color: #fff;
		border: none;
		border-radius: 3px;
		height: 45px;
		margin: 0 auto;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .item_submit.sku div[id^="variationPurchase_"] {
		display: none;
	}
	.goodsDetailContents .goodDetail_cart_area.fixedShowSP .item_submit.sku .arrivalPlanDateItemWrap {
	display: none;
	}
}

/* レビュー他リンク */
.revwewLinks {
	float: right;
  padding: 10px 0;
  font-size: 0.9em;
}
.revwewLinks p {
  display: inline-block;
  text-align: left;
}
.revwewLinks p:not(:last-child) {
    margin-right: 1.0em;
}
@media screen and (max-width: 768px) {
  .revwewLinks p {
    font-size: 13px;
  }
}

/* SNSボタン */
.revwewSNS .scial_button {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
	.revwewSNS .scial_button {
	  width: 36px;
	  height: 36px;
	}
}
.revwewSNS {
	padding: 3px 0px 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.revwewSNS ul {
	display: inline-block;
}
.revwewSNS ul {
	text-align: left;
	margin-left: -3px;
}
.revwewSNS ul li {
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.revwewSNS ul {
	margin: 0px;
	}
}

/* 商品説明、仕様/スペック */
.itemInfoTable {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.itemInfoTable .tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.itemInfoTable .th,
.itemInfoTable .td {
  display: block;
  border-left: none;
  border-bottom: none;
}
.itemInfoTable .th {
  width: 190px;
  white-space: nowrap;
}
.itemInfoTable .td {
  flex: 1 0 0%
}
.itemInfoTable .tr.twoCells {
  width: calc(100% / 2);
}
@media screen and (max-width: 768px) {
  #wrap .infoList .section_inner {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  #wrap .infoList h2 {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 10px;
    position: relative;
    margin: 0;
  }
  #wrap .infoList h2:not(:first-of-type) {
    border-top: 1px solid #dbdbdb;
  }
  #wrap .infoList h2::after {
    content: "\f078";
    color: #bbc8cb;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 10px;
  }
  #wrap .infoList h2.open::after {
    content: "\f077";
  }
  .itemInfoTable {
    border: 1px solid #dbdbdb;
    display: block;
    margin: 0 10px 40px 10px;
  }
  .itemInfoTable .tr,
  .itemInfoTable .th,
  .itemInfoTable .td {
    border: none;
    display: block;
    width: 100%;
  }
  #wrap .itemInfoTable .tr:not(:last-child) .td {
    border-bottom: 1px solid #dbdbdb;
  }
  .itemInfoTable .tr.twoCells {
    width: 100%;
  }
}


/* 合わせて買いたい */
.plusBuying {
  background-color: #f2f2f2;
  width: calc(99.9% - 40px);
  max-width: 1200px;
  margin: 25px auto;
  padding: 15px 30px 30px 30px;
}
.plusBuying .staff_comment_wrap {
  display: table;
}
.plusBuying .staff_photo,
.plusBuying .staff_comment {
  display: table-cell;
}
.plusBuying .staff_photo {
  width: 220px;
  max-width: 220px;
  text-align: center;
  vertical-align: bottom;
}
.plusBuying .staff_comment {
  padding-left: 30px;
  vertical-align: middle;
}
.plusBuying .staff_comment_inner {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.plusBuying .staff_comment_inner::after,
.plusBuying .staff_comment_inner::before{
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
}
.plusBuying .staff_comment_inner::after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-top: -10px;
  border-right-color: #fff;
}
.plusBuying .staff_comment_inner::before{
  border-color: rgba(219, 219, 219, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-top: -11px;
  margin-right: 1px;
  border-right-color: #dbdbdb;
}
.plusBuying .level_h2 {
  font-size: 1.3em;
  line-height: 1.4;
  padding: 20px 20px 0 20px;
}
.plusBuying .description {
  font-size: 13px;
  padding: 0 20px 20px 20px;
}
.plusBuying .item_list_wrap {
  background-color: #fff;
  border-radius: 3px;
  padding: 5px;
}
.plusBuying .item_list {
  display:-webkit-box;
  display:flex;
}
.plusBuying .item_list .item {
  padding: 5px;
  width: calc(99.9% / 4 - 20px);
  margin: 10px;
}
.plusBuying .item:not(:first-child) .goods_item_img::before {
  content: "\f067";
  color: #bbc8cb;
  font-family: 'Font Awesome 5 Free';
  font-size: 1em;
  font-weight: bold;
  line-height: 0;
  position: absolute;
  left: -20px;
  top: 50%;
}
.plusBuying .item label {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
}
.plusBuying .goods_item_info {
  font-size: 0.85em;
  flex: 1 0 0%;
  min-width: 100px;
  padding-top: 0;
}
.plusBuying .goods_item_img {
  max-width: 100px;
  min-width: 50px;
  width: 100%;
  margin-right: 10px;
  position: relative;
}
.plusBuying .item label:hover img {
  border-color: #363947;
}
.plusBuying .goods_item_title {
  margin-top: 0.5em;
}
.plusBuying .item_submit_wrap {
  display:-webkit-box;
  display:flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  position:relative;
}
.plusBuying .note {
  font-size: 13px;
  flex: 1 0 0%;
}
.plusBuying .submit_wrap {
  display:-webkit-box;
  display:flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 13px;
}
.plusBuying .total_amount {
  margin: 10px 10px 0 10px;
  white-space: nowrap;
}
.plusBuying .btn_cart a {
  padding: 10px;
  white-space: nowrap;
}
.plusBuying em {
  font-size: 1.3em;
  font-weight: bold;
}
/*SKU（プルダウン）*/
.plusBuying .plus_sku_select {
  display:-webkit-box;
  display:flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.plusBuying .plus_sku_select li {
  width: calc(99.9% / 2 - 3px);
  margin-top: 6px;
}
.plusBuying .plus_sku_select li select,
.plusBuying .plus_sku_select li select option {
    font-size: 13px;
    height: 35px;
}
@media screen and (max-width: 900px) {
  .plusBuying .item label {
    display: block;
  }
  .plusBuying .goods_item_info {
    min-width: 100%;
    flex: none;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .plusBuying {
    width: calc(99.9% - 20px);
  }
  .plusBuying .staff_comment_wrap {
    display: block;
  }
  .plusBuying .staff_comment {
    padding: 0;
    text-align: center;
    display: block;
  }
  .plusBuying .staff_comment_inner {
    background: none;
    border: none;
  }
  .plusBuying .staff_comment_inner::before,
  .plusBuying .staff_comment_inner::after {
    border: none;
  }
  .plusBuying .item_list_wrap {
  padding: 5px 15px;
}
  .plusBuying .item_list .item {
    width: calc(99.9% / 2 - 20px);
  }
  .plusBuying .item label {
    display: flex;
  }
  .plusBuying .goods_item_img {
    max-width: 65px;
  }
  .plusBuying .goods_item_info {
    min-width: inherit;
    flex: 1 0 0%;
    margin-top: 0;
  }
  .plusBuying .item_submit_wrap {
    display: block;
    margin-top: 10px;
  }
  .plusBuying .submit_wrap {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .plusBuying .btn_cart a {
    padding: 15px 10px;
  }
}
  .plusBuying .staff_comment_wrap_sp {
    display: none;
}

@media screen and (max-width: 768px) {
  .plusBuying .staff_comment_wrap {
    display: none;
  }
  .plusBuying .staff_comment_wrap_sp {
    display: block;
}
  .plusBuying {
    padding: 10px;
  }
  .plusBuying .level_h2 {
    font-size: 1.15em;
    padding: 0px 5px;
    margin: 0;
  }
  .plusBuying .item_list .item {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }
  .plusBuying .item_list_wrap {
    padding: 5px;
  }
  .plusBuying .item:not(:first-child) .goods_item_img::before {
    top: -10px;
    left: 50%;
    margin-left: -0.5em;
  }
  .plusBuying .submit_wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .plusBuying .total_amount {
    font-size: 1.2em;
  }
  .plusBuying .btn_cart {
    width: 100%;
  }
   /*sp用表示*/
  .plusBuying .staff_photo_sp {
    display: flex;
    align-items: center;
  }
  .plusBuying .staff_photo_sp img#relatedTogetherGoodsExplainImage_disp {
    width: 40%;
    max-width: 190px;
  }
  .plusBuying .staff_comment_sp .description {
    padding: 5px 10px 15px 10px;
  }
  .plusBuying .item_list_wrap_sp {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    display: block;
  }
  .plusBuying .item_list_wrap_sp .item_list {
    flex-wrap: nowrap;
  }
  .plusBuying .item_list_wrap_sp .item_list .item {
    padding: 0;
    width: calc(99.9% / 4 - 20px);
  }
  .plusBuying .item_list_wrap_sp .goods_item_img {
    margin: 0 auto;
    position: static;
  }
  .plusBuying .item_list_wrap_sp .item:not(:first-child) .goods_item_img::before {
    left: -16px;
    top: 50%;
    margin: 0;
  }
  .plusBuying .submit_wrap_sp {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 3px 3px;
    display: block;
    padding: 0;
    text-align: center;
  }
  .plusBuying .submit_wrap_sp .total_amount {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 15px 10px;
    position: relative;
  }
  .plusBuying .submit_wrap_sp .total_amount::after {
    color: #bbc8cb;
    font-size: 1em;
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: bold;
    position: absolute;
    right: 10px;
  }
  .plusBuying .submit_wrap_sp.open .total_amount::after {
    content: "\f077";
  }
  .plusBuying .submit_wrap_sp .total_amount em {
    font-size: 2em;
  }
}


/* 商品Q&A */
.qaList dl {
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 1px dotted #dbdbdb;
}
.qaList dl:first-of-type {
	border-top: none;
	padding-top: 10px;
}
.qaList dl:last-of-type {
	margin-bottom: 0;
}
.qaList dl dt {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.qaList dl dt:before {
	content: "Q";
	font-size: 1.1em;
	padding-right: 10px;
}
.qaList dl dd {
	margin-left: 50px;
	text-indent: -1.4em;
}
.qaList dl dd:before {
	content: "A";
	padding-right: 10px;
  color: #7c858e;
  font-weight: bold;
}


/* 商品レビュー */
.reviewCount::after {
    margin-left: 4px;
    content: "\f107";
    color: #bbc8cb;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}
#reviewList .title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
#reviewListInnerLayout {
    display: flex;
    gap: 40px;
}

#reviewListInnerLayout .list_contents {
    flex-grow: 1;
}

#reviewOrderItemWrap {
    margin-bottom: 8px;
}
#reviewOrderItemWrap > .items {
    display: flex;
    align-items: center;
    gap: 16px;
}
#reviewOrder {
    width: 180px;
    border-radius: 4px;
    padding: 6px 8px;
}

.reviewList {
	position: relative;
}
#reviewList .DETAILS_ROW {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px dotted #dbdbdb;
}
#reviewList .title_wrap + .matrix-body .DETAILS_ROW,
#reviewList .matrix-body:first-child .DETAILS_ROW{
	border-top: none;
	padding-top: 10px;
}
#reviewList .matrix-body:last-child .DETAILS_ROW {
	margin-bottom: 0;
}
.reviewData {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.middleName {
	flex-grow: 1;
	flex-basis: 70%;
}
.addDate {
  color: #7c858e;
}
.addDate,
.businessForm,
.areaName,
.middleName {
	margin-right: 20px;
	font-size: 0.9em;
    font-weight: bold;
}
.evaluationPoints {
	margin-right: 20px;
    font-size: 1.2em;
    font-weight: bold;
}
.evaluation,
.aveEvaluation {
	color: rgb(124, 133, 142);
  font-size: 0.8em;
      color: #ff7800;
}
.reviewTitle {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
.reviewContent, .adminComment {
	display: block;
	margin-bottom: 10px;
}
#reviewList .referenceCount {
	color: #f00;
	font-size: 1.4em;
}
#reviewList .referenceButton {
	margin-left: 0;
	max-width : 110px;
	padding-left: 10px;
	padding-right: 10px;
}
#reviewList .title_wrap{
	  overflow: hidden;
	  margin-bottom: 0px;
}
.reviewContainer {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.reviewLink {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
	.reviewData {
	    display: block;
	    white-space: initial;
	    margin-bottom: 8px;
	}
	.businessForm::before {
	    display: block;
	    content: "";
	}
	.middleName {
		margin-right: 0;
	}
	.reviewList .link_to_list {
		top: 3px;
	}
	#reviewList .referenceButton {
	    display: inline-block;
	    margin-left: 20px;
	}
}


/* 特集ページ */
.campaignList li {
	display: inline-block;
	width: 49%;
}
.campaignList li:nth-child(2n + 1) {
	margin-right: 1%;
}
@media screen and (max-width: 768px) {
	.campaignList li {
		width: 100%;
	}
}


/* その他のカテゴリー */
.other_categories_wrap {
	border-top: 1px solid #dbdbdb;
}
.other_categories_wrap .section_inner {
	padding-top: 30px;
}


/* 商品情報まで戻るボタンを出す/閉じる */
#cartShowHideBtn {
	display: none;
	position: fixed;
	height: 48px;
	width: 48px;
	background-color: rgba(54, 57, 71, 0.9);
	border-radius: 3px;
	right: 0;
	bottom: 80px;
	font-size: 0;
	cursor: pointer;
	z-index: 1000;
}
#cartShowHideBtn:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f07a";
	font-size: 20px;
	font-weight: bold;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	color: #fff;
}
#cartShowHideBtn.cartShowing:before {
	content: "\f00d";
	font-size: 30px;
}
#cartShowHideBtn a {
	display: block;
	height: 100%;
}
#cartShowHideBtn a:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f07a";
	font-size: 20px;
	font-weight: bold;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	color: #fff;
}
#cartShowHideBtn:before {
	display: none;
}
@media screen and (max-width: 768px) {
	#cartShowHideBtn {
		display: none;
	}
}

/* お電話にてご注文ください */
.btn_purchaseMessage {
    display: inline-block;
    width: 100%;
    height: 45px;
	border: solid 1px;
}

.btn_purchaseMessage span {
  color: #000;
  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;
}

/* 成功メッセージ */
/**span[class="addCartSuccessMessage"],
span[class^="addCartSuccessSkuMessage"] {
	position:relative; top:0px; left:150px;
}**/
@media screen and (max-width: 768px) {
/**	span[class="addCartSuccessMessage"],
	span[class^="addCartSuccessSkuMessage"] {
		position:static;
	}**/
}

/* SKU選択ボタン */
.skuSelectedGroup input[type="radio"],
.bulkSkuSelectedGroup input[type="radio"] {
	display: none;
}

.skuSelectedGroup label ,
.bulkSkuSelectedGroup label {
	position: relative;
    display: inline-block;
    border: 1px solid #7c858e;
    min-width: calc(94.5% / 5);
    border-radius: 2px;
    text-align: center;
    padding: 0px 14px;
    margin:1px;
    margin-bottom: 5px;
    cursor: pointer;
}
.skuSelectedGroup label::before,
.skuSelectedGroup label::after,
.bulkSkuSelectedGroup label::before,
.bulkSkuSelectedGroup label::after {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  z-index: 2;
  content: '';
  border-radius: 4px;
  transition: all .1s;
}

.skuSelectedGroup label::before,
.bulkSkuSelectedGroup label::before {
  border-top: 1px solid #7c858e;
  border-bottom: 1px solid #7c858e;
  transform: scale(0, 1);
}
.skuSelectedGroup label::after,
.bulkSkuSelectedGroup label::after {
  border-right: 1px solid #7c858e;
  border-left: 1px solid #7c858e;
  transform: scale(1, 0);
}

.skuSelectedGroup label:empty,
.bulkSkuSelectedGroup label:empty {
	display: none;
}

.skuSelectedGroup input[type="radio"]:checked + label,
.bulkSkuSelectedGroup input[type="radio"]:checked + label {
	border: 1px solid #ff9b43;
}
.skuSelectedGroup input[type="radio"]:checked + label::after,
.skuSelectedGroup input[type="radio"]:checked + label::before,
.bulkSkuSelectedGroup input[type="radio"]:checked + label::after,
.bulkSkuSelectedGroup input[type="radio"]:checked + label::before {
  border-color:#ff9b43;
  transform: scale(1);
  z-index: 1;
}
.skuSelectedGroup label:hover::after,
.skuSelectedGroup label:hover::before,
.bulkSkuSelectedGroup label:hover::after,
.bulkSkuSelectedGroup label:hover::before {
  transform: scale(1);
}
.skuSelectedGroup label:hover,
.bulkSkuSelectedGroup label:hover {
	opacity:0.8;
}

.skuClassifyGroup1,
.skuClassifyGroup2,
.skuClassifyGroup3 {
	margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
	.skuSelectedGroup label,
	.bulkSkuSelectedGroup label {
		width: auto;
	}
}

/*SKU用*/
.detail_sku_info,
.detail_sku_box,
.bulkBuying {
	display: none; /* jsで表示制御するので初期非表示に */
}

/* SKU名(SKU、セット且つSKU) */
p[class^="skuClassifyName"],
p[class^="bulkSkuClassifyName"] {
	font-size: 12px;
	display: inline-block;
	padding-right: 5px;
}

/* SKU選択ボタン(SKU) */
#skuList .set-group .comboboxWrap .items,
#skuList .set-group .pWrap,
#skuList .set-group .pWrap .items {
	display: inline-block;
	width:100%;
}

#skuList .set-group .comboboxWrap {
	padding-top:10px;
}
/* 選択した種別名 */
span.disp_selected_classifyName1,
span.disp_selected_classifyName2,
span.disp_selected_classifyName3,
span.disp_selected_classifyName4,
span.disp_selected_classifyName5 {
    padding-left: 10px;
}

/* SKU選択ボタン(セット且つSKU) */
#bulkSkuGoodsInfoList .set-group .radioWrap,
#bulkSkuGoodsInfoList .set-group .radioWrap .items,
#bulkSkuGoodsInfoList .set-group .pWrap,
#bulkSkuGoodsInfoList .set-group .pWrap .items {
	display: inline-block;
	width:100%;
}

/* SKU名・SKU選択ボタンの行間(セット且つSKU) */
.bulkSkuClassifyGroup1,
.bulkSkuClassifyGroup2,
.bulkSkuClassifyGroup3 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.bulkSkuChildGoodsName {
	margin: 20px 0 5px 0;
}

/* 商品説明、仕様/スペック */
.descSpecLayoutGroup{
  border-top: 1px solid #dbdbdb;
}

/* 商品説明 */
#descTableLayoutGroup {
	margin-bottom:50px;
}
.item_submit{
    justify-content: space-between;
}

/* カテゴリ */
#descBreadCrumb ul {
    display: flex;
    flex-wrap: wrap;
}
#descBreadCrumb ul li:not(:last-child):after, #breadcrumbFooter ul li:not(:last-child):after {
    font-family: monospace;
    content: ">";
    padding: 0 10px;
}

/* 認定サロン同意はこちらボタン*/
#wrap div#brandConsentDispButton,
#wrap div#loginForAddCartButton{
	background-color: #7c858e;
    border-color: #7c858e;
}

/* 化粧品・特定商品取引認定が無効になっています */
#forcedConsentLockMessageDiv {
	text-align: center;
}

#loginForAddCartButton a,
#brandConsentDispButton a{
	font-size : 13px;
	line-height: 1.2;
}

/* ログインは必須です*/
/*定期商品の案内部分と被らないようにする*/
.detail_sku_box, .item_submit_box {
	overflow:auto;
}
div#loginForAddCartMessageDiv {
	text-align: center;
    width: calc(100% - 14em);
    float: right;
}
p#loginForAddCartMessage {
	color: #dd7e54;
	font-size: 13px;
}

/* バリエーション購入ボタン */
#wrap div[id^="variationPurchase_"] {
	margin-top: 10px;
	margin-left: 196px;
	background-color: #d8e18f;
    border-color: #d8e18f;

}
#wrap div[id^="variationPurchase_"] a {
	color: #333;
}
@media screen and (max-width: 768px) {
	#wrap div[id^="variationPurchase_"]{
		margin-top:5px;
		margin-left:175px;
	}

	div#loginForAddCartMessageDiv {
	text-align: center;
    width: calc(100% - 12em);
    float: right;
	}
}
/* バリエーション購入ボタン(SKUが30個以上の場合) */
#variationOnlyPurchaseItemWrap .items {
	background-color: #dd7e54;
    border-color: #dd7e54;
    border-radius: 3px;
    color: #fff;
    width: calc(100% - 12em);
    display: inline-block;
    height: 45px;
    margin-left: 167px;
}
#variationOnlyPurchaseItemWrap .items 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;
}
#variationOnlyPurchaseItemWrap .items a:hover {
	color: inherit;
    opacity: 0.7;
}

/** 2020.06.08 追記 */
.descCategoryNameTdSurround ul.clearfix {
    display: flex;
    flex-wrap: wrap;
}

.descCategoryNameTdSurround ul.clearfix li.relatedCategory {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    border: 1px dotted #dbdbdb;
    padding: 2px 7px;
    border-radius: 5px;
    background: #f2f2f2;
    font-size: 13px;
}

@media screen and (max-width: 768px) {
	h2#descTitle_innerId::before,
	h2#specTitle_innerId::before {
	    color: #bbc8cb;
	    font-size: 1em;
	    padding-right: 1em;
	    font-family: 'Font Awesome 5 Free';
	    content: '\f107';
	    font-weight: bold;
	    margin-left: 10px;
	}

	.descTableLayoutGroup,
	.specTableLayoutGroup {
		display:none;
	}

	.descTableLayoutGroup.open,
	.specTableLayoutGroup.open {
		display:block;
	}

	h2#descTitle_innerId.level_h2,
	h2#specTitle_innerId.level_h2 {
    	border-bottom: 1px dotted #dbdbdb;
	}
}

.tax_coution {
	font-size:9px;
}

.plusBuying div.relatedTogetherAddCartSuccessMessageItemWrap {
	top: -50px;
}
.bulkBuying div.addCartRelatedBulkSuccessMessageItemWrap {
	top:55%;
}

.addFavoriteMessageOutterWrap div.addFavoriteSuccessMessageItemWrap {
    top: 35px;
}
#favoriteButtonWrap {
	position: relative;
    width: calc(100% - 14em);
    margin-top: 5px;
    margin-left: 196px;
}
@media screen and (max-width: 768px) {
	#favoriteButtonWrap {
		position: relative;
	    width: calc(100% - 12em);
	    margin-top: 5px;
	    margin-left: 172px;
    }
}
/**
span.true_price {
    font-size: 0.8em;
    padding-left: 10px;
}
**/
@media screen and (max-width: 768px) {
	span.price_tax {
	 	padding-left: 5px;
	 }
}
.beforeDiscount {
	text-decoration: line-through;
}
.discount_rate {
    background-color: #fa4343;
    color: #fff;
    font-size: 17px;
    padding: 0 4px;
}
.time_sale_period {
	color: #fa4343;
	display: block;
	font-size: .9em;
	margin-bottom: 4px;
}
.orderSheetPrice {
	color: #cc0000;
    font-weight: 900;
}
@media screen and (max-width: 768px) {
	.discount_rate {
		display: inline-block;
		text-align: center;
	}
}
@media screen and (max-width: 400px) {
	.goodsCouponDiscountAmtWrap {
		bottom: 0;
	}
	.goodsCouponDiscountAmt {
		padding: 3px 8px;
		font-size: 1.1em;
	}
}
/** 在庫切れを表示させる際のCSS**/
.item_submit .btn_stockMessage {
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 3px;
    color: black;
    display: inline-block;
    width: 100%;
    height: 45px;
}
.item_submit .btn_stockMessage span {
    color: grey;
    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;
}

.item_submit .arrivalPlanDateItemWrap {
    display: inline-block;
    height: 45px;
    margin-top: 10px;
    text-align: center;
    color: red;
    text-decoration-line: underline;
    margin-left: 200px;
    width: calc(100% - 12.5em);
}
@media screen and (max-width: 768px) {
	.item_submit .arrivalPlanDateItemWrap {
	    margin-left: 172px;
	    width: calc(100% - 12.5em);
	}
}

/* 大量SKU商品の選択コンボボックス */
select#skuDetailLsitSelect1, select#skuDetailLsitSelect2 {
    padding-top: 10px;
    height: 45px;
}

/*SPモード時、アイテムカテゴリを表示する*/
@media screen and (max-width: 900px) {
	#top_categoryList .all_categories_wrap {
		margin: 0 0 5px 0;
	}
	#top_categoryList .all_categories_wrap h2::after {
	    content: "";
	}
	#top_categoryList .all_categories_wrap h2 {
	    font-size: 18px;
	    padding: 0.8em 0.5em 0 0;
	    margin-bottom: 10px;
	}
	#top_categoryList .all_categories_wrap .section_inner {
		    border: none;
	}
	#top_categoryList .all_categories_list {
		border: 1px solid #dbdbdb;
	}
	#top_categoryList h2 {
		pointer-events: none;
	}
}


.sub_category_wrap > .category_all > span {
	font-weight: bold;
}

/* よりどり商品 */
.selectionGoodsImgThumb {
	width: 80px;
}

#orderSelectedGoods {
	display: inline-block;
	margin: 0 auto;
	text-decoration: none;
	background: #f6f6f6;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 20px;
}
#orderSelectedGoods {
	pointer-events: none;
	cursor: default;
	color: #9e9e9e;
}
#orderSelectedGoods:hover {
	opacity: 1;
}

#orderSelectedGoods.active {
	background-color: #ec8125;
	border: 1px solid #ec8125;
	color: #fff;
	pointer-events: auto;
	cursor: pointer;
}
#orderSelectedGoods.active:hover {
	opacity: .7;
}

#selectGoodsArea div#goodsSelectionUrl {
    background-color: #d8e18f;
    border-color: #d8e18f;
}

#selectGoodsArea .btn_cart a {
    color: #333;
}

/* よりどりリスト */
#goodsSelectionLinkGroup {
	background-color: #fcffe6;
  	border: 3px solid #d8e18f;
    margin-bottom: 7px;
    width: 100%;
    padding: 10px 0 10px 10px;
}

#goodsSelectionLinkInfo_innerId {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.goodsSelectionLinkItemWrap {
    display: block;
    border-radius: 4px;
    background-color: #d8e18f;
    width: 97%;
    height: 57px;
}

.goodsSelectionLinkItemWrap .items {
	display: block;
    height: 100%;
}

.goodsSelectionLinkItemWrap a {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    background-color: #d8e18f;
    border-color: #d8e18f;
    border-radius: 3px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#goodsSelectionLinkList > .matrix-body {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 0;
    width: 100%;
}

#goodsSelectionLinkInfoItemWrap{
	white-space: nowrap;
    text-align: center;
    margin: 0 auto 7px;
}

#goodsSelectionLinkList {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

#goodsSelectionLinkList {
    flex-grow: 1;
    padding: 0 10px;
}

.goodsSelectionLinkListRow {
    width: 50%;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.goodsSelectionLinkListRow {
    width: 100%;
    text-align: center;
	}
}
.goodsSelectionLink span {
	font-weight: 600;
}
.goodsSelectionLink .discountRatio {
	color: #cc0000;
}

.goodsSelectionLinkItemWrap .items .goodsSelectionLink::after {
    content: "\f054";
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    margin-left: 5px;
}

@media screen and (max-width: 900px) {
	#goodsSelectionLinkGroup {
	    display: flex;
	    flex-wrap: wrap;
	    padding: 10px;
	}

	#goodsSelectionLinkList {
		width: 100%;
	}

	.goodsSelectionLinkItemWrap {
	    display: inline-block;
	    border-radius: 4px;
	    margin: 5px auto 0;
	    background-color: #d8e18f;
	}

	#goodsSelectionLinkList > .matrix-body {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
	    gap: 4px 0;
	    margin: 0 auto;
	}

	#goodsSelectionLinkInfoItemWrap {
	    white-space: nowrap;
	    margin: 0 auto 7px;
	}
	.goodsSelectionLinkListRow {
		/*width: 50%;*/
	}
}

/* 定期注文 */
div#reglFirstDiscountRateItemWrap, div#reglFirstPriceItemWrap {
    display: inline-block;
    white-space: nowrap;
}

span#reglFirstPricePreLabel {
    display: inline-block;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.3em;
}

a#reglLoginPriceMessage_link {
	font-size: 1.2em;
	font-weight: 600;
}

span#reglFirstDiscountRate_innerId {
    font-size: 3.2em;
    letter-spacing: -1px;
}

span#reglFirstPrice_innerId {
    font-size: 3.2em;
    letter-spacing: -1px;
    color: #dc2c34;
}

span#reglFirstDiscountRatePreLabel {
    font-size: 1.4em;
}

span#reglFirstDiscountRateSuffixLabel {
    font-size: 2.0em;
}

span#reglFirstPriceSuffixLabel {
    font-size: 1.8em;
    color: #dc2c34;
}

div#reglOrderArea {
    text-align: center;
    padding: 12px 36px;
    margin: 12px 0;
    background-color: #e1ffe5;
    border: 4px solid #79d57a;
}

div#reglFirstPriceInfoArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -8px 0;
}

span.taxLabel {
    font-size: 0.7em;
}

a#reglOrderButton_link, a#reglOrderAddCart_link {
    display: flex;
    height: 100%;
    padding: 12px 5px;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

div#reglOrderButtonItemWrap, div#reglOrderAddCartItemWrap {
    background-color: #7ad47c;
    border-color: #edeadd;
    border-radius: 3px;
    color: #333333;
}

div#reglNormalPriceInfoItemWrap {
    margin-bottom: 10px;
}

/* 定期訴求時のみバリエーション購入ボタンをカートに入れるボタンの右に配置 */
@media screen and (min-width: 900px) {
	.has_regl_order .item_submit {
		flex-wrap: nowrap;
		gap: 8px;
	}
	.has_regl_order .item_submit h3 {
	    white-space: nowrap;
	}
	#goodsDetailContents .has_regl_order .item_submit_btn_area {
		width: auto;
		white-space: nowrap;
		flex-grow: 1;
	}
	#wrap .has_regl_order div[id^="variationPurchase_"] {
		margin-top: 0;
		margin-left: 0;
		width: auto;
		flex-grow: 1;
	}
}

@media screen and (max-width: 1080px) {
	div#reglFirstPriceInfoArea {
		font-size: 0.7rem;
	}
}

@media screen and (max-width: 900px) {
	div#reglOrderArea {
	    padding: 12px;
	    border: 3px solid #92e694;
	}

	div#reglFirstPriceInfoArea {
	    display: flex;
    	font-size: 0.6rem;
	    justify-content: space-around;
	}

	div#reglNormalPriceInfoItemWrap {
		font-size: 0.6rem;
	}

	span#reglFirstDiscountRatePreLabel {
	    font-size: 1.4em;
	}
}

/* 定期商品モーダル */
div#reglOrderModalMask {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #00000020;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

div#reglOrderModalArea {
    width: 1100px;
    max-width: 90%;
    border-radius: 12px;
    background-color: #fff;
    text-align: center;
    padding-bottom: 48px;
}

div#reglOrderModalTitleItemWrap {
    padding: 24px 40px 16px;
    text-align: left;
    background-color: #f2f2f2;
    border-radius: 12px 12px 0 0;
}

div#reglOrderModalTitleItemWrap > .items {
    display: flex;
    justify-content: space-between;
}

span#reglOrderModalTitle_innerId {
    font-size: 1.6em;
    font-weight: 600;
}

/* モーダル閉じるボタン ここから */
:root {
	--icon-width: 1px;
	--icon-color: black;
}
.icon-close {
	color: var(--icon-color);
	width: 40px;
	height: 40px;
	position: relative;
}
#reglOrderModalTitleItemWrap .icon-close:before,
#reglOrderModalTitleItemWrap .icon-close:after {
	content: "";
	position: absolute;
	top: 20px;
	width: 40px;
	height: var(--icon-width);
	background-color: currentColor;
}
.reglDiscount, .reglDiscountRate {
    font-weight: bold;
}
.icon-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.icon-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ここまで */

div#reglOrderGoodsInfoArea {
    display: flex;
    padding: 36px;
    /* gap: 24px; */
}

div#reglOrderGoodsImgItemWrap {
    width: 40%;
    padding: 0 36px;
}

div#reglOrderGoodsInfoRightArea {
    width: 100%;
}

div#reglOrderGoodsInfoRightArea > div {
    margin-bottom: 10px;
}

span#reglOrderGoodsName_innerId {
    display: block;
    font-size: 1.6em;
    line-height: 1.5em;
}

div#reglOrderGoodsNameItemWrap {
    text-align: left;
}

div#reglOrderGoodsInfoArea1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 1.0rem;
    line-height: 1.8em;
}

span#reglOrderGoodsNormalPrice_innerId {
    font-size: 1.6em;
    white-space: nowrap;
}

span#reglOrderGoodsNormalPriceSuffixLabel {
    font-size: 1.2rem;
}

span#reglOrderGoodsNormalPriceInfo_innerId {
    display: block;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.5;
}

span#reglOrderGoodsFirstPricePreLabel {
    display: inline-block;
    text-align: left;
    line-height: 1.3em;
}

span#reglOrderGoodsFirstPrice_innerId {
    font-size: 2.6em;
    color: #dc2c34;
}

span#reglOrderGoodsFirstPriceSuffixLabel {
    font-size: 1.2rem;
    color: #dc2c34;
}

span#reglOrderGoodsFirstPriceSuffixLabel .tax_label,
span#reglFirstPriceSuffixLabel .tax_label {
    font-size: 0.6em;
}

span#reglOrderGoodsPriceIcon_innerId {
    display: inline-block;
    font-size: 1.8em;
    color: #d9d9d9;
    transform: rotate(90deg);
}

div#reglOrderGoodsInfoArea2 {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

div#reglOrderGoodsInfoArea2 > div {
    display: flex;
    align-items: center;
}

div#reglOrderGoodsInfoArea2 label {
    font-size: 1.2em;
    margin-right: 8px;
}

input#reglOrderGoodsNum {
    display: inline-block;
    height: 45px;
    width: 80px;
    font-size: 1.2em;
}

div#reglOrderGoodsIntervalItemWrap {
    display: flex;
    width: 100%;
    align-items: center;
}

select#reglOrderGoodsInterval {
    display: inline-block;
    height: 45px;
    width: 140px;
    font-size: 1.2em;
    text-align: right;
}

div#reglOrderGoodsNextDeliveryDateItemWrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

span#reglOrderGoodsNextDeliveryDatePreLabel {
    font-size: 1.2em;
}

span#reglOrderGoodsNextDeliveryDate_innerId {
    display: block;
    font-size: 1.3em;
}

div#reglOrderGoodsRegularlyIntervalDispItemWrap,
div#reglOrderGoodsNormalPriceInfoItemWrap {
    text-align: left;
}

div#reglOrderAddCartItemWrap {
    display: inline-block;
    width: 600px;
    max-width: 80%;
}

div#reglOrderBottomClose {
    display: none;
}

#htmlText7ItemWrap {
	margin: 0 30px;
}

@media screen and (max-width: 900px) {
	div#reglOrderModalMask {
	    display: block;
	    background-color: #ffffff;
	    overflow-y: auto;
	}

	div#reglOrderModalArea {
	    width: 100%;
	    /* height: 100%; */
	    max-width: 100%;
	    border-radius: 0;
	}

	div#reglOrderModalTitleItemWrap {
	    padding: 16px 8px 10px 16px;
	    background-color: inherit;
	    border-radius: 0;
	    line-height: 1.3;
	}

	div#reglOrderModalTitleItemWrap i.icon-close {
	    zoom: 0.7;
	}

	div#reglOrderGoodsInfoArea {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    padding: 12px 8px 12px 12px;
	}

	div#reglOrderGoodsImgItemWrap {
	    width: 80%;
	    padding: 0;
	}

	span#reglOrderGoodsName_innerId {
	    font-size: 1.2em;
	}


	div#reglOrderGoodsInfoArea1 {
	    display: inline-flex;
	    gap: 6px;
	    font-size: 0.9rem;
	}

	div#reglOrderGoodsNormalPriceItemWrap > .items {
	    display: flex;
	    flex-wrap: wrap;
	    text-align: left;
	    justify-content: center;
	    align-items: baseline;
	}

	span#reglOrderGoodsNormalPricePreLabel {
	    font-size: 0.8em;
	    line-height: 0.8;
	    white-space: nowrap;
	    margin-right: 8px;
	}

	span#reglOrderGoodsNormalPrice_innerId {
		font-size: 1.4em;
	}

	span#reglOrderGoodsNormalPriceSuffixLabel {
	    font-size: 0.8em;
	    padding-left: 3px;
	}

	div#reglOrderGoodsPriceIconItemWrap {
		font-size: 0.8em;
	}

	div#reglOrderGoodsFirstPriceItemWrap > .items {
	    display: flex;
	    flex-wrap: wrap;
	    line-height: 1.0;
	    align-items: flex-end;
	    flex-direction: row;
	    max-width: 350px;
	}

	span#reglOrderGoodsFirstPricePreLabel {
		font-size: 0.8em;
		margin-right: 8px;
	}

	span#reglOrderGoodsFirstPrice_innerId {
	    font-size: 1.7em;
	    white-space: nowrap;
	    padding-bottom: 4px;
	}

	span#reglOrderGoodsFirstPriceSuffixLabel {
		padding-left: 4px;
		padding-bottom: 4px;
	}

	span#reglOrderGoodsNormalPriceInfo_innerId {
	    margin-top: 2px;
	    font-size: 0.8em;
	}

	div#reglOrderGoodsInfoArea2 {
	    zoom: 0.75;
	}

	span#reglOrderGoodsRegularlyIntervalDisp_innerId {
	    font-size: 0.8em;
	}

	div#reglOrderGoodsRegularlyIntervalDispItemWrap {
	    text-align: center;
	}

	div#reglOrderAddCartItemWrap {
	    margin-bottom: 16px;
	}

	div#reglOrderBottomClose {
	    display: block;
	}

	#reglOrderBottomClose i.icon-close {
	    margin-left: -12px;
	    zoom: 0.6;
	}
}

/* ブランド同意ダイアログ ここから */
#brandExpDialogContents > div.pagePartsHtmlText {
    text-align: center;
}
#brandDialogCloseItemWrap {
	display: flex;
    justify-content: flex-end;
}

.brandDialogClose {
  display: block;
  position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
}

.brandDialogClose::before, .brandDialogClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #bdbdbd;
}

.brandDialogClose::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.brandDialogClose::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

div#brandConsentDialogHdr, div#brandCustomerDialogHdr {
	text-align:center;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 25px;
}
div#brandConsentDialogHdr{
	font-size:20px;
}

div#brandCompleteHdr {
	font-size:18px;
}

div#customerDialogText {
	padding-bottom :10px;
}
#customerInfoTable td{
	border:1px solid #dbdbdb;
	padding:10px;
}
.hdr {
	background-color:#f2f2f2;
}

div#brandConsentDialogMask, div#brandConsentDialogMaskSku,
div#brandExpDialogMask, div#brandExpDialogMaskSku,
div#brandCustomerDialogMask, div#brandCustomerDialogMaskSku,
div#brandCancelDialogMask, div#brandCancelDialogMaskSku,
div#brandCompleteDialogMask, div#brandCompleteDialogMaskSku {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000080;
    z-index: 1000;
}

div#brandConsentDialog, div#brandConsentDialogSku,
div#brandExpDialog, div#brandExpDialogSku,
div#brandCustomerDialog, div#brandCustomerDialogSku,
div#brandCancelDialog, div#brandCancelDialogSku,
div#brandCompleteDialog, div#brandCompleteDialogSku {
    max-width: 40%;
    max-height: 60%;
    padding: 40px 50px 40px 50px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: scroll;
}

@media screen and (max-width: 900px) {

	div#brandConsentDialog, div#brandConsentDialogSku,
	div#brandExpDialog, div#brandExpDialogSku,
	div#brandCustomerDialog, div#brandCustomerDialogSku,
	div#brandCancelDialog, div#brandCancelDialogSku,
	div#brandCompleteDialog, div#brandCompleteDialogSku {
	    max-width: 80%;
	}

}

div#brandConsentDialogNotice, div#brandConsentDialogNoticeSku,
div#brandExpDialogNotice, div#brandExpDialogNoticeSku,
div#brandCustomerDialogNotice, div#brandCustomerDialogNoticeSku {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

img#brandConsentDialogNoticeIcon, img#brandConsentDialogNoticeIconSku,
img#brandExpDialogNoticeIcon, img#brandExpDialogNoticeIconSku,
img#brandCustomerDialogNoticeIcon, img#brandCustomerDialogNoticeIconSku {
    margin-right: 6px;
}

div#brandConsentDialogChecks, div#brandConsentDialogChecksSku,
div#brandExpDialogContents, div#brandExpDialogContentsSku,
div#brandCustomerDialogContents, div#brandCustomerDialogContentsSku
div#brandCancelDialogContents, div#brandCancelDialogContentsSku {
    margin-bottom: 30px;
}

div#brandCompleteDialogContents, div#brandCompleteDialogContentsSku {
	margin-bottom: 20px;
}

div#brandCompleteDialogContents, div#brandCompleteDialogContentsSku,
div#brandCancelDialogContents, div#brandCancelDialogContentsSku {
	text-align: center;
}

div#brandConsentDialogChecks > div, div#brandConsentDialogChecksSku > div {
	display: flex;
 	margin-bottom: 15px;
	}

input[type="checkbox"].brandConsentCheck, input[type="checkbox"].brandConsentCheckSku {
  margin-top: 4px;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;

}
input[type="checkbox"].brandConsentCheck:checked, input[type="checkbox"].brandConsentCheckSku:checked{
	border: none;
  background: #dd7e54;
}
input[type="checkbox"].brandConsentCheck:checked::before, input[type="checkbox"].brandConsentCheckSku:checked::before{
	display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
#brandCustomerDialogLink {
	color: #dd7e54;
	border-bottom: 1px solid #dd7e54;
}
#brandDialogLinkDiv {
	text-align: center;
}

div#brandExpDialogButtons, div#brandExpDialogButtonsSku,
div#brandCustomerDialogButtons, div#brandCustomerDialogButtonsSku,
div#brandCompleteDialogButton, div#brandCompleteDialogButtonSku,
div#brandCancelDialogButtons, div#brandCancelDialogButtonsSku {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div#brandConsentDialogButtons, div#brandConsentDialogButtonsSku{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: space-around;
}

div#brandCancelDialogButtons, div#brandCancelDialogButtonsSku {
	margin-top: 20px;
}

div#brandConsentDialogButtons > input, div#brandConsentDialogButtonsSku > input,
div#brandExpDialogButtons > input, div#brandExpDialogButtonsSku > input,
div#brandCustomerDialogButtons > input, div#brandCustomerDialogButtonsSku > input,
div#brandCancelDialogButtons > input, div#brandCancelDialogButtonsSku > input{
	width: 160px;
    height: 36px;
    margin: 0 8px 8px 8px;
}

div#brandCompleteDialogButtons > input, div#brandCompleteDialogButtonsSku > input {
	width: 160px;
    height: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
	}

div#brandConsentDialogChecks label, div#brandConsentDialogChecksSku label,
div#brandExpDialogChecks label, div#brandExpDialogChecksSku label,
div#brandCustomerDialogChecks label, div#brandCustomerDialogChecksSku label{
	width: calc(100% - 30px);
    cursor: pointer;
}

input#brandConsentDialogCancel, input#brandConsentDialogCancelSku,
input#brandExpDialogCancel, input#brandExpDialogCancelSku,
input#brandCustomerDialogCancel, input#brandCustomerDialogCancelSku,
input#brandCompleteDialogCancel, input#brandCompleteDialogCancelSku,
input#brandCancelDialogCancel, input#brandCancelDialogCancelSku,
input#brandCancelDialogStay, input#brandCancelDialogStaySku {
	border: 1px solid #4e4e4e;
    background-color: #ffffff;
    color: #4e4e4e;
}

/* ブランド同意ダイアログ ここまで */

/** ナビヘッダー */
#headerNaviGroup {
	position: fixed;
    top: -60px;
    left: 0;
    height: 60px;
	width: 100%;
    background-color: #fff;
    z-index: 50;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}

#headerNaviGroup.is-show {
	top: 0px;
}

#headerNaviGroup > div {
	width: 100px;
    height: 100%;
    display: inline-block;
}
#headerNaviGroup .items {
    height: 100%;
    width: 100%;
}
#headerNaviGroup a {
	width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}
.carrentNavi {
	border-bottom: solid 3px #888888;
}
@media screen and (max-width: 768px) {
	#headerNaviGroup {
	    box-shadow: rgb(117,115,117) 0px 1px 5px 1px;
	}
}

/* 画像説明 */
.goodsImageModalImageExp {
	padding-top: 0.5em;
	color: #FFF;
}

/* ブランドランキング */
#GoodsDetail .slick_carousel_wrap a.goods-slick.slick-arrow {
    top: 110px;
}

.recommendBrandName {
    font-size: 0.7em;
    color: #aaa;
}

/* 顧客ランク特典表示エリア */
img#currentRankIcon {
	max-width: 22px;
	vertical-align: middle;
	margin: 3px 5px 3px 0;
}
#customerPrivilegeDisplayArea {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #efefef;
	border-radius: 3px;
	font-weight: bold;
	width: fit-content;
	padding: 2px 10px;
}
.customerPrivilegeDiscountRateItemWrap .items span,
.customerPrivilegePointRateItemWrap  .items span {
	font-weight: normal;
}
.customerPrivilegeDiscountRateItemWrap .items .customerPrivilegeDiscountRate,
.customerPrivilegePointRateItemWrap  .items .customerPrivilegePointRate {
	font-size: 1.2em;
}
.customerPrivilegeDiscountRateItemWrap .items .customerPrivilegeDiscountRateSuffixLabel,
.customerPrivilegePointRateItemWrap  .items .customerPrivilegePointRateSuffixLabel  {
	font-size: 1.0em;
}
#customerPrivilegeDisplayArea .customerPrivilegePlusLabel {
	margin: 0 2px;
	font-size: 14px;
}