h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

article,
section,
.container {
    min-width: unset;
}

img {
    vertical-align: bottom;
}

.page-main .page-main__title h2 {
    background: url(../images/plan_h2.svg) center / auto 100% no-repeat;
    width: 118px;
}

.page-copy {
    padding: 60px 0;
    width: 90%;
    margin: 0 auto;
}

.page-copy h3 {
    font-weight: 500;
    text-align: center;
    font-size: 24px;
    line-height: 1.9;
    letter-spacing: 2px;
}

.page-copy h4 {
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 2px;
}

.page-copy h3+h4 {
    margin-top: 30px;
}


.intro {
    padding-top: 60px;
    background: url(../images/plan_bg.webp) center top / 100% auto no-repeat;
}

.intro .page-copy {
    padding-top: 30px;
    padding-bottom: 20px;
}

.intro .feature {
    padding: 0 0 60px;
}

.intro .feature-list {
    gap: 0;
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.intro .feature-list.lower {
    margin-top: 2rem;
    /* padding-top: 2rem; */
}

.intro .feature-list_item {
    width: 32%;
    position: relative;
    padding: 2rem 0;
    font-size: 18px;
    line-height: 1.4;
    height: 100px;
    background: #e3dbcc;
}

.intro .feature-list_item::before {
    content: "";
    border: 1px solid #81664e;
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
}

.intro .feature-list_item p {
    font-size: 22px;
}

.intro .feature-list_item span {
    font-weight: 700;
}

.intro .feature-list_item span.big {
    font-size: 28px;
}

.intro .feature-list_item small {
    font-size: 75%;
}

.intro .feature-list_item>div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.intro .feature-list_item:after {
    left: unset;
    right: 0;
}

.tab-menu {
    padding-top: 100px;
}

.tab-menu_list {
    gap: 10px 20px;
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}

.tab-menu_item {
    width: calc((100% - 40px) / 3);
}
.tab-menu_list.double .tab-menu_item {
    width: calc((80% - 20px) / 2);
}

.tab-menu_item a {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    border-bottom: 4px solid #cbbda1;
    text-decoration: none;
    transition: all .3s ease-out;
    position: relative;
    background: #f5f2ec;
}

/*
.tab-menu_item a:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s ease-in;
    opacity: 1;
}
*/
.tab-menu_item a p {
    font-size: 125%;
    line-height: 1.15;
    margin-top: 10px
}

#idea .tab-menu_item.idea a,
#storage .tab-menu_item.storage a,
#plan .tab-menu_item.plan a {
    pointer-events: none;
}

.tab-menu_item a:hover,
#idea .tab-menu_item.idea a,
#storage .tab-menu_item.storage a,
#plan .tab-menu_item.plan a {
    background: #cbbda1;
    color: #000;
}

.tab-menu_item a:hover:after,
#idea .tab-menu_item.idea a:after,
#storage .tab-menu_item.storage a:after,
#plan .tab-menu_item.plan a:after {
    opacity: 0;
}

.plan-view {
    margin: 20px 0 0;
    padding: 60px 0 0;
}

.plan-list {
    gap: 30px 0;
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}

.plan-list_item {
    width: calc(100% / 2);
    padding-bottom: 14.5px;
    position: relative;
    cursor: pointer;
}

.plan-list_item p {
    padding: 5px 0 0;
    line-height: 1.75;
    text-align: center;
    color: #fff;
    background: #afb9b5;
    font-size: 30px;
    transition: all .3s ease-out;
}

.plan-list_item p span {
    font-size: 80%;
}

.plan-list_item.active {
    cursor: default;
}

.plan-list_item.active p {
    background: #778881;
}

.plan-list_item:after {
    content: "";
    display: block;
    width: 17px;
    height: 15px;
    background: url(../images/plan_active_icon.svg) center top / 100% 100% no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s ease-out;
}

.plan-list_item.active:after {
    opacity: 1;
}

.plan-detail>* {
    display: none;
}

.plan-view.room4ldk .plan-detail_item.room4ldk,
.plan-view.room3ldk .plan-detail_item.room3ldk,
.plan-view.room2ldk .plan-detail_item.room2ldk {
    display: flex;
    gap: 30px 60px;
    justify-content: center;
    margin: 0 auto 30px;
}
.plan-view.room2ldk .plan-detail_item.room2ldk{
    justify-content: flex-start;
}

