@charset "UTF-8";
/* CSS Document */

/*==================================TOP==================================*/

/*==================================TOP==================================*/

/*==================================TOP==================================*/

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
}

#top_background {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../image/top.jpg) no-repeat center center;
    background-size: cover;
    transition: all 1s;
}

#top_background_blur {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../image/top_blur.jpg) no-repeat center center;
    display: none;
    background-size: cover;
    transition: all 1s;
}

.blur_out {
    opacity: 0;
    transition: all 1s;
}

/*============================SEKITOVA============================*/

#sekitova {
    display: none;
    position: absolute;
    max-width: 360px;
    z-index: 1;
    transform: translate3d(0, 0, 0);
}

#top_title {
    text-align: center;
    font-size: 3.125em;
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 0px;
    margin-top: 0;
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#line {
    margin: 6px auto 10px;
    height: 1px;
    width: 60vw;
    max-width: 360px;
    border-radius: 2px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 771px) {
    #sekitova {
        width: 90vw;
        top: 47.5%;
        left: 12%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
    }
}

@media (max-width: 770px) and (min-width:481px) {
    #sekitova {
        left: 0;
        right: 0;
        top: 48%;
        max-width: 400px;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        margin: 0 auto;
    }

    #top_title {
        margin-left: 4px;
        font-size: 3.525em;
        letter-spacing: 7px;
    }

    #line {
        max-width: 400px;
        min-width: 380px;
        height: 1px;
    }
}

@media (max-width: 480px) {
    #sekitova {
        left: 0;
        right: 0;
        top: 48%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        margin: 0 auto;
        opacity: 1;
    }

    #top_title {
        margin-left: 3px;
        font-size: 2.4em;
    }

    #line {
        height: 2px;
        min-width: 280px;
    }
}

/*============================arrow============================*/

#arrow_down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8vh;
    margin: auto;
    width: 51px;
    height: 34px;
    z-index: 9999;
    cursor: pointer;
}

#arrow_up {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 8vh;
    margin: auto;
    width: 51px;
    height: 34px;
    z-index: 9999;
    cursor: pointer;
    transform: translateZ(0);
}

/*
@media (max-width: 480px) {
#arrow_down, #arrow_up {
	bottom: 100px;
}
}
*/

/*============================news============================*/

#scroll_news {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#news {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 101vh;
    text-align: center;
    padding-bottom: 120px;
}

#news h2 {
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2em;
    margin-bottom: 100px;
    padding-top: 20px;
    margin-top: 60px;
    overflow: hidden;
    letter-spacing: 3px;
    /*	height: 50px;*/
}

#news article {
    display: inline-block;
    margin: 0px auto 100px;
    width: 80%;
}

#news article a {
    display: inline-block;
}

#news h3 {
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: 3px;
    margin-top: 12px;
    margin-bottom: 6px;
}

#news article p {
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-feature-settings: 'palt';
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: 1.5px;
    margin-top: 6px;
    margin-bottom: 12px;
}

@media (max-width:770px) {
    #news article {
        width: 70%;
        padding: 0px 12px;
        background-color: rgba(54, 67, 81, .3);
        border: solid 2px #fff;
        border-radius: 8px;
    }

    #news h2 {
        font-size: 1.8em;
    }

    #news article p {
        font-size: 1.25em;
    }
}

@media (max-width:480px) {
    #news article {
        padding: 8px;
    }

    #news h2 {
        font-size: 1.6em;
    }

    #news h3 {
        font-size: 1.15em;
    }

    #news article p {
        font-size: 1.15em;
    }
}

/*==================================BIO==================================*/

#bio_background {
    background: url(../image/bio.jpg) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    transition: all .3s;
    overflow: hidden;
}

/*============================contents============================*/

#language {
    font-family: "lato", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    position: absolute;
    top: 150px;
    z-index: 301;
    border-radius: 24px;
    background-color: rgba(127, 146, 150, .80);
    box-shadow: 0px 0px 8px 8px rgba(127, 146, 150, .8);
}

#language div {
    float: left;
    margin: 0;
    padding: 0 4px;
}

