@charset 'utf-8';
/* movie */
#image_modal_bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  cursor: pointer;
  display: none;
}
#image_modal_content {
  width: 320px;
  height: 180px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  margin-top: -90px;
  margin-left: -160px;
  display: none;
}
#image_modal_content #modalimage_close {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: -37px;
  right: 0px;
}
#image_modal_content #modalimage_movie {
  width: 320px;
  height: 180px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}


#main .section.modal-image{
  margin-top: 40px;
  padding: 0 8%;
  line-height: 1.28;
}

#main .section.modal-image .modal-image__img--sp{
  width: 100%;
}

#main .section.modal-image .modal-image__img--pc{
  display: none;
}

#image_modal_content .heading{
  padding: 0 8%;
}