@charset "utf-8";
.sec_detail {
	position: relative;
	padding: 140px 0 120px;
}
.sec_detail::after {
	content: "";
    background: url(../imgs/detail/detail_bg.png) no-repeat bottom right / contain;
    position: absolute;
	left: auto;
	right: 0;
	width: 49%;
	height: 100%;
	bottom: 0;
	mix-blend-mode: luminosity;
	z-index: 0;
}
.floor_name {
    display: flex;
	align-items: baseline;
    gap: 60px;
	/*margin: 0 0 75px 30px;*/
    margin: 0 auto 75px;
    max-width: 970px;
}
.floor_name .name {
	font-size: 4rem;
	font-size: 2.6rem;
	letter-spacing: 0.06em;
	line-height: 1;
    display: flex;
    align-items: baseline;
    position: relative;
	color: #47b9d7;
	transition: all .3s;
}
.floor_name .name > span {
	font-size: 200%;
    margin-right: 15px;
	position: relative;
    top: -3px;
}
.floor_name .spec {
	font-size: 2rem;
	font-size: 2.8rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
    position: relative;
}
.floor_name .spec .big { font-size: 240%;}
.floor_name .spec .large { font-size: 170%;}
.floor_name .spec .medium { font-size: 140%;}
.floor_name .exclusive {
	font-size: 1.2rem;
    letter-spacing: 0.1em;
	line-height: 1.2;
    position: relative;
	top: -3px;
	display: inline-block;
	margin-right: 20px
}
.floor_name .exclusive .big { font-size: 284%; font-size: /*330%*/ 560%;}
.floor_name .exclusive .large { font-size: 217%;font-size: 270%;}
.floor_name .exclusive .medium { font-size: 150%;}
.floor_name .exclusive .sm { font-size: 184%; font-size: 200%;}
.floor_name .exclusive .ss { font-size: 117%; font-size: 150%;}
@media only screen and (max-width: 767px) {
	.floor_name .exclusive .big{font-size: 350%;}
}
@media only screen and (max-width: 470px) {
	.floor_name .exclusive{display: block;}
}
.floor_name .desc {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2.2;
}
.wrap_detail {
	max-width: 970px;
	margin: auto;
}
.box_type {
	background-color: #f2f5fa;
	position: relative;
	padding: 7% 15px 6.5%;
	z-index: 2;
}
.box_type .image {
	text-align: center;
	margin: 0 auto 105px;
	mix-blend-mode: multiply;
}
.box_type .cont { padding: 0 0 0 20.5%;}
.box_type .cont .sub img {
    margin: 0 0 15px;
    max-width: 490px;
}
.box_type .cont .notes {
   font-size: 1.2rem;
   line-height: 2;
   letter-spacing: 0.05em;
   color: #333333;
}
.thumb_list {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 40px;
   margin-top: 105px;
   position: relative;
   z-index: 2;
}
.thumb_list .item {
    text-align: center;
}
.thumb_list .item .img {
    position: relative;
    margin: 0 0 25px;
}
.thumb_list .item .ttl_en {
	font-size: 1.8rem;
    letter-spacing: 0.06em;
	line-height: 1.7;
	color: #47b9d7;
	margin-bottom: 5px;
}
.thumb_list .item .ttl {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0 0 25px;
}
.thumb_list .item .txt {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    line-height: 1.7;
}
@media only screen and (max-width: 1024px) {
	.floor_name {
		gap: 40px;
		margin: 0 0 40px 0;
	}
	.floor_name .name { font-size: 3rem;}
	.floor_name .spec { font-size: 1.8rem;}
	.box_type { padding: 30px 15px;}
    .box_type .image { margin: 0 auto 40px;}
	.thumb_list {
		gap: 20px;
		margin-top: 60px;
	}
	.thumb_list .item .ttl_en { font-size: 1.6rem;}
    .thumb_list .item .ttl { font-size: 1.6rem;}
	.thumb_list .item .txt {
        font-size: 1.1rem;
        letter-spacing: 0.01em;
    } 
}
@media only screen and (max-width: 767px) {
	.floor_name {
		display: block;
		margin: 0 0 30px;
		text-align: center;
	}
	.floor_name .name { justify-content: center;}
	.floor_name .name span { 
		margin-right: 10px;
		top: 0;
	}
	.box_type .cont .notes {
		font-size: 1rem;
		letter-spacing: 0.01em;
		line-height: 1.8;
	}
	.box_type .cont { padding: 0;}
	.thumb_list {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-top: 40px;
	}
	.thumb_list .item .ttl { margin-bottom: 15px;}
	.thumb_list .item { width: 100%;}
    .thumb_list .item .txt { font-size: 1.2rem;}
	.thumb_list .item .img { margin: 0 0 10px;}
}

.sec_variation { padding: 100px 0 130px;}
.sec_variation.bg02::before {
    content: "";
    background: url(../imgs/detail/variation_bg01.png) no-repeat top left / auto 100%;
    position: absolute;
	left: 0;
	right: auto;
	width: 100%;
}
.sec_variation.bg02::after {
    content: "";
    background: url(../imgs/detail/variation_bg02.png) no-repeat bottom right / contain;
    position: absolute;
	left: auto;
	right: 0;
	width: 32%;
	height: 100%;
	bottom: 0;
}
.list_type li .wrap::before { background: url(../imgs/detail/bg_type.png) no-repeat center center / cover;}