.sec_title {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  margin-top: 60px;
}

.mv_container {
  text-align: center;
  color: #FFFFFF
}
.mv_catch {
  font-weight: 600;
  font-size: 1.75rem;
  margin-top: 60px;	
}
.mv_read {
  font-weight: 600;
}
@media (max-width: 768px) {
	.mv_container {
		position: relative;
    	bottom: 95px;
	}
	.logo {
		width: 30%;
   	 	margin: 0 auto;
	}
	.mv_catch {
		margin-top: 10px;
	}
	.mv_read {
		text-align: left;
	}
}