@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

#controls-carousel {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}

.top-en {
    font-family: 'Pacifico', cursive;
    font-size: 98px;
}

.bg-color01 {
    background-color: #e6beae;
}

.btn_style01 {
    background-color: #e6beae;
    border-radius: 6px;
    justify-content: center;
    overflow: visible;
    padding: 8px 20px;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 3px solid #555555;
    border-radius: 3px;
    background-color: white;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    border: solid #F44336;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 8px;
    border-radius: 3px 0 3px 3px;
}

.title_01 {
    font-size: 1.875rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.title_02 {
    font-size: 1.875rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #ffffff;
}