@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
  margin: 0; }

img {
  border: 0; }

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

div#bl_pc {
  /* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
  /* change colours to suit your needs */
  /* change colours to suit your needs */
  /* change border colour to suit your needs */
  background-color: #dffaf5;
  width: 100%;
  min-width: 1280px;
  padding-bottom: 60px; }
  div#bl_pc div, div#bl_pc span, div#bl_pc object, div#bl_pc iframe,
  div#bl_pc h1, div#bl_pc h2, div#bl_pc h3, div#bl_pc h4, div#bl_pc h5, div#bl_pc h6, div#bl_pc p, div#bl_pc blockquote, div#bl_pc pre,
  div#bl_pc abbr, div#bl_pc address, div#bl_pc cite, div#bl_pc code,
  div#bl_pc del, div#bl_pc dfn, div#bl_pc em, div#bl_pc img, div#bl_pc ins, div#bl_pc kbd, div#bl_pc q, div#bl_pc samp,
  div#bl_pc small, div#bl_pc strong, div#bl_pc sub, div#bl_pc sup, div#bl_pc var,
  div#bl_pc b, div#bl_pc i,
  div#bl_pc dl, div#bl_pc dt, div#bl_pc dd, div#bl_pc ol, div#bl_pc ul, div#bl_pc li,
  div#bl_pc fieldset, div#bl_pc form, div#bl_pc label, div#bl_pc legend,
  div#bl_pc table, div#bl_pc caption, div#bl_pc tbody, div#bl_pc tfoot, div#bl_pc thead, div#bl_pc tr, div#bl_pc th, div#bl_pc td,
  div#bl_pc article, div#bl_pc aside, div#bl_pc canvas, div#bl_pc details, div#bl_pc figcaption, div#bl_pc figure,
  div#bl_pc footer, div#bl_pc header, div#bl_pc hgroup, div#bl_pc menu, div#bl_pc nav, div#bl_pc section, div#bl_pc summary,
  div#bl_pc time, div#bl_pc mark, div#bl_pc audio, div#bl_pc video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }
  div#bl_pc body {
    line-height: 1; }
  div#bl_pc article, div#bl_pc aside, div#bl_pc details, div#bl_pc figcaption, div#bl_pc figure,
  div#bl_pc footer, div#bl_pc header, div#bl_pc hgroup, div#bl_pc menu, div#bl_pc nav, div#bl_pc section {
    display: block; }
  div#bl_pc nav ul {
    list-style: none; }
  div#bl_pc blockquote, div#bl_pc q {
    quotes: none; }
  div#bl_pc blockquote:before, div#bl_pc blockquote:after,
  div#bl_pc q:before, div#bl_pc q:after {
    content: '';
    content: none; }
  div#bl_pc li {list-style:none;}
  div#bl_pc a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }
  div#bl_pc ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none; }
  div#bl_pc mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold; }
  div#bl_pc del {
    text-decoration: line-through; }
  div#bl_pc abbr[title], div#bl_pc dfn[title] {
    border-bottom: 1px dotted;
    cursor: help; }
  div#bl_pc table {
    border-collapse: collapse;
    border-spacing: 0; }
  div#bl_pc hr {
    display: block;
    height: 2px;
    border: 0 none;
    /* border-top: 1px solid #cccccc; */
    margin: 1em 0;
    background-color: #F87EA2;
    padding: 0; }
  div#bl_pc input, div#bl_pc select {
    vertical-align: middle; }
div#bl_pc {
  background: url(./../img/pt02.jpg) repeat center top;
  width: 100%;
  min-width: 1280px;
  padding-bottom: 60px;}
div#bl_pc .wrap{
  min-width: 1280px;}
  div#bl_pc section.top {
    background: url(./../img/pt01.jpg) repeat center top;
    padding-top: 30px;
    padding-bottom: 35px; 
  }
  div#bl_pc section.top .top_inner {
    background: url(./../img/mv.png) no-repeat center top;
    height: 887px;
    width: 1200px;
    margin: 0 auto;
    position: relative; }
    div#bl_pc section.top .sky_web_main {
      background: url(./../img/skaper_web_main_bg.jpg) no-repeat;
      display: block;
      width: 247px;
      height: 153px;
      position: absolute;
      top: 1186px;
      right: 312px; }
    div#bl_pc section.top .sky_web_main img {
      position: absolute;
      top: 50px;
      right: 14px;
      width: 218px; }
div#bl_pc .nav_wrap {
  display: block;
  background-color: #f87ea2;}
  div#bl_pc .nav_wrap .nav {
    margin: 0 auto;
    box-sizing: border-box;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap; 
  }
  div#bl_pc .nav_wrap .nav li {
    text-align: center;
    width: 25%;}
  div#bl_pc .nav_wrap .nav li a {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding: 15px 0;
    display: inline-block;
    line-height: 1;
    width: 100%;
    color:#fff;}
  div#bl_pc .nav_wrap .nav li a:hover{
    opacity: 0.66;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

