/* Magnific Popup CSS */
/*背景色変更*/
.mfp-bg { background: rgba(242,245,248,0.95); top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; }

/* ボタン変更 */
.mfp-arrow { top: 50%; margin-top: -20px; width: 40px; height: 40px; position: absolute; }
.mfp-arrow:hover { opacity: 1; }
.mfp-arrow-left { width: 25px; height: 47px; left: 50%; margin-left: -292px; background: url(../images/ico_arrow_prev.png) no-repeat; background-size: contain; }
.mfp-arrow-right { width: 25px; height: 47px; right: 50%; margin-right: -292px; background: url(../images/ico_arrow_next.png) no-repeat; background-size: contain; }
.mfp-close { position: absolute; right: 0; top: 10px; }
.mfp-close:hover,.mfp-arrow:hover { opacity: 0.6;　}

/* 番号表示 */
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mfp-counter { display: none; }/*今回は非表示*/

/*デフォルト要素*/
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { cursor: pointer; text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur,.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close,.mfp-zoom,.mfp-arrow { cursor: pointer; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-close,.mfp-arrow { overflow: visible; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; }
button::-moz-focus-inner { padding: 0; border: 0; }

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
 }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-preloader { display: none; }

@media screen and (max-width: 786px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 786px) {
.mfp-content { width: 81.25%;/*520/640*/ }
.mfp-arrow-left { width: 25px; height: 47px; left: 16px; margin-left: 0; background: url(../images/ico_arrow_prev.png) no-repeat; background-size: contain; }
.mfp-arrow-right { width: 25px; height: 47px; right: 16px; margin-right: 0; background: url(../images/ico_arrow_next.png) no-repeat; background-size: contain; }
}

@media all and (min-width: 540px) {
.mfp-close { top: 0; right: 50%; margin-right: -220px; }
}

.mfp-iframe-scaler .mfp-close { right: 0; margin-right: 0; }