@charset "utf-8";
@media screen and (max-width: 767px) {
p {
    font-size: 0.9rem;
}
/* mv */
.mvcatch {
    top: 50%;
}
.mvcatch p, .mvcatch h1 {
    font-size: 2rem;
    font-weight: 600;
  }
/* sub mv */
.mvt p, .mvt h1 {
  font-size: 2.5rem;
  }
.h2title {
  font-size: 1.5rem;
}
.menuitem a {
  font-size: 1.2rem;
}
.orcard {
	font-size: 0.9rem;
	line-height: 0.9rem;
	min-height: 1.8rem;
}
.venus {
	background-image: none;
}
.venus_sp {
  display: block;
  width: auto;
  height: 250px;
  margin: 0.5rem 0 0 auto;
  border-radius: 20px;
}
}