@charset "UTF-8";
/* reset
   =================================================================== */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td,article,section,aside,header,nav{
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,var{
	font-style:normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

object,embed{
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	font-family: "メイリオ", sans-serif;
}
h1{
	line-height:1.5em;
}
img,abbr,acronym,fieldset,hr{
	border:0;
}

li{
	list-style-type:none;
}

p{
	margin:0;
	padding:0;
}

/* form */  
button,fieldset,form,input,label,legend,select,textarea{
	font-size:100%;
}
input{
	vertical-align: bottom;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/* html,body
   =================================================================== */
html,body{
	magin:0;
	padding:0;
}
/* font */
/* @font-face {
	font-family:'Roboto Condensed';
	font-style:normal;
	font-weight:400;
	src:url("RobotoCondensed-Regular.woff") format('woff');
} */
body{
	font-size:16px;
	line-height:2;
	font-family: "メイリオ", sans-serif;
	font-style:normal;
	font-weight:400;
	letter-spacing:0.1em;
	text-align:left;
	color:#fff;
	background:#c5994f;
	 -webkit-text-size-adjust: none;
	 border:none;
	 height:auto !important;
	 overflow-x:hidden;
}
.preloader {
	background:url(https://www.nikon-image.com/assets/img/common/loading.gif) no-repeat center center;
	background-size:30px auto;
	display:block;
}
.font {
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight: 500;
}
 @media only screen and (max-width: 768px) {
body{
	line-height:1.8;
}
}

/* リンク設定
   =================================================================== */
a{
/*\*/
   overflow: hidden;
/**/
}

a:link {
	color:#fff;
	text-decoration:none;
}

a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:none;
}


/* clear
   =================================================================== */
/* float */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{
display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix{
height:1%;
}
.clearfix{
display:block;
}
/* End hide from IE-mac */