@charset "utf-8";

.page-mv {
	height: 400px;
	background-image: url(/updata/2022/common/img/bg_title02.jpg);
	background-position: center bottom;
}
.page-mv .inner {
	justify-content: space-between;
}
.page-mv h1 span {
	position: relative;
	display: inline-block;
	padding: 6px 8px 7px;
}
.page-mv h1 span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 0;
}
.page-mv h1 em {
	font-family: 'Noto Sans JP';
	font-size: 3.2rem;
	letter-spacing: 0.025em;
	color: #df2269;
	font-weight: bold;
	position: relative;
}
.page-mv .tit01 {
	margin-bottom: 10px;
}
.page-mv .tit01 em {
	background: linear-gradient(90deg, #ed7433, #df2269);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.page-mv .tit02 em {
	background: linear-gradient(90deg, #ed7433, #df2269, #8942c5);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.page-mv p {
	color: #fff;
	font-weight: bold;
	line-height: 2;
	font-size: 1.8rem;
	margin-top: 20px;
}
.page-mv .d-logo {
	margin-right: 20px;
}
.digital-body {
	background: url(/updata/2022/common/img/bg_cont_top.png) 0 -53px repeat-y, url(/updata/2022/common/img/bg_cont_btm.png) right 0 repeat-y;
	padding: 70px 0 110px;
}
.digital-area {
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}
.digital-area > p {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 25px;
	text-align: center;
}
.digital-area .txt-soon {
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: 67px;
}
.collabo-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.collabo-list li {
	width: 48.18%;
	margin-bottom: 40px;
	position: relative;
	height: 0;
	padding-top: 26.36%;
}
.collabo-list li span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.collabo-list li a {
	display: block;
	transition: .3s;
}
.collabo-list li .soon {
	z-index: 1;
}
.test {
	display: none;
}
/*------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {
	.collabo-list li a:hover {
		opacity: 0.7;
	}
}


/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	.page-mv {
		height: 0;
		padding-top: 118.75%;
		background-image: url(/updata/2022/common/img/bg_title_sp02.jpg);
	}
	.page-mv .inner {
		padding: 19.375vw 1.5625vw 0;
	}
	.page-mv .w-logo {
		margin-top: 0;
	}
	.page-mv h1 {
		text-align: center;
	}
	.page-mv h1 span {
		padding: 0.725vw 1vw 1.40625vw;
	}
	.page-mv h1 em {
		font-size: 6.25vw;
	}
	.page-mv .tit01 {
		margin-bottom: 2.03125vw;
	}
	.page-mv .tit01 em {
		background: linear-gradient(90deg, #ed7433, #df2269, #b52d98);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
	}
	.page-mv p {
		text-align: center;
		font-size: 3.75vw;
		line-height: 1.8333;
		margin-top: 3.125vw;
	}
	.digital-body {
		width: 100%;
		padding: 12.5vw 6.25vw 18.75vw;
		background: url(/updata/2022/common/img/bg_cont_sp.png) 0 -8vw / 100% auto repeat-y;
	}
	.page-mv .d-logo {
		margin: 4.6875vw auto 0;
		width: 95.1140065%;
	}
	.digital-area {
		padding: 0;
	}
	.digital-area > p {
		font-size: 3.75vw;
		line-height: 1.916666;
		margin-bottom: 2.8125vw;
	}
	.digital-area .txt-soon {
		font-size: 5.9375vw;
		line-height: 1.6842;
		margin-bottom: 10.3125vw;
	}
	.collabo-list ul {
		width: 96.4285714%;
		margin: 0 auto;
	}
	.collabo-list li {
		width: 100%;
		margin-bottom: 6.25vw;
		padding-top: 45.3125vw;
	}
}