@charset "utf-8";

/* ==================================

module.css

================================== */


/* ==================================
inline
================================== */
.color-red {
	color: #cc1616;
}
.through {
	text-decoration: line-through;
}


/* ==================================
block
================================== */
.m0 {
	margin: 0 !important;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.b0 {
	border:none !important;
}


/* ==================================
list_style
================================== */
.list-type01 li  {
	position: relative;
	padding-left: 1.5rem;
	line-height: 1.7;
}
.list-type01 li:before {
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}



/* ==================================
hl
================================== */
/* p-hl */
.p-hl {
	margin: 0 0 20px;
	font-size: 3.0rem;
	font-weight: normal;
	color: #000;
}

/* hl-01 */
.hl-01{
	display: table;
	width: 100%;
	margin: 0 0 30px;
}
.hl-01 .hl,
.hl-01 .hl-sab {
	display: table-cell;
	vertical-align: middle;
	color: #000;
}
.hl-01 .hl-sab {
	text-align: right;
}

/* hl-02 */
.hl-02 .hl{
	margin: 0 auto 26px;
	text-align: center;
	line-height: 1.8;
	font-size: 2.6rem;
	font-weight: bold;
	color: #000;
}


/* ==================================
clm-3-01
================================== */
.clm-3-01 ul {
	margin-bottom: 50px;
	display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.clm-3-01 li {
	width: 310px;
}
.clm-3-01 li:nth-of-type(n+4){
	margin-top: 30px;
}
.clm-3-01 .clmBtn a{
	display: block;
width: 660px;
height: 70px;
font-size: 18px;
font-weight: bold;
color: #fff!important;
background: #333;
border-radius: 50px;
margin: 0 auto;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
}
.clm-3-01 .clmBtn a::after{
	content: "";
display: block;
position: absolute;
width: 10px;
height: 10px;
border-right: 2px solid;
border-bottom: 2px solid;
transform: rotate(-45deg);
bottom: 0;
top: 0;
margin: auto;
right: 20px;
}

/* searchPrice */
.searchPrice{
	background: #f1eaea;
padding: 50px 0 60px;
margin-bottom: 100px;
}
.searchPrice ul{
	display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.searchPrice ul li a{
	margin: 0 10px;
	width: 215px;
	height: 70px;
	font-size: 18px;
	background: #fff;
	border: solid 1px;
	position:relative;
	display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.searchPrice ul li a::after{
	content: "";
display: block;
position: absolute;
width: 10px;
height: 10px;
border-right: 1px solid;
border-bottom: 1px solid;
transform: rotate(-45deg);
bottom: 0;
top: 0;
margin: auto;
right: 20px;
}
.searchPrice ul li:nth-of-type(n+5) a{
	margin-top: 20px;
}
/* ==================================
btn
================================== */

/* .btn-01　　角丸黒矢印変動------------------------ */
.btn-01 a{
	display: block;
	background: #000;
	color: #fff !important;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 41px;
	height: 40px;
	border-radius: 20px;
	padding: 0 18px;
}
.btn-01 a:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	margin: 0 0 2px 10px;
	background: url(../../images/icon/arw01-wh-r.svg) no-repeat;
	background-size: 100% auto;
	background-position: center right;
	vertical-align: middle;
}
.btn-01 a:hover {
	opacity: .8;
	text-decoration: none !important;
}

/* .btn-02　角丸黒矢印固定------------------------ */
.btn-02 a{
	display: block;
	background: #000;
	color: #fff !important;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 51px;
	height: 50px;
	border-radius: 25px;
	padding: 0 18px;
	position: relative;
	box-sizing: border-box;
}
.btn-02 a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 36%;
	display: block;
	width: 8px;
	height: 14px;
	background: url(../../images/icon/arw01-wh-r.svg) no-repeat;
	background-size: 100% auto;
	background-position: center right;
	vertical-align: middle;
}
#contents .btn-02 a:hover {
	opacity: .8;
	text-decoration: none !important;
}
.btn-02.siteTOP {
	margin: 30px auto;
	width: 500px;
	min-width: 500px;
}

/* .btn-03　テキストリンク丸矢印------------------------ */
.btn-03 a{
	display:block;
	font-size: 1.6rem;
}
.btn-03 a:after {
	content:"";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 2px 5px;
	background-position: center right;
	vertical-align: middle;
}
.btn-03 a:hover {
	text-decoration: none !important;
}
/*========= hk-oseibo =========*/
.hk-oseibo .btn-03 a:after {
	background:url(../../images/icon/hk-oseibo/arw02-red-r.svg) no-repeat;
	background-size: 100% auto;
}
/*========= hk-ochugen =========*/
.hk-ochugen .btn-03 a,
.hk-oseibo .btn-03 a{
	position: relative;
}
.hk-ochugen .btn-03 a:after,
.hk-oseibo .btn-03 a:after {
	background:url(../../images/icon/hk-ochugen/arw02-red-r.svg) no-repeat;
	background-size: 100% auto;
	content: "";
position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*========= hs-oseibo =========*/
.hs-oseibo .btn-03 a:after {
	background:url(../../images/icon/hs-oseibo/arw02-grn-r.svg) no-repeat;
	background-size: 100% auto;
}
/*========= hk-gift =========*/
.hk-gift .btn-03 a:after {
	background:url(../../images/icon/hk-gift/arw02-mrn-r.svg) no-repeat;
	background-size: 100% auto;
}
/*========= hs-gift =========*/
.hs-gift .btn-03 a:after {
	background:url(../../images/icon/hs-gift/arw02-grn-r.svg) no-repeat;
	background-size: 100% auto;
}



/* .btn-04　角あり矢印変動------------------------ */
.btn-04 a{
	display:block;
	font-size: 1.6rem;
}
.btn-04 a:after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 12px;
	margin: 0 0 3px 10px;
	background:url(../../images/icon/arw01-wh-r.svg) no-repeat;
	background-size: 100% auto;
	background-position: center right;
	vertical-align: middle;
}
.btn-04 a:hover {
	text-decoration: none !important;
}

/* .btn-05　角あり矢印固定------------------------ */
.btn-05 {
	display: block;
}
.btn-05 a,
.btn-05 .btn{
	display: inline-block;
	background: #333;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #fff !important;
	padding: 0 90px;
	position: relative;
}
.btn-05 a:after,
.btn-05 .btn:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 8px;
	height: 14px;
	background: url(../../images/icon/arw01-wh-r.svg) no-repeat;
	background-size: 100% auto;
	background-position: center right;
	vertical-align: middle;
}
.btn-05 a:hover,
.btn-05 .btn:hover{
	opacity: .8;
	text-decoration: none !important;
}





