@charset "UTF-8";
.attention {
  color: #fff;
  margin: 13.67vw 8.33vw 0;
}
@media (min-width: 835px) {
  .attention {
    margin: 70px 0 0;
  }
}

.attention__title {
  font-size: 1.75rem;
  align-items: center;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  color: #fff000;
  display: flex;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4.68vw;
  padding-bottom: 3.38vw;
  word-break: initial;
}
@media (min-width: 835px) {
  .attention__title {
    font-size: 30px;
    margin-bottom: 26px;
    padding-bottom: 14px;
  }
}

.attention__content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 835px) {
  .attention__content {
    flex-wrap: nowrap;
    gap: 80px;
  }
}
.attention__content__caution {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  width: 100%;
}
@media (min-width: 835px) {
  .attention__content__caution {
    line-height: 1.8333333333;
  }
}
.attention__content__caution a {
  text-decoration: underline;
}

@media (max-width: 834px) {
  .goods__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.16vw;
    margin: 3.12vw 0 0;
  }
}
@media (min-width: 835px) {
  .goods__list {
    display: grid;
    grid-auto-rows: 1fr;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
    margin: 0 auto;
    max-width: 1120px;
  }
}
.goods__list__item {
  clip-path: inset(0 100% 0 0);
  cursor: pointer;
  transition: all 0.5s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 834px) {
  .goods__list__item {
    width: calc(50% - 2.21vw);
  }
}
.-ready .goods__list__item {
  clip-path: inset(0 0 0 0);
}
.goods__list__title {
  background-color: #fff000;
  color: #000;
  font-weight: bold;
}
@media (max-width: 834px) {
  .goods__list__title {
    font-size: 0.75rem;
    height: 54px;
    line-height: 1.4166666667;
    padding: 10px 12px;
  }
}
@media (min-width: 835px) {
  .goods__list__title {
    font-size: 1rem;
    height: 68px;
    line-height: 1.5;
    padding: 10px 18px;
  }
}
.goods__list__title span {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.goods__list__thumb {
  background: #fff;
  overflow: hidden;
  padding-top: 80%;
  position: relative;
}
.goods__list__thumb span {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 835px) {
  .goods__list__thumb span {
    transition: transform 0.3s ease-out;
  }
}
@media (min-width: 835px) {
  .goods__list__thumb span:hover {
    transform: scale(1.03);
  }
}
.goods__list__thumb:after {
  background: url(/tv/assets/img/common/ico/ico_plus.svg) no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
}
@media (max-width: 834px) {
  .goods__list__thumb:after {
    height: 5.98vw;
    right: 1.95vw;
    top: 1.95vw;
    width: 5.98vw;
  }
}
@media (min-width: 835px) {
  .goods__list__thumb:after {
    height: 24px;
    right: 8px;
    top: 8px;
    width: 24px;
  }
}

.goods__list__offer {
  font-size: 0.75rem;
  opacity: 0.7;
}
@media (max-width: 834px) {
  .goods__list__offer {
    margin: 3.12vw 0 5.2vw;
  }
}
@media (min-width: 835px) {
  .goods__list__offer {
    margin: 16px auto 60px;
    max-width: 1120px;
  }
}

.goods__noitem {
  color: #fff;
  text-align: center;
}

.goods__paging {
  display: flex;
  justify-content: center;
}
@media (max-width: 834px) {
  .goods__paging {
    margin-top: 48px;
  }
}
@media (min-width: 835px) {
  .goods__paging {
    margin-top: 80px;
  }
}
.goods__paging .-prev,
.goods__paging .-next {
  cursor: pointer;
  position: relative;
}
.goods__paging .-prev a,
.goods__paging .-prev span,
.goods__paging .-next a,
.goods__paging .-next span {
  display: block;
}
.goods__paging .-prev a::before,
.goods__paging .-prev span::before,
.goods__paging .-next a::before,
.goods__paging .-next span::before {
  position: absolute;
  top: 45%;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}
.goods__paging .-prev.-disable,
.goods__paging .-next.-disable {
  opacity: 0.3;
}
.goods__paging .-prev {
  margin-right: 40px;
}
.goods__paging .-prev a::before,
.goods__paging .-prev span::before {
  border-left: 2px solid #fff;
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
}
.goods__paging .-next {
  margin-left: 40px;
}
.goods__paging .-next a::before,
.goods__paging .-next span::before {
  border-right: 2px solid #fff;
  right: 0;
  transform: translate(0, -50%) rotate(-45deg);
}
.goods__paging .-num {
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 834px) {
  .goods__paging .-num {
    font-size: 1.125rem;
  }
}
@media (min-width: 835px) {
  .goods__paging .-num {
    font-size: 1.25rem;
  }
}
.goods__paging .-num:not(:first-child) {
  margin-left: 10px;
}
.goods__paging .-num a {
  color: #fff;
  display: inline-block;
  padding: 0 5px 8px;
  position: relative;
}
.goods__paging .-num a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff000;
  content: "";
  display: block;
  height: 1px;
  transform: scaleX(0);
  width: 100%;
}
.goods__paging .-num.-active a::after {
  transform: scaleX(1);
}

