#keyvisual .item img {
	object-position: 33% 0;
}

#sec1 {
	background: url(../img/index/sec1_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 20vw 0 15vw;
	position: relative;
}

#sec1::before {
	content: "";
	background: url(../img/index/sec1_line.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 75vw;
	height: 509px;
	position: absolute;
	top: 0;
	right: 0;
}

#sec1 h2 {
	width: 23vw;
	height: 61vw;
	line-height: 2;
	letter-spacing: 0.1em;
	margin: 0 auto 5vw;
}

#sec1 .text {
	margin-bottom: 10vw;
	position: relative;
	z-index: 2;
}

#sec1 .text p+p {
	margin-top: 4vw;
}

#sec1 .photo {
	position: relative;
	height: 60vw;
}

@media screen and (min-width: 768px) {
	#sec1 {
		padding: 147px 0 102px;
	}

	#sec1::before {
		width: 945px;
		height: 509px;
		top: 0;
		left: calc(50% - 195px);
		right: auto;
	}

	#sec1 h2 {
		width: 142px;
		height: 345px;
		margin: 0 0 9px 102px;
		letter-spacing: 0.18em;
	}

	#sec1 .text {
		margin-bottom: 0;
		margin-left: -29px;
		width: 426px;
	}

	#sec1 .text p+p {
		margin-top: 20px;
	}

	#sec1 .photo {
		position: absolute;
		top: 88px;
		left: calc(50% - 129px);
		width: 770px;
		height: 540px;
	}
}

#sec2 {
	position: relative;
	padding-bottom: 20vw;
}

#sec2::before {
	content: "";
	background: url(../img/index/sec2_bg01.jpg) no-repeat top center;
	bottom: 10vw;
	left: 0;
	right: 0;
	height: 1098px;
	z-index: -1;
	position: absolute;
	-webkit-background-size: 100% auto;
	background-size: cover;
}

#sec2 .set1 {
	position: relative;
	padding-top: 20vw;
	margin-bottom: 15vw;
}

#sec2 .set1::before {
	content: "";
	background: url(../img/index/sec2_deco01.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 85vw;
	height: 505px;
	position: absolute;
	top: 0;
	right: -31vw;
}

#sec2 .set1 h2 {
	text-align: center;
	margin-bottom: 7vw;
	letter-spacing: 0.1em;
}

#sec2 .set1 .deco-1 {
	width: 42vw;
	height: 377px;
	position: absolute;
	top: 132vw;
	left: 0;
}

#sec2 .set1 .deco-2 {
	width: 50vw;
	height: 343px;
	position: absolute;
	bottom: -108vw;
	right: 0;
}

#sec2 .set1 .note {
	text-align: center;
	margin-bottom: 10vw;
}

#sec2 .set1 .box .box__dl {
	margin-bottom: 7vw;
}

#sec2 .set1 .box .box__dl dl {
	padding: 5vw 3vw;
}

#sec2 .set1 .row-1 {
	margin-bottom: 10vw;
	position: relative;
	z-index: 1;
}

#sec2 .set1 .row-1 .text {
	padding-left: 20px;
	padding-right: 20px;
}

#sec2 .set1 .row-1 .photo {
	height: 60vw;
	margin-bottom: 10vw;
}

#sec2 .set1 .row-2 {
	position: relative;
	z-index: 2;
}

#sec2 .set1 .row-2 .text {
	padding-left: 20px;
	padding-right: 20px;
}

#sec2 .set1 .row-2 .photo {
	height: 60vw;
	margin-bottom: 10vw;
}

#sec2 .set2 {
	position: relative;
}

#sec2 .set2 .slick-prev {
	top: 30%;
	left: -10px;
}

#sec2 .set2 .slick-next {
	top: 30%;
	right: -10px;
}

#sec2 .set2 .wrap {
	max-width: 1140px;
}

#sec2 .set2 .slider__s {
	margin-bottom: 15vw;
}

#sec2 .set2 .photo {
	width: 100%;
	height: 60vw;
	margin-bottom: 10vw;
}

#sec2 .set2 .sec2__slick .box__dl {
	padding: 5vw 3vw;
}

#sec2 .set2 .row-3 .inside {
	max-width: 880px;
	margin: 0 auto;
	padding: 10vw 5vw;
}

