@charset "utf-8";
body {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
    background-color: #bf8ff3;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}
h1 {
  color: rgb(246, 16, 212); font-size: 2rem; font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", "YuGothic","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; background-color: rgb(96, 96, 96);
}

h2 {
  color: rgb(244, 106, 225); font-size: 1.5rem; font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", "YuGothic","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; background-color: rgb(96, 96, 96);
}

p {
    font-family: Meiryo, "游ゴシック体", "Yu Gothic", "游ゴシック", "YuGothic","メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; line-height: 1.7;
}

header {width: 100%;}
header img {
  max-width: 100%;
  height: auto;
}
nav {width: 100%;}
article {width: 100%;}
section {width: 100%;}
aside {width: 100%;}
footer {width: 100%;}
footer img {
  max-width: 100%;
  height: auto;
}