
/* youtube */
#modal-content{
width:80%;
margin:0;
padding:0;
background:#fff;
position:fixed;
display:none ;
z-index:99999;
}

#modal-content .inner{
position:relative;
width:100%;
padding-top:56.25%;
/*overflow:hidden;*/
}

#modal-content .inner #player{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

#modal-overlay{
z-index:9999;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:120%;
background-color:rgba( 0,0,0, 0.75 );
}

.wid_mainvisual{
	width: 100%;
}

.open-btn img:hover{
  cursor: pointer;
  opacity: 0.5;
}

.open-btn img{
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.close-btn {
  position: absolute;
  right: -50px;
  top: -10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
/*.close-btn i {
  font-size: 30px;
  color: #fff;
}
*/


/*display*/

/*.c5-pc{
  display: block;
}

.c5-sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .c5-pc{
    display: none;
  }
  
  .c5-sp{
    display: block;
  }
}
*/

/*movie link*/

/*.movie{
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.movie a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.movie:hover{
    cursor: pointer;
    opacity: 0.5 !important;
}*/
