@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 {
  margin: 0;
}

img {
  border: 0;
  vertical-align: bottom !important;
}

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

div#sd_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 */
  width: 100%;
  min-width: 1280px;
  background: url(../img/bg.png) center top repeat;
}
  div#sd_pc div, div#sd_pc span, div#sd_pc object, div#sd_pc iframe,
  div#sd_pc h1, div#sd_pc h2, div#sd_pc h3, div#sd_pc h4, div#sd_pc h5, div#sd_pc h6, div#sd_pc p, div#sd_pc blockquote, div#sd_pc pre,
  div#sd_pc abbr, div#sd_pc address, div#sd_pc cite, div#sd_pc code,
  div#sd_pc del, div#sd_pc dfn, div#sd_pc em, div#sd_pc img, div#sd_pc ins, div#sd_pc kbd, div#sd_pc q, div#sd_pc samp,
  div#sd_pc small, div#sd_pc strong, div#sd_pc sub, div#sd_pc sup, div#sd_pc var,
  div#sd_pc b, div#sd_pc i,
  div#sd_pc dl, div#sd_pc dt, div#sd_pc dd, div#sd_pc ol, div#sd_pc ul, div#sd_pc li,
  div#sd_pc fieldset, div#sd_pc form, div#sd_pc label, div#sd_pc legend,
  div#sd_pc table, div#sd_pc caption, div#sd_pc tbody, div#sd_pc tfoot, div#sd_pc thead, div#sd_pc tr, div#sd_pc th, div#sd_pc td,
  div#sd_pc article, div#sd_pc aside, div#sd_pc canvas, div#sd_pc details, div#sd_pc figcaption, div#sd_pc figure,
  div#sd_pc footer, div#sd_pc header, div#sd_pc hgroup, div#sd_pc menu, div#sd_pc nav, div#sd_pc section, div#sd_pc summary,
  div#sd_pc time, div#sd_pc mark, div#sd_pc audio, div#sd_pc video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; 
  }
  div#sd_pc ul{
      list-style: none;
  }
  div#sd_pc body {
    line-height: 1;
  }
  div#sd_pc article, div#sd_pc aside, div#sd_pc details, div#sd_pc figcaption, div#sd_pc figure,
  div#sd_pc footer, div#sd_pc header, div#sd_pc hgroup, div#sd_pc menu, div#sd_pc nav, div#sd_pc section {
    display: block;
  }
  div#sd_pc nav ul {
    list-style: none;
  }
  div#sd_pc blockquote, div#sd_pc q {
    quotes: none;
  }
  div#sd_pc blockquote:before, div#sd_pc blockquote:after,
  div#sd_pc q:before, div#sd_pc q:after {
    content: '';
    content: none;
  }
  div#sd_pc a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  div#sd_pc ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
  div#sd_pc mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  div#sd_pc del {
    text-decoration: line-through;
  }
  div#sd_pc abbr[title], div#sd_pc dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  div#sd_pc table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  div#sd_pc hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
  }
  div#sd_pc input, div#sd_pc select {
    vertical-align: middle;
  }
  div#sd_pc section.top {
    min-height: 800px;
    width: 100%;
    min-width: 1280px;
    margin: 0 auto 30px;
   }
    div#sd_pc section.top .inner {
      width: 1280px;
      height: auto;
      margin: 0 auto 0;
      position: relative;
  }



    /* メインビジュアル */
    div#sd_pc section.top .inner .mv {
      padding: 0;
    }
    div#sd_pc section.top .inner .mv img {
      width: 1280px;
      height: auto;
      box-sizing: border-box;
    }
    
    div#sd_pc .inner #movie {
      text-align: center;
      padding: 0;
      margin: 6rem auto 0;
    }
    div#sd_pc .inner #movie .ttl_movie {
      font-size: 4rem;
      font-weight: bold;
      padding: 0;
      margin: 0;
    }
    div#sd_pc .inner #movie .ttl_movie span {
      font-size: 2rem;
      font-weight: bold;
      padding: 1rem 0 2rem;
      display: block;
    } 
    
    /* 共通 */
    div#sd_pc section.main-contents .contbox {
      width: 1080px;
      margin: 0 auto 36px;
      padding: 70px 0 10px;
      border-radius: 20px;
    }

    div#sd_pc section.main-contents .contbox h2 {
      width: 100%;
      margin-bottom: 40px;
      font-size: 4rem;
      font-weight: bold;
    }

    div#sd_pc section.main-contents .contbox h2:before {
      top: 0;
    }
    div#sd_pc section.main-contents .contbox h2:after {
      bottom: -1.2rem;
    }
   
    /* comment */
    div#sd_pc section.main-contents #comment {
      background: url(./../img/cont_bg.png) repeat-y #f5dd7e;
      padding: 40px 30px 30px;
      box-sizing: border-box;
      background-size: contain;
    }
    div#sd_pc section.main-contents #comment .cont_inner {
      background: #ffffff;
      border-radius: 20px;
      padding: 10px;
    }
        
    div#sd_pc section.main-contents #comment .cont_inner img {
    /* width: 40%; */
    }
 
    div#sd_pc section.main-contents #comment .cont_inner .comment-lead {
      font-size: 2.5rem;
      font-weight: bold;
      margin: 4rem auto 3rem;
    } 
    div#sd_pc section.main-contents #comment .cont_inner .comment_dl {
      width: 90%;
      margin: 2rem auto 6rem;
    } 
    div#sd_pc section.main-contents #comment .cont_inner .comment_dl dt {
      text-align: left;
      margin: 3rem 0 2rem;
      font-weight: bold;
    } 
    div#sd_pc section.main-contents #comment .cont_inner .comment_dl dd {
      background: #f5dd7e;
      text-align: left;
      padding: 2.5rem;
      line-height: 2.5rem;
      margin-bottom: 4rem;
    } 

    /* present */
    div#sd_pc section.main-contents #present {
      background: url(./../img/cont_bg.png) repeat-y #ee6763;
      padding: 40px 30px 30px;
      box-sizing: border-box;
      background-size: contain;
    }

        
    div#sd_pc section.main-contents #present img {
      width: 100%;
    }
 
    div#sd_pc section.main-contents #present .present-lead {
      width: 90%;
      margin: 2rem auto 4rem;
    } 
    div#sd_pc section.main-contents #present .present-date {
      width: 90%;
      margin: 2rem auto 4rem;
    } 
    div#sd_pc section.main-contents #present .present-p {
      width: 50%;
      margin: 2rem auto 4rem;
    } 
    div#sd_pc section.main-contents #present .present-btn {
      width: 50%;
      margin: 2rem auto;
    } 
    div#sd_pc section.main-contents #present .present-p span {
      margin: 2rem auto 4rem;
      font-size: 1.5rem;
      display: block;
    } 
    /* external-link */
    div#sd_pc section.main-contents a.external-link:hover:before,
    div#sd_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#sd_pc section.main-contents a.external-link {
      display: inline-block;
      position: relative; }

    div#sd_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#sd_pc section.main-contents .btn_opac:hover {
      opacity: 0.8; }
  


      /* スカパーオンデマンド */
      div#sd_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#sd_pc section.top .inner .sky_web_main img {
        position: absolute;
        top: 50px;
        right: 14px;
        width: 218px;
      }
  div#sd_pc section.main-contents {
    padding-bottom: 60px;
  }
    div#sd_pc section.main-contents .inner {
      width: 1280px;
      margin: 0 auto;
      margin-bottom: 60px;
      text-align: center;
    }


      div#sd_pc section.main-contents .skyper_ondemand-bnr {
        margin: 70px 0;
      }
      div#sd_pc section.main-contents .skyper_ondemand-bnr a {
        display: inline-block;
      }
      div#sd_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#sd_pc section.main-contents .youtube-box {
        width: 850px;
        margin: 0 auto;
        margin: 0 auto 50px;
      }
        div#sd_pc section.main-contents .youtube-box .youtube-inner {
          position: relative;
          width: 100%;
          padding-top: 56.25%;
        }
          div#sd_pc section.main-contents .youtube-box .youtube-inner iframe {
            position: absolute;
            top: 0;
            right: 0;
            width: 100% !important;
            height: 100% !important;
          }

    div#sd_pc section.main-contents .cnt02 .skyper_ondemand-logo {
      text-align: center;
      margin: 0 auto;
    }
    div#sd_pc section.main-contents .cnt02 .skyper_ondemand-logo img {
      width: 317px;
      height: 139px;
    }
    div#sd_pc section.main-contents #skyper_ondemand.cnt02 {
      border-radius: 30px;
      border: 2px solid #009fe8;
      background-color: #ffffff;
      padding: 70px;
      margin: 70px 0 90px;
    }
      div#sd_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#sd_pc section.main-contents #skyper_ondemand.cnt02 .txt02 {
        font-size: 20px;
        color: #2f2525;
        text-align: left;
        line-height: 1.6;
        margin-bottom: 20px;
      }
        div#sd_pc section.main-contents #skyper_ondemand.cnt02 .txt02 .link {
        text-decoration: underline;
        color: #0000ee;
      }
        div#sd_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#sd_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#sd_pc section.main-contents .guide-line {
           border-top: 1px solid #cecece;
        }
        div#sd_pc section.main-contents .font-red{
          color: red;
        }
        div#sd_pc section.main-contents .app-title {
          margin-bottom: 30px;
          text-align: center;
        }
        div#sd_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#sd_pc section.main-contents .app-os {
          width: 48%;
          font-size:2em;
        }
        div#sd_pc section.main-contents .app-text {
          text-align: left;
          font-size: 14px;
        }
        div#sd_pc section.main-contents .app-note {
          text-align: left;
          font-size: 12px;
        }
        div#sd_pc section.main-contents .app-text li {
          margin: 5px;
          text-indent: -1em;
          padding-left: 1em;
        }
        div#sd_pc section.main-contents .app-note li {
          margin-bottom: 3px;
          text-indent: -1em; padding-left: 1em;
        }
        div#sd_pc section.main-contents .bottom-btn .guide-btn .blue-button { 
          margin-bottom: 30px;
        }
        div#sd_pc section.main-contents .mb1 {
          margin-bottom: 1rem;
        }
        div#sd_pc section.main-contents .mb20 {
          margin-bottom: 20px;
        }
        div#sd_pc section.main-contents .mb30 {
          margin-bottom: 30px;
        }
        div#sd_pc section.main-contents .mb50 {
          margin-bottom: 50px;
        }

        div#sd_pc a.opac:hover {
          opacity: 0.8;
        }

  div#sd_pc .sky_frame {
    position: relative;
    width: 1280px;
    height: 320px;
    margin: 0px auto;
    background-image: url(./../img/pc_sky_back.jpg);
  }
  div#sd_pc .sky_text {
    text-align: center;
    padding-top: 90px;
  }
  div#sd_pc .sky_left {
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: 1;
  }
  div#sd_pc .sky_right {
    position: absolute;
    top: 135px;
    right: 50px;
    z-index: 1;
  }
  div#sd_pc .sky_image {
    display: inline-block;
    width: 580px;
    height: 160px;
  }
  div#sd_pc .sky_left:hover img, div#sd_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#sd_pc .white_cover {
    display: block;
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: 0;
  }
  div#sd_pc .white_image {
    display: inline-block;
    width: 580px;
    height: 160px;
  }

div#sd_pc section.main-contents .inner .copyright {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000000;
}

  

/*=====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]=====*/