/** 汎用スタイル **/

body {
  color: #ff33ff;
  line-height: 1.0rem;
}
.ls {
  letter-spacing: 0.5rem;
}
.bw-2 {
  border-width: 5px !important;
}
.bw-3 {
  border-width: 3px !important;
}

/** 見出し円 **/
.circle {
  width: 215px;
  height: 215px;
  text-align:center;
  border-radius: 50%;
  border: solid 3px #6c757d;
  padding: 3rem;
  margin: 0 auto;
}
.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
}

#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  object-fit: cover;
}



@media (max-width:900px){
.img1 {width: 95%; }
.img2 {width: 95%; }
.top {width: 100%; }
.ask {width: 70%;}
.visus {width: 95%;}
.koukin {width: 95%;}
.anzen {width: 95%;}
.navbar-expand-md navbar-light menu {width: 100%;}
}
