
@charset "utf-8";
html{
	width:100%;
	font-family:"游明朝" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
}
body{
	width:100%;
	color:#222;
}
.sp{display:block;}
.pc{display:none;}
a{
	color:#222;
	text-decoration:underline;
}
img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
em{
	font-style:normal;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.fNo{
	font-weight:normal;
}
.img100{
	width:100%;
}
.w1400{
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}
.w1200{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.w1000{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.w900{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.w80{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.w90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.w96{
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
.fGo{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media (min-width:768px) {
	.sp{display:none;}
	.pc{display:block;}
	a{
		transition:0.3s;
	}
	a:hover{
		opacity: 0.7;
	}
	a[href^="tel:"] {
	    pointer-events: none;
	}
}
/* base */


/*ヘッダー*/
.anchor{
	display:block;
	margin-top:-60px;
	padding-top:60px;
}
header{
	position:fixed;
	z-index:101;
	width:100%;
	height:60px;
	margin:0 auto;
	top:0;
	background-color:transparent;
	transition-duration:0.2s;
}
main{
/*	margin-top: 60px;*/
	overflow: hidden;
}
#header.scroll{
	background-color: rgba(255,255,255,0.8);
}
@media (min-width:1010px) {
	.anchor{
		display:block;
		margin-top:-90px;
		padding-top:90px;
	}
	header{
		height:90px;
	}
	main{
/*		margin-top: 180px;*/
	}
}
.hWrap01{}
.hWrap01 .hLogoSite{
	position: fixed;
	top: 12px;
	left: 50%;
	width: 240px;
	transform: translateX(-52%);
}
.hWrap01 .hReqBtn,
.hWrap01 .hRsvBtn,
.hWrap01 .hMapBtn{
	display: none;
}
@media (min-width:1010px) {
	.hWrap01 .hLogoSite{
		top: 10px;
		left: 20px;
		width: 70%;
		max-width: 500px;
		transform: translateX(0);
	}
	.hWrap01 .hReqBtn,
	.hWrap01 .hRsvBtn{
		display: block;
		position: fixed;
		right: 350px;
		top: 30px;
		font-size: 1.6rem;
		text-decoration: none;
		padding:0 30px 0 20px;
		background-color:#111;
		color:#fff;
		border-radius:15px;
		height:30px;
		line-height:30px;
	}
	.hWrap01 .hReqBtn::before,
	.hWrap01 .hRsvBtn::before{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		right: 10px;
		top: calc(50% - 4px);
		transform: rotate(45deg);
	}
	.hWrap01 .hRsvBtn{
		background-color:#853139;
		right: 210px;
	}
	.hWrap01 .hMapBtn{
		display: block;
		position: fixed;
		right: 100px;
		top: 32px;
		font-size: 1.6rem;
		text-decoration: none;
		padding-right: 15px;
	}
	.hWrap01 .hMapBtn::before{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		position: absolute;
		right: 0;
		top: calc(50% - 4px);
		transform: rotate(45deg);
	}
}


/*ハンバーガーボタン*/	
#hBtnMenu{
	position:fixed;
	right:0;
	bottom:0;
	width:20%;
	height:60px;
	padding-top:0;
	text-align:center;
	z-index:10;
	background-color:#fff;
}
#hBtnMenu span {
	position: absolute;
	top: 0;
	left: calc(50% - 15px);
	display: block;
	height: 2px; /* 1本辺りの高さ */
	background: #000; /* 線の色 */
	transition: all 0.3s ease-out;
}
#hBtnMenu .hbBar01 {
	top: 20px;
	width:30px;
}
#hBtnMenu .hbBar02 {
	top: 30px;
	width:25px;
}
#hBtnMenu .hbBar03 {
	top: 40px;
	width:20px;
}
/* 最上部の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar01 {
  top: 30px; /* 上から2番目の線の位置に変更 */
	width:30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);/* 線を45度回転 */
}
/* 上から2番目の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar02 {
  opacity: 0; /* 不透明度を下げて線を消す */
}
/* 最下部の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar03 {
  top: 30px; /* 上から2番目の線の位置に変更 */
	width:30px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);/* 線を135度回転 */
}
@media (min-width:1010px) {
	#hBtnMenu{
		right:0;
		top:0;
		botton:auto;
		height:90px;
		width:90px;
		background-color:transparent;
	}
	#hBtnMenu span {
		left: 25px;
	}
	#hBtnMenu .hbBar01 {
		top: 30px;
		width:44px;
	}
	#hBtnMenu .hbBar02 {
		top: 45px;
		width:37px;
	}
	#hBtnMenu .hbBar03 {
		top: 60px;
		width:30px;
	}
	#hBtnMenu.open span{
		background:#fff;
	}
	#hBtnMenu.open .hbBar01 {
	  top: 45px; /* 上から2番目の線の位置に変更 */
		width:44px;
	}
	/* 最下部の線のスタイル ---------------------- */
	#hBtnMenu.open .hbBar03 {
	  top: 45px; /* 上から2番目の線の位置に変更 */
		width:44px;
	}
}

