
/* =====================
base
===================== */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", sans-serif;
    font-weight: 500;
  color: #3e3a39;
  margin-top: 52px;
}

body.fixed {
  overflow: hidden;
}

.pcv {display: none;}

@media screen and (min-width: 600px) {
  body {
    margin-top: 70px;
  }
}

@media screen and (min-width: 767px) {
  .pcv {display: block;}
  .spv {display: none;}
}

@media screen and (min-width: 1200px) {
  .trans {
    opacity: 1;
    transition: .3s;
  }
  .txthov:hover {
    text-decoration: underline;
  }
  .trans:hover {
    opacity: 0.7;
    transition: .3s;
}
}