.js-fadeup {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.2s, transform 1.2s;
}

.js-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeup-row-child {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.2s, transform 1.2s;
}

.is-visible .js-fadeup-row-child {
  opacity: 1;
  transform: translateY(0);
}

.androidtv {
  overflow: hidden;
  color: #242424;
  font-size: 1.4rem;
  line-height: 1.875;
}

.androidtv * {
  box-sizing: border-box;
}

.androidtv img {
  vertical-align: top;
}

.androidtv .bg-light-green {
  background-color: #eef9e9;
}

.androidtv .bg-green {
  background-color: #55c021;
}

.androidtv-inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 5%;
}

.androidtv-contents {
  padding-top: 60px;
  padding-bottom: 60px;
}

.androidtv-ttl {
  color: #55c021;
  font-size: 2.85rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.androidtv-ttl.is-border {
  position: relative;
  margin-top: -20px;
  padding-top: 35px;
}

.androidtv-ttl.is-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 25px;
  margin-left: -1px;
  background-color: #55c021;
}

.androidtv-ttl.is-white {
  color: #ffffff;
}

.androidtv-ttl.is-white::before {
  background-color: #ffffff;
}

.androidtv-ttl.is-blue {
  color: #142245;
}

.androidtv-mv {
  position: relative;
  background: #55c021;
}

.androidtv-mv__inner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: +1;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

.androidtv-mv__logo {
  max-width: 523px;
  width: 27vw;
  margin-top: -2%;
}

.androidtv-mv__bg {
  text-align: right;
}

.androidtv-about .androidtv-ttl {
  margin-bottom: 20px;
}

.androidtv-about__txt {
  margin-bottom: 80px;
  text-align: center;
}

.androidtv-about__movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.androidtv-about__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.androidtv-features__ttl {
  margin-bottom: 15px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.androidtv-features__ttl > span {
  display: block;
  margin-bottom: 20px;
}

.androidtv-features__box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #41c900;
}

.androidtv-features__box:last-of-type {
  border-bottom: 0;
}

.androidtv-features__box-txt, .androidtv-features__box-img {
  width: 100%;
  padding: 0 5%;
}

.androidtv-features__box-img {
  margin-top: 30px;
  text-align: center;
}

.androidtv-features__voice {
  margin: 15px 0 5px;
  padding: 5% 9% 4%;
  background-color: #ffffff;
}

.androidtv-features__voice-ttl {
  margin-bottom: 15px;
  color: #00a24c;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.androidtv-features__voice-list {
  margin-bottom: 10px;
}

.androidtv-features__voice-list > li {
  display: inline-block;
  position: relative;
  margin-right: 23px;
  padding-left: 14px;
}

.androidtv-features__voice-list > li:last-of-type {
  margin-right: 0;
}

.androidtv-features__voice-list > li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #00a24c;
}

.androidtv-features__voice-txt {
  text-align: right;
}

.androidtv-features__note {
  margin-top: 1.5em;
  font-size: .875em;
  text-align: left;
  margin-bottom: 1em;
}

.androidtv-enjoy .androidtv-ttl {
  margin-bottom: 20px;
}

.androidtv-enjoy__txt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .15em;
}

.androidtv-enjoy__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}

.androidtv-enjoy__list-item {
  position: relative;
  margin-bottom: 70px;
}

.androidtv-enjoy__list-item:last-of-type {
  margin-bottom: 0;
}