/*ナビゲーション*/
#gNav{
	display:none;
	width:100%;
	height:100vh;
	position:absolute;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	padding: 20px;
}
#gNav .wrap01{
	width:100%;
	height:90vh;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#gNav .gnavTtl{
	font-size: 1.6rem;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	border-bottom:1px solid rgba(255,255,255,0.5);
	width:200px;
	padding-bottom:1em;
}
#gNav01{
	width: 90%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}
#gNav01 li{
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#gNav01 li:last-of-type{
	margin-bottom: 0;
}
#gNav01 a{
	font-size:2rem;
	padding:5px 0;
	text-decoration: none;
	display: block;
	color: #fff;
	letter-spacing: 0.1em;
}


/*========= スクロール途中でヘッダーが表示＆非表示するためのCSS ===============*/
/*　上に上がる動き　*/

#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}







/*footer*/
footer{
	width: 100%;
	padding: 50px 0 60px;
}
@media (min-width:768px) {
	footer{
		padding: 50px 0 0;
	}
}
.fHousemaker{
	width:100%;
	max-width: 1400px;
	margin: 0 auto 80px;
	background-image: url(../images/common/bg01.jpg);
	background-size: cover;
	padding: 50px 5%;
}
.fHousemaker .copy01{
	font-size: clamp(2rem,3.2vw,3.2rem);
}
.fHousemaker .wrap01{}
.fHousemaker .wrap01 .unit01{
	background-color: #fff;
	margin-bottom: 50px;
	padding: 50px 30px;
	text-align: center;
}
.fHousemaker .wrap01 .unit01:last-of-type{
	margin-bottom: 0;
}
.fHousemaker .wrap01 .unit01 figure{
	margin: 0 auto 30px;
	height: 70px;
}
.fConLogo01{max-width: 263px;}
.fConLogo02{max-width: 312px;}
.fConLogo03{max-width: 268px;}

