/*----------------------------------------------------------------------------*/
/*	Header MENU 共通構造 01 CSS						 	     */
/*----------------------------------------------------------------------------*/
@charset "utf-8";

	body.appear{
	    background:#FFFFFF;
	}

/* area */

	#container{
		overflow-x: hidden;
	}
	.inner{
		width:100%;
		margin:0 auto;
		padding:0;
	}

	@media screen and (max-width:940px) {
		.inner{
			padding:30px;
		}
	}

	/* splash */
	#splash-logo p {
		width:100%;
		font-size:1.8rem;
		font-size:70px;
		font-weight: normal;
		white-space: nowrap;
		color:#fff;
/*		font-family: 'Futura medium bt', sans-serif;
		font-display: swap;	*/
		font-size:80px;
		text-align:center;
		font-weight:bold;
		font-family: "Antro_Vectra";
		font-display: swap;
		transform: rotate(-7deg);	/*◇斜体 */
		text-shadow: 1px 2px 3px #F5F5F5;
	}
	@media screen and (max-width:960px) {

		#splash-logo p {
			font-size:1.8rem;
		}
	}
	/* header */

	.header-area {
		position: fixed;
		position: absolute;
		top:37%;
		left:50%;
		transform: translate(-50%,-50%);
		left:37.5%;
		transform: translate(-25%,-25%);
		z-index: 2;
		color: #fff;
	}
	.header-area .logosp {
		display:none;
	}
	.header-area h1 {
		display: block;
		text-align:center;
		font-size: 3.5vw;
		font-size: 3.0vw;
		font-weight: normal;
		line-height: 1;
		letter-spacing: 1px;
		font-weight:bold;
		font-family: "Antro_Vectra";
		font-display: swap;
/*		transform: rotate(-7deg);*/		/*◇斜体 */
		padding: 0 10px;
		padding: 0 0 80px 0;
	}
	.header-area p {
		font-size: 3.5vw;
		letter-spacing: 0.1em;
		margin:0 0 0 0;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		font-display: swap;
	}

	.header-area p br {
		display: none;
	}

	@media screen and (max-width:960px) {	/* ◇SP layout */

		.header-area {
			position: relative;
			top:45%;
			left:50%;
			width:100%;
			transform: translate(-50%,-50%);
			text-align: center;
		}
		.header-area .logosp {
			display:block;
			margin: 0 auto 80px auto;
		}
		.header-area .logosp a {
			display:block;
		}
		.header-area .logosp a>img {
			width:40%;
		}
		.header-area h1{
			margin: 50px auto 20px auto;
			width:100%;
			font-size: 25px;
		}
		.header-area p {
			margin: 20px auto 20px auto;
			text-align:left;
			width:100%;
			font-size:17px;
			font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
			font-display: swap;
			padding-left:16.5%;
		}
		.header-area p.logosp {
			text-align:center;
			padding-left:2.5%;
		}
		.header-area p br {
		    display: block;
		}
	}


	/*　■ PC gnavi01 -------------------------------------- */

	.PC_header {
		display:block;
	}
	.SP_header {
		display:none;
	}
	header .g-nav01 {
		margin: 0 auto 0 auto;
		width:100%;
		height:200px;		/* ★PC height */
		padding:0;
		z-index: 8;
		background-color:rgba( 255,255,255,0.0 );	/*  White  透過95% */
		position:relative;
	}
	header .g-nav01  #h1logo01 {			/* LOGO */
		display: block;
		position: absolute;
		top: 45px;
		left:7%;
		width : 381px;
		height: 62px;
		width : 267px;	/* 70% */
		height: 43px;
	}
	header .g-nav01  #h1logo01 img {
		display: block;
		width:70%;
	}
	header .g-nav01  #h1logo01 .shadow_img {
	        filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
	}
	header .g-nav01 .inner{
		position: absolute;
		top: 30px;
		left:22%;
		width:90%;
	}
	nav.pc .inner>ul {
		margin: 0 auto 0 auto;
		width:100%;
		text-decoration:none;
	}
	nav.pc .inner>ul li {	/* MENU ITEM ◆ */
		margin: 0 auto 0 auto;
		float:left;
		width:12%;		/* menu width ◆ */
		text-align:center;
		font-size:15px;
		line-height:2.0em;
		font-weight:normal;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-display: swap;
		padding-top:0;
	}
	nav.pc .inner>ul li span {
		font-family: 'Futura medium bt', sans-serif;
		font-display: swap;
		font-size:13px;
		line-height:0.8em;
	}
	nav.pc .inner>ul li:nth-child(7) {		/* お問合わせ */
/*		margin: 0 auto 0 80px;
		padding-bottom:0;
		border: 1px solid #FFF;	*/
	}
