@charset "UTF-8";
/* CSS Document */

/*==============================
基本設定
==============================*/

html{
	width: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

body{
	width: 100%;
	font-size: 2.6rem;
	line-height: 36px;
	font-weight: 400;
	text-align: justify;
	color: #666;
	background: #FFF;
	overflow-x: clip;/*hiddenではスクロールがおかしくなるため入れた*/
	position: relative;
	-webkit-text-size-adjust: 100%;/*スマホで横持ちした時フォントサイズが変わらないように*/
}


/*リンク設定*/
a:link,
a:visited,
a:hover,
a:active{
	color: #666;
	text-decoration: none;
	transition: 0.3s;
}

a.active{
	opacity: 0.8;
	transition: 0.5s;
}

/*イメージ設定*/
img{
	width: 100%;
	height: auto;
}

#wrapper{
	width: 100%;
	position: relative;
}

/*==============================
共通設定
==============================*/

/*英文*/
.en {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 20px;
	text-align: justify;
}

/*section共通*/
section{
	width: 100%;
	padding: 150px 0;
}

/*inner共通*/
section .inner{
	margin: 0 auto;
	width: 960px;
}

/*h2共通*/
section h2 {
	color: #666;
	font-size: 6rem;
	font-weight: 400;
	line-height: 80px;
	text-align: center;
}

/*h3 英語共通*/
section h3.en {
	margin: 20px auto 0;
	color: #666;
	font-size: 2rem;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
}

/*contentList*/
.contentList{
	margin: 100px auto 0;
}

/*contentList 見出し*/
.contentList h4{
	color: #666;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 36px;
	text-align: justify;
}

/*contentList 英文*/
.contentList .en{
	margin: 10px auto 0;
	color: #666;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 26px;
	text-align: justify;
}

/*contentList li*/
.contentList > li{
	margin: 90px auto 0;
}

/*contentList li 1つ目*/
.contentList > li:first-of-type{
	margin: 0 auto;
}

/*contentList 写真*/
.contentList .photo{
	margin: 40px auto 0;
	width: 100%;
}

/*詳しくはボタン*/
.more{
	margin: 70px auto 0;
	width: 220px;
	height: 60px;
}

/*詳しくはボタン リンク*/
.more a{
	display: block;
	padding: 10px 0 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 2rem;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	background: #666;
}

/*詳しくはボタン 英文*/
.more a::after{
	content: "for more info";
	display: inline-block;
	width: 100%;
	font-family: "Roboto", sans-serif;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 14px;
	font-weight: 400;
	text-align: center;
}

/*==============================
ヘッダー設定
==============================*/

/*ヘッダー全体*/
#headerWrap{
	width: 100vw;
	height: 100dvh;
	background: url(../img/bg_main.jpg) no-repeat center center / cover;
	position: relative;
}

/*ロゴ全体*/
#headerWrap .logo{
	margin: auto;
	width: 640px;
	height: 190px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: drop-shadow(0 0 5px rgba(68,111,174,1));
}

/*ロゴ見出し*/
#headerWrap .logo h2{
	color: #FFF;
	font-size: 6.2rem;
	font-weight: 400;
	line-height: 62px;
	text-align: center;
}

/*ロゴ*/
#headerWrap .logo h1{
	margin: 24px auto 0;
	width: 400px;
	text-align: center;
}

/*ロゴ 英文*/
#headerWrap .logo h1::before{
	content: "The Future Arimitsu Industry Aims for";
	display: inline-block;
	margin: 0 0 24px 0;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 22px;
}

/*動画ボタン全体*/
.movieBtn{
	margin: auto;
	width: 680px;
	height: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
}

/*動画ボタン*/
.movieBtn li{
	width: 325px;
	height: 100%;
}

/*動画ボタン リンク*/
.movieBtn li a{
	display: block;
	padding: 18px 0 0 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 3.2rem;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	background: black;
	border: 3px solid #FFF;
}

