@charset "UTF-8";
:root {
    --font-family-en: 'Poppins', sans-serif;
    --color-black: #333;
    --base-color: #F5F6F9;
}

body {
    background-color: #fff;
    color: var(--color-black);
}

.highlight {
    color: #fff;
    background: linear-gradient(transparent 10%,
          #D74B5C 10% 90%,
            transparent 90%);
    padding: 5px;
}

/* ------------- header ------------- */
.header-logo {
    line-height: 0;
    margin-left: 0;
}

.header-logo a {
    display: inline-block;
    vertical-align: middle;
}

.header-logo img {
    display: inline-block;
    width: auto;
    height: 45px;
}

@media screen and (max-width: 769px) {
    .header-logo { 
        display: inline-block;
        margin: 0;
    }

    .header-logo a {
        padding: 16px 0 16px 12px;
    }
}

@media screen and (max-width: 430px) {
    .header-logo img  {
        height: 30px;
    }
}

/* ------------- hamburger menu list ------------- */
.site-nav {
    background-color: #CDDDEA;
}

/* ------------- kv pc ------------- */
.sec-key-visual {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

.key-visual-pc .img-key-visual {
    width: 100%;
    margin: 0;
    aspect-ratio: 2 / 1;
}

.key-visual-pc,
.key-visual-sp {
    position: relative;
}

.primary-heading {
    display: inline-block;
    width: 67%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 769px) {
    .primary-heading {
        width: 86%;
        padding: 60px 0 80px;
    }
}

/* ------------- kv sp ------------- */
.key-visual-sp .img-key-visual {
    padding: 0;
}

@media screen and (max-width: 769px) {
    .key-visual-sp .img-key-visual {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
}

/* ------------- news ------------- */
.sec-news .contents-wrap {
    background-color: var(--base-color);
}

@media screen and (max-width: 769px) {
    .col-left h2 {
        font-size: 4.45vw;
    }
}

/* ------------- pick up ------------- */

.sec-pick-up {
    /* margin: 180px auto 80px; */
    display:none;
}

.ul-pick-up-list {
    align-items: center;    
}

.ul-pick-up-list li {
    margin-bottom: 100px;
}

.ul-pick-up-list li a {
    transition: all .3s ease-out;
}

.ul-pick-up-list li:nth-of-type(2) a img {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 769px) {
    /* .sec-pick-up {
        margin: 75px auto;
    } */

    .ul-pick-up-list li {
        margin-bottom: 60px;
    }

    .pick-up-img {
        width: 70%;
        margin: 0 auto;
    }

    .ul-pick-up-list li:nth-of-type(2) a img {
        width: 60%;
    }
}

/* ------------- footer ------------- */
.site-footer {
    color: var(--color-black);
    text-align: center;
    background-color: var(--base-color);
}

.footer-line-menu {
    color: var(--color-black);
}

.footer-line-menu-r {
    align-items: flex-end;
}

.footer-line-menu-l {
    text-align: left;
}

.footer-line-menu .footer-line-menu-r a {
    color: var(--color-black);
    border-bottom: 2px solid var(--color-black);
    margin-bottom: 10px;
}

.footer-line-menu .footer-line-menu-r .footer-line-add {
    display: block;
    border-bottom: none;
}

.footer-line-menu .footer-line-menu-r .footer-line-add img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: right;        
}

.want-list li {
    color: var(--color-black);
}

@media screen and (max-width: 769px) {
    .footer-copy {
        font-size: 5.2vw;
    }

    .footer-line-menu .footer-line-menu-r a {
        font-size: 4.16vw;
        margin-bottom: 0;
    }

    .footer-logo img {
        max-width: 400px;
        height: 45px;
    }
}

@media screen and (max-width: 430px) {
    .menu-list {
        margin-top: 1em;
    }

    .footer-logo img {
        height: 30px;
        width: 100%;
    }
}

/* ------------- page about ------------- */
@media screen and (max-width: 769px) {
    .about-summary {
        font-feature-settings: normal;
    }
}

.about-summary a {
    text-decoration: underline;
}

    
/* line unit */
.sec-line {
    max-width: 900px;
}

.container-line {
    padding: 1.5em 3em;
}

@media screen and (max-width: 769px) {
    .container-line {
        grid-row-gap: 15px;
        grid-column-gap: 20px;
        padding: 0.8em 1.2em;
    }
}

/* section ew */
.sec-tenants {
    max-width: 980px;
    font-size: 1.05rem;
    padding: 3rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-tenants__imgWrap {
    width: 20%;
}

.sec-tenants__imgWrap a {
    text-align: center;
    display: block;
    width: 100%;
}

.sec-tenants__img {
    display: inline-block;
    width: 100%;
}


.sec-tenants__txtWrap {
    width: 70%;
}

.sec-tenants__ttl {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.sec-tenants__txt {
    line-height: 1.8;
}

.sec-tenants__txt a {
    text-decoration: underline;
}
    
@media screen and (max-width: 769px) {
    .sec-tenants {
        font-size: 4.16vw;
        flex-direction: column;
        padding: 3rem 0 0;
    }

    .sec-tenants__imgWrap,
    .sec-sew__txtWrap {
        width: 85%;
    }

    .sec-tenants__imgWrap {
        margin-bottom: 40px;
    }

    .sec-tenants__img {
        width: 50%;
    }
}