@charset "utf-8";

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

default

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

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


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

body{
	color:#222;
	text-decoration: none;
	font-size:13px;
	line-height:1.8;
	background: #fff;
	font-family:'Amiri', 'Hiragino Mincho ProN', serif;
	text-decoration: none;
	letter-spacing:.1em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}

@media screen and (max-width: 480px) {
body{
	letter-spacing:0em;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	letter-spacing:0em;
	}
	}

* html body {
	font-size: 75%;
	font-family:'Amiri', 'Hiragino Mincho ProN', serif;
	}

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

ul, li, p, h1, h2, h3{
	margin:0;
	padding:0;
	}
ul, li{
	list-style-type:none;
	}


* {
	margin:0;
	padding:0;
	border:none;
	outline: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;
	}

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

a

================================*/
a{
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	}

/*黒*/
a{color: #333;text-decoration: none;}
a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:hover {color: #000;text-decoration: none;}

/*画像*/
a:hover img{
	opacity:1;
	filter: alpha(opacity=100);
	}

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

PC, SP

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

.pc{		display: block;		}
.tb{		display: none;		}
.sp{		display: none;		}
.pctb{	display: block;		}
.tbsp{	display: none;		}

@media screen and (max-width: 960px) {
.pc{		display: none;		}
.tb{		display: block;		}
.sp{		display: none;		}
.pctb{	display: block;		}
.tbsp{	display: block;		}
	}

@media screen and (max-width: 480px) {
.pc{		display: none;		}
.tb{		display: none;		}
.sp{		display: block;		}
.pctb{	display: none;		}
.tbsp{	display: block;		}
	}

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

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

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

コンテンツ

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

#wrapper{
	width:100%;
	margin:0 auto;
	}

#main{
	width:100%;
	margin:0 auto;
	}

#container{
	width:100%;
	min-width:1100px;
	margin:0 auto;
	}

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


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

head

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

h1{
	position: relative;
	width:100%;
	height:250px;
	padding:0;
	margin:0;
	text-align: center;
	text-indent:-9999px;
	background:url(../images/head.gif) center center no-repeat;
	background-size:cover;
	}

@media screen and (max-width: 480px) {
h1{
	height:150px;
	background-size:350%;
	}
	}


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

head	.page

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

.page h1{
	position: relative;
	width:100%;
	height:150px;
	padding:0;
	margin:0;
	text-align: center;
	text-indent:-9999px;
	background:url(../images/head.gif) center center no-repeat;
	background-size:cover;
	}

@media screen and (max-width: 480px) {
.page h1{
	height:150px;
	background-size:350%;
	}
	}


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

navigation1

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

#navigation1{
	position: relative;
	width:100%;
	padding:0;
	overflow: hidden;
	background:#333;
	font-size:1.1em;
	}
@media screen and (max-width: 480px) {
#navigation1{
	font-size:1em;
	}
	}

#navigation1 label{
	display: none;
	}
@media screen and (max-width: 480px) {
#navigation1 label{
	cursor: pointer;
	display: block;
	color: #fff;
	padding: 10px;
	margin: 0;
	background:#333 url(../images/plus1.png) top right no-repeat;
	background-size:contain;
	}
#navigation1 label:hover {
	background:#555 url(../images/plus1.png) top right no-repeat;
	background-size:contain;
	}
	}

#navigation1 input[type="checkbox"].on-off{
	display: none;
	}

#navigation1 ul{
	float: left;
	position: relative;
	height:70px;
	margin:0 0;
	padding: 0;
	left: 50%;
	}
@media screen and (max-width: 480px) {
#navigation1 ul{
	float: none;
	height: 0;
	left: 0;
	}
	}

#navigation1 ul li{
	float: left;
	position: relative;
	display: block;
	width:auto;
	height:70px;
	margin: 0 0;
	left: -50%;
	}
@media screen and (max-width: 480px) {
#navigation1 ul li{
	float: none;
	height:40px;
	left: 0;
	border-bottom:1px solid #444;
	}
	}

