@charset "utf-8";
/*-----------------------------------------------
    main 
-----------------------------------------------*/
main::after{
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/ticket/bgHero.jpg) center top /cover no-repeat;
    filter: blur(8px);
    z-index: -1;
}
.secItem .itemTit::before, .secItem .itemTit::after{
    width: 424px;
}
@media only screen and (max-width:767px){
    main::after{
        background: url(../img/ticket/bgHeroSp.jpg) center top /cover no-repeat;
    }
    .secItem .itemTit .titImg{
        width: 122px;
    }
    .secItem .itemTit::before, .secItem .itemTit::after{
        width: 100px;
    }
}
@media only screen and (max-width:360px){
    .secItem .itemTit::before, .secItem .itemTit::after{
        width: 80px;
    }
}
.secItem {
    padding-top: 290px;
}
@media only screen and (max-width:767px){
    .secItem {
        padding-top: 25px;
    }
}
/*-----------------------------------------------
    secTime 
-----------------------------------------------*/
.secTime{
    margin-top: 80px;
}
.secTime .box .txtBox {
    text-align: center;
}
.secTime .box .note{
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    margin: 40px auto 0;
    text-align: left;
    display: inline-block;
}
.secTime .box .note a{
    position: relative;
    text-decoration: none;
    color: #00c6ff;
    display: inline-block;
}
.secTime .box .note a::after{
    position: absolute;
    content: '';
    margin: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #00c6ff;
}
.secTime .box .btnBox{
    margin: 60px auto 0;
    width: 500px;
    height: 100px;
}
.secTime .box .btnBox a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffba00;
    border-radius: 2px;
    border-bottom: 5px solid #c37300;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
@media only screen and (max-width:767px){
	.secTime{
		margin:30px auto;
	}
    .secTime .box .note{
        font-size: 12px;
        line-height: 22px;
        margin: 20px auto 0;
    }
    .secTime .box .btnBox{
        margin: 30px auto 0;
        width: 275px;
        height: 65px;
    }
    .secTime .box .btnBox a{
        border-radius: 1px;
        border-bottom: 3px solid #c37300;
        font-size: 13px;
    }
}