@charset "utf-8";
.sec__eye-catch{
	background: url(../_img/mv.jpg) no-repeat center center / cover;
}

.sec__contents {
	padding: 0 0 100px;
}
@media screen and (max-width: 480px) {
    .sec__contents {
        padding: 30px 0 50px;
    }
}

.comingsoon {
  position: relative;
  padding: 50px 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .2rem;
  text-align: center;
}
.comingsoon::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background: #058132;
}
@media screen and ( max-width:640px) {
  .comingsoon {
    font-size: 20px;
  }
  .comingsoon::after {
    height: 3px;
  }
}
