@import "tailwindcss";

span.anchor {
  display: block;
  padding-top: 3rem;
  margin-top: -3rem;
}
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #f2eee6;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.25s ease-in;
  z-index: 9999;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}
.loading-logo {
  position: relative;
}
.kanpai-text-right {
  position: absolute;
  word-break: keep-all;
  transform: rotate(15deg);
  top: 60px;
  left: 40px;
}
.movie {
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .movie {
    max-width: 90%;
  }
}
.kanpai-text-left {
  position: absolute;
  word-break: keep-all;
  transform: rotate(-35deg);
  top: 80px;
  left: -150px;
}
@media (min-width: 769px) {
  .kanpai-text-right {
    top: 130px;
    left: 100px;
  }
  .kanpai-text-left {
    top: 130px;
    left: -200px;
  }
}
@keyframes fadein-up-right {
  from {
    opacity: 0;
    transform: translateY(30px) rotate(15deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(15deg);
  }
}
@keyframes fadein-up-left {
  from {
    opacity: 0;
    transform: translateY(40px) rotate(-35deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(-35deg);
  }
}
.kanpai-text-right.fadein-up {
  opacity: 0;
  animation: fadein-up-right 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1.65s;
}
.kanpai-text-left.fadein-up {
  opacity: 0;
  animation: fadein-up-left 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1.8s;
}
.imgblock {
  width: 40rem;
  max-width: 95%;
}
.mojiblock {
  width: 40rem;
  max-width: 95%;
}
.bgimage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(images/illB.webp);
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  z-index: -10;
  background-color: rgba(255, 255, 255, 0.35);
  background-blend-mode: lighten;
}
.headershadow {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background-color: transparent;
}
.box1 {
  width: 40rem;
  max-width: 95%;
  position: relative;
}
.box1:before,
.box1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3px;
  left: -3px;
  border: 3px solid #4d3e22;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: -1;
}
.box1:after {
  top: 2px;
  left: 2px;
  background-color: rgba(250, 250, 250, 0.85);
  z-index: -2;
}
#movie-modal {
  display: none;
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
.bg-red-custom {
  background-color: #bf4a26;
}
.bg-white-custom {
  background-color: #f2eee6;
}
.bg-purple-custom {
  background-color: #546999;
}
.text-yellow-custom {
  color: #eea512;
}
.hover\:text-yellow-custom:hover {
  color: #e9bd65;
}
.text-orange-custom {
  color: #bf4a26;
}
.text-brown-custom {
  color: #4d3e22;
}
.text-light-brown-custom {
  color: #7a705b;
}
footer caption {
  display: none;
}
footer.custom-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 14px;
  background-color: #546999;
}
@media (min-width: 769px) {
  footer.custom-footer {
    align-items: flex-end;
    text-align: left;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 16px;
  }
}
.footer-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 2.5rem;
  white-space: nowrap;
  display: none;
  text-align: left;
}
@media (min-width: 769px) {
  .footer-title {
    display: block;
  }
}
td {
  vertical-align: top;
}
.border-text {
  border: 3px solid;
  border-radius: 9999px;
  padding: 0em 0.5em;
}
.footer-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.footer-value {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.logo {
  width: 40rem;
  max-width: 95%;
}
.logo-title {
  width: 35%;
  height: auto;
  display: inline-block;
}
@media (min-width: 769px) {
  .logo-title {
    width: 10%;
  }
}
.footer-img {
  width: 10rem;
  height: auto;
  display: inline-block;
}
.pc {
  display: none;
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: flex;
  }
}
.sign {
  max-width: 45%;
  margin: auto;
}
