@charset "UTF-8";

.red{
    color:#DD0000;
}
.coming{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
}
.copyright{
    padding: 0 20px;
    text-align: right;
}
.container{
    width: 40%;
    margin-left: 60%;
    padding: 100px 0 60px 60px;
    position: relative;
}
.container:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 60px;
    top: 0;
    z-index: 1;
}
.mainLead{
    font-size: 110%;
    line-height: 1.6em;
    padding: 0 60px 60px;
    font-weight: 600;
    border-bottom: 1px solid;
}
section h2::before{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 100px;
    transform: translateX(-47%);
    top: 25px;
    left: -60px;
}

.ticketBox .priceList{

}
.ticketBox .priceList dt{
    display: inline-block;
    background: #000;
    padding: 5px 20px;
    color: #FFF;
    margin-bottom: 20px;
}
.ticketBox .priceList dd{
    margin-bottom: 10px;
    font-size: 130%;
    position: relative;
}
.ticketBox .priceList dd .soldLine{
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.ticketBox .priceList dd .soldOut{
    text-align: center;
    display: inline-block;
    background: #ff6b6b;
    color: #FFF;
    line-height: 1em;
    padding: 5px 7px 4px;
    font-size: 56%;
    font-weight: 800;
    position: absolute;
    left: 32%;
    top: 50%;
    transform: translateY(-50%) rotate(3deg);
    opacity: 85%;
}
.ticketBox .priceList dd:last-child{
    margin-bottom: 0;
}
.ticketBox .priceList dd .badge{
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 100px;
    font-size: 65%;
    font-weight: 600;
    background: #e3dfd5;
}
.ticketBox .priceList dd .tax{
    font-size: 60%;
    font-weight: 500;
}
.ticketBox .map{
    margin-bottom: 20px;
}

.ticketList .btn{
    margin-top: 40px;
    text-align: center;
}

.ticketList .btn a {
    background: #9d8366;
}

/*========================================
    specialBox
==========================================*/
.specialBox{

}
.specialBox .contentInner{

}

.specialBox .contentLead{
    font-size: 110%;
    line-height: 1.6em;
    margin-bottom: 40px;
}
.specialBox .inBox{
    padding: 18px;
    background: #93ACB1;
    color: #FFF;
}
.specialBox .boxTit{
    font-size: 160%;
    font-weight: 800;
    line-height: 1.3em;
    border-bottom: 1px dashed;
    padding: 0 0 20px;
}
.specialBox .boxLead{

}
.specialBox .inner{
    margin-bottom: 50px;
}
.specialBox .inner > *{
    margin: 0 0 15px;
}
.specialBox .inner > *:last-child{
    margin: 0;
}
.specialBox .inner .innerTit{
    display: inline-block;
    background: #FFF;
    color: #93acb1;
    line-height: 1em;
    padding: 6px 10px 4px;

}
.specialBox .inner .lead{
    font-size: 100%;
    font-weight: 600;
    margin: 0 0 15px;
}
.specialBox .inner .txt{
    font-size: 100%;
}

.specialBox .inner  .op_detail .detailList {
    display: block;
}
.specialBox .inner .op_detail .detailList dt {
    width: 100%;
    display: block;
    font-size: 80%;
    align-items: center;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 10px;
    border-left: 5px solid;
    padding: 0 0 0 8px;
}
.specialBox .inner .op_detail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
    display: block;
}
.specialBox .inner  .op_detail .detailList dd:before {
    content: none;
}
.specialBox .inner .btn a {
    font-size: 85%;
    width: 100%;
    padding: 15px 10px;
    background: #486547;
}

/* SP-max-769 */
@media screen and (max-width: 1200px){
.container {
    width: 100%;
    margin-left: 0;
}
section h2::before {
    top: 10px;
    left: -20px;
}
.mainLead {
    padding: 0 20px 60px;
}

.ticketList .btn a {
        padding: 15px 25px;
        font-size: 90%;
        display: block;
        max-width: 300px;
        width: 90%;
}
}



/*========================================
    goodsBox
==========================================*/
.goodsBox{

}
.goodsBox .contentInner{

}
.goodsBox .mainTxt{
    text-align: center;
    padding: 18px;
    background: #93ACB1;
    color: #FFF;
}
.goodsBox .btn a {
    font-size: 100%;
    width: 100%;
    padding: 15px 10px;
    background: #486547;
}

.goodsBox .txt span{
    background: linear-gradient(transparent 75%, #d8888090 25%);
}