/*	nav.pc .inner>ul li:nth-child(7) a {
		display:block;
		width:100%;
		height:100%;
	}
	nav.pc .inner>ul li:nth-child(7) a:hover {
		display:block;
		background-color:#F4F4F4;
		border:none;
	}	*/
	nav.pc .inner>ul li:nth-child(8) {		/* English Japanese */
		margin: 0 auto 0 auto;
		width:11%;
	}
	nav.g-nav01 .inner>ul {
		width: 100%;
		height: 90px;
	}
						/* ◇ hover:アンダーライン　→　中心から広がるアニメーション */
	nav.g-nav01 .inner>ul  {
		font-size: 0;
		box-sizing: border-box;
		list-style: none;
		text-align: center;
	}
	nav.g-nav01 .inner>ul >li {
		margin: 0;
		display: inline-block;
		padding-bottom:0;
	}
	nav.g-nav01 .inner>ul >li:hover {
		background-color:rgba( F5,F5,F5,0.7 ); 	/* bf-Base02   透過70% */
	}
	nav.g-nav01 .inner>ul >li .subt {
		color: #A4946C;		/* Gold01 */
	}
	nav.g-nav01 .inner>ul >li:hover .subt {
		color: #C6C6C6;
	}
	nav.g-nav01 .inner>ul >li>a {
		text-decoration: none;
		padding-bottom: 0px;
		display: block;
		position: relative;
	}
	nav.g-nav01 .inner>ul >li>a:before {
		content: '';
		width: 0;
		left: 50%;
		bottom: 0;
		transition: all 0.3s ease;
		border-bottom: 1px solid #FFF;
		position: absolute;
		display: block;
	}
	nav.g-nav01 .inner>ul >li>a:hover:before {
		width: 50%;
		border-bottom: 1px solid #FFF;
	}
	nav.g-nav01 .inner>ul >li>a:after {
		content: '';
		width: 0;
		right: 50%;
		bottom: 0;
		transition: all 0.3s ease;
		border-bottom: 1px solid #FFF;
		position: absolute;
		display: block;
	}
	nav.g-nav01 .inner>ul >li>a:hover:after {
		width: 50%;
		border-bottom: 1px solid #FFF;
	}
	nav.g-nav01 .inner>ul >li:nth-child(8)>a:hover:before {
		border-bottom:none;
	}
	nav.g-nav01 .inner>ul >li:nth-child(8)>a:hover:after {
		border-bottom:none;
	}

	nav.g-nav01 .inner>ul > li p {
		padding-top:3px;
		padding-bottom:5px;
		margin-bottom:0px;
		color: #FFF;		/* ◆MENU item color */
		text-shadow: 1px 1px 1px #808080;	*/
	}
	nav.g-nav01 .inner>ul > li:hover p {
		color: #F5F5F5;
	}

	/*　■ PC gnavi02 -------------------------------------- */

	header .g-nav02 {
		position:fixed;
		margin: 0 auto 0 auto;
		width:100%;
		height:70px;		/* ★PC 02 height */
		height:80px;		/* ★PC 02 height */
		padding:0;
		z-index: 10;
		background-color:rgba( 255,255,255,0.98 ); 	/*  White  透過98% */
			box-shadow: 1px 1px 5px 1px #aaa;
			-webkit-box-shadow: 1px 1px 5px 1px #aaa;
			-moz-box-shadow: 1px 1px 5px 1px #aaa;
	}
	.g-nav02 .inner {
		position:absolute;
		top: -52px;
		top: 8px;
		left:15%;
		width: 80%;
/*		margin: 20px auto 0 10%;
		position:relative;	*/
	}
	.g-nav02 #h1logo02 {			/*  LOGO */
		position: absolute;
		top: 21px;
		left:5%;
		width :210px;
		height: 34px;
		display	: block;
		text-indent: -99999px;	/* テキスト非表示 */
		border	: 0px;
		z-index:11;
	}
	.g-nav02  #h1logo02 a{
		overflow: hidden;	 /* 内容を非表示にする。*/
		width : 210px;
		height: 0 !important;
		height /**/:34px;
		padding-top: 34px;
		display	: block;
		background	: url("../images/com/logo.svg") no-repeat;
		background-size:381px 62px;
		background-size:152px 61px;	/* 40% */
		background-size:210px 34px;	/* 55% */
		background-position: center top 0;
	}
	.g-nav02  #h1logo02 a:hover{
		display	: block;
		background	: url("../images/com/logo.svg") no-repeat;
		background-size:210px 34px;	/* 55% */
		background-position: center top 0;
	}
	nav.g-nav02 .inner>ul {
		margin: 0 auto 0 -3%;
		width:90%;
		display:flex;
		flex-wrap:nowrap;
		justify-content: space-around;	/* 両端のアイテムも含めて、均等な間隔を空けて配置 */
		justify-content: space-between;	/* 両端のアイテムを余白を空けずに配置し、他の要素は均等に間隔を空けて配置 */
		justify-content: flex-end;
	}
	nav.g-nav02 .inner>ul li {
		width:13%;	/* menu width ◆ */
		color:#444;
		padding-top:0px;
	}
	nav.g-nav02 .inner>ul li:first-child {
	}
	nav.g-nav02 .inner>ul li:nth-child(2) {
	}
						/* ◇ hover:アンダーライン　→　中心から広がるアニメーション */
	nav.g-nav02 .inner>ul  {
		font-size: 0;
		box-sizing: border-box;
		list-style: none;
		text-align: center;
	}
	nav.g-nav02 .inner>ul >li {
		margin: 0;
		display: inline-block;
		padding-bottom:15px;
	}
	nav.g-nav02 .inner>ul >li:hover {
		background-color:rgba( F5,F5,F5,0.7 ); 	/* bf-Base02   透過70% */
	}
	nav.g-nav02 .inner>ul >li .subt {
		color: #A4946C;		/* Gold01 */
	}
	nav.g-nav02 .inner>ul >li:hover .subt {
		color: #C6C6C6;
	}
	nav.g-nav02 .inner>ul >li>a {
		text-decoration: none;
		padding-bottom: 5px;
		color: #333;		/* ◆MENU item color */
		display: block;
		position: relative;
	}
	nav.g-nav02 .inner>ul >li>a:before {
		content: '';
		width: 0;
		left: 50%;
		bottom: 0;
		transition: all 0.3s ease;
		border-bottom: 1px solid #1E0F00;	/* sopv-brown01 */
		position: absolute;
		display: block;
	}
	nav.g-nav02 .inner>ul >li>a:hover:before {
		width: 50%;
		border-bottom: 1px solid #1E0F00;	/* sopv-brown01 */
	}
	nav.g-nav02 .inner>ul >li>a:after {
		content: '';
		width: 0;
		right: 50%;
		bottom: 0;
		transition: all 0.3s ease;
		border-bottom: 1px solid #1E0F00;	/* sopv-brown01 */
		position: absolute;
		display: block;
	}
	nav.g-nav02 .inner>ul >li>a:hover:after {
		width: 50%;
		border-bottom: 1px solid #1E0F00;		/* sopv-brown01 */
	}

	nav.g-nav02 .inner>ul li  a p {
		color:#444;
		padding-top:0px;
	}
	nav.g-nav02 .inner>ul li  a p:hover {
		color:#AAA;
	}

	/* サブメニュー ------------------------*/

	nav.pc .inner>ul >li:nth-child(n + 2):not(:nth-child(n + 6)){
		position:relative;
	}*/
	nav.pc .inner>ul >li {
		position:relative;
	}
	nav.g-nav01 .subm01 {			/* サブメニュー */
/*		position:absolute;	
		left:0;
		top:130px;
		top:80px;	*/
		margin: 20px auto 0 auto;
		width : 350px;
		padding-bottom:0px;
		display:none;
		background-color:rgba( 56,54,53,0.8 ); 		/* JP-Dgray */
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
		z-index: 8;
	}
	nav.g-nav01 .sub .gsubmenu {
		margin-top:0;
		width:100%;
		padding-top:20px;
		padding-bottom:30px;
	}
	nav.g-nav01 .sub .gsubmenu p {		/* サブメニュー項目 */
		width : 100%;
		height: 30px;
		text-align:left;
		text-indent: 50px;
		line-height:1.8em;
		font-size:13px;
		color:#FFF;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
	}
	nav.g-nav01 .sub .gsubmenu p a {
		width : 100%;
		height: 30px;
		display	: block;
		text-indent: 50px;
		text-decoration:none; 
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-display: swap;
		color:#FFF;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
				transition: 0.4s ease-in-out;
				-webkit-trhmenu-entryansition: 0.4s ease-in-out;	/* Ease in-out */
				-moz-transition: 0.4s ease-in-out;
				-o-transition: 0.4s ease-in-out;
	}
	nav.g-nav01 .sub .gsubmenu p a:hover {
		width : 100%;
		height: 30px;
		display	: block;
		font-size:13px;
		text-indent: 40px;
		color:#F5F5F5;	
		border:none;
	}
	nav.g-nav02 .subm01 {		/* サブメニュー */
		position:absolute;
		left:0;
		top:72px;
		width : 350px;
		display:none;
		background-color:rgba( 56,54,53,0.95 ); 		/* JP-Dgray */
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
		z-index: 8;
	}
	nav.g-nav02 .sub .gsubmenu {
		width:100%;
		padding-top:20px;
		padding-bottom:30px;
	}
	nav.g-nav02 .sub .gsubmenu p {		/* サブメニュー項目 */
		width : 100%;
		height: 30px;
		text-align:left;
		line-height:30px;
		font-size:13px;
		color:#FFF;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
	}
	nav.g-nav02 .sub .gsubmenu p a {
		width : 100%;
		height: 30px;
		display	: block;
		text-indent: 50px;
		text-decoration:none; 
		line-height:1.7em;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-display: swap;
		color:#FFF;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
				transition: 0.4s ease-in-out;
				-webkit-transition: 0.4s ease-in-out;	/* Ease in-out */
				-moz-transition: 0.4s ease-in-out;
				-o-transition: 0.4s ease-in-out;
	}
	nav.g-nav02 .sub .gsubmenu p a:hover {
		width : 100%;
		height: 30px;
		display	: block;
		font-size:13px;
		text-indent: 40px;
		line-height:30px;
		color:#F5F5F5;	
	}
	.fixed{					/* ◆ ヘッダ メニュー部固定 */
		position: fixed;
		top: 0;
		left: 0;
	}
	@media only screen and (min-width: 1400px) and (max-width: 1680px) {	/*◇ PC-S */

		nav.pc .inner>ul li {	/* MENU ITEM ◆ */
			width:12%;		/* menu width ◆ */
			font-size:13px;
			line-height:2.0em;
		}
		nav.pc .inner>ul li span {
			font-size:12px;
		}
		nav.pc .inner>ul li:nth-child(3) {		/* SASTAINABILITY */
			width:13%;		/* menu width ◆ */
		}
	}
	@media only screen and (min-width: 993px) and (max-width: 1400px) {	/*◇ PC-S */

		header .g-nav01 .inner{
			position: absolute;
			top: 30px;
			left:28%;
			width:95%;
		}
		nav.pc .inner>ul li {	/* MENU ITEM ◆ */
			font-size:12px;
			line-height:2.0em;
		}
		nav.pc .inner>ul li span {
			font-size:12px;
		}
		nav.pc .inner>ul li:nth-child(3) {		/* SASTAINABILITY */
			width:14%;		/* menu width ◆ */
		}
		.g-nav02 #h1logo02 {			/*  LOGO */
			position: absolute;
			top: 21px;
			left:5%;
			width :152px;
			height: 25px;
			display	: block;
			text-indent: -99999px;	/* テキスト非表示 */
			border	: 0px;
			z-index:11;
		}
		.g-nav02  #h1logo02 a{
			overflow: hidden;	 /* 内容を非表示にする。*/
			width : 152px;
			height: 0 !important;
			height /**/:25px;
			padding-top: 25px;
			display	: block;
			background	: url("../images/com/logo.svg") no-repeat;
			background-size:381px 62px;
			background-size:152px 25px;	/* 40% */
			background-position: center top 0;
		}
		.g-nav02  #h1logo02 a:hover{
			display	: block;
			background	: url("../images/com/logo.svg") no-repeat;
			background-size:210px 34px;	/* 55% */
			background-position: center top 0;
		}
	}

	/* Tablet Layout ◇ */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		header .g-nav01 .inner{
			position: absolute;
			top: 30px;
			left:14%;
			left:30%;
			width:85%;
			left:20%;
			width:90%;
		}
	}

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

		.SP_header {
			display:block;
		}
		.PC_header {
			display:none;
		}
	}


	/*========= ■ 三 ナビゲーションのためのCSS ===============*/

	#g-nav{
		/* position:fixed;にし、z-indexの数値を小さくして最背面へ */
		position:fixed;
		z-index: -1;
		opacity: 0;/*はじめは透過0*/
		/* ナビの位置と形状 */
		top:0;
		width:100%;
		height: 100vh;/*ナビの高さ*/
		background: linear-gradient(45deg,rgba(15,20,25,0.8),rgba(34,24,21,0.8));			/*背景色（グラデーション）◆*/ 
