<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 隲ｸ陦檎┌蟶ｸ 譏ｯ逕滓ｻ�ｳ� 逕滓ｻ�ｻ�ｷｲ 蟇よｻ�梓讓� */



/* ### override ### */


#lightboxLoader {
border:1px solid #333;
background-color:#000;
box-shadow:none;
}
#lightboxLoader img {
width:16px;
height:16px;
margin:5px;
}
#lightboxLoader span.loader {
margin:5px;
}
#lightbox {
}
#lightboxOuter {
box-shadow:none;
border-radius:10px;
border:5px solid #333;
background-color:#000;
}
#lightboxCont {
padding:15px;
}
#lightboxButton {
top:-15px;
right:-15px;
width:15px;
height:15px;
padding:10px;
}
#lightboxButton svg {
width:15px;
height:15px;
}

@media screen and (max-width:800px) {
#lightboxButton {
right:-5px;
}
}





/* ### global ### */
body {
background-color:#000;
color:#FFF;
padding:2vw;
}
a:link {color:#38F;text-decoration:none;}
a:visited {color:#38F;text-decoration:none;}
a:hover {color:#38F;text-decoration:underline;}

span.susa {
color:#38F;
cursor:pointer;
}
span.susa:hover {
text-decoration:underline;
}
span.susab {
color:#000;
cursor:pointer;
}
span.susab:hover {
text-decoration:underline;
}
span.g {
color:#888;
cursor:pointer;
}
span.g:hover {
color:#38F;
}

#msgbox_outer {
}
#msgbox_cont {
margin:0 auto;
max-width:800px;
padding:clamp(20px,4vw,40px);
}


@keyframes a--fade_out {
0% {opacity:1;}
100% {opacity:0;}
}
.fade_out {
animation:a--fade_out 1s linear 0s 1 forwards;
}
@keyframes a--fade_in {
0% {opacity:0;}
100% {opacity:1;}
}
.fade_in {
animation:a--fade_in 1s linear 0s 1 forwards;
}


/* ### sml parts ### */

.playername {
color:#FF0;
}



/* ### GAME ### */

#puzzle_frame {
max-width:800px;
margin:0 auto;
}
#puzzle_cbox {
position:sticky;
top:0px;
z-index:100000;
display:flex;
flex-wrap:nowrap;
align-content:flex-start;
align-items:center;
justify-content:start;
padding:3px;
}
#puzzle_cbox img.face {
width:50px;
border-radius:50%;
aspect-ratio:1;
object-fit:cover;
margin-right:7px;
overflow-clip-margin:unset;
user-select:none;
}
#puzzle_dialogue {
flex:1;
border-radius:5px;
background-color:#222;
padding:5px 10px 5px 8px;
height:42px;
position:relative;
border:1px solid #666;
color:#EEE;
}
#puzzle_dialogue &gt; div {
line-height:20px;
height:42px;
font-size:15px;
overflow-y:auto;
}
#puzzle_dialogue::after {
content:'';
display:block;
background:#222;
width:6px;
height:6px;
top:10px;
left:-5px;
position:absolute;
z-index:2;
border-top:1px solid #666;
border-left:1px solid #666;
transform:rotate(-45deg);
}
#puzzle_dialogue_ctrl {
color:#CCC;
float:right;
margin-left:10px;
font-size:13px;
}
#puzzle_dialogue_ctrl a {
color:#CCC;
}
#puzzle_gframe {
position:relative;
width:100%;
overflow:hidden;
margin:0 auto;
user-select:none;
}
#puzzle_gimg {
position:absolute;
z-index:1;
width:100%;
user-select:none;
}
#reward_btn {
z-index:99999;
display:block;
position:absolute;
margin:auto;
top:0;
bottom:0;
left:0;
right:0;
border-radius:10px;
background-color:#E36;
width:200px;
padding:0 10px;
height:80px;
text-align:center;
border:2px solid #C03;
background:linear-gradient(to bottom,#E58,#E36);
box-shadow:0 1px 4px rgba(0,0,0,0.2);
transition:opacity 3s ease;
user-select:none;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
}
#reward_btn span {
width:200px;
color:rgba(255,255,255,0.9);
line-height:32px;
font-size:25px;
font-weight:bold;
text-align:center;
}
#reward_btn:hover {
color:#FFF;
border-color:#D14;
background:linear-gradient(to bottom,#F69,#F47);
box-shadow:0 2px 5px rgba(0,0,0,0.3);
}
#puzzle_gbox {
position:absolute;
z-index:2;
background-color:#CCC;
user-select:none;
}
div.pblock {
position:absolute;
z-index:100;
box-sizing:border-box;
user-select:none;
}
div.pblock.pblock_top_left {
border-left:1px solid #000;
border-top:1px solid #000;
}
div.pblock.pblock_top_right {
border-right:1px solid #000;
border-top:1px solid #000;
}
div.pblock.pblock_bottom_left {
border-left:1px solid #000;
border-bottom:1px solid #000;
}
div.pblock.pblock_bottom_right {
border-right:1px solid #000;
border-bottom:1px solid #000;
}
@keyframes pblock_fade_out {
0% {border-color:rgba(0,0,0,1);}
5% {border-color:rgba(230,0,102,1);}
20% {border-color:rgba(230,0,102,1);}
22.5% {border-color:rgba(0,0,0,1);}
25% {border-color:rgba(230,0,102,1);}
27.5% {border-color:rgba(0,0,0,1);}
29% {border-color:rgba(230,0,102,1);}
70% {border-color:rgba(0,0,0,1);}
100% {border-color:rgba(0,0,0,0);}
}
div.pblock_fade_out {
animation:pblock_fade_out 5s linear 0s 1 forwards;
}

