main#index {}

/* common top page heading */
main#index h2 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
}

main#index h2 span {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

main#index h2 span:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 12rem;
    translate: -50% 0;
    height: 2px;
    background-color: var(--clr-red);
}

/* common top page heading */


section#mv picture {
    display: block;
    width: 100%;
    height: 100vh;
}

h1 {
    font-size: 5.2rem;
    margin-bottom: 1.6rem;
    /* font-family: var(--han-font); */
    text-shadow: 2px 1px 8px #081660;
    letter-spacing: 0.1em;
    width: max-content;
}

section#mv h2 {
    font-size: 1.5rem;
    line-height: 2.8rem;
    /* font-family: var(--meiryo-font); */
    text-shadow: 2px 1px 8px #081660;
    /* text-shadow: 1px 1px 2px black; */
    letter-spacing: 0.1em;
}

/* start section statistical */
section#statistical p {
    padding: 3rem 0;
    font-size: 1.8rem;
}

section#statistical p>span {
    margin-left: 2rem;
}

section#statistical p span:not(.statistical-item) {
    font-size: 3.8rem;
}

/* start section pickup property */
section#pickUpProperty {
    padding: 4rem 0;
    position: relative;
}

section#pickUpProperty::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40rem;
    background-color: #ECEEF1;
    z-index: -1;
}
.prop-item .prop-item-content {
    cursor: pointer;
}
/* start section utilization property */
section#utilizationProp {
    padding: 4rem 0;
}

section#utilizationProp .apartment {
    margin-bottom: 3rem;
}

.apartment>.content {
    width: 44%;
    padding: 7rem 0;
}

.apartment>.content p {
    padding-left: 13.0rem;
    padding-right: 8rem;
}

.apartment>img {
    width: 48%;
    padding-top: 14rem;
    height: auto;
}

section#utilizationProp h3 {
    font-size: 4.3rem;
}

section#utilizationProp h4.sub-title {
    font-size: 3rem;
    margin-top: 3.4rem;
    margin-bottom: 2.2rem;
}

.apartment h3 {
    padding-right: 8rem;

}

.apartment h4.sub-title {

    padding-right: 8rem;
}

.apartment .visit-link {
    margin-left: auto;
    margin-right: 8rem;
}

.residental img.float-left {
    width: 74rem;
    height: auto;
}

.residental .content {
    width: calc(100% - 74rem);
    padding: 5rem 0;
}

.residental .content h3 {
    padding-left: 7rem;
}

.residental .content h4 {
    padding-left: 7rem;
}

.residental .content p {
    padding-left: 7rem;
    padding-right: 10rem;
}

.residental .visit-link {
    margin-left: 7rem;
    margin-right: auto;
}

/* start sales of property */
section#saleProp {
    padding: 4rem 0;


}

section#saleProp::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -5;
    background-color: #F0F0F0;
}

section#saleProp .g-container>img {
    left: -5rem;
    bottom: -6rem;
    width: 82%;
    height: auto;
    z-index: -3;
    mix-blend-mode: multiply;

}

section#saleProp .content {
    padding-top: 14rem;
    padding-left: 12rem;
    padding-right: 12rem;
    padding-bottom: 14rem;
    margin-bottom: 4rem;
}

section#saleProp .sale-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #6A7484;
    mix-blend-mode: multiply;
    z-index: -1;
}

section#saleProp .sale-content>div:first-child img {
    left: 0;
    top: 0;
}

section#saleProp .sale-content>div:last-child img {
    right: 0;
    top: 0;
}

section#saleProp .sale-content img {
    z-index: -1;

}

section#saleProp .sale-visit {
    margin-bottom: 4rem;
}

section#saleProp p {
    font-size: 1.8rem;
}

section#saleProp .visit-link {
    color: #fff !important;
}

/* start consult section */
section#consult {
    padding: 4rem 0;
}

section#consult .consult-desc {
    padding: 0 4rem;
    line-height: 2.9;
    margin-bottom: 3rem;
}

section#consult .visit-link {
    color: #fff !important;
}

section#consult .consult-reservation {
    padding: 3rem 0;
    background-image: url('../img/consult.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 3rem;
}

section#consult .consult-reservation time {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
}

section#consult .consult-reservation>p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

