
.bg-gray {
  background-color: #d4d4d5;
}

@media only screen and (max-width: 992px) {
  .sauce img {
    max-width: 500px;
  }
}

@media only screen and (max-width: 600px) {
  .sauce img {
    max-width: 280px;
  }
}

.myBlockMv {
  background-color: #FFFCE1;
  margin-top: 40px;
  margin-top: -25px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .myBlockMv {
    margin-top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .myBlockMv .pc {
    display: none;
  }
}

.myBlockMv .sp {
  display: none;
}

@media only screen and (max-width: 600px) {
  .myBlockMv .sp {
    display: block;
  }
}

#myBlockMessage .modBlockMovie {
  margin-top: 70px;
}

#cboxOverlay,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight {
  background-image: none !important;
}

#cboxOverlay {
  background-color: #fff !important;
}

#cboxLoadedContent {
  margin-bottom: 0 !important;
}

#cboxClose {
  top: -58px;
  right: -58px !important;
  bottom: auto !important;
  width: 47px !important;
  height: 47px !important;
  background-color: transparent !important;
  background-size: 100% auto !important;
  background-position: center !important;
  display: none !important;
}

@media only screen and (max-width: 600px) {
  #cboxClose {
    width: 20px !important;
    height: 20px !important;
    top: -30px !important;
    right: 0px !important;
  }
}

#cboxClose:hover {
  opacity: 0.7;
}

#colorbox,
#cboxWrapper,
#cboxContent {
  overflow: visible !important;
}

#cboxCurrent {
  display: none !important;
}




