/*FONTS
---------------------------*/

@font-face {
	font-family: "org-logo";
	src: url("../fonts/karimizuan-logo.eot?") format('eot'), url("../fonts/karimizuan-logo.woff") format('woff');
}
@font-face {
	font-family: "org-mincyo";
	src: url("../fonts/org-mincho.eot?") format('eot'), url("../fonts/org-mincho.woff") format('woff');
}
.mincyo {
	font-family: "org-mincyo";
}
html, body {
	position: relative;
	height: 100%;
	width: 100%;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #333;
}
a:hover, a:focus {
	color: #eb3812;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E;
}
p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.bg-primary {
	background-color: #fff;
}
.bg-dark {
	background-color: #222222;
	color: white;
}
xt-faded {
	color: rgba(255, 255, 255, 0.7);
}
{
	padding: 30px 0;
}
aside {
	padding: 50px 0;
}
header {
	margin-bottom: 100px;
}
section {
	padding-bottom: 100px;
}
.no-padding {
	padding: 0 0 100px;
}
#about{
padding-bottom:0;
}
.navbar-default {
	background-color: white;
	border-color: rgba(34, 34, 34, 0.05);
	font-family: "org-mincyo";
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand span.ja {
	font-family: "org-logo";
	font-weight: 400;
	font-size: 37px;
	margin-right: 5px;
}
.navbar-default .navbar-header .navbar-brand span.en {
	font-family: "org-mincyo";
	font-weight: 400;
	font-size: 15px;
	vertical-align: 9px;
	margin-left: 5px;
	letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
	color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
	font-weight: 700;
	font-size: 12px;
	color: #222222;
	text-transform: uppercase;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
	font-size: 13px;
	color: #222222;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
	color: #F05F40;
}
.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
	color: #F05F40 !important;
	background-color: transparent;
}
.navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover {
	background-color: transparent;
}
.blinking {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.ready {
	opacity: 0;
}
.loaded {
	opacity: 1;
	-webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
	-moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
	-o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
	transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10ms;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 120px;
	padding: 5px 0;
	margin: 2px auto 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0 0 0 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-nav > li:last-child > a {
	color: #f8444d !important;
}
.navbar-nav > li:last-child > a:hover {
	color: rgba(248, 68, 77, 0.58) !important;
}
.container .sectiontitle {
	color: #222;
	margin-bottom: 30px;
}
.container .sectiontitle h2 {
	display: inline-block;
	font-size: 32px;
	width: 217px;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px #222 solid;
	font-family: "org-mincyo" !important;
}
.container .sectiontitle h3 {
	font-size: 16px;
	margin-top: 10px;
}
.container.sentence {
	padding: 35px 0 95px 0;
}
.container.sentence .text {
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 2;
	text-align: justify;
	/* for modern browser */
	
	text-justify: inter-ideograph;
	/* IE6～8 */
}
.text a {
	color: #337ab7;
	font-weight: 600;
}
#news .news_list {
	padding: 0 10px;
	margin-bottom: 15px;
}
#news .news_list a {
	display: block;
	font-size: 12px;
	color: #333;
}
#news .news_list strong {
	display: block;
	font-weight: 500;
	padding-top: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}
