﻿html:not(.responsive) {
	min-width: 1000px;
	/* viewport */
}

/*=============================================
 * body
 *=============================================*/

html, body {
	background: #01080D;
	font-family: "Roboto", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.home {
	font-size: 15px;
	line-height: 30px;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	color: #fff;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-robo {
	font-family: "Roboto", sans-serif;
}

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;

}

@media screen {}



#head-top {
	position: relative;
	overflow: hidden;
}

/*=============================================
 * old style override
 *=============================================*/
/* a:hover, a:hover *, button:hover, button:hover *, input[type=reset]:hover, input[type=reset]:hover *, input[type=submit]:hover, input[type=submit]:hover * {
	opacity: 1;
} */

/*=============================================
 * <header>
 *=============================================*/

.g-header {
	/* position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}

.g-header a:hover,
.g-header a:hover * {
	opacity: 1;
}

.g-header .inner {
	position: relative;
	box-sizing: border-box;
	/* padding: 30px 20px; */
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* background: #000; */
	background: transparent;
	transition: background .3s ease-out;
}

.g-header.is-colored .inner,
.single .g-header .inner,
.page-template-page-form-php .g-header .inner,
.page-id-945 .g-header .inner {
	background: #01080D;
}

.g-header .logo {
	display: flex;
	align-items: center;
	max-width: 170px;	
	/* width: 120px; */
	height: auto;
	transition: all 0.3s ease;
}

.g-header .logo a {
	display: block;
	transition: opacity .15s ease-out;
}
.g-header .logo a:hover {
	opacity: 0.7;
}

.g-header .logo img {
	width: 100%;
	height: auto;
	transition: none;
	-webkit-transition: none;
	transform: none;
	-webkit-transform: none;
}

.g-header .inner .link {
	display: flex;
}

.g-header .link ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #FFF;
}

.g-header .link ul li {
	/* margin-left: 35px; */
	margin-left: 32px;
}

.g-header .link ul li a {
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 800;
	position: relative;
	overflow: hidden;
	transition: color .15s ease-out;
}

/* .g-header .link ul li a:hover {
	color: #CCCECF;
} */

.g-header .link .nav-1 a:hover {
	color: #CCCECF;
	transition: color .15s ease-out;
}

/* .g-header .link .nav-1 a:hover {
	color: rgb(255 255 255 / 80%);
} */

.g-header .link .btn-header a {
	display: block;
	/* min-width: 170px; */
	min-width: 160px;
	background: #0F86DC;
	/* padding: 10px 15px; */
	padding: 14px 20px;
	border-radius: 5px;
	text-align: center;
	transition: background .15s ease-out;
}
.g-header .link .btn-header a:hover {
	background: #1195F5;
	box-shadow: 0 0 12px 0 #1195F5;
}


.g-header .link .btn-header-2 {
	/* margin-left: 10px; */
	margin-left: 16px;
}

.g-header .link .btn-header-3 {
	display: none;
}

.fixed-nav .g-header {
	position: fixed;
}

/*
.fixed-nav header .inner,
header.page-child .inner {
	padding: 10px 30px 10px 20px;
	align-items: center;
}

header.page-child {
	background: rgba(255, 255, 255, 1);
}

.fixed-nav header.page-child .inner {
	padding: 10px 30px 10px 20px;
}

.fixed-nav header.page-child {
	background: rgba(255, 255, 255, 0.95);
}

.fixed-nav header .link ul,
header.page-child .link ul {
	color: #000;
}

.fixed-nav header .logo,
header.page-child .logo {
	background: url(../img/shared/logo_nav.svg) no-repeat center;
	background-size: cover;
	width: 60px;
	transition: all 0.3s ease;
}

header.page-child .logo {
	width: 90px;
}

.fixed-nav header.page-child .logo {
	width: 60px;
}

.fixed-nav header .logo img,
header.page-child .logo img {
	opacity: 0 !important;
}

.fixed-nav header .logo:hover,
header.page-child .logo:hover {
	opacity: 0.7;
}

.fixed-nav header .link ul li.sns a img,
header.page-child .link ul li.sns a img {
	opacity: 0;
} */

