@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  font-family: Verdana, 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  width: 100% !important;
  /* parent からの変更を無視 */
  overflow: hidden;
}
.clearfix {
  clear: both;
}
#image-block-wrapper {
  width: 100%;
}
#image-block-wrapper .image-block {
  float: left;
  transition: opacity 0.3s ease;
  display: block;
  box-sizing: border-box;
  width: 33.3%;
  padding-top: 33.3%;
  position: relative;
}
#image-block-wrapper .image-block:hover {
  opacity: 0.7;
}
#image-block-wrapper .image-block .main-image {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  text-decoration: none;
  object-fit: cover;
}
#image-load-more-wrapper {
  text-align: center;
}
#image-load-more-wrapper #image-load-more {
  display: inline-block;
  padding: 20px 25px 20px 10px;
  text-decoration: none;
  color: #333;
  font-weight: 14px;
  position: relative;
}
#image-load-more-wrapper #image-load-more:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 20px;
  background-image: url('/assets/img/photo_iframe/arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#image-template {
  display: none;
}
