@charset "UTF-8";

#tokusetsu_dai {
  font-size: 16px;
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic,
    "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック",
    TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  font-weight: 500;
  background: #333;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai {
    font-size: 14px;
  }
}

/* 背景画像設置のためのセレクタ ここから ==================== */
.bg_mv2-wrapp {
  padding: 0 0 80px;
  background: url(../img/bg_mv2.png) no-repeat left bottom -30px / 1400px;
}
.sakura-left-wrapp {
  position: relative;
  padding: 0 20px;
}
.sakura-left-special-wrapp {
  position: relative;
  padding: 0 20px;
}
.sakura-left-wrapp::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 25px;
  width: 529px;
  height: 790px;
  background: url(../img/sakura_left.png) no-repeat center center / contain;
  z-index: 0;
}
.sakura-left-special-wrapp::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  width: 529px;
  height: 790px;
  background: url(../img/sakura_left.png) no-repeat center center / contain;
  z-index: 0;
}

.sakura-right-wrapp {
  position: relative;
}
.sakura-right-wrapp::before {
  position: absolute;
  content: "";
  right: 0;
  top: -269px;
  width: 530px;
  height: 790px;
  background: url(../img/sakura_right.png) no-repeat center center / contain;
  z-index: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .sakura-left-wrapp {
    position: relative;
    padding: 0 10px;
  }
  .sakura-left-wrapp::before {
    display:none;
  }
  .sakura-left-special-wrapp {
    position: relative;
    padding: 0 10px;
  }
  .sakura-left-special-wrapp::before {
    bottom: 11px;
    width: 134px;
    height: 200px;
  }
  /* PC版で使用していた背景画像を無効化 */
  .bg_mv2-wrapp {
    bottom: 73px;
    /* width: 137px; */
    /* height: 200px; */
  }
  .bg_mv2-wrapp {
    padding: 0 0 20px;
    background: unset;
  }
  .sakura-right-wrapp::before {
    top: 16px;
    width: 130px;
    height: 227px;
    background: url(../img/sakura_right.png) no-repeat center center / contain;
  }
  .sakura-right-wrapp{
    padding:20px;
  }
}

/* 背景画像設置のためのセレクタ ここまで ==================== */

.wrapper {
  margin-top: 107px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    margin-top: 64px;
  }
}

img {
  height: auto;
  border-style: none;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

#tokusetsu_dai.container {
  background: #faf4d7;
}

.m-hakuoki-nenmatsu {
  background-image: url(../img/bg1.jpg);
  background-repeat: repeat;
  background-size: 565px;
}

#tokusetsu_dai .main-area {
  width: 100%;
  font-size: 0;
}

#tokusetsu_dai .main-area {
  text-align: center;
  background-image: url(../img/mv_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 0px 0;
}




@media (max-width: 768px) {
  #tokusetsu_dai .main-area {
    padding: 5px 0px 20px;
    background-image: url(../img/mv_bg_sp.png);
  }
}

/*skyper banner
-------------------------------------------------------------*/
#tokusetsu_dai .skyper-area {
  text-align: center;
  padding: 60px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .skyper-area {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .skyper-area {
    text-align: center;
  }
}

#tokusetsu_dai .bnr-skyper:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

/*アンカー
-------------------------------------------------------------*/
#monthly-anchors {
  background: linear-gradient(119deg, #b78fa7 0 30%, #a57d99 60% 100%);
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  #monthly-anchors {
    padding: 20px 0;
    margin: 30px auto 0;
  }
}

.anc {
  max-width: 838px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .anc img {
    max-width: initial;
    width: 100%;
  }

  .anc {
    max-width: initial;
    display: block;
    padding: 0 20px;
  }

  .anc div:first-child {
    margin-bottom: 10px;
  }

  .anc div:last-child {
    margin-top: 10px;
  }
}

/* リード
------------------------------------------------------------- */
#tokusetsu_dai .lead {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "MacHiramin", "YuMincho", "HG明朝B", "HG明朝E",
    "MS PMincho", "MS Mincho", serif;
  padding: 18px 0 68px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

