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

body{
  font-family: "Noto Sans JP", serif, "Roboto Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  color: #222222;
  background: #0d1114;
}

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

header{
	background-color: #0d1114;
	position: fixed;
	left: 0;
	right: 0;
	height: 82px;
}

main{
	padding-top: 82px;
}

.wrap{
	width: 1280px;
	margin: 0 auto;
}

h1{
	float: left;
	margin: 28px 0;
}

nav ul{
	font-family: "vox", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 18px;
	color: #fff;
	float: right;
	line-height: 80px;
	vertical-align: middle;
}

nav ul li{
	float: left;
	margin-right: 30px;
}

nav ul li:last-child{
	margin-right: 0;
}

nav ul li img{
	vertical-align: middle;
}

.navi a:link{
	text-decoration: none;
}

.navi a:hover{
	opacity: 0.7;
}

.kv{
	width: 1280px;
	height: 720px;
}

.kv div{
	float: left;
	margin-top: 90px;
}

.kv_left{
	margin-left: 50px;
}

.kv_left p{
	color: #ffdf00;
	font-size: 30px;
	margin: 40px 66px 0 40px;
	line-height: 50px;
}

.kv_sp{
	display: none;
}

h2{
	width: 640px;
	font-family: "vox", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 88px;
	color: #222222;
}

p{
	line-height: 34px;
}

.h2_white{
	color: #fff;
	margin-bottom: 80px;
}

.h2_black{
	color: #222222;
	margin-bottom: 80px;
}

.h2_about{
	float: left;
	margin-bottom: 60px;
}

.h2_contact{
	width: 100%;
	color: #fff;
	margin-bottom: 80px;
}

.cnt01{
	background: #fff;
	padding: 160px 0 180px 0;
}

.cnt01_p{
	width: 640px;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	float: left;
	position: relative;
}

.cnt01_p p{
	padding-bottom: 50px;
}

.cnt02{
	background: #0d1114;
	padding: 160px 0 180px 0;
}

.cnt02 p{
	color: #fff;
	text-align: justify;
}

.btn_instagram a{
	width: 360px;
	display: flex;
	border: solid 1px #222222;
	padding: 15px;
	justify-content: center;
}

.btn_instagram a:hover{
	background-color: #222222;
	color: #fff;
}

.btn_about a {
    position: relative;
    margin: 0 auto;
    padding: 0 7em 20px 0;
    width: 500px;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
	border-bottom: solid 2px #222222;
}

.btn_about a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #222222;
    transition: 0.3s;
}

.btn_about a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #222222;
    transition: 0.3s;
}

.btn_about a:hover:before{
	right: 15px;
}

.btn_about a:hover:after{
	right: 15px;
}

.works li:hover{
	opacity: 0.7;
}


.btn_works a {
    position: relative;
    margin: 0 auto;
    padding: 0 7em 20px 0;
    width: 500px;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
	border-bottom: solid 2px #222222;
}

.btn_works a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #222222;
    transition: 0.3s;
}

.btn_works a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #222222;
    transition: 0.3s;
}

.btn_works a:hover:before{
	right: 15px;
}

.btn_works a:hover:after{
	right: 15px;
}


.btn_works{
	margin: 80px auto 0;
	text-align: center;
}

h3{
	font-size: 45px;
	margin: 20px 0;
}

h5{
	font-family: "vox", sans-serif;
	font-size: 100px;
	font-weight: 700;
	color: #ffdf00;
	padding: 100px 0;
}

h6{
	font-size: 40px;
	font-weight: 500;
	margin: 70px 0;
	text-align: center;
}

.about_kv{
	padding: 100px 0;
}

.about_kv h5{
	font-family: "vox", sans-serif;
	font-size: 100px;
	font-weight: 700;
	color: #ffdf00;
	padding: 0 0 30px 0;
}

.about_kv p{
	font-size: 30px;
	color: #ffdf00;
}

.cnt03{
	width: 640px;
	float: left;
}

.cnt03_div{
	display: flex;
	align-items: flex-end;
}

.contact_ja{
	margin-bottom: 20px;
}

.btn_contact a {
    position: relative;
    margin: 0 auto;
    padding: 0 7em 20px 0;
    width: 350px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
	border-bottom: solid 2px #fff;
	margin-left: 60px;
	display: block;
}

.btn_contact a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
}

.btn_contact a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
}

.btn_contact a:hover:before{
	right: 15px;
}

.btn_contact a:hover:after{
	right: 15px;
}

.more{
	font-family: "vox", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 30px;
	color: #222;
	text-align: center;
	margin-top: 60px;
}

footer{
	background-color: #ffffff;
}

footer p{
	color: #222222;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}

.footer_black{
	background-color: #0d1114;
}

.footer_black p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}

