.adbro-suntory {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 !important;
}

.adbro-suntory * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.adbro-suntory__decor {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0 !important;
	width: 42px;
	height: 48px;
    -webkit-animation: fadeIn24 .7s .8s both;
    animation: fadeIn24 .7s .8s both;
}

.adbro-suntory__decor--1 {
    background: url(../images/suntory-decor.png) repeat-y center center / contain;
    left: 0;
}

.adbro-suntory__decor--2 {
    background: url(../images/suntory-decor2.png) repeat-y center center / contain;
    right: 0;
}

.adbro-suntory__container {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 170px;
    margin: 0 !important;
    margin-left: -219px !important;
    width: 438px;
    max-width: none !important;
}

.adbro-suntory__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 73px;
    background: url(../images/suntory-bg.png?v=1) no-repeat center top / contain;
    -webkit-animation: slideInUp24 .5s .3s both;
    animation: slideInUp24 .5s .3s both;
    margin: 0 !important;
}

.adbro-suntory__logo {
    position: absolute;
    margin: 0 !important;
    bottom: 2px;
    left: 50%;
    margin-left: -157px !important;
    background: url(../images/suntory-logo.png?v=1) no-repeat left bottom;
    background-size: contain;
    width: 36px;
    height: 21px;
    -webkit-animation: fadeInLeft24 .7s .7s both;
    animation: fadeInLeft24 .7s .7s both;
}

.adbro-suntory__img {
    position: absolute;
    margin: 0 !important;
    bottom: 0px;
    left: 50%;
    margin-left: -43px !important;
    background: url(../images/suntory-img.png?v=1) no-repeat left bottom;
    background-size: contain;
    width: 182px;
    height: 40px;
    -webkit-animation: fadeInUp24 .7s .7s both;
    animation: fadeInUp24 .7s .7s both;
}

.adbro-suntory__text {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    -webkit-animation: fadeInDown24 .7s .7s both;
    animation: fadeInDown24 .7s .7s both;
}

.adbro-suntory__text--1 {
    bottom: 1px;
    margin-left: -109px !important;
    background-image: url(../images/suntory-text.png?v=1);
    width: 109px;
    height: 55px;
    -webkit-animation: fadeInDown24 .7s .7s both;
    animation: fadeInDown24 .7s .7s both;
}

.adbro-suntory__text--2 {
    bottom: 27px;
    margin-left: 91px !important;
    background-image: url(../images/suntory-text2.png?v=1);
    width: 39px;
    height: 39px;
    -webkit-animation: bounceIn24 1.3s .9s both;
    animation: bounceIn24 1.3s .9s both;
}

.adbro-suntory__btn {
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin: 0 !important;
    margin-left: 83px !important;
    background: url(../images/suntory-btn.png?v=1) no-repeat left bottom;
    background-size: contain;
    width: 52px;
    height: 14px;
    -webkit-animation: fadeInRight24 .7s .7s both;
    animation: fadeInRight24 .7s .7s both;
    overflow: hidden;
}

.adbro-suntory__btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
    width: 25%;
    height: 100%;
    -webkit-animation: shine24 2s 2s;
    animation: shine24 2s 2s;
    -webkit-animation-iteration-count: 7;
    animation-iteration-count: 7;
}

.adbro-link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    margin: 0 !important;
    cursor: pointer;
}

.adbro-close {
    position: absolute;
    bottom: 35px;
    right: 0;
    background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat 50% 50%;
    background-size: 18px 18px;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    z-index: 1;
}

.adbro-icon {
    position: absolute;
    bottom: 6px;
    right: 4px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-icon2.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    width: 21px;
    height: 20px;
    margin: 0!important;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    z-index: 1;
}

@-webkit-keyframes fadeIn24 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn24 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@-webkit-keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes slideInUp24 {
    from {
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp24 {
    from {
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


@-webkit-keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    80% {
        opacity: 0;
    }
    100% {
        left: 99%;
    }
}

@keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    80% {
        opacity: 0;
    }
    100% {
        left: 99%;
    }
}


@-webkit-keyframes bounceIn24 {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn24 {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}