.main-contents{
    position: relative;
    overflow-x: hidden;
}
.top_area{
    position: relative;
}
#top_slide.swiper-container{
    height: 460px;
}
#top_slide .swiper-slide{
    overflow: hidden;
}
#top_slide .swiper-slide img{
    /* max-width: initial;
    width: auto;
    height: 100%; */
    position: absolute;
    max-width: initial;
    height: 100%;
    left: -50%;
    right: -50%;
    margin: auto;
    transform: scale(1);
    transition: transform 5s ease;
}
#top_slide .swiper-slide.swiper-slide-active img {
  transform: scale(1.04);
}
#line1 {
	stroke-dasharray: 4000;
	stroke-dashoffset: 4000;
}
.heart_area{
    position: absolute;
    width: 1250px;
    left: auto;
    right: -200px;
    top: 90px;
    margin: 0 auto;
    pointer-events: none;
    z-index: 3;
}
.heart_area img{
    max-width: initial;
    width: 100%;
}
.copy_area{
    position: relative;
}
.copy_area .copy_box{
    padding: 45px 0 45px;
    overflow: hidden;
}
.copy_area .copy_box:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 60%;
    background: url(../images/top/top_area_bg.png) bottom left / cover no-repeat;
    z-index: -1;
}
.copy_area .inner{
    position: relative;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    z-index: 5;
}
.copy_area .copy{
    max-width: 620px;
    width: 90%;
    margin: 0 auto 40px;
    text-align: center;
}
.copy_area .sub_copy{
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
}
.copy_area .copy_message{
    padding: 7%;
    color: #FFF;
    background: #A64BFF;
    border-radius: 30px;
}
.copy_area .copy_message .message{
    font-size: 16px;
    font-weight: bold;
    line-height: 2.4;
    text-align: left;
}
.copy_area .copy_bg_box .copy_bg:before,
.copy_area .copy_bg_box .copy_bg:after{
    content: "";
    display: inline-block;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transform: translate(0px, 3%);
    transition: transform .4s, opacity .8s;
    z-index: 3;
}
.copy_area .copy_bg_box .copy_bg.scrollin:before,
.copy_area .copy_bg_box .copy_bg.scrollin:after{
    opacity: 1;
    transform: translate(0px, 0px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.copy_area .copy_bg_box .copy_bg01:before{
    width: 70px;
    height: 70px;
    top: -32px;
    left: 2%;
    background: url(../images/top/top_image_01.png);
}
.copy_area .copy_bg_box .copy_bg01:after{
    width: 60px;
    height: 60px;
    top: -16px;
    right: 10px;
    background: url(../images/top/top_image_02.png);
    transition-delay: .3s;
}
.copy_area .copy_bg_box .copy_bg02:before{
    width: 57px;
    height: 57px;
    top: calc(25% + 150px);
    left: 0%;
    background: url(../images/top/top_image_03.png);
    transition-delay: .5s;
}
.copy_area .copy_bg_box .copy_bg02:after{
    top: 55%;
    right: 11%;
    max-width: 93px;
    width: 10%;
    height: 93px;
    background: url(../images/top/top_image_04.png);
    transition-delay: .8s;
}
.copy_area .copy_bg_box .copy_bg03:before{
    width: 50px;
    height: 50px;
    bottom: 1%;
    left: 4%;
    background: url(../images/top/top_image_05.png);
    transition-delay: 1.1s;
}
.copy_area .copy_bg_box .copy_bg03:after{
    width: 60px;
    height: 60px;
    bottom: -3%;
    right: 4%;
    background: url(../images/top/top_image_06.png);
    transition-delay: 1.4s;
}
/* news_area */
.news_area{
    padding: 30px 0 60px;
}
.news_area .inner{
    position: relative;
    max-width: 1105px;
    width: 90%;
    margin: 0 auto;
}
.news_area .info_til{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.news_area .left_til{
    flex: 0 0 200px;
    text-align: center;
}

.news_area .rgt_list{
    flex: 1 1 100%;
    margin-bottom: 30px;
}
.news_area .rgt_list .news_list_box .news_list{
    margin-bottom: 10px;
}
.news_area .rgt_list .news_list_box .news_list a{
    position: relative;
    display: block;
    width: 100%;
    padding: 22px 55px 22px 26px;
    text-decoration: none;
    border: 1px solid #FFF;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
    color: #333;
    background: #FFF;
    transition: border-color .3s;
}
.news_area .rgt_list .news_list_box .news_list a:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    font-weight: bold;
    background: url(../images/ico_arrow_02.png) center / contain no-repeat;
}
.news_area .rgt_list .news_list_box .news_list .ico_pdf:after{
    background-image: url(/news/images/ico_pdf.png);
}
.news_area .rgt_list .news_list_box .news_list .ico_blank:after{
    background-image: url(/news/images/ico_blank.png);
}
.news_area .rgt_list .news_list_box .news_list a:hover{
    opacity: 1;
    border-color: #C337FF;
}
.news_area .rgt_list .news_list_box .news_list .ico_pdf:hover{
    border-color: #B30B00;
}
.news_area .rgt_list .news_list_box .news_list .ico_blank:hover{
    border-color: #666666;
}
.news_area .rgt_list .news_list_box .news_list a .til{
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}
.news_area .rgt_list .news_list_box .news_list a .day{
    font-size: 12px;
}
.news_area .rgt_list .news_list_box .news_list a .day.ico_new{
    position: relative;
}
.news_area .rgt_list .news_list_box .news_list a .day.ico_new:after{
    content: "New!";
    margin-left: 5px;
    font-size: 14px;
    color: #D80000;
    font-weight: bold;
}

/* slide_image */
.slide_image{
    top: 0;
    width: 100%;
    height: 307px;
    -webkit-animation: bgroop 40s linear infinite;
    animation: bgroop 40s linear infinite;
    background: url(../images/top/top_image_line_v2.png) center / auto 100%;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 1522.9px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 1522.9px 0;
    }
    to {
        background-position: 0 0;
    }
}

/* about_us_area */
.about_us_area{
    position: relative;
    padding: 70px 0 35px;
}
.about_us_area:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: -100%;
    width: 100%;
    height: 200%;
    background: url(../images/top/about_area_bg.png) top left / cover no-repeat;
    z-index: -1;
}
.about_us_area .inner{
    max-width: 940px;
    width: 90%;
    margin: 0 auto;
}
.about_us_area .content_en_til{
    margin-bottom: 30px;
    color: #B625EB;
}
.about_us_area .flex_link_box .flex_list{
    max-width: 440px;
    margin: 0 auto 20px;
}
.about_us_area .flex_link_box .flex_link{
    position: relative;
    display: block;
    max-width: 440px;
    border-radius: 20px;
    overflow: hidden;
} 
.about_us_area .flex_link_box .flex_link:before{
    content: attr(data-til)"";
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}

