@charset "utf-8";

/*--------------------------------------------------
  HETA TOP
--------------------------------------------------*/
.stove_heta_top{
	text-align:center;
}

#heta_brand{
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#heta_brand h3, #heta_brand h4{
	font-weight: 600;
}
#heta_brand h4{
	font-size: 23px;
	margin-bottom: 8px;
}

#heta_head{
	position: relative;
	width: 100%;
	height: 1100px;
	height: 100VH;
	margin: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../../../images/brand/heta/heta_visual.jpg") no-repeat center bottom /cover;
}
#heta_head::after{
	content: "";
	position: absolute;
	bottom: 8%;
	left: 50%;
	display: block;
	width: 10px;
	height: 100px;
	margin-left: -5px;
	background: url("../../../images/brand/heta/heta_line0.gif") no-repeat center bottom;
}
#heta_head .heta_head_inner{
	text-align: center;
}
#heta_head .heta_head_inner h2{
	margin-bottom: 50px;
}

#heta01{
	margin: 0 auto 80px;
}
.heta01_h{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.heta01_h h2{
	position: absolute;
	left: -36px;
	top: 200px;
}
.heta01_01{
	position: absolute;
	top: 890px;
	left: 0;
	width: 100%;
	height: 580px;
	z-index: 1;
}
.heta01_01_inner{
	display: flex;
	width: 100%;
	max-width: 1066px;
	height: 460px;
	margin: 0 auto;
}
.heta01_01_inner p{
	position: absolute;
	top: 0;
	height: 580px;
	padding: 40px 20px 0;
	background-color: #c9c9ca;
}
.heta01_01_inner p:nth-of-type(1){
	width: 54%;
	left: 0;
	text-align: right;
	border-right: 10px solid #fff;
}
.heta01_01_inner p:nth-of-type(2){
	width: 46%;
	right: 0;
	text-align: left;
	border-left: 10px solid #fff;
}
.heta01_02{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 1100px;
	height: 420px;
	margin: 460px auto 0;
	padding: 0 40px;
	background: url("../../../images/brand/heta/heta01_02_bg.jpg") no-repeat 0 0;
	z-index: 10;
}
.heta01_02_txt{
	width: 100%;
	max-width: 400px;
	margin-right: 30px;
	text-align: right;
	color: #fff;
}
.heta01_02_txt h3{
	display: inline-block;
	text-align: left;
}
.heta01_02_txt p{
	padding-left: 160px;
	background: url("../../../images/brand/heta/heta01_02_img01.png") no-repeat left center;
	text-align: left;
}

#heta02{
	position: relative;
}
#heta02 h2{
	padding: 70px 0 40px;
}
.heta02_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../../../images/brand/heta/heta02_bg.jpg") no-repeat center center /cover;
	z-index: 1;
}
.heta02_txtblock01{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding:  0 0 70px;
	background: url("../../../images/brand/heta/heta02_line.png") no-repeat 384px 0;
}
.heta02_txtblock01 h3{
	width: 100%;
	max-width: 348px;
	margin: 0;
}
.heta02_txtblock01 p{
	width: 100%;
	max-width: 368px;
	text-align: left;
	color: #221815;
	font-weight: 500;
	line-height: 2;
}
.heta02_box{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 50px 60px 60px;
	background-color: #231815;
	color: #fff;
	overflow: hidden;
}
.heta02_box h3{
	text-align: center;
	margin-bottom: 50px;
}
.heta02_box_inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.heta02_txtblock02{
	float: left;
	width: 100%;
	max-width: 320px;
	text-align: left;
}
.heta02_txtblock02 h4:nth-of-type(2){
	margin-top: 40px;
}
.heta02_fig{
	float: left;
}

