.HowToWatch{
    background: #ffe3e3;
    text-align: left;
}
.HowToWatch h2 {
    text-align: center;
    padding: 60px 25px 10px 25px;
    font-size: 36px;
    font-weight: 500;
}
.HowToWatch h3 {
    text-align: center;
}
.HowToWatch h3 img{
    width: 700px;
}
.HTW-area {
    padding-bottom: 40px;
}
.HTW-area ul {
    /*margin: 0 -20px;*/
}
.HTW-area .ul-wrap:nth-of-type(1) li{
    top: 30px;
    z-index: 20;
}
.HTW-area .ul-wrap:nth-of-type(3) li{
    left: -100px;
    top: -40px;
}
.HTW-area li {
    margin: auto;
    position: relative;
    width: 1200px;
    top: -30px;
}
.HowToWatch-bt a {
    display: inline-block;
    color: #333;
    padding: 10px 55px;
    font-size: 1.4rem;
    font-weight: 500;
    border: solid 2px #333;
    border-radius: 15px;
    text-decoration: none !important;
}
.HowToWatch-bt {
    text-align: center;
    padding-bottom: 35px;
}
.HowToWatch-bt span{
  color: #cb3d45;
 letter-spacing: -4px;
}
.ul-wrap{
 position: relative;
}
.ul-wrap img{
    width:430px;
}
.ul-wrap:first-of-type{
 background: url(https://www.bs11.jp/drama/web-lp/img/china-LP_bg03.png) no-repeat;
 background-position: bottom;
 background-size: contain;
}
.ul-wrap:last-of-type{
 background: url(https://www.bs11.jp/drama/web-lp/img/china-LP_bg04.png) no-repeat;
 background-position: top;
 background-size: contain;
}
.HowToWatch-bt a:hover {
    background: #ff98c9;
}
.HowToWatch-bt a::before {
    content: "";
    display: inline-block;
    border-bottom: transparent 7px solid;
    border-top: transparent 7px solid;
    border-left: #333 14px solid;
    position: relative;
    top: 0;
    left: -15px;
    transition: 0.5s;
}
.HowToWatch-bt a:hover::before {
    left: -5px;
}
.HTW-area .ul-wrap:nth-of-type(2){
  background: #fff;
  margin: 0 0 0 auto;
}
.HTW-area .ul-wrap:nth-of-type(2) li{
  text-align: right;
}
.HTW-area .ul-wrap:nth-of-type(3) li{
  text-align: center;
}
.HTW-area .ul-wrap:nth-of-type(2) li::before,
.HTW-area .ul-wrap:nth-of-type(3) li::before {
    content: "";
    background: url(https://www.bs11.jp/anime/anime-grown-up/images/howto-ic01.png);
    width: 64px;
    height: 45px;
    display: inline-block;
    position: absolute;
}
.HTW-area .ul-wrap:nth-of-type(2) li::before {
    top: 30px;
    left: 59%;
}
.HTW-area .ul-wrap:nth-of-type(3) li::before {
    top: 45px;
    left: 27%;
}
.howto-ic {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 170px;
}
.link-area {
    position: relative;
    max-width: 1200px;
    min-width: 750px;
    margin: auto;
}
.link-bt a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 10px;
    display: inline-block;
}
.link-bt::before {
    content: "";
    display: inline-block;
    background: url(https://www.bs11.jp/anime/anime-grown-up/images/howto-ic03.png) no-repeat;
    background-size: 270px;
    width: 270px;
    height: 155px;
    position: absolute;
    top: -150px;
    right: 60px;
}
.link-bt img {
    border-radius: 10px;
    vertical-align: bottom;
}
/*@media screen and (max-width: 1024px) and (min-width: 480px){
    .ul-wrap img {
        width: 300px;
    }
    .HTW-area .ul-wrap:nth-of-type(2) li::before,
    .HTW-area .ul-wrap:nth-of-type(3) li::before {
        background-size: 30px;
        width: 30px;
        height: 21px;
    }
   .HTW-area .yajirush {
       width: 50px;
       transform: rotate(90deg);
   }
    .HTW-area .ul-wrap:nth-of-type(2) li::before {
        top: 25px;
        right: 0;
    }
    .HTW-area .ul-wrap:nth-of-type(3) li::before {
        top: 36px;
        right: 0;
    }
    .HTW-area li {
        width: 750px;
    }
    .howto-ic img {
        width: 80%;
    }
}*/
/*@media screen and (max-width: 1024px) and (min-width: 750px){*/
@media screen and (max-width: 1200px) and (min-width: 750px){
    .ul-wrap img {
        width: 300px;
    }
    .HTW-area .ul-wrap:nth-of-type(2) li::before,
    .HTW-area .ul-wrap:nth-of-type(3) li::before {
        background-size: 30px;
        width: 30px;
        height: 21px;
    }
   .HTW-area .yajirush {
       width: 50px;
       transform: rotate(90deg);
   }
    .HTW-area .ul-wrap:nth-of-type(2) li::before {
        top: 25px;
        right: 0;
    }
    .HTW-area .ul-wrap:nth-of-type(3) li::before {
        top: 36px;
        right: 0;
    }
    .HTW-area li {
        width: 750px;
    }
    .howto-ic img {
        width: 80%;
    }
}
/*@media screen and (max-width: 480px){*/
@media screen and (max-width: 749px){
    .HowToWatch h2 {
        padding: 30px 25px 15px 25px;
        font-size: 1.4rem;
    }
    .HowToWatch h3 {
        margin: 0 10px 10px;
    }
    .HowToWatch h3 img {
        width: 100%;
    }
    .HTW-area ul {
        /*margin: 0 -10px;*/
    }
    .HTW-area li {
        width: 300px;
        margin: auto;
        padding: 10px;
        position: relative;
        top: 0;
    }
    .ul-wrap{
      padding: 15px;
    }
    .ul-wrap img {
        width: 100%;
    }
    .HTW-area .ul-wrap:nth-of-type(1) li {
        top: 0;
    }
    .HTW-area .ul-wrap:nth-of-type(3) li {
        left: 0px;
        top: 0;
    }
     .HTW-area .ul-wrap:nth-of-type(2) li::before,
     .HTW-area .ul-wrap:nth-of-type(3) li::before {
         background-size: 30px;
         width: 30px;
         height: 21px;
     }
    .HTW-area .yajirush {
        width: 50px;
        transform: rotate(90deg);
    }
     .HTW-area .ul-wrap:nth-of-type(2) li::before {
         top: 36px;
         left: -10px;
     }
     .HTW-area .ul-wrap:nth-of-type(3) li::before {
         top: 48px;
         left: -10px;
     }
     .HowToWatch-bt {
        margin: 0 20px;
    }
     .HowToWatch-bt a {
        padding: 10px 25px;
        font-weight: bold;
        border: solid 4px #333;
    } 
    .HowToWatch-bt a::before {
        top: 0;
        left: 0;
    }   
    .link-area {
        min-width: 320px;
        max-width: 350px;
        margin: auto;
        position: relative;
    }
    .link-bt {
        text-align: center;
        padding-top: 65px;
    }
    .link-bt a {
        position: relative;
        right: -40px;
    }
    .link-bt::before {
        top: auto;
        bottom: -10px;
        right: 0;
        left: 0px;
    }
    .howto-ic{
        display: none;
    }
}