@font-face {font-family:Roboto-Bold;src:url(./fonts/Roboto-Bold.ttf)}
.logo img{
	 width:187px;
	 height:auto;
  }
.global-nav {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9998;
	justify-content: space-between;
	background: rgba(0, 0, 0, 0.8);
	opacity:1;	
	padding: 13px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    transition: padding 0.5s ease;
	display:table;
}
.logo {
    font-size: 20px;
	display:table-cell;
	vertical-align: middle;
  }
.nav a {
    text-decoration: none;
    font-size: 14px;
}
.nav li {
    display: inline-block;
}
.nav li a{
	display:block;
	color:#fff;
	transition: background 0.5s;
	height:100%;
	text-align: center;
	line-height:1.5em;
}
.nav > li > ul.second-content > li > a{
	position:relative;
}
.nav > li > ul.second-content > li > a:after{
	  background-image: url(../img/index/icon-right.png);
	  background-repeat:no-repeat;
	  background-size: contain;
	  content: "";
	  width: 10px;/*画像の幅*/
	  height: 10px;/*画像の高さ*/
	  position:absolute;
	  top:50%;
	  right:20px;
	  margin-top:-5px;/*画像の高さの半分*/
	  margin-left:10px;
}
.nav_e{
	color:#9f9f9f;
	transition: color 0.5s;
}
.nav li:last-child a{
	margin-right:0;	
}
.nav li a:hover{
	background: #9f9f9f;
}
.nav li a:hover .nav_e{
	color: #000;
}
@keyframes showAni {
	 0% {
	   opacity:0;
	 }
	 100% {
	   opacity:1;
	 }
}
.nav-wrap.open {
  display: block;
  animation: showAni .5s ease 0s 1 normal;
  opacity:1;
}
.nav-wrap.close {
  display: none;
}
.nav li a.inquiry1 {
	background: -moz-linear-gradient(top left, rgba(0, 247, 231, .8), rgba(79, 1, 255, .8)); 
    background: -webkit-linear-gradient(top left, rgba(0, 247, 231, .8), rgba(79, 1, 255, .8)); 
    background: linear-gradient(to bottom right, rgba(0, 247, 231, .8), rgba(79, 1, 255, .8)); 
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}
.nav li a.inquiry2 {
  background: -moz-linear-gradient(top left, rgba(250, 100, 255, .8), rgba(230, 0, 18, .8)); 
    background: -webkit-linear-gradient(top left, rgba(250, 100, 255, .8), rgba(230, 0, 18, .8)); 
    background: linear-gradient(to bottom right, rgba(250, 100, 255, .8), rgba(230, 0, 18, .8)); 
  background-color: rgb(230, 0, 18);
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}
.nav li a.inquiry1:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.nav li a.inquiry2:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
/* ////////////////////////////////////////
パンくず
//////////////////////////////////////// */
#pankuz{
	margin:20px auto;
	overflow:hidden;	
}
#pankuz li{
	float:left;	
}
#pankuz li:before {
        content: " > ";
		margin:0 10px;
}

#pankuz li:first-child:before {
        content: none;
}
#pankuz a{
	color:#000;
	text-decoration:underline;
}
#pankuz a:hover{
	text-decoration:none;	
}
/* ////////////////////////////////////////
英語見出し用
//////////////////////////////////////// */
.r_title{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-ms-flex-flow: column nowrap;
	    flex-flow: column nowrap;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	-ms-flex-align: end;
	    align-items: flex-end;
}
	#about{
		margin-top: -150px;
		margin-bottom:-8px;
		padding-top: 150px;
	}
	#features{
		margin-top: 20px;
		margin-bottom:-8px;
		padding-top: 120px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#lineup,#cases,#download{
		padding-top: 120px;
	}
	#efforts{
		padding-top: 90px;
	}
	#specification{
			margin-top: -120px;
			margin-bottom:-8px;
			padding-top: 120px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