#JP {
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 301;
    opacity: .5;
    transition: all .5s;
    vertical-align: middle;
}

#EN {
    margin: 0;
    margin-left: 24px;
    padding: 0;
    cursor: pointer;
    z-index: 301;
    opacity: 1;
    transition: all .5s;
    vertical-align: middle;
}

#bio_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.biography {
    position: absolute;
    left: 0;
    right: 0;
    margin: 200px auto 200px;
    z-index: 10;
    overflow-x: hidden;
}

#bioJP p {
    font-family: "arial", "sans-serif";
    font-style: normal;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 1.7px;
    line-height: 45px;
    transform: translateZ(0);
}

#bioEN {
    display: none;
}

#bioEN p {
    font-family: "futura-pt", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 45px;
    transform: translateZ(0);
}

.biography p {
    margin: 0 2% 40px;
    width: 98%;
}

.bottom {
    padding-bottom: 5vh;
}

.pointer_none {
    pointer-events: none;
}

@media (min-width: 771px) {
    #language {
        left: 77%;
        margin-left: 30px;
    }

    #bio_container {
        top: 0;
    }

    .biography {
        width: 70%;
        max-width: 960px;
        min-width: 770px;
    }
}

@media (max-width:770px) and (min-width:481px) {
    #language {
        top: 140px;
        right: 6vw;
    }

    #bio_container {
        top: 0px;
        bottom: 0px;
        -ms-overflow-style: none;
    }

    .biography {
        margin: 200px auto auto;
        width: 95%;
        -ms-overflow-style: none;
    }

    #bioJP p {
        font-size: .9em;
        line-height: 46px;
    }

    #bioEN p {
        font-size: 1.1em;
        line-height: 46px;
    }
}

@media (max-width: 480px) {
    #language {
        font-size: 1.1em;
        top: 12%;
        right: 6vw;
        padding-top: 18px;
    }

    #bio_container {
        top: 0;
        bottom: 0px;
        -ms-overflow-style: none;
    }

    .biography {
        margin: 160px auto auto;
        width: 96%;
        -ms-overflow-style: none;
    }

    #bioJP p {
        font-size: .8em;
        line-height: 42px;
    }

    #bioEN p {
        font-size: 1em;
        line-height: 42px;
    }
}

/*==================================GIGS==================================*/

/*==================================GIGS==================================*/

/*==================================GIGS==================================*/

#gigs_background {
    background: url(../image/gigs.jpg) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    transition: all .3s;
    overflow: hidden;
    /*	display: none;*/
}

/*============================contents============================*/

#scroll_gigs {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: auto;
    font-size: 100%;
    padding-bottom: 180px;
    -webkit-overflow-scrolling: touch;
}

#gigs_container {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    padding-bottom: 20vh;
}

#gigs_container section article div {
    float: left;
    text-align: center;
}

#gigs_container article {
    font-family: "futura-pt", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    /*    overflow: hidden;*/
    letter-spacing: .7px;
}

#gigs_container h2 {
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2em;
    margin: 10vh 0 40px;
    overflow: hidden;
}

.detail2 {
    position: absolute;
    right: 0px;
    width: 80px;
    height: 55px;
    border-bottom: solid 1px;
}

.detail2>p {
    transform: none;
    height: 80px;
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    transition: 0.5s;
}

.detail2_container {
    position: absolute;
    width: 100px;
    height: 80px;
    top: 0%;
    right: -10px;
    margin: auto;
}

.detail2_container p {
    display: inline-block;
    float: left;
    transform: translateX(-10px);
    opacity: 0;
    transition: 0.5s;
    font-family: "lato", "sans-serif";
    font-style: normal;
    font-weight: 400;
    vertical-align: middle;
    font-size: 16px;
    height: 47px;
    line-height: 47px;
    width: 35px;
}

.detail_jp {
    opacity: 0.8;
    margin-left: 10px;
}

.detail_en {
    opacity: 0.8;
    margin-left: 10px;
}


.detail2:hover>p {
    transform: translateX(10px);
    transition: 0.5s;
    opacity: 0;
}


