@charset "UTF-8"
<?php
/*
 * Template Name: heroic1test
 */
?>
	
.header {
  position: fixed;
  z-index: 200;
}

.mobile-menu {
  position: fixed;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  top: -100%;
  left: 0;
  background-color: black;
  height: 100vh;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.mobile-menu > ul > li {
  font-size: 20px;
  width: 200px;
  border-bottom: 1px solid #9e9e9e;
  margin: 0 auto;
}

.mobile-menu__item {
  list-style: none;
  display: block;
  text-align: right;
}

.mobile-menu__item:last-child {
  margin-bottom: 30px;
}

.mobile-menu__link {
  display: block;
  padding-top: 30px;
  color: #9e9e9e;
  text-decoration: none !important;
}

.mb-btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
}

.mb-btn > span {
  background-color: black;
  width: 35px;
  height: 2px;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.mb-btn > span:last-child {
  margin-bottom: 0;
}

.menu-open .mobile-menu {
  opacity: 1;
	visibility: visible;
  top: 50px;
  width: 100%;
}

.menu-open .mb-btn > span {
  background-color: black;
}

.menu-open .mb-btn > span:nth-child(1) {
  -webkit-transition-delay: 70ms;
          transition-delay: 70ms;
  -webkit-transform: translateY(10px) rotate(135deg);
          transform: translateY(10px) rotate(135deg);
}

.menu-open .mb-btn > span:nth-child(2) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(-15px) scaleX(0);
          transform: translateX(-15px) scaleX(0);
}

.menu-open .mb-btn > span:nth-child(3) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
  -webkit-transform: translateY(-10px) rotate(-135deg);
          transform: translateY(-10px) rotate(-135deg);
}

.menu-open btn > span {
  background-color: black;
}

.menu-open btn > span:nth-child(1) {
  -webkit-transition-delay: 70ms;
          transition-delay: 70ms;
  -webkit-transform: translateY(10px) rotate(135deg);
          transform: translateY(10px) rotate(135deg);
}

.menu-open btn > span:nth-child(2) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(-15px) scaleX(0);
          transform: translateX(-15px) scaleX(0);
}

.menu-open btn > span:nth-child(3) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
  -webkit-transform: translateY(-10px) rotate(-135deg);
          transform: translateY(-10px) rotate(-135deg);
}

body {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.main-title, .jersey__title, .bib__title, .collection__title {
  font-size: 20px;
  font-weight: 200;
  padding-top: 20px;
  letter-spacing: 0.1em;
}

.sub-title, .jersey__sub, .bib__sub {
  font-size: 20px;
  font-weight: 200;
  padding-top: 15px;
  letter-spacing: 0.1em;
}

.header {
  position: fixed;
  background-color: #9e9e9e;
  width: 100%;
  height: 50px;
  z-index: 500;
}

.header__inner {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto 0 auto;
}

.header__logo {
	width: 150px;
  height: 25px;
}

.header__logo>a>img {
  width: 150px;
  height: 25px;
}

.tab-menu {
  display: none;
}

.pc-menu {
  display: none;
}

main {
  padding-top: 50px;
}

.contents {
min-height:95vh;
}

.footer {
  background-color: #9e9e9e;
}

.footer .logo-item > img {
  display: none;
}

.footer__copy {
  padding-top: 20px;
  font-size: 10px;
  color: white;
  text-align: center;
}

.footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin-bottom: 0;
}

.footer__ul > li {
  padding-bottom: 15px;
  list-style: none;
  text-align: center;
  font-weight: 200;
}

.footer__ul > li > a {
  text-decoration: none;
  color: white;
}

@media (min-width: 601px) {
  .mb-btn {
    display: none;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .tab-menu {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .tab-menu__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .tab-menu__ul > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 15px;
    padding-top: 2px;
    list-style: none;
  }
  header .tab-menu__ul > li > a {
    color: black;
    font-weight: 200;
    text-decoration: none;
  }
}

@media (min-width: 751px) {
  .tb-title, .customwear__title {
    font-size: 35px;
    letter-spacing: 0.2em;
    font-weight: 200;
  }
  .tb-subtitle, .customwear__subtitle {
    font-size: 25px;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
  .pc-menu {
    display: block;
  }
  header .tab-menu__ul > li {
    margin-left: 30px;
  }
  header .tab-menu__ul > li:nth-child(1) {
    margin-left: 0;
  }
  .footer .logo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .footer .logo-item > img {
    display: block;
    width: 150px;
  }
  .footer__ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__ul > li {
    margin-left: 20px;
  }
}