/* スワイプスライダー共通 */
.el_swipeSlider {
    margin-bottom: 40px;
}

.el_topContent_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.el_topContent_head_txt {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
}

.el_topContent_head_link {
    font-size: 11px;
    border: 1px solid #DCDCDC;
    border-radius: 100vh;
    padding: 6px 8px;
    letter-spacing: normal;
}

.el_swipeSlider_content {
    margin-left: 20px;
}

.el_swipeSlider_content_link {
    transition: all ease .25s;
}

.el_swipeSlider_content_link:hover {
    opacity: .8;
}

.el_swipeSlider_content_link_img {
    margin-bottom: 5px;
    border-radius: 4px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.el_swipeSlider_content_link_img img {
    width: 100%;
    height: auto;
    display: block;
}

.el_swipeSlider_content_link_ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    min-height: 42px;
    margin-bottom: 5px;
    letter-spacing: normal;
}

.el_swipeSlider_content_link_txt {
    font-size: 12px;
    line-height: 1.3;
}

.bl_topMenu_list {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.bl_topMenu_item {
    width: calc(100% / 4);
    text-align: center;
}

.bl_topMenu_item:not(:last-child) {
    border-right: 1px solid #fff;
}

.bl_topMenu_item_link {
    position: relative;
    display: block;
}

.bl_topMenu_item_link_img {
    max-width: 90px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.bl_topMenu_item_link_img_cs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 45px;
    z-index: 1;
}

/* topMv */
.bl_topMv {
    margin-bottom: 15px;
}

.bl_topMv_link {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.bl_topMv_link1 {
    background: url(../upload/topMv/top/1/bg/mv_hkdb.webp) center / cover no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
    z-index: 3;
}

.bl_topMv_link2 {
    background: url(../upload/topMv/middle/2/bg/mv_pachicale.webp) center / cover no-repeat;
    clip-path: polygon(0 21%, 100% 0, 100% 79%, 0 100%);
    margin-top: -40px;
    z-index: 2;
}

.bl_topMv_link3 {
    background: url(../upload/topMv/bottom/3/bg/mv_jbdouga.webp) center / cover no-repeat;
    clip-path: polygon(0 21%, 100% 0, 100% 100%, 0 100%);
    margin-top: -40px;
    z-index: 1;
}

.bl_topMv_link_inner {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.bl_topMv_link_btn {
    position: absolute;
    top: 30%;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
    max-width: 200px;
    z-index: 2;
    opacity: 0;
}

.bl_topMv.ready .bl_topMv_link {
    animation: bannerSlideIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bl_topMv.ready .bl_topMv_link1 {
    animation-delay: 0.1s;
}

.bl_topMv.ready .bl_topMv_link2 {
    animation-delay: 0.35s;
}

.bl_topMv.ready .bl_topMv_link3 {
    animation-delay: 0.6s;
}

@keyframes bannerSlideIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.bl_topMv.ready .bl_topMv_link_btn {
    animation: logoPopIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bl_topMv.ready .bl_topMv_link_btn1 {
    animation-delay: 0.6s;
}

.bl_topMv.ready .bl_topMv_link_btn2 {
    animation-delay: 0.85s;
}

.bl_topMv.ready .bl_topMv_link_btn3 {
    animation-delay: 1.1s;
}

@keyframes logoPopIn {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(10px);
    }

    70% {
        opacity: 1;
        transform: scale(1.05) translateY(-2px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.bl_topMv.float .bl_topMv_link_btn {
    opacity: 1;
    /* 💡 表示状態を維持 */
    animation: floatLogo 3s ease-in-out infinite;
}

.bl_topMv_link_btn {
    animation: floatLogo 3s ease-in-out infinite;
}

.bl_topMv.float .bl_topMv_link_btn2 {
    animation-delay: 0.5s;
}

.bl_topMv.float .bl_topMv_link_btn3 {
    animation-delay: 1s;
}

/* ロゴのフワフワアニメーション */
@keyframes floatLogo {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

.bl_topMv_link_btn1 {
    top: 9%;
}

.bl_topMv_link_btn2 {
    top: 14%;
    right: 2%;
}

.bl_topMv_link_btn3 {
    top: 30%;
}

.bl_topMv_link_inner {
    padding: 0 5%;
}

.bl_topMv_link_btn {
    width: min(200px, 80rem);
}

/* トップスライダー */
.bl_topSlider {
    margin-bottom: 20px;
}

.bl_topSlider_swiper {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.bl_topSlider>.swiper-pagination {
    position: unset;
}

.bl_topSlider>.swiper-pagination>.swiper-pagination-bullet-active {
    background: #e61e82;
    opacity: 1;
}

.bl_topSlider_link {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.bl_topSlider_link img {
    width: 100%;
    height: auto;
    display: block;
}

/* ホール攻略 */
.bl_topHole {
    margin-bottom: 30px;
}

.bl_topHole_inner {
    display: flex;
    border: 2px solid #e61e82;
    border-radius: 8px;
    text-align: center;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all ease .25s;
    animation: floatLogo 3s ease-in-out infinite;
}

.bl_topHole_inner:hover {
    opacity: .8;
}

.bl_topHole_left {
    padding: 10px;
    width: 40%;
}

.bl_topHole_left_img {
    max-width: 150px;
    margin: 0 auto 5px;
}

.bl_topHole_left_txt {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFBE;
    letter-spacing: normal;
    line-height: 1.3;
}

.bl_topHole_right {
    background: #FFFFBE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px 10px 10px;
    width: calc(100% - 40%);
    border-radius: 0 8px 8px 0;
}

.bl_topHole_right_inner {
    width: 95%;
    padding-right: 10px;
}

.bl_topHole_right_txt {
    font-size: 36px;
    font-weight: 700;
}

.bl_topHole_right_topTxt {
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.bl_topHole_right_topTxt {
    border-bottom: 1px solid #707070;
}

.bl_topHole_right_unitTxt {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    padding-left: 5px;
}

.bl_topHole_right_img {
    width: 5%;
}

/* バナー */
.bl_topBn {
    margin-bottom: 50px;
    text-align: center;
}

.bl_topBn_link {
    transition: all ease .25s;
}

.bl_topBn_link:hover {
    opacity: .8;
}

/* 人気機種ランキング */
.bl_machine_item_img {
    margin-bottom: 5px;
    border-radius: 8px;
    width: 130px;
    text-align: center;
    border: 1px solid #dcdcdc;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 4px 0;
}

.bl_machine_item_img img {
    width: 100%;
    height: auto;
    display: block;
}

.bl_machine_item_txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
}

/* 来店 */
.bl_topSchedule {
    padding: 20px 0;
    position: relative;
    margin-bottom: 50px;
}

.bl_topSchedule::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 42, 130, 30%);
    z-index: -1;
}

.bl_topSchedule_head {
    margin-bottom: 20px;
}

.bl_topSchedule_list {
    margin-bottom: 20px;
}

.bl_topSchedule_item {
    margin-bottom: 10px;
}

.bl_topSchedule_item_wrap {
    display: block;
    border-radius: 8px;
    padding: 20px;
}

.bl_topSchedule_item_detail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.bl_topSchedule_item_detail_icon {
    padding-right: 5px;
    max-width: 75px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.bl_topSchedule_item_detail_icon img {
    width: 100%;
    height: auto;
    display: block;
}

.bl_topSchedule_item_detail_txtBox {
    border-left: 1px solid #707070;
    padding-left: 5px;
    text-align: left;
}

.bl_topSchedule_item_detail_headWrap {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.bl_topSchedule_item_detail_region {
    font-size: 12px;
    color: #fff;
    padding: 4px 20px;
    border-radius: 100vh;
    line-height: 1;
    margin-right: 15px;
}

.bl_topSchedule_item_detail_date {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
}

.bl_topSchedule_item_detail_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: normal;
}

.bl_topSchedule_item_detail_talentWrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.bl_topSchedule_item_detail_talent {
    max-width: 80px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.bl_topSchedule_item_detail_talent img {
    width: 100%;
    height: auto;
    display: block;
}

.bl_topSchedule_moreBtnWrap {
    text-align: center;
}

.bl_topSchedule_moreBtn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    width: 170px;
    margin: 0 auto;
    border-radius: 100vh;
    text-align: center;
}

.bl_topSchedule_moreBtn::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.bl_topSchedule_item_bn {
    display: block;
    width: 100%;
    overflow: hidden;
}

.bl_topSchedule_item_bn img {
    width: 100%;
    height: auto;
    display: block;
}

/* 特集 */
.bl_feature {
    margin-bottom: 60px;
}

/* 関連リンク */
.bl_link {
    margin-bottom: 60px;
}

/* お知らせ */
.bl_news {
    padding: 20px 0 50px;
    position: relative;
    overflow: hidden;
}

.bl_news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 42, 130, 30%);
    z-index: -1;
}

.bl_news_head {
    margin-bottom: 15px;
}

.bl_news_listWrap {
    position: relative;
}

.bl_news_list {
    padding: 20px;
    border-radius: 8px;
}

.bl_news_item {
    transition: all ease .25s;
}

.bl_news_item:not(:last-child) {
    border-bottom: 1px dashed #DCDCDC;
    margin-bottom: 15px;
}

.bl_news_item:hover .bl_news_item_link_ttl {
    text-decoration: underline;
}

.bl_news_item_link_date {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.bl_news_item_link_ttl {
    margin-bottom: 10px;
    font-size: 13.5px;
    letter-spacing: normal;
}

/* 上部スクロール */
.bl_topScroll {
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
}

/* SNS */
.bl_topSns {
    padding: 40px 0;
    text-align: center;
}

.bl_topSns_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bl_topSns_list {
    display: flex;
    justify-content: space-between;
    max-width: 230px;
    margin: 0 auto;
}

.bl_topSns_item_link {
    display: block;
    max-width: 50px;
    width: 100%;
    overflow: hidden;
}

.bl_topSns_item_link img {
    width: 100%;
    height: auto;
    display: block;
}

.bl_topPointClub {
    margin-bottom: 20px;
}

.bl_topPointClub img {
    border-radius: 8px;
}

@media screen and (max-width: 500px) {
    .bl_topMv_link_inner {
        padding: 0 5%;
    }

    .bl_topMv_link_btn {
        width: min(200px, 80rem);
    }

    .bl_topHole_right {
        padding: 5px 3px 5px 5px;
    }

    .bl_topHole_right_inner {
        padding-right: 8px;
    }

    .bl_topHole_right_txt {
        font-size: min(36px, 12rem);
    }

    .bl_topHole_right_unitTxt {
        font-size: 12px;
    }

    .bl_topHole_left_txt {
        font-size: min(12px, 4rem);
    }

    .bl_topBn {
        margin-bottom: min(50px, 15rem);
    }

    .bl_topSchedule_item_wrap {
        padding: 5%;
    }

    .bl_topSchedule_item_detail_icon {
        width: min(75px, 30rem);
    }

    .bl_topSchedule_item_detail_txtBox {
        width: 100%;
    }

    .bl_topSchedule_item_detail_ttl {
        font-size: min(20px, 7rem);
    }

    .bl_machine_item_txt {
        font-size: min(15px, 5.5rem);
    }
}