@charset "UTF-8";
.header-wrap .gn-header-nav {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: .8s cubic-bezier(1,0,0,1) 0s;
	transition: .8s cubic-bezier(1,0,0,1) 0s;
}
.scrled .header-wrap .gn-header-nav {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);	
}

.section-hero .inner-left {
	padding: 0;
}
.hero {
	position: relative;
	width: 100%;
	height: calc(100vh - 80px);
	z-index: 1;
}
.hero-txt {
	position: absolute;
	top: 22.5vh;
	left: 7.5vw;
	font-weight: bold;
	font-size: 60px;
	letter-spacing: .1em;
	line-height: 1.3;
	z-index: 1;
	white-space:nowrap;
}
.hero-txt span {
	/*display: block;
	letter-spacing: .5em;*/
}
.hero-txt p {
	font-size: 30px;
	letter-spacing: 0;
	margin-top: 30px;
}

.hero-mainimg {
	position: relative;
	width: 100%;
	height: calc(100% - 80px);
	overflow: hidden;
	border-radius: 0 0 50px 0;
}
.hero-slide {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.hero-slide img, .top-event-box-img img, .top-works-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
	font-family: 'object-fit: cover;';
}
.hero-mainimg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/cov_hero.png");
}

.gn-header-nav.heronav {
	top: auto;
	bottom: 30px;
	right: 50px;
}




.ask {
	position: fixed;
	bottom: 160px;
	right: 10px;
	width: 200px;
	height: 200px;
	opacity: 1;
    -webkit-transition:.4s linear;
    transition:.4s linear;
	z-index: 5;
}
.ask.scrled {
	bottom: 10px;
}
.ask.scrled.dis {
	position: absolute;
	opacity: 0;
}
.ask a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/top/bg-bnr.svg") center no-repeat;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .08em;
	padding: 35px 0 0;
    -webkit-transition:.4s linear;
    transition:.4s linear;
}
.ask a:hover {
	opacity: .75;
}
.ask a p {
	display: block;
	width: 36px;
	margin: 0 auto 12px;
}


