@media screen and (max-width: 1000px) {
  .uk-navbar-nav .nav-bar_link {
    padding: 0 8px;
  }
  .nav-icon {
    width: 40px;
  }
}

@media screen and (max-width: 800px) {
  .uk-navbar-nav {
    display: none;
  }
  #sp-menu {
    display: block;
  }
  .menu_img {
    width: 40px;
    object-fit: contain;
  }
  .uk-offcanvas-bar {
    width: 100%;
    background: linear-gradient(rgba(0, 56, 136, 0.8), rgba(0, 165, 187, 0.8));
  }
  #offcanvas-flip {
    width: 100vw;
  }
  .menu-ul {
    margin-top: 60px;
  }
  .menu-list {
    text-align: center;
    text-decoration: none;
  }
  .uk-offcanvas-close {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
  }
  .menu-list_icon {
    width: fit-content;
    display: inline-block;
    margin-top: 36px !important;
  }
  .menu-list_icon svg {
    width: 60px !important;
  }
  .insta {
    margin-left: calc(50% - 70px);
    margin-right: 20px;
  }
  .header_main {
    width: 100%;
    overflow: hidden;
  }
  .header_bg {
    max-width: 150%;
    margin: 0 -25%;
    text-align: center;
  }
  .header_logo_pg {
    margin: 16% auto;
  }
  .shop-information .uk-flex.uk-flex-center {
    margin: 0 36px;
  }
  .uk-flex-left\@m.uk-flex {
    display: block;
  }
  .info-list_left {
    margin-left: 36px;
  }
  .info-list {
    margin-left: 36px;
  }
  .attention {
    border-radius: 0;
  }
  .uk-first-column {
    width: fit-content;
    margin: auto;
  }
  .tolink_title,
  .show-more {
    background-color: #3362b8;
  }
  .show-more a:hover {
    background-color: black;
  }
  /* footer */
  .uk-child-width-expand\@s .footer-logo {
    flex: none;
  }
  .uk-child-width-expand\@s>:not([class*=uk-width]) {
    flex: none;
  }
  .footer-logo {
    margin-left: 10px;
  }
  .copyright {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) and (min-width: 420px) {
  .menu-list {
    font-size: 2rem;
  }
  .uk-offcanvas-close {
    top: 12px;
    right: 6px;
    width: 41px;
  }
  #totop {
    bottom: 140px;
    right: 24px;
  }
  .totop {
    width: 70px;
  }
  .footer-logo img {
    max-width: 400px;
  }
	
	.sponsor_img {
	width: 45%;
}
}

@media screen and (max-width: 420px) {
  .nav-bar {
    padding: 8px;
  }
  .logo {
    max-width: 280px;
  }
  .menu_img {
    width: 30px;
  }
  .header_bg {
    max-width: 170%;
    margin: 0 -35%;
  }
  .header_logo_pg {
    margin: 35px auto;
	  width: 30%;
  }
  .uk-offcanvas-close {
    top: 9px;
    right: 3px;
    width: 30px;
  }
  .menu-list {
    font-size: 1.3rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .uk-margin-bottom.uk-text-center.uk-text-small {
    font-size: 0.8rem;
  }
  .uk-accordion {
    margin-left: 36px;
    margin-right: 36px;
  }
  #totop {
    bottom: 100px;
    right: 16px;
  }
  .totop {
    width: 50px;
  }
  .footer-logo img {
    max-width: 260px;
  }
  .font-secondary {
    font-size: 1rem;
  }
  .uk-list {
    font-size: .8rem;
  }
		.sponsor_img {
	width: 60%;
}
}


