@charset "utf-8";


/*================================

GF

================================*/

@import url(//fonts.googleapis.com/css?family=Lato:400,300,700);


/*================================

default

================================*/

html,body {
	-webkit-text-size-adjust: none;
	height: 100%;
	}

body{
	color:#222;
	text-decoration: none;
	background-color:#fff;
	font-size:12px;
	font-style : sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin:0;
	padding:0;
	}
@media screen and (max-width: 480px) {
body{
	overflow-x: hidden;
	}
	}
	  
ol, ul {
	list-style: none;
	}

:focus {
	outline: 0;
	}

a:focus{
	outline: none;
	}

h1,h2,h3,p{
	margin:0;
	padding:0;
	}

div { zoom: 1; }
/*div:before,
div:after { content: ""; display: table; }
div:after { clear: both; }
*/

img{
	border:0;
	margin:0;
	vertical-align: bottom;
	}

a{
	color:#777;
	text-decoration: none;
	}

a:hover{
	color:#000;
	}

a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	}


/*================================

display

================================*/

.disphide{
	display: none;
	}

.dispview{
	display: block;
	}

.inline{
	display: inline;
	}
@media screen and (max-width: 480px) {
.inline{
	display: none;
	}
	}

.pconly{
	display: block;
	}
@media screen and (max-width: 480px) {
.pconly{
	display: none;
	}
	}


/*================================

clearfix

================================*/

.clearfloat{
	clear:both;
	height:1px;
	overflow:hidden;
	}

.clearfix {
	display: inline-table;
	}
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}


/*================================

wrapper

================================*/

#wrapper{
	width:100%;
	height: auto;
	border-top: 5px solid #333;
	}


/*================================

main

================================*/

#main{
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	}
@media screen and (max-width: 480px) {
#main{
	min-width:100%;
	}
	}


/*================================

header

================================*/

#header{
	position: relative;
	width:1120px;
	height: 200px;
	margin: 0 auto;
	}
@media screen and (max-width: 480px) {
#header{
	width: 100%;
	height: 100px;
	}
	}

.page #header{
	position: relative;
	width:1120px;
	height: 200px;
	margin: 0 auto;
	border-bottom:1px solid #333;
	}
@media screen and (max-width: 480px) {
.page #header{
	width: 100%;
	height: 100px;
	}
	}

#header h1{
	display: block;
	position:absolute;
	top: 50%;
	left: 0;
	width: 122px;
	height: 56px;
	margin-top:  -28px;
	background-image: url(../images/store.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
@media screen and (max-width: 480px) {
#header  h1{
	position: relative;
	top: auto;
	left: auto;
	width: 90%;
	height: 100px;
	margin: 0 auto;
	background-size: 35%;
	}
	}

#header .locator{
	display: block;
	position:absolute;
	top: 50%;
	right: 0;
	width: 320px;
	height: 56px;
	margin-top:  -28px;
	background-color: #333;
	background-image: url(../images/locator.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 480px) {
#header .locator{
	display: none;
	}
	}

#header a:hover .locator{
	background-color: #666;
	}


/*================================

change

================================*/

#change{
	position: fixed;
	width: 100%;
	min-width:1200px;
	height: 60px;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 9999;
	background-color: #333;
	}
@media screen and (max-width: 480px) {
#change{
	display: none !important;
	}
	}

#change #changewrap{
	position: relative;
	width:1120px;
	height: 100%;
	margin: 0 auto;
	}

#change h1{
	display: block;
	position:absolute;
	top: 50%;
	left: 0;
	width: 67px;
	height: 30px;
	margin-top:  -15px;
	background-image: url(../images/store-scroll.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}

#change .locator{
	display: block;
	position:absolute;
	top: 50%;
	right: 0;
	width: 280px;
	height: 60px;
	margin-top:  -30px;
	background-color: #333;
	background-image: url(../images/locator.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 85%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

#change a:hover .locator{
	background-color: #666;
	}



/*================================

content -- pack

================================*/

#content{
	width:100%;
	height: auto;
	background-color: #fff;
	color: #452d1f;
	}

#content .pack{
	width:1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	}
#content .pack {
	display: inline-table;
	}
* html #content .pack {
	height: 1%;
	}
#content .pack {
	display: block;
	}
#content .pack:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

