.mono_01 {
    background: url(../images/mono/mono_12.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mono_02 {
    background: url(../images/mono/mono_10.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.ticket span:first-of-type {
    display: block;
    margin-bottom: 1em;
}

section.ticket h3 {
    font-size: min(4vw, 32px);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1em;
    line-height: 1;
}

section.ticket h3::before,
section.ticket h3::after {
    content: "";
    display: block;
    width: min(4vw, 32px);
    height: min(4vw, 32px);
    background: url(../images/sight.webp);
    background-size: contain;
    background-position: center;
}

section.ticket h3::before {
    margin-right: 0.5em;
}

section.ticket h3::after {
    margin-left: 0.5em;
}

section.ticket ul {
    margin-bottom: 80px;
}

section.ticket li {
    padding: 0.5em 0 0.5em 0;
    list-style-type: disc;
    list-style-position: inside;
}

section.ticket ul:last-of-type {
    margin-bottom: 0;
}

section.ticket dl:first-of-type {
    border-top: 2px dotted #ccc;
}

section.ticket dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 2px dotted #ccc;
}

section.ticket dt {
    width: 15em;
    text-align: center;
    background: #fe2d81;
    color: #fff;
    padding: 1em 0;
    margin: 1em 0;
    font-weight: bold;
}

section.ticket dd {
    width: calc(100% - 15em);
    padding-left: 3em;
    box-sizing: border-box;
    padding-top: 1em;
    margin: 1em 0 2em;
    position: relative;
}

section.ticket dl:last-of-type {
    margin-bottom: 80px;
}

.coming {
    display: block;
    width: min(100%, 520px);
    margin: 0 auto;
}

.nairan {
    background: #ffeef8;
    box-sizing: border-box;
    padding: 1em 2em;
}

.nairan p {
    font-weight: bold;
    margin-bottom: 1em;
}

article section.ticket span.stampbox {
    position: relative;
    display: inline-block;
}

.ticket dd .stamp {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-6deg);
    opacity: 0.85;

}

.ltic{
    text-decoration: underline;
}

@media screen and (max-width:1280px) {
    article section.ticket span.stampbox {
        display: block;
    }

    .ticket dd .stamp {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-0%, -50%) rotate(-6deg);
    }
}

@media screen and (max-width:800px) {
    section.ticket dt {
        width: 100%;
        margin: 1em 0 0;
    }

    section.ticket dd {
        width: 100%;
        padding: 0;
    }

    section.ticket li {
        padding: 1em 0 1em 0;
    }

    .ticket dd .stamp {
        width: 50%;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-6deg);
        opacity: 0.85;
        margin-bottom: 0;
    }
}
