@charset "UTF-8";


/*================================================================================
CHIKAKU個別CSS SMT
=================================================================================*/

/*----------------------------------------------
 modal
 ----------------------------------------------*/

.sec-movie{
  padding: 10px 0 40px;
  text-align: center;
}
.sec-movie h2{
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.product-modal-block{
  width: 202px;
  margin: 0 auto;
  border: #CCC 1px solid;
}
.product-modal-block a.modal-open{
  display: block;
  width: auto;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  background-color: #FFF;
  text-indent: 0;
  z-index: 1;
}
.product-modal-block img{
  width: 100%;
}
.product-modal-block a.modal-open:after{
  content: "";
  height: 66px;
  width: 66px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -33px 0 0 -33px;
  background: url(/images_osp/common/product_slider_mainpr_icon_play.png) no-repeat 0 0;
  background-size: cover;
  z-index: 10;
}