.parallax_content {
    display: flex;
    height: 100%;
    justify-content: left;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img_bg_01 {
    background-image: url(../img/slider_1-100.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img_bg_02 {
    background-image: url(../img/slider_2-100.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img_bg_03 {
    background-image: url(../img/slider_3-100.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.sidemenu {
    position: relative;
}

p.bullet:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: url(../img/bullet.png) no-repeat;
    background-size: contain;
}

tr.burret_table {
    position: relative;
}

td.bullet:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: url(../img/bullet.png) no-repeat;
    background-size: contain;
}

.lines {
    position: relative;
    margin-bottom: 40px;
}

.lines:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    display: block;
    width: 100%;
    height: 800px;
    background-image: url(../img/lines.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#setMenu {
    background-color: rgba(255, 255, 255, .5);
    background-image: url(../img/setmenu_bg.jpg);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
}

.setmenu_card {
    position: relative;
}

.setmenu_card_inner {
    padding: 12px 6px;
    width: 100%;
    margin-top: -70px;
    color: #FFFFFF;
    text-align: center;
}

.bg-red {
    background-color: #CC0000;
}

.bg-newblack {
    background-color: #192124;
}

.about_text {
    line-height: 2rem;
    letter-spacing: .3rem;
}

.p-kv__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.p-kv__img img {
    width: 100%;
}