@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
/* ----- 背景用の動画ファイル ----- */
#bg-video {
	position: fixed;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 104%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url('poster.jpg') no-repeat;
	background-size: cover;
}
/* ----- ----------header----------- ----- */
.header-title {
	position: relative; /*必ず必要*/
	z-index: 2; /*必ず必要*/
	display: flex;
	width: 50%;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: auto;
}
header {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	padding-left: 1.5%;
}
.inner {
	width : 1200px;
	margin: auto;
}
header nav ul {
	float: right;
	margin-right: 50px;
	padding-top: 25px;
	list-style: none;
}
header nav ul li {
	float: left;
	padding-right: 15px;
	padding-left: 45px;
}
li a {
	color: #fff;
	text-decoration: none;
}
header li a:hover {
	color: #0080E0;
	border-bottom: 1px solid #fff;
	transition: 0.5s;
}
.global-nav {
	display: none;
}
.hamburger {
display:none;	
}
.top_image {
	position: relative;
	background-image: url(assets/images/kurage.mp4);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	z-index:-1;
}
.logo {
	position: absolute;
	top: 50%;
	width:100%;
	left: 0;
	text-align:center;
	margin:0 auto;/*--------------------幅が定まってるときに使うやつ-----------------------*/
	transform: translateY(-27.5px);/*------------------本当の真ん中を指示したい場合ヤツ:Logo画像 縦57px:----------------------*/
}
.scrolltop {
	display: block;
}
.scrolltop a {
	position: absolute;
	top: 85%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	padding-top: 70px;
	color: #fff;
	pointer-events: none;
}
.scrolltop a span {
	position: absolute;
	top: 0%;
	left: 80%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
 0% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
@keyframes sdb {
 0% {
 transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
/*----------------about---------------------*/
#about {
	box-sizing: border-box;/*幅の中にpaddingぶんが含まれる*/
	font-size: 1.625rem;
	padding-top: 90px;
	padding-left: 2.5%;
	background: #F9F9F9;
	width: 100%;
}
#about h2 {
	font-size: 1.6975rem;
	padding-top: 30px;
	padding-left: 29.1667%;
}
#about h2 br {
	display: none;
}

#about .kakumei {
	font-size: 1.3125rem;
	padding-top: 23px;
	padding-left: 29.1667%;
	padding-right: 7.2%;
	text-align: justify;
	text-justify: inter-ideograph;/*-----------両揃えやつ----------*/
}
/*---------------works------------------*/
#works {
	box-sizing: border-box;/*幅の中にpaddingぶんが含まれる*/
	font-size: 1.625rem;
	padding-top: 90px;
	padding-left: 2.5%;
	background: #F9F9F9;
	width: 100%;
}
.boxbox {
	display: flex;
}
.irai {
	font-size: 1rem;
	padding-top: 23px;
	flex: 1;
	padding-right: 5%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.boxbox .irai span {
	color: #0a63b0;
}
.inline-block {
	display: inline-block;
/*	background-color: #F9F9F9;*/
	height: 692px;
	padding-right: 3%;
	justify-content: space-between;
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	flex-basis: 71%;
	z-index:10000;
}
.inline-block div {
	flex-basis: 25%;
}
/*---------------illust--------------------*/
#illust {
	box-sizing: border-box;/*幅の中にpaddingぶんが含まれる*/
	font-size: 1.625rem;
	padding-top: 90px;
	padding-left: 2.5%;
	background: #F9F9F9;
	width: 100%;
}
#illust .sakuhin {
	font-size: 1rem;
	padding-top: 23px;
	padding-right: 5%;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-right: 7.2%;
}
#illust .keikoku {
	font-size: 0.6rem;
	padding-top: 6px;
	padding-bottom: 10px;
	/*padding-left:2.5%;*/
	align-items: center;            /*上下のズレを均一化してくれるやつ*/
}
#illust .keikoku span {
	color: #0a63b0;
}
#illust .sample {
	justify-content: space-between;
	display: flex;
	padding: 35px 0 35px 0;
	/*padding-right: 3%;*/
	box-sizing: border-box;
	flex-wrap: wrap;
	justify-content:center;
}

.sample div {
	flex-basis:210px;
}

