@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html {
	overflow:auto;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height:1;
}
body {
	width:100%;
	background:#ddd;
	color:#333;
	min-width: 960px;
	overflow: hidden;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	float: left;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.bg {
	width: 1400px;
	position: relative;
	left: 50%;
	margin-left: -700px;
}

.contents {
	width: 960px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.contents {
		width: 880px;
		padding-left: 40px;
		padding-right: 40px;
	}
}

.magnified_content .body {
	background-color: #ddd;
}

/* ヘッダー */
.header.bg {
	background-image: url("../IMGs/header/index/bg.jpg");
	height: 950px;
}

.style_1 .header.bg { background-image: url("../IMGs/header/style_3/bg.jpg"); }
.style_2 .header.bg { background-image: url("../IMGs/header/style_2/bg.jpg"); }
.style_3 .header.bg { background-image: url("../IMGs/header/style_3/bg.jpg"); }
.style_4 .header.bg { background-image: url("../IMGs/header/style_4/bg.jpg"); }
.style_5 .header.bg { background-image: url("../IMGs/header/style_5/bg.jpg"); }
.style_6 .header.bg { background-image: url("../IMGs/header/style_6/bg.jpg"); }

.logo {
	position: absolute;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 848px;
	height: 157px;
	margin: auto;
	left: 50%;
	margin-left: -424px;
	top:410px;
}

.style_1 .logo { background-image: url("../IMGs/header/style_3/text.png"); }
.style_2 .logo { background-image: url("../IMGs/header/style_2/text.png"); }
.style_3 .logo { background-image: url("../IMGs/header/style_3/text.png"); }
.style_4 .logo { background-image: url("../IMGs/header/style_4/text.png"); }
.style_5 .logo {
	background-image: url("../IMGs/header/style_5/text.png");
	width: 889px;
	height: 178px;
	margin-left: -445px;
	top:389px;
}
.style_6 .logo {
	background-image: url("../IMGs/header/style_6/text.png");
	width: 862px;
	height: 164px;
	margin-left: -431px;
	top:403px;
}

.banner_illust {
	margin-right: 9px;
	margin-bottom: 9px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 312px;
	height: 214px;
	float: left;
}

.banner_illust a {
	display: block;
	background-image: url("../IMGs/banner/coming.jpg");
	width: 100%;
	height: 100%;
}

.banner_illust .style_2 {
	background-image: url("../IMGs/banner/2.jpg");
}
.banner_illust .style_2:hover {
	background-image: url("../IMGs/banner/2b.jpg");
}
.banner_illust .style_3 {
	background-image: url("../IMGs/banner/3.jpg");
}
.banner_illust .style_3:hover {
	background-image: url("../IMGs/banner/3b.jpg");
}
.banner_illust .style_4 {
	background-image: url("../IMGs/banner/4.jpg");
}
.banner_illust .style_4:hover {
	background-image: url("../IMGs/banner/4b.jpg");
}
.banner_illust .style_5 {
	background-image: url("../IMGs/banner/5.jpg");
}
.banner_illust .style_5:hover {
	background-image: url("../IMGs/banner/5b.jpg");
}
.banner_illust .style_6 {
	background-image: url("../IMGs/banner/6.jpg");
}
.banner_illust .style_6:hover {
	background-image: url("../IMGs/banner/6b.jpg");
}

.top_menu {
	position: absolute;
	display: none;
	top: 333px;
}

.index .top_menu {
	display: block;
}

@media screen and (max-width: 640px) {
	.banner_illust {
		margin-right: 12px;
		margin-bottom: 12px;
		width: 285px;
		height: 194px;
	}	
}

/* ナビゲーション */
.nav.bg {
	background-image: url("../IMGs/menu/index/bg.jpg");
	background-repeat: repeat-x;
	height: 175px;
}

.style_1 .nav.bg { background-image: url("../IMGs/menu/style_3/bg.jpg"); }
.style_2 .nav.bg { background-image: url("../IMGs/menu/style_2/bg.jpg"); }
.style_3 .nav.bg { background-image: url("../IMGs/menu/style_3/bg.jpg"); }
.style_4 .nav.bg { background-image: url("../IMGs/menu/style_4/bg.jpg"); }
.style_5 .nav.bg { background-image: url("../IMGs/menu/style_5/bg.jpg"); }
.style_6 .nav.bg { background-image: url("../IMGs/menu/style_6/bg.jpg"); }

#nav {
	display: none;
	width: 1400px;
	background-image: url("../IMGs/menu_s/style_3/bg.jpg");
	background-repeat: repeat-x;
	height: 112px;
	margin: 0 auto;
	z-index: 999;
	left: 50%;
	margin-left: -700px;
}

