@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
60th
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#mainImage {
	background: #000;
}
#mainImage > div {
	height: 590px;
	margin: 0 auto;
	max-width: 480px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../images/60th/bg.jpg) no-repeat center -150px;
}
#mainImage > div:before,
#mainImage > div:after {
	content: "";
	width: 9999px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
}
#mainImage > div:before {
	left: 100%;
	background-image: url(../images/60th/mainimg_r.png);
	background-position: left center;
}
#mainImage > div:after {
	right: 100%;
	background-image: url(../images/60th/mainimg_l.png);
	background-position: right center;
}
#mainImage h1 {
	text-align: center;
	padding: 5px 0 18px;
}
#mainImage p {
	font-size: 11px;
	line-height: 25px;
	padding: 0 73px;
	text-align: center;
	letter-spacing: 0;
}
#mainImage ul {
	font-size: 0;
	margin-top: 14px;
	text-align: center;
}
#mainImage ul li {
	width: 128px;
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center bottom;
	background-size: 100% auto;
	margin: 0 7.5px;
}
#mainImage ul li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding-top: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: no-repeat center top;
	background-size: 100% auto;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
#mainImage ul li a:hover {
	opacity: 0;
}
#mainImage ul li:nth-child(1),
#mainImage ul li:nth-child(1) a {
	background-image: url(../images/60th/link01.png);
}
#mainImage ul li:nth-child(2),
#mainImage ul li:nth-child(2) a {
	background-image: url(../images/60th/link02.png);
}
#mainImage ul li:nth-child(3),
#mainImage ul li:nth-child(3) a {
	background-image: url(../images/60th/link03.png);
}

#mainImage .cover {
	top: 0;
	left: -100%;
	right: -100%;
	margin: 0 auto;
	width: 480px;
	height: 100%;
	position: absolute;
}
#mainImage .cover img {
	position: absolute;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
}
#mainImage .cover .card01,
#mainImage .cover .card03,
#mainImage .cover .card05,
#mainImage .cover .card07,
#mainImage .cover .card09 {
	left: 0;
}
#mainImage .cover .card02,
#mainImage .cover .card04,
#mainImage .cover .card06,
#mainImage .cover .card08,
#mainImage .cover .card10 {
	right: 0;
}
#mainImage .cover .card01,
#mainImage .cover .card02 {
	top: 0;
	height: 24.74%;
}
#mainImage .cover .card03,
#mainImage .cover .card04 {
	top: 24.74%;
	height: 18.81%;
}
#mainImage .cover .card05,
#mainImage .cover .card06 {
	top: 43.55%;
	height: 18.91%;
}
#mainImage .cover .card07,
#mainImage .cover .card08 {
	top: 62.46%;
	height: 13.49%;
}
#mainImage .cover .card09,
#mainImage .cover .card10 {
	bottom: 0;
	height: 24.69%;
}
#mainImage .cover img.flick {
	transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
}

#cmGallery {
	text-align: center;
	padding-bottom: 100px;
}
#cmGallery li .movie {
	position: relative;
}
#cmGallery iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cmGallery .type {
	color: #008cca;
	line-height: 32px;
	font-weight: bold;
	max-width: 256px;
	margin: 7px auto;
	border: 2px solid #008cca;
}
#cmGallery h3 {
	font-size: 16px;
	margin-bottom: 7px;
}
#cmGallery h3 span {
	display: block;
	font-size: 10px;
	margin-top: -1px;
}
#cmGallery li figure {
	cursor: pointer;
}

#popWrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.6);
	z-index: 5;
	cursor: pointer;
}
#popInner {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: fixed;
	z-index: 5;
}
#close {
	width: 60px;
	height: 79px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -82px;
	display: none;
}

@media screen and (min-width:1001px){
	#mainImage {
		/*padding-top: 740px;*/
		margin-top: 150px;
	}

	#scroll {
		text-align: center;
		margin: -26px auto 45px;
	}

	#cmGallery h2 {
		padding: 28px 0 25px;
	}

	#cmGallery ul {
		/*padding: 115px 15px 100px;*/
		padding: 115px 15px 0;
	}
	#cmGallery li:first-child {
		float: left;
		width: 280px;
		margin-bottom: 40px;
	}
	#cmGallery li:first-child .movie {
		height: 157px;
	}
	#cmGallery li:nth-child(2) {
		float: right;
		width: 280px;
		margin-bottom: 40px;
	}
	#cmGallery li:nth-child(2) .movie {
		height: 157px;
	}
	#cmGallery li:last-child {
		clear: both;
	}
	#cmGallery li:last-child .movie {
		width: 100%;
		height: 320px;
	}
}

