@charset "utf-8";



*{
font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, 

Arial, sans-serif;
line-height: 1.7em;
letter-spacing: 0.05em;
}


/* イントロ */

#white_screen{
  background: #fff;
  width: 100%;
  max-width: 1024px;
  height: 100vh;
  /* display: flex; */
  margin: 0 auto 0 auto;
  align-items: center;
  /* justify-content: center; */
}

#white_screen h1{

width: 70%;

border-bottom: solid 2px #2160b1;

line-height: 0;

padding: 0px 0px 32px 0;

margin: 0 auto;
}

#white_screen h1 img{width: 100%;}


#white_screen .catch_block{
  position: relative;
  left: 0;
  right: 0;
  top: 0%;
  margin: 40px auto 0px;
  z-index: 10;
  width: 70%;
  /* height: 110px; */
}
#white_screen .catch_block li:nth-child(1){
  margin: 0 0 0px auto;
  font-weight: bold;
  color: #2160b1;
  /* position: absolute; */
  animation-name: catch01;
  animation-duration: 12s;
  /* animation-fill-mode: forwards; */
  animation-direction: normal;
  animation-play-state: running;
  animation-iteration-count: infinite;
  text-align: right;
  left: auto;
  right: 0;

}
#white_screen .catch_block li:nth-child(1) img{
display: block;
          width: 100%;
}


#white_screen .catch_block li:nth-child(2){
  margin: 0 0 0px auto;
  font-weight: bold;
  color: #2160b1;
  /* position: absolute; */
  animation-name: catch02;
  animation-duration: 12s;
  /* animation-fill-mode: forwards; */
  animation-direction: normal;
  animation-play-state: running;
  animation-iteration-count: infinite;
  text-align: right;
  left: auto;
  right: 0;

}
#white_screen .catch_block li:nth-child(2) img{
display: block;
          width: 100%;
}


#white_screen .catch_block li:nth-child(3){
  margin: 0 0 0px auto;
  font-weight: bold;
  color: #2160b1;
  /* position: absolute; */
  animation-name: catch03;
  animation-duration: 12s;
  /* animation-fill-mode: forwards; */
  animation-direction: normal;
  animation-play-state: running;
  animation-iteration-count: infinite;
  text-align: right;
  left: auto;
  right: 0;

}

#white_screen .catch_block li:nth-child(3) img{
display: block;
          width: 100%;
}


@keyframes catch01{
0% {
  display: none;
  z-index: -100;
  opacity: 0;
width: 0%;
}
15% {
  font-size: 100%;
    display: block;
    z-index: 1;
    opacity: 1;
  width: 90%;
}


30% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 90%;

}
45% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 0%;
}
60% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 0%;
}

75% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 0%;
}

90% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 0%;
}
100% {
  display: none;
  z-index: -100;
  opacity: 0;
    width: 0%;
}



}

@keyframes catch02{
0% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 0%;
}

30% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 0%;
}

45% {
  font-size: 100%;
    display: block;
    z-index: 1;
    opacity: 1;
  width: 90%;
}
60% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 90%;
}
75% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 0%;
}

90% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 0%;
}
100% {
  display: none;
  z-index: -100;
  opacity: 0;
  width: 0%;
}

}


@keyframes catch03{
  0% {
    display: none;
    z-index: -100;
    opacity: 0;
  width: 0%;
  }
  
  30% {
    display: none;
    z-index: -100;
    opacity: 0;
  width: 0%;
  }
  
  45% {
    display: none;
    z-index: -100;
    opacity: 0;
  width: 0%;
  }
  60% {
    display: none;
    z-index: -100;
    opacity: 0;
  width: 0%;
  }
  
  75% {
      display: block;
      z-index: 1;
      opacity: 1;
  width: 90%;
  }
  
  90% {
    display: block;
    z-index: 1;
    opacity: 1;
width: 90%;
  }
  100% {
    display: block;
    z-index: 1;
    opacity: 1;
width: 90%;
  }
  

}


/* イントロ ここまで*/






#wrapper{
	width: 100%;
position: relative;
    overflow: hidden;
}


#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: 1px #ffffff solid;
	font-size: 10px;
	    z-index: 100;
}

#page-top a {
    text-decoration: none;
    width: 90px;
    text-align: center;
    display: block;
    color: #FFFFFF;
    background-color: #020096;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}
#page-top a i{
    font-size: 16px;
}






/*　　　　　　　　　　　　--ヘッダーここまで　--　　　　　　　　　　　　　　　

*/








main.top{

}







/* ボタン共通設定 */
.btn01 {
    display: block;
    width: 130px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    margin: 0 0 0 auto;
    position: absolute;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 2%;
}
.btn01 a {
        width: 100%;
        color: #2160b1;
        /* background: #2160b1; */
        font-size: 16px;
        padding: 8px 0px;
        border: solid 1px #fff;
        font-weight: bold;
        letter-spacing: 0.1em;
        display: block;
        text-align: center;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
}
.btn01 a i{
  
}

.btn01 a:hover {
    color: #2160b1;
		background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