/*		background: linear-gradient(45deg,rgba(21,101,192,0.8),rgba(66,165,245,0.8));	*/	/*背景色（グラデーション）◆*/ 
		/*動き*/
		transition: all 0.3s;
	}

	/*アクティブクラスがついたら透過なしにして最前面へ*/
	#g-nav.panelactive{
		opacity: 1;
		z-index:999;
	}

	/*ナビゲーションの縦スクロール*/
	#g-nav.panelactive #g-nav-list{
		/*ナビの数が増えた場合縦スクロール*/
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;/*表示する高さ*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	/* ■ ナビゲーション*/
	#g-nav ul {
		display: none;	/* はじめは非表示 */
		position: absolute;
		z-index: 999;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}

	#g-nav.panelactive ul {
	    display: block;
	}
	/*リストのレイアウト設定*/

	#g-nav li {
		list-style: none;
		text-align: center; 
	}

	#g-nav li a{
		color: #fff;
		text-decoration: none;
		padding:10px;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: bold;
	}

	/* ◆ SP logo */
	#splogo {
		display:none;
	}

	/* ◆ ボタン：2本線が×に */
	.openbtn {
		display:block;
	}
	.openbtn_sp {
		display:none;
	}

	/* ボタン外側 */
	.openbtn {
		position:fixed;
		top:10px;
		right: 10px;
		cursor: pointer;
		width: 50px;
		height:50px;
		z-index: 9999;		/*ボタンを最前面に*/
		background-color:rgba( 255,255,255,0.70 );	/*  White  透過95% */
		border-radius: 50%;	/* 円 */
	}
		
	/*ボタン内側*/
	.openbtn span {
		display: inline-block;
		transition: all .4s;/*アニメーションの設定*/
		position: absolute;
		left: 13px;
		height: 3px;
		background-color: #666;
	  }

	.openbtn span:nth-of-type(1) {
		top:22px;	
	  	width: 50%;
	}

	.openbtn span:nth-of-type(2) {
		top:29px;
	  	width:30%;
	}

	/*activeクラスが付与されると線が回転して×に*/

	.openbtn.active span:nth-of-type(1) {
	    top: 20px;
	    left: 16px;
	    transform: translateY(6px) rotate(-45deg);
	    width: 35%;
	}

	.openbtn.active span:nth-of-type(2) {
	    top: 32px;
	    left: 16px;
	    transform: translateY(-6px) rotate(45deg);
	    width: 35%;
	}

