/* FA LIMITED PAGE */
/* mixin
----------------------------------------*/
/* define
----------------------------------------*/
/* MV
----------------------------------------------------------- */
.mv::before {
	background-image: url(../img/da-mv.jpg);
	background-position: 50% 65%;
}

.mv .mv-ttl {
	background-image: url(../img/da-mv-ttl.png);
}

/* Overview
----------------------------------------------------------- */
@media screen and (min-width: 751px) {
	.overview .column .column-box.others {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.overview .column .column-box.others .column-txt {
		width: 100%;
	}
	.overview .column .column-box.others .column-txt.harf {
		width: 50%;
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
	.overview .column .column-box.others .column-txt.harf:nth-child(odd) {
		padding-right: 4em;
	}
	.overview .column .column-box.others .column-txt.harf:nth-child(even) {
		padding-left: 4em;
		border-left: 1px solid #999;
	}
}

@media screen and (max-width: 750px) {
	.overview .column .tsume-col2 {
		letter-spacing: -0.07em;
	}
}