#heta03{
	position: relative;
}
.heta03_head{
	padding: 70px 0 40px;
}
.heta03_head h2{
	margin-bottom: 24px;
}
.heta03_txtblock{
	position: relative;
	display: flex;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	align-items: flex-start;
	justify-content: space-between;
	color: #fff;
}
.heta03_txtblock::after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	display: block;
	width: 100%;
	max-width: 10px;
	height: 250px;
	margin-left: -5px;
	background: url("../../../images/brand/heta/heta03_line.png") no-repeat center bottom;
}
.heta03_txtblock div{
	width: 100%;
	max-width: 300px;
	text-align: left;
	text-shadow: 0px 0px 2px rgba(0,0,0,.6);
}
.heta03_txtblock h4{
	margin-bottom: 8px;
	font-weight: bold;
}
.heta03_illust::after{
	content: "";
	display: block;
	width: 388px;
	max-width: 388px;
	height: 220px;
	background: url("../../../images/brand/heta/heta03_illust.png") no-repeat 0 0;
	margin: 60px 0 0 -88px;
	
}
.heta03_bg{
	position: absolute;
	width: 100%;
	height: 890px;
	top: 0;
	left: 0;
	background: url("../../../images/brand/heta/heta03_bg.jpg") no-repeat center center /cover;
	z-index: -1;
}

#heta04{
	position: relative;
	background-color: #FF0004;
}
.heta04_head{
	position: relative;
	padding: 70px 0 40px 180px;
}
.heta04_head::after{
	content: "";
	position: absolute;
	top: 270px;
	left: 50%;
	display: block;
	width: 10px;
	height: 280px;
	margin-left: 130px;
	background: url("../../../images/brand/heta/heta04_line.png") no-repeat 0 0;
}
.heta04_head h2{
	margin-bottom: 24px;
}
.heta04_bg{
	position: absolute;
	width: 100%;
	height: 100VH;
	top: 0;
	left: 0;
	background: url("../../../images/brand/heta/heta04_bg.jpg") no-repeat center center /cover;
	z-index: -1;
}
.heta04_box01{
	position: absolute;
	top: 120px;
	left: 50%;
	width: 100%;
	max-width: 330px;
	margin-left: -500px;
	padding: 40px 20px;
	background-color: #727171;
	color: #fff;
	text-align: left;
}
.heta04_box02{
	position: absolute;
	top: 390px;
	left: 50%;
	width: 100%;
	max-width: 330px;
	margin-left: -320px;
	padding: 40px 20px;
	background-color: #e07b32;
	color: #fff;
	text-align: left;
}
.heta04_box03{
	position: absolute;
	left: 50%;
	top: 730px;
	display: flex;
	width: 100%;
	max-width: 1100px;
	padding: 40px;
	align-items: flex-end;
	justify-content: space-between;
	transform: translateX(-50%);
	background-color: #231815;
	color: #fff;
}
.heta04_box03_txt{
	width: 100%;
	max-width: 310px;
	text-align: left;
}
.heta04_box03_img{
	width: 100%;
	max-width: 266px;
}
.heta04_box03_fig{
}

#heta05{
	position: relative;
	margin-bottom: 80px;
}
.heta05_head{
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 1160px;
	height: 320px;
	margin: 0 auto;
	padding: 100px 0 60px;
	background: url("../../../images/brand/heta/heta05_illust.png") no-repeat right center;
}
.heta05_head h2{
	margin-bottom: 24px;
}
.heta05_inner{
	position: relative;
	height: 480px;
	z-index: 5;
}
.heta05_txtblock{
	display: flex;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	align-items: flex-start;
	justify-content: space-between;
	color: #fff;
}
.heta05_txtblock div{
	width: 100%;
	max-width: 350px;
	text-align: left;
	text-shadow: 0px 0px 2px rgba(0,0,0,.6);
}
.heta05_txtblock h4{
	margin-bottom: 8px;
	font-weight: bold;
}
.heta05_img{
	position: relative;
	left: 50%;
	display: flex;
	width: 100%;
	max-width: 1460px;
	margin: 30px 0 0 -730px;
	justify-content: space-between;
}
.heta05_bg{
	position: absolute;
	width: 100%;
	height: 950px;
	top: 0;
	left: 0;
	background: url("../../../images/brand/heta/heta05_bg.jpg") no-repeat center center /cover;
	z-index: 1;
}

