<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;
}
/* 繝医ャ繝� */
header{
    width: 100vw;
    height: 100vh;
}
.title{
    background-color: rgba(0, 255, 255, 0.717);
    text-align: center;
    color: white;
    width: 100vw;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    animation: fadeIn 1.5s ease 3s 1 normal backwards;
    font-family: 'Audiowide', cursive;

}
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
.titlebox{
    position: relative;
}
.background{
    width: 100%;
    height: 100vh;
    background: url(img/top2.jpg) no-repeat center / cover;
    animation: fadein 2.5s ease-out forwards;
    background-attachment: fixed;
}
  @keyframes fadein {
    0% {opacity: 0}
    100% {opacity: 1}
  }
/* 繧ｳ繝ｳ繝�Φ繝��菴� */
.mainbox{
    background: url(img/mainback.jpg) no-repeat center / cover;
}
.conttext{
    position: relative;
    text-align: center;
    align-items: center;
    font-size: 40px;
}
/* 繝励Ο繝輔ぅ繝ｼ繝ｫ */
.plofile{
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.plofilebox{
    background-color: rgba(0, 153, 255, 0.657);
    height: 500px;
    
}
.plfbox{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    top: 30px;
    width: 100vw;
}
.plof{
    text-align: center;
}
.plof img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.overview{
    text-align: center;
}
/* 菴懷刀 */
.contents{
    align-items: center;
    height: 120vh;
    visibility: inherit;
}
.contsbox{
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    width: 100vw;
    height: 600px;
    top: 30px;
    background-color: rgba(0, 153, 255, 0.657);
}
.worksbox{
    display: flex;
    justify-content: space-evenly;
    width: 100vw;
    height: 100vh;
}
.illustitem,.squareitem{
    width: 500px;
    height: 90vh;
}
.icon{
    position: relative;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.icons{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 10px;  
    border: 10px black;
}
.icons img{
    border-radius: 50%;
    border: 10px black;
}
.smallmenu{
    display: flex;
    visibility: hidden;
}
#popupBtn1,#popupBtn2{
    position: relative;
    background-color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 30px 30px 30px 30px;
    transition: 0.5s;
}
#popupBtn1:hover,#popupBtn2:hover{
    color: white;
    background-color: rgb(107, 156, 255);
    transition: 0.5s;
}
#thumbboxA1,#thumbboxA2,#thumbboxB1,#thumbboxB2{
    margin: auto;
    cursor: pointer;
    margin-top: 10px;
    list-style-type: none;
    text-align: center;
}
#thumbboxA1 img,#thumbboxA2 img,#thumbboxB1 img,#thumbboxB2 img{
    border-radius: 30px;
}


/* 繧ｹ繝ｩ繧､繝峨す繝ｧ繝ｼ  */
.photoframe{
    position: fixed;
    top:0px;
    left:-100vw;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 153, 255, 0.904);
    z-index: 500; 
}
.illust {
    position: absolute;
    top: calc((100vh - 600px)/2.0);
    left: calc((100vw - 600px)/2.0);
    width: 600px;
    height: 600px;
    background-color: aqua;
}
.imagebox{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#nextbutton{
    position: absolute;
    top: 45vh;
    left: calc( 800px + 5px + ( 100vw - 800px )/2.0 );
    color: black;
    font-size: 20px;
    cursor: pointer;
}
#prevbutton{
    position: absolute;
    top: 45vh;
    right: calc( 800px + 5px + ( 100vw - 800px )/2.0 );
    color: black;
    font-size: 20px;
    cursor: pointer;
}
#nextbutton:hover,#prevbutton:hover{
    color: black;
    background-color: white;
}
.close {
    position: absolute;
    right: 50px;
    bottom: 50px;
    color: black;
    cursor: pointer;
}
.close:hover{
    color: black;
    background-color: white;
}
    
