/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec {
    /* セクションラベルの色 */
    background: #7E0F09;
    /* セクションラベルのフォント色*/
    color: #ffffff;
}

/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
    /* セクションラベルの色 */
    background: #203594;
    /* セクションラベルのフォント色*/
    color: #ffffff;
    /* セクションラベルのフォントサイズ */
    font-size: 18px;
}

/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
    border-top: 1px solid #d0dcec;
    border-right: 1px solid #d0dcec;
    background: #FFF;
    border-bottom: 1px solid #999;
}


/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
    background-color: #e1edfd;
    border-bottom: 1px solid #d0dcec;
    border-left: 1px solid #d0dcec;
    background-color: #e1edfd;
}

/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
    border-bottom: 1px solid #d0dcec;
    border-left: 1px solid #d0dcec;
    background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
    border: 0px;
    width: 400px;
    height: 150px;
    background-size: 394px auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*-------------------------------------*
     * スマートフォンデザイン可変部分
     *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec {
    /* セクションラベルの色 */
    background: #7E0F09;
    /* セクションラベルのフォント色*/
    color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
    /* セクションラベルの色 */
    background: #203594;
    /* セクションラベルのフォント色*/
    color: #ffffff;
    /* セクションラベルのフォントサイズ */
    font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
    background: #cadefc;
    border-bottom: 1px solid #C3C3C3;
    border-top: 1px solid #C3C3C3;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
    border: 0px;
    width: 100%;
    height: 150px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

img,
video {
    width: 100%;
    vertical-align: bottom;
}

img {
    pointer-events: none;
}

.slide-arrow {
    width: 60px;
    position: absolute;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

@media screen and (max-width: 425px) {
    .slide-arrow {
        width: 40px;
    }
}

.leave_table {
    top: 61%;
    padding: 0 60px;
}

.horizon-scroll img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .horizon-scroll img {
        width: 180%;
    }

    .leave_table {
        top: 56%;
        padding: 0 22px 0 42px;
    }

}

.apartments {
    background:#ECE6DD;
}
@media(max-width:767px) {
    .apartments .ttl_pc_apartment-list {
        width: 85%;
        margin: 0 auto;
        padding: 48px 0 40px;
        display: block;
    }
}
.apartments .apartments .apartments_list {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 20px;
}
.apartments_list_slider .slide-arrow,
.footer_slider .slide-arrow {
    top: 30%;
}

.common_area_slider .slide-arrow, .footer_slider .slide-arrow {
    top: 48%;
}

.pillar_slider .slide-arrow, .footer_slider .slide-arrow {
    top: 45%;
}

.prev-arrow {
    left: -20px;
}

.next-arrow {
    right: -20px;
}

.slick-slide img {
    padding: 2px;
}

@media screen and (max-width: 374px) {
    .header-cta-btn {
        font-size: 12px;
    }
}

@keyframes btn-ani {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

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

.horizon-scroll::-webkit-scrollbar {
    height: 3px;
}

.horizon-scroll::-webkit-scrollbar-track {
    background-color: #F7F4F2;
}

.horizon-scroll::-webkit-scrollbar-thumb {
    background-color: #93040B;
}

.Question::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    width: 24px;
    height: 2px;
    background: #000;
    transition: all 0.4s ease-in-out;
}

.Question::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 11px;
    width: 2px;
    height: 24px;
    background: #000;
    transition: all 0.4s ease-in-out;
}

