@charset "utf-8";
/* 共通設定 */
body {
	min-width: 1100px;
}
section {
	overflow: hidden;	
}
/* PageTop */
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 0;
}
.pagetop a {
    display: block;
    background: url(../img/pagetop.png) no-repeat;
	background-size: cover;
    width: 50px;
	height: 50px;
	opacity: 0.9;
	transition: all 0.5s ease;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.pagetop a img {
	vertical-align: bottom;	
}
.pagetop a:hover {
    width: 50px;
	height: 50px;
    background: url(../img/pagetop-hover.png) no-repeat;
	transition: all 0.5s ease;
	transform: translateY(-3px);	
}
/* fancybox */
.fancybox-infobar span {
	color: #fff;	
}
.fancybox-navigation button {
	display: none;	
}
.fancybox-caption {
	text-align: center;	
	letter-spacing: 0.2em;
	font-size: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/* アニメーション */
.anim01 {
    animation-name: anim01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;

}
@keyframes anim01 {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}
.anim02 {
	animation: anim02 1.5s infinite;
}
@keyframes anim02 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}
/* スクロール固定ナビ */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	width: 100%;
	height: 70px;
	background: url(../img/bg-header.png) center center;
	clear: both;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.nav a {
	transition: all 0.5s ease;
	display: block;	
}
.nav a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.nav .wrap {
	position: relative;
	width: 1100px;
	height: 70px;
	margin: 0 auto;
}
.nav .nav-logo {
	position: absolute;
	width: 228px;
	height: 70px;
	left: 0;
	top: 0;
}
.nav .nav-logo img {
	vertical-align: bottom;	
}
.nav-nav {
	position: absolute;
	left: 280px;
	top: 0;	
	height: 70px;
	width: 592px;
}
.nav-nav ul {
	margin: 0;
	padding: 0;	
	position: relative;
	height: 70px;
	width: 592px;
}
.nav-nav li {
	list-style-type: none;
	height: 70px;	
	position: absolute;
}
.nav-nav li:nth-of-type(1) {
	left: 0;
	top: 0;
	width: 94px;
}
.nav-nav li:nth-of-type(2) {
	left: 94px;
	top: 0;
	width: 122px;
}
.nav-nav li:nth-of-type(3) {
	left: 216px;
	top: 0;
	width: 148px;
}
.nav-nav li:nth-of-type(4) {
	right: 106px;
	top: 0;
	width: 122px;
}
.nav-nav li:nth-of-type(5) {
	right: 0;
	top: 0;
	width: 106px;
}
.nav-nav li a {
	display: block;	
}
.nav-nav li a img {
	vertical-align: bottom;	
}
.nav-submenu {
	position: absolute;
	right: 30px;
	top: 0;
	width: 170px;
	height: 70px;	
}
.nav-submenu a {
	display: block;	
}
.nav-submenu a img {
	vertical-align: bottom;	
}
.nav-deco01 {
	position: absolute;
	width: 63px;
	height: 73px;
	bottom: -30px;
	left: -50px;	
}
.nav-deco02 {
	position: absolute;
	width: 59px;
	height: 46px;
	bottom: -30px;
	right: 0;	
}
/* fancybox */
.fancybox-infobar span {
	color: #fff;	
}
.fancybox-navigation button {
	display: none;	
}
.fancybox-caption {
	text-align: center;	
}
/* colorbox */
#cboxOverlay {
    background: rgba(0,0,0,0.8);
}
#cboxLoadedContent {
	padding: 0;	
	background: transparent;
}
.cboxIframe {
	background: rgba(255,255,255,0.9);	
}
#cboxContent,
#cboxLoadingOverlay{
	background: transparent;
}
/* #header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;	
	overflow: visible;
	z-index: 10000;
	background: url(../img/bg-header.png) center center;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
#header a {
	transition: all 0.5s ease;
	display: block;	
}
#header a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.header-wrap {
	width: 1100px;
	height: 70px;	
	margin: 0 auto;
	position: relative;
}
.header-nav-top {
	position: absolute;
	top: 0;
	left: 30px;
	width: 680px;
	height: 70px;	
}
.header-nav-top ul {
	margin: 0;
	padding: 0;	
	position: relative;
	height: 70px;
	width: 680px;
}
.header-nav-top li {
	list-style-type: none;
	height: 70px;	
	position: absolute;
}
.header-nav-top li:nth-of-type(1) {
	left: 0;
	top: 0;
	width: 88px;
}
.header-nav-top li:nth-of-type(2) {
	left: 88px;
	top: 0;
	width: 94px;
}
.header-nav-top li:nth-of-type(3) {
	left: 182px;
	top: 0;
	width: 122px;
}
.header-nav-top li:nth-of-type(4) {
	left: 304px;
	top: 0;
	width: 148px;
}
.header-nav-top li:nth-of-type(5) {
	right: 106px;
	top: 0;
	width: 122px;
}
.header-nav-top li:nth-of-type(6) {
	right: 0;
	top: 0;
	width: 106px;
}
.header-nav-top li a {
	display: block;	
}
.header-nav-top li a img {
	vertical-align: bottom;	
}
.header-submenu {
	position: absolute;
	right: 30px;
	top: 0;
	width: 170px;
	height: 70px;	
}
.header-submenu a {
	display: block;	
}
.header-submenu a img {
	vertical-align: bottom;	
}
.header-deco01 {
	position: absolute;
	width: 95px;
	height: 47px;
	bottom: -30px;
	left: 0;	
}
.header-deco02 {
	position: absolute;
	width: 57px;
	height: 50px;
	bottom: -30px;
	left: 310px;	
}
.header-deco03 {
	position: absolute;
	width: 186px;
	height: 78px;
	bottom: -30px;
	right: 180px;	
}
.header-deco04 {
	position: absolute;
	width: 59px;
	height: 46px;
	bottom: -30px;
	right: 0;	
}
/* footer */
footer {
	background: url(../img/bg-footer.jpg) no-repeat center center;	
	width: 100%;
	height: 500px;
}
footer p {
	color: #fff;	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;	
	font-size: 14px;
}
.footer-wrap {
	margin: 0 auto;
	width: 1100px;
	height: 500px;
	position: relative;	
}
.footer01 {
	position: absolute;
	width: 420px;
	height: 210px;
	left: 0;
	top: 80px;
}
.footer01 h2 {
	margin: 0;
	padding: 0;	
}
.footer01 a {
	transition: all 0.5s ease;	
	color: #fff;
	text-decoration: none;
}
.footer01 a:hover {
	opacity: 0.8;
	transition: all 0.5s ease;	
}
.footer01 a img {
	vertical-align: bottom;	
	border-bottom: 1px solid #fff;
}
.footer01 p {
	padding: 0;
	letter-spacing: 0.2em;
	line-height: 150%;	
}
.footer02 {
	position: absolute;
	width: 180px;
	height: 210px;
	left: 470px;
	top: 80px;
}
.footer02 ul {
	width: 100%;	
}
.footer02 ul li {
	width: 100%;
	height: 30px;
	list-style-type: none;	
	background: url(../img/footer-li.png) no-repeat top left;
	padding-left: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;	
}
.footer02 ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.2em;
	transition: all 0.5s ease;
}
.footer02 ul li a:hover {
	color: #f1f2c2;
	transition: all 0.5s ease;
}
.footer03 {
	position: absolute;
	width: 360px;
	height: 86px;
	right: 0;
	top: 80px;
}
.footer03 a {
	display: block;	
	border: 1px solid #fff;
	transition: all 0.5s ease;
}
.footer03 a:hover {
	background: rgba(255,255,255,0.1);
	transition: all 0.5s ease;
}
.footer03 a img {
	vertical-align: bottom;	
}
.footer04 {
	position: absolute;
	width: 238px;
	height: 80px;
	right: 110px;
	top: 200px;
}
.footer05 {
	position: absolute;
	width: 36px;
	height: 36px;
	right: 25px;
	top: 220px;
}
.footer05 a {
	display: block;	
	transition: all 0.5s ease;
}
.footer05 a:hover {
	opacity: 0.8;
	transition: all 0.5s ease;
}
.footer06 {
	position: absolute;
	width: 1100px;
	height: 16px;
	bottom: 110px;
	left: 0;	
}
.footer06 p {
    font-family: Times, "Times New Roman", Georgia, serif;
	text-align: center;	
	letter-spacing: 0.2em;
}
.footer06 p img {
	vertical-align: middle;
	margin-right: 5px;
}