.plan-view.room4ldk .plan-detail_item.room4ldk,
.plan-view.room3ldk .plan-detail_item.room3ldk {
    gap: 65px 60px;
    margin: 50px auto 30px;
}

.plan-view .plan-detail+p,
.plan-view .plan-detail_item {
    max-width: 960px;
    width: 90%;
}

.plan-view .plan-detail+p {
    margin: 10px auto 0;
}

.plan-detail_box {
    width: calc((100% - 60px) / 2);
    color: #333;
    text-decoration: unset;
    border: 5px solid #cbbda1;
    padding: 25px 35px;
    position: relative;
}

.plan-detail_box .attention {
    width: 80%;
    position: absolute;
    top: -46.5px;
    right: 10px;
    width: 274px;
    aspect-ratio: 6.523809;
    background: url(../images/plan_attention_icon.svg) right bottom / contain no-repeat;
}
.plan-detail_box:before{
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 145px;
    aspect-ratio: 145 / 21;
    background: url(../images/plan_sale_icon3.svg) right bottom / 100% 100% no-repeat;
}
.plan-detail_box:has(.sale_attention):before{
    width: 120px;
    aspect-ratio: 122 / 21;
    background: url(../images/plan_sale_icon.svg) right bottom / 100% 100% no-repeat;
}
@media screen and (max-width: 1068px){
    .plan-detail_box:has(.sale_attention.first-come){
        padding: 50px 35px 25px;
    }
}
.plan-detail_box:has(.sale_attention.first-come):before{
    aspect-ratio: 145 / 45;
    background: url(../images/plan_sale_icon2.svg) right bottom / 100% 100% no-repeat;
}

.plan-detail_box .attention.price {
    background: url(../images/plan_price_icon.svg) right bottom / contain no-repeat;
}

.plan-detail_box .attention>div {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    mix-blend-mode: screen;
}

.contWrap a.plan-detail_box:hover {
    opacity: 1;
}

.plan-detail_box .attention>div:after {
    content: "";
    display: block;
    position: absolute;
    width: 175%;
    height: 100%;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #d8d3ab), color-stop(34%, #b5ac86), color-stop(60%, #9c8d6b), color-stop(83%, #8d805bcf), to(#655f56));
    top: 0;
    left: 0;
    -webkit-animation: 4s leftTorRight cubic-bezier(0.52, 0.08, 0.18, 1) infinite;
    animation: 4s leftTorRight cubic-bezier(0.52, 0.08, 0.18, 1) infinite;
    pointer-events: none;
    z-index: 2;
}

.plan-detail_box:hover {
    color: #333;
}

.plan-detail_box .title {
    gap: 1em;
    font-size: 15px;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.plan-detail_box .title h4 {
    font-weight: 400;
}

.plan-detail_box .title p span,
.plan-detail_box .title h4:first-letter {
    font-size: 160%;
    font-weight: 500;
}
.plan-detail_box .title.gr_type h4:first-letter,
.plan-detail_box .title.fg_type h4:first-letter {
    font-size: 100%;
}
.plan-detail_box .title.gr_type h4 span,
.plan-detail_box .title.fg_type h4 span{
    font-size: 160%;
}

.plan-detail_box .info {
    margin: 0 0 30px;
    font-size: 13px;
}

.plan-detail_box .info>* {
    align-items: flex-end;
}

.plan-detail_box .info>*+* {
    margin-top: 10px;
}

.plan-detail_box .info .upper dt {
    letter-spacing: .875em;
}

.plan-detail_box .info dt,
.plan-detail_box .info dd {
    line-height: 1;
}

.plan-detail_box .info dd:before {
    content: "／";
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.plan-detail_box .info .lower dd:before {
    margin: 0 5px;
}

.plan-detail_box .info .upper dd span {
    font-size: 160%;
}

.plan-detail_box .image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
}

.plan-detail_box .more div {
    display: block;
    margin: 30px auto 0;
    width: 100px;
    border: #fff;
    background: #f3f0ed;
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 9px 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    transition: all .3s ease-in;
}

.plan-detail_box:hover .more div {
    background: #000;
    color: #f3f0ed;
}

.plan-detail_box .price-outer {
    background: #696455;
    color: #fff;
    text-align: center;
    border-radius: 0 8px 8px 0;
    padding: 16px 4%;
    position: absolute;
    bottom: 3%;
    left: 0;
}

.plan-detail_box .price {
    text-align: left;
    display: inline;
}

.plan-detail_box .p1 {
    font-size: clamp(10px, 0.62vw, 12px);
}

.plan-detail_box .p2 {
    font-size: clamp(12px, 0.72vw, 14px);
    line-height: 1;
}

.plan-detail_box .p2 .s1 {
    font-size: clamp(20px, 1.66vw, 32px);
}

.point-list {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}

.point-list_item+.point-list_item {
    margin-top: 60px;
}

.point-list_item+.caption {
    margin-top: 3em;
}

.point-list_title {
    gap: 10px 0;
    margin: 0 0 10px;
    text-align: left;
    align-items: flex-end;
}

.point-list_title h4 {
    width: 135px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    font-weight: 400;
}

.point-list_title h4 span {
    font-size: 300%;
    display: inline-block;
    margin: 0 0 0 5px;
}

.point-list_title p {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 0.9;
}

.point-list_wrap {
    gap: 0;
    border: 3px solid #cbbda1;
}

.point-list_wrap .image {
    width: 295px;
    padding: 10px;
}

.point-list_wrap .image img {
    width: 100%;
    aspect-ratio: 1.0425;
    object-fit: cover;
}

.point-list_wrap .photo {
    width: 292px;
    position: relative;
    z-index: -1;
}

.point-list_wrap .photo figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.point-list_wrap .photo figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.point-list_wrap .photo figcaption {
    bottom: 0;
    right: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.4);
    text-shadow: none;
}

