html,
body {
    height: 100%;
}

body {
    font-family: "Noto Sans JP";
    line-height: 1.6;
}

#hero {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hero.sukashi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/keyvisual_bg.png');
}

[contenteditable] {
    border: 2px dashed #000;
    outline: 0;
}

.editable {
    border: 2px dashed #000;
    outline: 0;
}

.fact-header p {
    border-bottom: 0;
    /* border-left: 0; */
    /* border-right: 0; */
}

._choice {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

._choice.theme-color {
    color: white;
}

._choice.theme-color h2 {
    color: white;
    border-color: white;
}

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}

.slick-dots {
    bottom: -50px !important;
}

.slick-slide {
    margin: 0 10px;
    /* 10px space between slides */
}

.slick-lick {
    margin: 0 -10px;
}

.vertical {
    writing-mode: vertical-lr;
    text-orientation: upright;
}