@charset "utf-8";
.special{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.pc{
	display: none;
}
#netflix .corner_inner{
    background: url("../img/nf_head_sp.png") no-repeat top center;
    background-size: cover;
    padding-top: 48.4375%;
}
#netflix .navigator{
    position: relative;
    margin: 6% auto;
    width: 90%;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5%;
    /* display: flex; */
    border-radius: 0.3em;
    justify-content: space-between;
    box-shadow: 5px 5px 7px rgba(119, 82, 49, 0.75);
}
#netflix .navigator .txt{
    width: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    margin: 0 auto;
}
#netflix .navigator .img_name{
    width: 60%;
    margin: 2% auto;
}
#netflix .navigator .txt p{
    margin: 2% auto;
    width: 93%;
    font-size: 4.5vw;
}
#netflix .navigator .img_con{
    width: 45%;
    margin: 2% 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: 90%;
	display: flex;
	flex-wrap: wrap;justify-content: center;
	align-items: baseline;
	margin: 1% auto 0;
}
#netflix .wrap_icom{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 50%;
}
#netflix .btn{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #000;
	width: 90%;
	max-width: 590px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 2%;
	box-shadow: 3px 3px 3px #676767;
	border-radius: 0.5em;
	display: block;
	align-items: center;
	/* justify-content: center; */
	text-align: 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: 40%;
    margin: 0 auto;
}
#netflix .twibtn{
	display: block;
	width: 40%;
}
#netflix .twibtn:hover{
    transition-duration :0.2s;
    opacity: 0.8;
}
#netflix .twibtn img{
   width: 100%;
}
#netflix .instabtn{
	display: block;
	width: 34%;
}
#netflix .instabtn:hover{
    transition-duration :0.2s;
    opacity: 0.8;
}
#netflix .instabtn img{
	width: 100%;
}

#netflix .wrap_icom02{
	width: 100%;
	margin: 7% auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#netflix .newinfo{
	width: 70%;
	text-align: center;
	
	font-weight: bold;
	font-size: 3.5vw;
}
#netflix .twibtn02{
	display: block;
	width: 10%;
	font-size: 37px;
	color: black;
	padding-right: 1.3em;
}
#netflix .twibtn02:hover{
    transition-duration :0.2s;
    opacity: 0.8;
}
#netflix .twibtn02 img{
   width: 100%;
}
#netflix .instabtn02{
	display: block;
	width: 11%;
}
#netflix .instabtn02:hover{
    transition-duration :0.2s;
    opacity: 0.8;
}
#netflix .instabtn02 img{
	width: 100%;
}
#netflix .flex .movie_article h3 span{
    font-size: 5vw;
}
/*------最初の作品------ */
#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_sp.png) repeat-y;
    background-size: contain;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4%;
    margin: 5% 0;
}
#netflix .flex .movie_article:first-of-type .inner::before{
    content: "";
    background: url("../img/first_bg_before_sp.png") no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 2%;
    display: block;
    position: absolute;
    top: -0.3%;
    left: 0;
}
#netflix .flex .movie_article:first-of-type .inner::after{
    content: "";
    background: url("../img/first_bg_after_sp.png") no-repeat;
    background-size: contain;
    width: 100%;
    /* padding-top: 2%; */
    display: block;
    position: absolute;
    bottom: -0.4%;
    left: 0;
}
#netflix .flex .movie_article:first-of-type .movie_ttl{
    width: 99%;
    margin-bottom: 2%;
    font-weight: bold;
}
#netflix .flex .movie_article:first-of-type .movie_ttl h3{
    font-size: 6vw;
}
#netflix .flex .movie_article:first-of-type .img_con{
    width: 99%;
}
#netflix .flex .movie_article:first-of-type .movie_ttl h4{
    font-size: 5vw;
}
#netflix .flex .movie_article:first-of-type .txt{
    width: 99%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 17px;
    margin-top: auto;
}
#netflix .movie_article:first-of-type .txt .neko{
    width: 55%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 3%;
}
#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: 100%;
    background: #fff;
    padding: 2%;
}
#netflix .flex .movie_article:first-of-type .btn{
    background: #df191d;
    margin-top: 3%;
    max-width: 300px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 2%;
    box-shadow: 2px 2px 1px #9b0f0d;
    border-radius: 0.3em;
}
/*------クラスの作品------ */
#netflix .flex .week{
    width: 100%;
    position: relative;
    margin: 10% 0 0;
}
#netflix .flex .week .inner{
    background: url(../img/first_bg_sp.png) repeat-y;
    background-size: contain;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4%;
    margin: 5% 0;
}
#netflix .flex .week .inner::before{
    content: "";
    background: url("../img/first_bg_before_sp.png") no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 2%;
    display: block;
    position: absolute;
    top: -0.3%;
    left: 0;
}
#netflix .flex .week .inner::after{
    content: "";
    background: url("../img/first_bg_after_sp.png") no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 2%;
    display: block;
    position: absolute;
    bottom: -0.3%;
    left: 0;
}
#netflix .flex .week .movie_ttl{
    width: 99%;
    margin-bottom: 2%;
}
#netflix .flex .week .movie_ttl h3{
    font-size: 6vw;
}
#netflix .flex .week .img_con{
    width: 99%;
}
#netflix .flex .week .movie_ttl h4{
    font-size: 5vw;
}
#netflix .flex .week .txt{
    width: 99%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 17px;
    margin-top: auto;
}
#netflix .week .txt .neko{
    width: 55%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 3%;
}
#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: 100%;
    background: #fff;
    padding: 2%;
}
#netflix .flex .week .btn{
    background: #df191d;
    margin-top: 3%;
    max-width: 300px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 2%;
    box-shadow: 2px 2px 1px #9b0f0d;
    border-radius: 0.3em;
}
/*------他作品------ */
#netflix .movie_article{
    width: 100%;
    position: relative;
    margin: 10% 0;
}
#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: -0.3%;
    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: -0.3%;
    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%;
}
#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: 2% 0 0;
}
#netflix .movie_article .txt p{
    width: 100%;
    font-size: 4.5vw;
}
#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{
    margin-top: 7%;
}
#netflix .flex .movie_article .live{
    margin-bottom: 7%;
}
#netflix .flex .movie_article .live h3{
    margin: 2% 0;
    font-size: 5vw;
}
#netflix .flex .movie_article .live:last-of-type{
    margin: 0;
}
@media screen and (max-width:1280px) {
    #netflix .flex .movie_ttl h3{
        font-size: 6vw;
    }
    #netflix .flex .movie_ttl h4{
        font-size: 5vw;
    }
    #netflix .movie_article .txt{
        /* font-size: 13px; */
    }
}
/*11/28アニメ二個*/
#netflix .anime_wrap{
    margin-top: 7%;
}
#netflix .flex .movie_article .anime{
    margin-bottom: 7%;
}
#netflix .flex .movie_article .anime h3{
    margin: 2% 0;
    font-size: 5vw;
}
#netflix .flex .movie_article .anime:last-of-type{
    margin: 0;
}
#netflix .flex .movie_article .anime .anime_btn{
    font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #df191d;
	margin-top: 2%;
	margin: 2% auto 0;
	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;
}
/*--3/3アニメ3個分追加--*/
#netflix .flex .movie_ttl .anime h3.fs{
    font-size: 6vw;
}

#netflix .flex .movie_ttl .anime h4{
    font-size: 5vw;
}
