/* media
--------------------------*/






/* スマートフォン・タブレット用 */

@media (max-width: 640px) {



  /* HEADER */

  #pc-header {
    display: none;
  }

  #sp-header {
    position: fixed;
    z-index: 200;
    top: 0px;
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sp-header-container {
    width: 90%;
    height: 40px;
    margin: 0 auto;
    border-bottom: 1px solid rgb(173, 173, 173);
  }


  
  .home-link {
    position: fixed;
    z-index: 200;
    top: 12px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 20px;
    margin: 0 auto;
  }

  .head-logo {
    height: 20px;
  }


  .header-menu {
    position: fixed;
    right: 1000px;
  }


  /* HEADER */






/* SIDE MENU */

/* input[type="checkbox"] {
  position: fixed;
  top: 50px;
  right: -50px;
} */

#menu {
  width: 100%;
}

.hamberger {
  float: right;
  position: fixed;
  z-index: 100;
  cursor: pointer;
  width: 28px;
  height: 20px;
  margin: 2px;
  top: 8px;
  right: 5%;
  color: rgb(0, 0, 0);
  display: block;
  opacity: 0.4;
}

.hamberger span {
  left: 0px;
  width: 100%;
  height: 2px;
  position: relative;
  display: block;
  background-color: rgb(90, 90, 90);
  border-radius: 3px;
  transform: rotate(0deg);
  transition: .3s ease-in-out;
}

.hamberger:hover {
  opacity: 1;
}



.hamberger span:nth-child(1) {
  top: 0px;
}
.hamberger span:nth-child(2) {
  top: 8px;
}
.hamberger span:nth-child(3) {
  top: 16px;
}
.hamberger.open span:nth-child(1) {
  transform: translateY(14px) rotate(135deg);
}
.hamberger.open span:nth-child(2) {
  transform: translateX(400%);
}
.hamberger.open span:nth-child(3) {
  transform: translateY(-14px) rotate(-135deg);
}












aside { 
  float: right;
  text-align: center;
  position: fixed;
  z-index: 20;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  padding: 120px  0  0 0px;
  margin: 0px;
  transition: all 0.25s;
  background-color: rgba(255, 255, 255, 0.95);
}


.menu-lists {
  line-height: 60px;
}

.menu-lists-logo {
  line-height: 60px;
}


.list-link {
  font-family: 'Noto Sans JP', sans-serif;
  color: black;
  font-size: 20px;
  opacity: 0.6;
}

.list-link:hover {
  opacity: 1;
  color: rgb(255, 128, 128);
}





}














@media (min-width: 640px) {







/* SIDE MENU */


aside {
  display: none;
}




/* HEADER */

#sp-header {
  display: none;

}

#pc-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}

.pc-header-container {
  width: 90%;
  height: 40px;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid rgb(173, 173, 173);
}

.home-link {
  height: 20px;
  width: 33.3%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 12px;
}

.head-logo {
  height: 20px;
  margin-left: 10px;
  float: left;
}

.header-menu {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.list-link {
  font-family: 'Noto Sans JP', sans-serif;
  color: black;
  font-size: 16px;
  opacity: 0.6;
  padding: 0 6px;
}

.list-link:hover {
  opacity: 1;
  color: rgb(255, 128, 128);
}

.list-link-logo {
  color: black;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.6;
  padding-left: 20px;
}

.list-link-logo:hover {
  opacity: 1;
  color: rgb(255, 128, 128);
}






/* HEADER */


/* WORKS */





}
