﻿@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: 30%;
    left: 40%;
    width: 20%;
	z-index:999999;
}

@media screen and (min-width: 322px) and (max-width: 479px) {
	#loading {
    top: 35%;
    left: 0%;
    width: 100%;
	z-index:999999;
}
	
	#loading .loading_img {
	width:40%;
	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:40%;
	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;
}

/*portrait display*/
#portrait{
	position:absolute;
	width:100vw;
	height:100vh;
	left:0;
	top:0;
	background: url("../img/nav/port.jpg") no-repeat center;
	background-size:cover;
	z-index: 100;
	display:none;
}

/**/

body {
	width:100%;
	font-size: 100%;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	text-align: center;
	font-size:1em;
	font-size:1vw;
	scroll-behavior: smooth;
}

h1 span,h2 span,h4 span,nav ul li span{
	display: none;
}

/*---link---*/

a:link { text-decoration:underline; color: #00479D;}
a:visited { text-decoration:underline; color: #00479D;}
a:active { text-decoration:underline; color: #00479D;}
a:hover { text-decoration:none; color: #00479D;}

/*---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;
}

/*表示*/
.cb{
	clear:both;
}

.dn{
	display: none;
}

.spdn{
	display:none;
}

.pcdn{
	display:none;
}

/**/
ul#slider li{
	display:none;
}

ul#slider li:first-child{
	display:block;
}

ul#slider.lightSlider li{
	display:block;
}

ul#slider{
	padding-bottom:26px;
	transition:0.3s;
}

ul#slider.lightSlider{
	padding-bottom:0;
}

