
@charset "UTF-8";


=====
フォント
=====



h5 {
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  color: #f6bc7dd;
  margin: -50px 60px 0px;
  padding: 0px 20px 0px;
}


.text01 {
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2.5;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
  color: #ee5697;
  margin: -50px 60px 0px;
  padding: 0px 20px 0px;
}

.text02 {
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2.5;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
  color: #ee5697;
  margin: 0px 60px 0px;
  padding: 0px 20px 0px;
}

.text022 {
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2.5;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
  color: #ee5697;
  margin: 0px 60px 0px;
  padding: 0px 20px 0px;
}

a:link {
  color: #ee5697;
  text-decoration: underline; /* 下線を付ける */
}

.text03 {
  margin: 0px 50px 100px;
  padding: 0px 20px 10px;
}

.text05 {
  margin: -450px 500px 00px;
  padding: 0px -100px 500px;
}

.text04 {
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2.5;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
  color: #6bc7dd;
  margin: -20px 60px;
  padding: 0px 20px 10px;
}





=====
背景
=====
html,body{
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}
.full-background {
  background-image: url(../img/afterwordback01.png);
  background-repeat: no-repeat;
  background-size: cover;
}