section#consult h3 {
    padding: 1rem 10.6rem;
    margin-bottom: 2.8rem;
    font-size: 1.8rem;
}

section#consult h3+p {
    font-size: 0.8rem;
    line-height: 2.2;
}

/* start chinese support section */
section#cnSupport {
    padding: 4rem 0;
}

section#cnSupport .cn-support-wrapper {

    width: 100%;
    max-width: 118rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}

section#cnSupport .cn-support-wrapper>img {
    width: 56.6rem;
    height: 100%;
    translate: 0 4rem;
}

section#cnSupport .cn-support-wrapper>.content {
    width: calc(100% - 56.6rem);
    padding-left: 3.2rem;
    padding-bottom: 3rem;
}

section#cnSupport .cn-support-wrapper>.content h2 {
    font-size: 3.4rem;
    margin-bottom: 1rem;
}

section#cnSupport .cn-support-wrapper>.content h2 span {
    font-size: 2.8rem;
    margin: 3.1rem 0 -0.3rem;
}

section#cnSupport .cn-support-wrapper>.content h2 span::after {
    content: none;
}

section#cnSupport .cn-support-wrapper .content p {
    font-size: 1.5rem;
}

section#cnSupport .cn-support-wrapper .content p.ff-ad-song {
    line-height: 2.0;
}

section#cnSupport .cn-support-wrapper .content p.ff-meiryo {
    line-height: 2.8rem;
    margin-bottom: 2rem;
}

section#cnSupport .cn-support-wrapper .content a#visitCN {
    font-size: 3.6rem;
    padding: 1.4rem 0;
}

section#cnSupport .cn-support-wrapper .content a#visitCN span {
    font-size: 1.8rem;
}

/* start strength section */
#strength {
    padding: 4rem 0;
    background: linear-gradient(to bottom, transparent, rgb(255 255 255 / 96%)), url(../img/strength.png) no-repeat;
    background-size: 100% 100%, 100% 100%;
    background-position: 0 0, bottom 0;
    background-position: 0 0;
}

section#strength img[alt='gate'] {
    margin: 2rem 2rem;
}

section#strength h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

section#strength h3+p.content {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 10rem;
    margin-bottom: 4rem;
}

section#strength img#companyLogoImg {
    width: 80%;
    margin: 0 auto;
    display: block;

}

section#strength h3.group-company {
    font-size: 1.7rem;
    margin-bottom: 6rem;
}

section#strength h3.group-company:after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 1px;
    bottom: -1rem;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: var(--clr-black-blue);
}

section#strength .others-link-lists {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    column-gap: 1rem;
    row-gap: 3rem;

}

section#strength .others-link-lists .others-link-item {
    text-align: center;
}

section#strength .others-link-lists .others-link-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

section#strength .others-link-lists .others-link-item a img {
    max-width: 17.4rem;
    min-width: 20%;
}

/* start the section company profile */
section#companyProfile {
    padding: 4rem 0;
}

.profile-wrapper {
    margin: 0 8rem;
}

/* .profile-wrapper table {

} */
.profile-wrapper table,
.profile-wrapper table tr,
.profile-wrapper table td {
    border-collapse: collapse;
}

.profile-wrapper table tr:not(:last-child) {
    border-bottom: 1px solid #6E6E6E;
}

.profile-wrapper table tr td:first-child {
    width: 18%;
}

.profile-wrapper table tr td:last-child {
    width: 82%;
}

.profile-wrapper table tr td {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    /* font-family: var(--meiryo-font); */
    font-size: 1.4rem;
    vertical-align: middle;
}

.profile-wrapper table tr td:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
    color: var(--clr-black-blue);
    width: 22%;
}

.profile-wrapper .company-location-map {
    height: 19.2rem;
}

.profile-wrapper table {
    margin-bottom: 4rem;
}

.profile-wrapper .company-location-map iframe {
    width: 100% !important;
    height: 100% !important;
}

.profile-wrapper .visit-link-group>a {
    margin: 1rem 1rem;
    width: 50%;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.profile-wrapper .visit-link-group>a:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.8rem;
    /* font-family: var(--genshin-font); */
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    transition: 0.3s all ease-in-out;
}

.profile-wrapper .visit-link-group>a:first-child:hover {
    background-color: var(--clr-red);
    color: #fff;
}

