@charset "utf-8";
body {
    font-family: "Noto Sans JP";
    font-feature-settings: "palt" 1;
}

.marker-yellow {
    background: linear-gradient(transparent 60%, #ffff00 0%);
}

.pc_disp {
    display: block;
}

.sp_disp {
    display: none;
}

.sp-close {
    display: none;
}

.sp-borad {
    display: none;
}

.opacity {
    opacity: 0 !important;
}

.opa-img {
    opacity: 0;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.color {
    color: #00cdae;
}

.imp {
    text-decoration: underline;
}

img {
    vertical-align: top;
}

.en {
    font-family: gill-sans-nova, sans-serif;
    font-weight: 100;
    font-style: normal;
}

.jp {
    /* 游明朝体 */
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* =====================================================

基本設定

===================================================== */


.loading-top{
    width: 100vw;
    height: 100vh;
    background: #111;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    transition: all 1s;
}

.loading-top2{
    width: 100vw;
    height: 100vh;
    background: #333;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    transition: all 1s;
}

.loading-top a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}


.loading-bottom{
    width: 100vw;
    height: 100vh;
    background: #222;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    transition: all 1s;
}


.loading-bottom2{
    width: 100vw;
    height: 100vh;
    background: #222;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    transition: all 1s;
}




.loading-bottom a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}


.loading-top-on{
    height: 0vh !important;
}

.loading-bottom-on{
    height: 0vh !important;
}

.loading-top-on2{
    height: 13vh !important;
}

.loading-bottom-on2{
    height: 13vh !important;
}

.logo{
    width: 467px;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 17%;
    text-align: center;
}

.logo2{
    width: 90%;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 45%;
}


.logo p{
    text-align: left;
    font-size: 19px;
    padding-top: 10px;
    letter-spacing: .5px;
}


.txtcenter{
    text-align: center !important;
}

.logo2 p{
    text-align: left;
    padding-top: 10px;
    letter-spacing: .5px;
}


.enter{
    width: 250px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20%;
    border-radius: 80px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
    background: #f2f2f2;
    padding-bottom: 10px;
}

.enter2{
    width: 250px;
    margin: auto;
    margin-top: 30px;
    border-radius: 80px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    padding-bottom: 10px;
}

.enter2 a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.en-in-left{
    width: 0%;
    height: 80px;
    position: absolute;
    left: -5px;
    top: -20px;
    background: #000;
    transition: all .3s;
    z-index: -1;
}

.en-in-right{
    width: 0%;
    height: 80px;
    position: absolute;
    right: -5px;
    top: -20px;
    background: #000;
    transition: all .3s;
    z-index: -1;
}

.en-in-left2{
    width: 0%;
    height: 80px;
    position: absolute;
    left: -5px;
    top: -20px;
    background: #fff;
    transition: all .3s;
    z-index: -1;
}

.en-in-right2{
    width: 0%;
    height: 80px;
    position: absolute;
    right: -5px;
    top: -20px;
    background: #fff;
    transition: all .3s;
    z-index: -1;
}

.copy{
    text-align: center;
    position: absolute;
    bottom: 30px;
    margin: auto;
    font-size: 11px;
    letter-spacing: 1px;
    width: 250px;
    left: 0;
    right: 0;
}

.copy2{
    width: 180px;
    height: 15px;
    text-align: center;
    position: fixed;
    margin: auto;
    font-size: 11px;
    letter-spacing: 1px;
    right: -71px;
    top: 0;
    bottom: 0;
    transform: rotate(-90deg);
    margin: auto;
    z-index: 2;
    color: #fff;
}


/* hover */

.enter:hover{
    color: #fff;
}

.enter:hover .en-in-left{
    width: 60%;
}

.enter:hover .en-in-right{
    width: 60%;
}

.enter2:hover{
    color: #111;
}

.enter2:hover .en-in-left2{
    width: 60%;
}

.enter2:hover .en-in-right2{
    width: 60%;
}


.lt2-img{
    text-align: center;
    padding-top: 0px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 4px;
    transition: all 1s;
    opacity: 0;
}

.lt2-img-on{
    padding-top: 20px;
    opacity: 1;
}


.lt3-img{
    text-align: center;
    padding-top: 0px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 4px;
    transition: all 1s;
    opacity: 0;
}

.lt3-img-on{
    padding-bottom: 20px;
    opacity: 1;
}


/* 伸縮　アニメーション */

.extend1{
    opacity: 0;
}

.extend1 div{
    width: 1px;
    height: 30px;
    background: #fff;
    margin: auto;
    transform: scaleY(0);
    animation : extend 1.5s linear 0.0s infinite alternate none running;
    margin-top: 15px;
}

.extend1-open{
    opacity: 1;
}


.tate{
    margin: 60px auto 20px auto;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    padding-right: 34px;
    box-sizing: border-box;
}


/* hover */

.loading-top:hover{
    background: #e6e6e6;
}

.loading-top:hover .lt2-img{
    color: #111;
    letter-spacing: 3px;
}

.loading-top:hover .extend1 div{
    background: #111;
}

.loading-bottom:hover{
    background: #e6e6e6;
}

.loading-bottom:hover .lt3-img{
    color: #111;
    letter-spacing: 3px;
}

.loading-bottom:hover .extend1 div{
    background: #111;
}


.iden-back{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    background: #111;
}

.black-logo{
    width: 90%;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.black-logo2{
    width: 60%;
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.iden-txt{
    position: relative;
    z-index: 2;
    padding-top: 20px;
    box-sizing: border-box;
}

.it-p1{
    text-align: center;
    color: #fff;
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 1.1;
    padding-bottom: 15px;
}

.it-p2{
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.iden-area{
    width: 70%;
    max-width: 800px;
    margin: 50px auto;
    position: relative;
    z-index:  10;
}

.idea-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.idea-f-item01{
    width: 40%;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

.idea-f-item02{
    width: 79%;
    box-sizing: border-box;
    padding-left: 20px;
}

.it-p3{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 1.1;
    padding-bottom: 10px;
}

.it-p4{
    font-size: 14px;
    color: #808080;
}

.it-p5{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.it-p6{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding-top: 30px;
}

.it-p7{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.idfi2-inner{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.idfi2-i-item01{
    width: 49%;
}

.insta-item{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.5px;
    transition: all 1s;
}

.insta-item:hover{
    color: #808080;
}

.insta-item a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.insta-icon{
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.back-retrun{
    width: 150px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    background: #292929;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    letter-spacing: 1px;
    position: absolute;
    left: 20px;
    top: 20px;
    transition: all 1s;
    position: relative;
    z-index: 10;
}

.back-retrun a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.back-retrun:hover{
    letter-spacing: 3px;
}

/* gyarari-  */

.ga-area{
    width: 90%;
    position: relative;
    margin: auto;
}


.gall-p1{
    padding-top: 90px;
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.loadmore{
    width: 300px;
    margin: auto;
    border-radius: 50px;
}


.wrap {
    width: 100%;
    margin: 0 auto;
}

#demo1 {
    margin: 0 auto;
}

.item {
    width: 295px;
    transition: all .3s;
}

.item img {
    width: 100%;
}

li.item {
    margin-bottom: 10px;
}

/*main*/
main{
    padding: 60px 0;
}

.demo{
    margin-bottom: 100px;
}

.demo:last-of-type{
    margin-bottom: 0;
}

.img-close{
    width: 80px;
    height: 80px;
    position: fixed;
    background: url(../img/SVG/img-close.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50px;
    z-index: 999999999999999999999999999;
    display: none;
    right: 2%;
    top: 3%;
    display: none;
}

.img-bigger{
    position:  fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999999;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    transform-origin: center center !important;
    overflow: scroll;
    background: rgba(0,0,0,.9);
    text-align: center;
}

.img-bigger img{
    width: 80%;
    height: auto;
    margin: 100px auto;
}



@keyframes extend{
    0%{
        transform: scaleY(0);
    }

    50%{
        transform: scaleY(0.6);
    }

    100%{
        transform: scaleY(1);
    }
}

/* =====================================================


大画面のメディアクエリ

===================================================== */

@media screen and (min-width:768px) {}


/* 1500px以上 */


/* =====================================================


スマホのメディアクエリ

===================================================== */

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


    .pc_disp {
        display: none;
    }
    .sp_disp {
        display: block;
    }
    .pc_phone {
        display: none;
    }

    /* masonry */

    .item {
        width: 155px;
    }


    /* ===================

    ここからスマホのCSS

    ==================== */

    .logo{
        width: 90%;
        top: 15%;
    }



    .logo2 p{
        text-align: center;
    }

    .back-retrun{
        zoom:0.8;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    .iden-txt{
        padding-top: 80px;
    }

    .it-p1 {
        font-size: 43px;
    }

    .iden-area {
        width: 90%;
        margin-top: 30px;
        padding-bottom: 80px;
    }

    .idea-flex{
        width: 90%;
        flex-wrap: wrap;
    }

    .idea-f-item01{
        width: 100%;
        border-bottom: 1px solid #fff;
        border-right: none;
        padding-bottom: 10px;
    }


    .idea-f-item02{
        width: 100%;
        padding-left: 15px;
    }

    .idfi2-inner{
        flex-wrap: wrap;
    }

    .idfi2-i-item01{
        width: 100%;
        padding-top: 15px;
    }

    .black-logo{
        position: fixed;
    }

    .it-p6{
        padding-top: 10px;
    }

    .it-p5{
        padding-top: 10px;
    }

    .lt3-img-on{
        padding-bottom: 0;
    }

    .loading-bottom-on2 {
        height: 16vh !important;
    }

    .loading-top-on2 {
        height: 16vh !important;
    }

    .lt2-img-on{
        padding-top: 20px;
    }

    .black-logo2 {
        width: 85%;
        top: 14%;
    }

    .gall-p1 {
        padding-top: 130px;
    }

    .ga-area {
        width: 90%;
        position: relative;
        margin: 0;
        margin-left: 1%;
    }


    .img-close{
        width: 70px;
        height: 70px;
        position: fixed;
        background: url(../img/SVG/img-close.svg) no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 50px;
        z-index: 999999999999999999999999999;
        display: none;
        right: 2%;
        top: 3%;
        display: none;
    }

    .img-bigger{
        position:  fixed !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 999999999;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        transform-origin: center center !important;
        overflow: scroll;
        background: rgba(0,0,0,.9);
        text-align: center;
    }

    .img-bigger img{
        width: 80%;
        height: auto;
        margin: 100px auto;
    }


    .tate{
        margin: 40px auto 20px auto;
    }

    .tate img{
        width: 150px;
    }

/* 768px以上 */


/* =====================================================


極小スマホのメディアクエリ

===================================================== */

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


/* end */
