:root{
    --primary-color: #5cb5bb;
    --font-color: #006e7c;
}
body{
    margin: 0;
    background-color: #eee;
    font-family: 'Noto Sans JP', sans-serif;
}
/*//////////////////ヘッダー//////////////////*/
.grov-nav{/*固定ナビゲーション*/
    display: flex;
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 64px;
}
.grov-nav_left{
    display: flex;
    margin: 0 0 0 10vw;
    justify-content: flex-start;
}
.grov-nav_img{
    margin: 8px;
    height: 48px;
}
.grov-nav_img100{
    margin: 12px;
    margin-left: 20px;
    height: 40px;
}
.grov-nav_NKNS{
    font-size: 1.5vw;
    margin: 0.1vw 10px 0 30px;
    font-weight: 600;
}
.grov-nav_link{
    display: flex;
    margin: 0 0 0 1vw;
    height: 64px;
    font-size: 20px;
}
.grov-nav_linkBG{ /*背景の要素 */
    background-color: white;
    height: 64px;
    border-bottom: 4px solid white;
    position: relative;
    top: -83px;
    transition: 0.2s ;
    z-index: 1;
}
.grov-nav_linkItem-B,.grov-nav_linkItem-Y{/*リング文字要素(ホバー対象)*/
    color: black;
    text-decoration: none;
    display: inline-block;
    padding: 20px 8px;
    position: relative;
    top: 0px;
    font-size: 16px;
    z-index: 2;
}
.grov-nav_linkItem-B:hover +.grov-nav_linkBG{/*アニメーション要素ブルー(ボトムライン)*/
    background-color: white;
    top: -68px;
    border-bottom: 4px solid var(--font-color) ;
}
.grov-nav_linkItem-Y:hover +.grov-nav_linkBG{/*アニメーション要素イエロー(ボトムライン)*/
    top: -68px;
    border-bottom: 4px solid var(--primary-color);
}
.grov-nav_right{
    margin: 0 10vw 0 0;
    flex-grow: 1;
    text-align: end;
}
.grov-nav_sns{
    margin: 20px 16px;
    height: 24px;
}
.grov-nav_sns:hover{
    opacity: 0.5;
}
.drawer{
    display: none;
}
.nav-hidden{
    display: none;
}
.grov-nav_hbm{
    display: none;
}
/*//////////////メインコンテンツ//////////////*/
.body-inner{
    height: auto;
    display: block;
    text-align: center;
    padding-top: 64px;
    z-index: -1;
}
.main-content{
    margin: 0;
    padding: 0;
}
.hero{
    display: flex;
    height: 100vh;
}
.hero_over{
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    z-index: -1;
}
.hero_img{
    z-index: -3;
    width: 70vw;
    object-fit: cover;
}
.hero_img-title{
    display: flex;
    width: 70vw;
    height:100%;
    z-index: -2;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.hero_img-title_inner{
    width: 70vw;
    height: 100%;
}
.hero_img-title_1{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: white;
    font-size: 10vw;
    text-align: left;
    padding-left: 2vw ;
    position: absolute;
    top: 30%;
}
.hero_img-title_2{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: white;
    font-size: 2vw;
    padding-left: 2vw;
    text-align: left;
    position: absolute;
    top: 55%;
}
.hero_img-title_3{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: white;
    font-size: 2vw;
    padding: 0 0 128px 2vw;
    text-align: left;
    position: absolute;
    top: 60%;

}
.hero_txt{
    display: flex;
    background-color: white;
    width: 30vw;
    height: 100%;
    z-index: -3;
}
.hero_txt-inner{
    width: 100%;
    height: 100%;
}
.hero_txt-content1{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: black;
    font-size: 10vw;
    padding: 0 0 128px 1vw;
    text-align: left;
    position: absolute;
    top: 30%;
}
.hero_txt-content2{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: black;
    font-size: 3vw;
    padding: 0 0 128px 1vw;
    text-align: left;
    position: absolute;
    top: 18%;
}
.hero_txt-content3{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Shippori Mincho', serif;
    display: block;
    color: black;
    font-size: 3vw;
    padding: 0 0 128px 1vw;
    text-align: left;
    position: absolute;
    top: 55%;
}
.hero_txt-scroll{
    position: absolute;
    height: 100px;
    top: 83%;
    left: 83.5%;
}
.main-vis{
    margin: 3% 10vw;
    display: flex;
    background-color: white;
    align-items: center;
}
.main-vis_img{
height: 45vh;
}
.main-vis_txt{
    width: 100%;
    height: auto;

}
.main-vis_txt_1{
    text-align: left;
    display: block;
    margin: 0 8%;
    font-size: 36px;
    font-weight: 600;
    color: var(--font-color);
}
.main-vis_txt_2{
    text-align: left;
    display: block;
    margin:  2% 8% 0 8%;
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
}
.main-vis_txt_3{
    text-align: left;
    display: block;
    margin:  4% 8% 0 8%;
    font-size: 16px;
    font-weight: 600;
}
.Gmap{
    vertical-align: bottom;
}
.map-button, .map-button_inner, .map-button_a{
    display: none;
}

/*各種受付*/
.main-content_rec, .main-content_tog{
    height: calc(100vh - 304px);
    background-color: white;
    text-align: left;
}
.main-content_tog{
    height: auto;
    min-height: calc(100vh - 64px);
}
.main-title{
    background-color: var(--font-color);
    height: 72px;
    display: flex;
    align-items: center;
}
.main-title_2{
    background-color: var(--font-color);
    height: 72px;
    display: flex;
    align-items: center;
}
.main-title_a{
    margin-left: 10vw;
    font-size: 24px;
    font-weight: 600;
    color: white;
}
.main-txt_d{
    margin:20px 10vw 0 10vw;
    padding-bottom: 48px;
}
.main-txt_1{
    font-size: 18px;
}
.main-txt_2{
    margin: 24px 10vw;
    display: block;
    font-size: 24px;
    font-weight: 600;
    border-left: 4px solid var(--primary-color);
}
.main-txt_2y{
    margin: 24px 10vw;
    display: block;
    font-size: 24px;
    font-weight: 600;
    border-left: 4px solid var(--primary-color);
}
.main-txt_3{
    font-size: 18px;

}
.main-txt_4{
    margin: 24px 10vw ;
    display: block;
    font-size: 24px;
    font-weight: 600;
    border-left: 4px solid #FFCC2D;
}
.main-txt_mail{
    display: block;
    margin: 24px 10vw;
    font-size: 32px;
}
.twitter-outer{
    margin: 0 10vw;
    display: flex;
    justify-content: space-evenly;
    width: 80vw;
}
.Gmap-outer{
    margin: 0 10vw;
    height: 50vw;
}
.game-form{
    margin: 8px 0 0 0;
    border-top: 4px solid var(--primary-color);
    border-bottom: 4px solid var(--font-color) ;
    display: block;
    width: 400px;
    height: 56px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    text-decoration: none;
    color: white;
    background-color: var(--primary-color);
    font-weight: 600;
    transition: 0.1s;
}
.game-form:hover{
    border-top: 4px solid #ffffff ;
    border-bottom: 4px solid var(--primary-color);
}
/*//////////////////フッター//////////////////*/
.fotter{
    height: 200px;
    background-color: white;
    padding: 20px 10vw;
    display: flex;
    flex-direction: column;
}
.fotter-item{
    display: flex;
    flex-wrap: wrap;
}
.fotter-item_address{
    margin: 0 32px;
    display: block;
    font-size: 14px;
    text-align: left;
}
.fotter_logo{
    width: 200px;
    margin-right: 40px;
}
.fotter-item_menu{
    display: block;
    align-items: stretch;
    text-align: end;
    flex-grow: 1;
}
.fotter-item_menu_a{
    margin: 8px;
    color: black;
    text-decoration: none;
}
.fotter-item_menu_a:hover{
    color: #999999;
}
.CR{
    display: block;
    font-size: 12px;
    text-align: center;
    margin: auto 0 20px 0;
    align-items: flex-end;
}
.animationa{
    border: none;
}
.instagram-media{
    border: none !important;
}
.sns-panel{
    background-color: white;
    width: 100%;
    height: fit-content;
    padding: 5% 0;
}
.main-vis_filter{
    display: none;
}
.main-pic{
    margin-top: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-pic_1{
    margin-top: 3.3%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
}
.main-pic_img{
    height: 200px;
    margin-right: 8px;
}
.main-txt_d2{
    margin: 0 10vw;
    margin-top: 20px;
    padding-bottom: 48px;
}
.guest{
    display: flex;
    justify-content: space-between;
}
.guest-artist{
    margin: 0;
    width: 25vw;
}
.main-pic_art{
    width: 100%;
    vertical-align: bottom;
}
.artist-name{
    font-size: 32px;
    margin: 48px 0 8px 0;
    font-weight: 600;
    text-align: center;
}
.artist-date_out{
    font-size: 16px;
    margin: 0;
    margin-bottom: 8px;
    text-align: center;
}
.artist-hp_btn{
    display: flex;
    align-items: center;
    height: 48px;
    width: 25vw;
    color: white;
    background-color: var(--primary-color);
    margin: 8px 0 16px 0;
    border-bottom: 4px solid var(--font-color);
}
.artist-hp_btn:hover{
    border-bottom: none;
    border-top: 4px solid white;
}
.artist-hp{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0;
    text-decoration: none;
    text-align: center;
    color: white;
}

.main-qr{
    display: block;
    width: 30%;
    text-align: center;

}
.main-qr_img{
    width: 100%;
}
.main-qr_img:hover{
    opacity: 0.5;
}
.main-qr_sns{
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}
.M-main-sns{
    display: none;
}
.artist-date{
    font-size: 24px;
    margin: 8px 0;
    font-weight: 600;
    text-align: center;
}
.spon-name{
    text-align: center;
    margin: 16px 0;
    font-size: 32px;
    font-weight: 600;
}
.spon-name_noimg{
    font-size: 32px;
    font-weight: 600;

}
.main-logo, .main-logo2{
    height: 200px;
}
.main-logo_img{
    display: flex;
}
.main-logo_txt{
    text-align: center;
}
.main-logo_outer{
    margin-right: 160px;
}
.org-hall{
    width: 80vw;
    padding: 16px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 32px;
    background-color: #ffffff;
    color: var(--font-color);
}
.org-main{
    display: flex;
    width: 80vw;
    justify-content: space-between;
    flex-wrap: wrap;
}
.org-left, .org-right{
    width: 40vw;
}
.org-d{
    margin-top: 32px;
    padding: 16px 16px 16px 16px;
    width: 470px;
    background-color: white;
}
.org-inner{
    display: flex;
    margin-top: 16px;
}
.org-name{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.org-txt_d{
    margin-left:  16px;
}
.org-icon_d{
    display: flex;
}
.org-icon{
    margin: 0 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 4px 16px 6px 16px;
    width: fit-content;
}
.org-y{
    background-color: #FFEBAC;
}
.org-b{
    background-color: #c5eaf2;
}
.org-g{
    background-color: #c1ffc0;
}
.org-r{
    background-color: #ffd3d3;
}
.org-p{
    background-color: #dfd4ff;
}
.org-icon_place{
    font-size: 20px;
    font-weight: 600;
    margin: 0 6px 0 0;
    padding: 2px 0;
}
.org-img{
    width: 120px;
    height: 120px;
}
.org-txt{
    font-size: 16px;
}
.main-txt_d3{
    margin:20px 5vw 0 5vw;
    padding-bottom: 48px;
}
.org-main2{
    display: flex;
    width: 80vw;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 5vw 32px 5vw;
}
.spon-d{
    display: flex; 
    justify-content: space-between;
}
.panf-d{
    display:flex;
    align-items: center;
    height: 180px;
    background-color: white;
    margin: 0 10vw 64px 10vw;
    text-align: center;
}
.panf-form{
    margin: 0px auto 0 auto;
    border-top: 4px solid var(--primary-color);
    border-bottom: 4px solid var(--font-color) ;
    display: block;
    width: 400px;
    height: 56px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    text-decoration: none;
    color: white;
    background-color: var(--primary-color);
    font-weight: 600;
    transition: 0.1s;
}
/*1220px未満(標準画質)*/

@media screen and (max-width: 1219px) {
    .grov-nav_left{
        display: flex;
        margin: 0;
        justify-content: flex-start;
    }
    .grov-nav_right{
    margin: 0;
    flex-grow: 1;
    text-align: end;
    }
    .main-vis{
        margin: 5% 0 5% 0;
    }
    .fotter{
        background-color: white;
        height: 200px;
        padding: 20px 8px;
        display: flex;
        flex-direction: column;
    }
    .twitter-d{
        width: 326px !important;
    }
    .twitter-outer{
        margin: 5% auto;
    }
    .main-txt_d{
        margin:0 5vw;
        margin-top: 20px;
        padding-bottom: 48px;
    }
    .main-txt_2y{
        margin: 24px 5vw;
        display: block;
        font-size: 24px;
        font-weight: 600;
    }
    .main-txt_2{
        margin: 24px 5vw;
        display: block;
        font-size: 24px;
        font-weight: 600;
    }
    .main-txt_d2{
        margin: 0 5vw;
        margin-top: 20px;
        padding-bottom: 48px;
    }
    .main-logo_img{
        width: 90vw;
    }
    .main-logo_outer{
        width: fit-content;
        margin-right: 48px;
    }
    .main-logo, .main-logo2{
        width: 100%;
    }
}

/*975px未満(タブレット、スマホ)*/

@media screen and (max-width: 974px) {
    body{
        background-color: white;
    }
    .grov-nav_link{/*ナビゲーションリンクを非表示*/
        display: none;
    }
    .grov-nav{
        display: flex;
        position: fixed;
        background-color: #ffffff;
        width: 100%;
        height: 48px;
        bottom: 0;
    }
    .grov-nav_right{
        display: flex;
        justify-content: flex-end;
    }
    .grov-nav_sns{
        margin: 0;
        padding: 12px;
    }
    .grov-nav_img, .grov-nav_img100{
        margin: 8px;
        height: 32px;
    }
    /*ハンバーガーメニュー*/
    .drawer{
        display: block;
        width: 48px;
        text-align: center;
    }
    .nav-hidden{/*ハンバーガーメニューボタンのチェックボックス非表示*/
        display: none;
    }
    .drawer-nav{/*メニュー本体*/
        z-index: -2;
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0px;
        left: 100vw;
        background-color: #fff;
        transition: 0.1s;
    }
    .menu-btn{
        width: 48px;
        height: 48px;
    }
    .menu-btn_div{/*クリック用の空のdiv*/
        width: 48px;
        height: 48px;
    }
    .drawer-nav_txt{/*メニュー内のテキスト*/
        font-size: 6vw;
        color: black;
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 3vh;
    }
    .menu-btn_img{/*ハンバーガーメニューボタン画像デフォルト*/
        position: absolute;
        top: 0;
        margin: 8px 0 0 8px;
        height: 32px;
        width: 32px;
        background-image: url(./img/hbm1.svg);
        z-index: -1;
    }
    #nav-input:checked ~ nav{/*メニュー本体クリック後*/
        top: 0px;
        left: 0px;
        transition: 0.1s;
    }
    #nav-input:checked ~ .menu-btn_img{/*ハンバーガーメニューボタン画像クリック後*/
        background-image: url(./img/hbm2.svg);
    }
    .body-inner{
        padding-top: 0;
    }
    .hero_over{
        display: block;
        z-index: -1;
        top: 0;
    }
    .hero_img-title{
        width: 100%;
    }
    .hero_img{
        width: 100%;
    }
    .hero_txt{
        background-color: rgba(0,0,0,0);
    }
    .hero_txt-scroll{
        display: none;
    }
    .hero_img-title_1{
        font-size: 30vw;
        top: 5%;
    }
    .hero_img-title_2{
        font-size: 5vw;
        top: 32%;
    }
    .hero_img-title_3{
        font-size: 5vw;
        top: 36%;
    }
    .hero_txt-content1, .hero_txt-content2, .hero_txt-content3{
        color: white;
    }
    .hero_txt-content1{
        font-size: 30vw;
        top: 50%;
    }
    .hero_txt-content2{
        font-size: 5vw;
        top: 45%;
    }
    .hero_txt-content3{
        font-size: 5vw;
        top: 78%;
    }
    .Gmap-outer{
        height: 50vh;
    }
    .main-vis{
        position: relative;
        margin: 5% 0;
        height: 800px;
        z-index: -3;
    }
    .main-vis_img{
        display: block;
        object-fit: cover;
        width: 100vw;
        height: 800px;
        z-index: -2;
    }
    .main-vis_filter{
        display: block;
        position: absolute; 
        background-color: #00000080; 
        height: 800px; 
        width: 100%;
    }
    .main-vis_txt{
        background-color: #ffffffe0;
        position: absolute;
        color: black;
        padding: 20px 0;
        z-index: -1;
    }
    .main-vis_txt_2{
        line-height: 35px;
    }
    .map-button, .map-button_tog{
        display: block;
        text-align: center;
        height: fit-content;
        background-color: white;
        /*padding: 8px 0 50px 0;*/
    }
    .map-button_tog{
        margin: 0 10vw;
    }
    .map-button_inner{
        display: block;
        height: 48px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .map-button_a{
        width: 100%;
        height: 100%;
        background-color: #1a73e8;
        display: flex;
        align-items: center;
        justify-content: center;
        /*border-radius: 10px;*/
        text-decoration: none;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 120%;
        color: white;
    }
    .sns-panel{
        display: none ;
    }
    .main-content_rec{
        height: 1000px
    }
    .main-txt_2{
        margin: 24px ;
    }
    .main-txt_d{
        margin: 24px;
    }
    .main-txt_mail{
        font-size: 4.5vw;
    }
    .Gmap-outer{
        margin: 0;
        height: 70vh;
    }
    .map-button_tog{
        margin: 0;
    }
    .Gmap{
        height: 70vh;
    }
    .main-txt_d{
        margin:0 5vw;
        margin-top: 20px;
        margin-bottom: 48px;
    }
    .main-txt_d2{
        margin-top: 20px;
        padding-bottom: 160px;
    }
    .main-txt_2y{
        margin: 24px 5vw;
        display: block;
        font-size: 24px;
        font-weight: 600;
    }
    .main-pic{
        display: none;
    }
    .guest{
        display: block;
    }
    .guest-artist{
        margin: 0;
        width: 90vw;
    }
    .main-pic_1{
        display: none;
    }
    .main-pic_art{
        vertical-align: middle;
    }
    .M-main-sns{
        margin: 8px 0 0 0;
        border-bottom: 4px solid var(--font-color) ;
        display: block;
        width: 90vw;
        height: 56px;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        text-decoration: none;
        color: white;
        background-color: var(--primary-color);
        font-weight: 600;
    }

    .fotter{
        background-color: white;
        padding: 20px 8px 48px 8px;
        text-align: center;
    }
    .fotter-item{
        justify-content: center;
    }
    .fotter_logo{
        height: 50px;
        margin: 0 0 24px 0;
    }
    .fotter-item_address, .fotter-item_menu{
        display: none;
    }
    .game-form{
        margin: 8px 0 0 0;
        border-top: 4px solid var(--primary-color);
        border-bottom: 4px solid var(--font-color) ;
        display: block;
        width: 90vw;
        height: 56px;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        text-decoration: none;
        color: white;
        background-color: var(--primary-color);
        font-weight: 600;
    }
    .artist-hp_btn{
        display: none;
    }
    .main-pic_img{
        width: 30vw;
        margin: 0px;
        height: 30vw;
        vertical-align: middle;
    }
    .main-logo_img{
        display: block;
    }
    .main-logo_outer{
        width: 90vw;
    }
    .main-logo{
        width: 100%;
        height: auto;
    }
    .main-logo2{
        width: 100%;
    }
    .main-logo_txt{
        margin: 16px 0 40px 0;
    }
    .spon-d{
        display: block !important;
    }
    .spon-img{
        width: 90vw !important;
    }
    .spon-txt{
        padding: 0 !important;
        margin: 0 auto !important;
        width: 90vw !important;
    }
    .spon-name_noimg{
        width: 200px;
        margin: 32px auto;
    }
    .org-main2{
        padding: 0;
    }
    .org-inner{
        display: block;
    }
    .org-d{
        padding: 0;
    }
    .org-main2{
        background-color: white !important;
    }
    .org-hall{
        padding: 0;
    }
    .org-txt_d{
        margin: 0;
    }
    .main-txt_3{
        margin-left: 0px !important;
    }
}
