.banner-block{
    pointer-events: none;
}
.banner-bg-block{
    width: 100%;
    height: 860px;
    margin-top: 180px;
    overflow: hidden;
    position: relative;
}
.banner-bg{
    background-image: url(../img/front/original/banner-bg.jpg);
    border-radius: 300% 300% 0 0 / 100% 100% 100% 100%;
    width: 110%;
    position: relative;
    left: -5%;
    border:1px solid #d1d1d1 ;
    overflow: hidden;
}
.banner-mark{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.92;
    top: 0;
    left:0;
}
.banner-text-block{
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.banner-logo{
    text-align: center;
    position: relative;
    z-index:1000;
    margin-top: 100px;
}
.banner-text-title{
    font-family: 'Noto Serif TC';
    font-weight: 600;
    font-size: 36px;
}
.banner-text-list{
    margin-top: 75px;
}
.banner-text-list li{
    font-family: 'Noto Serif TC';
    font-weight: 300;
    font-size: 18px;
    vertical-align: top;
    writing-mode: vertical-lr;
    display: inline-block;
    letter-spacing: 0.6em;
    margin: 0 30px;
    text-shadow: rgba(0,0,0,.2) 0.1em 0.1em 0.2em;
}
.banner-text-list li:nth-child(even){
    padding-top: 60px;
}
.banner-bg-bottom{
    width: 110%;
    height: 400px;
    background-color: #fff;
    position: absolute;
    bottom: -200px;
    border-radius: 80%;
    left: -5%;
    border: 1px solid #d1d1d1;
}
@media only screen and (min-width: 2000px){

    .banner-bg {
        background-image: url(../img/front/original/banner-bg.jpg);
        border-radius: 100% 100% 0 0 / 100% 100% 100% 100%;
        width: 110%;
        position: relative;
        left: -5%;
        border: 1px solid #d1d1d1;
        overflow: hidden;
    }
}
@media only screen and (max-width: 1000px){
    .banner-text-list{
        margin-top: 30px;
    }
    .banner-text-list li{
        margin: 0 20px;
    }
    .banner-text-list li:nth-child(even){
        padding-top: 40px;
    }
    .banner-bg-bottom{
        height: 300px;
        bottom: -150px;
    }
    .banner-logo{
        width: 400px;
        margin: 0 auto;
        margin-top: 100px;
    }
}
@media only screen and (max-width: 750px){
    .banner-text-list{
        margin-top: 10px;
    }
    .banner-bg-block{
        height: 600px;
    }
    .banner-bg{
        border-radius: 500% 500% 0 0 / 100% 100% 100% 100%;
    }
    .banner-bg-bottom{
        height: 200px;
        bottom: -100px;
    }
    .banner-text-list li{
        margin: 0 15px;
    }
    .banner-text-list li:nth-child(even){
        padding-top: 30px;
    }
}
@media only screen and (max-width: 550px){
    .banner-logo{
        width: 250px;
    }
    .banner-text-list li{
        writing-mode: initial;
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0.1em;
        width: 23%;
    }
    .banner-text-list li:nth-child(even){
        padding-top: 0;
    }
    .banner-bg-block{
        margin-top: 140px;
        height: 400px;
    }
    .banner-text-title{
        font-size: 24px;
    }
    .banner-bg-bottom{
        height: 100px;
        bottom: -50px;
    }
}



@media only screen and (min-width: 1000px){
    .banner-logo{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .banner-text-title{
        animation: fade 1s ease .3s 1 both;
    }
    .banner-text-list li{
        animation: fadeInDown 1s ease .5s 1 both;
    }
}