.r_title_body{
	position: relative;
	z-index: 10;
	width: 93.6%;
	-ms-transform-origin: left center;
	    transform-origin: left center;

	-ms-flex-flow: column wrap;

	    flex-flow: column wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-ms-flex-pack: start;
	    justify-content: flex-start;
}
.mainitle,.mainitle_s{	
	font-family: Roboto-Bold;
	color:#222222;
}
.subtitle{
	color:#222222;
	font-size:18px;
	font-weight: normal;
}
/* アクション ////////// */
.action_body { 
	background-image:url(../img/common/action_base.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.action_txtarea { 
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.action_txtarea .statement_btn a{
	display: block;
	border:1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;	
}
.action_txtarea .statement_btn a img{
	display: block;
}
.action_txtarea .statement_btn a::before,
.action_txtarea .statement_btn a::after {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }
.action_txtarea .statement_btn a::before {
     opacity: 0.3; 
}
.action_txtarea .statement_btn a::after {
    width: 0%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: width 0.5s ease;
}
.action_txtarea .statement_btn a:hover::after {
  width: 100%;
}
.action_txtarea .detail{
	font-size:0.9em;
}
.action_txtarea .border{
	text-decoration: underline;
}
.action_txtarea .border:hover{
	text-decoration: none;
}
.action_txtarea .inquily_btn1{
	height:52px;
}
.action_txtarea .inquily_btn2{
	height:66px;
}
.action_txtarea .inquily_btn1,.action_txtarea .inquily_btn2{
	display: flex;
	align-items: center;
	justify-content: center;
}
.action_txtarea .inquily_btn1 img,.action_txtarea .inquily_btn2 img{
	display: block;
	margin:0 auto;
}
.action_txtarea .inquily_btn1{
	background: url(../img/common/inquiry_icon.png),-moz-linear-gradient(top left, rgba(7, 119, 208, 1), rgba(65, 12, 255, 1)); 
    background: url(../img/common/inquiry_icon.png),-webkit-linear-gradient(top left, rgba(7, 119, 208, 1), rgba(65, 12, 255, 1)); 
    background: url(../img/common/inquiry_icon.png),linear-gradient(to bottom right, rgba(7, 119, 208, 1), rgba(65, 12, 255, 1)); 
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 20px 20px, 100% 100%;
	margin-bottom:12px;
}
.action_txtarea .inquily_btn1:hover {
	background: url(../img/common/inquiry_icon.png),-moz-linear-gradient(top left, rgba(7, 119, 208, 1), rgba(7, 119, 208, 1)); 
    background: url(../img/common/inquiry_icon.png),-webkit-linear-gradient(top left, rgba(7, 119, 208, 1), rgba(7, 119, 208, 1)); 
    background: url(../img/common/inquiry_icon.png),linear-gradient(to bottom right, rgba(7, 119, 208, 1), rgba(7, 119, 208, 1)); 
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 20px 20px, 100% 100%;
}
.action_txtarea .inquily_btn2{
	background: url(../img/common/inquiry_icon.png),-moz-linear-gradient(top left, rgba(255, 100, 162, 1), rgba(245, 40, 31, 1)); 
    background: url(../img/common/inquiry_icon.png),-webkit-linear-gradient(top left, rgba(255, 100, 162, 1), rgba(245, 40, 31, 1)); 
    background: url(../img/common/inquiry_icon.png),linear-gradient(to bottom right, rgba(255, 100, 162, 1), rgba(245, 40, 31, 1)); 
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 20px 20px, 100% 100%;
}
.action_txtarea .inquily_btn2:hover {
	background: url(../img/common/inquiry_icon.png),-moz-linear-gradient(top left, rgba(255, 118, 173, 1), rgba(255, 73, 138, 1)); 
    background: url(../img/common/inquiry_icon.png),-webkit-linear-gradient(top left, rgba(255, 118, 173, 1), rgba(255, 73, 138, 1)); 
    background: url(../img/common/inquiry_icon.png),linear-gradient(to bottom right, rgba(255, 118, 173, 1), rgba(255, 73, 138, 1)); 
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 20px 20px, 100% 100%;
}
.action_txtarea .line{
	height: 1px;
	background: #222222;
  	margin: 0;
  	padding: 0;
  	border: 0;
}
.action_txtarea .popupModal1{
	display: inline-block;
}
/* アクション　エリア分け追加 ////////// */
.jp_map{
	width:326px;
	height:auto;
	vertical-align:top;
}
.jp_contact_white{
	background: #FFFFFF;
	padding-top:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.jp_contact_txt{
	text-align: left;
	display: block;
	vertical-align:top;
}
/* 東日本 */
.jp_area_east{
	background: #cce5ff;
	border: 1px solid #91bce8;
}
.jp_area_east dt{
	background: #91bce8;
	padding:5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.jp_area_east dt .area_title,.jp_area_west dt .area_title{
	font-size: 1.28em;
}
.jp_area_east dd,.jp_area_west dd{
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 西日本 */
.jp_area_west{
	background: #fff3f8;
	border: 1px solid #ffa6cb;
}
.jp_area_west dt{
	background: #ffa6cb;
	padding:5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* フッター ////////// */
footer{
	background-color: #222222;
	color:#fff;
	padding: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .footer_logo{
	background-color: #FFFFFF;
	box-shadow: 0 4px 10px #000;
}
footer .footer_logo img{
	display: block;
	margin: 0 auto;
	height:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .footer_link li a{
	position: relative;
	color:#fff;
	margin-right:3em;
	border-bottom: 1px solid rgba(255,255,255,0);
	transition: border-color 0.3s, color 0.3s;
	padding-left:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .footer_link li a:hover{
	border-bottom: 1px solid rgba(123,123,123,1);
}
footer .footer_link li a:before{
	background-image: url(../img/common/arrowicon1.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 9px;/*画像の幅*/
	height: 9px;/*画像の高さ*/
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-4.5px;/*画像の高さの半分*/
	margin-left:0px;
}
footer .footer_link li a:after{
	background-image: url(../img/common/targeticon.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 15px;/*画像の幅*/
	height: 10px;/*画像の高さ*/
	position:absolute;
	top:-4.5px;
	right:-15px;
}
footer .footer_address dd{	
	padding-left:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .inquily_btn{
	background: url(../img/common/inquiry_icon.png),-moz-linear-gradient(top left, rgba(255, 100, 162, 1), rgba(245, 40, 31, 1)); 
    background: url(../img/common/inquiry_icon.png),-webkit-linear-gradient(top left, rgba(255, 100, 162, 1), rgba(245, 40, 31, 1)); 
    background: url(../img/common/inquiry_icon.png),linear-gradient(to bottom right, rgba(255, 100, 162, 1), rgba(245, 40, 31, 1)); 
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 20px 20px, 100% 100%;
	margin:10px 0;
}
footer .inquily_btn:hover{
	background: url(../img/common/inquiry_icon.png),-moz-linear-gradient(top left, rgba(255, 118, 173, 1), rgba(255, 73, 138, 1)); 
    background: url(../img/common/inquiry_icon.png),-webkit-linear-gradient(top left, rgba(255, 118, 173, 1), rgba(255, 73, 138, 1)); 
    background: url(../img/common/inquiry_icon.png),linear-gradient(to bottom right, rgba(255, 118, 173, 1), rgba(255, 73, 138, 1)); 
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 20px 20px, 100% 100%;
}
footer .inquily_btn img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
/* ////////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width: 768px) , print{
  .nav-wrap {
    display: table-cell !important;
	text-align: right;	  
	vertical-align: middle;
  }
  .nav-button {
	  display: none !important;
  }
  .nav {
	  border-collapse: separate;  /* セルの間隔を空ける */
 		border-spacing: 5px 0;  /* 左右 上下で記述 */
	  margin:auto 0 auto auto;
	}
  .nav li {
	  height:100%;
	  vertical-align: middle;
	}	
  .nav li a{
		display:block;
		padding: 7px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	 }
	.nav li a.line1{
		padding: 20px 15px;
	}
	.nav li a.inquiry1,.nav li a.inquiry2 {
		padding: 20px 20px;
	  }

	.pagetop .sizing{
		position:fixed;
		 bottom: 20px;
    	right: 20px;
		z-index:9997;
		width:80px;
		height:80px;
		cursor: pointer;
	}
	/* ////////////////////////////////////////
	英語見出し用
	//////////////////////////////////////// */
	.mainitle,.mainitle_s{	
		font-size:74px;
	}
	.subtitle{
		vertical-align: 20px;
	}
	/* サブメニュー設定*/
	.mainmenu{
		position:relative;
	}
	.nav > li > ul.second-content{
		visibility: hidden;
		position: absolute;
		top: 50px;
		margin: 0;
		padding-left: 0;
		list-style-type: none;
		z-index: -1;
	}
	.nav > li:hover > ul.second-content{
		visibility: visible;
		top: 60px;/*2*/
		left:-125%;
		z-index: 1;
		transition: all .3s;
	}
	.nav > li > ul.second-content > li{
		text-align: center;
		width: 350px;/*４*/
		height: 40px;/*５*/
		border-bottom:1px solid #000;
	}
	.nav > li > ul.second-content > li:last-child{
		border-bottom:none;
	}
	.nav > li > ul.second-content > li > a{
		display: block;
		text-decoration: none;
		padding-top:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
		background: #9f9f9f;
	}
	.nav > li > ul.second-content > li > a:hover{
		background: #555;/*15*/
		color: #fff;/*16*/
	}
	.nav > li.mainmenu:hover{
		background: #9f9f9f;
	}
	.nav > li.mainmenu:hover .nav_e{
		color:#000;
	}
	/* /サブメニュー設定*/
	/* アクション ////////// */
	.action_body { 
		padding: 100px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.action_txtarea { 
		padding: 40px 60px;
	}
	.action_txtarea { 
		width:1080px;
		margin:0 auto;
	}
	.action_txtarea .statement_btn a{
		padding:20px 40px;
	}
	.action_txtarea ul{
		width:100%;
		display: table;
		border-collapse: separate;
	  	border-spacing: 20px 0;	
	}
	.action_txtarea li{
		display: table-cell;
		vertical-align: top;
	}
	.action_txtarea li.statement{
		width:40%;
	}
	.action_txtarea .statement_btn a img{
		width:296px;
		height:auto;
	}
	.action_txtarea .inquily_btn1 img,.action_txtarea .inquily_btn2 img{
		width:367px;
		height:auto;
	}
	.action_txtarea .line{
		margin: 10px 20px;
	}
	.empty_box span:before{
		content:"\30EA\30B9\8208\696D\682A\5F0F\4F1A\793E\306F\3001\5EFA\7BC9\571F\6728\8CC7\6750\3001\30B9\30DD\30FC\30C4\8CC7\6750\3001\5C4B\4E0A\7DD1\5316\30B7\30B9\30C6\30E0\306A\3069\3001\300C\66AE\3089\3057\300D\3092\652F\3048\308B\30D7\30E9\30B9\30C1\30C3\30AF\88FD\54C1\306E\88FD\9020\30FB\8CA9\58F2\3092\884C\3063\3066\308B\30D7\30E9\30B9\30C1\30C3\30AF\30E1\30FC\30AB\30FC\3067\3059\3002\30EA\30B9\30EC\30A4\30F3\30B9\30BF\30B8\30A2\30E0\2161\306F\3001\6CB3\5DDD\306E\6C3E\6FEB\30FB\90FD\5E02\578B\6C34\5BB3\304B\3089\3001\90FD\5E02\74B0\5883\3092\5B88\308A\307E\3059\3002\304A\6C17\8EFD\306B\304A\554F\5408\305B\304F\3060\3055\3044\3002";
		color: #222;
		font-size:0.9em;
	}
	
	/* アクション　エリア分け追加 ////////// */
	.jp_contact{
		padding:0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pc_number_size{
		width: 485px;
	}
	/* フッター ////////// */
	footer .footer_logo{
		width:35%;
	}
	footer .footer_logo img{
		padding: 20px 0;
		width:302px;
	}
	footer .footer_inquily{	
		width:35%;
		vertical-align: middle;
	}
	footer .footer_link,.footer_address{	
		width:65%;
		vertical-align: middle;
	}
	footer .footer_link ul,footer .footer_address{
		float:right;
	}
	footer .footer_address dt{	
		width:7em;
	}
	footer .footer_address dd{	
		width:28em;
		border-left:1px solid #7b7b7b;
	}
	footer .inquily_btn img{
		padding:20px 45px;
	}
}
@media screen and (min-width: 1366px){
	.global-nav {
		padding-left:12vw;
		padding-right:12vw;
	}
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px) {
	.logo img{
	 width:187px;
	 height:auto;
  }
	.no-scroll{
    	overflow-y: hidden;
	}
	.global-nav {
		padding-left:10px;
		padding-right:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
  .nav-wrap {
  	display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
	height:100%;
	margin-top: 65px;
	opacity:0;
  }	
  .nav {
    height: 100%;
    position: relative;
   overflow: auto;
	  -webkit-overflow-scrolling:touch;
   }
   .fixed {
	  position: fixed;
	  width: 100%;
	  height: 100%;
	}
   .nav li {
		display: block;
	}
	.nav li a{
		display: block;
		padding: 1em 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.nav li a.inquiry1,.nav li a.inquiry2 {
    	padding: 1.2em 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
  	}
	.nav li a.inquiry1{
		margin:5px 0;
		width:50%;
		float:left;
	}
	.nav li a.inquiry2{
		margin:5px 0;
		width:50%;
		float:left;
	}
	
	.pagetop .sizing{
		position:fixed;
		 bottom: 20px;
    	right: 20px;
		z-index:9997;
		width:60px;
		height:60px;
		cursor: pointer;
	}
	 /*英語見出し用*/
	.mainitle{	
		font-size:50px;
	}
	.mainitle_s{	
		font-size:38px;
	}
	.subtitle{
		vertical-align: 5px;
	}
	 /*サブメニュー*/
	/* アクション ////////// */
	.action_body { 
		padding: 20px 5vw;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.action_txtarea { 
		padding: 20px;
	}
	.action_txtarea .statement_btn a{
		padding:15px 10px;
	}
	.action_txtarea .inquily_btn1 img,.action_txtarea .inquily_btn2 img{
		width:80%;
	}
	.action_txtarea .inquily_btn1 a,.action_txtarea .inquily_btn2 a{
		padding: 10px;
	}
	.action_txtarea .title{
		color: #222;
		border-left:5px solid #222;
		padding: 5px 5px 5px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom:10px;
	}
	
	.action_txtarea .line{
		margin: 10px 0;
	}
	/* アクション　エリア分け追加 ////////// */
	.jp_contact_white{
		padding:20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* フッター ////////// */
	footer .footer_logo{
		padding: 10px 30px;
		margin-bottom:30px;
	}
	footer .footer_link{
		margin-bottom:30px;
	}	
	footer .footer_inquily{
		margin-bottom:30px;
	}
	footer .footer_address{
		margin-bottom:30px;
	}
	footer .inquily_btn img{
		padding:20px 30px;
	}
	footer .footer_address dt{
		border-bottom:1px solid #7b7b7b;
		font-weight:bold;
		font-size:1.1em;
	}
}
  /*メニューボタン*/
  .nav-button {
	display:table-cell;
	vertical-align: middle;
  }
 .nav-button ul {
	position: relative;
    z-index: 20;
    width: 40px;
    height: 36px;
    cursor: pointer;
	margin:auto 0 auto auto;
 }
  .nav-button li {
    position: absolute;
    box-sizing: border-box;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
	transition: all 0.4s;
  }
  .nav-button li:nth-of-type(1) {
    top: 0;
  }
  .nav-button li:nth-of-type(2) {
    top: 16px;
  }
  .nav-button li:nth-of-type(3) {
    top: 32px;
  }
  .nav-button.active li:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .nav-button.active li:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active li:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }