@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  EXTEND
========================================================== */
/* ===================================================================
CSS information
 file name  :colorbox.css
 style info :モーダルウインドウのスタイル
=================================================================== */
#cboxOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000;
}

#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  outline: 0;
}
#colorbox #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  max-width: none;
}
@media screen and (min-width: 768px) {
  #colorbox #cboxWrapper #cboxTopCenter {
    height: 2rem;
  }
}
#colorbox #cboxWrapper #cboxMiddleLeft,
#colorbox #cboxWrapper #cboxBottomLeft {
  clear: left;
}
#colorbox #cboxWrapper #cboxContent {
  background-color: #000;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  overflow: auto;
  margin-bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden !important;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .cboxIframe {
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent .cboxPhoto {
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
#colorbox #cboxWrapper #cboxContent #cboxTitle {
  color: #949494;
  text-align: center;
  width: 0%;
  margin: 0;
  position: absolute;
  bottom: 4px;
  left: 0;
}
#colorbox #cboxWrapper #cboxContent #cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
  display: none !important;
}
#colorbox #cboxWrapper #cboxContent #cboxPrevious,
#colorbox #cboxWrapper #cboxContent #cboxNext,
#colorbox #cboxWrapper #cboxContent #cboxClose,
#colorbox #cboxWrapper #cboxContent #cboxSlideshow {
  cursor: pointer;
  border: 0;
  padding: 0;
}
#colorbox #cboxWrapper #cboxContent #cboxPrevious:active,
#colorbox #cboxWrapper #cboxContent #cboxNext:active,
#colorbox #cboxWrapper #cboxContent #cboxClose:active,
#colorbox #cboxWrapper #cboxContent #cboxSlideshow:active {
  outline: 0;
}
#colorbox #cboxWrapper #cboxContent button {
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
#colorbox #cboxWrapper #cboxContent button#cboxClose {
  display: none;
  background: url(../img/shared/btn_close.svg) no-repeat 0 0/100%;
  margin-top: 0;
  right: 0;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  #colorbox #cboxWrapper #cboxContent button#cboxClose {
    top: -2.4rem;
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent button#cboxClose {
    top: -8vw;
    width: 6vw;
  }
}
#colorbox #cboxWrapper #cboxContent #cboxSlideshow {
  color: #0092ef;
  position: absolute;
  bottom: 4px;
  right: 30px;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
  background: url(../img/shared/loading_modal.gif) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
    width: 100vw;
  }
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}