/* personal */
#logo_image
{
    max-height: 300px;
}
.smart-menu
{
    direction: ltr;
}
#menu_space
{
    width: 250px;
}
.menu
{
    height: 50px;
}
.smart-menu-main-container
{
    background-color: transparent;
}
#menu
{
    background-color: transparent     !important;
}
.smart-menu-item
{
    padding-right: 20px;
    padding-left: 20px;
}
.smart-menu-item-label-element
{
    font-weight: bold !important;
}
.slide-panel-wrapper 
{
    position: relative;
    height: 100vh;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.slide-panel 
{
    position: absolute;
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    animation: slideUp 0.8s ease-out forwards;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    z-index: 10;
    background: white;
    ___opacity: 0.6;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}
@keyframes slideUp 
{
    from 
    {
        top: 100%;
    }
    to 
    {
        ___top: 205px;
        top: 20px;
    }
}
#memo
{
    padding-left: 20px;
    padding-right: 20px;
}
.floating-panel 
{
    position: fixed;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    background: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 8px;
    z-index: 100;
}
#is_pc, #menu_outer_div, #logo
{
    display: none;
}
#menu_mobile_header, #is_mobile
{
    display: block;
}
#jump_to_start
{
    clear: both;
    height: 50px;
}
#logo_image_small
{
    height: 100px;
}
#logo_mobile_container
{
    background-color: transparent;
    text-align: right;
    height: 100px;
}
#logo_mobile_image
{
    height: 100px;
    top: auto;
    margin-left: auto;
    max-width: auto;
}
#left_menu
{
    position: absolute; 
    top: 350px; 
    left: 20px; 
    z-index:10
}
#left_menu_voice
{
    font-size: var(--font-small);
}
#left_menu_voice a
{
    padding-left: 10px;
    padding-right: 10px;
    color: var(--menu-bg-color-hover);
    display: block;
}
#left_menu_voice a:hover
{
    color: var(--menu-fg-color-hover);
    background-color: var(--menu-bg-color-hover);
}
#___memo a
{
    font-weight: bold;
}
.small
{
    font-size: var(--font-extra-small);
}
.swiper-slide img 
{
    opacity: 1;
}
#footer
{
    position: absolute;
    bottom: 0px;
    height: 25px;
    width: 100%;
    background-color: var(--main-bg-color);
    z-index: 11;
}
#bottom_ribbon
{
    position: absolute;
    bottom: 25px;
    height: 78px;
    width: 100%;
    background-color: var(--main-bg-color);
    z-index: 10;
    opacity: 0.6;
}
.bottom-text 
{
    font-size: var(--font-extra-large);
    font-family: 'LocalFont';
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
    text-transform: uppercase;
    position: relative;
}
#menu_ribbon, #menu_ribbon_mobile
{
    position: fixed;
    top: 0px;
    height: 40px;
    width: 100%;
    z-index: 10;
    background-color: var(--main-bg-color);
}
#menu_ribbon_mobile
{
    display: none;
}
.menu_ribbon_voice
{
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: var(--font-std);
}
#logo img
{
    position: fixed;
    text-align: right;
    top: 2px;
    right: 20px;
    height: 100px;
    z-index: 11;
}
#language_ribbon
{
    position: fixed;
    text-align: right;
    top: 2px;
    right: 50px;
    height: 40px;
    width: 200px;
    z-index: 11;
}
.language_voice, .language_voice_active
{
    font-size: var(--font-small);
    padding: 4px;
    background-color: black;
    color: white;
    width: 20px;
    margin-left: 5px;
}
#content
{
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 11;
    opacity: 1;
}
.language_voice_active
{
    background-color: blue;
}
#label_B
{
    font-size: var(--font-std);
}
#menu_mobile_image
{
    height: 20px;
    top: 5px;
}
#menu_mobile_title
{
    color: black;
    top: 5px;
}
#menu_mobile_content
{
    z-index: 11;
    width: 250px;
    height: 220px;
    top: 50px;
    left: 10px;
    background-color: lightgray;
}
.menu_mobile_voice
{
    font-size: var(--font-small);
    padding: 5px;
}
#menu_mobile_title
{
    font-size: var(--font-extra-small);
}
#footer_voice
{
    font-size: var(--font-extra-small);
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}
.image-text
{
    font-size: var(--font-large);
    font-family: 'LocalFont';
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
    text-transform: uppercase;
    position: relative;
    background-color: lightblue;
    width: 100%;
    display: block;
    opacity: 0.6;
}
.image_label
{
    position: relative;
    color: white;
    font-size: var(--font-small);
    top: -30px;
    left: 0px;
    text-align: left;
    padding-left: 5px;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    font-family: 'LocalFont';
}
#card
{
    overflow-y: hidden;
}


@media (min-width: 1600px) 
{
    #is_pc, #menu_outer_div, #logo
    {
        display: block;
    }
    #menu_mobile_header, #is_mobile
    {
        display: none;
    }
}

@media (max-width: 1300px) 
{
    .menu_ribbon_voice
    {
        font-size: var(--font-small);
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1000px) 
{
    #menu_ribbon, #language_ribbon
    {
        display: none;
    }
    #label_B
    {
        margin-top: 5px;
        font-size: var(--font-small);
    }
    #menu_ribbon_mobile, #logo
    {
        display: block;
    }
}

@media (max-width: 850px) 
{
    .bottom-text
    {
        font-size: var(--font-large);
    }
}

@media (max-width: 500px) 
{
    .bottom-text
    {
        font-size: var(--font-std);
    }
}