.fv{
	padding: 120px 24px 176px;
	background-image: url(/music/time_jazz/guide/images/img_guid_top_bg_pc.jpg);
  background-image: -webkit-image-set(
    url("/music/time_jazz/guide/images/img_guid_top_bg_pc.avif")
      type("image/avif"),
    url("/music/time_jazz/guide/images/img_guid_top_bg_pc.jpg") type("image/jpeg")
  );
	background-image: image-set(
    url("/music/time_jazz/guide/images/img_guid_top_bg_pc.avif")
      type("image/avif"),
    url("/music/time_jazz/guide/images/img_guid_top_bg_pc.jpg") type("image/jpeg")
  );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.fv__wrap{
	width: 1200px;
	margin: 0 auto;
}
.fv__img{
	margin: 0 auto;
}
.fv__title{
	font-size: 3.6rem;
	font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", serif;
	font-weight: 600;
	text-align: center;
	letter-spacing: 12%;
	color: #fff;
}
.fv__modal__link{
	margin: 80px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s ease;
	border: 1px solid #D0BBA1;
	background-color: rgba(0, 0, 0, 0.7);
	width: 94%;
	max-width: max-content;
	min-height: 4.4rem;
	padding: 0 63px;
}
.fv__modal__link__text{
	font-family: '游明朝体', 'Yu Mincho', YuMincho, serif;
	text-align: center;
	color: #D0BBA1;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 5%;
}
.fv__modal{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: -10;
	overflow: auto;
	transform: translate(-50%, -45%);
	width: calc(100% - 48px);
	max-height: 80%;
	padding-block: 3.2rem;
	padding-inline: 2.4rem;
	border: 1px solid #BEAC7D;
	background-color: #000;
	color: #fff;
	font-family: '游明朝体', 'Yu Mincho', YuMincho, serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: calc(31 / 17);
	letter-spacing: 0%;
	text-align: center;
	transition: all 0.5s;
	opacity: 0;
}
.fv__modal.-active{
	z-index: 150;
	opacity: 1;
}
.fv__modal__title{
	color: #D0BBA1;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 5%;
	margin-bottom: 30px;
	text-align: center;
}
.fv__modal__text{
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 12%;
	text-align: center;
}
.fv__modal__close{
	position: relative;
	display: block;
	margin: 30px auto 0;
	color: #D0BBA1;
	line-height: 1;
	letter-spacing: 5%;
	text-decoration-line: underline;
	text-decoration-color: #D0BBA1;
	text-underline-offset: 0.4em;
	cursor: pointer;
	width: fit-content;
}
.fv__modal__bg{
	position: fixed;
	background-color: rgba(0,0,0,0.75);
	transition: all 0.5s;
	inset: 0;
	z-index: -10;
	opacity: 0;
}
.fv__modal__bg.-active{
	z-index: 100;
	opacity: 1;
}

@media screen and (min-width: 768px){
	.fv__modal__link{
		min-height: 4.6rem;
		cursor: pointer;
	}
	.fv__modal__link__text{
		font-size: 2.7rem;
	}
	.fv__modal{
		transform: translate(-50%, -50%);
		max-width: 1200px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px){
	.fv{
		padding: 90px 24px 114;
		background-image: url(/music/time_jazz/guide/images/img_guid_top_bg_sp.jpg);
		background-image: -webkit-image-set(
			url("/music/time_jazz/guide/images/img_guid_top_bg_sp.avif")
				type("image/avif"),
			url("/music/time_jazz/guide/images/img_guid_top_bg_sp.jpg") type("image/jpeg")
		);
		background-image: image-set(
			url("/music/time_jazz/guide/images/img_guid_top_bg_sp.avif")
				type("image/avif"),
			url("/music/time_jazz/guide/images/img_guid_top_bg_sp.jpg") type("image/jpeg")
		);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.fv__wrap{
		width: 100%;
	}
	.fv__title{
		font-size: 2.2rem;
	}
	.fv__modal__link{
		margin: 48px auto 0;
	}
	.fv__modal__link__text{
		font-size: 1.6rem;
	}
}

.guide-contents{
	padding: 80px 24px 0;
	background-color: #171717;
}
.guide-contents__wrap{
	width: 1200px;
	margin: 0 auto;
}
.guide-contents__title{
	font-size: 3.2rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	letter-spacing: 19%;
	text-align: center;
	color: #fff;
}
.guide-contents__box{
	display: flex;
	margin: 80px auto 0;
	gap: 64px 60px;
	flex-wrap: wrap;
}
.guide-contents__box.-active{
	margin: 80px auto 100px;
}
.guide-contents__card{
	width: calc(50% - 30px);
}
.guide-contents__card:nth-child(n+9){
	display: none;
}
.guide-contents__img{
	overflow: hidden;
}
.guide-contents__img img{
	transform: scale(1.0, 1.0);
	transition: all 0.2s;
}
.guide-contents__datebox{
	margin-top: 20px;
	display: flex;
	gap: 16px;
	align-items: center;
}
.guide-contents__vol{
	display: block;
	width: fit-content;
	font-size: 2.4rem;
	font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", serif;
	color: #D0BBA1;
	font-weight: 600;
}
.guide-contents__date{
	display: block;
	width: fit-content;
	font-size: 1.6rem;
	font-weight: 500;
	color: #D4D4D4;
}
.guide-contents__article__title{
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
	font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", serif;
	margin-top: 8px;
}
.guide-contents__text{
	font-size: 1.6rem;
	color: #D4D4D4;
	margin-top: 8px;
}
.guide-contents__button{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.5em;
	border: 2px solid #D0BBA1;
	border-radius: 2.3rem;
	min-width: min(160px, 100vw * (160 / 375));
	min-height: 4.4rem;
	color: #D0BBA1;
	font-family: '游明朝体', 'Yu Mincho', YuMincho, serif;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 4%;
	text-align: center;
	transition: 0.3s ease;
}
.guide-contents__button::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 24px;
	width: 0.6em;
	aspect-ratio: 1 / 1;
	transition: 0.3s ease;
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid #D0BBA1;
	border-right: 1px solid #D0BBA1;
}
.guide-contents__more__box{
	margin: 32px auto 100px;
	display: none;
}
.guide-contents__more__box.-active{
	display: block;
}
.guide-contents__more{
	width: 238px;
	padding: 10px 0;
	border: 2px solid #D0BBA1;
	border-radius: 30px;
	overflow: hidden;
	background-color: #000;
	margin: 0 auto;
	transition: all 0.2s;
	cursor: pointer;
}
.guide-contents__more__text{
	font-family: '游明朝体', 'Yu Mincho', YuMincho, serif;
	font-weight: 600;
	color: #D0BBA1;
	text-align: center;
	transition: all 0.2s;
	font-size: 1.6rem;
}

@media screen and (min-width: 768px){
	.guide-contents__button{
		width: 166px;
		min-height: 3.4rem;
		font-size: 1.7rem;
		padding-block-start: 0.2em;
		padding-block-end: 0.2em;
		margin-top: 20px;
	}
	.guide-contents__button::after{
		width: 0.6em;
	}
	.guide-contents__img__link:hover .guide-contents__img img{
		transform: scale(1.1, 1.1);
	}
	.guide-contents__button:hover{
		background-color: #D0BBA1;
		color: #000;
	}
	.guide-contents__button:hover::after{
		border-top: 1px solid #000;
		border-right: 1px solid #000;
	}
	.guide-contents__more:hover{
		background-color: #D0BBA1;
	}
	.guide-contents__more:hover .guide-contents__more__text{
		color: #000;
	}
}

@media screen and (max-width: 767px){
	.guide-contents{
		padding: 64px 24px 0;
	}
	.guide-contents__wrap{
		width: 100%;
	}
	.guide-contents__title{
		font-size: 2.4rem;
	}
	.guide-contents__datebox{
		margin-top: 10px;
	}
	.guide-contents__box{
		flex-direction: column;
		gap: 48px;
		margin: 40px auto 64px;
	}
	.guide-contents__card{
		width: 100%;
	}
	.guide-contents__article__title{
		font-size: 2rem;
	}
	.guide-contents__button{
		margin-top: 16px;
		width: 166px;
	}
}


.guide__button__link{
	position: relative;
	display: block;
	width: 434px;
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid #D0BBA1;
	padding: 10px 0;
	font-size: 2.0rem;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #D0BBA1;
	margin: 0 auto;
}
.guide__button__link::after{
	content: "";
	display: block;
	position: absolute;
	top: 48%;
	right: 14.5px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #D0BBA1;
	border-right: 2px solid #D0BBA1;
	transform: rotate(45deg) translateY(-50%);
	z-index: 2;
}

@media screen and (min-width: 768px){
	.guide__button__link:hover{
		background-color: #D0BBA1;
		color: #000;
	}
	.guide__button__link:hover::after{
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
}

@media screen and (max-width: 767px){
	.guide__button__link{
		width: calc(100% - 30px);
		font-size: 1.6rem;
	}
}

.guide-banner{
	padding: 120px 24px 100px;
	background-color: #171717;
}
.guide-banner__wrap{
	width: 1200px;
	margin: 0 auto;
}
.guide-banner__box{
	display: flex;
	justify-content: center;
	gap: 64px;
	margin: 0 auto 60px;
}
.guide-banner__link{
	display: block;
	max-width: 528px;
}
.guide-banner__link__img{
	overflow: hidden;
	position: relative;
}
.guide-banner__link__img img{
	transition: transform 0.2s ease-out;
}

@media screen and (min-width: 768px){
	.guide-banner__link:hover .guide-banner__link__img img{
		transform: scale(1.1, 1.1);
	}
}

@media screen and (max-width: 767px){
	.guide-banner{
		padding: 80px auto;
	}
	.guide-banner__wrap{
		width: 100%;
	}
	.guide-banner__box{
		flex-direction: column;
		margin-bottom: 48px;
		gap: 32px;
	}
	.guide-banner__link{
		margin: 0 auto;
	}
}