/* ---- General ---- */

html, header, body {
    position: static;
    margin: 0 auto 0 auto;
    padding: 0px;
    border: 0px;
    image-rendering: auto;
}

a:link {text-decoration: none;}

a:visited {text-decoration: none;}

a:hover {text-decoration: none;}

#widthmax {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto 0 auto;
    padding: 0px;
    overflow: hidden;
}


/* ---- Fonts ---- */
.title {
    display: block;
    position: relative;
    margin:0 auto 50px auto;
    font-family: sirba-web, serif;
    font-Weight: 400;
    font-style: normal;
    font-size: 2.5em;
    letter-spacing: 0.4em;
    line-height: 1.5em;
    text-align: center;
    width: 70%;
}

.paragraph {
    display: block;
    position: relative;
    margin: 0 auto 0px auto;
    font-family: bilo, sans-serif; 
    font-Weight: 400;
    font-style: normal;
    font-size: 1.25em;
    letter-spacing: 0em;
    line-height: 1.6em;
    text-align: left;
    max-width: 800px;
    width: 90%;    
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 500;
}

.mobile-p {
    display: none;
}

.no-mobile-p {
    display: inline-block;
}

/* ---- Fonts Mobile ---- */
@media all and (max-width: 720px) {
    .title {
        margin:0 auto 35px auto;
        font-size: 1.8em;
        letter-spacing: 0.3em;
        line-height: 0.6em;
    }
    
    .paragraph {
        font-Weight: 300;
        font-size: 1.1em;
        letter-spacing: 0em;
        line-height: 1.5em;
    }
    
    .mobile-p {
        display: inline-block;
    }

    .no-mobile-p {
        display: none;
    }
}

/* ---- Font Color ---- */
.red {
    color: #FF4C2E;
}

.navy {
    color: #392A9B;
}

.white {
    color: #FFF;
}

.darknavy {
    color: #29264F;
}



/* ---- classses ---- */
.section {
    padding: 60px 0 90px 0;
}


/* ---- Classes Mobile ---- */
@media all and (max-width: 720px) {
    .section {
        padding: 30px 0 50px 0;
    }
}





/* ---- TOP ---- */
#top {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
    height: 834px;
    background-color: #F9E3D2;
    padding: 0px;
    font-family: sirba-web, serif;
    font-Weight: 400;
    font-style: normal;
    font-size: 2em;
    letter-spacing: 0.2em;
    color: #392A9B;
}

#top-left {
    display: inline-block;
    position: relative;
    float: left;
    max-width: 303px;
    flex-shrink: 1;
    height: 100%;
}

#top-center {
    display: inline-block;
    position: relative;
    width: 760px;
    margin: 0 auto 0 auto;
    height: 100%;
}

#top-right {
    display: inline-block;
    position: relative;
    float: right;
    max-width: 303px;
    flex-shrink: 1;
    height: 100%;
}

#top-logo {
    display: inline-block;
    position: absolute;
    width: 303px;
    flex-shrink: 1;
    height: 35%;
    overflow: visible;
    z-index: 999;
}

#logo {
    display: block;
    position: relative;
    width: 130px;
    margin-top: 55px;
    margin-left: 23%;
    float: left;
    overflow: visible;
}

#top-word-left {
    display: inline-flex;
    position: absolute;
    width: 303px;
    flex-shrink: 1;
    height: 65%;
    bottom: 0;
    overflow: hidden;
}

#top-word-left-text {
    display: block;
    position: relative;
    padding-top: 43%;
    margin-bottom: 120px;
    float: right;
    transform: rotate(270deg);
}

#top-word-center {
    display: block;
    position: relative;
    width: 100%;
    height: 33%;
    top: 0;
    overflow: hidden;
    text-align: center;
}

#top-word-center-text {
    display: block;
    position: relative;
    margin: 0 auto 0 auto;
    padding-top: 15%;
    padding-left: 40px;
    overflow: visible;
}

#top-tablet-only {
    display: none;
}

#downarrow {
    display: none;
}

#top-word-right-text {
    display: inline-block;
    position: absolute;
    padding-top: 610px;
    width: 400px;
    top: 24%;
    transform: rotate(90deg);
    overflow: hidden;
}

