@charset "UTF-8";
@media screen and (max-width: 768px) {
  #back-top {
    width: 50px;
    bottom: 23vw;
    right: 3%;
  }
  #back-top:hover {
    bottom: 23vw;
  }
  .harutoku {
    padding-top: 40px;
  }
  /*▼▼ header ▼▼*/
  header {
    width: 100%;
    height: 40px;
    background-color: #fff;
    position: fixed;
    z-index: 999;
  }
  header .header_inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
  }
  header .header_inner h1 {
    max-width: 102px;
  }
  #navi_wrapper input {
    display: none;
  }
  #navi_wrapper {
    overflow: hidden;
  }
  .nav-icon {
    border-radius: 4px;
    display: block;
    width: 36px;
    height: 36px;
    padding-top: 22px;
    letter-spacing: -.04em;
    margin: 0 auto;
    top: 5px;
    right: 2%;
    z-index: 9999;
    cursor: pointer;
    border: none;
  }
  .nav-icon::before,
  .nav-icon::after {
    width: 23px;
    top: 7px;
    left: 7px;
  }
  .nav-icon::after {
    top: 14px;
  }
  #main_nav~.close_bg {
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }
  #navi_wrapper .nav-icon .text {
    font-size: 11px;
    color: var(--color_white);
    line-height: 1;
    font-weight: 900;
    text-align: center;
    position: absolute;
    letter-spacing: .1em;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-icon.open .nav-icon span {
    display: none;
  }
  .nav-icon span {
    width: 26px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
  }
  #main_nav:checked~.nav-icon span {
    background-color: transparent;
  }
  .nav-icon span::before, .nav-icon span::after {
    content: "";
    display: block;
    width: 26px;
    border-top: 2px solid #fff;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s all;
  }
  .nav-icon span::after {
    top: 8px;
  }
  .header-nav-wrap {
    pointer-events: none;
    width: 90%;
    padding: 0 0 30px;
  }
  #main_nav:checked~.header-nav-wrap {
    pointer-events: auto;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
  .header-nav-wrap .pagelink_img {
    margin-bottom: 15px;
  }
  .header-nav-wrap .pagelink_img .img {
    width: 170px;
    margin: 0 auto 10px;
  }
  .header-nav-wrap .pagelink_text {
    background-color: #26943d;
    border-radius: 8px;
    display: flex;
    padding: 14px 10px;
    justify-content: center;
    margin-bottom: 20px;
  }
  .header-nav-wrap .pagelink_text .text {
    font-size: 15px;
    color: var(--color_white);
    position: relative;
    margin-right: 20px;
  }
  .header-nav-wrap .pagelink_text .text:last-of-type {
    margin-right: 0;
  }
  .header-nav-wrap .pagelink_text .text::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: var(--color_white);
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
  }
  .header-nav-wrap .pagelink_text .text:last-of-type::after {
    display: none;
  }
  .header-nav-inner {
    width: 100%;
    padding: 42px 5% 42px;
    border-width: 3px;
    border-radius: 0 0 0 15px;
    scrollbar-width: none;
  }
  .header-nav-inner::-webkit-scrollbar {
    display: none;
  }
  .header-nav {
    margin: 0 auto;
  }
  #main_nav:checked~.nav-icon span::before {
    transform: translateX(-50%) rotate(40deg);
    top: calc(50% - 1px);
  }
  #main_nav:checked~.nav-icon span::after {
    transform: translateX(-50%) rotate(-40deg);
    top: calc(50% - 1px);
  }
  #navi_wrapper {
    flex-direction: column;
    box-shadow: 8.356px 9.959px 18px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9999;
    overflow-y: auto;
  }
  .sp_nav_text a {
    padding: 2vw 5% 2vw 19%;
    background: url(../images/page-link-number-01.png) no-repeat left center/14vw;
    position: relative;
    z-index: 1;
  }
  /*▲▲ header ▲▲*/
  /* footer */
  footer {
    width: 100%;
    padding: 0 20px;
  }
  .footer_inner {
    padding: 30px 0 24px;
    text-align: center;
  }
  .footer_inner .logo {
    width: 170px;
    margin: 0 auto 15px;
  }
  .footer_inner .copyright {
    font-size: 7px;
    color: #333333;
  }
  /* /footer */
}