@charset "utf-8";
html{
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "Shippori Mincho", serif;
	font-size:clamp(12px,1.3vw,16px);
	font-weight:500;
	text-align:center;
	color:#000;
	line-height:1.9;
	letter-spacing:0.18em;
}

@media screen and (max-width:768px){
	body {
		font-size:3.4vw;
	}
}

.mincho{
	font-family: "Shippori Mincho", serif;
}

.gothic{
	font-family: "Noto Sans JP", sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-weight:500;
}


a {
	color:#000;
	-webkit-transition : opacity 0.4s;
	transition : opacity 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.8;
}

img{
	max-width:100%;
	vertical-align:bottom;
}

.only_smart,
.only_smart_i,
.only_smart_f{
	display:none !important;
}

@media screen and (max-width:768px){
	.only_pc{
		display:none !important;
	}

	.only_smart{
		display:block !important;
	}
	.only_smart_i{
		display:inline-block !important;
	}
	.only_smart_f{
		display: -webkit-flex !important;
		display: flex !important;
	}
}


#wrapper{
	overflow:hidden;
}

.inner{
	max-width:1280px;
	width:94%;
	margin:auto;
}

@media screen and (max-width:768px){
	.inner{
		width:86%;
	}
}


/* 色関係 */
.white{
	color:#fff;
}
.bg_white{
	background-color:#fff;
}
.green{
	color:#005431;
}
.bg_green{
	color:#fff;
	background-color:#005431 !important;
}
.bg_gray{
	background-color:#f8f8f8;
}


/* 書式 */
.text_left{
	text-align:left !important;
}
.text_right{
	text-align:right !important;
}
.bold{
	font-weight:bold;
}
.black{
	font-weight:900;
}


/* .btn */
.btn{
	display:block;
}



/* .more */
.more{
	line-height:5.5;
	display:inline-block;
	margin-top:min(5%,50px);
	padding:0 2.5em;
	font-size:14px;
	text-align:center;
	letter-spacing:0.16em;
}
.more:after{
	content:'';
	display:inline-block;
	vertical-align:0.25em;
	width:1em;
	height:0.25em;
	margin-left:9.5em;
	transform: skewX(45deg);
	border-right:2px solid;
	border-bottom:1px solid;
}

@media screen and (max-width:768px){
	.more{
		line-height:5;
		margin-top:12%;
		padding:0 2em;
		font-size:2.7vw;
	}
	.more:after{
		margin-left:8em;
	}
}


