@charset "UTF-8";
#gnav {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 336px;
    height: 100%;
}

.ham-menu,
#menu-cb {
    display: block;
}

.ham-menu {
    position: relative;
    padding-top: 10px;
    float: left;
    width: 296px;
    background: #333333;
    height: 1000px;
}

.ham-menu .parent-list {
    width: 250px;
    margin-left: 25px;
    padding: 40px 0;
}

.ham-menu .parent-list>li:first-child {
    border-top: solid 1px #999999;
}

.ham-menu .parent-list>li {
    padding: 20px 0;
    border-bottom: solid 1px #999999;
    font-size:87%;
    color:#ccc;
}

.ham-menu .parent-list li .child_list a {
    color: #ffffff;
    font-size: 110%;
    display: block;
    width:100%; height:100%;
}
.ham-menu .parent-list li .child_list dt{
    font-weight: bold;
    -webkit-transition: .8s;
       -moz-transition: .8s;
        -ms-transition: .8s;
         -o-transition: .8s;
            transition: .8s;
}
.ham-menu .parent-list li .child_list dd {
    padding: 15px 0 0 1em;
    margin-left:1em;
    text-indent:-2.2em;
     -webkit-transition: .8s;
       -moz-transition: .8s;
        -ms-transition: .8s;
         -o-transition: .8s;
            transition: .8s;
}
.ham-menu .parent-list li .child_list .other_maker {
    margin-left: 3em;
}
.ham-menu .parent-list li .child_list dt:hover > a,
.ham-menu .parent-list li .child_list dd:hover > a{
    margin-left:1em;
    color:#ff6685;
}

.ham-menu .parent-list li .child_list dd span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    margin-left:1em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height:25px;
    width:25px;
}
.ham-menu .parent-list li .child_list dd span img {
    display: inline-block;
    vertical-align: middle;
    margin-left:2em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.ham-menu .parent-list li .child_list dd dl{
    margin-left:-2em;
}
.btn-menu {
    float: left;
    width: 40px;
    height:40px;
    box-sizing:border-box;
    background: #333333;
    height: 1000px;

}
.btn-menu,.menu-icon,.menu-icon label {
    cursor: pointer;
}
.btn-menu .menu-icon {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #ff0474;
    font-size: 30px;
    text-align: center;
}

.btn-menu p.txtbox {
    color: #ffffff;
    padding: 20px 10px;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    font-family: "Noto Sans";
}
@media all and (-ms-high-contrast: none) {
	.btn-menu p.txtbox {
		padding: 20px 5px;
		text-align: left;
	}
}

.btn-menu p.txtbox span {
    font-family: "Roboto";
}

.btn-menu .ranking-list li {
    padding: 0 5px;
}

.scroll {
    overflow-y: scroll;
    max-height: 810px;
    width: 290px;
    -webkit-overflow-scrolling: touch;
}

.scroll::-webkit-scrollbar {
    width: 4px;
}

.scroll::-webkit-scrollbar-track {
    background: #333333;
    padding-top: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #999999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.open #opn-btn,
.close #cls-text,
.close #cls-btn,
.open #ranking{
    display:none;
}

.ranking-list li{
    cursor:pointer;
}

.tooltip_outer{
    border-radius: 8px;
    background-color: #333;
    color:#fff;
    font-size:small;
    padding:12px;
    position:fixed;
    z-index:2147483647;
}
.tooltip_outer:after {
    display: block;
    position: absolute;
    top: 14px;
    right: -18px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid  #333;
    content: "";
}

@media (max-width: 768px) {
    #gnav {
        width: 40px;
        height: 40px;
        padding-left:0;
    }
    .scroll {
        overflow-y: scroll;
        max-height: 530px;
        width: 320px;
    }
    .ham-menu {
        width:350px;
        position:fixed;
    }
    .ham-menu .parent-list {
        width: 75%;
        margin-left: 30px;
        padding-top: 20px;
    }
    .ham-menu .parent-list>li {
        font-size:100%;
    }

    .ham-menu .parent-list li .child_list dt:hover > a,
    .ham-menu .parent-list li .child_list dd:hover > a{
        /* margin-left:0em; */
        color:#fff;
    }
.scroll {
    overflow-y: auto;
}

    .btn-menu{
        position:fixed;
        top: 0;
        right: 0;
        height: 40px;
        z-index: 1;
    }
    .btn-menu .menu-icon{
        height: 40px!important;
        padding: 0;
    }
    .btn-menu .menu-icon label{
        height:auto!important;

     }
    #ranking{
        display:none;
    }
    .ham-menu{
        display:none;
        right:-490px;
    }
}

