@charset "utf-8";

/* initialize */
.contents__inr {
	width: 100% !important;
}
#bestcosme a {
	text-decoration: none;
}
#bestcosme a:hover {
	opacity: 0.7;
}

/* utility */
.u-pc-d-n {
	display: none !important;
}

/* contents */
#bestcosme [data-section-theme='pattern'] {
	padding-top: 30px;
	padding-bottom: 40px;
}
#bestcosme[data-design-mode='all'] [data-section-theme='pattern'] {
	background: url(../img/design-all/base_bg.svg) repeat top center;
}
#bestcosme[data-design-mode='half'] [data-section-theme='pattern'] {
	background: url(../img/design-half/base_bg.svg) repeat top center;
}
#bestcosme[data-design-mode='all'] .main-contents {
	background: url(../img/design-all/bg_green.png) repeat top left / cover;
}
#bestcosme[data-design-mode='half'] .main-contents {
	background: var(--half-background-image);
}
#bestcosme .section-inner {
	width: 980px;
	margin: 0 auto;
}
#bestcosme .title-lv2,
#bestcosme .title-lv3 {
	font-weight: bold;
	text-align: center;
}
#bestcosme[data-design-mode='all'] .title-lv2,
#bestcosme[data-design-mode='all'] .title-lv3 {
	color: #fff;
}
#bestcosme .title-lv2 {
	margin-bottom: 20px;
	font-size: 34px;
}
#bestcosme[data-design-mode='half'] .title-lv2 {
	color: var(--half-primary-color);
}
#bestcosme .title-lv3 {
	margin-bottom: 12px;
	font-size: 24px;
}
#bestcosme span[data-href-target] {
	cursor: pointer;
}
#bestcosme .floating-nav-link,
#bestcosme .page-nav-link,
#bestcosme .intarnal-link-button {
	display: flex;
	justify-content: center;
	align-items: center;
}
#bestcosme [data-link-icon='arrow-d'] {
	position: relative;
}
#bestcosme [data-link-icon='arrow-d']::after {
	position: absolute;
	top: calc(50% - 3px);
	right: 17px;
	width: 7px;
	height: 7px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: translateY(-50%) rotate(135deg);
	content: '';
}
#bestcosme .floating-nav [data-link-icon='arrow-d']::after,
#bestcosme .page-nav-list [data-link-icon='arrow-d']::after {
	inset: auto 0 7px;
	margin: auto;
	transform: rotate(135deg);
}
#bestcosme .list-type-notes {
	margin-bottom: 20px;
}
#bestcosme .list-type-notes-item {
	color: #888;
	font-size: 13px;
}
#bestcosme .page-nav .text-small[data-link-icon='arrow-d']::after {
	right: 9px;
}
#bestcosme .floating-nav [data-link-icon='arrow-d']::after {
	bottom: 8px;
}
#bestcosme .intarnal-link-text[data-link-icon='arrow-d']::after {
	width: 6px;
	height: 6px;
}

