body
{
	font-family: "Noto Sans JP", "Noto Sans CJK JP", "Avenir Next", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4
{
	font-weight: normal;
}

.anniversary
{
	text-align: center;
}

/* introduction */
.introduction
{
	/*margin-bottom: 5rem;*/
}

.introduction h1
{
	font-size: 3.2rem;
	color: #de2366;
	margin-top: 4rem;
	margin-bottom: 4rem;
	letter-spacing: 0.3rem;
	line-height: 1.3em;
}

.introduction h1 > div
{
	font-size: 1.2rem;
	margin-top: 1rem;
	letter-spacing: 0.1rem;
	line-height: 1em;
}

.introduction h2
{
	font-size: 2rem;
	margin-bottom: 4rem;
	letter-spacing: 0.1rem;
}

.introduction p
{
	font-size: 1.4rem;
	line-height: 2em;
	margin-left: 2.75rem;
	margin-right: 2.75rem;
	margin-bottom: 3rem;
}

/* presentation */
.presentationWrap
{
	background-color: #ededed;
	margin-top: 9rem;
	padding-bottom: 8.75rem;
}

.presentation
{
	margin-top: 4.5rem;
}

.presentation._01
{
	margin-top: 0;
}

.presentation .text
{
	margin: -4.5rem 1.75rem auto 1.75rem;
	padding: 3rem 2.5rem 3rem 2.5rem;
	position: relative;

}

.presentation .text:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
	left: 0;
	top: 0;
}

.presentation .text h2
{
	letter-spacing: 0.1rem;
	line-height: 2em;
	/*margin-bottom: 3rem;*/
	position: relative;
}

.presentation .text h2:after
{
	content: "";
	display: block;
	width: 4rem;
	height: 0.1rem;
	margin: 2rem auto 3rem auto;
	border-bottom: #de2366 solid 1px;
}

.presentation .text p
{
	font-size: 1.4rem;
	line-height: 1.8em;
	position: relative;
	text-align: left;
}

.presentation .remarks
{
	display: block;
	font-size: 0.9rem;
	position: relative;
	text-align: left;
	margin-top: 1rem;
}

.presentation .remarks:before
{
	content: "※";
}

.presentationWrap div.link
{
	margin-top: 5rem;
}

/* link button */
div.link
{
	border: #dedede solid 0.1rem;
	background-color: #fff;
	width: 22rem;
	height: 5.2rem;
	font-size: 1.3rem;
	margin-left: auto;
	margin-right: auto;
}

div.link
{
	margin: auto;
}

div.link a
{
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
	font-family: "Noto Sans JP", "Noto Sans CJK JP", "Avenir Next", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3em;
}

div.link .rightArrow
{
	right: 1rem;
}

/* PCサイト */
@media screen and (min-width: 600px)
{
	#contents
	{
		min-width: 128rem;
	}

	.anniversary .mv img
	{
		width: 100%;
		min-width: 128rem;
	}

	/* introduction */
	.introduction
	{
		margin-top: 6rem;
	}

	.introduction h1
	{
		font-size: 4rem;
		line-height: 1em;
		margin-bottom: 6rem;
	}

	.introduction h1 > div
	{
		font-size: 1.6rem;
	}

	.introduction h2
	{
		margin-bottom: 3rem;
	}

	.introduction p
	{
		font-size: 1.5rem;
		margin-bottom: 5rem;
	}

	/* presentation */
	.presentationWrap
	{
		padding: 6rem 0 10rem 0;
	}

	.presentation
	{
		width: 128rem;
		margin-left: auto;
		margin-right: auto;

		display: flex;
		flex-flow: row-reverse;
		justify-content: center;
		align-items: center;
		margin-top: 10rem;
	}

	.presentation.even
	{
		flex-flow: row;
	}

	.presentation img
	{
		width: 58.8rem;
		height: 42.649rem;
	}

	.presentation .text
	{
		width: 58rem;
		margin: 0 -9rem 0 0;
		padding: 3rem 6rem 3rem 8rem;
		text-align: left;
	}

	.presentation.even .text
	{
		/*width: 58rem;*/
		margin: 0 0 0 -9rem;
		/*padding: 3rem 6rem 3rem 8rem;
		text-align: left;*/
	}

	.presentation .text h2
	{
		font-size: 2rem;
		line-height: 1em;
	}
	.presentation .text h2:after
	{
		margin: 1.9rem auto 1.9rem 0;
		border-width: 0.2rem;
		width: 3rem;
		height: 0.2rem;
	}

	.presentation .text .remarks
	{
		font-size: 1.2rem;
	}

	/* link button */
	div.link
	{
		width: 39rem;
		height: 6rem;
	}

	div.link a
	{
		font-size: 1.4rem;
	}

	.presentationWrap div.link
	{
		margin-top: 8rem;
	}

	div.link .rightArrow
	{
		width: 1.3rem;
	}
	div.link .rightArrow:before
	{
		width: 0.2rem;
		height: 1.3rem;
	}
	div.link .rightArrow:after
	{
		height: 0.2rem;
		width: 1.3rem;
	}

}