@charset "UTF-8";

/* Fuji Drama Template ver1.0 */


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


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

/* 文字サイズ10px相当 */
html {
  font-size: 62.5%;
}
body {
  font-family: 'ヒラギノ明朝 Pro W4', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.6rem;
  line-height: 1.6;
  min-width: 280px;
  color: #eaf1f9;
  text-align: left;
}
img {
  margin: 0 auto;
  display: block;
}

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

a {
  color: #eaf1f9;
  text-decoration: none;
}
a:hover {
  color: #eee;
}
.bold {
  font-weight: bold;
}
#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
 ======================================================== */
/* トップページ */
#fp-wrap {
}


/* ========================================================
  Layout
 ======================================================== */
#fp-contents {
  width: auto;
}
#fp-contents * {
  box-sizing: border-box;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.l-mainvisual .inner {
  width: 1250px;
}
#introduction.content .inner,
#comment.content .inner
{
  max-width: 950px;
  width: 85%!important;
}
#caststaff.content {
  max-width: 85%;
}
#caststaff.content .inner {
  width: auto;
}
#broadcast.content .inner {
  max-width: 90%;
}
.comment-list {
  width: 100%!important;
}
.comment_con .text {
  width: 97%!important;
}
@media screen and (max-width: 1250px) {
  .inner {
    width: 100%!important;
  }
}
@media screen and (max-width: 1200px) {
}
.l-header, .l-menu, .l-main, .l-mainvisual {
  position: relative;
}
.l-main {
  width: 100%;
  /* max-width: 1000px; */
  margin: 0 auto;
}
.l-mainvisual {
  background: #90233A;
  background: linear-gradient(0deg,rgba(144, 35, 58, 1) 0%, rgba(128, 29, 49, 1) 100%);
}

@media screen and (max-width: 1024px) {
  .l-mainvisual .inner {
    /* width: 100%!important; */
  }
}
@media screen and (max-width: 768px) {
  /* .inner {
    width: 90%;
  } */
}
.flex {
  display: flex;
  justify-content: space-between;
}
/* .boxHalf {
  width: 48%;
}
.boxHalf a h2 {
  color: #000;
} */


/* ========================================================
  動画配信（TVer・FOD）バナー
 ======================================================== */
.bnr-area {
  background: #f7f7f7;
}
.s-bnr--top {
  padding: 25px 0;
}
.s-bnr--top li {
  width: 48.5%;
  /* width: 50%; */
  margin: 0 auto;
}
.s-bnr a {
  margin: auto;
}
.s-bnr a:hover {
  opacity: 0.6;
}
.s-bnr__item+.s-bnr__item {
  margin-top: 26px;
}
@media screen and (max-width: 1000px) {
  .s-bnr--top {
    padding: 25px 2%;
  }
}
@media screen and (max-width: 768px) {
  .s-bnr--top {
    padding: 20px 10px;
    display: block;
  }
  .s-bnr--top li {
    width: 100%;
  }
  .s-bnr--top li:first-of-type {
    /* margin-bottom: 10px; */
  }
}


/* ========================================================
  Info
 ======================================================== */
.info-area {
  margin-top: -1px;
  padding: 20px 0;
  background: #040d17;
  text-align: center;
  user-select: none;
  font-size: 25px;
  font-weight: bold;
}
.info-area img.img_fod {
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .info-area img.img_fod {
    width: 90%;
  }
}


/* ========================================================
  Menu
 ======================================================== */
