.kg_content{
	margin-bottom: 0;
}
.kg_img01 img,.kg_img02 img{
	width: 100%;
	display: block;
}
.kg_sec01{
	padding: 150px 0;
}
.bg_beige{
	background-image: url(../images/kinoko_gohan/bg.jpg);
}
.kg01_inner,.kg04_inner {
	padding: 0 40px;
}
.kg_img03{
	text-align: center;
}
.kg_img04_wrap{
	margin-top: 100px;
	margin-bottom: 150px;
}
.kg_img04_name{
	margin-top: 10px;
}
.kg01_txt_wrap+.kg01_txt_wrap{
	margin-top: 40px;
}
.kg01_txt{
	width: calc(50% - 40px);
}
.kg01_txt_ttl{
	font-size: 1.5em;
	margin-bottom: 20px;
	font-weight: bold;
}
.bigger{
	font-size: 1.5em;
}
.bigger_2{
	font-size: 2em;
}
.bg_img05{
	width: 50%;
}
.kg_img06_wrap{
	position: relative;
}
.obf_cover,.obf_contain {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.obf_cover img,.obf_contain img {
position: absolute;
width: auto;
height: auto;
top: 50%;
left: 50%;
min-height: 100%;
min-width: 100%;
max-width: 1000%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.obf_cover img {
		position: static;
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transform: none;
		transform: none;
	}
	.obf_contain img {
		position: static;
		height: 100%;
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-webkit-transform: none;
		transform: none;
	}
}
.kg_img06 {
	height: 900px;
}
.kg_img06_txt{
	width: 100%;
	position: absolute;
	bottom: 180px;
	font-size: 2.5em;
	color: #fff;
	font-weight: bold;
}
.kg_img07{
	width: 100%;
	position: absolute;
	bottom: -200px;
}
.kg02_inner{
	padding: 280px 40px 170px;
}
.pc{
	display: block;
}
.kg_img09 img{
	width: 100%;
}
.kg03_inner{
	padding: 100px 170px;
}
.kg_sec04{
	padding: 150px 0;
}
.kg04_txt_wrap+.kg04_txt_wrap{
	margin-top: 50px;
}
.kg_icon{
	padding-right: 10px;
	vertical-align: middle;
}
.kg03_ttl{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 50px;
}
.dib{
	display: inline-block;
}
.kg04_h2{
	margin-bottom: 90px;
}
.kg04_txt{
	display: flex;
	align-items: center;
}
.kg04_catch{
	font-size: 2.5em;
	font-weight: bold;
	margin: 200px auto 100px;
}
.kg_img11{
	margin-bottom: 100px;
}
.kg_btn{
	display: inline-block;
	padding: 10px 30px;
	background: #000;
	border: solid 2px #000;
	color: #fff;
	border-radius: 40px;
	font-size: 1.5em;
	transition: 0.3s;
}

@media only screen and (min-width:1081px){
	.kg_btn:hover{
		background: #fff;
		color: #000;
	}
}

@media only screen and (max-width:1080px){
	.kg_sec01{
		padding: 60px 0;
	}
	.kg01_inner,.kg04_inner{
		padding: 0 20px;
	}
	.kg_img04_wrap{
		flex-wrap: wrap;
		justify-content: center;
		margin: 60px 0 80px;
	}
	.kg_img04{
		padding: 0 5px 20px;
		max-width: 33%;
	}
	.kg_img04_name{
		font-size: 0.8em;
		letter-spacing: 0;
	}
	.kg01_txt_wrap ,.kg02_txt_wrap,.kg04_txt_wrap{
		flex-wrap: wrap;
	}
	.kg_img05,.kg_img08,.kg_img10{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.kg01_txt{
		width: 100%;
		order: 2;
	}
	.kg_img06{
		height: 500px;
	}
	.kg_img06_txt{
		font-size: 1.2em;
		bottom: 150px;
	}
	.kg_img07{
		bottom: -130px;
	}
	.kg_img07 img{
		width: 200px;
	}
	.kg02_inner{
		padding: 150px 20px 100px;
	}
	.pc{
		display: none;
	}
	.kg03_inner{
		padding: 50px 20px 80px;
		text-align: left;
	}
	.kg_sec04{
		padding: 80px 0;
	}
	.kg04_h2{
		margin-bottom: 50px;
	}
	.kg04_catch {
		font-size: 1.5em;
		margin: 100px auto 50px;
	}
	.kg_img11{
		padding: 0 40px;
		margin-bottom: 50px;
	}
	.kg_btn{
		font-size: 1.2em;
		padding: 10px 20px;
	}
}