#news .news_list strong span.title {
	font-size: 15px;
}
#news .news_list strong span.date:before {
	content: " / ";
}
#news .news_list p {
	font-size: 12px;
	line-height: 2;
}
@media (min-width: 768px) {
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-left: 15px;
	}
	.navbar-default {
		background-color: transparent;
	}
	.navbar-default .navbar-header .navbar-brand {
		color: white;
	}
	.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
		color: rgba(255, 255, 255, 0.7);
	}
	.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
		color: white;
		font-size: 15px;
	}
	.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
		color: rgba(255, 255, 255, 0.7);
	}
	.navbar-default.affix {
		background-color: white;
		border-color: rgba(34, 34, 34, 0.05);
	}
	.navbar-default.affix .navbar-header .navbar-brand {
		color: #222;
	}
	.navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
		color: rgba(85, 85, 85, 0.7);
		;
	}
	.navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
		color: #222222;
	}
	.navbar-default.affix .nav > li > a:hover, .navbar-default.affix .nav > li > a:focus:hover {
		color: #F05F40;
	}
	.navbar-right {
		float: right !important;
		margin-right: 15px;
	}
	.navbar-right .dropdown-menu {
		right: auto;
		left: auto;
	}
}
@media screen and (max-width: 350px) {
	.navbar-default .navbar-header .navbar-brand span.ja {
		font-size: 170%;
	}
	.navbar-default .navbar-header .navbar-brand span.en {
		font-size: 90%;
		vertical-align: 5px;
	}
}
header {
	position: relative;
	width: 100%;
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-image: url('../img/header.jpg');
	text-align: center;
	color: white;
}
header .header-content {
	position: relative;
	text-align: center;
	padding: 100px 15px 100px;
	width: 100%;
}
header .header-content .header-content-inner {} header .header-content .sociallink {
	position: absolute;
	bottom: 30px;
	right: 50px;
	font-family: "org-mincyo";
}
header .header-content .sociallink > a {
	padding: 5px;
	line-height: 1.5;
	text-decoration: underline;
	color: #fff !important;
}
@media (min-width: 768px) {
	header {
		min-height: 100%;
	}
	header .header-content {
		position: absolute;
		bottom: 30px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 50px;
	}
}
.section-heading {
	margin-top: 0;
}
.service-box {
	max-width: 400px;
	margin: 50px auto 0;
}
@media (min-width: 992px) {
	.service-box {
		margin: 20px auto 0;
	}
}
.service-box p {
	margin-bottom: 0;
}
.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
	color: white;
	opacity: 0;
	display: block;
	background: rgba(196, 255, 182, 0.41);
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
#exhibition .portfolio-box .portfolio-box-caption {
	background: rgba(52, 130, 5, 0.77);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-shadow: 0 2px 3px #000;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}
