@charset "UTF-8";

@media screen and (max-width: 667px) {
/*---------------------------------------------------*/
/*SP設定 css2は最適化のトップページ専用*/
/*---------------------------------------------------*/
  /*表示・非表示*/
  /*-----------------------------------------------------------*/
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*-----------------------------------------------------------*/
  /*うえッス*/
  #page-top {
    position: fixed;
    width: 17%;
    bottom: 20px;
    right: 1%;
    z-index: 98;
  }

  /*-----------------------------------------------------------*/
  /*ページローダー*/
  #loader {
    position: absolute;
    display: none;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
  }

  /*---------------------------------------------------*/
  body {
    min-width: 100%;
  }

  /*---------------------------------------------------*/
  /*全体を非表示*/
  #wrapper {
    visibility: hidden;
    background: url("../../_img2/bg_sp.gif") center top;
    background-attachment: fixed;
  }

  /*---------------------------------------------------*/
  /*下層背景（ヘッダーと星）背景が薄いブルーにnews.htmlのみで使用*/
  #wrapper.news {
    background: url("../../_img2/bg_sp.gif") center top;
    background-attachment: fixed;
    z-index: -1;
  }

  /*---------------------------------------------------*/
  /*ヘッダー+h1：レイアウト*/
  /*---------------------------------------------------*/
  /* ヘッダーロゴ部分 */
  #top header {
    position: relative;
    width: 100%;
    height: auto;
  }

  /*スマホでは非表示*/
  #top header h1 {
    display: none;
  }

  /*-----------------------------------------------------------*/
  /*2期キービジュアル*/
  /*-----------------------------------------------------------*/
  /*PC版のナビゲーションは非表示*/
  dl.keyvisual dt {
    display: none;
  }

  /*---------------------------------------------------*/
  /*キービジュアル画像*/
  dl.keyvisual dd {
    width: 100%;
  }

  /*スマホのみロゴその他を表示*/
  dl.keyvisual dd .sp {
    width: 80%;
    margin: 0 auto;
    padding: 24px 0;
  }

  /*---------------------------------------------------*/
  /*h2：タイトル*/
  /*---------------------------------------------------*/
  h2 {
    margin: 0 0 16px 0;
    font-size: 0;
    text-align: center;
  }

  h2 img {
    width: auto;
    height: 40px;
    margin: 0 auto;
  }

  /*---------------------------------------------------*/
  /* 最新ニュース部分 */
  /*---------------------------------------------------*/
  section#newsBlock {
    position: relative;
    width: 99%;
    margin: 0px auto;
    padding: 0;
    /*薄青の背景色：基本*/
    background-color: rgba(75, 165, 203, 0.2);
    border-radius: 0 0 12px 12px;
    z-index: 10;
  }

  /*---------------------------------------------------*/
  /*レイアウト*/
  section#newsBlock .inner {
    flex-wrap: wrap;
    width: 96%;
    padding: 20px 0px;
  }

  /*---------------------------------------------------*/
  /*ニュースの枠*/
  #news {
    width: 92%;
    margin: 0 auto;
  }

  /*---------------------------------------------------*/
  /*ニュース更新日付の設定*/
  #news span {
    font-size: 15px;
    font-weight: bold;
  }

  /*---------------------------------------------------*/
  /*ニューステキスト:レイアウト*/
  /*---------------------------------------------------*/
  #news ul.newsList {
    font-size: 16px;
  }

  /*---------------------------------------------------*/
  #news ul.newsList li a {
    font-weight: bold;
  }

  #news ul.newsList li a:hover {
    font-weight: bold;
  }

  /*---------------------------------------------------*/
  /* スクロールバー */
  /*---------------------------------------------------*/
  #scroll {
    position: relative;
    width: 98%;
    margin: 0 auto;
    height: 80%;
  }

  /*---------------------------------------------------*/
  /* ツイッター部分 */
  /*---------------------------------------------------*/
  #twitter {
    width: 92%;
    margin: 0 auto;
  }

  /*---------------------------------------------------*/
  /* PV部分 */
  /*---------------------------------------------------*/
  section#pv {
    position: relative;
    width: 99%;
    margin: 24px auto 0;
    padding: 0;
    /*薄白背景の基本*/
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    z-index: 10;
  }

  /*---------------------------------------------------*/
  /*レイアウト*/
  section#pv .inner {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
  }

  /*---------------------------------------------------*/
  /* 動画スライド部分 */
  /*---------------------------------------------------*/
  section#pv .inner .swiper-container_mov {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

