@charset "utf-8";

header {
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}

header.fixed {
    position: fixed;
    top: -24px;
}

header .seriesLink {
    background-color: #cc7eb1;
    z-index: 2;
}

header .seriesLink > ul {
    padding: 0 10px;
    max-width: 1140px;
    margin: 0 auto;
    height: 24px;
}

header .seriesLink  > ul > li {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 24px;
}

header .seriesLink li:first-of-type {
    margin-right: 14px;
}

header .pcHeader {
    height: 75px;

    background-image: url(/files/user/title/live/original/images/common/header_bg.png);
    background-repeat: repeat-x;
}

header .pcHeader .inner {
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

header .pcHeader .logo {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 200px;
}

header .pcHeader .gNav {
    position: absolute;
    top: 25px;
    right: 105px;

    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3;
}

header .pcHeader .gNav li {
    float: left;
    position: relative;
    padding: 0 28px;

    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3;
}

header .pcHeader .gNav li:not(:last-of-type) {
    /* margin-right: 55px; */
}

header .pcHeader .gNav a:after {
    content: '';
    display: block;

    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;

    width: 90px;
    height: 13px;

    background-repeat: no-repeat;
    
	background-image: url(/files/user/title/live/original/images/common/header_nav_on.png);
	background-size:90px 13px;
	background-position:center;
    transition: width 0.3s ease, opacity 0.1s 0.25s;
	width:11px;
	opacity:0;
}

header .pcHeader .gNav a:hover:after{
    transition: width 0.3s ease, opacity 0.1s;
	width:89px;
	opacity:1;
}

#gNavOn01 header .pcHeader .gNav li:nth-of-type(1) a:after {
	width:89px;
	opacity:1;
}

#gNavOn02 header .pcHeader .gNav li:nth-of-type(2) a:after {
	width:89px;
	opacity:1;
}

#gNavOn03 header .pcHeader .gNav li:nth-of-type(3) a:after {
	width:89px;
	opacity:1;
}

#gNavOn04 header .pcHeader .gNav li:nth-of-type(4) a:after {
	width:89px;
	opacity:1;
}

#gNavOn05 header .pcHeader .gNav li:nth-of-type(5) a:after {
	width:89px;
	opacity:1;
}


header .pcHeader .gNav .comingsoon:after {
    content: '';
    display: block !important;

    position: absolute;
    bottom: -15px;
    left: 0px;
    right: 0;
    margin: auto;

    width: 77px;
    height: 12px;

    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(/files/user/title/live/original/images/common/header_nav_comingsoon.png);
}

header .pcHeader .apply {
    position: absolute;
    top: -18px;
    right: 10px;
}

/* タブレット */
@media screen and (max-width: 979px) {
    header .pcHeader .gNav li {
        padding: 0 10px;
    }

    header .pcHeader .gNav {
        right: 120px;
    }

    header .pcHeader .gNav a:after {
        width: 70px;
    }    
}

@media screen and (max-width: 839px) {
    header .pcHeader .logo {
        width: 200px;
    }
    
    header .pcHeader .gNav {
        right: 100px;
    }

    header .pcHeader .apply {
        top: -10px;
        width: 90px;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    header.fixed {
        position: fixed;
        top: -20px;
    }

    header .seriesLink > ul {
        padding: 0 5px;
        height: 20px;
    }

    header .seriesLink  > ul > li {
        font-size: 1.0rem;
        line-height: 20px;
    }

    header .spHeader .inner {
        width: 100%;
        position: relative;
        padding-top: 15.625%;
    }

    header .spHeader .logo {
        width: 42.1875%;
        position: absolute;
        top: -10%;
        left: 0;
    }

    header .spHeader .logo img {
        width: 100%;
    }

    header .spHeader .apply {
        width: 39.6875%;
        position: absolute;
        top: 16%;
        right: 15.625%;
        z-index: 2;
    }

    header .spHeader .apply img {
        width: 100%;
    }

    header .spHeader .btnMenu {
        width: 14.6875%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    header .spHeader .btnMenu img {
        width: 100%;
    }

    header .spHeader .menu {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 1;
        padding: 0 0 3.125%;
        background-image: url(/files/user/title/live/original/images/common/sp/header_menu_bg.png);
        display: none;
    }

    header .spHeader .menu li {
        position: relative;
    }

    header .spHeader .menu li img {
        width: 100%;
    }

    header .spHeader .menu li:after {
        content: '';
        display: none;
    
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        margin: 0 auto;
    
        width: 14.0625%;
        padding-bottom: 2.1875%;
    
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }
    
    #gNavOn00 header .spHeader .menu li:nth-of-type(1):after {
        display: block;
        background-image: url(/files/user/title/live/original/images/common/header_nav_on.png);
        bottom: 7px;
    }

    #gNavOn01 header .spHeader .menu li:nth-of-type(2):after {
        display: block;
        background-image: url(/files/user/title/live/original/images/common/header_nav_on.png);
    }

    #gNavOn02 header .spHeader .menu li:nth-of-type(3):after {
        display: block;
        background-image: url(/files/user/title/live/original/images/common/header_nav_on.png);
    }

    #gNavOn03 header .spHeader .menu li:nth-of-type(4):after {
        display: block;
        background-image: url(/files/user/title/live/original/images/common/header_nav_on.png);
    }

    #gNavOn04 header .spHeader .menu li:nth-of-type(5):after {
        display: block;
        background-image: url(/files/user/title/live/original/images/common/header_nav_on.png);
    }

    #gNavOn05 header .spHeader .menu li:nth-of-type(6):after {
        display: block;
        background-image: url(/files/user/title/live/original/images/common/header_nav_on.png);
    }
}