#tokusetsu_dai .lead>div:first-child {
  max-width: 924px;
  background-color: #fff;
  background-image: url(../img/lead1.png), url(../img/lead2.png);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  margin: auto;
  padding: 24px;
}

#tokusetsu_dai .lead div span.date {
  color: #4c0910;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .lead {
    padding: 30px 20px;
  }

  #tokusetsu_dai .lead>div:first-child {
    text-align: left;
    padding: 26px 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #tokusetsu_dai .plan-title {
    margin: 0 0 30px 0;
    padding: 0 20px;
  }
}

/* 番組
------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .program_bg_light {
    background-position-x: center;
    background-size: 100%;
    background-position-y: -100px;
  }

  .program_bg_sakura {
    background-repeat: repeat-y;
    background-position-x: center;
    background-position-y: top;
    background-size: 100%;
  }
}

.progran_title {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 65px;
}

@media (max-width: 768px) {
  .progran_title {
    margin-left: 35px;
    margin-bottom: 0px;
  }
}

.progran_title__past {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .progran_title img {
    transform: scale(0.8);
  }

  .progran_title__past {
    margin: 0px 20px 20px;
  }
}

#tokusetsu_dai .program-area {
  padding: 80px 0 30px 0;
  width: 100%;
  background: url(../img/bg_program.jpg) no-repeat center center / cover;
  /* position: relative; */
}

#tokusetsu_dai .program-area__past {
  padding: 20px 0 0 0;
  width: 100%;
}

@media (max-width: 768px) {
  #tokusetsu_dai .program-area__past {
    padding: 5px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-area {
    padding: 40px 0 10px;
    background: url(../img/bg_program_sp.jpg) no-repeat top center / cover;
  }
}

#tokusetsu_dai .program-area-b {
  background: #d6eae8;
  padding: 60px 0 60px 0;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-area-b {
    padding: 30px 0 30px 0;
  }
}

#tokusetsu_dai .prog-b {
  max-width: 960px;
  margin: 0 auto 55px auto;
  padding: 55px 45px 50px 50px;
  overflow: hidden;
  border: 3px solid #dcbd23;
  box-sizing: border-box;
  border-image-source: url(../img/bg_box.jpg);
  border-image-slice: 100;
  border-image-width: 4px;
  border-image-outset: 0px;
  border-image-repeat: round;
  background: linear-gradient(rgb(255 255 255 / 40%), rgba(255 255 255 / 40%)), url(../img/bg2.jpg) repeat center center / 800px;
  position: relative;
}

@media (min-width: 769px) {
  #tokusetsu_dai .m-hakuoki__past .prog-b {
    padding: 60px 45px 50px 50px;
  }
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .prog-b {
    margin: 0 20px 30px 20px;
    padding: 25px 15px;
    border-image-width: 2px;
  }
}

#tokusetsu_dai .program-title-area-b {
  font-size: 28px;
  color: #018599;
  line-height: 0.8em;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-title-area-b {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0px;
  }
}

#tokusetsu_dai .program-title-b {
  line-height: 1.1em;
}

#tokusetsu_dai .small-b {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.8em;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .small-b {
    font-size: 13px;
    padding-bottom: 0px;
    padding-bottom: 5px;
  }
}

#tokusetsu_dai .program-image-b {
  float: left;
  width: 42%;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-image-b {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
  }

  #tokusetsu_dai .program-image-b img {
    max-width: 100%;
  }
}

#tokusetsu_dai .date-b {
  margin-bottom: 20px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .date-b {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
  }
}

#tokusetsu_dai .program-image-b .date_title-b {
  display: block;
}

#tokusetsu_dai .program-detail-b {
  float: right;
  width: 56%;
  margin-top: -6px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-detail-b {
    float: none;
    width: 100%;
    font-size: 13px;
    margin-top: 0px;
  }
}

#tokusetsu_dai .detail-credit-b {
  font-size: 0.9em;
  margin: 25px 0 20px 0;
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.78;
  letter-spacing: -0.2px;
  font-weight: 700;
}

