@charset "UTF-8";
/* library_head */
.library_head {
  background-color: #fff;
  text-align: center;
}
header a {
  text-decoration: none;
  color: #b273cd;
}
.library_head {
  position: relative;
}
.library_head_inner {
  display: inline-block;
  padding-right: 6px;
}

.library_head_inner::after {
  content: '';
  position: absolute;
  top: 24px;
  background-image: url("../../images/camera.ico");
  background-size: 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .library_head {
    height: 60px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .library_head {
    height: calc(100vw *  (60 / 360));
    padding-top: calc(100vw *  (30 / 360));
  }
  header a:hover {
    opacity: 0.7;
  }
}

/*  */
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
}