/* カスタム CSS をここに入力してください */

.hero-content-wrap {
		margin-top:100px;
}

.hero-title,
.hero-text {
	background-color: rgba(255,255,255,0);
  padding: 12px;
		color: #fff;
		font-weight: bold;
}

.hero-subtitle {
		display: inline-block;
		padding-bottom:10px;
		margin-bottom: 30px;
		color: #fff;
		border-bottom: 2px solid #fff;
}

@media (min-width: 52.5em) {
  .hero-title {
    font-size: 34px;
	}
  
  .hero-text {
  	font-size: 14px;
  }
}

.nav-container .nav-wrap {
	background-color: rgba(0,0,0,0.7); 
}

.staff-profile .teammember-content-wrap p {
	text-align: left !important;
  font-size: 12px !important;
  margin-bottom: 12px !important;
}

.wedding .teammember-content-wrap h2 {
  text-align: center !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wedding .teammember-content-wrap p {
	text-align: center !important;
  font-size: 12px !important;
  margin-bottom: 12px !important;
}

.product-content-wrap p {
  font-size: 12px !important;
  margin-bottom: 12px !important;
}

.mobilemenu-active #nav-container #hamburger .thex {
  transform: scale(3, 3);
  margin-top: 70px;
  margin-right: 40px;
}

.top-video {
	height: 100vh;
}