.l-header-menu-drop {
transform: translateY(-100%) !important;
}
.l-header-menu-drop.sticky-menu {
transform: translateY(-100%) !important;
}
.l-header-menu-drop.sticky-menu-child {
transform: translateY(0) !important;
}
.iick-front-slider-sect {
background-color: #f0f0f0;
padding: 3rem 0;
}
.iick-front-slider-container {
margin: auto;
position: relative;
}
@media (min-width: 960px) {
.iick-front-slider-container {
width: calc(960px - 32px);
}
}
@media (min-width: 1200px) {
.iick-front-slider-container {
width: calc(1212px - 32px);
}
}
.iick-front-slider-panel {
margin: 0 8px;
outline: none !important;
}
@media (min-width: 960px) {
.iick-front-slider-panel {
margin: 0 15px;
}
}
.iick-front-slider-panel a,
.iick-front-slider-panel a:focus,
.iick-front-slider-panel a:active {
color: #000;
outline: none !important;
}
.iick-front-slider-fig {
margin-bottom: 10px;
width: 100%;
height: 0;
overflow: hidden;
padding-top: calc((9 / 16) * 100%);
position: relative;
}
.iick-front-slider-fig img {
vertical-align: top;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
}
.iick-front-slider-title {
font-weight: normal;
font-size: 1rem;
}
.news-ticker-container {
margin: 1rem 0 2rem;
}
@media (min-width: 960px) {
.news-ticker-container {
margin: 1rem 0 4rem;
}
}
.news-ticker {
border: 1px solid #009144;
height: 40px;
background-color: #fff;
display: flex;
width: calc(100% - 32px);
margin: 0 auto;
font-size: 0.9rem;
}
@media (min-width: 768px) {
.news-ticker {
max-width: 1180px;
}
}
.news-ticker .news-ticker__label {
background-color: #009144;
color: #fff;
font-weight: bold;
height: calc(40px - 2px);
line-height: 40px;
text-align: center;
padding: 0 0.5rem;
white-space: nowrap;
}
.news-ticker .news-ticker__list {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.news-ticker .news-ticker__item {
width: 100%;
height: 100%;
position: absolute;
background-color: #fff;
left: 0;
top: 0;
transform: translateY(100%);
}
.news-ticker .news-ticker__item.is-current {
transition: transform 0.25s;
transform: translateY(0);
z-index: 1;
}
.news-ticker .news-ticker__item.is-animating {
z-index: 2;
}
.news-ticker .news-ticker__item > span {
position: absolute;
height: 100%;
}
.news-ticker .news-ticker__item > span a, .news-ticker .news-ticker__item > span span {
display: block;
height: 100%;
white-space: nowrap;
line-height: 40px;
padding: 0 1em;
}
.news-ticker .news-ticker__item > span a {
color: #000;
}
.news-ticker .news-ticker__item > span a:hover {
color: #009144;
}
.news-ticker__pn {
display: flex;
justify-content: center;
margin-top: 1.5rem;
}
.news-ticker__pn > * {
border: none;
background: none;
width: 8px;
height: 8px;
border-radius: 8px;
background-color: #ccc;
margin: 0 10px;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
cursor: pointer;
}
@media (min-width: 960px) {
.news-ticker__pn > * {
margin: 0 8px;
}
}
.news-ticker__pn > *.is-current {
background-color: #00914b;
cursor: initial;
}