@charset "utf-8";

/* -----------------------------------------------------------
Table of Contents
* #award-top-content
	-- .bestcosmefes-banner
	-- .top-banner
	-- .top-header
	-- .top-key-visual
	-- .top-howto
	-- .top-pickup
	-- .top-category
	-- .top-recommend
----------------------------------------------------------- */

/* -----------------------------------------------------------
#award-top-content
 ---------------------------------------------------------- */

/* トップカルーセルの画像がはみ出さないよう指定 */
#award-top #award-top-content {
	overflow: hidden;
}
#award-top #award-top-content .award-top-content-inner {
	background: url(/media/bestcosme/24/sp/bg_common_white.png);
	background-repeat: repeat;
	background-position: top 0 left 11px;
	background-size: 22px 23px;
}

/* .bestcosmefes-banner
------------------------------------------------------ */
#award-top #award-top-content .bestcosmefes-banner img {
	width: 100%;
}

/* .top-banner
------------------------------------------------------ */
#award-top #award-top-content .top-banner {
	padding: 5px 0 20px;
	background-color: #fff;
	text-align: center;
}
#award-top #award-top-content .top-banner .top-banner-image-wrapper {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 36px 0 39px;
	background: url(/media/bestcosme/24/sp/teaser/teaser-bg.png);
	background-repeat: repeat-x;
	background-size: 375px;
}
#award-top #award-top-content .top-banner .top-banner-image-wrapper .top-banner-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #fff;
}
#award-top #award-top-content .top-banner .top-banner-image-wrapper .top-banner-image img {
	width: 100%;
	height: calc(100vw * (160 / 750));
}
#award-top #award-top-content .top-banner .top-banner-image-advance {
	position: absolute;
	top: 0;
	right: 0;
}
#award-top #award-top-content .top-banner .top-banner-title {
	margin-top: 10px;
}
#award-top #award-top-content .top-banner .top-banner-text {
	margin-top: 10px;
	padding: 0 15px;
	color: #333;
	font-size: 12px;
	line-height: 1.4;
}
#award-top #award-top-content .top-banner .top-banner-check {
	display: grid;
	width: 313px;
	height: 40px;
	margin: 13px auto 0;
	border-radius: 4px;
	background-color: #1796d5;
	color: #fff;
	font-size: 13px;
	place-content: center;
}

/* .top-header
------------------------------------------------------ */
#award-top #award-top-content .top-header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 0 10px;
	border-bottom: 1px solid #9eddd6;
}

@media screen and (max-width: 320px) {
	#award-top #award-top-content .top-header img {
		width: 100%;
		height: auto;
	}
}

/* ---------------------------------------------------------------
key-visual
--------------------------------------------------------------- */
#award-top .top-key-visual {
	position: relative;
}
#award-top .top-key-visual .top-key-visual-info {
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	color: #fff;
	text-align: center;
}
#award-top .top-key-visual .top-key-visual-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
#award-top .top-key-visual .top-key-visual-brand {
	margin-top: 6px;
	font-size: 18px;
	font-weight: bold;
}
#award-top .top-key-visual .top-key-visual-credit {
	margin: 15px 15px 0 0;
	color: #ccc;
	font-size: 10px;
	text-align: right;
}
#award-top .top-key-visual .carousel-img {
	position: relative;
	height: calc(100vw * (984 / 750));
}
#award-top .top-key-visual .carousel-img::before {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

/* 総合大賞 */
#award-top .top-key-visual .grand .carousel-img::before {
	top: 10px;
	left: 5px;
	width: 127px;
	height: 121px;
	background-image: url(/media/bestcosme/24/common/icon_award/icon_award_grand_top.svg);
}

/* 殿堂入り */
#award-top .top-key-visual .hall .carousel-img::before {
	top: 15px;
	left: 19px;
	width: 99px;
	height: 104px;
	background-image: url(/media/bestcosme/24/common/icon_award/icon_award_hall_top.svg);
}

/* 下半期新人賞 */
#award-top .top-key-visual .rookie .carousel-img::before {
	top: 15px;
	left: 29px;
	width: 78px;
	height: 131px;
	background-image: url(/media/bestcosme/24/common/icon_award/icon_award_rookie_top.svg);
}
#award-top .top-key-visual .carousel-img .top-key-visual-img {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

/* ページネーション */
#award-top .top-key-visual .carousel-pagination {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	z-index: 1;
}
#award-top .top-key-visual .carousel-bullet {
	display: inline-block;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: 0 9px;
	border-radius: 50%;
	background: #ccc;
}
#award-top .top-key-visual .carousel-bullet-active {
	background: #edcf8c;
}
#award-top .top-key-visual .carousel-inner {
	overflow: hidden;
	position: relative;
	height: 100%;
}