img{
	pointer-events: none;
	/* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

.skills ul{
	overflow: hidden;
	margin-right: -130px;
}

.skills ul li{
	width: 340px;
	margin-right: 130px;
	float: left;
}

.skills img{
	margin-bottom: 40px;
}

.skills h3{
	font-size: 45px;
	color: #fff;
	text-align: center;
}

.works ul{
	overflow: hidden;
	margin-right: -55px;
}

.works ul li{
	width: 390px;
	margin-right: 55px;
	margin-bottom: 80px;
	float: left;
}

.works img{
	margin-bottom: 20px;
}

.works img:hover{
	opacity: 0.7;
}

.works h4{
	font-weight: 500;
	font-size: 16px;
}

.works p{
	font-weight: 300;
	font-size: 14px;
}

.form{
	width: 640px;
	margin: 0 auto;
}



@media print {
    body { display: none }
}

@media only screen and (max-width:767px){
	
	header{
		height: 82px;
	}
	
	main{
		width: 100%;
		padding-top: 82px;
	}
	
	table{
		width: 100%;
		padding: 0 40px;
	}
	
	.wrap{
		width: 100%;
		padding: 0 40px;
		box-sizing: border-box;
	}
	
	.kv{
		display: none;
	}
	
	.kv_sp{
		display: block;
		width: 100%;
		padding: 0 40px;
		box-sizing: border-box;
	}
	
	.main{
		width: 100%;
		box-sizing: border-box;
	}
	
	
	/*メニューの処理*/
	
	.nav_toggle {
	    display: block;
	    position: absolute;
		top: 28px;
		right: 40px;
	    width: 1.75rem;
	    height: 1.5rem;
	}
	
	.nav_toggle span{
	    display: block;
	    width: 100%;
	    height: 2px;
	    background-color: #fff;
	    position: absolute;
	    transition: transform .5s, opacity .5s;
	}
	
	.nav_toggle span:nth-child(1) {
	    top: 0;
	}
	
	.nav_toggle span:nth-child(2) {
	    top: 0;
	    bottom: 0;
	    margin: auto;
	}
	
	.nav_toggle span:nth-child(3) {
	    bottom: 0;
	}
	
	.nav_toggle.show span:nth-child(1) {
	    transform: translateY(10px) rotate(-45deg);
	}
	
	.nav_toggle.show span:nth-child(2) {
	    opacity: 0;
	}
	
	.nav_toggle.show span:nth-child(3) {
	    transform: translateY(-12px) rotate(45deg);
	}
	
	.nav {
		position: fixed;
	    top: 3rem;
	    bottom: 0;
	    padding: 1rem;
	    opacity: 0;
	    visibility: hidden;
	    transition: opacity .5s, visibility .5s;
		background-color: #0d1114;
	}
	
	nav{
		width: 100%;
	}
	
	nav ul{
		float: none;
	}
	
	.nav ul li{
		float: none;
		text-align: center;
		margin-right: 0;
	}
	
	.nav.show {
	    opacity: 1;
	    visibility: visible;
		margin-top: 30px;
	}
	
	/*メニューの処理ここまで*/
	
	
	.skills ul{
		width: 100%;
		box-sizing: border-box;
	}
	
	.works{
		width: 100%;
		box-sizing: border-box;
	}
	
	.works ul li{
		width: 100%;
		float: none;
	}

	.cnt01{
		width: 100%;
		padding: 50px 0 50px 0;
		box-sizing: border-box;
	}
	
	.cnt01_p{
		width: 100%;
	}
	
	p{
		line-height: 50px;
	}
	
	.btn_about{
		width: 100%;
	}
	
	.btn_about a{
		width: 100%;
		padding: 20px 10px 20px 0;
	}

	.btn_about a::before {
		top: calc(60% - 2px);
		right: -2em;
	}

	.btn_about a::after {
		top: 60%;
		right: -2em;
		width: 30px;
	}
	
	.btn_instagram a{
		width: 100%;
		font-weight: 500;
	}
		
	h2{
		width: 100%;
		font-size: 60px;
		float: none;
	}
	
	.h2_black{
		margin-bottom: 50px;
	}
		
	.cnt02{
		width: 100%;
		padding: 100px 40px;
		box-sizing: border-box;
	}
	
	.cnt03{
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
	
	.cnt03_div{
		display: block;
		float: none;
	}
	
	.cnt03 p{
		margin-bottom: 50px;
	}
	
	.btn_about a {
		width: 100%;
		color: #fff;
		font-weight: 500;
		background: #222;
		padding: 15px;
		display: block;
		text-align: center;
		border: none;
		transition: none;
	}

	.btn_about a::before {
		display: none;
	}

	.btn_about a::after {
		display: none;
	}
	
	.btn_works a {
		width: 100%;
		color: #fff;
		font-weight: 500;
		background: #222;
		padding: 25px;
		display: block;
		text-align: center;
		border: none;
		transition: none;
	}

	.btn_works a::before {
		display: none;
	}

	.btn_works a::after {
		display: none;
	}
	
	.btn_contact a {
		width: 100%;
		color: #222;
		font-weight: 500;
		background: #fff;
		padding: 20px;
		display: block;
		text-align: center;
		border: none;
		margin-left: 0;
		transition: none;
	}

	.btn_contact a::before {
		display: none;
	}

	.btn_contact a::after {
		display: none;
	}
	
	.skills ul li{
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.skills ul li img{
		display: block;
		width: 80%;
		text-align: center;
		margin: 0 auto 50px;
	}
	
	.skills ul li p{
		margin-bottom: 100px;
	}
	
	.skills ul li:last-child p{
		margin-bottom: 0;
	}
	
	.works ul li{
		width: 100%;
		float: none;
		margin: 0;
	}
	
	.works ul li img{
		width: 100%;
		margin: 100px 0 20px 0;
	}
	
	.works ul{
		width: 100%;
	}
	
	.works ul li:first-child img{
		margin-top: 0;
	}
	
	.about_kv{
		width: 100%;
		padding: 60px 40px;
	}
	
	.btn_works{
		margin-top: 50px;
	}
	
	.form{
		width: 100%;
	}
	
	iframe{
		width: 100%;
	}
	
	h5{
		font-size: 70px;
		padding: 50px 0;
	}
	
	.about_kv h5{
		font-size: 70px;
		padding: 0;
	}
	
}