#lineup h2{
	margin-bottom: 20px;
}
#lineup .inner{
	padding-top: 0;
}
.heta_lineup{
	display:inline-flex;
	align-items: flex-end;
	margin:0 auto;
	overflow:hidden;
}
.heta_lineup li{
	margin:0 10px;
}

@media only screen and (min-width:769px){
	html.loding{
		width: 100%;
		height: 100%;
		overflow-y: scroll;
	}
	html body{
		height: auto;
		overflow: inherit;
	}
	html.loding body{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	#heta_brand{
		padding-top: calc(100VH - 55px);
	}
	.bg_div{
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100VH;
	}
	.bg_div img{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		min-height: 100%;
	}
	#loding{
		display: none;
	}
	html.loding #loding{
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 500;
		width: 100%;
		height: 100%;
		background: #000 url("../../../images/brand/heta/loding_logo.png") no-repeat center center;
	}
	#heta_head{
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		height: 100VH;
		overflow: hidden;
	}
	#heta_head.z1{
		z-index: 1;
	}
	#heta_head .heta_head_inner{
		position: relative;
		z-index: 10;
	}
	#heta_head .heta_head_bg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#heta_head .heta_head_bg video{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		min-width: 178VH;
		min-height: 100%;
	}
	#heta01{
		position: relative;
		background-color: #fff;
		padding: 150px 0;
		margin: 0;
		z-index:300;
	}
	#heta02{
		position: relative;
		margin: 0;
		padding: 0;
	}
	#heta02 .heta02_head,
	#heta02 .heta02_txtblock01,
	#heta02 .heta02_box{
		z-index: 100;
		position: relative;
	}
	#heta02.fixed .heta02_bg{
		position: fixed;
		left: 0;
		top: 0;
	}
	#heta02.fixed.bottom .heta02_bg{
		position: absolute;
		left: 0;
		top: inherit;
		bottom: 0;
	}
	.heta02_bg{
	}
	#heta02 .heta02_head{
		width: 100%;
	}
	#heta02 .heta02_head.absolute{
		position: absolute;
	}
	#heta02 .heta02_head h2{
	}
	#heta02 .cwrap{
		padding-bottom: 150px;
	}
	
	#heta03{
		position: relative;
		background-color: #fff;
		margin: 0;
		padding: 0;
		z-index: 80;
		overflow: hidden;
	}
	#heta03 .heta03_head{
		width: 100%;
	}
	#heta03 .heta03_head.absolute{
		position: absolute;
	}
	#heta03 .heta03_head h2,
	#heta03 .heta03_head h3{
	}
	#heta03 .heta03_head h3{
		margin: 0;
	}
	#heta03 .cwrap{
		padding-top: 5px;
		padding-bottom: 100px;
	}
	#heta03 .heta03_txtblock{
		position: relative;
	}
	#heta03.fixed .heta03_bg{
		position: fixed;
		left: 0;
		top: 0;
	}
	#heta03.fixed.bottom .heta03_bg{
		position: absolute;
		left: 0;
		top: inherit;
		bottom: 0;
	}
	.heta03_bg{
		/*height: 100VH;*/
	}
	#heta04{
		position: relative;
		background-color: #fff;
	}
	#heta04 .heta04_head{
		top: 8%;
		width: 100%;
	}
	#heta04 .heta04_head.absolute{
		position: absolute;
		top: 20%;
	}
	#heta04.fixed .heta04_bg{
		position: absolute;
		left: 0;
		top: 0;
	}
	#heta04.fixed.bottom .heta04_bg{
		position: absolute;
		left: 0;
		top: inherit;
		bottom: 0;
	}
	.heta04_bg{
		height: 100VH;
	}

	#heta05{
		position: relative;
		background-color: #fff;
		margin: 0;
		padding: 150px 0;
		z-index: 10;
	}
	#lineup{
		position: relative;
		background-color: #fff;
		margin: 0;
		z-index: 100;
		padding-bottom: 100px;
	}
	.pagetop{
		z-index: 1000;
	}
	.sitefooter{
		position: relative;
		z-index: 100;
	}
}

