@charset "utf-8";


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

/*---------------------------------------------------------

    トップ

---------------------------------------------------------*/
#mv {
    background: url(/img/party/index/mv_sp.jpg) center center no-repeat;
    background-size: cover;
    height: 60vh;
}
#mv > h2 {
    width: 80%;
    margin: 0 auto 12px;
    text-align: center;
    font-size: 3.0em;
    color: #FFF;
	text-shadow: 2px 2px 5px #000;
}
#mv > .en_title {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    padding:11em 0 0;
	text-shadow: 2px 2px 5px #000;
}

#container_wrap {
	padding: 3.0em 5%;
    border-bottom: 1px solid #c2d3ce;
}
#container_wrap .container p.lead_text {
	font-size: 1.4em;
	line-height: 2.0em;
	margin: 0 0;
	text-align: center;
}


}

@media screen and (min-width: 769px) {

/*---------------------------------------------------------

    トップ

---------------------------------------------------------*/

#mv {
    background: url(/img/party/index/mv_pc.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    max-height: 100vh;
}
#mv > h2 {
    width: 70%;
    max-width: 960px;
    margin: 0 auto 12px;
    text-align: center;
    font-size: 40px;
    color: #FFF;
	text-shadow: 2px 2px 5px #000;
}
#mv > .en_title {
    width: 70%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    padding: 150px 0 0;
	text-shadow: 2px 2px 5px #000;
}

#container_wrap {
	padding: 40px 0;
    border-bottom: 1px solid #c2d3ce;
}
#container_wrap .container p.lead_text {
	font-size: 19px;
	line-height: 2.0em;
	margin: 0 0;
	text-align: center;
}




}


/*=============================================
	
	 誘導バナー掲載枠
	
==============================================*/
@media screen and (max-width: 768px) {
	.banner_area {
		width: 100%;
		margin: 0 auto 2.0em;
		padding: 1.6em 0 0;
	}
}

@media screen and (min-width: 769px) {
	.banner_area {
		width: 640px;
		margin: 0 auto 40px;
		padding: 40px 0 0;
	}
}


