@charset "UTF-8";

/*! CSS Used from: https://akicos-group.jp/event/miss_heaven_2024/file/css/reset.css ; media=all */
* {
    box-sizing: border-box;
}
@media all {
    body,
    div,
    span,
    iframe,
    h1,
    h3,
    p,
    a,
    img,
    small,
    i,
    dl,
    dt,
    dd,
    ul,
    li,
    aside,
    footer,
    header,
    nav {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    aside,
    footer,
    header,
    nav {
        display: block;
    }

    body {
        line-height: 1;
    }

    ul {
        list-style: none;
    }
}

/*! CSS Used from: https://akicos-group.jp/event/miss_heaven_2024/file/css/main.css?20240933 ; media=all */
@media all {
    body {
        position: relative;
        font-family: "Noto Serif JP", serif;
    }

    body::-webkit-scrollbar {
        width: 0.5em;
    }

    body::-webkit-scrollbar-track {
        display: none;
    }

    body::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    img {
        width: 100%;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 5;
        display: none;
    }

    .area {
        display: none;
    }

    .about_miss_heaven {
        position: fixed;
        background-color: #1c1b1b;
        color: white;
        top: 2vh;
        right: 0;
        left: 0;
        margin: auto;
        height: 95vh;
        z-index: 8;
        box-sizing: border-box;
        line-height: 1.7;
        width: 72vw;
        padding: 4vw 9vw;
        overflow-y: scroll;
    }

    .about_miss_heaven dl dt {
        color: #ddae1f;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        padding-bottom: 6px;
        margin-bottom: 6px;
        font-size: 22px;
    }

    .about_miss_heaven dl dd {
        font-size: 18px;
    }

    .about_miss_heaven .__detail {
        display: block;
        background: #d7c5ff;
        text-align: center;
        margin: 20px 120px;
        padding: 20px 0;
        border-radius: 38px;
        letter-spacing: 1px;
        font-size: 20px;
        color: #1c1b1b;
    }

    header {
        top: 0;
        right: 0;
        z-index: 2;
        width: 100%;
    }

    .wrapper {
        margin: 0 auto;
    }

    .about_miss_heaven_bg {
        padding: 2vw 0;
    }

    .about_miss_heaven_btn.__text {
        border: 1px solid #ccc;
        background: #f1e767;
        background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
        background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
        background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
        -webkit-box-shadow: inset 1px 1px 1px #fff;
        box-shadow: inset 1px 1px 1px #fff;
    }

    .about_miss_heaven_btn.__text:hover {
        background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
        background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
        background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
    }

    .about_miss_heaven_btn2.__text {
        color: #fff;
        border: 2px solid #b7940e;
        background-image: linear-gradient(90deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
        -webkit-box-shadow: inset 1px 1px 1px #fff;
        box-shadow: inset 1px 1px 1px #fff;
    }

/*    .about_miss_heaven_btn.__text:hover {
        background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
        background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
        background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
    }*/

    .search {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 5;
    }

    .areas {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin-top: -1px;
        padding: 0 5px;
        padding-bottom: 10px;
        gap: 4px;
        align-items: center;
    }

    .areas li {
        text-align: center;
        background: #6b6767;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #858585;
        border-radius: 7px;
        font-weight: bold;
        font-size: 5vw;
        padding: 13px 0 10px;
        height: 8vw;
        font-size: 4.6vw;
    }

    .areas li:last-of-type {
        border-right: none;
    }

    .areas li.active {
        background: #fd3d3d;
        color: #fff;

    }

    .area_shops {
        background: rgba(0, 0, 0, 0.7);
        color: #a52a2a;

    }

    .area_shops a{
   
        color: #222;

    }

    .add_count_num {
        color: #b7940e;
        margin: 0 5px;
    }

    .add_count_text {
        font-size: 20px;
    }

    #cast_slider .staff_nickname {
        background: #6b0f0f;
        color: #f1f1f1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 20px 10px;
        text-align: center;
        font-size: 3.6vw;
        letter-spacing: 0.5rem;
    }

    .cast_name {
        background: #b7940e;
        color: #111;
        font-size: 3vw;
        padding: 1.6vw;
        height: 7vw;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.4;
        text-align: center;
    }
    .award {
        background: #000;
        color: #fff;
        font-size: 3vw;
        padding: 1.6vw;
        height: 7vw;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.4;
        text-align: center;
    }


    .splide__slide {
        border: 1px solid #ddae1f;
    }

    .area {
        display: none;
        padding: 19.4px 20px;
        line-height: 2.6;
        width: 100%;
        box-sizing: border-box;
        font-size: 4.5vw;
    }

    .cast_slider_area,
    .area {
        background: #000;
        background-size: 58px 58px;
        background-position: 0 0, 29px 29px, 30px 29px, 59px 59px;
    }

    .cast_slider_area {
        margin-top: -3px;
        padding-bottom: 6vw;
    }

    .cast_list {
        display: grid;
        grid-template-columns: repeat(2, 49%);
        gap: 3vw 2%;
        background: #c4c4c4;
        padding: 6px;
        padding-bottom: 11vw;
        margin-bottom: 20px;
    }

    .cast_list img {
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .shop_name {
        text-align: center;
        font-size: 16px;
        padding: 16px 0 18px;
        background: aquamarine;
    }

    .shop_name_all {
        color: #fff;
        text-align: center;
        font-size: 2.2vw;
        padding: 16px 0 18px;
    }

    .shop_name {
        background: #ff24b9;
        font-size: 1.6vw;
        box-shadow: 0px 0px 15px -5px #777777;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.3vw;
    }






    .icon_img {
        width: 2vw;
    }

    #cast_view {
        margin: 10px;
    }

    .area_shops h3 {
        text-align: center;
        padding: 14px 0;
        border-radius: 15px 15px 0 0;
        color: #fff;
        /*        font-weight: bold;*/
        font-size: 5.1vw;
    }

    .acc_css {
        position: fixed;
        top: 2px;
        right: 2px;
        width: 13vw;
        height: 10vw;
    }

    .acc_menu.active aside {
        border-bottom: 1px dashed;
        font-weight: bold;
    }

    .acc_menu_btn.acc_css.acc_open_close_btn {
        z-index: 7;
    }

    .acc_menu {
        /*    background: #000;*/
        color: #a52a2a;
        text-align: left;
        padding: 28px 20px;
        line-height: 3;
        font-size: 16px;
        position: fixed;
        top: 0;
        right: -82vw;
        height: 100vh;
        z-index: 6;
        overflow: hidden;
        width: 71vw;
        overflow-y: auto;
        transition: right 0.3s ease;
    }


    .acc_menu a:hover {
        color: #222;
    }

    .acc_menu a {
        color: #a52a2a;
    }

    .acc_menu.active {


        right: 0;
    }

    .acc_menu_close_btn {
        position: absolute;
        top: 0;
        right: 266px;
        width: 60px;
        height: 40px;
    }






    .about_miss_heaven_close_btn {
        background: #d7c5ff;
        position: fixed;
        top: 0.4vw;
        margin-top: 1vw;
        left: 78.4vw;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1c1b1b;
    }

    .shop_name {
        font-weight: bold;
        color: #fff;
        font-size: 1.6vw;
        background: none;
        letter-spacing: 0.2rem;
    }

    #schedule .shop_name {
        background: #4a0001;
        /*        font-size: 1.6vw;*/
    }

    #cast_scroll {
        background: rgba(255, 255, 255, 0.5);
    }

    .cast_info .staff_nickname {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 15px;
        color: #fff;
        text-align: center;
        margin-top: -4px;
        font-size: 1.2rem;
        background: #8c3030;
    }

    .area aside {
        display: none;
    }

    .acc_menu ul {
        margin-bottom: 90px;
    }

    footer {
        background: #111;
        margin: 0;
        text-align: center;
        color: #fff;
        padding: 20px 10px;
        line-height: 1.5;
        letter-spacing: 0.9px;
        font-size: 12px;
        padding-bottom: 114px;
    }

    footer div {
        margin-bottom: 30px;
    }

    .cast_slider_area .shop_name {
        padding: 10px 0;
    }


    .shop_id_3,
    .shop_id_13,
    .shop_id_42,
    .shop_id_69,
    .shop_id_105 {
        background: #f36fca;
    }

    .bg_id_3,
    .bg_id_13,
    .bg_id_42,
    .bg_id_69,
    .bg_id_105 {
        background: rgba(247, 121, 207, 0.3);
    }


    .shop_id_6,
    .shop_id_83,
    .shop_id_36,
    .shop_id_9,
    .shop_id_39 {
        background: #333;
    }

    .bg_id_6,
    .bg_id_83,
    .bg_id_36,
    .bg_id_9,
    .bg_id_39 {
        background: rgba(68, 68, 68, 0.3);
    }


    .shop_id_18, .shop_id_21 {
        background: #ff9d30;
    }

    .bg_id_18 {
        background: rgba(255, 191, 118, 0.3);
    }






    @media screen and (min-width:768px) {
        .center_column {
            width: 58vw;
            margin: 0 auto;
        }

        .wrapper {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            background-image: url(https://akicos-group.jp/event/miss_heaven_2024/file/img/miss_heaven/bg.jpg);
        }

        .cast_list {
            grid-template-columns: repeat(4, 24.5%);
            padding-bottom: 50px;
            gap: 1vw 0.6%;
        }

        .about_miss_heaven_btn.__text {
            display: flow-root;
            width: 90%;
            font-size: 3.5rem;
            padding: 60px 20px;
            margin: 30px auto;
            text-align: center;
            box-shadow: 0 0 10px;
            letter-spacing: 0.5rem;
        }

       .about_miss_heaven_btn2.__text {
            display: flow-root;
            width: 90%;
            font-size: 3.5rem;
            padding: 60px 20px;
            margin: 30px auto;
            text-align: center;
            box-shadow: 0 0 10px;
            letter-spacing: 0.5rem;
        }

        .search {
            position: sticky;
            top: 0;
            height: 100vh;
            margin: 0 auto;
        }

        .area {
            display: block;
            padding: 0 40px 13px;
            box-sizing: border-box;
            background: none;
            font-size: inherit;
        }

        .area li {
            padding-left: 20px;
            font-size: 0.85vw;
        }

        .areas {
            display: none;
        }

        ul.area.tokyo_view.area_view_0,
        ul.area.saitama_view.area_view_1,
        ul.area.sendai_morioka_view.area_view_2 {
            height: auto;
        }

        .area aside {
            display: block;
            font-size: 1vw;
        }

        .acc_menu aside {
            border-bottom: 1px dashed #222;
        }

        .acc_menu {
            position: sticky;
            top: 0;
            width: auto;
            font-size: 1.2rem;
        }

        .acc_css {
            display: none;
        }

        .acc_menu dl {
            background: brown;
            padding: 0 10px 0;
            margin-bottom: 50px;
            border-radius: 10px;
        }

        .acc_menu ul {
            margin-bottom: 30px;
            margin-left: 20px;
        }

        .about_miss_heaven_close_btn {
            width: 60px;
            height: 60px;
            padding: 0;
            border-radius: 50px;
        }

        .search_view {
            background: none;
        }

        .area_shops {
            background: none;
        }

        .area_shops h3 {
            background: none;
            border-radius: 0;
            padding: 2vw 0 3px;
            font-size: 16px;
        }

        .left-side_column {
            /* background-color: #6b0f0f; */
            background-size: 58px 58px;
            background-position: 0 0, 29px 29px, 30px 29px, 59px 59px;
        }

        .search_view {
            height: 100vh;
        }

        .area_shops h3 span {
            display: block;
            border: 1px solid #fff;
            margin: 10px 14px;
            padding: 10px 0;
            border-radius: 20px;
            font-weight: 100;
            color: #fff;
        }

        #cast_slider .staff_nickname {
            font-size: 1.2rem;
        }

        .cast_name {
            font-size: 1.1rem;
            height: 24px;
            padding: 10px 0;
        }
        .award {
            font-size: 1.1rem;
            height: 24px;
            padding: 10px 0;
        }


        .cast_slider_area {
            padding-bottom: 30px;
        }

        .cast_list img {
            height: auto;
        }

        .about_miss_heaven {
            width: 67%;
            padding: 60px 130px;
            overflow-y: scroll;
        }

        footer {
            padding-bottom: 20px;
        }
    }

    @media screen and (max-width:767px) {
        .shiny-btn {
            position: relative;
            display: block;
            width: 100%;
            text-align: center;
            text-decoration: none;
            color: #fff;
            overflow: hidden;
        }

        .about_miss_heaven dl dt {
            font-size: 20px;
        }

        .about_miss_heaven dl dd {
            font-size: 15px;
        }

        .shiny-btn::after {
            content: '';
            position: absolute;
            top: -100px;
            left: -100px;
            width: 50px;
            height: 50px;
            background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
            animation-name: shiny;
            animation-duration: 1.5s;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
        }


        .shop_name_all {
            font-size: 5.2vw;
            font-weight: bold;
        }

        .shop_name {
            font-size: 5vw;
            font-weight: bold;
        }

        .icon_img {
            width: 7vw;
        }

        .cast_info .staff_nickname {
            font-size: 5vw;
        }

        .about_miss_heaven_btn.__text {
            text-align: center;
            padding: 5vw 1vw;
            width: 90vw;
            margin: auto;
            margin-top: 3vw;
            border-radius: 1vw;
            font-size: 1.4rem;
        }

        .about_miss_heaven_btn2.__text {
            text-align: center;
            padding: 5vw 1vw;
            width: 90vw;
            margin: auto;
            margin-top: 3vw;
            border-radius: 1vw;
            font-size: 1.4rem;
        }





        .acc_menu {
            background: rgba(0, 0, 0, 0.8);
            height: 140vh;
        }

        .about_miss_heaven {
            width: 100%;
            padding: 9vw 5vw;
            height: 100vh;
            overflow: scroll;
            top: 0;
        }

        .about_miss_heaven_close_btn {
            top: 1vw;
            left: 88vw;
            border-radius: 30px;
            width: 10vw;
            height: 10vw;
        }
    }

    @media screen and (max-width:480px) {
        .pc {
            display: none;
        }

    }

    @media screen and (min-width:768px) {
        .sp {
            display: none;
        }




    }

    a {
        text-decoration: none;
        color: #fff;
    }

    .cast_list a {
        color: #0e34a3;
    }
}

