@charset "UTF-8";
/* grobal */
@media (min-width: 768px) {
    .pc-hidden {
        display: none;
    }
}

/* header */
.header-logo {
    padding: 48px 0 0 0;
    position: fixed;
    top: 2rem;
    left: 4%;
    box-sizing: border-box;
    width: 13%;
    padding: 0 5px;
    height: 100%;
    max-height: 3rem;
    z-index: 9999;
        .site-logo {
            width: 100%;
            max-width: 200px;
        }
        .acms-admin-module-edit-wrapper .acms-admin-module-edit {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
        }
  }
#pageTop {
    position: relative;
    top: .5rem;
    right: 8%;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px;
    height: 100%;
    /* max-height: 3rem; */
    z-index:1000;
}
.site-header {
    position: fixed;
    top: 2.5rem;
    right: 5%;
    z-index: 9999;
    box-sizing: border-box;
    width: 3%;
    padding: 0;
    a {
        .icon-toggle-menu {
            position: relative;
            display: block;
            background-color: var(--color-blue-base);
            width: 2rem;
            height: 1.5px;
            margin-bottom: 1.6875rem;
            -webkit-transition: all 0.5s cubic-bezier(0.19,1,0.22,1);
            transition: all 0.5s cubic-bezier(0.19,1,0.22,1);
            border-radius: 1rem;
            &:after {
                content: "";
                -webkit-transition: all 0.5s cubic-bezier(0.19,1,0.22,1);
                transition: all 0.5s cubic-bezier(0.19,1,0.22,1);
                position: absolute;
                right: 0;
                top: 8.5px;
                display: inline-block;
                background-color: inherit;
                width: 1.5rem;
                height: 1.5px;
                border-radius: 1rem;
            }
        }

    }
}
.header-ham {
    position: relative;
    top: 0;
    right: 0;
}
@media (max-width:767.98px) {
    .site-header {
        top: 3%;
        right: 4%;
    }
}
@media (min-width:768px) {
    .site-logo {
        width: 100%;
        max-width: 19rem;
    }
}
@media (max-width:767.98px) {
    .header-logo {
      padding: 0;
      width: 100%;
      max-width: 8.5rem;
      top: 0;
      left: 6%;
    }
  }
/* work */
.site-name a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    &:hover {
        opacity: 1;
    }
  }

  .site-logo {
    display: inline-block;
    width: 22px;
    height: auto;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