@keyframes goodsModalFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes goodsModalClipFade {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.goods__modal {
  min-height: 100vh;
  width: 100%;
}
@media (max-width: 834px) {
  .goods__modal {
    background: url(/tv/assets/img/page/goods/bg_modal_nrw.jpg) no-repeat 50% 50%/cover;
  }
}
@media (min-width: 835px) {
  .goods__modal {
    align-items: center;
    background: url(/tv/assets/img/page/goods/bg_modal.jpg) no-repeat 50% 50%/cover;
    display: flex;
    justify-content: center;
  }
}
.goods__modal__wrapper {
  width: 100%;
}
.goods__modal__main {
  animation: goodsModalFade 0.5s ease-out;
  animation-fill-mode: both;
  opacity: 0;
  position: relative;
}
@media (max-width: 834px) {
  .goods__modal__main {
    padding: 23.43vw 0;
  }
}
@media (min-width: 835px) {
  .goods__modal__main {
    margin: 0 auto;
    padding: 80px 0;
    width: 66.6%;
  }
}
.goods__modal__header {
  position: relative;
}
@media (max-width: 834px) {
  .goods__modal__header {
    margin: 0 auto;
    width: 89.58vw;
  }
}
.goods__modal__title {
  font-weight: 900;
}
@media (max-width: 834px) {
  .goods__modal__title {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding: 0 30px;
  }
}
@media (min-width: 835px) {
  .goods__modal__title {
    font-size: 1.625rem;
    line-height: 1.5384615385;
    padding: 0 40px;
  }
}
.goods__modal__title br {
  display: none !important;
}
.goods__modal__pager {
  opacity: 0.3;
  pointer-events: none;
  position: relative;
}
.goods__modal__pager::before {
  position: absolute;
  top: 45%;
  border-bottom: 4px solid #000;
  content: "";
  display: block;
}
@media (max-width: 834px) {
  .goods__modal__pager::before {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 835px) {
  .goods__modal__pager::before {
    height: 20px;
    width: 20px;
  }
}
.goods__modal__pager.-active {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}
.goods__modal__pager.-prev {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0, -50%);
}
.goods__modal__pager.-prev::before {
  border-left: 4px solid #000;
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: 0 50%;
}
.goods__modal__pager.-next {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translate(0, -50%);
}
.goods__modal__pager.-next::before {
  border-right: 4px solid #000;
  right: 0;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: 100% 50%;
}
.goods__modal__body {
  width: 100%;
}
@media (max-width: 834px) {
  .goods__modal__body {
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .goods__modal__body {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
.goods__modal__images {
  animation: goodsModalClipFade 0.35s 0.2s ease-out;
  animation-fill-mode: both;
  clip-path: inset(0 100% 0 0);
}
@media (min-width: 835px) {
  .goods__modal__images {
    display: flex;
    justify-content: space-between;
    width: 53.1%;
  }
}
.goods__modal__info {
  animation: goodsModalClipFade 0.35s 0.3s ease-out;
  animation-fill-mode: both;
  clip-path: inset(0 100% 0 0);
  position: relative;
}
@media (max-width: 834px) {
  .goods__modal__info {
    margin-top: 20px;
    padding: 0 7.81vw;
  }
}
@media (min-width: 835px) {
  .goods__modal__info {
    padding-left: 46px;
    width: 41.4%;
  }
}
@media (min-width: 835px) {
  .goods__modal__info__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
  }
}
.goods__modal__singleph img {
  width: 100%;
}
.goods__modal__swiper {
  margin: 0 !important;
}
@media (max-width: 834px) {
  .goods__modal__swiper {
    aspect-ratio: 1/1;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .goods__modal__swiper {
    width: 82.3%;
  }
}
.goods__modal__swiper .swiper-slide img {
  max-width: initial;
  width: 100%;
}
@media (max-width: 834px) {
  .goods__modal__swiper .swiper-slide img {
    background: #fff;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 834px) {
  .goods__modal__thumb {
    display: flex;
    flex-wrap: wrap;
    gap: 2.08vw;
    margin: 16px 0 0 7.81vw;
  }
}
@media (min-width: 835px) {
  .goods__modal__thumb {
    width: 14.7%;
  }
}
.goods__modal__thumb__item {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
@media (max-width: 834px) {
  .goods__modal__thumb__item {
    width: 15.1vw;
  }
}
@media (min-width: 835px) {
  .goods__modal__thumb__item:not(:first-child) {
    margin-top: 1.04vw;
  }
}
.goods__modal__thumb__item span {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  padding-top: 100%;
  width: 100%;
}
.goods__modal__thumb__item::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.goods__modal__thumb__item.-active {
  border: 1px solid #000;
}
.goods__modal__thumb__item.-active::after {
  opacity: 0;
}
.goods__modal__subtitle {
  font-size: 0.875rem;
  color: #646464;
  font-weight: bold;
  position: relative;
}
@media (max-width: 834px) {
  .goods__modal__subtitle {
    line-height: 1.7142857143;
  }
}
@media (min-width: 835px) {
  .goods__modal__subtitle {
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    line-height: 1.7142857143;
    padding-bottom: 7px;
  }
}
.goods__modal__desc {
  font-size: 0.875rem;
}
@media (max-width: 834px) {
  .goods__modal__desc {
    line-height: 1.7142857143;
    margin-top: 5px;
  }
}
@media (min-width: 835px) {
  .goods__modal__desc {
    line-height: 1.7142857143;
    margin-top: 15px;
  }
}
.goods__modal__limit {
  align-items: center;
  background: #000;
  display: inline-flex;
  margin-top: 8px;
  padding: 4px;
}
@media (min-width: 835px) {
  .goods__modal__limit {
    margin-top: 8px;
  }
}
.goods__modal__limit span {
  font-size: 0.875rem;
  color: #fff000;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}

.goods {
  color: #fff;
  margin: 13.67vw 8.33vw 0;
}
@media (min-width: 835px) {
  .goods {
    margin: 70px 0 0;
  }
}

.goods__title {
  font-size: 1.75rem;
  align-items: center;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  color: #fff000;
  display: flex;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4.68vw;
  padding-bottom: 3.38vw;
  word-break: initial;
}
@media (min-width: 835px) {
  .goods__title {
    font-size: 30px;
    margin-bottom: 26px;
    padding-bottom: 14px;
  }
}

.goods__content__sec {
  margin-bottom: 11.71vw;
}
@media (min-width: 835px) {
  .goods__content__sec {
    margin-bottom: 80px;
  }
}

.goods__content {
  width: 100%;
}

.goods__content__block {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 835px) {
  .goods__content__block {
    flex-wrap: nowrap;
    gap: 80px;
    justify-content: space-between;
  }
}

.goods__content__type {
  font-size: 1.125rem;
  border: solid 2px #fff000;
  color: #fff000;
  font-weight: 900;
  line-height: 1;
  padding: 7.81vw 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 834px) {
  .goods__content__type {
    line-height: 1.5555555556;
  }
}
@media (min-width: 835px) {
  .goods__content__type {
    padding: 32px 0;
  }
}

.goods__content__item {
  flex-shrink: 0;
  padding: 5.85vw 3.9vw 0;
}
@media (max-width: 834px) {
  .goods__content__item {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .goods__content__item {
    padding: 30px 30px 0;
    width: calc((100% - 80px) / 2);
  }
}
@media (min-width: 835px) {
  .goods__content__item.-full {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .goods__content__item:nth-of-type(2) {
    padding: 0 3.9vw;
  }
}
.goods__content__item__detail {
  font-size: 1rem;
  margin-bottom: 5.2vw;
}
@media (min-width: 835px) {
  .goods__content__item__detail {
    display: flex;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.goods__content__item__detail dt {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2.08vw;
}
@media (min-width: 835px) {
  .goods__content__item__detail dt {
    line-height: 1.5;
    margin-bottom: 0;
    min-width: 180px;
  }
}
@media (min-width: 835px) {
  .goods__content__item__detail dd {
    line-height: 1.5;
  }
}
.goods__content__item__detail .offer {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6923076923;
}

.goods__content__item__link {
  margin-bottom: 6.25vw;
}
@media (min-width: 835px) {
  .goods__content__item__link {
    margin-bottom: 0;
    margin-top: 24px;
    max-width: 540px;
  }
}
.goods__content__item__link a {
  font-size: 0.96875rem;
  background: #fff000;
  color: black;
  display: flex;
  font-weight: bold;
  line-height: 1;
  margin: auto;
  padding: 3.9vw 2.6vw;
  position: relative;
}
@media (min-width: 835px) {
  .goods__content__item__link a {
    font-size: 1.0625rem;
    font-size: 20px;
    padding: 18px 36px 18px 18px;
  }
}
.goods__content__item__link a span {
  display: block;
}
@media (max-width: 834px) {
  .goods__content__item__link a span img {
    margin-left: 3px;
    margin-top: -9px;
    width: 9px;
  }
}
@media (min-width: 835px) {
  .goods__content__item__link a span img {
    margin-left: 4px;
    margin-top: -10px;
    width: 12px;
  }
}
.goods__content__item__link a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(/tv/assets/img/page/character/next.png) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 4.42vw;
  transform: translateY(-50%);
  width: 2.6vw;
}
@media (min-width: 835px) {
  .goods__content__item__link a::after {
    position: absolute;
    top: 50%;
    right: 23px;
    height: 19px;
    width: 13px;
  }
}

.goods__content__item__link_notice {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6923076923;
  margin-top: 1em;
}

.goods__content__item__prereserve {
  font-size: 0.875rem;
  font-weight: 900;
  margin-bottom: 5.2vw;
}
@media (min-width: 835px) {
  .goods__content__item__prereserve {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.goods__content__item__prereserve a {
  display: block;
  font-weight: normal;
  text-decoration: underline;
}

.goods__content__item__caution {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  overflow-wrap: break-word;
}
@media (min-width: 835px) {
  .goods__content__item__caution {
    line-height: 1.8333333333;
  }
}
.goods__content__item__caution a {
  text-decoration: underline;
}
@media (min-width: 835px) {
  .goods__content__item__caution.-col2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 120px;
         column-gap: 120px;
    margin-top: 24px;
  }
}

@media (min-width: 835px) {
  .goods__content__item__col2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
}
.goods__content__item__col2 .no-column-break {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

@media (min-width: 835px) {
  .goods__content__item__half {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 834px) {
  .goods__content__item__half + .goods__content__item__half {
    margin-top: 5.2vw;
  }
}

@media (min-width: 835px) {
  .goods__content__item__half__block {
    width: calc((100% - 120px) / 2);
  }
}
@media (max-width: 834px) {
  .goods__content__item__half__block .leadtxt {
    font-size: 1rem;
    margin-bottom: 5.2vw;
  }
}
@media (min-width: 835px) {
  .goods__content__item__half__block .leadtxt {
    font-size: 1.125rem;
  }
}
.goods__content__item__half__block .tokutenimg {
  margin-bottom: 20px;
}
@media (min-width: 835px) {
  .goods__content__item__half__block .tokutenimg {
    height: 197px;
    width: 300px;
  }
}
@media (max-width: 834px) {
  .goods__content__item__half__block .tokutenimg__notice {
    display: block;
    margin-top: 1.04vw;
    margin-bottom: 5.2vw;
  }
}
.goods__content__item__half__block .tokutenimg__slider .swiper-tokuten-pagination {
  display: flex;
  justify-content: center;
  position: revert;
  margin-top: 10px;
}
.goods__content__item__half__block .tokutenimg__slider .swiper-tokuten-pagination span {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 2.08vw;
  margin: 0 1.56vw;
  transition: background 0.4s;
  width: 2.08vw;
}
@media (min-width: 835px) {
  .goods__content__item__half__block .tokutenimg__slider .swiper-tokuten-pagination span {
    height: 8px;
    margin: 0 5px;
    width: 8px;
  }
}
.goods__content__item__half__block .tokutenimg__slider .swiper-tokuten-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (max-width: 834px) {
  .header {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .header {
    margin-top: 60px;
  }
}
.header__img {
  width: 100%;
}

.header__img {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.header__img__ls {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  filter: drop-shadow(0 0 10px rgba(35, 30, 62, 0.8)) drop-shadow(0 0 10px rgba(35, 30, 62, 0.8));
  height: 100%;
  width: 100%;
}
@media (min-width: 835px) {
  .header__img__ls {
    filter: none;
  }
}

.header__img__l1 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/tv/assets/img/page/special/live_kousei/head/header_nrw_2.png) no-repeat 0 0/100%;
  clip-path: inset(0 100% 0 0);
  height: 100%;
  width: 100%;
}
@media (min-width: 835px) {
  .header__img__l1 {
    background: url(/tv/assets/img/page/special/live_kousei/head/header_wide_2.png) no-repeat 0 0/100%;
  }
}
@media (max-width: 834px) {
  .-ready .header__img__l1 {
    animation: imgtxtIn 0.8s 0.2s ease forwards;
  }
}
@media (min-width: 835px) {
  .-ready .header__img__l1 {
    animation: imgtxtIn 1s 0s ease forwards;
  }
}

.header__img__l2 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/tv/assets/img/page/special/live_kousei/head/header_nrw_3.png) no-repeat 0 0/100%;
  clip-path: inset(0 100% 0 0);
  height: 100%;
  width: 100%;
}
@media (min-width: 835px) {
  .header__img__l2 {
    background: url(/tv/assets/img/page/special/live_kousei/head/header_wide_3.png) no-repeat 0 0/100%;
  }
}
@media (max-width: 834px) {
  .-ready .header__img__l2 {
    animation: imgtxtIn 1s 0.4s ease forwards;
  }
}
@media (min-width: 835px) {
  .-ready .header__img__l2 {
    animation: imgtxtIn 1.2s 0.1s ease forwards;
  }
}

@keyframes imgtxtIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.header__offer {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-feature-settings: "palt";
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .header__offer {
    margin-left: 8.33vw;
  }
}

.secmenu {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
  padding: 0 8.3vw;
}
@media (min-width: 835px) {
  .secmenu {
    justify-content: space-between;
    margin: 64px 0 0;
    padding: 0;
  }
}

.secmenu__item {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 900;
  margin: 4px;
  min-height: 56px;
  width: 100%;
  font-size: 0.75rem;
}
@media (min-width: 835px) {
  .secmenu__item {
    margin: 0;
    width: calc((100% - 70px) / 5);
    font-size: 0.875rem;
  }
}
.secmenu__item a {
  align-items: center;
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0.5em 1em;
  position: relative;
  text-align: center;
  transition: all 0.2s 0s ease;
}
@media (min-width: 835px) {
  .secmenu__item a {
    padding: 0.5em 2.5em 0.5em 1.5em;
  }
}
.secmenu__item a:after {
  content: "▼";
  opacity: 0.2;
  transform: translate(-1em, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}
@media (min-width: 835px) {
  .secmenu__item span {
    font-size: 0.75rem;
  }
}
.secmenu__item a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@keyframes kouseiBnrIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.header__bnr {
  animation: kouseiBnrIn 1s 1.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  background-color: #30fbfc;
  border-radius: 100%;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
  height: 38.67vw;
  opacity: 0;
  transform: scale(1.1);
  width: 38.67vw;
  z-index: 2;
  position: fixed;
  bottom: 2.34vw;
  right: 2.34vw;
}
@media (min-width: 835px) {
  .header__bnr {
    animation-delay: 1.2s;
    animation-duration: 1.2s;
    height: 198px;
    width: 198px;
    position: fixed;
    bottom: 22px 28px;
  }
}

.header__bnr__cont {
  position: relative;
}

.header__bnr__txt {
  height: 25.78vw;
  width: 28.12vw;
  position: absolute;
  top: 7.16vw;
  left: 7.42vw;
}
@media (min-width: 835px) {
  .header__bnr__txt {
    height: 132px;
    width: 144px;
    position: absolute;
    top: 36px;
    left: 38px;
  }
}

@keyframes bnrBookMove {
  0% {
    transform: rotate(-10deg);
    transform-origin: bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  55% {
    transform: rotate(-14deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  65% {
    transform: rotate(-14deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.header__bnr__book {
  animation: bnrBookMove 3.2s 2s cubic-bezier(0.47, 0, 0.745, 0.715) infinite;
  background: url(/tv/assets/img/page/special/live_kousei/bnr/ph_jacket.jpg) no-repeat 0 0/100%;
  height: 24.6vw;
  transform: rotate(-10deg);
  transform-origin: bottom;
  width: 18.22vw;
  position: absolute;
  top: 5.33vw;
  left: -1.83vw;
}
@media (min-width: 835px) {
  .header__bnr__book {
    height: 124px;
    width: 92px;
    position: absolute;
    top: 32px;
    left: -8px;
  }
}

@keyframes kouseiKira1 {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}
@keyframes kouseiKira2 {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}
.header__bnr__kira {
  animation: kouseiKira1 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
  background: url(/tv/assets/img/page/special/live_kousei/bnr/ph_kira.svg) no-repeat 0 0/100%;
  height: 3.12vw;
  opacity: 0;
  transform: scale(0.8);
  width: 3.12vw;
}
@media (min-width: 835px) {
  .header__bnr__kira {
    height: 15px;
    width: 15px;
  }
}
.header__bnr__kira.-k1 {
  position: absolute;
  top: 3.51vw;
  left: 14.19vw;
}
@media (min-width: 835px) {
  .header__bnr__kira.-k1 {
    position: absolute;
    top: 20px;
    left: 72px;
  }
}
.header__bnr__kira.-k2 {
  animation: kouseiKira2 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
  animation-delay: 0.5s;
  height: 4.42vw;
  width: 4.42vw;
  position: absolute;
  top: 15.62vw;
  left: 31.51vw;
}
@media (min-width: 835px) {
  .header__bnr__kira.-k2 {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 81px;
    left: 158px;
  }
}
.header__bnr__kira.-k3 {
  animation-delay: 0.5s;
  position: absolute;
  top: 14.32vw;
  left: 34.37vw;
}
@media (min-width: 835px) {
  .header__bnr__kira.-k3 {
    position: absolute;
    top: 76px;
    left: 177px;
  }
}
.header__bnr__kira.-k4 {
  animation-delay: 1s;
  position: absolute;
  top: 33.2vw;
  left: 12.89vw;
}
@media (min-width: 835px) {
  .header__bnr__kira.-k4 {
    position: absolute;
    top: 172px;
    left: 67px;
  }
}

.special__top {
  margin: 14.58vw 12.5vw 16.14vw;
}
@media (min-width: 835px) {
  .special__top {
    margin: 76px 0 92px;
  }
}
.special__top__button {
  position: relative;
  font-size: 1.0625rem;
  border-bottom: solid 1px #fff;
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 auto;
  padding: 1.56vw 0;
  text-align: center;
  width: 105px;
}
@media (min-width: 835px) {
  .special__top__button {
    font-size: 1.125rem;
    padding: 8px 0;
    width: 115px;
  }
}
@media (min-width: 835px) {
  .special__top__button:hover {
    border-bottom: solid 1px transparent;
  }
}
.special__top__button::before {
  position: absolute;
  top: 0;
  left: -22px;
  bottom: 0;
  background: url(/tv/assets/img/page/special/screening-talkevent/back.svg) no-repeat;
  content: "";
  height: 14px;
  margin: auto;
  width: 10px;
}

.ticket {
  color: #fff;
  margin: 10.41vw 8.33vw 0;
}
@media (min-width: 835px) {
  .ticket {
    margin: 76px 0 0;
  }
}

.ticket__title {
  font-size: 1.75rem;
  align-items: center;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  color: #fff000;
  display: flex;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4.68vw;
  padding-bottom: 3.38vw;
  word-break: initial;
}
@media (min-width: 835px) {
  .ticket__title {
    font-size: 30px;
    margin-bottom: 26px;
    padding-bottom: 14px;
  }
}

.ticket__content__sec {
  margin-bottom: 11.71vw;
}
@media (min-width: 835px) {
  .ticket__content__sec {
    margin-bottom: 80px;
  }
}

.ticket__content {
  width: 100%;
}

.ticket__content__block {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 835px) {
  .ticket__content__block {
    flex-wrap: nowrap;
    gap: 80px;
    justify-content: space-between;
  }
}

.ticket__content__type {
  font-size: 1.125rem;
  border: solid 2px #fff000;
  color: #fff000;
  font-weight: 900;
  line-height: 1;
  padding: 7.81vw 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 834px) {
  .ticket__content__type {
    line-height: 1.5555555556;
  }
}
@media (min-width: 835px) {
  .ticket__content__type {
    padding: 32px 0;
  }
}

.ticket__content__item {
  flex-shrink: 0;
  padding: 5.85vw 3.9vw 0;
}
@media (max-width: 834px) {
  .ticket__content__item {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .ticket__content__item {
    padding: 30px 30px 0;
    width: calc((100% - 80px) / 2);
  }
}
@media (min-width: 835px) {
  .ticket__content__item.-full {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .ticket__content__item:nth-of-type(2) {
    padding: 0 3.9vw;
  }
}
@media (max-width: 834px) {
  .ticket__content__item.-link {
    padding-top: 0;
  }
}
.ticket__content__item.-rakuten {
  margin-top: 30px;
}
@media (min-width: 835px) {
  .ticket__content__item.-rakuten {
    margin-top: 0;
  }
}
.ticket__content__item__detail {
  font-size: 1rem;
  margin-bottom: 5.2vw;
}
@media (min-width: 835px) {
  .ticket__content__item__detail {
    display: flex;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.ticket__content__item__detail dt {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2.08vw;
}
@media (min-width: 835px) {
  .ticket__content__item__detail dt {
    line-height: 1.5;
    margin-bottom: 0;
    min-width: 180px;
  }
}
@media (min-width: 835px) {
  .ticket__content__item__detail dd {
    line-height: 1.5;
  }
}
.ticket__content__item__detail .offer {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6923076923;
}
@media (min-width: 835px) {
  .ticket__content__item__detail .offer {
    line-height: 1.6;
    margin-top: 3px;
  }
}
.ticket__content__item__detail .pay {
  font-size: 0.75rem;
  line-height: 1.6923076923;
}

.ticket__content__item__link {
  margin-bottom: 6.25vw;
}
@media (min-width: 835px) {
  .ticket__content__item__link {
    margin-bottom: 0;
    max-width: 540px;
  }
  #playguide .ticket__content__item__link {
    margin-bottom: 20px;
  }
}
.ticket__content__item__link a {
  font-size: 0.96875rem;
  align-items: center;
  background: #fff000;
  color: black;
  display: flex;
  font-weight: bold;
  line-height: 1;
  margin: auto;
  padding: 3.9vw 2.6vw;
  position: relative;
}
@media (max-width: 834px) {
  #live .ticket__content__item__link a {
    line-height: 1.125;
  }
}
@media (min-width: 835px) {
  .ticket__content__item__link a {
    font-size: 1.0625rem;
    font-size: 20px;
    padding: 18px 36px 18px 18px;
  }
}
.ticket__content__item__link a span {
  display: block;
}
@media (max-width: 834px) {
  .ticket__content__item__link a span img {
    margin-left: 3px;
    margin-top: -9px;
    width: 9px;
  }
}
@media (min-width: 835px) {
  .ticket__content__item__link a span img {
    margin-left: 4px;
    margin-top: -10px;
    width: 12px;
  }
}
.ticket__content__item__link a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(/tv/assets/img/page/character/next.png) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 4.42vw;
  transform: translateY(-50%);
  width: 2.6vw;
}
@media (min-width: 835px) {
  .ticket__content__item__link a::after {
    position: absolute;
    top: 50%;
    right: 23px;
    height: 19px;
    width: 13px;
  }
}
.ticket__content__item__link a .type {
  border: 1px solid #000;
  margin: auto 10px auto 5px;
  padding: 5px 6px;
}
@media (min-width: 835px) {
  .ticket__content__item__link a .type {
    border: 2px solid #000;
    margin-right: 5px;
    padding: 5px 6px;
  }
}

.ticket__content__item__link_notice {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6923076923;
  margin-top: 1em;
}

.ticket__content__item__prereserve {
  font-size: 0.875rem;
  font-weight: 900;
  margin-bottom: 5.2vw;
}
@media (min-width: 835px) {
  .ticket__content__item__prereserve {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.ticket__content__item__prereserve a {
  display: block;
  font-weight: normal;
  text-decoration: underline;
}

.ticket__content__item__caution__ttl {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  padding-left: 3.9vw;
}
@media (min-width: 835px) {
  .ticket__content__item__caution__ttl {
    font-size: 1.0625rem;
    margin-top: 40px;
    padding-left: 30px;
  }
}

.ticket__content__item__caution {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  overflow-wrap: break-word;
}
@media (min-width: 835px) {
  .ticket__content__item__caution {
    line-height: 1.8333333333;
  }
}
.ticket__content__item__caution a {
  text-decoration: underline;
}
.ticket__content__item__caution.-col2 {
  padding: 0 3.9vw;
}
#live .ticket__content__item__caution.-col2 {
  margin-top: 2px;
}
@media (min-width: 835px) {
  .ticket__content__item__caution.-col2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 120px;
         column-gap: 120px;
    margin-top: 40px;
    padding: 0 30px;
  }
  #live .ticket__content__item__caution.-col2 {
    margin-top: 5px;
  }
}
.ticket__content__item__caution.-over {
  margin-bottom: 5.2vw;
}
@media (min-width: 835px) {
  .ticket__content__item__caution.-over {
    margin-bottom: 20px;
  }
}

@media (min-width: 835px) {
  .ticket__content__item__col2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
}