@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: url("bg_re.jpg") center center/cover fixed;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

p {
  margin: 0 0 0.5em;
  line-height: 1.8em;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100%;
}
.wrap > div:nth-child(1) {
  text-align: center;
}
.wrap > div:nth-child(1) img {
  max-width: 80%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.wrap > div:nth-child(1) p {
  color: #fff;
}
.wrap > div:nth-child(2) {
  padding: 20px 20px 10px;
  background: rgba(0,0,0,.8);
  color: #fff;
  border-radius: 10px;
}
.wrap > div:nth-child(3) {
  text-align: center;
}

.txt-01 {
  margin-bottom: 0;
  font-family: "Zen Antique", serif;
}

.txt-02 {
  margin-top: 10px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li:not(:first-child) {
  margin-top: 5px;
}

@media screen and (max-width: 749px) {
  p {
    font-size: 14px;
    line-height: 1.8em;
  }
  .wrap {
    padding: 20px 20px 20px;
  }
  .wrap > div:nth-child(2) {
    margin: 20px 0 50px;
  }
  .txt-01 {
    font-size: 40px;
    line-height: 1.6em;
  }
  .txt-02 {
    font-size: 16px;
    line-height: 1.6em;
  }
  ul {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 400px) {
  .txt-01 {
    font-size: 36px;
    line-height: 1.6em;
  }
  .txt-02 {
    text-align: left;
  }
}
@media screen and (min-width: 750px) {
  p {
    font-size: 18px;
    line-height: 1.8em;
  }
  .wrap {
    padding: 50px 50px 50px;
  }
  .wrap > div:nth-child(2) {
    margin: 30px 0 100px;
  }
  .txt-01 {
    margin-bottom: 0;
    font-family: "Zen Antique", serif;
    font-size: 80px;
    line-height: 1.6em;
  }
  .txt-02 {
    font-size: 24px;
    line-height: 1.6em;
  }
  ul {
    font-size: 18px;
    line-height: 1.8em;
  }
}