<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;
}
body {
    background-color: rgb(0, 0, 0);
}
#wrapper{
    min-width: 1280px;
}
/* top逕ｻ髱｢ */
p {
    font-family: serif;
}
.headerbox{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("img/top.png"); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: both;
}
.headerbox #logo {
    position: absolute;
    top: 0;
    left: 3vw;
    height: 30vh;
    animation-name: headShake;
    animation-name: flipInX;
    animation-duration: 2s;
    /* animation-delay: 2s; */
    animation-fill-mode: both;
}
.headerbox #master {
    position: absolute;
    bottom: 1vh;
    /* height: 80vh; */
    /* right: calc((100vw - 700px)/2.0 - 1vw); */
    left:  calc((100vw - 750px)/2.0 + 5vw);
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: both;
}
/* .animem {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
} */
/* #m2 {
    animation-delay: 2s;
} */
.headerbox&gt;p {
    position: absolute;
    writing-mode: vertical-rl;
    line-height: 3em;
    font-size: 25px;
    color: rgb(255, 251, 190);
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: both;
    text-shadow: 1px 1px 8px #fffed46e;
}
#lead {
    right: 11vw;
    top: 15vh;
}
#lead2 {
    top: 14vh;
    left: 23vw;
    animation-delay: 4s;
}
/* top逕ｻ髱｢ */
/* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ */
.navbar {
    position: fixed;
    bottom: 1vh;
    left: 3vw;
    z-index: 1000;
    animation-name: slideInUp;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.navbar ul {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    list-style: none;
}
.navbar ul li {
    width: 15vh;
    padding: 25px 0px;
    display: block;
    background-color: rgba(0, 0, 0, 0.678);
    margin: 5px 0px;
    text-align: center;
    transition-duration: 0.5s;
}
.navbar ul li:hover {
    background-color: rgba(53, 34, 34, 0.692);
}
.navbar ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-family: serif;
}
.ruby {
    font-size: 12px;
    color: gray;
}
/* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ */
/* 繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ */
.sectionbox{
    position: relative;
    width: 100%;
    height: 100vh;
}
.heading {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: 4vh;
    left: 3.5vw;
    font-size: 5vh;
    color: white;
    font-family: serif;
    opacity: 0;
}
.heading .ruby {
    color: rgba(185, 185, 185, 0.548);
    font-size: 3vh;
}
#opus .sectionbox {
    background-image: url("img/kabe3.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/* .thumbmenu {
    position: relative;
    background-color: rgba(240, 255, 255, 0.432);
    width: 85vw;
    height: 80vh;
} */
.thumbbox {
    position: absolute;
}
.thumbbox img {
    width: 100%;
    height: 100%;
}
#thumbworks1 {      /* 繧ｷ繝ｭ繝溘Α繧ｭ繧ｸ */ 
    left: 34vw;
    bottom: 7vh;
    /* width: 18vw; */
}
#thumbworks2 {      /* 闃ｱ蛹也ｲｧ*/
    left: 14vw;
    top: 15vh;
    /* width: 18vw; */
}
#thumbworks3 {      /*繧ｰ繝ｩ繧ｹ繧｢繧､*/
    left: 18vw;
    bottom: 18vh;
    /* width: 12vw; */
}
#thumbworks4 {      /*譛ｬ縺ｮ陌ｫ迪ｫ*/
    right: 10vw;
    bottom: 7vh;
    /* width: 25vw; */
}
#thumbworks5 {      /*繧｢繝弱�繝ｭ繧ｫ繝ｪ繧ｹ*/
    right: 28vw;
    bottom:30vh;
    /* width: 20vw; */
}
#thumbworks6 {       /*闢ｮ荳ｹ鬆�*/
    right: 5vw;
    top: 7vh;
    /* width: 23vw; */
}
.photoframe {
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: black;
    background-image: url("img/kabe3.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 2000;
}
.works {
    position: absolute;
    top: calc((100vh - 550px)/2.0);
    left: calc((100vw - 1000px)/2.0);
    width: 600px;
    height: 550px;
}
#works1,#works2,#works3,#works4,#works5,#setumei1,#setumei2,#setumei3,#setumei4,#setumei5,#setumei6 {
    opacity: 0;
}

.close {
    position: absolute;
    right: 50px;
    bottom: 50px;
    color: white;
}

.imagebox {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition-duration: 1s;
}
.text {
    position: absolute;
    width: 30vw;
    height: 450px;
    top: 5vh;
    bottom: 5vh;
    right: -36vw;
    color: rgb(255, 251, 190);
    text-shadow: 1px 1px 8px #fffed4b9;
    opacity: 0;
}
.worktitle {
    font-size: 25px;
    text-align: center;
}
.worksetumei {
    font-size: 20px;
    padding: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 2em;
    text-shadow: 0px 0px 15px #fffed463,  0px 0px 9px #fffed4;
}
#prevbutton {
    position: absolute;
    top: 45vh;
    right: calc(1000px + 10px + ( 100vw - 1000px )/2.0);
    color: white;
    font-size: 30px;
    cursor: pointer;
}
#nextbutton {
    position: absolute;
    top: 45vh;
    left: calc(600px + 10px + ( 100vw - 1000px )/2.0);
    color: white;
    font-size: 30px;
    cursor: pointer;
}
#access .sectionbox {
    background-image: url("img/access.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
#access .contents {
    flex-direction: column;
    position: absolute;
    left: 19vw;
    color: white;
    background-color: rgba(240, 255, 255, 0.082);
}
#sakka, #shop {
    display: flex;
    margin: 6vh;
    padding: 10px;
}
.linkp {
    font-size: large;
    margin: auto;
    padding: 15px;
    font-size: 25px;
    color: rgb(255, 251, 190);
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    text-shadow: 1px 1px 8px #fffed46e;
    /* background-color: rgba(0, 0, 0, 0.158);
    border-radius: 15px; */
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.mkanji {
    font-family: serif;
}
#shop .linklogo {
    padding-right: 55px;
}
.linklogo {
    height: 15vh;
    padding: 20px;
    cursor: pointer;
    transition-duration: 0.3s;
}
.linklogo:hover {
    opacity: 0.5;
}
#hoi {
    text-align: center;
    color: rgb(163, 162, 162);
    font-size: 17px;
    margin-bottom: 2vh;
}
/* 繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ */
.activate {
    animation: rotateInUpRight;
    /* animation: bounceInLeft; */
    animation-duration: 2s;
    animation-fill-mode: both;
    opacity: 1;
}
/* 
.activate2 {
    animation: flipInY;
} */

</pre></body></html>