
/*　一番上の画像　*/
.main div {
  display: none;
}


p {
	margin: 0;
}
/*　これでふわっと現れる　*/
.effect p,
.effect div
{
	margin: 0;
	transition: .8s;
}

/*以下は必要に応じて編集*/
.efe1 {
	max-height: 300px;
}

.efe2 {
	margin: 0;
	max-height: 250px;
}

.efe3 {
	margin: 0;
	max-height: 600px;
}

.efe4 {
	margin: 0 auto;
	max-height: 540px;
}


.effect {
	margin: 0;
}


/* ウインドウ幅が737px以上の場合に適用 */

@media screen and (min-width:737px)
{
.effect_formobile {
	display:none;
}
}

/* ウインドウ幅が0〜736pxの場合に適用 */

@media screen and (max-width:736px)
{
.efe1 {
height: auto;
}

.efe2 {
	height: auto;
}

.efe3 {
	height: auto;
}

.efe4 {
	height: auto;
}

.efe5 {
	height: auto;
}
.efe6 {
	height: auto;
}
.efe7 {
	height: auto;
}
.efe8 {
	height: auto;
}
.efe9 {
	height: auto;
}
.efe10 {
	height: auto;
}
.efe11 {
	height: auto;
}
.efe12 {
	height: auto;
}

}