/*動画ボタン 1つ目*/
.movieBtn li:first-of-type a{
	background: #6BB02E;
	background: url(../img/ico_youtube.svg) no-repeat center center /76px 58px,
				linear-gradient(0deg, rgba(107, 176, 46, 1) 0%, rgba(143, 195, 31, 1) 64%);
}

/*動画ボタン 2つ目*/
.movieBtn li:nth-of-type(2) a{
	background: #0094A0;
	background: url(../img/ico_youtube.svg) no-repeat center center /76px 58px,
				linear-gradient(0deg, rgba(0, 148, 160, 1) 0%, rgba(0, 174, 187, 1) 64%);
}

/*動画ボタン 英文共通*/
.movieBtn li:first-of-type a::after,
.movieBtn li:nth-of-type(2) a::after{
	display: inline-block;
	width: 100%;
	font-family: "Roboto", sans-serif;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 16px;
	font-weight: 400;
	text-align: center;
}

/*動画ボタン 英文 1つ目*/
.movieBtn li:first-of-type a::after{
	content: "3D Hologram Video";
}

/*動画ボタン 英文 2つ目*/
.movieBtn li:nth-of-type(2) a::after{
	content: "Promotional Video";
}

/*==============================
サステナブル設定
==============================*/

/*サステナブル写真共通*/
#sustainable .contentList li:first-of-type .photo,
#sustainable .contentList li:nth-of-type(3) .photo{
	margin: 40px auto 0;
	width: 100%;
	height: 426px;
}

/*サステナブル写真 1枚目*/
#sustainable .contentList li:first-of-type .photo{
	background: url(../img/bg_sustainable01.jpg) no-repeat center center / cover;
}

/*サステナブル写真 2枚目*/
#sustainable .contentList li:nth-of-type(3) .photo{
	background: url(../img/bg_sustainable02.jpg) no-repeat center center / cover;
}

/*==============================
スマートLVH設定
==============================*/

/*スマートLVH全体*/
#smartLvh{
	background: #F2F2F2;
}

/*スマートLVH コンテンツリスト*/
#smartLvh .contentList > li{
	width: 100%;
}

/*スマートLVH 写真全体*/
#smartLvh .contentList > li .photoList{
	margin: 40px auto 0;
	width: 100%;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*スマートLVH 写真リスト*/
#smartLvh .contentList li .photoList li{
	height: 100%;
}

/*スマートLVH 写真リスト 1つ目と2つ目*/
#smartLvh .contentList li:first-of-type .photoList li,
#smartLvh .contentList li:nth-of-type(2) .photoList li{
	width: calc(100% / 3 - 20px);
}

/*スマートLVH 写真リスト 1つ目 写真01*/
#smartLvh .contentList li:first-of-type .photoList li:first-of-type{
	background: url(../img/bg_lvh01.jpg) no-repeat center center / cover;
}

/*スマートLVH 写真リスト 1つ目 写真02*/
#smartLvh .contentList li:first-of-type .photoList li:nth-of-type(2){
	background: url(../img/bg_lvh02.jpg) no-repeat center center / cover;
}

/*スマートLVH 写真リスト 1つ目 写真03*/
#smartLvh .contentList li:first-of-type .photoList li:nth-of-type(3){
	background: url(../img/bg_lvh03.jpg) no-repeat center center / cover;
}

/*スマートLVH 写真リスト 2つ目 写真01*/
#smartLvh .contentList li:nth-of-type(2) .photoList li:first-of-type{
	background: url(../img/bg_lvh04.jpg) no-repeat center center / cover;
}

/*スマートLVH 写真リスト 2つ目 写真02*/
#smartLvh .contentList li:nth-of-type(2) .photoList li:nth-of-type(2){
	background: url(../img/bg_lvh05.jpg) no-repeat center center / cover;
}

/*スマートLVH 写真リスト 2つ目 写真03*/
#smartLvh .contentList li:nth-of-type(2) .photoList li:nth-of-type(3){
	background: url(../img/bg_lvh06.jpg) no-repeat center center / cover;
}

