@charset "utf-8";
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #1f2a65;
        margin: 0;
      }
header {
    position:fixed; /* ここに注目! */
    top: 0;
    z-index: 1000;
    width: 393px;
    height: 79px;
    padding-inline: 15px;
    align-content: center;
    background-color: rgba(220,223,222,0.5);
  }
.main-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.header-inner{
    text-align:center;
    height: 112px;
    width: 170px;
    margin-left: 95px;
}
.STORY{
    font-size: 48px;
    color: white;
    font-family: "yuji-syuku", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    margin-top: -3400px;
}
.bou{
  width: 250px;
  margin-left: 65px;
  margin-top: -43px;
}
img{
    width:100%;
    height:auto;
  }
  .giza1{
    display: flex;
    width: 216px;
    margin-top: 220px;
    margin-left: 87px;
  }
  .number1{
    font-family: "kaisei-harunoumi", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 60px;
    display: flex;
    justify-content: center;
    margin-top: -87px;
  }
.story1{
  width: 375px;
  margin-top: -55px;
}
.waku1{
  width: 344px;
  margin-top: -63px;
  margin-left: 24px;
}
.moji1{
  font-family: "kaisei-harunoumi", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: -93px;
  margin-left: 5px;
  color: #1f2a65;
}
.giza2{
  display: flex;
  width: 216px;
  margin-top: 450px;
  margin-left: 87px;
}
.number2{
  font-family: "kaisei-harunoumi", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  display: flex;
  justify-content: center;
  margin-top: -87px;
}
.story2{
  width: 351px;
  margin-top: 15px;
  margin-left: 17px;
}
.waku2{
  width: 344px;
  margin-top: 25px;
  margin-left: 24px;
}
.moji2{
  font-family: "kaisei-harunoumi", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: -93px;
  margin-left: 5px;
  color: #1f2a65;
}
.giza3{
  display: flex;
  width: 216px;
  margin-top: 400px;
  margin-left: 87px;
}
.story3{
  width: 351px;
  margin-top: 15px;
  margin-left: 17px;
}
.number3{
  font-family: "kaisei-harunoumi", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  display: flex;
  justify-content: center;
  margin-top: -87px;
}
.waku3{
  width: 344px;
  margin-top: 20px;
  margin-left: 24px;
}
.moji3{
  font-family: "kaisei-harunoumi", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: -93px;
  margin-left: 5px;
  color: #1f2a65;
}
.tukihaikei{
  width: 100%;
}
.hoshi1{
  width: 242px;
  margin-top: -1700px;
}
.hoshi2{
  width: 231px;
  margin-top: 570px;
  margin-left: 140px;
}
.tukimoji{
  font-family: "kaisei-harunoumi", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 210px;
  color: rgba(102,58,58,1);
}
.zentai{
  animation: fadeIn 3s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.iehaikei{
  width: 100%;
  position: absolute;
  z-index: 1;
}
.hoshi3{
  width: 235px;
  margin-top: 380px;
}
.snow {
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 5px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 5s linear infinite;
}
  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 8s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}
.omoidemoji{
  font-family: "kaisei-harunoumi", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: 775px;
  color: #1f2a65;

}
.kirakira1{
  position: relative;
  z-index: 2;
  width: 117px;
  margin-top: 500px;
}
.kirakira2{
  position: relative;
  z-index: 2;
  width: 186px;
  margin-top: 240px;
  margin-left: 190px;
}
.kirakira3{
  position: relative;
  z-index: 2;
  width: 171px;
  margin-top: 470px;
}
.kirakira4{
  position: relative;
  z-index: 2;
  width: 155px;
  margin-top: 270px;
  margin-left: 230px;
}
.hakugin{
  margin-top: 1500px;
  width: 334px;
  margin-left: 30px;
}
.syouhin{
  width: 100%;
}
.hatubai{
  font-family: "hiragino-mincho-pron", sans-serif;
font-weight: 300;
font-style: normal;
  font-size: 28px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: white
}
a{
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  text-decoration: none;     /*デフォルトの装飾を無効化*/
  color: white;     /*テキストの色*/           
  text-align:  center;        /* 中央寄せ */
  position: relative;
  z-index: 5;         
  padding: 10px;
}
.text2{
  margin-top: -30px;
}
.botan1{
  width: 311px;
  margin-top: -82px;
  margin-left: 38px;
}
.botan2{
  width: 311px;
  margin-top: -80px;
  margin-left: 38px;
}
.footer{
  width: 390px;
  margin-top: -10px;
}
