Commit a37acacb by o.kimura

TOPページ slickスライダーのセンター表示

parent b3458661
......@@ -837,6 +837,7 @@ body {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
}
.c-slide1 .slick-dots {
......@@ -1031,13 +1032,15 @@ body {
#movie-preview {
margin-top: 50px;
}
.top-mainvisual {
}
.top-mainvisual {}
.top-mainvisual__video {
height: auto;
padding: 0;
}
}
.top {
position: relative;
}
......@@ -1048,13 +1051,16 @@ body {
position: relative;
margin-top: -114px;
}
.page-top .c-nav-link1 {
color: #fff;
}
.page-top .c-header1-link1 {
color: #fff;
border: 2px solid #fff;
}
.page-top .top-mainvisual:before {
z-index: 1;
content: "";
......@@ -1069,13 +1075,11 @@ body {
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.page-top .top-mainvisual:before {
background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#1a000000',GradientType=0 );
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#1a000000', GradientType=0);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment