@charset "utf-8";
/*------------------------------------------------------------
	body
------------------------------------------------------------*/
#gNavi .btn {
	pointer-events: none;
}
.backBtn {
	width: 8.5rem;
	position: absolute;
	left: 0;
	top: 7rem;
	z-index: 15;
}
.backBtn a {
	padding: 0.5rem 0.5rem 0.6rem 2.5rem;
	width: 8.5rem;
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	background: url(../img/common/icon06.png) no-repeat left 1rem center / 1rem, #000;
}
.backBtn a span {
	width: fit-content;
	display: block;
	background: linear-gradient(90deg, #a349ff 0%, #63ffff 35%, #63ffff 65%, #a353ff 90.6%);
	-webkit-background-clip: text;
	background-clip: text;
	transition: 0.3s;
}
.mainVisual {
	display: flex;
	position: relative;
	color: #fff;
	background: #F458A3;
	overflow-x: clip;
}
.mainVisual .photo {
	width: calc(50% + 12.5rem);
	position: relative;
	z-index: 1;
}
.mainVisual .photo img {
	width: 100%;
}
.mainVisual .textBox {
	padding-left: 0.8rem;
	padding-right: 6rem;
	display: flex;
	flex: 1;
	align-items: center;
	position: relative;
}
.mainVisual .textBox::after {
	width: calc(100% + 11rem);
	height: 57%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/body/bg01.png) no-repeat center center / cover;
	mix-blend-mode: screen;
	content: '';
}
.mainVisual .textBox .innerBox {
	width: 45.4rem;
	max-width: 100%;
	margin-bottom: 8.7rem;
}
.mainVisual .textBox h2 {
	margin-bottom: 6.2rem;
	width: fit-content;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	z-index: 10;
	position: relative;
}
.mainVisual .textBox h2 .sm {
	margin: 0 0 2rem 5.6rem;
	display: block;
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
}
.mainVisual .textBox h2 .sm::after {
	content: '';
	background: #fff;
	width: calc(100% + 26.5rem);
	height: 0.1rem;
	position: absolute;
	right: 2.7rem;
	bottom: -1.2rem;
	z-index: 2;
}
.mainVisual .textBox h2 .sm::before {
	width: 20rem;
	height: 0.1rem;
	position: absolute;
	left: -49.2rem;
	bottom: -1.2rem;
	background: #fff;
	transform: rotate(-47.5deg);
	transform-origin: right top;
	content: '';
	z-index: 2;
}
.mainVisual .textBox h2 .icon {
	margin: 0.2rem 1rem 0 -0.4rem;
	width: 4.6rem;
	display: inline-block;
	vertical-align: top;
}
.mainVisual .textBox p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.18;
	position: relative;
	z-index: 10;
}
.mainVisual .en {
	width: fit-content;
	display: flex;
	position: absolute;
	right: 1rem;
	bottom: 1.7rem;
	z-index: 5;
}
.mainVisual .en span {
	padding: 0.5rem 0 0.9rem;
	width: fit-content;
	display: block;
	color: transparent;
	font-style: italic;
	font-size: 4.4rem;
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 0.9;
	writing-mode: vertical-lr;
	white-space: nowrap;
	background: linear-gradient(90deg, #a349ff 0%, #63ffff 35%, #63ffff 65%, #a353ff 90.625%);
	-webkit-background-clip: text;
	background-clip: text;
}
#main {
	overflow-x: clip;
}
#main h2 {
	margin-bottom: 5.2rem;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.6em;
}
#main h2 .en {
	margin-bottom: 1.7rem;
	padding-right: 0.2em;
	width: fit-content;
	display: block;
	font-size: 6.5rem;
	font-weight: 900;
	font-style: italic;
	letter-spacing: -0.01em;
	line-height: 1;
	color: transparent;
	background: linear-gradient(90deg, #a349ff 0%, #63ffff 35%, #63ffff 65%, #a353ff 90.625%);
	-webkit-background-clip: text;
	background-clip: text;
	transform: scaleX(0.8);
	transform-origin: left top;
}
#main .detailBox {
	padding: 8.2rem 0 10.6rem;
	position: relative;
	color: #fff;
	background: #803FC4;
	border: 0.1rem solid #000;
	border-bottom: none;
}
#main .detailBox::before {
	width: calc(50% - 17.1rem);
	height: 100%;
	position: absolute;
	left: 6rem;
	top: 0;
	background: url(../img/body/bg02.png) no-repeat center center / 100% 100%;
	mix-blend-mode: overlay;
	content: '';
}
#main .detailBox .sideTxt {
	padding: 1.4rem 0;
	width: 6rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}
#main .detailBox .sideTxt span {
	padding: 0 0 0.2em 0.1em;
	width: fit-content;
	display: block;
	color: transparent;
	font-size: 4.8rem;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 0.01em;
	line-height: 0.75;
	writing-mode: vertical-rl;
	white-space: nowrap;
	background: linear-gradient(90deg, #a349ff 0%, #63ffff 35%, #63ffff 65%, #a353ff 90.625%);
	-webkit-background-clip: text;
	background-clip: text;
	transform: scaleY(0.8);
	transform-origin: left top;
}
#main .detailBox .imgBox {
	margin: 0 auto;
	max-width: 144rem;
	display: flex;
	justify-content: space-between;
}
#main .detailBox .imgBox .textBox {
	padding: 0 4rem 0 9rem;
	flex: 1;
}
#main .detailBox .imgBox .textBox .innerBox {
	max-width: 65.8rem;
	margin-left: auto;
}
#main .detailBox .imgBox .textBox p {
	margin-bottom: 3.5rem;
	font-size: 1.6rem;
	line-height: 2.18;
	text-wrap: pretty;
}
#main .detailBox .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .detailBox .imgBox .photoBox {
	margin: 7.3rem -0.1rem 0 0;
	width: 43.4%;
}
#main .detailBox .imgBox .photoBox img {
	width: 100%;
}
#main .photoArea {
	position: relative;
}
#main .photoArea .photoList li {
	width: 50%;
}
#main .photoArea .photoList li img {
	width: 100%;
}
#main .scrollTxt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.9rem;
	z-index: 1;
}
#main .scrollTxt span {
	margin-right: 0.5em;
	padding-right: 0.25em;
	display: block;
	color: transparent;
	font-size: 10.5rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	opacity: 0.5;
	white-space: nowrap;
	background: linear-gradient(#ff7bac 0%, #0796df 100%);
	-webkit-background-clip: text;
	background-clip: text;
}
#main .evantasy {
	padding: 8rem 0 13rem;
	background: #FFD9DF;
}
#main .evantasy .content {
	margin: 0 auto;
	padding: 7.9rem 3rem 8.5rem;
	width: 126rem;
	max-width: 95%;
	background: #fff;
}
#main .evantasy .innerBox {
	margin: 0 auto;
	max-width: 104rem;
}
#main .evantasy .imgBox {
	margin-bottom: 13.4rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#main .evantasy .imgBox .textBox {
	margin-top: -0.6rem;
	width: 56.8%;
	order: 1;
}
#main .evantasy .imgBox .textBox h2 .en {
	margin-left: -0.4rem;
	white-space: nowrap;
}
#main .evantasy .imgBox p {
	margin-bottom: 3.5rem;
	line-height: 2.19;
}
#main .evantasy .imgBox p:last-child {
	margin-bottom: 0;
}
#main .evantasy .imgBox .movieBox {
	padding: 0 5.4rem;
	width: 36.36%;
	position: relative;
	color: #fff;
	background: #F458A3;
	border-radius: 1.9rem;
}
#main .evantasy .imgBox .movieBox .movie {
	position: relative;
}
#main .evantasy .imgBox .movieBox .movie a {
	display: block;
	position: relative;
}
#main .evantasy .imgBox .movieBox .movie a::before {
	margin-top: -1.6rem;
	width: 5.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	aspect-ratio: 1;
	background: url(../img/body/play.png) no-repeat center center / 100%;
	content: '';
	z-index: 1;
}
#main .evantasy .imgBox .movieBox .movie img {
	width: 100%;
}
#main .evantasy .imgBox .movieBox .text01 {
	width: 5.6rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 1.5rem;
}
#main .evantasy .imgBox .movieBox .text01 span {
	padding: 5rem 0 5.4rem;
	display: block;
	writing-mode: vertical-rl;
	white-space: nowrap;
	background: url(../img/body/bg03.png) no-repeat center top 0.5rem / 0.7rem, url(../img/body/bg03.png) no-repeat center bottom / 0.7rem;
}
#main .evantasy .imgBox .movieBox .text02 {
	position: absolute;
	left: 0.3rem;
	bottom: 1.2rem;
}
#main .evantasy .imgBox .movieBox .text02 span {
	padding-bottom: 0.2em;
	width: fit-content;
	display: block;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1.4;
	font-style: italic;
	color: transparent;
	writing-mode: vertical-rl;
	white-space: nowrap;
	background: linear-gradient(90deg, #a349ff 0%, #63ffff 35%, #63ffff 65%, #a353ff 90.625%);
	-webkit-background-clip: text;
	background-clip: text;
	transform: scaleY(0.79);
	transform-origin: center bottom;
}
#main .evantasy h3 {
	margin-bottom: 4rem;
	padding: 1.3rem 2rem 1.2rem;
	text-align: center;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	border-radius: 1.5rem 1.5rem 0 0;
	background: #F458A3;
}
#main .evantasy h3 span {
	padding: 0 0 0.3rem 3.6rem;
	display: inline-block;
	background: url(../img/body/icon02.png) no-repeat left center / 2.4rem;
}
#main .evantasy .care {
	margin-bottom: 8rem;
}
#main .evantasy .care .subBox {
	max-width: 90rem;
	margin: 0 auto;
}
#main .evantasy .care p {
	margin-bottom: 3.3rem;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.866;
}
#main .evantasy .care .colBox {
	display: flex;
	justify-content: space-between;
}
#main .evantasy .care .colBox .col01 {
	width: 48.4%;
}
#main .evantasy .care .colBox .col02 {
	width: 47.4%;
}
#main .evantasy .care .colBox h4 {
	margin-bottom: 0.7rem;
	padding-left: 2em;
	text-indent: -2em;
	font-size: 2rem;
	font-weight: 700;
}
#main .evantasy .care .colBox h4 .num {
	margin: 0 1rem 0 0;
	padding: 0;
	text-indent: 0;
	display: inline-block;
	font-size: 3rem;
	vertical-align: -0.1em;
}
#main .evantasy .care .colBox p {
	margin-bottom: 3.8rem;
}
#main .evantasy .care .colBox p:last-child {
	margin-bottom: 0;
}
#main .evantasy .care .colBox .col02 p {
	margin-bottom: 2.3rem;
}
#main .evantasy .care .colBox .col02 .movieBox {
	padding: 0 0.1rem 0 1.9rem;
}
#main .evantasy .care .colBox .col02 .movieBox .lead {
	margin-bottom: 0.3rem;
	text-align: center;
	color: #F458A3;
	font-weight: 700;
}
#main .evantasy .care .colBox .col02 .movieBox .movie a {
	display: block;
	position: relative;
}
#main .evantasy .care .colBox .col02 .movieBox .movie a::before {
	margin-top: -1.2rem;
	width: 5.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	aspect-ratio: 1;
	background: url(../img/body/play.png) no-repeat center center / 100%;
	content: '';
	z-index: 1;
}
#main .evantasy .care .colBox .col02 .movieBox img {
	width: 100%;
}
#main .evantasy .noteBox h3 {
	margin-bottom: 2.1rem;
}
#main .evantasy .noteBox .subBox {
	margin-bottom: 4.4rem;
	padding: 2.2rem 2.7rem;
	display: flex;
	align-items: center;
	gap: 3rem;
	border-radius: 2.5rem;
	border: 0.1rem solid #FF80C3;
}
#main .evantasy .noteBox .subBox:last-child {
	margin-bottom: 0;
}
#main .evantasy .noteBox .subBox .ttlBox {
	width: 20.35%;
}
#main .evantasy .noteBox .subBox .ttlBox h4 {
	font-size: 2rem;
	color: #F458A3;
	font-weight: 700;
}
#main .evantasy .noteBox .subBox .textList {
	flex: 1;
}
#main .evantasy .noteBox .subBox .textList li {
	margin-bottom: 1.2rem;
	padding-left: 2rem;
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.667;
	background: url(../img/body/icon03.png) no-repeat left top 0.7rem / 1.5rem;
}
#main .evantasy .noteBox .subBox .textList li:last-child {
	margin-bottom: 0;
}
#main .slideBox {
	padding: 5.4rem 0;
	background: #964BDD;
}
#main .slideBox .slideWrap {
	display: flex;
}
#main .slideBox .slideWrap .col {
	margin-right: 2.1rem;
	flex-shrink: 0;
}
#main .slideBox .slideWrap .col01 {
	width: 58.2rem;
}
#main .slideBox .slideWrap .col02 {
	width: 32rem;
}
#main .slideBox .slideWrap .col .colWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2.1rem 0;
}
#main .slideBox .slideWrap .col .item01 {
	width: 58.2rem;
}
#main .slideBox .slideWrap .col .item02 {
	width: 28rem;
}
#main .slideBox .slideWrap .col .item03 {
	width: 32rem;
}
#main .slideBox .slideWrap a {
	display: block;
	border-radius: 3rem;
}
#main .slideBox .slideWrap a:hover {
	opacity: 0.7;
}
#main .slideBox .slideWrap img {
	width: 100%;
	border-radius: 3rem;
}
.mfp-container {
	overflow-y: auto;
	position: fixed;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: rgba(229, 229, 229);
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.9;
}
.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-img-mobile {
	background: none;
	opacity: 1;
}
.mfp-close {
	cursor: pointer !important;
	color: #000 !important;
}

.fancybox-button {
	padding: 0;
	color: #000 !important;
	background: transparent;
}
.fancybox-bg {
	background-color: #E5E5E5;
}
.popImage .fancybox-bg {
	background: transparent;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-image {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.fancybox-button--zoom {
	display: none !important;
}
.popup {
	display: none;
}
.popup .inner {
	margin: 0 auto;
	width: 470px;
	max-width: 100%;
}
.popup .inner .movie a {
	display: block;
	position: relative;
}
.popup .inner .movie a:hover {
	opacity: 0.7;
}
.popup .inner .movie a::before {
	width: 5.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	aspect-ratio: 1;
	background: url(../img/body/play.png) no-repeat center center / 100%;
	content: '';
	z-index: 1;
}
.popup .inner .movie img {
	width: 100%;
}
.fancybox-content {
	background: #E5E5E5;
}
@media all and (min-width: 769px) {
	.fancybox-button:hover {
		opacity: 0.7;
	}
	.backBtn a:hover span {
		color: transparent;
	}
	#main .evantasy .imgBox .movieBox .movie a:hover {
		opacity: 0.7;
	}
	#main .evantasy .care .colBox .col02 .movieBox .movie a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	.mainVisual {
		display: block;
	}
	.mainVisual .photo {
		width: 100%;
	}
	.mainVisual .textBox {
		padding: 0 0 6.7rem;
		display: block;
	}
	.mainVisual .textBox::after {
		display: none;
	}
	.mainVisual .textBox .innerBox {
		width: auto;
		margin-bottom: 0;
	}
	.mainVisual .textBox h2 {
		margin: 0 auto 4.5rem;
		padding: 1.5rem 1.7rem;
		font-size: 4.5rem;
		letter-spacing: 0.08em;
	}
	.mainVisual .textBox h2 .sm {
		margin: 0 0 2.4rem;
		padding: 0 3rem 0 0;
		text-align: center;
	}
	.mainVisual .textBox h2 .sm::after {
		width: auto;
		right: -0.3rem;
		left: -0.2rem;
		bottom: -1.3rem;
	}
	.mainVisual .textBox h2 .sm::before {
		width: 0.1rem;
		height: 12.1rem;
		left: -0.2rem;
		bottom: -1.3rem;
		transform: rotate(14deg);
		transform-origin: right bottom;
	}
	.mainVisual .textBox h2 .icon {
		margin: 0.2rem 0.9rem 0 -0.4rem;
		width: 4.1rem;
	}
	.mainVisual .textBox p {
		padding: 1.3rem 2rem 2rem;
		min-height: 28.4rem;
		background: url(../img/body/bg01.png) no-repeat center center / cover, #F458A3;
		background-blend-mode: screen, normal;
	}
	.mainVisual .en {
		display: none;
	}
	#main h2 {
		margin: 0 0 5.3rem 1.5rem;
	}
	#main h2 .en {
		margin: 0 -6rem 1.8rem 0;
		font-size: 4.5rem;
	}
	#main .detailBox {
		padding: 0 0 6.4rem;
		border: none;
	}
	#main .detailBox::before {
		width: 100%;
		left: 0;
		background-image: url(../img/body/bg02_sp.png);
		background-position: left top;
		background-size: 100% auto;
	}
	#main .detailBox .sideTxt {
		padding: 2rem 0 2rem 0.4rem;
		width: 4.5rem;
		left: auto;
		right: 0;
	}
	#main .detailBox .sideTxt span {
		font-size: 3.4rem;
	}
	#main .detailBox .imgBox {
		max-width: initial;
		display: block;
	}
	#main .detailBox .imgBox .textBox {
		padding: 4rem 6rem 3.7rem 2rem;
	}
	#main .detailBox .imgBox .textBox .innerBox {
		max-width: initial;
		margin: 0;
	}
	#main .detailBox .imgBox .photoBox {
		margin: 0;
		width: 100%;
		position: relative;
		z-index: 2;
	}
	#main .photoArea .photoList li {
		width: 100%;
	}
	#main .scrollTxt {
		bottom: 1.7rem;
	}
	#main .scrollTxt.top {
		bottom: auto;
		top: -0.8rem;
	}
	#main .scrollTxt span {
		font-size: 8.5rem;
	}
	#main .evantasy {
		padding: 3.8rem 1.7rem 9.1rem;
	}
	#main .evantasy .content {
		margin: 0;
		padding: 0 0 6.5rem;
		width: auto;
		max-width: initial;
	}
	#main .evantasy .innerBox {
		max-width: initial;
	}
	#main .evantasy .imgBox {
		margin-bottom: 5.2rem;
		padding: 2rem 2.2rem;
		display: block;
	}
	#main .evantasy .imgBox .textBox {
		margin: 0 0 4.2rem;
		width: auto;
	}
	#main .evantasy .imgBox .textBox h2 {
		margin: 0 0 1.8rem;
	}
	#main .evantasy .imgBox .textBox h2 .en {
		margin: 0 -6.5rem 1rem -1rem;
		white-space: initial;
	}
	#main .evantasy .imgBox .movieBox {
		margin: 0 0.8rem 0 0.9rem;
		padding: 0;
		width: auto;
	}
	#main .evantasy .imgBox .movieBox .movie a::before {
		margin-top: -10.6rem;
	}
	#main .evantasy .imgBox .movieBox .text01 {
		margin: 0;
		padding: 0.7rem;
		width: auto;
		height: auto;
		position: relative;
		right: auto;
		top: auto;
		display: block;
		text-align: center;
	}
	#main .evantasy .imgBox .movieBox .text01 span {
		padding: 0 0 1.3rem;
		display: block;
		writing-mode: horizontal-tb;
		white-space: initial;
		line-height: 1.7;
		background: url(../img/body/bg03_sp.png) no-repeat center bottom / 3.7rem;
	}
	#main .evantasy .imgBox .movieBox .text02 {
		padding: 2.5rem 0.4rem 0.4rem;
		width: auto;
		position: relative;
		left: auto;
		bottom: auto;
		display: flex;
		justify-content: flex-end;
	}
	#main .evantasy .imgBox .movieBox .text02 span {
		padding: 0 0.5em 0 0;
		writing-mode: horizontal-tb;
		transform: scaleX(0.79);
		transform-origin: right bottom;
		opacity: 0.5;
	}
	#main .evantasy .imgBox .movieBox .text02 .txt01 {
		position: relative;
		z-index: 1;
	}
	#main .evantasy .imgBox .movieBox .text02 .txt02 {
		background: none;
		color: #fff;
		position: absolute;
		right: 0.4rem;
		bottom: 0.4rem;
		opacity: 1;
	}
	#main .evantasy h3 {
		margin-bottom: 2.2rem;
		padding: 1.8rem 1.6rem 1.4rem;
		text-align: left;
		font-size: 2rem;
	}
	#main .evantasy h3 span {
		padding: 0 0 0.3rem 2.3rem;
		background-size: 1.9rem;
	}
	#main .evantasy .care {
		margin-bottom: 9rem;
	}
	#main .evantasy .care .subBox {
		max-width: initial;
		margin: 0 1.7rem;
	}
	#main .evantasy .care p {
		margin-bottom: 2.3rem;
	}
	#main .evantasy .care .colBox {
		display: block;
	}
	#main .evantasy .care .colBox .col01 {
		margin-bottom: 3.8rem;
		width: auto;
	}
	#main .evantasy .care .colBox .col02 {
		margin-bottom: 3.8rem;
		width: auto;
	}
	#main .evantasy .care .colBox h4 {
		margin-bottom: 1.5rem;
		line-height: 1.28;
	}
	#main .evantasy .care .colBox p {
		margin-bottom: 3.8rem;
	}
	#main .evantasy .care .colBox p:last-child {
		margin-bottom: 0;
	}
	#main .evantasy .care .colBox .col02 p {
		margin-bottom: 1.9rem;
	}
	#main .evantasy .care .colBox .col02 .movieBox {
		padding: 0 0.3rem;
	}
	#main .evantasy .care .colBox .col02 .movieBox .lead {
		margin: 0 -1rem 0.1rem;
		font-size: 1.3rem;
	}
	#main .evantasy .care .colBox .col02 .movieBox .movie a::before {
		margin-top: -0.9rem;
		width: 4.1rem;
	}
	#main .evantasy .noteBox h3 {
		margin-bottom: 2.3rem;
	}
	#main .evantasy .noteBox .subBox {
		margin: 0 1.7rem 2.3rem;
		padding: 2.2rem 2.1rem 3.9rem;
		display: block;
	}
	#main .evantasy .noteBox .subBox:last-child {
		margin-bottom: 0;
	}
	#main .evantasy .noteBox .subBox .ttlBox {
		width: auto;
		margin-bottom: 2rem;
	}
	#main .slideBox {
		padding: 5rem 0;
	}
	#main .slideBox .slideWrap .col {
		margin-right: 1.6rem;
	}
	#main .slideBox .slideWrap .col01 {
		width: 40rem;
	}
	#main .slideBox .slideWrap .col02 {
		width: 22rem;
	}
	#main .slideBox .slideWrap .col .colWrap {
		gap: 1.6rem 0;
	}
	#main .slideBox .slideWrap .col .item01 {
		width: 40rem;
	}
	#main .slideBox .slideWrap .col .item02 {
		width: 19.2rem;
	}
	#main .slideBox .slideWrap .col .item03 {
		width: 22rem;
	}
	#main .slideBox .slideWrap a {
		border-radius: 1.5rem;
	}
	#main .slideBox .slideWrap img {
		border-radius: 1.5rem;
	}
	.popup {
		padding: 15px 0;
	}
	.fancybox-slide {
		padding-left: 0;
		padding-right: 0;
	}
	#gFooter {
		padding-bottom: 6rem;
	}
	.hBtn a {
		pointer-events: none;
	}
}