@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');

/* CSS Document */
.slidertop {
    margin-top: 150px;
}


.contentbox {
    margin-bottom: 1000px;
}

.contentbox.slick-initialized {
    margin-bottom: 0;
}

.miteraslider {
    opacity: 0;
    transition: opacity .3s linear;
}

.miteraslider.slick-initialized {
    margin: 0 auto;
    width: 90%;
    opacity: 1;
}

.miteraslider li img {
    width: 100% !important;
    height: auto;
    border-radius: 40px;
}


ul {
    padding: 0;
    margin: 0;
}

.viewer_text {
    font-family: 'TsukuARdGothic-Regular', 'Hiragino Maru Gothic ProN', "Hiragino Sans", Meiryo, sans-serif;
    position: absolute;
    top: 15%;
    right: 5%;
    z-index: 102;
    font-weight: bold;
    font-size: 40px;
    color: #6a6a6a;
}

.viewer_text p:first-child {
    font-size: 40px;
    letter-spacing: 0.3em;
    line-height: 1.8em;
}

.viewer_text p:last-child {
    font-size: 22px;
    letter-spacing: 0.3em;
    line-height: 1.8em;
}

@media screen and (min-width:376px) and (max-width:767px) {
    .slidertop {
        margin-top: 11%;
    }

    .viewer_text {
        position: absolute;
        top: 22.5%;
        left: 8%;
    }

    .viewer_text p:nth-child(3),
    .viewer_text p:last-child {
        font-size: 14px;
        letter-spacing: 0.15em;
        line-height: 1.8em;
        margin-top: 5px;
    }

    .viewer_text p:first-child {
        font-size: 25.5px;
        letter-spacing: 0.24em;
        line-height: 1.6em;
    }
}

@media screen and (max-width: 375px) {
    .slidertop {
        margin-top: 11%;
    }
    .viewer_text {
        position: absolute;
        top: 22.5%;
        left: 5%;
    }

    .viewer_text p:nth-child(3),
    .viewer_text p:last-child {
        font-size: 17px;
        letter-spacing: 0.15em;
        line-height: 1.8em;
        margin-top: 5px;
    }

    .viewer_text p:first-child {
        font-size: 25.5px;
        letter-spacing: 0.24em;
        line-height: 1.3em;
    }
}