#colorbox {
  letter-spacing: 0;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12000;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  overflow: hidden;
  padding: 50px;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
#cboxOverlay {
  /*background: url(/cmn/js/colorbox/img/overlay.png) repeat 0 0;*/
  /*opacity: 0.9;
  filter: alpha(opacity=90);*/
  background: rgba(0, 0, 0, 0.9);
}
#colorbox {}
#cboxTopLeft {
  /*width: 21px;
  height: 21px;
  background: url(/cmn/js/colorbox/img/controls.png) -100px 0 no-repeat;*/
}
#cboxTopRight {
  /*width: 21px;
  height: 21px;
  background: url(/cmn/js/colorbox/img/controls.png) -129px 0 no-repeat;*/
}
#cboxBottomLeft {
  /*width: 21px;
  height: 21px;
  background: url(/cmn/js/colorbox/img/controls.png) -100px -29px no-repeat;*/
}
#cboxBottomRight {
  /* width: 21px;
  height: 21px;
  background: url(/cmn/js/colorbox/img/controls.png) -129px -29px no-repeat;*/
}
#cboxMiddleLeft {
  /*width: 21px;
  background: url(/cmn/js/colorbox/img/controls.png) left top repeat-y;*/
}
#cboxMiddleRight {
  /*width: 21px;
  background: url(/cmn/js/colorbox/img/controls.png) right top repeat-y;*/
}
#cboxTopCenter {
  /*height: 21px;
  background: url(/cmn/js/colorbox/img/border.png) 0 0 repeat-x;*/
}
#cboxBottomCenter {
  /*height: 21px;
  background: url(/cmn/js/colorbox/img/border.png) 0 -29px repeat-x;*/
}
#cboxContent {
  /*background: #fff;*/
}
#cboxLoadedContent {
  /*  margin-bottom: 0;*/
  margin-bottom: 8px;
   background: #ccc;
}
#cboxTitle {
  /*position: absolute;
  bottom: -5px;
  left: 0px;*/
  text-align: left;
  font-weight: bold;
  font-size: 17px;
  width: 100%;
  color: #fff;
  letter-spacing: 0.15em;
  position: static;
  animation-name: fadeInTitle;
  animation-duration: .4s;
  animation-fill-mode: forwards;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #4c4c4c;
  font-size: 10px;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("/lp/ivory_cobalt/js/colorbox/img/previous.svg") 0 0px no-repeat;
  width: 35px;
  height: 70px;
  padding: 0 0 0 0;
  overflow: hidden;
  opacity: 0.6;
  font-size: 0;
  cursor: pointer;
}
#cboxPrevious.hover {
  /*background-position: 0 -17px;*/
  opacity: 1;
}
#cboxNext {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("/lp/ivory_cobalt/js/colorbox/img/next.svg") 0 0 no-repeat;
  width: 35px;
  height: 70px;
  padding: 0 0 0 0;
  overflow: hidden;
  opacity: 0.6;
  font-size: 0;
}
#cboxNext.hover {
  /*background-position: 0 -17px;*/
  opacity: 1;
}
#cboxLoadingOverlay {
  /*background: url("/lp/ivory_cobalt/js/colorbox/img/loading_background.png") center center no-repeat;*/
}
#cboxLoadingGraphic {
  background: url("/lp/ivory_cobalt/js/colorbox/img/loading.svg") center center no-repeat;
}
#cboxClose {
  position: absolute;
  top: 3px;
  right: 50px;
  background: url("/lp/ivory_cobalt/js/colorbox/img/close.svg") 0 0 no-repeat;
  width: 43px;
  height: 43px;
  padding: 0 0 0 0;
  overflow: hidden;
  font-size: 0;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: .8s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 0.6;
  }
}
@keyframes fadeInTitle {
  from {
    opacity: 0
  }
  to {
    opacity: 1;
  }
}
#cboxClose:hover {
  /*background-position: 0 -17px;*/
  opacity: 1 !important;
}
#colorbox, #cboxWrapper {
  /*height: auto !important;*/
  overflow: visible;
}
#cboxWrapper > div:nth-child(2) {
  display: flex;
}
#cboxContent, #cboxMiddleLeft, #cboxMiddleRight {
  height: auto !important;
}
@media screen and (max-width: 810px) { /*sp*/
  #cboxContent {
    padding: 30px 15px 100px 15px;
  }
  #cboxTitle {
    width: 100%;
    padding-left: 0;
  }
  #cboxPrevious {
    position: absolute;
    top: 35%;
    left: 0;
    background: url("/lp/ivory_cobalt/js/colorbox/img/previous.svg") 0 0px no-repeat;
    background-size: 15px 30px;
    width: 15px;
    height: 30px;
    overflow: hidden;
    opacity: 1;
  }
  #cboxNext {
    display: block;
    position: absolute;
    top: 35%;
    right: 0;
    background: url("/lp/ivory_cobalt/js/colorbox/img/next.svg") 0 0 no-repeat;
    background-size: 15px 30px;
    width: 15px;
    height: 30px;
    opacity: 1;
  }
  #cboxClose {
    position: absolute;
    top: 0;
    right: 15px;
    background: url("/lp/ivory_cobalt/js/colorbox/img/close.svg") 0 0 no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
  #cboxLoadingGraphic {
    display: none;
  }
}