
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:300';

@charset "UTF-8";
/* ────────────────────────────────────────────────────────────
  function, mixin
──────────────────────────────────────────────────────────── */
.header .header-main-area a:hover, .m-nav-small-01 a:hover, .m-nav-small-02 a:hover, .m-nav-01 a:hover, .m-btn-01 a:hover, .m-btn-02 a:hover, .p-top-notice-01 > .inner .content a:hover, .p-top-notice-01 .bnr a:hover, .p-intro-text-01 .bnr-list a:hover, .p-interview-list-01 li a:hover, .header .header-main-area .list-bnr li a:hover, .header-page a:hover, .m-article-block-01 .bnr a:hover, .m-bnr-list-01 li a:hover, .m-footer-bnr-list-01 li a:hover, .p-top-news-01 .btn-more a:hover, .p-news-list-01 a:hover, .p-story-list-01 li a:hover {
  -webkit-animation: hover-effect linear 1;
          animation: hover-effect linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  cursor: pointer; }

@-webkit-keyframes hover-effect {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }

@keyframes hover-effect {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }

/* ────────────────────────────────────────────────────────────
  EX案件固有の設定
──────────────────────────────────────────────────────────── */
.main-container > section img,
.main-container > article img {
  vertical-align: bottom; }

#btnPagetop:hover img {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.common-title {
  margin: 20px 0; }

.m-article-block-01 .ttl .inner .date, .p-cast-list-01 .profile, .p-cast-list-01 .contents, .p-cast-list-01 .text, .p-staff-list-01, .p-interview-qa-list-01 li, .p-music-area .ttl-area {
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.header .header-main-area a, .m-nav-small-01 a,.m-nav-small-02 a, .m-nav-01 a, .m-btn-01 a, .m-btn-02 a, .p-top-notice-01 > .inner .content a, .p-top-notice-01 .bnr a, .p-intro-text-01 .bnr-list a, .p-interview-list-01 li a {
  display: block; }

/* ────────────────────────────────────────────────────────────
  Basis reset - もともと適応されているスタイルを打ち消す
──────────────────────────────────────────────────────────── */
body {
  background: url(../img/bg_repeat_01.jpg) repeat-y #000;
  background-size: 100% auto; }

#container-wrapper {
  width: 1080px !important;
  margin: 0 auto; }

.main {
  margin: 0 auto !important; }

.recommended-program-list {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/* ────────────────────────────────────────────────────────────
  font
──────────────────────────────────────────────────────────── */
#header {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

.main-container {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

/* ────────────────────────────────────────────────────────────
  header
──────────────────────────────────────────────────────────── */
#header {
  margin-right: 0 !important; }

.header {
  position: relative;
  padding: 0; }

.header .header-main-area {
  position: relative;
  height: 863px;
  margin: 24px 0 -11px -8px; }

.header .header-main-area > .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header .header-main-area .header-main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 863px;
  overflow: hidden; }

.header .header-main-area .list-bnr {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%; }

.header .header-main-area .list-bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header .header-main-area .list-bnr li {
  margin-right: 20px; }

.header .header-main-area .header-aside {
  position: relative;
  margin-left: 24px 0 0 auto;
  width: 303px;
  padding-left: 40px; }

.header .header-main-area .header-aside .list-btn {
  position: absolute;
  bottom: 90px; }

.header .header-main-area .header-aside .list-btn li {
  margin-bottom: 8px; }

.header .header-main-area .header-aside .list-btn a {
  display: block; }

.header .sns-area {
  position: absolute;
  z-index: 1;
  right: -20px;
  bottom: 200px; }

.header-nav-holder-01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -3px 0 0 0;
  min-height: 74px; }

.m-sns-01 {
  position: absolute;
  right: -20px;
  top: 80px; }

.header-page {
  min-height: 240px; }

.header-page .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-page .header-wrapper > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 757px;
  margin: 22px 0 13px; }

.header-page .header-wrapper > .inner .text {
  margin-left: auto; }

.header-page .header-wrapper .sns-area {
  margin-left: auto;
  background-color: rgba(0, 191, 255, 0.7); }

.header-page a {
  display: block; }

.ly-bg-01 {
  background-color: #fff; }

/* ────────────────────────────────────────────────────────────
  ttl
──────────────────────────────────────────────────────────── */
/* ────────────────────────────────────────────────────────────
  ttl
──────────────────────────────────────────────────────────── */
.m-ttl-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dedede; }

.m-ttl-01:before {
  content: "\0020";
  display: block;
  width: 83px;
  height: 71px;
  background: url(../img/ttl_latest_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin-right: 15px; }

.m-ttl-01 .inner h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006982;
  line-height: 71px; }

.m-ttl-01 .inner h1 span {
  display: block; }

.m-ttl-01 .inner h1 span:nth-child(1) {
  margin-right: 27px;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-size: 1.875rem; }

.m-ttl-01 .inner h1 span:nth-child(2) {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.m-ttl-01 .inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006982;
  line-height: 71px; }

.m-ttl-01 .inner h2 span {
  display: block; }

