/* SPSC means Splash Screen */
/* SPSCT means Splash Screen Text */

/* Sincerely,*/
/* Jideeh */

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

::-webkit-scrollbar {
    display: none;
}

.stext {
    margin: 0;
    font-size: 15px;
}

#figurem {
    display: none;
}

.tempfoot2 {
    display: none;
}

figure {
    background-color: #1a1e1d;
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 25px;
}

footer {
    background-color: #1a1e1d;
    display: flex;
    justify-content: center;
    gap: 200px;
    margin: 0;
    padding: 25px;
    div {
        display: flex;
        flex-direction: column;
        color: white;
        font-family: "Noto Sans JP";
        h1 {
            font-size: 15px;
            margin: 0;
            text-align: left;
        }
        a {
            text-decoration: none;
            color: rgb(231, 229, 229);
            font-size: 10px;
        }
        a:hover {
            color: #ada9a9;
        }
    }
}

.header {
    text-align: center;
    padding-top: 50px;
}

#navt {
    margin: 0;
    font-size: 30px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    color: black;
}

#navst {
    margin: 0;
    font-size: 15px;
    font-family: "Noto Sans JP";
    font-weight: 200;
    background: -webkit-linear-gradient(0deg, #757070, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.heroimg {
    width: 69%;
}

.figtext {
    color: white;
    margin: 0;
    font-family: "Noto Sans JP";
    font-weight: 1000;
    font-size: 40px;
}

.fth {
    background-image: url(Assets/bg/background.gif);
    background-size: cover;
    background-clip: text;
    color: transparent;
}

#figst {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    line-height: 1;
    color: #757070;
    margin-left: 25px;
}

.figbtn {
    margin-left: 10px;
    width: 260px;
    height: 40px;
    border-radius: 55px;
    cursor: pointer;
    font-family: "Noto Sans JP";
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    -webkit-transition: background-image 0.4s ease-in-out;
    transition: background-image 0.4s ease-in-out;
    transition: transform 0.2s ease-in-out;
    border: #00000000;
    background-image: linear-gradient(to right, #7b7b7b, #f5f5f5);
}

.figbtn:hover {
    background-image: linear-gradient(to right, #1dbaa7, #04f7d9);
    transform: scale(1.05);
}

.div a {
    text-decoration: none;
}
.footertxt {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 5px;
}

.icons {
    border: #000000 1px solid;
    border-radius: 100%;
    padding: 15px;
    cursor: pointer;
    img {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
    }
    transition: transform 0.2s ease-in-out;
}

.icons:hover {
    transform: scale(1.10);
}

.heroimage {
    margin: 20px 0 0px 0;
    display: flex;
    justify-content: center;
    img {
        margin: inherit;
        width: 200px;
    }
}

.heroimage2 {
    margin: 20px 0 20px 0;
    display: flex;
    justify-content: center;
    img {
        margin: inherit;
        width: 200px;
    }
}

.navbtn {
    display: flex;
    position: absolute;
    top: 180px;
    left: 50px;
    gap: 20px;
}

.navbtn2 {
    display: flex;
    position: absolute;
    top: 200px;
    left: 50px;
    gap: 20px;
}

.navicon {
    transition: transform 0.2s ease-in-out;
}

.navicon:hover {
    transform: scale(1.20);
}

a {
    img {
        width: 20px;
    }
}

header {
    display: flex;
    gap: 10px;
    margin: 10px 0px;
    .navtext {
        font-size: 10px;
        margin: 0;
        font-family: "Noto Sans JP";
        transition: font-weight 0.2s ease-in-out;
    }
    h1 {
        border-bottom:1px solid #000000; width:60px; padding-bottom:1px;
        text-align: center;
        font-weight: bold;
        transition: border-width 0.6s linear;
    }
    a {
        text-decoration: none;
        color: #000000;
        font-weight: 400;
        text-align: center;
    }
}

.navtext:hover {
    font-weight: 1000;
    border-bottom: 1px solid black;
}

main {
    margin-top: 50px;
    h5 {
        padding-left: 55px;
        font-size: 30px;
        margin: 0;
        font-family: "Noto Sans Jp";
        font-weight: 500;
    }
    section {
        padding: 50px;
        display: flex;
        justify-content: center;
        padding-top: 10px;
        gap: 10px;
        div {
            cursor: pointer;
        }
    }
}

.img {
    transition: opacity .4s ease-in-out;
    opacity: .8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.img:hover {
    opacity: 1;
    z-index: 2;
}

.mgal2 {
    display: none;
}

.tempsec {
    padding: 10px 10px 30px 10px;
}

.tempsec2 {
    div {
        display: none;
    }
    h1 {
        display: none;
    }
}

section .modal {
    position: fixed;
    top: 0; left: 0;
    background: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    overflow-y: hidden;
}

.modal span {
    position: absolute;
    top: 10px; right: 20px;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    z-index: 100;
}

.modal img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    max-height: 600px;
    max-width: 1000px;
}

.cgallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.rgallery {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.comicsec {
        padding-left: 80px;
        font-size: 20px;
        margin: 0;
        font-family: "Noto Sans Jp";
        font-weight: 500;;
}

#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none;
    outline: none;
    background-color: #1a1e1d; 
    color: white;
    cursor: pointer; 
    padding: 15px;
    border-radius: 100px;
    font-size: 18px;
    transition: background-color 0.2s linear;
  }
  
  #myBtn:hover {
    background-color: #4f4c4c;
  }

.maya {
    width: 900px;
    position: fixed;
    right: 50px;
    top: 0px;
    opacity: .1;
    z-index: -1;
}

.jumpto {
    margin-top: 10px;
    gap: 20px;
    display: flex;
    justify-content: center;
    .item {
        text-decoration: none;
        font-family: "Noto Sans JP";
        color: white;
        font-weight: 400;
        transition: font-weight .2s ease-in-out;
        text-align: center;
    }
    .item:hover {
        font-weight: 1000;
    }
}

.jumpto2 .item {
    display: none;
}

.jumpto3 .item {
    display: none;
}

article {
    display: flex;
    justify-content: space-evenly;
    padding: 150px 0 50px;
    font-family: "Noto Sans JP";
    div {
        background-color: #f5f5f5;
        opacity: 1;
        border-radius: 10px;
        padding: 10px 30px;
    }
    span {
        
        vertical-align: middle;
    }
    div p {
        font-weight: 500;
    }
}

.material-symbols-outlined {
    vertical-align: middle;
}

.commie {
    padding: 0;
    h1 {
        text-align: center;
        font-family: "Noto Sans JP";
        font-weight: 500;
        margin: 0;
    }
    article {
        display: flex;
        justify-content: space-evenly;
        padding: 50px;
        div {
            background-color: #00000000;
        }
    }
}

.mgal {
    display: none;
}

.navwrap {
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    gap: 10px;
}

@media (max-width:1500px) {
    .figbtn {
        width: 200px;
        height: 30px;
        font-size: 12px;
    }
    .fth {
        font-size: 30px;
    }
    #figst {
        font-size: 15px;
    }
    article {
        img {
            width: 400px;
        }
    }
    .gal {
        display: none;
    }
    .mgal {
        display: block;
    }

    footer {
        padding: 50px;
        div {
            h1 {
                font-size: 40px;
            }
        }
    }

    .fitem {
        font-size: 15px;
    }

    .jumpto .item {
        display: none;
    }

    .jumpto2 {
        margin-top: 10px;
        gap: 20px;
        display: flex;
        justify-content: center;
        .item {
            display: block;
            text-decoration: none;
            font-family: "Noto Sans JP";
            color: white;
            font-weight: 400;
            transition: font-weight .2s ease-in-out;
            text-align: center;
        }
        .item:hover {
            font-weight: 1000;
        }
    }

    .navbtn {
        display: flex;
        position: absolute;
        top: 200px;
        left: 50px;
        gap: 30px;
    }
    
    a {
        img {
            width: 30px;
        }
    }
    #figurem {
        display: none;
    }
}

