@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Shippori+Mincho:wght@500&display=swap');

@font-face {
	font-family: 'HannariMincho-Regular';
	src: url('/assets/front/font/HannariMincho-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'CormorantGaramond-VariableFont_wght';
	src: url('/assets/front/font/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
}

.lpContents p,
.lpContents a {
	font-family: 'CormorantGaramond-VariableFont_wght', 'HannariMincho-Regular';
}
.number {
	font-family: 'HannariMincho-Regular';
}

.crumbsList {
	display: none;
}

.flex {
	display: flex;
}

@media screen and (min-width: 751px) {
	.flex-pc {
		display: flex;
		align-items: flex-start;
	}
	.only-for-sp {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.flex-sp {
		display: flex;
	}
	.only-for-sp {
		display: block;
	}
	.only-for-pc {
		display: none;
	}
}
@media screen and (min-width: 1600px) {
	.w-80 {
		max-width: 1200px;
	}
	.flex-center {
		justify-content: center;
	}
}
.footer {
	display: none;
}
.lpContents {
	margin: 0 auto;
	text-align: center;
	font-family: 'Shippori Mincho', serif !important;
}
.lpContents h2 {
	margin: 0 auto;
	margin-top: 100px;
}
.main-text-wrapper {
	font-size: 14px;
	font-weight: 400;
	color: #bfbfbf;
	margin-bottom: 60px;
}
.main-text-wrapper h3 {
	margin: 40px 0;
	font-size: 21px;
	letter-spacing: 0.2em;
}
.main-img-wrapper {
	margin-top: 20px;
}
.main-text-wrapper p {
	line-height: 2.18;
	font-size: 11px;
	letter-spacing: 0.1em;
}
.text-wrapper {
	font-size: 11px;
	font-weight: 500;
}
.text-wrapper:first-child {
	margin-bottom: 60px;
}
.text-wrapper p { 
	line-height: 2.57;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.btn:not(.btn-member) {
	height: inherit !important;
}
.btn-lineup a {
	margin-top: 80px;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 0 70px;
	line-height: 25px;
	font-size: 16px;
	background: #000;
	color: #fff;
}
.random-wrapper {
	width: 86%;
	margin: 0 auto;
	position: relative;
	height: 128vw;
}
.random-img-wrapper .random-img-content {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.random-img-wrapper .random-img-content .hover_mask {
	font-size: 14px;
	opacity: 0;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	transition:all 0.6s ease;
}
.random-img-wrapper.only-for-pc .random-img-up {
	position: relative;
}
.random-img-wrapper.only-for-pc .random-img-middle {
	position: relative;
	top: 55vw;
}
.random-img-wrapper.only-for-pc .random-img-bottom {
	position: relative;
	top: 85.7vw;
}
.random-img-wrapper .random-img-content .img-wrap {
	position: absolute;
}
.random-img-wrapper .random-img-content .img-wrap img {
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.bottom-logo-wrapper {
	margin-top: 120px;
}
.bottom-logo-wrapper .logo-wrapper {
	margin-top: 250px;
	margin-bottom: 100px;
}
.bottom-logo-wrapper .line-up {
	display: flex;
	align-items: center;
}
.bottom-logo-wrapper .btn-lineup a {
	background: #fff;
	color: #000;
}
.bottom-logo-wrapper .line-up img {
	margin-right: 25px;
}
.bottom-logo-wrapper .line-up p {
	font-size: 18px;
}
.bottom-logo-wrapper .logo {
	width: 130px;
	margin-bottom: 30px;
}
.bottom-logo-wrapper p {
	font-size: 11px;
	font-weight: 500;
}
.img-wrap a {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 751px) {
	a:hover {
		opacity: 1;
	}
	.random-img-wrapper .random-img-content .hover_mask:hover {
		opacity: 1;
	}
	.random-img-wrapper .random-img-content .img-wrap img:hover {
		transition-duration: 0.3s;
		filter: brightness(60%);
	}
	.text-wrapper {
		margin: 7vw;
	}
	.random-img-wrapper .random-img-content .img-wrap03 {
		width:25%;
		top: 0;
		right: 10vw;
	}
	.random-img-wrapper .random-img-content .img-wrap04 {
		width:41.7%;
		top: 13vw;
		left: 0;
	}
	.random-img-wrapper .random-img-content .img-wrap05 {
		width: 33%;
		top: 24vw;
		right: 18.7vw;
	}
	.random-img-wrapper .random-img-content .img-wrap06 {
		width: 19%;
		top: 25vw;
		right: 0;
	}
	.random-img-wrapper .random-img-content .img-wrap07 {
		width: 19%;
		top: 6vw;
	}
	.random-img-wrapper .random-img-content .img-wrap08 {
		width: 33%;
		top: 0;
		left: 18.6vw;
	}
	.random-img-wrapper .random-img-content .img-wrap09 {
		width:41.7%;
		top: 3vw;
		right: 0;
	}
	.random-img-wrapper .random-img-content .img-wrap10 {
		width: 33%;
	}
	.random-img-wrapper .random-img-content .img-wrap11 {
		width: 33%;
		top: 11vw;
		left: 31vw;
	}
	.random-img-wrapper .random-img-content .img-wrap12 {
		width: 19%;
		top: 15vw;
		right: 7vw;
	}
	.bottom-logo-wrapper .line-up {
		justify-content: flex-end;
		margin-right: 13%;
	}
}
@media screen and (max-width: 750px) {
	.common {
		display: block !important;
	}
	.lpContents h2 {
		margin-top: 55px;
	}
	.lpContents h2 {
		width: 145px;
	}
	.main-text-wrapper {
		margin-bottom: 0;
	}
	.main-text-wrapper {
		margin-bottom: 20px;
	}
	.main-text-wrapper p {
		line-height: 2.18;
		font-size: 11px;
		letter-spacing: 0.1em;
		font-size: 10px;
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
	}
	.main-text-wrapper h3 {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.text-wrapper {
		margin-top: 30px;
		margin-bottom: 10vw;
	}
	.text-wrapper p {
		width: 104%;
		margin-left: -2%;
		font-size: 10px;
		-webkit-transform: scale(0.85);
		-moz-transform: scale(0.85);
		-ms-transform: scale(0.85);
		-o-transform: scale(0.85);
	}
	.btn-lineup a {
		font-size: 14px;
		margin-top: 50px;
		width: 86%;
	}
	.random-img-wrapper.only-for-sp .random-img-up {
		position: relative;
	}
	.random-img-wrapper.only-for-sp .random-img-middle {
		position: relative;
		top: 55vw;
	}
	.random-wrapper {
		height: 200vw;
		margin-top: 100px;
	}
	.random-img-wrapper.only-for-sp .random-img-bottom {
		position: relative;
		top: 67.5vw;
	}
	.random-img-wrapper .random-img-content .img-wrap03 {
		width:30%;
		top: 0;
		right: 6vw;
	}
	.random-img-wrapper .random-img-content .img-wrap04 {
		width:57%;
		top: 13vw;
		left: 0;
	}
	.random-img-wrapper .random-img-content .img-wrap05 {
		width: 37%;
		top: 30vw;
		right: 0;
	}
	.random-img-wrapper .random-img-content .img-wrap06 {
		width: 30%;
		top: 0;
		left: 6vw;
	}
	.random-img-wrapper .random-img-content .img-wrap07 {
		width: 37%;
		top: 32vw;
		left: 0;
	}
	.random-img-wrapper .random-img-content .img-wrap08 {
		width: 57%;
		top: 0;
		right: 0;
	}
	.random-img-wrapper .random-img-content .img-wrap09 {
		width:50%;
		top: 70vw;
		left: 0;
	}
	.random-img-wrapper .random-img-content .img-wrap10 {
		width: 43%;
		top: 55vw;
		right: 0;
	}
	.random-img-wrapper .random-img-content .img-wrap11 {
		width: 37%;
		top: 100vw;
		right: 5vw;
	}
	.random-img-wrapper .random-img-content .img-wrap12 {
		width: 37%;
		top: 120vw;
		left: 11.3vw;
	}
	.random-img-wrapper .random-img-content .hover_mask {
		font-size: 10px;
	}
	.bottom-logo-wrapper .line-up {
		justify-content: center;
	}
	.bottom-logo-wrapper .logo-wrapper {
		margin-top: 120px;
		margin-bottom: 20px;
	}
	.bottom-logo-wrapper {
		margin-top: 190px;
	}
	.bottom-logo-wrapper .line-up p {
		font-size: 15px;
	}
	.bottom-logo-wrapper .btn-lineup a {
		padding: 0 20px;
	}
	.bottom-logo-wrapper .line-up img {
		width: 26.7%;
	}
}