@charset "UTF-8";

.-home .wrapper .inner {
    max-width: 100vw;
	padding: 0 50px;
	margin: 0 auto;
}

.btn-arrow {
    display: block;
    width: fit-content;
}

.btn-arrow_link {
    font-family: 'Cormorant Infant', 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
    line-height: 1;
    width: fit-content;
    height: 34px;
    display: flex;
    align-items: center;
    color: #555;
    border-bottom: 1px solid #555;
    transition: 0.8s;
}

.works .btn-arrow_link,
.features .btn-arrow_link,
.news .btn-arrow_link {
    border-bottom: none;
}

.btn-arrow_link p {
    margin-bottom: 3px;
}

.btn-arrow_link span {
    display: inline-block;
    width: 28px;
    height: 1px;
    background-color: #555;
    margin-left: 10px;
    position: relative;
    transition: 0.8s;
}

.btn-arrow_link span::after {
    position: absolute;
    right: 0;
    bottom: 2px;
    content: '';
    width: 4px;
    height: 1px;
    background-color: #555;
    transform: rotate(45deg);
}

.btn-arrow:hover .btn-arrow_link {
    color: #C9A77A;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #C9A77A;
    transition: 0.4s;
}

.works .btn-arrow:hover .btn-arrow_link,
.features .btn-arrow:hover .btn-arrow_link,
.news .btn-arrow:hover .btn-arrow_link {
    border-bottom: none;
}

.btn-arrow:hover .btn-arrow_link span {
    width: 50px;
    background-color: #C9A77A;
    transition: 0.4s;
}

.btn-arrow:hover .btn-arrow_link span::after {
    background-color: #C9A77A;
    transition: 0.4s;
}

.gradation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125%;
    z-index: 10;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0),#F4F4F0 20%, #F4F4F0);
}

