@charset "utf-8";
header{
	background-color: transparent;
}
header.white{
	background-color: #ffffff;
	transition: all .8s;
}
header .header01 nav .nav_01 > li > a {
	color: #ffffff;
}
header .header01 h1 a{
	position: relative;
}
header .header01 h1 a　img{
	width: 100%;
	height: auto;
	display: block;
}
header .header01 nav .nav_01 > li > a{
	color: #8C744B;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a{
		color: #fff;
	}
}
/*header.white .header01 nav .nav_01 > li > a{
	color: #8C744B;
}
@media only screen and (max-width: 767px){
	header.white .header01 nav .nav_01 > li > a{
		color: #ffffff;
	}
}*/
header .header01 nav .nav_02{
	border-left: 1px solid #8C744A;
	transition: all .5s;
}
header .header01 nav .nav_02 li a{
	position: relative;
}
header .header01 nav .nav_02 li a .icon011_2,
header .header01 nav .nav_02 li a .icon02_2,
header .header01 nav .nav_02 li a .icon03_2{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s;
}

@media only screen and (max-width: 767px){
	  header .header01 .sp_icon01 .icon011_2{
		width: 100%;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		transition: all .5s;
	}
}









/*アイキャッチcss*/
main{
	position: relative;
	padding: 0 0 120px;
}
@media only screen and (max-width: 767px){
	main{
		padding: 0 0 60px;
	}
}
main .bg03{
	width: 795px;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: -82px;
}
@media only screen and (max-width: 767px) {
	main .bg03{
		width: 267px;
		left: -15px;
	}
}
.eye{
	width: 100%;
	height: 100%;
	position: relative;
}
.eye .eye_inner{
	width: 980px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner{
		width: 90%;
		height: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.eye .eye_inner h2{
	width: 296px;
	height: auto;
	display: block;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h2{
		width: 214px;
	}
}
.eye .eye_inner h2 img{
	width: 100%;
	height: auto;
	display: block;
}
.eyecatch_inc02 .eye_img{
	width: 100%;
	height: calc(100vh - 0px);
	height: calc(var(--vh_2, 1vh) * 100 - 0px);
	min-height: 500px;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc02 .eye_img{
		min-height: initial;
	}
}
.eyecatch_inc02 .eye_img01{
	background-image: url(../img/index/eye.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc02 .eye_img01{
		background-image: url(../img/index/eye_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}

.eye .eye_inner h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: calc((80/1000)*1em);
	color: #9D8358;
	margin-top: 82px;
	text-shadow: 0px 0px 10px rgba(0,0,0,.60);
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h3{
		justify-content: center;
		font-size: 19px;
		line-height: 35px;
		text-align: center;
		margin-top: 38px;
	}
}
/*contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
	padding: 120px 0;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01{
		padding: 60px 0;
	}
}
.contents01 .bg01{
	width: 443px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width: 767px){
.contents01 .bg01{
	width: 443px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	}
}
@media only screen and (max-width: 767px){
	.contents01 .bg01{
		width: 149px;
	}
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 460px;
	height: auto;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 h3{
	font-size: 26px;
	line-height: 48px;
	letter-spacing: calc((40/1000)*1em);
	color: #8C744B;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 h3{
		font-size: 22px;
		line-height: 42px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text01{
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .text01{
		font-size: 15px;
		line-height: 30px;
		margin-top: 23px;
	}
}
.contents01 .contents01_01 .contents01_01_01 a{
	width: 140px;
	height: 34px;
	background-color: #8C744B;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 17px;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: calc((40/1000)*1em);
	color: #fff;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 a{
		margin-top: 36px;
	}
}
.contents01 .contents01_01 .contents01_01_01 a img{
	width: 29px;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .img01{
	width: 430px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .img01{
		width: 100%;
		margin-top: 40px;
	}
}
.contents01 .contents01_02{
	width: 980px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px auto 0;
}
.contents01 .contents01_02 img{
	width: 485px;
	height: auto;
	display: block;
}

/*bg装飾*/
.bg02{
	width: 100%;
	height: 340px;
	background-image: url(../img/index/img04.jpg);
	background-repeat: no-repeat;
	background-size: 120% auto;
	background-position: top center;
}
@media only screen and (max-width: 767px){
	.bg02{
		height: 150px;
		background-image: url(../img/index/img04_sp.jpg);
		background-size: 220% auto;
	}
}

.contents03{
	width: 100%;
	height: auto;
	padding: 100px 0 120px;
	background-color: #F8F8F8;
}
@media only screen and (max-width: 767px) {
	.contents03{
		padding: 50px 0 60px;
	}
}
.contents03 .contents03_01{
	width: 980px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		width: 90%;
	}
}
.contents03 .contents03_01 h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: calc((60/1000)*1em);
	color: #8C744B;
	gap: 20px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 h3{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		font-size: 28px;
		gap: 0;
	}
}
.contents03 .contents03_01 h3 span{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((40/1000)*1em);
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 h3 span{
		margin-top: 0;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01{
		display: block;
	}
}
.contents03 .contents03_01 .contents03_01_01 .movie01{
	width: 470px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .movie01{
		width: 100%;
		height: auto;
	}
	.contents03 .contents03_01 .contents03_01_01 .movie01:nth-of-type(2){
		margin-top: 50px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .movie01 video{
	width: auto;
	height: 255px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .movie01 video{
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}
.contents03 .contents03_01 .contents03_01_01 .movie01 .movie_text{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: calc((30/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .movie01 .movie_text{
		margin-top: 19px;
		font-size: 15px;
		line-height: 30px;
		letter-spacing: calc((20/1000)*1em);
	}
}
.contents03 .contents03_01 .contents03_01_01 .youtube{
	width: 470px;
	height: 255px;
	flex-shrink: 0;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .youtube{
		width: 100%;
		aspect-ratio: 16 / 9;
		height: auto;    
		flex-shrink: 0;
		position: relative;
	}
}
.contents03 .contents03_01 .contents03_01_01 .youtube > iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
.contents03 .contents03_01 .contents03_01_01 .right{
	width: 295px;
	height: 352px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.contents03 .contents03_01 .contents03_01_01 .right .deco02{
	width: 100%;
	height: auto;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 .right .text01{
	font-size: 24px;
	line-height: 36px;
	letter-spacing: calc((60/1000)*1em);
	color: #8C744B;
	text-align: center;
}
.contents03 .contents03_01 .contents03_01_01 .right .text02{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: calc((20/1000)*1em);
	text-align: center;
}

/*//////メディアここから//////*/
.contents04{
	width: 1005;
	height: auto;
}
#media_bg{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 82px 0 126px 0;
}
@media only screen and (max-width: 767px) {
	#media_bg{
		padding: 50px 0 60px 0;
	}
}
#media_bg .media_inner{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	#media_bg .media_inner{
		width: 95%;
	}
}
#media_bg .media_inner h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: calc((60/1000)*1em);
	color: #8C744B;
	margin-top: 35px;
}
@media only screen and (max-width: 767px) {
	#media_bg .media_inner h3{
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		font-size: 28px;
		margin-top: 0;
		gap: 0;
	}
}
#media_bg .media_inner h3 span{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((40/1000)*1em);
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	#media_bg .media_inner h3 span{
		margin-top: 0;
	}
}
#media_bg .media_inner .media_top{
	width: 960px;
	height: auto;
	margin: 33px auto 0;
	padding: 0 55px;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	#media_bg .media_inner .media_top{
		width: 100%;
		margin: 28px auto 0;
		padding: 0 10px;
	}
}
#media_bg .media_inner .media_top div{
	display: block;
	height: auto;
	margin: 0 10px;
}
#media_bg .media_inner .media_top div img{
	width: 100%;
	height: auto;
	margin: 0 -10px;
}
#media_bg .media_inner .media_top div h4{
	margin-top: 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	color: #101010;
	width: 100%;
	margin: 10px -10px;
}
#media_bg .media_inner .media_top.entry-content.slick-initialized.slick-slider button.slick-prev.slick-arrow{
	left: 0;
	width: 41px;
	height: 41px;
}
#media_bg .media_inner .media_top.entry-content.slick-initialized.slick-slider button.slick-next.slick-arrow{
	right: 0;
	width: 41px;
	height: 41px;
}
#media_bg .media_inner .media_top.entry-content.slick-initialized.slick-slider button.slick-prev.slick-arrow:before{
	background-image: url(../img/common/back.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	width: 100%;
	height: 100%;
	display: block;
	content:'';
}

#media_bg .media_inner .media_top.entry-content.slick-initialized.slick-slider button.slick-next.slick-arrow:before{
	background-image: url(../img/common/next.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	width: 100%;
	height: 100%;
	display: block;
	content:'';
}
/*//////メディアここまで//////*/











