body {
    background-color: #212121;
}

.page-nav {
    background-color: #2f2f2f!important;
}

.primary-container .section {
    color: #FFF!important;
}

.section-header {
    color: #FFF;
}

.device-type-desktop .item-uid-voBGAZLpD .item-container-image .item-image{
    width: 98%
}

.device-type-mobile .item-uid-voBGAZLpD .item-container-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.secondary-container h3,
.common-related-shows h3,
.item-uid-voBGAZLpD .item-text a {
    color: #FBFFFF;
}


/* ------------------------------------------------------
event（カレンダーに登録するボタン）
------------------------------------------------------ */

.event-wrap {
  /* display: none; */
}
.loaded.event-wrap {
  display: block;
}
.event {
  text-align: center;
  text-decoration: none;
}
.event.inline a {
  display: inline-block;
}
.event button.event_button {
  position: relative;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  padding: 0 40px;
  display: block;
  background: #f2352f; /* Old browsers */
  background: -moz-linear-gradient(top,  #f2352f 0%, #680507 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f2352f 0%,#680507 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f2352f 0%,#680507 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  border: none;
  text-align: center;
  height: 60px;
  margin: 30px auto 30px auto;
  font-size: 131.25%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  outline: none;
}
.event button.event_button:before {
  content: "\f274";
  font-family: FontAwesome;
  font-size: 100%;
  font-weight: normal;
  padding-right: 15px;
  color: #fff;
}
.event.left {
  text-align: left;
}
.event.right {
  text-align: right;
}
/* モバイル調整 */
.device-type-mobile .event {
  margin-bottom: 8vw;
}
.device-type-mobile .event button.event_button {
  padding: 2vw 5vw;
  font-size: 4.26667vw;
  height: auto;
  line-height: 1.4;
  /* width: 100%; */
  margin: 8vw auto 8vw auto;
  position: relative;
  padding-left: 12vw;
}
.device-type-mobile .event button.event_button:before {
  font-size: 5.33333vw;
  padding-right: 3.2vw;
  position: absolute;
  left: 6vw;
  top:50%;
  margin-top: -4vw;
}

/* ------------------------------------------------------
カレンダーに登録するのボタンホバー効果
------------------------------------------------------ */
/* opacity */
.opac {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.opac:hover {
  -webkit-animation: backToOpac1 0.7s linear 0s;
  animation: backToOpac1 0.7s linear 0s;
}
@-webkit-keyframes backToOpac1 {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes backToOpac1 {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

/* table画像調整 */
.device-type-desktop .item-uid-NUjXzbVvdY .item-container-image {
    margin-top: 24px!important;
}

.device-type-mobile .item-uid-NUjXzbVvdY .item-container-image {
    margin: 16px 0!important;
}

.item-uid-NUjXzbVvdY td {
    color: #000;
    background: #fff;
    padding: 5px;
    width: 50%;
    font-weight: bold;
}

.device-type-desktop .item-uid-9FMvjaZAWV ,.item-uid-9FMvjaZAWV{
    border: 1px solid #FFFFFF;
    padding: 10px;
}

.device-type-mobile .item-uid-9FMvjaZAWV ,.item-uid-9FMvjaZAWV {
    border: 1px solid #FFFFFF;
    padding: 10px;
    margin: 10px!important;
}

#main-container,.common-header-sp-title-2MZ2z {
    font-feature-settings: normal;
}

.device-type-desktop table{
    table-layout:fixed;
}

.device-type-desktop .item-uid-7dvW3fXPzp img{
    margin: auto;
    width: 25%;
}
.device-type-mobile .item-uid-7dvW3fXPzp img{
    width: 70%;
}

.device-type-desktop .item-uid-jCc3icUTpw img {
    margin: auto;
    width: 80%;
}

.device-type-desktop .item-uid-7dvW3fXPzp .item-container-typography {
    margin: 0 0 0 30%;
    padding: 0 1.5rem;
}

.device-type-desktop .item-uid-jCc3icUTpw .item-container-typography {
    margin: 0 0 0 20%;
}

.item-style-cast .item-title {
    color: #FFF!important;
}

.item-uid-zECEynwTNs img {
    max-width: 100%;
}