﻿.st-main {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#content.content-award {
	max-width: calc(100% - 36px);
	width: calc(100% - 36px);
	margin-bottom: 30px;
}
.award-hero {
	display: flex;
	position: relative;
	gap: 0px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #fefcef;
	background: linear-gradient(180deg, rgb(254, 252, 239) 0%, rgb(255, 255, 255) 100%);
	margin-top: -10px;
	text-align: center;
	padding: 20px;
}
.award-hero > div {
	flex-direction: column;
	display: flex;
}
.award-hero-box {
	display: flex;
	flex-direction: column;
}
.award-hero-title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.award-hero h1 {
	font-size: 16px;
	margin-left: 20px;
	font-weight: normal;
	font-family: 'Noto Serif JP', sans-serif !important;
}
.award-hero .award-badge {
	width: 200px;
	margin: 10px auto;
}
.content-award .award-hero-text {
	font-size: 17px;
	text-align: center;
}
.content-award .award-text {
	font-size: 12px;
	color: #333333;
	max-width: 890px;
	margin: 30px auto;
	text-align: left;
}
.separator {
	width: 100%;
	height: 2px; /* Thickness of the line */
	background: linear-gradient(to right, rgba(200, 200, 200, 0), #ccc, rgba(200, 200, 200, 0));
	margin: 20px 0; /* Adjust spacing */
}
.award-title {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.award-text.mobile {
	position: relative;
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	display: block;
}
.award-text.mobile p {
	color: #553000;
	text-align: center;
	font-weight: 600;
	padding: 10px;
}
.award-ranking-box {
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
}
.award-dropdown {
	display: block;
	width: 90%;
	max-width: 400px;
	margin: 0 auto 20px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	color: #333;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	padding-right: 40px;
}
.award-text.mobile::after {
	content: '';
	position: absolute;
	top: 18px;
	right: 30px;
	width: 16px;
	height: 16px;
	background: url('/assets/stinger8/img/award2026/arrow-orange.png') no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
	pointer-events: none;
}
.award-text {
	text-align: center;
	margin: 30px 0;
}
.award-text ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 950px;
	margin: 0 auto;
	max-width: 100%;
	flex-direction: row;
	align-items: center;
}
.award-text li {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(100% / 6 - 10px);
	border: 1px solid #ede2d2;
	margin-bottom: 0;
	padding: 5px 0;
}
.award-text li a {
	text-decoration: none;
	color: #553000;
	font-size: 14px;
	font-weight: 500;
}
.award-text li img {
	width: 50px;
	height: auto;
	margin-bottom: 8px;
}
.award-text li a::after {
	content: '▼';
	display: block;
	font-size: 14px;
	color: #cfc755;
	margin-top: 5px;
}
.content-award .award-box-top {
	background: #faf7f2;
	border: #f3972b solid 4px;
	padding: 30px 20px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.content-award .award-box {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.content-award .award-box-img {
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
	margin-right: 0;
}
.content-award .award-box-img img {
	margin: 0 auto 10px;
}
.content-award .award-box-text {
	max-width: 100%;
	font-size: 14px;
	color: #454545;
}
.award-title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	font-weight: 500;
	color: #333;
}
.award-title.line {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 30px auto;
	flex-direction: column;
}
.award-title.line::before,
.award-title.line::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #ccc;
	width: 50%;
}
.award-sec-title {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #ac7f3c;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-family: 'Noto Serif JP', sans-serif !important;
	margin-bottom: 20px;
}
.award-sec-title img {
	width: 50px;
	height: auto;
}
.award-ranking {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border: 2px solid #d4a117;
	padding: 15px;
	background: #fff;
	width: calc(100% - 30px);
	margin: 0 auto 10px;
	flex-direction: column;
	text-align: center;
}
.award-ranking a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	justify-content: space-evenly;
	gap: 15px;
	width: 100%;
	justify-content: center;
}
.award-ranking div {
	box-sizing: border-box;
}
.award-ranking .award-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.award-ranking .award-logo {
	max-width: 150px;
	width: 150px;
	height: auto;
	margin-bottom: 10px;
	padding: 20px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.award-ranking.award-ranking01 .award-logo {
	height: auto;
	margin: 0 10px 0 0;
}
img.overall-award-logo {
	width: 80%;
	border: 1px solid #ccc;
	padding: 20px 10px;
}
img.award-logo-cam {
	width: 120%;
}
.award-ranking .award-company {
	margin: 5px 0;
	font-size: 13px;
	line-height: 1;
}
.award-ranking .award-desc {
	font-size: 15px;
	color: #0073e6;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.award-ranking-box {
	display: flex;
	justify-content: center;
	margin: 20px auto;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}
.award-ranking .award-badge {
	width: 130px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 50px;
	color: #fff;
	font-size: 10px;
	min-width: 130px;
	font-family: 'Noto Serif JP', sans-serif;
	margin: -20px 15px;
}
.award-ranking.award-ranking01 img.award-badge {
	width: 100px;
}
.award-ranking a.coll {
	flex-direction: column;
}
.award-ranking.award-ranking01 {
	width: calc(100% - 30px);
}
.award-ranking.award-ranking01 .ranking-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.award-ranking.award-ranking01 .ranking-text div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.award-ranking.award-ranking01 .award-badge {
	/*
    flex-shrink: 0;
    width: 147px;
    height: 151px;
    font-size: 13px;
    padding-bottom: 58px;*/
	background: url(/assets/stinger8/img/award2026/ins_no1.png) no-repeat center;
	background-size: contain;
	white-space: nowrap;
}
.award-ranking.award-ranking01.length-l .award-badge {
	font-size: 9px;
	/*padding-bottom: 60px;*/
}
.award-ranking.award-ranking02 .award-badge {
	background: url(/assets/stinger8/img/award2026/ins_no2.png) no-repeat center;
	background-size: contain;
	white-space: nowrap;
}
.award-ranking.award-ranking03 .award-badge {
	background: url(/assets/stinger8/img/award2026/ins_no3.png) no-repeat center;
	background-size: contain;
	white-space: nowrap;
}
.award-ranking.award-ranking02.length-l .award-badge,
.award-ranking.award-ranking03.length-l .award-badge {
	font-size: 9px;
}

.award-ranking02 {
	border-color: #ccc;
}
.award-ranking03 {
	border-color: #eba774;
}
.content-award h4.khead {
	background: #fa7832;
	padding: 10px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}
.content-award .award-comment {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-align: center;
	flex-direction: column-reverse;
	align-items: center;
}
.content-award .award-comment p {
	max-width: 740px;
	font-size: 14px;
	text-align: left;
}
.content-award .award-comment-img {
	text-align: center;
	font-size: 13px;
	max-width: 120px;
	margin-bottom: 20px;
}
.content-award .award-box-bottom {
	background: #faf8f5;
	padding: 30px 20px;
	line-height: 1.6;
	color: #666666;
	margin-top: 50px;
	font-size: 13px;
}
.content-award .award-box-bottom p {
	margin-bottom: 20px;
}
.content-award .award-box-bottom p:last-child {
	margin-bottom: 0;
	font-size: 12px;
}
.content-award .award-box-bottom b {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 13px;
}

.st-main .award-ranking p.note {
	font-size: 10px;
}

/*販売終了*/
.award-ranking .txt_soldout {
	font-size: 11px;
	padding: 5px 0;
	background: #888;
	margin-top: 5px;
	color: #fff;
}

/* Responsive adjustments */
@media (min-width: 1024px) {
	.content-award .award-box {
		flex-direction: row;
	}
	.content-award .award-box-img {
		margin-bottom: 0;
		margin-right: 30px;
	}
	.content-award .award-box-text {
		max-width: 700px;
	}
	.award-ranking-box > .award-ranking > a > div > img[class*='overall-award-logo'] {
		width: 200px;
		height: 100px;
	}
}
@media (min-width: 600px) {
	#content.content-award {
		max-width: calc(1200px - 140px);
	}
	.award-hero {
		flex-direction: row;
		text-align: left;
		padding: 40px 20px;
		justify-content: center;
		width: 100%;
	}
	.award-hero > div {
		flex-direction: row;
	}
	.award-hero h1 {
		font-size: 24px;
	}
	.award-hero .award-badge {
		width: 300px;
		margin-left: 50px;
	}
	.award-title.line {
		flex-direction: row;
		gap: 20px;
	}
	.award-title.line::before,
	.award-title.line::after {
		width: 100%;
	}
	.award-text.mobile {
		display: none;
	}
	.award-text.pc {
		display: block;
	}
	.award-text ul {
		flex-direction: row;
		max-width: 950px;
	}
	.award-ranking {
		flex-direction: row;
		padding: 20px;
		width: 50%;
		margin: 20px auto;
		width: calc(100% - 30px);
		margin: 0 0 10px;
	}
	/*
    .award-ranking .award-badge {
        width: 125px;
        height: 125px;
        margin: -20px 15px;
    }
    */
	.award-ranking-box {
		flex-direction: row;
		gap: 20px;
	}
	.award-ranking .award-content {
		align-items: flex-start;
	}
	.award-ranking .award-company {
		font-size: 14px;
	}
	.award-ranking .award-desc {
		font-size: 17px;
	}
	.content-award .award-comment-img {
		max-width: 150px; /*
        margin: 0 auto 10px;*/
	}
	.award-ranking.award-ranking01 {
		width: calc(100% - 40px);
	}
	.award-ranking.award-ranking01 div {
		width: 100%;
	}
	.award-sec-title {
		font-size: 40px;
		margin-bottom: 0;
	}
	.content-award .award-comment {
		flex-direction: row;
		align-items: flex-start;
	}
	.content-award .award-comment-img {
		margin: 0 auto 10px;
	}
	.award-ranking.award-ranking01 .ranking-text {
		flex-direction: row;
		width: 70%;
		gap: 20px;
	}
	.award-ranking.award-ranking01 .ranking-text div {
		text-align: left;
	}
	.content-award .award-box-bottom {
		padding: 30px;
	}
}
