body {
    color: #333;
}

@media screen and (min-width:768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* float-btn */
.followArea {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

@media (min-width: 1024px) {
    .followArea {
        right: 20px;
        bottom: 20px;
        width: 350px;
    }
}

.followArea .followArea-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
    width: 100%;
}

@media (min-width: 1024px) {
    .followArea .followArea-list {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 20px;
    }
}

.followArea .followArea-item {
    width: 100%;
}

.followArea .followArea-btn {
    background-color: #e9676e;
    display: inline-block;
    padding: 3vw 0;
    position: relative;
    transition: all 0.3s ease-out;
    width: 100%;
}

@media (min-width: 1024px) {
    .followArea .followArea-btn {
        padding: 17px 0 15px;
    }
}

.followArea .followArea-btn .followArea-btn__body {
    text-align: center;
    width: 100%;
}

.followArea .followArea-btn .followArea-btn__text {
    color: #fff;
    font-weight: bold;
    font-size: 3.8vw;
    letter-spacing: 0.15rem;
}

@media (min-width: 1024px) {
    .followArea .followArea-btn .followArea-btn__text {
        font-size: 16px;
    }
}

.followArea .followArea-btn:hover {
    transition: all 0.3s ease-out;
    transform: translateY(5%);
}

.followArea .followArea-btn::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -0.5vw;
    right: 3.5vw;
    bottom: 0;
    margin: auto;
    height: 2vw;
    width: 2vw;
}

@media (min-width: 1024px) {
    .followArea .followArea-btn::after {
        top: 0;
        right: 40px;
        height: 10px;
        width: 10px;
    }
}

.followArea .followArea-iconBtn {
    display: inline-block;
    padding: 3vw 0;
    transition: all 0.3s ease-out;
    width: 100%;
}

@media (min-width: 1024px) {
    .followArea .followArea-iconBtn {
        padding: 17px 0 15px;
    }
}

.followArea .followArea-iconBtn .followArea-iconBtn__body {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.followArea .followArea-iconBtn .followArea-iconBtn__icon {
    background-image: url(../images/common/sns_line_icn.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0.5vw;
    margin-right: 2.5vw;
    height: 4.8vw;
    width: 5vw;
}

@media (min-width: 1024px) {
    .followArea .followArea-iconBtn .followArea-iconBtn__icon {
        margin-right: 20px;
        margin-bottom: 0;
        height: 28px;
        width: 30px;
    }
}

.followArea .followArea-iconBtn .followArea-iconBtn__text {
    color: #fff;
    font-weight: bold;
    font-size: 3.8vw;
    letter-spacing: 0.15rem;
}

@media (min-width: 1024px) {
    .followArea .followArea-iconBtn .followArea-iconBtn__text {
        font-size: 16px;
    }
}

.followArea .followArea-iconBtn:hover {
    transition: all 0.3s ease-out;
    transform: translateY(5%);
}

.followArea .lineBtn {
    background-color: #00b900;
}

.followArea .webBtn {
    background-color: var(--accent-color-1);
}

.followArea .followArea-btn {
    margin-bottom: calc(6 / 14 * 1rem);
}

@media (min-width: 1024px) {
    .followArea .followArea-btn {
        margin-bottom: 0;
    }
}

@media (hover: hover) {
    .c-btn__body::before {
        background: var(--accent-color-1);
    }

    .c-btn:hover .c-btn__body {
        color: #333;
    }

    .c-btn:hover .c-btn__body::after {
        border-color: #333;
    }
}


@media (hover: hover) {
    .hamburger-btn:hover {
        color: #fff;
    }

    html[class*="ui-state-nav-opened"] .hamburger-btn:hover::after {
        background: #fff;
    }
}

/* header */
.nav-link {
    color: #fff;
}

/* mv */
@media (min-width: 1024px) {
    .mv-txt {
        margin-bottom: 16px;
    }
}

/* scroll-gallery */
.scrolling-gallery {
    padding-top: 0;
}

/* building */
.building-data .category {
    color: #333;
}

.building-data__cta .c-btn__body {
    color: #333;
}

.building-item__data {
    min-height: 38vh;
}

.building-carousel {
    margin-bottom: 16px;
}

/* news */
.news-data {
    max-width: initial;
}

.news-data dt {
    margin-bottom: 0px;
}

.news-data dd {
    margin-bottom: 22px;
}


/* business */
.business {
    display: none;
}

/* merits */
.merit-item__numb::after {
    display: none !important;
}

/* contact */
.contact .c-heading__alphabetic,
.contact .c-heading__kana {
    color: #000;
}

.contact::before {
    background: #C7D1B8;
}

.contact__lead {
    color: #000;
}

.contact .c-btn__body,
.c-form-control__label,
.c-required-mark,
.c-form-acceptance__label {
    color: #000;
}

.free-btn {
    background-color: #fff;
}

/* .l-fluid-holder>.fullbleed-media-bg__static-visual>img {
    position: absolute !important;
    height: 100%;
} */

.fullbleed-media-bg {
    display: none;
}

/* footer */
.footer-info {
    color: #333;
}

.footer-link {
    color: #333;
}

.copyright {
    color: #333;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .footer-links {
        grid-template: "item1 item4" 1fr "item2 item5" 1fr "item3 item6" 1fr / 1fr 1fr;
        gap: 1rem 6rem;
    }
}


/* instagram
************************************************/
.instagram {
    padding-top: 5.25%;
    padding-bottom: 20%;
}

.instagram .c-btn {
    max-width: 17.25rem;
    min-width: 17.25rem;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .instagram {
        padding-bottom: 5.25%;
    }

    .instagram .l-heading-block {
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .instagram .building-data__cta {
        left: 0;
    }
}

.instagram .l-heading-block {
    margin-bottom: 4rem;
}

/* instagram-gallery
************************************************/
.instagram-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-bottom: 60px;
    width: 90%;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto
}

.instagram-gallery__item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.instagram-gallery__item:nth-child(n+10) {
    display: none
}

.instagram-gallery__item a {
    display: block;
    padding-bottom: 100%;
    height: 0;
    width: 100%;
    line-height: 0
}

.instagram-gallery__item img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.instagram-gallery__thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.instagram .c-btn-wrap {
    margin-top: 0
}

@media all and (min-width: 1024px) {
    .instagram-gallery {
        gap: 20px
    }
}