.pff-main-content {
    flex-grow: 1;
    /* background: #000000 !important; */
    /* margin-top: 2rem; */
    margin-left: 18%;
    width: 82%;
    padding-left: 0%;
}

.incolor {
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
    background-color: #f8008d;
    width: 100%;
    height: 100vh;
    padding: 1.5rem 1em 1rem 1rem;
    padding-right: 1rem !important;
    /* overflow: scroll; */
    /* display: block; */
}




.pff-left-sidebar {
    width: 20%;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100vh;
    /* background-color: #f8008d; */
    /* padding: 1.4rem 1.5em 1.4rem 1.5rem; */
    /* padding-right: 3rem !important; */
    /* ¥½± */
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
    padding-right: 2rem;
    /* height: 800px; */
    /* overflow-y: scroll; */
    padding-top: 0;
}

.pff-left-sidebar a:hover {
    color: inherit;
    opacity: 0.8;
}



.pff-sidebar-logo img {
    width: 120px;
}

.pff-sidebar-nav li ul.submenu {
    flex-wrap: wrap;
    display: block;
    padding-left: 10px;
}

.pff-sidebar-nav li ul.submenu li {
    margin-top: .4rem;
}

.pff-sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    /* height: 57vh; */
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.pff-sidebar-nav li {
    /* margin-bottom: 1.5rem; */
    transform: rotate(-0.1deg);
}

.pff-sidebar-nav a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: .9rem;
    transition: color 0.2s;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pff-sidebar-nav a:hover {
    /* color: #e62d8b; */
    opacity: 0.8;
}


.pff-sidebar-sns a i.fab.fa-instagram {
    font-size: 2em;
}

.pff-sidebar-sns a i.fa-line {
    color: #7fc31c;
}





.pff-sidebar-sns a:hover {
    /* color: #e62d8b; */
    opacity: 0.8;
}



.pff-sidebar-vertical-text-wrapper {
    position: absolute;
    top: 0;
    right: 0%;
    transform: translate(0%, 0);
    width: 2rem;
    height: 100%;
    overflow: hidden;
    z-index: 99999;
    pointer-events: none;
    border: 3px dashed #f9008d;
}

.pff-sidebar-logo {
    margin-bottom: 3rem;
}


/* CSS for smooth scroll */
html {
    scroll-behavior: smooth;
}


.sp {
    display: none !important;
}

/*.pff-header-container {
display: none !important;
}*/


@media (max-width: 767px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .pff-header-container {
        display: block;
    }

    button#mobile-menu-button {
        display: flex !important;
        top: 0;
    }
}



#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* ’­’’¡’³°»®¨’’¦„¨°² */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
    /* ’’’°¦’Ë†¦„“œ™¥°˜”¨¿¦´ */
}

#loading-screen.hidden {
    opacity: 0;
    visibility: hidden;
}


#loading-svg-container {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}


#loading-svg-container svg path,
#loading-svg-container svg polygon,
#loading-svg-container svg rect {

    stroke: #e62d8b;
    stroke-width: 0.5;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-opacity: 0;
}


@keyframes drawPath {
    0% {
        stroke-dashoffset: var(--path-length);
        stroke-opacity: 0;
        fill: transparent;
    }

    10% {
        stroke-opacity: 1;
    }

    70% {
        stroke-dashoffset: 0;
        stroke-opacity: 1;
        fill: transparent;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-opacity: 1;
        fill: #e62d8b;
    }
}



#main-content.visible {
    opacity: 1;
}






@media (max-width: 767px) {

    main.pff-main-content {
        width: 100%;
        margin-left: 0;
        margin-bottom: 21vw !important;
    }


    body {
        display: block;
    }


    .pff-left-sidebar {
        display: none;
    }


    .pff-main-container {
        margin-left: 0;
        width: 100%;
    }


    .pff-header {
        display: flex;
        background-color: transparent;
        height: 17vw;
        transition: height 0.3s ease, background-color 0.3s ease;
        z-index: 99;
    }

    .pff-header.is-scrolled {
        background-color: rgb(255 255 255 / 88%);
        height: 110px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        margin: 0 1%;
        width: 98%;
        border-radius: 100px;
        transform: scale(0.99) translateY(10px);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }


    .pff-hamburger-button {
        display: block;
        /* display: none; */
        /* border: 2px solid #000000; */
        border-radius: 100px;
        /* background: white; */
        right: 2vw;
        position: absolute;
        height: 14vw;
        width: 14vw;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 3vw;
    }

    .pff-header {
        display: flex;
        background-color: transparent;
        height: 17vw;
        transition: height 0.3s ease, background-color 0.3s ease;
        z-index: 99;
        width: 100%;
    }
}







.pff-sidebar-sns a i {
    line-height: 1em;
    height: 1em;
    font-size: 1.5em;
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    /* max-width: inherit; */
    width: 50px;
}


.pff-sidebar-sns a i:before {
    /* width: 7em; */
}

.pff-sidebar-sns a {
    color: #ffffff;
    font-size: .9rem;
    transition: color 0.2s;
    width: 100%;
    display: block;
    display: flex;
    justify-content: left;
    align-items: center;
    font-family: "RocknRoll One", sans-serif;
}

.pff-sidebar-sns {
    margin-top: auto;
    gap: 0.5rem;
    flex-wrap: inherit;
}


.pff-mobile-menu--hidden {
    transform: translateX(100%);
}

.pff-close-menu-button {
    position: absolute;
    top: 0rem;
    /* top-4 */
    right: 1rem;
    /* right-4 */
    padding: 0.5rem;
    /* p-2 */
    color: #ffc500;
    /* text-white */
    outline: none;
    /* focus:outline-none */
    border-radius: 0.5rem;
    /* rounded-lg */
    cursor: pointer;
    background: none;
    border: none;
}

.pff-close-menu-button:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
    /* focus:ring-2 focus:ring-white */
}

.pff-close-icon {
    width: 3.5rem;
    /* w-10 */
    height: 3.5rem;
    /* h-10 */
    right: 2vw;
    top: 3vw;
}

.pff-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    /* space-y-6 */
    font-size: 1rem;
    /* text-2xl */
    font-weight: 700;
    /* font-bold */
    color: #FFFFFF;
    /* text-white */
}

.pff-mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pff-mobile-nav-link {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.pff-mobile-nav-link:hover {
    color: #E5E7EB;
    /* hover:text-gray-200 */
}





.pff-mobile-menu {
    position: fixed;
    top: 0px;
    right: 0;
    height: 100vh;
    /* h-full */
    width: 75%;
    /* w-3/4 */
    background-color: #EC4899;
    /* bg-pink-500 */
    transform: translateX(100%);
    /* translate-x-full */
    transition: transform 0.3s ease-in-out;
    /* transition-transform duration-300 */
    z-index: 50;
    /* z-50 */
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    /* shadow-lg */
    /* padding: 1.5rem; */
    /* p-6 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    /* space-y-8 */
}



.pff-nav-desktop-link {
    color: #000000;
    /* text-gray-600 */
    font-weight: 900;
    /* font-medium */
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    text-align: center;
    display: inline-block;
    line-height: 1em;
    font-size: 1.4rem;
}



.pff-nav-desktop-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    /* height: 5rem; */
    /* height: 6rem !important; */
}



.pff-nav-desktop-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    /* height: 5rem; */
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pff-nav-desktop-list li:last-child {
    background: #ffc502;
    width: 9rem;
    /* height: 6rem; */
}

.pff-nav-desktop-list li:last-child a {
    color: white;
}

.pff-nav-desktop-list {
    display: flex;
    /* gap: 1rem; */
    /* space-x-4 */
    list-style: none;
    padding: 0;
    margin: 0;
    /* height: 100%; */
}

.pff-nav-desktop {
    display: none;
    /* hidden */
    height: 100%;
}

.pff-header-logo {
    border-radius: 0.5rem;
    /* rounded-lg */
}

.pff-header-title {
    font-size: 1.5rem;
    /* text-2xl */
    font-weight: 700;
    /* font-bold */
    color: #1F2937;
    /* gray-800 */
}

.pff-header-title img {
    width: 8.1rem;
    text-align: center;
    margin: auto;
}




.pff-header.is-scrolled {

    background-color: white;
    height: 110px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 1%;
    width: 98%;
    border-radius: 100px;
    overflow: hidden;
    transform: translateY(20px);
    transform: scale(0.99) translateY(20px);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgb(255 255 255 / 88%);
    display: flex;
    position: fixed;
}



.pff-header-logo-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* space-x-2 */
    /* padding-top: 1rem; */
    padding-left: 30px;
}

.pff-header {
    padding-bottom: 1rem;
    /* py-4 */
    position: relative;
    /* relative */
    z-index: 50;
    /* z-50 */
    position: relative;
    width: 100%;
    /* backdrop-filter: blur(5px); */
    /* œœ„ */
    /*    -webkit-backdrop-filter: blur(10px); */
    /* background: rgb(255 255 255 / 0%); */
    padding-bottom: 0;
}


.pff-mobile-menu.pff-mobile-menu--open {
    transform: translateX(0);
}

.pff-hamburger-button {
    padding: 0.5rem;
    /* p-2 */
    color: #1F2937;
    /* text-gray-800 */
    outline: none;
    /* focus:outline-none */
    border-radius: 0.5rem;
    /* rounded-lg */
    display: block;
    /* md:hidden*/
}


.pff-header-container {
    /* max-width: 1210px; */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    /* px-4 */
    /* padding-right: 1rem; */
    /* px-4 */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: 0;
    /* padding-top: 1rem; */
}

.pff-header {
    /*    display: none; /* */
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.pff-header {

    background-color: transparent;
    height: 100px;

    transition: height 0.3s ease, background-color 0.3s ease;
    background-color: transparent;
    transform: translateY(0);
    transition: height 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
    display: flex;
    position: fixed;
}




@media (max-width: 767px) {



    .pff-sidebar-sns {
        position: relative;
        z-index: 1;
        width: 100%;
        display: flex;
        margin-top: 4rem;
        flex-wrap: wrap;
    }

    .pff-sidebar-sns a {
        width: 100%;
        text-align: center;
        display: inline-block;
        display: flex;
    }




    .pff-sidebar-vertical-text-wrapper {
        display: none;
    }

    .pff-sidebar-sns.sp {
        /* position: absolute; */
        /* bottom: 62vw; */
        /* left: 50%; */
        /* transform: translate(-30%, 0px); */
        /* padding-top: 32vw; */
        /* padding-left: 5vw; */
        margin-top: 1.2rem;
    }

    nav.pff-mobile-nav {
        padding-top: 16vw;
        padding-left: 5vw;
    }



    .pff-mobile-menu {
        display: block;
        text-align: left;
        padding: 0;
    }

    .pff-sidebar-sns.sp {
        margin-left: 0.7em;
    }

    .pff-mobile-menu .pff-sidebar-sns.sp {
        width: 50%;
        padding-left: 5vw;
        display: flex !important;
        gap: .8rem;
        position: relative;
        bottom: inherit;
        left: inherit;
    }

    .pff-sidebar-sns a {
        font-size: 1.3rem;
        justify-content: left;
    }

    .pff-sidebar-sns.sp i {
        width: auto;
    }


    .pff-mobile-nav-list li.active>a,
    .pff-mobile-nav-list a.active,
    .pff-mobile-nav-list a:hover,
    .pff-nav-desktop-link.active,
    .pff-nav-desktop-link:hover,
    .pff-sidebar-menu li.active>a,
    .pff-sidebar-menu li a.active,
    .pff-sidebar-menu li a:hover {
        color: #FFE600 !important;
    }


    .pff-mobile-nav-list .submenu a,
    .pff-sidebar-menu .submenu a {
        color: #fff;
        transition: color 0.2s;
    }

    .pff-mobile-nav-list .submenu a.active,
    .pff-mobile-nav-list .submenu a:hover,
    .pff-sidebar-menu .submenu a.active,
    .pff-sidebar-menu .submenu a:hover {
        color: #FFE600;
    }


    .pff-mobile-nav-list .submenu,
    .pff-sidebar-menu .submenu {
        list-style: none;
        padding-left: 20px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .pff-mobile-nav-list .submenu li,
    .pff-sidebar-menu .submenu li {
        font-size: 1em;
        font-weight: 400;
        /* margin-bottom: 8px; */
        transform: inherit;
    }


    .pff-mobile-nav-list .has-children>a:after,
    .pff-sidebar-menu .has-children>a:after {
        font-size: 0.8em;
        opacity: 0.7;
        margin-left: 0.2em;
    }


    .pff-sidebar-sns.sp a {
        width: auto;
        display: flex;
        align-items: center;
        color: #fff;
        margin-bottom: 5px;
        font-size: .7rem;
        gap: 4px;
        text-decoration: none;
        transition: color 0.2s;
    }

    .pff-sidebar-sns.sp a:hover {
        color: #FFE600;
    }

    .pff-sidebar-sns.sp i {
        font-size: 2.2em;
    }

    .pff-sidebar-sns a i.fab.fa-instagram {
        font-size: 2.6em;
    }

    .pff-sidebar-sns a i.fa-line {
        font-size: 2.5em;
        background-color: #fff;
        border-radius: 5px;
    }



    .pff-mobile-menu {
        top: 0rem;
        right: -1rem;
        height: 100vh;
        margin-top: 0;
        padding-top: 0;
    }

    .pff-line-btn {
        position: absolute;
        top: 9px;
        right: 5.5rem;
        padding: .5rem 0;
        width: 2.5rem;
    }

    /* .pff-line-btn img {
        width: 390px;
        height: 40px;
        object-fit: cover;
    } */

    .pff-mobile-nav-list li {
        transform: rotate(-0.2deg);
        margin-left: 0.5em;
    }


    .pff-mobile-nav-list>li>a:before {
        margin-right: 5px;
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 50%;
    }

    .pff-mobile-nav-list a,
    .pff-nav-desktop-link,
    .pff-sidebar-menu li a {
        /* color: #fff; */
        text-decoration: none;
        transition: color 0.2s;
    }


    .pff-nav-desktop {
        display: none;
    }

    .pff-header-title img {
        width: 21vw;
    }


    .pff-header.is-scrolled {
        transform: scale(0.99) translateY(10px);
    }

    .pff-header {
        /* padding-top: 1rem; */
        overflow: unset !important;
        display: flex !important;
    }

    div#header-placeholder {
        display: flex !important;
    }



    .pff-header-container {
        padding-left: 0;
        width: 95%;
        margin: auto;
        margin-right: 0;
        margin: 0;
    }

    .pff-header-container {
        width: 100%;
        margin-right: 0;
        /* padding-left: 1rem; */
        /* padding-right: 1rem; */
    }

    .pff-header-logo-group {
        padding-left: 0;
        position: absolute;
        left: 2vw;
        top: 2vw;
        
    }

    .pff-header-logo-group:not(.menu-opened){
        z-index: 9999999;
    }

    .bar {
        display: block;
        height: 1vw;
        background: #212a32;
        border-radius: 4.5px;
        transition: all 0.3s;
    }

    .bar1 {
        width: 8vw;
    }

    .bar2 {
        width: 8vw;
    }

    .bar3 {
        width: 8vw;/
    }

}



.pff-header {
    display: flex;
    background-color: transparent;
    height: 17vw;
    transition: height 0.3s ease, background-color 0.3s ease;
    z-index: 99;
    width: 100%;
    /* background: aqua; */
    display: none;
}

.pff-header.is-scrolled {
    background-color: rgb(255 255 255 / 88%);
    height: 110px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 1%;
    width: 98%;
    border-radius: 100px;
    transform: scale(0.99) translateY(10px);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}


.pff-hamburger-button {
    display: block;
    /* display: none;
    /* border: 2px solid #000000; */
    border-radius: 100px;
    /* background: white; */
    right: 2vw;
    position: absolute;
    height: 14vw;
    width: 14vw;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 3vw;
}


html,
body {
    /* overflow-x: hidden !important; */
}

.pff-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: auto;
}

.pff-public-links {
    flex-wrap: wrap !important;
    justify-content: center;
    /* max-width: 100vw; */
    overflow-x: hidden;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.pff-public-btn {
    /* max-width: 340px; */
    /* width: 100%; */
    box-sizing: border-box;
    padding: 2rem 1rem;
    margin: 16px 8px;
    min-width: unset;
    width: 14rem;
    font-size: 1.5em;
    gap: 1rem;
}

.pff-mobile-menu {
    position: fixed;
    top: 0;
    left: 0%;
    /* width: 100vw; */
    /* height: 100vh; */
    background: #ef4b98;
    z-index: 99999;

    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
    /* ” display: none;  block; ¸ */
}

.pff-mobile-menu.is-open {
    transform: translateX(0);
}

.pff-mobile-menu {
    /* width: 100vw !important;
right: -100vw !important; */
}





/* ===== ¥·¦µ¤’°’’ ¸¦¦º¸’­’Ë†®’’¡’·’’³ ===== */
.pff-sidebar-vertical-text-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, 0);
    width: 2rem;
    /* ’­’Ë†®¥¦«¥Ë†º¦¨¿¦´ */
    height: 100%;
    overflow: hidden;
    /* ’’¡’·’’³¨’¥¤“™¡„ */
    z-index: 99999;
    /* ¤»“®³’³’’³’ž®¨’’«¦½® */
    pointer-events: none;
    /* ’’’¤’„’³’Ë†™‚¬½ */
    border: 3px dashed #f9008d;
}


.pff-sidebar-vertical-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #e62d8b;
    font-size: 1.2rem;
    white-space: nowrap;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    line-height: 1.8;
    animation: scroll-vertical 45s linear infinite;
    font-weight: bold;
    writing-mode: sideways-lr;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.07em;
    /* color: #fff; */
    font-weight: 900;
    /* font-size: 1.18rem; */
    letter-spacing: 0.15em;
    text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff, 1px 1px 0 #fff, -1px -1px 0 #fff;
}




@keyframes scroll-vertical {
    0% {
        transform: translate(-50%, 0);
    }

    100% {
        /* ’’¡’·’’³®µ™-50%«¥¤°¦º´ */
        transform: translate(-50%, -50%);
    }
}




nav.pff-sidebar-nav {
    margin-bottom: 4rem;
    padding-left: 0.5rem;
}

.pff-sidebar-sns a {
    width: 100%;
    text-align: center;
    display: inline-block;
    display: flex;
}


.pff-sidebar-bottom {
    display: none !important;
}

.pff-sidebar-bottom {
    display: flex !important;
    margin-top: 4rem;
    /* display: none !important; */
}

.pff-sidebar-bottom a.pff-sidebar-bottom-item {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column-reverse; */
    justify-content: center;
}

.pff-sidebar-bottom span {
    font-size: 0.6rem !important;
    margin-bottom: 0.6rem;
}

.pff-sidebar-bottom a.pff-sidebar-bottom-item:last-child {
    border: none;
}

.pff-sidebar-bottom a.pff-sidebar-bottom-item small {
    display: block;
}

.pff-sidebar-bottom a.pff-sidebar-bottom-item img {
    width: auto !important;
    height: auto !important;
    height: 2.2rem !important;
}

.pff-sidebar-bottom span {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    transition: color 0.2s;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1em !important;
    text-align: center;
    width: 100%;
}

.pff-sidebar-sns {
    position: relative;
    /* z-index™¦“°¥«„¸ */
    z-index: 1;
    width: 100%;
    display: flex;
    margin-top: 4rem;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .pff-sidebar-bottom.sp {
        display: flex !important;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #e9336e;
        border-top: 1px solid #eee;
        z-index: 9999;
        justify-content: space-around;
        grid-auto-columns: 1fr;
        margin-top: 0;
        /* padding-top: 1rem; */
        /* padding-bottom: 1em; */
    }

    .pff-sidebar-bottom.sp:before {
        content: "";
        display: block;
        position: absolute;
        right: 50%;
        width: 1px;
        height: 100%;
        top: 0;
        background: #ffffff;
        display: none;
    }

    .pff-sidebar-bottom {
        display: flex;
        margin-top: 4rem;
        justify-content: space-around;
    }

    .pff-sidebar-bottom a.pff-sidebar-bottom-item {
        width: 33.33%;
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        line-height: 1.5em;
        gap: 0.7em;
        padding: .6rem 0 .6rem .3rem;
        border-right: 1px solid #eee;
    }

    .pff-sidebar-bottom a.pff-sidebar-bottom-item img{
        order: 2;
        height: auto !important;
    }

    .pff-sidebar-bottom a.pff-sidebar-bottom-item:nth-child(1) img {
        width: 45px !important;
    }

    .pff-sidebar-bottom a.pff-sidebar-bottom-item:nth-child(2) img {
         width: 50px !important;
    }

    .pff-sidebar-bottom a.pff-sidebar-bottom-item:nth-child(3) img {
         width: 58px !important;
    }

    .pff-sidebar-bottom span small {
        display: block;
    }

    .pff-sidebar-bottom span {
        text-decoration: none;
        color: #ffffff;
        font-size: 1rem;
        transition: color 0.2s;
        font-family: "RocknRoll One", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 0.8em !important;
        width: 12px;
        /* height: 1.7em;  */
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        margin-bottom: 0;
    }

    nav.pff-mobile-nav .pff-sidebar-bottom {
        display: none !important;
    }

}

/*button#mobile-menu-button {
display: none;
}*/
