
/*-------------------------------------
 loading
-------------------------------------*/
.rankingLoading {
	position: absolute;
	z-index: 999999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display:none;
}

/* Transparent Overlay */
.rankingLoading:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}


/* :not(:required) hides these rules from IE9 and below */
.rankingLoading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.rankingLoading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
.rankingLoading:not(:required):after {

	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 1.5em 0 0 0, rgba(0, 0, 0, 0.4) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.4) 0 1.5em 0 0, rgba(0, 0, 0, 0.4) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.4) 0 -1.5em 0 0, rgba(0, 0, 0, 0.4) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.4) 1.5em 0 0 0, rgba(0, 0, 0, 0.4) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.4) 0 1.5em 0 0, rgba(0, 0, 0, 0.4) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.4) -1.5em 0 0 0, rgba(0, 0, 0, 0.4) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.4) 0 -1.5em 0 0, rgba(0, 0, 0, 0.4) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
.rankingLoading em{
	display: block;
    font-size: 12px;
    width: 100%;
    height: 1em;
    position: fixed;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 40px;
}
.rankingLoading.ec em{
    color: #000000;
}



.selectInput li{
    background-color: #f3f3f3;
    
    
    margin-right: 10px;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.selectInput li span{
    padding: 10px 30px;
    display: block;
}
.selectInput li em{
    padding: 10px 30px;
    display: block;
    font-style: normal;
}
.selectTTL{
    margin-bottom: 15px;
}
.selectInput li.active{
    background-color: #d41b1b;
    color: #FFFFFF;
}
.select{
    margin-bottom: 10px;
    display: block;
    grid-template-columns: none;
    margin-top: 0;
}

.yearSelect{
    display: inline-block;
}
.monthSelect{
    display: inline-block;
}

.selectInput select {
    padding: 10px 21px;
    font-size: 12px;
    display: block;
    background: #f3f3f3;
    border: none;
    border-radius: 20px;
    width: 100%;
    -webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    
}

#rankingHostList{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
#rankingHostList li {
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
}

#rankingHostList li img{
    max-width: 100%;
}
#rankingHostListNo1{
    margin-top: 20px;
    margin-bottom: 20px;
}
#rankingHostListNo1 .imgBox{
    float: left;
    margin-right: 20px;
}
#rankingHostListNo1 .imgBox img{
    max-width: 250px;
    height: auto;
}
#rankingHostListNo1 .numBox{
    display: none;
}
#rankingHostListNo1 .nameBox {
    font-weight: bold;
    padding-top: 200px;
    font-size: 26px;
    margin-bottom: 10px;
}

.numBox{
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
}
.nameBox {
    font-size: 18px;
    font-weight: normal;
}
.shopNameBox{
    font-size: 12px;
    color: #9a9a9a;
}
.hostDetail div{
    margin-bottom: 7px;
}


.selectInput li .rankingSubList{
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 7px;
}
.selectInput li  .rankingSubList li {
    background-color: #FFFFFF;
    display: block;
    margin-right: 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 1;
}
.selectInput li  .rankingSubList li span{
    text-align: left;
    min-width: 176px;
    box-sizing: border-box;
    width: fit-content;
}
.selectInput li.active .rankingSubList li{
    color: #333;
}
.selectInput li.active .rankingSubList li.child_active{
    background-color: #f3f3f3;
}
.selectInput li{
    font-size: 14px;
}
.selectInput li .rankingSubListYYMM{
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
    margin-top: 7px;
}
.selectInput li  .rankingSubListYYMM li {
    background-color: #FFFFFF;
    display: block;
    margin-right: 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 1;
}
.selectInput li  .rankingSubListYYMM li span{
    text-align: left;
    min-width: 150px;
    box-sizing: border-box;
}
.selectInput li.active .rankingSubListYYMM li{
    color: #333;
}
.selectInput li.active .rankingSubListYYMM li.child_active{
    background-color: #f3f3f3;
}




.selectInput li .rankingSubList {
    background-color: #FFFFFF;
    z-index: 1;
    display: none;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
    z-index: 2;
}
.selectInput li .rankingSubListYYMM {
    background-color: #FFFFFF;
    z-index: 2;
    display: none;
    height: auto !important;
}
.selectInput li .rankingSubListYYMM li.active{
    background-color: #f3f3f3;
    color: #333;
}