@media screen and (max-width:1000px){
	#mainImage {
		background: none;
	}
	#mainImage > div {
		height: 590px;
		margin-top: 85px;
		background: none;
	}
	#mainImage p {
		padding: 0 15px;
	}
	#mainImage ul li {
		width: 28%;
		margin: 0 1%;
	}

	#scroll { display: none; }

	#cmGallery {
		margin-top: 50px;
	}
	#cmGallery h2 {
		padding: 27px 0 20px;
	}
	#cmGallery h2 img {
		width: auto;
		height: 42px;
	}
	#cmGallery ul {
		padding-top: 10px;
	}
	#cmGallery li {
		margin: 40px -30px 0;
	}
	#cmGallery li .movie {
		width: 100%;
		/*padding-top: 56.25%;*/
	}
	#cmGallery .type {
		margin-top: 0;
	}
	#close {
		display: none;
	}
}

#project h2 {
	text-align: center;
}
#project > p {
	margin-top: 85px;
	text-align: center;
}
#project ul {
	margin: 0 auto;
	max-width: 930px;
	position: relative;
}
#project img {
	max-width: 100%;
}
#project li{
	position: relative;
}
#project li h3 {
	font-size: 18px;
	line-height: 31px;
	margin-top: 3px;
	letter-spacing: -0.5px;
}
#project li figure {
	text-align: center;
}
#project li .text {
	font-size: 14px;
	line-height: 2;
	margin-top: 3px;
}
#project li .link a {
	width: 198px;
	line-height: 28px;
	color: #008cca;
	display: block;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	position: relative;
	border:1px solid #008cca;
}
#project li.large ~ li:before,
#project li.large ~ li:after {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	background: url(../images/common/icon_corner.svg) no-repeat center center;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}

@media screen and (min-width:1001px){
	#project {
		padding: 100px 0;
	}
	#project h2 {
		padding: 28px 0 25px;
	}
	#project ul:after {
		content: "";
		display: block;
		clear: both;
	}
	#project li.large {
		width: 570px;
		margin: 0 auto;
	}
	#project li.large ~ li {
		float: left;
		padding: 35px 25px 80px;
		width: calc(100% / 3);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#project li.large ~ li:before {
		content: "";
		top: -15px;
		left: -15px;
	}
	#project li:nth-child(3n+1):after {
		content: "";
		top: -15px;
		right: -15px;
	}
	#project ul:before {
		content: "";
		left: -15px;
		bottom: -15px;
		width: calc(100% + 30px);
		height: 30px;
		display: block;
		position: absolute;
		background:
			url(../images/common/icon_corner.svg) no-repeat 0 0,
			url(../images/common/icon_corner.svg) no-repeat 33.33% 0,
			url(../images/common/icon_corner.svg) no-repeat 66.66% 0,
			url(../images/common/icon_corner.svg) no-repeat 100% 0;
		background-size: auto 100%;
		-moz-background-size: auto 100%;
		-webkit-background-size: auto 100%;
	}
	#project li:nth-child(3n-1) {
		clear: both;
	}
	#project li.large {
		margin-top: 70px;
	}
	#project li.large ~ li h3 {
		height: 4em;
	}
	#project li.large figure {
		margin: 13px 0 10px;
	}
	#project li.large .link {
		padding: 13px 0 55px;
	}
	#project li .link a {
		bottom: 35px;
		position: absolute;
	}
	#project li.large .link a  {
		position: static;
	}
}
@media screen and (max-width:1000px){
	#project {
		padding: 40px 0;
	}
	#project h2 {
		padding: 27px 0 20px;
	}
	#project h2 img {
		width: auto;
		height: 42px;
	}
	#project > p {
		padding: 0 15px;
	}
	#project ul {
		padding: 0 30px 35px;
	}
	#project ul:before,
	#project ul:after {
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		background: url(../images/common/icon_corner.svg) no-repeat center center;
		background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
	}
	#project ul:before {
		content: "";
		left: 15px;
		bottom: -15px;
	}
	#project ul:after {
		content: "";
		right: 15px;
		bottom: -15px;
	}
	#project li {
		margin-top: 30px;
	}
	#project li:before {
		content: "";
		top: -15px;
		left: -15px;
	}
	#project li:after {
		content: "";
		top: -15px;
		right: -15px;
	}
	#project li figure {
		margin-top: 8px;
	}
	#project li .link {
		padding: 3px 0 35px;
	}
}