@charset "UTF-8";
/* CSS Document */
html, body {
  height: 100%;
  margin: 0; }

body {
  font-size: 62.5%;
  margin: 0;
  color: #131313;
  line-height: 1.8em;
  background-attachment: fixed;
  font-family: メイリオ, sans-serif;
  text-align: center; }

/*
body::before {
  background-image:url("../img/bg.jpg");
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";z-index
  z-index: -1;
}  
*/
.footwrap {
  min-height: 100%;
  /* フッタの高さと等しいネガティブマージン */
  /* また最後の子要素の潜在的なマージンとしても機能 */
  margin-bottom: -50px; }

img {
  outline: none;
  border-style: none; }

a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

a:visited {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5; }

.noto {
  font-family: 'Noto Serif SC', serif; }

/*****HEADER*****/
#animeguild h1 {
  padding-top: 180px; }

.tw {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0; }

.tw_bg {
  margin: 50px auto 0;
  background-image: url("../img/tw_bg.jpg");
  background-size: 80px 80px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 4px solid #fff; }

.tw_bg a.tw_bg:visited {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.tw_bg a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0; }

.scroll_wrap {
  margin: 100px 0; }

.scroll {
  margin-top: 70px;
  color: #222222;
  font-size: 1.6rem; }

.txt {
  line-height: 2rem;
  padding-bottom: 30px;
  letter-spacing: 0.1em; }

.arrow01 {
  display: block;
  width: 30px;
  height: 30px;
  border-top: solid 1px #222222;
  border-right: solid 1px #222222;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  text-align: center;
  margin: -10px auto 0; }

@media screen and (max-width: 900px), print {
  #animeguild #mainimg {
    height: 780px; }

  #animeguild h1 {
    padding-top: 150px; }

  #animeguild h1 img {
    width: 80%;
    margin: 0 auto; }

  .scroll_wrap {
    margin: 100px 0 0; } }
.mB120 {
  padding-bottom: 120px; }

/*****CONTENTS*****/
main section h2 {
  text-align: center;
  margin: 0 0 100px 0;
  font-size: 2.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  background-image: linear-gradient(#373a42 80%, #737373);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

main section h4 {
  text-align: center;
  font-size: 2.0rem;
  background-color: #30c6e6;
  color: #fff;
  width: 1100px;
  margin: 0 auto 100px;
  padding: 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 900px), print {
  main section h4 {
    width: 100%;
    box-sizing: border-box; } }
@media all and (-ms-high-contrast: none) {
  /* IE10,11用 */
  main section h2 {
    color: #373a42;
    background: none; } }
main a {
  color: #333; }

.list_img img {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 900px), print {
  .list_img img {
    margin-top: 200px;
    width: 90vw; } }
/*****最新アニメ*****/
#new article.box {
  width: 1100px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 50px;
  color: #6a6a6c;
  display: inline-block; }

#new article.box dl {
  display: flex;
  justify-content: space-between; }

#new article.box dt {
  text-align: center;
  width: 30%;
  padding-right: 40px; }

#new article.box dt img {
  max-width: 100%; }

#new article.box dd {
  text-align: left;
  width: 65%;
  font-size: 0.9rem; }

#new article.box span.start {
  font-size: 1.2rem;
  color: #30c6e6;
  line-height: 1.2rem; }

#new article.box h3 {
  font-size: 2.0rem;
  line-height: 2.0rem;
  font-weight: normal;
  margin: 10px 0 15px 0; }

#new article.box span.date {
  font-size: 1.5rem;
  line-height: 1.5rem; }

#new article.box p {
  margin-top: 30px;
  line-height: 2.0rem; }

#new article.box a {
  display: block;
  width: 1100px;
  margin: 0 auto; }

/* 公式サイトボタン */
div.btn-edge {
  position: relative;
  width: 90%;
  text-align: center;
  z-index: 2;
  margin-left: 20px; }

div.btn-edge p {
  position: relative;
  color: #fff;
  font-size: 20px;
  padding: 10px 0px;
  width: 200px;
  margin: auto;
  z-index: 3; }

