
@font-face {
    font-family: 'Helvetica Now';
    src: url('Helvetica Now Text Bold.otf');
    font-weight: bold;
}
html,body {
    /*cursor: url(cursor.png), auto;*/
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch;
}
a, p, div, div a,.title-texts0 a {
    /*font-variant-alternates: styleset(ss02);*/
    font-feature-settings: "ss02";
    /*font-feature-settings: "i.ss01";*/
    text-decoration: none;
    font-family: "Helvetica Now","Helvetica Neue",Helvetica,Arial,'Noto Sans CJK SC', 'Source Han Sans SC', ‘Source Han Sans’, source-han-sans-sc,"黑体",sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color:  black;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.text-jp{
    font-weight: bold;
    display: inline-block;
    font-family: 'Noto Sans CJK JP', 'Source Han Sans JP', ‘Source Han Sans’, source-han-sans-jp, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"MS Pゴシック", sans-serif
}
a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}
::selection {
    background: grey;
}
::-moz-selection {
    background: grey;
}
::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
}
.title{
    position: fixed;
    padding: 20px;
    /*width: calc(100% - 40px);*/
}
.title-texts0{
    position: relative;
}
.title-texts{
    position: relative;
    top: 14px;
}
.buttonCover{
    display: none;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
}
.about,.navi{
    position: absolute;
}
.navi{
    position: fixed;
    right: 20px;
}
.navi a{
    float: right;
    text-align: right;
}
.parts{
    opacity: 0;
    mix-blend-mode: multiply;
    transition: 1s opacity;
}
.partAbout{
    position: absolute;
    height: 100%;
    /*top: 180px;*/
    /*height: calc(100% - 180px);*/
    left: 20px;right: 20px;
}
.aboutText{
    position: absolute;
    /*top: calc(100% - 58px);*/
    bottom: 0;
    padding: 20px 0;
}
.iconlao{
    position: absolute;
    /*height: 24%;*/
    padding: 3%;
    height: calc((80% - 180px)/2);
}
.lao1,.lao2{
    bottom: calc((80% - 180px)/2 + 14%);
}
.lao3,.lao4,.lao5{
    bottom: 6%;
}
.lao2{
    left: 33%;
}
.lao4{
    left: 33%;
}
.lao5{
    left: 66%;
}
.projectList{
    position: absolute;
    top: 180px;
    left: 20px;right: 20px;
}
.project{
    position: relative;
    width: 20%;
    margin: 0;
    padding: 0 0 24vw 0;
    font-size: 0;
    float: left;
    display: block;
}
.project-img, .project-img-b{
    position: absolute;
    width: 100%;
    transition: 0.8s;
}
.project-img-b{
    opacity: 0;
}

.content{
    position: absolute;
    height: 100%;
    top: 180px;
    left: 20px;right: 20px;
}
.content-imgs{
    position: absolute;
    width: 50%;
    padding-bottom: 20px;
}
.content-texts{
    position: absolute;
    width: calc(50% - 40px);
    left: calc(50% + 40px);
    padding-bottom: 20px;
}
.content-img{
    width: 100%;
    padding-bottom: 20px;
}

.content-texts-bottom{
    /*padding-left: 20px;*/
    padding-bottom: 5px;
}

@media (max-aspect-ratio: 1/1) {
    .project{
        width: 50%;
        padding: 0 0 55vw 0;
    }
    .iconlao,.lao1,.lao2,.lao3,.lao4,.lao5{
        opacity: 0;
        left: 50%;
        top: 50%;
        bottom: auto;
        height: auto;
        transform: translate(-50%,-50%);
        position: absolute;
        max-height: 25%;
        max-width: 90%;
    }
    .content-texts-bottom{
        padding-left: 20px;
        padding-bottom: 25px;
    }
}

@media (max-height: 500px) {
    .iconlao{
        height: calc((80% - 150px)/2);
    }
    .lao1,.lao2{
        bottom: calc((80% - 140px)/2 + 11%);
    }
}
@media (max-width: 700px) {
    .content{
        left: 0;right: 0;
    }
    .content-imgs{
        position: relative;
        width: 100%;
        padding-bottom: 0;
    }
    .content-texts{
        position: relative;
        width: calc(100% - 40px);left: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 400px) {
    a, p, div, div a,.title-texts0 a {
        font-size: 13px;
        line-height: 16px;
    }
    .project{
        width: 50%;
        padding: 0 0 55vw 0;
    }
}

@media (max-width: 350px) {
    a, p, div, div a,.title-texts0 a {
        font-size: 12px;
        line-height: 15px;
    }
}


@keyframes x {
    from {
    }
    to {
    }
}