.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;
}

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

.event__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) {
  .event__title {
    font-size: 30px;
    margin-bottom: 26px;
    padding-bottom: 14px;
  }
}

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

.event__content {
  width: 100%;
}

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

.event__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) {
  .event__content__type {
    line-height: 1.5555555556;
  }
}
@media (min-width: 835px) {
  .event__content__type {
    padding: 32px 0;
  }
}

.event__content__txt {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.625;
  margin-bottom: 2.08vw;
}
@media (min-width: 835px) {
  .event__content__txt {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    min-width: 180px;
  }
}

.event__content__item {
  flex-shrink: 0;
}
@media (max-width: 834px) {
  .event__content__item {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .event__content__item {
    width: calc((100% - 80px) / 2);
  }
}
@media (max-width: 834px) {
  .event__content__item + .event__content__item {
    margin-top: 20px;
  }
}
.event__content__item__detail {
  font-size: 1rem;
  margin-bottom: 5.2vw;
}
@media (min-width: 835px) {
  .event__content__item__detail {
    display: flex;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.event__content__item__detail dt {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2.08vw;
}
@media (min-width: 835px) {
  .event__content__item__detail dt {
    line-height: 1.5;
    margin-bottom: 0;
    min-width: 180px;
  }
}
@media (min-width: 835px) {
  .event__content__item__detail dd {
    line-height: 1.5;
  }
}
@media (max-width: 834px) {
  .event__content__item__detail dd.txt {
    font-size: 0.75rem;
    line-height: 1.75;
  }
}
@media (min-width: 835px) {
  .event__content__item__detail dd.txt {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.event__content__item__detail .offer {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6923076923;
}
@media (min-width: 835px) {
  .event__content__item__detail .offer {
    line-height: 1.6;
    margin-top: 3px;
  }
}
.event__content__item__detail .pay {
  font-size: 0.75rem;
  line-height: 1.6923076923;
}

@media (min-width: 835px) {
  .event__content__item__link {
    margin-bottom: 0;
    max-width: 540px;
  }
  #playguide .event__content__item__link {
    margin-bottom: 20px;
  }
}
.event__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 .event__content__item__link a {
    line-height: 1.125;
  }
}
@media (min-width: 835px) {
  .event__content__item__link a {
    font-size: 1.0625rem;
    font-size: 20px;
    padding: 18px 36px 18px 18px;
  }
}
.event__content__item__link a span {
  display: block;
}
@media (max-width: 834px) {
  .event__content__item__link a span img {
    margin-left: 3px;
    margin-top: -9px;
    width: 9px;
  }
}
@media (min-width: 835px) {
  .event__content__item__link a span img {
    margin-left: 4px;
    margin-top: -10px;
    width: 12px;
  }
}
.event__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) {
  .event__content__item__link a::after {
    position: absolute;
    top: 50%;
    right: 23px;
    height: 19px;
    width: 13px;
  }
}
.event__content__item__link a .type {
  border: 1px solid #000;
  margin: auto 10px auto 5px;
  padding: 5px 6px;
}
@media (min-width: 835px) {
  .event__content__item__link a .type {
    border: 2px solid #000;
    margin-right: 5px;
    padding: 5px 6px;
  }
}

.event__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) {
  .event__content__item__caution {
    line-height: 1.8333333333;
  }
}
.event__content__item__caution a {
  text-decoration: underline;
}
.event__content__item__caution.-col2 {
  padding: 0 3.9vw;
}
#live .event__content__item__caution.-col2 {
  margin-top: 2px;
}
@media (min-width: 835px) {
  .event__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 .event__content__item__caution.-col2 {
    margin-top: 5px;
  }
}
.event__content__item__caution.-over {
  margin-bottom: 5.2vw;
}
@media (min-width: 835px) {
  .event__content__item__caution.-over {
    margin-bottom: 20px;
  }
}

@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__deco {
  display: flex;
  overflow: hidden;
}
@media (max-width: 834px) {
  .header__deco {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vw;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .header__deco {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    max-width: 782px;
    width: 61%;
  }
}

@media (max-width: 834px) {
  .header__deco__img {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/tv/assets/img/page/special/kousei_talkevent/head/header_nrw_2.png) no-repeat 0 0/cover;
    display: block;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .header__deco__img {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/tv/assets/img/page/special/kousei_talkevent/head/header_wide_2.jpg) no-repeat 0 0/cover;
    display: block;
    height: 100%;
    width: 100%;
  }
}

.header__deco__txt {
  opacity: 0;
}
@media (max-width: 834px) {
  .header__deco__txt {
    position: absolute;
    bottom: -3.78vw;
    right: -8.73vw;
    height: 57.94vw;
    width: 71.61vw;
  }
}
@media (min-width: 835px) {
  .header__deco__txt {
    position: absolute;
    bottom: -1%;
    right: -5%;
    height: 54.9%;
    max-width: 395px;
    max-height: 320px;
    width: 50.5%;
  }
}
.-ready .header__deco__txt {
  animation: jumpIn 0.5s 1s forwards;
}
.header__deco__txt.-bg {
  animation-delay: 0.5s;
  background: url(/tv/assets/img/page/special/kousei_talkevent/head/deco_1.png) no-repeat 0 0/100%;
}
.header__deco__txt.-txt {
  animation-delay: 0.5s;
  background: url(/tv/assets/img/page/special/kousei_talkevent/head/deco_3.png) no-repeat 0 0/100%;
}
.header__deco__txt.-bakudan {
  animation-delay: 0.8s;
  background: url(/tv/assets/img/page/special/kousei_talkevent/head/deco_2.png) no-repeat 0 0/100%;
}
@media (max-width: 834px) {
  .header__deco__txt.-bakudan {
    position: absolute;
    bottom: 26.69vw;
    right: 23.43vw;
    height: 27.34vw;
    width: 39.19vw;
  }
}
@media (min-width: 835px) {
  .header__deco__txt.-bakudan {
    /* @include absPosition($bottom:126px, $right:217px);
    height: 151px;
    width: 216px; */
    position: absolute;
    bottom: 20%;
    right: 29%;
    height: 25.9%;
    max-height: 151px;
    max-width: 216px;
    width: 27.6%;
  }
}

.header__deco__curtain {
  background: #fff000;
  position: relative;
  transform-origin: bottom center;
  width: 25%;
}
.-ready .header__deco__curtain {
  animation: curtainOUt 0.4s 1s forwards;
}
.header__deco__curtain.-item1 {
  animation-delay: 0.08s;
}
.header__deco__curtain.-item2 {
  animation-delay: 0.16s;
}
.header__deco__curtain.-item3 {
  animation-delay: 0.24s;
}
.header__deco__curtain.-item4 {
  animation-delay: 0.32s;
}

@keyframes jumpIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes curtainOUt {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}