﻿@charset "utf-8";
.ul_open_h,
.ul_open_v{
    background: #000;
    opacity: 0.7;
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
}
.ul_open_h{ 
    position: fixed;
    height: 100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1000;
    overflow: scroll;
}
.ul_open_h li{
    font-size: 1.4rem;
    padding: 20px 0;
    width: 300px;
    text-align: center;
    transition: 0.3s;
}
.ul_open_h li:first-of-type{
	margin-top: 110px;
}
.ul_open_h li:hover{
	background: rgba(204,204,204,0.2);
}
.ul_open_h li a{
	display: block;
	text-decoration: none;
	color: #fff;
}
.scroll_parent{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}
.ul_open_v{
    position: absolute;
    height: 100%;
}

.ul_open_v li{
    padding: 10px;
    width: 150px;
}

.open-1{
    right : -100%;
}
.open-1.active{
    right : 0px;
}

.move-1.on.btn{
    position: fixed;
    right: 25px;
    top: 25px;
}

.btn{
    width: 40px;
    height: 40px;
    position: fixed;
    right :25px;
    top: 25px;
    z-index: 1010;
}
.btn:before,
.btn:after,
.btn span{
    display: block;
    width: 55%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
/*
.btn span{
    height: 1px;
    background-color: #000;
    top: calc(50% - 0.5px);
}
.btn:before{
    content: "";
    top: calc(30% - 0.5px);
    border-top: 1px solid #000;
}
.btn:after{
    content: "";
    bottom: calc(30% - 0.5px);
    border-bottom: 1px solid #000;
}
*/
.btn span.mid{
    height: 1px;
    background-color: #fff;
    top: calc(50% - 0.5px);
}
.btn span.before{
    height: 1px;
    background-color: #fff;
    top: calc(30% - 0.5px);
}
.btn span.after{
    height: 1px;
    background-color: #fff;
    bottom: calc(30% - 0.5px);
}

/*
.btn.on span{
    display: none;
}
.btn.on:before{
    top: calc(50% - 0.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    border-top: 1px solid #fff;
}
.btn.on:after{
    bottom: calc(50% - 0.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
    border-bottom: 1px solid #fff;
}
*/
.btn.on span.mid{
    display: none;
}
.btn.on span.before{
    top: calc(50% - 0.5px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1px;
    background-color: #FFF!important;
}
.btn.on span.after{
    bottom: calc(50% - 0.5px);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1px;
    background-color: #FFF!important;
}

/*================================================================
SP
================================================================*/
@media screen and (max-width: 736px) {
.ul_open_h li:first-of-type{
margin-top: 70px;
}
.ul_open_h{ 
    width: 100vw;
}
.ul_open_h li{
    width: auto;
}
.btn {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 13px;
    top: 12px;
    z-index: 1010;
}
.move-1.on.btn{
    position: fixed;
    right: 13px;
    top: 12px;
}
}