/* ---- TOP Inbetween ---- */
@media all and (max-width: 1190px) {
    #top-word-center-text {
        padding-top: 25%;
        padding-left: 40px;
    }
    
    #logo {
        margin-top: 46px;
    }
}


/* ---- TOP Tablet ---- */
@media all and (max-width: 1022px) {
    #top-tablet-only {
        display: block;
    }
    
    #top-word-center-text {
        padding-top: 12%;
        padding-left: 60px;
        line-height: 1.4em;
        font-size: 0.94em;
        letter-spacing: 0.12em;
        
    }
    
    #top-word-left-text {
        display: none;
    }
    
    #top-word-right-text {
        display: none;
    }
    
    #logo {
        width: 120px;
        margin-top: 38px;
        margin-left: 14%;
    }
}

/* ---- TOP Mobile ---- */
@media all and (max-width: 720px) {
    #top {
        display: block;
        width: 100%;
        margin: 0 auto -6px auto;
        padding-bottom: 0px;
        height: auto;
        font-Weight: 400;
        font-style: normal;
        font-size: 1.4em;
        letter-spacing: 0.1em;
        color: #392A9B;
    }
    #top-left {
        display: inline-block;
        position: relative;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        float: none;
        clear: both;
    }
    
    #top-word-left {
        display: none;
    }
    
    #top-logo {
        display: inline-block;
        position: relative;
        width: 100%;
        flex-shrink: 0;
        height: auto;
        overflow: visible;
    }
    
    #logo {
        display: block;
        position: relative;
        width: 120px;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: both;
        overflow: visible;
    }
    
    
    #top-center {
        display: inline-block;
        position: relative;
        width: 100%;
        margin: 0 auto 0 auto;
    }
    
    #top-word-center-text {
        padding-top: 11%;
        padding-bottom: 0%;
        padding-left: 0px;
        line-height: 1.9em;
        font-size: 1em;
        letter-spacing: 0.1em;        
    }
    
    #downarrow {
        display: block;
        position: relative;
        width: 80px;
        margin: 170px auto 60px auto;
    }

    
    #top-right {
        display: none;
    }
}


/* ---- ABOUT ---- */
#about {
    display: block;
    position: relative;
    width: 100%;
    background-color: #702AFF;
}

/* ---- WORK ---- */
#work {
    display: block;
    position: relative;
    width: 100%;
    background-color: #F0EFF4;
}

@media all and (max-width: 720px) {
    #work {
         background-color: #d9d9db;
    }
}


/* ---- WORK Column ---- */

#work-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: flex-start;
    max-width: 940px;
    margin: 30px auto 30px auto;
    padding: 10px 0 0px 0;
    background-color: none;
}


.work-item {
    order: 1;
    width: 31%;
    margin-bottom: 16px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0;
    background-color: #FFF;
    border-radius: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px; 
    overflow: hidden;
    z-index: 6;
}


/* ---- WORK Column Tablet ---- */

@media all and (max-width: 930px) {
    #work-container {
      width: 700px;
    }
    
    .work-item {
        width: 46%;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

/* ---- WORK Column Mobile ---- */

@media all and (max-width: 720px) {
    #work-container {
        max-width: 414px;
        width: 94%;
        margin-bottom: 60px;
    }
    
    .work-item {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
}



/* ---- WORK Contents ---- */

.work-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: 10;
}

.work-title {
    display: block;
    position: relative;
    width: 100%;
    margin: -10px auto -10px auto;
    padding: 1px 3px 1px 13px;
    background-color: none;
    font-family: bilo, sans-serif; 
    font-Weight: 500;
    font-style: normal;
    font-size: 1.29em;
    letter-spacing: 0.01em;
    line-height: 1.1em;
    text-align: left;
    color: #29264F;
}

.work-year {
    font-Weight: 400;
    font-style: italic;
    opacity: 70%;
    font-size: 0.85em;
    line-height: 0em;
}

.work-category {
    display: inline-block;
    position: relative;
    background-color: #FF4C2E;
    color: #FFF;
    font-family: bilo, sans-serif; 
    font-Weight: 400;
    font-size: 0.9em;
    line-height: 0.9em;
    top: -13px;
    margin: 0px 0 8px 3px;
    padding: 4px 20px 7px 20px;
    border-radius: 25px;
}


