/*********************************
    common
*********************************/
.sp {
    display: none;
}

div.container_ {
    overflow: visible;
}

#gnav_sublist {
    border-bottom: none;
}

.contents_ {
    padding: 0;
    border: none;
}

.contents_ .mainframe_ {
    width: 100%;
    min-width: 980px;
}

.leftmenuframe_ {
    display: none;
}

.bg {
    padding-bottom: 200px;
    background: #FCFBFA;
    position: relative;
    overflow: hidden;
}

.bg::before,
.bg::after {
    content: '';
    display: inline-block;
    background-repeat: repeat-y;
    background-position: top center;
    position: absolute;
}

.bg::before {
    left: 50%;
}

.bg::after {
    right: 50%;
}

.bg::before {
    width: 465px;
    height: 100%;
    background-size: 465px auto;
    background-image: url(/img/usr/event/original/bg_lt3.png);
    transform: translateX(-960px);
    top: 1157px;
}

.bg::after {
    width: 465px;
    height: 100%;
    background-size: 465px auto;
    background-image: url(/img/usr/event/original/bg_rt3.png);
    transform: translateX(980px);
    top: 748px;
}


/*********************************
    mv
*********************************/
.mv_ttl img {
    width: 100%;
    height: auto;
}


/*********************************
    event
*********************************/
.event_ {
    width: 980px;
    margin: 0 auto;
    padding-top: 126px;
    overflow: visible;
}

.event_ + .event_ {
    margin-top: 59px;
}

.event_txt {
    font-family: "Hiragino Mincho ProN", YuMincho, 'Noto Serif JP', serif;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    line-height: 1.64;
    position: relative;
    z-index: 2;
}

.event_txt::before,
.event_txt::after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: -1;
}

.event_txt::before {
    left: 50%;
}

.event_txt::after {
    right: 50%;
}

.event_txt.-txt1::before {
    width: 308px;
    height: 237px;
    background-image: url(/img/usr/event/original/bg_lt1.png);
    top: -51px;
    transform: translateX(-606px);
}

.event_txt.-txt1::after {
    width: 486px;
    height: 226px;
    background-image: url(/img/usr/event/original/bg_rt1.png);
    top: -61px;
    transform: translateX(627px);
}

.event_txt.-txt2::before {
    width: 241px;
    height: 125px;
    background-image: url(/img/usr/event/original/bg_lt2.png);
    top: -23px;
    transform: translateX(-413px);
}

.event_txt.-txt2::after {
    width: 282px;
    height: 110px;
    background-image: url(/img/usr/event/original/bg_rt2.png);
    top: -35px;
    transform: translateX(386px);
}

.event_ttl {
    font-family: "Hiragino Mincho ProN", YuMincho, 'Noto Serif JP', serif;
    width: 493px;
    margin: 117px auto 50px;
    padding: 10px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 1.3666;
    border-top: solid 3px #404040;
    border-bottom: solid 3px #404040;
    position: relative;
}

.event_ + .event_ .event_ttl {
    margin-top: 97px;
}

.event_ttl::before,
.event_ttl::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #404040;
    position: absolute;
    left: 0;
}

.event_ttl::before {
    top: -7px;
}

.event_ttl::after {
    bottom: -7px;
}

.StyleP_Line_ {
    background: #fff;
}