@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  テキストシャドウ
========================================================== */
/* ===================================================================
CSS information
 file name  :colorbox.css
 style info :モーダルウインドウのスタイル
=================================================================== */
#cboxOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  outline: 0;
}
@media screen and (min-width: 751px) {
  #colorbox {
    overflow: visible !important;
  }
}
#colorbox #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  max-width: none;
}
#colorbox #cboxWrapper #cboxTopCenter {
  height: 71px;
}
#colorbox #cboxWrapper #cboxMiddleLeft,
#colorbox #cboxWrapper #cboxBottomLeft {
  clear: left;
}
#colorbox #cboxWrapper #cboxContent {
  background-color: #000;
  border: 1px solid #fff000;
  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;
}
#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;
}
@media screen and (min-width: 751px) {
  #colorbox #cboxWrapper #cboxContent button {
    top: 50%;
    width: 40px;
    height: 43px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 750px) {
  #colorbox #cboxWrapper #cboxContent button {
    top: 50vw;
    width: 8%;
    height: 10vw;
  }
}
@media screen and (min-width: 751px) {
  #colorbox #cboxWrapper #cboxContent button#cboxPrevious {
    left: -80px;
  }
}
@media screen and (max-width: 750px) {
  #colorbox #cboxWrapper #cboxContent button#cboxPrevious {
    left: 2%;
    background-size: 100%;
  }
}
@media screen and (min-width: 751px) {
  #colorbox #cboxWrapper #cboxContent button#cboxNext {
    right: -80px;
  }
}
@media screen and (max-width: 750px) {
  #colorbox #cboxWrapper #cboxContent button#cboxNext {
    right: 2%;
    background-size: 100%;
  }
}
#colorbox #cboxWrapper #cboxContent button#cboxClose {
  background: url(/flo/assets/img/shared/btn_close.png) no-repeat 0 0;
  margin-top: 0;
  right: 0;
}
@media screen and (min-width: 751px) {
  #colorbox #cboxWrapper #cboxContent button#cboxClose {
    top: -30px;
    width: 118px;
    height: 21px;
  }
}
@media screen and (max-width: 750px) {
  #colorbox #cboxWrapper #cboxContent button#cboxClose {
    top: -5vw;
    width: 16vw;
    height: 4vw;
  }
}
#colorbox #cboxWrapper #cboxContent #cboxSlideshow {
  color: #0092ef;
  position: absolute;
  bottom: 4px;
  right: 30px;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#colorbox #cboxWrapper #cboxBottomCenter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 230px;
  font-size: 20px;
  color: #fff;
  padding: 20px 0 0;
}
@media screen and (min-width: 751px) {
  #colorbox #cboxWrapper #cboxBottomCenter {
    height: 130px;
    font-size: 14px;
  }
}
#colorbox #cboxWrapper #cboxBottomCenter p {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  text-shadow: none;
  background: url(/flo/assets/img/shared/bg02_bottom_modal.png) top left no-repeat;
  padding: 0 0 0 40px;
  line-height: 1.3;
}
@media screen and (min-width: 751px) {
  #colorbox #cboxWrapper #cboxBottomCenter p {
    line-height: 2;
    background-size: 32px;
  }
}
#colorbox #cboxWrapper #cboxBottomCenter p:first-child {
  background: url(/flo/assets/img/shared/bg01_bottom_modal.png) top left no-repeat;
  margin: 0 0 10px;
}

#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);
}

.modalImgPc #cboxContent {
  background: transparent !important;
  border: none !important;
}
.modalImgPc #cboxBottomCenter {
  display: none !important;
  height: 20px !important;
}

.modalImgSp #cboxContent {
  background: transparent !important;
  border: none !important;
}
.modalImgSp #cboxBottomCenter {
  display: none !important;
  height: 20px !important;
}

.modalImg #cboxContent {
  background: transparent !important;
  border: none !important;
}
.modalImg #cboxBottomCenter {
  display: none !important;
  height: 20px !important;
}