#tokusetsu_dai .detail-txt-b {
  font-size: 16px;
  line-height: 1.7;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .detail-credit-b {
    margin-bottom: 8px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  #tokusetsu_dai .detail-txt-b {
    font-size: 12px;
    line-height: 1.8;
  }
}

#tokusetsu_dai .prog-b .schedule-btn-b {
  text-align: right;
}

#tokusetsu_dai .prog-b .schedule-btn-b a {
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #b4a560;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .prog-b .schedule-btn-b a {
    display: block;
    width: 100%;
    font-size: 4vw;
    margin-top: 15px;
  }
}

#tokusetsu_dai .tag-area-b {
  overflow: hidden;
}

#tokusetsu_dai .tag-area-b p {
  display: inline-block;
  background: #0099ff;
  font-weight: bold;
  padding: 3px 10px;
  color: white;
}

.italic {
  font-style: italic;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .tag-area-b {
    margin-top: 3px;
  }
}

#tokusetsu_dai .age-b {
  color: #000;
  display: inline-block;
  font-size: 14px;
  float: left;
}

#tokusetsu_dai .tag-area-b .prog-tag {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  background-size: contain;
  background: #118598;
  padding: 1px 8px;
  margin-left: 10px;
  color: #fff;
  font-size: 13px;
  float: right;
}

#tokusetsu_dai .program-title-b {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  word-wrap: break-word;
}

#tokusetsu_dai .program-title-b .year {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .program-title-b {
    font-size: 18px;
  }

  #tokusetsu_dai .program-title-b .year {
    font-size: 13px;
  }
}

#tokusetsu_dai .small-b {
  font-weight: bold;
  font-size: 22px;
  color: #3E3E3E;
}

@media (max-width: 768px) {
  #tokusetsu_dai .small-b {
    font-size: 16px;
  }
}

#tokusetsu_dai .tag-area-b .prog-tag {
  background: #d3c78a;
}

/* 放送ボタン
----------------------------- */
#tokusetsu_dai .schedule-btn {
  text-align: right;
}

#tokusetsu_dai .schedule-btn a {
  margin-top: 15px;
  color: #EDBB7F;
  text-decoration: none;
  display: inline-block;
  background: url(../img/bg3.jpg) no-repeat center center / cover;
  padding: 17px 50px 17px 40px;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .schedule-btn a {
    display: block;
    width: 100%;
    font-size: clamp(12px, 3.125vw, 24px);
    margin-top: 14px;
    background: url(../img/bg3.jpg) no-repeat center center / cover;
    padding: 12px 50px 12px 40px;
  }
}

/*skyper banner
-------------------------------------------------------------*/
#tokusetsu_dai .skyper-area {
  background: none;
  padding: 24px 0 49px 0;
  position: relative;
  z-index: 1;
}

#tokusetsu_dai .skyper-area--bottom {
  text-align: center;
  padding: 80px 0;
}

@media (max-width: 768px) {
  #tokusetsu_dai .skyper-area {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .skyper-area {
    padding: 0 20px 42px;
  }
}

/* Sns
------------------------------------------------------------- */
#tokusetsu_dai .sns_area {
  margin: 0 auto;
}

#tokusetsu_dai .sns_area .area_inner {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  padding: 20px 0 45px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .sns_area .area_inner {
    padding: 30px 0;
  }
}

#tokusetsu_dai .sns_area .sns_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .sns_area .sns_title {
    margin-bottom: 10px;
  }
}

#tokusetsu_dai .sns_area .btnList {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

#tokusetsu_dai .sns_area .btnList>li {
  display: inline-block;
  width: 78px;
  height: 78px;
  margin: 2% 35px 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .sns_area .btnList>li {
    display: inline-block;
    margin: 0 5px;
    max-width: 78;
    width: 50px;
    height: 50px;
  }
}

#tokusetsu_dai .sns_area .btnList>li:first-child {
  margin-top: 0;
}

