@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :colorbox.css
 style info :モーダルウインドウのスタイル
=================================================================== */
#colorbox,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

#colorbox {
  outline: 0;
}

#cboxTopCenter {
  height: 2.5rem;
}

#cboxError {
  padding: 50px;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 0%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxClose {
  display: none;
  position: absolute;
  top: -2.5rem;
  right: 0;
  outline: none;
  background: url(../img/shared/btn_close.svg) no-repeat 0 0/100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 2rem;
  aspect-ratio: 1/1;
}

.modalImg #cboxBottomCenter {
  height: 0 !important;
}

.modalMovie #cboxContent {
  outline: solid 1px #fff600;
  outline-offset: -1px;
}
.modalMovie #cboxBottomCenter {
  display: block !important;
}