.profile-wrapper .visit-link-group>a:first-child svg path {
    transition: 0.3s all ease-in-out;
}

.profile-wrapper .visit-link-group>a:first-child:hover svg path {
    fill: #fff;
}

.profile-wrapper .visit-link-group>a:first-child svg {
    width: 2rem;
}

.profile-wrapper .visit-link-group>a:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    /* font-family: var(--dnpshue-font); */
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    border: 1px solid var(--clr-red);
    transition: 0.3s all ease-in-out;
}

.profile-wrapper .visit-link-group>a.cn:last-child {
    justify-content: center;
    column-gap: 1.2rem;
}

.profile-wrapper .visit-link-group>a:last-child:hover {
    background-color: #fff;
    color: var(--clr-red);
}

.profile-wrapper .visit-link-group>a:last-child svg {
    width: 1.9rem;

}

.profile-wrapper .visit-link-group>a:last-child svg * {
    transition: 0.3s all ease-in-out;
}

.profile-wrapper .visit-link-group>a:last-child:hover svg * {
    stroke: var(--clr-red);
    transition: 0.3s all ease-in-out;
}

.profile-wrapper .visit-link-group2>a {
    margin: 1rem 1rem;
    width: 47%;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.profile-wrapper .visit-link-group2>a:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.8rem;
    /* font-family: var(--genshin-font); */
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    transition: 0.3s all ease-in-out;
}

.profile-wrapper .visit-link-group2>a:first-child:hover {
    background-color: var(--clr-red);
    color: #fff;
}

.profile-wrapper .visit-link-group2>a:first-child svg path {
    transition: 0.3s all ease-in-out;
}

.profile-wrapper .visit-link-group2>a:first-child:hover svg path {
    fill: #fff;
}

.profile-wrapper .visit-link-group2>a:first-child svg {
    width: 2rem;
}

.profile-wrapper .visit-link-group2>a:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    /* font-family: var(--dnpshue-font); */
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    border: 1px solid var(--clr-red);
    transition: 0.3s all ease-in-out;
    display: none;
}

.profile-wrapper .visit-link-group2>a.cn:last-child {
    justify-content: center;
    column-gap: 1.2rem;
}

.profile-wrapper .visit-link-group2>a:last-child:hover {
    background-color: #fff;
    color: var(--clr-red);
}

.profile-wrapper .visit-link-group2>a:last-child svg {
    width: 1.9rem;

}

.profile-wrapper .visit-link-group2>a:last-child svg * {
    transition: 0.3s all ease-in-out;
}

.profile-wrapper .visit-link-group2>a:last-child:hover svg * {
    stroke: var(--clr-red);
    transition: 0.3s all ease-in-out;
}
.profile-wrapper .suitable-time {
    margin: 2rem 0;
}

section#cnColumn {
    padding: 1rem 0 1rem;
    background-image: linear-gradient(to bottom, transparent, transparent 46%, #FFF 60%, var(--clr-mid-yellow));
}

section#cnColumn img[alt="cn-sec-img"] {
    left: 0;
    bottom: 0;
    /* translate: -50% 0; */
    width: 52rem;
    user-select: none;
    -webkit-user-select: none;
    z-index: 9;

}

section#cnColumn .desc-content {
    margin-left: auto;
    margin-right: 0;
    width: 50.6rem;
    padding: 3rem 0;
}

section#cnColumn .desc-content h3 {
    font-size: 3rem;
    margin-bottom: 2.6rem;
}

section#cnColumn .desc-content p {
    font-size: 1.5rem;

}

section#cnColumn .column-wrapper {
    background-color: #ECEEF1;
    padding: 4rem 0;
}

section#cnColumn .column-wrapper ul {
    list-style: disc;
    padding: 2rem 8rem;
}

section#cnColumn .column-wrapper ul li a {
    transition: all 0.3s ease-in-out;
}

section#cnColumn .column-wrapper ul li a:hover {
    text-decoration: underline;
}

section#cnColumn .column-wrapper .visit-link {
    margin-top: 2rem;
}

