body {
  margin: 0;
  font-size: 12px;
}

header {
  background-color: #000;
  text-align: center;
}
header img {
  width: 90%;
  padding: 12px 0;
}
@media screen and (min-width:1000px) {
  header img {
    width: 70%;
  }
}
h1 {
  text-align: center;
  margin: 0;
}

nav {
}
nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 20px;
  justify-content: space-around;
}
nav li {
  background: #000;
  width: 120px;
  text-align: center;
}
nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
}
nav li a:hover {
  background: #555555;
}
nav li p {
    color: #fff;
    margin: 0;
    font-size: 1.3em;
}
i {
  color: #fff;
}
.icon {
    font-size: 7em;
  }

  @media screen and (max-width: 480px){
    nav {
    }
    nav ul {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 20px;
      justify-content: space-around;
    }
    nav li {
      background: #000;
      width: 100px;
      text-align: center;
    }
    nav li a {
      display: block;
      text-decoration: none;
      padding: 10px 20px;
    }
    nav li a:hover {
      background: #555555;
    }
    nav li p {
        color: #fff;
        margin: 0;
        font-size: 1.1em;
    }
    i {
      color: #fff;
    }
  .icon {
      font-size: 4em;
    }
  }


  .title {
    border-left: 32px solid #830086;
    border-right: 32px solid #830086;
    font-size: 3em;
    font-weight: bold;
    margin-top: 32px;
    text-align: center;
  }


  footer {
    background-color: #000;
    text-align: center;
    padding: 0;
  }
  footer p {
    color: #fff;
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 1em;
  }
  .footer_box {
    width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
  footer .profile {
    text-align: center;
    float: left;
    width: 110px;
    margin-left: 10%;
  }
  footer .profile a {
    text-decoration: none;
  }
  footer .profile img {
    border: 1px solid #fff;
    width: 64px;
    border-radius: 50%;
    padding: 0;
  }
  footer .descliption {
    text-align: left;
    width: 160px;
    height: 110px;
    margin-left: 50%;
  }
  .descliption p {
    padding-top: 25px;
    font-size: 1.2em;
  }


.box_l {
  text-align: center;
  margin-top: 64px;
}
.main_contents {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

.main_contents li {
  flex: 0 0 19%;
}

.main_contents li img {
  width: 160px;
  height: 160px;
  border: 1px solid #555555;
  border-radius: 10px;
  transition:1s all;
  /*ドット絵をぼかさずに拡大する処理*/
  image-rendering: pixelated;
	image-rendering: -webkit-crisp-edges;
	image-rendering: -moz-crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
.main_contents li img:hover {
  border: 0px;
  filter: hue-rotate(120deg);
  transform:scale(1.2,1.2);
  transition:1s all;
}
.main_contents li p {
  margin: 0;
}
.main_contents li:empty {
}
.ti {
  font-size: 1.2em;
  font: bold;
}
.sub {
  padding-bottom: 64px;
}
.tyouhen {
  color: #fff;
  background: #b01b31;
}
.tanpen {
  color: #fff;
  background: #2573c6;
}
.matome {
  color: #fff;
  background: #016e15;
}
