.bread-list {
    display: none;
}

.tab_block {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #662d91;
    padding: 20px 5% 0;
    gap: 20px;
}

.tab_block .tab {
    width: calc(calc(100% - 60px) / 4);
    max-width: 270px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background-color: white;
    border-radius: 13px 13px 0 0;
}

.tab_block .tab p {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    text-indent: 2px;
    color: #662d91;
    text-align: center;
}

.tab_block .tab p span {
    display: inline-block;
}

.content_block01 {
    padding: 25px 0 145px;
    background-color: #f2f2f2;
}

.content_block01 .pan_list {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 45px;
}

.content_block01 .pan_list :is(a, p) {
    font-size: 14px;
    line-height: 1;
    position: relative;
}

.content_block01 .pan_list a::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -22px;
    margin: auto;
}

.content_block01 h1 {
    max-width: 442px;
    width: 90%;
    margin: 60px auto 0;
}
.content_block01 h1 img {
    width: 100%;
}

.content_block01 .about_wrap {
    max-width: 1200px;
    width: 90%;
    margin: 55px auto 0;
    display: flex;
    gap: 5%;
    /* align-items: flex-start; */
}

.content_block01 .about_wrap .img_wrap {
    width: 48%;
    display: flex;
    align-items: flex-start;
}

.content_block01 .about_wrap .img_box {
    width: 100%;
    background-color: white;
    border-radius: 12px;
    border: solid 2px black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px 0 115px;
}

.content_block01 .about_wrap .img_block {
    position: relative;
    max-width: 405px;
    width: 80%;
}

.content_block01 .about_wrap .img_block img {
    width: 100%;
    display: block;
}

.content_block01 .fukidashi {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: #662d91;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
}

.content_block01 .fukidashi::before {
    content: "";
    width: 35px;
    height: 25px;
    background-color: #662d91;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    margin: auto;
}

.content_block01 .fukidashi p {
    font-size: 22px;
    color: white;
}

.content_block01 .about_wrap .text_wrap {
    width: 47%;
    display: flex;
    align-items: center;
}

.content_block01 .about_wrap .text_wrap h2 {
    font-size: 28px;
    line-height: 35px;
}

.content_block01 .about_wrap .text_wrap p {
    font-size: 16px;
    line-height: 42px;
    margin-top: 35px;
    letter-spacing: 1.5px;
}

.content_block02 {
    padding: 90px 0 220px;
    background-color: white;
}