@media (min-width:801px) {
    #scroll_gigs {
        top: 0;
        bottom: 0;
    }

    #gigs_container {
        padding-top: 130px;
        width: 800px;
    }

    #gigs_container section article {
        position: relative;
        height: 60px;
        left: 0;
        right: 0;
        margin: 0px 15px 30px;
        padding-bottom: 18px;
    }

    .link_btn {
        display: none;
    }

    .date {
        position: absolute;
        left: 10px;
        height: 80px;
        width: 50px;
    }

    .date p {
        height: 80px;
        width: 50px;
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }

    .city {
        position: absolute;
        left: 13%;
        width: 145px;
        height: 80px;
    }

    .city p {
        width: 145px;
        height: 80px;
        display: table-cell;
        vertical-align: middle;
    }

    .title {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 400px;
        height: 80px;
    }

    .title p {
        height: 80px;
        width: 400px;
        display: table-cell;
        vertical-align: middle;
    }

    .place {
        position: absolute;
        right: 13%;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 60px;
        width: 145px;
        text-align: center;
    }

    .place p {
        height: 62px;
        width: 145px;
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }

    .place a {
        position: relative;
        transition: .3s;
    }

    .place a:hover {
        opacity: .5;
    }

    .place a::after {
        content: "";
        position: absolute;
        left: -3%;
        bottom: 1px;
        height: 1px;
        width: 105%;
        background: #fff;
    }

    .detail {
        position: absolute;
        right: 0px;
        width: 80px;
        height: 55px;
        transition: .3s;
        pointer-events: none;
    }

    .detail a {
        opacity: .3;
        transition: .3s;
    }

    .is-active .detail a {
        position: relative;
        opacity: 1;
        pointer-events: auto;
    }

    .is-active .detail a::after {
        content: "";
        position: absolute;
        left: -3%;
        bottom: 1px;
        height: 1px;
        width: 105%;
        background: #fff;
    }

    .is-active .detail a:hover {
        opacity: .5;
    }

    .detail p {
        height: 80px;
        width: 80px;
        display: table-cell;
        vertical-align: middle;
    }

    .detail2:hover>.detail2_container>p {
        transform: none;
        opacity: 1;
    }

    .detail2 .detail2_container>p:hover {
        opacity: 0.5;
    }


}

@media (max-width:800px) {
    #scroll_gigs {
        width: 100%;
        bottom: 0;
        top: 0;
        padding-top: 100px;
    }

    #gigs_container {
        padding-top: 100px;
        top: 0;
        width: 100%;
    }

    #gigs_container section article div {
        float: left;
        margin-bottom: 100px;
        text-align: center;
    }

    #gigs_container h2 {
        font-size: 1.8em;
    }

    #gigs_container section article {
        position: relative;
        width: 80vw;
        min-width: 450px;
        height: 80px;
        background: rgba(54, 67, 81, .3);
        border-radius: 8px;
        left: 0;
        right: 0;
        margin: 30px auto 70px;
        border: solid #fff;
    }

    .link_btn {
        position: absolute;
        width: 80vw;
        min-width: 450px;
        height: 80px;
        border-radius: 8px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 10;
        padding: 0;
        pointer-events: none;
    }

    .is-active .link_btn {
        pointer-events: auto;
    }

    .date {
        position: absolute;
        top: 8px;
        right: 57%;
        width: 100px;
    }

    .date p {
        text-align: right;
        margin: 0;
    }

    .city {
        position: absolute;
        top: 8px;
        left: 56%;
        width: 130px;
    }

    .city p {
        text-align: left;
        margin: 0;
    }

    .title {
        position: absolute;
        top: 42px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 480px;
    }

    .place {
        position: absolute;
        right: 0;
        left: 0;
        top: 34px;
        margin: auto;
        width: 250px;
    }

    .detail {
        display: none;
    }


    .detail2 {
        position: absolute;
        width: 100%;
        height: 100%;
        border-bottom: none;
        transition: 0.4s;
        z-index: 100;
    }

    .detail2_container {
        position: absolute;
        width: 40%;
        height: 80px;
        top: 0%;
        right: 0;
        left: 0;
        margin: auto;
    }

    .detail2_container p {
        transform: none;
        font-size: 18px;
    }

    .detail_jp {
        margin-left: 0;
    }

    .detail_en {
        margin-left: calc(100% - 70px);
    }

    .detail2>p {
        display: none;
    }

    .detail2~div {
        transition: 0.4s;
    }

    .detail2:hover {
        transition: 0.3s;
        background: rgba(82, 161, 203, 0.1);
    }

    .detail2:hover>.detail2_container>p {
        transform: none;
        transition: 0.5s;
        opacity: 1;
    }

    .detail2:hover~div {
        transition: 0.3s;
        opacity: 0.05;
    }

}