.m-ttl-01 .inner h2 span:nth-child(1) {
  margin-right: 27px;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-size: 1.875rem; }

.m-ttl-01 .inner h2 span:nth-child(2) {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.m-ttl-01 .inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006982;
  line-height: 71px; }

.m-ttl-01 .inner h3 span {
  display: block; }

.m-ttl-01 .inner h3 span:nth-child(1) {
  margin-right: 27px;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-size: 1.875rem; }

.m-ttl-01 .inner h3 span:nth-child(2) {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.m-ttl-01 .inner h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006982;
  line-height: 71px; }

.m-ttl-01 .inner h4 span {
  display: block; }

.m-ttl-01 .inner h4 span:nth-child(1) {
  margin-right: 27px;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-size: 1.875rem; }

.m-ttl-01 .inner h4 span:nth-child(2) {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.m-ttl-01 .inner h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006982;
  line-height: 71px; }

.m-ttl-01 .inner h5 span {
  display: block; }

.m-ttl-01 .inner h5 span:nth-child(1) {
  margin-right: 27px;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-size: 1.875rem; }

.m-ttl-01 .inner h5 span:nth-child(2) {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.m-ttl-01 .inner h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006982;
  line-height: 71px; }

.m-ttl-01 .inner h6 span {
  display: block; }

.m-ttl-01 .inner h6 span:nth-child(1) {
  margin-right: 27px;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-size: 1.875rem; }

