@charset "utf-8";
/* ************************************************** 
Name: top.css
Description: Top Page only CSS
Create: 2017.12.25
Update: -
Copyright 2017 Hitachi ICT business Services, Ltd.
***************************************************** */ 

/* [T] トップページ　モジュール
=========================================================================================== */
/* --- [T1] メインビジュアル　スライダー --- */
.branding-image1{ background-image: url("/top/css/image/branding-image_1.jpg");}
.branding-image2{ background-image: url("/top/css/image/branding-image_2.jpg");}
.branding-image3{ background-image: url("/top/css/image/branding-image_3.jpg");}
.branding-image4{ background-image: url("/top/css/image/branding-image_4.jpg");}
@media screen and (max-width: 600px){
.branding-image1{ background-image: url("/top/css/image/branding-image_1_sp.jpg");}
.branding-image2{ background-image: url("/top/css/image/branding-image_2_sp.jpg");}
.branding-image3{ background-image: url("/top/css/image/branding-image_3_sp.jpg");}
.branding-image4{ background-image: url("/top/css/image/branding-image_4_sp.jpg");}
}

.brandingset{
	background-repeat: no-repeat;
	background-size: 100%;
	height: auto;
	width: 100%;
}
.brandingset:after{
	content: "";
	display: block;
	padding-top: 40%;
}
@media screen and (max-width: 600px){
	.brandingset:after{
	padding-top: 80%;
	}
}
.branding-textset{
	width: 1000px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 1021px) {
	.branding-textset{
	width: 100%;
	}
}
.branding-text-large{
	position: absolute;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.8;
    letter-spacing: 0.2em;
}

/* ブランディング画像別テキスト設定 */
.branding-image1 .branding-text-large {
	top: 18%;
	left: 50%;
}
.branding-image2 .branding-text-large {
	top: 8%;
	left: 50%;
	color: #222;
}
.branding-image3 .branding-text-large {
	top: 15%;
	width: 100%;
	color: #222;
	text-align: center;
	text-shadow: 0.5px 0.5px 0 rgba(255,255,255,1),
	 0.5px -0.5px 0 rgba(255,255,255,1),
	 -0.5px 0.5px 0 rgba(255,255,255,1), 
	 -0.5px -0.5px 0 rgba(255,255,255,1);
}
.branding-image4 .branding-text-large {
	top: 8%;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 1021px) {
.branding-text-large{
	font-size: 1.8rem;
	line-height: 1.5;
    letter-spacing: 0.3em;
}
.branding-image2 .branding-text-large {
	padding:0 5% 0 0;
}
}
@media screen and (max-width: 600px){
.branding-image1 .branding-text-large,
.branding-image2 .branding-text-large,
.branding-image3 .branding-text-large,
.branding-image4 .branding-text-large{
	top: 0;	
	left: 5%;
	padding:5% 0 0;
	text-align: left;
    letter-spacing: 0.26em;
	width: 100%;
	text-shadow: none;
}
.sp{
	display: block;
  }
}

/* テキストアニメーション */
.slick-active .branding-text-large{
  animation: slideTextFade 1.75s ease 0s 1 normal;
  -webkit-animation: slideTextFade 1.75s ease 0s 1 normal;
}
@-webkit-keyframes slideTextFade{
  0%{
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slideTextFade{
  0%{
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

/* 印刷用ブランディング画像 */
.branding-pr{
	display: none;
}

/*  スライダー ページネーションー  */
.branding-slick-controlerset{
	position: relative;
}
.branding-slick-controler{ 
	bottom: 114px;
	display: flex;
	-webkit-justify-content: center;
  	justify-content: center;
	left: 50%;
	margin-bottom: 15px;
	position: absolute;
	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
	z-index: 2;
}
@media screen and (max-width: 1021px){
	.branding-slick-controler{
		bottom: 0px;	
	}
}

.branding-slick-controler .slick-dots{
	display: flex;
    justify-content: space-between;
	width: 130px;
}

.branding-slick-controler .slick-dots li{
	cursor: pointer;
	display: inline-block;
	margin: 12px 20px 0 0;
	padding: 0;
	position: relative;
	width: 15px;
}

.branding-slick-controler .slick-dots li button{
	background-color: transparent;
	border: 0 none;
	font-size: 0;
	height: 5px;
    width: 20px;
}

.branding-slick-controler .slick-dots li button:before{
	background-color: #fff;
	content: "";
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 5px;
    left: 0px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0px;
	width: 20px;
}
.branding-slick-controler .slick-dots li button:focus{
	outline: solid 1px orange;
}

.branding-slick-controler .slick-dots li.slick-active button:before{
	background-color: #01418f;
}


/*  スライダー （停止/再生）ボタン  */
.branding-slick-controler .slick-auto .tglbtn{
	background: transparent none repeat scroll 0 0;
	border:0 none;
	color: transparent;
	cursor: pointer;
	margin: 0;
	outline: medium none;
}

.branding-slick-controler .slick-auto .tglbtn span{
	display: block;
}
.branding-slick-controler .slick-auto .tglbtn .stopbtn{
	background-image:url("image/rotation_stop.svg");
	background-position: left top;
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
}

.branding-slick-controler .slick-auto .tglbtn .startbtn{
	background-image: url("image/rotation_play.svg");
    background-position: left top;
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
}
.branding-slick-controler .slick-auto .tglbtn:hover,
.branding-slick-controler .slick-auto .tglbtn:active{
	opacity:0.7;
}
.branding-slick-controler .slick-auto .tglbtn:focus{
	border: solid 1px orange;
}