div#bl_pc section.main-contents .inner {
  font-family: 'Noto Sans JP', sans-serif;
  width: 1200px;
  margin: 0 auto;
  text-align: center;}
  div#bl_pc section.main-contents .txt_italic {
    font-style: italic;
  }
  div#bl_pc section.main-contents .present_wrap {
    margin: 60px auto 0;
  }
  div#bl_pc section.main-contents .present_wrap .opac:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; 
  } 
  div#bl_pc section.main-contents .lead {
    margin: 60px auto; }
  div#bl_pc section.main-contents .cnt_ttl {
    line-height: 1;
    font-weight: 700;
    color: #fb6793;
    font-size: 60px;
    letter-spacing: 0.08em;
    text-shadow:3px 3px 0 #fff, -3px -3px 0 #fff,-3px 3px 0 #fff, 3px -3px 0 #fff,0px 3px 0 #fff,  0 -3px 0 #fff,-3px 0 0 #fff, 3px 0 0 #fff;
    margin-bottom: 40px;}
  div#bl_pc section.main-contents .cnt_sttl_txt {
    font-weight: 700;
    color: #fb6793;
    font-size: 32px;}
  div#bl_pc section.main-contents .story_box {
    padding: 60px;
    border: 5px solid #f87ea2;
    background: #fff;
    text-align: left;
    margin-bottom: 60px;
    border-radius: 20px;}
    div#bl_pc section.main-contents .story_box p {
      color: #434242;
      font-size: 32px;
      font-weight: 700;
      line-height: 1.8;
      letter-spacing: 0.1em; }
  div#bl_pc section.main-contents .chart_box {
    margin-bottom: 40px;
  }
  div#bl_pc section.main-contents .cast_box {
    padding: 30px 20px;
    border: 5px solid #f87ea2;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 60px; }
    div#bl_pc section.main-contents .cast_box p {
      color: #292828;
      font-size: 26px;
      line-height: 1.8;
      font-weight: 400;
      letter-spacing: 0.1em; }
      div#bl_pc section.main-contents .cast_box p .txt_l {
        font-weight: 700;
        font-size: 32px; }
  div#bl_pc section.main-contents .staff_box {
    padding: 0 60px;
    margin-bottom: 30px; }
    div#bl_pc section.main-contents .staff_box p {
      text-align: center;
      color: #292828;
      font-size: 24px;
      line-height: 1.8;
      font-weight: 400;
      letter-spacing: 0.1em; }
      div#bl_pc section.main-contents .staff_box p .txt_l {
        font-size: 30px;}
    div#bl_pc section.main-contents .tw_wrap {
    width: 750px;
    margin: 60px auto 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 50px;
    border: 5px solid #f87ea2;
    box-sizing: border-box; }
    div#bl_pc section.main-contents .tw_wrap .tw_btn,
    div#bl_pc section.main-contents .movie_btn,
    div#bl_pc section.main-contents .release_btn {
    	margin-top: 20px;
    	text-align: center; }
    div#bl_pc section.main-contents .tw_wrap .tw_btn a,
    div#bl_pc section.main-contents .movie_btn a,
    div#bl_pc section.main-contents .release_btn a {
    	background-color: #f87ea2;
    	color: #fff;
    	font-size: 18px;
    	text-decoration: none;
    	border-radius: 50px;
    	display: inline-block;
    	padding: 12px 0;
    	font-weight: 700;
    	width: 100%;
    	position: relative; }
      div#bl_pc section.main-contents .movie_btn a,
      div#bl_pc section.main-contents .release_btn a {
        width: 640px;
      }

    	div#bl_pc section.main-contents .tw_wrap .tw_btn a::after,
      div#bl_pc section.main-contents .movie_btn a::after,
      div#bl_pc section.main-contents .release_btn a::after {
    		content: "";
			position: absolute;
			top: 50%;
			right: 20px;
			width: 7px;
			height: 7px;
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			-webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  div#bl_pc section.main-contents .tw_bnr {
    width: 750px;
    margin: 60px auto 20px;
    text-align: center;
  }
  div#bl_pc section.main-contents .ig_bnr {
    width: 750px;
    margin: 0 auto 60px;
    text-align: center; }
  div#bl_pc section.main-contents .btn_opac {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  div#bl_pc section.main-contents .btn_opac:hover {
    opacity: 0.8; }
  div#bl_pc section.main-contents .music_box {
    margin-bottom: 60px;
  }
  div#bl_pc section.main-contents .music_box p {
    text-align: center;
    color: #292828;
    font-size: 32px;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
