<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;
    
}

  
/* 蜈ｨ菴薙�險ｭ螳� */
.wrapper{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #bbb
}
.contents{
    display: flex;
}
#main{
    order: 0;
    width: 100%;
}
.sectionbox{
    position: relative;
    height: 100vh;
    width: 100%;  
}
.title{
    position: absolute;
    top: -2px;
    left: -2px;
    
}
.content{
    position: relative;
}

/* 繝医ャ繝励�險ｭ螳� */
.top-title{
    position: absolute;
    width: 620px;
    top: 45vh;
    left: -4px;
    animation: fadeInLeft 2s ease ;
}
.top{
    background-image: url(img/open.png);
    background-size: cover;
    background-attachment: fixed;
}

/* 繝翫ン縺ｮ險ｭ螳� */

.menu-btn {
    position: fixed;
    display: flex;
    height: 50px;
    width: 70px;
    border-radius: 5px 0 0 5px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(255, 139, 168);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
#menu-btn-check ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*繝｡繝九Η繝ｼ繧ｪ繝ｼ繝励Φ譎ゅ�逵溘ｓ荳ｭ縺ｮ邱壹ｒ騾乗�縺ｫ縺吶ｋ*/
}
.menu-btn span:before {
    bottom: 0;
    transform: rotate(45deg);
}
.menu-btn span:after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgb(255, 255, 255);/*繝｡繝九Η繝ｼ繧ｪ繝ｼ繝励Φ譎ゅ�逵溘ｓ荳ｭ縺ｮ邱壹ｒ騾乗�縺ｫ縺吶ｋ*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 8px;
    transform: rotate(0);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 8px;
    transform: rotate(0);

}
#menu-btn-check {
    display: none;
}

.nav_hov {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.nav_hov::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(255, 249, 180);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.nav_hov:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}
  
#sub{
    order: 1;
}
.navbar{
    z-index: 300;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 100%;
    background-color: rgba(255, 139, 168);
    transition-duration: 1s;
}
#tab{
    width: 40px;
    position: absolute;
    top: 0vh;
    left: -40px;
    font-size: 30px;
    text-align: left;
    
    cursor: pointer;
}
.navbar ul{
    display: flex;
    flex-direction: column;
    list-style: none;
}
.navbar ul li{
    width: 200px;
    height: 50px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 10px;
    
}
.navbar ul li a{
    text-decoration: none;
    color: antiquewhite;
    font-size: 23px;
    font-family: sans-serif;
    font-weight: bold;
}


/* 繝励Ο繝輔ぅ繝ｼ繝ｫ縺ｮ險ｭ螳� */
.name{
    color: rgb(138, 61, 33);
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 2vh;
    left: -2px;
}
#profile-title{
    width: 240px;
}
.profile{
    background-image: url(img/back1.png);
    background-size: cover;
    background-attachment: fixed;
}
#prof_contents{
    height: 400px;
    width: 800px;
    border-radius: 10px;
    background-color: rgba(191, 235, 249, 0.8);
    position: absolute;
    top: 23vh;
}
.prof-img{
    border-radius: 10px;
    position: absolute;
    left: 0px;
    top: 9vw;

}
.text{
    color: rgb(138, 61, 33);
    font-size: 15px;
    position: absolute;
    top: 9vw;
    left: 14vw;
    width: 500px;
    height: 200px;
    text-align: left;
}
.text p{
    padding: 5px;
}

/* 菴懷刀繝壹�繧ｸ縺ｮ險ｭ螳� */
.workmenu{
    background-image: url(img/work.png);
    background-size: cover;
    background-attachment: fixed;
    
}
#worksmenu-title{
    width: 240px;
}
#work_contents{
    height: 500px;
    width: 800px;
    border-radius: 10px;
    background-color: rgba(219, 252, 231, 0.8);
    position: absolute;
    top: 18vh;
}
.worktext{
    color: rgb(138, 61, 33);
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 3vh;
    
}
.thumb:hover{
    animation: pulse 0.5s;
}
#thumbmenu{
    position: relative;
    top: 10vh;
    left: -2px;
    width: 700px;
    height: 400px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    animation-duration: 1s;
    overflow: hidden;
}
.thumb{
    cursor: pointer;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.thumb&gt;img {
    border-radius: 10px;
}
figcaption {
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 150px;
    height: 50px;
    background: rgba(175, 231, 255, 0.749);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}
figcaption&gt;h3{
    padding: 5px;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: rgb(23, 106, 99);
}
.thumb:hover figcaption {
    opacity: 1;
  }
/* 繧ｹ繝ｩ繧､繝峨す繝ｧ繝ｼ縺ｮ險ｭ螳� */
.photoframe{
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: rgb(155, 238, 213);
    z-index: 500;
}
.works{
    position: absolute;
    top: calc((100vh - 480px)/2.0);
    left: calc((100vw - 640px)/4.0);
    width: 1000px;
    height: 550px;
}
.captions{
    position: absolute;
    background-color: aliceblue;
    border-radius: 10px;
    width: 300px;
    height: 450px;
    top: 15px;
    right: calc((100vw - 640px - 300px)/64);
    color: rgb(244, 137, 92);
}
.imagetitle{
    padding: 10px;
    font-size: 25px;
}
.imagetext{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}
#works1, #works2, #works3, #works4, #works5, #works6, #works7, #works8{
    opacity: 0;
}