#navigation1 ul li a{
	display: block;
	width:auto;
	height:100%;
	color:#ccc;
	padding:0 30px;
	line-height:70px;
	text-align: center;
	}
@media screen and (max-width: 480px) {
#navigation1 ul li a{
	padding:0 0 0 10%;
	line-height:40px;
	text-align: left;
	}
	}

#navigation1 ul li a:hover{
	color:#fff;
	background:#000;
	}

#navigation1 ul li a.stay{
	color:#fff;
	background:#000;
	}

@media screen and (max-width: 480px) {
#navigation1 input[type="checkbox"].on-off + ul{
	height: 0 !important;
	overflow: hidden;
	}
	}

@media screen and (max-width: 480px) {
#navigation1 input[type="checkbox"].on-off:checked + ul{
	height: auto !important;
	}
	}


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

navigation2

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

#navigation2{
	position: relative;
	width:100%;
	padding:0;
	overflow: hidden;
	font-size:1em;
	}
@media screen and (max-width: 480px) {
#navigation2{
	}
	}

#navigation2 label{
	display: none;
	}
@media screen and (max-width: 480px) {
#navigation2 label{
	cursor: pointer;
	display: block;
	color: #333;
	padding: 10px;
	margin: 0;
	background:#fff url(http://www.tomorrowland.jp/item/images/plus2.png) top right no-repeat;
	background-size:contain;
	border-bottom:1px solid #ddd
	}
#navigation2 label:hover {
	background:#dedede url(http://www.tomorrowland.jp/item/images/plus2.png) top right no-repeat;
	background-size:contain;
	}
	}

#navigation2 input[type="checkbox"].on-off{
	display: none;
	}

#navigation2 ul{
	float: left;
	position: relative;
	height:70px;
	margin:0 0;
	padding: 0;
	left: 50%;
	}
@media screen and (max-width: 480px) {
#navigation2 ul{
	float: none;
	height: 0;
	left: 0;
	}
	}

#navigation2 ul li{
	float: left;
	position: relative;
	display: block;
	width:auto;
	height:70px;
	margin: 0 0;
	left: -50%;
	letter-spacing:0em;
	}
@media screen and (max-width: 480px) {
#navigation2 ul li{
	float: none;
	height:40px;
	left: 0;
	border-bottom:1px solid #ededed;
	}
#navigation2 ul li.alll{
	float: left;
	width:49%;
	border-right:1px solid #ededed;
	}
#navigation2 ul li:nth-child(odd){
	float: left;
	width:49%;
	border-right:1px solid #ededed;
	}
#navigation2 ul li:nth-child(even){
	float: right;
	width:50%;
	}
	}

#navigation2 ul li a{
	display: block;
	width:auto;
	height:100%;
	padding:0 10px;
	line-height:70px;
	text-align: center;
	}
@media screen and (max-width: 480px) {
#navigation2 ul li a{
	padding:0 0 0 10%;
	line-height:40px;
	text-align: left;
	}
	}

#navigation2 ul li a:hover{
	color:#000;
	text-decoration: underline;
	}

#navigation2 ul li a.stay{
	color:#000;
	text-decoration: underline;
	}

@media screen and (max-width: 480px) {
#navigation2 input[type="checkbox"].on-off + ul{
	height: 0 !important;
	overflow: hidden;
	}
	}

@media screen and (max-width: 480px) {
#navigation2 input[type="checkbox"].on-off:checked + ul{
	height: auto !important;
	}
	}


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

pan

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

#pan{
	position: relative;
	width:100%;
	padding:0;
	line-height:100px;
	text-align: center;
	font-size:1.4em;
	}
@media screen and (max-width: 480px) {
#pan{
	position: relative;
	width:100%;
	padding:10px 0 0;
	line-height:70px;
	font-size:1.1em;
	}
	}


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

pan .page

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