#tokusetsu_dai .sns_area .btnList>li a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  padding-top: 100%;
  border-radius: 50%;
}

#tokusetsu_dai .sns_area .btnList>li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

#tokusetsu_dai .sns_area {
  margin: 0 auto;
  background: #333;
}

/* Credit
------------------------------------------------------------- */
#tokusetsu_dai .credit_area {
  max-width: 100%;
  border: none;
  font-size: 10px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .credit_area {
    width: auto;
    padding: 0 20px;
  }
}

#tokusetsu_dai .credit_area p {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

#tokusetsu_dai .credit_area {
  max-width: 100%;
  border: none;
  font-size: 10px;
  color: #fff;
  background: #333;
}

/* Footer
------------------------------------------------------------- */
#footerArea {
  background: #000;
  font-size: 10px;
}

.footer {
  padding: 40px;
  color: #fff;
  text-align: center;
  font-size: 10px;
}

#footer .inner {
  text-align: left;
}

.footer {
  padding: 40px;
  color: #fff;
  background: #333;
}

/* recommend
------------------------------------------------------------- */
.recom_area {
  width: 100%;
  background: #D7D2D9;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
  /* margin-top: 60px; */
}

@media screen and (max-width: 768px) {
  .recom_area {
    /* margin-top: 40px; */
    padding: 27px 0;
  }
}

.recom_area p.title {
  display: inline-block;
  color: #3E3E3E;
  font-size: 30px;
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic,
    "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック",
    TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  font-weight: 700;
  position: relative;
}

.recom_area p.title br {
  display: none;
}

.recom_area p.title:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 0 0 3px;
  height: 1em;
  top: 1.3em;
  left: -0.64em;
  margin-top: -1em;
  transform: rotate(-35deg);
  width: 0;
}

.recom_area p.title:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 0 0 3px;
  height: 1em;
  top: 1.3em;
  right: -0.44em;
  margin-top: -1em;
  transform: rotate(35deg);
  width: 0;
}

@media screen and (max-width: 768px) {
  .recom_area p.title {
    font-size: 18px;
    padding: 0 20px;
    line-height: 1.5;
  }

  .recom_area p.title br {
    display: block;
  }

  .recom_area p.title:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 0 1px;
    height: 2.4em;
    top: 1.2em;
    left: -0.5em;
    margin-top: -1em;
    transform: rotate(-25deg);
    width: 0;
  }

  .recom_area p.title:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 0 1px;
    height: 2.4em;
    top: 1.2em;
    right: -0.5em;
    margin-top: -1em;
    transform: rotate(23deg);
    width: 0;
  }
}

@media screen and (orientation: landscape) {
  .recom_area p.title:before {
    content: "";
    position: absolute;
    border-color: #3E3E3E;
    border-style: solid;
    border-width: 0 0 0 3px;
    height: 1em;
    top: 1.3em;
    left: -0.64em;
    margin-top: -1em;
    transform: rotate(-35deg);
    width: 0;
  }

  .recom_area p.title:after {
    content: "";
    position: absolute;
    border-color: #3E3E3E;
    border-style: solid;
    border-width: 0 0 0 3px;
    height: 1em;
    top: 1.3em;
    right: -0.44em;
    margin-top: -1em;
    transform: rotate(35deg);
    width: 0;
  }
}

.recom_area .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 912px;
  margin: 30px auto 0;
}

.recom_area .flex>a {
  background: #fff;
}

.recom_area .flex>a div {
  text-align: left;
  font-size: 14px;
  max-width: 285px;
}

.recom_area .flex>a div>div {
  background: #fff;
  color: #333;
  padding: 16px;
  box-sizing: border-box;
}

.recom_area .flex>a div p {
  font-size: 16px;
  font-weight: bold;
}

.recom_area .flex>a div span {
  display: block;
}

.pc_recm {
  display: block;
  margin: auto;
}

.sp_recm {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_recm {
    display: none;
  }

  .sp_recm {
    display: block;
    margin: auto;
  }

  .recom_area .flex {
    display: block;
    padding: 0 20px;
    max-width: initial;
    margin: 20px auto 0;
  }

  .recom_area .flex>a div {
    font-size: 16px;
    max-width: initial;
  }

  .recom_area .flex>a div p {
    font-size: 12px;
    line-height: 1.8;
  }

  .recom_area .flex>a div img {
    max-width: initial !important;
    width: 100% !important;
  }

  .recom_area .flex>a div>div {
    width: 100%;
  }

  .recom_area .flex>a div {
    margin-bottom: 20px;
  }

  .recom_area .flex>a:last-child div {
    margin-bottom: 0;
  }

  .recom_area>img {
    padding: 0 20px;
  }
}

#tokusetsu_dai .small-b .rep {
  display: inline-block;
  color: #7e7857;
  background: #faf5d8;
  padding: 0 8px;
}

/* movie ------------------------
------------------ */
#tokusetsu_dai .movie {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

#tokusetsu_dai .movie.block {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 68px;
}

#tokusetsu_dai .movie>div {
  width: auto;
}

#tokusetsu_dai .movie>div p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 0;
}

#tokusetsu_dai .movie>div p a {
  color: #cbba90;
  text-decoration: underline;
}

#tokusetsu_dai .movie>div iframe {
  max-width: 560px;
}

#tokusetsu_dai .movie>div:first-child {
  margin-right: 20px;
}

#tokusetsu_dai .movie>div:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .movie {
    background: none;
    display: block;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

#tokusetsu_dai .movie iframe {
  display: block;
  max-width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .movie iframe {
    width: 100%;
    height: 50vw;
  }

  #tokusetsu_dai .movie>div p {
    font-size: 18px;
  }

  #tokusetsu_dai .movie>div:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #tokusetsu_dai .movie>div:last-child {
    margin-left: 0;
  }

  #tokusetsu_dai .movie.block {
    margin: 20px auto 20px;
  }
}

.m-hakuoki__mv {
  max-width: 1508px;
  margin: auto;
  padding: 0px 20px 0;
}

@media (max-width: 768px) {
  .m-hakuoki__mv {
    margin: 0 auto;
    padding: 47px 0 26px 0;
  }
}

.m-hakuoki__lead {
  font-size: 18px;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
  padding-top: 65px;
  position: relative;
  z-index: 1;
  line-height: 2.4;
  letter-spacing: 0.36px;
}

@media (max-width: 768px) {
  .m-hakuoki__lead {
    padding: 0;
    margin-top: 30px;
    font-size: 12px;
  }
}

.m-hakuoki__lead__date {
  margin-top: 20px;
  margin-bottom: 60px;
}

.m-hakuoki__bnr {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .m-hakuoki__lead__date {
    margin-top: 12px;
    margin-bottom: 30px;
  }
}

.m-hakuoki__bnr__item {
  display: inline-block;
}

.m-hakuoki__bnr__item__wrap+.m-hakuoki__bnr__item__wrap {
  margin-top: 30px;
}

.m-hakuoki__bnr__item img {
  width: 900px;
}

@media (max-width: 768px) {
  .m-hakuoki__bnr__item img {
    width: auto;
  }
  .m-hakuoki__bnr__item__wrap+.m-hakuoki__bnr__item__wrap {
    margin-top: 15px;
  }
}

.m-hakuoki__anc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.m-hakuoki__anc__item {
  width: 310px;
}

@media (max-width: 768px) {
  .m-hakuoki__anc {
    flex-direction:column;
    align-items:center;
    gap: 12px;
  }
  .m-hakuoki__anc__item {
    width:fit-content;
  }
}

.m-hakuoki__anc__wrap {
  padding: 40px 0px 40px;
  background-image: url(../img/bg3.jpg);
  background-position: center;
  background-repeat: repeat-x;
}

@media (max-width: 768px) {
  .m-hakuoki__anc__wrap {
    overflow: hidden;
    padding: 20px 0px;
  }
}

