@charset "utf-8";

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*----------------------------------------------------------------------------

 Layout（PC）設定 

 ------------------------------------------*/


#riribakari{
	width:100%;	
	margin: 0 auto;
    background-image: url("../../images/back.jpg");
    background-size: 1000px;
	background-repeat:repeat;
    margin-bottom: 50px;
    padding-top: 50px;
}
#riribakari *{
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
}
#riribakariContents{
	width:100%;		
	height:0 auto;	
	margin:0 auto;
}
#huluimg{
 	margin:0 auto;
	width:100%;
	height: 70px;
    text-align: center;
}
#huluimg img{
    margin:0 auto;
    width:550px;
    height: 62px;
    display: block;
}
#huluimg a{
	margin:0 auto;
    width:550px;
    height: 62px;
    display: block;
}
.hov a:hover img{ opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#topimg{
	margin:0 auto;
	width:1000px;
	height: auto;
}
#topimg img{
	margin:0 auto;
	width:90%;
	height: auto;
    display: block;
    padding-top: 0px;
}

/***********************************************/

#time{
	margin:0 auto;
	width:1000px;
	height:auto;
    margin-bottom: 25px;  
}
#time img{
	margin:0 auto;
	width:95%;
	height:auto;
    margin-top: 30px;  
    margin-bottom: 30px;
    display: block;
}


/***********************************************/
#ariyoshi{
    margin:0 auto;
    width:100%;
	height:auto;
    display: block;
}
#ariyoshi p{
    text-align: center;
    width:80%;
    display: block;
	margin:0 auto;
    tab-size: 1em;
    text-indent: 2em;
    line-height: 1.5em;
    letter-spacing: 0.3em;
    color: #4b4b4b;
}

/***********************************************/
.bar01{
    width: 100%;
	margin:0 auto;  
    display: block;
}
.bar01 img{
    width: 100%;
}
.bar02{
    width: 100%;
	margin:0 auto;  
    display: block;
}
.bar02 img{
    width: 100%;
}
/***********************************************/
.box01{
    width: 100%;
    height: 50px;
    margin: 0px auto;
    padding: 0px;
    background-color: #ffe5eb;
    margin-top: 5px;
    margin-bottom: 5px;
}
.actor01 img{
    width: 200px;
	margin:0 auto;
    text-align: center;
    display: block;
}
    
.actor03 img{
    width: 1000px;
	margin:0 auto;
    text-align: center;
    display: block;
    margin-top: 25px;
    margin-bottom: 50px;
}


#actor{
	margin:0 auto;
	width:900px;
	height:auto;
    margin-bottom: 30px;
}
.box02{
    width: 80%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    background-color: #fefdf5; /* ボックス背景色 */
    border-radius: 30px; /*角の丸み*/
    box-shadow: 0px 0px 0px 10px #fefdf5;
    border: dashed 2px #fdf272;
}
#actor img{
	margin:0 auto;
	width:900px;
	height:auto;
}

/***********************************************/
.sns img{
    width: 200px;
	margin:0 auto;
    text-align: center;
    display: block;
}
#lily_media{
    margin:0 auto;
    width:900px;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 0px;
    margin-bottom: 50px;
}
#lily_sns{
    width:900px;
    margin:0 auto;
    height: 800px;
    text-align: center;
    padding:30px;
    margin-top: 30px;
}
.lilytw01 img{
    margin:0 auto;
    display: block;

}

/***********************************************/
.movie img{
    width: 200px;
	margin:0 auto;
    text-align: center;
    display: block;
}

/* movie */
#movie{
    margin:0 auto;
    width:900px;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 50px;
}
#movie .inblock {
    width:800px;
    height: auto;
    padding: 50px 50px 40px;
    position: relative;
    margin: 0px auto;
    background-color: #fefdf5; /* ボックス背景色 */
    border-radius: 30px; /*角の丸み*/
    box-shadow: 0px 0px 0px 10px #fefdf5;
    border: dashed 2px #fdf272;
}


#movie .deteTtl {/* 日にちとタイトル */
    width:770px;
    display: block;
    margin: 0px auto;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 17px;
    background: #010d58;
    color: #fff;
    font-weight: bold;
    font-size: 1.75em;
    text-align: center;
    letter-spacing: 0.1em;
}
#movie .deteTtl span{
    display: inline-block;
}
#movie .movieThumb {
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}
#movie .movieThumb img{
    width:800px;
}
#movie .movieThumb a {
    display: block;
    position: relative;
}
#movie .movieThumb a:before,
#movie .movieThumb a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
}
#movie .movieThumb a:before {/* 再生ボタン */
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #e9607c;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
#movie .movieThumb a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38.5px 0 38.5px 66px;
    border-color: transparent transparent transparent #ffffff;
    transform: translate(-36%, -50%);
    -webkit-transform: translate(-36%, -50%);
    -moz-transform: translate(-36%, -50%);
}
#movie .backnum{  
    display: flex;
}
#movie .backnum li {
  width: calc(20% - 10px);
  margin: 0 18px 10px 0;
}
#movie .backnum li a {/* 放送日 */
    display: block;
    position: relative;
    padding: 10px 12px;
    border-radius: 15px;
    background: #47b0ea;
    color: #fff;
    font-weight: bold;
    font-size: 1.063em;
    text-align: center;
    letter-spacing: 0.1em;
}
/* newボタン */
#movie .backnum li a .new {
    display: inline-block;
    position: absolute;
    top: -13px;
    left: 0;
    padding: 4px;
    border-radius: 2px;
    background: #e9607c;
    color: #fff;
    font-weight: normal;
    font-size: 0.647em;
}

