@charset "utf-8";

.edit-area.comingsoon .inner {
	padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .edit-area.comingsoon .inner {
		padding: 4rem 0;
  }
}

.edit-area.comingsoon .text-box{
	margin-bottom: 10rem;
	line-height: 1.8;
}
@media screen and (max-width: 767px){
	.edit-area.comingsoon .text-box{
		margin-bottom: 5rem;
	}
}

@media screen and (max-width: 767px){
	.common-title.type01 .main {
			font-size: 1.6rem;
	}
}