@media only screen and (max-width:768px){
	#content{
		overflow: hidden;
	}
	#content #heta_brand h2 img{
		width: auto;
		height: 32px;
	}
	#heta_brand h3, #heta_brand h4{
		font-weight: 600;
	}
	#heta_brand h4{
		font-size: 20px;
		margin-bottom: 8px;
	}
	#heta_brand h3 img{
		width: auto !important;
		height: 17px !important;
	}
	#loding{
		display: none;
	}
	#heta_head{
		position: relative;
		width: 100%;
		height: 100VH;
		margin: 0 0 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: url("../../../images/brand/heta/heta_visual_sp.jpg") no-repeat center bottom /cover;
	}
	#heta_head::after{
		content: "";
		position: absolute;
		bottom: 20px;
		left: 50%;
		display: block;
		width: 10px;
		height: 100px;
		margin-left: -5px;
		background: url("../../../images/brand/heta/heta03_line.png") no-repeat center bottom;
	}
	#heta_head .heta_head_inner{
		text-align: center;
	}
	#heta_head .heta_head_inner h2{
		margin-bottom: 50px;
	}
		#content #heta_brand .heta_head_inner h2 img,
		#content #heta_brand .heta_head_inner p img{
			width: 100%;
			height: auto;
		}
	#heta_head .heta_head_bg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#heta_head .heta_head_bg video{
		display: none;
	}

	#heta01{
		margin: 0 auto 40px;
	}
	.heta01_h{
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.heta01_h h2{
		position: static;
		margin: 0 !important;
	}
	.heta01_h h2 img{
		width: 100% !important;
		height: auto !important;
	}
	.heta01_01{
		position: static;
		width: 100%;
		height: auto;
		background-color: #c9c9ca;
	}
	.heta01_01_inner{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.heta01_01_inner p{
		position: static;
		height: auto;
		padding: 20px 10px;
	}
	.heta01_01_inner p:nth-of-type(1),
	.heta01_01_inner p:nth-of-type(2){
		border: none;
		width: 100%;
	}
	.heta01_02{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 55% 15px 15px;
		background: #231815 url("../../../images/brand/heta/heta01_02_bg.jpg") no-repeat right top /130% auto;
	}
	.heta01_02_txt{
		width: 100%;
		margin: 0;
		text-align: left;
		color: #fff;
	}
	.heta01_02_txt h3{
		display: inline-block;
		text-align: left;
	}
	.heta01_02_txt p{
		padding: 0;
		background: none;
		text-align: left;
	}
	.heta01_02_txt p::before{
		content: "";
		display: block;
		width: 30%;
		height: 0;
		margin: 0 0 0 10px;
		padding-top: 36%;
		float: right;
		background: url("../../../images/brand/heta/heta01_02_img01.png") no-repeat right center /100% auto;
	}
	.heta01_02_fig{
		margin-top: 20px;
		text-align: center;
	}
	.heta01_02_fig img{
		width: 60% !important;
	}

	#heta02{
		position: relative;
		margin-bottom: 40px;
		padding: 0;
	}
	#heta02 h2{
		padding: 0;
		margin-bottom: 30px;
	}
	.heta02_head{
		padding: 30px 15px;
		background: url("../../../images/brand/heta/heta02_bg.jpg") no-repeat center center /cover;
	}
	.heta02_bg{
		display: none;
	}
	.heta02_txtblock01{
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 10px;
		background: none;
	}
	.heta02_txtblock01 h3{
		width: 100%;
		margin: 0 0 15px;
	}
	#heta_brand .heta02_txtblock01 h3 img{
		width: auto !important;
		height: 52px !important;
	}
	.heta02_txtblock01 p{
		width: 100%;
		text-align: left;
		color: #221815;
		font-weight: 500;
		line-height: 2;
	}
	.heta02_box{
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		background-color: #231815;
		color: #fff;
		overflow: hidden;
	}
	.heta02_box h3{
		text-align: center;
		margin-bottom: 30px;
	}
	#heta_brand .heta02_box h3 img{
		width: 100% !important;
		height: auto!important;
	}
	.heta02_box_inner{
		display: block;
	}
	.heta02_txtblock02{
		float: none;
		width: 100%;
		text-align: left;
	}
	.heta02_txtblock02 h4:nth-of-type(2){
		margin-top: 30px;
	}
	.heta02_fig{
		float: none;
		margin-top: 20px;
	}

	#heta03{
		position: relative;
		height: auto;
		margin: 0 auto 40px;
		padding: 30px 15px;
	}
	.heta03_head{
		padding: 0;
	}
	.heta03_head h2{
		margin-bottom: 24px !important;
	}
	.heta03_txtblock{
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto;
		color: #fff;
	}
	.heta03_txtblock::after{
		content: "";
		position: absolute;
		top: -30px;
		left: 50%;
		display: none;
		width: 10px;
		height: 250px;
		margin-left: -5px;
		background: url("../../../images/brand/heta/heta03_line.png") no-repeat center bottom;
	}
	.heta03_txtblock div{
		width: 100%;
		text-align: left;
		text-shadow: 0px 0px 2px rgba(0,0,0,.6);
	}
	.heta03_txtblock div:nth-child(2){
		margin-top: 30px;
	}
	.heta03_txtblock h4{
		margin-bottom: 8px;
		font-weight: bold;
	}
	.heta03_illust::after{
		content: "";
		display: block;
		width: 100%;
		height: auto;
		padding-top: 40%;
    background: url("../../../images/brand/heta/heta03_illust.png") no-repeat;
    background-size: contain;
    background-position: bottom right;
    margin: 30px 0 0 auto;
	}
	.heta03_bg{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url("../../../images/brand/heta/heta03_bg.jpg") no-repeat center center /cover;
		z-index: -1;
	}

	#heta04{
		position: relative;
		height: auto;
		margin-bottom: 40px;
		padding: 0;
		background: #231815;
	}
	.heta04_head{
		position: relative;
		height: 200px;
		margin-bottom: 15px;
		padding: 30px 15px;
		background: url("../../../images/brand/heta/heta04_bg.jpg") no-repeat right top /cover;
		text-align: left;
	}
	.heta04_head::after{
		content: "";
		position: absolute;
		top: 270px;
		left: 50%;
		display: none;
		width: 10px;
		height: 280px;
		margin-left: 130px;
		background: url("../../../images/brand/heta/heta04_line.png") no-repeat 0 0;
	}
	.heta04_head h2{
		margin-bottom: 24px !important;
		text-align: left;
	}
	.heta04_bg{
		display: none;
	}
	.heta04_box01{
		position: relative;
		left: inherit;
		top: inherit;
		width: 80%;
		margin: -50px 15% 15px 5%;
		padding: 15px;
		background-color: #727171;
		color: #fff;
		text-align: left;
	}
	.heta04_box02{
		position: relative;
		left: inherit;
		top: inherit;
		width: 80%;
		margin: 0 5% 15px 15%;
		padding: 15px;
		background-color: #e07b32;
		color: #fff;
		text-align: left;
	}
	.heta04_box03{
		position: static;
		display: block;
		width: 100%;
		padding: 15px;
		margin: 0;
		background-color: #231815;
		color: #fff;
	}
	.heta04_box03_txt{
		width: 100%;
		text-align: left;
	}
	.heta04_box03_img{
		width: 100%;
		margin: 15px 0;
	}
	.heta04_box03_fig{
	}

	#heta05{
		position: relative;
		margin-bottom: 40px;
		background: #908128;
	}
	.heta05_head{
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 30px 0 180px;
		z-index: 2;
	}
	.heta05_head::before{
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url("../../../images/brand/heta/heta05_bg.jpg") no-repeat center center /cover;
		z-index: -1;
	}
	.heta05_head::after{
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 80%;
		bottom: 20px;
		left: 0;
		background: url("../../../images/brand/heta/heta05_illust.png") no-repeat center bottom /auto 180px;
		z-index: -1;
	}
	.heta05_head h2{
		margin-bottom: 24px;
	}
	.heta05_head h2 img{
		height: 44px !important;
	}
	.heta05_inner{
		height: auto;
		padding: 30px 15px;
	}
	.heta05_txtblock{
		display: block;
		width: 100%;
		margin: 0 auto;
		color: #fff;
	}
	.heta05_txtblock div{
		width: 100%;
		text-align: left;
		text-shadow: 0px 0px 2px rgba(0,0,0,.6);
	}
	.heta05_txtblock div:nth-child(2){
		margin-top: 40px;
	}
	.heta05_txtblock h4{
		margin-top: 0;
		margin-bottom: 8px;
		font-weight: bold;
	}
	.heta05_img{
		position: relative;
		left: inherit;
		display: block;
		width: 100%;
		margin: 0;
	}
	.heta05_bg{
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url("../../../images/brand/heta/heta05_bg.jpg") no-repeat center center /cover;
		z-index: -1;
	}
	#lineup .inner{
		padding-top: 0;
	}
	#lineup h2{
		width: 100%;
	max-width: 170px;
		margin: 0 auto 20px;
	}
	
	#lineup .inner{
		padding-bottom:0;
	}
	.heta_lineup{
		flex-wrap: wrap;
	}
	.heta_lineup li{
		width:45%;
		margin:0 2.5% 25px;
	}
	/**/
}