/* .win-close ------------------------ */
.win-close {
	display: inline-block;
	background: #b3b3b3;
	cursor: pointer;
}
.win-close:hover {
	opacity: .8;
}


/* .text-link 01 ------------------------ */
.text-link-01 a {
	text-decoration: underline;
}


/* .sale-price ------------------------ */
.sale-price,
.sale-message {
	color: #cc1616;
}



/* ==================================
btn cart
================================== */
.bt-cart li {
	width: 355px;
	margin: 0 auto 20px;
}
.bt-cart li button {
	display: inline-block;
	width: 100%;
	padding: 0;
	border: none;
	border-radius: 4px;
	color: #fff;
	height: 63px;
	line-height: 63px;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	appearance: none;
	transition: background .2s ease-in-out;
	position: relative;
}
.bt-cart li .btn-truck > span {
	display: inline-block;
	padding-left: 14px;
	text-align: left;
}
.bt-cart li button:before {
	content:"";
	display:inline-block;
	position:relative;
	top:-2px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.bt-cart li .btn-truck:before {
	width: 42px;
	height: 28px;
	background-image: url(../../images/icon/icon_cart_truck.svg);
}
.bt-cart li button:not([disabled]):hover {
	opacity: 0.7;
}
/*========= hk-oseibo =========*/
.hk-oseibo ~ #contents .bt-cart li button.btn-truck,
.bt-cart li.hk-oseibo button.btn-truck {
	background: #cc1616;
}
/*========= hk-ochugen =========*/
.hk-ochugen ~ #contents .bt-cart li button.btn-truck,
.bt-cart li.hk-ochugen button.btn-truck {
	background: #cc1616;
}
/*========= hk-gift =========*/
.hk-gift ~ #contents .bt-cart li button.btn-truck,
.bt-cart li.hk-gift button.btn-truck {
	background: #7c003f;
}
/*========= hs-oseibo =========*/
.hs-oseibo ~ #contents .bt-cart li button.btn-truck,
.bt-cart li.hs-oseibo button.btn-truck {
	background: #379645;
}
/*========= hs-ochugen =========*/
.hs-ochugen ~ #contents .bt-cart li button.btn-truck,
.bt-cart li.hs-ochugen button.btn-truck {
	background: #379645;
}
/*========= hs-gift =========*/
.hs-gift ~ #contents .bt-cart li button.btn-truck,
.bt-cart li.hs-gift button.btn-truck {
	background: #02925f;
}





/* ==================================
sec-campaign
================================== */

/*
#sec-campaign  {
	display: none;
}
*/
/* 表示時 */
#sec-campaign-bnr a {
  display:block;
  height:40px;
  background:url(../../images/banner/bnr_free1609_obi.jpg) center repeat-x;
}
#sec-campaign-bnr a span {
  display:none;
}
#sec-campaign-txt {
	background: rgba(255,238,238,1.00);
	text-align: center;
	padding: 5px;
}
/*
.autocomplete {
  display:none;
}
*/


