/*---------------------------------------------------------
    eventアーカイブ
---------------------------------------------------------*/
.single-event #top_under,
.archive-event #top_under {
    margin-bottom: 0;
}
.event-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .pc_none--inline {
        display: inline-block;
    }
    .event-container {
        width: 100%;
        padding: 0 clamp(15px, 3vw, 35px);
        box-sizing: border-box;
    }
}
.event-container .breadcrumb-wrap {
    margin-top: 10px;
}
.breadcrumb a {
    text-decoration: none;
    transition: all .3s;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.archive-event__switch {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-top: 40px;
}
.archive-event__switch a {
    transition: 0.3s; 
    text-decoration: none;
}
.archive-event__switch a:hover {
    opacity: 0.8;
}
.archive-event__switch-item{
    width: calc(50% - 10px);
}
.archive-event__switch-card {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.archive-event__switch-card-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 88px;
    padding: 1.2em 1em;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    color: #000;
    position: relative;
}
.archive-event__switch-card-ttl:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    transform: rotate(45deg);
}
.archive-event__switch-thum {
    text-align: center;
    background: linear-gradient(0deg, #eee, #ccc);
    overflow: hidden;
    aspect-ratio: 54 / 30;
}
.archive-event__switch-thum img {
    object-fit: cover;
    aspect-ratio: 54 / 30;
    height: 100%;
}
.archive-event__list li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 25px 0 32px;
}
.archive-event__time {
    font-weight: bold;
}
.archive-event__list li:first-of-type {
    border-top: 1px solid #ccc;
}
.archive-event__ttl {
    margin-left: 60px;
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}
@media screen and (min-width:1150px) {
    .archive-event__switch-card-ttl {
        min-height: unset;
    }
}
@media screen and (max-width: 640px) {
    .archive-event__switch-card-ttl {
        font-size: clamp(13px, 2.6vw, 26px);
        line-height:1.4;
        min-height: 4.5em;
        padding: 1em 1.6em 1em 1em; 
    }
    .archive-event__switch-item {
        width: calc(50% - 5px);
    }
    .archive-event__switch {
        column-gap: 10px;
    }
    .archive-event__list li {
        display: block;
        padding: clamp(12.5px, 2.5vw, 25px) 0 clamp(16px, 3.2vw, 32px);
    }
    .archive-event__time {
        display: block;
        font-size: clamp(11px, 2.2vw, 22px);
    }
    .archive-event__ttl {
        margin-left: 0;
        font-size: clamp(12px, 2.4vw, 24px);
    }
    .archive-event__switch-card-ttl:after {
        width: clamp(6px, 1.2vw, 12px);
        height: clamp(6px, 1.2vw, 12px);
        right: clamp(7.5px, 1.5vw, 15px);
    }
}
.archive-event .pagenavi {
    margin-bottom: 0;
}

/*---------------------------------------------------------
    avexbeach
---------------------------------------------------------*/

.pc_none--inline {
    display: none;
}
.single-event h2 {
    background: linear-gradient(90deg, #0D0D0D, #4D4D4D);
    position: relative;
    padding-left: 35px;
    font-size: 25px;
    line-height: 1.3em;
    margin: 70px 0 40px;
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 20%);
    color: #fff;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
}
@media screen and (max-width: 640px) {
    .single-event h2 {
        padding-left: 30px;
        font-size: 20px;
        margin: 30px 0 20px;
        line-height: 1.5;
    } 
}
.single-event h2::before {
    background: #999999;
    display: block;
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 59%;
}
.event-article-fv img{
    object-fit: cover;
    height: 600px;
}
.event-article-fv--blur {
    overflow: hidden;
    position: relative;
}
.event-article-fv--blur img{
    display: block;
    height: auto;
    object-fit: contain;
    max-height: 600px;
    margin-inline: auto;
}
.event-article-fv--blur__bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(1.25) blur(60px);
    transform: scale(1.5);
    z-index: -1;
}
@media screen and (max-width: 640px) {
    .event-article-fv img {
        height: auto;
    }
}
.event-article-lead {
    margin-top: 60px;
}
.event-article-lead__bggray {
    background-color: #f3f3f3;
    border: #ccc;
    padding: 40px;
}
.event-article-lead__head {
    color: #0059AB;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.001em;
    margin-bottom: 30px;
    line-height: 1.6;
}
.event-article-lead__period {
    color: #fff;
    background-color: #000;
    line-height: 1.6;
    padding: 10px 20px;
    width: 520px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 18px;
    letter-spacing: normal;
    box-sizing: border-box;
    font-weight: bold;
}

