@charset "utf-8";
.special{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#netflix .corner_inner{
    background: url("../img/nf_head.png") no-repeat top center;
    background-size: cover;
    padding-top: 36.5625%;
}
#netflix .navigator{
    position: absolute;
    top: 18%;
    right: 3%;
    left: auto;
    width: 44%;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5%;
    display: flex;
    justify-content: space-between;
    border-radius: 0.3em;
    box-shadow: 5px 5px 7px rgba(119, 82, 49, 0.75);
}
#netflix .navigator .txt{
    width: 63%;
    display: flex;
    flex-direction: column;
}
#netflix .navigator .img_name{
    width: 85%;
    margin-bottom: 3%;
}
#netflix .navigator .txt p{
    margin-top: auto;
}
#netflix .navigator .img_con{
    width: 35%;
    margin-top: auto;
}
#netflix .navigator .img_con img{
    width: 100%;
}
#netflix .fullcontent img{
    width: 100%;
    display: block;
}
#netflix .flex{
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    margin: 2% auto 0;
}

#netflix .wrap_sns{
	width: 65%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1% auto 0;
}
#netflix .wrap_icom{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 20%;
}
#netflix .btn{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #000;
	width: 100%;
	max-width: 460px;
	color: #fff;
	font-size: 140%;
	font-weight: 500;
	padding: 0.5%;
	box-shadow: 3px 3px 3px #5d5d5d;
	border-radius: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2% auto;
}
#netflix .btn:hover{
    box-shadow:none;
    transform: translate(0.2em,0.2em);
    transition-duration :0.2s;
    opacity: 1.0;
}
#netflix .btn img{
    display: block;
    width: 30%;
    margin: 0 2% 0 0;
}
#netflix .twibtn{
	display: block;
	width: 45%;
}
#netflix .twibtn:hover{
    transition-duration :0.2s;
    opacity: 0.8;
}
#netflix .twibtn img{
   width: 100%;
}
#netflix .instabtn{
	display: block;
	width: 40%;
}
#netflix .instabtn:hover{
    transition-duration :0.2s;
    opacity: 0.8;
}
#netflix .instabtn img{
	width: 100%;
}

#netflix .wrap_icom02{
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: end;
}
#netflix .newinfo{
	width: 70%;
	padding-left: 1em;text-align: center;
	
	font-weight: bold;
	font-size: 110%;
}
#netflix .twibtn02{
	display: block;
	width: 15%;
	padding-right: 3%;
	font-size: 38px;
	color: black;
	}
#netflix .twibtn02:hover{
    transition-duration :0.2s;
    opacity: 0.8;
}
#netflix .twibtn02 img{
   width: 100%;
}
#netflix .instabtn02{
	display: block;
	width: 40px;
}
#netflix .instabtn02:hover{
    transition-duration :0.2s;
    opacity: 0.8;
}
#netflix .instabtn02 img{
	width: 100%;
}
/*------最初の作品------ */
#netflix .flex .movie_article:first-of-type{
    width: 100%;
    position: relative;
    margin: 1% 0 0;
}
#netflix .flex .movie_article:first-of-type .inner{
    background: url(../img/first_bg.png) repeat-y;
    background-size: contain;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 4%;
}
#netflix .flex .movie_article:first-of-type .inner::before{
    content: "";
    background: url("../img/first_bg_before.png") no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 2%;
    display: block;
    position: absolute;
    /* top: -2%; */
    left: 0;
}
#netflix .flex .movie_article:first-of-type .inner::after{
    content: "";
    background: url("../img/first_bg_after.png") no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 2%;
    display: block;
    position: absolute;
    /* bottom: -2%; */
    left: 0;
}
#netflix .flex .movie_article h3 span{
    font-size: 20px;
}
#netflix .flex .movie_article:first-of-type .movie_ttl{
    width: 100%;
    margin-bottom: 2%;
    font-weight: bold;
}
#netflix .flex .movie_article:first-of-type .movie_ttl h3{
    font-size: 30px;
}
#netflix .flex .movie_article:first-of-type .img_con{
    width: 63%;
    margin-top: 0;
    margin-bottom: 0;
}
#netflix .flex .movie_article:first-of-type .movie_ttl h4{
    font-size: 20px;
}
#netflix .flex .movie_article:first-of-type .txt{
    width: 36%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 17px;
    margin-top: auto;
}
#netflix .movie_article:first-of-type .txt .neko{
    width: 75%;
    margin-left: 0;
    margin-right: auto;
    margin-top: auto;
    max-width: 270px;
}
#netflix .movie_article:first-of-type .txt .neko_inner{
    background: url("../img/neko.png") no-repeat top center;
    background-size: cover;
    width: 100%;
    padding-top: 33.7748%;
}
#netflix .flex .movie_article:first-of-type .txt p{
    width: 90%;
    background: #fff;
    padding: 2%;
}
#netflix .flex .movie_article:first-of-type .btn{
    background: #df191d;
    max-width: 340px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 2%;
    box-shadow: 2px 2px 1px #9b0f0d;
    border-radius: 0.3em;
    width: 85%;
    margin: 3% 2.5% 0 auto;
}


