@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	min-height: 113rem;
	margin-bottom: -10.3rem;
	padding: 10.6rem 0;
	background: url(../img/index/main_visual_bg02.png) no-repeat top 23.2rem left 3.6rem,url(../img/index/main_visual_bg02.png) no-repeat top 23.2rem right 2rem,url(../img/index/main_visual_bg01.png) no-repeat top center;
	background-size: 2.8rem auto, 2.8rem auto,144rem auto;
	box-sizing: border-box;
}
#main .whiteBox {
	width: 100rem;
	margin: 0 auto -33.5rem;
	position: relative;
	z-index: 1;
	padding: 0.6rem;
	text-align: center;
	box-shadow: 0 0 0.4rem rgba(23, 137, 188, 1);
	background: #fff url(../img/index/bg01.png) no-repeat top 4.6rem left calc(50% + 1.1rem);
	background-size: 88.3rem auto;
}
#main .whiteBox .lineBox {
	padding: 0.6rem;
	border: 1px solid #B79A86;
}
#main .whiteBox .borderBox {
	padding: 2.7rem 2rem 7.4rem;
	border: 0.3rem dotted #B79A86;
}
#main .whiteBox h2 {
	width: 45.8rem;
	margin: 0 auto 2.4rem;
}
#main .whiteBox p {
	font-size: 3rem;
	font-weight: 700;
	color: #ac9575;
	line-height: 1.66;
}
#main .yellowBg {
	min-height: 220.4rem;
	padding: 26.3rem 0 7rem;
	position: relative;
	box-sizing: border-box;
	background: url(../img/index/bg04.png) no-repeat bottom center;
	background-size: 100% 100%;
}
#main .yellowBg::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/bg02.png) no-repeat top center;
	background-size: 94.8rem auto;
	content: "";
	mix-blend-mode: color-burn;
}
#main .yellowBg::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/bg03.png) no-repeat bottom 14.5rem center;
	background-size: 144rem auto;
	content: "";
	mix-blend-mode: color-burn;
}
#main .yellowBg .content {
	position: relative;
	z-index: 2;
}
#main .yellowBg .topPhoto {
	margin: 0 1.8rem 5.2rem 0;
	position: relative;
	z-index: 3;
	text-align: center;
}
#main .yellowBg .topPhoto img {
	width: 28.7rem;
}
#main .yellowBg .imgBox {
	margin-bottom: 11.8rem;
	position: relative;
}
#main .yellowBg .imgBox  p {
	margin-bottom: 3.5rem;
	text-align: center;
	line-height: 2.18;
}
#main .yellowBg .movie {
	margin-bottom: 8.4rem;
	background-color: #fff;
}
#main .yellowBg .movie a:hover {
	opacity: 0.7;
}
#main .yellowBg .imgInfo {
	width: 66.4rem;
	margin: 0 auto;
}
#main .yellowBg .imgInfo .photo {
	width: 17.4rem;
}
#main .yellowBg .imgInfo .pho {
	position: relative;
}
#main .yellowBg .imgInfo .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: color-dodge;
}
#main .yellowBg .imgInfo .link {
	width: 12.5rem;
	margin: -1.1rem auto 0;
	position: relative;
	background-color: #fff;
	border-radius: 1rem;
	overflow: hidden;
}
#main .yellowBg .imgInfo a {
	display: block;
	padding: 0.3rem 0;
	text-align: center;
	color: #666;
	font-size: 1.5rem;
	font-weight: 700;
	background-color: #f9e7b7;
}
#main .yellowBg .imgInfo a:hover {
	opacity: 0.7;
}
#main .yellowBg .textInfo {
	width: 47.5rem;
	margin-top: 1.8rem;
}
#main .yellowBg .textInfo .ttl {
	margin-bottom: 1.4rem;
	font-weight: 700;
}
#main .yellowBg .textInfo p {
	font-size: 1.4rem;
	line-height: 1.64;
}
#main .snsBox {
	padding: 3.1rem 0;
	text-align: center;
}
#main .snsBox .ttl {
	margin-bottom: 1.4rem;
	font-weight: 700;
	font-size: 3rem;
}
#main .snsBox .title {
	margin-bottom: 1.6rem;
	color: #f9e7b7;
}
#main .snsBox li {
	margin: 0 1.2rem;
	width: 4.1rem;
}
#main .snsBox a:hover {
	opacity: 0.7;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
} 
.mfp-bg {
	background: rgba(229,229,229,.9);
}
.mfp-container {
	padding: 8rem 4rem;
	position: relative;
}
.pop {
	cursor: default;
	pointer-events: none;
}
.pop .close {
	width: 4.4rem;
	position: absolute;
	right: -1rem;
	top: -6rem;
	cursor: pointer;
	pointer-events: auto;
	transition: .3s;
}
.pop .popBox {
	width: 100%;
	height: calc(100vh - 16rem);
	position: relative;
	cursor: default;
	pointer-events: none;
}
.pop video {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transform: translate(-50%,-50%);
	cursor: pointer;
	pointer-events: auto;
}
@media all and (min-width: 961px) {
	.mainVisual .photoBox {
		padding-right: 2.2rem;
	}
	.mainVisual .photo01 {
		width: 59.3rem;
	}
	.mainVisual .photo02 {
		margin: 2.1rem 0 0 -2.4rem;
		width: 59.3rem;
	}
	.mainVisual .textImg01 {
		position: absolute;
		left: 50%;
		top: 37.9rem;
		margin-left: -19.5rem;
		width: 38.9rem;
	}
	.mainVisual .textImg02 {
		position: absolute;
		left: 50%;
		top: 58.5rem;
		margin-left: -35.6rem;
		width: 74.6rem;
	}
	#main .yellowBg .imgBox .photo01 {
		position: absolute;
		right: 50%;
		margin-right: -71.8rem;
		width: 48.5rem;
		bottom: -11.4rem;
	}
	#main .yellowBg .imgBox .photo02 {
		position: absolute;
		left: 50%;
		margin-left: -74.2rem;
		width: 48.5rem;
		bottom: -22.8rem;
	}
	.pop .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 960px) {
	.mainVisual {
		min-height: inherit;
		margin-bottom: -6rem;
		padding: 15.3rem 0 8rem;
		background: url(../img/index/main_visual_bg01_sp.png) no-repeat top -1.8rem center;
		background-size: 84.1rem auto;
	}
	.mainVisual .photoBox {
		display: block;
		position: relative;
	}
	.mainVisual .photo02 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.mainVisual .photoBox img {
		width: 100%;
	}
	.mainVisual .textImg01 {
		margin: -13.7rem 0 -0.7rem 1.2rem;
		position: relative;
		text-align: center;
	}
	.mainVisual .textImg01 img{
		width: 25.2rem;
	}
	.mainVisual .textImg02 {
		margin-left: 1rem;
		text-align: center;
	}
	.mainVisual .textImg02 img {
		width: 35.4rem;
	}
	#main .whiteBox {
		width: auto;
		margin: 0 1.5rem -16.8rem;
		background-image: url(../img/index/bg01_sp.png);
		background-position: top 13.3rem left calc(50% - 0.4rem);
		background-size: 27.2rem auto;
	}
	#main .whiteBox .borderBox {
		padding: 3.1rem 2rem 9.1rem;
	}
	#main .whiteBox h2 {
		width: 25.5rem;
		margin: 0 auto 3.4rem;
	}
	#main .whiteBox p {
		font-size: 2.3rem;
		line-height: 1.86;
		color: #997156;
	}
	#main .yellowBg {
		min-height: 330.1rem;
		padding: 8.8rem 2rem 6.8rem;
		background-image: url(../img/index/bg04_sp.png);
	}
	#main .yellowBg::before {
		top: -1.6rem;
		background-size: 52.2rem auto;
	}
	#main .yellowBg::after {
		background: url(../img/index/bg03_sp.png) no-repeat bottom 69rem center;
		background-size: 37.5rem auto;
	}
	#main .yellowBg .topPhoto {
		margin: 0 0.1rem 3.4rem 0;
	}
	#main .yellowBg .topPhoto img {
		width: 26.8rem;
	}
	#main .yellowBg .imgBox {
		margin-bottom: 4.7rem;
	}
	#main .yellowBg .imgBox .photo01 {
		margin: 4.1rem -2rem 0.9rem;
	}
	#main .yellowBg .imgBox .photo02 {
		margin: -1.2rem -2rem 0;
	}
	#main .yellowBg .imgBox img {
		width: 100%;
	}
	#main .yellowBg .movie {
		margin-bottom: 4.7rem;
	}
	#main .yellowBg .imgInfo {
		width: auto;
		display: block;
	}
	#main .yellowBg .imgInfo .photo {
		margin: 0 auto;
	}
	#main .yellowBg .imgInfo .link {
		margin: 0.5rem auto 0;
	}
	#main .yellowBg .imgInfo a {
		padding: 0.4rem 0;
	}
	#main .yellowBg .textInfo {
		width: auto;
		margin: 2.1rem 1.1rem 0;
	}
	#main .snsBox {
		padding: 2.8rem 0 4.2rem;
	}
	#main .snsBox .ttl {
		margin-bottom: 2.3rem;
		font-size: 2.5rem;
		line-height: 1.4;
	}
	#main .snsBox .title {
		margin-bottom: 1.5rem;
	}
}