body.renew{
    background-color: #f3f3f3;
}

img{
    max-width: 100%;
    height: auto;
}
#shadowBg{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
}

#wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.headerBtn {
    position: absolute;
    top: 18px;
    left: 15px;
    z-index: 3;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.headerBtn,
.headerBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.headerBtn.open{
	top: 11px;
}

.headerBtn span {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
}
.headerBtn span:nth-of-type(1) {
	top: 0;
}
.headerBtn span:nth-of-type(2) {
	top: 5px;
}
.headerBtn span:nth-of-type(3) {
	top: 10px;
}
.headerBtn.open span:nth-of-type(1) {
	top: 12px;
	transform: rotate(45deg);
}
.headerBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.headerBtn.open span:nth-of-type(3) {
	top: 12px;
	transform: rotate(-45deg);
}

header {
    background-color: #8f0000;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #FFFFFF;
    position: fixed;
    z-index: 10000000;
    width: 100%;
}
.headerInner{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.headerSearch {
    float: left;
    margin-left: 20px;
    display: inline-block;
    margin-top: 4px;
}
.headerSearch i {
    color: #ae4646;
    font-size: 19px;
    padding: 8px;
}
.headerSearch label{
    float: left;
}

.search-field{
    background-color: #a02626;
}
.headerSearch form {
    border-radius: 30px;
    overflow: hidden;
    background-color: #a02626;
}
.headerSearch .labelSticker{
    display: block;
    float: left;
}
.headerSearch input[type=search] {
    padding: 11px 11px 11px 90px;
    border: none;
    min-width: 370px;
    color: #FFFFFF;
}

.headerSearch input::placeholder{
    color: #ae5454;
}
.headerSearch button{
    background-color: #a02626;
    border: none;
}


.headerLogo {
    position: absolute;
    right: 0;
    top: 0px;
    width: 170px;
}
.headerLogo img{
    width: 100%;
    height: auto;
}
header::after{
    clear: both;
    content: '';
    display: block;
}



.megaMenu{
    background-color: #570000;
    color: #FFFFFF;
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    z-index: 10000;
    top: 85px;
    display: none;
}
.megaMenuInner{
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 140px;
}
.megaMenuLeft ul{
    display: grid;
    grid-template-columns: 33.33333% 33.33333% 33.33333%;
    grid-gap: 20px;
}
.megaMenuLeft li{

    border-bottom: solid 1px #8a4d4d;
}
.megaMenuLeft li a{
    color: #FFFFFF;
    display: block;
    padding-top: 10px;
    padding-bottom: 30px;
}
.headerLinkList {
    margin-left: 50px;
    float: left;
}
.headerLinkList li {
    display: inline-block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.headerLinkList li a{
    color: #FFFFFF;
}
.headerLinkList li a em{
    display: block;
    font-weight: bold;
}
.megaMenuSnsBox{
    padding-left: 70px;
}
.megaMenuSnsBox li{
    padding-bottom: 20px;
}
#mainBg {
    /*height: calc(100vh - 85px);*/
    position: relative;
    padding-top: 145px;
    background: url(img/mesh8.png) repeat 0px 0px;
    overflow: hidden;
}


p.scrolldown{
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -30px;
}

.updown {
    animation: updown 1s infinite ease;
    -webkit-animation: updown 1s infinite ease; 
    -moz-animation: updown 1s infinite ease;
}

@keyframes updown{
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -5px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-webkit-keyframes updown{
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -5px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes updown{
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -5px);}
    100% {-moz-transform:translate(0, 0);}
}

a#sound_button {
    position:  absolute;
    bottom:  50px;
    right: 100px;
}

a#sound_button2 {
    position: absolute;
    bottom: 50px;
    right: 52px;
}
            
a#sound_button img{
    width:36px;
}
            
