@charset "Shift_JIS";

/* -----------------------------------------------------------
Table of Contents
* #award-top-content
	-- .top-banner
	-- .top-header
	-- .top-key-visual
----------------------------------------------------------- */

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

/* トップカルーセルの画像がはみ出さないよう指定 */
#award-top .top-content {
	overflow: hidden;
}
#award-top #award-top-content .award-top-content-inner {
	background: url(/media/bestcosme/24/pc/bg_common_white.png);
	background-repeat: repeat;
	background-position: top 0 left 17px;
}
#award-top #award-top-content .top-photographer {
	padding: 10px 29px 24px 0;
	text-align: right;
}

/* .top-banner
------------------------------------------------------ */
#award-top #award-top-content .top-banner {
	padding-bottom: 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: 55px 0;
	background: url(/media/bestcosme/24/pc/teaser/teaser-bg.png) 100%;
}
#award-top #award-top-content .top-banner .top-banner-image-wrapper .top-banner-image-advance {
	position: absolute;
	top: 0;
	left: 0;
}
#award-top #award-top-content .top-banner .top-banner-image-wrapper .top-banner-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #fff;
}
#award-top #award-top-content .top-banner .top-banner-title {
	margin-top: 15px;
}
#award-top #award-top-content .top-banner .top-banner-text {
	margin-top: 10px;
	padding: 0 26px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
#award-top #award-top-content .top-banner .top-banner-check {
	display: grid;
	width: 553px;
	height: 54px;
	margin: 10px auto 0;
	border: 1px solid #1796d5;
	border-radius: 4px;
	background-color: #1796d5;
	transition: opacity .2s;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	place-content: center;
}
#award-top #award-top-content .top-banner .top-banner-check:hover {
	opacity: .7;
}

/* .top-header
------------------------------------------------------ */
#award-top #award-top-content .top-header {
	padding: 7px 15px 8px;
	border-bottom: 1px solid #9eddd6;
	text-align: center;
}

/* ---------------------------------------------------------------
key-visual
--------------------------------------------------------------- */
#award-top .top-key-visual {
	position: relative;
}
#award-top .top-key-visual .top-key-visual-info {
	position: absolute;
	right: 0;
	bottom: 58px;
	left: 0;
	z-index: 1;
	color: #fff;
	text-align: center;
}
#award-top .top-key-visual .top-key-visual-title {
	font-size: 28px;
	font-weight: bold;
}
#award-top .top-key-visual .top-key-visual-brand {
	margin-top: 12px;
	font-size: 20px;
	font-weight: bold;
}
#award-top .top-key-visual .top-key-visual-credit {
	margin: 20px 25px 0 0;
	color: #ccc;
	font-size: 10px;
	text-align: right;
}
#award-top .top-key-visual .carousel-img {
	position: relative;
}
#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: 15px;
	width: 174px;
	height: 167px;
	background-image: url(/media/bestcosme/24/common/icon_award/icon_award_grand_top.svg);
}

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

/* 下半期新人賞 */
#award-top .top-key-visual .rookie .carousel-img::before {
	top: 20px;
	left: 40px;
	width: 116px;
	height: 195px;
	background-image: url(/media/bestcosme/24/common/icon_award/icon_award_rookie_top.svg);
}

/* カルーセル */
#award-top .top-key-visual .carousel-inner {
	position: relative;
	height: 100%;
}
#award-top .top-key-visual .carousel-img img {
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#award-top .top-key-visual .carousel-pagination {
	position: absolute;
	bottom: 30px;
	z-index: 1;
	text-align: center;
}
#award-top .top-key-visual .carousel-bullet {
	display: inline-block;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;
}
#award-top .top-key-visual .carousel-bullet-active {
	background: #edcf8c;
}