.rankingTitle{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}


ul#sales_or_kumisuu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
ul#sales_or_kumisuu  li{
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}
ul#sales_or_kumisuu  li.active{
    background-color: #d41b1b;
    color: #FFFFFF;
}

.salesKumisuuBox{
    max-width: 350px;
}
.no1Title {
    position: absolute;
    top: 100px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}

.newRankingContentBox{
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    display: none;
}
.newRankingHostBox {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 15px;
    background-image: url(/groupdandy/wp-content/themes/groupdandy/img/ranking_host_box_bg.png);
    background-position: center 80px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
    min-height: 50vh;
}

.newRankingContentBox::after{
    content: '';
    clear: both;
    display: block;
}

.newRankingHostBox::after{
    content: '';
    clear: both;
    display: block;
}

.No1Box {
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    margin: 0 40px;
    position: relative;
}
.No1Box::after{
    content: '';
    display: block;
    clear: both;
}

.otherRakingBtn{
    float: right;
}
.otherRakingBtn button {
    border: 2px #d41b1b solid;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 1;
    color: #d41b1b;
    cursor: pointer;
    position: relative;
}
.otherRakingBtn button::before{
    content:'＋';
    position: absolute;
    right: 10px;
    top:6px;
    font-size: 20px;
}
.otherRakingBtn button.active::before{
    content:'＋';
    right: 10px;
    top:6px;
    transform: rotate(45deg);
}
.select.genreSelect {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px #f3f3f3;
}
#genre{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.select.periodSelect .selectInput{
    display: grid;
    grid-template-columns: 60% 40%;
}
#period_year_or_month_or_halfyear{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
#period_year_or_month_or_halfyear{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#period{
    display: grid;
    grid-template-columns: 1fr 1fr; 
}

.newRankingHostBox h2 {
    background-color: #d41b1b;
    padding: 19px 15px 0px 19px;
    color: #FFFFFF;
    width: 100%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 18px;
    font-weight: normal;
}
.dateText {
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 1;
    font-size: 12px;
}
.newRanking aside h4 span {
    background: #f3f3f3;
}

#staffAttribute a {
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    padding-top: 20px;
}
.staffStatus {
    padding: 0;
    margin: 0;
    margin-left: 15px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
p.staffKana {
    font-size: 15px;
    padding: 0;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
h1.staffName {
    font-size: 30px;
    padding: 0;
    line-height: initial;
    font-weight: bold;
}
#staffTitle ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
#staffTitle ul li {
    display: block;
    float: none;
    width: 100%;
    padding: 8px 0px;
    margin: 0;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #d41b1b;
    position: relative;
    text-align: center;
}
#staffTitle ul li:before{
    content: '';
    background-image: url(/groupdandy/wp-content/themes/groupdandy/img/daiamond.svg);
    width: 13px;
    height: 13px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -19px;
    margin-top: 1px;
    display: none;
}
#rankingWrapper .slick-dots {
    position: absolute;
    bottom: -31px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 2;
}

#staffDetailMainV {
    float: left;
    width: 365px;
    height: auto;
    overflow: hidden;
    border: none;
    box-sizing: border-box;
    position: relative;
}
#staffAttribute {
    float: right;
    width: 400px;
    min-height: 350px;
    border: none;
    box-sizing: border-box;
}
#staffRight {
    float: right;
    width: 410px;
}
.staffBrith{
    background-color: transparent;
}
.staffBrith dl{
    border-bottom: #dbdbdb solid 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;

}
.staffBrith dl::after{
    content: '';
    display: block;
    clear: both;
}
.staffBrith dt{
    float: left;
    width: 70px;
}

.staffBrith dd {
    margin-left: 88px;
}

.staffBrith h3{
    font-size: 20px;
    border-bottom:#dbdbdb solid 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    color: #000000;
    padding-left: 0;
}

.staffBrith h3 span{
    font-size: 14px;
    margin-left: 26px;
}
.ranking_history table {
    margin: 10px auto 0px auto;
    width: 100%;
}