/* news */
div#bl_pc section.main-contents .news_wrap {
  margin-bottom: 60px;
  font-family: 'Noto Sans JP', sans-serif;
}
div#bl_pc section.main-contents .news_box {
  border: 5px solid #f87ea2;
  background: #fff;
  margin: 0 auto;
  width: 750px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px 30px 40px 40px;
}
div#bl_pc section.main-contents .news_list {
  margin: 0 auto;
  /* width: 750px; */
  /* padding: 30px 30px; */
  /* border: 5px solid #f87ea2; */
  /* background: #fff; */
  box-sizing: border-box;
  /* border-radius: 20px; */
  text-align: left;
  color: #292828;
  max-height: 400px;
  overflow: auto;
}
div#bl_pc section.main-contents .news_list li {
  margin-bottom: 15px;
}
div#bl_pc section.main-contents .news_list li:last-child {
  margin-bottom: 0;
}
div#bl_pc section.main-contents .news_list .txt_box a {
  text-decoration: underline;
  color: #292828;
}
div#bl_pc section.main-contents .news_list .txt_box a:hover {
  text-decoration: none;
}
div#bl_pc section.main-contents .news_list .date span{
  background: #fa5bab;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.8em;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
}
div#bl_pc section.main-contents .news_list .ttl {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 10px;
}
div#bl_pc section.main-contents .news_list .ttl:last-of-type {
  margin-bottom: 0;
}



/* youtube */
div#bl_pc section.main-contents .youtube-box {
width: 850px;
margin: 60px auto 0;}
div#bl_pc section.main-contents .youtube-box .youtube-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  div#bl_pc section.main-contents .youtube-box .youtube-inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
/* movie_list */
div#bl_pc section.main-contents .movie_list {
  padding-top: 30px;
  width: 850px;
  margin: 0 auto;
}
div#bl_pc section.main-contents .movie_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}
div#bl_pc section.main-contents .movie_list_box a {
  display: inline-block;
}
div#bl_pc section.main-contents .movie_list_box a img {
  width: 420px;
}

/* release_wrap */
div#bl_pc section.main-contents .release_box {
    padding: 60px;
    border: 5px solid #f87ea2;
    background: #fff;
    text-align: left;
    margin-bottom: 60px;
    border-radius: 20px;}
    div#bl_pc section.main-contents .release_box p {
      color: #434242;
      font-size: 32px;
      line-height: 1.8;
      letter-spacing: 0.1em; }
    div#bl_pc section.main-contents .release_box .release_ttl {
      font-weight: 700;
      margin-bottom: 30px;
    }
    div#bl_pc section.main-contents .release_box .release_lead {
      font-size: 21px;
      margin-bottom: 15px;
      line-height: 1.6;
    }
    div#bl_pc section.main-contents .release_box .release_lead_last {
      margin-bottom: 30px;
    }
    div#bl_pc section.main-contents .release_box .release_txt {
      line-height: 1.6;
      font-size: 21px;
      margin-bottom: 40px;
    }
    div#bl_pc section.main-contents .release_box .txtB {
    	font-weight: 700;
    }
    div#bl_pc section.main-contents .release_box .txtS {
      font-size: 16px;
    }
    div#bl_pc section.main-contents .release_img {
      text-align: center;
      margin: 40px auto;
    }
    div#bl_pc section.main-contents .release_img img {
      width: 800px;
    }


/* manga_wrap */
div#bl_pc section.main-contents .manga_wrap {
  margin: 60px auto 0;
}
div#bl_pc section.main-contents .manga_wrap img {
  vertical-align: top;
}

/* external-link */
div#bl_pc section.main-contents a.external-link:hover:before,
div#bl_pc section.main-contents a.external-link:active:before {
  content: "";
  width: 80px;
  height: 32px;
  display: block;
  background: url(./../img/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -32px;
  left: -8px;
  z-index: 1000; }

div#bl_pc section.main-contents a.external-link {
  display: inline-block;
  position: relative; }

