.menu {
	display: none;

	width: 100%;
	height: 100%;

	overflow: hidden;

	position: fixed;
	top: 0;
	left: 0;

	z-index: 110;
}
.menu_cover {
	width: 100%;
	height: 100%;

	background-color: #000;
	opacity: 0.5;

	position: absolute;
	top: 0;
	left: 0;
}

.menu_disp {
	min-width: 300px;
	width: 85%;
	max-width: 600px;
	height: 100%;

	/*background: #fff;*/
	background: #3e3a39;

	position: absolute;
	top: 0;
	right: -100%;

	transition: 500ms;
}
.menu_header {
	width: 100%;
	height: 115px;
	/*margin-top: 15px;*/
	border-bottom: 1px solid #898989;
	
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.flex_box{
	width: 100%;
    margin: 0;
}

.menu_header div.menu_logo_title{
	float: left;
    margin-left: 30px;
    line-height: 50px;
}

.menu_logo_title p{
	margin: 0;
	font-size: 27px;
    font-weight: bold;
}
.menu_logo_title p span{
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
	vertical-align: middle;
}
.menu_header img{
	height: 100%;
}

.menu_header_img img {
	height: auto;
	width:85%;
}

.menu_header div{
	margin-right: 15px;
}

.menu_header .menu_close {
	display: inline-block;
	border: 1px solid #c9c9ca;
    width: 50px;
	height: 50px;
	/*background: #00a4c6;*/

	position: relative;
	top: 15px;
	left: 0;
	float: right;
}

.menu_header .menu_close p {
	margin: 0px;
	color:#00a4c6;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
    height: 100%;


}
.menu_header .menu_close p:before,
.menu_header .menu_close p:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
    left: 23%;
    width: 25px;
    height: 2px;
	background: #fefefe;
	transition: .3s;
}
.menu_header .menu_close p:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.menu_header .menu_close p:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.menu_header img.menu_logo{
	display: block;
	max-width: 145px;
	height: auto;
}

.menu_header .menu_logo_text{
	display: block;
	line-height: normal;
	font-size: 11px;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊アコーディオン style ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.section.s_01{
	height: calc(100% - 80px);
	/*height: 100%;*/
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.s_01 .accordion_one {
    margin: 0 auto;
	border-bottom: 1px solid #898989;
}

.s_01 .accordion_one.genre{
	display: none;
}

.s_01 .accordion_one:active{
	/*background: #5d5553;*/
	background: rgb(93 85 83);
}

.s_01 .accordion_one a {
    text-decoration: none;
}

.s_01 .accordion_one .accordion_header {
	color: #f7f7f7;
    font-size: 18px;
    /*padding: 30px 10%;*/
	padding: 30px 25px;
    position: relative;
    transition-duration: 0.2s;
    
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.s_01 .accordion_one .accordion_header .icon_img_box{
	width: 18px;
    position: absolute;
    top: 48%;
    right: 3%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.s_01 .accordion_one .accordion_inner {
    display: none;
    box-sizing: border-box;
}

.s_01 .accordion_one .accordion_inner ul{
	margin: 0;
}

.s_01 .accordion_one .accordion_inner ul li{
	border-top: solid 1px #ddd;
}

.s_01 .accordion_one .accordion_inner ul li a{
	color: #337ab7;
    padding: 2.1% 8%;
    font-weight: bold;
    display: block;
    font-size: 13px;
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}

.nex_icon{
	height:40px;
	width:40px; 
	position: absolute;
    right: 10%;
} 

.nex_icon:before{
	content:'';
	height:12px;
	width:12px;
	display:block; 
	border:2px solid #fefefe;
	border-left-width:0;
	border-top-width:0; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	position:absolute;
	top:10px;
	right:7px;
}
.accordion_one.music_genre{
	display: none;
}
.log_out{
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    width: 100%;
    line-height: 65px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #b5b5b5;
    /*background: #565454;*/
    background: rgb(86,84,84);
    margin-top: 60px;
	text-decoration: none;
	margin-bottom: 80px;
}

.log_out:active{
	/*background: #32323294;*/
	background: rgba(50,50,50,0.58);
}


@media all and (-ms-high-contrast: none) {  /*IE style*/
	.log_out{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 游ゴシック, メイリオ, Meiryo, sans-serif !important;
	}
}

@media screen and (max-width: 1080px) {
	.s_01 .accordion_one.genre {
		display: block;
	}
}
@media screen and (max-width: 1024px) {
    .s_01 .accordion_one .accordion_header {
        font-size: 18px;
    }
    .accordion_one.music_genre{
		display: block;
    }
    .s_01 .accordion_one .accordion_header {
		padding: 20px 10%;
    }
}
@media screen and (max-width: 767px) {
    .s_01 .accordion_one .accordion_header {
		font-size: 14px;
    	text-align: left;
		/*padding: 15px 10%;*/
		padding: 15px 10px;
    }
    .s_01 .accordion_one .accordion_header.company{
	    color: #9e9e9e;
		margin-top: 0px;
    }
}



/*scrollbar style*/
.section.s_01::-webkit-scrollbar {
	width: 0px;
    height: 0px;
}
.section.s_01::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

@media screen and (max-width: 480px) {
	.menu_header{
		height: 60px;
		margin-top: 15px;
		padding-bottom: 10px;
	}
	.menu_logo_title p{
		font-size: 14px;
	}
	.menu_logo_title p span{
		font-size: 11px;
	}
	.menu_header div.menu_logo_title{
		margin-left: 10px;
	}
	.menu_header .menu_close{
		width: 30px;
		height: 30px;
		top: 15px;
	}
	.menu_header .menu_close p:before,
	.menu_header .menu_close p:after{
		width: 15px;
	}
	.log_out{
		max-width: 125px;
	    line-height: 30px;
	    font-size: 12px;
	    margin-top: 30px;
	}
    .s_01 .accordion_one.genre .accordion_header{
		font-size: 12px;
	}
	.menu_header img.menu_logo{
		width: 115px;
	}
	.menu_header .menu_logo_text{
		font-size: 10px;
		margin-top: -5px;
	}
}
@media screen and (max-width: 375px) {
	.menu_logo_title p span {
	    font-size: 10px;
		margin-left: 5px;
	}
	.s_01 .accordion_one .accordion_header{
		font-size: 12px;
		padding: 12px 10%;
	}
	.nex_icon:before{
		width: 8px;
		height: 8px;
		top: 12px;
	}

}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {
	.menu_header .menu_logo_text{
		transform: scale(0.8);
		margin-top: -5px;
	}
}

