@charset "UTF-8";
/* CSS Document */


/*============
HEADER logo
=============*/
/*original*/
.header_wrapper{
  border-bottom:1px solid #EBEBEB;
  display: flex;
  align-items: center

}
/*original*/
.header_logo{
  /*width: 100%;*/
  max-width: 82px;
  height: auto;
  margin-left: 1.5rem
}
/*original*/
.header_wrapper_inner{
	display: flex;
	align-items: center;
  width: 100%;
  height: 66px
}



/*============
表示制御
=============*/
@media screen and (min-width: 1024px) {
.toggle_btn {
display: none!important;
}
 
  nav{
  display: inherit!important;
  position: inherit!important;
  overflow-x: inherit!important;
  overflow-y: inherit!important;
  width:100%!important;
  background: #ffffff;
   transition: 0.2s;
  z-index: 3;
}
nav .inner ul li {
  position: inherit!important;
  margin: inherit;
  border-bottom: none!important;
}
nav .inner {
  padding: 0!important;
}
}

/*============
PC・MENUレイアウト
=============*/

 @media screen and (min-width: 1024px) {
 /*original*/
.header_menu{
display: flex;
}
/*original*/
.header_menu li a{
white-space: nowrap;
color: #000;
font-size: 1.4rem;
padding-right: 2.5rem;
transition: .3s;
font-weight: 600
}
.header_menu li:last-of-type a{
padding-right: 0
}
.header_menu li a:hover{
color: #777
}
/*original*/
#navArea{
	margin-left: auto;
  padding-right: 3rem;
  max-width: 1000px;
}
}

@media screen and (max-width: 1023px) {
  .toggle_btn {
display: block
  }  
}

/*============
nav
=============*/
@media screen and (max-width: 1023px) {
nav {
  display: block;
  position: fixed;
  top: 0;
/*left: -240px; 左不要　*/
  right: -240px;/*右*/
  bottom: 0;
  width: 240px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 3;
}
.open nav {
/*left:0　左　*/
  right: 0;
}
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: 0.2s;
}
  
/* nav .inner ul li a:hover {
  background: #e4e4e4;
} */
  
 /*original*/
.header_menu li a{
font-weight: 600
}
  .header_menu li a:hover{
color: #777
}
}


/*@media screen and (max-width: 767px) {
  nav {
   right: -240px; 
   width: 240px;
  }
}*/
/*============
@keyframes
=============*/
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 16px;
/* left: 30px; 左 */
  right: 10px;
  width: 60px;
  height: 30px;
  transform: translate(0, 0);
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.open .toggle_btn {
/*  left: 330px; 左*/
 right: 330px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #000;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 60px;
  animation: equalizer01 7000ms infinite;
}
.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 30px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 20px;
  animation: equalizer02 5000ms infinite;
}
.open .toggle_btn span {
  background-color: #fff;
  width: 30px;
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}
@media screen and (max-width: 1023px) {
  .open .toggle_btn {
    /*left: 260px; 左*/
     right: 230px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
}
/*============
main
=============*/
/*main {
  padding: 50px;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}*/


