@charset "UTF-8";
* {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    border: 0 none;
    vertical-align: top;
}

i, em {
    font-style: normal;
}

ol, ul {
    list-style: none;
}

input, select, button, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #666;
}

body {
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
    height: 100%;
    font-size: 14px;
    font-family: -apple-system, Helvetica, sans-serif;
    line-height: 1.5;
    color: #666;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

input[type="text"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.header,
.container-w100p {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.img-fluid {
    width: 100%;
}

.main-bg {
    padding: 0 0 50px;
    background: #8E0318;
}

.header-img {
    position: relative;
    left: 50%;
    width: 120%;
    margin-left: -60%;
}

/*COUNTDOWN*/
.countdown-text {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    color: #cc151d;
    background-color: rgba(255,255,255,.9);
}

.countdown-num {
    font-weight: bold;
}

/*PREVIEW & RETURN*/
.preview-list, .return-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 2%;
}

.preview-item, .return-item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 1% 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.preview-link, .return-link {
    display: block;
    width: 100%;
    height: 100%;
}

.preview-img, .return-img {
    width: 100%;
}

.previewII-list {
    width: 100%;
}

.previewII-item {
    float: left;
    width: 48%;
    margin: 1%;
}

/*BUY COUPON*/
.buy-coupon-link {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.buy-coupon-img {
    position: relative;
    width: 100%;
}

.coupon-rule-btn {
    display: block;
    width: 40%;
    margin: 0 30% 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #444343;
    background: #e3c971;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.coupon-rule-btn:hover {
    text-decoration: none;
}

.coupon-rule-container {
    position: fixed;
    z-index: 105;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}

.coupon-rule-inner {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    margin: 0 5%;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #e9cf94;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.coupon-rule-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.coupon-rule-header {
    padding-left: 5px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #bf5424;
    border-left: 5px solid #bf5424;
}

.coupon-rule-list {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.text-colored {
    padding: 0 5px;
    font-weight: bold;
    color: #bf5424;
}

/*LOTTERY*/
.nineblock-container {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-top: 91%;
    background: url("../images/annmain_game_bg.png") top center no-repeat;
    background-size: contain;
}

.blocks-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nineblock-block {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 26%;
    height: 24%;
    background-color: #fab82a;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.nineblock-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 90%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.nineblock-img {
    position: relative;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nineblock-block.buffup {
    background-color: #f95b2b;
}

.nineblock-block:nth-child(1) {
    top: 8%;
    left: 8%;
}

.nineblock-block:nth-child(2) {
    top: 8%;
    left: 50%;
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -o-transform: translateX(-51%);
    transform: translateX(-51%);
}

.nineblock-block:nth-child(3) {
    top: 8%;
    right: 8%;
}

.nineblock-block:nth-child(4) {
    top: 50%;
    right: 8%;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
}

.nineblock-block:nth-child(5) {
    bottom: 9%;
    right: 8%;
}

.nineblock-block:nth-child(6) {
    bottom: 9%;
    left: 50%;
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -o-transform: translateX(-51%);
    transform: translateX(-51%);
}

.nineblock-block:nth-child(7) {
    bottom: 9%;
    left: 8%;
}

.nineblock-block:nth-child(8) {
    top: 50%;
    left: 8%;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
}

.nineblock-block.nineblock-btn {
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 9;
    color:#99151b;
    -webkit-transform: translate(-51%,-51%);
    -moz-transform: translate(-51%,-51%);
    -ms-transform: translate(-51%,-51%);
    -o-transform: translate(-51%,-51%);
    transform: translate(-51%,-51%);
    cursor: pointer;
    background: url("../images/annmain_game_btn.png") center center no-repeat;
    background-size: contain;
}

.lottery-mask {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7) center center no-repeat;
}

.lottery-mask-1 {
    background-image: url("../images/mp_lottery_win.png");
}

.lottery-mask-2 {
    background-image: url("../images/mp_lottery_fail.png");
}

.lottery-rule-btn {
    display: block;
    width: 40%;
    margin: 5px 30%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    color: #fff;
    background-color: #ba9517;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.lottery-rule-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    width: 100%;
    height: 100%;
    padding: 5px;
    background: rgba(0,0,0,.5);
}

.lottery-rule-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 98%;
    margin: 0 1%;
    padding: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.lottery-rule-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.lottery-rule-header {
    padding: 3px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    color: #fff;
    background: #ba9517;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.lottery-rule-list {
    font-size: 12px;
    line-height: 1.8;
    color: #ba9517;
}

.lottery-rule-list:first-child {
    margin-bottom: 10px;
}

/*PRODUCT*/
.product-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.product-item {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48%;
    margin: 1%;
    padding: 1%;
    background-color: #fff;
}

.product-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.product-link:hover {
    text-decoration: none;
}

.product-img {
    width: 100%;
}

.product-price-desc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background: #b22c2b;
}

.product-price-desc.no-content {
    background: #fff;
}

.product-desc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 36px;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    overflow: hidden;
}

.product-price {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: #b22c2b;
}

.product-price .sale-price {
    font-weight: bold;
    font-size: 18px;
}

.product-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background-color: #b22c2b;
    border: 1px solid #b22c2b;
    cursor: pointer;
}

.product-item .sold-out {
    position: absolute;
    z-index: 10;
    top: 15%;
    left: 50%;
    margin-left: -80px;
}

.product-amount {
    position: absolute;
    z-index: 1;
    top: 30%;
    right: 5%;
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    color: #fff;
    background-color: rgba(178, 44, 43, 0.71);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product-tag {
    position: absolute;
    top: 1%;
    left: 2%;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 10px;
    color: #fff;
    background-color: #b22c2b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 2px #666;
    -moz-box-shadow: 1px 1px 2px #666;
    box-shadow: 1px 1px 2px #666;
}

/*NAV*/
.main-nav-wrap {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.main-nav-list {
    width: 100%;
    height: auto;
    padding-bottom: 2px;
    background-color: #f4d391;
}

.main-nav-item {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    height: 2rem;
    border: 1px solid #f4d391;
    background-color: #fff;
}

.main-nav-item:last-child {
    background-color: #666;
}

.main-nav-link,
.nav-back-link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .8rem;
    line-height: 2rem;
    text-align: center;
    color: #777;
}

.nav-back-link {
    color: #fff;
    background-color: #f4d391;
}

.main-nav-item.active {
    background-color: #cea84b;
}

.main-nav-item.active .main-nav-link {
    color: #fff;
}

.main-nav-link:hover,
.nav-back-link:hover {
    text-decoration: none;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .3s
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.ann-icon {
    position: absolute;
    width: 20%;
    z-index: 1;
    top: 0;
    left: 0;
}

/*MASK*/
.section-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.mask-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.pre-btn {
    padding: .1rem 1rem;
    font-size: 1.2rem;
    font-weight: normal;
    background: #f00;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}