/***********************************************/

.naiyou img{
    width: 200px;
	margin:0 auto;
    text-align: center;
    display: block;
}
/*ここからラインナップ*/
#under{
 	width: 1000px;
	margin:0 auto;
    margin-top: 50px;
}
#under dl{
    width: 100%;
	margin:0 auto;
    margin-bottom: 50px;
}
#under dt{
	width:100%;
	margin:0 auto;
    padding-bottom: 0px;
}
#under dt img{
	width:100%;
    cursor:pointer;
}
#under dd{
	width:90%;
	margin:0 auto;
    border-radius: 30px;/*角の丸み*/
    background-color: #fefdf5;
    box-shadow: 0px 0px 0px 10px #fefdf5;
    border: dashed 2px #fdf272;
    margin-top: 8px;
}
.bar_under{
    width: 100%;
	margin:0 auto;  
}
.bar_under img{
    width: 90%;
    margin:0 auto;
    display: block;
}
 /* #under dd h1{
    color:darkcyan;
    font-weight: bold;
    font-size: 1.3em;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 0.1em;
}*/
 #under dd h1{
    color:coral;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 0.08em;
         padding-top: 50px;
}

.oadata{
    width: 100%;
	margin:0 auto; 
    display: flex;
    margin-top: 0px;
}
.oadatasp{
    display: none;
}

.oadatapc{
    width:800px; 
    height: auto;
    	margin:0 auto;
    display: block;
    padding-bottom: 40px;
    
}
.oadatapc p{
    width:95%;
	margin:0 auto;
    tab-size: 1em;
/*    text-indent: 1em;*/
    line-height: 1.5em;
    color: #4b4b4b;
        padding-bottom: 40px;
}

.oadatapc img{
    width:390px; 
    height: auto;
    float: left;
    padding-bottom: 40px;
    padding: 5px;    
}
#oaimgpc{
padding-left: 200px;
}

/***********************************************/
#riribakarilast{
    background-color: #fefdf5; /* ボックス背景色 */
}
#riribakarilast p{
    margin:0 auto;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #4b4b4b;
}
.under01{
    background: linear-gradient(transparent 70%, #cbd0e1 70%);
}
/***********************************************/












/*----------------------------------------------------------------------------

 Layout（スマホ）設定 

 ------------------------------------------*/






@media all and (max-width: 812px) {
	   
#riribakari{
	width:100%;	
	margin: 0 auto;
    background-image: url("../../images/back.jpg");
    background-size: 500px;
	background-repeat:repeat;
    margin-bottom: 50px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#riribakariContents{
	width:100%;		
}
    #huluimg{
 	margin:0 auto;
	width:100%;
	height: auto;
    text-align: center;
    padding-top: 30px;
}
#huluimg img{
    width: 100%;
    height: auto;
}
#huluimg a{
    margin:0 auto;
    width:90%; 
    height: auto;
    display: block;
}

 
.hov a:hover img{ opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#topimg{
	margin:0 auto;
	width:100%;
	height: auto;
}
#topimg img{
	margin:0 auto;
	width:90%;
	height: auto;
    display: block;
    padding-top: 0px;
}

/***********************************************/
    
#time{
	margin:0 auto;
	width:100%;
	height: auto;
    margin-bottom: 20px;  
}
#time img{
	margin:0 auto;
	width:95%;
	height:auto;
    margin-top: 10px;  
    margin-bottom: 0px;
    display: block;
}
    
    /***********************************************/
#ariyoshi{
    margin:0 auto;
    width:100%;
	height:auto;
    display: block;
}
#ariyoshi p{
    text-align: center;
    width:95%;
    display: block;
	margin:0 auto;
    font-size: 0.8em; 
    text-indent: 1em;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #4b4b4b;
}
/***********************************************/
    .bar01{
    width: 100%;
	margin:0 auto;  
    display: block;
}
.bar01 img{
    width: 100%;
}
.bar02{
    width: 100%;
	margin:0 auto;  
    display: block;
}
.bar02 img{
    width: 100%;
}
/***********************************************/
.box01{
    width: 100%;
    height: 40px;
    margin: 0px auto;
    background-color: #ffe5eb;
    margin-top: 5px;
    margin-bottom: 0px;
}   
.actor01 img{
    width: 150px;
	margin:0 auto;
    text-align: center;
    display: block;
}
.actor03 img{
    width: 95%;
	margin:0 auto;
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}
#actor{
	margin:0 auto;
	width:90%;
	height:auto;
    margin-top: 0px;
    margin-bottom: 40px;
}
#actor img{
	margin:0 auto;
	width:100%;
	height:auto;
    display: block;
    margin-top: 0px;
}


