@charset "UTF-8";
body {
	position: absolute;
	font-family: sans-serif;
	font-weight: lighter;
	margin: 0 auto 0 auto;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
    animation: fadeIn 1s linear 0s 1 normal;
    -webkit-animation: fadeIn 1s linear 0s 1 normal;
	width: 100%;
	height: 100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
p {
	font-family: FF_DIN_Light;
	text-decoration: none;
}
a {
	font-family: FF_DIN_Light;
	text-decoration: none;
}
#base {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
header#headerinner {
	position: fixed;
	float: left;
	clear: left;
	background-color: #FFF;
	width: 100%;
	z-index: 1;
}
h1 {
	position: fixed;
	float: left;
	z-index: 10000;
}
h1 img {
	mix-blend-mode: multiply;
}
/* menu */
ul#menu {
	position: fixed;
	list-style: none;
	z-index: 10000;
}
ul#menu li a {
	display: block;
	color: #000;
	background-color: #FF0;
}
ul#menu li a:hover {
	color: #fff;
	background-color: #555;
}
ul#menu .icon1 a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#footerinner {
	text-align: center;
	clear: left;
	width: 100%;
}
/* copyright a */
p.copyright_a {
	position: absolute;
	text-align: center;
	float: left;
	clear: left;
	width: 100%;
	z-index: 9000;
}
/* ph フェードイン読込 */
/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/* CSSハック　Safari崩れ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root body {
        background-color: #FFF;
    }
}

/*===============================================
画面の横幅が769px以上（パソコン用）
===============================================*/
@media screen and (min-width: 769px){
header#headerinner {
	height: 0px;
	padding-bottom: 25px;
}
h1 {
	margin: 32px 0 30px 25px;
}
h1 img {
	width: 80px;
}
/* menu */
ul#menu {
	top: 124px;
	left: -40px;
	padding-bottom: 10px;
	width: 120px;
}
ul#menu li a {
	font-size: 13px;
	margin-top: 3px;
	padding: 10px 0 10px 25px;
}
#toggle { 
	display: none;
}
/* insta & mail */
.icon1 {
}
.icon1 img {
	float: left;
	margin: 20px 0 0 16px;
	height: 28px;
}
.icon2 img {
	display: none;
}
/* copyright a */
p.copyright_a {
	font-size: 7px;
	padding-top: 80px;
	padding-bottom: 10px;
}
}

/*===============================================
画面の横幅が768pxまで（タブレット用）
===============================================*/
@media screen and (min-width: 501px) and (max-width: 768px){
header#headerinner {
	width: 100%;
	height: 65px;
}
h1 {
	top: 4px;
	left: 3%;
	margin: 0 auto;
	width: 10%;
}
h1 img {
	width: 50px;
}
/* menu */
ul#menu {
	left: 10%;
	margin: 10px auto 0 auto;
	width: 80%;
}
ul#menu li a {
	font-size: 10px;
	text-align: center;
	float: left;
	margin: 8px 1% 8px 0;
	padding: 9px 1.5%;
	width: 12%;
}
#toggle { 
	display: none;
}
/* insta & mail */
.icon1 {
	position: fixed;
	top: 11px;
	right: 13px;
}
.icon1 img {
	float: left;
	margin: 10px 7px 0 0;
	height: 27px;
}
.icon2 {
}
.icon2 img {
	display: none;
}
/* copyright a */
p.copyright_a {
	font-size: 7px;
	padding-top: 60px;
	padding-bottom: 10px;
}
}

/*===============================================
画面の横幅が500pxまで（スマホ用）
===============================================*/
@media screen and (max-width:500px){
header#headerinner {
	height: 6%;
}
h1 {
	width: 12%;
	margin: 0 0 0 5%;
}
h1 img {
	width: 100%;
}
/* menu */
ul#menu {
	top: 8%;
	right: 0;
	padding-bottom: 10%;
	width: 30%;
	display: none;
}
ul#menu li a {
	font-size: 12px;
	text-align: center;
	float: left;
	margin: 0.5%;
	padding: 8% 0 8% 0;
	width: 100%;
}
/* menu 格納 */
#toggle {
	display: block;
	position: fixed;
	right: 1%;
	margin-top: 5%;
	width: 10%;
	z-index: 10000;
	mix-blend-mode: multiply;
}
#toggle a {
	display: block;
	text-align: center;
}
/* insta & mail */
.icon1 {
}
.icon1 img {
	display: none;
}
.icon2 {
	border-top: 1px solid;
	float: left;
	margin: 30px 0 0 0;
	height: auto;
}
.icon2 img {
	float: left;
	margin: 6% 0% 0% 25%;
	width: 12%;
}
/* copyright a */
p.copyright_a {
	font-size: 5px;
	padding-top: 25px;
	padding-bottom: 30px;
}
}