#rankingWrapper{
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 8px;
    box-sizing: border-box;
}
.staffDetailSubTitleBox{
    position: relative;
}
h3.staffDetailSubTitle{
    background-color: transparent;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
}
h3.staffDetailSubTitle::after{
    content: '';
    clear: both;
    display: block;
}
#staffSns h3.staffDetailSubTitle span{
    padding-top: 26px;
}
h3.staffDetailSubTitle.ranking{
    padding-bottom: 10px;
    border-bottom: solid 1px #d41b1b;
}
h3.staffDetailSubTitle.ranking span {
    margin-left: 20px;
    padding-top: 20px;
    display: inline-block;
}
h3.staffDetailSubTitle img {
    float: left;
}
h3.staffDetailSubTitle span {
    margin-left: 20px;
    padding-top: 30px;
    display: inline-block;
}
.staffDetailSubTitleBox .selectInput{
    position: absolute;
    right: 0;
    top:8px;
}

.staffDetailSubTitleBox .selectInput ul#sales_or_kumisuu li{
    background-color: #f3f3f3;
}
.staffDetailSubTitleBox .selectInput ul#sales_or_kumisuu li.active{
    background-color: #f3f3f3;
    background-color: #d41b1b;
    color: #FFFFFF;
}

.staffDetailSubTitleBox .selectInput li span {
    padding: 7px 60px;
    display: block;
}
.staffDetailSubTitleBox .selectInput li {
    background-color: #f3f3f3;
    margin-right: 0px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
}



.slider.kumisuu{
    display: none;
}
.ranking_history{
    border: none;
}
.ranking_history td,
.ranking_history th{
    background-color: #f3f3f3;
}
.ranking_history td{
    border: #FFFFFF solid 4px;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
}
#rankingWrapper .ranking_history h3 {
    margin: 0px 0 10px 0px;
    color: white;
    font-weight: normal;
    background-color: transparent;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
td.ranker1 {
    background-image: url(/groupdandy/wp-content/themes/groupdandy/img/detail_rank_1.png);
    background-position: center center;
    background-repeat: no-repeat;
}
td.ranker2 {
    background-image: url(/groupdandy/wp-content/themes/groupdandy/img/detail_rank_2.png);
    background-position: center center;
    background-repeat: no-repeat;
}
td.ranker3 {
    background-image: url(/groupdandy/wp-content/themes/groupdandy/img/detail_rank_3.png);
    background-position: center center;
    background-repeat: no-repeat;
}
td.ranker {
    background-image: url(/groupdandy/wp-content/themes/groupdandy/img/detail_rank_4-10.png);
    background-position: center center;
    background-repeat: no-repeat;
}
td.ranker{
    color: #FFFFFF;
}
td.ranker:after{
    display: none;
}
tr.ranking_history_n td{
    padding-top: 20px;
}
#staffSns{
    margin-bottom: 40px;
}

#staffSns h3.staffDetailSubTitle{
    text-align: left;
}

#staffSns li img {
    width: 100%;
}
#staffSns ul {
    /* float: left; */
    width: 98%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 35px;
}
#staffSns li {
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-size: 10px;
    text-align: center;
}
#shopLogoWrapper a{
    transition: none !important;
}
#shopLogoWrapper{
    border-radius: 100px;
    position: absolute;
    bottom: 50px;
    left: 15px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
.galWrapper {
    border: none;
    margin-bottom: 50px;
}
.movieBoxIn{
    position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     border-radius: 10px;
}
.movieCastBox{
    margin-bottom: 30px;
}
.movieCastBox iframe{
    position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.movieTitle {
    text-align: center;
    display: none;
}


#rankingWrapper .ranking_history {
    height: auto;
    width: 100%;
    padding: 0 0 10px 0;
}
.ranking_history table td {
    text-align: center;
    padding: 10px 6px;
    vertical-align: middle;
}

