
.cancel{
  text-decoration: line-through;
}


/* OPEN / CLOSE BTNS */

.menu-btn {
    position: absolute;
    top: 6px;
    right: 20px;
    z-index: 999;
    display: inline;
    font-size: 32px;
}

.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}

.btn-open:after {
    color: #333;
    content: "\f394";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-open:hover:after {
    color:#323031;
}

.btn-close:after {
    color: #323031;
    content: "\f2d7";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-close:hover:after {
    color:#591114;
}

.buy__btn-wrapper {
    margin-top: 20px;
    text-align: center;
}

.buy__btn {
    color: #fff;
    font-size: 15px;
    background-color: #78b657;
    padding: 12px 40px;
    letter-spacing: .3px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}


/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(217,212,204,0.9);
}

canvas{
display:block;
vertical-align:bottom;
}


#particles-js {
width:100%;
height:100%;
background-color: #ccc;/*
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;*/
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
display:block;
z-index:0;
}


.mainVisual {
width:100%;
height:100%;
background-color: #fff;/*
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;*/
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
display:block;
z-index:0;

}
.note{
font-size: 13px ;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
line-height: 1.3;
}
/* RESPONSIVE */

@media screen and (max-width: 768px) {
    .menu-btn {
        right: 25px;
    }
}