.fHousemaker .wrap01 .unit01 .btn{
	display: block;
	max-width: 293px;
	margin: 0 auto;
}
@media(min-width: 768px){
	.fHousemaker .wrap01{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.fHousemaker .wrap01 .unit01{
		width: 30%;
		max-width:370px;
		margin-bottom: 0;
	}
}

.fConUnit02{
	width: 90%;
	margin: 0 auto 80px;
	text-align: center;
}
.fConUnit02 p{
	font-size:1.2rem;
	margin: 0 0 1em 0;
	text-align: center;
}
.fConUnit02 figure{
	margin: 0 auto;
}
.fConLogo04{max-width: 268px;}

#copyright{
	font-size:max(1rem, min(1.4vw, 1.4rem) );
	line-height: 40px;
	background-color: #000;
	color: #fff;
}
@media screen and (min-width:768px) {
	#copyright{
		line-height: 60px;
	}
}
/*ページトップ*/
.pageTop{
	display: block;
	position: fixed;
	right: 0;
	bottom: 60px;
	width: 40px;
	height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.pageTop.active{
  opacity: 1;
  visibility: visible;
}
.pageTop a{
	display: block;
	width: 40px;
	height: 40px;
  background-color: #c0a76e;
	position: relative;
}
.pageTop a::before{
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	left: calc(50% - 5px);
	top: calc(50% - 3px);
	transform: rotate(-45deg);
}
@media (min-width:768px) {
	.pageTop{
		width: 60px;
		height: 60px;
		bottom: 0;
	}
	.pageTop a{
		width: 60px;
		height: 60px;
	}
	.pageTop a::before{
		width: 20px;
		height: 20px;
		border-top: 3px solid #000;
		border-right: 3px solid #000;
		left: calc(50% - 10px);
		top: calc(50% - 5px);
	}
}


/*概要バナー*/
#olBnr{
	position: fixed;
	display: block;
	width:calc( 100% - 60px);
	bottom: 0;
	left: 0;
	animation-delay: 0.1s;
	z-index:102;
}
#olBnr ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#olBnr li{
	width: calc(100% / 3);
}
#olBnr a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	font-size:max(1rem, min(2vw, 2rem) );
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	height: 70px;
	position: relative;
	letter-spacing: -0.1em;
	background-size: 100% 100%;
}
#olBnr a::before{
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 10px;
	top: calc(50% - 2px);
	transform: rotate(45deg);
}
#olBnr li:nth-of-type(1) a{background-image: url(../images/common/btnbg01.png);}
#olBnr li:nth-of-type(2) a{background-image: url(../images/common/btnbg02.png);}
#olBnr li:nth-of-type(3) a{background-image: url(../images/common/btnbg03.png);}
@media (min-width:768px) {
	#olBnr a{
		letter-spacing: 0;
	}
	#olBnr a br{
		display: none;
	}
}
/*トヨタホーム九州ポップアップ*/
#thpopup_wrap{
	background-image: url(../images/common/bg02.png);
	background-size: 100% 100%;
	width: 90%;
	margin: 0 auto;
	padding: 20px 5%;
	text-align: center;
	aspect-ratio: 1/0.656;
	max-width:570px;
	max-height:374px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#thpopup_wrap .ttl01{
	font-size:2rem;
	margin-bottom: 10px;
}
#thpopup_wrap .mfp-close{
	right: 20px;
	top: 0px;
}
#thpopup_wrap .btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	max-width: 380px;
	margin: 0 auto;
	color: #fff;
	font-size:1.7rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	height: 50px;
	position: relative;
	letter-spacing: 0.1em;
	background-size: 100% 100%;
	background-image: url(../images/common/btnbg01.png);
	cursor: pointer;
}
#thpopup_wrap .btn:nth-of-type(1){
	margin: 0 auto 10px;
}
#thpopup_wrap .btn::before{
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 10px;
	top: calc(50% - 2px);
	transform: rotate(45deg);
}
@media(min-width: 768px){
	#thpopup_wrap .ttl01{
		margin-bottom: 30px;
	}
	#thpopup_wrap .btn{
		height: 70px;
		font-size:2.5rem;
	cursor: pointer;
	}
	#thpopup_wrap .btn:nth-of-type(1){
		margin: 0 auto 30px;
	}
}



/*来場予約ポップアップ*/
.popupWrap01{
	background-color:#fff;
	width:90%;
	margin:0 auto;
	max-width:1200px;
	padding:10px 0;
}
.popupWrap01 .wrap01{
	border:1px solid #888;
	padding:25px 5%;
	margin:0 10px;
}
.popupWrap01 .img01{
	width:30%;
	max-width:146px;
	margin:0 auto 15px;
}
.popupWrap01 .txt01{
	background-image:url(../images/common/bg03.jpg);
	background-size:cover;
	color:#fff;
	padding:10px;
	max-width:1000px;
	margin:0 auto ;
	text-align:center;
	font-size:clamp(1.5rem,2vw,2.5rem);
}
#request_wrap.popupWrap01 .txt01{
	background-image:url(../images/common/bg04.jpg);
}
.popupWrap01 .wrap02{}
.popupWrap01 .wrap02 .unit{
	margin-top:20px;
}
.popupWrap01 .wrap02 .unit .btn01{
	background: rgb(51,51,51);
	background: linear-gradient(180deg, rgba(51,51,51,1) 50%, rgba(0,0,0,1) 50%);
	display:block;
	max-width:320px;
	width:100%;
	margin:10px auto;
	padding:10px;
	color:#fff;
	text-align:center;
	text-decoration: none;
	font-size:14px;
	font-size:clamp(1.4rem,1.6vw,1.6rem);
}
#request_wrap.popupWrap01 .wrap02 .unit .btn01{
	background: #9e916e;
	background: linear-gradient(180deg, #9e916e 50%, #897a56 50%);
}
.popupWrap01 .wrap02 .unit .logo{
	margin:0 auto;
}
.popupWrap01 .wrap02 .unit .logo01{max-width: 263px;}
.popupWrap01 .wrap02 .unit .logo02{max-width: 312px;}
.popupWrap01 .wrap02 .unit .logo03{max-width: 268px;}

@media(min-width: 768px){
	.popupWrap01 .wrap01{
		padding:50px 5%;
	}
	.popupWrap01 .img01{
		margin:0 auto 50px;
	}
	.popupWrap01 .wrap02{
		display:flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.popupWrap01 .wrap02 .unit{
		margin-top:50px;
		width:30%;
	}
	.popupWrap01 .wrap02 .unit .logo{
		height:70px;
	}
	.popupWrap01 .wrap02 .unit .btn01{
	}
}

/*トヨタホーム九州ポップアップ*/
#thpopup_wrap{
	background-image: url(../images/common/bg02.png);
	background-size: 100% 100%;
	width: 90%;
	margin: 0 auto;
	padding: 20px 5%;
	text-align: center;
	aspect-ratio: 1/0.656;
	max-width:570px;
	max-height:374px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#thpopup_wrap .ttl01{
	font-size:2rem;
	margin-bottom: 10px;
}
#thpopup_wrap .mfp-close{
	right: 20px;
	top: 0px;
}
#thpopup_wrap .btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	max-width: 380px;
	margin: 0 auto;
	color: #fff;
	font-size:1.7rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	height: 50px;
	position: relative;
	letter-spacing: 0.1em;
	background-size: 100% 100%;
	background-image: url(../images/common/btnbg01.png);
	cursor: pointer;
}
#thpopup_wrap .btn:nth-of-type(1){
	margin: 0 auto 10px;
}
#thpopup_wrap .btn::before{
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 10px;
	top: calc(50% - 2px);
	transform: rotate(45deg);
}
@media(min-width: 768px){
	#thpopup_wrap .ttl01{
		margin-bottom: 30px;
	}
	#thpopup_wrap .btn{
		height: 70px;
		font-size:2.5rem;
	cursor: pointer;
	}
	#thpopup_wrap .btn:nth-of-type(1){
		margin: 0 auto 30px;
	}
}

/*スマホナビ*/
#spNav{
	position:fixed;
	display:flex;
	left:0;
	bottom:0;
	display:flex;
	width:80%;
	height:60px;
	margin:0 20% 0 0;
	background-color:#333;
	z-index:10000;
}
#spNav a{
	display:block;
	height:60px;
	width:25%;
	color:#fff;
	text-decoration: none;
}
#spNav a figure{
	height:30px;
	margin:10px auto 0;
}
#spNav a figure.icon01{
	width:30px;
}
#spNav a figure.icon02{
	width:22px;
}
#spNav a figure.icon03{
	width:22px;
}
#spNav a figure.icon04{
	width:19px;
}
#spNav a figure.icon05{
	width:22px;
}
#spNav a figure.icon06{
	width:22px;
}
@media(min-width:1010px){
	#spNav{
		display:none;
	}
}










/*title*/
.cTtl01{
	font-weight: normal;
	font-size:clamp(2.2rem, 3.3vw, 3.3rem);
	font-family: "Times New Roman" , "Times" , serif;
	letter-spacing: 0.1em;
	color: #bfa66f;
}
.cTtl02{
	font-weight: normal;
	font-size:clamp(2.2rem, 4vw, 4rem);
	font-family: "Times New Roman" , "Times" , serif;
	letter-spacing: 0.1em;
	color: #bfa66f;
}
.cTtl03 .en{
	font-weight: normal;
	font-size:clamp(4rem, 7.5vw, 7.5rem);
	font-family: "Times New Roman" , "Times" , serif;
	letter-spacing: 0.15em;
	color: #a58a55;
	line-height: 1.4;
}
.cTtl03 .jp{
	font-weight: normal;
	font-size:clamp(2.2rem, 3vw, 3rem);
	font-family: "Times New Roman" , "Times" , serif;
	letter-spacing: 0.15em;
}