a#sound_button2  img{
    width:36px;
}
#wrapperAll::after{
    content: '';
    clear: both;
    display: block;
}
#wrapperAllLeft{
    width: 800px;
    float: left;
}
#wrapperAllLeft.wrapperRanking{
    width: 100%;
}
#wrapperAllRight{
    width: 300px;
    float: right;
}
.headmenu_simple{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background-color: #a31717;
}
.headmenu_simple_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    gap: 20px;
}
.headmenu_simple_inner_right_menu ul{
    color: #fff;
    display: flex;
    gap: 20px;
}
.headmenu_simple_inner_right_menu ul li{
    list-style: none;
    padding-left: 20px;
}
.headmenu_simple_inner_right_menu ul li a{
    text-decoration: none;
    color: #fff;
}
.headmenu_simple_inner_left{
    display: flex;
    align-items: center;
    gap: 10px;
}
.headmenu_simple_inner_left_logo{

}
.headmenu_simple_inner_left_title{
    font-size: 1.2em;
    font-weight: bold;

}
#rankingHostList .imgBox img {
    width: 100%;
}

.hikkiTitle{
    position: relative;
}
h2.hikkiTitle{
    background-color: transparent;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
}
h2.hikkiTitle::after{
    content: '';
    clear: both;
    display: block;
}


h2.hikkiTitle img {
    float: left;
    max-height: 70px;
}
h2.hikkiTitle span {
    margin-left: 20px;
    padding-top: 30px;
    display: inline-block;
}
#wrapperst{
    background-color: #f3f3f3;
}
#wrapperAll{
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.topTopicsList{
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    box-sizing: border-box;

}
.topicsContents li .imgBox{
    position: relative;
}

.topicsContents li:first-child .textContentsBox::before{
    content: 'NEW';
    background-color: #d41b1b;
    color: #FFFFFF;
    padding: 27px 20px;
    border-radius: 50px;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
}
.topicsContents li:first-child .imgBox{
    float: left;
    width: 495px;
}
.topicsContents li:first-child{
    margin-bottom: 20px;
}
.topicsContents li:first-child::after{
    content: '';
    display: block;
    clear: both;
}
.topicsContents li:first-child .textContentsBox {
    margin-left: 520px;
    position: relative;
    padding-top: 150px;
    margin-top: 0px;
}
.topicsContents li:nth-child(2){
    clear: both;
}
p.date{
    color: #939393;
}
.topicsContents li:first-child h3{
    font-size: 18px;
}
.topicsContents h3{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}


.topicsContents li:nth-child(n + 2){
    width: 30%;
    margin-right: 3%;
    float: left;
}
.topicsContents::after{
    content: '';
    display: block;
    clear: both;
}

.labelSticker,
a .labelSticker{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #f5d7d7;
    color: #d41b1b;
    display: inline-block;
    border-radius: 15px;
    font-size: 12px;
}

#topics{
    margin-bottom: 30px;
}

#topRanking{
    margin-bottom: 30px;
}
#topRanking #rankingHostList li:nth-child(n + 10){
    display: none;
}

#topRanking .salesKumisuuBox{
    max-width: none;
}

#topRanking .salesKumisuuBox .selectInput{
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-gap: 30px;
}
.selectInput li{
    background-color: #FFFFFF;
}
.newRankingHostBox h2{
    padding: 19px 15px 19px 19px;
}

.slick-next::before{

}

.slick-prev::before {
    content: url(../img/arrow_prev.svg);
}


.slick-next::before {
    content: url(../img/arrow_next.svg);
}

#mainV {
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 80px;
}

#mainV .slick-next{
    right: 20px !important;
    top: 42% !important;
}
#mainV .slick-prev{
    left: 20px !important;
    top: 42% !important;
}
#pickUpHost .slick-dots{
    display: block;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#pickUpHost .imgBox{
    margin-bottom: 10px;
}
#pickUpHost{
    margin-bottom: 40px;
}
.slick-dots{
    position: relative;
}

