@charset "UTF-8";

/* Fuji Drama Template ver1.0 */


/* ///////////////////////////////////////////////////////////////////////////////////////
 Common
 bodyタグ、背景、メニュー、基本レイアウト
/////////////////////////////////////////////////////////////////////////////////////// */


/* ========================================================
 Base
 ======================================================== */

/* 文字サイズ10px相当 */

html {
  font-size: 62.5%;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Sans", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande", "Arial", "Avenir Next", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  background: #fff;
  line-height: 1.6;
}

/* @media screen and (max-width: 768px) {
  html {
   20px
    font-size: 2.6vw;
  }
  body {
     line-height: 1.5;
  }
} */
@media screen and (max-width: 768px) {
 
  body {
     /* -----------★変更★-----------*/
     line-height: 1.5;
     font-size: 1.5rem;

  }
}

a {
  color: #e95894;
  text-decoration: none;
}

a:hover {
  color: #ef85b1;
}

.bold {
  font-weight: bold;
}
.strong{
  font-weight: bold;
  /* color: #ff8871; */
  color: #c5674e;
}

.w50{
  width: 43%;
}
.f-left{
  float: left;
}
.w50.f-left{
  margin-right: 3%;
}


/* ------------------4/14追加　https://www.fujitv.co.jp/fp/css/fp.css にある640px等、幅固定の数値をリセット*/

#cx_spContentsWrap, #fp-wrap {
  min-width: 100% !important;
  width: 100% !important;
}

.cx_touchdevice #cx_spContentsWrap {
  min-width: 1200px !important;
}

.cx_touchdevice #fp-wrap {
  width: 100%!important;
  min-width: 1000px !important;
}

.cx_smartphoneview.cx_touchdevice #cx_spContentsWrap, .cx_smartphoneview.cx_touchdevice #fp-wrap {
  min-width: 100% !important;
  width: 100% !important;
}

.cx_smartphoneview #fp-wrap {
  min-width: 100%!important;
  width: 100% !important;
}

.cx_smartphoneview #fp-contents {
  width: 100%!important;
  margin: 0 auto;
}


/* ========================================================
  Background
 ======================================================== */
#pc-bg{
  position: relative;
  /* background-repeat: repeat;
  background-position: center center; */
}
/* .no-webp #pc-bg{
  background-image: url("../img/bg.jpg");
}
.webp #pc-bg{
  background-image: url("../img/bg.webp");
} */

/* 下層ページ */
#pc-bg.lower .l-header {
  height: 240px;
}


/* ========================================================
  Layout
 ======================================================== */
 #fp-wrap{
  position: relative;
  overflow: hidden;
}
.bg-paper{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* mix-blend-mode: multiply; */
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
  background-position: center center;
  /* background-size: cover; */
  z-index: 666;
}
/* .no-webp .bg-paper{
  background: url("../img/bg.jpg") no-repeat center bottom;
  background-size: cover;
}
.webp .bg-paper{
  background: url("../img/bg.webp") no-repeat center bottom;
  background-size: cover;
} */

#fp-contents {
  width: auto;
  position: relative;
}

#fp-contents * {
  box-sizing: border-box;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
.inner {
  width: 100%;
}
}
.l-header, .l-menu, .l-main, .l-mainvisual {
  position: relative;
  z-index: 5555;
}