.ecf_content {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.ecf_content h2 {
    max-width: 425px;
    width: 90%;
    margin: 0 auto;
}
.ecf_content h2 img {
    width: 100%;
}

.ecf_content .scd_table {
    width: 100%;
    margin-top: 35px;
    border-top: solid 3px black;
    border-bottom: solid 3px black;
}

.ecf_content .scd_table .st_head {
    width: 100%;
    height: 40px;
    background-color: #c7b299;
    display: flex;
}
.ecf_content .scd_table .st_item {
    width: 100%;
    display: flex;
    border-top: solid 1.5px black;
}

.ecf_content .scd_table .st_head .cel {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecf_content .scd_table .st_item .cel {
    display: flex;
    align-items: center;
}

.ecf_content .scd_table .st_head .cel + .cel,
.ecf_content .scd_table .st_item .cel + .cel {
    border-left: solid 1.5px black;
}

.ecf_content .scd_table .st_head .cel.date {
    width: 16.666%;
}
.ecf_content .scd_table .st_item .cel.date {
    width: 16.666%;
    padding: 5px 20px;
    background-color: #e5cef2;
}

.ecf_content .scd_table .st_head .event_item,
.ecf_content .scd_table .st_item .event_item {
    width: 83.334%;
    display: flex;
    border-left: solid 1.5px black;
    flex-wrap: wrap;
}

.ecf_content .scd_table .st_item .event_item a {
    width: 100%;
    display: flex;
}

.ecf_content .scd_table .st_item .event_item a + a {
    border-top: solid 1.5px black;
}

.ecf_content .scd_table .st_head .cel.event {
    width: 60.825%;
}
.ecf_content .scd_table .st_item .cel.event {
    width: 60.825%;
    padding: 5px 15px;
}

.ecf_content .scd_table .st_head .cel.venue {
    width: 39.175%;
}
.ecf_content .scd_table .st_item .cel.venue {
    width: 39.175%;
    padding: 5px 20px;
    background-color: #fffcdb;
}

.ecf_content .scd_table .st_head .cel p {
    font-size: 16px;
    color: white;
}

.ecf_content .scd_table .st_item .cel p {
    font-size: 16px;
    line-height: 26px;
}

.ecf_content .scd_table .st_item.mlt .cel.event,
.ecf_content .scd_table .st_item.mlt .cel.venue {
    display: block;
    padding: 0;
}

.ecf_content .scd_table .st_item.mlt .cel.event p,
.ecf_content .scd_table .st_item.mlt .cel.venue p {
    display: flex;
    align-items: center;
    width: 100%;
}

/* .ecf_content .scd_table .st_item.mlt .cel.event p + p,
.ecf_content .scd_table .st_item.mlt .cel.venue p + p {
    border-top: solid 1.5px black;
} */

.ecf_content .scd_table .st_item.mlt .cel.event p {
    padding: 5px 15px;
}

.ecf_content .scd_table .st_item.mlt .cel.venue p {
    padding: 5px 20px;
}

.ecf_content.ec02 {
    margin-top: 100px;
}
.ecf_content.ec03 {
    margin-top: 140px;
}
.ecf_content.ec04 {
    margin-top: 130px;
    position: relative;
}
.ecf_content.ec05 {
    margin-top: 140px;
}
.ecf_content.ec06 {
    margin-top: 115px;
}
.ecf_content.ec07 {
    margin-top: 100px;
}
.ecf_content.ec08 {
    margin-top: 115px;
}

.ecf_content .event_list {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}

.ecf_content .event_list.el2 {
    gap: 45px 3.5%;
}
.ecf_content .event_list.el3 {
    gap: 45px 1.66%;
}

.ecf_content .event_list .event {
    padding: 20px 20px 35px;
    border-radius: 14.5px;
    background-color: white;
    border: solid 2px black;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
}

.ecf_content .event_list.el2 .event {
    width: calc(96.5% / 2);
}
.ecf_content .event_list.el3 .event {
    width: calc(96.68% / 3);
}
.ecf_content .event_list:is(.el2, .el3) .event.main {
    width: 100%;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2%;
}

.ecf_content .event_list .event .event_content {
    width: 100%;
}

.ecf_content .event_list .event .img_box {
    width: 100%;
    overflow: hidden;
}
.ecf_content .event_list:is(.el2, .el3) .event.main .img_box {
    width: 30.7%;
    aspect-ratio: 357/292;
}

.ecf_content .event_list.el2 .event .img_box {
    aspect-ratio: 530/340;
}
.ecf_content .event_list.el3 .event .img_box {
    aspect-ratio: 340/240;
}

.ecf_content .event_list .event .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ecf_content .event_list .event.main .text_block {
    width: 67.3%;
}

.ecf_content .event_list .event .ttl_block {
    max-width: 320px;
    width: 100%;
    margin: 12px auto 0;
    position: relative;
    height: 48px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecf_content.ec08 .event_list .event .ttl_block {
    max-width: 100%;
}

.ecf_content .event_list .event .ttl_block::before {
    content: "";
    width: 28px;
    height: 20px;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    margin: auto;
}

.ecf_content .event_list .event.main .ttl_block {
    margin: 10px 0 0;
}
.ecf_content.ec08 .event_list .event.main .ttl_block {
    max-width: 530px;
}
.ecf_content .event_list .event.main .ttl_block::before {
    display: none;
}

.ecf_content.ec02 .event_list .event .ttl_block,
.ecf_content.ec02 .event_list .event .ttl_block::before {
    background-color: #ed1c24;
}
.ecf_content.ec03 .event_list .event .ttl_block,
.ecf_content.ec03 .event_list .event .ttl_block::before {
    background-color: #f15a24;
}
.ecf_content.ec04 .event_list .event .ttl_block,
.ecf_content.ec04 .event_list .event .ttl_block::before {
    background-color: #39b54a;
}
.ecf_content.ec05 .event_list .event .ttl_block,
.ecf_content.ec05 .event_list .event .ttl_block::before {
    background-color: #006837;
}
.ecf_content.ec06 .event_list .event .ttl_block,
.ecf_content.ec06 .event_list .event .ttl_block::before {
    background-color: #00a99d;
}
.ecf_content.ec07 .event_list .event .ttl_block,
.ecf_content.ec07 .event_list .event .ttl_block::before {
    background-color: #29abe2;
}
.ecf_content.ec08 .event_list .event .ttl_block,
.ecf_content.ec08 .event_list .event .ttl_block::before {
    background-color: #ed1e79;
}

.ecf_content .event_list .event .ttl_block p {
    font-size: 20px;
    line-height: 25px;
    color: white;
    text-align: center;
}
.ecf_content .event_list .event .ttl_block.tb2 p {
    font-size: 16px;
    line-height: 19px;
}

.ecf_content .event_list .event .exp {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 10px 20px;
    letter-spacing: 0.5px;
    word-break: break-all;
}

.ecf_content .event_list .event.main .exp {
    padding-top: 20px;
}

.ecf_content .event_list .event .info_block {
    padding: 20px 10px 0;
    border-top: solid 1.5px #ccc;
    display: flex;
    flex-flow: column;
    /* justify-content: center; */
    justify-content: flex-start;
}
.ecf_content .event_list .event.main .info_block {
    border-top: none;
}

.ecf_content .event_list .event .info_block .info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.ecf_content .event_list .event.main .info_block .info {
    gap: 5px;
}

.ecf_content .event_list .event .info_block .info + .info {
    margin-top: 10px;
}

.ecf_content .event_list .event .info_block .info p {
    font-size: 16px;
    line-height: 24px;
}

.ecf_content .event_list .event .info_block .info p:first-of-type {
    white-space: nowrap;
}
.ecf_content .event_list .event.main .info_block .info p:first-of-type {
    width: 60px;
    min-width: 60px;
}
.ecf_content.ec08 .event_list .event.main .info_block .info p:first-of-type {
    width: 90px;
    min-width: 90px;
}

.ecf_content .event_list .event.main .info_block .date_item {
    display: flex;
    align-items: flex-start;
    gap: 1px;
}

.ecf_content
    .event_list
    .event.main
    .info_block
    .info
    .date_item
    p:first-of-type {
    width: 16px;
    min-width: 16px;
}

.ecf_content .event_list .event .arrow {
    width: 38px;
    position: absolute;
    bottom: -20px;
    right: 27px;
}

.ecf_content.ec04 .chara {
    width: 31.66%;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1100px) {
    .ecf_content .event_list .event .ttl_block p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .tab_block .tab p {
        font-size: 16px;
        line-height: 18px;
    }
    .content_block01 .about_wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }

    .content_block01 .about_wrap .img_wrap {
        width: 100%;
        max-width: 400px;
    }

    .content_block01 .about_wrap .img_box {
        padding: 35px 30px 100px;
    }

    .content_block01 .about_wrap .img_block {
        width: 100%;
    }

    .content_block01 .fukidashi {
        height: 50px;
        border-radius: 25px;
    }

    .content_block01 .fukidashi p {
        font-size: 18px;
    }

    .content_block01 .about_wrap .text_wrap {
        width: 100%;
    }

    .ecf_content .table_wrap {
        width: 100%;
        overflow-x: scroll;
    }

    .ecf_content .scd_table {
        width: 1000px;
    }

    .ecf_content .event_list.el3 {
        gap: 45px 3.5%;
    }

    .ecf_content .event_list.el3 .event {
        width: calc(96.5% / 2);
    }

    .ecf_content.ec04 .chara {
        width: 95px;
        position: absolute;
        bottom: -157px;
        right: 0;
    }

    .ecf_content .event_list .event .ttl_block p {
        font-size: 17px;
        line-height: 20px;
    }

    .ecf_content .event_list .event .ttl_block p span {
        display: inline-block;
    }

    .ecf_content .event_list:is(.el2, .el3) .event.main {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .ecf_content .event_list:is(.el2, .el3) .event.main .img_box {
        width: 100%;
        max-width: 500px;
    }

    .ecf_content .event_list .event.main .text_block {
        width: 100%;
    }

    .ecf_content .event_list .event.main .ttl_block {
        margin: 0 auto;
    }
}

@media screen and (max-width: 700px) {
    .tab_block {
        padding: 15px 5%;
        gap: 15px;
        flex-wrap: wrap;
    }

    .tab_block .tab {
        width: calc(calc(100% - 30px) / 2);
        border-radius: 13px;
        max-width: 220px;
    }
}

@media screen and (max-width: 600px) {
    .tab_block .tab p {
        font-size: 14px;
        letter-spacing: 0;
        text-indent: 0;
    }

    .content_block01 .pan_list :is(a, p) {
        font-size: 12px;
    }

    .content_block01 h1 {
        max-width: 330px;
    }

    .content_block01 .about_wrap .img_wrap {
        max-width: 320px;
    }

    .content_block01 .about_wrap .text_wrap h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .content_block01 .about_wrap .text_wrap p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 25px;
    }

    .ecf_content h2 {
        max-width: 318px;
    }

    .ecf_content .event_list.el2 .event,
    .ecf_content .event_list.el3 .event {
        width: 100%;
    }

    .ecf_content.ec08 .event_list .event.main .ttl_block {
        padding: 0 5px;
    }

    .ecf_content .event_list .event.main .info_block .info.date {
        flex-wrap: wrap;
    }

    .ecf_content .event_list .event.main .info_block .info.date .date_list {
        width: 100%;
    }
}
