.single_event_title {
    margin-bottom: 70px;
}
.point_ttl strong {
    font-size: 48px;
}
.th_single_event_gallery {
    font-size:0;
}
.th_single_event_gallery .spectra-image-gallery__media--carousel{
    aspect-ratio: 3 /2 !important;
}
.th_single_event_gallery {
    /* (9/16（アスペクト比16:9） * 1/3（カルーセル３枚） * 1/2.7（高さ２.７倍）) = 9.375 */
    padding: 17% 0 !important;
    overflow-x: hidden;
}
.th_single_event_gallery .slick-list{
    overflow: visible !important;
}
.th_single_event_gallery .slick-slide{
    opacity: 0;
}
.th_single_event_gallery .slick-slide.slick-active{
      transform: translate(-148%, 0%) scale(2.5);
      opacity: 1;
    }
.th_single_event_gallery .slick-slide.slick-current+.slick-active{
    transform: scale(2.5);
}
.th_single_event_gallery .slick-slide.slick-current+.slick-active+.slick-active{
    transform: translate(148%, 0%) scale(2.5);
}
.th_single_event_gallery  .spectra-image-gallery__media-wrapper{
    padding: 0 2% !important;
}
.th_single_event_gallery  .slick-arrow:hover{
    opacity: .6;
}
.th_single_event_gallery  .slick-arrow svg{
    visibility: hidden;
}
.th_single_event_gallery  .slick-arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5rem 0 1.5rem 1.8rem;
    border-color: transparent transparent transparent var(--wp--preset--color--base);;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .8;
}
.th_single_event_gallery .slick-next.slick-arrow:after {
   right: 0;
   transform: rotateY(0deg)
}
.th_single_event_gallery .slick-prev.slick-arrow:after {
   left: 0;
   transform: rotateY(180deg)
}


@media screen and (max-width: 768px) {
    .single-event{
        background: #f3f3f3;
    }
    .single_event_title{
        margin-bottom: 30px!important;
    }
    .single_event_fv_columns {
        row-gap: 0;
        .wp-block-button{
            width: 90%!important;
            margin: 20px auto;
            font-size: 13px!important;
            letter-spacing: .15em;
        }
        .wp-block-button__link{
            padding: 15.25px!important;
        }
    }
    .single_event_img_columns{
        margin-bottom: 30px!important;
        .wp-block-column{
            position: relative;
            p{
                position: absolute;
                font-size: 13px;
                top: 0;
                right: 0;
                left: 0;
                text-align: center;
                height: 38px;
                margin-top: 0!important;
                display: grid;
                place-content: center;
                background: rgba(0 0 0 / .4);
                color: var(--wp--preset--color--base);
            }
        }
        .wp-block-image img{
            object-fit: cover;
            aspect-ratio: 330 / 230;
        }
    }
    .recommend_point_sp{
        .uagb-icon-list__wrap {
            row-gap: 30px;
            .wp-block-uagb-icon-list-child{
                display: flex;
                width: 82%;
                margin-right: auto!important;
                margin-left: auto!important;
                border-bottom: 1px solid #E6E6E6;
                padding-bottom: 15px!important;
                padding-left: 10%!important;
                margin-bottom: -15px!important;
            }
            .wp-block-uagb-icon-list-child:last-of-type{
                border-bottom: none;
                margin-bottom: 0!important;
            }
        }
    }
    .single_event_point_wrapper{
        padding: 0!important;
        margin-bottom: 0!important;
    }
    .th_event_point_column{
        margin-top: 0!important;
    }
    .th_event_point_column_txtbox{
        order: 2;
        padding: 0!important;
        margin-bottom: 35px!important;
        .point_ttl{
            margin-top: 10px!important;
            position: relative;
            strong{
                position: absolute;
                font-size: 64px!important;
                text-shadow: 2px 2px 0 rgba(255 255 255 / .9);
                top: -95px;
            }
            em{
                display: none;
            }
        }
        p{
            margin-top: 10px!important;
            padding: 0!important;
            font-size: 13px!important;
            line-height: 30px!important;
            letter-spacing: 0!important;
        }
    }
    .th_event_point_column_imgbox{
        order: 1;
    }
    .single_event_point_btn{
        margin-top: 0!important;
    }
    .single_event_point_container {
        margin-bottom: 70px!important;
    }
    .th_single_event_gallery_wrapper{
        margin: 0 calc(50% - 50vw)!important;
        width: 100vw!important;
        padding-right: 0!important;
        padding-left: 0!important;
        .spectra-image-gallery{
            margin-bottom: 0!important;
        }
    }
    .visit_form_container{
        margin-top: 0!important;
        margin-bottom: 0!important;
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .th_footer{
        margin-top: 0!important;
    }
}