@charset "UTF-8";

/* 全体
------------------------------------------------------------------ */
body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* 画像切り替え表示 */
@media screen and (min-width: 769px) {	/* PC */
	.pc {
		display: inline-block;
	}
	.sp {
		display: none;
	}
}
@media (max-width: 768px) {	/* SP */
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
}
/* hover */
@media screen and (min-width: 769px) {	/* PC */
	.linkbtn {
		opacity: 1.0;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.linkbtn:hover {
		opacity: 0.7;
	}
}

/* メイン
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	#cl-main {
		width: 100%;
		max-width: 1440px;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
	}
}
@media (max-width: 768px) {	/* SP */
	#cl-main {
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
	}
}
/* collection　タイトルエリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	#cl-title {
		width: 370px;
		height: auto;
		display: block;
		margin: auto;
		padding: 0px;
		z-index: 999;
		position: absolute;
		top: 47%;
		left: 7%;
	}
	#cl-title h1 {
		padding: 72px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:72px;
		background: url(../imgtop/h1_title.png) no-repeat left top;
		-webkit-background-size: 310px auto;
		background-size: 310px auto;
		margin: 20px auto;
		width: 100%;
		display: block;
		opacity: 0;
	}
	#cl-title span.change-border {
		position: absolute;
		top: -5px;
		left: -35px;
		width: 15px;
		height: 135px;
		background: #542991;
		box-sizing: border-box;
		display:block;
		opacity: 0;
	}
	#cl-title p {
		width: 100%;
		height: auto;
		display: block;
		margin: 160px 0px 0px 0px;
		padding: 0px;
		font: 13px/1.75em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #fff;
		text-align: left;
		opacity: 0;
	}
	
	#collection1.fade_on h1 {
		-webkit-animation: logofade 1.0s forwards/* infinite */;
		-webkit-animation-delay: 3.0s;
		animation: logofade 1.0s forwards/* infinite */;
		animation-delay: 3.0s;
	}
	#collection1.fade_on p {
		-webkit-animation: logofade 1.0s forwards/* infinite */;
		-webkit-animation-delay: 4.0s;
		animation: logofade 1.0s forwards/* infinite */;
		animation-delay: 4.0s;
	}
	#collection1 span.change-border.fade_on {
		-webkit-animation: cbd 1.0s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: cbd 1.0s forwards/* infinite */;
		animation-delay: 2.0s;
	}
}
@media (max-width: 768px) {	/* SP */
	#cl-title {
		width: 500px;
		height: auto;
		display: block;
		margin: auto;
		padding: 0px;
		z-index: 2;
		position: absolute;
		top: 365px;
		left: 45px;
	}
	#cl-title h1 {
		padding: 47px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:47px;
		background: url(../imgtop/h1_title_sp.png) no-repeat left top;
		-webkit-background-size: 207px auto;
		background-size: 207px auto;
		margin: 2px auto 0px;
		width: 100%;
		display: block;
		opacity: 0;
	}
	#cl-title span.change-border {
		position: absolute;
		top: -5px;
		left: -29px;
		width: 13px;
		height: 70px;
		background: #542991;
		box-sizing: border-box;
		display:block;
		opacity: 0;
	}
	#cl-title p {
		padding: 87px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:87px;
		background: url(../imgtop/p_popup.png) no-repeat left top;
		-webkit-background-size: 249px auto;
		background-size: 249px auto;
		margin: 45px auto 0px;
		width: 100%;
		display: block;
		opacity: 0;
	}
	
	#collection1.fade_on h1 {
		-webkit-animation: logofade 1.0s forwards/* infinite */;
		-webkit-animation-delay: 3.0s;
		animation: logofade 1.0s forwards/* infinite */;
		animation-delay: 3.0s;
	}
	#collection1.fade_on #cl-title p {
		-webkit-animation: logofade 1.0s forwards/* infinite */;
		-webkit-animation-delay: 4.0s;
		animation: logofade 1.0s forwards/* infinite */;
		animation-delay: 4.0s;
	}
	#collection1 span.change-border.fade_on {
		-webkit-animation: cbd 1.0s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: cbd 1.0s forwards/* infinite */;
		animation-delay: 2.0s;
	}
}
@media (max-width: 320px) {	/* SP（小） */
	#cl-title {
		width: 270px;
		height: auto;
		display: block;
		margin: auto;
		padding: 0px;
		z-index: 2;
		position: absolute;
		top: 300px;
		left: 35px;
	}
	#cl-title h1 {
		padding: 47px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:47px;
		background: url(../imgtop/h1_title_sp.png) no-repeat left top;
		-webkit-background-size: 207px auto;
		background-size: 207px auto;
		margin: 2px auto 0px;
		width: 100%;
		display: block;
		opacity: 0;
	}
	#cl-title span.change-border {
		position: absolute;
		top: -5px;
		left: -20px;
		width: 13px;
		height: 70px;
		background: #542991;
		box-sizing: border-box;
		display:block;
		opacity: 0;
	}
	#cl-title p {
		width: 100%;
		height: auto;
		display: block;
		margin: 25px 0px 0px 0px;
		padding: 0px;
		font: 12px/1.25em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #fff;
		text-align: left;
		opacity: 0;
	}
	
	#collection1.fade_on h1 {
		-webkit-animation: logofade 1.0s forwards/* infinite */;
		-webkit-animation-delay: 3.0s;
		animation: logofade 1.0s forwards/* infinite */;
		animation-delay: 3.0s;
	}
	#collection1.fade_on #cl-title p {
		-webkit-animation: logofade 1.0s forwards/* infinite */;
		-webkit-animation-delay: 4.0s;
		animation: logofade 1.0s forwards/* infinite */;
		animation-delay: 4.0s;
	}
	#collection1 span.change-border.fade_on {
		-webkit-animation: cbd 1.0s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: cbd 1.0s forwards/* infinite */;
		animation-delay: 2.0s;
	}
}
/* collection　タイトルエリアのボーダー
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	span.tbd1 {	/* 縦線 */
		width: 25px;
		height: 120vh;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: relative;
		opacity: 1;
	}
	span.tbd2 {	/* 大きい四角 */
		width: 430px;
		height: 220px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 315px;
		left: 13px;
		margin: 0;
		opacity: 0;
	}
	span.tbd3 {	/* 大きい四角の右側 */
		width: 40px;
		height: 140px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 355px;
		left: 443px;
		margin: 0;
		opacity: 0;
	}
	span.tbd3::before {	/* 大きい四角の右側上 */
		content: '';
		width: 40px;
		height: 40px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewX(45deg); /*transformで曲げる*/
		position: absolute;
		top: -40px;
		left: 19px;
		margin: 0;
		opacity: 0;
	}
	span.tbd3::after {	/* 大きい四角の右側下 */
		content: '';
		width: 40px;
		height: 40px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewX(-45deg); /*transformで曲げる*/
		position: absolute;
		bottom: -40px;
		left: 20px;
		margin: 0;
		opacity: 0;
	}
	span.tbd4 {	/* 上の線 */
		width: 57px;
		height: 58px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 275px;
		left: 25px;
		margin: 0;
		opacity: 0;
	}
	span.tbd4::before {	/* 上の線２ */
		content: '';
		width: 57px;
		height: 57px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewX(45deg); /*transformで曲げる*/
		position: absolute;
		top: -57px;
		left: 27px;
		margin: 0;
		opacity: 0;
	}
	span.tbd5 {	/* 下の線 */
		width: 57px;
		height: 58px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 515px;
		left: 25px;
		margin: 0;
		opacity: 0;
	}
	span.tbd5::before {	/* 下の線２ */
		content: '';
		width: 57px;
		height: 57px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewX(-45deg); /*transformで曲げる*/
		position: absolute;
		top: 58px;
		left: 27px;
		margin: 0;
		opacity: 0;
	}
	span.tbd6 {	/* 上の線（丸つき） */
		width: 156px;
		height: 49px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 295px;
		left: 45px;
		margin: 0;
		opacity: 0;
	}
	span.tbd6::before {	/* 上の線２（丸つき） */
		content: '';
		width: 49px;
		height: 49px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewX(-45deg); /*transformで曲げる*/
		position: absolute;
		top: 0px;
		left: -25px;
		margin: 0;
		opacity: 0;
	}
	span.tbd6::after {
		content: '';
		width: 100%;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #fff;
		position: absolute;
		top: -5px;
		right: 0;
		opacity: 0;
	}
	span.tbd7 {	/* 下の線（直線のみ） */
		width: 156px;
		height: 49px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 515px;
		left: 0px;
		margin: 0;
		opacity: 0;
	}
	span.tbd8 {	/* 右の線（上） */
		width: 9px;
		height: 53px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 475px;
		left: 482px;
		margin: 0;
		opacity: 0;
	}
	span.tbd8::before {	/* 右の線（上） */
		content: '';
		width: 9px;
		height: 53px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0;
		opacity: 0;
	}
	span.tbd9 {	/* 右の線（下・丸つき） */
		width: 132px;
		height: 49px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 528px;
		left: 310px;
		margin: 0;
		opacity: 0;
	}
	span.tbd9::before {	/* 右の線（下・丸つき）2 */
		content: '';
		width: 49px;
		height: 49px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewX(-45deg); /*transformで曲げる*/
		position: absolute;
		top: 0px;
		left: 155px;
		margin: 0;
		opacity: 0;
	}
	span.tbd9::after {
		content: '';
		width: 100%;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #fff;
		position: absolute;
		top: 44px;
		left: -4px;
		opacity: 0;
	}
	
	#collection1.fade_on .tbd1 {
		-webkit-animation: tbd 2.0s forwards/* infinite */;
		-webkit-animation-delay: 0s;
		animation: tbd 2.0s forwards/* infinite */;
		animation-delay: 0s;
	}
	
	#collection1.fade_on .tbd2 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 2.0s;
	}
	
	#collection1.fade_on .tbd3::before {
		-webkit-animation: tbdyoko 0.2s forwards/* infinite */;
		-webkit-animation-delay: 3.0s;
		animation: tbdyoko 0.2s forwards/* infinite */;
		animation-delay: 3.0s;
	}
	#collection1.fade_on .tbd3 {
		-webkit-animation: tbd 0.5s forwards/* infinite */;
		-webkit-animation-delay: 2.5s;
		animation: tbd 0.5s forwards/* infinite */;
		animation-delay: 2.5s;
	}
	#collection1.fade_on .tbd3::after {
		-webkit-animation: tbdyoko 0.2s forwards/* infinite */;
		-webkit-animation-delay: 3.0s;
		animation: tbdyoko 0.2s forwards/* infinite */;
		animation-delay: 3.0s;
	}
	
	#collection1.fade_on .tbd4::before {
		-webkit-animation: tbdyoko 0.2s forwards/* infinite */;
		-webkit-animation-delay: 1.5s;
		animation: tbdyoko 0.2s forwards/* infinite */;
		animation-delay: 1.5s;
	}
	#collection1.fade_on .tbd4 {
		-webkit-animation: tbd 0.3s forwards/* infinite */;
		-webkit-animation-delay: 2.5s;
		animation: tbd 0.3s forwards/* infinite */;
		animation-delay: 2.5s;
	}
	
	#collection1.fade_on .tbd5 {
		-webkit-animation: tbd 0.3s forwards/* infinite */;
		-webkit-animation-delay: 3.0s;
		animation: tbd 0.3s forwards/* infinite */;
		animation-delay: 3.0s;
	}
	#collection1.fade_on .tbd5::before {
		-webkit-animation: tbdyoko 0.2s forwards/* infinite */;
		-webkit-animation-delay: 3.5s;
		animation: tbdyoko 0.2s forwards/* infinite */;
		animation-delay: 3.5s;
	}
	
	#collection1.fade_on .tbd6::before {
		-webkit-animation: tbd 0.5s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbd 0.5s forwards/* infinite */;
		animation-delay: 2.0s;
	}
	#collection1.fade_on .tbd6 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 2.0s;
	}
	#collection1.fade_on .tbd6::after {
		-webkit-animation: tbddot 0.5s forwards/* infinite */;
		-webkit-animation-delay: 2.5s;
		animation: tbddot 0.5s forwards/* infinite */;
		animation-delay: 2.5s;
	}
	
	#collection1.fade_on .tbd7 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 2.5s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 2.5s;
	}
	
	#collection1.fade_on .tbd8 {
		-webkit-animation: tbd 0.5s forwards/* infinite */;
		-webkit-animation-delay: 3.0s;
		animation: tbd 0.5s forwards/* infinite */;
		animation-delay: 3.0s;
	}
	#collection1.fade_on .tbd8::before {
		-webkit-animation: tbdyoko 0.5s forwards/* infinite */;
		-webkit-animation-delay: 3.2s;
		animation: tbdyoko 0.5s forwards/* infinite */;
		animation-delay: 3.2s;
	}
	
	#collection1.fade_on .tbd9::after {
		-webkit-animation: tbddot 0.5s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbddot 0.5s forwards/* infinite */;
		animation-delay: 2.0s;
	}
	#collection1.fade_on .tbd9 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 2.5s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 2.5s;
	}
	#collection1.fade_on .tbd9::before {
		-webkit-animation: tbdyoko 0.5s forwards/* infinite */;
		-webkit-animation-delay: 2.5s;
		animation: tbdyoko 0.5s forwards/* infinite */;
		animation-delay: 2.5s;
	}
}
@media (max-width: 768px) {	/* SP */
	span.sptbd1 { /* 上の横線 */
		width: 141px;
		height: 1px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 350px;
		left: 0px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd2 {	/* 下に伸びる縦線 */
		width: 1px;
		height: 300px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 350px;
		left: 15px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd3 {	/* 上の線（丸つき） */
		width: 78px;
		height: 24px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 335px;
		left: 30px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd3::before {	/* 上の線２（丸つき） */
		content: '';
		width: 30px;
		height: 30px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewX(-45deg); /*transformで曲げる*/
		position: absolute;
		top: -1px;
		left: -14px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd3::after {
		content: '';
		width: 100%;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #fff;
		position: absolute;
		top: -5px;
		right: 0;
		opacity: 0;
	}
	span.sptbd4 {	/* 下の線（直線のみ） */
		width: 60px;
		height: 1px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 430px;
		left: 0px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd5 {	/* 下の線 */
		width: 1px;
		height: 20px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 430px;
		left: 25px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd5::before {	/* 下の線２ */
		content: '';
		width: 28px;
		height: 28px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewX(-45deg); /*transformで曲げる*/
		position: absolute;
		top: 19px;
		left: -14px;
		margin: 0;
		opacity: 0;
	}
	
	#collection1.fade_on .sptbd1 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 0s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 0s;
	}
	
	#collection1.fade_on .sptbd2 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 1.0s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 1.0s;
	}
	
	#collection1.fade_on .sptbd3::before {
		-webkit-animation: tbd 0.5s forwards/* infinite */;
		-webkit-animation-delay: 1.5s;
		animation: tbd 0.5s forwards/* infinite */;
		animation-delay: 1.5s;
	}
	#collection1.fade_on .sptbd3 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 1.5s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 1.5s;
	}
	#collection1.fade_on .sptbd3::after {
		-webkit-animation: tbddot 0.5s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbddot 0.5s forwards/* infinite */;
		animation-delay: 2.0s;
	}
	
	#collection1.fade_on .sptbd4 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 2.0s;
	}

	#collection1.fade_on .sptbd5 {
		-webkit-animation: tbd 0.3s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbd 0.3s forwards/* infinite */;
		animation-delay: 2.0s;
	}
	#collection1.fade_on .sptbd5::before {
		-webkit-animation: tbdyoko 0.2s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbdyoko 0.2s forwards/* infinite */;
		animation-delay: 2.0s;
	}
}
@media (max-width: 320px) {	/* SP（小） */
	span.sptbd1 { /* 上の横線 */
		width: 141px;
		height: 1px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 280px;
		left: 0px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd2 {	/* 下に伸びる縦線 */
		width: 1px;
		height: 400px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 280px;
		left: 14px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd3 {	/* 上の線（丸つき） */
		width: 78px;
		height: 24px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 265px;
		left: 30px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd3::before {	/* 上の線２（丸つき） */
		content: '';
		width: 32px;
		height: 32px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewX(-45deg); /*transformで曲げる*/
		position: absolute;
		top: -1px;
		left: -15px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd3::after {
		content: '';
		width: 100%;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #fff;
		position: absolute;
		top: -5px;
		right: 0;
		opacity: 0;
	}
	span.sptbd4 {	/* 下の線（直線のみ） */
		width: 60px;
		height: 1px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 365px;
		left: 0px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd5 {	/* 下の線 */
		width: 1px;
		height: 20px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 365px;
		left: 25px;
		margin: 0;
		opacity: 0;
	}
	span.sptbd5::before {	/* 下の線２ */
		content: '';
		width: 28px;
		height: 28px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewX(-45deg); /*transformで曲げる*/
		position: absolute;
		top: 19px;
		left: -14px;
		margin: 0;
		opacity: 0;
	}
	
	#collection1.fade_on .sptbd1 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 0s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 0s;
	}
	
	#collection1.fade_on .sptbd2 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 1.0s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 1.0s;
	}
	
	#collection1.fade_on .sptbd3::before {
		-webkit-animation: tbd 0.5s forwards/* infinite */;
		-webkit-animation-delay: 1.5s;
		animation: tbd 0.5s forwards/* infinite */;
		animation-delay: 1.5s;
	}
	#collection1.fade_on .sptbd3 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 1.5s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 1.5s;
	}
	#collection1.fade_on .sptbd3::after {
		-webkit-animation: tbddot 0.5s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbddot 0.5s forwards/* infinite */;
		animation-delay: 2.0s;
	}
	
	#collection1.fade_on .sptbd4 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 2.0s;
	}

	#collection1.fade_on .sptbd5 {
		-webkit-animation: tbd 0.3s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbd 0.3s forwards/* infinite */;
		animation-delay: 2.0s;
	}
	#collection1.fade_on .sptbd5::before {
		-webkit-animation: tbdyoko 0.2s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: tbdyoko 0.2s forwards/* infinite */;
		animation-delay: 2.0s;
	}
}
@-webkit-keyframes tbd {
	0% {
		height: 0px;
		opacity: 0;
	}
	50% {
		height: 0px;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes tbdyoko {
	0% {
		width: 0px;
		opacity: 0;
	}
	50% {
		width: 0px;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes tbddot {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes tbd {
	0% {
		height: 0px;
		opacity: 0;
	}
	50% {
		height: 0px;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes tbdyoko {
	0% {
		width: 0px;
		opacity: 0;
	}
	50% {
		width: 0px;
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes tbddot {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
/* スクロール矢印 */
@media screen and (min-width: 769px) {	/* PC */
	a.scroll {
		position: absolute;
		bottom: 100px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100px;
		height: 1px;
	}
	a.scroll img {
		width: 100px;
		height: 60px;
		opacity: 0;
		-webkit-animation: sdb 1.5s infinite;
		-webkit-animation-delay: 5.5s;
		animation: sdb 1.5s infinite;
		animation-delay: 5.5s;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {	/* SP */
	a.scroll {
		position: absolute;
		bottom: 230px;
		right: 10px;
		margin: auto;
		width: 60px;
		height: 1px;
		z-index: 999;
	}
	a.scroll img {
		width: 60px;
		height: auto;
		opacity: 0;
		-webkit-animation: sdb 1.5s infinite;
		-webkit-animation-delay: 3s;
		animation: sdb 1.5s infinite;
		animation-delay: 4s;
		box-sizing: border-box;
	}
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(0deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(0deg) translate(0px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(0deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(0deg) translate(0px, 20px);
		opacity: 0;
	}
}

/* collection背景画像
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	#cl-main .collection {
		width: 100%;
		height: 768px;
		display: block;
		margin: 0px auto;
		padding: 0px;
		position: relative;
	}
	#cl-main #collection1 {
		background: url(../imgtop/top_main.jpg) no-repeat center top;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	#cl-main #collection2 {
		background: url(../imgtop/top_conste.jpg) no-repeat center top;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	#cl-main #collection3 {
		background: url(../imgtop/top_watch.jpg) no-repeat center top;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	#cl-main #collection4 {
		background: url(../imgtop/top_planets.jpg) no-repeat center top;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	#cl-main #collection5 {	/* 背景なし */
	}
	#cl-main #collection6 {
		background: url(../imgtop/top_fromthe.jpg) no-repeat center top;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	#cl-main #collection7 {
		background: url(../imgtop/top_signature.jpg) no-repeat center top;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
}
@media (max-width: 768px) {	/* SP */
	#cl-main .collection {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px 0px 60px 0px;
		position: relative;
	}
	#cl-main #collection2 {
		margin: -50px auto 0px;
		padding: 50px 0px;
	}
	#cl-main #collection5 {
		height: auto;
		max-height: 800px;
		padding: 0px 0px 100px 0px;
	}
	#cl-main #collection6 {
		padding: 40px 0px 60px 0px;
	}
	#cl-main #collection1,
	#cl-main #collection2,
	#cl-main #collection3,
	#cl-main #collection4,
	#cl-main #collection6,
	#cl-main #collection7 {
		background: none;
	}
	#cl-main #collection1 img.sppic,
	#cl-main #collection2 img.sppic,
	#cl-main #collection3 img.sppic,
	#cl-main #collection4 img.sppic,
	#cl-main #collection5 img.sppic,
	#cl-main #collection6 img.sppic,
	#cl-main #collection7 img.sppic {
		width: 100%;
		height: auto;
	}
}
/* collection　小タイトル
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	.cl-stitle {
		width: 300px;
		heght: 135px;
		display: block;
		margin: 0px 0px;
		padding: 0px;
		position: relative;
		z-index: 999;
	}
	/* ロゴ横の白ボーダーライン */
	span.stbd1 {	/* 横の線 */
		width: 65px;
		height: 1px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 105px;
		left: 24px;
		margin: 0;
		opacity: 0;
	}
	span.stbd1::before {	/* 横の線 */
		content: '';
		width: 15px;
		height: 106px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: -105px;
		left: 0px;
		margin: 0;
		opacity: 0;
	}
	span.stbd1::after {	/* 横の線 */
		content: '';
		width: 100%;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #fff;
		position: absolute;
		top: -3px;
		right: 0;
		opacity: 0;
	}
	span.stbd2 {	/* 横の線2 */
		width: 30px;
		height: 50px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 76px;
		left: 24px;
		margin: 0;
		opacity: 0;
	}
	span.stbd2::before {	/* 横の線2 */
		content: '';
		width: 30px;
		height: 30px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewY(35deg); /*transformで曲げる*/
		position: absolute;
		top: 10px;
		left: 0px;
		margin: 0;
		opacity: 0;
	}
	span.stbd3 {	/* 下の縦線 */
		width: 1px;
		height: 100px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: -100px;
		left: 24px;
		margin: 0;
		opacity: 0;
	}
	
	.cl-stitle.fade_on .stbd1::before {
		-webkit-animation: tbd 1.0s forwards/* infinite */;
		-webkit-animation-delay: 0s;
		animation: tbd 1.0s forwards/* infinite */;
		animation-delay: 0s;
	}
	.cl-stitle.fade_on .stbd1 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 0.5s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 0.5s;
	}
	.cl-stitle.fade_on .stbd1::after {
		-webkit-animation: tbddot 0.5s forwards/* infinite */;
		-webkit-animation-delay: 1.0s;
		animation: tbddot 0.5s forwards/* infinite */;
		animation-delay: 1.0s;
	}
	.cl-stitle.fade_on .stbd2::before {
		-webkit-animation: tbdyoko 0.5s forwards/* infinite */;
		-webkit-animation-delay: 1.0s;
		animation: tbdyoko 0.5s forwards/* infinite */;
		animation-delay: 1.0s;
	}
	.cl-stitle.fade_on .stbd2 {
		-webkit-animation: tbd 0.5s forwards/* infinite */;
		-webkit-animation-delay: 1.0s;
		animation: tbd 0.5s forwards/* infinite */;
		animation-delay: 1.0s;
	}
	.cl-stitle.fade_on .stbd3 {
		-webkit-animation: tbd 0.5s forwards/* infinite */;
		-webkit-animation-delay: 0s;
		animation: tbd 0.5s forwards/* infinite */;
		animation-delay: 0s;
	}

	/* ロゴ横の紫ボーダーライン */
	.cl-stitle span.change-border {
		position: absolute;
		top: 0px;
		left: 25px;
		width: 13px;
		height: 105px;
		background: #542991;
		opacity: 0;
		box-sizing: border-box;
		display:block;
	}
	.cl-stitle span.change-border.fade_on {
		-webkit-animation: cbd 1.0s forwards/* infinite */;
		-webkit-animation-delay: 0.5s;
		animation: cbd 1.0s forwards/* infinite */;
		animation-delay: 0.5s;
	}
	/* ロゴ */
	.cl-stitle .logo a {
		padding: 23px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:23px;
		background: url(../imgtop/h3_cosmiclabo.png) no-repeat left center;
		-webkit-background-size: 193px auto;
		background-size: 193px auto;
		margin: 0px auto;
		width: 240px;
		display: block;
		position: absolute;
		top: 38px;
		left: 60px;
		opacity: 0;
	}
	.cl-stitle.fade_on .logo a {
		-webkit-animation: logofade 1.5s forwards/* infinite */;
		-webkit-animation-delay: 0.5s;
		animation: logofade 1.5s forwards/* infinite */;
		animation-delay: 0.5s;
	}
}
@media (max-width: 768px) {	/* SP */
	.cl-stitle {
		width: 300px;
		heght: 135px;
		display: block;
		margin: 0px 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	/* ロゴ横の白ボーダーライン */
	span.stbd1 {	/* 横の線（丸付き） */
		width: 45px;
		height: 1px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 66px;
		left: 13px;
		margin: 0;
		opacity: 0;
	}
	span.stbd1::before {	/* 横の線（丸付き） */
		content: '';
		width: 15px;
		height: 106px;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: -105px;
		left: 0px;
		margin: 0;
		opacity: 0;
	}
	span.stbd1::after {	/* 横の線（丸付き） */
		content: '';
		width: 100%;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #fff;
		position: absolute;
		top: -3px;
		right: 0;
		opacity: 0;
	}
	span.stbd2 {	/* 横の線2（右側） */
		width: 1px;
		height: 50px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: absolute;
		top: 25px;
		left: 25px;
		margin: 0;
		opacity: 0;
	}
	span.stbd2::before {	/* 横の線2（右側） */
		content: '';
		width: 13px;
		height: 13px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		transform: skewY(35deg); /*transformで曲げる*/
		position: absolute;
		top: 33px;
		left: -12px;
		margin: 0;
		opacity: 0;
	}
	span.stbd3 {	/* 下の縦線 */
		width: 1px;
		height: 100px;
		border-right: none;
		box-sizing: border-box;
		display:none;
		position: absolute;
		top: -100px;
		left: 24px;
		margin: 0;
		opacity: 0;
	}
	
	.cl-stitle.fade_on .stbd1::before {
		-webkit-animation: tbd 1.0s forwards/* infinite */;
		-webkit-animation-delay: 0s;
		animation: tbd 1.0s forwards/* infinite */;
		animation-delay: 0s;
	}
	.cl-stitle.fade_on .stbd1 {
		-webkit-animation: tbdyoko 1.0s forwards/* infinite */;
		-webkit-animation-delay: 0.5s;
		animation: tbdyoko 1.0s forwards/* infinite */;
		animation-delay: 0.5s;
	}
	.cl-stitle.fade_on .stbd1::after {
		-webkit-animation: tbddot 0.5s forwards/* infinite */;
		-webkit-animation-delay: 1.0s;
		animation: tbddot 0.5s forwards/* infinite */;
		animation-delay: 1.0s;
	}
	.cl-stitle.fade_on .stbd2::before {
		-webkit-animation: tbdyoko 0.5s forwards/* infinite */;
		-webkit-animation-delay: 1.0s;
		animation: tbdyoko 0.5s forwards/* infinite */;
		animation-delay: 1.0s;
	}
	.cl-stitle.fade_on .stbd2 {
		-webkit-animation: tbd 0.5s forwards/* infinite */;
		-webkit-animation-delay: 1.0s;
		animation: tbd 0.5s forwards/* infinite */;
		animation-delay: 1.0s;
	}
	.cl-stitle.fade_on .stbd3 {
		-webkit-animation: tbd 0.5s forwards/* infinite */;
		-webkit-animation-delay: 0s;
		animation: tbd 0.5s forwards/* infinite */;
		animation-delay: 0s;
	}
	/* ロゴ横の紫ボーダーライン */
	.cl-stitle span.change-border {
		position: absolute;
		top: 0px;
		left: 15px;
		width: 10px;
		height: 65px;
		background: #542991;
		opacity: 0;
		-webkit-animation: cbd 1.5s forwards/* infinite */;
		-webkit-animation-delay: 0.5s;
		animation: cbd 1.5s forwards/* infinite */;
		animation-delay: 0.5s;
		box-sizing: border-box;
		display:block;
	}
	.cl-stitle span.change-border.fade_on {
		-webkit-animation: cbd 1.0s forwards/* infinite */;
		-webkit-animation-delay: 0s;
		animation: cbd 1.0s forwards/* infinite */;
		animation-delay: 0s;
	}
	/* ロゴ */
	.cl-stitle .logo a {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/logo_cosmiclabo.png) no-repeat left top;
		-webkit-background-size: 80% auto;
		background-size: 80% auto;
		margin: 0px auto;
		width: 195px;
		display: block;
		position: absolute;
		top: 20px;
		left: 40px;
		opacity: 0;
		-webkit-animation: logofade 1.5s forwards/* infinite */;
		-webkit-animation-delay: 1.0s;
		animation: logofade 1.5s forwards/* infinite */;
		animation-delay: 1.0s;
	}
	.cl-stitle.fade_on .logo a {
		-webkit-animation: logofade 1.5s forwards/* infinite */;
		-webkit-animation-delay: 0.5s;
		animation: logofade 1.5s forwards/* infinite */;
		animation-delay: 0.5s;
	}
}
@-webkit-keyframes cbd {
	0% {
		opacity: 0;
	}
	50% {
		height: 0px;
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes cbd {
	0% {
		opacity: 0;
	}
	50% {
		height: 0px;
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes logofade {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(-20px, 0);
		opacity: 1;
	}
}
@keyframes logofade {
	0% {
		transform: translate(20px, 0);
		opacity: 0;
	}
	50% {
		transform: translate(20px, 0);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}
/* collection　ナビエリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	.cl-navi {
		width: auto;
		height: 30px;
		display: block;
		margin: auto 0px;
		padding: 0px;
		transform: rotate(-270deg);
		font-size: 0;
		z-index: 999;
	}
	#collection2 .cl-navi {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -170px;
	}
	#collection3 .cl-navi {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -195px;
	}
	#collection4 .cl-navi {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -205px;
	}
	#collection5 .cl-navi {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -180px;
	}
	#collection6 .cl-navi {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -155px;
	}
	#collection7 .cl-navi {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -155px;
	}
	.cl-navi ul {
		width: 100%;
		height: 30px;
		margin: 0px;
		padding: 0px;
		display: block;
	}
	.cl-navi ul li {
		width: auto;
		min-width: 146px;
		height: auto;
		display: inline-block;
	}
	.cl-navi ul li.prev a {
		margin: 0px 10px 0px 0px;
		padding: 2px 30px 0px;
		font: 15px/1.5em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #fff;
		text-align: center;
		transform: skewX(-25deg); /*transformで曲げる*/
		border: 1px solid #fff;
		background: url(../imgtop/arrow_prev.png) no-repeat left 9px center;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		display: block;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: .3s;
	}
	.cl-navi ul li.prev a:hover {
		color: #542991;
		background: #fff url(../imgtop/arrow_prev_on.png) no-repeat left 2px center;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.cl-navi ul li.next a {
		margin: 0px auto;
		padding: 2px 30px 0px;
		font: 15px/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #fff;
		text-align: center;
		transform: skewX(-25deg); /*transformで曲げる*/
		border: 1px solid #fff;
		background: url(../imgtop/arrow_next.png) no-repeat right 9px center;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		display: block;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: .3s;
	}
	.cl-navi ul li.next a:hover {
		color: #542991;
		background: #fff url(../imgtop/arrow_next_on.png) no-repeat right 2px center;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
}
@media (max-width: 768px) {	/* SP */
	.cl-navi {
		display: none;
	}
}
/* collection　スペックエリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	.cl-name {
		width: 240px;
		height: auto;
		display: block;
		margin: auto;
		padding: 0px;
		z-index: 2;
	}
	#collection1 .cl-name {
		position: absolute;
		top: 550px;
		right: 3vw;
	}
	#collection2 .cl-name {
		position: absolute;
		top: 320px;
		right: 3vw;
	}
	#collection3 .cl-name {
		position: absolute;
		top: 150px;
		right: 3vw;
	}
	#collection4 .cl-name {
		position: absolute;
		top: 40%;
		right: 12vw;
	}
	#collection5 .cl-name {
		position: absolute;
		top: 100px;
		right: 3vw;
	}
	#collection6 .cl-name {
		position: absolute;
		top: 480px;
		right: 18vw;
	}
	#collection7 .cl-name {
		position: absolute;
		top: 260px;
		right: 10vw;
	}
	#collection1 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_fromtheearth.png) no-repeat right 15px top;
		-webkit-background-size: 171px auto;
		background-size: 171px auto;
		margin: 0px auto;
		width: 100%;
		display: block;
		position: absolute;
		top: -28px;
		opacity: 0;
	}
	#collection2 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_constellation.png) no-repeat right 15px top;
		-webkit-background-size: 218px auto;
		background-size: 218px auto;
		margin: 0px auto;
		width: 100%;
		display: block;
		position: absolute;
		top: -28px;
		opacity: 0;
	}
	#collection3 .cl-name h2 {
		padding: 63px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:63px;
		background: url(../imgtop/h2_watch.png) no-repeat right 15px top;
		-webkit-background-size: 132px auto;
		background-size: 132px auto;
		margin: 0px auto;
		width: 100%;
		display: block;
		position: absolute;
		top: -66px;
		opacity: 0;
	}
	#collection4 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_planets.png) no-repeat right 15px top;
		-webkit-background-size: 138px auto;
		background-size: 138px auto;
		margin: 0px auto;
		width: 100%;
		display: block;
		position: absolute;
		top: -28px;
		opacity: 0;
	}
	#collection5 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_clearcosmic.png) no-repeat right 15px top;
		-webkit-background-size: 152px auto;
		background-size: 152px auto;
		margin: 0px auto;
		width: 100%;
		display: block;
		position: absolute;
		top: -28px;
		opacity: 0;
	}
	#collection6 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_fromtheearth2.png) no-repeat right 15px top;
		-webkit-background-size: 171px auto;
		background-size: 171px auto;
		margin: 0px auto;
		width: 100%;
		display: block;
		position: absolute;
		top: -28px;
		opacity: 0;
	}
	#collection7 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_signature.png) no-repeat right 15px top;
		-webkit-background-size: 120px auto;
		background-size: 120px auto;
		margin: 0px auto;
		width: 100%;
		display: block;
		position: absolute;
		top: -28px;
		opacity: 0;
	}
	.cl-name p {
		width: 100%;
		height: auto;
		display: block;
		margin: 10px auto;
		padding: 0px 15px 0px 0px;
		font: 11px/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #fff;
		text-align: right;
		opacity: 0;
	}
	#collection4 .cl-name p,
	#collection6 .cl-name p,
	#collection7 .cl-name p {
		color: #333;
	}
	/* スペックのライン（最初） */
	span.spec-border0 {
		width: 100%;
		height: 1px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: relative;
		opacity: 0;
	}
	span.spec-border0::before {
		content: '';
		width: 50px;
		height: 50px;
		border-top: 1px solid #fff;
		box-sizing: border-left;
		display:block;
		transform: skewY(45deg); /*transformで曲げる*/
		position: absolute;
		top: -26px;
		left: -50px;
	}
	span.spec-border0::after {
		content: '';
		width: 100%;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #fff;
		position: absolute;
		top: -5px;
		right: 0;
	}
	/* スペックのライン（２番目以降） */
	span.spec-border {
		width: 100%;
		height: 1px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: relative;
		opacity: 0;
	}
	span.spec-border::before {
		content: '';
		width: 50px;
		height: 50px;
		border-top: 1px solid #fff;
		box-sizing: border-left;
		display:block;
		transform: skewY(45deg); /*transformで曲げる*/
		position: absolute;
		top: -26px;
		left: -50px;
	}
	span.spec-border::after {
		content: '';
		width: 100%;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #fff;
		position: absolute;
		top: -5px;
		right: 0;
	}
	#collection4 span.spec-border,
	#collection6 span.spec-border,
	#collection7 span.spec-border2 {
		border-top: 1px solid #afafaf;
	}
	#collection4 span.spec-border::before,
	#collection6 span.spec-border::before,
	#collection7 span.spec-border2::before {
		border-top: 1px solid #afafaf;
	}
	#collection4 span.spec-border::after,
	#collection6 span.spec-border::after,
	#collection7 span.spec-border2::after {
		background-color: #afafaf;
	}
	/* スペックのライン（下向き） */
	span.spec-border2 {
		width: 100%;
		height: 1px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		display:block;
		position: relative;
		opacity: 0;
	}
	span.spec-border2::before {
		content: '';
		width: 50px;
		height: 50px;
		border-top: 1px solid #fff;
		box-sizing: border-left;
		display:block;
		transform: skewY(-45deg); /*transformで曲げる*/
		position: absolute;
		top: 24px;
		left: -50px;
	}
	span.spec-border2::after {
		content: '';
		width: 100%;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #fff;
		position: absolute;
		top: -5px;
		right: 0;
	}
	span.spec-border0.fade_on {
		-webkit-animation: sbd 1.0s forwards/* infinite */;
		-webkit-animation-delay: 1.0s;
		animation: sbd 1.0s forwards/* infinite */;
		animation-delay: 4.0s;
	}
	span.spec-border.fade_on,
	span.spec-border2.fade_on {
		-webkit-animation: sbd 1.0s forwards/* infinite */;
		-webkit-animation-delay: 1.0s;
		animation: sbd 1.0s forwards/* infinite */;
		animation-delay: 1.0s;
	}
	/* スペックのテキスト */
	span.spec-border0.fade_on ~ h2,
	span.spec-border0.fade_on ~ p {
		-webkit-animation: sh2 1.0s forwards/* infinite */;
		-webkit-animation-delay: 1.5s;
		animation: sh2 1.0s forwards/* infinite */;
		animation-delay: 4.0s;
	}
	span.spec-border.fade_on ~ h2,
	span.spec-border.fade_on ~ p,
	span.spec-border2.fade_on ~ h2,
	span.spec-border2.fade_on ~ p {
		-webkit-animation: sh2 1.0s forwards/* infinite */;
		-webkit-animation-delay: 1.5s;
		animation: sh2 1.0s forwards/* infinite */;
		animation-delay: 1.5s;
	}
}
@media (max-width: 768px) {	/* SP */
	.cl-name {
		width: 100%;
		height: auto;
		display: block;
		margin: auto;
		padding: 0px;
		z-index: 2;
	}
	#collection1 .cl-name,
	#collection2 .cl-name,
	#collection3 .cl-name,
	#collection4 .cl-name,
	#collection5 .cl-name,
	#collection6 .cl-name,
	#collection7 .cl-name {
		position: relative;
	}
	#collection1 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_fromtheearth_sp.png) no-repeat center top;
		-webkit-background-size: auto 22px;
		background-size: auto 22px;
		margin: 10px auto 0px;
		width: 100%;
		display: block;
	}
	#collection2 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_constellation_sp.png) no-repeat center top;
		-webkit-background-size: auto 22px;
		background-size: auto 22px;
		margin: 10px auto 0px;
		width: 100%;
		display: block;
	}
	#collection3 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_watch_sp.png) no-repeat center top;
		-webkit-background-size: auto 22px;
		background-size: auto 22px;
		margin: 10px auto 0px;
		width: 100%;
		display: block;
	}
	#collection4 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_planets_sp.png) no-repeat center top;
		-webkit-background-size: auto 22px;
		background-size: auto 22px;
		margin: 10px auto 0px;
		width: 100%;
		display: block;
	}
	#collection5 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_clearcosmic_sp.png) no-repeat center top;
		-webkit-background-size: auto 22px;
		background-size: auto 22px;
		margin: 10px auto 0px;
		width: 100%;
		display: block;
	}
	#collection6 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_fromtheearth_sp.png) no-repeat center top;
		-webkit-background-size: auto 22px;
		background-size: auto 22px;
		margin: 10px auto 0px;
		width: 100%;
		display: block;
	}
	#collection7 .cl-name h2 {
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../imgtop/h2_signature_sp.png) no-repeat center top;
		-webkit-background-size: auto 22px;
		background-size: auto 22px;
		margin: 10px auto 0px;
		width: 100%;
		display: block;
	}
	.cl-name p {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		font: 12px/1.75em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #666;
		text-align: center;
	}
	#collection4 .cl-name p,
	#collection6 .cl-name p,
	#collection7 .cl-name p {
		color: #666;
	}
	/* スペックのライン（最初） */
	span.spec-border0 {
		display: none;
	}
	span.spec-border0::before {
		display: none;
	}
	span.spec-border0::after {
		display: none;
	}
	/* スペックのライン（２番目以降） */
	span.spec-border {
		display: none;
	}
	span.spec-border::before {
		display: none;
	}
	span.spec-border::after {
		display: none;
	}
	#collection4 span.spec-border,
	#collection6 span.spec-border,
	#collection7 span.spec-border2 {
		border-top: none;
	}
	#collection4 span.spec-border::before,
	#collection6 span.spec-border::before,
	#collection7 span.spec-border2::before {
		border-top: none;
	}
	#collection4 span.spec-border::after,
	#collection6 span.spec-border::after,
	#collection7 span.spec-border2::after {
		background-color: transparent;
	}
	/* スペックのライン（下向き） */
	span.spec-border2 {
		display: none;
	}
	span.spec-border2::before {
		display: none;
	}
	span.spec-border2::after {
		display: none;
	}
}
@-webkit-keyframes sbd {
	0% {
		opacity: 0;
	}
	50% {
		width: 0px;
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes sbd {
	0% {
		opacity: 0;
	}
	50% {
		width: 0px;
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes sh2 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes sh2 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* カスタマイズするボタン
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	.cl-btn {
		width: 235px;
		height: auto;
		display: block;
		margin: auto;
		padding: 0px;
		z-index: 999;
		opacity: 0;
	}
	#collection3 .cl-btn {
		position: absolute;
		bottom: 50px;
		left: 0;
		right: 0;
	}
	#collection4 .cl-btn {
		position: absolute;
		top: 50%;
		right: 12vw;
	}
	:root {	/* 変数 */
		--btn-w: 235px;
		--dot-w: calc(var(--btn-w)*.2);
		--tr-X: calc(var(--btn-w) - var(--dot-w));
	}
	.btn {
		position: relative;
		margin: 0 auto;
		padding: 8px 0px;
		width: var(--btn-w);
		color: #fff;
		border: 1px solid #fff;
		text-transform: uppercase;
		text-align: center;
		cursor: pointer;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 1.5em;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: .3s;
	}
	.btn a {
		color: #fff;
	}
	.dot {
		content: '';
		position: absolute;
		top: 0;
		width: var(--dot-w);
		height: 100%;
		transition: all 300ms ease;
		-webkit-animation: atom 2s infinite linear;
		animation: atom 2s infinite linear;
		display: block;
		box-sizing: border-box;
	}
	.dot:after {
		content: '';
		position: absolute;
		left: calc(50% - .4em);
		top: -.3em;
		height: .5em;
		width: .5em;
		background: #fff;
		border-radius: 1em;
		border: .25em solid #fff;
		box-shadow: 0 0 .7em #fff,
					0 0 2em #fff;
		box-sizing: border-box;
	}
	.btn:hover {
		color: #fff;
		background: rgba(84,41,145,1.0);
	}
	#collection4 .btn {
		color: #333;
		border: 1px solid #afafaf;
	}
	#collection4 .btn a {
		color: #333;
	}
	#collection4 .btn a:hover{
		color: #fff;
	}
	#collection3.fade_on .cl-btn {
		-webkit-animation: sh2 1.0s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: sh2 1.0s forwards/* infinite */;
		animation-delay: 2.0s;
	}
	#collection4.fade_on .cl-btn {
		-webkit-animation: sh2 1.0s forwards/* infinite */;
		-webkit-animation-delay: 2.0s;
		animation: sh2 1.0s forwards/* infinite */;
		animation-delay: 2.0s;
	}
}
@media (max-width: 768px) {	/* SP */
	.cl-btn {
		width: 235px;
		height: auto;
		display: block;
		margin: auto;
		padding: 0px;
		z-index: 2;
		opacity: 0;
	}
	#collection3 .cl-btn {
		position: absolute;
		bottom: 175px;
		left: 0;
		right: 0;
	}
	#collection4 .cl-btn {
		position: absolute;
		bottom: 165px;
		left: 0;
		right: 0;
	}
	:root {	/* 変数 */
		--btn-w: 235px;
		--dot-w: calc(var(--btn-w)*.2);
		--tr-X: calc(var(--btn-w) - var(--dot-w));
	}
	.btn {
		position: relative;
		margin: 0 auto;
		padding: 8px 0px;
		width: var(--btn-w);
		color: #fff;
		border: 1px solid #fff;
		text-transform: uppercase;
		text-align: center;
		cursor: pointer;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 1.5em;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: .3s;
	}
	.btn a {
		color: #fff;
	}
	.dot {
		content: '';
		position: absolute;
		top: 0;
		width: var(--dot-w);
		height: 100%;
		transition: all 300ms ease;
		animation: atom 2s infinite linear;
		display: block;
		box-sizing: border-box;
	}
	.dot:after {
		content: '';
		position: absolute;
		left: calc(50% - .4em);
		top: -.3em;
		height: .5em;
		width: .5em;
		background: #fff;
		border-radius: 1em;
		border: .25em solid #fff;
		box-shadow: 0 0 .7em #fff,
					0 0 2em #fff;
		box-sizing: border-box;
	}
	.btn:hover {
		background: rgba(84,41,145,1.0);
	}
	#collection4 .btn {
		color: #333;
		border: 1px solid #afafaf;
	}
	#collection4 .btn a {
		color: #333;
	}
	#collection4 .btn a:hover{
		color: #fff;
	}
	#collection3.fade_on .cl-btn {
		-webkit-animation: sh2 1.0s forwards/* infinite */;
		-webkit-animation-delay: 0s;
		animation: sh2 1.0s forwards/* infinite */;
		animation-delay: 0s;
	}
	#collection4.fade_on .cl-btn {
		-webkit-animation: sh2 1.0s forwards/* infinite */;
		-webkit-animation-delay: 0s;
		animation: sh2 1.0s forwards/* infinite */;
		animation-delay: 0s;
	}
}
@-webkit-keyframes atom {
	0% {transform: translateX(0) rotate(0);}
	30%{transform: translateX(var(--tr-X)) rotate(0);}
	50% {transform: translateX(var(--tr-X)) rotate(180deg);}
	80% {transform: translateX(0) rotate(180deg);}
	100% {transform: translateX(0) rotate(360deg);}
}
@keyframes atom {
	0% {transform: translateX(0) rotate(0);}
	30%{transform: translateX(var(--tr-X)) rotate(0);}
	50% {transform: translateX(var(--tr-X)) rotate(180deg);}
	80% {transform: translateX(0) rotate(180deg);}
	100% {transform: translateX(0) rotate(360deg);}
}
/* 中の矢印 */
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 12px;
	vertical-align: middle;
	text-decoration: none;
	top: -1px;
	left: -17px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	animation: move 1.3s infinite;
	margin: -5px;
}
#collection4 .arrow{
	border-top: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
}
#collection4 .btn:hover .arrow {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow:nth-child(2) {
	animation-delay: 0.15s;
}
.arrow:nth-child(3) {
	animation-delay: 0.3s;
}
@-webkit-keyframes move {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(10px) rotate(45deg);
	}
}
@keyframes move {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(10px) rotate(45deg);
	}
}