.pickUpHostSlide {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 45px 45px 15px 45px;
    background-image: url(/groupdandy/wp-content/themes/groupdandy/img/ranking_host_box_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
}
.pickUpHostWrapper {
    padding: 30px 30px 60px 60px;
    background-color: #FFFFFF;
    background-color: #FFFFFF;
    padding: 45px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.pickUpHostWrapper .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.pickUpHostWrapper .redBtnBox {
    text-align: center;
    padding-top: 0px;
}

.slick-list{
    border:none;
}

.wrapPickUpHost h3{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.wrapPickUpHost{
    text-align: center;
}

.eventListBoxWrapper{
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.eventListBox{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.eventListBox time{
    color: #939393;
    font-size: 12px;
}
.eventListBox h4{
    margin-bottom: 6px;
}



.redBtnBox {
    text-align: center;
    padding-top: 20px;
}
.redBtn{
    padding: 10px 50px;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    background-color: #d41b1b;
}
.topMovieWrapper {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 40px;
}


.movieBoxIn iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


.slick-dots{
    bottom: auto;
}

.slick-prev, .slick-next{
top: 41%;
}



.topMovieWrapper .textContents{
    text-align: center;
}
.topMovieWrapper .textContents time{
    font-size: 12px;
    color: #939393;
}

.topMovieWrapper .textContents h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.topMovieWrapper .textContents dd{
    font-weight: bold;
}


#topMovie .redBtnBox{
    padding-top: 0;
}

.topSnsContentsWrapper{
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:20px;
    max-height: 600px;
    overflow: auto;
}



/* sidebar */
.hotKey li{
    margin-bottom: 10px;
}
time{
    color: #939393;
    font-size: 12px;
}
#wrapperAllRight h4{
    font-size: 20px;
    font-weight: bold;
}

#asideRandom{
    margin-bottom: 20px;
}
.tabStaff {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 20px;
}
.tabStaff li{
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
}
.tabStaff li.select{
    background-color: #000;
    color: #FFFFFF;
    margin-bottom: 0;

}
.sideBanner{
    margin-bottom: 30px;
}
.sideBanner img{
    width: 100%;
    height: auto;
}
.sideBanner2 img{
    width: 100%;
    height: auto;
}

#wrapperAllRight .subText{
    margin-bottom: 10px;
    display: block;
}
.staffAccess{
    margin-bottom: 20px;
}
#hotWord{
    margin-bottom: 20px;
}
.Arank{
    margin-bottom: 20px;
}
.newsThum{
    float: left;
    margin-right: 10px;
}
.Arank ul li::after{
    content: '';
    display: block;
    clear: both;
}
.newsWrap::after{
    content: '';
    display: block;
    clear: both;
}

.newsThum {
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
    max-width: 120px;
}

.newsWrap.clearfix {
    /* padding: 12px 0 13px 7px !important; */
    border-bottom: none !important;
}
p.hostArea {
    font-size: 10px;
    color: #939393;
    font-weight: normal;
    margin-bottom: 1px;
    letter-spacing: 0.12em;
}
p.ArankKana {
    font-weight: normal;
    color: #939393;
    font-size: 10px;
    margin-top: 16px;
    letter-spacing: 0.1em;
}
.ttlBox{
    display: grid;
    grid-template-columns: 60% 1fr;
    margin-bottom: 15px;
}
.ttlBox p{
    text-align: right;
}