.portfolio-box:focus {
	outline: none;
}
@media (min-width: 768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size: 16px;
	}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	header {
		margin-top: 55px;
	}
}
.call-to-action h2 {
	margin: 0 auto 20px;
}
.text-primary {
	color: #F05F40;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
	padding: 5px;
}
.btn-default {
	color: #222222;
	background-color: white;
	border-color: white;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #222222;
	background-color: #f2f2f2;
	border-color: #ededed;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: white;
	border-color: white;
}
.btn-default .badge {
	color: white;
	background-color: #222222;
}
.btn-primary {
	color: white;
	background-color: #525251;
	border-color: #737373;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: white;
	background-color: #ee4b28;
	border-color: #ed431f;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #F05F40;
	border-color: #F05F40;
}
.btn-primary .badge {
	color: #F05F40;
	background-color: white;
}
.btn {
	border: none;
	text-transform: uppercase;
}
.btn-success {
    color: #fff;
    border-radius:4px;
    background-color: #b0b3b0;
    border-color: #2d2d2d;
}
.btn-success:hover{
    background-color: #2d2d2d;
}
.te
.btn-xl {
	padding: 15px 30px;
}
::-moz-selection {
	color: white;
	text-shadow: none;
	background: #222222;
}
::selection {
	color: white;
	text-shadow: none;
	background: #222222;
}
img::selection {
	color: white;
	background: transparent;
}
img::-moz-selection {
	color: white;
	background: transparent;
}
body {
	webkit-tap-highlight-color: #222222;
}
.news_images {
	border: 1px #e0e0e0 solid;
	position: relative;
	display: table-cell;
	padding: 0;
	overflow: hidden;
}
.news_images .news_image {
	min-width: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: -50%;
	right: -50%;
	bottom: 0;
	margin: auto;
}
.news_list {
	transition: all 0.35s;
}
.news_list:hover {
	opacity: .8;
}
.news_text {
	padding: 0 3px;
}
.abrid {
	width: 100%;
	line-height: 20px;
}
address p {
	margin: 0;
}
form#contactform {
	line-height: 2;
}
form#contactform input, form#contactform textarea, form#contactform button {
	width: 100%;
	margin: 10px 0;
	padding: 0 10px;
}
form#contactform textarea {
	height: 120px;
}
.bg-dark h2 {
	font-family: "org-logo" !important;
	font-size: 300%;
	margin-bottom: 0;
}
.bg-dark h3 {
	font-family: "org-mincyo" !important;
	font-size: 120%;
	margin-top: 0;
	margin-bottom: 0;
    letter-spacing: 3px;
}
#contact {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .8;
}
#loader {
	width: 96px;
	margin: 200px auto;
}
.notice {
	width: 300px;
	margin: 150px auto;
	text-align: center;
	color: #fff;
}
.notice strong {
	display: block;
	width: 100%;
	font-size: 120%;
}
.notice strong.error {
	background: #f00;
}
.notice strong.success {
	background: #019a0e;
}
.notice p {
	text-align: center;
	font-size: 95%;
	padding-top: 20px;
}
#connect {
	text-align: center;
	margin-top: -57px;
	color: #fff;
	font-size: 120%;
	text-shadow: 2px 2px 2px #000;
}
.la-ball-scale-multiple, .la-ball-scale-multiple > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.la-ball-scale-multiple {
	display: block;
	font-size: 0;
	color: #fff;
}
.la-ball-scale-multiple.la-dark {
	color: #333;
}
.la-ball-scale-multiple > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}
.la-ball-scale-multiple {
	width: 32px;
	height: 32px;
}
.la-ball-scale-multiple > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
	-moz-animation: ball-scale-multiple 1s 0s linear infinite;
	-o-animation: ball-scale-multiple 1s 0s linear infinite;
	animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
.la-ball-scale-multiple.la-sm {
	width: 16px;
	height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
	width: 16px;
	height: 16px;
}
.la-ball-scale-multiple.la-2x {
	width: 64px;
	height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
	width: 64px;
	height: 64px;
}
.la-ball-scale-multiple.la-3x {
	width: 96px;
	height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
	width: 96px;
	height: 96px;
}
/* NEWS　PAGE
------------------------------------------------------ */

#newspage {
	margin-top: 75px;
	min-height: 750px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
