@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 768px){
html{
	overflow-y:scroll;
}
body{
	width:100%;
	min-width: 1024px;
	text-align:center;
	font-family :'Roboto', sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/GEEKLIFEback.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
a {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #eee;
}
a:hover {
	color: #d23e7d;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: top;
	vertical-align:bottom;
}
#wrapper{
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 7%;
	}
#wrapper2{
	overflow: hidden;
	margin-top: 5%;
	padding-bottom: 11%;
	}
h2{
	font-family :'Roboto', sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.8em;
	}

/* header
---------------------------------------------*/
header{
	width: 100%;
	margin: 0 auto;
	padding-top: 3%;
	}
/* nav
---------------------------------------------*/
nav {
  display: flex!important;
  flex: 1;
  align-items: center;
	width: 100%;
	padding-top: 3%;
}

/* submenu
---------------------------------------------*/
.nav01 {
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.nav01 li {
  position: relative;
  list-style: none;
}
.nav01 li a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  color: #fff;
	font-family :'Roboto', sans-serif;
	font-weight: bold;
	font-style: italic;
  font-size: 14px;
  line-height: 2.8;
  text-decoration: none;
  box-sizing: border-box;
}
.nav01 li a:hover{
	color: #d23e7d;	
	}
.nav01 > li li:hover > a {/*layer-2*/
  color: #d23e7d;
  background: #80B8A8;
}
.nav01 li ul {
  top: 38px;
  left: -40px;
  position: absolute;
}
.nav01 li ul li {
  overflow: hidden;
  height: 0;
}
.nav01 li ul li a {
	background-color: #80B8A8;
	display: block;
	float: left;
}
.nav01 li:hover > ul > li {
  overflow: visible;
  height: 40px;
}
.nav01 li ul li ul {
    top: 0;
    left: 110px;
  }
.nav01 li ul li ul:before {/*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
.nav01 li ul li ul li:hover > a {/*layer-3*/
    color: pink;
    background: #afc6e2;
  }
.nav01 li ul li ul.left {
    top: 0;
    left: -190px;
  }
.nav01 li ul li ul.left:before,/*layer-2-left▷*/
.nav01 li ul li ul li ul.left:before {/*layer-3-left▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
.nav01 li ul li ul.left li:hover > a {/*layer-2-left*/
    color: pink;
    background: #afc6e2;
  }
.nav01 li ul li ul li ul.left li:hover > a {/*layer-3-left*/
    color: purple;
    background: #afc6e2;
  }
.content {
  width: 750px;
  height: 200px;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}
ul.sub-menu li{
	display: block;
	float: left;
	z-index: 999;
	}
ul ul li:first-child:after {
    position: absolute;
    left: 40%;
    top: -8px;
    width: 0;
    height: 0;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #80B8A8;
	z-index: 999;
}
/* item_area
---------------------------------------------*/
#item_area{
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	padding-bottom: 5%;
}

/* main_contents
---------------------------------------------*/
#main_contents{
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 7%;
	padding-top: 5%;
	}
#main_contents h4{
	font-size: 2em;	
	}
p.mc_topics{
	font-weight: bold;
	font-style: italic;
	color: #fff;
	font-size: 2em;
	text-align: left;
	}
.newrelease_area{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 4%;
	padding-top: 3%;
	}
.nr_item{
	 width: 240px;
     height: 240px;
	margin-right: 0;
    margin-left: 13.3px;
    margin-bottom: 25px;
	padding: 0;
	}
.nr_item:first-child{
	margin-left: 0;
	}
.nr_item img{
	max-width: 240px;
	max-height:240px;
	width:auto;
    height:auto;
}
	
/* products_area
---------------------------------------------*/
.products_area{
	display: flex;
	flex-wrap: wrap;
	}
.nr_item2{
	 width: 240px;
     height: 240px;
	margin-right: 10px;
    margin-left: 0;
    margin-bottom: 25px;
	padding: 0;
	position: relative;
	}
.nr_item2 img{
	max-width: 240px;
	max-height:240px;
	width:auto;
    height:auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
}

/* brand_area
---------------------------------------------*/
#partners{
	padding-bottom: 5%;		
	}
.brand_area{
	display: flex;
	flex-wrap: wrap;
	}
