.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}


.hachi-maru-pop-regular {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
}


@keyframes purupuru {
    0%   { transform: translateX(2px); }
    25%  { transform: translateX(-2px); }
    50%  { transform: translateX(2px); }
    55%  { transform: translateX(-2px); }
    75%  { transform: translateX(2px); }
    100% { transform: translateX(-2px); }
}

html{
    width: 100%;
}

body {

    background-image: url("back_ground.webp");
    background-size: 20%;
    background-attachment: fixed;
    background-position: left;

}



.write,
.write_notice,
.write_black,
.write_bar,
.write_left,
.write_right,
.write_tab {
    font-family: "Kiwi Maru";
    color: aliceblue;
    filter: drop-shadow(0px 0px 2px rgb(0, 0, 0));
    z-index: 2;
    text-align: center;
}

.write_notice::before{
    filter: drop-shadow(0px 0px 4px rgb(0, 0, 0));
    white-space:pre-wrap;
    content: "🥶寒くなってきました。\A 乾燥肌なのでかゆいし痛いです。\A 死にたいと思ったので \A ホームページを軽量化しました。\A死にません。cinema線。";
}

.write {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.write_black {
    position: relative;
    color: black;
    filter: drop-shadow(0px 1px 1px rgb(88, 88, 88));

    margin-left: 20px;
    margin-right: 20px;
}

.write_bar {

    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.write_left {
    position: relative;
    text-align: left;
    padding-left: 40px;
    margin-right: 20px;
}

.write_right {
    position: relative;
    padding-left: 240px;
    filter: drop-shadow(2px 2px 0px black);
    z-index: 1;
}

.write_right p {
    display: inline-block;
    text-align: left;
}

.write_tab {
    display: none;
    margin: 0 40px;
    padding: 15px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.links {
    font-family: "Kiwi Maru";
    color: aliceblue;
    filter: drop-shadow(0px 0px 2px rgb(0, 0, 0));
    font-size: 24;
    z-index: 2;
    text-align: center;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin: 30;
}

#img, #img_left {
    position: relative;
    display: block;
    margin: 50px auto;
    height: 20%;
}

#img {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#img_left {
    filter: drop-shadow(2px 2px 2px black);
}

#tab {
    display: block;
}

#tab_in {
    display: none;
}

#tab_hide {
    display: none;
}

#Character {
    animation: none;
    position: fixed;
    bottom: -200px;
    right: 0;
    filter: drop-shadow(20px 20px 0px rgba(0, 0, 0, 0.346));
    z-index: 1;
}

.info {
    font-family: "Hachi Maru Pop";
    color: rgba(255, 255, 255, 0.4);
    filter: drop-shadow(0px 4px 2px rgb(23, 23, 45));
}

.flex_row {
    display: flex;
    flex-direction: row;
    justify-content: right;
    
}

.flex_column {
    display: flex;
    flex-direction: column;
    width: auto;
}

.glass {
    margin: 0 auto;
    width: auto;
    max-width: 700px;

    padding-bottom: 40px;
    margin-bottom: 30px;

    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    backdrop-filter: blur(5px);
}

.glass_in,
.glass_monitor {
    margin: 40px auto 0 auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    width: auto;

    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    text-shadow: 1px 1px rgba(0, 0, 10, 0.8);
}

.glass_monitor{

    max-width: 600px; 
    height: 300px; 
    background-color: rgba(16, 0, 29, 0.61);
    margin: 0 auto ;
    margin-bottom: 40px;

}

h1 {
    text-align: center;
    font-family: 'Kiwi Maru', serif;
    color: rgba(255, 255, 255, 0.8);
}

p {
    text-align: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

p.glass_k8x12L {
    text-align: left;
    width: 100px;
    margin: 0 30px;
    font-family: "Hachi Maru Pop";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}

button {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    font-family: "Hachi Maru Pop";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(59, 15, 192, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    backdrop-filter: blur(5px);
    text-shadow: 1px 1px rgba(0, 0, 10, 0.8);
}

button:active {
    background-color: rgba(0, 0, 10, 0.4);
    color: rgba(59, 15, 192, 0.1);
    border-radius: 30px;
    backdrop-filter: blur(1px);
}

button.Green,
button.Red {
    font-family: "Hachi Maru Pop";
    font-size: 30px;
    width: 100px;
    height: 50px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    text-shadow: 1px 1px rgba(0, 0, 10, 0.8);
}

button.Green {
    margin: 0 auto;
    background-color: rgba(36, 192, 15, 0.1);
    color: rgba(90, 255, 153, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

button.Green:active {
    background-color: rgba(0, 255, 85, 0.4);
    color: rgba(0, 255, 85, 0.5);
    backdrop-filter: blur(1px);
}

button.Red {
    margin: auto 20px;
    background-color: rgba(255, 90, 140, 0.2);
    color: rgba(255, 90, 140, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

button.Red:active {
    background-color: rgba(255, 0, 8, 0.4);
    color: rgba(255, 0, 8, 0.5);
    backdrop-filter: blur(1px);
}

div.bar {
    position: fixed;
    top: -70px;
    left: 0;
    display: block;
    margin: 50px auto;
}

div.glass_bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(24, 87, 182, 0.719);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 3;
}

div.glass_bar_in {
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    width: 260px;
    height: auto;
    border-radius: 0 0 30px 30px;
    background-color: rgba(24, 87, 182, 0.719);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
}

.bars {
    position: fixed;
    z-index: 3;
}

.kakumaru{

    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);

}

.title {
    position: fixed;
    left: 25px;
}

.YouTubo{
    position: absolute;  
    top: 50%; 
    left: 50%; 
    transform: translate( -50% , -50% ); 
    width: 90%; height: 80%;
}