@charset "UTF-8";
/* 日本語 */
/*ゴシック*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*明朝*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

body {
  width: 100%;
  margin: 0;
}

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

div#bl2_sp {
  /* 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 */
  width: 100%;
  background: url(../img/bg.jpg) center top repeat #75d6c5;
  background-size: 80%;
}

div#bl2_sp div, div#bl2_sp span, div#bl2_sp object, div#bl2_sp iframe, div#bl2_sp h1, div#bl2_sp h2, div#bl2_sp h3, div#bl2_sp h4, div#bl2_sp h5, div#bl2_sp h6, div#bl2_sp p, div#bl2_sp blockquote, div#bl2_sp pre, div#bl2_sp abbr, div#bl2_sp address, div#bl2_sp cite, div#bl2_sp code, div#bl2_sp del, div#bl2_sp dfn, div#bl2_sp em, div#bl2_sp img, div#bl2_sp ins, div#bl2_sp kbd, div#bl2_sp q, div#bl2_sp samp, div#bl2_sp small, div#bl2_sp strong, div#bl2_sp sub, div#bl2_sp sup, div#bl2_sp var, div#bl2_sp b, div#bl2_sp i, div#bl2_sp dl, div#bl2_sp dt, div#bl2_sp dd, div#bl2_sp ol, div#bl2_sp ul, div#bl2_sp li, div#bl2_sp fieldset, div#bl2_sp form, div#bl2_sp label, div#bl2_sp legend, div#bl2_sp table, div#bl2_sp caption, div#bl2_sp tbody, div#bl2_sp tfoot, div#bl2_sp thead, div#bl2_sp tr, div#bl2_sp th, div#bl2_sp td, div#bl2_sp article, div#bl2_sp aside, div#bl2_sp canvas, div#bl2_sp details, div#bl2_sp figcaption, div#bl2_sp figure, div#bl2_sp footer, div#bl2_sp header, div#bl2_sp hgroup, div#bl2_sp menu, div#bl2_sp nav, div#bl2_sp section, div#bl2_sp summary, div#bl2_sp time, div#bl2_sp mark, div#bl2_sp audio, div#bl2_sp video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

div#bl2_sp body {
  line-height: 1;
}

div#bl2_sp ul {
  list-style: none;
}

div#bl2_sp article, div#bl2_sp aside, div#bl2_sp details, div#bl2_sp figcaption, div#bl2_sp figure, div#bl2_sp footer, div#bl2_sp header, div#bl2_sp hgroup, div#bl2_sp menu, div#bl2_sp nav, div#bl2_sp section {
  display: block;
}

div#bl2_sp nav ul {
  list-style: none;
}

div#bl2_sp blockquote, div#bl2_sp q {
  quotes: none;
}

div#bl2_sp blockquote:before, div#bl2_sp blockquote:after, div#bl2_sp q:before, div#bl2_sp q:after {
  content: '';
  content: none;
}

div#bl2_sp a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

div#bl2_sp ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

div#bl2_sp mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

div#bl2_sp del {
  text-decoration: line-through;
}

div#bl2_sp abbr[title], div#bl2_sp dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

div#bl2_sp table {
  border-collapse: collapse;
  border-spacing: 0;
}

div#bl2_sp hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

div#bl2_sp input, div#bl2_sp select {
  vertical-align: middle;
}

div#bl2_sp img {
  vertical-align: bottom;
  width: 100%;
}

div#bl2_sp section.top {
  width: 100%;
}
div#bl2_sp section.top h1 {
  margin: 0;
  padding: 0;
}

div#bl2_sp section.top img {
  display: block;
  width: 100%;
}


/* メインビジュアル */
div#bl2_sp section.top .mv img {
  width: 100%;
}


/* nav */
div#bl2_sp section.nav_bl {
  width: 100%;
  margin-bottom: 6vw;
  background: url(../img/bg_nav.png) center top repeat;
  box-shadow: 0 5px 10px rgba(17, 55, 97, 0.2);
}
div#bl2_sp section.nav_bl ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
div#bl2_sp section.nav_bl li {
  width: calc(100% / 4);
  text-align: center;
}
div#bl2_sp section.nav_bl li a {
  text-decoration: none;
  color: #fff;
  font-size: 4.10256410256vw;
  line-height: 1;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  text-shadow: 0 2px 0 #666;
  display: block;
  position: relative;
}
div#bl2_sp section.nav_bl li a:after {
  content: "";
  height: 4.10256410256vw;
  border-right: solid 1px #fcacd5;
  display: block;
  position: absolute;
  right: 0;
}
div#bl2_sp section.nav_bl li.last a:after {
  content: "";
  border: none;
  right: 0;
}
div#bl2_sp section.nav_bl .top li a {
  padding: 5vw 0 3vw;
}
div#bl2_sp section.nav_bl .top li a:after {
  top: 5vw;
}
div#bl2_sp section.nav_bl .bottom li a {
  padding: 3vw 0 5vw;
}
div#bl2_sp section.nav_bl .bottom li a:after {
  bottom: 5vw;
}



