/*-------------------------------------甘結もか*/
#amayui {
  background: url(../images/amayui/スクリーンショット-2025-07-23-105753-1280x7201.png) repeat top left;
}

.amayui-top img {
  background-image: url(../images/amayui/ten.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}

.amayui-top-text,
.amayui-profile,
.amayui-tag,
.amayui-movie {
  background: linear-gradient(to right,#4e3575 10%, #220253, #4e3575 90%);
  color: #fff;
  background-color: #500078;
  border: 9px double #A880BC;
  box-shadow: 0 0 7px 7px #500078;
  position: relative;
  z-index: 0;
}

.amayui-top-text::after,
.amayui-profile::after,
.amayui-tag::after,
.amayui-movie::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -65%) rotate(45deg);
  background: linear-gradient(135deg,transparent 30%,#500078 30%);
  box-shadow:
    3px 3px 3px #bea0cd,
    inset -3px -3px 0px 0px rgba(34, 2, 83, 1),
    inset -8px -8px 3px #bea0cd;
  height: 2.4rem;
  width: 2.4rem;
  -webkit-transform: translate(-50%, -65%) rotate(45deg);
  -webkit-box-shadow:
    3px 3px 3px #bea0cd,
    inset -3px -3px 0px 0px rgba(34, 2, 83, 1),
    inset -8px -8px 3px #bea0cd;
}