.nr_item3{
	 width: 240px;
     height: 240px;
	margin-right: 10px;
    margin-left: 0;
    margin-bottom: 25px;
	padding: 0;
	}
.nr_item3 img{
	max-width: 240px;
	max-height:240px;
	width:auto;
    height:auto;
}

/* main_image item
---------------------------------------------*/
.bxslider ul{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.bxslider li{
	list-style: none;
	display: inline-block;
}
.bxslider img {
	margin:0 auto;
	display:block;
	max-width: 540px;
	max-height: 540px;
	width:auto;
    height:auto;
}

/* thumbnail
---------------------------------------------*/
.custom-thumb ul{
	width: 100%;
	margin: 0 auto;
	padding-top: 5%;
}
.custom-thumb li{
	list-style: none;
	display: inline-block;
}

/* item_area
---------------------------------------------*/
.item_detail{
	width: 50%;
	margin: 0 auto;
	}
.itemname{
	font-size: 1.2em;
	font-weight: bold;
}
.itemprice{
	font-size: 1.2em;
	font-weight: bold;
}
.itemexp{
		text-align: left;
	}
.fontM{
	text-align: left;
}
.item_etc{
	text-align: left;		
	}
li.thumbnail-item{
	width: 20%;
	margin: 1px;
	}
li.thumbnail-item img{
	position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width: auto;
	height: auto;
    max-width: 93%;
    max-height: 93%;
    margin: auto;
	}
.bx-viewport{
	height: 100%!important;		
	}

/* item_area TOP
---------------------------------------------*/	
.itemname_top{
	font-size: 0.8em;
	font-weight: bold;
}
.itemprice_top{
	font-size: 0.8em;
	font-weight: bold;
}
.item_top_right{
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	padding-right: 2%;
	}

/* relation area
---------------------------------------------*/
.relation_area{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 auto;
	}
.nr_item2{
	 width: 150px;
     height: 150px;
	margin-right: 5px;
    margin-left: 8px;
    margin-bottom: 25px;
	padding: 0;
	}
.nr_item2 img{
	max-width: 130px;
	max-height:130px;
	width:auto;
    height:auto;
}

/* form
---------------------------------------------*/	
#form_area{
	width: 500px;
	margin: 0 auto;
	padding-top: 3%;
	}
#form_area input.keyword{
	color: #333!important;	
	}
input.keyword {
	border:none;
	border-radius:7px;
	box-shadow: none;
	padding: 2px 8px;
	background-color: #ccc;
	width: 500px;
	height: 50px;
	font-size: 1.8em;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
input.keyword:focus {
  outline: none;
}
	
textarea.keyword2 {
	border:none;
	border-radius:7px;
	box-shadow: none;
	padding: 2px 8px;
	background-color: #ccc;
	width: 500px;
	height: 150px;
	font-size: 1.8em;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	color: #333;
}
textarea.keyword2:focus {
  outline: none;
}	
	
input.keywordleft {
	margin-left: -48%;
}	
	
.form_fontM{
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	}

input.button01{
     display:block;
     width: 500px;
     height:70px;
     line-height: 70px;
     color: #FFF;
	font-size: 1.8em;
	font-weight: bold;
     text-decoration: none;
     text-align: center;
     background-color: #80B8A8; /*ボタン色*/
     border-radius: 7px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.fc_004{
	padding-top: 3%;
	}
input.button01:hover{
     background-color: #98DBC8; /*ボタン色*/
}	

/* top anker
---------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    font-size: 77%;
}
#page-top a {
    width: 60px;
    text-align: center;
    display: block;
}

/* footer
---------------------------------------------*/
footer{
	width: 100%;
	margin: 0 auto;
	bottom: 0;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 0;
	}
.sns_area{
	margin: 0 auto;
	width: 50%;
	padding-bottom: 1%;
	}
.sns_area ul li {
	width: 50px;
	display: inline-block;
	list-style-type: none;
	margin-right: 40px;
}
.fontS{
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	font-family: 'Roboto'!important;
	letter-spacing: 0.05em;
	}
.copyright::before{
    display: inline;
    content: "©";
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.2em;
    position: relative;
    top: 1px;
	color: #fff;
}

/* etc clearfix
---------------------------------------------*/
.row{
	display: none;
}
.row2{
	display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
}
