@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
}
.mainVisual::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/index/bg01.png) no-repeat center top / 100%;
	content: '';
	user-select: none;
	pointer-events: none;
	z-index: 1;
}
.mainVisual .slideBox {
	position: relative;
}
.mainVisual .slideList .slick-slide li {
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	aspect-ratio: 2880/1998;
}
.mainVisual .slideList li img {
	width: 100%;
	aspect-ratio: 2880/1998;
	transform: scale(1.2);
}
.mainVisual .slideList .animate img {
	animation: slideimg 11s forwards linear;
}
@keyframes slideimg {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
.mainVisual .slideList .slick-dots {
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 1rem;
	position: absolute;
	left: 0;
	bottom: 9.1%;
}
.mainVisual .slideList .slick-dots li {
	margin: 0;
	display: inline-block;
	width: 8.1rem;
	height: 0.4rem;
	background-color: #666;
	cursor: pointer;
	z-index: 20;
}
.mainVisual .slideList .slick-dots li.slick-active {
	background-color: #C89C33;
}
.mainVisual .slideList .slick-dots li button {
	display: none;
}
.mainVisual .img01 {
	width: 32.7rem;
	position: absolute;
	left: 32%;
	top: 35.5%;
	transform: translate(-50%, -50%);
	will-change: transform;
	z-index: 2;
}
.mainVisual .img02 {
	width: 37.8rem;
	position: absolute;
	right: 22.1%;
	top: 52.6%;
	transform: translate(50%, -50%);
	will-change: transform;
	z-index: 2;
}
.mainVisual .img01 .imgWrap,
.mainVisual .img02 .imgWrap {
	opacity: 0;
	transition: 1s;
}
.mainVisual .img01 .imgWrap {
	transform: translateX(-100%) translateY(-100%);
}
.mainVisual .img02 .imgWrap {
	transform: translateX(100%) translateY(-100%);
}
.mainVisual .img01.on .imgWrap {
	opacity: 1;
	transform: translateX(0) translateY(0);
}
.mainVisual .img02.on .imgWrap {
	opacity: 1;
	transform: translateX(0);
}
.mainVisual .img01.on img,
.mainVisual .img02.on img {
	width: 100%;
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
	animation-delay: 0.5s;
}
.mainVisual .img03 {
	width: 60.1rem;
	position: absolute;
	left: 50%;
	bottom: 26.8%;
	transform: translate(-50%, 50%);
	will-change: transform;
	z-index: 2;
}
.mainVisual .link {
	position: relative;
	padding: 6.6rem 0 8.4rem;
}
.mainVisual .link::after {
	width: 100%;
	height: 58.9rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/index/bg02.png) no-repeat center top / 100% 100%;
	content: '';
	user-select: none;
	pointer-events: none;
}
.mainVisual .link .inner {
	margin: 0 auto;
	width: 66.5rem;
	position: relative;
	background: url(../img/index/link_bg01.png) no-repeat center top / 100% auto, url(../img/index/link_bg02.png) no-repeat center bottom / 100% auto;
	z-index: 2;
}
.mainVisual .link .inner::before {
	width: 100%;
	height: calc(100% - 4.8rem);
	position: absolute;
	left: 0;
	top: 2.4rem;
	background: url(../img/index/link_bg03.png) repeat-y left top / 100% auto;
	content: '';
}
.mainVisual .link .subWrap {
	padding: 2.5rem 2.9rem 2.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	gap: 0.4rem 0.9rem;
	position: relative;
	z-index: 1;
}
.mainVisual .link .time {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.2rem;
	line-height: 1.2;
}
.mainVisual .link .time .txt01 {
	margin-top: 0.5rem;
	padding: 0.7rem 0.7rem 0.6rem;
	flex-shrink: 0;
	text-align: center;
	letter-spacing: 0.08em;
	border-radius: 0.5rem;
	border: 0.1rem solid #fff;
}
.mainVisual .link .time .txt02 {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.mainVisual .link .time .txt02 .lg {
	font-size: 162%;
	letter-spacing: 0.02em;
}
.mainVisual .link .price {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 0.9rem;
	font-size: 1.3rem;
	line-height: 1.36;
}
.mainVisual .link .price .imgtext {
	width: 8rem;
	flex-shrink: 0;
}
.mainVisual .link .price .txt {
	margin-bottom: 0.5rem;
	width: fit-content;
	max-width: 19rem;
}
.mainVisual .link .price .sm01 {
	font-size: 1rem;
}
.mainVisual .link .price .sm02 {
	display: block;
	text-align: right;
	font-size: 1rem;
}
.mainVisual .link .price .lg {
	font-size: 160%;
}
.mainVisual .link .price .mid {
	font-size: 130%;
}
.mainVisual .link .btn {
	margin: 0 1.4rem 0 auto;
	width: 30.1rem;
}
.mainVisual .link a {
	display: block;
}
.mainVisual .link a:hover {
	opacity: 0.7;
}
#main .leadBox {
	padding: 8.5rem 0 10.4rem;
	position: relative;
	background: url(../img/index/bg03.jpg) no-repeat center center / cover;
}
#main .leadBox::after {
	margin-left: 0.4rem;
	width: 1.1rem;
	height: 6.3rem;
	position: absolute;
	left: 50%;
	bottom: 2.1rem;
	transform: translateX(-50%);
	background: url(../img/index/bg04.png) no-repeat center center / 100%;
	content: '';
}
#main .leadBox .content {
	position: relative;
}
#main .leadBox .content::before {
	width: 32.1rem;
	height: 75.2rem;
	position: absolute;
	left: -17.5rem;
	top: -5.3rem;
	background: url(../img/index/bg06.png) no-repeat left top / 100%;
	content: '';
}
#main .leadBox .content::after {
	width: 40.4rem;
	height: 83rem;
	position: absolute;
	right: -18.1rem;
	top: -7.2rem;
	background: url(../img/index/bg05.png) no-repeat left top / 100%;
	content: '';
}
#main .leadBox .photo01 {
	width: 44rem;
	position: absolute;
	left: -12rem;
	top: -4.3rem;
	z-index: 6;
}
#main .leadBox .photo02 {
	width: 39.2rem;
	position: absolute;
	right: -5.6rem;
	top: 2.9rem;
}
#main .leadBox .textBox {
	margin: 0 auto;
	padding: 9rem 0 11.2rem;
	width: 85rem;
	position: relative;
	text-align: center;
	border-radius: 4.8rem;
	border: 0.1rem solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.2);
	z-index: 5;
}
#main .leadBox .textBox::before {
	width: 46.4rem;
	top: 2.7rem;
	bottom: 3.3rem;
	position: absolute;
	left: 50%;
	border-top: 0.1rem solid #fff;
	border-bottom: 0.1rem solid #fff;
	box-sizing: border-box;
	transform: translateX(-50%);
	user-select: none;
	pointer-events: none;
	opacity: 0.1;
	content: '';
}
#main .leadBox .textBox::after {
	width: 6.6rem;
	height: 7.2rem;
	position: absolute;
	right: 15.5rem;
	bottom: 5.2rem;
	background: url(../img/index/lead_bg03.png) no-repeat center center / 100%;
	content: '';
}
#main .leadBox .textBox .innerBox {
	margin: 0 auto;
	max-width: 52rem;
	position: relative;
	z-index: 1;
}
#main .leadBox .textBox h2 {
	margin-bottom: 3.7rem;
}
#main .leadBox .textBox h2 img {
	width: 42.7rem;
}
#main .leadBox .textBox p {
	margin-bottom: 3.3rem;
	line-height: 2.0625;
}
#main .leadBox .textBox p:last-of-type {
	margin-bottom: 0;
}
#main .leadBox .textBox .imgtext01 {
	width: 6.6rem;
	position: absolute;
	left: 5.9rem;
	bottom: 5.4rem;
	opacity: 0.2;
}
#main .leadBox .textBox .imgtext02 {
	width: 6.6rem;
	position: absolute;
	right: 5.9rem;
	top: 7.3rem;
	opacity: 0.2;
}
#main .artists {
	padding: 7.8rem 0 11.5rem;
	position: relative;
	background: url(../img/index/bg07.jpg) no-repeat center top / cover;
}
#main .artists::after {
	margin-left: -1.7rem;
	width: 1.1rem;
	height: 6.3rem;
	position: absolute;
	left: 50%;
	bottom: 1.8rem;
	transform: translateX(-50%);
	background: url(../img/index/bg04.png) no-repeat center center / 100%;
	content: '';
}
#main .artists .content {
	width: 100.6rem;
}
#main .artists h2 {
	margin-bottom: 3.2rem;
	text-align: center;
}
#main .artists h2 img {
	width: 52.7rem;
}
#main .artists .leadText {
	margin: 0 auto 2.7rem;
	width: 67.8rem;
	position: relative;
	line-height: 2.0625;
}
#main .artists .leadText::before {
	width: 6.6rem;
	height: 7.2rem;
	position: absolute;
	left: -14.3rem;
	top: 2.2rem;
	background: url(../img/index/bg08.png) no-repeat left top / 100%;
	content: '';
}
#main .artists .itemBox {
	margin-bottom: 6.2rem;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#main .artists .itemBox::after {
	width: 71.4rem;
	height: 0.1rem;
	position: absolute;
	left: 50%;
	bottom: -3rem;
	background: #fff;
	opacity: 0.4;
	transform: translateX(-50%);
	content: '';
}
#main .artists .itemBox .imgtext {
	width: 6.6rem;
	position: absolute;
	right: -7.4rem;
	top: 0.8rem;
}
#main .artists .itemBox .textBox {
	margin: 4rem 7.6rem 0 0;
	width: 44rem;
	position: relative;
}
#main .artists .itemBox .photoBox {
	width: 44.5rem;
}
#main .artists .itemBox h3 {
	margin: 0 -0.5rem 3.6rem;
}
#main .artists .itemBox p {
	margin-bottom: 2.3rem;
	line-height: 2.0625;
}
#main .artists .itemBox .textBox .subBox {
	display: flex;
	gap: 2rem;
}
#main .artists .itemBox .textBox .subBox .photo {
	width: 12.5rem;
}
#main .artists .itemBox .textBox .subBox .photo a {
	margin-top: 1.7rem;
	display: block;
}
#main .artists .itemBox .textBox .subBox .photo a:hover {
	opacity: 0.7;
}
#main .artists .itemBox .textBox .subBox .subText {
	margin-top: -0.5rem;
	flex: 1;
}
#main .artists .itemBox .textBox .subBox .subText p {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.66;
}
#main .artists .itemBox .textBox .subBox .subText .subTtl {
	font-size: 1.6rem;
	margin-bottom: 0.9rem;
}
#main .artists .itemBox .textBox .subBox .subText a {
	text-decoration: underline;
}
#main .artists .itemBox .textBox .subBox .subText a:hover {
	opacity: 0.7;
}
#main .artists .item01 {
	margin-bottom: 5.9rem;
}
#main .artists .item01 .photoBox {
	width: 45.3rem;
	order: 1;
}
#main .artists .item01 h3 {
	margin: 0 0 4.5rem -0.5rem;
}
#main .artists .item01 h3 img {
	width: 24.3rem;
}
#main .artists .item01 .imgtext {
	left: -9.2rem;
	right: auto;
	top: 0.8rem;
}
#main .artists .item01 .textBox {
	margin: 5.1rem 0 0 9.6rem;
}
#main .artists .item01 p {
	margin-bottom: 5.5rem;
}
#main .artists .item01 .textBox .subBox {
	max-width: 40rem;
}
#main .artists .item02 h3 img {
	width: 25.5rem;
}
#main .artists .item03 {
	margin-bottom: 0;
}
#main .artists .item03 .textBox {
	margin-top: 6rem;
}
#main .artists .item03 h3 img {
	width: 18.4rem;
}
#main .artists .item03::after {
	display: none;
}
#main .fancy {
	padding: 5.8rem 0 10.7rem;
	position: relative;
	clip-path: inset(0 0 0 0);
}
#main .fancy .bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(19, 15, 58, 1) 0%, rgba(185, 142, 205, 1) 40.79%, rgba(199, 166, 205, 1) 68.84%, rgba(19, 15, 58, 1) 92.29%);
	content: '';
}
#main .fancy .bg::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/index/bg09.jpg) no-repeat center center / cover;
	mix-blend-mode: color-burn;
	opacity: 0.4;
	content: '';
}
#main .fancy::after {
	width: 1.1rem;
	height: 6.3rem;
	position: absolute;
	left: 50%;
	bottom: 2.4rem;
	transform: translateX(-50%);
	background: url(../img/index/bg04.png) no-repeat center center / 100%;
	content: '';
}
#main .fancy .content {
	position: relative;
	z-index: 2;
}
#main .fancy h2 {
	margin-bottom: 2.2rem;
	text-align: center;
}
#main .fancy h2 img {
	width: 52.7rem;
}
#main .fancy .innerBox {
	margin-bottom: 7.8rem;
	text-align: center;
	position: relative;
	z-index: 1;
}
#main .fancy .img01 {
	margin-right: 2.5rem;
	position: relative;
	z-index: 10;
	user-select: none;
	pointer-events: none;
}
#main .fancy .img01 img {
	width: 57.3rem;
}
#main .fancy .item {
	position: absolute;
}
#main .fancy .item .textBox {
	padding: 3rem 1rem 4.3rem;
	width: 38.9rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	border-radius: 100%;
	aspect-ratio: 1;
	background: url(../img/index/fancy_bg01.png) no-repeat center top / 100%;
	background: rgba(66, 20, 63, 1);
	box-shadow: 0 0.9rem 0.2rem rgba(25, 40, 130, 0.2);
}
#main .fancy .item .textBox::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	background: linear-gradient(-120deg, rgba(255, 255, 255, 1) 49.02%, rgba(0, 0, 0, 1) 100%);
	content: '';
	opacity: 0.8;
	mix-blend-mode: multiply;
	user-select: none;
	pointer-events: none;
	z-index: 1;
}
#main .fancy .item .textBox::after {
	width: 36.5rem;
	position: absolute;
	left: 1.2rem;
	top: 1.3rem;
	aspect-ratio: 1;
	background: url(../img/index/fancy_bg01.png) no-repeat center center / 100%;
	content: '';
	z-index: 2;
	user-select: none;
	pointer-events: none;
}
#main .fancy .item .textBox h3 {
	margin-bottom: 2.1rem;
	width: 100%;
	font-size: 2.3rem;
	font-weight: normal;
	position: relative;
	line-height: 1.12;
	z-index: 1;
}
#main .fancy .item .textBox h3 .en {
	margin-bottom: 1.1rem;
	display: block;
	line-height: 0;
}
#main .fancy .item .textBox h3 .en img {
	width: auto;
	height: 1.8rem;
}
#main .fancy .item .textBox p {
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.866;
	position: relative;
	z-index: 1;
}
#main .fancy .item .photo {
	width: 21.7rem;
	position: absolute;
	right: -1.6rem;
	bottom: -17rem;
	z-index: 3;
}
#main .fancy .item01 {
	right: 3.3rem;
	top: -1.4rem;
}
#main .fancy .item02 {
	right: 2.3rem;
	bottom: 11.9rem;
}
#main .fancy .item02 .textBox {
	background: rgba(13, 34, 99, 0.85);
}
#main .fancy .item02 .textBox::after {
	background-image: url(../img/index/fancy_bg03.png);
}
#main .fancy .item02 .textBox h3 {
	margin-bottom: 2.6rem;
}
#main .fancy .item02 .photo {
	right: 4.6rem;
	bottom: -15.9rem;
}
#main .fancy .item03 {
	left: 3.4rem;
	top: 5.4rem;
}
#main .fancy .item03 .textBox {
	background: rgba(29, 17, 71, 0.85);
}
#main .fancy .item03 .textBox::after {
	background-image: url(../img/index/fancy_bg02.png);
}
#main .fancy .item03 .photo {
	right: 11.4rem;
	bottom: -16.6rem;
}
#main .fancy .img02 {
	width: 29.5rem;
	position: absolute;
	left: 13.5rem;
	bottom: -8.5rem;
	z-index: 11;
}
#main .fancy .imgBox {
	margin: 0 auto;
	padding: 2.3rem 12rem 2.3rem 10.5rem;
	width: 92rem;
	min-height: 25rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(../img/index/fancy_bg04.png) no-repeat center top / 100% auto,url(../img/index/fancy_bg06.png) no-repeat center bottom / 100% auto;
}
#main .fancy .imgBox::before {
	width: 100%;
	position: absolute;
	left: 0;
	top: 9rem;
	bottom: 9rem;
	background: url(../img/index/fancy_bg05.png) repeat-y left top / 100% auto;
	content: '';
}
#main .fancy .imgBox .photo {
	width: 39.5rem;
	position: relative;
	z-index: 1;
}
#main .fancy .imgBox .textBox {
	width: 25rem;
	color: #333;
	line-height: 2.08;
	position: relative;
	z-index: 1;
}
#main .exibition {
	padding: 8.4rem 0 11.7rem;
	position: relative;
	background: url(../img/index/exibition_bg.png) no-repeat center top -0.6rem / 100% auto, #0D0A2A;
}
#main .exibition::after {
	margin-left: 0.3rem;
	width: 1.1rem;
	height: 6.3rem;
	position: absolute;
	left: 50%;
	bottom: 2.4rem;
	transform: translateX(-50%);
	background: url(../img/index/bg04.png) no-repeat center center / 100%;
	content: '';
}
#main .exibition h2 {
	margin-bottom: 7.8rem;
	text-align: center;
}
#main .exibition h2 img {
	width: 47rem;
}
#main .exibition .imgBox {
	margin: 0 auto;
	position: relative;
	width: 84.9rem;
}
#main .exibition .imgBox .photoBox {
	width: 42.1rem;
	position: absolute;
	left: -11.1rem;
	top: 6.1rem;
}
#main .exibition .imgBox .photoBox .photo {
	overflow: hidden;
	border-radius: 3.2rem;
	border: 0.1rem solid #fff;
	position: relative;
	z-index: 1;
}
#main .exibition .imgBox .photoBox .photo img {
	width: 100%;
}
#main .exibition .imgBox .textBox {
	padding: 6.6rem 11.8rem 7.4rem 35.4rem;
	position: relative;
	border-radius: 4.8rem;
	border: 0.1rem solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.4);
}
#main .exibition .imgBox .textBox::before {
	content: '';
	user-select: none;
	pointer-events: none;
	width: 46.4rem;
	position: absolute;
	top: 2.7rem;
	bottom: 3.4rem;
	left: 50%;
	box-sizing: border-box;
	border-top: 0.1rem solid #fff;
	border-bottom: 0.1rem solid #fff;
	transform: translateX(-50%);
	opacity: 0.2;
}
#main .exibition .imgBox .textBox .imgtext01 {
	width: 6.6rem;
	position: absolute;
	left: 3.3rem;
	top: 7.3rem;
	opacity: 0.2;
}
#main .exibition .imgBox .textBox .imgtext02 {
	width: 6.6rem;
	position: absolute;
	right: 3.4rem;
	bottom: 5.5rem;
	opacity: 0.2;
}
#main .exibition h3 {
	margin-bottom: 2.1rem;
	font-weight: normal;
	font-size: 2.3rem;
	line-height: 1.74;
}
#main .exibition p {
	margin-bottom: 3rem;
	line-height: 2.0625;
}
#main .exibition h4 {
	margin-bottom: 1.3rem;
	font-size: 1.4rem;
	font-weight: normal;
	color: #E1CF70;
	border-bottom: 0.1rem solid #E1CF70;
}
#main .exibition .shopBox {
	display: flex;
	justify-content: space-between;
}
#main .exibition .shopBox .text {
	flex: 1;
}
#main .exibition .shopBox p {
	margin-bottom: 0.8rem;
	font-size: 1.4rem;
	line-height: 1.64;
}
#main .exibition .shopBox .subTtl {
	margin-bottom: 1.2rem;
	font-size: 1.8rem;
}
#main .exibition .shopBox .btn {
	margin-bottom: 2.3rem;
}
#main .exibition .shopBox .btn a {
	display: inline-block;
}
#main .exibition .shopBox .btn a:hover {
	opacity: 0.7;
}
#main .exibition .shopBox .btn img {
	width: 12.6rem;
}
#main .exibition .shopBox .photo {
	margin-top: 0.4rem;
	width: 15rem;
}
#main .exibition p:last-child {
	margin-bottom: 0;
}
#main .information {
	padding: 8.1rem 0 5rem;
	position: relative;
	background: #0D0A2A;
}
#main .information::before {
	width: 100%;
	position: absolute;
	left: 0;
	top: 23.6rem;
	bottom: 0;
	background: url(../img/index/bg10.jpg) no-repeat center top / cover;
	content: '';
}
#main .information .content {
	width: 115.2rem;
}
#main .information h2 {
	margin-bottom: 10.3rem;
	text-align: center;
}
#main .information h2 img {
	width: 47rem;
}
#main .information .innerBox {
	width: 54.1rem;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