/* ==================================
list_item
================================== */

.list_item {
	margin-bottom: 100px;
}
.list_item a {
	text-decoration: none !important;
}
.list_item .item_img:hover {
	opacity: .8;
}
.list_item a:hover .item-brand,
.list_item a:hover .item-name {
	text-decoration: underline;
}


/* ==================================
slider
================================== */

.list_item .bx-wrapper {
  max-width:1000px !important;
}
.list_item .slider_4 li {
	padding:0;
}
.list_item .slider_4 li a {
  display:block;
  position:relative;
}
.slick-slider li a {
	padding:0 12px;
}
.list_item .slider_4 li span {
  display:block;
  font-size:14px;
  word-break:break-all;
}
.list_item .slider_4 li img {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #e6e6e6;
}
.list_item .slider_4 li .item_img {
	position:relative;
	margin:0;
}
.list_item .slider_4 li .item_status {
	width:100%;
	margin:11px 0 0;
	text-align:left;
}
.list_item .slider_4 li .item_status img {
	display:inline;
	width:auto;
	margin:0 2px 2px 0;
	border:none;
	height: 22px;
	-webkit-backface-visibility: hidden;
}
.list_item .slider_4 li .item-catalog {
  margin-top:9px;
  margin-bottom: 4px;
}
.list_item .slider_4 li .item-brand {
  margin-top:9px;
}
.list_item .slider_4 li .item-name {
	margin-top: 4px;
	font-weight: bold;
}
.list_item .slider_4 li .item-price {
	margin-top: 3px;
	font-weight: bold;
}
.list_item .slider_4 li .item-icon {
	margin-top: 5px;
}
.list_item .slider_4 li .item-icon img {
	display: inline;
	margin: 2px 2px 0 0;
	border: none;
	vertical-align: middle;
	max-height: 20px;
}
.list_item .slider_4 li .message {
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #db0d0d;
}
.list_item .slider_4 li .sale-message {
	margin-top: 3px;
	margin-bottom: -3px;
	font-size: 12px;
}
#recently.list_item .slider_4 li .item-brand{
  margin-top: 4px;
}
#recently.list_item .slider_4 li .item-code {
  margin-top: 9px;
  font-size: 1.2rem;
}

