@charset "utf-8";



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

mainvisual

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

#mainvisual{
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding:0;
	background-color:#333;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	}
@media screen and (max-width: 480px) {
#mainvisual{
	width: 100%;
	min-width: 100%;
	height: auto;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
	}
	}

#mainvisual img{
	width:100%;
	height: auto;
	-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) {
#mainvisual img{
	width: 200%;
	height: auto;
	margin-left:-50%;
	}
	}

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



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

splocator

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

.splocator{
	display: none;
	}
@media screen and (max-width: 480px) {
.splocator{
	display: block;
	width: 90%;
	height: 66px;
	margin: 30px auto 30px;
	background-color: #333;
	background-image: url(../images/locator.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 65%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
	}

a:hover .splocator{
	background-color: #333;
	}


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

news

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

.news{
	width: 100%;
	height: auto;
	padding: 0 0 0;
	}
@media screen and (max-width: 480px) {
.news{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px;
	}
	}

.page .news{
	width: 100%;
	height: auto;
	margin-bottom:80px;
	padding: 0 0 0;
	}
@media screen and (max-width: 480px) {
.page .news{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px;
	}
	}


.news .inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	}

.news .inner .contentstitle{
	width: 1120px;
	height: 40px;
	margin: 0 auto;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(https://shop.tomorrowland.jp/data/images/news.svg);
	background-size: 24%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
@media screen and (max-width: 480px) {
.news .inner .contentstitle{
	width: 100%;
	height: 40px;
	background-size: 75%;
	}
	}

.news .block{
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	position: relative;
	}
.news .block {
	display: inline-table;
	}
* html .news .goods {
	height: 1%;
	}
.news .block {
	display: block;
	}
.news .block:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
@media screen and (max-width: 480px) {
.news .block{
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	position: relative;
	}
	}

.news .block a{
	color: #333;
	}

.news .block a:hover{
	color: #777;
	}

.news .block .box{
	float: left;
	width: 320px;
	height: 420px;
	margin: 0 40px;
	padding-top: 30px;
	position: relative;
	border-bottom:1px solid #333;
	}
@media screen and (max-width: 480px) {
.news .block .box{
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	}

.news .block .box p{
	margin-top:5px;
	font-size: 12px;
	line-height: 1.8;
	}
@media screen and (max-width: 480px) {
.news .block .box p{
	margin-top:5px;
	font-size: 11px;
	line-height: 1.8;
	}
	}

.news .block .box p.day{
	margin-top:0;
	font-size:11px;
	font-weight: normal;
	}

.news .block .box p.name{
	margin:0 0 10px 0;
	font-size:10px;
	font-weight: normal;
	font-weight: 400;
	}

.news .block .box .photo{
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 176px;
	overflow: hidden;
	border: 10px solid #333;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-color:#333;
	}
@media screen and (max-width: 480px) {
.news .block .box .photo{
	width: 100%;
	height: 100%;
	}
	}

.news .block .box .photo img{
	width: 100%;
	height: 176px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

.news .block .box p.newstitle{
	margin:20px 0 10px;
	font-size: 15px;
	font-weight: bold;
	font-weight: 700;
	line-height: 1.6;
	}
@media screen and (max-width: 480px) {
.news .block .box p.newstitle{
	font-size: 14px;
	}
	}

.news .inner .more{
	width: 1120px;
	height: 20px;
	margin: 20px auto 0;
	text-align : right;
	}
@media screen and (max-width: 480px) {
.news .inner .more{
	width: 100%;
	margin: 20px auto 0;
	padding-top: 10px;
	text-align : left;
	}
	}

.news .inner .more img{
	width: auto;
	height: 40%;
	}
@media screen and (max-width: 480px) {
.news .inner .more img{
	width: auto;
	height: 55%;
	}
	}




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

blog

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

.blog{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 40px;
	}
@media screen and (max-width: 480px) {
.blog{
	width: 90%;
	height: auto;
	padding: 0 0 0;
	}
	}

.blog .inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	}

.blog .inner a{
	color: #333;
	}

.blog .inner a:hover{
	color: #777;
	}

.blog .inner .contentstitle{
	width: 1120px;
	height: 40px;
	margin: 0 auto 0;
	padding-bottom: 40px;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(https://shop.tomorrowland.jp/data/images/storeblog.svg);
	background-size: 24%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border-bottom: 1px solid #333;
	}
@media screen and (max-width: 480px) {
.blog .inner .contentstitle{
	width: 100%;
	height: 40px;
	background-size: 75%;
	padding-bottom: 0;
	border-bottom: none;
	}
	}

.blog .block{
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding:40px 0;
	border-bottom: 1px solid #333;
	}
@media screen and (max-width: 480px) {
.blog .block{
	display: block;
	padding:10px 0 20px 0;
	border-bottom: none;
	}
	}

.blog .block .fasaado{
	display: table-cell;
	width: 190px;
	height: 100px;
	background-color:#333;
	}
@media screen and (max-width: 480px) {
.blog .block .fasaado{
	display: block;
	width: 100%;
	height: auto;
	}
	}

.blog .block .fasaado img{
	width: 188px;
	height: 100px;
	border: 1px solid #333;
	-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) {
.blog .block .fasaado img{
	width: 100%;
	height: auto;
	border: none;
	}
	}

.blog .block .storename{
	display: table-cell;
	vertical-align:middle;
	width: 305px;
	height: 100px;
	padding-left:65px;
	background-position: 20px center;
	background-repeat: no-repeat;
	background-image: url(https://shop.tomorrowland.jp/data/images/blogger.svg);
	background-size: 8%;
	line-height:1.8;
	}
@media screen and (max-width: 480px) {
.blog .block .storename{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-left: 0;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(https://shop.tomorrowland.jp/data/images/blogger.svg);
	background-size: 8%;
	font-size: 11px;
	}
	}

.blog .block .storename.noblogger{
	background-image: none !important;
	}

.blog .block .storename span{
	font-size: 14px;
	font-weight: 700;
	}
@media screen and (max-width: 480px) {
.blog .block .storename span{
	font-size: 13px;
	font-weight: 700;
	}
	}

.blog .block .entry{
	display: table-cell;
	vertical-align:middle;
	width: 500px;
	height: 100px;
	padding-left:60px;
	border-left: 1px solid #333;
	}
@media screen and (max-width: 480px) {
.blog .block .entry{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-left: 0;
	border-left: none;
	}
	}

.blog .block .entry .date{
	font-size:10px;
	}

.blog .block .entry p.entrytitle{
	font-size:13px;
	font-weight: bold;
	font-weight: 700;
	padding: 5px 0;
	}
@media screen and (max-width: 480px) {
.blog .block .entry p.entrytitle{
	font-size:12px;
	}
	}

.blog .block .entry p.lead{
	font-size:13px;
	padding: 5px 0;
	}
@media screen and (max-width: 480px) {
.blog .block .entry p.lead{
	font-size:11px;
	}
	}

.blog .inner .more{
	width: 1120px;
	height: 20px;
	margin: 20px auto 0;
	text-align : right;
	}
@media screen and (max-width: 480px) {
.blog .inner .more{
	width: 90%;
	margin: 10px auto 0;
	}
	}

.blog .inner .more img{
	width: auto;
	height: 40%;
	}
@media screen and (max-width: 480px) {
.blog .inner .more img{
	width: auto;
	height: 40%;
	}
	}



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

wall

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

.wall{
	width: 100%;
	height: auto;
	padding: 0 0 0;
	position: relative;
	text-align :center;
	}
@media screen and (max-width: 480px) {
.wall{
	display: none;
	}
	}

.wall img{
	width: 15%;
	height: auto;
	-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) {
.wall img{
	width: 30%;
	height: auto;
	}
	}




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

banner

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

.banner{
	width: 1120px;
	height: auto;
	margin: 0 auto 40px;
	padding: 30px 0 30px;
	text-align: center;
	}
@media screen and (max-width: 480px) {
.banner{
	width: 90%;
	margin: 0 auto 0;
	padding: 0;
	}
	}

@media screen and (max-width: 480px) {
.banner a{
	display: block;
	width:47%;
	height: auto;
	float: left;
	}
.banner a:nth-child(even){
	float: right;
	}
	}

.banner img{
	width: 240px;
	height: auto;
	margin:0 15px;
	border: 1px solid #333;
	-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) {
.banner img{
	width: 100%;
	height: auto;
	margin:0 0 20px;
	border: none;
	}
	}