.ranking_history table td.ranker,
.ranking_history table td.noRanker,
.ranking_history table td.ranker1,
.ranking_history table td.ranker2,
.ranking_history table td.ranker3 {
    text-align: center;
    padding: 14px 6px 18px 7px;
    vertical-align: middle;
    color: #FFFFFF;
}
.ranking_history table td.noRanker{
    color: #000000;
}
.ranking_history table td.ranker{
    font-size: 13px;
}
#staffDetailMainV .slick-dots {

}
#staffDetailMainV .slick-dots li button{

}
#staffDetailMainV .slick-dots li button:before {
    content: '';
    background-color: #d41b1b;
    width: 25px;
    height: 6px;
    border-radius: 6px;
}
#staffDetailMainV .slick-dots {
    position: absolute;
    bottom: 3px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    right: 20px;
}
.snsWrapper li.widget{
    max-height: 90vh;
    overflow: auto;
}


.movieCastBox{
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px 50px 50px 50px;
}
#movieWrapper .slick-dots {
    bottom: 15px;
    width: 88%;
}
#movieWrapper .slick-prev:before, #movieWrapper .slick-next:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 1;
    opacity: .9;
    color: #d41b1b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.movieCastBox .slick-next::before {
    content: url(../img/arrow_next.svg);
}
.movieCastBox .slick-prev::before {
    content: url(../img/arrow_prev.svg);
}
.movieCastBox .slick-next {
    right: 13px;
}
.movieCastBox .slick-prev {
    left: 13px;
}
.movieCastBox .slick-prev, .slick-next{
    top: 41%;
}

/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

