@charset "utf-8";
.block_head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: clamp(0px, 0.5952vw, 10px);
}
.block_head .cont { flex: 1;}
.block_head .img { width: calc(50% - 30px);}
.sec_head .topic .lg { font-size: 209%;}
.sec_head .topic .sm { font-size: 59%;}
.sec_location .block_head { margin: 0 0 65px;}
@media screen and (max-width: 767px) {
	.block_head .cont { width: 100%;}
	.block_head .img {
		margin-top: 30px !important;
		width: 100% !important;
	}
	.mb30_sp { margin-bottom: 30px;}
	.mb20_sp { margin-bottom: 20px;}
}
.sec_value {
	position: relative;
	padding-top: clamp(160px, 19.6429vw, 330px);
    /*padding-top: clamp(60px, 6.6429vw, 180px);*/
	padding-bottom: clamp(100px, 14.2857vw, 240px);
    padding-bottom: clamp(100px, 14.2857vw, 160px);
}
.sec_value.sec_value1 {
    padding-top: clamp(60px, 6.6429vw, 180px);
}
.sec_value .sec_head {
	margin-bottom: 0;
	padding-bottom: clamp(30px, 7.7381vw, 130px);
}
.value_notify {
	position: absolute;
	top: calc(100% - 25px);
	font-size: clamp(1.6rem, 1.5476vw, 2.6rem);
	line-height: 1.9;
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
}
.value_notify::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#605851), to(#000000));
	background: linear-gradient(to bottom, #605851 0%, #000000 70%);
	clip-path: polygon(51% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	display: block;
	display: block;
	height: clamp(50px, 5.0595vw, 85px);
	margin: 0 auto clamp(10px, 2.6786vw, 45px);
	width: clamp(220px, 22.3214vw, 375px);
}
.value_head {
	color: #251e1c;
	text-align: center;
	margin-bottom: clamp(20px, 2.381vw, 40px);
}
.value_head h4 {
	font-size: clamp(1.4rem, 1.0119vw, 1.7rem);
	line-height: 1;
	letter-spacing: 0.1em;
}
.value_head h4 span {
	border-bottom: 1px solid;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 12px;
}
.value_head p {
	font-size: clamp(1.6rem, 1.25vw, 2.1rem);
	letter-spacing: 0.1em;
}
.value_head p .lg {
	font-size: 162%;
	line-height: 1;
}
.value_head p .sm { font-size: clamp(1rem, 0.6548vw, 1.1rem);}
.notes {
	color: #251e1c;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.value_notify { letter-spacing: 0;}
	.notes { letter-spacing: 0;}
}
.block_style {
	position: relative;
	z-index: 0;
	padding: 65px 15px 30px;
}
.block_style .height_full {
	height: 100%;
}
.block_style .cornor_top {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: 15px;
	left: 10px;
	height: 115px;
	width: 115px;
}
.block_style .cornor_top:before {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	content: "";
	position: absolute;
	top: -6px;
	left: 4px;
	height: 100%;
	width: 100%;
}
.block_style .cornor_bottom {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	right: 10px;
	bottom: 15px;
	height: 115px;
	width: 115px;
}
.block_style .cornor_bottom:before {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	content: "";
	position: absolute;
	right: 4px;
	bottom: -6px;
	height: 100%;
	width: 100%;
}
.block_style .head {
	text-align: center;
	margin: 0 0 clamp(20px, 2.9762vw, 50px);
}
.block_style .head .ttl_en {
	font-size: clamp(1.4rem, 1.0714vw, 1.8rem);
	line-height: 1;
	letter-spacing: 0.04em;
	margin-bottom: clamp(5px, 0.8929vw, 15px);
}
.block_style .head .ttl_jp {
	font-size: clamp(2rem, 1.6667vw, 2.8rem);
	line-height: 1.9;
	letter-spacing: 0.1em;
	margin-bottom: clamp(10px, 1.7857vw, 30px);
}
.block_style .head .txt {
	font-size: clamp(1.2rem, 0.7738vw, 1.3rem);
	line-height: 2;
	letter-spacing: 0.1em;
}
.block_style .status_box {
	margin: auto;
	max-width: 500px;
}
.block_style .status_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 10px;
	gap: clamp(15px, 2.381vw, 40px);
}
.block_style .status_list li {
	background: linear-gradient(115deg, #000 70%, #555, #ddd, #111);
	background: linear-gradient(115deg, #000 70%, #605851, #b9b4a9, #605851);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(100px, 8.3333vw, 140px);
}
.block_style .status_list li .txt {
	font-size: clamp(1.6rem, 1.4285714285714285714vw, 2.4rem);
	line-height: 2;
	text-align: center;
}
.block_style .status_list li .txt .sm {
	display: block;
	font-size: 67%;
}
.block_style .status_list li .txt .lg {
	font-size: 150%;
	line-height: 1;
}
@media screen and (max-width: 1000px) {
	.block_style { padding: 30px 40px;}
}
@media screen and (max-width: 767px) {
	.block_style { padding: 30px 20px;}
	.block_style .head .ttl_jp { letter-spacing: 0;}
	.block_style .head .txt { 
		letter-spacing: 0;
		margin: 0 -10px;
	}
	.block_style .cornor_top {
		top: 10px;
		left: 5px;
		height: 50px;
		width: 50px;
	}
	.block_style .cornor_bottom {
		right: 5px;
		bottom: 10px;
		height: 50px;
		width: 50px;
	}
}
/* sec_rarity */
.sec_rarity .block_head .img { margin-top: calc(clamp(0px, 5.6548vw, 95px) * -1);}
.rarity_head { text-align: center;}
.rarity_head .ttl {
	font-size: clamp(1.8rem, 1.5476vw, 2.6rem);
	line-height: 1.9;
	letter-spacing: 0.1em;
	margin-bottom: clamp(20px, 2.381vw, 40px);
}
.rarity_head .txt {
	font-size: clamp(1.4rem, 0.9524vw, 1.6rem);
	line-height: 2.25;
	letter-spacing: 0.1em;
}
.rarity_img {
	margin: clamp(40px, 5.3571vw, 90px) auto 0;
	max-width: 550px;
}
.rarity_caption {
	font-size: clamp(1.4rem, 1.0714vw, 18px);
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.rarity_box {
	background-color: #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(1.6rem, 1.4286vw, 2.4rem);
	line-height: 2.1;
	letter-spacing: 0.1em;
	text-align: center;
	min-height: clamp(230px, 19.3452vw, 325px);
	padding: 15px;
}
.rarity_block .rarity_head .ttl { margin-bottom: clamp(15px, 4.4643vw, 75px);}
.rarity_block .rarity_list .ttl {
	font-size: clamp(1.4rem, 0.9524vw, 1.6rem);
	line-height: 2.2;
	letter-spacing: 0.1em;
	margin-bottom: clamp(10px, 1.1905vw, 20px);
}
.rarity_block .rarity_list .ttl .lg {
	font-size: 188%;
	line-height: 1;
}
.rarity_block .rarity_list .rarity_box { min-height: clamp(200px, 16.9643vw, 285px);}
@media screen and (max-width: 1200px) {
	.rarity_block .rarity_list { margin: 0 -5px 0;}
	.rarity_block .rarity_list > [class^="col"] {
		padding-right: 5px;
		padding-left: 5px;
	}
	.rarity_block .rarity_list .ttl { letter-spacing: 0;}
}
@media only screen and (max-width: 1200px) {
	.rarity_caption { text-align: center;}
	.rarity_block .rarity_list .ttl { text-align: center;}
}
/* sec_population */
.sec_population .block_head .img {
	margin-top: calc(clamp(100px, 10.119vw, 170px) * -1);
	width: calc(39% - 30px);
}
.population_info { max-width: 290px;}
.population_info .value_head { margin-bottom: 15px;}
.population_info .value_head h4 { font-size: clamp(1.2rem, 0.8929vw, 1.5rem);}
.population_info .value_head p {
	font-size: clamp(1.6rem, 1.0714vw, 1.8rem);
	letter-spacing: 0.1em;
}
.population_block {
	margin: auto;
	max-width: 965px;
}
@media only screen and (max-width: 1200px) {
	.population_info { max-width: initial;}
}

/* sec_land */
.sec_land .block_head .img {
	margin-top: calc(clamp(0px, 8.9286vw, 150px) * -1);
	width: calc(42.8% - 30px);
}
.land_caption {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.land_block {
	margin: auto;
	max-width: 865px;
}
.land_block + .land_block { margin-top: clamp(60px, 6.25vw, 105px);}
.land_rate { margin: clamp(60px, 9.2262vw, 155px) 0 0;}
.land_rate .value_head h4 span { margin-bottom: clamp(10px, 1.7857vw, 30px);}
@media only screen and (min-width: 768px) {
	.land_list .col-md-6:nth-child(2) {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}
}
/* sec_redevelopment */
.sec_redevelopment { padding-bottom: clamp(100px, 10.119vw, 170px);}
.sec_redevelopment .sec_head { padding-bottom: clamp(30px, 11.0119vw, 185px);}
.sec_redevelopment .block_head .img {
	margin-top: calc(clamp(30px, 5.3571vw, 90px) * -1);
	width: calc(42% - 30px);
}
.redevelopment_map { margin-bottom: clamp(60px, 11.9048vw, 200px);}
.redevelopment_map .cap {
	font-size: 1rem;
	line-height: 1.2;
	text-align: right;
	padding: 5px;
}
.redevelopment_block + .redevelopment_block { margin-top: clamp(60px, 11.9048vw, 200px);}
.redevelopment_block:last-child { margin-top: clamp(60px, 9.5238vw, 160px);}
.redevelopment_block .pic_cap { letter-spacing: 0;}
.redevelopment_block .cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.gallery_list { margin: 20px -10px 0;}
.gallery_list > [class^="col"] {
	padding-right: 10px;
	padding-left: 10px;
}
.schedule_info { margin-top: clamp(40px, 3.5714vw, 60px);}
.schedule_info .ttl {
	font-size: clamp(1.3rem, 0.8333vw, 1.4rem);
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.schedule_info .tbl {
	border-collapse: collapse;
	color: #251e1c;
	font-size: clamp(1.1rem, 0.7143vw, 1.2rem);
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.schedule_info .tbl td {
	border-bottom: 1px solid;
	padding: 4px 10px;
}
.schedule_info .tbl td:last-child {
	border-left: 1px dotted;
	padding-left: clamp(10px, 1.1905vw, 20px);
}
.schedule_info .tbl tr:first-child td { border-top: 1px solid;}
.redevelopment_block .col-md-5 .img { height: 100%;}
.redevelopment_block .col-md-5 .img img {
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.gallery_list {	margin: 0 -5px 0;}
	.gallery_list > [class^="col"] {
		padding-right: 5px;
		padding-left: 5px;
	}
}

/* */
@media only screen and (min-width: 768px) {
  /*  .sec_bg{bottom: 8%;}*/
}

.dis_flex_th{
    max-width: 830px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ico_note{max-width: 830px;margin-left: auto; margin-right: auto;}
.ico_note.notes{text-align: center;}
.dis_flex_th .item_ico{width: 30%;}
@media screen and (max-width: 767px) {
    .dis_flex_th .item_ico{width: 100%;}
    .dis_flex_th .item_ico:nth-of-type(n+2){margin-top: 20px;}
}
.w900l{max-width: 900px; margin-left: auto; margin-right: auto;}