*{
  font-family: 'Merriweather Sans', sans-serif;
  margin: 0;
  padding: 0;
  cursor: url(image/icon.png),auto;
}

body{
  background-color: #c76044;
}

/* １０２５以上　ノートパソコン、デスクトップ */
@media (min-width: 1001px) { 
  /* CSS を記載*/


header{
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  width: 100%;
  position: fixed;
  z-index: 100;
  animation: fadeIn 4s forwards;

}

h6{
  margin-top: 10px;
  font-size: 60px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  
}





.info{
  margin-top: 10px;
  margin-right: 50px;
  font-size: 60px;
  font-weight: 800;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.info{
  color: white;
  text-decoration: none;
}



.inner nav{
  margin-top: 17px;
  margin-left: 50px;
}

.inner nav a{
  padding-right: 30px;
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
}

.inner nav a:hover{
  color: #665F7E;
  text-decoration: none;
  transition: 0.5s;
}


.policy{
  width: 100%;
  padding: 100px 200px;
  animation: zoomIn 0.8s forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.policy p{
  padding-top: 20px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
}




footer{
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 100px;
  padding-bottom:  10px;
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  animation: fadeIn 4s forwards;
}

footer ul{
  display: flex;
  bottom: 0;
  justify-content: space-between;
}

footer ul li{
  font-size: 20px;
  color: #ffffff;
  list-style: none;
  font-weight: 800;
}

footer a{
  color: #ffffff;
}

footer a:hover{
  color: #000000;
  transition: 0.5s;
}
}







/* ４８１以上１０２４以下　タブレット*/
@media (min-width: 481px) and (max-width: 1000px) {
  /* CSS を記載*/



header{
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  width: 100%;
  position: fixed;
  z-index: 100;
  animation: fadeIn 4s forwards;

}

h6{
  margin-top: 20px;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  
}





.info{
  margin-top: 20px;
  margin-right: 50px;
  font-size: 30px;
  font-weight: 800;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.info{
  color: white;
  text-decoration: none;
}



.inner nav{
  margin-top: 20px;
  margin-left: 50px;
}

.inner nav a{
  padding-right: 30px;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
}

.inner nav a:hover{
  color: #665F7E;
  text-decoration: none;
  transition: 0.5s;
}


.policy{
  width: 100%;
  padding: 100px 150px;
  animation: zoomIn 0.8s forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.policy p{
  padding-top: 20px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
}




footer{
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 100px;
  padding-bottom:  10px;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  animation: fadeIn 4s forwards;
}

footer ul{
  display: flex;
  bottom: 0;
  justify-content: space-between;
}

footer ul li{
  font-size: 10px;
  color: #ffffff;
  list-style: none;
  font-weight: 800;
}

footer a{
  color: #ffffff;
}

footer a:hover{
  color: #000000;
  transition: 0.5s;
}



}





/* 0から480スマートフォン)*/
@media (min-width: 0px) and (max-width: 480px) {
  /* CSS を記載*/




header{
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  width: 100%;
  position: fixed;
  z-index: 100;
  animation: fadeIn 4s forwards;

}

h6{
  margin-top: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
}





.info{
  margin-top: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 800;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.info{
  color: white;
  text-decoration: none;
}



.inner nav{
  margin-top: 20px;
  margin-left: 20px;
}

.inner nav a{
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.inner nav a:hover{
  color: #665F7E;
  text-decoration: none;
  transition: 0.5s;
}


.policy{
  width: 100%;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  animation: zoomIn 0.8s forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.policy p{
  padding-top: 20px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2em;
}




footer{
  padding-bottom:  10px;
  text-align: center;
  width: 100%;
  animation: fadeIn 4s forwards;
}


footer ul li{
  font-size: 12px;
  color: #ffffff;
  list-style: none;
  font-weight: 800;
  line-height: 2em;
}

footer a{
  color: #ffffff;
}

footer a:hover{
  color: #000000;
  transition: 0.5s;
}



}