@charset "utf-8";
/* CSS Document */
/*============
nav
=============*/

@import url(https://fonts.googleapis.com/css?family=Francois+One);


nav {
  display: block;
  position: fixed;
  top: 0;
  left: -1000px;
  bottom: 0;
  width: 1000px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 103;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -80%;
    width: 80%;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}



/*nav 横*/

.navbar-nav {
    font-size: 62.5%;
    margin-left: 5%;
    color: rgba(255,255,255,1.00);
}


.nav-item {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
	width: 100%;
}

.nav-item a:hover {
    transition : all 0.5s ease 0s;
    color: rgba(144,144,144,1.00);
}

.list-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.button-36 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 1px solid #d02525;
    border-radius: 5px;
    background-color: #fff;
    color: #d02525;
    font-size: 1em;
}

.button-36:hover {
    border: none;
    background-color: #d02525;
    color: #fff;
    font-weight: 600;
	transition : all 0.5s ease 0s;
}

.menu{
  box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.2);
  border-radius:3px;
  transition:all 2s ease;
}
#menu_inbox {
  background-color: hsla(14, 75%, 55%, .1);
  position: absolute;
  width: 350px;
  height: 150px;
  top:150px;
  left: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color:  hsla(14, 75%, 55%, .1);

}
#inbox_glow {
  position: absolute;
  width: 5px;
  height: 150px;
  outline: none;
  background-color:  hsla(14, 75%, 55%, .7);
  border-color:  hsla(14, 75%, 55%, .5);
  box-shadow: 0 0 5px  hsla(14, 75%, 55%, .2);
  display: inline;
}
#menu_messages {
  background-color:  hsla(14, 75%, 55%, .1);
  position: absolute;
  width: 350px;
  height: 150px;
  top:300px;
  left: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color:  hsla(14, 75%, 55%, .1);

}
#messages_glow {

  position: absolute;
  width: 5px;
  height: 150px;
  outline: none;
  background-color:  hsla(14, 75%, 55%, .7);
  border-color:  hsla(14, 75%, 55%, .5);
  box-shadow: 0 0 5px  hsla(14, 75%, 55%, .2);
  display: inline;
}
#menu_outbox {
  background-color: hsla(14, 75%, 55%, .1);
  position: absolute;
  width: 350px;
  height: 150px;
  top:450px;
  left: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color:  hsla(14, 75%, 55%, .1);

}
#outbox_glow {

  position: absolute;
  width: 5px;
  height: 150px;
  outline: none;
  background-color:  hsla(14, 75%, 55%, .7);
  border-color:  hsla(14, 75%, 55%, .5);
  box-shadow: 0 0 5px  hsla(14, 75%, 55%, .2);
  display: inline;
}
#menu_tasks {
  background-color: hsla(14, 75%, 55%, .1);
  position: absolute;
  width:350px;
  height: 150px;
  top:600px;
  left: 0px;


}
#tasks_glow {
  position: absolute;
  width: 5px;
  height: 150px;
  outline: none;
  background-color:  hsla(14, 75%, 55%, .7);
  border-color:  hsla(14, 75%, 55%, .5);
  box-shadow: 0 0 5px  hsla(14, 75%, 55%, .2);
  display: inline;
}

.glyphicon {
  color: hsla(195, 85%, 95%, 1);
  font-size: 40px;
  position: absolute;
  top:55px;
  left: 25px;


}
.menu_text {
  color: hsla(195, 85%, 95%, 1);
  font-size:2em;
  position: absolute;
  top: 60px;
  left:90px;


}
.menu_glow_text {
  text-shadow: -3px -3px 3px hsla(14, 75%, 55%, .5);
}
       



