/* CSS Document */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-2vhldb');
	src:url('../fonts/icomoon.eot?#iefix-2vhldb') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-2vhldb') format('woff'),
		url('../fonts/icomoon.ttf?-2vhldb') format('truetype'),
		url('../fonts/icomoon.svg?-2vhldb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-googleplus:before {
	content: "\e601";
	border:none;
	font-size:25px;
	color:#DD4B39;
	background-color:#ffffff;
	}
.icon-facebook:before {
	content: "\e602";
	border:none;
	font-size:25px;
	color:#3b5998;
	background-color:#ffffff;
}
.icon-instagram:before {
	content: "\e603";
	border:none;
	font-size:25px;
	color:#3f729b;
	background-color:#ffffff;
}
.icon-twitter:before {
	content: "\e604";
	border:none;
	font-size:25px;
	color:#55ACEE;
	background-color:#ffffff;
}
.icon-tumblr:before {
	content: "\e605";
	border:none;
	font-size:25px;
	color:#35465cE;
	background-color:#ffffff;
}
.icon-pinterest:before {
	content: "\e606";
	border:none;
	font-size:25px;
	color:#ce0f19;
	background-color:#ffffff;
}

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:95%;
	color: #000000;
	line-height:18px;
	margin:0;
	text-decoration:none;
	padding: 30px 0 30px 0;
	font-weight:bold;
	  

}
 
* html body{  
    overflow: hidden;  
}

a {
	text-decoration: none;
}

a:link {
	 color: #000000;
}
	
a:visited {
	 color: #b8b7b8;
}

a:hover { 
     color: #e6bad3; 
}

a:active {
	 color: #e6bad3; 
}

p {
	position:relative;
	margin: auto;
	width:auto;
}

.clear { 
    clear:both; 
}

.clear hr {
	display:none; 
}
 
div#headerArea {  
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 110px;  
    background-color: #ffffff;  
    color: #fff;  
	z-index: 999;
	text-align:center;
}  

.logo{
	margin:3px 5px;
	width:190px;
	float: center;
}

.logo img{
	width:346;
	height:114;
}


#headerArea ul {   
  width: 100%;
  padding: 50;
  padding-left:50%;
  margin:0 0 0 -25%;
  list-style-type: none;
  display: block;
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #353535;
  zoom: 1;
}

#headerArea cssmenu ul:before {
  content: '';
  display: block;
}

#headerArea ul:after {
  content: '';
  display: table;
  clear: both;
}

#headerArea li {
  display: block;
  float: center;
  margin: 0;
  padding: 0 4px;
}

#headerArea li a {
  display: block;
  float: left;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px 7px 20px;
  border-bottom: 3px solid transparent;
}

#headerArea li a:hover {
  color: #ffe0ff;
  border-bottom: 3px solid #00b8fd;
}

#headerArea li.active a {
  display: inline;
  border-bottom: 3px solid #00b8fd;
  float: left;
  margin: 0;
}


div#footerArea {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 30px;  
    background-color: #000000;  
    color: #fff; 
	z-index: 999; 
}  

#sns{
	width: auto;
    margin: 0px auto;
	background-color: #ffffff;
	padding-top:5px;
	padding-bottom:3px;
	text-align:right;
}

* html div#contentsArea{  
    height: 100%;  
    overflow: auto;
}  


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin-left:0px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
	height:auto !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #bebebe;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ef70b5;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	text-align:left;
}

.bx-wrapper .bx-next {
	right: 0px;
	text-align:right;

}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	margin-top: 22px;
	outline: 0;
	width: 50px;
	z-index: 998;
	color:#121212;
	text-decoration:none;
	font-size:80%;
	font-weight:bold;	
	font-family: 'HiraKakuProN-W3';
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


a.bx-next{
	padding-right:6px;
	}

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

#content{
	background:#FFFFFF;
	background-repeat:repeat;
	z-index:0;
	width:100%;  
}

#wrapper .topsslider{
	padding-top:90px;
	padding-bottom:40px;
	margin:0px auto;
	width:900px;
	height:500px;
}

#newin {
	padding:5px 30px;
}

#newin img{
	height:300px;
}

#news  {
	padding:5px 30px;
}

#news img{
	height:300px;
}

#collabo  {
	padding:5px 30px;
}

.tittle {
	width:100%;
	background: -moz-linear-gradient(top, #000, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
	height:50px;
	line-height:50px;
	text-align:center;
}

.tittle h1{
	font-family: 'Righteous', cursive;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:30px;
	margin-left:10px;
}
	
#lean_overlay{
  position: fixed; z-index:100; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
#div787{
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 30px;
  width: 780px;
 }
.modal_close{ 
  position: absolute;
  top: 12px;
  right: 12px;
  display: block; 
  width: 14px;
  height: 14px; 
  background: url(../img/modal_close.png);
  z-index: 2;
}

.japanese {
	font-family: 'Righteous', cursive;
	float:left;
	font-size:14px;
	color:#b1ebed;
}

.english {
	font-family: 'Righteous', cursive;
	float:right;
	font-size:14px;
	color:#b1ebed;
	
	
}

