
/**************************************************************/
/**************************** 共通 ****************************/
/**************************************************************/

*{
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    line-height: 100%;
    text-decoration: none;
}

img{
    width: 100%;
    height: auto;
}

.container_1440{
    max-width: 1440px;
    margin: auto;
    width: 88%;
}

.container_995{
    max-width: 995px;
    margin: auto;
    width: 95%;
}

.container_950{
    max-width: 950px;
    margin: auto;
    width: 100%;
}

.tab{
    display: none;
}

.sp{
    display: none;
}

/*タブレット*/
@media screen and (max-width:769px) {
    .tab{
        display: block;
    }
    .container_995{
        width: 78%;
    }
}

@media screen and (max-width: 767px) {
    .btn_main {
        text-align: left;
    }
}


/*スマホ*/
@media screen and (max-width:650px) {
    .sp{
        display: block;
    }
    .container_1440{
        width: calc(100% - 30px);
    }
    .container_995{
        width: 92%;
    }
}


.title{
    margin: auto;
    text-align: center;
}

.title h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 215%;
    letter-spacing: 5%;
    text-align: center;
    background: linear-gradient(180deg, #002349 0%, rgba(0, 76, 159, 0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 20px;
}

.title h2::after{
    position: absolute;
    content: '';
    background: linear-gradient(270deg, rgba(0, 76, 159, 0) 0%, #002349 50%, rgba(0, 76, 159, 0) 100%);
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}


.title h3{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 5%;
    text-align: center;
    margin-bottom: 62px;
    color: #002349;
}


/*タブレット*/
@media screen and (max-width:940px) {
    
}


/*スマホ*/
@media screen and (max-width:660px) {
    .title h2{
        font-size: 44px;
    }
    .title h3{
        font-size: 18px;
    }
}

/**************************************************************/
/************************** header ****************************/
/**************************************************************/

header{
    display: flex;
    justify-content: space-between;
    padding: 30px;
    position: absolute;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: none;
}

header .logo{
    width: 230px;
}

header .request_for_information a{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background-color: #C39C3C;
    padding: 20px 30px;
    display: block;
    transition: .5s;
    border: solid #C39C3C 1px;
}

header .request_for_information a:hover{
    background-color: #fff;
    color: #C39C3C;
}

/*スマホ*/
@media screen and (max-width:650px) {
    header .logo{
        width: 140px;
    }
    header .request_for_information{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    header .request_for_information a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/**************************************************************/
/***************************** MV *****************************/
/**************************************************************/

.mv{
    height: 800px;
    position: relative;
}

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

.mv h1{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 104px;
    color: #002349;
    position: absolute;
    right: 30px;
    top: 340px;
    margin: auto;
    z-index: 5;
    text-shadow: 0px 0px 30px #C4F4EE;
}

.mv.thailand h1,.mv.philippines h1{
    color: #fff;
    text-shadow: none;
    text-shadow: 0px 0px 12px #183261, 0px 0px 24.5px #18326147;
}

.mv h1 .small{
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 170%;
    letter-spacing: 1.5px;
    display: block;
}


@media screen and (max-width:1460px) {
    .mv h1,.mv.thailand h1,.mv.philippines h1{
        font-size: 5.616438356164384vw;
    }
}


/*タブレット*/
@media screen and (max-width:940px) {
    .mv h1,.mv.thailand h1,.mv.philippines h1{
        font-size: 110px;
        top: 238px;
        left: 0;
        right: 0;
    }
    .mv h1 br{
        display: block;
    }
    .mv h1 .small{
        text-align: center;
    }
    .mv h1 .big{
        text-align: center;
        display: block;
        text-align: center;
    }
}


/*スマホ*/
@media screen and (max-width:660px) {
    .mv{
        height: 600px;
    }
    .mv h1,.mv.thailand h1,.mv.philippines h1{
        font-size: 63px;
        top: 219px;
    }
    .mv h1 .small{
        font-size: 24px;
    }
}

@media screen and (max-width:400px) {
    .mv h1,.mv.thailand h1,.mv.philippines h1{
        font-size: 16.8vw;
    }
    .mv h1 .small{
        font-size: 6.4vw;
    }
}

/**************************************************************/
/*********************** explanation **************************/
/**************************************************************/

.explanation{
    padding: 120px 0;
}

.explanation h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 215%;
    letter-spacing: 0%;
    text-align: center;
    color: #002349;
    margin-bottom: 60px;
}

.explanation p{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 210%;
    color: #002349;
}

/*タブレット*/
@media screen and (max-width:940px) {
    .explanation h2{
        line-height: 160%;
    }
    .explanation p{
        font-size: 20px;
    }
}

/*スマホ*/
@media screen and (max-width:660px) {
    .explanation{
        padding: 100px 0;
    }
     .explanation h2{
        font-size: 26px;
    }
     .explanation p{
        font-size: 18px;
        font-weight: 500;
    }
}


/**************************************************************/
/********************* メインコンテンツ ************************/
/**************************************************************/


.main_content{
    margin-bottom: 120px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 120px;
}


.main_content.resort{
    background-image: url(../img/feature/resort/asia_rp_back-img.jpg);
}

.main_content.thailand{
    background-image: url(../img/feature/thailand/asia_thailand_back-img.jpg);
}

.main_content.philippines{
    background-image: url(../img/feature/philippines/asia_phillipines_back-img.jpg);
}

.main_content p{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 215%;
    margin-bottom: 60px;
}

.main_content_list{
    display: flex;
    flex-wrap: wrap;
    gap: 80px 30px;
}

.main_content_list_box{
    width: calc(50% - 15px);
}

.main_content_list_box img{
    margin-bottom: 25px;
}

.main_content_list_box h3{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 2px;
    color: #002349;
    margin-bottom: 25px;
}

.main_content_list_box h3 span{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 16px;
}

.main_content_list_box .local{
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 16px;
    color: #002349;
    margin-bottom: 20px;
}

.main_content_list_box p{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 0;
}

/*タブレット*/
@media screen and (max-width:940px) {
    .main_content_list_box{
        width: 100%;
    }
    .main_content p{
        font-size: 18px;
    }
    .main_content_list_box h3{
        font-size: 33px;
    }
    .main_content_list_box p{
        font-size: 16px;
    }    
}


/*スマホ*/
@media screen and (max-width:660px) {
    .main_content p{
        font-size: 16px;
        font-weight: 500;
    }
    .main_content{
        padding-top: 100px;
    }
   .main_content.resort{
        background-image: url(../img/feature/resort/sp_asia_rp_back-img.jpg);
    }
    .main_content.thailand{
        background-image: url(../img/feature/thailand/sp_asia_thailand_back-img.jpg);
    }
    .main_content.philippines{
        background-image: url(../img/feature/philippines/sp_asia_phillipines_back-img.jpg);
    }
}


/**************************************************************/
/************************ residences *************************/
/**************************************************************/

.residences{
    margin-bottom: 150px;
}

.residences .container_950 > p{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 60px;
}

.residences_list{
    display: flex;
    flex-wrap: wrap;
    gap: 80px 30px;
}

.residences_list_box{
    width: calc(50% - 15px);
}

.residences_list_box img{
    margin-bottom: 20px;
    max-height: 390px;
    object-fit: cover;
}

.residences_list_box_text{
    padding: 0 20px;
}

.residences_list_box_text .name_en{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #C39C3C;
}

.residences_list_box_text .name{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    color: #002349;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.residences_list_box_text .name:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #B8B8B8;
    height: 1px;
}

.residences_list_box_text .price{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #002349;

}

.residences_list_box_text .country{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #002349;
    margin-bottom: 25px;
}


/*タブレット*/
@media screen and (max-width:940px) {
    .residences .container_950 > p{
        font-size: 18px;
    }
    .residences_list_box{
        width: 100%;
    }
}


/*スマホ*/
@media screen and (max-width:660px) {
    .residences .container_950 > p{
        font-size: 16px;
        margin-bottom: 78px;
    }
}


/**************************************************************/
/************************** footer ****************************/
/**************************************************************/

footer {
    position: relative;
}
.footer-img {
    margin-bottom: 230px;
}
footer .flex-content {
    width: 78%;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
}
.about-us, .contact {
    width: calc(50% - 30px);
    background-color: #fff;
    padding: 60px 0;
    box-shadow: 0px 3px 6px #00000029;
}
.about-us h2 {
    color: #000;
    margin-bottom: 45px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
}
.about-us p {
    width: 78%;
    margin: 0 auto;
    line-height: 2;
}
.contact h2 {
    color: #000;
    margin-bottom: 25px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
}
.contact p {
    text-align: center;
}
p.office-name {
    font-size: 20px;
}
a.tel {
    font-size: 40px;
    color: #000;
    margin:5px 0 15px;
    font-family: 'Times New Roman', Times, serif;
}
p.business-hours {
    font-size: 20px;
    margin-bottom: 40px;
}
.contact .button_cv {
    margin: 0 auto;
    width: 440px;
    font-size: 22px;
}

.footer-bg {
    background-color: #002349;
    padding: 20px 0 30px;
}
.container_1300 {
    width: 68%;
    margin: 0 auto;
}
.container_1300 a {
    color: #fff;
}
.logo_lir-blue{
    text-align: center;
}
.logo_lir-blue img {
    width: 320px;
    margin: 0 auto 15px;
}
.company_info {
    color: #fff;
    text-align: center;
}
.disclaimer {
    color: #fff;
    margin: 40px auto 0;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 100;
    line-height: 170%;
}
.auction {
    text-align: left;
    font-weight: 100;
}

@media screen and (max-width:1500px) {
    footer .flex-content {
        top: 10%;
    }
    .contact .button_cv {
        width: 330px;
    }
    .contact .button_cv a {
        padding: 10px 65px;
    }
}
@media screen and (max-width:769px) {
    .footer-img {
        margin-bottom: 270px;
    }
    .about-us, .contact {
        width: 100%;
        padding: 40px 0 60px;
        margin-bottom: 20px;
     }
     .contact {
        padding: 40px 0 35px
     }
     .about-us h2 {
        margin-bottom: 25px;
     }
     .about-us p {
        line-height: 1.5;
     }
     .contact h2 {
        margin-bottom: 15px;
     }
     a.tel {
        font-size: 28px;
        margin: 5px 0;
     }
     .contact .button_cv {
        font-size: 20px;
        padding: 5px 0;
     }
     .container_1300 {
        width: 91%;
     }
}

/*スマホ*/
@media screen and (max-width:471px) {
    footer .flex-content {
        width: 91.4%;
    }
    .logo_lir-blue img {
        width: 160px;
    }
    .disclaimer {
        margin-top: 20px;
        line-height: 1.5;
    } 
    .contact .button_cv {
        width: 90%;
    }
    .about-us p {
        width: 89%;
    }
}
@media screen and (max-width:375px) {
    footer .flex-content {
        top: 5%;
    }
    .about-us {
        padding: 30px 0 45px;
    }
    .contact {
        padding: 30px 0;
    }
}

.residences_list_box{
    opacity: 0;
    transform: scale(0);
    height: 0;
    overflow: hidden; /* 高さが残らないように調整 */
    transition: .5s;
    visibility: hidden;
    display: none;
}

.residences_list_box.show{
    opacity: 1;
    transform: scale(1);
    visibility: visible;
    height: auto; /* 表示状態に戻す */
}

.btn_second {
    margin: 80px 0;
}

.btn_main .btn_inner a{
    height: 35px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 157px;
}

.not_more_text{
    text-align: center;
}