@charset "utf-8";

/* -----------------------------------------------------------
	NEWマーク
----------------------------------------------------------- */
.project_newmark {
	text-align: right;
	padding: 3rem 0 0 0;
    font-size: 1.2rem;
    position: relative;
}

@media screen and (max-width: 750px) {
.project_newmark  {
    font-size: 2rem;
    margin: 2rem 0 0 0;
}
}

/* -----------------------------------------------------------
	名古屋ギャラリー
----------------------------------------------------------- */
.ngo_gallery {
	transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
    transition-duration: 800ms;
    display: block;
	width: 36rem;
}

.project_nagoya_mastuzakaya {
	text-align: right;
	padding: 1rem 0 0 0;
    font-size: 1.2rem;
    position: relative;
}

@media screen and (max-width: 750px) {
.ngo_gallery {
    width: 52.5rem;
    margin: 0 auto;
}
}