.l-main {
  width: 100%;
  /* max-width: 1000px; */
  margin: 0 auto;
  /* background: url("../photo/bg.jpg") no-repeat bottom center;
  background-attachment: fixed;
  background-size: cover; */
  position: relative;
}
/* .l-main::before{
  content: "";
  display: block;
  position: fixed;
  width: 100%; height: 100%;
  top: 0; left: 0;
  background: url("../photo/bg.jpg") no-repeat bottom center;
  background-size: cover;
  z-index: 55;
} */
/* .l-main::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  top: 0; left: 0;
  background-color: rgba(255,255,255,0.3);
  z-index: 111;
} */
.l-main__inner{
  width: 100%;
  margin: 0 auto;
  /* padding: 3.4em 0 24vh; */
  /* padding: 3.4em 0 0; */
  position: relative;
}
/* .l-main__inner::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #de106e;
  background: -moz-linear-gradient(left,  #de106e 0%, #ff29d0 33%, #e67490 67%, #8705c9 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#de106e), color-stop(33%,#ff29d0), color-stop(67%,#e67490), color-stop(100%,#8705c9));
  background: -webkit-linear-gradient(left,  #de106e 0%,#ff29d0 33%,#e67490 67%,#8705c9 100%);
  background: -o-linear-gradient(left,  #de106e 0%,#ff29d0 33%,#e67490 67%,#8705c9 100%);
  background: -ms-linear-gradient(left,  #de106e 0%,#ff29d0 33%,#e67490 67%,#8705c9 100%);
  background: linear-gradient(to right,  #de106e 0%,#ff29d0 33%,#e67490 67%,#8705c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de106e', endColorstr='#8705c9',GradientType=1 );
  position: absolute;
  bottom: 0; left: 0;
} */
/* @media screen and (min-width: 1220px) {
  .l-main__inner { width: 1200px;}
} */
@media screen and (max-width: 768px) {
  .l-main__inner {
    width: 100%;
    /* padding: 2.0em 0 24vh; */
    /* padding: 2.0em 0 0; */
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
.inner {
  width: 100%;
}

.l-main {
  width: 100%;
  /* padding: 0 0 50px; */
}
}

/* ========================================================
  Info
 ======================================================== */
.info-area {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1.8em;
  z-index: 222;
}
.info-area img{
  /* width: 350px; */
  width: 596px;
}
@media screen and (max-width: 768px) {
  .info-area img{
    width: 78vw;
    /* width: 54vw; */
  }
}
/* @media screen and (max-width: 540px) {
  .info-area{ padding: 0.3em 0;}
} */

/* ========================================================
  Menu
 ======================================================== */

.l-menu {
  background: #000;
  position: relative;
  z-index: 6666;
}
.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu__item{
  width: 25%;
  height: 80px;
  position: relative;
  border-right: 1px solid #666;
}
.menu__item:nth-of-type(1){ border-left: 1px solid #666;}
.len5 .menu__item {
  width: 20%;
}
.len6 .menu__item {
  width: 16.6666%;
}
.len7 .menu__item {
  width: 14.28%;
}
.menu__item.comingsoon a{
  opacity: 0.5;
  cursor: default;
}
.menu__item a{
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: center;
  background-size: 90%;
  transition : .3s;
}
.cx_touchdevice .menu__item.comingsoon a:hover{
  opacity: 0.5 !important;
}
/* .cx_displaydevice .menu__item a:hover{
  background-color: rgba(255,255,255,0.2);
}
.menu__item.comingsoon a:hover{ background-color: rgba(51,80,121,0.0);} */

.cx_displaydevice .menu__item a::after{
  background: #fff;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0; right: 0;
  bottom: 2px;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 300ms;
}
.cx_displaydevice .menu__item a:hover::after {
transform-origin: center top;
transform: scale(1, 1);
}
.cx_displaydevice .menu__item.comingsoon a:hover::after{ transform: scale(0, 1);}



.menu__item.nav-intro a {
  background-image: url("../img/menu_introduction.svg");
}


.nav-story a {
  background-image: url("../img/menu_story.svg");
}
.nav-news a {
  background-image: url("../img/menu_news.svg");
}
.nav-caststaff a {
  background-image: url("../img/menu_caststaff.svg");
}
.nav-chart a {
  background-image: url("../img/menu_chart.svg");
}
.nav-message a {
  background-image: url("../img/menu_message.svg");
}
.nav-interview a {
  background-image: url("../img/menu_interview.png");
}
.nav-movie a {
  background-image: url("../img/menu_movie.png");
}
.nav-music a {
  background-image: url("../img/menu_music.png");
}
.menu__item.new a::after{
  content: "";
  display: block;
  position: absolute;
  width: 4em;
  height: 4em;
  background: url("../img/icn_new.png") no-repeat center center;
  background-size: contain;
  transform: rotate(-15deg);
  top: -0.5em;
  left: 50%;
  margin-left: -5.5em;
}
/* .menu__item::after{
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 50%;
  top: 25%;
  right: 0;
  background-color: #fff;
}
.menu__item:nth-last-of-type(1)::after{ display: none;} */

/* @media screen and (max-width: 1200px) {
  .menu__item a { background-size: auto 2.2vw;}
} */
@media screen and (max-width: 1200px) {
  .len7 .menu__item {
    width: 25%;
    border-bottom: solid 2px #888;
    height: 4.6em;
  }
  .len7 .menu__item:nth-of-type(4n):after{ display: none;}
  .len7 .menu__item:nth-last-of-type(1),
  .len7 .menu__item:nth-last-of-type(2),
  .len7 .menu__item:nth-last-of-type(3){ border-bottom: none;}
  .len7 .menu__item a { background-size: auto 2.0vw; background-position: center 2.2vw;}
  .len7 .menu__item:nth-last-of-type(1) a,
  .len7 .menu__item:nth-last-of-type(2) a,
  .len7 .menu__item:nth-last-of-type(3) a{ background-position: center 1.8vw;}
}
@media screen and (max-width: 1000px) {
  .len7 .menu__item a { background-size: auto 2.4vw; background-position: center 3.2vw;}
  .len7 .menu__item:nth-last-of-type(1) a,
  .len7 .menu__item:nth-last-of-type(2) a,
  .len7 .menu__item:nth-last-of-type(3) a{ background-position: center 2.8vw;}
}
/* @media screen and (max-width: 900px) {
  .menu__item a { background-size: auto 2.4vw;}
  .len6 .menu__item a { background-size: auto 2.2vw;}
} */
@media screen and (max-width: 768px) {
  .menu__item,
  .len5 .menu__item,
  .len6 .menu__item,
  .len7 .menu__item{
    width: 50%;
    /* border-bottom: solid 1px #c5674e; */
    border-bottom: solid 1px rgba(255,255,255,0.5);
    height: 4.8em;
  }
  /* .menu__item::after{
    height: 100%;
    top: 0;
  } */
  /* .len7 .menu__item:nth-of-type(1), */
  .len5 .menu__item:nth-last-of-type(1){ width: 100%;}
  .len7 .menu__item:nth-last-of-type(1),
  .len7 .menu__item:nth-last-of-type(2),
  .len7 .menu__item:nth-last-of-type(3){ width: 33.333%;}
  .menu__item:nth-of-type(2n):after{ display: none;}
  /* .len7 .menu__item:nth-of-type(2n+1):after, */
  .len7 .menu__item:nth-of-type(6):after{ display: block;}
  .len7 .menu__item:nth-last-of-type(1):after{ display: none;}
  .menu__item:nth-last-of-type(1),
  .menu__item:nth-last-of-type(2){ border-bottom: none;}
  .len7 .menu__item:nth-last-of-type(3){ border-bottom: solid 2px #fff600;}
  .len5 .menu__item:nth-last-of-type(2){ border-bottom: solid 1px rgba(255,255,255,0.5);}
  .menu__item a,
  .len5 .menu__item a,
  .len6 .menu__item a,
  .len7 .menu__item a{ background-size: 52%;}
  .menu__item:nth-of-type(1){ border-left: none;}

}
@media screen and (max-width: 540px) {
  .menu__item,
  .len5 .menu__item,
  .len6 .menu__item { height: 3.8em;}
  .len7 .menu__item { height: 12vw;}
  /* .menu__item a{ background-size: auto 4.2vw;} */
  .menu__item a,
  .len7 .menu__item a,
  .len6 .menu__item a { background-size: 66%;}
  .menu__item.new a::after{
    width: 3em;
    height: 3em;
    margin-left: -4.5em;
  }
}


/* ========================================================
  sub_Menu
 ======================================================== */
.sub-menu{
  background-color: rgba(255,255,255,0.5);
  position: relative;
  z-index: 5555;
}
.sub-menu > a{
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  padding: 0.7em;
  font-size: 110%;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: .3s;
}
.sub-menu > a .oadate{ font-size: 88%; font-weight: normal;}
.sub-menu > a::before{
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: url("../img/arrow_bk2.svg") no-repeat center center;
  background-size: contain;
  margin-right: 0.3em;
}
.cx_displaydevice .sub-menu > a:hover{ background-color: rgba(255,255,255,0.3);}

.sub-menu__list{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sub-menu__list a{
  line-height: 1.4;
  color: #26418c;
  padding: 0.7em 0.7em;
  display: block;
  text-align: center;
}
.cx_displaydevice .sub-menu__list a:hover{ color: #109dd4;}
.sub-menu__list a .oadate{ font-size: 88%;}
.br-1200{ display: none;}
@media screen and (max-width: 1200px) {
 .sub-menu__list{ width: 100%;}
 .br-1200{ display: block;}
}
@media screen and (max-width: 768px) {
  .sub-menu__list li{
    flex-shrink: 0;
    width: 100%;
    border-bottom: solid 1px #26418c;
  }
  .sub-menu__list li:nth-last-of-type(1){ border-bottom: none;}
  .sub-menu__list a{ padding: 0.7em 0.2em;}
  .br-1200{ display: none;}
}

/* ========================================================
 Content
 ======================================================== */
 .d-flex{ display: flex; flex-wrap: wrap;}
 .space_between{ justify-content: space-between;}
 .w50{ width: 48%;}
.content {
  /* width: 98%; */
  /* margin: 0 auto 3em; */
  margin: 0 auto;
  padding: 0 0 1.5em;
  position: relative;
  z-index: 3333;
}
.content.bright{ margin-bottom: 2em; padding-top: 2em;}
.content.bright::before{
  content: "";
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(228, 201, 0, 0.738);
}
.content.border{
  margin-bottom: 2em;
  padding: 3em 0 2em;
  /* background-color: rgba(255, 213, 0, 0.2); */
}
.content.border::before,
.content.border::after{
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url("../img/nav_bg01.png") repeat-x center 0;
  position: absolute;
  top: 0;
  left: 0;
}
.content.border::after{ top: auto; bottom: 0;}
.content.color{
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;

}
.content__body{
  position: relative;
  z-index: 1111;
}
.content__body.w800 {
  width: 94%;
}
@media screen and (min-width: 1220px) {
  .content__body { width: 1200px;}
}
@media screen and (min-width: 900px) {
  .content__body.w800 { width: 856px;}
}
@media screen and (max-width: 768px) {
  .content__body,
  .content__body.w800 { width: auto;}
  .w50{ width: 100%;}
  .w50.f-left{ width: 45%;}
  .content { padding-top: 0;}
  /* .content.color{ padding-top: 0.5em;} */
}

.content__title {
  position: relative;
  text-align: center;
}
.content__title img{
  width: auto;
  height: 6em;
  position: relative;
  z-index: 333;
}
@media screen and (max-width: 768px) {
  .content__title img{
    height: 11vw;
  }
}
@media screen and (max-width: 450px) {
  .content__title img{
    height: 13vw;
  }
}

.content__title small {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #e95894;
}
.l-main h3{
  font-size: 160%;
  font-weight: bold;
  color: rgb(243,221,172);
  line-height: 1.6;
  margin-bottom: 0.7em;
  background: rgb(243,221,172);
  background: -moz-linear-gradient(-45deg,  rgba(243,221,172,1) 0%, rgba(232,193,101,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(243,221,172,1)), color-stop(100%,rgba(232,193,101,1)));
  background: -webkit-linear-gradient(-45deg,  rgba(243,221,172,1) 0%,rgba(232,193,101,1) 100%);
  background: -o-linear-gradient(-45deg,  rgba(243,221,172,1) 0%,rgba(232,193,101,1) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(243,221,172,1) 0%,rgba(232,193,101,1) 100%);
  background: linear-gradient(135deg,  rgba(243,221,172,1) 0%,rgba(232,193,101,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ddac', endColorstr='#e8c165',GradientType=1 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.l-main h3 span.ss{ font-size: 80%;}
.h3-sub{
  font-size: 140%;
  font-weight: bold;
  color: #d8aa4d;
  line-height: 1.6;
  margin-bottom: 0.7em;
}
.l-main h4{
  /* background-color: #00aef0; */
  color: #fff;
  font-size: 120%;
  line-height: 1.2;
  padding: 0.1em 0.4em 0.1em 0.4em;
  margin: 2em 0 1em;
  font-weight: bold;
  position: relative;
  background: #000;
}
.l-main h4 .sub{ font-size: 80%;}
/* .l-main h4::before{
  content: "";
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 0.3em; height: 100%;
  background: #de106e;
  background: -moz-linear-gradient(top,  #de106e 0%, #ff29d0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de106e), color-stop(100%,#ff29d0));
  background: -webkit-linear-gradient(top,  #de106e 0%,#ff29d0 100%);
  background: -o-linear-gradient(top,  #de106e 0%,#ff29d0 100%);
  background: -ms-linear-gradient(top,  #de106e 0%,#ff29d0 100%);
  background: linear-gradient(to bottom,  #de106e 0%,#ff29d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de106e', endColorstr='#ff29d0',GradientType=0 );
} */
.l-main h5{
  color: #00aef0;
  font-size: 120%;
  line-height: 1.6;
  font-weight: bold;
}
/* .l-main h5::before{
  content: "◆ ";
  font-size: 90%;
  color: #fdcf00;
} */
@media screen and (max-width: 768px) {
  .l-main h3{
    /* font-size: 110%; */
    font-size: 3.6vw;
    letter-spacing: -0.05em;
  }
  .h3-sub{ font-size: 102%;}
  .l-main h4,.l-main h5{ font-size: 100%;}
}
@media screen and (max-width: 550px) {
  .l-main h3{ font-size: 4.3vw;}
}
.t-center{ text-align: center;}

.contents_update {
  background: #e95894;
  color: #fff;
  line-height: 1;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 0px;
  position: absolute;
  right: 15px;
  top: 20px;
}

.content__title__link {
  position: absolute;
  right: 15px;
  top: 15px;
}

.content__title__link a {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px 15px;
  margin-top: -15px;
  border-radius: 2px;
  height: 30px;
  background: #e95894;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

.content__title__link a:hover {
  background: #ef85b1;
}

.content__subtitle {
  font-size: 1.7rem;
  font-weight: bold;
  color: #e95894;
  border-bottom: 1px solid #e95894;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.content__body {
  margin: 0 auto 0;
  padding-bottom: 30px;
}
.content__body__txt1{
  line-height: 2.0;
  color: #fff;
  margin-bottom: 1.5em;
  /* filter: drop-shadow( 1px 1px 4px #fff) drop-shadow( -1px 1px 4px #fff) drop-shadow( 1px -1px 4px #fff) drop-shadow( -1px -1px 4px #fff); */
}
.content__body__txt1 a{
  text-decoration: underline;
  color: #f2dca9;
}
.photo-wrap{ position: relative; text-align: center;}
.photo-wrap::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  /* background-color: #fff; */
  z-index: 222;
}
.photo-wrap img{
  position: relative;
  z-index: 333;
}
.photo-wrap .w80{ width: 80%;}
.photo-wrap .w60{ width: 60%;}

@media screen and (max-width: 768px) {
  /* .content__title {
    font-size: 2rem;
    padding: 1rem 2rem;
  } */
  .contents_update {
    /* font-size: 1.2rem;
    padding: 1.3vw;
    top: 3.91vw; */
    /* -----------★変更★-----------*/
    font-size: 1.2rem;
    padding: .6rem;
    top: 1rem;
    right: 1rem;
  }
  .content__title__link {
    position: static;
  }
  .content__title__link a {
    margin: 3px;
    height: auto;
  }
  .content__body {
   /* margin: 5.21vw 5.21vw 0 5.21vw;
   padding-bottom: 5.21vw; */
   /* -----------★変更★-----------*/
   margin: 0 1.8rem 0 1.8rem;
   padding-bottom: 2rem;
  }
  .content__body__txt1{
    font-size: 90%;
  }
  .photo-wrap .w80{ width: 100%;}
  .photo-wrap .w60{ width: 80%;}
  .photo-wrap::before{ top: 8px; left: 8px;}
}
@media screen and (max-width: 550px) {
  .photo-wrap .w60{ width: 100%;}
}

/* ========================================================
 linkBtn
 ======================================================== */

.linkBtn {
  text-align: center;
}

.linkBtn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 50px;
  margin: 0 auto;
  /* border: 2px solid #c3345a; */
  text-align: center;
  vertical-align: middle;
  border-radius: 4em;
  color: #fff;
  font-weight: bold;
  transition: .3s;
  position: relative;
  background: #000;
}
.cx_displaydevice .linkBtn a:hover{
  background-color: rgba(0, 0, 0, 0.5);
  border-width: 3px;
}
.linkBtn.twitter a::before,
.linkBtn.instagram a::before{
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  margin-right: 0.5em;
  /* position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
}
.linkBtn.twitter a::before{
  background: url(../img/icon_twitter.png) top left / contain no-repeat;
}
.linkBtn.instagram a::before{
  background: url(../img/icon_instagram.png) top left / contain no-repeat;
}
.linkBtn a::after{
  content: "";
  display: block;
  background: url("../img/arrow_wh.svg") no-repeat center center;
  width: 1.2em;
  height: 1em;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  transition: .3s;
}
.cx_displaydevice .linkBtn a:hover::after{
  right: 0.8em;
}
@media screen and (max-width: 768px) {
  .linkBtn a {
    width: 100%;
     /*86px*/
    /* height: 11.2vw;
    line-height: 11.2vw; */
    height: 48px;
  }
  .linkBtn.twitter a::before,
  .linkBtn.instagram a::before{
    width: 22px; height: 22px;
  }
}


/* ///////////////////////////////////////////////////////////////////////////////////////
 Top
 メインビジュアル、スライダー、グリッド、ニュース一覧、twitter枠、instagram枠、バナー、前作リンク
/////////////////////////////////////////////////////////////////////////////////////// */


/* ========================================================
 Notice
 メインビジュアル内　緊急告知
 ======================================================== */

.notice {
  position: absolute;
  box-sizing: border-box;
  width: 620px;
  left: 10px;
  bottom: 30px;
  padding: 10px;
  border-radius: 2px;
  background: rgba(233, 88, 148, 0.8);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 1.4rem;
}

.l-mainvisual--full .notice {
  width: 980px;
}


/* ========================================================
 公式SNSアカウント
 ======================================================== */

.official__account {
  padding-top: 3em;
  padding-bottom: 1em;
}

.official__account ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -10px;
}

.official__account li {
  display: table;
  width: 33.3333%;
  padding: 0 10px 0 0;
  margin-bottom: 10px;
}
.official__account li.comingsoon {
  opacity: 0.4;
}

.official__account li a {
  display: table-cell;
  height: 55px;
  border: 3px solid #000;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 4em;
  color: #000;
  font-weight: bold;
  background-color: rgba(255,255,255,0.9);
  transition: .2s;
  position: relative;
}
.cx_displaydevice .official__account li a:hover{
  background-color: #fff;
  border-width: 3px;
}

.cx_displaydevice .official__account li.comingsoon a:hover{ background: none;}
.official__account li a::after{
  content: "";
  display: block;
  background: url("../img/arrow_rd.svg") no-repeat center center;
  width: 1.2em;
  height: 1em;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  transition: .3s;
}
.cx_displaydevice .official__account li a:hover::after{
  right: 0.8em;
}
.official__account li span {
  display: inline-block;
  position: relative;
  padding-left: 46px;
}

.official__account li span::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.official__account li.account-twitter span::before {
  background: url(../img/icon_twitter.png) top left / contain no-repeat;
}

.official__account li.account-instagram span::before {
  background: url(../img/icon_instagram.png) top left / contain no-repeat;
}

.official__account li.account-line span::before {
  background: url(../img/icon_line.png) top left / contain no-repeat;
}

.official__account li.account-facebook span::before {
  background: url(../img/icon_facebook.png) top left / contain no-repeat;
}

.official__account li.account-youtube span::before {
  background: url(../img/icon_youtube.png) top left / contain no-repeat;
}

.official__account li.account-tiktok span::before {
  background: url(../img/icon_tiktok.png) top left / contain no-repeat;
}

@media screen and (max-width: 768px) {
.official__account {
  /* padding-bottom: 2.6vw; */
  /* -----------★変更★-----------*/
  padding-bottom: 0em;
  padding-top: 2em;
}

  .official__account ul {
    width: 100%;
  }
  .official__account li {
    width: 80%;
    display: block;
    padding: 0 0 0 0;
    /* margin-bottom: 2.6vw; */
    /* -----------★変更★-----------*/
    margin-bottom: 1rem;
  }
  .official__account li a {
    height: auto;
    display: block;
    text-align: left;
    width: 100%;
    /* padding: 3.26vw 5.21vw ; */
    line-height: 1;
    /* -----------★変更★-----------*/
    padding: 1.5rem 2rem ;
  }
  .official__account li span {
    padding-left: 10.42vw;
    /* -----------★変更★-----------*/
    padding-left: 4rem;
  }
  .official__account li span::before {
     /*44px*/
    /* width: 5.73vw;
    height: 5.73vw; */
    /* -----------★変更★-----------*/
    width: 22px;
    height: 22px;
  }
}


/* ========================================================
 スライダー
 ======================================================== */

.slider {
  position: relative;
  width: 100%;
  margin: auto;
}

.slider * {
  box-sizing: border-box;
}

.slider__photo {
  width: 100%;
}

.slider__update {
  margin-top: 0.8rem;
  color: #e85894;
  font-size: 90%;
}

.slider__text {
  margin-top: 0.4rem;
  color: #000;
}

.slider__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
/*====　↓　swiper　====*/
/*コンテナの大きさ*/
.slider .swiper-container {
  width: 90%;
  /* height: 310px; */
  height: 382px;
}
/*スライド*/
.slider .swiper-slide {
  width: 268px;
  padding: 16px;
  background-color: #ffffff;
}
/*矢印*/
.slider .swiper-next, .slider .swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-position: center;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0px 1px 0.5em 0.2em rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all .2s;
}
.slider .swiper-prev {
  background: url("../img/btn_prev.png") no-repeat center center;
  background-size: contain;
  left: 10px;
}
.slider .swiper-next {
  background: url("../img/btn_prev.png") no-repeat center center;
  background-size: contain;
  right: 10px;
  transform: scale(-1, 1) translateY(-50%);
}
.cx_displaydevice .slider .swiper-next:hover,
.cx_displaydevice .slider .swiper-prev:hover { margin-top: 0.1em;}
.slider .swiper-next.swiper-button-disabled,.slider .swiper-prev.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .slider .swiper-container {
      /* -----------★変更★-----------*/
    width: 100%;
    height: auto;
  }
  .slider .swiper-slide {
    width: 54%;
    padding: 4%;
    height: auto;
  }
  .slider .swiper-next,.slider .swiper-prev {
    width: 10vw;
    height: 10vw;
  }
  .slider .swiper-slide-prev, .slider .swiper-slide-next {
    opacity: 0.6;
  }
}


/*====　↑　swiper　====*/

/* ========================================================
 Youtube埋め込み
 ======================================================== */

.movie__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie__item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* ========================================================
 INTERVIEW
 ======================================================== */

.intvArcTl {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
}

.intvArcTl .yaku {
  font-weight: 100;
  font-size: 2rem;
  display: block;
  line-height: 1;
}

.intvArcTl .keisho {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
.intvArcTl {
  font-size: 2.6rem;
}
.intvArcTl .yaku {
  font-size: 1.6rem;
}
.intvArcTl .keisho {
  font-size: 1.6rem;
}
}




/* ========================================================
 CSAT＆STAFF　CHART
 ======================================================== */

.boxHalf {
  width: 48%;
}

.boxHalf a h2 {
  color: #000;
}

@media screen and (max-width: 768px) {
  .content.boxHalf {
    width: 49.5%;
    margin-right: 1%;
  }
  .content.boxHalf:nth-of-type(2n){ margin-right: 0;}
}


/* ========================================================
 Twitter　ウィジェット
 ======================================================== */

.twitter-timeline{
  width: 70%;
  overflow: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .twitter-timeline{
  width: 100%;
  overflow: auto;
  margin: 0 auto;
}
}


/* ========================================================
 フジテレビュー
 ======================================================== */

.btn_fujitv-view {
  display: inline-block;
  float: right;
  margin: 0 10px 10px 0;
}

.btn_fujitv-view a {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  background-color: #3032b3;
}

.btn_fujitv-view a img {
  display: inline-block;
  width: 110px;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}

.btn_fujitv-view a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .btn_fujitv-view a img {
      /* -----------★変更★-----------*/
    width: 60px;
  }
}


/* ========================================================
 News list
 TOPページ用ニュース一覧
 ======================================================== */

.news-list__item {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.news-list__item:first-child {
  padding-top: 0;
}

.news-list__item__photo {
  display: table-cell;
  width: 160px;
  text-align: center;
}

.news-list__item__photo img {
  max-width: 160px;
  max-height: 100px;
}

.news-list__item__text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 1.5rem;
}

.news-list__item__text a {
  color: #000;
}

.news-list__item__text a:hover {
  text-decoration: underline;
}

.news-list__item__text time {
  color: #e95894;
}

.news-list__item__text em {
  display: block;
  font-weight: bold;
}

.news-list__more {
  display: block;
  float: right;
  width: 200px;
  padding: 5px;
  margin-top: 10px;
  border-radius: 2px;
  background: #e95894;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-list__more:hover {
  background: #ef85b1;
  color: #fff;
}


/* ========================================================
 Instagram
 ======================================================== */
 #instagram.content.color{
  padding-top: 2em;
  padding-bottom: 1em;
 }
 @media screen and (max-width: 550px) {
  #instagram.content.color{
    padding-top: 1em;
    padding-bottom: 0em;
   }
 }
