/*
.mono_01 {
    background: url(../images/mono/mono_03.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mono_02 {
    background: url(../images/mono/mono_04.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
*/

main article.resis {
    width: 100%;
    /*    background: rgba(0, 0, 0, 0.9);*/
    background: url(../images/bg_resis.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    margin-bottom: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 92%);
}

.resis_wrap {
    width: min(90%, 1200px);
    margin: 0 auto 40px;
    text-align: center;
}

.resis .ttl_wrap {
    line-height: 1;
    padding: 8em 0 4em;
}

.resis h3 {
    font-size: min(5.5vw, 44px);
    font-weight: 900;
    position: relative;
    display: inline-block;
}

.resis h4 {
    font-size: min(4vw, 26px);
    font-weight: 900;
    margin-bottom: 0.5em;
}

.resis h3 img {
    position: absolute;
    left: -1.1em;
    top: -0.95em;
    width: 2em;
    height: 2em;
    opacity: 0.75;
    z-index: -1;
}

.resis .kirigiri {
    display: flex;
    justify-content: center;
}

.about_resis {
    line-height: 2.5;
    font-size: 1.25em;
    font-weight: 600;
}

.about_resis .arasuji {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.25em;
    margin-bottom: 1em;
    color: #fe2d81;
}

.arasuji::before,
.arasuji::after {
    content: "";
    display: block;
    width: 3em;
    height: 1px;
    background: #fe2d81;
    margin: 0 1em;
}

.kirigiri .char {
    width: 35%;
}

.kirigiri .char img {
    width: 100%;
}

.kirigiri .serif_box {
    width: 60%;
    background: url(../images/kirigiri_fukidashi.webp);
    background-size: contain;
    background-position: center 3vw;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.serif_box p.serif {
    position: absolute;
    font-size: min(2.75vw, 26px);
    font-weight: 800;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -9vw) skewY(-4deg);
    width: 100%;
    color: #000;
    box-sizing: border-box;
    padding-left: 1em;
}

#page_all .sub_head {
    margin-bottom: 0;
}

.coming {
    display: block;
    width: min(100%, 520px);
    margin: 0 auto;
}

section.nazotoki h3 {
    font-size: min(3.5vw, 32px);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1em;
    line-height: 1;
}

section.nazotoki h3::before,
section.nazotoki 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.nazotoki h3::before {
    margin-right: 0.5em;
}

section.nazotoki h3::after {
    margin-left: 0.5em;
}

section.nazotoki ul {
    margin-bottom: 80px;
}

section.nazotoki li {
    padding: 0.5em 0 0.5em 0;
    list-style-type: disc;
    list-style-position: inside;
}

section.nazotoki ul:last-of-type {
    margin-bottom: 0;
}

section.nazotoki dl:first-of-type {
    border-top: 2px dotted #ccc;
}

section.ticket li {
    padding: 0.5em 0 0.5em 0;
    list-style-type: disc;
    list-style-position: inside;
}

section.nazotoki small{
    display: block;
    text-align: center;
}

@media screen and (max-width:1280px) {
}

@media screen and (max-width:800px) {
    section.nazotoki ul{
        margin-bottom: 40px;
    }
    
    section.ticket li {
        padding: 1em 0 1em 0;
    }
}

@media screen and (max-width:600px) {
    .resis .ttl_wrap {
        padding: 4em 0;
    }

    .about_resis {
        font-size: 1em;
    }

    main article.resis {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 97%);
    }

    .resis .kirigiri {
        justify-content: flex-start;
    }

    .kirigiri .serif_box {
        width: 64%;
    }
    
    main article.resis{
        margin-bottom: 40px;
    }
}