.l-menu {
  /* background: #fff; */
  background: rgb(82,130,206);
  background: linear-gradient(90deg, rgba(82,130,206,1) 0%, rgba(89,142,210,1) 25%, rgba(99,158,216,1) 50%, rgba(107,173,221,1) 75%, rgba(115,187,225,1) 100%);
}
.menu {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu__item a {
  display: block;
}
.menu__item:not(.is-comingsoon) a:hover {
  opacity: .9;
}
.nav-story:before,.nav-story:after,
.nav-story a:before,.nav-story a:after {
  display: none!important;
}
/* menuが2列の場合 */
.menu--2 .menu__item {
  width: 50%;
}
/* menuが4列の場合 */
.menu--4 .menu__item {
  width: 25%;
}
.menu--4.menu--sp2 .menu__item {
  width: 25%;
  height: 100px;
}
.menu--4.menu--sp2 .menu__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: contain;
  background-position: center;
  transition: .5s;
}
.menu--4.menu--sp2 .menu__item.nav-story a {
  background-image: url("../img/menu_story.png");
}
.menu--4.menu--sp2 .menu__item.nav-caststaff a {
  background-image: url("../img/menu_caststaff.png");
}
.menu--4.menu--sp2 .menu__item.nav-comment a {
  background-image: url("../img/menu_comment.png");
}
.menu--4.menu--sp2 .menu__item.nav-fod a {
  background-image: url("../img/menu_fod.png");
}
/* .menu--4.menu--sp2 .menu__item.nav-twitter a {
  background-image: url("../img/menu_twitter.png");
} */
.menu--4.menu--sp2 .menu__item a:hover {
  opacity: 0.7;
}
/* menuがテキストの場合 */
.menu--default li {
  box-sizing: border-box;
  background-color: #e95894;
}
.menu--default li.is-comingsoon {
  opacity: .4;
}
.menu--default a {
  box-sizing: border-box;
  height: 80px;
  padding-top: 20px;
  border-right: 1px solid #fff;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu--default a small {
  display: block;
  font-size: 1.3rem;
}
.menu--default a[href]:hover {
  background-color: #ef85b1;
}
.menu--4.menu--default a {
  font-size: 1.4rem;
}
.menu--4.menu--default a small {
  font-size: 1.1rem;
}
.menu--4.menu--default li:nth-child(4n) a, .menu--2.menu--default li:nth-child(2n) a {
  border-right: none;
}
.menu--2.menu--default li:nth-child(1) a, .menu--2.menu--default li:nth-child(2) a {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .menu--4.menu--sp2 .menu__item {
  /* -----------★変更★-----------*/
    width: 50%;
    border: 1px solid #fff;
    height: 72px;
  }
  .menu--4.menu--sp2 .menu__item a {
  /* -----------★変更★-----------*/
    background-size: 200px;
  }
  .menu--4.menu--sp2 .menu__item:first-child {
    border-top: 0;
    border-left: 0;
  }
  .menu--4.menu--sp2 .menu__item:nth-child(2) {
    border-top: 0;
    border-right: 0;
  }
  .menu--4.menu--sp2 .menu__item:nth-child(3) {
    border-bottom: 0;
    border-left: 0;
  }
  .menu--4.menu--sp2 .menu__item:nth-child(4) {
    border-bottom: 0;
    border-right: 0;
  }
  .menu--default a {
    font-size: 1.2rem;
    line-height: 1em;
  }
  .menu--default a small {
    display: block;
    font-size: 1rem;
  }
}


/* ========================================================
 Content
 ======================================================== */
.content {
  margin: 0 auto;
}
.content .inner {
  /* margin: -80px auto 0; */
  margin: -5% auto 0;
  padding: 0;
}
#introduction.content .inner {
  margin: 0 auto;
  padding: 60px 0 0;
}
#broadcast.content .inner {
  padding: 0 0 20px;
}
.content__title {
  margin: 0 auto;
  padding: 0;
  position: relative;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  font-size: 3.4rem;
}
.content__title img {
}
.content__body {
  margin: 30px 40px 0 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .content .inner {
    margin: -3% auto 0;
  }
  #caststaff.content {
    max-width: 82%;
  }
  #caststaff.content .inner {
    margin: -2% auto 0;
  }
  .content__title {
  /* -----------★変更★-----------*/
    font-size: 2rem;
    /* padding: 1rem 2rem; */
  }
  .content__title img {
    height: 50px;
  }
  h3 {
    /* height: 30px; */
    height: 37px;
    overflow: hidden;
  }
  h3 img {
    width: auto;
    min-width: 130%;
    display: block;
  }
  .contents_update {
  /* -----------★変更★-----------*/
    font-size: 1.2rem;
    padding: .6rem;
    top: 1rem;
    right: 1rem;
  }
  .content__body {
  /* -----------★変更★-----------*/
    margin: 2rem 1.8rem 0 1.8rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  h3 img {
    min-width: 130%;
  }
}


