@charset "UTF-8";
:root {
  --svh: 100vh;
  --contentsH: 100vh;
  --headlineH: 5rem;
  --radius: 1rem;
  --headerW: 30rem;
  --headerH: 0px;
  --footerH: 0px;
  --color-black: #000;
  --color-white: #fff;
  --color-red: #c81101;
  --color-gray: #636363;
}

/**********************
 TOP
**********************/
.p-hero_kv__catch {
  width: 39.2rem;
}
@media screen and (min-width: 961px) {
  .p-hero_kv__catch {
    top: calc((var(--headlineH) + 6.6rem) * -1);
  }
}
@media screen and (max-width: 960px) {
  .p-hero_kv__catch {
    width: 25.6rem;
  }
}

.p-hero_kv_movie__cap {
  color: var(--color-white);
}

.p-hero__brand-link {
  fill: var(--color-white);
}

.p-hero__copy {
  color: var(--color-white);
}
@media screen and (min-width: 961px) {
  .p-hero__copy {
    top: calc((var(--headlineH) + 2.1rem) * -1);
  }
}
.p-hero__copy span {
  display: block;
  margin-top: -0.2rem;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
  vertical-align: baseline;
  -webkit-transform: scale(0.75, 1);
          transform: scale(0.75, 1);
  letter-spacing: 1.2rem;
  padding-left: 1.5rem;
}

[data-area=top] .l-menu__bar-line::before {
  border-bottom: 0.11rem solid var(--color-white);
}

