:root{
    --c-blue-arrow: #018BDC;
    --svg-arrow-blue: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none"><path d="M8.35519 5.8243H0V4.53001H8.35519L4.51215 0.906003L5.49006 0L10.9801 5.17716L5.49006 10.3543L4.51215 9.44831L8.35519 5.8243Z" fill="%23003086"/></svg>');
    --svg-arrow-big-blue: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M18.6852 13.0253H0V10.1308H18.6852L10.0908 2.02615L12.2778 0L24.5556 11.578L12.2778 23.156L10.0908 21.1299L18.6852 13.0253Z" fill="%23003086"/></svg>');
    --svg-arrow-white: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 9 9" fill="none"><path d="M6.84844 5.0625H0V3.9375H6.84844L3.69844 0.7875L4.5 0L9 4.5L4.5 9L3.69844 8.2125L6.84844 5.0625Z" fill="white"/></svg>');
    --svg-arrow-black: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M14.2941 10.5665H0V8.21836H14.2941L7.71938 1.64367L9.39241 0L18.7848 9.39241L9.39241 18.7848L7.71938 17.1411L14.2941 10.5665Z" fill="black"/></svg>');
}

.u-md-over-only{
    display: block;
}


header .headWrap .searchbox{
    display: flex;
    justify-content: flex-end;
}

header .pcnav_sub ul{
    justify-content: flex-start;
}

header .pcnav_sub{
    display: flex;
    align-items: center; 
    width: 54%;
}

header .headWrap h1 img{
    width: 243px;
    max-width: 100%;
}

header .pcnav_sub ul {
    white-space: nowrap;
    flex-wrap: nowrap; 
}

.pcnav__logo{
    display: flex;
    gap: 14px;
    margin-left: 18px;
    min-width: 60px;
}

.pcnav__logo a{
    transition: opacity 0.3s ease;
}

.pcnav__logo a:hover{
    opacity: 0.8;
}

.home #news .more a::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--c-blue-arrow); /* ここにお好みの青色を指定 */
    border-radius: 50%;
    
    /* CSS変数の矢印を背景として配置 */
    background-image: var(--svg-arrow-white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px auto; /* 矢印のサイズ（20pxの中でどれくらいの大きさにするか） */
    margin-left: 6px;
}

.home #news .more a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.home #important{
    min-height: 134px;
}

.home #important .txtWrap {
    box-sizing: border-box;
    height: 108px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 6px 8px 12px 0;
    border-right: 10px solid transparent;

}

/* Chromium / Safari（macOS Chrome 対策：width だけでは無視されることがある） */
.home #important .txtWrap::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    /* Stack Overflow / macOS Chrome: height も指定しないと疑似要素スタイルが効かない事例あり */
    width: 4px;
    height: 4px;
    background: #d9d9d9;
    border-radius: 6px;
}

.home #important .txtWrap::-webkit-scrollbar-track {
    background-color: #d9d9d9;
    border-radius: 6px;
}

.home #important .txtWrap::-webkit-scrollbar-thumb {
    background-color: #b2b2b2;
    border-radius: 6px;
}

.home #products {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    padding-top: 88px;
    padding-bottom: 114px;
}

.products__inner{
    max-width: 1246px;
    margin-inline: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.home #products ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
    padding-top: 12px;
}

.home #products li img{
    box-shadow:none;
}

.home #products li:nth-child(even) {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.home #products li:nth-child(odd){
    width: 100%;
    padding: 0;
    margin: 0;
}