@media (max-width:480px) {
    #scroll_gigs {
        width: 100%;
        bottom: 0;
        top: 0;
        padding-top: 60px;
    }

    #gigs_container {
        width: 100%;
    }

    #gigs_container section article div {
        float: left;
        margin-bottom: 100px;
        text-align: center;
    }

    #gigs_container h2 {
        font-size: 1.6em;
    }

    #gigs_container section article {
        position: relative;
        width: 90vw;
        min-width: 0;
        height: 80px;
        background: rgba(54, 67, 81, .3);
        border-radius: 8px;
        left: 0;
        right: 0;
        margin: 30px auto 70px;
    }

    .link_btn {
        position: absolute;
        width: 90vw;
        min-width: 0;
        height: 80px;
        border-radius: 8px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 10;
    }
}

/*==================================WORKS==================================*/

/*==================================WORKS==================================*/

/*==================================WORKS==================================*/

#works_background {
    background: url(../image/works.jpg) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    transition: all .3s;
    overflow: hidden;
    /*	display: none;*/
}

/*============================contents============================*/

#works_contents {
    font-family: "futura-pt", "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0;
    margin: auto;
    overflow: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch
}

#inner {
    position: absolute;
    width: 960px;
    left: 0;
    right: 0;
    margin: auto auto 100px;
    padding-top: 100px;
    padding-bottom: 20vh;
}

@media (max-width:959px) {
    #inner {
        width: 640px;
    }
}

@media (max-width:639px) {
    #inner {
        width: 320px;
    }
}

#works_contents h2 {
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2em;
    letter-spacing: 2px;
    margin: 10vh 0 50px;
    clear: both;
    overflow: hidden;
}

.m_flame {
    position: relative;
    float: left;
    width: 290px;
    height: 120px;
    background: rgba(0, 7, 56, .1);
    border-radius: 60px;
    margin: 0px 15px 100px;
    overflow: hidden;
}

.m_title {
    position: absolute;
    left: 125px;
    width: 170px;
    height: 118px;
    padding-top: 2px;
}

.m_title p {
    width: 150px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 21px;
    font-size: .95em;
    letter-spacing: .6px;
    z-index: 2;
}

.m_title .line_up {
    font-size: 1.03em;
    letter-spacing: 1px;
    line-height: 30px;
    padding-left: 4px;
}

.m_link {
    position: absolute;
    left: 0px;
    width: 290px;
    height: 120px;
    background: #1e2832;
    border-radius: 0 60px 60px 0;
    letter-spacing: 1px;
    transform: translate3d(0px, 0, 0);
}

.link_display {
    display: none;
}

.link1 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 290px;
    height: 22px;
    margin: 0 auto;
    padding: 48px 0 50px;
}

.link1 li {
    height: 22px;
    text-align: left;
    margin: 0 0 0 120px;
}

.link2 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 290px;
    height: 92px;
    margin: 0 auto;
    padding: 5px 0 25px;
}

.link2 li {
    height: 22px;
    text-align: left;
    margin: 24px 0 0 120px;
}

.link3 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 290px;
    height: 102px;
    margin: 0 auto;
    padding: 3px 0 15px;
}

.link3 li {
    height: 22px;
    text-align: left;
    margin: 12px 0 0 120px;
}

.m_link ul li p {
    display: inline-block;
    letter-spacing: 1px;
    vertical-align: middle;
    margin: 0 0 0 2px;
}

.link_icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.m_link ul li a {
    transition: all .3s;
    opacity: 1;
}