/* 共通 */
div#bl2_sp section.main-contents {
  width: 100%;
  padding: 0 0 6vw;
}
div#bl2_sp section.main-contents .inner {
  text-align: center;
  margin: 0 auto;
  width: 92%
}
div#bl2_sp section.main-contents .inner .contbox {
  width: 100%;
  margin: 0 auto 5vw;
  padding: 6vw 5vw 8vw;
  border: solid 3px #97e1d4;
  box-shadow: 0 0 50px rgba(100, 157, 157, 0.5);
  background: #fff;
  box-sizing: border-box;
}
div#bl2_sp section.main-contents .contbox p {
  font-size: 3.58974358974vw;
  line-height: 2;
  text-align: justify;
}
div#bl2_sp section.main-contents .contbox h2 {
  width: 100%;
  margin-bottom: 7vw;
  color: #00cca9;
  font-size: 11.282051282vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 0.65;
  letter-spacing: -0.5vw;
  position: relative;
}
div#bl2_sp section.main-contents .contbox h2:before,
div#bl2_sp section.main-contents .contbox h2:after {
  content: "";
  width: 80.460512821vw;
  height: 1px;
  background: #00cca9;
  display: block;
  position: absolute;
}
div#bl2_sp section.main-contents .contbox h2:before {
  top: 0;
}
div#bl2_sp section.main-contents .contbox h2:after {
  bottom: -1.2vw;
}
div#bl2_sp section.main-contents .contbox h2 span {
  padding: 0.5vw 1vw 0.8vw 1.2vw;
  background: #f33599;
  color: #fff;
  font-size: 3.07692vw;
  letter-spacing: 1px;
  position: absolute;
  top: calc(50% + 0.6vw);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
}
div#bl2_sp section.main-contents .contbox a.btn_bl {
  margin: 0 auto;
  padding: 5vw;
  color: #fff;
  font-size: 3.84615384615vw;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #f33599;
  display: block;
  box-sizing: border-box;
  position: relative;
}  
div#bl2_sp section.main-contents .contbox a.btn_bl:after{
  content: '';
  width: 2vw;
  height: 2vw;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 4vw;
  margin-top: -1vw;
}
div#bl2_sp section.main-contents .contbox .fs_l {
  font-size: 4.35897435897vw;
  line-height: 1.6;
}
div#bl2_sp section.main-contents .contbox .fs_s {
  font-size: 3.07692vw;
}
div#bl2_sp section.main-contents .contbox .pink01 {
  color: #f33599;
}
div#bl2_sp section.main-contents .contbox .pink02 {
  color: #ed77b3;
}
div#bl2_sp section.main-contents .contbox .green01 {
  color: #00cca9;
}
div#bl2_sp section.main-contents .contbox .green02 {
  color: #97e1d4;
}
div#bl2_sp section.main-contents .contbox .bold {
  font-weight: bold;
}


/* news */
div#bl2_sp section.main-contents #news {
  margin-top: 6vw;
}
div#bl2_sp section.main-contents .contbox .box_news ul {
  width: 80.460512821vw;
  max-height: 64vw;
  overflow-y: scroll;
}    
div#bl2_sp section.main-contents .contbox .box_news li {
  width: 80.460512821vw;
  padding: 5vw 4vw 0;
  border-bottom: solid 1px #97e1d4;
  box-sizing: border-box;
}    
div#bl2_sp section.main-contents .contbox .box_news li:first-child {
  padding-top: 0;
}        
div#bl2_sp section.main-contents .contbox .box_news .day {
  margin-bottom: 1.8vw;
  font-size: 3.3333333333vw;
  color: #ed77b3;
  line-height: 1;
}
div#bl2_sp section.main-contents .contbox .box_news .txt {
  margin-bottom: 4vw;
  line-height: 1.6;
}


