/* Base Styles
--------------------------------------------------------------------------- */
#ad {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    margin: auto;
    width: 298px;
    height: 248px;
    border: 1px solid #666;
    background: #000;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.btn-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.banner {
    position: relative;
    height: 100%;
    background: #000;
}

/* Frame Base Style
--------------------------------------------------------------------------- */
.frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    font: 900 60px/1 'Helvetica Neue', Helvetica, sans-serif;
}

.drop
{
    position: absolute;
    bottom: 0;
    left: 120px;
    z-index: 9;
}
/* Frame 1
--------------------------------------------------------------------------- */
.frame1-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.frame1-img-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.frame1-txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* Frame 2
--------------------------------------------------------------------------- */
.frame2-img {
    position: absolute;
    top: 0;
    left: 0;
}
.frame2-txt {
    position: absolute;
    top: 0;
    left: 0;
}

/* Frame 3
--------------------------------------------------------------------------- */
.frame3-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.frame3-img-mask {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 6;
}
.frame3-txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
/* Frame 4
--------------------------------------------------------------------------- */
.frame4-img {
    position: absolute;
    top: 0;
    left: 0;
}
.frame4-icon {
    position: absolute;
    top: 0;
    left: 90px;
}
.frame4-logo {
    position: absolute;
    bottom: 70px;
    left: 2px;
}
.frame4-shop {
    position: absolute;
    bottom: 30px;
    left: 32px;
}
.frame4-find {
    position: absolute;
    right: 32px;
    bottom: 30px;
}

/* Utility Styles
--------------------------------------------------------------------------- */
.u-hide {
    display: none;
}
