@charset "UTF-8";

body{
	margin:  0px;
	padding: 0px;
}

.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
.wf-nicomoji { font-family: "Nico Moji"; }

#main{
	width: 375px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

#sakuma{
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 8px;
	width: 170px;
}

.container{
	width: 100%;
	height:375px;
	background-image:url("img/uzumaki1.jpg");
	background-repeat: no-repeat;
	background-size:contain;

}

h1{
	font-family: "Nico Moji";
	font-size: 20px;
	color: #FF5E7A;
	position: absolute;
	top: 122px;
	text-align: center;
	width: 375px;
	
}

#logo{
	text-align:center;
	width: 230px;
	top: 24px;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	
}

#package{
	width: 375px;
	position: absolute;
	top:230px;
}

.container2{
	width: 100%;
	height: 280px;
	background-color: white;
	background-size:contain;
	position: relative;

}

h2{
	font-family:"Nico Moji";
	font-size: 28px;
    color:#FF5E7A;
	text-align: center;
	width: 375px;
	position: absolute;
	top:-10px;
}

.a{
	font-family: "M PLUS Rounded 1c";
	font-size: 15px;
	color:brown;
    top: 70px;
	text-align: center;
	width: 375px;
	position: absolute;
}
.green{
	font-family: "M PLUS Rounded 1c";
	font-size: 13px;
	color: #009E00;
	top: 160px;
	left: 26px;
	text-align: center;
	width: 100px;
	position: absolute;
	
}

.green2{
	font-family: "M PLUS Rounded 1c";
	font-size: 13px;
	color: #009E00;
	top: 208px;
	left: 250px;
	text-align: center;
	width: 100px;
	position: absolute;
	
}

#candy {
	width: 130px;
	top:150px;
	left: 50%;
    transform: translateX(-50%);
	position: absolute;

}


.container3{
	width: 100%;
	height: 1290px;
	background-image:url("img/uzumaki2.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	position: relative;

}

.b{
	font-family:"M PLUS Rounded 1c";
	font-size: 15px;
	color:brown;
    top: 70px;
	text-align: center;
	width: 375px;
	position: absolute;
}

#ichi1{
	width: 60px;
	position: absolute;
	top: 110px;
	left: 15px;
}
#ichi2{
	width: 50px;
    position: absolute;
	top: 40px;
	left: 300px;
}
#ichi3{
	width: 50px;
	position: absolute;
	top: 300px;
	left: 280px;
}


h3{
	font-family: "Nico Moji";
	font-size: 28px;
	color: #FF5E7A;
	position: absolute;
	top: 430px;
	text-align: center;
	width: 375px;
	
}

.c{
	font-family:"M PLUS Rounded 1c";
	font-size: 15px;
	color:brown;
	position: absolute;
    top: 515px;
	text-align: center;
	width: 375px;
}
#rare{
	width: 150px; 
	left: 50%;
    transform: translateX(-50%);
	top:700px;
	position: absolute;
	
}



.d{
	font-family:"M PLUS Rounded 1c";
	font-size: 15px;
	color:brown;
	position: absolute;
    top: 940px;
	text-align: center;
	width: 375px;
}

.bunsuu{
	font-family: "Nico Moji";
	font-size: 40px;
	text-align: center;
	width: 150px;
	color: #009E00;
	top: 990px;
	left: 50%;
    transform: translateX(-50%);
	position: absolute;
	
}

.bunbo {
	position: relative;
}

.bar{
	width: 75px;
    height: 5px;
    background-color: #009E00;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
.e{
	font-family:"M PLUS Rounded 1c";
	font-size: 15px;
	color:brown;
	position: absolute;
    top: 130px;
	text-align: center;
	width: 375px;
	left: 50%;
    transform: translateX(-50%);
}

.container4{
	width: 100%;
	height: 375px;
	background-color: white;
	position: relative;
}

#kami{
	width: 200px;
	top:10px;
	left:-5px;
	position: absolute;
}

#kami2{
	width: 130px;
	top: 65px;
	right: 0px;
	position: absolute;
	
}

.container5{
	width: 100%;
	height: 375px;
	background-color: white;
	position: relative;
}
.btn {
  width: 150px;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  color:#FF5E7A ;
  font-family: "M PLUS Rounded 1c";
  font-size: 15px;
  border: solid 2px #FF5E7A;
  border-radius: 30px;
  transition: .4s;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.btn :hover {
  background: #FF5E7A;
  color: white;
}


.praivacy{
   width: 150px;
   text-align: center;
   font-size: 15px;
   font-family: "M PLUS Rounded 1c";
   display: block;
   color:#009E00;
   left: 50%;
   transform: translateX(-50%);
   position: absolute;
   top:150px;
   text-decoration: none;
}

.contact{
   width: 150px;
   text-align: center;
   font-size: 15px;
   font-family: "M PLUS Rounded 1c";
   display: block;
   color:#009E00;
   left: 50%;
   transform: translateX(-50%);
   position: absolute;
   top:190px;
	text-decoration: none;
}

.tokutei{
   width: 190px;
   text-align: center;
   font-size: 15px;
   font-family: "M PLUS Rounded 1c";
   display: block;
   color:#009E00;
   left: 50%;
   transform: translateX(-50%);
   position: absolute;
   top:230px;
   text-decoration: none;
	
}

#bottom{
	width: 200px;
	display: block;
	left: 50%;
    transform: translateX(-50%);
	top: 300px;
	bottom: 10px;
	position: absolute;

}