.Question.open::after {
    transform: rotate(90deg);
    opacity: 0;
}
.imgSP {
    display:none;
}
@media(max-width:768px) {
    .imgPC {
        display:none;
    }
    .imgSP {
        display:block;
    }
}
header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 11px 22px;
    height: 70px;
}
.header-btn{
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
header img {
    width: 40%;
}
header a.header-cta-btn {
    width: 50%;
    text-align: center;
    background-color: #93040B;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-family: Noto Sans JP;
    font-size: .8rem;
    line-height: 1.4;
    height: 50px;
}
header a.header-cta-tel-btn {
    width: 200px;
    text-align: center;
    background-color: #456254;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-family: Noto Sans JP;
    font-size: 1.1rem;
    line-height: 1.4;
    height: 50px;
    display: none;
}
.sp-tel-btn {
    width: 45px;
    height: 49px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2c2c2c;
    text-align: center;
    transition: all .3s ease-out;
    height: 50px;
    border: 1px solid;
    border-radius: 5px;
}
.sp-tel-btn .icon-tel-btn {
    width: 16px;
    margin-bottom: 2px;
}
.btn-label {
    font-size: 10px;
    font-feature-settings: 'palt';
    margin-top: 3px;
}
main {
    padding-top: 70px;
    margin: 0 auto;
}
.inn{
    max-width: 1440px;
    margin: auto;
    width: 100%;
    position: relative;
}
.fv {
    position: relative;
    background-image: url(../images/pc/fv-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.fv .inn{
    max-width: 100%;
}
.fv-btn {
    position: absolute;
    z-index: 10;
    bottom: 66vw;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
}
.fv-btn img {
    animation: btn-ani 2s ease infinite;
}
.fv-btn img.fv-btn-img {
    height: auto;
}
.apartments .apartments_list {
    padding: 0 42px 40px;
    background-color: #ECE6DD;
    position: relative;
}
.video_container {
    padding: 0 22px 16px;
    position: relative;
}
.video_container .video {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
}
.cta {
    position: relative;
    margin-bottom:68px;
    width: 90%;
}
.cta a {
    position: absolute;
    bottom: 13%;
    left: 27.5%;
    transform: translateX(0);
    width: 45%;
    display: block;
}
.cta a img {
    animation: btn-ani 2s ease infinite;
}
.voice_video {
    padding: 35px 22px 40px;
    position: relative;
}
.voice_video .v-num {
    position:absolute;
    width: 70px;
    left: 22px;
    top: 0px;
}
.voice_video h3 {
    font-family: 'Noto Sans JP', serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 6px;
    margin-left: 80px;
}
.voice_video video {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
}
.common_area_list {
    padding: 0 10% 15%;
    margin-top: -105%;
    position: relative;
}
.point_num {
    position: absolute;
    width: 16.9%;
    left: 32px;
    top: -58px;
    z-index: 40;
}
.free {
    position: relative;
}
.pillar_list {
    padding: 0 10% 59%;
    margin-top: -156%;
    position: relative;
}
.leave {
    position: relative;
}
.leave .leave_table {
    position: absolute;
    width: 100%;
}
.leave .leave_table .horizon-scroll {
    overflow-x: scroll;
    overflow-y: visible;
    width: 100%;
    padding-bottom: 24px;
}
.message {
    padding-bottom: 40px;
}
.QA {
    padding: 0 22px;
    margin-bottom: 100px;
}
.QA_container {
    background-color: #ECE6DD;padding: 40px 20px;
}

.points,.preparation,.bgs{
    background: #ECE6DD;
}
.bgs2{
    background-color: #898277;
}
@media(max-width:768px) {
    .QA {
        margin-bottom: 80px;
    }
}








footer {
    background-color: #93040B;padding: 20px 24px;
}
footer ul {
    display: flex;flex-wrap: wrap;justify-content: center;gap: 10px 16px;margin-bottom: 15px;
}
footer ul li {
    color:#fff;
}
footer ul li a {
    color: #fff;font-weight: 500;font-family: 'Noto Serif JP', serif;
}
footer small {
    font-size: 13px;color: #fff;font-family: 'Noto Serif JP', serif;font-weight: 500;display: block;text-align: center;
}
#voice1{
    padding-top: 80px;
    margin-top: -80px;
}

/*-------------------------------------*
   * PC VIEW
   *-------------------------------------*/
@media(min-width:769px) {
    header {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    /*header {
        max-width: 1440px;
    }*/
    header .inn{
        display: flex;
        justify-content: space-between;
    }
    header a.header-cta-btn {
        width: 200px;
        padding: 10px 20px;
        font-size: 1.1rem;
    }
    header a.header-cta-tel-btn {
        display: block;
    }
    .sp-tel-btn {
        display: none;
    }
    header img {
        width: auto;
        height: 34px;
        margin-right: 20px;
    }
    .fv-btn {
        bottom: 15.5%;
        left: 9.5%;
        transform: translateX(0%);
    }
    .fv-btn img.fv-btn-img {
        width: 42%;
        height: auto;
        /* position: relative;
        top: -55px;
        left: 55px; */
    }
    /* LINE BNR IMG*/
    .fanp-img-plugin {
        width: 55%;
        margin: 0 auto;
    }
    .line-bnr a {
        display: block;
        text-align: center;
    }
    .apartments {
        padding:67px 0px;
    }
    .apartments .apartments_list {
        padding:0px 42px;
    }
    .apartments .ttl_pc_apartment-list {
        width: 670px;
        display: block;
        margin: 0 auto;
        margin-bottom:45px;
    }
    .slick-slide img.imgSP {
        display:none!important;
    }
    .apartments_list_slider .slide-arrow {
        top:45%;
    }
    .prev-arrow {
        left: 20px
    }
    .next-arrow {
        right:20px;
    }
    .slick-dots li button:before {
        font-size:15px;
        margin-top: 10px;
        opacity: 1;
        color: #fff;
    }
    .slick-dots li.slick-active button:before {
        color:#93040B;
    }
    img.ttl_pc_on_video {
        width: 600px;
        display: block;
        margin: 0 auto;
        margin-top: 42px;
        margin-bottom: 42px;
    }
    .video {
        padding:36px 0px;
    }
    .video_container  {
        width:800px;
        display: block;
        margin:0 auto;
    }
    .video .img_pc_below_video {
        width: 760px;
        display: block;
        margin:0 auto;    
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cta a img.imgPC {
        /*width: 38%;
        margin: 0 auto;
        display: block;*/
    }
    img.ttl_user_voice {
        width: 400px;
        display: block;
        margin: 0 auto;
        margin-top: 54px;
        margin-bottom: 54px;
    }
    .voice_video {
        width: 800px;
        margin: 0 auto;
    }
    #voice1{
        padding-top: 60px;
        margin-top: -60px;
    }
    .voice_video h3 {
        font-size:30px;
        color:#8C8075;
        margin-bottom: 20px;
    }
    .voice_video .v-num {
        top:24px;
    }
    .common_area_list {    
        margin-top: -38%;        
        padding-bottom: 7.5%;
    }
    .point_num {
        width: 10%;
        left: 13%;
    }
    .common_area_slider {
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .common_area_slider .slick-dots li button:before {
        color:#ECE6DD;
    }
    .common_area_slider .slick-dots li.slick-active button:before {
        color:#93040B;
    }
    .pillar_list {
        margin-top: -50%;
        padding: 0 10% 19%;
    }
    .leave_table {
        display:none;
    }
    .QA img.qa-img {
        width: 300px;
        display: block;
        margin: 0 auto;
        margin-bottom: 48px;
    }
    .footer_apartments_list .slick-dots li button:before {
        color:#ECE6DD;
    }
    .footer_apartments_list .slick-dots li.slick-active button:before {
        color:#93040B;
    }
    ul.pillar_slider {
        width: 85%;
        margin: 0 auto;
        margin-top: 6%;
    }
    ul.pillar_slider .slick-dots li button:before {
        color:#ECE6DD;
    }
    ul.pillar_slider .slick-dots li.slick-active button:before {
        color:#93040B;
    }
    ul.pillar_slider .prev-arrow {
        left:-28px;
    }
    ul.pillar_slider .next-arrow {
        right: -26px;
    }
}
@media (max-width: 768px) {
    .slick-slide img.imgPC {
        display:none!important;
    } 
    .slick-dots {
        display:none!important;
    }
    .slick-dotted.slick-slider {
        margin-bottom:0px;
    }
    .leave .leave_table .horizon-scroll {
        width: 95%;
    }
    .leave .leave_table {
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        width:95%;
    }
    .line-bnr a {
        display: block;
        text-align: center;
    }
    .QA img.qa-img {
        display: block;
        height: auto;
    }
}
@media(min-width:769px) and (max-width:1439px) {
    header {
        padding-left: 22px;
        padding-right: 22px;
    }
}
@media(min-width:769px) and (max-width:1300px) {
    .common_area_list {
        padding-bottom: 5.5%;
    }
    .pillar_list {
        padding: 0 10% 17%;
    }
    .common_area_slider {
        margin-top: 10px;
    }
}
@media(min-width:769px) and (max-width:1175px) {
    .fv-btn img.fv-btn-img {
        width: 350px;
    }
}
@media(min-width:769px) and (max-width:900px) {
    .fv-btn img.fv-btn-img {
        width: 280px;
    }
    .video_container,.voice_video {
        width:auto;
    }
    .video .img_pc_below_video {
        width: 94%;
    }
}


@media(min-width:769px) {
    .common_slider_area {
        width: 95%;
        margin: 0 auto;
        margin-top: -43.5%;
    }
} 
@media(min-width:769px) and (max-width:1299px) {
    .common_slider_area {
        margin-top: -41%;
    }
}
@media(min-width:769px) and (max-width:1180px) {
    .common_slider_area {
        margin-top: -42.5%;
    }
}

@media(max-width:768px) {
    .common_area {
        padding-bottom: 41%;
    }
    .common_slider_area {
        width: 80%;
        margin: auto;    
        margin-top: -100%;
        padding: 0 10% 0%;
    }
}
@media(max-width:500px) {
    .common_area {
        padding-bottom: 34%;
    }
    .common_area .point_num {
        top:-20px;
    }
}
@media(min-width:769px) and (max-width:900px) {
    header img {
        width: auto;
        height: 32px;
        margin-right: 12px;
    }
}
@media(max-width:768px) {
    header {
        padding: 10px 10px 10px 22px;
        height:auto;
    }
    header .logo {
        width:auto;
        display:inline-block;
        flex-basis: 49%;
    }
    header img {
        width:auto;
        display:block;
        height: auto;
        max-width: 100%;
        height:20px;
    }
    header img:nth-child(1) {    
        margin-bottom: 6px;
    }
}

@media(max-width:375px) {
    header img {
        height:17px;
    }
}

/* new map and image gallery */

.inner + .inner {
    padding-top: 0;
}

.inner-area {
    max-width: 1568px !important;
}
.inner {
    margin: 0 auto;
    padding: 80px 0;
    width: calc(100% - 32px);
    max-width: 1000px;
}

.area-wrapper {
    gap: 8px;
    text-align: center;
    justify-content: flex-start;
}
.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.area-item {
    counter-increment: count;
}
.area-item {
    margin-bottom: 32px;
    width: calc(100% / 4 - 6px);
}
.note {
    margin: 1em 0;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1;
}
.count {
    font-size: 1.125em;
    margin-top: -0.6em;
}
.inline-block {
    display: inline-block;
}
.img-wrapper {
    position: relative;
}
.fit-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.has-max {
	height: auto;
	max-width: 100%;
}
.area-item .img-wrapper::before {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #456254;
    content: counter(count);
    color: #fff;
    line-height: 30px;
}


.area-item.is-new .img-wrapper::before{
    background-color: #820000;
}
.area-item.is-new .img-wrapper::after{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 1;
    background: linear-gradient(to bottom right, #fffac6, #c2b569);
    color: #c80000;
    content: "NEW";
}

@media(max-width:767px) {
    .over-scroll {
        overflow-x: auto;
        position: relative;
    }
    .area-wrapper {
        width: 2072px;
        flex-wrap: nowrap;
    }
    .cta {
        position: relative;
        width: auto;
        padding-bottom:18px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 18px;
    }
    .cta a {
        width: 80%;
        bottom: 11%;
        left: 50%;
        transform: translateX(-50%);
        /* margin-left: auto;  */
        /* margin-right: auto; */
        /* left: 0; */
        /* right: 0; */
        /* transform: inherit; */
    }
    .concept-inner{
        padding: 32px 0 60px;
        width: calc(100% - 96px);
    }
}
.is-new:nth-child(-n+3){
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 1;
    background: linear-gradient(to bottom right, #fffac6, #c2b569);
    content: counter(count);
    color: #c80000;
    line-height: 30px;
    margin: 0 auto;
}



/* add */
.bnrs{
    background-color: #f4f4f4;
    padding: 40px 0;
}
.bnrs a{
    display: block;
    max-width: 610px;
    width: 90%;
    margin: auto;
    color: #333;
    transition: .3s;
}
.bnrs a:hover{
    opacity: .6;
}
.bnrs dl{}
.bnrs dt{
    width: 90%;
    margin: auto;
}
.bnrs dd{
    font-size: 12px;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro" ,"Noto Serif JP", "MS P明朝", "MS PMincho", serif;
    font-feature-settings: "palt";
    margin-top: 1em;
    text-align: center;
}
@media(min-width:769px) {
    .bnrs dt{
        width: 100%;
    }
    .bnrs dd{
        font-size: 14px;
        text-align: left;
    }
}

.tel-area {
    justify-content: center;
    display: grid;
    margin: 40px auto ;
    padding: 16px;
    background: #DFE5E1;
    max-width: 900px;
    width: 90%;
    border-radius: 100px;
    filter: drop-shadow(6px 5px 4px rgba(0, 0, 0, 0.3));
}
.tel-text{
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
}
.tel-area div {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.tel-area img {
    margin-right: 8px;
    width: 50px;
}
.tel-number {
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
}
@media(min-width:769px) {
    .tel-area {
        margin: 100px auto ;
        padding: 30px 0;
    }
    .tel-text{
        font-size: 1.4rem;
    }
    .tel-area img {
        width: 100px;
    }
    .tel-number {
        font-size: 4.4rem;
    }
}
.yakusho-wrap{
    padding: 60px 48px;
    background: url(../images/pc/yakusho-bg.webp) no-repeat top center;
    background-size: cover;
    border: 3px solid #870000;
    position: relative;
}
.yakusho-new{
    position: absolute;
    top: -28px;
    left: -3.6%;
    width: 20%;
}
.yakusho-flex{
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.movie-thumb{
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
}
@media(max-width:767px) {
    .yakusho-wrap{
        padding: 40px 16px;
        background: url(../images/sp/yakusho-bg.jpg) no-repeat top center;
        background-size: cover;
    }
    .yakusho-flex{
        margin-top: 32px;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .yakusho-new{
        top: -1.6%;
        left: -4.6%;
        width: 25%;
    }
    .cap-inner{
        padding: 32px 0;
    }
    .scroll-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40%;
        max-width: 150px;
        transform: translate(-50%, -50%);
        pointer-events: none;
        visibility: visible !important;
        z-index: 1;
    }
    .scroll-icon img {
        width: 100%;
        animation: swipeIcon 5s ease-in-out 0.8s both infinite;
    }
    @keyframes swipeIcon {
		0%{
			transform: translateX(0);
		}
		10%{
			transform: translateX(-20px);
		}
		20%{
			transform: translateX(0);
		}
		30%{
			transform: translateX(-20px);
		}
		40%,100%{
			transform: translateX(0);
		}
	}
}
.caption {
    font-size: .75rem;
    line-height: 1.5;
}
@media(min-width:768px) {
    .shine-bg{
        background: url(../images/shine-bg.webp) no-repeat top center;
        background-size: 100%;
    }
    .scroll-icon {
        display: none;
    }
    
}

.is-none{
    display: none;
}