<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vast+Shadow&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
}
h1{
  text-align: center;
  color: #ffffff;
  font-size: 100px;
  margin: 30px;
  animation-name: backInRight;
  animation-duration: 3s;
  animation-fill-mode: both;
  text-shadow:2px 0px 10px #8f8f8f;
}
h2{
    text-align: center;
    color: #ffffff;
    font-size: 100px;
    margin-bottom: 10px;
    text-shadow:2px 0px 10px #8f8f8f;
  }
h3{
  text-align: right;
  color: #ffffff;
  font-size: 35px;
  margin-top: 10%;
  margin-right: 20%;
  animation-name: fadeInLeft;
  animation-duration: 3s;
  animation-fill-mode: both;
  text-shadow:2px 0px 10px #8f8f8f;
}
h4{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 100px;
    text-shadow:2px 0px 10px #8f8f8f;
  }
h5{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 700px;
    animation-name: fadeInLeft;
    animation-duration: 3s;
    animation-fill-mode: both;
    text-shadow:2px 0px 10px #8f8f8f;
  }
p{
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 100px;
  text-shadow:2px 0px 10px #8f8f8f;
}
p:hover{
    font-size: 30px;
    transition: 1s;
  }

a:hover{
    font-size: 30px;
    transition: 0.5s;
  }

img{
    max-width: 100%;
}

.headerbox {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("top_img.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    animation-name: fadeInDown;
    animation-duration: 3s;
    animation-fill-mode: both;
}

.headerbox #logo{
    position: absolute;
    top: 50vh;
    left: 60vw;
    fill: white;
    height: 40px;

}
.headerbox #lead{
    position: absolute;
    top: 55vh;
    left: 60vw;
    color: white;
    font-size: 18px;
}

.navbar {
    position: fixed;
    top:0px;
    right: 0px;
    z-index: 1000;
}
.navbar ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}
.navbar ul li {
    width: 150px;
    padding: 5px;
    display: block;
    background-color:rgba(255,255,255,0.5);
    margin: 0px 1px;
    text-align: center;
}
.navbar ul li a {
    text-decoration: none;
    color: black;   
}
.sectionbox {
    position: relative;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
}
/*繝励Ο繝輔ぅ繝ｼ繝ｫ縺ｨ縺九�隕句�縺�*/
.heading{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: white;
}
#profile .sectionbox {
    background-image: url("profile_img.png");
    background-size: cover;
    background-position: center;   
}
#profile .contents{
    position: absolute;
    top: 30vh;
    left: 70vw;
    color: white;
}
#portfolio .sectionbox {
    background-image: url("portfolio_img.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;   
}
#recording .sectionbox {
    background-image: url("recording_img.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;   
}

/*繝昴�繝医ヵ繧ｩ繝ｪ繧ｪ縺ｮ蜀咏悄險ｭ螳�*/
.thumbmenu{
    position: absolute;
    display: flex;
    top: calc(50vh - 100px);
    width: 100%;
    height: 230px;
    justify-content: space-evenly;
    align-items: center;
}
.thumbbox{
    cursor: pointer;
    margin: 5px;
}
.thumbbox:hover{
    transform: scale(1.2);
    transition-duration: 0.5s;
}
.photoframe{
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: black;
    z-index: 2000;
}
.portfolio{
    position: absolute;
    top: calc((100vh - 550px)/2.0);
    left: calc((100vw - 1000px)/2.0);
    width: 1000px;
    height: 550px;
}
#works1{
    opacity: 0;
}
#works2{
    opacity: 0;
}
#works3{
    opacity: 0;
}
#works4{
    opacity: 0;
}
#works5{
    opacity: 0;
}
.imagebox{
    position: absolute;
    top: 20%;
    left: 40%;
    width: 350px;
    height: 25px;
    opacity: 0;
}
#prevbutton{
    position: absolute;
    top: 45vh;
    right: calc(1000px + 10px + ( 100vw - 1000px )/2.0);
    color: white;
    font-size: 24px;
    cursor: pointer;
}
#nextbutton{
    position: absolute;
    top: 45vh;
    left: calc(1000px + 10px + ( 100vw - 1000px )/2.0);
    color: white;
    font-size: 24px;
    cursor: pointer;
}
.close{
    position: absolute;
    right: 50px;
    bottom: 50px;
    color: red;
    cursor: pointer;
}