.androidtv-enjoy__list-txt {
  width: 100%;
  padding-top: 1em;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.androidtv-use .androidtv-ttl {
  margin-bottom: 15px;
}

.androidtv-use__box {
  padding: 25px 0;
  border-bottom: 1px solid #41c900;
}

.androidtv-use__box:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.androidtv-use__ttl {
  margin-bottom: 10px;
  padding-left: 28px;
  background: url(../images/icon_tv.png) no-repeat 0 3px/20px;
  color: #55c021;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
}

.androidtv-use__img {
  margin-top: 15px;
}

.androidtv-technology__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.androidtv-technology__ttl {
  margin-bottom: 6px;
  color: #55c021;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.androidtv-technology__txt {
  width: 100%;
  padding: 10% 7% 5%;
  border: 1px solid #55c021;
  background-color: #ffffff;
}

.is-01 .androidtv-technology__txt {
  margin-bottom: 10px;
}

.androidtv-technology__img {
  position: relative;
  z-index: +1;
  width: 86%;
  margin-bottom: -20px;
  text-align: center;
}

.androidtv-technology__note {
  font-size: .75em;
}

.androidtv-products .androidtv-ttl {
  margin-bottom: 15px;
}

.androidtv-products__box {
  border-bottom: 1px solid #d9d9d9;
}

.androidtv-products__link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  color: #242424;
}

.androidtv-products__tv {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.androidtv-products__series {
  width: 150px;
  margin: 0 auto 30px;
  text-align: center;
}

.androidtv-products__txt {
  margin-bottom: 20px;
}

.androidtv-products__btn {
  width: 70%;
  margin: 0 auto;
  padding: 0 10px;
  border: 1px solid #16254b;
  background: url(../images/icon_arrow.png) no-repeat right 20px center/19px;
  color: #16254b;
  letter-spacing: 0.2rem;
}

.androidtv-support {
  border-top: 1px solid #41c900;
  padding: 120px 0;
}

#point-supportmovie.androidtv-support {
  padding: 120px 0;
}

  .androidtv-support .androidtv-ttl {
  margin-bottom: 15px;
}

.androidtv-support .androidtv-contents {
  padding-top: 0;
  padding-bottom: 0;
}

.androidtv-support__ttl {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

  .androidtv-support .androidtv-ttl span {
  font-size: 0.6em;
  color: #242424
}

.androidtv-support__ttl span {
  font-size: .6em;
}

.androidtv-support__note {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.7;
}

.androidtv-support__note::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #242424;
}

.androidtv-support__movie {
  width: 100%;
  margin: 0 auto;
}

.androidtv-support__movie-list {
  display: flex;
  flex-wrap: wrap;
}

.androidtv-support__movie-list li {
    width: 100%;
    text-align: center;
}

.androidtv-support__movie-list li a {
  display: block;
}

.androidtv-support__movie-list li img {
    
  }

.androidtv-support__movie-list li .ttl  {
  margin-top: 10px;
  font-weight: bold;
}

.androidtv-support__movie-list li:not(:first-child) {
  margin-top: 30px;
}