.openhouse .gradation::before {
    background: linear-gradient(0deg,rgba(255, 255, 255, 0),#fff 20%, #fff);
}

.gradation.-load::before {
    animation: fadeOutGradient 1.2s ease-out forwards;
}

.fadein-zoom {
    animation: fadeInZoom 2.5s forwards cubic-bezier(.16,.91,.77,1);
}

.sec_ttl {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-right: 30px;
    display: block;
    width: fit-content;
}

.hero {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    height: 0;
    padding-top: 42%;
    overflow: hidden;
    z-index: 0;
    background-color: #7e6f5a11;
}

.hero_bg {
    opacity: 0;
    transition: opacity 1s;
    transition-delay: 0.5s;
}

.-loaded {
    opacity: 1;
}

.hero_bg.hide-sp {
    position: absolute;
    top: -2%;
    left: 0;
    width: 100%;
    height: 104%;
    z-index: 0;
}

.wrap-cnt {
    position:relative;
    top: 0;
    left: 0;
    margin-top: 42%;
    z-index: 1;
    background-color: #F4F4F0;
}

.concept {
    padding: 120px 0 60px;
    text-align: center;
}

.concept_ttl {
    font-size: 38px;
    letter-spacing: 0.1em;
    line-height: 1;
}

.concept_ttl .-jp {
    display: block;
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-top: 20px;
}

.concept_text {
	margin-top: 30px;
    line-height: 2;
}

.concept .btn-arrow {
    margin: 30px auto 0 auto;
    text-align: center;
}

.works {
    padding: 60px 0 80px 0;
    position: relative;
}

.works_ttlbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.works_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.works_item {
    position: relative;
    overflow: hidden;
}

.works_item:nth-of-type(1) {
    margin-bottom: 20px;
    width: 100%;
    padding-top: 40%; 
}

.works_item:nth-of-type(2),
.works_item:nth-of-type(3) {
    width: calc((100% - 20px) / 2);
    padding-top: 38%; 
}

.works_item:nth-of-type(2)::before {
    animation-delay: 0.2s;
}
.works_item:nth-of-type(3)::before {
    animation-delay: 0.4s;
}

.works_item_img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_item_wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.works_item_wrap:hover::before {
    opacity: 1;
}

.works_item_ttl {
    color: #fff;
    background-color: rgba( 0, 0, 0, 0.3);
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: background-color 0.3s;
    z-index: 2;
}

.works_item_wrap:hover .works_item_ttl {
    background-color: rgba( 0, 0, 0, 0);
}

.works_item_cat {
    font-size: 11px;
    display: block;
}

.sol {
    position: relative;
    width: 100%;
    height: 38%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.sol_textbox {
    color: #fff;
    background: #7E6F5A;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.sol_textbox_cnt {
    padding: 40px;
}

.sol .sec_ttl {
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.sol_text {
    margin-bottom: 20px;
}

.sol .btn-arrow_link {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.sol .btn-arrow_link span,
.sol .btn-arrow_link span::after {
    background-color: #fff;
}

.sol .btn-arrow:hover .btn-arrow_link {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.sol .btn-arrow:hover .btn-arrow_link span,
.sol .btn-arrow:hover .btn-arrow_link span::after {
    background-color: #fff;
}

.sol_textbox_img {
    display: flex;
    align-items: stretch;
    width: 70%;
}

.sol_textbox_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 1;
}
/* featureslink */
.featureslink{
    width: 100%;
    height: auto;
    padding-top: 43px;
    padding-bottom: 40px;
}
.featureslink_btn{
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
    aspect-ratio: 1280 / 400;
    background-image: url(../img/img-features.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.featureslink_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.featureslink_btn:hover::before {
    opacity: 1;
}
/* featureslinkここまで */

.features {
    padding: 60px 0;
    position: relative;
}

.features_ttlbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.features_list {
    display: flex;
    justify-content: space-between;
}

.features_item {
    width: calc((100% - 40px) / 3);
    position: relative;
}

.features_item:nth-of-type(2)::before {
    animation-delay: 0.2s;
}
.features_item:nth-of-type(3)::before {
    animation-delay: 0.4s;
}

.features_item_img {
    width: 100%;
    height: calc((100vw - 140px) / 3);
    overflow: hidden;
    position: relative;
}

.features_item_img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.features_item:hover .features_item_img::before {
    opacity: 1;
}

.features_item_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.features_item_ttl {
    width: 100%;
    margin-top: 10px;
}

.news {
    padding: 60px 0;
    position: relative;
    background-color: #fff;
}


.news_ttlbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.news_list {
    display: flex;
    justify-content: space-between;
}

.news_item {
    width: calc(100% / 3);
    padding: 15px 24px;
    border-left: 1px solid #ddd;
}

.news_item:last-of-type {
    border-right: 1px solid #ddd;
}

.news_item_link {
    transition: all 0.2s;
}
.news_item_link:hover {
    opacity: 0.6;
}

.news_item_date {
    margin-right: 10px;
}


.openhouse {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding-top: 40px;
}

.openhouse_ttlbox {
    padding: 0px 0px 21px 51px;
}

.openhouse_ttlbox_ttl {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #1A1311;
}

.openhouse_list {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    /* flex-flow: wrap; */
}

.openhouse_titem {
    width: 100%;
    height: 500px;
    position: relative;
    transition: all 0.6s;
}

.openhouse_item {
    width: 100%;
    height: 500px;
    position: relative;
    transition: all 0.6s;
}

.openhouse_item:hover {
    opacity: 0.8;
}

.openhouse_titem:hover {
    opacity: 0.8;
}

.openhouse_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}

.openhouse_item_ttl {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 25px 20px;
    font-size: 16px;
    line-height: 30px;
}

.openhouse_item_cat{
    font-size: 16px;
    display: block;
}

.sp_box_arrow{
    display: none;
}

.fadeUpTrigger {
    opacity: 0;
}

.fadeUp {
    animation: fadeUpAnime 1.6s forwards cubic-bezier(.16,.91,.77,1);
    opacity:0;
}


@media screen and (max-width:1250px) {
    .sol_textbox {
        width: 40%;
    }
    .sol_textbox_img {
        width: 60%;
    }
}

@media screen and (min-width:641px) {
}

@media screen and (max-width:640px) {
    .-home .wrapper .inner {
        max-width: 100vw;
        padding: 0 25px;
        margin: 0 auto;
    }

    .sec_ttl {
        font-size: 20px;
        margin-right: 20px;
    }

    .hero {
        top: 80px;
        padding-top: calc(100vw * 1);
    }
        
    .hero_bg.vis-sp {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .wrap-cnt {
        margin-top: calc(100vw * 1);
    }

    .concept {
        padding: 70px 0 40px;
    }

    .concept_ttl {
        font-size: 26px;
    }

    .concept_ttl .-jp {
        font-size: 15px;
        margin-top: 10px;
    }

    .concept_text {
        margin-top: 24px;
        line-height: 1.8;
    }


    .works {
        padding: 30px 0 45px 0;
        position: relative;
    }

    .works_ttlbox {
        margin-bottom: 12px;
    }

    .works_item:nth-of-type(1),
    .works_item:nth-of-type(2),
    .works_item:nth-of-type(3) {
        margin-bottom: 8px;
        width: 100%;
        padding-top: 80%; 
    }

    .works_item_ttl {
        width: 100%;
    }


    .sol {
        flex-direction: column-reverse;
    }

    .sol_textbox {
        width: 100%;
    }

    .sol_textbox_cnt {
        padding: 35px 30px 40px 30px;
    }

    .sol .sec_ttl {
        margin-bottom: 10px;
    }

    .sol_text {
        margin-bottom: 14px;
    }

    .sol_textbox_img {
        width: 100%;
    }
    /* featureslink */
    .featureslink{
        padding-top: 43px;
    }
    .featureslink_btn{
        aspect-ratio: 2292 / 959;
        min-height: unset;
        background-image: url(../img/img-features-sp.jpg);
    }
    /* ここまで */
    .features {
        padding: 40px 0;
    }

    .features_ttlbox {
        margin-bottom: 12px;
    }

    .-home .wrapper .inner.-slick {
        max-width: 100vw;
        padding: 0;
        margin: 0;
    }
    

    .features_list {
        width: 100%;
    }

    .features_item {
        width: 100%;
    }
    .features_list .slick-slide {
        margin:0 8px;
    }

    .features_item_img {
        width: 100%;
        height: calc(100vw - 50px);
    }

    .news {
        padding: 40px 0;
    }

    .news_ttlbox {
        margin-bottom: 12px;
    }

    .news_list {
        flex-direction: column;
    }

    .news_item {
        width: 100%;
        padding: 15px 5px;
        border-left: none;
        border-top: 1px solid #ddd;
    }

    .news_item:last-of-type {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .openhouse {
        
    }

    .openhouse_ttlbox {
        padding: 0 0 16px 24px;
    }
    
    .openhouse_ttlbox_ttl {
        font-size: 24px;
    }

    .openhouse_list {
        flex-direction: column;
    }
    
    .openhouse_titem,
    .openhouse_item {
        width: 100%;
        height: 200px;
    }

    .openhouse_item_ttl {
        padding: 16px 20px;
        font-size: 18px;
        line-height: 2opx;
    }
    
    .openhouse_item_cat{
        font-size: 12px;
        display: block;
    }
    
    .openhouse_item:first-of-type .openhouse_item_ttl {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .openhouse_item_cat {
        font-size: 13px;
    }

    .sp_box_arrow{
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 81px;
        height: 73px;
        background-color: #00000060;
    }

    .sp_box_arrow>span{
        width: 24px;
        height: 0;
        display: block;
        position: absolute;
        border: 0.5px solid #FFF;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .sp_box_arrow>span::after{
        position: absolute;
        content: '';
        width: 4px;
        height: 0;
        border: 0.5px solid #FFF;
        right: -1.5px;
        bottom: 1px;
        transform: rotate(45deg);
    }
}

@keyframes fadeUpAnime {
    from {
    opacity: 0;
    transform: translateY(100px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes fadeOutGradient {
    0% {
        opacity: 1;
        height: 125%;
        top: 0;
    }

    90% {
        opacity: 1;
        height: 0%;
        top: 0;
  }
  
    100% {
        opacity: 0;
        height: 0%;
        top: 0;
  }
}

@keyframes fadeInZoom {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
  }
}