.m_link ul li a:hover {
    transition: all .3s;
    opacity: .7;
}

.m_art {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -1px;
    z-index: 5;
    pointer-events: none;
    /*	display: none;*/
}

@media (max-width:770px) and (min-width:481px) {
    #works_contents {
        width: 100%;
        bottom: 0;
    }

    .m_flame {
        position: relative;
        float: left;
        width: 290px;
        height: 120px;
        background: rgba(0, 7, 56, .1);
        border-radius: 60px;
        margin: 40px 15px 30px;
        overflow: hidden;
    }

    #works_contents h2 {
        font-size: 1.8em;
        margin: 10vh 0 0px;
    }
}

@media (max-width:480px) {
    #works_contents {
        width: 100vw;
        bottom: 0;
    }

    .m_flame {
        position: relative;
        float: none;
        width: 290px;
        height: 120px;
        background: rgba(0, 7, 56, .1);
        border-radius: 60px;
        margin: 0px 15px 50px;
        overflow: hidden;
    }

    #works_contents h2 {
        font-size: 1.6em;
        margin: 0px 0px 40px;
    }
}

/*============================SNS============================*/

@media (max-width:770px) {
    #icons {
        position: absolute;
        left: 0;
        right: 0;
        top: 48%;
        padding-top: 29px;
    }
}

@media (max-width:480px) {
    #icons {
        padding-top: 24px;
    }
}

/*==================================CONTACT==================================*/

/*==================================CONTACT==================================*/

/*==================================CONTACT==================================*/

#contact_background {
    background: url(../image/contact.jpg) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    transition: all .3s;
    overflow: hidden;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
}

/*============================contents============================*/

#contact_container {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#submitComplete {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: 2px;
    height: 70px;
    width: 100%;
    text-align: center;
}

form {
    position: relative;
    margin: 3vh auto 6vh;
    width: 100%;
    max-width: 680px;
}

#form_about {
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: 2px;
    margin: 18vh auto 0;
    text-align: left;
    width: 100%;
    max-width: 680px;
}

input[type="text"],
[type="email"] {
    font-family: "lato", "sans-serif";
    font-style: normal;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: rgba(54, 67, 81, .3);
    width: calc(100% - 16px);
    max-width: 664px;
    height: 36px;
    margin-bottom: 6vh;
    padding: 0 8px;
    border-radius: 3px;
    transition: all .2s;
}

textarea {
    font-family: "lato", "sans-serif";
    font-style: normal;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 1px;
    color: #FFF;
    background-color: rgba(54, 67, 81, .3);
    width: calc(100% - 16px);
    max-width: 664px;
    min-width: 50%;
    min-height: 20px;
    height: 12vh;
    padding: 8px;
    border-radius: 3px;
    transition: all .2s;
}

#btnSubmit {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #FFF;
    background-color: rgba(54, 67, 81, .3);
    width: 100px;
    height: 36px;
    line-height: 34px;
    cursor: pointer;
    border-radius: 3px;
    border: solid 2px #fff;
    transition: all .2s;
}

#selectCountry {
    width: 240px;
    margin-bottom: 6vh;
    height: 84px;

}

#form_bt_about {
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: 2px;
    margin: 3vh 0;
    text-align: left;
}

#selectCountry input {
    display: none;
}

#selectCountry label {
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #FFF;
    background-color: rgba(54, 67, 81, .3);
    box-sizing: border-box;
    display: block;
    float: left;
    cursor: pointer;
    width: 100px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    transition: .5s;
    border-radius: 3px;
    border: solid 2px rgba(255, 255, 255, 0);
}

#selectCountry label:first-of-type {
    /*    margin-left: calc(46% - 100px);*/
}

#selectCountry label:last-of-type {
    margin-left: 40px;
}

#selectCountry input[type="radio"]:checked+.switch-on {
    border: solid 2px #fff;
}

#selectCountry input[type="radio"]:checked+.switch-off {
    border: solid 2px #fff;
}

input:hover {
    transition: all .2s;
}

textarea:hover {
    transition: all .2s;
}


