@charset "utf-8";
/*********************************************************************
 *
 *  For エラー
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {

/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	padding-top: 30px;
	margin-bottom: 80px;
}
#mv h2 {
	text-align: center;
	line-height: 1;
}
#mv h2::before {
	content: "";
	display: block;
	margin: 0 auto 30px;
    width: 60px;
    height: 3px;
    background: #717071;
}
#mv h2 .en {
	margin-bottom: 15px;
	font-size: 3.6rem;
	letter-spacing:0.5rem;
}
#mv h2 .ja {
	font-size: 1.6rem;
}

/* outline */
/* --------------------------------------------------------------------------- */
#outline  {
	margin-bottom:150px;
}
#outline .desc {
	text-align: center;
}



}/* min-width: 768px */

@media screen and (max-width: 767px) {

/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	padding-top: 15px;
	margin-bottom: 40px;
}
#mv h2 {
	text-align: center;
	line-height: 1;
}
#mv h2::before {
	content: "";
	display: block;
	margin: 0 auto 12px;
    width: 30px;
    height: 2px;
    background: #717071;
}
#mv h2 .en {
	margin-bottom: 10px;
	font-size: 2.8rem;
	letter-spacing:0.5rem;
}
#mv h2 .ja {
	font-size: 1.4rem;
}

/* outline */
/* --------------------------------------------------------------------------- */
#outline  {
	margin-bottom:50px;
}
#outline .desc {
	margin: 0 5%;
	text-align: center;
}

}/* max-width: 767px */