@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container::before {
	opacity: 0.62;
	mix-blend-mode: multiply;
}
#ninja {
	background-color: #496ab2;
}
#ninja #container::before {
	background-image: url(../img/common/top_shinobi_ptn_2.png);
}
#dj {
	background-color: #64c0ab;
}
#dj #container::before {
	background-image: url(../img/common/top_headphone_ptn_2.png);
}
#vampire {
	background-color: #774ea4;
}
#vampire #container::before {
	background-image: url(../img/common/top_vat_ptn_2.png);
}
#tamagozuk {
	background-color: #fbc42f;
}
#tamagozuk #container::before {
	background-image: url(../img/common/top_egg_ptn_2.png);
}
#santa {
	background-color: #eb6157;
}
#santa #container::before {
	background-image: url(../img/common/top_bell_ptn_2.png);
}
#otome {
	background-color: #f4b4d0;
}
#otome #container::before {
	background-image: url(../img/common/top_hana_ptn_2.png);
}
#main .mainvisual .lottieList li {
	display: flex !important;
	align-items: flex-end;
	background-color: #496ab2;
}
#main .mainvisual .lottieList .slick02 {
	background-color: #64c0ab;
}
#main .mainvisual .lottieList .slick03 {
	background-color: #774ea4;
}
#main .mainvisual .lottieList .slick04 {
	background-color: #fbc42f;
}
#main .mainvisual .lottieList .slick05 {
	background-color: #eb6157;
}
#main .mainvisual .lottieList .slick06 {
	background-color: #f4b4d0;
}
#main .mainvisual .lottieList li .logo {
	margin-right: -16.4%;
	padding: 19.5rem 3rem 17.1rem;
	display: flex;
	flex: 1;
	justify-content: center;
	text-align: center;
	position: relative;
}
#main .mainvisual .lottieList li .logo img {
	width: 97.5rem;
}
#main .mainvisual .lottieList li .photo {
	padding-top: 2.2rem;
	width: 52%;
	position: relative;
}
#main .mainvisual .lottieList li .img {
	width: 100%;
}
#main .mainvisual .lottieList li .photo .imgtext {
	width: 24.2rem;
	position: absolute;
	right: 2.45%;
	top: 11.8%;
	z-index: 1;
	opacity: 0;
	transform: scale(0);
	transition: 0.3s;
	transition-delay: 0.2s;
}
#main .mainvisual .lottieList .active .photo .imgtext {
	opacity: 1;
	transform: scale(1);
}
#main .mainvisual .lottieList li .photo svg {
	vertical-align: top;
}
#main .mainvisual .slick-dots {
	margin-left: -33.5rem;
	display: flex;
	gap: 1.9rem;
	position: absolute;
	left: 50%;
	bottom: 11.9%;
	transform: translateX(-50%);
	z-index: 1;
}
#main .mainvisual .slick-dots li {
	width: 1rem;
	height: 1rem;
	font-size: 0;
	line-height: 0;
	border-radius: 1rem;
	background: #fff;
	transition: 0.3s;
	cursor: pointer;
}
#main .mainvisual .slick-dots li button {
	display: none;
}
#main .mainvisual .slick-dots li.slick-active {
	margin-right: -0.5rem;
	width: 10.5rem;
	background: #a8dc7f;
}
#main .mainvisual .slick-dots li:nth-child(2).slick-active {
	background: #f2be31;
}
#main .mainvisual .slick-dots li:nth-child(3).slick-active {
	background: #e176bd;
}
#main .mainvisual .slick-dots li:nth-child(4).slick-active {
	background: #fa6f3e;
}
#main .mainvisual .slick-dots li:nth-child(5).slick-active {
	background: #237a4a;
}
#main .mainvisual .slick-dots li:nth-child(6).slick-active {
	background: #4badd6;
}
#main .bgBox {
	position: relative;
	background: #b3d76e;
}
#main .bgBox::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/common/top_shinobi_ptn_1.png) repeat left top / 22.6rem;
	opacity: 0.2;
	mix-blend-mode: multiply;
	content: '';
}
#dj #main .bgBox {
	background-color: #f2be31;
}
#dj #main .bgBox::before {
	background-image: url(../img/common/top_headphone_ptn_1.png);
}
#vampire #main .bgBox {
	background-color: #e176bd;
}
#vampire #main .bgBox::before {
	background-image: url(../img/common/top_vat_ptn_1.png);
}
#tamagozuk #main .bgBox {
	background-color: #fa6f3e;
}
#tamagozuk #main .bgBox::before {
	background-image: url(../img/common/top_egg_ptn_1.png);
}
#santa #main .bgBox {
	background-color: #237a4a;
}
#santa #main .bgBox::before {
	background-image: url(../img/common/top_bell_ptn_1.png);
}
#otome #main .bgBox {
	background-color: #4badd6;
}
#otome #main .bgBox::before {
	background-image: url(../img/common/top_hana_ptn_1.png);
}
#main .about {
	margin: 0 auto;
	padding: 10.3rem 0 3.9rem;
	width: 175.4rem;
	max-width: 95%;
	color: #fff;
	position: relative;
	z-index: 1;
}
#main .about h2 {
	margin-bottom: 2.1rem;
	font-size: 6.6rem;
	font-weight: 700;
	line-height: 1.45;
}
#main .about .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .about .imgBox .textBox {
	width: 52%;
}
#main .about .imgBox .textBox p {
	margin-bottom: 6.1rem;
	font-size: 2.4rem;
	line-height: 2.43;
	letter-spacing: 0.01em;
}
.en #main .about .imgBox .textBox p {
	margin-bottom: 6.1rem;
	font-size: 2.8rem;
	line-height: 1.43;
    font-weight: 300
}
#main .about .imgBox .textBox .btn a {
	padding-right: 1.8rem;
	width: 38.9rem;
	height: 8.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3rem;
	letter-spacing: -0.02em;
	border-radius: 5rem;
	border: 0.4rem solid #fff;
	background: url(../img/common/icon01.png) no-repeat right 4.2rem center / 1.2rem;
}
#main .about .imgBox .textBox .btn a:hover {
	opacity: 0.5;
}
#main .about .imgBox .photoBox {
	margin-top: -2.7rem;
	width: 40%;
	max-width: 66.4rem;
	text-align: center;
}
#main .info {
	padding: 9.3rem 0 16rem;
	position: relative;
	color: #fff;
	overflow: hidden;
}
#main .info .headLine01 {
	margin-bottom: 5.1rem;
	font-size: 3rem;
}
#main .info .headLine01 .en {
	margin-bottom: -0.6rem;
}
#main .info .headLine01 .en img {
	width: 73.4rem;
}
#main .info .content {
	padding: 4.7rem 6.9% 5.9rem 4%;
	position: relative;
	color: #000;
	border-radius: 8rem;
	background-color: #fff;
	z-index: 1;
}
#main .info table {
	width: 100%;
	border-collapse: collapse;
}
#main .info th,
#main .info td {
	padding: 4.6rem 0 4.6rem;
	vertical-align: top;
	text-align: left;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.02em;
	line-height: 1.81;
}
#main .info td span.chu {
	font-size: 2.4rem;
    font-weight: bold;
}
#main .info th {
	padding-top: 7rem;
	width: 17.8%;
	padding-right: 6.2rem;
	text-align: right;
	color: #496ab2;
	font-size: 3.2rem;
}
#dj #main .info th {
	color: #64c0ab;
}
#vampire #main .info th {
	color: #774ea4;
}
#tamagozuk #main .info th {
	color: #fbc42f;
}
#santa #main .info th {
	color: #eb6157;
}
#otome #main .info th {
	color: #f4b4d0;
}
#main .info td {
	border-bottom: 0.1rem solid #cccccc;
}
#main .info tr:last-child td {
	border-bottom: none;
}
#main .info td .sm {
	font-weight: 400;
}
#main .info td .map {
	margin: 3rem 0 2rem;
	width: 85.6rem;
	max-width: 100%;
	position: relative;
	aspect-ratio: 856/482;
}
#main .info td .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main .info td .free {
	font-size: 5rem;
}
@media all and (min-width: 897px) {
	#tamagozuk #container::before {
		opacity: 0.65;
		mix-blend-mode: overlay;
		background-size: 20rem;
	}
}
@media all and (max-width: 896px) {
	#main .mainvisual .lottieList li {
		display: block !important;
	}
	#main .mainvisual .lottieList li .logo {
		margin: 0 0 -21.6%;
		padding: 4.3rem 4rem 0 4.4rem;
		display: block;
		z-index: 0;
	}
	#main .mainvisual .lottieList li .logo img {
		width: 100%;
	}
	#main .mainvisual .lottieList li .photo {
		padding: 0;
		width: 102%;
		transform: translateX(-3%);
	}
	#main .mainvisual .lottieList .slick01 .photo {
		transform: translateX(-6%);
	}
	#main .mainvisual .lottieList .slick03 .photo {
		transform: translateX(-6%);
	}
	#main .mainvisual .lottieList .slick03 .photo .img {
		transform: translateY(2rem);
	}
	#main .mainvisual .lottieList .slick04 .photo {
		transform: translateX(-5%);
	}
	#main .mainvisual .lottieList .slick04 .photo .img {
		transform: translateY(0.6rem);
	}
	#main .mainvisual .lottieList .slick05 .photo {
		transform: translateX(-5%);
	}
	#main .mainvisual .lottieList .slick05 .photo .img {
		transform: translateY(1rem);
	}
	#main .mainvisual .lottieList .slick06 .photo {
		transform: translateX(-5%);
	}
	#main .mainvisual .lottieList .slick06 .photo .img {
		transform: translateY(1rem);
	}
	#main .mainvisual .lottieList li .photo .imgtext {
		width: 22.2%;
		right: 1.8%;
		top: 26vw;
	}
	#main .mainvisual .slick-dots {
		display: none !important;
	}
	#main .bgBox::before {
		background-size: 7.55rem;
	}
	#main .about {
		padding: 3.8rem 2.7rem 2.5rem;
		width: auto;
		max-width: initial;
	}
	#main .about h2 {
		margin: 0 -1rem 1.3rem 0;
		font-size: 2.6rem;
		letter-spacing: -0.03em;
	}
	#main .about .imgBox {
		display: block;
	}
	#main .about .imgBox .textBox {
		width: auto;
	}
	#main .about .imgBox .textBox p {
		margin-bottom: 1.6rem;
		text-align: justify;
		font-size: 1.2rem;
		line-height: 2;
		letter-spacing: 0.08em;
	}
	.en #main .about .imgBox .textBox p {
		margin-bottom: 1.6rem;
		text-align: justify;
		font-size: 1.3rem;
		line-height: 1.5;
		letter-spacing: 0.08em;
	}
	#main .about .imgBox .textBox .btn a {
		padding-right: 0.8rem;
		width: 17.5rem;
		height: 3.9rem;
		font-size: 1.33rem;
		border-width: 0.2rem;
		background-size: 0.5rem;
		background-position: right 2rem center;
	}
	#main .about .imgBox .photoBox {
		margin: -3.1rem -3.8rem 0 auto;
		width: 23.1rem;
		max-width: initial;
	}
	#main .info {
		padding: 4.5rem 0 11.7rem;
	}
	#main .info .headLine01 {
		margin-bottom: 2.1rem;
		font-size: 0.8rem;
	}
	#main .info .headLine01 .en {
		margin-bottom: -0.4rem;
	}
	#main .info .headLine01 .en img {
		width: 24.6rem;
	}
	#main .info .content {
		padding: 3.2rem 3rem 3rem;
		border-radius: 2.6rem;
	}
	#main .info th,
	#main .info td {
		padding: 0;
		width: 100%;
		display: block;
		font-size: 1.5rem;
		line-height: 1.85;
	}
	#main .info td span.chu {
		font-size: 1.3rem;
        line-height: 1.2;
	}
	#main .info th {
		padding: 0 0 0.2rem;
		width: 100%;
		font-size: 1.6rem;
		text-align: left;
	}
	#main .info td {
		margin-bottom: 1.4rem;
		padding-bottom: 1.4rem;
	}
	#main .info tr:last-child td {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#main .info td .map {
		margin: 1rem 0 0.7rem;
		width: 100%;
		aspect-ratio: 1;
	}
	#main .info td .free {
		font-size: 1.6rem;
	}
}