/* footer */
footer{
    background-color: #8f0000;
}
.footerInner{
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #FFFFFF;
}
.footerInner a{
    color: #FFFFFF;
}
.footerA{
    margin-bottom: 90px;
}
.footerA::after{
    content:'';
    display: block;
    clear: both;
}
.footerSnsBtn{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
.footerSnsBtn img {
    width: 90px;
}
.footerA h3{
    font-size: 20px;
}
.footerA h3 span{
    font-size: 16px;
    display: block;
}

.footerTitle,
.footerSnsBtn,
.footerBtn{
    float: left;
}
.footerTitle, .footerSnsBtn{
    float: left;
    margin-right: 40px;
}
.footerTitle{
    padding-top: 15px;
}

.footerTitle.contact a{
    display: grid;
    grid-template-columns: 1fr 30px;
    grid-gap: 20px;
}
.footerTitle.contact a{
    padding-top: 10px;
}

.footerBBox{
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: 1fr; 
    grid-gap: 30px;
    margin-bottom: 90px;
}
.footerBBox h3 {
    color: #FFFFFF;
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
}
.footerBBox h3 span{
    display: inline-block;
    padding-right: 10px;
    background-color: #8f0000;
    z-index: 1;
    position: relative;
}
.footerBBox h3::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.footerBBoxL ul,
.footerBBoxR ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footerBBoxL ul li,
.footerBBoxR ul li{
    margin-bottom: 20px;
    
}
.footerBBoxL ul li a,
.footerBBoxR ul li a{
    color: #FFFFFF;    
}

.footerBtn img{
    width: 24px;
    height: auto;
}

.footerBtn {
    margin-top: 10px;
    border: solid 2px #FFFFFF;
    border-radius: 50px;
    padding: 10px 20px;
    margin-left: 20px;
    min-width: 130px;
}
.footerBtn img {
    width: 24px;
    height: auto;
    display: block;
    float: left;
    margin-right: 10px;
    padding-top: 10px;
}



.copyRights{
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
}



.tabSearch {
    position: absolute;
    background-color: #690b0c;
    padding-left: 11px;
    padding-top: 13px;
    font-size: 12px;
    padding-right: 19px;
    padding-bottom: 10px;
    border-radius: 0px 0 15px 15px;
    z-index: 2;
    display: none;
    top: 26px;
    min-width: 52px;
}

.tabSearchSelected {
    padding-right: 20px;
    position: absolute;
    background-color: #690b0c;
    border-radius: 30px 0 0 30px;
    font-size: 11px;
    padding-top: 13px;
    cursor: pointer;
    z-index: 3;
    padding-bottom: 13px;
    width: 52px;
    padding-left: 10px;
    line-height: 1;
}
.tabSearchSelected::before {
    content: '▲';
    transform: rotate( 
180deg
 ) scale(0.5);
    position: absolute;
    font-size: 10px;
    top: 14px;
    right: 5px;
}
.tabSearchSelected.opening{
    transform: rotate(0) scale(0.7);
}


.tabSearch li{
    cursor: pointer;
    margin-bottom: 10px;
}

.tabSearch .select {
    margin-bottom: 10px;
    display: none;
}
.tabSearch li:last-child{
    margin-bottom: 0;
}

video, #top_main_movie{
    max-height: calc(100vh - 85px);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}




    _:lang(x)+_:-webkit-full-screen-document, .headerSearch input[type=search] {
    padding: 6px 11px 6px 90px;
    border: none;
    min-width: 370px;
    color: #FFFFFF;
}

_:lang(x)+_:-webkit-full-screen-document,  .headerSearch i {
        color: #ae4646;
        font-size: 18px;
        padding: 5px;
}

/* bottom page renew */

.renewMember{
    padding-top: 85px;
}
.renewMain{
    padding-top: 85px;
}
#visualTop{
    position: relative;
    margin-bottom: 20px;
}
#shopMenu{
    margin-bottom: 20px;
}
#visualTop .logoWrap{
    border-radius: 100px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
}

#visualTop .logoWrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
#shopMenu ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

#shopMenu ul li{
    color: #FFFFFF;
    display: block;
    border-radius: 20px;
    text-align: center;
    background-color: #d41b1b;
}

#shopMenu ul li a{
    padding: 10px 50px;
    display: block;
    color: #FFFFFF;
    position: relative;
}
#shopMenu ul li a::after {
    background-image: url(../img/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 15px;
}

