@charset "UTF-8";
html, body { font:13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; *font-size: 13px; *font: 13px; color: #333; line-height: 1.4; height: 100%; overflow: hidden; }
.clear { clear: both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
div, table { margin: 0 auto; }
img { vertical-align: bottom; }
strong { font-weight: bold; }


/* new
---------------------------------------------------- */
@media screen and (min-width: 480px){
#cover {
	background: url(../img/bg.jpg) no-repeat center center;
	background-size:cover;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
}

#cover h1 {
	background: url(../img/plan_logo.png) no-repeat center center;
	background-size: contain;
	position: fixed;
	left: 0;
	top: 5vh;
	height: 50vh;
	width: 100vw;
	filter: drop-shadow(0px 0px 5px #aaa);
}

#cover h1 span {
	display: none;
}

#stepOne{
	position: fixed;
	left: 0;
	bottom: 5vh;
	width: 100vw;
	height: 30vh;
	color: #ffffff;
	text-align: center;
}

#cover ul{
	margin: 0 auto;
	width: 150vh;
	height: 25vh;
}
#cover li{
	float: left;
	display: block;
	margin: 1vh 1vh;
	width: 23vh;
	height: 23vh;
}

#cover ul li button {
	position: relative;
	width: 23vh;
	height: 23vh;
	padding: 0 0.2em;
	border-radius: 2px;
	border: none;
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 95%;
}

#cover ul li button div, #cover ul li button i{
	position: absolute;
	left: 4vh;
	top: 0.5vh;
	width: 16vh;
	height: 16vh;
	background-size: contain;
}

#cover ul li button div.icon-1{
	background: url(../icon/item-1.svg) no-repeat center center;
}
#cover ul li button div.icon-2{
	background: url(../icon/item-2.svg) no-repeat center center;
}
#cover ul li button div.icon-3{
	background: url(../icon/item-3.svg) no-repeat center center;
}
#cover ul li button div.icon-4{
	background: url(../icon/item-4.svg) no-repeat center center;
}
#cover ul li button div.facebook{
	background: url(../icon/facebook.svg) no-repeat center center;
	background-size: 80%;
}
#cover ul li button div.language{
	background: url(../icon/language.svg) no-repeat center center;
}

#cover ul li button span {
	position: absolute;
	left: 0;
	bottom: 3.5vh;
	width: 23vh;
	transform:translate(0,50%);
	line-height: 1.2em;
	text-shadow: 0px 0px 1px black;
}
#cover ul li button span.esp {
	font-size: 90%;
}

#facebook {
	z-index: 101;
	position: fixed;
	top: 5vh;
	left: calc((100vw - 500px) / 2);
	width: 500px;
	height: 90vh;
}

#screen {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	color: #f00;
	background: #333;
	opacity: 0.7;
}

.ui-dialog {
	z-index: 101 !important;
	width: 80vw;
}
}

@media screen and (max-width: 480px){
#cover {
	background: url(../img/bg.jpg) no-repeat center center;
	background-size:cover;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
}

#cover h1 {
	background: url(../img/plan_logo.png) no-repeat center center;
	background-size: contain;
	position: fixed;
	left: 0;
	top: 5vh;
	height: 20vh;
	width: 100vw;
	filter: drop-shadow(0px 0px 5px #aaa);
}

#cover h1 span {
	display: none;
}

#stepOne{
	position: fixed;
	left: 15vw;
	bottom: 5vh;
	width: 70vw;
	height:105vw;
	color: #ffffff;
	text-align: center;
}

#cover ul{
	margin: 0;
	width: 70vw;
	height:70vw;
}
#cover li{
	float: left;
	display: block;
	margin: 1vw 1vw;
	width: 33vw;
	height: 33vw;
}
#cover ul li button {
	position: relative;
	width: 33vw;
	height: 33vw;
	padding: 0 0.2em;
	border-radius: 2px;
	border: none;
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 110%;
}

#cover ul li button div, #cover ul li button i{
	position: absolute;
	left: 7.5vw;
	top: 5vw;
	width: 18vw;
	height: 18vw;
	background-size: contain;
}

#cover ul li button div.icon-1{
	background: url(../icon/item-1.svg) no-repeat center center;
}
#cover ul li button div.icon-2{
	background: url(../icon/item-2.svg) no-repeat center center;
}
#cover ul li button div.icon-3{
	background: url(../icon/item-3.svg) no-repeat center center;
}
#cover ul li button div.icon-4{
	background: url(../icon/item-4.svg) no-repeat center center;
}
#cover ul li button div.facebook{
	background: url(../icon/facebook.svg) no-repeat center center;
	background-size: 80%;
}
#cover ul li button div.language{
	background: url(../icon/language.svg) no-repeat center center;
}

#cover ul li button span {
	position: absolute;
	left: 0;
	bottom: 4vw;
	width: 33vw;
	height: 8vw;
	transform:translate(0,50%);
	line-height: 1.2em;
}
#cover ul li button span.esp {
	font-size: 90%;
}

#facebook {
	z-index: 101;
	position: fixed;
	top: 5vh;
	left: 5vw;
	width: 90vw;
	height: 90vh;
}

#screen {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	color: #f00;
	background: #333;
	opacity: 0.9;
}

.ui-dialog {
	z-index: 101 !important;
	width: 80vw;
}
}