.point-list_wrap .text {
    flex: 1;
    padding: 30px;
    text-align: left;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
    position: relative;
}

.point-list_wrap .text h5 {
    font-size: 145%;
    line-height: 1.75;
    margin: 0 0 20px;
}

.point-list_caption {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 1rem;
}

.idea-blc {
    padding: 0 0 80px;
}

.idea-blc.blc2 {
    padding: 80px 0;
    background: url(../images/plan_bg.webp) center top / 100% auto no-repeat;
}

.idea-blc .logo {
    width: 90%;
    margin: 30px auto;
}

.idea-blc.blc1 .logo {
    max-width: 360px;
}

.idea-blc.blc2 .logo.hitomowa {
    max-width: 325px;
    margin-top: 0;
}

.idea-image_wrap {
    gap: 55px;
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}

.idea-image_item {
    width: calc((100% - 110px) / 3);
    position: relative;
    z-index: 1;
}

.idea-image_item:nth-child(1):after,
.idea-image_item:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

.idea-image_item:nth-child(1):after {
    background: url(../images/plan_arrow01.svg) center / contain no-repeat;
    width: 144px;
    height: 32px;
    top: 30px;
    right: -72px;
}

.idea-image_item:nth-child(2):after {
    background: url(../images/plan_arrow02.svg) center / contain no-repeat;
    width: 168px;
    height: 42px;
    bottom: 50px;
    right: -85px;
}

.idea-wrap+p.caption,
.idea-wrap {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    gap: 45px 55px;
    justify-content: center;
}

.ozone {
    padding: 30px 0 0;
    text-align: center;
    font-size: 1rem;
}

.ozone img {
    display: inline-block;
    width: 32px;
}

.ozone+.page-copy {
    padding: 80px 0 30px;
}

.idea-wrap_item {
    width: calc((100% - 55px) / 2);
    border: 5px solid #cbbda1;
    padding: 20px;
    gap: 20px;
}

.idea-wrap_item .image {
    width: 141px;
}

.idea-wrap_item .image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.idea-wrap_item .text {
    flex: 1;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
}

.idea-wrap_item .text h5 {
    font-size: 140%;
    margin: 0 0 20px;
}

.idea-wrap_item .text h5 span.fs70p {
    font-size: 70%;
}
.idea-wrap_item .text h5 span.fs_small {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 10px;
    font-weight: 400;
}

.certification {
    padding: 80px 0;
}