.m-hakuoki__prog__img {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.m-hakuoki__prog__img__wrap {
  display: flex;
  flex-flow: column;
  gap: 10px;
  width: 46%;
}

@media (max-width: 768px) {
  .m-hakuoki__prog__img__wrap {
    width: 100%;
  }
}

.m-hakuoki__prog__tv {
  color: white;
  padding: 5px 15px;
  background-color: #6b477c;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
}

@media (max-width: 768px) {
  .m-hakuoki__prog__tv {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 2px 10px;
  }
}

.m-hakuoki__prog__tv__icon {
  margin-top: -35px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .m-hakuoki__prog__tv__icon {
    margin-top: -20px;
    max-width: 65px;
  }
}

.m-hakuoki__prog__inner {
  display: flex;
  gap: 40px;
}

@media (max-width: 768px) {
  .m-hakuoki__prog__inner {
    flex-flow: column;
    gap: 20px;
  }
}

.m-hakuoki__prog__inner+.m-hakuoki__prog__inner {
  margin-top: 20px;
}

.m-hakuoki__prog__text {
  width: 54%;
}

.program-icon {
  width: 70px;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .m-hakuoki__prog__text {
    width: 100%;
  }
  .program-icon{
    width: 50px;
    margin-bottom: 6px;
  }
}

.m-hakuoki__prog__btn__date {
  text-align: center;
  font-size: 22px;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .m-hakuoki__prog__btn__date {
    font-size: 16px;
  }
}

.m-hakuoki__prog__past__img {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}

.m-hakuoki__prog__past__img__wrap {
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: 33%;
}

@media (max-width: 768px) {
  .m-hakuoki__prog__past__img__wrap {
    width: 100%;
  }
}

.m-hakuoki__prog__past__img__apl__01 {
  max-width: 260px;
  margin: 0 auto;
}

.m-hakuoki__prog__past__text {
  width: 67%;
}

@media (max-width: 768px) {
  .m-hakuoki__prog__past__text {
    width: 100%;
  }
}

.m-hakuoki__past {
  background-image: url(../img/past_bg.jpg);
  background-size: cover;
}

.schedule-btn__text {
  position: relative;
}

.schedule-btn__text::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #EDBB7F;
  border-right: 3px solid #EDBB7F;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
}

#m-hakuoki .sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .sp-only {
    display: block;
  }

  .m-hakuoki__past {
    background-image: url(../img/past_bg_sp.jpg);
    background-size: cover;
  }

  .schedule-btn__text::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #EDBB7F;
    border-right: 1px solid #EDBB7F;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
}

#m-hakuoki a {
  display: inline-block;
  transition-duration: 0.4s;
}

#m-hakuoki a:hover {
  transform: scale(1.04);
  opacity: 1;
}

#m-hakuoki .btn {
  border: none;
  padding: 0;
  width: 100%;
  display: block;
  height: auto;
}

#m-hakuoki .btn::before,
#m-hakuoki .btn::after {
  display: none;
}

#m-hakuoki .btn:hover {
  opacity: 1;
}

#m-hakuoki .btn a {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .btn a {
    font-size: 16px;
    padding: 14px 30px;
  }
}

#m-hakuoki .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

#m-hakuoki .btn-schedule {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .btn-schedule {
    position: relative;
    margin-top: 20px;
  }
}

#m-hakuoki .btn-schedule a {
  color: #fff;
  background: #e1450a;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.5em;
  padding: 10px 30px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .btn-schedule a {
    margin-top: 13px;
    height: auto;
    padding: 14px 30px;
  }
}

#m-hakuoki .btn-schedule a::after {
  width: 44px;
  height: 44px;
  background: url(../img/arrow_r.svg) no-repeat center/contain;
  right: 20px;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .btn-schedule a::after {
    width: 22px;
    height: 22px;
  }
}

#m-hakuoki .haishin {
  background: #fff url(../img/skyper_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .haishin {
    padding: 40px 20px 40px;
    background: url(../img/skyper_bg.jpg) repeat top 0px center / cover;
  }
}

#m-hakuoki .skyperhaishin_outer {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
}