/* ========================================================
 linkBtn
 ======================================================== */
.linkBtn {
  text-align: center;
}
/* .linkBtn a {
  position: relative;
  display: inline-block;
  width: 320px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #ddd;
  border: 1px solid #ddd;
  transition: .5s;
}
.linkBtn a:hover {
  background: #ddd;
  color: #fff;
} */

/* ========================================================
 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-bottom: 20px;
}
.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 a {
  display: table-cell;
  height: 55px;
  /* border: 1px solid #ddd; */
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
.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; */
  background: url(../img/icon_X.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;
}

#official {
  background: none;
}
#official .official__account {
  padding: 0;
}
.official__account li.account-twitter {
  padding: 0;
}
.official__account li.account-twitter a {
  color: #00a1f9;
  font-weight: bold;
  border: 3px solid #5283d0;
  border-radius: 30px;
  background: rgba(255,255,255,0.6);
  transition: .5s;
}
.official__account li.account-twitter a:hover {
  background: rgba(255,255,255,1);
}
@media screen and (max-width: 768px) {
  .official__account {
    /* -----------★変更★-----------*/
    padding-bottom: 1rem;
  }
  .official__account ul {
    width: 100%;
  }
  .official__account li {
    /* -----------★変更★-----------*/
    /* width: 80%; */
    width: 250px;
    display: block;
    padding: 0 0 0 0;
    margin-bottom: 1rem;
  }
  .official__account li a {
    /* -----------★変更★-----------*/
    height: auto;
    display: block;
     text-align: left;
    width: 100%;
    padding: 1.5rem 2rem ;
    line-height: 1;
  }
  .official__account li.account-twitter a {
    text-align: center;
  }
  .official__account li span {
    /* -----------★変更★-----------*/
    padding-left: 4rem;
  }
  .official__account li span::before {
    /* -----------★変更★-----------*/
    width: 22px;
    height: 22px;
  }
}

/* ========================================================
 Youtube埋め込み
 ======================================================== */
 .youtubeArea {
  max-width: 820px;
  margin: 50px auto;
 }
.movie__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie__item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/* ========================================================
 wrap
 ======================================================== */
.intro_wrap,
.story_wrap,
.caststaff_wrap,
.comment_wrap,
.broadcast_wrap
{
  position: relative;
}
.content_line {
  width: 100%;
  position: relative;
  border: 0;
}


/* ========================================================
 introduction
 ======================================================== */
.intro_wrap {
  background: #326499;
  background-image: url("../img/bg_intro_02.png");
  /* background-image: url("../img/bg_intro.png"); */
}
@media screen and (max-width: 768px) {
  .intro_wrap {
    background-image: url("../img/bg_intro_sp.png");
  }
}
@media screen and (max-width: 500px) {
  #introduction.content .inner {
    padding: 40px 0 0;
  }
}


/* ========================================================
  story
======================================================== */
.story1_wrap, .story3_wrap, .story5_wrap {
  background: #8c2238;
}
.story2_wrap, .story4_wrap, .story6_wrap {
  background: #5385bc;
}
.story_content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}
.story_content img {
  /* width: 100%; */
  width: 80%;
}
.ht > p {
  color: #eaf1f9;
  text-align: left;
  display: inline;
  line-height: 1.8;
  letter-spacing: 1px;
}
.story1_wrap .ht > p, .story3_wrap .ht > p, .story5_wrap .ht > p {
  color: #5385bc;
}
.story2_wrap .ht > p, .story4_wrap .ht > p, .story6_wrap .ht > p {
  color: #8c2238;
}
.ht > p strong {
  font-size: 130%;
  margin: 20px 0;
  color: #921e36;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .story_content img {
    width: 90%;
  }
}