.work-detail-button {
    display: inline-block;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #702AFF;
    color: #FFF;
    font-family: bilo, sans-serif; 
    font-Weight: 400;
    font-size: 1.3em;
    letter-spacing: 0.02em;
    line-height: 0em;
    text-align: center;
    margin: 3px auto 0px auto;
    padding: 2px 0 4px 0;
}

.work-detaildesc-mobile {
    display: none;
}

.work-read-more {
    display: none;
}

.work-close {
    display: none;
}

/* ---- WORK Contents Mobile---- */
.swiper-mobile-container {
    display: none;
}


@media all and (max-width: 720px) {
    .work-thumbnail {
        display: none;
    }
    
    .work-title {
        margin-top: 5px;
    } 
    
    .swiper-mobile-container {
        display: block;
        position: relative;
        max-height: 233px;
        height: 52.8vw;
        width: 100%;
        margin-bottom: 20px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }
    
    .slide-mobile-height {
        max-height: 233px;
        height: 52.8vw;
        
    }
    
    .slide-image414 {
        max-width: 414px;
        width: 100%;
    }
    
    
    
    .swiper-video-touch-top {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 34%;
        background-color: aqua;
        opacity: 0;
        z-index: 2;
        overflow: hidden;
    }
    
    .swiper-video-touch-bottom {
        display: block;
        position: absolute;
        bottom: 45px;
        left: 0;
        width: 100%;
        height: 14%;
        background-color: aqua;
        opacity: 0;
        z-index: 2;
        overflow: hidden;
    }
    
    .swiper-video-touch-left {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 33%;
        height: 76%;
        background-color: aqua;
        opacity: 0;
        z-index: 2;
        overflow: hidden;
    }
    
    .swiper-video-touch-right {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 33%;
        height: 76%;
        background-color: aqua;
        opacity: 0;
        z-index: 2;
        overflow: hidden;
    }
    
    
    .work-detail-button {
        display: none;
    }
    
    .work-category {
        margin: 0px 0 0px 3px;
        background-color: #726d89;
        opacity: 1;
    }
    
    .work-detaildesc-mobile {
        display: block;
        position: relative;
        width: 94%;
        top: 0px;
        margin: 0px auto 30px auto;
        padding-top: 6px;
        padding-left: 3%;
        padding-right: 3%;
        font-family: bilo, sans-serif; 
        font-Weight: 300;
        font-style: normal;
        font-size: 1.12em;
        letter-spacing: 0em;
        line-height: 1.29em;
        text-align: left;
        color: #29264F;
    }
    
    .work-links {
        display: block;
        position: relative;
        width: 94%;
        top: 0px;
        margin: 0px auto 0px auto;
        padding-top: 0px;
        padding-left: 2%;
        padding-right: 2%;
        font-family: bilo, sans-serif; 
        font-Weight: 300;
        font-style: normal;
        font-size: 1.08em;
        letter-spacing: 0em;
        line-height: 1.28em;
        text-align: left;
        color: #29264F;
    }
    
    .work-links a {
        font-Weight: 500;
        color: #a6a4b4;
    }
    
    .work-read-more {
        display: block;
        position: relative;
        margin-top: -64px;
        margin-bottom: 16px;
        right: 20px;
        font-family: bilo, sans-serif; 
        font-Weight: 500;
        font-style: normal;
        font-size: 1.23em;
        letter-spacing: 0.01em;
        line-height: 1.1em;
        text-align: right;
        color: #702aff;
    }
    
    
    .work-close {
        display: block;
        position: relative;
        margin-top: -40px;
        margin-bottom: 20px;
        right: 20px;
        font-family: bilo, sans-serif; 
        font-Weight: 500;
        font-style: normal;
        font-size: 1.23em;
        letter-spacing: 0.01em;
        line-height: 1.1em;
        text-align: right;
        color: #702aff;
    }
    
}


/* ---- WORK ShowMore---- */

.excerpt-hidden {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  max-width: 940px;
  height: 770px;
  overflow: hidden;
  
  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 64px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100% );
  }
}

.excerpt-visible {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  max-width: 940px;
}