/* header */
header{
	width:100%;
	height:100px;
	padding:0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	-webkit-transition : background-color 0.4s, box-shadow 0.4s;
	transition : background-color 0.4, box-shadow 0.4s;
}
header.fixed{
	background-color:rgba(255,255,255,0.8);
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
header .head_logo{
	width:200px;
	line-height:0;
}
header .head_nav > ul{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
header .head_nav > ul > li{
	position:relative;
	-webkit-transition : opacity 0.4s;
	transition : opacity 0.4s;
}
header .head_nav > ul > li:nth-child(n+2){
	margin-left:1.2em;
}
header .head_nav > ul > li a{
	display:block;
	font-size:15px;
	letter-spacing:0.2em;
	text-indent:0.2em;
}
header .head_nav > ul > li:hover > a{
	color:#005431;
	opacity:1;
}
header .head_nav > ul > li .btn{
	display:inline-block;
	width:12.5em;
	line-height:4;
	text-shadow:none;
}
header .head_nav > ul > li .btn:hover{
	color:#fff;
	opacity:0.8;
}

@media screen and (max-width:1024px){
	header{
		height:90px;
		padding:0 20px;
	}
	header .head_logo{
		width:130px;
	}
	header .head_nav > ul > li:nth-child(n+2){
		margin-left:0.6em;
	}
	header .head_nav > ul > li a{
		font-size:14px;
	}
	header .head_nav > ul > li .btn{
		width:8.2em;
		line-height:3.2;
	}
}

@media screen and (max-width:768px){
	header{
		height:70px;
		padding:0 0 0 15px;
	}
	header .head_logo{
		width:140px;
	}
	header .head_nav{
		width:100%;
		height:100dvh;
		position:fixed;
		top:0;
		left:0;
		z-index:100;
		display:none;
	}
	header .head_nav .smenu_header{
		height:70px;
		padding:0 15px;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		background-color:#005431;
	}
	header .head_nav > ul{
		width:100%;
		min-height:calc(100dvh - 70px);
		margin-top:-1px;
		padding:30px 9% 0;
		display: block;
		padding-bottom:100px;
		background-color:#005431;
	}
	header .head_nav > ul > li{
		max-width:350px;
		margin:auto;
		padding:20px 0;
		position:static;
		-webkit-transition : unset;
		transition : unset;
	}
	header .head_nav > ul > li:nth-child(n+2){
		margin:auto;
		border-top:1px solid rgba(255,255,255,0.2);
	}
	header .head_nav > ul > li a{
		line-height:1.5;
		display:inline-block;
		font-size:16px;
		color:#fff;
		text-shadow:none;
	}
	header .head_nav > ul > li:hover > a{
		color:#fff;
	}
	header .head_nav > ul > li .btn{
		width:80% !important;
		line-height:3.4;
		margin-top:20px;
		border:1px solid #fff;
		position:relative;
	}
	header .head_nav > ul > li .btn:hover{
		opacity:1;
	}
	header .head_nav > ul > li .btn:after{
		content:'';
		display:block;
		width:1em;
		height:0.25em;
		border-right:2px solid #fff;
		border-bottom:1px solid #fff;
		position:absolute;
		right:1em;
		top:50%;
		transform:translateY(-50%) skewX(45deg);
	}
}


/* #btnmenu */
#btnmenu{
	display:none;
}
@media screen and (max-width:768px){
	#btnmenu{
		display:block;
		width:70px;
		height:70px;
		cursor:pointer;
		position:relative;
		z-index:100;
	}
	#btnmenu span{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%,-50%);
		width: 30px;
		height: 2px;
		border-radius:100px;
		background: #fff;
		-webkit-transition: .2s;
		transition: .2s;
	}
	#btnmenu span:before,
	#btnmenu span:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 30px;
		height: 2px;
		background: #fff;
		border-radius:100px;
		-webkit-transition: .3s;
		transition: .3s;
	}
	#btnmenu span:before{
		margin-top: -10px;
	}
	#btnmenu span:after{
		margin-top: 8px;
	}
	#btnmenu.close{
		width:70px;
		height:70px;
		background-color:transparent;
	}
	#btnmenu.close span{
		background-color:transparent;
	}
	#btnmenu.close span:before,
	#btnmenu.close span:after{
		margin-top: 0;
	}
	#btnmenu.close span:before{
		width: 30px;
		height: 2px;
		margin: -2px 0 0 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#btnmenu.close span:after{
		width: 30px;
		height: 2px;
		margin: -2px 0 0 0;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}



/* main */
main{
}


/* #mv_low */
#mv_low{
	padding-left:50%;
	position:relative;
}
#mv_low h1{
	text-align:left;
	background: radial-gradient(#009245,#005431); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position:absolute;
	left:5.5%;
	top:50%;
	transform:translateY(-20%);
}
#mv_low h1 .en{
	line-height:1.1;
	display:block;
	font-size:5vw;
	letter-spacing:0;
}
#mv_low h1 .jp{
	display:block;
	font-size:2.2vw;
	letter-spacing:0.09em;
}

@media screen and (max-width:768px){
	#mv_low h1{
		text-align:left;
		background: radial-gradient(#009245,#005431); 
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position:absolute;
		left:7%;
		top:50%;
		transform:translateY(-40%);
	}
	#mv_low h1 .en{
		font-size:10vw;
	}
	#mv_low h1 .jp{
		margin-top:0.3em;
		font-size:4.8vw;
	}
}


/* .bread */
.bread{
	padding:1.5em 5.5%;
	line-height:1.5;
	font-size:15px;
	display: -webkit-flex;
	display: flex;
}
.bread li{
	padding-left:2em;
	text-indent:-2em;
	text-align:left;
	letter-spacing:0.18em;
}
.bread li:nth-child(n+2):before{
	content:'';
	display:inline-block;
	vertical-align:0.15em;
	width:0.6em;
	height:0.6em;
	margin:0 1em 0 0.5em;
	border-top:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	transform:rotate(45deg);
}
.bread li:last-child{
	flex:1;
}

@media screen and (max-width:768px){
	.bread{
		padding:1.5em 7%;
		font-size:2.6vw;
	}
	.bread li:last-child{
		width: 25em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		letter-spacing:normal;
	}
}