#sec2 .set2 .row-3 h3 {
	text-align: center;
	font-size: 5.3vw;
	line-height: 1;
	margin-bottom: 5vw;
}
#sec2 .set2 .slick-dots {
    margin-top: 8vw;
    justify-content: center;
}
#sec2 .set2 .slick-dots li{
    width: 60px;
    height: 12px;
}

#sec2 .set2 .row-3 .col dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding: 10px 0;
	justify-content: space-between;
	line-height: 30px;
}

#sec2 .set2 .row-3 .col dl dd {
	text-align: right;
}

@media screen and (min-width: 768px) {
	#sec2 {
		padding-bottom: 159px;
	}

	#sec2::before {
		bottom: 0;
		left: 0;
		right: 0;
		height: 1346px;
		background-position: bottom center;
	}

	#sec2 .set1 {
		padding-top: 136px;
		margin-bottom: 117px;
	}

	#sec2 .set1::before {
		width: 628px;
		height: 505px;
		top: 0;
		left: calc(50% + 297px);
		right: auto;
	}

	#sec2 .set1 h2 {
		margin-bottom: 48px;
	}

	#sec2 .set1 .deco-1 {
		width: 555px;
		height: 377px;
		top: 412px;
		left: -316px;
	}

	#sec2 .set1 .deco-2 {
		width: 472px;
		height: 343px;
		right: -251px;
		bottom: -234px;
	}

	#sec2 .set1 .note {
		margin-bottom: 87px;
	}

	#sec2 .set1 .box {
		width: 393px;
		padding-top: 36px;
		margin-right: -28px;
	}

	#sec2 .set1 .box .box__dl {
		margin-bottom: 47px;
	}

	#sec2 .set1 .box .box__dl dl {
		padding: 24px 18px 24px 25px;
	}

	#sec2 .set1 .row-1 {
		margin-bottom: 114px;
	}

	#sec2 .set1 .row-1 .text {
		padding-left: 20px;
		padding-right: 0;
	}

	#sec2 .set1 .row-1 .photo {
		height: 400px;
		margin-left: -63px;
		width: 620px;
		margin-bottom: 0;
	}

	#sec2 .set1 .row-2 {
		margin-bottom: 0;
	}

	#sec2 .set1 .row-2 .text {
		padding-left: 20px;
		padding-right: 0;
	}

	#sec2 .set1 .row-2 .photo {
		height: 400px;
		margin-right: -74px;
		width: 620px;
		margin-bottom: 0;
	}

	#sec2 .set1 .row-2 .box {
		margin-left: 0;
		margin-left: -46px;
		padding-top: 37px;
	}

	#sec2 .set2 {
		margin-bottom: 0;
	}

	#sec2 .set2 .slider__s {
		margin-bottom: 141px;
	}

	#sec2 .set2 .photo {
		width: 100%;
		height: 290px;
		margin-bottom: 48px;
	}

	#sec2 .set2 .sec2__slick {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}

	#sec2 .set2 .sec2__slick>div {
		width: 31.5%;
	}

	#sec2 .set2 .sec2__slick .box__dl {
		padding: 24px 14px 20px;
	}

	#sec2 .set2 .row-3 .inside {
		padding: 60px 0 42px;
	}

	#sec2 .set2 .row-3 h3 {
		font-size: 24px;
		margin-bottom: 41px;
	}

	#sec2 .set2 .row-3 .col {
		width: 45.7%;
	}

	#sec2 .set2 .row-3 .col dl {
		padding: 10px 0px;
		line-height: 30px;
	}

	#sec2 .set2 .row-3 .col dl dd {
		text-align: right;
	}
}

#sec3 {
	position: relative;
	padding-bottom: 15vw;
	background: url(../img/index/sec3_bg.jpg) no-repeat top center;
	background-size: cover;
}

#sec3 .set1 {
	position: relative;
	padding-top: 15vw;
	margin-bottom: 15vw;
}

#sec3 .set1 h2 {
	text-align: center;
	margin-bottom: 10vw;
}

#sec3 .set1 .row-1 {
	margin: 0;
}

