@charset "UTF-8";

/* ========================================
	produce
======================================== */
.background_wrap{
	height: 100%;
}
.background_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
	background-image:url(../images/coordinate/bg_cont.jpg);
	opacity: 1;
	z-index: -1;
}
.l-contents{
	padding-bottom: 0 !important;
}
.p-coordinate_wrap .c-pagecatch{
	background: url(../images/coordinate/bg_wave_t.png) no-repeat center 45px;
}
.p-coordinate_wrap .c-content_wrap{
	background: url(../images/coordinate/bg_cont_gr.png) repeat-y top center;
}
.p-coordinate_wrap_bg{
	position: absolute;
	background: url(../images/top/coordinate_bg_line.png) repeat-y top center;
	width: 100%;
	height: 640px;
	top: 180px;
	left: 0;
	z-index: 0;
}
@media screen and (min-width: 1920px) {
	.p-coordinate_wrap,
	.p-coordinate_wrap .c-pagecatch,
	.p-coordinate_wrap .c-content_wrap{
		background-size:100% auto;
	}
	.p-coordinate_wrap_bg{
		background-size:100% 55px;
	}
}
.p-coordinate_lead01{
	text-align: center;
	padding: 20px 0 40px 0;
}

/* ========================================
	Item
======================================== */

.p-coordinate-item{
	width: 960px;
	height: 589px;
	margin: 0 auto;
	position: relative;
}
.p-coordinate-item dl{
	padding-left: 8px;	
}
.p-coordinate-item dt{
	padding-bottom: 24px;
}
.p-coordinate-item_mov{
	position: absolute;
	top: 112px;
	left: 520px;
	width: 467px;
	height: 305px;
	padding-top: 30px;
	z-index: 20;
	background: url(../images/coordinate/item_mov_bg.png) no-repeat top left;
}
/**Movie**/
.p-coordinate-item_mov .mov_wrap{
	position: relative;
	width: 410px;
	height: 230px;
	margin: 0 0 0 30px;
	overflow: hidden;
}
.p-coordinate-item_mov .mov{
	margin-left: -10px;
	margin-right: -20px;
}
.p-coordinate-item_mov .ytp-thumbnail-overlay-image {
	-moz-background-size: 410px auto !important;
	-webkit-background-size: 410px auto !important;
	background-size: 410px auto !important;
}
.p-coordinate-item_mov .mov_wrap iframe{
	width: 100%;
	height: 100%;
}
.mov_slider-wrap {
	position: absolute;
	top: 25px;
	left: 30px;
	width: 400px;
	height: 240px;
	cursor: pointer;
}
.mov_slider-wrap:before,
.mov_slider-wrap:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mov_slider-wrap:before {
	background: #ffffff;
}
.no-js .mov_slider-wrap:before {
	background: transparent;
}
.player_wrap{
    display: block;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yt_player{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

/**Background**/
.bg-item{
	position: absolute;
	display: block;
	z-index: 1;
}
.bg-item01{
	top: -25px;
	left: -203px;
}
.bg-item02{
	top: 390px;
	left: -312px;
}
.bg-item03{
	top: 307px;
	left: 173px;
}
.bg-item04{
	top: 78px;
	left: 488px;
}
.bg-item05{
	top: 33px;
	right: -315px;
}
.p-item{
	position: absolute;
	display: block;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(90px);
	transform: translateY(90px);
	transition:
		opacity 400ms,
		-webkit-transform 500ms,
		transform 500ms;
}
.is-animation .p-item,
.no-js .p-item {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.p-item01{
	top: 20px;
	left: -128px;
}
.p-item02{
	top: 146px;
	left: -470px;
	transition-delay: 200ms;
}
.p-item03{
	top: 245px;
	left: -250px;
	transition-delay: 300ms;
}
.p-item04{
	top: 333px;
	left: -26px;
	transition-delay: 400ms;
}
.p-item05{
	top: 348px;
	left: 294px;
	transition-delay: 500ms;
}
.p-item06{
	top: 421px;
	left: 330px;
	transition-delay: 600ms;
}
.p-item07{
	top: 405px;
	left: 501px;
	z-index: 30;
	transition-delay: 800ms;
}
.p-item08{
	top: 240px;
	left: 868px;
	z-index: 30;
	transition-delay: 900ms;
}
.p-item09{
	top: -15px;
	left: 940px;
	transition-delay: 100ms;
}
.p-item10{
	top: 212px;
	left: 1250px;
	transition-delay: 0ms;
}
.p-itemnew{
	top: 303px;
	left: 400px;
	transition-delay: 700ms;
}

/* ========================================
	Mix coordinate
======================================== */

.p-coordinate-mixcode{
	position: relative;
	background: url(../images/coordinate/bg_wave_b.png) no-repeat top center;
	padding-bottom: 285px;
}
@media screen and (min-width: 1920px) {
	.p-coordinate-mixcode{
		background-size:100% auto;
	}
}
.p-coordinate-mixcode h2{
	padding: 88px 0 15px 0;
	text-align: center;
}
.p-coordinate-mixcode h3{
	padding: 0 0 10px 0;
	text-align: center;
}
.p-coordinate-mixcode_slide{
	width: 100%;
	height: 815px;
	position: relative;
	z-index: 10;
	background: url(../images/coordinate/brand_list.png) repeat-x 0 133px;
	-webkit-animation: brandcard 60s linear infinite;
	animation: brandcard 60s linear infinite;
}
@-webkit-keyframes brandcard {
	0% {
		background-position: 0 133px;
	}
	100% {
		background-position: -3640px 133px;
	}
}
@keyframes brandcard {
	0% {
		background-position: 0 133px;
	}
	100% {
		background-position: -3640px  133px;
	}
}


.p-mixcode-l{
	position: absolute;
	display: block;
	width: 514px;
	height: 815px;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 20;
	opacity: 0;
	cursor: pointer;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	transition:
		opacity 100ms 200ms,
		-webkit-transform 300ms,
		transform 300ms;
}
.is-type1 .p-coordinate-mixcode_slideitem01 .p-mixcode-l,
.is-type2 .p-coordinate-mixcode_slideitem02 .p-mixcode-l,
.is-type3 .p-coordinate-mixcode_slideitem03 .p-mixcode-l,
.is-type4 .p-coordinate-mixcode_slideitem04 .p-mixcode-l{
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transition:
		opacity 100ms 200ms,
		-webkit-transform 300ms 200ms,
		transform 300ms 200ms;
}
.p-mixcode-l-star{
	position: absolute;
	display: block;
	width: 650px;
	height: 92px;
	top: 20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 30;
	opacity: 0;
	transition: opacity 200ms;
}
.is-type1 .p-coordinate-mixcode_slideitem01 .p-mixcode-l-star,
.is-type2 .p-coordinate-mixcode_slideitem02 .p-mixcode-l-star,
.is-type3 .p-coordinate-mixcode_slideitem03 .p-mixcode-l-star,
.is-type4 .p-coordinate-mixcode_slideitem04 .p-mixcode-l-star{
	opacity: 1;
	transition: opacity 200ms 200ms;
}
.p-coordinate-mixcode_bg{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.p-mixcode{
	position: absolute;
	display: block;
	z-index: 1;
}
.p-mixcode01{
	top: 655px;
	left: -153px;
}
.p-mixcode02{
	top: 534px;
	left: 930px;
}
.p-mixcode03{
	top: -88px;
	left: -85px;
}
.p-mixcode04{
	top: -70px;
	left: 800px;
}
.p-coordinate-mixcode_other_ico{
	top: 655px;
	left: 760px;
	z-index: 10;
}
.p-coordinate-mixcode_pager {
	position: absolute;
	bottom: -57px;
	left: 0;
	width: 100%;
	text-align: center;
}
.p-coordinate-mixcode_pageritem {
	display: inline-block;
	width: 25px;
	height: 24px;
	margin: 0 5px;
	background: url(../images/coordinate/mixcode_pager.png) center center no-repeat;
	cursor: pointer;
}
.p-coordinate-mixcode_pageritem.is-current {
	background-image: url(../images/coordinate/mixcode_pager_current.png);
}
