@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #3f3f3f;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.w100p {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main img {
  display: block;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

picture img {
  display: block;
  width: 100%;
  height: auto;
}

.cmn-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