.effect-fade {
	opacity : 0;
	transition : all .6s;
	z-index:10000;
}
.effect-fade.effect-scroll {
	opacity : 1;
}
#illust .sample div {
	padding-top: 15px;
}
/*---------------company--------------------*/
#company {
	box-sizing: border-box;/*幅の中にpaddingぶんが含まれる*/
	font-size: 1.625rem;
	padding-top: 90px;
	padding-left: 2.5%;
	background: #F9F9F9;
	width: 100%;
}
dl {
	width: 680px;
	padding-left: 29.1667%;
	/*    margin: 0 auto;                  /*使ってないけど中央揃えって意味*/
	padding-top: 46px;
}
dt {
	font-size: 1rem;
	float: left;
	clear: left;
	margin-right: 0.5em;
	width: 120px;
}
dd {
	font-size: 1rem;
	float: left;
	margin-left: 1em;
}
.clear :after {
	content: "";
	clear: both;
	display: block;
}
/*------------------contact-------------------*/
#contact {
	box-sizing: border-box;/*幅の中にpaddingぶんが含まれる*/
	font-size: 1.625rem;
	padding-left: 2.5%;
	padding-top: 90px;
	background: #F9F9F9;
	width: 100%;
}
/*#contact .situmon p {
	font-size: 1.2rem;
	padding-top: 60px;
		padding-left: 21%;
	align-items: center;
}*/
#contact .title1 p {
	font-size: 1.2rem;
	padding-top: 15px;
	padding-left: 29%;
	color: #0080E0;
}
#contact .koumoku1 p {
	font-size: 1.17rem;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 31%;
	align-items: center;            /*上下のズレを均一化してくれるやつ*/
	color: #0080E0;
}
#contact .naiyou p {
	font-size: 1rem;
	padding-left: 32.65%;
	padding-right: 15%;
	text-align: justify;
	text-justify: inter-ideograph;
	align-items: center;
}
#contact .title2 p {
	font-size: 1.2rem;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 29%;
	color:#CE3A7D;
}
#contact .koumoku2 p {
	font-size: 1.17rem;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30.9%;
	color:#CE3A7D;
	align-items: center;            /*上下のズレを均一化してくれるやつ*/
}
.contactbox {
	border: 1px solid #000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 6px;
	margin: 45px 12.5% 0 10%;
}
.contactbox p {
	font-size: 1.35rem;
}
#contact .contact {
	display: flex;                   /*横並びヤツ*/
	justify-content: center;
	align-items: center;
}
#contact .contact p {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 1.325rem;
	z-index: 100;
}
#contact .contact p a {
	color: #000;
	text-decoration: none;
	z-index:100;
}
#contact .contact p a:hover {
	color: #0080E0;
	border-bottom: 1px solid #000;
	transition: 0.3s;
	z-index:100;
}
/*-----------------footer----------------*/
#contact footer .copyright {
	font-size: 0.9rem;
	text-align: center;
	padding-top: 69px;
	padding-bottom: 23px;
}

/*-------------------波紋effect------------------*/

.ripples {
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.ripples canvas{
fill:#000;	
}
@media screen and (max-width:640px){
body {
	width:auto;
}
.inner {
	width : auto;
	margin: auto;
}

.top_image {
overflow: hidden;	
}

#bg-video {
	position:relative;
	object-fit:cover;/*------------cssトリミング boxに埋めたいときサイズに合わせてトリミングしてくれる便利やつ--------------------*/
	height:100%;
	width:auto;
	background-size:cover;
	min-width:100%;
	min-width:100vw;
	}

h1{
	width : auto;
	text-align:center;
}
/*-------------------------------fadethis*/
.slide-bottom {
	speed:400;
	distance:15;
	}
h2{
	width : auto;
	text-align:center;
}
.res_nav{
	display:none;
}
.global-nav {
	position: fixed;
	right: -320px; /* これで隠れる */
	top: 0;
	width: 300px; /* スマホに収まるくらい */
	height: 100vh;
	padding-top: 40px;
	background-color: #fff;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto;
	display: block; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
	display:block;
	position: fixed;
	right: 0;
	top: 0;
	width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
	cursor: pointer;
	z-index: 300;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0 14px;
}
.global-nav__item a {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #111;
}
.global-nav__item a:hover {
	background-color: #eee;
}
.hamburger__line {
	position: absolute;
	left: 11px;
	width: 18px;
	height: 1px;
	background-color: #111;
	transition: all .6s;
}
.hamburger__line--1 {
	top: 14px;
}
.hamburger__line--2 {
	top: 20px;
}
.hamburger__line--3 {
	top: 26px;
}

.logo{
    width:100%;
	bottom: 363px;
	right: 5px;
	display: flex;
    justify-content: center;
}

header{
	display:none;
	}

.boxbox {
	display: block;
}



#about {
padding-right: 2.5%;
}
#about h2 {
	padding-top: 90px;
	padding-left: 0;
}
#about h2 br {
	display:block;
}
#about .kakumei {
	font-size:1rem;
	padding-top: 23px;
	padding-left: 0;
	padding-right: 0;
}



#illust .sample {
	padding: 35px 0 35px 0;
}
.sample div {
	flex-basis:50%;
}

#illust .sakuhin {
	font-size: 1rem;
	padding-top: 23px;
	padding-right: 0;
	padding-left: 0;
	display:block;
	text-justify: inter-ideograph;
	padding-right: 2.5%;
}

#illust .keikoku {
    padding-right: 2.5%;
}
.inline-block {
	height:auto;
}


#company {
	box-sizing: border-box;/*幅の中にpaddingぶんが含まれる*/
	font-size: 1.625rem;
	padding-top: 40px;
	width: 100%;
}
dl {
	width: 100%;
	padding-left: 0;
	/*    margin: 0 auto;                  /*使ってないけど中央揃えって意味*/
	padding-top: 46px;
}
dt {
	font-size: 1rem;
	float: left;
	clear: left;
	margin-right: 0;
	width: 100%;
}
dd {
	font-size: 1rem;
	float: left;
	margin-left: 0;
	padding-top:2.5px;
	padding-bottom:2.5px;
}



#contact {
	padding-left: 0;
	width: 100%;
}



}