#sec3 .set1 .row-1 .left {
	position: relative;
	margin-bottom: 6vw;
}

#sec3 .set1 .row-1 .left .photo {
	width: 100%;
	height: 60vw;
}

#sec3 .set1 .row-1 .left dl {
	position: absolute;
	top: 5vw;
	left: 5vw;
	color: #b29d54;
	background: url(../../../jingu/shared/img/index/bg03.jpg);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row-reverse;
	padding: 5vw 2vw;
}

#sec3 .set1 .row-1 .left dl dt {
	height: 38vw;
	line-height: 1;
	font-size: 3vw;
	margin-left: 1vw;
}

#sec3 .set1 .row-1 .left dl dd {
	height: 38vw;
	line-height: 1;
	font-size: 6.13vw;
}

#sec3 .set1 .row-1 .right .text {
	margin-bottom: 10vw;
}

#sec3 .set1 .row-1 .right .box__dl {
	padding: 5vw 3vw;
}

#sec3 .set1 .row-1 .right .box__dl dl dt .sub {
	left: 3vw;
	top: 3vw;
}

#sec3 .set1 .row-1 .right .box__dl+.box__dl {
	margin-top: 6vw;
	padding: 7vw 3vw 5vw;
}

#sec3 .set1 .row-1 .right .note {
	font-size: 14px;
	line-height: 1;
	padding-top: 5vw;
}

#sec3 .set2 .wrap {
	max-width: 1257px;
}

#sec3 .set2 .row-2 .inside {
	margin: 0 auto;
	padding: 10vw 0;
	max-width: 1136px;
}

#sec3 .set2 .row-2 .inside .row {
	position: relative;
}

#sec3 .set2 .row-2 .inside .row .box__dl {
	padding: 14px 0;
}

#sec3 .set2 .row-2 .inside .row .box__dl+.box__dl {
	margin-top: 5vw;
}

#sec3 .set3 {
	padding-top: 15vw;
	position: relative;
}

#sec3 .set3 .deco {
	position: absolute;
	top: -25vw;
	left: -10vw;
	width: 76vw;
	height: 112vw;
}

#sec3 .set3 .row-3 {
	position: relative;
	align-items: center;
}

#sec3 .set3 .row-3 .photo {
	height: 80vw;
	margin-bottom: 5vw;
}

#sec3 .set3 .row-3 .box {}

#sec3 .set3 .row-3 .box dl {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding: 10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: left;
	justify-content: space-between;
}

#sec3 .set3 .row-3 .box dl dd {
	text-align: right;
}

@media screen and (min-width: 768px) {
	#sec3 {
		padding-bottom: 149px;
	}
	#sec3 .wrap {
		max-width: 1200px;
	}

	#sec3 .set1 {
		padding-top: 140px;
		margin-bottom: 58px;
	}

	#sec3 .set1 h2 {
		margin-bottom: 72px;
	}

	#sec3 .set1 .row-1 {
		margin: 0 -69px 0 -89px;
		justify-content: space-around;
	}

	#sec3 .set1 .row-1 .left {
		width: 650px;
		margin-bottom: 0;
		margin-top: 15px;
	}

	#sec3 .set1 .row-1 .left .photo {
		width: 100%;
		height: 510px;
	}

	#sec3 .set1 .row-1 .left dl {
		top: 18px;
		left: 20px;
		padding: 42px 10px 0 11px;
	}

	#sec3 .set1 .row-1 .left dl dt {
		height: 200px;
		line-height: 1;
		font-size: 14px;
		margin-left: 4px;
		padding-top: 4px;
	}

	#sec3 .set1 .row-1 .left dl dd {
		height: 200px;
		line-height: 1;
		font-size: 30px;
	}

	#sec3 .set1 .row-1 .right {
		width: 395px;
		padding-top: 0;
		margin-right: 0;
	}

	#sec3 .set1 .row-1 .right .text {
		line-height: 42px;
		margin-bottom: 47px;
		padding-left: 35px;
		padding-right: 32px;
	}

	#sec3 .set1 .row-1 .right .box__dl {
		padding: 26px 26px 24px 18px;
	}

	#sec3 .set1 .row-1 .right .box__dl dl dt .sub {
		left: 18px;
		top: 8px;
	}

	#sec3 .set1 .row-1 .right .box__dl+.box__dl {
		margin-top: 40px;
		padding: 26px 26px 24px 18px;
	}

	#sec3 .set1 .row-1 .right .note {
		font-size: 15px;
		padding-top: 7px;
		padding-left: 19px;
	}

	#sec3 .set2 .wrap {
		margin-bottom: 0;
	}

	#sec3 .set2 .row-2 .inside {
		padding: 35px 0 71px;
	}

	#sec3 .set2 .row-2 .inside .row .box__dl {
		padding: 23px 0px 23px 10px;
		width: 30%;
	}

	#sec3 .set2 .row-2 .inside .row .box__dl+.box__dl {
		margin-top: 0;
	}

	#sec3 .set3 {
		padding-top: 80px;
	}

	#sec3 .set3 .deco {
		top: -81px;
		right: calc(50% - 16px);
		width: 769px;
		height: 609px;
		left: auto;
	}

	#sec3 .set3 .row-3 {
		margin-bottom: 0;
		padding: 0 55px 0 29px;
	}

	#sec3 .set3 .row-3 .photo {
		width: 610px;
		height: 460px;
		margin-bottom: 0;
	}

	#sec3 .set3 .row-3 .box {
		width: 400px;
		padding-top: 34px;
	}

	#sec3 .set3 .row-3 .box dl {
		padding: 17px 0;
		text-align: left;
		line-height: 1;
	}
}

