@charset "UTF-8";
/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
/* ==========================================================================

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

 */
.pg-header {
  background: url(../img/top_p01_sp.jpg) no-repeat right top 40.8vw/100% auto;
  margin-bottom: 60px;
}
@media print, screen and (min-width:769px) {
  .pg-header {
    background: url(../img/top_p01.jpg) no-repeat right top/549px auto;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-header__text {
    text-align: center;
  }
}

.pg-anchor {
  display: flex;
  flex-wrap: wrap;
}
.pg-anchor > li {
  width: 50%;
  background: url(../../assets/img/icon_arrow_b.png) no-repeat left 6px/10px auto;
  padding: 2px 0 2px 14px;
  margin-bottom: 4vw;
  font-size: 1.3rem;
}
.pg-anchor > li a {
  font-weight: normal;
  line-height: 2rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-anchor {
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
  }
  .pg-anchor > li:not(:last-child) {
    width: auto;
    background-position: left center;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-anchor {
    margin-bottom: -2.2vw;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .pg-anchor > li {
    padding: 2px 0 2px 26px;
    margin-bottom: 2.2vw;
    background-size: 17px auto;
    font-size: 1.6rem;
    margin-right: 30px;
  }
  .pg-anchor a:hover {
    color: #ccbfaf;
  }
}

.pg-title {
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  max-width: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.pg-title::before, .pg-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 300px;
  height: 38px;
  top: 0;
  left: 0;
}
.pg-title::before {
  border: 1px solid #020202;
  z-index: 1;
}
.pg-title::after {
  background-color: #efefef;
  top: 3px;
  left: 3px;
}
@media print, screen and (min-width:769px) {
  .pg-title {
    width: 300px;
    margin-bottom: 35px;
    font-size: 2rem;
  }
}

.pg-title.is-autumn::after {
  background-color: #ffc765;
}

.pg-title.is-spring::after {
  background-color: #fd9a9b;
}

.pg-title__inner {
  position: relative;
  z-index: 2;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:769px) {
  .pg-title__inner {
    height: 38px;
  }
}

.pg-gallery {
  margin: 0 10.1vw 60px;
}
@media print, screen and (min-width:769px) {
  .pg-gallery {
    width: 1060px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
  }
}

.pg-photo__item {
  width: 50%;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
}
.pg-photo__item img {
  border-radius: 6px;
}
.pg-photo__item.is-hidden {
  display: none;
}
@media print, screen and (min-width:769px) {
  .pg-photo__item {
    width: 25%;
    padding: 10px;
    transition-duration: 0.35s;
  }
  .pg-photo__item:hover {
    opacity: 0.7;
  }
}

.pg-modal {
  position: fixed;
  z-index: 111;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 242, 239, 0.9);
  display: none;
}
.pg-modal.is-active {
  display: block;
  opacity: 0;
}
.pg-modal.is-enter {
  display: block;
  transition-duration: 0.7s;
  opacity: 1;
}
.pg-modal.is-leave {
  display: block;
  transition-duration: 0.7s;
  opacity: 0;
}

.pg-modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-modal__close {
  display: block;
  position: absolute;
  z-index: 112;
  right: 20px;
  top: 20px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
@media print, screen and (min-width:769px) {
  .pg-modal__close {
    width: 24px;
    height: 24px;
    right: 80px;
    top: 80px;
  }
}

.pg-modal-slide {
  width: 70vw;
  height: 100vh;
}
@media print, screen and (min-width:769px) {
  .pg-modal-slide {
    width: 60vh;
  }
}

.pg-modal-slide__item {
  width: 70vw;
}
@media print, screen and (min-width:769px) {
  .pg-modal-slide__item {
    width: 60vh;
    height: 100vh;
  }
}

.pg-modal-slide__item__inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pg-modal-slide {
  width: 100%;
}
.pg-modal-slide .slick-next,
.pg-modal-slide .slick-prev {
  top: 46vh;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-modal-slide .slick-next,
  .pg-modal-slide .slick-prev {
    width: 40px;
    height: 80px;
    top: 43vh;
  }
}
@media print, screen and (min-width:769px) {
  .pg-modal-slide .slick-next {
    right: 7vw;
  }
  .pg-modal-slide .slick-prev {
    left: 7vw;
  }
}

.pg-modal__award {
  margin-bottom: 20px;
  position: relative;
  width: 144px;
}
.pg-modal__award .award-text {
  display: block;
  color: #4d3417;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
  top: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.pg-modal__award.is-disabled {
  visibility: hidden;
}
@media print, screen and (min-width:769px) {
  .pg-modal__award {
    margin-bottom: 30px;
    width: 230px;
  }
  .pg-modal__award .award-text {
    font-size: 1.6rem;
    top: 4px;
  }
}

.pg-modal__pict {
  width: 70vw;
  height: 70vw;
  margin-bottom: 20px;
  position: relative;
  /*&.is-horizontal {
    img {
      min-width: 100%;
      height: auto;
    }
  }

  &.is-vertical {
    img {
      min-height: 100%;
      width: auto;
    }
  }*/
}
.pg-modal__pict img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*border-radius: 10px;*/
}
@media print, screen and (min-width:769px) {
  .pg-modal__pict {
    width: 60vh;
    height: 60vh;
    margin-bottom: 30px;
  }
  .pg-modal__pict.is-horizontal {
    height: auto;
  }
}

.pg-modal__name {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width:769px) {
  .pg-modal__name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.pg-modal__tags {
  display: flex;
  justify-content: center;
}
.pg-modal__tags > li {
  margin: 0 5px;
}
.pg-modal__tags > li a {
  font-size: 1.1rem;
  font-weight: normal;
}
@media print, screen and (min-width:769px) {
  .pg-modal__tags > li a {
    font-size: 1.4rem;
  }
}

.modal__current {
  position: absolute;
  bottom: 30px;
  text-align: center;
}
.modal__current .current-num1 {
  font-size: 3.6rem;
  border-bottom: 1px dotted #333;
}
.modal__current .current-div {
  width: 24px;
  height: 31px;
  display: inline-block;
}
.modal__current .current-div img {
  width: 100%;
  height: auto;
}
.modal__current .current-num2 {
  font-size: 1.8rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .modal__current .current-num1 {
    font-size: 1.9rem;
  }
  .modal__current .current-div {
    width: 12px;
    height: 15px;
  }
  .modal__current .current-num2 {
    font-size: 1.1rem;
  }
}

/**
もっと見る
 */
.pg-more {
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 111;
  white-space: nowrap;
  width: 100px;
  height: 60px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url(../img/more_arrow.svg) no-repeat center bottom/10px auto;
  margin-top: 20px;
}
.pg-more .more-txt1 {
  display: inline-block;
}
.pg-more .more-txt2 {
  display: none;
}
.pg-more.is-show {
  background: none;
}
.pg-more.is-show .more-txt1 {
  display: none;
}
.pg-more.is-show .more-txt2 {
  display: inline-block;
}
@media print, screen and (min-width:769px) {
  .pg-more {
    margin-top: 40px;
    font-size: 1.8rem;
    width: 100px;
    height: 100px;
    background-size: 19px auto;
  }
}

/**
モーダル天地が低い場合
 */
@media print, screen and (max-height: 720px) and (min-width: 769px) {
  .pg-modal__pict {
    width: 50vh;
    height: 50vh;
  }
}
