@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  color: #333; /* RGB */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: center;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.none {
  display: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  object-position:bottom;
 vertical-align: bottom;
}
p {
  text-align: left;
	color: #3C153D;
}