@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 : 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 !important;
	}

.dispview{
	display: block !important;
	}

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

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

.visibhide{
	visibility: hidden !important;
	}

.visibview{
	display: visible !important;
	}


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

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


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

main

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

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


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

header

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

#header{
	position: absolute;
	width:100%;
	min-width:1200px;
	height: 120px;
	margin: 0 auto;
	z-index: 9999;
	}
@media screen and (max-width: 480px) {
#header{
	height: 100px;
	min-width: 100%;
	}
	}

.page #header{
	position: relative;
	width:100%;
	min-width:1200px;
	height: 120px;
	margin: 0 auto;
	border-bottom: 1px solid #222;
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
	}
@media screen and (max-width: 480px) {
.page #header{
	position: relative;
	height: 100px;
	min-width: 100%;
	}
	}

#header h1{
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 56px;
	margin-left:  -140px;
	margin-top:  -28px;
	background-image: url(../images/men.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
@media screen and (max-width: 480px) {
#header  h1{
	width: 140px;
	height: 40px;
	margin-left:  -70px;
	margin-top:  -20px;
	}
	}

#header .sns{
	position:absolute;
	top: 0;
	right: 20px;
	width: auto;
	height: 100%;
	line-height: 120px;
	}
@media screen and (max-width: 480px) {
#header .sns{
	display: none;
	}
	}

#header .sns img{
	margin: 45px 5px 0;
	width:25px;
	height:25px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}


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

change

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

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

#change h1{
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 210px;
	height: auto;
	margin-left:  -105px;
	margin-top:  -15px;
	background-image: url(../images/change-men.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
//	-webkit-filter: invert(100%);
//	-moz-filter: invert(100%);
//	-o-filter: invert(100%);
//	-ms-filter: invert(100%);
//	filter: invert(100%);
	}
@media screen and (max-width: 480px) {
#change  h1{
	top: 50%;
	left: 50%;
	width: 70px;
	height: auto;
	margin-left:  -35px;
	margin-top:  -16px;
	}
	}

#change .sns{
	position:absolute;
	top: 0;
	right: 20px;
	width: auto;
	height: 100%;
	line-height: 120px;
//	-webkit-filter: invert(100%);
//	-moz-filter: invert(100%);
//	-o-filter: invert(100%);
//	-ms-filter: invert(100%);
//	filter: invert(100%);
	}
@media screen and (max-width: 480px) {
#change .sns{
	display: none;
	}
	}

#change .sns img{
	margin: 18px 5px 0;
	width:25px;
	height:25px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

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

nav

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

nav:not(.mm-menu){
	display: none;
	}

.header{
	width: 40px !important;
	height: 120px;
	margin-left: 25px;
	padding: 0;
	background: #transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
@media screen and (max-width: 480px) {
.header{
	width: 30px !important;
	height: 100px;
	margin-left: 10px;
	padding: 0;
	background: #transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	}

#change .header{
	width: 40px !important;
	height: 60px;
	margin-left: 25px;
	padding: 0;
	background: #transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
@media screen and (max-width: 480px) {
#change .header{
	width: 30px !important;
	height: 40px;
	margin-left: 10px;
	padding: 0;
	background: #transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	}

.header.scrolltop{
	width: 40px !important;
	height: 60px;
	margin-left: 25px;
	padding: 0;
	background: #transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
@media screen and (max-width: 480px) {
.header.scrolltop{
	width: 30px !important;
	height: 40px;
	margin-left: 10px;
	padding: 0;
	background: #transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	}

.header a{
	display: block;
	width: 100%;
	height: 100%;
	background: center center no-repeat transparent;
	background-image: url(../images/nav.svg);
	background-size: contain;
	}

#change .header a{
	display: block;
	width: 100%;
	height: 100%;
	background: center center no-repeat transparent;
	background-image: url(../images/change-nav.svg);
	background-size: contain;
//	-webkit-filter: invert(100%);
//	-moz-filter: invert(100%);
//	-o-filter: invert(100%);
//	-ms-filter: invert(100%);
//	filter: invert(100%);
	}


.header.scrolltop a{
	width: 100%;
	height: 100%;
	background: center center no-repeat transparent;
	background-image: url(../images/pagetop.svg);
	background-size: 60%;
//	-webkit-filter: invert(100%);
//	-moz-filter: invert(100%);
//	-o-filter: invert(100%);
//	-ms-filter: invert(100%);
//	filter: invert(100%);
	}


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

bridge (PC)

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

#bridge{
	position: relative;
	width:100%;
	min-width:1200px;
	height: auto;
	text-align: center;
	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;
//	-webkit-filter: invert(100%);
//	-moz-filter: invert(100%);
//	-o-filter: invert(100%);
//	-ms-filter: invert(100%);
//	filter: invert(100%);
	}
	}

#bridge.online img{
	width: auto;
	height: 45px;
	margin: 30px;
	-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.online img{
	width: auto;
	height: 35px;
	margin: 10px;
	}
	}


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

footer (PC)

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

#footer{
	position: relative;
	width:100%;
	min-width:1200px;
	height: auto;
	font-size: 11px;
	font-style : serif;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 2.2;
	background:#000;
	color:#ccc;
	}

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

#footer a{
	color: #ccc;
	}
#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:#000;
	color:#ccc;
	}

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

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

#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-sns{
	width: 100%;
	height: auto;
	text-align: center;
	padding:20px 0;
	}

#footer-sp .fs-sns img{
	width: 25px;
	height: 25px;
	margin: 0 5px;
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
	}

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

#footer-sp .fs-app img{
	width: 110px;
	height: auto;
	margin:10px 5px 20px;
	border:1px solid #333;
	}

#footer-sp .fs-app .detail{
	text-decoration: underline;
	}

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

#footer-sp .fs-mag img{
	width: 140px;
	height: auto;
	margin:10px 0 0;
	border:1px solid #333;
	}

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

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

	}



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

copyright

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

#copyright{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: auto;
	background:#000;
	color:#ccc;
	}
@media screen and (max-width: 480px) {
#copyright{
	min-width: 100%;
	padding: 40px 0;
	color:#ccc;
	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: #ccc;
	}
	}



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

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