.page #pan{
	position: relative;
	width:100%;
	padding:0;
	line-height:100px;
	text-align: center;
	font-size:2.2em;
	}
@media screen and (max-width: 480px) {
.page #pan{
	padding:10px 0 0;
	line-height:70px;
	font-size:1.4em;
	}
	}


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

list

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

#list{
	width:100%;
	margin:0 auto;
	padding:20px 0 60px 0;
	}
@media screen and (max-width: 480px) {
#list{
	padding:0 0 30px 0;
	}
	}

#list ul{
	width:1100px;
	height:auto;
	margin:0 auto;
	}
@media screen and (max-width: 480px) {
#list ul{
	width:92%;
	}
	}

#list ul li{
	float: left;
	width:200px;
	height:200px;
	margin:10px 10px;
	padding:0 0;
	}
@media screen and (max-width: 480px) {
#list ul li{
	width:40%;
	height:auto;
	margin:1em 5%;
	}
	}

#list ul li a img{
	width:198px;
	height:198px;
	border:1px solid #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
@media screen and (max-width: 480px) {
#list ul li a img{
	width:100%;
	height:100%;
	border:0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	}
	}

#list ul li a:hover img{
	border:1px solid #bbb;
	}
@media screen and (max-width: 480px) {
#list ul li a:hover img{
	border:0;
	opacity:0.6;
	filter: alpha(opacity=60);
	}
	}


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

sns

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

#sns{
	width:100%;
	margin:0 auto 0;
	padding:60px 0;
	text-align: center;
	}
@media screen and (max-width: 480px) {
#sns{
	padding:30px 0;
	}
	}

#sns img{
	width:30px;
	margin:0 8px;
	}
@media screen and (max-width: 480px) {
#sns img{
	width:24px;
	margin:0 8px;
	}
	}

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

footer

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

#footer{
	width:100%;
	margin:0 auto;
	padding:60px 0;
	border-top:1px solid #ddd;
	font-size:.9em;
	letter-spacing:0em;
	}
@media screen and (max-width: 480px) {
#footer{
	padding:30px 0;
	}
	}

#footer a:hover{
	text-decoration: underline;
	}

#footer #lists{
	width:1070px;
	margin:0 auto;
	}
@media screen and (max-width: 480px) {
#footer #lists{
	width:100%;
	}
	}

#footer #coltd{
	float: left;
	width:42%;
	font-size:.9em;
	}
@media screen and (max-width: 480px) {
#footer #coltd{
	float: none;
	width:100%;
	}
	}

#footer #brands{
	float: right;
	width:58%;
	}
@media screen and (max-width: 480px) {
#footer #brands{
	display: none;
	}
	}

#footer .major{
	font-size:1.4em;
	margin-bottom:20px;
	}
@media screen and (max-width: 480px) {
#footer .major{
	text-align: center;
	margin-bottom:0;
	}
	}

#footer .cols{
	float: left;
	margin-right:4em;
	line-height:2.5em;
	}
@media screen and (max-width: 480px) {
#footer .cols{
	display: none;
	}
	}

#footer p{
	clear:left;
	width:1070px;
	margin:60px auto 0;
	text-align: left;
	}
@media screen and (max-width: 480px) {
#footer p{
	width:100%;
	margin:30px auto 0;
	text-align: center;
	}
	}




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

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



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

detail

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

#detail{
	width:100%;
	height: auto;
	margin:0 auto;
	padding:20px 0 60px 0;
	text-align: center;
	}
@media screen and (max-width: 480px) {
#detail{
	width:90%;
	padding:10px 0 40px 0;
	}
	}

#detail img.big{
	display: block;
	width:550px;
	height: auto;
	margin:0 auto;
	padding:0;
	}
@media screen and (max-width: 480px) {
#detail img.big{
	width:100%;
	}
	}

#detail a.small img{
	float: none;
	width:121px;
	height: auto;
	margin:15px 5px 0;
	padding:0;
	border:1px solid #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
