@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body img {
  width: 100%;
}

body main .p_top_img img {
  -o-object-position: 55% 50%;
     object-position: 55% 50%;
}

body main #photogallery_sct {
  padding-bottom: 50px;
  /* ポップアップ */
}

@media screen and (max-width: 768px) {
  body main #photogallery_sct {
    padding-bottom: 0;
  }
}

body main #photogallery_sct .search_ctn {
  margin-bottom: 60px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

@media screen and (max-width: 768px) {
  body main #photogallery_sct .search_ctn {
    display: block;
  }
}

body main #photogallery_sct .search_ctn p {
  padding-bottom: 5px;
  font-size: 14px;
}

body main #photogallery_sct .search_ctn .tag_btn_ctn {
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 15px;
}

body main #photogallery_sct .search_ctn .tag_btn_ctn .tag_btn {
  border: 1px solid #C299BF;
  text-align: center;
  border-radius: 3px;
  min-width: 170px;
}

@media screen and (max-width: 480px) {
  body main #photogallery_sct .search_ctn .tag_btn_ctn .tag_btn {
    min-width: 48%;
  }
}

body main #photogallery_sct .search_ctn .tag_btn_ctn .tag_btn a {
  font-size: 14px;
  display: block;
  padding: 3px 10px;
  color: #C299BF;
}

body main #photogallery_sct .search_ctn .tag_btn_ctn .tag_btn:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: #C299BF;
}

body main #photogallery_sct .search_ctn .tag_btn_ctn .tag_btn:hover a {
  color: #fff;
}

body main #photogallery_sct .search_ctn .tag_btn_ctn .tag_btn.now {
  background: #C299BF;
}

body main #photogallery_sct .search_ctn .tag_btn_ctn .tag_btn.now a {
  color: #fff;
}

body main #photogallery_sct .photogallery ol.other_page_grid {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  body main #photogallery_sct .photogallery ol.other_page_grid {
    display: block;
  }
}

body main #photogallery_sct .photogallery ol.other_page_grid li {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  body main #photogallery_sct .photogallery ol.other_page_grid li {
    margin-bottom: 20px;
    height: 100%;
    padding-bottom: 0;
    position: static;
  }
}

body main #photogallery_sct .photogallery ol.other_page_grid li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  body main #photogallery_sct .photogallery ol.other_page_grid li img {
    position: static;
  }
  body main #photogallery_sct .photogallery ol.other_page_grid li img:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 拡大しない */
    cursor: initial;
  }
}

body main #photogallery_sct .pagination {
  margin-top: 40px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  body main #photogallery_sct .pagination {
    margin-top: 20px;
    margin-right: 20px;
  }
}

body main #photogallery_sct .pagination ol {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body main #photogallery_sct .pagination ol li {
  font-weight: bold;
  color: #666;
  font-size: 1.1rem;
  display: block;
  font-family: "futura-pt", sans-serif;
  line-height: 2;
  margin-right: 5px;
  padding: 0 5px;
}

body main #photogallery_sct .pagination ol li a {
  color: #666;
}

body main #photogallery_sct .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  body main #photogallery_sct .popup {
    display: none;
  }
}

body main #photogallery_sct .popup.is_show {
  opacity: 1;
  visibility: visible;
}

body main #photogallery_sct .popup .popup_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 2;
  width: 70vw;
  height: 90vh;
  padding: 50px;
}

body main #photogallery_sct .popup .popup_inner .close_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

body main #photogallery_sct .popup .popup_inner img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

body main #photogallery_sct .popup .bg_black {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  cursor: pointer;
}
/*# sourceMappingURL=photogallery.css.map */