html, body {
    scroll-behavior: smooth;
}

.oversea-100 {
    width: 100%;
    max-width: 100%;
}

.oversea-tit {
    color: #c79f62;
    font-size: 50px;
    line-height: 65px;
    margin: 0 auto;
}
.oversea-tit-en {
    color: #c79f62;
    font-size: 36px;
    line-height: 55px;
    margin: 0 auto;
}

.oversea-btn-more {
    position: absolute;
    bottom: 10%;
    width: 80%;
}

.chicken-wrapper {
    background: url('../images/chicken_bg.jpg') repeat-y;
}
.chicken-prod-area {
    width: 80%;
    margin: 0 auto;
}
.chicken-btn-more {
    position: absolute;
    bottom: -5%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 60%;
}
.chicken-bottom-area {
    width: 80%;
    margin: 0 auto;
}
.next-btn {
    margin-top: 10%;
    max-width: 100%;
    text-align: right;
}
.prev-btn {
    margin-top: 10%;
    max-width: 100%;
    text-align: left;
}


.teabag-bg {
    background: #F2EADC;
}
.teabag-prod-area {
    width: 80%;
    margin: 0 auto;
}
.teabag-item {
    position: relative;
}
.teabag-btn-more-pc {
    position: absolute;
    bottom: -5%;
    left: 20%;
    width: 60%;
}


.soup-prod-area {
    width: 80%;
    margin: 0 auto;
}
.soup-item {
    display: inline-block;
    margin-bottom: 30px;
}
.prod-panel {
    background: #e1c9b1;
    border: 0;
}
.panel-default {
    border: 0;
    background: transparent;
}
.panel-default>.panel-heading {
    background-color: #FFF;
    border: 0;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
.panel-heading {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.tab-btn-wrapper{
    display: inline-block;
    background: #be9369;
    border-radius: 25px;
    color: #FFF;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 5px 25px;
    margin: 10px 20px;
    text-align: center;
}


.functionaltea-bg {
    background: #FFFCFB;
}
.functionaltea-btn-more-pc {
    position: absolute;
    bottom: -4%;
    left: 21%;
    width: 15%;
}
.functionaltea-btn-more-pc2 {
    position: absolute;
    bottom: -0.5%;
    right: 21%;
    width: 15%;
}
.functionaltea-btn-more-pc3 {
    position: absolute;
    bottom: -0.5%;
    left: 21%;
    width: 15%;
}



.totop {
    cursor: pointer;
}

@media (max-width: 767px) {
    .oversea-tit {
        color: #c79f62;
        font-size: 30px;
        line-height: 36px;
        margin: 0 auto;
    }
    .oversea-tit-en {
        color: #c79f62;
        font-size: 20px;
        line-height: 28px;
        margin: 0 auto;
    }
    
    .chicken-prod-area {
        width: 90%;
        margin: 0 auto;
    }
    .teabag-btn-more-mo {
        position: absolute;
        bottom: -8%;
        right: 12%;
        width: 30%;
    }
    
    .soup-prod-area {
        width: 90%;
        margin: 0 auto;
    }

    .functionaltea-btn-more-mo {
        position: absolute;
        bottom: -2.5%;
        left: 13%;
        width: 35%;
    }
}