/* @media only screen and (min-width: 1233px) {
    .apartment > img  {
        margin-right: 6vw;
    }
    
}
@media only screen and (min-width: 1400px) {
    .apartment > img  {
        margin-right: 8vw;
    }
    .apartment>.content {
        margin-left: 6vw;
    }
}
@media only screen and (min-width: 1600px) {
    .apartment > img  {
        margin-right: 16vw;
    }
    .apartment>.content {
        margin-left: 4vw;
    }
}
@media only screen and (min-width: 1748px) {
    .apartment > img  {
        margin-right: 18vw;
    }
    .apartment>.content {
        margin-left: 6vw;
    }
} */

@media screen and (max-width: 768px) {
    main#index h2 span {
        font-size: 2rem;
        margin-bottom: 2.6rem;

    }

    main#index h2 {
        font-size: 4rem;
        margin-bottom: 3rem;
    }
}

/*
*
*
*mv
*
*/
@media screen and (max-width: 768px) {
    section#mv h2 {
        font-size: 2.9rem;
        line-height: 1.8;
    }

    h1 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }
}

/*
*
*pick up
*
*/
@media screen and (max-width: 768px) {
    section#statistical p>span {
        margin-left: 1rem;
        font-size: 2.6rem;
    }

    .prop-lists {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 3.8rem;
        row-gap: 3.8rem;
    }

    .prop-item>a {
        height: 45rem;
    }

    .prop-item .prop-item-content {
        padding: 3.4rem 3.6rem;
    }

    .prop-item .prop-item-content p.prop-title {
        font-size: 3rem !important;

    }

    .prop-item .prop-item-content p:not(.range) {
        font-size: 2.6rem;

    }

    .prop-item .prop-item-content p.range {
        font-size: 2.6rem;
    }

    .prop-item .prop-item-content a.absolute {
        right: 3.6rem;
        bottom: 3.4rem;

        font-size: 2rem;
    }
}

/*
*
*cn-support
*
*/
@media screen and (max-width:768px) {
    section#cnColumn .desc-content {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 5rem 0 34rem;
    }

    section#cnColumn .desc-content h3 {
        font-size: 3.5rem;
        margin-bottom: 3rem;
    }

    section#cnColumn .desc-content p {
        font-size: 2.6rem;
    }

    section#cnColumn img[alt="cn-sec-img"] {

        width: 83%;

    }

    section#cnColumn .column-wrapper {

        padding: 9rem 0;
    }

    section#cnColumn .column-wrapper ul {
        list-style: disc;
        padding: 2rem 5rem;
        font-size: 2.6rem;
    }
}

/*
*
* utilization
*
*/
@media screen and (max-width: 768px) {
    section#utilizationProp {
        padding: 8rem 0;
    }

    .apartment>.content {
        width: 100%;
    }

    section#utilizationProp h3 {
        font-size: 4.3rem;
        text-align: left;
        padding-left: 11rem;
    }

    .apartment h4.sub-title {
        padding-right: unset;
        text-align: center !important;
    }

    .apartment>.content p {
        padding-left: 4rem;
        padding-right: 4rem;
        font-size: 2.6rem;
    }

    .apartment .visit-link {
        margin-left: 0;
        margin-right: 0;
        margin: 7rem auto 2rem;
    }

    .apartment>img {
        width: 86%;
        padding-top: 0;
        height: auto;
    }

    .residental img.float-left {
        width: 94%;
        height: auto;
    }

    .residental .content {
        width: 100%;
        padding: 5rem 0;
    }

    .residental .visit-link {
        margin-left: 0rem;
        margin-right: auto;
        margin: 5rem auto 0rem;
    }
}

/*
*
*sale
*
*/
@media screen and (max-width: 768px) {
    section#saleProp {
        padding: 8rem 0;
    }

    .sale-content {
        flex-wrap: wrap;
    }

    .sale-content div.w-half.h-full {
        width: 100%;
        height: 50rem !important;
    }

    .sale-content div.w-half.h-full img {
        width: 100%;
        height: 100%;
    }

    section#saleProp .content {
        padding-top: 7rem;
        padding-left: 6rem;
        padding-right: 6rem;
        padding-bottom: 14rem;
        padding: 6rem 6rem;
        margin-bottom: -8rem;
    }

    section#saleProp p {
        font-size: 2.6rem;
    }

    section#saleProp .g-container>img {
        left: -6rem;
        bottom: -23rem;
        width: 82%;
        height: auto;
        z-index: -3;
        mix-blend-mode: multiply;
    }
}