/* キービジュアル */
#bestcosme .keyvisual-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 367px;
}
#bestcosme[data-design-mode='all'] .keyvisual {
	background:
		linear-gradient(50deg, #c7ab81 0%, #decfa9 60%, #caaf85 100%) repeat-x 0 325px / 100vw 6px,
		linear-gradient(50deg, #c7ab81 0%, #decfa9 60%, #caaf85 100%) repeat-x 0 40px / 100vw 6px,
		linear-gradient(50deg, #d2be8c 0%, #fff 60%, #e9dfc7 100%) repeat-x center / 100% 311px,
		url(../img/design-all/keyvisual_bg_top_pc.png) repeat-x center top / 1240px 26px,
		url(../img/design-all/keyvisual_bg_bottom_pc.png) repeat-x center bottom / 1240px 26px,
		#57c5bb repeat 0 / auto;
}
#bestcosme[data-design-mode='half'] .keyvisual {
	background:
		linear-gradient(50deg, #50aaeb 0%, #c8edfb 60%, #50aaeb 100%) repeat-x 0 325px / 100vw 6px,
		linear-gradient(50deg, #50aaeb 0%, #c8edfb 60%, #50aaeb 100%) repeat-x 0 40px / 100vw 6px,
		linear-gradient(50deg, #0082d2 0%, #59bae4 60%, #0082d2 100%) repeat-x center / 100% 311px,
		url(../img/design-half/keyvisual_bg_top_pc.png) repeat-x center top / 1120px 26px,
		url(../img/design-half/keyvisual_bg_bottom_pc.png) repeat-x center bottom / 1120px 26px,
		#fff repeat 0 / auto;
}
#bestcosme .read-area {
	padding: 32px 0;
	text-align: center;
}
#bestcosme[data-design-mode='all'] .read-area {
	background: var(--all-read-bg-color);
}
#bestcosme[data-design-mode='all'] .text,
#bestcosme[data-design-mode='all'] .link-text {
	color: #fff;
}
#bestcosme .text {
	font-size: 16px;
	line-height: 1.5;
}
#bestcosme .bold {
	font-weight: bold;
}
#bestcosme .text:not(:last-child) {
	margin-bottom: 24px;
}
#bestcosme .link-text {
	text-decoration: underline;
}
#bestcosme .karte-banner-area {
	text-align: center;
}
#bestcosme .karte-banner-area:not(:empty) {
	margin-bottom: 24px;
}
#bestcosme .section-container .section-container {
	padding-top: 50px;
}
#bestcosme .section-container#navigation-area {
	padding: 24px 0 32px;
}
#bestcosme[data-design-mode='half'] .section-container#navigation-area {
	background: var(--half-gray-bg-color);
}

/* 追従ナビ */
#bestcosme .js-floating-nav {
	transform: translateY(-100%);
}
#bestcosme .js-floating-nav.active {
	transform: translateY(0);
}
#bestcosme .floating-nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	transition: transform 0.3s;
}
#bestcosme[data-design-mode='all'] .floating-nav {
	background: linear-gradient(45deg, #edd9aa 0%, #f4efe3 50%, #edd9aa 100%);
}
#bestcosme[data-design-mode='half'] .floating-nav {
	background: transparent linear-gradient(104deg, #f8e56f 0%, #fffad8 50%, #f8e56f 100%) 0 0;
}
#bestcosme .floating-nav-list {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 980px;
	height: 64px;
	margin: 0 auto;
}
#bestcosme .floating-nav-list-item {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#bestcosme .floating-nav-list-item:hover {
	opacity: 0.7;
}
#bestcosme .floating-nav-list-item.beautyday {
	background: #e61673;
	color: #fff;
}
#bestcosme[data-design-mode='all'] .floating-nav-list-item {
	width: 112px;
}
#bestcosme[data-design-mode='all'] .floating-nav-list-item:nth-child(n + 6) {
	width: 140px;
}
#bestcosme[data-design-mode='half'] .floating-nav-list-item {
	width: calc(100% / 5);
}
#bestcosme .floating-nav-list-large .floating-nav-list-item {
	width: 140px;
}
#bestcosme .floating-nav-list-item + .floating-nav-list-item::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 24px;
	background: #fff;
	transform: translateY(-50%);
	content: '';
}
#bestcosme .floating-nav-list-item.beautyday::after {
	display: none;
}
#bestcosme .floating-nav-list-item.beautyday [data-link-icon='arrow-d']::after {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
#bestcosme .floating-nav-link {
	height: 100%;
	padding-bottom: 8px;
}
#bestcosme .floating-nav-link.text-small {
	font-size: 12px;
	line-height: 1.2;
}

