@charset "UTF-8";

body {
	margin: 0px;
}

.top {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url("images/top.jpg");
	background-size: cover;
	background-attachment: fixed;
	max-width: 100vh;
	
	animation-name: top;
    animation-duration: 4s;
}

@keyframes top{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
	
h1 {
	color: #818181;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: lighter;
	font-size: 43px;
	margin-top: 120px;
	margin-left: 35px;
}



.photo1 {
	text-align: center;
	margin-top: 130px;	
}

.aicon1 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 100px;
}



.photo2 {
	text-align: right;
	padding-bottom: 0px;
}

.setumei{
	color: #818181;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 100px;
	margin-right: 38px;
}

.howto{
	color: #FFFFFF;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	background-color: #005A3C;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 150px;
	margin-bottom: 100px;
}


/*
#howto{
	margin-top: 100px;
	padding-top: 40px;
}
*/


.aicon2 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}

#gif1 {
	text-align: right;
	margin-top: 60px;
}

#gif2 {
	text-align: center;
	margin-top: 120px;
	margin-bottom: 30px;
}

#gif3 {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 0px;
}

h2 {
	color: #005A3C;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-left: 65px;
}


.yohaku1{
	height: 100px;
}

.photo3 {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 50px;
}

.photo4 {
	text-align: right;
	margin-top: 30px;
}


/*
#gooddesign{
	color: #005A3C;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	margin-left: 100px;
}
*/


.aicon3{
	text-align: center;
	margin-top: 150px;
	margin-bottom: 130px;
}


.syouhinn{
	color: #818181;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 0px;
}


#nedann{
	font-weight: normal;
	font-size: 19px;
}

.aicon4{
	text-align: center;
	margin-top: 90px;
	margin-bottom: 100px;
}




.gotyuui{
	color: #818181;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	margin-left: 40px;
	margin-top: 60px;
	margin-bottom: 100px;
}

#gotyuui{
	font-weight: normal;
	font-size: 15px;
}

ul li{
	margin-left: -20px;
	padding-bottom: 10px;
	margin-right: 38px;
}


.link{
	text-align: center;
	margin-bottom: 10px;
}

#link{
	margin-bottom: 100px;	
}