/* .fixed-nav header .link ul li.sns a:nth-child(1),
header.page-child .link ul li.sns a:nth-child(1) {
	background: url(../img/shared/sns_fb.svg) no-repeat center;
	background-size: 100% auto;
} */
/* .fixed-nav header .link ul li.sns a:nth-child(1),
header.page-child .link ul li.sns a:nth-child(1) {
	background: url(../img/shared/sns_ins.svg) no-repeat center;
	background-size: 100% auto;
}

.fixed-nav header .link ul li.sns a:nth-child(2),
header.page-child .link ul li.sns a:nth-child(2) {
	background: url(../img/shared/sns_tw.svg) no-repeat center;
	background-size: 100% auto;
}

.fixed-nav header .link ul li.sns a:nth-child(3),
header.page-child .link ul li.sns a:nth-child(3) {
	background: url(../img/shared/sns_ins.svg) no-repeat center;
	background-size: 100% auto;
}

.fixed-nav header .link ul li.sns a:hover,
header.page-child .link ul li.sns a:hover {
	opacity: 0.7;
}

.fixed-nav header .link ul li:nth-child(1) a::before,
header.page-child .link ul li:nth-child(1) a::before {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
	content: "";
	background: url(../img/shared/nav_l1.svg) no-repeat center center;
	background-size: 100% auto;
	height: 5px;
	transition: opacity 0.3s ease;
	opacity: 0;
}

.fixed-nav header .link ul li:nth-child(1) a:hover::before,
.fixed-nav header .link ul li:nth-child(1) a.active::before,
header.page-child .link ul li:nth-child(1) a:hover::before,
header.page-child .link ul li:nth-child(1) a.active::before {
	opacity: 1;
}

.fixed-nav header .link ul li:nth-child(2) a::before,
header.page-child .link ul li:nth-child(2) a::before {
	width: 110%;
	position: absolute;
	left: -5%;
	bottom: 0px;
	content: "";
	background: url(../img/shared/nav_l2.svg) no-repeat center center;
	background-size: auto 5px;
	height: 5px;
	transition: opacity 0.3s ease;
	opacity: 0;
}

.fixed-nav header .link ul li:nth-child(2) a:hover::before,
.fixed-nav header .link ul li:nth-child(2) a.active::before,
header.page-child .link ul li:nth-child(2) a:hover::before,
header.page-child .link ul li:nth-child(2) a.active::before {
	opacity: 1;
}

.fixed-nav header .link ul li:nth-child(3) a::before,
header.page-child .link ul li:nth-child(3) a::before {
	width: 120%;
	position: absolute;
	left: -10%;
	bottom: 0px;
	content: "";
	background: url(../img/shared/nav_l3.svg) no-repeat center center;
	background-size: auto 5px;
	height: 5px;
	transition: opacity 0.3s ease;
	opacity: 0;
}

header.page-child .link ul li:nth-child(3) a:hover::before,
header.page-child .link ul li:nth-child(3) a.active::before,
.fixed-nav header .link ul li:nth-child(3) a:hover::before,
.fixed-nav header .link ul li:nth-child(3) a.active::before {
	opacity: 1;
}

.fixed-nav header .link ul li:nth-child(4) a::before,
header.page-child .link ul li:nth-child(4) a::before {
	width: 120%;
	position: absolute;
	left: -10%;
	bottom: 0px;
	content: "";
	background: url(../img/shared/nav_l4.svg) no-repeat center center;
	background-size: auto 5px;
	height: 5px;
	transition: opacity 0.3s ease;
	opacity: 0;
}

header.page-child .link ul li:nth-child(4) a:hover::before,
header.page-child .link ul li:nth-child(4) a.active::before,
.fixed-nav header .link ul li:nth-child(4) a:hover::before,
.fixed-nav header .link ul li:nth-child(4) a.active::before {
	opacity: 1;
}

.fixed-nav header .link ul li:nth-child(5) a::before,
header.page-child .link ul li:nth-child(5) a::before {
	width: 120%;
	position: absolute;
	left: -10%;
	bottom: 0px;
	content: "";
	background: url(../img/shared/nav_l5.svg) no-repeat center center;
	background-size: auto 5px;
	height: 5px;
	transition: opacity 0.3s ease;
	opacity: 0;
}

header.page-child .link ul li:nth-child(5) a:hover::before,
header.page-child .link ul li:nth-child(5) a.active::before,
.fixed-nav header .link ul li:nth-child(5) a:hover::before,
.fixed-nav header .link ul li:nth-child(5) a.active::before {
	opacity: 1;
}

.fixed-nav header .link ul li a,
header.page-child .link ul li a {
	padding: 7px 0;
} */

.menu-hambuger {
	display: none;
}

@media screen and (max-width: 1279px) {

/* @media screen and (max-width: 1024px) { */
	.g-header .inner {
		/* padding: 20px 10px 20px 20px; */
	}

	.g-header .link ul li {
		margin-left: 20px;
	}

	.g-header .link ul li a {
		font-size: 14px;
	}
	.g-header .link .btn-header a {
		/* min-width: 140px; */
		min-width: 140px;
	}

	.error404 footer {
		margin-top: 250px;
	}
}

.sp {
	display: none;
}



