.kaguraTopBg {
    background-image: url("../img/top/img01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    margin-top: -98px;
    padding-top: 47vw;
}
.kaguraTopBg02 {
    background-color: #1a1a1a;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 100px;
}
.kaguraTopTxt01 {
    font-size: 13px;
    line-height: 2em;
    margin-bottom: 60px;
}
.kaguraYT {
    max-width: 960px;
    margin: 0 auto;
  width: 90%
}
.kaguraYTDtl {
    position: relative;
    width: 100%;
  padding-top: 56.25%;
}
.kaguraYTDtl iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


@media (max-width:767px){
.kaguraTopBg {
    margin-top: -58px;
}
.kaguraTopBg02 {
    margin-bottom: 80px;
}
	
}
