/*
@license MyFonts Webfont Build ID 3867571, 2020-02-14T14:23:15-0500
The fonts listed in this notice are subject to the End User License
Agreement(s) entered into by the website owner. All other parties are
explicitly restricted from using the Licensed Webfonts(s).
You may obtain a valid license at the URLs below.
Webfont: ClarikaProGeo-Th by Wild Edge
URL: https://www.myfonts.com/fonts/wild-edge/clarika-pro/geometric-thin/
Webfont: ClarikaProGeo-Rg by Wild Edge
URL: https://www.myfonts.com/fonts/wild-edge/clarika-pro/geometric-regular/
Webfont: ClarikaProGeo-Dm by Wild Edge
URL: https://www.myfonts.com/fonts/wild-edge/clarika-pro/geometric-demi/
Webfont: ClarikaProGeo-Blk by Wild Edge
URL: https://www.myfonts.com/fonts/wild-edge/clarika-pro/geometric-black/
Licensed pageviews: 10,000
Webfonts copyright: Copyright © 2020 by Wild Edge. All rights reserved.
© 2020 MyFonts Inc

The MIT License
Copyright © 2010-2021 three.js authors
Copyright © 2015 Erik Terwan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/

body {
    font-family: ClarikaProGeo-Rg,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    color: #000;
}

div {display: block;}

img {
    max-width: 100%;
    max-height: 100%;
    }

.container {
    width: 1280px;
    margin: auto;
    padding-top: 128px;
    padding-bottom: 128px;
    }

a {
    text-decoration: none;
    color: #999;
    }

a:hover {
    color: #000;
    }

h1 {
    font-size: 40px;
    line-height: 48px;
    font-family: ClarikaProGeo-Dm;
}
p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.2px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.pageTitle {
    width: 86%;
    float: left;
    padding-left: 24px;
}
.pageTitleTexts {
    width: auto;
    float: left;
}


hr {
    height: 48px;
    border:none;
    border-bottom:3px solid;
    width:64px;
    float: left;
}
.pageSubTitle {
    color: #666;
    width: 66%;
    padding-top: 8px;
    padding-left: 24px;
}

/*full-width contents start here*/
.fullBanner {
    width: 100%;
    float: left;
    z-index: -10;
    margin-top: 88px;
    margin-bottom: 88px;
}
#myVideo {
    width: 100%;
  }
/*full-width contents end here*/

/*contact contents start here*/
.area {
    width: 86%;
    float: left;
    margin-bottom: 88px;
    padding-left: 24px;
}
.contact {
    width: 410px;
    margin-top: 88px;
    float: left;
}
.contactPosition {
    font-size: 18px;
    line-height: 24px;
    font-family: ClarikaProGeo-Rg;
    letter-spacing: 1.2px;
}
.contact p {
    font-size: 16px;
    line-height: 28px;
    font-family: ClarikaProGeo-Rg;
    color: #999;
}
/*contact contents end here*/

/*anchor link start here*/
#arrowTop {
    width: 32px;
    margin: auto;
}
#anchor {
    position: absolute;
    top: 0;
    left: 0;
}
/*anchor link end here*/

/*hanburger menun navigation start here*/
#navigation {
    position: fixed;
    z-index: 1;
    height: 32px;
    width: 0%;
}
#logo {
    font-size: 24px;
    line-height: 32px;
    font-family: ClarikaProGeo-Dm;
    margin-left: 40px;
}
 #menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    user-select: none;
    margin: 48px;
    }
 #menuToggle a {
   text-decoration: none;
   color: #000;
   transition: color 0.1s ease;
 }
 #menuToggle a:hover {
   color: #dfdfdf;
   text-decoration: none;
   transition: color 0.3s ease;
 }
 #menuIcon {
     float: left;
 }
 #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
    }
 #menuToggle #menuIcon span {
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 7px;
    position: relative;
    background: #000;
    border-radius: 0px;
    z-index: 1;
    transform-origin: -3px 2px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
    }
  #menuToggle #menuIcon span:first-child {
    transform-origin: 0% 0%;
    }
 #menuToggle #menuIcon span:nth-last-child(2) {
    transform-origin: 0% 100%;
    }
 #menuToggle input:checked ~ #menuIcon span {
    opacity: 1;
    transform: rotate(-45deg) translate(-7px, 10px);
    background: #232323;
    }
 #menuToggle input:checked ~ #menuIcon span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    }
 #menuToggle input:checked ~ #menuIcon span:nth-last-child(2) {
    transform: rotate(45deg) translate(0px, 0px);
    }
 #menu {
    position: relative;
    width: 388px;
    height: 106vh;
    margin: -100px 0 0 -50px;
    background: rgb(255, 255, 255, 1);
    list-style-type: none;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
 #menu li {
    font-size: 64px;
    font-family: ClarikaProGeo-Blk;
    line-height: 96px;
    padding-left: 24px;
    }
 #menuToggle input:checked ~ ul {
    transform: none;
    }
 /*hanburger menu navigation ends here*/