#news-list-left {
	height: 100%;
}
.navititle {
    color: #222;
    text-align:left;
}
.navititle {
	padding:0;
}
.navititle h4 {
	font-weight: 400;
	font-size: 100%;
}
h2.pagetitle {
    display: block;
    width: 60%;
    font-weight: 400;
    font-size: 120%;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 1px solid #222;
    line-height: 1;
}
.navititle h4 em, #pagetitle h2 em {
	display: block;
	font-size: 90%;
}
#newsNavi #naviwrap > ul li {
	list-style: none;
}
#newsNavi #naviwrap > ul li.genre a {
	display: block;
	width: 100%;
}
#newsNavi #naviwrap > ul li.genre a i, #newsNavi ul li a i {
	color: rgba(84, 111, 134, 0.41);
}
#bn-newslist > li {
	cursor: pointer;
}
#newsNavi #naviwrap > ul li {
    position: relative;
    display: block;
    line-height: 2;
    padding: 0 10px;
}
#newsNavi ul li a i {
	position: absolute;
	top: 6px;
	right: 3px;
}
#newsNavi #naviwrap > ul li:hover {
	cursor: pointer;
}
#newsNavi #naviwrap > ul li:hover > a, #newsNavi #naviwrap > ul li:hover > a i {
	color: rgb(249, 108, 4);
}
ul.monthclass {
	padding-left: 10%;
}
ul.monthclass > li a {
    font-size: 100%;
    display: block;
    width: 100%;
    color: #888;
}
ul#bn-newslist li ul {
	margin-bottom: -1px;
}
#news-list-main > nav li {
	display: block;
	list-style: none;
	border-bottom: 1px #000 dotted;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#news-list-main > nav li a {
	display: block;
}
#news-list-main > nav li div {
	display: inline-block;
}
#news-list-main > nav li div.date {
	font-size: 100%;
	margin-bottom: 15px;
}
#news-list-main > nav li div.title {
	font-size: 110%;
	font-weight: bold;
	color: #444;
}
#news-list-main > nav li div.txt {
	font-size: 95%;
	font-weight: normal;
	color: #555;
}
#news-list-main > nav li div.txt span {
	color: #0084f9;
}
#news-list-main > nav li a:hover>div {
	color: rgb(249, 108, 4);
}
#news-list-main > nav li a:hover>div.txt span {
	color: red;
}
#news-list-main > nav li div.sign {
	margin: 0 15px 0 0;
	padding: 0;
}
#news-list-main > nav li div.sign span {
	display: inline-block;
	width: 80px;
	text-align: center;
	line-height: 2;
	border-radius: 3px;
	color: #fff;
	font-size: 80%;
}
#news-list-main > nav li div.info span, #datedata > #genresign.info span {
	background: #688c68;
}
#news-list-main > nav li div.impt span, #datedata > #genresign.impt span {
	background: #bf0000;
}
#news-list-main > nav li div.recruit span, #datedata > #genresign.recruit span {
	background: #3c3c6f;
}
.collapsed i {
	transform: rotateX( 180deg);
}
#bn-newslist li.collapsed {
	position: relative;
	line-height: 2;
	padding-left: 10px;
	border-bottom: 1px #c3c3c3 solid;
}
#bn-newslist li span.backnumber {
	display: block;
}
#bn-newslist li span.backnumber:hover {
	color: rgb(249, 108, 4);
	cursor: pointer;
}
#bn-newslist li i {
	position: absolute;
	top: 6px;
	right: 3px;
}
.image_wrap img {}
/* search
----------------*/

#imaginary_container {
	margin-top: 3px;
	margin-bottom: 3px;
}
.stylish-input-group .input-group-addon {
	background: white !important;
}
.stylish-input-group .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	border-color: #aaa;
}
.stylish-input-group button {
	border: 0;
	background: transparent;
	color: #666;
}
.stylish-input-group a {
	border: 0;
	background: transparent;
	color: #666;
}
::selection {
	background: #7aa4d0;
	/*背景色*/
	
	color: #fff;
	/*文字色*/
}
::-moz-selection {
	background: #7aa4d0;
	/*背景色*/
	
	color: #fff;
	/*文字色*/
}
.pagination li.pagethrough a{
	border:none;
	border-left:#ddd 1px solid;
}
.pagination li.pagethrough a:hover{
 background:none;
}
/* NEWS DETAIL
----------------------------------------------------*/

#news_title_wrap {
	display: block;
	padding: 5px 15px 3px;
	border-bottom: 1px #aaa solid;
}
#news_title_wrap > #datedata {
	font-size: 100%;
}
#news_title_wrap h2 {
	font-size: 150%;
	line-height: 2.5;
	padding-left: 5%;
}
#news_wrap {
	padding: 15px;
}
.news_block {
	margin: 0;
	line-height: 2.5;
}
#datedata > #genresign {
float:right;
}
#datedata > #genresign span {
    display: inline-block;
    width: 80px;
    text-align: center;
    line-height: 2;
    border-radius: 3px;
    color: #555;
    font-size: 80%;
    margin-left: 35px;
    border: 1px #aaa solid;
}
.image_wrap.top-center img, .image_wrap.bottom-center img {
	width: 100%;
}
.image_wrap.top-right, .image_wrap.bottom-right {
	float: right;
}
@media screen and (max-width: 767px) {
	.image_wrap.top-center {
		padding: 0 0 5px;
	}
	.image_wrap.bottom-right {
		padding: 5px 0 0;
	}
}
.sns {
	margin-bottom: 0;
	padding: 0;
}
.sns > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.sns > li:first-child {
	margin-left: 0;
}
.sns > li:last-child {
	margin-right: 0;
}
.sns iframe {
	margin: 0 !important;
}
@media screen and (max-width: 350px) {
	.sns > li {
		margin: 0 7px 10px 0;
	}
}
/*
 * Animation
 */

