@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/*==============================================================
3.2 Page
--------------------------------------------------------------*/
/* page-quick
--------------------------------------------------------------*/
.page-quick__list.about li:nth-child(1) {
	background: url(../img/about-about_s.jpg) no-repeat center/cover;
}
.page-quick__list.about li:nth-child(2) {
	background: url(../img/about-movies_s.jpg) no-repeat center/cover;
}
.page-quick__list.about li:nth-child(3) {
	background: url(../img/about-100th_s.jpg) no-repeat center/cover;
}
.page-quick__list.about li:nth-child(4) {
	background: url(../img/about-blog_s.jpg) no-repeat center/cover;
}
.page-quick__list.about li:nth-child(5) {
	background: url(../img/about-documents_s.jpg) no-repeat center/cover;
}


/* about
--------------------------------------------------------------*/
a.about-100th__link {
	display: block;
	border-radius: 1.25rem;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #FFF;
    background: url(../img/mv-anniversary-walk.jpg) no-repeat center/cover;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	a.about-100th__link {
		font-size: 1.5rem;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	a.about-100th__link {
		font-size: 2rem;
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
}