@charset "utf-8";
/*------------------------------------------------------------
	props
------------------------------------------------------------*/
#gNavi li:nth-child(3) a::before,
.menuBox li:nth-child(3) a::before {
	opacity: 1;
}
#gNavi li:nth-child(3) a {
	pointer-events: none;
}
#main .sec01 {
	width: 100%;
	position: relative;
}
#main .sec01 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 72.3%;
}
#main .sec01 .bg .parallax {
	width: calc(100% + 23.4rem);
}
#main .mainBox {
	padding: 0 23rem 0 22rem;
	flex-wrap: nowrap;
	height: 100%;
	box-sizing: border-box;
}
#main .sec02 {
	width: 45rem;
	position: relative;
	padding-top: 18.1vh;
}
#main .sec02 h3 {
	margin-bottom: 4.8vh;
	font-size: clamp(10px,1.3rem,15px);
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 2.3;
}
#main .sec02 p {
	color: #666;
	line-height: 1.66;
	font-size: min(15px,0.9rem);
}
#main .sec02 .textBox p {
	margin-bottom: 9.7vh;
}
#main .sec02 .note {
	color: #5C5C5C;
	line-height: 1.7;
	font-size: clamp(10px,1rem,15px);
	letter-spacing: 0.02em;
	position: absolute;
	left: 0;
	bottom: 9.7vh;
	text-indent: -1em;
	padding-left: 1em;
}
#main .sec03 .info {
	padding-left: 30rem;
	margin-right: 18rem;
	position: relative;
}
#main .sec03 .info:last-child {
	padding-left: 17.1rem;
	margin-right: 0 !important;
}
#main .sec03 .headLine04 {
	position: absolute;
	left: 100px;
	top: 48.4vh;
	margin: 0;
}
#main .sec03 ul {
	margin-right: 8.5vh;
	width: fit-content;
}
#main .sec03 ul li {
	width: fit-content;
}
#main .sec03 ul:last-child {
	margin-right: 0 !important;
}
#main .sec03 ul:nth-child(3n + 2) li:first-child {
	margin-left: -13.8vh
}
#main .sec03 ul:nth-child(2) li:first-child {
	margin-left: -16.3vh;
}
#main .sec03 ul:nth-child(3n + 3) li:first-child {
	margin-left: -11.3vh;
}
#main .sec03 ul:nth-child(3) li:first-child {
	margin-left: -13.7vh;
}
#main .sec03 ul:nth-child(3n + 4) li:last-child {
	margin-left: -2.5vh;
}
#main .sec03 li:not(:last-child) {
	margin-bottom: 15vh;
}
#main .sec03 li a {
	display: block;
	position: relative;
}
#main .sec03 li a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	font-weight: 300;
	font-size: clamp(10px,1.1rem,15px);
	background-color: rgba(255,255,255,0.8);
	transition: .3s;
	font-family: "IBM Plex Mono", monospace;
	opacity: 0;
	line-height: 2.5rem;
}
#main .sec03 li.hover1 a span {
	bottom: 9.8vh
}
#main .sec03 li.hover2 a span {
	top: 7.3vh;
}
#main .sec03 li.hover3 a span {
	top: 10vh;
}
#main .sec03 li img {
	height: 42.5vh;
}
@media all and (min-width: 1000px) {
	#main .sec01 .headLine03 {
		right: 24.5rem;
		top: 70%;
	}
	#main .sec03 li a:hover span {
		opacity: 1;
	}
	.pad #main .sec03 li a:hover span {
		opacity: 0;
	}
}
@media all and (max-width: 999px) {
	#main .sec01 .bg {
		height: 75%;
	}
	#main .sec01 .bg .parallax {
		width: calc(100% + 12.5rem);
	}
	#main .sec01 .headLine03 {
		top: 73.2%;
	}
	#main .mainBox {
		padding: 0 18rem 0 8rem;
	}
	#main .sec02 {
		width: 51.4rem;
		padding-top: 19.5vh;
	}
	#main .sec02 h3 {
		margin-bottom: 4.4vh;
		font-size: 1.2rem;
		line-height: 2.16;
	}
	#main .sec02 p {
		width: 25rem;
		line-height: 1.55;
		font-size: 0.9rem;
	}
	#main .sec02 .note {
		font-size: 1rem;
	}
	#main .sec03 li:not(:last-child) {
		margin-bottom: 16.26vh;
	}
	#main .sec03 li img {
		height: 41.87vh;
	}
}
/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
.popCover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.95);
	z-index: 119;
	opacity: 0;
	visibility: hidden;
	transition: all .08s;
}
.popCover.visible {
	opacity: 1;
	visibility: visible;
}
.pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 120;
	opacity: 0;
	visibility: hidden;
	transition: all .08s;
	pointer-events: none;
}
.pop.visible {
	opacity: 1;
	visibility: visible;
}
.pop .close {
	position: absolute;
	right: 1.6rem;
	top: 2.9rem;
	color: #666;
	font-weight: 300;
	letter-spacing: 0.3em;
	font-size: clamp(10px,1.1rem,15px);
	z-index: 1;
	pointer-events: auto;
}
.pop .prev,
.pop .next {
	margin-top: -0.1rem;
	position: absolute;
	left: 2rem;
	top: 50%;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: clamp(10px,1.1rem,15px);
	z-index: 1;
	pointer-events: auto;
}
.pop .next {
	left: auto;
	right: 1.9rem;
}
.pop .popBox {
	height: 100vh;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.pop .popInfo {
	max-width: 136rem;
	margin: 0 auto;
	padding: 5rem;
	align-items: center;
	flex-wrap: nowrap;
	box-sizing: border-box;
}
.pop .pho {
	width: 43rem;
	pointer-events: auto;
	flex-shrink: 0;
}
.pop .pho.wid01 {
	width: 64rem;
}
.pop .pho.wid02 {
	width: 50rem;
}
.pop .textBox {
	width: fit-content;
	padding-left: 8rem;
}
.pop .textBox p {
	color: #666;
	font-weight: 300;
	line-height: 1.6;
	font-size: clamp(10px,1.1rem,15px);
	letter-spacing: 0.03em;
	pointer-events: auto;
}
.pop .textBox .ttl {
	margin-bottom: 4.3rem;
	color: #1A1311;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.99;
	letter-spacing: 0.05em;
}
@media all and (min-width: 1000px) {
	.pop .close a:hover,
	.pop .prev a:hover,
	.pop .next a:hover {
		opacity: 0.5;
	}
	.pad .pop .close a:hover,
	.pad .pop .prev a:hover,
	.pad .pop .next a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.pop .close {
		right: 2rem;
		top: 1.4rem;
		font-size: 1rem;
	}
	.pop .prev,
	.pop .next {
		margin-top: 0;
		left: 0;
		top: auto;
		bottom: 0;
		font-size: 1rem;
		padding: 1.4rem 2rem;
		cursor: pointer;
	}
	.pop .next {
		left: auto;
		right: 0;
	}
	.pop .popInfo {
		width: 100%;
		padding: 2rem 0;
		display: block;
	}
	.pop .pho {
		width: 100% !important;
	}
	.pop .pho img {
		height: 58.49vh;
		width: 100%;
		object-fit: cover;
	}
	.pop .pho.wid01 img {
		height: 30.04vh;
	}
	.pop .pho.wid02 img {
		height: 46.18vh;
	}
	.pop .textBox {
		width: auto;
		padding: 4.8rem 3.8rem 0;
	}
	.pop .textBox p {
		line-height: 1.6;
		font-size: 1rem;
	}
	.pop .textBox .ttl {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
		line-height: 1.56;
	}
	.popSlick {
		margin: 0 -2rem;
	}
	.popSlick .slick-slide > div {
		margin: 0 2rem;
	}
	.pad .pop .popBox {
		overflow-y: auto;
		pointer-events: auto;
	}
	.pad .pop .pho img {
		height: auto !important;
	}
	.pad .pop .popInfo {
		padding-bottom: 6rem;
	}
	.pad .pop .textBox {
		padding: 4rem 6.5rem 0;
	}
}

#main .jsSticky.isFixed .jsStickyTtl {
	position: fixed;
}
#main .jsSticky.ab .jsStickyTtl {
	position: absolute;
	left: auto;
	right: -11px;
}