@charset "UTF-8";
/**
  2025注 カラー管理はcss変数へ以降するが
  下記３カラーはアーカイブで使用するためsassへ残す
 */
/*$col_hover: #FFFF8E;
$col_hover2: #808080;*/
/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
/* ==========================================================================

   #/gallery/index
   ギャラリーページ

 */
.pg-slide-container {
  position: relative;
  padding-bottom: 160px;
}
.pg-slide-container::after {
  content: "";
  display: block;
  background: #f5f5f5;
  width: 100%;
  height: 78px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-slide-container {
    padding-bottom: 140px;
    margin-bottom: 10.1vw;
  }
  .pg-slide-container::after {
    height: 43px;
  }
}

.pg-slide__item {
  position: relative;
  padding: 0 3.7vw;
}
.pg-slide__item .item-inner {
  padding: 5%;
  height: 42vw;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}
.pg-slide__item .item-caption {
  position: absolute;
  margin-bottom: 20px;
  letter-spacing: 0.075em;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -20px;
}
.pg-slide__item .item-pict {
  width: 100%;
  height: 100%;
}
.pg-slide__item .item-pict img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策*/
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-slide__item {
    padding: 0 8vw;
  }
  .pg-slide__item .item-inner {
    height: 60vw;
  }
  .pg-slide__item .item-caption {
    bottom: -35px;
    font-size: 1.3rem;
  }
}

.pg-slide__item.--borderd img {
  border: 1px solid #ccc;
}

.pg-slide__indicator {
  position: absolute;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.pg-slide__indicator .num-current {
  display: inline-block;
  font-size: 3.6rem;
  position: relative;
  margin-right: 30px;
  border-bottom: 1px dotted #000;
  padding: 0 0.1em;
  text-align: center;
}
.pg-slide__indicator .num-current::after {
  content: "";
  width: 24px;
  height: 31px;
  display: block;
  right: -30px;
  position: absolute;
  top: 2px;
  background: url(../img/indicator_sep.svg) no-repeat left top/contain;
}
.pg-slide__indicator .num-total {
  display: inline-block;
  font-size: 1.8rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-slide__indicator {
    text-align: center;
    width: 100%;
    right: 0;
  }
  .pg-slide__indicator .num-current {
    font-size: 1.9rem;
    margin-right: 20px;
  }
  .pg-slide__indicator .num-current::after {
    width: 12px;
    height: 16px;
    right: -20px;
  }
  .pg-slide__indicator .num-total {
    font-size: 1.1rem;
  }
}

.slick-list {
  overflow: visible;
}