/* movie */
div#bl2_sp section.main-contents .youtube-box {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 6vw;
}
div#bl2_sp section.main-contents .youtube-box .youtube-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
div#bl2_sp section.main-contents .youtube-box .youtube-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* bnr_sns */
div#bl2_sp section.main-contents .bnr_sns {
  margin-bottom: 5vw;
}
div#bl2_sp section.main-contents .bnr_sns li {
  width: 80.460512821vw;
  margin: 0 auto 3vw;
  box-shadow: 0 0 30px rgba(100, 157, 157, 0.8);
}
div#bl2_sp section.main-contents .bnr_sns li a {
  width: 80.460512821vw;
}


/* intro */
div#bl2_sp section.main-contents #intro h3 {
  margin-bottom: 4vw;
  text-align: center;
}
div#bl2_sp section.main-contents #intro p {
  margin-bottom: 4vw;
}
div#bl2_sp section.main-contents #intro p.clear .external-link {
  display: inline;
}
div#bl2_sp section.main-contents #intro .box_btn {
  margin-top: 6vw;
}
div#bl2_sp section.main-contents #intro .box_btn li {
  margin-bottom: 3vw;
}
div#bl2_sp section.main-contents #intro .box_btn li:last-child {
  margin-bottom: 0;
}


/* story */
div#bl2_sp section.main-contents #story .txt_story {
  margin-bottom: 5vw;
}
div#bl2_sp section.main-contents #story .txt_story p {
  margin-bottom: 3vw;
  font-size: 3.84615384615vw;
}
div#bl2_sp section.main-contents #story .box_story {
  margin-bottom: 8vw;
}
div#bl2_sp section.main-contents #story .box_story:last-child {
  margin-bottom: 0;
}
div#bl2_sp section.main-contents #story .box_story .ttl {
  margin-bottom: 3vw;
  padding-bottom: 1vw;
  font-size: 3.84615384615vw;
  color: #f33599;
  font-weight: bold;
  border-bottom: solid 1px #f33599;
  display: block;
}
div#bl2_sp section.main-contents #story .box_story img {
  margin: 4vw auto 0;
  display: block;
}

    
/* cast */    
div#bl2_sp section.main-contents #cast p {
  margin-top: 5vw;
  text-align: center;
}


/* staff */    
div#bl2_sp section.main-contents #staff p {
  margin: 0 auto -1vw;
  text-align: center;
  line-height: 2.4;
}
div#bl2_sp section.main-contents #staff span.position {
  color: #ed77b3;
}
div#bl2_sp section.main-contents #staff span.title {
  margin: -1vw auto 3vw;
  font-size: 3.07692vw;
  line-height: 1.6;
  display: block;
}


/* bromide */
div#bl2_sp section.main-contents #bromide p {
  margin: 4vw auto;
}
div#bl2_sp section.main-contents #bromide .box_detail {
  padding: 5vw;
  border: solid 1px #ed77b3;
  margin-top: 6vw;
}
div#bl2_sp section.main-contents #bromide .box_detail p {
  line-height: 1.6;
}
div#bl2_sp section.main-contents #bromide .box_detail .ttl {
  background: #ed77b3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}
div#bl2_sp section.main-contents #bromide .box_detail img {
  max-width: 100%;
  margin: 0 auto 10px;
  display: block;
}
div#bl2_sp section.main-contents #bromide .box_btn {
  margin-top: 6vw;
}    
div#bl2_sp section.main-contents #bromide .box_btn li {
  margin-bottom: 3vw;
}
div#bl2_sp section.main-contents #bromide .box_btn li:last-child {
  margin-bottom: 0;
}


/* dvd */
div#bl2_sp section.main-contents #dvd p {
  margin-bottom: 4vw;
}
div#bl2_sp section.main-contents #dvd .box_detail {
  padding: 5vw;
  border: solid 1px #ed77b3;
}
div#bl2_sp section.main-contents #dvd .box_detail p {
  line-height: 1.6;
}
div#bl2_sp section.main-contents #dvd .box_detail .ttl {
  background: #ed77b3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}
div#bl2_sp section.main-contents #dvd .box_detail img {
  max-width: 100%;
  margin: 0 auto 10px;
  display: block;
}
div#bl2_sp section.main-contents #dvd .box_btn {
  margin-top: 6vw;
}    
div#bl2_sp section.main-contents #dvd .box_btn li {
  margin-bottom: 3vw;
}
div#bl2_sp section.main-contents #dvd .box_btn li:last-child {
  margin-bottom: 0;
}





/* watch */
div#bl2_sp section.main-contents #watch {
  padding-top: 10vw;
}
div#bl2_sp section.main-contents #watch h2 {
  margin-bottom: 7vw;
  padding-bottom: 1.2vw;
  color: #fff;
  font-size: 11.282051282vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 0.65;
  letter-spacing: 1px;
  background: #00cca9;
  position: relative;
  display: inline-block;
}
div#bl2_sp section.main-contents #watch h2 span {
  padding: 1vw 1.5vw 1vw 1.2vw;
  background: #f33599;
  color: #fff;
  font-size: 3.07692vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
}



