@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:wght@700&family=M+PLUS+1p:wght@500&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; /*	outline: 0;*/
  overflow-wrap: break-word;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
a {
  -webkit-tap-highlight-color: transparent;
}
strong {
  font-weight: bold;
}
ol, ul {
  list-style: none;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a:focus {
  /*\*/
  overflow: hidden; /**/
}
option {
  padding-right: 10px;
}
a {
  outline: none;
  color: #0297dc;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: underline;
}
a:hover img, a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
a:focus {
  outline: none;
}
fieldset, img {
  border: 0;
}
.guard {
  pointer-events: none;
  cursor: default;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}
/* Chromeで画像がぼやける現象を回避 */
img {
  -webkit-backface-visibility: hidden;
}
.loadingWrap {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
/* ラインの最初の色のスタイル */
#line {
  height: 1px;
  width: 100%;
  margin: auto;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* ラインのアニメーション時の色と動き */
.fullwidth .expand {
  height: 1px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  -moz-animation: fullexpand 2s ease-out;
  -webkit-animation: fullexpand 2s ease-out;
}
/* キーフレームを使った横幅100%のローディングの始まりと終わりの変化 */
@-moz-keyframes fullexpand {
  0% {
    width: 10%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fullexpand {
  0% {
    width: 10%;
  }
  100% {
    width: 100%;
  }
}
/* ------------------------------
	コンテンツ
------------------------------ */
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
  display: block;
}
html, body {
  width: 100%;
  height: 100%;
  background: #000;
}
body {
  font-size: 16px;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.02em;
}
a {
  text-decoration: none;
}
hr {
  display: block;
  height: 0;
  border: 0;
  border-top: none;
  margin: 3rem 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
p {
  margin-bottom: 20px;
}
#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
/*　スライダー -----------------------------------------　*/
.slider_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
  margin: 60px auto 0;
  overflow: hidden;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider div {
  transition: none;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
}
.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.slick-dots li {
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  content: '';
  text-align: center;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots .slick-active, .slick-dots li:hover {
  opacity: .5;
}
.news-list.list {
  margin: 40px auto;
}
/*　吹き出し -----------------------------------------　*/
.line-bc {
  max-width: 960px;
  margin: 0 auto;
}
.line-bc.abema {
  max-width: 800px;
  position: relative;
}
/*以下、左側のコメント*/
.balloon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.balloon.linkbox {
  margin-bottom: 0;
}
.balloon:hover {
  text-decoration: none;
}
.balloon .faceicon {
  float: left;
  width: 55%;
}
.wadai .balloon:nth-child(2n) .faceicon {
  margin-left: 45%;
}
.balloon .faceicon img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 5px solid #fff;
  box-sizing: border-box;
}
.balloon .tvicon {
  float: left;
  width: 30%;
  max-width: 80px;
}
.balloon .tvicon svg {
  max-width: 100%;
  width: 80px;
  height: 80px;
}
.abema .balloon .chatting, .balloon .chatting {
  width: 100%;
  text-align: left;
}
.abema .balloon .chatting {
  padding-left: 80px;
  box-sizing: border-box;
}
.says, .says-r {
  display: block;
  position: relative;
  padding: 15px;
  border-radius: 12px;
  background: #fff;
  color: #000;
  margin-left: 30px;
  font-size: 1.4em;
}
.says-r, .line-bc.wadai .balloon:nth-child(2n) .says {
  margin-left: 0;
  margin-right: 30px;
}
.balloon .chatting {
  position: absolute;
  width: 45%;
}
.line-bc.wadai .balloon:nth-child(odd) .chatting {
  left: 55%;
}
.says:after, .says-r:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20%;
  border: 12px solid transparent;
}
.says:after {
  left: -24px;
  border-right: 12px solid #fff;
}
.says-r:after, .line-bc.wadai .balloon:nth-child(2n) .says:after {
  right: -12px;
  border-left: 12px solid #fff;
  border-right: none;
  left: auto;
}
.linktxt {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 0;
  margin-left: 30px;
}
.says p, .says-r p, .linktxt p {
  margin: 0;
  padding: 0;
}
/*　インタビュー一覧 -----------------------------------------　*/
.detail .feature-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.detail .feature-box .link {
  overflow: hidden;
  padding: 30px 0;
  margin: 0 auto;
  border: 5px solid #fff;
  color: #fff;
  display: block;
}
.detail .feature-box .link:hover {
  text-decoration: none;
}
.detail .feature-box .link::before {
  position: absolute;
  background: url(../images/arrow.png) no-repeat scroll center center;
  background-size: 120px auto;
  width: 120px;
  height: 30px;
  content: "";
  right: 80px;
  bottom: 50px;
}
.detail .feature-box .photo__inner {
  width: 47%;
  height: 343px;
  position: relative;
  overflow: hidden;
  margin-left: 5%;
}
.detail .feature-box .photo__inner:before {
  box-shadow: 0 5px 4px -6px rgba(0, 0, 0, 0.7);
  top: -28px;
  bottom: auto;
  right: auto;
  left: -70px;
  background: #000;
}
.detail .feature-box .link:after {
  bottom: -28px;
  right: -70px;
  background: #000;
  border: 5px solid #fff;
}
.detail .feature-box .link:after, .detail .feature-box .photo__inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 160px;
  height: 80px;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.detail .feature-box .photo__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-sizing: border-box;
}
.detail .feature-box .figcaption {
  width: 40%;
  padding: 0 50px 0 20px;
  position: relative;
}
.detail .feature-box .title {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}
.detail .feature-box .figcaption:before {
  background: url("../images/blockquote.png") no-repeat scroll center center;
  background-size: 70px auto;
  display: inline-block;
  position: absolute;
  content: "";
  top: -35px;
  left: -20px;
  width: 100px;
  height: 60px;
}
.detail .feature-box .figcaption p {
  font-size: 14px;
}
.giga-menu li p {
  font-size: 1.2em;
  line-height: 1.4em;
}
.giga-menu li p span {
  font-size: 0.75em;
  line-height: 1.3em;
  display: block;
  margin-top: 5px;
}
/*　// -----------------------------------------　*/
@media (min-width: 768px) {
  .balloon {
    margin-bottom: 40px;
  }
  .balloon .faceicon img {
    border: 8px solid #fff;
  }
  .says, .says-r {
    padding: 20px;
    font-size: 1.6em;
  }
  .giga-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 40px;
  }
  .giga-menu li {
    width: 31%;
    text-align: center;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition-duration: .05s, .3s;
    transition-duration: .05s, .3s;
    -webkit-transition-property: opacity, width;
    transition-property: opacity, width;
    -webkit-transition-timing-function: linear, ease;
    transition-timing-function: linear, ease;
    margin-right: 2.333%;
  }
  .giga-menu li:nth-of-type(3n) {
    margin-right: 0;
  }
  .giga-menu li a {
    display: block;
    margin: 0 auto;
    background-color: #fafafa;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
    position: relative;
  }
  .giga-menu li a:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .giga-menu li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  .giga-menu li p {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .says, .says-r {
    padding: 8px;
    font-size: 1em;
    font-size: 3.4vw;
  }
  .says {
    margin-left: 20px;
  }
  .says:after {
    left: -20px;
  }
  .says-r {
    margin-right: 20px;
  }
  .says-r:after {
    right: -20px;
  }
  .linktxt {
    font-size: 1em;
    margin-left: 14px;
  }
  .giga-menu {
    padding: 0 4.4%;
  }
  .giga-menu li {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .giga-menu li a {
    display: block;
    padding-top: 28%;
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .giga-menu li a img {
    width: 50%;
    position: absolute;
    top: 0;
  }
  .giga-menu li p {
    font-size: 1.1em;
    position: absolute;
    width: 40%;
    left: 55%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
  }
  .detail .feature-box .link {
    padding: 14px 14px 40px;
  }
  .detail .feature-box .link::before {
    background-size: 80px auto;
    width: 80px;
    height: 20px;
    right: 52px;
    bottom: 30px;
  }
  .detail .feature-box .photo__inner {
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  .detail .feature-box .figcaption {
    width: 94%;
    position: relative;
    margin: 30px auto 0;
    padding: 0;
  }
  .detail .feature-box .title {
    font-size: 1.4em;
    margin-bottom: 12px;
  }
  .detail .feature-box .figcaption p {
    font-size: 0.9em;
  }
  .detail .feature-box .link:after, .detail .feature-box .photo__inner:before {
    width: 100px;
    height: 70px;
  }
  .detail .feature-box .figcaption:before {
    background-size: 40px auto;
    left: -10px;
    top: -30px;
    width: 40px;
  }
}
/*　コンテンツ -----------------------------------------　*/
.bread {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 0;
  font-size: 0.8em;
  line-height: 1.2em;
  display: block;
  position: relative;
  opacity: 0.6;
}
.bread ol li {
  display: inline-block;
  color: #ccc;
}
.bread ol li a {
  color: #999;
}
.bread ol li::after {
  content: " › ";
  color: #999;
  margin: 0 5px;
}
.bread ol li:last-of-type::after {
  content: "";
}
.sns {
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 10px;
  font-size: 0;
}
.sns li {
  display: inline-block;
  margin: 0 2px 5px;
  vertical-align: middle;
  font-size: 12px;
}
.sns li iframe {
  margin: 0 !important;
  height: 20px;
}
.interview {
  padding: 1px 0;
}
.txtbox .link_btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  padding: 2px 20px;
  clear: both;
}
.txtbox .link_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.main {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
  margin: 10vh auto;
  position: relative;
}
.main.gray {
  width: 100%;
  max-width: 100%;
  background-color: #212121;
  margin: 0;
  padding: 10vh 3%;
  box-sizing: border-box;
}
.main.beige, .main.pink, .main.blue, .main.purple {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 10vh 5% 8vh;
  box-sizing: border-box;
  color: #000;
}
.beige {
  background: #d0c4b8;
}
.pink {
  background: #e3c9c1;
}
.blue {
  background: #d3dad2;
}
.purple {
  background: #dac9d3;
}
.main .pagetitle {
  font-size: 2.8em;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.4;
}
.main .pagetitle .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(0, #fff), color-stop(0, #fff));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, #fff 0, #fff 0);
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #fff 0, #fff 0);
  padding: 0 5px;
  margin: 0 5px;
  display: inline-block;
  line-height: 1.1em;
}
.ttl-midashi {
  position: relative;
  text-align: center;
  margin: auto;
  max-width: 560px;
  font-size: 1.2em;
  box-sizing: border-box;
}
.ttl-midashi:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
}
.ttl-midashi span {
  position: relative;
  padding: 0 1em;
  background: #000;
}
.main .entitle {
  font-size: 4em;
  letter-spacing: normal;
  text-align: center;
  margin: 10px auto 20px;
  font-family: "Inria Sans", "Roboto", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.2em;
}
.main .entitle.pick {
  font-size: 3em;
  margin: 20px auto;
}
.ttl-pickup {
  text-align: center;
}
.main .border {
  position: relative;
}
.main .border::after {
  position: absolute;
  border-bottom: 5px solid #fff;
  width: 30%;
  content: "";
  display: block;
  margin: 20px auto;
  left: 0;
  right: 0;
  bottom: -15px;
  max-width: 120px;
}
.stripe {
  text-shadow: 0 0 5px #000;
  padding: 0 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #000000, #000000 8px, #212121 8px, #212121 15px);
  background: repeating-linear-gradient(-45deg, #000000, #000000 8px, #212121 8px, #212121 15px);
}
.main .read {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1em;
}
.main .osusume {
  text-align: center;
}
.main .read, .pick {
  position: relative;
  display: inline-block;
  font-size: 2.2em;
  padding: 0 50px 0 55px;
  margin-bottom: 30px;
}
.pick {
  padding: 0 70px;
}
.main .read:before, .main .read:after, .pick:before, .pick:after {
  content: '';
  position: absolute;
  top: 55%;
  display: inline-block;
  width: 44px;
  height: 4px;
  background-color: #fff;
}
.pick:before, .pick:after {
  width: 50px;
  background-color: #000;
  height: 5px;
}
.main .read:before, .pick:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}
.main .read:after, .pick:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}
.main .subtitle {
  font-size: 2.4em;
  line-height: 1.5em;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.related {
  padding-bottom: 10px;
}
.related li:nth-child(n + 2) {
  border-bottom: 1px dashed #ccc;
  padding: 7px 0 7px 20px;
  box-sizing: border-box;
  position: relative;
  width: 92%;
  margin: 0 auto;
  color: #333;
  font-size: 0.85em;
  line-height: 1.5em;
}
.related li:nth-child(n + 2) .title {
  width: 100%;
}
.related li:nth-child(n + 2) .img {
  display: none;
}
.related li a {
  color: #333;
}
.related li:nth-child(n + 2)::before {
  position: absolute;
  content: "●";
  color: #caafa4;
  left: 0;
}
.anime .related li::before {
  color: #829faf;
}
.related li:last-of-type {
  border-bottom: none;
}
.related li:first-of-type::after {
  content: "関連記事";
  background-color: #caafa4;
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  margin-left: 3%;
  margin-top: 10px;
  font-size: 0.85em;
}
.anime .related li:first-of-type::after {
  background-color: #829faf;
}
.txtbox {
  margin: 20px auto;
  margin: 5vh auto;
  color: #000;
}
.txtbox .media {
  display: block;
  font-size: 0.8em;
  position: relative;
  padding-left: 34px;
}
.txtbox .media::before {
  content: "";
  border-top: 1px solid #000;
  width: 27px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}
.other_link {
  max-width: 640px;
  margin: 0 auto 40px;
  margin-bottom: 8vh;
  position: relative;
  text-align: center;
}
.other_link .abema_official {
  display: block;
  color: #FFF;
  border: solid 1px #FFF;
  border-radius: 10px;
  padding: 13px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 1.6em;
  margin: 20px auto;
  margin: 5vh auto;
  text-align: center;
  max-width: 380px;
  width: 80%;
  box-sizing: border-box;
  -webkit-animation: vibrations 2s linear infinite;
  animation: vibrations 2s linear infinite;
}
.other_link .abema_official:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
}
.link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 94%;
  max-width: 740px;
  margin: 40px auto 20px;
}
.link_box li {
  width: 50%;
  padding: 2%;
  box-sizing: border-box;
}
.link_box li .btn {
  padding: 1.6rem 1rem;
  border-radius: 100vh;
  color: #fff;
  background-color: #000;
  display: block;
  text-align: center;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
  font-size: 1.2em;
  line-height: 1.4em;
  letter-spacing: normal;
}
.link_box li .btn:hover {
  text-decoration: none;
}
@-webkit-keyframes vibrations {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  1% {
    -webkit-transform: translate(4px);
    transform: translate(4px)
  }
  2% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  3% {
    -webkit-transform: translate(-4px);
    transform: translate(-4px)
  }
  4% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  5% {
    -webkit-transform: translate(4px);
    transform: translate(4px)
  }
  6% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  7% {
    -webkit-transform: translate(-4px);
    transform: translate(-4px)
  }
  8% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  9% {
    -webkit-transform: translate(4px);
    transform: translate(4px)
  }
  10% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  11% {
    -webkit-transform: translate(-4px);
    transform: translate(-4px)
  }
  12% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}
@keyframes vibrations {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  1% {
    -webkit-transform: translate(4px);
    transform: translate(4px)
  }
  2% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  3% {
    -webkit-transform: translate(-4px);
    transform: translate(-4px)
  }
  4% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  5% {
    -webkit-transform: translate(4px);
    transform: translate(4px)
  }
  6% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  7% {
    -webkit-transform: translate(-4px);
    transform: translate(-4px)
  }
  8% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  9% {
    -webkit-transform: translate(4px);
    transform: translate(4px)
  }
  10% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  11% {
    -webkit-transform: translate(-4px);
    transform: translate(-4px)
  }
  12% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}
.btns, .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btns .btn {
  width: 44%;
  max-width: 240px;
  margin: 0 3%;
  display: inline-block;
}
.btns .btn img, .info .box img {
  max-width: 100%;
}
.twitter {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 5vh;
}
.info .box {
  width: 44%;
  margin: 0 3%;
  display: inline-block;
}
.info .subttl {
  font-size: 1.9em;
  line-height: 1.5em;
  margin-bottom: 10px;
  margin-bottom: 2vh;
}
.info .info-abema li {
  position: relative;
  margin-left: 25px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.info .info-abema li::before {
  position: absolute;
  content: "●";
  left: -25px;
}
.info .cap {
  font-size: 0.7em;
  color: #ccc;
}
.fotter {
  background-color: #fff;
  color: #333;
}
.fotter .common-link-list {
  text-align: center;
  padding: 20px 5px 10px;
}
.fotter .common-link-list .item {
  display: inline-block;
  float: none;
  font-size: 0.9em;
  padding-bottom: 10px;
}
.fotter .common-link-list .item::after {
  content: " ｜ ";
  color: #666;
}
.fotter .common-link-list .item:nth-last-child(2)::after, .fotter .common-link-list .item.item--copyright::after {
  content: "";
}
.fotter .common-link-list .item a {
  color: #333;
}
.fotter .common-link-list .item.item--copyright, .copyright {
  color: #888;
  display: block;
  float: none;
  text-align: center;
  width: 100%;
  font-size: 0.7em;
  margin-top: 10px;
  letter-spacing: normal;
}
.copyright {
    line-height: 1.4em;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
}
/* 記事一覧 ------------------------------------------------*/
.news-list .item {
  background-color: #fff;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 2.333% 28px 0;
  width: 31%;
  word-spacing: normal;
  position: relative;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.news-list .item:nth-of-type(3n) {
  margin-right: 0;
}
.news-list.pickup {
  margin: auto;
}
.news-list.pickup .figcaption {
  width: 90%;
  margin: 0 auto 0;
}
.news-list.pickup .figcaption .ttl {
  margin-left: -8%;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.news-list.pickup .figcaption .ttl span {
  display: inline-block;
  padding: 5px 8%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-color: #000;
}
.news-list.pickup .figcaption p {
  margin-bottom: 0;
}
.news-list.pickup .item .link {
  padding-bottom: 20px;
}
.news-list .item .group, .news-list.pickup .item .link::before {
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  top: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  line-height: 24px;
  font-size: 0.8em;
  min-width: 82px;
  text-align: center;
  padding: 0 16px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.29);
}
.news-list .item .link {
  height: 100%;
  display: block;
  padding-bottom: 34px;
  cursor: pointer;
  color: #333;
}
.interview .news-list .item .link {
  padding-bottom: 14px;
}
.news-list .item .img {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.news-list .item .img:before {
  content: "";
  display: block;
  padding-top: 56.2%;
}
.news-list .item a:hover .figure {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.related-list li a:hover .title, .news-list .item a:hover {
  opacity: 0.7;
  transition: 0.4s;
  text-decoration: none;
}
.news-list .item .figure {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.news-list.pickup .item .title, .news-list .item .title {
  width: 92%;
  margin: auto;
  font-size: 1em;
  line-height: 1.5em;
}
.news-list .item .date {
  color: #999;
  font-size: 0.7em;
  display: block;
  padding: 0 4%;
  position: absolute;
  left: 0;
  bottom: 8px;
}
.news-list.pickup .item:nth-child(-n+2) .date {
  display: none;
}
.pager {
  clear: both;
  margin: 30px 0 60px;
  margin-bottom: 10vh;
  text-align: center;
}
.pager span {
  margin: 5px;
  width: 50px;
  height: 50px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  background: #fff;
  box-sizing: border-box;
  display: inline-block !important;
}
.pager span:hover {
  cursor: pointer;
  background: #999;
}
.pager span.current {
  color: #fff;
  background: none;
}
.pager span.current:hover {
  cursor: default;
}
.pager span.invalid {
  color: #555;
  background: none;
}
.pager span.invalid:hover {
  cursor: default;
}
.pager span.ellipsis {
  color: #000;
  background: none;
}
.pager span.ellipsis:hover {
  cursor: default;
}
.sp {
  display: none;
}
@media (min-width: 768px) {
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sns.pc {
    position: absolute;
    top: 0;
    right: 0;
  }
  .txtbox {
    width: 70%;
    margin: 5vh 0;
  }
  .anime .txtbox {
    float: right;
  }
  .detail .feature-box .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: normal;
  }
  .pc {
    visibility: hidden;
    display: none;
  }
  .sp {
    display: block;
  }
  .main {
    margin: 10vh auto;
  }
  .main.top {
    margin-top: 6vh;
  }
  .main.beige, .main.pink, .main.blue, .main.purple {
    padding: 10vh 0 3vh;
  }
  .main .pagetitle {
    font-size: 1.4em;
    font-size: 6.4vw;
    line-height: 1.5em;
    position: relative;
    letter-spacing: normal;
  }
  .ttl-midashi {
    font-size: 1em;
  }
  .main .read {
    font-size: 1.2em;
    padding: 0 40px 0 45px;
  }
  .pick {
    padding: 0 50px;
  }
  .main .read:before, .main .read:after, .pick:before, .pick:after {
    width: 30px;
    height: 3px;
  }
  .main .entitle {
    font-size: 2.5em;
  }
  .main .entitle.pick {
    font-size: 2em;
  }
  .stripe {
    padding: 0.2em 8%;
  }
  .main .subtitle {
    font-size: 1.8em;
    text-align: center;
  }
  .main .border::after {
    border-bottom: 3px solid #fff;
    bottom: -25px;
  }
  .balloon .tvicon {
    max-width: 70px;
    padding-top: 8px;
  }
  .balloon .tvicon svg {
    width: 70px;
    height: 70px;
  }
  .link_box {
    margin: 20px auto 40px;
  }
  .main.gray .link_box {
    width: 104%;
    margin: 40px -2% 0;
  }
  .link_box li {
    padding: 1.4%;
  }
  .link_box li .btn {
    padding: 1rem 0;
    font-size: 1em;
    font-size: 3.2vw;
  }
  .txtbox p {
    font-size: 14px;
  }
  .txtbox .media {
    float: right;
    margin-bottom: 35px;
  }
  .txtbox .link_btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .other_link .abema_official {
    font-size: 1.2em;
  }
  .news-list {
    margin-left: 0;
  }
  .news-list .item {
    width: auto;
    display: block;
    margin-left: 0;
  }
  .news-list.pickup .item {
    background: none;
    box-shadow: none;
  }
  .news-list.pickup .item .img {
    width: 90%;
    margin-bottom: 0
  }
  .news-list.pickup .figcaption {
    background-color: #fff;
    padding: 0 20px 20px;
    box-sizing: border-box;
    position: relative;
    right: -5%;
  }
  .news-list.pickup .figcaption .ttl {
    margin-left: -10%;
  }
  .news-list.pickup .figcaption .ttl span {
    padding: 3px 10%;
  }
  .interview .news-list .item {
    width: auto;
    display: block;
    margin-left: 0;
  }
  .news-list .item .group {
    font-size: 0.6em;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
  }
  .interview .news-list .item .group {
    font-size: 0.8em;
    padding: 0 16px;
    height: 24px;
    line-height: 24px;
  }
  .news-list .item .title {
    letter-spacing: normal;
  }
  .news-list.list div {
    display: flex;
  }
  .news-list.list {
    margin-left: -20px;
  }
  .news-list.list .item {
    margin: 0 0 0 20px;
  }
  .news-list.pickup .item .title, .news-list .item .title {
    font-size: 0.9em;
  }
  .info .box {
    width: 100%;
    margin: 0;
  }
  .info .subttl {
    font-size: 1.4em;
  }
  .info .info-abema li {
    font-size: 0.8em;
  }
  .fotter .common-link-list .item {
    font-size: 0.85em;
    padding-bottom: 0;
  }
}
/* --------------------------------
	グローバルナビ
-------------------------------- */
.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
/*--------header-----------*/
#top-head {
  background-color: rgba(0, 0, 0, 1);
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
}
#top-head a, #top-head {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
  text-align: center;
}
#top-head .logo {
  height: 40px;
  padding: 10px 20px;
  position: relative;
}
#top-head .logo a {
  position: absolute;
  width: 100%;
}
#top-head .logo img {
  max-height: 70%;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
}
#global-nav ul {
  font-size: 0;
  text-align: right;
}
#global-nav ul li {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
#global-nav ul li a {
  display: table-cell;
  font-size: 20px;
  height: 50px;
  letter-spacing: 0.02em;
  padding: 4px 20px 0;
  position: relative;
  text-align: center;
  transition: all 0.8s ease-in-out 0s;
  vertical-align: middle;
  color: #fff;
  box-sizing: border-box;
}
#global-nav ul li.ico a {
  padding: 10px 12px;
}
#global-nav ul li.ico img {
  height: 30px
}
#global-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ae0c20;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
/*--------固定化されたときのCSS-----------*/
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  background: rgba(30, 30, 30, .9);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#top-head.fixed .logo {
  height: 40px;
  padding: 5px;
}
/*---------gnav sp--------------*/
@media screen and (max-width : 768px) {
  .head-inner {
    display: none;
  }
  .slick-next {
    right: 0;
  }
  .slider_wrapper {
    margin-top: 40px;
  }
  #top-head .logo {
    height: 20px;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    /*position: fixed;*/
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
  }
  #top-head.fixed .logo {
    height: 30px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -506px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
}