body {
    /* margin: 0 auto; */
  }
  
  .item{
    /* height: 200px; */
    /* background-color: green; */
    /* padding: 20px; */
    /* color: white; */
    /* font-size: 2rem; */
    /* font-weight: bold; */
  }


/***追従するトップへ戻るボタン***/
#page-top {
  position: fixed;
  right: 5px;
  bottom: 80px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #000000;
  padding: 0 0 0 35px;
  border-top: solid 1px;
}
#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}
/***トップへ戻るボタンここまで***/

/***追従するfooterMenuへ戻るボタン***/
#footer-Menu {
  position: fixed;
  bottom: 0px;
  height: 70px;
  width: 100%;
  text-decoration: none;
  padding: 0 0 0 0px;
}
#footer-Menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
}
/***トップへ戻るボタンここまで***/

/***追従するfooterMenuPCへ戻るボタン***/
#footer-Menu-PC {
  position: fixed;
  right: 5px;
  bottom: 10px;
  height: 50px;
  width: 200px;
  text-decoration: none;
  padding: 0 0 0 0px;
}
#footer-Menu-PC::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
}
/***トップへ戻るボタンここまで***/