@charset "utf-8";
.sec_plan {
    position: relative;
}
.details_wrap {
    padding-top: 50px;
    padding-left: 50px;
    position: relative;
    z-index: 11;
}
.details_wrap::before {
    background: #d8d3cb;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.details_wrap::after {
    background: #d8d3cb;
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
body.premium .details_wrap::before {
    background: linear-gradient(to right,  rgba(23,23,23,1) 0%,rgba(108,108,103,1) 82%,rgba(58,58,58,1) 100%);
}
body.premium .details_wrap::after {
    background: #171717;
}
.details {
    background-color: #d8d3cb;
    padding: clamp(15px, 3.57142857vw, 60px);
    position: relative;
    z-index: 11;
}
body.premium .details {
    background: linear-gradient(to right,  rgba(23,23,23,1) 0%,rgba(108,108,103,1) 82%,rgba(58,58,58,1) 100%);
}
@media screen and (max-width: 767px) {
    .details_wrap {
        padding-top: 25px;
        padding-left: 25px;
    }
    .details_wrap::before {
        height: 20px;
        width: 100%;
    }
    .details_wrap::after {
        height: 100%;
        width: 20px;
    }
}
body.premium .line_group {
    overflow: hidden;
    height: 100%;
    width: 170px;
    position: absolute;
    left: 40px;
    top: 0;
}
.ttl_box {
    background-color: #3a4246;
    color: #d8d3cb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    min-width: 300px;
    min-height: 266px;
    position: absolute;
    left: -130px;
    top: -110px;
    text-align: center;
}
body.premium .ttl_box {
    background: linear-gradient(to right,  rgba(149,141,113,1) 0%,rgba(149,141,113,1) 70%,rgba(230,230,230,1) 85%,rgba(149,141,113,1) 100%);
    color: #3a3a3a;
}
.ttl_box .pre {
    background: url(../imgs/border_pre.jpg) no-repeat center top /  100% 2px/*,
    url(../imgs/border_pre.jpg) no-repeat center bottom /  100% 2px*/;
    font-size: 2.0rem;
    line-height: 1.25;
    font-weight: 500;
    padding: 6px 0;
    padding: 12px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .ttl_box .pre {padding: 20px 0;}
}
.ttl_box .name {
    font-size: 2.8rem;
    line-height: 1.25;
    font-weight: 500;
}
.ttl_box .name::first-letter {
    font-size: calc(48 / 28 * 100%);
}
.ttl_box .ldk {
    font-size: 3.2rem;
}
.ttl_box .ldk::first-letter {
    font-size: calc(40 / 32 * 100%);
}
.ttl_box .wic {
    font-size: 1.9rem;
}
.ttl_box .line {
    background: url(../../common/imgs/icon_line.png) no-repeat center center / contain;
    display: block;
    width: 8px;
    height: 28px;
    transition: all ease-in-out 0.25s;
}
body.premium .ttl_box .line {
    background: url(../../common/imgs/icon_line_dark.png) no-repeat center center / contain;
}
@media screen and (max-width: 767px) {
    .ttl_box {
        min-width: 150px;
        min-height: 150px;
        left: -40px;
        top: -52px;
    }
    body.premium .ttl_box {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .ttl_box .pre {
        font-size: 1.2rem;
    }
    .ttl_box .name {
        font-size: 1.8rem;
    }
    .ttl_box .ldk {
        font-size: 2.0rem;
    }
    .ttl_box .wic {
        font-size: 1.2rem;
    }
}
.spec_point {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 20px;
    padding-left: 120px;
}
.spec_point .spec {
    color: #3a4246;
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    white-space: nowrap;
}
body.premium .spec_point .spec {
    color: #d8d3cb;
}
.spec_point .spec .num01 {
    font-size: calc(48 / 14 * 100%);
}
.spec_point .spec .num02 {
    font-size: calc(26 / 14 * 100%);
}
.spec_point .spec .num03 {
    font-size: calc(26 / 14 * 100%);
}
.spec_point .spec .num04 {
    font-size: calc(18 / 14 * 100%);
}
.spec_point .point {
    max-width: 70%;
}
.spec_point .point .ttl {
    color: #3a4246;
    font-size: 1.9rem;
    margin-bottom: 10px;
}
body.premium .spec_point .point .ttl {
    color: #fff;
}
.spec_point .point .list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.spec_point .point .list li {
    background-color: #6d7978;
    border: 1px solid #aeaaae;
    color: #d8d3cb;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 5px;
    text-align: center;
    width: calc(50% - 4px);
}
body.premium .spec_point .point .list li {
    background-color: #3a3a3a;
    border: 1px solid #a27e43;
}
@media screen and (max-width: 1000px) {
    .spec_point {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        padding-left: 160px;
    }
    .spec_point .point {
        max-width: inherit;
    }
}
@media screen and (max-width: 767px) {
    .spec_point {
        flex-direction: column;
        padding-left: 0;
    }
    .spec_point .spec {
        margin-left: auto;
    }
    .spec_point .point {
        width: 100%;
    }
    .spec_point .point .list {
        flex-direction: column;
        gap: 4px;
    }
    .spec_point .point .list li {
        width: 100%;
    }
}
.floor {
    background-color: #fff;
    margin-top: clamp(20px, 4.76190476vw, 80px);
    padding: clamp(20px, 4.76190476vw, 80px) clamp(15px, 7.14285714vw, 120px);
}
.notes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: clamp(25px, 2.97619048vw, 50px);
}
.notes img {
    height: 13px;
    width: auto;
}
.notes span {
    color: #333;
    font-size: 1rem;
}
@media screen and (max-width: 767px) { 
    .notes img {
        height: 28px;
    }
}
.sec_variations {
    background-color: rgba(109, 121, 120, .7);
    padding: clamp(45px, 7.14285714vw, 120px) 0;
    position: relative;
}
.sec_variations .line_left {
    z-index: 0;
}
.sec_variations .inner {
    max-width: 1060px;
    position: relative;
    z-index: 11;
}
.sec_variations .ttl {
    font-size: clamp(2rem, 2.38095238vw, 4rem);
    margin-bottom: clamp(25px, 2.97619048vw, 50px);;
}
.list_variations {
    display: flex;
    justify-content: center;
    gap: clamp(25px, 2.97619048vw, 50px);
}
.list_variations .link {
    background: url(../imgs/details/mark.png) no-repeat 0 0 / 100%;
    color: #d8d3cb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    padding: 15px;
    min-height: 285px;
    min-width: 290px;
    text-align: center;
    transition: background ease-in-out 0.6s, color ease-in-out 0.3s;
}
.list_variations .link:hover {
    background: url(../imgs/details/mark_o.png) no-repeat 0 0 / 100%;
    color: #3a4246;
}
.list_variations .premium_link.link {
    background: url("../imgs/details/mark_premium.png") no-repeat 0 0 / 100%;
    color: #3a4246;
    transition: background ease-in-out 0.6s, color ease-in-out 0.3s;
}
.list_variations .premium_link.link:hover {
    background: url("../imgs/details/mark_o_premium.png") no-repeat 0 0 / 100%;
    color: #d8d3cb;
    transition: background ease-in-out 0.6s, color ease-in-out 0.3s;
}

.list_variations .link .name {
    font-size: 2.4rem;
}
.list_variations .link .name::first-letter {
    font-size: calc(42 / 24 * 100%);
}
.list_variations .link .ldk {
    font-size: 2.8rem;
}
.list_variations .link .ldk::first-letter {
    font-size: calc(35 / 28 * 100%);
}
.list_variations .link .wic {
    font-size: 1.7rem;
}
.list_variations .link .num01 {
    font-size: calc(26 / 16 * 100%);
}
.list_variations .link .line {
    background: url(../../common/imgs/icon_line.png) no-repeat center center / contain;
    display: block;
    width: 8px;
    height: 28px;
    transition: all ease-in-out 0.25s;
}
.list_variations .link:hover .line {
    background: url(../../common/imgs/icon_line_dark.png) no-repeat center center / contain;
}

.list_variations .premium_link.link .line {
    background: url(../../common/imgs/icon_line_dark.png) no-repeat center center / contain;
    display: block;
    width: 8px;
    height: 28px;
    transition: all ease-in-out 0.25s;
}
.list_variations .premium_link.link:hover .line {
    background: url(../../common/imgs/icon_line.png) no-repeat center center / contain;
}

@media screen and (max-width: 767px) {
    .list_variations {
        padding: 0 35px;
    }
    .list_variations .link {
        min-width: inherit;
        min-height: inherit;
        margin: 0 5px;
        padding: 20px 15px;
    }
}
.list_variations .slick-track { display: flex !important;}
.list_variations .slick-slide { display: flex !important; height: inherit !important;}
.list_variations .slick-arrow {
    height: 25px;
    width: 25px;
}
.list_variations .slick-next { right: 10px;}
.list_variations .slick-prev { left: 10px;}
.list_variations .slick-arrow:before {
    content: "";
    display: block;
    z-index: 2;
    height: 100%;
    width: 100%;
	border: solid #3a4246;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
}
.list_variations .slick-arrow::before { 
	transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.list_variations .slick-next::before {
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.foot_caption {
    background-color: transparent;
    color: #FFF;
}

/* */
.typeB1{max-width: 580px !important;}
.detail_fig{
    margin-left: auto;
    margin-right: auto;
    display: block;
}