#contents-top-navigation .ctn-kind-menu .ctn-page-name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#contents-top-navigation .ctn-kind-menu .ctn-page-name a {
  -webkit-transform: none;
  transform: none;
}
#contents-top-navigation .ctn-kind-menu .ctn-page-name a img {
  height: 55px;
}
#contents-top-navigation .ctn-menu a {
  height: 100%;
  padding: 0;
  border-bottom: 1px solid transparent;
  font-size: 15px;
}
#contents-top-navigation .ctn-menu a::after {
  display: none;
}
#contents-top-navigation .ctn-menu a.hover-opacity2 {
  -webkit-transition: color 0.3s 0.1s, border-color 0.3s 0.1s;
  transition: color 0.3s 0.1s, border-color 0.3s 0.1s;
}
#contents-top-navigation .ctn-menu a.hover-opacity2:hover {
  border-color: #E60012;
  color: #E60012;
}
#contents-top-navigation .grid-panel-menu:not(.is-menu-open) .sp-ctn-menu-trigger {
  width: 60px;
}
#contents-top-navigation .grid-panel-menu:not(.is-menu-open) .sp-ctn-menu-trigger > span:first-child {
  -webkit-transform: skew(-15deg);
  display: block;
  top: 0;
  bottom: 2px;
  width: 3px;
  height: 20px;
  margin: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform: skew(-15deg);
  background-color: #E60012;
}
#contents-top-navigation .grid-panel-menu:not(.is-menu-open) .sp-ctn-menu-trigger > span:nth-child(2) {
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background: none;
}
#contents-top-navigation .grid-panel-menu:not(.is-menu-open) .sp-ctn-menu-trigger > span:nth-child(2)::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  content: "MENU";
  color: #ffffff;
  font-size: 12px;
}
#contents-top-navigation .grid-panel-menu:not(.is-menu-open) .sp-ctn-menu-trigger:before, #contents-top-navigation .grid-panel-menu:not(.is-menu-open) .sp-ctn-menu-trigger::after {
  display: none;
}

.tas-top #contents-top-navigation .ctn-menu .menu1 a {
  border-color: #E60012;
  color: #E60012;
}
.tas-lineup #contents-top-navigation .ctn-menu .menu2 a {
  border-color: #E60012;
  color: #E60012;
}
.tas-contents #contents-top-navigation .ctn-menu .menu3 a {
  border-color: #E60012;
  color: #E60012;
}
.tas-goods #contents-top-navigation .ctn-menu .menu4 a {
  border-color: #E60012;
  color: #E60012;
}
@media screen and (max-width: 767px) {
  #contents-top-navigation .ctn-kind-menu .ctn-page-name a img {
    height: 35px;
  }
}
@media screen and (min-width: 871px) {
  #contents-top-navigation .ctn-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #contents-top-navigation .ctn-menu {
    padding-right: 165px;
  }
}
@media screen and (min-width: 769px) {
  #contents-top-navigation .ctn-menu li {
    height: 100%;
    margin: 0 55px;
  }
}