/* 固定ナビ */
#bestcosme .page-nav {
	margin: 0 auto;
}
#bestcosme[data-design-mode='all'] .page-nav {
	width: 720px;
}
#bestcosme[data-design-mode='half'] .page-nav {
	width: 980px;
}
#bestcosme .page-nav-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -1px;
	margin-right: -1px;
	margin-bottom: 24px;
}
#bestcosme .page-nav-list-item {
	height: 64px;
	margin-top: 1px;
	margin-right: 1px;
	text-align: center;
}
#bestcosme[data-design-mode='all'] .page-nav-list-item {
	width: calc(100% / 4 - 1px);
	background: linear-gradient(45deg, #edd9aa 0%, #f4efe3 60%, #edd9aa 100%);
}
#bestcosme[data-design-mode='all'] .page-nav-list-item.page-nav-list-item-large {
	width: calc(100% / 3 - 1px);
}
#bestcosme[data-design-mode='all'] .page-nav-list-item.beautyday {
	background: #e61673;
	color: #fff;
}
#bestcosme[data-design-mode='half'] .page-nav-list-item {
	width: calc(100% / 5 - 1px);
	background: transparent linear-gradient(104deg, #f8e56f 0%, #fffad8 50%, #f8e56f 100%) 0 0;
}
#bestcosme .page-nav-link {
	height: 100%;
	font-size: 18px;
	font-weight: bold;
}
#bestcosme .page-nav-link:hover {
	opacity: 0.7;
}
#bestcosme .page-nav-link.text-small {
	font-size: 15px;
	line-height: 1.25;
}
#bestcosme .page-nav-link-text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-bottom: 3px;
}
#bestcosme .page-nav-list-item-large .page-nav-link-text {
	padding-bottom: 0;
}
#bestcosme .page-nav-list-item-large [data-link-icon='arrow-d']::after {
	right: 20px;
	bottom: auto;
	left: auto;
}
#bestcosme .page-nav-list-item.beautyday [data-link-icon='arrow-d']::after {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

/* アンカーリンク */
#bestcosme .intarnal-link-list {
	display: flex;
	justify-content: center;
}
#bestcosme .intarnal-link-list-item {
	background: #fff;
}
#bestcosme .intarnal-link-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 56px;
	font-size: 18px;
	line-height: 1;
}
#bestcosme .intarnal-link-button:hover {
	opacity: 0.7;
}
#bestcosme[data-design-mode='half'] .intarnal-link-button {
	border: 1px solid #707070;
}
#bestcosme .intarnal-link-text {
	padding-right: 16px;
	font-size: 16px;
}
#bestcosme .intarnal-link-button-text {
	width: 100%;
	text-align: center;
}
#bestcosme .intarnal-link-text::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #aaa;
	content: '';
}

/* Ph1 BD訴求 */
#bestcosme .beautyday-area {
	width: 720px;
	margin: 24px auto 0;
	padding: 32px 0 26px;
	background: #e61673;
	text-align: center;
}
#bestcosme .beautyday-area-title {
	margin-bottom: 6px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#bestcosme .beautyday-area-text {
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
}
#bestcosme .beautyday-area-image {
	display: block;
	width: 640px;
	height: 226px;
	margin: 0 auto 16px;
}
#bestcosme .beautyday-link-list {
	display: flex;
	justify-content: center;
}
#bestcosme .beautyday-link-list-item {
	background: #fff;
}
#bestcosme .beautyday-link-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 640px;
	height: 56px;
	font-size: 18px;
	line-height: 1;
}
#bestcosme .beautyday-link-button:hover {
	opacity: 0.7;
}
#bestcosme .beautyday-link-text {
	padding-right: 16px;
	font-size: 16px;
}
#bestcosme .beautyday-link-button-text {
	width: 100%;
	text-align: center;
}
#bestcosme .beautyday-link-text::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #aaa;
	content: '';
}