/* アイコン表示 */
.list_item .slider_4 li.icon_bestcosme a:after {
  content:"";
  display:block;
  position:absolute;
  top:-25px;
  left:-10px;
  width:50px;
  height:50px;
  background:url(../../../d_images/icon/icon_bestcosme_s.svg) no-repeat;
  z-index:2;
}
.list_item .slider_4 li.icon_bestbuy a:after {
  content:"";
  display:block;
  position:absolute;
  top:-25px;
  left:-10px;
  width:50px;
  height:50px;
  background:url(../../../d_images/icon/icon_bestbuy_s.svg) no-repeat;
  z-index:2;
}
.list_item .slider_4 li.icon_recommend a:after {
  content:"";
  display:block;
  position:absolute;
  top:-25px;
  left:-10px;
  width:50px;
  height:50px;
  background:url(../../../d_images/icon/icon_staffrec_s.svg) no-repeat;
  z-index:2;
}

/* ナンバー表示 */
.list_item .slider_4.number li {
	padding-top:50px;
}

.list_item .slider_4.number li a:before {
  content:"";
  display:block;
  position:absolute;
  top:-50px;
  left:50%;
  margin-left:-17px;
  width:34px;
  height:34px;
  background-repeat:no-repeat;
  background-position:center 0;
  z-index:20;
}
.list_item .slider_4.number li:nth-child(1) a:before { background-image:url(../../images/icon/icon_number01.svg); }
.list_item .slider_4.number li:nth-child(2) a:before { background-image:url(../../images/icon/icon_number02.svg); }
.list_item .slider_4.number li:nth-child(3) a:before { background-image:url(../../images/icon/icon_number03.svg); }
.list_item .slider_4.number li:nth-child(4) a:before { background-image:url(../../images/icon/icon_number04.svg); }
.list_item .slider_4.number li:nth-child(5) a:before { background-image:url(../../images/icon/icon_number05.svg); }
.list_item .slider_4.number li:nth-child(6) a:before { background-image:url(../../images/icon/icon_number06.svg); }
.list_item .slider_4.number li:nth-child(7) a:before { background-image:url(../../images/icon/icon_number07.svg); }
.list_item .slider_4.number li:nth-child(8) a:before { background-image:url(../../images/icon/icon_number08.svg); }
.list_item .slider_4.number li:nth-child(9) a:before { background-image:url(../../images/icon/icon_number09.svg); }
.list_item .slider_4.number li:nth-child(10) a:before { background-image:url(../../images/icon/icon_number10.svg); }

.slider.number .slick-prev,
.slider.number .slick-next { top:80px; }



/* ==================================
#ranking
================================== */
.ranking-inner ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 35px;
}
.ranking-inner li {
	width: 200px;
	padding: 49px 0 0;
	background-size: 50px auto;
}
.ranking-inner li:nth-child(1){
	background: url(../../images/icon/icon-rank01.png) center top no-repeat;
}
.ranking-inner li:nth-child(2){
	background: url(../../images/icon/icon-rank02.png) center top no-repeat;
}
.ranking-inner li:nth-child(3){
	background: url(../../images/icon/icon-rank03.png) center top no-repeat;
}
.ranking-inner li:nth-child(4){
	background: url(../../images/icon/icon-rank04.png) center top no-repeat;
}
.ranking-inner li:nth-child(5){
	background: url(../../images/icon/icon-rank05.png) center top no-repeat;
	margin: 0;
}
/* .ranking-inner li .item_img img{
	width: 180px;
	height: 180px;
} */

.ranking-inner li .item_img{
	text-align: center;
}
.ranking-inner li a:hover {
	text-decoration: none;
}

#ranking .ranking-tab ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
#ranking .ranking-tab li a{
	position: relative;
}
#ranking .ranking-tab li a.current::after{
	content: "";
