
  /* 共通 */
  .title {
    width: 1160px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 30px auto 0px;
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1.3;
  }

  .title img {
    width: 290px;
    margin: 0px 30px 5px 0px;
  }

  .contentsArea {
    font-family: 'Noto Sans JP', sans-serif;
    background: transparent url(../ui2008/animation/files/background.png?$staticlink$) no-repeat;
    background-size: 100%;
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 30px auto;
    padding-top: 50px;
  }


  .seriesFeature_tabListWrap_new::after {
    background-color: #232b35;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  @media screen and (max-width: 767px) {
    .contentsArea {
      width: 100%;
      height: auto;
      padding-top: 30px;
    }

    .title {
      width: calc(100% / 1 - 20px);
      font-size: 2.6rem;
    }

    .title img {
      width: 180px;
      margin: 0px 0px 8px 0px;
    }
  }


  /* タブ */
  .seriesFeature_new_item {
    margin-top: 40px;
  }

  .seriesFeature_tabListWrap_new {
    width: 100%;
    font-weight: 500;
    font-size: 1.8rem;
    position: relative;
  }

  .seriesFeature_tabList_new {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .seriesFeature_tabItem_new {
    width: calc((100% - 20px) / 2);
    border-top: 1px solid #232b35;
    border-left: 1px solid #232b35;
    border-right: 1px solid #232b35;
    background-color: #fff;
  }

  .seriesFeature_tabItem_new.is-active {
    margin-bottom: -1px;
    height: 71px;
    z-index: 50;
    position: relative;
  }

  .seriesFeature_tabItem_new.is-active a {
    color: #333;
    padding-bottom: 1px;
  }

  .seriesFeature_tabItem_new a {
    text-align: center;
    color: #333;
    height: 70px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    position: relative;
  }

  .seriesFeature_tabItem_new.is-active::after {
    background-color: #232b35;
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  @media screen and (max-width: 767px) {
    .seriesFeature_tabList_new {
      width: 100%;
    }

    .seriesFeature_tabItem_new {
      width: calc((100% - 6px) / 2);
    }

    .seriesFeature_tabListWrap_new {
      font-size: 1.5rem;
      padding: 0 10px;
    }

    .seriesFeature_new_item {
      margin-top: 30px;
    }
  }

  /*特長エリア*/
  @media print, screen and (min-width: 768px) {
    .slickArea .slick-dots-notec li {
        width: 100px;
        height: 100px;
        border-radius: 3px;
        margin: 0 2px !important;
        border: 1px solid #cccccc;
    }
}

  /* スライダー */
  .notecSlickBox {
    /*position: absolute;*/
    opacity: 0;
    height: 0px;
  }

  .notecSlickBox.is-active {
    /*position: unset;*/
    opacity: 1;
    height: auto;
  }

  .slick-slide-notec {
    text-align: center;
  }

  .slick-slide-notec img {
    width: 400px;
    display: inline-block;
  }

  .slick-notec {
    width: 1160px;
    margin: 0 auto;
  }

  .slick-notec .slick-dots-notec {
    flex-direction: unset !important;
    flex-wrap: wrap;
    position: unset;
    margin: 20px auto;
    display: flex;
  }

  .slick-notec .slick-dots-notec li button:before {
    font-size: 30px !important;
  }

  .slickArea .slick-arrow.slick-prev {
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    left: 5px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    z-index: 1;
  }

  .slickArea .slick-arrow.slick-prev:before {
    line-height: 1;
    font-size: 3rem;
    color: #6b6b6d;
    font-family: "FontAwesome";
    content: "\f104";
    margin-left: -4px;
    margin-top: -4px;
  }

  .slickArea .slick-arrow.slick-next {
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    right: 5px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  }

  .slickArea .slick-arrow.slick-next:before {
    line-height: 1;
    font-size: 3rem;
    color: #6b6b6d;
    font-family: "FontAwesome";
    content: "\f105";
    margin-right: -4px;
    margin-top: -4px;
  }

  @media print,
  screen and (min-width: 768px) {
    .slickArea .slick-dots-notec li {
      width: 100px;
      height: 100px;
      border-radius: 3px;
      margin: 8px 4px 0px !important;
      border: 1px solid #cccccc;
    }

    .slickArea .slick-arrow {
      top: 210px;
      transform: translateY(0);
    }

    .slickArea .slick-dots-notec .slick-active {
      border: 1px solid #0784e8;
    }

    .slick-notec .slick-dots-notec {
      width: 756px;
    }
  }

  @media screen and (max-width: 767px) {
    .slick-notec {
      width: 100%;
      margin: 0 auto;
    }

    .slickArea button.mfp-close {
      top: 15px;
      right: 15px;
    }

    .slickArea .slick-dots-notec {
      width: auto;
      justify-content: center;
    }

    .slick-slide-notec img {
      width: calc(100% / 1 - 20px);
    }

    .slickArea .slick-dots-notec li {
      margin-top: 20px;
    }

    .slick-notec .slick-dots-notec li img {
      display: none;
    }

    .slick-notec .slick-dots-notec li:before {
      font-size: 30px !important;
    }

    .slick-notec .slick-dots-notec .slick-active:before {
      color: black;
      opacity: 0.75;
    }

    .slick-notec .slick-dots-notec li:before {
      display: block !important;
      top: 0;
      left: 0;
      content: "•";
      width: 20px;
      height: 20px;
      font-family: "slick";
      font-size: 6px;
      line-height: 20px;
      text-align: center;
      color: black;
      opacity: 0.25;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .slickArea .slick-arrow.slick-prev,
    .slickArea .slick-arrow.slick-next {
      background: none;
      border: none;
      box-shadow: none;
    }

    .slickArea .slick-arrow.slick-next {
      right: -15px;
    }

    .slickArea .slick-arrow.slick-prev {
      left: -15px;
    }

    .slickArea .slick-arrow.slick-next:before,
    .slickArea .slick-arrow.slick-prev:before {
      font-size: 5rem;
    }
  }

/*動画エリア*/
.videoArea .movie {
  width: 1160px;
  position: relative;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .videoArea .movie {
    width: calc(100% / 1 - 20px);
  }
}
  .Video-thumb {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 290px;
  }

  .Video-thumb img {
    width: 156px;
  }

  .Video-thumb button {
    display: flex;
    align-items: center;
    width: 290px;
    flex-wrap: wrap;
  }

  .Video-thumb span {
    margin-left: 10px;
    font-size: 1.2rem;
  }

  .Video-thumb button:nth-child(n+2) {
    margin-top: 10px;
  }

  #videoContents {
    width: 850px;
    position: relative;
  }

  .play_btn {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .play_btn.playActive {
    width: 0.1px;
  }

  /*.play_btnを見えなくするため*/

  @media screen and (max-width: 767px) {
    .videoArea .movie {
      width: calc(100% / 1 - 20px);
    }

    #videoContents {
      width: 100%;
      margin-bottom: 10px;
    }

    .Video-thumb {
      position: unset;
      width: 100%;

      justify-content: space-between;
    }

    .play_btn {
      width: 0.1px;
    }

    .Video-thumb button:nth-child(n+2) {
      margin-top: 0px;
    }

    .Video-thumb button:nth-child(n+3) {
      margin-top: 10px;
    }

    .Video-thumb button {
      width: calc(100% / 2 - 5px);
    }

    .Video-thumb img {
      width: 100%;
    }

    .Video-thumb span {
      margin-left: 0px;
      font-size: 1.4rem;
      width: 100%;
      margin-top: 6px;
    }
  }