@charset "UTF-8";
/*-------------------------
  reset
-------------------------*/
body {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
ol,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ol[role="list"],
ul[role="list"] {
  list-style: none;
}
body {
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  color: #000;
}
a {
  outline: none;
}
img,
picture {
  width: 100%;
  height: auto;
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
main {
  overflow-x: hidden;
}
/* for Safari
-------------------------*/
summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