/* Ph2 BD訴求 */
#bestcosme .beautyday-item {
	padding-bottom: 0;
}
#bestcosme .beautyday-item .section-inner {
	width: auto;
	padding-bottom: 40px;
	background: #e61673;
}
#bestcosme .beautyday-item-image {
	display: block;
	margin: 0 auto;
}
#bestcosme .beautyday-item-container {
	width: 980px;
	margin: 0 auto;
	padding: 32px 0;
	background: #fff;
}
#bestcosme .beautyday-item-title {
	margin-bottom: 20px;
	color: #e61673;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#bestcosme .beautyday-item-link {
	display: inline-block;
	font-size: 14px;
	text-decoration: underline;
}

/* 汎用デザイン */
#bestcosme .section-box {
	padding: 33px 30px;
	background: #fff;
}
#bestcosme[data-design-mode='all'] .section-box {
	border: 3px solid var(--all-secondary-color);
}
#bestcosme[data-design-mode='half'] .section-box {
	border: 1px solid var(--half-primary-color);
}
#bestcosme .award-title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#bestcosme[data-design-mode='all'] .award-title {
	background: var(--all-award-title-bg-color);
}
#bestcosme[data-design-mode='half'] .award-title {
	background: #fff;
}
#bestcosme .award-title::before,
#bestcosme .award-title::after {
	width: 30px;
	height: 55px;
	margin: 0 50px 3px;
	content: '';
}
#bestcosme[data-design-mode='all'] .award-title::before,
#bestcosme[data-design-mode='all'] .award-title::after {
	background: url(../img/design-all/title-parts.svg);
}
#bestcosme[data-design-mode='half'] .award-title::before,
#bestcosme[data-design-mode='half'] .award-title::after {
	background: url(../img/design-half/title-parts.svg);
}
#bestcosme .award-title-inner {
	margin: 18px 0;
}
#bestcosme .award-title .title-lv2 {
	margin-bottom: 0;
	font-size: 26px;
}
#bestcosme[data-design-mode='all'] .title-en {
	color: var(--all-title-en-color);
}
#bestcosme[data-design-mode='half'] .title-en {
	color: var(--half-title-en-color);
	font-weight: bold;
}
#bestcosme .award-products-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 45px 30px;
}
#bestcosme .award-products-list-item {
	position: relative;
	text-align: center;
}
#bestcosme .award-products-image-link {
	display: block;
	margin-bottom: 10px;
}
#bestcosme .award-products-image {
	display: block;
	width: 206px;
	height: 206px;
}
#bestcosme[data-design-mode='all'] .award-products-image {
	border: 1px solid var(--all-accent-color);
}
#bestcosme[data-design-mode='half'] .award-products-image {
	border: 1px solid var(--half-accent-color);
}
#bestcosme .award-products-details {
	padding-bottom: 30px;
}
#bestcosme .award-name {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
}
#bestcosme[data-design-mode='all'] .award-name {
	color: var(--all-primary-color);
}
#bestcosme[data-design-mode='half'] .award-name {
	color: var(--half-primary-color);
}
#bestcosme .product-price {
	margin-bottom: 8px;
	font-size: 15px;
}
#bestcosme .brand-name {
	color: #999;
	font-size: 12px;
}
#bestcosme .link-button-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#bestcosme .link-button {
	display: inline-block;
	width: 100%;
	max-width: 146px;
	padding: 5px;
	border-radius: 3px;
	background: #333;
	color: #fff;
	font-size: 14px;
}
#bestcosme .award-tab-title-list {
	display: flex;
	margin-right: -2px;
}
#bestcosme .award-tab-title-list-item {
	width: calc(100% / 5 - 2px);
	margin-right: 2px;
}
#bestcosme .award-tab-title-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 38px;
	background: #d3d3d3;
	color: #333;
	font-size: 14px;
}
#bestcosme .award-tab-title-link:hover {
	opacity: 0.7;
}
#bestcosme .award-tab-title-link:focus-visible {
	outline: none;
}
#bestcosme[data-design-mode='all'] .award-tab-title-link[aria-selected='true'] {
	background: var(--all-accent-color);
}
#bestcosme[data-design-mode='half'] .award-tab-title-link[aria-selected='true'] {
	background: var(--half-primary-color);
	color: #fff;
}
#bestcosme .js-award-tab-target[aria-hidden='true'] {
	display: none;
}
#bestcosme .js-award-tab-target[aria-hidden='false'] {
	display: block;
}
#bestcosme .brand-newface-list {
	display: flex;
	padding: 0 43px;
}
#bestcosme .brand-newface-list-item {
	width: 236px;
	margin-right: 60px;
	text-align: center;
}
#bestcosme .brand-newface-list-item:nth-child(3n) {
	margin-right: 0;
}
#bestcosme .brand-newface-link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	padding: 20px 30px;
	background: #f5f5f5;
}
#bestcosme .brand-newface-list .link-button-container {
	position: static;
}
#bestcosme .brand-newface-image {
	display: block;
	width: 176px;
	height: 68px;
}

