.creative-library {
  position: fixed;
  right: -10px;
  top: 35%;
  transition: all 0.2s;
  z-index: 999;
  filter: drop-shadow(5px 5px 6px #0000006b) drop-shadow(0px 20px 16px #0000001b);
}

.creative-library b {
  --shadow-color: #a00200;
  position: absolute;
  right: 10%;
  top: 60%;
  text-align: end;
  font-size: 14px;
  font-weight: 400;
  color: white;
  filter: drop-shadow(0px 2px 2px var(--shadow-color));
}

.creative-library:hover {
  transform: scale(1.05);
  right: 0;
}

.JPN .creative-library b {
  font-size: 23px;
  line-height: 1.2;
  top: 51%;
}

.JPN .creative-library b span {
  font-size: 32px;
}

/*==================================================
                    iPad layout
==================================================*/

@media (max-width: 500px) {
  .creative-library {
    display: none;
  }
}