.contentsIconList{
    width: 98%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 35px;
}
.shopIndexBox{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.shopIndexBox .shopItem .shopImg img{
    width: 100%;
    height: auto;
}

.shopIndexBox .shopItem .shopDetail{
    background-color: #FFFFFF;
    padding: 4%;
    position: relative;
}
.shopItemWrapper{
    padding-bottom: 15px;
    border-bottom: 1px solid #d41b1b;
}
.shopImg{
    /*overflow: hidden;*/
}
a.shopOpenBtn{
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    background-image:  url(../img/arrow_next.svg);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #d41b1b;
    display: block;
    font-weight: bold;
    font-size: 18px;
}
a.shopOpenBtn::after{
    content: '+';
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 22px;
}
a.shopOpenBtn.opening::after{
    content: '-';
}
.shopItemDetailContents{
    display: none;
}
.shopItemDetailContents .shopDesc{
    margin-bottom: 15px;
}

.galleryEventClm{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

#topicsView{
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    box-sizing: border-box;
}
.topicBtm li{
    margin-bottom: 10px;
}
.galleryEventClm .artTitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.galleryEventClm .artDetail{
    margin-bottom: 10px;
}

.topicThum{
    overflow: hidden;
}
.shopSystemBox .shopPhoto ul li img{
    width: 100%;
    height: auto;
}
.shopSystemBox{
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    box-sizing: border-box;
}
[data-href] img {
    transition: transform 0.1s linear;
}
.shopImg{
    position: relative;
}
.shopImg .logoWrap{
    border-radius: 100px;
    position: absolute;
    top: -10px;
    right: -10px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    background-color: #FFFFFF;
}

.shopImg .logoWrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }

  #shopMenu ul li.selected{
      background-color: #690b0c;
  }
.whiteBgcontentsBox{
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    box-sizing: border-box;

}
.google-maps iframe{
    width: 100%;
}
table.shopSystem {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}
table.shopSystem tr{
    border-collapse: collapse;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;

}
table.shopSystem th{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
table.shopSystem td{
    padding-top: 10px;
    padding-bottom: 10px;
}

#topicsWrapper {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.shopStaffList{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.shopStaffList .rankImage{
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 3px;
}
.shopStaffList .hostStaus{
    font-size: 12px;
    color: #9a9a9a;
}
.shopStaffList .hostName{
    font-weight: bold;
    font-size: 18px;
}
.shopStaffList img{
    width: 100%;
    height: auto;
}

#shopTopRanking.shopTopPage{
    margin-bottom: 30px;
}

#shopTopRanking.shopTopPage #sales_or_kumisuu {
    max-width: 450px;
}
#shopTopRanking.shopTopPage .salesKumisuuBox {
    max-width: 600px;
}

#shopTopRanking.shopTopPage .salesKumisuuBox .selectInput{
    display: grid;
    grid-template-columns: 1fr 180px;
    grid-gap: 20px;
}
#shopTopSns .topSnsContentsWrapper{
    grid-template-columns: 1fr;
}

.shopTopPage .shopStaffListWrapper{
    display: none;
}

#shopSystem{
    margin-bottom: 40px;
}
#shopTopSns{
    margin-bottom: 40px;
}
#scheduleEventBox,
#scheduleHolidayBox{
    margin-bottom: 40px;
}

#scheduleEventBox dl{
    
}
#scheduleEventBox dt{
    font-weight: bold;
    margin-bottom: 5px;
}
#scheduleEventBox dd span.dateMaru {
    background-color: #e4e4e4;
    font-size: 18px;
    display: inline-block;
    padding-top: 7px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    margin-right: 15px;
}
#scheduleEventBox dd{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dcdcdc;
}

#scheduleEventBox dd:last-child{
    margin-bottom: 0;
    border-bottom: none;
}


#scheduleHolidayBox dt{
    font-weight: bold;
    margin-bottom: 5px;
}
#scheduleHolidayBox dd span.dateMaru {
    background-color: #fdece5;
    font-size: 18px;
    display: inline-block;
    padding-top: 7px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    margin-right: 15px;
}
#scheduleHolidayBox dd{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dcdcdc;
}

#scheduleHolidayBox dd:last-child{
    margin-bottom: 0;
    border-bottom: none;
}



.shopDetailRapkingPage .newRankingHostBox h3{
    text-align: center;
}

