@charset "UTF-8";

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    box-sizing: border-box;
    color: #333;
}

body{
	line-height: 1.6;
	font-size: 14px;
    background: #fefefe;
    background: #eee;
}

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

	body{
		font-size: 16px;
	}

}


/* ----------------------- */
/* ------ textsplit ------ */
/* ----------------------- */


.kv{
    height: 100vh;
    position: relative;
}

.bg{
    height: 100%;
    background: url(../img/kv.png) no-repeat center/cover;
}

.text-block{
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.text-black{
    display: none;
}

.text{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.text-white .text{color: #fff;}
.text-black .text{color: #222;}

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

    .text-black{
        display: block;
    }

    .text-inner{
        width: 50%;
        overflow: hidden;
    }

    .text{
        font-size: 40px;
    }

    .text-black .text{
        width: 200%;
    }

}

@media screen and (min-width: 960px) {
    .bg{
        width: 80%;
        height: 80%;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        z-index: 1;
    }

    .text-block{
        transform: none;
    }

    .text-white{
        bottom: 12.5%;
        left: -12.5%;
    }

    .text-black{
        width: auto;
        bottom: 30%;
        left: 10%;
    }

    .text-inner{
        width: 100%;
    }

    .text{
        font-size: 54px;
        text-align: left;
        letter-spacing: .1em;
    }

    .text-black .text{
        width: 100%;
    }
}
