

/* 各スライドの設定 --------------------------------------------------- */

/* スライド3 */
#KeyVisual .Slide3 .Photo1 {
position: absolute;
left: 0;
top: -150px;
}

#KeyVisual .Slide3 .LeadUnit {
position: absolute;
left: 0;
top: 400px;
}

/* スライド5 */
#KeyVisual .Slide5 .LeadUnit {
position: absolute;
left: 10px;
top: 250px;
}

#KeyVisual .Slide5 .Photo2 {
position: absolute;
top: 80px;
Right: 50px;
}

#KeyVisual .Slide5 .Photo1 {
position: absolute;
top: 280px;
Right: 50px;
}

/* スライド1 */
#KeyVisual .Slide1 .LeadUnit {
position: absolute;
left: 0;
top: 200px;
}

/* スライド2 */
#KeyVisual .Slide2 .LeadUnit {
position: absolute;
top: 210px;
right: 0;
}

#KeyVisual .Slide2 .Photo1 {
position: absolute;
top: 190px;
left: 0;
}

/* ▼ 以下は通常変更しない */

/* 基本設定 --------------------------------------------------- */

#KeyVisual {
width: 100%;
height: 640px;
margin-bottom: 80px;
overflow: hidden;
}

#KeyVisual .Slide {
width: 100%;
height: 640px;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}

/* ボックス --------------------------------------------------- */

#KeyVisual .BoxWrap {
position: relative;
width: 1050px;
height: 100%;
margin: 0 auto;
}

/* リード デフォルト --------------------------------------------------- */

#KeyVisual .Lead1 {
font-size: 22px;
color: #fff;
}

#KeyVisual .Lead2 {
margin-bottom: 15px;
font-size: 70px;
line-height: 0.9em;
color: #fff;
}

#KeyVisual .Lead3 {
margin-bottom: 20px;
line-height: 1.6em;
font-weight: 300;
color: #fff;
}

