.novelty__content {
  margin: 0 auto;
  opacity: 0;
  padding-bottom: 100px;
  transform: translateY(5px);
  transition: all 0.5s 0.5s;
}
@media (max-width: 834px) {
  .novelty__content {
    margin-top: 40px;
    width: 83.33vw;
  }
}
@media (min-width: 835px) {
  .novelty__content {
    margin-top: 34px;
    width: 880px;
  }
}
.-ready .novelty__content {
  opacity: 1;
  transform: translateY(0);
}

.novelty__section + .novelty__section {
  margin-top: 38px;
}

@media (max-width: 834px) {
  .novelty__section__box {
    margin-top: 30px;
  }
}
@media (min-width: 835px) {
  .novelty__section__box {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 130px 0;
    justify-content: space-between;
    margin-top: 30px;
  }
}

.novelty__section__head {
  clip-path: inset(0 100% 0 0);
  padding: 0;
  position: relative;
  transition: all 0.6s 0.7s ease-out;
  z-index: 1;
}
@media (max-width: 834px) {
  .novelty__section__head {
    margin-top: 35px;
    min-height: 60px;
  }
}
@media (min-width: 835px) {
  .novelty__section__head {
    margin-top: 70px;
    min-height: 80px;
  }
}
.novelty__section__head span {
  align-items: center;
  display: flex;
}
.-ready .novelty__section__head {
  clip-path: inset(0 0 0 0);
}

@media (max-width: 834px) {
  .novelty__section__head--alt {
    margin-top: 40px;
  }
}
@media (min-width: 835px) {
  .novelty__section__head--alt {
    margin-top: 118px;
  }
}

.c-diagonalttl__lead {
  font-weight: 900;
}
@media (max-width: 834px) {
  .c-diagonalttl__lead {
    font-size: 1.3125rem;
    width: 110px;
  }
}
@media (min-width: 835px) {
  .c-diagonalttl__lead {
    font-size: 1.625rem;
  }
}

@media (max-width: 834px) {
  .c-diagonalttl__lead--alt {
    width: 147px;
  }
}
@media (min-width: 835px) {
  .c-diagonalttl__lead--alt {
    width: 192px;
  }
}

@media (max-width: 834px) {
  .c-diagonalttl__cont {
    margin-left: 120px;
    width: calc(100% - 110px);
  }
}
@media (min-width: 835px) {
  .c-diagonalttl__cont {
    font-size: 1.625rem;
  }
}

@media (max-width: 834px) {
  .c-diagonalttl__cont--alt {
    margin-left: 158px;
    width: calc(100% - 147px);
  }
}

.novelty__nav {
  align-items: flex-start;
  color: #FFF;
  display: flex;
  position: relative;
  z-index: 5;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.5s 0.8s;
}
@media (max-width: 834px) {
  .novelty__nav {
    justify-content: space-between;
    margin: 0 auto;
    width: 83.33vw;
  }
}
@media (min-width: 835px) {
  .novelty__nav {
    margin-top: 26px;
    gap: 8px;
  }
}
.-ready .novelty__nav {
  opacity: 1;
  transform: translateY(0);
}

.novelty__nav__item {
  border: 1px solid #FFF;
  border-radius: 999px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  position: relative;
}
@media (max-width: 834px) {
  .novelty__nav__item {
    font-size: 0.75rem;
    width: 40.36vw;
  }
}
@media (min-width: 835px) {
  .novelty__nav__item {
    font-size: 0.9375rem;
    margin-top: 46px;
    width: 215px;
  }
}
.novelty__nav__item.-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.novelty__nav__cat {
  display: block;
  position: relative;
}
@media (max-width: 834px) {
  .novelty__nav__cat {
    padding: 4px 0;
  }
}
@media (min-width: 835px) {
  .novelty__nav__cat {
    padding: 4px 0;
  }
}
.novelty__nav__cat::after {
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(/omnibus/assets/img/page/theater/nav_arrow.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  transform: translate(0, -50%);
}
@media (max-width: 834px) {
  .novelty__nav__cat::after {
    right: 2.08vw;
    height: 1.04vw;
    width: 1.69vw;
  }
}
@media (min-width: 835px) {
  .novelty__nav__cat::after {
    height: 8px;
    width: 13px;
  }
}

.novelty__nav__dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background-color: rgba(77, 77, 77, 0.95);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
  width: 100%;
  z-index: 1;
}
@media (max-width: 834px) {
  .novelty__nav__dropdown {
    border-radius: 10px;
  }
}
@media (min-width: 835px) {
  .novelty__nav__dropdown {
    border-radius: 12px;
  }
}
.-open .novelty__nav__dropdown {
  max-height: 300px;
}
@media (max-width: 834px) {
  .novelty__nav__dropdown li {
    font-size: 0.75rem;
    padding: 7px 0;
  }
}
@media (min-width: 835px) {
  .novelty__nav__dropdown li {
    font-size: 0.9375rem;
    padding: 10px 0;
  }
}
.novelty__nav__dropdown li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.novelty__nav__dropdown li.-disabled a {
  opacity: 0.25;
  pointer-events: none;
}