/* ClearCosmicの切り替え
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	#cc-slide{
		position: relative;
		width: 100%;
		height: 768px;
		overflow:hidden;
		padding:0!important;
	}
	.clearcosmic{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding:0!important;
		opacity:0;
	}
	#clearcosmic1{
		background-image: url(../imgtop/top_clear1.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		-webkit-animation: fadeinout 10s 0s infinite;
		animation: fadeinout 10s 0s infinite;
	}
	#clearcosmic2{
		background-image: url(../imgtop/top_clear2.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		-webkit-animation: fadeinout 10s 5s infinite;
		animation: fadeinout 10s 5s infinite;
	}
	@-webkit-keyframes fadeinout {
		0% { opacity:0;}
		10% { opacity:1; }
		50% { opacity:1; }
		60% { opacity:0;}
		100% { opacity:0;}
	}
	@keyframes fadeinout {
		0% { opacity:0;}
		10% { opacity:1; }
		50% { opacity:1; }
		60% { opacity:0;}
		100% { opacity:0;}
	}
}
@media (max-width: 768px) {	/* SP */
	#cc-slide{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 768px;
		overflow:hidden;
		padding:0!important;
	}
	.clearcosmic{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100%* 1100 / 750);
		padding:0!important;
		opacity:0;
	}
	#clearcosmic1{
		background-image: url(../imgtop/top_clear1_sp.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		-webkit-animation: fadeinout 10s 0s infinite;
		animation: fadeinout 10s 0s infinite;
	}
	#clearcosmic2{
		background-image: url(../imgtop/top_clear2_sp.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		-webkit-animation: fadeinout 10s 5s infinite;
		animation: fadeinout 10s 5s infinite;
	}
	@-webkit-keyframes fadeinout {
		0% { opacity:0;}
		10% { opacity:1; }
		50% { opacity:1; }
		60% { opacity:0;}
		100% { opacity:0;}
	}
	@keyframes fadeinout {
		0% { opacity:0;}
		10% { opacity:1; }
		50% { opacity:1; }
		60% { opacity:0;}
		100% { opacity:0;}
	}
}

/* シェアボタンエリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	#cl-share
	{
		width: 100%;
		margin: 100px auto 0px;
		padding: 0px 0px 0px;
		overflow: hidden;
	}
	#cl-share ul
	{
		margin: 0px auto 0px;
		padding: 0px;
		list-style: none;
		font-size: 0;
		text-align: center;
	}
	#cl-share ul li
	{
		width: 50px;
		margin: 0px 30px 0px 0px;
		padding: 0px;
		display: inline-block;
	}
	#cl-share ul li a img
	{
		vertical-align: middle;
	}
	#cl-share ul li:last-child
	{
		width: 45px;
		height: 45px;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		display: inline-block;
		vertical-align: middle;
	}
}
@media (max-width: 768px) {	/* SP */
	#cl-share
	{
		width: 100%;
		margin: 0px auto 0px;
		padding: 0px 0px 0px;
		overflow: hidden;
	}
	#cl-share ul
	{
		margin: 0px auto 0px;
		padding: 0px;
		list-style: none;
		font-size: 0;
		text-align: center;
	}
	#cl-share ul li
	{
		width: 50px;
		margin: 0px 30px 0px 0px;
		padding: 0px;
		display: inline-block;
	}
	#cl-share ul li a img
	{
		vertical-align: middle;
	}
	#cl-share ul li:last-child
	{
		width: 45px;
		height: 45px;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		display: inline-block;
		vertical-align: middle;
	}
}