/* 特集コンテンツ */
#bestcosme .section-container#feature-content {
	padding-top: 30px;
	padding-bottom: 32px;
	text-align: center;
}
#bestcosme[data-design-mode='all'] .section-container#feature-content {
	background: var(--all-feature-content-color);
}
#bestcosme[data-design-mode='half'] .section-container#feature-content,
#bestcosme[data-design-mode='half'] .section-container#campaign-info {
	background: var(--half-gray-bg-color);
}
#bestcosme #feature-content .title-lv2 {
	margin-bottom: 8px;
	font-size: 28px;
}
#bestcosme #feature-content .swiper {
	padding-bottom: 40px;
}
#bestcosme .banner-swiper-slide {
	flex-shrink: 0;
	width: 631px;
}
#bestcosme .feature-slide-banner-image {
	display: block;
	aspect-ratio: 631 / 209;
}
#bestcosme #feature-content .swiper-pagination-bullet {
	background: #e1e1e1;
	opacity: 1;
}
#bestcosme[data-design-mode='all'] #feature-content .swiper-pagination-bullet-active {
	background: var(--all-swiper-bullet-color);
}
#bestcosme[data-design-mode='half'] #feature-content .swiper-pagination-bullet-active {
	background: var(--half-swiper-bullet-color);
}
#bestcosme #feature-content .title-lv3 {
	margin-bottom: 16px;
	font-size: 18px;
}
#bestcosme .feature-banner a {
	display: block;
	width: 633px;
	height: 211px;
	margin: 0 auto;
}
#bestcosme .feature-banner-image {
	display: block;
	width: 100%;
	height: 100%;
}

/* BD訴求 下 */
#bestcosme .beautyday-item-bottom {
	padding-bottom: 32px;
}
#bestcosme .beautyday-item-bottom .title-lv2 {
	margin-bottom: 32px;
	padding: 32px 0;
	background: #e61673;
	color: #fff;
	font-size: 28px;
}
#bestcosme .beautyday-item-bottom .text {
	margin-bottom: 20px;
	color: #333;
	text-align: center;
}
#bestcosme .beautyday-sale {
	width: 720px;
	margin: 0 auto 20px;
	padding: 20px 0;
	background: #f4f4f4;
}
#bestcosme .beautyday-sale-info {
	display: flex;
	align-items: center;
	width: 460px;
	margin: 0 auto 10px;
}
#bestcosme .beautyday-sale-title {
	width: 160px;
	margin-right: 15px;
	padding: 2px 0;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#bestcosme .beautyday-sale-date {
	font-size: 16px;
	font-weight: bold;
}
#bestcosme .beautyday-sale-note {
	margin-bottom: 16px;
	color: #888;
	font-size: 12px;
	text-align: center;
}
#bestcosme .beautyday-sale-button-wrapper {
	text-align: center;
}
#bestcosme .beautyday-sale-button {
	display: inline-block;
	font-size: 14px;
	text-decoration: underline;
}
#bestcosme .beautyday-button {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 16px 0;
	border: solid 1px #aaa;
	border-radius: 4px;
	background: #fff;
	font-size: 14px;
	text-align: center;
}
#bestcosme .beautyday-item-bottom .swiper-product-list {
	padding-bottom: 32px;
}
#bestcosme .beautyday-button-wrapper {
	width: 720px;
	margin: 32px auto 0;
	padding-top: 32px;
	border-top: solid 1px #d9d9d9;
	text-align: center;
}
#bestcosme .beautyday-button-large {
	display: block;
	width: 420px;
	margin: 0 auto;
	padding: 16px 0;
	border: solid 1px #aaa;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
}