.newRankingHostBox{
    margin-bottom: 40px;
}

.shopDetailRapkingPage .newRankingHostBox h3 {
    background-color: #d41b1b;
    padding: 19px 15px 19px 19px;
    color: #FFFFFF;
    width: 100%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 18px;
    font-weight: normal;
    position: relative;
}
.shopDetailRapkingPage .newRankingHostBox h3::before{
    position: absolute;
    content: '';
    background-image: url(../img/oukan.png);
    width: 30px;
    height: 20px;
    background-size: contain;
    margin-left: -42px;
    background-repeat: no-repeat;
}
/*
.shopTopPage .newRankingHostBox h2{
    text-align: center;
}

.shopTopPage .newRankingHostBox h2::before{
    position: absolute;
    content: '';
    background-image: url(../img/oukan.png);
    width: 30px;
    height: 20px;
    background-size: contain;
    margin-left: -42px;
    background-repeat: no-repeat;
}
*/

.topYoutubeBox {
    margin: 15px;
    position: relative;
    width: calc(100% - 30px);
    padding-top: 56.25%;
}
.topYoutubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube {
  width: 100%;
  aspect-ratio: 9/ 5;
  min-height:350px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  z-index: 1!important;
  min-height:350px!important
}
.youtube-pc {
margin-top:40px;
min-height: 500px;
}
.shopMapGoogleLink{
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.shopMapGoogleLink a{
    display: block;
    padding: 5px 20px;
    border: solid 1px #000000;
    font-size: 13px;
    line-height: 1;
}
.topSnsContentsWrapper > div{
    height: 560px;
    overflow: auto;
}

#movieWrapper .topMovieWrapper .slick-dots {
    width: 100%;
    margin-top: 0;
    bottom: 0px;
}
#movieWrapper .topMovieWrapper .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.shopMainMovie video {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    max-height: none;
}

.newRankingHostBox.mainIndexRanking #rankingHostList{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.newRankingHostBox.mainIndexRanking{
    background-image: none;
}

.newRankingHostBox.mainIndexRanking #rankingHostList .imgBox {
    margin-bottom: 0;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.newRankingHostBox.mainIndexRanking .hostDetail:nth-child(n+1):nth-child(-n+5) .numBox{
    background-color: #d41b1b;
    color: #FFFFFF;
    padding: 6px;
    font-size: 16px;
    margin-bottom: 0;
}
.newRankingHostBox.mainIndexRanking .hostDetail:nth-child(n+6):nth-child(-n+10) .numBox{
    background-color: #000;
    color: #FFFFFF;
    padding: 6px;
    font-size: 16px;
    margin-bottom: 0;
}
.newRankingHostBox.mainIndexRanking .hostDetail .numBox{
    background-color: #c9cfcd;
    padding: 6px;
    font-size: 16px;
    margin-bottom: 0;
}

.newRankingHostBox.mainIndexRanking .hostDetail div .numBox {
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
}


.newRankingHostBox.mainIndexRanking .hostDetail .hostInfomationTextBox{
    background-color: #f3f3f3 !important;
    padding: 6px;
    border-radius: 0px 0px 5px 5px;
}

.newRankingHostBox.mainIndexRanking.topPageRanking  .hostDetail:nth-child(n+11){
    display: none;

}



.rankingShopTopOldLogic {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: 20px;
}


.newRankingHostBox.mainIndexRanking .rankingShopTopOldLogic .imgBox {
    margin-bottom: 0;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
.newRankingHostBox.mainIndexRanking .rankingShopTopOldLogic .imgBox img{
    width: 100%;
    height: auto;
}

.newRankingHostBox.mainIndexRanking .rankingShopTopOldLogic .rankDetail:nth-child(n+1):nth-child(-n+5) .rankNum {
    background-color: #d41b1b;
    color: #FFFFFF;
    padding: 6px;
    font-size: 16px;
    margin-bottom: 0;
}
#kumisuu_tab{
    display: none;
}