.slider div.base {
    display: flex;
    height: 600px;
    width: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.slider div.base h2 {
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
}

.slider .slick-slide {
    height: 600px;
    width: 100%;
}

#contentstop .kaikan span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 3px 0;
    text-transform: uppercase;
}

#contentstop .kaikan {
    padding: 17px 14px 15px;
}

.footmenu ul.en {
    display: table;
    width: 100%;
    line-height: 2;
}

.footmenu ul.en li:first-child {
    width: 40%;
}

.footmenu ul.en li:last-child {
    width: 15%;
}

.footmenu ul.en li {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    font-size: 0.9rem;
}

.footlogo h1 {
    color: #333;
    font-size: 1.14rem;
    font-weight: bold;
}