/*PCヘッダー -----------------*/
#head_wrap {
    top: 0;
    position: relative;
    width: 100%;
    line-height: 1;
    z-index: 25;
    height: 0px;
    text-decoration: none;
}


#head_wrap .menu {
    width: 100%;
    margin: 0 auto;
    display: flex;
    max-width: 294px;
    height: 100vh;
	position: fixed;
}

#head_wrap .menu:after {
    content: "";
    clear: both;
    display: block;
}

#head_wrap .splogo {
    display: none;
}

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 20;
}

#nav-toggle div {
    position: relative;
}

.rightLine1{
	width:17px;
	height: 100vh;
	background:url("../img/common/rightLine1top.png"),url("../img/common/rightLine1botm.png")#323b44;
	background-size: contain;
    background-position:top,center;
    background-repeat: no-repeat,repeat-y;
}

.rightLine2{
	width:9px;
	height: 100vh;
	position: relative;
	background: #323b44;
	border-right: 5px solid #00d7be;
	padding-left: 3px;
}

.loop__box{
	background:url("../img/common/rightLine2.png");
	width:3px;
	height:6316px;
}

#global-nav {
    top: 0;
    display: block;
    width: 300px;
    height: 100vh;
    margin-left: 0;
    margin-right: auto;
    background:url("../img/common/header_topbg.svg")#fff;
    background-size: contain;
    background-position:top;
    background-repeat: no-repeat;
    border-left: 4px solid #00d7be;

}

#global-nav .logo {
    display: block;
	width: 87%;
    max-width: 256px;
    margin: 0 auto 40px auto;
    padding-top: 28px;
}

#global-nav .logo img {
    max-width: 420px;
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;

}

#global-nav img {
    width: 100%;
}

#global-nav ul .nav1 {
    padding-top: 0;
}

/*1121*/
#global-nav ul li {
    font-size: 2rem;
    font-weight: 500;
    padding: 3% 0;
    font-feature-settings: "palt";
}


.header-sns{width: 72%; margin: 30px auto 0 auto;display: flex;justify-content: center;align-items: center;}
.header-sns li{margin: 0 8px!important; width: 25%!important;}
.header-sns .youtube{width: 50%!important;}

.content {
    width: 100%;
    height: auto;
    display: block;
    justify-content: center;
    align-items: left;
}

.content .menuBtn {
    position: relative;
    color: #323c46;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 1rem 3rem 1rem 2rem;
    letter-spacing: 1px;
    display: block;
}

.menuBtn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.menuBtn::after {
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #323c46;
    border-right: 2px solid #323c46;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuBtn::before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.menuBtn::before {
    width: 0px;
    height: 4px;
	transition: 0.2s;
}

.menuBtn:hover::before {
    width: 15px;
    height: 4px;
    background: #00d7be;
}

.menuBtn .menuBtn_sub{display: none;}


.spmenu_chara{display: none;}


/*TBヘッダー-----------------*/
@media screen and (max-width:1400px) {
    #logo {
        width: 100% !important;
        transition: all 0.8s ease;
    }

    #logo.mini {
        width: 80% !important;
    }

    #global-nav {
        overflow: hidden scroll;
        /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
        -ms-overflow-style: none;
        /*Firefoxへの対応*/
        scrollbar-width: none;
    }

    #global-nav::-webkit-scrollbar {
        display: none;
    }

    #global-nav ul li {
        font-size: 2rem;
		padding: 1% 0;
    }
	
	.content .menuBtn {
    font-size: 1.6rem;
	padding: 0.7rem 3rem 0.7rem 2rem;
	}
	
	#global-nav .logo {
    margin: 0 auto 25px auto;}

}

/*max-width:1400px*/

@media screen and (max-width:1100px) {
	#global-nav {
    width: 200px;
}
	#head_wrap .menu {
    max-width: 237px;
}
	
.content .menuBtn {
    font-size: 1.6rem;
	}
	
}


/*SPヘッダー-----------------*/
@media screen and (max-width:767px) {
	
	#head_wrap .menu {
    max-width: 100%;height: 0;
}
	
	.rightLine2{display: none;}
	
	.rightLine1 {
    width: 100%;
    height:75px;
    background: url(../img/common/rightLine1top_sp.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
	
	.BroadcastInfo{display: none;}
	
    #global-nav {
        overflow: hidden;
    }

    .header .kizunaTwitter {
        display: none;
    }

    #mobile-head {
        display: flex;
    justify-content: center;
    background:#fff;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 3px solid #323b44;
    width: 100%;
    height: 40px;
    padding: 14px 0 12px 0;
    position: fixed;
    top: 0;
    align-items: center;
    z-index: 150;
    }

    #nav-toggle {
        display: block;
    }

    #head_wrap .splogo {
        display: block;
    }

    #head_wrap .splogo img {
        width: auto;
        height: 40px;
    }


    #nav-toggle {
        display: block;
        top:22px;
		right: 20px;
        margin-top: 0;
        margin-bottom: auto;
    }


    #nav-toggle span {
        display: block;
        position: absolute;
        width: 3rem;
        height: 0.3rem;
        left: 0;
        background-color: #00d7be;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #nav-toggle span:nth-child(1) {
        top: 0;
    }

    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-toggle span:nth-child(2) {
        top: 11px;
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    #nav-toggle span:nth-child(3) {
        top: 22px;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #global-nav .logo {
        display: none;
    }

    #global-nav {
        position: fixed;
        top: -1000px;
        max-width: 100%;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .open #global-nav {
        -moz-transform: translateY(1000px);
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        z-index: 60;
		
    }
	
	#global-nav{background:#fff!important;border-left:none;}

    #global-nav .header_bg {
        display: none;
    }

    #global-nav ul {
        margin-top:85px;
		width: 50%;
    }
	
	.content .menuBtn {
    font-size: 1.3rem;
		display: flex;
    flex-wrap: wrap;
}
	
	.menuBtn::after {
    border-top: 1px solid #323c46;
    border-right: 1px solid #323c46;
}
	
	.menuBtn::before {
    content: none;
}
	
	.menuBtn .menuBtn_sub{
	color: #00d7be;
    width: 100%;
    font-size: 60%;
    margin-top: 3px;
	display: block;}
	
	.header-sns {
       margin: 18px 0 0 10px!important;
    width: 45%!important;
}


    #global-nav ul li {
        padding-top: 2%;
    	padding-bottom: 2%;
        position: relative;
        width: 100%;
        height: 40px;
        margin: 0;
        display: block;
        border-radius: 12px;
        cursor: pointer;
        text-align: left;
    }

    #global-nav {
        /*スマホなどではみ出てしまう場合の対策*/
        background-position: right !important;
        background-size: cover !important;

    }
	
	.spmenu_chara{display: block;
    position: absolute;
    width: 30%;
    right: 11%;
    top: 440px;}


}

/*max-width:767px*/