/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin: 30px auto 0 auto;
    padding-bottom: 60px;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
    padding: 0 6%;
    box-sizing: border-box;
	left:0px;
	overflow:hidden;
}
.va-slice-1{
    background:#000 url(../images/ad_1.jpg) no-repeat center center/cover;
}
.va-slice-2{
    background:#000 url(../images/ad_2.jpg) no-repeat center center/cover;
}
.va-slice-3{
    background:#000 url(../images/ad_3.jpg) no-repeat center center/cover;
}

.va-title {
	color:#fff;
    margin: 0;
    padding: 0;
    position: relative;
}
.va-title span {
    font-size: 25px;font-size: 2.5rem !important;
    text-shadow: 0 0 0 3px #000;
    z-index: 10;
}
.va-slice-1 .va-title:after,
.va-slice-2 .va-title:after,
.va-slice-3 .va-title:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    font-family: Volvo Broad Small, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 150px;font-size: 15.0rem;
    text-transform: uppercase;
    opacity: 0.2;
}
.va-slice-1 .va-title:after{ content: "safety"; }
.va-slice-2 .va-title:after{ content: "design"; }
.va-slice-3 .va-title:after{ content: "performance"; }

.va-content{
	display:none;
}
.va-slice p{
    color:#fff;
}

.va-slice .btn-ad {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;font-size: 1.2rem;
    font-weight: 500;
}
.va-slice .btn-ad a {
    display: inline-block;
    padding: 0.5em 2em;
    text-align: center;
    text-decoration: none;
    margin: 0 0 4%;
    color:#000000;
    border: 1px solid #ffffff;
    background: #ffffff;
}


@media screen and ( max-width : 959px ) {

}

@media screen and ( max-width : 599px ) {
    .va-title span {
        font-size: 15px;font-size: 1.5rem !important;
    }
    .va-slice p {
        font-size: 12px;font-size: 1.2rem !important;
    }
    .va-slice-1 .va-title:after,
    .va-slice-2 .va-title:after,
    .va-slice-3 .va-title:after {
        font-size: 80px;font-size: 8.0rem;
    }
}