.p-hero_kv__pg {
  width: 4.5rem;
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-hero_kv__pg {
    display: block;
    position: absolute;
    top: calc((var(--headlineH) + 1.3rem) * -1);
    right: 25.8rem;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@media screen and (max-width: 960px) {
  .p-hero_kv__pg {
    width: 4rem;
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 1;
  }
}

/**********************
 theaterNav
**********************/
.p-theaterNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-theaterNav {
    border-bottom: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 960px) {
  .p-theaterNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-theaterNav__item {
  position: relative;
  display: block;
  width: 50%;
  border-left: 1px solid var(--color-black);
}
@media screen and (min-width: 961px) {
  .p-theaterNav__item:first-child {
    border-left: 0;
  }
  .p-theaterNav__item:hover a {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
@media screen and (max-width: 960px) {
  .p-theaterNav__item {
    width: 50%;
  }
  .p-theaterNav__item:nth-child(odd) {
    border-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .-column03 .p-theaterNav__item {
    width: 33.33%;
    border-bottom: 1px solid var(--color-black);
  }
  .-column03 .p-theaterNav__item:first-child {
    border-left: 0;
  }
  .-column03 .p-theaterNav__item:nth-child(2) {
    border-right: 1px solid var(--color-black);
  }
  .-column03 .p-theaterNav__item:nth-child(4) {
    border-right: 1px solid var(--color-black);
  }
  .-column03 .p-theaterNav__item:nth-child(n+4) {
    width: 50%;
  }
}
.p-theaterNav__item::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-black);
  -webkit-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-enter .p-theaterNav__item {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
.is-enter .p-theaterNav__item.is-current::before {
  width: 100%;
  left: 0;
}
.is-enter .p-theaterNav__item a {
  color: var(--color-white);
}
.p-theaterNav__item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.8rem 0 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  -webkit-transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-theaterNav__item a {
    padding: 1.7rem 0 1.8rem;
    font-size: 1.2rem;
  }
}
.p-theaterNav__item a span {
  position: relative;
  vertical-align: baseline;
}
@media screen and (max-width: 960px) {
  .p-theaterNav__item a span {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .is-enter .p-theaterNav__item a span {
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
    transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  }
}
.p-theaterNav-word {
  opacity: 0;
  display: inline;
  vertical-align: baseline;
}
.is-enter .p-theaterNav-word {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-enter .p-theaterNav-word:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.is-enter .p-theaterNav-word:nth-child(1):nth-child(2n) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.is-enter .p-theaterNav-word:nth-child(1):nth-child(3n) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.is-enter .p-theaterNav-word:nth-child(1):nth-child(5n) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.is-enter .p-theaterNav-word:nth-child(2) {
  -webkit-transition-delay: 0.205s;
          transition-delay: 0.205s;
}
.is-enter .p-theaterNav-word:nth-child(2):nth-child(2n) {
  -webkit-transition-delay: 0.155s;
          transition-delay: 0.155s;
}
.is-enter .p-theaterNav-word:nth-child(2):nth-child(3n) {
  -webkit-transition-delay: 0.305s;
          transition-delay: 0.305s;
}
.is-enter .p-theaterNav-word:nth-child(2):nth-child(5n) {
  -webkit-transition-delay: 0.105s;
          transition-delay: 0.105s;
}
.is-enter .p-theaterNav-word:nth-child(3) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
.is-enter .p-theaterNav-word:nth-child(3):nth-child(2n) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.is-enter .p-theaterNav-word:nth-child(3):nth-child(3n) {
  -webkit-transition-delay: 0.31s;
          transition-delay: 0.31s;
}
.is-enter .p-theaterNav-word:nth-child(3):nth-child(5n) {
  -webkit-transition-delay: 0.11s;
          transition-delay: 0.11s;
}
.is-enter .p-theaterNav-word:nth-child(4) {
  -webkit-transition-delay: 0.215s;
          transition-delay: 0.215s;
}
.is-enter .p-theaterNav-word:nth-child(4):nth-child(2n) {
  -webkit-transition-delay: 0.165s;
          transition-delay: 0.165s;
}
.is-enter .p-theaterNav-word:nth-child(4):nth-child(3n) {
  -webkit-transition-delay: 0.315s;
          transition-delay: 0.315s;
}
.is-enter .p-theaterNav-word:nth-child(4):nth-child(5n) {
  -webkit-transition-delay: 0.115s;
          transition-delay: 0.115s;
}
.is-enter .p-theaterNav-word:nth-child(5) {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
.is-enter .p-theaterNav-word:nth-child(5):nth-child(2n) {
  -webkit-transition-delay: 0.17s;
          transition-delay: 0.17s;
}
.is-enter .p-theaterNav-word:nth-child(5):nth-child(3n) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.is-enter .p-theaterNav-word:nth-child(5):nth-child(5n) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

/**********************
 GREETING
**********************/
.p-greeting {
  display: block;
  position: relative;
}
.p-greeting__container {
  width: 90%;
  max-width: min(100% - 20rem, 1400px);
  display: block;
  position: relative;
  padding: 8.4rem 0 13.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-greeting__container {
    width: 92%;
    max-width: min(100% - 10rem, 1400px);
  }
}
@media screen and (max-width: 960px) {
  .p-greeting__container {
    max-width: min(100% - 4rem, 750px);
    padding: 4.4rem 0 10rem;
  }
}
.p-greeting__inner {
  display: block;
  position: relative;
}
.p-greeting__nav {
  display: block;
  position: relative;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 960px) {
  .p-greeting__nav {
    margin-bottom: 4.5rem;
  }
}
.p-greeting__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-greeting__nav_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-greeting__nav_list-item {
  cursor: pointer;
  width: 23rem;
  margin: 0 0.5rem;
  padding: 1.1rem 0 1.2rem;
  color: var(--color-white);
  background: transparent;
  border: 1px solid var(--color-white);
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-greeting__nav_list-item {
    width: 49%;
    margin: 0 0 0 2%;
    font-size: 1.1rem;
  }
  .p-greeting__nav_list-item:nth-child(odd) {
    margin-left: 0;
  }
  .p-greeting__nav_list-item:nth-child(n+3) {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  .p-greeting__nav_list-item:hover {
    color: var(--color-red);
    background: var(--color-white);
  }
}
.p-greeting__nav_list-item.is-show {
  pointer-events: none;
  color: var(--color-red);
  background: var(--color-white);
}
.p-greeting__nav_list-item span {
  vertical-align: baseline;
}
.p-greeting__area {
  display: block;
  position: relative;
}
.p-greeting__area-ttl {
  width: 133.3333333333%;
  display: block;
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  font-size: 4.2rem;
  font-weight: 400;
  -webkit-transform: scale3d(0.75, 1, 1);
          transform: scale3d(0.75, 1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 961px) {
  .p-greeting__area-ttl {
    top: -0.25em;
  }
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ttl {
    font-size: 2.2rem;
    letter-spacing: 0.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.1rem;
  }
}
.p-greeting__area-ttl::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
  pointer-events: none;
}
.p-greeting__area-list-item {
  opacity: 0;
}
.is-enter .p-greeting__area-list-item {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-greeting__area-list-item .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-greeting__area-list-item .detail {
    font-size: 1.2rem;
  }
}
.p-greeting__area-list-item .detail + .detail {
  margin-top: 0.4rem;
}
.p-greeting__area-list-item .detail dt {
  width: 13rem;
}
@media screen and (max-width: 960px) {
  .p-greeting__area-list-item .detail dt {
    width: 10rem;
  }
}
.p-greeting__area-list-item .detail dd {
  width: calc(100% - 13rem);
}
@media screen and (max-width: 960px) {
  .p-greeting__area-list-item .detail dd {
    width: calc(100% - 10rem);
  }
}
.p-greeting__area-list-item .detail dd .-att {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-greeting__area-list-item .detail dd .-att {
    font-size: 1rem;
  }
}
.p-greeting__area-ticket {
  margin-top: 7rem;
  opacity: 0;
}
.is-enter .p-greeting__area-ticket {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-greeting__area-ticket-ttl {
  position: relative;
  margin-bottom: 3.5rem;
  padding-bottom: 1.8rem;
  padding-left: 2.5rem;
  border-bottom: 1px solid var(--color-white);
  width: 133.3333333333%;
  display: block;
  position: relative;
  font-size: 2.6rem;
  font-weight: 400;
  -webkit-transform: scale3d(0.75, 1, 1);
          transform: scale3d(0.75, 1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 961px) {
  .p-greeting__area-ticket-ttl {
    top: -0.25em;
  }
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-ttl {
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.1rem;
    padding-left: 1.1rem;
  }
}
.p-greeting__area-ticket-ttl::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.5rem;
  height: 2.4rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-ttl::before {
    top: 0.4rem;
    width: 0.2rem;
    height: 1.5rem;
  }
}
.p-greeting__area-ticket-lead {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-lead {
    font-size: 1.2rem;
  }
}
.p-greeting__area-ticket-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4.5rem;
  padding: 4.5rem 5rem;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 961px) {
  .p-greeting__area-ticket-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-block {
    margin-top: 2.5rem;
    padding: 2rem 2rem;
  }
}
.p-greeting__area-ticket-block .ttlarea {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (min-width: 961px) {
  .p-greeting__area-ticket-block .ttlarea {
    width: 20rem;
  }
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-block .ttlarea {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--color-white);
    font-size: 1.5rem;
  }
}
.p-greeting__area-ticket-block .txtarea {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 961px) {
  .p-greeting__area-ticket-block .txtarea {
    width: calc(100% - 20rem);
  }
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-block .txtarea {
    font-size: 1.3rem;
  }
}
.p-greeting__area-ticket-block .txtarea_block + .txtarea_block {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-block .txtarea_block + .txtarea_block {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  .p-greeting__area-ticket-block .txtarea_block dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-block .txtarea_block dl {
    font-size: 1.2rem;
  }
  .p-greeting__area-ticket-block .txtarea_block dl + dl {
    margin-top: 0.4rem;
  }
}
.p-greeting__area-ticket-block .txtarea_block dl dt {
  position: relative;
}
.p-greeting__area-ticket-block .txtarea_block dl dt::before {
  content: "■";
}
@media screen and (min-width: 961px) {
  .p-greeting__area-ticket-block .txtarea_block dl dt {
    width: 17rem;
  }
  .p-greeting__area-ticket-block .txtarea_block dl dt::after {
    content: "：";
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-greeting__area-ticket-block .txtarea_block dl dd {
    width: calc(100% - 17rem);
  }
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-block .txtarea_block dl dd {
    padding-left: 1em;
  }
}
.p-greeting__area-ticket-block .txtarea_block a {
  -webkit-transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) {
  .p-greeting__area-ticket-block .txtarea_block a:hover {
    color: var(--color-black);
  }
}
.p-greeting__area-ticket-block .txtarea_attlist {
  margin-top: 4.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-block .txtarea_attlist {
    margin-top: 2.5rem;
    font-size: 1.1rem;
  }
}
.p-greeting__area-ticket-block .txtarea_attlist li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-greeting__area-ticket-block .txtarea_bottom {
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-block .txtarea_bottom {
    margin-top: 2.5rem;
  }
}
.p-greeting__area-ticket-block .txtarea_btn {
  position: relative;
  display: inline-block;
  padding: 0.6rem 4rem;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  -webkit-transition: border-color 0.1s cubic-bezier(0.5, 1, 0.89, 1), color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: border-color 0.1s cubic-bezier(0.5, 1, 0.89, 1), color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) {
  .p-greeting__area-ticket-block .txtarea_btn:hover {
    color: var(--color-black);
    border-color: var(--color-black);
  }
  .p-greeting__area-ticket-block .txtarea_btn:hover::after {
    border-left-color: var(--color-black);
  }
}
@media screen and (max-width: 960px) {
  .p-greeting__area-ticket-block .txtarea_btn {
    font-size: 1.2rem;
  }
}
.p-greeting__area-ticket-block .txtarea_btn span {
  vertical-align: baseline;
}
.p-greeting__area-ticket-block .txtarea_btn::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-style: solid;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.6rem solid var(--color-white);
  border-right: 0;
  -webkit-transition: border-left-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: border-left-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-greeting__area-foot {
  margin-top: 6rem;
  opacity: 0;
}
.is-enter .p-greeting__area-foot {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-greeting__area-foot-attlist {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-greeting__area-foot-attlist {
    font-size: 1rem;
  }
}
.p-greeting__area-foot-attlist + .p-greeting__area-foot-attlist {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-greeting__area-foot-attlist + .p-greeting__area-foot-attlist {
    margin-top: 2.5rem;
  }
}
.p-greeting__area-foot-attlist li {
  margin-top: 0.5rem;
  padding-left: 1em;
  text-indent: -1em;
}
.p-greeting__area-foot-txt {
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-greeting__area-foot-txt {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-bddvd__main_txtarea-ttl,
.p-movie__main-item,
.p-greeting-word,
.p-music-word,
.p-novelty-word {
  opacity: 0;
}
.is-enter .p-bddvd__main_txtarea-ttl,
.is-enter .p-movie__main-item,
.is-enter .p-greeting-word,
.is-enter .p-music-word,
.is-enter .p-novelty-word {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(1),
.is-enter .p-movie__main-item:nth-child(1),
.is-enter .p-greeting-word:nth-child(1),
.is-enter .p-music-word:nth-child(1),
.is-enter .p-novelty-word:nth-child(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(1):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(1):nth-child(2n),
.is-enter .p-greeting-word:nth-child(1):nth-child(2n),
.is-enter .p-music-word:nth-child(1):nth-child(2n),
.is-enter .p-novelty-word:nth-child(1):nth-child(2n) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(1):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(1):nth-child(3n),
.is-enter .p-greeting-word:nth-child(1):nth-child(3n),
.is-enter .p-music-word:nth-child(1):nth-child(3n),
.is-enter .p-novelty-word:nth-child(1):nth-child(3n) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(2),
.is-enter .p-movie__main-item:nth-child(2),
.is-enter .p-greeting-word:nth-child(2),
.is-enter .p-music-word:nth-child(2),
.is-enter .p-novelty-word:nth-child(2) {
  -webkit-transition-delay: 1.01s;
          transition-delay: 1.01s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(2):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(2):nth-child(2n),
.is-enter .p-greeting-word:nth-child(2):nth-child(2n),
.is-enter .p-music-word:nth-child(2):nth-child(2n),
.is-enter .p-novelty-word:nth-child(2):nth-child(2n) {
  -webkit-transition-delay: 1.205s;
          transition-delay: 1.205s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(2):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(2):nth-child(3n),
.is-enter .p-greeting-word:nth-child(2):nth-child(3n),
.is-enter .p-music-word:nth-child(2):nth-child(3n),
.is-enter .p-novelty-word:nth-child(2):nth-child(3n) {
  -webkit-transition-delay: 1.155s;
          transition-delay: 1.155s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(3),
.is-enter .p-movie__main-item:nth-child(3),
.is-enter .p-greeting-word:nth-child(3),
.is-enter .p-music-word:nth-child(3),
.is-enter .p-novelty-word:nth-child(3) {
  -webkit-transition-delay: 1.02s;
          transition-delay: 1.02s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(3):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(3):nth-child(2n),
.is-enter .p-greeting-word:nth-child(3):nth-child(2n),
.is-enter .p-music-word:nth-child(3):nth-child(2n),
.is-enter .p-novelty-word:nth-child(3):nth-child(2n) {
  -webkit-transition-delay: 1.21s;
          transition-delay: 1.21s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(3):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(3):nth-child(3n),
.is-enter .p-greeting-word:nth-child(3):nth-child(3n),
.is-enter .p-music-word:nth-child(3):nth-child(3n),
.is-enter .p-novelty-word:nth-child(3):nth-child(3n) {
  -webkit-transition-delay: 1.16s;
          transition-delay: 1.16s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(4),
.is-enter .p-movie__main-item:nth-child(4),
.is-enter .p-greeting-word:nth-child(4),
.is-enter .p-music-word:nth-child(4),
.is-enter .p-novelty-word:nth-child(4) {
  -webkit-transition-delay: 1.03s;
          transition-delay: 1.03s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(4):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(4):nth-child(2n),
.is-enter .p-greeting-word:nth-child(4):nth-child(2n),
.is-enter .p-music-word:nth-child(4):nth-child(2n),
.is-enter .p-novelty-word:nth-child(4):nth-child(2n) {
  -webkit-transition-delay: 1.215s;
          transition-delay: 1.215s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(4):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(4):nth-child(3n),
.is-enter .p-greeting-word:nth-child(4):nth-child(3n),
.is-enter .p-music-word:nth-child(4):nth-child(3n),
.is-enter .p-novelty-word:nth-child(4):nth-child(3n) {
  -webkit-transition-delay: 1.165s;
          transition-delay: 1.165s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(5),
.is-enter .p-movie__main-item:nth-child(5),
.is-enter .p-greeting-word:nth-child(5),
.is-enter .p-music-word:nth-child(5),
.is-enter .p-novelty-word:nth-child(5) {
  -webkit-transition-delay: 1.04s;
          transition-delay: 1.04s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(5):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(5):nth-child(2n),
.is-enter .p-greeting-word:nth-child(5):nth-child(2n),
.is-enter .p-music-word:nth-child(5):nth-child(2n),
.is-enter .p-novelty-word:nth-child(5):nth-child(2n) {
  -webkit-transition-delay: 1.22s;
          transition-delay: 1.22s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(5):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(5):nth-child(3n),
.is-enter .p-greeting-word:nth-child(5):nth-child(3n),
.is-enter .p-music-word:nth-child(5):nth-child(3n),
.is-enter .p-novelty-word:nth-child(5):nth-child(3n) {
  -webkit-transition-delay: 1.17s;
          transition-delay: 1.17s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(6),
.is-enter .p-movie__main-item:nth-child(6),
.is-enter .p-greeting-word:nth-child(6),
.is-enter .p-music-word:nth-child(6),
.is-enter .p-novelty-word:nth-child(6) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(6):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(6):nth-child(2n),
.is-enter .p-greeting-word:nth-child(6):nth-child(2n),
.is-enter .p-music-word:nth-child(6):nth-child(2n),
.is-enter .p-novelty-word:nth-child(6):nth-child(2n) {
  -webkit-transition-delay: 1.225s;
          transition-delay: 1.225s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(6):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(6):nth-child(3n),
.is-enter .p-greeting-word:nth-child(6):nth-child(3n),
.is-enter .p-music-word:nth-child(6):nth-child(3n),
.is-enter .p-novelty-word:nth-child(6):nth-child(3n) {
  -webkit-transition-delay: 1.175s;
          transition-delay: 1.175s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(7),
.is-enter .p-movie__main-item:nth-child(7),
.is-enter .p-greeting-word:nth-child(7),
.is-enter .p-music-word:nth-child(7),
.is-enter .p-novelty-word:nth-child(7) {
  -webkit-transition-delay: 1.06s;
          transition-delay: 1.06s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(7):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(7):nth-child(2n),
.is-enter .p-greeting-word:nth-child(7):nth-child(2n),
.is-enter .p-music-word:nth-child(7):nth-child(2n),
.is-enter .p-novelty-word:nth-child(7):nth-child(2n) {
  -webkit-transition-delay: 1.23s;
          transition-delay: 1.23s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(7):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(7):nth-child(3n),
.is-enter .p-greeting-word:nth-child(7):nth-child(3n),
.is-enter .p-music-word:nth-child(7):nth-child(3n),
.is-enter .p-novelty-word:nth-child(7):nth-child(3n) {
  -webkit-transition-delay: 1.18s;
          transition-delay: 1.18s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(8),
.is-enter .p-movie__main-item:nth-child(8),
.is-enter .p-greeting-word:nth-child(8),
.is-enter .p-music-word:nth-child(8),
.is-enter .p-novelty-word:nth-child(8) {
  -webkit-transition-delay: 1.07s;
          transition-delay: 1.07s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(8):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(8):nth-child(2n),
.is-enter .p-greeting-word:nth-child(8):nth-child(2n),
.is-enter .p-music-word:nth-child(8):nth-child(2n),
.is-enter .p-novelty-word:nth-child(8):nth-child(2n) {
  -webkit-transition-delay: 1.235s;
          transition-delay: 1.235s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(8):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(8):nth-child(3n),
.is-enter .p-greeting-word:nth-child(8):nth-child(3n),
.is-enter .p-music-word:nth-child(8):nth-child(3n),
.is-enter .p-novelty-word:nth-child(8):nth-child(3n) {
  -webkit-transition-delay: 1.185s;
          transition-delay: 1.185s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(9),
.is-enter .p-movie__main-item:nth-child(9),
.is-enter .p-greeting-word:nth-child(9),
.is-enter .p-music-word:nth-child(9),
.is-enter .p-novelty-word:nth-child(9) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(9):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(9):nth-child(2n),
.is-enter .p-greeting-word:nth-child(9):nth-child(2n),
.is-enter .p-music-word:nth-child(9):nth-child(2n),
.is-enter .p-novelty-word:nth-child(9):nth-child(2n) {
  -webkit-transition-delay: 1.24s;
          transition-delay: 1.24s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(9):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(9):nth-child(3n),
.is-enter .p-greeting-word:nth-child(9):nth-child(3n),
.is-enter .p-music-word:nth-child(9):nth-child(3n),
.is-enter .p-novelty-word:nth-child(9):nth-child(3n) {
  -webkit-transition-delay: 1.19s;
          transition-delay: 1.19s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(10),
.is-enter .p-movie__main-item:nth-child(10),
.is-enter .p-greeting-word:nth-child(10),
.is-enter .p-music-word:nth-child(10),
.is-enter .p-novelty-word:nth-child(10) {
  -webkit-transition-delay: 1.09s;
          transition-delay: 1.09s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(10):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(10):nth-child(2n),
.is-enter .p-greeting-word:nth-child(10):nth-child(2n),
.is-enter .p-music-word:nth-child(10):nth-child(2n),
.is-enter .p-novelty-word:nth-child(10):nth-child(2n) {
  -webkit-transition-delay: 1.245s;
          transition-delay: 1.245s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(10):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(10):nth-child(3n),
.is-enter .p-greeting-word:nth-child(10):nth-child(3n),
.is-enter .p-music-word:nth-child(10):nth-child(3n),
.is-enter .p-novelty-word:nth-child(10):nth-child(3n) {
  -webkit-transition-delay: 1.195s;
          transition-delay: 1.195s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(11),
.is-enter .p-movie__main-item:nth-child(11),
.is-enter .p-greeting-word:nth-child(11),
.is-enter .p-music-word:nth-child(11),
.is-enter .p-novelty-word:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(11):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(11):nth-child(2n),
.is-enter .p-greeting-word:nth-child(11):nth-child(2n),
.is-enter .p-music-word:nth-child(11):nth-child(2n),
.is-enter .p-novelty-word:nth-child(11):nth-child(2n) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(11):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(11):nth-child(3n),
.is-enter .p-greeting-word:nth-child(11):nth-child(3n),
.is-enter .p-music-word:nth-child(11):nth-child(3n),
.is-enter .p-novelty-word:nth-child(11):nth-child(3n) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(12),
.is-enter .p-movie__main-item:nth-child(12),
.is-enter .p-greeting-word:nth-child(12),
.is-enter .p-music-word:nth-child(12),
.is-enter .p-novelty-word:nth-child(12) {
  -webkit-transition-delay: 1.11s;
          transition-delay: 1.11s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(12):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(12):nth-child(2n),
.is-enter .p-greeting-word:nth-child(12):nth-child(2n),
.is-enter .p-music-word:nth-child(12):nth-child(2n),
.is-enter .p-novelty-word:nth-child(12):nth-child(2n) {
  -webkit-transition-delay: 1.255s;
          transition-delay: 1.255s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(12):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(12):nth-child(3n),
.is-enter .p-greeting-word:nth-child(12):nth-child(3n),
.is-enter .p-music-word:nth-child(12):nth-child(3n),
.is-enter .p-novelty-word:nth-child(12):nth-child(3n) {
  -webkit-transition-delay: 1.205s;
          transition-delay: 1.205s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(13),
.is-enter .p-movie__main-item:nth-child(13),
.is-enter .p-greeting-word:nth-child(13),
.is-enter .p-music-word:nth-child(13),
.is-enter .p-novelty-word:nth-child(13) {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(13):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(13):nth-child(2n),
.is-enter .p-greeting-word:nth-child(13):nth-child(2n),
.is-enter .p-music-word:nth-child(13):nth-child(2n),
.is-enter .p-novelty-word:nth-child(13):nth-child(2n) {
  -webkit-transition-delay: 1.26s;
          transition-delay: 1.26s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(13):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(13):nth-child(3n),
.is-enter .p-greeting-word:nth-child(13):nth-child(3n),
.is-enter .p-music-word:nth-child(13):nth-child(3n),
.is-enter .p-novelty-word:nth-child(13):nth-child(3n) {
  -webkit-transition-delay: 1.21s;
          transition-delay: 1.21s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(14),
.is-enter .p-movie__main-item:nth-child(14),
.is-enter .p-greeting-word:nth-child(14),
.is-enter .p-music-word:nth-child(14),
.is-enter .p-novelty-word:nth-child(14) {
  -webkit-transition-delay: 1.13s;
          transition-delay: 1.13s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(14):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(14):nth-child(2n),
.is-enter .p-greeting-word:nth-child(14):nth-child(2n),
.is-enter .p-music-word:nth-child(14):nth-child(2n),
.is-enter .p-novelty-word:nth-child(14):nth-child(2n) {
  -webkit-transition-delay: 1.265s;
          transition-delay: 1.265s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(14):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(14):nth-child(3n),
.is-enter .p-greeting-word:nth-child(14):nth-child(3n),
.is-enter .p-music-word:nth-child(14):nth-child(3n),
.is-enter .p-novelty-word:nth-child(14):nth-child(3n) {
  -webkit-transition-delay: 1.215s;
          transition-delay: 1.215s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(15),
.is-enter .p-movie__main-item:nth-child(15),
.is-enter .p-greeting-word:nth-child(15),
.is-enter .p-music-word:nth-child(15),
.is-enter .p-novelty-word:nth-child(15) {
  -webkit-transition-delay: 1.14s;
          transition-delay: 1.14s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(15):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(15):nth-child(2n),
.is-enter .p-greeting-word:nth-child(15):nth-child(2n),
.is-enter .p-music-word:nth-child(15):nth-child(2n),
.is-enter .p-novelty-word:nth-child(15):nth-child(2n) {
  -webkit-transition-delay: 1.27s;
          transition-delay: 1.27s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(15):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(15):nth-child(3n),
.is-enter .p-greeting-word:nth-child(15):nth-child(3n),
.is-enter .p-music-word:nth-child(15):nth-child(3n),
.is-enter .p-novelty-word:nth-child(15):nth-child(3n) {
  -webkit-transition-delay: 1.22s;
          transition-delay: 1.22s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(16),
.is-enter .p-movie__main-item:nth-child(16),
.is-enter .p-greeting-word:nth-child(16),
.is-enter .p-music-word:nth-child(16),
.is-enter .p-novelty-word:nth-child(16) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(16):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(16):nth-child(2n),
.is-enter .p-greeting-word:nth-child(16):nth-child(2n),
.is-enter .p-music-word:nth-child(16):nth-child(2n),
.is-enter .p-novelty-word:nth-child(16):nth-child(2n) {
  -webkit-transition-delay: 1.275s;
          transition-delay: 1.275s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(16):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(16):nth-child(3n),
.is-enter .p-greeting-word:nth-child(16):nth-child(3n),
.is-enter .p-music-word:nth-child(16):nth-child(3n),
.is-enter .p-novelty-word:nth-child(16):nth-child(3n) {
  -webkit-transition-delay: 1.225s;
          transition-delay: 1.225s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(17),
.is-enter .p-movie__main-item:nth-child(17),
.is-enter .p-greeting-word:nth-child(17),
.is-enter .p-music-word:nth-child(17),
.is-enter .p-novelty-word:nth-child(17) {
  -webkit-transition-delay: 1.16s;
          transition-delay: 1.16s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(17):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(17):nth-child(2n),
.is-enter .p-greeting-word:nth-child(17):nth-child(2n),
.is-enter .p-music-word:nth-child(17):nth-child(2n),
.is-enter .p-novelty-word:nth-child(17):nth-child(2n) {
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(17):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(17):nth-child(3n),
.is-enter .p-greeting-word:nth-child(17):nth-child(3n),
.is-enter .p-music-word:nth-child(17):nth-child(3n),
.is-enter .p-novelty-word:nth-child(17):nth-child(3n) {
  -webkit-transition-delay: 1.23s;
          transition-delay: 1.23s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(18),
.is-enter .p-movie__main-item:nth-child(18),
.is-enter .p-greeting-word:nth-child(18),
.is-enter .p-music-word:nth-child(18),
.is-enter .p-novelty-word:nth-child(18) {
  -webkit-transition-delay: 1.17s;
          transition-delay: 1.17s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(18):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(18):nth-child(2n),
.is-enter .p-greeting-word:nth-child(18):nth-child(2n),
.is-enter .p-music-word:nth-child(18):nth-child(2n),
.is-enter .p-novelty-word:nth-child(18):nth-child(2n) {
  -webkit-transition-delay: 1.285s;
          transition-delay: 1.285s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(18):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(18):nth-child(3n),
.is-enter .p-greeting-word:nth-child(18):nth-child(3n),
.is-enter .p-music-word:nth-child(18):nth-child(3n),
.is-enter .p-novelty-word:nth-child(18):nth-child(3n) {
  -webkit-transition-delay: 1.235s;
          transition-delay: 1.235s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(19),
.is-enter .p-movie__main-item:nth-child(19),
.is-enter .p-greeting-word:nth-child(19),
.is-enter .p-music-word:nth-child(19),
.is-enter .p-novelty-word:nth-child(19) {
  -webkit-transition-delay: 1.18s;
          transition-delay: 1.18s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(19):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(19):nth-child(2n),
.is-enter .p-greeting-word:nth-child(19):nth-child(2n),
.is-enter .p-music-word:nth-child(19):nth-child(2n),
.is-enter .p-novelty-word:nth-child(19):nth-child(2n) {
  -webkit-transition-delay: 1.29s;
          transition-delay: 1.29s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(19):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(19):nth-child(3n),
.is-enter .p-greeting-word:nth-child(19):nth-child(3n),
.is-enter .p-music-word:nth-child(19):nth-child(3n),
.is-enter .p-novelty-word:nth-child(19):nth-child(3n) {
  -webkit-transition-delay: 1.24s;
          transition-delay: 1.24s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(20),
.is-enter .p-movie__main-item:nth-child(20),
.is-enter .p-greeting-word:nth-child(20),
.is-enter .p-music-word:nth-child(20),
.is-enter .p-novelty-word:nth-child(20) {
  -webkit-transition-delay: 1.19s;
          transition-delay: 1.19s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(20):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(20):nth-child(2n),
.is-enter .p-greeting-word:nth-child(20):nth-child(2n),
.is-enter .p-music-word:nth-child(20):nth-child(2n),
.is-enter .p-novelty-word:nth-child(20):nth-child(2n) {
  -webkit-transition-delay: 1.295s;
          transition-delay: 1.295s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(20):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(20):nth-child(3n),
.is-enter .p-greeting-word:nth-child(20):nth-child(3n),
.is-enter .p-music-word:nth-child(20):nth-child(3n),
.is-enter .p-novelty-word:nth-child(20):nth-child(3n) {
  -webkit-transition-delay: 1.245s;
          transition-delay: 1.245s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(21),
.is-enter .p-movie__main-item:nth-child(21),
.is-enter .p-greeting-word:nth-child(21),
.is-enter .p-music-word:nth-child(21),
.is-enter .p-novelty-word:nth-child(21) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(21):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(21):nth-child(2n),
.is-enter .p-greeting-word:nth-child(21):nth-child(2n),
.is-enter .p-music-word:nth-child(21):nth-child(2n),
.is-enter .p-novelty-word:nth-child(21):nth-child(2n) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(21):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(21):nth-child(3n),
.is-enter .p-greeting-word:nth-child(21):nth-child(3n),
.is-enter .p-music-word:nth-child(21):nth-child(3n),
.is-enter .p-novelty-word:nth-child(21):nth-child(3n) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(22),
.is-enter .p-movie__main-item:nth-child(22),
.is-enter .p-greeting-word:nth-child(22),
.is-enter .p-music-word:nth-child(22),
.is-enter .p-novelty-word:nth-child(22) {
  -webkit-transition-delay: 1.21s;
          transition-delay: 1.21s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(22):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(22):nth-child(2n),
.is-enter .p-greeting-word:nth-child(22):nth-child(2n),
.is-enter .p-music-word:nth-child(22):nth-child(2n),
.is-enter .p-novelty-word:nth-child(22):nth-child(2n) {
  -webkit-transition-delay: 1.305s;
          transition-delay: 1.305s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(22):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(22):nth-child(3n),
.is-enter .p-greeting-word:nth-child(22):nth-child(3n),
.is-enter .p-music-word:nth-child(22):nth-child(3n),
.is-enter .p-novelty-word:nth-child(22):nth-child(3n) {
  -webkit-transition-delay: 1.255s;
          transition-delay: 1.255s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(23),
.is-enter .p-movie__main-item:nth-child(23),
.is-enter .p-greeting-word:nth-child(23),
.is-enter .p-music-word:nth-child(23),
.is-enter .p-novelty-word:nth-child(23) {
  -webkit-transition-delay: 1.22s;
          transition-delay: 1.22s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(23):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(23):nth-child(2n),
.is-enter .p-greeting-word:nth-child(23):nth-child(2n),
.is-enter .p-music-word:nth-child(23):nth-child(2n),
.is-enter .p-novelty-word:nth-child(23):nth-child(2n) {
  -webkit-transition-delay: 1.31s;
          transition-delay: 1.31s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(23):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(23):nth-child(3n),
.is-enter .p-greeting-word:nth-child(23):nth-child(3n),
.is-enter .p-music-word:nth-child(23):nth-child(3n),
.is-enter .p-novelty-word:nth-child(23):nth-child(3n) {
  -webkit-transition-delay: 1.26s;
          transition-delay: 1.26s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(24),
.is-enter .p-movie__main-item:nth-child(24),
.is-enter .p-greeting-word:nth-child(24),
.is-enter .p-music-word:nth-child(24),
.is-enter .p-novelty-word:nth-child(24) {
  -webkit-transition-delay: 1.23s;
          transition-delay: 1.23s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(24):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(24):nth-child(2n),
.is-enter .p-greeting-word:nth-child(24):nth-child(2n),
.is-enter .p-music-word:nth-child(24):nth-child(2n),
.is-enter .p-novelty-word:nth-child(24):nth-child(2n) {
  -webkit-transition-delay: 1.315s;
          transition-delay: 1.315s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(24):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(24):nth-child(3n),
.is-enter .p-greeting-word:nth-child(24):nth-child(3n),
.is-enter .p-music-word:nth-child(24):nth-child(3n),
.is-enter .p-novelty-word:nth-child(24):nth-child(3n) {
  -webkit-transition-delay: 1.265s;
          transition-delay: 1.265s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(25),
.is-enter .p-movie__main-item:nth-child(25),
.is-enter .p-greeting-word:nth-child(25),
.is-enter .p-music-word:nth-child(25),
.is-enter .p-novelty-word:nth-child(25) {
  -webkit-transition-delay: 1.24s;
          transition-delay: 1.24s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(25):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(25):nth-child(2n),
.is-enter .p-greeting-word:nth-child(25):nth-child(2n),
.is-enter .p-music-word:nth-child(25):nth-child(2n),
.is-enter .p-novelty-word:nth-child(25):nth-child(2n) {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(25):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(25):nth-child(3n),
.is-enter .p-greeting-word:nth-child(25):nth-child(3n),
.is-enter .p-music-word:nth-child(25):nth-child(3n),
.is-enter .p-novelty-word:nth-child(25):nth-child(3n) {
  -webkit-transition-delay: 1.27s;
          transition-delay: 1.27s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(26),
.is-enter .p-movie__main-item:nth-child(26),
.is-enter .p-greeting-word:nth-child(26),
.is-enter .p-music-word:nth-child(26),
.is-enter .p-novelty-word:nth-child(26) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(26):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(26):nth-child(2n),
.is-enter .p-greeting-word:nth-child(26):nth-child(2n),
.is-enter .p-music-word:nth-child(26):nth-child(2n),
.is-enter .p-novelty-word:nth-child(26):nth-child(2n) {
  -webkit-transition-delay: 1.325s;
          transition-delay: 1.325s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(26):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(26):nth-child(3n),
.is-enter .p-greeting-word:nth-child(26):nth-child(3n),
.is-enter .p-music-word:nth-child(26):nth-child(3n),
.is-enter .p-novelty-word:nth-child(26):nth-child(3n) {
  -webkit-transition-delay: 1.275s;
          transition-delay: 1.275s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(27),
.is-enter .p-movie__main-item:nth-child(27),
.is-enter .p-greeting-word:nth-child(27),
.is-enter .p-music-word:nth-child(27),
.is-enter .p-novelty-word:nth-child(27) {
  -webkit-transition-delay: 1.26s;
          transition-delay: 1.26s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(27):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(27):nth-child(2n),
.is-enter .p-greeting-word:nth-child(27):nth-child(2n),
.is-enter .p-music-word:nth-child(27):nth-child(2n),
.is-enter .p-novelty-word:nth-child(27):nth-child(2n) {
  -webkit-transition-delay: 1.33s;
          transition-delay: 1.33s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(27):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(27):nth-child(3n),
.is-enter .p-greeting-word:nth-child(27):nth-child(3n),
.is-enter .p-music-word:nth-child(27):nth-child(3n),
.is-enter .p-novelty-word:nth-child(27):nth-child(3n) {
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(28),
.is-enter .p-movie__main-item:nth-child(28),
.is-enter .p-greeting-word:nth-child(28),
.is-enter .p-music-word:nth-child(28),
.is-enter .p-novelty-word:nth-child(28) {
  -webkit-transition-delay: 1.27s;
          transition-delay: 1.27s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(28):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(28):nth-child(2n),
.is-enter .p-greeting-word:nth-child(28):nth-child(2n),
.is-enter .p-music-word:nth-child(28):nth-child(2n),
.is-enter .p-novelty-word:nth-child(28):nth-child(2n) {
  -webkit-transition-delay: 1.335s;
          transition-delay: 1.335s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(28):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(28):nth-child(3n),
.is-enter .p-greeting-word:nth-child(28):nth-child(3n),
.is-enter .p-music-word:nth-child(28):nth-child(3n),
.is-enter .p-novelty-word:nth-child(28):nth-child(3n) {
  -webkit-transition-delay: 1.285s;
          transition-delay: 1.285s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(29),
.is-enter .p-movie__main-item:nth-child(29),
.is-enter .p-greeting-word:nth-child(29),
.is-enter .p-music-word:nth-child(29),
.is-enter .p-novelty-word:nth-child(29) {
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(29):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(29):nth-child(2n),
.is-enter .p-greeting-word:nth-child(29):nth-child(2n),
.is-enter .p-music-word:nth-child(29):nth-child(2n),
.is-enter .p-novelty-word:nth-child(29):nth-child(2n) {
  -webkit-transition-delay: 1.34s;
          transition-delay: 1.34s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(29):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(29):nth-child(3n),
.is-enter .p-greeting-word:nth-child(29):nth-child(3n),
.is-enter .p-music-word:nth-child(29):nth-child(3n),
.is-enter .p-novelty-word:nth-child(29):nth-child(3n) {
  -webkit-transition-delay: 1.29s;
          transition-delay: 1.29s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(30),
.is-enter .p-movie__main-item:nth-child(30),
.is-enter .p-greeting-word:nth-child(30),
.is-enter .p-music-word:nth-child(30),
.is-enter .p-novelty-word:nth-child(30) {
  -webkit-transition-delay: 1.29s;
          transition-delay: 1.29s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(30):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(30):nth-child(2n),
.is-enter .p-greeting-word:nth-child(30):nth-child(2n),
.is-enter .p-music-word:nth-child(30):nth-child(2n),
.is-enter .p-novelty-word:nth-child(30):nth-child(2n) {
  -webkit-transition-delay: 1.345s;
          transition-delay: 1.345s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(30):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(30):nth-child(3n),
.is-enter .p-greeting-word:nth-child(30):nth-child(3n),
.is-enter .p-music-word:nth-child(30):nth-child(3n),
.is-enter .p-novelty-word:nth-child(30):nth-child(3n) {
  -webkit-transition-delay: 1.295s;
          transition-delay: 1.295s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(31),
.is-enter .p-movie__main-item:nth-child(31),
.is-enter .p-greeting-word:nth-child(31),
.is-enter .p-music-word:nth-child(31),
.is-enter .p-novelty-word:nth-child(31) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(31):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(31):nth-child(2n),
.is-enter .p-greeting-word:nth-child(31):nth-child(2n),
.is-enter .p-music-word:nth-child(31):nth-child(2n),
.is-enter .p-novelty-word:nth-child(31):nth-child(2n) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(31):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(31):nth-child(3n),
.is-enter .p-greeting-word:nth-child(31):nth-child(3n),
.is-enter .p-music-word:nth-child(31):nth-child(3n),
.is-enter .p-novelty-word:nth-child(31):nth-child(3n) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(32),
.is-enter .p-movie__main-item:nth-child(32),
.is-enter .p-greeting-word:nth-child(32),
.is-enter .p-music-word:nth-child(32),
.is-enter .p-novelty-word:nth-child(32) {
  -webkit-transition-delay: 1.31s;
          transition-delay: 1.31s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(32):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(32):nth-child(2n),
.is-enter .p-greeting-word:nth-child(32):nth-child(2n),
.is-enter .p-music-word:nth-child(32):nth-child(2n),
.is-enter .p-novelty-word:nth-child(32):nth-child(2n) {
  -webkit-transition-delay: 1.355s;
          transition-delay: 1.355s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(32):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(32):nth-child(3n),
.is-enter .p-greeting-word:nth-child(32):nth-child(3n),
.is-enter .p-music-word:nth-child(32):nth-child(3n),
.is-enter .p-novelty-word:nth-child(32):nth-child(3n) {
  -webkit-transition-delay: 1.305s;
          transition-delay: 1.305s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(33),
.is-enter .p-movie__main-item:nth-child(33),
.is-enter .p-greeting-word:nth-child(33),
.is-enter .p-music-word:nth-child(33),
.is-enter .p-novelty-word:nth-child(33) {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(33):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(33):nth-child(2n),
.is-enter .p-greeting-word:nth-child(33):nth-child(2n),
.is-enter .p-music-word:nth-child(33):nth-child(2n),
.is-enter .p-novelty-word:nth-child(33):nth-child(2n) {
  -webkit-transition-delay: 1.36s;
          transition-delay: 1.36s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(33):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(33):nth-child(3n),
.is-enter .p-greeting-word:nth-child(33):nth-child(3n),
.is-enter .p-music-word:nth-child(33):nth-child(3n),
.is-enter .p-novelty-word:nth-child(33):nth-child(3n) {
  -webkit-transition-delay: 1.31s;
          transition-delay: 1.31s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(34),
.is-enter .p-movie__main-item:nth-child(34),
.is-enter .p-greeting-word:nth-child(34),
.is-enter .p-music-word:nth-child(34),
.is-enter .p-novelty-word:nth-child(34) {
  -webkit-transition-delay: 1.33s;
          transition-delay: 1.33s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(34):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(34):nth-child(2n),
.is-enter .p-greeting-word:nth-child(34):nth-child(2n),
.is-enter .p-music-word:nth-child(34):nth-child(2n),
.is-enter .p-novelty-word:nth-child(34):nth-child(2n) {
  -webkit-transition-delay: 1.365s;
          transition-delay: 1.365s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(34):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(34):nth-child(3n),
.is-enter .p-greeting-word:nth-child(34):nth-child(3n),
.is-enter .p-music-word:nth-child(34):nth-child(3n),
.is-enter .p-novelty-word:nth-child(34):nth-child(3n) {
  -webkit-transition-delay: 1.315s;
          transition-delay: 1.315s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(35),
.is-enter .p-movie__main-item:nth-child(35),
.is-enter .p-greeting-word:nth-child(35),
.is-enter .p-music-word:nth-child(35),
.is-enter .p-novelty-word:nth-child(35) {
  -webkit-transition-delay: 1.34s;
          transition-delay: 1.34s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(35):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(35):nth-child(2n),
.is-enter .p-greeting-word:nth-child(35):nth-child(2n),
.is-enter .p-music-word:nth-child(35):nth-child(2n),
.is-enter .p-novelty-word:nth-child(35):nth-child(2n) {
  -webkit-transition-delay: 1.37s;
          transition-delay: 1.37s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(35):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(35):nth-child(3n),
.is-enter .p-greeting-word:nth-child(35):nth-child(3n),
.is-enter .p-music-word:nth-child(35):nth-child(3n),
.is-enter .p-novelty-word:nth-child(35):nth-child(3n) {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(36),
.is-enter .p-movie__main-item:nth-child(36),
.is-enter .p-greeting-word:nth-child(36),
.is-enter .p-music-word:nth-child(36),
.is-enter .p-novelty-word:nth-child(36) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(36):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(36):nth-child(2n),
.is-enter .p-greeting-word:nth-child(36):nth-child(2n),
.is-enter .p-music-word:nth-child(36):nth-child(2n),
.is-enter .p-novelty-word:nth-child(36):nth-child(2n) {
  -webkit-transition-delay: 1.375s;
          transition-delay: 1.375s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(36):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(36):nth-child(3n),
.is-enter .p-greeting-word:nth-child(36):nth-child(3n),
.is-enter .p-music-word:nth-child(36):nth-child(3n),
.is-enter .p-novelty-word:nth-child(36):nth-child(3n) {
  -webkit-transition-delay: 1.325s;
          transition-delay: 1.325s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(37),
.is-enter .p-movie__main-item:nth-child(37),
.is-enter .p-greeting-word:nth-child(37),
.is-enter .p-music-word:nth-child(37),
.is-enter .p-novelty-word:nth-child(37) {
  -webkit-transition-delay: 1.36s;
          transition-delay: 1.36s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(37):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(37):nth-child(2n),
.is-enter .p-greeting-word:nth-child(37):nth-child(2n),
.is-enter .p-music-word:nth-child(37):nth-child(2n),
.is-enter .p-novelty-word:nth-child(37):nth-child(2n) {
  -webkit-transition-delay: 1.38s;
          transition-delay: 1.38s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(37):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(37):nth-child(3n),
.is-enter .p-greeting-word:nth-child(37):nth-child(3n),
.is-enter .p-music-word:nth-child(37):nth-child(3n),
.is-enter .p-novelty-word:nth-child(37):nth-child(3n) {
  -webkit-transition-delay: 1.33s;
          transition-delay: 1.33s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(38),
.is-enter .p-movie__main-item:nth-child(38),
.is-enter .p-greeting-word:nth-child(38),
.is-enter .p-music-word:nth-child(38),
.is-enter .p-novelty-word:nth-child(38) {
  -webkit-transition-delay: 1.37s;
          transition-delay: 1.37s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(38):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(38):nth-child(2n),
.is-enter .p-greeting-word:nth-child(38):nth-child(2n),
.is-enter .p-music-word:nth-child(38):nth-child(2n),
.is-enter .p-novelty-word:nth-child(38):nth-child(2n) {
  -webkit-transition-delay: 1.385s;
          transition-delay: 1.385s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(38):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(38):nth-child(3n),
.is-enter .p-greeting-word:nth-child(38):nth-child(3n),
.is-enter .p-music-word:nth-child(38):nth-child(3n),
.is-enter .p-novelty-word:nth-child(38):nth-child(3n) {
  -webkit-transition-delay: 1.335s;
          transition-delay: 1.335s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(39),
.is-enter .p-movie__main-item:nth-child(39),
.is-enter .p-greeting-word:nth-child(39),
.is-enter .p-music-word:nth-child(39),
.is-enter .p-novelty-word:nth-child(39) {
  -webkit-transition-delay: 1.38s;
          transition-delay: 1.38s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(39):nth-child(2n),
.is-enter .p-movie__main-item:nth-child(39):nth-child(2n),
.is-enter .p-greeting-word:nth-child(39):nth-child(2n),
.is-enter .p-music-word:nth-child(39):nth-child(2n),
.is-enter .p-novelty-word:nth-child(39):nth-child(2n) {
  -webkit-transition-delay: 1.39s;
          transition-delay: 1.39s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(39):nth-child(3n),
.is-enter .p-movie__main-item:nth-child(39):nth-child(3n),
.is-enter .p-greeting-word:nth-child(39):nth-child(3n),
.is-enter .p-music-word:nth-child(39):nth-child(3n),
.is-enter .p-novelty-word:nth-child(39):nth-child(3n) {
  -webkit-transition-delay: 1.34s;
          transition-delay: 1.34s;
}
.is-enter .p-bddvd__main_txtarea-ttl:nth-child(40),
.is-enter .p-movie__main-item:nth-child(40),
.is-enter .p-greeting-word:nth-child(40),
.is-enter .p-music-word:nth-child(40),
.is-enter .p-novelty-word:nth-child(40) {
  -webkit-transition-delay: 1.39s;
          transition-delay: 1.39s;
}

/**********************
 theater
**********************/
@media screen and (min-width: 961px) {
  .p-theater_nav__list {
    max-width: 850px;
    margin: auto;
    -ms-grid-columns: (16.666%)[6];
    grid-template-columns: repeat(6, 16.666%);
  }
}
@media screen and (min-width: 961px) {
  .p-theater_area_table__cell.--cell4 {
    text-align: center;
  }
}
.p-theater_area_table__cell.--cell4 span {
  vertical-align: baseline;
}
.p-theater_area_table__cell.--cell4 span.-tag {
  font-size: 80%;
}
@media screen and (max-width: 960px) {
  .p-theater_area_table__cell.--cell4 span.-tag {
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-theater_area_table__cell.--cell4 span.-vf::before {
    content: "バリアフリー字幕：";
  }
}

/*== tab ============================*/
.p-greeting__area {
  position: relative;
}

.js-tab-item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.7s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
  width: 100%;
}

.js-tab-item.is-show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  pointer-events: auto;
}

/**********************
 NOVELTY
**********************/
.p-novelty {
  display: block;
  position: relative;
}
.p-novelty__container {
  width: 90%;
  max-width: min(100% - 20rem, 1400px);
  display: block;
  position: relative;
  padding: 8.4rem 0 13.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-novelty__container {
    width: 92%;
    max-width: min(100% - 10rem, 1400px);
  }
}
@media screen and (max-width: 960px) {
  .p-novelty__container {
    max-width: min(100% - 4rem, 750px);
    padding: 4.4rem 0 10rem;
  }
}
.p-novelty__inner {
  display: block;
  position: relative;
}
.p-novelty__nav {
  display: block;
  position: relative;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 960px) {
  .p-novelty__nav {
    margin-bottom: 4.5rem;
  }
}
.p-novelty__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-novelty__nav_list-item {
  cursor: pointer;
  width: 10rem;
  margin: 0 0.5rem;
  padding: 1.1rem 0 1.2rem;
  color: var(--color-white);
  background: transparent;
  border: 1px solid var(--color-white);
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-novelty__nav_list-item {
    width: 6rem;
    margin: 0 0.25rem;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-novelty__nav_list-item:hover {
    color: var(--color-red);
    background: var(--color-white);
  }
}
.p-novelty__nav_list-item span {
  vertical-align: baseline;
}
.p-novelty__area {
  display: block;
  position: relative;
}
.p-novelty__area-item + .p-novelty__area-item {
  margin-top: 5.5rem;
}
@media screen and (max-width: 960px) {
  .p-novelty__area-item + .p-novelty__area-item {
    margin-top: 4.5rem;
  }
}
.p-novelty__area-ttl {
  position: relative;
  font-size: 2rem;
  padding: 0 0 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-novelty__area-ttl {
    font-size: 1.2rem;
  }
}
.p-novelty__area-ttl::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-text);
  opacity: 0;
}
.is-enter .p-novelty__area-ttl::before {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-leave .p-novelty__area-ttl::before {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-novelty__area-ttl-week {
  padding-bottom: 0.6rem;
}
.p-novelty__area-ttl-main {
  font-size: 2.7rem;
}
@media screen and (max-width: 960px) {
  .p-novelty__area-ttl-main {
    font-size: 1.6rem;
  }
}
.p-novelty__area-info {
  padding: 3.5rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-novelty__area-info {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 961px) {
  .p-novelty__area-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-novelty__area-info-txtarea {
  line-height: 1.6;
  opacity: 0;
}
.is-enter .p-novelty__area-info-txtarea {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 961px) {
  .p-novelty__area-info-txtarea {
    width: 65%;
    padding-right: 3.9rem;
  }
}
.p-novelty__area-info-txtarea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-novelty__area-info-txtarea dl + dl {
  margin-top: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-novelty__area-info-txtarea dl + dl {
    margin-top: 1.4rem;
  }
}
.p-novelty__area-info-txtarea dl dt {
  width: 13rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p-novelty__area-info-txtarea dl dt {
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-novelty__area-info-txtarea dl dt {
    width: 7.5rem;
    font-size: 1.2rem;
  }
}
.p-novelty__area-info-txtarea dl dd {
  width: calc(100% - 13rem);
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 960px) {
  .p-novelty__area-info-txtarea dl dd {
    width: calc(100% - 7.5rem);
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 961px) {
  .p-novelty__area-info-txtarea .-attlist {
    padding-top: 0.4rem;
  }
}
.p-novelty__area-info-txtarea .-attlist > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-novelty__area-info-txtarea .-attlist > li {
    font-size: 1rem;
  }
}
.p-novelty__area-info-txtarea .-attlist > li + li {
  margin-top: 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-novelty__area-info-txtarea .-attlist > li + li {
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 961px) {
  .p-novelty__area-info-imgarea {
    width: 35%;
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-novelty__area-info-imgarea {
    width: 21rem;
    margin: 4rem auto 0;
  }
}

/**********************
 GOODS
**********************/
.p-goods {
  display: block;
  position: relative;
}
.p-goods__container {
  width: 90%;
  max-width: min(100% - 20rem, 1400px);
  display: block;
  position: relative;
  padding: 8.4rem 0 13.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-goods__container {
    width: 92%;
    max-width: min(100% - 10rem, 1400px);
  }
}
@media screen and (max-width: 960px) {
  .p-goods__container {
    max-width: min(100% - 4rem, 750px);
    padding: 4.4rem 0 10rem;
  }
}
.p-goods__inner {
  display: block;
  position: relative;
}
.p-goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-goods__list-item {
  width: 31%;
  margin-right: 3.5%;
}
@media screen and (max-width: 960px) {
  .p-goods__list-item {
    width: 48%;
    margin-right: 4%;
  }
  .p-goods__list-item:nth-child(even) {
    margin-right: 0;
  }
  .p-goods__list-item:nth-child(n+3) {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  .p-goods__list-item:nth-child(3n) {
    margin-right: 0;
  }
  .p-goods__list-item:nth-child(n+4) {
    margin-top: 5.4rem;
  }
  .p-goods__list-item:hover .p-goods__list-item_imgarea img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .p-goods__list-item:hover .p-goods__list-item_txtarea .-name {
    color: var(--color-black);
  }
}
.p-goods__list-item_imgarea {
  position: relative;
}
.p-goods__list-item_imgarea figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background: var(--color-black);
  overflow: hidden;
}
.p-goods__list-item_imgarea figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1.001, 1.001, 1.001);
          transform: translate(-50%, -50%) scale3d(1.001, 1.001, 1.001);
  -webkit-transition: -webkit-filter 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-filter 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: filter 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: filter 0.1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-goods__list-item_imgarea .-zoom {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-goods__list-item_imgarea .-zoom::before {
  content: "";
  position: absolute;
  right: 3.2%;
  bottom: 3.2%;
  width: 7.7%;
  max-width: 80px;
  height: auto;
  padding-top: 7.7%;
  background: url(../img/goods/icon_more.png) right bottom;
  background-size: contain;
  -webkit-transform: scale3d(1.001, 1.001, 1.001);
          transform: scale3d(1.001, 1.001, 1.001);
}
.p-goods__list-item_txtarea {
  margin-top: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-goods__list-item_txtarea {
    margin-top: 1.2rem;
  }
}
.p-goods__list-item_txtarea .-name {
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--color-white);
  -webkit-transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-goods__list-item_txtarea .-name {
    font-size: 1.2rem;
  }
}
.p-goods__list-item_txtarea .-price {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-goods__list-item_txtarea .-price {
    margin-top: 0.4rem;
    font-size: 1.2rem;
  }
}
.p-goods__list-item_txtarea .-price small {
  vertical-align: baseline;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-goods__list-item_txtarea .-price small {
    font-size: 1rem;
  }
}
.p-goods__modalin {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--color-white);
  background: var(--color-black);
  width: 88.5%;
  max-width: 1400px;
  margin: 80px auto;
  padding: 8rem;
}
@media screen and (min-width: 961px) {
  .p-goods__modalin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .p-goods__modalin {
    width: 100%;
    padding: 2rem;
  }
}
.p-goods__modalin-imgarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-goods__modalin-imgarea.is-open {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .p-goods__modalin-imgarea {
    width: 41.6%;
  }
}
@media screen and (max-width: 960px) {
  .p-goods__modalin-imgarea {
    width: 100%;
  }
}
.p-goods__modalin-txtarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .p-goods__modalin-txtarea {
    width: 58.4%;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods__modalin-txtarea {
    padding-top: 1.6rem;
  }
}
.p-goods__modalin-txtarea .-name {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .p-goods__modalin-txtarea .-name {
    color: var(--color-red);
    font-size: 1.6rem;
  }
}
.p-goods__modalin-txtarea .-price {
  margin-top: 1.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-goods__modalin-txtarea .-price {
    margin-top: 1.4rem;
    font-size: 1.2rem;
  }
}
.p-goods__modalin-txtarea .-price small {
  font-size: 80%;
  vertical-align: baseline;
}
.p-goods__modalin-txtarea .-detail {
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-goods__modalin-txtarea .-detail {
    margin-top: 2.2rem;
    font-size: 1.2rem;
  }
}

/************************
slick
************************/
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  clear: both;
  content: "";
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.modalslide__thumb .slick-track {
  margin: 0;
}
.modalslide__thumb .slick-track .slick-slide {
  cursor: pointer;
  position: relative;
  margin-top: 6px;
  margin-right: 6px;
}
.modalslide__thumb .slick-track .slick-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-red);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) {
  .modalslide__thumb .slick-track .slick-slide:hover::after {
    opacity: 0.5;
  }
}
.modalslide__thumb .slick-track .slick-slide.slick-current::after {
  opacity: 0.5;
}

/**********************
 MOVIE
**********************/
.p-movie {
  display: block;
  position: relative;
}
.p-movie__container {
  width: 90%;
  max-width: min(100% - 20rem, 1400px);
  display: block;
  position: relative;
  padding: 8.4rem 0 13.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-movie__container {
    width: 92%;
    max-width: min(100% - 10rem, 1400px);
  }
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    max-width: min(100% - 4rem, 750px);
    padding: 4.4rem 0 10rem;
  }
}
.p-movie__inner {
  display: block;
  position: relative;
}
.p-movie__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-movie__main-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-movie__main-item {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 961px) {
  .p-movie__main-item {
    width: 48%;
  }
  .p-movie__main-item:nth-child(even) {
    margin-left: 4%;
  }
}
.p-movie__main-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
}
.p-movie__main-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: var(--color-red);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  mix-blend-mode: screen;
}
.p-movie__main-thumb::after {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/btn_play.png") no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-movie__main-thumb::after {
    width: 6rem;
    height: 6rem;
  }
}
.p-movie__main-txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .p-movie__main-txt {
    font-size: 1.2rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-movie__main-item:hover .p-movie__main-thumb::before {
    opacity: 1;
  }
}
/**********************
 MUSIC
**********************/
.p-music {
  display: block;
  position: relative;
}
.p-music__container {
  width: 90%;
  max-width: min(100% - 20rem, 1400px);
  display: block;
  position: relative;
  padding: 8.4rem 0 13.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-music__container {
    width: 92%;
    max-width: min(100% - 10rem, 1400px);
  }
}
@media screen and (max-width: 960px) {
  .p-music__container {
    max-width: min(100% - 4rem, 750px);
    padding: 4.4rem 0 10rem;
  }
}
.p-music__inner {
  display: block;
  position: relative;
}
.p-music__head {
  text-align: center;
}
.p-music__head-cap {
  display: block;
  position: relative;
  font-size: 2.5rem;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0.5rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-music__head-cap {
    font-size: 1.5rem;
  }
}
.p-music__head-ttl {
  margin-top: 4rem;
  display: block;
  position: relative;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-music__head-ttl {
    margin-top: 2.5rem;
    font-size: 2.4rem;
  }
}
.p-music__head-artist {
  margin-top: 4rem;
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-music__head-artist {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}
.p-music__head-staff {
  margin-top: 4rem;
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-music__head-staff {
    margin-top: 2.5rem;
    font-size: 0.8rem;
  }
}
.p-music__head-release {
  margin-top: 5rem;
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-music__head-release {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
.p-music__head-release small {
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-music__head-release small {
    font-size: 1.1rem;
  }
}
.p-music__head-release .p-music-word.-first {
  display: inline-block;
  text-indent: -0.6rem;
}
.p-music__main {
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .p-music__main {
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 961px) {
  .p-music__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-music__main-img {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .p-music__main-img {
    width: 66.6%;
    margin: auto;
  }
}
.p-music__main-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-music__main-info {
    width: 60%;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-music__main-info {
    margin-top: 4.5rem;
  }
}
.p-music__main-info-dl + .p-music__main-info-dl {
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-music__main-info-dl + .p-music__main-info-dl {
    margin-top: 4rem;
  }
}
.p-music__main-info-dl dt {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0.5rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-music__main-info-dl dt {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.p-music__main-info-dl dt::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
.p-music__main-info-dl dd {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-music__main-info-dl dd {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-music__cd-main {
  margin-top: 7rem;
}
.p-music__cd-main-item {
  padding: 5rem;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 960px) {
  .p-music__cd-main-item {
    padding: 3rem 2rem;
  }
}
.p-music__cd-main-item + .p-music__cd-main-item {
  margin-top: 3rem;
}
.p-music__cd-main-item-ttl {
  margin-bottom: 4.8rem;
  padding-bottom: 2rem;
  padding-left: 1.6rem;
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-music__cd-main-item-ttl {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    padding-left: 1.3rem;
    font-size: 1.3rem;
  }
}
.p-music__cd-main-item-ttl::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0;
  width: 0.5rem;
  height: 2rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-music__cd-main-item-ttl::before {
    top: 0rem;
    width: 0.2rem;
    height: 1.5rem;
  }
}
.p-music__cd-main-item-ttl::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
@media screen and (min-width: 961px) {
  .p-music__cd-main-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-music__cd-main-item-jk {
  width: 35.5%;
}
@media screen and (max-width: 960px) {
  .p-music__cd-main-item-jk {
    width: 50.6vw;
    margin: auto;
  }
}
.p-music__cd-main-item-txtarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .p-music__cd-main-item-txtarea {
    width: 64.5%;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-music__cd-main-item-txtarea {
    margin-top: 2.2rem;
    font-size: 1.2rem;
  }
}
.p-music__cd-main-item-txt {
  line-height: 1.8;
}
.p-music__cd-main-item-list {
  margin-top: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-music__cd-main-item-list {
    margin-top: 1.5rem;
  }
}
.p-music__cd-main-item-list li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.p-music__cd-main-item-song {
  margin-top: 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-music__cd-main-item-song {
    margin-top: 1.5rem;
  }
}
.p-music__cd-main-item-song_cap {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-music__cd-main-item-song_cap {
    font-size: 1.2rem;
  }
}
.p-music__cd-main-item-song_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-music__cd-main-item-song_list li .no {
  width: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-music__cd-main-item-song_list li .no {
    width: 3rem;
  }
}
.p-music__cd-main-item-song_list li .ttl {
  width: calc(100% - 3.8rem);
}
@media screen and (max-width: 960px) {
  .p-music__cd-main-item-song_list li .ttl {
    width: calc(100% - 3rem);
  }
}
.p-music__cd-main-item-song_list li .ttl small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-music__cd-main-item-song_list li .ttl small {
    font-size: 1rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-movie__main-item:hover .p-movie__main-thumb::before {
    opacity: 1;
  }
}
/**********************
 BDDVD
**********************/
.p-bddvd {
  display: block;
  position: relative;
  max-width: 1300px;
  margin: auto;
}
.p-bddvd img {
  width: 100%;
  height: auto;
}
.p-bddvd .p-in-btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 0;
  border-radius: 1000px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #fff;
  background: #000;
  -webkit-transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-bddvd .p-in-btn a:hover {
    color: #000;
    background: #FFF;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd .p-in-btn a {
    font-size: 1.2rem;
    padding: 1.2rem 0;
  }
}
.p-bddvd__container {
  width: 90%;
  max-width: min(100% - 20rem, 1400px);
  display: block;
  position: relative;
  padding: 8.4rem 0 13.5rem;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-bddvd__container {
    width: 92%;
    max-width: min(100% - 10rem, 1400px);
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd__container {
    max-width: min(100% - 4rem, 750px);
    padding: 4.4rem 0 10rem;
  }
}
.is-enter .p-bddvd__container {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-bddvd__inner {
  display: block;
  position: relative;
}
.p-bddvd__head {
  text-align: center;
}
.p-bddvd__head-cap {
  display: block;
  position: relative;
  font-size: 2.5rem;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0.5rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-bddvd__head-cap {
    font-size: 1.5rem;
  }
}
.p-bddvd__head-ttl {
  margin-top: 4rem;
  display: block;
  position: relative;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-bddvd__head-ttl {
    margin-top: 2.5rem;
    font-size: 2.4rem;
  }
}
.p-bddvd__head-artist {
  margin-top: 4rem;
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-bddvd__head-artist {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}
.p-bddvd__head-staff {
  margin-top: 4rem;
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-bddvd__head-staff {
    margin-top: 2.5rem;
    font-size: 0.8rem;
  }
}
.p-bddvd__head-release {
  margin-top: 5rem;
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-bddvd__head-release {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
.p-bddvd__head-release small {
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-bddvd__head-release small {
    font-size: 1.1rem;
  }
}
.p-bddvd__head-release .p-bddvd-word.-first {
  display: inline-block;
  text-indent: -0.6rem;
}
@media screen and (min-width: 961px) {
  .p-bddvd__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-bddvd__main_imgarea {
  width: 41.2%;
}
@media screen and (max-width: 960px) {
  .p-bddvd__main_imgarea {
    width: 66.6%;
    margin: auto;
  }
}
.p-bddvd__main_imgarea figure {
  position: relative;
  display: block;
}
.p-bddvd__main_imgarea figure.-np {
  width: 100%;
  height: auto;
  padding-top: 130%;
  background: #e4e4e4;
}
.p-bddvd__main_imgarea figure.-np span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  text-align: center;
  color: var(--color-red);
  font-size: 2.5rem;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
.p-bddvd__main_imgarea-btn {
  width: 68.29%;
  margin: 3rem auto 0;
}
.p-bddvd__main_txtarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-bddvd__main_txtarea {
    width: 58.8%;
    padding-left: 6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd__main_txtarea {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd__main_txtarea-head {
    text-align: center;
  }
}
.p-bddvd__main_txtarea-ttl {
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-bddvd__main_txtarea-ttl {
    font-size: 20px;
  }
}
.p-bddvd__main_txtarea-release {
  margin-top: 16px;
  font-size: 25px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-bddvd__main_txtarea-release {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd__main_txtarea-btn {
    width: 56vw;
    margin: 2rem auto 0;
  }
}
.p-bddvd__main_txtarea-detail {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .p-bddvd__main_txtarea-detail {
    margin-top: 5rem;
  }
}
.p-bddvd__main_txtarea-dl dt {
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  padding-left: 13px;
}
@media screen and (max-width: 960px) {
  .p-bddvd__main_txtarea-dl dt {
    font-size: 1.5rem;
  }
}
.p-bddvd__main_txtarea-dl dt::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 3px;
  height: 20px;
  background: #fff;
}
.p-bddvd__main_txtarea-dd {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-bddvd__main_txtarea-dd {
    font-size: 1.2rem;
  }
}
.p-bddvd__main_txtarea-dd_block {
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .p-bddvd__main_txtarea-dd_block {
    margin-top: 1.8rem;
  }
}
.p-bddvd__main_txtarea-dd_block ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-bddvd__shop {
  position: relative;
  margin-top: 75px;
  padding-top: 75px;
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}
.p-bddvd__shop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.p-bddvd__shop-ttl {
  position: relative;
  margin-bottom: 51px;
  padding-left: 13px;
  font-size: 27px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop-ttl {
    margin-bottom: 3.1rem;
    font-size: 1.6rem;
  }
}
.p-bddvd__shop-ttl::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 3px;
  height: 28px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop-ttl::before {
    top: 0.4rem;
    width: 0.2rem;
    height: 1.4rem;
  }
}
.p-bddvd__shop-cap {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop-cap {
    margin-bottom: 1.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 961px) {
  .p-bddvd__shop-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 961px) {
  .p-bddvd__shop-main_imgarea {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop-main_imgarea {
    width: 78.6vw;
    margin: auto;
  }
}
.p-bddvd__shop-main_txtarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-bddvd__shop-main_txtarea {
    width: 50%;
    padding-left: 30px;
  }
}
.p-bddvd__shop-main_dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop-main_dl {
    margin-top: 3rem;
    padding: 5.3vw;
    font-size: 1.2rem;
  }
}
.p-bddvd__shop-main_attlist {
  margin-top: 25px;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop-main_attlist {
    font-size: 10px;
  }
}
.p-bddvd__shop-main_attlist > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
@media screen and (min-width: 961px) {
  .p-bddvd__shop-another {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-bddvd__shop-another_item {
  position: relative;
  margin-bottom: 42px;
  max-width: 480px;
}
@media screen and (min-width: 961px) {
  .p-bddvd__shop-another_item {
    width: 48%;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop-another_item {
    width: 78.6vw;
    margin: 0 auto 3.8rem;
  }
}
.p-bddvd__shop-another_item .p-in-btn {
  margin: auto;
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop-another_item .p-in-btn {
    margin-top: 1.7rem;
    width: 71.8%;
  }
}
@media screen and (min-width: 961px) {
  .p-bddvd__shop-another_item .p-in-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 58.3%;
  }
}
.p-bddvd__shop-another_name {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop-another_name {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.p-bddvd__shop-another_name small {
  font-size: 80%;
  vertical-align: baseline;
}
.p-bddvd__shop-another_txtarea {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop-another_txtarea {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
}
.p-bddvd__shop-another_attlist {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .p-bddvd__shop-another_attlist {
    font-size: 10px;
  }
}
.p-bddvd__shop-another_attlist > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

/************************
slick
************************/
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  clear: both;
  content: "";
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -15px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: right;
  z-index: 10;
}
.slick-dots li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 0;
  margin: 0;
  margin-left: 4px;
  padding: 0;
}
.slick-dots li button {
  padding: 0;
  outline: none;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  cursor: pointer;
  outline: none;
  border: 1px solid var(--color-black);
  border-radius: 0;
  background: transparent;
  background-size: contain;
  width: 9px;
  height: 9px;
  font-size: 0px;
  line-height: 0px;
  opacity: 1;
  -webkit-transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.1s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}

.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
  outline: none;
  background: var(--color-black);
}

.slick-dots li.slick-active button {
  opacity: 1;
  background: var(--color-black);
}

textarea, select, .slick-slide {
  outline: none;
}

@media screen and (max-width: 767px) {
  .slick-initialized .slick-slide {
    height: auto;
  }
}