::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #D80078;
  -webkit-box-shadow: 0 0 0 1px #D80078;
          box-shadow: 0 0 0 1px #D80078;
}

.color-main {
  color: #D80078;
}

body {
  background: url(../img/bg.png) 0 0 repeat;
  background-size: cover;
  background-attachment: fixed;
}

.header__title .title .oa {
  color: #D80078;
}

.content-nav {
  background: #D80078;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.content-nav .nav__item {
  color: #333;
}

.content-main__block {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.content-main__block .c-main__item__header .title {
  color: #D80078;
}
.content-main__block .c-main__item__header .title::after {
  background: #D80078;
}

.c-main__item__header .title {
  color: #D80078;
}
.c-main__item__header .title::after {
  background: #D80078;
}

.c-main__item__wrap .title--sub {
  color: #D80078;
}
.c-main__item__wrap .paragraph a {
  display: inline;
  color: #D80078;
  border-bottom: 1px solid #D80078;
}
.c-main__item__wrap .pict img {
  border-radius: 5px;
}

.c-main__item__present__header,
.btn__link {
  background: #D80078;
}

.c-main__item__dl .name {
  color: #666;
  width: 6em;
}
.c-main__item__dl .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1em;
}
.c-main__item__dl + .c-main__item__dl {
  margin-top: 0.5rem;
}

.c-main__item__cast--column--pict .name {
  color: #D80078;
  font-size: 20px;
}
.c-main__item__cast--row--pict .pict {
  background: transparent !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
}
.c-main__item__cast--row--pict .pict img {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 50%;
}
.c-main__item__cast--row--pict .post {
  color: #D80078;
}
.c-main__item__cast--row--pict .name {
  line-height: 1.4;
}

.c-main__item__block--list .title {
  color: #D80078;
}
.c-main__item__block--list .catch {
  color: #444;
}

.c-main__item__table .name {
  color: #D80078;
}

.c-main__item__article--list .title,
.c-main__item__article--list .date {
  color: #D80078;
}

.c-main__item__cast--list .cast__item dt {
  color: #D80078;
}
.c-main__item__cast--list--pict .item .post {
  color: #D80078;
}
.c-main__item__cast--list--pict .item a {
  display: inline;
  color: #D80078;
  border-bottom: 1px solid #D80078;
}

.c-main__item__catchup--note {
  background: #D80078;
}

.content-aside__item {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.aside-timetable__item {
  border-left: 2px solid #D80078;
}
.aside-timetable__item .program-item {
  border-bottom: 1px dotted #eee;
}
.aside-timetable__item .program-item .item__wrap .time {
  color: #D80078;
}
.aside-timetable__item .program-item.now {
  background: #D80078;
}
.aside-timetable__item .program-item.now .time {
  color: #D80078;
}
.aside-timetable__item .program-item.now .description {
  color: #D80078;
}
.aside-timetable__item .program-item.now::before {
  color: #D80078;
}
.aside-timetable__item .program-item .item__link:hover .item__wrap {
  background: #D80078;
}
.aside-timetable__item .program-item .item__link:hover .time,
.aside-timetable__item .program-item .item__link:hover .description {
  color: #D80078;
}
.aside-timetable__item .program-item .item__link:hover .title {
  color: #fff;
}

.footer {
  background: #D80078;
}

.emphasis {
  font-weight: 700;
  color: #D80078;
}

.pict-present {
  width: 70%;
  min-width: 280px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.pict-present img {
  aspect-ratio: 1/1;
}

strong.type01, strong.type02 {
  color: #D80078;
}

.event-block .title--sub {
  margin-top: 0;
  display: inline;
  border-bottom: 1px solid #D80078;
}
.event-block dl.frame {
  background: #fae3ef;
  border-radius: 4px;
  padding: 1rem 1.5rem;
}
.event-block dl dt {
  font-size: 1.1em;
  color: #D80078;
}
.event-block .c-main__item__cast--row--pict {
  margin-top: 10px;
}
.event-block .c-main__item__cast--row--pict .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.event-block .c-main__item__cast--row--pict .caption .position {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.event-block .btn__link {
  color: #fff !important;
}
.event-block .info dd,
.event-block .program dd,
.event-block .cast dd {
  margin-left: 20px;
}
.event-block .program__title {
  margin-top: 10px;
  padding: 5px 10px;
  font-weight: 700;
  border-left: 3px solid #D80078;
  background: #fae3ef;
}
.event-block .program__title strong {
  font-size: 1.05em;
}
.event-block .program__description {
  margin-top: 10px;
  padding-left: 15px;
  font-size: 14px;
}
.event-block .program__cast {
  margin-top: 5px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 700;
}
.event-block .program__cast + .program__title {
  margin-top: 20px;
}
.event-block .c-main__item__cast--row--pict .item {
  width: calc((100% - 40px) / 3);
}

.note {
  font-size: 0.86em;
}

.c-main__btn--more .btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 10px;
  padding: 10px 0;
}
.c-main__btn--more .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
}
.c-main__btn--more .logo.tw svg {
  width: 20px;
}

/*  ad  */
#adbox {
  width: 300px;
  position: fixed;
  right: -310px;
  bottom: 120px;
  z-index: 99999;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border-radius: 5px 0 0 5px;
}

#adbox .adbox__wrap {
  position: relative;
}

#adbox .adbox__close-button {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 99999;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
}

#adbox .adbox__close-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#adbox .adbox__thumb {
  /*height: 81px;*/
}

#adbox .adbox__thumb a {
  display: block;
  color: #fff;
  background: #fff;
  text-decoration: none;
  width: 300px;
}

#adbox .adbox__thumb a .text__block {
  height: 100%;
  background: #f00;
  display: block;
}

#adbox .adbox__thumb a div p {
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

#adbox #adbox__thumb__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 145.3846153846px !important;
  border-radius: 5px 0 0 5px;
}

#adbox #adbox__thumb__img {
  padding: 0;
  margin: 0;
  border-radius: 5px 0 0 5px;
}

.adbox__move {
  opacity: 0;
}

.adbox__move__a {
  pointer-events: none;
}

@media screen and (min-width: 641px) {
  #adbox #adbox__thumb__img {
    height: 145.3846153846px !important;
  }
}
@media screen and (max-width: 640px) {
  #adbox {
    width: 170px;
    /* height: 146px; */
    position: fixed;
    right: -180px;
    bottom: 120px;
    z-index: 99999;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  #adbox .adbox__close-button {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 99999;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1.8;
  }
  #adbox .adbox__close-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #adbox .adbox__thumb a {
    display: block;
    color: #fff;
    text-decoration: none;
    width: 170px;
  }
  #adbox .adbox__thumb a div p {
    font-size: 10px;
  }
  #adbox #adbox__thumb__img {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #adbox #adbox__thumb__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
    height: 82.3846153846px !important;
  }
}
.disp-none {
  display: none !important;
}

.disp-bl {
  display: block !important;
}