#nav.bg.style_1 { background-image: url("../IMGs/menu_s/style_3/bg.jpg"); }
#nav.bg.style_2 { background-image: url("../IMGs/menu_s/style_2/bg.jpg"); }
#nav.bg.style_3 { background-image: url("../IMGs/menu_s/style_3/bg.jpg"); }
#nav.bg.style_4 { background-image: url("../IMGs/menu_s/style_4/bg.jpg"); }
#nav.bg.style_5 { background-image: url("../IMGs/menu_s/style_5/bg.jpg"); }
#nav.bg.style_6 { background-image: url("../IMGs/menu_s/style_6/bg.jpg"); }

.nav ul {
	width: 960px;
	margin: auto;
	padding-top: 19px;
	padding-left: 1px;
}

#nav ul {
	padding-top: 10px;
}

.nav li {
	margin-right: 24px;
}

.index .nav li:nth-child(3) {
	margin-right: 26px;
}

#nav li {
	margin-right: 96px;
}

.nav li.last, #nav li.last {
	margin-right: 0px;
}

.nav li a {
	width: 140px;
	height: 140px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../IMGs/menu/style_3/icon.png);
}

.nav .style_1 { background-image: url(../IMGs/menu/style_3/icon.png); }
.nav .style_2 { background-image: url(../IMGs/menu/icon/2.png); }
.nav .style_3 { background-image: url(../IMGs/menu/icon/3.png); }
.nav .style_4 { background-image: url(../IMGs/menu/icon/4.png); }
.nav .style_5 { background-image: url(../IMGs/menu/icon/5.png); }
.nav .style_6 { background-image: url(../IMGs/menu/icon/6.png); }

.index .nav li a {
	background-image:none;
}

.index .nav .style_2 { background-image: url(../IMGs/menu/circle/2.png); }
.index .nav .style_3 { background-image: url(../IMGs/menu/circle/3.png); }
.index .nav .style_4 { background-image: url(../IMGs/menu/circle/4.png); }
.index .nav .style_5 { background-image: url(../IMGs/menu/circle/5.png); }
.index .nav .style_6 { background-image: url(../IMGs/menu/circle/6.png); }

#nav li a {
	width: 80px;
	height: 80px;
	background-image: url(../IMGs/menu_s/style_3/icon.png);
}

#nav .style_1 { background-image: url(../IMGs/menu_s/style_3/icon.png); }
#nav .style_2 { background-image: url(../IMGs/menu_s/icon/2.png); }
#nav .style_3 { background-image: url(../IMGs/menu_s/icon/3.png); }
#nav .style_4 { background-image: url(../IMGs/menu_s/icon/4.png); }
#nav .style_5 { background-image: url(../IMGs/menu_s/icon/5.png); }
#nav .style_6 { background-image: url(../IMGs/menu_s/icon/6.png); }

@media screen and (max-width: 640px) {
	#nav {
		background-image: url("../IMGs/menu/style_3/bg.jpg");
		height: 177px;
	}

	#nav.bg.style_1 { background-image: url("../IMGs/menu/style_3/bg.jpg"); }
	#nav.bg.style_2 { background-image: url("../IMGs/menu/style_2/bg.jpg"); }
	#nav.bg.style_3 { background-image: url("../IMGs/menu/style_3/bg.jpg"); }
	#nav.bg.style_4 { background-image: url("../IMGs/menu/style_4/bg.jpg"); }
	#nav.bg.style_5 { background-image: url("../IMGs/menu/style_5/bg.jpg"); }
	#nav.bg.style_6 { background-image: url("../IMGs/menu/style_6/bg.jpg"); }

	#nav ul {
		padding-top: 19px;
	}

	#nav li {
		margin-right: 24px;
	}

	#nav li a {
		width: 140px;
		height: 140px;
		background-image: url(../IMGs/menu/style_3/icon.png);
	}

	#nav .style_1 { background-image: url(../IMGs/menu/style_3/icon.png); }
	#nav .style_2 { background-image: url(../IMGs/menu/icon/2.png); }
	#nav .style_3 { background-image: url(../IMGs/menu/icon/3.png); }
	#nav .style_4 { background-image: url(../IMGs/menu/icon/4.png); }
	#nav .style_5 { background-image: url(../IMGs/menu/icon/5.png); }
	#nav .style_6 { background-image: url(../IMGs/menu/icon/6.png); }

	.nav .contents {
		width: 960px;
		padding-left:0px;
		padding-right:0px;
	}
}

/*　catch */
.catch.bg {
	background-color: #FFF;
	background-image: url("../IMGs/catch/index/catch.jpg");
	height: 638px;
	padding-bottom: 52px;
}