@media screen and (max-width: 480px) {
#content .pack{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	border-top:1px solid #666;
	}
#content .noborder{
	padding-top: 0 !important;
	border-top:none !important;
	}
.page #content .pack{
	border-top: none;
	}
	}


/*================================

bridge (PC)

================================*/

#bridge{
	position: relative;
	width:100%;
	min-width:1200px;
	height: auto;
	font-size: 11px;
	line-height: 2.2;
	text-align: center;
	color: #000;
	border-top: 1px solid #ededed;
	padding: 40px 0;
	}

@media screen and (max-width: 480px) {
#bridge{
	min-width:100%;
	text-align: center;
	border-top: 1px solid #ededed;
	padding: 40px 0;
	}
	}

#bridge img{
	width: auto;
	height: 35px;
	margin: 30px;
//	-webkit-filter: invert(100%);
//	-moz-filter: invert(100%);
//	-o-filter: invert(100%);
//	-ms-filter: invert(100%);
//	filter: invert(100%);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

@media screen and (max-width: 480px) {
#bridge img{
	width: auto;
	height: 25px;
	margin: 10px;
	}
	}



/*================================

footer (PC)

================================*/

#footer{
	position: relative;
	width:100%;
	min-width:1200px;
	height: auto;
	font-size: 11px;
	line-height: 2.2;
	font-weight: 300;
	background:#333;
	color:#dedede;
	}

@media screen and (max-width: 480px) {
#footer{
	display: none;
	}
	}

#footer a{
	color: #dedede;
	}
#footer a:hover{
	color: #fff;
	}

#footer .cols{
	position: relative;
	display: table;
	width: 1160px;
	height: auto;
	margin: 0 auto;
	}

#footer .cols .col{
	position: relative;
	display: table-cell;
	width: 220px;
	height: auto;
	padding:60px 0 0;
	}

#footer .cols ul{
	width:190px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	}

#footer .cols ul li.bold{
	margin-bottom:10px;
	}

#footer .cols ul li.bold2{
	margin-top:20px;
	margin-bottom:10px;
	}

#footer .cols ul li.caption{
	margin-bottom:10px;
	font-size:11px;
	line-height:1.8;
	word-break: break-all;
	}

#footer .cols ul li.app{
	margin-bottom:10px;
	}

#footer .cols ul li.app img{
	width: 140px;
	height: auto;
	}



/*================================

footer (SP)

================================*/

#footer-sp{
	display: none;
	}

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

#footer-sp{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	font-size:11px;
	background:#333;
	color:#dedede;
	font-weight: 300;
	}

#footer-sp a{
	color:#dedede;
	}

#footer-sp .fs-tomorrowland{
	width: 100%;
	height: auto;
	text-align: center;
	padding:40px 0;
	border-bottom:1px solid #555;
	}

#footer-sp .fs-tomorrowland img{
	width: 50%;
	height: auto;
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
	}

#footer-sp .fs-etc{
	width: 100%;
	height: auto;
	text-align: center;
	font-size:10px;
	padding:25px 0;
	border-bottom:1px solid #555;
	}

#footer-sp .fs-etc a:hover{
	text-decoration: underline;
	}

	}



/*================================

copyright

================================*/

#copyright{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: auto;
	background:#333;
	color:#dedede;
	font-weight: 300;
	}
@media screen and (max-width: 480px) {
#copyright{
	min-width: 100%;
	padding: 40px 0;
	color:#dedede;
	text-align: center;
	}
	}

#copyright p{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	font-size:10px;
	line-height:140px;
	}
@media screen and (max-width: 480px) {
#copyright p{
	width: 100%;
	height: auto;
	margin: 10px auto;
	font-size: 9px;
	line-height:1em;
	}
	}

#copyright p.footlogo{
	display: none;
	}
@media screen and (max-width: 480px) {
#copyright p.footlogo{
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto 20px;
	text-align :center;
	font-size:11px;
	}
#copyright p.footlogo a{
	color: #fff;
	}
	}





/*================================

pagetop

================================*/

#pagetop{
	position: fixed;
	right:0;
	bottom: -80px;
	*display: none;
	z-index: 9999;
	}
@media screen and (max-width: 480px) {
#pagetop{
	display: none;
	}
	}

#pagetop img{
	width:80px;
	height:80px;
	}