@charset "UTF-8";

@media screen and (max-width: 667px) {
    /*表示・非表示*/
  /*-----------------------------------------------------------*/
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .end {
    padding-top: 36px;
    font-size: 20px;
    text-align: center;
    color: #bf0a0a;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-style: normal;
  }
  .ryuminC {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: bold;
    font-style: normal;
    }
  /* 文字関係 */
  .imgPC {
    display: none;
  }

  .imgSP {
    display: block;
  }

  #page-top {
    position: fixed;
    bottom: 20px;
    right: 1%;
    z-index: 99;
    width: 17%;
  }

  #wrapper {
    width: 100%;
    overflow: hidden;
  }

  #nav1 ul,
  #nav3 ul {
    display: none;
  }

  /* ヘッダーロゴ部分 */
  header#top {
    width: 100%;
    height: auto;
    padding-top: calc(100%*1000/750);
    background: url("../../_img/bg_top_sp.jpg")no-repeat center top -30px;
    background-size: 100% auto;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }

  header#top #logo1 {
    width: 26%;
    position: absolute;
    left: 36%;
    top: 16%;
    z-index: 4;
  }

  header#top #neko1 {
    width: 60%;
    position: absolute;
    left: -18%;
    top: 0%;
    z-index: 1;
  }

  header#top #neko2 {
    width: 52%;
    position: absolute;
    right: -10%;
    top: 15%;
    z-index: 1;
  }

  header#top #neko3 {
    width: 45%;
    position: absolute;
    left: -2%;
    top: 27%;
    z-index: 1;
  }

  header#top #neko4 {
    width: 44%;
    position: absolute;
    right: -1%;
    top: 33%;
    z-index: 1;
  }

  header#top #text1 img {
    display: none;
  }

  header#top #text1 {
    width: 74%;
    height: auto;
    padding-top: calc(100%*700/614);
    background: url("../../_img/header_text_sp.png") center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 17%;
    top: 4%;
  }

  header#top #btnCampaign {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 85%;
    z-index: 8;
  }


  /*ニュース部分 */

  section#news {
    width: 100%;
    margin: 20px auto 0;
    position: relative;
  }

  section#news h2 {
    position: absolute;
    left: -4%;
    width: 25%;
    height: auto;
    padding-top: calc(100%*150/130);
    background: url("../../_img/h2_news.png") center top no-repeat;
    background-size: 100% auto;
  }

  section#news dd {
    margin-left: 26%;
    padding-top: 0px;
  }

  section#news span {
    display: block
  }



  /* 試し読み部分 */
  section#readTop {
    width: 100%;
    margin: -24px auto 30px;
  }

  section#readTop .readPict {
    width: 90%;
    height: auto;
    margin: 0 auto;
    background: url('../../_img/shoei_read_sp.png') center top no-repeat;
    padding-top: calc(100%*596/628);
    background-size: 100% auto;
    position: relative;
  }

  section#readTop .readPict .readBtn {
    width: 40%;
    right: 5%;
    top: 62%;
    z-index: 10;
  }

  .buyBtn {
    width: 96%;
    margin: -50px auto 0;
    position: relative;
    z-index: 8;
  }
  .buyBtn.mt {
    width: 96%;
    margin: -60px auto 0;
    position: relative;
    z-index: 8;
  }

  section#readTop .readPict .readBtn img,
  .buyBtn img {
    width: 100%;
  }

  /* あらすじ部分 */
  section#arasuji {
    width: 100%;
    height: auto;
    margin: 0px auto 0;
    background: url('../../_img/arasuji_bg_sp.jpg');
    position: relative;
    padding-top: calc(100%*1515/750);
    background-size: 100% auto;
  }

  /* キャラクター紹介部分 */
  section#chara {
    width: 96%;
    margin: 0px auto 0;
    background: url('../../_img/bg_nami.jpg');
    padding-bottom: 20px;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  section#chara ul.charaList {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  section#chara ul.charaList li {
    width: 48%;
    margin: 0 1% 22px;
  }

  section#chara ul.charaList li img {
    width: 100%;
  }

  section#chara ul.charaList li.imgSP {
    width: 94%;
    margin: 0 auto 22px;
  }

  /* 年表部分 */
  section#nenpyou {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 0px;
  }

  section#nenpyou #scroll {
    width: 100%;
    margin: 0 auto;
  }

  section#nenpyou #scroll:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: auto;
    background-image: url('../../_img/scroll_header.png');
    background-size: 100% auto;
    padding-bottom: calc(100%*150/900);
    vertical-align: middle;
  }

  section#nenpyou #scroll:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: auto;
    background-image: url('../../_img/scroll_footer.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: calc(100%*150/900);
    vertical-align: middle;
  }

  section#nenpyou #scroll .inner {
    width: 100%;
    padding: 0 20px;
    background: url('../../_img/scroll_bg.png')center top repeat-y;
    position: relative;
    background-size: 100% auto;
  }

  section#nenpyou .chara1 {
    display: none;
  }

  section#nenpyou .chara2 {
    display: none;
  }

  section#nenpyou h2 {
    font-size: 0;
    width: 90%;
    height: auto;
    text-align: center;
    background: url('../../_img/h2_nenpyou_sp.png') center top no-repeat;
    background-size: 100% auto;
    padding-bottom: calc(100%*210/605);
    margin: 0 auto;
  }

  section#nenpyou dl#saisyo dt {
    width: 100%;
    float: none;
  }

  section#nenpyou dl#saisyo dd {
    margin-left: 0px;
    padding: 0 5%;
  }

  section#nenpyou dl#nenpyouText {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    margin: 0px;
  }

  section#nenpyou dl#nenpyouText dt {
    padding: 10px;
    width: 100%;
    text-align: left;
    float: none;
  }

  section#nenpyou dl#nenpyouText dd {
    padding: 10px;
    width: 100%;
    margin-left: 0%;
  }

  section#nenpyou .mgTop160 {
    margin-top: 0px;
  }

  section#nenpyou .mgTop180 {
    margin-top: 0px;
  }


  /*動画部分 */
  section#movie {
    width: 100%;
    margin: 0px auto 0;
    position: relative;
    padding-top: 150px;
  }

  section#movie h2 {
    position: absolute;
    top: 0px;
    width: 25%;
    height: auto;
    padding-top: calc(100%*150/130);
    background: url("../../_img/h2_movie.png") center top no-repeat;
    background-size: 100% auto;
  }

  section#movie:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: auto;
    background-image: url('../../_img/movie_header.png');
    background-size: 100% auto;
    padding-bottom: calc(100%*85/1200);
    vertical-align: middle;
    position: absolute;
    top: calc(100%*-65/1200)
  }

  section#movie #youtube {
    width: 100%;
    margin: 0px auto 0;
  }

  section#movie #youtube iframe {
    width: 100%;
  }

  section#movie #youtube iframe.box {
    position: relative;
    width: 100%;
    height: 350px !important;
  }

  /*フッターの情報部分 */
  section#infomation {
    width: 100%;
    margin: 0px auto 0;
    position: relative;
    background: url('../../_img/bg_nami.jpg');
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 5%;
  }

  section#infomation.infoTop:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: auto;
    background-image: url('../../_img/bg_endline.jpg');
    background-size: contain;
    background-size: 100% auto;
    padding-bottom: calc(100%*97/1200);
    vertical-align: middle;
    position: absolute;
    top: -97px;
  }

  .footerInfo {
    width: 96%;
    margin: 50px auto 0;
    background: url('../../_img/footer_info_sp.png')no-repeat;
    background-size: 100% auto;
    padding-bottom: calc(100%*577/662);
  }

  .footerInfo img {
    display: none;
  }


  /*他ページのヘッダー */
  header#other {
    width: 100%;
    height: auto;
    background: url("../../_img/bg_header_sp.png")no-repeat center top;
    background-size: 100% auto;
    padding-bottom: calc(100%*136/750);
    position: relative;
    margin: 0 auto;
    z-index: 10;
  }

  header#other #logo0 {
    width: 22%;
    position: absolute;
    left: 10px;
    top: 10px;
  }

  /*インタビュー*/
  section#interview {
    width: 100%;
    background: url("../../_img/interview_visual.png")no-repeat center top;
    margin: 0 auto;
    background-size: 110% auto;
    background-position: 0px 1%;
  }

  section#interview h2 {
    width: 25%;
    height: auto;
    margin: 0 auto;
    padding-top: calc(100%*150/130);
    background: url("../../_img/h2_interview.png") center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 90px
  }

  section#interview .inner {
    width: 90%;
    margin: 0px auto 0;
    font-size: 15px;
    line-height: 22px;
    padding-top: 300px;
  }

  section#interview h3 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    margin: 16px auto;
  }


  /*試し読み*/
  section#read {
    width: 100%;
    background: url("../../_img/read_visual.png")no-repeat center top;
    margin: 0 auto;
    background-size: 110% auto;
    background-position: 0% 0.2%;
  }

  section#read h2 {
    width: 25%;
    height: auto;
    margin: 0 auto;
    padding-top: calc(100%*150/130);
    background: url("../../_img/h2_read.png") center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
  }

  section#read .inner {
    width: 90%;
    margin: 0px auto 0;
    font-size: 16px;
    line-height: 22px;
    padding-top: 260px;
  }

  /*キャンペーン*/
  section#campaign .inner {
    width: 90%;
    margin: 0px auto 0;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 100px;
  }

  section#campaign h3 {
    width: 100%;
    font-size: 21px;
    line-height: 26px;
    margin: 40px auto 10px;
    position: relative;
  }

  section#campaign h3 span {
    display: block;
    position: absolute;
    top: 15px;
    left: 30px;
  }

  section#campaign h3 span.gyou2 {
    display: block;
    position: absolute;
    top: -10px;
    left: 30px;
  }

  section#campaign h3:after {
    width: 100%;
    content: '';
    display: inline-block;
    height: 10px;
    background-image: url('../../_img/interview_border.png');
    background-size: contain;
    background-repeat: repeat-x;
    vertical-align: middle;
  }

  section#campaign h3:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 41px;
    margin-right: 10px;
    background-image: url('../../_img/icon_burn.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  section#campaign #twitterVisual {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    background: url("../../_img/campaign_twitter_bg_sp.png")no-repeat center top;
    background-size: 100% auto;
    padding-top: calc(100%*557/688);
    position: relative;
  }

  section#campaign #twitterVisual .btn1 {
    position: absolute;
    width: 70%;
    top: 33%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  section#campaign #twitterVisual .btn2 {
    position: absolute;
    width: 70%;
    top: 87%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  section#campaign .present {
    width: 100%;
    margin: 20px auto 0;
  }

  section#campaign #campaignVisual img {
    display: none;
  }

  section#campaign #campaignVisual {
    width: 100%;
    height: auto;
    background: url("../../_img/campaign_header_sp.png")no-repeat center top;
    background-size: 100% auto;
    padding-bottom: calc(100%*458/688);
    position: relative;
    margin: 0 auto;
  }

  /* フッター */
  footer {
    width: 100%;
    margin: 0px auto;
    background: url('../../_img/bg_footer_sp.jpg');
    position: relative;
    padding: 50px 0 0;
    background-size: 100% auto;
  }

  footer ul#footerText {
    width: 92%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 16px;
  }

  footer ul#footerText li.sec1 {
    width: 23%;
    margin: 0 1%;
  }

  footer ul#footerText li.sec2 {
    width: 73%;
    margin: 0 1%;
  }

  footer ul#footerText li.sec3 {
    width: 100%;
    margin: 2% 1%;
  }

  footer .title {
    font-size: 30px;
    line-height: 47px;
  }

  footer .profile {
    font-size: 20px;
    line-height: 32px;
  }

  footer p.copy {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    background: #000;
    margin-top: 20px;
  }




}