#show-more {
    display: block;
    position: relative;
    width: 220px;
    top: 20px;
    margin: 0px auto 0 auto;
    padding: 5px 0px 8px 0px;
    text-align: center;
    font-family: bilo, sans-serif; 
    font-Weight: 500;
    font-style: normal;
    font-size: 1.4em;
    letter-spacing: 0.01em;
    line-height: 1.1em;
    color: #702aff;
    border: 2px solid;
    border-radius: 20px;
    z-index: 9999;
} 

/* ---- WORK ShowMore Tablet ---- */
@media all and (max-width: 930px) {
    .excerpt-hidden {
        height: 1230px;
    }
}

/* ---- WORK ShowMore Mobile ---- */
@media all and (max-width: 720px) {
    .excerpt-hidden {
        display: block;
        position: relative;
        flex-direction: none;
        flex-wrap: none;
        justify-content: none;
        align-items: none;
        align-content: none;
        height: 2281px;
    }
    
    .excerpt-visible {
        display: block;
        position: relative;
        flex-direction: none;
        flex-wrap: none;
        justify-content: none;
        align-items: none;
        align-content: none;
        width: 100%;
    }
    
    #show-more {
        width: 170px;
        top: -20px;
        letter-spacing: 0em;
        font-size: 1.2em;
    }
}

/* ---- WORK ShowMore Mobile Responsive ---- */
@media all and (max-width: 440px) {
    .excerpt-hidden {
        height: calc((52.875vw * 6) + 884px );
    }
}


/* ---- SOCIAL GOOD ---- */
#sg {
    display: block;
    position: relative;
    width: 100%;
    background-color: #F9E3D2;
}

#sg-break {
    display: none;
}


#coming-soon {
    display: block;
    position: relative;
    margin: 0 auto 50px auto;
    font-family: bilo, sans-serif; 
    font-Weight: 500;
    font-style: normal;
    font-size: 1.3em;
    letter-spacing: 0.02em;
    line-height: 0em;
    width: 200px;
    text-align: center;
    color: #7e7d91;
    padding: -5px 0px 0px 0px;
    border: 2px solid;
    border-radius: 40px;
    opacity: 0.7;
}

@media all and (max-width: 720px) {    
    #coming-soon {
        font-size: 1.08em;
        width: 170px;
        margin: 0 auto 25px auto;
        letter-spacing: 0.01em;
    }
}

@media all and (max-width: 370px) {
    #sg-break {
        display: block;
    }    
}



/* ---- LINKS ---- */
#links {
    display: block;
    position: relative;
    width: 100%;
    background-color: #702AFF;
    font-family: bilo, sans-serif;
    font-Weight: 400;
    font-style: normal;
    font-size: 1.4em;
    letter-spacing: 0.03em;
    line-height: 1.8em;
    color: #FFF;
    height: 420px;
}

#links a {
    text-decoration: none;
    color: #FFF;
}

#links a:visited {
    text-decoration: none;
    color: #FFF;
}

#links-center {
    display: block;
    position: relative;
    width: 100%;
    margin: 70px auto 50px auto;
    text-align: center;
}

#links-row {
    display: block;
    position: relative;
    max-width: 550px;
    width: 75%;
    margin: 0px auto 0px auto;
    text-align: center;
}

#links-left {
    display: inline-block;
    width: 50%;
    float: left;
}

#links-right {
    display: inline-block;
    width: 50%;
    float: right;
}

#endlogo {
    display: block;
    position: relative;
    width: 60px;
    margin: 260px auto 0 auto;
}


/* ---- LINKS Mobile ---- */
@media all and (max-width: 720px) {
    #links {
        font-size: 1.2em;
        line-height: 1.95em;
    }
    
    #endlogo {
        width: 50px;
        margin: 240px auto 0 auto;
    }
}


/* ---- FOOTER ---- */
#footer {
    display: block;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 1px 0 0.5px 0;
    background-color: #702AFF;
    font-family: bilo, sans-serif;
    font-Weight: 400;
    font-style: normal;
    font-size: 0.7em;
    letter-spacing: 0.03em;
    line-height: 0em;
    color: #CDBBFF;
    text-align: center;
}

/* ---- FOOTER Mobile ---- */
@media all and (max-width: 720px) {
    
}
