
@charset "UTF-8";


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

h1 {
  font-size: 20px;
  font-family: "Verdana", sans-serif;
  font-optical-sizing: auto;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 2px;
  color: #ffffff;
  border-bottom: dashed 2px #ffffff;
  margin: 50px 5px;
  padding: 50px 30px 10px;
}

h2 {
  font-size: 30px;
  font-family: "Verdana", sans-serif;
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 5px 5px;
  padding: 5px 20px 10px;
}

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: -20px 60px 0px;
  padding: 0px 20px 0px;
}

.text02 {
  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: -5px 60px;
  padding: 0px 20px 10px;
}

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

.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 {
  width: 100vw
  height: 100vh;
  background: linear-gradient(180deg, #073390 0%, #26bbe3 15%, #f6c3d9 50%, #fffde6 80%, #ffffff 100%);
}