.hero-news {
	position: absolute;
	top:calc(100vh - 155px);
	z-index:1;
	left: 0;
	width: 30%;
	min-width: 460px;
	min-height: 158px;
	background: #FFF;
	padding: 0 100px 0 70px;
	border-left: 5px solid #8A7E40;
	border-radius: 0 15px 15px 0;
	font-size: 12px;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    		box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.hero-news h2 {
	position: absolute;
	top: 45px;
	left: 15px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .2em;
	line-height: 1;
	transform-origin: left bottom;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.hero-news ul li {
	padding: 18px 0;
}
.hero-news ul li:first-child {
	border-bottom: 1px solid #DDD;
}
.hero-news ul li span {
	display: block;
}
.hero-news ul li a {
	display: block;
	overflow: hidden;
}
.hero-news ul li a p {
	width: 100vw;
}
.hero-news ul li a:hover p {
	text-decoration: underline;
}
.hero-news-lnk {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 60px;
	width: 85px;
	height: 100%;
	font-size: 10px;
	font-weight: 500;
	border-left: 1px solid #DDD;
	text-align: center;
	letter-spacing: .1em;
	color: #8A7E40;
}
.hero-news-lnk a {
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 8px;
	text-align: center;
	background: #8A7E40;
	border: 1px solid #8A7E40;
	border-radius: 40px;
	margin: 0 auto 5px;
	transition: .3s linear;
}
.hero-news-lnk a svg {
	width: 20px;
	fill: #FFF;
	transition: .3s linear;
}
.hero-news-lnk a:hover {
	background: #FFF;
}
.hero-news-lnk a:hover svg {
	fill: #8A7E40;	
}


h2.top-basic {
	position: relative;
	font-size: 40px;
	letter-spacing: .2em;
	margin-bottom: 60px;
	z-index: 2;
}
h2.top-basic span {
	display: block;
	font-size: 18px;
	letter-spacing: .1em;
	color: #8A7E40;
}
h2.top-basic.white span {
	color: #FFF;
}
h2.top-basic::before {
	content: '';
	position: absolute;
	top: -70px;
	width: 100px;
	height: 2px;
	background: #8A7E40;
}
h2.top-basic.white::before {
	background: #FFF;
}
h2.withbar {
	position: relative;
	color: #8A7E40;
	font-size: 40px;
	letter-spacing: .2em;
	margin-bottom: 50px;
}
h2.withbar::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(100% - 14em);
	height: 1px;
	background: #8A7E40;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-event, .section-ability {
	margin-top: -160px;
}
.section-event .inner-right, .section-ability .inner-right {
	padding: 320px 0 100px;
	border-radius: 0 0 0 50px;
}
.section-ability .inner-right {
	border-radius: 0;
}
.top-event-wraps{
	/*max-width:1024px;*/
	margin:0 auto;
}


.top-event {
	width: 100vw;
	margin-right: calc(50% - 50vw);
	min-height: 420px;
	overflow: hidden;
}
.top-event-box {
	width: 350px;
	border: 1px solid #C8C8C8;
	border-right: none;
	/*float: left;*/
}
.top-event-box.fortest {
	width: 31%;
	border: none;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	background: #FFF;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.top-event-box.pu {
	border: 5px solid #D9C564;
	border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.top-event-box.everyweek {
	width: 100%;
	float: inherit;
	margin: 0 auto;
	border: none;
}
.top-event-box a {
	font-size: 13px;
	transition: .3s linear;
}
.top-event-box.pu a {
	padding-top: 16px;
	padding-right: 17px;
	padding-bottom: 16px;
	padding-left: 0px;
}
.top-event-box.fortest a {
	border-radius: 10px;
	background: #FFF;
	height: 100%;
}
.top-event-box.everyweek a {
	border-radius: 10px;
	height: 250px;
}
.top-event-box a:hover {
	background: rgba(255,255,255,.5);
}
.top-event-box .pickup {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	width: 60px;
	aspect-ratio: 1;
	z-index: 2;
}
.top-event-box-cat {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 28px;
	z-index: 1;
	color: #8A7E40;
	background: #FFF;
	letter-spacing: .2em;
	text-align: center;
	line-height: 1;
	padding-top: 7px;
	border-radius: 0 0 0 7px;
	z-index: 3;
}
.top-event-box.fortest .top-event-box-cat {
	border-radius: 0 10px 0 10px;
}

.opendate_mini{width:10%; min-width:100px; font-size:18px; text-align:center; padding-top:10px;}
.everyweek .top-event-box-cat {
	position: relative;
    top: auto;
    right: auto;
    width: 16em;
    height: auto;
    margin: auto auto 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    border-radius: 0;
	z-index: 2;
}
.event-fin-tag {
	position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 5%;
    background: rgba(0,0,0,.4);
    color: #FFF;
	font-size: 17px;
    font-weight: bold;
	z-index: 2;
}
.top-event-box-img {
	position: relative;
	width: 100%;
	height: auto;
}
.everyweek .top-event-box-img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background: #000;
	border-radius: 10px;
}
.everyweek .top-event-box-img img {
	opacity: .6;
	transition: .5s linear;
}
.everyweek a:hover .top-event-box-img img {
	opacity: 1;
}
.top-event-box.fortest .top-event-box-img {
	height: auto;
	aspect-ratio: 16 / 10;
}
.text-area{
	width:100%;
	padding: 0 20px 20px;
}
.top-event-box-ttl {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .07em;
	margin: 15px 0 0;
	padding-bottom: 15px;
	min-height: 5.3em;
	line-height: 1.5;
}
.top-event-titleset {
	position: absolute;
	left: 50%;
	top: 40%;
	width: 100%;
	transform: translate(-50%, -40%);
	z-index: 2;
	line-height: 1.6;
}
.everyweek .top-event-titleset {
	top: 50%;
	transform: translate(-50%, -50%);
}
.top-event-box-title {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	color: #FFF;
}
.top-event-box-title span {
	font-size: 17px;
	display: block;
	font-weight: normal;
	letter-spacing: .05em;
}
.top-event-detail {
	padding-top: 10px;
	border-top: 1px dashed #C8C8C8;
}
.top-event-detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-top: 10px;
}
.top-event-detail dl dt {
	position: relative;
	width: 70px;
	text-align: center;
}
.top-event-detail dl dt::before,
.top-event-detail dl dt::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 3px;
	height: 16px;
	border: 1px solid #111;
	border-right: none;
}
.top-event-detail dl dt::after {
	left: auto;
	right: 0;
	border-right: 1px solid #111;
	border-left: none;
}
.top-event-detail dl dd {
	margin-left: 15px;
	width: calc(100% - 85px);
}
.section-event .lnkbtn, .section-works .lnkbtn {
	margin: 70px auto 0;
	width: 330px;
}
.section-event .lnkbtn {
	margin-top: 50px;
}
.section-event .top-concept .lnkbtn {
	width: 230px;
	margin: 35px 0 0 auto;
}
.inner-right .content.top-concept {
	position: relative;
	width: 100%;
	margin: 0 auto 200px;
	padding-left: 10vw;
}
.top-concept::before {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	width: 8vw;
	height: 1px;
	background: #111;
}
.top-concept h2 {	
	font-size: 25px;
	letter-spacing: .2em;
	margin-bottom: 35px;
	line-height: 2;
}
.top-concept h2 span {
	display: inline;
	background: #FFF;
}
.top-concept p {
	line-height: 2;
}


