@font-face {
    font-family: "un11";
    src: url('../fonts/UN_11ST_Regular.woff2') format("woff2");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "un11";
    src: url('../fonts/UN_11ST_Italic.woff2') format("woff2");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "un11";
    src: url('../fonts/UN_11ST_Bold.woff2') format("woff2");
    font-style: normal;
    font-weight: 600;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}



body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "un11";
    font-size: 17px;
}

/* h1 {
        z-index: 2;
        font-weight: 400;
        position: fixed;
        top: 50%;
        text-align: center;
        left: 0;
        width: 100%;
    } */

h1,
h2 {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 100px;
    column-span: all;
}

#maDiv {
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: -9000px;
    font-family: "un11";
    font-weight: 400;
    z-index: 10000;
    font-size: 1vw;
    display: flex;
    align-items: start;
    justify-content: center;
    color: #222;
}

#colwrapper {
    display: flex;
    align-items: flex-start;
    max-width: 100vw;
    padding: 1.88vw;

}

#colwrapper .col:nth-child(1) {
    flex: 0 0 41%;
    width: 41%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

#colwrapper .col:nth-child(1)>h1 {
    flex: 0 0 100%;
}

#colwrapper .col:nth-child(1)>div:nth-of-type(1) {
    flex: 0 0 calc(60% - 20px);

}

#colwrapper .col:nth-child(1)>div:nth-of-type(2) {
    flex: 0 0 calc(40% - 30px);
}

#colwrapper .col:nth-child(2) {
    flex: 0 0 59%;
    width: 59%;
}




#colwrapper .col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#colwrapper .col ul li {
    break-inside: avoid;
    margin: 0;
    padding: 0 0 1em 0;
}

.accro {
    width: 1.3vw;
    display: inline-block;
}

#colwrapper .col ul li {
    text-indent: -1.8vw;
    padding-left: 4vw
}

.btn {
    position: fixed;
    background-color: #fff;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;

    mask-repeat: no-repeat;
    mask-position: 50%;
    mask-size: 25px;
 
}

#btn_reset {
   /* mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M13.9999 18.9966H20.9999V20.9966H11.9999L8.00229 20.9991L1.51457 14.5113C1.12405 14.1208 1.12405 13.4877 1.51457 13.0971L12.1212 2.49053C12.5117 2.1 13.1449 2.1 13.5354 2.49053L21.3136 10.2687C21.7041 10.6592 21.7041 11.2924 21.3136 11.6829L13.9999 18.9966ZM15.6567 14.5113L19.1922 10.9758L12.8283 4.61185L9.29275 8.14738L15.6567 14.5113Z'%3E%3C/path%3E%3C/svg%3E");*/
   mask: "jkjh";
   top: 0px; 
   color: #fff;
   background-color: transparent;
   right: 0px;
   padding: 15px 15px 50px 50px;
   height: auto;
    width: auto;
}


#btn-write {
    /* mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12.8995 6.85453L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85453ZM14.3137 5.44032L16.435 3.319C16.8256 2.92848 17.4587 2.92848 17.8492 3.319L20.6777 6.14743C21.0682 6.53795 21.0682 7.17112 20.6777 7.56164L18.5563 9.68296L14.3137 5.44032Z'%3E%3C/path%3E%3C/svg%3E"); */
    right: 15px;
    /* height: 40px; */
    width: auto;
    padding: 10px 20px 10px;
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    bottom: 15px;
}

#btn_mail a {
    text-decoration: none;
    color: inherit;
}

.col p {
    margin-bottom: 1em;

}

sup {
    vertical-align: 0.35em;
    font-weight: 400;

}

.numsup {
    vertical-align: 0.39em;
    font-size: 65%;
    font-weight: 600;
    /* font-feature-settings: "frac"; */

}

.rom {
    letter-spacing: -0.2em;
    margin-right: 0.15em;
}

.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

}



.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scratch-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#scratch-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: none;
}

.custom-cursor {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: black;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99 !important;
    transform: translate(-50%, -50%);

}

#email{
    display: none;
}

a, a:visited, a:hover{
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width:750px){

    html, body{
        height: auto;
        overflow: auto;
    }

    
    h1{
        margin-bottom: 2em;
    }
    h2{
        margin: 3em 0 2em;
    }
    .scratch-container {
        display: none;
    }

    .background-container{
        position: relative;
        aspect-ratio: 9 / 13;
        width: 100vw;
    }

    #maDiv{
        font-size: 15px;
        line-height: 1.3;
        display: block;
        height: auto;
    }

    #email{
    display: block;
}

    #colwrapper{
        display: block;
        
    }
    #colwrapper .col {
    width: 100% !important;
    display: block !important;
    }

    .col:nth-of-type(2) {
    column-count: 2 !important;
    }

    .accro{
        display: block;
    }
    #colwrapper .col ul li {
    text-indent: 0;
    padding-left: 0vw;
    }
    #teamcol{
        column-count: 2;
    }

    .btn{
        display: none;
    }
    .mobilefix{
        text-decoration: none !important;
        color: inherit !important;
    }
}