/*縺ｲ縺｣縺上ｊ霑斐☆*/
.flxcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
figure.gazo-box {
float: left;
padding-top: 100px;
padding-right: 20px;
}

#container1,#container2,#container3,#container4,#container5,#container6 {
    position: relative;
    margin:10px;
    padding:0px;
    display: flex;
    align-items: center;
    width: 150px;
    height:150px;
  }
  
  #box1,#box2,#box3,#box4,#box5,#box6 {
    position: absolute;
    
    width:100%;
    height:100%;
    background-color: gray;
    transition-duration: 1s;
  }
  .flip {
    transform-origin: center center;
    transform: perspective(500px) rotateY(180deg);
  }
  #cover1,#cover2,#cover3,#cover4,#cover5,#cover6 {
    position: absolute;
  
    width:100%;
    height:100%;
    opacity:0;
    z-index: 100;
  }
  
  #boxfront1,#boxfront2,#boxfront3,#boxfront4,#boxfront5,#boxfront6 {
    position:absolute;
    
    z-index:10;
    opacity:1;
    transition-delay: 0.25s;
    transition-duration: 0.75s;
  }
  
  #boxback1,#boxback2,#boxback3,#boxback4,#boxback5,#boxback6 {
    position:absolute;
    top:0px;
    left:0px;
    z-index:20;
    opacity:0;
    transition-delay: 0.25s;
    transition-duration: 0.75s;
  }
  


#contact .sectionbox {
    background-image: url("contact_img.png");
    background-size: cover;
    background-position: center;   
    background-attachment: fixed;
}
#contact .contents{
    position: absolute;
    top: 30vh;
    left: 70vw;
    color: white;
}
input {
    width: 200px;
    height: 50px;
    text-align: center;
}
textarea {
    width: 400px;
    height: 100px;
    text-align: center;
}
label {
    font-weight:bold;
}
input[type="submit"] {
    background-color: black;
    font-size:25px;
    color:white;
    border: none;
 }
.activate {
    animation-name: rotateIn;
    animation-duration: 5s;
    position: absolute;
    left: 50%;
    }

    .open {
        cursor:pointer; /* 繝槭え繧ｹ繧ｪ繝ｼ繝舌�縺ｧ繧ｫ繝ｼ繧ｽ繝ｫ縺ｮ蠖｢迥ｶ繧貞､峨∴繧九％縺ｨ縺ｧ縲√け繝ｪ繝�け縺ｧ縺阪ｋ隕∫ｴ�縺�縺ｨ繧上°繧翫ｄ縺吶＞繧医≧縺ｫ */
    }
    #pop-up1,#pop-up2,#pop-up3,#pop-up4,#pop-up5,#pop-up6 {
        display: none; /* label 縺ｧ繧ｳ繝ｳ繝医Ο繝ｼ繝ｫ縺吶ｋ縺ｮ縺ｧ input 縺ｯ髱櫁｡ｨ遉ｺ縺ｫ */
        height: 640px;
    }
    .overlay {
        display: none; /* input 縺ｫ繝√ぉ繝�け縺悟�繧九∪縺ｧ縺ｯ髱櫁｡ｨ遉ｺ縺ｫ */
    }
    #pop-up1:checked + .overlay {
        display: block;
        z-index: 9999;
        background-color: #00000070;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    }
    #pop-up2:checked + .overlay {
        display: block;
        z-index: 9999;
        background-color: #00000070;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    }
    #pop-up3:checked + .overlay {
        display: block;
        z-index: 9999;
        background-color: #00000070;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    }
    
    #pop-up4:checked + .overlay {
        display: block;
        z-index: 9999;
        background-color: #00000070;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    }
    #pop-up5:checked + .overlay {
        display: block;
        z-index: 9999;
        background-color: #00000070;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    }
    #pop-up6:checked + .overlay {
        display: block;
        z-index: 9999;
        background-color: #00000070;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    }
    .window {
        width: 90vw;
        max-width: 480px;
        height: 640px;
        background-color: #ffffff;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text {
        font-size: 18px;
        margin: 0;
    }
    .close {
        cursor:pointer;
        position: absolute;
        top: 4px;
        right: 4px;
        font-size: 20px;
    }</pre></body></html>