/*
-----------------
dealer @PC
-----------------
*/

#furutachanel{
    width: 100%;
    margin: 0 auto;
    background: #f8f8f8;
}
#furutachanel > div:nth-child(1){
    width: 100%;
    position: relative;
    height: 57vw;
}
#furutachanel > div:nth-child(1) img{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}
#furutachanel > div:nth-child(1) h1{
    width: 100%;
    position: absolute;
    top: 50%;
    margin: -5vw 0 0 0;
    text-align : center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 7.8vw;
    line-height: 1.4em;
    font-weight: 600;
    z-index: 1;
}
#furutachanel > div:nth-child(1) h1 span{
    display: block;
    color: #ffc20e;
    font-size: 2.6vw;
    line-height: 1.4em;
    letter-spacing: 0.5vw;
}
#furutachanel > div:nth-child(1) > div:nth-child(2){
    width: 1080px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}
#furutachanel > div:nth-child(2){
    width: 1080px;
    margin: 0 auto;
}
#furutachanel > div:nth-child(2) p{
    text-align: center;
    font-size: 22px;
    line-height: 1.8em;
}
#furutachanel > div:nth-child(2) p a{
    color: #ffc20e;
}

#furutachanel > div:nth-child(3){
    width: 1080px;
    margin: 0 auto;
}
#furutachanel > div:nth-child(3) > ul{
    padding: 0 0 116px 0;
}
#furutachanel > div:nth-child(3) > ul > li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 76px 0 0 0;
    border-top: 1px solid #dcdcdc;
    margin: 56px 0 0 0;
}
#furutachanel > div:nth-child(3) h2{
    width: 100%;
    font-size: 32px;
    font-weight: 500;
}
#furutachanel > div:nth-child(3) h2 br {
    display: none;
}
#furutachanel > div:nth-child(3) h2.pol{
    font-size: 26px;
    line-height: 1.6em;
    margin: -30px 0 -25px 0;
}
#furutachanel > div:nth-child(3) h2.pol br{
    display: block;
}
#furutachanel > div:nth-child(3) > ul > li > div{
    width: 48%;
}
#furutachanel > div:nth-child(3) > ul > li > div.movie{
    margin: -40px 0 0 0;
}
#furutachanel > div:nth-child(3) > ul > li > div table{
    width: 100%;
}
#furutachanel > div:nth-child(3) > ul > li > div table th{
    border: 1px solid #dcdcdc;
    padding: 10px;
    width: 25%;
    font-size: 14px;
    vertical-align: middle;
}
#furutachanel > div:nth-child(3) > ul > li > div p{
    padding: 36px 0 26px 0;
    font-size: 18px;
}
#furutachanel > div:nth-child(3) > ul > li > div table td{
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 10px 26px 10px 26px;
    vertical-align: middle;
}
#furutachanel > div:nth-child(3) > ul > li > div table td ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#furutachanel > div:nth-child(3) > ul > li > div table td ul li i{
    font-size: 10px;
    margin: 0 5px 0 0;
    vertical-align: 2px;
}
#furutachanel > div:nth-child(3) > ul > li > div table td ul li a{
    background: #336699;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding:  2px 8px 2px 8px;
}
#furutachanel > div:nth-child(3) > ul > li > div table td ul li a:hover{
    background: #ffc20e;
    color: #212121;
}
#furutachanel > div:nth-child(3) > ul > li > div iframe{
    width: 100%;
}
.movie div.comingsoon{
    height: 240px;
    display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 0!important;
  color: #a7a7a7;
}





@media screen and (max-width: 1080px) {
    #furutachanel{
        width: 100%;
        margin: 83px auto 0 auto;
    }
    #furutachanel > div:nth-child(1) h1{
        top: 45%;
    }
    #furutachanel > div:nth-child(1) h1 span{
        font-size: 5.6vw;
    }
    #furutachanel > div:nth-child(2){
        width: 96%;
        margin: 0 auto;
    }
    #furutachanel > div:nth-child(3){
        width: 96%;
        margin: 0 auto;
    }

#furutachanel > div:nth-child(3) h2{
    font-size: 24px;
}


}

@media screen and (max-width: 768px) {
    #furutachanel > div:nth-child(2) p{
        text-align: justify;
        font-size: 14px;
        line-height: 1.8em;
    }
    #furutachanel > div:nth-child(2) p br{
        display: none;
    }
    #furutachanel > div:nth-child(3) > ul > li > div{
        width: 100%;
    }
    #furutachanel > div:nth-child(3) > ul > li:nth-child(1){
        margin: 26px 0 0 0;
    }
    #furutachanel > div:nth-child(3) > ul > li{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 36px 0 0 0;
        border-top: 1px solid #dcdcdc;
        margin: 56px 0 0 0;
    }
    #furutachanel > div:nth-child(3) h2{
        width: 100%;
        font-size: 26px;
        line-height: 1.4em;
        font-weight: 500;
        text-align: center;
    }
    #furutachanel > div:nth-child(3) h2 br {
    display: block;
}
#furutachanel > div:nth-child(3) h2.pol{
    font-size: 26px;
    line-height: 1.4em;
    margin: 0 0 0 0;
}
#furutachanel > div:nth-child(3) h2.pol br{
    display: block;
}
    #furutachanel > div:nth-child(3) > ul > li > div.moviecaption{
        order: 2;
        margin: 0;
    }
    #furutachanel > div:nth-child(3) > ul > li > div.movie{
        order: 1;
        margin: 20px 0 0 0;
    }
    #furutachanel > div:nth-child(3) > ul > li > div iframe{
    width: 96vw;
    height: 53vw;
}
#furutachanel > div:nth-child(3) > ul > li > div table th{
    border: 1px solid #dcdcdc;
    padding: 10px;
    width: calc(100% - 22px);
    font-size: 14px;
    vertical-align: middle;
    display: block;
}
#furutachanel > div:nth-child(3) > ul > li > div p{
    padding: 18px 0 26px 0;
    font-size: 15px;
}
#furutachanel > div:nth-child(3) > ul > li > div table td{
    border-top: none;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    background: #fff;
    padding: 10px;
     vertical-align: middle;
     display: block;
}
}