/* loader */
@media only screen and (min-width:769px){
	#loader {
		position: fixed;
		bottom: 9%;
		left: 50%;
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
		font-size: 10px;
		text-indent: -9999em;
		border-radius: 50%;
		background: #ffffff;
		background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
		background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
		background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
		background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
		-webkit-animation: loadanim 1.4s infinite linear;
		animation: loadanim 1.4s infinite linear;
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
	}
	#loader:before {
		width: 50%;
		height: 50%;
		background: #ffffff;
		border-radius: 100% 0 0 0;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
	}
	#loader:after {
		background: rgba(0, 0, 0, 1);
		width: 76px;
		height: 76px;
		border-radius: 50%;
		content: '';
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
}
@-webkit-keyframes loadanim {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loadanim {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* add */
#content img{
	width: 100%;
	height: auto;
	max-width: fit-content;}
#content img.m01-bg{
	height: 740px;
	object-fit: cover;
	max-width: none;}
	#content p {font-size: 1.6rem;}
	.header-nav-bg{z-index: 400;}
	html.loding #loding {z-index: 10000;}
#pagetop {
	z-index: 9999;
}
#heta04{
	background: #231815;;
	min-height: 1200px;}
	.heta04_bg{z-index: 0;height: 100%;}
	#heta04 .heta04_head,.heta04_box01,.heta04_box02,.heta04_box03{z-index: 1;}
	.heta05_img{margin: 30px auto 0;left: 0;width: 100%;}
	#content .heta05_img img{width: calc(calc(100% - 50px) / 3);    max-width: 470px;}
	#content .heta05_img img:NOT(:last-child){margin-right: 25px;}
@media only screen and (max-width:768px){
#content img{max-width: none !important;}
#heta_head{margin-bottom: 70px;}
.heta02_txtblock01{
	padding: 0px;
}
#heta03{z-index: 1;}
.heta02_txtblock01 h3,
.heta02_txtblock01 p,
.heta02_txtblock02,
.heta03_txtblock div,
.heta04_box03_txt,
.heta04_box03_img,
.heta05_txtblock div{max-width: none;}
.heta04_box03{transform: none;}
.heta05_img{margin: 30px 0 0;left: 0;max-width: 100%;justify-content: flex-start;flex-wrap: wrap;width: 100%;}
#content .heta05_img img{width: calc(100% / 1);    max-width: inherit;}
}