/*! CSS Used from: https://cdn.jsdelivr.net/npm/@splidejs/splide@latest/dist/css/splide.min.css */
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide {
    position: relative;
    visibility: hidden;
}

.splide.is-initialized {
    visibility: visible;
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
    outline: 0;
}



/*! CSS Used from: Embedded */
.splide__slide img {
    height: auto;
    width: 100%;
}


#schedule {
    margin-bottom: 50px;
}

.kikan_box {
    background: linear-gradient(180deg, #222 0%, #222 50%, #fff 50%, #fff 100%);
    width: 80%;
    font-size: 2rem;
    text-align: center;
    margin: 10px auto;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #222;
}

.kikan_cont {
    color: #fff;
    padding: 30px 0px;
    letter-spacing: 0.8rem;
}

.kikan_data {
    color: #222;
    padding: 30px 0px;
    letter-spacing: 0.3rem;
}

.cursor {
    font-size: 2rem;
    text-align: center;
    color: #dc0303;
}



@media screen and (max-width:480px) {



    .kikan_box {
        background: linear-gradient(180deg, #222 0%, #222 50%, #fff 50%, #fff 100%);
        width: 90%;
        font-size: 5vw;
        text-align: center;
        margin: 10px auto;
        height: 100%;
        border-radius: 10px;
        border: 1px solid #222;
    }

    .kikan_data {
        color: #222;
        padding: 30px 0px;
        letter-spacing: 0.1rem;
    }

    .cursor {
        font-size: 2rem;
        text-align: center;
        color: #dc0303;
    }


    .acc_menu {
        /*    background: #000;*/
        color: #fff;
        text-align: left;
        padding: 28px 20px;
        line-height: 3;
        font-size: 16px;
        position: fixed;
        top: 0;
        right: -82vw;
        height: 100vh;
        z-index: 6;
        overflow: hidden;
        width: 71vw;
        overflow-y: auto;
        transition: right 0.3s ease;
    }


    .acc_menu a:hover {
        color: #dc0303;
    }

    .acc_menu a {
        color: #fff;
    }


    .about_miss_heaven .__detail {
        display: block;
        background: #d7c5ff;
        text-align: center;
        margin: 20px 10px;
        padding: 20px 0;
        border-radius: 38px;
        letter-spacing: 1px;
        font-size: 20px;
        color: #1c1b1b;

    }

}