@charset "UTF-8";

/*
Theme Name: kaji-jbs
Author: kaji-jbs
Author URI: https://kaji-jbs.jp
Description: This is "kaji-jbs" theme.
*/




/* --------------------------------------------------------------
    1: reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color:transparent
}

body {
    line-height: 1
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

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

select {
    outline: 0;
    border-radius: 0
}

input, textarea {
    padding: 0;
    background-color: inherit;
    border: none
}





/* --------------------------------------------------------------
    2: common
-------------------------------------------------------------- */

@font-face {
    font-family:"notosans_m";
    src:url("common/font/notosans_m.eot?#iefix");
    src:url("common/font/notosans_m.eot?#iefix") format("eot"),
    url("common/font/notosans_m.woff") format("woff"),
    url("common/font/notosans_m.ttf") format("truetype");
}

html, body {
	height: 100%;
    min-height: 100%;
	font-family: 'notosans_m',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.3;
	color: #000;
	background: #fff;
	font-feature-settings: 'palt';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input,
button,
textarea {
	font-family: 'notosans_m',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.9;
	color: #000;
}

select {
    font-family: 'notosans_m',"Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0.05em;
	line-height: 1.9;
	color: #000;
}

a {
	color: #707070;
	text-decoration: none;
	transition: color .3s cubic-bezier(.25, .1, .25, 1);
}

.pc a:hover {
    color: #000;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow:hidden
}

.clearfix {
    _height: 1px;
    min-height:1px
}

body {
	/* opacity: 0; */
}

/*
body.on {
	animation-name: bodyOn;
    animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	opacity: 1;
}
*/

@keyframes bodyOn {
    0% {
		opacity: 0;
    }
	100% {
        opacity: 1;
    }
}





/* --------------------------------------------------------------
    3: header
-------------------------------------------------------------- */

header {
	top: 0px;
	left: 0px;
	z-index: 20;
    position: fixed;
}

@media only screen and (max-width: 1200px) {
    header {
        position: relative;
    }
    body.top header {
        position: fixed;
    }
}

@media only screen and (max-width: 750px) {
    header {
        position: fixed;
    }
}

header h1#logo a {
    position: relative;
	display: block;
    z-index: 100;
	/* transition: 0.6s ease 0s; */
}

header h1#logo a img {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 1s ease 0s;
}

@media only screen and (max-width: 600px) {
    header h1#logo img {
		width: 33vw;
	}
}






/* --------------------------------------------------------------
    4: footer
-------------------------------------------------------------- */

footer {
	position: relative;
	/* margin-top: 24vh; */
    margin-top: 100px;
	margin-bottom: 20px;
}



/* --------------------------------------------------------------
    5: main
-------------------------------------------------------------- */

main {
	position: relative;
}

.wrapWidth {
	margin-left: 40vw;
	margin-right: 8vw;
}

.conts {
    position: relative;
    margin-top: 10vh;
    padding-top: 14vh
}

.conts > h1 {
    position: absolute;
    top: calc(14vh - 8px);
    left: -9vw;
    font-weight: normal;
}

.conts > h1 img {
    width: auto;
    height: 12px;
}

@media only screen and (max-width: 1200px) {
    .wrapWidth {
        margin-left: 8vw;
        margin-right: 8vw;
    }
    .conts > h1 {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 50px;
    }
    .conts > h1 img {
        height: 14px;
    }
}

@media only screen and (max-width: 750px) {
    .wrapWidth {
        margin-left: 22vw;
        margin-right: 4vw;
    }
    .conts > h1 {
        margin-bottom: 42px;
    }
}

span.noWrap {
	display: inline-block;
}



/* top page */

#topVisual {
	width: 100vw;
    height: 100vh;
	background: #fff;
}

.vegas-timer {
    height: 1px;
}

.vegas-timer-progress {
    background: #777;
}

#coming {
    position: fixed;
    top: calc(50% - 0.5em);
    left: calc(50% - 3em);
    font-size: 30px;
    color: #fff;
    z-index: 999;
}
@media only screen and (max-width: 1200px) {
    #coming {
        font-size: 25px;
    }
}
@media only screen and (max-width: 800px) {
    #coming {
        font-size: 22px;
    }
}
@media only screen and (max-width: 600px) {
    #coming {
        font-size: 18px;
    }
}
@media only screen and (max-width: 500px) {
    #coming {
        font-size: 16px;
    }
}