section#pv .inner .swiper-container_mov span {
    display: block;
    padding-top: 12px;
    /*フォントサイズ基本:18px;*/
    font-size: 15px;
    color: #3389ca;
    /*フォントカラー基本:#3389ca;*/
    line-height: 1.4;

    letter-spacing: 0.1em;
    /*テキストに白いフチをつける*/
    text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
  }

  .swiper-button-next_mov,
  .swiper-button-prev_mov {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 49px;
    margin-top: -10px;
    z-index: 100;
    cursor: pointer;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat
  }

  .swiper-button-prev_mov,
  .swiper-container-rtl .swiper-button-next_mov {
    background-image: url("../../_img2/chara_left.png");
    left: -4px;
    right: auto
  }

  .swiper-button-next_mov,
  .swiper-container-rtl .swiper-button-prev_mov {
    background-image: url("../../_img2/chara_right.png");
    right: -4px;
    left: auto
  }

  /*---------------------------------------------------*/
  /* イントロダクション部分 */
  /*---------------------------------------------------*/
  section#intro {
    position: relative;
    width: 99%;
    margin: 24px auto 0;
    padding: 0;
    /*薄白背景の基本*/
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    z-index: 10;
    text-align: center;
  }

  /*---------------------------------------------------*/
  /*レイアウト*/
  section#intro .inner {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
  }

  /*---------------------------------------------------*/
  /*イントロ画像第1期*/
  section#intro .ph {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 0;

  }

  /*イントロ画像第2期*/
  section#intro .ph_s2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 0;
  }

  /*---------------------------------------------------*/
  /* キャラクター紹介部分 */
  /*---------------------------------------------------*/
  section#chara {
    position: relative;
    width: 99%;
    margin: 24px auto 0;
    padding: 0;
    /*薄白背景の基本*/
    background-color: rgba(75, 165, 203, 0.2);
    border-radius: 12px;
    z-index: 10;
  }

  /*---------------------------------------------------*/
  /*レイアウト*/
  section#chara .inner {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
  }

  /*-----------------------------------------------------------------*/
.swiper-pagination,.slider-thumbnail {
  position: relative;
  width: 90%;
  margin:12px auto 0;
  left: auto;
  bottom: auto;
  z-index: 20;
}

.slider-thumbnail .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/*キャラクター一覧*/
.slider-thumbnail .swiper-wrapper .swiper-slide img {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 4px 4px 0px;
  cursor: pointer;
  transition: all 300ms 0s ease;
}

.swiper-slide-thumb-active {
  opacity: 0.3;
}

