@media screen and (min-width:768px){
.sp {
	display:none;
}
.pc {
	display:block;
}
body{
	background:#FFF;
	position:relative;
	-webkit-text-size-adjust : 100% !important ;
	font-size:0.85em;
	color:#000;
	letter-spacing: 0.05em;
    line-height: 1.4em;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	line-height: 0;
}

#top-head,
#top-head:after,
#top-head .logo,
nav {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
	.sideNav {
		position: fixed;
		top: calc(50vh - 150px);
		right: 0;
		z-index: 100;
	}
header {
		position: fixed;
		width:100%;
    	top:0;  
    	left:0;
		z-index:100;
}
header .logo {
    position: absolute;
    left: 30px;
    top: 30px;
	z-index:800;
}
header .logo img.type02 {
    display:none;
}
header nav {
    position: absolute;
    right: 40px;
    top: 40px;
	z-index:800;
}
header nav img.type02 {
    display:none;
}
header .copy {
    display: none;
}

/* Fixed */
#top-head.fixed {
    background: #FFF;
	height:75px;
    z-index: 900;
}
#top-head.fixed .logo {
    top:17px;
    left: 30px;
}
#top-head.fixed .logo .type01 {
	display:none;
}
#top-head.fixed .logo .type02 {
	display:block;
}
#top-head.fixed .copy {
    display: block;
    position: absolute;
    top: 13px;
    left: 55px;
    color: #FFF;
    font-size: 10px;
    width: 300px;
    font-weight: 100;
    letter-spacing: 0.2em;
}
#top-head.fixed nav {
    right: 40px;
    top: 30px;
}
#top-head.fixed nav .type01 {
	display:none;
}
#top-head.fixed nav .type02 {
	display:block;
}
#top-head.fixed nav .type02 img {
	width:100%;
	height:auto;
}

.fat-nav__wrapper ul {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
.fat-nav__wrapper ul li {
    width: 50%;
    float: left;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.fat-nav__wrapper ul li span {
    display: block;
    padding: 20px 0;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 200!important;
}
	
	.contents { width: 100%; padding-top: 75px; }
	.contents img {width: 100%;
	height: auto;}
	.localNav {width: 90%; max-width: 1300px; margin: 0 auto; padding: 120px 0;}
	.localNav img{width:100%; height: auto;}

footer {
	position:relative;
    width: 100%;
}
footer .area01 {
    background: #1a4f97;
	padding:50px 0 80px;
}
footer .area02 {
    background: #FFF;
	padding:30px 0 60px;
}
footer .inner {
	min-width:1000px;
	width:80%;
	margin:0 auto;
}
footer img {
	width:100%;
	height:auto;
}


.megaDrop {
	width:100%;
}
.megaDrop img {
	width:100%;
	height:auto;
}

}

@media screen and (max-width:767px){
.sp {
	display:block;
}
.pc {
	display:none;
}
.sp img {
	width:100%;
}
}