/* ========================================================
  comment
======================================================== */
.comment_wrap {
  background: #8c2238;
  background-image: url("../img/bg_comment.png");
}
.comment-list {
  width: 90%;
  max-width: 900px;
  margin: 30px auto 0px;
  padding-bottom: 30px;
}
.comment_con {
  margin: 0 auto 40px;
  clear: both;
  position: relative;
}
.comment_con:nth-last-child(1) {
  margin-bottom: 0px;
}
.comment_con .name {
  padding-bottom: 5px;
  color: #e8eff5;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #716186;
  position: relative;
}
.comment_con .name span {
  font-size: 0.9em;
}
.comment_con .text {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0 0;
  color: #e8eff5;
  display: flex;
  line-height: 1.8;
}
.comment_con .text > div {
  min-width: 250px;
}
.comment_con .text > div img {
  width: auto;
  max-height: 330px;
  /* height: max-content; */
  display: block;
}
.comment_con .text > div span {
  /* margin-top: 5px; */
  font-size: 60%;
  /* text-align: center; */
  display: block;
}
.comment_con .text > p {
  padding-left: 5%;
  font-size: 96%;
}
@media screen and (max-width: 768px) {
  .comment_wrap {
    background-image: url("../img/bg_comment_sp.png");
  }
  .comment-list {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .comment_con .text > div img {
    margin: 0 auto;
    max-height: none;
  }
  .comment_con .text > div img,
  .comment_con .text > div span {
    width: 70%;
  }
  .comment_con .text > div span {
    margin: 0 auto;
    text-align: left;
  }
  .comment_con .text > p {
    padding-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .comment_con:nth-last-child(1) {
    margin-bottom: 20px;
  }
  .comment_con .name {
    width: 95%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .comment_con .text {
    display: block;
  }
  .comment_con .text > div {
    min-width: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .comment_con .text > div img,
  .comment_con .text > div span {
    width: 45%;
  }
  .comment_con .text > p {
    padding-left: 0;
    font-size: 1.3rem;
  }
}


/* ========================================================
 CSAT＆STAFF
 ======================================================== */
.caststaff_wrap {
  background: #326499;
  background-image: url("../img/bg_caststaff.png");
}
.castArea {
  padding-top: 30px;
}
.cast-list {
  margin: 40px auto 60px;
}
.cast-list p {
  text-align: center;
  line-height: 2.5;
}
.cast-list p cite {
  font-size: 0.7em;
  display: inline-block;
  font-weight: 100;
}
.cast-list dl {
  display: table;
  width: 100%;
  margin: 0px auto 20px auto;
  font-size: 1.8rem;
  /* font-weight: bold; */
}
.cast-list dt {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  /* font-weight: bold; */
  color: #fff;
}
.cast-list dt span:nth-of-type(1) {
  display: inline-block;
  width: 120px;
  text-align: right;
  color: #d7ba9a;
  font-weight: bold;
}
.cast-list dt span:nth-of-type(2) {
  display: inline-block;
  padding: 0 20px;
}
.cast-list dt span:nth-of-type(3) {
  display: inline-block;
  width: 120px;
  text-align: left;
  font-weight: bold;
}
.cast-list dd {
  display: table-cell;
  width: 53%;
  text-align: left;
}
.cast-list p.cast-list__disc {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1;
}
.originalArea {
}
.original {
  /* width: 100%; */
  /* margin: 0 auto; */
  width: 60%;
  max-width: 850px;
  margin: 30px auto 60px;
  padding-left: 6%;
  text-align: center;
  display: flex;
  /* display: block; */
}
.original > div:nth-of-type(1) {
  width: 35%;
  vertical-align: top;
}
.original > div:nth-of-type(1) img {
  width: 80%;
  max-width: 170px;
}
.original > div:nth-of-type(1) p {
  width: auto;
  min-width: max-content;
  margin-top: 2px;
  font-size: .7em;
}
.original > div:nth-of-type(2) {
  /* width: 100%; */
  width: 60%;
  /* vertical-align: top; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.original_text {
  /* margin: 60px auto 0; */
}
.original_text span {
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
  display: block;
}
.original_text span:nth-of-type(2) {
  font-size: 13px;
  display: block;
  font-weight: normal;
}
.original > div:nth-of-type(2) a {
  width: 85%;
  margin: 20px auto 0;
  color: #fff;
  display: block;
  position: relative;
  max-width: 350px;
}
.original > div:nth-of-type(2) a span {
  width: 85%;
  margin: 0 auto;
  padding: 10px 5px;
  font-size: 15px;
  font-weight: bold;
  background: #921e36;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  /* position: relative; */
  top: 29%;
  left: 0;
  right: 0;
}
.original a:hover {
  opacity: 0.7;
}
.staff-list dd cite {
  font-size: 0.7em;
  display: inline-block;
  font-weight: 100;
}
.staff-list {
  width: 90%;
  max-width: 800px; 
  margin: 20px auto;
}
.staff-list dl {
  border-bottom: 1px solid #5792be;
  display: flex;
}
.staff-list dt, .staff-list dd {
  padding: 15px 0;
}
.staff-list dt {
  width: 40%;
  color: #921e36;
  font-weight: normal;
  text-align: right;
  box-sizing: border-box;
  vertical-align: text-top;
}
.staff-list dd {
  width: 60%;
  padding-left: 10%;
}
@media screen and (max-width: 1300px) {
  .original {
    width: 70%!important;
  }
  .original > div:nth-of-type(2) {
    width: 65%;
  }
}
@media screen and (max-width: 1100px) {
  .original {
    width: 80% !important;
  }
}
@media screen and (max-width: 900px) {
  .originalArea {
    margin-top: 20px;
  }
  .original {
    width: 90%!important;
    padding: 0;
    display: block;
  }
  .original > a {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .original > div:nth-of-type(1) {
    width: 100%;
    margin: 0 auto;
  }
  /* .original > div:nth-of-type(1) a {
    width: 40%;
    margin: 0 auto;
    display: block;
  } */
  .original > div:nth-of-type(1) img {
    width: 40%;
    max-width: 200px;
    margin: 0 auto;
    /* width: 100%;
    display: block; */
  }
  .original > div:nth-of-type(2) {
    width: 100%;
  }
  .original_text {
    margin: 30px auto 0;
  }
  .original > div:nth-of-type(2) a {
    width: 100%;
  }
  .original > div a img {
    width: 100%;
  }
  .original > div:nth-of-type(2) a span {
    /* width: 60%; */
    width: max-content;
    font-size: .9em;
    top: 33%;
    padding: 10px 25px;
    position: relative;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .caststaff_wrap {
    background-image: url("../img/bg_caststaff_sp.png");
  }
  .cast-staff h3, .cast-list dl {
    font-size: 1.4rem;
  }
  .cast-list {
    margin: 20px auto 60px;
  }
  /* .cast-list dt {
    display: table-cell;
    width: 44.4%;
    text-align: right;
  } */
  .cast-list p {
    font-size: 1.2rem;
  }
  .staff-list {
    width: 95%;
    margin: 20px auto 40px;
    font-size: 1.2rem;
  }
  .staff-list dt {
    width: 38%;
  }
  .staff-list dd {
    width: 60%;
    padding-left: 8%;
  }
}
@media screen and (max-width: 500px) {
  .original > div a span {
    font-size: 15px;
  }
}



/* ========================================================
 FOD
 ======================================================== */
.broadcast_wrap {
  background: #8c2238;
  background-image: url("../img/bg_broadcast.png");
}
.fod_wrap {
  width: 80%;
  max-width: 800px;
  margin: 0 auto -20px;
}
.fod_wrap a {
  width: 100%;
  padding: 0px;
  display: block;
}
.fod_wrap img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.broadcast_install {
  max-width: 500px;
  margin: 30px auto 10px;
  text-align: center;
}
.broadcast_install p {
  margin-bottom: 10px;
}
.broadcast_install div {
  display: flex;
}
.broadcast_install div a {
  margin: 0 10px;
}
.fod_wrap a:hover,
.broadcast_install div a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .broadcast_wrap {
    background: #8c2238;
    background-image: url("../img/bg_broadcast_sp.png");
  }
  .fod_wrap {
    width: 90%;
  }
  .fod_wrap img {
    width: 100%;
  }
  .broadcast_install {
    width: 90%;
    max-width: 450px;
  }
}


/* ========================================================
 フジテレビュー
 ======================================================== */
.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;
}
a.cx-fujitv-view-feed-carousel-item-link {
  color: #e2007e!important;
}
@media screen and (max-width: 768px) {
  .btn_fujitv-view a img {
    /* -----------★変更★-----------*/
    width: 60px;
  }
}


/* ========================================================
めざましmedia
======================================================== */
#view.content {
  padding: 80px 0 0;
}
/* カルーセルエリアコンテナ */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel {
  width: 88%;
}
/* カルーセルスライド */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item {
  /* padding: 16px; */
  padding: 19px;
  background-color: #34669b!important;
  height: auto;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item:nth-of-type(6) {
  visibility: hidden;
}
/* スライド内リンクエリア */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-link {
  height: 100%;
  text-decoration: none;
  color: #eaf3fa!important;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-link:hover {
  text-decoration: underline;
}
/* スライド内画像エリア */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-img {
  margin: 0;
}
/* スライド内 img */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-img img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  object-fit: contain;
}
/* スライド内日付 */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-date {
  display: inline-block;
  margin: 5px 0 0 0;
  color: #eaf3fa!important;
  font-weight: bold;
}
/* スライド内テキスト */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-text {
  margin: 5px 0;
}
/* ナビゲーション共通 */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1;
}
/* ナビゲーション 前後のスライドがない場合のprev、nextボタンの表示制御 */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi.swiper-button-disabled {
  opacity: 0;
}
/* ナビゲーション prev */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-prev {
  /* left: 18px; */
  left: 2px;
}
/* ナビゲーション next */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-next {
  /* right: 18px; */
  right: 2px;
}
/* ナビゲーション SVGアイコン */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi .icon_svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #404040;
  fill: #fff;
}
/**
* ナビゲーションをアイコン画像に変更する場合
* 以下のCSSをコメントアウトして設定可能
*/
/* .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi .icon_svg {
  display: none
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-prev {
  background-image: url("prev用アイコン画像のURL");
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-next {
  background-image: url("next用アイコン画像のURL");
} */
.btn_mezamashi-media {
  display: block;
  float: right;
  margin: 0 10px 10px 0;
}
.btn_mezamashi-media a {
  display: inline-block;
  padding: 4px 10px;
  color: #2FAEE5;
  font-size: 90%;
  font-weight: bold;
  background-color: #fff;
}
.btn_mezamashi-media a img {
  display: inline-block;
  width: 110px;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
.btn_mezamashi-media a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel {
    width: 100%;
  }
  /* 前後のスライドを薄く */
  .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item.swiper-slide-next,
  .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item.swiper-slide-prev {
    opacity: .6;
  }
  .btn_mezamashi-media a img {
    width: 80px;
  }
  #view.content {
    padding: 70px 0 0px;
  }
}
/* ========================================================
スライダー
======================================================== */
.slider {
  position: relative;
  width: 100%;
  margin: auto;
}
.slider * {
  box-sizing: border-box;
}
.slider__photo {
  width: 100%;
}
.slider__update {
  margin-top: 0.8rem;
  color: #fff;
  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;
}
/*スライド*/
.slider .swiper-slide {
  width: 268px;
  padding: 16px;
  background-color: #ffe2ee;
}
/*矢印*/
.slider .swiper-next, .slider .swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}
.slider .swiper-prev {
  background-image: url("../img/slider_prev.png");
  left: 10px;
}
.slider .swiper-next {
  background-image: url("../img/slider_next.png");
  right: 10px;
}
.slider .swiper-next.swiper-button-disabled,.slider .swiper-prev.swiper-button-disabled {
  opacity: 0;
}
@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: 35px;
    height: 35px;
  }
  .slider .swiper-slide-prev, .slider .swiper-slide-next {
    opacity: 0.6;
  }
}
/*====　↑　swiper　====*/

/* ========================================================
 Instagram
 ======================================================== */
.cx_instagram_target ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
.cx_instagram_target ul li {
  width: 33.333%;
  background: #fff;
  padding-right: 10px;
}
.cx_instagram_target ul li:nth-child(-n+3) {
  margin-bottom: 10px;
}
.img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.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;
}


/* ========================================================
  copyright
======================================================== */
.copyright {
  margin-bottom: 0;
  padding-top: 30px;
  text-align: center;
  font-size: 13px;
  position: relative;
}@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
  }
}


/* ========================================================
  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;
  }
}