<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.headerlogo img {
  width: 100%;
}

.footer-logo img {
  width: 100%;
}

.hint-movie-ttl {
  font-size: 14px !important;
}

#wrapper #quiz .quiz-inner .quiz .quiz-tweet .quiz-tweet-inner{
  width: 724px;
  height: 60px;
  box-sizing: border-box;
  padding-left: 140px;
  padding-top: 4px;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: unset;
}

#wrapper #quiz .quiz-inner .quiz .quiz-tweet .quiz-tweet-inner p {
  width: 40%;
  margin-bottom: -14px;
  text-align: left;
  font-size: 17px;
}

#wrapper #special h1 {
  margin-bottom: 0;
  font-size: 32px;
}

#special .special-ttl {
  padding: 20px;
  background-color: #ed1b23;
  border-radius: 10px 10px 0 0;
}

#wrapper #special h1::before, #wrapper #special h1::after{
  background:  url(../img/img-bell-2.png) center top no-repeat;
  bottom: -8px;
}

#special .special-box {
  background: #fff;
  padding: 40px;
}

#special .special-box .special-box-movie {
  max-width: 500px;
  margin: 0 auto;
}


#special .special-box a {
  display: inline-block;
  width: 500px;
  margin-top: 40px;
}

#special .special-box a:hover {
  opacity: 0.7;
}

#special .special-box a img {
  width: 100%;
}

#wrapper #hint .hint-inner{
  padding: 30px 0;
}

#wrapper #hint .hint-inner .hint-movie {
  width: auto;
  max-width: 370px;
  padding: 20px;
  margin: 0 15px;
}

#wrapper #hint .hint-inner .hint-movie .hint-movie-img {
  width: 100%;
}

#wrapper #hint .hint-inner .hint-movie .hint-movie-ttl::after {
  background-size: contain;
  right: -22px;
  width: 16px;
  height: 16px;
}

#wrapper #hint .hint-inner .hint-movie:nth-child(n+3) {
  margin-top: 30px;
}</pre></body></html>