.index .catch.bg { height: 643px; }

.style_1 .catch.bg { background-image: url("../IMGs/catch/style_3/catch.png"); }
.style_2 .catch.bg { background-image: url("../IMGs/catch/style_2/catch.jpg"); }
.style_3 .catch.bg { background-image: url("../IMGs/catch/style_3/catch.png"); }
.style_4 .catch.bg {
	background-image: url("../IMGs/catch/style_4/catch.jpg");
	-webkit-background-size: 1400px 690px;
	     -o-background-size: 1400px 690px;
	        background-size: 1400px 690px;
}
.style_5 .catch.bg { background-image: url("../IMGs/catch/style_5/catch.jpg"); }
.style_6 .catch.bg { background-image: url("../IMGs/catch/style_6/catch.jpg"); }

/*　about */
.about.bg {
	background-color: #FFF;
	text-align: center;
}

.index .about.bg {
	background-image: url("../IMGs/about/index/bg.jpg");
	height: 375px;
}
.style_1 .about.bg { background-color: #FFF; }
.style_2 .about.bg {
	background-color: #a78c28;
	background-image: url("../IMGs/about/style_2/img.png");
	background-repeat: no-repeat;
	background-position: 135px;
}
.style_3 .about.bg { background-color: #fcfeed; }
.style_4 .about.bg { background-color: #000; }
.style_5 .about.bg { background-color: #faffe1; }
.style_6 .about.bg { background-color: #b1fb00; }

.about.title {
	position: absolute;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 658px;
	height: 103px;
	margin: auto;
	margin-top: -52px;
	z-index:100;
	left: 50%;
	margin-left: -329px;
}

.style_1 .about.title { background-image: url("../IMGs/about/style_3/text.png"); }
.style_2 .about.title { background-image: url("../IMGs/about/style_2/text.png"); }
.style_3 .about.title { background-image: url("../IMGs/about/style_3/text.png"); }
.style_4 .about.title { background-image: url("../IMGs/about/style_4/text.png"); }
.style_5 .about.title {
	background-image: url("../IMGs/about/style_5/text.png");
	background-position: -2px -3px;
}
.style_6 .about.title { background-image: url("../IMGs/about/style_6/text.png"); }

.about p {
	padding-top: 100px;
	line-height: 1.5;
	font-size: 13px;
	padding-bottom: 50px;
}

.style_4 .about p { color: #FFF; }

@media screen and (max-width: 640px) {
	.style_2 .about.bg {
		background-position: 225px;
	}
	.about p {
		text-align: left;
	}
}

.index .about p { 
	display: none;
}
.style_2 .about p { color: #FFF; }

/* policy */
.policy.bg {
	background-image: url("../IMGs/policy/index/bg.jpg");
	background-repeat: no-repeat;
	background-color: #FFF;
	min-height: 660px;
}

.style_1 .policy.bg { background-image: url("../IMGs/policy/style_3/bg.png"); }
.style_2 .policy.bg { background-image: url("../IMGs/policy/style_2/bg.png"); }
.style_3 .policy.bg { background-image: url("../IMGs/policy/style_3/bg.png"); }
.style_4 .policy.bg {
	background-image: url("../IMGs/policy/style_4/bg.png");
	background-color: #a4f021;
}
.style_5 .policy.bg { background-image: url("../IMGs/policy/style_5/bg.png"); }
.style_6 .policy.bg { background-image: url("../IMGs/policy/style_6/bg.jpg"); }

.policy .contents {
	padding-top: 82px;
}

.policy.title {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 240px;
	height: 68px;
}

.style_1 .policy.title { background-image: url("../IMGs/policy/style_3/title.png"); }
.style_2 .policy.title { background-image: url("../IMGs/policy/style_2/title.png"); }
.style_3 .policy.title { background-image: url("../IMGs/policy/style_3/title.png"); }
.style_4 .policy.title { background-image: url("../IMGs/policy/style_4/title.png"); }
.style_5 .policy.title { background-image: url("../IMGs/policy/style_5/title.png"); }
.style_6 .policy.title { background-image: url("../IMGs/policy/style_6/title.png"); }

.policy p {
	margin-top: 30px;
	width: 484px;
	line-height: 1.4;
	font-size: 12px;
	padding-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.policy.bg {
		background-position: -250px 1400px;
	}
	.index .policy.bg {
		background-position: left top;
	}
	.policy p {
		width: 100%;
		padding-bottom: 560px;
	}
	.index .policy p {
		padding-bottom: 30px;
	}
	.style_6 .policy.bg {
		background-image: url("../IMGs/policy/style_6/img.png");
	}
}

.index .policy p { display: none; }

/* sample */
.sample.bg {
	background-image: url("../IMGs/sample/index/bg.jpg");
	height: 475px;
	background-color: #FFF;
}

.style_1 .sample.bg { background-image: url("../IMGs/sample/style_3/bg.png"); }
.style_2 .sample.bg { background-image: url("../IMGs/sample/style_2/bg.png"); }
.style_3 .sample.bg { background-image: url("../IMGs/sample/style_3/bg.png"); }
.style_4 .sample.bg { background-image: url("../IMGs/sample/style_4/bg.jpg"); }
.style_5 .sample.bg { background-image: url("../IMGs/sample/style_5/bg.png"); }
.style_6 .sample.bg { background-image: url("../IMGs/sample/style_6/bg.jpg"); }

.sample .contents {
	padding-top: 50px;
}

.sample.title {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 280px;
	height: 68px;
}

.style_1 .sample.title { background-image: url("../IMGs/sample/style_3/title.png"); }
.style_2 .sample.title { background-image: url("../IMGs/sample/style_2/title.png"); }
.style_3 .sample.title { background-image: url("../IMGs/sample/style_3/title.png"); }
.style_4 .sample.title { background-image: url("../IMGs/sample/style_4/title.png"); }
.style_5 .sample.title { background-image: url("../IMGs/sample/style_5/title.png"); }
.style_6 .sample.title { background-image: url("../IMGs/sample/style_6/title.png"); }

.sample_img {
	width: 960px;
	height: 242px;
	margin-top: 30px;
}

.style_1 .sample_img { background-image: url("../IMGs/sample/style_3/about.png"); }
.style_2 .sample_img { background-image: url("../IMGs/sample/style_2/about.png"); }
.style_3 .sample_img { background-image: url("../IMGs/sample/style_3/about.png"); }
.style_4 .sample_img { background-image: url("../IMGs/sample/style_4/about.png"); }
.style_5 .sample_img { background-image: url("../IMGs/sample/style_5/about.png"); }
.style_6 .sample_img { background-image: url("../IMGs/sample/style_6/about.png"); }

.index .sample_img img {
	display: none;
}

.style_1 .sample_img img, .style_2 .sample_img img,
.style_3 .sample_img img, .style_4 .sample_img img,
.style_5 .sample_img img, .style_6 .sample_img img {
	display: block;
}

@media screen and (max-width: 640px) {
	.sample_img, .sample_img img {
		width: 880px;
		height: auto;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}
}

/* footer */
.footer.bg {
	background-image: url("../IMGs/footer/index/bg.jpg");
	height: 415px;
	background-color: #FFF;
	position: relative;
}

.style_1 .footer.bg { background-image: url("../IMGs/footer/style_3/bg.png"); }
.style_2 .footer.bg { background-image: url("../IMGs/footer/style_2/bg.png"); }
.style_3 .footer.bg { background-image: url("../IMGs/footer/style_3/bg.png"); }
.style_4 .footer.bg { background-image: url("../IMGs/footer/style_4/bg.jpg"); }
.style_5 .footer.bg { background-image: url("../IMGs/footer/style_5/bg.png"); }
.style_6 .footer.bg { background-image: url("../IMGs/footer/style_6/bg.jpg"); }

.footer .contents {
	padding-top: 100px;
}

.footer.title {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 474px;
	height: 61px;
	margin-top: 10px;
	float: left;
}

.style_1 .footer.title { background-image: url("../IMGs/footer/style_3/text.png"); }
.style_2 .footer.title { background-image: url("../IMGs/footer/style_2/text.png"); }
.style_3 .footer.title { background-image: url("../IMGs/footer/style_3/text.png"); }
.style_4 .footer.title { background-image: url("../IMGs/footer/style_4/text.png"); }
.style_5 .footer.title { background-image: url("../IMGs/footer/style_5/text.png"); }
.style_6 .footer.title { background-image: url("../IMGs/footer/style_6/text.png"); }

.contact {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 375px;
	height: 81px;
	float: right;
}

.style_1 .contact { background-image: url("../IMGs/footer/style_3/contact.png"); }
.style_2 .contact { background-image: url("../IMGs/footer/style_2/contact.png"); }
.style_3 .contact { background-image: url("../IMGs/footer/style_3/contact.png"); }
.style_4 .contact { background-image: url("../IMGs/footer/style_4/contact.jpg"); }
.style_5 .contact { background-image: url("../IMGs/footer/style_5/contact.jpg"); }
.style_6 .contact { background-image: url("../IMGs/footer/style_6/contact.png"); }

.contact a {
	display: block;
	width: 100%;
	height: 100%;
}

.footer_menu {
	position: absolute;
	width: 960px;
	bottom: 30px;
}

.index .footer_menu {
	display: none;
}

.footer_menu li {
	margin-right: 25px;
	font-size: 12px;
}

.style_2 .footer_menu, .style_2 .footer_menu li a { color:#858078; }
.style_4 .footer_menu, .style_4 .footer_menu li a { color:#FFF; }
.style_5 .footer_menu, .style_5 .footer_menu li a { color:#000; }

.footer_menu li a:hover {
	opacity:0.6;
}

.copyright {
	float: right;
	font-size: 12px;
}

@media screen and (max-width: 640px) {
	.footer.title {
		margin-top: 30px;
		height: 50px;
	}
	.footer_menu {
		width: 880px;
	}
	body, .about p, .policy p {
		font-size: 32px;
	}
	.footer_menu li, .copyright {
		font-size: 20px;
	}
}

/* デザインごとのアクション */
.action {
	display: none;
}
.style_1 .action.style_1 { display: block; }
.style_2 .action.style_2 { display: block; }

.action.style_2 {
	position: absolute;
	top: 202px;
	right: 209px;
	z-index: 200;
	cursor: pointer;
}

.style_3 .action.style_3 { display: block; }

.action.style_3 {
	position: absolute;
	z-index: 150;
}

.action.style_3.think_1 {
	top: 580px;
	right: 396px;
	opacity: 0;
}
.action.style_3.think_2 {
	top: 456px;
	right: 299px;
	opacity: 0;
}
.action.style_3.think_3 {
	top: 46px;
	right: 218px;
	opacity: 0;
}
.action.style_3.thinkword {
	top: 60px;
	right: 208px;
	opacity: 0;
}
.action.style_3.cat {
	top: 541px;
	right: 220px;
	z-index: 200;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.action.style_3.mountain {
	top:284px;
	right:255px;
	cursor: pointer;
}
.style_4 .action.style_4 { display: block; }

.action.style_4.triangle {
	position: absolute;
	top:285px;
	right:255px;
	cursor: pointer;
}
.action.style_4.comic_text {
	position: absolute;
	top:319px;
	right:700px;
	width: 0px;
	z-index: 200;
}
.style_5 .action.style_5 { display: block; }
.action.style_5.windmill {
	position: absolute;
	z-index: 150;
	top: 190px;
	right: 244px;
	cursor: pointer;
}
.action.style_5.goldfish {
	position: absolute;
	z-index: 150;
	top: 379px;
	right: 668px;
}

.goldfish {
	-webkit-animation-name: goldfish;
	   -moz-animation-name: goldfish;
	     -o-animation-name: goldfish;
	        animation-name: goldfish;
	-webkit-animation-duration: 2500ms;
	   -moz-animation-duration: 2500ms;
	     -o-animation-duration: 2500ms;
	        animation-duration: 2500ms;
	-webkit-animation-timing-function: ease-out;
	   -moz-animation-timing-function: ease-out;
	     -o-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	     -o-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-transform-origin: center bottom;
	   -moz-transform-origin: center bottom;
	    -ms-transform-origin: center bottom;
	     -o-transform-origin: center bottom;
	        transform-origin: center bottom;
}
@keyframes goldfish {
  0%{
  }
  25%{
  }
  100%{
  }
}

.style_6 .action.style_6 { display: block; }

.action.style_6 {
	position: absolute;
	z-index: 150;
	top: 255px;
	right: 244px;
	cursor: pointer;
}

.trumpet {
	-webkit-animation-name: trumpet;
	   -moz-animation-name: trumpet;
	     -o-animation-name: trumpet;
	        animation-name: trumpet;
	    /*
	-webkit-animation-property:-webkit-transform;
	   -moz-animation-property:-webkit-transform;
	     -o-animation-property:-webkit-transform;
	        animation-property:-webkit-transform;
	   */
	-webkit-animation-duration: 500ms;
	   -moz-animation-duration: 500ms;
	     -o-animation-duration: 500ms;
	        animation-duration: 500ms;
	-webkit-animation-timing-function: ease-out;
	   -moz-animation-timing-function: ease-out;
	     -o-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	     -o-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-transform-origin: center bottom;
	   -moz-transform-origin: center bottom;
	    -ms-transform-origin: center bottom;
	     -o-transform-origin: center bottom;
	        transform-origin: center bottom;
}

@keyframes trumpet {
  0%{
  }
  25%{
	   transform:scale(1.1,1.2);
  }
  100%{
	   transform:scale(1.2,1.1);
  }
}