.event-article-lead__txt {
    font-size: 18px;
    line-height: 1;
}
.event-article-event__head {
    font-size: 40px;
    line-height: 1;
    margin-top: 90px;
    margin-bottom: 60px;
}
.event-article-event_table,
.event-article-event__access-table {
    background-color: #f7f7f7;
    border: #e4e4e4;
    padding: 20px 20px 40px;
}
.event-article-event_table dl,
.event-article-event__access-table dl {
    display: flex;
}
.event-article-event_table dt {
    width: 15%;
    font-weight: bold;
    font-size: 16px;
}
.event-article-event_table dd {
    font-size: 14px; 
}
.event-article-event__access-table p {
    line-height: 1.4;
}
.event-article-event__access-table dt,
.event-article-event__access-table dd {
    font-size: 14px;
    line-height: 1.6;
}
.u-link--blue {
    color: rgb(13, 89, 148);
}
@media screen and (max-width: 640px) {
    .event-article-lead {
        margin-top: clamp(30px, 6vw, 60px);
    }
    .event-article-lead__bggray {
        padding: clamp(20px, 4vw, 40px) clamp(10px, 2vw, 20px);
    }
    .event-article-lead__head {
        font-size: clamp(14px, 2.4vw, 24px);
        margin-bottom: clamp(15px, 3.5vw, 30px);
        line-height: 2;
    }
    .event-article-lead__period {
        width: 100%;
        font-size: clamp(12px, 1.8vw, 18px);
        padding: clamp(10px, 2vw, 20px);
        border-radius: 20px;
    } 
    .event-article-lead__period span {
        position: relative;
        left: 2px;
    }
    .event-article-lead__txt {
        font-size: clamp(14px, 1.8vw, 18px);
        line-height: 1.8;
        letter-spacing: normal;
    }
    .event-article-event__head {
        font-size: clamp(20px, 4vw, 40px);
        margin-top: clamp(45px, 9vw, 90px);
        margin-bottom: clamp(30px, 6vw, 60px) ;
    }
    .event-article-event_wrap p {
        font-size: clamp(13px, 1.6vw, 16px );
    }
    .event-article-event_table,
    .event-article-event__access-table {
        padding: clamp(20px,4vw,40px) clamp(15px,3vw,30px) clamp(30px,6vw,60px);
    }
    .event-article-event_table dl {
        display: block;
    } 
    .event-article-event_table dt {
        font-size: clamp(13px, 1.6vw, 16px);
        width: auto;
        margin-top: 5px;
    }
    .event-article-event_table dl:first-of-type dt {
        margin-top: 0;
    }
    .event-article-event_table dd {
        font-size: clamp(12px, 1.4vw, 14px);
        line-height: 1.8;

    }
    .event-article-event__access-table dt {
        width: 26%;
    }
    .event-article-event__access-table dd {
        width: 74%;
    }
    .event-article-event__access-table dt,
    .event-article-event__access-table dd {
        font-size: clamp(12px, 1.4vw, 14px);
        line-height: 2;    
    }
}
.event-article-event__list-dot li {
    margin-bottom: 0;
}
.event-article-event__list-dot li::before {
    content: "・";
}