@charset "utf-8";

/* stylelint-disable */
/* .jcarousel
------------------------------------ */
#mini_cosme .jcarousel-wrapper { display: block; padding: 5px 0 17px 0;	position: relative; width: 100%; margin-bottom: 18px; }
/** Carousel **/
/** Carousel **/
#mini_cosme .jcarousel { position: relative; overflow: hidden; margin: 0 47px; }
#mini_cosme .jcarousel02 { margin: 15px 30px 0 30px; }
#mini_cosme .jcarousel > ul { width: 200000em; position: relative; list-style: none; margin: 0; padding: 0; }
#mini_cosme .jcarousel > ul > li { float: left;}
#mini_cosme .row .col--3 > .col__col{ width: 173px;}

#mini_cosme .jcarousel-wrapper.movable .jcarousel-control-prev-wrap, .jcarousel-wrapper.movable .jcarousel-control-next-wrap{display: block;}

/** Carousel Controls **/
#mini_cosme.jcarousel-wrapper.movable .jcarousel-control-prev-wrap, .jcarousel-wrapper.movable .jcarousel-control-next-wrap { display: block; }

#mini_cosme .jcarousel-control-prev-wrap, .jcarousel-control-next-wrap { position: absolute; top: 0; width: 13px; height: 100%; z-index: 2; }
#mini_cosme .jcarousel-control-prev-wrap a, .jcarousel-control-next-wrap a { position: absolute; top: 0; bottom: 0; margin: auto; width: 13px; height: 100%; display: block; }
#mini_cosme .jcarousel-control-prev__icon-arrow { width: 100%; height: 100%; fill: #000; }
#mini_cosme .jcarousel-control-prev-wrap { left: 0; }
#mini_cosme .jcarousel-control-next-wrap { right: 0; }

/* product--thumb 画像サイズ固定指定
------------------------------------ */
#mini_cosme .row .jcarousel .col.col--3 .product--thumb .inr__wrap-img img {width: calc(100% - 2px); border: none; max-width: 100%; margin-bottom: 10px;}

/*.jcarouselここまで
-----------------------------------------------------------------------------------------------------------------------------------------*/
/* stylelint-enable */

#mini_cosme .sec-wrap .swiper-container {
	position: relative;
}
#mini_cosme .contents-minicosme {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
}
#mini_cosme .ttl-sec {
	border: none;
}

/* COMMON */
#mini_cosme .img-lazy {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}

/* TOP */

/* 対象商品を探す */

#mini_cosme .search {
	margin: 48px auto;
	padding: 24px 60px 30px;
	background: #f1f0f2;
	text-align: center;
}
#mini_cosme .search-title {
	font-size: 20px;
	font-weight: bold;
}
#mini_cosme .search-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}
#mini_cosme .search-list li:not(:nth-of-type(3n)) {
	margin-right: 10px;
}
#mini_cosme .search-list.bottom {
	padding-top: 24px;
	border-top: 1px solid #aaa;
}
#mini_cosme .search-list a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 280px;
	height: 54px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	box-sizing: border-box;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#mini_cosme .search-list a::after {
	position: absolute;
	top: calc(50% - 3px);
	right: 22px;
	width: 7px;
	height: 7px;
	border: 0;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	transform: rotate(45deg) translateY(-50%);
	content: '';
}
#mini_cosme .search-list.bottom li {
	margin-bottom: 10px;
}
#mini_cosme .search#category {
	margin-top: 64px;
}
#mini_cosme #category .search-list a::after {
	top: calc(50% - 2px);
	right: 18px;
	transform: rotate(-45deg) translateY(-50%);
}
#mini_cosme #category .search-list li {
	margin-bottom: 10px;
}
#mini_cosme .product-detail-button {
	width: 428px;
	height: 54px;
	margin: 0 auto 50px;
	background: #f1f0f2;
}
#mini_cosme .product-detail-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
#mini_cosme .product-detail-button a::after {
	position: absolute;
	top: calc(50% - 2px);
	right: 32px;
	width: 7px;
	height: 7px;
	border: 0;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	transform: rotate(-45deg) translateY(-50%);
	content: '';
}
#mini_cosme .karte-minicosme_bnr_store {
	margin: 32px auto 48px;
	text-align: center;
}
#mini_cosme .sec-wrap {
	margin-top: -20px;
	padding-top: 20px;
}
#mini_cosme .title-sub {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	text-decoration: none;
}
#mini_cosme .title-sub-text {
	font-size: 18px;
}
#mini_cosme .title-sub-link-text {
	position: relative;
	margin-left: 10px;
	padding-right: 12px;
}
#mini_cosme .title-sub-link-text::after {
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 5px;
	height: 5px;
	border: 0;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	transform: rotate(-45deg) translateY(-50%);
	content: '';
}
#mini_cosme .title-sub-foryou {
	margin-top: 30px;
	font-size: 15px;
}

/* RANKING */
#mini_cosme .tagpage-ranking-num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin-bottom: 15px;
	background: #333;
	color: #fff;
	font-size: 15px;
	line-height: 1;
}

/* slider */
#mini_cosme .product-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 980px;
	margin: 30px auto 40px;
}
#mini_cosme .swiper-container {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 860px;
	margin: 0 auto;
}
#mini_cosme .swiper-button-prev,
#mini_cosme .swiper-button-next {
	position: relative;
	cursor: pointer;
}
#mini_cosme .swiper-button-prev::after,
#mini_cosme .swiper-button-next::after {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 26px;
	height: 39px;
	transform: translateY(-50%);
	content: '';
}
#mini_cosme .swiper-button-prev::after {
	left: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDI2IDM5Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMC4xNDMgMzkpIHJvdGF0ZSgxODApIj48cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMTQzKSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik01NCwxMzI5LjUxOCw3Ni42ODUsMTM0Ny40LDU0LDEzNjUuMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OC4yMzIgLTEzMjcuODkzKSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzMzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjJweCIvPjwvZz48L3N2Zz4=) no-repeat center center;
}
#mini_cosme .swiper-button-next::after {
	right: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDI2IDM5Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4xNDMpIj48cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMTQzKSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik01NCwxMzI5LjUxOCw3Ni42ODUsMTM0Ny40LDU0LDEzNjUuMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OC4yMzIgLTEzMjcuODkzKSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzMzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjJweCIvPjwvZz48L3N2Zz4=) no-repeat center center;
}
#mini_cosme .swiper-product-inner {
	position: relative;
	text-align: left;
}
#mini_cosme .swiper-product-link {
	text-decoration: none;
}
#mini_cosme .swiper-product-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}
#mini_cosme .swiper-product-image[loading='lazy'] {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#mini_cosme .swiper-product-name {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.4;
}
#mini_cosme .swiper-product-brand {
	margin-bottom: 5px;
	color: #888;
	font-size: 11px;
	line-height: 1.2;
}
#mini_cosme .swiper-product-price {
	font-size: 11px;
}
