@charset "utf-8";
.infoWrap *, .infoWrap *:before, .infoWrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainArea {
    background-image: url("../img/main_bg.png");
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: center top;
    height: 694px;
}
.topCol {
    width: 950px;
    margin: 0 auto;
    padding-top: 29px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.logo {
    line-height: 1;
    font-size: 0;
    padding-top: 2px;
}
.socialBox {
    height: auto;
    position: relative;
    top: inherit;
    right: inherit;
    line-height: 1;
    font-size: 0;
}
.socialBox ul {
    display: flex;
    overflow: hidden;
}
.socialBox ul + img {
    width: 100%;
    height: auto;
}
.socialBox ul li {
    padding: 0 0 0 12px;
}
.socialBox ul li:first-child {
    padding-left: 0;
}
.btmCol {
    width: 950px;
    margin: 0 auto;
    padding-top: 58px;
    position: relative;
}
.btmCol .cpnBtn {
    position: absolute;
    top: 478px;
    right: 6px;
    z-index: 2;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.btmCol .cpnBtn:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.mainHead > .headImg {
    line-height: 1;
    font-size: 0;
}
.leadTxtBox {
    padding-top: 92px;
    padding: 92px 36px 0 36px;
    padding-left: 36px;
    font-size: 14px;
    width: 520px;
    line-height: 2 !important;
}
.leadBox {
    position: relative;
    margin-top: 38px;
    width: 539px;
    padding: 0 35px 0 35px;
    height: 206px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leadBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    background-image: url("../img/lead_bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 556px;
    height: 206px;
}
.leadBox .leadTxt {
    position: relative;
    z-index: 1;
    line-height: 2;
    font-size: 16px;
}
.contHead {
    text-align: center;
}
.infoWrap .graphWrap {
    background-repeat: no-repeat;
    background-position: center top;
}
.infoWrap .graphWrap.graph01 {
    background-image: url("../img/cont_bg_01.png");
    background-color: #fff1f1;
    margin-top: -67px;
    padding-top: 147px;
}
.infoWrap .graphWrap.graph02 {
    background-image: url("../img/cont_bg_02.png");
    background-color: #eaf5f4;
    margin-top: -147px;
    padding-top: 174px;
}
.infoWrap .graphWrap.graph03 {
    background-image: url("../img/cont_bg_03.png");
    background-color: #f7f2e0;
    margin-top: -40px;
    padding-top: 141px;
}
.infoWrap .contHead {
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.infoWrap .contHead.head01 {
    background-image: url("../img/head_bg_01.png");
    height: 225px;
    margin-top: -20px;
    padding-top: 70px;
}
.infoWrap .contHead.head02 {
    background-image: url("../img/head_bg_02.png");
    height: 251px;
    margin-top: -42px;
    padding-top: 59px;
}
.infoWrap .contHead.head03 {
    background-image: url("../img/head_bg_03.png");
    height: 225px;
    margin-top: -34px;
    padding-top: 72px;
}
.supplement {
    text-align: center;
    line-height: 1 !important;
}
.graphCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto;
}
.graph01 .graphCol {
    padding-bottom: 136px;
}
.graph02 .graphCol {
    padding-top: 45px;
    padding-bottom: 136px;
}
.graph03 .graphCol {
    padding-bottom: 120px;
}
.graphCol .colPic {
    line-height: 1;
    font-size: 0;
    position: relative;
    margin-bottom: 30px;
}
.graphCol .colPic:last-child {
    margin-bottom: 0;
}
.graphCol .colPic .tagPic {
    position: absolute;
    bottom: -16px;
    left: 140px;
    z-index: 1;
}
.graphCol .colPic .linkBtn {
    position: absolute;
    bottom: 59px;
    left: 50%;
    margin-left: -170px;
}
.moduleWrap .selectTab {
    display: flex;
    line-height: 1;
    font-size: 0;
}
.ticket-nav {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    line-height: 1;
    font-size: 0;
}
.ticket-nav li{
margin-top: 10px;
}
.ticket-nav li:first-child{
margin-top: 0;
}

.ticket-nav a {
    display: block;
}
/* modal */
.overlay-modal.is-active {
    z-index: 81;
}
.modalWrap {
    z-index: 82;
}
.vvoInfo .modalInr.contentsInr .tabBox_int {
    background-color: #dadde2;
}
.vvoInfo .overlay-modal.is-active {
    opacity: 0.7;
}
.i-close-modal.closeBtn {
    position: absolute;
    top: -34px;
    right: 0;
    background: url(/inter/campaign/72hours/common/img/icon_modal_close.png) no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    font-size: 0;
    z-index: 1;
}
.vvoInfo #dispCalendarSpace {
    z-index: 100;
}
.vvoInfo .modalInr.contentsInr {
    margin: 0 auto;
}
.vvoInfo .modalInr.contentsInr .selectTab {
    display: flex;
    line-height: 1;
    font-size: 0;
}
body.vvoInfo .global-footer {
    background-color: #222;
    box-sizing: border-box;
}
body.vvoInfo .global-footer .copyright {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    line-height: inherit;
    font-size: inherit;
    background: transparent;
    color: #fff;
    padding: 24px 0 23px 0;
}
body.vvoInfo .global-footer .copyright small {
    float: none;
    width: auto;
    font-size: 12px;
}
.scrEvent {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s;
}
.scrEvent.active {
    opacity: 1;
    transform: translate(0, 0);
    transform: translateY(0);
}
.c-pagetop {
    z-index: 10;
}
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}