@media (max-width:1024px) {
    .heroimg {
        width: calc(100% - 26px);
    }
    
    figure {
        display: none;
    }
    #figurem {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }

    .btnwrap {
        display: flex;
        justify-content: center;
    }

    .figbtn {
        width: 150px;
        height: 25px;
        font-size: 12px;

    }
    .fth {
        font-size: calc(100% + 20px)
    }
    #figst {
        font-size: 10px;
        margin-left: 20px;
        text-align: center;
    }

    .footertxt {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .icons {
        padding: 10px;
        img {
            height: 30px;
            width: 30px;
        }
    }

    .jumpto .item {
        display: none;
    }

    .jumpto2 {
        display: none;
    }

    .jumpto3 {
        margin-top: 10px;
        gap: 20px;
        display: flex;
        justify-content: center;
        .item {
            display: block;
            text-decoration: none;
            font-family: "Noto Sans JP";
            color: white;
            font-weight: 400;
            transition: font-weight .2s ease-in-out;
            text-align: center;
            font-size: 9px;
        }
        .item:hover {
            font-weight: 1000;
        }
    }

    .navbtn {
        display: flex;
        position: absolute;
        top: 200px;
        left: 50px;
        gap: 30px;
    }
    
    a {
        img {
            width: 30px;
        }
    }

    .extras {
        width: 100%;
    }

    article {
        font-size: 10px;
        .wrapper {
            width: calc(100% - 250px)
        }
        div {
            h6 {
                font-size: 15px;
            }
        }
    }
    
    .stext {
        font-size: calc(100% - 5px)
    }

    footer {
        padding: 50px;
        div {
            h1 {
                font-size: 40px;
            }
        }
    }

    .fitem {
        font-size: 20px;
    }

    .com {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
        img {
            width: 600px;
        }
    }

    .footertxt {
        padding-top: 20px;
        font-size: 25px;
        letter-spacing: 5px;
    }

    .icons {
        padding: 20px;
        img {
            width: 50px;
            height: 50px;
        }
    }

    .tempsec {
        padding: 0;
        div {
            display: none;
        }
        h1 {
            display: none;
        }
    }

    .tempsec2 {
        padding: 0px 25px 25px 25px;
        .icons {
            display: block;
            padding: 10px;
            img {
                width: 20px;
                height: 20px;
            }
        }
        h1 {
            display: block;
            font-size: 15px;
            letter-spacing: 3px;
        }
    }

    .mgal2 {
        display: block;
    }
    main {
        h5 {
            padding: 25px;
            text-align: center;
        }
        section {
            h5 {
                text-align: center;
            }
        }
    }
    
    a {
        img {
            width: 20px;
        }
    }
    .mgal {
        display: none;
    }
    .tempfoot {
        display: none;
    }
    .tempfoot2 {
        display: none;
        div {
            h1 {
                font-size: 20px;
            }
        }
    }
    .fitem {
        font-size: 10px;
    }

    .maya {
        width: 500px;
        right: 20px ;
        top: 150px;
    }
    .comicsec {
        padding: 10px;
    }
}