/* parking_area */
.parking_area{
    position: relative;
    padding: 35px 0;
}
.parking_area:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: -37%;
    width: 100%;
    height: 100%;
    background: url(../images/top/parking_area_bg.png) top left / cover no-repeat;
    z-index: -1;
}
.parking_area .inner{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.parking_area .content_en_til{
    margin-bottom: 40px;
    color: #518BE2;
}
.parking_area .content_exp{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #247AFB;
    text-align: center;
}
.parking_area .content_exp span{
    display: inline-block;
    font-size: 20px;
}
.parking_area .point_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 490px;
    margin: 0 auto 30px;
}
.parking_area .point_list li{
    flex: 0 0 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 100%;
}
.parking_area .point_list li:first-child{
    flex: 0 0 100%;
}
.parking_area .point_list li .point_listbox{
    position: relative;
    max-width: 220px;
    width: 100%;
    border: 4px solid #247AFB;
    text-align: center;
    color: #247AFB;
    border-radius: 100%;
}
.parking_area .point_list li:first-child .point_listbox{
    width: 48%;
}
.parking_area .point_list li .point_list_in{
    padding-top: 100%;
}
.parking_area .point_list li .point_list_flx{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.parking_area .point_list li span{
    display: block;
}
.parking_area .point_list li .til{
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 1.4;
    font-size: 20px;
}
.parking_area .parking_detail{
    position: relative;
    max-width: 790px;
    margin: 0 auto;
}
.parking_area .parking_detail .swiper-container{
    max-width: 800px;
    border-radius: 15px;
    margin: 0 0 10px;
}
.parking_area .parking_detail .swiper-pagination{
    position: relative;
    margin-bottom: 10px;
}
.parking_area .parking_detail .swiper-pagination .swiper-pagination-bullet{
    margin: 0 8px;
}
.parking_area .parking_detail .txt_box .exp{
    margin-bottom: 30px;
    line-height: 2;
}
.parking_area .parking_detail .txt_box .dl_box{
    margin-bottom: 35px;
    border: 1px solid #CCCCCC;
}
.parking_area .parking_detail .txt_box .dl_box dl{
    display: flex;
    border-bottom: 1px solid #CCCCCC;
}
.parking_area .parking_detail .txt_box .dl_box dl:last-child{
    border-bottom: 0;
}
.parking_area .parking_detail .txt_box .dl_box dl dt{
    flex: 0 0 130px;
    padding: 7px 16px;
    background: #F5F5F5;
}
.parking_area .parking_detail .txt_box .dl_box dl dd{
    width: 100%;
    padding: 7px 10px;
    background: #FFF;
}
.parking_area .more_link_02{
    margin: 0 auto;
}

/* real_estate_area */
.real_estate_area{
    position: relative;
    padding: 35px 0 70px;
}
.real_estate_area .content_en_til{
    margin-bottom: 30px;
    color: #90C434;
}
.real_estate_area:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: -50%;
    width: 100%;
    height: 100%;
    background: url(../images/top/real_area_bg.png) top left / cover no-repeat;
    z-index: -1;
}
.real_estate_area .inner{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.real_estate_area .flx_box{
    max-width: 385px;
    margin: 0 auto 15px;
}
.real_estate_area .list_box{
    position: relative;
    padding: 0 0 120px;
    margin: 0 auto 20px;
    background: #FFF;
    box-shadow: 6px 6px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 10px;
}
.real_estate_area .list_box .img_box{
    position: relative;
    flex: 0 0 30%;
    margin-bottom: 30px;
    overflow: hidden;
}
.real_estate_area .list_box .img_box a{
    display: block;
    transition: transform .3s;
}
.real_estate_area .list_box .img_box a:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: background .3s;
    background: rgba(0, 0, 0, 0.4);
}
.real_estate_area .list_box .img_box a:after{
    content: attr(data-title);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    transition: color .3s;
    color: #FFF;
}
.real_estate_area .list_box .img_box a:hover{
    transform: scale(1.1);
    opacity: 1;
}
.real_estate_area .list_box .img_box a:hover:before{
    background: rgba(0,0,0,0);
}
.real_estate_area .list_box .img_box a:hover:after{
    color: rgba(0,0,0,0);
}