.m-ttl-01 .inner h6 span:nth-child(2) {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.m-ttl-01 .m-btn-01, .m-ttl-01 .m-btn-02 {
  margin: 0 62px 0 auto; }

.m-ttl-01 .m-btn-01 a, .m-ttl-01 .m-btn-02 a {
  padding: 10px 39px 5px 36px;
  font-size: 14px;
  font-size: 0.875rem; }

.m-ttl-01 .m-btn-01 a:link, .m-ttl-01 .m-btn-02 a:link, .m-ttl-01 .m-btn-01 a:visited, .m-ttl-01 .m-btn-02 a:visited, .m-ttl-01 .m-btn-01 a:focus, .m-ttl-01 .m-btn-02 a:focus, .m-ttl-01 .m-btn-01 a:hover, .m-ttl-01 .m-btn-02 a:hover, .m-ttl-01 .m-btn-01 a:active, .m-ttl-01 .m-btn-02 a:active {
  text-decoration: none; }

.m-ttl-01 .m-btn-01 a:after, .m-ttl-01 .m-btn-02 a:after {
  right: 20px;
  margin-top: -6px;
  width: 10px;
  height: 10px; }

.m-ttl-01.is-next:before {
  width: 83px;
  height: 71px;
  background: url(../img/ttl_next_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-01.is-news:before {
  width: 83px;
  height: 71px;
  background: url(../img/ttl_news_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-01.is-twitter:before {
  width: 83px;
  height: 71px;
  background: url(../img/ttl_twitter_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-01.is-intro:before {
  width: 83px;
  height: 71px;
  background: url(../img/ttl_intro_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-01.is-story:before {
  width: 83px;
  height: 71px;
  background: url(../img/ttl_story_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-01.is-backnumber:before {
  width: 83px;
  height: 71px;
  background: url(../img/ttl_backnumber_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-01.is-cast:before {
  width: 83px;
  height: 71px;
  background: url(../img/ttl_cast_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-01.is-staff:before {
  width: 83px;
  height: 71px;
  background: url(../img/ttl_staff_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-01.is-music:before {
  width: 83px;
  height: 71px;
  background: url(../img/ttl_music_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-01.is-interview:before {
  width: 83px;
  height: 71px;
  background: url(../img/ttl_interview_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-01.is-interview-list:before {
  width: 83px;
  height: 71px;
  background: url(../img/ttl_interview_list_ico_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-03, .m-article-block-01 .ttl {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25; }

/* ────────────────────────────────────────────────────────────
  nav
──────────────────────────────────────────────────────────── */
.m-nav-small-01 {
  width: 730px;
  min-height: 74px;
   float: left;
 }

.m-nav-small-01 ul {
  width: 100%;
  background-color: #006982;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.m-nav-small-01 ul:after {
  clear: both;
  content: "";
  display: table; }

.m-nav-small-01 ul li {
  float: left;
  width: 50%;
  box-sizing: border-box; }

.m-nav-small-01 ul li:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.5); }

.m-nav-small-01 ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 74px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.22222;
  border-radius: 10px; }

.m-nav-small-01 ul li a:link, .m-nav-small-01 ul li a:visited, .m-nav-small-01 ul li a:focus, .m-nav-small-01 ul li a:hover, .m-nav-small-01 ul li a:active {
  color: #ffffff; }

.m-nav-small-01 ul li a:link, .m-nav-small-01 ul li a:visited, .m-nav-small-01 ul li a:focus, .m-nav-small-01 ul li a:hover, .m-nav-small-01 ul li a:active {
  text-decoration: none; }

.m-nav-small-01 ul li a span {
  display: block;
  width: 100%;
  margin-left: 34px; }

.m-nav-small-01 ul li a:after {
  content: "\0020";
  display: block;
  position: absolute;
  right: 0;
  top: 33px;
  width: 8px;
  height: 8px;
  margin: 0 14px 0 13px;
  border: 2px solid white;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.m-nav-01 {
  width: 100%;
  height: 96px;
  background-color: #fff100; }

.m-nav-01 > .inner {
  position: relative; }

.m-nav-01 > .inner:after {
  content: "\0020";
  display: block;
  position: absolute;
  bottom: -17px;
  height: 17px;
  width: 100%;
  background: url(../img/img_nav_shadow_01.png) repeat-x;
  background-repeat: repeat-x;
  background-size: 100% 17px;
  border-top: 1px solid #cccccc; }

.m-nav-01 ul {
  width: 100%; }

.m-nav-01 li {
  width: 216px;
  float: left; }

.m-nav-01 li a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem; }

.m-nav-01 li a:link, .m-nav-01 li a:visited, .m-nav-01 li a:focus, .m-nav-01 li a:hover, .m-nav-01 li a:active {
  color: #006982; }

.m-nav-01 li a:link, .m-nav-01 li a:visited, .m-nav-01 li a:focus, .m-nav-01 li a:hover, .m-nav-01 li a:active {
  text-decoration: none; }

.m-nav-01 li a.active {
  background-color: #dedede; }

.m-nav-01 li a span {
  display: block; }

.m-nav-01 li a span:nth-child(1) {
  padding: 24px 0 1px;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Helvetica-Light", "Helvetica Light", "Roboto", sans-serif;
  letter-spacing: -0.005em; }

.m-nav-01 li a span:nth-child(2) {
  padding-bottom: 16px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: -0.025em;
  font-weight: bold; }

.m-nav-01 li a:after {
  content: "\0020";
  display: block;
  position: absolute;
  top: 29px;
  right: 17px;
  width: 16px;
  height: 16px;
  border: 2px solid #006982;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.m-nav-small-02 {
    float: right;
    background-color: #f0027f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 0 0px 20px;
    height: 60px;
    width: 320px;
}
.m-nav-small-02:after {
  clear: both;
  content: "";
  display: table; }


.m-nav-small-02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.22222;
  border-radius: 10px; }

.m-nav-small-02 a:link, .m-nav-small-02 a:visited, .m-nav-small-02 a:focus, .m-nav-small-02 a:hover, .m-nav-small-02 a:active {
  color: #ffffff; }

.m-nav-small-02 a:link, .m-nav-small-02 a:visited, .m-nav-small-02 a:focus, .m-nav-small-02 a:hover, .m-nav-small-02 a:active {
  text-decoration: none; }

.m-nav-small-02 a span {
  display: block;
  width: 100%;
  margin-left: 34px; }

.m-nav-small-02 a:after {
  content: "\0020";
  display: block;
  position: absolute;
  right: 0;
  top: 24px;
  width: 8px;
  height: 8px;
  margin: 0 14px 0 13px;
  border: 2px solid white;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

/* ────────────────────────────────────────────────────────────
  btn
──────────────────────────────────────────────────────────── */
.m-btn-01, .m-btn-02 {
  margin: 20px auto;
  display: table; }

.m-btn-01 a, .m-btn-02 a {
  position: relative;
  display: block;
  padding: 10px;
  background-color: #006982;
  text-align: center;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
  letter-spacing: 0.1em; }

.m-btn-01 a:link, .m-btn-02 a:link, .m-btn-01 a:visited, .m-btn-02 a:visited, .m-btn-01 a:focus, .m-btn-02 a:focus, .m-btn-01 a:hover, .m-btn-02 a:hover, .m-btn-01 a:active, .m-btn-02 a:active {
  color: #ffffff; }

.m-btn-01 a:link, .m-btn-02 a:link, .m-btn-01 a:visited, .m-btn-02 a:visited, .m-btn-01 a:focus, .m-btn-02 a:focus, .m-btn-01 a:hover, .m-btn-02 a:hover, .m-btn-01 a:active, .m-btn-02 a:active {
  text-decoration: none; }

.m-btn-01 a:after, .m-btn-02 a:after {
  content: "\0020";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 16px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border: 1px solid white;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.m-btn-02 a {
  padding: 10px 39px 5px 36px;
  font-size: 14px;
  font-size: 0.875rem; }

.m-btn-02 a:link, .m-btn-02 a:visited, .m-btn-02 a:focus, .m-btn-02 a:hover, .m-btn-02 a:active {
  text-decoration: none; }

.m-btn-02 a:after {
  right: 20px;
  margin-top: -6px;
  width: 10px;
  height: 10px; }

/* ────────────────────────────────────────────────────────────
  others
──────────────────────────────────────────────────────────── */
.m-article-block-01 {
  padding: 35px 64px 48px; }

.m-article-block-01 .ttl {
  margin-bottom: 24px; }

.m-article-block-01 .m-bnr-list-01 {
  margin: 16px auto 20px;
}

.m-article-block-01 .ttl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.m-article-block-01 .ttl .inner .date {
  margin-left: 16px;
  margin-left: 1rem; }

.m-article-block-01 > .date {
  margin: 16px 0;
  background: #efefef;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: bold; }

.m-article-block-01 .movie {
  width: 600px;
  margin: 0 auto; }

.m-article-block-01 .image {
  width: 640px;
  margin: 0 auto; }

.m-article-block-01 .image img {
  width: 640px;
  height: auto; }

.m-article-block-01 .bnr {
  margin: 16px 0 20px;
  text-align: center; }

.m-article-block-01 .bnr a {
  display: block; }

.m-article-content-01 p {
  margin-bottom: 24px;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem; }

.m-article-content-01 .news-midasi {
  margin: 0 0 10px;
  font-weight: bold;
  border-bottom: 1px solid #333; }

.m-twitter-01 {
  padding: 20px 40px;
  height: 272px;
  overflow-y: scroll; }

.m-bnr-list-01 {
    padding: 0px 0 60px;
    clear: both;
 }

.m-bnr-list-01 ul {
  float:left;
left: 50%;
position:relative;
 }
.m-bnr-list-01 ul li {
float:left;
left:-50%;
position:relative;
    margin-right: 5px;
 }

.m-bnr-list-01 ul li > a{
  display: block;
}

.m-footer-bnr-list-01 {
  padding: 30px 68px;
  background-color: #fff; }

.m-footer-bnr-list-01 .site-bnr {
  padding-bottom: 0; }

.m-footer-bnr-list-01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.m-footer-bnr-list-01 li {
  width: 33.3333%; }

.m-footer-bnr-list-01 li a {
  display: block; }

.m-footer-bnr-list-01 li a:link, .m-footer-bnr-list-01 li a:visited, .m-footer-bnr-list-01 li a:focus, .m-footer-bnr-list-01 li a:hover, .m-footer-bnr-list-01 li a:active {
  border: 0; }

.m-copyright-01 {
  margin: 40px 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center; }

.m-article-content-01 .image {
  width: 50%;
  margin: 20px auto 30px; }

.m-vote-area-01 {
  background: url(../img/bg_tw_01.png) repeat-x;
  background-size: auto 100%;
  padding: 15px;
  box-sizing: border-box; }

.m-vote-area-01 > .inner {
  padding-bottom: 28px;
  background-color: #fff; }

.m-vote-area-01 .ttl {
  overflow: hidden; }

.m-vote-area-01 .follow-area {
  margin: -18px 0 44px;
  text-align: center; }

.m-vote-area-01 .follow-area .follow-text {
  margin: 0 54px 0 66px; }

.m-vote-area-01 .follow-area .btn {
  padding: 30px 0 0; }

.m-vote-area-01 .follow-area .btn a {
  display: block; }

.m-vote-area-01 .vote-area {
  margin: 0 40px 10px;
      text-align: center; }

.m-vote-area-01 .vote-area .num {
  margin: 10px 0 47px;
  color: #005874;
  font-size: 60px;
  font-size: 3.75rem;
  text-align: center;
  line-height: 60px; }

.m-vote-area-01 .vote-area .num-ttl {
  display: block;
  font-size: 0.6em; }

.m-vote-area-01 .vote-area .num-caption {
  display: block;
  font-size: 0.4em; }

.m-vote-area-01 .vote-area .text {
  margin: 0 9px; }

.m-vote-area-01 .vote-area .vote-caption {
    padding: 20px 8px 10px;
    line-height: 2em;
    font-size: 0.8em;
    text-align: left;
   }

.m-vote-area-01 .vote-area .list {
  margin: 47px 5px 10px; }

.m-vote-area-01 .vote-area .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.m-vote-area-01 .vote-area .list li {
  position: relative;
  width: 217px;
  padding-bottom: 48px;}

.m-vote-area-01 .vote-area .list li .image {
  overflow: hidden;
  width: 217px;
  height: 217px; }

.m-vote-area-01 .vote-area .list li .btn {
  position: absolute;
  width: 217px;
  height: 36px;
  right: 0;
  bottom: 0;
  left: 0; }

.m-vote-area-01 .twitter-result-text {
  margin: 0 55px 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold; }

.m-vote-area-01 .vote-area .twitter-answer-text {
      margin: 90px 0 0;
}
.m-vote-area-01 .vote-area .kiyaku {
    font-size: 1rem;
    margin: 15px 0;
}


.m-vote-area-01 .vote-area .twitter-answer-text .text01 {
      margin: 10px 0 30px;
    color: #da325e;
    /* font-size: 60px; */
    font-size: 2rem;
    font-weight: bold; }

.m-vote-area-01 .vote-area .twitter-answer-text .text02 {
      margin: 10px 0 30px;
    font-size: 1rem;}

.m-vote-area-01 .vote-area .twitter-answer-text .text03 {
      margin: 70px 0 30px;
    color: #da325e;
    font-size: 1.5rem;
    font-weight: bold; }

/* ────────────────────────────────────────────────────────────
  top
──────────────────────────────────────────────────────────── */
.p-top-sns-01 {
  margin-top: 20px; }

.p-top-sns-01 .sns {
  padding: 0; }

.p-top-notice-01 {
  width: 957px;
  margin: 0 auto;
      padding-bottom: 30px;
  background-color: #fff; }

.p-top-notice-01 > .inner {
      margin-top: 30px;
 }

 .p-top-notice-01 > .inner + .inner {
  /* padding-top: 60px; */
  border-top: 1px solid #cccccc;
 }

.p-top-notice-01 > .inner .image {
  width: 400px;
  margin: 0 44px 20px 0;
  float: left; }

.p-top-notice-01 > .inner .movie {
  width: 543px;
  margin: 0 44px 20px 0;
  float: left; }
.p-top-notice-01 > .inner .content {
  margin: 0 0 20px;

 }
.p-top-notice-01 > .spinoff .image {
  width: 400px;
  margin: 0 44px 20px 0;
  float: left; }

.p-top-notice-01 > .spinoff .movie {
  width: 543px;
  margin: 0 44px 20px 0;
  float: left; }
.p-top-notice-01 > .spinoff .content {
  margin: 0 0 20px;

 }
.p-top-notice-01 > .inner .content > a:link, .p-top-notice-01 > .inner .content > a:visited, .p-top-notice-01 > .inner .content > a:focus, .p-top-notice-01 > .inner .content > a:hover, .p-top-notice-01 > .inner .content > a:active {
  color: #000000; }

.p-top-notice-01 > .inner .content > a:link, .p-top-notice-01 > .inner .content > a:visited, .p-top-notice-01 > .inner .content > a:focus, .p-top-notice-01 > .inner .content > a:hover, .p-top-notice-01 > .inner .content > a:active {
  text-decoration: none; }

.p-top-notice-01 > .inner .content .ttl {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold; }

.p-top-notice-01 > .inner .content .ttl time {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem; }

.p-top-notice-01 > .inner .content .text {
  line-height: 1.875;font-size: 1rem; }

.p-top-notice-01 .m-btn-01 a, .p-top-notice-01 .m-btn-02 a {
  width: 152px;
  margin: 20px auto; }

.p-top-notice-01 .bnr {
  padding-bottom: 20px; }

.p-top-news-01 {
    margin-bottom: 20px; }

.p-top-news-01 .ttl {
  margin: 16px 0 29px;
  color: #ffffff; }

.p-top-news-01 .ttl h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.p-top-news-01 .ttl h1 span {
  display: block; }

.p-top-news-01 .ttl h1 span:nth-child(1) {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "Helvetica-Light", "Helvetica Light", "Roboto", sans-serif;
  letter-spacing: -0.005em; }

.p-top-news-01 .ttl h1 span:nth-child(2) {
  margin-left: auto;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em; }

.p-top-news-01 .ttl h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.p-top-news-01 .ttl h2 span {
  display: block; }

.p-top-news-01 .ttl h2 span:nth-child(1) {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "Helvetica-Light", "Helvetica Light", "Roboto", sans-serif;
  letter-spacing: -0.005em; }

.p-top-news-01 .ttl h2 span:nth-child(2) {
  margin-left: auto;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em; }

.p-top-news-01 .ttl h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.p-top-news-01 .ttl h3 span {
  display: block; }

.p-top-news-01 .ttl h3 span:nth-child(1) {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "Helvetica-Light", "Helvetica Light", "Roboto", sans-serif;
  letter-spacing: -0.005em; }

.p-top-news-01 .ttl h3 span:nth-child(2) {
  margin-left: auto;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em; }

.p-top-news-01 .ttl h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.p-top-news-01 .ttl h4 span {
  display: block; }

.p-top-news-01 .ttl h4 span:nth-child(1) {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "Helvetica-Light", "Helvetica Light", "Roboto", sans-serif;
  letter-spacing: -0.005em; }

.p-top-news-01 .ttl h4 span:nth-child(2) {
  margin-left: auto;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em; }

.p-top-news-01 .ttl h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.p-top-news-01 .ttl h5 span {
  display: block; }

.p-top-news-01 .ttl h5 span:nth-child(1) {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "Helvetica-Light", "Helvetica Light", "Roboto", sans-serif;
  letter-spacing: -0.005em; }

.p-top-news-01 .ttl h5 span:nth-child(2) {
  margin-left: auto;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em; }

.p-top-news-01 .ttl h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.p-top-news-01 .ttl h6 span {
  display: block; }

.p-top-news-01 .ttl h6 span:nth-child(1) {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "Helvetica-Light", "Helvetica Light", "Roboto", sans-serif;
  letter-spacing: -0.005em; }

.p-top-news-01 .ttl h6 span:nth-child(2) {
  margin-left: auto;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em; }

.p-top-news-01 .list {
  font-size: 13px;
  font-size: 0.8rem;
  line-height: 20px;
  height: 500px;
  /*max-height: 580px;*/
    overflow-y: scroll;
    padding-right: 20px; }

.p-top-news-01 .list li a {
  display: block; }

.p-top-news-01 .list li a:link, .p-top-news-01 .list li a:visited, .p-top-news-01 .list li a:focus, .p-top-news-01 .list li a:hover, .p-top-news-01 .list li a:active {
  color: #ffffff; }

.p-top-news-01 .list li a:link, .p-top-news-01 .list li a:visited, .p-top-news-01 .list li a:focus, .p-top-news-01 .list li a:hover, .p-top-news-01 .list li a:active {
  text-decoration: none; }

.p-top-news-01 .list li time {
  display: block;
  background-color: #fff100;
  padding: 0 12px;
  border-radius: 20px;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.34286;
  letter-spacing: 0.2em;
  text-align: center; }

.p-top-news-01 .list li .text {
  margin: 15px 5px 20px; }

.p-top-news-01 .btn-more a {
  display: block;
  margin: 20px 0;
  padding: 10px;
  background-color: rgba(238, 238, 238, 0.7);
  text-align: center; }

.p-top-tw-bnr {
  border-top: 1px solid #cccccc; }

.p-top-tw-bnr ul {
  margin: 20px 40px; }

/* ────────────────────────────────────────────────────────────
  news
──────────────────────────────────────────────────────────── */
.p-news-date-01 {
  margin: 10px 0;
  text-align: right;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem; }

.p-news-list-01 {
  padding: 21px 72px;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.p-news-list-01 a {
  display: block; }

.p-news-list-01 a:link, .p-news-list-01 a:visited, .p-news-list-01 a:focus, .p-news-list-01 a:hover, .p-news-list-01 a:active {
  color: #000000; }

.p-news-list-01 a:link, .p-news-list-01 a:visited, .p-news-list-01 a:focus, .p-news-list-01 a:hover, .p-news-list-01 a:active {
  text-decoration: none; }

.p-news-list-01 li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }

.p-news-list-01 li time {
  display: block;
  margin: 0 0 8px; }

/* ────────────────────────────────────────────────────────────
  intro
──────────────────────────────────────────────────────────── */
.p-intro-text-01 {
  padding: 40px 68px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875; }

.p-intro-text-01 .ttl {
  margin: 0 0 20px;
  text-align: center;
  line-height: 1.84615;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold; }

.p-intro-text-01 p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.p-intro-text-01 .bnr-list {
  margin-top: 40px; }

.p-intro-text-01 .bnr-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.p-intro-text-01 .bnr-list li {
  margin: 0 10px; }

/* ────────────────────────────────────────────────────────────
  story
──────────────────────────────────────────────────────────── */
.p-story-article-block-spinoff {
  border-top: 1px solid #cccccc;

}

.p-story-article-block-spinoff .spinoff-ttl{
  margin-bottom: 20px;
  text-align: center;
}

.p-story-article-contents .m-article-block-01 {
  margin: 0 64px 0;
  padding: 40px 0 40px;

}


.p-story-staff-01 {
  margin: 30px 0 0;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem; }

.p-story-staff-01:after {
  clear: both;
  content: "";
  display: table; }

.p-story-staff-01 dt,
.p-story-staff-01 dd {
  float: left; }

.p-story-staff-01 dt {
  clear: both;
  margin-right: 27.2px;
  margin-right: 1.7rem; }

.p-story-list-01 {
  padding: 21px 60px 30px; }

.p-story-list-01 ul {
  margin-right: -20px; }

.p-story-list-01 ul:after {
  clear: both;
  content: "";
  display: table; }

.p-story-list-01 li {
  float: left;
  width: 225px;
  margin: 0 19px 19px 0;
  box-sizing: border-box; }

.p-story-list-01 li a {
  position: relative;
  display: block;
  background-color: #006982;
  padding-top: 4px;
}

.p-story-list-01 li a:link, .p-story-list-01 li a:visited, .p-story-list-01 li a:focus, .p-story-list-01 li a:hover, .p-story-list-01 li a:active {
  color: #ffffff; }

.p-story-list-01 li a:link, .p-story-list-01 li a:visited, .p-story-list-01 li a:focus, .p-story-list-01 li a:hover, .p-story-list-01 li a:active {
  text-decoration: none; }

.p-story-list-01 li .image {
  width: 215px;
  height: 112px;
  margin: 0 auto;
  background-position: center center;
  -webkit-background-size: 100% auto;
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;

}

.p-story-list-01 li .ttl {
  display: block;
  padding: 4px 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875; }

/* ────────────────────────────────────────────────────────────
  CAST
──────────────────────────────────────────────────────────── */
#cast .ly-contents-wrapper,
#music .ly-contents-wrapper {
  background: url(../img/bg_cast_repeat_01.jpg) repeat-y;
  background-size: 100% auto; }

#cast .m-footer-bnr-list-01,
#music .m-footer-bnr-list-01 {
  background: transparent; }

.p-cast-map-01 {
  position: relative;
  width: 1058px;
  height: 718px;
  margin: 20px 0 0 22px;
  background: url(../img/img_castmap_01.png) no-repeat;
  background-size: 100% auto; }

.p-cast-map-01 a {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 5%;
  height: 0;
  padding-bottom: 10%; }

.p-cast-map-01 a.cast01 {
  margin: 6% 0 0 39%;
  width: 25%;
  padding-bottom: 32.3%; }

.p-cast-map-01 a.cast02 {
  margin: 6% 0 0 8%;
  width: 20%;
  padding-bottom: 29%; }

.p-cast-map-01 a.cast03 {
  margin: 6% 0 0 75.7%;
  width: 20%;
  padding-bottom: 29%; }

.p-cast-map-01 a.cast04 {
  margin: 40% 0 0 31%;
  width: 17%;
  padding-bottom: 24.3%; }

.p-cast-map-01 a.cast05 {
  margin: 40% 0 0 53%;
  width: 17%;
  padding-bottom: 24.3%; }

.p-cast-map-01 a.cast06 {
  margin: 40% 0 0 10%;
  width: 17%;
  padding-bottom: 24.3%; }

.p-cast-map-01 a.cast07 {
  margin: 40% 0 0 74%;
  width: 17%;
  padding-bottom: 24.3%; }

.p-cast-list-01 {
  margin-top: 14px;
  padding: 20px 74px 30px; }

.p-cast-list-01 li {
  margin: 0 0 38px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  background: transparent url(../img/bg_cast_accent_01.png) right 18% no-repeat; }

.p-cast-list-01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px; }

.p-cast-list-01 .inner .image {
  position: relative;
  display: block;
  width: 260px;
  height: 289px;
  margin-right: 29px; }

.p-cast-list-01 .inner .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.p-cast-list-01 .name-holder {
  margin: 4px 0 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.91667; }

.p-cast-list-01 .name-holder span {
  font-size: 30px;
  font-size: 1.875rem; }

.p-cast-list-01 .name-holder span span {
  font-size: 16px;
  font-size: 1rem; }

.p-cast-list-01 .profile {
  margin-top: 28px;
  font-weight: bold; }

.p-cast-list-01 .profile:after {
  clear: both;
  content: "";
  display: table; }

.p-cast-list-01 .profile dt {
  float: left;
  box-sizing: border-box;
  background-color: #000;
  border-radius: 50px;
  margin: 0 12px 25px 0;
  width: 108px;
  color: #ffffff;
  text-align: center; }

.p-cast-list-01 .profile dd {
  padding: 0; }

.p-cast-list-01 .profile dd:after {
  clear: both;
  content: "";
  display: table; }

.p-cast-list-01 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.p-cast-list-01 .contents .column {
  width: 454px; }

.p-cast-list-01 .contents .column.is-food {
  margin-left: auto; }

.p-cast-list-01 .ttl {
  padding: 0 10px;
  background-color: #006982;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8; }

.p-cast-list-01 .text {
  margin: 11px 11px 10px; }

.p-cast-list-01 .text + .ttl {
  margin-top: 26px; }

/* ────────────────────────────────────────────────────────────
  staff
──────────────────────────────────────────────────────────── */
.p-staff-list-01 {
  padding: 44px 72px;
  font-weight: bold; }

.p-staff-list-01 dt {
  color: #006982; }

.p-staff-list-01 dd {
  margin-bottom: 30.4px;
  margin-bottom: 1.9rem; }

/* ────────────────────────────────────────────────────────────
  interview
──────────────────────────────────────────────────────────── */
.p-interview-contents-01 {
  background: url(../img/bg_interview_01.jpg) no-repeat;
  background-size: 101% auto;
  background-position: 0 -20px;
  padding: 20px 58px 41px; }

.p-interview-contents-01 .main-img {
  margin-bottom: 10px;
  text-align: center; }

.p-interview-contents-01 .ttl {
  margin-bottom: 52px;
  text-align: center; }


.p-interview-contents-01 .main-img .caption {
  margin-top: 7px; }

.p-interview-qa-list-01 li {
  margin-bottom: 72px; }

.p-interview-qa-list-01 li:after {
  clear: both;
  content: "";
  display: table; }

.p-interview-qa-list-01 li:last-child {
  margin-bottom: 0; }

.p-interview-qa-list-01 li .contents {
  font-weight: normal;
  width: 637px;
  margin-top: -21px; }

.p-interview-qa-list-01 li .contents .question {
  position: relative;
  display: table-row;
  font-weight: bold;
  color: #006982;
  font-size: 16px;
  font-size: 1rem; }

.p-interview-qa-list-01 li .contents .question span {
  position: relative;
  display: table-cell;
  vertical-align: middle; }

.p-interview-qa-list-01 li .contents .question span:nth-child(1) {
  font-family: "HelveticaNeue", "Roboto Condensed", sans-serif;
  left: -4px;
  line-height: 1.7;
  font-size: 40px;
  font-size: 2.5rem; }

.p-interview-qa-list-01 li .contents .question span:nth-child(2) {
  padding: 20px 10px 13px; }

.p-interview-qa-list-01 li .contents .question.is-multiple span {
  vertical-align: top; }

.p-interview-qa-list-01 li .contents .question.is-multiple span:nth-child(1) {
  padding-top: 3px; }

.p-interview-qa-list-01 li .contents .text {
  border-top: 1px solid #cccccc;
  padding-top: 15px; }

.p-interview-qa-list-01 li:nth-child(2n) .image {
  float: right; }

.p-interview-qa-list-01 li:nth-child(2n) .contents {
  float: left; }

.p-interview-qa-list-01 li:nth-child(2n+1) .image {
  float: left; }

.p-interview-qa-list-01 li:nth-child(2n+1) .contents {
  float: right; }

.p-interview-list-01 ul {
  text-align: center;
  width: 945px;
  margin: 0 auto;
  padding: 33px 0; }

.p-interview-list-01 ul:after {
  clear: both;
  content: "";
  display: table; }

.p-interview-list-01 li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 135px; }

.p-interview-list-01 li a {
  box-sizing: border-box;
  background-color: #006982;
  border-right: 1px solid #ffffff; }

.p-interview-list-01 li a:link, .p-interview-list-01 li a:visited, .p-interview-list-01 li a:focus, .p-interview-list-01 li a:hover, .p-interview-list-01 li a:active {
  color: #ffffff; }

.p-interview-list-01 li a:link, .p-interview-list-01 li a:visited, .p-interview-list-01 li a:focus, .p-interview-list-01 li a:hover, .p-interview-list-01 li a:active {
  text-decoration: none; }

.p-interview-list-01 li a .image {
  overflow: hidden; }

.p-interview-list-01 li .ttl {
  box-sizing: border-box;
  height: 51px;
  padding-top: 2px;
  letter-spacing: 0.12em;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66667; }

.p-interview-list-01 li.is-yet:before {
  content: "\0020";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.p-interview-list-01 li.is-yet:after {
  content: "COMING\ASOON";
  white-space: pre;
  color: #fff100;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66667;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 98px;
  letter-spacing: 0.21em; }

/* ────────────────────────────────────────────────────────────
  music
──────────────────────────────────────────────────────────── */
#music .ly-contents-wrapper {
  background: url(../img/bg_cast_repeat_01.jpg) repeat-y;
  background-size: 100% auto; }

.p-music-area {
  padding: 15px 72px; }

.p-music-area .ttl-area {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #cccccc; }

.p-music-area .ttl-area .ttl {
  margin: 10px 0 2px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold; }

.p-music-area .contents {
  margin-bottom: 20px; }

.p-music-area .contents:before {
  content: "\0020";
  display: block;
  width: 712px;
  height: 1545px;
  background: url(../img/bg_music_01.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }


.spinoff {
  border-top: 1px solid #ccc;
  background: url(../img/bnr_spinoff_03.png) center 20px no-repeat;
  padding-top: 100px;
    clear: both;
}

/*.m-btn-01 {
margin: 0 !important;
display: table;
position: relative;
left: 580px;
  }
*/
hr.line01 {
    background-color: #8c8c8c;
    border: none;
    height: 1px;
        margin: 10px 0;
}





/* --------------------
  add 161108
  instagram
-------------------- */

/* loading */
.loader {
  font-size: 10px;
  margin: auto;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #efefef;
  background: -moz-linear-gradient(left, #efefef 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #efefef 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #efefef 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #efefef 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #efefef 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ececec;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* insta area */
.js-instagram {
  min-height: 360px;
  position: relative;
  padding-top: 27px;
}


/* タイトルアイコン */
.m-ttl-01.is-instagram:before {
  background: url(../img/ttl_instagram_ico_01.png) no-repeat;
}


/* inner */
.insta-lists li .image {}
.insta-lists li .date {
  padding: 0 2px;
}
.insta-lists li .date p {
  font-size: 12px;
  letter-spacing: .5px;
}


/* img */
.insta-lists li .image {
  overflow: hidden;
}
.insta-lists li img {
  vertical-align: bottom;
}


/* link hover時のアニメーション */
.insta-lists li a {
  display: block;
  transition: all 0.2s;
}
.insta-lists li a:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}


/* add 1110 */
.js-instagram {
  min-height: 335px;
  padding: 20px 40px;
}

.scroll-area {
  opacity: 0;
  /*height: 375px;*/
  width: 1020px;
  height: 335px;
  overflow-y: scroll;
}

.insta-lists {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
}

.insta-lists li {
  width: 150px;
}
.insta-lists li:not(:nth-child(6n+1)) {
  margin-left: 20px;
}
.insta-lists li:not(:nth-child(-n+6)) {
  margin-top: 20px;
}


/* IE10〜 */
@media all and (-ms-high-contrast:none) {
/*
  .insta-lists li:not(:nth-child(6n+1)) {
    margin-left: 16px;
  }
*/
/*
  .insta-lists li .date p {
    letter-spacing: 0;
  }
*/
}

