.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap {
  left: calc(50% - 375px);
  width: 750px;
}
@media (max-width: 880px) {
  .mfp-wrap {
    left: 5%;
    width: 90%;
  }
}
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-arrow:before,
.mfp-arrow:after {
  border: none;
}

.mfp-arrow {
  width: 60px;
}
@media (max-width: 880px) {
  .mfp-arrow {
    width: 40px;
  }
}

.mfp-arrow-left {
  left: 15px;
}
@media (max-width: 880px) {
  .mfp-arrow-left {
    left: 5px;
  }
}
.mfp-arrow-left::after {
  content: "";
  background-image: url("../images/common/prev.png");
  background-size: 60px;
  width: 60px;
  height: 70px;
  margin-left: 0;
}
@media (max-width: 880px) {
  .mfp-arrow-left::after {
    background-size: 40px;
    width: 40px;
    height: 50px;
  }
}
.mfp-arrow-left::before {
  display: none;
}

.mfp-arrow-right {
  right: 15px;
}
@media (max-width: 880px) {
  .mfp-arrow-right {
    right: 5px;
  }
}
.mfp-arrow-right::after {
  content: "";
  background-image: url("../images/common/next.png");
  background-size: 60px;
  width: 60px;
  height: 70px;
  margin-left: 0;
}
@media (max-width: 880px) {
  .mfp-arrow-right::after {
    background-size: 40px;
    width: 40px;
    height: 50px;
  }
}
.mfp-arrow-right::before {
  display: none;
}

.mfp-close {
  font-family: "Noto Serif JP", serif, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho";
  font-style: normal;
  font-weight: 400;
}

.mfp-figure figure {
  position: relative;
}
.mfp-figure figure .mfp-bottom-bar {
  top: auto;
  bottom: 49px;
  left: 10px;
  width: calc(100% - 20px);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), -2px 2px 4px rgba(0, 0, 0, 0.8), 2px -2px 4px rgba(0, 0, 0, 0.8), -2px -2px 4px rgba(0, 0, 0, 0.8);
}
.mfp-figure figure .mfp-bottom-bar .mfp-title {
  padding-right: 0;
  text-align: right;
  font-size: 2.3rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 880px) {
  .mfp-figure figure .mfp-bottom-bar .mfp-title {
    font-size: 3.8vw;
  }
}
@media (max-width: 640px) {
  .mfp-figure figure .mfp-bottom-bar .mfp-title {
    font-size: 4.5vw;
  }
}
.mfp-figure figure .mfp-bottom-bar .mfp-counter {
  display: none;
}