#competition .ttl-m {
  margin-bottom: 16px;
}

#competition .poster .ttl-competition {
  margin-bottom: 16px;
  position: relative;
  display: block;
  padding: 0 0 0 12px;
  font-size: 1.8rem;
  color: #005aa6;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #competition .poster .ttl-competition {
    margin-bottom: 8px;
    left: 0;
    font-size: 1.6rem;
    padding: 0 0 0 22px;
  }
}

#competition .poster .ttl-competition::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #005aa6;
  left: 0;
}

#competition .poster .poster-unit {
  padding: calc(8px * 4);
  background-color: rgba(244, 243, 240, 0.4);
  border: 2px solid #F4F3F0;
  border-radius: 4px;
  max-width: 960px;
}

@media screen and (max-width: 960px) {
  #competition .poster .poster-unit {
    padding: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #competition .poster .poster-unit {
    padding: calc((8px * 4) * 0.5);
  }
}

#competition .poster .poster-unit .btn {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media screen and (max-width: 520px) {
  #competition .poster .poster-unit .btn {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  #competition .poster .poster-unit .btn a {
    width: 100%;
    max-width: 100%;
  }
  #competition .poster .poster-unit .btn a:not(:last-child) {
    margin-bottom: 8px;
  }
}

#competition .poster-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

@media screen and (max-width: 960px) {
  #competition .poster-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 520px) {
  #competition .poster-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
}

#competition .poster-list__item .poster-vsl {
  overflow: hidden;
  margin-bottom: 8px;
}

@media screen and (max-width: 520px) {
  #competition .poster-list__item .poster-vsl {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 960px) {
  #competition .poster-list__item .poster-vsl .poster-img {
    pointer-events: none;
  }
}

#competition .poster-list__item .poster-vsl .poster-img img {
  transition: 0.3s ease-out;
}

#competition .poster-list__item .poster-vsl .poster-img:hover {
  cursor: pointer;
  opacity: 0.8;
}

#competition .poster-list__item .poster-vsl .poster-img:hover img {
  scale: 1.05;
}

@media screen and (max-width: 960px) {
  #competition .poster-list__item .poster-vsl .poster-img:hover img {
    scale: 1;
  }
}

#competition .poster-list__item .poster-dtl {
  text-align: center;
}

#competition .poster-list__item .poster-dtl .poster-num {
  margin-bottom: 6px;
  font-size: 1.4rem;
  padding: 4px;
  background: rgba(255, 78, 80, 0.12);
  border-radius: 4px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  #competition .poster-list__item .poster-dtl .poster-num {
    display: inline-block;
    padding: 4px 16px 2px;
  }
}

#competition .poster-list__item .poster-dtl .poster-num--orn {
  background: rgba(252, 145, 58, 0.16);
}

#competition .poster-list__item .poster-dtl .poster-num--yel {
  background: rgba(255, 182, 13, 0.16);
}

#competition .poster-list__item .poster-dtl .poster-num--lyel {
  background: rgba(219, 201, 110, 0.24);
}

#competition .poster-list__item .poster-dtl .poster-num--eme {
  background: rgba(55, 147, 146, 0.14);
}

#competition .poster-list__item .poster-dtl .poster-num--aqu {
  background: rgba(79, 176, 198, 0.14);
}

#competition .poster-list__item .poster-dtl .poster-num--blu {
  background: rgba(79, 134, 198, 0.14);
}

#competition .poster-list__item .poster-dtl .poster-num--pur {
  background: rgba(111, 80, 179, 0.14);
}

#competition .poster-list__item .poster-dtl .poster-name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
}

@media screen and (max-width: 960px) {
  #competition .poster-list__item .poster-dtl .poster-name {
    font-size: 1.6rem;
  }
}

#competition .poster-list__item .poster-dtl .poster-name-sub {
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  #competition .poster-list__item .poster-dtl .poster-name-sub {
    font-size: 1.2rem;
  }
}

#competition .movie .movie-content {
  max-width: 540px;
  max-width: 540px;
}

#competition .movie .movie-content .movie-content__item {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

#competition .movie .movie-content .movie-content__item iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#competition .movie .movie-txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #competition .movie .movie-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 960px) {
  .subimg-area {
    display: none;
  }
}

.subimg-area .popup_wrap input {
  display: none;
}

.subimg-area .popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}

.subimg-area .popup_overlay::before, .subimg-area .popup_overlay::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}

.subimg-area .popup_overlay::-webkit-scrollbar {
  display: none;
}

.subimg-area .popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.subimg-area .popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  line-height: 1.4em;
  transition: 0.5s;
}

@media screen and (max-width: 960px) {
  .subimg-area .popup_content {
    width: auto;
    margin: 0 16px;
    padding: 40px 10px 10px 10px;
  }
}

.subimg-area .popup_content img {
  margin: auto;
  padding: calc(8px * 1);
  width: auto;
  max-height: 700px;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .subimg-area .popup_content img {
    padding: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .subimg-area .popup_content img {
    padding: calc((8px * 1) * 0.5);
  }
}

.subimg-area .close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  z-index: 999;
}

@media screen and (max-width: 960px) {
  .subimg-area .close_btn {
    top: 10px;
    right: 6px;
  }
}

.subimg-area .close_btn:hover {
  cursor: pointer;
}

.subimg-area .popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

/*# sourceMappingURL=../../../maps/general/pages/competition.css.map */
