.page_ttl {
    max-width: 1054px;
    margin: 30px auto 0;
}

.all_wrap {
    max-width: 1054px;
    width: 90%;
    margin: 80px auto 0;
    display: flex;
    flex-direction: column;
    gap: 80px 0;
}

.sec01 .container {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec01 .txt {
    font-size: clamp(16px,1.5vw,18px);
}

.sec01 .txt .small {
    font-size: clamp(11px,1.3vw,14px);
}

.sec01 .box01 {
    width: 48%;
}

.sec01 .box01 .image::after {
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: -10%;
    content: '';
    max-width: 40px;
    max-height: 40px;
    width: 5vw;
    height: 5vw;
    background-image: url(../images/hapibo/sec01_img01_deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sec01 .box01 .txt {
    margin: 10px 0;
}

.sec01 .box02 {
    width: 48%;
}

.sec01 .box02 .txt {
    margin-left: 10%;
}

.sec01 .acd_wrap {
    font-size: clamp(12px,1.3vw,14px);
}

.sec01 .acd_open {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    padding: 3px 10px;
    position: relative;
}

.sec01 .acd_open::after {
    content: '▼';
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: 10px;
}

.sec01 .acd_open.active::after {
    rotate: 180deg;
}

.sec01 .acd_contents {
    display: none;
}

.sec01 .acd_wrap table {
    width: 100%;
    background-color: #fff;
}

.sec01 .acd_wrap table th,
.sec01 .acd_wrap table td {
    font-size: 10px;
    border: 1px solid #000;
    padding: 3px;
}

.sec01 .acd_wrap table th {
    background-color: #717071;
    color: #fff;
}

.sec01 .acd_wrap .note {
    text-decoration: underline;
    margin-top: 3px;
}



.sec_ttl {
    text-align: center;
    font-size: clamp(23px, 2.5vw, 30px);
    letter-spacing: 0.1em;
    margin: 0 auto 30px;
    color: #9d2519;
    font-weight: bold;
}

.sec_ttl::before {
    content: '';
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto 15px;
    background-image: url(../../../../../images/event/page_deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.sec02 .container {
    display: flex;
    justify-content: center;
    gap: 0 40px;
}

.sec02 .container .sec_lead {
    max-width: 300px;
    width: 35%;
}

.sec02 .container .point_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    font-size: clamp(15px,2vw,20px);
}

.sec02 .container .point_wrap li {
    display: flex;
    gap: 3px;
}

.sec02 .container .point_wrap li::before {
    content: '■';
}

.sec02 .container .point_wrap .red {
    color: #cf2e2e;
}

.sec03 .point_wrap {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.sec03 .point_wrap li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: clamp(15px,2vw,20px);
}

.sec03 .point_wrap li .point {
    min-width: 170px;
    background-color: #cf2e2e;
    color: #fff;
    padding: 3px 30px 3px 10px;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0 100%, 0 0);
    text-align: center;
}

.sec04 {
    background-color: hsla(5, 82%, 53%, 0.2);
    padding: 30px 30px 50px;
}

.sec04 .container01 {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec04 .container01 .txt_wrap {
    width: 53%;
    margin-top: 3%;
}

.sec04 .container01 .sec_lead {
    font-size: clamp(18px, 2.5vw, 25px);
}

.sec04 .container01 .txt_wrap .note {
    margin-top: 10px;
}

.sec04 .container01 .image {
    width: 47%;
}

.sec04 .container02 .point_wrap {
    max-width: 800px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.sec04 .container02 .point_wrap li {
    width: calc(93%/4);
}

.sec04 .container03 {
    max-width: 700px;
    margin: 50px auto 70px;
    display: flex;
    align-items: center;
    gap: 0 30px;
    position: relative;
}

.sec04 .container03::after {
    content: '';
    width: 100px;
    height: 30px;
    background-color: #cf2e2e;
    position: absolute;
    translate: -50% 0;
    left: 50%;
    bottom: -50px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.sec04 .container03 .sec_lead {
    max-width: 200px;
    width: 25%;
    position: relative;
}

.sec04 .container03 .sec_lead::after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    rotate: -40deg;
    max-width: 80px;
    max-height: 20px;
    width: 10vw;
    height: 3vw;
    background-image: url(../../../../../images/event/page_deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.sec04 .container03 .point_wrap {
    display: flex;
    flex-direction: column;
    gap: 3px 0;
    font-size: clamp(15px,1.6vw,18px);
}

.sec04 .container03 .point_wrap li {
    display: flex;
    gap: 3px;
}

.sec04 .container03 .point_wrap li::before {
    content: '●';
}


.sec04 .container04 {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec04 .container04 .txt {
    font-size: clamp(13px,1.3vw,15px);
    background-color: #cf2e2e;
    color: #fff;
    padding: 10px;
    width: 49%;
}


.sec05 .container02 {
    margin-top: 40px;
}


@media screen and (max-width:730px) {
    .page_ttl {
        margin-top: 20px;
    }

    .all_wrap {
        margin-top: 40px;
        gap: 60px 0;
    }

    .sec01 .container {
        flex-direction: column;
        gap: 50px 0;
    }

    .sec01 .container .box01,
    .sec01 .container .box02 {
        width: 100%;
    }

    .sec01 .container .box02 {
        order: -1;
    }

    .sec01 .box02 .txt {
        margin: -5% 0 0;
    }

    .sec01 .box01 .image::after {
        right: auto;
        translate: -50% 0;
        left: 50%;
        top: -15%;
        width: 8vw;
        height: 8vw;
    }

    .sec_ttl {
        margin-bottom: 20px;
    }

    .sec_ttl::before {
        width: 80px;
        height: 20px;
        margin-bottom: 10px;
    }

    .sec02 .container {
        flex-direction: column;
        gap: 20px 0;
    }

    .sec02 .container .sec_lead {
        width: 60%;
        margin: 0 auto;
    }

    .sec02 .container .point_wrap li .note {
        display: block;
    }


    .sec03 .point_wrap {
        gap: 20px 0;
    }

    .sec03 .point_wrap li {
        gap: 10px;
        align-items: flex-start;
    }

    .sec03 .point_wrap li .point {
        min-width: 120px;
        padding: 3px 10px 3px 5px;
        margin-top: 0.5em;
    }

    .sec04 {
        margin: 0 -5.5%;
        padding: 20px 20px 30px;
    }

    .sec04 .container01 {
        flex-direction: column;
        gap: 10px 0;
    }

    .sec04 .container01 .txt_wrap {
        width: 100%;
    }

    .sec04 .container01 .image {
        width: 90%;
    }

    .sec04 .container02 .point_wrap {
        width: 95%;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 20px;
    }

    .sec04 .container02 .point_wrap li {
        width: calc(50% - 15px/2);
    }

    .sec04 .container03 {
        flex-direction: column;
        gap: 20px 0;
        margin-bottom: 60px;
    }

    .sec04 .container03 .sec_lead {
        width: 45%;
    }

    .sec04 .container03 .sec_lead::after {
        width: 16vw;
        height: 5vw;
    }

    .sec04 .container03::after {
        width: 80px;
        height: 20px;
        bottom: -40px;
    }

    .sec04 .container04 {
        flex-direction: column;
        gap: 15px;
    }

    .sec04 .container04 .txt {
        width: 100%;
    }

    .sec05 .container02 {
        margin-top: 30px;
    }
}