<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}

html,body{
    overflow: hidden
  }


#loading{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: skyblue;
    z-index: 10000;
    text-align: center;

} */

#loading img{
    position: absolute;
    top: 200px;

}
#page{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #b0c4de;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.topimg{
    position: relative;
    margin-top: 10px;
    animation: tada 1s;
    animation-delay: 5.2s;
}

.pbox{
    position: relative;
    width: 100vw;
    height: 300px;
    align-items: center;
}

.pbox h1{
    color: white;
}

#shape{
    position: absolute;
    top: 700px;
    left: 300px;
}

.headerbox{
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.headerbox h1{
    font-family: 'Zen Maru Gothic', sans-serif;
}

 .nagaremozi{
    position: relative; 
    top: 0px;
    text-align: center;
    background-color: azure;
    height: 30px;
    color: cornflowerblue;
    padding-top: 10px;
} 
.nagaremozi p {
    position: absolute;
    width: 300px;
    animation: textflow 10s linear  0s infinite;
}

@keyframes textflow {
    0%{
        left: calc(100vw);
    }
    100%{
        left: -300px;
    }
}
    
.navbar{
    position: fixed;
    top: 550px;
    margin: 0;
    padding: 0;
    z-index: 1000;
    justify-content: center;
    list-style: none;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbox{
    justify-content: center;
    align-items: center;
}

.navbar ul{
    display: flex;
    list-style: none;
    justify-content: center;
}

.navbar ul li{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: inherit;
    color: white;
    font-family: 'Zen Maru Gothic', sans-serif;
    width: 150px;
    margin: 10px 20px 0px 20px;
    border-radius: 20px;
    background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.navbar a{
    text-decoration: none;
    color: white;
    color: inherit;
}

.sectionbox {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #b0c4de;
    flex-direction: column;
    justify-content: start;
}

.sectionbox h1{
    font-family: 'Zen Maru Gothic', sans-serif;
}

.sectionbox h2{
    font-family: 'Zen Maru Gothic', sans-serif;
}

#setumei p{
    filter: opacity(50%);
}

.syasinmenu{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    height: 500px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}


.thumbbox{
    margin: 0px 50px 0px 50px;
    cursor: pointer;
    filter: grayscale(70%);
    transition-duration: 1s;
}

.thumbbox:hover{
    filter: grayscale(0%);
    transition-duration: 1s;
}
.rogobox:hover{
    animation: zoomIn 1s;
}

.syasinwaku{
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: #5f9ea0;
    z-index: 2000;
}

.photo{
    position: absolute;
    top: calc((100vh - 400px)/2.0);
    left: calc((100vw - 400px)/2.0);
    width: 500px;
    height: 550px;
    overflow: hidden;
}


.imgsetumei{
    position: relative;
    width: 400px;
    top: 400px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.55)
}

#photo1{
    opacity: 0;
}

#photo2{
    opacity: 0;
}

#photo3{
    opacity: 0;
}

#photo4{
    opacity: 0;
}

#photo5{
    opacity: 0;
}


.imgbox{
    position: absolute;
    opacity: 1;
    cursor: pointer;
}

.imgbox:hover{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.imgbox0{
    position: absolute;
    opacity: 1;
    cursor: pointer;
}

.imgbox0:hover{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.imgbox1{
    position: absolute;
    opacity: 1;
    cursor: pointer;
}

.imgbox1:hover{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.imgbox2{
    position: absolute;
    opacity: 1;
    cursor: pointer;
}

.imgbox2:hover{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.imgbox3{
    position: absolute;
    opacity: 1;
    cursor: pointer;
}

.imgbox3:hover{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.imgbox4{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.imgbox4:hover{
    opacity: 1;
    cursor: pointer;
}

.imgbox5{
    position: absolute;
    opacity: 1;
    cursor: pointer;
}

.imgbox5:hover{
    opacity: 0;
    cursor: pointer;
}

.imgbox6{
    position: absolute;
    opacity: 1;
    cursor: pointer;
}

.imgbox6:hover{
    opacity: 0;
    cursor: pointer;
}

.imgbox8{
    position: absolute;
    opacity: 1;
    cursor: pointer;
}

.imgbox8:hover{
    opacity: 0;
    cursor: pointer;
}


.imgbox7{
    position: absolute;
    opacity: 1;
    cursor: pointer;
}

.imgbox7:hover{
    opacity: 1;
    cursor: pointer;
}


.close {
    position: absolute;
    right: 100px;
    bottom: 50px;
    color: white;
    z-index: 3000;
}

.close:hover{
    cursor: pointer;
    animation: flash 1s;
} 

#kyarasetumei{
    background-color: darkred;
}

#kyarasetumei h2{
    padding: 10px;
}

#workbox{
    display: flex;
    background-color: chocolate;
    flex-direction: row;
}

.sakusyabox{
    position: relative;
    display: flex;
    width: 70vw;
    height: 400px;
    background-color: wheat;
    border-radius: 30px;
    align-items: center;
    margin: 10px auto;
    padding: 20px;
    justify-content: space-around;
}

#sakusyaL{
    width: 100%;
    flex: 1;
    order: 0;
}

.sakusyaL img:hover{
    animation: jello 1s;
}

#sakusyaR{
    flex: 2;
    order: 1;
    width: 100%;
}




 a {
    text-decoration:none; 
    color: rgb(76, 124, 196);
}


#osirase .sectionbox{
    display: flex;
    background-color: #b0c4de;

}

.newsbox{
    display: flex;
    flex-direction: row;
}

.osiraseran{
    position: relative;
    display: block;
    margin: 30px auto;
    height: 400px;
    width: 45vw;
    padding: 20px;
    background-color: wheat;
    border-radius: 30px;
}

.osiraseran ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.osiraseran-nakami{
    position: relative;
    display: flex;
    list-style: none;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid crimson;
}

.f{
    border-top: 1px solid crimson;
}


.osiraseran-nakami h3{
    padding:0 20px 0 10px;
    color: crimson;
    padding-right: 30px;
}

.news{
    font-size: 15px;
    display: flex;
    margin-right: 15px;
    align-items: center;
}

.news2{
    position: relative;
    display: block;
    margin: 30px auto;
    height: 400px;
    width: 45vw;
    padding: 20px;
    background-color: wheat;
    border-radius: 30px;
}

#kouzi:hover{
        animation: bounce 1s;
}

.clam h3:hover{
        cursor: pointer;
}

.photoframe{
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: #5f9ea0;
    z-index: 3000;
}

.work{
    position:absolute;
    top:0px;
    left: calc((100vw - 300px)/2.0);
    width: 600px;
    height: 600px;
}

#works{
    opacity: 1;
}</pre></body></html>