/*
*
*online consultation
*
*/
@media screen and (max-width: 768px) {
    section#consult .consult-desc {
        padding: 0 4rem;
        margin-bottom: 3rem;
        font-size: 2.6rem;
    }

    section#consult .consult-reservation>p {
        font-size: 2.6rem;
        margin-bottom: 2rem;
    }

    section#consult .consult-reservation {

        background-size: 120% 100%;
        margin-bottom: 6rem;
    }

    section#consult h3 {
        padding: 3rem 7rem;
        margin-bottom: 2.8rem;
        font-size: 2.8rem;
        text-align: center;
    }

    section#consult h3+p {
        font-size: 1.2rem;
        line-height: 1.7;
        padding: 0 3rem
    }

    section#consult {
        padding: 10rem 0;
    }
}

/*
*
*strength
*
*/
@media screen and (max-width: 768px) {
    section#strength img[alt='gate'] {
        margin: 5rem auto;
    }

    section#strength h3 {
        font-size: 3.3rem;
        margin-bottom: 2rem;
    }

    section#strength h3+p.content {
        font-size: 2.6rem;
        line-height: 1.8;
        margin: 0 2rem;
        margin-bottom: 13rem;
    }

    section#strength h3.group-company {
        font-size: 3rem;
        margin-bottom: 6rem;
    }

    section#strength img#companyLogoImg {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
}


/*
*
*profile
*
*/
@media screen and (max-width: 768px) {
    .profile-wrapper {
        margin: 0 2rem;
    }

    .profile-wrapper table tr td {
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        /* font-family: var(--meiryo-font); */
        font-size: 2.2rem;
        vertical-align: middle;
    }

    .profile-wrapper table tr td:first-child {
        padding-left: 2rem;
        padding-right: 2rem;
        color: var(--clr-black-blue);
        width: 33%;
    }

    .profile-wrapper .visit-link-group {
        flex-wrap: wrap;
    }

    .profile-wrapper .visit-link-group>a {

        width: 100%;
    }

    .profile-wrapper .visit-link-group>a:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 4rem;
        /* font-family: var(--genshin-font); */
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        transition: 0.3s all ease-in-out;
    }

    .profile-wrapper .visit-link-group>a:first-child svg {
        width: 7rem;
        flex: 0 0 auto;
    }

    .profile-wrapper .visit-link-group>a:last-child {

        font-size: 3.2rem;
        position: relative;
        top: 50px;

    }

    .profile-wrapper .visit-link-group>a:last-child svg {
        width: 3.9rem;
    }

        .profile-wrapper .visit-link-group2>a {

        width: 100%;
    }

    .profile-wrapper .visit-link-group2>a:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 4rem;
        /* font-family: var(--genshin-font); */
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        transition: 0.3s all ease-in-out;
        position: relative;
        bottom: 72px;
    }

    .profile-wrapper .visit-link-group2>a:first-child svg {
        width: 7rem;
        flex: 0 0 auto;
    }

    .profile-wrapper .visit-link-group2>a:last-child {

        font-size: 3.2rem;

    }

    .profile-wrapper .visit-link-group2>a:last-child svg {
        width: 3.9rem;
    }

}
/*
*
*section toCNSite
*
*/
@media screen and (max-width: 768px) {
    section#cnSupport .cn-support-wrapper>.content {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        padding: 10rem 2rem 1rem;
    }
    section#cnSupport .cn-support-wrapper>.content h2 {
        font-size: 3.6rem;
        margin-bottom: 1rem;
    }
    section#cnSupport .cn-support-wrapper>.content h2 span {
        font-size: 3.2rem;
        margin: 3.1rem 0 3.3rem;
    }
    section#cnSupport .cn-support-wrapper .content p {
        font-size: 2.6rem;
    }
    section#cnSupport .cn-support-wrapper .content a#visitCN {
        font-size: 3.6rem;
        padding: 1.4rem 0;
        margin-top: 3rem;
    }
    main#index h2 span:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        content: "";
        width: 12rem;
        translate: -50% 7px;
        height: 2px;
        background-color: var(--clr-red);
    }
    section#cnSupport .cn-support-wrapper>img {
        width: 100%;
        height: 100%;
        translate: 0 4rem;
    }
}