/*.androidtv-support__movie-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.androidtv-support__movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
#anchor-menu > ul {
  width: 1200px;
}

@media screen and (min-width: 769px) {
  #anchor-menu > ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    padding: 8px 0 3px 170px;
    box-sizing: border-box;
  }
  #anchor-menu > ul > li {
    margin: 5px 0;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  #anchor-menu > ul > li:first-of-type {
    position: absolute;
    top: 50%;
    left: 60px;
    margin: 0;
    transform: translateY(-50%);
  }
  .pc-none {
    display: none;
  }
  .androidtv {
    font-size: 1.6rem;
  }
  .androidtv-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .androidtv-contents {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .androidtv-ttl {
    font-size: 5.2rem;
  }
  .androidtv-ttl.is-border {
    margin-top: -40px;
    padding-top: 75px;
  }
  .androidtv-ttl.is-border::before {
    height: 50px;
  }
  .androidtv-about .androidtv-ttl {
    margin-bottom: 40px;
  }
  .androidtv-features__ttl {
    font-size: 3.8rem;
  }
  .androidtv-features__box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .androidtv-features__box:first-of-type {
    margin-top: -20px;
  }
  .androidtv-features__box-txt, .androidtv-features__box-img {
    width: 50%;
    padding: 0 20px;
  }
  .androidtv-features__box-img {
    margin-top: 0;
  }
  .androidtv-features__box-img.is-left {
    order: -1;
  }
  .is-01 .androidtv-features__box-img {
    margin-top: 120px;
  }
  .androidtv-features__voice {
    margin: 30px 0 10px;
  }
  .androidtv-features__voice-ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .androidtv-enjoy__txt {
    margin-bottom: 30px;
    font-size: 3.8rem;
  }
  .androidtv-enjoy__list {
    justify-content: space-between;
    margin-bottom: 90px;
  }
  .androidtv-enjoy__list-item {
    width: calc((100% - 2px) / 3);
    margin-bottom: 0;
  }
  .androidtv-enjoy__list-item:nth-of-type(2) {
    margin-top: 4%;
  }
  .androidtv-enjoy__list-item:nth-of-type(3) {
    margin-top: 8%;
  }
  .androidtv-enjoy__list-txt {
    font-size: 2rem;
  }
  .androidtv-use .androidtv-ttl {
    margin-bottom: 30px;
  }
  .androidtv-use__box {
    padding: 50px 0;
  }
  .androidtv-use__ttl {
    margin-bottom: 20px;
    padding-left: 50px;
    background: url(../images/icon_tv.png) no-repeat 0 5px;
    font-size: 2.8rem;
  }
  .androidtv-use__img {
    margin-top: 30px;
  }
  .androidtv-technology__ttl {
    margin-bottom: 12px;
    font-size: 3.2rem;
  }
  .androidtv-technology__txt {
    width: 50%;
    padding: 5% 8%;
  }
  .is-01 .androidtv-technology__txt {
    margin: 18% 0 0 -3%;
  }
  .is-02 .androidtv-technology__txt {
    order: -1;
    margin-top: 4%;
    margin-right: -3%;
  }
  .androidtv-technology__img {
    width: 43%;
    margin: 0;
  }

  .androidtv-products .androidtv-ttl {
    margin-bottom: 30px;
  }
  .androidtv-products__link {
    align-items: center;
    padding: 35px 0 44px;
    transition: background .3s;
  }
  .androidtv-products__link:hover {
    background-color: rgba(20, 34, 69, 0.2);
  }
  .androidtv-products__tv {
    width: 16.72%;
    margin: 0 2.5% 0 1%;
    text-align: left;
  }
  .androidtv-products__series {
    width: 18.45%;
    margin: 0 2.7% 0 0;
  }
  .androidtv-products__txt {
    flex: 1;
    margin: 1em 0 0;
  }
  .androidtv-products__btn {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 22%;
    max-width: 250px;
  }
  
  .androidtv-support .androidtv-ttl {
    margin-bottom: 30px;
  }

  .androidtv-support__note {
    font-size: 1.4rem;
  }
  .androidtv-support__note::before {
    top: 9px;
    width: 5px;
    height: 5px;
  }
  .androidtv-support__movie-list li {
    width: 31.333%;
    margin-right: 3%;
    text-align: left;
  }
  .androidtv-support__movie-list li:nth-child(3n) {
    margin-right: 0;
  }

  .androidtv-support__movie-list li .ttl  {
    margin-top: 20px;
  }

  .androidtv-support__movie-list li:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .tab-none {
    display: none;
  }
  .androidtv-about__txt {
    margin-bottom: 40px;
  }
  .androidtv-products__txt {
    width: 100%;
  }
  #point-supportmovie.androidtv-support {
  padding: 60px 0;
}
}

@media screen and (max-width: 480px) {
  .sp-none {
    display: none;
  }
  .androidtv-mv__inner {
    height: auto;
  }
  .androidtv-mv__logo {
    width: 86%;
    margin: 5% auto 0;
  }
  .androidtv-mv__bg {
    width: 100%;
    height: 168vw;
    background: url(../images/mv_02_sp.jpg) no-repeat 0 0/cover;
  }
  .androidtv-mv__bg img {
    display: none;
  }
  .androidtv-about__txt {
    margin-bottom: 40px;
  }
  .androidtv-features__ttl > span img {
    width: 80px;
  }
  .androidtv-products__txt {
    width: 100%;
  }
}