::-webkit-input-placeholder {
    color: #fff;
    opacity: .5;
}

::-moz-placeholder {
    color: #fff;
    opacity: .5;
}

:-ms-input-placeholder {
    color: #fff;
    opacity: .5;
}

@media (max-width:770px) and (min-width:481px) {
    #contact_container {
        width: 100%;
        top: 0px;
    }

    form {
        width: 90%;
    }

    #form_about {
        width: 90%
    }
}

@media (max-width:480px) {
    #contact_container {
        width: 100%;
    }

    form {
        width: 90%;
    }

    #form_about {
        width: 90%;
    }

    #selectCountry {
        display: inline-block;
        width: 300px;
        margin-bottom: 10vh;
        height: 84px;
    }

    #form_about,
    #form_bt_about {
        text-align: center;
        font-size: 20px;
        letter-spacing: 1px
    }

    #btnSubmit {
        position: static;
        margin-bottom: 80px;
    }

    #btnSubmit,
    #selectCountry label {
        width: 100px;
        font-size: 1rem;
    }

    #selectCountry label:first-of-type {
        margin-left: calc(50% - 120px);
    }

}


/*==================================COMMON==================================*/

/*==================================COMMON==================================*/

/*==================================COMMON==================================*/

/*============================setting============================*/

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-user-select: none;
}

input,
textarea {
    -webkit-user-select: auto;
}

html,
body {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.swiper-container {
    width: 100vw;
    height: 100%;
}

.swiper_index {
    z-index: -1;
}

.opacity_0 {
    opacity: 0;
    transition: all .3;
}

.contents_none {
    display: none;
}

.pointer_none {
    pointer-events: none;
}

html {
    visibility: hidden;
}

html.wf-active {
    visibility: visible;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 5s ease;
    transition: opacity 1s ease;
    overflow-x: hidden;
}

body.fademove::after {
    opacity: 1;
}

#wrapper {
    color: #ffffff;
    width: 100vw;
    height: 100%;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #ffffff;
}

p {
    font-feature-settings: "palt"1;
    font-variant-ligatures: none;
}


/*============================scrollFade============================*/

.scroll_target {
    position: absolute;
    bottom: calc(100% + 1px);
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    margin: auto;
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

@media (max-width:800px) {
    .scrollcontentGigs .scroll_target {
        position: absolute;
        bottom: -10px;
    }
}

/* display out */

.scrollcontentTop {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all .5s;
    overflow-x: hidden;
}

.scrollcontentGigs {
    opacity: 0;
    transition: all .5s;
}

.scrollcontentGigs_h2 {
    position: relative;
    top: 20px;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: all .5s;
    overflow-x: hidden;
    line-height: 70px
}

.scrollcontentWorks {
    opacity: 0;
    transition: all .5s;
    overflow-x: hidden;
}

.scrollcontentWorks_h2 {
    position: relative;
    top: 20px;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: all .5s;
    overflow-x: hidden;
    line-height: 70px
}

/* display in*/

.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    overflow-x: hidden;
}

.header_hide {
    position: absolute;
    height: 1px;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

/*============================nav============================*/

h1 {
    font-family: "lato", "sans-serif";
    font-weight: 400;
    letter-spacing: 4px;
    font-size: 2.6em;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 48px auto 0;
    opacity: 1.0;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#top_line {
    opacity: 1;
    width: 30%;
    height: 2px;
    margin: auto;
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 2px;
    transition: all .7s;
}

#bio_line {
    opacity: 0;
    width: 30%;
    height: 2px;
    margin: auto 35%;
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 2px;
    transition: all .7s;
}

#gigs_line {
    opacity: 0;
    width: 40%;
    height: 2px;
    margin: auto 30%;
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 2px;
    transition: all .7s;
}

#works_line {
    opacity: 0;
    width: 50%;
    height: 2px;
    margin: auto 25%;
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 2px;
    transition: all .7s;
}

#contact_line {
    opacity: 0;
    width: 60%;
    height: 2px;
    margin: auto 20%;
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 2px;
    transition: all .7s;
}

