@font-face {
    font-family: 'Chopin-Trial';
    src: url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Thin.woff2') format('woff2'),
        url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Chopin-Trial';
    src: url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-ExtraLight.woff2') format('woff2'),
        url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Chopin-Trial';
    src: url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Light.woff2') format('woff2'),
        url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Chopin-Trial';
    src: url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Regular.woff2') format('woff2'),
        url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Chopin-Trial';
    src: url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Medium.woff2') format('woff2'),
        url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Chopin-Trial';
    src: url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-SemiBold.woff2') format('woff2'),
        url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Chopin-Trial';
    src: url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Bold.woff2') format('woff2'),
        url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Chopin-Trial';
    src: url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-ExtraBold.woff2') format('woff2'),
        url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Chopin-Trial';
    src: url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Black.woff2') format('woff2'),
        url('../assets/fonts/Chopin_Trial/Trial/WEB/Chopin-Trial-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HigureGothic';
    src: url('../assets/fonts/higure_gothic/HigureGothic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HigureGothic';
    src: url('../assets/fonts/higure_gothic/HigureGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HigureGothic';
    src: url('../assets/fonts/higure_gothic/HigureGothic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HigureGothic';
    src: url('../assets/fonts/higure_gothic/HigureGothic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HigureGothic';
    src: url('../assets/fonts/higure_gothic/HigureGothic-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    background-color: #F5F5F5;
    scroll-behavior: smooth;
    font-family: 'Chopin-Trial', 'HigureGothic', sans-serif;
}


a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

img {
    -webkit-user-select: none;
    /* iOS Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;

    -webkit-touch-callout: none;
    /* iOS長押しメニュー禁止 */

    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sec-util-pd {
    padding: 34px 1rem 6rem;
}

.material-symbols-outlined:not(.slider) {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
    transform: translateY(4px);
    padding-left: 11px;
    font-size: 16px;
}

.site-header {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    z-index: 5;
}

.header-inner {
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 10;
}

.header-inner.product {
    margin-top: 1.5rem;
}

.top-sns-links img:hover {
    opacity: 0.7;
}

.top-sns-links.product {
    flex-direction: row;
    gap: 1rem;
    padding-left: 5rem;
}

.top-sns-links.product img:hover {
    opacity: 0.7;
}

.top-sns-links.product>a:last-child {
    transform: translateY(2.5px);
}

.header-inner.scrolled .nav-menu {
    color: #3A3A3A;
}

.header-inner.scrolled .hamburger-menu-btn span {
    background-color: #3A3A3A;
}

/* Header hide/show animation */
.header-inner.hidden {
    opacity: 0;
    pointer-events: none;
}

/* ヘッダーの設定 */
.header-inner-top {
    display: flex;
    justify-content: space-between;
}

/* ヘッダーロゴ固定追従 */
.header-inner-top .left {
    width: 26%;
}

.header-inner:not(.product)>.header-inner-top .logo {
    transform: scale(0.9);
    position: absolute;
    top: 230%;
    left: 0;
}

.header-inner-top .logo a.product:not(.murenaine) {
    transform: translateY(-40%) translateX(-15%) scale(0.3);
}

.header-inner-top .logo a.product.murenaine {
    transform: translateX(50%) translateX(-15%) scale(0.9);
}

.header-inner-top>.middle {
    padding-left: 5.5rem;
}

.header-inner .header-inner-top .logo a {
    display: inline-block;
}

.header-inner-top .logo a:hover {
    opacity: 0.7;
}

.hamburger-menu-btn {
    width: 32px;
    height: 40px;
    display: flex;
    /* 線の間隔 */
    border-radius: 4px;
    all: unset;
    cursor: pointer;
}

.hamburger-menu-btn.murenaine span {
    background-color: #3A3A3A;
}

.hamburger-menu-btn:not(.murenaine) span {
    background-color: #F5F5F5;
}

.hamburger-menu-btn span {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 2px;
}

.hamburger-menu-btn span:first-child {
    margin-bottom: 12px;
}

.header-inner-top>.right {
    width: 37%;
    display: flex;
    justify-content: space-around;
}

.header-inner-top.product>.right {
    align-items: baseline;
}

#blur-overlay {
    position: fixed;
    inset: 0;
    z-index: 999;
    pointer-events: none;
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.1);
    opacity: 0;
    transition: opacity 0.3s;
  }

#blur-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.top-sns-links,
.drawer-sns-links {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: end;
    gap: 16px;
}

.top-sns-links>a:not(:last-child) img,
.drawer-sns-links>a:not(:last-child) img {
    width: 24px;
    height: 24px;
}

.top-sns-links>a:last-child img,
.drawer-sns-links>a:last-child img {
    width: 20px;
    height: 20px;
}


.top-sns-links>a,
.drawer-sns-links>a {
    display: contents;
}

.nav-menu {
    color: #F5F5F5;
    font-weight: 700;
    font-size: 12px;
}

.nav-menu>ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nav-menu>ul>li {
    display: inline-flex !important;
    line-height: 80%;
}


.nav-menu a.active {
    color: #FFFFFF80;
}

.header-inner.scrolled .nav-menu a.active {
    color: #3a3a3a80;
}

.drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 75vh;
    background: #3A3A3A;
    transform: translateY(-200%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 80px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.drawer-menu.open {
    transform: translateY(0);
}

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.drawer-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 32px;
    box-sizing: border-box;
    border-bottom: 1px solid #FFFFFF;
}

.drawer-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2.2rem;
    cursor: pointer;
    line-height: 1;
    padding: 0 8px 0;
    transition: background 0.2s, color 0.2s;
    border-radius: 50%;
}

.drawer-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #F4B0B7;
}

.company-info-summary {
    display: flex;
    gap: 10%;
    width: 100%;
    height: 100%;
    padding: 1rem 2rem 2rem;
    color: #FFFFFF;
}

.company-info-summary>.right {
    flex: 1;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.company-info-summary>.left {
    flex: 1;
    margin-top: auto;
}

.company-info-summary .company-info {
    width: 85%;
    color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 2rem 1.5rem;
}

footer .company-info .info-wrapper {
    display: flex;
    gap: 71px;
}

.drawer-company-info {
    display: flex;
}

.drawer-company-info>* {
    flex: 1;
}

.drawer-company-info a:hover {
    opacity: 0.7;
}

.drawer-nav li:not(:first-child),
.drawer-product li:not(:first-child) {
    margin-top: 10px;
}

.drawer-nav li:first-child,
.drawer-product li:first-child {
    font-size: 16px;
    font-weight: bold;
}

.drawer-product li a {
    font-size: .9rem;
}

.drawer-product {
    display: flex;
    justify-content: end;
    padding-right: 1.5rem;
}

.drawer-sns-links {
    text-align: end;
    padding-right: 10px;
}

.drawer-sns-links div:last-child img {
    transform: translateX(-4px);
}

.company-info-summary .block p:first-child {
    font-weight: 600;
}

.company-info-summary .block p:not(:first-child) {
    font-weight: 400;
    margin-top: 10px;
}

.drawer-stores-links>div:not(:first-child) {
    margin-top: 1rem;
}

.drawer-stores-links .text {
    border-bottom: 1px solid #FFFFFF;
    font-weight: 600;
}

.drawer-stores-links img {
    transform: translate(10px, 6px);
    margin-top: auto;
}

.drawer-netshop-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.drawer-netshop-links>a:hover,
.drawer-sns-links a:hover {
    opacity: 0.7;
}

/* フッターの設定 */
.company-info-section {
    display: flex;
}

.company-info-section .netshop img:hover {
    opacity: 0.7;
}

.company-info-section>.left {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 40px;
}

.company-info-section>.left>img {
    margin-top: auto;
}

.company-info-section>.right {
    padding-left: 3rem;
}

.company-info-section>.right.top {
    flex: 1;
}

.company-info-section>.right:not(.top) {
    flex: 1;
    padding-right: 1rem;
    margin-top: auto;
}

.company-info {
    margin-top: 72px;
    color: #3A3A3A;
}

.company-info>.info {
    display: flex;
}

footer .company-info .info {
    margin-top: 56px;
}

footer .company-info .info>.block:last-child {
    margin-top: 81px;
}

.company-info-summary .company-info>.info:not(:first-child) {
    margin-top: 85px;
}

.company-info>.info>.block {
    flex: 1;
}

.company-info .info .block>p:first-child,
.company-info>.inc {
    font-weight: 600;
}

.company-info-section>.company-info .info>.block>p:last-child {
    color: #3A3A3A;
}

/* アニメーション */
.fadein {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fadein.visible {
    opacity: 1;
    transform: translateY(0);
}

.header-inner:not(.scrolled) .anime.updown {
    overflow: hidden;
    display: inline-block;
    color: transparent !important;
    text-shadow: 0 1.5em 0 #FFFFFF, 0 0 0 #FFFFFF;
    transition: text-shadow 0.4s;
}

.header-inner:not(.scrolled) .anime.updown:hover,
.drawer-stores-links .anime.updown:hover {
    text-shadow: 0 0 0 #FFFFFF, 0 -1.5em 0 #FFFFFF;
    /* 2つの影の位置を上方向に1.5emずつずらす */
}

.anime.updown {
    overflow: hidden;
    display: inline-block;
    color: transparent !important;
    transition: text-shadow 0.4s;
}

.drawer-stores-links .anime.updown {
    padding-bottom: 2px;
    line-height: 80%;
    text-shadow: 0 1.5em 0 #FFFFFF, 0 0 0 #FFFFFF;
}

.header-inner.scrolled .anime.updown {
    text-shadow: 0 1.5em 0 #3A3A3A, 0 0 0 #3A3A3A;
}

.header-inner.scrolled .anime.updown:hover {
    text-shadow: 0 0 0 #3A3A3A, 0 -1.5em 0 #3A3A3A;
    /* 2つの影の位置を上方向に1.5emずつずらす */
}

.anime.footer-updown {
    overflow: hidden;
    display: inline-block;
    color: transparent !important;
    text-shadow: 0 1.5em 0 #C1646F, 0 0 0 #C1646F;
    transition: text-shadow 0.4s;
    border-bottom: 1px solid #C1646F;
}

.anime.footer-updown:hover {
    text-shadow: 0 0 0 #C1646F, 0 -1.5em 0 #C1646F;
    /* 2つの影の位置を上方向に1.5emずつずらす */
}


.anime.img-updown {
    overflow: hidden;
    cursor: pointer;
}

.top-sns-links.product.murenaine.fixed,
.top-sns-links.product:not(.murenaine).fixed {
    position: fixed !important;
    top: 38px !important;
    left: 0;
    z-index: 1000;
}

.top-sns-links.product.murenaine:not(.fixed) {
    position: absolute;
}


@keyframes unblurBackground {
    to {
        filter: blur(0);
    }
}

footer {
    padding: 1.5rem 2rem;
    margin-top: 40px;
}

.company-info-section .netshop {
    display: flex;
    gap: 1rem
}

.company-info-section .netshop>a:hover {
    opacity: 0.7;
}

.footer-info {
    font-size: 0.75rem;
    display: flex;
    font-weight: 600;
}

.footer-info>span>img {
    transform: translateY(-1.2px);
    padding-left: 10px;
}

.footer-info>span:first-child {
    flex: 3;
    font-weight: 600;
    margin-right: 7rem;
}

.footer-info>span:not(:first-child) {
    flex: 1;
    padding-left: 2rem;
    white-space: nowrap;
}

.polygon {
    margin-top: 62px;
    text-align: end;
}

.footer-highlight {
    background-color: #F4B0B7;
    border-radius: 40px;
    padding: 20px 24px;
    color: #C1646F;
}

.footer-highlight .footer-baby-logo {
    width: 100%;
    height: 300px !important;
    background-image: url(/images/BABY-RAKU.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.important-notes {
    font-size: 12px;
    font-weight: 500;
    color: #3A3A3A;
    opacity: 0.5;
    transform: translateY(-135px);
    line-height: 140%;
}

.important-notes.top {
    transform: translateY(-85px);
}

.important-notes:not(.top) {
    transform: translateY(-135px);
}

.important-notes>p:not(:first-child) {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .site-header {
        /* height: 100%; */
    }

    .header-inner-top {
        display: block;
        /* height: 100%; */
    }

    .header-inner-top.top {
        /* height: 830px; */
        position: relative;
    }

    .header-inner-top.product .logo.murenaine {
        position: fixed;
        top: 3.9%;
        left: 10%;
        transform: scale(1);
        z-index: 9999;
    }

    .header-inner-top:not(.product)>.right {
        height: 100%;
        position: relative;
    }

    .top-sns-links {
        position: fixed;
        right: 8%;
        top: calc(5% - 2px);
        gap: 16px;
    }


    .top-sns-links.product {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 655px;
    }

    .top-sns-links.product.murenaine {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 655px;
    }

    .header-inner {
        position: initial;
        /* height: 100%; */
    }

    .header-inner.product {
        margin-top: 0;
    }

    .hamburger-menu-btn {
        position: fixed;
    }

    .header-inner-top>.middle:not(.product) {
        position: fixed;
        left: 46%;
        transform: translateX(-50%);
        top: 5%;
        padding-left: 0;
    }

    .header-inner-top>.middle.product {
        top: 6%;
        left: 25%;
        transform: translateY(-50%);
        position: fixed;
        z-index: 9999;
    }

    .header-inner-top .nav-menu {
        position: absolute;
        /* bottom: 140px; */
        bottom: 0;
        top: 600px;
        left: 0;
        white-space: nowrap;
    }

    .header-inner-top:not(.product) .logo {
        position: fixed !important;
        top: 315px!important;
        /* top: 520px !important; */
        left: -2.5% !important;
        transform: scale(0.7) !important;
    }

    .header-inner-top.product .logo {
        position: fixed;
        top: calc(3.9% - 2px);
        left: 8%;
        transform: scale(0.9);
        z-index: 9999;
    }


    .header-inner-top .logo a.product {
        transform: translateY(-30%) translateX(-15%) scale(0.4);
    }

    .company-info-summary {
        display: block;
        height: 82%;
        padding: 1rem 2rem 34px;
    }

    .company-info-summary .left {
        display: none;
    }

    .company-info-summary .right {
        padding-left: 0;
        padding-top: 0;
        height: 100%
    }

    .drawer-header {
        border-bottom: none;
        margin-top: 2rem;
        position: initial;
    }


    .drawer-menu {
        height: 100vh;
        border-radius: 0;
        padding-top: 0;
    }

    .drawer-close-area {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 1px solid #F5F5F5;
        width: 100%;
        text-align: center;
        vertical-align: bottom;
    }

    .drawer-nav li:first-child,
    .drawer-product li:first-child {
        font-size: 18px;
        font-weight: 600;
    }

    .drawer-company-links {
        margin-top: 6rem;
    }

    .drawer-sns-links {
        position: absolute;
        bottom: 13%;
        right: 5%;
        display: flex;
        gap: 16px;
    }

    .drawer-netshop-links {
        display: block;
    }

    .drawer-netshop-links a {
        display: block;
        margin-top: 10px;
    }

    .drawer-netshop-links>img {
        display: block;
    }

    .drawer-netshop-links>img:not(:first-child) {
        margin-top: 0.5rem;
    }

    .drawer-stores-links {
        font-weight: 600;
    }

    .drawer-stores-links>div:not(:first-child) {
        margin-top: 0.3rem;
    }

    .drawer-nav li:not(:first-child),
    .drawer-product li:not(:first-child) {
        margin-top: 0.3rem;
    }

    /* フッター */
    .company-info-section {
        display: block;
    }

    .company-info-section .netshop {
        display: block;
    }

    .company-info-section .netshop>img {
        display: block;
    }

    .company-info-section .netshop>img:not(:first-child) {
        margin-top: 1rem;
    }

    .company-info {
        margin-top: 0;
    }

    .company-info>.info {
        display: block;
    }

    /* フッター */
    .company-info-section {
        display: flex;
        flex-direction: column-reverse;
        flex: 1;
    }

    .company-info-section .netshop>img {
        display: block;
    }

    .company-info-section .netshop>img:not(:first-child) {
        margin-top: 1rem;
    }


    .company-info-section>.left {
        padding: 2rem 0 .5rem 0;
    }

    .company-info-section-wrapper {
        display: flex;
        align-items: flex-end;
    }

    .company-info-section>.right {
        padding-left: 0;
    }

    .company-info-section>.right:not(.top) {
        margin-top: 426px;
    }

    .company-info-section .netshop>a {
        display: block;
    }

    .company-info-section .netshop>div:not(:first-child) {
        margin-top: 16px;
    }

    .company-info-section .netshop a {
        display: inline-block;
    }

    .company-info>.info {
        display: block;
    }

    .company-info>.info>.block:not(:first-child) {
        margin-top: 1rem;
    }

    .company-info>.info>.block:not(:first-child)>p:last-child {
        line-height: 120%;
    }

    footer .company-info .info-wrapper {
        display: block;
    }

    footer .company-info .info-wrapper .block>p:first-child {
        line-height: 80%;
    }

    footer .company-info .info-wrapper .block>p:last-child {
        margin-top: 12px;
        line-height: 80%;
    }

    footer .company-info .info {
        margin-top: 40px;
    }

    footer .company-info .info>.block:last-child {
        margin-top: 56px;
    }

    .company-info>.info>.block>p:first-child,
    .company-info>.inc {
        margin-top: 40px;
    }

    .company-info-section>.left {
        padding-top: 80px;
    }

    footer .company-info .info:last-child {
        margin-top: 56px;
    }

    footer {
        position: relative;
    }

    footer.top {
        margin-top: 160px;
    }

    footer.product {
        margin-top: 730px;
    }

    .footer-highlight {
        margin-top: 1.5rem;
        height: 350px;
        border-radius: 24px;
        padding: 24px 16px 16px;
    }

    .footer-highlight .footer-info {
        display: block;
    }

    .footer-highlight .footer-info>span {
        display: block;
    }

    .footer-highlight .footer-info>span:first-child {
        margin-bottom: 60px;
        line-height: 100%;
    }

    .footer-highlight .footer-info>span:not(:first-child) {
        margin-bottom: 1rem;
    }

    .footer-info>span:not(:first-child) {
        padding-left: 0;
    }

    .footer-highlight>h2 {
        font-size: 12vw;
    }

    .footer-highlight>.footer-baby-logo {
        background-image: url(/images/BABY-RAKU-SP.svg);
        height: 112px !important;
        background-size: 100%;
    }

    .anime.footer-updown {
        line-height: 80%;
        overflow: initial!important;
        color: #C1646F!important;
        text-shadow: none!important;
    }

    .drawer-stores-links .anime.updown {
        overflow: initial!important;
        text-shadow: none!important;
        color: #FFFFFF!important;
    }

    .footer-info>span>img {
        transform: translateY(3px);
    }

    .important-notes {
        position: absolute;
        top: 5%;
        left: 1rem;
        transform: translateY(-756px)!important;
    }

    .important-notes:not(.top) {
        margin-right: 16px;
    }

}

