@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html *,
::before,
::after {
  box-sizing: border-box;
}
*{
min-width: 0;
min-height: 0;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  color: #000;
  font-size: 16px;
  animation: bodyfadeIn 2s ease 0s 1 normal;
  -webkit-animation: bodyfadeIn 2s ease 0s 1 normal;
  /* font-feature-settings: "palt"; */
  overflow-x: hidden;
}
body.active {
  overflow-y: hidden;
}
.notojp {
  font-family: "Noto Sans JP", sans-serif;
}
.open_sans {
  font-family: 'Open Sans', sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.7;
}

a {
  color: #333;
  text-decoration:none;
}

.trans {
  transition: all 0.3s;
}

.trans:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrap {
  max-width: 900px;
  width: 90%;
  margin: auto;
}
/* .wrap.wrap_1000 {
  max-width: 1000px;
  margin: auto;
  width: 100%;
} */
.spv {
  display: none;
}
.tsv {
  display: none;
}
.sp_only {
  display: none;
}
@keyframes bodyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bodyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1px) and (max-width: 960px) {
  .trans:hover {
    opacity: 1;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .wrap {
    width: 90%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .pcv {
    display: none;
  }
  .spv {
    display: block;
  }
  p {
    font-size: 14px;
  }
  a {
    font-size: 14px;
  }
}