.novelty__tokuten {
  clip-path: inset(0 100% 0 0);
  transition: all 0.6s 0.9s ease-out;
}
@media (min-width: 835px) {
  .novelty__tokuten {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .novelty__tokuten:not(:first-child) {
    margin-top: 45px;
  }
}
.-ready .novelty__tokuten {
  clip-path: inset(0 0 0 0);
}

.novelty__tokuten__title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: #C45AFF;
  font-weight: bold;
}
@media (max-width: 834px) {
  .novelty__tokuten__title {
    font-size: 1.3125rem;
    line-height: 1.2;
    padding-bottom: 14px;
  }
}
@media (min-width: 835px) {
  .novelty__tokuten__title {
    font-size: 1.375rem;
    line-height: 1.3636363636;
    padding-bottom: 14px;
  }
}

.novelty__tokuten__desc {
  color: #FFF;
  font-feature-settings: "palt";
  font-weight: bold;
}
@media (max-width: 834px) {
  .novelty__tokuten__desc {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-top: 10px;
  }
}
@media (min-width: 835px) {
  .novelty__tokuten__desc {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-top: 15px;
  }
}

.novelty__tokuten__terms {
  color: #FFF;
}
@media (max-width: 834px) {
  .novelty__tokuten__terms {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media (min-width: 835px) {
  .novelty__tokuten__terms {
    font-size: 1rem;
    line-height: 1.75;
  }
}

@media (max-width: 834px) {
  .novelty__tokuten__image {
    margin-top: 25px;
  }
}
@media (min-width: 835px) {
  .novelty__tokuten__image {
    margin: 34px auto 0;
    width: 620px;
  }
}
@media (max-width: 834px) {
  .novelty__tokuten__image + .novelty__tokuten__image {
    margin-top: 5.2vw;
  }
}
@media (min-width: 835px) {
  .novelty__tokuten__image + .novelty__tokuten__image {
    margin-top: 20px;
  }
}
.novelty__tokuten__image.-multi {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 834px) {
  .novelty__tokuten__image.-multi {
    gap: 3.25vw;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .novelty__tokuten__image.-multi {
    gap: 10px;
  }
}
.-img4 .novelty__tokuten__image {
  background: rgba(255, 255, 255, 0.2);
  justify-content: space-between;
}
@media (max-width: 834px) {
  .-img4 .novelty__tokuten__image {
    gap: 3.25vw 0;
    padding: 5.46vw;
  }
}
@media (min-width: 835px) {
  .-img4 .novelty__tokuten__image {
    gap: 4.81vw 0;
    padding: 25px;
    width: 880px;
  }
}
.novelty__tokuten__image:nth-last-of-type(1) {
  border-bottom: none;
}
@media (max-width: 834px) {
  .novelty__tokuten__image.-center {
    margin-left: auto;
    margin-right: auto;
    width: 66.66vw;
  }
}
.novelty__tokuten__image.-center img {
  height: auto;
  width: 100%;
}
@media (max-width: 834px) {
  .novelty__tokuten__image.-spFull {
    width: 100%;
  }
}

@media (max-width: 834px) {
  .novelty__tokuten__imagelist__item {
    width: 39.71vw;
  }
  .-img4 .novelty__tokuten__imagelist__item {
    width: 48%;
  }
}
@media (min-width: 835px) {
  .novelty__tokuten__imagelist__item {
    width: calc(50% - 5px);
  }
}
@media (min-width: 835px) and (min-width: 835px) {
  .-img4 .novelty__tokuten__imagelist__item {
    width: 23.1%;
  }
}

.novelty__tokuten__att {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 834px) {
  .novelty__tokuten__att {
    line-height: 1.8333333333;
    margin-top: 10px;
  }
}
@media (min-width: 835px) {
  .novelty__tokuten__att {
    line-height: 1.8333333333;
    margin: 10px auto 0;
    width: 620px;
  }
}
@media (min-width: 835px) and (min-width: 835px) {
  .-img4 .novelty__tokuten__att {
    width: 880px;
  }
}