// #page_top{
//   width: 160px;
//   height: 160px;
//   border-radius: 50%;
//   position: fixed;
//   bottom: 75px;
//   right: 48px;
//   opacity: 0;
//   transition: all 0.3s ease;
//   @include mediaS{
//     width: 110px;
//     height: 110px;
//     bottom: 32px;
//   }
//   a{
//     height: 100%;
//     width: 100%;
//     background-color: #EF8AC8;
//     border:1px solid #EF8AC8;
//     border-radius: 50%;
//     display: block;
//     position: relative;
//     .inner-content{
//       width: 95%;
//       height: 95%;
//       border-radius: 50%;
//       border: 2px solid $white;
//       background-color: #EF8AC8;
//       position: relative;
//       margin: 4px auto;
//       &:after{
//         content: '';
//         position: absolute;
//         top: 50%;
//         left: 50%;
//         transform: translate(-50%, -50%);
//         -webkit-transform: translate(-50%, -50%);
//         -ms-transform: translate(-50%, -50%);
//         width: 80%;
//         height: 3px;
//         background-color: $white;
//       }
//       .text-content{
//         position: absolute;
//         top: 50%;
//         left: 50%;
//         transform: translate(-50%, -50%);
//         -webkit-transform: translate(-50%, -50%);
//         -ms-transform: translate(-50%, -50%);
//       }
//       p{
//         color: $white;
//         text-align: center;
//         white-space: nowrap;
//         letter-spacing: 0;
//         font-weight: 700;
//       }
//       .title{
//         font-size: 1.125rem;
//         line-height: 22px;
//         padding-bottom: 8px;
//       }
//       .text{
//         margin-top: 4px;
//         font-size: 0.75rem;
//       }
//       .detail{
//         font-size: 0.75rem;
//         line-height: 12px;
//         margin-top: 2px;
//       }
//     }
//   }
// }
// #page_top.show {
//   opacity: 1;
//   transform: none;
// }
.page-top{
  &__list{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #43434C;
    color: $white;
    position: relative;
    padding: 18px 0;
    font-weight: 700;
    img{
      width: 13px;
      display: block;
    }
    span{
      margin-left: 4px;
      font-size: 0.75rem;
      display: inline-block;
    }
  }
}