/* 蝠丞粋縺帙Γ繝九Η繝ｼ */
.inqmenu{
    height: 300px;
    width: 100vw;
}
.inqmenubox{
    background-color: rgba(0, 153, 255, 0.657);
    text-align: center;
    height: 300px;
    top: 100px;
}
.inqtextbox{
    margin: 30px;
}
.inqbutton{
    position: relative;
    cursor: pointer;
    display: block;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 100vh;
    border-bottom: 7px solid #0686b2;
	background: white;
	color: #3b3b3b;
    transition: 0.5s;
    font-family: 'Kosugi Maru', sans-serif;
}
.inqbutton:hover{
    margin-top: 6px;
    border-bottom: 1px solid #0686b2;
	color: #fff;
    background: rgb(107, 156, 255);
}
/* 蝠丞粋縺� */
.inquiry{
    position: relative;
    width: 100vw;
    height: 110vh;
    background: url(img/inqback.jpg) no-repeat center / cover;
    animation: fadeIn 1.5s ease 1 normal backwards;
}
.inqbox{
    position: relative;
    align-items: center;
    margin: auto;
    width: 100vw;
    height: 630px;
    background-color: rgba(0, 153, 255, 0.657);
    top: calc((110vh - 630px)/2.0);
    font-size: 17px;
}
.textbox{
    position: relative;
    text-align: center;
    top: 20px;
}
.checkbox{
    display: flex;
    justify-content: center;
    color: white;
}
.check{
    justify-content: center;
    margin-right: 40px;
}
.textbox h2{
    font-size: 30px;
    margin: 5px;
}
.formbox{
    position: relative;
    text-align: center;
    top: 40px;
}
.formbox li{
    list-style-type: none;
    margin: 5px;
}
label&gt;input,textarea{
    width: 600px;
}
input[type="text"]{
    height: 25px;
}
input[type="submit"]{
    width: 500px;
    height: 25px;
    color: white;
    background-color: rgb(252, 129, 252);
    border:none;
    font-size: 17px;
}
input[type="submit"]:hover{
    color: black;
    border:none;
    background-color: white;
}
textarea{
    height: 120px;
}
.homeback{
    margin-top: 50px;
}
.homebutton{
    position: relative;
    cursor: pointer;
	text-align: center;
	text-decoration: none;
	width: 150px;
	margin: auto;
	padding: 1rem 1rem;
	border-radius: 100vh;
    border-bottom: 7px solid #0686b2;
	background: rgb(107, 156, 255);
	color: #fff;
    transition: 0.5s;
    font-family: 'Kosugi Maru', sans-serif;
}
.homebutton:hover{
    margin-top: 6px;
    border-bottom: 1px solid #0686b2;
	color: #3b3b3b;
    background: white;
}
/* 繝輔ャ繧ｿ繝ｼ */
footer{
    text-align: center;
    font-family: 'Audiowide', cursive;
    font-size: 25px;
    height: 30px;
}
footer{
    text-align: center;
    font-family: 'Audiowide', cursive;
    font-size: 25px;
}
a{
    text-decoration: none;
    top: 3px;
    cursor: pointer;
    color: black;
}
a:hover{
    color: aqua;
}
/* 繝｡繝九Η繝ｼ */
.navbar {
    position: fixed;
    bottom:0px;
    z-index: 1000;
    transition-duration: 0.5s;
    }
.navbar ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}
.navbar ul li {
    width: 150px;
    padding: 5px;
    display:block;
    background-color: rgb(38, 255, 255);
    margin: 0px 1px;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    animation: fadeIn 1.5s ease 3s 1 normal backwards;
}
.navbar ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
#tab {
        width: 30px;
        padding: auto 0px;
        display: block;
        background-color: rgb(3, 255, 255);
        margin: 0px;
        text-align: center;
        color: white;
        cursor: pointer;
}
#tab:hover{
    background-color:  rgb(60, 122, 255);
}
.navbar li:hover{
    background-color: rgb(101, 150, 255);
}

/* 譁�ｭ� */
.conttext{
    font-family: 'Quicksand', sans-serif;
    top: 20px;
    color: white;

}
h2{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: white;
    border-color: black;
}
h3,li,p{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    color: white;
}
.icon h3{
    color: black;
}
/* scrollmagic */
.activate{
    animation-name: pulse;
    animation-duration: 1s;
}</pre></body></html>