@charset "utf-8";

/* CSS Document */
.emphasis_line {
	background-image: linear-gradient(rgba(0 0 0 / 0)70%, #CC99FF 70%);
}

/*背景ボーダーのカラー反映用*/
@media(min-width:460px) {
	body {
		background: repeating-linear-gradient(135deg, #edff69, #edff69 8px, #E5FF17 8px, #E5FF17 16px);
	}
}

.boder {
	background: repeating-linear-gradient(135deg, darkgray, darkgray 8px, #fff 8px, #fff 16px);
}

/*エリア分け下矢印グラデーション*/
@media (max-width: 460px) {
	.traiangl_area01 {
		background: -ms-linear-gradient(-90deg, rgba(234, 234, 234, 1) 0%, rgba(234, 234, 229, 1) 11.72%, rgba(234, 236, 215, 1) 25.49%, rgba(233, 238, 191, 1) 40.3%, rgba(232, 242, 158, 1) 55.84%, rgba(231, 246, 116, 1) 71.96%, rgba(230, 251, 64, 1) 88.3%, rgba(229, 255, 23, 1) 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#E5FF17' ,GradientType=0)";
		background: linear-gradient(180deg, rgba(234, 234, 234, 1) 0%, rgba(234, 234, 229, 1) 11.72%, rgba(234, 236, 215, 1) 25.49%, rgba(233, 238, 191, 1) 40.3%, rgba(232, 242, 158, 1) 55.84%, rgba(231, 246, 116, 1) 71.96%, rgba(230, 251, 64, 1) 88.3%, rgba(229, 255, 23, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#E5FF17', GradientType=0);
	}
}

/*メインビジュアル用*/
.mainvisual_backcolor {
	background-color: #E5FF17;
}

.mainvisual_wrap::before {
	background: url(/files/cont/paris2024/hokkaido_athletes/img/hiraki/top_hiraki_01_pc.webp) no-repeat center center / auto auto;
}

.mainvisual_03 {
	width: 1300px;
}

.mainvisual_03 img {
	top: -20px;
	left: 0px;
}

.mainvisual_03_kazari {
	position: absolute;
	width: 1300px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.kazari_dot_top {
	top: 5%;
	left: 8%;
	transform: rotate(-90deg);
}

@media (max-height: 739px) {
	.kazari_dot_top {
		display: none;
	}

}

@media (max-width: 460px) {
	.mainvisual_wrap::before {
		background: url(/files/cont/paris2024/hokkaido_athletes/img/hiraki/top_hiraki_01_sp.webp) no-repeat top right / auto auto;
		background-size: cover;
		background-position: top 7vh right 0px;
	}

	.mainvisual_03 {
		width: 100vw;
		bottom: 15svh;
	}

	.mainvisual_03 img {
		top: -24vw;
		left: 0;
	}

	.mainvisual_text_inner h1 span:nth-child(2)::before {
		width: 1rem;
	}

	.kazari_dot_botom {
		bottom: 0px;
		right: 5px;
	}

	.mainvisual_text_inner h1 {
		font-size: 8.6vw;
	}
}

@media (min-height: 740px) and (max-width:460px) {
	.mainvisual_wrap::before {
		background-position: top 12vh right 0px;
	}

}


@media (max-height: 740px) and (max-width: 460px) {
	.mainvisual_03 {
		bottom: 10svh;
	}

}

.pf_area_inner p:nth-child(2) {
	font-size: 2.2rem;
}

/*写真反映用*/
.box_shadow {
	box-shadow: 8px 8px 0 #E5FF17;
}

.stripe_box {
	background: repeating-linear-gradient(135deg, #ffffff00, #ffffff00 8px, #F1FFB6 8px, #F1FFB6 16px);
}

.hiraki_01 {
	width: 500px;
}

.hiraki_02 {
	width: 430px;
}

.hiraki_03_pc, .hiraki_03_sp {
	margin-top: 50px;
}

.hiraki_04 {
	width: 450px;
}

.hiraki_05 {
	background: url(/files/cont/paris2024/hokkaido_athletes/img/hiraki/05_hiraki.webp) no-repeat center center;
	background-size: cover;
}
.last_area_svg {
	opacity: 1;
}

/*写真反映用*/
@media (max-width: 460px) {
	.hiraki_01, .hiraki_02, .hiraki_03_pc, .hiraki_04 {
		width: 100%;
	}

}

/*テーマカラー一括反映用*/
.maincolor {
	background-color: #E5FF17;
}

.subcolor {
	background: #E5FF17;
}

/*成績表*/
.dl_grade {
	gap: 5px 10px;
}
.dl_grade_caption span {
	display: block;
}

.dl_grade_caption_sub {
	font-size: 1.6rem;
}
.dl_grade dt {
	flex-wrap: wrap;
	justify-content: end;
	text-align: end;
	padding: 4px 12px 4px 0;
}

.dl_grade_content_inner {
	padding: 14px 0;
}

.dl_grade dt {
	line-height: 1.3;
}

.dl_grade_content_inner dd {
	width: 48%;
}

.dl_grade_content_inner dd:not(:first-child) {
	width: 50%;
	justify-content: space-between;
}

.lank, .victory {
	width: 84px;
	text-align: center;
}

.dl_grade_content:not(:last-child) {
	border-bottom: 1px solid #717171
}

.dl_grade_content .dl_grade_content_inner:not(:last-child) {
	border-bottom: 1px solid #717171
}


@media (max-width: 460px) {
	.dl_grade dt {
		width: 82px;
	}

	.dl_grade_content {
		width: calc(100% - 92px);
	}

	.dl_grade_content_inner dd {
		width: 100%;
	}

	.dl_grade_content_inner dd:not(:first-child) {
		width: 100%;
		justify-content: end;
	}

	.lank, .victory {
		width: 70px;
	}
}