display: block;
position: absolute;
bottom: -10px;
left: 0;
right: 0;
height: 5px;
margin: 0 30px;
border-radius: 50px;
background: #9f131c;
}
#ranking .ranking-tab li a {
	    width: 190px;
	display: block;
	    font-size: 20px;
	    font-weight: bold;
	    text-align: center;
	    border-right: 2px solid #ccc;
			box-sizing: border-box;
}
#ranking:not(.price) .ranking-tab li:nth-of-type(1) a {
	width: 170px;
	border-left: 2px solid #ccc;
}
#ranking:not(.price) .ranking-tab li:nth-of-type(4) a {
	width: 260px
}
#ranking.price .ranking-tab li:nth-of-type(1) a{
		border-left: 2px solid #ccc;
}
#ranking.price .ranking-tab li a{
	width: 250px;
}
#ranking #ranking-clm .rankBtn{
	display: block!important;
}
#ranking #ranking-clm .rankBtn a{
	display: block;
width: 660px;
height: 70px;
font-size: 18px;
font-weight: bold;
color: #fff;
background: #333;
border-radius: 50px;
margin: 0 auto;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
}
#ranking #ranking-clm .rankBtn a::after{
	content: "";
display: block;
position: absolute;
width: 10px;
height: 10px;
border-right: 2px solid;
border-bottom: 2px solid;
transform: rotate(-45deg);
bottom: 0;
top: 0;
margin: auto;
right: 20px;
}
#ranking .item_status,
#ranking .item_img,
#ranking .item-brand,
#ranking .item-name,
#ranking .item-price,
#ranking .item-code {
	display: block;
}
#ranking .item-price span.red{
	    color: #cc1616;
}
#ranking .item_status {
	margin: 13px 0 0;
	font-size: 0;
}
#ranking .item-code {
	margin: 8px 0 0;
	font-size: 1.2rem;
}
#ranking .item-brand {
	margin: 4px 0 0;
}
#ranking .item-name {
	font-weight: bold;
}
.ranking-inner li a:hover .item-brand,
.ranking-inner li a:hover .item-name{
	text-decoration: underline;
}
#ranking .item_status img {
	display: inline;
	margin: 3px 3px 0 0;
	border: none;
	vertical-align: middle;
	max-height: 18px;
	-webkit-backface-visibility: hidden;
}

/*========= hk-oseibo =========*/

.hk-oseibo #ranking .ranking-tab li a.current:after {
	border-color: #9f131c transparent transparent transparent;
}

/*========= hk-ochugen =========*/
/* .hk-ochugen #ranking .ranking-tab li a.current {
	background: #9f131c;
}
.hk-ochugen #ranking .ranking-tab li a.current:after {
	border-color: #9f131c transparent transparent transparent;
} */

/*========= hs-oseibo =========*/
.hs-oseibo #ranking .ranking-tab li a.current {
	background: #333333;
}
.hs-oseibo #ranking .ranking-tab li a.current:after {
	border-color: #333333 transparent transparent transparent;
}

/*========= hs-ochugen =========*/
.hs-ochugen #ranking .ranking-tab li a.current {
	background: #333333;
}
.hs-ochugen #ranking .ranking-tab li a.current:after {
	border-color: #333333 transparent transparent transparent;
}

/*========= hk-gift =========*/
.hk-gift #ranking .ranking-tab li a.current {
	background: #c80e47;
}
.hk-gift #ranking .ranking-tab li a.current:after {
	border-color: #c80e47 transparent transparent transparent;
}
.hk-gift #ranking .ranking-tab li a {
	background: #cdc5c6;
}

/*========= hs-gift =========*/
.hs-gift #ranking .ranking-tab li a.current {
	background: #02925f;
}
.hs-gift #ranking .ranking-tab li a.current:after {
	border-color: #02925f transparent transparent transparent;
}
.hs-gift #ranking .ranking-tab li a {
	background: #c2d7d0;
}






/* ==================================
autocomplete
================================== */
.autocomplete {
  position:relative;
}
.autocomplete td {
  padding:5px 20px;
  cursor:pointer;
	color: #333 !important;
}
.autocomplete td:hover {
  background:#efefef;
}
.autocomplete input:focus + button + table {
  display:table;
}
