@charset "UTF-8";
/* CSS Document */

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #707070; 
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.6rem;
	line-height: 2.4rem;
  font-weight: 500;
  text-align: center;
}
a:hover {
	opacity: 0.5;
  transition: 0.4s;
}
a {
  text-decoration: none;
}
.none {
	display: none;
}
img {
  width: 100%;
	vertical-align: bottom;
}
.sp {
  display: none;
}
.sp__pad {
  display: none;
}
@media (max-width:1100px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media (max-width:767px) {
  .sp__pad {
    display: block!important;
  }
  .pc__pad {
    display: none!important;
  }
}
.mina {
	font-family: mina, serif;
	font-style: normal;
}
.inline-block {
  display: inline-block;
}
