/* --------------------------
 * トップ画像拡大表示 本番反映 20201214 リリース
 * -------------------------- */
 
.jlnpc-thumbPictLayout__gallery {
  cursor: pointer;
}
.jlnpc-thumbPictLayout__gallery:hover img {
  opacity: .7;
}

*:focus {
  outline: none;
}
.jlnpc-photoModal__overlay__background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  background: rgba(0, 0, 0, .7);
}
.jlnpc-photoModal__overlay {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10003;
}
.jlnpc-photoModal__viewport {
  position: relative;
  width: 950px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
}
.jlnpc-photoModal__inner {
  padding: 20px 105px;
}
.jlnpc-photoModal__title {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  color: #3b1800;
  text-align: left;
}
.jlnpc-photoModal__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #e77611;
  border-radius: 2px;
  width: 4px;
  margin: 1px 0;
}
.jlnpc-photoModal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
  background: url("/assets/img/common/icons/icon_closeround_gra.svg") no-repeat center / 18px;
}
.jlnpc-photoModal__mainPhotoList--wrap {
  overflow: hidden;
  clear: both;
}
.jlnpc-photoModal__mainPhotoList {
  height: 555px;
}
.jlnpc-photoModal__mainPhotoList .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.jlnpc-photoModal__mainPhoto {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 740px;
  height: 555px;
  background-color: #333;
  clear: both;
  text-align: center;
}
.jlnpc-photoModal__mainPhoto img {
  max-width: 740px;
  max-height: 555px;
  margin: auto;
}
.jlnpc-photoModal__mainPhotoList__count {
  position: relative;
  left: 0;
  bottom: 0;
}
.jlnpc-photoModal__mainPhotoCaption__wrap {
  position: absolute;
  bottom: 0;
  z-index: 10003;
  width: 740px;
  box-sizing: border-box;
}
.jlnpc-photoModal__mainPhotoCaption {
  padding: 10px 8px;
  background: rgba(0, 0, 0, .6);
  text-align: left;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}
.jlnpc-mainPhotoCaptionText {
  word-break: break-all;
  margin-left: 4px;
}
.jlnpc-photoModal__nav {
  position: absolute;
  width: 100%;
  top: -317px;
}
.jlnpc-photoModal__nav ul li {
  position: relative;
  width: 39px;
  height: 80px;
  border-radius: 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(145, 139, 138, .8) !important;
}
.jlnpc-photoModal__nav li.jlnpc-photoModal__prev {
  float: left;
  margin-left: -5px;
  background: url("/assets/img/common/icons/icon_arrowprev_white.svg") no-repeat center / 14px;
}
.jlnpc-photoModal__nav li.jlnpc-photoModal__next {
  float: right;
  margin-right: -5px;
  background: url("/assets/img/common/icons/icon_arrownext_white.svg") no-repeat center / 14px;
}
li.slick-disabled.jlnpc-photoModal__prev,
li.slick-disabled.jlnpc-photoModal__next {
  display: none;
}
.jlnpc-photoModal__thumbnailList {
  margin-top: 15px;
  font-size: 0;
}
.jlnpc-photoModal__thumbnailList li {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 54px;
  overflow: hidden;
  margin-right: 8px;
  cursor: pointer;
}
.jlnpc-photoModal__thumbnailList li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.jlnpc-photoModal__thumbnailList li.jlnpc-photoModal__thumbnailList__current::after {
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 0;
  z-index: 999;
  width: 66px;
  height: 48px;
  box-sizing: border-box;
  outline: solid 3px #e77611;
  content: '';
}
.jlnpc-photoModal__thumbnailList li:hover img {
  opacity: .7;
}
.jlnpc-photoModal__thumbnailList li.jlnpc-photoModal__thumbnailList__current {
  cursor: default;
}
.jlnpc-photoModal__thumbnailList li.jlnpc-photoModal__thumbnailList__current:hover img {
  opacity: 1;
}
