@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	z-index: 2;
}
.mainVisual .imgtext01 {
	position: absolute;
	z-index: 2;
	top: 2vw;
	left: calc(50% + 33.5rem);
	width: 12.153vw;
}
.mainVisual .imgtext01 img {
	width: 100%;
}
.mainVisual .imgtext02 {
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 1;
	bottom: 14.7rem;
}
.mainVisual .imgtext02 img {
	width: 110.9rem;
}
.mainVisual .slideBox {
	position: relative;
	z-index: 1;
}
.mainVisual .slideBox::before {
	position: absolute;
	z-index: 1;
	bottom: -3.333vw;
	left: 0;
	right: 0;
	height: 25rem;
	content: "";
	pointer-events: none;
	background: url(../img/index/main_line01.png) no-repeat center bottom / 100% auto;
}
.mainVisual .slideBox .foo {
	position: relative;
	z-index: 1;
	overflow: hidden;
	line-height: 0;
}
.mainVisual .foo::after {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 17.917vw;
	height: 24.375vw;
	background: url(../img/index/main_image.png) no-repeat right bottom / 100%;
	content: "";
}
.mainVisual .slideBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
}
.mainVisual .slideBox li.active img {
	transform: scale(1.2);
	transition: linear 9.5s;
}
.mainVisual .slick-dots {
	position: absolute;
	z-index: 99;
	left: 0;
	bottom: 12.5rem;
	width: 100%;
	text-align: center;
}
.mainVisual .slick-dots li {
	position: relative;
	display: inline-block;
	width: 7.5rem;
	height: 0.45rem;
	margin: 0 0.9rem;
	padding: 0;
	cursor: pointer;
	border: 0;
	background-color: #4D4D4D;
	border-radius: 0.45rem;
}
.mainVisual .slick-dots li button {
	display: none;
}
.mainVisual .slick-dots li.slick-active {
	background-color: #8F1D22;
}
#main .subBg {
	position: relative;
}
#main .subBg .bg {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	background: url(../img/index/reveal_bg01.jpg) repeat-y center top / 100% auto;
}
#main .subBg::before {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	height: 100%;
	pointer-events: none;
	background: url(../img/index/bg01.png) no-repeat center bottom / 100% auto;
	mix-blend-mode: color-dodge;
}
#main .reveal {
	padding: 10.2rem 0 4.4rem;
	position: relative;
	z-index: 3;
}
#main .reveal .title {
	margin-bottom: 10.6rem;
	font-size: 4.5rem;
	line-height: 1.35;
	text-align: center;
	transform: skewX(-5deg);
}
#main .reveal .title .subSpan {
	display: inline-block;
	background: linear-gradient(to bottom, #fff 0%, #CDCDCD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
}
#main .reveal .title .sml {
	margin-bottom: 1rem;
	display: block;
	font-size: 1.75rem;
}
#main .reveal .title .big {
	display: block;
	font-size: 5.2rem;
}
#main .reveal .photoUl {
	gap: 5rem 3.4%;
}
#main .reveal .photoUl li {
	position: relative;
	z-index: 1;
	width: 28.7%;
}
#main .reveal .photoUl img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #fff;
}
#main .reveal .photoUl li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
	box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
#main .reveal .photoUl li::after {
	position: absolute;
	top: -1.7rem;
	left: -1.8rem;
	bottom: -2rem;
	right: -2rem;
	z-index: -1;
	content: "";
	background: url(../img/index/reveal_bg02.png) no-repeat left top / 100% 100%;
}
#main .reveal .photoUl .li01 {
	width: 35.8%;
}
#main .reveal .photoUl .li01::after {
	background-image: url(../img/index/reveal_bg03.png);
}
#main .information {
	padding-bottom: 7.1rem;
	position: relative;
	z-index: 3;
}
#main .information .topBox {
	position: relative;
}
#main .information .topBox::after,
#main .information .topBox::before {
	position: absolute;
	z-index: 1;
	top: 11.5rem;
	content: "";
	width: 40rem;
	height: 41.5rem;
	background: url(../img/index/information_bg01.png) no-repeat left top / 100%;
}
#main .information .topBox::after {
	left: 0;
}
#main .information .topBox::before {
	right: 0;
	background-image: url(../img/index/information_bg02.png);
}
#main .information .topImage {
	margin: 0 auto 1.7rem;
	width: 23.8rem;
}
#main .information .sub {
	margin-bottom: 3.5rem;
}
#main .information .topBox .text {
	margin: 0 auto 3.5rem;
	text-align: center;
	line-height: 2.18;
	max-width: 74rem;
}
#main .information .topBox .text:last-of-type {
	margin-bottom: 0;
}
#main .information .imgBox {
	margin: 5.5rem 0 8rem;
	padding: 0 2.3rem;
	align-items: flex-start;
}
#main .information .imgBox .photoBox {
	position: relative;
	width: calc(50% + 3.3rem);
}
#main .information .imgBox .photoBox img {
	width: 100%;
}
#main .information .imgBox .photoBox .img01 {
	margin: -34.375vw 0 0 auto;
	display: block;
	width: 74%;
}
#main .information .imgBox .textBox {
	margin-top: 16.3rem;
	width: calc(50% - 3.3rem);
}
#main .information .imgBox .textBox .sub {
	margin-left: -2.7rem;
	max-width: 65rem;
}
#main .information .imgBox .textBox .title {
	margin-bottom: 6.8rem;
	font-size: 3.5rem;
	line-height: 1.57;
	background: linear-gradient(to bottom, #fff 0%, #CDCDCD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: skewX(-5deg);
	text-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
}
#main .information .imgBox .textBox .areaBox {
	margin-bottom: 3.5rem;
}
#main .information .imgBox .textBox .areaBox:last-of-type {
	margin-bottom: 0;
}
#main .information .imgBox .textBox .text {
	margin-bottom: 3.5rem;
	line-height: 2.18;
}
#main .information .imgBox .textBox .text:last-of-type {
	margin-bottom: 0;
}
#main .information .exibitBox {
	padding: 2.3rem 1.8rem 1.3rem;
	margin: 0 auto 8.3rem;
	max-width: 110rem;
	background: url(../img/index/exibit_bg.png) no-repeat center top / 100% 100%;
	box-shadow : 0px 5px 5px rgba(0, 0, 0, 0.4);
}
#main .information .exibitBox .subArea {
	padding: 5.3rem 7.5rem 6rem 7.5rem;
	background: url(../img/index/exibit_line.png) repeat-y left top / 1.6rem auto,url(../img/index/exibit_line.png) repeat-y right 0.7rem top / 1.6rem auto;
}
#main .information .exibitBox .h_title {
	margin: 0 auto 6.5rem;
	width: 60.8rem;
}
#main .information .exibitBox .innerBox {
	align-items: flex-start;
}
#main .information .exibitBox .photoBox {
	margin-right: 4.2rem;
	width: 46.4%;
}
#main .information .exibitBox .textBox {
	margin-top: 0.6rem;
	flex: 1;
}
#main .information .exibitBox .textBox .image {
	margin: 0 0 2.5rem 0.5rem;
	width: 27.5rem;
}
#main .information .exibitBox .textBox .title {
	margin-bottom: 1.7rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.73;
}
#main .information .exibitBox .textBox .text {
	margin-bottom: 0.4rem;
	padding-right: 0.9rem;
	line-height: 2.18;
}
#main .information .exibitBox .textUl li {
	padding: 1.8rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-weight: 400;
	line-height: 1.56;
	border-bottom: 1px solid #E6E6E6;
}
#main .information .exibitBox .textUl li:last-child {
	border-bottom: 0;
}
#main .information .exibitBox .textUl .tag {
	margin-right: 2rem;
	padding: 0.4rem 0.2rem;
	width: 10rem;
	background-color: #B81C22;
	border-radius: 3rem;
	text-align: center;
	font-size: 1.4rem;
}
#main .information .exibitBox .textUl .rBox {
	flex: 1;
}
#main .information .exibitBox .textUl .info:not(:last-child) {
	margin-bottom: 1.3rem;
}
#main .information .exibitBox .textUl .info a {
	margin-left: 1.3rem;
	padding: 0 0.7rem;
	min-width: 6.5rem;
	display: inline-block;
	text-align: center;
	font-size: 1.2rem;
	background-color: #999999;
	border-radius: 0.5rem;
}
#main .information .exibitBox .textUl .info a:hover {
	opacity: 0.7;
}
#main .coming .image {
	margin: 0 auto 0.7rem;
	width: 30.3rem;
}
#main .coming h2 {
	margin-bottom: 0.5rem;
	text-align: center;
	font-weight: 500;
	font-size: 4.5rem;
	text-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
}
#main .coming .text {
	margin-bottom: 2.2rem;
	text-align: center;
	line-height: 2.18;
}
#main .coming .snsUl {
	gap: 1rem 2.3rem;
}
#main .coming .snsUl a {
	display: inline-block;
}
#main .coming .snsUl img {
	height: 4.1rem;
}
#main .coming .snsUl a:hover {
	opacity: 0.7;
}
@media all and (min-width: 769px) {
.mainVisual .slideBox .foo {
	mask-image: url(../img/index/main_bg01.png);
	mask-size: 100% auto;
	mask-repeat: no-repeat;
	mask-position: center bottom;
}
}
@media all and (max-width: 768px) {
	.mainVisual .imgtext01 {
		top: 7.467vw;
        left: auto;
        right: 2.133vw;
        width: 11.9rem;
	}
	.mainVisual .imgtext02 {
		bottom: 3.5rem;
	}
	.mainVisual .imgtext02 img {
		width: 31.1rem;
	}
	.mainVisual .foo::before {
		position: absolute;
		bottom: -1.867vw;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		content: "";
		z-index: 2;
		background: url(../img/index/main_bg01_sp.png) no-repeat left bottom / 100% auto;
	}
	.mainVisual .slideBox::before {
		bottom: -14.9vw;
		height: 25rem;
		background-image: url(../img/index/main_line01_sp.png);
	}
	.mainVisual .slideBox img {
		object-fit: cover;
		object-position: top center;
		height: 100dvh;
	}
	.mainVisual .slick-dots {
		bottom: 1.8rem;
	}
	.mainVisual .slick-dots li {
		width: 5.2rem;
		height: 0.3rem;
		margin: 0 0.7rem;
	}
	.mainVisual .foo::after {
		width: 14rem;
		bottom: 1rem;
		height: 23.9rem;
		background-image: url(../img/index/main_image_sp.png);
	}
	#main .subBg::before {
		background-image: url(../img/index/bg01_sp.png);
	}
	.mainVisual .foo img {
		min-height: 50rem;
	}
	#main .subBg .bg {
		background: url(../img/index/reveal_bg01_sp.jpg) repeat-y center top / 100% auto;
	}
	#main .reveal {
		padding: 12vw 0 6.3rem;
	}
	#main .reveal .title {
		margin-bottom: 4.5rem;
		font-size: 3.3rem;
		line-height: 1.48;
	}
	#main .reveal .title .sml {
		padding-right: 1rem;
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
		line-height: 1.64;
	}
	#main .reveal .title .subSpan {
		padding-left: 0.5rem;
		background: linear-gradient(to bottom, #fff 70%, #CDCDCD 100%);
		-webkit-background-clip: text;
	}
	#main .reveal .title .big {
		font-size: 3.9rem;
		line-height: 1.1;
	}
	#main .reveal .photoUl {
		margin: 0 2.5rem 0 3rem;
		display: block;
	}
	#main .reveal .photoUl li {
		margin-bottom: 11.2vw;
		width: auto !important;
	}
	#main .reveal .photoUl li:last-child {
		margin-bottom: 0;
	}
	#main .reveal .photoUl li::after {
		top: -3.733vw;
		left: -4vw;
		bottom: -4.533vw;
		right: -4.267vw;
		background-image: url(../img/index/reveal_bg02.png) !important;
	}
	#main .information {
		padding-bottom: 9.3rem;
		overflow: hidden;
	}
	#main .information .topBox::after,
	#main .information .topBox::before {
		display: none;
	}
	#main .information .topImage {
		margin-bottom: 3.4rem;
		width: 18.6rem;
	}
	#main .information .sub {
		margin-bottom: 3.5rem;
	}
	#main .information .topBox .text {
		max-width: 100%;
	}
	#main .information .imgBox {
		margin: 3.3rem 0 5.8rem;
		padding: 0;
		display: block;
	}
	#main .information .imgBox .photoBox {
		margin-bottom: 0.8rem;
		width: auto;
	}
	#main .information .imgBox .photoBox .img02 {
		margin-left: -2.8rem;
	}
	#main .information .imgBox .photoBox .img01 {
		margin: -69.333vw 0 0 1.2rem;
		width: 116.5%;
		max-width: 116.5%;
	}
	#main .information .imgBox .textBox {
		margin: 0 4rem;
		width: auto;
	}
	#main .information .imgBox .textBox .sub {
		margin-left: 0;
		max-width: 100%;
	}
	#main .information .imgBox .textBox .title {
		margin: 0 -1rem 4.1rem 0;
		font-size: 2.75rem;
		text-align: center;
		line-height: 1.6;
	}
	#main .information .imgBox .textBox .text {
		margin-left: 0.5rem;
	}
	#main .information .exibitBox {
		padding: 1.2rem 0.7rem 3rem;
		margin: 0 -0.5rem 6.5rem;
		max-width: none;
		background-image: url(../img/index/exibit_bg_sp.png);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	}
	#main .information .exibitBox .subArea {
		padding: 2.7rem 1.8rem 1.3rem;
		background-size: 1rem auto;
		background-image: url(../img/index/exibit_line_sp.png),url(../img/index/exibit_line_sp.png);
		background-position: left top,right top;
	}
	#main .information .exibitBox .h_title {
		margin-bottom: 3.9rem;
		width: 27.5rem;
	}
	#main .information .exibitBox .innerBox {
		display: block;
	}
	#main .information .exibitBox .photoBox {
		margin: 0 0 5.5rem;
		width: auto;
	}
	#main .information .exibitBox .photoBox img {
		width: 100%;
	}
	#main .information .exibitBox .textBox {
		margin: 0 0.5rem;
	}
	#main .information .exibitBox .textBox .image {
		margin: 0 auto 4rem;
		width: 25rem;
	}
	#main .information .exibitBox .textBox .title {
		margin-bottom: 2.7rem;
		font-size: 2.4rem;
		line-height: 1.66;
	}
	#main .information .exibitBox .textBox .text {
		margin-bottom: 1rem;
		padding-right: 0;
		font-size: 1.6rem;
	}
	#main .information .exibitBox .textUl {
		margin: 0 -0.5rem;
	}
	#main .information .exibitBox .textUl li {
		padding: 2rem 0 1.3rem;
	}
	#main .information .exibitBox .textUl .tag {
		margin-right: 1.5rem;
	}
	#main .information .exibitBox .textUl .rBox {
		margin-top: 1px;
	}
	#main .information .exibitBox .textUl .info:not(:last-child) {
		margin-bottom: 3.1rem;
	}
	#main .information .exibitBox .textUl .info a {
		margin: 0.7rem 0 0;
		padding: 0 1.3rem;
		display: block;
		width: fit-content;
		line-height: 1.4;
		font-size: 1.44rem;
	}
	#main .coming .image {
		margin-bottom: 0.6rem;
		width: 24.3rem;
	}
	#main .coming h2 {
		margin: 0 -2rem 1px;
		font-size: 3.6rem;
	}
	#main .coming .text {
		margin-bottom: 1.9rem;
		font-size: 1.4rem;
		line-height: 2;
	}
	#main .coming .snsUl {
		gap: 1rem 2.8rem;
	}
	#main .coming .snsUl img {
		height: 4.6rem;
	}
}
@media all and (min-height: 500px) and (max-height: 720px) {
	.mainVisual .imgtext01 {
		right: 1.2vw;
		top: 3vw;
		width: 15.5vh;
	}
}