a.levelselbtn {
display:block;
border-radius:10px;
color:rgba(255,255,255,0.9);
background-color:#3D6;
font-size:30px;
font-weight:bold;
line-height:70px;
height:70px;
text-align:center;
border:2px solid #0B3;
background:linear-gradient(to bottom,#5D8,#3D6);
transition:opacity 1s ease;
}
a.levelselbtn:hover {
color:#FFF;
border-color:#1C4;
background:linear-gradient(to bottom,#6E9,#4E7);
}

#reward_frame {
width:100vw;
height:100dvh;
background:url(/i/_.gif) no-repeat center center;
background-size:contain;
}
#reward_cbox {
position:fixed;
bottom:3px;
z-index:100000;
display:flex;
flex-wrap:nowrap;
align-content:flex-start;
align-items:center;
justify-content:start;
width:800px;
left:50%;
margin-left:-400px;
}
@media screen and (max-width:806px) {
#reward_cbox {
width:calc(100% - 6px);
left:3px;
margin:0;
}
}
#reward_cbox img.face {
width:50px;
border-radius:50%;
aspect-ratio:1;
object-fit:cover;
margin-right:7px;
overflow-clip-margin:unset;
user-select:none;
}
#reward_dialogue {
flex:1;
border-radius:5px;
background-color:#222;
padding:5px 10px 5px 8px;
height:42px;
position:relative;
border:1px solid #666;
color:#EEE;
}
#reward_dialogue &gt; div {
line-height:20px;
height:42px;
font-size:15px;
overflow-y:auto;
}
#reward_dialogue::after {
content:'';
display:block;
background:#222;
width:6px;
height:6px;
top:10px;
left:-5px;
position:absolute;
z-index:2;
border-top:1px solid #666;
border-left:1px solid #666;
transform:rotate(-45deg);
}
#reward_dialogue_ctrl {
color:#CCC;
float:right;
margin-left:10px;
font-size:13px;
}
#reward_dialogue_ctrl a {
color:#CCC;
}

/* ### UI ### */

div.sexnavi {
position:relative;
height:34px;
width:100%;
}
div.sexnavi a.item {
position:relative;
height:30px;
line-height:30px;
z-index:2;
float:left;
margin:2px 0 1px 5px;
border-top-right-radius:5px;
border-top-left-radius:5px;
display:flex;
flex-wrap:nowrap;
align-content:flex-start;
align-items:center;
justify-content:center;
cursor:pointer;
font-size:14px;
color:rgba(255,255,255,0.8);
padding:0 7px;
}
div.sexnavi a.item:hover {
color:rgba(255,255,255,1);
}
div.sexnavi a.item img {
width:26px;
height:26px;
border-radius:50%;
margin-right:4px;
opacity:0.8;
}
div.sexnavi a.item:hover img {
opacity:1;
}
div.sexnavi a.item.girl {
background-color:#E36;
}
div.sexnavi[data-sex="girl"] a.girl {
height:33px;
line-height:33px;
margin-top:0;
margin-bottom:0;
color:#FFF;
font-weight:bold;
}
div.sexnavi[data-sex="girl"] a.girl img{
opacity:1;
}
div.sexnavi a.item.boy {
background-color:#03E;
}
div.sexnavi[data-sex="boy"] a.boy {
height:33px;
line-height:33px;
margin-top:0;
margin-bottom:0;
color:#FFF;
font-weight:bold;
}
div.sexnavi[data-sex="boy"] a.boy img{
opacity:1;
}
div.sexnavi div.line {
background-color:#E36;
width:100%;
height:4px;
position:absolute;
left:0;
bottom:0;
z-index:3;
}
div.sexnavi[data-sex="boy"] div.line {
background-color:#03E;
}


div.chara_lists {
display:grid;
box-sizing:border-box;
grid-template-columns:1fr 1fr 1fr 1fr;
column-gap:15px;
row-gap:15px;
max-width:900px;
margin:3vh auto;
}
@media screen and (max-width:700px) {
div.chara_lists {
grid-template-columns:1fr 1fr 1fr;
}
}
@media screen and (max-width:500px) {
div.chara_lists {
grid-template-columns:1fr 1fr;
}
}
@media screen and (max-width:300px) {
div.chara_lists {
grid-template-columns:1fr;
}
}

div.chara_lists div.item {
text-align:center;
}
div.chara_lists div.item img.face {
width:80%;
border-radius:50%;
aspect-ratio:1;
object-fit:cover;
overflow-clip-margin:unset;
}
div.chara_lists div.item p.name {
color:#CCC;
font-size:16px;
font-weight:bold;
margin-top:12px;
}
div.chara_lists div.item p.level {
color:#999;
margin-top:4px;
font-size:18px;
}
div.chara_lists div.item p.etc {
color:#999;
}




.selbox_prof {
max-height:125px;
overflow-y:auto;
line-height:1.6;
font-size:14px;
color:#CCC;
}
@media (hover:hover) {
.selbox_prof::-webkit-scrollbar {
width:10px;
}
.selbox_prof::-webkit-scrollbar-track {
background-color:#111;
border-radius:5px;
}
.selbox_prof::-webkit-scrollbar-thumb {
background-color:#333;
border-radius:5px;
}
.selbox_prof::-webkit-scrollbar-thumb:hover {
background-color:#666;
}
}



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