#m-hakuoki .skyperhaishin_inner {
  border: 2px solid #e3dba5;
  padding: 78px 80px 80px;
  position: relative;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .skyperhaishin_inner {
    padding: 25px 10px 30px;
  }
  #m-hakuoki .skyperhaishin_inner > img {
    max-width: 69%;
  }
  #m-hakuoki .skyperhaishin_outer {
    margin: 0 auto;
    padding: 6px;
  }
}

#m-hakuoki .skyperhaishin_lead {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 40px 0 15px;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .skyperhaishin_lead {
    font-size: 16px;
    padding: 20px 0 5px;
  }
}

#m-hakuoki .skyperhaishin_lead .under-line {
  display: inline-block;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .skyperhaishin_lead .under-line {
    display: inline;
  }
}

#m-hakuoki .skyperhaishin_column {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .skyperhaishin_column {
    display: block;
    margin-top: 14px;
  }
}

#m-hakuoki .skyperhaishin_dl {
  text-align: left;
  margin-bottom: 20px;
}

.skp-notice a {
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .skyperhaishin_dl {
    margin-bottom: 12px;
  }
}

#m-hakuoki .skyperhaishin_dl dt {
  background: #dff5ff;
  display: inline-block;
  margin: 15px 0 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .skyperhaishin_dl dt {
    font-size: 11px;
  }
}

#m-hakuoki .skyperhaishin_dl dd {
  font-size: 16px;
  display: block;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .skyperhaishin_dl dd {
    font-size: 12px;
  }
}

#m-hakuoki .skyperhaishin_column img {
  margin-right: 35px;
  width: 241px;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .skyperhaishin_column img {
    margin: 0 auto;
    width: 227px;
  }
}

#m-hakuoki .btn-skyperhaishin a {
  background: #00a0e9;
}

#m-hakuoki .btn-skyperhaishin a:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

@media screen and (max-width: 768px) {
  #m-hakuoki .btn-skyperhaishin::after {
    right: 0;
    left: 0;
    top: auto;
    bottom: 15px;
  }
}

#m-hakuoki .italic {
  font-style: italic;
}

#m-hakuoki .skyperhaishin_inner small {
  display: block;
  text-align: left;
  /* padding-left: 1em; */
  /* text-indent: -1em; */
  font-weight: normal;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .skyperhaishin_inner small {
    text-align: left;
    font-size: 12px;
  }
}

#m-hakuoki .btn-schedule.guide {
  margin-top: 20px;
}

#m-hakuoki .btn-schedule.guide a {
  border: 2px solid #00a0e9;
  background: #fff;
  color: #00a0e9;
  height: auto;
}

#m-hakuoki .btn-schedule.guide a::after {
  width: 44px;
  height: 44px;
  background: url("../img/arrow_guide_r.png") no-repeat center/auto;
  right: 20px;
}

@media screen and (max-width: 768px) {
  #m-hakuoki .btn-schedule.guide a::after {
    width: 22px;
    height: 22px;
    background-size: 30%;
  }
}

#tokusetsu_dai .m-hakuoki__past .detail-credit-b {
  margin: 10px 0 20px 0;
}

.skyperhaishin_date {
  font-weight: normal;
}

.m-hakuoki__special {
  max-width: 1474px;
  margin: 0 auto;
  padding: 78px 20px 78px;
  position: relative;
}

/* 時代劇専門チャンネルだけの特別番組 */

#tokusetsu_dai .prog-b.m-hakuoki__special__contents {
  margin: 0 auto 0 auto;
  z-index: 1;
  position: relative;
  background: url(../img/bg1.jpg) repeat center center / cover;
  color: #3E3E3E;
}

.special-cont{
  text-align: center;
}

.special-cont__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.56px;
}
.special-cont__link {
  color: inherit;
}
.special-cont__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.56px;
}



.special-cont__day {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.36px;
  margin-top: 20px;
}

.special-cont__desc {
  color: #822027;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.44px;
  margin-top: 6px;
}

