html, body, div, ul, li, h1, h2, p {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
h1, h2 {
	font-size: 100%;
	font-weight: normal;
}
body {
	font-family: "Sawarabi Gothic", Futura, Osaka, Arial, "ヒラギノ角ゴ ProN W3", "小塚ゴシック Pr6N B";
	background: #fff;
	font-size: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	cursor: url(../img/cursor.png)22 22, pointer;
}
.ie7 body {
	overflow: hidden;
}
a {
	color: #333;
	text-decoration: none;
	cursor: url(../img/point.gif)22 22, pointer;
}
h1 svg {
	width: 230px;
	height: 210px;
	margin-top: 18px;
}
h1 {
	position: relative;
	top :-40px;
}
.container {
	position: relative;
	text-align: center;
}
.container > header {
	padding: 70px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-align: left;
}
#arrow {
	position: absolute;
	top: 25px;
	margin-left: 9px;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.dropdown {
	position: relative;
	left: 33px;
}
.dropdown li {
	position: relative;
	padding: 0px 0px 6px 14px;
}
.dropdown li a {
	color: #fff;
	font-size: 1.64em;
	letter-spacing: 0.09em;
}
.submenu {
	display: none;
}
.dropdown_toggle #arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.submenu {
	margin-top: 10px;
	padding: 0;
}
.submenu li a {
	color: #000;
	text-decoration: none;
	padding: 10px;
	font-size: 0.94em;
	font-weight: 700;
}
.submenu a:hover {
	border-bottom: 1px solid #000;
}
.j-menu li {
	font-size: 0.65rem;
	padding: 9px;
	font-family: sans-serif;
}
.j-menu li a {
	color: #000 !important;
    	font-weight: 600;
	text-shadow: 1px 1px 1px #ccc;
}
.cb-slideshow, .cb-slideshow:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.cb-slideshow:after {
	content: '';
	background: transparent url(../img/top/pattern.png) repeat top left;
}
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 30s linear infinite 0s;
	-moz-animation: imageAnimation 30s linear infinite 0s;
	-o-animation: imageAnimation 30s linear infinite 0s;
	-ms-animation: imageAnimation 30s linear infinite 0s;
	animation: imageAnimation 30s linear infinite 0s;
}
.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 130px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-animation: titleAnimation 30s linear infinite 0s;
	-moz-animation: titleAnimation 30s linear infinite 0s;
	-o-animation: titleAnimation 30s linear infinite 0s;
	-ms-animation: titleAnimation 30s linear infinite 0s;
	animation: titleAnimation 30s linear infinite 0s;
}
.cb-slideshow li div h2 {
	font-family: "Sawarabi Mincho", "Trebuchet MS", Helvetica, Futura, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.74em;
	padding: 0;
	line-height: 2;
	color: #fff;
	letter-spacing: 0.17em;
    text-shadow: #000 1px 1px 1px;
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(../img/top/top-07.jpg);
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(../img/top/top-02.jpg);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(../img/top/top-03.jpg);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(../img/top/top-04.jpg);
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
	background-image: url(../img/top/top-05.jpg);
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(2) div {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}
.japan_sp {
	display: none;
}
.topMenu {
	margin-left: 80px;
}
.topMenu li a {
	font-size: 1.22em;
	line-height: 2em;
}
.pcNon {
	display: none;
}
.spNon {
	visibility: visible;
}
@-webkit-keyframes imageAnimation {
0% {
	opacity: 0;
	-webkit-animation-timing-function: ease-in;
}
8% {
	opacity: 1;
	-webkit-transform: scale(1.05);
	-webkit-animation-timing-function: ease-out;
}
17% {
	opacity: 1;
	-webkit-transform: scale(1.1);
}
25% {
	opacity: 0;
	-webkit-transform: scale(1.1);
}
100% {
	opacity: 0;
}
}
@-moz-keyframes imageAnimation {
0% {
	opacity: 0;
	-moz-animation-timing-function: ease-in;
}
8% {
	opacity: 1;
	-moz-transform: scale(1.05);
	-moz-animation-timing-function: ease-out;
}
17% {
	opacity: 1;
	-moz-transform: scale(1.1);
}
25% {
	opacity: 0;
	-moz-transform: scale(1.1);
}
100% {
	opacity: 0;
}
}
@-o-keyframes imageAnimation {
0% {
	opacity: 0;
	-o-animation-timing-function: ease-in;
}
8% {
	opacity: 1;
	-o-transform: scale(1.05);
	-o-animation-timing-function: ease-out;
}
17% {
	opacity: 1;
	-o-transform: scale(1.1);
}
25% {
	opacity: 0;
	-o-transform: scale(1.1);
}
100% {
	opacity: 0;
}
}
@-ms-keyframes imageAnimation {
0% {
	opacity: 0;
	-ms-animation-timing-function: ease-in;
}
8% {
	opacity: 1;
	-ms-transform: scale(1.05);
	-ms-animation-timing-function: ease-out;
}
17% {
	opacity: 1;
	-ms-transform: scale(1.1);
}
25% {
	opacity: 0;
	-ms-transform: scale(1.1);
}
100% {
	opacity: 0;
}
}
@keyframes imageAnimation {
0% {
	opacity: 0;
	animation-timing-function: ease-in;
}
8% {
	opacity: 1;
	transform: scale(1.05);
	animation-timing-function: ease-out;
}
17% {
	opacity: 1;
	transform: scale(1.1);
}
25% {
	opacity: 0;
	transform: scale(1.1);
}
100% {
	opacity: 0;
}
}
@-webkit-keyframes imageAnimation { 
0% {
	opacity: 0;
	-webkit-animation-timing-function: ease-in;
}
8% {
	opacity: 1;
	-webkit-animation-timing-function: ease-out;
}
17% {
	opacity: 1;
}
25% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@-moz-keyframes imageAnimation { 
0% {
	opacity: 0;
    -moz-animation-timing-function: ease-in;
}
8% {
	opacity: 1;
    -moz-animation-timing-function: ease-out;
}
17% {
	opacity: 1;
}
25% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@-o-keyframes imageAnimation { 
0% {
	opacity: 0;
	-o-animation-timing-function: ease-in;
}
8% {
	opacity: 1;
	-o-animation-timing-function: ease-out;
}
17% {
	opacity: 1;
}
25% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@-ms-keyframes imageAnimation { 
0% {
	opacity: 0;
	-ms-animation-timing-function: ease-in;
}
8% {
	opacity: 1;
	-ms-animation-timing-function: ease-out;
}
17% {
	opacity: 1;
}
25% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@keyframes imageAnimation { 
0% {
	opacity: 0;
	animation-timing-function: ease-in;
}
8% {
	opacity: 1;
	animation-timing-function: ease-out;
}
17% {
	opacity: 1;
}
25% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@-webkit-keyframes titleAnimation { 
0% {
	opacity: 0;
}
8% {
	opacity: 1;
}
17% {
	opacity: 1;
}
19% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@-moz-keyframes titleAnimation { 
0% {
	opacity: 0;
}
8% {
	opacity: 1;
}
17% {
	opacity: 1;
}
19% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@-o-keyframes titleAnimation { 
0% {
	opacity: 0;
}
8% {
	opacity: 1;
}
17% {
	opacity: 1;
}
19% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@-ms-keyframes titleAnimation { 
0% {
	opacity: 0;
}
8% {
	opacity: 1;
}
17% {
	opacity: 1;
}
19% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@keyframes titleAnimation { 
0% {
	opacity: 0;
}
8% {
	opacity: 1;
}
17% {
	opacity: 1;
}
19% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}
@media screen and (max-width: 767px) {
.cb-slideshow li div {
    bottom: 30px;
}
h1 svg {
	width: 180px;
	margin-top: 5px;	
}
h1 {
	top: -10px;
}
.pcNon {
	display: block;
}
.spNon {
	display: none;
}
.container > header {
	text-align: center;
}
.dropdown {
	position: relative;
	top: -15px;
	left: 0;
}
.dropdown li {
    padding: 10px 10px 10px 10px;
}
.dropdown li a {
    font-size: 1.34em;
}
.submenu li a {
	font-size: 0.94em;
}
.e-menu {
	padding-top: 40px !important;
}
#arrow {
    top: 13px;
}
.submenu {
	background: #ffffff69;
	padding: 10px 0 13px 0;
	margin-top: 0;
}
.container > header {
    padding: 30px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
}
.dropdown>li {
    padding: 10px 0px 10px 0px;
}
}
@media screen and (max-width: 600px) {
.cb-slideshow li div h2 {
	font-size: 1.08em;
	font-weight: 900;
}
.codrops-demos {
    top: -100px;
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(../img/top/top-07-sp.jpg);
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(../img/top/top-02-sp.jpg);
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(../img/top/top-03-sp.jpg);
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(../img/top/top-04-sp.jpg);
}
.cb-slideshow li:nth-child(5) span {
	background-image: url(../img/top/top-05-sp.jpg);
}
}