div.btn-edge p .svg {
  width: 22px;
  height: 16px;
  margin-left: 0.5rem; }

div.btn-edge::before {
  content: '';
  /*ボックス作成*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #30c6e6;
  z-index: 1;
  transform: skew(-35deg); }

@media screen and (max-width: 900px), print {
  #new article.box {
    width: 74vw;
    margin-bottom: 50px; }

  #new article.box dl {
    display: block; }

  #new article.box dt {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0; }

  #new article.box dd {
    text-align: left;
    width: 100%; }

  a.bnr img {
    width: 90%;
    text-align: center; } }
/*****過去放送一覧*****/
#old .box {
  width: 1100px;
  margin: 0 auto;
  color: #6a6a6c; }

#old ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.9rem;
  margin-top: -20px; }

#old li {
  list-style: none;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  letter-spacing: 0.2rem; }

#old a {
  margin: 20px 0 0;
  padding: 0 0 10px;
  width: 48.5%; }

@media screen and (max-width: 900px), print {
  #old .box {
    width: 90vw; }

  #old ul {
    display: block; }

  #old li {
    margin-bottom: 20px; } }
br.br_sp {
  display: none; }

@media screen and (max-width: 900px), print {
  br.br_sp {
    display: block; } }
/*****footer*****/
footer {
  font-size: 80%;
  width: 100%;
  height: 290px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), white, #1fc1de, #1e3d6f); }

footer address {
  font-size: 50%;
  letter-spacing: 5px;
  padding-top: 10px;
  font-style: normal;
  color: #fff; }

.cookie {
  margin: 180px 0 0; }

@media all and (-ms-high-contrast: none) {
  /* IE10,11用 */
  footer address {
    font-size: 100%; } }
@supports (-ms-ime-align: auto) {
  /* Edge用 */
  footer address {
    font-size: 100%; } }
/* --------------------------------------------------- btn */
.btn__box {
  position: relative;
  width: 200px;
  height: 40px;
  margin: 100px auto 0;
  font-size: 13px;
  cursor: pointer;
  -webkit-perspective: 200px;
  perspective: 200px; }

.btn__box a,
.btn__box:after {
  position: absolute;
  display: block;
  width: 198px;
  height: 38px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -ms-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px; }

.btn__box:after {
  top: 0;
  left: 0;
  width: 198px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  content: "このデモのエントリーへ"; }

.btn__box:hover a {
  color: white;
  border: 1px solid white;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 2; }

.btn__box:hover:after {
  color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  z-index: 1; }

/* --------------------------------------------------- side menu */
.menu {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0; }

.side-open .menu {
  cursor: url(../img/cross.svg), auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1; }

.menu ul {
  display: table-cell;
  vertical-align: middle; }

.menu li {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  opacity: 0; }

.side-open .menu li {
  opacity: 1; }

.side-open .menu li:nth-child(1) {
  -webkit-transition: opacity 1s ease .5s;
  transition: opacity 1s ease .5s; }

.side-open .menu li:nth-child(2) {
  -webkit-transition: opacity 1s ease .6s;
  transition: opacity 1s ease .6s; }

.side-open .menu li:nth-child(3) {
  -webkit-transition: opacity 1s ease .7s;
  transition: opacity 1s ease .7s; }

.side-open .menu li:nth-child(4) {
  -webkit-transition: opacity 1s ease .8s;
  transition: opacity 1s ease .8s; }

.side-open .menu li:nth-child(5) {
  -webkit-transition: opacity 1s ease .9s;
  transition: opacity 1s ease .9s; }

.menu li a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 3.0em;
  font-family: 'Cinzel', serif;
  color: #f5f5f5;
  -webkit-transition: all .5s;
  transition: all .5s; }