@-webkit-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	5% {
		opacity: .75;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}
	5% {
		opacity: .75;
	}
	100% {
		opacity: 0;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-o-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}
	5% {
		opacity: .75;
	}
	100% {
		opacity: 0;
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	5% {
		opacity: .75;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.loader {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999999;
}
.la-ball-fall,
.la-ball-fall > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-fall.la-dark {
    color: #333;
}
.la-ball-fall > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-fall {
    position: absolute;
    width: 54px;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.la-ball-fall > div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
       -moz-animation: ball-fall 1s ease-in-out infinite;
         -o-animation: ball-fall 1s ease-in-out infinite;
            animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
    -webkit-animation-delay: -200ms;
       -moz-animation-delay: -200ms;
         -o-animation-delay: -200ms;
            animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
    -webkit-animation-delay: -100ms;
       -moz-animation-delay: -100ms;
         -o-animation-delay: -100ms;
            animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
    -webkit-animation-delay: 0ms;
       -moz-animation-delay: 0ms;
         -o-animation-delay: 0ms;
            animation-delay: 0ms;
}
.la-ball-fall.la-sm {
    width: 26px;
    height: 8px;
}
.la-ball-fall.la-sm > div {
    width: 4px;
    height: 4px;
    margin: 2px;
}
.la-ball-fall.la-2x {
    width: 108px;
    height: 36px;
}
.la-ball-fall.la-2x > div {
    width: 20px;
    height: 20px;
    margin: 8px;
}
.la-ball-fall.la-3x {
    width: 162px;
    height: 54px;
}
.la-ball-fall.la-3x > div {
    width: 30px;
    height: 30px;
    margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
                transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
                transform: translateY(145%);
    }
}
@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
             transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(0);
             transform: translateY(0);
    }
    80% {
        opacity: 1;
        -moz-transform: translateY(0);
             transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
             transform: translateY(145%);
    }
}
@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
           transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -o-transform: translateY(0);
           transform: translateY(0);
    }
    80% {
        opacity: 1;
        -o-transform: translateY(0);
           transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -o-transform: translateY(145%);
           transform: translateY(145%);
    }
}
@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
           -moz-transform: translateY(-145%);
             -o-transform: translateY(-145%);
                transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
           -moz-transform: translateY(145%);
             -o-transform: translateY(145%);
                transform: translateY(145%);
    }
}
#mainloader {
position:relative;
top:0;
	font-family: 'Marvel', sans-serif;
	margin: 0 auto;
	width: 100%;
	height:200%;
	background:#fff;
	text-align: center;
	font-size: 20px;
	color: #aaa;
	padding-top:150px;
	z-index:10000;
	}
#bar {
margin:0 auto;
	width: 50%;
	height: 3px;
	border:1px solid #888;
	padding:0;
	margin-top: 10px;
	font-size: 1px;
	background:#888;
	}
#bar span {
	display: block;
	width: 0px;
	height: 1px;
	background: #fff;
	}
.preloader {
margin:0 auto;
  width: 100px;
  height: 100px;
  border: 5px solid #eee;
  border-top: 5px solid #666;
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#load-text{
position:absolute;
top:185px;
left:0;
right:0;
margin:auto;
}
#loadertext{
}