/*
renewal
230127
*/
#top {
    height: auto!important;
}

:root {
    --swiper-theme-color: #69de8c!important;
}
.swiper {
    width: 100%;
    height: 80vh;
    overflow: hidden;
}
/*
.swiper:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.1);
background-size: cover;
background-repeat: no-repeat;
z-index: 1;
top: 0;
left: 0;
}
*/
.swiper-slide > p {
    font-size: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.8;
}

ul.bnnr-list {
    display: flex;
    flex-wrap: wrap;
}
ul.bnnr-list > li {
    width: 50%;
}
ul.bnnr-list > li > a {
    display: block;
}
ul.bnnr-list > li > a > img {}
h2.ttl-na {
    margin: 90px 0 20px;
}
a.more-btn {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background: #69de8c;
    transition: all .3s linear;
    font-size: 18px;
    width: 100%;
    max-width: 320px;
}
a.more-btn:hover {
    opacity: .7;
    color: #fff;
}

@media screen and (max-width: 834px) {
h1.h-logo {
    position: fixed!important;
    padding: 10px 0 10px!important;
    top: 0;
    right: 0;
    left: 0;
    display: block!important;
}
    ul.bnnr-list > li {
        width: 100%;
        border-bottom: 1px solid #ececec;
    }
.swiper {
    height: 60vh;
    margin: 60px 0 0;
}
}
@media screen and (min-width: 835px) {
    h1.h-logo {
    position: relative!important;
    padding: 0!important;
    bottom: 25px;
}
}
