.elementor-75751 .elementor-element.elementor-element-66a8690{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:600px){.elementor-75751 .elementor-element.elementor-element-66a8690{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-e10f5f1 */:root {
    --main-color: #e30019;
    --text-color: #ffffff;
    --header-height: 115px;
    --mobile-sns-gap: 8px;
}

body {
    font-family: sans-serif;
    margin: 0;
    padding-top: 0;
    color: #333;
    line-height: 1.6;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}


.header2025-12 {
    background-color: var(--text-color);
    border-bottom: 3px solid #fff000;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.header2025-12-inner {
    max-width: 1200px;
    margin: 0 auto;
    height: var(--header-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.header2025-12-inner .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    padding-top: 15px;
}
.logo-image {
    height: 40px;
    width: auto;
}

.header2025-12-nav-list {
    display: flex;
    align-items: center;
}
.header2025-12-nav-list li {
    padding: 0 5px;
    text-align: center;
    line-height: 1.2;
}

.header2025-12-nav-list a,
.header2025-12-nav-list button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    padding: 10px 8px;
    transition: opacity 0.2s;
    border: none;
    outline: none;
    box-shadow: none;
}
.header2025-12-nav-list a:hover,
.header2025-12-nav-list button:hover {
    background-color: transparent;
    color: #333;
    opacity: 0.7;
}

.header2025-12-nav-list .nav-menu a:hover,
.header2025-12-nav-list .nav-menu button:hover {
    background-color: var(--main-color);
    color: var(--text-color);
    opacity: 1;
}

.header2025-12 .header2025-12-nav-list li .material-symbols-outlined {
    font-size: 50px;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 50;
}

.header2025-12-nav-list .nav-search .material-symbols-outlined {
    color: #fff000;
}
.header2025-12-nav-list .icon-tv {
    color: #fff000;
}
.header2025-12-nav-list .icon-radio {
    color: #fff000;
}

.header2025-12-nav-list .nav-menu .material-symbols-outlined {
    color: #fff000;
}

.header2025-12-nav-list .nav-menu:hover .material-symbols-outlined {
    color: var(--text-color);
}


.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF000;
    z-index: 2000;
    overflow-y: auto;
    transition: transform 0.3s ease-out;
    transform: translateX(100%);
}

.menu-overlay[aria-hidden="false"] {
    transform: translateX(0);
}
.menu-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 10px 20px 10px;
}

.menu-sns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.sns-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333 !important;
    background-color: var(--text-color);
    font-weight: bold;
    line-height: 1.4;
    transition: opacity 0.2s;
}
.sns-item:hover {
    opacity: 0.8;
}

.sns-icon-img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.menu-content .menu-icon-symbol {
    font-size: 30px;
    margin-right: 10px;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 30;
}

.single-column-sns {
    margin-top: 10px;
    margin-bottom: 10px;
    flex-direction: column;
}
.single-column-sns .sns-item {
    width: 100%;
    height: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
}


.two-column-sns {
    margin-top: 0;
    margin-bottom: 10px;
}
.two-column-sns .sns-item {
    width: calc(50% - 5px);
    height: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
}


.sns-media {
    margin-bottom: 30px;
}
.sns-media .sns-item {
    width: calc(33.333% - 6.7px);
    height: 100px;
    flex-direction: column;
    font-size: 17px;
    font-weight: 600;
}
.sns-media .sns-icon-img {
    height: 30px;
    margin-bottom: 5px;
    margin-right: 0;
}


.menu-close {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #333;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    /* 修正1: 背景色と文字色のトランジションのみに限定 */
    transition: background-color 0.3s, color 0.3s;
}
.menu-close:hover,
.menu-close:active,
.menu-close:focus,
.menu-close:focus-visible {
    background-color: var(--main-color);
    color: var(--text-color);
    /* 修正2: opacity: 1; を削除（競合回避） */
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
}
.menu-close .material-symbols-outlined {
    margin-right: 10px;
    font-size: 30px;
    color: #333;
    /* 修正3: アイコンの色トランジションは維持 */
    transition: color 0.3s;
}
.menu-close:hover .material-symbols-outlined,
.menu-close:active .material-symbols-outlined,
.menu-close:focus .material-symbols-outlined,
.menu-close:focus-visible .material-symbols-outlined {
    color: var(--text-color);
}


@media (max-width: 768px) {
    .header2025-12-inner {
        height: 80px;
        padding: 0 0px 0 15px;
    }
    .header2025-12-inner .logo-image {
        height: 35px;
    }

    .header2025-12-nav-list li {
        display: list-item;
        padding: 0 0px;
    }
    .header2025-12-nav-list a,
    .header2025-12-nav-list button {
        padding: 8px 3px 2px 3px;
        font-size: 7px;
    }

    .header2025-12 .header2025-12-nav-list li .material-symbols-outlined {
        font-size: 28px;
        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 28;
    }

    .menu-content {
        padding: 40px 10px 10px 10px;
    }

    .menu-sns.sns-media .sns-item {
        width: calc(33.333% - 6.7px);
        height: 80px;
        margin-bottom: var(--mobile-sns-gap);
        flex-direction: column;
        font-size: 11px;
    }

    .sns-media .sns-icon-img {
        height: 25px;
        margin-bottom: 3px;
    }

    .menu-content .menu-icon-symbol {
        font-size: 25px;
        margin-right: 5px;
        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 25;
    }

    .single-column-sns .sns-item {
        width: 100%;
        height: 50px;
        margin-bottom: var(--mobile-sns-gap);
        font-size: 13px;
    }

    .two-column-sns .sns-item {
        width: calc(50% - 5px);
        height: 50px;
        margin-bottom: var(--mobile-sns-gap);
        font-size: 11px;
    }
    .menu-sns .sns-item {
        font-weight: 900;
    }
}


@media (max-width: 480px) {
    :root {
        --mobile-sns-gap: 5px;
    }

    .menu-sns .sns-item {
    }
}/* End custom CSS */