#nav_back {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#hover_area {
    position: absolute;
    width: 100%;
    height: 40%;
    z-index: 30;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#nav_list {
    position: relative;
    width: 100%;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#nav_list li {
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.24em;
    text-align: center;
    letter-spacing: 2px;
    width: 140px;
}

#nav_list li p {
    display: inline-block;
    padding: 4px;
    cursor: pointer;
    margin-bottom: 0;
}

@media (min-width: 771px) {
    #nav_list li {
        display: inline-block;
    }

    #nav_icon {
        display: none;
    }

    #target {
        opacity: 0;
        transform: translate(0px, -15px) rotateZ(0deg);
        transition: all .5s;
    }

    #hover_area:hover>#nav_back {
        opacity: .3 !important;
    }

    #hover_area:hover>#target {
        opacity: 1 !important;
        transform: translate(0px, 15px) rotateZ(0deg) !important;
        transition: all .45s !important;
    }
}

@media (max-width:770px) {
    h1 {
        font-size: 42px;
        margin: 38px auto 0;
    }

    #nav_back {
        display: none;
    }

    #target {
        transform: none !important;
    }

    #hover_area {
        pointer-events: none;
    }

    #nav_list {
        position: absolute;
        height: 100vh;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -30px;
    }

    #nav_list li {
        height: 24px;
        font-size: 1.5em;
        margin: 8vh 0 0;
        width: 100%;
    }

    .display_none {
        display: none;
    }

    #nav_icon {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10vh;
        z-index: 100;
    }

    #top_line {
        position: absolute;
        width: 50px;
        left: 0px;
        right: 0;
        margin: auto;
    }

    #bio_line {
        position: absolute;
        width: 50px;
        left: 0px;
        right: 0;
        margin: auto;
    }

    #gigs_line {
        position: absolute;
        width: 66px;
        left: 0px;
        right: 0;
        margin: auto;
    }

    #works_line {
        position: absolute;
        width: 86px;
        left: 0px;
        right: 0;
        margin: auto;
    }

    #contact_line {
        position: absolute;
        width: 100px;
        left: 0px;
        right: 0;
        margin: auto;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 28px;
        margin: 20px auto 0;
    }

    #nav_list {
        padding: 0;
        top: -24px;
        padding-top: 6vh;
    }

    #nav_list li {
        font-size: 1.5em;
        height: 9px;
        margin: 0 0 10vh;
    }

    #nav_icon {
        bottom: 10vh;
    }
}

/*=========================humbergar=========================*/

@media (min-width: 771px) {
    #nav_btn {
        display: none !important;
    }
}

.nav_show {
    transition: all .3s;
    pointer-events: none;
    opacity: 0;
}

@media (max-width: 770px) {
    #nav_btn {
        position: absolute;
        top: 45px;
        right: 45px;
        display: block;
        z-index: 200;
    }
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 42px;
    height: 32px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 100px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 15px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

@media (max-width: 480px) {
    #nav_btn {
        top: 22px;
        right: 26px;
    }

    .menu-trigger {
        position: relative;
        width: 38px;
        height: 28px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 100px;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 13px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(13px) rotate(-45deg);
        transform: translateY(13px) rotate(-45deg);
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-13px) rotate(45deg);
        transform: translateY(-13px) rotate(45deg);
    }
}

/*============================SNS============================*/

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 30;
}

.icons {
    margin: 0 auto;
    text-align: center;
}

.icons li {
    display: inline-block;
}

.icon {
    width: 23px;
    height: 23px;
    margin: 0 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1px;
}

.icon a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    transition: .3s;
    opacity: .4;
}


footer .icons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
}

.icon a:hover {
    transition: .3s;
    opacity: .8;
}


@media (max-width: 770px) and (min-width:481px) {
    .icons {
        margin: 0 auto;
    }

    .icon {
        width: 28px;
        height: 28px;
        transition: all .3s;
    }

    .icon {
        opacity: .8;
    }
}

@media (max-width: 480px) {
    .icon {
        opacity: .8;
    }

    .icons {
        height: 22px;
    }

    .icon {
        width: 22px;
        height: 22px;
        margin: 0 6px;
        transition: all .3s;
    }
}