.ability-wrap {
	position: absolute;
	bottom: 90px;
	left: 90px;
	width: 28%;
	min-width: 500px;
}
.ability-wrap h2.top-basic {
	font-size: 25px;
	margin-bottom: 5px;
	text-align: center;
	color: #FFF;
}
.ability-wrap h2.top-basic::before {
	display: none;
}
.ability-box {
	position: relative;
	width: 32%;
}
.ability-box-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 1;
	width: 100%;
	height: auto;
	background: rgba(159,153,121,.65);
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 50%;
}
.ability-box:nth-child(2) .ability-box-circle {
	background: rgba(217,197,100,.65);
}
.ability-box:nth-child(3) .ability-box-circle {
	background: rgba(217,208,165,.65);
}
.ability-box-ttl {
	text-align: center;
	font-size: .95vw;
	font-weight: bold;
	line-height: 1.4;
}
.ability-box-ttl-big {
	width: 7em;
	margin: 0 auto 3px;
	background: #FFF;
	border-radius: 30px;
	color: #9F9979;
}
.ability-box:nth-child(2) .ability-box-ttl-big {
	color: #D9C564;
}
.ability-box:nth-child(3) .ability-box-ttl-big {
	color: #D9D0A5;
}
.ability-box-ttl span {
	display: block;
	font-size: 60%;
	font-weight: normal;
	margin-bottom: 1px;
}
.ability-ct {
	position: absolute;
	right: 35px;
	bottom: 20px;
	font-size: 11px;
}
.ability-ct-wrap {
	width: 255px;
	margin: 10px 0 0 auto;
}
.ability-ct-wrap ul li {
	position: relative;
	padding-left: 2.5em;
	font-size: 11px;
}
.ability-ct-wrap ul li span {
	position: absolute;
	left: 0;
	top: 0;
}