#sec4 {
	padding-bottom: 20vw;
	padding-top: 20vw;
	background: #000;
	position: relative;
}

#sec4::after {
	content: "";
	background: url(../img/index/sec4_line.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 80vw;
	height: 470px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#sec4 .box {
	max-width: 880px;
	margin: 0 auto;
	border: 1px solid #4e4032;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#sec4 .box a {
	display: block;
	height: 70vw;
	position: relative;
}

#sec4 .box a::before {
	content: "";
	background: url(../../../jingu/shared/img/index/arrow.svg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 9px;
	height: 14px;
	position: absolute;
	bottom: 20px;
	right: 24px;
	z-index: 2;
}

#sec4 .box a::after {
	content: "";
	background: url(../../../jingu/shared/img/index/bnr_bg01.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .4s ease;
}

#sec4 .box .photo {
	width: 100%;
	height: 100%;
	transition: all .4s ease;
}

#sec4 .box h3 {
	position: absolute;
	top: 5vw;
	left: 5vw;
	z-index: 2;
}

#sec4 .box h3 span {
	color: #fff;
	background: url(../../../jingu/shared/img/index/bg02.jpg);
	display: inline-block;
	line-height: 1;
	padding: 2px 10px 5px;
	margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
	#sec4 {
		padding-bottom: 140px;
		padding-top: 114px;
	}

	#sec4::after {
		width: 744px;
		height: 470px;
		bottom: 0;
		right: auto;
		left: calc(50% + 4px);
	}

	#sec4 .box {
		border: 2px solid #4e4032;
	}

	#sec4 .box a {
		height: 357px;
	}

	#sec4 .box a::before {
		width: 9px;
		height: 14px;
		bottom: 35px;
		right: 36px;
	}

	#sec4 .box a::after {
		width: 102px;
		height: 102px;
		bottom: 0;
		right: 0;
	}

	#sec4 .box a:hover::after {
		background: url(../../../jingu/shared/img/index/bnr_bg02.png) no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		width: 102px;
		height: 102px;
	}

	#sec4 .box a:hover .photo {
		transform: scale(1.05);
	}

	#sec4 .box .photo {
		width: 100%;
		height: 100%;
	}

	#sec4 .box h3 {
		top: 53px;
		left: 26px;
		z-index: 2;
	}

	#sec4 .box h3 span {
		padding: 4px 16px 5px;
		margin-bottom: 4px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1299px) {

	#sec3 .set2 .wrap,
	#sec2 .set2 .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	#sec3 .set1 .row-1 {
		margin: 0 -33px 0 -29px;
	}

	#sec3 .set1 .row-1 .left {
		width: 58%;
	}

	#sec3 .set2 .row-2 .inside {
		padding-left: 40px;
		padding-right: 40px;
	}
}