@charset 'UTF-8';

#header-nav-sp {
display:none;
}

.pcnone {
display:none;
}

.embed-container {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  position: relative;
}

.embed-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mr10 {
margin-right:10px;

}

.mr100 {
margin-right:100px;
}

body{
overflow-x: hidden;
}


.movbox {
  height:520px;
  overflow: hidden;
}


@media (min-width:1400px) {
.movbox {
  height:800px;
  overflow: hidden;
}
}