@media only screen and (max-width: 768px) {
	#keyvisual {
		z-index: 0;
	}

	.error404 footer {
		margin-top: 10px;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	main {
		padding-top: 0;
	}

	.g-header {
		position: fixed;
	}

	.ham-open .g-header {
		position: fixed;
	}

	.g-header .logo {
		max-width: 115px;
		width: 115px;
		height: 30px;
	}

	.g-header .inner {
		padding: 15px 20px !important;
		/* padding: 20px !important; */
		height: auto;
		width: 100%;
		box-sizing: border-box;
		display: block;
	}

/*
.g-header .inner {
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: transparent;
	transition: background .3s ease-out;
}
*/

	.ham-open .g-header .inner {
		height: 100vh;
	}

	.ham-open .g-header .inner::before {
		content: '';
		background: #fff;
		/* height: 50px; */
		height: 60px;
		width: 100%;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 999;
	}

	.ham-open .g-header .inner::after {
		content: '';
		background: url(../img/shared/logo_b.png) no-repeat 0 0/100%;
		width: 115px;
		/* height: 22px; */
		height: 20px;
		/* left: 10px; */
		left: 20px;
		/* top: 15px; */
		top: 20px;
		position: absolute;
		z-index: 999;
		-webkit-filter: invert(100%);
		filter: invert(100%);
	}

	.g-header.page-child .logo {
		width: 60px;
	}

	.menu-hambuger {
		position: absolute;
		/* top: 3px;
		right: 12px; */
		top: 5px !important;
		right: 20px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 99999;
	}

	/* .menu-hambuger::before {
		font-size: 11px;
		color: #FFF;
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 100%;
		text-align: center;
		content: "menu";
		transition: all 0.3s ease;
	} */

	.menu-hambuger span {
		position: absolute;
		left: 0;
		width: 25px;
		height: 3px;
		background-color: #FFF;
		border-radius: 5px;
		left: 10px;
		transition: all 0.4s ease;
	}

	/* .fixed-nav .menu-hambuger span,
	header.page-child .menu-hambuger span {
		background-color: #000;
	}

	.fixed-nav .menu-hambuger::before,
	header.page-child .menu-hambuger::before {
		color: #000;
	}

	.fixed-nav .menu-hambuger,
	header.page-child .menu-hambuger {
		top: 3px;
		position: fixed;
	} */

	.menu-hambuger, .menu-hambuger span {
		display: inline-block;

	}

	.menu-hambuger span:nth-of-type(1) {
		top: 15px;
	}

	.menu-hambuger span:nth-of-type(2) {
		top: 24px;
	}

	.menu-hambuger span:nth-of-type(3) {
		bottom: 14px;
		width: 15px;
		left: 20px;
	}

	.ham-open .menu-hambuger span:nth-of-type(2) {
		opacity: 0;
	}

	.ham-open .menu-hambuger span:nth-of-type(3) {
		width: 25px;
		left: 10px;
	}

	.ham-open .menu-hambuger {
		position: fixed;
		top: 0;
	}

	.ham-open .menu-hambuger span:nth-of-type(1) {
		top: 23px;
		transform: rotate(45deg);
		background-color: #000;
	}

	.ham-open .menu-hambuger span:nth-of-type(3) {
		bottom: 25px;
		transform: rotate(-45deg);
		background-color: #000;
	}

	/* .ham-open .menu-hambuger::before {
		color: #000;
		content: "close";
	} */


	.g-header .link {
		background: #01080D;
		position: fixed;
		width: 100%;
		height: 100vh;
		padding-bottom: 15%;
		z-index: 99;
		overflow: auto;
		top: 0px;
		left: 0;
		transition: opacity 0.3s ease;
		opacity: 0;
		z-index: -1;
		visibility: hidden;
	}

	.ham-open .g-header .link {
		opacity: 1;
		z-index: 99;
		visibility: visible;
		display: block;
	}

	.g-header .link ul {
		flex-wrap: wrap;
		display: block;
	}

	.g-header .link ul.nav-1 {
		margin: 100px 25px 10px;
		border-radius: 3px;
		background: #fff;
	}

	.g-header .link ul.nav-1 li {
		/* background: #fff; */

	}

	.g-header .link ul.nav-1 li a {
		margin: 0 10px;
		border-bottom: 1px solid #D9D6D1;
		position: relative;
	}

	.g-header .link ul.nav-1 li a::after {
		content: '';
		background: url(../img/shared/arrow_menu.png) no-repeat 0 0/100%;
		width: 30px;
		height: 30px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}

	.g-header .link ul.nav-2 {
		padding: 10px 25px 20px;
	}

	.g-header .link ul li {
		width: 100%;
		box-sizing: border-box;
		padding: 0 !important;
		border-right: none;
		margin: 0;
	}

	.g-header .link ul li a {
		display: block;
		padding: 15px 20px;
		font-size: 14px;
		color: #000;
	}

	.g-header .link .btn-header a {
		color: #fff;
		text-align: center;
		margin-bottom: 15px;
		padding: 15px;
		border-radius: 3px;
	}

	.g-header .link .btn-header-2 {
		margin-left: 0;
	}

	.ham-open .g-header .link .btn-header-3 {
		display: block;
	}

	/* .ham-open header .link ul li.sns a:nth-child(1) {
		background: url(../img/shared/sns_fb.svg) no-repeat center;
		background-size: 100% auto;
	} */
	.ham-open .g-header .link ul li.sns a:nth-child(1) {
		background: url(../img/shared/sns_ins.svg) no-repeat center;
		background-size: 100% auto;
	}

	.ham-open .g-header .link ul li.sns a:nth-child(2) {
		background: url(../img/shared/sns_tw.svg) no-repeat center;
		background-size: 100% auto;
	}

	.ham-open .g-header .link ul li.sns a:nth-child(3) {
		background: url(../img/shared/sns_ins.svg) no-repeat center;
		background-size: 100% auto;
	}

	.ham-open .logo {
		/* background: url(../img/shared/logo_nav.svg) no-repeat center;
		background-size: cover;
		width: 60px;
		position: fixed;
		top: 5px;
		left: 20px;
		z-index: 100; */
	}

	.ham-open .logo img {
		opacity: 0;
	}

	.g-header .link ul li a::before {
		display: none !important;
	}
}