.imagebox{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
#prevB{
    position: absolute;
    top: 45vh;
    right: calc(640px + 15px + (100vw - 640px)/4.0*3.0);
    font-size: 30px;
    cursor: pointer;
    color: rgb(70, 161, 154);
}
#nextB{
    position: absolute;
    top: 45vh;
    left: calc(640px + 15px + (100vw - 640px)/4.0);
    font-size: 30px;
    cursor: pointer;
    color: rgb(70, 161, 154);
}
#close{
    position: absolute;
    top: 0;
    left: 5vw;
    font-size: 60px;
    cursor: pointer;
    color: rgb(70, 161, 154);
}

/* 繧ｰ繝�ぜ縺ｨ繝｡繝�そ繝ｼ繧ｸ繝壹�繧ｸ縺ｮ險ｭ螳� */
.goods_message{
    height: 1000px;
    background-image: url(img/back2.png);
    background-size: cover;
    background-attachment: fixed;
}
#goods_message-title{
    width: 590px;
}
.subtitle{
    color: rgb(138, 61, 33);
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    
}

/* 繧ｰ繝�ぜ繝｡繝九Η繝ｼ */
#goods_contents{
    height: 280px;
    width: 800px;
    border-radius: 10px;
    background-color: rgba(213, 252, 255, 0.8);
    position: absolute;
    top: 10vh;
}
#goodsmenu{
    position: absolute;
    top: 7vh;
    left: 1vw;
    width: 500px;
    height: 300px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#goods_title{
    top: 1vh;
}
.goodsimg:hover{
    animation: pulse 0.5s;
    
}
.goodsimg{
    position: relative;
    border-radius: 10px;
}
.goodsS{
    position: absolute;
    border-radius: 10px;
    opacity: 0;
}
.goodsS1{
    opacity: 1;
}
.goods_text{
    width: 200px;
    color: rgb(138, 61, 33);
    font-family: sans-serif;
    position: absolute;
    top: 50%;
}


/* 繝｡繝�そ繝ｼ繧ｸ繝｡繝九Η繝ｼ */
#message_contents{
    height: 400px;
    width: 800px;
    border-radius: 10px;
    background-color: rgba(213, 252, 255, 0.8);
    position: absolute;
    top: 54vh;
}
#message-title{
    top: 1vh;
}
.message-text{
    color: rgb(138, 61, 33);
    font-family: sans-serif;
    position: absolute;
    width: 400px;
    top: 6vh;
}
#message-box{
    background-color: white;
    border-radius: 10px;
    width: 600px;
    position: relative;
    padding: 10px;
    top: 10vh;
    left: 1vw;
    box-shadow: 7px 7px 0 rgba(24, 104, 103, 0.262);
}

/* 蝠上＞蜷医ｏ縺� */
input,textarea{
    display: inline-flex;
    margin-bottom: 10px;
    background-color: rgba(255, 249, 180, 0);
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    border-bottom: dotted 5px rgb(138, 61, 33);
}

#soushin{
    top: 27vh;
    width: 150px;
}
button{
    width: 150px;
    height: 37px;
    border-radius: 10px;
    color: rgb(255, 249, 180);
    background-color: rgb(255, 164, 164);
    border: none;
    -webkit-appearance: none;
    box-shadow: 3px 3px 0 rgba(255, 218, 5, 0.605);
}
#submit:hover{
    cursor: pointer;
    animation: pulse 0.5s;
    background-color: rgb(255, 132, 132);
}


/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧｢繝九Γ */
.activate{
    opacity: 1;
    animation-name: bounce;
    animation-duration: 2s;
}
/* .activate1{
    opacity: 1;
    animation-name: bounceIn;
    animation-duration: 2s;
    animation-delay: 2s;
} */</pre></body></html>