/*スマートLVH 写真リスト 3つ目*/
#smartLvh .contentList li:nth-of-type(3) .photoList li{
	width: calc(100% / 2 - 15px);
}

/*スマートLVH 写真リスト 3つ目 写真01*/
#smartLvh .contentList li:nth-of-type(3) .photoList li:first-of-type{
	background: url(../img/bg_lvh07.jpg) no-repeat center center / cover;
}

/*スマートLVH 写真リスト 3つ目 写真02*/
#smartLvh .contentList li:nth-of-type(3) .photoList li:nth-of-type(2){
	background: url(../img/bg_lvh08.jpg) no-repeat center center / cover;
}

/*==============================
フロリア設定
==============================*/

/*フロリア全体*/
#frorear{
	border-bottom: 1px solid #666;
}

/*フロリア写真*/
#frorear .photo{
	margin: 100px auto 0;
	width: 100%;
	height: 426px;
	background: url(../img/bg_frorear.jpg) no-repeat center center / cover;
}

/*フロリア まとめ見出し*/
#frorear h4{
	margin: 150px auto 0;
	font-size: 4.6rem;
	font-weight: 400;
	line-height: 66px;
	text-align: center;
}

/*フロリア まとめ見出し 英文*/
#frorear h5{
	margin: 10px auto 0;
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

/*ホームページへボタン*/
.home{
	margin: 50px auto 0;
	width: 320px;
	height: 80px;
}

/*ホームページへボタン リンク*/
.home a{
	display: block;
	padding: 15px 0 0 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	background: #D81D1A;
}

/*ホームページへボタン 装飾共通*/
.home a::before,
.home a::after{
	display: inline-block;
}

/*ホームページへボタン アイコン*/
.home a::before{
	content: "";
	margin: 0 5px 0 0;
	width: 26px;
	height: 23px;
	background: url(../img/ico_logo.svg) no-repeat center center / cover;
	position: relative;
	top: 2px;
}

/*ホームページへボタン 英文*/
.home a::after{
	content: "Click here for Arimitsu Industry website";
	font-family: "Roboto", sans-serif;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 14px;
	font-weight: 400;
	text-align: center;
}

/*==============================
フッター設定
==============================*/

/*フッター全体*/
#footerWrap{
	padding: 120px 0;
	width: 100%;
}

/*フッター ロゴ*/
#footerWrap .logo{
	margin: 0 auto;
	width: 440px;
}

/*==============================
レスポンシブ設定
==============================*/

/*960pxの場合*/
@media screen and (max-width:960px){

	/*==============================
	共通設定
	==============================*/

	/*inner共通*/
	section .inner{
		width: calc(100% - 60px);
	}

}