.top-works {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;	
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.top-works-box {
	width: 33.33%;
}
.top-works-box a {
	position: relative;
	display: block;
}
.top-works-box-img {
	aspect-ratio: 3 / 2;
	max-height: 345px;
	width: 100%;
	overflow: hidden;	
}
.top-works-box .top-works-detail {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    padding: 20% 15% 0;
    background: rgba(0,0,0,.55);
    color: #FFF;
	font-size: 17px;
    font-weight: bold;
	letter-spacing: .1em;
	transition: .4s linear;
}
.top-works-box:hover .top-works-detail {
	visibility: visible;
	opacity: 1;
}
.top-works-detail-ttl {
	padding-bottom: 15px;
	margin-bottom: 7px;
	border-bottom: 1px solid #FFF;
	min-height: 4.5em;
}
.top-works-area {
	position: relative;
	font-weight: 500;
	font-size: 12px;
	margin-top: 5px;
}
.top-works-area span {
	position: absolute;
	right: 0;
	bottom: 0;
}


.section-building .inner {
	padding: 60px 0 100px;
	border-radius: 15px;
}
.building-lnk-box {
	width: 23.33%;
}
.building-lnk-box:nth-child(1) {
	margin-top: 3%;
	height: calc(100% - 3%);
}
.building-lnk-box:nth-child(2) {
	margin-top: 6.5%;
	height: calc(100% - 6.5%);
}
.building-lnk-box:nth-child(3) {
	margin-top: 0;
	height: 100%;
}
.building-lnk-box:nth-child(4) {
	margin-top: 4%;
	height: calc(100% - 4%);
}
.building-lnk-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.building-lnk-box-img {
	border-radius: 10px;
}
.building-lnk-box-img img {
	opacity: .5;
}
.building-lnk-box a:hover .building-lnk-box-img img {
	opacity: 1;
}
.building-lnk-box h3 {
	position: absolute;
	top: 6.5%;
	left: 11%;
	width: 12.95%;
	margin: 0;
	line-height: initial;
	letter-spacing: .1em;
}
.building-lnk-box-txt {
	position: absolute;
	right: 0;
	bottom: 11%;
	font-size: 1vw;
	width: 92.5%;
	padding: 2px 0 2px 7.5%;
	background: #FFF;
	letter-spacing: .15em;
}
.building-lnk-box-txt::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -8%;
	width: 13.5%;
	height: 1px;
	background: #111;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.building-lnk-box:nth-child(3) .building-lnk-box-txt {
	letter-spacing: -.1em;
}
.building-lnk-box-icon {
	position: absolute;
	left: 50%;
	bottom: -25px;
	width: 50px;
	height: 50px;
	padding-top: 7px;
	text-align: center;
	background: #8A7E40;
	border: 1px solid #8A7E40;
	border-radius: 50px;
	margin: 0 auto 5px;
	transition: .3s linear;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.building-lnk-box-icon svg {
	width: 25px;
	fill: #FFF;
	transition: .3s linear;
}
.building-lnk-box a:hover .building-lnk-box-icon {
	background: #FFF;
}
.building-lnk-box a:hover .building-lnk-box-icon svg {
	fill: #8A7E40;	
}


.section-voice {
	z-index: 1;
}
.top-basic-adding {
	position: relative;
}
.top-basic-adding-cmnt {
	position: relative;
	width: 420px;
	line-height: 2.2;
	z-index: 3;
	padding-bottom: 20px;
}
.top-basic-adding-cmnt p {
	position: relative;
	padding-left: 80px;
	margin-bottom: 80px;
	text-shadow:0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE,0 0 3px #F7F6EE;
}
.top-basic-adding-cmnt p::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	width: 50px;
	height: 1px;
	background: #111;	
}
.top-basic-adding-photo {
	position: absolute;
	top: -220px;
	right: -160px;
	width: 74%;
}
.tbap01 {
	position: absolute;
	top: 180px;
	left: 0;
	width: 30%;
	min-width: 230px;
	z-index: 2;
}
.tbap02 {
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
	min-width: 530px;
	z-index: 1;
}


