/* ==========================================================================
	MOVIE COMMON
========================================================================== */
.wrap {
  min-width: 1280px;
  border: 14px solid #000000;
  background: url(/wp-content/themes/chu3_movie/assets/img//movie/bg.jpg) no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

.header__inner {
  width: 710px;
  margin: 0 auto;
}

.logo {
  margin: -10px auto -25px -72px;
}

.notice {
  font-weight: bold;
  background: #F2D732;
  border: 6px solid #000000;
  padding: 10px 20px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 32px;
}

.notice__ttl {
  float: left;
  margin-top: -2px;
  margin-right: 10px;
}

.notice__date {
  float: left;
  margin-right: 10px;
}

.notice__txt {
  float: left;
}

.lead {
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
}

.main {
  margin-top: 20px;
  margin-bottom: 50px;
}

.main__inner {
  width: 976px;
  margin: 0 auto;
}

.movie-list {
  box-sizing: border-box;
  width: 480px;
  border-radius: 28px;
}

.movie-list.news {
  float: left;
  background: rgba(179, 224, 248, 0.7);
}

.movie-list.other {
  float: right;
  background: rgba(255, 197, 193, 0.7);
}

.comingsoon {
  text-align: center;
  margin: 30px auto;
}

.headline {
  margin: 0 30px 10px 30px;
}

.headline__thumb {
  position: relative;
  box-sizing: border-box;
  width: 420px;
  border: 6px solid #000000;
  background-size: cover;
  background-position: center center;
}

.headline__thumb img {
  width: 100%;
  height: auto;
}

.headline__category {
  display: block;
  box-sizing: border-box;
  min-width: 84px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  padding: 1px 5px;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.headline__date {
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
}

.headline__ttl {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}

.headline__txt {
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
}

.archives {
  margin: 20px 30px 30px 30px;
}

.archives__ttl {
  text-align: center;
}

.archive {
  margin-top: 20px;
}

.archive__thumb {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 204px;
  border: 4px solid #000000;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
}

.archive__thumb img {
  width: 100%;
  height: auto;
}

.archive__category {
  display: block;
  box-sizing: border-box;
  min-width: 56px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  padding: 1px 5px;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.archive__info {
  float: right;
  width: 204px;
}

.archive__date {
  font-weight: bold;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
}

.archive__ttl {
  line-height: 1.6;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
}

.archive__txt {
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
}

.room {
  position: fixed;
  top: 30px;
  right: 24px;
}

.room__megane {
  position: absolute;
  bottom: 7px;
  right: 0;
}