/* バナー 2 カラム（Figma node 121:155） */
.banner {
    box-sizing: border-box;
    padding-top: 76px!important;
    padding-bottom: 76px!important;
    background-color: #fff;
    width: 100%!important;
}

 .banner__inner {
    display: grid;
    grid-template-columns: minmax(0, 710px) minmax(0, 463px);
    gap: 43px;
    align-items: stretch;
    max-width: 1216px;
    margin-inline: auto;
}

 .banner__card {
    position: relative;
    display: block;
    min-height: 338px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.25s ease;
}

 .banner__card:hover {
    text-decoration: none;
    opacity: 0.8;
}

 .banner__card-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* 手前に画像・奥にグラデーション（透過部分でグラデが見える） */
 .banner__card--howto .banner__card-bg {
    background-image: url(../images/topimg/img-how-to-banner.png), linear-gradient(233deg, #fff -7.7%, #a5e7df 4.34%, #75cae4 18.18%, #289bd4 32.78%, #008bdc 45.59%);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
}

 .banner__card--seminar .banner__card-bg {
    background-color: #f1fafc;
    background-image: var(--banner-img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

 .banner__card-content {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 34px;
    min-height: 338px;
    height: 100%;
    padding: clamp(20px, 3vw, 42px) clamp(18px, 2.5vw, 44px) clamp(18px, 2vw, 52px);
}

 .banner__card-copy {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 51.7rem;
}

 .banner__title {
    font-size: clamp(25px, 6.25vw, 43px);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0.08em;
    color: #fff;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}

 .banner__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
}

 .banner__cta--pill {
    position: relative;
    width: 338px;
    max-width: 100%;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 65px;
    padding: 12px 28px 12px 32px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

 .banner__cta-label {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #000;
}

 .banner__cta-icon--black {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
    width: 19px;
    height: 19px;
    background-image: var(--svg-arrow-black);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

 .banner__card-copy--seminar {
    max-width: 22.4rem;
    gap: 8px;
}

 .banner__label-en {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #757575;
}

 .banner__title--seminar {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.06em;
    color: #003086;
    text-shadow: none;
}

 .banner__text--seminar {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.04em;
    color: #000;
    text-shadow: none;
    margin-top: 14px;
    text-align: justify;
}

 .banner__card--seminar .banner__card-content {
    justify-content: center;
}

 .banner__cta--fab {
    position: absolute;
    right: clamp(12px, 2vw, 18px);
    bottom: clamp(10px, 2vw, 10px);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

 .banner__cta-icon--blue {
    width: 28px;
    height: 27px;
    background-image: var(--svg-arrow-big-blue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* CATALOG セクション（旧 #recommend）— Figma 120:115 */
.catalog::before {
    background: transparent;
    transform: skewY(0deg);
    display: none;
}

.catalog {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

 .catalog__body {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: clamp(24px, 3vw, 40px);
    padding: 40px 0 56px;
    min-width: 0;
}

.catalog__inner{
    flex: 1 1 520px;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.catalog__col{
    width: 100%;
}

 .catalog__cols {
    min-width: 0;
    display: flex;
    justify-content: center;
    gap: clamp(24px, 3vw, 34px);
    row-gap: 30px;
}

 .catalog__col {
    min-width: 0;
}

 .catalog__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.06em;
    color: #3c3c3c;
    min-width: 0;
}

.catalog__heading-text{
    font-weight: bold;
    letter-spacing: 0.06em;
    font-size: 16px;
    min-width: 0;
    overflow-wrap: anywhere;
}

 .catalog__heading-bar {
    flex-shrink: 0;
    width: 7px;
    height: 24px;
    background: #003086;
    border-radius: 1px;
}

 .catalog__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 20px;
}

 .catalog__figure {
    flex: 0 0 262px;
    width: 262px;
    height: 376px;
    margin: 0;
    overflow: hidden;
}

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

 .catalog__downloads {
    flex: 0 0 176px;
    width: 176px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 376px;
    min-width: 0;
}

 .catalog__dl-card {
    box-sizing: border-box;
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 12px 14px;
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    transition: opacity 0.2s ease;
}
 .catalog__dl-card:hover {
    opacity: 0.8;
    text-decoration: none;
}

 .catalog__dl-label {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.06em;
    color: #757575;
}

 .catalog__dl-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;

    min-height: 0;
}

 .catalog__dl-icon img {
    display: block;

}

 .catalog__aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

 .catalog__aside-card {
    position: relative;
    display: block;
    min-height: 165px;
    padding: 30px 24px 38px 22px;
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    transition: opacity 0.2s ease;
}

 .catalog__aside-card:hover {
    text-decoration: none;
    opacity: 0.8;
}

 .catalog__aside-en {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #003086;
}

 .catalog__aside-ja {
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 0.04em;
    color: #3c3c3c;
}

 .catalog__aside-arrow {
    position: absolute;
    right: 11px;
    bottom: 11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e8e8e8;
    background-image: var(--svg-arrow-blue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px auto;
}
/* footer2 メガナビ（Figma 122:236 / 124:238）— nav.fujii-foot-mega（詳細度は主に1〜3） */
.fujii-foot-mega {
    flex: 1 1 auto;
    min-width: 0;
}

.fujii-foot-mega > ul.menu {
    width: auto;
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px;
}

/* 製品情報（Walker で .fujii-foot-mega__product） */
.fujii-foot-mega__product.menu-item-has-children {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 574px;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.fujii-foot-mega__product.menu-item-has-children > a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 8px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px!important;
    font-weight: 700;
    font-style: normal;
    line-height: 1.8125!important;
    letter-spacing: 0.03em!important;
    color: #000!important;
    text-indent: 0;
    text-decoration: none;
}

.fujii-foot-mega__product.menu-item-has-children > a:hover {
    color: #000;
    text-decoration: none;
}

.fujii-foot-mega__product .fujii-foot-mega__main {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 26px 0 0 20px;
    border: none;
}

.fujii-foot-mega__product .fujii-foot-mega__main > .sub-menu {
    display: grid;
    grid-template-columns: 250px 250px;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    column-gap: 24px;
    row-gap: 4px;
    width: max-content;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fujii-foot-mega__product .fujii-foot-mega__main li {
    margin: 0;
    padding: 0;
    text-align: left;
}

.fujii-foot-mega__product .fujii-foot-mega__main a {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 3.1667;
    letter-spacing: 0.01em;
    color: #717171;
    white-space: normal;
    text-decoration: none;
}

.fujii-foot-mega__product .fujii-foot-mega__main a:hover {
    background: transparent;
    color: #333;
    text-decoration: underline;
}

.fujii-foot-mega__product .sub-menu .sub-menu {
    display: block;
    position: static;
    box-shadow: none;
    padding: 4px 0 0 12px;
    margin: 0;
    width: auto;
}

.fujii-foot-mega__product .sub-menu .sub-menu li {
    margin-bottom: 6px;
}

.fujii-foot-mega > ul.menu > li.menu-item-has-children:not(.fujii-foot-mega__product) {
    position: relative;
    flex: 1 1 200px;
    min-width: min(100%, 200px);
}

.fujii-foot-mega > ul.menu > li.menu-item-has-children:not(.fujii-foot-mega__product) > a {
    border-bottom: 1px solid #bcbcbc;
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    color: #333;
    padding-bottom: 10px;
}

.fujii-foot-mega__rail {
    flex: 0 0 auto;
    list-style: none;
    margin: 0;
    padding: 0;
    align-self: flex-start;
}

.fujii-foot-mega__rail::before,
.fujii-foot-mega__rail::after {
    display: none;
}

.fujii-foot-mega__aside {
    display: block;
    margin: 0;
    padding: 0;
}

.fujii-foot-mega__aside-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fujii-foot-mega__aside-item {
    margin: 0;
    padding: 0;
}

.fujii-foot-mega__aside-link {
    display: block;
    color: #000!important;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 700!important;
    line-height: 3.0625;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.fujii-foot-mega__aside-link:hover {
    text-decoration: underline;
}

footer {
    padding: 8% 0 0%;
}

footer .container{
    margin-bottom: 80px;
}

footer .copy .container{
    margin-bottom: 0;
}

.footersnsicon{
    margin-top: -30px;
    margin-bottom: -14px;
}

.footersnsicon__licence{
    margin-top: 0!important;
}

.footersnsicon a{
    transition: opacity 0.3s ease;
}

.footersnsicon a:hover{
    opacity: 0.8;
}

.flogo a{
    transition: opacity 0.3s ease;
}

.flogo a:hover{
    opacity: 0.8;
}

.licence{
    margin-top: 20px;
}

footer .footerNav ul.menu{
    padding-left: 65px;
}

/* =============================================================================
   メディアクエリ（ブレークポイント別・ファイル末尾に集約）
   ============================================================================= */

@media (min-width: 1300px) {
    .container {
        width: 1216px;
        padding: 0;
    }
    header .container {
        width: 1300px;
    }
}

@media (max-width: 1299px) {
    header .headWrap .searchbox input {
        font-size: 1rem;
    }
}

@media (max-width: 1246px) {
    .catalog .container {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .catalog__inner {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .catalog__aside {
        width: 100%;
        min-width: 0;
    }

    .catalog .inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .catalog__aside-card {
        min-height: 108px;
        padding: 24px 47px 30px 22px;
        min-width: 0;
    }

    .catalog__aside-en {
        margin-bottom: 8px;
    }
    .catalog__body {
        padding-top: 0px;
        padding-bottom: 0px;
        gap: 48px;
        max-width: min(480px, 100%);
        width: 100%;
        min-width: 0;
        margin-inline: auto;
        box-sizing: border-box;
    }

    .catalog__row {
        flex-direction: column;
        min-width: 0;
    }

    .catalog__figure {
        flex: 1 1 auto;
        width: 193px;
        max-width: 100%;
        height: auto;
        aspect-ratio: 193 / 278;
        margin-inline: auto;
    }

    .catalog__downloads {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        flex-direction: row;
        gap: 15px;
        min-width: 0;
    }

    .catalog__dl-card {
        flex: 1 1 0;
        min-height: 165px;
        min-width: 0;
    }

    .catalog__dl-icon img {
        max-width: 100%;
        height: auto;
    }

    .catalog__cols {
        row-gap: 46px;
        min-width: 0;
    }

    .catalog__aside-en {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .catalog__aside-arrow {
        width: 30px;
        height: 30px;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
    }

    .catalog__inner > h2 {
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    .banner__inner {
        max-width: 360px;
        grid-template-columns: 1fr;
        gap: 24px;
        row-gap: 40px;
    }

    .banner__card {
        min-height: auto;
    }

    .home #products ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .catalog__aside {
        flex: 1 1 100%;
        width: 100%;
        max-width: none;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 28px;
    }

    .catalog__aside-card {
        flex: 1 1 200px;
        min-width: min(228px, 100%);
    }

    footer {
        padding: 0;
        margin-top: 0;
    }

    .footersnsicon {
        margin-top: -16px;
        margin-bottom: -14px;
        gap: 18px;
        max-width: 153px;
    }

    footer .footerInfo {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        width: 100%;
        text-align: center;
    }

    footer .footerNav {
        margin-inline: auto;
        width: 100%;
    }

    footer .container {
        margin-bottom: 45px;
        display: block;
    }
}

@media (max-width: 768px) {
    .u-md-over-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .home #important .txtWrap li {
        padding-right: 8px;
    }

    .home #products {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home #products ul {
        padding-top: 0;
        padding-bottom: 0;
    }

    .home #important .headWrap h2 {
        margin-inline: auto;
        width: fit-content;
        margin-bottom: 10px;
    }

    .home #important .txtWrap {
        height: 190px;
        padding: 6px 0px 12px 0px;
        border-right: none;
        margin-bottom: 26px;
    }
    .banner {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .banner__title {
        font-size: 25px;
        text-align: center;
        letter-spacing: 0.08em;
        line-height: 1.48;
    }

    .banner__title--seminar {
        width: fit-content;
        font-size: 22px;
    }

    .banner__text {
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 1.714;
    }

    .banner__text--seminar {
        margin-top: 14px;
        font-size: 15px;
    }

    .banner__card-copy--seminar {
        max-width: 19.4rem;
    }

    .banner__cta--fab {
        width: 48px;
        height: 48px;
    }

    .banner__cta-icon--blue {
        width: 18px;
        height: 18px;
    }

    .banner__cta--pill {
        width: fit-content;
        margin-inline: auto;
        max-width: 100%;
        justify-content: center;
        padding: 6px 36px 7px 34px;
        min-height: 45px;
        align-items: center;
        gap: 9px;
    }

    .banner__cta-label {
        font-size: 16px;
    }

    .banner__cta-icon--black {
        width: 13px;
        height: 13px;
        right: 14px;
    }

    .banner__card--seminar {
        aspect-ratio: 345 / 252;
        min-height: auto;
        width: 100%;
    }

    .banner__card--howto {
        aspect-ratio: 345 / 352;
        min-height: auto;
    }

    .banner__card--howto .banner__card-bg {
        background-image: url(../images/topimg/img-howto-banner-sp.png), linear-gradient(72deg, #fff -7.7%, #a5e7df 4.34%, #75cae4 18.18%, #289bd4 32.78%, #008bdc 45.59%);
        background-repeat: no-repeat, no-repeat;
        background-position: center, center;
        background-size: cover, cover;
    }

    .banner__card--howto .banner__card-content {
        min-height: auto;
        justify-content: flex-end;
        gap: 22px;
        padding: 16px 24px 32px 24px;
    }

    .banner__card-content {
        min-height: auto;
    }

    .banner__label-en {
        font-size: 15px;
    }

    .fujii-foot-mega.footerNav > ul.menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
        max-width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        box-sizing: border-box;
    }

    .fujii-foot-mega__product.menu-item-has-children {
        width: 100%;
        max-width: none;
        flex: 1 1 auto;
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #dcdcdc;
    }

    .fujii-foot-mega__product.menu-item-has-children > a {
        padding: 0 0 8px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px !important;
        line-height: 1.8125 !important;
        letter-spacing: 0.03em !important;
    }

    .fujii-foot-mega__product .fujii-foot-mega__main {
        padding: 16px 0 0 20px;
    }

    .fujii-foot-mega__product .fujii-foot-mega__main > .sub-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: none;
        row-gap: 0;
        column-gap: 0;
    }

    .fujii-foot-mega__product .fujii-foot-mega__main a {
        font-size: 12px;
        line-height: 3.4167;
        letter-spacing: 0.01em;
    }

    .fujii-foot-mega__product .sub-menu .sub-menu {
        padding: 4px 0 0 12px;
    }

    .fujii-foot-mega > ul.menu > li.menu-item-has-children:not(.fujii-foot-mega__product) {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        padding-top: 20px;
        padding-bottom: 4px;
        border-bottom: 1px solid #dcdcdc;
    }

    .fujii-foot-mega > ul.menu > li.menu-item-has-children:not(.fujii-foot-mega__product) > a {
        font-size: 16px;
        line-height: 3.0625;
        letter-spacing: 0.03em;
        padding-bottom: 12px;
    }

    .fujii-foot-mega__rail {
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
    }

    .fujii-foot-mega__aside-list {
        gap: 0;
    }

    .fujii-foot-mega__aside-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 49px;
        padding: 0 4px 0 0;
        font-size: 16px !important;
        font-weight: 800 !important;
        line-height: 3.0625;
        letter-spacing: 0.03em;
        box-sizing: border-box;
    }

    .fujii-foot-mega__aside-link::after {
        content: "";
        flex-shrink: 0;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        background-color: #fff;
        background-image: var(--svg-arrow-big-blue);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 9px 8px;
    }

    .fujii-foot-mega__aside-link:hover {
        text-decoration: none;
    }

    .catalog__cols {
        flex-wrap: wrap;
    }

    .licence {
        margin-top: 0;
    }
}

@media (max-width: 400px) {

    .catalog__dl-card {
        flex: 1 1 auto;
        width: 100%;
    }
}