/* スカパーオンデマンド */
      div#bl_pc section.top .inner .sky_web_main {
        background-image: url(./../img/skaper_web_main_bg.jpg);
        display: block;
        width: 247px;
        height: 153px;
        position: absolute;
        top: 1086px;
        right: 314px; }
      div#bl_pc section.top .inner .sky_web_main img {
        position: absolute;
        top: 50px;
        right: 14px;
        width: 218px; }
  div#bl_pc section.main-contents {
    padding-bottom: 60px; }
    div#bl_pc section.main-contents .inner {
      width: 1280px;
      margin: 0 auto;
      margin-bottom: 60px;
      text-align: center; }

     div#bl_pc section.main-contents .skyper_ondemand-bnr {
        margin: 70px 0; }
      div#bl_pc section.main-contents .skyper_ondemand-bnr a {
        display: inline-block; }
      div#bl_pc section.main-contents .skyper_ondemand-bnr a:hover {
        opacity: 0.8;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; } 

    div#bl_pc section.main-contents .cnt02 .skyper_ondemand-logo {
        text-align: center;
        margin: 0 auto; }
    div#bl_pc section.main-contents .cnt02 .skyper_ondemand-logo img {
        width: 317px;
        height: 139px; }
    div#bl_pc section.main-contents #skyper_ondemand.cnt02 {
        border-radius: 30px;
        border: 2px solid #009fe8;
        background-color: #ffffff;
        padding: 70px;
        margin: 70px 0 90px; }
      div#bl_pc section.main-contents #skyper_ondemand.cnt02 .ttl03 {
        font-size: 28px;
        color: #2f2525;
        font-weight: bold;
        text-align: center;
        line-height: 1.8;
        margin: 20px 0; }
      div#bl_pc section.main-contents #skyper_ondemand.cnt02 .txt02 {
        font-size: 20px;
        color: #2f2525;
        text-align: left;
        line-height: 1.6;
        margin-bottom: 20px; }
        div#bl_pc section.main-contents #skyper_ondemand.cnt02 .txt02 .link {
        text-decoration: underline;
        color: #0000ee; }
        div#bl_pc section.main-contents #skyper_ondemand.cnt02 .txt02 .link:hover {
        opacity: 0.6;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        div#bl_pc section.main-contents #skyper_ondemand.cnt02 .txt02 .link.btn_viewing {
          background-color: #f77a22;
          color: #fff;
          padding: 0.5em 2em;
          border-radius: 8px;
          text-decoration: none;
          line-height: 3; }
        div#bl_pc section.main-contents .guide-line {
           border-top: 1px solid #cecece;}
        div#bl_pc section.main-contents .font-red{
          color: red; }
        div#bl_pc section.main-contents .app-title {
          margin-bottom: 30px;
          text-align: center; }
        div#bl_pc section.main-contents .app-icon {
          display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;  }
        div#bl_pc section.main-contents .app-os {
          width: 48%;
          font-size:2em; }
        div#bl_pc section.main-contents .app-text {
          text-align: left;
          font-size: 14px; }
        div#bl_pc section.main-contents .app-note {
          text-align: left;
          font-size: 12px; }
        div#bl_pc section.main-contents .app-text li {
          margin: 5px;
          text-indent: -1em;
          padding-left: 1em; }
        div#bl_pc section.main-contents .app-note li {
          margin-bottom: 3px;
          text-indent: -1em; padding-left: 1em; }
        div#bl_pc section.main-contents .bottom-btn .guide-btn .blue-button { 
          margin-bottom: 30px; }
        div#bl_pc section.main-contents .mb1 {
          margin-bottom: 1rem; }
        div#bl_pc section.main-contents .mb20 {
          margin-bottom: 20px; }
        div#bl_pc section.main-contents .mb30 {
          margin-bottom: 30px; }
        div#bl_pc section.main-contents .mb50 {
          margin-bottom: 50px; }



  div#bl_pc a.opac:hover {
    opacity: 0.8; }
  div#bl_pc .sky_frame {
    position: relative;
    width: 1280px;
    height: 320px;
    margin: 0px auto;
    background-image: url(./../img/pc_sky_back.jpg); }
  div#bl_pc .sky_text {
    text-align: center;
    padding-top: 90px; }
  div#bl_pc .sky_left {
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: 1; }
  div#bl_pc .sky_right {
    position: absolute;
    top: 135px;
    right: 50px;
    z-index: 1; }
  div#bl_pc .sky_image {
    display: inline-block;
    width: 580px;
    height: 160px; }
  div#bl_pc .sky_left:hover img, div#bl_pc .sky_web_main:hover {
    opacity: 0.66;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  div#bl_pc .white_cover {
    display: block;
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: 0; }
  div#bl_pc .white_image {
    display: inline-block;
    width: 580px;
    height: 160px; }

/*=====footer[s]=====*/
.foot_info {
  width: 100%;
  margin: 0;
  background: #fff; }

.foot_info .info_midashi--ch1 {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #f0027f; }

.foot_info .info_midashi--ch2 {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #00a0c6; }

.foot_info .foot_info-box {
  min-width: 970px;
  max-width: 1280px;
  margin: 20px auto;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 30px; }

.foot_info .foot_info-box p {
  margin: 10px auto 0;
  line-height: 25px; }

/*=====footer[e]=====*/
