@charset "UTF-8";
/*
-----------------------------------------------------------------------------------------------------------------------------------------
		reset
-----------------------------------------------------------------------------------------------------------------------------------------
		リセット設定
-----------------------------------------------------------------------------------------------------------------------------------------


*, *::before{border:0;margin:0;outline:0;padding:0;font:inherit;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;text-decoration:none;vertical-align:baseline;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box; 	box-sizing:border-box;}
html {font-size:62.5%; width:100%; height:100%; }
body {font-size: 14px;font-size: 1.4rem;line-height:1;position:relative;text-align:left;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;-o-text-size-adjust:100%;text-size-adjust:100%;	width:100%; }
article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
img{-webkit-user-select: none; -webkit-user-drag: none; -moz-user-select: none;  -ms-user-select: none; -o-user-select: none; user-select: none; user-drag: none; max-width: 100%; height: auto; border: 0; display: block; }
*/

/*
-----------------------------------------------------------------------------------------------------------------------------------------
		style
-----------------------------------------------------------------------------------------------------------------------------------------
		基本スタイル
-----------------------------------------------------------------------------------------------------------------------------------------

html,body{}
body{
	font-family: 'Gothic Medium BBB',"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 1.4rem; line-height: 2.6rem;
	color: #000; background-color: #fff;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "palt"; font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
a, a img{ color: #000; -webkit-transition: all 0.3s linear; }

#container{ }
*/
/*
-----------------------------------------------------------------------------------------------------------------------------------------
		header
-----------------------------------------------------------------------------------------------------------------------------------------
*/
#header { position: absolute; top: 0; left: 0; width: 100%; z-index: 100001; }
#header .h1uy { position: absolute; top: 20px; left: 30px; width: 34px; }
#header .h1uy img { width: 100%; height: auto; }
#header .h1uy a { display: block; }

/*
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		MEDIA QUERIES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
			
/* 767 ↓ 
--------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

#header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100001; }
body{ /*font-size: 1.4rem; letter-spacing: 0.1em;*/ }
#header .h1uy { top: 10px; }

}/* end @media */



