@charset "UTF-8";
/*//////////////////
  共通変数
//////////////////*/
main {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  background-color: #222;
}
main .commonBtn_P {
  letter-spacing: 0.1em;
}
main .headline {
  margin-bottom: 0px;
  width: 100%;
  background: url(../../img/sleipnir-tv/Header_Background_SleipnirTV_SP.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  text-align: center;
}
main .headline .bg_gradient {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 220px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 8, 0)), color-stop(60%, rgba(8, 8, 8, 0.6)), color-stop(80%, rgba(8, 8, 8, 0.84)), color-stop(90%, rgba(8, 8, 8, 0.94)), to(rgb(8, 8, 8)));
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0.6) 60%, rgba(8, 8, 8, 0.84) 80%, rgba(8, 8, 8, 0.94) 90%, rgb(8, 8, 8) 100%);
}
main .headline h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  line-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}
main .headline h1 + p {
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}
main .headline .google_play {
  margin: 0 auto 15px auto;
  width: 240px;
}
main .headline .google_play a:first-child {
  display: inline-block;
  width: 200px;
}
main .headline .google_play img {
  width: 100%;
}
main .headline .other_link {
  margin: 0 auto 30px auto;
  width: 300px;
}
main .headline .other_link a {
  display: inline-block;
}
main .headline .dl {
  font-size: 13px;
  color: #fff;
  border: 1px solid #cfd8dc;
  margin: 0 auto 0px auto;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0 26px;
  width: 300px;
}
main .headline .dl:first-of-type {
  margin-bottom: 20px;
}
main .headline .dl span {
  padding-left: 34px;
  background: url(../../img/sleipnir-tv/Icon_Link_White.svg) no-repeat left 10px;
  display: inline-block;
  min-height: 18px;
  line-height: 40px;
}
main .headline .note {
  margin-bottom: 26px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
main .headline .note a {
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0 3px 0 3px;
}
main .headline .main_img {
  width: 87.2vw;
  margin: 0 auto;
  position: relative;
  background-image: url(../../img/sleipnir-tv/HeroImage_SleipnirTV_Blank_SP.png);
  background-size: contain;
}
main .headline .main_img img {
  width: 100%;
  text-align: center;
}
main .headline .main_img.fade img {
  opacity: 0;
  -webkit-transition: opacity 2700ms ease-in-out;
  transition: opacity 2700ms ease-in-out;
}
main .read {
  padding: 46px 0 100px 0;
  margin-bottom: 100px;
  width: 100%;
  background-color: #080808;
  position: relative;
}
main .read h2 {
  font-size: 20px;
  line-height: 1.6em;
  color: #e4e9eb;
  margin-bottom: 18px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
main .read > p {
  font-size: 13px;
  line-height: 2.1em;
  color: #cfd8dc;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
  width: calc(100vw - 48px);
  max-width: 503px;
  margin: 0 auto;
}
main .read > p br {
  display: none;
}
main .main_feature {
  margin: 0 auto;
}
main .main_feature h2 {
  font-size: 20px;
  line-height: 1.6em;
  color: #e4e9eb;
  margin-bottom: 30px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
main .main_feature > p {
  font-size: 13px;
  line-height: 2.1em;
  color: #cfd8dc;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
  width: calc(100vw - 48px);
  margin: 0 auto 76px auto;
}
main .main_feature > p br {
  display: none;
}
main .main_feature > ul {
  width: 87.2vw;
  margin: 0 auto 80px auto;
}
main .main_feature > ul li {
  width: 65%;
  padding-left: 35%;
  position: relative;
  text-align: center;
  min-height: 88px;
  font-size: 13px;
  border-radius: 4px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-shadow: 0px 10px 20px rgba(61, 80, 81, 0.15);
          box-shadow: 0px 10px 20px rgba(61, 80, 81, 0.15);
  margin-bottom: 18px;
  color: hsl(200, 2%, 28%);
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: #fff;
}
main .main_feature > ul li:before {
  content: "";
  background-color: #080808;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 35%;
  height: 88px;
  left: 0;
  top: 0;
  border-radius: 4px 0px 0px 4px;
  background-size: contain;
}
main .main_feature > ul li:nth-child(1):before {
  background-image: url(../../img/sleipnir-tv/Icon_SleipnirTV_1_SP.svg);
}
main .main_feature > ul li:nth-child(2):before {
  background-image: url(../../img/sleipnir-tv/Icon_SleipnirTV_2_SP.svg);
}
main .main_feature > ul li:nth-child(3):before {
  background-image: url(../../img/sleipnir-tv/Icon_SleipnirTV_3_SP.svg);
}
main .main_feature > ul li:last-child {
  margin-right: 0;
}
main .main_feature article {
  margin-bottom: 76px;
}
main .main_feature article > div:first-child {
  width: 87.2vw;
  margin: 0 auto 32px auto;
}
main .main_feature article > div:first-child h3 {
  font-size: 20px;
  color: #e4e9eb;
  line-height: 1.6em;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 0.06em;
}
main .main_feature article > div:first-child p {
  font-size: 13px;
  color: #cfd8dc;
  line-height: 2.1em;
  letter-spacing: 0.1em;
  text-align: left;
}
main .main_feature article > div:first-child p span {
  display: block;
  font-size: 12px;
  color: #a7aeb1;
}
main .main_feature article .img {
  width: 100%;
  margin: 0 auto 34px auto;
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
main .main_feature article .img video:first-child,
main .main_feature article .img img:first-child {
  width: 100%;
  border-top: 1px solid #464849;
  border-bottom: 1px solid #464849;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
main .main_feature article .img video:last-child,
main .main_feature article .img img:last-child {
  width: 100%;
  border-top: 1px solid #464849;
  border-bottom: 1px solid #464849;
  display: block;
  position: absolute;
  top: 0;
  display: none;
  z-index: 1;
}
main .main_feature article #list_scroll_01,
main .main_feature article #list_scroll_02,
main .main_feature article #list_scroll_03 {
  padding: 0 6.4vw 0 6.4vw;
  overflow: hidden;
}
main .main_feature article .list_scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin: 0 auto 30px auto;
}
main .main_feature article .list_scroll ul li {
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 0 10px 12px 10px;
  border-bottom: 1px solid #464849;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-right: -3px;
  line-height: 1.4em;
  text-align: center;
}
main .main_feature article .list_scroll ul li fd-width.half {
  line-height: 0.5;
}
main .main_feature article .list_scroll ul li p {
  display: none;
}
main .main_feature article .list_scroll ul li p.title {
  display: block;
  color: #464849;
}
main .main_feature article .list_scroll ul li.current {
  border-bottom: 1px solid #ffffff;
}
main .main_feature article .list_scroll ul li.current p.title {
  color: #ffffff;
}
main .main_feature article .list_scroll ul li:last-of-type {
  margin-right: 0;
}
main .main_feature article .detail {
  font-size: 13px;
  line-height: 24px;
  color: #cfd8dc;
  text-align: center;
  padding: 0 24px 0 24px;
  position: relative;
  line-height: 2.1em;
  letter-spacing: 0.1em;
}
main .main_feature article .detail span {
  width: calc(100vw - 48px);
  display: block;
  -webkit-transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 0;
  background-color: #222;
}
main .main_feature article .detail span:first-child {
  z-index: 2;
  position: absolute;
}
main .main_feature article .detail span:last-child {
  z-index: 1;
  position: absolute;
  display: none;
}
main .other_feature {
  width: 87.2vw;
  margin: 0 auto;
}
main .other_feature h2 {
  font-size: 20px;
  line-height: 1.6em;
  color: #e4e9eb;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.06em;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
}
main .other_feature ul {
  width: auto;
  margin: 0 auto;
}
main .other_feature ul li {
  padding-left: 0;
  position: relative;
  margin-bottom: 64px;
  padding-top: calc(48.832vw + 20px);
}
main .other_feature ul li:before {
  content: "";
  position: absolute;
  width: 87.2vw;
  height: 48.832vw;
  background-size: cover;
  top: 0;
  border: 0.5px solid #464849;
}
main .other_feature ul li h3 {
  font-size: 13px;
  line-height: 33.6px;
  color: #e4e9eb;
  margin-bottom: 7px;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
main .other_feature ul li p {
  font-size: 13px;
  line-height: 2.1em;
  letter-spacing: 0.1em;
  color: #cfd8dc;
}
main .other_feature ul li:nth-child(1):before {
  background-image: url(../../img/sleipnir-tv/Others1.jpg);
}
main .other_feature ul li:nth-child(2):before {
  background-image: url(../../img/sleipnir-tv/Others2.jpg);
}
main .other_feature ul li:nth-child(3):before {
  background-image: url(../../img/sleipnir-tv/Others3.jpg);
}
main .other_feature ul li:nth-child(4):before {
  background-image: url(../../img/sleipnir-tv/Others4.jpg);
}
main .other_feature ul li:nth-child(5):before {
  background-image: url(../../img/sleipnir-tv/Others5.jpg);
}
main .other_feature ul li:nth-child(6):before {
  background-image: url(../../img/sleipnir-tv/Others6.jpg);
}
main .dl_link {
  width: 100%;
  background-color: #000000;
}
main .dl_link > div {
  width: 87.2vw;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 44px;
  text-align: center;
  border-bottom: 1px solid #464849;
}
main .dl_link > div:last-child {
  border: none;
}
main .dl_link > div .google_play {
  margin: 0 auto 15px auto;
  width: 240px;
}
main .dl_link > div .google_play a:first-child {
  display: inline-block;
  width: 200px;
}
main .dl_link > div .google_play img {
  width: 100%;
}
main .dl_link > div .name {
  font-size: 18px;
  line-height: 100%;
  color: #e4e9eb;
  text-align: center;
  margin-bottom: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
}
main .dl_link > div .name.big {
  font-size: 24px;
}
main .dl_link > div .price {
  font-size: 13px;
  line-height: 100%;
  color: #e4e9eb;
  text-align: center;
  margin-bottom: 10px;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 500;
}
main .dl_link > div .os {
  font-size: 13px;
  line-height: 1.5;
  color: #a7aeb1;
  text-align: center;
  margin-bottom: 26px;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
main .dl_link > div .detail {
  font-size: 13px;
  line-height: 24px;
  color: #464849;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2.1em;
  letter-spacing: 0.1em;
}
main .dl_link > div .note {
  margin-bottom: 0;
  text-align: center;
  margin-top: 18px;
  color: #e4e9eb;
}
main .dl_link > div .note a {
  font-size: 13px;
  color: #e4e9eb;
  text-decoration: underline;
  margin: 0 3px 0 3px;
}
main .dl_link > div .link {
  font-size: 13px;
  color: #fff;
  border: 1px solid #cfd8dc;
  margin: 0 auto 0px auto;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0 26px;
  width: 300px;
}
main .dl_link > div .link:first-of-type {
  margin-bottom: 20px;
}
main .dl_link > div .link span {
  padding-left: 34px;
  background: url(../../img/sleipnir-tv/Icon_Link_White.svg) no-repeat left 10px;
  display: inline-block;
  min-height: 18px;
  line-height: 40px;
}
main.note h1 {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 36px;
  color: #e4e9eb;
  text-align: center;
  margin: 60px 0;
}
main.note section article {
  padding: 0 24px;
  margin: 0 auto 64px auto;
}
main.note section article h2 {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #e4e9eb;
  margin-bottom: 20px;
}
main.note section article h2 span {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 12px;
  margin-top: 6px;
  color: #a7aeb1;
  display: block;
}
main.note section article ul li {
  font-size: 13px;
  color: #e4e9eb;
  margin-bottom: 15px;
  position: relative;
  padding-left: 14px;
  line-height: 2.1em;
  margin-bottom: 1em;
  padding-left: 1em;
  letter-spacing: 0.06em;
}
main.note section article ul li:last-child {
  margin-bottom: 0px;
}
main.note section article ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
main.note section article:last-child {
  margin-bottom: 76px;
}

@media screen and (max-width: 414px) {
  main .headline .main_img {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .main_feature > ul li {
    text-align: left;
  }
  main .main_feature > ul li br {
    display: block;
  }
  main .main_feature > ul li span {
    width: 84%;
  }
  main .main_feature article > div:first-child {
    width: calc(100vw - 48px);
  }
  main .main_feature article .list_scroll {
    position: relative;
  }
  main .main_feature article .list_scroll ul {
    width: auto;
    margin: 0 auto 22px auto;
    width: 1200px;
    -webkit-transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    left: 0;
  }
  main .main_feature article .list_scroll ul br.sm {
    display: none;
  }
  main .main_feature article .detail {
    text-align: left;
  }
  main .main_feature article .detail br {
    display: none;
  }
  main .other_feature {
    width: 100vw;
  }
  main .other_feature ul li {
    padding-top: calc((100vw - 48px) * 0.56 + 20px);
  }
  main .other_feature ul li:before {
    width: calc(100vw - 48px);
    height: calc((100vw - 48px) * 0.56);
    left: 24px;
  }
  main .other_feature ul li h3 {
    padding: 0 24px;
  }
  main .other_feature ul li p {
    padding: 0 24px;
  }
  main .dl_link > div {
    width: calc(100vw - 48px);
  }
}
@media screen and (max-width: 320px) {
  main .headline .main_img {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .main_feature > ul li br {
    display: block;
  }
  main .main_feature article > div:first-child {
    width: calc(100vw - 32px);
  }
  main .main_feature article .list_scroll {
    position: relative;
  }
  main .main_feature article .list_scroll ul {
    width: auto;
    margin: 0 auto 22px auto;
    width: 1200px;
    -webkit-transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: left 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    left: 0;
  }
  main .main_feature article .list_scroll ul br.sm {
    display: none;
  }
  main .main_feature article .detail {
    text-align: left;
  }
  main .main_feature article .detail br {
    display: none;
  }
  main .other_feature {
    width: 100vw;
  }
  main .other_feature ul li {
    padding-top: calc((100vw - 32px) * 0.56 + 20px);
  }
  main .other_feature ul li:before {
    width: calc(100vw - 32px);
    height: calc((100vw - 32px) * 0.56);
    left: 16px;
  }
  main .other_feature ul li h3 {
    padding: 0 16px;
  }
  main .other_feature ul li p {
    padding: 0 16px;
  }
  main .dl_link > div {
    width: calc(100vw - 32px);
  }
  main .dl_link > div .link {
    width: auto;
  }
}