/*-------------------------------------蝶屋はなび*/
#chouya {
  overflow: hidden;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","MS 明朝", "MS Mincho", "Noto Serif JP", "TakaoExMincho", "IPAMincho", serif;
}

#chouya .background-grad {
  background: url(../images/chouya/background.png) repeat-y top center / cover;
  background-size: cover;
}

.chouya-top-text {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: auto;
  position: relative;
  -webkit-writing-mode: vertical-rl;
}

.chouya-top-text::after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 3rem;
  background: url(../images/chouya/bunchin.png) no-repeat center center / contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); 
}

.chouya-top-text p {
  padding-top: 1em;
}

.chouya-profile,
.chouya-tag,
.chouya-movie {
  padding: 0 0 1rem;
}

.chouya-profile,
.chouya-tag {
  background: linear-gradient(to right, white 20%, #bf0000 20%, #bf0000 40%, white 40%, white 60%, #bf0000 60%, #bf0000 80%, white 80%);
  border: 3rem solid #bf0000;
  border-bottom: none;
  box-shadow: 0 0 0 1px #fff;
}

.chouya-tag {
  background: linear-gradient(to right, white 20%, #006400 20%, #006400 40%, white 40%, white 60%, #006400 60%, #006400 80%, white 80%);
  border: 3rem solid #006400;
  border-bottom: none;
}

.chouya-profile h2,
.chouya-tag h2 {
  background: #f1f1f1;
  color: #000;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  letter-spacing: 0.1em;
  border: 4px solid #878787;
	font-weight: bold;
}

.chouya-wrapper {
  align-items: start;
}

.chouya-profile ul,
.chouya-tag ul {
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.45);
}

.chouya-profile ul li,
.chouya-tag ul li {
  color: #000;
  background: #f1f1f1;
  margin: 0;
  padding: 0 1.5rem;
}

.chouya-movie {
  background: linear-gradient(to right, white 20%, #191970 20%, #191970 40%, white 40%, white 60%, #191970 60%, #191970 80%, white 80%);
  border: 3rem solid #191970;
  border-bottom: transparent;
  box-shadow: 0 0 0 1px #fff;
}

.chouya-movie h2,
.chouya-movie p {
  background: #f1f1f1;
  border: 4px solid #878787;
  color: #000;
  padding: 1rem 1.5rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 426px) {
  .chouya-wrapper {
  align-items: center;
}
}

/*-------------------------------------蝶屋はなび*/


@-webkit-keyframes firework {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes firework {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
