/* eventページ専用スタイル */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');

/* header */
.header__bottom__list li a:hover {
    color: #fff;
    background: #272525;
}
.header__top__left .social__icon:hover {
    transform: scale(1.2);
}
.mobile__menu__content a {
    display: inline-block;
    transform-origin: left;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.mobile__menu__content a:hover {
    transform-origin: left;
    transform: scale(1.05);
}

/* footer */
#twevent .footer__wrap {
    position: relative;
    font-family: 'Jost', sans-serif;
    z-index: 2;
}
#twevent .footer__wrap .footer__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 87px 20px 105px;
    background: url('https://test.tokyoweekender.com/wp-content/themes/thevoux-wp/assets/img/footer/bg-stripe.svg') no-repeat center / cover;
    color: #000;
}
#twevent .footer__wrap .footer__main > div {
    width: 30%;
    text-align: center;
}
#twevent .footer__wrap .footer__sns__title {
    display: inline-block;
    margin-bottom: 85px;
    padding: 0 25px;
    background: #fff;
    font-size: 30px;
}
#twevent .footer__wrap .footer__sns__list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 15px 20px;
    background: #fff;
}
#twevent .footer__wrap .footer__copyright__img {
    max-width: 111px;
    margin-bottom: 30px;
}
#twevent .footer__wrap .footer__copyright__text {
    margin-bottom: 0;
    padding: 15px 10px;
    background: #fff;
    font-size: 18px;
    line-height: 1.3;
}
#twevent .footer__wrap .footer__offer__text {
    display: inline-block;
    padding: 5px 20px;
    background: #fff;
    font-size: 27px;
}
#twevent .footer__wrap .footer__offer__text p {
    display: inline;
    font-size: 27px;
}
#twevent .footer__wrap .footer__offer__text a {
    display: inline-block;
    color: #000;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
#twevent .footer__wrap .footer__offer__text a:hover {
    transform: scale(1.05);
}
#twevent .footer__wrap .footer__sns__list__item {
    max-width: 46px;
}
#twevent .footer__wrap .footer__sns__list__item:not(:last-child) {
    margin-right: 45px;
}
#twevent .footer__wrap .footer__sns__list__item a {
    display: block;
}
#twevent .footer__wrap .footer__sns__list__item a img {
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
#twevent .footer__wrap .footer__sns__list__item a:hover img {
    transform: scale(1.2);
}
#twevent .footer__wrap .footer__menu {
    padding: 35px 20px;
    background: #272525;
}
#twevent .footer__wrap .footer__navigation {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#twevent .footer__wrap .footer__navigation__item:not(:last-child) {
    margin-right: 3.7vw;
}
#twevent .footer__wrap .footer__navigation__item a {
    display: inline-block;
    color: #fff;
    font-size: 1vw;
    font-weight: 500;
    text-align: center;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
#twevent .footer__wrap .footer__navigation__item a:hover {
    transform: scale(1.05);
}

@media only screen and (min-width: 1400px) {
    #twevent .footer__wrap .footer__navigation__item:not(:last-child) {
        margin-right: 75px;
    }
    #twevent .footer__wrap .footer__navigation__item a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    /* footer */
    #twevent .footer__wrap .footer__sns__list__item:not(:last-child) {
        margin-right: 3vw;
    }
    #twevent .footer__wrap .footer__sns__title {
        font-size: 2.5vw;
    }
    #twevent .footer__wrap .footer__copyright__text {
        font-size: 1.5vw;
    }
    #twevent .footer__wrap .footer__offer__text,
    #twevent .footer__wrap .footer__offer__text p {
        font-size: 2vw;
    }
}

@media only screen and (max-width: 800px) {
    /* footer */
    #twevent .footer__wrap .footer__sns__list__item:not(:last-child) {
        margin-right: 2vw;
    }

    #twevent .footer__wrap .footer__navigation__item:not(:last-child) {
        margin-right: 2.5vw;
    }

    #twevent .footer__wrap .footer__sns__title {
        font-size: 2.3vw;
    }
}

@media only screen and (max-width: 534px) {
    /* footer */
    #twevent .footer__wrap .footer__main {
        display: block;
        padding: 30px 49px 50px;
    }
    #twevent .footer__wrap .footer__main > div {
        width: 100%;
    }
    #twevent .footer__wrap .footer__sns__title {
        margin-bottom: 25px;
        font-size: 5.3vw;
    }
    #twevent .footer__wrap .footer__sns__list {
        width: 95%;
        margin-bottom: 40px;
        padding: 10px;
    }
    #twevent .footer__wrap .footer__sns__list__item:not(:last-child) {
        margin-right: 30px;
    }
    #twevent .footer__wrap .footer__copyright__img {
        max-width: 66px;
        margin-bottom: 44px;
    }
    #twevent .footer__wrap .footer__copyright__text {
        margin-bottom: 20px;
        padding: 10px;
        font-size: 12px;
    }
    #twevent .footer__wrap .footer__offer__text {
        padding: 5px 10px;
    }
    #twevent .footer__wrap .footer__offer__text p,
    #twevent .footer__wrap .footer__offer__text {
        font-size: 16px;
    }
    #twevent .footer__wrap .footer__menu {
        padding: 50px 20px;
    }
    #twevent .footer__wrap .footer__navigation {
        display: block;
        text-align: center;
    }
    #twevent .footer__wrap .footer__navigation__item a {
        font-size: 16px;
    }
    #twevent .footer__wrap .footer__navigation__item:not(:last-child) {
        margin: 0 0 20px 0;
    }
}
