.top-menu__item.new-release {
  position: relative;
  background: #ECFAF6;
  z-index: 0;
  overflow: hidden;
  border: 5px solid #138B66;
  padding-top: 1.6875rem;
  padding-bottom: 0.6125rem;
}
.top-menu__item.new-release .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.top-menu__item.new-release .badge {
  position: relative;
  color: #FFD43E;
  font-size: 1.25rem;
  font-weight: 900;
  font-family: "Futura";
  background: #D01126;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  outline: 1px #A60F0F;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-menu__item.new-release .badge {
    font-size: 1rem;
  }
}
.top-menu__item.new-release .badge::before {
  content: "NEW RELEASE!";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #A60F0F;
  font-size: 1.25rem;
  font-weight: 900;
  font-family: "Futura";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: -1;
  -webkit-text-stroke: 3px #A60F0F;
}
@media screen and (max-width: 768px) {
  .top-menu__item.new-release .badge::before {
    font-size: 1rem;
  }
}
.top-menu__item.new-release .badge::after {
  content: "";
  width: 13px;
  height: 10px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #D01126;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-menu__item.new-release .ai-logo {
  margin-top: 4px;
  max-width: 17.5625rem;
}
@media screen and (max-width: 768px) {
  .top-menu__item.new-release .ai-logo {
    max-width: 12.5625rem;
  }
}
.top-menu__item.new-release .ai-logo img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.top-menu__item.new-release .catch {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: #138B66;
  text-align: center;
  font-family: "Futura";
}
@media screen and (max-width: 768px) {
  .top-menu__item.new-release .catch {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
.top-menu__item.new-release .contain-img {
  margin-top: 1.25rem;
}
.top-menu__item.new-release .contain-img img {
  max-width: 16.5rem;
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-menu__item.new-release .contain-img img {
    max-width: 12rem;
  }
}
.top-menu__item.line {
  position: relative;
  background: #06C755;
  z-index: 0;
  overflow: hidden;
}
.top-menu__item.line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(128, 178, 98, 0.5);
  z-index: -1;
  clip-path: polygon(100% 14px, 100% 100%, 14px 100%);
}
.top-menu__item.line .top-menu__item-img {
  width: 9.25rem;
  bottom: 3.0625rem;
  right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-menu__item.line .top-menu__item-img {
    width: 4.6875rem;
    right: 0.9375rem;
    bottom: 1.25rem;
  }
}