/* ベスコス受賞商品 */
#bestcosme #liveshopping.section-container {
	padding: 42px 0 30px;
}
#bestcosme #liveshopping .title-lv2 {
	color: #b48e54;
	font-size: 28px;
	line-height: 1.21;
}
#bestcosme #liveshopping .title-text {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#bestcosme .liveshopping-keyvisual-item {
	display: block;
}
#bestcosme #liveshopping .title-lv3 {
	margin-bottom: 0;
	color: #b48e54;
	font-size: 25px;
}
#bestcosme[data-design-mode='half'] #liveshopping .title-lv3 {
	color: var(--half-primary-color);
}
#bestcosme .liveshopping-keyvisual-container {
	max-width: 720px;
	margin: 0 auto 20px;
	text-align: center;
}
#bestcosme .liveshopping-keyvisual-link {
	display: block;
}
#bestcosme .liveshopping-keyvisual-bottom {
	padding: 11px 0 9px;
	background: #f5eede;
	font-size: 20px;
	font-weight: bold;
}
#bestcosme[data-design-mode='half'] .liveshopping-keyvisual-bottom {
	background: #e9f5fb;
}
#bestcosme .liveshopping-keyvisual-bottom-text {
	display: inline-block;
	position: relative;
}
#bestcosme .liveshopping-keyvisual-bottom-text::after {
	position: absolute;
	top: calc(50% - 2px);
	left: -33px;
	width: 23px;
	height: 21px;
	background: url(../img/icon_live_media.svg) no-repeat center center / contain;
	transform: translateY(-50%);
	content: '';
}
#bestcosme #liveshopping .swiper-product-list {
	padding-bottom: 0;
}
#bestcosme .image-caption {
	font-size: 18px;
}

/* 歴代ベスコス×miniCOSME */
#bestcosme #minicosme {
	margin-bottom: 32px;
	padding: 32px 0;
	background: #f1f0f2;
}
#bestcosme #minicosme .title-lv2 {
	margin-bottom: 12px;
	color: #7c90b2;
	font-size: 28px;
}
#bestcosme #minicosme .text {
	color: #333;
	text-align: center;
}
#bestcosme .minicosme-product-slider {
	width: 980px;
	margin: 0 auto 32px;
	padding: 32px 0;
	background: #fff;
}
#bestcosme #minicosme .swiper-product-list {
	padding-bottom: 0;
}
#bestcosme .minicosme-button {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 16px 0;
	border: solid 1px #333;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
}

