/* common */
.wrap {
    overflow-x: hidden;
    }
    
.row {
    overflow-x: hidden;
    }
    



body {
    line-height: 1;
   
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: rgb(218, 36, 81);
    background-color: rgba(207, 47, 47, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid rgb(214, 30, 106);
}

.p-btm-01{
    padding-bottom: 0.1em!important;
}

.p-btm-02{
    padding-bottom: 0.2em!important;
}
.p-btm-03{
    padding-bottom: 0.3em!important;
}

.p-btm-05{
    padding-bottom: 0.5em!important;
}

.p-btm-1{
    padding-bottom: 1em!important;
}
.p-btm-2{
    padding-bottom: 2em!important;
}

.p-btm-3{
    padding-bottom: 3em!important;
}
.p-btm-4{
    padding-bottom: 4em!important;
}
.p-btm-5{
    padding-bottom: 5em!important;
}

.p-btm-6{
    padding-bottom: 6em!important;
}
.p-btm-7{
    padding-bottom: 7em!important;
}
.p-btm-8{
    padding-bottom: 8em!important;
}

.p-btm-9{
    padding-bottom: 9em!important;
}

.p-btm-10{
    padding-bottom: 10em!important;
}