/***********************************************/
.sns img{
    width: 150px;
	margin:0 auto;
    text-align: center;
    display: block;
}
#lily_media{
    margin:0 auto;
    width:90%;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 30px;
}
#lily_sns{
    margin:0 auto;
    width:90%;
    height: auto;
    text-align: center;
    padding-bottom: 50px;
}
.lilytw01 img{
    margin:0 auto;
    display: block;
    width: 120px;
    margin-top: 0px; 
}
    
    /***********************************************/
.movie img{
    width: 150px;
	margin:0 auto;
    text-align: center;
    display: block;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
#movie .backnum li, #main-contents #movie .backnum li:nth-child(5n) {
    width: 31.3%;
    margin: 0 3% 10px 0;
}

    
    /* movie */
#movie{
    margin:0 auto;
    width:90%;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
}
#movie .inblock {
    width:100%;
    height: auto;
    padding: 0px 0px 0px;
    position: relative;
    margin: 0px auto;
    background-color: #fefdf5; /* ボックス背景色 */
    border-radius: 30px; /*角の丸み*/
    box-shadow: 0px 0px 0px 10px #fefdf5;
    border: dashed 2px #fdf272;
}


#movie .deteTtl {/* 日にちとタイトル */
    width:90%;
    margin: 0px auto;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 17px;
    background: #010d58;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
    margin-top: 20px;
}
#movie .deteTtl span{
    display: inline-block;
}
#movie .movieThumb {
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}
 #movie .movieThumb img{   
    display: block;
    margin: 0px auto;
    width:95%;  
}
#movie .movieThumb a {
    display: block;
    position: relative;
}
#movie .movieThumb a:before,
#movie .movieThumb a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
}
#movie .movieThumb a:before {/* 再生ボタン */
    width: 18vw;
    height: 18vw;
    border-radius: 50%;
    background: #e9607c;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
#movie .movieThumb a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4vw 0 4vw 7vw;
    border-color: transparent transparent transparent #ffffff;
    transform: translate(-36%, -50%);
    -webkit-transform: translate(-36%, -50%);
    -moz-transform: translate(-36%, -50%);
}    
#movie .backnum{  
    display: flex;
/*    justify-content: space-around;*/
    margin-bottom: 20px;
    margin-left: 100px;
}
#movie .backnum li {
    width: 31.3%;
    margin: 0 3% 8px 0;
}
#movie .backnum li a {/* 放送日 */
    display: block;
    position: relative;
    padding: 5% 2%;
    border-radius: 15px;
    background: #47b0ea;
    color: #fff;
    font-weight: bold;
    font-size: 2.6vw;

} 
/* newボタン */
#movie .backnum li a .new {
    display: inline-block;
    position: absolute;
    top: -13px;
    left: 0;
    padding: 4px;
    border-radius: 2px;
    background: #e9607c;
    color: #fff;
    font-weight: normal;
    font-size: 0.647em;
}

/***********************************************/
    
.naiyou img{
    width: 150px;
	margin:0 auto;
    text-align: center;
    display: block;
}
/*ここからラインナップ*/
#under{
    width: 100%;
	margin:0 auto;
    padding-top: 40px;
}
#under dl{
    width: 100%;
	margin:0 auto;
    padding-top: 0px;
    padding-bottom: 20px;
}
#under dt{
	width:98%;
	margin:0 auto;
    padding-bottom: 0px;
}
#under dt img{
	width:96%;
    cursor:pointer;
    	margin:0 auto;
    display: block;
}
#under dd{
	width:90%;
	margin:0 auto;
    border-radius: 30px;/*角の丸み*/
    background-color: #fefdf5;
    margin-top: 8px;
    margin-bottom: 20px;
}
 /* #under dd h1{
    color:darkcyan;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 0em;
}*/
 #under dd h1{
    color:coral;
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 0px;
    text-align: center;
    letter-spacing: 0em;
         padding-top: 40px;
}
.oadatapc{
    display: none;
}
    
.oadatasp{
    width: 100%;
	margin:0 auto; 
    display: block;
    padding-top: 0px;
    padding-bottom: 50px;
}
.oadatasp p{
    width:90%;
    display: block;
	margin:0 auto;
    tab-size: 0.7em;
/*    text-indent: 1em;*/
    line-height: 1.2em;
    color: #4b4b4b;
    margin-top: 0px;
}
.oadatasp img{
    width: 80%;
    display: block;
    margin:0 auto; 
    margin-top: 20px;
}


/***********************************************/
#riribakarilast p{
    margin:0 auto;
    text-align: center;
    font-size: 0.7em;
    line-height: 1.5em;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4b4b4b;
}   
/***********************************************/

}