/* external-link */
div#bl2_sp section.main-contents a.external-link:hover:before,
div#bl2_sp 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#bl2_sp section.main-contents a.external-link {
  display: inline-block;
  position: relative; }
      

/* スカパーオンデマンド */

div#bl2_sp section.main-contents .skyper_ondemand-bnr {
  margin: 7% auto;
}

div#bl2_sp section.main-contents .skyper_ondemand-bnr a {
  display: block;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 {
  border-radius: 25px;
  border: 2px solid #009fe8;
  background-color: #ffffff;
  padding: 10% 6%;
  margin: 10% auto;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .ttl03 {
  font-size: 15px;
  color: #2f2525;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin: 1.8em 0;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .txt02 {
  font-size: 13px;
  color: #2f2525;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 20px;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .txt02 .link {
  text-decoration: underline;
  color: #0000ee;
}

div#bl2_sp 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#bl2_sp section.main-contents #skyper_ondemand.cnt02 .txt02 .link.btn_viewing {
  background-color: #f77a22;
  color: #fff;
  padding: 0.6em 2em;
  border-radius: 8px;
  text-decoration: none;
  line-height: 4;
  font-size: 16px;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .skyper_ondemand-logo {
  text-align: center;
  margin: 0 auto;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .skyper_ondemand-logo img {
  max-width: 282px;
  width: 55%;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .guide-line {
  border-top: 1px solid #cecece;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .font-red {
  color: red;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .app-title {
  margin-bottom: 30px!important;
  text-align: center;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .app-os {
  font-size: 14px;
  margin-bottom: 20px!important;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .app-os span {
  font-size: 18px;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .app-text {
  text-align: left!important;
  font-size: 14px;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .app-note {
  text-align: left!important;
  font-size: 12px!important;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .app-text li {
  margin: 5px!important;
  text-indent: -1em;
  padding-left: 1em;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .app-note li {
  margin-bottom: 3px!important;
  text-indent: -1em;
  padding-left: 1em;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .bottom-btn .guide-btn .blue-button {
  margin-bottom: 30px;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .mb1 {
  margin-bottom: 1rem;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .mb20 {
  margin-bottom: 20px;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .mb30 {
  margin-bottom: 30px;
}

div#bl2_sp section.main-contents #skyper_ondemand.cnt02 .mb50 {
  margin-bottom: 50px;
}

div#bl2_sp .sky_frame {
  background-image: url(./../img/sp_sky_back.jpg);
  background-size: contain;
  width: 100%;
  margin: 0px;
  padding: 15px 10px;
  border: 1px #cccccc solid;
  box-sizing: border-box;
}

div#bl2_sp .sky_frame a {
  text-decoration: none;
}

div#bl2_sp .sky_ttl {
  padding: 0 0 15px;
}

div#bl2_sp .sky_text {
  font-size: 11px;
  line-height: 14px;
  padding: 5px 0;
  text-align: right;
  background: #ffffff;
}

div#bl2_sp .sky_text2 {
  font-size: 11px;
  line-height: 14px;
  padding: 2% 0 1%;
  text-align: right;
}

div#bl2_sp .sky_ttl_frame {
  padding-bottom: 10px;
}

div#bl2_sp .sky_web_frame {
  background: url(./../img/sp_skaper_zeroen_back.png) #ffffff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  margin-bottom: 15px;
}

div#bl2_sp .sky_button {
  padding-top: 13%;
  text-align: center;
}

div#bl2_sp .sky_button_image {
  display: block;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
  margin-left: auto;
  margin-right: auto;
  width: 92.5% !important;
}

div#bl2_sp section.main-contents .inner .copyright {
    width: 100%;
    text-align: center;
    font-size: 3.07692vw;
}

div#bl2_sp section.main-contents .inner .cnt01 .btn {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 4.5vw;
    color: #ffffff;
    margin: 50px 0;
    padding: 20px;
    background: #FA5BAB;
    width: 90%;
    margin: auto;
    border-radius: 50px;
    line-height: 1.2;
}
div#bl2_sp section.main-contents .inner .cnt01 .btn a {
    text-decoration: none;
}

/*=====footer[s]=====*/

.foot_info {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.foot_info .info_midashi {
  width: 100%;
  margin: 0;
  color: #f0027f;
}

.foot_info p {
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

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

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

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