.slick-dots {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	z-index: 99;
	position: absolute;
	bottom: 30px;
	right: 20px;
}

.slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.slick-dots li button {
	width: 100%;
	height: 100%;
	border: 1px solid #FFF;
	background: rgba(0, 0, 0, 0);
	text-indent: -9999px;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background: #FFF;

}


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


@keyframes bg {
	0% {
		background: #FFF;
	}

	100% {
		background: #27B2BF;
	}
}

@-webkit-keyframes bg {
	0% {
		background: #FFF;
	}

	100% {
		background: #27B2BF;
	}
}

@keyframes op {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes op {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*  */
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	background: #b10505;
	font-family: "fontello";
	z-index: 98;
	border-radius: 50%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before, .slick-next:before {
	font-size: 30px;
	line-height: 0.5;
	opacity: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0;
	background: url("../img/shared/prev.png") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 40px;
}

[dir='rtl'] .slick-prev {
	right: 0px;
	left: auto;
}

.slick-prev:before {
	content: '';

}

[dir='rtl'] .slick-prev:before {
	content: '▶';
	color: #fff;
}

.slick-next {
	right: 0;
	background: url("../img/shared/next.png") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 40px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 0px;
}

.slick-next:before {
	content: '';
	color: #fff;
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: 5%;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 10px 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	background: #fff;
	border-radius: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	background: #b10505;
}

.dot_right .slick-dots {
	text-align: right;
}

.dot_left .slick-dots {
	text-align: left;
}

/*=============================================
 * <footer>
 *=============================================*/

footer {
	padding: 75px 30px;
	position: relative;
	box-sizing: border-box;
	color: #fff;
}

footer .wrap {
	/* max-width: 1380px; */
}

footer .row {
	display: flex;
	justify-content: space-between;
}

footer .row .logo-ft {
	width: 290px;
	margin-left: 85px;
}

footer .row .logo-ft img {
	width: 100%;
	height: auto;
}

footer .row .col-right {
	width: 420px;
	display: flex;
	justify-content: space-between;
}

footer .row .col-right .col-1 {
	width: 50%;
}

footer .row .col-right .col-2 {
	width: 50%;
	position: relative;
}

footer .row .col-right .col-2 .copy-right {
	/* position: absolute;
	left: 0;
	bottom: 20px; */
	font-size: 14px;
}


footer ul li a {
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
	transition: color .15s ease-out;
}

footer ul li a:hover {
	color: #CCCECF;
	text-decoration: none !important;
}

@media screen and (max-width:1280px) {
	footer .row .logo-ft {
		margin-left: 40px
	}
}

@media screen and (max-width:1024px) {
	footer .row .logo-ft {
		width: 220px;
		margin-left: 0;
	}

	footer .row .col-right {
		width: 350px;
	}

}

@media only screen and (max-width: 768px) {
	footer {
		padding: 60px 0 70px;
	}

	footer .row .logo-ft {
		width: 170px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 639px) {
	footer {
		padding: 60px 15px 70px;
	}

	footer .row {
		flex-wrap: wrap;
	}

	footer .row .col-1 {
		width: 55%;
	}

	footer .row .col-2 {
		width: 45%;
	}

	footer .row .logo-ft {
		width: 170px;
		order: 2;
		margin-left: 0;
	}

	footer .row .col-right {
		width: 100%;
		order: 1;
		margin-bottom: 30px;
	}

	footer .row .col-right .col-2 .copy-right {
		/* bottom: 15px; */
	}

}