.frameBox {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 7em;
    padding: 0;
    background: url(../images/ticket/waku/flame.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1400 / 2200;
}

h2 {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.m-wrap h2 {
    text-align: center;
}

.itemBox {
    width: 100%;
    margin: 0 auto;
}

.itemBox h2 {
    text-align: left;
    line-height: 1.47;
    margin-top: 10px;
}

p.itemP {
    margin-top: 20px;
    line-height: 1.8;
    margin: 20px 0 0;
}

p.itemP span {
    font-size: 14px;
}

.m-wrap {
    width: 85%;
    margin: 0 auto;
    padding: 4% 0;
}

.bar_b {
    width: 85%;
    line-height: 0;
    margin: 0 auto;
}

.content {
    width: 100%;
    margin: 40px auto 10px;
}

p.lead {
    line-height: 1.6;
}

@media only screen and (max-width:768px) {

    h2 {
        font-size: 19px;
    }

    .content {
        margin: 30px auto 20px;
    }

    .hamburger {
        top: 1em;
    }

}