/*region Footer*/
.l-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: var(--cloud);
}

@media screen and (min-width: 768px) {
    .l-footer {
        height: fit-content;
    }
}

@media screen and (max-width: 767px) {
    .l-footer {
        height: 20vw
    }
}

@media screen and (min-width: 768px) {
    .l-footer__inner {
        padding-top: 0
    }
}

@media screen and (max-width: 767px) {
    .l-footer__inner {
        padding-top: 3vw
    }
}

.l-footer__block {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .l-footer__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 52.7086383601757vw
    }
}

@media screen and (max-width: 767px) {
    .l-footer__block {
        width: 74.13333333333333vw
    }
}

@media screen and (min-width: 768px) {
    .l-footer__content {
        width: 35.87115666178624vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__content {
        margin-top: 8vw
    }
}

@media screen and (min-width: 768px) {
    .l-footer__content__ttl {
        width: 21.37628111273792vw;
        height: 2.562225475841874vw
    }
}

@media screen and (max-width: 767px) {
    .l-footer__content__ttl {
        width: 47.333333333333336vw;
        height: 5.600000000000001vw
    }
}

.l-footer__content__address {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .l-footer__content__address {
        margin-top: 1.317715959004393vw;
        line-height: 1.6;
        font-size: 1.09809663250366vw
    }
}

@media screen and (max-width: 767px) {
    .l-footer__content__address {
        margin-top: 2.666666666666667vw;
        line-height: 1.75;
        font-size: 3.2vw
    }
}

.l-footer__content__address a {
    color: #fff
}

.l-footer__copyright {
    display: block;
    font-family: "Roboto Flex";
    color: var(--charcoal);
    line-height: 1.35;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .l-footer__copyright {
        margin: 1vh 0;
        font-size: 0.72489019033675vw
    }
}

@media screen and (max-width: 767px) {
    .l-footer__copyright {
        margin-top: 7.333333333333333vw;
        font-size: 2.933333333333333vw
    }
}

.l-footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .l-footer__sns {
        margin-top: 1.464128843338214vw
    }
}

@media screen and (max-width: 767px) {
    .l-footer__sns {
        margin-top: 7.733333333333333vw
    }
}

.l-footer__sns [class*="l-footer__sns__link--"] {
    display: block;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.l-footer__sns [class*="l-footer__sns__link--"]:hover {
    opacity: .5
}

@media screen and (min-width: 768px) {
    .l-footer__sns .l-footer__sns__link--ig {
        width: 2.708638360175696vw;
        height: 2.708638360175696vw;
        margin-right: 1.610541727672035vw
    }
}

@media screen and (max-width: 767px) {
    .l-footer__sns .l-footer__sns__link--ig {
        width: 9.066666666666666vw;
        height: 9.066666666666666vw;
        margin-right: 5.866666666666666vw
    }
}

@media screen and (min-width: 768px) {
    .l-footer__sns .l-footer__sns__link--models {
        width: 7.101024890190337vw;
        height: 1.756954612005857vw
    }
}

@media screen and (max-width: 767px) {
    .l-footer__sns .l-footer__sns__link--models {
        width: 23.200000000000003vw;
        height: 5.333333333333334vw
    }
}

.l-footer__sns .l-footer__sns__img {
    display: block;
    width: 100%;
    height: auto
}

.logo__chain {
    -webkit-animation: 10s linear infinite chain_loop;
    animation: 10s linear infinite chain_loop;
    -webkit-transform-origin: 95px 95px;
    transform-origin: 95px 95px
}

.logoTxtObject {
    opacity: 0
}

@-webkit-keyframes chain_loop {
    from {
        -webkit-transform: translate(173.874px, 5.2px) rotateZ(0);
        transform: translate(173.874px, 5.2px) rotateZ(0)
    }
    to {
        -webkit-transform: translate(173.874px, 5.2px) rotateZ(360deg);
        transform: translate(173.874px, 5.2px) rotateZ(360deg)
    }
}

@keyframes chain_loop {
    from {
        -webkit-transform: translate(173.874px, 5.2px) rotateZ(0);
        transform: translate(173.874px, 5.2px) rotateZ(0)
    }
    to {
        -webkit-transform: translate(173.874px, 5.2px) rotateZ(360deg);
        transform: translate(173.874px, 5.2px) rotateZ(360deg)
    }
}
/*endregion*/