@charset "UTF-8";
/*
  /rakurakucloud/modulesite/asset/css/object/component/c-ribbon.css
  リストCSS
最終更新：2026/3/12
*/
.c-ribbon {
  background: var(--rdenshihozon-accent);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 123px;
  height: 48px;
  font-weight: bold;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  
  
  @media screen and (max-width: 600px) {
    width: 73px;
    height: 37px;
    font-size: 11px;
    padding: 0 0 5px 0;
  }
}