/* スワイプスライダー共通 */
.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.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_topContent_head_link.bl_topArticle_head_link {
    border: 1px solid #d71618;
    font-size: 12px;
}

/* 新着データ */
.bl_topNewData {
    margin-bottom: 40px;
}

.el_small {
    font-size: 12px;
    font-weight: normal;
}

.el_topContent_head_select {
    appearance: none;
    -webkit-appearance: none;
    font-size: 11px;
    border: 1px solid #dcdcdc;
    border-radius: 100vh;
    padding: 6px 8px;
    letter-spacing: normal;
    text-align: center;
    text-align-last: center;
    min-width: 111px;
    position: relative;
}

.el_topContent_head_select_default::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 10px;
}

.bl_topNewData_item {
    margin-bottom: 15px;
}

.bl_topNewData_item_head {
    font-size: 18px;
    margin-bottom: 5px;
}

.bl_topNewData_item_body {
    display: flex;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
}

.bl_topNewData_item_body>div {
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    text-align: center;
}

.el_topNewData_date {
    width: 25%;
    background: #ffffbe;
    font-size: 20px;
    align-content: center;
    padding: 15px 0;
}

.el_topNewData_icon {
    width: 15%;
    padding: 5px;
}

.el_topNewData_th {
    color: #fff;
    background: #989898;
    height: 45%;
    font-size: 16px;
    align-content: center;
}

.el_topNewData_td {
    height: 55%;
    font-size: 18px;
    align-content: center;
}

