@charset "UTF-8";

/* =================================
common
==================================== */

html {
    font-size: 62.5%;
}


:root {
    --contentPadding: 5%;
    --contentWidth: 90%;
}

body {
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: normal;
    color: var(--primary-black, #fff);
    background-color: var(--primary-white, #202020);
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto;
}


a.btn-border {
    border: 1px solid #FF9C00;
    background: #202020;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 30px; 
    width: 250px;
    height: 50px;
    margin-top: 60px;
}

a.btn-border:hover {
    color: #202020;
    border: 1px solid #fff;
    background: #FF9C00;
    transform: translateY(-5px); /* ホバー時の動き */
    transition: 0.4s;
}

.openingWindow {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #dd5024;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.openingWindow img {
    max-width: 300px;
    width: 50%;
}

/* スクロールアニメーション */
section {
    filter: grayscale(1) blur(2px);
    transform: scale(1.05) translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
section.active {
    filter: grayscale(0) blur(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

/* ========================= */
/* header */
/* ========================= */





/* .header nav pc */


header.header {
    background: url(../images/header__img.png) no-repeat left top / contain;
    height: 20vw;
    /* position: relative; */
    width: 100%;
    position: fixed;
    z-index: 100;
}

.header__logo img,
.nav__logo img {
    width: 80px;
}

.mainImg__pc {
    display: block;
    background-size: cover;
}

/* .nav__logo img {
    display: none;
} */



.header__btn {
    display: none;
}


.mainImg__sp {
    display: none;
}

.nav__list,
.icon__list {
    display: flex;
    align-items: center;
}


.nav__menu {
    display: flex;
    align-items: center;
}


.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:96%;
    margin: 0 auto;
    padding-top: 30px;
}

.nav__list {
    gap: 30px;
    margin-right: 30px;
}




.icon__list {
    gap: 18px;
}

.icon__item {
    width: 22px;
    
}

.nav__item a {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    transition: color 0.3s;
}

.nav__item a:hover {
    color: #FFF;
}

.nav__btn {
    display: none; 
}

.cacthcopy__sp {
    display: none;
}

.mainImg {
    margin-top: -330px;
    background-image: url(../images/main.png);
    background-size: cover;
    height: 700px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;

}

.cacthcopy__pc {
    max-width: 500px;
    margin-left: 1%;
    margin-top: 16%;
}


/* <!-- recent events --> */

header.article__header {
    padding-top: 315px;
}

.recent__events {
    display: inline-block;
    width: 160px;
    height: 100px;
    background-color:#FF9C00;
    color:#fff;
    font-size: 1.2rem;
    box-shadow: 2px 2px 8px 2px rgba(137, 99, 10, 0.2);
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 100;
}

.nextlive__decoration {
    width: 20px;
    height: 20px;
    margin: 3px 0 0 3px;
}

.nextlive {
    color: #202020;
    display: none;
}

/* .nextlive__section {
    display: flex;
    gap: 10px;
} */

.nextlive__weekday {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.48px;
    display: none;
}

.nextlive__date {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 17px;
    text-align: center;
}

.nextlive__details {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.36px;
    display: none;
}

.nextlive__date__weekday {
    display: flex;
}

.header__logo {
    display: none;
}

.nextlive__box {
    margin-top: 5px;
}


@media (max-width: 1380px){

    header.header {
        background: url(../images/header__img.png) no-repeat left top / contain;
        height: 20vw;
        /* position: relative; */
        width: 100%;

    }

    .nav__header {
        background: url(../images/header__img.png) no-repeat left top / contain;
        height: 20vw;
        position: relative;
        width: 100%;


    }



    .nav.active {
        padding: 0;
    }


    .header__logo {
        display: block;
        width: 100px;
        padding-top: 3%; 
        position: absolute;
        left: 2%; 
    }
    
    
    .header__btn {
        width: 20px;
        margin-top: 4%;
        display: block;
        position: absolute;
        right: 6%;
    }

    .nav__btn {
        width: 20px;
        display: block;
        position: absolute;
        right: 4%;
        top: 20%;
    }

    .nav__logo {
        display: block;
        position: absolute;
        left: 4%;
        top: 17%;
    }

    .nav {
        display: block;
    }
    
    .icon__item {
        width: 22px;
    }

    
    .nav__item {
        font-family: Oswald;
        font-size: 2.0rem;
        font-weight: 700;
        letter-spacing: 0.6px;
        margin-top: 20px;
        color: #FFF;
    }

    .nav__item a {
        color: #FFF;
    }
    
    .nav__menu {
        margin-top: 30px;
        display: block;
    }
    
    .icon__list {
        display: flex;
        gap: 18px;
        margin-top: 50px;
        margin-left: auto;
        padding-left: 10%;
    }


    .nav__list {
        display: block;
        padding-left: 10%;
    }
    
    .mainImg__pc {
        display: none;
    }

    .header__btn,
    .mainImg__sp {
        display: block;
    }

    .cacthcopy__sp {
        max-width: 400px;
    }


    
    /* .nav初期表示 */
    
    .nav {
        background: #202020;
        width: 100%;
        height: 100vh;
        padding: 22px 11%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        transform: translateX(-100%);
        transition: transform 0.4s;
    }

    
    
    .cacthcopy__pc {
        display: none;
    }

    .cacthcopy__sp {
        display: block;
    }

    /* .nav.active表示 */
    .nav.active {
        transform: translateX(0);
    }
    
    

    
}

@media (max-width: 700px) {

    .cacthcopy__sp {
        max-width: 200px;
    }




    .nextlive__details {
        margin-left: 10px;
        
    }

    .mainImg {
        margin-top: -130px;
        background-image: url(../images/main_sp.png);
        background-size: cover;
        height: 600px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }

    header.header {
        background: url(../images/header__img__sp.png) no-repeat left top / contain;
        height: 20vw;
        /* position: relative; */
        width: 100%;
        background-size: cover;
        background-position: bottom;
    }

    .nav__header {
        background: url(../images/header__img__sp.png) no-repeat left top / contain;
        height: 20vw;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;

        background-size: cover;
        background-position: bottom;
    }

    header.article__header {
        padding-top: 75px;
    }
}

@media (max-width: 520px) {


    /* <!-- recent events --> */
    
    .recent__events {
        right: 0%;
        bottom: 0%;
        width: 100%;
        height: auto;
        box-shadow: 4px 4px 8px 8px rgba(137, 99, 10, 0.2);
    }
    

    .nextlive__date {
        text-align: center;
        margin: 0 auto 25px;
        padding: 3px;
    }


   
}
    /* .date__place {
        display: flex;
        align-items: center;
        align-items: flex-end;
        
    } */
    
    /* .nextlive__section {
        gap: 0;
        
    } */
    
    /* .nextlive__box {
        margin: 0 auto;
        display: flex;
        gap: 30px;
    } */
    
    /* .nextlive__details {
        margin-left: 25px;
        margin-bottom: 6px;
        
    } */

    /* .nextlive {
        margin-top: 26px;
    }
     */

  






    


    /* .recent__events {
        right: 0%;
        bottom: 0%;
        width: 100%;
        height: auto;
        box-shadow: 4px 4px 8px 8px rgba(137, 99, 10, 0.2);
        display: flex;
        justify-content: center; 
        align-items: center;
        text-align: center;
    } */
    
    /* .nextlive__section {
        gap: 0;
        width: 100%;
    } */
    
    /* .nextlive__box {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    } */
    
    /* .nextlive__details {
        margin-left: 25px;
        margin-bottom: 6px;
    } */

    /* .nextlive {
        margin-top: 26px;
    } */
    
    
    
    
    /* ========================= */
/* event */
/* ========================= */





    .event__section {
        width: var(--contentWidth);
        
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 50px 100px 50px;
    }
    
    .section__topic__event {
        font-family: Impact;
        font-size: 12.8rem;
        font-weight: 400;
        background: url(../images/EVENT.svg);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 302px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: auto;
    }
    
    
    .date {
        color: #FF9C00;
        font-size: 3.6rem;
        font-weight: 700;
        margin-top: 30px
    }
    
    .details {
        color: #F2EEE7;
        font-size: 2.0rem;
        font-weight: 400;
        margin-top: 30px;
    }
    
    .event__item .date,
    .event__item .details {
        display: block;
    }
    
    .event__list {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    
    
    /* @media screen and (min-width:769px) {
        .section__topic__event {
            font-size: 4.0rem;
        }
    } */
    
    @media (max-width: 1200px) {
    
        .section__topic__event {
            background: url(../images/EVENT__sp.svg);
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            max-width: 160px;
            background-repeat: no-repeat;
            background-size: contain;
        }



        .date {
            font-size: 2.9rem;
        }

        .details {
            font-size: 2.0rem;
        }
    
    }

    @media (max-width: 520px) {
        .section__topic__event {
            background: url(../images/EVENT__sp.svg);
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            width: 250px;
            background-repeat: no-repeat;
            background-size: contain;
        }

    

        .event__section {
            width: var(--contentWidth);
            max-width: 1080px;
            margin: 0 auto;
            padding: 0 0 100px 0;
        }

        .date {
            margin-top: 20px
        }

        .date {
            font-size: 2.0rem;
        }

        .details {
            font-size: 1.4rem;
        }
    
    }

    
    /* ========================= */
    /* drumslesson */
    /* ========================= */
    
        
        .drumslesson {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 70px 0;
            width: var(--contentWidth);
            max-width: 1280px;
            margin: 0 auto;
        }
        
        
        .drumslesson__topic {
            
            display: flex;
            align-items: center;
        }
        


.section__topic__drumslesson {
    background: url(../images/DRUMSLESSON.svg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 351px;
    height: 754px;
    background-repeat: no-repeat;
    background-size: contain;
}

.drumslesson__img {
    width: 600px;
    margin-top: 270px;
}

.drumslesson__details {
    margin-top: 360px;
    margin-left: 60px;
}

.drumslesson__heading {
    color: #FF9C00;
    font-size: 3.6rem;
    font-weight: 600;
}

.drumslesson__txt {
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 400;
    margin-top: 30px;
    font-family: Oswald;
}

@media (max-width: 1200px) {

    .section__topic__drumslesson {
        background: url(../images/DRUMSLESSON__sp.svg);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        max-width: 160px;
        height: 390px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .drumslesson {
            padding: 70px 0;
            align-items: inherit;

    }

    .drumslesson__details {
        
        margin: 0 auto;
        width: 100%;
    }

    .drumslesson__img {
        width: 70%;
        margin-left: auto;
        margin-top: 0;
    }

    .drumslesson__topic {
        display: block;
        align-items: center;
    }

    .drumslesson__heading {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 40px;
    }

    .drumslesson__txt {
    font-size: 1.4rem;
    font-weight: 400;
    }

    a.btn-border {
        font-size: 1.2rem;
        font-weight: 700;
        width: 175px;
        height: 30px;
        margin-top: 60px;
        margin-left: auto;
    }
}

@media (max-width: 520px) {

    
    .drumslesson__img {
        width: 287px;
        margin-left: auto;
        margin-top: 0;
    }

    
    
    .drumslesson__details {
        width: var(--contentWidth);

    }
}
    
/* ========================= */
/* video */
/* ========================= */





.video__details {
    width: 76.765%;
    margin-top: 50px;
}

.video__one {
    width: 100%;
    display: flex;
    align-items: center;
    gap: calc(23.265% - 108px);
    justify-content: space-between;
    
}

.section__topic__video {
    background: url(../images/VIDEO.svg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 108px;
    height: 300px;
    background-size: contain;
}
.video__two {
    display: flex;
    gap: 30px;
    margin-left: auto;
    margin-top: 56px;
    justify-content: flex-end;
    width: 100%;
}


.video__section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    padding: 70px 0;
    width: var(--contentWidth);
}

.movie {
    width: 100%;
    aspect-ratio: 956/572;
}

.movieTwo {
    width: 304px;
    height: 190px;
}

.movie__name {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 30px;
    margin-left: 30px;
}

.movie__performer {
    display: flex;
    gap: 25px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 13px;
    margin-left: 40px;
}

.movieTwo {
    width: 304.22px;
    height: 190.812px;
}

.movie__nameTwo {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 16px;
    margin-left: 13px;
}

.movie__performerTwo {
    display: block;
    gap: 25px;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 7px;
    margin-left: 22px;
}


a.btn-border__video {
    border: 1px solid #FF9C00;
    background: #202020;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 30px; 
    width: 250px;
    height: 50px;
    margin-top: 60px;
    margin-left: auto;
}

.performer__pf,
.performer__ba,
.performer__dr {
    white-space: nowrap;
}




a.btn-border__video:hover {
    color: #202020;
    border: 1px solid #fff;
    background: #FF9C00;
    transform: translateY(-5px); /* ホバー時の動き */
    transition: 0.4s;
}

@media (max-width: 1100px) {
    .section__topic__video {
        background: url(../images/VIDEO__sp.svg);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-repeat: no-repeat;
        max-width: 160px;
        height: 150px;
        background-size: contain;

    }

    .movie__name {
        font-size: 2.0rem;
        font-weight: 700;
    }

    .video__one {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
    }

    .movieTwo {
        width: 170px;
        height: 126px;
    }
    .movie__performer {
        display: block;
    }

    .video__two {
        display: block;
    }

    .video__detailsTwo {
        display: flex;
        margin-top: 50px;
    }

    .video__details {
        width: 100%;
    }
    .movie__performerTwo {
        display: block;
    }
    .movie__nameTwo {
    font-size: 1.6rem;
    font-weight: 600;
    }
    
    .movie__performerTwo {
    font-size: 1.2rem;
    font-weight: 400;
    }

    a.btn-border__video {
        font-size: 1.2rem;
        font-weight: 700;
        width: 175px;
        height: 30px;
        margin-top: 60px;
        margin-left: auto;
    }

    .imformationTwo__song {
        width: 500px;
    }

}


@media (max-width: 1100px) {

    .imformationTwo__song {
        width: 150px;
    }
    
    
    .movie__nameTwo {
        margin-top: 0;

    }
}
    
/* ========================= */
/* discography */
/* ========================= */



    
    .section__topic__discography{
        background: url(../images/DISCOGRAPHY.svg);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 128px;
        height: 715px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .section__discography {
        justify-content: space-between;
        padding: 70px 0;
        margin: 0 auto;
        width: var(--contentWidth);
        display: flex;
    }
    
    .album__kinds {
        font-size: 1.2rem;
        font-weight: 300;
        letter-spacing: 1.08px;
        margin-top: 12px;
        margin-left: 12px;
    }
    
    .album__name {
        font-size: 2.0rem;
        font-weight: 700;
        line-height: normal;
        margin-left: 17px;
        color: #FF9C00;
    }
    
    .album-txt {
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.26px;
        margin-left: 17px;
        margin-top: 15px;
        font-size: 1.3rem;
    }
    
    .album__list {
        display: flex;
        justify-content: center; 
        gap: 30px; 
        flex-wrap: wrap; 
    }

    .album__item {
        
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: calc((100% - 60px) / 3);
    }

    .album-details {
        text-align: left; 
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .album__img {
        width: 325px;
    }
    

    @media (max-width: 1300px) {
        .album__list {
            flex-direction: column; /* Stacks items vertically */
            align-items: center; /* Center items horizontally */
        }
    
        .album__item {
            width: 100%; /* Full width */
            margin: 10px 0; /* Adjust margins as needed */
        }

        .section__discography {
            justify-content: center;
        }
        
        .album-details {
            margin-left: 66px;
        }

        a.btn-border__video {
            margin: 80px auto;
        }

    }








    @media (max-width: 1200px) {
        .album__list {
            margin-top: 60px;
        }
        .section__topic__discography{
            background: url(../images/DISCOGRAPHY__sp.svg);
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            width: 100px;
            height: 660px;
            background-repeat: no-repeat;
            background-size: contain;
        }
        


    }

    @media (max-width: 520px) {
        .section__topic__discography{
            background: url(../images/DISCOGRAPHY__sp.svg);
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            width: 200px;
            height: 660px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 20px;
        }

        .album__list {
            width: 280px;
        }

        .album-details {
            margin-left: -7px;
        }

    }


/* ========================= */
/* inquiry */
/* ========================= */



    .inquiry {
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto;
        padding: 70px 0;
        width: var(--contentWidth);
    }
    
    .section__inquiry {
        color: #FF9C00;
        text-align: center;
        font-family: Oswald;
    font-size: 4.4rem;
    font-weight: 700;
    letter-spacing: -2.2px;
    margin-top: 70px;
}

.inquiry__txt {
    text-align: center;
    font-family: Oswald;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.8px;
    margin-top: 18px;
}

a.btn-border__inquiry {
    border: 1px solid #FF9C00;
    background: #202020;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 30px; 
    width: 250px;
    height: 50px;
    margin: 80px auto 0;
}




a.btn-border__inquiry:hover {
    color: #202020;
    border: 1px solid #fff;
    background: #FF9C00;
    transform: translateY(-5px); /* ホバー時の動き */
    transition: 0.4s;
}


@media (max-width: 768px) {

    .section__inquiry {
        font-size: 2.4rem;
        font-weight: 700;
        margin-top: 0;
    }

    .inquiry__txt {
        font-size: 1.2rem;
        font-weight: 500;
    }

    a.btn-border__inquiry {
        font-size: 1.2rem;
        font-weight: 700;
        width: 175px;
        height: 30px;
        margin-top: 60px;
        margin-left: auto;
    }
}

/* ========================= */
/* footer */
/* ========================= */




    .footer {
        background-color: #FF9C00;
        padding: 50px;
        margin-top: -2px;
        position: relative;
    }

    a#goTop {
        display: block;
        position: absolute;
        top: 0;
        right: -21px;
        padding: 4px 16px;
        background: #000;
        font-size: 14px;
        transform: rotate(-90deg);
    }
    
    .footer__section {
        margin: 0 auto;
        
    }
    
    
    .footer__nav {
        justify-content: space-between;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    
    .footer__nav__list,
    .footer__icon__list {
        display: flex;
        align-items: center;
    }
    
    
    .footer__nav__menu {
        display: flex;
        align-items: center;
    }
    
    
    .footer__nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .footer__nav__list {
        gap: 30px;
        margin-right: 30px;
    }
    
    
    
    
    .footer__icon__list {
        gap: 18px;
    }
    
    .footer__icon__item {
        width: 22px;
        
    }
    
    .footer__nav__item a {
        color: #202020;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.6rem;
        transition: color 0.3s;
    }
    
    .footer__nav__item a:hover {
        color: #FFF;
    }
    
    
    .footer__nav__list,
    .footer__icon__list {
        display: flex;
        align-items: center;
    }
    
    
    .footer__nav__menu {
        display: flex;
        align-items: center;
    }
    
    
    .footer__nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .footer__nav__list {
        gap: 30px;
        margin-right: 30px;
    }
    
    
    
    
    .footer__icon__list {
        gap: 18px;
    }
    
    .footer__icon__item {
        width: 22px;
        
    }
    
    .footer__nav__item a {
        color: #202020;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.6rem;
        transition: color 0.3s;
    }
    
    .footer__nav__item a:hover {
        color: #FFF;
    }
    
    .footer__logo {
        width: 81px;
        display: inline-block;
        cursor: pointer;
    }
    
    
    .copy {
        color: #202020;
        font-size: 1.2rem;
        font-weight: 400;
        margin-top: 96px;
    }
   
    @media (max-width: 1380px) {
        .footer {
            padding: 30px;
            padding-bottom: 50px;
        }
        
        .footer__nav {
            justify-content: center;
            
        }
        
        .footer__nav__list {
            display: block;
            margin-top: 40px;
        }

        .footer__nav {
            display: block;
        }

        .footer__nav__menu {
            display: block;
        }

        .footer__icon__list {
            margin-top: 50px;
        }

        .copy {
            margin-top: 25px;
            margin-bottom: 50px;
        }
    }

/* banner-area */
.banner-area {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
}

.banner-area li {
    width: 100%;
    height: auto;
}

.banner-area img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 481px) {
    /* banner-area */
    .banner-area {
        flex-direction: row;
    }

    .banner-area li {
        width: calc((100% - 8px)/2);
    }
}

@media screen and (min-width: 769px) {
    /* banner-area */
    .banner-area li {
        height: 140px;
        width: auto;
    }

    .banner-area img {
        width: auto;
        height: 100%;
    }
}