@media screen and (max-width: 480px) {
#detail a.small img{
	display: block;
	float: left;
	width:20%;
	height: auto;
	margin:10px 6px 0;
	padding:0;
	border:1px solid #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	}
	}

#detail a.small:hover img{
	border:1px solid #ccc;
	}

#detail p{
	margin:20px 0;
	font-size:1.1em;
	}
@media screen and (max-width: 480px) {
#detail p{
	margin:20px 0;
	font-size:1em;
	}
	}

#detail p.hs{
	margin:30px 0;
	padding-top: 0;
	font-size:1.1em;
	}
@media screen and (max-width: 480px) {
#detail p.hs{
	margin:0 0 20px 0;
	clear:both;
	padding-top:40px;
	}
	}

#detail p a{
	color:#777;
	}

#detail p a:hover{
	color:#000;
	text-decoration:underline;
	}

#detail p a.online{
	display:block;
	margin:0 auto 0;
	padding-top:.3em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#333;
	width:12em;
	height:3em;
	line-height:3em;
	color:#fff;
	text-decoration: none;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	}
@media screen and (max-width: 480px) {
#detail p a.online{
	text-decoration: none;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
	}
	}

#detail p a.online:hover{
	background:#555;
	}

#detail p.share{
	margin:40px 0 0;
	}

#detail p.share img{
	width:30px;
	height: 30px;
	margin:10px 5px 0;
	border:1px solid #fff;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
@media screen and (max-width: 480px) {
#detail p.share img{
	width:25px;
	height: 25px;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
	}
	}

#detail p.share a:hover img{
	opacity:.6;
	filter: alpha(opacity=60);
	text-decoration:none;
	border:1px solid #fff;
	}



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

nation

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

#nation{
	position: relative;
	width:100%;
	padding:0 0;
	text-align: center;
	border-top:1px solid #dedede;
	line-height:140px;
	overflow: hidden;
	}
@media screen and (max-width: 480px) {
#nation{
	line-height:2em;
	padding:20px 0 25px;
	}
	}

#nation a{
	display: block;
	height:100%;
	}

#nation a:hover{
	color:#000;
	text-decoration: underline;
	}

#nation .nowsp{
	display: none;
	}
@media screen and (max-width: 480px) {
#nation .nowsp{
	display: block;
	width:100%;
	text-align: center;
	padding-bottom:15px;
	}
	}

#nation .next{
	float: left;
	display: block;
	width:33.33%;
	text-align: right;
	background:url(http://www.tomorrowland.jp/item/images/next.gif) 90% 48% no-repeat;
	background-size:8%;
	}
@media screen and (max-width: 480px) {
#nation .next{
	background:url(http://www.tomorrowland.jp/item/images/next.gif) 60% 60% no-repeat;
	background-size:20%;
	}
	}

#nation .now{
	float: none;
	position: absolute;
	display: block;
	width:33.33%;
	left:33.33%;
	text-align: center;
	}
@media screen and (max-width: 480px) {
#nation .now{
	display: none;
	}
	}

#nation .prev{
	float: right;
	display: block;
	width:33.33%;
	text-align: left;
	background:url(http://www.tomorrowland.jp/item/images/prev.gif) 10% 48% no-repeat;
	background-size:8%;
	}
@media screen and (max-width: 480px) {
#nation .prev{
	background:url(http://www.tomorrowland.jp/item/images/prev.gif) 40% 60% no-repeat;
	background-size:20%;
	}
	}

#nation img{
	width:auto;
	height:40px;
	vertical-align: bottom;
	}


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

west

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

#west{
	position: relative;
	width:100%;
	padding:60px 0;
	text-align: center;
	background:#333;
	}
@media screen and (max-width: 480px) {
#west{
	padding:30px 0;
	}
	}

#west img{
	width:200px;
	height:auto;
	}
@media screen and (max-width: 480px) {
#west img{
	width:150px;
	height:auto;
	}
	}