@charset "UTF-8";

/* coming_soon */
#coming_soon {
  width: 100%;
  padding: 280px 0px;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 64%;
}
#coming_soon .title_error {
  line-height: 1;
}
#coming_soon .description_coming_soon {
  line-height: 1.5;
  margin-top: 24px;
}
#coming_soon .button_common {
  margin: 40px auto 0;
}

/*---------------------------------------------------------------*\
	$1080px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1080px) {}


/*---------------------------------------------------------------*\
	$860px
\*---------------------------------------------------------------*/
@media screen and (max-width: 860px) {}


/*---------------------------------------------------------------*\
	$600px
\*---------------------------------------------------------------*/
@media screen and (max-width: 600px) {

  /* coming soon */
  .title_error {
    font-size: 32px;
  }
}


/*---------------------------------------------------------------*\
	$360px
\*---------------------------------------------------------------*/
@media screen and (max-width: 360px) {}