<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* desktopsize */
.thelazy {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 80px;
    margin-top: 150px;
    background-color: #D0CECE;
}

/* photolayout */
.thelazylayout {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);

}

.inner400 {
    margin-top: 60px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.inner400R {
    margin-top: 60px;
    max-width: 400px;
    margin: 0 0 0 auto;
}

.inner400L {
    margin-top: 60px;
    max-width: 400px;
    margin: 0 auto 0 0;
}

.inner500 {
    margin-top: 80px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.inner650 {
    margin-top: 60px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.inner650R {
    margin-top: 60px;
    max-width: 650px;
    margin: 0 0 0 auto;
}

.inner650L {
    margin-top: 60px;
    max-width: 650px;
    margin: 0 auto 0 0;
}


.inner900 {
    margin-top: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.inner800R {
    margin-top: 60px;
    max-width: 800px;
    margin-left: auto;
    margin: 0 0 0 auto;
}

.inner800L {
    margin-top: 60px;
    max-width: 800px;
    margin-left: auto;
    margin: 0 auto 0 0;
}

/* photomove_new */
.fadeslide {
    height: 1125px;
    overflow: hidden;
    position: relative;
}

/* imgのみ */
.item1 {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 6s 0s infinite;
    animation: anime 6s 0s infinite;
}

.item1:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.item2 {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 6s 0s infinite;
    animation: anime 6s 0s infinite;
}

.item2:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}




/* ふわっとアニメーション */
@keyframes anime {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* font_moive */
.fadefont {
    position: relative;
    width: 340px;
    height: 150px;
    overflow: hidden;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
}

.fadefont div {
    position: absolute;
    top: 50px;

}

.fadefont div:nth-of-type(1) {
    animation: fadefont 6s 0s infinite both;
    z-index: 2;
}

.fadefont div:nth-of-type(2) {
    animation: fadefont 6s 3s infinite both;
    z-index: 1;
}



@keyframes fadefont {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* font*/
.lazy_name {
    text-align: left;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: 40px;
}

.lazy_base {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
    text-align: center;
}

.lazy_last {
    font-family: "Yu Mincho", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    font-size: 30px;
    text-align: center;
}



.basefont {
    text-align: left;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    font-size: 18px;
    margin-top: 10px;
}

.basefont2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
}

.basefont3 {
    margin-top: 80px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
}

.handfont {
    margin-top: 100px;
    text-align: center;
    font-family: "Bradley Hand ITC", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
}

.fade_font {
    text-align: center;
    font-family: "Yu Mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: 35px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

/* line */
.line {
    margin-right: calc(50% - 50vw);
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #000000;
    margin-left: 200px;
}

/* itemlayout */
.itemlayout {
    display: flex;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 80px
}

/* profile */
.color_lazy {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

/* baclground */
.background {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* url */
.moreLinkText {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.videoWrap {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.videoWrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}</pre></body></html>