/*------クラスつけた作品------ */
#netflix .flex .week{
    width: 100%;
    position: relative;
    margin: 1% 0 0;
}
#netflix .flex .week .inner{
    background: url(../img/first_bg.png) repeat-y;
    background-size: contain;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4%;
}
#netflix .flex .week .inner::before{
    content: "";
    background: url("../img/first_bg_before.png") no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 2%;
    display: block;
    position: absolute;
    /* top: -2%; */
    left: 0;
}
#netflix .flex .week .inner::after{
    content: "";
    background: url("../img/first_bg_after.png") no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 2%;
    display: block;
    position: absolute;
    /* bottom: -2%; */
    left: 0;
}
#netflix .flex .week h3 span{
    font-size: 20px;
}
#netflix .flex .week .movie_ttl{
    width: 100%;
    margin-bottom: 2%;
}
#netflix .flex .week .movie_ttl h3{
    font-size: 30px;
}
#netflix .flex .week .img_con{
    width: 63%;
    margin-bottom: 0;
}
#netflix .flex .week .movie_ttl h4{
    font-size: 20px;
}
#netflix .flex .week .txt{
    width: 36%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 17px;
    margin-top: auto;
}
#netflix .week .txt .neko{
    width: 75%;
    margin-left: 0;
    margin-right: auto;
    margin-top: auto;
}
#netflix .week .txt .neko_inner{
    background: url("../img/neko.png") no-repeat top center;
    background-size: cover;
    width: 100%;
    padding-top: 33.7748%;
}
#netflix .flex .week .txt p{
    width: 90%;
    background: #fff;
    padding: 2%;
}
#netflix .flex .week .btn{
    background: #df191d;
    max-width: 340px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 2%;
    box-shadow: 2px 2px 1px #9b0f0d;
    border-radius: 0.3em;
    width: 85%;
    margin: 3% 2.5% 0 auto;
}
/*------他作品------ */
#netflix .movie_article{
    width: 49%;
    position: relative;
    margin: 1% 0;
    display: flex;
}
#netflix .inner{
    background: url(../img/bg.png) repeat-y;
    background-size: contain;
    position: relative;
    /* top: -2%; */
    /* right: 1.3%; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4%;
    margin: 2% 0;
}
#netflix .inner::before{
    content: "";
    background: url("../img/bg_before.png") no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 2%;
    display: block;
    position: absolute;
    top: -1%;
    left: 0;
}
#netflix .inner::after{
    content: "";
    background: url("../img/bg_after.png") no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 2%;
    display: block;
    position: absolute;
    bottom: -1.2%;
    left: 0;
}
#netflix .movie_article .movie_ttl{
    width: 99%;
    margin-bottom: 2%;
    font-weight: bold;
}
#netflix .movie_article .movie_ttl h3{
    font-size: 30px;
}
#netflix .movie_article .img_con{
    width: 99%;
    margin-top: auto;
    margin-bottom: 2%;
}
#netflix .movie_article .movie_ttl h4{
    font-size: 20px;
}
#netflix .movie_article .txt{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 17px;
    position: relative;
    margin-top: auto;
}
#netflix .movie_article .txt p{
    width: 100%;
}
#netflix .movie_article .btn{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #df191d;
	margin-top: 2%;
	max-width: 340px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 2% 6%;
	box-shadow: 2px 2px 1px #9b0f0d;
	border-radius: 0.3em;
	display: block;
}
#netflix .live_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 4%;
}
#netflix .flex .movie_article .live{
    margin: 0 1.6%;
    width: 30%;
    display: flex;
    flex-direction: column;
}
#netflix .flex .movie_article .live .img_con{
    width: 100%;
}
#netflix .flex .movie_article .live h3{
    margin-bottom: 1%;
    font-size: 18px;
}
#netflix .flex .movie_article .live .txt{
    width: 100%;
    margin-top: 10px;
}
#netflix .flex .movie_article .live .txt p{
    width: 100%;
}
#netflix .flex .movie_article .live .txt a{
    width: 100%;
}
@media screen and (max-width:1280px) {
    #netflix .flex .movie_ttl h3{
        font-size: 2.5vw;
    }
    #netflix .flex .movie_ttl h4{
        font-size: 2.3vw;
    }
    #netflix .movie_article .txt{
        /* font-size: 13px; */
    }
}
/*11/28アニメ二個分*/
#netflix .anime_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 4%;
}
#netflix .flex .movie_article .anime{
    margin: 1.6%;
    width: 45%;
    display: flex;
    flex-direction: column;
}
#netflix .flex .movie_article .anime .img_con{
    width: 100%;
}
#netflix .flex .movie_article .anime h3{
    margin-bottom: 1%;
    font-size: 18px;
}

#netflix .flex .movie_article .anime.txt{
    width: 100%;
    margin-top: 10px;
	text-align: left;
}
#netflix .flex .movie_article .anime.txt p{
    width: 100%;
}
#netflix .flex .movie_article .anime.txt a{
    width: 100%;
}
#netflix .flex .movie_article .anime .anime_btn{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	background: #df191d;
	max-width: 340px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 2%;
	box-shadow: 2px 2px 1px #9b0f0d;
	border-radius: 0.3em;
	width: 85%;
	margin: 4% auto 0;
}
@media screen and (max-width:1280px) {
    #netflix .flex .movie_ttl h3{
        font-size: 2.5vw;
    }
    #netflix .flex .movie_ttl h4{
        font-size: 2.3vw;
    }
    #netflix .movie_article .txt{
        /* font-size: 13px; */
    }
}


/*--3/3アニメ3個分追加--*//**作品3つの時のCSS**/
#netflix .flex .anime .movie_ttl h3.fs{
	font-size: 23px;
	width: 100%;
}
/*--最初の１個だけ大きく表示--*/
#netflix .flex:first-of-type{
    width: 100%;
    position: relative;
    margin: 1% 0;
}


@media screen and (max-width:1280px) {
    #netflix .flex .anime .movie_ttl h3.fs{
        font-size: 18px;
    }
    #netflix .flex .movie_ttl h4{
        font-size: 1.8vw;
    }
    #netflix .movie_article .txt{
        /* font-size: 13px; */
    }
}

