@charset "utf-8";

.dis_sp {display:none;}
/*
ヘッダー
====================*/
.menu-brand {
    height: auto;
    padding-top: 20px;
    position: relative;
    margin: 0px 0 60px;
}
.menu{
    width: 100%;
    padding: 15px 2% 15px;
    z-index: 101;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.menu-brand:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
}
.menu.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
}
.navi{
    max-width: 1100px;
    margin: 0 auto;
}

.menu-brand .menu nav ul {
    display: flex;
    justify-content: center;
    /*margin: 30px 0 0;*/
}
.menu-brand .menu nav ul li {
    display: flex;
    align-items: center;
    padding: 0 1.5%;
    position: relative;
}
.menu-brand .menu nav ul li:nth-of-type(4) {
    white-space: nowrap;
}
.menu-brand .menu nav ul li:before{
    background: #bfbfbf;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
}
.menu-brand .menu nav ul li:first-of-type:before{
    display: none;
}
.menu-brand .menu nav ul li a {
    color: #fff;
    display: inline-block;
    line-height: 1.15;
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
}
.menu-brand .menu nav ul li a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .menu-brand .menu nav ul{
        flex-wrap: wrap;
    }
    .menu-brand .menu nav ul li{
        margin-bottom: 2%;
    }
    .menu-brand .menu nav ul li a{
        font-size: 3vw;
    }
}

/*20230720　ジャンプ下層化　調整*/
header .head-inr .jump-logo.reverse{
    background: url(https://tamashiiweb.com/special/jumpcs/images/header/header-logo.png) no-repeat!important;
    background-size: 100% !important;
    opacity: 0.2!important;
}
header .head-inr .hum_box .checkchara.reverse{
    background: url(https://tamashiiweb.com/special/jumpcs/images/header/header-checkchara.png) no-repeat!important;
    background-size: 100% !important;
    opacity: 0.2!important;
}
header .head-inr .hum_box .hum span.reverse{
    background: #fff!important;
    opacity: 0.2!important;
}


header .head.reverse:hover .jump-logo.reverse {
    background: url(https://tamashiiweb.com/special/jumpcs/images/header/header-logo.png) no-repeat!important;
    background-size: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1!important;
}
header .head.reverse:hover .hum_box .checkchara.reverse {
    background: url(https://tamashiiweb.com/special/jumpcs/images/header/header-checkchara.png) no-repeat!important;
    background-size: cover;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1!important;
}
header .head.reverse:hover .hum_box .hum span {
    background: #fff!important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1!important;
}

@media screen and (max-width: 767px) {
    header .head-inr .jump-logo.reverse{

    }
}