.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
h1 {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: .2em;
  padding: 8px 2%;
  text-align: center;
}
.top__wrap {
  background: center / cover no-repeat url(../img/top.jpg);
  padding: 14em 2%;
  text-align: right;
}
.top{
  filter: drop-shadow(10px 10px 3px rgba(0,0,0,0.1));
  margin: auto;
  max-width: 1000px;
}
section {
  text-align: center;
  padding: 64px 2% 128px;
}
section p:nth-of-type(1) {
  color: #ff4c00;
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: .2em;
  margin-bottom: 2em;
}
section a {
  position: relative;
  border: 1px solid #8aa9c9;
  border-radius: 32px;
  display: table;
  font-size: 2.0rem;
  font-weight: 600;
  margin: 2em auto;
  padding: 12px;
  width: 240px;
  z-index: 2;
}
section a:hover {
  border: 1px solid #ff4c00;
  color: #fff;
}
section a:hover::after {
  background: #ff4c00;
  border-radius: 32px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
section a::after {
  position: absolute;
  content: '';
  display: block;
  z-index: -1;
}
section a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
footer {
  font-size: 1.4rem;
  letter-spacing: .05em;
  text-align: center;
}
footer p {
  margin-top: 16px;
}

@media screen and (max-width:560px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.top__wrap {
  padding: 64% 2%;
}
section p:nth-of-type(1) {
  font-size: 2.6rem;
}
}