.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: #000;
}
.mfp-bg.mfp-ready {
  opacity: 0.85;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-container {
  padding: 0 50px;
}

button.mfp-arrow {
  opacity: 1;
}

.mfp-wrap {
  left: calc(50% - 400px);
  width: 800px;
}
@media (max-width: 768px) {
  .mfp-wrap {
    left: 0;
    width: 100%;
  }
}
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-arrow:before,
.mfp-arrow:after {
  border: none;
  opacity: 1 !important;
}

.mfp-arrow {
  position: absolute;
  display: inline-block;
  width: 33px;
  height: 62px;
}
.mfp-arrow::before, .mfp-arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 40px;
  height: 3px;
  margin: 0;
  border-radius: 9999px;
  background-color: #ffffff;
}
.mfp-arrow::before {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.mfp-arrow::after {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.mfp-arrow-left {
  left: 0;
}
@media (max-width: 768px) {
  .mfp-arrow-left {
    left: 15px;
  }
}
.mfp-arrow-left::before, .mfp-arrow-left::after {
  -webkit-transform-origin: 1.5px 50%;
          transform-origin: 1.5px 50%;
}

.mfp-arrow-right {
  right: 8px;
}
@media (max-width: 768px) {
  .mfp-arrow-right {
    right: 18px;
  }
}
.mfp-arrow-right::before, .mfp-arrow-right::after {
  -webkit-transform-origin: calc(100% - 1.5px) 50%;
          transform-origin: calc(100% - 1.5px) 50%;
}

.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: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 640px) {
  .mfp-figure figure .mfp-bottom-bar .mfp-title {
    font-size: 4vw;
  }
}
.mfp-figure figure .mfp-bottom-bar .mfp-counter {
  display: none;
}