@media only screen and (max-width: 767px) {
  .head img {
    width: 85% !important;
    margin: 0 auto !important;
  }
}

body {
  margin: 0;
}

h2 {
  font-size: 50px;
  margin: 115px auto 0;
  line-height: normal;
  text-decoration: none;
}

h3 {
  font-size: 50px;
  margin: 75px auto 0;
  line-height: 55px;
  text-decoration: none;
}

.container {
  max-width: 900px;
  width: 100%;
  margin: 5% auto 10%;
}

.threesection {
  text-align: center;
  margin: 0px -25px 0px -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.threesection .mystery {
  background-image: url(https://www.mandarake.co.jp/zin/bl/kikka/image/mystery.jpg);
  background-size: cover;
  -webkit-transition: .2s;
  transition: .2s;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  -webkit-box-shadow: 6px 10px 14px -3px #2020205b;
          box-shadow: 6px 10px 14px -3px #2020205b;
  text-decoration: none;
  color: white;
}

.threesection .mystery:hover {
  background-image: url(https://www.mandarake.co.jp/zin/bl/kikka/image/mysteryblurr.jpg);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.threesection .horror {
  background-image: url(https://www.mandarake.co.jp/zin/bl/kikka/image/horror.jpg);
  -webkit-transition: .2s;
  transition: .2s;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  -webkit-box-shadow: 6px 10px 14px -3px #2020205b;
          box-shadow: 6px 10px 14px -3px #2020205b;
  text-decoration: none;
  color: white;
}

.threesection .horror:hover {
  background-image: url(https://www.mandarake.co.jp/zin/bl/kikka/image/horrorblurr.jpg);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.threesection .bl {
  background-image: url(https://www.mandarake.co.jp/zin/bl/kikka/image/bl.jpg);
  background-size: cover;
  -webkit-transition: .2s;
  transition: .2s;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  -webkit-box-shadow: 6px 10px 14px -3px #2020205b;
          box-shadow: 6px 10px 14px -3px #2020205b;
  text-decoration: none;
  color: white;
}

.threesection .bl:hover {
  background-image: url(https://www.mandarake.co.jp/zin/bl/kikka/image/blblurr.jpg);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
/*# sourceMappingURL=indextext.css.map */