*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}
.html{
    font-size: calc(100/360*100vw);
}
.index{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    /* background: url(./image/background.png) no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%; */
}
.image{
    width: 100%;
}
.content{
    position: absolute;
    line-height: 2;
}
.shadow{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    display: none;
}
.pay{
    width: 20rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
p{
    color: #ffffff;
}
a{
    color: #ffffff;
}
p{
    cursor:pointer;
}