@charset "UTF-8";
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

#main {
  margin-bottom: 10px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
margin-bottom: 0px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
background-color: black;
  width: 100%;
  height: 100%;
}

.parent {
  position: relative;
}
.child {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
}
.child_catch {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 2;
}
.scr-target {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
}
.scr-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}

.scr-cc-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr-cc-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 2s;
}




.price {
	position: relative;
}

.kakaku {
    position: absolute;
    top: 10%;
    left: 25%;
}

p.hid {
  visibility: hidden;
}




