﻿@charset "utf-8";

/* =======================================
	CommonElements
======================================= */


/*ローディング画面の設定*/
#loadingBg {
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: #FFF;
	z-index:999998;
}

#loading {
    position: fixed;
    top: 45%;
    left: 45%;
    width: 10%;
	z-index:999999;
}

#loading .loading_img {
	width:40px;
	margin:0 auto;
	}

@media screen and (min-width: 322px) and (max-width: 479px) {
	#loading {
    top: 35%;
    left: 0%;
    width: 100%;
	z-index:999999;
}
	
	#loading .loading_img {
	width:32px;
	margin:0 auto;
	}
	
	#loading #gauge {
	margin-left:10%;
	}
}

@media screen and (max-width: 321px) {
	#loading {
    top: 35%;
    left: 0%;
    width: 100%;
	z-index:999999;
}
	
	#loading .loading_img {
	width:32px;
	margin:0 auto;
	}
	
	#loading #gauge {
	margin-left:3%;
	}
}

#loading #percent {
	display:none;
}

#loading #gauge {
    width: 0px;
    height: 5px;
    background: #D91126;
	margin-top:1em;
	opacity:0.8;
}

body {
	font-size: 1.2vw;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background:#FFF;
}

h1 span,h2 span,h4 span,nav ul li span{
	display: none;
}

/*---link---*/

a:link { text-decoration:underline; color: #CD000F;}
a:visited { text-decoration:underline; color: #CD000F;}
a:active { text-decoration:underline; color: #CD000F;}
a:hover { text-decoration:none; color: #FF0000;}

/*---list---*/
ul{
	margin:0;
	padding:0;
}

ul li{
	list-style-type: none;
	margin:0;
	padding:0;
}

/*---fontSize---*/

p{line-height:1.2em;}

.txt-xxl{font-size:1.5em}
.txt-xl{font-size:1.3em}
.txt-l{font-size:1.2em}
.txt{font-size:1.0em}
.txt-m{font-size:0.9em}
.txt-mm{font-size:0.8em}
.txt-s{font-size:0.7em}
.txt-ss{font-size:0.6em}

.txt-xxl_b{font-size:1.5em;font-weight:bold}
.txt-xl_b{font-size:1.3em;font-weight:bold}
.txt-l_b{font-size:1.2em;font-weight:bold}
.txt_b{font-size:1.0em;font-weight:bold}
.txt-m_b{font-size:0.9em;font-weight:bold}
.txt-mm_b{font-size:0.8em;font-weight:bold}
.txt-s_b{font-size:0.7em;font-weight:bold}
.txt-ss_b{font-size:0.6em;font-weight:bold}

.space-nar{letter-spacing:-0.1em}
.space-wide{letter-spacing:0.5em}

/*---fontSize end---*/

button {
  padding: 0;
  border: none;
  background: transparent;
}

button img {
  display: block;
}

/*表示*/
.dn{
	display: none;
}

.spdn{
	display:none;
}

.pcdn{
	display:none;
}