.forSP{
	display: none;
}
.forPC{
	display: block;
}

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    
    #rankingHostListNo1 .imgBox img{
        max-width: none;
        height: auto;
    }

    #staffSns li img.snsIconSp {
        width: 100%;
        height: auto;
    }

    #staffDetailMainV .slick-dots {
        right: 15px;
        text-align: right;
    }
    #shopLogoWrapper {
        border-radius: 100px;
        position: absolute;
        bottom: 40px;
        left: 15px;
        overflow: hidden;
        width: 100px;
        height: 100px;
    }

    #staffDetailMainV .slick-list {
        position: relative;
        border: none;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    #rankingWrapper .ranking_history{
        margin-left: 0;
        margin-right: 0;
    }

    .movieCastBox .slick-dots {
        position: absolute;
        bottom: 10px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        z-index: 2;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .numBox {
        font-size: 14px;
    }
    .nameBox {
        font-size: 14px;
        font-weight: normal;
    }

	.forPC{
		display: none;
	}
	.forSP{
		display: block;
	}

    .movieCastBox {
        padding-left: 8%;
        padding-right: 8%;
        margin-left: 2%;
        margin-right: 2%;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .movieCastBox .slick-next {
        right: 5px;
        width: 15px;
    }
    .movieCastBox .slick-prev {
        left: 5px;
        width: 15px;
    }

    .salesKumisuuBox {
        max-width: none;
    }
    .otherRakingBtn {
        float: none;
    }
    .otherRakingBtn button{
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }
    .newRankingHostBox h2 {
        background-color: #d41b1b;
        padding: 15px 10px 10px 15px;
        color: #FFFFFF;
        width: 110%;
        margin-left: -15px;
        margin-top: -15px;
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 25px;
    }
    #rankingHostList li {
        margin-bottom: 10px;
        position: relative;
        box-sizing: border-box;
        padding: 15px;
    }
    .newRankingHostBox{
        background-position: center 200px;
    }
    .No1Box {
        background-color: #FFFFFF;
        padding: 15px;
        box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
        margin: 0;
    }

    #genre {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    .selectInput li {
        font-size: 12px;
    }
    .selectInput li span {
        padding: 10px 10px;
        display: block;
    }
    .hostDetail img{
        width: 100%;
        height: auto;
    }
    #rankingHostList{
        grid-template-columns:  1fr 1fr 1fr;
        grid-gap: 10px;
    }
    #rankingHostList li {
        margin-bottom: 0;
        position: relative;
        box-sizing: border-box;
        padding: 10px;
        font-size: 11px;
    }
    #rankingHostList li:nth-child((3n + 1) + 1){
        clear:both;
    }
    .select.periodSelect .selectInput {
        display: grid;
        grid-template-columns: none;
    }
    .monthSelect {
        display: block;
        margin-right: 0;
    }
    .no1Title {
        position: absolute;
        top: auto;
        bottom: 22px;
        left: 6px;
        right: auto;
        width: 50%;;
    }
    #rankingHostListNo1 .imgBox {
        float: none;
        margin-right: 0;
    }
    #rankingHostListNo1 .nameBox {
        font-weight: bold;
        padding-top: 5px;
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 55%;
    }
    #rankingHostListNo1 .shopNameBox {
        padding-left: 55%;
        color: #000000;
    }

    #period {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .selectInput li {
        margin-right: 0;
        position: relative;
    }

    #period_year_or_month_or_halfyear{
        grid-gap: 10px;
    }
    .selectInput li em {
        padding: 10px 10px;
    }
    #staffDetailMainV img {
        width: 100%;
        height: auto;
        position: relative;
        
    }
    #staffDetailMainV {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        border: none;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        margin-top: 1px;
        position: relative;
    }
    #staffAttribute {
        float: none;
        width: 100%;
        min-height: auto;
        border: none;
        box-sizing: border-box;
    }
    #staffAttribute {
        float: none;
        width: 100%;
        min-height: auto;
        border: none;
        box-sizing: border-box;
        clear: both;
        padding: 10px;
    }
    .staffBrith h3 {
        font-size: 20px;
        border-bottom: #dbdbdb solid 1px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        background-color: transparent;
        color: #000000;
        padding-left: 0;
        text-align: left;
    }
    h1.staffName {
        font-size: 24px;
        padding: 0;
        line-height: initial;
        font-weight: bold;
    }
    p.staffKana {
        font-size: 12px;
        padding: 0;
        margin-top: 0px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 23px;
        padding-bottom: 19px;
        color: #000;
        border-bottom: 1px solid #d41b1b;
        display: inline-block;
    }
    .staffBrith dt {
        float: left;
        width: 70px;
    }
    .staffBrith dd {
        margin-left: 84px;
    }
    p.staffStatus {
        color: #666666;
        font-size: 12px;
        padding: 0;
        margin: 10px 0px 3px 0;
    }
    .staffDetailSubTitleBox .selectInput {
        position: relative;
        right: 0;
        top: 8px;
    }
    tr.ranking_history_n td {
        padding-top: 17px;
        padding-bottom: 22px;
        text-align: center;
        font-size: 15px;
        height: auto;
    }
    #staffTitle ul li {
        display: block;
        float: none;
        width: 100%;
        padding: 8px 0px;
        margin: 0;
        font-size: 12px;
        background-color: #FFFFFF;
        color: #d41b1b;
        position: relative;
        text-align: center;
    }
    #staffTitle ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
    }
    #staffSns ul {
        /* float: left; */
        width: 98%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
    }
    #rankingWrapper {
        background-color: #FFFFFF;
        padding: 15px;
        border-radius: 8px;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        border-radius: 0;
    }
    #staffSns{
        padding-left: 20px;
        padding-right: 20px;
    }
    .shopNameBox {
        font-size: 10px;
        color: #9a9a9a;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
    }
    .dateText {
        color: #FFFFFF;
        position: absolute;
        right: 10px;
        top: 39px;
        z-index: 1;
        font-size: 10px;
    }
    h3.staffDetailSubTitle.ranking {
        margin-bottom: 0px;
    }
    .staffDetailSubTitleBox .selectInput li span {
        padding: 9px 60px;
        display: block;
    }
    .ranking_history{
        margin-top: 10px;
    }
    .ranking_history table {
        margin: 0px auto 0px auto;
        width: 100%;
    }
    .label {
        color: #000;
        position: absolute;
        width: 100%;
        z-index: 1;
        padding: 10px;
        font-size: 12px;
        left: 0;
        right: 0;
    }
    .selectInput select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        cursor: pointer;
        width: 100%;
        border: none;
        padding: 6px 21px 10px;
        font-size: 17px;
        display: block;
        background: #f3f3f3;
        border: none;
        border-radius: 20px;
        width: 100%;
        opacity: 0;
        position: relative;
        z-index: 2;
        line-height: 1;
    }
    .selectInput li.active p{
        color: #FFFFFF;
    }


}
