@charset "utf-8";

/****** 共通基本設定
******************************************************/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #fff;
  margin: 0;
  background-image: url(../img/LOL.jpg);
  background-size: cover;
}
.LOL-word1 {
  color: rgb(255, 255, 255);
  text-align: center;
  box-sizing: content-box;

  /* margin-bottom: 50%; */
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.LOL-word1 h1{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 400%;
}
.LOL-main1{
  width: 640px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 50px;
  font-size: 200%;
}
.LOL-main2{
  display: flex;
  justify-content: center;
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
  width: 640px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin: auto;
  font-size: 200%;
}
.LOL-main3{
  display: flex;
  justify-content: center;
  text-align: left;
  width: 640px;
  margin-top: 50px;
  margin: auto;
  padding-bottom: 5%;
  font-size: 200%;
}
a {
  color: skyblue;
  text-decoration: none;
  padding: auto;
}
a:hover {
  color: skyblue;
  font-weight: bold;
}