/*works contents start here*/
.works {
    width: 100%;
    float: left;
    margin-top: 88px;
    margin-bottom: 88px;
}
.works a {
    text-decoration: none;
    color: #000;
    display: block;
}
.works a :hover {
    text-decoration: none;
}
.workTag {
    font-family: ClarikaProGeo-Dm;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
    padding-left: 32px;
    padding-top: 32px;
    padding-bottom: 0px;
    padding-right: 88px;
}
.workTag2 {
    font-family: ClarikaProGeo-Dm;
    color:rgb(255, 255, 255, .8);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
    padding-left: 32px;
    padding-top: 32px;
    padding-bottom: 0px;
    padding-right: 88px;
}
.workTitle {
    font-family: ClarikaProGeo-Blk;
    color: #000;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.8px;
    padding-top: 0px;
    padding-left: 32px;
    padding-right: 88px;
}
.workTitle2 {
    font-family: ClarikaProGeo-Blk;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.8px;
    padding-top: 0px;
    padding-left: 32px;
    padding-right: 88px;
}


.linkText {
    font-family: ClarikaProGeo-Dm;
    color: #000;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0.8px;
    padding-left: 24px;
    margin-top: 32px;
    float: left;
}

.linkSection {
    font-family: ClarikaProGeo-Blk;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.8px;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 88px;
}
.linkSection2 {
    font-family: ClarikaProGeo-Blk;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.8px;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 88px;
}
.linkItem {
    font-family: ClarikaProGeo-Dm;
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.8px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: rgb(0, 0, 0, 1);
}
.linkItem2 {
    font-family: ClarikaProGeo-Rg;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.8px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: rgb(255, 255, 255, 1);
}

.articleTitle {
    font-family: ClarikaProGeo-Dm;
    color: #2f2f2f;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 0.8px;
    padding: 32px;
    padding-right: 88px;
}
.largeCover {
    width: 98%;
    height: 440px;
    margin: 1%;
    float: left;
}
.mediumCover {
    width: 64%;
    height: 440px;
    margin: 1%;
    float: left;
}
.smallCover {
    width: 32%;
    height: 440px;
    margin: 1%;
    float: left;
}
.caseImg {
    width: 98%;
    height: 800px;
    margin: 1%;
    float: left;
}
#alice {background-image: url(studio/cover_alice.png);}
/*works contents end here*/


/* --------------------------- */
/*                             */
/*   Responsive set-up here    */
/*                             */
/* --------------------------- */
@media screen and (max-width: 1680px) {
    #navigation {position: relative;}
}
@media screen and (max-width: 1440px) {
    #menu {width: 388px;}
    #menuToggle {margin: 24px;}
    #logo {
        margin-left: 16px;
        font-size: 20px;
        transform: rotate(90deg);
      }
    .container {
        width: 100%;
        margin: auto;
        padding-top: 168px;
        padding-bottom: 88px;
        }
    .works {
        width: 92%;
        padding: 4%;
        }
}
@media screen and (max-width: 1024px) {
    #menuIcon {
        float: none;
    }
    #menu {width: 358px;}
    #menu li {
        font-size: 48px;
        line-height: 56px;
        }
}
@media screen and (max-width: 768px) {
    .contact {width: 320px;}
    #alice {background-image: url(studio/cover_alice_mobile.png);}
    .pageSubTitle {width: 86%;}
/*
    .largeCover {
        width: 96%;
        margin: 2%;
    }
    .mediumCover {
        width: 96%;
        margin: 2%;
        float: left;
    }
    .smallCover {
        width: 96%;
        margin: 2%;
    }
  */
}
@media screen and (max-width: 414px) {}
/* responsive set-up ends here */