/* 商品スライダー共通 */
#bestcosme .product-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 900px;
	margin: 0 auto;
}
#bestcosme .product-slider-container {
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	width: 806px;
}
#bestcosme #pro-review .product-slider-container {
	width: 980px;
	margin: 0 auto;
}
#bestcosme .product-slider-prev,
#bestcosme .product-slider-next {
	position: relative;
	cursor: pointer;
}
#bestcosme .product-slider-prev::after,
#bestcosme .product-slider-next::after {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 26px;
	height: 39px;
	transform: translateY(-50%);
	content: '';
}
#bestcosme .brand-logo-slider .product-slider-prev::after,
#bestcosme .brand-logo-slider .product-slider-next::after {
	top: calc(50% - 20px);
}
#bestcosme .product-slider-prev::after {
	left: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDI2IDM5Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMC4xNDMgMzkpIHJvdGF0ZSgxODApIj48cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMTQzKSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik01NCwxMzI5LjUxOCw3Ni42ODUsMTM0Ny40LDU0LDEzNjUuMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OC4yMzIgLTEzMjcuODkzKSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzMzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjJweCIvPjwvZz48L3N2Zz4=) no-repeat center center;
}
#bestcosme .product-slider-next::after {
	right: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDI2IDM5Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4xNDMpIj48cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMTQzKSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik01NCwxMzI5LjUxOCw3Ni42ODUsMTM0Ny40LDU0LDEzNjUuMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OC4yMzIgLTEzMjcuODkzKSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzMzMztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjJweCIvPjwvZz48L3N2Zz4=) no-repeat center center;
}
#bestcosme .swiper-product-list {
	margin: 0 auto;
	padding-bottom: 40px;
}
#bestcosme .swiper-product-list-item {
	margin-right: 14px;
	border: none;
	background-color: #fff;
}
#bestcosme .swiper-product-list-inner {
	position: relative;
	text-align: left;
}
#bestcosme .swiper-product-image-wrap {
	display: flex;
	align-self: center;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
}
#bestcosme .swiper-product-link {
	padding: 25px;
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}
#bestcosme .swiper-product-image {
	display: flex;
	align-self: center;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
#bestcosme .swiper-product-catch {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
}
#bestcosme .swiper-product-brand {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 5px;
	color: #888;
	font-size: 10px;
}
#bestcosme .swiper-product-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1.3;
}
#bestcosme .swiper-product-price {
	font-size: 14px;
	font-weight: bold;
}
#bestcosme .swiper-product-tax {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
}
#bestcosme .swiper-product-rating {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1;
}
#bestcosme .swiper-product-status {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#bestcosme .swiper-product-status-label {
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	background-color: #e7e7e7;
	color: #333;
	font-size: 10px;
}
#bestcosme .review-score {
	font-size: 14px;
}

/* バナー */
#bestcosme .aside-banner-list {
	margin-bottom: 12px;
	text-align: center;
}
#bestcosme .aside-banner-list-item img {
	display: inline-block;
}
#bestcosme .aside-banner-list-item:not(:is(:last-child, :empty)) {
	margin-bottom: 30px;
}
#bestcosme .aside-banner-image {
	display: block;
	width: 720px;
	height: 150px;
}
#bestcosme .aside-link-text {
	text-align: right;
}
#bestcosme .aside-link {
	position: relative;
	padding-right: 14px;
	color: #000;
	font-size: 14px;
}
#bestcosme .aside-link::after {
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 7px;
	height: 7px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: translateY(-50%) rotate(45deg);
	content: '';
}

/* キャンペーン情報 */
#bestcosme #campaign-info.section-container {
	padding: 56px 0;
}
#bestcosme #campaign-info .title-lv2 {
	margin-bottom: 32px;
	color: #333;
	font-size: 25px;
}
#bestcosme .pointback-banner-wrap {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
#bestcosme .pointback-banner {
	display: inline-block;
	position: relative;
}
#bestcosme #campaign-info .pointback-banner-wrap {
	margin-bottom: 32px;
}
#bestcosme .pointback-banner.disabled::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255 255 255 / 50%);
	content: '';
}
#bestcosme .pointback-banner-close {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 430px;
	padding: 23px 0;
	border: 2px solid var(--half-primary-color);
	background: #fff;
	transform: translateX(-50%) translateY(-50%);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.58;
}
#bestcosme .campaign-info-list-inner {
	display: flex;
	padding: 24px 0;
	border-bottom: 1px solid #d9d9d9;
}
#bestcosme .campaign-info-list-inner:first-child {
	padding-top: 0;
}
#bestcosme .campaign-info-title {
	min-width: 145px;
	font-size: 14px;
	font-weight: bold;
}
#bestcosme .campaign-info-detail,
#bestcosme .campaign-info-detail * {
	font-size: 13px;
	line-height: 1.53;
}
