@charset "utf-8";

.contest {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.contest .box {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 0px;
}

.contest .box .wrap {
	width: 100%;
	max-width: 800px;
	margin: 0px auto 0px auto;
}

.contest .box h2 {
	display: block;
	font-size: var(--font-xxl);
	line-height: 175%;
	margin: 3em auto 1em auto;
	text-align: center;
	font-weight: bold;
	color: #171d5a;
	padding: 0.4em 0 0.3em;
	border-top: solid 1px#CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

.contest .read h2 {
	margin-top: 2em;
}

.contest .read .comment_title {
	font-size: var(--font-l);
	margin-bottom: 1em;
	text-align: center;
}

.contest .read .comment {
	width: fit-content;
	margin: 0 auto;
}

.contest .read .comment p,
.contest .read .comment.p {
	font-size: var(--font-l);
	margin-bottom: 0;
}

.contest .prize {
	text-align: center;
}

.contest .prize .prize_title {
	font-size: var(--font-l);
	font-weight: bold;
}

.contest .prize .prize_item {
	font-size: var(--font-l);
	font-weight: bold;
	background-color: #000d88;
	padding: 40px 0;
	margin-top: 1em;
}

.contest .prize .prize_item .prize_money {
	font-size: var(--font-xl);
	font-weight: bold;
	color: #FFFFFF;
}

.contest .prize .prize_item p.prize_amazon {
	font-size: var(--font-xxl);
	color: #FFFFFF;
}

.contest .prize .prize_item p {
	font-size: var(--font-l);
	color: #FFFFFF;
}

.contest span.red {
	color: #FF0000;
}

.contest .box p {
	display: block;
	font-size: var(--font-m);
	line-height: 175%;
}

.contest .box .contest_rough {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;

	text-align: center;
}

.contest .box .contest_rough img {
	margin-top: 1em;
	border: solid 1px #CCCCCC;
}

.contest .box a {
	color: #1f2a2e;
	transition: all .3s ease;
}

.contest dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.contest dt {
	width: 30%;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #aff1ff;
	font-weight: bold;
	border: solid 1px #CCCCCC;
	border-right: none;
	font-size: var(--font-m);
	color: #363853;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contest dd {
	width: 70%;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
	font-size: var(--font-m);
}

@media screen and (max-width: 1200px) {
	.contest .box {
		width: 95%;
		padding: 30px 0px 0px 0px;
	}
}

@media screen and (max-width: 768px) {
	.contest .box {
		width: 90%;
		padding: 20px 0px 0px 0px;
	}
}

.contest .step dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	align-items: stretch;
}

.contest .step dt {
	width: 7em;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #aff1ff;
	font-weight: bold;
	border: solid 1px #CCCCCC;
	border-right: none;
	color: #363853;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contest .step dd {
	width: calc(100% - 7em);
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
}

.step .dg_dl_btn {
	width: 400px;
	max-width: 90%;
	margin: 1em auto 0 auto;
	border-radius: 10px;
	text-align: center;
	font-size: var(--font-m);
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}

.step .dg_dl_btn a {
	display: block;
	padding: 1.25em;
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
	transition: all .3s ease;
	border-radius: 10px;
}

.step .dg_dl_btn a:hover {
	transform: scale(1.1);
}

.step .dg_dl_btn p {
	padding: 1.25em;
	color: #666666;
	background-color: #CCCCCC;
	border-radius: 10px;
}

.contact {
	margin-bottom: 80px;
}

.contest .contest_end {
	background-color: #fff0f9;
	padding: 1em;
	margin-bottom: 40px;
}

.contest .contest_end p {
	font-size: var(--font-xl);
	width: fit-content;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
}

/*winnerページ*/
.contest .winner {}


.contest .review {}

.contest .box .bg {
	background: url(/assets/images/contest/bg_winner.webp) no-repeat center bottom;
	background-size: contain;
}

@media screen and (max-width: 768px) {
	.contest .box .bg {
		background: none;
	}
}

.contest .review h2 {
	margin-top: 2em;
}

.contest .review .comment_title {
	font-size: var(--font-l);
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
}

.contest .review .comment p {
	font-size: var(--font-m);
	margin-bottom: 0;

}

.contest .winner .artwork {
	max-width: 500px;
	width: 100%;
	margin: 50px auto 0 auto;
	padding: 0%;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
	.contest .winner .artwork {
		margin-top: 25px;
		width: 100%;
	}
}

.contest .winner .artwork img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.contest .winner .winner_award {
	font-size: var(--font-xxxl);
	font-weight: bold;
	width: fit-content;
	margin: 1em auto 0 auto;
}

.contest .winner .winner_prize {
	display: block;
	font-size: var(--font-xl);
	font-weight: bold;
	width: fit-content;
	margin: 0 auto 0 auto;
	margin-top: -10px;
}

.contest .winner .winner_name {
	font-size: var(--font-xxl);
	font-weight: bold;
	width: fit-content;
	margin: 2em auto 0 auto;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}

.contest .winner .winner_name {
	font-size: var(--font-xl);
	font-weight: bold;
	width: fit-content;
	margin: 1.5em auto 1.5em auto;
	padding: 1em 2em 0.95em 2em;
}