.menu li a:hover {
  color: #999; }

/* --------------------------------------------------- menu-btn */
.menu-block {
  height: 0; }

.menu-btn {
  position: fixed;
  top: 60px;
  right: 10px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.menu-btn.transform {
  top: 10px; }

@media screen and (max-width: 900px), print {
  .menu-block {
    height: 0; }

  .menu-btn {
    top: 80px; }

  .menu-btn.transform {
    top: 10px; } }
.menu-btn span {
  color: #fff; }

.menu-btn span:after {
  content: attr(data-txt-open); }

.side-open .menu-btn span:after {
  content: attr(data-txt-close); }

.menu-btn:hover span:nth-child(1):after {
  -webkit-animation: anim .5s ease 0s forwards;
  animation: anim .5s ease 0s forwards; }

.menu-btn:hover span:nth-child(2):after {
  -webkit-animation: anim .5s ease .1s forwards;
  animation: anim .5s ease .1s forwards; }

.menu-btn:hover span:nth-child(3):after {
  -webkit-animation: anim .5s ease .2s forwards;
  animation: anim .5s ease .2s forwards; }

.menu-btn:hover span:nth-child(4):after {
  -webkit-animation: anim .5s ease .3s forwards;
  animation: anim .5s ease .3s forwards; }

.menu-btn:hover span:nth-child(5):after {
  -webkit-animation: anim .5s ease .4s forwards;
  animation: anim .5s ease .4s forwards; }

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes anim {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
#js__nav {
  z-index: 5; }

/* view more */
.viewmore:hover {
  cursor: pointer; }

.grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ。*/ }

.grad-btn::before {
  content: ">> view more"; }

.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px;
  /*隠した状態の高さ*/ }

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  /*グラデーションで隠す高さ*/
  content: ""; }

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/ }

.grad-trigger:checked ~ .grad-btn::before {
  content: ">> close"; }

.grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/ }

.grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/ }

.fade_in_rush {
  animation: fadeInRush 0.5s linear; }

@keyframes fadeInRush {
  0% {
    transform: translateX(-500px) skewX(40deg); }
  80% {
    transform: translateX(-20px) skewX(40deg); }
  100% {
    transform: translateX(0) skewX(-20deg); } }
#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

#background-wihte {
  position: absolute;
  top: 0;
  background: url("../img/bg_loop.png") fixed; }

#video-background {
  z-index: -3; }

#video-overlay {
  z-index: -2; }

@media screen and (max-width: 900px), print {
  #background-wihte::before {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1; } }
.hd {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.cf:after {
  content: "";
  clear: both;
  display: block; }

.mT50 {
  margin-top: 50px; }

.fuwa {
  animation: vertical 1.5s ease-in-out infinite alternate; }

@keyframes vertical {
  0% {
    transform: translateY(-8px); }
  100% {
    transform: translateY(0px); } }
#bsfujiHeader {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
  display: block; }

/*==================================
アコーディオンCSS
===================================*/
details {
  background: #fff;
  width: 1180px;
  margin: 0 auto;
  transition-property: all;
  transition-duration: 1s;
  display: block;
  line-height: 2.0rem;
  margin-bottom: 50px; }
  details p {
    font-size: 1.2rem;
    padding: 20px;
    text-align: left; }

summary {
  font-size: 1.8rem;
  color: #fff;
  display: block;
  padding: 20px; }

@media screen and (max-width: 900px), print {
  details {
    width: 90vw; }
    details p {
      font-size: 1.2rem; } }
.accordion {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: var(--acc-height--closed, auto);
  transition: height .25s;
  box-sizing: border-box; }
  .accordion.is-opened {
    height: var(--acc-height--opened, auto); }

.accordion + .accordion {
  margin-top: -1px; }

/* display:list-item 以外にしてデフォルトの三角アイコンを非表示にする */
.accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #30c6e6;
  cursor: pointer; }

/* Safariで表示されるデフォルトの三角形アイコンを削除 */
.accordion__title::-webkit-details-marker {
  display: none; }

.accordion__title::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 .5em;
  background-color: currentColor;
  clip-path: polygon(50% 80%, 0 20%, 100% 20%);
  transition: transform .25s; }

.accordion.is-opened > .accordion__title::after {
  transform: rotate(180deg); }

.accordion__content {
  padding: 1em; }

.video {
  position: relative;
  padding-bottom: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=style.css.map */