.el_topNewData_samai {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.el_topNewData_num {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.el_topNewData_pref {
    padding: 0 16px;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.el_topNewData_hallName {
    font-size: 16px;
    font-weight: bold;
    /* color: #E61E82; */
    text-decoration: underline;
}

/* AI注目ランキング */
.bl_aiRanking {
    margin-bottom: 40px;
}

.bl_aiRanking_contents table {
    border-collapse: collapse;
    margin-bottom: 10px;
}

.bl_aiRanking_item td {
    border-left: 1px solid #707070;
    border-top: 1px solid #707070;
}

.bl_aiRanking_item:last-child {
    border-bottom: 1px solid #707070;
}

.bl_aiRanking_item_pref {
    padding: 1px 16px;
    border-radius: 12px;
    color: #fff;
    font-size: 10px;
    display: inline-block;
}

.bl_aiRanking_item_rank {
    width: 10%;
    font-size: 20px;
    text-align: center;
    height: 100%;
    align-content: center;
    background: #ffffbe;
}

.bl_aiRanking_item_rank img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bl_aiRanking_item_name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    /* color: #E61E82; */
    text-decoration: underline;
}

.bl_aiRanking_item_content {
    width: 70%;
    padding: 5px 0 5px 10px;
}

.bl_aiRanking_item_score {
    width: 20%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    align-content: center;
}

.bl_aiRanking_note {
    font-size: 14px;
    color: #404040;
}

/* P-Moneyユーザー傾向 */
.bl_topPmoney {
    margin-bottom: 40px;
    background-image: url("/img/top/pm_top_keikou_bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffdc00;
}

.bl_topPmoney_bg img {
    width: 100%;
}

.bl_topPmoney_top {
    background: #fff;
    border-radius: 8px;
    margin: 0 20px 10px;
    padding: 10px 20px;
}

.bl_topPmoney_top_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bl_topPmoney_contents {
    padding: 33% 0 20px;
}

.el_topPmoney_top_icon {
    width: 10%;
}

.el_topPmoney_top_syukei {
    width: 50%;
}

.el_topPmoney_top_sampleNum {
    width: 30%;
}

.el_topPmoney_top_syukei_head {
    color: #f60;
    font-size: 12px;
    font-weight: bold;
}

.el_topPmoney_top_syukei_period {
    font-size: 16px;
    color: #404040;
    font-weight: bold;
    white-space: nowrap;
}

.el_topPmoney_top_syukei_note {
    font-size: 10px;
    color: #404040;
    white-space: nowrap;
}

.el_topPmoney_top_sampleNum_head {
    text-align: center;
    color: #f60;
    background: #ffffbe;
    border-radius: 6px;
    border: 1px solid #f60;
    line-height: 1.2;
    padding: 2px 0;
}

.el_topPmoney_top_sampleNum_body {
    font-size: 16px;
    white-space: nowrap;
}

.el_topPmoney_top_sampleNum_number {
    color: #f60;
    font-size: 28px;
    font-weight: bold;
}

.bl_topPmoney_top_body {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.el_topPmoney_top_item {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding-bottom: 2px;
    font-size: 10px;
}

.el_topPmoney_top_item_icon {
    text-align: center;
}

.el_topPmoney_top_item_icon img {
    width: 50%;
}

.el_topPmoney_top_item h3 {
    color: #fff;
    text-align: center;
    border-radius: 8px 8px 0 0;
    padding: 3px 0;
}

.total_investment h3 {
    background: #328232;
}

.total_return h3 {
    background: #003caf;
}

.total_earnings h3 {
    background: #ff6600;
}

.el_topPmoney_top_item p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.font_plus {
    color: #ff6600;
}

.font_minus {
    color: #0068b3;
}

.bl_topPmoney_works {
    margin: 0 20px 20px;
    border-radius: 8px;
    overflow: hidden;
    background-image: linear-gradient(90deg, #f98703, #f86603);
}

.bl_hall_kadou_top {
    margin: 0 10px 10px;
}

.bl_topPmoney_works_body {
    background: #fff;
    margin: 2px;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
}

.bl_topPmoney_works_tbl {
    width: calc(100% - 20px);
    border-collapse: collapse;
    font-size: 16px;
    margin: 0 auto 20px;
}

.bl_topPmoney_works_tbl th,
.bl_topPmoney_works_tbl td {
    border: 1px solid #333;
    padding: 3px;
    text-align: center;
}

.bl_topPmoney_works_tbl_th {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

.el_topPmoney_works_tbl_th_icon {
    width: 20%;
}

.bl_topPmoney_works_tbl_th p {
    width: 78%;
    text-align: left;
}

.bl_topPmoney_works_tbl_title {
    width: 34%;
    font-size: 16px;
}

.bl_topPmoney_works_tbl_a_td {
    width: 33%;
    background: #e6ffff;
    font-weight: bold;
    color: #404040;
    font-size: 18px;
}

.bl_topPmoney_works_tbl_w_td {
    width: 33%;
    background: #ffffbe;
    font-weight: bold;
    font-size: 18px;
}

.bl_maneko_fukidashi {
    margin: 0 10px;
}

.bl_most_played_machine_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
    margin: 0 15px 10px;
}

.el_most_played_machine_img {
    padding: 3px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.el_topPmoney_machine_name {
    font-size: 14px;
    font-weight: normal;
    color: #404040;
    margin: 5px 5px 0;
    text-align: center;
}

.el_topPmoney_machine_number {
    font-size: 18px;
    font-weight: bold;
    color: #f98703;
    text-align: center;
}

.el_swipeSlider_content {
    margin-left: 20px;
}

.el_swipeSlider_content_link {
    transition: all ease 0.25s;
}

.el_swipeSlider_content_link:hover {
    opacity: 0.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;
}

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

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

/* TOP画像 */
.bl_topMv_link1 {
    clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
    z-index: 3;
}

.bl_topMv_link2 {
    clip-path: polygon(0 21%, 100% 0, 100% 79%, 0 100%);
    margin-top: -40px;
    z-index: 2;
}

.bl_topMv_link3 {
    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 0.25s;
    animation: floatLogo 3s ease-in-out infinite;
}

.bl_topHole_inner:hover {
    opacity: 0.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 0.25s;
}

.bl_topBn_link:hover {
    opacity: 0.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: unset;
    height: 190px;
    display: block;
    margin: 0 auto;
}

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

/* ぱちカレ */
.bl_topPachical {
    padding: 0 15px;
    margin-bottom: 40px;
}

.bl_topPachical_head {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.bl_topPachical_body {
    padding-bottom: 1px;
    background: linear-gradient(to right, #33b6f1, #2990ff);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.bl_topPachical_contents {
    padding: 15px 0 15px 20px;
    background: #fff;
    margin: 0 3px 3px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.bl_topPachical_reports {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.bl_topPachical_item {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}

.el_topPachical_icon {
    width: 45%;
}

.el_topPachical_text {
    font-size: 14px;
    color: #404040;
    align-content: center;
    margin-top: 10px;
}

.el_topPachical_num {
    font-size: 24px;
    font-weight: bold;
}

.bl_topPachical_btn {
    text-align: center;
    margin-top: 20px;
}

.bl_topPachical_btn_link img {
    width: 60%;
}

/* ホールDB */
.bl_topHallDb_head {
    margin-bottom: 20px;
}

.el_hallSearch_inputWrap {
    position: relative;
    margin: 20px 20px 0;
}

.el_hallSearch_input_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 10px;
    cursor: pointer;
}

.el_hallSearch_input {
    font-size: 17px;
    width: 100%;
    border-radius: 5px;
    padding: 10px 40px 10px 10px;
    background: #fff;
    color: #000;
    border: 1px solid #e61e82;
}

.bl_hall_top_map {
    margin: 30px 20px;
    position: relative;
    cursor: pointer;
}

.bl_hall_top_map_txt {
    position: absolute;
    top: 21%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.el_hall_top_map_txt {
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.el_hall_top_map_hall_cnt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.el_hall_top_map_hall_cnt_num {
    font-size: 45px;
    line-height: 1;
}

.bl_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
}

.bl_area_select_pop_up {
    background: #fff;
    margin: auto;
    width: 90%;
    max-height: 460px;
    overflow: scroll;
    max-width: 480px;
}

.bl_hall_top_area_select {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 30px 50px;
}

.bl_pachicale_area_select {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 50px;
}

.el_hall_top_area_select {
    border-radius: 8px;
    overflow: hidden;
}

.bl_hall_top_area_select_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.el_hall_top_area_select_title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.el_hall_top_pref_select {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 15px;
    padding: 10px;
    border-radius: 8px;
    gap: 10px;
}

.el_hall_top_pref_select li {
    text-align: center;
}

.el_hall_top_pref_select li a {
    display: block;
    padding: 8px 0;
    background-color: #fff;
    color: #404040;
    border-radius: 20px;
    border: 1px solid #404040;
    white-space: nowrap;
}

.el_hall_top_pref_select li span {
    display: block;
    padding: 8px 0;
    background-color: #989898;
    color: #fff;
    border-radius: 20px;
}

.bl_hall_top_pref_select {
    display: none;
    background-color: #fff;
    margin: 1px;
    border-radius: 0 0 6px 6px;
}

.hokkaido_bg_color {
    background-image: linear-gradient(90deg, #35bcff, #216ffc);
}

.kanto_bg_color {
    background-image: linear-gradient(90deg, #33bdaa, #248d97);
}

.hokuriku_bg_color {
    background-image: linear-gradient(90deg, #fbb401, #c96503);
}

.tokai_bg_color {
    background-image: linear-gradient(90deg, #d25efc, #d208b5);
}

.kansai_bg_color {
    background-image: linear-gradient(90deg, #f98b04, #dc5102);
}

.chugoku_bg_color {
    background-image: linear-gradient(90deg, #33c444, #238f01);
}

.kyushu_bg_color {
    background-image: linear-gradient(90deg, #a976ff, #8d2aff);
}

/* 来店 */
.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 0.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);
    }

    .bl_area_select_pop_up {
        height: auto;
    }

    .el_hallSearch_input {
        font-size: 15px;
        padding: 8px 40px 8px 8px;
    }

    .el_hallSearch_input_btn {
        right: 5px;
        padding: 8px;
    }

    .el_hallSearch_link {
        padding: 8px 0;
    }

    .el_topPachical_text {
        white-space: nowrap;
    }

    .el_topNewData_hallName {
        font-size: 16px;
    }

    .el_topPachical_num {
        font-size: 20px;
    }

    .el_topNewData_date {
        font-size: 16px;
    }

    .el_topNewData_td {
        font-size: 16px;
    }

    .el_topNewData_th {
        font-size: 12px;
    }

    .bl_topPmoney_works_tbl_title {
        font-size: 12px;
    }

    .bl_topPmoney_works_tbl_a_td {
        font-size: 16px;
    }

    .bl_topPmoney_works_tbl_w_td {
        font-size: 16px;
    }

    .el_topPmoney_machine_name {
        font-size: 12px;
    }

    .el_topPmoney_machine_number {
        font-size: 16px;
    }

    .el_topPmoney_top_syukei_period {
        font-size: 14px;
    }

    .el_topPmoney_top_sampleNum_head {
        font-size: 10px;
    }

    .el_topPmoney_top_sampleNum_number {
        font-size: 20px;
    }

    .el_topPmoney_top_sampleNum_body {
        font-size: 14px;
    }

    .el_topPmoney_top_item p {
        font-size: 14px;
    }

    .el_topPmoney_top_syukei {
        width: 57%;
    }

    .bl_aiRanking_item_name {
        font-size: 14px;
    }

    .bl_aiRanking_item_score {
        font-size: 16px;
    }

    .bl_topPmoney_works_tbl {
        font-size: 12px;
    }

    .el_topPmoney_top_syukei_note {
        font-size: 8px;
        white-space: pre-wrap;
    }
}