@charset "utf-8";
html,body,main,section,h1,h2,h3,ul,li,p,address {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 25px;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}
ul {
  list-style: none;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}
button {
  all: unset;
}