@media screen and (max-width:960px) {	/* ◇SP layout */

	/* ◆ SP logo */
	#splogo {
		display:block;
		position:relative;
		top:26px;
		left:7%;
		width:133px;
		height:27px;
		height:60px;
	}
	#splogo img {
		display:block;
		width:90%;
	}
	/* ◆ ボタン：2本線が×に */
	.openbtn {
		display:none;
	}
	.openbtn_sp {
		display:block;
	}
	.openbtn_sp {
		position:fixed;
		top:10px;
		right: 10px;
		cursor: pointer;
		width: 50px;
		height:50px;
		z-index: 9999;		/*ボタンを最前面に*/
		background-color:rgba( 255,255,255,0.70 );	/*  White  透過95% */
		border-radius: 50%;	/* 円 */
	}
	/*ボタン内側*/
	.openbtn_sp span {
		display: inline-block;
		transition: all .4s;/*アニメーションの設定*/
		position: absolute;
		left: 13px;
		height: 3px;
		background-color: #555;
	  }

	.openbtn_sp span:nth-of-type(1) {
		top:22px;	
		top:20px;	
	  	width: 50%;
	}

	.openbtn_sp span:nth-of-type(2) {
		top:29px;
		top:27px;
	  	width:30%;
	}

	/*activeクラスが付与されると線が回転して×に*/

	.openbtn_sp.active span:nth-of-type(1) {
	    top: 20px;
	    top: 18px;
	    left: 16px;
	    transform: translateY(6px) rotate(-45deg);
	    width: 35%;
	}

	.openbtn_sp.active span:nth-of-type(2) {
	    top: 32px;
	    top: 30px;
	    left: 16px;
	    transform: translateY(-6px) rotate(45deg);
	    width: 35%;
	}
}
/*　三 gnavi menu  ---------------------------------------- */

	#g-nav-list ul  {
		margin: 0 auto 0 15%;
		width:50%;
	}
	#g-nav-list li a {
		text-align:left;
		font-weight:normal;
		font-size:18px;
		font-family: 'Futura medium bt', sans-serif;
		font-display: swap;
		line-height: 1.2em;
	}
	#g-nav-list li:nth-of-type(1) a {
		margin: 0 0 20px 0;
		font-size: 1.5rem;
		text-transform: none;
		font-weight: bold;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		font-display: swap;
		line-height: 1;
	}
	#g-nav-list li:nth-of-type(2) {
		text-align:left;
		animation-delay: .2s;
	}
	#g-nav-list li:nth-of-type(3) {
		text-align:left;
		animation-delay: .4s;
	}
	#g-nav-list li:nth-of-type(4) {
		text-align:left;
		animation-delay: .6s;
		padding-left:3%;
	}
	#g-nav-list li:nth-of-type(5) {
		text-align:left;
		animation-delay: .8s;
		padding-left:3%;
	}
	#g-nav-list li:nth-of-type(6) {
		text-align:left;
		animation-delay: 1.1s;
		padding-left:3%;
	}
	#g-nav-list li:nth-of-type(7) {
		text-align:left;
		animation-delay: 1.3s;
		padding-left:3%;
	}
	#g-nav-list li:nth-of-type(8) {
		animation-delay: 1.5s;
	}
	#g-nav-list li:nth-of-type(9) {
		animation-delay: 1.7s;
	}
	#g-nav-list li:nth-of-type(10) {
		animation-delay: 1.9s;
	}
	#g-nav-list li:nth-of-type(11) {
		animation-delay: 2.1s;
	}
	#g-nav-list li:nth-of-type(12) {
		animation-delay: 2.3s;
	}
	#g-nav-list li:nth-of-type(13) {
		animation-delay: 2.5s;
	}
	#g-nav-list li:nth-of-type(14) {
		animation-delay: 2.7s;
	}
	#g-nav-list li:nth-of-type(15) {
		animation-delay: 2.9s;
	}

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

		#g-nav-list ul  {
			margin: 0 0 20px 0;
			width:80%;
		}
		#g-nav-list li a {
			font-size:15px;
			text-align:left;
			line-height:1.5em;
			padding-left:10%;
		}
		#g-nav-list li:nth-of-type(1) a {
			margin: 0 0 20px 0;
			text-align:center;
			font-size:22px;
			padding:0;
			padding-left:10%;
		}
	}