.cx_instagram_target ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  justify-content: center;
}

.cx_instagram_target ul li {
  /* width: 33.333%; */
  width: 20%;
  padding-right: 10px;
}

.cx_instagram_target ul li{
  margin-bottom: 10px;
}

.img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background: #fff;
}

.img_wrap img {
  position: absolute;
  max-width: none;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
}

li.horizontally-long .img_wrap img {
  height: 100%;
  width: auto;
}

.instgarmaBox {
  padding: 0;
  overflow: hidden;
}

.instgarmaBox+.linkBtn {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .cx_instagram_target ul { margin-right: -6px;}
  .cx_instagram_target ul li { width: 33.333%; padding-right: 6px; margin-bottom: 6px;}
}


/* ///////////////////////////////////////////////////////////////////////////////////////
 Contents
 ニュース、ストーリー、ギャラリー、キャスト＆スタッフ、インタビュー等
/////////////////////////////////////////////////////////////////////////////////////// */


/* ========================================================
  Introduction
 ======================================================== */

.introduction h3 {
  font-size: 2rem;
}
/* @media screen and (max-width: 768px) {
 .introduction h3 {
  font-size: 1.7rem;
}
} */
@media screen and (max-width: 768px) {
  .introduction h3 {
     /* -----------★変更★-----------*/
   font-size: 1.6rem;
   line-height:1.7;
 }
 }

