@charset "UTF-8";
/*color*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*font-size SP*/
/*font-family*/
/*
 style.css
*/
/*------------- template ------------- */
.legendsof1-main-mainImg img {
  display: block;
  width: 100%;
}

.legendsof1-contents {
  box-sizing: border-box;
  font-size: 1.6rem;
}

.legendsof1-contents a:hover, .bnr_cast a:hover {
  transition: opacity .1s;
  text-decoration: none;
  opacity: 0.65;
}

/* ---------------------------------
 右カラム設定
--------------------------------- */
/* 右カラム　タイトル */
.ntv-box-title {
  background: #222;
}

.ntv-box-title.title-base {
  /* background: #f00; */
}

/*------------- legendsof1 ------------- */
/* ------------------------------------------------------------------
 common
------------------------------------------------------------------ */
.ntv-wrapper {
  background: #000000 url(../images/common/bg.jpg) center top no-repeat;
}

/* mainvisual
========================================== */
.legendsof1-mainV-img img {
  display: block;
  width: 100%;
}
.legendsof1-mainV p {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* mainvisual-second
========================================== */
.legendsof1-mainV__second-img img {
  display: block;
  width: 100%;
}
.legendsof1-mainV__second p {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* nav
========================================== */
.legendsof1-global_navigation {
  background: #ced6db;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ced6db 0%, #e9f2f7 52%, #d0d9dd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ced6db 0%, #e9f2f7 52%, #d0d9dd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ced6db 0%, #e9f2f7 52%, #d0d9dd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced6db', endColorstr='#d0d9dd',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.legendsof1-global_navigation ul {
  display: flex;
  flex-wrap: wrap;
}
.legendsof1-global_navigation ul li {
  width: 33.3333%;
  border-right: 1px solid #bfc6cb;
}
.legendsof1-global_navigation ul li:nth-child(1), .legendsof1-global_navigation ul li:nth-child(2), .legendsof1-global_navigation ul li:nth-child(3) {
  border-bottom: 1px solid #bfc6cb;
}
.legendsof1-global_navigation ul li:nth-child(3n) {
  border-right: none;
}
.legendsof1-global_navigation ul li a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 40.73%;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .5s ease;
}
.legendsof1-global_navigation ul li a:hover {
  opacity: .5;
}
.legendsof1-global_navigation ul li.nav_next-oa a {
  background-image: url(../images/common/nav_01.png);
}
.legendsof1-global_navigation ul li.nav_backnumber a {
  background-image: url(../images/common/nav_02.png);
}
.legendsof1-global_navigation ul li.nav_intro a {
  background-image: url(../images/common/nav_03.png);
}
.legendsof1-global_navigation ul li.nav_cast a {
  background-image: url(../images/common/nav_04.png);
}
.legendsof1-global_navigation ul li.nav_music a {
  background-image: url(../images/common/nav_05.png);
}
.legendsof1-global_navigation ul li.nav_staff a {
  background-image: url(../images/common/nav_06.png);
}

/* legendsof1-contents
========================================== */
.legendsof1-contents {
  padding-bottom: 8%;
  /*------------------------
      Layout
  ------------------------*/
  /*------------------------
      Font
  ------------------------*/
}
.legendsof1-contents .block {
  width: 100%;
  background: rgba(4, 7, 13, 0.9);
  border: 1px solid #566168;
  text-align: center;
  margin-top: 5%;
}
.legendsof1-contents .block-inner {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 6%;
}
.legendsof1-contents .legendsof1-section__title {
  height: auto;
  margin: 0;
  padding: 0;
}
.legendsof1-contents .legendsof1-section__title img {
  width: 100%;
  vertical-align: top;
}
.legendsof1-contents .legendsof1-section__btn {
  padding-top: 20px;
}
.legendsof1-contents .legendsof1-section__btn p a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  transition: all .5s ease;
}
.legendsof1-contents .legendsof1-section__btn p a:hover {
  background-color: #fabe00;
  opacity: 1;
}
.legendsof1-contents figure {
  padding-top: 20px;
}
.legendsof1-contents figure img {
  width: 100%;
}
.legendsof1-contents .sp_adjust {
  display: none;
}
.legendsof1-contents .pc_adjust {
  display: block;
}
.legendsof1-contents h2, .legendsof1-contents h3, .legendsof1-contents h4, .legendsof1-contents h5, .legendsof1-contents h6, .legendsof1-contents p, .legendsof1-contents a, .legendsof1-contents ul, .legendsof1-contents li, .legendsof1-contents ol, .legendsof1-contents dl, .legendsof1-contents dt, .legendsof1-contents dd, .legendsof1-contents span {
  color: #ffffff;
  font-size: 1.6rem;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.legendsof1-contents span {
  font-size: inherit;
  color: inherit;
}
.legendsof1-contents h2, .legendsof1-contents h3, .legendsof1-contents h4, .legendsof1-contents h5, .legendsof1-contents h6 {
  color: #fabe00;
}
.legendsof1-contents h3 {
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.legendsof1-contents p {
  padding-top: 0.5em;
}
.legendsof1-contents .ft-b {
  font-weight: bold;
}
.legendsof1-contents .ft-n {
  font-weight: normal;
}
.legendsof1-contents .ft-small {
  font-size: 0.8em;
}
.legendsof1-contents .ft-tiny {
  font-size: 0.65em;
}
.legendsof1-contents .ft-large {
  font-size: 1.25em;
}
.legendsof1-contents .ft-huge {
  font-size: 1.65em;
}
.legendsof1-contents .ft-italic {
  font-style: italic;
}
.legendsof1-contents .cl-or {
  color: #fabe00;
}
.legendsof1-contents .cl-wh {
  color: #ffffff;
}

/* #next-oa
========================================== */
.legendsof1-section__next-oa__text {
  text-align: left;
}
.legendsof1-section__next-oa__btn a {
  background-image: url(../images/btn_next.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  padding-top: 10%;
  border: 1px solid #e4007f;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

/* #intro
========================================== */
.legendsof1-section__intro__embed {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 10px auto;
}
.legendsof1-section__intro__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.legendsof1-section__intro__title {
  padding: 0.5em 0 1em;
}
.legendsof1-section__intro__text {
  text-align: left;
}

/* #music
========================================== */
.legendsof1-section__music__title {
  padding: 0.5em 0;
}

/* #staff
========================================== */
.legendsof1-section__staff-list dt, .legendsof1-section__staff-list dd {
  line-height: 2;
}
.legendsof1-section__staff-list dt {
  font-weight: bold;
}

/* is2nd - backnumber
========================================== */
.legendsof1-section__bnum__item {
  border-bottom: 1px solid #566168;
}
.legendsof1-section__bnum__item:last-child {
  border-bottom: none;
}
.legendsof1-section__bnum__text {
  text-align: left;
}

/* is2nd - cast
========================================== */
.legendsof1-section__cast__item {
  border-bottom: 1px solid #566168;
}
.legendsof1-section__cast__item:last-child {
  border-bottom: none;
}
.legendsof1-section__cast__item figure {
  padding-top: 10px;
}
.legendsof1-section__cast__role {
  padding: 0.5em 0 0;
}
.legendsof1-section__cast__name {
  padding-bottom: 1em;
}
.legendsof1-section__cast__name li {
  list-style: none;
  font-weight: bold;
}
.legendsof1-section__cast__photo {
  text-align: center;
}
.legendsof1-section__cast__photo.thumb_right {
  margin-right: -2%;
}
.legendsof1-section__cast__photo.thumb_left {
  margin-left: -2%;
}
.legendsof1-section__cast__text {
  text-align: left;
}

/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
  /* legendsof1-contents
  ========================================== */
  .legendsof1-contents {
    /*------------------------
        Layout
    ------------------------*/
    /*------------------------
        Font
    ------------------------*/
  }
}
/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
  /* nav
  ========================================== */
  .legendsof1-global_navigation ul li a {
    background-size: contain;
  }

  /* legendsof1-contents
  ========================================== */
  .legendsof1-contents {
    /*------------------------
        Layout
    ------------------------*/
    padding-bottom: 0;
    /* #next-oa
    ========================================== */
    /*------------------------
        Font
    ------------------------*/
  }
  .legendsof1-contents .block-inner {
    width: 92%;
  }
  .legendsof1-contents .sp_adjust {
    display: block;
  }
  .legendsof1-contents .pc_adjust {
    display: none;
  }
  .legendsof1-contents .legendsof1-section__next-oa__btn a {
    background-size: contain;
  }
  .legendsof1-contents h2, .legendsof1-contents h3, .legendsof1-contents h4, .legendsof1-contents h5, .legendsof1-contents h6, .legendsof1-contents p, .legendsof1-contents a, .legendsof1-contents ul, .legendsof1-contents li, .legendsof1-contents ol, .legendsof1-contents dl, .legendsof1-contents dt, .legendsof1-contents dd, .legendsof1-contents span {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .legendsof1-contents span {
    font-size: inherit;
    color: inherit;
  }
  .legendsof1-contents h3 {
    font-size: 2rem !important;
  }

  /* is2nd - cast
  ========================================== */
  .legendsof1-section__cast__photo.thumb_right {
    margin: 0;
  }
  .legendsof1-section__cast__photo.thumb_left {
    margin: 0;
  }
  .legendsof1-section__cast__text {
    text-align: left;
    padding: 0 2%;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  /* legendsof1-contents
  ========================================== */
  .legendsof1-contents {
    /*------------------------
        Layout
    ------------------------*/
  }
  .legendsof1-contents .block {
    margin: 0;
    border: none;
    border-top: 1px solid #566168;
  }
  .legendsof1-contents .block-inner {
    padding: 6% 0 8%;
  }
}