/*768pxの場合*/
@media screen and (max-width:768px){

	/*==============================
	共通設定
	==============================*/

	/*英文*/
	.en {
		font-size: 1.4rem;
		line-height: 18px;
	}

	/*section共通*/
	section{
		padding: 100px 0;
	}

	/*h2共通*/
	section h2 {
		font-size: 4rem;
		line-height: 60px;
	}

	/*h3 英語共通*/
	section h3.en {
		margin: 15px auto 0;
		font-size: 1.6rem;
		line-height: 22px;
	}

	/*contentList*/
	.contentList{
		margin: 60px auto 0;
	}

	/*contentList 見出し*/
	.contentList h4{
		font-size: 2rem;
		line-height: 30px;
	}

	/*contentList 英文*/
	.contentList .en{
		font-size: 1.4rem;
		line-height: 20px;
	}

	/*contentList li*/
	.contentList > li{
		margin: 60px auto 0;
	}

	/*contentList 写真*/
	.contentList .photo{
		margin: 30px auto 0;
	}

	/*詳しくはボタン*/
	.more{
		margin: 50px auto 0;
	}

	/*==============================
	ヘッダー設定
	==============================*/

	/*ロゴ全体*/
	#headerWrap .logo{
		width: calc(100% - 40px);
	}

	/*ロゴ見出し*/
	#headerWrap .logo h2{
		font-size: 5.6rem;
		line-height: 50px;
	}

	/*==============================
	サステナブル設定
	==============================*/

	/*サステナブル写真共通*/
	#sustainable .contentList li:first-of-type .photo,
	#sustainable .contentList li:nth-of-type(3) .photo{
		margin: 30px auto 0;
		height: 320px;
	}

	/*==============================
	スマートLVH設定
	==============================*/

	/*スマートLVH 写真全体*/
	#smartLvh .contentList > li .photoList{
		margin: 30px auto 0;
		height: auto;
	}

	/*スマートLVH 写真リスト 1つ目と2つ目*/
	#smartLvh .contentList li:first-of-type .photoList li,
	#smartLvh .contentList li:nth-of-type(2) .photoList li{
		margin: 30px 0 0 0;
		width: calc(100% / 2 - 15px);
		height: 200px;
	}

	#smartLvh .contentList li:first-of-type .photoList li:first-of-type,
	#smartLvh .contentList li:nth-of-type(2) .photoList li:first-of-type{
		margin: 0;
		width: 100%;
		height: 250px;
	}

	/*スマートLVH 写真リスト 3つ目*/
	#smartLvh .contentList li:nth-of-type(3) .photoList{
		height: 200px;
	}

	/*スマートLVH 写真リスト 1つ目 写真01*/
	#smartLvh .contentList li:first-of-type .photoList li:first-of-type{
		background: url(../img/bg_lvh01_sp.jpg) no-repeat center center / cover;
	}


	/*スマートLVH 写真リスト 2つ目 写真01*/
	#smartLvh .contentList li:nth-of-type(2) .photoList li:first-of-type{
		background: url(../img/bg_lvh04_sp.jpg) no-repeat center center / cover;
	}

	/*==============================
	フロリア設定
	==============================*/

	/*フロリア写真*/
	#frorear .photo{
		margin: 60px auto 0;
		height: 320px;
	}

	/*フロリア まとめ見出し*/
	#frorear h4{
		margin: 100px auto 0;
		font-size: 3rem;
		line-height: 50px;
	}

	/*フロリア まとめ見出し 英文*/
	#frorear h5{
		margin: 10px auto 0;
		font-size: 1.4rem;
		line-height: 18px;
	}

	/*==============================
	フッター設定
	==============================*/

	/*フッター全体*/
	#footerWrap{
		padding: 100px 0;
	}

	/*フッター ロゴ*/
	#footerWrap .logo{
		width: 320px;
	}


}

/*680pxの場合*/
@media screen and (max-width:680px){

	/*==============================
	共通設定
	==============================*/

	/*section共通*/
	section{
		padding: 60px 0;
	}

	/*inner共通*/
	section .inner{
		width: calc(100% - 40px);
	}

	/*h2共通*/
	section h2 {
		font-size: 3rem;
		line-height: 46px;
	}

	/*h3 英語共通*/
	section h3.en {
		margin: 10px auto 0;
		font-size: 1.2rem;
		line-height: 16px;
	}

	/*contentList*/
	.contentList{
		margin: 40px auto 0;
	}

	/*contentList 見出し*/
	.contentList h4{
		font-size: 1.6rem;
		line-height: 26px;
	}

	/*contentList 英文*/
	.contentList .en{
		font-size: 1.2rem;
		line-height: 18px;
	}

	/*contentList li*/
	.contentList > li{
		margin: 40px auto 0;
	}

	/*==============================
	ヘッダー設定
	==============================*/

	/*ロゴ見出し*/
	#headerWrap .logo h2{
		font-size: 4rem;
		line-height: 40px;
	}

	/*動画ボタン全体*/
	.movieBtn{
		width: calc(100% - 40px);
		height: 70px;
	}

	/*動画ボタン*/
	.movieBtn li{
		width: calc(50% - 10px);
	}

	/*動画ボタン リンク*/
	.movieBtn li a{
		padding: 22px 0 0 0;
		font-size: 2rem;
		line-height: 2px;
	}

	/*動画ボタン 英文共通*/
	.movieBtn li:first-of-type a::after,
	.movieBtn li:nth-of-type(2) a::after{
		margin: 14px 0 0 0;
		font-size: 1.4rem;
		line-height: 14px;
	}

}

