/* CSS Document */

/*hero_img PC--SP*/
.p-heroPhoto li.pc{
	display: block;
}
.p-heroPhoto li.pc_narrow{
	display: none;
}
.p-heroPhoto li.sp{
	display: none;
}
@media screen and ( max-width:960px) {
	.p-heroPhoto li.pc{
		display: none;
	}
	.p-heroPhoto li.pc_narrow{
		display: block;
	}
	.p-heroPhoto li.pc_narrow img{
		height: auto !important;
		width: 100% !important;
		position: absolute;
		top:50%;
		left: 0px;
		margin-top: -30vw;
	}
}
@media screen and ( max-width:540px) {
	.p-heroPhoto li.pc_narrow{
		display: none;
	}
	.p-heroPhoto li.sp{
		display: block;
	}
	.p-hero_area{
		height: auto;
		aspect-ratio:4/3;
	}
	.p-heroPhoto li.sp img{
		height: auto !important;
		width: 100% !important;
	}
}


/*p-number_body*/
.p-number_body{
	padding-top: 4rem;
}
.p-number_body .p-content_box{
	/*padding: 1.875rem 2.5rem 0.25rem;*/
	padding: 1.875rem 0 0.25rem;
}
.p-number_body .p-number_body__content{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.p-number_body .p-content_box.c-sub_box{
	margin-top: 5px;
	padding-top: 1rem;
}

/*number_section_label*/
.p-number_section_label{
	width: calc(100% - 100px);
	position: absolute; left: 50%;
	margin-left: calc(0px - (50% - 50px));
	top: -3.75rem;
	padding: 1.0625rem 0.25rem 1.125rem;
	text-align: center;
	line-height: 1;
	color: #fff;
}
.p-number_section_label h2{
	font-size: 1.5rem;
}
.p-number_section_label .c-catch_font_en{
	font-size: 1.3em;
	/*margin-top: -0.06em;*/
}

/*number__big_number*/
.p-number_main{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 1.25rem;
	white-space: nowrap;
}
.p-number__big_number{
	color: var(--kajima_red);
	font-size: 7.5rem;
	margin-bottom: -0.06em;
}

.p-num_img.c-right_top{
	margin-top: calc(-1.875rem - 20px);
}
.p-number_subtxt{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 2.125rem;
	font-weight: 500;
	line-height: 1.3;
}
.p-number_subtxt .c-small_txt{
	font-size: 0.7em;
}
.p-number_people{
	padding-bottom: 1.25rem;
	text-align: center;
}
.p-number_people img{
	width: 100%;
	height: auto;
	max-width: 300px
}

/*p-number_ranking*/
.p-number_ranking{
	font-size: 1.375rem;
	line-height: 1.5;
	font-weight: 500;
	padding: 0 1rem 2rem;
}
.p-number_ranking li{
	padding: 0.875rem 0 0.875rem;
	border-bottom: var(--theme_color_1) 1px solid;
}
.p-number_ranking li.others{
	font-size: 0.9em;
	border-bottom: none;
}

@container box-container (max-width: 1100px) {
	.p-number_main{
		font-size: 2.5rem;
	}
	.p-number__big_number{
		font-size: 6.5rem;
	}
}

@container box-container (max-width: 904px) {
	.p-num_img.c-right_top{
		margin-top: 0;
	}
	.p-number_people{
		display: none;
	}
}

@media screen and ( max-width:959px) {
	.p-number_section_label h2{
		font-size: 1.25rem;
	}
}
@media screen and ( max-width:459px) {
	.p-number_txt{
		text-align: left;
	}
	.p-number_txt br{
		display: none;
	}
	.p-number_main{
		font-size: 2rem;
	}
	.p-number__big_number{
		font-size: 5rem;
	}
	.p-number_subtxt{
		font-size: 1.5rem;
	}
	.p-number_ranking{
		font-size: 1.0625rem;
	}
}


