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

/* index繝壹�繧ｸ */
ul {
    list-style: none;
}
btn {
    cursor: pointer;
}
h1{
    font-size: 35px;
    color: #4C3121;
    ;
}

.headerbox {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color:white;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    z-index: 2;

}
.headerbox img{
    margin-top: 35vh;
    width: 100%;
    z-index: 2;
    animation-name: fadeIn;
    animation-duration: 5s;
    animation-fill-mode: both;
    z-index: 2;
}
  #menu {
    position:fixed;
    top:0;
    padding: 10px;
    background-color:rgba(255, 255, 255, 0.9);
    width:100%;
    z-index: 1;
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-fill-mode: both;
  }
  
  .f-menu {
    list-style:none;
    display: flex;
    justify-content: center;
    margin-left: 50px;
    padding:5px;
  }
  .f-menu li{
    display: flex;
    padding: 15px;
    text-decoration:none;
  }
  .f-menu a{
    text-decoration: none;
    text-align: center;
    margin: 0 10px;

  }
.f-menu span{
    transition-duration: 0.5s;
    color:gray;
    ;
}
.f-menu span:hover{
    color: #6fc68d;
}

.navbar img{
    position: absolute;
    vertical-align:top;
    top: 1vw;
    display: flex;
    margin-left: 3vw;
    animation-name: fadeIn;
    animation-duration: 5s;
    animation-fill-mode: both;
    z-index: 2;
    /* width: 25%; */
}
.navbar{
    width: 850px;
    height: 150px;
}
.navbar ul{
    position: absolute;
    /* width: 500px; */
    /* height: 70px; */

    top: 0px;
    right: -25px;
    display: flex;
    justify-content: flex-end;
    margin: 10px;
    margin-top: 4vh;
    margin-right: 5vw;
    margin-left: 40vw;
    animation-name: fadeIn;
    animation-duration: 5s;
    animation-fill-mode: both;
    z-index: 3;

}
.navbar a{
    text-decoration: none;
    padding: 0px 13px;
    font-size: 17px;
}
.navbar span{
    transition-duration: 0.5s;
    color:#6F492A;
    ;
}
.navbar span:hover{
    color: #AC8E63;
}


.top{
    text-align: center;
}
.top&gt;img{
    vertical-align:top;
}

.news{
    padding:10vh 0vw;
    text-align: center;
    background-color: #DAE6DE;
}
.news h1{
    font-family: 'Kiwi Maru', serif;
}
.newsbox{
    display: flex;
    justify-content: space-evenly;
    padding: 5px 10vw;
}
#news1,#news2,#news3,#news4{
    cursor: pointer;
}

.story{
    position: relative;
    padding: 10vh 0vw;
    text-align: center;
    background-color: #DAE6DE;

}
.story h1{
    padding-top: 15vh;
    font-family: 'Kiwi Maru', serif;
}
.story p{
    color: #4C3121;
    line-height: 3;
}
#storytext{
    text-align: center;
    font-size: 18px;
    margin: 5vh;
}

.character{
    padding-top: 10vh;
    padding-bottom: 15vh;
    text-align: center;
    background-color: #DAE6DE;
    width: 100%;
}
.character h1{
    font-family: 'Kiwi Maru', serif;
    margin-bottom: 10vh;
}
.character&gt;.charamenu{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.iconbox{
    display: flex;
    justify-content: center;
    margin: 0px 25px;
    cursor: pointer;
    transition-duration: 0.5s;   
}
.characterintro{
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
}
.intro{
    position: absolute;
    top: calc((100vh - 500px)/2.0);
    left: calc((100vw - 900px)/2.0);
    width: 1000px;
    height: 550px;
}
.intro1,.intro2,.intro3,.intro4,.intro5,.intro6{
    opacity: 0;
}

.introbox{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
}

#charactericon{
    display: flex;
    justify-content: space-evenly;
    margin: 0 10vw;
    cursor: pointer;
}
.close{
    position: absolute;
    right: 50px;
    bottom: 50px;
    color: white;
    background-color: #4A4238;
    padding: 10px;
    border-radius: 10px;
    transition-duration: 0.5s;
    cursor: pointer;
}
.close:hover{
    position: absolute;
    color: black;
    background-color: white;

}


.system{
    padding: 12vh 0vw;
    text-align: center;
    background-color: #DAE6DE;
}
.system h1{
    font-family: 'Kiwi Maru', serif;
    margin-bottom: 2.5vh;
}
.system p{
    color: #4C3121;
    line-height: 2;
    margin-bottom: 5vh;
}

#systembox{
    display: flex;
    justify-content: space-evenly;
}

.products{
    padding: 15vh 0vw;
    text-align: center;
    background-color: #DAE6DE;
}
.products h1{
    font-family: 'Kiwi Maru', serif;
    margin-bottom: 10vh;
}
#productsbox{
    margin-bottom: 3vh;
}

footer{
    background-color: #4C3121;
    color: white;
    width: auto;
    height: auto;
    padding-bottom: 20px;
}
footer&gt;p{
    text-align: center;
    font-size: 12px;
}
.footermenu{
    font-size: 13px;
}
.footermenu&gt;ul{
    display: flex;
    justify-content: center;
}
.footermenu a{
    text-decoration: none;
    padding: 5px 20px;
    background-color:#6F492A;
    border-radius: 25px;
    margin: 20px 5px;
    transition-duration: 0.5s;
}
.footermenu a:hover{
    background-color:#AC8E63;
}
.footermenu span{
    color: white;
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
.displayed{
    animation: fadeUp 1s forwards;
  }

  @keyframes fadeUp{
    0%{opacity:0; transform: translateY(0);}
  100%{opacity:1; transform: translateY(-100px);}
  }

/* buy繝壹�繧ｸ */
#sectionbox{
    height: 100vh;
    text-align: center;
    background-color: #DAE6DE;
}
#sectionbox h1{
    padding-top: 7vh;
    padding-bottom: 3vh;
}
#sectionbox p{
    margin-bottom: 8vh;
    color: #4C3121;
    line-height: 2;
}
#sectionbox a{
    text-decoration: none;
}
#top-page{
        padding: 7px 25px;
        background-color:#6F492A;
        color: white;
        border-radius: 25px;
        transition-duration: 0.5s;
    }
#top-page:hover{
        background-color:#AC8E63;
    }
    </pre></body></html>