@charset "utf-8";

/*============================
下層共通
============================*/
/* ロゴ */
.logo_name {
	font-size: 0.40rem;
	letter-spacing: 0.07em;
	line-height: 1.3;
	position: absolute;
	top: 0.50rem;
	right: 0.40rem;
	z-index: 100;
	font-family: 'Playfair Display';
}
@media screen and (max-width: 640px) {
	.logo_name {
		font-size: 0.20rem;
		top: 2.65rem;
		right: 0.20rem;
		z-index: 1;
	}
}


.logo_name a {
	color: #FFF;
}

/*============================
MV
============================*/
#mv {
	width: calc(100% - 0.80rem);
	height: 5.00rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 640px) {
	#mv {
		width: 100%;
		height: 4.00rem;
	}
}


#mv .in {
	height: 5.00rem;
}
@media screen and (max-width: 640px) {
	#mv .in {
		height: 4.00rem;
	}
}

#mv .title {
	font-size: 0.50rem;
	letter-spacing: 0.07em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Playfair Display';
}
@media screen and (max-width: 640px) {
	#mv .title {
		font-size: 0.30rem;
		top: auto;
		bottom: -0.50rem;
		transform: translateY(0);
		font-family: 'Playfair Display';
		line-height: 1.3;
	}
	#mv .title.two_line {
		bottom: -0.80rem;
	}
}

#mv .title span {
	font-size: 0.18rem;
	display: block;
	margin-top: 0.20rem;
	font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
	#mv .title span {
		font-size: 0.15rem;
		margin-top: 0.15rem;
	}
}


#mv .mini_title {
	font-size: 0.24rem;
	color: rgba(255,255,255, 0.5);
	position: absolute;
	top: 1.50rem;
	font-family: 'Playfair Display';
}
@media screen and (max-width: 640px) {
	#mv .mini_title {
		font-size: 0.16rem;
		top: auto;
		bottom: 0.43rem;
		font-family: 'Playfair Display';
	}
}


#mv .work_name {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 0.19rem;
	letter-spacing: 0.2em;
	position: absolute;
	z-index: 2;
	bottom: -0.90rem;
	font-family: 'Playfair Display';
}
@media screen and (max-width: 640px) {
	#mv .work_name {
		font-size: 0.13rem;
		right: 0.50rem;
		bottom: auto;
		top: 1.23rem;
	}
}


/*=======================
トピックカテゴリ一覧
=======================*/
#topics .category {
	padding-top: 1.00rem;
}

#topics .category .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#topics .category .cont_wrap .cont_box {
	width: 3.20rem;
	margin: 0 0.40rem;
}
@media screen and (max-width: 640px) {
	#topics .category .cont_wrap .cont_box {
		width: 100%;
		margin: 0 0 0.50rem 0;
	}
}


#topics .category .cont_wrap .cont_box .title {
	font-size: 0.20rem;
	font-family: 'Playfair Display';
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.10rem;
	box-sizing: border-box;
}

#topics .category .cont_wrap .cont_box .category_list li {
	padding-top: 0.25rem;
}

#topics .category .cont_wrap .cont_box .category_list li a {
	font-size: 0.14rem;
	font-family: 'Playfair Display';
	color: #fff;
	padding-left: 0.40rem;
	box-sizing: border-box;
	position: relative;
}

#topics .category .cont_wrap .cont_box .category_list li a:hover {
	opacity: 0.7;
}

#topics .category .cont_wrap .cont_box .category_list li a::before {
	content: '';
	width: 0.10rem;
	height: 0.01rem;
	display: block;
	background: #fff;
	position: absolute;
	left: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

#topics .category .cont_wrap .cont_box .category_list li a:hover:before {
	width: 0.05rem;
}