/*-----------------------------------------------------------------*/
/*左右矢印*/
  .swiper-button-next,
  .swiper-button-prev {
    background-origin: 1px solid #F00;
    position: absolute;
    top: 50%;
    width: 52px;
    height: 49px;
    margin-top: -10px;
    z-index: 100;
    cursor: pointer;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("../../_img2/chara_left.png");
    left: -4px;
    right: auto
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("../../_img2/chara_right.png");
    right: -4px;
    left: auto
  }

  /*---------------------------------------------------*/
  /* スタッフ＆キャスト部分 */
  /*---------------------------------------------------*/
  /*レイアウト*/
  section#cast .inner {
    padding: 20px 0 10px;
    text-align: center;
  }

  /*---------------------------------------------------*/
  /*スタッフ*/
  section#cast h3 span.st {
    width: auto;
  }

  /*キャスト*/
  section#cast h3 span.cas {
     width: auto;
  }

    /*スタッフ*/
  section#cast h3 span.st img, section#cast h3 span.cas img {
    height: 24px;
  }

  /*---------------------------------------------------*/
  /*キャストレイアウト*/
  section#cast ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 20px auto 0;
    justify-content: center;
  }

  section#cast ul li {
    margin: 0 14px 20px 0;
    font-size: 22px;
  }

  section#cast ul#castList li {
    margin: 0 8px 24px;
    font-size: 22px;
    letter-spacing: 0.05em;
  }

  section#cast ul li:last-child {
    margin-right: 0px;
  }

  /*文字小サイズ*/
  section#cast ul li span {
    display: block;
    font-size: 60%;
  }

  /*原作者注釈*/
  section#cast ul li i {
    font-style: normal;
    display: block;
    font-size: 50%;
  }

  /*-----------------------------------------------------------*/
  /*タブナビ用キャストレイアウト*/
  section#cast ul.index {
    margin: 0 auto 16px;
    padding: 0;
    text-align: center;
    font-size: 0;
  }

  section#cast ul.index li {
    margin: 0 2px 6px;
    padding: 4px 0;
    font-size: 22px;
    box-sizing: border-box;
  }



  /*-----------------------------------------------------------*/
  /* コミックス部分 */
  /*-----------------------------------------------------------*/
  /*レイアウト*/
  section#comics .inner {
    padding: 20px 0px 0px;
    text-align: center;
  }

  /*---------------------------------------------------*/
  /*絶賛発売中*/
  section#comics #comicsText {
    width: 96%;
    margin: -16px auto 0;
  }

  /*---------------------------------------------------*/
  section#comics #comicsText2 {
    width: 96%;
    margin: -20px auto 0;
    padding: 0 0 24px
  }

  /*---------------------------------------------------*/
  /*コミックスリスト*/
  section#comics ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 92%;
    margin: 12px auto 0;
  }

  section#comics ul li {
    width: 46%;
    margin: 2%;
    margin-bottom: 10%;
    position: relative;
  }

  section#comics ul li:last-child {
    /*width: 100%;
    margin-top: 0;*/
  }

/*---------------------------------------------------*/
  /*発売日星*/
  section#comics ul li.new:after {
    content: '';
    display: inline-block;
    width: 60%;
    height: auto;
    padding-top: calc(100%*137/140);
    background-image: url("../../_img/comics_star8.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    vertical-align: top;
    position: absolute;
    right: -30%;
    top: -15%;
  }
/*---------------------------------------------------*/
  /*巻数表記*/
  section#comics ul li .comicsTitle {
    background: #f29b87;
    margin-top: 4px;
    padding: 6px 8px 4px;
    font-size: 14px;
    color: #FFF;
    border-radius: 12px;
  }

  section#comics ul li img {
    width: 100%;
  }

  /*---------------------------------------------------*/
  /*  banner部分 */
  /*---------------------------------------------------*/
  section#banner {
    width: 100%;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 10;
    border-radius: 12px;
  }

  section#banner .inner {
    padding: 0;
  }
/*---------------------------------------------------*/
/*  バナーレイアウト */
  ul.bannerTop {
    width: 100%;
    margin: 12px auto 12px;
    font-size: 0;
    text-align: center;
  }

  ul.bannerTop li {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-size: 0;
  }

  ul.bannerTop li img {
    height: auto;
  }

  ul.bannerTop.foot li img {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
    height: auto;
  }

  /*---------------------------------------------------*/
  /* フッター */
  footer p.copy {
    width: 100%;
    background-color: rgba(75, 165, 203, 0.2);
    z-index: 10;
    border-radius: 12px 12px 0 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
  }

  /*--------------------------------------------------------end@media*/
}