.p-gallery .p-headerBLC--gallery .p-header,
.p-gallery .p-headerBLC--gallery .p-galleryHead {
  background-color: rgba(255, 255, 255, 0.7803921569);
}
.p-gallery .p-headerBLC--gallery:hover .p-header,
.p-gallery .p-headerBLC--gallery:hover .p-galleryHead {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3137254902);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3137254902);
}
@media screen and (max-width: 991.98px) {
  .p-gallery .p-headerBLC--gallery .user__contents {
    top: calc(100% + 40px);
  }
}
.p-gallery .p-header__nav--pc,
.p-gallery .p-header__nav--sp {
  top: calc(100% + 40px);
  height: calc(100vh - 110px);
}
.p-gallery .p-header__nav--pc.is-solo,
.p-gallery .p-header__nav--sp.is-solo {
  height: calc(100vh - 40px);
}

.p-galleryHead {
  position: fixed;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-left: 15px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 69px;
}
.p-galleryHead .inner {
  max-width: 1920px;
  margin: auto;
}
.p-galleryHead.is-solo {
  top: 0;
  border-top: none;
}
.p-galleryHead.is-solo .p-galleryHead__trigger {
  opacity: 1;
  padding: 0.6rem 15px;
}
.p-galleryHead.is-solo .p-galleryHead__trigger .trigger {
  width: 30px;
}
.p-galleryHead.is-solo .p-galleryHead__trigger .trigger__item {
  width: 30px;
}
.p-galleryHead.is-solo .p-galleryHead__trigger .trigger__item--rotate1 {
  width: 34px;
}
.p-galleryHead.is-solo .p-galleryHead__trigger .trigger__item--rotate3 {
  width: 34px;
}
.p-galleryHead.is-solo .p-galleryHead__menu {
  padding-right: initial;
}
.p-galleryHead .p-galleryHead__title {
  float: left;
  display: inline-block;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 41px;
}
.p-galleryHead .p-galleryHead__title small {
  padding-left: 0.8rem;
  opacity: 0.8;
}
@media screen and (max-width: 767.98px) {
  .p-galleryHead .p-galleryHead__title small {
    display: none;
  }
}
.p-galleryHead .p-galleryHead__trigger {
  float: right;
  opacity: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-galleryHead .p-galleryHead__trigger .trigger {
  width: 0;
  cursor: pointer;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.p-galleryHead .p-galleryHead__trigger .trigger__item {
  height: 1px;
  width: 0;
  border-radius: 1.5px;
  background-color: #484848;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-transform-origin: 1px 1px;
          transform-origin: 1px 1px;
  margin-bottom: 8.3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-galleryHead .p-galleryHead__trigger .trigger__item:nth-of-type(3) {
  margin-bottom: 2px;
}
.p-galleryHead .p-galleryHead__trigger .trigger__item--rotate1 {
  transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  width: 35px;
}
.p-galleryHead .p-galleryHead__trigger .trigger__item--rotate2 {
  opacity: 0;
}
.p-galleryHead .p-galleryHead__trigger .trigger__item--rotate3 {
  transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  -webkit-transform: rotate(-36deg);
  -moz-transform: rotate(-36deg);
  width: 35px;
}
.p-galleryHead .p-galleryHead__menu {
  float: right;
  padding-top: 6px;
  padding-right: 15px;
}
.p-galleryHead .p-galleryHead__menu .menu__item {
  display: inline-block;
  margin-left: 0.8rem;
}
.p-galleryHead .p-galleryHead__menu .menu__target {
  text-decoration: none;
  color: #484848;
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
}
.p-galleryHead .p-galleryHead__menu .menu__target:hover {
  font-weight: bold;
}
.p-galleryHead .p-galleryHead__menu .menu__target.is-active {
  border-radius: 12px;
  background-color: #484848;
  padding: 0 0.8rem;
  color: #ccc;
}

.p-galleryBody {
  max-width: 1280px;
  margin: auto;
  margin-top: 4rem;
  padding: 0 15px 3.2rem;
}

.p-galleryBody__title {
  display: inline-block;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.p-galleryBody__title small {
  font-size: 0.8rem;
  padding-left: 0.8rem;
}
.p-galleryBody__title--mapPage {
  text-align: center;
  display: block;
}

.p-galleryBody__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-galleryBody__photos::after {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .p-galleryBody__photos::after {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-galleryBody__photos::after {
    width: calc(50% - 0.4rem);
  }
}
.p-galleryBody__photos .item {
  padding-bottom: 2.8rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-galleryBody__photos .item {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-galleryBody__photos .item {
    width: calc(50% - 0.4rem);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 767.98px) {
  .p-galleryBody__photos .item:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.p-galleryBody__photos .item__target {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-galleryBody__photos .item__img {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-galleryBody__photos .item__img {
    margin-bottom: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-galleryBody__photos .item__img {
    margin-bottom: 0.8rem;
  }
}
.p-galleryBody__photos .item__img .img--rect {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.p-galleryBody__photos .item__img .img--rect img {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .p-galleryBody__photos .item__img .desc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-galleryBody__photos .item__img .desc {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.55);
  }
  @supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) or (-webkit-backdrop-filter: saturate(180%) blur(20px)) {
    .p-galleryBody__photos .item__img .desc {
      background: rgba(0, 0, 0, 0.055);
      -webkit-backdrop-filter: saturate(180%) blur(15px);
      backdrop-filter: saturate(180%) blur(15px);
    }
  }
}
@media screen and (min-width: 1200px) {
  .p-galleryBody__photos .item__img .desc {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-galleryBody__photos .item__img .desc .desc__number {
  position: absolute;
  bottom: 0;
  right: -1.6rem;
  opacity: 0.3;
  line-height: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-galleryBody__photos .item__img .desc .desc__number {
    font-size: 6.3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-galleryBody__photos .item__img .desc .desc__number {
    font-size: 8.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-galleryBody__photos .item__img .desc .desc__number {
    font-size: 9.8rem;
  }
}
.p-galleryBody__photos .item__img .desc .desc__inner {
  padding: 15px;
  text-align: left;
  margin-right: -80px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .p-galleryBody__photos .item__img .desc .desc__inner span {
    display: block;
  }
}
.p-galleryBody__photos .item__img .desc .desc__inner--theme {
  margin-right: initial;
  text-align: justify;
}
.p-galleryBody__photos .item__img .desc .desc__inner--theme .property {
  font-size: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .p-galleryBody__photos .item__img .desc .desc__inner {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
}
.p-galleryBody__photos .item__img .desc:hover {
  opacity: 1;
}
.p-galleryBody__photos .item__img .desc:hover .desc__number {
  right: -0.8rem;
}
.p-galleryBody__photos .item__img .desc:hover .desc__inner {
  margin-right: initial;
}
@media screen and (max-width: 1199.98px) {
  .p-galleryBody__photos .item__img .desc:hover .desc__inner {
    font-size: 0.8rem;
  }
}
.p-galleryBody__photos .item__desc {
  font-size: 0.9rem;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .p-galleryBody__photos .item__desc {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-galleryBody__photos .item__desc .number {
    padding-right: 0.4rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .p-galleryBody__photos .item__desc .number {
    display: none;
  }
}

.p-message {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
  margin-top: 100px;
  color: #484848;
  font-size: 0.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-message {
    padding: 0 15px;
  }
}

.p-message__heading {
  margin-bottom: 0.8rem;
}

.p-message__desc {
  text-align: justify;
  margin-bottom: 2.4rem;
}

.p-message__credit {
  text-align: right;
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__credit {
    padding-bottom: 3.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-message__credit .credit {
    display: block;
    text-align: center;
    margin-bottom: 0.8rem;
  }
}
.p-message__credit a {
  color: #BD986B;
  text-decoration: none;
}

.p-message__control {
  border-bottom: 1px solid #ccc;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .p-message__control {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .p-message__control .o-and {
    padding: 0 0.8rem;
  }
}
.p-message__control .control {
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__control .control {
    padding-bottom: 0.8rem;
  }
}
.p-message__control .control .control__target {
  color: inherit;
  text-decoration: none;
}
.p-message__control .control .control__target:hover {
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .p-message__control .control--themePage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  .p-message__control .control--themePage .control__target {
    width: 33.3333333333%;
    width: 30%;
    display: block;
    text-align: center;
    border: 1px solid #484848;
    border-radius: 6px;
    padding: 0.4rem 0;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-message__control .control--themePage .o-and {
    display: none;
  }
}

.p-galleryBottom {
  font-size: 0.9rem;
  text-align: center;
}

.p-galleryBottom__menu {
  margin-bottom: 5.2rem;
  padding: 2.4rem 15px;
}
@media screen and (max-width: 767.98px) {
  .p-galleryBottom__menu {
    padding: 1.6rem 15px;
  }
}
.p-galleryBottom__menu li {
  display: inline-block;
}
.p-galleryBottom__menu li::after {
  content: "|";
  display: inline-block;
  padding: 0 1.6rem;
  opacity: 0.5;
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-galleryBottom__menu li::after {
    padding: 0 0.7rem 0 0.9rem;
  }
}
.p-galleryBottom__menu li:last-of-type::after {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .p-galleryBottom__menu li:nth-child(2)::after {
    display: none;
  }
}
.p-galleryBottom__menu a {
  text-decoration: none;
  color: #484848;
  font-weight: 500;
  vertical-align: middle;
}
.p-galleryBottom__menu a:hover {
  font-weight: bold;
}/*# sourceMappingURL=gallery.css.map */