div.block_05 {overflow:hidden;  width:1100px; margin:0 auto; padding:80px 0 30px 0; box-sizing:border-box; }

/*product*/
div.block_05 section.con_L {float:left; width:33.3333%;  padding:20px 0px;  box-sizing:border-box; }
div.block_05 section.con_C {float:left; width:33.3333%; padding:20px 0px; box-sizing:border-box; }

/*movie*/
section.block_05_mobile {display:none}
div.block_05 section.pc {float:right; width:350px; margin:0 auto; padding:30px 0px; text-align:right; box-sizing:border-box;  }
div.block_05 section.pc a{ position:relative;  }
div.block_05 section.pc span.ico {position:absolute; width:100%; text-align:center; padding-top:105px; display:block; z-index: 99; }
div.block_05 section.pc span.mask { opacity:0.1; text-align:right; display:block; width:100%; height:270px; position:absolute; background-color:#000;  }
div.block_05 section.pc a:hover span.mask { opacity:0.3; }

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
div.block_05 {overflow:hidden;  width:100%;  padding:10px 0 0px 0;}	
/*product*/
div.block_05 section.con_L {float:left; width:50%; text-align:center;  padding:20px 0px;  box-sizing:border-box; }
div.block_05 section.con_C {float:left; width:50%; text-align:center; padding:20px 0px; box-sizing:border-box; }
div.block_05 section.con_L img,section.con_C img {max-width:100%;}
/*movie*/
div.block_05 section.pc {display:none}
section.block_05_mobile {display:block; width:100%; margin-bottom:20px;}
.embed-container { position: relative; padding-bottom: 56.25%; overflow:hidden; height: 0;  max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}