@charset "utf-8";
/* CSS Document */

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
}

/** video-block **/
.video-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1em;
  overflow:hidden;
}
.video-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parts .btn-base.btn-default.orange > a {
    border: solid 1px #c97927;
    border-radius: 4px;
    box-shadow: 0px -2px 0px 0px #c97927 inset;
    color: #ffffff;
	background-color: #f99a38;
}

.parts .btn-base.btn-default.orange  > a:hover {
    background-color: #d8720c;
    box-shadow: 0px -2px 0px 0px transparent inset;
    border: solid 1px transparent;
}