@charset "UTF-8";
html {
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	width: 100%;	
	overflow-x: hidden;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, monospace;
	font-style: normal;
}
#header_wrap {	
	width: 100%;
	background: yellow;	
	}
#header {
	position: relative;
	width: 980px;
	height: 70px;
	margin: 0 auto;
}
#header h1 {
	width: 150px;
	margin: 0 auto;
	padding-top: 20px;
}
/*#header p {
	position: absolute;
	top: 20px;
	left: 20px;
}*/
#header p.close {	
	position: absolute;
	top: 20px;
	right: 20px;
 }
.m_br {
	display: none;
}
/*======================
	nav
=====================*/
#navi {
	width: 100%;
	margin: 0 auto;

}
#nav {
	width: 960px;
	margin: 0 auto;
	padding: 10px 10px;
 }
 
 #nav ul li {
 	float: left;
 	width: 160px;
 	height: 34px;
   }
    #nav ul li img {
		width: 100%;
		height: auto;
	}


#nav ul li:hover {
	opacity: 0.8;
	background-color: #ccc;
  }
a {
	display: block;
}
#button_fb {
	display:none;
}

/*======================
	works
=====================*/
#container {
	width: 985px;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
}
.cagegory { 
	width: 100%;
	padding: 110px 0 100px 0;
}
.cagegory
{
	width: 100%;
height: auto;
}
.cagegory > h3 {
	width: 210px;
	height: auto;
	margin:0 auto;
	padding-bottom: 35px;
}
#digital > h3 {
	width: 280px;
}
.cagegory > h3 > img {
	width: 100%;
	height: auto;
}

.category.figure img {
  	clear: both;
  	display: block;
}
.figure {
	float: left;
	position: relative;
	overflow: hidden;
	width: 240px;
	height: 154px;
	margin: 0 6px 6px 0;
	box-sizing: border-box;
	border: 1px solid #bce1df;
}
.figcaption {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.figcaption h3,
.figcaption p {
	position: absolute;
	left: -100%;
	width: 240px;
	color: #000;
	line-height: 1.;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 13px;
	font-weight: noraml;
}
.figcaption h3 {
	top: 25px;
}
.figcaption p {
	top: 107px;
	font-size: 10px;
}
.figcaption_s h3,p {
	font-size: 12px;
}

.figcaption p.up {
	top: 90px;
	font-size: 10px;
}
.figure:hover .figcaption {
	opacity: 1;
}
.figure:hover .figcaption h3,
.figure:hover .figcaption p {
	left: 5%;
}
.figure:hover .figcaption h3 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.figure:hover .figcaption p {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.hover_figcaption {
	opacity: 1;
}
.hover {
	left: 5%;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.none {
	display: none;
}

#return {	
	display: none;
	width: 50px;
	position: fixed;
	right: 40px;
	bottom: 30px;
}
#return img {
	width: 100%;
	height: auto;
}
#return a {
	display: block;
}



/*======================
	footer
=====================*/
#footer_wrap {
	width: 100%;
}
#footer {
	width: 980px;
	height: 30px;
	font-size: 13px;
	margin: 0 auto;
	line-height: 30px;
	
}
#small {
text-align: center;
}
address {
	font-style: normal;
}
  	

#return img {
	width: 100%;
	height: auto;
}
#return a {
	display: block;
}
.fixed {
    position: fixed;
    top: 0;
	z-index: 100;
    background-color: yellow;
    opacity: 0.9;
  }
.figcaption h3 {
font-weight: normal;
line-height: 1.4;
}
@media only screen and  (max-width: 980px) and (min-width: 737px){
body,html {
	width: 980px;
}
}
@media only screen and  (max-width: 736px){
/* Smartphones (portrait and landscape) ----------- */
#header {
	width: 100%;
}
#header h1 {
	width:  80px;
	position: static;
	float: left;
	margin-top: 8px;
	margin-left: 20px;
}
#header h1 img,#header p img {
	width: 100%;
	height: auto;
}
#header p  {
	width: 80px;
	position: static;
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}
#navi {
	width: 100%;
}
#nav {
	width:92%;
	max-width: 480px;
	height: auto;
	margin: 20px auto 0 auto;
	position: relative;
}
#nav ul li {
	width: 45%;
	max-width: 160px;
	height: auto;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 3px;
background: url(../images/nav_bk.png);
background-size: 100% 100%;

}
#contents {
	background: none;
}


#button_fb {
display:block;
}
#navi {
	width: 100%;
	margin: 0 auto;
}

#nav {
	width:92%;
	max-width: 480px;
	height: auto;
	margin: 20px auto 0 auto;
	position: relative;
}
#nav ul li {
	width: 45%;
	max-width: 160px;
	height: auto;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 3px;
background: url(../images/nav_bk.png);
background-size: 100% 100%;

}
#nav ul li img {
	width: 100%;
	height: auto;
}

#button_fb {
display:block;
}
 #nav li:nth-child(odd){ 
 float: left;
  } 
#nav li:nth-child(even){ 
float: right;
} 
#nav ul li:hover {
 	opacity: 0.8;
 	background-color: #FFF;
  }
#container{
	width: 100%;
}
#section {
	width: 80%;
	margin: 0 auto;
}
#container {
	width: 92%;
	max-width: 480px;
	float: none;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 40px;
}
.figure {
	width: 46%;
	height: auto;
}
 .figure:nth-child(odd) {
	float: right;
}
 .figure:nth-child(even) {
	 float: left;
 }
.figure img {

	width: 100%;
	height: auto;
}

.figcaption h3,
.figcaption p {
	position: absolute;
	left: -100%;
	width: 95%;
	color: #000;
	font-size: 5px;
	line-height: 1;
	-webkit-transition: .3s;
	transition: .3s;
}
.figcaption h3 {
	top: 10%;
}
.figcaption p {
	top: 70%;
}
.figure:hover .figcaption {
	opacity: 1;
}
.figure:hover .figcaption h3,
.figure:hover .figcaption p {
	left: 10px;
}


/*======================
	mobile_footer
=====================*/
#footer_wrap {
	width: 100%;
	font: 10px;
}
#footer {
	width: 90%;
	font-size: 10px;
}
 .category {
	margin: 50px auto 50px auto;
	padding: 40px 0 40px 0;
}
.category h3 {
	padding-bottom: 30px;
} 
#company h3 {
	margin: 0 auto; 
}
#privacy {
	margin-bottom:0;
}
#return {
	width: 40px;
}
.m_br {
	display: block;
}
}