/* HTML Elements */
* {
	margin:0;
	padding:0;
}

body {
	/*font-family: 'YuGothic', 'Yu Gothic','游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;*/
	font-family: 'Anton', sans-serif;
font-family: 'Noto Serif JP', serif;
	background-color: #f6f6f6;
	color: #fff;
	font-size: 20px;
}


#wrap {
  overflow: hidden;
}

h1 img {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
	position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	width: 38%;
	}
h1 img svg{
    fill: #000;
    width: 84.53333vw;
    height: 16.53333vw;
    fill: transparent;
    overflow: visible;
}

.main {
	margin: 20% 6% 0 6%;
}
.mainIn {
	margin: 38% 0 50% 0;
position: relative;
    mix-blend-mode: difference;
}
h2 {
	font-size: 2em;
	    margin: 30% 0 0 0;
}
p {	
	margin: 35px 0;
	position: relative;
	line-height: 2.3;
}
p.first_box {
	font-size: 23px;
}
.first_box_jp {
	font-weight: bold!important;
}
.first_box_en {
	font-weight: bold!important;
}
.copy {
	color: #111;
}

h2.mark {
	    background-color: rgba(255.255, 255, 255, 1);
    color: rgb(0.0.0.1);
    display: inline-block;
    padding: 0 11px;
    line-height: 1.4;
}
ul.business {
	margin: 0 0 10% 0;
}

ul.business li {
	font-size: 1.7em;
	font-weight: bold;
}
.about {
	margin-top: 4%;
}

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


@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.main {
		font-size: 80%;
	}
	h1 img{
	width: 70%;
	}
	p.first_box {
	font-size: 3.5vw;
}
}


.fadein {
    opacity : 0;
    transform : translate(0, 150px);
    transition:all 0.5s;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