/* ========================================================
  Cast & Staff
 ======================================================== */

.cast-staff h3 {
  font-size: 2.6rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.cast-list dl {
  display: table;
  width: 100%;
  margin: 0px auto 15px auto;
  font-size: 2.6rem;
  font-weight: bold;
}

.cast-list dt {
  display: table-cell;
  width: 47%;
  text-align: right;
}

.cast-list dd {
  display: table-cell;
  width: 52%;
  text-align: left;
}
.cast-list dd span{ font-size: 70%;}

.cast-list dd:before {
  content: '…';
  display: inline-block;
  padding: 0 10px;
}

.cast-list p {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}

.staffList_box dt {
  font-weight: bold;
  font-size: 1.2em;
  width: 100%;
  display: inline-block;
  padding: 0px 0 5px;
  box-sizing: border-box;
  text-align: center;
}

.staffList_box dd {
  font-size: 1.4em;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
  padding: 0px 20px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}

.staffList_box dd cite {
  font-size: 0.7em;
  display: block;
  font-weight: 100;
  color: #000;
}
@media screen and (max-width: 768px) {
.cast-staff h3, .cast-list dl {
  font-size: 1.8rem;
}

.cast-list dt {
  display: table-cell;
  width: 44.4%;
  text-align: right;
}

.cast-list p {
  font-size: 1.4rem;
}
.cast-list p.main{
  font-size: 1.8rem;
}

.staffList_box dt {
  font-size: 1.4rem;
}

.staffList_box dd {
  font-size: 1.8rem;
  padding: 0;
}
}

/* ///////////////////////////////////////////////////////////////////////////////////////
 Module
 写真、バックナンバー、SNSボタン、動画配信（TVer・FOD）バナー、PC/SP切替等汎用パーツ
/////////////////////////////////////////////////////////////////////////////////////// */


/* ========================================================
  Photo
 ======================================================== */

.photo-2 {
  margin: 0 -.5%;
}

.photo-2 img {
  float: left;
  width: 49%;
  margin: .5%;
}

.photo-3 {
  margin: 0 -.5%;
}

.photo-3 img {
  float: left;
  width: 32.3333333%;
  margin: .5%;
}
@media screen and (max-width: 768px) {
.photo-1 img, .photo-2 img, .photo-3 img {
  width: 100%;
  margin: 6px 0;
}
}

/* ========================================================
  Backnumber
 ======================================================== */

.backnumber {
  margin: 30px auto;
}

.backnumber__list--img {
  margin: 0 -1%;
}

.backnumber__list--img a {
  text-decoration: none;
}

.backnumber__list--img a:hover {
  opacity: .8;
}

.backnumber__list--img li {
  width: 25%;
  padding: 0 5px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 10px;
}

.backnumber__list--img li .text {
  padding: 5px;
  text-align: center;
  color: #222;
  text-decoration: none;
  background: #f9cade;
}

.backnumber__list--text {
  margin: 15px;
}

.backnumber__list--text li {
  width: 100%;
  margin: 10px 0;
}

.backnumber__list--text a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #f9cade;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
}

