/* =======================
 * * VARIABLES
 * * set the default values according to your preference.
 * * ======================= */
/* font styles */
/* colors */
.tyc-header {
  position: fixed;
  top: 1.5625vw;
  z-index: 8;
  width: 100%;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tyc-header.on--scroll {
  top: 0.78125vw;
}
.tyc-header.on--scroll .tyc-header__logoholder {
  height: 3.3854166667vw;
}
.tyc-header.on--scroll .tyc-header__link.link--btn a {
  padding: 1.4583333333vw 1.1458333333vw;
}

.tyc-header__limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94%;
  margin: auto;
  background: #000;
  border-radius: 2.6041666667vw;
  -webkit-box-shadow: 0 0 0.0520833333vw #cf1e26, 0 0 0.2604166667vw #cf1e26, 0 0 1.0416666667vw #cf1e26;
          box-shadow: 0 0 0.0520833333vw #cf1e26, 0 0 0.2604166667vw #cf1e26, 0 0 1.0416666667vw #cf1e26;
}
@media screen and (min-width: 1001px) {
  .tyc-header__limit .tyc-header__link:last-of-type {
    border-top-right-radius: 2.6041666667vw;
    border-bottom-right-radius: 2.6041666667vw;
    overflow: hidden;
  }
}

.tyc-header__logoholder {
  width: 4.4270833333vw;
  height: 4.4270833333vw;
  margin-left: 3.5416666667vw;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tyc-header__logoholder a, .tyc-header__logoholder img {
  max-width: 100%;
  max-height: 100%;
}

.tyc-header__linksholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tyc-header__link:not(:first-of-type) {
  margin-left: 1.3020833333vw;
}
.tyc-header__link:hover p {
  text-shadow: 0 0 0 #cf1e26, 0 0 0.2604166667vw #cf1e26, 0 0 0.78125vw #cf1e26, 0 0 1.0416666667vw #cf1e26, 0 0 1.3020833333vw #cf1e26;
}
.tyc-header__link.link--btn {
  background: #fff;
}
.tyc-header__link.link--btn.red {
  background: #cf1e26;
  margin-left: 0;
}
.tyc-header__link.link--btn.white {
  margin-left: 2.2395833333vw;
}
.tyc-header__link.link--btn.white p {
  color: #000;
}
.tyc-header__link.link--btn:hover img {
  -webkit-transform: translateX(0.15625vw);
          transform: translateX(0.15625vw);
}
.tyc-header__link.link--btn p {
  text-shadow: none !important;
}
.tyc-header__link.link--btn p::after {
  display: none !important;
}
.tyc-header__link.link--btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: inherit;
  padding: 2.0833333333vw 1.1458333333vw;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tyc-header__link.link--btn img {
  width: 1.25vw;
  margin-left: 0.4166666667vw;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tyc-header__link p {
  font-size: 0.8333333333vw;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 0 #cf1e26, 0 0 0.15625vw #cf1e26, 0 0 0.2604166667vw #cf1e26, 0 0 0.5208333333vw #cf1e26, 0 0 0.625vw #cf1e26, 0 0 0.78125vw #cf1e26, 0 0 0.9375vw #cf1e26, 0 0 1.0416666667vw #cf1e26, 0 0 1.3020833333vw #cf1e26;
  line-height: 1;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.tyc-header__menu {
  display: none;
}

@media screen and (max-width: 1000px) {
  .btnWrap.btnWrap--centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tyc-header {
    top: 2.1333333333vw;
  }
  .tyc-header__limit {
    padding: 0;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tyc-header__logoholder {
    z-index: 10;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-left: 0;
  }
  .tyc-header__menu {
    margin-top: 2.6666666667vw;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .tyc-header__menu * {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.1333333333vw;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .tyc-header__linksholder {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 13.3333333333vw 4vw;
    overflow: auto;
    background: rgba(0, 0, 0, 0.95);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    opacity: 0;
    visibility: hidden;
  }
  .tyc-header__linksholder.is--active {
    opacity: 1;
    visibility: visible;
  }
  .tyc-header__link {
    margin-top: 5.3333333333vw;
    margin-left: 0px !important;
    text-align: center;
  }
  .tyc-header__link:first-child {
    margin-top: 0px !important;
  }
  .tyc-header__link.link--btn {
    width: 26.6666666667vw;
    margin: auto !important;
    margin-top: 4vw !important;
    background: #fff;
    border-radius: 8vw;
  }
  .tyc-header__link.link--btn:last-of-type {
    margin-top: 2.6666666667vw !important;
  }
  .tyc-header__link.link--btn.white {
    margin-left: 0px;
  }
  .tyc-header__link.link--btn:hover img {
    -webkit-transform: translateX(0.8vw);
            transform: translateX(0.8vw);
  }
  .tyc-header__link.link--btn a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.6666666667vw;
  }
  .tyc-header__link.link--btn img {
    width: 2.6666666667vw;
    margin-left: 1.0666666667vw;
  }
  .tyc-header__link p {
    font-size: 2.1333333333vw;
    text-shadow: 0 0 0 #cf1e26, 0 0 0.2666666667vw #cf1e26, 0 0 0.8vw #cf1e26, 0 0 1.3333333333vw #cf1e26, 0 0 1.6vw #cf1e26, 0 0 2.1333333333vw #cf1e26, 0 0 2.4vw #cf1e26, 0 0 2.6666666667vw #cf1e26, 0 0 3.2vw #cf1e26;
  }
}
@media screen and (max-width: 600px) {
  .tyc-header {
    top: 10px;
  }
  .tyc-header__logoholder {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
  .tyc-header__menu {
    margin-top: 6.6666666667vw;
  }
  .tyc-header__menu * {
    font-size: 2.6666666667vw;
  }
  .tyc-header__linksholder {
    padding: 26.6666666667vw 5.3333333333vw;
    padding-bottom: 8vw;
  }
  .tyc-header__link {
    margin-top: 10.6666666667vw;
  }
  .tyc-header__link.link--btn {
    width: 42.6666666667vw;
    margin-top: 10.6666666667vw !important;
    border-radius: 9.3333333333vw;
  }
  .tyc-header__link.link--btn:last-of-type {
    margin-top: 6.6666666667vw !important;
  }
  .tyc-header__link.link--btn a {
    padding: 3.2vw;
  }
  .tyc-header__link.link--btn img {
    width: 3.2vw;
    margin-left: 1.3333333333vw;
  }
  .tyc-header__link p {
    font-size: 3.2vw;
  }
}