.hide{
    display: none;
}
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    left: 0;
    top: 0;
}
.container{
    position: relative;
    width: 100%;
    overflow: hidden;
}
#contents_wrapper{
    padding-bottom: 0 !important;
}
.outlets-main-sp .p-v{
    width: 100%;
    position: relative;
}
.outlets-main-sp .p-v>img{
    width: 100%;
    display: block;
}

.sprite-zoom{
    position: absolute;
    width: 40% !important;
    left: -4.5%;
    top: 13.5%;
}
.btn-link1{
    display: block;
    width: 57%;
    height: 38%;
    position: absolute;
    left: 21.5%;
    top: 10%;
}
.btn-link2{
    display: block;
    width: 57%;
    height: 38%;
    position: absolute;
    left: 21.5%;
    top: 56%;
}
.btn-link3{
    display: block;
    width: 56%;
    height: 38%;
    position: absolute;
    left: 21.8%;
    top: 8%;
    cursor: pointer;
}
.link-reward{
    display: block;
    width: 69%;
    height: 27%;
    position: absolute;
    left: 15.2%;
    top: 52%;
}
.btn-link4{
    display: block;
    width: 56%;
    height: 38%;
    position: absolute;
    left: 21.8%;
    top: 55%;
    cursor: pointer;
}
.btn-link5{
    display: block;
    width: 68%;
    height: 27%;
    position: absolute;
    left: 16.2%;
    top: 14%;
}
.link-rule{
    position: absolute;
    left: 16%;
    top: 7%;
    cursor: pointer;
    width: 69%;
    height: 36%;
}
.link-r5-club{
    width: 27%;
    height: 9%;
    position: absolute;
    left: 36.5%;
    top: 58%;
    cursor: pointer;
}
.link-flow{
    position: absolute;
    left: 15%;
    top: 55%;
    cursor: pointer;
    width: 70%;
    height: 36%;
}

.intro-page{
    position: fixed;
    background-color: unset;
    z-index: 10000;
}
.intro-board{
    position: fixed;
    left: 50%;
    top: 52%;
    width: 90%;
    height: 82vh;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px #aaa;
}
.intro-btn-close{
    position: absolute;
    width: 5%;
    right: 4%;
    top: 3%;
    z-index: 1;
}
.intro-title{
    position: relative;
    width: 100%;
    height: 15%;
    font-size: 3.5vw;
    color: #5a5a5a;
    font-weight: 800;
}
.intro-title span{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.intro-content{
    position: absolute;
    width: 100%;
    height: 80%;
    left: 50%;
    top: 15%;
    transform: translate(-50%, 0%);
    overflow-y: auto;
    padding: 0 8%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 3.5vw;
    color: #5a5a5a;
    line-height: 5vw;
    word-break: break-all
}
.intro-content-flow{
    top: 11vw;
    height: calc(100% - 20vw);
    padding: 0 0;
}
.intro-content-flow .p-v{
    width: 100%;
    position: relative;
}
.intro-content-flow .p-v>img {
    width: 100%;
    display: block;
}

.reward-pop1-board{
    position: fixed;
    background-color: unset;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.reward-btn{
    position: fixed;
    left: 1vw;
    top: 30%;
    width: 25vw;
    z-index: 98;
    cursor: pointer;
}
.reward-pop1{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    padding-bottom: 50.91%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background-image: url("../images/reward_pop1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.reward-pop1-btn-detail{
    position: absolute;
    left: 27%;
    top: 66%;
    width: 46%;
    height: 20%;
    cursor: pointer;
}
.reward-pop1-btn-close{
    position: absolute;
    right: 0%;
    top: 0%;
    width: 8%;
    height: 14%;
    cursor: pointer;
}
.intro-tips{
    font-size: 3.5vw;
    width: 90%;
    margin: 0 auto;
    margin-top: -3vw;
}
.number-board{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.number-board div {
    position: relative;
    float: left;
    width: 100%;
    height: 7.5vw;
    line-height: 7.5vw;
    text-align: center;
    font-size: 3.5vw;
    color: #5a5a5a;
}
.number-board div span:first-of-type{
    margin-left: 0px;
}
.number-board div span{
    margin-left: 6.5vw;
}
.reward-pop2-board .intro-title{
    height: 12%;
    font-size: 4vw;
}
.reward-pop2-board .intro-content{
    height: calc(100% - 46vw);
    top: 40vw;
}
.mini-program-board{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 80vw;
    height: 80vw;
    transform: translate(-50%, -50%);
}
.mini-program-img{
    width: 100%;
}
.mini-program-board-close-btn{
    position: absolute;
    right: 1%;
    top: 1%;
    width: 13%;
    height: 18%;
    cursor: pointer;
}