.z-modal {
  z-index: 100;
}

.z-header {
  z-index: 90;
}

.z-tooltip {
  z-index: 80;
}

.z-overlay {
  z-index: 70;
}

.z-imgText {
  z-index: 10;
}

.z-default {
  z-index: 1;
}

.o-and {
  padding: 0 0.4rem;
  opacity: 0.5;
}

.p-Title {
  color: #484848;
  text-align: center;
  max-width: 960px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-Title {
    margin-top: 7.6rem;
    margin-bottom: 9.2rem;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-Title {
    margin-top: 7.6rem;
    margin-bottom: 5.2rem;
    padding: 0 15px;
  }
}

.p-Title__heading {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.p-Title__catch {
  font-size: 0.9rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-Title__catch {
    font-size: 0.7rem;
    font-weight: 200;
  }
}

.p-Title__credit {
  font-size: 0.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-Title__credit .credit {
    display: block;
    text-align: center;
    margin-bottom: 0.8rem;
  }
}

.p-title__message {
  margin-top: 2.4rem;
  margin-bottom: -80px;
  text-align: justify;
}
.p-title__message--themePage {
  font-size: 0.9rem;
  margin-top: initial;
  margin-bottom: initial;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-title__message--themePage {
    display: inline-block;
    text-align: justify;
    font-size: 0.8rem;
  }
}
.p-title__message--themePage span {
  display: inline-block;
}

.p-mv {
  margin: auto;
  margin-bottom: 6.8rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding: 0 30px;
    max-width: 1280px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-mv {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 992px) {
  .p-mv {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-mv {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-photos {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-photos {
    padding: 0 30px;
    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;
    max-width: 1280px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-photos .o-2 {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 992px) {
  .p-photos .o-2 {
    width: calc(50% - 13px);
  }
}
@media screen and (min-width: 1200px) {
  .p-photos .o-2 {
    width: calc(50% - 24px);
  }
}
@media screen and (min-width: 768px) {
  .p-photos .o-3 {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .p-photos .o-3 {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .p-photos .o-1 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-photos img {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-photos__item {
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .p-photos__item {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-photos__item {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 992px) {
  .p-photos__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-photos__item {
    margin-bottom: 50px;
  }
}
.p-photos__item .insertDummy {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-photos__item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-photos__item .photographer {
  position: absolute;
  bottom: 9px;
  right: 11px;
  text-shadow: 1px 1px 3px #484848;
  color: #fff;
  opacity: 0.5;
  font: small-caption;
}

@media screen and (min-width: 768px) {
  .p-fullWidth {
    width: auto !important;
    height: 100% !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3.2rem;
    z-index: 999;
    text-align: center;
    margin: 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;
  }
  .p-fullWidth img.is-full {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 90;
  }
  .p-fullWidth span.photographer {
    color: #000;
    font-size: 1rem;
    right: 4.8rem;
    bottom: 1.7rem;
    font-weight: bold;
  }
  .p-fullWidth::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .p-fullWidth::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.831372549);
    z-index: -1;
  }
  @supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) or (-webkit-backdrop-filter: saturate(180%) blur(20px)) {
    .p-fullWidth::after {
      background-color: rgba(255, 255, 255, 0.5176470588);
      -webkit-backdrop-filter: saturate(180%) blur(20px);
              backdrop-filter: saturate(180%) blur(20px);
    }
  }
}/*# sourceMappingURL=gallery--photo.css.map */