/*480pxの場合*/
@media screen and (max-width:480px){

	/*==============================
	共通設定
	==============================*/

	/*詳しくはボタン*/
	.more{
		margin: 30px auto 0;
		width: 100%;
		height: 60px;
	}

	/*詳しくはボタン リンク*/
	.more a{
		padding: 12px 0 0;
		font-size: 1.8rem;
		line-height: 18px;
	}

	/*詳しくはボタン 英文*/
	.more a::after{
		font-size: 1.2rem;
		line-height: 14px;
	}

	/*==============================
	ヘッダー設定
	==============================*/

	/*ロゴ見出し*/
	#headerWrap .logo h2{
		font-size: 3rem;
		line-height: 30px;
	}

	/*ロゴ*/
	#headerWrap .logo h1{
		margin: 12px auto 0;
		width: 100%;
	}

	/*ロゴ 英文*/
	#headerWrap .logo h1::before{
		margin: 0 0 12px 0;
		font-size: 1.4rem;
		line-height: 14px;
	}

	/*動画ボタン全体*/
	.movieBtn{
		height: auto;
		flex-direction: column;
	}

	/*動画ボタン*/
	.movieBtn li{
		margin: 10px auto 0;
		width: 280px;
		height: 70px;
	}

	/*==============================
	サステナブル設定
	==============================*/

	/*サステナブル写真共通*/
	#sustainable .contentList li:first-of-type .photo,
	#sustainable .contentList li:nth-of-type(3) .photo{
		margin: 20px auto 0;
		height: 200px;
	}

	/*==============================
	スマートLVH設定
	==============================*/

	/*スマートLVH 写真全体*/
	#smartLvh .contentList > li .photoList{
		margin: 20px auto 0;
	}

	#smartLvh .contentList li:first-of-type .photoList li{
		margin: 20px 0 0 0;
		width: calc(100% / 2 - 10px);
		height: 150px;
	}

	#smartLvh .contentList li:nth-of-type(2) .photoList li{
		margin: 20px 0 0 0;
		width: calc(100% / 2 - 10px);
		height: 150px;
	}


	#smartLvh .contentList li:first-of-type .photoList li:first-of-type,
	#smartLvh .contentList li:nth-of-type(2) .photoList li:first-of-type{
		height: 150px;
	}

	/*スマートLVH 写真リスト 3つ目*/
	#smartLvh .contentList li:nth-of-type(3) .photoList li{
		width: calc(100% / 2 - 10px);
	}

	/*スマートLVH 写真リスト 3つ目*/
	#smartLvh .contentList li:nth-of-type(3) .photoList{
		height: 150px;
	}

	/*==============================
	フロリア設定
	==============================*/

	/*フロリア写真*/
	#frorear .photo{
		margin: 40px auto 0;
		height: 200px;
	}

	/*フロリア まとめ見出し*/
	#frorear h4{
		margin: 40px auto 0;
		font-size: 2rem;
		line-height: 36px;
	}

	/*フロリア まとめ見出し 英文*/
	#frorear h5{
		margin: 5px auto 0;
		font-size: 1.2rem;
		line-height: 16px;
	}

	/*ホームページへボタン*/
	.home{
		width: 100%;
		height: 70px;
	}

	/*ホームページへボタン リンク*/
	.home a{
		padding: 15px 0 0 0;
		font-size: 2rem;
		line-height: 20px;
	}

	/*ホームページへボタン アイコン*/
	.home a::before{
		width: 20px;
		height: 17px;
		top: 1px;
	}

	/*ホームページへボタン 英文*/
	.home a::after{
		font-size: 1.2rem;
		line-height: 12px;
	}

	/*==============================
	フッター設定
	==============================*/

	/*フッター全体*/
	#footerWrap{
		padding: 60px 0;
	}

	/*フッター ロゴ*/
	#footerWrap .logo{
		width: 260px;
	}


}