#main .information .spec {
	margin-bottom: 4.5rem;
	padding: 3.8rem 3rem 4.7rem;
	position: relative;
	background: url(../img/index/info_bg01.png) no-repeat left top / 100% 3rem, url(../img/index/info_bg03.png) no-repeat left bottom / 100% 3rem;
}
#main .information .spec::before {
	width: 100%;
	position: absolute;
	left: 0;
	top: 3rem;
	bottom: 3rem;
	background: url(../img/index/info_bg02.png) repeat-y left top / 100% 4rem;
	content: '';
}
#main .information .spec .subWrap {
	margin: 0 auto;
	width: 42rem;
	position: relative;
	z-index: 1;
}
#main .information .spec .logo {
	margin-bottom: -0.2rem;
	text-align: center;
}
#main .information .spec .logo img {
	width: 42rem;
}
#main .information .spec .time {
	margin: 0 auto 2.3rem;
	padding-left: 9.8rem;
	width: fit-content;
	position: relative;
	font-size: 1.8rem;
	line-height: 1.35;
	letter-spacing: 0.02em;
}
#main .information .spec .time .txt {
	padding: 0.5rem 0.9rem 0.4rem;
	position: absolute;
	left: 0;
	top: 0.7rem;
	font-size: 1.6rem;
	border-radius: 0.5rem;
	border: 0.1rem solid #fff;
}
#main .information .spec .time .lg {
	font-size: 165%;
}
#main .information .spec .text {
	margin: 0 auto;
	padding: 0.7rem 9.4rem 0.7rem 9.4rem;
	width: fit-content;
	position: relative;
	font-size: 1.2rem;
	text-align: center;
}
#main .information .spec .text .imgtext {
	margin-top: -1rem;
	width: 8rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#main .information .spec .text .subTxt {
	margin-bottom: 0.6rem;
	padding: 0.4rem 0.5rem 0.2rem;
	width: fit-content;
	display: block;
	font-size: 1.7rem;
	border-radius: 0.5rem;
	border: 0.1rem solid #fff;
}
#main .information .spec .price {
	margin-bottom: 1.9rem;
	text-align: center;
	font-size: 1.8rem;
}
#main .information .spec .price .lg {
	margin-left: 0.5rem;
	font-size: 130%;
}
#main .information .spec .price .sm {
	font-size: 62%;
}
#main .information .spec .btn {
	text-align: center;
}
#main .information .spec .btn a {
	display: inline-block;
}
#main .information .spec .btn a:hover {
	opacity: 0.7;
}
#main .information .spec .btn img {
	width: 30.1rem;
}
#main .information .infoTbl {
	margin: 0 1.7rem 0 1.3rem;
}
#main .information .infoTbl table {
	width: 100%;
	border-spacing: 0 0.2rem;
}
#main .information .infoTbl th,
#main .information .infoTbl td {
	padding: 1rem 1rem 1rem 1.7rem;
	height: 5rem;
	vertical-align: middle;
	text-align: left;
	color: #000;
	font-weight: 300;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	line-height: 1.42;
	background: rgba(204, 204, 204, 0.7);
}
#main .information .infoTbl th {
	width: 20%;
	color: #926B27;
	background: rgba(0, 0, 0, 0.7);
}
#main .information .infoTbl td .sm {
	font-size: 80%;
}
@media all and (max-width: 960px) {
	.mainVisual::before {
		background-image: url(../img/index/bg01_sp.png);
	}
	.mainVisual .slideBox {
		height: 100svh;
	}
	.mainVisual .slideList .slick-slide li {
		width: 100%;
		height: calc(100svh + 10vw);
		aspect-ratio: initial;
	}
	.mainVisual .slideList .slick-slide li img {
		aspect-ratio: initial;
	}
	.mainVisual .img01 {
		width: 15.8rem;
		left: 28%;
		top: 27.5%;
	}
	.mainVisual .img02 {
		width: 18.3rem;
		right: 29%;
		top: 53.3%;
	}
	.mainVisual .img03 {
		width: 30.7rem;
		bottom: 22%;
	}
	.mainVisual .slideList {
		height: 100svh;
	}
	.mainVisual .slideList .slick-dots {
		gap: 0.6rem;
		bottom: 8.2%;
	}
	.mainVisual .slideList .slick-dots li {
		width: 5.7rem;
		height: 0.3rem;
	}
	.mainVisual .link {
		padding: 3.8rem 1rem 2.5rem;
	}
	.mainVisual .link::after {
		height: 35rem;
		background-image: url(../img/index/bg02_sp.png);
	}
	.mainVisual .link .inner {
		width: 35rem;
		max-width: 100%;
		background: url(../img/index/link_bg01_sp.png) no-repeat center top / 100% auto, url(../img/index/link_bg02_sp.png) no-repeat center bottom / 100% auto;
	}
	.mainVisual .link .inner::before {
		height: calc(100% - 6rem);
		top: 3rem;
		background-image: url(../img/index/link_bg03_sp.png);
	}
	.mainVisual .link .subWrap {
		padding: 2.7rem 1.8rem 2.7rem;
		display: block;
	}
	.mainVisual .link .time {
		margin-bottom: -0.4rem;
		width: auto;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 0.8rem;
	}
	.mainVisual .link .time .txt01 {
		margin-top: 0.5rem;
		padding: 0.3rem 0.5rem 0.3rem;
		font-size: 1.4rem;
	}
	.mainVisual .link .time .txt02 {
		font-size: 1.5rem;
		line-height: 1.32;
	}
	.mainVisual .link .time .txt02 .lg {
		letter-spacing: 0.05em;
	}
	.mainVisual .link .price {
		margin-bottom: 1.4rem;
		justify-content: center;
		gap: 0.5rem;
		font-size: 1.2rem;
		line-height: 1.34;
	}
	.mainVisual .link .price .imgtext {
		width: 6rem;
		flex-shrink: 0;
	}
	.mainVisual .link .price .txt {
		margin: 1.2rem 2rem 0 0;
		max-width: initial;
	}
	.mainVisual .link .price .sm02 {
		font-size: 0.9rem;
	}
	.mainVisual .link .price .lg {
		font-size: 164%;
		letter-spacing: 0.05em;
	}
	.mainVisual .link .price .mid {
		margin-right: 0.2em;
		font-size: 128%;
	}
	.mainVisual .link .btn {
		margin: 0 auto;
		width: 28rem;
		max-width: 100%;
	}
	#main .bgWrap01 {
		background: linear-gradient(0deg, rgba(20, 0, 50, 1) 14.5%, rgba(71, 77, 205, 1) 42.46%, rgba(52, 39, 135, 1) 56.94%, rgba(33, 0, 65, 1) 72.29%);
	}
	#main .leadBox {
		padding: 8.9rem 0 13.6rem;
		background-image: url(../img/index/bg03_sp.png);
		background-position: center bottom;
		background-blend-mode: hard-light;
	}
	#main .leadBox::after {
		margin-left: 0;
		bottom: 3.5rem;
	}
	#main .leadBox .content {
		margin: 0;
		z-index: 1;
	}
	#main .leadBox .content::before {
		display: none;
	}
	#main .leadBox .content::after {
		display: none;
	}
	#main .leadBox .photo01 {
		width: 32.4rem;
		left: -10.5rem;
		top: -6.4rem;
		z-index: 11;
	}
	#main .leadBox .photo02 {
		width: 23.4rem;
		right: 0;
		top: auto;
		bottom: 0;
		z-index: -1;
	}
	#main .leadBox .textBox {
		padding: 10.7rem 2rem 9rem;
		width: auto;
		border-radius: 0;
		border: none;
		position: initial;
		z-index: auto;
		background: url(../img/index/bg05_sp.png) no-repeat center top / 100% 100%;
	}
	#main .leadBox .textBox::before {
		display: none;
	}
	#main .leadBox .textBox::after {
		display: none;
	}
	#main .leadBox .textBox .innerBox {
		margin: 0;
		max-width: initial;
		z-index: 20;
	}
	#main .leadBox .textBox h2 {
		margin-bottom: 3.5rem;
		position: relative;
		z-index: 20;
	}
	#main .leadBox .textBox h2 img {
		width: 31.9rem;
	}
	#main .leadBox .textBox p {
		text-shadow: 0 0 0.5rem rgba(0, 0, 0, 1);
		position: relative;
		z-index: 20;
	}
	#main .leadBox .textBox .imgtext01,
	#main .leadBox .textBox .imgtext02 {
		display: none;
	}
	#main .artists {
		padding: 7rem 0 13.5rem;
		background: url(../img/index/bg07_sp.png) no-repeat center top / cover;
	}
	#main .artists::after {
		margin-left: 0;
		bottom: 3.2rem;
	}
	#main .artists .content {
		width: auto;
	}
	#main .artists h2 {
		margin-bottom: 2.9rem;
	}
	#main .artists h2 img {
		width: 37.5rem;
	}
	#main .artists .leadText {
		margin: 0 2.8rem 6.6rem;
		width: auto;
	}
	#main .artists .leadText::before {
		display: none;
	}
	#main .artists .itemBox {
		margin: 0 1.8rem 12.6rem;
		display: block;
	}
	#main .artists .itemBox::after {
		width: 100%;
		bottom: -7rem;
	}
	#main .artists .itemBox .imgtext {
		width: 5.5rem;
		right: auto;
		left: -1.8rem;
		top: -1rem;
	}
	#main .artists .itemBox .textBox {
		margin: 0;
		width: auto;
		transform: none;
		opacity: 1;
	}
	#main .artists .itemBox .photoBox {
		margin: 0 0.4rem 4.2rem 0.7rem;
		width: auto;
		text-align: center;
	}
	#main .artists .itemBox .photoBox img {
		width: 100%;
	}
	#main .artists .itemBox .textBox .inner {
		position: relative;
		padding: 0 1rem 0 4.4rem;
	}
	#main .artists .itemBox h3 {
		margin: 0 0 3.2rem;
		text-align: center;
	}
	#main .artists .itemBox p {
		margin-bottom: 5.5rem;
	}
	#main .artists .itemBox .textBox .subBox {
		display: block;
	}
	#main .artists .itemBox .textBox .subBox .photo {
		margin: 0 auto 3.2rem;
		width: 12.5rem;
		transform: translateX(-1.7rem);
	}
	#main .artists .itemBox .textBox .subBox .photo a {
		margin-top: 1.7rem;
	}
	#main .artists .itemBox .textBox .subBox .subText {
		margin-top: 0;
	}
	#main .artists .itemBox .textBox .subBox .subText p {
		margin-bottom: 0;
	}
	#main .artists .itemBox .textBox .subBox .subText .subTtl {
		margin-bottom: 0.4rem;
	}
	#main .artists .item01 {
		margin-bottom: 12.6rem;
	}
	#main .artists .item01 .photoBox {
		width: auto;
		position: relative;
	}
	#main .artists .item01 .photoBox::before {
		content: '';
		background: url(../img/index/star.png) no-repeat center center / 100%;
		aspect-ratio: 24/32;
		width: 3.658%;
		position: absolute;
		left: 25.2%;
		top: 9.7%;
	}
	#main .artists .item01 h3 {
		margin: 0 0 4.6rem;
		position: relative;
	}
	#main .artists .item01 h3::after {
		content: '';
		width: 6.6rem;
		height: 7.2rem;
		position: absolute;
		left: 1.5rem;
		bottom: -4rem;
		background: url(../img/index/bg08.png) no-repeat center center / 100%;
	}
	#main .artists .item01 .imgtext {
		left: -1.8rem;
		right: auto;
		top: -1.4rem;
	}
	#main .artists .item01 .textBox {
		margin: 0;
	}
	#main .artists .item01 p {
		margin-bottom: 5rem;
	}
	#main .artists .item01 .textBox .subBox {
		max-width: initial;
	}
	#main .artists .item02 h3 img {
		width: 25rem;
	}
	#main .artists .item03 {
		margin-bottom: 0;
	}
	#main .artists .item03 .imgtext {
		top: -1rem;
	}
	#main .artists .item03 .textBox {
		margin-top: 0;
	}
	#main .fancy {
		padding: 5.1rem 0 12.6rem;
	}
	#main .fancy .bg::before {
		background-image: url(../img/index/bg09_sp.jpg);
	}
	#main .fancy::after {
		bottom: 3.7rem;
	}
	#main .fancy h2 {
		margin-bottom: 2.3rem;
	}
	#main .fancy h2 img {
		width: 37.5rem;
	}
	#main .fancy .innerBox {
		margin-bottom: 0;
	}
	#main .fancy .img01 {
		margin: 0 0.9rem 1.8rem -0.8rem;
	}
	#main .fancy .img01 img {
		width: 100%;
	}
	#main .fancy .item {
		margin: 0 auto;
		width: 100%;
		max-width: 45rem;
		position: relative;
		transition-delay: 0s;
	}
	#main .fancy .item .textBox {
		padding: 2.9rem 1rem 4.2rem;
		width: 83%;
		transform: translateX(-1.5rem);
	}
	#main .fancy .item .textBox::after {
		width: calc(100% - 2.2rem);
		left: 1.1rem;
		top: 1.1rem;
	}
	#main .fancy .item .textBox h3 {
		margin-bottom: 1.7rem;
		font-size: 1.8rem;
	}
	#main .fancy .item .textBox h3 .en {
		margin-bottom: 0.9rem;
	}
	#main .fancy .item .textBox h3 .en img {
		height: 1.45rem;
	}
	#main .fancy .item .textBox p {
		font-size: 1.2rem;
		line-height: 1.866;
	}
	#main .fancy .item .photo {
		margin: -30.7% 7% 0 auto;
		width: 46.2%;
		position: relative;
		right: auto;
		bottom: auto;
	}
	#main .fancy .item01 {
		right: auto;
		top: auto;
	}
	#main .fancy .item02 {
		margin-bottom: 1.2rem;
		right: auto;
		bottom: auto;
	}
	#main .fancy .item02 .textBox {
		padding-top: 2.9rem;
	}
	#main .fancy .item02 .textBox h3 {
		margin-bottom: 1.7rem;
	}
	#main .fancy .item02 .photo {
		right: auto;
		bottom: auto;
		margin: -29.2% 7% 0 auto;
	}
	#main .fancy .item03 {
		margin-bottom: 1rem;
		left: auto;
		top: auto;
	}
	#main .fancy .item03 .photo {
		right: auto;
		bottom: auto;
		margin: -30% 7% 0 auto;
	}
	#main .fancy .img02 {
		margin-right: 1rem;
		width: auto;
		position: relative;
		left: auto;
		bottom: auto;
		text-align: center;
		transition-delay: 0s;
	}
	#main .fancy .img02 img {
		width: 23.6rem;
	}
	#main .fancy .imgBox {
		margin: -1.2rem 0 0;
		padding: 4.4rem 2rem 4.5rem;
		width: auto;
		min-height: initial;
		display: block;
		position: relative;
		background: rgba(255, 255, 255, 0.8);
	}
	#main .fancy .imgBox::before {
		display: none;
	}
	#main .fancy .imgBox::after {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0.7rem;
		bottom: 0.7rem;
		border-top: 0.2rem solid #B19552;
		border-bottom: 0.2rem solid #B19552;
		box-sizing: border-box;
		user-select: none;
		pointer-events: none;
		content: '';
	}
	#main .fancy .imgBox .photo {
		width: 32rem;
		max-width: 100%;
		margin: 0 auto 1.8rem;
	}
	#main .fancy .imgBox .textBox {
		margin: 0 auto;
		width: fit-content;
	}
	#main .exibition {
		padding: 6.9rem 0 12.6rem;
		background-image: url(../img/index/exibition_bg_sp.png);
	}
	#main .exibition::after {
		margin-left: 0;
		bottom: 3.3rem;
	}
	#main .exibition h2 {
		margin-bottom: 5rem;
	}
	#main .exibition h2 img {
		width: 32rem;
	}
	#main .exibition .imgBox {
		margin: 0 1rem;
		width: auto;
	}
	#main .exibition .imgBox .photoBox {
		margin: 0 1.7rem;
		width: auto;
		position: relative;
		left: auto;
		top: auto;
	}
	#main .exibition .imgBox .photoBox .photo {
		border-radius: 2.6rem;
	}
	#main .exibition .imgBox .textBox {
		margin-top: -3.2rem;
		padding: 10.4rem 2.7rem 7.1rem;
		border-radius: 2.6rem;
		transition-delay: 0s;
	}
	#main .exibition .imgBox .textBox::before {
		width: calc(100% - 3rem);
		top: 6.7rem;
		bottom: 6.4rem;
	}
	#main .exibition .imgBox .textBox .imgtext01 {
		display: none;
	}
	#main .exibition .imgBox .textBox .imgtext02 {
		width: 4.5rem;
		right: 1.1rem;
		bottom: 1rem;
		opacity: 0.6;
	}
	#main .exibition h3 {
		margin: 0 -1rem 3.4rem 0;
		letter-spacing: 0.1em;
	}
	#main .exibition p {
		margin-bottom: 2.5rem;
	}
	#main .exibition .shopBox {
		margin: 0 auto;
		width: fit-content;
		display: block;
	}
	#main .exibition .shopBox p {
		margin-bottom: 1.5rem;
	}
	#main .exibition .shopBox .subTtl {
		margin-bottom: 1.3rem;
		text-align: center;
	}
	#main .exibition .shopBox .btn {
		margin-bottom: 2.6rem;
		text-align: center;
	}
	#main .exibition .shopBox .btn img {
		width: 15rem;
	}
	#main .exibition .shopBox .photo {
		margin: 0 auto 2.3rem;
		width: 15rem;
	}
	#main .exibition p:last-child {
		margin-bottom: 0;
	}
	#main .information {
		padding: 7.2rem 0 7.9rem;
		background: url(../img/index/bg11_sp.png) no-repeat center bottom / 100%, #0D0A2A;
	}
	#main .information::before {
		display: none;
	}
	#main .information .content {
		width: auto;
	}
	#main .information h2 {
		margin-bottom: 3.7rem;
	}
	#main .information h2 img {
		width: 32rem;
	}
	#main .information .img img {
		width: 100%;
	}
	#main .information .innerBox {
		width: auto;
		margin-left: 0;
	}
	#main .information .spec {
		margin: -12.5rem auto 5.7rem;
		padding: 4.1rem 1.5rem 4.2rem;
		width: 36rem;
		max-width: 100%;
		background: url(../img/index/info_bg01_sp.png) no-repeat left top / 100% auto, url(../img/index/info_bg03_sp.png) no-repeat left bottom / 100% auto;
	}
	#main .information .spec::before {
		background-image: url(../img/index/info_bg02_sp.png);
		background-size: 100% auto;
	}
	#main .information .spec .subWrap {
		width: auto;
	}
	#main .information .spec .logo {
		margin-bottom: 0.4rem;
	}
	#main .information .spec .logo img {
		width: 32.1rem;
	}
	#main .information .spec .time {
		margin-bottom: 3.1rem;
		padding: 0;
	}
	#main .information .spec .time .txt {
		margin: 0 auto 1.8rem;
		padding: 0.6rem 0.8rem 0.5rem 0.9rem;
		display: block;
		width: fit-content;
		position: relative;
		left: auto;
		top: auto;
		letter-spacing: 0.1em;
	}
	#main .information .spec .text {
		margin-bottom: 0.6rem;
		padding: 0.7rem 1.4rem 0.7rem 9rem;
	}
	#main .information .spec .text .subTxt {
		padding: 0.4rem 0.8rem 0.2rem;
	}
	#main .information .spec .price {
		margin-bottom: 3.4rem;
	}
	#main .information .spec .btn img {
		width: 28rem;
	}
	#main .information .infoTbl {
		margin: 0 auto;
		width: 85%;
	}
	#main .information .infoTbl table {
		border-spacing: 0 0.3rem;
	}
	#main .information .infoTbl th,
	#main .information .infoTbl td {
		padding: 1rem 1rem 1rem 1.7rem;
		height: 8.1rem;
	}
	#main .information .infoTbl th {
		width: 34.4%;
	}
	#main .information .infoTbl td {
		padding-left: 1rem;
	}
}
@keyframes poyopoyo {
	0%, 40%, 60%, 80% {
		transform: scale(1.0);
	}
	50%, 70% {
		transform: scale(0.95);
	}
}