/* .cont */
.cont{
	padding:min(9%,90px) 0;
}
.cont .tit{
	line-height:1.5;
	font-size:min(4.5vw,58px);
	text-align:left;
	letter-spacing:0.09em;
}
.cont .tit:before{
	content:'';
	display:block;
	width:3em;
	height:min(0.6vw,8px);
	margin-bottom:0.2em;
	background:linear-gradient(90deg,#009245,#005431);
}
.cont .tit .en{
	display:block;
	letter-spacing:0;
	white-space:nowrap;
}
.cont .tit .jp{
	display:block;
	font-size:min(2vw,26px);
	letter-spacing:0.09em;
}
.cont .tit + .lead{
	margin-top:min(5%,50px);
	font-size:clamp(13px,1.5vw,18px);
	text-align:left;
}

.cont .tit2{
	line-height:1.5;
	font-size:min(4vw,51px);
	text-align:left;
}
.cont .tit2:before{
	content:'';
	display:block;
	width:3.4em;
	height:min(0.6vw,8px);
	margin-bottom:0.5em;
	background:linear-gradient(90deg,#009245,#005431);
}
.cont .tit2 .jp{
	display:block;
	letter-spacing:0.09em;
	white-space:nowrap;
}
.cont .tit2 .en{
	display:block;
	font-size:min(1.6vw,21px);
	letter-spacing:0.01em;
}

@media screen and (max-width:768px){
	.cont{
		padding:15% 0;
	}
	
	.cont .tit{
		font-size:9.4vw;
	}
	.cont .tit:before{
		width:3em;
		height:1.3vw;
		margin-bottom:0.2em;
	}
	.cont .tit .jp{
		font-size:4.5vw;
	}
	.cont .tit + .lead{
		margin-top:7%;
		font-size:3.5vw;
	}
	
	.cont .tit2{
		font-size:8.8vw;
	}
	.cont .tit2:before{
		height:1.3vw;
	}
	.cont .tit2 .jp{
		line-height:1.2;
		letter-spacing:0.05em;
	}
	.cont .tit2 .en{
		font-size:3.6vw;
	}
}



/* .news */
.news{
	max-width:1120px;
	margin-top:min(5%,50px);
	text-align:left;
}
.news > div{
	padding:min(3%,30px) 0;
	border-bottom:2px solid #005431;
}
.news > div dt{
	font-size:13px;
	letter-spacing:0.1em;
}
.news > div dd{
	margin-top:0.3em;
}
.news > div dd a{
	padding-right:3em;
	line-height:1.3;
	display:block;
	font-size:clamp(13px,1.5vw,18px);
	font-weight:bold;
	position:relative;
}
.news > div dd a:after{
	content:'';
	display:block;
	width:1em;
	height:0.25em;
	border-right:2px solid;
	border-bottom:1px solid;
	position:absolute;
	right:1em;
	top:50%;
	transform:translateY(-50%)  skewX(45deg);
}

@media screen and (max-width:768px){
	.news > div{
		padding:5% 0;
	}
	.news > div dt{
		line-height:1.2;
		font-size:2.4vw;
	}
	.news > div dd{
		margin-top:0.5em;
	}
	.news > div dd a{
		line-height:2;
		font-size:3.2vw;
	}
	.news > div dd a:after{
		right:0;
	}
}


/* ページャー(Wp-PageNavi) */
.wp-pagenavi {
	margin: min(10%,140px) auto 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.wp-pagenavi a {
	display:block;
	width:3.6em;
	line-height:calc(3.6em - 2px);
	font-family: "Noto Sans JP", sans-serif;
	color:#005431;
	background-color:#f8f8f8;
	letter-spacing:0;
	text-indent:0;
	transition: color .4s, background-color .4s, border .4s;
}
.wp-pagenavi a:hover {
	opacity:1;
	color: #fff;
	background-color:#005431;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 5px;
	display: block;
}
.wp-pagenavi span.current {
	width:3.6em;
	line-height:calc(3.6em - 2px);
	color:#fff;
	background-color:#005431;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
	margin:-0.8em 0 0;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display:block;
	margin: 5px;
	text-indent:-9999px;
}
.wp-pagenavi .previouspostslink{
	background:#f8f8f8 url(../img/pager_left.png)no-repeat center center;
	background-size:100% 100%;
}
.wp-pagenavi .previouspostslink:hover{
	background:#005431 url(../img/pager_left_active.png)no-repeat center center;
	background-size:100% 100%;
}

.wp-pagenavi .nextpostslink {
	background:#f8f8f8 url(../img/pager_right.png)no-repeat center center;
	background-size:100% 100%;
}
.wp-pagenavi .nextpostslink:hover {
	background:#005431 url(../img/pager_right_active.png)no-repeat center center;
	background-size:100% 100%;
}


.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .extend{
	color:#005431;
}

@media screen and (max-width:768px){
	.wp-pagenavi {
		margin: 18% auto 0;
		font-size:2.4vw;
	}
	.wp-pagenavi span.current,
	.wp-pagenavi a.page,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		margin: 1%;
	}
}


/* footer */
footer{
	padding:0 0 30px;
	color:#fff;
}
footer .bottom_links{
	display: -webkit-flex;
	display: flex;
}
footer .bottom_links li{
	width:50%;
}
footer .bottom_links.single li{
	width:100%;
}
footer .bottom_links li.company{
	background:url(../img/bottom_link1_bg.webp)no-repeat center center;
	background-size:cover;
}
footer .bottom_links li.contact{
	background:url(../img/bottom_link2_bg.webp)no-repeat center center;
	background-size:cover;
}
footer .bottom_links.single li.company{
	background:url(../img/bottom_link1_single.webp)no-repeat center center;
	background-size:cover;
}
footer .bottom_links.single li.contact{
	background:url(../img/bottom_link2_single.webp)no-repeat center center;
	background-size:cover;
}

footer .bottom_links li .cont{
	padding:min(12%,100px) min(7%,70px) min(7%,70px);
}
footer .bottom_links li .cont .tit:before{
	width:2em;
	background:#fff;
}
footer .bottom_links li .cont .btn_wrapper{
	margin-top:15%;
}
footer .bottom_links li .cont .more{
	border-radius:100px;
	font-size:min(0.9vw,15px);
	font-size:12px;
}
footer .bottom_links li .cont .more:after{
	border-color:#005431;
}

footer .cont_wrapper{
	margin-top:min(9%,90px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size:min(1.6vw,16px);
	text-align:left;
}
footer .cont_wrapper .cont_left{
	width:600px;
}
footer .cont_wrapper .cont_left figure img{
	width:245px;
}
footer .cont_wrapper .cont_left figure figcaption{
	margin-top:2em;
	line-height:1.75;
}

footer .cont_wrapper dl{
	margin-top:2em;
}
footer .cont_wrapper .cont_left dl dt{
}
footer .cont_wrapper .cont_left dl dd a{
	color:#fff;
}

footer .cont_wrapper .cont_left dl dd img{
	width:0.8em;
	margin-left:0.5em;
	vertical-align:-0.1em;
}

footer .cont_wrapper .foot_nav{
	width:480px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size:16px;
	font-weight:normal;
}
footer .cont_wrapper .foot_nav > ul > li{
	padding-left:1.8em;
	font-size:18px;
}
footer .cont_wrapper .foot_nav > ul > li{
	background:url(../img/foot_arrow.png)no-repeat left 0.4em;
	background-size:1.2em auto;
}
footer .cont_wrapper .foot_nav ul li a{
	color:#fff;
}
footer .cont_wrapper .foot_nav > ul > li ul{
	padding-left:0.5em;
}
footer .copy{
	margin-top:120px;
	font-size:12px;
}


@media screen and (max-width:1180px){
	footer .cont_wrapper{
		display: block;
	}
	footer .cont_wrapper .cont_left{
		width:auto;
	}
	footer .cont_wrapper .foot_nav{
		margin-top:9%;
		width:auto;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	footer .cont_wrapper .foot_nav > ul{
		width:50%;
	}
	footer .copy{
		margin-top:12%;
	}
}

@media screen and (max-width:768px){
	footer{
		padding:0 0 12%;
	}
	
	footer .bottom_links{
		display: block;
	}
	footer .bottom_links li{
		width:auto;
	}
	
	footer .bottom_links.single li.company{
		background:url(../img/bottom_link1_bg.webp)no-repeat center center;
		background-size:cover;
	}
	footer .bottom_links.single li.contact{
		background:url(../img/bottom_link2_bg.webp)no-repeat center center;
		background-size:cover;
	}
	
	footer .bottom_links li .cont{
		padding:12% 7% 7%;
	}
	footer .bottom_links li .cont .btn_wrapper{
		margin-top:3%;
	}
	footer .bottom_links li .cont .more{
		font-size:2.4vw;
	}
	
	footer .cont_wrapper .cont_left{
		font-size:3.4vw;
	}
	footer .cont_wrapper .cont_left figure img{
		width:45%;
	}
	footer .cont_wrapper .cont_left figure figcaption{
		margin-top:1em;
	}
	footer .cont_wrapper .foot_nav > ul{
		width:55%;
	}
	footer .cont_wrapper .foot_nav > ul:last-child{
		width:45%;
	}
	footer .cont_wrapper .foot_nav > ul > li{
		font-size:3.4vw;
		white-space:nowrap;
	}
	footer .copy{
		font-size:2vw;
	}
}


/* #topbtn */
#topbtn{
	width:75px;
	line-height:1;
	position:fixed;
	z-index:98;
	right:20px;
	bottom:-150px;
	-webkit-transition: bottom 0.8s;
	transition: bottom 0.8s;
  border-radius:50%;
  box-shadow:0 0 5px rgba(0,0,0,0.5);
}
@media screen and (max-width:768px){
	#topbtn{
		width:40px;
		right:15px;
	}
}


/* .side_banner */
.side_banner{
	width:15em;
	height:15em;
	padding-bottom:1em;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.18;
	padding-left:0.18em;
	color:#fff;
	background-color:#c3940e;
	border-radius:50%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: fcenter;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	position:fixed;
	right:-200px;
	bottom:120px;
	z-index:99;
	-webkit-transition: right 0.8s;
	transition: right 0.8s;
}
.side_banner:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	border:1px solid;
	border-radius:50%;
	transform:scale(0.95);
}
.side_banner img{
	width:2em;
	margin-bottom:0.5em;
}

@media screen and (max-width:768px){
	.side_banner{
		width:4em;
		height:auto;
		line-height:1.3;
		padding:1.5em 0;
		font-size:12px;
		font-weight:bold;
		letter-spacing:0.18;
		padding-left:0;
		border-radius:0.5em 0 0 0.5em;
		display: block;
		bottom:180px;
	}
	.side_banner:after{
		content:none;
	}
	.side_banner img{
		width:2em;
		margin-bottom:0.5em;
		display:block;
		margin:auto;
	}
	.side_banner p{
		margin:0.8em auto 0;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
}


/* fadein */
.fadein_0 {
	opacity : 0;
	-webkit-transition-property: opacity;
	transition-property : opacity;
	-webkit-transition-duration: 2s;
	transition-duration : 2s;
}
.fadein {
	opacity : 0;
	-webkit-transform : translate(0, 70px);
	transform : translate(0, 70px);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 0.8s;
	transition-duration : 0.8s;
}
.fadein_l {
	opacity : 0;
	-webkit-transform : translate(-100px, 0);
	transform : translate(-100px, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 0.8s;
	transition-duration : 0.8s;
}
.fadein_r {
	opacity : 0;
	-webkit-transform : translate(100px, 0);
	transform : translate(100px, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 0.8s;
	transition-duration : 0.8s;
}

.delay1 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 0.8s;
	transition-duration : 0.8s;
	-webkit-transition-delay: 0.1s;
	transition-delay : 0.1s;
}
.delay2 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 0.8s;
	transition-duration : 0.8s;
	-webkit-transition-delay: 0.2s;
	transition-delay : 0.2s;
}
.delay3 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 0.8s;
	transition-duration : 0.8s;
	-webkit-transition-delay: 0.3s;
	transition-delay : 0.3s;
}
.delay4 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 0.8s;
	transition-duration : 0.8s;
	-webkit-transition-delay: 0.4s;
	transition-delay : 0.4s;
}
.delay5 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 0.8s;
	transition-duration : 0.8s;
	-webkit-transition-delay: 0.5s;
	transition-delay : 0.5s;
}
.delay6 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 0.8s;
	transition-duration : 0.8s;
	-webkit-transition-delay: 0.6s;
	transition-delay : 0.6s;
}

.fadein_0.scrollin{
	opacity : 1;
}
.fadein.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin,
.fadein_r_s.scrollin{
	opacity : 1;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}