body	{
	background-color: black;
	margin: 0px !important;
	}
	
.maincontainer	{
	width: 100%;
	margin: 0 auto;
	display: block;
	}
	
.glitch img	{
	max-width: 1000px;
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
    top: 25%;
	}


.skew {
  animation: skew 2s infinite;
}
@keyframes skew {
  0% {
    transform: none;
  }
  33% {
    transform: none;
  }
  33.3% {
    transform: skewX(30deg);
  }
  33.6% {
    transform: skewX(-30deg);
  }
  33.9% {
    transform: none;
  }
  66% {
    transform: none;
  }
  66.3% {
    transform: skewX(5deg);
  }
  66.6% {
    transform: skewX(-5deg);
  }
  66.9% {
    transform: none;
  }
  77% {
    transform: none;
  }
  77.3% {
    transform: skewX(15deg);
  }
  77.6% {
    transform: skewX(-15deg);
  }
  77.9% {
    transform: none;
  }
}

.wrap {
  overflow: scroll; /* .wrap内をスクロール可能にする。必要です */
  scroll-snap-type: y mandatory; /* 縦軸にスナップさせる */
  width: 100vw; /* 横幅を画面いっぱいに */
  height: 100vh; /* 縦幅を画面いっぱいに */
}
.section {
  width: 100%; /* 横幅を親要素の幅いっぱいに */
  height: 100%; /* 縦幅を親要素の幅いっぱいに */
}

/* 以下はレイアウト用 */
.section {
  font-size: 100%;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  letter-spacing: .1em;
}
.section:nth-of-type(odd) {
  background-color: black;
  color: #fff;
}
.section:nth-of-type(even) {
  background-color: black;
  color: #fff;
}

.section.one	{
	/*background-image: url(image/mojimoji.gif);*/
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0.1);
    background-blend-mode: hue;
    height: 100vh;
    display: flex;
	}
	
.section.white	{
	/*background-image: url(image/mojimoji.gif);*/
    background-size: cover;
    background-position: center;
    background-color: rgba(255,255,255,1);
    background-blend-mode: hue;
    height: 100vh;
    display: flex;
	}
	
.section.two	{
	background-image: url(image/hpmovie001.gif);
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0.1);
    background-blend-mode: hue;
    height: 100vh;
    display: flex;
	}
	
.section.three	{
	font-size: 120%;
    line-height: 175%;
    font-family: serif;
    font-weight: 100;
    width: 95%;
    margin: 0 auto;
    height: 100vh;
    display: flex;
	}
	
.story	{
	max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
    font-size: 80% !important;
    line-height: 150%;
	}
	
.section.four	{
	font-size: 120%;
    line-height: 175%;
    font-family: serif;
    font-weight: 100;
    margin: 0 auto;
    display: inline-block;
	}
	
.section.foursp	{
	display: none;
	}
	
.section.five	{
	font-size: 120%;
    line-height: 175%;
    font-family: serif;
    font-weight: 100;
    width: 95%;
    margin: 0 auto;
    height: 100vh;
    display: flex;
	}

.dl-icon	{
	text-align: center;
	display: block;
	transition-duration: 0.3s;
	}
	
.dl-icon img.apple	{
	width: 50%;
	max-width: 165px;
	margin-right: 20px;
	}
	
.dl-icon img.android	{
	width: 50%;
	max-width: 200px;
	}
	
.dl-icon img:hover	{
	opacity: 0.6;
  	transition-duration: 0.3s;
	}
	
.question	{
	width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto;
    margin-top: 60px;
    display: block;
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 80px;
    font-family: serif;
	}
	
.question p	{
	width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto;
    margin-top: 60px;
    display: block;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 80px;
	}

.attention	{
	width: 80%;
	text-align: left;
	color: red;
	margin: 0 auto;
	margin-top: 60px;
	display: block;
	font-family: serif;
	}
	
@media screen and (max-width:640px) {
.glitch img	{
	width: 80%;
	}

.section.four	{
    display: none;
	}
	
.section.foursp	{
	display: inline-block;
	font-size: 120%;
    line-height: 175%;
    font-family: serif;
    font-weight: 100;
    margin: 0 auto;
	}
	
.question	{
    font-size: 20px;
	}
	
.attention	{
	width: 95%;
	}
	
.dl-icon img.apple	{
	width: 50%;
	max-width: 130px;
	margin-right: 20px;
	}
	
.dl-icon img.android	{
	width: 50%;
	max-width: 160px;
	}

}