@media screen and (max-width: 768px) {
    .page-copy {
        padding: 30px 0;
    }

    .page-copy h3 {
        font-size: 19px;
        line-height: 1.7;
        letter-spacing: 1px;
    }

    .page-copy h4 {
        line-height: 1.7;
    }

    .intro .feature-list {
        gap: 10px 0;
        justify-content: center;
    }

    .intro .feature-list_item {
        width: 75%;
        padding: 1rem 0;
        height: 75px;
    }

    .intro .feature-list_item:before,
    .intro .feature-list_item:after {}

    .intro .feature-list_item:before {
        width: calc(100% - 0.6rem);
        height: calc(100% - 0.6rem);
        position: absolute;
        left: 0.3rem;
        top: 0.3rem;
    }

    .intro .feature-list.lower {
        margin: 10px auto 0;
        padding: 0;
        border: none;
    }

    .intro .lower .feature-list_item:last-child {
        border: none;
    }

    .tab-menu_list.double .tab-menu_item ,
    .tab-menu_item {
        width: 100%;
    }

    .tab-menu_item a {
        padding: 10px 0;
    }

    .tab-menu_item a p {
        margin: 3px 0 0;
    }

    .plan-list {}

    .plan-list_item {
        padding-bottom: 14px;
    }

    .plan-list_item:after {
        height: 14px;
    }

    .plan-list_item p {
        font-size: 16px;
        padding: 10px 0;
    }

    .plan-detail_box {
        padding: 10px 15px;
        width: 100%;
    }
    .plan-detail_box{
        padding: 20px 15px 10px;
    }
    .plan-detail_box:has(div.sale_attention.first-come){
        padding: 44px 15px 10px;
    }
    /*
    .plan-detail_box .sale_attention.first-come {
    }
    */

    .plan-detail_box .info {
        margin: 0 0 20px;
    }

    .plan-detail_box .image img {
        aspect-ratio: 1.25;
    }

    .plan-detail_box .more div {
        margin: 20px auto 0
    }

    .plan-detail_box .price-outer {
        padding: 11px 4%;
        bottom: 1.4%;
    }

    .plan-detail_box .p1 {
        font-size: clamp(12px, 1.6vw, 12px);
    }

    .plan-detail_box .p2 {
        font-size: clamp(14px, 1.86vw, 14px);
    }

    .plan-detail_box .p2 .s1 {
        font-size: clamp(20px, 4vw, 30px);
    }

    .point-list_wrap .image,
    .point-list_wrap .photo {
        width: 50%;
        padding: 0;
        border-bottom: 3px solid #cbbda1;
    }

    .point-list_wrap .text {
        width: 100%;
        flex: unset;
        padding: 40px 25px 30px;
    }

    .point-list_wrap .photo figure {
        position: relative;
        top: 0;
        bottom: 0;
    }

    .point-list_wrap .photo figure img {
        height: unset;
        aspect-ratio: 1.0425;
    }

    .idea-image_item {
        width: 100%;
    }

    .idea-image_item:nth-child(1):after,
    .idea-image_item:nth-child(2):after {
        transform: rotate(90deg);
    }

    .idea-image_item:nth-child(1):after {
        top: unset;
        bottom: 0px;
        right: 20%;
    }

    .idea-image_item:nth-child(2):after {
        bottom: 0px;
        right: 50%;
    }

    .idea-wrap_item {
        width: 100%;
    }

    .tab-menu {
        padding: 50px 0 0;
    }

    .intro .feature {
        padding: 0;
    }

    .plan-view.room3ldk .plan-detail_item.room3ldk {
        margin: 0 auto 30px;
        gap: 30px;
    }

    .plan-view.room3ldk .plan-detail_item.room3ldk>*[data-floorplan="btype"] {
        margin-top: 42px;
    }

    .plan-view.room3ldk .plan-detail_item.room3ldk>*[data-floorplan="ctype"],
    .plan-view.room3ldk .plan-detail_item.room3ldk>*[data-floorplan="jtype"]{
        margin-top: 32px;
    }

    .plan-view {
        margin: -40px 0 0;
    }

    .point-list_wrap .text h5 {
        font-size: 130%;
    }

    .idea-blc.blc2,
    .idea-blc {
        padding: 0 0 30px;
    }

    .idea-blc.blc2 .page-copy h3 {
        font-size: 17.5px;
        letter-spacing: 0;
    }

    .certification,
    .ozone+.page-copy {
        padding: 30px 0;
    }

    .point-list_item+.point-list_item {
        margin-top: 30px;
    }

    .point-list_caption {
        display: none;
    }

    .point-image_caption {
        position: absolute;
        top: 5px;
        left: 30px;
        font-size: 12px;
    }

    .idea-wrap_item .text h5 span.fs_small {
        margin: 0;
        font-size: 12px;
    }
}