.section-blog {
	margin-top: -100px;
}
.section-blog .inner-left {
	border-radius: 0 0 50px 0;
	padding-bottom: 100px;
}
.adding-head {
	position: absolute;
	bottom: 15px;
	left: 260px;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: 500;
}
.adding-head::before {
	content: '';
	position: absolute;
	top: 15px;
	left: -70px;
	width: 50px;
	height: 1px;
	background: #111;
}
.top-blog {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.top-blog-box {
	width: 25%;
	border: 1px solid #FFF;
	border-bottom: none;
	border-right: none;
}
.top-blog-box a {
	display: block;
	padding: 25px;
	transition: .3s linear;
	height: 100%;
}
.top-blog-box a:hover {
	background: rgba(255,255,255,.4);
}
.top-blog-box-detail {
	position: relative;
	font-size: 12px;
	margin-top: 15px;
}
.top-blog-box-img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 0 15px 0 0;
}
.top-blog-box-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.blog-category {
	width: auto;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 20px;
}
.blog-title {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
.section-blog .lnkbtn {
	margin: 80px 0 0 auto;
}





.about-wrap {
	position: relative;
}
.about-txt {
	position: relative;
	margin-left: 25%;
	z-index: 2;
}
.about-txt h3 {
	position: relative;
	display: inline-block;
	background: #FFF;
	font-size: 25px;
	letter-spacing: .2em;
	padding: 15px 70px;
	margin-top: 50px;
}
.about-txt h3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -65px;
	width: 130px;
	height: 1px;
	background: #111;
}
.about-txt p {
	margin-left: 85px;
	padding: 15% 0 0 30px;
	line-height: 2.6;
	border-left: 1px solid #8A7E40;
}
.about-img {
	position: absolute;
	top: 0;
	left: -80px;
	width: 28.5%;
	min-width: 380px;
}
.about-img-big {
	position: absolute;
	top: -220px;
	right: -160px;
	width: 50%; 
	min-width: 650px;
}
.about-wrap .lnkbtn {
	margin: 80px 0 0 auto;
}



.comingsoon {
	position: relative;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 100px 0;
}
.comingsoon::before,
.comingsoon::after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
}
.comingsoon::before {
	top: 0;
	left: 0;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
}
.comingsoon::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
}
.comingsoon.txt-white::before, .comingsoon.txt-white::after {
	border-color: #FFF;
}



/* Banner Kito */
#bnr-kito {
	position: relative;
	font-family: "Noto Serif JP","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-weight: 100;
    line-height: 1.8;
}
#bnr-kito::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #111;
	top: -2%;
	left: 0;
	margin: auto;
}
#bnr-kito .content-wrap {
	overflow: hidden;
	aspect-ratio: 2 / 1;
}
#bnr-kito .content-wrap::after {
	content: '';
	position: absolute;
	background: rgba(0,0,0,.35);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.content-kito-mov {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.content-kito-mov video {
	width: 100%;
}
.content-kito-txts {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 1;
	color: #FFF;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.content-kito-txts h2 {
	font-size: 3.5vw;
	font-weight: bold;
	margin-bottom: 2%;
}
.content-kito-txts h3 {
	font-size: 2.8vw;
	margin-bottom: 2%;
}
.content-kito-txts h3 span {
	background: rgba(255,255,255,.4);
	color: #111;
	padding: 7px 8.5%;
}
.content-kito-txts p {
	display: inline-block;
	font-size: 1.8vw;
	line-height: 1;
	border-bottom: 1px solid #FFF;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.nameof-kito {
	font-size: 5vw;
	letter-spacing: .5em;
	line-height: 1;
	padding-left: .5em;
}
.lnk-kito {
	width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;	
	margin: 4% auto 0;
}
.lnk-kito a {
	width: 60%;
	display: block;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 7px 0;
	transition: .3s linear;
}
.lnk-kito a:hover {
	background: #FFF;
	border-color: #FFF;
	color: #111;
}