.cTtl04{
	border-bottom: 1px solid #999;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.cTtl04 .en{
	font-weight: normal;
	font-size:clamp(2rem, 3vw, 3rem);
	font-family: "Times New Roman" , "Times" , serif;
	color: #a58a55;
	letter-spacing: 0.1em;
	text-align: left;
}
.cTtl04 .jp{
	font-weight: normal;
	font-size:clamp(1.6rem, 2.5vw, 2.5rem);
	text-align: right;
}

/*text*/
.fs50{font-size: 50%;}
.fs75{font-size: 75%;}
.fs110{font-size: 110%;}
.fs120{font-size: 120%;}
.fs130{font-size: 130%;}
.fs140{font-size: 140%;}
.fs150{font-size: 150%;}
.fs160{font-size: 160%;}
.lh1{line-height:1;}
.lh15{line-height:1.5;}
.lh2{line-height:2;}
.cCopy01{font-size:clamp(2rem, 4vw, 4rem);font-weight: normal;}
.cCopy02{font-size:clamp(3rem, 4.8vw, 4.8rem);font-weight: normal;}
.txt14r{font-size:1.4rem;font-size:clamp(1.2rem, 1.4vw, 1.4rem);}
.txt16r{font-size:1.6rem;font-size:clamp(1.4rem, 1.6vw, 1.6rem);}
.txt18r{font-size:1.8rem;font-size:clamp(1.6rem, 1.8vw, 1.8rem);}
.txt20r{font-size:2.0rem;font-size:clamp(1.8rem, 2.0vw, 2.0rem);}
.txt24r{font-size:2.4rem;font-size:clamp(2.0rem, 2.4vw, 2.4rem);}
.txt30r{font-size:3rem;font-size:clamp(2.5rem, 3vw, 3rem);}
.txt35r{font-size:3.5rem;font-size:clamp(2.8rem, 3.5vw, 3.5rem);}
.txt50r{font-size:5rem;font-size:clamp(3.3rem, 5vw, 5rem);}
.txt60r{font-size:6rem;font-size:clamp(4rem, 6vw, 6rem);}
.tcGold01{color: #90782c;}

/*section responsive*/
.sec80r{
	padding-top: clamp(50px,8vw,80px);
	padding-bottom: clamp(50px,8vw,80px);
}
.sec80rt{
	padding-top: clamp(50px,8vw,80px);
}
.sec80rb{
	padding-bottom: clamp(50px,8vw,80px);
}
.sec60r{
	padding-top: clamp(40px,6vw,60px);
	padding-bottom: clamp(40px,6vw,60px);
}
.sec60rt{
	padding-top: clamp(40px,6vw,60px);
}
.sec60rb{
	padding-bottom: clamp(40px,6vw,60px);
}
.sec40r{
	padding-top: clamp(30px,4vw,40px);
	padding-bottom: clamp(30px,4vw,40px);
}

/*background*/
.cBg01{
	background-color: #fef5e6;
}
.cBg02{
	width:100%;
	background-image: url(../images/common/bg01.jpg);
	background-size: cover;
}
.cBg03{
	background-color: #ebe5d9;
}
.cBg04{background-color: #e5e5d7;}

/*lnav*/
.lNav01{
	width:100%;
	background-image: url(../images/common/bg01.jpg);
	background-size: cover;
	padding: 40px 0;
}
.lNav01 .wrap01{
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.lNav01 .wrap01 a{
	width: 48%;
	background-image: url(../images/common/btn_bg01.png);
	background-size: 100% 100%;
	margin: 0 1% 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	position: relative;
}
.lNav01 .wrap01 a::before{
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 15px;
	top: calc(50% - 5px);
	transform: rotate(135deg);
}
@media (min-width:768px) {
	.lNav01 .wrap01 a{
		width: 23%;
		margin: 0 1%;
	}
}
.lNav01 .wrap01 a .en{
	font-size:  clamp(2rem,3vw,3rem);
	font-family: "Times New Roman" , "Times" , serif;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.lNav01 .wrap01 a .jp{
	font-size: clamp(1.2rem,1.8vw,1.8rem);
}

























