@charset "utf-8";

/* ======================================================
                共通設定
====================================================== */
/*　▼ 空白設定　*/
html,body,#wrap,img,p,
#main{
	padding:0;
	margin:0;
	overflow-x:hidden;
}

body{
margin: 0px; /* bodyの外側の余白を指定する */
padding:0;
}

#wrap{
	width:100%;
}



/* ======================================================
                header設定
====================================================== */














/* ======================================================
               main設定
====================================================== */





/* ======================================================
               footer設定
====================================================== */



/*ページトップ footer ===================================================== */

#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #333;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}