@charset "utf-8";

/****** 共通基本設定
******************************************************/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #fff;
  margin: 0;
  background-image: url(../img/eslcologne.jpg);
  background-size: cover;
}
.word-1 {
  color: rgb(255, 255, 255);
  text-align: center;
  box-sizing: content-box;
  margin-bottom: 10%;
  max-width: 100%;
  height: 100%;
  overflow: scroll;
}
.word-1 h1{
  display: flex;
  justify-content: center;
  /* padding-top: 10%; */
  font-size: 400%;
}
.word-1 h2{
  display: flex;
  justify-content: center;
  padding-top: 100px;
  line-height: 3.3em;
  font-size: 150%;
  padding-bottom: 10%;
}