.backnumber__list--text a time {
  display: block;
  color: #e95894;
  font-size: 1.4rem;
}

.backnumber__list--text a:hover {
  background: #fef8fb;
  color: #e95894;
}
@media screen and (max-width: 768px) {
.backnumber__list--img li {
  width: 33.3333%;
}
}




/* ========================================================
  動画配信（TVer・FOD）バナー
 ======================================================== */
 .stream-bnr{
  padding: 1em 2em;
  position: relative;
  z-index: 5555;
  background-color: rgba(255,255,255,0.9);
}
.stream-bnr > ul{
  display: flex;
  margin: auto;
}
@media screen and (min-width: 1300px) {
  .stream-bnr > ul{
    width: 1200px;
  }
}
.stream-bnr > ul > li{
  flex-shrink: 0;
  width: 49%;
}
.stream-bnr > ul > li:nth-of-type(1){ margin-right: 2%;}
.stream-bnr__link{
  /* display: flex; */
  display: block;
  border: solid 0.2em #109dd4;
  color: #18ade8;
  padding: 0.1em 0.1em 0.2em;
  font-size: 130%;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  transition : .2s;
  text-align: center;
  font-feature-settings: "palt";
  border-radius: 10em;
  background-color: rgba(255,255,255,0.9);
}
.stream-bnr__link.fod{
  border: solid 0.2em #909090;
  color: #000;
}
.cx_displaydevice .stream-bnr__link:hover{
  background-color: #fff;
  color: #18ade8;
  border: solid 0.2em #2db9f1;
}
.cx_displaydevice .stream-bnr__link.fod:hover{
  background-color: #fff;
  color: #000;
  border: solid 0.2em #b5b5b5;
}
.cx_smartphoneview .stream-bnr__link{
  background-color: rgba(255,255,255,1);
}
.logo-tver,
.logo-fod{
  background: url("../img/tver_logo.svg") no-repeat center center;
  width: 6.4em;
  height: 2.2em;
  background-size: contain;
  text-indent: -300%;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 0.3em;
  display: block;
  margin: -0.3em auto 0.2em;
}
.logo-fod{
  background: url("../img/fod_logo.svg") no-repeat center bottom;
  width: 4.4em;
  height: 2.2em;
}
.stream-bnr__link::after{
  content: "";
  display: block;
  background: url("../img/arrow_bl.svg") no-repeat center center;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -10px;
  transition : .2s;
}
.stream-bnr__link.fod::after{
  background: url("../img/arrow_bk.svg") no-repeat center center;
}
.cx_displaydevice .stream-bnr__link:hover::after{ right: 11px;}

@media screen and (max-width: 768px) {
  .stream-bnr{ padding: 0.6em;}
  .stream-bnr__link{ font-size: 86%;}
  .stream-bnr__link::after{
    width: 0.8em; height: 0.8em;
    background-size: contain;
    margin-top: -0.4em;
    right: 0.5em;
  }
  .cx_displaydevice .stream-bnr__link:hover::after{ right: 0.4em;}
}


/* ========================================================
 これまでの放送
 ======================================================== */
 .archive__main{
  position: relative;
  z-index: 555;
 }
.archive__main > a{
  background-color: #fff;
  display: flex;
  box-shadow: 1px 1px 1em 0.5em rgba(0, 0, 0, 0.3);
  width: 70%;
  margin: 0 auto;
  align-items: center; position: relative;
}
.archive__main__photo{
  width: 45%;
}
.archive__main__info{ padding: 0 0 0 1em;}
.archive__main__info__ttl{
  font-size: 110%;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}
.archive__main__info__oadate{
  line-height: 1.4;
  color: #000;
  font-size: 90%;
}
.archive__main > a::after{
  content: "";
  display: block;
  position: absolute;
  width: 1.2em;
  height: 2em;
  background: url("../img/arrow_bk.svg") no-repeat center center;
  background-size: contain;
  top: 50%;
  right: 0.6em;
  margin-top: -1em;
  transition: all .2s;
}
.archive__main > a::before{
  content: "";
  display: block;
  position: absolute;
  width: 2.4em;
  height: 100%;
  background: rgb(242,221,171);
  background: -moz-linear-gradient(top,  rgba(242,221,171,1) 0%, rgba(232,193,102,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,221,171,1)), color-stop(100%,rgba(232,193,102,1)));
  background: -webkit-linear-gradient(top,  rgba(242,221,171,1) 0%,rgba(232,193,102,1) 100%);
  background: -o-linear-gradient(top,  rgba(242,221,171,1) 0%,rgba(232,193,102,1) 100%);
  background: -ms-linear-gradient(top,  rgba(242,221,171,1) 0%,rgba(232,193,102,1) 100%);
  background: linear-gradient(to bottom,  rgba(242,221,171,1) 0%,rgba(232,193,102,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ddab', endColorstr='#e8c166',GradientType=0 );
  top: 0;
  right: 0;
}
.archive__main > a:hover::after{ transform: translateX(0.1em);}
@media screen and (max-width: 768px) {
  .archive__main > a{ width: 90%;}
  .archive__main > a::before{ width: 6.4vw;}
  .archive__main > a::after{
    width: 3.2vw;
    right: 1.5vw;
  }
  .archive__main__info{ margin-right: 6.4vw;}
}


.archive__list{
  display: flex;
  justify-content: space-between;
}
.archive__list li{
  width: 32%;
}
.archive__list li a{
  display: block;
  width: 100%; height: 100%;
  color: #26418c;
  background-color: #fff;
  position: relative;
  transition: 300ms;
}
.cx_displaydevice .archive__list li a:hover{
  filter: drop-shadow( 1px 1px 6px rgba( 255,255,255,1));
}
.cx_displaydevice .archive__list li a::after{
  background: rgb(38,65,140);
  background: -moz-linear-gradient(-45deg,  rgb(38,65,140) 0%, rgb(40,159,214) 50%, rgb(38,65,140) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(38,65,140)), color-stop(50%,rgb(40,159,214)), color-stop(100%,rgb(38,65,140)));
  background: -webkit-linear-gradient(-45deg,  rgb(38,65,140) 0%,rgb(40,159,214) 50%,rgb(38,65,140) 100%);
  background: -o-linear-gradient(-45deg,  rgb(38,65,140) 0%,rgb(40,159,214) 50%,rgb(38,65,140) 100%);
  background: -ms-linear-gradient(-45deg,  rgb(38,65,140) 0%,rgb(40,159,214) 50%,rgb(38,65,140) 100%);
  background: linear-gradient(135deg,  rgb(38,65,140) 0%,rgb(40,159,214) 50%,rgb(38,65,140) 100%);
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0; right: 0;
  bottom: -5px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 300ms;
}
.cx_displaydevice .archive__list li a:hover::after {
transform-origin:left top;
transform: scale(1, 1);
}
.archive__list__content__photo{
  margin-bottom: 0.3em;
}
.archive__list__content__photo img{ width: 100%; height: auto;}
.archive__list__content__ttl{
  font-weight: bold;
  line-height: 1.2;
  margin: 0 2% 0;
  text-align: center;
}
.archive__list__content__oadate{
  font-size: 94%;
  line-height: 1.2;
  margin: 0.2em 2% 0.4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #archive .content__body{
    margin-left: 0;
    margin-right: 0;
  }
  /* .archive__main{
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 4% 0.5em;
  } */
  .archive__list{
    width: 140%;
  }
  .archive__list__content__ttl{
    font-size: 94%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .archive__list__content__oadate{
    font-size: 88%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

/* ========================================================
  PC/SP 切替表示
 ======================================================== */


/* PCのみ適用 */

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}


/* SPのみ適用 */

@media screen and (max-width: 768px) {
.pc-only {
  display: none !important;
}

.sp-only {
  display: block !important;
}
}


.cx_smartphoneview #cx_commonPageTopBtn{
  width: 52px;
  height: 52px;
  bottom: 15px;
}
.cx_smartphoneview #cx_commonPageTopBtn a{
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 22px;
}
@media screen and (orientation: portrait) and (max-width: 750px), (orientation: landscape) and (max-width: 1013px){
  .sp_display #gbfooter p{
    font-size: 3.0vw;
    line-height: 6vw;
  }
}

#cx_commonOverlayWrap #cx_commonOverlayClose.spBtn{
  width: 32px !important; height: 32px !important;
  border-width: 2px !important;
  top: -30px !important;
  left: auto !important; right: 0 !important;
  margin: 0 !important;
}
#cx_commonOverlayWrap #cx_commonOverlayClose.spBtn span{
  width: 24px !important; height: 24px !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
header#cx_ui_header, footer#cx_ui_footer,
#cx_gbfooter{
  position: relative;
  z-index: 8888 !important;
}
footer#cx_ui_footer{ z-index: 7777 !important;}
#contents-aside,
#fp-aside{
  position: relative;
  z-index: 6666;
}
@media screen and (max-width: 768px) {
  #contents-aside .d-aside__content{
    padding-bottom: 10.42vw;
    margin-bottom: 0;
  }
}

#cx-ad-pc-top,
#cx-ad-sp-top{
  position: relative;
  z-index: 8887;
  background-color: #efefef;
}

.drama__ftr__attention{
  text-align: center;
  font-size: 84%;
  line-height: 1.4;
  padding: 0.4em;
  background-color: #fff;
  position: relative;
  z-index: 8888;
}
#gbheader{ z-index: 88888 !important;}