.rnk_name{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	margin-top:3px;
	color:#000000;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	font-weight:bold;
}

#timeline {
	padding: 30px;
	"height: auto;
	width:100%;
	margin:0px auto;
}

#timeline ul{
	padding: 0px;
}

#timeline li{
	padding-left:30px;
	list-style-type: none;
	
}


.view {
   width: 200px;
   height: 200px;
   margin:2px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view a{
	color:#FFF;
}
.view .mask,.view .content {
   width: 200px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
	width:200px;
	height:200px;
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 9px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view tex{
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-eighth .mask {
   background-color: rgba(255, 255, 255, 0.7);
   top: -200px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out 0.5s;
   -moz-transition: all 0.3s ease-out 0.5s;
   -o-transition: all 0.3s ease-out 0.5s;
   -ms-transition: all 0.3s ease-out 0.5s;
   transition: all 0.3s ease-out 0.5s;
}
.view-eighth h2 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.1s;
   -moz-transition: all 0.2s ease-in-out 0.1s;
   -o-transition: all 0.2s ease-in-out 0.1s;
   -ms-transition: all 0.2s ease-in-out 0.1s;
   transition: all 0.2s ease-in-out 0.1s;
}
.view-eighth tex {
   color: #333;
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.2s;
   -moz-transition: all 0.2s ease-in-out 0.2s;
   -o-transition: all 0.2s ease-in-out 0.2s;
   -ms-transition: all 0.2s ease-in-out 0.2s;
   transition: all 0.2s ease-in-out 0.2s;
}
.view-eighth a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.3s;
   -moz-transition: all 0.2s ease-in-out 0.3s;
   -o-transition: all 0.2s ease-in-out 0.3s;
   -ms-transition: all 0.2s ease-in-out 0.3s;
   transition: all 0.2s ease-in-out 0.3s;
}
.view-eighth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   top: 0px;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-animation: bounceY 0.9s linear;
   -moz-animation: bounceY 0.9s linear;
   -ms-animation: bounceY 0.9s linear;
   animation: bounceY 0.9s linear;
}
.view-eighth:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-eighth:hover tex {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-eighth:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}
@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}
@-webkit-keyframes bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}

#final{
	width:100%;
	height:300px;
}

#final .infojp{
	width:400px;
	height:100px;
	margin:50px 0 50px 100px;
	float:left;
}
#final .infoen{
	width:400px;
	height:100px;
	margin:50px 0 50px 100px;
	float:right;
}
#final .copyright{
	position: absolute;   
    width: 100%;  
    height: 40px;
	padding:5px;
    color: #bbafaf;
	text-align:center;
}
#logo{
	text-align:center;
}

#page-top{
   width:50px;
   height:50px;
   display:none;
   position:fixed;
   right:16px;
   bottom:30px;
   z-index:10000;
}
 
#page-top p{
   margin:0;
   padding:0;
   text-align:center;
   background:#3b3b3b;
   -webkit-transition:all 0.3s;
   -moz-transition:all 0.3s;
   transition:all 0.3s;
}
 
#page-top p:hover{
   background:#8b8b8b;
}
 
#move-page-top{
   color:#fff;
   line-height:50px;
   text-decoration:none;
   display:block;
   cursor:pointer;
}

.rollerblade-img {	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	
}

.rollerblade-drag {
	cursor:move;
}

table.brwsr1 {
    margin: 0 auto;
    width: 90%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #f5f5f5;
}
 
table.brwsr1 th {
    vertical-align: middle;
    height: auto;
    width: 30%;
    border-bottom: solid 1px #fff;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: ;
    font-weight: bold;
}
 
table.brwsr1 td.data {
    padding: 0;
    margin: 0;
    height: auto;
    width: 20%;
    border: none;
    color: #666;
    font-size: 30%;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
 
table.brwsr1 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.brwsr1 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #fff;
}

#shopimg{
	margin:5px auto;

}

#shoplist{
	background:#ffffff;
	padding:100px 30px 30px;
}

#shoplist h2{
	text-align:center;
}

#shoplist p{
	text-align:center;
}

#collabolist{
	background:#ffffff;
	height:auto;
	padding:100px 30px 100px;
}

#collabolist .grid {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}

#collabolist .grid ul{
	float: left;
}

#collabolist .grid li {
	margin: 5px;
	float: left;
	list-style: none;
}

#collabolist img{
	width:254px;
}
  #pcnodis{
	 display:none;
 }	
 
#newsbog{
	padding:100px 30px;
}

#newsbog ul{
	
}

#newsbog li{
	list-style:none;
	margin-bottom:20px;
	
}

#newsbog .blogdate{
	width:100%;
	background:#000000;
	font-size:12px;
	color:#ffffff;
}

#newsbog h2{
	background:#FF01FD;
	font-size:20px;
	color:#ffffff;
	line-height: 30px;
}
.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick-track {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide-inner {
  display: block;
  padding: 10px 10px 5px;
}
.slidelist .slide-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.slidelist .slide-title {
  font-size: 85.71429%;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide-price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide-price--soldout {
  font-size: 85.71429%;
  color: #f44336;
}
				
				