footer{
    background-color: #f9bc38;
    margin-top: 30px;
}

.footer_all {
    width: 80%;
    margin: 0 auto;
    /* height: 500px; */
    margin-top: 150px;
    position: relative;
    background-color: #f9bc38;
}

.logo_position {
    position: absolute;
    left: -55px;
}

.footer_title {
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}


.footer_title_139 {
    width: 330px;
}

.footer_items {
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
}

.footer_item {
    font-family: 'Zen Maru Gothic';
    color: white;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 2px solid white;
}

.footer_item_ex {
    font-family: 'Zen Maru Gothic';
    color: white;
    padding-right: 15px;
    padding-left: 15px;
}

ruby {
    font-size: 28px;
    font-weight: 700;
}

ruby[data-ruby] {
    position: relative;
}

ruby[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    left: -2em;
    top: -4px;
    right: 0;
    text-align: right;
    font-size: .4em;
    font-weight: 700;
}

.footer_logo {
    width: 230px;
    opacity: 0.4;
    /* position: absolute; */
    z-index: -1;
}

.banner_items {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    flex-wrap: wrap;
}

.long_banner {
    width: 450px;
    height: 100px;
    background-color: white;
    margin-top: 20px;
        z-index: 1;
    /* border: 1px solid #565656; */
}

.long_banner img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.short_banner {
    width: 213px;
    height: 96px;
    /* border: 1px solid #565656; */
    background-color: white;
    margin-top: 20px;
}

.short_banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.copy_right {
    text-align: center;
    /* margin: 15px; */
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'Zen Maru Gothic';
}