.m-hakuoki__special__title {
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

#tokusetsu_dai .schedule-btn a.schedule-btn__text--special {
  padding: 17px 30px 17px 20px;
  background: #e1450a;
}

.m-hakuoki__prog__date {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.m-hakuoki__special__skyper-area {
  margin: 0 20px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.m-hakuoki__special__wrap {
  position: relative;
  background: url(../img/bg3.jpg) repeat center center / cover;
}

.m-hakuoki__special__wrap::before {
  position: absolute;
  content: "";
  background: url(../img/bg_special.png) no-repeat center center / contain;
  left:0;
  bottom: -30px;
  width: 590px;
  height: 310px;
  z-index: 1;
}

.m-hakuoki__special__sakura {
  position: absolute;
  top: -388px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  min-width: 1820px;
}

.m-hakuoki__special__title .title {
  position: relative;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: fit-content;
  padding: 0 52px;
  margin: auto;
}
.m-hakuoki__special__title .title::before,
.m-hakuoki__special__title .title::after {
  position: absolute;
  content:"";
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 38px;
}
.m-hakuoki__special__title .title::before {
  background: url(../img/pre_ttl_before.png) no-repeat center center / contain;
  left: 0;
}
.m-hakuoki__special__title .title::after {
  background:  url(../img/pre_ttl_after.png) no-repeat center center / contain;
  right: 0;
}

@media screen and (max-width: 768px) {
  .special-cont__title {
    font-size: 18px;
    line-height: 1.5;
  }
  .m-hakuoki__special {
    padding: 40px 0px 33px;
    margin: 0px auto;
  }

  .m-hakuoki__special__title {
    margin-bottom: 20px;
  }

  .m-hakuoki__special__title .title {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 1em;
  }
  .m-hakuoki__prog__date {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  #tokusetsu_dai .prog-b.m-hakuoki__special__contents {
    margin: 0 auto 5px;
    width: 94%;
  }
  .m-hakuoki__special__title .title::before, .m-hakuoki__special__title .title::after {
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
  }
  .special-cont__day {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.36px;
    margin-top: 13px;
  }
  .special-cont__desc {
    color: #822027;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.44px;
    margin-top: 2px;
  }
  .m-hakuoki__special__wrap::before {
    position: absolute;
    content: "";
    background: url(../img/bg_special.png) no-repeat center center / contain;
    bottom: 0;
    width: 295px;
    height: 155px;
  }
}

#tokusetsu_dai .m-hakuoki__past .skyper-area {
  padding: 0 0 0;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .m-hakuoki__past .skyper-area {
    padding: 0 20px 0;
    margin-top: 40px;
  }
}

#tokusetsu_dai .official-area {
  margin: 30px auto 0;
  padding: 0 0 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .official-area {
    padding: 0 20px 40px;
  }
}

.m-hakuoki__bnr {
  font-size: 16px;
  margin-top: 5px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.m-hakuoki__ttl__end {
  margin-right: -80px;
}

@media screen and (max-width: 768px) {
  .m-hakuoki__ttl__end {
    margin-right: -12vw;
  }
  .m-hakuoki__bnr {
    padding: 0;
    margin-top: 0px;
  }
}


.m-hakuoki__lead__date__text {
  color: #822027;
  font-size: 32px;
  font-weight: 600;
  text-shadow: 1px 0px 10px #FF9292;
}

.m-hakuoki__lead__date__text__num {
  font-size: 40px;
}

.m-hakuoki__lead__date__text__2 {
  color: #360878;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 0px 10px #9e6ef3;
 /* #5E0ED6 */
}

.m-hakuoki__lead__date__text__2__num {
  font-size: 40px;
}

@media (max-width: 768px) {
  .m-hakuoki__lead__date__text {
    font-size: 16px;
  }

  .m-hakuoki__lead__date__text__num {
    font-size: 34px;
  }

  .m-hakuoki__lead__date__text__2 {
    font-size: 18px;
  }

  .m-hakuoki__lead__date__text__2__num {
    font-size: 20px;
  }
}