.real_estate_area .list_box .til{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.real_estate_area .list_box .exp{
    margin-bottom: 0;
    line-height: 2;
}
.real_estate_area .list_box .txt_box{
    width: 90%;
    margin: 0 auto;
}
.real_estate_area .list_box .txt_box .more_link_02{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}



@media screen and (min-width: 768px) {
    #top_slide.swiper-container{
        height: 600px;
    }
    .heart_area{
        width: 1500px;
        top: 140px;
        left: auto;
        right: -230px;
    }
    .copy_area .copy_box{
        padding: 78px 0 50px;
    }
    .copy_area .copy_box:before{
        height: 100%;
    }
    .copy_area .sub_copy{
        margin-bottom: 90px;
    }
    .copy_area .copy_message{
        padding: 60px;
    }
    .copy_area .copy_message .message{
        font-size: 20px;
        line-height: 2.9;
        text-align: center;
    }
    .copy_area .copy_bg_box .copy_bg01:before{
        max-width: 198px;
        width: 12.8%;
        height: 198px;
        top: -106px;
        left: 2%;
    }
    .copy_area .copy_bg_box .copy_bg01:after{
        max-width: 152px;
        width: 13%;
        height: 152px;
        top: 129px;
        right: 2%;
    }
    .copy_area .copy_bg_box .copy_bg02:before{
        max-width: 87px;
        width: 8%;
        height: 87px;
        top: 48%;
        left: 3%;
    }
    .copy_area .copy_bg_box .copy_bg02:after{
        top: 51%;
        right: 1%;
        width: 10%;
    }
    .copy_area .copy_bg_box .copy_bg03:before{
        max-width: 222px;
        width: 13%;
        height: 222px;
        bottom: -9%;
        left: 1%;
    }
    .copy_area .copy_bg_box .copy_bg03:after{
        max-width: 192px;
        width: 12%;
        height: 192px;
        bottom: -11%;
        right: 1%;
    }
    
    /* news_area */
    .news_area{
        position: relative;
        padding: 50px 0 120px;
    }
    .news_area .rgt_list .news_list_box{
        display: flex;
    }
    .news_area .rgt_list .news_list_box .news_list{
        display: flex;
        flex: 0 0 32.5%;
        margin-right: 1.5%;
        margin-bottom: 0;
    }
    .news_area .rgt_list .news_list_box .news_list:last-child{
        margin-right: 0;
    }

    /* about_us_area */
    .about_us_area{
        padding: 140px 0 70px;
    }
    .about_us_area .content_en_til{
        margin-bottom: 60px;
    }
    .about_us_area .flex_link_box{
        display: flex;
        justify-content: space-between;
    }
    .about_us_area .flex_link_box .flex_list{
        flex: 0 0 49%;
        margin: 0;
    }
    .about_us_area .flex_link_box .flex_link{
        border-radius: 20px;
    } 
    .about_us_area .flex_link_box .flex_link:before{
        padding: 35px 28px 20px;
        font-size: 16px;
    }

    /* parking_area */
    .parking_area{
        padding: 70px 0;
    }
    .parking_area .content_en_til{
        margin-bottom: 60px;
    }
    .parking_area .content_exp{
        font-size: 34px;
        margin-bottom: 40px;
    }
    .parking_area .content_exp span{
        font-size: 34px;
    }
    .parking_area .point_list{
        max-width: 777px;
        margin: 0 auto 60px;
    }
    .parking_area .point_list li,
    .parking_area .point_list li:first-child{
        flex: 0 0 31%;
    }
    .parking_area .point_list li .til{
        font-size: 26px;
    }
    .parking_area .point_list li:first-child .point_listbox{
        width: 100%;
    }
    .parking_area .parking_detail .swiper-container{
        border-radius: 30px;
    }
    .parking_area .parking_detail .swiper-slide img{
        height: 100%;
        max-width: initial;
        width: auto;
    }
    .parking_area .more_link_02{
        margin: 0;
    }
    .real_estate_area .flx_box{
        max-width: initial;
        margin: 0 auto;
    }
    .real_estate_area .list_box{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 20px 120px;
    }
    .real_estate_area .list_box .img_box{
        flex: 0 0 30%;
        width: 30%;
        margin-right: 20px;
        margin-bottom: 0;
        border-radius: 20px;
    }
    .real_estate_area .list_box .txt_box{
        flex: 1 1 auto;
        width: 100%;
    }
    

}
@media screen and (min-width: 1200px) {


    
    .heart_area{
        width: 106%;
        left: -50%;
        right: -50%;
    }
    .copy_area .copy{
        max-width: 985px;
        width: 100%;
        margin-bottom: 40px;
    }
    .copy_area .copy_bg_box .copy_bg01:before{
        width: 10.8%;
    }
    .copy_area .copy_bg_box .copy_bg01:after{
        width: 8%;
    }
    .copy_area .copy_bg_box .copy_bg02:before{
        width: 4.6%;
    }
    .copy_area .copy_bg_box .copy_bg02:after{
        width: 4.9%;
    }
    .copy_area .copy_bg_box .copy_bg03:before{
        width: 12%;
    }
    .copy_area .copy_bg_box .copy_bg03:after{
        width: 10%;
    }

    /* news_area */
    .news_area .info_til{
        position: absolute;
        top: 5px;
        left: 29px;
        margin-bottom: 0;
        font-size: 24px;
    }
    .news_area .inner{
        display: flex;
        align-items: center;
        flex-flow: row-reverse;
    }
    .news_area .left_til{
        flex: 0 0 160px;
        margin: 0 40px 0 0;
        font-size: 24px;
    }
    .news_area .left_til .til{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .news_area .rgt_list{
        margin-bottom: 0;
    }
    .news_area .left_til .more_link{
        position: absolute;
        width: 100%;
        margin-top: 5px;
    }

    /* slide_image */
    .slide_image{
        height: 383px;
    }
    @-webkit-keyframes bgroop {
        from {
            background-position: 1900px 0;
        }
        to {
            background-position: 0 0;
        }
    }
    @keyframes bgroop {
        from {
            background-position: 1900px 0;
        }
        to {
            background-position: 0 0;
        }
    }

    .parking_area .parking_detail{
        display: flex;
        justify-content: space-between;
        padding-bottom: 50px;
        max-width: initial;
    }
    .parking_area .parking_detail .swiper-container{
        flex: 0 0 58%;
        margin: 0;
    }
    .parking_area .parking_detail .swiper-pagination{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .parking_area .parking_detail .txt_box{
        flex: 0 0 36%;
    }
    .parking_area .parking_detail .txt_box .txt_box_inner{
        max-width: 415px;
    }
    /* real_estate_area */
    .real_estate_area{
        position: relative;
        padding: 70px 0 140px;
    }
    .real_estate_area .flx_box{
        display: flex;
        justify-content: space-between;
    }
    .real_estate_area .list_box{
        display: block;
        max-width: 390px;
        flex: 0 0 32%;
        padding: 0 0 30px;
        margin-bottom: 0;
    }
    .real_estate_area .list_box .img_box{
        position: relative;
        width: 100%;
        padding-top: 69%;
        margin: 0 0 25px 0;
        overflow: hidden;
        border-radius: 0;
    }
    .real_estate_area .list_box a{
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        max-width: initial;
        margin: auto;
    }
    .real_estate_area .list_box .img_box a:after{
        font-size: 30px;
    }
    .real_estate_area .list_box .txt_box{
        width: 85%;
        margin: 0 auto;
    }
    .real_estate_area .list_box .exp{
        margin-bottom: 25px;
    }
    .real_estate_area .list_box .txt_box .more_link_02{
        position: relative;
        margin: 0 auto;
        bottom: auto;
    }

}
@media screen and (min-width: 1630px) {
    .copy_area .copy_bg_box .copy_bg01:before{
        top: -46px;
    }
    .copy_area .copy_bg_box .copy_bg01:after{
        top: 79px;
    }
}
@media screen and (min-width: 1715px) {
    #top_slide.swiper-container{
        height: auto;
        min-height: 600px;
    }
    #top_slide .swiper-slide img{
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        right: auto;
    }
}