@charset "utf-8";

/*ヘッダー初期表示*/
header{
	z-index: 10;
	opacity: 0;
}

/*コンタクトバナーの初期表示*/
.c_banner{
	 opacity: 0;
	  scale: 0;
	  display: 'none';
	  transformOrigin: '50% 50%';
}

/*アイキャッチ各テキストの初期表示*/

/*JEEP*/
.eye .eye_inner .eye_inner01 .t_box .t_box_inner:nth-of-type(1){
	width: 130px;
	height: 86px;
	top: 0;
	bottom: 0;
	left: -684px;
	right: 0;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner .eye_inner01 .t_box .t_box_inner:nth-of-type(1){
		width: 52px;
		height: 35px;
		top: 0;
		bottom: 0;
		left: -279px;
		right: 0;
	}
}

/*CREATIVE*/
.eye .eye_inner .eye_inner01 .t_box .t_box_inner:nth-of-type(2){
	width: 248px;
	height: 72px;
	top: -14px;
	bottom: 0;
	left: -248px;
	right: 0;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner .eye_inner01 .t_box .t_box_inner:nth-of-type(2){
		width: 101px;
		height: 29px;
		top: -7px;
		bottom: 0;
		left: -100px;
		right: 0;
	}
}

/*DEPARTMENT*/
.eye .eye_inner .eye_inner01 .t_box .t_box_inner:nth-of-type(3){
	width: 380px;
	height: 86px;
	top: 0;
	bottom: 0;
	left: 0;
	right: -434px;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner .eye_inner01 .t_box .t_box_inner:nth-of-type(3){
		width: 155px;
		height: 35px;
		top: 0;
		bottom: 0;
		left: 0;
		right: -178px;
	}
}

/*背景カラーの初期表示*/
.eye .eye_cover{
	width: 100%;
	height: 100%;
	min-height: 768px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #D3E7F1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.eye .eye_cover{
		min-height: 668px;
	}
}


/*各タイトル周りの下からの演出初期表示*/

.contents01 a.contents01_01 .title img{
	transform: translateY(101%);
}
.contents01 .contents01_03 a .title_box{
	overflow: hidden;
}
.contents01 .contents01_03 a .title_box img{
	transform: translateY(101%);
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 h3{
	overflow: hidden;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 h3 img{
	transform: translateY(101%);
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01.cont_wrap .contents02_01_01_02 .left .title h4{
	overflow: hidden;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01.cont_wrap .contents02_01_01_02 .left .title h4 img{
	transform: translateY(101%);
}
.contents02 .bg_img h5{
	overflow: hidden;
}
.contents02 .bg_img h5 img{
	transform: translateY(101%);
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01.cont_wrap h3{
	overflow: hidden;
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01.cont_wrap h3 img{
	transform: translateY(101%);
}
