@charset "utf-8";

@font-face{
	font-family:"Noto Sans JP";
	font-style:normal;
	font-weight:100;
	src:url("/assets/fonts/NotoSansJP-Thin.woff2") format("woff2"),url("/assets/fonts/NotoSansJP-Thin.woff") format("woff"),url("/assets/fonts/NotoSansJP-Thin.otf") format("opentype")
}

@font-face{
	font-family:"Noto Sans JP";
	font-style:normal;
	font-weight:200;
	src:url("/assets/fonts/NotoSansJP-Light.woff2") format("woff2"),url("/assets/fonts/NotoSansJP-Light.woff") format("woff"),url("/assets/fonts/NotoSansJP-Light.otf") format("opentype")
}

@font-face{
	font-family:"Noto Sans JP";
	font-style:normal;
	font-weight:300;
	src:url("/assets/fonts/NotoSansJP-DemiLight.woff2") format("woff2"),url("/assets/fonts/NotoSansJP-DemiLight.woff") format("woff"),url("/assets/fonts/NotoSansJP-DemiLight.otf") format("opentype")
}

@font-face{
	font-family:"Noto Sans JP";
	font-style:normal;
	font-weight:400;
	src:url("/assets/fonts/NotoSansJP-Regular.woff2") format("woff2"),url("/assets/fonts/NotoSansJP-Regular.woff") format("woff"),url("/assets/fonts/NotoSansJP-Regular.otf") format("opentype")
}

@font-face{
	font-family:"Noto Sans JP";
	font-style:normal;
	font-weight:500;
	src:url("/assets/fonts/NotoSansJP-Medium.woff2") format("woff2"),url("/assets/fonts/NotoSansJP-Medium.woff") format("woff"),url("/assets/fonts/NotoSansJP-Medium.otf") format("opentype")
}

@font-face{
	font-family:"Noto Sans JP";
	font-style:normal;
	font-weight:700;
	src:url("/assets/fonts/NotoSansJP-Bold.woff2") format("woff2"),url("/assets/fonts/NotoSansJP-Bold.woff") format("woff"),url("/assets/fonts/NotoSansJP-Bold.otf") format("opentype")
}

@font-face{
	font-family:"Noto Sans JP";
	font-style:normal;
	font-weight:900;
	src:url("/assets/fonts/NotoSansJP-Black.woff2") format("woff2"),url("/assets/fonts/NotoSansJP-Black.woff") format("woff"),url("/assets/fonts/NotoSansJP-Black.otf") format("opentype")
}

@font-face{
	font-family:"Noto Serif JP";
	font-style:normal;
	font-weight:400;
	src:url("/assets/fonts/NotoSerifCJKjp-Regular.woff2") format("woff2"),url("/assets/fonts/NotoSerifCJKjp-Regular.woff") format("woff"),url("/assets/fonts/NotoSerifCJKjp-Regular.otf") format("opentype")
}

body {
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

#main dl a {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
}
.fs16 {
	font-size: 1.6rem;
}
.pc {
	display: none;
}

.img {
	max-width: 400px;
}
.nw {
	display: inline-block;
}

p {
	margin-top: 3.2rem;
	line-height: 1.8;
}
h3 {
	line-height: 1.7;
}

.information .image {
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
}

.information .image img {
	width: 100%;
	height: auto;
}
.information .text {
	margin-top: 3rem;
	text-align: center;
}
.information .text h1 {
	font-size: 3.5rem;
}
.information .text h1 span {
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
}
#main .information .text h2 {
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: 700;;
}
#main .information .text h2 span {
	display: inline-block;
	font-size: inherit;
}
.information .text p {
	font-size: 1.6rem;
}

.youtube {
	margin-top: 10rem;
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#page #main .lyrics {
	margin-top: 10rem;
	font-family: YakuHanJP, 'Roboto', 'Josefin Sans', 'Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', Meiryo, sans-serif;
}

#page #main .lyrics h1 {
	font-size: 3rem;
	text-align: center;
}
#page #main .lyrics p {
	font-size: 1.8rem;
	font-family: YakuHanJP, 'Noto Serif JP', serif;
	line-height: 2;
	text-align: center;
}

#page #main .lyrics h1+p {
	margin: .5rem 0 6rem;
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.pc {
		display: initial;
	}
	.mobile {
		display: none;
	}

	#main .information {
		display: flex;
		width: 100%;
	}

	#main .information .image {
		margin: 0;
		max-width: 400px;
	}
	#main .information .text {
		flex: 1;
		margin: 0 0 0 4rem;
	}
	#main .information .text h1 {
		font-size: 4rem;
		text-align: left;
	}
	#main .information .text h2 {
		font-size: 3rem;
		text-align: left;
	}
	#main .information .text h2 {
		
	}
	#main .information .text p {
		font-size: 1.6rem;
		text-align: left;
	}

	#page #main .lyrics h1 {
		font-size: 3rem;
		text-align: center;
	}
}